@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900");

/*
	Future Imperfect by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/






/* Header */

	body {
		padding-top: 0;
	}

	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		background-color: #ffffff;
		left: 0;
		line-height: 3.8em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
		height:80px;
	}

		#header a {
			color: inherit;
			text-decoration: none;
		}

		#header ul {
			list-style: none;
			margin:8px 0 25px;
			padding-left: 0;
			text-align:center;
		}

			#header ul li {
				display: inline-block;
				padding-left: 0;
			}

		#header h1 {
			height: inherit;
			line-height: inherit;
			padding: 18px 0 0 10px;
			margin: auto;
			white-space: nowrap;
		}

			#header h1 a {
				font-size: 0.7em;
			}

		#header .links {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			height: inherit;
			line-height: inherit;
			overflow: hidden;
		}

			#header .links ul li {
//				border-left: solid 1px rgba(160, 160, 160, 0.3);
				border-left: solid 1px #000;
				line-height: 1;
				padding: 0 30px;
			}

				#header .links ul li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#header .links ul li a {
					-moz-transition: color 0.3s ease;
					-webkit-transition: color 0.3s ease;
					-ms-transition: color 0.3s ease;
					transition: color 0.3s ease;
					border-bottom: 0;
					font-size: 12px;
					font-weight:bold;
					
				}
				#header .links ul li a:hover {
					color:#0099ff;
				}

		#header .main {
			height: inherit;
			line-height: inherit;
			text-align: right;
		}

			#header .main ul {
				height: inherit;
				line-height: inherit;
			}

				#header .main ul li {
					height: inherit;
					line-height: inherit;
					white-space: nowrap;
					
				}

					#header .main ul li > * {
						display: block;
						float: left;
					}

					#header .main ul li > a {
						text-decoration: none;
						border-bottom: 0;
						color:#fff;
						overflow: hidden;
						position: relative;
						text-indent: 2em;
						width: 2em;
						display: block;
						
					}

						#header .main ul li > a:before {
							-moz-osx-font-smoothing: grayscale;
							-webkit-font-smoothing: antialiased;
							font-family: FontAwesome;
							font-style: normal;
							font-weight: normal;
							text-transform: none !important;
						}

						#header .main ul li > a:before {
							display: block;
							height: inherit;
							left: 0;
							line-height: inherit;
							position: absolute;
							text-align: center;
							text-indent: 0;
							top: 0;
							width: inherit;
						}

		@media screen and (max-width: 800px) {

			#header .links {
				display: none;
			}

		}

		@media screen and (max-width: 736px) {

			#header {
				height:80px;
				line-height: 3.8em;
			}

				#header h1 {
					padding: 10px 0 0 10px;
				}

				#header .main .search {
					display: none;
				}

		}
		
.topHeader{
	background:linear-gradient(to right, #0D0B2B, #2F4565);
	box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.07);

}


/* Menu */

	#menu {
		-moz-transform: translateX(50%);
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
		-moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
		-webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
		-ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
		transition: transform 0.5s ease, visibility 0.5s;
		-webkit-overflow-scrolling: touch;
		backgorund:rgba(0, 0, 0, 0) linear-gradient(-45deg, rgba(246, 255, 0, 0.8), rgba(106, 200, 53, 0.8)) repeat scroll 0 0;
		box-shadow: none;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		position: fixed;
		right: 0;
		top: 0;
		visibility: hidden;
		width: 100%;
		z-index: 10002;
		background: linear-gradient(to top, #0D0B2B, #2F4565,#2F4565);
	}

		#menu > * {
			padding: 3em;
		}

			#menu > * > :last-child {
				margin-bottom: 0;
			}

		#menu > :first-child {
			border-top: 0;

		}

		#menu .links {
			list-style: none;
			padding: 0;
		}

			#menu .links > li {
				border: 0;
				margin: auto;
				padding: 0;
				text-align: left;
			}

				#menu .links > li a {
					display: block;
					padding: 4% 4% 4% 0;
					margin: 4% auto 0;
					border-bottom: 1px solid #dddee0;
					box-sizing: border-box;
				}

					.hamburgerMenuTitle{
						-moz-transition: color 0.2s ease;
						-webkit-transition: color 0.2s ease;
						-ms-transition: color 0.2s ease;
						transition: color 0.2s ease;
						font-size:18px;
						font-weight:bold;
						letter-spacing: 0.1em;
						color:rgba(0,0,0,0.5);
					}

					.hamburgerMenuTitle:hover{
						color:rgba(0,0,0,0.5);
					}

					#menu .links > li a p {
						font-size: 18px;
						letter-spacing: 0.1em;
						margin:1% auto;
						text-decoration: none;
                        color: #7fcbea;
					}

					#menu .links > li a:hover h3 {
						color: #fff;
					}

				#menu .links > li:first-child {
					border-top: 0;
					margin-top: 0;
					padding-top: 0;
					
				}

		body.is-menu-visible #menu {
			-moz-transform: translateX(0);
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
			visibility: visible;
		}

		@media screen and (max-width: 736px) {

			#menu > * {
				padding: 1.5em;
			}

		}
		

#Logo{
//	width:250px;
	
}

#Logo img{
	width: 170px;
	margin-left: 10px;
	margin-top: 15px;

}


/* Wrapper */

	#wrapper {
		-moz-flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-moz-transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		margin: 0 auto;
		max-width: 100%;
		opacity: 1;

	}

		body.is-menu-visible #wrapper {
			opacity: 0.15;
		}
		
.logoAdjust{
	position:absolute;
	top:0;
	left:0;
}
.menuAdjust{
//	margin-left:2.2%;
}

.menuBtnAdjust{
	position:absolute;
	top:0;
	right:0;
}
