html body{
	height:100%;
	width:100%;
	background: #1c92d2;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #f2fcfe, #1c92d2);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #f2fcfe, #1c92d2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	height:100vh;
	overflow:hidden;
}
.dima_wrapper.container {
	margin:auto;
	padding:0px;
	max-width: 640px;
	}
.dima_wrapper.container .row{
	 margin:0px;
	padding:0px;
} 
.dima_1_1_wrapper img{
	margin-top:5px;
	max-height: 70px;
	}
.dima_1_2_wrapper {
	}
.dima_1_wrapper {
	position: relative;
	overflow:hidden;
	}
.dima_1_wrapper span{
	font-size:12px;
	text-align: center;
	font-weight: 700;
}
.dima_2_1_wrapper {
	}
#dima_2_1,#dima_1_1{
	padding:20px;
	padding-top:0;
}
.dima_2_wrapper {
	margin-bottom:20px;
	}
html body .item-page{
	border-radius: 15px;!important;
	padding:10px!important;
	line-height:190%!important;
	font-size:16px!important;
	overflow-x:auto;
}
html body .item-page img{
	width:100%;
	float:right;
	margin-bottom:15px;
	border-radius:15px;
}
ul#sirjanapp{
	list-style:none;
}
ul#sirjanapp li{
	list-style:none;
	width:25%;
	float:right;
	margin: 0;
	margin-bottom: 10px;
}
ul#sirjanapp li a{
	display: block;
	border-radius: 20px;
	color:#333;
	text-align: center;
	padding: 0px;
	position: relative;
	overflow:hidden;
}
ul#sirjanapp li a img{
	display: block;
	margin: auto;
	width:auto;
	padding: 0;
	background: #FFEEEE;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #DDEFBB, #FFEEEE);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #DDEFBB, #FFEEEE); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-radius: 15%;
	max-height: 11.5vh;
}
#dima_2_1{
	min-height:40vh;
}
.dima_3_1_wrapper {
	}
.dima_3_wrapper {
	background: #8D62E6;
	color:#FFF;
	padding: 5px;
	text-align: center;
	font-size:12px;
	position: fixed;
	left:0;
	right:0;
	bottom:0;
	z-index: 99999;
	}
.dima_4_1_wrapper {
	}
.dima_4_wrapper {
	}
.clear { clear:both;font-size:0px; }
#dima_1_1 a{
	background-image: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.8) 100%);
	padding: 5px;
	display: block;
	border-radius: 10px;
	margin-top:20px;
}
#dima_2_1 > ul.nav{
	padding: 5px;
	border-radius: 10px;
	margin-bottom: 5px;
	align-items: center;
	display:flex;
	background: #005C97;
}
#dima_2_1 > ul.nav li{
	text-align: center;
	font-size:11px;
	width:12.5%;
}
#dima_2_1 > ul.nav li a{
  color:#FFF!important;
}
#dima_2_1 > ul.nav li a span.fa{
	display:block;
	font-size:22px;
	background: ;  /* fallback for old browsers */
	  /* Chrome 10-25, Safari 5.1-6 */
	 /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	padding:5px !important;
	border-radius:0;
	color:#FFF;
	width:100%;
}
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.menu > li {
	float:right;
	position:relative;
	padding-left:7px;
	padding-right:7px;
	height:30px;
	line-height:30px;
	border-radius:5px;
	margin:1px;
}
header nav > ul.menu > li:hover{
	background:#333333;
}
header nav > ul.menu > li:hover a{
	color:#FFF;
}
header nav > ul.menu > li.parent > a:after{
	content:'\f078';
	font-family:FontAwesome;
	margin-left:5px;
	margin-right:5px;
	font-size:12px;
}
header nav > ul.menu > li.active{
	background:#333333;
}
header nav > ul.menu > li.active > a{
	color:#FFF;
}
header nav ul li:first-child {
	margin-right: 0;
}
header nav ul.menu > li > ul {
    position: absolute;
    list-style: none;
	width:180px;
	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;
}
header nav ul.menu > li > ul > li > ul{
    position: absolute;
	right:180px;
	width:0px;
	top:-5px;
	opacity:0;
	padding:5px;
	height:0;
	overflow:hidden;
}
header nav ul.menu > li > ul > li:hover > ul{
	padding-top:5px;
	opacity:0.9;
	height:auto;
	min-height:50px;
	overflow:visible;
	width:180px;
}
header nav ul li:hover ul{
	padding-top:5px;
	width:180px;
	opacity:0.9;
	height:auto;
	min-height:50px;
	overflow:visible;
}
header nav ul.menu > li > ul > li{
	display:block;
	background:#8DC63F;
	border-bottom:1px solid #9DCE5B;
	padding:4px;
	margin:0px;
	position:relative;
}
header nav ul.menu > 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.menu > li > ul > li.parent:hover > a:after{
	left:0px;
}
header nav ul.menu > li > ul > li > ul > li{
	display:block;
	background:#82B937;
	padding:4px;
	margin:0px;
	border-bottom:1px solid #9DCE5B;
	position:relative;
}
header nav ul li ul li:first-child{
	border-top-left-radius:7px;
	border-top-right-radius:7px;
}
header nav ul li ul li:last-child{
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
	border-bottom:none;
}
header nav li a {
	color: #333333;
	text-decoration:none;
	display:block;
}
header nav li li a {
	color: #FFFFFF;
	text-decoration:none;
	display:block;
}
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.menu 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.menu li:hover{
	background:#ECD6A7;
	border:1px solid #F7EBD3;
}
div.module ul.menu li li{
	background:#F8F3DF;
	border:1px solid #FFF;
}
div.module ul.menu li a{
	display:block;
}
div.module ul.menu li ul{
	display:none;
	height:0px;
}
div.module ul.menu li:hover > ul{
	display:block;
}

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;
}
@media(max-width:640px){
	#dima_1_1 img{
		width:auto;
		height:80px;
	}
	ul#sirjanapp li a,ul#sirjanapp li a img{
		padding:0px !important;
	}
	ul#sirjanapp li{
		list-style:none;
		width:25%;
		float:right;
		margin:0;
		margin-bottom:0;
		list-style: none;
		padding: 0px;
	}
	ul#sirjanapp li a{
		font-size:12px !important;
		margin:auto;
		border-radius: 25px!important;
		width:100% !important;
		max-width:100%;
		height:auto;
		display:block;
		white-space: nowrap;
		margin: 0px;
		margin-bottom: 0.5vh;
	}
	ul#sirjanapp li a img{
		width:auto !important;
		border-radius: 25px;
		padding: 15px!important;
		border:2px solid rgba(255,255,255,0.6);
		background: #C9D6FF;  /* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);  /* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #E2E2E2, #C9D6FF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
		height: 10vh;
	}
}
.icons{
	display:none!important;
}
.pagination {
    display: table;
    padding-right: 0;
    border-radius: 4px;
    margin:20px auto 0 !important;
}

.pagination>li>a,
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: none;
    padding: 0;
    margin:5px;
    color: #5a6f7c;
    text-decoration: none;
    background-color: #fff;
    border-radius: 50%!important;
    width:40px;
    height:40px;
    text-align: center;
    line-height:40px;
    border: 1px solid #eaeff5;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover {
    z-index: 2;
    color:#ffffff;
    cursor: pointer;
    background-color:#27ae60;
    border-color:#27ae60;
}

.pagination li:first-child a {
    background:#27ae60;
    border: 1px solid #27ae60;
    border-radius:50% !important;
    color: #fff
}

.pagination li:last-child a {
    background: #35434e;
    border: 1px solid #35434e;
    border-radius:50% !important;
    color: #fff
}
.pagination>li {
    display: flex;
}
ul.pagination {
  text-align: center;
  display: flex;
  margin: 0 !important;
  align-items: center;
  justify-content: center;
}