

.content{
	width:100%;
	/*padding: 0 0 0 10%;*/
}

.orion-menu
{
	margin-top:0
}

.orion-menu
{
	width:100%;
	padding:0;
	position:relative;
	float:left;
	/*background:#454545;*/
	list-style:none;
	/*padding: 0 0 20px 0;*/
}



.orion-menu li
{
	display:inline;
	font-size:15px;
	margin:0;
	padding:0;
	float:left;
	line-height:22px;
	position:relative;
	margin:10px 0;
	width:12.5%;
}

.orion-menu li a
{
	padding:15px 0px;
	color:#fff;
	float: left;
	width:100%;
	text-align: center;
	text-decoration:none;
	display:inline-block;
	-o-transition:color .3s linear,background .3s linear;
	-webkit-transition:color .3s linear,background .3s linear;
	-moz-transition:color .3s linear,background .3s linear;
	transition:color .3s linear,background .3s linear
}

.orion-menu li:last-child:
{
	margin: 0 0 20px 0;
}

.orion-menu li:hover>a
{
	color:#fff;
	background: #EF7F28;
}

.orion-menu li.active>a
{
	background:#555;
	color: #fff;
}

.orion-menu>li>a
{
	text-transform:uppercase
}

.orion-menu ul,.orion-menu ul li ul
{
	list-style:none;
	margin:8% 0 0 0;
	padding:0;
	display:none;
	position:absolute;
	z-index:999;
	width:100%;
	background:#fff;
}

.orion-menu ul
{
	top:42px;
	left:0
}

.orion-menu ul li ul
{
	top:0;
	left:150px
}

.orion-menu ul li
{
	clear:both;
	width:100%;
	font-size:14px;
	margin:0px 0;
}

.orion-menu ul li a
{
	width:100%;
	padding:12px 20px;
	display:inline-block;
	float:left;
	clear:both;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box
}

.orion-menu ul li:hover>a
{
	background:#555
}

.active ul li a{
	background: #FBFAF6;
}


.orion-menu .indicator
{
	color:#bababa;
	position:absolute;
	right:8px;
	top:24px;
	font-family:FontAwesome;
	font-size:12px;
	display: none;
}

.orion-menu .indicator:before
{
	content:"\f0d7"
}

.orion-menu ul li .indicator
{
	right:20px;
	top:13px
}

.orion-menu ul li .indicator:before
{
	content:"\f0da"
}

.orion-menu li.search
{
	float:right
}

.orion-menu li.search form
{
	margin:18px 20px 0 0
}

.orion-menu li.search form input.search
{
	height:30px;
	width:1px;
	float:right;
	padding-left:5px;
	padding-right:30px;
	color:#454545;
	outline:0;
	border:0;
	font-family:'Roboto Condensed',sans-serif;
	background-color:transparent;
	background-image:url(img/search.png);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:10px 9px;
	-o-transition:width .3s ease-in-out,background .3s ease-in-out;
	-moz-transition:width .3s ease-in-out,background .3s ease-in-out;
	-webkit-transition:width .3s ease-in-out,background .3s ease-in-out;
	transition:width .3s ease-in-out,background .3s ease-in-out
}

.orion-menu li.search form input.search:focus
{
	width:120px;
	color:#fff;
	background-color:#555;
	background-image:url(img/search-hover.png);
	background-position:129px 9px
}

.orion-menu li.social
{
	float:right;
	margin-right:20px
}

.orion-menu li.social a
{
	display:inline-block;
	padding:24px 6px;
	color:#bababa;
	position:relative;
	width:15px;
	text-align:center
}

.orion-menu li.social a:hover
{
	color:#fff
}

#portfolio-group
{
	margin:40px 0
}

.orion-menu li.social a .tooltip
{
	width:70px;
	padding:5px;
	background:#555;
	-ms-filter:alpha(Opacity=0);
	opacity:0;
	position:absolute;
	font-size:9px;
	top:-20px;
	left:-27px;
	border-radius:2px;
	text-align:center;
	-o-transition:opacity .3s linear;
	-webkit-transition:opacity .3s linear;
	-moz-transition:opacity .3s linear;
	transition:opacity .3s linear
}

.orion-menu li.social a:hover .tooltip
{
	-ms-filter:alpha(Opacity=100);
	opacity:1
}

.orion-menu li.social a .tooltip:before,.orion-menu li.social a .tooltip:after
{
	content:'';
	position:absolute;
	bottom:-8px;
	left:50%;
	margin-left:-7px;
	width:0;
	height:0;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-top:8px solid #555
}

.overlay
{
	background:url(images/overlay-bg.png) repeat;
	width:150px;
	height:120px;
	position:absolute;
	display:none;
	left:0;
	top:0
}

.orion-menu>li.showhide
{
	display:none;
	width:100%;
	max-width: 690px;
	height:40px;
	cursor:pointer;
	color:#dedede;
	background:#fff;
	margin: 10px 0;
}

.orion-menu>li.showhide span.title
{
	margin:16px 0 0 18px;
	float:left;
	display: none;
}

.orion-menu> li.showhide span.icon
{
	margin:10px 0px;
	float:right;
	background:none;
}

.orion-menu>li.showhide .icon em
{
	margin-bottom:3px;
	display:block;
	width:20px;
	height:2px;
	background:#666
}

.green,.green li ul,.green ul li ul,.green>li.showhide
{
	/*background:#036564*/
}

.green li a,.orion-menu li.social a
{
	color:#232424
}

.green li.active>a,.green ul li:hover>a,.green li.social a .tooltip
{
	background:#EF7F28
}

.green li.search form input.search:focus
{
	background-color:#047c7a
}

.green li.social a .tooltip:before,.green li.social a .tooltip:after
{
	border-top-color:#047c7a
}

.zoom
{
	-webkit-animation:zoom .3s ease both;
	-moz-animation:zoom .3s ease both;
	-o-animation:zoom .3s ease both;
	animation:zoom .3s ease both
}

@-webkit-keyframes zoom {
	0%
	{
		-webkit-transform:scale(.6)
	}
	
	100%
	{
		-webkit-transform:scale(1)
	}
}

@-moz-keyframes zoom {
	0%
	{
		-moz-transform:scale(.6)
	}
	
	100%
	{
		-moz-transform:scale(1)
	}
}

@-o-keyframes zoom {
	0%
	{
		-o-transform:scale(.6)
	}
	
	100%
	{
		-o-transform:scale(1)
	}
}

@keyframes zoom {
	0%
	{
		transform:scale(.6)
	}
	
	100%
	{
		transform:scale(1)
	}
}



.post-entry
{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #EEE
}

/*.nowselect {
    color:#fff!important;
  background: #F29600!important;
  }
*/

@media only screen and (max-width:767px) {
	.orion-menu
	{
		margin:0
	}
	
	.orion-menu li
	{
		display:block;
		width:100%;
		margin:0px 0;
	}

	
	.orion-menu>li>a
	{
		width:100%;
		padding:14px 18px;
		text-align:left;
		border-top:solid 1px rgba(255,255,255,.05);
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box
	}
	
	.orion-menu ul,.orion-menu ul li ul
	{
		width:100%;
		left:0;
		padding:0 20px;
		position:static;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box
	}
	
	.orion-menu .indicator
	{
		right:20px;
		top:18px
	}
	
	.orion-menu ul li .indicator
	{
		display:none
	}
	
	.orion-menu li.search
	{
		border-bottom:0
	}
	
	.orion-menu li.search form
	{
		margin:20px 18px 0
	}
	
	.orion-menu li.search form input.search,.orion-menu li.search form input.search:focus
	{
		width:100%;
		color:#fff;
		background-color:#555;
		background-position:99% 8px;
		cursor:auto;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box
	}
	
	.green li.search form input.search,.green li.search form input.search:focus
	{
		background-color:#047c7a
	}
	
	.orion-menu li.social
	{
		float:left;
		margin:20px 0;
		border-bottom:0;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		text-align:center
	}
	
	.orion-menu li.social a
	{
		display:inline;
		padding:8px 15px;
		border:0
	}
	
	.orion-menu li.social a:hover
	{
		color:#fff
	}
	
	.orion-menu li.social a:hover .tooltip
	{
		-ms-filter:alpha(Opacity=50);
		opacity:0
	}
	
	.orion-menu>li.showhide
	{
		display:block
	}

	.orion-menu >li:nth-child(odd){
	  background: #FAFAFA;
	}
	.orion-menu>li:nth-child(even) {
	  background: #F1F1F1;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.content
	{
		width:768px
	}
}

@media only screen and (max-width: 767px) {
	.content
	{
		/*width:300px*/
	}
	.content{
	
	padding: 0 0 0 0%;
	}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	/*.content
	{
		width:420px
	}*/
}