@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Abel&family=Alexandria:wght@100..900&display=swap');

body,html{
	margin:0px;
	padding:0px;
	font-family: 'Abel', sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	position:relative;
	box-sizing:border-box;
}

a{
	text-decoration:none;
	color:#000;
}

img{
	border:none;
}

strong{
	font-weight: bold;
}

.clear{
	clear:both;
	height:0px;
	font-size:0px;
}

*{
	box-sizing:border-box;
}

textarea:focus, input:focus{
    outline: none;
}

h1,h2,h3{
	font-family:'Alexandria', sans-serif;
}

.top_container{
	padding:20px 0px;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:2;
}

.top_container .top_content{
	width:100%;
	max-width:1250px;
	margin:auto;
}

.logo{
	display: inline-block;
}

.logo img{
	width:150px;
	height: auto;
}

.content_container{
	
}

.content_container .content_content{
	max-width:80%;
	margin:auto;
}

.content_container .content_content .contact_holder input[type="text"],
.content_container .content_content .contact_holder textarea{
	font-size:16px;
	font-family:'Abel', sans-serif;
	padding:17px 20px;
	background-color:#EDEDED;
	color:#000000;
	width:100%;
	border-radius:10px;
	border:none;
}

.content_container .content_content .gallery_container{
	
}

.content_container .content_content .gallery_container .gallery_left{
	width:32.8%;
	margin-right:1%;
	float:left;
}

.content_container .content_content .gallery_container .gallery_right{
	width:66.2%;
	float:left;
	position:relative;
}

.content_container .content_content .gallery_container .gallery_right a.dark-button{
	position:absolute;
	right:30px;
	bottom:30px;
}

.content_container .content_content .gallery_container a:not(.dark-button){
	display:block;
	width:49%;
	padding-top:36.75%;
	float:left;
	margin-right:1.5%;
	margin-top:1.5%;
	background-size: cover !important;
}

.content_container .content_content .gallery_container .gallery_right a:nth-of-type(2n):not(.dark-button){
	margin-right:0px !important;
}

.content_container .content_content .gallery_container .gallery_right a:nth-of-type(2):not(.dark-button){
	border-top-right-radius:20px;
}

.content_container .content_content .gallery_container .gallery_right a:nth-of-type(4):not(.dark-button){
	border-bottom-right-radius:20px;
}

.content_container .content_content .gallery_container .gallery_left a:not(.dark-button){
	width:100% !important;
	padding-top:151.3% !important;
	float:none !important;
	margin-top:3% !important;
	margin-right:0px !important;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
}

.footer_container{
	
}

.footer_container .footer_content{
	max-width:1250px;
	margin:auto;
	padding:60px 0px;
}

.footer_container .footer_content a{
	font-family:'Alexandria', sans-serif;
	color:#272727;
	font-size:16px;
	line-height:16px;
	text-decoration:none;
	font-weight:600;
}

.production_container{
	
}

.production_container .production_content{
	max-width:1250px;
	margin:auto;
	padding:10px 0px;
	text-align:center;
	font-size:14px;
}

.production_container .production_content a{
	
}

.mfp-figure-zoom{
	position:absolute;
	right:20px;
	top:20px;
	z-index:9999;
	width:20px;
	height:20px;
	background:url(/images/gallery_zoom_icon.png) center top no-repeat;
}

.mfp-figure-zoom.hidden{
	display:none !important;
}

.mfp-figure-zoom:hover{
	background-position:center bottom;
}

.mfp-figure-zoom.active{
	background-image:url(/images/gallery_zoomout_icon.png) !important;
}

.mfp-figure .mfp-img.fullscreen{
	max-height:100% !important;
	width:auto !important;
	max-width:none !important;
}

/****ANIMATIONS****/
.animate{
	position: relative;
	transition: all ease-in-out 1s;
}

.animate.animation-lr{
	opacity: 0 !important;
	left:-15% !important;
}

.animate.animation-rl{
	opacity: 0 !important;
	left:15% !important;
}

.animate.animation-bt{
	opacity: 0 !important;
	top:100px !important;
}

.animate.animation-tb{
	opacity: 0 !important;
	top:-100px !important;
}

.animate.animation-fade{
	opacity: 0;
}

.animate.animation-scale{
	transform: scale(0.3);
}

.animate.animation-circle{
	border:70px solid #fff !important;
	left:-100px !important;
	top:25px !important;
}

.animate.anim{
	opacity:1 !important;
	top:0px !important;
	left:0px !important;
	transform:none !important;
}

/***EDITOR***/
img.round-image{
	border-radius:20px;
}

a.green-button{
	display: inline-block;
	padding:10px 40px;
	color:#ffffff;
	font-size:16px;
	line-height:20px;
	background-color:#018977;
	transition:all ease-in-out 0.3s;
	border-radius:20px;
	text-decoration:none;
}

a.green-button:hover{
	box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
}

a.dark-button{
	display: inline-block;
	padding:10px 40px;
	color:#ffffff;
	font-size:16px;
	line-height:20px;
	background-color:rgba(0,0,0,0.5);
	transition:all ease-in-out 0.3s;
	border-radius:20px;
	text-decoration:none;
	border:1px solid #ffffff;
}

a.dark-button:hover{
	background-color:rgba(0,0,0,1);
}

a.social-button{
	display:inline-block;
	padding:16px 0px;
	width:50px;
	text-align:center;
	box-shadow:0px 0px 7px 0px rgba(0, 0, 0, 0.15);
	border-radius:10px;
}

td.contact-holder{
	padding:45px 12%;
	background-color:rgba(255, 255, 255, 0.9);
	box-shadow:0px 0px 14px 0px rgba(0, 0, 0, 0.15);
	border-radius:20px;
}

br.responsive-hidden,
span.responsive-hidden,
div.responsive-hidden,
a.responsive-hidden,
table.responsive-hidden,
tr.responsive-hidden,
td.responsive-hidden{}

br.responsive-show,
div.responsive-show,
a.responsive-show,
table.responsive-show,
tr.responsive-show,
td.responsive-show{
	display: none;
}