@charset "UTF-8";

body {
	/* max-width: 1024px; */
}

*{
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0;
}
 
.wrapper {
    max-width: 1024px;
    margin: 0 auto;
    height: 400px;
}

header {
    /* max-width: 1024px; */
    /* height: 200px; */
	/* margin: 0 auto; */
	display: flex;
	flex-direction: column;

}

.nav {
    /* width: 700px; */
	margin: 0 auto;
}

.top-line {
    /* margin-top: 100px; */
    /* width: 1024px; */
    border: 1px solid gray;
    /* position: absolute; */
}

.nav a {
    font-family: 'Microsoft Sans Serif';
    font-size: 12pt;
    font-weight: lighter;
    letter-spacing: 1px;
    text-decoration: none;
    color: #727273;
    padding-right: 35px;
}

/* .logo {
    width: 450px;
    height: 89px;
    background-image: url("logo.png");
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    margin-top: 15px;
    margin-right: -8px;
} */
.logo {
    position: relative;
    float: right;
    margin: 18px 10px 0 0;
}

.gallery-nav {
	margin-left: 50px;
	margin-top: -50px;
}

.gallery-nav a {
    font-family: 'Microsoft Sans Serif';
    font-size: 12pt;
    font-weight: lighter;
    letter-spacing: 1px;
    text-decoration: none;
    color: #727273;
}
.swiper-section {
    height: calc(100vh - 88px - 19px);
    margin: 10px auto 10px auto;
	max-height: 600px;
}

/* 
.swiper {
	width: 100%;
	height: 100%;
  } */

  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
  }

  .swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
  }

  .swiper-slide {
	background-size: cover;
	background-position: center;
  }

  .mySwiper2 {
	height: 85%;
	width: 100%;
  }

  .mySwiper {
	height: 15%;
	box-sizing: border-box;
	padding: 10px 0;
  }

  .mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
	opacity: 1;
  }

  /* .swiper-button-prev{
	color: grey;
  } */
  .swiper-button-prev, .swiper-button-next {
  	  color: grey !important;
	}

	.swiper-pagination-total, .swiper-pagination-current {
		font-family: 'Microsoft Sans Serif';
	}
.nvgt {
	position:absolute;
	/* 2019 */
	/*top: 120px;*/
	top: 175px;
	height: 50px;
	width: 30px;
	/* 2019 */
	opacity: 0.6;
}

.nvgt:hover {
	opacity: 0.9;
}

.glass-label {
    position: relative;
    top: -4.3em;
    z-index: 5;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -0.8em;
    text-align: center;
    width: min-content;
    font-size: min(20vw,5em);
	-webkit-text-stroke: 1px grey;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: grey;
	-webkit-text-fill-color: #fff0;
	line-height: 0.9em;
	display: none;
}

.thumb-wrap {
	width: 1010px;
	height: 510px;
}

#thumbs {
	/* firefox has different center method. this doesn't work for fire fox */
	/* not in the center*/
	padding: 0px;
	margin: auto;
	margin-top: 15px;
	max-width: 1000px;
	max-height: 200px;
	margin-left: -260px;
	position: relative;
}

#thumbs li {
	padding: .5px;
	width: 25px;
	height: 25px;
	list-style: none;
	margin: auto;
	cursor: pointer;
	position: relative;
	display: inline-block;
}

#thumbs img:hover {
	opacity: 0.9;
}

#thumbs img {
	width: 25px;
	height: 25px;
	display: inline-block;
	opacity: 0.6;
	float: left;
}

.footer {
    max-width: 1024px;
    height: 200px;
    margin: 0px auto;
}
.bottom-line {
    margin-top: 10px;
    border: 1px solid gray;
}

@media only screen and (max-width: 680px) {
	header{
		height: 66px;
	}
	.logo img{
		width: 290px;
		height: 43px;
	}

	#nav a {
		font-family: 'Microsoft Sans Serif';
		font-size: 12pt;
		font-weight: lighter;
		letter-spacing: 1px;
		text-decoration: none;
		color: #727273;
		padding-right: 15px;
	}
	/* .glass-label {
		top: -3.4em;
		left: -0.4em;
		font-size: 4em;
	} */
}

@media only screen and (orientation: landscape) and (max-height: 430) {
	.wrapper{
		height: 100vh;
	}
	.glass-label {
		top: -1.9em;
		left: 0.6em;
		-ms-transform: unset;
		transform: unset;
		font-size: 3em;
	}
}
/*
@media only screen and (max-height: 550px) {
	.glass-label {
		top: -1.8em;
		left: 0.6em;
		-ms-transform: unset;
		transform: unset;
		font-size: 3.5em;
	}
}
*/
/*nav*/
  a {
	text-decoration: none;
  }
  
  footer nav {
	font-family: 'Microsoft Sans Serif';
    font-size: 12pt;
    font-weight: lighter;
    letter-spacing: 1px;
    text-decoration: none;
    color: #727273;
    padding-left: 5px;
  }
  
  ul {
	/* background: darkorange; */
	list-style: none;
	margin: 0;
	padding-left: 0;
  }
  
  li {
	/* color: #fff;
	background: darkorange; */
	display: block;
	float: left;
	/* padding: 1rem; */
	padding: 0 1rem 0 0;
	position: relative;
	text-decoration: none;
	transition-duration: 0.5s;
  }
	
  nav li a {
	color: grey;
  }
  
  li:hover,
  li:focus-within {
	/* background: red; */
	cursor: pointer;
  }
  
  li:focus-within a {
	outline: none;
  }

  .dropdown li a:hover {
    background: grey;
    color: white;
	padding: 3px;
	transition: all 0.25s ease;
  }
  
.dropdown {
	/* background: orange; */
	visibility: hidden;
	opacity: 0;
	min-width: 5rem;
	position: absolute;
	transition: all 0.5s ease;
	/* margin-top: 1rem; */
	margin-top: -10.5em;
	left: 0;
	display: none;
	z-index: 5;
	background: white;
    /* padding: 10px; */
	width: 170px;
  }
  .dropdown.dropdown-contact{
	margin-top: -4.86em;
}
  ul li:hover > ul,
  ul li:focus-within > ul,
  ul li ul:hover,
  ul li ul:focus {
	 visibility: visible;
	 opacity: 1;
	 display: block;
	 box-shadow: 0 0 5px gray;
	 transition: opacity 0.5s ease;
  }
  
  .dropdown li {
	clear: both;
	width: 100%;
	/* padding: 3px 0; */
	margin: 6px 7px;
  }