﻿@font-face {
  font-family: 'Basis Grotesque Light';
  src: url('/fonts/basis_grotesque_light.eot?') format('eot'), url('/fonts/basis_grotesque_light.otf') format('opentype');
}

@font-face {
  font-family: 'Basis Grotesque Regular';
  src: url('/fonts/basis_grotesque_regular.eot') format('eot'), url('/fonts/basis_grotesque_regular.otf') format('opentype');
}

@font-face {
  font-family: 'Basis Grotesque Medium';
  src: url('/fonts/basis_grotesque_medium.eot') format('eot'), url('/fonts/basis_grotesque_medium.otf') format('opentype');
}

.main-text a
{
	color: #000;
}

b, strong
{
	font-family: 'Basis Grotesque Medium', sans-serif;
	font-weight: normal;
	font-style: normal;
}

.light
{
	font-family: 'Basis Grotesque Light', sans-serif;
	font-weight: normal;
	font-style: normal;
}

.medium
{
	font-family: 'Basis Grotesque Medium', sans-serif;
	font-weight: normal;
	font-style: normal;
}

.regular
{
	font-family: 'Basis Grotesque Regular', sans-serif;
	font-weight: normal;
	font-style: normal;
}

html
{
	-webkit-text-size-adjust: 100%;
}

body
{
	font-family: 'Basis Grotesque Light', sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	color: #000;
	font-size: 12pt;
}

body.error, body.legal
{
	background-color: #FFF;
}



body.work, body.home, body.work[data-pinterest-extension-installed], body.studio[data-pinterest-extension-installed]
{
	overflow: hidden; 
}

a
{
	text-decoration: none;
}

p
{
	margin-top: 0px;
}

#home-image
{
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}

.error-text
{
	width: 40%;
	height: 100%;
	background-color: #FFF;
	margin: 0px auto;
	text-transform: uppercase;
	font-size: 90%;
	box-sizing: border-box;
	padding-top: 100px;
}

.error-text h2
{
	margin-top: 0px;
	
}

#home-image.visible
{
	opacity: 1;
	-webkit-transition: opacity .35s;
	-moz-transition: opacity .35s;
	-o-transition: opacity .35s;
	-ms-transition: opacity .35s;
	transition: opacity .35s;
}

#home-image img
{
	display: block;
	width: auto;
	height: auto;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.header
{
	position: relative;
	width: 100%;
	margin: 40px auto 0px auto;
	height: 100px;
	color: #000;
	text-transform: uppercase;
	z-index: 100;
}

.header .content
{
	width: 92%;
	margin: 0px auto;
}

.header.light-text a
{
	color: #FFF;
}

.header.light-text.menu-open a, .header.menu-open a
{
	color: #000;
}

#nav-background-fixed
{
	-webkit-transition: opacity .35s, z-index .35s;
	-moz-transition: opacity .35s, z-index .35s;
	-ms-transition: opacity .35s, z-index .35s;
	-o-transition: opacity .35s, z-index .35s;
	transition: opacity .35s, z-index .35s;
	
	position: fixed;
	
	background-color: rgba(255, 255, 255, .95);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	opacity: 0;
}

#nav-background-fixed.open
{
	-webkit-transition: opacity .35s, z-index .35s;
	-moz-transition: opacity .35s, z-index .35s;
	-ms-transition: opacity .35s, z-index .35s;
	-o-transition: opacity .35s, z-index .35s;
	transition: opacity .35s, z-index .35s;
	height: 100%;
	opacity: 1;
	z-index: 10;
}

.header.light-text.nav-menu-on a, 
{
	color: #FFF;
}

ul.navigation, .footer
{
	font-size: 10pt;
}

.footer.light-text a
{
	color: #FFF;
}


h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
}

.header h1
{
	text-align: center;
	letter-spacing: 3px;
	margin: 0px;
	font-size: 1em;
	width: 300px;
	margin: 0px auto;
}

.header h1 img
{
	width: 100%;
	transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	opacity: 1;
	background-image: none;
}

.header.nav-menu-on h1
{
	background-image: url('/images/nicolehollis-logo-black.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: .5px .5px;
	line-height: 1em;
}

.header.nav-menu-on h1 img
{
	opacity: 0;
}



.header ul, .footer ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	color: #000;
	letter-spacing: 1px;
}

.header > ul
{
	margin: 10px 0px 0px 0px;
}

.header ul li ul
{
	font-size: 80%;
	margin-top: 5px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	
	max-height: 0px;
	overflow: hidden;
	opacity: 0;
}

.header ul li a
{
	position: relative;
	display: inline-block;
}

.header ul li ul.open
{
	max-height: 500px;
	opacity: 1;
	margin-bottom: 20px;
}

.header ul li ul li
{
	margin-bottom: 5px;
}

.header ul a, .footer ul a
{
	color: #000;
}

body.dark .header ul a, .footer ul a
{
	color: #FFF;
}

a.menu
{
	height: 20px;
	display: block;
}

a.menu .medium
{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    opacity: 0;
    
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

a.menu .light
{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
	opacity: 1;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

a.menu.open .light
{
	opacity: 0;
}


a.menu.open .medium
{
	opacity: 1;
}

#connect-switch
{
	position: relative;
	height: 18px;
	display: block;
}

#connect-switch .medium
{
	position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
	opacity: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

#connect-switch .light
{
	position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
	opacity: 1;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

#connect-switch.open .light
{
	opacity: 0;
}

#connect-switch.open .medium
{
	opacity: 1;
}

.privacy-link
{
	position: absolute;
	bottom: 15px;
	right: 0px;
	font-size: 7pt;
	text-transform: uppercase;
	text-align: right;
	width: 100%;
}

.privacy-link a, .privacy-link a:hover
{
	color: #000;
}

.copyright-footer.light-text .privacy-link a
{
	color: #FFF;
}


.copyright-footer
{
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 98;
	color: #000;
	margin: 0px;
	font-size: 7pt;
	position: absolute;
	bottom: 26px;
	right: 4%;
	height: 80px;
	width: 168px;
}

.copyright-footer.light-text
{
	color: #FFF;
}

.copyright-footer.light-text.menu-open
{
	color: #000;
}


.copyright-footer p
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	text-align: right;
	margin: 0px;
}


{
	text-transform: uppercase;
	font-size: 10pt;
	letter-spacing: 1px;


}

.footer
{
	width: 180px;
	margin: 0px auto;
	position: absolute;
	left: 4%;
	bottom: 55px;
	height: 100px;
	text-transform: uppercase;
	font-size: 10pt;
	letter-spacing: 1px;
	z-index: 98;
}

.footer h2
{
	font-size: 1em;
	margin: 0px 0px 5px 0px;
	color: #FFF;
	font-weight: normal;
	cursor: pointer;
	display: inline-block;
}

.footer .content
{
	width: 100%;
	margin: 0px auto;
	height: 120px;
	overflow: hidden;
	position: relative;
}

.footer .content.copyright-holder
{
	height: 10px;
	overflow: visible;
}

.footer a, .footer ul a
{
	color: #000;
}

.footer ul
{
	
	transition: all .7s ease-out;
	-webkit-transition: all .7s ease-out;
	-moz-transition: all .7s ease-out;
	-ms-transition: all .7s ease-out;
	-o-transition: all .7s ease-out;
	color: #FFF;
}



.footer ul li
{
	margin-bottom: 5px;
}

#footer-sleeve
{
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	
	
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
}

#footer-sleeve.light-text a
{
	color: #FFF;
}

#footer-sleeve.light-text.open a, #footer-sleeve.light-text.open a, #footer-sleeve.menu-open a
{
	color: #000;
}

#footer-sleeve ul
{
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}

#footer-sleeve.open
{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
}

#footer-sleeve.open ul
{
	opacity: 1;
}

span.social
{
	display: inline-block;
	width: 25px;
	height: 25px;
}

span.social img
{
	width: 100%;
	height: auto;
}

a#show-info
{
	position: absolute;
bottom: 12px;
right: 0px;
color: #000;
text-transform: uppercase;
font-size: 10pt;
letter-spacing: 1px;


}

a#show-info.hidden
{
	display: none;
}

a#show-info.light-text
{
	color: #FFF;
}

a#show-info.dark
{
	color: #000;
}

p.copyright
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #000;
	margin: 0px;
	font-size: 7pt;
}

p.copyright.light-text
{
	color: #FFF;
}

#work-content, .studio-content
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	height: 100%;
}

.studio-content
{
	opacity: 1;
}

.clearfix:after
{
	content: "";
  	display: table;
  	clear: both;
}

.center-channel
{
	position: relative;
	top: 108px;
	overflow: auto;
}

#preload-images img, #preload-images .studio-text, #preload-images .three
{
	opacity: 0;
	-webkit-transition: opacity .35s;
	-moz-transition: opacity .35s;
	-ms-transition: opacity .35s;
	-o-transition: opacity .35s;
	transition: opacity .35s;
}

#preload-images.visible img, #preload-images.visible .studio-text, #preload-images.visible .three
{
	opacity: 1;
}

.studio-pics
{
	width: 92%;
	margin: 0px auto 0px auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	
	min-height: 500px;
	max-height: 100%;
}

.studio-pics .img-holder, .studio-pics .studio-text
{
	margin-top: 0px;
}

.studio-pics .img-holder
{
	width: 62%;
	margin-right: 2%;
	float: left;
}

.studio-pics .about-img
{
	width: 30%;
	margin-right: 3%;
	float: left;
}

.studio-pics .img-holder img
{
	width: 100%;
}

.studio-text
{
	width: 29%;
	float: left;
	font-size: 10pt;
	line-height: 14pt;
	margin-left: 4%;
}



#work-content.visible
{
	opacity: 1;
}

#slideshow-holder, #studio-holder
{
	position: absolute;
	top: 7%;
	left: 0px;
	bottom: 0px;
	right: 0px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}

#slideshow-holder.over
{
	transform: translateX(-500px);
	-webkit-transform: translateX(-500px);
	-moz-transform: translateX(-500px);
	-o-transform: translateX(-500px);
	-ms-transform: translateX(-500px);
	
}


.flexslider
{
	margin: 0px;
	border: 0px;
	height: 100%;
	background-color: #FFF;
}

.next-cursor
{
	cursor: url('../images/arrow-right.svg'), url('../images/arrow-right32.cur'), default;
}

.prev-cursor
{
	cursor: url('../images/arrow-left.png'), url('../images/arrow-left32.cur'), default;
}

/*  New Slider Stuff (July 2016)  */

.owl-carousel
{
	height: 100%;
}

.owl-carousel .owl-controls
{
	display: none;
}

.owl-nav.disabled
{
	display: none;
}

.owl-carousel .owl-controls .owl-dot	
{
	height: 10px;
	width: 10px;
	background-color: #000;
	display: inline-block;
	margin-right: 3px;
	border-radius: 6px;
}

.owl-carousel .owl-stage-outer
{
	height: 70%;
	max-height: 70%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.owl-carousel .owl-stage
{
	height: 100%;
}

.owl-carousel .owl-item
{
	height: 100%;
	width: auto;
}

.owl-carousel .img-holder img.landscape, .owl-carousel .img-holder img.portrait
{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.slick-slider .slick-list
{
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	-o-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	height: 70%;
	min-height: 390px;
}

body.studio .slick-slider .slick-list
{
	top: 0px;
	height: 100%;
	min-height: 0px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

body.studio .slick-slide
{
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
}

.slick-slider .slick-track
{
	height: 100%;
}

.slick-slide
{
	margin-left: 75px;
	margin-right: 75px;
	outline: none;
}


/* End of New Slider stuff */



div.flex-viewport
{
	height: 100%;
}

.flexslider .slides > li
{
	position: relative;
	height: 100%;
	width: 100%;

}

.flexslider .slides > li:first-child
{

}

ul.slides
{
	height: 100%;
}

/* bku */
ul.slides img
{
	image-rendering: optimizeQuality;
}

ul.slides li
{
	
}

ul.slides li > div
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

/* bku */
body.work .flexslider .slides .portrait img
{
	width: auto;
	height: 100%;
	margin: 0px auto;
	
	max-width: 70%;
	max-height: 70%;
	display: block;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	
}

body.work .flexslider .slides .landscape img
{
	
	display: block;
	width: auto;
	height: auto;
	max-width: 70%;
	max-height: 70%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.flex-direction-nav a.flex-next:before, .flex-direction-nav a.flex-prev:before
{
	content: '';
}

.flex-direction-nav .flex-disabled
{
	display: none;
}

.flex-direction-nav .flex-prev {
 	left: 0px;
  	opacity: 1;
  	width: 225px;
	height: 100%;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	top: 0px;
	margin: 0px;
}
.flex-direction-nav .flex-next {
	right: 0px;
	opacity: 1;
	text-align: right;
	width: 225px;
	height: 100%;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	top: 0px;
	margin: 0px;
}

.flex-prev img, .flex-next img
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.flex-next img
{
	right: 150px;
	
}

.flex-prev img
{
	left: 150px;
}

.about-section
{
	width: 90%;
	max-width: 60%;
	max-height: 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 10pt;
}

.about-section .text
{
	width: 45%;
	max-width: 450px;
	float: left;
}

.about-section img
{
	width: 50%;
	display: block;
	float: left;
	margin-right: 5%;
}



.flexslider:hover .flex-direction-nav .flex-next
{
	right: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev
{
	left: 0px;
}

body.studio a.flex-next, body.studio a.flex-prev
{
	opacity: 0;
}

body.studio a.flex-next:hover, body.studio a.flex-prev:hover
{
	opacity: 1 !important;
}

body.studio .flexslider:hover .flex-direction-nav .flex-prev
{
	opacity: 0;
}

body.studio .flexslider:hover .flex-direction-nav .flex-prev
{
	opacity: 0;
}


body.studio .flexslider:hover .flex-direction-nav .flex-next
{
	opacity: 0;
}

.flexslider:hover .flex-direction-nav .flex-next:hover
{
	opacity: 1;
}

.page.people-list > div
{
	text-align: center;
}

.page > div
{
	width: 90%;
	max-width: 55%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	padding-top: 0px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}	

.page.fours > div
{
	max-width: 72%;
}

.three
{
	width: 33.3333%;
	display: inline-block;
	margin-right: 0%;
	margin-bottom: 3%;
	text-transform: uppercase;
	font-size: 7.5pt;
	position: relative;
	vertical-align: top;
}

.fours .three
{
	width: 25%;
}

.three:nth-child(4), .three:nth-child(5), .three:nth-child(6)
{
	margin-bottom: 0px;
}

.three div
{
	width: 70%;
	text-align: left;
	margin: 5px auto 0px auto;
}

.three > img
{
	width: 70%;
	text-align: center;
	margin: 0px auto;
}

#project-info
{
	position: absolute;
	top: 0px;
	left: 100%;
	bottom: 0px;
	width: 500px;
	background-color: #FFF;
	color: #000;
	line-height: 16pt;
	z-index: 10;
	font-size: 90%;
	overflow: auto;
	
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	background-color: rgba(255,255,255, 0.98);
	opacity: 0;
}

#project-info.visible
{
	transform: translateX(-100%);
	-webkit-transform:transform: translateX(-100%);
	-moz-transform:transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	opacity: 1;
}

#project-info h2
{
	text-transform: uppercase;
	font-size: 13pt;
	font-family: 'Basis Grotesque Medium', sans-serif;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0px;
}

#project-info h3
{
	font-size: 13pt;
	font-weight: normal;
	margin-top: 0px;
}

#project-info .content
{
	width: 60%;
	margin: 40% 0px 0px 15%;
}

.slide-text
{
	position: absolute;
	top: 0px;
	right: 0%;
	bottom: 0px;
	width: 32%;
	max-width: 500px;
	background-color: #FFF;
	color: #000;
	text-transform: uppercase;
	z-index: 10;
	font-size: 90%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.slide-text .content
{
	width: 60%;
	margin: 40% 0px 0px 15%;
	overflow: auto;
	max-height: 500px;
}

.error-text-holder
{
	background-color: #FFF;
}

.main-text
{
	width: 50%;
	max-width: 700px;
	height: 100%;
	margin: 0px auto;
	position: relative;
	max-width: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 10pt;
}

.main-text.longer
{
	font-size: 10pt;
	line-height: 14pt;
	text-transform: none;
	text-align: left;
	max-width: 600px;
}

.main-text.longer h2
{
	margin-bottom: 1em;
	text-transform: uppercase;
}

.main-text.longer h3
{
	text-transform: none;
	font-size: 12pt;
	font-family: 'Basis Grotesque Medium', sans-serif;
}


.main-text .content
{
	position: relative;
	top: 50%;
	width: 75%;
	margin: 0% auto 0px auto;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	
}

.main-text.longer .content
{
	width: 100%;
}

.main-text h2
{
	font-size: 13pt;
    font-family: 'Basis Grotesque Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0px;
}

.main-text h3
{
	font-size: 13pt;
    font-weight: normal;
    margin-top: 0px;
}
}


.mobile-only
{
	display: none;
}

#mobile-nav-switch
{
	display: none;
}

#sign-up, .modal
{
	z-index: 100;
	background-color: transparent;
	position: relative;
	max-width: 450px;
	padding: 10px;
	margin: 0px auto;
	text-transform: uppercase;
	font-size: 9pt;
	overflow: hidden;
	box-sizing: border-box;
	display: none;
}

#sign-up p, .modal p
{
	line-height: 1.7em;
}

#sign-up > .content > p
{
	text-align: center;
}

.modal a, #sign-up a
{
	color: #000;
}

.featherlight .featherlight-content
{
	background-color: rgba(250, 250, 250, 0.90);
	padding: 5px 5px 0;
	min-width: 450px;
	max-width: 450px;
}

.featherlight .featherlight-close-icon
{
	background: transparent;
}

#sign-up.featherlight-inner
{
	display: block;
}

.center-text
{
	text-align: center;
}

#sign-up .content, .modal .content
{
	width: 100%;
	/*height: 388px;*/
	height: auto;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}

.modal h2, #sign-up h2
{
	font-size: 1em;
	text-align: center;
}

#sign-up form, .modal form
{
	width: 82.3%;
	margin: 0px auto;
}

#sign-up form p, .modal form p
{
	margin: 20px 0px;
}

input[type=text]
{
	padding: 0px 0px 5px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #888;
	border-radius: 0px;
	-webkit-appearance: none;
	outline: none;
	background-color: transparent;
	width: 100%;
}

input.name
{
	width: 48%;
}

input.name:last-child
{
	margin-left: 3.0%;
}

textarea
{
	width: 100%;
	border: 0px;
	-webkit-appearance: none;
	height: 70px;
	border-radius: 0px;
	box-sizing: border-box;
}

input.error
{
	
}

.error::-webkit-input-placeholder {
   color: red;
}

.error:-moz-placeholder { /* Firefox 18- */
   color: red;  
}

.error::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
}

.error:-ms-input-placeholder {  
   color: red;  
}




#sign-up button, .modal button
{
	border: 0px;
	-webkit-appearance: none;
	background-color: #FFF;
	text-transform: uppercase;
	padding: .5em 0em;
	border-radius: 0px;
	cursor: pointer;
	width: 170px;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	
	
}

.modal button:hover
{
	background-color: #000;
	color: #FFF;
}

#sign-up form
{

}

.success
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
	text-align: center;
	top: 0px;
	left: 0px;
	
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	
	transition: all .35s;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	
}

#sign-up.complete .success, .modal.complete .success
{
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
}

#sign-up.complete .content, .modal.complete .content
{
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
}

.modal-text
{
	/* border-bottom: 1px solid #000; */
	width: 82.3%;
	margin: 0px auto;
}

.modal-text p:first-child
{
	text-align: center;
}

#contact-form p.center-text
{
	margin-bottom: 1em;
}

.success p
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 100%;
	margin: 0px;
}

.success.top p
{
	position: relative;
	top: 0%;
	font-size: 1.5em;
	transform: translateY(-0%);
	-webkit-transform: translateY(-0%);
	-moz-transform: translateY(-0%);
	-ms-transform: translateY(-0%);
	-o-transform: translateY(-0%);
	margin-top: 20px;
	
}

#rsvp-form
{
	max-width: 650px;
}

#rsvp-form h2
{
	font-size: 1.5em;
}

.directions
{
	margin-top: 20px;
	position: relative;
}

.small_phone
{
	display: none;
}

.directions .line
{
	height: 1px;
	border-top: 1px solid #000;
	width: 180px;
	position: absolute;
	top: 60px;
	left: 195px;
}

#rsvp-buttons.error
{
	border: 1px solid red;
}

.directions p
{
	padding-top: 10px;
	width: 50%;
	float: left;
	text-align: center;
}

.directions .img-holder
{
	
}

.directions .img-holder img
{
	width: 100%;
}

.map-holder
{
	width: 65%;
	margin: 0px auto;
}

.map-holder img
{
	width: 100%;
}

.checkbox.dark:checked + label::before, .checkbox.dark:not(:checked) + label::before {
    border: 1px solid #000
}

.checkbox:checked + label::before, .checkbox:not(:checked) + label::before {
    content: '';
	position: absolute;
	left: 0;
	top: 1px;
	width: 10px;
	height: 10px;
	background: 0 0
}

.checkbox.dark:checked + label::after, .checkbox.dark:not(:checked) + label::after {
    background-color: #000
}

.checkbox:not(:checked) + label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.checkbox:checked + label::after, .checkbox:not(:checked) + label::after {
    content: '';
    position: absolute;
	top: 2px;
	left: 1px;
	width: 10px;
	height: 10px
}

.checkbox:checked, .checkbox:not(:checked) {
    position: absolute;
    left: -9999px
}

.checkbox:checked + label, .checkbox:not(:checked) + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer
}

label.radio.first
{
	margin-right: 100px;
}

/* Careers Page */

.position-container
{
	height: calc(100% - 150px);
	overflow: auto;
	position: absolute;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}



div.position-holder
{
	width: 90%;
	max-width: 800px;
	margin: 0px auto;
	font-size: 9pt;
	
	/*left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);*/
	
}


.preview_text, .full_text
{
	width: 90%;
}

.position-holder h2, .position-holder h3
{
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Basis Grotesque Medium', sans-serif;
	letter-spacing: .5px;
	font-weight: normal;
	font-style: normal;
	margin-top: 0px;
}

h2.main-heading, h3.main-heading
{
	text-transform: uppercase;
	text-align: center;
	font-size: 16pt;
	letter-spacing: 2px;
	margin-bottom: 80px;
	
}

.position
{
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative;
	font-size: 12px;
}

.position a
{
	color: #000;
	font-family: 'Basis Grotesque Medium', sans-serif;
}

.position p
{
	margin-top: 0px;
	line-height: 16px;
}

.position ul
{
	padding-left: 40px;
	list-style: none;
}

.position ul li
{
	position: relative;
	margin-bottom: .5em;
}

.position ul li:before
{
	content: '\2022';
	position: absolute;
	top: 0px;
	left: -40px;
	font-size: 16pt;
	line-height: .7em;
}

.full_text
{
	display: none;
}

.expand-full-text
{
	text-transform: uppercase;
	font-size: 80%;
	font-family: 'Basis Grotesque Medium', sans-serif;
	font-size: 9px;
	letter-spacing: .5px;
}

.expand-full-text a
{
	color: #000;
	
}

.expand-full-text a.hidden
{
	display: none;
}

.position .close
{
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0px;
	top: 0px;
	-webkit-transition: transform .35s;
	-moz-transition: transform .35s;
	-ms-transition: transform .35s;
	-o-transition: transform .35s;
	transition: transform .35s;
	cursor: pointer;
}

.position .close.open
{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.position .close img
{
	width: 100%;
}

/* End of Careers Page */

/* Studio (Video) */

.video-holder
{
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	width: 100%;
}

.video-holder div
{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 56.5%;
	margin: 0px auto;
}

.video-holder video
{
	width: 100%;
	height: auto;
}

/* End of Studio Page (Video) */

@media all and (max-width: 1235px){
	.studio-pics
	{
		margin-top: 30px
	}
}

@media all and (max-width: 1150px){
	.studio-pics
	{
		
	}
}

@media all and (max-width: 1024px){
	div.position-holder
	{
		max-width: 650px;
	}
}

@media all and (max-width: 900px){
	/* Nicole + Lewis Page */
	.studio-pics
	{
		top: 0%;
		transform: none;
		margin-top: 20px;
		
	}
	
	.studio-pics .img-holder	
	{
		width: 100%;
		margin-right: 0%;
		float: left;
	}
	
	.studio-pics .img-holder:nth-child(2)
	{
		margin-right: 0px;
	}
	
	.studio-text
	{
		width: 100%;
		float: none;
		font-size: 10pt;
		clear: both;
		padding-top: 3%;
		padding-bottom: 20px;
		margin: 0px;
		
	}
	
	body.nicole-and-lewis #work-content, body.privacy-policy #work-content
	{
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	body.nicole-and-lewis .footer, body.nicole-and-lewis .copyright-footer, 
	body.privacy-policy .footer, body.privacy-policy .copyright-footer
	{
		display: none;
	}
	
	
}


@media all and (max-height: 770px){
		
	.slick-slider .slick-list
	{
		top: 52.5%;
	}
	
}

@media all and (max-height: 800px){
	.page > div
	{
		top: 15px;
		transform: translate(-50%, 0%);
		-webkit-transform: translate(-50%, 0%);
		-moz-transform: translate(-50%, 0%);
		-o-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
	}
	
	.studio-pics
	{		
		margin: 20px auto 0px auto;
		top: 0px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;	
	}
	
	body.privacy-policy #work-content
	{
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.main-text.longer .content
	{
		-webkit-transform-style: translateY(0%);
		transform: translateY(0px);
		top: 108px;
		padding-bottom: 60px;
	}
	
}

@media all and (max-height: 1023px) and (min-width: 769px){
	
	.page > div
	{
		top: 15px;
		transform: translate(-50%, 0%);
		-webkit-transform: translate(-50%, 0%);
		-moz-transform: translate(-50%, 0%);
		-o-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
	}

}



@media all and (max-width: 800px){
	
	.slide-text
	{
		width: 100%;
		max-width: none;
	}
	
	li.mobile-slide .slide-text
	{
		display: none;
	}

	.slide-text .content
	{
		width: 80%;
		margin: 150px auto 0px auto;
		font-size: 90%;
		
	}
	
	body.error .slide-text, .main-text
	{
		width: 90%;
	}
	
	body.error .slide-text .content, .main-text .content
	{
		width: 80%;
	}
	
	
	ul.flex-direction-nav
	{
		display: none;
	}
	
	.about-section
	{
		max-width: 80%;
	}
	
	.page > div
	{
		left: 50%;
		top: 53%;
	}
	
	.three > img
	{
		width: 90%;
	}
	
	.three div
	{
		width: 90%;
	}
	
}


	@media all and (max-width: 768px) {
		.page > div
		{
			max-width: none;
			max-height: none;
		}	
	}


@media all and (max-width: 800px) and (orientation: landscape){
	
	.flexslider .slides img
	{
		margin: 0px auto;
	}
	
	.flexslider .slides .portrait img
	{
		height: 100%;
		width: auto;
	}
}

@media all and (max-width: 767px) and ( orientation: landscape ){
	.header ul li ul li
	{
		width: 50%;
		float: left;
	}
	
	.header ul li ul.one-col li
	{
		float: none;
	}
	
}


@media all and (max-width: 767px){
	
	body
	{
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
	}
	
	#mobile-nav-switch
	{
		display: block;
	}
	
	.header.light-text #mobile-nav-switch
	{
		color: #FFF;
	}
	
	.header.light-text.nav-menu-on #mobile-nav-switch
	{
		color: #000;
	}
	
	.header.light-text #nav-background a
	{
		color: #000;
	}
	
	.desktop_only
	{
		display: none;
	}
	
	.mobile-only
	{
		display: block;
	}

	
	.header
	{
		margin: 0px auto 0px auto;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 100;
	}
	
	.header .content
	{
		width: 90%;
	}
	
	.header > ul.navigation
	{
		margin: 0px;
	}
	
	#nav-background
	{
		/*position: fixed;
		bottom: 0px;
		left: 0px;*/
		/*width: 100%;
		height: 0%;
		z-index: -1;*/
		/*background-color: rgba(255, 255, 255, .9);*/
		box-sizing: border-box;
		-webkit-transition: opacity .35s;
		-moz-transition: opacity .35s;
		-ms-transition: opacity .35s;
		-o-transition: opacity .35s;
		transition: opacity .35s;
		opacity: 0;
		height: 0px;
		overflow: hidden;
	}
	
	#nav-background.visible
	{
		height: auto;
		opacity: 1;
	}
	
	#nav-background-fixed
	{
		/*display: none;*/
	}
	
	ul.navigation
	{
		margin: 0px;
		padding: 0px;
		list-style: none;
		
		text-transform: uppercase;
		color: #000;
		font-size: 90%;
		margin-top: 20px;
		margin-left: 0%;
		height: 100%;
	}
	
	.header ul li ul
	{
		
	}
	
	.mobile-navigation
	{
		font-size: 75%;
		position: absolute;
		left: 5%;
		top: 35px;
	}
	
	#mobile-nav-switch
	{
		color: #000;
	}
	
	.navigation a
	{
		color: #000;
	}
	
	ul.navigation ul
	{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	.header h1
	{
		margin: 30px auto 0px auto;
		width: 160px;
		text-align: center;
	}
	
	.header h1 img
	{
		width: 100%;
	}
	
	.footer
	{
		display: block;
		font-size: 75%;
		bottom: 35px;
		left: 5%;
	}
	
	.footer.hidden
	{
		display: none;
	}
	
	body.studio .footer, body.legal .footer, body.leadership .footer, body.nicole-and-lewis .footer,
	body.studio .copyright-footer, body.legal .copyright-footer, body.leadership .copyright-footer, body.nicole-and-lewis .copyright-footer
	{
		display: none;
	}
	
	.footer .content
	{
		width: 100%;
		height: 100px;
	}
	
	.footer .content.copyright-holder
	{
		height: 12px;
	}

	
	#footer-sleeve
	{
		transform: translateY(80px);
		-webkit-transform: translateY(80px);
		-moz-transform: translateY(80px);
		-ms-transform: translateY(80px);
		-o-transform: translateY(80px);
		
	}
	
	#footer-sleeve ul
	{
		opacity: 1;
	}
	
	.footer ul.navigation
	{
		margin: 0px;
		
	}
	
	.flex-direction-nav .flex-prev
	{
		left: 10px;
	}
	
	.flex-direction-nav .flex-next
	{
		right: 10px;
	}
	
	
	.flexslider:hover .flex-direction-nav .flex-prev
	{
		left: 10px;
	}
	
	.flexslider:hover .flex-direction-nav .flex-next
	{
		right: 10px;
	}
	
	body.dark .header ul a
	{
		color: #0008;
	}
	
	#project-info
	{
		display: block;
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 0%;
		background-color: rgba(255, 255, 255, .95);
		font-size: 10pt;
		overflow: hidden;
		opacity: 0;
		-webkit-transition: opacity .35s;
		-moz-transition: opacity .35s;
		-ms-transition: opacity .35s;
		-o-transition: opacity .35s;
		transition: opacity .35s;
	}
	
	#project-info.visible
	{
		height: 100%;
		opacity: 1;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		z-index: 99;
		transform: translateX(0%);
	}
	
	#project-info h2
	{
		font-size: 12pt;
		margin-top: 80px;
	}
	
	#project-info .content
	{
		width: 90%;
		margin: 120px auto 0px auto;
		padding-bottom: 50px;
	}
	
	a#show-info
	{
		bottom: 13px;
	}
	
	#slideshow-holder.over
	{
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
		
	}
	
	.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next
	{
		width: 40px;
		height: 40px;
	}	
	.flex-prev img
	{
		left: 25px;
	}
	
	.flex-next img
	{
		left: 0px;
	}
	
	#sign-up
	{
		width: 100%;
		max-width: 450px;
	}
	
	.featherlight .featherlight-content
	{
		min-width: 0px;
		width: 90%;
	}
	
	input.name:last-child
	{
		margin-left: 2.0%;
	}
	
	.slide-text .content
	{
		width: 90%;
		margin: 100px auto 0px auto;
		font-size: 90%;
		padding-bottom: 50px;
	}
	
	
	.page > div, .page.fours > div
	{
		width: 100%;
		margin-top: 70px;
		max-width: none;
		max-height: none;
		
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
		-webkit-transform: translate(0%, 0%);
		-moz-transform: translate(0%, 0%);
		-o-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
	}
	
	.about-section
	{
		max-width: none;
		max-height: none;
		margin: 0px auto;
		position: relative;
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
		-webkit-transform: translate(0%, 0%);
		-moz-transform: translate(0%, 0%);
		-o-transform: translate(0%, 0%);
		-ms-transform: translate(0%, 0%);
		padding-top: 70px;
	}
	
	.about-section .text
	{
		margin-top: 40px;
		width: 100%;
	}
	
	.about-section img
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 100%;
		float: none;
	}
	
	.three
	{
		width: 30%;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	
	.fours .three
	{
		width: 70%;
	}
	
	.three:nth-child(4), .three:nth-child(5), .three:nth-child(6)
	{
		margin-bottom: 20px;
	}
	
	.three div
	{
		width: 70%;
		margin: 0px auto;
	}
	
	body.studio .slick-slide
	{
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	body.leadership #work-content, body.nicole-and-lewis #work-content
	{
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	/* */
	
	.center-channel
	{
		top: 0px;
	}
	
	body.leadership .center-channel
	{
		height: 100%;
	}
	
	.studio-pics
	{
		margin-top: 70px;
		top: 0%;
		transform: none;
	}
	
	.studio-pics .img-holder, .studio-text
	{
		width: 100%;
		float: none;
		padding-bottom: 20px;
	}
	
	label.radio.first
	{
		margin-right: 50px;
	}
	
	.position-container
	{
		top: 80px;
	}
	
	h2.main-heading, h3.main-heading
	{
		font-size: 14px;
	}
	
	.video-holder div
	{	
		position: relative;
		top: 50%;
		transform: translate(-50%, -50%);
		max-width: 90%;
		margin: 0px;
	}
	
	.main-text.longer
	{
		width: 90%;
	}
	
	.main-text.longer .content
	{
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		top: 80px;
		padding-bottom: 60px;
		
	}

	
}

@media all and (min-width: 400px) and (max-width: 767px){
	
	/*.flexslider .slides .portrait img
	{
		height: 100%;
		width: auto;
	}*/
	
}

@media all and (min-width: 400px) and (max-width: 767px) and (orientation: landscape){
	
	.flexslider .slides .portrait img
	{
		width: auto;
		height: 100%;
	}
	
	.flexslider .slides .portrait
	{
		background-size: auto 100%;
	}
	
}

@media all and (max-width: 800px) and (orientation: portrait){
	
	/*.flexslider .slides .portrait img
	{
		width: 100%;
		height: auto;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}*/
	
}
@media all and (max-width: 767px) and (orientation: portrait){
	
	body.work .flexslider .slides .portrait img
	{
		height: auto;
		/*width: 100%;*/
	}
	
	body.work .flexslider .slides .landscape img
	{
		max-width: 80%;
		max-height: 80%;
	}
	
}


@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
	
	/*.flexslider .slides .portrait img
	{
		width: auto;
		height: 100%;
		margin: 0px auto;
	}*/
	
	.flexslider .slides .portrait
	{
		background-size: auto 100%;
	}
	
	.flex-direction-nav
	{
		display: none;
	}
	
	#project-info .content
	{
		width: 60%;
		margin: 25% 0px 0px 15%;
		height: 69%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;

	}
	
	.slide-text
	{
		width: 100%;
		max-width: none;
	}
	
	li.mobile-slide .slide-text
	{
		display: none;
	}
	
	.slide-text .content
	{
		margin: 150px 0px 0px 15%;
	}
	
}

@media all and (max-width: 700px) {
		
	.three
	{
		width: 70%;
		margin: 0px auto 20px auto;
		float: none;
	}
	
	.three div		
	{
		width: 100%;
		margin: 8px auto 0px auto;
	}
	
	.three > img
	{
		width: 100%;
		text-align: center;
	}
	
	
	.page-nav
	{
		display: none;
	}
	
	.header
	{
		height: 51px;
	}
	
	.mobile-navigation
	{
		top: auto;
		bottom: 0px;
	}
	
	.header h1	
	{
		margin: 29px auto 0px auto;
	}
	
	.main-text.long-text
	{
		height: 85%;
		margin: 15% auto 0px auto;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.main-text.long-text .content
	{
		top: 0%;
		transform: translateY(0%);
		-webkit-transform: translateY(0%);

	}
	
	
}

@media all and (max-width: 320px){
	
	label.radio.first
	{
		margin-right: 10px;
	}
	
	.small_phone
	{
		display: block;
	}
	
	.center-text.small-phone-left
	{
		text-align: left;
	}
	
}



@media all and (max-width: 1024px){
	
	.studio-text
	{
		font-size: 8pt;
	}	

}

@media all and (max-width: 1024px){
	.slick-slide
	{
		margin-left: 32px;
		margin-right: 32px;
	}
	
	.slick-slider .slick-list
	{
		height: 75%;
	}
	
}

/*@media only screen and (max-width: 1366px) and (orientation: landscape)
{
	
	
	
}

@media only screen and (max-width: 1366px) and (orientation: portrait)
{
	
	
	
}*/



@media screen and (min-device-width : 1024px) and (max-device-width : 1024px) and (min-device-height : 1366px) and (max-device-height : 1366px) and (min-width: 1024px) and (max-width: 1024px){
	
	.flexslider .slides .landscape img
	{
		
	}
	
	/*.flexslider .slides .portrait img
	{
		width: 100%;
		height: auto;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}*/
	
	ul.flex-direction-nav
	{
		display: none;
	}
	
	.slide-text
	{
		width: 100%;
		max-width: none;
	}
	
	li.mobile-slide .slide-text
	{
		display: none;
	}
	
	.slide-text .content
	{
		margin: 150px 0px 0px 15%;
	}
	
	.video-holder div
	{
    max-width: 80%;
}
	
	
}


@media screen and (min-device-width : 1024px) and (max-device-width : 1024px) and (min-device-height : 1366px) and (max-device-height : 1366px) and (min-width: 1366px) and (max-width: 1366px){
	
	ul.flex-direction-nav
	{
		display: none;
	}
	
	.slide-text
	{
		width: 100%;
		max-width: none;
	}
	
	li.mobile-slide .slide-text
	{
		display: none;
	}
	
	.slide-text .content
	{
		margin: 150px 0px 0px 15%;
	}

}



@media screen and (min-device-width : 1024px) and (max-device-width : 1024px) and (min-device-height : 1366px) and (max-device-height : 1366px) and (min-width: 1366px) and (max-width: 1366px){

	.slide-text
	{
		position: absolute;
		top: 0px;
		right: 0%;
		bottom: 0px;
		width: 32%;
		max-width: 500px;
		background-color: #FFF;
		color: #000;
		text-transform: uppercase;
		z-index: 10;
		font-size: 90%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.slide-text .content
	{
		width: 60%;
		margin: 40% 0px 0px 15%;
	}

}

@media screen and (min-device-width : 1367px)
{
	
	.slide-text
	{
		position: absolute;
		top: 0px;
		right: 0%;
		bottom: 0px;
		width: 32%;
		max-width: 500px;
		background-color: #FFF;
		color: #000;
		text-transform: uppercase;
		z-index: 10;
		font-size: 90%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.slide-text .content
	{
		width: 60%;
		margin: 40% 0px 0px 15%;
	}	
}


@media screen and (min-device-width : 1367px) and (max-width: 800px){
	.slide-text
	{
		width: 100%;
		max-width: none;
	}
	
	li.mobile-slide .slide-text
	{
		display: block;
	}
	
	.slide-text .content
	{
		margin: 100px 0px 0px 15%;
	}
}


@media screen and (min-device-width : 1024px) and (max-device-width : 1024px) and (min-device-height : 1366px) and (max-device-height : 1366px) and (min-width: 1024px) and (max-width: 1024px){
	
	.page-nav
	{
		display: none;
	}
	
	.about-section
	{
		max-width: 80%;
	}
	
	.page > div
	{
		max-width: 80%;
	}
	

}
	
	@media screen and (min-device-width : 768px) and (max-device-width : 768px) and (min-device-height : 1024px) and (max-device-height : 1024px) and (min-width: 1024px) and (max-width: 1024px){
	
	.page-nav
	{
		display: none;
	}

}