body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: inherit;
	font-size: inherit;
	text-decoration: underline;
	transition: opacity .3s ease, text-decoration .3s ease;
}
a:hover, a:active {
	text-decoration: none;
	opacity: .8;
}
.wrap {
	float:left;
	width:100%;
	padding:25px 20px;
	position: relative;
	box-sizing: border-box;
	overflow-x: hidden;
}
.wrap.items {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.wrap_inner {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
div.wrap_title {
	float:left;
	width:100%;
	text-align:center;
	word-break:break-word;
}
.items div.wrap_title {
	margin-bottom:10px;
}
div.wrap_title_mobile {
	display:none;
}
div.wrap_title h1 {
	font-weight:normal;
	display:inline;
}
.items {
	padding-top: 15px;
}div.categories {
	float: left;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
	position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
div.cat_wrap {
    padding: 4px;
    overflow: hidden;
    box-sizing: border-box;
}
div.cat {
	width: 100%;
	position: relative;
	overflow: hidden;
}
div.cat img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
	transition: opacity .3s ease;
	opacity: 1;
}
div.cat img:first-child:hover {
	opacity: .8;
	cursor:pointer;
}
.spotify_apple {
	width: 100%;
	height: 100%;
	position: absolute;
	display:block;
	overflow:hidden;
}
.spotify_apple iframe {
	width: 100%;
	height: 100%;
}
/* --- Item Hero --- */
.item_hero {
	width: 100% !important;
}

/* --- Items Per Row --- */
.items_per_row_1 { width: 100%; }
.items_per_row_2 { width: 50%; }
.items_per_row_3 { width: 33.333%; }
.items_per_row_4 { width: 25%; }
.items_per_row_5 { width: 20%; }
.items_per_row_6 { width: 16.66%; }
.items_per_row_7 { width: 14.285%; }
.items_per_row_8 { width: 12.5%; }

/* --- Mobile Items Per Row --- */
@media screen and (max-width: 750px){
	.items_per_row_mobile_1 { width: 100%; }
	.items_per_row_mobile_2 { width: 50%; }
	.items_per_row_mobile_3 { width: 33.333%; }
	.items_per_row_mobile_4 { width: 25%; }
	.items_per_row_mobile_5 { width: 20%; }
	.items_per_row_mobile_6 { width: 16.66%; }
	.items_per_row_mobile_7 { width: 14.285%; }
	.items_per_row_mobile_8 { width: 12.5%; }
}

/* --- Items Per Row Music --- */
.items_per_row_music { width: 33.333%; }
@media screen and (max-width: 1200px){ .items_per_row_music { width: 50%; } }
@media screen and (max-width: 850px){ .items_per_row_music { width: 100%; } }

/* --- Aspect Ratios --- */
.aspect_3x1 { padding-bottom: 33.333%;}
.aspect_2x1 { padding-bottom: 50%;}
.aspect_16x9 { padding-bottom: 56.25%; }
.aspect_3x2 { padding-bottom: 66.667%; }
.aspect_4x3 { padding-bottom: 75%;}
.aspect_5x4 { padding-bottom: 80%; }
.aspect_6x5 { padding-bottom: 83.333%;}
.aspect_1x1 { padding-bottom: 100%; }
.aspect_5x6 { padding-bottom: 120%;}
.aspect_4x5 { padding-bottom: 125%; }
.aspect_3x4 { padding-bottom: 133.333%;}
.aspect_2x3 { padding-bottom: 150%; }
.aspect_9x16 { padding-bottom: 177.778%; }
.aspect_1x2 { padding-bottom: 200%;}
.aspect_1x3 { padding-bottom: 300%;}
.aspect_music { padding-bottom: 152px;}

div.section_video {
	width: calc(40% - 20px);
	margin: 0 20px 20px 0;
}
div.section_video iframe {
	width: 100%;
	height: 100%;
}
.blackandwhite iframe {
	filter: grayscale(100%);
}
div.section_images {
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: calc(40% - 50px);
	margin-right: 50px;
}
div.section_images img {
	width: 100%;
}

.section_image {
	position: relative;
}
.play_video {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: opacity .3s ease, background-color .3s ease;
	cursor: pointer;
	z-index: 1;
	opacity: .7;
	display: flex;
	justify-content: center;
	align-items: center;
}
.play_video:hover {
	opacity: 1;
	background-color: rgba(0,0,0,.35);
}
.play_video svg {
	fill: white;
    width: 50px;
    height: 50px;
}
/*
div.section_images div.section_image {
	width: 100%;
	position: relative;
}
div.section_images div.section_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}*/
div.section_images div.section_thumbnails {
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -2px -2px -2px;
}
div.section_images div.section_thumbnails div.section_thumbnail {
	margin: 2px;
	overflow: hidden;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
div.section_images div.section_thumbnails div.section_thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.img_rounded {
	border-radius: 10px;
}
.img_circle {
	border-radius: 50%;
}
div.section {
	padding-top:15px;
	position: relative;
}
.section_bg, .section_bgcolor {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.section_bg {
	overflow: hidden;
}
.section_bg  iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}
.section_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.blackandwhite  iframe, img.blackandwhite {
	filter: grayscale(100%);
}
.section_bgcolor {
    z-index: -2;
}
.section_left .wrap_title, .section_right .wrap_title {
	text-align: left;
	margin-top: 0;
}
.section_left .wrap_info {
	float: right;
	width: 60%;
}
.section_right .wrap_info {
	float: left;
	width: 60%;
	order:-1;
}
div.section img.img_large {
	width: 100% !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}
div.section .section_description {
	float: left;
	width: 100%;
	word-break: break-word;
}
.section_left .section_description {
	float: right;
}
.section_right .section_description {
	float: left;
}
.section_right div.section_images, .section_right div.section_video {
	float: right;
	margin-left: 20px;
	margin-right: 0;
}
div.section_images.img_large, div.section_video.img_large {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100% !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}
table, tr, td {
  all: unset;
  display: revert;
}
table {
	width: 100%;
}
.table {
	width: 100%;
	overflow: auto;
}
th, td {
	padding: 15px;
	border: solid 1px #E8E8E8;
	word-break: keep-all;
	overflow-wrap: break-word;
	min-width: 120px;
}
.btn {
	float:left;
	width: 100%;
	box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
	margin-top:10px;
	text-align:center;
	letter-spacing:2px;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    transition: background-color .5s ease;
    border: solid 1px;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn:hover, .btn_push {
    cursor: pointer;
}
.btn_push {
    border: solid 1px;
    font-size: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0);   
}
.btn_loading {
	float:left;
	cursor: default !important;
	width: 100%;
	box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
	margin-top:10px;
	text-align:center;
	letter-spacing:2px;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    transition: background-color .5s ease;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border: solid 1px;
    font-size: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0);  
}
.item_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.item_video iframe {
	width: 100% !important;
	height: 100% !important;
}
div#footer_left {
	float:left;
	width: 42%;
	margin-bottom: 20px;
}
div#footer_left h2 {
	display:inline;
	font-weight:normal;
	font-size:14px;
	letter-spacing:1px;
}
div#footer_left input, div#footer_left textarea {
	width: 100%;
	margin-top:10px;
	padding:15px 0px 15px 10px;
	box-sizing: border-box;
	font-size:14px;
	background:none;
	border: solid 1px;
	float:left;
	display:block;
	letter-spacing:2px;
	border-radius:3px;
}
#name{
	margin-top: 0 !important;
}
div#footer_left textarea {
	min-height: 140px;
	max-height: 140px;
	min-width: 100%;
	max-width: 100%;
}
div#footer_right {
	float:left;
	width: calc(58% - 30px);
	margin-left:30px;
	margin-bottom: 20px;
}
div#address {
	display: none;
}
div#footer_right_bottom {
	float:left;
	width: 100%;
	height:305px;
	text-align:center;
	letter-spacing:2px;
	background-color:#E9E5DD;
	line-height:303px;
	position:relative;
	color:#000000;
	border-radius: 5px;
}
div#footer_right_bottom iframe {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	width: 100%;
	height: 305px;
	border: 0;
	border-radius: 5px;
}
div#footer_bottom {
	float:left;
	width: 100%;
	box-sizing: border-box;
	font-size:13px;
	text-align:center;
	letter-spacing:1px;
}
div#footer_bottom a:link, div#footer_bottom a:visited {
	font-size: 12px;
	text-decoration: none;
	text-align: center;
}
div#footer_bottom svg#arrow {
	margin-bottom: 5px;
	margin-top: 0;
}
div#footer_bottom svg {
	margin: 10px 5px;
	width: 30px;
	height: 30px;
}
div#footer_bottom svg:hover {
	cursor: pointer;
}
div#footer_bottom span {
	display: block;
}
div.clear {
	clear:both;
}
/*---------------------------------------------
Quicksite: Font Sizes
---------------------------------------------*/
.fontsize1 { font-size: 10px;}
.fontsize2 { font-size: 12px;}
.fontsize3 { font-size: 14px;}
.fontsize4 { font-size: 16px;}
.fontsize5 { font-size: 18px;}
.fontsize6 { font-size: 21px;}
.fontsize7 { font-size: 24px;}
.fontsize8 { font-size: 30px;}
.fontsize9 { font-size: 36px;}
.fontsize10 { font-size: 42px;}
.fontsize11 { font-size: 48px;}
.fontsize12 { font-size: 54px;}
.fontsize13 { font-size: 60px;}
.fontsize14 { font-size: 66px;}
.fontsize15 { font-size: 72px;}
.fontsize16 { font-size: 78px;}
.fontsize17 { font-size: 84px;}
.fontsize18 { font-size: 90px;}
.fontsize19 { font-size: 96px;}
.fontsize20 { font-size: 102px;}

@media (max-width: 750px){
	.fontsize1-mobile { font-size: 10px;}
	.fontsize2-mobile { font-size: 12px;}
	.fontsize3-mobile { font-size: 14px;}
	.fontsize4-mobile { font-size: 16px;}
	.fontsize5-mobile { font-size: 18px;}
	.fontsize6-mobile { font-size: 21px;}
	.fontsize7-mobile { font-size: 24px;}
	.fontsize8-mobile { font-size: 30px;}
	.fontsize9-mobile { font-size: 36px;}
	.fontsize10-mobile { font-size: 42px;}
	.fontsize11-mobile { font-size: 48px;}
	.fontsize12-mobile { font-size: 54px;}
	.fontsize13-mobile { font-size: 60px;}
	.fontsize14-mobile { font-size: 66px;}
	.fontsize15-mobile { font-size: 72px;}
	.fontsize16-mobile { font-size: 78px;}
	.fontsize17-mobile { font-size: 84px;}
	.fontsize18-mobile { font-size: 90px;}
	.fontsize19-mobile { font-size: 96px;}
	.fontsize20-mobile { font-size: 102px;}
}
/*------------------------------------------------------------
Item Popup
------------------------------------------------------------*/
body.item-popup-open {
	overflow: hidden;
}
#item-popup {
	display:none;
	position: fixed;
	z-index: 9;
	left: 0;
	height: 100%;
	top: 0;
	width: 100%;
	background: rgba(76, 76, 76, 0.9);
	overflow-y: auto;
	cursor: pointer;
}
#item-popup-content {
	margin: 100px auto 20px auto;
	width: 90%;
	max-width: 1150px;
	min-height: 400px;
	position: relative;
	text-align: left;
	border-radius: 5px;
	background-color: #FFFFFF;
	font-family: sans-serif;
	cursor: default;
	padding: 20px;
	display: flex;
	align-items: center;
}
#item-popup-mobile-title {
	display:none;
	float: left;
	width: calc(100% - 40px);
	margin: 20px 20px 0 20px;
}
#item-popup-mobile-title b {
	font-size: 30px;
	font-weight: normal !important;
}
#item-popup-img-wrap {
	float: left;
	width: calc(40% - 40px);
	margin: 20px;
	text-align: center;
}
#item-popup-img-wrap img.item-cover-img {
    width: 100%;
	margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#item-popup-img-thumbnail {
	float: left;
	display:flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 -2px -2px -2px;
}
#item-popup-img-thumbnail img {
    flex: 0 0 calc(15% - 4px);
    margin: 2px; 
    overflow: hidden;
    width: 100%; 
    height: 100%;
    object-fit: cover;
    object-position: center;
	cursor:pointer;
}
#item-popup-info-wrap {
	width: 60%;
}
#item-popup-title {
	float: left;
	width: calc(90% - 40px);
	margin: 20px 20px 0 20px;
	font-size: 30px;
}
#item-popup-text-wrap {
	float: left;
	width: calc(90% - 40px);
	margin: 15px 20px 20px 20px;
	font-size: 14px;
}
#item-popup-text-wrap .stripe_wrap {
	justify-content: flex-start !important;
}
#item_popup_left, #item_popup_right, #item-popup-close {
	position: fixed;
	top: calc(50% - 50px);
	left: 0;
	cursor:default;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	background-color: rgba(255, 255, 255, 0);
	transition: background-color .3s ease, opacity .3s ease;
	border-radius: 5px;
	opacity: .6;
	z-index: 10;
	box-sizing: border-box;
}
#item_popup_right {
	left: auto;
	right: 0;
}
#item-popup-close {
	left: auto;
	right: 0;
	top: 0;
	width: 70px;
	height: 70px;
}
#item_popup_left:hover, #item_popup_right:hover, #item-popup-close:hover {
	cursor: pointer; 
	background-color: rgba(255,255,255,.1);
	opacity: 1;
}
#item_popup_left svg, #item_popup_right svg, #item-popup-close svg {
	width: 40px;
	height: 40px;
	fill: #FFFFFF;
}
#item-popup-close svg {
	width: 34px;
	height: 34px;
}
.item_info {
	display: none;
}
.flex-center {
	justify-content: center;
	align-items: center;
}
.cover_text {
	margin-top: 10px;
}
div.stripe_wrap {
	display: flex;
	float: right;
	width: 60%;
	font-size: 18px;
}
.section_left div.stripe_wrap, .section_right div.stripe_wrap {
	float: left;
}
div.stripe {
	float: left;
	width: 100%;
	max-width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	border-radius: 5px;
	color: #FFFFFF;
	background-color: #000000;
	cursor: pointer;
	margin-top: 15px;
	opacity: 1;
	transition: opacity .3s ease !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
div.stripe:hover {
	opacity: .9;
	margin: 16px 1px 1px 1px !important;
	border: none !important;
	font-size: .95em;
}
@media screen and (max-width: 1200px){
	#item-popup-content {
		width: 100%;
		max-width: 875px;
	}
}
@media screen and (max-width: 1000px){
	#item-popup-content {
		max-width: none;
		min-width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 750px){
	#item-popup-content {
		margin: 0;
		min-height: 100%;
		display: block;
	}
	#item-popup-mobile-title {
		display:block;
		text-align:center;
	}
	#item-popup-img-wrap {
		width: calc(100% - 40px);
	}
	#item-popup-info-wrap {
		width: 100%;
	}
	#item-popup-title {
		display:none;
	}
	#item-popup-text-wrap {
		width: calc(100% - 40px);
		margin:0 20px 20px 20px;
	}
	#item-popup-text-wrap div {
		width: 100%;
	}
	div.stripe_wrap {
		float: left;
		width: 100%;
	}
	div.stripe {
		max-width: none;
		height: 40px;
		line-height: 40px;
		font-size:1.1em;
	}
}
/*-----------------------------------------
	L I G H T B O X
-----------------------------------------*/
body.lightbox-open {
	overflow: hidden;
	user-select:none;
}
#lightbox_wrap {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(76, 76, 76, 0.9);
  z-index: 10;
}
#lightbox {
	display: flex;
	justify-content: center;
	position:relative;
	width: 80%;
	text-align: center;
	border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	cursor: default;
}
#lightbox img {
	width: 100%;
	display:block;
	cursor: default;
}
#lightbox img.shadow {
	box-shadow: 1px -1px 7px 1px rgba(0,0,0,.3);
}
.lightbox_thumbnails {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: calc(100% - 8px);
	margin-top: 4px;
}
.lightbox_thumbnail {
	width: 65px;
	height: 65px;
	margin: 4px 4px;
	box-shadow: 0px 2px 5px rgba(0,0,0,.3);
}
.lightbox_thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	cursor: pointer !important;
	box-shadow: none !important;
}
#lightbox_left, #lightbox_right {
	position:absolute;
	top: calc(50% - 50px);
	left: 0;
	cursor:default;
	display: flex;
	align-items: center;
	height: 100px;
	background-color: rgba(255, 255, 255, 0);
	transition: background-color .3s ease, opacity .3s ease;
	opacity: .7;
}
#lightbox_right {
	left: auto;
	right: 0;
}
#lightbox-close {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 15px;
	width: 50px;
	height: 50px;
	z-index: 11;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	opacity: .7;
	transition: background-color .3s ease, opacity .3s ease;
	background-color: rgba(255, 255, 255, 0);
}
#lightbox_left:hover, #lightbox_right:hover, #lightbox-close:hover {
	cursor: pointer; 
	background-color: rgba(255,255,255,.5);
	opacity: 1;
}
#lightbox_left svg, #lightbox_right svg, #lightbox-close svg {
	width: 40px;
	height: 40px;
	fill: #BBBBBB;
}
#lightbox-close svg {
	width: 34px;
	height: 34px;
	margin-top: 8px;
	margin-left: 8px;
}
img {
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	-webkit-user-drag: none;
}
a[href^="tel"] {
	color: inherit;
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
}

/*-----------------------------------------------------------------------
Quicksite: Scrollable Lightbox
-----------------------------------------------------------------------*/
body.scrollable_lightbox-open {
	overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
	user-select:none;
}
#scrollable_lightbox_wrap {
  display: none;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4c4c4c;
  z-index: 10;
  overflow: hidden;
  overflow-y: auto;
}
#scrollable_lightbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	position:relative;
	width: 100%;
	text-align: center;
	border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	cursor: default;
	padding: 15px 0;
}
#scrollable_lightbox img {
	width: 100%;
	display:block;
	cursor: default;
	margin: 15px 0;
}
#scrollable_lightbox-close {
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 11;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	opacity: .7;
	transition: background-color .3s ease;
	background-color: rgba(255, 255, 255, 0);
}
#scrollable_lightbox-close:hover {
	background-color: #FFFFFF;
}
#scrollable_lightbox-close svg {
	width: 34px;
	height: 34px;
	margin-top: 8px;
	margin-left: 8px;
	fill: #BBBBBB;
	transition: fill .3s ease;
}
#scrollable_lightbox-close:hover svg {
	fill: #999999;
}
#scrollable_lightbox-close:active svg {
	fill: #7d5b5b;
}
/*---------------------------------------------
	Section Heights
---------------------------------------------*/
.height_auto { height: auto; overflow-y: hidden; }
.height_150 { height: 150px; overflow-y: hidden; }
.height_250 { height: 250px; overflow-y: hidden; }
.height_350 { height: 350px; overflow-y: hidden; }
.height_450 { height: 450px; overflow-y: hidden; }
.height_550 { height: 550px; overflow-y: hidden; }
.height_650 { height: 650px; overflow-y: hidden; }
.height_750 { height: 750px; overflow-y: hidden; }
.height_850 { height: 850px; overflow-y: hidden; }
.height_950 { height: 950px; overflow-y: hidden; }

@media screen and (max-width: 750px){
	.height_mobile_auto { height: auto; overflow-y: hidden; }
	.height_mobile_150 { height: 150px; overflow-y: hidden; }
	.height_mobile_250 { height: 250px; overflow-y: hidden; }
	.height_mobile_350 { height: 350px; overflow-y: hidden; }
	.height_mobile_450 { height: 450px; overflow-y: hidden; }
	.height_mobile_550 { height: 550px; overflow-y: hidden; }
	.height_mobile_650 { height: 650px; overflow-y: hidden; }
	.height_mobile_750 { height: 750px; overflow-y: hidden; }
	.height_mobile_850 { height: 850px; overflow-y: hidden; }
	.height_mobile_950 { height: 950px; overflow-y: hidden; }
}

.valign {
	display: flex !important;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}
.talign_section {
	display: flex !important;
	flex-wrap: wrap;
	align-items: flex-start;
}
.valign_section {
	display: flex !important;
	align-items: center;
	flex-wrap: wrap;
}
/*------------------------------------------------------------------------------------------------------------------
	Mobile Friendly
------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 950px){
	div#footer_left h2 {
		font-size: 20px;
	}
}
@media screen and (max-width: 850px){
	div#footer_left {
		text-align: center;
	}
	div#footer_left, div#footer_right {
		width: 100%;
	}
	div#footer_right {
		margin-bottom: 20px;
		margin-left: 0;
	}
	div#footer_right_top li:first-child {
		font-size: 18px;
		margin-bottom: 8px;
	}
	div#footer_right_top {
		display: flex;
		justify-content: center;
		text-align: center;
	}
	div#footer_bottom {
		padding-top: 0;
	}
}
@media screen and (max-width: 750px){
	div.wrap_title {
		display: none;
		text-align: center !important;
		float: left !important;
		font-size: 70px;
	}
	div.wrap_title_mobile, .items div.wrap_title, div.img_large_title {
		display: block;
	}
	.wrap_info {
		width: 100% !important;
	}
	div.wrap_title h1 {
		display:block;
		margin: 0;
	}
	.section_right .wrap_info {
		order: 0;
	}
	div.section_description {
		float: left !important;
		width: 100% !important;
	}
	.stripe {
		max-width: none !important;
	}
	div.section_video {
		width: 100%;
	}
	.section_left div.section_images, .section_right div.section_images {
		width: 70%;
		margin: 0 15% 15px 15%;
	}
	.section_left div.section_video, .section_right div.section_video {
		margin: 0;
		margin-bottom: 10px;
	}
	.section_left .wrap_title {
		float: left;
		width: 100%;
		text-align: center;
		margin-bottom:15px;
	}
	.section_right .wrap_title {
		width: 100%;
		text-align: center;
		margin-bottom:15px;
	}
}
@media screen and (max-width: 550px){
	div.section img {
		width: 100%;	
	}
	.section_left div.section_images, .section_right div.section_images {
		width: 80%;
		margin: 0 10% 15px 10%;
	}
}
@media screen and (max-width: 450px){
	.section_left div.section_images, .section_right div.section_images {
		width: 100%;
		margin: 0 0 15px 0;
	}
}
/*---------------------------------------------
Quicksite: Animations
---------------------------------------------*/
.animated {
    opacity: 0;
	overflow:hidden !important;
    animation-name: none;
    animation-fill-mode: none;
    animation-delay: calc(var(--i, 0) * 120ms) !important;
}
.animated.in-view {
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}
/* ==== Fade Variants ==== */
.animated-fade-in.in-view { animation-name: fadeIn; }
@keyframes fadeIn { 100% { opacity: 1; } }

.animated-fade-slide.in-view { animation-name: fadeSlide; }
@keyframes fadeSlide { 0% { transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } }

.animated-fade-zoom.in-view { animation-name: fadeZoom; }
@keyframes fadeZoom { 0% { transform: scale(0.95); } 100% { opacity: 1; transform: scale(1); } }

/* ==== Slide Variants ==== */
.animated-slide-left.in-view { animation-name: slideLeft; }
@keyframes slideLeft { 0% { transform: translateX(50px); } 100% { opacity: 1; transform: translateX(0); } }

.animated-slide-right.in-view { animation-name: slideRight; }
@keyframes slideRight { 0% { transform: translateX(-50px); } 100% { opacity: 1; transform: translateX(0); } }

.animated-slide-up.in-view { animation-name: slideUp; }
@keyframes slideUp { 0% { transform: translateY(50px); } 100% { opacity: 1; transform: translateY(0); } }

.animated-slide-down.in-view { animation-name: slideDown; }
@keyframes slideDown { 0% { transform: translateY(-50px); } 100% { opacity: 1; transform: translateY(0); } }

/* ==== Zoom Variants ==== */
.animated-zoom-in.in-view { animation-name: zoomIn; }
@keyframes zoomIn { 0% { transform: scale(0.8); } 100% { opacity: 1; transform: scale(1); } }

.animated-zoom-out.in-view { animation-name: zoomOut; }
@keyframes zoomOut { 0% { transform: scale(1.2); opacity: 0; } 100% { opacity: 1; transform: scale(1); } }

/* ==== Rotate Variants ==== */
.animated-rotate-in.in-view { animation-name: rotateIn; }
@keyframes rotateIn { 0% { transform: rotate(-10deg); } 100% { opacity: 1; transform: rotate(0deg); } }

.animated-rotate-zoom-in.in-view { animation-name: rotateZoomIn; }
@keyframes rotateZoomIn { 0% { transform: rotate(-10deg) scale(0.8); } 100% { opacity: 1; transform: rotate(0) scale(1); } }

/* ==== Bounce ==== */
.animated-bounce-in.in-view { animation-name: bounce;}
@keyframes bounce { 0%, 20%, 50%, 80% { transform: scale(1); } 40% { transform: scale(1.05); } 60% { transform: scale(0.98); } 100% { transform: scale(1); opacity: 1; }}

/* ==== Flip ==== */
.animated-flip-x.in-view { animation-name: flipX; }
@keyframes flipX { 0% { transform: perspective(600px) rotateX(90deg); } 100% { opacity: 1; transform: perspective(600px) rotateX(0deg); } }

.animated-flip-y.in-view { animation-name: flipY; }
@keyframes flipY { 0% { transform: perspective(600px) rotateY(90deg); } 100% { opacity: 1; transform: perspective(600px) rotateY(0deg); } }

/* ==== Skew ==== */
.animated-skew-in.in-view { animation-name: skewIn; }
@keyframes skewIn { 0% { transform: skewX(10deg); } 100% { opacity: 1; transform: skewX(0deg); } }

/* ==== Blur ==== */
.animated-blur-in.in-view { animation-name: blurIn; }
@keyframes blurIn { 0% { filter: blur(8px); } 100% { opacity: 1; filter: blur(0); } }

/* ==== Pulse ==== */
.animated-pulse-in.in-view { animation-name: pulse; }
@keyframes pulse { 0% { transform: scale(0.95); } 50% { transform: scale(1.02); } 100% { transform: scale(1); opacity: 1; } }

/* ==== Elastic ==== */
.animated-elastic-in.in-view { animation-name: elastic; }
@keyframes elastic { 0% { transform: scale(0.8); } 50% { transform: scale(1.05); } 70% { transform: scale(0.98); } 100% { transform: scale(1); opacity: 1; }}

/* ==== Drop ==== */
.animated-drop-in.in-view { animation-name: dropIn; }
@keyframes dropIn { 0% { transform: translateY(-100px); } 100% { opacity: 1; transform: translateY(0); } }

/* ==== Pop ==== */
.animated-pop-up.in-view { animation-name: popUp; }
@keyframes popUp { 0% { transform: scale(0.5); } 100% { opacity: 1; transform: scale(1); } }

/* ==== Tilt ==== */
.animated-tilt-in-left.in-view { animation-name: tiltInLeft; }
@keyframes tiltInLeft { 0% { transform: rotate(-5deg) translateX(-50px); } 100% { opacity: 1; transform: rotate(0deg) translateX(0); } }

.animated-tilt-in-right.in-view { animation-name: tiltInRight; }
@keyframes tiltInRight { 0% { transform: rotate(5deg) translateX(50px); } 100% { opacity: 1; transform: rotate(0deg) translateX(0); } }

/* ==== Wave ==== */
.animated-wave-in.in-view { animation-name: wave; }
@keyframes wave { 0% { transform: translateY(20px); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0); opacity: 1; }}

/* ==== Swing ==== */
.animated-swing-in.in-view { animation-name: swing; }
@keyframes swing { 0% { transform: rotate(10deg); } 40% { transform: rotate(-5deg); } 60% { transform: rotate(3deg); } 80% { transform: rotate(-2deg); } 100% { transform: rotate(0deg); opacity: 1;  } }