.overlay {
		  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
display: none;
		  height: 100%;
		  width: 100%;
		  position: fixed; /* Stay in place */
		  z-index: 9; /* Sit on top */
		  left: 0;
		  top: 0;
		  background-color: rgb(0,0,0); /* Black fallback color */
		  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
		  overflow-x: hidden; /* Disable horizontal scroll */
		  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
		}
.show {
			display: block;
		}
		
		.overlay-content {
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
		  color: #fff;
		  text-align: center;
		}

		ul {
			margin: 0;
			padding: 0;
		}

		li {
			list-style: none;
		}
		
		.closer {
			color:  #fff;
			position: fixed;
			top: 94%;
			right: 10px;
z-index:9999;
display: none;
		}
		
		 #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 40px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #ccc;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 12px;
}

#nav-icon1 span:nth-child(3) {
  top: 24px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#overlaynav li {
    padding: 5px 0px;
    font-size: 20px;
}

.logo{
    text-align: center;
}

.logo img {
    max-width: 320px;
width: 100%;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

h1 {
    display: inline-block;
    font-weight: normal;
    font-size: 17px;
}

.load-bar {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #555;
}
.bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.bar:nth-child(1) {
  background-color: #555;
  animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
  background-color: #444;
  animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
  background-color: #333;
  animation: loading 3s linear 2s infinite;
}
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}

.preloader {
    background: #000;
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 5;
	top: 0px;
}


.entrance img {
    width: 100%;
    max-width: 400px;
}

.entrance {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
	position:relative;
	z-index:1;
	text-align:center;
}

h3 {
	margin-bottom: 0px;
}


.black {
  background: #000;

}

.show {

    margin-bottom: 100px;

}

.the_form {
    margin-bottom: 35px;
}

body { 
  /*background: url(../img/back.jpg) no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
  margin: 0px;
}

.bg2 { 
  background: url(../img/back2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
}

.bg3 { 
  background: url(../img/back3.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
}

.bg4 { 
  background: url(../img/back4.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
}

video {
  position: fixed;
  top: 50%; left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  opacity: 0.2;
  transform: translate(-50%, -50%); 
}

.main_content {
	opacity: 1;
	transition: 1s opacity;
}

.main_content.centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
width: 100%;
}

.main_content.fade-out {
    opacity: 0;
    transition: none;
}

a {
	text-decoration: none;
	color:#888;
	font-weight: bold;
}

.open {
	display: none;
	text-align:right;
    width: 95%;
    font-size: 24px;
}

.main_text {
	color:#888;
	text-align:center;
	margin-top: 30px;
	position:relative;
	z-index: 2;
padding:0px 20px;
}

.bio {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
/*#######################*/

.fl_wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position:relative;
	font-family: 'Cinzel', serif;
        height: 100vh;
}

header {
	text-align: center;
	position:relative;
	z-index:2;
}

header img { 
	width: 100%;
	max-width: 300px;
margin-top:20px;
}

nav {
	color: rgb(170, 170, 170);
	font-size: 14px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding: 15px 0%;
	text-align: center;
	max-width: 1200px;
	z-index: 2;
        background: rgb(0,0,0,0.7);
}

nav a {
	color: rgb(170, 170, 170);
	display:block;
	font-weight: normal;
}

.navigation li {
list-style: none;
display: inline-block;
width:12%;
}



.hidden {
	display: none;
	opacity: 0;
	transition: 1s opacity;
	-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.blur:hover {
   text-shadow: 0 0 2px white;
   color: transparent;
}

.blur {
    position: relative;
}

.blur .tooltiptext {
    visibility: hidden;
    width: 120px;
    color: rgb(170, 170, 170);
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity .6s;
}

.blur:hover .tooltiptext {
	opacity: 1;
    visibility: visible;
}

fieldset {border: 0px;}

.the_form span {
	padding: 0px;
	width: 10px;
	display: inline-block;
}

label {
    display: inline-block;
    text-align: left;
    height: 30px;
	width: 22%;
}

input {
    width: 30%;
    height: 30px;
    margin-bottom: 7px;
}

textarea {
	width: 30%;
	height: 80px;
	margin-bottom: 7px;
}

input#submit {
    margin-top: 25px;
    height: 42px;
	font-family: 'Cinzel', serif;
}

/*#######################*/
	
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 0%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF SIX  */
.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}

.swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
	  position:inherit!important
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
	width: 100%;
}

.required {
    color:#e9266d
}
#success, #error {
    display:none
}
#success span, #erro span {
    display:block;
    position:absolute;
    top:0;
    width:100%
}
#success span p, #error span p {
    margin-top:6em
}
#success span p {
  color:#9bd32d;
}
#error span p {
  color:#c0392b;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 767.9px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
	
	body {
		background: #000;
	}

	.open {
		display: block;
	}
	
	.navigation{
		display: none;
	}

.closer {
			display: block;
		}
	
	nav .section {
		opacity: 0;
		transition: 1s opacity;
		display: none;
		-webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
	}


	
	nav .section.hidden,
nav.black {
		opacity: 1;
		display: block;
		-webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
	}

nav a {
    color: rgb(170, 170, 170);
    display: block;
    font-weight: normal;
    padding: 5px;
    font-size: 16px;
}
	
	.swiper-slide {
		height: 100vh!important;
		background: #000;
	}
	
	label,
	input,
	textarea,
	input#submit {
		width: 100%
	}
}
