1/* https://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}




/*!
 * Bootstrap v3.3.7 (https://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/customize/?id=610126ad3db1824f50a1d32a039cfa92)
 * Config saved to config.json and https://gist.github.com/610126ad3db1824f50a1d32a039cfa92
 */
/*!
 * Bootstrap v3.3.7 (https://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
    -webkit-box-sizing: content-box;
    -moz-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;
    -moz-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;
    -moz-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 #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;
}
* {
    -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: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:hover,
a:focus {
    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 {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    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: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.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-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: 15px;
    padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-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%;
}

/* Additional grid breakpoint - begin */
@media (min-width: 420px) {
    .col-ts-1, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9, .col-ts-10, .col-ts-11, .col-ts-12 {
        float: left;
    }
    .col-ts-12 {
        width: 100%;
    }
    .col-ts-11 {
        width: 91.66666667%;
    }
    .col-ts-10 {
        width: 83.33333333%;
    }
    .col-ts-9 {
        width: 75%;
    }
    .col-ts-8 {
        width: 66.66666667%;
    }
    .col-ts-7 {
        width: 58.33333333%;
    }
    .col-ts-6 {
        width: 50%;
    }
    .col-ts-5 {
        width: 41.66666667%;
    }
    .col-ts-4 {
        width: 33.33333333%;
    }
    .col-ts-3 {
        width: 25%;
    }
    .col-ts-2 {
        width: 16.66666667%;
    }
    .col-ts-1 {
        width: 8.33333333%;
    }
    .col-ts-pull-12 {
        right: 100%;
    }
    .col-ts-pull-11 {
        right: 91.66666667%;
    }
    .col-ts-pull-10 {
        right: 83.33333333%;
    }
    .col-ts-pull-9 {
        right: 75%;
    }
    .col-ts-pull-8 {
        right: 66.66666667%;
    }
    .col-ts-pull-7 {
        right: 58.33333333%;
    }
    .col-ts-pull-6 {
        right: 50%;
    }
    .col-ts-pull-5 {
        right: 41.66666667%;
    }
    .col-ts-pull-4 {
        right: 33.33333333%;
    }
    .col-ts-pull-3 {
        right: 25%;
    }
    .col-ts-pull-2 {
        right: 16.66666667%;
    }
    .col-ts-pull-1 {
        right: 8.33333333%;
    }
    .col-ts-pull-0 {
        right: auto;
    }
    .col-ts-push-12 {
        left: 100%;
    }
    .col-ts-push-11 {
        left: 91.66666667%;
    }
    .col-ts-push-10 {
        left: 83.33333333%;
    }
    .col-ts-push-9 {
        left: 75%;
    }
    .col-ts-push-8 {
        left: 66.66666667%;
    }
    .col-ts-push-7 {
        left: 58.33333333%;
    }
    .col-ts-push-6 {
        left: 50%;
    }
    .col-ts-push-5 {
        left: 41.66666667%;
    }
    .col-ts-push-4 {
        left: 33.33333333%;
    }
    .col-ts-push-3 {
        left: 25%;
    }
    .col-ts-push-2 {
        left: 16.66666667%;
    }
    .col-ts-push-1 {
        left: 8.33333333%;
    }
    .col-ts-push-0 {
        left: auto;
    }
    .col-ts-offset-12 {
        margin-left: 100%;
    }
    .col-ts-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-ts-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-ts-offset-9 {
        margin-left: 75%;
    }
    .col-ts-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-ts-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-ts-offset-6 {
        margin-left: 50%;
    }
    .col-ts-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-ts-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-ts-offset-3 {
        margin-left: 25%;
    }
    .col-ts-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-ts-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-ts-offset-0 {
        margin-left: 0%;
    }
}
/* Additional grid breakpoint - end */

@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-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-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-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-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-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:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid: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-xs,
.visible-sm,
.visible-md,
.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;
    }
}

/* Bootstrap - end*/


/* Common styles - begin */
.container-fluid {
    max-width: 1130px;
}
/* Common styles - end */


/* Global wrapper - begin */
#EBdescription {
    background: #fafafa;
    font-family: 'Abel', sans-serif;
    font-size: 16px;
}
/* Global wrapper - end */

/* Global elements - begin */
h1 {
    color: #151515;
	font-family: 'Abel', sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    margin: 0;
}

h2 {
    color: #151515;
    font-family: 'Abel', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    margin: 0 0 18px;
	padding: 14px 0 5px 9px;
}

h3 {
    color: #585858;
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
}

h4 {
    color: #C2322D;
	font-family: 'Abel', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
}

p {
    color: #464646;
	font-family: 'Abel', sans-serif;
    font-size: 14px;
    line-height: 22px;
}

/* Global elements - end */

/* Content wrapper - begin */
@media (max-width: 767px) {
    .content-wrapper {
        overflow: hidden;
        padding: 0;
    }
}
/* Content wrapper - end */

/* Service line - begin */
.service-line {
    background: #2b2b2b;
    color: #eee;
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    line-height: 18px;
}

@media (min-width: 768px) {
    .service-line {
        margin-bottom: 5px;
    }
}

.service-line strong {
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
}

.service-line li {
    display: block;
    line-height: 38px;
}

#service-phone strong {
    background: url("https://www.styroline.info/responsive-template/images/icon-phone.png") left center no-repeat;
    padding-left: 20px;
}

#service-guarantee strong {
    background: url("https://www.styroline.info/responsive-template/images/icon-guarantee.png") left center no-repeat;
    padding-left: 25px;
}

#service-delivery strong {
    background: url("https://www.styroline.info/responsive-template/images/icon-delivery.png") left center no-repeat;
    padding-left: 35px;
}

@media (min-width: 768px) {
    #service-delivery {
        text-align: right;
    }
}

/* Service line - end */

/* Header - begin */
.header {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 15px 20px;
}

@media (min-width: 768px) {
    .header {
        padding: 30px 20px 30px;
    }
}
@media (max-width: 767px) {
    .header {
        text-align: center;
    }

    .header img {
        max-width: 75%;
    }
}

/* Header - end */

/* Search - begin */
.search {
    float: right;
    padding-top: 10px;
}

@media (max-width:767px) {
    .search {
        display: none;
    }
}

.search input[type="text"] {
    background-color: #fff;
    border: 1px solid #858585;
    border-radius: 2px;
    color: #858585;
    font-size: 12px;
    height: 28px;
    padding: 0 4px;
    vertical-align: top;
    width: 200px;
}

.search input[type="submit"] {
    background: #fff url("https://www.styroline.info/responsive-template/images/icon-search.png") no-repeat 0 0;
    border: 1px solid #858585;
    border-radius: 2px;
    cursor: pointer;
    height: 28px;
    width: 40px;
}
/* Search - end */

/* Navigation - begin */
.navigation-wrapper {
    background-color: #c2322d;
    min-height: 4px;
    position: relative;
}

@media (min-width: 768px) {
    .navigation-wrapper {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .navigation {
        display: none;
    }

    .navigation-wrapper {
        text-align: center;
    }
}

.navigation li {
    list-style: none;
    display: block;
    float: left;
    margin: 0;
    padding: 1px;
}

.navigation > li > a {
    text-transform: uppercase;
}

.navigation a,
.navigation span {
    display: block;
    margin: 0.1em 0 0;
    padding: 9px 6px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    border-right: 1px #fff dotted;
    -webkit-transition: all .25s ease-in;
    transition: all .20s ease-in;
}

@media (min-width: 992px) {
    .navigation a,
    .navigation span {
        padding: 9px;
    }
}

.navigation ul li:last-child a {
    border-right: 0;
}

.navigation a {
    transition: background-color .25s ease-in;
}

.navigation li:hover > a,
.navigation span {
    color: #ff9f9f;
    transition: background-color 0.01s;
/*    background: url("https://www.styroline.info/responsive-template/images/icon-bullet.png") no-repeat bottom; */
}

.navigation ul,
.navigation  li:hover ul ul,
.navigation  li:hover  ul ul ul {
    display: none;
    position: absolute;
}

.navigation li:hover ul,
.navigation ul li:hover ul,
.navigation ul ul li:hover ul {
    background: #000;
/*
url("https://www.styroline.info/responsive-template/images/icon-bullet.png") no-repeat bottom;
*/
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #fff;
    display: block;
    height: 42px;
    left: auto;
    margin-left: -2px;
    top: 40px;
    z-index: 2;
}

.navigation li:first-child:hover ul {
    margin-left: -1px;
}

.navigation ul li:hover > a,
.navigation ul ul li:hover > a,
.navigation ul ul ul li:hover > a {
    color: #ff9f9f;
    transition: background-color 0.03s;
    z-index: 3;
}
/* Navigation - end */

/* Shop link - begin */
.shop-link {
    display: inline-block;
    height: 30px;
    margin-top: 7px;
    padding-top: 3px;
    padding-left: 35px;
    color: #fff;
    background: url("https://www.styroline.info/responsive-template/images/icon-shop.png") no-repeat;
    background-color: transparent;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;

    text-decoration: none !important;
    text-transform: uppercase;
}

.shop-link:focus,
.shop-link:hover {
    background-position: left -30px;
    color: #c2322d;
}

@media (min-width: 768px) {
    .shop-link {
        color: #333;
        float: right;
        margin-right: 20px;
        position: absolute;
        right: 0;
        top: -85px;
    }
}
/* Shop link - end */

/* Top content - begin */
.article-header {
    background: #fff;
    padding: 15px;
	border-right:1px solid #e6e6e6;
}

.article-header h1 {
    margin-bottom: 10px;
}

.article-image {
    background: #fff;
	margin-bottom: 30px;
    padding: 30px 0;
}

.article-image img {
    margin: 0 auto;
}

.one-line {
    white-space: nowrap;
}

@media (min-width: 480px) {
    .article-image {
        display: none;
    }
}

@media (min-width: 768px) {
    .top-content {
        background: #fff url("https://www.styroline.info/responsive-template/images/header-background.png") no-repeat left top;
        margin-bottom: 20px;
        padding-left: 110px;
    }	
@media (min-width: 768px) {
    .top-content-eps {
        background: #fff url("https://www.styroline.info/responsive-template/images/header-background-eps.png") no-repeat left top;
        margin-bottom: 20px;
        padding-left: 110px;
    }	
@media (min-width: 768px) {
    .top-content-dam {
        background: #fff url("https://www.styroline.info/responsive-template/images/header-background-dam.png") no-repeat left top;
        margin-bottom: 20px;
        padding-left: 110px;
    }			
@media (min-width: 768px) {
    .top-content-zub {
        background: #fff url("https://www.styroline.info/responsive-template/images/header-background-zub.png") no-repeat left top;
        margin-bottom: 20px;
        padding-left: 110px;
    }			
    .article-header {
        background: #fff url("https://www.styroline.info/responsive-template/images/delivery-status.png") no-repeat right center;
        padding: 15px 150px 15px 0;
    }

	.article-header h1 {
	    margin-bottom: 0;
	}
}
}
}	

/* Top content - end */

/* Slider - begin */
.slider-content {
	font-family: 'Abel', sans-serif;
    background: #fff;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}

#slider {
    margin: 20px auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}

@media (max-width: 479px) {
    #slider {
        display: none;
    }
}

#slider input {
    display: none;
}

#slider label {
    color: #fff;
	cursor: pointer;
    display: inline-block;
    font-size: 1.3em;
    font-weight: bold;
    height: 40px;
	opacity: 0.4;
    position: relative;
    text-shadow: 0 0 5px #555;
    top: 360px;
    width: 40px;
    z-index: 3;
	transition: .3s;
}

#slides {
    height: 400px;
    margin: -40px auto 0;
    overflow: hidden;
}

#slider label:before:focus,
#slider label:before:hover {
    background: #C2322D;
}

#slider dl  {
    width: 500%;
    height: 400px;
    margin: 0;
    position: relative;
    top: 0;
    animation: slider_1 25s infinite 0s;
    -webkit-animation: slider_1 25s infinite 0s;
}

#slider dt  {
    display: block;
    float: left;
    position: relative;
    top: 0;
    width: 20%;
}

#slider dd {
    color: #fff;
    font-size: 20px;
    position: relative;
    margin-left: -100%;
    padding: 10px;
    float: left;
    height: auto;
    text-shadow: 0 0 3px #444;
}

#slider img {
    float: left;
}

@media (max-width: 579px) {
    #slides,
    #slider dl {
	    height: 210px;
	}

	#slider label {
	    top: 170px;
	}
	
	#slider img {
	    height: 210px;
	}
}

#slider  #a1 ~ #l1 { animation:bull 25s infinite  0s ; -webkit-animation:bull 25s infinite  0s; }
#slider  #a2 ~ #l2 { animation:bull 25s infinite  5s ; -webkit-animation:bull 25s infinite  5s; }
#slider  #a3 ~ #l3 { animation:bull 25s infinite 10s ; -webkit-animation:bull 25s infinite 10s; }
#slider  #a4 ~ #l4 { animation:bull 25s infinite 15s ; -webkit-animation:bull 25s infinite 15s; }
#slider  #a5 ~ #l5 { animation:bull 25s infinite 20s ; -webkit-animation:bull 25s infinite 20s; }

#slider #a5:not(:checked) ~ #l5:before , #slider #a1 ~ #l2:after { animation: vor 25s infinite  0s ; -webkit-animation: vor 25s infinite  0s ; }
#slider #a1:not(:checked) ~ #l1:before , #slider #a2 ~ #l3:after { animation: vor 25s infinite  5s ; -webkit-animation: vor 25s infinite  5s ; }
#slider #a2:not(:checked) ~ #l2:before , #slider #a3 ~ #l4:after { animation: vor 25s infinite 10s ; -webkit-animation: vor 25s infinite 10s ; }
#slider #a3:not(:checked) ~ #l3:before , #slider #a4 ~ #l5:after { animation: vor 25s infinite 15s ; -webkit-animation: vor 25s infinite 15s ; }
#slider #a4:not(:checked) ~ #l4:before , #slider #a5 ~ #l1:after { animation: vor 25s infinite 20s ; -webkit-animation: vor 25s infinite 20s ; }

#slider  #a1:checked ~ #slides dl { left:     0; animation:none; -webkit-animation:none; }
#slider  #a2:checked ~ #slides dl { left: -100%; animation:none; -webkit-animation:none; }
#slider  #a3:checked ~ #slides dl { left: -200%; animation:none; -webkit-animation:none; }
#slider  #a4:checked ~ #slides dl { left: -300%; animation:none; -webkit-animation:none; }
#slider  #a5:checked ~ #slides dl { left: -400%; animation:none; -webkit-animation:none; }

#slider   #a6:checked ~ #slides dl { animation:slider_1 25s infinite; -webkit-animation:slider_1 25s infinite; }
#slider   #a7:checked ~ #slides dl { animation:slider_2 25s infinite; -webkit-animation:slider_2 25s infinite; }
#slider   #a8:checked ~ #slides dl { animation:slider_3 25s infinite; -webkit-animation:slider_3 25s infinite; }
#slider   #a9:checked ~ #slides dl { animation:slider_4 25s infinite; -webkit-animation:slider_4 25s infinite; }
#slider  #a10:checked ~ #slides dl { animation:slider_5 25s infinite; -webkit-animation:slider_5 25s infinite; }

#slider  #a1:checked ~  #l6,
#slider  #a2:checked ~  #l7,
#slider  #a3:checked ~  #l8,
#slider  #a4:checked ~  #l9,
#slider  #a5:checked ~ #l10 { display:block; }

#slider  #a2:checked ~ #l1, #slider  #a3:checked ~ #l1, #slider  #a4:checked ~ #l1, #slider  #a5:checked ~ #l1,
#slider  #a1:checked ~ #l2, #slider  #a3:checked ~ #l2, #slider  #a4:checked ~ #l2, #slider  #a5:checked ~ #l2,
#slider  #a1:checked ~ #l3, #slider  #a2:checked ~ #l3, #slider  #a4:checked ~ #l3, #slider  #a5:checked ~ #l3,
#slider  #a1:checked ~ #l4, #slider  #a2:checked ~ #l4, #slider  #a3:checked ~ #l4, #slider  #a5:checked ~ #l4,
#slider  #a1:checked ~ #l5, #slider  #a2:checked ~ #l5, #slider  #a3:checked ~ #l5, #slider  #a4:checked ~ #l5  {  -webkit-animation:none; animation:none;color:#D8D8D8;}
#slider  #a1:checked ~ #l1, #slider  #a2:checked ~ #l2, #slider  #a3:checked ~ #l3, #slider  #a4:checked ~ #l4, #slider  #a5:checked ~ #l5 { -webkit-animation:none; animation:none;opacity:1;}


#slider  #a1:checked ~ #l1:after, #slider  #a1:checked ~ #l1:before, #slider  #a1:checked ~  #l7 ,
#slider  #a1:checked ~ #l3:after, #slider  #a1:checked ~ #l2:before, #slider  #a1:checked ~  #l8 ,
#slider  #a1:checked ~ #l4:after, #slider  #a1:checked ~ #l3:before, #slider  #a1:checked ~  #l9 ,
#slider  #a1:checked ~ #l5:after, #slider  #a1:checked ~ #l4:before, #slider  #a1:checked ~ #l10   { display:none;animation:none; -webkit-animation:none; }
#slider  #a1:checked ~ #l2:after, #slider  #a1:checked ~ #l5:before, #slider  #a1:checked ~  #l6   { animation:none; -webkit-animation:none; }

#slider  #a2:checked ~ #l1:after, #slider  #a2:checked ~ #l2:before, #slider  #a2:checked ~  #l8 ,
#slider  #a2:checked ~ #l2:after, #slider  #a2:checked ~ #l3:before, #slider  #a2:checked ~  #l9 ,
#slider  #a2:checked ~ #l4:after, #slider  #a2:checked ~ #l4:before, #slider  #a2:checked ~ #l10 ,
#slider  #a2:checked ~ #l5:after, #slider  #a2:checked ~ #l5:before, #slider  #a2:checked ~  #l6   { display:none;animation:none; -webkit-animation:none; }
#slider  #a2:checked ~ #l3:after, #slider  #a2:checked ~ #l3:before, #slider  #a2:checked ~  #l7   { animation:none; -webkit-animation:none; }

#slider  #a3:checked ~ #l1:after, #slider  #a3:checked ~ #l3:before, #slider  #a3:checked ~  #l9 ,
#slider  #a3:checked ~ #l2:after, #slider  #a3:checked ~ #l4:before, #slider  #a3:checked ~ #l10 ,
#slider  #a3:checked ~ #l3:after, #slider  #a3:checked ~ #l5:before, #slider  #a3:checked ~  #l6 ,
#slider  #a3:checked ~ #l5:after, #slider  #a3:checked ~ #l1:before, #slider  #a3:checked ~  #l7   { display:none;animation:none; -webkit-animation:none; }
#slider  #a3:checked ~ #l4:after, #slider  #a3:checked ~ #l2:before, #slider  #a3:checked ~  #l8   { animation:none; -webkit-animation:none; }

#slider  #a4:checked ~ #l1:after, #slider  #a4:checked ~ #l4:before, #slider  #a4:checked ~ #l10 ,
#slider  #a4:checked ~ #l2:after, #slider  #a4:checked ~ #l2:before, #slider  #a4:checked ~  #l6 ,
#slider  #a4:checked ~ #l3:after, #slider  #a4:checked ~ #l1:before, #slider  #a4:checked ~  #l7 ,
#slider  #a4:checked ~ #l4:after, #slider  #a4:checked ~ #l5:before, #slider  #a4:checked ~  #l8   { display:none;animation:none; -webkit-animation:none; }
#slider  #a4:checked ~ #l5:after, #slider  #a4:checked ~ #l3:before, #slider  #a4:checked ~  #l9   { animation:none; -webkit-animation:none; }

#slider  #a5:checked ~ #l5:after, #slider  #a5:checked ~ #l6,
#slider  #a5:checked ~ #l4:after, #slider  #a5:checked ~ #l7,
#slider  #a5:checked ~ #l3:after, #slider  #a5:checked ~ #l8,
#slider  #a5:checked ~ #l2:after, #slider  #a5:checked ~ #l5:before, #slider  #a5:checked ~ #l9    { display:none;animation:none; -webkit-animation:none; }


#slider   #a6:checked ~ #l1,
#slider   #a7:checked ~ #l2,
#slider   #a8:checked ~ #l3,
#slider   #a9:checked ~ #l4,
#slider  #a10:checked ~ #l5 { animation:bull 25s infinite  0s; -webkit-animation:bull 25s infinite  0s; }

#slider   #a6:checked ~ #l2,
#slider   #a7:checked ~ #l3,
#slider   #a8:checked ~ #l4,
#slider   #a9:checked ~ #l5,
#slider  #a10:checked ~ #l1 { animation:bull 25s infinite  5s; -webkit-animation:bull 25s infinite  5s; }


#slider   #a6:checked ~ #l3,
#slider   #a7:checked ~ #l4,
#slider   #a8:checked ~ #l5,
#slider   #a9:checked ~ #l1,
#slider  #a10:checked ~ #l2 { animation:bull 25s infinite 10s; -webkit-animation:bull 25s infinite 10s; }


#slider   #a6:checked ~ #l4,
#slider   #a7:checked ~ #l5,
#slider   #a8:checked ~ #l1,
#slider   #a9:checked ~ #l2,
#slider  #a10:checked ~ #l3 { animation:bull 25s infinite 15s; -webkit-animation:bull 25s infinite 15s; }


#slider   #a6:checked ~ #l5,
#slider   #a7:checked ~ #l1,
#slider   #a8:checked ~ #l2,
#slider   #a9:checked ~ #l3,
#slider  #a10:checked ~ #l4 { animation:bull 25s infinite 20s; -webkit-animation:bull 25s infinite 20s; }

#slider #a6:checked ~ #l5:before, #slider #a6:checked ~ #l2:after,
#slider #a7:checked ~ #l1:before, #slider #a7:checked ~ #l3:after,
#slider #a8:checked ~ #l2:before, #slider #a8:checked ~ #l4:after,
#slider #a9:checked ~ #l3:before, #slider #a9:checked ~ #l5:after,
#slider #a10:checked ~ #l4:before, #slider #a10:checked ~ #l1:after { animation: vor 25s infinite  0s; -webkit-animation: vor 25s infinite  0s; }

#slider #a6:checked ~ #l1:before, #slider #a6:checked ~ #l3:after,
#slider #a7:checked ~ #l2:before, #slider #a7:checked ~ #l4:after,
#slider #a8:checked ~ #l3:before, #slider #a8:checked ~ #l5:after,
#slider #a9:checked ~ #l4:before, #slider #a9:checked ~ #l1:after,
#slider #a10:checked ~ #l5:before, #slider #a10:checked ~ #l2:after { animation: vor 25s infinite  5s; -webkit-animation: vor 25s infinite  5s; }

#slider #a6:checked ~ #l2:before, #slider #a6:checked ~ #l4:after,
#slider #a7:checked ~ #l3:before, #slider #a7:checked ~ #l5:after,
#slider #a8:checked ~ #l4:before, #slider #a8:checked ~ #l1:after,
#slider #a9:checked ~ #l5:before, #slider #a9:checked ~ #l2:after,
#slider #a10:checked ~ #l1:before, #slider #a10:checked ~ #l3:after { animation: vor 25s infinite 10s; -webkit-animation: vor 25s infinite 10s; }

#slider #a6:checked ~ #l3:before, #slider #a6:checked ~ #l5:after,
#slider #a7:checked ~ #l4:before, #slider #a7:checked ~ #l1:after,
#slider #a8:checked ~ #l5:before, #slider #a8:checked ~ #l2:after,
#slider #a9:checked ~ #l1:before, #slider #a9:checked ~ #l3:after,
#slider #a10:checked ~ #l2:before, #slider #a10:checked ~ #l4:after { animation: vor 25s infinite 15s; -webkit-animation: vor 25s infinite 15s; }

#slider #a6:checked ~ #l4:before, #slider #a6:checked ~ #l1:after,
#slider #a7:checked ~ #l5:before, #slider #a7:checked ~ #l2:after,
#slider #a8:checked ~ #l1:before, #slider #a8:checked ~ #l3:after,
#slider #a9:checked ~ #l2:before, #slider #a9:checked ~ #l4:after,
#slider #a10:checked ~ #l3:before, #slider #a10:checked ~ #l5:after { animation: vor 25s infinite 20s; -webkit-animation: vor 25s infinite 20s; }

@keyframes slider_1 {
    0%,  20%, 100%	 { left:     0; }
    25%,  40%               { left:  -100%; }
    45%,  60%               { left: -200%; }
    65%,  80%               { left: -300%; }
    85%,  95%               { left: -400%; }
}

@keyframes slider_2 {
    0%,  20%, 100%	 { left:  -100%; }
    25%,  40%               { left: -200%; }
    45%,  60%               { left: -300%; }
    65%,  80%               { left: -400%; }
    85%,  95%               { left:    0; }
}

@keyframes slider_3 {
    0%,  20%, 100%	 { left: -200%; }
    25%,  40%               { left: -300%; }
    45%,  60%               { left: -400%; }
    65%,  80%               { left:    0; }
    85%,  95%               { left:  -100%; }
}

@keyframes slider_4 {
    0%,  20%, 100%	 { left: -300%; }
    25%,  40%               { left: -400%; }
    45%,  60%               { left:    0; }
    65%,  80%               { left:  -100%; }
    85%,  95%               { left: -200%; }
}

@keyframes slider_5 {
    0%,  20%, 100%	 { left: -400%; }
    25%,  40%               { left:    -0; }
    45%,  60%               { left:  -100%; }
    65%,  80%               { left: -200%; }
    85%,  95%               { left: -300%; }
}

@-webkit-keyframes slider_1 {
    0%,  20%, 100%	 { left:     0; }
    25%,  40%               { left:  -100%; }
    45%,  60%               { left: -200%; }
    65%,  80%               { left: -300%; }
    85%,  95%               { left: -400%; }
}

@-webkit-keyframes slider_2 {
    0%,  20%, 100%	 { left:  -100%; }
    25%,  40%               { left: -200%; }
    45%,  60%               { left: -300%; }
    65%,  80%               { left: -400%; }
    85%,  95%               { left:    -0; }
}

@-webkit-keyframes slider_3 {
    0%,  20%, 100%	 { left: -200%; }
    25%,  40%               { left: -300%; }
    45%,  60%               { left: -400%; }
    65%,  80%               { left:    0; }
    85%,  95%               { left:  -100%; }
}

@-webkit-keyframes slider_4 {
    0%,  20%, 100%	 { left: -300%; }
    25%,  40%               { left: -400%; }
    45%,  60%               { left:    0; }
    65%,  80%               { left:  -100%; }
    85%,  95%               { left: -200%; }
}

@-webkit-keyframes slider_5 {
    0%,  20%, 100%	 { left: -400%; }
    25%,  40%               { left:    0; }
    45%,  60%               { left:  -100%; }
    65%,  80%               { left: -200%; }
    85%,  95%               { left: -300%; }
}

@keyframes bull {
    0% , 20%         { opacity: 1; }
    21%,  100%             { opacity: .4; }
}

@-webkit-keyframes bull {
    0% , 20%         { opacity: 1; }
    21%,  100%             { opacity: .4; }
}

@keyframes vor          {
    0%, 20%, 100%	        { z-index:100; }
    22% , 100%	        { z-index:0;   }
}

@-webkit-keyframes vor  {
    0%, 20%, 100%	        { z-index:100; }
    22% , 100%	        { z-index:0;   }
}

@media (min-width: 600px) {
    .side-bar {
        align-items: center;
        background: rgba(242, 242, 242, .75);
        display: flex;
        height: 100%;
        justify-content: center;
        padding: 10px;
        position: absolute;
        right: 0;
        top: 0;
        width: 40%;
    }
}

@media (min-width: 900px) {
    .side-bar {
        width: 25%;
    }
}

.slide-navigation {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 3;
}

/* Slider - end */

/* Features - begin */
.features li {
    font-family: 'Abel', sans-serif;
	align-items: center;
    background: transparent no-repeat left center;
    display: flex;
    margin-bottom: 15px;
    min-height: 70px;
    padding-left: 80px;
    vertical-align: middle;
}

@media (max-width: 599px) {
    .features {
        padding: 15px 15px 1px;
    }
}

@media (min-width: 480px) and (max-width: 599px) {
    .features li {
        display: inline-block;
        width: 49%;
    }
}

.features .icon-checked {
    background-image: url(../images/icons/icon_checked.png);
}

.features .icon-disabled {
    background-image: url(../images/icons/icon_disabled.png);
}

.features .icon-fire {
    background-image: url(../images/icons/icon_fire.png);
}

.features .icon-floor {
    background-image: url(../images/icons/icon_floor.png);
}

.features .icon-hbcd {
    background-image: url(../images/icons/icon_hbcd.png);
}

.features .icon-info {
    background-image: url(../images/icons/icon_info.png);
}

.features .icon-waterproof {
    background-image: url(../images/icons/icon_waterproof.png);
}

.features .icon-green {
    background-image: url(../images/icons/icon_green.png);
}

.features .icon-quality {
    background-image: url(../images/icons/icon_quality.png);
}

.features .icon-top {
    background-image: url(../images/icons/icon_top.png);
}
	
.features .icon-many {
    background-image: url(../images/icons/icon_many.png);
}	
/* Features - end */


/* Zoom images - begin */
.zoom-images-content h2 small {
    color: #424242;
    font-size: 14px;
}

@media (min-width: 768px) {
    .zoom-images-content h2 small {
        margin-left: 30px;
    }
}

.zoom-images-content > div {
    position: relative;
}

.zoom-images-content img {
    background-color:#FFFFFF;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
    .zoom-image {
        position: relative;
    }

    .zoom-image:before {
        background: url("https://www.styroline.info/responsive-template/images/icon-magnifier.png") no-repeat left top;
        bottom: 0;
        content: "";
        position: absolute;
        right: 0;
        width: 20px;
        height: 20px;
        z-index: 1;
		opacity: 0.2;
    }

    .zoom-image:hover:before {
        display: none;
    }

    .zoom-images img:hover {
        position: absolute;
        margin: -25%;
        width: 150%;
        background-color:#FFFFFF;
        border: 1px #CECBC3 solid;
        cursor: pointer;
        z-index: 2;
    }

    .zoom-images > div:first-child img:hover {
        margin: -25% -50% -25% 0;
    }

    .zoom-images > div:last-child img:hover {
        margin: -25% 0 -25% -50%;
    }
}

/* Zoom images - end */


/* Product description - begin */
.zoom-images-content,
.description-content {
    background: #fff;
    font-family: "Abel", Sans-Serif;
    padding: 15px;
}

@media (min-width: 768px) {
    .zoom-images-content,
    .description-content {
        margin-bottom: 20px;
        padding: 30px;
    }

    .description-content .row div:first-child {
        padding-right: 45px;
    }
}

.description-content h2 {
    clear: right;
}

.description-content ul {
    margin-bottom: 18px;
    padding-left: 16px;
}

.description-content .downloads {
    line-height: 18px;
    padding: 0;
    margin-bottom: 15px;
}

.download {
    background: url("https://www.styroline.info/responsive-template/images/icon-pdf.png") no-repeat left center;
    color: #464646;
    display: inline-block;
    padding: 8px 0 8px 30px;
    text-decoration: none !important;
}

.download:focus,
.download:hover {
    color: #c2322d;
}

.delivery {
    list-style: circle !important;
}

.delivery li {
    color: #c2322d;
}

.delivery span {
    color: #464646;
    font-size: 16px;
}

.attention {
    color: #535353;
    margin-bottom: 25px;
}
/* Product description - end */


/* Read more - begin */
.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
    color: #464646;
}

.read-more-wrap {
    line-height: 150%;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
    line-height: 150%;
}

.read-more-wrap li {
    color: #C2322D;
    list-style: circle;
}

.read-more-wrap li span {
    color: #464646;
    font-size: inherit;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'mehr Informationen \00bb';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: '\00ab  weniger Informationen';
}

.read-more-trigger {
    float: right;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 0.3em;
    position: relative;
    z-index: 1;
    color: #464646;
    font-size: .9em;
	font-weight:bold;
    line-height: 1.2em;
    cursor: pointer;
	border: 1px #c2322d solid;
}

.read-more-trigger:hover {
    color: #C2322D;
	border: 1px #C3222D solid;
}
/* Read more - end */

/* Safety box - begin */
.safety-list {
    background: transparent;
    color: #666;
    padding: 15px 0 0 15px;
}

.safety-list > div {
    margin-bottom: 15px;
    text-align: center;
}

.safety-list h3,
.usp-box h3 {
    background: transparent no-repeat left center;
    color: #000;
    display: inline-block;
    padding-left: 35px;
    margin-bottom: 15px;
}

.safety-list p,
.usp-box p {
    margin-bottom: 15px;
}

.safety-list img,
.usp-box img {
    margin: 0 auto;
}

.safety-list a,
.usp-box a {
    color: #666;
    font-weight: bold;
}

#safety-heading-handshake {
    background-image: url("https://www.styroline.info/responsive-template/images/icon-handshake.png");
}

#safety-heading-contact {
    background-image: url("https://www.styroline.info/responsive-template/images/icon-contact.png");
}

#safety-heading-payment {
    background-image: url("https://www.styroline.info/responsive-template/images/icon-guard.png");
}

#safety-heading-security {
    background-image: url("https://www.styroline.info/responsive-template/images/icon-balance.png");
}
/* Safety box - end */


/* Advantage box - begin */
.advantages-content {
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 20px;
    text-align: center;
}

.advantages-content p {
    color: #fff;
    padding: 15px 0;
}

#advantage-styroline,
#advantage-experience {
    background: #c2322d;
	
}

#advantage-delivery {
    background: #aaa;
}

#advantage-direct {
    background: #999;
}

#advantage-producer {
    background: #888;
}

@media (min-width: 768px) {
    .advantages-content p {
        min-height: 150px;
        padding: 95px 0 15px;
    }

    #advantage-styroline {
        background: #d77a76 url("https://www.styroline.info/responsive-template/images/advantage-styroline.png") no-repeat center center;
    }

    #advantage-experience {
        background: #bf423e url("https://www.styroline.info/responsive-template/images/advantage-year.png") no-repeat center center;
    }

    #advantage-delivery {
        background: #eab7b5 url("https://www.styroline.info/responsive-template/images/advantage-delivery.png") no-repeat center center;
    }

    #advantage-direct {
        background: #df9996 url("https://www.styroline.info/responsive-template/images/advantage-direct.png") no-repeat center center;
    }

    #advantage-producer {
        background: #d77a76 url("https://www.styroline.info/responsive-template/images/advantage-producer.png") no-repeat center center;
    }
}

/* Advantage box - end */

/* Additions - begin */
.equipment-content {
    background: #fff;
    margin-bottom: 20px;
    padding: 15px;
}

@media (min-width: 768px) {
    .equipment-content {
        padding: 30px;
    }

    .equipment-content .first-line:after {
        content: " - ";
    }
}

@media (max-width: 767px) {
    .equipment-content .first-line {
        display: block;
    }

    .equipment-content .first-line:after {
        content: ":";
    }
}

.equipment-item {
    margin-bottom: 15px;
}

.product-template-image img {
    margin: 0 auto;
}

.equipment-content  a {
    display: block;
    height: 295px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    background-color: #fafafa;
    border: 1px transparent solid;
}

.equipment-content a:hover {
    border: 1px solid #CECBC3;
    transition: all 0.2s ease-in-out;
}

.equipment-content h1 {
    text-align: center;
    margin-top: -8px;
    font-weight: bold;
    color: #c2322d;
    font-size: 14px;
}

.equipment-content h2 {
    margin-bottom: 30px;
}

.equipment-content h3 {
    color: #424242;
    font-size: 9pt;
    margin-top: -5px;
}

.equipment-content h4 {
    margin-top: 1px;
    font-weight: bold;
    color: #010101;
    font-size: 16px;
    line-height: 18px;
}

.equipment-content h5 {
    color: #343434;
    font-size: 12px;
    line-height:40px;
    font-weight:500;
    position: absolute;
    bottom :15px;
    left: 15px;
    width: calc(100% - 30px);
    background-color: #f2f2f2;
}

.equipment-content a:hover h5 {
    background-color: #C2322D;
    color: #fff;
    left: 0;
    border-radius: 0px;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.equipment-content a:hover h1 {
    color: #010101;
}

.equipment-content a:hover h4 {
    color: #C2322D;
}

/* Additions - end */

/* Footer - begin */
.footer {
    background: #2b2b2b;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .footer {
        margin-bottom: 20px;
    }

    .footer .first-line:after {
        content: " - ";
    }
}

@media (max-width: 767px) {
    .footer .first-line {
        display: block;
    }
}
/* Footer - end */

/* Bordered content - begin */
.bordered-content {
    border: 1px solid #e6e6e6;
    margin-top: 55px;
}

.bordered-heading {
    background: #fff;
    border: 1px solid #e6e6e6;
	border-radius:3px;
    border-bottom-width: 0;
    display: inline-block;
    padding: 5px 15px 0;
    position: relative;
    top: -72px;
    left: -31px;
}

@media (max-width: 767px) {
    .bordered-heading {
        left: -15px;
        top: -57px;
    }
}

.bordered-text {
    margin-top: -40px;
}

.bordered-text h2 {
    padding-left: 0;
    margin-bottom: 0;
}

/* Bordered content - end */
.usp-content {
    padding: 0 15px;
}

.usp-content .row > div {
    margin-bottom: 20px;
}

.usp-box {
    border: 1px solid #e6e6e6;
    min-height: 135px;
    padding: 20px 10px 0;
    text-align: center;
}

#usp-advantage-styroline {
    padding-top: 15px;
    text-align: center;
}

#usp-advantage-styroline img {
    display: inline-block;
    margin: 10px auto 15px;
    width: 80%;
}