body, input, select, textarea{
	font-size:12px;
	font-family: 'Almarai', sans-serif;
}

h1, h2, h3{margin:0;}
h2{font-size: 1.5rem;}

html, body{background-color:#000;}
a{text-decoration:none;}

body, pre{color:#FFF;}
#login{color:#444;}
a{color:#DDD;}
/*
.facebook{color:#3b5998;}
.twitter{color:#38A1F3;}
.instagram{color:#c32aa3;}
*/
a:hover, footer li a:hover {color:#EB690B;}
.facebook:hover, .twitter:hover, .instagram:hover {color:#EB690B;}

html, body{height:100%;}
body{
	background-image: url(/assets/hp/bg.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#container{
	position:relative;
	min-height:100%;
	overflow:hidden;
	padding-bottom:80px;
}
canvas {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100% !important;
	max-height: 100% !important;
	z-index: 0;
}
.bg-dark {
    background-color: transparent !important;
}
.navbar{z-index:1000;}
.hpnav .navbar{
	position: absolute;
	right: 0;
	width: 100%;
}
/* .navbar-collapse{
	background-color: rgba(0,0,0,0.7);
	padding-left:1rem;
	padding-right:1rem;
	position: absolute;
	right:3rem;
	top:3rem;
	z-index: 9999;
} */
.navbar-brand{font-size: 14pt;}
.navbar-dark .navbar-toggler{
	border:0;
	border-radius:0;
	font-size: 18px;
	color:#FFF;
}
.navbar-dark .navbar-toggler-icon{background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.75);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255,255,255,1);
}
.dropdown-menu{
	background-color: transparent;
	margin: 0;
	padding: 1px o;
	text-align: right;
}
.dropdown-item{
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
}
.dropdown-item:focus, .dropdown-item:hover{
	background-color:transparent;
	color:rgba(255, 255, 255, 1);
}

#audio{
	margin-right: 10px;
	vertical-align: middle;
}
.player {
	display: inline-block;
	text-align:right;
	vertical-align: middle;
}

.player .info {
	display: inline-block;
	vertical-align: middle;
}
.player .info div {
	display: inline-block;
	vertical-align: middle;
}
.player .info .name {
	font-size: 12px;
	font-weight: 700;
}

.player .info .singer {
	font-size: 12px;
	margin-left: 10px;
}

.player .btns {
	display: inline-block;
	margin:0 15px;
	vertical-align: middle;
}

.player .btns div:nth-child(1) {
	border: 1px solid #FFF;
	border-radius: 5px;
	cursor: pointer;
	font-size: 12px;
	width: 60px;
	text-align: center;
}

.player .progress-bar {
	position: absolute;
	height: 2px;
	left: 0;
	top: 0;
	background-color: #00a8ff;
}

#content{
	padding-top: 20px;
	position:relative;
	clear:both;
}
#txt ol {margin-left:40px;}
.totop{
	position: fixed;
	bottom:110px;
	right: 110px;
	font-size: 24px;
	font-weight: 100;
}
.item1{
	padding:100px 0 100px;
	position:relative;
}
.item1::before{
	background-color: rgba(255, 255, 255, 0.4);
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin-top: 100px;
	position: absolute;
	width: 100%;
	z-index: 999;
}

.hp-info .info-up{
	margin-top: 3em;
	margin-bottom: 5em;
}
.hp-info .title, .pag-info .title{
	display: block;
	font-size: 9px;
	text-transform: uppercase;
}
.hp-info .value, .pag-info .value{
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1em;
}
.pag-info{
	position: absolute;
	width: 100%;
	z-index: 999;
}
.pag-info h2{margin-bottom: 1em;}
.pag-info .pag-up{
	float:left;
	margin-top: 2em;
	width:300px;
}
.pag-info .pag-up .float-right{
	width:auto,
}
.pag-text{
	position: absolute;
	clear:left;
	top: 25em;
	max-width:600px;
	margin-right: 15px;
}
.sn a{margin-left: 5px;}
footer::before{
	content:"";
	display:block;
	height:0px;
	width:100%;
}
footer{
	font-size: 0.9rem;
	height:80px;
	margin-top:-80px;
}
footer .text{font-size: 11px;}
footer ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
footer li a{
	display: block;
    height: 14px;
	text-transform:uppercase;
}
#footer .col-md-1:first-child li a, #footer .col-md-2:first-child li a, #footer .col-md-3:first-child li a, #footer .col-md-4:first-child li a, #footer .col-md-5:first-child li a, #footer .col-md-6:first-child li a, div#footer li:first-child a{font-weight:bold;}
#sn{
	height:40px;
	float:right;
}
#sn a{
	background-image:url(../img/sn.png);
	background-repeat:no-repeat;
	display:block;
	height:25px;
	width:25px;
	margin-bottom:5px;
}
#snfb {background-position:-40px 0;}
#snbl {background-position:0 0;}
#snin {background-position:-80px 0;}
#sntw {background-position:-120px 0;}
#snfb:hover {background-position:-40px -40px;}
#snbl:hover {background-position:0 -40px;}
#snin:hover {background-position:-80px -40px;}
#sntw:hover {background-position:-120px -40px;}
#mailinfo{clear:right;}

.zoomIcon {
    background: url("../img/zoom_ico.png") repeat scroll 0 0 transparent;
    height: 33px;
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
}

.zoomImg{cursor:pointer;}
.foto{position:relative;}
.full-screen {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}





.gal {
	display:block;
	float:left;
	width:680px;
}
.gal li{
	float:left;
	list-style-type:none;
}
.gal a{
	display:block;
	height:150px;
	margin:0 0 25px 20px;
	width:150px;
}

.popupbox {
	background-color:#FFF;
	margin:20px auto;
	padding:20px;
	position:relative;
	max-width:800px;
}

.error{color:#C00;}
input.error, textarea.error, select.error{background-color:#FFDDDD;}

#capt{
	margin:5px 0;
	cursor:pointer;
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg{opacity:0;}
#login{
	background-color:rgba(0,0,0, 0.4);
	margin:20px auto;
	padding:20px;
	position:relative;
	max-width: 400px;
	z-index: 1;
}
#login h2{
	font-size: 12pt;
	font-weight:normal;
	color:#FFF;
}
.form-control:focus{box-shadow: none;}
.mfp-close{font-size: 16px;}
#login .form-control{
	background-color: transparent;
	border:0;
	border-radius:0;
	border-bottom:1px solid #FFF;
	color:#FFF;
	padding-left: 0;
}
#login .mfp-close{color:#FFF;}
#login .subm{
	background-color: transparent;
	border: 0;
	color: #FFF;
	text-align: right;
}
#credits{
	background-color:#fff;
	color:#000;
	margin:20px auto;
	padding:40px 20px 30px;
	position:relative;
	max-width: 150px;
}
#panpot{
	background:url(../img/panpot.gif) no-repeat top left;
	display:block;
	height:24px;
	margin-left:50px;
	width:50px;
}
#panpot:hover{background:url(../img/panpot.gif) no-repeat top right;}

#yoursmile{
	background:url(../img/yoursmile.gif) no-repeat top left;
	display:block;
	height:37px;
	margin-left:50px;
	width:37px;
}
#yoursmile:hover{background:url(../img/yoursmile.gif) no-repeat top right;}


.thumbnail, .img-thumbnail {box-shadow:none;}
.thumbnail{
	border:0;
	padding:0;
	margin-bottom:0;
}

#loginbut{
	position: relative;
/*	position: absolute;
 	right: 3%;
	top:3%;
	color:#FFF;
	z-index: 999; */
}
.middle{
	color:#FFF;
	left:3%;
	font-size: 14pt;
	position: absolute;
	width: 94%;
	z-index: 999;
	margin: 0;
  	position: absolute;
  	top: 53%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.middle::before{
	/* content: " ";
	display: block;
	background-color: rgba(255, 255, 255, 0.2);
	width: 100%;
	height: 1px;
	margin-bottom: 10px;
	position: absolute;
	top:-10px;
	z-index: 999; */
}
.dida{
	display: none;
	font-size: 12px;
	opacity: 0;
	position: absolute;
	right:30%;
}
.overlay{
	background-color: #000;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.gs_reveal {
   opacity: 0;
   transition: transform 0s;
}
.mysvg{max-width:1440px;}

.min-vh-90{min-height: calc(100vh - 230px) !important;}
.carousel::before{
	content:"";
	left:0;
	position: absolute;
	top:50%;
	border-top: 1px #FFF solid;
	border-color:rgba(255, 255, 255, 0.0);
	width: 100%;
	z-index: 999;
}

.carousel-inner{
	margin:0 auto;
/*	max-width:1640px;*/
}
.carousel-item img{width: 100%}
.carousel-caption {
	bottom:0;
	top:0;
	left:4.5rem;
	right:4.5rem;
	text-align: left;
}
.carousel-title{
	position: absolute;
	bottom:50%;
	font-size: 1rem; /* 8 */
	line-height: 1rem; /* 7.5 */
	/* font-weight:bold;
	text-transform: uppercase; */
}
.carousel-text{
	font-size: 1.5rem;
	position: absolute;
	top:51%;
	text-transform: uppercase;
}
.carousel-fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
/*
    opacity:0.6;
*/
}
.carousel-control-next, .carousel-control-prev{
	width:100%;
	z-index: 999;
}
.carousel-animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100px, 0);
		transform: translate3d(0, -100px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100px, 0);
		transform: translate3d(0, -100px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@media \0screen {img{width:auto;}}
@media (max-width:991px){
	.mysvg{
		height:100%;
		width:100%;
	}
	#login{
		background-color:rgba(0,0,0, 0.4);
		margin:0 10%;
	}
}
@media (max-width:992px){
	.navbar-toggler{
		float: right;
		margin-top: -7px;
	}
	.navbar-header{
		/* text-align: right; */
		width:100%;
	}
	.carousel-caption{left:3rem;}
}

@media (max-width:768px){
	.mysvg{
		height:100%;
		width:100%;
	}
	.px-5{
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.totop{right:15px;}
	.navbar-header{
		/* text-align: right; */
		width:100%;
	}
	.navbar-toggler{
		padding-right:0;
	}
	.navbar.px-5{
		/* padding-right:0 !important; */
	}
	.carousel-caption{left:1rem;}

}
@media(min-width:980px) and (max-width:1199px){
}
