/* local fonts */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?tbb7z0');
	src:url('../fonts/icomoon.eot?#iefixtbb7z0') format('embedded-opentype'),
		url('../fonts/icomoon.woff?tbb7z0') format('woff'),
		url('../fonts/icomoon.ttf?tbb7z0') format('truetype'),
		url('../fonts/icomoon.svg?tbb7z0#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
 font-family: Gondola;
 src: url("../fonts/Gondola.eot") /* EOT file for IE */
}
@font-face {
 font-family: Gondola;
 src: url("../fonts/Gondola.ttf") /* TTF file for CSS3 browsers */
}

*::selection { background: #7D232D; color: #FFF; }
*::-moz-selection { background: #7D232D; color: #FFF; }

html { width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; }


body {
	font: 12px Gondola, sans-serif;
	line-height: 19px;
	background: #FCF8E6;
	margin: 0;
	padding: 0;
	color: #000;
	overflow: hidden;
}

sup { 
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
	font-size: 0.8em; 
	margin: 0;
}

em strong,
strong em { font-weight: 600; }

img { vertical-align: bottom; }

ul, ol, dl { 
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	font-weight: 100;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 20px;
	padding: 0;
	font-family: Gondola, sans-serif;
	color: #000;
}

h1 { 
	font-weight: normal;
	font-size: 260px;
	text-transform: uppercase;
	line-height: 190px;
	border-bottom: 5px solid #7D232D;
	margin: 50px 20px 15px;
}

h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 63px;
	line-height: normal;
	word-spacing: 8px;
}

h2 span { font-size: 112px; }

.mm05 h1 { margin: 0 20px 30px 15px;}

h3 {
	font-size: 22px;
	font-weight: normal;
	font-family: Gondola;
	text-transform: uppercase;
	line-height: 35px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.mm05 h3,
.mm05 h2 { margin: 0 20px 20px 20px; }

p {
	margin: 0 20px 20px 20px;
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	position: relative;
	font-size: 14px;
	line-height: 24px;
}

.mm05 p.gap{ margin-bottom: 50px; }

p:last-of-type { margin-bottom: 0; }

a img, a { 
	border: none;
	outline: none;
}

a {
	color: #7D232D;
	text-decoration: none;
	
	-webkit-transition: .2s all ease-in-out;
	-moz-transition: .2s all ease-in-out;
	-ms-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}
a:visited {
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

iframe { margin: 0 20px 50px 20px; }
iframe:last-of-type { margin-bottom: 20px; }

header {
	background: #7D232D;
	height: 60px;
	width: 100%;
	position: fixed;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,1);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,1);
	-ms-box-shadow: 0 5px 10px rgba(0,0,0,1);
	-o-box-shadow: 0 5px 10px rgba(0,0,0,1);
	box-shadow: 0 5px 10px rgba(0,0,0,1);
	z-index: 105;
	margin-top: 10px;
	top: 0;
	left: 0;
	
	-webkit-transition: .2s all ease-in-out;
	-moz-transition: .2s all ease-in-out;
	-ms-transition: .2s all ease-in-out;
	-o-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}

header.noMarg { margin-top: 0; }

header nav { display: block; height: 100%; }

header nav ul { 
	margin: 0 0 0 10px; 
	padding: 0;
	float: right;
	width: 100%;
}

header nav ul ul { 
	display: none; 
	/*-webkit-box-shadow: 0 5px 10px rgba(0,0,0,1);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,1);
	-ms-box-shadow: 0 5px 10px rgba(0,0,0,1);
	-o-box-shadow: 0 5px 10px rgba(0,0,0,1);
	box-shadow: 0 5px 10px rgba(0,0,0,1);*/
}

header nav li {
	margin: 0;
	font-size: 14px;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	width: 16%;
	width: -webkit-calc(16.66% - 1px);
	width: -moz-calc(16.66% - 1px);
	width: -ms-calc(16.66% - 1px);
	width: -o-calc(16.66% - 1px);
	width: calc(16.66% - 1px);
	background: #5B1921;
	border-right: 1px solid #7D232D;
}

header nav li a { 
	color: #FFF; 
	display: block;
	line-height: 60px;
	
	-webkit-transition: .2s background ease-in-out;
	-moz-transition: .2s background ease-in-out;
	-ms-transition: .2s background ease-in-out;
	-o-transition: .2s background ease-in-out;
	transition: .2s background ease-in-out;
}
header nav li:hover > a,
header nav li.active > a,
.mm05 header nav li.mm05 > a { 
	color: #FFF; 
	background: rgba(67,29,23,.8);
}

header nav li li { background: rgba(67,29,23,1); }

.mm05a header nav li.mm05a > a,
.mm05b header nav li.mm05b > a,
.mm05c header nav li.mm05c > a { background: rgba(0,0,0,.5); font-weight: 600; letter-spacing: 0; }

header nav li.active > a,
.mm05 header nav li.mm05 > a { font-weight: 600; letter-spacing: 0; }

header nav ul ul li { 
	border-right: 0;
	border-top: 1px solid #7D232D;
	width: 100%;
	position: relative;
}

li.mm05:after { 
	display: block;
	position: absolute;
	height: 10px;
	line-height: 10px;
	width: 10px;
	text-align: center;
	content: '\e661';
	font-family: 'icomoon';
	color: #FFF;
	top: 30px;
	margin-top: -5px;
	right: 30px;
}

li.mm05.arrowUp:after { content: '\e660'; }
li.mm05 > a { padding-right: 20px; }

/* header nav li:hover ul { display: block; } */

.container,
header nav {
	max-width: 1000px;
	width: 100%;
	background: #FFF;
	margin: 0 auto; 
	position: relative;
	padding: 45px 0;
}

header nav { 
	padding: 0; 
	background: none;
}

.sideInfo {
	position: fixed;
	z-index: 105;
	display: block;
	top: 492px;
	width: 292px; /* to prevent h2 border from extending to wide */
	left: -162px; /* height of image plus 6px (perfect alignment) */
	margin-top: -193px; /* height of image plus 25px (perfect alignment) */
	
	-webkit-transform: rotate(90deg); 
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
	
	-webkit-transition: .5s all ease-in-out;
	-moz-transition: .5s all ease-in-out;
	-ms-transition: .5s all ease-in-out;
	-o-transition: .5s all ease-in-out;
	transition: .5s all ease-in-out;
}

.sideInfo:hover {
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
	left: 0;
	margin-top: -168px; /* height of image */
}

.sideInfo h2 {
	font-size: 90px;
	font-weight: normal;
	font-family: Gondola;
	text-transform: uppercase;
	line-height: 75px;
	letter-spacing: 10px;
	margin: 20px 0 5px!important;
	border-bottom: 3px solid #7D232D;
}

.sideInfo h3 { margin: 0 0 20px 0!important; }

.sideInfo h3 span {
	font-size: 40px;
	letter-spacing: 4px;
}

.sideInfo p {
	text-align: center;
	font-size: 19px;
	line-height: 35px;
	letter-spacing: 1px;
	word-spacing: 0;
	margin: 0;
	padding: 0;
	font-family: Gondola;
}

section { 
	margin: 0;
	padding: 0; 
	width: 100%;
	min-height: 100%;
	position: relative;
}

.content {
	padding: 0;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 100%;
}
body.mm01 { background: url(../img/01.jpg) center bottom no-repeat; background-size: cover!important; }
#home { 
	background : transparent;
	position: relative;
	top: 0;
	height: 492px;
	
	-webkit-transition: .5s all ease-in-out;
	-moz-transition: .5s all ease-in-out;
	-ms-transition: .5s all ease-in-out;
	-o-transition: .5s all ease-in-out;
	transition: .5s all ease-in-out;
}

body.mm05a { background: url(../img/showreel.jpg) left center no-repeat; background-size: cover!important; }
body.mm05b{ background: url(../img/cello.jpg) center bottom no-repeat; background-size: cover!important; }

.showMore {
	position: absolute;
	width: 40px;
	height: 40px;
	display: block;
	left: 50%;
	top: 180px;
	margin-left: -22px;
	cursor: pointer;
	border: 2px solid #FFF;
	border-radius: 100%;
	z-index: 2;
}

.showMore:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 42px;
	text-align: center;
	font-family: 'icomoon';
	content: '\e65f';
	color: #FFF;
	font-size: 30px;
}

.intro {
	position: absolute;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto; 
	padding: 30px 0 0 0;
	top: 0;
	left: 0;
	right: 0;
	text-align: left;
	opacity: 1;
	z-index: 1;
	
	-webkit-transition: .2s opacity ease-in-out;
	-moz-transition: .2s opacity ease-in-out;
	-ms-transition: .2s opacity ease-in-out;
	-o-transition: .2s opacity ease-in-out;
	transition: .2s opacity ease-in-out;
}

.mm05 .intro { position: relative; height: auto; }

section ul { 
	font-size: 14px; 
	line-height: 26px;
	margin: 0 20px;
	list-style: none;
}

section li {
	padding: 0 0 0 25px;
	position: relative;
}

section li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	width: 15px;
	height: 0;
	border-bottom: 1px solid #7D232D;
}

#about {
	position: relative;
	background: #FCF8E6;
	min-height: 100%;
}
	
#about .bottom {
	display: block;
	height: auto;
	width: 100%;
	text-align: center;
	
	-webkit-transition: .5s all ease-in-out;
	-moz-transition: .5s all ease-in-out;
	-ms-transition: .5s all ease-in-out;
	-o-transition: .5s all ease-in-out;
	transition: .5s all ease-in-out;
}

#about .bottom:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 1px;
	display: block;
	top: -306px;
	left: 50%;
	margin-left: -1700px;
	border-bottom: 380px solid rgb(252,248,230);
	border-left: 3400px solid rgba(255,255,255,0);
	-webkit-transform: scale(.9999);
	-moz-transform: scale(.9999);
	-ms-transform: scale(.9999);
	-o-transform: scale(.9999);
	transform: scale(0.9999);
	z-index: 0;
}

#about .bottom img { 
	height: 100%; 
	width: auto; 
	max-height: 464px; 
	opacity: .13; 
	margin: 0 auto;
}

#about .content {
	max-width: 790px;
	opacity: 0;
	
	-webkit-transition: .5s all ease-in-out;
	-moz-transition: .5s all ease-in-out;
	-ms-transition: .5s all ease-in-out;
	-o-transition: .5s all ease-in-out;
	transition: .5s all ease-in-out;
}

#info:before,
#recording:before,
#personnel:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	top: 40px;
	border-top: 1px solid #7D232D;
	opacity: .2;
}

#recording:before,
#personnel:before { top: 65px; }

#info,
#recording,
#personnel,
#gallery {
	background: #FCF8E6;
	position: relative;
	padding: 0;
	z-index: 2;
	min-height: 0;
}

#info .content,
#recording .content,
#personnel .content { 
	padding: 100px 0 0 0; 
	opacity: 0; 
	
	-webkit-transition: .5s all ease-in-out;
	-moz-transition: .5s all ease-in-out;
	-ms-transition: .5s all ease-in-out;
	-o-transition: .5s all ease-in-out;
	transition: .5s all ease-in-out;
}

#info h1,
#recording h1,
#personnel h1,
.mm05 h1,
#gallery h1 { 
	font-size: 100px; 
	line-height: 90px;
	margin-bottom: 30px;
	display: inline-block;
}

/*#info h2 { font-size: 69px; word-spacing: 11px; }

#info h2 small { 
	width: 100px; 
	font-size: 30px; 
	margin-left: 35px;
	display: inline-block; 
}

#info h2 span { font-size: 145px; }*/

#contact {
	height: 350px;
	width: 100%;
	min-height: 0;
	background: url(../img/bottom.jpg) left 72% no-repeat;
	background-size: cover;
	position: relative;
}

/* RECORDING */
#personnel:after,
.mm05 .intro:after,
#gallery:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 1px;
	bottom: -291px;
	left: 50%;
	margin-left: -1630px;
	border-top: 380px solid rgb(252, 248, 230);
	border-right: 3400px solid rgba(255, 255, 255, 0);
	-webkit-transform: scale(.9999);
	-moz-transform: scale(.9999);
	transform: scale(0.9999);
	z-index: -1;
}

#contact .text {
	position: absolute;
	right: 0;
	top: 0;
}

#contact p,
#contact a {
	color: #FFF;
	font-size: 12px;
	font-weight: 100;
	line-height: 20px;
	
	-webkit-text-shadow: 1px 1px 1px #120F16;
	-moz-text-shadow: 1px 1px 1px #120F16;
	-ms-text-shadow: 1px 1px 1px #120F16;
	-o-text-shadow: 1px 1px 1px #120F16;
	text-shadow: 1px 1px 1px #120F16;
}

#contact .text p:first-of-type { margin-top: 120px; }

#contact .text p:last-of-type {
	text-transform: uppercase;
	margin-top: 50px;
}

#contact .text p strong,
#contact a { font-weight: 600; text-transform: uppercase; }

#gallery:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 1px;
	display: block;
	top: -305px;
	left: 50%;
	margin-left: -1630px;
	border-bottom: 380px solid rgb(252, 248, 230);
	border-left: 3400px solid rgba(255, 255, 255, 0);
	z-index: 0;
	
	-webkit-transform: scale(.9999);
	-moz-transform: scale(.9999);
	-ms-transform: scale(.9999);
	-o-transform: scale(.9999);
	transform: scale(0.9999);
}

.clear { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

a.readMore {
	color: #692F24;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:  center;
	display: block;
	width: 150px;
	padding: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0 auto;
	left: 50%;
	margin-left: -92.5px; /* minus half width plus padding */
	top: 0;
	margin-top: -65px;
	position: absolute;
	border: 2px solid #692F24;
	opacity: 1;
	
	-webkit-transition: .2s opacity ease-in-out;
	-moz-transition: .2s opacity ease-in-out;
	-ms-transition: .2s opacity ease-in-out;
	-o-transition: .2s opacity ease-in-out;
	transition: .2s opacity ease-in-out;
}

/* PERSONNEL */
#personnel .person { margin-bottom: 50px; }
#personnel .person .image { 
	width: 33%;
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}

#personnel .person:last-of-type { margin-bottom: 0; }

#personnel .person .image img { 
	margin: 0 20px;
	max-width: 85%;
	max-width: -webkit-calc(100% - 40px);
	max-width: -moz-calc(100% - 40px);
	max-width: -ms-calc(100% - 40px);
	max-width: -o-calc(100% - 40px);
	max-width: calc(100% - 40px); 
	height: auto; 
	width: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

#personnel .person .personnelInfo { 
	width: 66%;
	position: relative;
	vertical-align: middle;
	display: inline-block;
}

#personnel .person .personnelInfo p { text-align: justify; }

/*#personnel .person.two .image { width: 25%; }
#personnel .person.two .personnelInfo { width: 50%; }*/

#personnel .person:nth-of-type(odd) .image img { margin: 0 0 0 20px; }
#personnel .person:nth-of-type(odd) .personnelInfo p { margin: 0 20px 0 0; }

#personnel .person:nth-of-type(even) .image img { margin: 0 20px 0 0; float: right; }
#personnel .person:nth-of-type(even) .personnelInfo p { margin: 0 0 0 20px; }

.clear { clear: both; }

/* GALLERY */
.album { position: relative; }

.wrapImage { display: block; position: relative; height: 100%; overflow: hidden; width: 100%; }

/* album option pop ups - larger images */
#gallery { min-height: 0; padding: 30px 0 0 0; z-index: 1; }

.overlay{
    position: fixed; 
    width: 100%; 
    height: 100%; 
    top: 0px; 
    left: 0px; 
    background: rgba(0,0,0,0.85); 
    display: none;
    z-index: 1000;
}

.overlay img {
	width: auto!important; 
	height: auto!important;
	margin: auto!important;
	z-index: 1001;
	position: fixed;
	left: 0;
	right: 0;
	opacity: 1;
	top: 0;
	bottom: 0;
	border: 3px solid #FFF;
	max-width: 90%;
	max-height: 90%;
}

.close {
	display: block;
	height: 36px;
	width: 36px;
	color: #FFF;
	background: #7D232D;
	font-size: 30px; 
	line-height: 36px;
	font-family: 'icomoon';
	position: fixed;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
	z-index: 9999;
}

.close:after {
	content: '\e654';
	width: 100%;
	height: 100%;
}

footer .content { z-index: 2; }

/* section break */
hr { 
	padding: 0;
	border: none;
	border-top: medium double #7D232D;
	color: #7D232D;
	text-align: center;
	margin: 50px 20px;
}
hr:after {
	content: '';
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1.5em;
	padding: 0 0.25em;
}


.shnit {
    position:fixed;
    z-index: 100;
    bottom:50px;
    right:50px;
    width:360px;
    height: 136px;
    background-color: #000000;
}

@media (max-width: 450px) {
    .shnit {
        width:180px;
        height:68px;
    }

    .shnit img {
        width: 180px;
        height: 68px;
    }
}