
@font-face {
	font-family: 'Vazir';
	src: url('../fonts/Vazir.eot');
	src: local('☺'), url('../fonts/Vazir.woff') format('woff'), url('../fonts/Vazir.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Vazir';
	src: url('../fonts/Vazir-Bold.eot');
	src: local('☺'), url('../fonts/Vazir-Bold.woff') format('woff'), url('../fonts/Vazir-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

.dima_wrapper.container {
	margin:0px;
	padding:0px;
	max-width: 100%;
	width:100%;
	float:right;
	border-top:10px solid #1d4f9b;
	}
section{
	width:100%;
	float:right;
	position:relative;
}
.dima_wrapper.container .row{
	margin:0px;
	padding:0px;
	width:100%;
	max-width:1100px;
	margin:auto;
}
.dima_wrapper.container .breadcrumb{
	background:none;
	padding:0;
	margin:0;
}
.dima_1_1_wrapper {
	}
.dima_1_2_wrapper {
	}
.dima_1_3_wrapper {
	}
.dima_1_4_wrapper {
	}
.dima_1_wrapper {
	padding-top:10px;
	padding-bottom:10px;
	}
.dima_2_1_wrapper {
	}
.dima_2_wrapper {
	padding-top:30px;
	padding-bottom:30px;
	background:#002c65;
	color:#FFF;
	box-shadow:0px 0px 20px -15px #000 inset;
	}
.dima_2_wrapper h1{
	font-weight:bold;
}
.dima_2_wrapper h2{
	font-weight:normal;
	font-size:20px;
	color:#CCC;
}
.dima_3_1_wrapper {
	}
.dima_3_wrapper {
	background-color: #F4F2F2 !important;
	padding-top:20px;
	padding-bottom:20px;
	}
.dima_4_1_wrapper {
	}
.dima_4_wrapper {
	padding-top:30px;
	padding-bottom:30px;
	background: linear-gradient(to right, #4dbe66 0%, #4cbe67 10%, #21beae 100%);
}
.dima_5_1_wrapper {
	}
.dima_5_wrapper {
	background:#FFF;
	padding-top:30px;
	padding-bottom:30px;
	}
.thumbnail-mary-figure::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: linear-gradient(45deg, #00a03c 0%, #0078c8 100%);
    z-index: 1;
    transition: opacity .15s linear;
}
.thumbnail-mary-figure{
	height:200px;
	background:#EFEFEF;
	overflow:hidden;
	position:relative;
	border-radius:10px;
	margin-bottom:20px;
}
.thumbnail-mary-figure img{
	min-height:200px;
	max-height:200px;
	max-width:150%;
}
.thumbnail:hover .thumbnail-mary-figure::before {
    opacity: .38;
}
.thumbnail:hover i.fa.fa-play {
    opacity: 1;
}
i.fa.fa-play {
    position: absolute;
    height: 60px;
	line-height:60px;
    width: 60px;
	left:45%;
	top:70px;
    background: linear-gradient(-135deg, #00bee6 0%, #78be1e 180%);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    opacity: 0;
    transition: opacity .15s linear;
	color:#FFF;
	z-index:2;
}
.dima_6_1_wrapper {
	}
.dima_6_wrapper {
	}
.dima_7_1_wrapper {
	}
.dima_7_wrapper {
	}
.dima_8_1_wrapper {
	}
.dima_8_2_wrapper {
	}
.dima_8_3_wrapper {
	}
.dima_8_4_wrapper {
	}
.dima_8_5_wrapper {
	}
.dima_8_wrapper {
	border-top:10px solid #1BBFD0;
	padding-top:30px;
	padding-bottom:30px;
	}
.dima_9_1_wrapper a{
	color:#FFF;
	}
.dima_9_wrapper {
	background:#002C65;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
	color:#FFF;
	}
.clear { clear:both;font-size:0px; }
.featured.container [class*="col-"] {
    padding: 0 10px;
    margin-bottom: 20px;
}
.featured_post {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 18.125rem;
}
.featured_title {
    color: #fff;
	font-size:16px;
	font-weight:bold;
}
.featured_date {
    color: #fff;
    display: block;
    font-size: .8125rem;
}
.featured_post::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 50%;
    bottom: 0;
    background: linear-gradient(to top, #000 0%, rgba(0,0,0,0) 100%);
}
.featured_img {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    overflow: hidden;
    display: block;
    height: 100%;
    width: 100%;
}
.featured_img img, .featured_img span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: .25rem;
}
.featured_info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 1.875rem 1.875rem;
    z-index: 1;
    transition: opacity .1s linear;
}
.featured_hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(120,190,30,0.55) 0%, rgba(0,190,230,0.55) 100%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    font-size: 1.125rem;
    z-index: 2;
    opacity: 0;
    transition: opacity .2s linear;
}
.featured_post:hover .featured_info {
    opacity: 0;
}
.featured_post:hover .featured_hover {
    opacity: 1;
}
#dima_3_1 .nav.menu.mod-list{
	width:100%;
	float:right;
	display:block;
	padding-left:25px;
	padding-right:25px;
	margin-bottom:30px;
}
#dima_3_1 .nav.menu.mod-list li {
    padding: .9375rem 0;
    display: inline-block;
    width: auto;
    line-height: 0;
}
#dima_3_1 .nav.menu.mod-list li a{
    position: relative;
    display: inline-block;
    padding: 0 1.25rem;
    line-height: 4rem;
    height: 4rem;
    border-radius: 10px;
    background: #fff;
    color: #666;
    font-size: 1.125rem;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    overflow: hidden;
	margin-left:20px;
}
.box.box-simple{
	position:relative;
	margin-bottom:30px;
}
.box.box-simple::after {
    content: "";
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, #000 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}
.box_inner {
    padding-top: 124%;
}
.box_inner:hover {
    box-shadow: 0 3px 17px rgba(0,0,0,0.3);
}
.box_inner {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: box-shadow 0.15s linear;
}
.box_inner img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.box_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background-size:cover;
}
.box_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .625rem .9375rem 1.25rem;
    color: #fff;
    z-index: 1;
}
.box_title {
    position: relative;
    margin-bottom: 1.25rem;
    font-size: 1.0625rem;
    z-index: 2;
}
.box_info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: .75rem;
}
.section-header {
    text-align: center;
    margin-bottom: 4.0625rem;
	color: #666;
	font-size: 1.875rem;
}
.section-header h2{
	font-weight:bold;
	color: #666;
}
.section-header h4{
	color:#999;
	font-size:18px;
}
a.btn-pink {
    background: #eb4176;
    background: linear-gradient(-135deg, #eb4176 0%, #8953c7 100%);
	color:#FFF;
	font-size: 1.125rem;
	padding:0.75rem;
}
.dima_10_wrapper{
	text-align:center;
	padding-top:5%;
	padding-bottom:5%;
}
.dima_10_wrapper img{
	display:none;
}
.dima_10_wrapper .breadcrumb{
	display:block;
}
.dima_10_wrapper .breadcrumb li{
	display:inline-block;
	float:none;
	padding-left:10px;
}
.dima_10_wrapper .breadcrumb li a{
	display:block;
	padding-left:5px;
}
.dima_10_wrapper .breadcrumb li a:after{
	content:'/';
	padding-right:5px;
}
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 a{
	display:block;
}
header nav > ul.menu > li {
	float:right;
	position:relative;
	padding-left:7px;
	padding-right:7px;
	height:70px;
	line-height:70px;
	font-weight:bold;
	border-bottom:2px solid transparent;
}
header nav > ul.menu > li:hover{
	border-color:#333333;
	border-bottom:2px solid #78be1e;
}
header nav > ul.menu > li:hover a{
	color:#766b6b;
}
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{
	border-color:#78be1e;
}
header nav > ul.menu > li.active > a{
	color:#766b6b;
}
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.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{
	margin-bottom:5px;
	float:right;
	width:100%;
}
.searchmod input[type="search"]{
	padding:0px;
	margin:0px;
	float:right;
	width:78%;
	font-size:12px;
	height:25px;
	line-height:25px;
	font-family:Tahoma, Geneva, sans-serif;
	padding-right:1%;
	background:#EFEFEF;
	border:none;
}
.searchmod button.button{
	padding:0px;
	margin:0px;
	float:right;
	font-family:Tahoma, Geneva, sans-serif;
	width:20%;
	font-size:0px;
	height:25px;
	line-height:25px;
	background:url(../images/search.png) no-repeat center center #333;
	border:none;
	box-shadow:0px 0px 0px 0px #000;
}

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;
	border-radius:10px;
}
#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;
	border-radius:10px;
}
#back-top a:hover span {
	background-color: #777;
}
