body {
	font: 13px Helmet, Freesans, sans-serif;
}
/* We like off-black for text. */
body, select, input, textarea {
	color: #000;
}
a {
	color: #000;
}
a:hover {
	color: #000;
}
::-moz-selection {
background: #fcd700;
color: #fff;
text-shadow: none;
}
::selection {
background: #fcd700;
color: #fff;
text-shadow: none;
}
/*	j.mp/webkit-tap-highlight-color */
input:focus {outline:none;}
a:link {
	-webkit-tap-highlight-color: #fcd700;
}
ins {
	background-color: #fcd700;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #fcd700;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
* {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Mozilla dosen't style place holders by default */
input:-moz-placeholder {
color:#a9a9a9;
}
textarea:-moz-placeholder {
color:#a9a9a9;
}
*{
	margin:0;
	padding:0;
}
/*------- custom code starts here --------*/
.wrapper{
	width:100%;
	height:auto;
	position:relative;
}
.header,.footer{
	width:100%;
	height:60px;
	background:#000;
	color:#f4e5be;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	font-weight:normal;
	letter-spacing:2px;
	clear:both;
	position: relative;
	z-index: 2;	
}

.logo{
	width:226px;
	height:167px;
	background-repeat:no-repeat;
	background-position:left top;
	background-size:contain;
	position:absolute;
	top:0;
	left:50px;
	cursor:pointer;
}

.footer{
	color:#ffd675;
	font-family:"Marcellus SC",serif;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	letter-spacing:4px;
	text-transform:capitalize;
}
.pageArea{
	width:100%;
	height:calc(100vh - 120px);
	clear:both;
	overflow:hidden;
}
.pageData{
	position:relative;
	width:100%;
	height:100%;
}
.slideArea{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.rightMenuArea{
	min-width:200px;
	opacity:0;
	height:auto;
	position:absolute;
	z-index:99;
	right:0px;
	bottom:0px;
	background:#000;
	-webkit-transform:translate(200px,0px);
	-ms-transform:translate(200px,0px);
	-moz-transform:translate(200px,0px);
	transform:translate(200px,0px);
}
.rightMenuArea.animate{
	opacity:1;
	-webkit-transform:translate(0px,0px);
	-ms-transform:translate(0px,0px);
	-moz-transform:translate(0px,0px);
	transform:translate(0px,0px);
	-webkit-transition:-webkit-transform 1s, opacity 1s;
	-ms-transition:-ms-transform 1s, opacity 1s;
	-moz-transition:-moz-transform 1s, opacity 1s;
	transition:transform 1s, opacity 1s;
}
.rightMenuArea.animate .menuRight .topMenu{
	position:relative;
	display:block;
	white-space:nowrap;
	padding:0 10px;
	padding-left:20px;
	height:auto;
	line-height:30px;
	font-size:14px;
	color: wheat;
	cursor:pointer;
}
.rightMenuArea.animate .menuRight .subMenu span{
	display:block;
	white-space:nowrap;
	padding:3px 10px;
	height:auto;
	font-size:14px;
	color: wheat;
	cursor:pointer;
}
.rightMenuArea.animate .menuRight .topMenu+.subMenu{
	display:none;
}
.rightMenuArea.animate .menuRight .topMenu.open+.subMenu{
	display:block;
	margin-left:20px;
	position:relative;
}
.topMenu:before,.topMenu:after{
	content: '';
	display: block;
	position: absolute;
	top: 11px;
	left: 8px;
	width: 2px;
	height: 8px;
	background: white;
}
.topMenu.open:after{
	display:none;
}
.topMenu:before{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
.rightMenuArea.animate div:hover{
	text-decoration:underline;
}
.faddingImage{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.fadeText{
	padding:10px;
	width:50%;
	position:absolute;
	bottom:100px;
	opacity:0;
	background:rgba(0,0,0,0.4);
	left:-100%;
}
.fixedText{
	padding:10px;
	width:55%;
	position:absolute;
	bottom:70px;
	background:rgba(0,0,0,0.4);
	left:5%;
	z-index:1;
}
.fadeText.animate{
	opacity:1;
	left:5%;
	-webkit-transition:1s left,1s opacity;
	-moz-transition:1s left,1s opacity;
	-ms-transition:1s left,1s opacity;
	transition:1s left,1s opacity;
}
.fadeText h1,.fixedText h1{
	color:#FFF;
	font-size:2.5em;
	line-height:2em;
}
.fadeText p,.fixedText p{
	color:#fff;
	font-size:1.1em;
	margin:8px 0;
}
.topNav ul li {
	display: inline-block;
	line-height: 60px;
	color: #f4e5be;
}
.topNav ul li a{
	display:block;
	line-height: 60px;
	padding:0 10px;
	background:#000;
	color:#f4e5be;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:10pt;
	font-weight:normal;
	letter-spacing:2px;
	text-decoration:none;
}
.topNav ul#navigation li.closeMenu{
	display:none;
}
.topNav ul.likeLink li a{
	padding:0 5px;
	color:rgba(0,0,0,0);
	background:rgba(0,0,0,0);
}
.topNav ul.likeLink{
	margin: 0 45px 0 25px;
	background-repeat:no-repeat;
	background-position:center center;
}
.topNav ul {
	list-style: none;
	float: left;
}
.topNav {
	display: inline-block;
	float: right;
}
.footer .botNav{
	display:block;
	text-align:center;
}
.footer a {
	display: inline-block;
	color: wheat;
	white-space: nowrap;
	width:180px;
	line-height:initial;
	padding:10 18px;
	font-size: 14pt;
	text-decoration:none;
}

.footer a span.linkText{
	padding-top:8px;
	display:inline-block;
}



.botNav>a .img{
	display:none;
}
.botNav .link{
	position:relative;
	width: 100%;
	height: 60px;	
}
.botNav .link .hover{
	display:none;
}
.botNav .link:hover .img{
	display:inline-block;
	width:100%;
	height:60px;
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	z-index:1;
	left:0;
	top:0px;
}
.botNav .link:hover .linkText{
	visibility:hidden;
}
.botNav .link:hover .hover{
	display:inline-block;
	width:100%;
	height:25px;
	background:url(../images/tar.svg) no-repeat center bottom;
	background-size:contain;
	position:absolute;
	z-index:1;
	left:0;
	top:-25px;
}

.mobileMenu{
	display:none;
}
.table{
	display:table;
	width:100%;
	height:100%;
}
.table-row{
	display:table-row;
	height:100%;
}
.table-cell{
	display:table-cell;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
#singlePage{
	opacity:0;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	max-width:320px;
	color:#fff;
	
}
#singlePage.animate{
	right:5%;
	opacity:1;
	-webkit-transition:right 1s,opacity 1s;
	-ms-transition:right 1s,opacity 1s;
	-moz-transition:right 1s,opacity 1s;
	transition:right 1s,opacity 1s;
}
/*
#singlePage.servicesPage{
	max-width: 75%;
	padding:0 2%;
}
#singlePage.servicesPage .block{
	width:45%;
	float:left;
	padding:1%;
}
*/
#singlePage *{
	box-sizing:border-box;
}
/*
#singlePage.servicesPage .block .blockContent{
	width:calc( 100% - 100px);
	display: inline-block;
}
#singlePage.servicesPage .block .blockContent h1{
	font-wieght:100;
	font-size:18px;
}
#singlePage.servicesPage .block .blockContent h1 b{
	font-weight:bold;
}
#singlePage.servicesPage .block .blockContent p{
	margin-top:1em;
}
#singlePage.servicesPage .block .blockContent p.byQuote{
	text-align:right;
}
#singlePage.servicesPage .block .image{
	width:100px;
	height:100px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	display: inline-block;
	vertical-align: top;
}
#singlePage.servicesPage .block:nth-child(1) .image{
	background-image:url();
	background-color:red;
}
#singlePage.servicesPage .block:nth-child(2) .image{
	background-image:url();
	background-color:red;
}
#singlePage.servicesPage .block:nth-child(3) .image{
	background-image:url();
	background-color:red;
}
#singlePage.servicesPage .block:nth-child(4) .image{
	background-image:url();
	background-color:red;
}
#singlePage.servicesPage .block:nth-child(1),
#singlePage.servicesPage .block:nth-child(3){
	margin-right:2.5%;
}

#singlePage.servicesPage .block:nth-child(3),
#singlePage.servicesPage .block:nth-child(4){
	margin-top:2.5%;
}
*/
#singlePage.invitationPage{
	background:rgba(0,0,0,0.4);
}
#singlePage.founderPage{
	background:rgba(0,0,0,0.4);
}
/*
#singlePage.servicesPage .serviceBlock1{
	background:rgba(255,0,0,0.5);
}
#singlePage.servicesPage .serviceBlock2{
	background:rgba(0,255,0,0.5);
}
#singlePage.servicesPage .serviceBlock3{
	background:rgba(255,255,0,0.5);
}
#singlePage.servicesPage .serviceBlock4{
	background:rgba(0,255,255,0.5);
}
*/
#singlePage.servicesPage{
	background:rgba(0,0,0,0.4);
}
#singlePage.aboutPage{
	background:rgba(0,0,0,0.4);
}
#singlePage.contactPage{
	background:rgba(0,0,0,0.4);
}
#singlePage h1{
	font-size:40px;
	text-align:left;
	margin:0px 5%;
}
#singlePage p{
	margin:0px 5%;
	margin-top:1.5em;
	text-align:left;
}

#singlePage p u {
	font-size: 120%;
	text-decoration: none;
	margin-bottom: 0;
	display: block;
}
#singlePage p label{
	display:inline-block;
	margin-bottom:10px;
	width:288px;
	text-align:right;
	vertical-align:top;
	line-height:30px;
}
#singlePage p input{
	width: 200px;
	border-radius: 5px;
	background: rgba(255,255,255,0.25);
	border: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5) inset;
	height: 30px;
	color:#000;
	padding:0 8px;
}
#singlePage p textarea{
	width: 200px;
	padding:5px 8px;
	border-radius: 5px;
	color:#000;
	background: rgba(255,255,255,0.25);
	border: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5) inset;
	height:120px;
}
#singlePage p .formSubmitInfo{
	display:block;
	margin-bottom:10px;
	color:#fff;
	text-align:center;
}
#singlePage p #userSubmit{
	display:block;
	clear:both;
	margin:auto;
	cursor:pointer;
	width:120px;
	font-size:14px;
	color:#000;
	line-height:25px;
	height:25px;
	background:rgba(255,255,255,0.5);
	text-align:center;
	border-radius:5px;
	box-shadow: 1px 1px 2px rgba(255,255,255,1);
}






@media screen and (max-width:1135px){
	.footer a {
		padding: 0 10px;
		width: 150px;
		line-height: initial;
	}
	.logo{
		width:150px;
		height:111px;
	}
}
@media screen and (max-width:1090px){
	.footer a {
		padding: 0 10px;
		width: 130px;
		line-height: initial;
	}
}
@media screen and (max-width:1024px){
	.logo{
		left:25px;
		width:125px;
		height:85px;
		z-index:2;
	}
}
@media screen and (max-width:945px){
	#singlePage{
		overflow:auto;
	}
	#singlePage.servicesPage .block{
		width:100%;
		float:none;
		clear:both;
	}

	.botNav .link:hover .img,.botNav .link:hover .hover{
		display:none;
	}
	.botNav .link:hover .linkText{
		display:block;
		visibility:visible;
	}
	.mobileMenu{
		display:block;
		position:absolute;
		top:0;
		right:0px;
		width:40px;
		height:60px;
		background:url(../images/menu.png) no-repeat center center;
		cursor:pointer;
	}
	.topNav ul#navigation{
		display: none;
		width: 100%;
		position: relative;
		float: initial;
		top: 60px;
	}
	.topNav ul#navigation.show{
		display:block;
	}
	.topNav ul#navigation li{
		display:block;
	}
	.topNav ul#navigation li a{
		line-height: 35px;
		border-bottom: 1px solid #f4e5be;
		text-align:center;
	}
	.topNav ul#navigation li.closeMenu{
		display:block;
	}
	.topNav ul#navigation li.closeMenu a{
		line-height:50px;
	}
	.topNav{
		display:block;
		position:absolute;
		width:100%;
		top:0;
		left:0;
	}
	.topNav ul.likeLink{
		position:absolute;
		top:0;
		right:0;
	}
	.footer a {
		padding: 0 10px;
		width: 100%;
		line-height:initial;
	}
	.botNav .link{
		height:auto;
	}
	.botNav .link .linkText{
		padding:0;
		line-height:40px;
	}
	.footer{
		width:100%;
		height:auto;
		position:relative;
	}
	.fixedText{
	padding:10px;
	top:50px;
	width:50%;
	position:absolute;
	bottom:100px;
	background:rgba(0,0,0,0.4);
	left:5%;
	z-index:1;
}
}
@media screen and (max-width:500px){
	#singlePage.servicesPage{
		max-width:100%;
		padding:0;
	}
	#singlePage.servicesPage .block .image{
		vertical-align:middle;
	}
	#singlePage.animate{
		right:0;
	}
	.fadeText{
		width:85%;
	}
	.fadeText h1{
	color:#FFF;
	font-size:1.5em;
	line-height:2em;
	}
	.fadeText p{
	color:#fff;
	font-size:1em;
	margin:8px 0;
	}

}

/*------- custom code ends here --------*/


