#hero {
	position: relative;
}

#EZVideo {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: bottom center;
}

#EZCarousel {
	height: 100vh;
	width: 100%;
	position: relative;
	overflow: hidden;
	opacity: 0;
	transition: opacity 200ms ease;
}

#EZCarousel.slick-initialized {
	opacity: 1;
}

#EZCarousel .slide {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

#EZCarousel .slick-dots {
	bottom: 0;
}

#EZCarousel .slide-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.slick-arrow {
	z-index: 100;
	width: 5rem;
	height: 100%;
}
.slick-arrow::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0%;
	height: 100%;
	transition: all 300ms;
	background-color: rgba(0,0,0,0);
	z-index: -1;
}

.slick-arrow.slick-prev::after {
	right: auto;
	left: 0;
}

.slick-arrow:hover::after,
.slick-arrow:focus::after {
	content: "";
	width: 98%;
	background-color: rgba(0,0,0,0.7);
}

.slick-arrow:hover,
.slick-arrow:focus {
	outline: 4pt solid #0b5b91;
}

.slick-next {
	right: 0;
}

.slick-prev {
	left: 0;
}

#EZCarousel div {
	height: 100vh;
}

.social {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.social li a {
	background-color: transparent;
	background-color: var(--primary-color, #333);
	color: #fff;
	color: var(--secondary-color, #fff);
	transition: color 300ms, background-color 300ms;
	padding: 5px;
}

.social li a {
	background-color: #333;
	background-color: var(--primary-color, #333);
	color: #fff;
	color: var(--secondary-color, #fff);
	transition: color 300ms, background-color 300ms;
	padding: 5px;
}

.social.large a {
	width: 4rem;
	height: 4rem;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-size: 1.5rem;
}

.social.small-box a {
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-size: 1.5rem;
}

.social.dark a {
	border-color: #333 !important;
	background-color: #333;
	color: #fff;
}

.social.transparent a {
	background-color: transparent;
	color: #fff;
}

.social.outline a {
	background-color: transparent;
	color: #333  !important;
	color: var(--primary-color, #333) !important;
}

.social.circle a {
	border-radius: 50%;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 2pt solid;
	border-color: #333;
	border-color: var(--primary-color, #333);
}

.social li a:hover,
.social li a:focus {
	text-decoration: none;
	color: #085F68 !important;
	color: var(--primary-color) !important;
	background-color: #fff;
}

.social li a:hover,
.social li a:focus {
	text-decoration: none;
	color: #085F68 !important;
	color: var(--primary-color) !important;
	background-color: #fff;
}

.social.transparent li a:hover,
.social.transparent li a:focus {
	color: #085F68 !important;
	color: var(--primary-color) !important;
	background-color: transparent;
}

.social.outline a:hover,
.social.outine a:focus {
	background-color: #333;
	background-color: var(--primary-color, #333);
	color: #fff;
}

.social li a:focus {
	outline: 0;
	box-shadow: 0 0 0 2pt #9c5816;
	box-shadow: 0 0 0 2pt var(--outline);
}

.social .facebook {
	--primary-color: #3B5998;
}

.social .twitter {
	--primary-color: #1DA1F2;
}

.social .instagram {
	--primary-color: #222222;
}

.social.on-dark .instagram {
	--primary-color: #cd486b;
}

.social .google-plus {
	--primary-color: #DB4437;
}

.social .youtube {
	--primary-color: #ff0000;
}

.social .yelp {
	--primary-color: #af0606;
}

.social .pinterest {
	--primary-color: #BD081C;
}

.social .tumblr {
	--primary-color: #35465c;
}

.social .linkedin {
	--primary-color: #0077B5;
}

.social .trip-advisor {
	--primary-color: #00af87;
}

.social .vimeo {
	--primary-color: #1ab7ea;
}

.form-group {
	margin-bottom: 7px;
}

.form-group label {
	font-weight: 700;
}

.form-group input,
.form-group select,
.form-group textarea {
	border-radius: 0;
	border: 1px solid #ddd;
}

.form-control:focus {
	outline: 2pt solid #0b5b91;
	box-shadow: none;
	border: 1px solid #0b5b91;
}

.modaal-noscroll .modaal-wrapper {
  overflow: hidden;
}

.modaal-wrapper {
	height: 100vh;
	width: 100vw;
}

.modaal-outer-wrapper {
	display: flex;
}

.modaal-inner-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.modaal-gallery-item img {
	max-width: 100%;
	max-height: 100%;
	box-shadow: 2rem 2rem 3rem -1rem rgba(0,0,0,.7);
}

.modaal-container {
	background-color: transparent;
	box-shadow: none;
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.modaal-content, 
.modaal-gallery-item-wrap,
.modaal-gallery-item {
	width: 100%;
}

a.modaal.gallery figure {
	position: relative;
}

a.modaal.gallery figure figcaption {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 7px;
	z-index: 40;
	color: #fff;
	--headers: #fff;
	overflow: hidden;
}

a.modaal.gallery figure figcaption h2.shuffle-item-title {
	color: #fff;
}

a.modaal.gallery figure::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0, 0.6);
	transition: all 300ms;
	z-index: 30;
	display: none;
}

a.modaal.gallery:hover figure::after,
a.modaal.gallery:focus figure::after {
	background-color: rgba(11, 91, 145, 0.8);
}

.modaal-gallery-label {
	display: block;
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	box-shadow: 2rem 2rem 3rem -1rem rgba(0,0,0,.7);
}

.portfolio-shuffle {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	padding-left: 0;
}
.portfolio-shuffle li {
	margin-bottom: 7px;
}
.portfolio-shuffle a {
	padding: 7px 12px;
	font-weight: 700;
	margin-right: 5px;
	color: #343434;
}

.portfolio-shuffle a.active {
	color: #0b5b91;
}

.portfolio-shuffle a:hover,
.portfolio-shuffle a:focus {
	text-decoration: none;
	background-color: rgba(0,0,0,0.037);
}

.shuffle-item:focus {
	outline: none !important;
}

.gallery:focus {
	outline: 0;
}

.gallery .aspect {
	position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.gallery .aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.gallery .aspect--16x9 {
  padding-bottom: 56.25%;
}

.gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery.center-center img {
	object-position: center center;
}

.object-top-center img,
img.object-top-center {
  object-position: top center !important;
}

.object-bottom-center img,
img.object-bottom-center {
  object-position: bottom center !important;
}

.object-top-right img,
img.object-top-right {
  object-position: top right !important;
}

.object-bottom-right img,
img.object-bottom-right {
  object-position: bottom right !important;
}

.object-top-left img,
img.object-top-left {
  object-position: top left !important;
}

.object-bottom-left img,
img.object-bottom-left {
  object-position: bottom left !important;
}