
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    overflow-x: hidden;    
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background: 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 {
    -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"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -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 #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;
}

.section {
    position: relative;
}

.container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container-full {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.col {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

[class*="pull-"],
[class*="push-"] {
    position: relative;
}

.no-gutter {
    padding-left: 0;
    padding-right: 0;
}

.col-1 {
    width: 8.33333%;
    width: calc(100% / 12 * 1);
    width: -webkit-calc(100% / 12 * 1);
    width: -moz-calc(100% / 12 * 1);
}

.col-2 {
    width: 16.66667%;
    width: calc(100% / 12 * 2);
    width: -webkit-calc(100% / 12 * 2);
    width: -moz-calc(100% / 12 * 2);
}

.col-3,
.col-1-4 {
    width: 25%;
    width: calc(100% / 12 * 3);
    width: -webkit-calc(100% / 12 * 3);
    width: -moz-calc(100% / 12 * 3);
}

.col-4,
.col-1-3 {
    width: 33.33333%;
}

.col-5 {
    width: 41.66665%;
    width: calc(100% / 12 * 5);
    width: -webkit-calc(100% / 12 * 5);
    width: -moz-calc(100% / 12 * 5);
}

.col-6,
.col-1-2 {
    width: 50%;
    width: calc(100% / 12 * 6);
    width: -webkit-calc(100% / 12 * 6);
    width: -moz-calc(100% / 12 * 6);
}

.col-7 {
    width: 58.33333%;
    width: calc(100% / 12 * 7);
    width: -webkit-calc(100% / 12 * 7);
    width: -moz-calc(100% / 12 * 7);
}

.col-8 {
    width: 66.66666%;
    width: calc(100% / 12 * 8);
    width: -webkit-calc(100% / 12 * 8);
    width: -moz-calc(100% / 12 * 8);
}

.col-9,
.col-3-4 {
    width: 75%;
    width: calc(100% / 12 * 9);
    width: -webkit-calc(100% / 12 * 9);
    width: -moz-calc(100% / 12 * 9);
}

.col-10 {
    width: 83.33333%;
    width: calc(100% / 12 * 10);
    width: -webkit-calc(100% / 12 * 10);
    width: -moz-calc(100% / 12 * 10);
}

.col-11 {
    width: 91.66666%;
    width: calc(100% / 12 * 11);
    width: -webkit-calc(100% / 12 * 11);
    width: -moz-calc(100% / 12 * 11);
}

.col-12 {
    width: 100%;
}

.push-1 {
    left: 8.33333%;
    left: calc(100% / 12 * 1);
    left: -webkit-calc(100% / 12 * 1);
    left: -moz-calc(100% / 12 * 1);
}

.pull-1 {
    left: -8.33333%;
    left: calc(-100% / 12 * 1);
    left: -webkit-calc(-100% / 12 * 1);
    left: -moz-calc(-100% / 12 * 1);
}

.push-2 {
    left: 16.66667%;
    left: calc(100% / 12 * 2);
    left: -webkit-calc(100% / 12 * 2);
    left: -moz-calc(100% / 12 * 2);
}

.pull-2 {
    left: -16.66667%;
    left: calc(-100% / 12 * 2);
    left: -webkit-calc(-100% / 12 * 2);
    left: -moz-calc(-100% / 12 * 2);
}

.push-3,
.push-1-4 {
    left: 25%;
    left: calc(100% / 12 * 3);
    left: -webkit-calc(100% / 12 * 3);
    left: -moz-calc(100% / 12 * 3);
}

.pull-3,
.pull-1-4 {
    left: -25%;
    left: calc(-100% / 12 * 3);
    left: -webkit-calc(-100% / 12 * 3);
    left: -moz-calc(-100% / 12 * 3);
}

.push-4,
.push-1-3 {
    left: 33.33333%;
    left: calc(100% / 12 * 4);
    left: -webkit-calc(100% / 12 * 4);
    left: -moz-calc(100% / 12 * 4);
}

.pull-4,
.pull-1-3 {
    left: -33.33333%;
    left: calc(-100% / 12 * 4);
    left: -webkit-calc(-100% / 12 * 4);
    left: -moz-calc(-100% / 12 * 4);
}

.push-5 {
    left: 41.66665%;
    left: calc(100% / 12 * 5);
    left: -webkit-calc(100% / 12 * 5);
    left: -moz-calc(100% / 12 * 5);
}

.pull-5 {
    left: -41.66665%;
    left: calc(-100% / 12 * 5);
    left: -webkit-calc(-100% / 12 * 5);
    left: -moz-calc(-100% / 12 * 5);
}

.push-6,
.push-1-2 {
    left: 50%;
    left: calc(100% / 12 * 6);
    left: -webkit-calc(100% / 12 * 6);
    left: -moz-calc(100% / 12 * 6);
}

.pull-6,
.pull-1-2 {
    left: -50%;
    left: calc(-100% / 12 * 6);
    left: -webkit-calc(-100% / 12 * 6);
    left: -moz-calc(-100% / 12 * 6);
}

.push-7 {
    left: 58.33333%;
    left: calc(100% / 12 * 7);
    left: -webkit-calc(100% / 12 * 7);
    left: -moz-calc(100% / 12 * 7);
}

.pull-7 {
    left: -58.33333%;
    left: calc(-100% / 12 * 7);
    left: -webkit-calc(-100% / 12 * 7);
    left: -moz-calc(-100% / 12 * 7);
}

.push-8 {
    left: 66.66666%;
    left: calc(100% / 12 * 8);
    left: -webkit-calc(100% / 12 * 8);
    left: -moz-calc(100% / 12 * 8);
}

.pull-8 {
    left: -66.66666%;
    left: calc(-100% / 12 * 8);
    left: -webkit-calc(-100% / 12 * 8);
    left: -moz-calc(-100% / 12 * 8);
}

.push-9,
.push-3-4 {
    left: 75%;
    left: calc(100% / 12 * 9);
    left: -webkit-calc(100% / 12 * 9);
    left: -moz-calc(100% / 12 * 9);
}

.pull-9,
.pull-3-4 {
    left: -75%;
    left: calc(-100% / 12 * 9);
    left: -webkit-calc(-100% / 12 * 9);
    left: -moz-calc(-100% / 12 * 9);
}

.push-10 {
    left: 83.33333%;
    left: calc(100% / 12 * 10);
    left: -webkit-calc(100% / 12 * 10);
    left: -moz-calc(100% / 12 * 10);
}

.pull-10 {
    left: -83.33333%;
    left: calc(-100% / 12 * 10);
    left: -webkit-calc(-100% / 12 * 10);
    left: -moz-calc(-100% / 12 * 10);
}

.push-11 {
    left: 91.66666%;
    left: calc(100% / 12 * 11);
    left: -webkit-calc(100% / 12 * 11);
    left: -moz-calc(100% / 12 * 11);
}

.pull-11 {
    left: -91.66666%;
    left: calc(-100% / 12 * 11);
    left: -webkit-calc(-100% / 12 * 11);
    left: -moz-calc(-100% / 12 * 11);
}

.row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.no-desktop {
    display: none;
}

.no-margin,
.no-style-heading {
    margin: 0;
}

.no-padding {
    padding: 0;
}

body {
    background-color: #f8f8f8;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    width: 1080px;
    margin: 0 auto;
}
/* HEADER */

.header {
    font-family: Arial;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding-top: 21px;
    position: relative;
    background-image: none !important;
}

.header:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

.header .top-bar {
    width: 100%;
    position: relative;
    padding-left: 30px;
    padding-right: 48px;
}

.header .top-bar:before {
    content: "";
    height: 1px;
    width: 92.75%;
    background-color: #ccc;
    position: absolute;
    top: 31px;
    left: 32px;
}

.header .top-bar .logo {
    color: #575757;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin-top: 4px;
}

.header .top-bar .logo .sm {
    display: block;
    font-size: 17px;
    font-weight: 700;
}

.header .top-bar .logo .lg {
    display: block;
    margin-bottom: 5px;
    font-size: 33px;
}

.header .top-bar .top-nav {
    float: right;
    display: inline-block;
    padding-left: 0;
    position: relative;
}

.header .top-bar .top-nav > li {
    display: inline-block;
    list-style: none;
    position: relative;
    padding-right: 16px;
    margin-right: 10px;
    margin-bottom: 0;
}

.header .top-bar .top-nav > li:after {
    content: "-";
    position: absolute;
    top: -1px;
    right: 0;
}

.header .top-bar .top-nav > li > a {
    text-decoration: none;
    font-size: 14px;
    color: #747474;
    display: block;
    height: 100%;
    text-transform: uppercase;
    /*margin-left: 10px;*/
}

.header .top-bar .top-nav > li:hover > a {
    color: #bc4b3f;
}

.header .top-bar .top-nav > li:hover ul.submenu {
    z-index: 2;
    opacity: 1;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    top: 31px;
    position: absolute;
}

.header .top-bar .top-nav > li ul.submenu {
    z-index: -1;
    width: 230px;
    display: block;
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    border: 1px solid #d1d1d1;
    -webkit-box-shadow: 3px 3px 1px -1px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 3px 3px 1px -1px rgba(0, 0, 0, 0.38);
    box-shadow: 3px 3px 1px -1px rgba(0, 0, 0, 0.38);
    padding-left: 0px;
    position: absolute;
    left: 0px;
    top: 26px;
    background-color: #fff;
    padding: 0px 10px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.header .top-bar .top-nav > li ul.submenu > li {
    list-style: none;
    width: 100%;
    float: none;
    margin-bottom: 0px;
}

.header .top-bar .top-nav > li ul.submenu > li > a {
    display: block;
    text-decoration: none;
    font-family: 'Arial';
    width: 100%;
    padding: 10px;
    color: #333;
    line-height: 25px;
    border-bottom: 1px solid #dedede;
}

.header .top-bar .top-nav > li ul.submenu > li > a:hover {
    color: #bc4b3f;
}

.header .top-bar .top-nav > li ul.submenu > li:last-child a {
    border-bottom: transparent;
}

.header .top-bar .top-nav > li ul.submenu:before {
    content: "";
    position: absolute;
    top: -10px;
    z-index: 2;
    left: 21px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
}

.header .top-bar .top-nav > li ul.submenu:after {
    content: "";
    position: absolute;
    top: -11px;
    z-index: 1;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 11px 11px;
    border-color: transparent transparent #C2C2C2 transparent;
}

.header .top-bar .search {
    display: inline-block;
    float: left;
    margin-top: 1px;
    margin-right: 10px;
}

.header .top-bar .search .seach-group {
    position: relative;
    margin-bottom: 0;
    color: #fff;
}

.header .top-bar .search input {
/*     float: left; */
    width: 190px;
    border: none;
    padding: 5px 23px 7px 10px;
    background-color: #FAFAFA;
    color: #b1b1b1;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-size: 12px;
    font-style: italic;
}

.header .top-bar .search input:focus {
    border-color: #717171;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header .top-bar .search input:focus + button i {
    color: #717171;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.header .top-bar .search button {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 39px;
    width: 30px;
    line-height: 32px;
    outline: none;
}

.header .top-bar .search button i {
    color: #bfbfbf;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: absolute;
    top: 5px;
    right: 11px;
}

.header .top-bar .top-right {
    float: right;
}

.header .top-bar .top-right .login {
    float: right;
    text-decoration: none;
    font-size: 14px;
    color: #747474;
    text-transform: uppercase;
    padding-right: 18px;
    /*margin-right: 12pox;*/
    position: relative;
}

.header .top-bar .top-right a.login {
    line-height: 18px;
}

.header .top-bar .top-right .login:after {
    content: "-";
    position: absolute;
    top: -1px;
    right: 0;
}

.header .top-bar .top-right .odhlasit:after {
    content: "-";
    position: absolute;
    top: -1px;
    right: 0;
}

.header .top-bar .top-right .login:hover {
    color: #bc4b3f;
}

.header .top-bar .top-right .signup {
    float: right;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #747474;
    padding-left: 15px;
    line-height: 18px;
}

.header .top-bar .top-right .odhlasit {
    background: none;
    border: none;
    /*	padding: 0;*/

    margin: 0;
    /*display: inline-block;*/

    /*padding-left:*/
}

.header .top-bar .top-right .signup:hover {
    color: #bc4b3f;
}

.header .top-bar .top-right .language {
    height: 27px;
    line-height: 51px;
    display: inline-block;
}

.header .top-bar .top-right .language a {
    float: left;
    display: block;
    padding-left: 6px;
    line-height: 39px;
}

.header .hlavni-nadpis {
    font-family: Arial;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 5px;
}

.header .primary-nav {
    display: inline-block;
    width: auto;
    padding-left: 0;
    text-align: center;
}

.header .primary-nav li {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
}

.header .primary-nav li a {}

.header .primary-nav li.active a {
    color: #6a6a6a;
}

.header .primary-nav li:after {
    content: "-";
    position: absolute;
    top: -2px;
    right: -8px;
}

.header .primary-nav li:first-child a {
    margin-left: 0;
}

.header .primary-nav li:last-child:after {
    display: none;
}

.header .primary-nav a {
    margin-left: 12px;
    padding: 0 5px;
    text-decoration: none;
    color: #C3C0C0;
    text-transform: uppercase;
}

.header .primary-nav a:hover {
    color: #000;
}
/* KATEGORIE */

.kategorie {
    /*height: 200px;*/

    width: 100%;
    font-family: Arial;
    /*//background-color: #f8f8f8;*/
}

.kategorie .kategorie-nav {
    padding-left: 10px;
    border-top: 1px solid #a19995;
    border-bottom: 1px solid #a19995;
    background-color: #F8F8F8;
    width: 100%;
    text-align: center;
}

.kategorie .kategorie-nav li {
    /*max-width: 120px;*/

    vertical-align: top;
    display: inline-block;
    text-align: left;
    line-height: 19px;
    margin-bottom: 0;
    opacity: 0.45;
    transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
    width: auto !important;
    padding: 0 14px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.kategorie .kategorie-nav li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    width: 2px;
    height: 16px;
    background-color: #ccc;
}

.kategorie .kategorie-nav li:after {
    content: "";
    position: absolute;
    top: 6px;
    right: -2px;
    width: 2px;
    height: 16px;
    background-color: #ccc;
}

.kategorie .kategorie-nav li a {
    display: inline-block;
    max-width: 100%;
    /*height: 100%;*/

    text-decoration: none;
    color: #000;
    font-size: 15px;
    line-height: 17px;
}

.kategorie .kategorie-nav li:hover {
    opacity: 1;
    transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
}

.kategorie .kategorie-nav li.active {
    opacity: 1;
    transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
}

.kategorie .kategorie-sub {
    height: auto;
}

.kategorie .kategorie-sub .row {
    height: 60px;
    padding: 0px;
    border-bottom: 1px solid #bdbdbd;
}

.kategorie .kategorie-sub .row a.item {
    text-shadow: 0px 0px 50px #ffffff;
    float: left;
    text-decoration: none;
    display: block;
    background-repeat: no-repeat;
    background-position: -80px -1px;
    width: 359px;
    height: 100%;
    padding: 20px 18px 0px 45px;
    text-align: right;
    color: #000;
    position: relative;
    font-size: 15px;
    line-height: 18px;
    border-right: 1px solid #d0d0d0;
}

.kategorie .kategorie-sub .row a.item:nth-child(3n) {
    border-right: none;
}

.kategorie .kategorie-sub .row a.item > div {
    margin-top: 10px;
}

.kategorie .kategorie-sub .row a.item:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.49);
    opacity: 1;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.kategorie .kategorie-sub .row a.item:hover:before,
.kategorie .kategorie-sub .row a.item.active:before {
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.kategorie .kategorie-sub .row a.item:after {
    display: none;
}

.kategorie .kategorie-sub .row a.item:last-of-type {
    padding: 17px 25px 0 45px;
}

.kategorie .kategorie-sub .row a.item:last-of-type:after {
    display: none;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
/* FOOTER */

footer {
    border-top: 1px solid #818181;
    background-color: #ebebeb;
    height: 70px;
    line-height: 40px;
    font-size: 14px;
    color: #5f5c5c;
    padding: 0 35px;
}

footer a {
    color: #000;
    text-decoration: none;
}

footer a:hover {
    color: #000;
    text-decoration: underline;
}

footer .left {
    float: left;
    margin-top: 15px;
}

footer .left span {}

footer .left .fb,
footer .left .twitter,
footer .left .gplus {
    display: inline;
    padding: 10px 0px 0px 10px;
    position: relative;
    top: 8px;
}

footer .right {
    float: right;
}

footer .right .logo {
    float: left;
    display: inline;
    padding: 5px 20px 0px 10px;
    position: relative;
    top: 8px;
    opacity: 0.5;
}
/* CONTENT */

.content {
    background-color: #fff;
    padding: 5px 35px 50px 35px;
    height: auto;
}

.content .produkt {
    /*height: 600px;*/
    min-height: 600px;
}

.content .produkt .produkt-thumb {
    float: left;
    height: 100%;
    width: 40%;
    margin-right: 25px;
}

.content .produkt .produkt-thumb img {
    max-width: 400px;
    max-height: 400px;
    height: auto;
    display: block;
    vertical-align: top;
}

.content .produkt .produkt-popis {
    float: left;
    width: 30%;
    padding-right: 5px;
    border-right: 1px solid #b8b8b8;
}

.content .produkt .produkt-popis p {
    color: #282828;
}

.content .produkt .produkt-pridat {
    float: left;
    width: 27%;
    padding-left: 25px;
}

.content .produkt .produkt-pridat > div {
    padding-bottom: 5px;
}

.content .produkt .produkt-pridat .pop-cena {
    display: inline-block;
    font-size: 15px;
	font-weight: bold;
    color: #282828;
    font-family: 'Arial';
}

.content .produkt .produkt-pridat .cena {
    /*margin-top: 1px;*/

    display: inline-block;
    font-family: 'Arial';
    color: #bc4b3f;
    font-size: 15px;
	font-weight: bold;
    padding-left: 5px;
}

.content .produkt .produkt-pridat .old-cena {
    float: right;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 50px;
    margin-top: 10px;
}

.content .produkt .produkt-pridat .old-cena b {
    font-family: 'Arial';
    color: #bc4b3f;
    text-decoration: line-through;
    font-family: 'Arial';
}

.content .produkt .produkt-pridat .pocet {
    display: inline-block;
    font-size: 15px;
	font-weight: bold;
    /*margin-bottom: 15px;*/
}

.content .produkt .produkt-pridat .spinner {
    float: right;
    width: 130px;
    height: 20px;
    position: relative;
}

.produkt-pridat .info-text {
    /*font-weight: bold;*/
	margin-top: 6px;
	font-size: 0.9em;
}

.content .produkt .produkt-pridat .spinner input {
    background-color: transparent;
    border: none;
    padding: 0px;
    height: 42px;
    width: 42px;
    position: relative;
    top: -7px;
    font-size: 22px;
    font-family: 'Arial';
}

.content .produkt .produkt-pridat .spinner .spinner-nav {
    position: absolute;
    margin-top: 0px;
    top: 0px;
    right: 0px;
    width: 70px;
}

.content .produkt .produkt-pridat .spinner .spinner-nav .btn-up,
.content .produkt .produkt-pridat .spinner .spinner-nav .btn-down {
    position: relative;
    float: left;
    width: 25px;
    height: 25px;
    border: 1px solid #c0c0c0;
    background-color: #fff;
}

.content .produkt .produkt-pridat .spinner .spinner-nav .btn-up:hover,
.content .produkt .produkt-pridat .spinner .spinner-nav .btn-down:hover {
    border: 1px solid #bc4b3f;
}

.content .produkt .produkt-pridat .spinner .spinner-nav .btn-up:hover:after,
.content .produkt .produkt-pridat .spinner .spinner-nav .btn-down:hover:after {
    color: #bc4b3f;
}

.content .produkt .produkt-pridat .spinner .spinner-nav .btn-up {
    cursor: pointer;
    margin-right: 5px;
}

.content .produkt .produkt-pridat .spinner .spinner-nav .btn-up:after {
    content: "\f067";
    font-family: 'FontAwesome';
    position: absolute;
    top: 1px;
    left: 5px;
    color: #c0c0c0;
    font-size: 17px;
}

.content .produkt .produkt-pridat .spinner .spinner-nav .btn-down {
    cursor: pointer;
}

.content .produkt .produkt-pridat .spinner .spinner-nav .btn-down:after {
    content: "\f068";
    position: absolute;
    font-family: 'FontAwesome';
    top: 1px;
    left: 5px;
    color: #c0c0c0;
    font-size: 17px;
}

.content .line-heading {
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    position: relative;
    margin-bottom: 50px;
    margin-top: 20px;
}

.content .line-heading span {
    padding-right: 15px;
    color: #0b0b0b;
    font-size: 28px;
    position: absolute;
    top: -20px;
    background-color: #fff;
}

.content .line-heading span img {
    padding-right: 15px;
}

.content .product-box {
    float: left;
    margin-right: 31px;
    margin-bottom: 25px;
    width: 315px;
    height: 135px;
    overflow: hidden;
    position: relative;
    color: #272727;
    background-color: #f4f3f3;
}

.content .product-box:nth-of-type(3n) {
    margin-right: 0px;
}

.content .product-box .thumb {
    text-align: center;
    height: 100%;
    font-size: 0px;
    float: left;
    margin-right: 18px;
    width: 100px;
    overflow: hidden;
}

.content .product-box .thumb img {
    display: inline-block;
    max-height: 135px;
    max-width: 100%;
    vertical-align: middle;
}

.content .product-box .popis {
    /*background-color: #fff;*/

    padding: 10px 10px 10px 0;
    font-family: 'Arial';
    color: #272727;
    line-height: 19px;
}

.content .product-box .popis a {
    color: #272727;
}

.content .product-box .popis span {
    font-size: 14px;
}

.content .product-box .popis span b {
    color: #ab9528;
}

.content .product-box .popis span.parametr {
    font-size: 13px;
    font-weight: 400;
}

.content .product-box .popis span.hodnota {
    font-size: 13px;
    font-weight: 400;
}

.content .product-box .popis span.staraCena {
    font-size: 13px;
    color: #526a79;
}

.content .product-box .popis span.staraCena .pricea {}

.content .product-box .popis span.staraCena .pprice {}

.content .product-box .popis span.novaCena .pricea {
    font-size: 14px;
}

.content .product-box .popis span.novaCena .pprice {
    font-size: 13px;
}

.content .product-box .popis span.novaCena {
    line-height: 17px;
    font-size: 13px;
}

.content .product-box .popis span.novaCena .pricea {
    font-weight: 600;
}

.content .product-box .popis h5 {
    text-decoration: none;
    color: #272727;
    font-size: 14px;
    margin-bottom: 0px;
    text-transform: uppercase;
    height: 38px;
}

.content .product-box .popis h5:hover {
    color: #bc4b3f;
}

.content .product-box a.show {
    position: absolute;
    bottom: 0px;
    text-decoration: none;
    display: inline-block;
    background-color: #eeefef;
    color: #6d8284;
    font-size: 20px;
    text-align: center;
    width: 150px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 45px;
    line-height: 45px;
}

.content .product-box a.show:hover {
    background-color: #b8b8b8;
    color: #fff;
}

@media only screen and (min-width: 1px) and (max-width: 1169px) {
    .container,
    .tablet-container {
        max-width: 1170px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .container:first-child,
    .tablet-container:first-child {
        margin-left: auto;
    }
    .tablet-container-full {
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .tablet-container-full:first-child {
        margin-left: auto;
    }
    .tablet-no-gutter {
        padding-left: 0;
        padding-right: 0;
    }
    .tablet-col-1 {
        width: 8.33333%;
        width: calc(100% / 12 * 1);
        width: -webkit-calc(100% / 12 * 1);
        width: -moz-calc(100% / 12 * 1);
    }
    .tablet-col-2 {
        width: 16.66667%;
        width: calc(100% / 12 * 2);
        width: -webkit-calc(100% / 12 * 2);
        width: -moz-calc(100% / 12 * 2);
    }
    .tablet-col-3,
    .tablet-col-1-4 {
        width: 25%;
        width: calc(100% / 12 * 3);
        width: -webkit-calc(100% / 12 * 3);
        width: -moz-calc(100% / 12 * 3);
    }
    .tablet-col-4,
    .tablet-col-1-3 {
        width: 33.33333%;
        width: calc(100% / 12 * 4);
        width: -webkit-calc(100% / 12 * 4);
        width: -moz-calc(100% / 12 * 4);
    }
    .tablet-col-5 {
        width: 41.66665%;
        width: calc(100% / 12 * 5);
        width: -webkit-calc(100% / 12 * 5);
        width: -moz-calc(100% / 12 * 5);
    }
    .tablet-col-6,
    .tablet-col-1-2 {
        width: 50%;
        width: calc(100% / 12 * 6);
        width: -webkit-calc(100% / 12 * 6);
        width: -moz-calc(100% / 12 * 6);
    }
    .tablet-col-7 {
        width: 58.33333%;
        width: calc(100% / 12 * 7);
        width: -webkit-calc(100% / 12 * 7);
        width: -moz-calc(100% / 12 * 7);
    }
    .tablet-col-8 {
        width: 66.66666%;
        width: calc(100% / 12 * 8);
        width: -webkit-calc(100% / 12 * 8);
        width: -moz-calc(100% / 12 * 8);
    }
    .tablet-col-9,
    .tablet-col-3-4 {
        width: 75%;
        width: calc(100% / 12 * 9);
        width: -webkit-calc(100% / 12 * 9);
        width: -moz-calc(100% / 12 * 9);
    }
    .tablet-col-10 {
        width: 83.33333%;
        width: calc(100% / 12 * 10);
        width: -webkit-calc(100% / 12 * 10);
        width: -moz-calc(100% / 12 * 10);
    }
    .tablet-col-11 {
        width: 91.66666%;
        width: calc(100% / 12 * 11);
        width: -webkit-calc(100% / 12 * 11);
        width: -moz-calc(100% / 12 * 11);
    }
    .tablet-col-12 {
        width: 100%;
    }
    .tablet-push-1 {
        left: 8.33333%;
        left: calc(100% / 12 * 1);
        left: -webkit-calc(100% / 12 * 1);
        left: -moz-calc(100% / 12 * 1);
    }
    .tablet-pull-1 {
        left: -8.33333%;
        left: calc(-100% / 12 * 1);
        left: -webkit-calc(-100% / 12 * 1);
        left: -moz-calc(-100% / 12 * 1);
    }
    .tablet-push-2 {
        left: 16.66667%;
        left: calc(100% / 12 * 2);
        left: -webkit-calc(100% / 12 * 2);
        left: -moz-calc(100% / 12 * 2);
    }
    .tablet-pull-2 {
        left: -16.66667%;
        left: calc(-100% / 12 * 2);
        left: -webkit-calc(-100% / 12 * 2);
        left: -moz-calc(-100% / 12 * 2);
    }
    .tablet-push-3,
    .tablet-push-1-4 {
        left: 25%;
        left: calc(100% / 12 * 3);
        left: -webkit-calc(100% / 12 * 3);
        left: -moz-calc(100% / 12 * 3);
    }
    .tablet-pull-3,
    .tablet-pull-1-4 {
        left: -25%;
        left: calc(-100% / 12 * 3);
        left: -webkit-calc(-100% / 12 * 3);
        left: -moz-calc(-100% / 12 * 3);
    }
    .tablet-push-4,
    .tablet-push-1-3 {
        left: 33.33333%;
        left: calc(100% / 12 * 4);
        left: -webkit-calc(100% / 12 * 4);
        left: -moz-calc(100% / 12 * 4);
    }
    .tablet-pull-4,
    .tablet-pull-1-3 {
        left: -33.33333%;
        left: calc(-100% / 12 * 4);
        left: -webkit-calc(-100% / 12 * 4);
        left: -moz-calc(-100% / 12 * 4);
    }
    .tablet-push-5 {
        left: 41.66665%;
        left: calc(100% / 12 * 5);
        left: -webkit-calc(100% / 12 * 5);
        left: -moz-calc(100% / 12 * 5);
    }
    .tablet-pull-5 {
        left: -41.66665%;
        left: calc(-100% / 12 * 5);
        left: -webkit-calc(-100% / 12 * 5);
        left: -moz-calc(-100% / 12 * 5);
    }
    .tablet-push-6,
    .tablet-push-1-2 {
        left: 50%;
        left: calc(100% / 12 * 6);
        left: -webkit-calc(100% / 12 * 6);
        left: -moz-calc(100% / 12 * 6);
    }
    .tablet-pull-6,
    .tablet-pull-1-2 {
        left: -50%;
        left: calc(-100% / 12 * 6);
        left: -webkit-calc(-100% / 12 * 6);
        left: -moz-calc(-100% / 12 * 6);
    }
    .tablet-push-7 {
        left: 58.33333%;
        left: calc(100% / 12 * 7);
        left: -webkit-calc(100% / 12 * 7);
        left: -moz-calc(100% / 12 * 7);
    }
    .tablet-pull-7 {
        left: -58.33333%;
        left: calc(-100% / 12 * 7);
        left: -webkit-calc(-100% / 12 * 7);
        left: -moz-calc(-100% / 12 * 7);
    }
    .tablet-push-8 {
        left: 66.66666%;
        left: calc(100% / 12 * 8);
        left: -webkit-calc(100% / 12 * 8);
        left: -moz-calc(100% / 12 * 8);
    }
    .tablet-pull-8 {
        left: -66.66666%;
        left: calc(-100% / 12 * 8);
        left: -webkit-calc(-100% / 12 * 8);
        left: -moz-calc(-100% / 12 * 8);
    }
    .tablet-push-9,
    .tablet-push-3-4 {
        left: 75%;
        left: calc(100% / 12 * 9);
        left: -webkit-calc(100% / 12 * 9);
        left: -moz-calc(100% / 12 * 9);
    }
    .tablet-pull-9,
    .tablet-pull-3-4 {
        left: -75%;
        left: calc(-100% / 12 * 9);
        left: -webkit-calc(-100% / 12 * 9);
        left: -moz-calc(-100% / 12 * 9);
    }
    .tablet-push-10 {
        left: 83.33333%;
        left: calc(100% / 12 * 10);
        left: -webkit-calc(100% / 12 * 10);
        left: -moz-calc(100% / 12 * 10);
    }
    .tablet-pull-10 {
        left: -83.33333%;
        left: calc(-100% / 12 * 10);
        left: -webkit-calc(-100% / 12 * 10);
        left: -moz-calc(-100% / 12 * 10);
    }
    .tablet-push-11 {
        left: 91.66666%;
        left: calc(100% / 12 * 11);
        left: -webkit-calc(100% / 12 * 11);
        left: -moz-calc(100% / 12 * 11);
    }
    .tablet-pull-11 {
        left: -91.66666%;
        left: calc(-100% / 12 * 11);
        left: -webkit-calc(-100% / 12 * 11);
        left: -moz-calc(-100% / 12 * 11);
    }
    .tablet-no-push,
    .tablet-no-pull {
        left: auto;
    }
    .tablet-row {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .tablet-full {
        left: auto;
        clear: both;
        float: none;
        width: 100%;
        margin: 1em 0 0 0;
        display: block;
    }
    .tablet-full:first-child {
        margin-top: 0;
    }
    .tablet-text-left {
        text-align: left;
    }
    .tablet-text-right {
        text-align: right;
    }
    .tablet-text-center {
        text-align: center;
    }
    .tablet-left {
        float: left;
    }
    .tablet-right {
        float: right;
    }
    .tablet-no-float {
        float: none;
    }
    .tablet-no-margin {
        margin: 0;
    }
    .tablet-no-padding {
        padding: 0;
    }
    .no-tablet {
        display: none;
    }
    .show-tablet {
        display: block;
    }
}

@media only screen and (max-width: 1189px) {
    .container,
    .mobile-container {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .container:first-child,
    .mobile-container:first-child {
        margin-left: auto;
    }
    .mobile-container-full {
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .mobile-container-full:first-child {
        margin-left: auto;
    }
    .mobile-no-gutter {
        padding-left: 0;
        padding-right: 0;
    }
    .mobile-col-1-2 {
        width: 50%;
        width: calc(100% / 12 * 6);
        width: -webkit-calc(100% / 12 * 6);
        width: -moz-calc(100% / 12 * 6);
    }
    .mobile-col-1-3 {
        width: 33.33333%;
        width: calc(100% / 12 * 4);
        width: -webkit-calc(100% / 12 * 4);
        width: -moz-calc(100% / 12 * 4);
    }
    .mobile-col-1-4 {
        width: 25%;
        width: calc(100% / 12 * 3);
        width: -webkit-calc(100% / 12 * 3);
        width: -moz-calc(100% / 12 * 3);
    }
    .mobile-col-3-4 {
        width: 75%;
        width: calc(100% / 12 * 9);
        width: -webkit-calc(100% / 12 * 9);
        width: -moz-calc(100% / 12 * 9);
    }
    .mobile-push-1-2 {
        left: 50%;
        left: calc(100% / 12 * 6);
        left: -webkit-calc(100% / 12 * 6);
        left: -moz-calc(100% / 12 * 6);
    }
    .mobile-pull-1-2 {
        left: -50%;
        left: calc(-100% / 12 * 6);
        left: -webkit-calc(-100% / 12 * 6);
        left: -moz-calc(-100% / 12 * 6);
    }
    .mobile-push-1-3 {
        left: 25%;
        left: calc(100% / 12 * 3);
        left: -webkit-calc(100% / 12 * 3);
        left: -moz-calc(100% / 12 * 3);
    }
    .mobile-pull-1-3 {
        left: -25%;
        left: calc(-100% / 12 * 3);
        left: -webkit-calc(-100% / 12 * 3);
        left: -moz-calc(-100% / 12 * 3);
    }
    .mobile-push-1-4 {
        left: 33.33333%;
        left: calc(100% / 12 * 4);
        left: -webkit-calc(100% / 12 * 4);
        left: -moz-calc(100% / 12 * 4);
    }
    .mobile-pull-1-4 {
        left: -33.33333%;
        left: calc(-100% / 12 * 4);
        left: -webkit-calc(-100% / 12 * 4);
        left: -moz-calc(-100% / 12 * 4);
    }
    .mobile-push-3-4 {
        left: 75%;
        left: calc(100% / 12 * 9);
        left: -webkit-calc(100% / 12 * 9);
        left: -moz-calc(100% / 12 * 9);
    }
    .mobile-pull-3-4 {
        left: -75%;
        left: calc(-100% / 12 * 9);
        left: -webkit-calc(-100% / 12 * 9);
        left: -moz-calc(-100% / 12 * 9);
    }
    .mobile-no-push,
    .mobile-no-pull {
        left: auto;
    }
    .mobile-row {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .mobile-full {
        left: auto;
        clear: both;
        float: none;
        width: 100%;
        margin: 0.2em 0 0 0;
        display: block;
    }
    .mobile-full:first-child {
        margin-top: 0;
    }
    .mobile-text-left {
        text-align: left;
    }
    .mobile-text-right {
        text-align: right;
    }
    .mobile-text-center {
        text-align: center;
    }
    .mobile-left {
        float: left;
    }
    .mobile-right {
        float: right;
    }
    .mobile-no-float {
        float: none;
    }
    .mobile-no-margin {
        margin: 0;
    }
    .mobile-no-padding {
        padding: 0;
    }
    .no-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
}

@media print {
    * {
        background: transparent;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100%;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

body {
    font-family: 'Arial';
    font-size: 15px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.4666666666666666rem;
    color: #272727;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.color-primary {
    background-color: #bc4b3f;
}

.color-secondary {
    background-color: #ebebeb;
}

.color-basic {
    background-color: #272727;
}

.color-success {
    background-color: #5cb85c;
}

.color-info {
    background-color: #5bc0de;
}

.color-warning {
    background-color: #f0ad4e;
}

.color-danger {
    background-color: #d9534f;
}

.clear:before,
.clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

i,
em,
.em,
dfn {
    font-style: italic;
}

a {
    color: #bc4b3f;
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

a:hover {
    text-decoration: none;
    color: #cb6d63;
    -webkit-transition: all ease-out 300ms;
    -moz-transition: all ease-out 300ms;
    -o-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

p {
    margin: 0 0 1.6em 0;
}

pre {
    margin: 1em 0;
}

ul + p,
ul + pre,
ol + p,
ol + pre {
    margin-top: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

mark {
    background: #ff0;
    color: #111;
}

audio:not([controls]) {
    height: 0;
}

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;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    border: 0;
    outline: 0;
    background-color: #d9d9d9;
    margin: 2em 0 3em 0;
    *margin: 1em 0;
    height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-weight: 600;
    margin: 0 0 1em 0;
}

h1,
.h1 {
    font-size: 30px;
    font-size: 1.6rem;
    /*font-family: 'cooper-hewittlight';*/
}

h2,
.h2 {
    font-size: 26px;
    font-size: 1.3rem;
    margin: 0 0 .5em 0;
}

h3,
.h3 {
    font-size: 20px;
    font-size: 1.0rem;
    margin: 0 0 .5em 0;
}

h4,
.h4 {
    font-size: 25px;
    font-size: 1.6666666666666667rem;
    margin: 0 0 .5em 0;
}

h5,
.h5 {
    font-size: 20px;
    font-size: 1.3333333333333333rem;
    margin: 0 0 .5em 0;
}

h6,
.h6 {
    font-size: 18px;
    font-size: 1.2rem;
    margin: 0 0 .5em 0;
}

.no-style-heading {
    font-size: 100%;
}

ul {
    list-style: disc outside;
    margin: 0;
}

ol {
    list-style: decimal;
    padding-left: 20px;
    margin: 0;
}

ul li i {
    padding: 0;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

li {
    line-height: 1.125em;
    margin-bottom: 12px;
}

ul.large li {
    line-height: 1.563em;
}

li p {
    line-height: 1.563em;
}

ul.icon {
    list-style-type: none;
    padding: 0;
    margin-bottom: 35px;
}

ul.icon li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #bc4b3f;
    margin-right: 15px;
    font-size: 1.25em;
}

ul.image {
    list-style-type: none;
    padding: 0;
    margin-left: 15px;
}

ul.image li:before {
    content: "";
    display: block;
    top: -2px;
    position: relative;
    float: left;
    background: url("../assets/ico/list-image.png") no-repeat 0 0;
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

ol {
    counter-reset: my-counter;
    list-style-type: none;
}

ol ol {
    margin-left: 0.5em;
}

ol li {
    counter-increment: my-counter;
    line-height: 1.8;
}

ol li:before {
    content: counters(my-counter, ".") ".";
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 3px;
}
/* Validate icon */

.form-corner {
    position: relative;
    width: 100%;
    display: inline-block;
}

.form-corner i.icon.fa-asterisk {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 1em;
    height: 1em;
    font-size: 10px;
    color: #333;
}

.form-icon {
    position: relative;
    display: inline-block;
}

.form-icon i {
    color: rgba(91, 91, 91, 0.7);
    cursor: default;
    position: absolute;
    text-align: center;
    top: 0;
    margin: 0;
    height: 100%;
    width: 2.82142em;
    opacity: .5;
    border-radius: 0 .2857rem .2857rem 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.form-icon i:before {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    margin-top: -0.5em;
}

.form-icon input[type="text"]:focus + i {
    color: #5b5b5b;
}

.form-icon.form-right input[type="text"] {
    padding: .67861em 2.50em 0.67861em 1em;
}

.form-icon.form-right i {
    right: 0;
}

.form-icon.form-left input[type="text"] {
    padding: .67861em 1em 0.67861em 2.50em;
}

.form-icon.form-left i {
    left: 0;
}

form {
    margin: 0 0 20px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

form .form-element {
    margin-bottom: 15px;
}

label,
input,
select,
textarea {
    font-size: inherit;
}

label {
    font-family: 'Arial';
    display: block;
    margin: 0px 0 10px 0;
    font-size: 14px;
    /*text-transform: uppercase;*/

    font-weight: 400;
    color: #252b36;
}

label .required {
    color: #d9534f;
}

label.checkbox,
label.radio {
    font-weight: normal;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"] {
    margin: 0;
    outline: 0;
    text-align: left;
    line-height: 1.2142em;
    display: inline-block;
    box-shadow: none;
    width: 100%;
    padding: 0.67861em 1em;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    font-size: 14px;
    /*//font-size: 0.9333333333333333rem;*/
    font-family: "Helvetica Neue", Helvetica, Arial;
    color: #5b5b5b;
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
    -webkit-border-radius: 0.2857rem;
    -moz-border-radius: 0.2857rem;
    border-radius: 0.2857rem;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder {
    color: #d0d0d0;
}

select:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder {
    color: #d0d0d0;
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder {
    color: #d0d0d0;
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder {
    color: #d0d0d0;
}

select.err,
textarea.err,
input[type="text"].err,
input[type="password"].err,
input[type="email"].err,
input[type="url"].err,
input[type="search"].err {
    background-color: #fff0f0;
    border-color: #dbb1b1;
    color: #d95c5c;
    box-shadow: none;
}

select.err + .fa-asterisk,
textarea.err + .fa-asterisk,
input[type="text"].err + .fa-asterisk,
input[type="password"].err + .fa-asterisk,
input[type="email"].err + .fa-asterisk,
input[type="url"].err + .fa-asterisk,
input[type="search"].err + .fa-asterisk {
    color: #d9534f;
}

select.err:focus,
textarea.err:focus,
input[type="text"].err:focus,
input[type="password"].err:focus,
input[type="email"].err:focus,
input[type="url"].err:focus,
input[type="search"].err:focus {
    background-color: #fff0f0;
    border-color: #dbb1b1;
    color: #d95c5c;
    box-shadow: none;
}

select.err input[type="text"]:focus::-webkit-input-placeholder,
textarea.err input[type="text"]:focus::-webkit-input-placeholder,
input[type="text"].err input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"].err input[type="text"]:focus::-webkit-input-placeholder,
input[type="email"].err input[type="text"]:focus::-webkit-input-placeholder,
input[type="url"].err input[type="text"]:focus::-webkit-input-placeholder,
input[type="search"].err input[type="text"]:focus::-webkit-input-placeholder {
    color: #d95c5c;
}

select.err input[type="text"]:focus:-moz-placeholder,
textarea.err input[type="text"]:focus:-moz-placeholder,
input[type="text"].err input[type="text"]:focus:-moz-placeholder,
input[type="password"].err input[type="text"]:focus:-moz-placeholder,
input[type="email"].err input[type="text"]:focus:-moz-placeholder,
input[type="url"].err input[type="text"]:focus:-moz-placeholder,
input[type="search"].err input[type="text"]:focus:-moz-placeholder {
    /* Firefox 18- */

    color: #d95c5c;
}

select.err input[type="text"]:focus::-moz-placeholder,
textarea.err input[type="text"]:focus::-moz-placeholder,
input[type="text"].err input[type="text"]:focus::-moz-placeholder,
input[type="password"].err input[type="text"]:focus::-moz-placeholder,
input[type="email"].err input[type="text"]:focus::-moz-placeholder,
input[type="url"].err input[type="text"]:focus::-moz-placeholder,
input[type="search"].err input[type="text"]:focus::-moz-placeholder {
    /* Firefox 19+ */

    color: #d95c5c;
}

select.err input[type="text"]:focus:-ms-input-placeholder,
textarea.err input[type="text"]:focus:-ms-input-placeholder,
input[type="text"].err input[type="text"]:focus:-ms-input-placeholder,
input[type="password"].err input[type="text"]:focus:-ms-input-placeholder,
input[type="email"].err input[type="text"]:focus:-ms-input-placeholder,
input[type="url"].err input[type="text"]:focus:-ms-input-placeholder,
input[type="search"].err input[type="text"]:focus:-ms-input-placeholder {
    color: #d95c5c;
}

select.err textarea:focus::-webkit-input-placeholder,
textarea.err textarea:focus::-webkit-input-placeholder,
input[type="text"].err textarea:focus::-webkit-input-placeholder,
input[type="password"].err textarea:focus::-webkit-input-placeholder,
input[type="email"].err textarea:focus::-webkit-input-placeholder,
input[type="url"].err textarea:focus::-webkit-input-placeholder,
input[type="search"].err textarea:focus::-webkit-input-placeholder {
    color: #d95c5c;
}

select.err textarea:focus:-moz-placeholder,
textarea.err textarea:focus:-moz-placeholder,
input[type="text"].err textarea:focus:-moz-placeholder,
input[type="password"].err textarea:focus:-moz-placeholder,
input[type="email"].err textarea:focus:-moz-placeholder,
input[type="url"].err textarea:focus:-moz-placeholder,
input[type="search"].err textarea:focus:-moz-placeholder {
    /* Firefox 18- */

    color: #d95c5c;
}

select.err textarea:focus::-moz-placeholder,
textarea.err textarea:focus::-moz-placeholder,
input[type="text"].err textarea:focus::-moz-placeholder,
input[type="password"].err textarea:focus::-moz-placeholder,
input[type="email"].err textarea:focus::-moz-placeholder,
input[type="url"].err textarea:focus::-moz-placeholder,
input[type="search"].err textarea:focus::-moz-placeholder {
    /* Firefox 19+ */

    color: #d95c5c;
}

select.err textarea:focus:-ms-input-placeholder,
textarea.err textarea:focus:-ms-input-placeholder,
input[type="text"].err textarea:focus:-ms-input-placeholder,
input[type="password"].err textarea:focus:-ms-input-placeholder,
input[type="email"].err textarea:focus:-ms-input-placeholder,
input[type="url"].err textarea:focus:-ms-input-placeholder,
input[type="search"].err textarea:focus:-ms-input-placeholder {
    color: #d95c5c;
}

textarea {
    height: auto;
    resize: vertical;
}

textarea[data-autoresize] {
    resize: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus {
    outline: 0;
    background-color: #fbfbfb;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

input[type="text"]:focus::-webkit-input-placeholder {
    color: #d0d0d0;
}

input[type="text"]:focus:-moz-placeholder {
    /* Firefox 18- */

    color: #d0d0d0;
}

input[type="text"]:focus::-moz-placeholder {
    /* Firefox 19+ */

    color: #d0d0d0;
}

input[type="text"]:focus:-ms-input-placeholder {
    color: #d0d0d0;
}

textarea:focus::-webkit-input-placeholder {
    color: #d0d0d0;
}

textarea:focus:-moz-placeholder {
    /* Firefox 18- */

    color: #d0d0d0;
}

textarea:focus::-moz-placeholder {
    /* Firefox 19+ */

    color: #d0d0d0;
}

textarea:focus:-ms-input-placeholder {
    color: #d0d0d0;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 10px;
    margin-top: 1px \9;
    /* IE8-9 */

    line-height: normal;
    cursor: pointer;
}

input[type="file"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

select,
input[type="file"] {
    min-height: 20px;
    line-height: 1.1em;
}

select {
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 0;
    outline: 0px auto #bc4b3f;
    outline-offset: 0px;
}

.radio.inline,
.checkbox.inline {
    height: auto;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

input[type="submit"].btn,
input[type="button"].btn,
button.btn,
a.btn {
    /*//font-size: 18px;*/
    font-size: 0.9rem;
    border-width: 0px;
    border-style: solid;
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    vertical-align: baseline;
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 .25em 0 0;
    padding: 0.88571em 1.95em;
    text-transform: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 1;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    background-image: none;
    border-radius: .2857rem;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(39, 41, 43, 0.15) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity 0.5s ease, background-color 0.5s ease, color 0.5s ease, box-shadow 0.5s ease, background 0.5s ease;
    transition: opacity 0.5s ease, background-color 0.5s ease, color 0.5s ease, box-shadow 0.5s ease, background 0.5s ease;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    background-color: #e6e6e6;
    color: #535353;
    border-color: #cdcdcd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

input[type="submit"].btn.btn-block,
input[type="button"].btn.btn-block,
button.btn.btn-block,
a.btn.btn-block {
    display: block;
    width: 100%;
}

input[type="submit"].btn.btn-image-icon,
input[type="button"].btn.btn-image-icon,
button.btn.btn-image-icon,
a.btn.btn-image-icon {
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: 20px center;
}

input[type="submit"].btn.btn-image-icon-kosik,
input[type="button"].btn.btn-image-icon-kosik,
button.btn.btn-image-icon-kosik,
a.btn.btn-image-icon-kosik {
    background-image: url('../assets/ico/kosik.png');
}

input[type="submit"].btn .fa,
input[type="button"].btn .fa,
button.btn .fa,
a.btn .fa {
    margin-right: 10px;
}

input[type="submit"].btn:hover,
input[type="button"].btn:hover,
button.btn:hover,
a.btn:hover,
input[type="submit"].btn:focus,
input[type="button"].btn:focus,
button.btn:focus,
a.btn:focus {
    color: #535353;
    background-color: #f3f3f3;
    border-color: #d9d9d9;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

input[type="submit"].btn.btn-primary,
input[type="button"].btn.btn-primary,
button.btn.btn-primary,
a.btn.btn-primary {
    background-color: #bc4b3f;
    color: #ffffff;
    border-color: #702d25;
}

input[type="submit"].btn.btn-primary:hover,
input[type="button"].btn.btn-primary:hover,
button.btn.btn-primary:hover,
a.btn.btn-primary:hover,
input[type="submit"].btn.btn-primary:focus,
input[type="button"].btn.btn-primary:focus,
button.btn.btn-primary:focus,
a.btn.btn-primary:focus {
    color: #ffffff;
    background-color: #c45b50;
    border-color: #83342c;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

input[type="submit"].btn.btn-secondary,
input[type="button"].btn.btn-secondary,
button.btn.btn-secondary,
a.btn.btn-secondary {
    background-color: #C2C2C2;
    color: #ffffff;
    border-color: #b8b8b8;
}

input[type="submit"].btn.btn-secondary:hover,
input[type="button"].btn.btn-secondary:hover,
button.btn.btn-secondary:hover,
a.btn.btn-secondary:hover,
input[type="submit"].btn.btn-secondary:focus,
input[type="button"].btn.btn-secondary:focus,
button.btn.btn-secondary:focus,
a.btn.btn-secondary:focus {
    color: #ffffff;
    background-color: #f8f8f8;
    border-color: #c5c5c5;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

input[type="submit"].btn.btn-transparent,
input[type="button"].btn.btn-transparent,
button.btn.btn-transparent,
a.btn.btn-transparent {
    position: relative;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    text-shadow: 0px 0px 5px rgba(24, 86, 133, 0.85);
    font-weight: 700;
    display: inline-block;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 0.92em 1.75em;
    float: right;
}

input[type="submit"].btn.btn-small,
input[type="button"].btn.btn-small,
button.btn.btn-small,
a.btn.btn-small {
    padding: 8px 16px;
    font-size: 14.4px;
    font-size: 0.9600000000000001rem;
}

input[type="submit"].btn.btn-small:after,
input[type="button"].btn.btn-small:after,
button.btn.btn-small:after,
a.btn.btn-small:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent #fff transparent transparent;
    line-height: 0px;
    _border-color: #000000 #fff #000000 #000000;
    /*_filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000');*/
}

input[type="submit"].btn.btn-large,
input[type="button"].btn.btn-large,
button.btn.btn-large,
a.btn.btn-large {
    padding: 16px 30px;
    font-size: 24px;
    font-size: 1.6rem;
}

input[type="submit"].btn.btn-icon,
input[type="button"].btn.btn-icon,
button.btn.btn-icon,
a.btn.btn-icon {
    padding: .78571em;
}

input[type="submit"].btn.btn-icon .fa,
input[type="button"].btn.btn-icon .fa,
button.btn.btn-icon .fa,
a.btn.btn-icon .fa {
    margin-right: 0px;
    width: 15px;
    height: 15px;
}

input[type="submit"].btn.btn-icon-arrow,
input[type="button"].btn.btn-icon-arrow,
button.btn.btn-icon-arrow,
a.btn.btn-icon-arrow {
    position: relative;
    padding-left: 50px;
}

input[type="submit"].btn.btn-icon-arrow i.fa,
input[type="button"].btn.btn-icon-arrow i.fa,
button.btn.btn-icon-arrow i.fa,
a.btn.btn-icon-arrow i.fa {
    font-size: 30px;
    position: absolute;
    top: 10px;
    left: 22px;
}

input[type="submit"].btn.btn-radius-full,
input[type="button"].btn.btn-radius-full,
button.btn.btn-radius-full,
a.btn.btn-radius-full {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

input[type="submit"].btn.btn-radius-half,
input[type="button"].btn.btn-radius-half,
button.btn.btn-radius-half,
a.btn.btn-radius-half {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

input[type="submit"].btn.btn-facebook,
input[type="button"].btn.btn-facebook,
button.btn.btn-facebook,
a.btn.btn-facebook {
    background-color: #3b579d;
    color: #fff;
    box-shadow: 0 0 rgba(39, 41, 43, 0.15) inset;
    border: none;
}

input[type="submit"].btn.btn-facebook:hover,
input[type="button"].btn.btn-facebook:hover,
button.btn.btn-facebook:hover,
a.btn.btn-facebook:hover {
    background-color: #4e6ebd;
}

input[type="submit"].btn.btn-gplus,
input[type="button"].btn.btn-gplus,
button.btn.btn-gplus,
a.btn.btn-gplus {
    background-color: #d34836;
    color: #fff;
    box-shadow: 0 0 rgba(39, 41, 43, 0.15) inset;
    border: none;
}

input[type="submit"].btn.btn-gplus:hover,
input[type="button"].btn.btn-gplus:hover,
button.btn.btn-gplus:hover,
a.btn.btn-gplus:hover {
    background-color: #dc6e60;
}

input[type="submit"].btn.btn-twitter,
input[type="button"].btn.btn-twitter,
button.btn.btn-twitter,
a.btn.btn-twitter {
    background-color: #4092cc;
    color: #fff;
    box-shadow: 0 0 rgba(39, 41, 43, 0.15) inset;
    border: none;
}

input[type="submit"].btn.btn-twitter:hover,
input[type="button"].btn.btn-twitter:hover,
button.btn.btn-twitter:hover,
a.btn.btn-twitter:hover {
    background-color: #68a9d7;
}

.btn-success {
    background-color: #2D7025;
    color: #ffffff;
    border-color: #2D7025;
}

.regular-radio {
    display: none;
}

.radio .regular-radio + label {
    margin-right: 15px;
    display: inline-block;
    margin-top: 3px;
}

.regular-radio + label {
    -webkit-appearance: none;
    border-width: 1px;
    border-color: #c1c1c1;
    border-style: solid;
    padding: 8px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    float: left;
}

.regular-radio:checked + label:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 2px;
    text-shadow: 0px;
    left: 2px;
    background-color: #bc4b3f;
}

.regular-radio:checked + label {
    color: #99a1a7;
    border-width: 1px;
    border-color: #bc4b3f;
    border-style: solid;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.regular-radio + label:active,
.regular-radio:checked + label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.big-radio + label {
    padding: 16px;
}

.big-radio:checked + label:after {
    width: 24px;
    height: 24px;
    left: 4px;
    top: 4px;
}

.regular-checkbox {
    display: none;
    float: left;
}

.regular-checkbox + label {
    background-color: #fafafa;
    border: 4px solid #fefefe;
    padding: 6px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    float: left;
    margin-top: -2px;
}

.regular-checkbox:checked + label {
    border: 4px solid #bc4b3f;
    color: #99a1a7;
}

.regular-checkbox:checked + label:after {
    font-size: 14px;
    position: absolute;
    top: -3px;
    left: 1px;
    color: #99a1a7;
}

.big-checkbox + label {
    padding: 18px;
}

.big-checkbox:checked + label:after {
    font-size: 28px;
    left: 6px;
}

.tag {
    font-family: Arial, sans-serif;
    width: 200px;
    position: relative;
    top: 5px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
}

.radio-1 {
    width: 193px;
}

.button-holder {
    float: left;
}
/* CHECKBOX */

.regular-checkbox {
    display: none;
}

.regular-checkbox + label {
    border-width: 1px;
    border-color: #c1c1c1;
    border-style: solid;
    padding: 8px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    float: left;
    margin-top: 2px;
}

.regular-checkbox + label:active,
.regular-checkbox:checked + label:active {
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
}

.regular-checkbox:checked + label {
    border-color: #bc4b3f;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
}

.regular-checkbox:checked + label:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    position: absolute;
    top: -3px;
    left: 1px;
    color: #bc4b3f;
    font-weight: 300;
    writing-mode: lr-tb;
    cursor: pointer;
}

div.fancy-select {
    position: relative;
    font-size: 1em;
    color: #5b5b5b;
}

div.fancy-select.disabled {
    opacity: 0.8;
}

div.fancy-select div.trigger {
    -webkit-border-radius: 0.2857rem;
    -moz-border-radius: 0.2857rem;
    border-radius: 0.2857rem;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    display: inline-block;
    padding: 0.67861em 1em;
    color: #5b5b5b;
    font-size: 14px;
    font-size: 0.9333333333333333rem;
    background-color: #ffffff;
    border: 2px solid #bc4b3f;
    font-family: 'Arial';
    position: relative;
    /*width: 100%;*/
}

.select {
    position: relative;
}



div.fancy-select div.trigger:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 15px;
    font-size: 1rem;
    display: block;
    position: absolute;
    top: 30px;
    right: 10px;
    background: url("") no-repeat center center;
    width: 19px;
    height: 19px;
}

div.fancy-select div.trigger.open {
    background-color: #fbfbfb;
    color: #5b5b5b;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

div.fancy-select div.trigger.open:after {
    background-image: url("");
}

div.fancy-select ul.options {
    box-sizing: border-box;
    padding: 0px;
    border: 1px solid #dddddd;
    border-top: none;
    list-style: none;
    margin-top: 15px;
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    max-height: 500px;
    overflow: auto;
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.15);
    display: inline-block;
    font-family: 'Arial';
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 290px;
}

div.fancy-select ul.options.open {
    visibility: visible;
    top: 50px;
    opacity: 1;
}


div.zmen-platbu div.trigger {
    width: 100%;
    height: 45px;
    /*line-height: 1.2em;*/
    padding: 0.67861em 1em;
    font-size: 0.8em;
	border-color: rgb( 170, 170, 170);
    /*border: none;*/
}

div.zmen-platbu div.trigger:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 15px;
    font-size: 1rem;
    display: block;
    position: absolute;
    top: 12px;
    right: -3px;
    background: url("") no-repeat center center;
    width: 19px;
    height: 19px;
}

div.zmen-platbu ul.options {
    width: 100%;
}

div.zmen-platbu ul.options.open {
    visibility: visible;
    top: 30px;
    opacity: 1;
    /*padding: 0;*/

    z-index: 150;
}

div.zmen-transport div.trigger {
    width: 100%;
    height: 45px;
    /*line-height: 1.2em;*/
    padding: 0.67861em 1em;
    font-size: 0.8em;
	border-color: rgb( 170, 170, 170);
    /*border: none;*/
}

div.zmen-transport div.trigger:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 15px;
    font-size: 1rem;
    display: block;
    position: absolute;
    top: 12px;
    right: -3px;
    background: url("") no-repeat center center;
    width: 19px;
    height: 19px;
}

div.zmen-transport ul.options {
    width: 100%;
}

div.zmen-transport ul.options.open {
    visibility: visible;
    top: 30px;
    opacity: 1;
    /*padding: 0;*/

    z-index: 150;
}


div.zmen-menu div.trigger {
    width: 70px;
    height: 30px;
    line-height: 1.2em;
    padding: 7px 5px;
    font-size: 0.8em;
    border: none;
}

div.zmen-menu div.trigger:after {
    content: normal;
}

div.zmen-menu ul.options {
    width: 60px;
}

div.zmen-menu ul.options.open {
    visibility: visible;
    top: 18px;
    opacity: 1;
    /*padding: 0;*/

    z-index: 150;
}
.currency, .jazyk{
    position: relative;
}
.currency:after, .jazyk:after{
    content: "";
    position: absolute;
    right: 0px;
    top: 14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #000 transparent transparent transparent;
}
.currency:after{
	top: 12px;
	right: 6px;
}
div.zmen-jazyk div.trigger{
    width: 40px;
    height: 30px;
    line-height: 1.2em;
    padding: 7px 5px;
    font-size: 0.8em;
    border: none;
}

div.zmen-jazyk div.trigger:after {
    content: normal;
}

div.zmen-jazyk ul.options {
    width: 35px;
}

div.zmen-jazyk ul.options.open {
    visibility: visible;
    top: 18px;
    opacity: 1;
    /*padding: 0;*/

    z-index: 150;
}

div.fancy-select ul.options li:first-child {
    /*//display: none;*/
}

div.fancy-select ul.options li {
    background: #ffffff;
    padding: 10px;
    color: #333333;
    cursor: pointer;
    margin-bottom: 0px !important;
    line-height: 25px;
    font-size: 12px;
    font-size: 0.75em;
    font-family: 'Arial';
    border-bottom: 1px solid #cccccc;
}

div.fancy-select ul.options li.hover {
    background-color: #f4f4f4;
}


div.zmen-menu ul.options li {
    padding: 4px;
    font-size: 0.7em;
}

div.zmen-jazyk ul.options li {
    padding: 4px;
	padding-bottom: 0;
    font-size: 0.7em;
}

table {
    width: 100%;
    margin: 1em 0;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    *white-space: normal;
}

table th {
    text-align: left;
    padding: 8px 12px;
    /*width: 250px;*/
}

table td {
    padding: 8px 6px;
}

.rangeslider,
.rangeslider__fill {
    background: #ebebeb;
    display: block;
    height: 5px;
    width: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.rangeslider {
    position: relative;
}

.rangeslider--disabled {
    /*filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);*/
    opacity: 0.4;
}

.rangeslider__fill {
    background: #d9d9d9;
    position: absolute;
    top: 0;
}

.rangeslider__handle {
    background: #bc4b3f;
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
}

.rangeslider__handle:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.rangeslider__handle:active {
    border: 2px solid #bc4b3f;
    background-color: #fff;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
    border: 2px solid #bc4b3f;
    background-color: #fff;
}

output {
    display: block;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100px;
    margin: 25px auto;
    font-weight: 600;
    text-align: center;
}
/*

  <p>Perspiciatis est, sint nulla, voluptatum dolores, nihil laborum quisquam sunt ad modi quam.
    <a class="more-link">read more</a> <br>
    <span class="more-content">Voluptatum dolores, nihil laborum quisquam sunt ad modi quam. Ut, magnam optio quam, consectetur iure incidunt. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dolores a deserunt velit dolorem eius maxime voluptates dignissimos quis voluptatem veniam cupiditate vitae quisquam, id autem ea, nisi molestiae iusto nemo!</span>
  </p>

*/

.more-link {
    cursor: pointer;
}

.more-content {
    display: none;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* ==========================================================================
   FLAG OBJECT - update Media Object
   ========================================================================== */
/*
    +---------+
    |         | ~~~~ ~~~~~~~~~~~
    |         | ~~~~~~~ ~~~~~ ~~
    |         | ~~~~~~~~~~~~
    +---------+

    Ukazka HTML kodu
    --------------------

    <div class="flag">
        <div class="flag__image">
            <img src="" alt="">
        </div>
        <div class="flag__body">
            <p></p>
        </div>
    </div>


    Možnosti nastavení
    --------------------

    defaultne zarovnane na stred

    .flag--rev      - img na pravo (.flag__image za .flag__body)
    .flag--bottom   - zarovnání obrázku nebo obsahu dolů 
    .flag--top      - zarovnání obrázku nebo obsahu dolů 
*/

.flag {
    display: table;
    width: 100%;
}

.flag .flag__image,
.flag .flag__body {
    display: table-cell;
    vertical-align: middle;
}

.flag .flag--top.flag__image,
.flag .flag--top.flag__body {
    vertical-align: top;
}

.flag .flag--bottom.flag__image,
.flag .flag--bottom.flag__body {
    vertical-align: bottom;
}

.flag .flag__image {
    padding-right: 10px;
}

.flag .flag__image > img {
    display: block;
    max-width: none;
}

.flag .flag--rev.flag__image {
    padding-right: 0;
    padding-left: 10px;
}

.flag .flag__body {
    width: 100%;
}

.font-ultra-bold {
    font-weight: 900;
}

.font-bold,
b,
strong,
.strong {
    font-weight: 700;
}

.font-normal {
    font-weight: 500;
}

.font-light {
    font-weight: 300;
}

.font-thin {
    font-weight: 100;
}

.font-normal {
    font-style: normal;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.image-left {
    margin-right: 20px;
}

.image-right {
    margin-left: 20px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.disabled {
    pointer-events: none;
    opacity: 0.8;
    color: #000;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.text-blok {
    text-align: justify;
}

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.spacer10 {
    height: 10px;
}

.spacer20 {
    height: 20px;
}

.spacer40 {
    height: 40px;
}

.spacer60 {
    height: 60px;
}

.spacer80 {
    height: 80px;
}

.cleaner {
    clear: both !important;
}
/* Content Columns */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* ClearFix */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
/* IE6/7 support */

.clearfix {
    *zoom: 1;
}

.radius-full {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.img-responsive {
    width: 100%;
    height: auto;
    display: block;
}

.ir {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

pre {
    white-space: pre-wrap;
    /* Chrome & Safari */

    white-space: -moz-pre-wrap;
    /* Mozilla since 1999 */

    white-space: -pre-wrap;
    /* Opera 4-6 */

    white-space: -o-pre-wrap;
    /* Opera 7 */

    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

ul.breadcrumb {
    padding: 10px 20px 0px 0px;
    list-style: none;
    background-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

ul.breadcrumb > li {
    display: inline-block;
    margin-bottom: 15px;
}

ul.breadcrumb > li + li:before {
    content: "\f105";
    font-family: FontAwesome;
    padding: 0 10px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
}

ul.breadcrumb > li a {
    color: #fff;
    text-decoration: none;
}

ul.breadcrumb > li a:hover {
    text-decoration: underline;
}

ul.breadcrumb > .active {
    color: #ffffff;
    font-weight: 600;
}
/*

// Oznámení //

<div class="message">
  <div class="message-icon">
    <i class="fa fa-bell-o"></i>
  </div>
  <div class="message-body">
    <p>This is a simple, but friendly, notification.</p>
    <p class="u-italic">It will disappear within a few seconds.</p>
  </div>
</div>

// Upozornění //

<div class="message message--orange">
  <div class="message-icon">
    <i class="fa fa-exclamation"></i>
  </div>
  <div class="message-body">
    <p>This is a simple notification with a brighter color...</p>
    <p>If you bring you mouse here you can close it manually.</p>
    <p>If you bring you mouse here you can close it manually.</p>
    <p>If you bring you mouse here you can close it manually.</p>
    <p>If you bring you mouse here you can close it manually.</p>
  </div>
</div>

// Potvrzení //

<div class="message message--green">
  <div class="message-icon">
    <i class="fa fa-check"></i>
  </div>
  <div class="message-body">
    <p>This is a message telling you that everything is a-okay!</p>
    <p>Good job, and good riddance.</p>
  </div>
</div>

// Chyba //

<div class="message message--red">
  <div class="message-icon">
    <i class="fa fa-times"></i>
  </div>
  <div class="message-body">
    <p>This is a notification that something went wrong...</p>
    <button class="message-button" id="js-helpMe">Yikes, help me please!</button>
    <button class="message-button js-messageClose">Don't care.</button>
  </div>
</div>

*/

.message {
    opacity: 0.95;
    position: absolute;
    top: 10px;
    left: 10px;
    display: table;
    background-color: #5bc0de;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.message.is-hidden {
    opacity: 0;
    height: 0;
    font-size: 0;
    padding: 0;
    margin: 0 auto;
    display: block;
}

.message--orange {
    background-color: #f0ad4e;
}

.message--red {
    background-color: #d9534f;
}

.message--green {
    background-color: #5cb85c;
}

.message-icon {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    padding: 15px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.message-icon > i {
    width: 20px;
    font-size: 25px;
    position: relative;
    top: 2px;
}

.message-body {
    display: table-cell;
    vertical-align: middle;
    padding: 12px 45px 6px 30px;
}

.message-body > p {
    line-height: 1.2;
    margin-top: 6px;
    margin-bottom: 10px;
}

.message-close {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: none;
    outline: none;
    font-size: 12px;
    right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0px 7px;
    top: 5px;
    opacity: 0;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.message-close:hover {
    color: #c7c7c7;
}

.message:hover .message-close {
    opacity: 1;
}

.message-close:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
/* SimpTip v1.0.4
// A simple CSS tooltip made with Sass
// source: https://github.com/arashmanteghi/simptip/
// ducoment: http://arashm.net/lab/simptip/
// by @ArashManteghi - http://arashm.net */
/********************************* Core ******************************/

[data-tooltip] {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

[data-tooltip]:before,
[data-tooltip]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

[data-tooltip]:before {
    content: '';
    border: 6px solid transparent;
}

[data-tooltip]:after {
    height: 22px;
    padding: 11px 11px 0 11px;
    font-size: 13px;
    line-height: 11px;
    content: attr(data-tooltip);
    white-space: nowrap;
}

[data-tooltip].tooltip-position-top:before {
    border-top-color: #323232;
}

[data-tooltip].tooltip-position-top:after {
    background-color: #323232;
    color: #ecf0f1;
}

[data-tooltip].tooltip-position-bottom:before {
    border-bottom-color: #323232;
}

[data-tooltip].tooltip-position-bottom:after {
    background-color: #323232;
    color: #ecf0f1;
}

[data-tooltip].tooltip-position-left:before {
    border-left-color: #323232;
}

[data-tooltip].tooltip-position-left:after {
    background-color: #323232;
    color: #ecf0f1;
}

[data-tooltip].tooltip-position-right:before {
    border-right-color: #323232;
}

[data-tooltip].tooltip-position-right:after {
    background-color: #323232;
    color: #ecf0f1;
}

[data-tooltip].tooltip-position-top.half-arrow:before {
    border-right: 7px solid #323232;
}

[data-tooltip].tooltip-position-bottom.half-arrow:before {
    border-right: 7px solid #323232;
}

[data-tooltip]:hover,
[data-tooltip]:focus {
    background-color: transparent;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after {
    opacity: 1;
    visibility: visible;
}
/******************************* Position ****************************/

.tooltip-position-right:before,
.tooltip-position-left:before,
.tooltip-position-right:after,
.tooltip-position-left:after {
    bottom: 50%;
}

.tooltip-position-right:before,
.tooltip-position-left:before {
    margin-bottom: -5px;
}

.tooltip-position-right:after,
.tooltip-position-left:after {
    margin-bottom: -14.66667px;
}

.half-arrow.tooltip-position-right:before,
.half-arrow.tooltip-position-left:before {
    bottom: 16px;
    border-style: none;
    border-top: 7px solid transparent;
}

.tooltip-multiline.tooltip-position-right:before,
.tooltip-multiline.tooltip-position-left:before,
.tooltip-multiline.tooltip-position-right:after,
.tooltip-multiline.tooltip-position-left:after {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    margin-bottom: 0;
}

.tooltip-multiline.tooltip-position-right:before,
.tooltip-multiline.tooltip-position-left:before {
    margin-bottom: 0;
}

.tooltip-multiline.half-arrow.tooltip-position-right:before,
.tooltip-multiline.half-arrow.tooltip-position-left:before {
    margin-bottom: -2px;
}

.tooltip-position-right:before,
.tooltip-position-right:after {
    left: 100%;
}

.tooltip-position-right:before {
    margin-left: -2px;
}

.tooltip-position-right:after {
    margin-left: 10px;
}

.tooltip-position-right.tooltip-movable:before {
    margin-left: -10px;
}

.tooltip-position-right.tooltip-movable:after {
    margin-left: 2px;
}

.tooltip-position-right.tooltip-movable:hover:before,
.tooltip-position-right.tooltip-movable:hover:after {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.tooltip-position-right.tooltip-movable.half-arrow:before {
    margin-left: -5px;
}

.tooltip-position-right.tooltip-movable.tooltip-multiline:hover:before,
.tooltip-position-right.tooltip-movable.tooltip-multiline:hover:after {
    -webkit-transform: translate(10px, 50%);
    -moz-transform: translate(10px, 50%);
    -ms-transform: translate(10px, 50%);
    -o-transform: translate(10px, 50%);
    transform: translate(10px, 50%);
}

.tooltip-position-right.half-arrow:before {
    margin-left: 3px;
    border-right: 7px solid #323232;
}

.tooltip-position-left:before,
.tooltip-position-left:after {
    right: 100%;
}

.tooltip-position-left:before {
    margin-right: -2px;
}

.tooltip-position-left:after {
    margin-right: 10px;
}

.tooltip-position-left.tooltip-movable:before {
    margin-right: -10px;
}

.tooltip-position-left.tooltip-movable:after {
    margin-right: 2px;
}

.tooltip-position-left.tooltip-movable:hover:before,
.tooltip-position-left.tooltip-movable:hover:after {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
}

.tooltip-position-left.tooltip-movable.half-arrow:before {
    margin-right: -5px;
}

.tooltip-position-left.tooltip-movable.tooltip-multiline:hover:before,
.tooltip-position-left.tooltip-movable.tooltip-multiline:hover:after {
    -webkit-transform: translate(-10px, 50%);
    -moz-transform: translate(-10px, 50%);
    -ms-transform: translate(-10px, 50%);
    -o-transform: translate(-10px, 50%);
    transform: translate(-10px, 50%);
}

.tooltip-position-left.half-arrow:before {
    margin-right: 3px;
    border-left: 7px solid #323232;
}

.tooltip-position-bottom:before,
.tooltip-position-top:before,
.tooltip-position-bottom:after,
.tooltip-position-top:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip-position-bottom:after,
.tooltip-position-top:after {
    width: auto;
}

.half-arrow.tooltip-position-bottom:before,
.half-arrow.tooltip-position-top:before {
    border-style: none;
    border-right: 7px solid #323232;
}

.tooltip-position-bottom:before,
.tooltip-position-bottom:after {
    top: 100%;
}

.tooltip-position-bottom:before {
    margin-top: -5px;
}

.tooltip-position-bottom:after {
    margin-top: 7px;
}

.tooltip-position-bottom:hover:before,
.tooltip-position-bottom:hover:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.tooltip-position-bottom.tooltip-movable:before {
    margin-top: -15px;
}

.tooltip-position-bottom.tooltip-movable:after {
    margin-top: -3px;
}

.tooltip-position-bottom.tooltip-movable:hover:before,
.tooltip-position-bottom.tooltip-movable:hover:after {
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -o-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
}

.tooltip-position-bottom.tooltip-movable.half-arrow:before {
    margin-top: -10px;
}

.tooltip-position-bottom.half-arrow:before {
    margin-top: 0;
    border-top: 7px solid transparent;
}

.tooltip-position-top:before,
.tooltip-position-top:after {
    bottom: 100%;
}

.tooltip-position-top:before {
    margin-bottom: -5px;
}

.tooltip-position-top:after {
    margin-bottom: 7px;
}

.tooltip-position-top:hover:before,
.tooltip-position-top:hover:after {
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.tooltip-position-top.tooltip-movable:before {
    margin-bottom: -15px;
}

.tooltip-position-top.tooltip-movable:after {
    margin-bottom: -3px;
}

.tooltip-position-top.tooltip-movable:hover:before,
.tooltip-position-top.tooltip-movable:hover:after {
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    -o-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
}

.tooltip-position-top.tooltip-movable.half-arrow:before {
    margin-bottom: -10px;
}

.tooltip-position-top.half-arrow:before {
    margin-bottom: 0;
    border-bottom: 7px solid transparent;
}
/******************************* Features ****************************/

.tooltip-movable:before,
.tooltip-movable:after {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.tooltip-smooth:after {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-fade:before,
.tooltip-fade:after {
    -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
    -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
    -o-transition: opacity 0.2s linear, visibility 0.2s linear;
    -ms-transition: opacity 0.2s linear, visibility 0.2s linear;
    transition: opacity 0.2s linear, visibility 0.2s linear;
}

.tooltip-multiline:after {
    height: auto;
    width: 150px;
    padding: 11px;
    line-height: 19px;
    white-space: normal;
    text-align: left;
}
/**************************** Diverse Colors *************************/

.tooltip-success.tooltip-position-top:before {
    border-top-color: #62c462;
}

.tooltip-success.tooltip-position-top:after {
    background-color: #62c462;
    color: #ecf0f1;
}

.tooltip-success.tooltip-position-bottom:before {
    border-bottom-color: #62c462;
}

.tooltip-success.tooltip-position-bottom:after {
    background-color: #62c462;
    color: #ecf0f1;
}

.tooltip-success.tooltip-position-left:before {
    border-left-color: #62c462;
}

.tooltip-success.tooltip-position-left:after {
    background-color: #62c462;
    color: #ecf0f1;
}

.tooltip-success.tooltip-position-right:before {
    border-right-color: #62c462;
}

.tooltip-success.tooltip-position-right:after {
    background-color: #62c462;
    color: #ecf0f1;
}

.tooltip-success.tooltip-position-top.half-arrow:before {
    border-right: 7px solid #62c462;
}

.tooltip-success.tooltip-position-bottom.half-arrow:before {
    border-right: 7px solid #62c462;
}

.tooltip-info.tooltip-position-top:before {
    border-top-color: #5bc0de;
}

.tooltip-info.tooltip-position-top:after {
    background-color: #5bc0de;
    color: #ecf0f1;
}

.tooltip-info.tooltip-position-bottom:before {
    border-bottom-color: #5bc0de;
}

.tooltip-info.tooltip-position-bottom:after {
    background-color: #5bc0de;
    color: #ecf0f1;
}

.tooltip-info.tooltip-position-left:before {
    border-left-color: #5bc0de;
}

.tooltip-info.tooltip-position-left:after {
    background-color: #5bc0de;
    color: #ecf0f1;
}

.tooltip-info.tooltip-position-right:before {
    border-right-color: #5bc0de;
}

.tooltip-info.tooltip-position-right:after {
    background-color: #5bc0de;
    color: #ecf0f1;
}

.tooltip-info.tooltip-position-top.half-arrow:before {
    border-right: 7px solid #5bc0de;
}

.tooltip-info.tooltip-position-bottom.half-arrow:before {
    border-right: 7px solid #5bc0de;
}

.tooltip-danger.tooltip-position-top:before {
    border-top-color: #e74c3c;
}

.tooltip-danger.tooltip-position-top:after {
    background-color: #e74c3c;
    color: #ecf0f1;
}

.tooltip-danger.tooltip-position-bottom:before {
    border-bottom-color: #e74c3c;
}

.tooltip-danger.tooltip-position-bottom:after {
    background-color: #e74c3c;
    color: #ecf0f1;
}

.tooltip-danger.tooltip-position-left:before {
    border-left-color: #e74c3c;
}

.tooltip-danger.tooltip-position-left:after {
    background-color: #e74c3c;
    color: #ecf0f1;
}

.tooltip-danger.tooltip-position-right:before {
    border-right-color: #e74c3c;
}

.tooltip-danger.tooltip-position-right:after {
    background-color: #e74c3c;
    color: #ecf0f1;
}

.tooltip-danger.tooltip-position-top.half-arrow:before {
    border-right: 7px solid #e74c3c;
}

.tooltip-danger.tooltip-position-bottom.half-arrow:before {
    border-right: 7px solid #e74c3c;
}

.tooltip-warning.tooltip-position-top:before {
    border-top-color: #e67e22;
}

.tooltip-warning.tooltip-position-top:after {
    background-color: #e67e22;
    color: #ecf0f1;
}

.tooltip-warning.tooltip-position-bottom:before {
    border-bottom-color: #e67e22;
}

.tooltip-warning.tooltip-position-bottom:after {
    background-color: #e67e22;
    color: #ecf0f1;
}

.tooltip-warning.tooltip-position-left:before {
    border-left-color: #e67e22;
}

.tooltip-warning.tooltip-position-left:after {
    background-color: #e67e22;
    color: #ecf0f1;
}

.tooltip-warning.tooltip-position-right:before {
    border-right-color: #e67e22;
}

.tooltip-warning.tooltip-position-right:after {
    background-color: #e67e22;
    color: #ecf0f1;
}

.tooltip-warning.tooltip-position-top.half-arrow:before {
    border-right: 7px solid #e67e22;
}

.tooltip-warning.tooltip-position-bottom.half-arrow:before {
    border-right: 7px solid #e67e22;
}

.tip {
    color: #f2f2f2;
    background: #bc4b3f;
    display: none;
    /*--Hides by default--*/

    padding: 10px;
    position: absolute;
    z-index: 1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 62px -9px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 0px 62px -9px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 0px 62px -9px rgba(0, 0, 0, 0.27);
}

.st-content {
    overflow-y: scroll;
    background: #f3efe0;
}

.st-content,
.st-content-inner {
    position: relative;
}

.st-container {
    position: relative;
    overflow: hidden;
}

.st-pusher {
    position: relative;
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.st-pusher::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.st-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: visible;
    width: 300px;
    height: 100%;
    background: #48a770;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.st-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
/* content style */

.st-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.st-menu h2 {
    margin: 0;
    padding: 1em;
    color: rgba(0, 0, 0, 0.4);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 2em;
}

.st-menu ul li a {
    display: block;
    padding: 1em 1em 1em 1.2em;
    outline: none;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
    color: #f3efe0;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}

.st-menu ul li:first-child a {
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}

.st-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
    color: #fff;
}
/* Effect 1: Slide in on top */

.st-effect-1.st-menu {
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
    display: none;
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
    1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
    2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
    3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
    4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
    5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
    6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
        6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/

.mCustomScrollbar {
    -ms-touch-action: none;
    touch-action: none;
    /* MSPointer events - direct all pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    /* contains plugin's markup */

    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_container {
    /* contains the original content */

    overflow: hidden;
    width: auto;
    height: auto;
}
/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}
/* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    /* RTL direction/left-side scrollbar */

    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}
/* RTL direction/left-side scrollbar */

.mCSB_scrollTools {
    /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */

    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px;
}
/* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    /* RTL direction/left-side scrollbar */

    right: auto;
    left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer {
    /* contains the draggable element and dragger rail markup */

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
    /* the draggable element */

    cursor: pointer;
    width: 100%;
    height: 30px;
    /* minimum dragger height */

    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    /* the dragger element */

    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
    /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
    /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}
/* non-visible scrollbar */

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
}
/* scrollbar position: outside */

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    /* minimum dragger width */

    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    /* auto-expanded scrollbar */

    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    /* auto-expanded scrollbar */

    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
}
/* non-visible horizontal scrollbar */

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}
/* RTL direction/left-side scrollbar */

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}
/* non-visible scrollbar/RTL direction/left-side scrollbar */

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    /* RTL direction/left-side scrollbar */

    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    /* non-visible scrollbar */

    margin-left: 0;
}
/* non-visible horizontal scrollbar */

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}
/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
    ----------------------------------------
    6.1 THEMES
    ----------------------------------------
*/
/* default theme ("light") */

.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(mCSB_buttons.png);
    /* css sprites */

    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
    /*
		  sprites locations
		  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
	*/
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
    /*
		  sprites locations
		  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
	*/
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
    /*
		  sprites locations
		  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
	*/
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
    /*
		  sprites locations
		  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
	*/
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)";
}
/* theme: "dark" */

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}
/* theme: "dark-2" */

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}
/* theme: "dark-thick" */

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}
/* theme "dark-thin" */

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
    height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    /* auto-expanded scrollbar */

    height: 16px;
    margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px;
    /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    /* auto-expanded scrollbar */

    width: 16px;
    margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    /* auto-expanded scrollbar */

    margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px;
}
/* theme "rounded-dark", "rounded-dots-dark" */

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px;
}
/* theme "rounded-dots", "rounded-dots-dark" */

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    opacity: 0.3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px;
}
/* theme "rounded-dots-dark" */

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px;
}
/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
/* theme "3d", "3d-dark" */

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}
/* theme "3d-dark" */

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}
/* theme: "3d-thick-dark" */

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px;
}
/* RTL direction/left-side scrollbar */

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
    left: 0;
    right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}
/* theme: "minimal-dark" */

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)";
}
/* ---------------------------------------- */
/* theme "light-3", "dark-3" */

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}
/* theme "dark-3" */

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px;
}
/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px;
}
/* theme "inset-2", "inset-2-dark" */

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.2);
}
/* theme "inset-3", "inset-3-dark" */

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
}
/* ---------------------------------------- */

.tab {
    margin: 0px 0px 35px 0px;
}

.tab-content {
    border: 2px solid #bc4b3f;
    padding: 25px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0px;
}

ul.tabs {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    padding: 0;
    height: 45px;
}

ul.tabs li {
    float: left;
    margin-right: 1px;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

ul.tabs li:hover li a {
    background: #c7c7c7;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

ul.tabs a {
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background-color: #eff0f2;
    border-bottom: 1px solid #fff;
    color: #888;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 3px 25px;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

ul.tabs.active li.current {
    position: relative;
    z-index: 99;
}

ul.tabs.active li.current a {
    color: #fff;
    background: #bc4b3f;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-top: 1px solid #bc4b3f;
    border-right: 1px solid #bc4b3f;
    border-left: 1px solid #bc4b3f;
}

.tabs-item {
    display: none;
}

.tabs-item h4 {
    font-weight: bold;
    color: #bc4b3f;
    font-size: 20px;
}

.tabs-item img {
    width: 200px;
    float: left;
    margin-right: 30px;
}

.tabs-item:first-child {
    display: block;
}
/*
h2.lined-heading>span
*/

.lined-heading {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    display: block;
}

h1.lined-heading:before,
h2.lined-heading:before,
h3.lined-heading:before,
h4.lined-heading:before,
h5.lined-heading:before,
h6.lined-heading:before {
    position: absolute;
    top: 50%;
    z-index: 1;
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid #adadad;
    content: "";
}

h1.lined-heading span,
h2.lined-heading span,
h3.lined-heading span,
h4.lined-heading span,
h5.lined-heading span,
h6.lined-heading span {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    background: #fff;
    display: inline-block;
}
/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}
/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
		 * Remove all paddings around the image on small screen
		 */

    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
/*
 *     Core Owl Carousel CSS File
 *    v1.3.3
 */
/* clearfix */

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}
/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
/*
*     Owl Carousel Owl Demo Theme
*    v1.3.3
*/

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */

    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: alpha(opacity=50);
    /*IE7 fix*/

    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: alpha(opacity=100);
    /*IE7 fix*/

    opacity: 1;
    text-decoration: none;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: alpha(opacity=50);
    /*IE7 fix*/

    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: alpha(opacity=100);
    /*IE7 fix*/

    opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

#owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
}

.infoWindow {
    max-width: 300px;
    min-height: 100px;
    padding: 10px;
}

.snippet {
    z-index: 9999;
    position: relative;
}

.snippet .btn-mobile {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 15px 15px 12px 15px;
    background-color: rgba(57, 57, 57, 0.86);
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0px;
    cursor: pointer;
}

.snippet .btn-mobile .fa {
    font-size: 25px;
    color: #f0f0f0;
}

.snippet #mCSB_1_scrollbar_vertical {
    visibility: hidden !important;
}

.snippet .part-left {
    position: relative;
    padding: 0px;
}

.snippet .part-left .sidebar {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #333;
    width: 17%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(8, 8, 8, 0.37);
    -moz-box-shadow: 0px 0px 5px 0px rgba(8, 8, 8, 0.37);
    box-shadow: 0px 0px 5px 0px rgba(8, 8, 8, 0.37);
}

.snippet .part-left .sidebar h1 {
    display: block;
    margin: 15px 20px 15px 20px;
    font-size: 25px;
    color: #fff;
}

.snippet .part-left .sidebar ul#snippet-menu {
    padding: 0px;
    margin: 10px 0 30px 0;
    width: 100%;
}

.snippet .part-left .sidebar ul#snippet-menu > ul {
    padding: 0px;
}

.snippet .part-left .sidebar ul#snippet-menu li {
    display: block;
    margin: 0px;
    width: 100%;
    list-style: none;
}

.snippet .part-left .sidebar ul#snippet-menu li h2 {
    font-size: 18px;
    text-transform: uppercase;
    background-color: #bebebe;
    display: block;
    padding: 5px 20px;
    margin: 0px;
}

.snippet .part-left .sidebar ul#snippet-menu li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #585858;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 12px 20px;
}

.snippet .part-left .sidebar ul#snippet-menu li a:hover {
    background-color: #484848;
}

.snippet .part-right {
    padding: 20px 30px;
    background-color: #ECF0F3;
}

.snippet .part-right .snippet-block {
    margin-bottom: 25px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.snippet .part-right .snippet-block h2.snippet-head {
    padding: 0.5em 15px;
    margin: 0;
    font-size: 20px;
    font-size: 1.3333333333333333rem;
    font-family: 'Open Sans', Helvetica, Arial;
    border-bottom: 1px #d9d9d9 solid;
}

.snippet .part-right .snippet-block .snippet-body {
    padding: 20px 15px;
}

.snippet .part-right .snippet-block a.snippet-link {
    display: block;
    cursor: pointer;
    padding: 8px 15px 15px 15px;
    float: left;
    font-size: 13px;
    font-size: 0.8666666666666667rem;
    color: #a3a3a3;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}

.snippet .part-right .snippet-block a.snippet-link .fa {
    position: relative;
    top: 4px;
    margin-right: 10px;
    float: left;
    font-size: 19px;
    color: #ccc;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.snippet .part-right .snippet-block a.snippet-link:hover {
    color: #bc4b3f;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.snippet .part-right .snippet-block a.snippet-link:hover .fa {
    color: #bc4b3f;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.snippet .part-right .snippet-block .snippet-code-btn {
    cursor: pointer;
    padding: 10px 15px;
    float: right;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.snippet .part-right .snippet-block .snippet-code-btn .fa-code {
    font-size: 1.33333em;
    color: #ccc;
}

.snippet .part-right .snippet-block .snippet-code-btn .fa-code:hover {
    color: #bc4b3f;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.snippet .part-right .snippet-block .snippet-code {
    width: 100%;
    display: none;
    margin: 0 !important;
    background: #f5f7f9 !important;
    border-radius: 0 0 5px 5px;
    padding: 1em;
    font-size: 16px;
    max-height: 400px;
    overflow: auto;
    white-space: wrap !important;
    border-top: 1px #d9d9d9 solid;
    color: black;
    text-shadow: 0 1px white;
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.snippet .part-right .snippet-block .snippet-description-btn {
    cursor: pointer;
    padding: 8px 15px 15px 15px;
    float: left;
    font-size: 13px;
    font-size: 0.8666666666666667rem;
    color: #a3a3a3;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.snippet .part-right .snippet-block .snippet-description-btn .fa {
    position: relative;
    top: 4px;
    margin-right: 10px;
    float: left;
    font-size: 19px;
    color: #ccc;
}

.snippet .part-right .snippet-block .snippet-description-btn:hover {
    color: #bc4b3f;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.snippet .part-right .snippet-block .snippet-description-btn:hover .fa {
    color: #bc4b3f;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.snippet .part-right .snippet-block .snippet-description {
    display: none;
    padding: 20px 15px;
}

.snippet .color {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
    width: 200px;
    height: 100px;
    position: relative;
}

.snippet .color span {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: block;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    background-color: #f5f5f5;
}

.snippet .grid .col .box {
    background-color: #f4f4f4;
    padding: 10px;
    margin-bottom: 10px;
}

.snippet .grid .col .box p {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 20px;
    color: #8e8e8e;
}

.snippet .message {
    position: relative;
}

@media only screen and (max-width: 1360px) {
    .btn-mobile {
        display: block !important;
    }
    .part-left {
        display: none;
        position: fixed;
        left: -250px;
        z-index: 10000;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .part-left.vysun {
        left: 0px;
        display: block;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        position: fixed;
    }
    .part-right {
        width: 100%;
    }
}
@media only screen and (max-width: 500px) {
	.card_payment table td{
		line-height: 30px;
	}
	
	.card_payment table td input[type="radio"],
	.card_payment table td input[type="checkbox"]{
		    margin: 0 5px;
	}
	
}
@media only screen and (max-width: 480px) {
    .part-right {
        padding: 0px;
    }
    .ikony .second td{
        display: block !important;
        width: 100% !important;
    }
    .ikony .mintab img{
        display: none
    }
    
}

#ico-cart {
    fill: #4b4b4b;
    width: 25px;
    height: 25px;
}

.vyjizdeci-kosik {
    float: right;
    font-family: 'Arial';
    position: relative;
    z-index: 200;
}

.vyjizdeci-kosik .visible {
    /*text-align: center;*/

    cursor: pointer;
    position: relative;
    line-height: 35px;
    height: 35px;
}

.vyjizdeci-kosik .visible .ico-kosik {
    float: left;
    width: 40px;
    height: 100%;
    /*//background-color: #f4f4f4;*/
}

.vyjizdeci-kosik .visible .ico-kosik .svg {
    position: relative;
    top: 2px;
    left: 15px;
}

.vyjizdeci-kosik .visible span.kusy {
    color: #575757;
    font-size: 14px;
    line-height: 28px;
    margin-left: 0px;
    float: right;
    margin-right: 20px;
    /*display: inline-block;*/
    /*width: 100px;*/
}

.vyjizdeci-kosik .visible .arrow-down {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 14px;
    background: url('../assets/ico/arrow-down.png') no-repeat center center;
    right: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

iframe[src*="youtube"]{
    max-width: 100%;
}

.vyjizdeci-kosik .drop {
    position: absolute;
    visibility: hidden;
    display: block;
    z-index: 200;
    opacity: 0;
    line-height: 20px;
    top: 38px;
    left: -35px;
    height: auto;
    width: 230px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    -webkit-box-shadow: 3px 3px 1px -1px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 3px 3px 1px -1px rgba(0, 0, 0, 0.38);
    box-shadow: 3px 3px 1px -1px rgba(0, 0, 0, 0.38);
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.vyjizdeci-kosik .drop .produkty {
    overflow-x: hidden;
}

.vyjizdeci-kosik .drop.open {
    z-index: 200;
    opacity: 1;
    top: 31px;
    position: absolute;
    visibility: visible;
    display: block;
}

.vyjizdeci-kosik .drop:hover {}

.vyjizdeci-kosik .drop:before {
    content: "";
    position: absolute;
    top: -10px;
    z-index: 2;
    right: 31px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
}

.vyjizdeci-kosik .drop:after {
    content: "";
    position: absolute;
    top: -11px;
    z-index: 1;
    right: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 11px 11px;
    border-color: transparent transparent #C2C2C2 transparent;
}

.vyjizdeci-kosik .drop::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.vyjizdeci-kosik .drop::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background-color: #F5F5F5;
}

.vyjizdeci-kosik .drop::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #9f9f9f;
}

.vyjizdeci-kosik .drop .produkt {
    height: 90px;
    width: 204px;
    padding: 10px 0;
    margin: 0 10px;
    border-bottom: 1px solid #dedede;
}

.vyjizdeci-kosik .drop .produkt .popis {
    width: 55%;
    margin-right: 10px;
    float: left;
    padding: 3px 0;
    height: 100%;
}

.vyjizdeci-kosik .drop .produkt .popis a.nazev {
    font-size: 14px;
    color: #282828;
    line-height: 18px;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    text-decoration: none;
}

.vyjizdeci-kosik .drop .produkt .popis a.nazev:hover {
    color: #bc4b3f;
}

.vyjizdeci-kosik .drop .produkt .popis .typ {
    font-size: 9px;
    color: #282828;
}

.vyjizdeci-kosik .drop .produkt .ico {
    float: right;
    width: 70px;
    height: 70px;
    border: 1px solid #F5F5F5;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.vyjizdeci-kosik .drop .produkt .ico img {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.vyjizdeci-kosik .drop .produkt .ico .cena {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 20px;
    line-height: 20px;
    width: 100%;
    font-size: 14px;
    background-color: #F5F5F5;
    color: #404040;
    text-align: center;
}

.vyjizdeci-kosik .drop .produkt .ico a.zrusit {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 18px;
    height: 17px;
    background: #FFE url('../assets/ico/close.png') no-repeat top right;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.vyjizdeci-kosik .drop .celkem {
    background-color: #F5F5F5;
    height: 135px;
    width: 100%;
    text-align: center;
    padding: 5px;
}

.vyjizdeci-kosik .drop .celkem .cena {
    font-size: 15px;
    color: #1b1b1b;
    font-weight: 700;
    display: block;
    line-height: 35px;
    margin-bottom: 5px;
}

.vyjizdeci-kosik .drop .celkem .cena a {
    color: #bc4b3f;
    text-decoration: none;
    border-bottom: 1px solid #bc4b3f;
    margin-bottom: 10px;
}

.vyjizdeci-kosik .drop .celkem .bezdph {
    color: #1b1b1b;
    font-size: 15px;
    display: block;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.vyjizdeci-kosik .drop .celkem a.btn {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    padding: 0px;
    font-size: 17px;
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.2.0');
    src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    /*filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);*/
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    /*filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);*/
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    /*filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);*/
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    /*filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);*/
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    /*filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);*/
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.ie6 .regular-checkbox,
.ie7 .regular-checkbox,
.ie8 .regular-checkbox,
.ie9 .regular-checkbox,
.ie10 .regular-checkbox {
    display: block;
    float: left;
}

.ie6 .regular-checkbox + label,
.ie7 .regular-checkbox + label,
.ie8 .regular-checkbox + label,
.ie9 .regular-checkbox + label,
.ie10 .regular-checkbox + label {
    display: none !important;
}

.ie6 .regular-radio,
.ie7 .regular-radio,
.ie8 .regular-radio,
.ie9 .regular-radio,
.ie10 .regular-radio {
    display: block;
    float: left;
}

.ie6 .regular-radio + label,
.ie7 .regular-radio + label,
.ie8 .regular-radio + label,
.ie9 .regular-radio + label,
.ie10 .regular-radio + label {
    display: none !important;
}

.ie6 form.form .form-outer .col-4,
.ie7 form.form .form-outer .col-4,
.ie8 form.form .form-outer .col-4,
.ie9 form.form .form-outer .col-4,
.ie10 form.form .form-outer .col-4,
.ie6 form.form .form-outer .col-1-3,
.ie7 form.form .form-outer .col-1-3,
.ie8 form.form .form-outer .col-1-3,
.ie9 form.form .form-outer .col-1-3,
.ie10 form.form .form-outer .col-1-3 {
    width: 160px;
}
/*# sourceMappingURL=style.css.map */
/* ==============  KOŠÍK ============ */

#kosik {
    padding: 20px 0 125px 0;
}

#kosik .postup-objednavky a {
    /*//margin-right: 84px;*/
    margin-bottom: 15px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
}

#kosik .postup-objednavky a.active {
    color: #444444;
}

#kosik .postup-objednavky a:last-child {
    margin-right: 0px;
}

#kosik table.polozky {
    width: 100%;
}

#kosik table.polozky tr {
    border: 2px solid #e1e1e0;
}

#kosik table.polozky tr td {
    position: relative;
}

#kosik table.polozky tr td.nahled {
    padding: 0 15px;
}

#kosik table.polozky tr td.nahled img {
    max-height: 80px;
    /*width: 60px;*/

    margin-bottom: 10px;
    margin-top: 10px;
}

#kosik table.polozky tr td.nazev {
    padding: 5px;
}

#kosik table.polozky tr td.cena span {
    /*	color: #BC4B3F;
	font-size: 25px;*/

    font-weight: bold;
}

#kosik table.polozky tr td.cena span sup {
    font-size: 18px;
}

#kosik table.polozky tr td .border {
    margin-right: 15px;
    border-right: 1px solid #e1e1e0;
}

#kosik table.polozky tr td .border .nazev {
    font-size: 16px;
    /*text-transform: uppercase;*/

    color: #332532;
    display: block;
    font-weight: bold;
}

#kosik table.polozky tr td .border span.id {
    font-size: 10px;
    /*text-transform: uppercase;*/
}

#kosik table.polozky tr td .border span.id strong.skladem {
    color: #588f27;
}

#kosik table.polozky tr td .border span.id strong.neni-skladem {
    color: #d9534f;
}

#kosik table.polozky tr td .border .dalsi-info {
    font-size: 13px;
    /*text-transform: uppercase;*/

    color: #b53940;
    display: block;
}

#kosik table.polozky tr td .border .zaruka {
    font-size: 12px;
    margin-bottom: 5px;
    /*text-transform: uppercase;*/

    font-weight: 700;
    color: #332532;
}

#kosik table.polozky tr td.zrusit {
    width: 20px;
}

#kosik table.polozky tr td.zrusit a {
    position: absolute;
    top: -3px;
    right: -2px;
}

#kosik table.polozky tr.white-space {
    height: 15px;
    border-left: none;
    border-right: none;
}

#kosik table.polozky tr.white-space:last-child {
    border: none;
}

#kosik table.polozky tr.celkem td {
    font-size: 16px;
    /*text-transform: uppercase;*/

    color: #332532;
    padding-top: 14px;
    padding-bottom: 10px;
    margin: 10px 0;
}

#kosik table.polozky tr.celkem td .border {
    font-weight: 600;
    line-height: 38px;
}

#kosik table.polozky tr.celkem td .border span.cena {
    color: #f54d56;
    font-size: 31px;
    font-weight: bold;
}

#kosik table.polozky tr.celkem td .border span.cena sup {
    font-size: 18px;
}

#kosik table.polozky tr.doprava-platba {
/*    height: 55px;*/
}

#kosik table.polozky tr.doprava-platba td {
/*    height: 50px;*/
}

#kosik table.polozky tr.doprava-platba td .border {
    padding: 5px 0 5px 0;
}

#kosik table.polozky tr.doprava-platba td .border img {
    max-width: 30px;
    float: left;
    margin-right: 30px;
    margin-top: 28px;
    position: relative;
    top: 6px;
}

#kosik table.polozky tr.doprava-platba td .border span {
    font-size: 13px;
    color: #332532;
    font-weight: 600;
}

#kosik table.polozky tr.doprava-platba td .border span.cena {
    color: #588f27;
    font-size: 31px;
    font-weight: bold;
}

#kosik table.polozky tr.doprava-platba td .border span.cena sup {
    font-size: 18px;
}

#kosik input[type="submit"] {
}

#kosik div.box {
    padding: 20px;
    border: 4px solid #efefef;
}

#kosik div.box h2 {
    color: #b53940;
    border-bottom: 1px solid #e1e1e0;
    padding-bottom: 10px;
    margin-bottom: 25px;
    display: block;
    font-size: 17px;
    /*font-size: 1.1em;*/

    font-weight: 600;
    /*text-transform: uppercase;*/

    display: inline-block;
    margin-top: 5px;
}

#kosik div.box img {
    float: left;
    margin-right: 25px;
    margin-top: 0px;
}

#kosik div.box table {
    width: 100%;
    border: none;
}

#kosik div.box table tr td {
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 600;
    color: #332532;
}

#kosik div.box table tr td.strong {
    color: #b53940;
    text-transform: uppercase;
}

#kosik div.box table tr td input[type="text"] {
    height: 35px;
/*    width: 300px;*/
}


#kosik div.box table tr td:nth-child(2){
    display: none;
}


#kosik div.box table tr td textarea {
    /*	height: 30px;*/

/*    width: 300px;*/
}

.body #kosik {
    font-size: 14px;
}

#kosik .form-box {
    padding: 20px;
    border: 4px solid #d5d5d5;
}

.form-box h2 {
    color: #b53940;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 35px;
    display: block;
    font-size: 17px;
    font-weight: 600;
    /*text-transform: uppercase;*/

    display: inline-block;
}

.form-box img {
    float: left;
    margin-right: 25px;
}

.form-box table {
    width: 100%;
    border: none;
}

.form-box table tr td {
    padding: 5px;
    color: #332532;
}

.form-box table tr td.strong {
    color: #b53940;
    text-transform: uppercase;
}

.form-box table tr td input[type="text"] {
    width: 100%;
    height: 32px;
}

.postup-objednavky{
display: table;
width: 100%;
}

#kosik .krok-col4 {
    display: table-cell;
    float: left;
    text-align: center;
    position: relative;
    min-height: 1px;
    padding: 6px;
    padding-top: 10px;
    width: 25%;
    background-color: #F8F8F8;
}

.activekrok {
    display: table-cell;
    float: left;
    text-align: center;
    position: relative;
    min-height: 1px;
    padding: 6px;
    padding-top: 10px;
    width: 25%;
    background-color: #d5d5d5;
    color: #F9F9F9;
}

#kosik .kosik-telo {
    padding: 25px;
}

.strankovani a {
    display: inline-block;
    background-color: #EEEFEF;
    color: #333333;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 16px;
}

.strankovani a.active {
    background-color: #BC4B3F;
    color: #F7F7F7;
}

.img-zrusit {
    display: block;
    position: relative;
    margin: 0;
    float: left;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    margin-right: 2px;
}

select {
    font-size: 12px;
    width: 110px;
}

.mobile-kat,
.mobile-nav,
.mobile-decors {
    outline: none;
    display: none;
    background-color: #f4f4f4;
    width: 100%;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 12px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.mobile-kat .mobile-kat-name,
.mobile-nav .mobile-nav-name,
.mobile-decors .mobile-decors-name {
    float: left;
    font-weight: 600;
}

.mobile-kat .fa,
.mobile-nav .fa,
.mobile-decors .fa {
    float: right;
    font-size: 25px;
    line-height: 17px;
    color: #7C7C7C;
    margin-top: 4px;
}

    
    .autoplaySlide{
    width: 103.5%;
    }
    
    .autoplaySlide .product-box{
      width: 90%;
      position: relative;
    }

   .ikony .second{
        line-height: 17px;
    }


/* ============= MEDIA QUERIES WIDTH > 1100px ============ */

@media only screen and (max-width: 1100px) {
	form.signoutform{
		margin-top: 3px;
    margin-left: 7px;
	}
	.header .top-bar .top-nav > li:after{
		    top: 2px;
    right: 2px;
	}
	
	.header .primary-nav li:first-child a  {
		margin-left: 12px;
	}
  div .vypis{
        overflow: auto;
    }
    div .vypis >table{
        width: 1049px;
    }
    body {
        width: auto;
        max-width: 100%;
    }
    .header {
        padding: 0px;
        height: auto;
        border-bottom: 1px solid #ccc;
        background-position: 0px 57px;
    }
    .header:after {
        content: "";
        /*both: clear;*/
        width: 100%;
        display: table;
    }
    .header .hlavni-nadpis {
        font-size: 70px;
        line-height: 70px;
        padding-top: 22px;
        padding-right: 20px;
        padding-bottom: 16px;
    }
    .header .primary-nav {
        position: static;
        padding: 55px 0px;
        margin-right: 5%;
        padding: 20px 0px;
    }
    .header .top-bar .logo {
        line-height: 23px;
        margin-top: 15px;
        font-weight: bold;
    }
    .header .primary-nav li {
        text-align: left;
    }
    .header .top-bar {
        padding: 15px;
    }
    .header .top-bar .top-nav > li {
        margin: 0;
    }
    .header .top-bar {
        position: static;
    }
    .header .top-bar:after {
        clear: both;
        width: 100%;
        display: table;
    }
    .content .product-box {
        width: 48%;
        margin-right: 2%;
    }
    .autoplaySlide{
    width: 100%;
    }    
    .autoplaySlide .product-box{
      width: 96%;
    }
    .content .product-box:nth-of-type(3n) {
        margin-right: 2%;
    }
    .content .product-box:nth-of-type(2n) {
        margin-right: 0%;
    }
    .header .top-bar {
        height: auto;
        background-color: #fff;
    }
    .header .top-bar .search .seach-group {
        margin-bottom: 0px;
    }
    .kategorie .kategorie-sub .row a.item:after {
        display: none;
    }
    .kategorie .kategorie-sub .row a.item {
        width: 50%;
        padding: 20px 0px 20px 0px;
    }
    .kategorie .kategorie-nav {
        display: block;
    }
    .kategorie .kategorie-nav li {
        display: block;
        width: 25%;
        float: left;
    }
    .kategorie .kategorie-nav {
        height: auto;
        padding: 15px 0 3px 0;
    }
    .kategorie .kategorie-nav:after {
        content: "";
        display: table;
        width: 100%;
        clear: both;
    }
    .kategorie .kategorie-sub .row {
        height: 50px;
    }
    .kategorie .kategorie-sub .row a.item > div {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
    }
    .content {
        padding: 15px;
    }
    .kategorie .kategorie-nav li {
        text-align: center;
        line-height: 12px;
    }
    footer {
        height: auto;
        text-align: center;
    }
    footer .left {
        float: none;
        display: inline-block;
        line-height: 20px;
    }
    footer .right {
        float: none;
        display: inline-block;
        line-height: 24px;
    }
    .content .produkt .produkt-thumb {
        width: 100%;
    }
    .content .produkt .produkt-popis {
        width: 50%;
    }
    .content .produkt .produkt-pridat {
		margin-top: 0;
        width: 48%;
        padding-left: 0px;
    }
    .header .top-bar:before {
        display: none;
    }
}
/* ============= MEDIA QUERIES WIDTH > 920px ============ */

@media only screen and (max-width: 920px) {
	.basketCenaStara {
		font-size: 12px !important;
	}
	.basketCenaNova {
		font-size: 13px !important;
	}
	.cena {
		padding: 5px 2px !important;
	}
}
/* ============= MEDIA QUERIES WIDTH > 800px ============ */

@media only screen and (max-width: 800px) {
	#kosik table.polozky tr.celkem td{
		padding: 0;
		margin: 0;
	}
	.basketCenaNova{
		margin-bottom: 0;
	}
	#kosik table.polozky tr td .border{
		border: none;
	}
    .header .top-bar .logo {
        display: block;
        width: 100%;
        text-align: center;
        float: none;
        margin-bottom: 15px;
    }
    .header .top-bar {
        text-align: center;
    }
    .header .top-bar .top-right {
        float: none;
        display: inline-block;
    }
    .header-spacer {
        height: 10px;
    }
    .header .primary-nav li {
        width: 50%;
        float: left;
        display: block;
        padding: 5px 0;
    }
    .header .primary-nav li a {
        font-size: 16px;
    }
    .header .primary-nav li:after {
        display: none;
    }
    .vyjizdeci-kosik .visible .ico-kosik {
        display: none;
    }
    .header .top-bar .top-right {
        height: auto;
    }
    .krok-col4, .activekrok{
      height: 70px;
    }
	#kosik table.polozky tr td.zrusit a{
		top: -45px;
	}
	.form-box table tr td input[type="text"]{
		    height: 37px;
	}
}
/* ============= MEDIA QUERIES WIDTH > 700px ============ */

@media only screen and (max-width: 700px) {
	.logo{
		margin-right: 0 !important;
	}
	footer .right .logo{
		float: none !important;
	}
	
	nav.pages{
            float: none !important;
            text-align: center;
            padding: 7px 0 5px 0;
            border-top: 1px solid #e4e4e4;
            border-bottom: 1px solid #e4e4e4;
            margin-top: 10px;
            width: 100%;
	}
	.header .top-bar .top-nav{
		float: none;
		display: inline-block;
	}
	form.signoutform{
		margin: 0 0 10px 0;
	}
	.header .top-bar .top-right a.login{
		text-align: right;
	}
	.header .top-bar .top-right .signup{
		text-align: left;
	}
	.top-part{
		float: none !important;
	}
    .content .product-box {
        width: 100%;
        margin-right: 0%;
    }
    .content .product-box:nth-of-type(3n) {
        margin-right: 0%;
    }
    .content .product-box:nth-of-type(2n) {
        margin-right: 0%;
    }
    .header {
        background-image: none !important;
    }
    .header .hlavni-nadpis {
        float: none;
        display: inline-block;
        width: 100%;
        text-align: center;
        padding-top: 2px;
    }
    .header .primary-nav {
        width: 100%;
        text-align: center;
        margin-right: 0px;
        padding: 0 20px;
    }
    .header .primary-nav li {
        display: inline-block;
    }
    .vyjizdeci-kosik {
      float: none;
      display: block;
      width: 100%;
    }
    .vyjizdeci-kosik .visible {
        background: none;
    }
    .header .hlavni-nadpis {
        font-size: 40px;
        padding-right: 0px;
        padding-bottom: 6px;
    }
    .header .primary-nav a {
        font-size: 20px;
    }
    .kategorie .kategorie-nav li {
        display: block !important;
        /*        width: 100% !important;*/
        width:50% !important;
        background-image: none !important;
        padding: 0;
    }
    .kategorie .kategorie-nav li a {}
    .kategorie .kategorie-nav{
        padding-top:3px;
    }
   
    .kategorie .kategorie-nav li:nth-child(2n+1):before,
    .kategorie .kategorie-nav li:after{
        display:none;
    }
}
/* ============= MEDIA QUERIES WIDTH > 650px ============ */

@media only screen and (max-width: 650px) {
    .mintab td{
        display: table-cell;
    }
    .ikony .second td{
        width: auto !important;
    }
 
    
 table td {
        width: 100% !important;
        display: block;
        text-align: left !important;
    }
    div .vypis >table td{
        display: table-cell;
    }
	.content .produkt .produkt-popis td{
		display: table-cell !important;
	}
	.content .produkt .produkt-popis,
	.content .produkt .produkt-pridat{
		width: 100%;
	}
	.content .produkt .produkt-pridat{
		margin-top: 15px;
	}
	.content .produkt .produkt-popis{
		border: none;
		padding-right: 0;
	}
}

/* ============= MEDIA QUERIES WIDTH > 543px ============ */

@media only screen and (max-width: 543px) {
	.postup-objednavky > div{
		height: 57px !important;
    line-height: 17px;
	}
	#kosik .postup-objednavky a{
		font-size: 11px;
    line-height: 8px;
	}
	.search {
		text-align: center !important;
    	margin: 0px auto !important;
    	width: 100% !important;
    }
    .header .top-bar .search input {
    	width: 100%;
    }
	#kosik .postup-objednavky a{
		font-size: 9px;
	}

}
/* ============= MEDIA QUERIES WIDTH > 400px ============ */

@media only screen and (max-width: 400px) {
	#kosik .postup-objednavky a{
		    line-height: 38px;
	}
	#kosik .postup-objednavky div a{
		font-size: 0;
	}
	#kosik .postup-objednavky div:nth-child(1) a:before{
		content: "1";
		font-size: 20px;
		font-weight: bold;
		display: block;
		text-align: center;
	}
	#kosik .postup-objednavky div:nth-child(2) a:before{
		content: "2";
		font-size: 20px;
		font-weight: bold;
		display: block;
		text-align: center;
	}
	#kosik .postup-objednavky div:nth-child(3) a:before{
		content: "3";
		font-size: 20px;
		font-weight: bold;
		display: block;
		text-align: center;
	}
	#kosik .postup-objednavky div:nth-child(4) a:before{
		content: "4";
		font-size: 20px;
		font-weight: bold;
		display: block;
		text-align: center;
	}
    .header .top-bar .top-right .signup,
    .header .top-bar .top-right .login {
        float: none;
    }
    .content .produkt .produkt-thumb img {
        max-width: 100%;
        height: auto;
    }
    .kategorie .kategorie-nav {
        padding: 0px;
    }
    .kategorie .kategorie-nav li {
        text-align: center !important;
        padding: 12px 0 !important;
    }
    .kategorie .kategorie-nav li a {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .kategorie .kategorie-nav li a span {
        line-height: 22px;
    }
    .kategorie .kategorie-sub .row a.item {
        background-image: none !important;
        background-color: rgba(204, 204, 204, 0.51) !important;
    }
    .kategorie .kategorie-sub .row {
        border-bottom: 0;
    }
    .content .product-box {
        width: 100%;
        margin-right: 2%;
    }
    .kategorie .kategorie-sub .row {
        height: auto;
    }
    .kategorie .kategorie-sub .row a.item {
        font-size: 18px;
    }
    .header .primary-nav li {
        width: 100%;
        text-align: center;
    }
    .header .top-bar .top-nav {
        display: block;
        width: 100%;
        margin: 0;
    }
    .header .top-bar .search {
        width: 100%;
    }
    .header .top-bar .search .seach-group {
        margin-bottom: 5px;
        width: 100%;
    }
    .kategorie .kategorie-nav li {
        width: 50%;
    }
    .kategorie .kategorie-sub .row a.item {
        width: 100%;
        padding: 6px 0px 3px 0px;
        background-color: #fff;
        display: inline-block;
    }
    .vyjizdeci-kosik {
        display: inline-block;
    }
    .header .hlavni-nadpis {
        font-size: 35px;
    }
    /* Mobile button */

    .mobile-kat,
    .mobile-nav,
    .mobile-decors {
        display: block;
        text-align: left;
    }
    nav.top-nav {
        background-color: #f4f4f4;
        width: 100%;
        z-index: 2000;
    }
    body {
        padding-top: 40px;
    }
    .header .primary-nav {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        box-shadow: 0 3px 0px -1px rgba(86, 86, 86, 0.2);
    }
    .header .primary-nav li {
        margin-bottom: 0px;
    }
    .header .primary-nav a {
        width: 100%;
        padding: 11px 0;
        font-size: 16px;
        display: block;
        text-align: center;
        border-bottom: 1px solid rgba(204, 204, 204, 0.33);
    }
    .kategorie .kategorie-nav li {
        width: 100%;
    }
    .kategorie .kategorie-nav li a {
        width: 100%;
    }
    /*table td {
        width: 100% !important;
        display: block;
        text-align: left !important;
    }*/
    div.fancy-select div.trigger {
        width: 100%;
    }
    .nadpis {
        text-align: center;
    }
    .nadpis h2 {
        font-size: 1.75rem;
    }
    .kategorie .kategorie-sub .row a.item {
        padding: 10px 25px 10px 25px;
    }
    .kategorie .kategorie-sub .row a.item:last-of-type {
        padding: 10px 25px 10px 25px;
    }
    .kategorie .kategorie-nav li {
        background-color: rgba(204, 204, 204, 0.51) !important;
        padding: 5px 0;
        margin-bottom: 0;
    }

    .header .primary-nav li:first-child a,
    .header .primary-nav li a{
        margin-left: 0;
    }

}

.choose 
{
    font-size: 0.85em;
	color: #bc4b3f!important;	
}

.content .product-box .availableVariants {
    /*color: #ffffff;*/
    /*background-color: #BC4B3F;*/
    /*position: relative;*/
    /*padding: 2px;*/
    /*margin: 5px 0;*/

    color: #000;
    font-size: 13px;
    font-weight: 400;
}

.test-doprava {
    font-size: 0.8em;
}

div.transportSelect div.fancy-select .trigger {
    width: 250px;
}

div.produkt-popis div.fancy-select .trigger {
    font-size: 0.8em;
    width: 290px;
}

div.currency {
    height: 38px;
    /*line-height: 51px;*/

    float: left;
    /*padding-left: 5px;*/

    margin-right: 10px;
}

div.jazyk {
    height: 38px;

    /*line-height: 51px;*/
	padding-right: 5px;
    float: left;
    /*padding-left: 5px;*/
    padding-right: 0;
}

div.jazyk-label {
	float: left; 
	font-size: 0.8em; 
	line-height: 2.3em;
	margin-right: 2px;
}

div.currency-label {
	float: left; 
	font-size: 0.8em; 
	line-height: 2.3em;
	margin-right: 2px;
}

a.mena-block {
    display: inline-block;
    /*background-color: #dddddd;*/

    width: 100%;
    height: 100%;
}

form.signoutform {
    margin: 0;
    display: inline;
    float: right;
}

.produkt-thumb .galerie {
    margin-bottom: 30px;
}

.order-item {
    margin-right: 50px;
}

span.state.stateOk {
    background: #3AA007;
    display: block;
    height: 20px;
    width: 100%;
    color: #ffffff;
    padding-left: 10px;
}

.order_icon {
    margin-top: 30px;
}

.tp_info {
    /*color: #1b377d;*/

    color: #7d371b;
}

.tp_info_small {
    font-size: 0.85em;
    /*color: #1b377d;*/

    color: #7d371b;
}

.thanks_info {
    /*color: #1b377d;*/

    margin-top: 10px;
    padding: 10px;
    color: #7d371b;
    font-size: 0.85em;
}

h2.specials {
    font-size: 25px;
    line-height: 20px;
    color: #7b7474;
    font-family: Arial;
    font-weight: bold;
}

.total_price {
    font-weight: bold;
}

.kategorie .kategorie-nav li {
    background-image: none !important;
    padding-left: 25px !important;
}

.main-slider {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    max-height: 295px;
    overflow: hidden;
}

.main-slider img {
    max-width: 100%;
    max-height: 295px;
}

.wrap-menu-kategorie {
    padding: 5px 0;
    width: 100%;
    text-align: center;
}

#next {
    position: absolute;
    top: 46%;
    right: 25px;
    width: 19px;
    height: 39px;
    cursor: pointer;
    z-index: 201;
    background: url('../assets/img/arrow-right.png') no-repeat 0 0;
}

#next.invert {
    background: url('../assets/img/arrow-right-white.png') no-repeat 0 0;
}

#next .fa {
    font-size: 65px;
    color: #acacac;
}

#prev {
    position: absolute;
    top: 46%;
    left: 25px;
    width: 19px;
    height: 39px;
    cursor: pointer;
    z-index: 201;
    background: url('../assets/img/arrow-left.png') no-repeat 0 0;
}

#prev.invert {
    background: url('../assets/img/arrow-left-white.png') no-repeat 0 0;
}

.copy {
    margin-top: 15px;
    display: inline-block;
}


.header-spacer {
    height: 50px;
}

.seo-text {
    margin-top: 30px;
    height: 200px;
    overflow: hidden;
    transition: all 0.6s;
}

nav.pages {
    line-height: 0;
    display: inline-block;
	float:right
}

.basketCenaNova {
    color: #BC4B3F;
    font-size: 17px;
}

.basketCenaStara {
    text-decoration: line-through;
    font-size: 14px;
}

.youSaveCena {
    color: #4BBC3F;
    font-size: 14px;
}

.youSave {
    font-size: 15px;
}

.productInfo {
    line-height: 1;
}

.top-part{
    float: right;
}

div .vypis
{
	font-size: 12px;
}

div .vypis table
{
	padding: 2px;
}

.produkt-popis td
{
	padding: 8px 0px
}

.prihlaseni-info
{
	font-size: 13px;
	padding: 10px;
	background-color: #ffeeee;
	border: 1px solid #ffdddd;
}

.registrace-info
{
	font-size: 13px;
	padding: 10px;
	background-color: #eeffee;
	border: 1px solid #ffdddd;
}

.nefancifikovat
{
	width:100%;
	height: 30px;
  z-index: -100;
  position: relative;
}

.nefancifikovat_nehledat
{
	width: 98%;
	height: 30px;
}

.nefancifikovat_mini
{
	width: 100%;
	height: 25px;
}

.delivery-select
{
	width: 100%;
}

div.settings
{
	display: inline-block;
}

div.section
{
	margin-top: 20px;
}

.discountForm
{
	width: 100%;
}

.discountForm label
{
	position: relative;
	display: inline-block;
	padding: 16px;
	/*width: 75px;*/
}

.discountForm .popisek
{
	display: inline-block;
	position: absolute;
	width: 200px;
	top: -10px;
	left: -60px;
	text-align: center;
	font-style: italic;
}

.discountForm .question
{
	padding-bottom: 20px;
	font-weight: bold; 
}

/*.discountForm input[type="radio"]
{
	display: inline-block;
}*/

.crossed {
	position: relative;
	text-align: center;
	overflow: hidden;
	width: 95%;
	left: 2.5%;
	margin: 35px 0;
}
.crossed h2 {
	display: inline;
	position: relative;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #812d10;
	font-weight: 600;
}
.crossed h2 .before,
h2 .after {
	display: block;
	position: absolute;
	width: 500px;
	height: 1px;
	overflow: hidden;
	/* Stary zvyk, IE 6 ignoroval height 1px bez overflow: hidden */
	left: -520px;
	/* 500px je dlzka ciary a zvysnych 20px je medzera medzi textom */
	top: 50%;
	background: #b2b2b2;
}
.crossed h2 .after {
	left: 100%;
	margin-left: 20px;
}




.customer-response{
width: 100%;}

.customer-response .title{
font-size: 20px;
color: #777777;
clear:both;
margin-bottom: 30px;
}

.customer-response .segment{
/*background-color: #f5f5f5;*/
position: relative;
width: 50%;
float: left;
margin-bottom: 50px;
}

.customer-response .segment .date{
display: block;
text-align: right;
color: #999999;
padding-right: 30px;
font-size: 12px;
line-height: 12px;
}

.customer-response .segment .rating{
padding-right: 30px;
text-align: right;
color: #999999;
font-size: 20px;
}

.customer-response .segment .rating .active{
color: #FBBC28;
}



.customer-response .segment .quote-left,
.customer-response .segment .quote-right{
position: absolute;
font-size: 30px;
opacity: 0.10;
color: #000000;
}

.customer-response .segment .quote-left{
top: 12px;
left: 0%;
}

.customer-response .segment .quote-right{
bottom: 30px;
right: 0%;
display: none;
}


.customer-response .segment .content{
	/*background-color: #fafafa;*/
padding: 0px 20px 0px 35px;

}

.customer-response .segment .initials{
text-align: right;
color: #999999;
padding-right: 30px;
}

div.strankovani {
  text-align: right;
}

.customer-response .answer
{
	border: 1px solid #ddd;
	text-align: left;
	color: #555;
	padding: 10px;
	margin: 10px;
	float: right;
	font-style: italic;
	display: inline-block;
	width: 70%;
	background-color: #fafafa;
}

.customer-response .answer-header
{
	text-align: left;
	color: #ee0101;
	padding-right: 5px;
	padding-bottom: 5px;
}


div.fancy-select div.trigger{
background-color: transparent;
z-index: 100;
}

div.fancy-select div.trigger.open{
z-index: 99;
}

.currency::after, .jazyk::after{
z-index: 99;
}


.seo-text h1{
  margin-bottom: 8px;
}

.seo-text h2{
  line-height: 1.35em;
  margin-bottom: 8px;
}

.seo-text p{
  margin-bottom: 8px;
/*  padding-left: 10px;*/
  font-size: 15px; 
}

.produkt-description{
  margin-top: 30px;
}

.discountForm label{
  cursor: pointer;
}

.ikony{
  width: 100%;
}

.ikony .second{
  vertical-align: middle;
}

.ikony .mintab{
  width: auto;
  margin: 0;
}

.ikony .mintab td{
  padding: 0;
}

.ikony .mintab img{
  max-height: 50px;
  max-width: 50px;
}

.ikony .mintab span{
  color: #9C9C9C;
  font-size: 12px;
  margin-right: 15px
}
.seach-group {
  position: relative;
}
.searchBox {
  position: absolute;
  top: 100%;
  left: 0%;
  border: 1px #DDD solid;
  background-color: #F2F2F2;
  z-index: 1000;

}
.searchBox ul{
  width: 400px;
  list-style: none;
  padding: 0px 2px;
  margin: 0px;
}
.searchBox ul li {
  width: 388px;
  padding: 0px;
  margin: 4px 4px;
  background-color: #FFF;  
}

.searchBox ul li table {
  margin: 0px;
  padding: 0px;
  border: 1px #FFF solid;
}

.searchBox ul li table td{
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  color: #000;
}

.searchBox ul li:hover table td {
  background-color: #F4F3F3;
  color: #BC4B3F;
}

.searchBox ul li table .image{
  width: 20%;
}

.searchBox img{
  margin: 6px;
  max-width: 50px;
  max-height: 50px;
}
.produkt-thumb img:hover{
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
}
.zoomContainer{
    z-index: 150;
}
.produkt-thumb img.prod-nav-img {
    max-height: 57px !important;
    float: left;
    margin-top: 5px;
    cursor: pointer;    
}

.spinbox.digits-3 input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
#zasady-ochrany h4{
    font-size: 15px;
}

.category-buy span {
    font-weight: bold;
    font-size: 16px !important;
    float: right;
    text-transform: uppercase;
}
.category-buy:hover {
    color: #ab9528 !important;
}
.ikony-kategorie {
    display: flex;
    justify-content: center;
}
.ikony-kategorie > div > span {
    margin-top: 22px;
    display: inline-block;
    margin-right: 13px;
    color: #9C9C9C !important;
    font-size: 18px;
}