@font-face {font-family: 'trsansbold-trsansbold';src: url('../fonts/trsansbold-trsansbold.woff2') format('woff2'),url('../fonts/trsansbold-trsansbold.woff') format('woff');font-weight: bold;font-style: normal;font-display: swap;}
@font-face {font-family: 'trsanslg-trsanslg';src: url('../fonts/trsanslg-trsanslg.woff2') format('woff2'),url('../fonts/trsanslg-trsanslg.woff') format('woff');font-weight: 300;font-style: normal;font-display: swap;}
@font-face {font-family: 'trsansrg-trsansrg';src: url('../fonts/trsansrg-trsansrg.woff2') format('woff2'), url('../fonts/trsansrg-trsansrg.woff') format('woff');font-weight: normal; font-style: normal;font-display: swap;}

*, *:after, *:before {margin: 0;padding: 0;}
* {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
* {-webkit-text-size-adjust: none;}
table,th,td {border: 1px solid #d1d1d1;}
table {border-collapse: separate;border-spacing: 0;border-collapse:collapse;margin: 0 0 1.75em;table-layout: fixed;margin: 0;}
.elx_article_page table {border-collapse: separate;border-spacing: 0;border-width: 1px 0 0 1px;margin: 0 0 1.75em;table-layout: fixed;width: 100%;}
caption,th,td {font-weight: normal;text-align: left;}
th {border-width: 0 1px 1px 0;font-weight: 700;}
td {border-width: 0 1px 1px 0;}
th,td {padding: 0.4375em;}

html, body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;scroll-behavior: smooth;}
html{overflow-x: hidden;max-width: 100%;}
* {outline: none;}
body, html{width: 100%;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%;background-color: #FFF;height: 100vh;scrollbar-gutter: stable;}
body{margin: 0;font-size: 17px;line-height: 24px;color: #474747;width: 100%;height: 100%;}
body, p{text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased !important;color: #333;line-height: 25px;font-weight: 400;font-size: 18px;}
body{	
	font-family: 'trsansrg-trsansrg', sans-serif;
	font-weight: normal;
	line-height: 1;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
p{
	line-height: 28px;
    font-size: 18px;
    font-family: 'trsanslg-trsanslg', sans-serif;
    text-align: justify;
    color: black;
}
a, a:focus, a:active{
	text-decoration: none;
	color: #d3b567;
}
a:hover{
	color: #1c1b17;
}
blockquote, q {
    quotes: "" "";
}
blockquote{
	background: #faf6f0;
	border-left: 2px solid #ed9c35;
	padding: 1.8em 2.55em;
	position: relative;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
}
blockquote:before{
    display: block;
   	font-family: 'Font Awesome 5 Free';
    content: '\f10e';
    font-size: 20px;
    margin: 0 0 8px;
    color: #ed9c35;
    font-weight: bold;
    font-style: normal;
/*    transform: rotateX(176deg);*/
}
.container {
    max-width: 1280px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.justify-content-center{
	justify-content: center;
}

#wrap{	
	margin: 0;
	overflow-x: hidden;
}
.d-flex{
	display: flex;
}

header{
	position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    z-index: 999;
    width: 100%;
}
.top__header{
	background: #1c1b17cf;
}
.top__header .container{
	background: #1c1b17;
	position: relative;
}
.top__header .container:before {
    position: absolute;
    margin-left: -90px;
    border-bottom: 41px solid transparent;
    border-right: 40px solid #1c1b17;
    outline: 0;
    width: 40px;
    z-index: 99;
    display: table;
    content: '';
}
.top__header .container:after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -78px;
    border-bottom: 41px solid transparent;
    border-left: 40px solid #1c1b17;
    outline: 0;
    width: 40px;
    z-index: 99;
    display: table;
    content: '';
}
.top--left{
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 10px;
}
.tpl5_lang_form{
	display: flex;
	align-items: center;
}
.tr--tel--info{
	height: 40px;
	color:#d3b567;
	line-height: 40px;
	font-size: 16px;
}
.tr--tel--info .fas{
	margin-right: 6px;
}
.tr--tel--info a:hover {
	color: #d3b567;
}

.top__header .col-sm-4{
	justify-content: center;
}
.top--center--logo{
	position: absolute;
}
@media (min-width: 992px){
	.top--center--logo{
		text-align: center;
		position: absolute;
		z-index: 999;
		top: 6px !important;
	}
}
.top--center--logo img{
	max-height: 140px;
}
@media (max-width: 640px){
	.top--center--logo img{
		filter: drop-shadow(0px 20px 15px rgba(255, 255, 255, .2));
	}
}
.botton_header{
	background: #1c1b17a1;
}
.top--right{
	display: flex;
	align-items: center;
	height: 100%;
	gap: 15px;
	justify-content: space-evenly;
}
.modulang > a > img{
	width: 22px;
}
.tpl5_footer_copyicons{
	display: flex;
	gap: 10px;
}

.tpl5_footer_icons{
	display: flex;
	gap: 15px;
}
.tpl5_footer_icons a{
	color: #d3b567;
	font-size: 20px;
}


/* CUSTOM PATHWAY */
.tpl5_pathwrap {
	background: #F8F8F8; color:#888888; padding:10px 0 10px 0; margin:0 0 30px 0; overflow:hidden; white-space: nowrap; box-shadow: 0px 2px 4px 0px rgba(191,191,191,0.7);
}
nav.tpl5_pathway { margin:0; padding:0; display:block; width:100%; border:none; overflow: hidden; white-space:nowrap; }
nav.tpl5_pathway ul { overflow: hidden; width: 100%; list-style: none; white-space:nowrap; }
nav.tpl5_pathway li { display:inline-block; margin:0; padding:0; font:normal 15px/20px "Open Sans", Helvetica, sans-serif; color: #AAAAAA; }
nav.tpl5_pathway a { margin:0; padding:0; font:normal 15px/20px "Open Sans", Helvetica, sans-serif; color: #888888; text-decoration: none; border:none; }
nav.tpl5_pathway a:hover { color:#222; }
nav.tpl5_pathway a:after { content:'/'; width:20px; text-align:center; display:inline-block; }

.tpl5_slidermodule { margin:0; padding:120px 0 0 0; }
.tpl5_slider { margin:0; padding:0; position:relative; box-sizing: border-box; }
ul.glide__slides, ul.glide__slides li { margin: 0; padding: 0; text-indent:0; box-sizing: border-box; }
ul.glide__slides div { margin: 0; padding: 0; box-sizing: border-box; }
li.glide__slide > a { margin: 0; padding: 0; display: block; width: 100%; text-indent: 0; box-sizing: border-box; }
li.glide__slide > a img { margin: 0; padding: 0; display: block; width: 100%; height:auto; border: 0; box-sizing: border-box; }
li.glide__slide { position:relative; }
.tpl5_captionswrap { position: absolute; bottom: 40px; z-index: 12; left: 50%; }
.tpl5_captionswrap .tpl5_caption {
	position: relative; left: -50%; background-color: rgba(0, 0, 0, 0.50); margin:0; padding:10px 20px; border-radius: 12px; text-align:center;
	font-weight: 400; color:#FFFFFF; letter-spacing:0px; 
}
.tpl5_captionswrap .tpl5_caption span { display:block;color:#CCCCCC; margin-top:5px; }
.tpl5_captionswrap .tpl5_caption a:link, .tpl5_captionswrap .tpl5_caption a:visited { color: #e24b70; font-weight: 400; text-decoration: none; }
.tpl5_captionswrap .tpl5_caption a:hover, .tpl5_captionswrap .tpl5_caption a:focus { text-decoration: underline; }
@keyframes tpl5animsltitle { 0% { left: -50%; } 50% { left: -50%; } 100% { left: 20% } }
.tpl5_slidertitle {
	position: absolute; top: 140px; z-index: 13; left: 20%; background-color: rgba(0, 0, 0, 0.40); margin:0; padding:4px 12px; border-radius: 4px; text-align:center;
	font-weight: 400; color:#CCCCCC; letter-spacing:0px;
	animation-name: tpl5animsltitle; animation-duration: 2s; animation-iteration-count: 1;
}
::-moz-selection { background: #4396ff; color:#FFFFFF; }
#cboxNext, #cboxPrevious, #cboxClose, #cboxSlideshow { display:none !important; visibility:hidden !important; } /* hide lightbox buttons */
 ul.glide__slides li img{
 	max-width: 100% !important;
 	height: auto;
 }
 .tpl5_captionswrap .tpl5_caption{
	font-size: 80px;
	background: transparent;
	left: 0;
	line-height: 1.3;
}
.tpl5_captionswrap{
	left: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	align-items: center;
	z-index: 1;
}
 @media (max-width: 640px){
 	ul.glide__slides li img{
 		height: 400px;
    	object-fit: cover;
 	} 	
 	.tpl5_captionswrap .tpl5_caption{
		font-size: 34px;
	}
 }

/* HORIZONTAL MENU */
.elx_menu { margin:0; padding:0; display:block; list-style:none; font-size: 15px;font-weight: 400; color:#FFFFFF; text-transform: uppercase;}
.elx_menu li { margin:0; padding:0; display:inline-block; list-style:none; position:relative; z-index:100; }
.elx_menu li a { margin:0; padding:13px 15px; border:none; display:block;color:#fff; text-decoration:none; outline:none; font-size: 18px;}
.elx_menu > li > a { margin:0 1px 0 -4px; text-transform: uppercase; }
.elx_menu li.menu_active > a { color: #d9a728; }
.elx_menu > li.menu_active > a { color: #d9a728; }
.elx_menu li a:hover, .elx_menu li:hover > a {  color: #d9a728; }
.elx_menu > li[data-level0="subs"] > a:after { display:inline-block; font-family:'Font Awesome 5 Free'; content: '\f107'; margin-left:4px; vertical-align: middle; font-weight: 900; }
.elx_menu li[data-level1="subs"] a:after { display:inline-block; font-family:'Font Awesome 5 Free'; content: '\f105'; margin-left:4px; vertical-align: middle; font-weight: 900; }
.elx_menu ul { display:none; margin:0 0 0 -4px; padding:0; list-style:none; width:200px; position:absolute; top:50px; left:0px; background:#1c1b17db; }
.elx_menu li:hover > ul { display: block; }
.elx_menu ul li { display:block; float:none; background:none; }
.elx_menu ul li a {margin:0; padding:10px 18px; border:none; display:block; color:#fff; text-decoration:none; outline:none;}
.elx_menu ul li a:hover, .elx_menu ul li:hover > a {margin:0; padding:10px 18px; border:none;display:block; color:#d9a728; text-decoration:none; outline:none; }
.elx_menu ul ul { left:202px; top:-1px; }
ul.elx_menu_split {
    display: flex;
    flex-wrap: wrap;
    min-width: 840px;
}
.elx_menu_col {
    flex: 1;
    min-width: 0;
}
/* Split menu layout (applied via JS) */
ul.elx_menu.elx_menu--split {
    display: flex;
    gap: 20px; /* Space between columns */
    min-width: 840px;
}
.elx_menu_col {
    flex: 1;
    text-align: center;
}
/* Split menu layout */
ul.elx_menu.elx_menu_split {
    display: block;
    min-width: 840px;
}
.elx_menu_container {
    display: flex;
    gap: 20px;
}
.elx_menu_col {
    flex: 1;
    min-width: 0;
}
/* Submenu styles - ensure they appear */
ul.elx_menu li {
    position: relative;
}
ul.elx_menu li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1000;
    min-width: 200px;
}

/** responsive menu **/
#tr-respmenu{
	background: #1c1b17cf;
	background: #1c1b17;
	position: absolute;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	display: none;
}
#tr-respmenu ul.elx_menu li{
	display: block;
}
.close_btn{
	display: none;
	width: 100%;
	justify-content: center;
}
#btn-open{
	display: block;
	left: 8px;
} 
#btn-toggle {
	display: flex;
	flex-direction: column;
	cursor: pointer;
	margin-block-start: 7px;
}
#btn-toggle span {
	width: 30px;
	height: 3px;
	background-color: white;
	margin: 3px 0;
	transition: 0.4s;
}
#btn-toggle.open span:nth-child(1) {
	transform: rotate(-45deg) translate(-7px, 6px);
}
#btn-toggle.open span:nth-child(2) {
	opacity: 0;
}
#btn-toggle.open span:nth-child(3) {
	transform: rotate(45deg) translate(-7px, -6px);
}	
.top-resp{
	width: 100%;
    padding: 0 20px;
    text-align: center;
    display: block;
}
.top-resp .tpl5_footer_copyicons{
	margin-top: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	display: block;
}
.top-resp .tpl5_footer_icons{
	display: block;
}
.top-resp .modulang{
	border-bottom: 1px solid rgba(255, 255, 255, .3);	
}
.top-resp .tpl5_footer_icons a{
	display: inline-block;
	margin: 10px;
}
.top-resp .modulang a{
	display: inline-block;
	margin: 10px;
}
#tr-respmenu .tr--tel--info{
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	width: 100%;
	text-align: center;
	padding: 3px;
}
#tr-respmenu .tr--tel--info:first-child{
	margin-top: 25px;
}

/* Submenu indicator styles */
li.subsmenu{
  	position: relative;
}
#accordion-toggle{
	position: absolute;
	color: #fff;
	right: -10px; 
	top: 12px;
	cursor: pointer;
	font-size: 18px;
	color: #ddcb9d;
	color: #d3b567;
	text-align: center;	
	justify-content: center;
	align-items: center;
}
#accordion-toggle i{
  	vertical-align: middle;
}
#tr-respmenu ul.ulsub.open{
  	display: block;
}
#tr-respmenu ul.ulsub{
  	display: none;
}
.open-arrow{
  	display: block;
}
#tr-respmenu .accordion-toggle i#up{
  	display: none;
}
#tr-respmenu .accordion-toggle.open i#down{
  	display: none;
}
#tr-respmenu .accordion-toggle.open i#up{
  	display: block
}
#tr-respmenu #accordion-toggle.open ul.ulsub{
  	display: block;
}
#tr-respmenu #accordion-toggle.open i{
  	transform: rotate(180deg);
}

/* Responsive styles menu*/
@media (max-width: 991px) {
	#tr-respmenu.open{
		display: flex;
	}
    .elx_menu_container {
        display: block;
    }    
    .elx_menu_col {
        width: 100%;
    }    
    ul.elx_menu li ul {
        position: relative;
        left: 22px;
        border-left: 1px solid #d0b462;
        background: #191812;
    }
    .top--center--logo{
    	top: 38px;
    }
   .elx_menu > li[data-level0="subs"] > a:after{
   		display: none;
   }
   .top__header .container:before,
   .top__header .container:after{
   		display: none;
   		visibility: hidden;
   		width: 0;
   }
   .top--left, .top--right{
   		display: none;
   }
   .close_btn{
		display: flex;
	}
}

/** slider **/
.tr--slider{
	position: relative;
	max-height: 700px;
	overflow: hidden;
	margin-bottom: 40px;
}
.tr--slider:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #1c1b177a;
	background: #1c1b17a8;
	z-index: 1;
}
.tpl5_marquee_wrap{
	overflow: hidden;
	padding: 8px 10px;
	margin-bottom: 30px;
}

/** frontpage **/
.tr-frontpage{
	margin: 45px 0;
}
.elx5_4colbox {
    flex: 0 0 calc(24.5% - 10px);    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-block-end: 30px;
    position: relative;
    overflow: hidden;
}
.elx5_3colbox {
    flex: 0 0 calc(33% - 15px);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-block-end: 15px;
    position: relative;
    overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*box-shadow: 0px 30px 36px -20px rgb(66 68 90);
	box-shadow: 0px 34px 33px -21px rgba(66, 68, 90, 0.35);*/
}
body.frontpage figure.elx5_content_imagebox img{
	padding: 0;
	border: 0;
	border-radius: 9px;
	zoom: 1;
	transition: all 0.4s;	
	height: 270px;
	object-fit: cover;
}
figure.elx5_content_imagebox img{
	border: 0;
	padding: 0;
	border-radius: 9px;
}
body.frontpage figure.elx5_content_imagebox{
	overflow: hidden;
	border-radius: 9px;
	min-height: 210px;
}
body.frontpage figure.elx5_content_imagebox:hover img,
.elx5-pair-wrapper:hover img{
	transform: scale(1.15);
}
.module .elx5-pair-wrapper{
	position: absolute;
    left: 10px;
    right: 10px;
    display: flex;
    /*bottom: 50px;*/
    justify-content: center;
    flex-direction: column;
    margin-block-start: auto;
    align-items: center;
    background: #ffffffa6;
    border-radius: 9px;
    min-height: 95px;
    color: black;
    text-align: center;
    padding: 8px;
}
.elx5-pair-wrapper h3 a, 
.elx5-pair-wrapper a{
	color: #1d1c15;
}
.module h3:not(.elx5_artbox_inner h3){
	font-size: 40px;
    margin-block-end: 40px;
    text-align: center;
    margin-block-start: 30px;
    line-height: 1.2;
}
.elx5-pair-wrapper .elx5_artbox_inner h3{
	text-transform: uppercase;
}
@media only screen and (max-width: 769px) {
    .elx5_4colbox{
    	width: 50%;
    	flex: 0 0 calc(50% - 10px);
    }
}
@media only screen and (max-width: 650px) {
    .elx5_4colwrap, ul.elx5_links_box4cols {
        display: block;
        width: 100%;
    }
    .elx5_4colbox{
    	width: 100%;
    }
}

/** slick slider **/
.module2rows .slick-slide, 
.module2rows .slick-slider .slick-slide{
	margin: 0 10px;
	overflow: hidden;
	position: relative;
}
.sls_box{
	box-shadow: none;
	border: 0;
	overflow: hidden;
	border-radius: 9px;
}
.sls_box .sls_boxin {
    padding: 10px;
    position: absolute;
    left: 0;
    right: auto;
    background: #00000075;
    background: linear-gradient(360deg, black, transparent);
    background: linear-gradient(360deg, black, #00000014);
    bottom: 0;
    min-height: 55px;
    /* text-align: center; */
    margin-inline-end: -20px;
    margin: auto;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}
.sls_box .sls_boxin h4,
.sls_box .sls_boxin h4 a{
	color: white;
	font-family: 'trsansbold-trsansbold', sans-serif;
	font-weight: 600;
    font-size: 17px;
   	white-space: pre-wrap;
    overflow: visible;
    text-overflow: unset;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}
.sls_blue, .sls_boxin > h4 a.sls_blue:hover{
	color: #d0b462;
}
.sls_box .sls_boxsub{
	display: none;
}
.sls_topright{
	display: none;
}
.slick-prev, .slick-next{
	background: #eece71;
	opacity: 1;
	padding: 0;
	line-height: 1;
	border-radius: 15px;
	height: 26px;
	width: 40px;
}
.slick-prev:before, .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    line-height: 0.5;
}

p + div.clear{
	clear: none;
}
figure.elx5_content_imagebox figcaption{
	display: none;
}
.tr--marquee{
	margin-top: 110px;
}
body.frontpage .tr--marquee{
	margin-top: 0px;
}
.tpl5_pathwrap{
	color: black;
	box-shadow: none;
	border: 0;
	background: transparent;
}

@media (max-width:640px){
	.tpl5_captionswrap{
		align-items: flex-end;
	}
}
nav.tpl5_pathway a{
	color: black;
}
.elx5_artbox.elx5_artboxml{
	width: 48%;	
	float: left;
	min-height: 210px;
	margin-bottom: 20px;
}
@media (max-width:1025px){
	.elx5_artbox.elx5_artboxml{
		width: 100%;
	}
}
.elx5_artbox.elx5_artboxml h3{
	text-transform: uppercase;
	margin-bottom: 10px;
}
.elx5_artbox.elx5_artboxml figure.elx5_content_imageboxml{
	min-height: 210px;
}
.elx5_artbox.elx5_artboxml figure.elx5_content_imageboxml img{
	height: 200px;
}
#elx_category_page_1 > div:nth-child(n+2){
	margin-right: 20px;
}
.elx_category_page .elx5_artbox_inner p{
	line-height: 24px;
    font-size: 16px;
    text-align: justify;
    color: black;
    -webkit-line-clamp: 6;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
p.elx5_content_subtitle{
	display: none !important;
}

/** CATEGORY + ARTCLES **/
h1.elx5_article_h1i, h1.elx5_category_h1i,
.elx5_article_header h1, .elx5_category_header h1{
	font-size: 35px;
	line-height: 1.3;
	text-transform: uppercase;
}
div.elx_article_page p{
	overflow: visible;
}
.elx5_article_header, .elx5_category_header {
    margin: 0 0 45px 0;
}
figure.elx5_content_imageboxll{
	width: 100%;
	max-width: 100%;
	margin: 0;
	margin-bottom: 30px;
}
b, strong{
	font-family: 'trsansbold-trsansbold', sans-serif;
}

/** elxis form **/
fieldset.elx5_fieldset{
	border: 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
fieldset.elx5_fieldset legend{
	display: none;
}
label.elx5_label, label.elx5_labelsmall{
	font-family: inherit;
	font-size: 17px;
}
.elx5_formrow {
    margin: 0 0 14px 0;
    padding: 0;
    overflow: hidden;
    flex: 0 0 calc(50% - 20px);
}
input.elx5_text, 
input[type="text"].elx5_text, 
input[type="number"].elx5_text, 
input[type="file"].elx5_text, 
input[type="date"].elx5_text, 
input[type="range"].elx5_text, 
input[type="password"].elx5_text, 
input[type="email"].elx5_text,
textarea.elx5_textarea{
	padding: 12px 5px;
	font-family: 'trsansrg-trsansrg', sans-serif;
	border-radius: 6px;
	font-size: 17px;
}
button.elx5_sucbtn, 
button[type=submit].elx5_sucbtn, 
button[type=button].elx5_sucbtn, 
a.elx5_sucbtn, 
a.elx5_sucbtn:visited{
	background: black;
	border: 1px solid black;
	height: 45px;
	border-radius: 6px;
}
figure.plugal_item figcaption,
.glightbox-clean .gdesc-inner{
	display: none;
}

@media (max-width: 650px){
	.elx5_artbox.elx5_artboxml{
		width: 100%;	
		float: none;
	}
	#elx_category_page_1 > div:nth-child(n+2){
		margin-right: 0px;
	}
	.elx5_formrow {
	    flex: 0 0 100%;
	}
}

/** elxis gallery **/
.plugal_column4{
	padding: 0 8px;
}
.desc-bottom .gslide-image img, 
.desc-top .gslide-image img,
figure.plugal_item img{
	border-radius: 9px;
}
figure.plugal_item img{
	height: 220px;
	object-fit: cover;
}

@media (max-width: 650px){
	figure.plugal_item img{
		height: auto;
		object-fit: cover;
	}
}

.elx_article_page ul{
	padding-left: 0px;
	list-style: none;
	margin: 12px 0;
}
.elx_article_page ul li{
	padding: 8px 0 0 0;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/*background: linear-gradient(360deg, #0000000f, transparent);
    padding: 10px;
    border-radius: 9px;
    margin: 12px 0;*/
}
.elx_article_page ul li:before{
	font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    font-size: 16px;
    color: #d0b462;
    margin-right: 12px;
    border-radius: 6px;
    padding: 3px 3px;
    font-weight: bold;
    height: 14px;
    line-height: 1;
}
ul.nflex li{
	display: block;
}
.elx_article_page ul li strong{
	font-family: 'trsansrg-trsansrg', sans-serif;
}
.elx_article_page h3{
	font-size: 21px;
	color: #444;
}
.elx_article_page p img{
	max-width: 400px;
	margin-bottom: 40px;
}
.elx_article_page P{
	text-align: left;
}

/** front modules **/
.tr--top--mod{
	position: relative;
	min-height: 450px;
	overflow: hidden;
	padding: 60px 0 20px;
}
.tr--top--mod:before{
	background-image: url(../images/icarus-map.jpg);
	background-repeat: no-repeat;
	background-size: 480px;
	background-position: 20% 0%;
	height: 480px;
	width: 100%;
	position: absolute;
	content: '';
	opacity: .15;
	z-index: 0;
}
.tr--top--mod h2{
	font-size: 45px;
    margin-bottom:30px;
    color: #d0b462;
    line-height: 1.2;
/*    font-family: 'trsansbold-trsansbold', sans-serif;*/
}
.tr--top--mod .image{
	background-image: url(../images/icarus-hbg.png);
	background-repeat: no-repeat;
	background-size: contain;
    background-position: center;
    height: 511px;
    width: 100%;
    max-width: 100%;
    max-height: 510px;
    filter: drop-shadow(0px 18px 20px rgba(0, 0, 0, .5));
}
.about,
.image{
	position: relative;
	z-index: 2;
}
@media (max-width:600px){
	.tr--top--mod .module .col-sm-5{
		width: 100%;
	}
}

@media (max-width: 640px){
	.tr--top--mod .image{
		height: 335px;
	}	
}

.btn-lgs{
	padding: 10px 20px;
	position: relative;
    overflow: hidden;
    background-clip: border-box !important;
    transform: scale(1);
    transition: background 0.25s, color 0.25s, border 0.25s !important;
    border-radius: 8px;
    background-clip: border-box;
    font-weight: 500;
    font-size: 18px;
    padding: 12px 38px 12px 38px;
    width: 165px;
    display: inline-flex;
    justify-content: center;
    color: #192026;
    background-color: #D7B65D;
    bottom: 180px;
    margin-top: auto;
    box-shadow: 0 8px 18px #00000045;
    margin-inline-start: 10px;
}
.btn-lgs:hover{
	background: black;
	color: white;
}
@media (max-width:1025px){
	.btn-lgs{
		bottom: 65px;
	}
	.tpl5_captionswrap{
		align-items: flex-end;
	}
	.tpl5_captionswrap .tpl5_caption {
    	font-size: 50px;
    }
}
@media (max-width:640px){
	.btn-lgs{
		bottom: 0;
		margin: auto;
	}
}

#service{
	background-image:linear-gradient(rgba(0, 0, 0, 0.8),rgba(47, 47, 47, 0.5)), url('../images/bg-vito.jpg');
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgb(47 47 47 / 89%)), url(../images/bg-vito.jpg);
	background-repeat: no-repeat;
	min-height: 550px;
	height: auto;
	overflow: hidden;
	background-size: cover;
	padding: 50px 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-attachment: fixed;
	background-position: 30%;
}
#service .container.align-center{
	display: block;
	width: 100%;
}
#service h2{
	font-size: 40px;
	margin: 15px 0px;
	text-transform: uppercase;
	color: white;
	text-align: center;
	white-space: pre-wrap;
    word-break: break-word;
    letter-spacing: 3px;
}

#service .col-sm-4{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 25px;
}
#service h3{
	color: white;
	margin-top: 15px;
	text-align: center;
}
.s1{
	background-image: url(../images/service-1.png);
	width: 64px;
	height: 64px;
	background-size: 64px;
	background-repeat: no-repeat;
	background-position: center;
}
.s2{
	background-image: url(../images/service-2.png);
	width: 64px;
	height: 64px;
	background-size: 64px;
	background-repeat: no-repeat;
	background-position: center;
}
.s3{
	background-image: url(../images/service-3.png);
	width: 64px;
	height: 64px;
	background-size: 64px;
	background-repeat: no-repeat;
	background-position: center;
}
.s4{
	background-image: url(../images/service-4.png);
	width: 64px;
	height: 64px;
	background-size: 64px;
	background-repeat: no-repeat;
	background-position: center;
}
.s5{
	background-image: url(../images/service-5.png);
	width: 64px;
	height: 64px;
	background-size: 64px;
	background-repeat: no-repeat;
	background-position: center;
}
.s6{
	background-image: url(../images/service-6.png);
	width: 64px;
	height: 64px;
	background-size: 64px;
	background-repeat: no-repeat;
	background-position: center;
}
.s1,.s2,.s3,.s4,.s5,.s6{
	margin-top: 15px;
}
@media (max-width: 640px){
	#service .col-sm-4{
		width: 50%;
		padding: 15px;
	}
	#service h2{
		font-size: 25px;
        text-align: center;
        line-height: 1.2;
        margin-block-end: 25px;
	}
}

.morethinks{
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgb(47 47 47 / 89%)), url(../images/bg-service.jpg);
	background-repeat: no-repeat;
	min-height: 300px;
	overflow: hidden;
	background-size: cover;
	padding: 20px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-attachment: fixed;
	background-position: 30%;
	justify-content: center;
	text-align: center;
}
.morethinks .btn-lgs{
	margin: 20px auto 0;
	bottom: unset;
}
.morethinks p{
	color: white;
    font-size: 20px;
    text-align: center;
    line-height: 33px;
}
.selection{
	padding: 60px 0;
    background: #f5f5f5;
    text-align: center;
}
.selection h2{
	margin-bottom: 40px;
	text-transform: uppercase;
	font-size: 42px;
	line-height: 1.2;
}
.selection h2 span{
	color: #d3b567;
}
.selection .row{
	justify-content: center;
}
.col-s-4{
    width: calc(25% - 25px);
    box-shadow: 0px 20px 40px 2px rgba(66, 68, 90, 0.21);
    flex-direction: column;
    /* justify-content: flex-start; */
    align-items: center;
    margin: 30px auto;
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 12px;
    border-bottom: 6px solid #d3b567;
}
.col-s-4 p{
	text-align: center;
}
@media (max-width: 769px){
	.col-s-4{
    	width: calc(50% - 20px);
	}
}
@media (max-width: 629px){
	.col-s-4{
    	width: calc(100% - 30px);
	}
}
.selection .img-1{
	background-image: url(../images/van-car.png);
	width: 64px;
	height: 64px;
	background-size: 64px;
	background-repeat: no-repeat;
	background-position: center;
}
.selection .img-2{
	background-image: url(../images/driver2.png);
	width: 64px;
	height: 64px;
	background-size: 64px;
	background-repeat: no-repeat;
	background-position: center;
}
.selection .img-3{
	background-image: url(../images/protection.png);
	width: 64px;
	height: 64px;
	background-size: 64px;
	background-repeat: no-repeat;
	background-position: center;
}
.selection .img-4{
	background-image: url(../images/real-time.png);
	width: 64px;
	height: 64px;
	background-size: 64px;
	background-repeat: no-repeat;
	background-position: center;
}
.selection .img-5{
	background-image: url(../images/destination.png);
	width: 64px;
	height: 64px;
	background-size: 64px;
	background-repeat: no-repeat;
	background-position: center;
}

.selection div[class*="img-"]{
	margin-bottom: 15px;
	display: block;
	text-align: center;
	margin-inline-start: auto;
    margin-inline-end: auto;
}
.col-s-4 p{
	font-size: 18px;
	line-height: 26px;
}

.selection h3{
	font-size: 21px !important;
	margin-bottom: 12px !important;
}
.ptb h3{
	font-size: 22px !important;
	margin-bottom: 15px !important;
}

/** footer **/
footer{
	background: #1c1b17;
	padding: 15px 0;
}
.footer--center--logo{
	justify-content: center;
}
.footer--center--logo img{
	max-width: 330px;
}
footer .elx_menu{
	text-align: center;
	padding: 10px 0;
}
footer .tpl5_footer_copyicons{
	justify-content: center;
	padding: 10px 0;
}
.footer--center{
	text-align: center;
    margin-block-end: 15px;
}
.footer--center .tr--tel--info,
.footer--center .tr--tel--info a{
	color: white;
	font-size: 21px;
	margin: 15px 0;
}
.copy{
	background: black;
	padding: 8px 0;
}
.foocopy{
	justify-content: center;
}
.foocopy span{
	color: white;
}

/** back to top **/
#backToTop {
  	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #55555500;
	color: #facd4a;
	cursor: pointer;
	padding: 0px 0 6px 0;
	border-radius: 50%;
	font-size: 40px;
	width: 50px;
	height: 50px;
	opacity: 1;
	transition: opacity 0.3s;
}

#backToTop:hover {
  opacity: 1;
  background-color: #333;
}

/*#elx_article_page_16 .plugal_column4 {
    flex: 33%;
    max-width: 33%;
}*/
h2 strong{
	font-size: 27px;
}

.airport-portos{
	position: relative;
	padding: 25px 0 40px;
	text-transform: uppercase;
}
.airport-portos .col-sm-12{
	text-align: center;
}
.airport-portos h1{
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
	border-bottom: 1px solid;
    padding-bottom: 15px;
    display: inline-block;
    text-align: center;
    padding: 15px 0;
    line-height: 1.2;
}
.airport-portos .module{
	padding: 15px;
    border: 1px solid #ddd;
    box-shadow: 10px 10px rgba(0, 0, 0, .6);
    border-radius: 15px;
    background: #f3f3f3;
}
.airport-portos ul{
	list-style: none;
	display: grid;
	justify-content: center;
}
.airport-portos h3{
	font-size: 24px !important;
	margin-bottom: 15px !important;
}
.airport-portos ul li{
	padding: 8px 0;
	font-size: 20px;
}
.airport-portos ul li .fas{
	margin-right: 10px;
	font-size: 20px;
	color: #d3b567;
}
.link a{
	display: flex;
	flex-direction: column;
	align-items: center;
}
