/* --- CSS Reset --- */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
object{ outline: 0; }
strong, b, strong *, b * { font-weight: bold !important; }
em, i, em *, i * { font-style: normal !important; }
a:focus, input:focus{ outline-style: none; }
textarea{ outline: none; }

*{ box-sizing: border-box; }
body{ font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 21px; color: #171819; background: url('bg.jpg'); }

div.container{ overflow: hidden; }

/* Layout */
div.nav{ width: 260px; margin-right: -260px; position: fixed; top: 0; left: 0; height: 100%; }
div.main{ margin-left: 260px; text-align: center; }
	.main div.inner{ padding: 60px 0; text-align: center; }


/* Navigation */
div.nav{ font-family: 'Montserrat', sans-serif; font-weight: 700; color: #fff; background: #1d1e1f; }
	.nav h1{ width: 260px; text-align: center; padding: 30px 0; }
	.nav h1 a{ width: 195px; height: 180px; display: block; text-indent: -5000px; background: url('logo.png') 50% 50% no-repeat; background-size: 100% 100%; margin: auto; }
	.nav ul li{ text-transform: uppercase; background: #171819; line-height: 1em; position: relative; margin-top: 1px; }
	.nav ul span{ display: block; width: 3px; height: 50px; background: red; transition: width .2s; }
	.nav ul li a{ position: absolute; top: 0; left: 0; padding: 19px 19px 19px 30px; color: #fff; text-decoration: none; font-size: 18px; display: block; width: 100%; }
	.nav ul li:hover span, .nav ul li.active span{ width: 100%; }

	.nav .pink span{ background: #f01841; }
	.nav .purple span{ background: #9a27d6; }
	.nav .blue span{ background: #43a0ff; }
	.nav .blue span{ background: #43a0ff; }
	.nav .green span{ background: #70f915; }
	.nav .yellow span{ background: #f9e715; }
	.nav .red span{ background: #f93515; }

	.mob-menu-toggle{ display: none; }


/* Main */
div.content{ width: 920px; margin: auto; text-align: left; position: relative; }
	.content h2{ font-family: 'Montserrat', sans-serif; font-weight: 700; line-height: 1em; font-size: 36px; text-transform: uppercase; letter-spacing: -1px; }
	.content h3{ font-family: 'Montserrat', sans-serif; font-weight: 700; line-height: 1em; font-size: 18px; text-transform: uppercase;  }
	.content div.slideshow{ margin-top: 40px; background: #fff; }
	.content .cols{ overflow: hidden; margin-top: 40px;  }
	.content .cols div.col{ width: 50%; float: left; display: inline; }
	.content .cols div.col:first-child{ padding-right: 20px; }
	.content .cols div.col:last-child{ padding-left: 20px; }
	.content .cols h3{ padding-bottom: 10px; }
	.content .cols p{ padding-top: 5px; }

	.customcontent{ color: #626262; font-size: 16px; line-height: 24px; }

	.underline{ width: 60px; height: 3px; margin-top: 15px; }
		.color-pink .underline{ background: #f01841; }
		.color-purple .underline{ background: #9a27d6; }
		.color-blue .underline{ background: #43a0ff; }
		.color-blue .underline{ background: #43a0ff; }
		.color-green .underline{ background: #70f915; }
		.color-yellow .underline{ background: #f9e715; }
		.color-red .underline{ background: #f93515; }

	.content .text{ padding-top: 30px; color: #626262; font-size: 16px; line-height: 24px; }

	.content .slide-circles{ text-align: center; margin-top: 20px; }
		.content .slide-circles span{ width: 12px; height: 12px; display: inline-block; background: #c5c5c5; border: #c5c5c5 2px solid; border-radius: 100px; margin: 0 8px; cursor: pointer; }
		.content .slide-circles span.active{ background: #fff; }
		.content .slide-circles span:hover{ border-color: #aaa; }

	.content a{ text-decoration: none; }
		.content a:hover{ text-decoration: underline; }

	.color-pink a{ color: #f01841; }
	.color-purple a{ color: #9a27d6; }
	.color-blue a{ color: #43a0ff; }
	.color-blue a{ color: #43a0ff; }
	.color-green a{ color: #70f915; }
	.color-yellow a{ color: #f9e715; }
	.color-red a{ color: #f93515; }

	div.main-pic{ margin-top: 30px; }

	.members{ overflow: hidden; margin-top: 30px; }
		.members li{ float: left; display: inline; width: 260px; text-align: center; margin-left: 70px; margin-bottom: 70px; }
			.members li:nth-child(3n+1){ margin-left: 0; }
		.members img{ border-radius: 1000px; overflow: hidden; display: block; margin: auto; width: 230px; transition: .1s ease-out; margin-top: 14px; }
		.members h3{ padding-top: 20px; }
		.members img:hover{ -ms-transform: scale(1.12, 1.12); -webkit-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); }

	.albums{ overflow: hidden; padding-top: 30px; }
	.albums li{ width: 300px; height: 220px; position: relative; float: left; display: inline; margin: 0 0 10px 10px; }
		.albums li:nth-child(3n+1){ margin-left: 0; }
		.albums h3{ display: block; position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0,0,0,0.8); font-size: 14px; }
		.albums h3 a{ display: block; color: #fff; text-decoration: none; padding: 15px; }

	div.tabs{ position: absolute; top: 0; right: 0; font-family: 'Montserrat', sans-serif; font-weight: 400; }
		.tabs a{ float: left; display: inline; padding: 15px 0; margin-left: 40px; border-bottom: transparent 3px solid; text-transform: uppercase; color: #bbb; font-size: 16px; }
		.tabs a:hover{ color: #333; text-decoration: none; }
		.tabs a.active{ color: #333; border-color: #f9e715; }

	.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea{ background: #ddd; font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 1em; padding: 10px; border: 0; border-radius: 5px; width: 100%; }
		.contact-form div.input{ margin-top: 12px; padding: 0 !important; }
		.contact-form textarea{ height: 200px; }
		.contact-form .submit{ padding-top: 20px; }
		.contact-form .submit input{ background: #f93515; color: #fff; padding: 10px 20px; border: 0; border-radius: 4px; font-family: 'Montserrat', sans-serif; font-weight: 400; text-transform: uppercase; font-size: 14px; cursor: pointer; }

	.footer-copy{ font-size: 12px; padding: 20px 0; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}


@media all and (max-width: 960px){ 
	div.main{ margin: 0; padding: 20px; }
	div.nav{ width: auto; position: static; margin: 0; height: auto; text-align: center; }
	.nav ul{ display: none; }
	.nav h1{ margin: auto; padding: 10px 0; }
	.nav h1 a{ width: 110px; height: 101px; }
	div.content{ width: auto; }
	.content .slideshow img{ max-width: 100%; }
	.content h2{ font-size: 30px; }
	.main div.inner{ padding: 20px 0; }
	.content div.slideshow{ margin-top: 20px; }
	.content .cols{ margin-top: 0; }
	.content .cols div.col{ float: none !important; font-weight: normal; display: block; width: auto; margin-top: 20px; padding: 0 !important; }
	div.main-pic{ margin-top: 20px; }
		.main-pic img{ max-width: 100%; }
		.members li{ width: 33%; margin: 0 0 20px 0; }
		.members img{ max-width: 75%; }
	.albums li{ width: 50%; height: auto; margin: 0; }
		.albums li img{ width: 100%; }
		.albums{ clear: both; }
	div.tabs{ position: static; overflow: hidden; border-radius: 1000px; margin-bottom: 25px; margin-top: -15px; }
		.tabs a{  background: #1d1e1f; width: 50%; text-align: center; margin: 0; padding: 15px 0; color: #fff; font-size: 13px; border: 0; }
		.tabs a.active{ background: #f9e715; color: #000; }

	.mob-menu-toggle{ display: block; font-size: 15px; text-transform: uppercase; color: #fff; padding: 10px 0; background: #131415; text-align: center; }
		.mob-menu-toggle span{ padding-left: 24px; background: url('menu.png') 0 50% no-repeat; background-size: 16px 16px; font-family: 'Montserrat', sans-serif; font-weight: 400; cursor: pointer; }

	.nav ul.visible{ display: block; }

}

