body,
body * {
	font-family: "Montserrat" !important;
}

html {
	scroll-behavior: smooth;
}

.uniq_mobile_menu {

}

.uniq_header .menu ul li a {
	font-weight: 900;
}

.uniq_section.uniq_section_half {
	height: auto !important;
}

.uniq_main_title {
	margin-bottom: 50px !important;
}

#services {
	background-color: #f5f5f5;
	padding-top: 150px;
}

#services .swiper-wrapper {
	max-height: 750px;
}

div.uniq_header:not(.animate) {
	background-color: #010001;
}

#services .portfolio_list .gallery_zoom li {
	background-color: #FFF;
	width: 23.3333%;
	position: relative;
	padding: 10px;
	height: 475px;
}

#services .portfolio_list .gallery_zoom label {
	position: absolute;
  left: 10px;
  top: 0px;
}

#services .portfolio_list .gallery_zoom h3 {
	text-align: center;
  text-transform: uppercase;
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
  font-size: 18pt;
  height: 60px;
  overflow: hidden;
}

#services .portfolio_list .gallery_zoom p {
	color: #010001;
	height: 100px;
	font-size: 11pt;
}

#services .portfolio_list .gallery_zoom img {
	height: 300px;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

#services .portfolio_list .gallery_zoom .overlay {
	position: absolute;
	display: none;
	opacity: 0;
  background: #ffffffd4;
  height: 300px;
  padding-top: 30%;
	bottom: -1px;
	left: 0;
	display: none;
	right: 0;
	color: #01010157;
	cursor: pointer;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	font-size: 19pt;
}

#services .portfolio_list .gallery_zoom .overlay > img {
	width: 100px;
	max-height: 100px;
	opacity: 0;
}

#services .service-packages {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 10px;
}

#services .service-packages .service-package {
	padding: 20px;
	cursor: pointer;
	border: 2px solid #010001;
	height: 140px;
	border-radius: 0.5em;
	padding-top: 10px;
}
#services .service-packages .service-package.active {
	border-color: #FFF;
	background-color: #010001;
}
#services .service-packages .service-package.active b {
	color: #FFF;
}
#services .service-packages .service-package img {
	height: 90px;
	display: block;
	    padding: 15px;
    padding-bottom: 10px;
    padding-top: 0px;
}

#services .service-packages .service-package b {
	color: #010001;
	font-size: 20pt;
}

#services .message_vr {
	display: flex;
}

#services .message_vr div {
	width: 49.5%;
	float: left;
}

#services .message_vr div:last-of-type {
	display: inline-flex;
  padding-left: 5px;
  color: #010001;
}

#services .portfolio_list .gallery_zoom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#services .swiper-button-next {
	top: 500px;
  position: absolute;
  right: 2.5% !important;
  text-align: center;
  color: #000;
  font-size: 17pt;
  background-size: 20px 30px;
  background-position: bottom;
  height: 100px !important;
}
#services .swiper-button-prev {
	top: 500px;
  position: absolute;
  left: 2.5% !important;
  text-align: center;
  color: #000;
  font-size: 17pt;
  background-size: 20px 30px;
  background-position: bottom;
  height: 100px !important;
}

/* KONTAKT */

#kontakt {
	position: relative;
	background-color: #f5f5f5;
	padding-bottom: 100px;
}
#kontakt h3 { 
	color: #010001;
}
#kontakt .uniq_skills {
	background-color: #f5f5f5;
}

.uniq_main_title {
	max-width: 100%;
}

#kontakt h5 {
  color: #f834ff;
  font-size: 32pt;
  font-weight: 900;
}

#kontakt .left * {
  font-weight: 900;
}

#kontakt input,
#kontakt textarea {
	background: transparent;
	border: 3px solid #000;
	border-radius: 1em;
	color: #000;
}

#kontakt .message_area {
	display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

#kontakt .message_area .cart .checkbox-container {
	font-size: 11pt;
	color: #000;
	font-weight: bold;
	text-align: left;
}

#kontakt .message_area textarea {
	width: 50%;
}

#kontakt .message_area .cart {
	width: 50%;
	padding-left: 15px;
}

#kontakt .portfolio_list .row {
	display: flex;
}

#kontakt .portfolio_list .row .col-6 {
	text-align: center;
	width: 50%;
}

#kontakt .portfolio_list .row h6 {
	font-size: 23pt;
  text-align: center;
}

#kontakt .portfolio_list .row span {
  font-size: 19pt;
  color: #15111e;
  display: block;
  font-weight: 600;
  border-radius: 0.3em;
}

#kontakt .portfolio_list .row span.text {
  margin-top: 40px;
}

#kontakt .portfolio_list .row .contact div {
	font-size: 24pt;
  font-weight: bold;
  color: #15111e;	
	text-align: right;
	display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
}
#kontakt .portfolio_list .row .contact div:first-of-type {
	margin-top: 40px;
}

#kontakt .portfolio_list .row .contact img {
	height: 25px;
}

#kontakt .portfolio_list .row .contact a {
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 0px;
}

#kontakt .col-6 .contact {
	width: 60%;
  margin: auto;
}

#kontakt .col-6 .input_list:nth-child(1) {
	display: flex;
  flex-direction: column;
  width: 50%;
  padding-right: 5px;
}
#kontakt .col-6 .input_list:nth-child(1) input {
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: 700;
}

#kontakt .uniq_button {
	text-align: left;
}

#kontakt .gdpr-container {
	color: #15111e;
	text-align: left;
	padding-left: 5px;
	font-size: 14pt;
}

#kontakt .col-6 .input_list:nth-child(2) {
		width: 48%;
    height: 206px;
    background-position: center bottom;
    background-size: 25%;
    background-image: url(../img/svg/doc.png);
    background-repeat: no-repeat;
    border: 3px solid #000;
    border-radius: 1em;
    background-color: transparent;
}

#kontakt .input_list_container {
	height: 220px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#kontakt .uniq_button #send-button {
  width: 150px;
  padding: 11px;
  background: #242424;
  border: unset;
  color: white;
  font-size: 13pt;
  font-weight: 700;
  display: flex;
	justify-content: space-around;
	align-items: center;
	border-radius: 1em;
}

#kontakt .uniq_button #send-button img {
	max-height: 30px;
}

.dropzone {
	  border: unset !important;
    padding: unset !important;
}

#kontakt .col-6 .input_list:nth-child(2) span {
	font-size: 14pt;
	pointer-events: none;
	cursor: pointer;
	display: block;
	margin-top: 5px;
}


/* PATICKA */

#footer .totop {
    background: #c6c7cf;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  box-shadow: inset 1Px 13px 20px 0px #939393;
}

#footer .totop .svg {
	left: 100%;
	background: #00ebfe;
	padding: 50px 25px;
}

#footer .right-panel {
	width: 195px;
}

#footer .uniq_copyright {
	padding-top: 70px;
	background-color: #1c1c1c;
}

#footer .uniq_copyright .border {
	position: absolute;
  width: 260px;
  height: 260px;
  border: 6px solid #fff;
  top: -160px;
  left: -5px;
}

#footer .uniq_copyright .bottom {
	text-align: center;
	display: block !important;
}

#footer .uniq_copyright .logo img {
	width: 175px;
}

#footer .uniq_copyright .social ul li a {
	width: 70px;
	padding-top: 20px;
  height: 70px;
  font-size: 20pt;
  line-height: 70px;
}

#footer .uniq_copyright .social ul li a i {
	color: #000;
}

#kontakt .border.border-top {
	top: 12%;
  position: absolute;
  left: -300px;
  width: 500px;
  height: 180px;
  border: 6px solid #010001;
  margin-right: -160px;
}
#kontakt .border.border-bottom {
	top: 90%;
	position: absolute;
	right: -300px;
	width: 500px;
	height: 180px;
	border: 6px solid #010001;
	margin-right: -160px;
}

.swiper-button-prev {
	left: 5% !important;
	background: url('/assets/img/thumbs/arrow_pointing_left.svg');
	background-repeat: no-repeat;
	width: 200px !important;
	height: 50px !important;
	background-size: 60px !important;
}
.swiper-button-prev:after {
	content: '' !important;
}

.swiper-button-next {
	right: 5% !important;
	background: url('/assets/img/thumbs/arrow_pointing_right.svg');
	background-repeat: no-repeat;
	width: 200px !important;
	height: 50px !important;
	background-size: 60px !important;
}
.swiper-button-next:after {
	content: '' !important;
}

.checkbox-container {
  display: block;
  margin-top: 10px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #000;
  background-color: transparent;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #f854ff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media only screen and (min-width: 600px) and (max-width: 1380px) {
	.hamburger-box .hamburger-inner {
		margin-top: 5px;
		background: #000;
	}

	#kontakt .col-6 .contact {
		width: 80%;
	}

	.uniq_modalbox {
		z-index: 15000;
	}

	#gallery-modal {
		top: unset;
	}

	.uniq_modalbox .box_inner {
		width: 90%;
	}
}


/* MOBIL */

@media only screen and (max-width: 600px) {

	.border.moving_effect {
		display: none;
	}

	.uniq_hero video {
		top: 30%;
	}

	.uniq_section {
		height: unset;
	}

	.uniq_main_title {
		margin-bottom: 25px !important;
	}

	.uniq_main_title h3 {
		font-size: 40px;
	}

	#services {
		padding-top: 80px;
	}

	#services .swiper-wrapper {
		max-height: 100%;
		height: 100%;
	}

	#services .swiper-button-next {
		top: 120px;
	}
	#services .swiper-button-prev {
		top: 120px;
	}

	#services .portfolio_list ul.gallery_zoom {
		flex-direction: column;
		margin-top: 80px;
	}

	#services .portfolio_list .gallery_zoom li {
		width: 100%;
	}

	#kontakt {
		height: unset !important;
	}

	#kontakt .checkbox-container {
		font-size: 10pt;
	}

	#kontakt .portfolio_list .row .contact div {
		font-size: 15pt;
	}

	#kontakt .portfolio_list .row .col-6 {
		width: 100% !important;
	}

	#kontakt .portfolio_list .row {
		flex-direction: column;
	}

	#kontakt .col-6 .contact {
		width: 100% !important;
	}

	#kontakt .portfolio_list .row .contact div:first-of-type {
		margin-top: 0px;
	}

	#footer .top {
		align-items: center;
	}

	#onas p {
		font-size: 10pt;
	}
}