*:focus {
  outline: none;
}
.basic-gradient {
  -webkit-backface-visibility: hidden;
  background: #f57d22;
  background: -moz-linear-gradient(top, #f57d22 0%, #f15f28 100%);
  background: -webkit-linear-gradient(top, #f57d22 0%, #f15f28 100%);
  background: linear-gradient(to bottom, #f57d22 0%, #f15f28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f57d22', endColorstr='#f15f28', GradientType=0);
}
.diagonal-gradient {
  -webkit-backface-visibility: hidden;
  background: #f15c29;
  background: -moz-linear-gradient(-45deg, #f15c29 0%, #f57d22 100%);
  background: -webkit-linear-gradient(-45deg, #f15c29 0%, #f57d22 100%);
  background: linear-gradient(135deg, #f15c29 0%, #f57d22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15c29', endColorstr='#f57d22', GradientType=1);
}
.light-gradient {
  -webkit-backface-visibility: hidden;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 59%, #f6f1ef 100%);
  background: -webkit-linear-gradient(top, #ffffff 59%, #f6f1ef 100%);
  background: linear-gradient(to bottom, #ffffff 59%, #f6f1ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f1ef', GradientType=0);
}
@-webkit-keyframes rotating {
  /* Safari and Chrome */
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 8s linear infinite;
  -moz-animation: rotating 8s linear infinite;
  -ms-animation: rotating 8s linear infinite;
  -o-animation: rotating 8s linear infinite;
  animation: rotating 8s linear infinite;
}
.rotating-slow {
  -webkit-animation: rotating 24s linear infinite;
  -moz-animation: rotating 24s linear infinite;
  -ms-animation: rotating 24s linear infinite;
  -o-animation: rotating 24s linear infinite;
  animation: rotating 24s linear infinite;
}
#wrapper {
  width: calc(100% - 80px);
  max-width: 1920px;
  margin: auto;
  display: block;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  #wrapper {
    width: calc(100% - 30px);
    margin-left: 15px;
  }
}
.force-block {
  width: 100%;
  display: inline-block;
  clear: both;
}
.pt0f {
  padding-top: 0 !important;
}
.mt0 {
  margin-top: 0;
}
.mt0f {
  margin-top: 0 !important;
}
.content-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 25px;
  position: relative;
  z-index: 70;
}
.content-wrapper--littleoverlap {
  position: relative;
  margin-top: -180px;
}
.content-wrapper--wide {
  max-width: 100%;
  width: 1800px;
}
.content-wrapper--whiteoverlap {
  position: relative;
  margin-top: -220px;
  background: white;
  padding-top: 10px;
}
.content-wrapper--orange {
  -webkit-backface-visibility: hidden;
  background: #f57d22;
  background: -moz-linear-gradient(top, #f57d22 0%, #f15f28 100%);
  background: -webkit-linear-gradient(top, #f57d22 0%, #f15f28 100%);
  background: linear-gradient(to bottom, #f57d22 0%, #f15f28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f57d22', endColorstr='#f15f28', GradientType=0);
  max-width: 100%;
}
.content-wrapper--orange .header {
  min-height: 1px !important;
  height: inherit !important;
  background: none;
  padding-top: 160px;
  padding-bottom: 60px;
}
.content-wrapper--orange .header img {
  max-width: 100%;
  height: auto;
}
.content-wrapper--orange .headergroup {
  padding-bottom: 0;
}
.content-wrapper--orange .inner {
  margin: 0px auto;
  padding: 0px 15px 100px 15px;
  max-width: 1300px;
  color: white;
}
.content-wrapper--orange .inner p {
  font-weight: lighter;
}
.content-wrapper--orange .inner h2 {
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  max-width: 880px;
  margin: 0 auto;
  line-height: 1.6em;
  font-size: 24px;
  color: white;
  padding: 0 35px 50px 35px;
  text-align: center;
}
@media only screen and (max-width: 1235px) {
  .content-wrapper--littleoverlap2 {
    margin-top: -120px;
  }
}
@media only screen and (max-width: 1000px) {
  .content-wrapper--whiteoverlap {
    margin-top: 0px;
  }
}
@media only screen and (max-height: 1015px) {
  body.page-template-page-sluzby .content-wrapper--whiteoverlap {
    margin-top: -100px;
  }
  body.page-template-page-sluzby .content-wrapper--whiteoverlap2 {
    margin-top: -100px;
  }
}
@media only screen and (max-height: 650px) {
  .content-wrapper--whiteoverlap {
    margin-top: 0;
  }
  .content-wrapper--whiteoverlap2 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 500px) {
  .content-wrapper {
    padding: 0 10px;
  }
  .content-wrapper--orange .header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content-wrapper--orange .inner {
    padding-bottom: 15px !important;
  }
}
.desaturated {
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  filter: grayscale(100%);
}
.desaturated:hover {
  filter: grayscale(0%);
}
.text-info {
  font-family: "Open Sans";
  font-weight: 300;
  text-align: center;
  color: #141414 !important;
  font-size: 20px;
  line-height: 1.6em;
}
@media only screen and (max-width: 660px) {
  .text-info {
    font-size: 16px;
    padding: 0 50px;
  }
  .text-info br {
    display: none;
  }
}
@media only screen and (max-width: 660px) {
  .text-info {
    font-size: 14px;
    padding: 0 15px;
  }
  .text-info br {
    display: none;
  }
}
.width100auto {
  width: 100%;
  height: auto;
}
.font2 {
  font-family: "Open Sans";
  font-weight: 300;
}
.font3 {
  font-family: 'Anton', sans-serif;
  font-weight: normal;
}
.font4 {
  font-family: 'Anton', sans-serif;
  font-weight: normal;
  letter-spacing: 4px;
  font-size: 30px;
}
.font4 .fa {
  letter-spacing: 0;
  margin: 0 -8px;
}
.headergroup {
  text-align: center;
  padding: 25px 0 35px 0;
}
.headergroup__date {
  display: inline-block;
  color: white;
  padding-top: 5px;
}
.headergroup__date span {
  display: inline-block;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 3px solid white;
  text-transform: uppercase;
}
.headergroup__desc {
  border: 1px solid red;
  color: white;
  text-transform: uppercase;
}
.headergroup__ico {
  max-width: 600px;
  width: 100%;
  margin-bottom: 25px;
}
.headergroup--style2 .headergroup__title {
  color: #ffae89;
}
.headergroup--style2 .headergroup__subtitle {
  color: #fff;
}
.headergroup--white .headergroup__title {
  color: #fff;
}
.headergroup--white .headergroup__subtitle {
  color: #fff;
}
.headergroup--red .headergroup__title {
  color: #ed1c24;
}
.headergroup--red .headergroup__subtitle {
  color: #ed1c24;
}
.headergroup__subtitle,
.headergroup__title {
  line-height: 1.1em;
  margin: 0;
  padding: 0;
}
.headergroup__title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #b3b3b3;
  margin-bottom: 5px;
}
.headergroup__title--fixwide {
  max-width: 793px;
  text-align: center;
  margin: 0 auto 5px auto !important;
}
.headergroup__title--black {
  color: black;
}
.headergroup__title--marginer {
  margin: 40px 0;
}
.headergroup__title a {
  color: #3c3c3c;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-top: 10px;
  display: inline-block;
  border-bottom: 1px solid #dbdbdb;
}
.headergroup__title a:hover {
  text-decoration: none;
}
.headergroup__subtitle {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 24px;
  color: #131313;
  font-weight: lighter;
}
.contact-form {
  max-width: 650px;
  margin: auto;
  margin-top: 75px;
  padding: 0 25px;
}
.page-filter {
  text-align: center;
}
.page-filter__title {
  text-align: center;
  color: #fff;
}
.page-filter__item {
  border: none;
  background: none;
  color: white;
  text-transform: uppercase;
  padding: 5px 0px;
  margin: 5px 20px;
  display: inline-block;
  white-space: nowrap;
}
.page-filter__item--selected,
.page-filter__item:active {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
}
.page-filter__item:focus {
  color: white;
  text-decoration: none;
}
.page-filter__item:hover {
  color: white;
  text-decoration: none;
}
@media only screen and (max-width: 615px) {
  .page-filter__item {
    width: 100%;
    margin: 5px 0;
    border: none;
    display: inline-block !important;
    width: 100% !important;
  }
  .page-filter__item--selected,
  .page-filter__item.selected {
    border: 1px solid white !important;
    width: inherit;
    padding: 6px 29px;
  }
}
.text-section {
  padding: 65px 0;
}
.text-section.bordered {
  border-top: 4px solid #f5f5f5;
}
.text-section h3 {
  color: #3c3c3c;
  font-family: Anton;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 35px;
}
.text-section p {
  color: #3c3c3c;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  max-width: 800px;
  margin: auto;
  margin-bottom: 40px;
}
.podcasts a {
  margin-right: 20px;
}
.podcasts a:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .podcasts a {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 20px;
  }
}
.latest-blog p {
  color: #3c3c3c;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 400;
  margin: 35px 0;
}
.link-underlined {
  color: #3c3c3c;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: inline-block;
  padding-top: 10px;
  border-bottom: 2px solid #dbdbdb;
  text-decoration: none;
}
.link-underlined:hover {
  text-decoration: none;
}
.clear {
  clear: both;
}
.top-logo-wrapper {
  float: left;
  display: block;
  margin-top: -12px;
}
.top-logo-wrapper .navbar-brand {
  display: block;
  background: url('../img/logo.svg') no-repeat;
  background-size: 100%;
  width: 65px;
  height: 65px;
  font-size: 0;
}
.header {
  -webkit-backface-visibility: hidden;
  background: #f57d22;
  background: -moz-linear-gradient(top, #f57d22 0%, #f15f28 100%);
  background: -webkit-linear-gradient(top, #f57d22 0%, #f15f28 100%);
  background: linear-gradient(to bottom, #f57d22 0%, #f15f28 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f57d22', endColorstr='#f15f28', GradientType=0);
  text-align: center;
  min-height: 500px;
  position: relative;
  z-index: 60;
  max-width: 100%;
}
.header__logo {
  display: block;
  width: 100%;
  max-width: 310px;
  text-align: center;
  margin: 0 auto;
}
.header__logo svg {
  width: 100%;
  height: auto;
}
.header__logo svg #logo {
  -ms-transform-origin: 44% 50%;
  -o-transform-origin: 44% 50%;
  -webkit-transform-origin: 44% 50%;
  transform-origin: 44% 50%;
}
.header__logo__img {
  width: 100%;
  height: auto;
}
.header .vertical-align {
  opacity: 0;
}
.header__blog {
  background-size: cover;
}
.header__blog__cover {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
}
.header__blog .vertical-align {
  z-index: 90;
  position: relative;
}
body.single .content-wrapper--whiteoverlap {
  z-index: 70;
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-toggler {
  margin: 14px 0 0 0;
  padding: 0;
  outline: none;
}
.fixedmenu {
  z-index: 500;
  left: 0;
  top: 0;
  width: 100%;
  margin-bottom: 60px;
}
.fixedmenu.fixed {
  margin-bottom: 0;
  position: fixed;
}
.fixedmenu.fixed .content-wrapper {
  max-width: 1920px;
}
.fixedmenu.fixed .navbar {
  padding-top: 20px !important;
}
@media (min-width: 992px) {
  .fixedmenu.fixed .mainmenu__item .text {
    font-size: 26px;
    font-weight: normal;
  }
  .fixedmenu.fixed .mainmenu__item .subtext {
    display: none;
  }
}
.fixedmenu.fixed {
  -webkit-box-shadow: 0 15px 6px -15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 15px 6px -15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 6px -15px rgba(0, 0, 0, 0.2);
}
.fixedmenu.white {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: white !important;
}
.fixedmenu.white .hamburger-menu {
  top: -25px;
}
.fixedmenu.white .hamburger-menu .bar {
  background: black;
}
.fixedmenu.white .hamburger-menu .bar:before,
.fixedmenu.white .hamburger-menu .bar:after {
  background: black;
}
.fixedmenu.white .hamburger-menu .bar.animate {
  background: transparent;
}
.fixedmenu.white .hamburger-menu .bar.animate:before,
.fixedmenu.white .hamburger-menu .bar.animate:after {
  background: black;
}
.fixedmenu.white svg path {
  fill: #f47a22;
}
.fixedmenu.white svg #kremsa path {
  fill: black;
}
.fixedmenu.white .mainmenu__item__ico {
  color: black;
}
.fixedmenu.white .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.fixedmenu.white .fixedmenu__logo {
  margin-top: 0;
}
.fixedmenu.white .mainmenu__item .shape {
  stroke: #f47a22;
}
.fixedmenu.white .mainmenu__item .text {
  color: black;
}
.fixedmenu.white .mainmenu__item.active .text,
.fixedmenu.white .mainmenu__item:hover .text {
  color: #f47a22;
}
.fixedmenu.white .mainmenu__item.active ul .text,
.fixedmenu.white .mainmenu__item:hover ul .text {
  color: white;
}
.fixedmenu .navbar-collapse {
  justify-content: space-between;
}
.fixedmenu__fixer {
  width: 100%;
}
.fixedmenu__logo {
  width: 100%;
  height: 60px;
}
.fixedmenu__logo #logo {
  -ms-transform-origin: 44% 50%;
  -webkit-transform-origin: 44% 50%;
  transform-origin: 44% 50%;
}
.fixedmenu__ulmenu {
  margin: 0;
  padding: 0;
}
.fixedmenu__ulmenu__item {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.fixedmenu__ulmenu__item a {
  padding: 0 15px;
  display: inline-block;
  line-height: 31px;
  text-transform: uppercase;
  font-size: 15px;
  color: white;
  font-weight: bold;
}
.fixedmenu .content-wrapper {
  padding: 0 100px;
  margin: 0 auto;
  max-width: none;
}
body.single .fixedmenu {
  background: none;
}
body.page-homepage .fixedmenu.white {
  display: block;
  z-index: 4000;
}
@media only screen and (max-width: 700px) {
  body.page-homepage .fixedmenu {
    display: block;
  }
  body.page-homepage .fixedmenu .fixedmenu__logo {
    display: none;
  }
  body.page-homepage .fixedmenu.white .fixedmenu__logo {
    display: block;
  }
  body.page-homepage .fixedmenu.opened.white .navbar-brand svg,
  body.page-homepage .mainmenu.m {
    display: none;
  }
  body.page-homepage .header__logo svg {
    width: 90%;
    height: auto;
    margin-left: -5%;
  }
}
@media only screen and (min-width: 700px) {
  body.page-homepage .fixedmenu {
    display: none;
  }
}
.mainmenu {
  margin-top: 15px;
  line-height: 30px;
}
.mainmenu__list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
}
.mainmenu__item {
  list-style: none;
  display: inline-block;
  margin: 0 0px;
  /*submenu*/
}
.mainmenu__item__ico {
  color: white;
  position: relative;
  bottom: -2px;
  left: -15px;
}
.mainmenu__item a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}
.mainmenu__item .svg-wrapper {
  margin: 0 auto;
  position: relative;
}
.mainmenu__item .shape {
  fill: transparent;
  stroke-dasharray: 140 540;
  stroke-dashoffset: -474;
  stroke-width: 8px;
  stroke: #fff;
  width: 100%;
  position: absolute;
  left: 0;
}
.mainmenu__item .text {
  cursor: pointer;
  color: #3c3c3c;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Anton;
  letter-spacing: 4px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.mainmenu__item:hover .text,
.mainmenu__item.active .text {
  color: #f38d21;
}
.mainmenu__item .subtext {
  color: #a0a0a0;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.mainmenu__item .mainmenu__list {
  position: absolute;
  padding: 20px 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: #f38d21;
  float: none;
  display: none;
}
.mainmenu__item .mainmenu__list .mainmenu__item {
  width: 100%;
  text-align: center;
}
.mainmenu__item .mainmenu__list .mainmenu__item .text {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.mainmenu__item .mainmenu__list .mainmenu__item:hover .text {
  color: black;
}
.mainmenu__item:hover .mainmenu__list {
  display: block;
}
@keyframes draw {
  0% {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
  }
  100% {
    stroke-dasharray: 760;
    stroke-dashoffset: 0;
    stroke-width: 4px;
  }
}
.mainmenu .svg-wrapper:hover .shape {
  -webkit-animation: 0.5s draw linear forwards;
  animation: 0.5s draw linear forwards;
}
.mainmenu--v2 {
  margin-top: 0;
}
.mainmenu--v2 .text {
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  body.page-template-page-blog .header,
  body.page-template-page-about .header,
  body.page-template-page-portfolio .header {
    padding-bottom: 200px;
  }
  body.post-type-archive-portfolio .header {
    min-height: 700px;
  }
}
@media only screen and (max-width: 991px) {
  .top-logo-wrapper {
    display: none;
  }
  .fixedmenu {
    margin-bottom: 0;
    position: static !important;
  }
  .fixedmenu .content-wrapper {
    padding: 0;
  }
  .fixedmenu .fixedmenu_logo_brand {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 220px;
  }
  .fixedmenu .navbar-toggler {
    margin-top: 10px;
    margin-right: 10px;
  }
  .fixedmenu svg.fixedmenu__logo {
    margin-top: 0;
    max-height: 35px;
    margin-left: -48px;
  }
  .fixedmenu.opened {
    box-shadow: 0 0 140px -20px black;
    padding-bottom: 20px;
  }
  .mainmenu--v2 .mainmenu__list {
    width: 100%;
    display: block;
  }
  .mainmenu--v2 .mainmenu__item.ico {
    display: none;
  }
  .mainmenu--v2 .mainmenu__item {
    width: 100%;
    text-align: center;
    padding: 15px;
  }
  .mainmenu--v2 .mainmenu__item ul {
    display: none;
  }
}
@media only screen and (min-width: 1001px) {
  .header {
    min-height: 750px;
  }
  .fixedmenu {
    height: 70px;
  }
  .fixedmenu:not(.fixed) {
    padding: 65px 0 40px;
  }
}
@media only screen and (min-width: 1001px) {
  body.search .header,
  body.archive.category .header,
  body.page-blog .header {
    min-height: 1090px;
  }
}
@media only screen and (max-width: 620px) {
  .mainmenu__item__ico.fa.fa-bars {
    display: none;
  }
}
/*
@media only screen and (min-width: 781px) and (max-width: 1000px) {
	.header {
		padding-bottom: 60px;
	}

	.content-wrapper--littleoverlap {
		margin-top: -60px;
	}

	.content-wrapper--whiteoverlap {
		margin-top: 0;
	}

	.content-wrapper--littleoverlap {
		margin-top: -140px;
	}
}
*/
/*
@media only screen and (max-width: 780px) {
	.header {
		padding-bottom: 120px;
	}

	.content-wrapper--littleoverlap {
		margin-top: -85px;
	}

	.content-wrapper {
		&--whiteoverlap {
			margin-top: 0;
		}
	}
}
*/
@media only screen and (max-width: 1610px) {
  .mainmenu__item .text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1110px) and (min-width: 769px) {
  .fixedmenu.fixed .mainmenu__item .text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 340px) {
  .fixedmenu__logo {
    max-height: 55px;
    margin-top: 7px;
    position: relative;
    left: 0px;
  }
}
body.single-portfolio .wysiwyg img {
  margin: 50px 0;
}
body.single-portfolio .headergroup__title {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (max-width: 1100px) {
  body.single-portfolio .featured-image {
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 650px) {
  body.single-portfolio .header {
    min-height: auto;
    max-height: 100%;
    padding-bottom: 0px;
  }
  body.single-portfolio .wysiwyg {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1100px) {
  body.single-portfolio .featured-image {
    margin-bottom: -130px !important;
  }
  body.single-portfolio .wysiwyg {
    padding-top: 170px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .header {
    background-attachment: scroll !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .header {
    background-attachment: scroll !important;
  }
}
.navbar-toggler {
  top: 1.5rem;
}
.fixedmenu_logo_brand {
  display: none;
}
.fancyheader {
  text-align: center;
  padding: 80px 0;
  background: transparent url(../img/logo-kremsa-silver.svg) center center no-repeat;
  background-size: auto 100%;
}
.fancyheader__text {
  padding: 4px 15px 0px 15px;
  font-size: 60px;
  line-height: 1em;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  color: #292b2c;
  font-family: 'Anton', sans-serif;
  font-weight: normal;
}
.bighead {
  font-family: 'Anton', sans-serif;
  font-weight: normal;
  font-size: 60px;
  margin: 0;
  line-height: 1.2em;
}
.to-upper {
  text-transform: uppercase;
}
@media only screen and (max-width: 500px) {
  .fancyheader__text {
    font-size: 40px;
    line-height: 1.2em;
  }
}
.search-title {
  font-family: 'Anton', sans-serif;
  font-weight: normal;
  letter-spacing: 4px;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  color: white;
}
.search-title .fa {
  letter-spacing: 0;
  margin: 0 -8px;
}
.searchfield {
  position: relative;
  display: inline-block;
  margin: 40px auto 35px auto;
}
.searchfield__submit {
  position: absolute;
  right: 0px;
  top: -1px;
  font-size: 25px;
  border: none;
  width: 47px;
  line-height: 42px;
  color: white;
  background: none;
}
.searchfield__field {
  border: 1px solid white;
  width: 400px;
  max-width: 400px;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  background: none;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .searchfield__submit {
    right: 0px;
  }
  .searchfield__field {
    width: 300px;
    max-width: 300px;
  }
}
@media only screen and (max-width: 400px) {
  .searchfield__submit {
    right: 0px;
  }
  .searchfield__field {
    width: 200px;
    max-width: 200px;
    text-align: left;
  }
}
.footer {
  background: #000;
  color: white;
  padding: 50px 0 80px 0;
}
.footer .footermenu {
  margin: 32px 0 0 0;
  padding: 0;
}
.footer .footermenu__item {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin: 0px 25px 0px 0px;
}
.footer .footermenu__item a {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
}
.footer .marketeris {
  max-width: 460px;
  width: 100%;
  float: right;
  margin-top: 25px;
}
.disclaimer {
  color: #636363;
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 12px;
}
.footer-badge {
  text-align: left;
  margin-left: -4px;
  margin-top: 5px;
}
.smacklogo {
  float: left;
  text-align: right;
}
.smacklogo img {
  margin-top: 12px;
}
.footer-social {
  margin-top: 10px;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.footer-social__item {
  float: left;
  margin-right: 4px;
  color: white;
  padding: 0 0px;
  width: 36px;
  display: inline-block;
  text-align: center;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
  line-height: 37px;
  font-size: 23px;
}
.footer-social__item:active,
.footer-social__item:hover {
  color: black !important;
  background: white;
}
@media only screen and (min-width: 1240px) {
  .smacklogo img {
    position: relative;
    left: -80px;
  }
}
@media only screen and (max-width: 1000px) {
  .footer__colr,
  .footer__coll {
    width: 100%;
  }
  .footer .footermenu {
    text-align: center;
    margin: 0 auto;
  }
  .footer .marketeris {
    text-align: center;
    max-width: none;
  }
  .smacklogo {
    text-align: center;
    float: none;
  }
  .footer-badge {
    text-align: center;
  }
  .footer-social {
    margin-top: 40px;
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-social__item {
    float: none;
  }
  .disclaimer {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .footer .footermenu__item {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 400px) {
  .footer .footermenu__item {
    margin: 10px 2px;
    width: 100%;
  }
  .footer .footermenu__item a {
    font-size: 18px;
  }
  .disclaimer {
    margin-top: 30px;
  }
}
.contact {
  width: 100%;
  max-width: 620px;
  padding: 0 0px;
  margin: 0 auto;
}
.contact__input {
  border: 1px solid #d1d2d4;
  line-height: 60px;
  padding: 0 15px;
  width: 100%;
  font-size: 20px;
}
.contact__input.wpcf7-not-valid {
  border: 1px solid red;
  border-left: 5px solid red;
}
.contact__textarea {
  border: 1px solid #d1d2d4;
  min-height: 210px;
  padding: 15px;
  width: 100%;
  font-size: 20px;
}
.contact__textarea.wpcf7-not-valid {
  border: 1px solid red;
  border-left: 5px solid red;
}
.contact__spacer {
  margin-bottom: 25px;
}
.contact__label {
  color: #282828;
  text-transform: uppercase;
}
.contact input[type=submit] {
  -webkit-backface-visibility: hidden;
  background: #f26228;
  color: white;
  display: inline-block;
  min-width: 200px;
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 60px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.contact input[type=submit]--block {
  min-width: 100%;
  width: 100%;
}
.contact input[type=submit]:visited,
.contact input[type=submit]:focus,
.contact input[type=submit]:active,
.contact input[type=submit]:hover {
  color: white;
  background: #c25223;
}
.contact__padding-fix {
  padding: 0 10px;
  max-width: 650px;
  margin: auto;
}
.wpcf7-response-output {
  width: 100%;
  max-width: 570px;
  padding: 0 25px;
  margin: 0 auto !important;
}
.page-template-page-contact .header .headergroup.headergroup--white .headergroup__title.bighead {
  margin-bottom: 40px;
}
.page-template-page-contact .header .headergroup.headergroup--white .write-form {
  margin-top: 60px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 1297px) {
  .page-template-page-contact .header .headergroup.headergroup--white .write-form {
    margin-bottom: 50px;
  }
}
.newsletterbox,
.mc4wp-response {
  max-width: 460px;
  width: 100%;
  float: right;
}
.newsletterbox .error,
.mc4wp-response .error {
  line-height: 1em;
  color: red;
  display: none;
  margin-top: 3px;
}
.newsletterbox a,
.mc4wp-response a {
  color: white;
  text-decoration: underline;
}
.newsletterbox__label,
.mc4wp-response__label {
  font-size: 16px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.newsletterbox .col-md-8,
.mc4wp-response .col-md-8 {
  padding-right: 0;
}
.newsletterbox__input,
.mc4wp-response__input {
  background: white;
  line-height: 62px;
  height: 62px;
  width: 100%;
  padding: 0 15px;
  font-size: 18px;
  color: #646464;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media only screen and (max-width: 1000px) {
  .newsletterbox {
    float: none;
    margin: 50px auto 25px auto;
  }
  .mc4wp-response {
    float: none;
    margin: -20px auto 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .newsletterbox {
    text-align: center;
  }
  .newsletterbox .col-md-8 {
    padding-right: 15px;
  }
  .newsletterbox .col-xs-7 .newsletterbox__input {
    display: inline-block;
    width: 280px;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .newsletterbox .col-xs-5 .btn.btn--block {
    width: 130px;
    min-width: unset;
    max-width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .newsletterbox__label {
    font-size: 14px;
  }
}
.mapbox {
  overflow: hidden;
}
.mapbox .row > .col-md-6 {
  padding: 0 0px 0 15px;
  margin: 0;
}
.mapbox__rightcol {
  min-height: 500px;
  -webkit-backface-visibility: hidden;
  background: #f15c29;
  background: -moz-linear-gradient(-45deg, #f15c29 0%, #f57d22 100%);
  background: -webkit-linear-gradient(-45deg, #f15c29 0%, #f57d22 100%);
  background: linear-gradient(135deg, #f15c29 0%, #f57d22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15c29', endColorstr='#f57d22', GradientType=1);
}
.mapbox__leftcol {
  min-height: 500px;
}
.mapbox__telbox {
  display: inline-block;
  border-top: 1px solid #ff8e38;
}
.mapbox__telbox__tel {
  border-bottom: 1px solid #ff8e38;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 35px;
  letter-spacing: 2px;
  font-size: 16px;
  display: block;
  text-decoration: none;
}
.mapbox__telbox__tel:active,
.mapbox__telbox__tel:link,
.mapbox__telbox__tel:visited {
  color: white;
}
.mapbox__texts {
  max-width: 480px;
  padding: 10px 20px 0px 50px;
  margin: 0 auto;
  margin-top: 80px;
}
.mapbox__texts__address {
  margin-bottom: 50px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 35px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .mapbox .row > .col-md-6 {
    padding: 0 15px;
    margin: 0;
    float: left;
    width: 100%;
    min-height: inherit;
  }
  .mapbox__leftcol #mapp {
    height: 350px !important;
  }
  .mapbox__texts {
    margin-top: 0;
    padding: 50px 20px 50px 50px;
  }
}
.hamburger-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 25px;
  cursor: pointer;
  z-index: 10000;
}
.bar,
.bar:after,
.bar:before {
  width: 40px;
  height: 5px;
}
.bar {
  position: relative;
  transform: translateY(10px);
  background: #000000;
}
.bar.animate {
  background: rgba(255, 255, 255, 0);
}
.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #000000;
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #000000;
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
  outline: none !important;
}
html {
  color: #222;
  font-size: 16px;
  line-height: 1.4em;
  font-family: 'Open Sans', sans-serif;
}
.main .orange {
  color: #f15f28;
}
.main a {
  color: #4A4A4A;
  text-decoration: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.main .btn {
  cursor: pointer;
  border: 2px solid #f15f28;
  color: #f15f28;
  width: 230px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.25s ease-in;
  padding: 0;
  border-radius: 0;
}
.main .btn:hover {
  border-color: #f15f28;
  background-color: #f15f28;
  color: #fff;
}
.main .btn.clr {
  border-color: #f15f28;
  background-color: #f15f28;
  color: #fff;
}
.main .btn.clr:hover {
  border: 2px solid #f15f28;
  color: #f15f28;
  background-color: #fff;
}
.main .row {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.main .container {
  width: 1840px;
  margin: auto;
}
@media (max-width: 1840px) {
  .main .container {
    width: 1500px;
  }
}
@media (max-width: 1500px) {
  .main .container {
    width: 1280px;
  }
}
@media (max-width: 1280px) {
  .main .container {
    width: 1024px;
  }
}
@media (max-width: 1024px) {
  .main .container {
    width: 100%;
    /*padding-left: 20px !important;
	  padding-right: 20px !important;*/
  }
}
.main .hero {
  color: #ffffff;
  background: url('img/bg.png');
  width: 100%;
  height: 550px;
  text-align: center;
}
.main .hero .btn {
  width: 200px;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.main .hero .btn:hover {
  border: 2px solid #ffffff;
}
.main .hero h1,
.main .hero p {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 90%;
  margin: auto;
}
.main .hero h2 {
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  font-family: Anton;
  font-size: 60px;
  font-weight: 400;
  line-height: 74px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 6px;
}
.main h1 {
  font-family: Anton;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.main h2 {
  color: #f15f28;
  font-family: Anton;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.main h3 {
  color: #f15f28;
  font-family: Anton;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 40px;
  text-transform: uppercase;
}
.main h4 {
  color: #3c3c3c;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 40px;
  text-transform: uppercase;
}
.main h5 {
  color: #3c3c3c;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 40px;
  text-transform: uppercase;
}
.main ul {
  margin-top: 25px;
}
.main li {
  color: #3c3c3c;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  background: url('img/li.png') no-repeat left 13px;
  padding-left: 30px;
  list-style: none;
}
.main li p {
  color: #3d3d3d;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.main b {
  font-weight: bold;
}
.main p {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 1.2px;
}
.main .quote {
  text-align: center;
  height: 300px;
  display: flex;
  align-items: center;
  background: url('img/quotes.png') no-repeat center center;
  max-width: 960px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
.main .quote p {
  color: #3c3c3c;
  font-size: 22px;
  font-weight: 300;
}
.main .quote .orange {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 40px;
  text-transform: uppercase;
}
.main .row .col img {
  max-width: 100%;
}
.main .padded-row {
  padding: 0px 40px;
}
.main .padded-row .col {
  margin: 0 40px;
}
.main .socialne-row {
  padding: 0px 40px;
}
.main .socialne-row .col {
  margin: 0 40px;
}
.main .socialne-row .col img {
  margin-top: 40px;
}
.main .line {
  height: 4px;
  background-color: #f5f5f5;
  margin: 100px 0;
}
.main .solutions {
  text-align: center;
}
.main .packages {
  display: flex;
  justify-content: space-between;
  max-width: 1060px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}
.main .packages.large .package {
  height: 550px;
}
.main .packages.large .package.active {
  height: 590px;
}
.main .package {
  background-color: #f0f0f0;
  width: 170px;
  padding: 0 40px;
  height: 460px;
  text-align: center;
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  box-sizing: content-box;
}
.main .package.active {
  margin-top: -25px;
  height: 500px;
  background-color: #f15f28;
  color: #fff;
}
.main .package.active h3 {
  color: #fff;
  padding-top: 35px;
}
.main .package.active .price-col {
  bottom: 35px;
}
.main .package h3 {
  padding-top: 20px;
  padding-bottom: 30px;
  color: #3c3c3c;
  font-family: Anton;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.main .package h3 span {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 4px;
}
.main .package .price-col {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-family: Anton;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.5px;
}
.main .package .price-col .price {
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 4px;
}
@media (max-width: 768px) {
  .main .row {
    flex-direction: row;
  }
  .main .row .col {
    margin: 20px;
  }
  .main .padded-row {
    padding: 0;
  }
  .main h3 {
    text-align: center;
  }
  .main .btn {
    margin: auto;
    display: block;
  }
  .main ul {
    padding-left: 10px;
  }
  .main img {
    max-width: 100% !important;
  }
  .main .hero {
    width: calc(100% - 20px);
    height: auto;
    background-size: cover;
    padding: 0 10px;
    padding-bottom: 40px;
  }
  .main .hero h2 {
    font-size: 40px;
  }
  .main .contact {
    padding: 10px;
  }
  .main .contact form input:not([type=submit]),
  .main .contact form textarea {
    width: 98%;
  }
  .main .contact-info .mapbox {
    padding-left: 20px;
    width: calc(100% - 20px);
  }
  .main .packages {
    flex-direction: column;
    align-items: center;
  }
  .main .packages .package {
    width: 60%;
    margin-bottom: 40px;
  }
  .main .quote {
    height: auto;
    margin-top: 50px;
  }
  .main footer {
    padding: 0 20px;
  }
  .main footer .newsletter {
    width: 95%;
    margin: auto;
  }
  .main footer .newsletter input[type=email] {
    width: 200px;
  }
  .main footer .links {
    align-items: start;
  }
  .main footer .footer-social {
    margin-top: 5px;
  }
  .main footer .partners {
    flex-direction: column;
    justify-content: right;
  }
}
.main .response {
  font-size: 12px;
  display: block;
  font-family: 'Open Sans';
  text-transform: none;
}
.main .response.success {
  color: green;
}
.main .response.error {
  color: red;
}
.main .btn:disabled {
  opacity: 0.7;
}
.main .btn.btn-loading {
  position: relative;
}
.main .btn.btn-loading:before {
  content: "\f110";
  font-family: FontAwesome;
  animation: fa-spin 2s infinite linear;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  left: 10px;
  top: 0;
}
/*# sourceMappingURL=site.css.map */