@import "css/reset.css";


@font-face {
	font-family: gest;
	src: url('css/gest.otf');
}

@font-face {
	font-family: univ;
	src: url('css/univ.ttf');
}

html {
	font-family: simplified arabic;
	color: #555;
	font-size: 15px;
}

body {
}

#header {
	max-width: 100%;
	background: url(img/header_bg.jpg) repeat-x center bottom;
	margin-bottom: 30px;
}

#logo {
	width: 100%;
	text-align: center;
}

h2 {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 5px;
}

#logo img {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	max-width: 813px;
}

.box {
	max-width: 940px;
	height: 100%;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.right {
	width: 90%;
	max-width: 58%;
	float: right;
}

.left {
	width: 90%;
	max-width: 38%;
	float: left;
}

.wrapper {
	width: 100%;
	min-height: 800px;
}

.tab {
	width: 90%;
	box-shadow: 0px 0px 5px #eee;
	padding: 5%;
	position: relative;
	margin-bottom: 30px;
}

.green_tab {
	position: absolute;
	top: -15px;
	left: 10px;
	background: #b8d455;
	height: 31px;
	line-height: 31px;
	text-align: center;
	padding: 0 20px;
	border-radius: 3px;
	color: #FFF;
	text-shadow: 1px 1px 1px #b6c776;
}

.tab strong {
	color: #4b4b4b;
	min-width: 200px;

}

.tab p {
	font-size: 15px;
	margin-bottom: 10px;
}

.tab ul li {
	margin-bottom: 10px;
	list-style: inside square;
	font-size: 13px;
	text-align: justify;
}

.tab ol li {
	list-style: inside decimal;

}

.the_margin {
	margin-right: 20px;
}


.header_button {
	width: 100%;
	height: 70px;
}

.minibox {
	width: 650px !important;
}

.blue_button {
	width: 150px;
	height: 47px;
	line-height: 47px;
	background: url(img/header_button.jpg) no-repeat;
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-family: gest;
	font-size: 13px;
	float: right;
	margin: 0 5px;
	margin-top: 10px;

}

#howto {
	display: none;
}

#infobox {
}

.howto_righttext {
	margin-left: 40px;
	float: right;
	width: 44%;
}

.howto_righttext  li ul {
    margin: 15px;
    line-height: 22px;
}

.howto_righttext  li ul li {
    font-size: 13px;
}

.blue_box {
	padding: 20px;
	margin-bottom: 55px;
	background: #2ca2d1;
	border-radius: 5px;
	float: left;
	width: 44%;
	color: #FFF;
	font-size: 10px !important;
	position: relative;
}

.notes {
	position: absolute;
	bottom: -80px;
	right: 20px;
}

#tabs_menu {
	width: 90%;
	margin: 0 auto;
	margin-top: -65px;
	height: 47px;
}

#tabs_menu li {
	width: 25%;
	height: 47px;
	float: right;
	list-style: none;
	text-align: center;
}

#tabs_menu li a {
	height: 38px;
	width: 177px;
	background: url(img/tabs_header.png) center top no-repeat;
	display: block;
	text-decoration: none;
	color: #676767;
	line-height: 38px;
}

#tabs_menu li a:hover {
	background: url(img/tabs_header.png) center -38px no-repeat;
	height: 47px;
	line-height: 38px;
	color: #FFF;
}

.howto_selected_tab {
	background: url(img/tabs_header.png) center -38px no-repeat !important;
	height: 47px !important;
	line-height: 38px !important;
	color: #FFF !important;
}

.howto_tab {
	display: none;
}

.showfirst {
	display: block;
}

.album-item {
	width: 25%;
	float: right;
}

.albums {
	margin-top: 35px;
}

.album-btn {
	    height: 38px;
    width: 177px;
    background: url(img/tabs_header.png) center top no-repeat;
    display: block;
    text-decoration: none;
    color: #676767;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
}

.photos {
	display: grid;
	max-width: 960px;
    margin: 0 auto 30px;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.photos .photo {
	position: relative;
	display: block;
}

.photos .photo img{
    width: 100%;
    object-fit: cover;
}

