body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	font-family: 'Raleway', sans-serif;
}
img {
	max-width: 100%;
}

#header {
	position: relative;
}
#logo {
	width: 400px;
	margin: 10px auto;
}
#logo img {
	width: 100%;
}




/* ----------- nav bar -------------- */

#navbtn {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	padding-left: 2px;
	padding-right: 2px;
	height: 50px;
	cursor: pointer;
	cursor: hand;
	cursor: pointer;
	cursor: hand;
}
.menu-global {
  backface-visibility: hidden;
  position: absolute;
  left: 11px;
 border-top: 3px solid #999;
  width: 32px;
  transition: 0.55s;
}
.menu-top {
  top: 11px;
}
.menu-middle {
  top: 23px;
}
.menu-bottom {
  top: 35px;
}
#navbtn.sel {
	
}
#navbtn.sel .menu-top {
  backface-visibility: hidden;
  top: 23px;
  transform: rotate(220deg);
  -webkit-transform: rotate(220deg);
  transition: 0.55s 0.5s;
}
#navbtn.sel .menu-middle {
  opacity: 0;
}
#navbtn.sel .menu-bottom {
  backface-visibility: hidden;
  top: 23px;
  transform: rotate(-220deg);
  -webkit-transform: rotate(-220deg);
  transition: 0.55s 0.5s;
}
header .newsletter {
	position: absolute;
	top: 18px;
	right: 0;
	z-index: 10;
}
nav {
	background-color: #222;
}
nav ul {
	list-style-type: none;
	color: #FFFFFF;
	white-space: nowrap;
	margin-top: 4px;
	margin-bottom: 0;
	padding-left: 0px;
	height: 38px;
	width: 1070px;
	margin: 0 auto;
}
nav ul li {
	float: left;
	white-space: nowrap;
	margin-left: 3px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
}
nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	height: 32px;
	display: block;
}
nav ul li a:hover {
	background: rgba(148,7,11,0.8);
}
nav ul li.current a {
	background: rgba(148,7,11,0.8);
}

/* dropdowns */
header nav ul li ul {
	display: none;
	
}
header nav ul ul {
	display: none;
	position:absolute;
	width: 250px;
	height: auto;
	left: 0;
	padding: 0;
}
header ul ul li {
	text-align: left;
	background-color: #fea500;
	display: block;
	border-bottom: 1px solid #ffc253;
}
header ul ul li:hover {
	background-color: #ffc253;
}
header ul ul li a {
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	padding: 5px;
	text-transform: none;
	display: block;
	color: #FFF;
	line-height: 24px;
}
header ul ul li .fa {
	font-size:  24px;
	min-width: 40px;
	text-align: center;
	display: inline-block;
}

#headersocial {
	text-align: right;
	margin-right: 20px;
	margin-top: 30px;
}
#headersocial a, .footersocial a {
	background-color: #FFF;
	border-radius: 20px;
	display: inline-block;
	padding: 8px;
	width: 26px;
	height: 26px;
	text-align: center;
	font-size: 26px;
}
#headersocial a {
	color: #3583a4;
	text-decoration: none;
}
#headersocial a:hover, .footersocial a:hover {
	background-color: #DDD;
}

/* user profile */
header .navright {
	position: absolute;
	bottom: 0;
	right: 0;
}
header .navright ul {
	list-style: none;
	margin: 0;
	margin-right: 15px;
	height: 44px;
}
header .navright li {
	 display:inline-block;
	 padding: 10px;
	 color: #FFF;
	 overflow: hidden;
	 min-width: 24px;
	 position: relative;
	 cursor: pointer;
	 cursor: hand;
}
header .navright li a {
	color: #FFF;
	text-decoration: none;
}
header .navright .far, header .navright .fas {
	font-size: 24px;
}

#facebook {
	background: rgba(0,62,131, 0.8);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	position: fixed;
	bottom: 0px;
	right: 185px;
	padding: 3px 5px;
}

#facebook a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	vertical-align: middle;
	line-height: 30px;
}
#facebook .fab {
	font-size: 30px;
	vertical-align: middle;
}
.button.newsletter {
	background-color: #F5A235;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	width: 200px;
	padding: 10px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	vertical-align: middle;
}
.button.newsletter:hover {
	background-color: #f8c17a;
}
.button.newsletter .fa-envelope {
	font-size: 24px;
	vertical-align: middle;
}


/* ------------ content ------------- */

.wrap {
	background: rgba(255, 255, 255, 0.9);
}

.content {
	max-width: 1300px;
	padding: 50px;
	text-align: justify;
	margin: 0 auto;
	font-size: 18px;
	line-height: 2;
	color: #333;

}
h1, h2, h3 {
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	line-height: 1.2;
	text-align: left;
}
h1 {
	font-size: 4rem;
}
h2 {
	font-size: 2.5rem;
}
.content h1 {
	font-size: 50px;
	color: #666;
}

.row {
	clear: both;
	position: relative;
}
.column {
	float: left;
}
.column.half {
	width: 48%;
	margin: 0 1%;
}
.column.third {
	width: 31.333%;
	margin: 0 1%;
	background: #CCC;
	height: 200px;
}
.column {
	float: left;
}
.col-xxsmall {
	width: 1%;
}
.col-small {
	width: 4%;
}
.col-1 {
	width: 8%;
}
.col-2 {
	width: 16.66%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33%;
}
.col-5 {
	width: 41.66%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58%;
}
.col-8 {
	width: 66.66%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.33%;
}
.col-11 {
	width: 91.66%;
}
.col-12 {
	width: 100%;
}
.column.alignright {
	text-align: right;
}
.column.aligncenter {
	text-align: center;
}
.clearer {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.media.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.media.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.media.aligncenter {
	margin: 20px auto;
	display: block;
}

.button {
	background-color: #94070B;
	display: inline-block;
	font-size: 20px;
	margin-top: 10px;
	padding: 10px 30px;
	color: #FFF;
	border-width: 0;
	border-radius: 4px;
	cursor: pointer;
	cursor: hand;
}
.button:hover {
	background-color: #FF0000;
}
.button.loading {
	background-image: url(../graphics/buttonloader.gif);
	background-size: 35px;
	opacity: 0.5;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -1000em; 
}
.button.disabled {
	opacity: 0.5;
}
.button.hide {
	display: none;
}


/* -------------- pagination ----------------- */
.pagination {
	margin-top: 30px;
}
.pagination .pagelink {
	display: inline-block;
}
.pagination .pagelink a {
	background-color: #034763;
	display: inline-block;
	border-radius: 4px;
	padding: 5px 10px;
	color: #FFF;
	text-decoration: none;
}
.pagination .pagelink a:hover {
	background-color: #047aab;
}
.pagination .pagelink.current {
	background-color: #999;
	padding: 5px 10px;
	border-radius: 4px;
	color: #FFF;
}

/* ------------ home ------------ */
.contact-wrap {
	background-image: url(../graphics/bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}

/* -------------- videos --------------- */

video { 
	object-fit: cover;
}

.home h1,
.video-category h1,
.aerial h1 {
	text-align: center;
	font-size: 3rem;
	border-bottom: 1px solid #DDD;
	padding-bottom: 50px;
}
.home h2,
.video-category h2,
.aerial h2 {
	font-size: 5rem;
	margin-top: 0;
	padding-top: 0;
	color: #999;
	font-weight: 200;
}
.home h2,
.aspen-snowmass-weddings h2 {
	line-height: 5rem;
	margin-bottom: 0;
}
.home h4,
.aspen-snowmass-weddings h4 {
	font-size: 3rem;
	line-height: 3rem;
	margin-top: 0;
	padding-top: 0;
	color: #999;
	font-weight: 200;
}
.home h3,
.video-category h3,
.reviews-wrap h3 {
	font-size: 3rem;
	text-align: center;
	border-bottom: 1px solid #DDD;
	padding-bottom: 50px;
}
.home .wrap .content .col-6,
.video-category .wrap .content .col-6 {
	width: 48%;
	margin: 0 1%;
}

.video-bg {
	position: relative;
	height: 800px;
	overflow: hidden;
}
#video-bg {
	 position: absolute;
	  top: 50%;
	  left: 50%;
	  min-width: 100%;
	  min-height: 100%;
	  width: auto;
	  height: auto;
	  z-index: 0;
	  -ms-transform: translateX(-50%) translateY(-50%);
	  -moz-transform: translateX(-50%) translateY(-50%);
	  -webkit-transform: translateX(-50%) translateY(-50%);
	  transform: translateX(-50%) translateY(-50%);
}
.video-bg-link {
	position: absolute;
	top: 400px;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
}
.video-bg-link a {
	display: inline-block;
	color: #FFF;
	font-size: 2rem;
	padding: 10px;
	border: 2px solid #FFF;
	text-decoration: none;
}
.pricing {
	padding-bottom: 50px;
	border-bottom: 1px solid #DDD;
}
.pricing h2 {
	font-family: 'Dancing Script', serif;
	text-align: center;
	margin-bottom: 0;
}
.pricing h4 {
	text-align: center;
	font-weight: normal;
	font-size: 1.5rem;
	vertical-align: middle;
	margin-top: 0;
}
.pricing h4 span {
	font-size: 3rem;
	color: #666;
}

.videos,
.galleries {
	background-size: cover;
	background-position: center;
	border: 4px solid #000;
	margin: 10px;
	cursor: pointer;
	cursor: hand;
}
.videos h3,
.galleries h3 {
	margin-top: 270px;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.1rem;
	line-height: 1.2rem;
	position: relative;
	background: rgba(0,0,0,0.8);
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	text-align: center;
	height: 20px;
	white-space: nowrap;
	border-bottom-width: 0;
}
.videos:hover h3,
.galleries:hover h3 {
	background: rgba(50,50,50, 0.8);
}
.videos h3 a,
.galleries h3 a {
	color: #FFF;
	text-decoration: none;
}

.video-wrap {
	background-color: #000;
	color: #FFF;
	text-align: center;
	padding: 50px;
}
.video-wrap video {
	max-width: 100%;
	max-height: 600px;
	display: block;
	margin: 0 auto;
}
.lightbox-content {
	color: #FFF;
}
.lightbox-content a {
	color: #DDD;
}
.video-wrap span,
.lightbox-content span {
	color: #FFF;
	display: block;
	text-align: center;
	padding: 20px;
}
.video-wrap span a,
.lightbox-content span a {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}

/* ------------- blog --------------- */

.news h1 {
	text-align: center;
}
.blog-list-item {
	border-top: 3px solid #CCC;
	padding: 50px 0 30px 0;
}
.blog-list-item h2 {
	color: #666;
	font-size: 2rem;
	margin-top: 0;
}
.blog-list-item h2 a {
	text-decoration: none;
	color: #666;
}
.blog-list-item .date {
	color: #999;
	font-size: 1rem;
}
.blog-list-cats {
	font-size: 0.8rem;
	margin: 10px;
}
.blog-list-item p {
	font-size: 1rem;
}

/* ————— aerial —————— */
.fas.fa-id-card.licensed {
	font-size: 10rem;
	color: #009ec1;
}
.aerial .alignright h2 {
	text-align: right;
}

/* ---------- accordions ---------------- */

.accordion-section p {
	display: none;
}
.accordion-item {
	background-color: #e9f0f6;
	padding: 20px;
	cursor: pointer;
	cursor: hand;
}
.accordion-item h2 {
	margin: 0;
	font-size: 1.3rem;
}
.accordion-item.alt {
	background-color: #FFF;
}
.accordion-caret {
	float: right;
	font-size: 2rem;
}
.accordion-item p {
	display: block;
}
.accordion-item p.hide {
	display: none;
}
.accordion-content {
	display: none;
	padding: 20px 30px;
	text-align: left;
}


/* --------------- forms ---------------- */
.formfield {
	position: relative;
	font-size: 18px;
	margin: 2px 0;
	float: left;
	width: 100%;
}

.formfield.half {
	width: 48%;
	margin-right: 2%;
}
.formfield.half.right {
	margin-right: 0;
	margin-left: 2%;
}
.formfield.third {
	width: 31.33%;
	margin-left: 1%;
	margin-right: 1%;
}
.formfield.third.left {
	margin-left: 0;
	margin-right: 2%;
}
.formfield.third.right {
	margin-right: 0;
	margin-left: 2%;
}

.formfield input[type="text"], .formfield input[type="password"], .formfield textarea {
	width: 96%;
	padding: 4px 2%;
	font-size: 18px;
	color: #333;
	border: 1px solid #333;
	border-radius: 3px;
}
.formfield.price input[type="text"] {
	max-width: 100px;
}
.formfield select {
	width: 100%;
	font-size: 18px;
	color: #333;
	border: 1px solid #333;
}
.formfield input[type="text"]:disabled, .formfield input[type="password"]:disabled, .formfield textarea:disabled, .formfield select:disabled {
	opacity: .3;
}
.formfield input[type="text"].placeholder, .formfield input[type="password"].placeholder, .formfield textarea.placeholder {
	color: #999;
}
.formfield input[type="text"].required, .formfield input[type="password"].required, .formfield textarea.required {
	color: #CC0000;
	border-color: #CC0000;
	background-image: url(../graphics/form-required.svg);
	background-position: top right;
	background-size: 70px auto;
	background-repeat: no-repeat;
}
#required {
	color: #FF0000;
	display: none;
}


.formdata {
	display: none;
}

.registration-form-wrap {
	padding: 30px 120px;
	background-color: #EEE;
}

.registration-form-wrap textarea {
	height: 100px;
}
.registration-form-wrap .address textarea {
	height: 50px;
}
.membership .totals {
	text-align: right;
	width: 48%;
	margin-left: 1%;
	border-left: 1px solid #CCC;
}
.membership .paymethods ul {
	list-style: none;
}
.membership .paymethods input {
	float: right;
}

/* ------------- lightbox ---------------- */
#lightbox {
	background: rgba(0,0,0,0.8);
	display: none;
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.lightbox-content {
	position: relative;
	max-width: 1400px;
	margin: 100px auto;
	background: #000;
	border: 4px solid #333;
	padding: 20px;
}
.lightbox-close {
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	font-size: 30px;
	color: #999;
	text-decoration: none;
}
.lightbox-close .fa {
	
}
.lightbox-content h2 {
	font-size: 2rem;
}
.lightbox-content .categories,
.lightbox-content .tags,
.video-details .categories,
.video-details .tags {
	margin-top: 20px;
	text-align: center;
}
.lightbox-content .categories a,
.video-details .categories a {
	display: inline-block;
	border-radius: 3px;
	margin: 5px;
	background-color: #DDD;
	color: #000;
	padding: 3px 10px;
}
.video-category .lightbox-content {
	text-align: center;
}
.lightbox-content .tags a,
.video-details .tags a {
	display: inline-block;
	margin: 0 5px;
	color: #FFF;
	padding: 3px 10px;
}
.video-details .tags a {
	color: #000;
}
.lightbox-content video {
	max-width: 100%;
	max-height: 800px;
}

/* ------------ banners ------------- */
.flex-control-nav {
	bottom: 40px;
	z-index: 100;
}
.flex-control-paging li a {
	background: rgba(255,255,255,0.5);
}
.flex-control-paging li a:hover {
	background: rgba(255,255,255,0.7);
}
.flex-control-paging li a.flex-active {
	background: rgba(255,255,255,0.9);
}


/* —————— galleries ——————— */
.gallery-wrap .content {
	padding-top: 0;
}
.gallery-wrap .content p {
	margin-top: 0;
}

/* ----------- payments ----------------- */
#donation {
	max-width: 700px;
	margin: 0 auto;
}
.price-breakdown {
	border-top: 1px solid #0083c2;
	border-bottom: 1px solid #0083c2;
}
.price-breakdown .item {
	border-top: 1px solid #0083c2;
	border-bottom: 1px solid #0083c2;
	padding: 5px 0;
}

/* ------------ contact page ----------------- */


.contact-wrap .content {
	max-width: 800px;
}
.contact-wrap h3 {
	color: #FFF;
	border-bottom-width: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.contact-wrap .formfield {
	margin: 2px 1%;
	width: 98%;
}
.contact-wrap .formfield.half,
.contact-wrap .formfield.half.right {
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
}
.contact-wrap .formfield input[type="text"], 
.contact-wrap .formfield textarea {
	border-width: 0;
}
.contact-wrap .formfield input[type="text"] {
	padding: 10px 2%;
}
.contact-wrap .formfield textarea {
	height: 135px;
}
.contact-wrap .contact-button {
	text-align: center;
}

.contact .content {
	text-align: center;
}
.contact .content .col-5 img {
	margin-top: 120px;
	max-width: 97%;
}
.contact .content .col-7 {
	text-align: left;
}
.contact textarea {
	height: 200px;
}


/*------------- categories ------------ */
.content .categories {
	text-align: center;
}
a.subcategory {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	display: inline-block;
	height: 35px;
	padding-top: 220px;
	background-size: cover;
	background-position: center;
	position: relative;
	cursor: pointer;
	cursor: hand;
	border: 4px solid #FFF;
	width: 50%;
	max-width: 400px;
	text-decoration: none;
}
a.subcategory span {
	display: block;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.4rem;
	line-height: 1.8rem;
	position: relative;
	color: #000;
	background: rgba(255,255,255,0.8);
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	text-align: center;
	height: 30px;
	white-space: nowrap;
	text-decoration: none;
}


/* ------------ reviews -------------- */

.review {
	padding: 20px;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	color: #333;
	line-height: 1.6rem;
	text-align: center;
}
.review-name {
	font-size: 0.9rem;
	color: #666;
	line-height: 1rem;
}

/* ------------ photography --------------- */
.commercial-photography .media {
	margin-bottom: 10px;
}

/* ------------ footer ---------------- */
footer {
	background-image: url(../graphics/bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding-top: 40px;
}
.footerphone-wrap {
	border: 2px solid #94070B;
	width: 500px;
	margin: 0 auto;
}
.footerphone {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	margin: 4px;
	padding: 5px 10px;
	color: #FFF;
	background-color: #94070B;
}
.footerphone a {
	color: #FFF;
	text-decoration: none;
}
.footerphone span {
	font-size: 40px;
	font-family: Arial, sans-serif;
}
.copyright {
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
	padding-bottom: 10px;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	color: #999;
}
.copyright a {
	color: #CCC;
}
.fbwrap {
	text-align: center;
	margin: 0 auto;
}

@media all and (max-width: 1500px) {
	.video-bg {
		height: 700px;
	}
	.video-bg-link {
		top: 350px;
	}
}
@media all and (max-width: 1250px) {
	.video-bg {
		height: 600px;
	}
	.video-bg-link {
		top: 300px;
	}
}

@media all and (max-width: 1024px) {
	
	
	header .navwrap {
		width: 100%;
	}
	header nav {
		display: none;
		height: auto;
		min-height: 50px;
		position: absolute;
		top: 60px;
		right: 30px;
		padding-right: 0px;
		width: 300px;
		background-size: cover;
		z-index: 11;
	}
	header nav ul, header .subnav ul {
		height: auto;
		margin: 0;
		padding: 0;
		float: none;
		background: rgba(0,0,0,0.9);
		width: auto;
	}
	
	nav ul li {
		float: none;
		text-align: center;
		cursor: pointer;
		cursor: hand;
		height: auto;
	}
	header nav ul li a {
		font-size: 20px;
		line-height: 40px;
		padding-top: 10px;
		padding-bottom: 10px;
		background: none;
		border-bottom: 2px solid #333;
		text-decoration: none;
	}
	header nav a, header .subnav a {
		display: block;
	}
	#navbtn {
		display: block;
	}
	
	#mobilenavbtn.sel .menu-global {
		border-top: 2px solid #CCC
		;
	}
	#mobilenavbtn.sel .menu-top {
	  backface-visibility: hidden;
	  top: 17px;
	  transform: rotate(220deg);
	  -webkit-transform: rotate(220deg);
	  transition: 0.55s 0.5s;
	}
	#mobilenavbtn.sel .menu-middle {
	  opacity: 0;
	}
	#mobilenavbtn.sel .menu-bottom {
	  backface-visibility: hidden;
	  top: 17px;
	  transform: rotate(-220deg);
	  -webkit-transform: rotate(-220deg);
	  transition: 0.55s 0.5s;
	}
	header .newsletter {
		top: 1px;
		right: 35px;
	}
	header .button.newsletter {
		border-radius: 4px;
	}
	.content {
		max-width: 96%;
		text-align: left;
	}
	.banner.home-section-three {
		padding-bottom: 500px;
	}
	.content.home-banners .flexslider .slides > li {
		height: 500px;
	}
	.home .content {
		margin-top: 0;
	}
	
	.video-bg {
		height: 500px;
	}
	.video-bg-link {
		top: 250px;
	}
	
	#facebook {
		display: inline-block;
		position: relative;
		bottom: auto;
		right: auto;
		border-radius: 4px;
		margin: 10px 0;
	}
		
	footer .col-3, footer .col-6 {
		width: 96%;
		margin: 0 1%;
		float: none;
	}
}



@media all and (max-width: 950px) {
	
	
		
	.navwrap {
		z-index: 10;
	}
	#navbtn {
		z-index: 101;
		top: 20px;
	}
	header nav {
		position: absolute;
		left: 0;
		top: 86px;
		width: 100%;
	}
	header nav ul li a {
		font-size: 20px;
		line-height: 40px;
	}
	header nav ul li ul {
		display: block;
		position: relative;
		width: 100%;
	}
	header .navright {
		display: none;
	}
	
	
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
		width: 96%;
		margin: 0 2%;
	}
	p {
		font-size: 16px;
	}
	
	.button {
		font-size: 20px;
	}
	
	.home  h2,
	.video-category h2 {
		font-size: 3rem;
	}
	.hometext {
		font-size: 12px;
	}

	.content {
		text-align: left;
		padding: 10px;
	}
	.content h1 {
		font-size: 30px;
	}
	iframe {
		max-width: 100%;
	}
	#video-bg {
		min-width: 0;
		min-height: 0;
		height: 280px;
	}
	
}
@media all and (max-width: 800px) {
	.home h4 {
		font-size: 2rem;
		line-height: 2rem;
	}
	.video-bg {
		height: 400px;
	}
	.video-bg-link {
		top: 180px;
	}
	.home .wrap .content .col-6, .video-category .wrap .content .col-6 {
		width: 96%;
		margin: 0 2%;
	}
	a.subcategory {
		width: 96%;
	}
	.video-wrap {
		padding: 2px;
	}
	.lightbox-content h2 {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
	.footerphone-wrap {
		max-width: 96%;
	}
	.footerphone span {
		font-size: 24px;
	}
}
@media all and (max-width: 450px) {
	#logo {
		width: 280px;
		margin-left: 10px;
	}
	.videos h3,
	.galleries h3 {
		margin-top: 150px;
	}
	.video-bg {
		height: 280px;
	}
	.video-bg-link {
		top: 90px;
	}
	.home .video-bg,
	.video-category.weddings-events .video-bg {
		position: absolute;
		top: 300px;
		left: 0;
		width: 100%;
	}
	.video-category.weddings-events .video-bg {
		top: 280px;
	}
	.home h1,
	.video-category.weddings-events h1 {
		margin-bottom: 300px;
	}
}