@font-face{
	font-family:'Trim-Font';
	src:url("../fonts/Trim-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/Trim-Bold.otf") format("opentype"),url("../fonts/Trim-Bold.woff") format("woff"),url("../fonts/Trim-Bold.ttf") format("truetype"),url("../fonts/Trim-Bold.svg#Trim-Bold") format("svg");
	font-weight:bold;
	font-style:normal;
}
@font-face{font-family:'Trim-Font';
	src:url("../fonts/Trim-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/Trim-Regular.otf") format("opentype"),url("../fonts/Trim-Regular.woff") format("woff"),url("../fonts/Trim-Regular.ttf") format("truetype"),url("../fonts/Trim-Regular.svg#Trim-Regular") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face{font-family:'Trim-Font';
	src:url("../fonts/Trim-Light.eot?#iefix") format("embedded-opentype"),url("../fonts/Trim-Light.otf") format("opentype"),url("../fonts/Trim-Light.woff") format("woff"),url("../fonts/Trim-Light.ttf") format("truetype"),url("../fonts/Trim-Light.svg#Trim-Light") format("svg");
	font-weight:100;
	font-style:normal;
}
html{
	overflow-y: scroll;
    overflow-x: hidden;
}
body{
	font-size:14px;
	color:#FFF;
	font-family:"Trim-Font",Verdana,Geneva,sans-serif;
	text-align:Center;
	font-weight:normal;
	margin:0 auto;
	padding-top:75px;
	background-color:transparent;
	position:relative;
}



#header{
	background-color: #FFF;
    height: auto;
    padding: 10px;
    z-index: 10;
    position: relative;
    margin: 0;
	text-align:left;
	position:fixed;
	top:0;
	width:calc(100% - 20px);
}

img.foundation{
	max-width: 200px;
	width: 95%;
}
#header .nav{
	list-style:none;
	float:right;
}

#header .nav li{
	float:left;
}

#header .nav li a{
	color:#333;
	text-decoration:none;
	font-size:16px;
	display:inline-block;
	padding:5px 10px;
}
#header .nav li a:hover{
	color:#E0004D;
}
#header .nav li.current-menu-item a{
	text-decoration:underline;
}
#header .nav li.current-menu-item a:hover{
	
}
#header .nav li a.menu_button{
	color:#FFF;
	background-color: #532D8E;
	border:solid 2px transparent;
	font-style:italic;
	margin-top: -5px;
}
#header .nav li a.menu_button:hover{
	background-color:#FFF;
	color:#333;
	border-color:#333;
}
#mobile-menu{
	width: auto;
    position: relative;
    float: right;
    padding: 25px 25px 0 0;
    /* top: 50%; */
    /* right: 10px; */
    /* transform: translateY(-50%); */
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #555;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}	






.mobile{
	display:none;
}


/* -- Background Video -- */
video#background_video { 
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('../images/video_frame.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}



/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(3,0,201,0.6);
  background:#FFF;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover {
  color: white;
}
.hvr-sweep-to-left:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hvr-sweep-to-left.alt:not(.disabled):before{
	background:rgba(3,0,201,0.6);
}
.hvr-sweep-to-left.alt.disabled:before{
	background:transparent;
}

.hvr-sweep-to-left.alt2:before{
	background:rgba(255,255,255,0.9);
	-webkit-transform: scaleX(1);
  	transform: scaleX(1);
	/*-webkit-transform-origin: 0% 50%;
  	transform-origin: 0% 50%;*/
}
.hvr-sweep-to-left.alt2:hover:before{
	-webkit-transform: scaleX(0);
  transform: scaleX(0);
}

a.button.alt2{
	font-size:1em;
	color:#333;
	border-color:transparent;
	
}


a.button.alt2:hover{
	color:#FFF;
	border-color:#FFF;
}



a{
	color:#FFF;
	text-decoration:underline;
	transition: all 250ms ease;
	cursor:pointer;
}
a:hover{
	color:#E0004D;
}
.fullscreen{
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
  	height: calc (100% - 75px);
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009fdf+0,532d8e+56&0.8+0,0.95+100 */
	background: -moz-linear-gradient(-45deg, rgba(0,159,223,0.8) 0%, rgba(83,45,142,0.88) 56%, rgba(83,45,142,0.95) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(0,159,223,0.8) 0%,rgba(83,45,142,0.88) 56%,rgba(83,45,142,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(0,159,223,0.8) 0%,rgba(83,45,142,0.88) 56%,rgba(83,45,142,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc009fdf', endColorstr='#f2532d8e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.other{

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c43ea9+23,0300c9+100&0.75+0,0.6+100 */
	background: -moz-linear-gradient(left, rgba(196,62,169,0.75) 0%, rgba(196,62,169,0.72) 23%, rgba(3,0,201,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(196,62,169,0.95) 0%,rgba(196,62,169,0.72) 23%,rgba(3,0,201,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(196,62,169,0.75) 0%,rgba(196,62,169,0.72) 23%,rgba(3,0,201,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfc43ea9', endColorstr='#990300c9',GradientType=1 ); /* IE6-9 */
	
	
}
.inner-container{
	position:absolute;
	width:100%;
	top:50%;
	transform:translateY(-50%);
	width: 100vw;
	
	
	
	
	
}
.logo_container{
	width:65%;
	max-width:900px;
	padding:10px;
	margin:0 auto;
	/*border:solid 5px rgba(255,255,255,0.9);*/
}
.logo_container_inner{
	padding:20px 100px;
	/*border:solid 2px rgba(255,255,255,0.8);*/
}
.logo{
	width:100%;
	margin-bottom:20px;
}

div.link_container{
	position: relative;
	bottom: 0;
	right: 0;
	text-align: center;
	margin: 25px auto 0;
	margin:15px 0 0;
	width: auto;
}
a.button{
	display:inline-block;
	background-color:transparent;
	color:#FFF;
	border:solid 2px #FFF;
	padding:10px 20px;
	margin:0 5px 10px 5px;
	border-radius:0px;
	text-decoration:none;
	font-weight:100;
	font-style:italic;
	font-family:"Trim-Font",Verdana,sans-serif;
	font-size:25px;
	-webkit-transition: all 0.5s; /* Safari */
	transition: all 0.5s;
	text-align: center;
	/*width:36%;
	min-width:200px;*/
	
}
a.button:hover{
	color:#333;
	border-color:#FFF;
}
a.button.alt{
	font-size:2em;
	color:#333;
	border-color:#333;
}


a.button.alt:hover{
	color:#FFF;
	border-color:transparent;
}
a.button.alt.disabled{
	border-color:#CCC;
	color:#CCC;
	cursor:inherit;
}
a.button.alt.disabled:hover{
}
.year{
	position: absolute;
	bottom: 0;
	right: 0;
	color: #FFF;
	font-weight: lighter;
	font-size: 60px;
	margin: 0 40px 150px 0;
}
.info{
	position:relative;
	width: 25%;
	max-width: 900px;
	min-width:420px;
	margin:10px auto 0;
	text-align:center;
}
.savethedate{
	position: relative;
	/*
	right:0;
	top:0;
	*/
	color: #FFF;
	font-weight: lighter;
	font-size: 45px;
	margin: 0px 0 0;
}

h2, h3{
	font-size:2em;
	line-height:1.4em;
	font-weight:100;
	margin:0;
}
.date{
	margin-top:-25px;
	font-size: 2.5em;
	font-weight:bold;
}
#controls{
	position:absolute;
	bottom:20px;
	left:20px;
	background-image:url(../images/pause.png);
	background-size:50%;
	background-position:center;
	background-repeat:no-repeat;
	border:solid 2px #FFF;
	background-color:rgba(0,0,0,0);
	width:50px;
	height:50px;
	border-radius:50px;
	transition:all 0.3s ease-in;
	cursor:pointer;
}
#controls.paused{
	background-image:url(../images/play.png);
}
#controls:hover{
	border-color:inherit;
	background-color:rgba(255,255,255,0.3);

}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 100vh;
    left: 0;
    background-color: rgba(255,255,255,0.95);
    opacity: 0;
    transition: all 500ms ease;
	z-index:999;
	overflow:scroll;

	
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
.close_overlay.ex {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 10px;
	top: 10px;
	overflow: hidden;
	background: url(../images/close.png) no-repeat center center;
	background-size:contain;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 3;
	border: 3px solid #333;
	background-color: #FFF;

	transition:all 0.25s ease;
	cursor:pointer;
}
	
	
video#save_the_date {
	width: 100%    !important;
	height: auto   !important;
}
.close_overlay.ex:hover{
	border-color:#E0004D;
	background-image:url(../images/close-hover.png);
}
.overlay.active{
	top:0;
	opacity:1
}
	
.overlay .inner_container{
	position:relative;
	max-width:1000px;
	min-height:500px;
	margin:0 auto;
	top:50%;
	transform:translateY(-50%);	
	padding:20px 0;
}
.overlay .inner_container.scrollFix{
	top:0;
	transform:none;
}
#formloader{
	height: 100vh;
    width: 100vw;
    background-color: rgba(255,255,255,0.85);
    position: fixed;
    z-index: 10;
	display:none;
}
.inner_info, .inner_gallery{
	position:relative;
	display:inline-block;
	width:500px;
	height:500px;
	margin:0;	
	float:left;
}
.inner_info{
	background-color:transparent;	
}
.inner_info img{
	width:100%;	
}

.noscroll{
	overflow:hidden;
}





.fullscreen{
	background:rgba(0,0,0,0.65);

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0.66+15,0+68 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.66) 15%, rgba(0,0,0,0) 68%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.66) 15%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.66) 15%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	
}
.other{
	

}

.inner-container{
	transform:none;
	top: 65px;
	margin:20px;
}

.logo_container{
	margin:0;
}
.info{
	margin:20px 20px 0;
}




/* -- FORM STYLING -- */
form{
	color:#333;
	text-align:left;
	width:50%;
	margin:0 auto;
	font-size: 1.5em;
}
a.submit{

	margin-top:15px!important;
}
.switch-field {
	width:100%;
	margin:0 auto;
}
.switch-title {
  margin-bottom: 6px;
	text-align:center;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
  float: left;
}

.switch-field label {
  display: inline-block;
  width: 39%;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 4% 5%;
  margin:0!important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #532d8E;
	color:#FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
	background:rgba(3,0,201,0.6);
	

}

.switch-field label:first-of-type {
  /*border-radius: 4px 0 0 4px;*/
}

.switch-field label:last-of-type {
  /*border-radius: 0 4px 4px 0;*/
}


.submitted{
	display:none;
}





.spinner-container {
		width:100px;
		height:100px;
		position:relative;
		top: calc(50% - 25px);
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);	
	}
	.spinner-logo{
		position:absolute;
		padding:0;	
	}
	.spinner-logo img{
		width:100%;	
	}
	.spinner {
	  height: calc(100px - 12px);
	  width: calc(100px - 12px);
	  margin:0;
	  position: absolute;
	  -webkit-animation: rotation .6s infinite linear;
	  -moz-animation: rotation .6s infinite linear;
	  -o-animation: rotation .6s infinite linear;
	  animation: rotation .6s infinite linear;
		border-left: 6px solid #532d8e5c;
		border-right: 6px solid #532d8e5c;
		border-bottom: 6px solid #532d8e5c;
		border-top: 6px solid #532d8e;
		border-radius: 100%;
	}
	
	@-webkit-keyframes rotation {
	  from {
		-webkit-transform: rotate(0deg);
	  }
	  to {
		-webkit-transform: rotate(359deg);
	  }
	}
	@-moz-keyframes rotation {
	  from {
		-moz-transform: rotate(0deg);
	  }
	  to {
		-moz-transform: rotate(359deg);
	  }
	}
	@-o-keyframes rotation {
	  from {
		-o-transform: rotate(0deg);
	  }
	  to {
		-o-transform: rotate(359deg);
	  }
	}
	@keyframes rotation {
	  from {
		transform: rotate(0deg);
	  }
	  to {
		transform: rotate(359deg);
	  }
	}
	





/* PRICING TABLE */
.columns {
	display:inline-block;
    width: 17.5%;
    padding: 8px;
	vertical-align:top;
}
/*
.columns.four {
    float: left;
    width: 23.5%;
    padding: 8px;
}
*/

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#733cbc+23,4f00bf+100 */
		background: rgb(115,60,188); /* Old browsers */
		background: -moz-linear-gradient(-45deg, rgba(115,60,188,1) 23%, rgba(79,0,191,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg, rgba(115,60,188,1) 23%,rgba(79,0,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg, rgba(115,60,188,1) 23%,rgba(79,0,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#733cbc', endColorstr='#4f00bf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}
.price .header.featured{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0004d+8,6a0499+100 */
background: #e0004d; /* Old browsers */
background: -moz-linear-gradient(-45deg, #e0004d 8%, #6a0499 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #e0004d 8%,#6a0499 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #e0004d 8%,#6a0499 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0004d', endColorstr='#6a0499',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 5px 10px;
    text-align: center;
}
.price li.header{
	padding:20px;
}
.price .grey {
    background-color: #efefef;
    font-size: 20px;
	
	
}

.price .button {
    background-color: transparent;
    border: solid 2px #532D8E;
    color: #333;
	padding:5px;
	margin:0;
	width:calc(100% - 10px);
	height:100%;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
	
}
.price .button:hover{
	color:#FFF;
	background-color:#532d8E;
	border-color:transparent;
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}




ul.tabs{
	list-style:none;
	width:100%;
	text-align:center;
	margin:0 0 30px;
	padding:0;
}

ul.tabs li{
	display:inline-block;	
	text-align:center;
	margin:0 0 0 -4px;
	padding:0 0;
	width:40%;
	background-color:#efefef;
}
ul.tabs a{
	font-size:20px;
	padding:0 10px;	
	text-decoration:none;
	color:#3b3b3b;
	display:inline-block;
	width:calc( 100% - 80px);
	padding:20px 40px;
	transition-property : color;
	transition-duration : 0.25s;
	-moz-transition-property : color;
	-moz-transition-duration : 0.25s;
	-webkit-transition-property : color;
	-webkit-transition-duration : 0.25s;
}
ul.tabs a:hover{
	transition-property : color;
	transition-duration : 0.25s;
	-moz-transition-property : color;
	-moz-transition-duration : 0.25s;
	-webkit-transition-property : color;
	-webkit-transition-duration : 0.25s;
}

ul.tabs li.ui-state-active{
	/*background-color:#FFCC00;*/
}
li.ui-state-active a{
	color:#FFF;
	background-color:#532D8E;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#733cbc+23,4f00bf+100 */
		background: rgb(115,60,188); /* Old browsers */
		background: -moz-linear-gradient(-45deg, rgba(115,60,188,1) 23%, rgba(79,0,191,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg, rgba(115,60,188,1) 23%,rgba(79,0,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg, rgba(115,60,188,1) 23%,rgba(79,0,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#733cbc', endColorstr='#4f00bf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}



ul.tabs2{
	list-style:none;
	width:1000px;
	text-align:center;
	margin:15px auto 5px auto;
}
ul.tabs2 li{
	display:inline;	
	text-align:center;
}

















div.clear{
	clear:both;
}
div.body{
	position:relative;
}
.content{
	top:'';
	background-color:#FFF;
	width:100%;
	position:relative;
	min-height:700px;

}
.row{
	position:relative;
	width:calc(100% - 100px);
	background-color:#FFF;
	min-height:50px;
	color:#333;
	text-align:left;
	margin:0;
	padding:50px;
	
	
}
/*
.row a.button{
	color:#333;
	border:3px solid #333;
	text-align:center;
	
	margin:15px 0 0;
}
.row a.button:hover{
	background-color:#532D8E;
	color:#FFF;
	border-color:#532D8E;
}

.row.alt a.button{
	color:#FFF;
	border:3px solid #FFF;
	text-align:center;
	
	margin:15px 0 0;
}
.row.alt a.button:hover{
	background-color:rgba(255,255,255,0.8);
	color:#333;
	border-color:transparent;
}
*/
.row.alt{
	background-color:#009FDF;
	color:#FFF;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#733cbc+23,4f00bf+100 */
	background: rgb(115,60,188); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(115,60,188,1) 23%, rgba(79,0,191,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(115,60,188,1) 23%,rgba(79,0,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(115,60,188,1) 23%,rgba(79,0,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#733cbc', endColorstr='#4f00bf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.row a{
	color:inherit;
}
.row a:hover{
	color:#E0004D;
}
.row.alt2{
	background-image:url('../images/hero-shot.jpg');
	background-attachment:fixed;
	background-position:center;
	background-size:cover;
	color:#FFF;
}
.row.quote{
	background-color:#532D8E;
	color:#FFF;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0004d+23,009fdf+70 */
	background: #e0004d; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e0004d 23%, #009fdf 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e0004d 23%,#009fdf 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #e0004d 23%,#009fdf 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0004d', endColorstr='#009fdf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0004d+8,6a0499+100 */
	background: #e0004d; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #e0004d 8%, #6a0499 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #e0004d 8%,#6a0499 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #e0004d 8%,#6a0499 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0004d', endColorstr='#6a0499',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		
}
.row.quote p{
	font-size:1.5em;
	line-height:1.75em;
	font-style:italic;
}
.row.quote p.person{
	font-size:1.25em;
}
.row.quote p:not(.person):not(.normal)::before,.row.quote p:not(.person):not(.normal)::after{
	content:'“';
	display: inline-block;
	font-size: 100px;
	line-height: 0px;
	vertical-align: bottom;
}
.row.quote p:not(.person):not(.normal)::before{
	content:'“';
	margin-right: 15px;
    margin-left: -45px;
}
.row.quote p:not(.person):not(.normal)::after{
	content:'”';
	margin-bottom: -20px;
    margin-left: -10px;
}
.row h1{
	margin:0;
	padding:0;


}
	.row p{
		line-height: 1.5em;
		font-size: 24px;
		font-weight: 100;
	}
	.row p.person{
		text-align: right;
		font-style:italic;
    	padding-right: 20px;
	}
.row .container{
	width:100%;
	margin:0 auto;
	max-width:1200px;
	position:relative;
}
	.row .container img{
		border-radius:3px;
	}
	.row .container img.left{
		float:left;
		width:35%;
		margin-right:5.5%;
	}
	.row .container img.right{
		float:right;
		width:35%;
		margin-left:5.5%;
	}
	.row .container div.right, .row .container div.left{
		width:55%;
		
		float:right;
	}
	.row .container div.right{
		left: inherit;
		right: 0px;		
	}
	.row::after, .row .container::after, .row .container div.right::after, .row .container div.left::after{
		clear:both;
		content:'';
		display:block;
		height:0;
	}

@media screen and (max-device-width: 1000px), screen and (max-width: 1000px) {
	.row p{
		font-size:20px;
	}
}
@media screen and (max-device-width: 840px), screen and (max-width: 840px) {
	.row .container div.right, .row .container div.left, .row .container img.left, .row .container img.right{
		float:inherit;
		clear:both;
		position:relative;
		width:100%;
		transform:none;
		padding:20px 0;
	}
	.row .container img.left, .row .container img.right{
		display:block;
		margin:0 auto;
		width:100%;
	}
	.row .container img.logo{
		width:35%;
	}
	
}

.row.sponsor .container{
	text-align:center;
}
.row.sponsor img{
	width: 85%;
	max-width:300px;
    padding: 10px;
	border-radius:0;
}
.row.sponsor img.small{
	max-width:175px;
	padding:0;
}
.row.sponsor h1{
	font-size:2.75em;
}
.row.sponsor h2{
	width: auto;
    padding: 0;
    font-weight: 400;
    margin: 20px auto 10px;
	color:#743abc;
}
.row hr{
	width:30%;
	margin:10px auto;
	border:1px solid #532D8E;
}
.row.sponsor ul{
	text-align:center;
	padding:0;
}
.row.sponsor ul li{
	list-style: none;
    width: 32%;
    display: inline-block;
    text-align: center;
	vertical-align:top;
	padding:0.5%;
	margin:0;
}









.row.image{
	/*min-height:30vh;*/
	background-position:center;
	background-size:cover;
	background-attachment:scroll;
	background-image: url('images/hero-shot.jpg');
}
.row.image h2{
	color:#FFF;
	font-size: 105px;
    line-height: 0.8em;
    text-align: center;
	font-weight:normal;
	text-transform:uppercase;
	text-shadow:0 0 10px rgba(0,0,0,0.25);
}

.ri
{
	position: absolute;
	max-width: 80%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.row.quote .ri{
	left:40%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
@media screen and (orientation: portrait) {
  .row.quote .ri { max-width: 90%; }
}

@media screen and (orientation: landscape) {
  .ri { max-height: 90%; }
}
@media screen and (max-device-width: 840px), screen and (max-width: 840px) {
	.ri {    
		max-width:100%;
		position: relative;
		width: 100%;
		left: inherit;
		top: 0;
		transform: none;
	}
	.row.image{
		min-height:0;
	}
	.row.image h2{
		font-size: 40px;
	}
}


div.logo{
	width: 25%;
	height: 100%;
	float: left;
}
div.logo img{
	width:100%;
}
div.address, div.contact{
	/*float: right;*/
	width: auto;
	height: auto;
	color:#787878;
	text-align:center;
}
.row.footer{
	padding-top:10px;
	padding-bottom:10px;
}
.row.footer p{
	font-size:15px;
	margin:0;
}
.row.footer a{
	color:#666;
}
.row.footer a:hover{
	color:#E0004D;
}
div.social-icons a{
	font-size:30px;
	margin: 0 5px;
}
/*
.address{
	background-color:rgba(255,100,0,0.25);
}
.contact{
	background-color:rgba(255,0,0,0.25);
}*/

div.header_overlay{
	z-index:0;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#733cbc+23,009fdf+99&0.9+0,0.9+100 */
	background: -moz-linear-gradient(-45deg, rgba(115,60,188,0.9) 0%, rgba(115,60,188,0.9) 23%, rgba(0,159,223,0.9) 99%, rgba(0,159,223,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(115,60,188,0.9) 0%,rgba(115,60,188,0.9) 23%,rgba(0,159,223,0.9) 99%,rgba(0,159,223,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(115,60,188,0.9) 0%,rgba(115,60,188,0.9) 23%,rgba(0,159,223,0.9) 99%,rgba(0,159,223,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6733cbc', endColorstr='#e6009fdf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009fdf+1,733cbc+77&0.9+0,0.9+100 */
	background: -moz-linear-gradient(-45deg, rgba(0,159,223,0.9) 0%, rgba(0,159,223,0.9) 1%, rgba(115,60,188,0.9) 77%, rgba(115,60,188,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(0,159,223,0.9) 0%,rgba(0,159,223,0.9) 1%,rgba(115,60,188,0.9) 77%,rgba(115,60,188,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(0,159,223,0.9) 0%,rgba(0,159,223,0.9) 1%,rgba(115,60,188,0.9) 77%,rgba(115,60,188,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6009fdf', endColorstr='#e6733cbc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	
	
}
div.header_overlay.dark{
	background:rgba(0,0,0,0.5);
	/*background:rgba(83, 45, 142, 0.65);*/
}




.countdown{
	width:100%;
	text-align:center;
	position:relative;
	/*top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);*/
}	
.countdown .times{
	display:inline-block;
	width:20%;
	position:relative;
}

.countdown .times .time{
	font-size:45px;
	display:inline-block;
	line-height:1em;
	padding:0 0;
	position:relative;
}
.countdown .times .time_separator{
	position:absolute;
	right: -5px;
    top: -5px;
	font-size:40px;
	line-height:inherit;
	color:#FFF;
	display:inline-block;
}
/*
.countdown .times .time:after{
	content: " : ";
	font-size:40px;
	line-height:inherit;
	color:#FFF;
	display:inline-block;
	width:5%;
	text-align:Center;
	padding-left:10px;
}
.countdown .times .time.last:after{
	content: " :";width:0;
	color:transparent;
}*/
/*
.countdown .times .time_period{
	color:#000;
	vertical-align:middle;
	font-size:25px;
	position:absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
}
*/




.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.animated {
	animation-delay: 3s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
	0%, 100%, 10%, 20%, 30%, 40%, 50%{
		-webkit-transform: translateY(0);
	}
	5%, 15%, 25%, 35%, 45%{
		-webkit-transform: translateY(-5px);
	}
	
}
@keyframes bounce {
	0%, 100%, 10%, 20%, 30%, 40%, 50%{
		transform: translateY(0);
	}
	5%, 15%, 25%, 35%, 45%{
		transform: translateY(-5px);
	}
		
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}






ul.host{
	text-align:center;
	padding:0;
	margin:0 auto;
}
ul.host li{
	display: inline-block;
	width: calc(25% - 13px);
	padding: 0 5px;
	text-align: center;
	font-size: 1.25em;
	list-style: none;
	font-weight: lighter;
}
@media screen and (max-device-width: 840px), screen and (max-width: 840px) {
	ul.host li{
		width: calc(50% - 13px);
	}
	ul.host li.desktop{
		display:none;
	}
}
@media screen and (max-device-width: 600px), screen and (max-width: 600px) {
	ul.host li{
		width: calc(100% - 13px);
	}
}


a.fpu_logo{
	padding: 0 0 0 10px;
	border-left: solid #cfcfcf 2px;
}
a.fpu_logo img{
	height:40px;
	border-radius: 0;
	vertical-align: bottom;
}






/* 
and (orientation: portrait), screen and (min-width:641px) and (max-width:1146px) and (orientation:  
landscape)
*/
@media screen and (max-device-width: 800px), screen and (max-width: 800px) {
	.desktop{
		display:none;
	}
	.mobile{
		display:inherit;
	}
	body{
		padding-top:0;
	}
	#header{
		padding:0;
		position:relative;
		width:100%;
		
	}
	img.foundation{
		width: 55%;
		max-width: inherit;
		padding:25px;
	}

	.fullscreen{
		position:relative;
		padding-top:20px;
		padding-bottom: 60px;
		min-height: inherit!important;
		
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#733cbc+23,4f00bf+100 */
		background: rgb(115,60,188); /* Old browsers */
		background: -moz-linear-gradient(-45deg, rgba(115,60,188,1) 23%, rgba(79,0,191,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg, rgba(115,60,188,1) 23%,rgba(79,0,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg, rgba(115,60,188,1) 23%,rgba(79,0,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#733cbc', endColorstr='#4f00bf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	}
	.overlay{
		background-color:#FFF!important;
	}
	form{
		width:80%;
	}
	a.submit{
		margin-top:15px!important;
	}
	.inner_container.form{
		margin-top:10px;
	}
	.overlay .inner_container {
		top: 0;
		transform: none;
	}
	
	.inner-container{
		margin:0!important;
		top: 0;
		transform: none;
		position: relative;
	}
	.info{
		width: 90%;
		min-width:inherit;
    	margin: 0 auto;
	}
	a.button {
    	width: 90%;
    	margin: 0 auto 15px;
		padding: 10px 15px;
	}
	
	.row.sponsorships{
		padding: 50px 5px;
    	width: calc(100% - 10px);
	}
	.row.alt2 {
    	background-attachment: scroll;
	}
	ul.tabs a{
		width:100%;
		font-size: 17px;
		padding:10px 5px;
		background-color:#dfdfdf;
	}
	ul.tabs li{
		width:50%;
		padding:0;
		/*background-color:#FFCC00;*/
	}
	ul.responsive-table {
		padding:0 0 0!important;
		margin-bottom:20px!important;
		overflow: scroll;
	}
	
	
	
	#header .nav li a{
		color:#333;
		text-decoration:none;
		font-size:16px;
		display: block;
		padding: 32px 0;
	}
	
	.nav {
		position: relative;
		display: none;
		font-size:14px;
	}
	.nav ul {
		display:none;
		list-style-type: none;
		position: relative;
		margin:0 auto;
		text-align: center;
		background-color: #666; 
		-moz-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.5);
		-webkit-box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.5);
		box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.5);
	}

	.nav li {
		display: block;
		padding: 0;
		margin: 0;
		text-align:center;
		border-bottom: solid 1px rgba(0,0,0,0.25); 
	}
	.nav li:last-child {
		border-bottom: solid 0 #b1b1b1; 
	}
	.nav a {
		display: block;
		padding: 10px 30px;

	}
	.nav a:hover {
		text-decoration:none;
	}
	
	
	
	#header .nav{
		float: initial;
		width: 100%;
		padding: 0;
		margin:0;
	}
	#header .nav li:first-child{
		border-top: solid 1px rgba(0,0,0,0.25);
	}
	#header .nav li{
		float: inherit;
    	display: block;
	}
	#header .nav li a.menu_button{
		border: initial;
		font-style: initial;
		background-color: initial;
		color: initial;
	}
	#header .nav li a.menu_button:hover{
		background-color: initial;
		color: #E0004D;
		border-color: initial;
	}
}


.row.sponsor ul li {
	width:100%;
}