@charset "utf-8";
@font-face {font-family: Artifika; src: url('../font/Artifika-Regular.ttf');}

img, object, embed, video, label, input {
	max-width: 100%;
	-webkit-user-select: none;       
	-moz-user-select: none; 
	-ms-user-select: none;
}

html *{font-family: 'Artifika'}

html{
	width: 100%;
	overflow-x: hidden;
}

body {
	margin: 0 auto;
	color: #000;
	background: #000;
	width: 100%;
	max-width: 100%;
	height: 100%;
	overflow: hidden; 
}

h4 {
	color: #606060;
	font-size: 28px;
	margin: 0px 0px 0px 0px;
}

h5 {
	font-size: 1.2em;
	padding-top: 0px;
	margin-top: 0px;
}

a {
	cursor: pointer;
	-webkit-user-select: none;       
	-moz-user-select: none; 
	-ms-user-select: none; 
}

#mobileMenuBtn, #mobileMenu {
	display: none;
}

.remove-padding {
	padding: 0px 0px 0px 0px;
}

.remove-margins {
	margin: 0px 0px 0px 0px;
}

/*----------------------------------  General Containers / Frames / Lines ----------------------------------*/
#headerContainer { 
	position: relative;
	height: 60px;
	padding: 10px 2% 10px 0;
	background: #FFF;
	z-index: 75;
}

#bannerContainer {
	position: relative;
	width: 100%;
	z-index: 1;
	background-attachment: fixed;
	background-size: cover;
	background-color: #FFF;
	opacity: 1;
	padding-top: 255px;
	padding-bottom: 255px;
}

#bannerHeader1 {
	position: relative;
	display: block;
	color: #FFF;
	width: 100%;
	z-index: 2;
}

#moveTopContainer {
	position: relative;
	width: 100%;
	height: 70px;
	background: none repeat scroll 0% 0% #3F3F3F;
}

#footer-arrow {
	filter:none;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#footer-arrow:hover {
	filter:none;
	-moz-opacity: 1;
	opacity: 1;
}	 

.moveTop {
	font-family: "Artifika";
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}	

#footerContainer {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: bottom;
	color: black; 
	clear: both; 
	width: 96%;
	max-width: 1220px;
	height: 300px;
	text-align: center;
	background-color: #000;
	cursor: default;
	color: #FFF;
	font-weight: normal;
	font-size: 10px;
	padding: 50px 2% 20px 2%;
}

#footerMenu {
	padding: 0px 0px 0px 0px;
	
}

#footerMenu a {
	color: #6F6F6F;
	font-size: 1.4em;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
}

#footerMenu a:hover {
	color: #00AAFF;
}

#footerContact {
	color: #6F6F6F;
	font-size: 1.4em;
	padding: 0px 0px 0px 0px;
}

#footerContact span{
	color: #6F6F6F;
	font-style: normal;
}

#footerLogo {
	width: 220px;
	margin-left: 40%;
	margin-right: auto;
}

#copyright {
	color: #6F6F6F;
	font-size: 1.4em;
	padding: 0px 0px 0px 0px;
	width: 100%;
	clear: both;
}

#copyright p {
	margin: 0px 0px 0px 0px;
	
}

#footerMenu a:first-child {
	padding-left: 0px;
	margin-left: 0px;
}

.arrow-down {
	width: 0; 
	height: 0; 
	float: bottom;
	border-top: 5px solid #4F4F4F;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.arrow-right {
	width: 0; 
	height: 0; 
	float: right;
	margin-top: 5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #FFF;
}

.arrow-left {
	width: 0; 
	height: 0; 
	float: left;
	margin-top: 5px;
	margin-right: 6px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #FFF;
}

.arrow-up {
	width: 0; 
	height: 0; 
	float: top;
	border-bottom: 5px solid #4F4F4F;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.right {
	float: right;
}

.rotate-180 {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
	-webkit-transform:rotate(180deg); /* Opera, Chrome, and Safari */
}

.rotate-180:hover {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
	-webkit-transform:rotate(180deg); /* Opera, Chrome, and Safari */
}

/*---------------------------------- End General Containers / Frames ----------------------------------*/  

/*---------------------------------- Images ----------------------------------*/
	  
#mlogo {
	float: left;
	width: 80%;
	margin-top: -12px;
	max-width: 220px;
	padding-left: 10px;
	height: auto;
	max-height: 65px;

}
#mlogo:hover {
	opacity: 1;
}

#mlogo:active {
	opacity: .3;
}
			 
.email {
	float: right;
	height: 12px;
	margin-top: 14px;
	margin-right: 25px;
}

/* Creates dim opacity around email logo, and bring back the color once hovered. */	   
.email img {    
	filter: none;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.email:hover img {
	filter: none;
	-moz-opacity: 1;
	opacity: 1;
}

.email:active img {
	opacity: .3;
}	   
			  
#cmlogo {
	vertical-align: middle;	
}

#email {
	vertical-align: middle;
}

/*---------------------------------- End Images ----------------------------------*/	   