* {
	outline: none;
}

html, input, textarea, button {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
	color:#fff;
	color:rgba(0,0,0,0.85);
	background:#ccc;
}

::selection {
	color:#fff;
	color:rgba(0,0,0,0.85);
	background:#ededed;
}

html {
  height: 100%;
}

body {
	font-family: sans-serif;
	color: #333;
	margin: 0;
	position: relative;
  height: 100%;
  background: url(../images/bg.jpg) no-repeat center center fixed;
  background-size: cover;
}

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

a:hover {
	color: #999;
}

a img {
	border: 0;
	padding: 0;
	margin: 0;
}

img.logo {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 20px;
  z-index: 1;
}

legend {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  font-family: "Minion Pro";
  color: rgba(255,255,255,0.8);
  font-size: 13px;
}
.intro {
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -250px;
	position: absolute;
	width: 500px;
  border-radius: 500px;
  color: white;
  z-index: 2;
  text-align: center;
  font-family: "Minion Pro";
  opacity: 0;
  -webkit-transition: all 0.5s;
  -webkit-transform: scale3d(0.8,0.8,0.8);
}

.intro.animate {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -webkit-transform: scale3d(1,1,1);
}

.intro h1 {
  font-size: 30px;
  margin: 120px 0 20px;
  font-weight: 400;

}

.intro hr {
  border: 0;
  height: 1px;
  width: 100px;
  background: rgba(255,255,255,0.3);
  margin-bottom: 30px;
}

.intro p {
  margin-top: 0;
  font-weight: regular;
  line-height: 30px;
  padding: 0 40px;
  font-size: 24px;
}

.intro a {
  font-weight: 700;
  font-family: "proxima_nova_rgregular";
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 16px;
  display: inline-block;
  border: 2px solid rgba(255,255,255,0.6);
  padding: 12px 16px;
  border-radius: 100px;
  -webkit-transition: all 0.5s;

}

.intro a:hover {
  background: white;
  color: #333;
  border: 2px solid rgba(255,255,255,1);
  -webkit-transition: all 0.5s;

}

#overlay {

  /* background-image: -webkit-gradient(linear, -120deg, -120deg, rgba(128, 207, 255, 0.6), color-stop(50%, rgba(255, 207, 128, 0.8))); */
  /* background-image: -webkit-gradient(linear, -120deg, rgba(128, 207, 255, 0.6), rgba(255, 207, 128, 0.8)); */
  background-image: -webkit-linear-gradient(-120deg, rgba(128, 207, 255, 0.6), rgba(255, 207, 128, 0.8));
  background-image: -moz-linear-gradient(-120deg, rgba(128, 207, 255, 0.6), rgba(255, 207, 128, 0.8));
  background-image: -o-linear-gradient(-120deg, rgba(128, 207, 255, 0.6), rgba(255, 207, 128, 0.8));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media only screen and (max-width : 460px) {
 .intro {
  width: 100%;
  margin-left: -50%;
 }
}

@font-face {
    font-family: 'proxima_novalight';
    src: url('proximanova-light-webfont.eot');
    src: url('proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-light-webfont.woff') format('woff'),
         url('proximanova-light-webfont.ttf') format('truetype'),
         url('proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('proximanova-regular-webfont.eot');
    src: url('proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-regular-webfont.woff') format('woff'),
         url('proximanova-regular-webfont.ttf') format('truetype'),
         url('proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_novasemibold';
    src: url('proximanova-semibold-webfont.eot');
    src: url('proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-semibold-webfont.woff') format('woff'),
         url('proximanova-semibold-webfont.ttf') format('truetype'),
         url('proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
