/*!
Theme Name: dcd
Theme URI: https://www.marianrehak.com
Author: Marián Rehák
Author URI: https://www.marianrehak.com
Description: Description
Version: 1.1.6
Tested up to: 5.8.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dcd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@charset "UTF-8";

@font-face {
	font-family: "Apfel Grotezk";
	src: url("../font/ApfelGrotezk-Regular.woff") format("woff"),
	url("../font/ApfelGrotezk-Regular.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Hauora';
	src: url('../font/variable/HauoraGX.ttf') format('woff2');
	font-weight: 100 900;
}

/* Homepage logo only */
#homepage-logo-only {
	background-color: #f2f2f2;
}

#homepage-logo-only img {
	max-width: 164px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: filter 250ms ease-in-out;
	-webkit-transition: filter 250ms ease-in-out;
}
#homepage-logo-only img:hover {
	filter: grayscale();
	-webkit-filter: grayscale();
}

/* Basic formatting */
html, body {
	max-width: 100vw !important;
	overflow-x: hidden !important;
}

html, body, h1, h2, h3, h4, h5, p, a, ul, li, .regular, .regular p, .panel-title, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, label, button, input, select, textarea {
	color: #333;
	font-size: 18px;
	font-family: 'Hauora', 'Helvetica', sans-serif;
	font-weight: 400;
	line-height: 28px;
}

#main-content ul {
	margin: 0;
	padding: 0;
}

#main-content ul li {
	list-style: none;
	padding-left: 29px;
	text-indent: -30px;
	margin-bottom: 7px;
}

#main-content ul li:last-child {
	margin-bottom: 0;
}

#main-content ul li::before {
	content: "—";
	margin-right: 17px;
}

/* Fonts sizes */
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, .big, .big p, .big a, .big li, .larger, .larger a, .larger li, .larger p,  .bit-larger, .bit-larger p, .bit-larger li, .bit-larger a {
	margin-top: 0;
	margin-bottom: 16px;
	line-height: 1.4;
	font-family: 'Hauora', 'Helvetica', sans-serif;
	font-weight: 500;
	transition-duration: 150ms;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 28px;
}

h1 {
	font-weight: 200;
}

h1 a {
	font-weight: 500;
}

h1 a:hover {
	font-weight: 900;
}

h1, h1 a, .big, .big p, .big a, .big li, .big h2, .big h2 a {
	font-size: 46px;
	font-weight: 500;
}

.home h1, .home h1 a {
	font-size: 60px;
	max-width: 850px;
}

.home h1 a {
	font-weight: 550;
}

.home h1 a:hover {
	font-weight: 800;
	text-decoration: none;
}

h2, h2 a, .larger p, .larger li, .larger, .larger a {
	font-size: 38px;
}

h3, h3 a, .bit-larger, .bit-larger p, .bit-larger a, .bit-larger li {
	font-size: 30px;
}

.bit-larger p {
	margin-bottom: 32px;
}

h4, h4 a {
	font-size: 20px;
	line-height: 26px;
}

.small, .small p, .small a, .small li {
	font-size: 15px;
	line-height: 24px;
}

.uppercase {
	text-transform: uppercase;
}

.huge {
	font-size: 60px;
}

/* Basic CSS */

a:visited, a:any-link {
	color: #333;
}

a:hover, a:focus {
	text-decoration: underline;
	outline: none;
}

b, strong {
	font-weight: 700;
}

p {
	margin-top: 0;
	margin-bottom: 28px;
}

p a, .ff-richtext a, a.button {
	text-decoration: none;
}

p a:hover, .ff-richtext a:hover {
	text-decoration: underline;
}

.page-content, .entry-content, .entry-summary {
	padding: 120px 0;
	margin: 0;
}

img {
	width: 100%;
}

a img {
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
}

a:hover img, a:focus img {
	filter: brightness(0.9);
	-webkit-filter: brightness(0.9);
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	border: 1px solid #c7c7c7;
	border-radius: 0;
	padding: 4px 8px;
	color: #333;
}

input[type="checkbox"], input[type="radio"] {
	height: 15px;
	width: 15px;
	margin-right: 20px;
	border: 1px solid #333;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	border-radius: 0;
}

input[type="checkbox"]:checked, input[type="radio"]:checked, input[type="checkbox"]:checked, input[type="radio"]:focus {
	background: #333;
	outline: none;
}

iframe {
	width: 100%;
}

mark, ins {
	background-color: transparent;
}

.dcd-button, .btn {
	position: relative;
	display: inline-block;
	border-radius: 8px;
	padding: 0 32px;
	margin: 0 32px 32px 0;
	line-height: 36px;
	border: 2px solid #333;
	font-size: 16px;
	color: #333;
	background: #fff;
	text-transform: lowercase;
	font-weight: 300;
	min-width: 230px;
	text-align: center;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,67,101,0.1), 0px 2px 6px 0px rgba(130,169,188,0.08), 0px 10px 15px 0px rgba(255,125,91,0.1), 0px 3px 16px 0px rgba(41,45,50,0.1);
	box-shadow: 0px 5px 15px 0px rgba(0,67,101,0.1), 0px 2px 6px 0px rgba(130,169,188,0.08), 0px 10px 15px 0px rgba(255,125,91,0.1), 0px 3px 16px 0px rgba(41,45,50,0.1);
}

.dcd-button::after {
	content: " ";
	display: block;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 12px;
	top: 9px;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	background: url("../img/link-icon.svg") no-repeat center center / contain;
}

.dcd-button:hover::after {
	filter: brightness(0) invert(100%);
}

.dcd-button.large {
	padding: 5px 75px;
	font-size: 18px;
	background: #f5f5f5;
}

.dcd-button.small {
	padding: 0 16px;
	line-height: 36px;
}

.dcd-button.full {
	width: 100%;
}

.dcd-button:hover, .dcd-button:focus {
	background: #333;
	color: #fff;
	text-decoration: none;
	-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.5);
}

.dcd-button.simple {
	padding: 0;
	min-width: unset;
	border: none;
	box-shadow: none;
	text-decoration: underline;
	border-radius: 0;
	background: transparent !important;
	color: #333 !important;
}

.dcd-button.simple::after {
	display: none;
}

.dcd-button.simple:hover {
	text-decoration: none;
}

.white .dcd-button:hover {
	background: #fff;
	color: #333;
}

.white .dcd-button {
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
	box-shadow: 4px 4px 48px rgba(255, 255, 255, 0.1);
}

.white .dcd-button:hover, .white .dcd-button:focus {
	background: #fff;
	color: #333;
}

.white .dcd-button::after {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.white .dcd-button:hover:after {
	-webkit-filter: invert(0%);;
	filter: invert(0%);
}

.purplebg .dcd-button:hover, .purplebg .dcd-button:focus {
	background: transparent;
	border-color: #fff;
}

.redbg .dcd-button:hover {
	background: #fff;
	color: #f5202d;
}

.redbg .dcd-button::after {
	transition-duration: 0s !important;
}

.redbg .dcd-button:hover::after {
	background: url("../img/link-icon-red.svg") no-repeat center center / contain;
}

.orangebg {
	background: #f76f4f;
}

.white .dcd-button::after, .white .dcd-button::after:focus {
	filter: brightness(0) invert();
}

.red-underline, .blue-circle {
	position: relative;
	text-decoration: none !important;
}

.red-underline::after, .blue-circle::after {
	-webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.red-underline:hover::after, .blue-circle:hover::after {
	transform: scale(1.07);
}

.red-underline::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	height: 60px;
	transform: rotate(5deg);
	background-image: url("../img/red-underline.svg");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.question-mark::after {
	content: "";
	display: inline-block;
	height: 140px;
	width: 50px;
	margin-left: 16px;
	position: absolute;
	top: -60px;
	background: url("../img/question.svg") no-repeat center center / contain;
}

.blue-circle::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -16px;
	left: -16px;
	width: calc(100% + 32px);
	height: calc(100%  + 32px);
	background-image: url("../img/blue-circle.png");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.reveal {
	visibility: hidden;
}

/* Cursor */
/*
#pointer-dot {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 2.5px solid #f5202d;
    position: fixed;
    border-radius: 4px;
	z-index: 9999999;
    pointer-events: none;
    transition: border-color 0.5s;
}

#pointer-ring {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    padding: 15px;
    border: 2px solid #f5202d;
	background-color: #f7f7f790;
    position: fixed;
    border-radius: 100px;
    z-index: 9999998;
    pointer-events: none;
}

html, a {
    cursor: none !important;
}

*/

/* Bootstrap formatting */
.container {
	max-width: 100%;
	width: 1500px;
	padding-left: 16px;
	padding-right: 16px;
}

.container.full {
	max-width: 100%;
	width: 100%;
}

.container.smaller {
	width: 1000px;
}

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

.row {
	margin-left: -16px;
	margin-right: -16px;
}

.col {
	padding-left: 16px;
	padding-right: 16px;
}

table {
	margin: 0 0 32px 0;
}

/* Custom classes */
.post, .page {
	margin: 0;
	padding: 0;
}

.section {
	padding-top: 32px;
	padding-bottom: 32px;
}

.section-double {
	padding-top: 64px;
	padding-bottom: 64px;
}

.section-large {
	padding-top: 128px;
	padding-bottom: 128px;
}

.half-section {
	padding-top: 16px;
	padding-bottom: 16px;
}

.top-8 {
	padding-top: 8px;
}

.top-16 {
	padding-top: 16px;
}

.top-32 {
	padding-top: 32px;
}

.top-48 {
	padding-top: 48px;
}

.top-64 {
	padding-top: 64px;
}

.top-128 {
	padding-top: 128px;
}

.top-192 {
	padding-top: 192px;
}

.top-256 {
	padding-top: 256px;
}

.bottom-32 {
	padding-bottom: 32px;
}

.bottom-64 {
	padding-bottom: 64px;
}

.bottom-128 {
	padding-bottom: 128px;
}

.right-32 {
	padding-right: 32px;
}

.right-64 {
	padding-right: 64px;
}

.left-32 {
	padding-left: 32px;
}

.white, .white p, .white h1, .white h2, .white h3, .white li, .white a, .white span {
	color: #fff;
}

.box {
	padding: 128px 64px;
}

.box.even {
	padding: 128px;
}

.box.small {
	padding: 32px;
}

.box.medium {
	padding: 64px;
}

.box p:last-child {
	margin-bottom: 0;
}

.max-300 {
	max-width: 300px;
}

.max-450 {
	max-width: 450px;
}

.max-600 {
	max-width: 600px;
}

.max-700 {
	max-width: 700px;
}

.max-800 {
	max-width: 800px;
}

.max-900 {
	max-width: 900px;
}

.max-1000 {
	max-width: 1000px;
}

.max-1100 {
	max-width: 1100px;
}

.bg-image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.side-padding {
	padding-left: 32px;
	padding-right: 32px;
}

.double-side-padding {
	padding-left: 64px;
	padding-right: 64px;
}

.nosidepadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.flex-center {
	align-items: center;
}

.image-stretch {
	position: relative;
	height: 100%;
}

.image-stretch img, .image-stretch video {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.border-radius {
	border-radius: 32px;
	overflow: hidden;
}

.video iframe {
	border-radius: 32px;
	overflow: hidden;
}

.line-through {
	display: inline-block;
	position: relative;
	font-weight: 700;
}

.line-through::after {
	content: "";
	display: block;
	position: absolute;
	top: 51%;
	left: -3px;
	height: 2px;
	width: 0;
	background: #f5202d;
	animation-name: line-through;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}

@keyframes line-through {
	0%   {width: 0%;}
	20%   {width: 0%;}
	23%  {width: calc(100% + 8px);}
	97%  {width: calc(100% + 8px);}
	100% {width: 0%;}
}

.lottie {
	position: relative;
	display: inline-block;
	margin: 0;
	text-decoration: none !important;
}

.lottie.under lottie-player {
	z-index: -1;
}

.lottie lottie-player {
	position: absolute;
	height: calc(100% + 50px);
	width: calc(100% + 50px);
	top: -25px;
	left: -25px;
	transition: all 250ms ease-in-out;
}

.lottie-inline {
	display: inline-block;
	position: relative;
}

.lottie-inline lottie-player {
	position: relative;
	max-height: 100%;
}

a:hover lottie-player, a:focus lottie-player {
	transform: scale(1.05);
}

.box-shadow {
	-webkit-box-shadow: 0px 5px 50px 0px rgba(0,67,101,0.08), 0px 2px 6px 0px rgba(130,169,188,0.08), 0px 10px 50px 0px rgba(255,125,91,0.08), 0px 3px 16px 0px rgba(41,45,50,0.35); 
	box-shadow: 0px 5px 50px 0px rgba(0,67,101,0.08), 0px 2px 6px 0px rgba(130,169,188,0.08), 0px 10px 50px 0px rgba(255,125,91,0.08), 0px 3px 16px 0px rgba(41,45,50,0.35);
}

.marginless, .marginless h1, .marginless h2, .marginless h3, .marginless h4, .marginless p {
	margin-bottom: 0;
}

.automargin {
	margin-left: auto;
	margin-right: auto;
}

.underline {
	border-bottom: 6px solid #3A0470;
}

.z-index {
	z-index: 99;
}

.graybg {
	background: #f5f5f5;
}

.purplebg {
	background: #3838d1;
}

.redbg {
	background: #f5202d;
}

/* Menu */
ul.menu, ul.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu a {
	text-decoration: none;
}

.menu a:hover, .menu a:focus {
	text-decoration: underline;
}

#masthead .sub-menu {
	display: none;
}

#masthead.whitebg {
	background: #fff;
	-webkit-box-shadow: 0px 5px 50px 0px rgba(0,67,101,0.02), 0px 2px 6px 0px rgba(130,169,188,0.02), 0px 10px 50px 0px rgba(255,125,91,0.02), 0px 3px 16px 0px rgba(41,45,50,0.05);
	box-shadow: 0px 5px 50px 0px rgba(0,67,101,0.02), 0px 2px 6px 0px rgba(130,169,188,0.02), 0px 10px 50px 0px rgba(255,125,91,0.02), 0px 3px 16px 0px rgba(41,45,50,0.05);
	padding: 12px 0;
}

#left-menu li:first-child {
	margin-left: 0;
}

#right-menu #site-navigation {
	display: inline-block;
}

#right-menu {
	padding-right: 45px;
}

/* Header */
#masthead {
	display: block;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 20px 0;
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

#masthead, #masthead a {
	color: #000;
}

#masthead.whitebg a {
	color: #333;
}

#masthead li {
	display: inline-block;
	margin: 0 16px;
}

#masthead li:last-child {
	margin-right: 0;
}

.logged-in #masthead {
	top: 32px;
}

#logo {
	max-width: 220px;
}

#logo img {
	max-width: 90px;
	width: auto;
	transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
}

#logo img:hover, #logo img:focus {
	transform: scale(1.03);
	cursor: pointer;
}

#mobile-menu {
	display: none;
	padding: 40px 0 30px 0;
	text-align: center;
}

#mobile-menu li {
	display: block;
	padding: 8px 0;
}

/* Language switcher */
#language-switcher {
	position: absolute;
	top: 0;
	right: 8px;
}

#language-switcher li {
	display: block;
	position: relative;
	list-style: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
	margin: 0;
}

#language-switcher li.current-lang {
	position: relative;
}

#language-switcher img, #language-switcher a {
	position: absolute;
	height: 100% !important;
	width: 100% !important;
	display: block;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
}

#language-switcher #current li, #language-switcher #other .current-lang {
	display: none;
}

#language-switcher #current .current-lang, #language-switcher #other  li {
	display: block;
}

#language-switcher #other {
	opacity: 0;
	visibility: hidden;
	padding-top: 10px;
	position: relative;
}

#language-switcher #other.shown {
	opacity: 1;
	visibility: initial;
}

#language-switcher #other .lang-item:hover {
	border: 2px solid #333;
}

/* Menus */
.menu ul, .menu ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

.navbar-toggle {
	width: 25px;
    height: 25px;
    border: 0;
    padding: 0;
	background: transparent;
	float: right;
	top: -4px;
	position: relative;
}

.navbar-toggle .toggle-icon {
    position: relative;
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #333;
    transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
}

.navbar-toggle .toggle-icon:before, .navbar-toggle .toggle-icon:after {
    position: absolute;
    right: 0;
    height: 2px;
    background: #333;
    content: " ";
	transition-duration: 400ms;
	-webkit-transition-duration: 400ms;
}

.navbar-toggle .toggle-icon:before {
    bottom: 7px;
	width: 100%;
}

.navbar-toggle .toggle-icon:after {
    top: 7px;
	width: 100%
}

.navbar-toggle.toggled .toggle-icon {
	background: transparent;
}

.navbar-toggle.toggled .toggle-icon:before {
	transform: rotate(45deg);
	transform-origin: 4px 5px;
	width: 100%;
}

.navbar-toggle.toggled .toggle-icon:after {
	transform: rotate(-45deg);
	transform-origin: 5px -4px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border:0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip:auto
}

/* Content */
#main-content {
	min-height: calc(100vh - 280px);
}

#sub-page {
	padding: 144px 0;
}

/* Homepage */
#intro {
	min-height: 100vh;
	padding-top: 20vh;
	padding-bottom: 128px;
	position: relative;
	background-color: #f7f7f7;
	padding-left: 160px;
}

#hero-video {
	position: absolute;
	top: 32px;
	right: 32px;
	width: 40vw;
	opacity: 0.1;
	height: calc(100% - 64px);
	object-fit: cover;
	object-position: center;
}

#case-studies .slick-list, #projekty-slider .slick-list {
	padding-right: 200px;
	overflow: visible !important;
}

#reference-klientu .slick-list {
	overflow: visible !important;
	padding: 0 17vw !important;
}

#case-studies .single, #projekty-slider .single, #team-box .single {
	margin: 32px;
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

#case-studies .single:first-child, #projekty-slider .single:first-child {
	margin-left: 0;
}

#case-studies .single::after, #projekty-slider .single::after, #team-box .single::after {
	content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0, 0.2), rgba(0, 0, 0, 0.76) 60%, rgba(0, 0, 0, 0.86));
	opacity: 0.9;
	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#projekty-slider .single::after {
	background: linear-gradient(rgba(0,0,0, 0.4), rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0.95));
	opacity: 1;
}

#projekty-slider .popis a {
	text-decoration: underline;
}

#projekty-slider .popis a:hover {
	text-decoration: none;
}

#case-studies .single:hover::after, #projekty-slider .single:hover::after, #team-box .single:hover::after {
	opacity: 1;
}

#case-studies .info, #projekty-slider .info, #team-box .info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 64px 128px 48px 64px;
	z-index: 9;
}

#case-studies .obrazok-box, #projekty-slider .obrazok-box, #team-box .obrazok-box {
	position: relative;
}

#case-studies .obrazok-box::after, #projekty-slider .obrazok-box::after, #team-box .obrazok-box::after {
	content: "";
	display: block;
	padding-bottom: 80%;
}

#projekty-slider .obrazok-box::after {
	height: 55vh;
	min-height: 400px;
	padding-bottom: 0;
}

#case-studies img, #projekty-slider img, #team-box img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

#case-studies .dcd-button, #projekty-slider .dcd-button {
	margin: 0;
}

#projekty h2, #projekty-arrows {
	z-index: 2;
	position: relative;
}

#projekty lottie-player {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-35%, -35%);
	min-width: 800px;
	min-height: 700px;
	opacity: 0.4;
}

#loga {
	max-width: 850px;
}

#loga img {
	max-height: 100px;
	max-width: 190px;
	width: auto;
	margin: 32px;
}

#reference-klientu .single-reference {
	padding: 0 40px;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
}

#reference-klientu .single-reference.slick-current {
	-webkit-filter: blur(0px);
	filter: blur(0px);
}

.contact-header {
	position: relative;
}

.show-info {
	cursor: pointer;
}

.show-info:hover {
	text-decoration: underline;
}

.contact-info {
	display: none;
}

/* Služby */
#team-box .single {
	position: relative;
	height: calc(100vh - 250px);
}

#team-box img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

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

.sluzby-navigation .dcd-button {
	width: auto;
	text-align: left;
	margin-right: 24px;
	margin-bottom: 8px;
}

/* lottie */
#doing-work {
	position: relative;
	top: -250px;
}

#digital-anim {
	position: absolute;
	bottom: -50px;
	left: -70px;
}

/* Case study */
#case-intro {
	padding-top: 200px;
	padding-bottom: 200px;
	position: relative;
}

.logo-firmy {
	position: absolute;
	bottom: 50px;
	right: 50px;
	max-width: 180px;
	opacity: 0.7;
}

.file {
	text-align: center;
}

.file-type {
	position: relative;
	background: #f5f5f5;
	margin-bottom: 8px;
	height: 150px;
}

.file-type span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	text-transform: uppercase;
}

.video {
	position: relative;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.video::after {
	content: " ";
	display: block;
	padding-bottom: 56.25%;
}

.repeater .downloads a {
	word-break: break-all;
	margin-bottom: 16px;
	display: block;
}

.repeater .text p:last-child {
	margin-bottom: 0;
}

.repeater .text a {
	text-decoration: underline;
}

.repeater .text a:hover {
	text-decoration: none;
}

/* Kontakt */
#kontakt-intro {
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top -30px center;
}

#tim .single {
	min-height: 180px;
}

/* Slick slider */
.arrows-container-custom {
	font-size: 34px;
	margin-left: -8px;
}

.arrows-container-custom span {
	-webkit-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	cursor: pointer;
	padding: 8px;
	display: inline-block;
}

.arrows-container-custom .custom-slick-next:hover {
	margin-left: 16px;
	cursor: pointer;
}

.arrows-container-custom .custom-slick-prev:hover {
	margin-left: -16px;
	margin-right: 16px;
}

/* Gallery */
.galeria a {
	margin-bottom: 32px;
}

.galeria .obrazok-box {
	position: relative;
}

.galeria .obrazok-box::after {
	content: " ";
	display: block;
	padding-bottom: 100%;
	width: 100%;
	position: relative;
}

.galeria .obrazok-box img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

/* Fancybox */
html .fancybox-bg {
	background-color: rgba(255, 255, 255, 0.9);
}

html .fancybox-caption, .fancybox-button.fancybox-button--zoom, .fancybox-button.fancybox-button--play, .fancybox-button.fancybox-button--thumbs {
	display: none !important;
}

html .fancybox-button {
	background: transparent !important;
}

html .fancybox-navigation .fancybox-button {
	visibility: visible !important;
	opacity: 0.8 !important;
}

html .fancybox-navigation .fancybox-button:disabled, html .fancybox-navigation .fancybox-button:disabled:hover {
	opacity: 0 !important;
}

html .fancybox-navigation .fancybox-button:hover {
	opacity: 1 !important;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #000 !important;
}

html .fancybox-navigation .fancybox-button {
	height: 120px;
	width: 80px;
}

/* Ninja forms */
html .pum-container {
	border-radius: 32px !important;
	border: 2px solid #333 !important;
}

html[lang="en-US"] #czech-form {
	display: none;
}

html[lang="cs-CZ"] #english-form {
	display: none;
}

.nf-form-fields-required {
    display: none;
}

html .nf-form-content {
    padding: 0;
    margin-left: 0;
    max-width: 600px;
}

html .nf-form-content .listselect-wrap .nf-field-element div, html .nf-form-content input.ninja-forms-field, html .nf-form-content select.ninja-forms-field:not([multiple]) {
    height: auto;
}

html .nf-form-content .listselect-wrap .nf-field-element div, html .nf-form-content .ninja-forms-field {
    padding: 6px 12px;
}

html .nf-form-content .list-select-wrap .nf-field-element>div, html .nf-form-content input:not([type=button]), html .nf-form-content textarea {
    background: transparent;
    border: 1px solid #333;
}

html .nf-form-content .list-select-wrap .nf-field-element>div:focus, html .nf-form-content input:not([type=button]):focus, html .nf-form-content textarea:focus {
    background: #333;
    color: #fff;
}

html .nf-error.field-wrap .nf-field-element:after, html .nf-pass.field-wrap .nf-field-element:after {
	display: none !important;
}

html .nf-form-content .label-above .nf-field-label, html .nf-form-content .label-below .nf-field-label, html .nf-form-content .label-hidden .nf-field-label {
    margin-bottom: 5px;
}

html input.ninja-forms-field.nf-element {
    color: #333;
    border: 1px solid #333;
	background-color: #fff;
	min-width: 256px;
	border-radius: 12px;
}

html .nf-pass .ninja-forms-field {
	border-color: #333;
}

html input.ninja-forms-field.nf-element:hover {
    background: #333;
    color: #fff;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
	border-radius: 12px !important;
}

html .nf-form-content input.ninja-forms-field[type="button"] {
	line-height: 28px;
	background: #fff;
	color: #333;
}

html .nf-form-content input.ninja-forms-field[type="button"]:hover {
	background: #333;
	color: #fff;
}

.nf-error-msg, .ninja-forms-req-symbol {
	color: #333 !important;
}

html .nf-form-content label {
	font-size: 16px;
	font-weight: 400;
}

html .nf-form-content textarea.ninja-forms-field {
	height: 125px;
}

/* Footer */
#footer {
	margin-top: 256px;
	padding: 48px 0;
	background: #f5f5f5;
}

#footer, #footer p, #footer a, #footer li {
	font-size: 15px;
	line-height: 24px;
}

#footer p {
	margin-bottom: 16px;
}


/* Cookies */
#cmplz-manage-consent {
    display: none !important;
}

html .cmplz-cookiebanner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    bottom: auto;
    padding: 50px;
}

html .cmplz-cookiebanner.cmplz-show {
    -webkit-box-shadow: 0 0 50px rgba(0,0,0, 0.5);
    box-shadow: 0 0 50px rgba(0,0,0, 0.5);
}

html .cmplz-cookiebanner .cmplz-header {
    display: block;
}

html .cmplz-cookiebanner .cmplz-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

html .cmplz-cookiebanner .cmplz-title {
    font-weight: 700;
    font-size: 24px;
}

html .cmplz-body {
    margin-top: 30px;
}

html .cmplz-cookiebanner .cmplz-message {
    font-size: 16px;
    line-height: 24px;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

html .cmplz-cookiebanner .cmplz-message a {
	font-size: 16px;
	text-decoration: underline;
}

html .cmplz-cookiebanner .cmplz-message a:hover {
	text-decoration: none;
}

html .cmplz-cookiebanner .cmplz-links .cmplz-link {
    display: none !important;
}

html .cmplz-btn:hover {
    background: #333 !important;
    color: #fff !important;
}

html .cmplz-buttons {
    flex-direction: row-reverse;
}

html .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny {
    display: none;
}


html .cmplz-btn.cmplz-accept:hover {
    background: #333 !important;
    border-color: #333 !important;
}

html .cmplz-cookiebanner .cmplz-categories {
    margin-bottom: 30px;
    width: 100%;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
	font-size: 14px;
	line-height: 1.2;
}

html .cmplz-cookiebanner .cmplz-categories .cmplz-category {
	border-radius: 4px;
}

.wpgmza-gdpr-compliance img {
    max-height: 400px;
}

@media (max-width: 991px) {
    html .cmplz-cookiebanner {
        top: auto;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        padding: 30px;
    }
    
    html .cmplz-cookiebanner.cmplz-show {
        -webkit-box-shadow: 0 0 15px rgba(0,0,0, 0.4);
        box-shadow: 0 0 15px rgba(0,0,0, 0.4);
    }
    
    html .cmplz-cookiebanner .cmplz-title {
        font-weight: 700;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    html .cmplz-cookiebanner {
        max-width: calc(100vw - 30px);
    }

    html .cmplz-cookiebanner .cmplz-body {
        margin-top: 15px;
        min-width: unset;
    }

    html .cmplz-cookiebanner .cmplz-header .cmplz-title {
        display: block;
        font-size: 15px;
    }

    html .cmplz-cookiebanner .cmplz-message, l .cmplz-cookiebanner .cmplz-message a {
        font-size: 15px;
        line-height: 19px;
    }

    html html .cmplz-cookiebanner .cmplz-message, html .cmplz-cookiebanner .cmplz-categories {
        margin-bottom: 15px;
    }
}

/* Responsive */
@media (max-width: 1200px) {
	h2, h2 a, .larger p, .larger li, .larger, .larger a {
		font-size: 24px;
	}

	.double-side-padding {
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media (min-width: 992px) {
	.navbar-toggle {
		display: none;
	}

	#masthead .lang-item {
		display: none;
	}
}

@media (max-width: 991px) {
	#pointer-ring, #pointer-dot {
		display: none !important;
	}
	
	.container {
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.row {
		margin-left: -16px;
		margin-right: -16px;
	}
	
	.col {
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.image-stretch img, .image-stretch video {
		position: relative;
	}

	.page-content, .entry-content, .entry-summary {
		padding: 64px 0;
	}

	.top-256 {
		padding-top: 128px;
	}

	.box, .box.even {
		padding: 64px;
	}

	.box.higher {
		padding: 64px 16px;
	}
	
	.box.medium {
		padding: 32px;
	}

	.tabletmargin {
		margin-top: 32px;
	}

	.tabletmargin64 {
		margin-top: 64px;
	}

	.tabletmargin16 {
		margin-top: 16px;
	}

	.tabletpadding {
		padding-top: 64px;
	}

	.tablet-bottom-64 {
		padding-bottom: 64px;
	}

	.image-stretch img {
		position: relative;
		object-fit: unset;
		object-position: unset;
	}

	/* Homepage */
	#intro {
		padding-bottom: 0;
		padding-left: 50px;
	}
	
	/* Services */
	#team-box .single {
		margin: 32px 0;
		height: auto;
	}

	#team-box .info {
		position: relative;
		padding: 128px 32px 32px 32px;
	}
	
	#team-box .obrazok-box {
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
	}

	/* lottie */
	#doing-work {
		position: relative;
		top: 0;
	}

	#digital-anim {
		position: absolute;
		width: 300px;
		height: 300px;
		top: -100px;
		right: 30px;
		bottom: auto;
		left: auto;		
	}

	/* Font sizes */
	.home h1, .home h1 a, h1, h1 a, .big, .big p, .big a, .big li, .big h2, .big h2 a, h2, h2 a, .larger p, .larger li, .larger, .larger a  {
		font-size: 36px;
	}

	h2, h2 a, .larger p, .larger li, .larger {
		font-size: 32px;
	}
	
	h3, h3 a, .bit-larger, .bit-larger p, .bit-larger a, .bit-larger li {
		font-size: 24px;
	}

	/* Header */
	#masthead, #masthead.whitebg {
		padding: 16px 0;
	}

	#masthead li {
		margin: 0;
	}

	#masthead, #masthead a {
		font-weight: 500;
	}

	#right-menu > #site-navigation {
		display: none;
	}

	.navbar-toggle {
		display: block;
	}

	#masthead .sub-menu {
		display: block !important;
	}

	.dcd-button, .btn {
		line-height: 25px;
		padding: 6px 18px;
		font-size: 16px;
		margin-bottom: 16px;
	}

	#right-menu {
		padding-right: 16px;
	}

	#language-switcher {
		display: none;
	}

	#masthead .lang-item {
		display: inline-block;
		margin: 16px 16px 16px 0;
	}

	/* Case studies */
	#case-intro {
		padding-top: 120px;
		padding-bottom: 120px;
	}

	.logo-firmy {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		margin-top: 50px;
		max-width: 150px;
		opacity: 1;
	}

	/* Kontakt */
	#kontakt-intro {
		height: auto;
		background: none;
	}

	/* Footer */
	#footer {
		padding: 32px 0;
	}

}

@media (max-width: 767px) {
	.home h1, .home h1 a, h1, h1 a, .big, .big p, .big a, .big li, .big h2, .big h2 a, h2, h2 a, .larger p, .larger li, .larger, .larger a {
		font-size: 32px;
	}

	.mobilemargin {
		margin-top: 32px;
	}

	.mobilepadding50 {
		padding-top: 50px;
	}

	.side-padding, .double-side-padding {
		padding-left: 16px;
		padding-right: 16px;
	}

	.border-radius {
		border-radius: 16px;
	}

	.box, .box.even {
		padding: 32px;
	}

	.box.higher {
		padding: 32px 16px;
	}

	.left-32 {
		padding-left: 0;
	}

	/* homepage */
	#intro {
		padding-top: 128px;
		padding-bottom: 64px;
		min-height: unset;
	}

	#intro {
		padding-left: 0;
	}
	
	#case-studies .slick-list, #projekty-slider .slick-list {
		padding-right: 0;
	}

	#case-studies .single .col, #projekty-slider .single .col {
		position: relative;
	}

	#case-studies .single, #projekty-slider .single {
		margin: 32px 16px;
	}

	#projekty-slider .info {
		padding: 64px 32px 32px 32px;
		position: relative;
	}
	
	#case-studies .info {
		position: relative;
		padding: 64px 32px 32px 32px;
	}

	#projekty-slider .single .obrazok-box, #case-studies .single .obrazok-box {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	#reference-klientu .slick-list {
		padding: 0 !important;
	}
	
	#reference-klientu .single-reference {
		padding: 0 15px;
	}
	

	/* Lottie */
	#digital-anim {
		position: relative; 
		width: 130%;
		max-width: 500px;
		margin-bottom: -75px;
		margin-top: -100px;
		top: 0;
		left: -30px;
	}

	/* Header */
	#logo {
		max-width: unset;
	}

	#logo img {
		max-width: 70px;
	}
}

@media (max-width: 400px) {
	.dcd-button, .btn {
		margin: 0 0 16px 0;
		width: 100%;
		min-width: 100%;
	}

	#loga img {
		margin: 16px;
		width: calc(49% - 32px);
		max-height: unset;
	}
}