body{
	background:#F7F5F2;
	padding:0;
	margin:0;
	font-family: 'Open Sans', sans-serif !important;
	font-size:13px !important;
}

a{
	color:#81AD2B;	
	text-decoration:none;
}

.wrapper{
	margin-left:auto;
	margin-right:auto;
	width:1240px;
}

.marginFix{
	margin-top:75px;	
}

#panel_switch{
	color:#fff;
	font-size:23px;
	margin:10px 20px 0 0;
	text-decoration:none;
	font-weight:normal;
}

#nav_user{
	float:left;
	width:100%;
	background:url('../images/nav_user_bg.png');
	position:absolute;
	height:50px;
}

#nav_user #social ul{
	padding:0 0 0 20px;
	list-style:none;
	float:left;
}

#nav_user #user_login{
	float:right;
	margin-right:20px;
	margin-top:10px;
	width:700px;
}

#nav_user #user_login a{
	margin:5px 0 0 5px;
	float:left;	
}

#login_redirect{
	display:none;	
}

#nav_user #user_login input{
	float:left;	
}

#nav_user #user_login input[type="submit"]{
	margin-top:0;
	padding:4px 6px;
	margin-left:10px;
}

#nav_user #social ul li{
	display:inline;
}

#nav_user #social ul li a{
	text-decoration:none;
	font-size:18px;
	color:#fff;
	-o-transition:color .2s ease-out, background 1s ease-in;
	-ms-transition:color .2s ease-out, background 1s ease-in;
	-moz-transition:color .2s ease-out, background 1s ease-in;
	-webkit-transition:color .2s ease-out, background 1s ease-in;
	/* ...and now override with proper CSS property */
	transition:color .2s ease-out, background 1s ease-in;
}

#nav_user #social ul li a:hover{
	color:#81AD2B;
}

#top_bar{
	float:left;
	height:75px;
	width:100%;
	position:absolute;
	background:url('../images/nav_bg.png') repeat;
	top:50px;
}

#top_bar .wrapper{
	background:transparent;
	border:none;
}

#top_bar #logo{
	padding:20px 0 20px 20px;
	float:left;
	width:300px;
}

#top_bar #logo a{
	text-decoration:none;
}

#top_bar #logo span{
	text-transform:uppercase;
	font-weight:600;
	font-size:23px;
	color:#fff;
}

/* --- NAV MAIN --- */
#top_bar #nav_main{
	float:right;
	line-height:33px;
}

#nav_main ul {
	text-align: left;
	display: inline;
	margin: 0;
	padding: 15px 35px 17px 0;
	list-style: none;
}

#nav_main ul li {
	display: inline-block;
	position: relative;
	padding: 20px 0;
	margin-left:30px;
}

#nav_main ul li a{
	font-size:18px;
	font-weight:600;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	-o-transition:color .2s ease-out, background 1s ease-in;
	-ms-transition:color .2s ease-out, background 1s ease-in;
	-moz-transition:color .2s ease-out, background 1s ease-in;
	-webkit-transition:color .2s ease-out, background 1s ease-in;
	/* ...and now override with proper CSS property */
	transition:color .2s ease-out, background 1s ease-in;
}

#nav_main ul li a:hover{
	color:#81AD2B;	
}

#nav_main ul li div{
	width:205px;
	position:absolute;
	padding:2px 0 0 0;
	top:73px;
	left:0;
	display:none;
}

#nav_main ul li ul {
	padding:0;
	float:left;
	width:100%;
	background:url('../images/nav_bg.png');
}

#nav_main ul li ul li {
	width:100%;
	float:left;
	margin-left:0;
	display: block;
	padding:0;
	cursor:pointer;
}

#nav_main ul li ul li:hover{
	background:url('../images/nav_hover.png');	
}

#nav_main ul li ul li a{
	font-size:11px;
	color:#fff;
	padding:20px;
}

#nav_main ul li:hover div {
	display: block;
}

#nav_main #panel_switch{
	display:none;	
}

#page{
	background:#fff;
	float:left;
	width:100%;
}

#page #slider{
	float:left;
	width:100%;
}

#page #slider img{
	float:left;
	width:1240px;
}

#page #page_content{
	width:100%;
	line-height:normal;
	font-weight:300;
	color:#585858;
	float:left;
	padding:20px;
}

#page .content_box{
	float:left;
	width:100%;
}

#page .content_box .box_title{
	float:left;
	width:100%;
	font-size:19px !important;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	padding:15px 15px 0 15px;
	margin-bottom:-10px;
}

#page .content_box .box_content{
	float:left;
	width:100%;
	font-size:13px;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	margin:0;
	padding:0 15px 15px 15px;	
}

#page_content #features{
	width:100%;
	float:left;
	padding:0;
	background:#fff;
}

#page_content #features a{

	margin:0;
	float:left;
	color:#64646A;
	-o-transition:background .2s ease-out, background .25s ease-in;
	-ms-transition:background .2s ease-out, background .25s ease-in;
	-moz-transition:background .2s ease-out, background .25s ease-in;
	-webkit-transition:background .2s ease-out, background .25s ease-in;
	transition:background .2s ease-out, background .25s ease-in;
	
}

#page_content #features a:hover{
	background:#E8E6E5;
}

#page_content #features .feature_column{
	width:280px;
	float:left;
	margin-right:30px;
	height:330px;
}

#page_content #features .feature_column:nth-child(4n){
	margin-right:0;
}

#page_content #features .feature_column .feature_content{
	width:100%;
	float:left;
	font-size:17px;
	margin-left:15px;
	text-align:center;
}

#page_content #features .feature_column .feature_content ul{
	font-size:13px;
}

#page_content #features .feature_column .feature_content p{
	font-size:13px;
}

#footer{
	width:100%;
	float:left;
	margin:0px auto 0 auto;
	background:#2B2B2B;
	font-size:13px;
}

#footer .wrapper{
	border:none;	
}

.mobile{
	display:none;	
}

.footer_content{
	width:100%;
	float:left;
	height:350px;
	background:#2B2B2B;
}

.footer_content .footer_column{
	margin-top:40px;
	width:290px;
	margin-right:26px;
	float:left;
	color:#fff;
}

.footer_content .footer_column .twitter-timeline{
	float:left;
	width:100%;	
	max-height:200px;
}

.footer_content .footer_column:nth-child(4n){
	margin-right:0;	
}

.footer_content .footer_column .column_header{
	font-weight:600;
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:30px;
	float:left;
	width:100%;
}

.footer_content .footer_column .column_header h4{
	padding:0;
	margin:0;
}

.footer_content .footer_column .column_content p{
	line-height:130%;
}

.footer_content .footer_column .column_content ul{
	padding:0;
	list-style:none;
}

.footer_content .footer_column .column_content ul li a{
	color:#fff;
	text-decoration:none;
}

.footer_content .news .news_article{
	max-height:140px;
	min-height:140px;
	margin-bottom:20px;
}

.footer_content .footer_column .column_content ul .news_article .article_header{
	text-transform:uppercase;
	font-weight:600;
	font-size:12px;
	padding:0 0 5px 0;
	width:100%;
	float:left;
}

.footer_content .footer_column .column_content ul .news_article .article_date{
	color:#BBB;
	font-style:italic;
}

.footer_content .twitter
{
	width:540px;	
}

#footer_bottom{
	height:55px;
	float:left;
	width:100%;
	background:#222222;
	color:#BBB;
	border-top:1px solid #3C3C3C;
}

#footer_bottom p{
	font-size:13px;
	margin:20px 0 0 0px;
	float:left;
}

#footer_bottom #nav_footer{
	float:right;
}

#footer_bottom #nav_footer ul{
	list-style:none;
	padding:0;
	float:left;
	margin:16px 20px 0 0 ;
}

#footer_bottom #nav_footer ul li{
	display:inline;
	margin-left:5px;
}

#footer_bottom #nav_footer ul li a{
	color:#BBB;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:600;
	font-size:12px;
	-o-transition:color .2s ease-out, background 1s ease-in;
	-ms-transition:color .2s ease-out, background 1s ease-in;
	-moz-transition:color .2s ease-out, background 1s ease-in;
	-webkit-transition:color .2s ease-out, background 1s ease-in;
	/* ...and now override with proper CSS property */
	transition:color .2s ease-out, background 1s ease-in;
}

#footer_bottom #nav_footer ul li a:hover{
	color:#81AD2B;
}

#right-panel #sidebar_nav{
	list-style:none;
	padding:0;
}

#right-panel #sidebar_nav li{
	width:100%;
	padding:3px 0 3px 0;
}

#right-panel #sidebar_nav li a{
	color:#222222;
	text-decoration:none;
	font-size:14px;
}

#right-panel #sidebar_nav li ul{
	display:none;
	list-style:none;
	padding-left:15px;
}


.column_4 {
	width:280px;	
	float:left;
	padding:20px;
}

.column_8 {
	width:840px;
	float:left;	
	padding:20px;
	line-height:200%;
}
@media only screen and (max-width:1260px){
	.wrapper{
		width:1000px;	
	}
	
	#page #slider{
		float:left;
		width:100%;
	}
	
	#page #slider img{
		width:1000px;	
	}
	
	#nav_main ul li {
		margin-left:20px;
	}
	
	#page_content #features .feature_column{
		width:220px; /*470*/
		float:left;
		height:350px; /*210*/
	}
	
	#footer_content{
		width:100%;
		float:left;
		height:400px;
		background:#2B2B2B;
	}
	
	#footer_content .footer_column{
		margin-top:40px;
		width:235px;
		margin-right:20px;
	}
	
	#footer_content .footer_column:nth-child(4n){
		margin-right:0;	
	}
	
	#footer_content .news .news_article{
		max-height:170px;
		min-height:170px;
		margin-bottom:20px;
	}
	
	.footer_content .twitter
	{
		width:340px;	
	}
	
}

@media only screen and (max-width:1040px){
	#social{
		display:none;	
	}
	
	.wrapper{
		width:767px;	
	}
	
	#top_bar{
		height:50px;	
	}
	
	#top_bar #logo{
		padding:11px 0 20px 20px;
		float:left;
		width:300px;
	}
	
	#top_bar #logo span{
		font-size:18px;
	}
	
	#nav_main ul li {
		padding-top:7px;	
	}
	
	#nav_main ul li {
		margin-left:10px;
	}
	
	#nav_main ul li a{
		font-size:15px;
	}
	
	#nav_main ul li ul {
		top: 50px;
	}
	
	#page #slider{
		float:left;
		width:767px;
	}
	
	#page #slider img{
		width:767px;	
	}
		
	#page_content #features .feature_column{
		width:353px;
		float:left;
		height:280px;/*210*/
	}
	
	.footer_content{
		width:100%;
		float:left;
		height:400px;
		background:#2B2B2B;
	}
	
	.footer_content .footer_column{
		margin-top:40px;
		width:235px;
		margin-right:20px;
	}
	
	.footer_content .footer_column:nth-child(4n){
		margin-right:0;	
	}
	
	.footer_content .news .news_article{
		max-height:170px;
		min-height:170px;
		margin-bottom:20px;
	}
	
}

@media only screen and (max-width:800px){
	#login_redirect{
		display:block;
		float:right;
		margin:0;
	}
	
	#signin_form{
		display:none;	
	}
	
	.wrapper{
		width:550px;	
	}
	.full{
		display:none;	
	}
	
	.mobile{
		display:block	
	}
	
	#social ul{
		margin-top:17px;
	}
	
	#nav_user #user_login{
		width:400px;
	}
	
	#top_bar{
		height:50px;	
	}
	
	#top_bar #logo{
		padding:11px 0 20px 20px;
		float:left;
		width:300px;
	}
	
	#top_bar #logo span{
		font-size:18px;
	}
	
	#nav_main ul{
		display:none;	
	}
	
	#nav_main #panel_switch{
		display:block;	
	}
	
	#page #slider{
		float:left;
		width:550px;
	}
	
	#page #slider img{
		width:550px;	
	}
		
	#page_content #features .feature_column{
		width:520px;
		float:left;
		height:auto;/*height:210px;*/
	}
	
	#page_content #features .feature_column p{
		width:520px;
	}
	
	.footer_content{
		width:100%;
		float:left;
		height:720px;
		background:#2B2B2B;
	}
	
	.footer_content .footer_column{
		width:490px;
		margin:10px 0 -5px 30px;
	}
	
	.footer_content .footer_column .column_header h4{
		margin-bottom:-15px;	
	}
	
	.#footer_content .footer_column:nth-child(4n){
		margin-right:0;
	}
	
	.footer_content .news .news_article{
		margin-bottom:20px;
		max-height:none;
		min-height:0;

	}
	
	.footer_content .news .news_article .article_date{
		float:right;
	}
		
	.footer_content .footer_column .column_content ul .news_article .article_date{
		margin:0;	
	}
	
}

@media only screen and (max-width:520px){
	#login_redirect{
		display:block;
		float:right;
		margin:0;
	}
	
	#signin_form{
		display:none;	
	}
	
	.wrapper{
		width:100%;	
	}
	.full{
		display:none;	
	}
	
	.mobile{
		display:block	
	}
	
	#social ul{
		margin-top:17px;
	}
		
	#top_bar{
		height:50px;	
	}
	
	#top_bar #logo{
		padding:11px 0 20px 20px;
		float:left;
		width:200px;
	}
	
	#top_bar #logo span{
		font-size:18px;
	}
	
	#nav_main ul{
		display:none;	
	}
	
	#nav_main #panel_switch{
		display:block;	
	}
	
	#page #slider{
		float:left;
		max-width:100%;
		margin-right:0;
	}
	
	#page #slider img{
		max-width:100%;	
	}
	
	#page_content #features a{
		width:100%;
	}
	
	#page_content #features .feature_column{
		width:100%;
		float:left;
		height:auto; /*210*/
		padding:0;
		text-align:center;
	}
	
	#page_content #features .feature_column p{
		width:calc(100% - 50px);
	}
	
	#page_content #features .feature_header{
		text-align:center;	
		font-size:50px !important;
		
	}
	
	.footer_content{
		max-width:100%;
		float:left;
		height:auto;
		background:#2B2B2B;
		text-align:center;
	}
	
	.footer_content .footer_column{
		max-width:94%;
		margin:10px 3% -5px 3%;
	}
	

	
	.footer_content .footer_column .column_header h4{
		margin-bottom:-15px;	
	}
	
	.#footer_content .footer_column:nth-child(4n){
		margin-right:0;
	}
	
	.footer_content .news .news_article{
		max-width:100%;
		margin-bottom:20px;
		max-height:none;
		min-height:0;
	}
	
	.footer_content .news .news_article .article_date{
		margin-left:-50px;
		float:right;
	}
		
	.footer_content .footer_column .column_content ul .news_article .article_date{
		margin:0;	
	}
	#footer_bottom{
		text-align:center;
		padding-bottom:10px;
	}
	
	#nav_footer{
		display:none;	
	}
	
}

