/* FONTS */

@font-face {
    font-family: 'Oswald';
    src: url('../font/Oswald-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Light';
    src: url('../font/Oswald-Light.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('../font/SourceSansPro.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Adobe Garamond Pro Regular';
    src: url('../font/Adobe Garamond Pro Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'AllrounderMonumentTest';
    src: url("../font/AllrounderMonumentTest.otf") format('opentype');
    font-weight: bold;
    font-style: normal;
}

/* GLOBAL */

* {
    box-sizing: border-box;
	margin: 0;
}

::-webkit-scrollbar { 
	display: none;
}


html,body{
	font-family: 'Oswald-Light', sans-serif;
  	padding: 0;
	margin: 0;
	height: 100vh;
	width: auto;
	background: #000;
}

.container{
	height: auto;
  	width: auto;
  	margin: auto;
	background: #000;
}

#overlay{
	background: rgba(0,0,0,0.3);
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

.slide{
	background: #000;
	z-index: 10px;
	position: relative;
	width: auto;
	height: 100vh;
}

/* MENU BUTTON */

#menu-container{
	background: #000;
	width: auto;
	height: auto;
	display: none;
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

#socials{
	background: none;
	width: auto;
	height: auto;
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	padding: 15px 10px 10px 10px;
	z-index: 999;
	color: #FFF;
}

#socials span{
	margin: 0 3px;
}

.menu-container{
    display: inline-block;
    cursor: pointer;
	position: relative;
	padding: 20px 25px;
	z-index: 999;
}

.bar1, .bar2, .bar3 {
    width: 40px;
    height: 5px;
    background-color: #FFF;
    margin: 6px 0;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

#menu{
    height: 100vh;
    width: 200px;
    position: fixed;
    z-index: 998;
    top: 0px;
    left: 0px;
	padding-top: 100px;
	background: rgba(25,25,25,0.8);
    overflow-x: hidden;
	display: none;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	line-height: 30px;
	padding: 20px 30px;
	width: 100%;
	text-decoration: none;
	letter-spacing: 1px;
	display: inline-block;
	float: left;
	cursor: pointer;
	color: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
}

#menu li:hover{
    background: #222;
    color: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
}

#banner{
	width: 100%;
	height: 100vh;
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
  	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
  	color: #FFF;
	font-family: 'AllrounderMonumentTest', sans-serif;
}

#logo{
	position: relative;
	display: block;
	margin-top: 50px;
}

#banner h1{
	position: relative;
  	font-size: 50px;
	letter-spacing: 1px;
	margin: 100px 0 50px 0;
}

#banner h2{
	position: relative;
	top: 250px;
	font-family: 'Oswald-Light', sans-serif;
  	font-size: 35px;
	letter-spacing: 2px;
}

#bass770{
	width: 100vw;
	height: 100vh;
	background: url("../images/background.jpg") no-repeat;
	background-size: cover;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
  	color: #FFF;
}

#throwbacks{
	width: 100vw;
	height: 100vh;
	background: url(../images/lights.jpg) no-repeat;
	background-size: cover;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
  	color: #FFF;
}

#contact{
	width: 100vw;
	height: 100vh;
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
  	color: #FFF;
}

#brand{
  	bottom: 75px;
  	height: auto;
  	position: absolute;
  	right: 40px;
  	width: auto;
  	z-index: 9999;
}

#summary{
	width: 100vw;
	height: 100vh;
	background: url(../images/background.jpg) no-repeat;
	background-size: cover;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
  	color: #FFF;
}

#summary-content{
	position: relative;
	display: block;
	width: 900px;
	height: auto;
	padding: 10px;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	margin: 0 auto;
	top: 150px;
	font-family: 'SourceSansPro', sans-serif;
	font-size: 18px;
}

#summary-content i{
	font-style: normal;
	margin-right: 10px;
}

table, th, td {
  	border: 1px solid #555;
  	border-collapse: collapse;
	padding: 10px;
}

#tables{
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 99999;
	top: 100px;
}

#table{
	display: none;
}

#events{
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 99999;
}

#event{
	display: none;
}


.sample{
	margin: 5px 0 0 5px;
}

#content{
	width: 900px;
	position: relative;
	display: block;
	background: rgba(0,0,0,0.5);
	margin: 0 auto;
	text-align: justify;
	font-family: 'SourceSansPro', sans-serif;
	top: 100px;
	padding: 20px;
}

.subheading{
	font-family: 'SourceSansPro', sans-serif;
	text-align: center;
}

#throwback{
	position: relative;
	display: block;
	width: 500px;
	height: 160px;
	cursor: pointer;
	margin: 10px auto 0;
	background: url(../images/throwback.jpg) no-repeat;
}

.pick h1{
	position: relative;
	display: block;
	text-align: center;
	padding-top: 50px;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

.pick h1:hover{
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
	background: rgba(0,0,0,0.8);
	opacity: 1;
}

#load{
	height: 100vh;
    width: 100vw;
	position: fixed;
  	left: 0;
	top: 0;
	display: none;
	margin: 0 auto;
    z-index: 99998;
	background: rgba(0,0,0,0.7);
}

#load h1{
	position: relative;
	display: block;
	top: 200px;
	text-align: center;
	font-family: 'Oswald-Light', sans-serif;
	color: #FFF;
	font-size: 40px;
}

#loader{
	position: relative;
	display: block;
	top: 200px;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.icon{
	font-size: 22px;
	padding-right: 5px; 
}

.button{
	position: relative;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	top: 350px;
	letter-spacing: 2px;
	cursor: pointer;
	width: 250px;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	height: auto;
	padding: 15px;
	border: 2px solid #FFF;
	-webkit-transition: 0.5s all ease-in-out;
	z-index: 999;
}

.button:hover{
	background: #FFF;
	color: #000;
	border: 2px solid #000;
	-webkit-transition: 0.5s all ease-in-out;
}

.close{
	position: relative;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 1px;
	width: auto;
	font-family: 'Oswald-Light', sans-serif;
	height: auto;
	padding: 2px 20px;
	margin: 5px 5px 0;
	border: 1px solid #FFF;
	-webkit-transition: 0.5s all ease-in-out;
	z-index: 999;
}

.close:hover{
	background: #FFF;
	color: #000;
	border: 1px solid #000;
	-webkit-transition: 0.5s all ease-in-out;
}

.build{
	position: relative;
	background: rgba(0,0,0,0.8);
	color: #FFF;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 1px;
	width: auto;
	font-family: 'SourceSansPro', sans-serif;
	height: auto;
	padding: 10px 20px;
	margin: 10px auto 0px;
	border: 2px solid #FFF;
	-webkit-transition: 0.5s all ease-in-out;
	z-index: 999;
}

.build:hover{
	background: #FFF;
	color: #000;
	border: 2px solid #000;
	-webkit-transition: 0.5s all ease-in-out;
}

.input{
	height: 60px;
	width: 100%;
	margin: 10px auto;
	position: relative;
	padding:  10px;
	font-family: 'SourceSansPro';
	letter-spacing: 1px;
	border: 1px solid #000;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.input:hover{
	background: #FFF;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.message{
	height: 100px;
	width: 100%;
	margin: 10px 0px;
	padding: 10px;
	background: #FFF;
	color: #000;
	font-family: 'SourceSansPro';
	letter-spacing: 1px;
	border: 1px solid #000;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.message:hover{
	background: #FFF;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.submit{
	height: 30px;
	width: auto;
	padding: 30px 70px;
	border: 1px solid #000;
	font-family: 'SourceSansPro';
	background: #000;
	color: #FFF;
	font-size: 20px;
	line-height: 5px;
	letter-spacing: 2px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.submit:hover{
	background: #FFF;
	color: #000;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.highlight{
	-webkit-animation: shake 0.1s 5;
	-webkit-animation: pulse 1s infinite;
}

@-webkit-keyframes shake{
	0%{ -webkit-transform: translateX(-10px); transform: translateX(-10px); }
	20%{ -webkit-transform: translateX(0px); transform: translateX(0px); }
	40%{ -webkit-transform: translateX(10px); transform: translateX(10px); }
	65%{ -webkit-transform: translateX(0px); transform: translateX(0px); }
	80%{ -webkit-transform: translateX(-10px); transform: translateX(-10px); }
	100%{ -webkit-transform: translateX(0px); transform: translateX(0px); }
}

@-webkit-keyframes pulse{
	0%{ border: 3px solid #900;  }
	50%{ border: 3px solid #FFF; }
	100%{ border: 3px solid #900; }
}

.approved{
	border: 3px solid #090
}

#response{
	width: 100%;
	margin: 10px auto;
	display: none;
}

.response{
	width: auto;
	padding: 15px;
	text-align: center;
	height: auto;
	background: transparent;
	color: #090;
	border: 2px solid #090;
	cursor: pointer;
	margin: 0 auto;
	font-size: 16px;
}

.space{
	position: relative;
	display: block;
	margin-right: 10px;
	float: left;
}

#sidebar{
    height: auto;
    width: auto;
    position: relative;
    z-index: 997;
    top: 0;
	float: left;
    background: #000;
    overflow-x: hidden;
}

#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li{
	line-height: 30px;
	padding: 10px 15px;
	background: #000;
	text-decoration: none;
	margin: 0;
	text-align: center;
	float: left;
	font-size: 18px;
	display: inline-block;
	cursor: pointer;
	color: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#sidebar li:hover{
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #FFF;
    color: #000;
}

#confirm{
	position: absolute;
	width: 100vw;
	height: 100vh;
	padding: 100px 20px 20px;
	color: #FFF;
	display: none;
	font-size: 40px;
	background: rgba(0,0,0,0.9);
	margin: 0 auto;
	z-index: 100000;
}

#confirm h1{
	font-size: 40px;
	margin-bottom: 20px;
}

#success {
  	background: #FFF;
  	height: 100vh;
	display: none;
  	left: 0;
 	margin: 0 auto;
 	position: fixed;
  	right: 0;
 	width: 100vw;
  	z-index: 9999;
}

#thumb {
	font-size: 20px;
	text-align: center;
	display: block;
	position: relative;
	top: 50px;
}

#success h1 {
	color: #090;
  	display: block;
  	font-size: 20px;
	font-family: 'SourceSansPro', sans-serif;
  	position: relative;
  	text-align: center;
  	top: 300px;
}

#space {
	display: block;
  	font-size: 20px;
  	height: auto;
  	margin: 0 auto 10px;
  	padding: 10px;
  	position: relative;
  	text-align: center;
  	top: 300px;
  	width: auto;
}

@media only screen and (max-width: 900px) {
	
	#content{
		width: auto;
		padding: 10px;
	}
	
	#tables{
		display: none;
	}

	#table{
		display: block;
		margin: 0 auto;
		position: relative;
		z-index: 99999;
		top: 100px;
	}
	
	#events{
		display: none;
	}

	#event{
		display: block;
		margin: 0 auto;
		position: relative;
		z-index: 99999;
	}
	
	#bass770{
		background-size: contain;
		width: 100vw;
	}
	
	#banner{
		background-size: contain;
		width: 100vw;
		font-family: 'AllrounderMonumentTest', sans-serif;
	}
	
	#banner h1{
		font-family: 'AllrounderMonumentTest', sans-serif;
		font-size: 40px;
	}
	
	#contact{
		background-size: contain;
		width: 100vw;
	}
}

@media only screen and (max-width: 450px) {
	
html,body{
	font-family: 'Oswald-Light', sans-serif;
  	padding: 0;
	margin: 0;
	height: 100vh;
	width: auto;
	background: #000;
}

.grid-row::after{
    content: "";
    clear: both;
    display: table;
}

.grid-row{
	transition: all 0.5s ease-in-out;
	width: 375px;
	position: relative;
	z-index: 10;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: auto;
	overflow: scroll;
}

#overlay{
	width: 100%;
	height: 800px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
}

.slide{
	background: #000;
	z-index: 10px;
	position: relative;
	width: auto;
	height: 100vh;
}

/* MENU BUTTON */

#menu-container{
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: auto;
	display: none;
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
}

.menu-container{
    display: inline-block;
    cursor: pointer;
	position: relative;
	padding: 10px 15px;
	z-index: 999;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #FFF;
    margin: 6px 0;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

#menu{
    height: auto;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 50px;
    left: 0;
	right: 0;
	margin: 0 auto;
	background: rgba(0,0,0,0.8);
	text-align: center;
    overflow-x: hidden;
	display: none;
	padding-top: 10px;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	width: 100%;
	line-height: 30px;
	padding: 15px 0px;
	background: rgba(0,0,0,0.5);
	border-bottom: 1px solid #000;
	text-decoration: none;
	display: inline-block;
	float: left;
	cursor: pointer;
	color: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
}

#menu ul li:hover{
    background: #111;
    color: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
}

#tables{
	display: none;
}

#table{
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 99999;
	top: 100px;
}
	
#events{
	display: none;
}

#event{
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 99999;
}
	
#banner{
	width: 100%;
	height: 800px;
	background: url(../images/banner.jpg) no-repeat;
	background-color: #000;
	background-size: cover;
  	text-align: center;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
  	color: #FFF;
}

#logo{
	position: relative;
	display: block;
	margin-top: 100px;
}	

#banner h1{
	position: relative;
  	font-size: 20px;
	font-family: 'AllrounderMonumentTest', sans-serif;
	letter-spacing: 1px;
	margin-top: 50px;
}

#banner h2{
	position: relative;
	top: 250px;
	font-family: 'Oswald-Light', sans-serif;
  	font-size: 16px;
	letter-spacing: 2px;
}

#bass770{
	width: 100%;
	height: 800px;
	background-color: #000;
	background-size: contain;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
  	color: #FFF;
}

#throwbacks{
	width: 100%;
	height: 800px;
	background: url(../images/lights.jpg) no-repeat;
	background-size: contain;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
  	color: #FFF;
}
	
#contact{
	width: 100%;
	height: 800px;
	position: relative;
	background: url(../images/lights.jpg) no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
	z-index: 1;
  	color: #FFF;
}

#brand{
	background:url('../images/brand.png') no-repeat;
  	height: 150px;
  	position: relative;
	display: block;
  	width: 150px;
  	z-index: 9999;
	margin: 0 auto;
}

#summary{
	width: 100%;
	height: 800px;
	background: url(../images/background.jpg) no-repeat;
	background-color: #000;
	background-size: contain;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
  	color: #FFF;
}

#summary-content{
	position: relative;
	display: block;
	width: auto;
	height: auto;
	padding: 20px;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	margin: 0 auto;
	top: 150px;
	font-family: 'SourceSansPro', sans-serif;
	font-size: 18px;
}

#summary-content i{
	font-style: normal;
	margin-right: 10px;
}

.sample{
	margin: 5px 0 0 5px;
}

#content{
	width: 100%;
	position: relative;
	display: block;
	background: rgba(0,0,0,0.6);
	margin: 0 auto;
	text-align: justify;
	font-size: 12px;
	font-family: 'SourceSansPro', sans-serif;
	top: 0px;
	padding: 80px 20px 0;
}

.subheading{
	font-family: 'Oswald-Light', sans-serif;
}

#throwback{
	position: relative;
	display: block;
	width: 500px;
	height: 160px;
	cursor: pointer;
	margin: 10px auto 0;
	background: url(../images/throwback.jpg) no-repeat;
}

.pick h1{
	position: relative;
	display: block;
	text-align: center;
	padding-top: 50px;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
}

.pick h1:hover{
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
	background: rgba(0,0,0,0.8);
	opacity: 1;
}

#load{
	height: 100%;
    width: 100%;
	position: fixed;
  	left: 0;
	top: 0;
	right: 0;
	display: none;
	margin: 0 auto;
    z-index: 99999;
	background: rgba(0,0,0,0.7);
}

#load h1{
	position: relative;
	display: block;
	top: 200px;
	text-align: center;
	font-family: 'Oswald-Light', sans-serif;
	color: #FFF;
	font-size: 30px;
}

#loader{
	position: relative;
	display: block;
	top: 200px;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.icon{
	font-size: 20px;
	padding-right: 5px; 
}

.button{
	position: relative;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	top: 350px;
	letter-spacing: 2px;
	cursor: pointer;
	width: 250px;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	height: auto;
	padding: 15px;
	border: 2px solid #FFF;
	-webkit-transition: 0.5s all ease-in-out;
	z-index: 999;
}

.button:hover{
	background: #FFF;
	color: #000;
	border: 2px solid #000;
	-webkit-transition: 0.5s all ease-in-out;
}

.close{
	position: relative;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	cursor: pointer;
	font-size: 12px;
	letter-spacing: 1px;
	width: auto;
	font-family: 'Oswald-Light', sans-serif;
	height: auto;
	padding: 2px 20px;
	margin: 5px 0 0;
	border: 1px solid #FFF;
	-webkit-transition: 0.5s all ease-in-out;
	z-index: 999;
}

.close:hover{
	background: #FFF;
	color: #000;
	border: 1px solid #000;
	-webkit-transition: 0.5s all ease-in-out;
}

.build{
	position: relative;
	background: rgba(0,0,0,0.5);
	color: #FFF;
	cursor: pointer;
	font-size: 12px;
	letter-spacing: 1px;
	width: 100%;
	font-family: 'Oswald-Light', sans-serif;
	height: auto;
	padding: 5px 20px;
	margin: 10px auto 0px;
	border: 2px solid #FFF;
	-webkit-transition: 0.5s all ease-in-out;
	z-index: 999;
}

.build:hover{
	background: #FFF;
	color: #000;
	border: 2px solid #000;
	-webkit-transition: 0.5s all ease-in-out;
}

.input{
	height: 60px;
	width: 100%;
	margin: 10px auto;
	position: relative;
	padding:  10px;
	font-family: 'SourceSansPro';
	letter-spacing: 1px;
	border: 1px solid #000;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.input:hover{
	background: #FFF;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.message{
	height: 100px;
	width: 100%;
	margin: 10px 0px;
	padding: 10px;
	background: #FFF;
	color: #000;
	font-family: 'SourceSansPro';
	letter-spacing: 1px;
	border: 1px solid #000;
	font-size: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.message:hover{
	background: #FFF;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.submit{
	height: 30px;
	width: auto;
	padding: 20px 70px;
	border: 1px solid #000;
	font-family: 'SourceSansPro';
	background: #000;
	color: #FFF;
	font-size: 12px;
	line-height: 5px;
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.submit:hover{
	background: #FFF;
	color: #000;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.highlight{
	-webkit-animation: shake 0.1s 5;
	-webkit-animation: pulse 1s infinite;
}
}












