@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
/*    padding: 0;
    margin: 0;*/
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
/*ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}*/
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */

.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
.wrap p{
	font-size: 2em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
/* Style for our header texts
	* --------------------------------------- */
	.fp-slides h1{
	color: #fff;
    font-size: 28px;
    text-align: center;
    margin: -70px 0px 0px 0px;
	font-family: 'Raleway', sans-serif;
	font-weight:bold;
	}
	
.fp-slides h1:after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #00a9c6;
    width: 140px;
}
.fp-slides h1:before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #00a9c6;
    width: 140px;
}

	
	.fp-slides p
	{
	margin: 30px 0 20px 0;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);*/
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
	padding:0px 60px;
	
	}
	
	.fp-slides h2
	{
    margin: -20px 0 50px 0;
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); */
    font-size: 18px;
    /* letter-spacing: 1px; */
    text-align: center;
    font-weight: normal;
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
	}
	
	
	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
		overflow: hidden;
	}
	
	
	#bg_container{ height:500px; overflow:hidden; }
#bg{ width:100%; height:900px; }

	

	#myVideo{
		position: absolute;
		right: 0;
		bottom: 0;
		top:0;
		right:0;
		width: 100%;
		height: auto;
		background-size: 100% 100%;
 		background-color: black; /* in case the video doesn't fit the whole page*/
  		background-image: /* our video */;
  		background-position: center center;
  		background-size: contain;
   		object-fit: cover; /*cover video background */
   		z-index:3;
	}



	/* Layer with position absolute in order to have it over the video
	* --------------------------------------- */
	#section0 .layer{
		position: absolute;
		z-index: 20;
		width: 100%;
		left: 0;
		top: 0%;
		background-color: rgba(0,0,0,0.6);
		height:100%;
	}

	/*solves problem with overflowing video in Mac with Chrome */
	#section0{
		overflow: hidden;
	}


	/* Bottom menu
	* --------------------------------------- */
	
	