/*---------------------------------------------
-- 
---------------------------------------------*/
/* treba pro "scroll to top", kdyz potrebuju sipku placatejsi" */
/*---------------------------------------------
-- 
---------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  line-height: 1.2em;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.c-tgl {
  opacity: 0;
}

.cookies-settings-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.is-svg img.common {
  display: none;
}
.is-svg img.svg {
  display: inline-block;
}

.svg-pair {
  display: inline-block;
  line-height: 0;
  position: relative;
}
.svg-pair img.svg {
  display: none;
}
.is-svg .svg-pair.svg-is img.svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.is-svg .svg-pair.svg-is img.not-svg {
  opacity: 0;
}
.is-svg .svg-pair.img-is-not img.svg {
  display: inline-block;
  position: static;
}
.is-svg .svg-pair.img-is-not img.not-svg {
  display: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear {
  clear: both;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

.error {
  color: red;
  font-weight: bold;
  margin-top: 30px;
}

.success {
  font-weight: bold;
  color: green;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.tiny {
  font-size: 9px;
}

.valign-middle {
  vertical-align: middle;
}

.hidden {
  display: none;
}

input.spam {
  display: none;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
form .required label {
  position: relative;
}
form .required label:after {
  content: "*";
  color: #ff0000;
  position: absolute;
  right: -8px;
  top: 0px;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.color-variants .color-variant {
  display: inline-block;
  margin: 3px 6px 3px 0;
  width: 50px;
  height: 50px;
}

.product-detail .colored-images .large {
  display: none;
}

/*---------------------------------------------
-- controls
---------------------------------------------*/
.number-input-wrapper {
  position: relative;
  width: 80px;
}
.number-input-wrapper input.text {
  box-sizing: border-box;
  text-align: center;
  text-indent: -14px;
  height: 28px;
  width: 100%;
  padding: 5px 0;
  border: 2px solid #ddd;
  background: #fff;
  color: #000;
}
.number-input-wrapper .buttons-wrapper {
  box-sizing: border-box;
  vertical-align: bottom;
  margin-left: -1px;
  display: inline-block;
  height: 28px;
  width: 28px;
  background-color: #fff;
  border: 2px solid #ddd;
  border-left: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.number-input-wrapper .buttons-wrapper .up, .number-input-wrapper .buttons-wrapper .down {
  cursor: pointer;
  display: block;
  height: 45%;
}
.number-input-wrapper .buttons-wrapper .up {
  margin-bottom: 10%;
  /*background: url(../images/layout/button-number-up.png) no-repeat center bottom;*/
}
.number-input-wrapper .buttons-wrapper .up:after {
  content: "+";
  display: inline-block;
}
.number-input-wrapper .buttons-wrapper .down {
  /*background: url(../images/layout/button-number-down.png) no-repeat center top;*/
}
.number-input-wrapper .buttons-wrapper .down:after {
  content: "-";
  display: inline-block;
}

/*---------------------------------------------
-- tabs
---------------------------------------------*/
.tabs .tabs-nav li {
  float: left;
}
.tabs .tabs-nav a {
  display: block;
}
.tabs .tabs-nav:after {
  content: "";
  display: block;
  clear: both;
}
.tabs .tab {
  display: none;
}
.tabs .tab.active {
  display: block;
}

body {
  color: #000000;
  font-family: Arial;
  font-size: 14px;
}

strong, b {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

a {
  transition: color 0.3s;
  text-decoration: none;
}

sup {
  font-size: 0.75em;
  position: relative;
  top: -0.5em;
}

sub {
  font-size: 0.75em;
  position: relative;
  top: 0.5em;
}

.h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1, .h2, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2, .h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3, .h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4, .h5, .mceContentBody h5, .mce-content-body h5, .wysiwyg-content h5, .h6, .mceContentBody h6, .mce-content-body h6, .wysiwyg-content h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.h1:first-child, .mceContentBody h1:first-child, .mce-content-body h1:first-child, .wysiwyg-content h1:first-child, .h2:first-child, .mceContentBody h2:first-child, .mce-content-body h2:first-child, .wysiwyg-content h2:first-child, .h3:first-child, .mceContentBody h3:first-child, .mce-content-body h3:first-child, .wysiwyg-content h3:first-child, .h4:first-child, .mceContentBody h4:first-child, .mce-content-body h4:first-child, .wysiwyg-content h4:first-child, .h5:first-child, .mceContentBody h5:first-child, .mce-content-body h5:first-child, .wysiwyg-content h5:first-child, .h6:first-child, .mceContentBody h6:first-child, .mce-content-body h6:first-child, .wysiwyg-content h6:first-child {
  margin-top: 0;
}

.h1, .mceContentBody h1, .mce-content-body h1, .wysiwyg-content h1 {
  margin-top: 0;
  font-size: 2rem;
}

.h2, .mceContentBody h2, .mce-content-body h2, .wysiwyg-content h2 {
  font-size: 1.75rem;
}

.h3, .mceContentBody h3, .mce-content-body h3, .wysiwyg-content h3 {
  font-size: 1.5rem;
}

.h4, .mceContentBody h4, .mce-content-body h4, .wysiwyg-content h4 {
  font-size: 1.2rem;
}

.h5, .mceContentBody h5, .mce-content-body h5, .wysiwyg-content h5 {
  font-size: 1rem;
  font-weight: bold;
}

.h6, .mceContentBody h6, .mce-content-body h6, .wysiwyg-content h6 {
  font-size: 1rem;
  font-weight: bold;
}

.mceContentBody table, .mce-content-body table {
  border-collapse: separate;
  width: 100%;
}
.mceContentBody table th, .mceContentBody table td, .mce-content-body table th, .mce-content-body table td {
  border: 1px dotted #ddd;
}

.mceContentBody ul, .mce-content-body ul, .wysiwyg-content ul {
  list-style-type: disc;
  padding-left: 2em;
  margin: 0.5em 0;
}
.mceContentBody ol, .mce-content-body ol, .wysiwyg-content ol {
  padding-left: 2em;
  margin: 0.5em 0;
  list-style-type: decimal;
}
.mceContentBody p, .mce-content-body p, .wysiwyg-content p {
  margin-bottom: 1em;
}
.mceContentBody ul, .mceContentBody ol, .mceContentBody p, .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6, .mce-content-body ul, .mce-content-body ol, .mce-content-body p, .mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6, .wysiwyg-content ul, .wysiwyg-content ol, .wysiwyg-content p, .wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4, .wysiwyg-content h5, .wysiwyg-content h6 {
  line-height: 1.3em;
}
* {
  outline: 0;
  box-sizing: border-box;
}

.image img {
  width: 100%;
}

.fancybox-nav {
  top: 25%;
  height: 50%;
  width: 30%;
}

.fancybox-skin .fancybox-close {
  background: #0000ff;
  border-radius: 50%;
  color: #fff;
  width: 22.5px;
  height: 22.5px;
  height: 36px;
  width: 36px;
}
.fancybox-skin .fancybox-close:before, .fancybox-skin .fancybox-close:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: " ";
  height: 15px;
  width: 2px;
  background-color: currentColor;
  transform-origin: center center;
}
.fancybox-skin .fancybox-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.fancybox-skin .fancybox-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-switcher {
  color: #fff;
  box-sizing: content-box;
  display: inline-block;
  padding: 13px 10px 5px;
  position: absolute;
  width: 25px;
  top: -13px;
  right: 7px;
  height: 23px;
}
.fixed .menu-switcher {
  color: #000000 !important;
}
.menu-switcher:after, .menu-switcher:before {
  content: "";
  transform-origin: left top;
}
.menu-switcher:after {
  content: "";
  transform-origin: left bottom;
}
.menu-switcher span, .menu-switcher:after, .menu-switcher:before {
  border-top: 2px solid currentColor;
  display: block;
  margin-bottom: 4px;
  transition: all 0.5s;
  width: 100%;
}
.menu-open .menu-switcher {
  color: #0000ff !important;
}
.menu-open .menu-switcher:after, .menu-open .menu-switcher:before {
  margin-bottom: 0;
}
.menu-open .menu-switcher:before {
  transform: rotate(45deg);
  margin-bottom: 9px;
}
.menu-open .menu-switcher:after {
  transform: rotate(-45deg);
}
.menu-open .menu-switcher span {
  width: 1px;
  opacity: 0;
}

.header-placeholder {
  display: none;
}

/*.show-header {
	&.not-home .header-placeholder {
		display: block;
	}

	@media (min-width: $widthDesktop) {
		&.is-home .header-placeholder {
			display: block;
		}
	}

	header {
		position: fixed !important;
		background: #fff;
		top: 0;
		width: 100%;
	}
}*/
header {
  z-index: 101;
}

body {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.container {
  width: 1024px;
  margin: 0 auto;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
/*---------------------------------------------
-- 
---------------------------------------------*/
header {
  background-color: #FFFFFF;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
header .logo {
  top: 40px;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 10000;
}
header .logo img {
  width: 242px;
}
header .locale-switcher-wrapper {
  position: absolute;
  top: 22px;
  right: 22px;
}
header .locale-switcher-wrapper .locale-switcher .separator {
  color: #FFF;
  margin: 0px 5px;
}
header .locale-switcher-wrapper .locale-switcher a {
  color: #FFF;
  line-height: 20px;
  /*margin-left: 20px;*/
  text-decoration: none;
}
header .locale-switcher-wrapper .locale-switcher a:hover {
  color: #000;
}
header .locale-switcher-wrapper .locale-switcher a span {
  padding-left: 30px !important;
}

/*---------------------------------------------
--
---------------------------------------------*/
.checkbox label:after,
.radio label:after {
  content: "";
  display: table;
  clear: both;
}

.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0.25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 0.5em;
}

.radio .cr {
  border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label input[type=checkbox],
.radio label input[type=radio] {
  display: none;
}

.checkbox label input[type=checkbox] + .cr > .cr-icon,
.radio label input[type=radio] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}

.checkbox label input[type=checkbox]:checked + .cr > .cr-icon,
.radio label input[type=radio]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.checkbox label input[type=checkbox]:disabled + .cr,
.radio label input[type=radio]:disabled + .cr {
  opacity: 0.5;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.btn-primary {
  background: #990000;
  color: #ffffff;
  border: 0px;
  width: 20%;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background: #BB0000;
}

.btn-primary:active, .btn-primary.active {
  background: #007299;
  box-shadow: none;
}

input, select, button {
  outline: 0;
}

.bad-good-slider {
  position: relative;
}
.bad-good-slider .smile {
  position: absolute;
  width: 40px;
}
.bad-good-slider .bad {
  background: url("../images/layout/slider-bad.png");
  left: 0px;
  cursor: pointer;
  height: 34px;
}
.bad-good-slider .good {
  background: url("../images/layout/slider-good.png");
  right: 0px;
  cursor: pointer;
  height: 44px;
  margin-top: -2px;
}
.bad-good-slider .smile-description {
  color: #000;
  margin-left: -20px;
  margin-top: 45px;
  width: 80px;
}

.slider-wrapper {
  padding: 6px 25px 6px 25px;
  margin: 0px auto;
  width: 840px;
}
.slider-wrapper .ui-slider {
  background: none !important;
}
.slider-wrapper .slider-min-value, .slider-wrapper .slider-max-value {
  position: absolute;
  top: -1px;
}
.slider-wrapper .slider-min-value {
  left: 0px;
}
.slider-wrapper .slider-max-value {
  right: 0px;
}
.slider-wrapper .slider-value {
  padding-top: 8px;
  display: block;
  text-align: center;
}
.slider-wrapper .ui-slider-range {
  background-color: red;
}
.slider-wrapper .centerer {
  width: 1030px;
  margin: 0 auto;
  margin-left: -10px;
}
.slider-wrapper .line {
  float: left;
  width: 42px;
  height: 1px;
  border-bottom: 1px solid #666;
  padding-top: 18px;
}
.slider-wrapper .circle {
  float: left;
  text-align: center;
  padding: 10px 0px 25px 0px;
  font-size: 15px;
  color: #666;
  border: 1px #666 solid;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slider-wrapper .white {
  color: #FFF;
}

.ui-slider-handle {
  color: #FFF !important;
  border: 0 !important;
  background: url("../images/layout/slider-handle.png") !important;
  width: 55px !important;
  height: 55px !important;
  text-align: center;
  margin-left: -27px !important;
  top: -9px !important;
  cursor: pointer !important;
  font-size: 22px !important;
  line-height: 55px !important;
}

.ui-widget-content {
  /*background: url('../images/layout/slider-bg.png') no-repeat !important;*/
  border: 0 !important;
  cursor: pointer;
}

.ui-slider-horizontal {
  height: 31px !important;
}

.my-control {
  outline: 0;
  padding: 22px;
  border: 1px dotted #c4c7d0;
  width: 100%;
  text-align: center;
  font-size: 22px;
  margin-bottom: 5px;
}

.form-group {
  margin-bottom: 95px;
}
.form-group.last {
  margin-bottom: 0;
}

.checkboxes .checkbox {
  margin: 20px 0;
}
.checkboxes .checkboxlist {
  line-height: 40px;
  position: relative;
  padding: 0 0 0 60px;
}
.checkboxes .checkboxlist .cr {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  border: 1px dotted #c4c7d0;
  width: 40px;
  height: 40px;
}
.checkboxes .checkboxlist label {
  padding-left: 0px;
  font-size: 16px;
  line-height: 1.3em;
  display: inline-block;
  vertical-align: middle;
  color: #666666;
  margin-bottom: 0px;
}
.checkboxes .checkboxlist .glyphicon {
  background: url("../images/layout/checkbox-check.png");
  width: 30px;
  height: 22px;
  top: 22%;
  left: 8%;
}
.checkboxes .checkboxlist .glyphicon:before {
  display: none;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.relative {
  position: relative;
}

.action-successfullysaved, .action-import, .action-report {
  background: url("../images/success/header.jpg?v1") top center;
}

.action-warning {
  background: url("../images/warning/header.jpg?v1") top center;
}

.page-content .header-image {
  background: url("../images/home/header.jpg?v1") no-repeat center;
  height: 680px;
  text-align: center;
  padding-top: 260px;
}
.page-content .header-image.success, .page-content .header-image.warning {
  background: none;
}
.page-content .header-image .home-icon {
  margin-bottom: 50px;
}
.page-content .header-image h1.title {
  background: transparent;
  color: #FFF;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 0.4em;
}
.page-content .header-image .subtitle {
  background: transparent;
  color: #FFF;
  font-size: 50px;
  font-weight: 300;
}
.page-content .down-arrow {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
.page-content #link-to-form {
  outline: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../images/home/down-arrow.png");
  cursor: pointer;
}
.page-content #link-to-form:hover {
  background-position: 0 -50px;
}

.section.section-pink {
  background-color: #ffba00;
  position: relative;
}
.section.section-pink:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffba00 transparent transparent transparent;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -20px;
}

.section {
  padding: 80px 0 70px 0;
}

.section-rating-text {
  padding: 70px 0 50px 0;
}
.section-rating-text .rating-help {
  font-size: 36px;
  text-align: center;
}

.section-rating {
  padding: 30px 0 25px 0;
  background-color: #ffba00;
  position: relative;
  text-align: center;
}
.section-rating .centerer {
  width: 1030px;
  margin: 0 auto;
}
.section-rating .line {
  float: left;
  width: 25px;
  height: 1px;
  border-bottom: 1px solid #000;
  padding-top: 18px;
}
.section-rating .circle {
  float: left;
  text-align: center;
  padding: 10px 0px 25px 0px;
  font-size: 15px;
  color: #000;
  border: 1px #000 solid;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.section-rating .desc {
  float: left;
  padding: 12px 47px 20px 25px;
  font-size: 14px;
  color: #000;
}
.section-rating .desc.last {
  padding-right: 0px;
}

.rating-fixed {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 255;
}

.main-title {
  font-size: 38px;
  color: #000;
  font-weight: 300;
  margin-bottom: 0;
}

.action-details .action-label {
  font-weight: 600;
  font-size: 12px;
}
.action-details .action-line {
  margin: 20px 0;
  background: #FFFFFF;
  width: 100%;
  height: 1px;
}
.action-details .action-value {
  font-size: 17px;
}

.field-label {
  outline: 0;
  padding: 22px 0;
  text-align: center;
  font-size: 24px;
  margin-bottom: 5px;
  width: 60px;
}

.field-label::placeholder {
  color: rgb(153, 153, 153);
}

textarea::placeholder {
  color: rgb(153, 153, 153);
}

.question {
  width: 500px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.question .icon {
  display: block;
  margin: 0 auto 35px auto;
}
.question .question-icon1 {
  background-image: url("../images/home/question-icon1.png");
  width: 75px;
  height: 73px;
}
.question .question-icon2 {
  background-image: url("../images/home/question-icon2.png");
  width: 58px;
  height: 73px;
}
.question .question-icon3 {
  background-image: url("../images/home/question-icon3.png");
  width: 74px;
  height: 73px;
}
.question .question-icon4 {
  background-image: url("../images/home/question-icon4.png");
  width: 71px;
  height: 60px;
}
.question .question-icon5 {
  background-image: url("../images/home/question-icon5.png");
  width: 71px;
  height: 60px;
}
.question .question-icon6 {
  background-image: url("../images/home/question-icon6.png");
  width: 71px;
  height: 71px;
}
.question .question-icon7 {
  background-image: url("../images/home/question-icon7.png");
  width: 68px;
  height: 73px;
}
.question .title {
  font-size: 22px;
  line-height: 1.3em;
  color: #000;
  margin-bottom: 0.7em;
}
.question .subtitle {
  font-size: 16px;
  color: #666666;
}

.row label {
  margin-bottom: 20px;
}
.row label.checkboxlist {
  width: 100%;
  margin-bottom: -5px;
}
.row label.checkboxlist .cr {
  background-color: #FFF;
}
.row .sublabel {
  position: absolute;
  top: 10px;
  left: -10px;
}
.row .buttons {
  text-align: center;
}
.row .form-control-inline {
  display: inline-block;
  width: 70%;
  margin-top: -10px;
  margin-left: 10px;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
footer {
  background: url("../images/home/footer.jpg?v1") no-repeat center 0;
  color: #FFF;
  padding: 120px 0 80px;
  text-align: center;
}
footer .title, footer .counter, footer .button-wrapper {
  margin-bottom: 38px;
}
footer .title {
  font-size: 22px;
  text-shadow: 0px 0px 10px #000000;
  font-weight: 600;
}
footer .satisfaction-counter-wrapper {
  background: url("../images/layout/hearth.png") no-repeat 0 0;
  display: inline-block;
  height: 176px;
  left: 0;
  position: relative;
  width: 231px;
}
footer .circles-text {
  font-size: 38px;
  font-weight: 300;
  line-height: 176px;
  position: absolute;
  top: 0;
  width: 100%;
  color: #ffba00;
}
footer .button {
  background: #ffba00;
  /*border: 3px solid #e4454e;*/
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 600;
  font-size: 22px;
  padding: 24px 76px;
}
footer .car {
  background: url("../images/home/van.png") no-repeat 0 0;
  display: inline-block;
  height: 56px;
  left: 0;
  position: relative;
  transition: all 1s;
  width: 116px;
}
footer .car.gone {
  left: 300px;
  opacity: 0;
}

/*---------------------------------------------
-- 
---------------------------------------------*/
.products-filter fieldset {
  border: 1px solid blue;
  padding: 10px;
  margin-bottom: 1em;
}

/*# sourceMappingURL=index.css.map */
