body {
	font-family: 'Josefin Sans', sans-serif;
	background-color: rgb(49, 49, 49);
}

	body::-webkit-scrollbar {
		width: 8px;
		height: 8px;
		background-color: rgba(0, 0, 0, 0.9);
	}
	/* Add a thumb */
	body::-webkit-scrollbar-thumb {
		background: rgba(250, 250, 250, 0.5);
	}

body, html {
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

.page-heading {
	background-image: url(../img/heading_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	text-align: center;
}

	.page-heading .heading-content h1 {
		font-size: 32px;
		text-transform: uppercase;
		color: #fff;
		letter-spacing: 1px;
		background-color: rgba(250,250,250,0.1);
		display: inline-block;
		margin-bottom: 0;
		margin-top: 220px;
		padding: 20px 60px;
	}

	.page-heading .heading-content em {
		font-style: normal;
		font-weight: 200;
	}

.hover-content-tittle {
	margin-top: 6px;
}

/* Nav Bar */
nav .logo {
	float: left;
	margin-top: -10px;
}

	nav .logo a {
		font-size: 28px;
		line-height: 80px;
		color: #fff;
		text-decoration: none;
		letter-spacing: 0.5px;
	}

	nav .logo em {
		font-style: normal;
		font-weight: 200;
	}

nav {
	background: rgba(250,250,250,0.2);
	height: 60px;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 300;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}

.menu-icon {
	background: transparent;
	border: 1px solid #fff;
	width: 45px;
	height: 45px;
	margin: 7.5px 25px 0 auto;
	position: relative;
	cursor: pointer;
	transition: background 0.5s;
	border-radius: 5px;
}

	.menu-icon span,
	.menu-icon span:before,
	.menu-icon span:after {
		cursor: pointer;
		border-radius: 1px;
		height: 2px;
		width: 33px;
		background: white;
		position: absolute;
		left: 12%;
		top: 50%;
		display: block;
		content: '';
		transition: all 0.5s ease-in-out;
	}

		.menu-icon span:before {
			left: 0;
			top: -10px;
		}

		.menu-icon span:after {
			left: 0;
			top: 10px;
		}

	.menu-icon.active {
		background: rgba(250,250,250,0.2);
	}

		.menu-icon.active span {
			background-color: transparent;
		}

			.menu-icon.active span:before,
			.menu-icon.active span:after {
				top: 0;
			}

			.menu-icon.active span:before {
				transform: rotate(135deg);
			}

			.menu-icon.active span:after {
				transform: rotate(-135deg);
			}

.active-category {
	font-weight: bold;
}

.category-tabs a:hover {
	text-decoration: none;
}

/* Menu */
.overlay-menu {
	background: rgba(0, 0, 0, 0.95);
	color: #ffffff;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	padding: 50px 0;
	opacity: 0;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.5s;
}

	.overlay-menu.open {
		opacity: 1;
		transform: translateY(0%);
	}

	.overlay-menu .main-menu {
		transform: translateY(50%);
		opacity: 0;
		transition: all 0.3s;
		transition-delay: 0s;
	}

	.overlay-menu.open .main-menu {
		transition: all 0.7s;
		transition-delay: 0.7s;
		opacity: 1;
		transform: translateY(0%);
		text-transform: lowercase;
	}

#klijenti {
	font-size: 22px;
	text-align: left;
	background-color: rgb(49, 49, 49);
}

	#klijenti ul {
		list-style-type: none;
		color: rgb(236,236,236);
	}

#clients-item {
	padding-left: 40px;
}

.overlay-menu .main-menu:nth-child(2) {
	transition-delay: 0s;
}

.overlay-menu.open .main-menu:nth-child(2) {
	transition-delay: 1.25s;
}

.overlay-menu {
	overflow: scroll;
}

	.overlay-menu::-webkit-scrollbar {
		display: none;
	}

	.overlay-menu ul {
		list-style: none;
		margin-top: 80px;
		padding: 0px;
	}

		.overlay-menu ul li {
			padding: 15px 0px;
		}

			.overlay-menu ul li a {
				font-size: 24px;
				font-weight: 300;
				color: #fff;
				text-decoration: none;
				transition: all 0.5s;
			}

				.overlay-menu ul li a:hover {
					color: rgba(250,250,250,0.5);
				}


	.overlay-menu p {
		margin-top: 60px;
		font-size: 13px;
		text-transform: uppercase;
		color: #fff;
		font-weight: 200;
		letter-spacing: 0.5px;
		text-align: center;
	}

.container-fluid {
	background-color: #151515;
	padding-bottom: 30px;
}

footer .container-fluid {
	padding: unset;
	width: 100%;
}

.full-screen-portfolio .container-fluid,
.full-screen-portfolio .col-md-4, .col-md-8 {
	padding-left: 0px;
	padding-right: 0px;
	background-color: #151515;
}

.lb-data .lb-caption {
	font-weight: normal;
}

.portfolio-item img {
	width: 100%;
	overflow: hidden;
}

.about-img {
	width: 100%;
	height: auto;
	padding: unset;
}

.about-img-container {
	height: auto;
	padding: unset;
}

.portfolio-item .thumb {
	position: relative;
}

.fa-facebook:visited, .fa-instagram:visited {
	color: yellow;
}

.portfolio-item .hover-effect .hover-content {
	position: absolute;
	text-align: left;
	width: 100%;
	height: 43px;
	bottom: 0;
	left: 0;
	background-color: #c8b4a0;
}

.hover-content-em {
	font-size: 18px;
	text-transform: uppercase;
	color: white;
}

.fa {
	margin: 6px;
}

.right {
	float: right;
	margin-top: -3px;
}

.center {
	align-content: center;
}

.full-screen-portfolio .portfolio-item h3 {
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding-left: 5px;
	margin-bottom: -5px;
	line-height: 15px;
	transition: .5s ease-in-out;
	letter-spacing: 0.3px;
	font-weight: bold;
}

.full-screen-portfolio .portfolio-item em {
	font-style: normal;
	font-weight: 200;
	padding-left: 5px;
}

.full-screen-portfolio .portfolio-item p {
	padding-left: 20px;
	font-weight: 300 !important;
	letter-spacing: 0.5px;
	font-size: 14px;
	color: #fff;
	opacity: 0;
	transform: translateY(10px);
	transition: .5s ease-in-out;
	text-transform: uppercase;
}

.full-screen-portfolio .portfolio-item {
	text-align: center;
	line-height: 150%;
	text-transform: lowercase;
	cursor: pointer;
	margin: 2.5px;
}

.popup-icon {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 300;
	display: inline-block;
	width: 60px;
	height: 60px;
}

	.popup-icon button {
		background-color: transparent;
		outline: none;
		border: none;
	}

.modal-btn img {
	width: 60px;
	height: 60px;
}

/* Modal */
.modal {
	background-color: rgba(0,0,0,.95);
	display: none;
	overflow: auto;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: all 0.6s;
	overflow: scroll;
}

	.modal::-webkit-scrollbar {
		display: none;
	}

/* Modal Content */
.modal-content {
	text-align: center;
	position: relative;
	top: 0;
	width: 100%;
	margin: 0 auto;
	background-color: transparent;
}

.modal-animated-in {
	animation: totop-in .6s ease;
}

.modal-animated-out {
	animation: totop-out .6s ease forwards;
}

.modal-header {
	border-bottom: none;
}

	.modal-header h3 {
		color: #fff;
		font-weight: 400;
		letter-spacing: 1px;
		font-size: 64px;
		margin-top: 5%;
		border-bottom: none;
		margin-bottom: 20px;
	}

	.modal-header em {
		font-style: normal;
		font-weight: 200;
	}

.modal-content .close-btn {
	position: absolute;
	z-index: 99999999;
	color: #fff;
	right: 38px;
	top: 15px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
}

.modal-body {
	text-align: center;
	margin: 0 auto;
}

	.modal-body input {
		border-radius: 5px;
		padding-left: 15px;
		font-size: 14px;
		font-weight: 200;
		color: #fff;
		background-color: rgba(250, 250, 250, 0.15);
		outline: none;
		border: none;
		box-shadow: none;
		line-height: 40px;
		height: 40px;
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 25px;
	}

	.modal-body textarea {
		border-radius: 5px;
		padding-left: 15px;
		padding-top: 10px;
		font-size: 14px;
		font-weight: 200;
		color: #fff;
		background-color: rgba(250, 250, 250, 0.15);
		outline: none;
		border: none;
		box-shadow: none;
		height: 165px;
		max-height: 220px;
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		margin-bottom: 25px;
	}

	.modal-body button {
		border-radius: 0px;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 600;
		background-color: transparent;
		color: #fff;
		letter-spacing: 2px;
		border-bottom: 3px solid #fff;
		display: inline-block;
		padding: 0px 0px 3px 0px;
		transition: all 0.5s;
		border-top: none;
		border-right: none;
		border-left: none;
	}

		.modal-body button:hover {
			color: rgba(250,250,250,0.5);
			border-color: rgba(250,250,250,0.5);
			outline: none;
		}

/* Keyframes */
@keyframes totop-in {
	0% {
		top: 600px;
		opacity: 0;
	}

	100% {
		top: 0%;
		opacity: 1;
	}
}

@keyframes totop-out {
	0% {
		top: 0px;
		opacity: 1;
	}

	100% {
		top: -100%;
		opacity: 0;
	}
}

footer {
	width: 100%;
	height: 80px;
	background-color: #151515;
}

	footer p {
		text-align: center;
		color: #fff;
		font-weight: 200;
		font-size: 13px;
		text-transform: uppercase;
		padding-top: 33px;
		letter-spacing: 0.5px;
	}

	footer a {
		color: #aaa;
		text-decoration: none;
	}

		footer a:hover {
			text-decoration: none;
			color: #aaa;
		}

		footer a:hover {
			color: white;
		}

	footer .container-fluid {
		background-color: #050505;
		color: #aaa;
		padding-top: 30px;
	}


.sidebar-heding h2 {
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
	margin-top: 40px;
	letter-spacing: 0.5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #414141;
	margin-bottom: 20px;
}

.nav-container {
	width: 100%;
	height: 200px;
	background-color: #151515;
}

.logo-img {
	width: 70px;
}

.copyright {
	text-transform: none;
	color: darkgray;
}

.page-title {
	width: 100%;
	text-align: center;
	margin-top: 90px;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 0;
}

.contact-info {
	float: right;
}

.lightboxOverlay {
	opacity: 0.95 !important;
}

/*Contact map*/
.templatemo_contactmap {
	float: left;
	height: 100%;
	margin-bottom: 20px;
}

#templatemo_map {
	width: 100%;
	height: 100%;
}

#artemida-map {
	width: 100%;
	height: 100%;
}

address {
	margin-top: 60px;
	text-align: right;
	padding-right: 150px;
}

.contact-container {
	color: white;
	font-size: 18px;
}

.contact-footer {
	text-align: center;
	background-color:#050505;
	padding-top: 30px;
}

.content-description a {
	color: white;
	text-decoration: underline;
	text-underline-position: under;
	text-decoration-color: #9b0f0f;
}

.contact-info {
	float: left;
}

.contact-us {
	background-color: #9b0f0f;
	color: #151515;
	text-align: center;
}

	.contact-us a {
		color: white;
		text-decoration: none;
	}

		.contact-us a:hover {
			font-weight: bold;
		}

#about-us-items {
	width: 100%;
	height: 100%;
	text-align: center;
	color: white;
	font-size: 40px;
}

#container-about-us {
	background-color: rgb(49, 49, 49) !important
}


.category-tabs {
	width: 100%;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 0;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

.page-title {
	color: white;
}

.category-tabs a {
	color: white;
}

g {
	fill: #9b0f0f;
}

.social-icons a:hover {
	color: #9b0f0f;
}

#spinner {
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgb(68,68,70);
}

.responsive {
	width: 100%;
	height: 100%;
}

#about-us {
	margin-top: 60px;
}

#delatnosti {
	padding: unset;
}

#klijenti {
	margin-top: 50px;
}

#clients-container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.contact-title {
	text-align: right;
	padding-right: 160px;
}


@media (max-width: 680px) {
	.content-description {
		margin-left: unset;
	}

	.responsive {
		margin-top: 30%;
		height: auto;
	}

	.contact-us a {
		font-size: 20px;
	}
}

@media (max-width: 640px) {
	#delatnosti {
		margin-bottom: -13px;
	}
}

@media (max-width: 530px) {
	.modal-header h3 {
		margin-top: 15%;
	}

	.modal-body input {
		width: 100%;
	}

	.modal-body textarea {
		width: 100%;
	}

	.modal-content {
		padding-bottom: 40px;
	}

	.grid-portfolio {
		padding: 0px 0px;
	}

		.grid-portfolio .portfolio-item {
			margin: 30px 0px;
		}

		.grid-portfolio .load-more-button {
			padding-bottom: 30px;
		}

	.more-about-us .content {
		padding: 60px 30px;
	}

	#klijenti {
		font-size: 14px;
	}

	address {
		padding-right: 50px;
	}

	.contact-title {
		padding-right: 60px;
	}
}

@media(max-width: 900px) {
	.templatemo_contactmap {
		width: 100% !important;
	}

	#artemida-map {
		width: 100% !important;
	}
}

@media (max-width: 415px) {
	.copyright {
		margin-left: unset;
	}

	nav .logo a {
		font-size: 24px;
	}

	.page-title {
		font-size: 24px;
	}

	.contact-info {
		margin-left: unset;
		margin-top: -40px;
		margin-bottom: 30px;
	}

	.contact-container {
		padding: 10px;
	}

	#klijenti ul {
		padding:unset;
	}

	#clients-item ul{
		padding-left: 25px;
	}
}

@media (max-width: 320px) {
	.copyright {
		margin-left: 0px;
	}

	nav .logo a {
		font-size: 20px;
	}

	.page-title {
		font-size: 24px;
	}
}

@media (max-width: 290px) {
	.copyright {
		margin-left: 0px;
		font-size: 10px;
	}

	nav .logo a {
		font-size: 16px;
	}

	.page-title {
		font-size: 22px;
	}
}

@media (max-width: 1000px) {
	#clients-item {
		padding-left: 15px !important;
	}
}

@media (max-width: 700px) {
	#clients-item {
		padding-left: 0 !important;
	}
}