/* CSS layout */
@font-face {
    font-family:'GE SS';
    src:url('fonts/ge-ss-med.eot');
    src:local('âک؛'),
        url('fonts/ge-ss-med.ttf') format('truetype');
    font-weight:normal;
}
@font-face {
    font-family:'GE SS Two Light';
    src:url('fonts/GE SS Two Light.otf');
    src:local('ط£آ¢ط¹آ©ط·â€؛'),
        url('fonts/GE SS Two Light.otf') format('truetype');
    font-weight:normal;
}
::selection {
	background: #40b7bb; /* Safari */
	color: #fff;
}
::-moz-selection {
	background: #40b7bb; /* Firefox */
	color: #fff;
}
*:focus {
	-moz-box-shadow: 0px 2px 0px #ccc;
	-webkit-box-shadow: 0px 2px 0px #ccc;
	box-shadow: 0px 2px 0px #ccc;
}
ul, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: inherit;
}
a img {
	border: none;
}
* {
	outline: none;
	transition-property: background, border-color, color, box-shadow, display, opacity, padding, height, font-size, margin, width;
	transition-duration: 0.25s;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: background, border-color, color, box-shadow, display, opacity, padding, height, font-size, margin, width;
	-webkit-transition-duration: 0.25s;
	-webkit-transition-timing-function: ease;
}

html,
body {
	/*background-image: url('images/body_bg.png') !important;*/
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}
hr {
	background-image: url('images/split.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 100%;
	border-style: none;
	display: block;
}
body {
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #f5f5f5;
	overflow-x: hidden;
	background-attachment: fixed;
}
#masthead {
	height: 110px;
}
#masthead .contents {
	background-position: right center;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	height: 100%;
	position: relative;
}
#masthead .contents .alogo {
	display: block;
	width: 180px;
    height: 100px;
    float: right;
}
#masthead .contents .blogo {
	display: block;
	width: 320px;
    height: 100px;
    margin-right: 340px;
}
#masthead a.lang {
	font-family: "Century Gothic", "GE SS Two Light";
	height: 30px;
	background-color: #e4bc7d;
	color: #FFFFFF;
	width: 100px;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	top: 40px;
	left: 0px;
}
#masthead form[name=search] {
	position: absolute;
	top: 40px;
	left: 105px;
	overflow: hidden;
	width: 30px;
	height: 30px;
}
#masthead form[name=search].opened {
	width: 150px;
}
#masthead form[name=search] input[type=submit] {
	border-style: none;
	background-position: center center;
	height: 30px;
	background-color: #e4a47d;
	color: #FFFFFF;
	width: 30px;
	display: block;
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
	background-image: url('images/search.png');
	background-repeat: no-repeat;
	margin-left: 5px;
	cursor: pointer;
}
#masthead form[name=search] input[type=text] {
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	border-color: #CCCCCC;
	width: 110px;
	height: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#masthead form[name=search] input[type=submit]:hover, #masthead a.lang:hover {
	background-color: #e4cd7d;
}
#top_nav {
	height: 58px;
}
#top_nav ul.links {
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: normal;
	height: auto;
	width: 1000px;
	padding-top: 10px;
}
#top_nav ul.links li {
	display: block;
	position: relative;
	padding: 0;
	height: 40px;
	text-align: center;
	flex-grow: 1;
}
#top_nav ul.links li a {
	font-family: "Century Gothic", "GE SS Two Light";
}
#top_nav ul.links > li > a {
	font-family: "Century Gothic", "GE SS Two Light";
	text-decoration: none;
	color: #fff;
	height: 20px;
	white-space: nowrap;
	background-color: #21b8b6;
	text-decoration: none;
	color: #fff;
	position: relative;
	padding: 8px 20px;
	background-image: linear-gradient(bottom, rgb(33,184,184) 0%, rgb(60,210,215) 100%);
	background-image: -o-linear-gradient(bottom, rgb(33,184,184) 0%, rgb(60,210,215) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(33,184,184) 0%, rgb(60,210,215) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(33,184,184) 0%, rgb(60,210,215) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(33,184,184) 0%, rgb(60,210,215) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(33,184,184)),color-stop(1, rgb(60,210,215)));
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(33,184,184)), color-stop(1, rgb(60,210,215)) );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 0px #26dad8, 0px 5px 0px 0px #169896, 0px 10px 5px #ccc;
	-moz-box-shadow: inset 0px 1px 0px #26dad8, 0px 5px 0px 0px #169896, 0px 10px 5px #ccc;
	-o-box-shadow: inset 0px 1px 0px #26dad8, 0px 5px 0px 0px #169896, 0px 10px 5px #ccc;
	box-shadow: inset 0px 1px 0px #26dad8, 0px 5px 0px 0px #169896, 0px 10px 5px #ccc;
}
#top_nav ul.links > li > a:hover, #top_nav ul.links > li > a.current {
	background-image: linear-gradient(bottom, rgb(33,184,184) 0%, rgb(60,210,215) 100%);
	background-image: -o-linear-gradient(bottom, rgb(33,184,184) 0%, rgb(60,210,215) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(33,184,184) 0%, rgb(60,210,215) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(33,184,184) 0%, rgb(60,210,215) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(33,184,184) 0%, rgb(60,210,215) 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(60,210,215)),color-stop(1, rgb(33,184,184)));
	-webkit-box-shadow: inset 0px 1px 0px #21b8b6, 0px 2px 0px 0px #169896, 0px 5px 3px #999;
	-moz-box-shadow: inset 0px 1px 0px #21b8b6, 0px 2px 0px 0px #169896, 0px 5px 3px #999;
	-o-box-shadow: inset 0px 1px 0px #21b8b6, 0px 2px 0px 0px #169896, 0px 5px 3px #999;
	box-shadow: inset 0px 1px 0px #21b8b6, 0px 2px 0px 0px #169896, 0px 5px 3px #999;
}
#top_nav ul.links li ul {
	position: absolute;
	padding: 5px;
	margin: 0;
	min-width: 140px;
	z-index: 1000;
	display: none;
	flex-wrap: wrap;
	top: 36px;
	border-width: 3px;
	border-color: #21b8b6;
	background-color: #fff;
	border-bottom-style: solid;
	-webkit-border-radius: 8px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 8px;
	-moz-border-radius-topright: 0;
	border-radius: 8px;
	border-top-right-radius: 0;
}
#top_nav ul.links > li:hover > ul {
	display: flex;
}
#top_nav ul.links li ul li {
	display: block;
	padding: 0;
	margin: 0;
	height: auto;
	flex-grow: 1;
	flex-basis: 160px;
}
#top_nav ul.links li ul li a {
	float: none;
	height: auto;
	padding: 6px;
	display: block;
	font-size: 16px;
	color: #077C9E;
	border-style: none;
	background-color: transparent;
	min-width: 180px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#top_nav ul.links li ul li a img {
	max-width: 100px;
	max-height: 75px;
	display: block;
	margin: auto;
}
#top_nav ul.links li ul li ul li a img {
	display: none;
}
#top_nav ul.links li ul li a:hover {
	background-color: #e9e9e1;
}
#top_nav ul.links li ul li ul {
	border-style: none;
	position: absolute;
	padding: 5px;
	display: none;
	background-color: #EFEFEF;
	min-height: 0;
	min-width: 0;
	top: 5px;
}
#top_nav ul.links > li > ul > li:hover > ul {
	display: block;
}
#top_nav ul.links li ul li ul li {
	float: none;
	display: block;
	margin: 0;
	min-width: 100%;
}
#top_nav ul.links li ul li ul li a {
	float: none;
	height: auto;
	padding: 6px;
	display: block;
	font-size: 16px;
	color: #077C9E;
	border-style: none;
	background-color: transparent;
}
#top_nav ul.links li ul li ul li ul {
	display: none;
}
.contents {
	max-width: 1000px;
	margin: auto;
	display: block;
}
.contents.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contents h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Amiri', serif;
	font-size: 26px;
	color: #197080;
}
#page_content .addons {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 20px 0; 
}
.block {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	background-color: #FFFFFF;
}
.block.inpage {
	font-family: 'Amiri', serif;
	padding: 10px;
	width: 100%;
	border-width: 5px;
	border-color: #40b7bb;
	overflow: auto;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 10px 64px 0px rgba(0,0,0,0.25);
	border-top-style: solid;
	font-size: 20px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 50px;
	position: relative;
}
.block.inpage sup {
	color: #666;
	font-size: 12px;
}
.block.inpage p a {
	color: #197080;
	font-weight: bold;
}

.block.inpage .small_tools {
	position: absolute;
	top: 10px;
	direction: ltr;
}
.block.inpage .small_tools img {
	margin: 0;
	padding: 2px;
	background-color: #40b7bb;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	cursor: pointer;
}
.block.inpage .small_tools img:hover {
	background-color: #38A4A7;
}
.block.inpage h4 {
	color: #e44444;
	font-size: 24px;
}
.block.inpage form {
	border-width: 3px;
	border-color: #DDDDDD;
	border-bottom-style: solid;
	padding: 5px 0;
	margin: 5px 0;
}
.block.inpage form * {
	font-size: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.block.inpage form select {
	min-width: 150px;
	height: 35px;
	margin: 5px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.block.inpage form fieldset {
	margin: 10px;
	border: 1px solid #CCCCCC;
}
.block.inpage form textarea {
	padding: 5px;
	width: 98%;
	border-style: solid;
	background-color: #fff;
	color: #333;
	font-family: 'GE SS Two Light';
	border-color: #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
}
.block.inpage form input[type=file],
.block.inpage form input[type=text], 
.block.inpage form input[type=email], 
.block.inpage form input[type=tel] {
	height: 25px;
	width: 300px;
	margin: 5px;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	background-color: #fff;
	color: #333;
	font-family: 'GE SS Two Light';
	border-color: #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
}
.block.inpage form input[type=text].input {
	width: 100px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
}
.block.inpage form input[type=submit] {
	height: 35px;
	width: 150px;
	margin: 5px;
	padding: 8px 5px 8px 5px;
	border-style: none;
	background-color: #3bd1d6;
	color: #fff;
	font-family: 'GE SS Two Light';
	cursor: pointer;
	border-color: #21b8b6;
	border-bottom-style: solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
}
.block.inpage form input[type=submit]:hover {
	background-color: #21b8b6;
}
.block.inpage form input:focus {
	border-color: #298ccd;
}
.block.inpage form input[type=text].input {
	width: 100px;
	float: right;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
}
.block.inpage .attachs {
	overflow: auto;
	width: 400px;
	display: block;
}
.block.inpage .attachs a.img {
	background-size: cover;
	margin: 5px;
	width: 114px;
	height: 75px;
}
.block.inpage .attachs a.img:first-child {
	background-position: center;
	border: 5px solid #FFFFFF;
	width: 360px;
	height: 240px;
	background-size: contain;
	overflow: auto;
	display: block;
	float: none;
	margin: auto auto 30px auto;
	-webkit-box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.25);
	background-repeat: no-repeat;
}
.block.inpage .attachs a.img img.video {
	padding: 15px 32px;
}
.block.inpage .images {
	overflow: auto;
	padding: 0 12px;
}
.block.inpage .files {
	margin: 10px;
}
.block.inpage .files a {
	background-color: #e9e9e1;
	color: #248394;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	font-size: 18px;
}
.block.inpage .files a span {
	font-family: arial;
	font-weight: normal;
	font-size: 14px;
	position: absolute;
	top: 9px;
}
.block.inpage .files a:hover {
	background-color: #e0e0d1;
}
#page_content ul.links {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: auto;
}
#page_content ul.links h3 {
	color: #e44444;
	display: block;
	width: 100%;
}
#page_content ul.links li a {
	overflow: auto;
	width: 450px;
	padding: 10px;
	display: block;
	margin: 0 10px 20px 10px;
	background-color: #e0dfdb;
	font-family: "Century Gothic", "GE SS Two Light";
	font-size: 18px;
	color: #333;
	flex-grow: 1;
}
#page_content ul.links li a span.img {
	padding: 20px 0;
	border-width: 5px;
	border-color: #40b7bb;
	background-position: center center;
	background-size: cover;
	width: 80px;
	height: 40px;
	display: block;
	background-repeat: no-repeat;
	border-right-style: solid;
}
#page_content ul.links li a:hover {
	border-color: #f9b233;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.25);
}
#page_content ul.big_links {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: auto;
}
#page_content ul.big_links h3 {
	color: #e44444;
	display: block;
	width: 100%;
}
#page_content ul.big_links li a {
	width: 150px;
	padding: 0;
	display: block;
	height: 200px;
	margin: 0 10px 20px 10px;
	background-color: #e0dfdb;
	font-family: "Century Gothic", "GE SS Two Light";
	font-size: 18px;
	color: #333;
	flex-grow: 1;
	position: relative;
	overflow: hidden;
}
#page_content ul.big_links li a span {
	display: block;
	padding: 10px 0;
	position: absolute;
	bottom: 0px;
	z-index: 10001;
	background-color: #e44444;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	height: auto;
}
#page_content ul.big_links li a span.img {
	background-position: center center;
	background-size: cover;
	width: 150px;
	height: 200px;
	display: block;
	background-repeat: no-repeat;
}
#page_content ul.big_links li a:hover {
	border-color: #f9b233;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.25);
}

.block.iii {
	background-size: contain;
	border-width: 8px;
	border-color: #76c2af;
	margin: 10px;
	display: block;
	width: 300px;
	height: auto;
	flex-grow: 1;
	flex-shrink: 0;
	border-bottom-style: solid;
	background-repeat: no-repeat;
}
.block.iii.wt {
	background-position: 0px 66px;
	height: auto;
}
.block.iii.wt > a {
	margin-top: 200px !important;
	min-height: 100px;
	height: auto;
}

.block.iii:hover {
	border-color: #e44444;
	-webkit-box-shadow: 0px 10px 64px 0px rgba(0,0,0,0.25);
}
.blocks {
	background-image: url('images/split.png');
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	margin-top: 30px;
}
.blocks .block.iii h2 {
	font-family: "GE SS Two Light";
	background-color: rgba(118,194,175,0.8);
	height: 66px;
	color: #FFFFFF;
	line-height: 66px;
	text-align: center;
	font-weight: normal;
	font-size: 26px;
}
.blocks .block.iii > a {
	margin-top: 144px;
}
.block.iii > a {
	font-family: "GE SS Two Light";
	background-color: #fff;
	width: 100%;
	padding: 0 10px;
	display: block;
	margin-top: 210px;
	box-sizing: border-box;
	font-size: 18px;
}
#footer {
	background-color: #2f2f2f;
	min-height: 120px;
	margin-top: 20px;
	overflow: hidden;
}
#footer .contents {
	background-image: url('images/foot_logo.png');
	background-repeat: no-repeat;
}
#footer ul.links {
	width: 700px;
	min-height: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
#footer ul.links > li {
	display: block;
	font-family: "Century Gothic", "GE SS Two Light";
	font-size: 14px;
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 0;
	height: 26px;
}
#footer ul.links > li:first-child {
	display: none;
}
#footer ul.links > li > a {
	color: #FFFFFF;
	padding: 4px 2px;
	text-transform: capitalize;
	font-weight: normal;
	width: 140px;
	display: block;
}
#footer ul.links li a img {
	display: none;
}
#footer ul.links li ul {
	padding: 0;
	margin-top: 10px;
}
#footer ul.links li ul li {
	float: none;
	font-size: 14px;
	padding: 4px 2px;
	font-weight: normal;
	color: #c8e9ff;
}
#footer ul.links li ul li ul {
	display: none;
}
#footer ul.links li a:hover, #footer ul.links li a.current {
	color: #40b7bb;
}
#rights {
	margin: auto;
	font-family: Tahoma;
	font-size: 11px;
	color: #fff;
	height: auto;
	min-height: 16px;
	padding: 10px 30px;
	text-align: center;
	direction: ltr;
	background-color: #222;
}
#rights a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#rights span {
	display:block;
	padding: 1px;
}
#rights span:last-child {
	float: right;
}
#rights span:first-child {
	float: left;
}
#rights span:first-child a {
	background-position: -20px center;
	background-image: url('http://mongiddesigns.com/designs/mongid/icon.png');
	background-repeat: no-repeat;
}
#rights span:first-child:hover a {
	padding-left: 24px;
	background-position: 4px center;
}
#rights a:hover {
	color: #40b7bb;
	text-decoration: underline;
}
#socials {
	background-size: contain;
	background-position: center top;
	width: 220px;
	height: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	top: 20px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	padding-top: 50px;
}
#socials a {
	margin: 0px 0px 10px 0px;
	background-size: 80% 80%;
	height: 42px;
	width: 42px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition-property: background-position, background-size;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	opacity: 0.9;
}
#socials a.facebook {
	background-image: url('images/facebook.png');
}
#socials a.twitter {
	background-image: url('images/twitter.png');
}
#socials a.youtube {
	background-image: url('images/youtube.png');
}
#socials a.google {
	background-image: url('images/google.png');
}
#socials a.soundcloud {
	background-image: url('images/soundcloud.png');
}
#socials a.linkedin {
	background-image: url('images/linkedin.png');
}
#socials a.rss {
	background-image: url('images/rss.png');
}
#socials a:hover {
	background-size: 100% 100%;
	opacity: 1;
}
.clear {
	clear: both;
}
#top_nav ul.links li ul {
	right: 10px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
}
#top_nav ul.links li ul li {
	text-align: right;
}
#top_nav ul.links li ul li ul {
	right: 180px;
}
.contents h3 {
	padding-right: 0;
	padding-left: 60px;
}
.block.inpage .small_tools {
	left: 10px;
}
.block.inpage form input[type=text].input {
	float: right;
}
.block.inpage .attachs {
	margin-right: 10px;
	float: left;
}
.block.inpage .attachs a.img {
	float: left;
}
.block.inpage .files a {
	padding-right: 5px;
	padding-left: 70px;
}
.block.inpage .files a span {
	left: 4px;
}
#page_content ul.links li a span.img {
	float: right;
	margin-left: 10px;
}
#page_content ul.big_links li a span {
	right: 0px;
}
#footer .contents {
	background-position: left 20px;
}
#footer ul.links {
	padding-right: 0;
	padding-left:300px;
	float: right;
}
#footer ul.links > li {
	padding-right: 0;
	padding-left:30px;
}
#socials {
	left: 10px;
}