@font-face {
	font-family: 'bodoni_mt_italic';
	src: url('../fonts/bodoni_mt_italic.eot');
	src: url('../fonts/bodoni_mt_italic.eot?#iefix') format('embedded-opentype'), url('../fonts/bodoni_mt_italic.woff') format('woff'), url('../fonts/bodoni_mt_italic.ttf') format('truetype'), url('../fonts/bodoni_mt_italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap
}

@font-face {
	font-family: 'georgia_bold';
	src: url('../fonts/georgia_bold.eot');
	src: url('../fonts/georgia_bold.eot?#iefix') format('embedded-opentype'), url('../fonts/georgia_bold.woff') format('woff'), url('../fonts/georgia_bold.ttf') format('truetype'), url('../fonts/georgia_bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display:swap
}


body {
	margin: 0;
	padding: 0;
	background: #fff;

	direction: rtl;
	overflow-y: scroll;
	overflow-x: hidden;
}



/*already exists at common.css
header, footer, article, section, nav, menu, a, img { 
   display: block;
   margin: 0;
   padding: 0;
}
*/

a {
	text-decoration: none;
}

img {
	border: none;
}

ul, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
h1, h2, h3 {
	font-weight: normal;
}

.table, .tableCell {
	width: 100%;
	height: 100%;
}
.table {
	display: table;
}
.tableCell {
	display: table-cell;
	vertical-align: middle;
}

/*.container {*/
overlay-content .container{
	position: relative;
	width: 95%;
	max-width: 1833px;
	margin: 0 auto;
}

#master {
	min-height: 100%;
	height: 100%;
}
#master #mainContainer {
	position: relative;
	height: 100%;
}

#blackOverlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	display: none;
}
#blackOverlay a.close {
	position: absolute;
	top: 16px;
	right: 25px;
	font: 4em Arial;
	text-transform: uppercase;
	color: #fff;
}
#blackOverlay a.close:hover {
	color: #cbcbcb;
}

.overlay-content header {
/*
	height: 131px;
*/
    height:108px;
}
/*
header .container, header .leaderboard, header #gheirLogo {
	height: 100%;
}

header .leaderboard {
	margin-right: 20.8%;
}
*/


header .leaderboardinside2ndheader,header .leaderboardinside2ndheader img{
    margin:0 auto;
}

header .container, header .leaderboardinside2ndheader, header #gheirLogo {
	height: 100%;
}
header .leaderboardinside2ndheader {
/*
	margin-right: 20.8%;
*/
    max-width:66%;
}
header .leaderboardinside2ndheader img {
    max-width:100%;
}

header #gheirLogo {
	position: absolute;
	top: 0;
	right: 0;
	width: 9.8%;
	min-width: 100px;
}
header #gheirLogo img {
	width: 100%;
}

#photoGalleryContainer {
	height: 470px;
	min-height: 470px;
/*
	height: calc(100% - 131px);
	height: -webkit-calc(100% - 131px);
	height: -moz-calc(100% - 131px);
*/
	height: calc(100% - 110px);
	height: -webkit-calc(100% - 110px);
	height: -moz-calc(100% - 110px);
	position: relative;
}
#photoGalleryContainer a.close {
	position: absolute;
	top: 19px;
	left: 19px;
	width: 27px;
	height: 27px;
	background: #757575;
	border-radius: 50%;
	font: 30px Arial;
	line-height: 7px;
	color: #1d1d1d;
	text-align: center;
	transition: background-color .5s;
	-webkit-transition: background-color .5s;
}
#photoGalleryContainer a.close:hover {
	background-color: #a2a2a2;
}
#photoGalleryContainer #mpuContainer {
	float: left;
	position: relative;
/*
	width: 350px;
*/
    width:25%;
	height: 100%;
/*
	padding-top: 110px;
*/
    padding:40px;
	background: #1d1d1d;
}
#photoGalleryContainer #mpuContainer .mpu {
	width: 300px;
	margin: 0 auto;
}
#photoGalleryContainer #mpuContainer .mpu img {
	width: 100%;
}
#photoGalleryContainer #photoGallery {
	float: right;
	position: relative;
	/*
	width: 500px;
	width: calc(100% - 350px);
	width: -webkit-calc(100% - 350px);
	width: -moz-calc(100% - 350px);
*/
	width:75%;
	height: 100%;
	direction: ltr;
}
#photoGalleryContainer #photoGallery .header {
	height: 53px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-right: 43px;
}
#photoGalleryContainer #photoGallery .header .right {
	float: right;
	height: 100%;
	width: calc(100% - 370px);
	width: -webkit-calc(100% - 370px);
	width: -moz-calc(100% - 370px);
}
#photoGalleryContainer #photoGallery .header .right a.sideMenu {
	position: relative;
	width: 26px;
	height: 100%;
	float: right;
}
#photoGalleryContainer #photoGallery .header .right a.sideMenu .whiteBar {
	position: absolute;
	width: 100%;
	height: 2px;
	right: 0;
	top: 50%;
	background: #000;
	transition: background .2s;
	-webkit-transition: background .5;
}
#photoGalleryContainer #photoGallery .header .right a.sideMenu:hover .whiteBar {
	background: #cbcbcb;
}
#photoGalleryContainer #photoGallery .header .right a.sideMenu .whiteBar:first-child {
	margin-top: -10px;
}
#photoGalleryContainer #photoGallery .header .right a.sideMenu .whiteBar:nth-child(2) {
	margin-top: -1px;
}
#photoGalleryContainer #photoGallery .header .right a.sideMenu .whiteBar:last-child {
	margin-top: 8px;
}
@keyframes animateSideMenuButton {
	to {
		margin-top: -1px;
		opacity: 0;
	}
}
@-webkit-keyframes animateSideMenuButton {
	to {
		margin-top: -1px;
		-webkit-opacity: 0;
	}	
}
#photoGalleryContainer #photoGallery .header .right h1 {
	float: right;
	margin-right: 44px;
	height: 100%;
	font: 21px 'ge_flow_bold';
	line-height: 20px;
	color: #222;
	width: calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: -moz-calc(100% - 70px);
}

#photoGalleryContainer #photoGallery .header .left {
	float: left;
	height: 100%;
}
#photoGalleryContainer #photoGallery .header .left a.social {
	float: left;
	height: 100%;
	transition: opacity .5s;
	-webkit-transition: -webkit-opacity .5s;
}
#photoGalleryContainer #photoGallery .header .left a.social:hover {
	opacity: .3;
	-webkit-opacity: .3;
}
#photoGalleryContainer #photoGallery .header .left a.social img {
	height: 100%;
}
#photoGalleryContainer #photoGallery .header .left a.thumbs {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#photoGalleryContainer #photoGallery .header .left .numbering {
	float: left;
	width: 107px;
	height: 100%;
	text-align: center;
	cursor: default;
	direction: ltr;
}
#photoGalleryContainer #photoGallery .header .left .numbering .number {
	font: 18px 'georgia_bold';
	color: #000;
}
#photoGalleryContainer #photoGallery .header .left .numbering .of {
	font: 17px 'bodoni_mt_italic';
	color: #999;
}

#photoGalleryContainer #photoGallery #photosContainer {
/*
	height: 300px;
	height: calc(100% - 55px);
	height: -webkit-calc(100% - 55px);
	height: -moz-calc(1005 - 55px);
	background: #f5f5f5;
	padding: 3% 19%;
    padding:40px;
*/
    height:100%;
	text-align: center;
/*
	background-color:white;
*/
	background-color:rgb(245, 245, 245);
}

#photoGalleryContainer #photoGallery #photosContainer .gallary-row{
    position: relative;
}
#photoGalleryContainer #photoGallery #photosContainer .gallary-row:active{
	outline:none;
}
#photoGalleryContainer #photoGallery #photosContainer a.nav {
	position: absolute;
	top: 50%;
	margin-top: -26px;
	width: 52px;
	height: 52px;
	background-position: top;
	background-repeat: no-repeat;
}
#photoGalleryContainer #photoGallery #photosContainer a.prev {
	background-image: url(../images/photo_gallery_nav_prev.png);
	right: 2.9%;
}
#photoGalleryContainer #photoGallery #photosContainer a.next {
	background-image: url(../images/photo_gallery_nav_next.png);
	left: 2.9%;
}
#photoGalleryContainer #photoGallery #photosContainer a.nav:hover {
	background-position: bottom;
}
#photoGalleryContainer #photoGallery #photosContainer figure {
	margin: 0;
	padding: 0;
	height: 99%;
	width: 100%;
	position: relative;
	/* display: none; */
	vertical-align: middle;
}
@keyframes resetFigure {
	to {
		transform: translateX(0);
		opacity: 1;
	}
}
@-webkit-keyframes resetFigure {
	to {
		-webkit-transform: translateX(0);
		-webkit-opacity: 1;
	}
}
@-moz-keyframes resetFigure {
	to {
		-moz-transform: translateX(0);
		-moz-opacity: 1;
	}
}
#photoGalleryContainer #photoGallery #photosContainer .gallary-row img.gallery-item {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	display: inline-block;
	max-height: 1012px;
	height: 100%;
}
#photoGalleryContainer #photoGallery #photosContainer .gallary-row .socialShareIcons {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 50;
        direction: rtl;
}
#photoGalleryContainer #photoGallery #photosContainer .gallary-row .socialShareIcons a {
	display: inline-block;
	margin-left: 6px;
	transition: opacity .5s;
	-webkit-transition: -webkit-opacity: .5s;
}
#photoGalleryContainer #photoGallery #photosContainer .gallary-row .socialShareIcons a:last-child {
	margin-left: 0;
}
#photoGalleryContainer #photoGallery #photosContainer .gallary-row .socialShareIcons a:hover {
	opacity: .8;
	-webkit-opacity: .8;
}

#photoGalleryContainer #photoGallery #photosContainer .gallary-row.thumb {
	float: right;
	width: 23.5%;
	height: 90px;
	overflow: hidden;
	margin-left: 2%;
	margin-bottom: 2%;
	cursor: pointer;
	transition: opacity .5s;
	-webkit-transition: -webkit-opacity .5s;
}
#photoGalleryContainer #photoGallery #photosContainer .gallary-row.thumb img {
	width: 100%;
	height: auto;
	max-width: none;
	max-height: none;
}
#photoGalleryContainer #photoGallery #photosContainer .gallary-row.thumb:nth-child(4n) {
	margin-left: 0;
}
#photoGalleryContainer #photoGallery #photosContainer .gallary-row.thumb:hover {
	opacity: .8;
	-webkit-opacity: .8;
}





















/*new*/
.overlay-content {
    height:100%;
}
#photoGalleryContainer {

}
#photoGalleryContainer #photoGallery .header {
    background-color:#fff;
}
.overlay-content header {
	background-color:rgba(245, 245, 245, 0.62);
}

header .close2{
    position: absolute;
    top: 0;
    left: 0;
    font: 20px ge_flow_bold;
    line-height: 7px;
    color: #1d1d1d;
    transition: background-color .5s;
    -webkit-transition: background-color .5s;
    height: 100%;
    font-size: 36px;
    color: #2c2c2c;
	font-family: arial;
}
header .close2 div:hover{color:#caa072;}

.overlay-bg .container{
    max-width:initial;
}

.newopenthumbs {
    position:absolute;left:4%;top:10%;
}
    .newopenthumbs .newopenthumbs_thumbs {
        opacity:0.3;
    }
        .newopenthumbs .newopenthumbs_thumbs img{
            width:100%;
        }
/*new*/




















@media screen and (max-width:1200px) {
	#photoGalleryContainer {
		min-height: auto;
	}
	    #photoGalleryContainer a.close {
		    top: auto;
		    bottom: 10px;
		    background: #fff;
		    color: #222;
		    box-shadow: -2px 2px 5px rgba(0,0,0,.6);
		    -webkit-box-shadow: -2px 2px 5px rgba(0,0,0,.6);
		    -moz-box-shadow: -2px 2px 5px rgba(0,0,0,.6);
	    }
        #photoGalleryContainer #photoGallery #photosContainer {
            padding:30px;
        }
/*
	#photoGalleryContainer #mpuContainer {
		display: none;
	}
	#photoGalleryContainer #photoGallery {
		width: 100%;	
	}
*/
}

@media screen and (max-width:1024px) {
    #photoGalleryContainer #photoGallery,#photoGalleryContainer #mpuContainer{width:50%;}
    #photoGalleryContainer #photoGallery #photosContainer {padding:20px;}
}
@media screen and (max-width:976px) {
       #photoGalleryContainer #photoGallery #photosContainer .gallary-row img.gallery-item{
        	height:auto;
        }
       a.prev2,a.next2{display:none !important;}
}
@media screen and (max-width:640px) {
	header .leaderboardinside2ndheader {
		display:none;
	}
    header #gheirLogo {
        width:auto;
        max-width:50%;
    }
	#photoGalleryContainer {
/*
		height: 100%;
*/
        overflow:scroll;
	}
        #photoGalleryContainer #photoGallery, #photoGalleryContainer #mpuContainer {
            float:none;
            width:100%;
            height:auto;            
        }
            #photoGalleryContainer #photoGallery #photosContainer figure img {
                margin:0!important;
            }


	#photoGalleryContainer #photoGallery .header {
		padding-right: 15px;
	}
	#photoGalleryContainer #photoGallery .header .left a.social, #photoGalleryContainer #photoGallery .header .left .numbering, #photoGalleryContainer #photoGallery #photosContainer a.nav {
		display: none;
	}
	#photoGalleryContainer #photoGallery .header .left a.thumbs {
		display: block;
	}
	#photoGalleryContainer #photoGallery .header .right {
		width: calc(100% - 70px);
		width: -webkit-calc(100% - 70px);
		width: -moz-calc(100% - 70px);
	}
	#photoGalleryContainer #photoGallery .header .right h1 {
		font-size: 15px;
		margin-right: 15px;
	}
	#photoGalleryContainer #photoGallery #photosContainer {
		padding: 0;
	}

    .newopenthumbs{left:initial;right:4%;top:4%;}
        .newopenthumbs .newopenthumbs_thumbs{opacity:1;}

        #photoGalleryContainer #photoGallery #photosContainer .gallary-row img.gallery-item{
        	height:auto;
        }
}
@media screen and (max-width:425px) {
	#photoGalleryContainer #photoGallery #photosContainer figure.thumb {
		width: 32%;
		height: 60px;
		margin-left: 2%;
		margin-bottom: 2%;
	}
	#photoGalleryContainer #photoGallery #photosContainer figure.thumb:nth-child(4n) {
		margin-left: 2%;
	}
	#photoGalleryContainer #photoGallery #photosContainer figure.thumb:nth-child(3n) {
		margin-left: 0;
	}
}

/*inner page style*/
/*inner page style*/
/*inner page style*/

 .main-content
    {
        margin: 0 auto;
    }

    .overlay-bg
    {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /*cursor: pointer;*/
        background:#fff; /* fallback */
        /*background: rgba(0,0,0,0.75);*/
        z-index: 999999999;
    }

    .overlay-content
    {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
       
    }

.block-box{position:relative;}
.videdetailslink1{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 99;
    display: inline;
    color: white;
    width: 186px;
    height: 85px;
    background-color: rgba(255, 255, 255, 0.76);

    text-align: center;

}
.videdetailslink1 a:before{content:"\f030";font-family:fontawesome;color:black;margin-bottom: 13px;/* position: absolute; */top: 14px;right: 0;display: block;left: 0;font-size: 21px;}

.videdetailslink1 a{display: inline-block;
    color: black;
    font-size: 16px;
    font-family: mj_dubai_medium;
    font-weight: 400;
    letter-spacing: -0.5px;
    width: 186px;
    height: 85px;
    padding: 20px 15px 15px;}


    .meta a.nav.prev {
        margin-left:6px;
    }
    .meta a.nav.prev:hover, a.nav.next:hover {
        background: #caa072;
        color: #fff;
    }
    .meta a.nav.prev, a.nav.next {
        display: inline-block !important;
        width: 48px;
        height: 48px;
        border-radius: 24px;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        background: rgba(51,51,51,0.7);
        color: rgba(255,255,255,0.4);
        -moz-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
	.meta a.nav.next.coloratfirstload{background:#caa072;color:#fff;}
	
    .meta .fa{
        font: normal normal normal 14px/1 consolas;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .meta .fa-angle-right:before {
        content: "<";
                display: inline-block;
        width: 48px;
        height: 48px;
        line-height: 44px;
        padding-right: 16px
    }
    .meta .fa-angle-left:before {
        content: ">";
                display: inline-block;
        width: 48px;
        height: 48px;
        line-height: 44px;
        padding-right: 16px
    }
    .meta .numbering {
        color: #767676;
        font-size: 13px;
        margin-right: 15px;
        display:inline-block;
    }
     .meta .numbering span{
     	padding: 0 5px;
         float:right;
     }
        .meta .numbering .of {
            font: 14px 'bodoni_mt_italic';
            display: inline-block;
        }
        .meta .numbering .firstnumber {
            display: inline-block;
            margin-right: 4px;
            color: #d5d5d5;
            font-style: normal;
            font-weight: 600;
        }
        .meta .numbering .lastnumber {
        	
display: inline-block;
        }

    #photoGalleryContainer .mpuContainer{
        overflow-x:hidden;
        overflow-y:scroll;
    }
    #photoGalleryContainer h2{
        font: 21px 'ge_flow_bold';
        line-height: 1.4em;
        color: #fefefe;
        margin: 26px 0 16px;
    }
    #photoGalleryContainer .phototitle{
        font: 1.8em 'ge_mb_mb_medium';
        line-height: 1.3em;
        color: #fefefe;
        display:none;
    }



    #photosContainer figure.thumb img { margin-top: 0!important; }
	
	
	.videdetailslink1 a.show-popup{display:none;}
	.disabler-spin{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;}
	.disabler-spin:after{
		content:"\f110";
		font-family:fontawesome;
		color:white;
		position:absolute;
		font-size:20px;
		top:0;right:0;left:0;bottom:0;
		margin:auto;
		display:inline-block;
		width:20px;height:20px;
		-webkit-animation: fa-spin 1s infinite linear;
		animation: fa-spin 1s infinite linear;
	}
	
	
	
	a.prev2{position:absolute;top: 50px;bottom:0;right: 0;width:50%;z-index: 12;}
	a.next2{position:absolute;top: 50px;bottom:0;left: 0;width:50%;z-index: 12;}

    a.next2:after{
		content:"\f053";
		color: #2c2c2c;
		font-family:fontawesome;
		position: absolute;
		opacity: 0;
		left: 10px;
		top: 0;
		bottom: 0;
		font-size: 4em;
		margin: auto;
		width: 27px;
		height: 37px;
		transition: opacity .6s ease-out;
		-moz-transition: opacity .6s ease-out;
		-webkit-transition: opacity .6s ease-out;
		-o-transition: opacity .6s ease-out;
	}
	a.prev2:after{
		content:"\f054";
		color: #2c2c2c;
		font-family:fontawesome;
		position: absolute;
		right: 10px;
		/* left: 0; */
		top: 0;
		bottom: 0;
		opacity: 0;
		font-size: 4em;
		margin: auto;
		width: 27px;
		height: 37px;
		transition: opacity .6s ease-out;
		-moz-transition: opacity .6s ease-out;
		-webkit-transition: opacity .6s ease-out;
		-o-transition: opacity .6s ease-out;
	}
	a.prev2:hover:after{
opacity:0.60;
	}
	a.next2:hover:after{
opacity:0.60;
	}

	@media screen and (max-width:425px){
		a.prev2,a.next2{display:none;}
	}
