article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background: 0 0
}
a:active,
a:hover {
    outline: 0
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
mark {
    background: #ff0;
    color: #000
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
@media print {
    * {
        text-shadow: none!important;
        color: #000!important;
        background: 0 0!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table {
        border-collapse: collapse!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes phone {
  0% {
    transform: rotate(0deg);
  }
  1.5% {
    transform: rotate(15deg);
  }
  3% {
    transform: rotate(-10deg);
  }
  4.5% {
    transform: rotate(0deg);
  }
  6% {
    transform: rotate(15deg);
  }
  7.5% {
    transform: rotate(-10deg);
  }
  9% {
    transform: rotate(0deg);
  }
  10.5% {
    transform: rotate(15deg);
  }
  12% {
    transform: rotate(-10deg);
  }
  13.5% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.anim-hidden {
  visibility: hidden !important;
}
.anim-visible {
  visibility: visible !important;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
    font-size: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    height: 100%;
    margin: 0;
    line-height: 1.4;
    font-family: SFUITextRegular, sans-serif;
    font-size: 14px;
    color: #171717;
    background-color: #fff;
    position: relative
}
button,
input,
select,
textarea {
    font-size: inherit;
    line-height: inherit
}
a {
    color: #ff0000;
    text-decoration: underline
}
a:hover {
    text-decoration: none;
    color: #737373
}
a:focus {
    outline: 0
}
figure {
    margin: 0
}
img {
    vertical-align: middle;
    width: 100% \9;
    max-width: 100%;
    height: auto
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #171717
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #171717
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-bottom: 18px
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-bottom: 18px
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}
.h1,
h1 {
    font-size: 24px
}
.h2,
h2 {
    font-size: 22px
}
.h3,
h3 {
    font-size: 20px
}
.h4,
h4 {
    font-size: 18px
}
.h5,
h5 {
    font-size: 14px
}
.h6,
h6 {
    font-size: 12px
}
.page-header {
    margin-bottom: 18px;
    line-height: 1.1;
    font-family: 'SFUITextSemibold';
    font-weight: 500;
    font-size: 24px;
    color: #ff0000;
}
p {
    margin: 0 0 18px
}
.small,
small {
    font-size: 12px
}
cite {
    font-style: normal
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}
.tal {
    text-align: left
}
.tar {
    text-align: right
}
.taj {
    text-align: justify
}
.tnw,
.whsnw {
    white-space: nowrap
}
.ttl {
    text-transform: lowercase
}
.ttu {
    text-transform: uppercase
}
.ttc {
    text-transform: capitalize
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 18px
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}
.lisn {
    padding-left: 0;
    list-style: none
}
dl {
    margin-top: 0;
    margin-bottom: 20px
}
dd,
dt {
    line-height: 1.4
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 18px;
    font-size: 14px;
    border-left: 5px solid #eee
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}
blockquote:after,
blockquote:before {
    content: ""
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.4
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.4;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 9px;
    padding-right: 9px
}
@media (min-width: 768px) {
    .container {
        width: 95%;
    }
}
@media (min-width: 1024px) {
    .container {
        width: 1003px
    }
}
@media (min-width: 1280px) {
    .container {
        width: 1248px
    }
}
.row {
    margin-left: -9px;
    margin-right: -9px
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 9px;
    padding-right: 9px
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 1024px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 1280px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}
table {
    background-color: transparent
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}
th {
    text-align: left
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}
.table>tbody+tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #fff
}
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}
.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}
table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}
table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}
.table-responsive {
    overflow-x: auto;
    min-height: .01%
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}
button,
input,
select,
textarea {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}
fieldset+fieldset {
    margin-top: 18px
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 700;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1px;
    font-weight: 700;
    cursor: pointer;
    color: #171717
}
label.db {
    display: block
}
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input[type=checkbox],
input[type=radio] {
    margin: 3px 0 0;
    margin-top: 1px \9;
    line-height: normal
}
input[type=file] {
    display: block
}
input[type=range] {
    display: block;
    width: 100%
}
select[multiple],
select[size] {
    height: auto
}
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 0
}
output {
    display: block;
    padding-top: 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #171717
}
input[type=email],
input[type=url],
input[type=password],
input[type=text],
input[type=search],
select,
textarea {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 7px 14px;
    height: 32px;
    line-height: 20px;
    font-size: 14px;
    color: #171717;
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
    outline: 0
}
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #777;
    opacity: 1
}
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #777
}
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #777
}
input[type=email]::-ms-expand,
input[type=url]::-ms-expand,
input[type=password]::-ms-expand,
input[type=text]::-ms-expand,
input[type=search]::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
    border: 0;
    background-color: transparent
}
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=url],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=search],
fieldset[disabled] select,
fieldset[disabled] textarea,
input[type=email][disabled],
input[type=url][disabled],
input[type=password][disabled],
input[type=text][disabled],
input[type=search][disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
    background-color: #eee;
    opacity: 1
}
textareainput[type=email],
textareainput[type=url],
textareainput[type=password],
textareainput[type=text],
textareainput[type=search],
textareaselect,
textareatextarea {
    height: auto
}
.form-control {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 7px 14px;
    height: 32px;
    line-height: 20px;
    font-size: 14px;
    color: #171717;
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
    outline: 0
}
.form-control::-moz-placeholder {
    color: #777;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #777
}
.form-control::-webkit-input-placeholder {
    color: #777
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: default;
    background-color: #eee;
    opacity: 1
}
textarea.form-control {
    height: auto
}
select {
    padding: 3px 6px;
    cursor: pointer
}
input[type=search] {
    -webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 36px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}
.checkbox,
.radio {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 4px;
    margin-bottom: 4px
}
.checkbox label,
.radio label {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}
.checkbox input[type=checkbox],
.checkbox input[type=radio],
.radio input[type=checkbox],
.radio input[type=radio] {
    width: auto
}
.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}
.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
    z-index: 300
}
form {
    margin-bottom: 18px
}
.form-group {
    margin-bottom: 9px
}
.form-group label {
    display: block
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%
}
.form-group textarea {
    height: auto
}
.has-error input,
.has-error select,
.has-error textarea {
    border-color: #a94442
}
.control-group {
    margin-top: 18px
}
.form-vertical .form-group:last-child,
.form-vertical .form-group:last-of-type {
    margin-bottom: 0
}
.form-grid .row {
    margin-bottom: 0
}
.form-grid .form-row+.form-row {
    margin-top: 9px
}
.form-grid .form-group {
    margin-bottom: 0
}
.form-grid .form-group+.form-group {
    margin-top: 9px
}
.form-wide {
    padding: 20px
}
.form-wide button,
.form-wide input,
.form-wide textarea {
    margin-bottom: 0;
    border-radius: 3px
}
.form-wide button,
.form-wide input {
    height: 58px;
    line-height: 58px;
    padding: 0 18px
}
.form-wide textarea {
    padding: 18px
}
.form-wide .btn-main {
    font-size: 24px
}
form+.custom_success_message {
    margin-top: 18px
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #575757
}
.help-inline-block {
    display: inline-block;
    color: #575757
}
input[size="10"] {
    width: 10%
}
input[size="20"] {
    width: 20%
}
input[size="30"] {
    width: 30%
}
input[size="40"] {
    width: 40%
}
input[size="50"] {
    width: 50%
}
input[size="60"] {
    width: 60%
}
input[size="70"] {
    width: 70%
}
input[size="80"] {
    width: 80%
}
input[size="90"] {
    width: 90%
}
input[size="100"] {
    width: 100%
}
textarea[cols="10"] {
    width: 10%
}
textarea[cols="20"] {
    width: 20%
}
textarea[cols="30"] {
    width: 30%
}
textarea[cols="40"] {
    width: 40%
}
textarea[cols="50"] {
    width: 50%
}
textarea[cols="60"] {
    width: 60%
}
textarea[cols="70"] {
    width: 70%
}
textarea[cols="80"] {
    width: 80%
}
textarea[cols="90"] {
    width: 90%
}
textarea[cols="100"] {
    width: 100%
}
.btn-main {
    display: inline-block;
    height: auto;
    width: 100%;
    line-height: 50px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #ff0000;
    padding: 8px 20px;
    position: relative;
    -webkit-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}
.btn-main:hover {
    color: #fff;
    background-color: #737373
}
.btn-main:active {
    -webkit-box-shadow: 0 2px 3px 0 #4d4d4d inset;
    box-shadow: 0 2px 3px 0 #4d4d4d inset
}
.btn-main:focus {
    color: #fff;
    background-color: #737373
}
.btn {
    font-size: 14px;
  color: #fff;
  padding: 10px 25px;
  border: none;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: box-shadow 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  border: 1px solid ff0000;
  background-image: -webkit-linear-gradient(top, #ff5722 0%, #ff0000 100%);
  background-image: -o-linear-gradient(top, #ff5722 0%, #ff0000 100%);
  background-image: linear-gradient(to bottom, #ff5722 0%, #ff0000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaa3c8a', endColorstr='#ff97357b', GradientType=0);
}
.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: 0
}
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}
.btn:active,
.btn:hover {
  background: #f1746d;
  border-color: #f1746d;
  box-shadow: 0 8px 10px -10px #000;
}

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link {
    line-height: inherit;
    color: #106ead;
    font-weight: 400;
    cursor: pointer;
    border: none;
    border-radius: 0;
    text-decoration: underline;
    padding: 0
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}
.btn-link:hover {
    color: #c84237;
    text-decoration: none;
    background-color: transparent
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    font-display: swap;
    src: local('FontAwesome'), url(/artmebius/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: local('FontAwesome'), url(/artmebius/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/artmebius/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(/artmebius/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(/artmebius/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(/artmebius/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}
.fa-krw:before,
.fa-won:before {
    content: "\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper-pp:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.fa-buysellads:before {
    content: "\f20d"
}
.fa-connectdevelop:before {
    content: "\f20e"
}
.fa-dashcube:before {
    content: "\f210"
}
.fa-forumbee:before {
    content: "\f211"
}
.fa-leanpub:before {
    content: "\f212"
}
.fa-sellsy:before {
    content: "\f213"
}
.fa-shirtsinbulk:before {
    content: "\f214"
}
.fa-simplybuilt:before {
    content: "\f215"
}
.fa-skyatlas:before {
    content: "\f216"
}
.fa-cart-plus:before {
    content: "\f217"
}
.fa-cart-arrow-down:before {
    content: "\f218"
}
.fa-diamond:before {
    content: "\f219"
}
.fa-ship:before {
    content: "\f21a"
}
.fa-user-secret:before {
    content: "\f21b"
}
.fa-motorcycle:before {
    content: "\f21c"
}
.fa-street-view:before {
    content: "\f21d"
}
.fa-heartbeat:before {
    content: "\f21e"
}
.fa-venus:before {
    content: "\f221"
}
.fa-mars:before {
    content: "\f222"
}
.fa-mercury:before {
    content: "\f223"
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}
.fa-transgender-alt:before {
    content: "\f225"
}
.fa-venus-double:before {
    content: "\f226"
}
.fa-mars-double:before {
    content: "\f227"
}
.fa-venus-mars:before {
    content: "\f228"
}
.fa-mars-stroke:before {
    content: "\f229"
}
.fa-mars-stroke-v:before {
    content: "\f22a"
}
.fa-mars-stroke-h:before {
    content: "\f22b"
}
.fa-neuter:before {
    content: "\f22c"
}
.fa-genderless:before {
    content: "\f22d"
}
.fa-facebook-official:before {
    content: "\f230"
}
.fa-pinterest-p:before {
    content: "\f231"
}
.fa-whatsapp:before {
    content: "\f232"
}
.fa-server:before {
    content: "\f233"
}
.fa-user-plus:before {
    content: "\f234"
}
.fa-user-times:before {
    content: "\f235"
}
.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}
.fa-viacoin:before {
    content: "\f237"
}
.fa-train:before {
    content: "\f238"
}
.fa-subway:before {
    content: "\f239"
}
.fa-medium:before {
    content: "\f23a"
}
.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}
.fa-optin-monster:before {
    content: "\f23c"
}
.fa-opencart:before {
    content: "\f23d"
}
.fa-expeditedssl:before {
    content: "\f23e"
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}
.fa-mouse-pointer:before {
    content: "\f245"
}
.fa-i-cursor:before {
    content: "\f246"
}
.fa-object-group:before {
    content: "\f247"
}
.fa-object-ungroup:before {
    content: "\f248"
}
.fa-sticky-note:before {
    content: "\f249"
}
.fa-sticky-note-o:before {
    content: "\f24a"
}
.fa-cc-jcb:before {
    content: "\f24b"
}
.fa-cc-diners-club:before {
    content: "\f24c"
}
.fa-clone:before {
    content: "\f24d"
}
.fa-balance-scale:before {
    content: "\f24e"
}
.fa-hourglass-o:before {
    content: "\f250"
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}
.fa-hourglass:before {
    content: "\f254"
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}
.fa-hand-scissors-o:before {
    content: "\f257"
}
.fa-hand-lizard-o:before {
    content: "\f258"
}
.fa-hand-spock-o:before {
    content: "\f259"
}
.fa-hand-pointer-o:before {
    content: "\f25a"
}
.fa-hand-peace-o:before {
    content: "\f25b"
}
.fa-trademark:before {
    content: "\f25c"
}
.fa-registered:before {
    content: "\f25d"
}
.fa-creative-commons:before {
    content: "\f25e"
}
.fa-gg:before {
    content: "\f260"
}
.fa-gg-circle:before {
    content: "\f261"
}
.fa-tripadvisor:before {
    content: "\f262"
}
.fa-odnoklassniki:before {
    content: "\f263"
}
.fa-odnoklassniki-square:before {
    content: "\f264"
}
.fa-get-pocket:before {
    content: "\f265"
}
.fa-wikipedia-w:before {
    content: "\f266"
}
.fa-safari:before {
    content: "\f267"
}
.fa-chrome:before {
    content: "\f268"
}
.fa-firefox:before {
    content: "\f269"
}
.fa-opera:before {
    content: "\f26a"
}
.fa-internet-explorer:before {
    content: "\f26b"
}
.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}
.fa-contao:before {
    content: "\f26d"
}
.fa-500px:before {
    content: "\f26e"
}
.fa-amazon:before {
    content: "\f270"
}
.fa-calendar-plus-o:before {
    content: "\f271"
}
.fa-calendar-minus-o:before {
    content: "\f272"
}
.fa-calendar-times-o:before {
    content: "\f273"
}
.fa-calendar-check-o:before {
    content: "\f274"
}
.fa-industry:before {
    content: "\f275"
}
.fa-map-pin:before {
    content: "\f276"
}
.fa-map-signs:before {
    content: "\f277"
}
.fa-map-o:before {
    content: "\f278"
}
.fa-map:before {
    content: "\f279"
}
.fa-commenting:before {
    content: "\f27a"
}
.fa-commenting-o:before {
    content: "\f27b"
}
.fa-houzz:before {
    content: "\f27c"
}
.fa-vimeo:before {
    content: "\f27d"
}
.fa-black-tie:before {
    content: "\f27e"
}
.fa-fonticons:before {
    content: "\f280"
}
.fa-reddit-alien:before {
    content: "\f281"
}
.fa-edge:before {
    content: "\f282"
}
.fa-credit-card-alt:before {
    content: "\f283"
}
.fa-codiepie:before {
    content: "\f284"
}
.fa-modx:before {
    content: "\f285"
}
.fa-fort-awesome:before {
    content: "\f286"
}
.fa-usb:before {
    content: "\f287"
}
.fa-product-hunt:before {
    content: "\f288"
}
.fa-mixcloud:before {
    content: "\f289"
}
.fa-scribd:before {
    content: "\f28a"
}
.fa-pause-circle:before {
    content: "\f28b"
}
.fa-pause-circle-o:before {
    content: "\f28c"
}
.fa-stop-circle:before {
    content: "\f28d"
}
.fa-stop-circle-o:before {
    content: "\f28e"
}
.fa-shopping-bag:before {
    content: "\f290"
}
.fa-shopping-basket:before {
    content: "\f291"
}
.fa-hashtag:before {
    content: "\f292"
}
.fa-bluetooth:before {
    content: "\f293"
}
.fa-bluetooth-b:before {
    content: "\f294"
}
.fa-percent:before {
    content: "\f295"
}
.fa-gitlab:before {
    content: "\f296"
}
.fa-wpbeginner:before {
    content: "\f297"
}
.fa-wpforms:before {
    content: "\f298"
}
.fa-envira:before {
    content: "\f299"
}
.fa-universal-access:before {
    content: "\f29a"
}
.fa-wheelchair-alt:before {
    content: "\f29b"
}
.fa-question-circle-o:before {
    content: "\f29c"
}
.fa-blind:before {
    content: "\f29d"
}
.fa-audio-description:before {
    content: "\f29e"
}
.fa-volume-control-phone:before {
    content: "\f2a0"
}
.fa-braille:before {
    content: "\f2a1"
}
.fa-assistive-listening-systems:before {
    content: "\f2a2"
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}
.fa-glide:before {
    content: "\f2a5"
}
.fa-glide-g:before {
    content: "\f2a6"
}
.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}
.fa-low-vision:before {
    content: "\f2a8"
}
.fa-viadeo:before {
    content: "\f2a9"
}
.fa-viadeo-square:before {
    content: "\f2aa"
}
.fa-snapchat:before {
    content: "\f2ab"
}
.fa-snapchat-ghost:before {
    content: "\f2ac"
}
.fa-snapchat-square:before {
    content: "\f2ad"
}
.fa-pied-piper:before {
    content: "\f2ae"
}
.fa-first-order:before {
    content: "\f2b0"
}
.fa-yoast:before {
    content: "\f2b1"
}
.fa-themeisle:before {
    content: "\f2b2"
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}
.fa-handshake-o:before {
    content: "\f2b5"
}
.fa-envelope-open:before {
    content: "\f2b6"
}
.fa-envelope-open-o:before {
    content: "\f2b7"
}
.fa-linode:before {
    content: "\f2b8"
}
.fa-address-book:before {
    content: "\f2b9"
}
.fa-address-book-o:before {
    content: "\f2ba"
}
.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}
.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}
.fa-user-circle:before {
    content: "\f2bd"
}
.fa-user-circle-o:before {
    content: "\f2be"
}
.fa-user-o:before {
    content: "\f2c0"
}
.fa-id-badge:before {
    content: "\f2c1"
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}
.fa-quora:before {
    content: "\f2c4"
}
.fa-free-code-camp:before {
    content: "\f2c5"
}
.fa-telegram:before {
    content: "\f2c6"
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}
.fa-shower:before {
    content: "\f2cc"
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}
.fa-podcast:before {
    content: "\f2ce"
}
.fa-window-maximize:before {
    content: "\f2d0"
}
.fa-window-minimize:before {
    content: "\f2d1"
}
.fa-window-restore:before {
    content: "\f2d2"
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}
.fa-bandcamp:before {
    content: "\f2d5"
}
.fa-grav:before {
    content: "\f2d6"
}
.fa-etsy:before {
    content: "\f2d7"
}
.fa-imdb:before {
    content: "\f2d8"
}
.fa-ravelry:before {
    content: "\f2d9"
}
.fa-eercast:before {
    content: "\f2da"
}
.fa-microchip:before {
    content: "\f2db"
}
.fa-snowflake-o:before {
    content: "\f2dc"
}
.fa-superpowers:before {
    content: "\f2dd"
}
.fa-wpexplorer:before {
    content: "\f2de"
}
.fa-meetup:before {
    content: "\f2e0"
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
.spoiler {
    display: block;
    line-height: 20px;
    overflow: hidden
}
.spoiler dl,
.spoiler h1,
.spoiler h2,
.spoiler h3,
.spoiler h4,
.spoiler h5,
.spoiler h6,
.spoiler ol,
.spoiler p,
.spoiler ul {
    margin: 0 0 18px
}
.spoiler hr {
    margin: 18px 0
}
.spoiler noindex {
    display: block
}
.spoiler.closed dl,
.spoiler.closed h1,
.spoiler.closed h2,
.spoiler.closed h3,
.spoiler.closed h4,
.spoiler.closed h5,
.spoiler.closed h6,
.spoiler.closed ol,
.spoiler.closed p,
.spoiler.closed ul {
    line-height: 20px;
    margin: 0
}
.spoiler.closed noindex dl,
.spoiler.closed noindex h1,
.spoiler.closed noindex h2,
.spoiler.closed noindex h3,
.spoiler.closed noindex h4,
.spoiler.closed noindex h5,
.spoiler.closed noindex h6,
.spoiler.closed noindex ol,
.spoiler.closed noindex p,
.spoiler.closed noindex ul {
    margin: 0 0 18px
}
.spoiler.closed noindex hr {
    margin: 18px 0
}
.spoiler.opened+.spoiler_button {
    display: none
}
.spoiler_button {
    text-align: left;
    margin-top: 5px
}
#cboxOverlay {
    overflow: hidden
}
#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}
#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left
}
#cboxContent {
    position: relative
}
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}
#cboxTitle {
    margin: 0
}
#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}
#cboxContent,
#cboxLoadedContent,
#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}
#cboxOverlay {
    background: url(../img/cb-v1/overlay.png)
}
#colorbox {
    outline: 0
}
#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(../img/cb-v1/controls.png) -101px 0 no-repeat
}
#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(../img/cb-v1/controls.png) -130px 0 no-repeat
}
#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(../img/cb-v1/controls.png) -101px -29px no-repeat
}
#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(../img/cb-v1/controls.png) -130px -29px no-repeat
}
#cboxMiddleLeft {
    width: 21px;
    background: url(../img/cb-v1/controls.png) left top repeat-y
}
#cboxMiddleRight {
    width: 21px;
    background: url(../img/cb-v1/controls.png) right top repeat-y
}
#cboxTopCenter {
    height: 21px;
    background: url(../img/cb-v1/border.png) repeat-x
}
#cboxBottomCenter {
    height: 21px;
    background: url(../img/cb-v1/border.png) 0 -29px repeat-x
}
#cboxContent,
.cboxIframe {
    background: #fff
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}
#cboxTitle {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    color: #fff
}
#cboxCurrent {
    background: #fff;
    border-radius: 0 12px 0 0;
    bottom: 0;
    color: #949494;
    height: 25px;
    left: 71px;
    line-height: 25px;
    padding: 0 10px;
    position: absolute
}
#cboxLoadingOverlay {
    background: url(../img/cb-v1/loading_background.png) center center no-repeat
}
#cboxLoadingGraphic {
    background: url(../img/cb-v1/loading.gif) center center no-repeat
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0 0
}
#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
    outline: 0
}
#cboxSlideshow {
    position: absolute;
    bottom: 0;
    left: 25px;
    width: 21px;
    height: 25px;
    text-indent: -9999px;
    background: url(../img/cb-v1/controls-ext.png) no-repeat
}
.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -21px -25px
}
.cboxSlideshow_off #cboxSlideshow {
    background-position: -21px 0
}
.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: 0 -25px
}
#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/cb-v1/controls.png) -75px 0 no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}
#cboxPrevious:hover {
    background-position: -75px -25px
}
#cboxNext {
    position: absolute;
    bottom: 0;
    left: 46px;
    background: url(../img/cb-v1/controls.png) -50px 0 no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}
#cboxNext:hover {
    background-position: -50px -25px
}
#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/cb-v1/controls.png) -25px 0 no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}
#cboxClose:hover {
    background-position: -25px -25px
}
#cboxClose {
    border-radius: 12px 0 0
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}
.nav>li {
    position: relative;
    display: block
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #898989
}
.nav>li.disabled>a {
    color: #777
}
.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #898989;
    border-color: #106ead
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.nav>li>a>img {
    max-width: none
}
.nav-tabs {
    /*border-bottom: 1px solid transparent*/
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.4;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #171717;
    background: #ebebeb;
    text-decoration: none
}
.nav-tabs>li>a>span {
    border-bottom: 1px dotted #171717
}
.nav-tabs>li>a:hover {
    border-color: transparent;
    background: #ebebeb
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #898989;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    cursor: default
}
.nav-tabs>li.active>a>span {
    border-bottom: none
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}
.nav-tabs.nav-justified>li {
    float: none
}
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}
.nav-stacked>li {
    float: none
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}
.nav-justified {
    width: 100%
}
.nav-justified>li {
    float: none
}
.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs-justified {
    border-bottom: 0
}
.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}
.tab-content {
    padding-top: 25px
}
.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block
}
.nav-flat {
    border-top: 3px solid #106ead;
    background: #e1e5e9
}
.nav-flat>li {
    margin-bottom: 0!important;
    padding-left: 0!important
}
.nav-flat>li:before {
    display: none!important
}
.nav-flat>li>a {
    margin: 0;
    border-radius: 0;
    display: block;
    padding: 0 24px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #e1e5e9
}
.nav-flat>li>a:hover {
    background-color: #dbe0e5
}
.nav-flat>li>a span {
    border: none
}
.nav-flat>li.active>a,
.nav-flat>li.active>a:hover {
    color: #fff;
    background: #5c85ae
}
@media (max-width: 767px) {
    .tab-visible-xs>.tab-pane {
        display: block;
        margin-bottom: 20px
    }
}
.breadcrumbs {
    margin: 9px 0;
}
.breadcrumbs>ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none
}
.breadcrumbs>ul>li {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    display: inline
}
.breadcrumbs>ul>.active {
    color: #171717
}
.pagination {
    margin-bottom: 18px
}
.pagination ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    border-radius: 4px
}
.pagination ul>li {
    display: inline
}
.pagination ul>li>a,
.pagination ul>li>span {
    position: relative;
    float: left;
    padding: 7px 14px;
    line-height: 1.4;
    text-decoration: none;
    color: #106ead;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}
.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
    margin-left: 0
}
.pagination ul>li>a:focus,
.pagination ul>li>a:hover,
.pagination ul>li>span:focus,
.pagination ul>li>span:hover {
    color: #c84237;
    background-color: #eee;
    border-color: #ddd
}
.pagination ul>.active>a,
.pagination ul>.active>a:focus,
.pagination ul>.active>a:hover,
.pagination ul>.active>span,
.pagination ul>.active>span:focus,
.pagination ul>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default
}
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:focus,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>span,
.pagination ul>.disabled>span:focus,
.pagination ul>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: default
}
.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
}
/*.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 125px;
}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}
.embed_row {
    max-width: 540px;
    margin-bottom: 20px*/
}
.modal-open {
    overflow: hidden
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}
.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    z-index: 1050
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 3px solid #999;
    border: 3px solid #000;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}
.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.4px
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.4
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}
@media (min-width: 1024px) {
    .modal-lg {
        width: 900px
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}
.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}
.popover.top {
    margin-top: -10px
}
.popover.right {
    margin-left: 10px
}
.popover.bottom {
    margin-top: 10px
}
.popover.left {
    margin-left: -10px
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}
.popover-content {
    padding: 9px 14px
}
.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover>.arrow {
    border-width: 11px
}
.popover>.arrow:after {
    border-width: 10px;
    content: ""
}
.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}
.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}
.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}
.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}
.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}
.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}
.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}
.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
    content: " ";
    display: table
}
.clear,
.clearfix:after,
.container-fluid:after,
.container:after,
.modal-footer:after,
.nav:after,
.row:after {
    clear: both
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.pull-right {
    float: right!important
}
.pull-left {
    float: left!important
}
.hide {
    display: none!important
}
.show {
    display: block!important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    display: none!important;
    visibility: hidden!important
}
.affix {
    position: fixed!important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.w10 {
    width: 10%
}
.w20 {
    width: 20%
}
.w30 {
    width: 30%
}
.w40 {
    width: 40%
}
.w50 {
    width: 50%
}
.w60 {
    width: 60%
}
.w70 {
    width: 70%
}
.w80 {
    width: 80%
}
.w90 {
    width: 90%
}
.w100 {
    width: 100%
}
.tac {
    text-align: center
}
.vcell {
    display: inline-block;
    vertical-align: middle
}
@-ms-viewport {
    width: device-width
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}
@media (max-width: 767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block!important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline!important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm-block {
        display: block!important
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm-inline {
        display: inline!important
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .visible-md-block {
        display: block!important
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .visible-md-inline {
        display: inline!important
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 1280px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}
@media (min-width: 1280px) {
    .visible-lg-block {
        display: block!important
    }
}
@media (min-width: 1280px) {
    .visible-lg-inline {
        display: inline!important
    }
}
@media (min-width: 1280px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none!important
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none!important
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .hidden-md {
        display: none!important
    }
}
@media (min-width: 1280px) {
    .hidden-lg {
        display: none!important
    }
}
@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}
@media print {
    .visible-print-block {
        display: block!important
    }
}
@media print {
    .visible-print-inline {
        display: inline!important
    }
}
@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}
@media print {
    .hidden-print {
        display: none!important
    }
}
.tiles_col {
    margin-bottom: 18px;
    height: 275px;
}
.row-tiny {
    margin-left: -4px;
    margin-right: -4px
}
.row-tiny [class*=col-] {
    padding-left: 4px;
    padding-right: 4px
}
@media (max-width: 480px) {
    .tiles_grid .row.clr-sxs-1 .tiles_col:nth-child(1n+1) {
        clear: both;
        width: 100%!important
    }
    .tiles_grid .row.clr-sxs-12 .tiles_col:nth-child(12n+1) {
        clear: both;
        width: 100%!important
    }
    .col-sxs-1 {
        clear: both;
        width: 100%!important
    }
    .col-sxs-12 {
        clear: both;
        width: 100%!important
    }
    .mdl_callme #reCaptcha1 {
        transform: scale(1)!important;
        -webkit-transform: scale(1)!important;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .tiles_grid .row.clr-xs-1 .tiles_col:nth-child(1n+1) {
        clear: both
    }
    .tiles_grid .row.clr-xs-2 .tiles_col:nth-child(2n+1) {
        clear: both
    }
    .tiles_grid .row.clr-xs-3 .tiles_col:nth-child(3n+1) {
        clear: both
    }
    .tiles_grid .row.clr-xs-4 .tiles_col:nth-child(4n+1) {
        clear: both
    }
    .tiles_grid .row.clr-xs-5 .tiles_col:nth-child(5n+1) {
        clear: both
    }
    .tiles_grid .row.clr-xs-6 .tiles_col:nth-child(6n+1) {
        clear: both
    }
    .tiles_grid .row.clr-xs-7 .tiles_col:nth-child(7n+1) {
        clear: both
    }
    .tiles_grid .row.clr-xs-8 .tiles_col:nth-child(8n+1) {
        clear: both
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .tiles_grid .row.clr-sm-1 .tiles_col:nth-child(1n+1) {
        clear: both
    }
    .tiles_grid .row.clr-sm-2 .tiles_col:nth-child(2n+1) {
        clear: both
    }
    .tiles_grid .row.clr-sm-3 .tiles_col:nth-child(3n+1) {
        clear: both
    }
    .tiles_grid .row.clr-sm-4 .tiles_col:nth-child(4n+1) {
        clear: both
    }
    .tiles_grid .row.clr-sm-5 .tiles_col:nth-child(5n+1) {
        clear: both
    }
    .tiles_grid .row.clr-sm-6 .tiles_col:nth-child(6n+1) {
        clear: both
    }
    .tiles_grid .row.clr-sm-7 .tiles_col:nth-child(7n+1) {
        clear: both
    }
    .tiles_grid .row.clr-sm-8 .tiles_col:nth-child(8n+1) {
        clear: both
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .tiles_grid .row.clr-md-1 .tiles_col:nth-child(1n+1) {
        clear: both
    }
    .tiles_grid .row.clr-md-2 .tiles_col:nth-child(2n+1) {
        clear: both
    }
    .tiles_grid .row.clr-md-3 .tiles_col:nth-child(3n+1) {
        clear: both
    }
    .tiles_grid .row.clr-md-4 .tiles_col:nth-child(4n+1) {
        clear: both
    }
    .tiles_grid .row.clr-md-5 .tiles_col:nth-child(5n+1) {
        clear: both
    }
    .tiles_grid .row.clr-md-6 .tiles_col:nth-child(6n+1) {
        clear: both
    }
    .tiles_grid .row.clr-md-7 .tiles_col:nth-child(7n+1) {
        clear: both
    }
    .tiles_grid .row.clr-md-8 .tiles_col:nth-child(8n+1) {
        clear: both
    }
}
@media (min-width: 1280px) {
    .tiles_grid .row.clr-lg-1 .tiles_col:nth-child(1n+1) {
        clear: both
    }
    .tiles_grid .row.clr-lg-2 .tiles_col:nth-child(2n+1) {
        clear: both
    }
    .tiles_grid .row.clr-lg-3 .tiles_col:nth-child(3n+1) {
        clear: both
    }
    .tiles_grid .row.clr-lg-4 .tiles_col:nth-child(4n+1) {
        clear: both
    }
    .tiles_grid .row.clr-lg-5 .tiles_col:nth-child(5n+1) {
        clear: both
    }
    .tiles_grid .row.clr-lg-6 .tiles_col:nth-child(6n+1) {
        clear: both
    }
    .tiles_grid .row.clr-lg-7 .tiles_col:nth-child(7n+1) {
        clear: both
    }
    .tiles_grid .row.clr-lg-8 .tiles_col:nth-child(8n+1) {
        clear: both
    }
}
.like_table {
    margin-bottom: 18px
}
.like_table>div:after,
.like_table>div:before {
    content: " ";
    display: table
}
.like_table>div:after {
    clear: both
}
.like_table>div>div {
    float: left
}
.like_table.just2>div>div {
    width: 50%
}
.like_table.just3>div>div {
    width: 33.333%
}
.like_table.just4>div>div {
    width: 25%
}
.like_table.just5>div>div {
    width: 20%
}
.like_table.just6>div>div {
    width: 16.67%
}
.like_table.just7>div>div {
    width: 14.29%
}
.like_table.just8>div>div {
    width: 12.5%
}
.items_list .item_block+.item_block {
    margin-top: 9px
}
.bgimage {
    display: block;
    height: 0;
    max-width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}
.bgimage.bgsz-cv {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
.bgimage.bgsz-ct {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}
.bgimage.r3n2 {
    padding: 66% 0 0
}
.bgimage.r3n4 {
    padding: 133.33% 0 0
}
.bgimage.r4n3 {
    padding: 75% 0 0
}
.bgimage.r16n9 {
    padding: 56.25% 0 0
}
.bgimage.rSqr {
    padding: 100% 0 0
}
.resp_prvw {
    position: relative;
    display: block;
    height: 0;
    padding: 100% 0 0
}
.resp_prvw .item_img_wrap {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    text-align: center;
    font-size: 0
}
.resp_prvw .item_img {
    width: auto;
    max-height: 100%
}
.resp_pad {
    position: relative;
    display: block;
    height: 0;
    padding: 100% 0 0
}
.resp_pad .resp_stretch {
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}
.menu,
.menu ul,
nav ol,
nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.menu_horz {
    line-height: 0;
    font-size: 0;
    letter-spacing: -1px
}
.menu_horz li {
    line-height: 20px;
    font-size: 14px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top
}
.menu_horz_multi {
    line-height: 0;
    font-size: 0;
    letter-spacing: -1px
}
.menu_horz_multi>li {
    line-height: 20px;
    font-size: 14px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    position: relative
}
.menu_horz_multi>li:hover>ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0
}
.menu_horz_multi>li.to_right>ul {
    left: auto;
    right: 0
}
.menu_horz_multi>li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none
}
.menu_horz_multi>li ul ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.menu_horz_multi>li ul li {
    display: block;
    position: relative
}
.menu_horz_multi>li ul li:hover>ul {
    display: block;
    position: absolute;
    top: 0;
    left: 100%
}
.menu_justified>li {
    display: table-cell;
    width: 1%
}
.menu_justify {
    text-align: justify
}
.menu_justify:after {
    content: "";
    display: inline-block;
    font-size: 0;
    line-height: 0;
    width: 100%
}
.menu_vert li {
    line-height: 20px;
    font-size: 14px;
    letter-spacing: normal;
    display: block
}
.menu_vert_multi li+li {
    margin-top: 0
}
.menu_vert_multi li ul {
    margin-top: 0;
    padding-left: 0
}
.menu_vert_accord li.active>ul {
    display: block
}
.menu_vert_accord li+li {
    margin-top: 0
}
.menu_vert_accord li ul {
    display: none;
    margin-top: 0;
    padding-left: 0
}
.menu_cols.mc_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px
}
.menu_cols.mc_3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px
}
.menu_cols.mc_4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px
}
.menu_cols.mc_5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px
}
@media (min-width: 768px) {
    .menu_hide+.menu,
    .menu_horz_multi,
    .menu_horz_multi>li:hover>ul {
        display: block!important
    }
    .menu_horz_multi>li ul {
        display: none!important
    }
    .menu_horz_multi>li ul li:hover>ul,
    .menu_vert_multi li ul {
        display: block!important
    }
}
@media (max-width: 767px) {
    .menu_hide+.menu {
        display: none
    }
    .menu_horz_multi>li:hover>ul {
        display: none;
        position: static;
        top: auto;
        left: auto
    }
    .menu_horz_multi>li.active>ul {
        display: block;
        position: static;
        top: auto;
        left: auto
    }
    .menu_horz_multi>li ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: none
    }
    .menu_horz_multi>li ul ul {
        margin: 0;
        padding: 0;
        list-style: none
    }
    .menu_horz_multi>li ul li {
        display: block;
        position: relative
    }
    .menu_horz_multi>li ul li:hover>ul {
        display: none;
        position: static;
        top: auto;
        left: auto
    }
    .menu_horz_multi>li ul li.active>ul {
        display: block;
        position: static;
        top: auto;
        left: auto
    }
    .menu_vert_multi li.active ul {
        display: block
    }
    .menu_vert_multi li ul {
        display: none
    }
    .menu_justified>li {
        display: block;
        width: auto
    }
}
.rounded img,
img.rounded {
    border-radius: 50%
}
.error,
.req {
    color: #a94442
}
.success {
    color: #3c763d
}
#wrap {
    min-height: 100%;
    min-width: 320px;
    position: relative
}
.hdr p {
    margin: 0
}
.hdr .row {
    margin-bottom: 0
}
#ftr_ndr {
    height: 40px;
    position: relative;
    z-index: -10
}
.ftr {
    min-height: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #7f7f7f;
    color: #fff;
}
.ftr p {
    margin: 0
}
.ftr .row {
    margin-bottom: 0
}
.modal-dialog {
    margin-top: 100px
}
.modal-dialog .modal-content .modal-header {
    font-weight: 400
}
.modal-dialog .modal-content .modal-header .btn-close {
    line-height: 20px;
    cursor: pointer;
    color: #171717
}
.modal-dialog .modal-content .modal-header .btn-close:hover {
    color: #c84237
}
.articles_main .items_grid .item_link,
.articles_main .items_grid .item_preview {
    display: block
}
.articles_main .items_grid .item_preview img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 4px 5px 0 #dbdcdc;
    margin-bottom: 11px;
}
.articles_main .items_grid .item_date {
    font-size: 12px;
    font-family: 'SFUITextSemibold';
    color: #ff0000;
    text-transform: uppercase;
}
.articles_main .items_list .item_block {
    margin-bottom: 18px
}
.articles_main .items_list .item_date {
    font-size: 12px
}
.articles_main .article_detail .item_preview {
    float: left;
    margin-right: 18px
}
.catalog_main .items_grid .item_preview img {
    width: 100%;
    height: auto
}
.gallery_main .item_link {
    display: block;
    overflow: hidden;
    font-size: 0
}
.gallery_main .item_link .item_img {
    -webkit-transition: transform .2s ease-out, opacity .2s ease-out;
    -o-transition: transform .2s ease-out, opacity .2s ease-out;
    transition: transform .2s ease-out, opacity .2s ease-out
}
.gallery_main .item_link.hover_scale:hover .item_img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}
.gallery_main .gall_grid .resp_prvw {
    padding-top: 75%
}
.search_main .sr_list {
    margin-bottom: 10px
}
.search_main .sr_item+.sr_item {
    margin-top: 10px
}
.search_main .sr_highlight {
    color: #106ead
}
.faq_main .item_block {
    margin-bottom: 18px
}
.faq_main .item_block:target .item_answer {
    color: #171717
}
.faq_main .item_quest {
    color: #171717;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}
.faq_main .item_answer {
    text-align: justify;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out
}
.menu_quest {
    margin-bottom: 18px
}
.menu_quest li a {
    text-decoration: none;
    border-bottom: 1px dotted #106ead
}
.menu_quest li a:hover {
    border-color: #c84237
}
.menu_top .menu>li:hover.to_right>ul {
    left: auto;
    right: 0
}
.menu_top .menu ul li {
    white-space: nowrap
}
.menu_side {
    margin-bottom: 18px
}
.menu_side .menu {
    border-top: 3px solid #ffc42b
}
.menu_side .menu li a {
    display: block;
    margin-bottom: 1px;
    line-height: 20px;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    background: #106ead;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}
.menu_side .menu li.active>a,
.menu_side .menu li:hover>a {
    color: #ffc42b
}
.menu_side .menu li ul li a {
    background: #444b5c
}
.menu_side .menu li ul li a span:before {
    content: '- '
}
.devby {
    text-align: right;
    padding: 19px 0;
}
.devby a {
    color: #fff;
}
.cprt {
    padding: 19px 0;
}
.go2top {
    position: fixed;
    bottom: 59px;
    right: 20px;
    display: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    background: #106ead;
    -webkit-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out
}
.go2top:hover {
    color: #fff;
    background: #428bca
}
.old_browser_warning {
    padding: 100px 50px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    background: #fff
}
.close_obw {
    display: inline-block;
    line-height: 1;
    cursor: pointer;
    border-bottom: 1px dashed #106ead;
    color: #106ead
}
img[align=right],
img[style*="float:right;"],
img[style*="float: right;"] {
    margin-left: 18px
}
img[align=left],
img[style*="float:left;"],
img[style*="float: left;"] {
    margin-right: 18px
}
.justifyfull {
    text-align: justify
}
.justifyleft {
    text-align: left
}
.justifyright {
    text-align: right
}
.list_n {
    margin: 0 0 20px;
    padding: 0;
    list-style: none
}
.list_icns {
    margin: 0 0 10px;
    padding: 0;
    list-style: none
}
.list_icns li {
    display: block;
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px
}
.list_icns li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    text-align: left;
    vertical-align: middle;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #171717
}
.list_icns.angle_right li:before {
    content: "\f105"
}
.list_icns.chevron_right li:before {
    content: "\f054"
}
.list_icns.i_check li:before {
    content: "\f00c"
}
.list_2_col {
    overflow: hidden
}
.list_2_col li {
    float: left;
    width: 49.5%;
    margin-right: .5%;
    margin-bottom: 40px
}
.list_2_col li:nth-child(2n+1) {
    clear: both
}
.list_2_col li:nth-child(2n) {
    margin-right: 0;
    margin-left: .5%
}
.table-zebra {
    border-top: 1px solid #ddd
}
.table-zebra tr th {
    padding: 6px 16px;
    border: none
}
.table-zebra tr td {
    border: none;
    padding: 6px 16px
}
.table-zebra tr:nth-child(2n) td {
    background: #e1ecf1
}
.table-tiny tr td,
.table-tiny tr th {
    padding: 4px
}
@media (max-width: 767px) {
    .list_2_col {
        overflow: auto
    }
    .list_2_col li {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 18px
    }
    .list_2_col li:nth-child(2n+1) {
        clear: none
    }
    .list_2_col li:nth-child(2n) {
        margin-right: 0;
        margin-left: 0
    }
}
@media (max-width: 767px) {
    .h1,
    .h2,
    .h3,
    .page-header,
    h1,
    h2,
    h3 {
        margin-bottom: 18px
    }
    .mdl {
        float: none;
        position: static
    }
    #ftr_ndr {
        display: none
    }
    .ftr {
        min-height: auto;
        position: static;
        width: auto
    }
    .modal-dialog {
        margin-top: 10px
    }
    .menu_top {
        margin-left: -9px;
        margin-right: -9px
    }
    .menu_top a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
    .menu_top .menu_switcher a {
        overflow: hidden;
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 0 9px;
        text-align: left;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
        background: #737373;
    }
    .menu_top .menu_switcher a.active {
        background: #ff0000;
        color: #fff;
    }
    .menu_top .menu_switcher .switcher_icon {
        float: right;
        display: block;
        padding-top: 10px;
        font-size: 19px
    }
    .menu_top .menu>li:hover.to_right>ul {
        left: auto;
        right: 0
    }
    .menu_top .menu ul li {
        white-space: nowrap
    }
    .devby {
        text-align: left
    }
    .go2top {
        position: static;
        bottom: auto;
        right: auto;
        display: block;
        width: auto;
        height: 40px;
        line-height: 40px
    }
}
@media (max-width: 480px) {
    .menu_columns .menu {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
        -webkit-column-gap: inherit;
        -moz-column-gap: inherit;
        column-gap: inherit
    }

}
.relative {
    position: relative;
    width: 100%
}
.lt-ie9 div.table-responsive {
    margin-bottom: 20px;
    overflow: visible;
    width: 100%
}
.lt-ie9 div.table-responsive .table,
.lt-ie9 div.table-responsive table {
    margin-bottom: 0!important
}
.lt-ie8 .main_slider .smpl_nav li {
    position: relative;
    top: 10px
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: 0
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-loading .slick-list {
    background: url(/artmebius/img/ajax-loader.gif) center center no-repeat #fff
}
.slick-track {
    white-space: nowrap;
    position: relative;
    left: 0;
    top: 0;
    display: block
}
.slick-track:after,
.slick-track:before {
    content: " ";
    display: table
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
[dir=rtl] .slick-slide {
    float: right
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-next,
.slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    display: block;
    border: none;
    height: 20px;
    line-height: 20px;
    width: 20px;
    cursor: pointer;
    outline: 0
}
.slick-next span,
.slick-prev span {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75
}
.slick-next span:before,
.slick-prev span:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-next:focus span,
.slick-next:hover span,
.slick-prev:focus span,
.slick-prev:hover span {
    outline: 0;
    opacity: 1
}
.slick-next.slick-disabled span,
.slick-prev.slick-disabled span {
    opacity: .25
}
.slick-prev {
    /*left: 25px;*/
    left: 0
}
[dir=rtl] .slick-prev {
    left: auto;
    right: 25px
}
.slick-next {
    /*right: 25px*/
    right: 0
}
[dir=rtl] .slick-next {
    left: 25px;
    right: auto
}
.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center
}
.btn-slider {
    outline: 0;
    display: block;
    border: none;
    padding: 0;
    color: #b6b6b6;
    margin-top: -20px;
    height: 40px;
    line-height: 25px;
    width: 40px;
    position: absolute;
    top: 50%;
    text-align: center;
    font-size: 41px;
    cursor: pointer;
    z-index: 500;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.btn-prev {
    left: 0
}
.btn-next {
    right: 0
}
.slider_nav {
    bottom: 0;
    left: 0;
    right: 0;
    list-style: none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center
}
.slider_nav li {
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin: 0 3px;
    padding: 0;
    line-height: 1
}
.slider_nav li span {
    display: block;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    background: #fff;
    border: 3px solid #fff;
    font-size: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.slider_nav li span:focus,
.slider_nav li span:hover {
    outline: 0
}
.slider_nav li.slick-active span {
    background: #106ead
}
.slider_main {
    position: relative
}
.slider_main .container {
    display: block
}
.slider_main .slider_items {
    overflow: hidden
}
.slider_main .slider_items:hover .btn-slider {
    opacity: 1
}
.slider_main .slide_item {
    overflow: hidden;
    position: relative
}
.slider_main .slide_bg {
    display: block;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 25.2% 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
.slider_main .slide_content {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: normal
}

@font-face {
    font-family: 'RobotoLight';
    font-display: swap;
    src: url('/artmebius/fonts/RobotoLight.eot');
    src: url('/artmebius/fonts/RobotoLight.eot') format('embedded-opentype'),
         url('/artmebius/fonts/RobotoLight.woff2') format('woff2'),
         url('/artmebius/fonts/RobotoLight.woff') format('woff'),
         url('/artmebius/fonts/RobotoLight.ttf') format('truetype'),
         url('/artmebius/fonts/RobotoLight.svg#RobotoLight') format('svg');
}
@font-face {
    font-family: 'RobotoLightItalic';
    font-display: swap;
    src: url('/artmebius/fonts/RobotoLightItalic.eot');
    src: url('/artmebius/fonts/RobotoLightItalic.eot') format('embedded-opentype'),
         url('/artmebius/fonts/RobotoLightItalic.woff2') format('woff2'),
         url('/artmebius/fonts/RobotoLightItalic.woff') format('woff'),
         url('/artmebius/fonts/RobotoLightItalic.ttf') format('truetype'),
         url('/artmebius/fonts/RobotoLightItalic.svg#RobotoLightItalic') format('svg');
}
@font-face {
    font-family: 'RobotoBlack';
    font-display: swap;
    src: url('/artmebius/fonts/RobotoBlack.eot');
    src: url('/artmebius/fonts/RobotoBlack.eot') format('embedded-opentype'),
         url('/artmebius/fonts/RobotoBlack.woff2') format('woff2'),
         url('/artmebius/fonts/RobotoBlack.woff') format('woff'),
         url('/artmebius/fonts/RobotoBlack.ttf') format('truetype'),
         url('/artmebius/fonts/RobotoBlack.svg#RobotoBlack') format('svg');
}
@font-face {
    font-family: 'RobotoBold';
    font-display: swap;
    src: url('/artmebius/fonts/RobotoBold.eot');
    src: url('/artmebius/fonts/RobotoBold.eot') format('embedded-opentype'),
         url('/artmebius/fonts/RobotoBold.woff2') format('woff2'),
         url('/artmebius/fonts/RobotoBold.woff') format('woff'),
         url('/artmebius/fonts/RobotoBold.ttf') format('truetype'),
         url('/artmebius/fonts/RobotoBold.svg#RobotoBold') format('svg');
}
@font-face {
    font-family: 'RobotoRegular';
    font-display: swap;
    src: url('/artmebius/fonts/RobotoRegular.eot');
    src: url('/artmebius/fonts/RobotoRegular.eot') format('embedded-opentype'),
         url('/artmebius/fonts/RobotoRegular.woff2') format('woff2'),
         url('/artmebius/fonts/RobotoRegular.woff') format('woff'),
         url('/artmebius/fonts/RobotoRegular.ttf') format('truetype'),
         url('/artmebius/fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}
@font-face {
    font-family: 'RobotoMedium';
    font-display: swap;
    src: url('/artmebius/fonts/RobotoMedium.eot');
    src: url('/artmebius/fonts/RobotoMedium.eot') format('embedded-opentype'),
         url('/artmebius/fonts/RobotoMedium.woff2') format('woff2'),
         url('/artmebius/fonts/RobotoMedium.woff') format('woff'),
         url('/artmebius/fonts/RobotoMedium.ttf') format('truetype'),
         url('/artmebius/fonts/RobotoMedium.svg#RobotoMedium') format('svg');
}
@font-face {
    font-family: 'SFUITextRegular';
    font-display: swap;
    src: url('/artmebius/fonts/SFUITextRegular.eot');
    src: url('/artmebius/fonts/SFUITextRegular.eot') format('embedded-opentype'),
         url('/artmebius/fonts/SFUITextRegular.woff2') format('woff2'),
         url('/artmebius/fonts/SFUITextRegular.woff') format('woff'),
         url('/artmebius/fonts/SFUITextRegular.ttf') format('truetype'),
         url('/artmebius/fonts/SFUITextRegular.svg#SFUITextRegular') format('svg');
}
@font-face {
    font-family: 'SFUITextMedium';
    font-display: swap;
    src: url('/artmebius/fonts/SFUITextMedium.eot');
    src: url('/artmebius/fonts/SFUITextMedium.eot') format('embedded-opentype'),
         url('/artmebius/fonts/SFUITextMedium.woff2') format('woff2'),
         url('/artmebius/fonts/SFUITextMedium.woff') format('woff'),
         url('/artmebius/fonts/SFUITextMedium.ttf') format('truetype'),
         url('/artmebius/fonts/SFUITextMedium.svg#SFUITextMedium') format('svg');
}
@font-face {
    font-family: 'SFUITextSemibold';
    font-display: swap;
    src: url('/artmebius/fonts/SFUITextSemibold.eot');
    src: url('/artmebius/fonts/SFUITextSemibold.eot') format('embedded-opentype'),
         url('/artmebius/fonts/SFUITextSemibold.woff2') format('woff2'),
         url('/artmebius/fonts/SFUITextSemibold.woff') format('woff'),
         url('/artmebius/fonts/SFUITextSemibold.ttf') format('truetype'),
         url('/artmebius/fonts/SFUITextSemibold.svg#SFUITextSemibold') format('svg');
}

.hdr {
    border-top: 8px solid #ff0000;
}
.logo_hdr {
    margin: 25px 0;
}
.phones_hdr {
    color: #ff0000;
    font-size: 26px;
    margin: 25px 0;
}
.menu_top {
  position: relative;
  z-index: 2;
  text-align: left;
}
.menu_top .menu_horz_multi > li {
  display: inline-block;
  position: relative;
}
.menu_top .menu_horz_multi > li > a {
  display: inline-block;
  height: 54px;
  line-height: 54px;
  padding: 0 10px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.menu_top .menu_horz_multi > li:hover > a,
.menu_top .menu_horz_multi > li.active > a {
  /* color: #b22f35; */
  text-decoration:underline;
}
.menu_top .menu_horz_multi > li:first-child > a {
    padding-left: 0;
}
.menu_top .menu_horz_multi > li:last-child > a {
    padding-right: 0!important;
}
.menu_top .menu_horz_multi > li ul {
  text-align: left;
  width: 250px;
}
.menu_top .menu_horz_multi > li ul li a {
  font-size: 14px;
  display: block;
  padding: 8px 15px;
  color: #fff;
  background: #670c1f;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.menu_top .menu_horz_multi > li ul li a:hover {
  background: #500918;
}
.menu_top .menu_horz_multi > li ul li.active a,
.menu_top .menu_horz_multi > li ul li.current a {
  background: #500918;
}
.menu_top .menu_horz_multi > li ul li + li a {
  border-top: 1px solid #bbb;
}
.hdr_btm {
    background: #737373;
}
.mdl_bg {
    color: #fff;
    padding: 14px 0;
    background-image:url(/artmebius/img/bann_03.jpg);
    background-repeat: repeat-x;
    background-position: 50% 0;
}
.mdl_objects_ctgs {
}
.page_objects_ctgs .items_block, .mdl_objects_ctgs .items_block {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 9px;
}
.page_objects_ctgs .items_img_wrap, .mdl_objects_ctgs .items_img_wrap {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
}
.page_objects_ctgs .items_img_wrap img, .mdl_objects_ctgs .items_img_wrap img {
    border: 1px solid #737373;
    border-radius: 5px;
}
.page_objects_ctgs .items_title, .mdl_objects_ctgs .items_title {
    padding: 2	px 0;
    display: block;
    font-family: SFUITextMedium;
    color: #171717;
    font-size: 16px;
    text-decoration: underline;
    top: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.page_objects_ctgs .items_price, .mdl_objects_ctgs .items_price {
    font-size: 15px;
    font-weight: bold;
}
/*.page_objects_ctgs .items_price span, .mdl_objects_ctgs .items_price span {
    display: block;
}*/
.page_objects_ctgs .items_block:hover .items_img_wrap:after,
.mdl_objects_ctgs .items_block:hover .items_img_wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.items_price p {
    margin: 0;
    color: #ffffff;
}
.nuzh {
    color: #ff0000;
}
.items_block a{
	text-decoration: none;
}
.page_main #sect_wrap .page-header {
    text-align: center;
    text-transform: uppercase;
     margin: 0 0 9px;
}
.mdl_objects_ctgs .page-header {
    color: #171717;
    margin-bottom: 35px;
}
.mdl_paymethods {
    margin: 23px 0 0;
}
.mdl_paymethods .page-header{
	color:#fff;
}
.mdl_paymethods .items_block {
    text-align: center;
    background: #f4f4f4;
    border-radius: 4px;
    margin: 0 27px;
}
.mdl_paymethods .items_title {
    display: block;
    background: #ff0000;
    color: #fff;
    font-family: 'SFUITextSemibold';
    padding: 15px;
    text-transform: uppercase;
    border-radius: 4px 4px 0 0;
    margin-bottom: 20px;
    font-weight: 600;
}
.mdl_paymethods .items_title a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
.mdl_paymethods .items_img_wrap {
    display: inline-block;
    margin-bottom: 20px;
}
.mdl_paymethods .items_link {
    display: inline-block;
    background: #fff;
    text-decoration: none;
    color: #222;
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 8px 39px;
    border-bottom: 4px solid #9b9c9c;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.mdl_paymethods .items_link:hover {
    background: #900;
    color: #fff;
}
.mdl_lastmeroprijat .ctgs_grid span {
    display: block;
}
.mdl_lastmeroprijat .ctgs_block {
    background: #f4f4f4;
    border: 1px solid #cfd0d0;
    border-radius: 6px;
    text-align: center;
    padding: 21px 17px;
    box-shadow: 0 5px 0 #dbdcdc;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.mdl_lastmeroprijat .ctgs_block img {
    border-radius: 5px;
    box-shadow: 4px 5px 0 #dbdcdc;
    margin-bottom: 11px;
}
.mdl_lastmeroprijat .ctgs_grid .item_title {
    color: #171717;
    min-height: 38px;
}
.mdl_lastmeroprijat .ctgs_grid .item_date {
    font-family: 'SFUITextSemibold';
    font-size: 16px;
    color: #ff0000;
    text-transform: uppercase;
}
.mdl_lastmeroprijat .ctgs_grid a {
    text-decoration: none;
}
.mdl_lastmeroprijat .page-header {
    color: #ff0000;
}
.mdl_lastmeroprijat .ctgs_block:hover {
    background: #900;
}
/*.mdl_bg2 {
    background-attachment: fixed;
    color: #fff;
    padding: 0;
    background-image: linear-gradient(rgba(204, 204, 204, 0.57), rgba(238, 238, 238, 0.83)), url(../img/bgcall_03.png);
    background-color: rgba(221, 221, 221, 0.88);
    background-blend-mode: hue;
    background-size: cover;
}
*/
.mdl_callme {
    position: relative;
    top: -16px;
    margin: 60px 0 19px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 2px solid #d1d2ef;
    background-attachment: fixed;
    color: #fff;
    padding: 0;
    background-image: linear-gradient(rgba(204, 204, 204, 0.57), rgba(238, 238, 238, 0.83)); //, url(../img/bgcall_03.jpg)
    background-color: rgba(221, 221, 221, 0.88);
    background-blend-mode: hue;
    background-size: cover;
    border: 2px solid #999;
}
.callmeback {
    margin: 29px 57px 0 0;
    position: relative;
    float: right;
    padding: 11px 20px 0 0;
    border-radius: 6px;
    width: 650px;
    display: inline-block;
}
.callmeback form {
    margin: 0;
}
.cont_callme {
    padding: 0px 3em;
   /*  position: absolute;
   float: left;
   bottom: 0!important; */
    /* top: -9px; */
    /* background-repeat: no-repeat;
    background-position: 9em 0; */
}
.callmeback .page-header {
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
}
.mdl_callme #reCaptcha1 {
    transform: scale(0.88);
    -webkit-transform: scale(0.88);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin: 0 -9px;
    display: inline-block;
}
.bl_but {
    text-align: right;
}
.slider_reviews {
    margin: 28px 0;
    text-align: center;
}
.callmeback .page-header {
    font-size: 21px;
}
.mdl_pomosch .item_preview img {
    border-radius: 5px;
}
.mdl_pomosch .item_title {
    color: #171717;
    font-family: 'SFUITextRegular';
    font-size: 18px;
    display: block;
    padding: 7px 0;
}
.mdl_pomosch {
    text-align: center;
}
.mdl_pomosch a {
    text-decoration: none;
}
.mdl_pomosch .page-header {
    margin:18px 0!important;
}

.mdl_pomosch .tiles_col:hover .item_preview:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}
.partners_main .partners_block {
    text-align: center;
    border: 1px solid #b3b3b3;
    padding: 7px;
    border-radius: 5px;
}
.part_padd {
    padding: 0 33px;
}
.child_slider .btn-slider {
    color: #fff;
}
.partners_main {
    margin: 26px 0;
}
.page_objects_ctgs .item_img_wrap {
    position: relative;
    display: block;
    text-align: center;
}
.page_objects_ctgs .item_img_wrap img {
    border: 1px solid #737373;
    border-radius: 5px;
}
.page_objects_ctgs .item_block {
    text-align: center;
}
.page_objects_ctgs .item_block:hover .item_img_wrap:after, .mdl_objects_ctgs .item_block:hover .item_img_wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
}
.page_objects_ctgs .item_title, .mdl_objects_ctgs .item_title {
    padding: 10px 0;
    display: block;
    font-weight: 600;
    font-size: 16px;
    top: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.page_objects_ctgs a {
    color: #222;
    text-decoration: none;
}
.cnt_left .mdl_paymethods .items_title a {
    font-size: 14px!important;
}
.cnt_left .mdl_paymethods {
    margin: 0 0 18px;
}
.cnt_left .mdl_paymethods .items_block {
    margin: 0;
}
.prdt_dtl .prdt_info {
    margin-bottom: 15px;
    background: #ecedee;
    padding: 20px 30px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.prdt_dtl .prdt_info .btn {
  font-size: 14px;
  color: #fff;
  padding: 10px 25px;
  border: none;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: box-shadow 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  border: 1px solid ff0000;
  background-image: -webkit-linear-gradient(top, #ff5722 0%, #ff0000 100%);
  background-image: -o-linear-gradient(top, #ff5722 0%, #ff0000 100%);
  background-image: linear-gradient(to bottom, #ff5722 0%, #ff0000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaa3c8a', endColorstr='#ff97357b', GradientType=0);
}
.prdt_dtl .prdt_info .btn:active,
.prdt_dtl .prdt_info .btn:hover {
  background: #f1746d;
  border-color: #f1746d;
  box-shadow: 0 8px 10px -10px #000;
}
.mdl_feedback .control-input {
    position: relative;
}
.mdl_feedback .control-input .fa {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 17px;
    color: #ff5722;
}
.mdl_feedback input {
  width: 100%;
  height: auto;
  border-radius: 4px;
  font-size: 13px;
  padding: 10px 10px 10px 35px;
}
.mdl_feedback textarea {
    padding: 10px 10px 10px 35px;
    font-size: 13px;
}
.articles_main .item_block {
    background: #f4f4f4;
    border: 1px solid #cfd0d0;
    border-radius: 6px;
    text-align: center;
    padding: 21px 17px;
    box-shadow: 0 5px 0 #dbdcdc;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    height: inherit;
}
.articles_main .items_grid .item_title {
    color: #171717;
}
.articles_main .items_grid a {
    text-decoration: none;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .mdl_paymethods .items_title a {
        font-size: 13px;
    }
    .menu_top .menu_horz_multi > li > a {
        padding: 0 26px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .mdl_paymethods .items_title a {
        font-size: 13px;
    }
    .mdl_paymethods .items_block {
        margin: 0;
    }
    .callmeback {
        width: auto;
        margin: 0;
        float: none;
        padding: 11px 20px;
        display: block;
    }
    .menu_top .menu_horz_multi > li > a {
        padding: 0 11px;
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .callmeback {
        width: auto;
        margin: 0;
        float: none;
        padding: 11px 20px;
        display: block;
    }
    .menu_top .menu_horz_multi > li {
        display: block;
    }
    .menu_horz_multi>li {
        border-bottom: 1px solid #fff;
    }
    .menu_top .menu_horz_multi > li > a {
        line-height: 38px;
        padding: 0 22px;
        font-size: 14px;
        height: 35px;
    }
    .menu_top .menu_horz_multi > li:first-child > a {
        padding-left: 22px;
    }
    .logo_hdr {
        margin: 9px 0;
    }
    .phones_hdr {
        margin: 8px 0;
    }
    .cprt {
        padding-bottom:0px;
    }
}
@media (max-width: 560px){
    .mdl_callme #reCaptcha1 {
        transform: scale(0.75, 0.85);
        -webkit-transform: scale(0.75, 0.85);
    }
}
.item_intro{word-wrap:break-word;}
.gall_grid .tiles_col {height: auto;}
.callmeback{margin-bottom: 15px;}
.mdl_lastmeroprijat .tiles_col{height: auto;}
.video-block{
  margin:30px 0;
}
.video-block > div{
  margin:0 0 15px;
}
.proshedshie-meropriyatiya div.item_title {
	line-height: 15px;
	font-size: 13px;
	width: 100%;
	height: 75px;
	display:table;
}
.proshedshie-meropriyatiya div.item_title span{
  display:table-cell;
  vertical-align:middle;
}
/*11.01.19*/
@media (max-width: 767px) {
  .hdr_top{
    text-align: center;
    margin-bottom: 5px;
  }
  .phones_hdr, .logo_hdr{
    margin: 5px 0 0 0;
  }
}
.logo_hdr img{max-width: 110px;}
.logo_hdr{margin: 10px 0 0;display: flex; align-items: center;justify-content: center;}
.logo_hdr span{margin-left: 10px;font-weight: bold;}
.logo_hdr_second{margin: 25px auto;max-width: 250px;}
.mainblock {
    display: inline-block;
    background: #fff;
    height: auto;
    box-shadow: 0 0 21px rgb(149, 149, 149);
    margin: 46px 0;
    font-size: 13.5px;
    padding: 7px;
}
.video_main .video_block .play {
    position: absolute;
    top: 35%;
    font-size: 5em;
    color: #FF0000;
    left: 45%;
}
.video_main .tiles_col{
    margin-bottom: 30px;
}