html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.backgrounds {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.slide {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
    display: none;
}

#bg1  { 
    background-image: url('/img/moqo_bg/KurtisLandingPhotos_00000.jpg');
    background-position: center center;
    background-size: contain;
}
#bg1  { background-image: url('/img/moqo_bg/KurtisLandingPhotos_00000.jpg');}
#bg2  { background-image: url('/img/moqo_bg/KurtisLandingPhotos_00001.jpg');}
#bg3  { background-image: url('/img/moqo_bg/KurtisLandingPhotos_00002.jpg');}
#bg4  { background-image: url('/img/moqo_bg/KurtisLandingPhotos_00003.jpg');}
#bg5  { background-image: url('/img/moqo_bg/KurtisLandingPhotos_00004.jpg');}
#bg6  { background-image: url('/img/moqo_bg/KurtisLandingPhotos_00005.jpg');}
#bg7  { background-image: url('/img/moqo_bg/KurtisLandingPhotos_00006.jpg');}
#bg8  { background-image: url('/img/moqo_bg/KurtisLandingPhotos_00007.jpg');}
#bg9  { background-image: url('/img/moqo_bg/KurtisLandingPhotos_00008.jpg');}
#bg10 { background-image: url('/img/moqo_bg/KurtisLandingPhotos_00009.jpg');}
#bg11 { background-image: url('/img/moqo_bg/KurtisLandingPhotos_00010.jpg');}
#bg12 { background-image: url('/img/moqo_bg/KurtisLandingPhotos_00011.jpg');}
#bg13 { background-image: url('/img/moqo_bg/KurtisLandingPhotos_00012.jpg');}
#bg14 { background-image: url('/img/moqo_bg/KurtisLandingPhotos_00013.jpg');}
#bg15 { background-image: url('/img/moqo_bg/KurtisLandingPhotos_00014.jpg');}
#bg16 { background-image: url('/img/moqo_bg/KurtisLandingPhotos_00015.jpg');}
#bg17 { background-image: url('/img/moqo_bg/KurtisLandingPhotos_00016.jpg');}

.brand {
    z-index: 10;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /*opacity: .9;*/
    background-image: url('/img/moqo_svg/logo.svg');
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: center center;
}

.brand h1 {
    display: none;
}

.callout {
    z-index: 10;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /*opacity: .9;*/
    background-image: url('/img/moqo_svg/callout.svg');
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: center center;
}

.address {
    z-index: 10;
    position: relative;
    height: 100%;
    width: 100%;
    /*opacity: .9;*/
    top: 0;
    left: 0;
}

.address img {
    position: absolute;
    width: 250px;
    bottom: 3%;
    right: 5%;
}

.address p{
    display: none;
}


@media only screen 
and (max-width: 767px) {
    .brand {
        background-size: 120px;
    }
    .callout {
        background-size: 120px;
    }
    .address img {
        width: 120px;
    }
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
@font-face {
    font-family: 'big_caslonmedium';
    src: url('/fonts/big_caslon_medium-webfont.eot');
    src: url('/fonts/big_caslon_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/big_caslon_medium-webfont.woff') format('woff'),
         url('/fonts/big_caslon_medium-webfont.ttf') format('truetype'),
         url('/fonts/big_caslon_medium-webfont.svg#big_caslonmedium') format('svg');
    font-weight: normal;
    font-style: normal;

} 

@font-face {
    font-family: 'vegurregular';
    src: url('/fonts/vegur-regular-webfont.eot');
    src: url('/fonts/vegur-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/vegur-regular-webfont.woff2') format('woff2'),
         url('/fonts/vegur-regular-webfont.woff') format('woff'),
         url('/fonts/vegur-regular-webfont.ttf') format('truetype'),
         url('/fonts/vegur-regular-webfont.svg#vegurregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('/fonts/sourcesanspro-regular-webfont.eot');
    src: url('/fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('/fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('/fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('/fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*

#home {
	background-image:url(/img/BG_BIG_HOME.jpg);
}
#work {
	background-image:url(/img/BG_BIG_WORK.jpg);
}
#team {
	background-image:url(/img/BG_BIG_TEAM.jpg);
}
#contact {
	background-image:url(/img/BG_BIG_CONTACT.jpg);
}
html {
	height: 100%;
}
body {
	font-family: "Myriad Pro", "vegurregular", "source_sans_proregular", sans-serif;
	font-size: 14px;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	margin-top: 90px;
}
a, a:visited, a:active, a:hover, a:focus {
	color: rgb(255,255,255);
	outline: 0px none;
	text-decoration: none;
	border-bottom: solid 1px rgba(255,255,255,0);
	-webkit-transition: all .3s ease-in-out 0;
	-moz-transition: all .3s ease-in-out 0;
	-ms-transition: all .3s ease-in-out 0;
	-o-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0;
}
a:active, a:hover {
	border-bottom: solid 1px rgba(255,255,255,1);
}
.nav {
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(80%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
#brand {
	top: 20px;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1050;
	font-family: big_caslonmedium, serif;
	text-transform:uppercase;
	display: block;
	text-align: center;
	
}
#brand a {
	position: relative;
	z-index:99999;
}
#brand a, #brand a:visited, #brand a:active, #brand a:hover, #brand a:focus {
	color: rgb(51,93,175);
	text-decoration: none;
	border-bottom: solid 1px rgba(51,93,175,0);
	-webkit-transition: all .3s ease-in-out 0;
	-moz-transition: all .3s ease-in-out 0;
	-ms-transition: all .3s ease-in-out 0;
	-o-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0;
}
/*
#brand a:active, #brand a:hover, #brand a:focus {
	border-bottom: solid 1px rgba(51,93,175,1);
}
*/
/*
.kurtis {
	font-size: 3.1em;
	line-height: .9em;
}
.productions {
	font-size: 1.1em;
	line-height: .9em;
}
nav ul{
	z-index: 1050;
	padding-top: 60px;
	padding-left: 0px;
	text-align: center;
	list-style-type:none;
}
nav ul li{
	display: inline-block;
	margin: 0px 2px;
	text-transform:uppercase;
	font-size: .9em;
}
nav ul li a {
	position: relative;
	z-index: 99999;
}
.play {
	position: fixed;
	right: 10%;
	bottom: 10%;
	text-transform:uppercase;
}
.workThumb {
	padding: 1em;
	text-align:center;
/*		opacity:.7;
	-webkit-transition: all .3s ease-in-out 0;
	-moz-transition: all .3s ease-in-out 0;
	-ms-transition: all .3s ease-in-out 0;
	-o-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0;
}
.workThumb:hover {
	opacity:1;
*/	}
/*
.workThumb img {
	filter: url(/css/filters.svg#grayscale); /* Firefox 3.5+ */ /*
	filter: gray; /*IE6-9*/ /*
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */ /*
	filter: grayscale(1); /* Future Compatibility */ /*
	-webkit-transition: all .3s ease-in-out 0;
	-moz-transition: all .3s ease-in-out 0;
	-ms-transition: all .3s ease-in-out 0;
	-o-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0;
}
.workThumb img:hover {
	filter: none; 
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.work img {
	width: 75%;
}
.workDetail {
	width: 200px;
	background-color: rgb(0,0,0);
}
.workVid iframe{
	width: 170px;
	height: 100px;
}
.workDescBG {
	display: none;
}
.workDesc h3, .workDesc p {
	position: relative;
	z-index: 99999;
}
.workDesc h3 {
	text-align: center;
	font-weight: bold;
	font-style:italic;
}
.team {
	background-color: rgba(0,0,0,.7);
	margin-bottom: 15px;
}
.team img {
	width: 50%;
}
a.contact,
a.contactfb {
    border-bottom: none;
}
a.contact:hover, 
a.contact:active,
a.contact:focus,
a.contactfb:hover, 
a.contactfb:active,
a.contactfb:focus,

{
    border-bottom: none;
}
/*	#cboxOverlay{
		background:#333; 
		opacity: 0.9; 
		filter: alpha(opacity = 90);
	}
	#cboxTitle{
		position:absolute; 
		top:-22px; 
		left:0; 
		color:#ccc;}
*/ /*
@media only screen 
and (min-width: 320px) {
	html {
		height: 100%;
	}
	body {
		background-position: center 95px;
		margin-top: 95px;
	}
	nav ul{
		padding-top: 70px;
	}
	nav ul li{
		margin: 0px 4px;
		font-weight:200;
		font-size: 1em;		
	}
	.workDetail {
		width: 280px;
	}
	.workVid iframe{
		width: 250px;
		height: 150px;
	}
}
@media only screen 
and (min-width: 480px) {
	nav ul li{
		margin: 0px 10px;
	}
	.play { 
		font-size: 1.5em;
	}
	.workDetail {
		width: 440px;
	}
	.workVid iframe{
		width: 410px;
		height: 240px;
	}
	.workDesc {
		position: relative;
		min-height: 240px;
	}
	.workDescBG {
		display: block;
		position:absolute;
		top:0;
		left:0;
		overflow: hidden;
		width: 100%;
		height: 100%;
		opacity:.3;
	}
	.workDescBG img {
		width: 100%;
		height: auto;
	}
}
@media only screen 
and (min-width: 768px) {
	body {
		font-size: 16px;
		background-position: center 75px;
		margin-top: 75px;
		padding-top: 30px;
	}
	.nav {
		background: rgba(0,0,0,1);
		background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(80%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
		background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
		background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	}
	nav ul{
		padding-top: 0px;
		line-height: 75px;
	}
	nav ul li{
		display: inline-block;
		margin: 0px 5px;
		width: 100px;
		text-align: center;
		font-weight:200;
		text-transform:uppercase;
	}
	nav ul li:nth-child(1) {
		margin-left: 0px;
	}
	nav ul li:nth-child(2) {
		margin-right: 110px;
	}
	nav ul li:nth-child(3) {
		margin-left: 110px;
	}
	nav ul li:nth-child(4) {
		margin-right: 0px;
	}
	.chroma {
		padding: 1em;
		text-align:center;
		opacity:.7;
		-webkit-transition: all .3s ease-in-out 0;
		-moz-transition: all .3s ease-in-out 0;
		-ms-transition: all .3s ease-in-out 0;
		-o-transition: all .3s ease-in-out 0;
		transition: all .3s ease-in-out 0;
	}
	.chroma:hover {
		opacity:1;
	}
	.work img{
		width: 100%;
	}
	.workDetail {
		width: 728px;
	}
	.workVid iframe{
		width: 700px;
		height: 400px;
	}
	.workDesc {
		min-height: 400px;
	}
	.team {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.team h3 {
		margin-top: 0;
	}
	.team img {
		width: 100%;
	}
}
@media only screen 
and (min-width: 992px) {
	body {
		background-position: center 65px;
		margin-top: 65px;
		padding-top: 80px;
	}
	.kurtis {
		font-size: 4em;
		line-height: .9em;
	}
	.productions {
		font-size: 1.4em;
		line-height: .9em;
	}
	nav ul {
		line-height: 98px;
	}
	nav ul li{
		margin: 0px 10px;
		width: 140px;
	}
	nav ul li a{
		font-size: 1.4em
	}
	nav ul li:nth-child(2) {
		margin-right: 150px;
	}
	nav ul li:nth-child(3) {
		margin-left: 150px;
	}
	.workDetail {
		width: 952px;
	}
	.workVid iframe {
		width: 446px;
		height: 260px;
	}
	.workDesc {
		min-height: 260px;
	}
	.workDesc h3,
	.team h3 {
		margin-top: 0;
	}
}
@media only screen 
and (min-width: 1260px) {
	body {
		background-position: center 55px;
		margin-top: 55px;
		padding-top: 100px;
	}
	nav ul li{
		margin: 0px 40px;
		width: 140px;
	}
	nav ul li a{
		font-size: 1.4em
	}
	nav ul li:nth-child(2) {
		margin-right: 185px;
	}
	nav ul li:nth-child(3) {
		margin-left: 185px;
	}
	.play { 
		font-size: 2em;
	}
	.workDetail {
		width: 1220px;
	}
	.workVid iframe{
		width: 580px;
		height: 336px;
	}
	.workDesc {
		min-height: 336px;
	}
}
@media only screen 
and (min-width: 1460px) {
	body {
		background-position: center 45px;
		margin-top: 0px;
		padding-top: 200px;
	}
	.workDetail {
		width: 1420px;
	}
	.workVid iframe{
		width: 680px;
		height: 392px;
	}
	.workDesc {
		min-height: 392px;
	}
}
*/