* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
html, body {
	width:100%;
	height:100%;
	overflow:hidden;
	font-family: "effra",sans-serif;
	font-style: normal;
	font-weight: 300;
	color:#555555;
	font-size:100%;
}
.disclaimer-copy {
	font-size:.75em;
}
.nav {
	width: 300px;
	height: 100%;
	/*background: url("../img/3pxtileSm.png");*/
	background-color:#555555;
	box-shadow: 0px 0px 50px rgba(0,0,0,1);
	position: fixed;
	top: 0;
	left: 0;
	z-index:10;
	overflow:hidden;
}
.nav .logo {
	background: #ffffff;
	padding: 20px 20px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
.nav .logo img {
	width:100%;
}
.nav .logo img.logo_m {
	display:none;
}
.nav .logo img.logo_d {
	display:block;
}
.nav .divider {
	background: #39A8DF;
	height:20px;
	width:100%;
}
.nav .menu .menuItem {
	width: 100%;
	height: 60px;
	background: #555555;
	box-sizing: border-box;
	position: relative;
}
.nav .menu .menuItem a {
	font-size: 1.5em;
	color: #ffffff;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: right;
	padding: 15px 20px 0 0;
}
.nav .menu .menuItem .bgColor {
	position: absolute;
	background: #39a8DF;
	width: 100%;
	height: 100%;
	top: 0;
	left: -320px;
	z-index: 0;
}
.nav .menu .menuItem .bgColor:after {
	content: "";
	position: absolute;
	right: -20px;
	color: white;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 20px solid #39A8Df;
	top: 0px;
}
.nav .filters .header {
	border-bottom: 1px solid white;
	color: white;
	text-align: center;
	padding: 10px;
	background-color: #484848;
	margin-top: 50px;
}
.nav .filters .filter {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.nav .filters .filter .title {
	color: white;
    float: right;
    margin-top: 4px;
    margin-right: 10px;
	text-transform:capitalize;
}
.toggle {
	width: 60px;
    height: 30px;
    background-color: #404040;
    border-radius: 4px;
    float: right;
    margin-right: 10px;
    box-shadow: inset 0px 0px 6px black;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.toggle .switch {
	width: 20px;
    height: 20px;
    background-color: #555555;
    position: absolute;
    top: 5px;
    left: 35px;
    border-radius: 2px;
    box-shadow: 0 0 8px black;
}
.toggle .switch:before,
.toggle .switch:after {
    display: block;
    position: absolute;
    top: 3px;
    color: #9A9A9A;
    font-size: .725em;
    text-transform: uppercase;
}
.toggle .switch:before {
	content: "on";
    left: -27px;
}
.toggle .switch:after {
	content: "off";
    left: 28px;
}
#index #nav-home .bgColor {
	/* This is here for when I want the page to be specified */
}
/*
#agenda .wrapper {
	width:100%;
	max-width:1144px;
	margin:0 auto;
	padding:0;
	position:relative;
}
*/
.wrapper {
	width:100%;
	height:100%;
	padding-left:100px;
	position:fixed;
	top:0;
	bottom:0;
	box-sizing: border-box;
}
.container {
	float: left;
	width: 100%;
	height: 100%;
	background: url("../img/hexcellence.png");
	overflow:auto;
	position:relative;
  	box-sizing: border-box;
}
.back-arrow {
	position: fixed;
	z-index: 3;
	top: 3%;
	left: 20.5%;
	width: 4%;
	cursor:pointer;
	display:none;
}
.back-arrow img {
	width:100%;
}
.gallery, .image, .ex-gallery {
	background:transparent;
	box-sizing:border-box;
	float:left;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.gallery:before,
.image:before,
.ex-gallery:before {
	content: "";
	display: block;
	padding-top: 66.66%;
}
.gallery.featured:before {
	padding-top:66.66%;
}
.gallery .content,
.image .content
.ex-gallery .content {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;

}
.gallery .content img:not(.loaderGif) {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.loaderGif, .lightboxLoader {
	background-color: white;
	border-radius: 100%;
	box-shadow: 0 0 50px rgba(255,255,255,1);
}
.loaderGif,
.image .content img{
	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%);
}
.gallery .content .info {
	position: absolute;
	bottom: -25%;
	left: 0;
	width: 100%;
	height: 25%;
	background: rgba(0,0,0,0.6);
	color: #ffffff;
	z-index: 1;
	font-weight: 300;
	text-align: center;
	text-transform:capitalize;
}
.gallery .content .info .title {
	margin-top: 3%;
	font-weight: 400;
	font-size: 1.125em;
}
.gallery .content .info .date {

}
.gallery .content .info .enter {

}
#more, #kdka {
	background-image: url('../img/more-bg.jpg');
	box-shadow: inset 0 0 100px rgba(0,0,0,0.2);
	text-align: center;
	background-size: cover;
	background-position: 50% 50%;
	cursor:default;
}
#more .text,
#kdka .text {
	color: white;
	font-weight: 400;
	font-size: 2.75em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 20%);
	-webkit-transform: translate(-50%, 20%);
	-moz-transform: translate(-50%, 20%);
	-o-transform: translate(-50%, 20%);
	-ms-transform: translate(-50%, 20%);
	text-shadow: 3px 3px 8px rgba(0,0,0,1);
	width: 100%;
}
.kdka-video {
	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%);
	text-shadow: 3px 3px 8px rgba(0,0,0,1);
	display:none;
	cursor:pointer;
}
#contactUs {
	background-color:#39a8df;
	cursor:default;
}
#contactUs:before {
}
#contactUs .logo-white {
	width: 50%;
	height: 40%;
	padding: 5% 8%;
	box-sizing: border-box;
	border-right: 1px solid white;
	margin-top: 19%;
	float:left;
}
#contactUs .logo-white img {
	position:relative;
}
#contactUs .contact {
	float: left;
	width: 50%;
	height: 100%;
	padding: 25% 7%;
	box-sizing: border-box;
	color: white;
	font-size: 1.6em;
}
#contactUs .contact a {
	color:white;
	font-size:.75em;
}
.lightbox {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10;
	background-color: rgba(0,0,0,.6);
	display:none;
	cursor:pointer;
}
.lightbox .lightboxLoader {
	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%);
}
.lightbox .lightbox-image img {
	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%);
	height: 95%;
	box-shadow: 0 0 90px black;
	border: 1px solid #999999;
	cursor:default;
}
#content {
	padding:20px;
}
#content article {
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid #DFDFDF;
	margin-bottom: 20px;
	width:100%;
	overflow: hidden;
  	position: relative;
}
#content article .post-thumbnail {
	width: 24%;
	min-height: 300px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	float: left;
	background-size: cover;
	background-position: 50% 50%;
	top: 33.333%;
	left: 0;
	transform: translate(0%, -33.333%);
}
#content article .post-thumbnail img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
#content article .post-thumbnail-watermark:before {
	content: "";
	display: block;
	padding-top: 61%;
}
#content article .post-thumbnail-watermark {
	position: absolute;
	z-index: 2;
	width: 24%;
	background-size: contain;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
}
#content article .post-content {
	float: left;
	padding: 20px 1% 20px 25.4%;
	width: 73.4%;
}
#content article .entry-header {
	width:100%;
	float:left;
}
#content article .post-content header h1 {
	margin-bottom:10px;
	float:left;
}
#content article .post-content header h1 a {
	color: #494949;
	text-decoration: none;
	font-weight: 200;
	font-size: 1.5em;
}
#content article .entry-meta {
	float:right;
}
#content article .entry-meta > span {
	display:none;
}
#content article .entry-meta > span.entry-date {
	display:block;
}
#content article .entry-meta > span.entry-date a {
	color: #494949;
	text-decoration: none;
	font-weight: 200;
	font-size: .8em;
}
#content article .location {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	margin-top: -15px;
	color: #BABABA;
	font-style: italic;
}
#content article .location .venue {

}
#content article .location .city {

}
.ngg-galleryoverview {
	margin-top:20px !important;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box {
	width:20%;
	margin-right:0;
}

.ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail {
	width:100%;
	position:relative;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail:before {
  content: "";
  display: block;
  padding-top: 66.66%;
}
.ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img {
	width:100% !important;
	height:auto !important;
	border:none !important;
	background-color:transparent !important;
	margin:0 !important;
	padding:0 !important;
	position:absolute;
	top:0;
	left:0;
}
.ngg-galleryoverview .ngg-navigation {
	display:none !important;
}
#password .download {
	background-color:#39A8DF;
	height:100%;
	color:white;
}
#password .download .form {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	padding-top: 50px;
}
#password .download .form p {
	margin-top:20px;
	width:100%;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 2px;
}
#password .download .form p.error {
	background-color: #ED9999;
	border: 1px solid rgb(218, 99, 99);
}
#password .download .form p.success {
	background-color: #7DDD90;
	border: 1px solid rgb(70, 160, 74);
}
input[type="text"] {
	width: 100%;
	height: 40px;
	font-size: 1em;
	border: 0;
	border-radius: 2px;
	text-indent: 10px;
	margin-top: 20px;
	outline:none;
}
button {
	width: 100%;
	height: 40px;
	font-size: 1em;
	border: 0;
	border-radius: 2px;
	text-indent: 10px;
	margin-top: 20px;
	background-color: #83CEF4;
	color: white;
	text-transform: uppercase;
	outline:none;
	cursor:pointer;
}
button:hover {
	background-color:#55B7E8;
}


.client {
	width: 23.75%;
	margin-left: 1%;
	margin-top: 1%;
	position: relative;
	float: left;
}
.client:before {
	content: "";
    display: block;
    padding-top: 100%;
}
.client:first-of-type {
    margin-left: 25.75%;
}

.client .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #39A8DF;
	color: white;
	overflow-y:scroll;
}
.client .content.back {
	border: 8px solid #39A8DF;
    box-sizing: border-box;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.5);
}
.client .content .profile-image {
    width: 100%;
    height: 50%;
    background-position: center;
    background-size: cover;
	background-color:#555555;
}
.client .content .lower {
	height: 50%;
	position: absolute;
	top: 50%;
	width: 100%;
}
.client .content .lower .contact {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.client .content .lower .contact > * {
    margin-bottom: 4%;
}
.client .content .lower .contact > *:last-of-type {
    margin-bottom: 0;
}
.client .content .name {
	background-color: white;
    color: #39A8DF;
    float: left;
    padding: 10px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.client a {
    color: white;
    border-bottom: 1px solid white;
    text-decoration: none;
}
.client.add {
	cursor:pointer;
	position:absolute !important;
}
.client .add-button {
	width: 50%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25%;
    margin-top: -25%;
    border: 2px solid white;
    box-sizing: border-box;
    font-size: 7em;
    font-weight: 800;
	-webkit-border-radius: 50% / 10%;
	border-radius: 50% / 10%;
	background-color:white;
}

.client .add-button::before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	content: "";
	top: 8%;
	right: -6%;
	bottom: 10%;
	left: -6%;
	border: none;
	-webkit-border-radius: 5% / 50%;
	border-radius: 5% / 50%;
	-o-text-overflow: clip;
	text-overflow: clip;
	background: white;
	text-shadow: none;
	height: 84%;
	color:#39A8DF;
}
.client .add-button div {
	position: absolute;
	z-index: 1;
	color: #39A8DF;
	line-height: 40px;
	text-align: center;
	height: 47px;
	width: 47px;
	text-indent: -8px;
	top: 50%;
	left: 50%;
	margin-left: -23px;
	margin-top: -23px;
}
.client .client-add-info,
.client .client-edit-info {
	padding:10px;
}
.client .client-add-info input:first-of-type,
.client .client-edit-info input:first-of-type {
	margin-top:0;
}
.client .client-add-info .close,
.client .client-edit-info .close {
	width: 100%;
	height: 30px;
	font-size: 1em;
	text-align: right;
	cursor:pointer;
}
.edit {
    width: 25px;
    height: 25px;
    background-color: #39A8DF;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('../img/edit.png');
    background-repeat: no-repeat;
    background-position: center;
	cursor:pointer;
}
.edit:before, .edit:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
}
.edit:before {
	border-left: 25px solid transparent;
    border-top: 25px solid #39A8DF;
    left: -25px;
}
.edit:after {
    border-right: 25px solid #39A8DF;
    border-bottom: 25px solid transparent;
    top: 25px;
}


#agenda,
#agenda .agenda-inner {
	width:100%;
}
#agenda .add-event {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color:#39A8DF;
	padding-left:300px;
	box-sizing:border-box;
	z-index:2;
}
#agenda .add-event,
#agenda .add-event-push {
	height:90px;
}
#agenda .agenda-line {
	width: 2px;
	height: 100%;
	background-color: #36a9e0;
	position: absolute;
	left: 181px;
}
#agenda .session {
	width:100%;
	height:90px;
	float:left;
	clear:both;
	position:relative;
}
#agenda .session.past {
	opacity:.2;
}
#agenda .session:nth-of-type(even){
	background-color:rgba(255, 255, 255, 0.4);
}
#agenda .session .date {
	font-size: 1em;
	float: left;
	height: 100%;
	position: relative;
	border-right:2px solid #36a9e0;
	width:200px;
}

#agenda .session .date:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-color: #36a9e0;
	position: absolute;
	right: -9px;
	top: 50%;
	margin-top: -7px;
	border-radius: 100%;
	perspective: 1;
}
#agenda .session .date .date-left {
	float: left;
	line-height: 1em;
	font-size: 1em;
	text-align: right;
	width: 80px;
	height: 75px;
	position:relative;
}
#agenda .session .date .date-left .date-left-top {
	width:100%;
	height:50px;
	position:absolute;
	top:8px;
	left:8px;
}
#agenda .session .date .date-left .date-left-top .day-name {
	width: 45px;
    height: 18px;
    position: absolute;
    top: 15px;
    left: -13px;
	text-transform:uppercase;
}
#agenda .session .date .date-left .date-left-top .month {
	width:43px;
	height:19px;
	position:absolute;
	top:0;
	left:20px;
	text-transform:uppercase;
	text-align: center;
	padding-top: 1px;
}
#agenda .session .date .date-left .date-left-top .day {
	width: 43px;
    height: 30px;
    position: absolute;
    top: 19px;
    left: 20px;
    text-transform: uppercase;
    text-align: left;
    padding-top: 5px;
    font-weight: 700;
}
#agenda .session .date .date-left .date-left-bottom {
	width: 61px;
	height: 24px;
	position: absolute;
	top: 57px;
	left: 8px;
}
#agenda .session .date .date-left .date-left-bottom .year {
	padding-top: 4px;
	border-top: 1px solid black;
	margin-top: 2px;
}
#agenda .session .date .date-right {
	display:block;
	float:left;
	position:relative;
	width: 100px;
	height:75px;
}
#agenda .session .date .date-right .remaining {
	width:100%;
	height:100%;
	position: absolute;
    left: 0;
    top: 8px;
}
#agenda .session .date .date-right .remaining > div {
	width: 100%;
    height: 6%;
    margin: 11px 0;
}
#agenda .session .date .date-right .remaining > div > div {
	float:left;
	height:100%;
	white-space:nowrap;
	margin-right:4%;
	background-color:#DEDEDE;
}
#agenda .session .date .date-right .remaining > div > div.rem {
	background-color:#39A8DF;
}
#agenda .session .date .date-right .remaining .yr > div {
	width:48%;
}
#agenda .session .date .date-right .remaining .mr > div {
	width: 4.65%;
}
#agenda .session .date .date-right .remaining .wr > div {
	width:22%;
}
#agenda .session .date .date-right .remaining .dr > div {
	width:10.75%;
}
#agenda .session .date .date-right .remaining > div > div:last-of-type {
	margin-right:0;
}
#agenda .session .type {
    float: left;
    width: 50px;
    height: 100%;
    margin: 0 40px;
}
#agenda .session .type .type-container {
	width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #39A8DF;
    color: white;
    margin-top: 20px;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    padding-top: 5px;
    box-sizing: border-box;
}
#agenda .session .type .type-container span {
	display:none;
}
#agenda .session .details {
	float: left;
	padding-top: 20px;
}
#agenda .session .details .person {
	clear:both;
}
#agenda .session .details .person .icon-person {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
#agenda .session .details .person .name {
	white-space: nowrap;
    font-size: 1.5em;
    font-weight: 600;
}
#agenda .session .details .time {
	float:left;
	width:115px;
	margin:0 0 0 30px;
}
#agenda .session .details .time .icon-clock {
	float:left;
	margin:0 10px 0 0;
}
#agenda .session .details .time .time-inner {
	float:left;
}
#agenda .session .details .location {
	float:left;
}
#agenda .session .details .location .icon-location {
	float:left;
	margin-right:10px;
}
#agenda .session .details .location .location-spot {
	font-style: italic;
	white-space:nowrap;
}



#photobooth #hero {
	background-image:url('../img/hero_low.jpg');
	background-size:cover;
	background-position:center;
}
#photobooth section {
	width:100%;
	float:left;
	padding:75px 0;
	position:relative;
}
#photobooth section .container {
	max-width:1144px;
	width:100%;
	background:transparent;
	margin:0 auto;
	float:none;
	display:flex;
}
#photobooth section#hero .container {
	text-align:center;
	color:white;
	font-weight:200;
	padding:150px 0;
	display:block;
	text-shadow: 1px 2px 2px rgba(0,0,0,1);
}
#photobooth section#hero .container h1 {
	font-weight:200;
	font-size:3em;
	margin-bottom:30px;
}
#photobooth section#hero .container h4 {
	font-weight:200;
	font-size:1.5em;
}
#photobooth section .container .col:first-of-type {
	overflow:hidden;
	position:relative;
}
#photobooth section .container .col:first-of-type:after {
    content: "";
    display: block;
    padding-top: 55%;
}
#photobooth section#info-2 .container .col:first-of-type:after {
    display:none;
}
#photobooth section .container .col:first-of-type img {
	position: absolute;
	height: 100%;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#photobooth section .container .col {
	float:left;
	align-items:stretch;
	padding: 0 30px;
}
#photobooth section .container .col-25 {
	width:25%;
}
#photobooth section .container .col-50 {
	width:50%;
}
#photobooth section .container .col-75 {
	width:75%;
}
#photobooth h1 {
	font-size:2em;
	font-weight:200;
	margin-bottom:30px;
}
#photobooth p {
	margin-bottom:30px;
}
#photobooth ul {
	margin-bottom:30px;
	padding-left:30px;
}
#photobooth #info-1 {
	background-image: url('../img/hexellence.png');
}
#photobooth #partybooth_outside {
	background-image: url('../img/party_booth_2.jpg');
	width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
	background-position:center;
}
#photobooth #photostrip {
	background-image:url('../img/photo_strip.jpg');
	background-size:cover;
	background-position:center;
	height:450px;
}




/* ABOVE THIS IS 4 COLUMNS */

/* THIS MEDIA QUERY IS 3 COLUMNS */
@media (max-width: 1281px) {
	.nav {
		width:200px;
	}
	.wrapper {
		padding-left:200px;
	}
	.nav .logo img.logo_m {
		display:none;
	}
	.nav .logo img.logo_d {
		display:block;
	}
	.client {
		width:32%;
	}
}

/* THIS MEDIA QUERY IS 2 COLUMNS */
@media (max-width: 1025px) {
	.nav {
		width:100px;
	}
	.wrapper {
		padding-left:100px;
	}
	.nav .logo img.logo_m {
		display:block;
	}
	.nav .logo img.logo_d {
		display:none;
	}
	.client {
		width:48.5%;
	}
}

/* THIS MEDIA QUERY IS 1 COLUMN */
@media (max-width: 640px) {
	.nav {
		width:0;
	}
	.wrapper {
		padding-left:0;
		margin-top:75px;
	}
	.nav {
		width:100%;
		height:75px;
		position:fixed;
		top:0;
		left:0;
	}
	.nav .logo {
		height:100%;
		padding:10px;
	}
	.nav .logo img.logo_m {
		display:block;
		height:100%;
		width:auto;
		margin:0 auto;
	}
	.nav .logo img.logo_d {
		display:none;
	}
	.client {
		width:98%;
	}
	#agenda .add-event {
		top:75px;
	}
	#agenda, #agenda .agenda-inner {
		padding-bottom:75px;
		float:left;
	}
	#agenda .session .date {
		position:relative;
		width:60px;
	}
	#agenda .session .date .date-left {
		line-height: 2.5em;
		position: absolute;
		width: 40px;
		margin: 0;
		top: 0;
    	left: 25px;
		text-align: center;
		float: none;
	}
	#agenda .session .date .date-left .month,
	#agenda .session .date .date-left .year {
		text-align:center;
	}
	#agenda .session .date .date-right,
	#agenda .session .date .date-left {
	    margin-top: -8px;
	}
	#agenda .session .date .date-right {
		position: absolute;
		width: 90px;
		padding-top: 21px;
	}
	#agenda .session .date .date-right .day {
		font-size:3.0em;
	}
	#agenda .session .type {
		width:19px;
		margin: 16px 10px 0 20px;
	}
	#agenda .session .type .type-container {
		width:19px;
		height:19px;
		font-size:0.8em;
		padding-top:2px;
	}
	#agenda .session .details {
		position: absolute;
		left: 110px;
		top: 0;
		padding-top:10px;
	}
	#agenda .session .details .person {
		float:left;
	}
	#agenda .session .details .person .name {
		font-size:1em;
	}
	#agenda .session .details .person .icon-person {
		margin-top: 3px;
		margin-right: 5px;
		width: 10px;
	}
	#agenda .session .details .time {
		margin: 0 0 0 25px;
	}
	#agenda .session .details .time .icon-clock {
		margin: 4px 5px 0 0;
		width: 10px;
	}
	#agenda .session .details .location {
		width: 100%;
		clear: both;
	}
	#agenda .session .details .location .icon-location {
		float: left;
		margin-right: 5px;
		margin-top: 3px;
		width: 10px;
	}
	#agenda .session .details .location .location-spot {
		font-style: italic;
		white-space: normal;
		width: calc(100% - 20px);
		float: left;
	}
}


img {
	width:100%;
}
nav {
	width:100px;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background-color:#555;
	z-index:9;
	overflow:hidden;
}
.nav__logo {
	background-color:white;
	padding:15px;
    border-bottom: 20px solid #39a8df;
}
main, .album {
	position: fixed;
    width: calc(100% - 100px);
    height: 100%;
    left: 100px;
	overflow:auto;
}
.album {
	background-color:white;
	z-index:1;
	visibility:hidden;
	opacity:0;
}
.tile {
	width:25%;
	background-color:#39A8DF;
	position:relative;
	float:left;
}
.tile.feature {
	width:50%;
}
.tile:not(#contactUs) {
	cursor:pointer;
}
.tile:after {
	content:"";
	display:block;
	padding-top:66.666%;
}
.tile.feature:after {
	padding-top:66.66%;
}
.tile__container {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	clear:both;
}
.tile__container__logo {
	width: 50%;
    height: 40%;
    border-right: 1px solid white;
    float: left;
	position:relative;
	margin-top:20%;
}
.tile__container__logo .logo {
	width:60%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
.tile__container__contact {
	float: left;
    width: 50%;
    height: 40%;
    box-sizing: border-box;
    color: white;
    margin-top: 20%;
    padding: 6%;
}
.tile__container__contact a {
	color:white;
}
.tile__container__image,
.tile__container__image--low,
.tile__container__image--high {
	width: 100%;
    height: 100%;
    background-size: cover;
	background-position: 50% 25%;
	position: absolute;
    top: 0;
    left: 0;
}
.tile__container__details {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.75);
	opacity: 0;
	color:#fff;
	font-weight:100;
}
.tile__container__details__more {
	width:100%;
	text-align:center;
    margin: 15% 0 5% 0;
}
.tile__container__details__more .img {
	width: 20%;
    background-image: url('../img/icon-album.png');
    display: inline-block;
    background-size: cover;
	background-position:center;
    background-repeat: no-repeat;
}
.tile__container__details__more .img:after {
	content:"";
	display:block;
	padding-top:100%;
}
.tile__container__details__name {
    width: 80%;
    border-bottom: 1px solid white;
    margin: 0 10% 5px 10%;
    padding-bottom: 5px;
    text-align: center;
	text-transform:capitalize;
}
.tile__container__details__date {
	width:100%;
	text-align:center;
	font-style:italic;
}
.tile__container__details__enlarge {
	width: 50px;
    height: 50px;
    background-color: transparent;
    box-shadow: 0px -5px, 5px -5px, -5px -5px, -5px 15px, 5px 15px white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tile__container__details__enlarge > div {
	width:5px;
	height:20px;
	background-color:white;
	position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%) rotate(0deg);
}
.tile__container__details__enlarge > div:nth-of-type(1) {
	transform:translate(-50%, -50%) rotate(90deg);
}
.tile__container__loader {
	width:100%;
	height:100%;
	position:relative;
}
.tile__container__loader img {
	width:100px;
	height:100px;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
.lightbox {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 11;
	background-color: rgba(0,0,0,.8);
	opacity:0;
	visibility:hidden;
	cursor:pointer;
	display:block;
}
.lightbox__image {
	width: 90%;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity:0;
}
.album__close {
	width: 60px;
	height: 60px;
	position: fixed;
	z-index: 9;
	top: 20px;
	left: 120px;
	cursor:pointer;
	border: 5px solid white;
    border-radius: 100%;

}
.album__close > div {
	width: 30px;
    height: 5px;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.album__close > div:last-of-type {
	transform: translate(-50%, -50%) rotate(135deg);
}
.preload {
	display:none;
}









.calendar {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.calendar__navigation {
	height:60px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.calendar__navigation > * {
	float:left;
}
.calendar__navigation__month {
	font-size: 2em;
	margin-top: 9px;
}
.calendar__navigation__year {
	font-style: italic;
	margin-left: 10px;
	margin-top: 24px;
}
.calendar__navigation__today {
	width: 20px;
	height: 20px;
	background-color: #FFB837;
	margin-top: 20px;
	margin-right: 10px;
	border-radius: 100%;
	cursor:pointer;
}
.calendar__navigation__change {
    width: 40px;
    height: 40px;
    background-color: #39A8DF;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
	cursor:pointer;
}
.calendar__navigation__change__line {
    width: 15px;
    height: 3px;
    background-color: white;
    position: absolute;
}
.calendar__navigation__change.prev .calendar__navigation__change__line:first-of-type {
    transform: rotate(-45deg);
    top: 14px;
    left: 11px;
}
.calendar__navigation__change.prev .calendar__navigation__change__line:last-of-type {
    transform: rotate(45deg);
    top: 23px;
    left: 11px;
}
.calendar__navigation__change.next .calendar__navigation__change__line:first-of-type {
    transform: rotate(45deg);
    top: 14px;
    left: 14px;
}
.calendar__navigation__change.next .calendar__navigation__change__line:last-of-type {
    transform: rotate(-45deg);
    top: 23px;
    left: 14px;
}
.calendar__navigation__booked {
    float:right;
	margin-top:20px;
	margin-right:30px;
}
.calendar__navigation__booked:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('../img/busy1.jpg');
    float: left;
    margin-right: 5px;
}
.calendar__navigation__tentative {
    float:right;
	margin-top:20px;
	margin-right:30px;
}
.calendar__navigation__tentative:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('../img/tentative1.jpg');
    float: left;
    margin-right: 5px;
}
.calendar table {
	width:100%;
	height:calc(100% - 60px);
	position:absolute;
	top:60px;
	left:0;
	border-collapse: collapse;
	border-top: 2px solid #efefef;
}
.calendar table thead td {
	border:0 !important;
    padding: 5px;
}
.calendar table tr:first-of-type td {
	border-top:2px solid #efefef;
}
.calendar table tr td {
	width:14.28%;
	border-right:2px solid #efefef;
	border-bottom:2px solid #efefef;
	position:relative;
	vertical-align: top;
}
.calendar table tr td:first-of-type {
	border-left:2px solid #efefef;
}
.calendar .dotw {
	position: absolute;
    z-index: 1;
	top:-1px;
	left:-1px;
    width: 0;
    height: 0;
    color: white;
    border-left: 20px solid #39a8df;
    border-top: 20px solid #39a8df;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.calendar .dotw.current {
    border-left: 20px solid #FFB837;
    border-top: 20px solid #FFB837;
}
.calendar .dotw .dotwNum {
    position: absolute;
    top: -18px;
    left: -19px;
    text-align: center;
    width: 20px;
    height: 20px;
    font-size: .85em;
}
.wrongMonth {
	opacity:.1;
}
.allDayEvent {
	width: 101%;
    height: 60%;
    background-image: url('../img/busy1.jpg');
    border-top: 1px solid #39a8df;
    border-bottom: 1px solid #39a8df;
    position: relative;
    left: -1px;
    top: 36%;
}
.allDayEvent.start {
	width: 91%;
	float: right;
	left: 1px;
	border-left:1px solid #39a8df;
}
.allDayEvent.end {
	width: 91%;
	float: left;
	left: -1px;
	border-right:1px solid #39a8df;
}
.takenEvent {
	width: 100%;
	height: 100%;
	background-image: url('../img/busy1.jpg');
}
.takenEvent.tbd {
	background-image: url('../img/tentative1.jpg');
}



/* THIS MEDIA QUERY IS 3 COLUMNS */
@media (max-width: 1281px) {
	.tile {
		width:33.3333%;
	}
	.tile.feature {
		width:66.6666%;
	}
}

/* THIS MEDIA QUERY IS 2 COLUMNS */
@media (max-width: 1025px) {
	.tile {
		width:50%;
	}
	.tile.feature {
		width:100%;
	}
}

/* THIS MEDIA QUERY IS 1 COLUMN */
@media (max-width: 640px) {
	nav {
		width:100%;
		height:75px;
	}
	.nav__logo {
		width: 100px;
		height: 100%;
		border-right: 20px solid #39a8df;
		border-bottom: 0;
	}
	main, .album {
		width:100%;
		left:0;
		margin-top:75px;
	}
	.album {
		margin-top:0;
	}
	.tile {
		width:100%;
	}
	.tile.feature {
		display:none;
	}
	.album__close {
		top:90px;
		left:20px;
	}
}

