

/*
  tmave modra barva: #303a40
  zelena barva: #a9ce25
*/

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #666;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  position: relative;
}

.left { float: left; }
.right { float: right; }
.red { color: #cc0000; }
.clear { clear: both; }

a { color: #333; }
a:hover { text-decoration: none; }

img { max-width: 100%; height: auto; }

.squirt2 {
  background: url(/design/img/squirt-2.jpg) no-repeat center bottom -50px;
}

#fotogalerie .item {
  margin: 3px;
}

#fotogalerie .item img {
  display: block;
  width: 100%;
  height: auto;
}

#fotogalerie .item {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin: 5px;
    padding: 10px;
}

#fotogalerie .item:hover {
    border: 1px solid #ccc;
}

h1 {
  font-weight: 200;
  font-size: 30px;
  margin: 0 0 30px 0;
  padding-bottom: 30px;
/*  border-bottom: 1px solid #e0e0e0;*/
}
hr {
  border-bottom: 1px solid #e0e0e0;

	width: 100%;
	display: block;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 0;

	border-bottom-width: 0;

	border-left-width: 0;

	border-top-style: solid;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	border-top-color: #ccc;

	margin-bottom:10px;

	margin-top:10px;

	padding: 0px;

	}

}

h2 {
  font-weight: 200;
  font-size: 34px;
  line-height: 42px;
  color: #323233;
}

h1, h2 {
  color: #fc6f2e;
}

ul li {
  margin: 10px 0;
}

.icon {
  background: url(/design/img/icon/download-icon.png) no-repeat center left;
  display: inline-block;
  padding-left: 35px;
}

/*.pdf {
  background: url(/design/img/icon/pdf-icon.png) no-repeat center left;
  padding-left: 35px;
}*/

.breadcrumb-wrap {
  background-color: #fafafa;
  padding: 20px 0;
}

.breadcrumb {
  border: none;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  list-style: none;
  float: left;
  display: block;
  position: relative;
  line-height: 20px;
  padding: 0 20px 0 50px;
  width: auto;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.breadcrumb li:first-child {
  padding-left: 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.breadcrumb li:last-child{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.breadcrumb li,
.breadcrumb li:after{
  background-color:#fafafa;
}

.breadcrumb li.active,
.breadcrumb li.active:after{
  background-color:#fafafa;
}

.breadcrumb li:after {
  content: '';
  z-index: 1;
  height: 20px;
  width: 20px;
  border-right: 3px solid #e0e0e0;
  border-top: 3px solid #e0e0e0;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  -webkit-transform: translateX(20px) rotate(45deg) scale(0.6) skew(5deg,5deg);
  transform: translateX(20px) rotate(45deg) scale(0.6) skew(5deg,5deg);
}

.breadcrumb li:last-child:after {
  content: none;
}

.breadcrumb li.active {
}

.breadcrumb li.active a {
}

.strankovani {
  float: left;
  width: 100%;
}

.full-width {
  width: 100%;
}

.grey {
  background-color: #f7f7f7;
}

.btn {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #d1d1d1;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: normal;
  color: #f36d21;
}

.btn:hover {
  border: 1px solid #f36d21;
  background-color: #f36d21;
  color: #fff;
}

.btn.orange {
  border: 1px solid #f36d21;
  background-color: #f36d21;
  color: #fff;
  padding: 20px 35px;
}

.btn.orange:hover {
  border: 1px solid #d9631e;
  background-color: #d9631e;
  color: #fff;
}

.btn.simple {
  border: 1px solid #d1d1d1;
  background-color: transparent;
  color: #fff;
  padding: 20px 35px;
}

.btn.simple:hover {
  border: 1px solid #d9631e;
  background-color: #d9631e;
  color: #fff;
}

.item p {
  margin-bottom: 30px;
}

p.vice-text {
  display: none;
}

#main-content {
  padding: 40px 0 80px 0;
}

.content-footer {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  margin-top: 30px;
  padding: 30px 0;
}

.fotogalerie p {
  margin: 0 0 20px 0;
}

.o-spolecnosti ul {
  padding: 0 0 0 20px;
}

.o-spolecnosti ul li {
  width: calc(50% - 20px);
  float: left;
}

.o-spolecnosti ul li:nth-child(2n+0) {
  margin-left: 40px;
}

.header {
  background: url(/design/img/header-line.jpg) repeat-x center top;
  border-bottom: 1px solid #e0e0e0;
}

#logo {
  float: left;
  margin-top: 27px;
}

#logo img {
  vertical-align: top;
}

#main-nav {
  position: relative;
  float: right;
  display: block;
  margin: 0;
  padding: 0;
}

#main-nav > li {
  display: inline-block;
  margin: 0 30px;
  padding: 50px 0 0 0;
  border-top: 3px solid transparent;
}

#main-nav > li:last-child {
  margin-right: 0;
}

#main-nav > li > a {
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 15px;
  color: #363738;
  line-height: 22px;
  text-decoration: none;
}

#main-nav > li:hover,
#main-nav > li.active {
  border-top: 3px solid #f36d21;
}

#main-nav > li.sub:hover > a {
  color: #f36d21;
}

#main-nav li.sub {
  padding-bottom: 27px;
  /*position: relative;*/
}

#main-nav li.sub .dropdown-fullwidth {
  display: block;
  padding:  10px 20px 10px 20px;
  margin: 0;
  position: absolute;
  top: 108px;
  left: 0;
  z-index: 9000;
  display: none;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
}
#main-nav2 li.sub .dropdown-fullwidth2 {
  display: block;
  padding:  10px 20px 10px 20px;
  margin: 0;
  position: absolute;
  top: 108px;
  left: 0;
  z-index: 9000;
  display: none;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
}

#main-nav li.sub:hover .dropdown-fullwidth {
  display: block;
}

.quarter {
  width: 24%;
  margin-right: 1%;
  float: left;
}
.quarter2 {
  width: 24%;
  margin-right: 1%;
  float: left;
}

.quarter h3 {
  font-size: 14px;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 5px;
}

.quarter ul {
  display: block;
  margin: 0;
  padding: 0;
}

.quarter ul li {
  display: block;
  margin: 5px 0;
  padding: 0;
}

.quarter ul li a {
  text-decoration: none;
  color: #737373;
}

.quarter ul li a:hover {
  color: #f36d21;
}

.quarter ul li a:before {
  content: "- "
}
.quarter2 ul {
  display: block;
  margin: 0;
  padding: 0;
}

.quarter2 ul li {
  display: block;
  margin: 5px 0 0 420px;
  padding: 0;
  width:400px
}

.quarter2 ul li a {
  text-decoration: none;
  color: #737373;
}

.quarter2 ul li a:hover {
  color: #f36d21;
}

.quarter2 ul li a:before {
  content: "- "
}
.quarter3 ul {
  display: block;
  margin: 0;
  padding: 0;
}

.quarter3 ul li {
  display: block;
  margin: 5px 0 0 540px;
  padding: 0;
  width:400px
}

.quarter3 ul li a {
  text-decoration: none;
  color: #737373;
}

.quarter3 ul li a:hover {
  color: #f36d21;
}

.quarter3 ul li a:before {
  content: "- "
}

/*.dropdown-half,
.col-half {
  width: calc(50% - 20px);
  float: left;
  margin: 0 10px;
}

.col-half ul {
  display: block;
  padding: 0;
  margin: 0;
}

.col-half ul li {
  display: block;
  padding: 0;
  margin: 10px 0;
}

.col-half ul li a {
  color: #363738;
  line-height: 22px;
  text-decoration: none;
  font-size: 14px;
}

.col-half ul li a:before {
  content: "- "
}

.col-half ul li a:hover {
  color: #f36d21;
}

.dropdown-half h3,
.col-half h4 {
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  font-size: 16px;
}

.col-half h4 {
  font-weight: normal;
}

.pts {
  border-right: 1px solid #e0e0e0;
}

.smt ul li {
  margin: 0;
}*/

#owl-galery .item,
#owl-galery-2 .item {
  margin: 3px;
}

#owl-galery .item img,
#owl-galery-2 .item img {
  display: block;
  width: 100%;
  height: auto;
}

.slider {
  background: url(/design/img/squirt.jpg) repeat-x center center;
}

#slider {
  height: 498px;
}

#slider.owl-theme .owl-controls {
  margin-top: -50px;
  text-align: center;
  position: relative;
  z-index: 9999;
}

#slider .item,
#slider .item .box,
.owl-wrapper-outer,
.owl-wrapper,
.owl-item {
  height: 100%;
}

#slider .item img {
  max-width: 100%;
  height: auto;
}

#slider .item h1 {
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  margin-top: 90px;
  margin-bottom: 30px;
}

#slider .item p {
  font-weight: 400;
  color: #646466;
}

#slider .item .image img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.block-section {
  margin-top: 10px;
  padding-bottom: 50px;
}

.block-section .item {
  width: calc(33% - 10px);
  margin: 0 7px;
  padding: 0;
  float: left;
  text-align: center;
}

.block-section .item p {
  font-weight: 300;
  padding: 0 10px;
}

.walachit {
  background: url(/design/img/walachit.jpg) no-repeat left bottom;
  height: auto;
  min-height: 452px;
  padding-bottom: 40px;
}

.walachit h2 {
  margin-bottom: 20px;
  margin-top: 55px;
}

.walachit p {
  margin-bottom: 30px;
}

.potisk-losu {
  background: url(/design/img/potisk-losu.jpg) no-repeat center right;
  background-size: contain;
  height: 300px;
}

.potisk-losu h2 {
  margin-bottom: 20px;
  margin-top: 55px;
}

.potisk-losu p {
  margin-bottom: 30px;
}

.dark-line {
  background: url(/design/img/shattered.jpg) repeat center center;
  height: auto;
  min-height: 300px;
}

.c5 {
  text-align: center;
  color: #fff;
  padding: 41px 200px 0 200px;
}

.c5 h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}

.c5 p {
  font-weight: 300;
  padding: 0 10px;
  margin-bottom: 30px;
}

.c5 a.btn {
  margin: 0 20px;
}

.social a img {
  vertical-align: top;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.footer {
  background-color: #333;
  color: #fff;
  height: 200px;
  padding-top: 30px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.social a:last-child img {
  margin-right: 0;
}

.developed p {
  text-align: right;
}

.block-section.produkty-index .item {
  margin-bottom: 0;
}

.block-section.produkty-index .item h2,
.block-section.reference-index .item h2 {
  margin: 20px 0;
  font-size: 20px;
  line-height: 26px;
}

.block-section.produkty-index .item h2 a,
.block-section.reference-index .item h2 a,
.sm .item h2 a {
  text-decoration: none;
}

.block-section.produkty-index .item h2 a:hover,
.block-section.reference-index .item h2 a:hover,
.sm .item h2 a:hover {
  color: #fc6f2e;
}

.block-section.produkty-index .item a img {
  vertical-align: top;
}

.block-section.produkty-index {
  padding-bottom: 20px;
}

.block-section.produkty-index .item {
  width: calc(33% - 10px);
  margin: 0 5px;
  padding: 0;
  float: left;
  text-align: center;
}

.block-section.reference-index .item {
  width: calc(25% - 10px);
  margin: 0 5px;
  padding: 0;
  float: left;
  text-align: center;
}

#side-nav  {
  padding: 0;
  margin: 0;
}

#side-nav li  {
  display: block;
  margin: 0;
  background-color: #fff;
}

#side-nav li a   {
  display: block;
  text-decoration: none;
  line-height: normal;
  padding: 15px 0 15px 10px;
  margin: 0;
  color: #666;
}

#side-nav li a:hover,
#side-nav li.active > a {
  color: #fc6f2e;
}

#side-nav > li > a  {
  border-bottom: 1px solid #e0e0e0;
}

#side-nav li a.sub-nav   {
  background: url(/design/img/side-nav-arrow-left.png) no-repeat center right 10px;
}

#side-nav li a.sub-nav.active   {
  background: url(/design/img/side-nav-arrow-down.png) no-repeat center right 10px;
}

#side-nav ul  {
  display: none;
  padding: 0;
  margin: 0;
}

#side-nav ul  {
  padding-left: 20px;
}

#side-nav > li > ul > li > a  {
  border-bottom: 1px solid #e0e0e0;
}

#side-nav > li > ul > li:last-child > a {
  border-bottom: none;
}

#side-nav > li > ul,
#side-nav > li > ul > li > ul  {
  border-bottom: 4px solid #e0e0e0;
}

#side-nav ul.open {
  display: block;
}

#side-nav li.active > ul {
  display: block;
}

.big-img {
  margin-bottom: 0;
}

.produkty-detail h1 {
  font-weight: 200;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.sm {
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
  margin-top: 30px;
}

.sm .item {
  text-align: center;
}

.sm strong {
  display: block;
  margin-bottom: 10px;
}

.sm h2 {
  font-size: 18px;
  margin-top: 0;
}

/* DOTAZ */
.dotaz {
  margin: 20px 0 10px;
}

.dotaz label:nth-child(2n+0) {
  margin-right: 0;
  float: right;
}

.dotaz label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.dotaz label span {
  font-weight: normal;
  float: right;
  font-size: 12px;
}

.dotaz label.red span {
  color: #CC0000;
}

label.text_zprava {
  width: 100%;
}

.dotaz label input,
.dotaz label textarea {
  display: block;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 10px;
  margin-top: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  color: #666;
  border-radius: 5px;
}

.dotaz input[type="submit"] {
  padding: 16px 0;
  background-color: #f36d21;
  color: #fff;
  border: none;
  margin-top: 20px;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
}

.dotaz input[type="submit"]:hover {
  background-color: #d9631e;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.partneri table td {
  vertical-align: middle;
  text-align: center;
}

#main-content.kontakt {
  padding-bottom: 80px;
}

.reference p.perex,
.novinky p.perex {
  font-style: italic;
}

#main_menu_btn {
  display: none;
  position: absolute;
  top: 37px;
  right: 0;
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1280px) {
.block-section .item h2 {
  font-size: 24px;
}
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
#main_menu_btn {
  display: block;
}
#main_menu_content {
  display: none;
}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.header {
  padding-bottom: 27px;
}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
#slider {
  display: none !important;
}

.header {
  padding-bottom: 27px;
}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.block-section {
  margin-top: 10px;
  padding-bottom: 50px;
}

.block-section .item {
  width: 100%;
  padding-bottom: 30px;
  margin: 0;
}

.block-section .item:last-child {
  padding-bottom: 0;
}

.block-section .item p {
  font-weight: 300;
  padding: 0 10px;
}

.walachit {
  background: url(/design/img/walachit.jpg) no-repeat left bottom;
  height: auto;
  min-height: 452px;
  padding-bottom: 430px;
}

.potisk-losu {
  background: url(/design/img/potisk-losu.jpg) no-repeat center bottom;
  background-size: contain;
  height: 460px;
}

.dark-line {
  background: url(/design/img/shattered.jpg) repeat center center;
  height: auto;
  min-height: 300px;
}

.c5 {
  text-align: center;
  color: #fff;
  padding: 55px 0 55px 0;
}

.c5 h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}

.c5 p {
  font-weight: 300;
  padding: 0 10px;
  margin-bottom: 30px;
}

span.or {
  display: block;
  margin: 15px 0;
}

.c5 a.btn {
  margin: 0 20px;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
.block-section {
  margin-top: 10px;
  padding-bottom: 50px;
}

.block-section .item {
  width: 100%;
  padding-bottom: 30px;
  margin: 0;
}

.block-section .item:last-child {
  padding-bottom: 0;
}

.block-section .item p {
  font-weight: 300;
  padding: 0 10px;
}

.walachit {
  background: url(/design/img/walachit.jpg) no-repeat left bottom;
  height: auto;
  min-height: 452px;
  padding-bottom: 430px;
}

.potisk-losu {
  background: url(/design/img/potisk-losu.jpg) no-repeat center bottom;
  background-size: contain;
  height: 460px;
}

.dark-line {
  background: url(/design/img/shattered.jpg) repeat center center;
  height: auto;
  min-height: 300px;
}

.c5 {
  text-align: center;
  color: #fff;
  padding: 55px 0 55px 0;
}

.c5 h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}

.c5 p {
  font-weight: 300;
  padding: 0 10px;
  margin-bottom: 30px;
}

span.or {
  display: block;
  margin: 15px 0;
}

.c5 a.btn {
  margin: 0 20px;
}



































