html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-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: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}



* {
    -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: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "PT Serif", serif;
    font-size: 16px;
    line-height: 1.1875;
    color: #8f8f8f;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #8f8f8f;
    text-decoration: none
}

a:hover,
a:focus {
    color: #303030;
    text-decoration: none
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 1.25em
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.1875;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 19px;
    margin-bottom: 19px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: normal;
    line-height: 1.1;
    color: #303030
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 19px;
    margin-bottom: 9.5px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 9.5px;
    margin-bottom: 9.5px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 40px
}

h2,
.h2 {
    font-size: 25px
}

h3,
.h3 {
    font-size: 20px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 16px
}

h6,
.h6 {
    font-size: 14px
}

p {
    margin: 0 0 9.5px
}

.lead {
    margin-bottom: 19px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 24px
    }
}

small,
.small {
    font-size: 87%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #337ab7
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 8.5px;
    margin: 38px 0 19px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 9.5px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 19px
}

dt,
dd {
    line-height: 1.1875
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 9.5px 19px;
    margin: 0 0 19px;
    font-size: 20px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.1875;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 19px;
    font-style: normal;
    line-height: 1.1875
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 19px;
    font-size: 24px;
    line-height: inherit;
    color: #303030;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 13px;
    font-size: 16px;
    line-height: 1.1875;
    color: #8f8f8f
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 12px 15px;
    font-size: 16px;
    line-height: 1.1875;
    color: #8f8f8f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control.error{
    border-color: #d70000;
}

.form-control:focus {
    border-color: #82ceee;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(130, 206, 238, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(130, 206, 238, 0.6)
}

.form-control::-moz-placeholder {
    color: #8f8f8f;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #8f8f8f
}

.form-control::-webkit-input-placeholder {
    color: #8f8f8f
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 45px
    }

    input[type="date"].input-sm,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm input[type="month"] {
        line-height: 33px
    }

    input[type="date"].input-lg,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg input[type="month"] {
        line-height: 49px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 19px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 0;
    min-height: 35px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 33px;
    line-height: 33px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 33px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5
}

.input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 1.25em
}

select.input-lg {
    height: 49px;
    line-height: 49px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 1.25em
}

.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 49px;
    min-height: 39px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 56.25px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 24px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #cfcfcf
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 13px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 32px
}

.form-horizontal .form-group {
    margin-left: -20px;
    margin-right: -20px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 13px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 20px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 20px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 12px 15px;
    font-size: 16px;
    line-height: 1.1875;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #fff;
    background-color: #ff9e01;
    border-color: #e2890a
}

.btn-default:focus,
.btn-default.focus {
    color: #fff;
    background-color: #cd7f00;
    border-color: #683f05
}

.btn-default:hover {
    color: #fff;
    background-color: #cd7f00;
    border-color: #a76507
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #fff;
    background-color: #cd7f00;
    border-color: #a76507
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #fff;
    background-color: #a96900;
    border-color: #683f05
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    background-color: #ff9e01;
    border-color: #e2890a
}

.btn-default .badge {
    color: #ff9e01;
    background-color: #fff
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #8f8f8f;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #303030;
    text-decoration: none;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 1.25em
}

.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.1875;
    color: #8f8f8f;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #828282;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.1875;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before,
.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #8f8f8f
}

.nav .nav-divider {
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.1875;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #8f8f8f;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.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,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 19px;
    border: 1px solid transparent
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 20px;
    padding-left: 20px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -20px;
    margin-left: -20px
}

@media (min-width: 768px) {

    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15.5px 20px;
    font-size: 20px;
    line-height: 19px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width: 768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -20px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 20px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.75px -20px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 19px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 19px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15.5px;
        padding-bottom: 15.5px
    }
}

.navbar-form {
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 2.5px;
    margin-bottom: 2.5px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 2.5px;
    margin-bottom: 2.5px
}

.navbar-btn.btn-sm {
    margin-top: 8.5px;
    margin-bottom: 8.5px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15.5px;
    margin-bottom: 15.5px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -20px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.alert {
    padding: 1.4375em;
    margin-bottom: 19px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 21.4375em
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #e7fbff;
    border-color: #a4dee9;
    color: #309ec5
}

.alert-success hr {
    border-top-color: #8fd7e4
}

.alert-success .alert-link {
    color: #267d9c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.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-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-backdrop{
    background-color: #fff;
}

.modal-title {
    color: #30981b;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
    text-align: center;
    width: 100%;
}

.modal-body {
    position: relative;
    padding: 1.875em;
}

.modal-body {
    padding-top: 0;
}

.modal-header {
    padding: 20px;
    border-bottom: 1px solid transparent;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

#call-request .close {
    font-size: inherit;
    margin-top: 0;
    position: absolute;
    top: .8125em;
    right: .8125em;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal-header h4{
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    width: 100%;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

#call-request .modal-body .buttons-set {
    margin-top: 1.875em;
    text-align: center;
}

#call-request .modal-body legend {
    color: #8f8f8f;
    font-size: 1.125em;
    line-height: 1;
    margin-bottom: .83333em;
    text-align: center;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 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: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .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
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .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
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !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
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 760px
    }
}

@media (min-width: 992px) {
    .container {
        width: 980px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        max-width: 1300px !important;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -20px;
    margin-right: -20px
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 480px) {

    .col-ms-1,
    .col-ms-2,
    .col-ms-3,
    .col-ms-4,
    .col-ms-5,
    .col-ms-6,
    .col-ms-7,
    .col-ms-8,
    .col-ms-9,
    .col-ms-10,
    .col-ms-11,
    .col-ms-12 {
        float: left
    }

    .col-ms-1 {
        width: 8.33333%
    }

    .col-ms-2 {
        width: 16.66667%
    }

    .col-ms-3 {
        width: 25%
    }

    .col-ms-4 {
        width: 33.33333%
    }

    .col-ms-5 {
        width: 41.66667%
    }

    .col-ms-6 {
        width: 50%
    }

    .col-ms-7 {
        width: 58.33333%
    }

    .col-ms-8 {
        width: 66.66667%
    }

    .col-ms-9 {
        width: 75%
    }

    .col-ms-10 {
        width: 83.33333%
    }

    .col-ms-11 {
        width: 91.66667%
    }

    .col-ms-12 {
        width: 100%
    }

    .col-ms-pull-0 {
        right: auto
    }

    .col-ms-pull-1 {
        right: 8.33333%
    }

    .col-ms-pull-2 {
        right: 16.66667%
    }

    .col-ms-pull-3 {
        right: 25%
    }

    .col-ms-pull-4 {
        right: 33.33333%
    }

    .col-ms-pull-5 {
        right: 41.66667%
    }

    .col-ms-pull-6 {
        right: 50%
    }

    .col-ms-pull-7 {
        right: 58.33333%
    }

    .col-ms-pull-8 {
        right: 66.66667%
    }

    .col-ms-pull-9 {
        right: 75%
    }

    .col-ms-pull-10 {
        right: 83.33333%
    }

    .col-ms-pull-11 {
        right: 91.66667%
    }

    .col-ms-pull-12 {
        right: 100%
    }

    .col-ms-push-0 {
        left: auto
    }

    .col-ms-push-1 {
        left: 8.33333%
    }

    .col-ms-push-2 {
        left: 16.66667%
    }

    .col-ms-push-3 {
        left: 25%
    }

    .col-ms-push-4 {
        left: 33.33333%
    }

    .col-ms-push-5 {
        left: 41.66667%
    }

    .col-ms-push-6 {
        left: 50%
    }

    .col-ms-push-7 {
        left: 58.33333%
    }

    .col-ms-push-8 {
        left: 66.66667%
    }

    .col-ms-push-9 {
        left: 75%
    }

    .col-ms-push-10 {
        left: 83.33333%
    }

    .col-ms-push-11 {
        left: 91.66667%
    }

    .col-ms-push-12 {
        left: 100%
    }

    .col-ms-offset-0 {
        margin-left: 0%
    }

    .col-ms-offset-1 {
        margin-left: 8.33333%
    }

    .col-ms-offset-2 {
        margin-left: 16.66667%
    }

    .col-ms-offset-3 {
        margin-left: 25%
    }

    .col-ms-offset-4 {
        margin-left: 33.33333%
    }

    .col-ms-offset-5 {
        margin-left: 41.66667%
    }

    .col-ms-offset-6 {
        margin-left: 50%
    }

    .col-ms-offset-7 {
        margin-left: 58.33333%
    }

    .col-ms-offset-8 {
        margin-left: 66.66667%
    }

    .col-ms-offset-9 {
        margin-left: 75%
    }

    .col-ms-offset-10 {
        margin-left: 83.33333%
    }

    .col-ms-offset-11 {
        margin-left: 91.66667%
    }

    .col-ms-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.btn {
    padding: 9px 15px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
    min-width: 170px
}

.btn-default {
    background-image: -webkit-linear-gradient(top, #ffae02 0%, #ff9000 100%);
    background-image: -o-linear-gradient(top, #ffae02 0%, #ff9000 100%);
    background-image: linear-gradient(to bottom, #ffae02 0%, #ff9000 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFAE02', endColorstr='#FFFF9000', GradientType=0)
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus {
    border-color: #e2890a;
    background-image: -webkit-linear-gradient(top, #ffba28 0%, #ffa129 100%);
    background-image: -o-linear-gradient(top, #ffba28 0%, #ffa129 100%);
    background-image: linear-gradient(to bottom, #ffba28 0%, #ffa129 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFBA28', endColorstr='#FFFFA129', GradientType=0)
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    border-color: #e2890a
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    border-color: #e2890a
}

.modal_-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal_-header {
    border-bottom-width: 0
}

.modal_-title {
    color: #30981b;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase
}

.modal_-body {
    padding-top: 0
}

.modal_-footer {
    padding-top: 0
}

h2,
.h2 {
    margin-top: 37px;
    margin-bottom: 14px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #fff;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    padding: 0 0 18px 10px;
    color: #303030;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #303030;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 1;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #303030;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #303030
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #303030;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #303030
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

nav ul,
nav ol,
.form-list,
.breadcrumbs,
ul.items-grid,
.item-options,
.item-options ul,
.pagination ul,
.item-navigation,
#footer .social,
.manufacturers,
.badges {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

.badges-wrapper{
    position: absolute;
    z-index: 9;
}

a {
    -webkit-transition-property: background-color, border-color, color, opacity;
    transition-property: background-color, border-color, color, opacity;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

body {
    background-color:#e8f4f8;
}

@media screen and (min-width: 1920px) {
    body {
        background-size: 100% auto
    }
}

.go-to-homepage {
    margin-top: 4.0625em
}

.form-list {
    overflow: hidden
}

.form-list:before,
.form-list:after {
    content: " ";
    display: table
}

.form-list:after {
    clear: both
}

.form-list li {
    display: block;
    margin-top: .875em
}

.form-list li:first-child {
    margin-top: 0
}

.form-list li.fields {
    margin-top: -.875em;
    margin-right: -.4375em;
    margin-left: -.4375em;
    position: relative
}

.form-list li.fields:before,
.form-list li.fields:after {
    content: " ";
    display: table
}

.form-list li.fields:after {
    clear: both
}

.form-list li.fields .field {
    float: left;
    margin-top: .875em;
    padding-right: .4375em;
    padding-left: .4375em;
    width: 100%
}

.form-list li input[type="text"],
.form-list li input[type="password"],
.form-list li select,
.form-list li textarea {
    width: 100%
}

.form-list.label-placeholder li {
    position: relative
}

.form-list.label-placeholder li.fields .field {
    position: relative
}

.form-list.label-placeholder li.fields .field label {
    left: 23px
}

.form-list.label-placeholder label {
    margin-bottom: 0;
    position: absolute;
    top: 12px;
    left: 15px
}

.form-list.label-placeholder input:focus+label,
.form-list.label-placeholder textarea:focus+label {
    display: none
}

.form-list.label-placeholder input[required]:valid+label,
.form-list.label-placeholder textarea[required]:valid+label {
    display: none
}

@media (min-width: 768px) {
    .form-list li.fields .field {
        width: 50%
    }
}

label {
    font-weight: normal
}

label.required:after {
    color: #c10000;
    content: '\002A';
    display: inline-block;
    padding-left: 2px
}

legend {
    border-bottom-width: 0;
    font-size: 1.125em;
    margin-bottom: 1.44444em;
    text-transform: uppercase
}

p.required {
    color: #c10000;
    font-size: .75em;
    margin-bottom: 0;
    padding-top: 0.66666em;
    padding-bottom: 0.66666em
}

p.required:before {
    color: #c10000;
    content: '\002A';
    display: inline-block;
    padding-right: 2px
}

.buttons-set .required {
    margin-bottom: 1.66666em
}

.buttons-set .g-recaptcha {
    margin-top: 1.25em;
    margin-bottom: .9375em
}

.form-group .buttons-set .g-recaptcha {
    margin-top: 0
}

.std img {
    /* margin: 2em 1em 2em 0; */
    max-width: 100%
}

.std img.right {
    float: right;
    margin: 2em 0 2em 1em
}

.std img.left {
    float: left
}

.std img.center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.breadcrumbs {
    font-size: .875em;
    margin-bottom: 1.64285em
}

.breadcrumbs li {
    display: inline;
    vertical-align: middle
}

.breadcrumbs li a {
    display: inline-block
}

.breadcrumbs li .separator {
    padding-right: .57142em;
    padding-left: .57142em
}

.breadcrumbs li:first-child a {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -215px;
    height: 12px;
    width: 14px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat
}

.breadcrumbs li:first-child a:hover,
.breadcrumbs li:first-child a.icon-home-hover {
    background-position: 0 -203px
}

.breadcrumbs li:first-child a:hover,
.breadcrumbs li:first-child a:focus {
    background: url('../images/main-s3a298906b1.png') 0 -203px
}

.page-title {
    margin-top: 1.4375em;
    margin-bottom: 2.75em;
    text-align: center
}

.page-title h1,
.page-title .h1 {
    color: #309ec5;
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .page-title {
        text-align: left
    }
}

.page-title {
    margin-top: 0;
    margin-bottom: 0
}

.item-image {
    display: inline-block;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 100%;
    max-width: 425px;
    max-height: 425px;
}

.item-image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#catalog .item-image, #home .item-image{
    width: 250px;
    height: 250px;
}

#catalog .item-image img, #home .item-image img{
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.item-image img {
    
    /* width: 230px; */
    /* height: 200px; */

    object-fit: contain;
    display: inline-block;
    max-width: 100%;
}

.items-grid {
    margin-bottom: 0
}

.items-grid:before,
.items-grid:after {
    content: " ";
    display: table
}

.items-grid:after {
    clear: both
}

.items-grid .item {
    margin-bottom: 2.3125em;
    text-align: center
}

.items-grid .item-image {
    margin-bottom: 0.513em;
}

.items-grid .item-name {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0
}

.items-grid .item-name a {
    color: #ed7122
}

.items-grid .item-name a:hover {
    text-decoration: underline
}

.items-grid .item-sku {
    color: #d0d0d0;
    font-size: .9375em;
    margin-left: .6em
}

.items-grid .item-sku:before {
    content: '\0023';
    display: inline-block
}

.items-grid .item-price{
    /* color: #309ec5; */
    font-size: 1.1em;
    color: #2e3198;
    font-weight: bold;
}

.items-grid.row {
    margin-left: -10px;
    margin-right: -10px
}

.items-grid.row .item[class*="col-"] {
    display: inline-block;
    float: none;
    margin-right: -4px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top
}

.item-options {
    color: #303030;
    font-size: 1.125em
}

.item-options li {
    margin-top: 1.44444em
}

.item-options li:first-child {
    margin-top: 0
}

.item-options .label {
    color: #303030;
    border-radius: 0;
    display: inline-block;
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    padding: 0;
    text-align: left
}

.toolbar {
    border-color: #e4e4e4;
    border-style: solid;
    border-width: 1px 0 0;
    font-size: .875em;
    margin: .71428em 0;
    padding: .71428em 0
}

.toolbar:before,
.toolbar:after {
    content: " ";
    display: table
}

.toolbar:after {
    clear: both
}

.toolbar .pagination {
    display: block;
    margin-top: 0;
    margin-bottom: 0
}

.toolbar .amount,
.toolbar .pagination {
    padding-top: .5em;
    padding-bottom: .5em;
    text-align: center
}

.toolbar.toolbar-bottom {
    border-top-width: 0;
    border-bottom-width: 1px
}

@media (min-width: 768px) {

    .toolbar .amount,
    .toolbar .pagination {
        padding-top: 0;
        padding-bottom: 0
    }

    .toolbar .amount {
        text-align: left
    }

    .toolbar .pagination {
        text-align: right
    }
}

.pagination ul li {
    display: inline-block;
    padding: 0 .57142em;
    vertical-align: middle
}

.pagination ul li.next,
.pagination ul li.prev {
    font-size: 122%;
    line-height: inherit
}

.pagination ul li.current strong {
    color: #303030
}

.item-navigation {
    text-align: center
}

.item-navigation li {
    display: inline-block;
    vertical-align: middle
}

.item-navigation li a:before,
.item-navigation li a:after {
    display: inline-block;
    font-size: 122%;
    line-height: inherit
}

.item-navigation li:before {
    content: '\007C';
    display: inline-block;
    padding-right: .25em;
    padding-left: .25em
}

.item-navigation li:first-child:before {
    content: none
}

.item-navigation li.item-prev a:before {
    content: '\2039';
    padding-right: .625em
}

.item-navigation li.item-next a:after {
    content: '\203A';
    padding-left: .625em
}

@media (min-width: 768px) {
    .item-navigation {
        text-align: right
    }
}

.products-box .subtitle {
    margin-bottom: 1.875em;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.products-box .subtitle .slick-prev {
    left: 0
}

.products-box .subtitle .slick-next {
    right: 0
}

.products-box .subtitle h2 {
    display: inline-block;
    font-size: .875em;
    font-weight: bold;
    line-height: 15px;
    margin: 0;
    padding-right: 24px;
    padding-left: 24px;
    width: 100%
}

.products-box .items-grid {
    margin-left: -16px
}

.products-box .items-grid .item {
    float: left;
    margin-bottom: 0;
    margin-left: 16px;
    padding-right: 2px;
    padding-left: 2px;
    width: 260px
}

@media (min-width: 768px) {
    .products-box .subtitle {
        margin-bottom: 2em
    }

    .products-box .subtitle .slick-prev,
    .products-box .subtitle .slick-next {
        display: inline-block;
        position: relative;
        top: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .products-box .subtitle .slick-prev {
        left: auto
    }

    .products-box .subtitle .slick-next {
        right: auto
    }

    .products-box .subtitle h2 {
        font-size: 1.125em;
        padding-right: 2.22222em;
        padding-left: 2.22222em;
        width: auto
    }
}

@media (min-width: 992px) {
    .products-box .subtitle {
        margin-bottom: 1.25em
    }
}

.slick-prev,
.slick-next {
    height: 20px;
    width: 20px
}

.slick-prev:before,
.slick-next:before {
    content: '';
    display: inline-block
}

.slick-prev:before {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -654px;
    height: 14px;
    width: 9px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat
}

.slick-prev:before:hover,
.slick-prev:before.products-box-carousel-left-hover {
    background-position: 0 -640px
}

.slick-prev:hover:before {
    background-position: 0 -640px
}

.slick-next:before {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -682px;
    height: 14px;
    width: 9px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat
}

.slick-next:before:hover,
.slick-next:before.products-box-carousel-right-hover {
    background-position: 0 -668px
}

.slick-next:hover:before {
    background-position: 0 -668px
}

.page-description {
    margin-bottom: 2.5em
}

#header {
    padding-top: 1.6875em;
    padding-bottom: 1.375em;
    text-align: center
}

#header h1.logo {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center
}

#header a.logo,
#header .logo>a {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -283px;
    height: 144px;
    width: 189px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat;
    display: inline-block
}

#header .navbar-toggle {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -525px;
    height: 24px;
    width: 26px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat;
    border-width: 0;
    border-radius: 0;
    cursor: pointer;
    float: right;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 3
}

#header .navbar-toggle[aria-expanded="true"] {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -503px;
    height: 22px;
    width: 21px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat;
    position: fixed;
    top: 1.6875em
}

#header .contact-phone {
    color: #30981b;
    padding-top: .875em;
}

#header .contact-phone .phone {
    display: inline-block;
    font-size: 1.25em;
    font-weight: bold;
    width: 100%
}

#header .contact-phone .phone:before {
    content: '';
    display: inline-block;
    margin-right: .625em;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -65px;
    height: 16px;
    width: 16px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat
}

#header .contact-phone .phone span {
    font-weight: normal
}

#header .contact-phone .call-request {
    color: #30981b;
    display: inline-block;
    font-size: .9375em;
    margin-top: 0.46666em;
    text-decoration: underline
}

#header .contact-phone .call-request:hover {
    color: #ed7122
}

#header .contact-phone .call-request:focus {
    outline-width: 0
}

#header .right:before,
#header .right:after {
    content: " ";
    display: table
}

#header .right:after {
    clear: both
}

#header .fb-like {
    display: none;
    overflow: hidden
}

#header .btn-request-project {
    margin-top: 1.35714em
}

#header .btn-request-project:before {
    content: '';
    display: inline-block;
    margin-right: .7em;
    vertical-align: middle;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -81px;
    height: 20px;
    width: 17px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat
}

#header .main-menu {
    background-color: rgba(255, 255, 255, 0.95);
    border-width: 0;
    margin-bottom: 0;
    padding: 4.5625em 20px 1em;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}

#header .main-menu.navbar {
    min-height: 0
}

#header .main-menu ul {
    font-weight: bold;
    text-transform: uppercase
}

#header .main-menu ul li {
    border-top: 1px solid #dcdcdc;
    padding-top: 1em;
    padding-bottom: 1em
}

#header .main-menu ul li:first-child {
    border-top-width: 0
}

#header .main-menu ul li a {
    color: #303030
}

#header .main-menu ul li a:hover,
#header .main-menu ul li a:focus {
    color: #ed7122
}

#header .main-menu.collapsing {
    -webkit-animation: all 0s ease 0s;
    -o-animation: all 0s ease 0s;
    animation: all 0s ease 0s;
    height: auto
}

@media (min-width: 768px) {
    #header {
        padding-top: 2.125em;
        padding-bottom: 1.6875em;
        text-align: left
    }

    #header .contact-phone {
        padding-top: 0;
        text-align: right
    }

    #header .contact-phone .call-request {
        margin-top: .6em
    }

    #header .right {
        float: right
    }

    #header .right:before,
    #header .right:after {
        content: " ";
        display: table
    }

    #header .right:after {
        clear: both
    }

    #header .fb-like {
        clear: both;
        display: block;
        margin-top: 4.1875em;
        max-width: 100%
    }

    #header .btn-request-project {
        clear: both;
        float: right;
        margin-top: .28571em
    }

    #header .main-menu {
        background-color: transparent;
        display: block;
        margin-top: 2.5em;
        padding: 0;
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: auto
    }

    #header .main-menu ul {
        margin-bottom: -19px;
        overflow: hidden;
        text-align: justify;
        text-align-last: justify
    }

    #header .main-menu ul:after {
        content: '';
        display: inline-block;
        width: 100%
    }

    #header .main-menu ul li {
        border-top-width: 0;
        display: inline-block;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (min-width: 1200px) {
    #header {
        padding-top: 1.875em;
        padding-bottom: 1.875em
    }

    #header .right {
        float: none
    }

    #header .btn-request-project {
        clear: none;
        margin-top: .5em
    }

    #header .fb-like {
        clear: none;
        float: left;
        margin-top: .3125em;
        max-width: 50%
    }

    #header .main-menu {
        margin-top: 4.125em
    }

    #header .main-menu ul {
        margin-left: -1.25em;
        text-align: left;
        text-align-last: auto
    }

    #header .main-menu ul li {
        margin-right: -.25em;
        margin-left: 1.25em
    }

    #header .main-menu ul:after {
        content: none
    }
}

#search-form {
    display: block;
    margin-top: 1.25em;
    margin-right: auto;
    margin-left: auto;
    max-width: 12.625em
}

@media (min-width: 768px) {
    #search-form {
        margin-top: 3.3125em;
        max-width: none
    }
}

#search-form [role="search"] {
    position: relative
}

#search-form input[type="text"] {
    background-color: #e6f5fc;
    border: 1px solid #82ceee;
    color: #7acbed;
    font-size: 15px;
    padding-top: 10px;
    padding-right: 45px;
    padding-bottom: 10px;
    padding-left: 17px;
    text-shadow: 1px 1px white;
    height: 39px;
    border-top-right-radius: 19px;
    border-top-left-radius: 19px;
    border-bottom-right-radius: 19px;
    border-bottom-left-radius: 19px
}

#search-form input[type="text"]:-moz-placeholder {
    color: #7acbed
}

#search-form input[type="text"]::-moz-placeholder {
    color: #7acbed
}

#search-form input[type="text"]:-ms-input-placeholder {
    color: #7acbed
}

#search-form input[type="text"]::-webkit-input-placeholder {
    color: #7acbed
}

#search-form input[type="text"]:focus {
    background-color: #fff;
    border-color: #63c2ea
}

#search-form input[type="submit"] {
    background-color: transparent;
    border-width: 0;
    display: block;
    margin-top: -8px;
    outline-width: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -487px;
    height: 16px;
    width: 15px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat
}

#search-form input[type="submit"]:hover,
#search-form input[type="submit"].magnifier-hover {
    background-position: 0 -427px
}

#search-form input[type="submit"]:focus,
#search-form input[type="submit"]:hover,
#search-form input[type="text"]:focus~input[type="submit"] {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -427px;
    height: 16px;
    width: 15px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat
}

@media (min-width: 992px) {
    #catalog-menu ul li:hover>.dropdown {
        display: block
    }
}

#catalog-menu ul ul {
    background-color: #fff8bd;
    padding: 1.25em;
    padding-bottom: .5em
}

#catalog-menu ul ul li {
    display: inline-block;
    padding-bottom: 1.125em;
    position: relative;
    width: 100%
}

#catalog-menu ul ul li a {
    color: #309ec5;
    display: inline-block;
    font-size: .875em
}

#catalog-menu ul ul li a:hover {
    text-decoration: underline
}

#catalog-menu ul ul li a:before {
    content: '';
    display: inline-block;
    margin-right: .7em;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -12px;
    height: 10px;
    width: 6px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat
}

#catalog-menu>ul {
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 0;
    position: relative;
    width: 100%
}

@media (min-width: 992px) {
    #catalog-menu>ul {
        display: table
    }
}

@media (min-width: 992px) {
    #catalog-menu>ul>li {
        display: table-cell
    }
}

#catalog-menu>ul>li>a {
    color: #fff;
    border-bottom: 4px solid transparent;
    display: block;
    font-size: 18px;
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 24px;
    padding-left: 15px;
    text-align: center;
    text-transform: uppercase
}

#catalog-menu>ul>li.active>a {
    color: #ffe99f
}

@media (min-width: 992px) {
    #catalog-menu>ul>li.has-dropdown>a:after {
        content: '';
        display: inline-block;
        margin-left: .5em;
        vertical-align: middle;
        text-indent: -119988px;
        overflow: hidden;
        text-align: left;
        text-transform: capitalize;
        background-position: 0 -6px;
        height: 6px;
        width: 10px;
        background-image: url('../images/main-s3a298906b1.png');
        background-repeat: no-repeat
    }

    #catalog-menu>ul>li.has-dropdown>a:after:active,
    #catalog-menu>ul>li.has-dropdown>a:after.catalog-menu-arrow-down-active {
        background-position: 0 0
    }
}

#catalog-menu>ul>li.has-dropdown:hover>a:after {
    background-position: 0 -28px
}

#catalog-menu>ul>li.has-dropdown.active>a:after {
    background-position: 0 0
}

#catalog-menu>ul>li.has-dropdown.active:hover>a:after {
    background-position: 0 -22px
}

#catalog-menu>ul>li:first-child>a {
    background-image: -webkit-linear-gradient(top, #74b028 0%, #4b9f32 100%);
    background-image: -o-linear-gradient(top, #74b028 0%, #4b9f32 100%);
    background-image: linear-gradient(to bottom, #74b028 0%, #4b9f32 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF74B028', endColorstr='#FF4B9F32', GradientType=0);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-color: #1e7622
}

@media (min-width: 992px) {

    #catalog-menu>ul>li:first-child>a,
    #catalog-menu>ul>li:nth-child(4n+4)>a {
        border-top-right-radius: 0
    }
}

#catalog-menu>ul>li:first-child>a:hover,
#catalog-menu>ul>li:first-child>a:focus,
#catalog-menu>ul>li:nth-child(4n+4)>a:hover,
#catalog-menu>ul>li:nth-child(4n+4)>a:focus {
    border-bottom-color: #228927;
    background-image: -webkit-linear-gradient(top, #83c62d 0%, #56b938 100%);
    background-image: -o-linear-gradient(top, #83c62d 0%, #56b938 100%);
    background-image: linear-gradient(to bottom, #83c62d 0%, #56b938 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF83C62D', endColorstr='#FF56B938', GradientType=0)
}

#catalog-menu>ul>li:first-child.active>a,
#catalog-menu>ul>li:nth-child(4n+4).active>a {
    border-bottom-color: #228927;
    background-image: -webkit-linear-gradient(top, #83c62d 0%, #56b938 100%);
    background-image: -o-linear-gradient(top, #83c62d 0%, #56b938 100%);
    background-image: linear-gradient(to bottom, #83c62d 0%, #56b938 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF83C62D', endColorstr='#FF56B938', GradientType=0)
}

#catalog-menu>ul>li:nth-child(2n)>a {
    background-image: -webkit-linear-gradient(top, #f1880b 0%, #eb642f 100%);
    background-image: -o-linear-gradient(top, #f1880b 0%, #eb642f 100%);
    background-image: linear-gradient(to bottom, #f1880b 0%, #eb642f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF1880B', endColorstr='#FFEB642F', GradientType=0);
    border-bottom-color: #bc491a
}

#catalog-menu>ul>li:nth-child(2n)>a:hover,
#catalog-menu>ul>li:nth-child(2n)>a:focus {
    border-bottom-color: #d6541f;
    background-image: -webkit-linear-gradient(top, #ff9618 0%, #ff6e33 100%);
    background-image: -o-linear-gradient(top, #ff9618 0%, #ff6e33 100%);
    background-image: linear-gradient(to bottom, #ff9618 0%, #ff6e33 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF9618', endColorstr='#FFFF6E33', GradientType=0)
}

#catalog-menu>ul>li:nth-child(2n).active>a {
    border-bottom-color: #d6541f;
    background-image: -webkit-linear-gradient(top, #ff9618 0%, #ff6e33 100%);
    background-image: -o-linear-gradient(top, #ff9618 0%, #ff6e33 100%);
    background-image: linear-gradient(to bottom, #ff9618 0%, #ff6e33 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF9618', endColorstr='#FFFF6E33', GradientType=0)
}

#catalog-menu>ul>li:nth-child(3n)>a {
    background-image: -webkit-linear-gradient(top, #2cadd4 0%, #2f99c3 100%);
    background-image: -o-linear-gradient(top, #2cadd4 0%, #2f99c3 100%);
    background-image: linear-gradient(to bottom, #2cadd4 0%, #2f99c3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2CADD4', endColorstr='#FF2F99C3', GradientType=0);
    border-bottom-color: #3483ae
}

#catalog-menu>ul>li:nth-child(3n)>a:hover,
#catalog-menu>ul>li:nth-child(3n)>a:focus {
    border-bottom-color: #3c94c3;
    background-image: -webkit-linear-gradient(top, #2cadd4 0%, #36addc 100%);
    background-image: -o-linear-gradient(top, #2cadd4 0%, #36addc 100%);
    background-image: linear-gradient(to bottom, #2cadd4 0%, #36addc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2CADD4', endColorstr='#FF36ADDC', GradientType=0)
}

#catalog-menu>ul>li:nth-child(3n).active>a {
    border-bottom-color: #3c94c3;
    background-image: -webkit-linear-gradient(top, #2cadd4 0%, #36addc 100%);
    background-image: -o-linear-gradient(top, #2cadd4 0%, #36addc 100%);
    background-image: linear-gradient(to bottom, #2cadd4 0%, #36addc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2CADD4', endColorstr='#FF36ADDC', GradientType=0)
}

@media (min-width: 992px) {
    #catalog-menu>ul>li:last-child>a {
        border-top-right-radius: 10px;
        border-top-left-radius: 0;
    }
}

#catalog-menu>ul>li>.dropdown {
    background-color: rgba(255, 248, 189, 0.9);
    margin-left: 0;
    max-width: none;
    top: 100%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#catalog-menu>ul>li>.dropdown>li {
    margin-right: -.2em;
    padding-right: 1.25em;
    vertical-align: top;
    width: 25%;
    padding: calc(1.5em / 2);
}

#catalog-menu .dropdown {
    display: none;
    margin-left: -.625em;
    max-width: 16.25em;
    position: absolute;
    top: -1.25em;
    left: 100%;
    width: 100%;
    z-index: 1
}

#content {
    background-color: white;
    min-height: 600px;
    padding-top: 1.375em;
    padding-bottom: 3.75em
}

/* #content {
    padding: 0
} */

@media (min-width: 768px) {
    #content {
        padding-right: 1.875em;
        padding-left: 1.875em
    }
}

#slideshow {
    margin-bottom: 0
}

#slideshow.slick-initialized .item,
#slideshow.slick-slider .item {
    display: block
}

#slideshow .item {
    display: none
}

#slideshow img {
    height: auto;
    max-width: 100%;
    width: 100%
}

.no-js #slideshow .item:first-child {
    display: block
}

#slideshow .slick-prev,
#slideshow .slick-next {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: none;
    height: 46px;
    line-height: 46px;
    text-align: center;
    width: 46px;
    z-index: 1
}

#slideshow .slick-prev:hover,
#slideshow .slick-next:hover {
    background-color: #fff
}

#slideshow .slick-prev:before,
#slideshow .slick-next:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize
}

@media (min-width: 768px) {

    #slideshow .slick-prev,
    #slideshow .slick-next {
        display: inline-block
    }
}

#slideshow .slick-prev {
    left: 35px
}

#slideshow .slick-prev:before {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -958px;
    height: 18px;
    width: 11px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat;
    margin-left: -.1875em
}

#slideshow .slick-prev:before:hover,
#slideshow .slick-prev:before.slideshow-nav-arrow-left-hover {
    background-position: 0 -940px
}

#slideshow .slick-prev:hover:before {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -940px;
    height: 18px;
    width: 11px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat
}

#slideshow .slick-next {
    right: 35px
}

#slideshow .slick-next:before {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -994px;
    height: 18px;
    width: 11px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat;
    margin-left: .1875em
}

#slideshow .slick-next:before:hover,
#slideshow .slick-next:before.slideshow-nav-arrow-right-hover {
    background-position: 0 -976px
}

#slideshow .slick-next:hover:before {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -976px;
    height: 18px;
    width: 11px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat
}

#services {
    border-top: 2px solid #ffe56c;
    padding-top: .625em;
    padding-bottom: .625em;
    position: relative;
    background-image: -webkit-linear-gradient(top, #ffc000 0%, #ffdf4e 100%);
    background-image: -o-linear-gradient(top, #ffc000 0%, #ffdf4e 100%);
    background-image: linear-gradient(to bottom, #ffc000 0%, #ffdf4e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFC000', endColorstr='#FFFFDF4E', GradientType=0);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

#services .service {
    color: #707070;
    padding: .5em 1.25em;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

#services .service .figcaption {
    display: inline-block;
    line-height: 1.6875em;
    min-width: 8.125em;
    position: relative;
    text-align: left;
    vertical-align: middle
}

#services .service .figcaption strong {
    color: #303030;
    font-size: 1.0625em
}

#services .service .figcaption strong:after {
    content: '\A';
    white-space: pre
}

#services .service .figcaption span {
    font-size: .875em
}

#services .service:before {
    content: '';
    display: inline-block;
    margin-right: .625em;
    position: relative;
    vertical-align: middle;
    z-index: 1
}

#services .service:after {
    border-style: solid;
    border-width: 1px 0;
    border-bottom-color: #ffc000;
    border-top-color: #ffea8d;
    content: '';
    height: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize
}

#services .service.consultation:before {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -709px;
    height: 77px;
    width: 77px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat
}

#services .service.projection:before {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -863px;
    height: 77px;
    width: 77px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat
}

#services .service.mounting:before {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -786px;
    height: 77px;
    width: 77px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat
}

@media (min-width: 768px) {
    #services:before {
        border-style: solid;
        border-width: 1px 0;
        border-bottom-color: #ffc000;
        border-top-color: #ffea8d;
        content: '';
        height: 0;
        margin-top: -1px;
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        text-indent: -119988px;
        overflow: hidden;
        text-align: left;
        text-transform: capitalize
    }

    #services .service {
        padding: 0
    }

    #services .service .figcaption {
        min-width: 0
    }

    #services .service .figcaption:after {
        content: none
    }
}

@media (min-width: 992px) {
    #services .service {
        padding: .625em
    }
}

#intro {
    border-bottom: 1px solid #d0d0d0;
    padding-top: 2.125em;
    padding-bottom: 1.3125em
}

#intro .products-box .items-grid .item {
    width: 273px
}

@media (min-width: 768px) {
    #intro {
        padding-top: 2.8125em;
        padding-bottom: 2.0625em
    }

    #intro .products-box {
        margin-right: auto;
        margin-left: auto;
        max-width: 35.625em
    }
}

@media (min-width: 992px) {
    #intro {
        padding-bottom: 3.5em
    }

    #intro .products-box {
        margin-right: 0;
        margin-left: 0;
        max-width: none
    }
}

#materials {
    color: #707070;
    text-align: center
}

#materials .page-title {
    margin-top: 2.125em;
    margin-bottom: .9375em;
    text-transform: uppercase
}

#materials .page-title h2 {
    font-size: 1.125em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0
}

#materials .page-title h2 a {
    color: inherit
}

#materials .page-excerpt {
    font-size: 14px;
    line-height: 1.42857em
}

#materials .page-excerpt h2,
#materials .page-excerpt .h2,
#materials .page-excerpt h3,
#materials .page-excerpt .h3 {
    font-size: inherit;
    font-weight: bold;
    line-height: inherit;
    margin-bottom: 0
}

#materials .page-excerpt .btn-more {
    color: #309ec5
}

#materials .page-excerpt .btn-more:hover {
    text-decoration: underline
}

@media (min-width: 768px) {
    #materials .page-title {
        margin-top: 2.8125em;
        margin-bottom: 1.75em;
        text-align: center
    }

    #materials .page-excerpt {
        margin-bottom: 2.14285em
    }
}

@media (min-width: 992px) {
    #materials {
        text-align: left
    }

    #materials .page-title {
        margin-top: 0;
        margin-bottom: 1.25em
    }

    #materials .page-excerpt {
        margin-bottom: 3.57142em
    }
}

@media (min-width: 1200px) {
    #materials {
        padding-right: 1.25em
    }
}

#materials {
    margin-top: .9375em
}

#materials .items.row {
    margin-right: -.5625em;
    margin-left: -.5625em
}

#materials .items .item {
    float: none;
    display: inline-block;
    margin-right: -.25em;
    padding-top: 1.5625em;
    padding-bottom: 1.5625em;
    vertical-align: top
}

#materials .items .item[class*="col-"] {
    padding-right: .5625em;
    padding-left: .5625em
}

#materials .items .item-image {
    margin-bottom: 1em
}

#materials .items .item-info {
    line-height: 1.125em
}

#materials .items .item-name {
    font-size: inherit;
    font-weight: bold;
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 1.125em;
    text-transform: uppercase
}

@media (min-width: 480px) {
    #materials .item-image {
        float: left;
        width: 12em
    }

    #materials .item-info {
        margin-left: 13em
    }
}

@media (min-width: 768px) {
    #materials .items .item-image {
        width: 15.625em
    }

    #materials .items .item-info {
        margin-left: 16.875em
    }
}

.page-description {
    margin-bottom: .9375em
}

#about-us {
    padding-top: 1.6875em;
    padding-bottom: 7.375em;
    text-align: center
}

#about-us .post-thumb {
    margin-top: 1.8125em
}

#about-us .post-thumb img {
    height: auto;
    max-width: 100%
}

#about-us .post-title {
    padding-bottom: 1.4375em
}

#about-us .post-title h2 {
    font-size: 1.625em;
    margin-top: 0;
    margin-bottom: 0
}

#about-us .post-title h2 a {
    color: #30981b
}

#about-us .post-title h2 a:hover {
    color: #ed7122
}

#about-us .post-excerpt {
    color: #707070;
    font-size: .875em;
    line-height: 1.28571
}

@media (min-width: 768px) {
    #about-us {
        padding-top: 2.375em;
        padding-bottom: 3.75em;
        text-align: left
    }

    #about-us .post-thumb {
        float: left;
        margin-top: .1875em;
        max-width: 14.8125em
    }

    #about-us .post-title {
        padding-bottom: 1.0625em
    }

    #about-us .post-content {
        margin-left: 17.75em
    }

    #about-us .post-excerpt {
        font-size: inherit;
        line-height: 1.5625;
        margin-bottom: 1.6875em
    }
}

@media (min-width: 992px) {
    #about-us {
        padding-top: 2.75em;
        padding-bottom: 2.75em
    }

    #about-us .post-title {
        padding-top: 1.5625em;
        padding-bottom: 1.4375em
    }

    #about-us .post-thumb {
        margin-top: 0
    }

    #about-us .post-excerpt {
        margin-bottom: 1.5em
    }
}

#footer {
    background-color: #309ec5
}

#footer .catalog-menu {
    margin-bottom: 1.625em;
    padding-bottom: 1em;
    position: relative;
    text-align: center
}

#footer .catalog-menu ul {
    font-size: 18px
}

#footer .catalog-menu ul li {
    padding-top: .61111em;
    padding-bottom: .61111em
}

#footer .catalog-menu:after {
    border-top-color: #238aaf;
    border-bottom-color: #55bade;
    border-style: solid;
    border-width: 1px 0;
    content: '';
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap
}

#footer .main-menu ul {
    font-size: 14px
}

#footer .main-menu ul li {
    margin-top: .64285em
}

#footer .main-menu ul li:first-child {
    margin-top: 0
}

#footer .catalog-menu a,
#footer .main-menu a {
    color: white;
    text-transform: uppercase
}

#footer .catalog-menu a:hover,
#footer .main-menu a:hover {
    text-decoration: underline
}

#footer .social {
    margin-top: .1875em;
    margin-left: -0.9375em;
    text-align: right
}

#footer .social li {
    display: inline-block;
    margin-left: .9375em
}

#footer .social li a {
    display: inline-block
}

#footer .social li.facebook a {

    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -175px;
    height: 28px;
    width: 27px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat
}

#footer .social li.facebook a:hover,
#footer .social li.facebook a.icon-facebook-hover {
    background-position: 0 -147px
}

#footer .social li.facebook:hover {
    background-position: 0 -147px
}

#footer .social li.youtube a {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -255px;
    height: 28px;
    width: 28px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat
}

#footer .social li.youtube a:hover,
#footer .social li.youtube a.icon-youtube-hover {
    background-position: 0 -227px
}

#footer .social li.instagram:hover {
    background-position: 0 -227px
}

#footer .social li.instagram a {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -1012px;
    height: 28px;
    width: 28px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat
}

#footer .social li.instagram a:hover,
#footer .social li.instagram a.icon-instagram-hover {
    background-position: 0 -1012px
}

#footer .social li.instagram:hover {
    background-position: 0 -1012px
}

#footer .eco-urban {
    float: right;
    margin-top: 2.3125em;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -101px;
    height: 46px;
    width: 138px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat
}

@media (min-width: 768px) {
    #footer .catalog-menu {
        margin-bottom: 0
    }

    #footer .catalog-menu ul {
        margin-bottom: -21px;
        margin-left: -0.55555em
    }

    #footer .catalog-menu ul li {
        margin-left: .55555em;
        padding-top: 0;
        padding-bottom: 0
    }

    #footer .main-menu ul {
        margin-bottom: -16px
    }

    #footer .main-menu ul li {
        display: inline-block;
        margin-top: 0
    }

    #footer .catalog-menu,
    #footer .main-menu {
        padding-top: .75em;
        padding-bottom: .75em
    }

    #footer .catalog-menu ul,
    #footer .main-menu ul {
        overflow: hidden;
        text-align: justify;
        text-align-last: justify
    }

    #footer .catalog-menu ul:after,
    #footer .main-menu ul:after {
        content: '';
        display: inline-block;
        width: 100%
    }

    #footer .social {
        margin-top: 2.5em;
        text-align: center
    }

    #footer .eco-urban {
        display: block;
        float: none;
        margin-top: 1.375em;
        margin-right: auto;
        margin-left: auto
    }

    #footer nav li {
        display: inline-block
    }
}

@media (min-width: 992px) {
    #footer .eco-urban {
        float: right;
        margin-top: 1em;
        margin-right: 0;
        margin-left: 0
    }

    #footer .social {
        margin-top: 1.875em
    }
}

@media (min-width: 1200px) {
    #footer .social {
        text-align: right
    }
}

#footer-top {
    padding-top: 1.3125em;
    padding-bottom: 1.5em
}

@media (min-width: 768px) {
    #footer-top {
        padding-top: 1.0625em;
        padding-bottom: 1.5625em
    }
}

@media (min-width: 992px) {
    #footer-top {
        padding-top: 1.25em;
        padding-bottom: .75em
    }
}

#footer-bottom {
    border-top: 1px solid #3aaad2;
    color: #7eddfe;
    font-size: 14px;
    line-height: 2;
    padding-top: 1em;
    padding-bottom: 1.64285em;
    text-align: center
}

#footer-bottom a {
    color: #7eddfe;
    text-decoration: underline
}

#footer-bottom a:hover {
    color: white
}

#footer-bottom p {
    margin-bottom: 0
}

@media (min-width: 768px) {
    #footer-bottom {
        padding-top: .5em;
        padding-bottom: .78571em;
        text-align: left
    }
}

#developer {
    text-align: center
}

@media (min-width: 768px) {
    #developer {
        text-align: right
    }
}

#scrollUp {
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-color: #fff;
    height: 50px;
    right: 35px;
    bottom: 35px;
    width: 50px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    white-space: nowrap
}

#scrollUp:before {
    content: '';
    display: block;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -696px;
    height: 13px;
    width: 13px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat;
    margin-top: 19px;
    margin-left: auto;
    margin-right: auto
}

#scrollUp:hover {
    background-color: rgba(255, 255, 255, 0.8)
}

.item-navigation {
    margin-top: 1.3125em
}

.item-view {
    margin-top: 2.625em;
    margin-bottom: 5.625em
}

.item-view .item-image-box {
    margin-right: auto;
    margin-left: auto;
    max-width: 31.25em
}

.item-view .item-image-box .item-image {
    cursor: pointer
}

.item-view .more-views {
    margin-top: 1.25em;
    padding-left: 1.625em;
    padding-right: 1.625em;
    text-align: center
}

.item-view .more-views .item {
    display: inline-block;
    margin-right: -.25em;
    padding-right: .625em;
    padding-left: .625em;
    vertical-align: top
}

.item-view .more-views .item a {
    border: 1px solid #e4e4e4;
    display: inline-block
}

.item-view .more-views .item a:hover {
    border-color: #8f8f8f
}

.item-view .more-views .item a img {
    height: auto;
    max-width: 100%
}

.item-view .more-views.slick-slider {
    margin-bottom: 0
}

.item-view .more-views.slick-slider .item {
    display: block;
    float: left
}

.item-view .more-views .slick-prev {
    left: 0
}

.item-view .more-views .slick-next {
    right: 0
}

#product .page-content .contact-phone {
    color: white;
    border: 1px solid #e2890a;
    display: inline-block;
    line-height: 1.9375em;
    margin-top: 3.125em;
    text-transform: uppercase;
    padding: .5em 1.25em;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: -webkit-linear-gradient(top, #ffae02 0%, #ff9000 100%);
    background-image: -o-linear-gradient(top, #ffae02 0%, #ff9000 100%);
    background-image: linear-gradient(to bottom, #ffae02 0%, #ff9000 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFAE02', endColorstr='#FFFF9000', GradientType=0)
}

.item-view .contact-phone .phone {
    font-size: 1.4375em
}

.item-view .contact-phone .phone:before {
    content: '';
    display: inline-block;
    margin-right: .375em;
    vertical-align: middle;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -46px;
    height: 19px;
    width: 18px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat
}

.description {
    margin-bottom: 2em
}

.manufacturers,
.badges {
    margin-bottom: -.625em;
    margin-left: -.625em;
    width: 100%
}

.manufacturers li,
.badges li {
    display: inline-block;
    margin: 0 -.25em .625em .625em;
    vertical-align: top
}

.manufacturers {
    margin-top: .625em
}

.manufacturer {
    margin-top: 2.875em;
    margin-bottom: 2.875em
}

.manufacturer h2 {
    color: #8f8f8f;
    font-size: .875em;
    margin-top: 0;
    margin-bottom: 0
}

.badges {
    margin-bottom: 3.125em
}

.badges .badge {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    min-width: 0;
    padding: 0
}

.item-options {
    margin-bottom: 1.875em
}

.item-options .option {
    /* padding-left: 1.77777em; */
    position: relative
}

.item-options .option > img{
    margin-right: 5px;
}

.item-options .option:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0
}

.item-options .option-sku:before {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -622px;
    height: 18px;
    width: 19px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat;
    margin-top: -9px
}

.item-options .option-sku strong:before {
    content: '\0023';
    display: inline-block;
    padding-right: .22222em
}

.item-options .option-dimensions:before {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -549px;
    height: 18px;
    width: 19px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat;
    margin-top: -9px
}

.item-options .option-safety-surface:before {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -604px;
    height: 18px;
    width: 20px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat;
    margin-top: -9px
}

.item-options .option-maximum-height-of-fall:before {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -567px;
    height: 18px;
    width: 16px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat;
    margin-top: -9px
}

.item-options .option-recommended-age:before {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -585px;
    height: 19px;
    width: 18px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat;
    margin-top: -9px
}

@media (min-width: 768px) {
    .item-view .manufacturer {
        margin-top: -.125em
    }
}

.certified {
    margin-left: -2em
}

.certified img {
    margin-left: 2em
}

.page-contact #content {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0
}

.page-contact #content .main {
    padding-top: 1.25em;
    padding-right: 1.25em;
    padding-left: 1.25em
}

.page-contact #gmap {
    height: 25em;
    width: 100%
}

.page-contact .vcard .logo {
    margin-bottom: 1.875em
}

.page-contact .vcard .logo img {
    height: auto;
    max-width: 100%
}

.page-contact .vcard h2,
.page-contact .vcard .h2 {
    color: #8f8f8f;
    font-size: 1em;
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 1.25em
}

.page-contact .vcard .adr {
    margin-bottom: 1.25em
}

.page-contact #contact-form {
    margin-top: 3em
}

.page-contact #contact-form textarea {
    resize: vertical
}

@media (min-width: 992px) {
    .page-contact #contact-form {
        margin-top: 0
    }
}

.page-project-request #project-request-form {
    margin-top: 2.25em
}

@media (min-width: 768px) {
    .page-project-request #project-request-form.form-horizontal .control-label {
        text-align: left
    }
}

.page-project-request #project-request-form.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px
}

.page-project-request #project-request-form.form-horizontal .form-group [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px
}

.page-project-request #project-request-form.form-horizontal .comment {
    display: inline-block;
    font-size: .875em;
    font-style: italic
}

@media (min-width: 768px) {
    .page-project-request #project-request-form.form-horizontal .comment {
        padding-top: 0.92857em
    }
}

.page-project-request #project-request-form textarea {
    resize: vertical
}

#preface{
    background-color: #fff;
}

#portfolio .item {
    margin-top: 3.75em
}

#portfolio .item:first-child {
    margin-top: 0
}

#portfolio h3 {
    color: #8f8f8f;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 3.75em
}

#portfolio .portofolio {
    margin-top: 3.75em;
    margin-right: -10px;
    margin-left: -10px
}

#portfolio .portofolio .media-item {
    display: inline-block;
    float: none;
    margin-right: -.25em;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    vertical-align: top
}

#portfolio .portofolio .media-item:hover .btn-url {
    display: block;
}

#portfolio .portofolio .media-item:hover .btn-img:before {
    display: block;
}

#portfolio .portofolio .media-item a.btn-img {
    display: inline-block;
    position: relative
}

#portfolio .portofolio .media-item a.btn-img:before {
    background-color: white;
    opacity: .8;
    filter: alpha(opacity=80);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    display: none;
    position: absolute;
}

#portfolio .portofolio .media-item a.btn-img img {
    height: auto;
    max-width: 100%
}

#portfolio .portofolio .media-item a.btn-url {
    content: '';
    display: none;
    position: absolute;
    margin-top: -11px;
    margin-left: -11px;
    top: 50%;
    left: 50%;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -465px;
    height: 22px;
    width: 22px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat
}

#portfolio .portofolio .media-item a.btn-url:hover,
#portfolio .portofolio .media-item a.btn-url.magnifier-portofolio-hover {
    background-position: 0 -443px
}

@media (min-width: 768px) {
    #call-request .modal_-dialog {
        max-width: 31.25em
    }
}

#call-request .modal_-header {
    position: relative
}

#call-request .modal_-body legend {
    color: #8f8f8f;
    font-size: 1.125em;
    line-height: 1;
    margin-bottom: .83333em;
    text-align: center
}

#call-request .modal_-body .buttons-set {
    margin-top: 1.875em;
    text-align: center
}

#call-request .close {
    font-size: inherit;
    margin-top: 0;
    position: absolute;
    top: .8125em;
    right: .8125em;
    opacity: 1;
    filter: alpha(opacity=100)
}

#call-request .close:hover,
#call-request .close:focus {
    outline: 0;
    opacity: .7;
    filter: alpha(opacity=70)
}

#call-request .close span {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-position: 0 -34px;
    height: 12px;
    width: 12px;
    background-image: url('../images/main-s3a298906b1.png');
    background-repeat: no-repeat;
    display: inline-block
}

@media (min-width: 768px) {
    .page-404 #content {
        background-image: url('../images/error-bear.jpg');
        background-position: right 3.75em;
        background-repeat: no-repeat;
        padding-right: 40%
    }
}

@media (min-width: 992px) {
    .page-404 #content {
        background-position: 64% 3.75em;
        padding-right: 54%
    }
}

@media screen and (max-width: 480px) {

    #rc-imageselect,
    .g-recaptcha {
        -webkit-transform: scale(0.78);
        -ms-transform: scale(0.78);
        -o-transform: scale(0.78);
        transform: scale(0.78);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

.mfp-arrow:before {
    opacity: 1
}

.mfp-arrow-left:after {
    border-right-color: #fff
}

.mfp-arrow-left:hover:before {
    border-right-color: #ed7122
}

.mfp-arrow-right:after {
    border-left-color: #fff
}

.mfp-arrow-right:hover:before {
    border-left-color: #ed7122
}

.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
    color: #ed7122
}

.product-page .img-content {
    flex: 0 0 50%;
}

/*# sourceMappingURL=app.css.map */

a,
a:active,
a:focus {
    outline: none;
    /* Works in Firefox, Chrome, IE8 and above */
}

.no-items{
    margin-left: 10px;
}

figure.no-click{
    user-select: none;
    pointer-events: none;
}

.item-navigation li a::before,
.item-navigation li a::after {
    display: inline-block;
    font-size: 122%;
    line-height: inherit;
}

::before,
::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item-navigation li.item-prev a::before {
	content: '\2039';
	padding-right: .625em;
}

.item-navigation li.item-next a::after {
    content: '\203A';
    padding-left: .625em;
}

.cnt {
    background-color: #eee;
    vertical-align: top;
    outline: none;
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    width: 70px;
    box-sizing: border-box;
    border: 1px solid var(--grey-color);
    font-size: 14px;
    border-radius: 3px;
    margin-right: 20px;
}

.price-box {
    font-size: 36px;
    font-weight: 500;
    color: #309ec5;
}

.item-view .instock {
    color: green;
    margin: 20px 0;
}

.common-info{
    margin-bottom: 30px;
}

.small-text{
    font-size: 0.8em;
}

.quick-order-title.error{
    color: #d70000;
    opacity: .5;
}

form button:disabled{
    outline: none;
    cursor: progress !important;
}