@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("aos.css");




/*
10px 	0.625rem
11px 	0.6875rem
12px 	0.75rem
13px 	0.8125rem
14px 	0.875rem
15px 	0.9375rem
16px 	1rem
17px 	1.0625rem
18px 	1.125rem
19px 	1.1875rem
20px 	1.25rem
21px 	1.3125rem
22px 	1.375rem
23px 	1.4375rem
24px 	1.5rem
25px 	1.5625rem
26px 	1.625rem
27px 	1.6875rem
28px 	1.75rem
29px 	1.8125rem
30px 	1.875rem
31px 	1.9375rem
32px 	2rem
33px 	2.0625rem
34px 	2.125remo
35px 	2.1875rem
36px 	2.25rem
37px 	2.3125rem
38px 	2.375rem
39px 	2.4375rem
40px 	2.5rem
41px 	2.5625rem
42px 	2.625rem
43px 	2.6875rem
44px 	2.75rem
45px 	2.8125rem
46px 	2.875rem
47px 	2.9375rem
48px 	3rem
49px 	3.0625rem
50px 	3.125rem
51px 	3.1875rem
52px 	3.25rem
53px 	3.3125rem
54px 	3.375rem
55px 	3.4375rem
56px 	3.5rem
57px 	3.5625rem
58px 	3.625rem
59px 	3.6875rem
60px 	3.75rem
61px 	3.8125rem
62px 	3.875rem
63px 	3.9375rem
64px 	4rem
67px 	4.188rem
*/

::selection {
	color: #fff;
	background: #00808c; 
}

::-moz-selection {
	color: #fff;
	background: #00808c; 
}





#cookie-bar {
	background: #00808c;
	max-width: 320px;
	height: auto;
	font-size: 13px;
	color: #fff;
	text-align: left;
	padding: 10px;
	
	border: 1px solid rgba(255, 255, 255, .25);
	
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
}
#cookie-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
#cookie-bar.fixed.bottom {
	bottom: 10px;
	top: auto;
	right: 15px;
	left: auto;
}
#cookie-bar p {
	margin: 0 auto;
	padding: 0;
	max-width: 1140px;
}
#cookie-bar a {
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 6px 10px;
	margin: 10px 5px 0 0;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#cookie-bar .cb-enable {
	color: #231f20;
	background: #fff;
}
#cookie-bar .cb-enable:hover {
	color: #fff;
	background: #231f20;
}
#cookie-bar .cb-disable {
	background: #666;
}
#cookie-bar .cb-disable:hover {
	background: #666;
}
#cookie-bar .cb-policy {
	background: #00808c;
}
#cookie-bar .cb-policy:hover {
	color: #fff;
	background: #231f20;
}


#header{	
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
}


#header.scrolled{
	background: rgba(255, 255, 255, 1);
}


#header .navbar-brand img{
	max-width: 120px;
	height: auto;
}

#header .navbar-brand .logo-white{
	display: block;
}


#header .navbar-brand .logo-dark{
	display: none;
}

#header.scrolled .logo-white{
	display: none;
}

#header.scrolled .logo-dark{
	display: block;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.75);
}


#header .navbar-light .nav-item{
	color: #000;
}

#header .navbar-light .nav-item:hover{
	color: #00808c;
}



.home-video{
	position: relative;
}


.home-video .ges{
	position: absolute;
	right: 0px;
	top: 180px;
	z-index: 2;
	
	max-width: 55%;
}


.home-video .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.05;
	z-index: 1;
}



.home-video video{
	width: 100%;
	height: auto;
	vertical-align: top;
}







.page-title {
  position: relative;
  background-color: #00808c;
  height: 55vh;
  min-height: 360px;
  width: 100%;
  overflow: hidden;
}


.page-title .container {
  position: relative;
  z-index: 3;
}

.page-title h1{
	color: #fff;
	margin: 0;
}



.page-title .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.05;
	z-index: 2;
}




.page-title video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 1;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}


.page-title .bg-image {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 1;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);	
	
	background-repeat: no-repeat;
	background-position: center center;
	/* background-attachment: fixed; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}







@media screen and (max-width: 767.98px) {
	#carouselHome, .home-video, .page-title{
		margin-top: 85px;
	}
}



.separator-image{
	position: relative;
	text-align: center;
	background-color: #231f20;
	color: #fff;
	height: 550px;
}


.separator-image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.35;
	z-index: 0;
}

.separator-image .container {
	position: relative;
	z-index: 1;
}


.separator-image h2{
	color: #fff;
	margin: 0;
}



.parallax{
	background-repeat: no-repeat;
	background-position: center center;
	/* background-attachment: fixed; */
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}





.section{
	padding: 6rem 0;
}


.owl-carousel{
	margin-bottom: 2rem;
}

.owl-stage-outer{
	padding: .5rem 0;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 1rem;
}

.owl-carousel .item{
	text-align: center;
	background: #fff;
}

.owl-carousel .item img{
	-webkit-filter: grayscale(100%); 
	filter: grayscale(100%);
	
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.owl-carousel .item:hover img{
	-webkit-filter: grayscale(0%); 
	filter: grayscale(0%);
}







.grid {
 
}

.grid-item{
	position: relative;
	cursor: default;
}

.grid-sizer,
.grid-item {
	width: 100%;
	padding: 10px;
}


@media screen and (min-width: 768px) {
	
	.grid-sizer,
	.grid-item {
	    width: 50%;
		padding: 10px;
	}
	
}

@media screen and (min-width: 1200px) {
	
	.grid-sizer,
	.grid-item {
		width: 33.333%;
	}
	
}


.grid-item .rollover {
	text-align: center;	
	
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	
	opacity: 0;
	
	
	
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.grid-item .rollover.active {
	opacity: 1;
}



.grid-item .rollover .overlay {
    background: rgba(0, 128, 140, .8);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
	
	display: flex;
    align-items: center;
    justify-content: center;
    	
}

.grid-item .rollover .overlay .text{
	padding: 1rem;
}


.grid-item .rollover .overlay h3,
.grid-item .rollover .overlay p{
	color: #fff;
	margin: 0;
}






.footer{
	padding: 6rem 0;
	border-top: 4px solid #00808c;
}



.copyright{
	padding: 2rem 0;
	font-size: 12px;
}

