﻿@font-face {
    font-family:'DIN Next LT Arabic Light';
    src:url('fonts/DINNextLTArabic-Light.ttf');
    src:local('âک؛'),
        url('fonts/DINNextLTArabic-Light.ttf') format('truetype');
    font-weight:lighter;
}
@font-face {
	font-family: "DIN Next LT Arabic Ultra Light";
    src:url('fonts/DINNextLTArabic-UltraLight.ttf');
    src:local('âک؛'),
        url('fonts/DINNextLTArabic-UltraLight.ttf') format('truetype');
    font-weight:100;
}
* {
	outline: none;
	transition-property: height, width, margin, padding, opacity, background-color, background-image, border, color, line-height, box-shadow, transform, filter;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    -webkit-transition-property: height, width, margin, padding, opacity, background-color, background-image, border, color, line-height, box-shadow, transform, filter;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}
html, body, h2, h3, h4, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: "DIN Next LT Arabic Light";
}
li {
	list-style-type: none;
}
body {
	background-position: right top;
	background-color: #eac536;
	overflow-x: hidden;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	color: #2785cb;
}

img {
	border-style: none;
}
img[alt=ordr] {
	position: absolute;
	top: 10px;
	left: 2px;
}
hr {
	border-style: none none solid none;
	border-width: 1px;
	color: rgba(0,0,0,0.12);
	height: 0;
    margin-top: 10px;
    width: 100%;
}
main {
	width: 1000px;
	margin: auto;
	overflow: auto;
	position: relative;
}
header {
	height: 250px;
	position: relative;
}
header #logo {
	background-size: contain;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 250px;
	height: 165px;
	display: block;
	position: absolute;
	top: 25px;
	left: 30px;
}
#nav-toggle { 
	display: none;
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 10001;
	direction: ltr;
	cursor: pointer;
	padding: 16px 36px 21px 6px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.35);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#nav-toggle span, 
#nav-toggle span:before, 
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 30px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px; 
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle span, 
#nav-toggle span:before, 
#nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, 
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
#socials {
	display: flex;
	width: 36px;
	position: fixed;
	left: 20px;
    bottom: 64px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 1000;
}
#socials a {
	background-size: 100% 100%;
	height: 36px;
	width: 36px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-filter: grayscale(50%); /* Chrome, Safari, Opera */;
	filter: grayscale(50%);
	opacity: 0.7;
}
#socials a:hover {
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
   	opacity: 1;
}
aside {
	width: 300px;
	float: left;
}
aside form[name=search] {
	overflow: hidden;
	margin-right: 20px;
	margin-left: 20px;
	display: flex;
}
aside form[name=search] input[type=submit] {
	border-style: none;
	background-position: center center;
	height: 36px;
	background-color: #00A1CB;
	color: #FFFFFF;
	width: 36px;
	flex-shrink: 0;
	display: block;
	text-align: center;
	background-image: url('images/search.png');
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
aside form[name=search] input[type=search] {
	border-style: none;
	width: 100%;
	height: 36px;
	background-color: #EAEAEA;
	padding: 0 5px;
	font-size: 18px;
	color: #333;
	margin-left: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
aside form[name=search] input[type=submit]:hover {
	background-color: #363636;
}

aside ul.links {
	margin: 10px 0;
}
aside ul.links li a {
	color: #fff;
	display: block;
	font-size: 20px;
	min-height: 26px;
	padding: 10px 20px;
}
aside ul.links li a:hover,
aside ul.links li a.current {
	padding-right: 30px;
	background-position: right center;
	background-color: rgba(0,0,0,0.05);
	background-image: url('images/menu_arrow.svg');
	background-repeat: no-repeat;
}
aside ul.links li span:first-child{
	display: none;
}
aside .addon {
	margin: auto 10px 10px 10px;
	display: block;
}
aside .addon img {
	margin: auto !important;
	max-width: 100%;
	max-height: 200px;
}
section,
article {
	padding: 20px;
	background-color: #fff;
	margin-left: 300px;
	overflow: auto;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	margin-bottom: 20px;
}
h2 {
	color: #2785cb;
	font-size: 26px;
	margin: 0 0 20px 0;
}
section ul.links,
article ul.links {
	margin: 10px 0;
}
section ul.links li a,
article ul.links li a {
	display: block;
	font-size: 20px;
	min-height: 56px;
	margin-bottom: 10px;
	border-radius: 28px;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
}
section ul.links li a:hover,
article ul.links li a:hover {
	background-color: rgba(0,0,0,0.05);
}
section ul.links li span:first-child,
article ul.links li span:first-child {
	display: block;
	width: 56px;
	height: 56px;
	margin-left: 10px;
	padding-top: 6px;
	box-sizing: border-box;
	color: #fff;
	font-size: 26px;
	line-height: 26px;
	text-align: center;
	background-color: #363636;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	float: right;
}
section ul.links li span:first-child sub,
article ul.links li span:first-child sub {
	display: block;
	font-size: 10px;
	line-height: 16px;
}
section ul.links.half,
article ul.links.half {
	display: flex;
	flex-wrap: wrap;
}
section ul.links.half li,
article ul.links.half li {
	flex-grow: 1;
	width: 50%;
}
section ul.links.half li a,
article ul.links.half li a {
	font-size: 16px;
}
article {
	font-size: 20px;
	overflow-x: hidden;
}
article small {
	color: #999;
	position: absolute;
    left: 10px;
    top: 10px;
}
article .path {
	margin-top: -10px;
	background-color: transparent;
	color: #999;
	font-size: 12px;
	text-transform: capitalize;
}
article .path a {
	background-size: 5px;
	color: inherit;
	background-repeat: no-repeat;
    padding-left: 12px;
    margin-left: 8px;
	background-position: left 6px;
	background-image: url('images/left_arrow.png');

}
article .path a:hover {
	color: #00A1CB;
}
article .attachs,
section .attachs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
article .attachs a,
section .attachs a {
	background-size: cover;
	background-position: center center;
	width: 145px;
	height: 145px;
	margin: 10px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	position: relative;
	flex-grow: 1;
    transition-property: transform, opacity, box-shadow;
	transition-duration: 0.2s;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: transform, opacity, box-shadow;
	-webkit-transition-duration: 0.2;
	-webkit-transition-timing-function: ease-in-out;
}
article .attachs a img.video,
section .attachs a img.video {
	padding: 50px 50px;
}
article .attachs a:hover,
section .attachs a:hover {
	-ms-transform: scale(0.95,0.95) !important; /* IE 9 */
    -webkit-transform: scale(0.95,0.95) !important; /* Safari */
    transform: scale(0.95,0.95) !important; /* Standard syntax */
	-moz-box-shadow:    0px 0px 15px 0px #999;
	-webkit-box-shadow: 0px 0px 15px 0px #999;
	box-shadow:         0px 0px 15px 0px #999;
}
article .files {
	overflow: auto;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
}
article .files a {
	margin: 5px;
	border-width: 3px;
	border-color: #DBDBDB;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	background-color: #EFEFEF;
	border-bottom-style: solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	flex-basis: 200px;
	flex-grow: 1;
	background-image: url('images/save.svg');
	background-repeat: no-repeat;
	background-size: 36px 36px;
}
article .files a:hover {
	background-color: #E5E5E5;
}
article .files a img {
	border-style: none;
	border-width: 0px;
	padding: 0;
	width: inherit;
	height: inherit;
}
/* --- Forms --- */
article form {
	display: flex;
	flex-wrap: wrap;
}
article form * {
	font-size: 18px;
	font-family: "DIN Next LT Arabic Light";
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
article form label {
	display: inline-block;
	line-height: 40px;
	width: 100px;
}
article form *:focus {
	border-color: #00A1CB;
}
article form select {
	min-width: 40px;
	height: 35px;
	margin: 5px;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 1px 2px 1px;
	box-sizing: content-box;
}
article form input[type=text],
article form input[type=search] {
	border-width: 1px 1px 2px 1px;
	height: 25px;
	width: 70%;
	flex-grow: 1;
	margin: 5px;
	padding: 5px 5px 5px 5px;
	background-color: #fff;
	color: #333;
	border-style: solid;
	border-color: #ccc;
	box-sizing: content-box;
}
article form input:focus {
	border-color: #298ccd;
}
article form input[type=submit],
input[type=button] {
	height: 40px;
	width: 150px;
	margin: 5px 15px 5px 5px;
	padding: 8px 5px 10px 5px;
	border-style: none;
	background-color: #00A1CB;
	color: #fff;
	display: block;
	cursor: pointer;
	border-color: #206080;
	border-bottom-style: solid;
	font-size: 18px;
	line-height: 20px;
}
article form input[type=submit]:hover {
	background-color: #2097D0;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
}
.gallery a {
	background-position: center center;
	background-size: cover;
	display: block;
	height: 200px;
	flex-grow: 1;
	background-repeat: no-repeat;
	max-width: 50%;
	margin: 10px;
}
.gallery a h4 {
	display: block;
	height: 60px;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 140px;
	background-color: rgba(0,0,0,0.5);
}

/* --- Pagination --- */
div.pagination {
	width: 70%;
	color: #fff;
	padding: 0px 0 10px 0;
	display: block;
	position: relative;
	height: 16px;
	font-weight: bold;
	box-sizing: border-box;
	margin-bottom: 20px;
	direction: ltr;
	text-align: left;
}
div.pagination a {
	color: #fff;
	padding: 0px 8px 2px 8px;
	text-decoration: none;
	font-weight: bold;
	margin-right: 2px;
	margin-left: 2px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
div.pagination a:hover, div.pagination a:active {
	color: #fff;
	background-color: #00A1CB;
}
div.pagination span.current {
	color: #fff;
	font-weight: bold;
	padding: 0px 8px 2px 8px;
	background-color: #00A1CB;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
div.pagination span.disabled {
	color: rgba(255,255,255,0.3);
	padding: 5px 10px;
	margin: 0 2px;
	font-weight: bold;
}
div.pagination .statics {
	margin-top: 5px;
	padding: 5px;
	font-family: tahoma;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	position: absolute;
	text-align: center;
	direction: rtl;
	height: 11px;
	top: -4px;
	direction: rtl;
	right: 5px;
	left: auto;
}
footer {
	display: block;
	background-color: #363636;
	overflow: auto;
}
footer ul.links {
	margin: 5px auto;
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	overflow: auto;
	position: relative;
}
footer ul.links li {
	min-width: 160px;
	margin: 0 5px 0 0;
}
footer ul.links li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
	padding: 2px;
	display: block;
}
footer ul.links li a:hover, #footer ul.links li a.current {
	color: #fff;
	text-decoration: underline;
}
#rights {
	margin: auto;
	font-family: Tahoma;
	font-size: 11px;
	color: #666;
	height: auto;
	min-height: 16px;
	padding: 10px 30px;
	text-align: center;
	direction: ltr;
	background-color: #363636;
}
#rights div {
	margin: auto;
	width: 1000px;
}
#rights a {
	color: #50A9D0;
	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('https://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: #FFFFFF;
	text-decoration: underline;
}
/*Back to top button */
#back-top {
	position: fixed;
	bottom: 10px;
	right: 30px;
    transition-property: opacity;
    transition-duration: 0s;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0s;
}
#back-top span {
	width: 64px;
	height: 64px;
	display: block;
	margin-bottom: 7px;
	background: url(images/top.png) center center no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #363636;
}
#back-top a:hover span {
	background-color: #00A1CB;
}

@media screen and (max-width: 999px) {
	main {
		width: 100%;
	}
	aside {
		width: 25%;
	}
	#socials {
		bottom: 220px;
	}
	section,
	article {
		margin: 0 10px 10px 25%;
	}
	div.pagination {
		width: 100%;
	}
	footer ul.links {
		width: 100%;
	}
	#rights div {
		margin: auto;
		width: 100%;
	}
}
@media screen and (max-width: 720px) {
	body {
		background-position: center top;
	}
	header {
		height: 200px;
	}
	header #logo {
		width: 50%;
		height: 165px;
		position: absolute;
		top: 0;
		left: 0;
	}
	#nav-toggle { 
		display: block;
	}
	aside {
		position: fixed;
		top: 0px;
		left: -110%;
		width: 70%;
		background-color: rgba(0,0,0,0.8);
		z-index: 101;
		height: 100vh;
		overflow: auto;
	}
	aside.sided {
		left: 0;
		-moz-box-shadow:    0px 0px 100px 130px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0px 0px 100px 130px rgba(0,0,0,0.5);
		box-shadow:         0px 0px 100px 130px rgba(0,0,0,0.5);
	}
	aside form[name=search] {
		margin-top: 60px;
		margin-left: 15px;
	}
	#socials {
		top: 110px;
		left: 15px;
		display: none;
	}
	#socials.sided {
		display: flex;
	}
	#socials a {
		-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */;
		filter: grayscale(0%);
		opacity: 1;
	}
	aside ul.links {
		margin-top: 0;
	}
	aside ul.links li a:hover,
	aside ul.links li a.current {
		background-color: #eac536;
	}
	section,
	article {
		margin: 0 10px 10px 10px;
	}
	section ul.links.half li,
	article ul.links.half li {
		flex-grow: 1;
		width: 100%;
	}
	section ul.links.half li a,
	article ul.links.half li a {
		font-size: 18px;
	}
	#rights span:last-child {
		float: none;
	}
	#rights span:first-child {
		float: none;
	}
}

















