.img-thumbnail,
body {
    background-color: #fff;
}
.menu-icon-label:hover,
.ui-autocomplete > li,
[role="button"] {
    cursor: pointer;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.modal-footer:after,
.modal-header:after,
.row:after {
    clear: both;
}
.media-list,
ol,
ul {
    list-style: none;
}
.btn,
.tooltip,
a {
    text-decoration: none;
}
.table,
table {
    border-collapse: collapse;
}
body {
    line-height: 1.42857;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a:focus,
a:hover {
    text-decoration: underline;
}
a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
}
.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.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: 15px;
    padding-right: 15px;
}
.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-1 {
    width: 8.33333%;
}
.col-xs-2 {
    width: 16.66667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.33333%;
}
.col-xs-5 {
    width: 41.66667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.33333%;
}
.col-xs-8 {
    width: 66.66667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.33333%;
}
.col-xs-11 {
    width: 91.66667%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.33333%;
}
.col-xs-pull-2 {
    right: 16.66667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.33333%;
}
.col-xs-pull-5 {
    right: 41.66667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.33333%;
}
.col-xs-pull-8 {
    right: 66.66667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.33333%;
}
.col-xs-pull-11 {
    right: 91.66667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.33333%;
}
.col-xs-push-2 {
    left: 16.66667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.33333%;
}
.col-xs-push-5 {
    left: 41.66667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.33333%;
}
.col-xs-push-8 {
    left: 66.66667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.33333%;
}
.col-xs-push-11 {
    left: 91.66667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
.col-xs-offset-1 {
    margin-left: 8.33333%;
}
.col-xs-offset-2 {
    margin-left: 16.66667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.33333%;
}
.col-xs-offset-5 {
    margin-left: 41.66667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.33333%;
}
.col-xs-offset-8 {
    margin-left: 66.66667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.33333%;
}
.col-xs-offset-11 {
    margin-left: 91.66667%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 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-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 992px) {
    .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-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}
@media (min-width: 1200px) {
    .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-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}
.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;
}
.hidden,
.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-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;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
    .visible-xs-block {
        display: block !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
    .hidden-lg {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
    .hidden-print {
        display: none !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before {
    content: " ";
    display: table;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-content {
    background-color: #fff;
    background-clip: padding-box;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 0.5;
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.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 {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
    bottom: 0;
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
}
.carousel-caption,
.carousel-control {
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    color: #fff;
}
.btn-big,
.menu-link {
    text-transform: uppercase;
}
.nowrap,
.selectric .label {
    white-space: nowrap;
}
.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;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.carousel,
.carousel-inner {
    position: relative;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
}
.tooltip.top-right .tooltip-arrow {
    left: 5px;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.carousel-inner {
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.btn,
a {
    transition: all 0.3s ease;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0.5;
    font-size: 20px;
    background-color: transparent;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent;
}
.form-label,
.header-logo,
.main-footer-copyright,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
.form-input,
.form-textarea,
body,
input,
select,
textarea {
    font-family: Roboto, sans-serif;
}
.intro-image-ext,
.partner img,
.valign-m,
caption,
td,
th {
    vertical-align: middle;
}
html {
    -webkit-tap-highlight-color: transparent;
    line-height: 1;
}
table {
    border-spacing: 0;
}
caption,
td,
th {
    text-align: left;
    font-weight: 400;
}
.btn-responsive,
.menu-link,
.submenu {
    text-align: center;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
a img {
    border: none;
}
:active,
:focus,
a,
input {
    outline: 0 !important;
    -moz-outline-style: none !important;
}
*,
:after,
:before {
    box-sizing: inherit;
}
.col-ms-1,
.col-ms-10,
.col-ms-11,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 480px) and (max-width: 768px) and (max-width: 768px) {
    .container {
        max-width: 748px;
    }
}
@media (min-width: 480px) and (max-width: 768px) {
    .col-ms-1 {
        float: left;
        width: 8.33333%;
    }
    .col-ms-push-1 {
        left: 8.33333%;
    }
    .col-ms-pull-1 {
        right: 8.33333%;
    }
    .col-ms-offset-1 {
        margin-left: 8.33333%;
    }
    .col-ms-2 {
        float: left;
        width: 16.66667%;
    }
    .col-ms-push-2 {
        left: 16.66667%;
    }
    .col-ms-pull-2 {
        right: 16.66667%;
    }
    .col-ms-offset-2 {
        margin-left: 16.66667%;
    }
    .col-ms-3 {
        float: left;
        width: 25%;
    }
    .col-ms-push-3 {
        left: 25%;
    }
    .col-ms-pull-3 {
        right: 25%;
    }
    .col-ms-offset-3 {
        margin-left: 25%;
    }
    .col-ms-4 {
        float: left;
        width: 33.33333%;
    }
    .col-ms-push-4 {
        left: 33.33333%;
    }
    .col-ms-pull-4 {
        right: 33.33333%;
    }
    .col-ms-offset-4 {
        margin-left: 33.33333%;
    }
    .col-ms-5 {
        float: left;
        width: 41.66667%;
    }
    .col-ms-push-5 {
        left: 41.66667%;
    }
    .col-ms-pull-5 {
        right: 41.66667%;
    }
    .col-ms-offset-5 {
        margin-left: 41.66667%;
    }
    .col-ms-6 {
        float: left;
        width: 50%;
    }
    .col-ms-push-6 {
        left: 50%;
    }
    .col-ms-pull-6 {
        right: 50%;
    }
    .col-ms-offset-6 {
        margin-left: 50%;
    }
    .col-ms-7 {
        float: left;
        width: 58.33333%;
    }
    .col-ms-push-7 {
        left: 58.33333%;
    }
    .col-ms-pull-7 {
        right: 58.33333%;
    }
    .col-ms-offset-7 {
        margin-left: 58.33333%;
    }
    .col-ms-8 {
        float: left;
        width: 66.66667%;
    }
    .col-ms-push-8 {
        left: 66.66667%;
    }
    .col-ms-pull-8 {
        right: 66.66667%;
    }
    .col-ms-offset-8 {
        margin-left: 66.66667%;
    }
    .col-ms-9 {
        float: left;
        width: 75%;
    }
    .col-ms-push-9 {
        left: 75%;
    }
    .col-ms-pull-9 {
        right: 75%;
    }
    .col-ms-offset-9 {
        margin-left: 75%;
    }
    .col-ms-10 {
        float: left;
        width: 83.33333%;
    }
    .col-ms-push-10 {
        left: 83.33333%;
    }
    .col-ms-pull-10 {
        right: 83.33333%;
    }
    .col-ms-offset-10 {
        margin-left: 83.33333%;
    }
    .col-ms-12 {
        width: 100%;
    }
}
body {
    background: #fff;
}
body,
html {
    overflow-x: hidden;
    height: auto;
}
body.overflow,
html.overflow {
    overflow: hidden;
    height: 100%;
}
.primary {
    padding: 30px 0;
}
@media (min-width: 992px) {
    .primary {
        padding: 60px 30px;
    }
}
.primary-ext {
    padding-left: 0;
    padding-right: 0;
}
.secondary {
    padding: 30px 0;
}
@media (min-width: 992px) {
    .secondary {
        padding: 40px 30px;
        position: relative;
        background: #ebebeb;
    }
    .secondary:before {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 10000px;
        content: "";
        background: #ebebeb;
        z-index: -1;
    }
}
.secondary-ext {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 767px) {
    .menu-collapse {
        z-index: 900;
    }
}
.menu-icon-label {
    z-index: 910;
}
.modal-backdrop {
    z-index: 1030;
}
.modal {
    z-index: 1040;
}
.modal-dialog {
    z-index: 1050;
}
.main-header {
    z-index: 100;
    padding: 10px 0;
}
.modal-close {
    z-index: 10;
}
@media (min-width: 768px) {
    .main-header {
        padding: 15px 0;
        position: relative;
    }
}
.header {
    background: #3a3456;
    padding: 30px 0;
}
.header-title.header-title {
    color: #fff;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .header {
        padding: 60px 0;
    }
    .header-ext {
        padding: 45px 0;
    }
    .header-title.header-title {
        margin-bottom: 15px;
    }
}
.header-logo {
    margin-right: 15px;
}
.main-footer {
    font-size: 12px;
    font-size: 1.2rem;
    background: #3a3456;
    color: #8e86ad;
    line-height: 1.38em;
    border-top: 1px solid #5d547f;
    padding: 30px 0;
}
.main-footer a,
.main-footer a:hover {
    color: #fff;
}
a,
a:focus,
a:hover {
    color: #f3761f;
}
.main-footer-ext {
    background: 0 0;
}
@media (max-width: 767px) {
    .main-footer-copyright {
        margin-bottom: 20px;
    }
}
html {
    box-sizing: border-box;
    font-size: 10px;
}
body {
    font-size: 15px;
    font-size: 1.5rem;
    color: #67666c;
}
.strong,
strong {
    font-weight: 700 !important;
}
.italic,
em,
i {
    font-style: italic;
}
.small,
small {
    font-size: 12px;
    font-size: 1.2rem;
}
@media (min-width: 992px) {
    .main-header-ext {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    a:focus,
    a:hover {
        text-decoration: underline;
    }
}
.alfa,
.beta,
.delta,
.epsilon,
.gamma,
.zeta,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    margin-bottom: 1em;
    color: #282240;
    line-height: 1.2em;
}
.alfa,
h1 {
    font-size: 30px;
    font-size: 3rem;
}
@media (min-width: 768px) {
    .alfa,
    h1 {
        font-size: 44px;
        font-size: 4.4rem;
    }
}
.beta,
h2 {
    font-size: 30px;
    font-size: 3rem;
}
@media (min-width: 768px) {
    .beta,
    h2 {
        font-size: 36px;
        font-size: 3.6rem;
    }
}
.gamma,
h3 {
    font-size: 24px;
    font-size: 2.4rem;
}
@media (min-width: 768px) {
    .gamma,
    h3 {
        font-size: 30px;
        font-size: 3rem;
    }
}
.delta,
h4 {
    font-size: 16px;
    font-size: 1.6rem;
}
@media (min-width: 768px) {
    .delta,
    h4 {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
.epsilon,
h5 {
    font-size: 14px;
    font-size: 1.4rem;
}
@media (min-width: 768px) {
    .epsilon,
    h5 {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.zeta,
h6 {
    font-size: 14px;
    font-size: 1.4rem;
}
.typography li,
.typography p,
.typography td,
.typography th {
    line-height: 2em;
}
.typography blockquote,
.typography fieldset,
.typography iframe,
.typography ol,
.typography p,
.typography table,
.typography ul {
    margin-bottom: 1.5em;
}
.typography .strong,
.typography strong {
    color: #3a3456;
}
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    line-height: 1.2em;
}
.typography ol,
.typography ul {
    margin-left: 30px;
}
.typography ul .list-item {
    list-style: disc;
}
.typography ol .list-item {
    list-style: decimal;
}
.typography .lead {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6em;
}
.typography blockquote {
    color: #3a3456;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66em;
    font-style: italic;
    margin: 0 30px;
    text-align: center;
}
.form-input,
.form-textarea {
    transition: all 0.3s ease;
    border-radius: 3px;
    font-size: 16px;
    font-size: 1.6rem;
    -moz-appearance: none;
    padding: 10px 15px;
    color: #67666c;
    width: 100%;
    border: 1px solid #c3c3c3;
    -webkit-appearance: none;
}
@media (min-width: 768px) {
    .form-input,
    .form-textarea {
        font-size: 15px;
        font-size: 1.5rem;
    }
}
.error-message,
.form-label-note {
    font-size: 14px;
    font-style: italic;
}
.form-input:focus,
.form-textarea:focus {
    border-color: #3a3456;
}
.form-textarea {
    height: 100px;
    line-height: 1.5em;
}
.form-label {
    color: #282240;
    margin: 0 0 10px;
    font-weight: 700;
}
.form-label-note {
    font-size: 1.4rem;
    line-height: 1.3em;
    font-weight: 400;
    color: #67666c;
    margin: 5px 0 0;
    display: inline-block;
}
.form-line {
    margin-bottom: 30px;
}
input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type="checkbox"]:hover {
    curson: pointer;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../images/forms.svg);
    background-size: 164px 22px;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
input[type="radio"] + span {
    transform: translate(0, -50%);
    top: 50%;
}
input[type="checkbox"]:checked + span {
    background-position: -57px 0;
}
input[type="radio"] + span {
    background-position: -114px 0;
}
input[type="radio"]:checked + span {
    background-position: -143px 0;
}
.checkbox,
.radio {
    min-height: 21px;
    margin-bottom: 20px;
}
.checkbox label,
.radio label {
    position: relative;
    padding-left: 35px;
    display: block;
    line-height: 1.5em;
}
.radio label {
    color: #282240;
    font-weight: 700;
}
.radio .media-left {
    padding-right: 20px;
    padding-left: 5px;
}
.form-error {
    border-color: #ff5a5f;
}
.error-message {
    font-size: 1.4rem;
    color: #ff5a5f;
    line-height: 1.3em;
    margin: 8px 0 0;
}
.form-fieldset {
    border: 2px solid #ebebeb;
    padding: 20px;
}
@media (min-width: 768px) {
    .form-fieldset {
        padding: 70px 90px;
    }
}
.form-fieldset-ext {
    padding: 30px 0;
    margin-bottom: 40px;
    border: 1px solid #ebebeb;
    border-width: 1px 0;
}
.form-search {
    position: relative;
}
.form-search input {
    padding-right: 40px;
}
.form-search:after {
    content: "\f002";
    font-family: FontAwesome;
    position: absolute;
    right: 14px;
    top: 13px;
    color: #b7b2c5;
}
.group:after,
.submenu:before {
    content: "";
}
.btn {
    border-radius: 50px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    margin: 0;
    padding: 13px 25px;
    border: 1px solid #f3761f;
    background: #f3761f;
    font-weight: 400;
    -webkit-appearance: none;
    line-height: 1em;
}
.menu-icon,
.menu-link,
.menu-logo a,
.menu-logo img {
    display: block;
}
.menu-link,
.widget-menu-item > a {
    font-weight: 700;
    text-decoration: none;
}
@media (min-width: 768px) {
    .btn {
        padding: 17px 35px 18px;
    }
}
.btn,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited {
    color: #fff;
}
@media (min-width: 992px) {
    .btn:hover {
        background: #d45e0b;
        text-decoration: none;
        cursor: pointer;
        border-color: #d45e0b;
    }
}
.btn-inverse {
    background: #fff;
    border-color: #fff;
}
.btn-inverse,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.btn-inverse:visited {
    color: #f3761f;
}
@media (min-width: 992px) {
    .btn-inverse:hover {
        background: #d45e0b;
        text-decoration: none;
        cursor: pointer;
        border-color: #d45e0b;
        color: #fff;
    }
}
.btn-responsive {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.btn-simple {
    background: #fff;
    border: 1px solid #c3c3c3;
}
.btn-simple,
.btn-simple:active,
.btn-simple:visited {
    color: #f3761f;
}
.btn-facebook {
    background-color: #4469b0;
    border-color: #4469b0;
}
.btn-big {
    letter-spacing: 1px;
}
@media (min-width: 992px) {
    .btn-simple:hover {
        color: #fff;
    }
    .btn-facebook:hover {
        background-color: #36538b;
        border-color: #36538b;
    }
    .btn-big {
        padding: 20px 40px;
    }
}
.menu-logo {
    float: left;
    margin: 0;
}
@media (max-width: 767px) {
    .menu-logo img {
        height: 40px;
        width: auto;
    }
    .menu-item-group {
        padding: 50px 0;
    }
}
@media (min-width: 768px) {
    .menu-logo {
        margin: auto;
    }
    .menu-item {
        float: left;
        position: relative;
    }
    .menu-item-ext {
        margin-left: 10px;
    }
}
@media (min-width: 992px) {
    .menu-item-ext {
        margin-left: 20px;
    }
}
.menu-link {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    padding: 30px;
}
@media (min-width: 768px) {
    .menu-link {
        font-size: 12px;
        font-size: 1.2rem;
        color: #3a3456;
        padding: 5px 0;
        margin: 12px 8px;
    }
    .menu-link-ext {
        padding-left: 10px;
        padding-right: 0;
        border-left: 1px solid #c6c2d6;
    }
}
@media (min-width: 1200px) {
    .menu-link {
        font-size: 15px;
        font-size: 1.5rem;
        margin: 12px 10px;
    }
}
.menu-link:focus,
.menu-link:hover {
    text-decoration: none;
    color: #fff;
}
.menu-link-ext {
    text-transform: none;
}
@media (min-width: 992px) {
    .menu-link:focus,
    .menu-link:hover {
        color: #f3761f;
    }
    .menu-link-ext {
        padding-left: 30px;
    }
    .menu-link-inverse {
        color: #fff;
    }
}
.menu-collapse {
    transition: all 230ms ease-out;
    will-change: transform;
}
@media (max-width: 767px) {
    .menu-collapse {
        transform: translateX(-103%);
        position: absolute;
        height: 100%;
        background: rgba(243, 118, 31, 0.9);
        left: 0;
        right: 0;
        top: 0;
        overflow: scroll;
    }
}
.menu-collapse.is-active {
    transform: translateX(0);
}
.menu-icon-label {
    transition: cubic-bezier(0.3, 0.01, 0.165, 0.99) 0.4s;
    transform: rotate(0);
    width: 48px;
    height: 48px;
    position: absolute;
    top: 7px;
    right: 0;
    background: 0 0;
    border: 0;
}
.menu-icon-label.is-active {
    transform: rotate(90deg);
}
.menu-icon-label.is-active .menu-icon {
    background: #fff;
}
.menu-icon-label.is-active .menu-icon-top .menu-icon {
    transform: rotate(45deg);
}
.menu-icon-label.is-active .menu-icon-bottom .menu-icon {
    transform: rotate(-45deg);
    top: 20px;
}
.contact-message .well,
.gallery-item-icon,
.well-hover > span {
    transform: translate(-50%, -50%);
}
.menu-icon {
    width: 25px;
    height: 2px;
    background: #f3761f;
    position: absolute;
    left: 14px;
}
.menu-icon-top .menu-icon {
    -moz-transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.25s 0.1s;
    -o-transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.25s 0.1s;
    -webkit-transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.25s;
    -webkit-transition-delay: 0.1s;
    transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.25s 0.1s;
    top: 20px;
}
.menu-icon-bottom .menu-icon {
    -moz-transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.25s 0.1s;
    -o-transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.25s 0.1s;
    -webkit-transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.25s;
    -webkit-transition-delay: 0.1s;
    transition: cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.25s 0.1s;
    top: 26px;
}
.menu-icon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.submenu {
    background: #282240;
    display: none;
}
.submenu-link,
.submenu.is-active {
    display: block;
}
@media (min-width: 768px) {
    .menu-collapse {
        margin: 11px 0 0;
        float: right;
    }
    .submenu {
        position: absolute;
        top: 95%;
        text-align: left;
        width: 200px;
    }
    .menu-item:hover .submenu {
        display: block;
    }
}
.submenu:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 8px;
    border-color: transparent transparent #282240;
    position: absolute;
    left: 20px;
    top: -6px;
}
.submenu-item + .submenu-item {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.submenu-link {
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: none;
    padding: 15px 10px;
    line-height: 1.3em;
    color: #fff;
}
.hr {
    width: 100%;
    height: 50px;
}
.hr-xs {
    height: 10px;
}
.hr-md {
    height: 30px;
}
.hr-line {
    margin: 30px 0;
    height: 1px;
    background: #ebebeb;
}
@media (max-width: 767px) {
    .txt-xs-c {
        text-align: center;
    }
    .txt-xs-l {
        text-align: left;
    }
    .txt-xs-r {
        text-align: right;
    }
}
@media (min-width: 768px) {
    .submenu-link {
        padding: 10px 20px;
    }
    .txt-sm-l {
        text-align: left;
    }
    .txt-sm-r {
        text-align: right;
    }
    .txt-sm-c {
        text-align: center;
    }
    .margin-sm-0 {
        margin: 0 !important;
    }
}
@media (min-width: 992px) {
    .txt-md-l {
        text-align: left;
    }
    .txt-md-r {
        text-align: right;
    }
    .txt-md-c {
        text-align: center;
    }
    .margin-md-0 {
        margin: 0 !important;
    }
}
@media (min-width: 1200px) {
    .txt-lg-r {
        text-align: right;
    }
    .txt-lg-l {
        text-align: left;
    }
    .txt-lg-c {
        text-align: center;
    }
    .margin-lg-0 {
        margin: 0 !important;
    }
}
.txt-r {
    text-align: right;
}
.txt-c {
    text-align: center;
}
.txt-l {
    text-align: left;
}
.article-tag,
.landing-content,
.partner,
.social,
.step,
.well {
    text-align: center;
}
.txt-up {
    text-transform: uppercase;
}
.txt-down {
    text-transform: lowercase;
}
.step-title,
.tab > a,
.table caption,
.table thead th,
.well-title {
    text-transform: uppercase;
}
.margin-0,
.margin-xs-0 {
    margin: 0 !important;
}
.margin-top-0,
.margin-top-xs-0 {
    margin-top: 0 !important;
}
.margin-right-0,
.margin-right-xs-0 {
    margin-right: 0 !important;
}
.margin-bottom-0,
.margin-bottom-xs-0 {
    margin-bottom: 0 !important;
}
.margin-left-0,
.margin-left-xs-0 {
    margin-left: 0 !important;
}
.padding-0,
.padding-xs-0 {
    padding: 0 !important;
}
.padding-top-0,
.padding-top-xs-0 {
    padding-top: 0 !important;
}
.padding-right-0,
.padding-right-xs-0 {
    padding-right: 0 !important;
}
.padding-bottom-0,
.padding-bottom-xs-0 {
    padding-bottom: 0 !important;
}
.padding-left-0,
.padding-left-xs-0 {
    padding-left: 0 !important;
}
@media (min-width: 768px) {
    .margin-top-sm-0 {
        margin-top: 0 !important;
    }
    .margin-right-sm-0 {
        margin-right: 0 !important;
    }
    .margin-bottom-sm-0 {
        margin-bottom: 0 !important;
    }
    .margin-left-sm-0 {
        margin-left: 0 !important;
    }
    .padding-sm-0 {
        padding: 0 !important;
    }
    .padding-top-sm-0 {
        padding-top: 0 !important;
    }
    .padding-right-sm-0 {
        padding-right: 0 !important;
    }
    .padding-bottom-sm-0 {
        padding-bottom: 0 !important;
    }
    .padding-left-sm-0 {
        padding-left: 0 !important;
    }
}
@media (min-width: 992px) {
    .margin-top-md-0 {
        margin-top: 0 !important;
    }
    .margin-right-md-0 {
        margin-right: 0 !important;
    }
    .margin-bottom-md-0 {
        margin-bottom: 0 !important;
    }
    .margin-left-md-0 {
        margin-left: 0 !important;
    }
    .padding-md-0 {
        padding: 0 !important;
    }
    .padding-top-md-0 {
        padding-top: 0 !important;
    }
    .padding-right-md-0 {
        padding-right: 0 !important;
    }
    .padding-bottom-md-0 {
        padding-bottom: 0 !important;
    }
    .padding-left-md-0 {
        padding-left: 0 !important;
    }
}
@media (min-width: 1200px) {
    .margin-top-lg-0 {
        margin-top: 0 !important;
    }
    .margin-right-lg-0 {
        margin-right: 0 !important;
    }
    .margin-bottom-lg-0 {
        margin-bottom: 0 !important;
    }
    .margin-left-lg-0 {
        margin-left: 0 !important;
    }
    .padding-lg-0 {
        padding: 0 !important;
    }
    .padding-top-lg-0 {
        padding-top: 0 !important;
    }
    .padding-right-lg-0 {
        padding-right: 0 !important;
    }
    .padding-bottom-lg-0 {
        padding-bottom: 0 !important;
    }
    .padding-left-lg-0 {
        padding-left: 0 !important;
    }
}
.media,
.media-body,
.media-left,
.meida-right {
    overflow: inherit;
}
.group:after {
    display: table;
    clear: both;
}
.gallery-item a,
.gallery-item img,
.partner > a,
.social,
.widget-menu-item > a {
    display: block;
}
.crumbs-item {
    float: left;
    position: relative;
}
.crumbs-item + .crumbs-item {
    margin-left: 10px;
    padding-left: 15px;
}
.crumbs-item + .crumbs-item:before {
    font-size: 14px;
    font-size: 1.4rem;
    content: "\f105";
    position: absolute;
    font-family: FontAwesome;
    color: #7e769d;
    left: 0;
    top: 2px;
}
.crumbs-link {
    color: #7e769d;
}
.fa-l {
    margin-left: 10px;
}
.fa-r {
    margin-right: 10px;
}
.social {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 50px;
    color: #3a3456;
    border: 1px solid #c6c2d6;
}
.social:hover {
    color: #fff;
    background: #f3761f;
    border-color: #f3761f;
}
.social + .social {
    margin-left: 8px;
}
.social .fa {
    font-size: 18px;
    font-size: 1.8rem;
}
.social-ext {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.social-inverse {
    color: #fff;
}
.social-facebook,
.social-twitter,
.social-youtube {
    background: #67666c;
}
@media (min-width: 992px) {
    .gallery {
        margin: -5px -30px;
    }
}
.gallery-item {
    float: left;
    padding: 5px;
    width: 50%;
}
.gallery-item img {
    width: 100%;
    height: auot;
}
.gallery-item a {
    position: relative;
}
.gallery-item a:focus .gallery-item-hover,
.gallery-item a:hover .gallery-item-hover {
    opacity: 1;
}
.gallery-item-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
}
.gallery-item-hover {
    transition: all 0.3s ease;
    opacity: 0;
    background: #f3761f;
    background: rgba(243, 118, 31, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
}
.widget {
    margin-bottom: 30px;
}
.widget-menu-item > a {
    color: #3a3456;
    line-height: 3.2em;
}
@media (min-width: 992px) {
    .widget-menu-item a:hover {
        color: #f3761f;
    }
    .widget-menu-subitem > a.is-active {
        margin-right: -30px;
        border-right: 3px solid #f3761f;
    }
}
.widget-menu-item a.is-active {
    color: #f3761f;
}
.widget-menu-subitem {
    margin-left: 30px;
}
.widget-menu-subitem > a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #67666c;
    line-height: 2.57em;
    text-decoration: none;
    display: block;
}
.widget-menu-subitem > a.is-active {
    color: #f3761f;
}
.widget-cart {
    border: 4px solid #f3761f;
    padding: 30px 20px;
}
.widget-cart-item {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.subfooter {
    padding: 30px 0;
    background: #3a3456;
}
.subfooter-link {
    line-height: 2.3em;
    color: #8e86ad;
    text-decoration: none;
}
@media (min-width: 768px) {
    .subfooter {
        padding: 80px 0;
    }
    .subfooter-link {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.partner {
    float: left;
    width: 50%;
    padding: 15px;
}
@media (min-width: 768px) {
    .partner {
        width: 25%;
    }
}
.partner > a {
    height: 100px;
    line-height: 100px;
    width: 100%;
}
@media (min-width: 768px) {
    .partner > a {
        height: 80px;
        line-height: 80px;
    }
}
.partner img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    display: inline-block;
}
.step-wrapper {
    margin: auto;
    overflow: hidden;
    padding: 30px 0;
    background: #ebebeb;
}
.step-group {
    position: relative;
    display: inline-block;
}
.step-group:after {
    content: "";
    height: 1px;
    position: absolute;
    left: 30px;
    right: 30px;
    top: 36px;
    background: #a1a1a1;
    z-index: 0;
}
.step,
.step-number {
    display: inline-block;
    position: relative;
}
.step {
    z-index: 1;
}
.step + .step {
    margin-left: 30px;
}
@media (min-width: 768px) {
    .step-wrapper {
        padding: 60px 0;
    }
    .step + .step {
        margin-left: 100px;
    }
}
.step.is-active .step-number {
    background: #3a3456;
    color: #fff;
}
.step.is-active .step-title {
    color: #3a3456;
}
.step.is-done .step-number {
    background: #8e86ad;
}
.step.is-done .step-title {
    color: #8e86ad;
}
.step-number,
.step-title {
    color: #a1a1a1;
    font-weight: 700;
}
.step-number {
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 48px;
    border: 6px solid #ebebeb;
    background: #fff;
    margin: 0 0 3px;
}
@media (min-width: 768px) {
    .step-number {
        border-width: 12px;
        line-height: 50px;
        width: 74px;
        height: 74px;
    }
}
.list-dl dd,
.list-dl dt,
.tooltip-inner {
    line-height: 1.5em;
}
.step-title {
    font-size: 11px;
    font-size: 1.1rem;
}
@media (min-width: 768px) {
    .step-title {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .tooltip-inner {
        min-width: 300px;
    }
}
.step-progress {
    height: 2px;
    background: #c6c2d6;
    top: 36px;
    position: absolute;
    left: 20px;
    right: 20px;
    max-width: 210px;
}
.well-wrapper,
a.well {
    position: relative;
}
.tooltip.in {
    opacity: 1;
}
.tooltip-inner {
    font-size: 14px;
    font-size: 1.4rem;
    box-shadow: 1px 1px 0 0 #fff;
    padding: 15px 20px;
    color: #fff;
    background: #3a3456;
    font-style: italic;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #3a3456;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #3a3456;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #3a3456;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #3a3456;
}
.help {
    color: #c3c3c3;
}
@media (min-width: 992px) {
    .help:hover {
        cursor: pointer;
        color: #f3761f;
    }
    a.well:hover .well-hover {
        opacity: 1;
    }
}
.help .fa {
    font-size: 18px;
    font-size: 1.8rem;
}
.list-dl {
    margin-bottom: 30px;
}
.list-dl dt {
    float: left;
    margin-right: 5px;
}
.list-dl dd {
    font-weight: 700;
    color: #282240;
    margin-bottom: 10px;
}
.color-orange {
    color: #f3761f !important;
}
.color-violet {
    color: #3a3456 !important;
}
.color-white {
    color: #fff !important;
}
.color-gray {
    color: #67666c !important;
}
.box {
    margin: 0 0 30px;
    background: #ebebeb;
    padding: 15px;
}
@media (min-width: 768px) {
    .help-ext {
        position: relative;
        top: -2px;
    }
    .box {
        padding: 30px;
    }
}
.well {
    background: #3a3456;
    padding: 20px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.well-hover,
.well-inverse {
    background: #f3761f;
}
.well-hover,
.well-rounded {
    border-radius: 5px;
}
a.well {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
a.well,
a.well:hover {
    text-decoration: none;
}
@media (min-width: 992px) {
    .well-ext {
        position: absolute;
        right: -210px;
        top: 53px;
        max-width: 200px;
    }
}
.well-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2em;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
}
.well-subtitle {
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
}
@media (min-width: 1200px) {
    .well {
        padding: 40px 30px;
    }
    .well-ext {
        max-width: 220px;
        right: -270px;
    }
    .well-subtitle {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .well-subtitle-ext {
        font-size: 44px;
        font-size: 4.4rem;
    }
}
.well-icon {
    min-height: 55px;
    display: inline-block;
}
.well-hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
}
.well-hover > span {
    position: absolute;
    top: 50%;
    left: 50%;
}
.well-line {
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 30px 0;
}
.well-line-right {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.well-text {
    color: #fff;
    line-height: 2em;
    font-weight: 300;
}
.well-icon {
    margin-bottom: 20px;
}
.ui-autocomplete {
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    width: inherit;
    position: absolute;
    z-index: 1000;
    padding: 0;
    list-style: none;
    background-color: #fff;
}
.ui-autocomplete > li {
    padding: 6px 12px;
    cursor: hand;
    transition: background-color ease-in-out 0.15s;
    line-height: 1.5em;
}
.article-description,
.modal-close .fa,
.selectric,
.selectric .arrow {
    transition: all 0.3s ease;
}
.ui-autocomplete > li.terminated {
    text-decoration: line-through;
}
.article > a:hover,
.product > a:hover,
.register-link:hover {
    text-decoration: none;
}
.ui-autocomplete > li.ui-state-focus {
    background-color: #eee;
}
.ui-helper-hidden-accessible {
    display: none;
}
.contact-box {
    line-height: 1.5em;
}
.contact-box-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 10px;
    font-weight: 300;
}
.contact-message-wrapper {
    position: relative;
}
.contact-message {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}
.contact-message .well {
    top: 50%;
    left: 50%;
    max-width: 260px;
    padding-left: 20px;
    padding-right: 20px;
}
.article {
    margin-bottom: 30px;
}
.article > a {
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
    background-color: #fff;
    display: block;
    position: relative;
    color: #67666c;
    height: 420px;
}
@media (min-width: 992px) {
    .well-icon {
        min-height: 65px;
    }
    .article > a:hover {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    }
    .article > a:hover .article-description {
        opacity: 1;
    }
}
.article-img {
    width: 100%;
    height: auto;
}
.article-perex {
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 15px;
}
@media (min-width: 768px) {
    .contact-box-title {
        font-size: 30px;
        font-size: 3rem;
        font-size: 30px;
        font-size: 3rem;
    }
    .article-perex {
        padding: 30px 20px;
    }
}
.article-title {
    font-size: 15px;
    font-size: 1.5rem;
    color: #f3761f;
    font-weight: 400;
}
.article-title-ext {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.5em;
}
.article-tag {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #f3761f;
    position: absolute;
    top: -65px;
    left: 15px;
}
@media (min-width: 768px) {
    .article-tag {
        left: 20px;
        top: -25px;
    }
}
.article-tag-ext {
    background: #3a3456;
}
.article-description {
    opacity: 0;
    color: #fff;
    line-height: 1.6em;
    background: rgba(58, 52, 86, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    padding: 20px;
}
.article-date {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
    display: block;
    color: #b7b2c5;
}
.tab-group {
    border-radius: 3px;
    margin: 40px 0 36px;
    overflow: hidden;
}
.tab {
    float: left;
    border: 1px solid #ebebeb;
    border-width: 1px 0 1px 1px;
    width: 33.33%;
}
@media (min-width: 768px) {
    .tab-group {
        display: inline-block;
    }
    .tab {
        width: 165px;
    }
}
.tab:last-child {
    border-width: 1px;
}
.tab > a {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    padding: 15px;
    color: #67666c;
    font-weight: 700;
}
.tab.is-active {
    border-color: #f3761f;
}
.tab.is-active > a {
    background: #f3761f;
    color: #fff;
}
.section {
    padding: 30px 0;
}
@media (min-width: 768px) {
    .section {
        padding: 80px 0;
    }
}
.section-gray {
    background: #f4f4f4;
}
.section-violet {
    background: #3a3456;
}
.intro-title {
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: 5px;
}
@media (min-width: 992px) {
    .intro-title {
        font-size: 46px;
        font-size: 4.6rem;
    }
}
@media (min-width: 1200px) {
    .intro-title {
        font-size: 60px;
        font-size: 6rem;
    }
}
.intro-subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .intro-subtitle {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 27px;
    }
}
.intro-perex {
    font-size: 16px;
    font-size: 1.6rem;
    font-wight: 300;
    line-height: 1.5em;
}
@media (min-width: 768px) {
    .intro-perex {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 2em;
    }
    .intro-image {
        max-width: 300px;
        width: auto;
        margin-left: 30px;
    }
    .intro-image-ext {
        height: 150px;
        width: auto;
    }
}
.intro-image-ext {
    display: inline-block;
}
@media (min-width: 1200px) {
    .intro-image {
        max-width: 500px;
    }
    .intro-image-ext {
        height: auto;
    }
}
.intro-image-ext + .intro-image-ext {
    margin-left: 40px;
}
@media (min-width: 992px) {
    .intro-more-wrapper {
        margin: -10px;
    }
    .intro-more {
        margin: 10px;
    }
    .carousel-indicators > li:hover {
        background: #fff;
    }
}
.carousel-indicators .active,
.carousel-indicators > li {
    width: 18px;
    height: 18px;
    margin: 1px 4px;
}
.carousel-indicators .active {
    background: 0 0;
    position: relative;
}
.carousel-indicators .active:after {
    border-radius: 50%;
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
}
.carousel-control.right .fa,
.modal {
    left: 0;
}
.carousel-control {
    width: 40px;
    background: 0 0 !important;
}
.carousel-control .fa {
    transform: translate(0, -50%);
    top: 50%;
    position: absolute;
}
.carousel-control.left .fa {
    right: 0;
}
.table {
    width: 100%;
}
.table caption {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 15px;
}
.table thead th {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 15px;
    background: #3a3456;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.table td,
.table th {
    padding: 15px;
    line-height: 1.3em;
}
.table-bordered tbody tr + tr td,
.table-bordered tbody tr + tr th {
    border-top: 1px solid #e2e2e2;
}
.table-striped tbody tr:nth-child(even) {
    background: #f1f1f1;
}
.table-striped tbody tr:hover {
    background: rgba(103, 102, 108, 0.2);
}
.table-condensed td,
.table-condensed thead th {
    padding: 5px;
}
.product {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        overflow: scroll;
    }
    .product {
        text-align: center;
    }
}
.product > a {
    display: block;
    border: 1px solid #e2e2e2;
    padding: 20px;
}
@media (min-width: 992px) {
    .product > a:hover {
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    }
}
.product-title {
    font-size: 15px;
    font-size: 1.5rem;
    color: #282240;
    margin-bottom: 10px;
}
.product-image {
    margin-bottom: 15px;
}
.product-price {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #f3761f;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    background: rgba(40, 34, 64, 0.8);
}
.modal-content,
.modal-dialog {
    position: relative;
    width: 100%;
}
.modal-close,
.register-link,
.selectricOpen .selectricItems {
    display: block;
}
.modal.fade .modal-dialog {
    transition: all 0.3s ease;
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    transform: translate(0, 0);
}
.modal-dialog {
    margin: 50px 0;
    padding: 20px;
}
@media (min-width: 768px) {
    .modal-dialog {
        padding: 0;
        margin: 100px auto;
    }
}
#modal-register .modal-dialog {
    max-width: 500px;
}
.modal-content {
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    outline: 0;
    border: 0;
}
.modal-header {
    overflow: hidden;
    padding: 0;
    height: 70px;
    line-height: 70px;
    background: #f3761f;
    color: #fff;
}
.modal-close {
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -20px;
    background: #282240;
    color: #fff;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 4px solid #fff;
}
.modal-title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 70px;
    margin: 0 0 0 20px;
    color: #fff;
}
.modal-body {
    position: relative;
    background: #fff;
    padding: 40px;
}
.register-link {
    line-height: 1.3em;
    padding: 30px 20px;
}
@media (min-width: 768px) {
    .modal-title {
        font-size: 21px;
        font-size: 2.1rem;
        margin: 0 0 0 40px;
    }
    .register-link {
        padding: 50px;
    }
}
@media (min-width: 992px) {
    .modal-close:focus,
    .modal-close:hover {
        cursor: pointer;
    }
    .modal-close:focus .fa,
    .modal-close:hover .fa {
        transform: rotate(90deg);
    }
    .register-link:hover {
        background: #f3761f;
    }
    .register-link:hover .register-link-title {
        color: #fff;
    }
    .register-link:hover .register-link-image path {
        fill: #fff;
    }
}
.register-line {
    border-right: 1px solid #e2e2e2;
}
.register-link-title {
    margin-top: 20px;
}
@media (min-width: 768px) {
    .register-link-title {
        margin-top: 40px;
    }
}
.register-link-image {
    height: 80px;
}
.register-link-image > img {
    max-height: 100%;
    width: auto;
}
body.landing {
    background: url(../images/bg-landing.jpg) no-repeat;
    background-size: cover;
}
.landing-wrapper {
    min-height: calc(100vh - 100px);
    position: relative;
}
.landing-content {
    padding: 30px;
    width: 100%;
    color: #fff;
}
@media (min-height: 500px) {
    .landing-content {
        transform: translate(0, -50%);
        position: absolute;
        top: 50%;
    }
}
.selectricWrapper {
    position: relative;
    float: left;
    width: 100%;
    cursor: pointer;
}
.selectricResponsive {
    width: 100%;
}
.selectric {
    border-radius: 3px;
    position: relative;
    border: 1px solid #c3c3c3;
}
.selectric .label {
    display: block;
    overflow: hidden;
    margin: 0 30px 0 0;
    padding: 12px 15px;
    color: #67666c;
    font-size: 15px;
}
.selectric .arrow {
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 15px;
    color: #3a3456;
}
.selectricHover .selectric {
    border-color: #3a3456;
}
.selectricOpen {
    z-index: 9999;
}
.selectricOpen .selectric {
    z-index: 9999;
    border-color: #3a3456;
}
.selectricDisabled {
    opacity: 0.5;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectricHideSelect {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}
.selectricHideSelect select {
    position: absolute;
    left: -100%;
    display: none;
}
.selectricInput {
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: 0 !important;
    border: none !important;
    background: 0 0 !important;
}
.selectricTempShow {
    position: absolute !important;
    display: block !important;
    visibility: hidden !important;
}
.selectricItems {
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9998;
    display: none;
    overflow: auto;
    background: #fff;
}
.c-left,
.c-right {
    position: absolute;
    top: 50%;
}
.selectricItems li,
.selectricItems ul {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    min-height: 20px;
    list-style: none;
    line-height: 20px;
}
.selectricItems li {
    display: block;
    padding: 10px 15px;
    color: #67666c;
    cursor: pointer;
}
.selectricItems li.selected,
.selectricItems li:hover {
    background: #ebebeb;
    color: #3a3456;
}
.selectricItems li.disabled {
    border-top-color: #fafafa;
    background: #f5f5f5;
    color: #bbb;
    cursor: default;
}
.selectric-error .selectric {
    border-color: #ff5a5f;
}
.selectricScroll {
    overflow: auto;
    height: 100%;
}
.c-leftArrow,
.c-rightArrow {
    display: inline-block;
    padding: 3px;
}
.c-leftArrow {
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.c-rightArrow {
    border: solid #000;
    border-width: 0 3px 3px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.c-right {
    right: 0;
}
.pagination input {
    width: 35px;
    height: 18px;
    border: 1px solid #c3c3c3;
    color: #67666c;
    border-radius: 3px;
}
/* SLIDER */
/*@media (max-width: 767px) {
    .intro-item,
    .subfooter-item {
        text-align: center;
    }
    .intro-item .media-left {
        width: 100%;
        display: block;
        padding: 0;
    }
}
@media (min-width: 768px) {
    .intro-item {
        min-height: 475px;
    }
}
@media (min-width: 992px) {
    .intro-item {
        padding: 120px 0 0;
        min-height: 400px;
    }
}
@media (min-width: 1200px) {
    .intro-item {
        padding: 120px 0 0;
        min-height: 600px;
    }
}
@media (min-width: 993px) and (max-width: 1400px) {
    .intro-item-ext {
        padding-top: 170px;
    }
}*/
.slider-height {
    height: 700px;
}
.intro-item {
    padding: 150px 0;
    color: #fff;
}
@media (min-width: 993px) and (max-width: 1400px) {
    .slider-height {
        height: 600px;
    }
    .intro-item {
        padding: 120px 0 0;
        min-height: 600px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .slider-height {
        height: 520px;
    }
    .intro-item {
        padding: 50px 0 0;
        min-height: 520px;
    }
}
@media (max-width: 767px) {
    .slider-height {
        height: 500px;
    }
    .intro-item {
        padding: 20px 0 0;
        min-height: 500px;
    }
    .intro-item,
    .subfooter-item {
        text-align: center;
    }
    .intro-item .media-left {
        width: 100%;
        display: block;
        padding: 0;
    }
}