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;
}

/* Úvod */

.uniq_hero {
	background-color: #000;
}

.uniq_hero video {
	width: 100%;
    position: absolute;
    top: -100px;
}

.uniq_hero .socials ul .svg {
	width: 32px;
}

.uniq_main_title {
	margin-bottom: 50px !important;
}

.uniq_main_title h3 {
	color: #f834ff;
	font-size: 70px;
	font-weight: 900;
}

.uniq_header {
	z-index: 100;
}

/* SOM */

#som {
	background-color: #f5f5f5;
	padding-top: 100px;
}

#som .portfolio_filter {
	padding-top: 0px;
}

#som .uniq_skills {
	padding-bottom: 0px;
}

#som .portfolio_filter ul {
	display: flex;
  justify-content: space-between;
}

#som .portfolio_filter ul li {
	width: 24%;
	border-radius: 0.5em;
	margin: unset;
	z-index: 2;
}

#som .som-item {
  margin: 0;
  height: 670px;
  display: block;
  position: relative;
  border-radius: 1em;
  box-shadow: 2px 5px 7px 2px #d7d7d7;
  background-repeat: no-repeat;
  background-size: cover;
}

#som .som-item b {
	font-size: 20pt;
	line-height: 35px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5%;
	font-style: italic;
}

#som .som-item .overlayshadow {
	background: linear-gradient(#ffffff00, #000000);
	height: 670px;
	width: 100%;
  border-radius: 1em;
}

/* POTREBUJEM */

#potrebujem {
	background-color: #f5f5f5;
}

#potrebujem .border.border-bottom {
	position: absolute;
  left: 0px;
  width: 130px;
  height: 280px;
  border: 6px solid #01eaff;
  margin-right: -160px;
  top: 48%;
  z-index: 1;
}

#potrebujem .half-bg-color {
	width: 100%;
	height: 40vh;
	background: #02eafe;
	position: absolute;
}

#potrebujem .uniq_main_title {
	padding-top: 100px;
}

#potrebujem .uniq_main_title h3 {
	color: #1a1a1a;
}

#potrebujem .uniq_portfolio .portfolio_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#potrebujem .uniq_portfolio .portfolio_list ul li {
	width: 47%;
	max-height: 320px;
	margin-bottom: 50px;
	border-radius: 1em;
	padding: 0px;
  box-shadow: 2px 5px 7px 2px #d7d7d7;
}

#potrebujem .uniq_portfolio .portfolio_list ul li img {
	max-height: 250px;
	width: 100%;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
}

#potrebujem .uniq_portfolio .portfolio_list .details {
	visibility: visible;
  opacity: 1;
 	border-bottom-right-radius: 1em;
 	border-bottom-left-radius: 1em;
  background: #FFF;
  position: relative;
  padding: 20px;
  bottom: 0px;
}
#potrebujem .uniq_portfolio .portfolio_list .details h3 {
	color: #010001;
	font-size: 24pt;
}

/* KLIENTI */

#klienti {
	background-color: #f5f5f5;
}
#klienti .uniq_main_title {
	margin-top: 100px;
}

#klienti .uniq_main_title h3 {
	color: #010001;
}

#klienti .swiper-wrapper {
	display: flex;
  flex-wrap: nowrap;
  flex-direction: row;	
}

#klienti .partners-swiper {
	width: 100%;
  padding: 100px 10px;
  background: #f940ff;
  height: 450px;
  position: relative;
}

#klienti .swiper-button-prev-partners {
	position: absolute;
	cursor: pointer;
	background: url('/assets/img/thumbs/arrow_pointing_left.svg');
	background-repeat: no-repeat;
	background-size: 50px;
  width: 100px !important;
  height: 50px !important;
  left: -100px;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

#klienti .swiper-button-next-partners {
	position: absolute;
	cursor: pointer;
	background: url('/assets/img/thumbs/arrow_pointing_right.svg');
	background-repeat: no-repeat;
	background-size: 50px;
	width: 100px !important;
	height: 50px !important;
	left: 100px;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

/* BLOGY */

#blogy {
	position: relative;
	background-color: #f5f5f5;
}

#blogy .uniq_main_title {
	margin-top: 100px;
	margin-bottom: 0px !important;
}

#blogy h3 { 
	color: #010001;
	margin-bottom: 0px !important;
}
#blogy .uniq_skills {
	background-color: #f5f5f5;
}

#blogy .uniq_news {
	padding: unset !important;
}

#blogy .swiper-wrapper {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-height: 700px;
}


#blogy .swiper-button-prev-news {
	position: absolute;
	top: 45%;
	cursor: pointer;
	left: 5% !important;
	background: url('/assets/img/thumbs/arrow_pointing_left.svg');
	background-repeat: no-repeat;
	background-size: 50px;
  width: 100px !important;
  height: 50px !important;
}

#blogy .swiper-button-next-news {
	position: absolute;
	top: 45%;
	cursor: pointer;
	right: 5% !important;
	background: url('/assets/img/thumbs/arrow_pointing_right.svg');
	background-repeat: no-repeat;
	background-size: 50px;
	width: 100px !important;
	height: 50px !important;
}

#blogy .swiper-wrapper .list_inner {
	flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0px 40px;
}

#blogy .swiper-wrapper .list_inner .image {
	width: 100%;
    height: 250px;
}

#blogy .swiper-wrapper .list_inner .details {
	width: 100%;
    padding: 0;
    margin-top: 20px;
}

#blogy .swiper-wrapper .list_inner .details a {
	font-size: 16pt;
}

#blogy .swiper-wrapper .list_inner .news_informations p {
	color: #010001;
	font-weight: 600;
    font-size: 10pt;
}

#blogy .border.border-top {
	position: absolute;
	right: -120px;
	width: 290px;
	height: 280px;
	border: 6px solid #ffffff;
	margin-right: 0;
	top: -3%;
	z-index: 1;
}

/* KONTAKT */

#kontakt {
	position: relative;
	background-color: #f5f5f5;
}
#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 .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: 25px;
}

#onas {
	background: #f5f5f5;
	padding-top: 200px;
	padding-bottom: 50px;
}

#onas p {
	font-size: 20pt;
  text-align: justify;
  color: #000;
  font-weight: bold;
}

/* 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;
}

/*-*/
#som .border.border-top {
	position: absolute;
	left: 0px;
	width: 500px;
	height: 400px;
	border: 6px solid #01eaff;
	margin-right: -160px;
}

#som .border.border-bottom {
	position: absolute;
  left: 83%;
  top: 27%;
  width: 460px;
  z-index: 1;
  height: 360px;
  border: 6px solid #f834ff;
}

#blogy-content .border.border-top {
	position: absolute;
	left: 96%;
	top: -5%;
	right: 200px;
	width: 1000px;
	height: 250px;
	z-index: 99;
	border: 6px solid #FFF;
}

#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;
	background-size: 50px;
  width: 100px !important;
  height: 50px !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;
	background-size: 50px;
  width: 100px !important;
  height: 50px !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);
}

#service-page div.uniq_header:not(.animate) {
	background-color: #010001;
}

#service-page .portfolio_list .gallery_zoom li {
	background-color: #FFF;
	width: 23.3333%;
	position: relative;
	padding: 10px;
	height: 475px;
}

#service-page .portfolio_list .gallery_zoom label {
	position: absolute;
  left: 10px;
  top: 0px;
}

#service-page .portfolio_list .gallery_zoom h3 {
	text-align: center;
  text-transform: uppercase;
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
  font-size: 18pt;
}

#service-page .portfolio_list .gallery_zoom p {
	color: #010001;
}

#service-page .portfolio_list .gallery_zoom img {
	height: 300px;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

#service-page .portfolio_list .gallery_zoom b {
	  display: none;
		position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    color: #01010157;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-size: 19pt;
}

#service-page #kontakt .portfolio_list .row {
	margin-top: 0px;
}

#service-page #kontakt .col-6 .input_list:nth-child(1) {
	height: 215px;
}

#service-page #kontakt .input_list_container {
	height: 215px;
}

#service-page .service-packages {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 10px;
}

#service-page .service-packages .service-package {
	padding: 20px;
	cursor: pointer;
	border: 2px solid #010001;
	height: 140px;
	border-radius: 0.5em;
	padding-top: 10px;
}
#service-page .service-packages .service-package.active {
	border-color: #FFF;
	background-color: #010001;
}
#service-page .service-packages .service-package.active b {
	color: #FFF;
}
#service-page .service-packages .service-package img {
	height: 90px;
	display: block;
	    padding: 15px;
    padding-bottom: 10px;
    padding-top: 0px;
}

#service-page .service-packages .service-package b {
	color: #010001;
	font-size: 20pt;
}

#service-page .message_vr {
	display: flex;
}

#service-page .message_vr div {
	width: 49.5%;
	float: left;
}

#service-page .message_vr div:last-of-type {
	display: inline-flex;
  padding-left: 5px;
  color: #010001;
}

#service-page  .portfolio_list .gallery_zoom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#service-page #som .swiper-button-next {
	top: 500px;
  position: absolute;
  right: 2.5% !important;
  text-align: center;
  color: #000;
  font-size: 10pt;
  background-size: 20px 30px;
  background-position: bottom;
  height: 100px !important;
}
#service-page #som .swiper-button-prev {
	top: 500px;
  position: absolute;
  left: 2.5% !important;
  text-align: center;
  color: #000;
  font-size: 10pt;
  background-size: 20px 30px;
  background-position: bottom;
  height: 100px !important;
}

/*
#gallery-modal .primary {
	width: 100%;
	background-color: #010001;
	height: 450px;
	display: block;
	margin: 0px auto;
}*/

#gallery-modal .secondary {
  width: 100%;
  height: 205px;
  display: block;
  margin: 0px auto;
  margin-top: 10px;
  position: relative;
}

#gallery-modal .secondary img {
  height: 170px;
  margin-top: 30px;
}

#gallery-modal .secondary .swiper-button-next {
	right: -5% !important;
  background: url(/assets/img/thumbs/arrow_pointing_right.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  width: 20px !important;
  height: 15px !important;
  background-size: contain;
  left: 0% !important;
  margin: 0 auto;
  top: 0%;
}

#gallery-modal .secondary .swiper-button-prev {
	  background: url(/assets/img/thumbs/arrow_pointing_left.svg);
    background-repeat: no-repeat;
    background-size: 50px;
    width: 20px !important;
    height: 15px !important;
  	background-size: contain;
    left: 0% !important;
    right: 0% !important;
    margin: 0 auto;
    top: 0%;
}

#blog-page #blog,
#blogs-page #blog {
	display: block;
  position: relative;
  width: 80%;
  margin: 150px auto;
}

#blogs-page #blog .blog-item {
	width: 100%;
	display: block;
	height: 250px;
}

#blog-page #blog h3.blg,
#blogs-page #blog h3.blg {
	font-size: 35pt;
	color: #FFF;
}

#blog-page #blog h4.blg,
#blogs-page #blog h4.blg {
	font-size: 15pt;
	color: #FFF;
}

#blogs-page #blog .blog-item:nth-child(even) h4.blg {
	text-align: right;
}

#blog-page #blog span.blg,
#blogs-page #blog span.blg {
	background: #FFF;
	padding: 5px 10px;
	color: #010001;
}

#blog-page #blog p.blg,
#blogs-page #blog p.blg {
	margin-top: 5px;
}

#blog-page .releated-blogs {
	margin-top: 100px;
}

#blog-page .releated-blogs h3 {
	color: #FFF;
	margin-bottom: 25px;
}

#blog-page .releated-blogs .row {
	display: flex;
}

#blog-page .releated-blogs img {
	float: left;
	max-width: 40%;
	margin-right: 10px;
}

#blogs-page #blog .blog-item:nth-child(even) p.blg {
	text-align: right;
}

#blogs-page #blog a.readmore.blg {
	color: #f634fd;
	font-weight: bold;
}

#blogs-page #blog .blog-item:nth-child(odd) img.blg {
	float: left;
	margin-right: 50px;
	height: 200px;
}
#blogs-page #blog .blog-item:nth-child(even) img.blg {
	float: right;
	margin-left: 50px;
	height: 200px;
}


/* 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;
	}

	#blog-page .releated-blogs .row {
		flex-direction: column;
	}

	#som {
		padding-top: 50px;
	}

	#som .portfolio_filter ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
	}

	#som .portfolio_filter ul li {
		width: 100%;
		height: 150px;
		margin-top: 25px;
	}

	#som .som-item {
		height: 150px;
	}

	#som .som-item .overlayshadow {
		height: 150px;
	}

	#som .som-item b {
		text-align: center;
	}

	#potrebujem .uniq_main_title {
		padding-top: 50px;
	}

	#potrebujem .uniq_portfolio .portfolio_list .details h3 {
		font-size: 13pt;
	}

	#blogy .swiper-button-prev-news,
	#blogy .swiper-button-next-news {
		top: 14%;
	}
	#blogy .swiper-button-next-news {
		right: -5% !important;
	}

	#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;
	}
}