@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 {
		background: -moz-linear-gradient(left, #0D0B2B, #2F4565);
		background: -webkit-linear-gradient(left, #0D0B2B, #2F4565);
		background: linear-gradient(to right, #0D0B2B, #2F4565);
		line-height: 3.8em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
		height: 60px;
		margin: auto;
	}

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

		#header ul {
			list-style: none;
			margin: 2px 10px auto auto;
			padding-left: 0;
			text-align:right;
		}
			#header ul li {
			display: inline-block;
			padding-left: 0;
			text-align: center;
			}
			
			#header li {
				position: relative;
				margin: 0;
				padding: 0;
				display: inline-block;
				text-align: center;
			}

		#header h1 {
			height: inherit;
			line-height: inherit;
			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 {
				line-height: 1;
				padding: 0 16px;
				
			}

				#header .links ul li:first-child {
					border-left: 0;
					margin-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: 13px;
					line-height:1.5;
					color: #FFF;
				}
				
				.links_p{
					-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;
					letter-spacing: 0.1em;
				
				}
				
				#header .links ul li a :hover {
					opacity:0.5;
				}

		#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: #000;
						overflow: hidden;
						position: absolute;
						text-indent: 2em;
						width: 2em;
						right: 0;
						display: none;
					}

						#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: 800px) {

			#header {
				height: 85px;
				line-height: 2.75em;
			}

				#header h1 {
					padding: 0 0 0 1em;
				}

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

		}
		
.topHeader{
	background: -moz-linear-gradient(left, #2F4565, #0D0B2B);
	background: -webkit-linear-gradient(left, #2F4565, #0D0B2B);
	background: linear-gradient(to right, #2F4565, #0D0B2B);
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);

}


/* 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;
		background:rgba(255,255,255,0.9);
		box-shadow: none;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		position: fixed;
		right: 0;
		top: 0;
		visibility: hidden;
		width: 50%;
		z-index: 10002;
	}

		#menu > * {
			padding: 3em;
		}

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

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

		}

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

			#menu .links > li {
				border: 0;
				margin: 1.5em 0 0 0;
				padding: 1.5em 0 0 0;
			}

				#menu .links > li a {
					display: block;
					border-bottom: 0;
					padding:5%;
				}

					.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:35px;
						font-weight:bold;
						letter-spacing: 0.1em;
						color:#fff;

					}

					.hamburgerMenuTitle:hover{
						color:#0099ff;
						opacity:1;
					}

					#menu .links > li a p {
						font-size: 13px;
						letter-spacing: 0.1em;
						margin:1% auto;
						text-decoration: none;
					//	text-transform: uppercase;
						color:#fff;
					}

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

				#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: 20px;
	margin-top: 5px;
}

#Logo img:hover{
	opacity:0.5;

}


/* 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;
//		background:rgba(0, 0, 0, 0) url("../commonImages/bg.png") no-repeat fixed center center / cover ;

	}

		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;
}

.contactlink{
	background: #7fcbea;
	padding: 5%;
	box-sizing: border-box;
	width: 175px;
	border-radius: 5px;

}

.contactlink img{
	width: 20px;
	vertical-align: middle;

}