.container {
	max-width: 100%;
  box-shadow: 0px 3px 9px 5px rgba(0, 0, 0, 0.3);
}

.container > header,
.fa-top {
	color: #fff;
}

.container > header {
	margin: 0 auto;
	padding: 12em 2em;
	padding-right: 370px;
	background: rgba(0,0,0,0.05);
}

.container > header a {
	color: #2c3e50;
	text-decoration: none;
	outline: none;
}

.container > header a:hover {
	color: #2c3e50;
}

.container > header h1 {
	font-size: 3.2em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 55%;
	color: #2c3e50;
	padding: 0 0.1em 0.6em 0;
}

/* To Navigation Style */

.menu-item i._before, .rtl .menu-item i._after {
    padding-right: 0.7em;
	padding-left: 0.9em;
}

.fa-top {
	background: #2c3e50;
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.fa-top a {
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #2c3e50;
	display: inline-block;
}

.fa-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}

.fa-top span.right {
	float: left;
}

.fa-top span.right a {
	float: right;
	display: block;
}

.fa-ic:before {
	font-family: 'font-awesome';
	margin: 0 8px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 1025px) {
	.container > header {
		margin: 0 auto;
		padding: 120px 50px;
		font-size: 70%;
		text-align: left;
	}
}

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

	.fa-ic span {
		display: none;
	}
}

/* Icomoon.com */

.mno-main,
.mno-main ul {
		margin: 0;
		padding: 0;
		background: #fff;
		color: #2c3e50;
		list-style: none;
		text-transform: none;
		font-weight: 300;
		line-height: 60px;
}

.container{
    position: fixed;
    top: 0;
    padding: 0;
    z-index: 2;
}

.mno-main {
		right: 0;
		width: 100%;
		height: 60px;
		font-size: 16px;
}

.mno-main a {
		display: block;
		height: 100%;
		color: #2c3e50;
		text-decoration: none;
		cursor: pointer;
}

.no-touch .mno-main a:hover,
.no-touch .mno li.fa-search-item:hover,
.no-touch .mno li.fa-search-item:hover a {
		background:#f39c12;
		color: #fff;
}

.mno-main > li {
		display: block;
		float: right;
		height: 100%;
		border-left: 1px solid #c6d0da;
		text-align: center;
}

/* icon-only trigger (menu item) */

.mno-main li.fa-trigger {
		position: relative;
		width: 60px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
}

.mno-main > li:last-child {
		float: left;
		border-left: none;
}

.mno-main > li > a {
		padding: 0 30px;
		text-transform: uppercase;
		font-weight: bold;
}

.mno-main:after {
		display: table;
		clear: both;
		content: "";
}

.mno-wrapper {
    	z-index: -1;
		position: fixed;
		top: 85px;
		bottom: 0;
		right: 0;
		overflow: hidden;
		width: 60px;
		border-top: 1px solid #2c3e50;
		background: white;
		-webkit-transform: translateX(60px);
		-moz-transform: translateX(60px);
		transform: translateX(60px);
		-webkit-transition: -webkit-transform 0.3s, width 0.3s;
		-moz-transition: -moz-transform 0.3s, width 0.3s;
		transition: transform 0.3s, width 0.3s;
}

.fa-scroller {
		position: absolute;
		overflow-y: scroll;
		width: 370px;
		height: 100%;
}

.mno {
		border-bottom: 1px solid #2c3e50;
		text-align: right;
		font-size: 18px;
}

.mno li {
    box-shadow: inset 0 1px #2c3e50;
}

.fa-submenu li {
		overflow: hidden;
		height: 0;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
}

.fa-submenu li a {
		color: #2c3e50
}

input.fa-search {
		z-index: 10;
		padding-right: 60px;
		outline: none;
		border: none;
		background: transparent;
		color: #2c3e50;
		font-weight: 300;
		cursor: pointer;
}

/* placeholder */

.fa-search::-webkit-input-placeholder {
		color: #2c3e50
}

.fa-search:-moz-placeholder {
		color: #2c3e50
}

.fa-search::-moz-placeholder {
		color: #2c3e50
}

.fa-search:-ms-input-placeholder {
		color: #2c3e50
}


.fa-search:focus::-webkit-input-placeholder,
.no-touch .mno li.fa-search-item:hover .fa-search:focus::-webkit-input-placeholder {
		color: transparent
}

input.fa-search:focus {
		cursor: text
}

.no-touch .mno li.fa-search-item:hover input.fa-search {
		color: white
}


.no-touch .mno li.fa-search-item:hover .fa-search::-webkit-input-placeholder {
		color: white
}

.no-touch .mno li.fa-search-item:hover .fa-search:-moz-placeholder {
		color: white
}

.no-touch .mno li.fa-search-item:hover .fa-search::-moz-placeholder {
		color: white
}

.no-touch .mno li.fa-search-item:hover .fa-search:-ms-input-placeholder {
		color: white
}

.mno-main a.fa-search {
		position: absolute;
		top: 0;
		right: 0;
		height: 60px;
}

.fa-icon::before {
		display: inline-block;
		width: 60px;
		text-align: center;
		text-transform: none;
		font-weight: normal;
		font-style: normal;
		font-variant: normal;
		font-family: 'font-awesome';
		line-height: 1;
		-webkit-font-smoothing: antialiased;
}

.fa-icon span {
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
}

.fa-menu::before {
		margin-right: -15px;
		vertical-align: -2px;
		width: 30px;
		height: 3px;
		background: #2c3e50;
		box-shadow: 0 3px transparent, 0 -6px #2c3e50, 0 -9px transparent, 0 -12px #2c3e50;
		content: '';
}

.no-touch .fa-menu:hover::before,
.no-touch .fa-menu.fa-selected:hover::before {
		background: transparent;
		box-shadow: 0 3px #ffffff, 0 -6px transparent, 0 -9px #ffffff, 0 -12px transparent;
}

.fa-menu.fa-selected::before {
		background: #2c3e50;
		box-shadow: 0 3px transparent, 0 -6px transparent, 0 -9px transparent, 0 -12px #2c3e50;
}

/* styles for opening menu */

.mno-wrapper.fa-open-all,
.mno-wrapper.fa-open-part {
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		transform: translateX(0px);
}

.mno-wrapper.fa-open-all {
		width: 340px
}

.mno-wrapper.fa-open-all .fa-submenu li {
		height: 60px
}

@media screen and (max-width: 470px) { 
	.mno-wrapper.fa-open-all {
			-webkit-transform: translateX(0px);
			-moz-transform: translateX(0px);
			transform: translateX(0px);
			width: 100%;
	}

	.mno-wrapper.fa-open-all .fa-scroller {
			width: 130%
	}
	.mno-main > li > a {
		padding: 0 10px;
}
	
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:flex;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:rgb(165, 165, 165);color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}