
@font-face {
	font-family: 'iransans';
	src: url('../fonts/iransans.eot');
	src: local('☺'), url('../fonts/iransans.woff') format('woff'), url('../fonts/iransans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.dima_wrapper {
	width: 100%;
	float: right;
	position:relative;
	}
.dima_1_1_wrapper li{
	float: right;
	padding-right: 1%;
	}
.dima_1_1_wrapper li a{
	color: #FFF;
	font-size: 11px;
}
.logo{
	margin:1%;
}
.dima_1_1_wrapper li:after{
	content: ' / ';
	float: left;
	margin-right: 8px;
}
.dima_1_1_wrapper li:last-child:after{
	content:' ';
}
.dima_1_2_wrapper {
	}
.dima_1_wrapper {
	background: #0D223D;
	color: #FFF;
	}
.dima_2_1_wrapper {
	}
.dima_2_2_wrapper {
	}
.dima_2_wrapper {
	background: #89BADC url(../images/Arrival.jpg) no-repeat top left;
	background-size:cover;
	}
.dima_3_1_wrapper {
	}
.dima_3_wrapper {
	background: #2980B9;
	}
.dima_4_1_wrapper h1{
	padding:3%;
	text-align: center;
	margin: 2%;
	color: #FFF;
	font-size: 22px;
	}
.dima_4_wrapper {
	background:#76B9D5;
}
.dima_5_1_wrapper li{
	float: right;
	margin:0.25%;
	width: 9.5%;
	min-width:97px;
	overflow:hidden;
	text-align: center;
	background: #0B2644;
	}
.dima_5_1_wrapper li span{
	display: block;
	background: #0757B2;
	color: #FFF;
	font-size:11px;
}
.dima_5_1_wrapper li img{
	padding: 15%;
	display: block;
	margin: auto;
	height: 51px;
}
.dima_5_wrapper {
	background: #123C6C;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	}
.dima_6_1_wrapper {
	}
#dima_6_1{
	margin: 1%;
	padding: 1%;
	background: #FFF;
	margin-top: 0px;
	float: right;
	width: 96%;
}
.dima_6_2_wrapper {
	}
.row-fluid.dima_6_wrapper {
	max-width: 98%;
	margin: 1%;
}
.dima_7_1_wrapper h3{
	background: url(../images/bac_h3.png) no-repeat bottom right;
	padding: 0px;
	margin: 0px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 5px;
	}
.dima_7_2_wrapper {
	}
#dima_7_2{
	width: 98%;
	float: left;
}
.dima_7_wrapper {
	background: #CBE9E9;
	padding-top: 1%;
	padding-bottom: 1%;
	}
.dima_8_1_wrapper {
	}
.dima_8_1_wrapper h3{
	background: url(../images/bac_h3.png) no-repeat bottom right;
	padding: 0px;
	margin: 0px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 5px;
	}
.dima_8_2_wrapper h3{
	background: url(../images/bac_h4.png) no-repeat bottom right;
	padding: 0px;
	margin: 0px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 5px;
	color: #FFF;
	}
#dima_8_2{
	float: left;
	width: 96%;
	background: #95A5A6;
	color: #FFF;
	padding: 1%;
}
#dima_8_2 a{
	color: #FFF;
}
.dima_8_wrapper {
	padding-top: 1%;
	padding-bottom: 1%;
	}
.dima_9_1_wrapper {
	}
.dima_9_2_wrapper {
	}
.dima_9_3_wrapper {
	}
.dima_9_wrapper ul li::before {
    content: '';
    display:block;
    width: 6px;
    height: 6px;
    background: #45ada8;
    border-radius: 10px;
    border: 2px solid #222c35;
    box-shadow: 0 0 0px 1px #45ada8;
    margin-left: 8px;
	float:right;
	margin-top:5px;
}
.dima_9_wrapper .btn{
	width:48%;
	padding:1%;
	margin-bottom:5px;
	border-radius:5px;
}
.dima_9_wrapper {
	background: #000A2B;
	color:#FFF;
	padding-top: 1%;
	padding-bottom: 3%;
	}
.dima_9_wrapper a{
	color:#FFF;
	}
.dima_10_1_wrapper {
	}
.dima_10_wrapper {
	background: #00041D;
	color:#1E739B;
	}
.clear { clear:both;font-size:0px; }

header{
	float:right;
	width:100%;
	z-index:10000;
	color: #FFF;
}
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 {
    position: relative;
	padding-left:5px;
	padding-right:5px	;
	border-radius:0px;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	float:right;
}
header nav ul.menu > li:after{
	content: '/';
	float: left;
	margin-right: 7px;
}
header nav ul.menu > li:last-child:after{
	content:' ';
}
header nav ul li:hover{
	background:#206A97;
}
header nav ul li.active{
}
header nav ul li:first-child {
	margin-right: 0;
}
header nav ul.menu > li > ul {
    position: absolute;
    list-style: none;
	width:180px;
	height:auto;
	text-align:right;
	padding:0px;
	margin:0px;
	right:0px;
	display:none;
}
header nav ul.menu > li > ul > li > ul{
    position: absolute;
	right:170px;
	width:180px;
	margin-top:-30px;
	display:none;
}
header nav ul.menu > li > ul > li:hover > ul{
	display:block;
}
header nav ul li:hover ul{
	display:block;
}
header nav ul li ul li{
	display:block;
	background:#133E59;
	padding:4px;
	margin:0px;
	line-height: 30px;
	font-size: 12px;
}
header nav ul li ul li:first-child{
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
header nav ul li ul li:last-child{
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
header nav li a {
	color: #f3f3f3;
	text-decoration:none;
	display:inline-table;
}
header nav li li a {
	color: #f3f3f3;
	text-decoration:none;
	display:block;
}
header nav li a:hover {
	color: #f3f3f3;
}
header nav li li  a:hover {
	color: #f3f3f3;
}
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;
}
section, article, header {
	display: block;
	float: right;
	width: 100%;
}
/*! #######################################################################

	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: #3498db;
	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: #3498db;
	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:90%;
	margin: 5%;
}
.searchmod input[type="search"]{
	padding:0px;
	margin:0px;
	float:right;
	min-width:90%;
	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:10%;
	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;
}
