@font-face {
    font-family: roboto-example;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/RobotoRegular/RobotoRegular.eot);
    src: url(../fonts/RobotoRegular/RobotoRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoRegular/RobotoRegular.woff) format("woff"), url(../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype")
}
@font-face {
    font-family: roboto-example;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/RobotoBold/RobotoBold.eot);
    src: url(../fonts/RobotoBold/RobotoBold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoBold/RobotoBold.woff) format("woff"), url(../fonts/RobotoBold/RobotoBold.ttf) format("truetype")
}
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: 700
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    -webkit-box-sizing: content-box;
    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] {
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    color: #337ab7;
    text-decoration: none
}
a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}
a:focus {
    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 {
    -webkit-border-radius: 6px;
    border-radius: 6px
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}
.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
[role=button] {
    cursor: pointer
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.row {
    margin-left: -15px;
    margin-right: -15px
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.pull-right {
    float: right!important
}
.pull-left {
    float: left!important
}
.hide {
    display: none!important
}
.show {
    display: block!important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    display: none!important
}
.affix {
    position: fixed
}
@-ms-viewport {
    width: device-width
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none!important
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}
@media (max-width: 767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block!important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline!important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}
@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
    }
    td.visible-md,
    th.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
    }
    td.visible-lg,
    th.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
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}
.visible-print-block {
    display: none!important
}
@media print {
    .visible-print-block {
        display: block!important
    }
}
.visible-print-inline {
    display: none!important
}
@media print {
    .visible-print-inline {
        display: inline!important
    }
}
.visible-print-inline-block {
    display: none!important
}
@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}
@media print {
    .hidden-print {
        display: none!important
    }
}
::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}
:-moz-placeholder {
    color: #666;
    opacity: 1
}
::-moz-placeholder {
    color: #666;
    opacity: 1
}
:-ms-input-placeholder {
    color: #666;
    opacity: 1
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666
}
body input:required:valid,
body textarea:required:valid {
    color: #666
}
body,
html {
    height: 100%
}
body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.75;
    font-family: roboto-example, sans-serif;
    overflow-x: hidden;
    opacity: 1;
}
.big-wraper {
    background: #dddce7;
    background: linear-gradient(#dddce8, white 40%);
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}
@-webkit-keyframes example {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}
@keyframes example {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}
@-webkit-keyframes outexample {
    0% {
        width: 100%
    }
    100% {
        width: 0
    }
}
@keyframes outexample {
    0% {
        width: 100%
    }
    100% {
        width: 0
    }
}
li {
    list-style-type: none
}
a,
a:active,
a:focus,
a:hover {
    color: #000;
    text-decoration: none
}
.top-menu li {
    display: inline-block;
    margin: 10px
}
.top-menu a:after {
    content: "";
    height: 2px;
    width: 0;
    background: #2c354a;
    display: block;
    margin: auto;
    -webkit-animation: outexample .4s ease-out;
    animation: outexample .4s ease-out
}
.top-menu a:hover {
    color: #2c354a
}
.top-menu a:hover:after {
    -webkit-animation: example .4s ease-out;
    animation: example .4s ease-out;
    width: auto
}
.language-choice,
.search-field {
    display: inline
}
.language-choice input,
.search-field input {
    margin-top: 19px;
    border: 2px solid #877da4;
    -webkit-border-radius: 4px;
    border-radius: 4px
}
.language-choice select,
.search-field select {
    border: none;
    background: #f7f8fa;
    margin-right: 10px
}
.background-top img {
    height: 40vh
}

.background-top img {
    height: 40vh
}
.top-section {
    background: #fcfdfd;
    border-bottom: 2px solid #2c354a;
}
.language-choice button {
    color: black;
    margin-top: 14px;
    font-size: 13px;
}
button {
    background: none;
    border: none;
    color: black;
}
body .owl-wrapper-outer {
    border: none;
    border-radius: 0px;
}
.owl-wrapper-outer img {
    width: 100%;
}
.title-baner {
    position: absolute;
    top: 12vh;
    color: white;
    width: 100%;
    text-align: center;
}
.title-baner h2 {
    color: white;
    font-size: 45px;
}
.title-baner p {
    font-size: 17px;
}
.title-baner .button-first {
    background: #dce0e7;
    padding: 13px 30px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #2c354a;
    display: inline-block;
    margin-top: 50px;
}
.title-baner .button-first:hover {
    background-color: white;
}
body .owl-pagination {
    top: -90px;
}
.owl-pagination .owl-page span {
    background: #838c9a;
}
.owl-pagination .owl-page.active span {
    background: #9c93b7;
}


.search-field label span {
    display: none;
}
.search-field .search-submit {
    display: none;
}
.search-field input {
    height: 25px;
}
.search-field i {
    position: absolute;
    top: 25px;
    right: 9px;
    color: #877da4;
    cursor: pointer;
}
.lang_sel_list_horizontal {
    display: inline;
    height: auto;
}
.language-choice {
    display: inline-block;
    margin-right: 7px;
    margin-top: 34px;
}
.language-choice a {
    font-size: 11px!important;
}
.language-choice ul {
    border: none!important;
}
.search-field {
    position: relative;
    display: inline-block;
}
.slogan-block {
    text-align: center;
    color: white;
    position: absolute;
    top: 7vh;
    width: 100%;
}
.slogan-block h2 {
    font-size: 42px;
    text-transform: uppercase;
    margin: 0px;
}
.slogan-block p {
    font-size: 18px;
}
.slogan-block a {
    padding: 7px 25px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 20px;
    background: white;
}
.owl-dots {
    position: absolute;
    bottom: 11vh;
    width: 100%;
    text-align: center;
}
.owl-carousel {
    position: relative;
}
.owl-dot {
    display: inline-block;
    margin: 4px 7px;
}
.owl-dots span {
    display: inline-block;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: #838c9a;
}
.owl-dots .active span {
    background: #9c93b7;
}
.sidebar-catalog ul {
    margin-top: 0px;
    margin-bottom: 0px;
    display: none;
}
.sidebar-catalog ul li a {
    font-size: 12px ;
}
.sidebar-catalog ul li a:hover {
    text-decoration: underline;
}
.sidebar-catalog h5 {
    margin: 0px;
    margin-left: 18px;
    line-height: 31px;
    display: block;
    cursor: pointer;
}
.sidebar-catalog h5 span {
    border-bottom: 1px solid #cdcece;
}
.sidebar-catalog i {
    margin-right: 8px;
}
.catalog {
    margin-top: -58px;
    position: relative;
    z-index: 12;

}
.catalog h3, .sidebar-catalog h3 {
    margin: 0px;
    padding: 14px 30px;
    font-size: 17px;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
    background: #647081;
}
.sidebar-catalog h3 {
    margin-bottom: 10px;
}
.filter-atributs {
    height: auto;
    background: #2c354a;
    margin-bottom: 18px;
    display: inline-block;
}
.filter-atributs .cat-item {
    margin: 5px 20px;
}
.filter-atributs ul {
    display: none;
}
.filter-atributs i {
    position: absolute;
    top: 5px;
    right: -10px;
}
.filter-atributs {
    padding: 15px;
}
.filter-atributs h5 {
    position: relative;
}
.filter-atributs .cat-item span, .filter-atributs ul li a {
     color: white;
    font-size: 13px;
 }
.sidebar-catalog {
    background: white;
}

.content-home .items-product p {
    background: #dfdfe7;
    margin: 0px;
    padding: 9px 14px;
    margin-bottom: 26px;
    line-height: 18px;
    text-align: center;
    font-size: 15px;
    min-height: 54px;
}
.partners-brend {
    background: url(../img/emblem1.png);
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 44px;
    height: 60px;
}

.last-news h4, .last-product h4, .archive-items h3 {
    margin-top: 54px;
    padding-bottom: 9px;
    text-transform: uppercase;
    border-bottom: 2px solid #647081;
}
.archive-items h3{
    margin-top: 14px;
}
.last-news h5 {
    margin: 0px;
    font-size: 15px;
}
.last-news .row {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.last-news p {
    margin: 5px 0px 15px;
    padding-bottom: 10px;
}
.last-news h5 a {
    color: #6b5e8e;
}
.last-news .row {
    margin-bottom: 20px;
}
.archive .products {
    border-bottom: 1px solid #cdcece;
    padding-bottom: 15px!important;
}

/* POPUP */
.mfp-content { width: auto; }
.white-popup { position: relative; background: #FFF; border: 1px solid #000000; margin: 30px auto 0 auto; max-width: 580px; z-index: 100000; padding: 35px 35px 15px 35px; border-radius: 13px; border: 4px solid #3b9a08; }
.mfp-close { top: 0; right: 0; color: #1f5601; font-size: 35px; }
.mfp-close:hover { color: #4d2102; }
.mfp-move-from-top .mfp-content { vertical-align: top; }
.mfp-move-from-top  .mfp-content  { opacity: 0; transition: all 0.2s; transform: translateY(-100px); }
.mfp-move-from-top.mfp-bg .mfp-content  { opacity: 0; transition: all 0.2s; }
.mfp-move-from-top.mfp-ready .mfp-content  { opacity: 1; transform: translateY(0); }
.mfp-move-from-top.mfp-ready.mfp-bg { opacity: 0.8; }
.mfp-move-from-top.mfp-removing .mfp-content  { transform: translateY(-50px); opacity: 0; }
.mfp-move-from-top.mfp-removing.mfp-bg { opacity: 0; }
.popm-title { margin-bottom: 15px; text-align: center; }
.popm-title h3 { display: inline-block; font-weight: normal; color: #3b9a08; text-transform: uppercase; font-size: 26px; line-height: 26px; }
.error-popup  { border-color: #d53720; text-align: center; }
.mfp-content .forma-input input:hover, .mfp-content .forma-textarea textarea:hover { background: #dddada; }



/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;



    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;

    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/*----------------------contacts form-------------------------*/
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea{
    border:1px solid #ccd2d9;
    padding:6px 8px;
    color:#898786;
    width:100%;
    border-radius:5px;
}
.wpcf7 .wpcf7-textarea{
    height:130px;
    width:100%;
}
.wpcf7 .wpcf7-submit{
    border:none;
    color:#fff;
    background: #2c354a;
    padding:5px 25px;
    border-radius:35px;
    text-transform: uppercase;

    -webkit-transition: all  .5s ease;
    -moz-transition:  all .5s ease;
    -o-transition:  all .5s ease;
    transition:  all .5s ease;
}

.wpcf7 .wpcf7-submit:hover{
    background: #100938;
    text-decoration: none;
    -webkit-transition: all  .5s ease;
    -moz-transition:  all .5s ease;
    -o-transition:  all .5s ease;
    transition:  all .5s ease;
}

.wpcf7 span.wpcf7-not-valid-tip{
    font-size:12px;
    line-height:1.2em;
}

.standart-form{
    background: #fff;
    padding: 40px 30px 10px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    border-radius:5px;
}

.s2_message{
    margin-top:28px;
}

.wpcf7-f94-o1 {
    width: 240px;
    margin: auto;
}

.contact-block ul li {
    display: inline-block;
    text-transform: uppercase;
    color: white;
}
.contact-block ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-left: 0px;
}
.contact-block {
    background: #2c354a;
    padding: 9px;
}
.contact-block a {
    color: white;
    padding: 8px 17px;
    border: 2px solid white;
    border-radius: 4px;
}
.contact-block a:hover {
    background: white;
    color: #2c354a;
    transition: all 0.5s ease-out;
}
.information-delivery {
    margin-top: 15px;
    font-size: 14px;
}
.last-product img {
    width: 100%;
    height: 196px;
    border: 1px solid #dfdfdf;
}
footer {
    background: #2c354a;
}
footer a {
    color: white;
}
footer a:hover:after {
    background: white;
}
footer a:hover{
    color: white!important;
}
footer ul {
    margin: 33px 0px;
    padding: 0px;
}
footer .copyright {
    color: white;
    text-transform: uppercase;
    float: right;
    margin-top: 43px;
}
footer .menu-inline {
    display: inline-block;
}
.category-top {
    background: url('../img/background-top.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 268px;
    display: inline-block;
}
.archive .catalog {
    margin-top: -px;
}
.category-top h1 {
    color: white;
    text-align: center;
    margin-top: 60px;
}
.woocommerce-breadcrumb {
    border-bottom: 1px solid #b8b8c0;
}
.content-home .woocommerce-pagination {
    text-align: left!important;
}
.content-home .woocommerce-pagination ul, .content-home .woocommerce-pagination ul li {
    border: none!important;
    font-weight: normal;
}
.content-home .woocommerce-pagination ul li a, .content-home .woocommerce-pagination ul li span {
    background: none!important;
}
.content-home .woocommerce-pagination ul li span {
    font-weight: bold!important;
    color: black!important;
}

.archive .wraper-item {
    background: white;
    padding: 21px;
    border: 1px solid #dfdfdf;
}
.archive .products .product-thumbnal .col-md-3 {
    padding-left: 6px;
    padding-right: 6px;
}
.archive .products p {
    font-size: 15px;
    margin-top: 0px;
}
.archive .products h4 {
    margin-bottom: 7px;
    height: 81px;
}
.product-page .wraper-item {
    width: 224px;
}
.archive .table-parameter {
    font-size: 13px;
    border: 2px solid #647081;
    color: #647081;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
    width: 100%;
    padding: 7px;
    text-align: center;

}
.archive .more-information {
    background: #647081;
    font-size:  13px;
    color: white;
    display: inline-block;
    border-radius: 5px;
    margin-top: 8px;
    width: 100%;
    padding: 6px 8px;
    text-align: center;
}
.product-page .product-thumbnal {
    display: inline-block;
    float: left;
    margin: 0px 20px 15px 0px;
}
p.description-product {
    margin: 0px;
    margin-bottom: 30px;
    font-size: 14px;
}
.table-parametr h4 {
    padding-bottom: 10px;
    margin-bottom: 31px;
    border-bottom: 2px solid #647081;
}
.table-parametr table {
    text-align: center!important;
    width: 100%!important;
}
.table-parametr td {
    border: 1px solid #a3aab4;
    padding: 5px;
}
.table-parametr tr:nth-child(2n-1) {
    background: #e8eaec;
}
.product-page .contact-block {
    margin-top: 25px;
    padding-top: 26px;
}
.product-page .contact-block {
    margin-bottom: 30px;
}
#slideshow-average img {
    height: 240px!important;
}
#slideshow-average .item {
    padding: 15px;
}
#slideshow-average {
    width: 80%;
    margin: auto;
}
#slideshow-average .owl-prev, #slideshow-average .owl-next {
    display: inline-block;
    position: absolute;
    font-size: 31px;
    color: #647081;
    top: 120px;
}

#slideshow-average .owl-next {
    right: -50px;
}
#slideshow-average .owl-prev {
    left: -50px;
}
.description-product {
    min-height: 250px;
}
.woocommerce img, .woocommerce-page img {
    max-height: 100%;
}
.contact-contact .wpcf7 .wpcf7-submit {
    float: right;
}
#map_canvas {
    margin: 25px 0px;
}

.wrap-atribute {
    float: left;
    width: 222px;
    display: inline-block;
    color: white;
}
.contact li {
    margin-left: 21px;
    font-size: 14px;
    position: relative;
}
.contact li i {
    position: absolute;
    top: 4px;
    left: -19px;
}
.image-news {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 140px;
}




.mobile-menu {
    position: absolute;
    margin-left: -285px;
    width: 285px;
    background: #2c354a;
    color: #fff;
    z-index: 10;
    padding: 24px;
    border-right: 1px solid #ddd
}
.mobile-menu ul li a {
    color: white;
}
.mobile-menu ul li {
    display: block;
}
.mobile-menu ul {
    padding: 0px;
}
.mobile-menu .search-field i {
    right: -171px;
    top: -14px;
    z-index: 12;
}
body .mobile-menu #lang_sel_list a.lang_sel_sel {
    background-color: #2c354a;
    color: white;
}
body .mobile-menu .language-choice {
    display: block;
}
.close-mobile-menu {
    position: absolute;
    right: 11px;
    top: 2px
}
.close-mobile-menu,
.toggle-mnu {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 38px;
    top: 33px
}
.close-mobile-menu span:after,
.close-mobile-menu span:before,
.toggle-mnu span:after,
.toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px
}
.close-mobile-menu span:after,
.toggle-mnu span:after {
    top: 18px
}
.close-mobile-menu span,
.toggle-mnu span {
    position: relative;
    display: block
}
.close-mobile-menu span,
.close-mobile-menu span:after,
.close-mobile-menu span:before,
.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
    width: 100%;
    height: 2px;
    background-color: #2c354a;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px
}
.close-mobile-menu.on span,
.toggle-mnu.on span {
    background-color: transparent
}
.close-mobile-menu.on span:before,
.toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0);
    -ms-transform: rotate(45deg) translate(-1px, 0);
    transform: rotate(45deg) translate(-1px, 0)
}
.close-mobile-menu.on span:after,
.toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    -ms-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px)
}
.close-mobile-menu span,
.close-mobile-menu span:after,
.close-mobile-menu span:before {
    background-color: #fff
}
.mobile-menu {
    height: 100vh;
    padding-top: 56px
}
.mobile-menu .container {
    width: 100%
}
.mobile-menu i {
    margin-left: 10px
}
.mobile-menu .for-mobil-panel {
    margin-top: 25px
}
.mobile-menu .for-mobil-panel ul {
    display: block
}
.mobile-menu .for-mobil-panel ul li {
    display: block
}
.mobile-menu .for-mobil-panel ul li a:after {
    margin: 0
}

.archive .more-information {
    margin-bottom: 27px;
}


@media (max-width: 1370px) {
    .owl-dots {
        display: none;
    }
}

@media (max-width: 750px) {
    .slogan-block h2 {
        font-size: 24px;
    }
    .slogan-block p {
        font-size:15px;
    }
}
@media (max-width: 1200px) {
    .contact-block a {
        margin-top: 20px;
        display: inline-block;
    }
    .contact-block ul li {
        margin: 0px 10px;
    }
}

@media (max-width: 992px) {
    footer .top-menu ul li {
        display: block;
        text-align: center;
    }
    .copyright, p:last-child {
        float: inherit!important;
        text-align: center!important;
    }
    p:last-child {
        margin-top: 0px!important;
    }
    footer .menu-inline {
        display: inline;
    }
    #lang_sel_list ul a.lang_sel_other:hover {}
}

.mobile-menu #lang_sel_list a {
    background: none!important;
    color: white!important;
}
.mobile-menu ul li a:hover:after {
    background: white;
    margin: 0px;
}
.mobile-menu ul li a:hover {
    color: white;
}