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

*{
	box-sizing:border-box;	
}

a{
	color:#E06039;	
	text-decoration:none;
}

.navbar-default {
    background-color: #FFF;
    border-color: #FFF;
}

.navbar-nav>li>a {
	color:#000;	
}

.navbar-brand {
	padding:5px;	
}

.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:520px;
}

#nav_user #user_login_button{
	display:none;	
}

#nav_user #contactinfo {
	color:#FFF;	
	margin-top:10px;
	float:right;
}


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

#responsive_login{
	display:none;	
}

#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:6px 6px;
	margin-left:10px;
}

#nav_user #social ul {
	margin-top:13px;
}

#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:#BA022F;
}

#top_bar{
	float:left;
	height:110px;
	width:100%;
	position:absolute;
	background:#FFF;
	top:50px;
	box-shadow:0px 0px 10px #000;
	z-index:998;
}

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

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

#top_bar #logo img{
	padding:11px 0 20px 20px;
	float:left;
	height:110px;
}
	
#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;
	padding:0px;	
}

#nav_main ul {
	text-align: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float:right;
	height:110px;
}

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

#nav_main ul li a{
	font-size:16px;
	color:#000;
	text-decoration:none;
	-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;
	width:100%;
	height:100%;
	padding:30px 0 0 0;
	float:left;
	border-top:3px solid #FFF;

}

#nav_main ul li:hover a{
	color:#BA022F ;	
	border-top:3px solid #BA022F;
}


#nav_main ul li:hover ul li a{
	color:#BA022F ;	
	border-top:1px solid #ECECEC;
}


#nav_main ul li{
	/* border-top:3px solid #FFF;*/
}

#nav_main ul li:hover{
	/* border-top:3px solid #BA022F; */
}

#nav_main ul li ul li:hover{
	/**/
}

#nav_main ul li ul {
	padding: 0px;
	position: absolute;
	top: 110px;
	left: 0;
	width: 205px;
	display: none;
	height:auto;
	float:left;
}

#nav_main ul li ul li {
	width:185px;
	margin-left:0;
	display: block;
	padding:0px;
	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:#000 !important;
	background-color:#FFF;
	padding:20px 20px;

}

#nav_main ul li ul li a:hover{
	font-size:11px;
	color:#BA022F !important;
}

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

#nav_main #panel_switch{
	display:none;	
}

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

#slider{
	float:left;
	width:100%;
	background-size:cover; 
	background-position:center;
	height:400px;
	margin-top:160px;
}

#page #slider img{
	float:left;
	
	min-height:400px !important;
}

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

#page #home_content {
	width:100%;
	border:none;
	min-height:400px;
	
	float:left;
}

#page #home_features {
	width:300px;
	float:left;
	margin-left:50px;
}


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

#page .content_box .box_title{
	float:left;
	width:100%;
	font-size:35px !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_box .box_content .linkbutton a{
	color: #FFF !important;
}

#page .content_box .box_content .linkbutton a:visited{
	color: #FFF !important;
}
.content_toolbar{
	width:100%;
	float:left;
	height:40px;
	background:#4C4C4C;
	margin-bottom:10px;
}

.content_toolbar ul{
	list-style:none;
}

.content_toolbar ul li{
	display:inline;
	position:relative;
	margin-top: -20px;
}

.content_toolbar ul li a{
	float:left;
	color:#fff;
	text-decoration:none;
	padding:9px 15px 10px 15px;
	font-size:15px;
	position:relative;
	margin-top: -10px;
}

.content_toolbar ul li a:hover{
	background:	#BA022F;
}

.content_toolbar ul li a i{
	margin-right:10px;	
}

.content_box table{
	width:100%;
	border-collapse:collapse;
	margin:10px 0;
	border:1px solid #303641;	
}

.content_box table thead tr{
	font-size:17px;
	background:#4C4C4C !important;
	color:#fff;
}

.content_box table thead tr td{
	padding:7px 15px !important;	
}

.content_box table tbody tr:nth-child(even){background:#fff !important;}
.content_box table tbody tr:nth-child(odd){background:#DCE1E7 !important;}
.content_box table tbody tr:hover{background:#b8b8b8 !important;}

.content_box table tbody tr:hover a{color: #FFF !important;}

.content_box table tbody tr td{
	padding:7px 15px !important;	
}

.content_box table .coll_id{width:75px; text-align:center;}
.content_box table .coll_cat{width:175px;}
.content_box table .coll_actions{text-align:center !important; width:100px;}
.content_box table .coll_date{ width:200px;}
.content_box table .coll_send{text-align:center; width:70px;}
.content_box table .coll_status{width:100px;}
.content_box table .coll_actions a{font-size:17px !important; color:#262B34; padding:0 !important; width:auto !important;}

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

#page_content #features a{
	width:33%;
	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:100%;
	float:left;
	height:400px;
	line-height:170%;
	padding:20px;
}

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

#page_content #features .feature_column .feature_title {
	font-weight:bold;	
	font-size:17px;
}

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

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

#page_content #features .feature_column .feature_content LI{
	padding:10px 4px;
	font-size:14px;
}

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

#titlebar{
	width:100%;
	float:left;
	margin:0px auto 0 auto;
	background:#BA022F;
	font-size:19px;
	padding:30px 0;
	font-weight:100;
	text-align:center;
	color:#FFF;
}

#footer .wrapper{
	border:none;	
}

.mobile{
	display:none;	
}

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

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


.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 {
	margin-left:20px;	
}

.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_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:#E0601F;
}

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


#memo {
	width:421px;	
	height:351px;
	right:100px;
	top:130px;
	background-image:url('/images/memo_bkgnd.png');
	z-index:3000;
	position:absolute;
	-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
	padding:60px 20px 20px 20px;
	font-size:24px;
}

/*Added: 15-06-2016*/
.footer_image {
	margin-top: 75px;
}

/*Added: 15-06-2016*/
#footer_terms {
	margin-left: 225px !important;
}

@media only screen and (max-width:1260px){
	.wrapper{
		width:1000px;	
	}
	
	.navbar-brand img {
		height:90px;
	}
	
/*	#page #slider{
		float:left;
		width:100%;
	}
	
	#page #slider img{
		width:1000px;	
	}*/
	
	#nav_main ul li {
		margin-left:20px;
	}
	
	#top_bar #logo img{
		padding:11px 0 20px 20px;
		float:left;
		height:90px;
	}
	
	#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;
	}
	
	#memo {
		left:700px;
		top:130px;	
	}
	
	/*Added: 15-06-2016*/
	.footer_content .footer_column {
		width: 265px;
	}
}

@media only screen and (max-width:1040px){
	
	.wrapper{
		width:767px;	
	}
	
	
	.navbar-brand img {
		height:90px;
	}
	#top_bar{
		height:110px;	
	}
	
	#top_bar #logo{
		padding:11px 0 20px 20px;
		float:left;
		width:180px;
	}
	
	.login_redirect{
		display:block;
		float:right;
		margin:5px;
		color:#fff;
	}
	
	#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;	
	}
		
	
	.footer_content{
		width:100%;
		float:left;
		height:400px;
		background:#2B2B2B;
	}
	
	.footer_content .footer_column{
		margin-top:40px;
		width:205px;
		margin-right:5px;
		padding-right: 12px;
	}
	
	.footer_content .footer_column:nth-child(4n){
		margin-right:0;	
	}
	
	.footer_content .news .news_article{
		max-height:170px;
		min-height:170px;
		margin-bottom:20px;
	}
	
	#memo {
		left:400px;
		top:130px;	
	}
	
}

@media only screen and (max-width:800px){
	.login_redirect{
		display:block;
		float:right;
		margin:5px;
		color:#fff;
	}
	#memo {
		display:none;	
	}
	#user_login{
		display:none;	
	}
	
	#memo {
		left:0px;
		top:130px;	
	}
	
	.wrapper{
		width:550px;	
	}
	.full{
		display:none;	
	}
	
	.mobile{
		display:block	
	}
	
	#social ul{
		margin-top:17px;
	}
	
	#nav_user #user_login{
		width:400px;
	}
	
	#top_bar{
		height:50px;	
	}
	
	.navbar-brand img {
		height:40px;
	}
	
	#top_bar #logo{
		padding:0px;
		float:left;
		height:50px;
		overflow:hidden;
		width:100px;
	}
	
	#top_bar #logo img {
		height:60px !important;	
	}
	#top_bar #logo span{
		font-size:18px;
	}
	
	#nav_main ul{
		display:none;	
		height:50px;
		padding:0px;
	}
	
	#nav_main ul li a{
		padding:0px;	
	}
	
	#nav_main #panel_switch{
		display:block;	
		color:#000;
		position:absolute;
		right:5px;
		top:5px;
		
	}
	
	#page #slider{
		float:left;
		width:550px;
	}
	
	#page #slider img{
		width:550px;	
	}
	
	#page_content #features a{
		width:100%;	
	}
	
	#page_content #features .feature_column{
		width:100%;
		float:left;
		height:auto;
	}
	
	.footer_content{
		width:100%;
		float:left;
		height:720px;
		background:#2B2B2B;
	}
	
	.footer_content .footer_column{
		width:490px;
		margin:10px 0 -5px 30px;
		padding-right: 0px;
		min-height: auto;
		padding-bottom: 15px;
	}
	
	.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;	
	}
	
	/*Added: 15-06-2016*/
	.footer_image{
		margin-top: 0px;
		margin-left: 75px;
		padding: 15px;
	}
	
	/*Added: 15-06-2016*/
	#footer_bottom{
		height: auto;
	}
	
	/*Added: 15-06-2016*/
	#footer_terms{
		margin-left: 10px !important;
	}
	
}

@media only screen and (max-width:520px){
	.wrapper{
		width:100%;	
	}
	.full{
		display:none;	
	}
	
	.mobile{
		display:block	
	}
	
	#social ul{
		margin-top:17px;
	}
	
	#nav_user #user_login{
		display:none;
	}
	
	#nav_user #user_login_button{
		display:block;
		margin-right:15px;
		float:right;
	}
	
	#nav_user #user_login_button button{
		padding:6px 15px 6px 15px;	
	}
	
	#top_bar{
		height:50px;
	}
	
	#top_bar #logo{
		padding:0 0 0px 0px;
		float:left;
		height:40px;
		position:absolute;
		top:-10px;
	}
	
	#top_bar #logo img{
		padding:11px 0 20px 20px;
		float:left;
		height:40px;
	}
	
	#top_bar #logo span{
		font-size:18px;
	}
	
	#nav_main ul{
		display:none;	
	}
	

	
	#page #slider{
		float:left;
		max-width:100%;
		margin-right:0;
	}
	
	#page #slider img{
		max-width:100%;	
	}
	
	#page_content #features a{
		width:100%;
	}
	
	
	
	#page_content IMG
	{
		width:70%!important;
		height:70%;	
	}
	
	#page_content #features  i {
		margin-left:100px !important;	
	}

	.footer_content{
		max-width:100%;
		float:left;
		height:auto;
		background:#2B2B2B;
	}
	
	.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;
		height: auto;
	}
	
	#nav_footer{
		display:none;	
	}
	
	.footer_image{
		margin-top: 0px;
	    margin-left: 85px;
	}

	/*Added: 15-06-2016*/
	#footer_terms
	{
		margin-left: 0px !important;
	}
	
}



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

a{
	color:#E06039;	
	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:520px;
}

#nav_user #contactinfo {
	color:#FFF;	
	margin-top:10px;
	float:right;
}


#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:6px 6px;
	margin-left:10px;
}


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

#nav_user #social ul li a{
	text-decoration:none;
	font-size:18px;
	color:#000;
	-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:#E06030;
}

#top_bar{
	float:left;
	height:110px;
	width:100%;
	position:absolute;
	background:#FFF;
	top:50px;
	box-shadow:0px 0px 10px #000;
}

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

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

#top_bar #logo img{
		padding:11px 0 20px 20px;
		float:left;
		height:90px;
	}
	
#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;
	padding:0px;
	
}

#nav_main ul {
	text-align: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float:right;
	height:110px;
}

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

#nav_main ul li a{
	font-size:16px;
	color:#000;
	text-decoration:none;
	-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;
	width:100%;
	height:100%;
	padding:30px 0 0 0;
	float:left;
	border-top:3px solid #FFF;

}

#nav_main ul li:hover a{
	color:#BA022F ;	
	border-top:3px solid #BA022F;
}


#nav_main ul li:hover ul li a{
	color:#BA022F ;	
	border-top:1px solid #ECECEC;
}


#nav_main ul li{
	/* border-top:3px solid #FFF;
}

#nav_main ul li:hover{
	/* border-top:3px solid #BA022F; 
}

#nav_main ul li ul li:hover{
	/*
}

#nav_main ul li ul {
	padding: 0px;
	position: absolute;
	top: 110px;
	left: 0;
	width: 205px;
	display: none;
	height:auto;
	float:left;
}

#nav_main ul li ul li {
	width:185px;
	margin-left:0;
	display: block;
	padding:0px;
	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:#000 !important;
	background-color:#FFF;
	padding:20px 20px;
}

#nav_main ul li ul li a:hover{
	font-size:11px;
	color:#BA022F !important;
}

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

#nav_main #panel_switch{
	display:none;	
}

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

#slider{
	float:left;
	width:100%;
	background-size:cover; 
	background-position:center;
	height:400px;
	margin-top:160px;
}

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

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

#page #home_content {
	width:100%;
	border:none;
	min-height:400px;
	
	float:left;
}

.content_toolbar{
	width:100%;
	float:left;
	height:40px;
	background:#4C4C4C;
	margin-bottom:10px;
}

.content_toolbar ul{
	list-style:none;
}

.content_toolbar ul li{
	display:inline;
	position:relative;
	margin-top: -20px;
}

.content_toolbar ul li a{
	float:left;
	color:#fff;
	text-decoration:none;
	padding:9px 15px 10px 15px;
	font-size:15px;
	position:relative;
	margin-top: -10px;
}

.content_toolbar ul li a:hover{
	background:	#BA022F;
}

.content_toolbar ul li a i{
	margin-right:10px;	
}


.content_box table{
	width:100%;
	border-collapse:collapse;
	margin:10px 0;
	border:1px solid #303641;	
}

.content_box table thead tr{
	font-size:17px;
	background:#4C4C4C !important;
	color:#fff;
}

.content_box table thead tr td{
	padding:7px 15px !important;	
}

.content_box table tbody tr:nth-child(even){background:#fff !important;}
.content_box table tbody tr:nth-child(odd){background:#DCE1E7 !important;}
.content_box table tbody tr:hover{background:#b8b8b8 !important;}

.content_box table tbody tr:hover a{color: #FFF; !important;}

.content_box table tbody tr td{
	padding:7px 15px !important;	
}

.content_box table .coll_id{width:75px; text-align:center;}
.content_box table .coll_cat{width:175px;}
.content_box table .coll_actions{text-align:center !important; width:100px;}
.content_box table .coll_date{ width:200px;}
.content_box table .coll_send{text-align:center; width:70px;}
.content_box table .coll_status{width:100px;}
.content_box table .coll_actions a{font-size:17px !important; color:#262B34; padding:0 !important; width:auto !important;}

#page #home_features {
	width:300px;
	float:left;
	margin-left:50px;
}


#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:330px;
	float:left;
	margin-right:30px;
	height:400px;
	line-height:170%;
}

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

#page_content #features .feature_column .feature_title {
	font-weight:bold;	
	font-size:17px;
}

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

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

#page_content #features .feature_column .feature_content LI{
	padding:10px 4px;
	font-size:14px;
}

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

#titlebar{
	width:100%;
	float:left;
	margin:0px auto 0 auto;
	background:#BA022F;
	font-size:19px;
	padding:30px 0;
	font-weight:100;
	text-align:center;
	color:#FFF;
}

#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: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 {
	margin-left:20px;	
}

.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_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:#E0601F;
}

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

@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;
	}
	
	
	
	#top_bar #logo img{
		padding:11px 0 20px 20px;
		float:left;
		height:90px;
	}
	
	#page_content #features .feature_column{
		width:470px;
		float:left;
		height:400px;
	}
	
	#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:1040px){
	.wrapper{
		width:767px;	
	}
	
	#top_bar{
		height:110px;	
	}
	
	#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:400px;
	}
	
	.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){
	.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:0px;
		float:left;
		height:50px;
		overflow:hidden;
		width:100px;
	}
	
	#top_bar #logo IMG {
		height:30px;	
	}
	#top_bar #logo span{
		font-size:18px;
	}
	
	#nav_main ul{
		display:block;	
		height:50px;
		padding:0px;
	}
	
	#nav_main ul li a{
		padding:0px;	
	}
	
	#nav_main #panel_switch{
		display:block;
		position:absolute;
		right:10px;
		top:10px;	
	}
	
	#page #slider{
		float:left;
		width:550px;
	}
	
	#page #slider img{
		width:550px;	
	}
		
	#page_content #features .feature_column{
		width:520px;
		float:left;
		height:400px;
	}
	
	#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){
	.wrapper{
		width:100%;	
	}
	.full{
		display:none;	
	}
	
	.mobile{
		display:block	
	}
	
	#social ul{
		margin-top:17px;
	}
	
	#nav_user #user_login{
		display:none;
	}
	
	#top_bar{
		height:50px;
	}
	
	#top_bar #logo{
		padding:0 0 0px 0px;
		float:left;
		height:40px;
		position:absolute;
		top:-10px;
	}
	
	#top_bar #logo img{
		padding:11px 0 20px 20px;
		float:left;
		height:40px;
	}
	
	#top_bar #logo span{
		font-size:18px;
	}
	
	#nav_main ul{
		display:none;	
	}
	
	#nav_main #panel_switch{
		display:block;	
		color:#000;
		position:absolute;
		right:5px;
		top:5px;
		
	}
	
	#page #slider{
		float:left;
		max-width:100%;
		margin-right:0;
	}
	
	#page #slider img{
		max-width:100%;	
	}
	
	#page_content #features a{
		width:100%;
	}
	
	.feature_header {
	
	}
	
	#page_content IMG
	{
		width:70%!important;
		height:70%;	
	}
	
	#page_content #features  i {
		margin-left:100px !important;	
	}
	#page_content #features .feature_column{
		width:100%;
		float:left;
		height:400px;
		padding:0;
	}
	
	#page_content #features .feature_column p{
		width:260px;
	}
	
	.footer_content{
		max-width:100%;
		float:left;
		height:auto;
		background:#2B2B2B;
	}
	
	.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;	
	}
	
}
*/
