﻿html {
    height: 100%;
}
body {
	color: #354c5c;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	background: none;
	margin: 0;
	height: 100%;
	overflow: hidden;
}
body.arabic {
	direction: rtl;
	letter-spacing: 0;
}
a {
    text-decoration: none;
    color: #8c7d54;
}
a:hover {
    color: #54482b;
}
.butn {
    background: #a39161;
    display: inline-block;
    color: #fff;
    line-height: 25px;
    height: 25px;
    padding: 0 10px;
	text-transform: uppercase;
}
.butn:hover {
    background: #8c7d54;
	color: #fff;
}
.butn img.lnk {
    margin-bottom: -1px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(53,76,92,0.4);
    margin: 5px;
    padding: 0; 
}
.main {
    background: rgba(255,255,255,0.87);
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.pswp {
	border: 1px solid rgba(53,76,92,0.87);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ctr {
	position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.main.vid {
	max-width: 672px;
	height: auto;
}
.main.men {
	max-width: 1120px;
	max-height: 630px;
}
.pswp.men {
    max-width: 1120px;
    max-height: 630px;
}
.main.ext {
	max-width: 500px;
	height: auto;
}
.main.lnks {
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
    height: auto;
}
.main.home {
	max-width: 480px;
    height: auto;
	background: transparent;
}
.main.txt {
    max-width: 960px;
    max-height: 540px;
}
.main.pdfs {
    max-width: 1120px;
    max-height: 630px;
}
iframe {
    width: 100%;
    height: 100%;
}
iframe.object {
    border: 1px solid rgba(53,76,92,0.87);
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-top: 39px;
}
embed {
    width: 100%;
    height: 100%;
}
.top {
	position: fixed;
	width: 100%;
	z-index: 99;
}
.index .top {
    width: auto;
    position: absolute;
    top: 1px;
    right: 1px;
    background: transparent !important;
}
body.arabic.index .top {
    top: 1px;
    left: 1px;
}
h3.title {
    display: inline-block;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
	float: left;
    margin: 0;
	padding-left: 3px;
    text-transform: uppercase;
	overflow: hidden;
    white-space: nowrap;
}
body.arabic h3.title {
	padding-right: 3px;
	padding-left: 0;
	float: right;
}
h4 {
    text-transform: uppercase;
    margin: 20px 0px 15px;
	font-size: 15px;
}
h4.title {
	margin-top: 5px;
}
.menu h4 {
    margin: 10px 0 0;
}
h5 {
    font-size: 12px;
    margin: 15px 0px 10px;
}
p {
    margin: 10px 0;
    line-height: 16px;
}
p.ar {
	direction: rtl;
	letter-spacing: 0;
}
.home p {
    font-size: 11px;
    line-height: 15px;
    margin: 0 0 5px;
    color: rgba(53,76,92,0.63);
}
.content {
    position: relative;
    margin: 0;
    height: 100%;
    overflow: auto;
    padding: 40px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border: 1px solid rgba(53,76,92,0.87);
}
.home .content {
    border: 0;
	padding: 0;
}
.inner {
    height: 100%;
    margin: 0 auto 0;
    padding: 15px;
    text-align: justify;
    overflow-y: auto;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.home .inner {
    text-align: center;
}
.ext .inner {
    text-align: center;
}
video {
	width: 100%;
    height: auto;
    max-width: 640px;
}
.links a {
    display: block;
    padding: 5px 7px;
    margin-top: 10px;
    text-align: left;
    height: auto;
}
body.arabic .links a {
    text-align: right;
}
.home .links a {
    font-weight: bold;
    display: inline-block;
    padding: 0;
    height: 24px;
    width: 89px;
	margin: 15px 5px 10px;
	background-image: url(en.png);
	background-repeat: no-repeat;
}
.home .links a.ar {
	background-image: url(ar.png);
}
.links a:first-child {
    margin-top: 0;
}
.links .butn img.lst {
    margin-bottom: -3px;
}
.menu {
	text-align: center;
	padding-bottom: 10px;
}
.menu a {
    display: inline-block;
    margin: 7px 5px 5px;
}
.menu a img {
    display: block;
    width: 150px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	border: 2px solid #fff;
}
.menu a span {
    display: block;
	margin-top: 5px;
}
.pswp__top-bar{
	height: 40px;
	padding: 5px 7px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(53,76,92,0.87) !important;
	color: #fff;
}
.pswp__bg {
	background: transparent !important;
}
.my-gallery,
.pswp__button--close,
.pswp__button--share,
.pswp__button--fs,
.pswp__counter {
	display: none !important;
}
.pswp__caption {
    background-color: rgba(255,255,2555,0.87) !important;
}
body.app .pswp__caption {
    background-color: transparent !important;
}
.pswp__caption__center {
	color: #354c5c;
	font-size: 12px;
	text-align: center;
	max-width: 100%;
}
body.menu .pswp__caption__center {
    text-transform: lowercase;
    font-style: italic;
}
body.menu .pswp__caption__center span {
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
}
.pswp__top-bar, .pswp__item {
	pointer-events: none;
}
.pswp__top-bar button,
.pswp--zoom-allowed .pswp__img {
	pointer-events: auto;
}
.pswp__top-bar button,
.pswp__top-bar .topbutton {
	background-color: #a39161;
	background-image: url(close.png);
	background-size: 28px 28px;
	width: 26px;
	height: 26px;
	margin: 2px 0 0 7px;
	border: 1px solid #fff;
}
.pswp__top-bar button:hover,
.pswp__top-bar .topbutton:hover {
	background-color: #8c7d54;
}
.pswp__top-bar .topbutton {
    display: block;
    padding: 0;
    float: right;
    pointer-events: auto;
	background-position: -2px -2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pswp__top-bar button,
.pswp__button--zoom,
.pswp--zoomed-in .pswp__button--zoom {
	background-position: -2px -2px !important;
}
.pswp__button--zoom {
	background-image: url(zoomin.png) !important;
}
.pswp--zoomed-in .pswp__button--zoom {
	background-image: url(zoomout.png) !important;
}
.pswp__button--mnu,
.pswp__top-bar .topbutton .mnu,
.topbutton.mnu {
	background-image: url(menu.png) !important;
}
body.arabic .pswp__top-bar button,
body.arabic .pswp__top-bar .topbutton {
	margin: 2px 7px 0 0;
}
body.arabic .pswp__button, .pswp__preloader {
    float: left;
}
a.app {
    float: none !important;
    width: auto;
    height: 42px;
    display: inline-block;
    background: transparent;
    margin: 10px;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    border: 1px solid #354c5c;
    padding: 0;
}
a.app:hover {
    border-color: #8c7d54;
	background: transparent;
}
a.app:hover img{
    margin-top: -42px;
}
.pswp__button--arrow--left::before, .pswp__button--arrow--right::before {
	background-color: #a39161;
	border: 2px solid #fff;
	opacity: 0.7;
}
.pswp__button--arrow--left:hover::before, .pswp__button--arrow--right:hover::before {
	background-color: #8c7d54;
	opacity: 1;
}
.pswp__ui--idle .pswp__top-bar,
.pswp__counter,
.pswp__button,
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 1;
}
.pswp__counter {
	left: 50%;
}
@media screen and (max-width: 1024px) {
	body.arabic .pswp__preloader {float: left;}
	}