/* <---- Popup ----> */


#pop-f {
	position: fixed;
	display: none;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
}

#pop-f #form {
position: relative;
background: #fff;
width: 500px;
margin: 75px auto;
box-shadow: 0 0 10px 0px #242424;
}

#pop-f #form .close {
display: block;
top: 0;
right: 0;
position: absolute;
padding: 0px 9px;
background: #2ed3ae;
color: #ffffff;
text-decoration: none;
transition: 0.6s;
}

#pop-f #form .close:hover {
color: #242424;
background: none;
}

#pop-f #form .close:after {
content: "\00d7";
font-size: 40px;
line-height: 40px;
}

#pop-f #form form {
display: block;
padding: 40px 60px;
}

#pop-f #form form span {
display: block;
font-weight: bold;
font-size: 20px;
text-align: center;
margin-bottom: 20px;
}

#pop-f #form form input, #pop-f #form textarea {
display: block;
width: 100%;
padding: 10px;
margin: 5px 0;
outline: 0;
}

#pop-f #form form textarea {
height: 140px;
}

#pop-f #form form .inputf {
display: none;
}

#pop-f #form form .submit {
  background: #FFFFFF;
  border: 1px solid #a99a6f;
  color: #a99a6f;
  margin: 20px auto;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.04em;
  width: 100%;
  padding-top: 10px;
  height: 40px;
  cursor: pointer; }

#pop-f #form form .submit:hover {
background: #2ed3ae;
color: #fff;
text-decoration: none;
}
#pop-f #form form p.validation-error {
	font-size:12px;
	color: red;
	margin-top: 5px;
}
#pop-f #form form p.validation-error:last-of-type {
	display: none;
}

@media (max-width: 768px) {
	#pop-f #form {
		width: 400px;
	}
	#pop-f #form form {
		padding: 30px 40px;
	}
	.img-thumbnail-variant-3 .caption {
		
		background-color: inherit;
		
	}
}
@media (max-width: 480px) {
	#pop-f #form {
		width: 300px;
	}
	#pop-f #form form {
		padding: 20px 20px;
	}
	.img-thumbnail-variant-3 .caption {
		
		background-color: inherit;
		
	}
}
article h6, article  h5, .hoverr h6, .hoverr h5 {
	color: black;
}
article:hover h6, article:hover h5 {
	color: #2ed3ae;
}
section .range-50 a .texthover2:hover h5, section .range-50 a .texthover2:hover h6 {
	color: #2ed3ae;
}
.backgroundDiv {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left:0;
	top:0;
}
section .range-50 .zaloga:hover .thumb a div h5, section .range-50 .zaloga:hover .thumb a div h6 {
	color: #2ed3ae;
}

.rd-parallax-light p {
	color: black;
}
.imageSection .leftAlone {
	width:100%;
}

.section-md .cell-sm-7 .rd-mailform p.validation-error {
	font-size:12px;
	color: red;
	margin-top: 5px;
}
.page .pswp .pswp__scroll-wrap .pswp__item .pswp__zoom-wrap .pswp__img {
	width:100%;
	height:100%;
}