/*!
	::::::::::::::::::::
	  GLOBAL ITEMS
	::::::::::::::::::::
*/


@import url('https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css');
/* <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous"> */
:root {
	--primary: #74adb5;
}

::-webkit-scrollbar {
	background-color: #f5f5f5;
	width: 0.5rem;
}

::-webkit-scrollbar-track { -webkit-box-shadow: none; }

::-webkit-scrollbar-thumb {
	background-color: #759D9F;
	outline: 0.0625rem solid #527476;
}

*:focus { outline: none!important; }


.btn-primary {
    color: #fff;
    background-color: #74adb5;
    border-color: #74adb5;
}


.bkg-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

*,*:after,*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

.hidden { display: none !important; }

.overflow-visible {
    overflow: visible !important;
}

.opacity0 { opacity: 0;}

.tiny { font-size: 60% !important; }

.white_out{
 position: fixed;
 top:0; bottom:0; left:0;right:0;
 background: white;
 z-index: 50000;
}

#logo {
    max-width: 225px;
    margin: 1rem 1rem 1.5rem;
    padding-top: 4px;
    transition: all .6s cubic-bezier(0.390,  0.575, 0.565, 1.000);
}

@media (min-width:576px){
	#logo {
		max-width: 300px;
		margin: 1rem 1rem 1rem;
		padding-top: 4px;
	}
}

#meneu-toggle {
	position: absolute;
	right: -9px;
	top: 15px;
	width: 160px;
	height: 44px;
	/* background: #74adb5; */
	border-radius: 100px;
	text-align: center;
	line-height: 44px;
	font-size: 2rem;
	font-family: 'FontAwesome';
	color: #74adb5;
	cursor: w-resize;
}

body {
	color: #454545;
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.618;
	font-family:'Poppins',"Gotham",sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	width: 100%;
	letter-spacing: .065rem;
}

b, strong {
    font-weight: bold;
}

a {
	color: inherit;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

p a {
	color: black;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	display: inline-block;
}

p a:hover {
	color: #ff5b16!important;
	border-width: 100%;
}

p a:after :not('.btn') {
	display: block;
	content: '';
	border-bottom: solid 1px #ff5b16;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

p a:hover:after :not('.btn') {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

*:focus,*:active {
	outline: none!important;
	border: none;
	-moz-outline-style: none;
}




/* //small for mobile */
/* .h-100vh { height: 60vh!important; } */
.h-100vh { height: 100vh!important; }
/* 
@media (min-768px) {
	.h-100vh { height: 100vh!important; }
}
 */

.Playfair {
	font-family: 'Playfair Display' !important;
	font-style: normal;
	letter-spacing: 0px;
}

.bkg-img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../img/img_blank.gif');
}

.top_img.bkg-img{
	min-height: 480px;
}


.w-200{ width: 100%;}

.text-tight { letter-spacing: -0.324rem; }
.text-middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.masthead {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	margin: 3px;
	padding: 4px;
	border-radius: 9px;
	font-family: "Playfair Display";
	font-weight: bold;
	font-size: calc(100vw / 8)!important;
	color: white;
}

.info-bar {
	position: absolute;
	left: 50%;
	top: 73%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	border-bottom: 2px solid #fff;
	border-radius: 0;
	line-height: 1;
}

.icon-scroll,.icon-scroll:before {
	position: relative;
	left: 50%;
	top: 50%;
}

.icon-scroll {
	color: #fff;
	font-size: 6rem;
	font-family: "FontAwesome";
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
	z-index: 50;
	left: 50vw;
	top: 84%;
	width: 145px;
	margin-left: -80px;
}


video {
	width: 100%;
	height: 100%;
}

.video-container {
	height: 100vh;
	width: 100vw;
	position: relative;
}

.video-container video {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	z-index: 0;
}

.bg-grey{background-color:#fff;}

.gradient-bkg{
	position: absolute;
	top: 0; left:0; right:0; bottom:0;
background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 57%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 57%,rgba(0,0,0,0) 100%);
background: linear-gradient(135deg,  rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 57%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#00000000',GradientType=1 );
	z-index: 1;
}


/* 
.panel-image-left{clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);}
.panel-image-right{clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);}
 */

/*! ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	  NAV ITEMS
	::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#main-nav {
	position: fixed;
	z-index: 1000;
	background-color: white;
	box-shadow: 0 0 12px 0 #394969;
	width: 100%;
	TOP:0;
}

.sidenav-container {
	position: fixed;
	height: 100%;
	width: 50%;
	min-width: 350px;
	max-width: 500px;
	background-color: #b7b7b7;
	/* left: 0; */
	right: -520px;
	top: 60px;
	bottom: 0;
	z-index: 999;
	padding: 3rem 1em 3rem 1rem;
	clip-path: polygon(0% 0%, 12% 100%, 100% 100%, 100% 0%);
	-moz-transition: .4s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: .4s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.sidenav-container.active { right: 0; }
.sidenav-container a:hover { margin-left: 1.16rem; }

.sidenav-container a {
	transition: .4s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	display: block;
	width: 100%;
	height: 100%;
}

.sidenav-container .border-bottom {
    border-bottom: 1px solid #6c6c6c!important;
}




/*! ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	  HOMEPAGE ITEMS
	::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

#home .slick-dots {
	position: absolute;
	top: 80vh;
	right: 3rem;
	left: unset;
	bottom: unset;
	text-align: right !important;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	z-index: 5;
	opacity:0;
}
	
#home .slick-dots li button:before {
    background: #e1e7e8;
    border-radius: 50%;
    color: #ff5b16 !important;
    content: '•';
    display: block;
    font-family: slick;
    font-size: 6px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: 1 !important;
    position: absolute;
    text-align: center;
    top: 0;
    transition: background 200ms ease-out;
    width: 20px;
      -moz-osx-font-smoothing: grayscale;
    -moz-transition: background 200ms ease-out;
    -ms-transition: background 200ms ease-out;
    -o-transition: background 200ms ease-out;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: background 200ms ease-out;
}

#home .slick-dots li.slick-active button:before{
    opacity: .95;
    color: #74adb5 !important;
}

#home .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    background: transparent;
    color: transparent;
    border: 0;
    outline: none;
    padding: 0;
}


/* #home .panel-text-wrapper p { font-size: 1.1rem; } */

#home .panel-text-wrapper p {
    font-size: 3vw;
    font-size: min(max(16px, 2.6vw), 22px);
}

#home .panel-text-wrapper .panel-header {
	font-family: 'LeagueGothic';
	letter-spacing: .375rem;
	font-size: 2.3rem;
	color: black;
}

#home .panel:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 18px;
	display: block;
	background: linear-gradient(to bottom, rgba(0,0,0,0.48) 0%, rgba(255,255,255,0) 100%);
	z-index: 20;
}


#home .panel-image-left,
#home .panel-image-right {
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

#home .panel {
	height: 100vh;
	overflow: HIDDEN;
	display: block;
	clear: both;
}


#home .panel-text-wrapper.panel-left {
	transform:translateX(-100%);
	transition: .6s cubic-bezier(0.390,  0.575, 0.565, 1.000);
	opacity: 0.01;
}

#home .panel-text-wrapper.panel-right {
	transform:translateX(100%);
	transition: .6s cubic-bezier(0.390,  0.575, 0.565, 1.000);
	opacity: 0.01;
}


#home .learn-more-link { text-indent: 12px; }

#home a.learn-more-link:before {
	content: '';
	display: block;
	position: absolute;
	background-color: #f3f3f3;
	width: 60%;
	height: 41px;
	top: -6px;
	left: 0px;
	z-index: -1;
	-webkit-clip-path: polygon(17% 0%, 100% 0%, 83% 100%, 0% 100%);
	clip-path: polygon(17% 0%, 100% 0%, 83% 100%, 0% 100%);
}

@media (min-width: 768px) {
	#home .panel {
		height: 100vh;
		overflow: hidden;
	}
	
	#home .panel-image-left {
		-webkit-clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
		clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	
	#home .panel-image-right {
		-webkit-clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
	}
}



/*!	::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	  PROFILE PAGE ITEMS
	::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#our-team .text_box {
    width: 40%;
    min-height: 265px;
    padding: 50px 50px 50px 50px;
    margin-bottom: 45px;
    position: relative;
     z-index: 6;
}

#our-team .img_box {
    width: 90%;
    height: 90%;
    margin: 0 0;
    overflow: hidden;
    position: absolute;
    z-index: 5;
    background-color: #fff;
}
#our-team .text_box.right {
	float: right;
	padding: 80px 50px 50px 80px;
}
#our-team .text_box.left {
	float: left;
	padding: 80px 80px 50px 50px;
}
#our-team .img_box.right {
	left: unset;
	right: 0;
}
#our-team .img_box.left {
	left: 0;
	right: unset;
}

#our-team .img_box_overlay {
    background-color: #2aace8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

#our-team .mini-modal{
	position: absolute;
    transform: translate(-50%,-50%);
    min-width: 300px;
    max-width: 600px;
    z-index: 2;
    display: block;
    top: 50%;
    left: 50%;
    padding: 3rem 2rem;
    background-color:white;

    opacity: 0;
     display: none;
    transition: .8s ease-out;
}
#our-team .mini-modal.active{
    opacity: 1;
    display: block;
}
#our-team .panel-text-wrapper.panel-left {
	transform:translateX(-100%);
	transition: .6s cubic-bezier(0.390,  0.575, 0.565, 1.000);
	opacity: 0.01;
}

#our-team .panel-text-wrapper.panel-right {
	transform:translateX(100%);
	transition: .6s cubic-bezier(0.390,  0.575, 0.565, 1.000);
	opacity: 0.01;
}
#our-team figure{position:relative;color:white!important;margin:0;padding:0;transition:1.5s ease-out;line-height:0;}
#our-team figure a:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgb(0 0 0 / 5%);width:100%;height:100%;}
#our-team #products-list figure img{min-height:500px;}
#our-team #down-more-wrap{display:none;}
#our-team #content #main-area{padding:0%;margin:-38px 0 0!important;}
#our-team .caption_links{padding:3rem!important;position:relative;background-color:#fff;min-height: 240px;}
#our-team .caption_links h3{font-family:'Open Sans'!important;border-bottom:1px solid;padding-bottom:8px!important;letter-spacing:6px;font-size:18px;line-height:22px;color:#be7476;/*#7b6a4f*/;padding:0;margin:0 auto 12px auto;width:100%;}
#our-team .caption_links a{transition:.4s ease-out;font-family:'Open Sans'!important;}
#our-team .caption_links a:hover{margin-left:8px;}
#our-team .panel-text-wrapper{margin:0;position:absolute;top:48%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
#our-team .panel-image-left{clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);}
#our-team .panel-image-right{clip-path:polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);}


#our-team .panel-blackbox-text-wrapper{margin:0;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:#1212128c;width:85%;height:100px;transition:.3s ease-out;}
#our-team .panel-blackbox-text-wrapper:hover{height:30%;}
#our-team .profile_name {
	font-family:'LeagueGothic';
	font-size: 2.5rem;
	font-weight: 700;
}
#our-team .text-middle {
    position: relative;
    top: 50%;
    /* right: 10%; */
    transform: translateY(-50%);
}


#our-team .panels{
	transition: .6s ease-out;
	padding: 3vh 2.25vw;
}

#our-team .img-right figure,
#our-team .img-left figure {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important;
    width: 100vw;
}

#our-team .section-padding{
	margin: 12vh 0;
}

#our-team .quote{}

#our-team .quote:before {
    content: '\2018\2018';
    position: absolute;
    color: #ececec;
    font-size: 17rem;
    top: -8rem;
    left: -4.5rem;
    letter-spacing: -22px;
    z-index: 0;
    font-style: italic;
}
#our-team .quote i {
    position: relative;
    z-index: 3;
}
#our-team .bkg-img{
	background-position: 50% 0;
}

.gs_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

#our-team .card-title {
	font-size:2rem;
}

#our-team .profile_name {
	font-family:'LeagueGothic';
	font-size: 2.5rem;
	font-weight: 700;
}
@media (min-width:576px){
	#our-team .card-title {
		font-size: 2vw;
		font-size: min(max(13px, 2vw), 20px);
	}
}

@media (min-width:768px){
	#our-team .panel-text-wrapper{margin:0;position:relative;top:48%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
	#our-team figure{font-size:3rem;font-size: min(max(16px, 3vw), 22px);}
	#our-team .panel-image-left{clip-path:polygon(0% 0%, 93% 0%, 100% 100%, 0% 100%);}
	#our-team .panel-image-right{clip-path:polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);}
	#our-team .panel-text-wrapper{margin:0;position:absolute;top:48%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}

	#our-team .img-right figure {margin-right:  calc(-15vw - 15px);}
	#our-team .section-padding{margin: 20vh 0;}
	#our-team .panels{padding: 10vh 15vw;}
	#our-team .quote:before {
		content: '\2018\2018';
		position: absolute;
		color: #ececec;
		font-size: 20rem;
		top: -10rem;
		left: -1rem;
		letter-spacing: -22px;
		z-index: 0;
		font-style: italic;
	}
		#our-team .img-left figure {margin-left: calc(-15vw - 15px)!important; margin-right: unset !important; width: unset;}
		#our-team .img-right figure {margin-right: calc(-15vw - 15px)!important; margin-left: unset !important; width: unset;}
		
}

/*! ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	  WORK
	::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/

#work .panel-image-left{clip-path:polygon(0% 0%, 93% 0%, 100% 100%, 0% 100%);}
#work .panel-image-right{clip-path:polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);}






/*! ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	  FOOTER BLOG STYLES
	::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/


.item-wrapper { text-align:  center !important; }

.news-item,.press-item,.event-item,.events-item {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.news-item a,.news-item a:hover,.press-item a,.press-item a:hover,.event-item a,.event-item a:hover,.events-item a,.events-item a:hover {
    text-decoration: none;
    border: none;
    /* margin-left: 25px !important; */
    line-height: 1.25;
    margin-bottom: .875rem !important;
    /* display: table-cell */
}

.news-item:hover,.press-item:hover,.event-item:hover,.events-item:hover {
    position: relative;
    z-index: 2;
    -webkit-transform: scale(1.0125);
    transform: scale(1.0125);
    -webkit-box-shadow: 0 0 11px rgba(40,40,40,0.2);
    box-shadow: 0 0 11px rgba(40,40,40,0.2);
    background-color: white
}

.newsIMG {
    position: relative;
    display: inline-block
}

.newsIMG img {
    width: 100%
}

.newsTitle {
    font-size: 1.3rem;
    color: var(--primary) !important;
    line-height: 1.2;
    margin-bottom: 1.5rem
}

.news-item:hover .newsBrief,.newsBrief {
    font-size: .975rem;
    line-height: 1.4;
    color: #999
}

.news-item:hover .newsBrief,.newsBrief a {
    color: #999 !important
}

.newsDate {
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
}
.moreNews {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    color: #e8e8e8 !important;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    opacity: 0
}

.moreNews:hover,.moreNews a:hover,.news-item:hover .moreNews,.event-item:hover .moreNews,.events-item:hover .moreNews,.press-item:hover .moreNews {
    color: #e8e8e8 !important;
    opacity: 1
}

.newsImg {
	transition: .4s cubic-bezier(0.19, 0.99, 0.19, 1);
	border-radius: 50%!important;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	width: 100%!important;
}

.item-wrapper:hover .newsImg {
	border-radius: 0.419%!important;
}

/*!
	::::::::::::::::::::
	  FOOTER ITEMS
	::::::::::::::::::::
*/

span.marker:before {
    content: '\f041';
    font-family: 'FontAwesome';
    margin-left: -1.5rem;
    padding-right: 0.7rem
}

span.marker {
    display: block;
    margin-left: 1.4rem
}

footer { background: url(/img/bkg_footer.png) no-repeat left top;background-size: 60%;}


.tagline-large {
    letter-spacing: 12px !important;
    font-family: 'LeagueGothic';
    font-size: 0rem !important;
}

/*!
	::::::::::::::::::::
	  MEDDIA QUERIES
	::::::::::::::::::::
*/

/* 
@media (min-width:768px){
	.magazine{font-size:38px;}
	.panel-text-wrapper{margin:0;position:relative;top:48%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
	figure{font-size:3rem;}
	.panel-image-left{clip-path:polygon(0% 0%, 93% 0%, 100% 100%, 0% 100%);}
	.panel-image-right{clip-path:polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);}
	.panel-text-wrapper{margin:0;position:absolute;top:48%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}

	.img-right figure {margin-right:  calc(-15vw - 15px);}
	.section-padding{margin: 20vh 0;}
	.panels{padding: 10vh 15vw;}
	.quote:before {
		content: '\2018\2018';
		position: absolute;
		color: #ececec;
		font-size: 20rem;
		top: -10rem;
		left: -1rem;
		letter-spacing: -22px;
		z-index: 0;
		font-style: italic;
	}
		.img-left figure {margin-left: calc(-15vw - 15px)!important; margin-right: unset !important; width: unset;}
		.img-right figure {margin-right: calc(-15vw - 15px)!important; margin-left: unset !important; width: unset;}
		.w-200{ width: 200%;}
}
 */