body {
	margin: 0;
	padding: 0;
	background: #f6f7f7;
	-webkit-font-smoothing:antialiased;
}

@font-face{ 
	font-family: avantgarde; 
	src: url(font/AvantGarde.otf); 
}

@font-face{ 
	font-family: quicksandlight; 
	src: url(font/Quicksand-Light.otf); 
}

@font-face{ 
	font-family: quicksandreg; 
	src: url(font/Quicksand-Regular.otf); 
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #696b6b;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #696b6b;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #696b6b;
}


textarea::-webkit-input-placeholder { /* WebKit browsers */
    color:    #696b6b;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #696b6b; 
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #696b6b;
}



.logo {
	display: block;
	margin: 0 auto;
	padding-top: 215px;
	margin-bottom: 3%;
	width: 8%;
}

.aemass-title {
	color: #202323;
	font-size: 68px;
	font-family: quicksandlight; 
	text-align: center;
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 40px;
	opacity: 0.9;
	line-height: 55px;
}

.menu-container {
	margin:0;
	padding:0;
	list-style: none;
	text-align: center;
	margin-bottom:14pt;
}


.nav-grad-left {
    

	margin: 0 auto;
	display: block;
	position: relative;
	top: 40;
	left: 300px;
	z-index: 3;
	height: 20px;
	width: 100px;
	background: -webkit-linear-gradient(left,rgba(246, 247, 247,0),rgba(246, 247, 247,1));
	  background: -o-linear-gradient(right,rgba(246, 247, 247,0),rgba(246, 247, 247,1));
	  background: -moz-linear-gradient(right,rgba(246, 247, 247,0),rgba(246, 247, 247,1));
	  background: linear-gradient(to right, rgba(246, 247, 247,0),rgba(246, 247, 247,1));
	
}

.nav-grad-right {

	margin: 0 auto;
	display: block;
	position: relative;
	top: 20;
	right: 300px;
	z-index: 3;
	height: 20px;
	width: 100px;
	background: -webkit-linear-gradient(left,rgba(246, 247, 247,1),rgba(246, 247, 247,0));
	background: -o-linear-gradient(right,rgba(246, 247, 247,1),rgba(246, 247, 247,0));
	background: -moz-linear-gradient(right,rgba(246, 247, 247,1),rgba(246, 247, 247,0));
	background: linear-gradient(to right, rgba(246, 247, 247,1),rgba(246, 247, 247,0));

	
}


.menu-container li{
	margin: 0 30pt;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.menu-container a{
	color:#202323;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none;
	font-family: quicksandreg; 
}

.menu-line {
	width: 1px;
	height: 15px;
	margin: 0 auto;
	margin-top: 10pt;
	opacity: 0;
	background:#d6d8d8;


	background: -webkit-linear-gradient(rgba(155,155,157,0), rgba(155,155,157,1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(155,155,157,0), rgba(155,155,157,1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(155,155,157,0), rgba(155,155,157,1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(155,155,157,0), rgba(155,155,157,1));
}


.content-container {
	font-family: quicksandreg; 
	line-height: 28pt;
	margin: 0 auto;
	width: 100%;
	text-align: justify;
	color:#8d8d8d;
	overflow: hidden;
	height: 0%;
	position: relative;

	margin-bottom: 2%;	
}

.content-about-scrollbox {
	line-height: 23px;
	font-size: 14px;
	height: auto;
	overflow:visible;
}


.content-container-about,
.content-container-contact {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -200px;
	opacity: 0;
	width: 400px;
	z-index: 1;
}




#menu-guests {
    cursor:pointer;
    cursor:hand;
}

#menu-about {
    cursor:pointer; 
    cursor:hand;
}

#menu-contact {
    cursor:pointer; 
    cursor:hand;
}



.contact-txtbox {
	height: 60px;
	font-family: quicksandlight;
	color:#a0a2a2;
	font-weight: 700;
	background: none;
	font-size: 11pt;
	position: relative;
	left: 1%;
	border: none;
	border-bottom: 1px solid #E0E0E0;
	outline: none;
	width: 390px;
	
	background-size: 35px;
	background-position-x:10; 
	padding-left: 60px;

}

.contact-txtbox-name {
	background: url("img/contact-icon-1-1.png") no-repeat center left;
	background-size: 35px;
	background-position-x:10; 
}

.contact-txtbox-message {
	height: 125px;
	padding-top: 20px;
	resize: none;
	background: url("img/contact-icon-3-1.png") no-repeat center left;
	background-size: 35px;
	background-position-x:10; 
	background-position-y:15; 

}


.contact-txtbox-email {
	background: url("img/contact-icon-2-1.png") no-repeat center left;
	background-size: 35px;
	background-position-x:10; 
}


.contact-send {
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	
	background: none;
	border: none;
	cursor: pointer;
	outline: none;
	
	margin-left: 13px;
	
	width: 100px;
	height: 35;
	
	
	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;	
	position: relative;
	padding: 0;
	font-family: quicksandreg;
	font-size: 11pt;
	text-align: left;
	letter-spacing: 1px;
	color:#8b8d8d;
	
}
.contact-send img{
	position: relative;
	margin-right: 10;
	width: 35px;
	vertical-align: middle;
}

.contact-sendtxt {
	font-family: quicksandreg;
	font-size: 11pt;
	position: relative;
	top: -2;
	left: 10;
	color:#8b8d8d;
	text-align: center;
	display: none;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 1px;
}

.content-container-guests {
	
	opacity: 0;
}

.guests-content {
	background: #f6f7f7;
	height: 60px;
	width: 390px;
	margin: 0 auto;
	position: relative;
	left: -5;
}

.guest-txtbox {

	font-family: quicksandlight;
	color:#8d8d8d;
	display: block;
	background: none;
	font-size: 11pt;
	
	margin: 0 auto;
	position: relative;
	height: 60px;
	border: none;
	text-align: left;
	outline: none;
	width: 390px;
	border-bottom: 1px solid #E0E0E0;

	padding-left: 60px;

	background: url("img/guest-icon-2.png") no-repeat center left;
	background-size: 35px;
	background-position-x: 10;

}

.guests-submit {
	border: none;
	font-family: quicksandlight;
	background: none;
	font-size: 11pt;
	height: 35px;
	width: 170px;
	color: #8d8d8d;
	font-size: 11pt;
	letter-spacing: 2px;
	outline: none;
	display: block;
	font-weight: 600;
	margin-top: 12px;
	margin-left: 14px;
	cursor: pointer;
	background: url('img/contact-send-5.png') no-repeat left center;
	background-size: 35px;
}

.content-container-box-sent {
	color:#8d8d8d;
	text-align: center;
	font-size: 13pt;
	font-family: quicksandlight;
	height: 200px;
}


.guests-submit-active {

	background: url('img/contact-send-4.png') no-repeat left center;
	background-size: 35px;
	color: #000;	
}





.copyright-container {
	font-family: quicksandreg; 
	font-size: 11px;
	text-align: center;
	letter-spacing: 0.03em;
	color:#b5b7b7;
	position: absolute;
	bottom: 50;
	width: 100%;

}


.home-jobs-link {
	color: #202323;
	font-size: 12px;
	text-decoration: none;
}


.jobs-divs {
	width: 100%;
	height: 1px;
	background: #2f3131;
	margin: 50px 0px;
}

.content-container-box-sent {
	color: #202323;
}


.content-container-box-sent div {
	cursor: pointer;
	border-top: 1px solid #E0E0E0;
	margin-top: 8px;
	height: 70px;
	line-height: 70px;
	color: #202323;
	letter-spacing: 1px;
	background: url('img/contact-icon-3-1.png') no-repeat center left;
	background-size: 35px;
	font-weight: normal;
	padding-left: 45px;
	margin-top: 40px;
	opacity: 0;
}


