<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.truncate {
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.crop_photo {
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 5px;
}

.wdpform {
    width: 100%;
    height: 40px!important;
    border: 1px solid rgba(129, 129, 129, .25)!important;
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
    transition: border-color .5s;
    box-shadow: none;
    border-radius: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}

.img_grey {
	-webkit-filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .5s ease-in-out;
}
.img_grey:hover { 
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.img_grey50 {
	-webkit-filter: grayscale(25%);
    -webkit-transition: .5s ease-in-out;
    -moz-filter: grayscale(25%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(25%);
    -o-transition: .5s ease-in-out;
}
.img_grey50:hover { 
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.overlay {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	background: #000; 
	opacity: .4; 
	z-index: -1;
}
.overlay_dark {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	background: #000; 
	opacity: .6; 
	z-index: -1;
}

.pagination-wrapper {
	border: none;
	display: inline-block;
	margin: 5px 0 0;
	padding: 0px;
	width: 100%;
	background: none;
}
.pagination-wrapper .page-link {
	text-align:center;
	padding: 0;
	width: auto;
	margin-top: 60px;
}
.pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.pagination&gt;li {
	display: inline;
	float: left;
	margin-right: 3px;
	padding-left: 3px;
}
li {
	list-style: none;
}
.pagination&gt;li:first-child&gt;a, .pagination&gt;li:first-child&gt;span {
	margin-left: 0;
}
.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
	position: relative;
	float: left;
	padding: 4px 6px;
	text-decoration: none;
	color: #fff;
	background-color: #2a2a2a;
	border: 1px solid #2a2a2a;
	margin-left: -1px;
}
.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
	padding: 0px 10px 0px 10px !important;
	height: 38px;
	width: 38px;
}
.pagination-wrapper .active &gt; span {
	background: #d4d4d4 none repeat scroll 0 0 !important;
	border: 1px solid #d4d4d4 !important;
	border-radius: 0 !important;
	color: #000 !important;
}																	
.wgl-container ul li:before {
	background-color: unset;
}


.ribbon_green {
	position: absolute;
	/*right: 0px; top: 0px;*/
	left: 0px; top: 0px;
	z-index: 999999;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
}
.ribbon_green span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	/*transform: rotate(45deg);*/
	/*-webkit-transform: rotate(45deg);*/
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);	
	width: 100px;
	display: block;
	background: #6caf5d;
	background: linear-gradient(#94d885 0%, #608e56 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	/*top: 19px; right: -21px;*/
	top: 19px; left: -21px;
}

.ribbon_red {
	position: absolute;
	/*right: 0px; top: 0px;*/
	left: 0px; top: 0px;
	z-index: 999999;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
}
.ribbon_red span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	/*transform: rotate(45deg);*/
	/*-webkit-transform: rotate(45deg);*/
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);		
	width: 100px;
	display: block;
	background: #F44336;
	background: linear-gradient(#f12e20 0%, #d8392e 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	/*top: 19px; right: -21px;*/
	top: 19px; left: -21px;
}

.ribbon_yellow {
	position: absolute;
	/*right: 0px; top: 0px;*/
	left: 0px; top: 0px;
	z-index: 999999;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
}
.ribbon_yellow span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	/*transform: rotate(45deg);*/
	/*-webkit-transform: rotate(45deg);*/
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);		
	width: 100px;
	display: block;
	background: #ffb606;
	background: linear-gradient(#ffb606 0%, #feca4c 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	/*top: 19px; right: -21px;*/
	top: 19px; left: -21px;
}

.ribbon_orange {
	position: absolute;
	/*right: 0px; top: 0px;*/
	left: 0px; top: 0px;
	z-index: 999999;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
}
.ribbon_orange span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	/*transform: rotate(45deg);*/
	/*-webkit-transform: rotate(45deg);*/
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);		
	width: 100px;
	display: block;
	background: #fb913b;
	background: linear-gradient(#fb913b 0%, #ff7506 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	/*top: 19px; right: -21px;*/
	top: 19px; left: -21px;
}

.ribbon_oro {
	position: absolute;
	/*right: 0px; top: 0px;*/
	left: 0px; top: 0px;
	z-index: 999999;
	overflow: hidden;
	width: 75px; height: 75px;
	text-align: right;
}
.ribbon_oro span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	/*transform: rotate(45deg);*/
	/*-webkit-transform: rotate(45deg);*/
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);		
	width: 100px;
	display: block;
	background: #cabe9f;
	background: linear-gradient(#d1c6ab 0%, #b8a984 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	/*top: 19px; right: -21px;*/
	top: 19px; left: -21px;
}



.primary-nav&gt;div&gt;ul, .primary-nav&gt;ul, .sitepress_container&gt;.wpml-ls li, .primary-nav ul li.mega-menu-links&gt;ul&gt;li {
    font-size: 15px;
}
.primary-nav &gt; ul &gt; li &gt; a {
    padding: 0 15px;
}

.fontalpha {
	font-family: 'Alfa Slab One', cursive;"
}

.overlaysss {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(0deg,rgba(0,0,0,.8) 0%,transparent 54%);
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}	

@media (min-width: 1024px) {
	.winwood-breadcrumb {
		min-height: 500px;
		padding-top: 161px;
	}
	.overslide {
		position: absolute;
		width: 100%;
		height:280px;
		background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.9));
		top: 0;
		z-index: 3;
	}	
}

.elementor-74 .elementor-element.elementor-element-5fc9f7b .elementor-heading-title {
    font-size: 46px;
}



.elementor-button_pdf {
	background-color: #9aa55d!important;
	padding: 20px 40px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 50px 50px 50px 50px;
	display: inline-block;
	line-height: 1;
	background-color: #9aa55d!important;
	font-size: 15px;
	padding: 12px 24px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	fill: #fff;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin-bottom:15px;	
	border-radius: 50px;
	width: 300px;
	padding: 17px;														
}</pre></body></html>