
@import url("../Whiskmeaway/webfonts/Italianno_Regular/stylesheet.css");
@import url("../Whiskmeaway/webfonts/JosefinSlab_Bold/stylesheet.css");




	body {
		background: #ccccc457 !important;
		overflow-x: hidden;
	}



		body.loading * {
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	body, input, select, textarea {
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		font-size: 12pt;
		font-weight: 300;
		line-height: 1.65em;
	}

	a {
	text-decoration: underline;
	position: static;
	}

	strong, b {
		font-weight: 700;
	}

	em, i {
		font-style: italic;
	}

	span {
		font-size: 3rem;
	}

	p, ul, ol, dl, table, blockquote {
		margin: 0 0 0 0;
	}

	p {
	
	padding-top: 1rem;
	text-align: center;
	font-size: 2rem;
	line-height: 3.5rem;
	font-family: "JosefinSlab Bold";
	color: #3A3A3AFC;
	}

		p.medium {
			font-size: 1.4em;
		}

	h1, h2, h3, h4, h5, h6 {
	color: inherit;
	padding-bottom: 0%;
	position: relative;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-size: 2em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

		h1 {
			font-size: 3rem;
			color: #ffffff;
			font-family: "JosefinSlab Bold";
			font-style: normal;
			font-weight: 400;
			margin-top: 5rem;
			margin-bottom: 1rem;
			font-variant: normal;
			line-height: 1;
			}	

	h2 {
	font-size: 4em;
	padding-left: 2rem;
	padding-right: 2rem;
	color: #3A3A3AFC;
	font-family: "Italianno Regular";
	font-style: normal;
	font-weight: 400;
	margin-top: 0em;
	margin-bottom: 0rem;
	font-variant: normal;
	line-height: 1;
	}

	h3 {
	font-size: 2em;
	padding-bottom: 0rem;
	margin-bottom: 0em;
	text-align: center;
	font-family: "JosefinSlab Bold";
	font-style: normal;
	font-weight: 400;
	margin-top: 4rem;
	color: #3A3A3AFC;
	}

	h4 {
		font-size: 2rem;
		padding-bottom: 0rem;
		padding-left: 1em;
		padding-right: 1em;
		margin-bottom: 1em;
		text-align: center;
		font-family: "JosefinSlab Bold";
		font-style: normal;
		font-weight: 400;
		line-height: 2;
		margin-top: 0rem;
		color: #3A3A3AFC;
		}

    h5 {
		font-size: 4rem;
		padding-bottom: 0rem;
		margin-bottom: 1em;
		text-align: center;
		line-height: 6rem;
		font-family: "JosefinSlab Bold";
		font-style: normal;
		font-weight: 400;
		margin-top: 0rem;
		color: #3A3A3AFC;
		}

		@media (min-width : 481px ) and ( max-width : 1024px ){

			h5 {
				font-size: 3rem;
			}
		}

		h6 {
			font-size: 2rem;
			padding-bottom: 0rem;
			margin-bottom: 0em;
			text-align: left;
			font-family: "JosefinSlab Bold";
			font-style: normal;
			font-weight: 400;
			margin-top: 0rem;
			color: #3A3A3AFC;
			}
			
			@media (min-width : 320px ) and ( max-width : 480px ){

				h2 {
				margin-top: 2rem;
				font-size: 3em;
				}

				.container {
					padding-left: 0%;
					padding-right: 0%;
				}
			}

			@media (min-width : 481px ) and ( max-width : 1024px ){

				.container .image {
					
					top: 20%;
					
				}

				.container {
					padding-top: 5%;
					padding-bottom: 5%;
					margin-bottom: 3%;
					
				}
			}


	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}


	blockquote {
		border-left: solid 0.5em #82b440;
		font-style: italic;
		padding: 1em 0 1em 2em;
	}

	section.special, article.special {
		text-align: center;
	}

	header.major {
	padding-bottom: 1px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 46px;
	font-size: 305%;
	}

		header.major h2 {
	font-size: 2.6em;
	font-weight: 700;
	padding-bottom: 42px;
		}

		header.major .byline {
	display: block;
	padding-top: 0em;
	letter-spacing: 1px;
	font-size: 25px;
	padding-bottom: 50px;
		}

	footer > :last-child {
		margin-bottom: 0;
	}

	footer.major {
		padding-top: 3em;
	}

/* Form */

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: none;
		border: solid 1px #82b440;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0.75em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: #82b440;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		line-height: 1em;
	}

	::-webkit-input-placeholder {
		color: inherit;
		opacity: 0.5;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	::-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	:-ms-input-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	.formerize-placeholder {
		color: rgba(85, 85, 85, 0.5) !important;
	}

/* Image */

	.text-block {
	position: absolute;
	right: auto;
	background-color: rgba(0,0,0,0.49);
	color: white;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-right: 0px;
	display: block;
	margin-left: 0px;
	bottom: 10px;
}

	.image {
	max-width: 100%;
	object-fit: cover;
	text-align: center;						
	position: absolute;
	left: 0%;
	bottom: 0em;
	}

	@media (min-width : 320px ) and ( max-width : 768px ){
		.image {
			max-width: 90%;
		}
	}
	


		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.feature {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.feature img {
				display: block;
				width: 100%;
			}

/* Icon */

	.icon {
		position: relative;
	}

		.icon:before {
			content: "";
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

/* Lists */

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

	ul.default {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		ul.default li {
			padding: 0.40em 0em;
		}

	ul.icons {
	cursor: default;
	padding-bottom: 0em;
	padding-right: 0px;
	margin-left: 66px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
	}

		ul.icons li {
	display: inline;
	line-height: 1em;
	padding-top: 0.5em;
	padding-right: 4em;
	padding-left: 0em;
	padding-bottom: 0.5em;
	margin-left: 0px;
	letter-spacing: 0px;
	margin-top: 0px;
		}

@media (min-width : 320px ) and ( max-width : 480px ){

	ul.icons {
	margin-right: auto;
	margin-left: auto;
	}

	ul.icons li {
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 1em;
	}

	.carousel-indicators {
		display: none;
	}
}
	

			ul.icons li:first-child {
				padding-left: 0;
			}

			ul.icons li span {
				display: none;
			}

			ul.icons li a {
	text-decoration: none;
	font-size: 2em;
	color: #3A3A3AFC;
	opacity: 0.6;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
			}

			ul.icons li a:hover {
	opacity: 1;
			}

	ul.actions {
		cursor: default;
	}

		ul.actions:last-child {
			margin-bottom: 0;
		}

		ul.actions li {
			display: inline-block;
			padding: 0 0 0 1.5em;
		}

			ul.actions li:first-child {
				padding: 0;
			}

		ul.actions.vertical li {
			display: block;
			padding: 1.5em 0 0 0;
		}

			ul.actions.vertical li:first-child {
				padding: 0;
			}

	ul.special-icons {
		margin: 0em;
		padding: 0em;
	}

		ul.special-icons > li {
			position: relative;
			padding: 0.50em 0em 0.50em 0em;
		}

		ul.special-icons > li:before {
			position: absolute;
			left: 0;
			top: 2em;
			display: block;
			background: none;
			font-size: 2em;
			border-radius: 5px;
		}

		ul.special-icons > li:first-child {
			border-top: none;
		}

		ul.special-icons h3 {
			margin-bottom: 0.80em;
			line-height: 2em;
			text-transform: uppercase;
			font-weight: 700;
			font-size: 1.2em;
		}

		ul.special-icons span {
			line-height: 190%;
		}

		ul.special-icons .fa {
			float: left;
			display: block;
			padding-right: 1em;
			font-size: 1.4em;
			color: #82b440;
		}

		ul.special-icons p {
			padding-left: 2.7em;
		}

/* Tables */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-bottom: solid 1px #82b440;
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				font-weight: 700;
				padding: 0.5em 1em 0.5em 1em;
				text-align: left;
			}

			table.default thead {
				background: #555555;
				color: #fff;
			}



#menuToggle
{
  display: block;
  position: relative;
  top: 1.5rem;
  left: 1.5rem;
  color: #000000;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

#menuToggle span
{
  display: block;
  width: 32px;
  height: 4px;
  margin-bottom: 4px;
  position: relative; 
  background: #3A3A3A;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #ffffff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  height: 750px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: -100px 0 0 -20px;
  padding: 50px;
  padding-top: 180px;
  background: #585858fc;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 1.5em 0;
  font-size: 2.3rem;
  font-family: "JosefinSlab Bold";
  font-style: normal;
  font-weight: 400;;
  text-align: center;
  color: #ffffff;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

@media (min-width : 480px ){
	#menuToggle {
		display:none;
	}
}

/* Wrapper */

	.wrapper {
		padding: 6em 0em 4em 0em;
	}

		.wrapper.style1 {
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 0em;
	margin-bottom: 2em;
		}

		@media (min-width : 320px ) and ( max-width : 480px ){
			.wrapper.style1 {
				padding-top: 2em;
			}
		}


			.wrapper.style2 .major {
				text-align: left !important;
			}

				.wrapper.style2 .major h2 {
					display: block;
					margin-bottom: 0.70em;
					letter-spacing: 1px;
					line-height: 1.4em;
					text-transform: uppercase;
					font-size: 1.8em;
					font-weight: 400;
				}

				.wrapper.style2 .major .byline {
					letter-spacing: normal;
					line-height: 1.6em;
					text-transform: capitalize;
					font-size: 1.4em;
				}

			.wrapper.style2 h3 {
				display: block;
				margin-bottom: 1em;
				letter-spacing: 1px;
				line-height: 1.4em;
				text-transform: uppercase;
				font-size: 1.6em;
				font-weight: 400;
			}

		.wrapper.style3 {
			padding-bottom: 6em;
			background: #82b440;
			text-align: center;
			color: white;
		}

			.wrapper.style3 .container {
				padding-left: 6em;
				padding-right: 6em;
			}

			.wrapper.style3 p {
				font-size: 1.6em;
			}

		.wrapper.style4 {
	background: white;
		}

		.wrapper.style5 {
	color: white;
		}

			.wrapper.style5 .image {
				display: block;
				width: 60%;
				margin: 0em auto 2em auto;
			}

				.wrapper.style5 .image img {
					border-radius: 50%;
					border: 10px solid;
					border-color: white;
				}

/* Header */

	#header {
	color: white;
	background: rgba(255, 255, 255, 255);
	display: inline;
	}

		#header .container {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: center;
	max-width: 1200px;
	opacity: 1;
	margin-bottom: 4em;
		}

	@media (min-width : 481px ) and ( max-width : 1024px ){	

		#header .container {
			
			margin-bottom: 0em;
				}

	}


	.homepage #nav {
		position: static;
		right: none;
		text-align: center;
	}

	#logo {
	line-height: 0em;
	text-transform: uppercase;
	font-size: 1em;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	position: static;
	}

	

		#logo h1 {
	display: inline-block;
	margin: 0;
	padding: 0;
	min-width: 16%;
		}

		#logo a {
			color: inherit;
		}

	#nav {
	position: relative;
	max-width: 100%;
	display: block;
	clear: right;
	margin-top: 12em;
	padding-left: 1em;
	padding-right: 1em;
	border-radius: 5px;
	float: right;
	margin-bottom: 0rem;
	}

	@media (min-width : 320px ) and ( max-width : 480px ){
		#nav > ul {
			display: none;
		}
	
}

@media (min-width : 481px ) and ( max-width : 1024px ){

	#nav {

		margin-top: 17em;
		float: none;
	}
}

		#nav > ul  {
	margin-left: 0px;
	padding-top: 0px;
	color: rgba(58,58,58,0.99);
	position: relative;
	margin-bottom: 0%;
	text-align: center;
	max-width: 100%;
	font-family: "JosefinSlab Bold";
	text-shadow: 0px 0px;
		}

			#nav > ul > li {
				border-radius: 4px;
				display: inline-block;
				margin-left: 0.5em;
				padding: 0 0.5em;
			}

				#nav > ul > li a {
	color: inherit;
	line-height: 2em;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: 400;
	font-size: 1.3em;
				}

				#nav > ul > li:first-child {
					margin-left: 0;
				}

				#nav > ul > li.active a {
	color: rgba(58,58,58,1.00);
				}

				#nav > ul > li > ul {
					display: none;
				}

/* Dropotron */

	.dropotron {
		top: 2em;
		background: rgba(32, 32, 32, 0.75);
		border-radius: 4px;
		color: inherit;
		min-width: 12em;
		padding: 1em 0;
		
	}

		.dropotron > li {
			line-height: 2em;
			padding: 0 1em;
		}

			.dropotron > li > a {
				color: inherit;
				letter-spacing: 2px;
				text-decoration: none;
				text-transform: uppercase;
			}

			.dropotron > li.active > a, .dropotron > li:hover > a {
				color: inherit;
			}

		.dropotron.level-0 {
			border-radius: 0 0 4px 4px;
			font-size: 1em;
			margin-left: -0.5em;
		}

/* Banner */

	#banner {
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0em;
	text-transform: uppercase;
	color: white;
	margin-top: 16%;
	max-width: 100%;
	display: inline;
	margin-left: auto;
	margin-right: auto;
	}

		#banner .container {
	padding: 0em 8em;
	/* [disabled]min-height: 40%; */
		}

		#banner h2 {
			display: inline-block;
			padding: 0.50em 0.30em;
			background: #82b440;
			font-size: 3em;
			font-weight: 400;
		}

		#banner span, #banner p {
			display: block;
			letter-spacing: 1px;
			text-transform: uppercase;
			font-size: 1.6em;
			font-weight: 300;
		}

		#banner span {
			padding: 1em 0em;
		}

#carouselcontainer {
	display: block;
	text-align: center;
	position: relative;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	width: 1200px;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 0px;
	margin-bottom: -21em;	
}


/* Main */


#contentcontainer {
	width: 1200px;
	max-width: 100%;
	display: grid;
	grid-template-columns: 400px 400px 400px;
	grid-template-rows: 400px 400px 400px;
	grid-gap: 0px;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: auto;
		
}

.gallery-image {
	max-width: 1200px;
	margin-top: 2em;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
  }

  
  .gallery-image img {
	height: 100%;
	width: 100%;
	transform: scale(1.0);
	transition: transform 1.5s ease;
	padding-bottom: 0px;
  }


  .img {
	  display: block;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;

  }

  .img-box {
	box-sizing: content-box;
	margin: 5px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: inline-block;
	color: white;
	position: relative;
	background-color: white;
	
  }

  .grid1 .img-box {
	box-sizing: content-box;
	margin: 5px;
	height: 390px;
	width: 790px;
	overflow: hidden;
	display: inline-block;
	color: white;
	position: relative;
	background-color: white;
  }

  .img-box img {
	box-sizing: content-box;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: inline-block;
	color: white;
	position: relative;
  }

  .grid1 .img-box img { 
	max-width: 100%; 
	box-sizing: content-box;
	padding-right: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: inline-block;
	color: white;
	position: relative;
	object-fit: cover;	
  }

  .grid2 img {  
	box-sizing: content-box;
	padding-bottom: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: inline-block;
	color: white;
	position: relative;
	background-color: white;
	transform: scale(1);
	transition: 1.5s all ease-in-out;	
  }

  .grid2:hover img {
	transform: scale(1.2);
	cursor: pointer;
	  
  }

  .grid3 img {  
	box-sizing: content-box;
	padding-right: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: inline-block;
	color: white;
	position: relative;
	background-color: white;
	transform: scale(1);
	transition: 1.5s all ease-in-out;	
  }

  .grid3:hover img {
	transform: scale(1.2);
	cursor: pointer;
	overflow: hidden;
  }

  .grid4 img {  
	box-sizing: content-box;
	padding-right: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: inline-block;
	color: white;
	position: relative;
	background-color: white;
	transform: scale(1);
	transition: 1.5s all ease-in-out;	
  }

  .grid4:hover img {
	transform: scale(1.2);
	cursor: pointer;
  }

  .gridwrapper { 
	max-width:100%;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 3em;
	padding-bottom: 0px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));	
	gap: 0.9em;	
  }

  @media (min-width : 320px ) and ( max-width : 1200px ){
	.gridwrapper {
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.grid1 h2 {
		font-size: 6rem;
	}

	.grid1 h5 {
		font-size: 3.3rem;
		line-height: 4rem;
  }
}

  .grid1 {
	position: relative;
	grid-column: 1 / 7;
	grid-row: 1 / 2;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0em;
	padding-bottom: 0em;
	background-color: #BFA79B25;
	padding-right: 0rem;
	padding-left: 0rem;
  }

  .border {
	  position: absolute;
	  min-width: 80%;
	  left: 8.8%;
	  margin-bottom: 1rem;
	  margin-top: 2rem;
  }

  .border2 {
	position: absolute;
	min-width: 80%;
	left: 8.8%;
	bottom: 8%;
	
	
}

  .grid1 h5 {
	  
	  left: 0%;
	  font-size: 3rem;
	  margin-bottom: 5rem;
	  margin-top: 5rem;
	  line-height: 1.3em;
  }


  .grid2 {
	position:relative;
	grid-column: 1 / 3;
	grid-row: 2 / 3;
	overflow: hidden;
	max-height: 100%;
	max-width: 100%;
  }
  .grid3 {
	position:relative;
	grid-column: 3 / 5;
	grid-row: 2 / 3;
	overflow: hidden;
	max-height: 100%;
	max-width: 100%;
  }
  .grid4 {
	position:relative;
	grid-column: 5 / 7;
	grid-row: 2 / 3;
	overflow: hidden;
	max-height: 100%;
	max-width: 100%;
  }
  .grid5 {
	position:relative;
	grid-column: 1 / 7;
	grid-row: 5 / 6;
	overflow: hidden;
	max-height: 390px;
	
  }

  .grid6 {
	position:relative;
	grid-column: 1 / 7;
	grid-row: 4 / 5;
	padding-bottom: 1em;
	padding-top: 1em;
	overflow: hidden;
	max-height: 390px;
	background-color: #BFA79B25;	
  }

  .grid6 h5 {
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.7em;
}

.grid7 {
	position:relative;
	grid-column: 1 / 4;
	grid-row: 3 / 4;
	padding-bottom: 0em;
	padding-top: 8em;
	padding-left: 0em;
	padding-right: 0em;
	overflow: hidden;
	max-height: 390px;
	background-color: #BFA79B25;	
  }

  .grid8 {
	position:relative;
	padding-top: 4em;
	grid-column: 4 / 7;
	grid-row: 3 / 4;
	overflow: hidden;
	max-height: 390px;
	background-color: #BFA79B25;
	text-align: center;	
	font-size: 1rem;
	justify-content: center;
	background:url("../images/rs.png");
	}

	
	.grid8 h5 {
		position: absolute;
		z-index: 2;
		left: 37%;
		top: 15%;
	    text-align: center;
		margin-bottom: 0rem;
		font-size: 3em;
		color: #3A3A3AFC;
	}

	.grid7 h5 {
		text-align: center;
		margin-bottom: 3rem;
		font-size: 1.7em;
	}
  
  
  @media (min-width : 320px ) and ( max-width : 1200px ){

	.grid1 {
		grid-column: 1 / 7;
		grid-row: 1 / 2;		
	  }

	  .border {
		position: absolute;
		left: 10%;
		width: 80%;
		margin-bottom: 1rem;
		margin-top: 2rem;
	}
  
	.border2 {
	  position: absolute;
	  left: 10%;
	  width: 80%;
	  bottom: 8%;	  
  }
}

@media (min-width : 320px ) and ( max-width : 480px ){

	  .grid2 {
		grid-column: 1 / 7;
		grid-row: 2 / 3;
	  }
	  .grid3 {
		grid-column: 1 / 7;
		grid-row: 3 / 4;
	  }
	  .grid4 {
		grid-column: 1 / 7;
		grid-row: 4 / 5;
	  }

	  .grid6 {
		grid-column: 1 / 7;
		grid-row: 7 / 8;
	  }

	  .grid5 {
		grid-column: 1 / 7;
		grid-row: 8 / 9;
		max-height: 100%;
	    max-width: 100%;
	  }

	  .grid7 {
		grid-column: 1 / 7;
		grid-row: 5 / 6;
		max-height: 100%;
	    max-width: 100%;
		padding-top: 2em;
		padding-left: 1em;
		padding-right: 1em;
	  }

	  .grid8 {
		grid-column: 1 / 7;
		grid-row: 6 / 7;
		max-height: 100%;
	    max-width: 100%;
	  }

      .grid8 h5 {
	    text-align: center;
		left: 36%;
		margin-bottom: 0rem;
		font-size: 2em;
	}	
	}
	
	@media (min-width : 481px ) and ( max-width : 1024px ){

		.grid7 {
			margin-top: 0%;
			padding-top: 28%;
			padding-left: 1em;
			padding-right: 1em;
		  }

		  .grid7 h5 {
			  font-size: 1.2em;
		  }


		  .grid8 h5 {
			text-align: center;
			top: 10%;
			left: 33%;
			margin-bottom: 0rem;
			font-size: 2em;
		}
	}

	@media (min-width : 1024px ) and ( max-width : 1200px ){

		.grid7 {
			margin-top: 0%;
			padding-top: 28%;
			padding-left: 1em;
			padding-right: 1em;
		  }
	}
  
  .caption {
	position: absolute;
	font-family: "JosefinSlab_Bold";
    font-size: 1rem;
	bottom: 5px;
	left: 20px;
	opacity: 1;
	transition: transform 1s ease, opacity 1s ease;
  }

  @media (min-width : 320px ) and ( max-width : 768px ){
	.caption {
	 opacity: 1;	
  }
}
  
  .transparent-box {
	height: 100%;
	width: 100%;
	background-color:rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	transition: background-color 0.8s ease;
  }

  .grid1 .transparent-box {
	height: 100%;
	width: 100%;
	background-color:rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	transition: background-color 0.8s ease;
  }

  
  .grid2:hover .transparent-box {
	background-color:rgba(0, 0, 0, 0.5);
  }
  
  .grid2:hover .caption {
	transform: translateY(-20px);
	opacity: 1.0;
  }
  
  .grid3:hover .transparent-box {
	background-color:rgba(0, 0, 0, 0.5);
  }
  
  .grid3:hover .caption {
	transform: translateY(-20px);
	opacity: 1.0;
  }

  .grid4:hover .transparent-box {
	background-color:rgba(0, 0, 0, 0.5);
  }
  
  .grid4:hover .caption {
	transform: translateY(-20px);
	opacity: 1.0;
  }
  
  .img-box:hover {
	cursor: pointer;
  }

  .grid1 .img-box:hover {
	cursor: default;
  }

  
  .caption > p:nth-child(2) {
	font-size: 0.8em;
  }
  
  .opacity-low {
	opacity: 0.5;
  }

  .captioned-gallery-container {
	  width: 85%;
	  margin-left: auto;
	  margin-right: auto;
	 
  }

  @keyframes slidy {
	0% { left: 0%; }
	20% { left: 0%; }
	25% { left: -100%; }
	45% { left: -100%; }
	50% { left: -200%; }
	70% { left: -200%; }
	75% { left: -300%; }
	95% { left: -300%; }
	100% { left: -400%; }
	}
	* {
	  box-sizing: border-box;
	}
	body, figure { 
	  margin: 0; background: #101010;
	  font-family: Istok Web, sans-serif;
	  font-weight: 100;
	}
	div#captioned-gallery { 
	  width: 100%; overflow: hidden;
	  
	}
	figure.slider { 
	  position: relative; width: 500%;
	  margin-bottom: 20%;
	  font-size: 0; animation: 32s slidy infinite; 
	  background-color: #ffffff10;
	}
	figure.slider figure { 
	  width: 20%; height: auto;
	  display: inline-block;  position: inherit; 
	}
	figure.slider img { width: 100%; height: auto;
						background-color: #fffefe; }
	figure.slider figure figcaption { 
	  position: absolute; bottom: 0;
	  background: rgba(0,0,0,0.4);
	  color: #fff; width: 100%;
	  font-size: 2rem; padding: .6rem; 
	}

	@media (min-width : 320px ) and ( max-width : 768px ){

		figure.slider {
			margin-bottom: 10%;
		}
	}


  .forminstruct {
	width: 1200px;
	height: auto;
	max-width: 100%;
	margin-top: 3em;
	margin-left: auto;
	margin-right: auto;  
  }

  .forminstruct p {
	  text-align: center;
  }

  @media (min-width : 320px ) and ( max-width : 1200px ){
	.forminstruct {
		padding-left: 1em;
		padding-right: 1em;
	}
  }

  .contactcontent {
	position: relative;
	  
	  height: auto;
	  max-width: 750px;
	  margin-top: 3em;
	  margin-bottom: 3em;
	  margin-left: auto;
	  margin-right: auto;
	  padding-top: 1em;
	  padding-bottom: 1em;
	  border-style: solid;
	  border-width: 1px;
	  border-color: #bfa79b35;
	  border-radius: .2em;
	  background-color: #BFA79B25;
	  
  }

  .congridwrapper {
	position: relative;
	display: grid;
	width: 700px;
	height: auto;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;	
  }

  .congrid1 {
	grid-column: 1 / 2;
  }

  .congrid2 {
	grid-column: 2 / 3;
  }

  .congrid3 {
	grid-column: 1 / 2;
  }

  .congrid4 {
	grid-column: 2 / 3;
  }

  .congrid5 {
	grid-column: 1 / 2;
	color: #3A3A3AFC;
		
  }

  .congrid6 {
	grid-column: 2 / 3;
  }

  .congrid7 {
	grid-column: 1 / 3;
  }

  .congrid8 {
	
	grid-column: 1 / 3;
  }

  .congrid9 {
	grid-column: 1 / 3;
	color: #3A3A3AFC;
	text-align: center;
	padding-top: 1em;
  }

  .congrid10 {
	grid-column: 1 / 3;
  }

  @media (min-width : 320px ) and ( max-width : 480px ){

	.contactcontent {
		margin-top: 1em;
		margin-left: 1em;
		margin-right: 1em;
	}

	.congridwrapper {
		padding-right: 1em;
		padding-left: 1em;
	  }

	.congrid1 {
		grid-column: 1 / 2;
	  }
	
	  .congrid2 {
		grid-column: 1 / 2;
	  }
	
	  .congrid3 {
		grid-column: 1 / 2;
	  }
	
	  .congrid4 {
		grid-column: 1 / 2;
	  }
	
	  .congrid5 {
		grid-column: 1 / 2;	
	  }
	
	  .congrid6 {
		grid-column: 1 / 2;
	  }
	
	  .congrid7 {
		grid-column: 1 / 2;
	  }
	
	  .congrid8 {
		
		grid-column: 1 / 2;
	  }
	
	  .congrid9 {
		grid-column: 1 / 2;
		color: #3A3A3AFC;
		text-align: center;
		padding-top: 1em;
	  }
	
	  .congrid10 {
		grid-column: 1 / 2;
	  }

	}

	  @media (min-width : 481px ) and ( max-width : 768px ){

		.contactcontent {
			margin-top: 1em;
			margin-left: 1em;
			margin-right: 1em;
		}
	
		.congridwrapper {
			padding-right: 1em;
			padding-left: 1em;
		  }

	  }

	  
	

  #fname {
	color: rgb(0, 0, 0);  
	background-color: #fff;
	border-style: none;
	height: 6rem;
	font-family: "JosefinSlab Bold";
	font-size: 2rem;
		
  }

  #sname {
	color: rgb(0, 0, 0);  
	background-color: #fff; 
	border-style: none;
	height: 6rem;
	font-family: "JosefinSlab Bold";
	font-size: 2rem;
  }

  #email {
	color: rgb(0, 0, 0); 
	background-color: #fff;
	border-style: none;
	height: 6rem;
	font-family: "JosefinSlab Bold";
	font-size: 2rem;
  }

  #phone {
	color: rgb(0, 0, 0);
	background-color: #fff;
	width: 100%;
	height: 6rem;	
	border-style: none;
	font-family: "JosefinSlab Bold";
	font-size: 2rem;
  }

  #reqdate {	
	width: 51%;
	height: 6rem;
	margin-left: 1em;
	margin-right: auto;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-style: none;
	border-radius: 0px;
	color: #3a3a3aa1;
	text-align: center;	
	outline: none;
	font-family: "JosefinSlab Bold";
	font-size: 2rem;
	cursor: pointer;
	background-color: #fff;
  }

  #message {
	background-color: #fff;
	border-style: none;
	color: rgb(0, 0, 0);
	font-family: "JosefinSlab Bold";
	font-size: 2rem;
  }

  .file-upload {
	position: relative;
	display: inline-block;
}

.file-upload__label {
  display: block;
  padding: 1em 2em;
  color: #3A3A3AFC;
  background: #3A3A3A50;
  text-align: center;
  font-family: "JosefinSlab Bold";
  font-size: 2rem;
  cursor: pointer;
  transition: 0.3s;
}

@media (min-width : 320px ) and ( max-width : 480px ){
	.file-upload__label {
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
		margin-bottom: 0em;
	  }
	}



.file-upload__label:hover {
	background: #3A3A3A75;
	transform: scale(0.995);
}
    
.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width:0;
    height: 100%;
    opacity: 0;
}

  #button {	
	width: 100%;
	height: 4.5rem;
	border-style: none;
	border-width: 1px;
	border-radius: .2em;
	color: #3A3A3AFC;
	text-align: center;	
	background: #3A3A3A50;
	font-family: "JosefinSlab Bold";
	font-size: 2rem;
	transition: 0.3s;
  }

  #button:hover {
	background: #3A3A3A75;
	transform: scale(0.995);
  }

  ::placeholder {
	  color: #000000;
  }

  #fname:hover {
	border-style: solid;
	border-width: 3px;
	border-color: #3a3a3a4d;		
  }

  #sname:hover {
	border-style: solid;
	border-width: 3px;
	border-color: #3A3A3A4d;		
  }

  #email:hover {
	border-style: solid;
	border-width: 3px;
	border-color: #3A3A3A4d;		
  }

  #phone:hover {
	border-style: solid;
	border-width: 3px;
	border-color: #3A3A3A4d;		
  }


  .faqcontainer {
	width: 1200px;
	max-width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	margin-bottom: 3em; 
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-top: 2em;
	background-color: #BFA79B35; 
  }

  .faqcontainer h5 {
	  font-size: 1.7em;
  }

  @media (min-width : 320px ) and ( max-width : 1200px ){

	.faqcontainer {
	padding-left: 1em;
	padding-right: 1em;
	max-width: 95%;
	}

	.faqcontainer h6 {
		text-align: center;
	}
  }

  .aboutmecontainer {
	width: 1200px;
	max-width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em; 
	overflow: hidden; 
  }

  .aboutgridwrapper {
	position: relative;
	display: grid;
	width: 100%;
	height: auto;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 32px;
	
	background-color: #BFA79B25;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 1em;
	margin-top: 1em;
	margin-bottom: 3em;
	overflow: hidden;
	
  }

  .aboutgrid1 {
	grid-column: 1 / 3;
  }

  .aboutgrid1 h2 {
	text-align: left;
	margin-left: 20%;
  }

  .lwrtxt h2 {
	text-align: left;
	margin-left: 40%;
  }

  .aboutgrid1 h6 {
	text-align: center;
	line-height: 3.5rem;
  }

  .aboutgrid2 {
	grid-column: 3 / 4;
	margin-top: 0%;
	padding: 1rem;
	background-color: rgb(240, 240, 240);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(221, 211, 211);
	box-shadow: 1px 1px 2px rgb(221, 211, 211);
  }

  .aboutgrid3{
	grid-column: 1 / 2;
	margin-top: 20%;
	padding: 1rem;
	background-color: rgb(240, 240, 240);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(221, 211, 211);
	box-shadow: 1px 1px 2px rgb(221, 211, 211);
  }

  .aboutgrid4 {
	grid-column: 2 / 4;
	margin-top: 5em;
	margin-bottom: 1em;
	padding-top: 0em;
  }

  .aboutgrid2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  .aboutgrid3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  .aboutgrid5 {
	grid-column: 1 / 4;
	margin-top: 1em;
	margin-bottom: 2em;
	padding-left: 2em;
	padding-right: 2em;
  }

  @media (min-width : 320px ) and ( max-width : 768px ){

	.aboutgridwrapper {
		margin-top: 2em;
	}

	.aboutmecontainer {
		padding-left: 1em;
		padding-right: 1em;

	  }

	.aboutgrid1 {
		grid-column: 1 / 2;
		order: 2;
	  }

	.aboutgrid1 h2 {
		text-align: center;
		padding-left: 0em;
		margin-left: 0em;
		font-size: 4rem;
	  }

	  .lwrtxt h2 {
		  margin-left: 2em;
	  }

	.aboutgrid2 {
		grid-column: 1 / 2;
		order: 1;
		margin-top: 1em;
	}

	.aboutgrid3{
		grid-column: 1 / 2;
		order: 3;
		margin-bottom: 0em;
		margin-top: 1em;
	  }

	.aboutgrid4 {
		grid-column: 1 / 2;
		margin-top: 0em;
		margin-bottom: 0em;
		padding-top: 1em ;
		order: 4;
	  }

	.aboutgrid4 h6 {
		text-align: center;
	  }

	  .aboutgrid5 {
		grid-column: 1 / 2;
		margin-top: 0em;
		order: 5;
	  }	
}

@media (min-width : 481px ) and ( max-width : 768px ){

	.aboutmecontainer {
		padding-left: 1em;
		padding-right: 1em;
	  }

	  .aboutgridwrapper {
		padding-left: 20%;
		padding-right: 20%;
	}	  
}

@media (min-width : 768px ) and ( max-width : 1200px )  {

	.aboutmecontainer {
		padding-left: 1em;
		padding-right: 1em;

	  }

	  .aboutgrid1 {
		grid-column: 1 / 2;
		
	  }

	.aboutgrid1 h2 {
		text-align: center;
		padding-left: 0em;
		margin-left: 0em;
		font-size: 4rem;
	  }

	  .lwrtxt h2 {
		  margin-left: 2em;
	  }

	.aboutgrid2 {
		grid-column: 2 / 3;
		
		margin-top: 1em;
	}

	.aboutgrid3{
		grid-column: 1 / 2;
		margin-bottom: 0em;
		margin-top: 1em;
	  }

	.aboutgrid4 {
		grid-column: 2 / 3;
		margin-top: 0em;
		margin-bottom: 0em;
		padding-top: 1em ;
		
	  }

	.aboutgrid4 h6 {
		text-align: center;
	  }

	  .aboutgrid5 {
		grid-column: 1 / 2;
		margin-top: 0em;
		order: 5;
	  }	
}


#footerblock {
	width: 1200px;
	max-width: 100%;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 6em;
	padding-top: 3em;	
}

@media (min-width : 320px ) and ( max-width : 480px ){
	#footerblock {
		padding-left: 1em;
	}
}	

.locatecontainer {
	width: 1200px;
	max-width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;  
}	

.locategridwrapper {
	width: 1200px;
	position: relative;
	display: grid;
	height: auto;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 3em;
	margin-top: 1em;
	margin-bottom: 3em;
	overflow: hidden;
	justify-items: center;
		
}

.mapbackground {
	padding: 2em;
	background-color: #BFA79B25;
}

.locationgrid1 {
	grid-column: 1 / 2;
}

.locationgrid2 {
	grid-column: 1 / 2;
}

#map {
	border-style: solid;
	border-width: 1px;
	border-color: #3A3A3A50;
}

#map iframe {
	max-width: 100%;
	max-height: 100%;
}

@media (min-width : 320px ) and ( max-width : 768px ){

	.locationgrid1 {
		grid-column: 1 / 2;
		padding-right: 1em;
		padding-left: 1em;
	}
	
	.locationgrid2 {
		grid-column: 1 / 2;
		padding-right: 1em;
		padding-left: 1em;
	}
}	

/* Footer */

	#footer {
	padding-top: 0em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0em;
	text-align: center;
	color: #000000;
	}

		#footer hr {
			border-bottom: 1px solid;
			border-color: inherit;
			opacity: .05;
		}

		#footer .major h2 {
	color: inherit;
	display: inline;
		}

		#footer .major .byline {
	color: inherit;
	opacity: 1;
		}

		#footer .copyright {
			margin-top: 3em;
			text-align: center;
		}

/* Copyright */

	#copyright {
	width: 1200px;
	max-width: 100%;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0em;
	font-size: x-small;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 11px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	}

		#copyright a {
	text-decoration: none;
	color: #3A3A3AFC;
		}
	

/* Extra */

	#extra1 h2 {
		display: block;
		margin-bottom: 1em;
		letter-spacing: 1px;
		line-height: 1.4em;
		text-transform: uppercase;
		font-size: 1.8em;
		font-weight: 400;
	}

	#extra1 h3 {
		display: block;
		margin-bottom: 1em;
		letter-spacing: 1px;
		line-height: 1.4em;
		text-transform: uppercase;
		font-size: 1.6em;
		font-weight: 400;
	}

/* Team */

	#team h3 {
		margin-bottom: 0.50em;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-weight: 700;
	}
#backgroundbox {
	width: 1240px;
	text-align: center;
	position: static;
}
#footertext {
	color: #444444;
	margin-bottom: 1rem;
}

@media (min-width : 320px ) and ( max-width : 480px ){
	#footertext h4 {
		padding-left: 0em;
		padding-right: 0em;
	}

	#footertext h2 {
		padding-left: 0em;
		padding-right: 0em;
		padding-bottom: 1em;
	}
}

.subheader h4{
	width: 1200px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 1em;
	padding-left: 1em;
}

.gallery-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #BFA79B25;
	margin-top: 0em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3em;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0em;
	width: 1200px;
	max-width: 100%;
}

.gallery-item {
	position: relative;
	overflow: hidden;
    flex-basis: 31.7%;
    margin-bottom: 3rem;
    cursor: pointer;
	padding: 1rem;
	background-color: rgb(240, 240, 240);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(221, 211, 211);
	box-shadow: 1px 1px 2px rgb(221, 211, 211);
}

.port-transparent-box {
	height: 100%;
	width: 100%;
	background-color:rgba(0, 0, 0, 0);
	position: relative;
	transition: background-color 0.8s ease;
  }

.gallery-item:hover .port-transparent-box {
    background-color:rgba(0, 0, 0, 0.3);
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-color: rgb(204, 197, 197);
	border-radius: 2px;	
}
.gallery-content {
    font-size: 0.8em;
}

.lightbox {
	position: fixed;
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	overflow: auto;
	top: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}
.lightbox-content {
	position: relative;
	max-width: 600px;
	max-height: 950px;
	margin-top: 8%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8%;
}
.lightbox-content img {
	object-fit: cover;
	border-radius: 3px;
	box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
	width: 90%;
	height: 90%;
	margin-left: 0%;
	margin-right: auto;
	border-style: solid;
	border-width: 1rem;
	border-color: rgb(240,240,240);
}

.lightbox-prev,
.lightbox-next {
	position: absolute;
	background-color: rgba(0, 0, 0, 0);
	color: rgba(240, 240, 240, 0.74);
	padding-top: 4.5em;
	padding-right: 1.5em;
	padding-left: 0.5em;
	padding-bottom: 6em;
	top: 0px;
	cursor: pointer;
	font-size: 3.5em;
	margin-left: 0%;
	margin-right: 0%;
	border-radius: 7px;
	opacity: 0;
	transition: 0.9s;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: 0.8;
}

@media (min-width : 320px ) and ( max-width : 768px ){

#topbutton {
	display: inline-block;
	background-color: #00000070;
	width: 2em;
	height: 2em;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	position: fixed;
	bottom: 2em;
	left: 45%;                                   
	transition: background-color .3s, 
	  opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
  }
  #topbutton::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 35px;
	color: #fff;
  }
  #topbutton:hover {
	cursor: pointer;
	background-color: rgba(51, 51, 51, 0.623);
  }
  #topbutton:active {
	background-color: #555;
  }
  #topbutton.show {
	opacity: 1;
	visibility: visible;
  }
}

@media (max-width: 768px) {
    .gallery-container {
        width: 95%;
    }
    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}

@media (min-width: 769px) and ( max-width : 1024px ) {

	.gallery-item {
        flex-basis: 32.3%;
        margin-bottom: 3px;
    }

	.gallery-container {
        width: 95%;
    }
}

@media (min-width: 1025px) and ( max-width : 1200px ) {
	.gallery-container {
        
		width: 95%;
    }

}

@media (max-width: 480px) {

	.gallery-container {
        width: 95%;
    }
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1em;
    }  

	.lightbox-content {
        width: 95%;
        height: 60%;
    }

	.lightbox-content img {
		width: 100%;
		height: 100%;
		margin-top: 5em;
	}

	.lightbox-prev,
	.lightbox-next {
		padding-top: 5em;
	    padding-right: 2rem;
	    padding-left: 2rem;
	    padding-bottom: 4em;
    }
}




.carousel-caption {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	display: none; 
  }
  
  .carousel-control {
	text-shadow: 0;
  }
  
  .carousel-control.left {
	  background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
	  background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
	  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,00001)));
	  background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
  }
  
  .carousel-control.right {
	  background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
	  background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
	  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,00001)));
	  background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
  }



html {
    visibility: visible;
    opacity: 1;
}
