/* ------------------------- FONTS -------------------------- */
@font-face {
	font-family: 'Lato';
	src: url('http://targi-zerowaste.pl/templates/soufs-template/fonts/Lato-Regular.ttf');
}

@font-face {
	font-family: 'Montserrat';
	src: url('/templates/soufs-template/fonts/Montserrat-Regular.otf');
}

@font-face {
	font-family: 'Pertibd';
	src: url('http://targi-zerowaste.pl/templates/soufs-template/fonts/Pertibd.ttf');
}


/* ------------------------ GENERAL -----------------------*/
body
{
	position: relative;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}

section
{
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width: 1300px) {
	section
	{
		width: 90%;
	}
}



h1, h2, h3, h4, h5, h6
{
	margin: 80px 0 20px 0;
	padding: 0 20px;
	background-color: #fff;
	text-align: center;
	color: #d86f0d;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: 5px;
	text-transform: capitalize;
}

h1,
.page-header h2
{
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;

	/* for animations */
	position: relative;
	top: -100px;
	opacity: 0;
	transition: all ease-in 400ms;
}

h3 {font-size: 24px;}

h4 {font-size: 22px;}

h5 {font-size: 20px;}

h6 {font-size: 18px;}

h1:after,
h2:after
{
	content: "";
	display: block;
	position: relative;
	top: 10px;
	width: 80px;
	height: 3px;
	margin: 0 auto 50px auto;
	border: none;
	border-radius: 2px;
	background-color: #d86f0d;
}

p
{
	margin: 20px 0;
	padding: 0;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

a
{
	color: #d86f0d;
}

a:hover
{
	font-weight: 600;
}

strong
{
	font-weight: 600;
	color: #d86f0d;
}

ul
{
	list-style-image: url('http://targi-zerowaste.pl/templates/soufs-template/images/bullet.png');
}

.pagenav
{
	display: none;
}

.hr
{
	width: 200px;
	height: 3px;
	margin: 40px auto;
	padding: 0;
	background-color: #d86f0d;
	border: none;
	border-radius: 3px;

	/* for animations */
	width: 0;
	transition: all ease-in 400ms;
}

.bloc-left
{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -50px;
	width: 48%;
	margin-right: calc(2% - 5px);
}

.bloc-right
{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -50px;
	width: 48%;
	margin-left: 2%;
}

@media screen and (max-width: 900px) {
	.bloc-left,
	.bloc-right
	{
		width: 100%;
		margin: 20px 0;
	}
}


/* ----------------------- HEADER --------------------------*/
header
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	background-color: #fff;
	border-bottom: 2px solid #d86f0d;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	z-index: 99;
	transition: all ease-in 200ms;
}

header.scrolled-page
{
	height: 70px;
}

header .custom-website-logo
{
	display: inline-block;
	vertical-align: middle;
	height: 82px;
	max-width: calc(100% - 40px);
	margin: 9px 30px 9px 10%;
	cursor: pointer;
	transition: all ease-in 200ms;
}

header.scrolled-page .custom-website-logo
{
	height: 60px;
	margin-top: 5px;
	margin-bottom: 5px;
}

header .custom-website-logo p
{
	margin: 0;
	padding: 0;
}

header .custom-website-logo img
{
	height: 82px;
	transition: all ease-in 200ms;
}

header.scrolled-page .custom-website-logo img
{
	height: 60px;
}

header ul
{
	margin: 0;
	padding: 0;
}

header .dumb-menu > ul
{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 10%;
	left: initial;
}

header .dumb-menu li
{
	position: relative;
	display: inline-block;
	list-style: none;
	transition: height ease-in 200ms;
}

header .dumb-menu > ul > li > a
{
	display: inline-block;
	height: 100px;
	line-height: 100px;
	padding: 0 20px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	font-family: 'Montserrat', 'Lato', sans-serif;
	color: #d86f0d;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	transition: all ease-in 200ms;
}

header.scrolled-page .dumb-menu > ul > li > a
{
	height: 70px;
	line-height: 70px;
}

.dumb-menu > ul > li:hover > a
{
	border-top-color: #d86f0d;
}


.dumb-menu .nav-child
{
	display: none;
	position: absolute;
	top: 102px;
	left: 0;
	z-index: 2;
	width: 270px;
}

header.scrolled-page .dumb-menu .nav-child
{
	top: 72px;
}

.dumb-menu .nav-child li a
{
	display: block;
	width: 268px;
	padding: 15px;
	border: 1px solid #d86f0d;
	border-bottom: none;
	background-color: #fff;
	color: #d86f0d;
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
	font-family: 'Montserrat', 'Lato', sans-serif;
}

.dumb-menu .nav-child li:last-child
{
	border-bottom: 1px solid #d86f0d;
}

.dumb-menu .nav-child li a:hover
{
	text-decoration: underline;
	font-weight: 600;
}

header .dumb-menu .nav-child .parent
{
	position: relative;
}

header .dumb-menu .nav-child .parent ul
{
	position: absolute;
	top: 0;
	left: 300px;
}

header .dumb-menu .nav-child .parent ul li:first-child a
{
	border-left-color: transparent;
}

#header-gost
{
	height: 102px;
	transition: all ease-in 200ms;
}


@media screen and (min-width: 1000px) and (max-width: 1300px) {
	header .custom-website-logo
	{
		margin-left: 5%;
	}

	header .dumb-menu > ul
	{
		right: 5%;
	}

	header .dumb-menu > ul > li > a
	{
		padding: 0 10px;
		font-size: 15px;
	}


}

@media screen and (min-width: 1000px) {
	.smart-menu-icon,
	.smart-menu
	{
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	header .custom-website-logo
	{
		margin-left: 5%;
	}

	.dumb-menu
	{
		display: none;
	}

	.smart-menu-icon
	{
		display: inline-block;
		position: absolute;
		top: 20px;
		right: 5%;
		height: 40px;
		padding: 10px;
		border: 1px solid transparent;
		border-radius: 10px;
		cursor: pointer;
		transition: all ease-in 150ms;
		overflow: hidden;
	}

	header.scrolled-page .smart-menu-icon
	{
		top: 5px;
		height: 40px;
		padding: 10px;
	}

	.smart-menu-icon:hover
	{
		border-color: #262626;
	}

	.smart-menu
	{
		display: none;
		position: relative;
		top: 0px;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		border: 1.5px solid #d86f0d;
		z-index: 2;
		transition: top ease-in 200ms;
	}

	header.scrolled-page .smart-menu > ul
	{
		max-height: calc(100vh - 70px);
	}

	.smart-menu > ul
	{
		max-height: calc(100vh - 100px);
		background-color: #fff;
		overflow-y: auto;
	}

	.smart-menu ul li
	{
		position: relative;
		display: block;
		width: 100%;
		list-style: none;
		text-align: center;
		transition: height ease-in 200ms;
	}

	.smart-menu > ul > li > a
	{
		display: inline-block;
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin-bottom: 2px;
		padding: 0 20px;
		box-sizing: border-box;
		font-family: 'Montserrat', 'Lato', sans-serif;
		color: #d86f0d;
		font-size: 16px;
		text-transform: capitalize;
		font-weight: 400;
		font-style: normal;
		text-decoration: none;
	}

	.smart-menu > ul > li:not(:last-child) > a:after
	{
		content: "";
		display: block;
		height: 1.5px;
		width: 35%;
		margin: 0 auto;
		border-radius: 2px;
		background-color: #d86f0d;
	}

	.smart-menu .smart-menu-arrow
	{
		position: absolute;
		top: 0px;
		right: 0px;
		height: 30px;
		padding: 5px 20px 5px 5px;
		z-index: 2;
		cursor: pointer;
		transition: all ease-in 150ms;
	}

	.smart-menu .smart-menu-arrow:hover
	{
		transform: scale(1.1);
	}

	.smart-menu .nav-child
	{
		display: none;
		position: relative;
		width: 100%;
		box-sizing: border-box;
	}

	.smart-menu .nav-child li a
	{
		display: block;
		padding: 5px 15px;
		background-color: rgba(0, 0, 0, 0.1);
		color: #d86f0d;
		font-size: 15px;
		font-style: normal;
		text-decoration: none;
		font-family: 'Montserrat', 'Lato', sans-serif;
	}

	.smart-menu .nav-child
	{
		border-bottom: 1px solid #d86f0d;
	}

	.smart-menu .nav-child .nav-child
	{
		border-top: 1px solid #d86f0d;
	}

	.smart-menu li a:hover
	{
		text-decoration: underline;
		font-weight: 600;
	}
}

/* --------------------------- NEWSLETTER SUBSCRIPTION POPUP ----------------------------- */
.popup-underlay
{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 99999;
}

.newsletter-popup
{
	/*display: none;*/
	position: absolute;
	top: calc(50vh - 90px);
	left: calc(50% - 253px);
	width: 500px;
	margin: 50px auto;
	padding: 10px 30px;
	border: 3px solid #d86f0d;
	border-radius: 10px;
	background-color: #fff;
}

.newsletter-popup .close-popup-icon
{
	position: absolute;
	top: -15px;
	right: -15px;
	padding: 5px 10px;
	border: 3px solid #d86f0d;
	border-radius: 50px;
	background-color: #fff;
	font-size: 16px;
	color: #d86f0d;
	font-weight: 900;
	cursor: pointer;
	transition: all ease-in 150ms;
	z-index: 2;
}

.newsletter-popup .acym_introtext
{
	margin: 20px 0;
}

.newsletter-popup p
{
	text-align: center;
}


.newsletter-popup .cell 
{
	width: 100%;
}


.newsletter-popup .acyfield_text
{
	margin-top: 5px !important;
	margin-bottom: 10px !important;
}

.newsletter-popup .acysubbuttons
{
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.newsletter-popup .acym_module_success
{
	background-color: #fff;
}


.newsletter-popup input
{
	display: block;
	width: calc(100% - 43px);
	height: 30px;
	margin: 0 auto;
	padding: 0px 20px;
	box-sizing: border-box;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	border: 1.5px solid #d86f0d;
	border-radius: 3px;
	background-color: #f7f7f7;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	transition: all ease-in 150ms;
}

.newsletter-popup input:hover,
.newsletter-popup input:focus
{
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.newsletter-popup input[type="button"]
{
	width: calc(100% - 43px);
	max-width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 0 auto 20px auto !important;
	padding: 0;
	box-sizing: content-box;
	background-color: #d86f0d;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}

.newsletter-popup input[type="button"]:hover
{
	background-color: #fff;
	color: #d86f0d;
}



/* --------------------------- SLIDER ----------------------------- */
.header-slider-btn a
{
	position: relative;
	cursor: pointer;
	transition: all ease-in 150ms !important;
}

.header-slider-btn a:hover
{
	transform: scale(1.1);
}

.header-slider
{
	border-bottom: 3px solid #d86f0d;
}

/* ------------------------- ICONS WITH TEXT ---------------------- */
.icons-with-text-wrapper
{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.icon-with-text-wrapper
{
	display: inline-block;
	width: calc(32% - 80px);
	min-width: 200px;
	margin: 0 20px 40px 20px;
	padding: 0;
	text-align: center;
}

.icon-with-text-wrapper .icon
{
	display: inline-block;
	margin: 0 auto;
	border: 1.5px solid #d86f0d;
	border-radius: 130px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

	/* for animations */
	transition: all ease-out 400ms;
	transform: rotateY(500deg);
	opacity: 0;
}

.icon-with-text-wrapper .icon p
{
	display: block;
	width: 120px;
	height: 120px;
	margin: 0;
}

.icon-with-text-wrapper .icon img
{
	width: 60px;
	height: 60px;
	padding: 30px;
}

.icon-with-text-wrapper .text
{
	/* for animations */
	transition: all ease-in-out 400ms;
	position: relative;
	top: 100px;
	opacity: 0;
}

.icon-with-text-wrapper p
{
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}

@media screen and (max-width: 1150px) {
	.bloc-right .icon-with-text-wrapper
	{
		min-width: 150px;
	}
}


/* ------------------------- NUMBERS ---------------------- */
.numbers-wrapper
{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.numbers-wrapper .number-wrapper
{
	position: relative;
	width: 200px;
	height: 200px;
	margin: 20px;
	border: 3px solid #757575;
	border-radius: 250px;
	background-color: #fff;
}

.numbers-wrapper .number-wrapper .number
{
	display: block;
	position: absolute;
	top: 60px;
	left: 10%;
	width: 80%;
	font-size: 44px;
	text-align: center;
	color: #d86f0d;
	font-weight: 500;
}

.numbers-wrapper .number-wrapper .text
{
	display: block;
	position: absolute;
	top: 110px;
	left: 5%;
	width: 90%;
	font-size: 18px;
	text-align: center;
	color: #d86f0d;
}


/* ------------------------- IMAGE TEXT ALTERANCE ------------------*/
.text-with-image .image
{
	display: inline-block;
	vertical-align: middle;
	width: 250px;
}

.text-with-image .image img
{
	object-fit: cover;
	object-position: center center;
	width: 250px;
	height: 250px;
	border: 2px solid #d86f0d;
	border-radius: 300px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.text-with-image-left .image img
{
	/* for animations */
	position: relative;
	left: -200px;
	opacity: 0;
	transition: all ease-in 400ms;
}

.text-with-image-right .image img
{
	/* for animations */
	position: relative;
	right: -200px;
	opacity: 0;
	transition: all ease-in 400ms;
}

.text-with-image a img
{
	transition: all ease-in 200ms;
	cursor: pointer;
}

.text-with-image a img:hover
{
	transform: scale(1.05);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.text-with-image .text
{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 335px);
}

.text-with-image-left .text
{
	margin-left: 30px;

	/* for animations */
	position: relative;
	right: -200px;
	opacity: 0;
	transition: all ease-in 400ms;
}

.text-with-image-right .text
{
	margin-right: 30px;

	/* for animations */
	position: relative;
	left: -200px;
	opacity: 0;
	transition: all ease-in 400ms;
}

@media screen and (max-width: 900px) {
	.text-with-image .image:not(.show-on-small-screens)
	{
		display: none;
	}

	.text-with-image .image.show-on-small-screens
	{
		width: 100%;
		text-align: center;
	}

	.text-with-image .image.show-on-small-screens img
	{
		width: 200px;
		height: 200px;
	}

	.text-with-image .text
	{
		width: 100%;
		margin: 0;
	}
}


/* ---------------------------- TEXT IMAGE LINK -------------------------- */
.texts-image-link-wrapper
{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.text-image-link
{
	position: relative;
	width: 300px;
	height: 200px;
	margin: 20px;
	border: 2px solid #d86f0d;
	border-radius: 5px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	transition: all ease-in 200ms;
}

.text-image-link:hover
{
	transform: scale(1.1);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.text-image-link .image img
{
	width: 300px;
	height: 200px;
	object-fit: cover;
	object-position: center center;
}

.text-image-link .link a
{
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	line-height: 200px;
	border-radius: 4px;
	font-size: 26px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
	font-style: normal;
	background-color: rgba(0, 0, 0, 0.5);

	/* for animations */
	font-size: 0px;
	transition: all ease-in 400ms;
}


/* ---------------------------- MAP -------------------------- */
.map
{
	width: 100%;
	height: 500px;
	border: 1.5px solid #d86f0d;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

	/* for animations */
	position: relative;
	top: 100px;
	opacity: 0;
	transition: all ease-in 400ms;
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
	.map
	{
		width: 90%;
	}
}  

@media screen and (max-width: 1000px) {
	.map
	{
		width: 100%;
	}
}

/* ------------------------- VIDEO ---------------------- */
.video
{
	width: 80%;
	max-width: 1000px;
	min-width: 
	min-height: 400px;
	margin: 100px auto 0 auto;

	/* for animations */
	position: relative;
	top: 100px;
	opacity: 0;
	transition: all ease-in 400ms;
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
	.video
	{
		width: 90%;
	}
}  

@media screen and (max-width: 1000px) {
	.video
	{
		width: 100%;
	}
}  


/* ------------------------- FULL WIDTH IMAGE ---------------------- */
.full-width-image
{
	position: relative;
	left: -15%;
	right: -15%;
	width: 130%;
	height: 400px;
	margin: 50px 0;
	border-top: 1.5px solid #d86f0d;
	border-bottom: 1.5px solid #d86f0d;
}

.full-width-image img
{
	position: relative;
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center center;
}




/* ---------------------------- TABLE -------------------------- */
table.table
{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border: 2px solid #d86f0d;
	
	/* for animations */
	position: relative;
	top: 100px;
	opacity: 0;
	transition: all ease-in 400ms;
}

table.table tr
{
	border: 1px solid #000;
}

table.table tr:first-child
{
	font-weight: 600;
	color: #d86f0d;
	background-color: #fff !important;
	font-size: 22px;
	border-bottom: 2px solid #d86f0d;
	text-shadow: none;
}

table.table tr:first-child td
{
	border: 2px solid #d86f0d !important;
}

table.table tr:nth-child(2n+1)
{
	background-color: #efedea;
}

table.table tr td:first-child
{
	width: 20%;
	min-width: 100px;
	text-align: center;
	border-right: 2px solid #d86f0d;
}

table.table tr td
{
	width: calc(100% - 205px);
	padding: 15px 20px;
}

@media screen and (max-width: 800px) {
	table.table tr td:first-child
	{
		min-width: 70px
		padding: 15px 10px;
	}
}



/* ---------------------------- LOGO WITH DESCRIPTION -------------------------- */
.logos-with-description-wrapper
{
	position: relative;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.logo-with-description
{
	position: relative;
	display: inline-block;
	width: 270px;
	height: 300px;
	margin: 15px;
	padding: 15px;
	position: relative;
	border: 1.5px solid #d86f0d;
	border-radius: 10px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	transition: all ease-in 150ms;
	cursor: pointer;
}

.logo-with-description:hover
{
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.logo-with-description .link
{
	display: none;
}

.logo-with-description .logo
{
	display: block;
	position: relative;
	width: calc(100% - 10px);
	height: 95px;
	margin: 0 auto 10px auto;
	padding: 5px;
	border: 1px solid #9e9e9e;

	/* for animations */
	position: relative;
}

.logo-with-description .logo-inner-wrapper
{
	height: 95px;

	/* for animations */
	position: absolute;
	left: 50%;
	width: 0;
	transition: all ease-in 400ms;
}

.logo-with-description .title h3
{
	margin: 0;
	text-align: center;
	font-size: 20px;
	color: #424242;
	letter-spacing: normal;
	text-shadow: none;

	/* for animations */
	position: relative;
	top: 100px;
	opacity: 0;
	transition: all ease-in 400ms;
}

.logo-with-description .description
{
	position: relative;
	display: block;
	margin: 10px 0 0 0;
	line-height: 20px;
	color: #424242;
	text-align: center;
	overflow: hidden;

	/* for animations */
	position: relative;
	top: 100px;
	opacity: 0;
	transition: all ease-in 400ms;
}

.logo-with-description .description:after
{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	height: 25px;
	width: 70%;
	background: linear-gradient(to right, transparent, white);
}

.logo-with-description .description p
{
	margin: 0;
	padding: 0 15px;
}

.logos-with-description-wrapper .full-description
{
	position: relative;
	width: 100%;
	padding: 40px 20px 10px 20px;
	border: 1.5px solid #d86f0d;
	border-radius: 10px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.logos-with-description-wrapper .full-description .close-full-description
{
	position: absolute;
	top: 8px;
	right: 8px;
	padding: 5px 10px;
	border: 1px solid #757575;
	border-radius: 50px;
	font-size: 16px;
	color: #d86f0d;
	cursor: pointer;
	transition: all ease-in 150ms;
}

.logos-with-description-wrapper .full-description .close-full-description:hover
{
	background-color: #d86f0d;
	color: #fff;
}

.logos-with-description-wrapper .full-description .btn-wrapper
{
	margin: 30px 0;
	text-align: center;
}

.logos-with-description-wrapper .full-description .more-info-btn
{
	margin: 0 auto;
	padding: 8px 20px;
	border: 1.5px solid #757575;
	border-radius: 10px;
	color: #d86f0d;
	text-decoration: none;
	font-weight: 600;
	font-style: normal;
	transition: all ease-in 150ms;
}

.logos-with-description-wrapper .full-description .more-info-btn:hover
{
	font-weight: initial;
	background-color: #d86f0d;
	color: #fff;
}


/* -------------------- QUOTE -------------------- */
.quotes-wrapper
{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.quote
{
	width: 45%;
	border: 1.5px solid #d86f0d;
	border-radius: 5px;
	padding: 0 20px 20px 20px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.quote:nth-child(2n +1)
{
	/* for animations */
	position: relative;
	left: -200px;
	opacity: 0;
	transition: all ease-in 400ms;
}

.quote:nth-child(2n)
{
	/* for animations */
	position: relative;
	left: 200px;
	opacity: 0;
	transition: all ease-in 400ms;
}

.quote .content p:first-child,
.quote .content p:last-child
{
	position: relative;
}

.quote .author p,
.quote .company p
{
	margin: 0;
	font-weight: 600;
	color: #d86f0d;
}

.quote .opening-quotemark
{
	position: absolute;
	left: 0;
	transform: rotateY(180deg);
	font-size: 42px;
	color: #d86f0d;
	font-weight: 600;
	font-family: 'Pertibd', 'Montserrat', sans-serif;
}

.quote .closing-quotemark
{
	position: relative;
	top: 5px;
	left: 7px;
	font-size: 42px;
	color: #d86f0d;
	font-weight: 600;
	font-family: 'Pertibd', 'Montserrat', sans-serif;
}

@media screen and (max-width: 1000px) {
	.quote
	{
		width: 100%;
		margin: 20px 0;
	}
}



/* -------------------- GALLERY -------------------- */
.gallery-wrapper
{
	position: relative;
}

.gallery-content
{
	display: block;
	height: 400px;
	border: 1.5px solid #e3e3e3;
	overflow: hidden;
	transition: height ease-in 1000ms;
}

.gallery-wrapper .gallery-arrow
{
	position: absolute;
	top: -20px;
	width: 40px;
	height: 40px;
	z-index: 2;
	cursor: pointer;
}

.gallery-wrapper #gallery-arrow-up
{
	left: calc(50% - 45px);
}

.gallery-wrapper #gallery-arrow-down
{
	left: calc(50% + 5px);
}


/* -------------------- IMPORTANT LOGOS -------------------- */
.important-logos-wrapper
{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}

.important-logos-wrapper .logo
{
	position: relative;
	width: 300px;
	height: 150px;
	margin: 10px;
	padding: 5px;
	border: 1.5px solid #d86f0d;
	border-radius: 5px;
	text-align: center;
	transition: all ease-in 150ms;
}

.important-logos-wrapper .logo:hover
{
	transform: scale(1.05);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.important-logos-wrapper a
{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.important-logos-wrapper img
{
	max-width: 300px;
	max-height: 150px;
	object-fit: contain;
	object-position: center center;

	/* for animations */
	width: 0;
	height: 0;
	transition-duration: 400ms;
}

@media screen and (max-width: 900px) {
	.important-logos-wrapper .logo
	{
		width: 250px;
		height: 125px;
	}

	.important-logos-wrapper img
	{
		max-width: 250px;
		max-height: 125px;
	}
}


/* -------------------- LOGOS -------------------- */
.logos-wrapper
{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}

.logos-wrapper .logo
{
	position: relative;
	width: 250px;
	height: 120px;
	margin: 10px 10px;
	padding: 5px;
	border: 1.5px solid #d86f0d;
	border-radius: 5px;
	text-align: center;
	transition: all ease-in 150ms;
}

.logos-wrapper .logo:hover
{
	transform: scale(1.05);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.logos-wrapper a
{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.logos-wrapper img
{
	max-width: 250px;
	max-height: 120px;
	object-fit: contain;
	object-position: center center;

	/* for animations */
	width: 0;
	height: 0;
	transition-duration: 400ms;
}

@media screen and (max-width: 1050px) {
	.logos-wrapper .logo
	{
		width: 200px;
		height: 95px;
	}

	.logos-wrapper img
	{
		max-width: 200px;
		max-height: 95px;
	}
}


/* ---------------------------- BUTTON -------------------------- */
.button
{
	display: inline-block;
	padding: 5px 10px;
	border: 1.5px solid #757575;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	transition: all ease-in 150ms;
}

.button:hover
{
	background-color: #d86f0d;
}

.button a
{
	text-decoration: none;
	font-style: none;
	font-size: 16px;
	color: #d86f0d;
	font-weight: 400;
	transition: all ease-in 150ms;
}

.button:hover a
{
	color: #fff;
}

.button a:hover
{	
	font-weight: 400;
}

/* ---------------------------- LINKS TO SUB PAGES -------------------------- */
.links-to-subpages-wrapper
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.link-to-subpage
{
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	margin: 10px 35px;
	padding: 10px 20px;
	border: 1.5px solid #757575;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	transition: all ease-in 150ms;
}

.link-to-subpage:hover
{
	background-color: #d86f0d;
}

.link-to-subpage a
{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	line-height: normal;
	text-decoration: none;
	font-style: none;
	font-size: 18px;
	color: #d86f0d;
	font-weight: 400;
	transition: all ease-in 150ms;
}

.link-to-subpage:hover a
{
	color: #fff;
}

.link-to-subpage a:hover
{	
	font-weight: 400;
}

@media screen and (max-width: 1200px) {
	.link-to-subpage
	{
		margin: 10px 20px;
	}
}

@media screen and (max-width: 1000px) {
	.link-to-subpage
	{
		width: 150px;
	}
}


/* ---------------------------- NEWS CARDS -------------------------- */
.news-cards-wrapper
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.news-card
{
	width: calc(33% - 45px);
	min-width: 250px;
	margin: 10px 20px;
	box-sizing: content-box;
	background-color: #f7f7f7;
	border-radius: 10px;
	border: 1px solid transparent;

	/* for animations */
	position: relative;
	top: 100px;
	opacity: 0;
	transition: all ease-in 400ms;
}

.news-card:hover
{
	border-color: #d86f0d;
}

.news-card .image img
{
	width: 100%;
	height: 100px;
	object-fit: cover;
	object-position: center center;
}

.news-card .title h3
{
	margin: 0;
	padding: 10px 10px 0px 20px;
	background-color: transparent;
	text-align: left;
	letter-spacing: normal;
	font-size: 18px;
}

.news-card .date p
{
	margin: 0;
	padding: 0 20px;
	font-size: 14px;
}

.news-card .content
{
	margin: 5px 0;
}

.news-card .content p
{
	margin: 0;
	padding: 0 20px;
	text-align: justify;
	font-size: 14px;
}

.news-card .btn
{
	margin: 10px 20px 15px 20px;
}

.news-card .btn span
{
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #757575;
	border-radius: 5px;
	background-color: #fff;
	font-size: 14px;
	color: #d86f0d;
	cursor: pointer;
	transition: all ease-in 150ms;
}

.news-card .btn span:hover
{
	border-color: #d86f0d;
	background-color: #d86f0d;
	color: #fff;
}

@media screen and (min-width: 750px) and (max-width: 1000px) {
	.news-card
	{
		width: calc(50% - 45px);
	}
}

@media screen and (max-width: 750px) {
	.news-card
	{
		width: 80%;
	}
}


/* --------------------------- NEWS POPUP ----------------------------- */
.news-popup
{
	position: absolute;
	top: 50px;
	left: 5%;
	width: 90%;
	max-height: calc(100vh - 100px);
	border: 2px solid #d86f0d;
	border-radius: 10px;
	overflow-x: hidden;
	overflow-y: auto; 
	background-color: #fff;*/
}

.news-popup .close-popup-icon
{
	position: fixed;
	top: 58px;
	right: calc(5% + 23px);
	padding: 5px 10px;
	border: 2px solid #d86f0d;
	border-radius: 50px;
	background-color: #fff;
	font-size: 16px;
	color: #d86f0d;
	font-weight: 900;
	cursor: pointer;
	transition: all ease-in 150ms;
	z-index: 2;
}

.news-popup .close-popup-icon:hover
{
	background-color: #d86f0d;
	color: #fff;
}

.news-popup .image img
{
	width: 100%;
	height: 280px;
	object-fit: cover;
	object-position: center center;
}

.news-popup .content-wrapper
{
	max-width: 90%;
	margin: 0 auto;
}

.news-popup .title h3
{
	margin: 30px 0 5px 0;
	padding: 0;
	letter-spacing: 2px;
}

.news-popup .date p
{
	margin: 0;
	padding: 0;
	text-align: center;
}

.news-popup .content
{
	margin: 15px 0 30px 0;
	text-align: justify;
}

/* ---------------------------- CONTACT FORM -------------------------- */
.email-confirmation
{
	position: absolute;
	top: 105px;
	left: calc(50% - 200px);
	width: 400px;
	padding: 0 20px;
	border: 2px solid #1a7f43;
	border-radius: 10px;
	background-color: #fff;
	z-index: 99999;
}

.email-confirmation .close-email-confirmation-msg
{
	position: absolute;
	top: -15px;
	right: -15px;
	padding: 5px 10px;
	border: 2px solid #1a7f43;
	border-radius: 50px;
	background-color: #fff;
	font-size: 16px;
	color: #1a7f43;
	font-weight: 900;
	cursor: pointer;
	z-index: 2;
}

.email-confirmation p
{
	text-align: center;
}

.contact-form .send-email-to
{
	display: none;
}

.contact-form .form-group
{
	margin: 15px 0;

	/* for animations */
	position: relative;
	top: 100px;
	opacity: 0;
	transition: all ease-in 400ms;
}

.contact-form .form-group:first-child
{
	margin-top: 0;
}

.contact-form label
{
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}

.contact-form .required-star
{
	font-weight: 600;
	color: #d86f0d;
}

.contact-form input,
.contact-form textarea
{
	display: block;
	width: calc(100% - 43px);
	height: 30px;
	padding: 0px 20px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	border: 1.5px solid #d86f0d;
	border-radius: 3px;
	background-color: #f7f7f7;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	transition: all ease-in 150ms;
}


.contact-form textarea
{
	height: 150px;
	line-height: 25px;
	padding: 10px 20px;
}

.contact-form input:hover, .contact-form input:focus,
.contact-form textarea:hover, .contact-form textarea:focus
{
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.contact-form input[type="submit"]
{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0;
	background-color: #d86f0d;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;

	/* for animations */
	position: relative;
	top: 100px;
	opacity: 0;
	transition: all ease-in 400ms;
}

.contact-form input[type="submit"]:hover
{
	background-color: #fff;
	color: #d86f0d;
}


/* ---------------------------- FOOTER -------------------------- */
footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #383B3E;
}

.footer-left
{
	display: inline-block;
	position: relative;
	left: 10%;
	width: 25%;
}

.footer-left-title p
{
	margin: 30px 0 10px 0;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.footer-left hr
{
	max-width: 100%;
	height: 2px;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #d86f0d;
}

.footer-left-content ul
{
	opacity: 1;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-left-content a
{
	display: block;
	margin: 10px 0 10px 0;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	font-style: normal;
	text-align: center;
}

.footer-left-content a:hover
{
	color: #d86f0d;
	text-decoration: underline;
}

.footer-right
{
	display: inline-block;
	position: absolute;
	right: 10%;
	width: 25%;
}

.footer-right-title p
{
	margin: 30px 0 10px 0;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.footer-right hr
{
	width: 100%;
	height: 2px;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #d86f0d;
}

.footer-right-content p
{
	text-align: center;
}

.footer-right-content p img
{
	height: 40px;
	margin: 0 15px;
	transition: all ease-in 150ms;
}

.footer-right-content p img:hover
{
	transform: scale(1.3);
}

footer #copyright
{
	width: 100%;
	height: 35px;
	line-height: 35px;
	margin: 20px 0 0 0;
	padding: 0;
	border-top: 1px solid #fff;
	background-color: #262626;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

footer #copyright a
{
	color: #fff;
	font-style: normal;
}

@media screen and (max-width: 1300px) {
	.footer-left
	{
		left: 5%;
	}

	.footer-right
	{
		right: 5%;
	}
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
	.footer-left
	{
		width: 35%;
	}

	.footer-right
	{
		width: 35%;
	}
}

@media screen and (max-width: 800px) {
	.footer-left
	{
		position: relative;
		left: 15%;
		width: 70%;
	}

	.footer-right
	{
		position: relative;
		left: 15%;
		right: 0;
		width: 70%;
	}
}