.dima_wrapper.container {
	max-width: 1300px;
	padding:0px;
	position:relative;	
	}
.dima_wrapper.container .row{
	padding:0px;
	margin:0;
	position:relative;
	width:100%;
}
section,header,footer{
	width:100%;
}
.dima_1_1_wrapper {
	}
.dima_1_2_wrapper {
	}
.dima_1_3_wrapper {
	}
.dima_1_wrapper {
	background-image:url('../images/center.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	}
.dima_2_1_wrapper {
	}
.dima_2_2_wrapper {
	background:rgba(0,0,0,0.5);
	}
.dima_2_wrapper {
	}
.dima_3_1_wrapper {
	}
.dima_3_wrapper {
	}
.dima_4_1_wrapper {
	}
.dima_4_1_wrapper li{
	width:16.6666%;
	}
.dima_4_1_wrapper li a{
	display:block;
	padding:15px;
	color:#FFF;
	border-right:1px solid rgba(255,255,255,0.09);
	border-left:1px solid rgba(0,0,0,0.09);
}
.dima_4_1_wrapper li a img{
	width:60px;
	height:60px;
	filter: invert(1);
	margin-left:10px;
}
.dima_4_wrapper {
	}
.dima_5_1_wrapper > *{
	background:#FFF;
	width:100%;
	position:relative;
	float:right;
	}
.dima_5_2_wrapper > *{
	background:#FFF;
	width:100%;
	position:relative;
	float:right;
	}
.dima_5_wrapper {
	}
.dima_6_1_wrapper {
	}
.dima_6_1_wrapper li{
	width:10%;
	padding:0.5%;
	}
.dima_6_1_wrapper li a{
	display:block;
	padding:15px;
	color:#333;
	text-align:center;
	background:rgba(0,0,0,0.02);
}
.dima_6_1_wrapper li a img{
	width:60px;
	height:auto;
	display:block;
	margin:auto;
}
.dima_6_wrapper {
	background:#FFF;
	}
.dima_7_1_wrapper {
	}
.dima_7_2_wrapper {
	}
.dima_7_3_wrapper {
	}
.dima_7_4_wrapper {
	}
.dima_7_wrapper {
	}
.dima_8_1_wrapper {
	}
.dima_8_wrapper {
	}
.dima_9_1_wrapper {
	}
.dima_9_wrapper {
	background:rgba(0,0,0,0.5);
	}
.page .dima_10_1_wrapper {
	padding:25px;
	}
.dima_10_wrapper {
	}
.clear { clear:both;font-size:0px; }

header *{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
header nav {
	text-align: right;
}
header nav ul {
	margin: 0;
	padding:0;
	list-style-type: none;
    position: relative;
	z-index:10000;
	}
header nav > ul.nav > li {
	float:right;
	position:relative;
}
header nav > ul.nav > li >a{
	line-height:50px;
	display:block;
	padding-left:10px;
	padding-right:10px;
	color:#FFF;
}
header nav > ul.nav > li:hover{
	background:#333333;
}
header nav > ul.nav > li:hover a{
	color:#FFF;
}
header nav > ul.nav > li.parent > a:after{
	content:'\f078';
	font-family:FontAwesome;
	margin-left:5px;
	margin-right:5px;
	font-size:12px;
}
header nav > ul.nav > li.active{
	background:#333333;
}
header nav > ul.nav > li.active > a{
	color:#FFF;
}
header nav ul li:first-child {
	margin-right: 0;
}
header nav ul.nav > li > ul {
    position: absolute;
    list-style: none;
	width:250px;
	height:0;
	text-align:right;
	padding:0px;
	margin:0px;
	right:0px;
	overflow:hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity:0;
	display:none;
}
header nav ul.nav > li:hover > ul {
	display:block;
}
header nav ul.nav > li > ul > li > ul{
    position: absolute;
	right:250px;
	width:250px;
	top:0px;
	opacity:0;
	padding:0px;
	height:0;
	overflow:hidden;
}
header nav ul.nav > li > ul > li:hover > ul{
	opacity:0.9;
	height:auto;
	min-height:50px;
	overflow:visible;
	width:250px;
}
header nav ul li ul.small{
	width:250px;
	opacity:0.9;
	height:auto;
	min-height:50px;
	overflow:visible;
	line-height:40px;
	font-size:13px;
}
header nav ul li:hover ul{
	width:250px;
	opacity:0.9;
	height:auto;
	min-height:50px;
	overflow:visible;
	line-height:40px;
}
header nav ul.nav > li > ul > li{
	display:block;
	background:#999;
	border-bottom:1px solid rgba(0,0,0,0.05);
	padding:0px;
	margin:0px;
	position:relative;
}
header nav ul.nav > li > ul > li.parent > a:after{
	content:'\f053';
	font-family:FontAwesome;
	margin-left:5px;
	margin-right:5px;
	position:absolute;
	left:5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size:12px;
}
header nav ul.nav > li > ul > li.parent:hover > a:after{
	left:0px;
}
header nav ul.nav > li > ul > li > ul > li{
	display:block;
	background:#888;
	padding:0px;
	margin:0px;
	border-bottom:1px solid rgba(0,0,0,0.05);
	position:relative;
}
header nav ul li ul li:first-child{
}
header nav ul li ul li:last-child{
	border-bottom:none;
}
header nav li a {
	color: #FFFFFF;
	text-decoration:none;
	display:block;
}
header nav li li a {
	color: #FFFFFF;
	text-decoration:none;
	display:block;
	padding-left:7px;
	padding-right:7px;
}
header nav li a:hover {
	color: #FFFFFF;
}
header nav li li  a:hover {
	color: #FFFFFF;
}
header nav a, header nav a:hover {
	-o-transition: color 0.25s ease-in;
	-webkit-transition: color 0.25s ease-in;
	-moz-transition: color 0.25s ease-in;
	transition: color 0.25s ease-in;
}
/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: right;
	width: 100%;
	position: relative;
	background: #333333;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Tahoma;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: right;
	width: 100%;
	background: #333333;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: right;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: right;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: right;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 24px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-right: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: right;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}
div.module ul.nav li{
	float:right;
	width:96%;
	padding:1%;
	margin:1%;
	background:#F7EBD3;
	border:1px solid #ECD6A7;
	border-radius:6px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
div.module ul.nav li:hover{
	background:#ECD6A7;
	border:1px solid #F7EBD3;
}
div.module ul.nav li li{
	background:#F8F3DF;
	border:1px solid #FFF;
}
div.module ul.nav li a{
	display:block;
}
div.module ul.nav li ul{
	display:none;
	height:0px;
}
div.module ul.nav li:hover > ul{
	display:block;
}

div.module{
	background:#EAEAEA;
	border-radius:0px;
	margin-bottom:5px;
	overflow:hidden;
	min-height:100px;
	float:right;
	width:99%;
}
div.module > div{
	padding:5px;
}
div.module h3{
	background:url(../images/box-grad2.png) repeat-x top right;
	height:33px;
	line-height:33px;
	padding:0px;
	margin:-5px;
	margin-bottom:5px;
	padding-right:10px;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
}


.searchmod{
	float:right;
	width:100%;
}
.searchmod label{
	display:none;
}
.mod-finder__search.input-group{
	display:block;
}
.searchmod .awesomplete{
	padding:0px;
	margin:0px;
	float:right;
	width:80%;
	font-size:12px;
	height:50px;
	line-height:50px;
	background:none;
	border:none;
}
.searchmod input{
	padding:0px;
	margin:0px;
	float:right;
	width:100%;
	font-size:12px;
	height:50px;
	line-height:50px;
	padding-right:1%;
	background:none!important;
	border:none!important;
	color:#FFF;
}
.searchmod button.btn.btn-primary{
	padding:0px;
	margin:0px;
	float:right;
	width:20%;
	font-size:0px;
	height:50px;
	line-height:50px;
	background:url(../images/search.png) no-repeat center center #333;
	border:none;
	box-shadow:none;
}
@media (min-width: 768px) {
	header.medium{
		position:fixed;
		top:0;
		left:0;
		right:0;
		z-index:99;
	}
}
@media (max-width: 768px) {
	.dima_6_1_wrapper li{
		width:33.3333%!important;
		padding:0.5%;
	}
	.blog .blog-items .blog-item{
		width:100%!important;
		float:right;
		padding:10px;
	}
	.dima_4_1_wrapper li{
		width:33.3%;
	}
	body .p-5{
		padding:15px!important;
	}
	body .p-4{
		padding:12px!important;
	}
	body .p-3{
		padding:9px!important;
	}
	body .p-2{
		padding:7px!important;
	}
	body .p-1{
		padding:5px!important;
	}
}

.container2{
	width:100%;
	float:right;
}
ul.tabs2,ul.tabs1 {
	margin: 0;
	padding: 0;
	float:right;
	list-style: none;
	width: 100%;
}
ul.tabs2 li ,ul.tabs1 li {
	float:right;
	margin: 0;
	padding: 0;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
ul.tabs2 li a ,ul.tabs1 li a {
	text-decoration: none;
	display: block;
	font-weight:normal;
	padding: 0 2px;
	outline: none;
	color:#FFF;
}
ul.tabs2 li.active:hover,ul.tabs1 li.active:hover {
	background: rgba(0,0,0,0.9);
}	
ul.tabs2 li.active ,ul.tabs1 li.active  {
	background: rgba(0,0,0,0.5);
}
.tab_container2,.tab_container1 {
	border-top: none;
	float:right;
	width: 100%;
	background: #fff;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.tab_content2,.tab_content1 {
	padding:15px;
}
.tab_content2 h4,.tab_content1 h4{
	font-size:14px;
}
@media (max-width: 360px) {
	ul.tabs2,ul.tabs1{
		height:auto;
	}
	ul.tabs2 li,ul.tabs1 li{
		min-width:50%;
		margin:0px;
		padding:1%;
		overflow:hidden;
	}
	ul.tabs2 li.active,ul.tabs1 li.active{
	}
}

div.footer{
}
.copyright{
	width:100%;
	float:right;
	text-align:center;
}
.copyright a{
}
.social{
	width:100%;
	float:left;
	text-align:center;
}
.social ul li{
	display:inline-table;
}
.social ul li a{
	display:block;
	margin:3px;
	width:26px;
	height:26px;
	border-radius:00px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.social ul li a:hover{
	color:#C30;
}
#back-top {
	position: fixed;
	bottom: 30px;
	right:10px;
}
#back-top a {
	width: 48px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333333;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	font-size:10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#back-top a:hover {
	color: #333333;
}
/* arrow icon (span tag) */
#back-top span {
	width: 48px;
	height: 48px;
	display: block;
	margin-bottom: 7px;
	background:#333333;
	/* rounded corners */
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	font-size:22px;
	color:#FFF;
	line-height:48px;
	opacity:0.7;
}
#back-top a:hover span {
	background-color: #777;
}
.dima_11_wrapper.readcrumbs{
	
}
div.moduletable{
	margin-bottom:15px;
}
.items-leading{
	width:100%;
	float:right;
}
.blog,.item-page{
	background:#FFF;
}
.items-leading > div{
	width:100%;
	float:right;
}
.blog .blog-items.items-leading .blog-item{
	width:100%;
	float:right;
}
.blog .blog-items{
	padding:15px;
}
.blog .blog-items .blog-item{
	width:20%;
	float:right;
	padding:10px;
}
.items-leading .left.item-image{
	float:right;
	max-width:500px;
	margin-left:15px;
}
.article-info,p.readmore{
	display:none!important;
}
.com-content-category-blog__navigation{
	padding:10px;
	text-align:center;
}
.page-link{
	height:30px;
	display:block;
}