﻿
html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	width:100%;
	background: #dbd0cb;
	text-align:justify;
    font-size: 16px;
	color: #545454;
	direction: rtl;
	font-family: Tahoma;
}
body img:hover{
	opacity: 0.7;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Droid Arabic Kufi', Arial;
	color: #a8532d;
}
h2 {
	padding: 0px 0px 20px 0px;
	font-size: 18px;
}
p, ol, ul {
	margin-top: 0px;
}
p {
	line-height: 180%;
}
strong {
	color: #2C2C2C;
}
a {
	color: #2C2C2C;
	
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
img.border {
}
img.alignleft {
	float: left;
}
img.alignright {
	float: right;
}
img.aligncenter {
	margin: 0px auto;
}
hr {
	display: none;
}
.shadow{
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
	margin: 7px;
}
.color{
	color: #a8532d;
}
/** WRAPPER */
#wrapper {
	overflow: hidden;
	width: 1200px;
	margin: 50px auto;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);
}
.container {
	width: 1200px;
	margin: 0px auto;
}
.clearfix {
	clear: both;
}
/** HEADER */
.header {
	overflow: hidden;
	height: 150px;
	background: #a8532d;
}
/* Logo */
.logo {
	float: right;
	width: 300px;
	text-align: center;
	padding: 30px 0px 0px 40px;
	text-transform: uppercase;
}
.logo h1 {
	padding: 5px 10px 0px 0px;
}
.logo h1 a {
	text-decoration: none;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
}
.logo h3 a {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.logo p {
	display: block;
	margin-top: -10px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
	font-size: 12px;
	color: #FFFFFF;
}
.logo p a {
	color: #FFFFFF;
}
/* Menu */
.menu {
	float: left;
	width: 830px;
	padding: 60px 50px 0px 0px;
}
.menu ul {
	float: right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}
.menu li {
	float: right;
}
.menu a {
	
	margin-left: 1px;
	padding: 7px 0px 7px 30px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
		font-family: 'Droid Arabic Kufi', Arial;

}
.menu a:hover, menu .current_page_item a {
	text-decoration: none;
	border-radius: 5px;
	color: #FFFFFF;
}
.nav-container {
  display: none;
  width: 345px;
  
}
/** PAGE */
#page {
	overflow: hidden;
	width: 1100px;
	margin: 0px 50px;
	padding: 20px 0px;
	border-bottom: 1px solid #DEDEDE;
}
#page h2 {
}
#page a{
    color: #929389;
}
/* gallery */
div.gallery {
    border: 1px solid #ccc;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
		margin-bottom: 30px;
}



@media only screen and (max-width: 480px) {
    .responsive {
        width: 100%;
				margin-bottom: 10px;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.video-view{
	width: 737px;
	height: 500px;
}
#image-view{
	padding-bottom: 50px;
}
#image-view img:hover{
	opacity: 1;
}
/** CONTENT */
#content {
	float: left;
	width: 750px;
}
#content h2 {
	font-size: 20px;
}
#content h3 {
	font-size: 16px;
    margin: 5px 5px 10px 5px;
}
#content p {
	
	font-size:15px;
	font-weight:bold;

}
#content a{
	font-size:15px;
	font-weight:bold;
}

.left{
	text-align: left;
	direction: ltr;
}
/* news content */
.news {
	margin-bottom: 30px;
	margin-top: 0px;
}
.news p{
	font-weight: bold;
		font-size: 16px;
		padding: 10px 10px 30px 0px;
		border-bottom: 3px solid #DEDEDE
}
.news img {
	float: left;
	width: 32px;
	height: 32px;
	margin: 5px;
}
.info {
	float: right;
	width: 100px;
	text-align: left;
}


/** 2boxes content **/
.box-content{
    position: relative;
    display: inline-block;
     width: 350px;
    margin-left: 10px;
	
}

#content:box-content{
	font-size:10px;
}
.boxesdown{
	width: 235px;
	position: static;
	display: inline-block;
	float: right;
	margin-left: 10px;
	
}

.boxesdown img{
	height: 100px;
	width: 150px;
}
.boxesdown h2{
	padding-right:20px;
}
.boxesdown p{
	padding-right: 35px;
}
.wFull p{
	padding-right:55px;
}
#box {
    text-align: center;
   position: relative;
    display: inline-block;
    align-content: center;
     width: 120px;
    margin: 10px;
    
}


/** SIDEBAR */
#sidebar {
	float: right;
	width: 300px;
	
}
#sidebar p {
	font-size:14px;
	font-weight:bold;
}
#sidebar h3{
	font-size:16px;
	font-weight:bold;
}
.side-box{
	width: 150px;
	display: inline-block;
	float :right;
}
/** tables **/
#table {
	width: 1200px;
}
/* Footer */
#footer {
	overflow: hidden;
	margin: 0px 0px;
	padding: 5px 0px;
	color:#ffffff;
	background-color:#6d6d6d;
	border-top: 5px solid #6d6d6d;
}
#footer p {
	text-align: center;
	font-size: 12px;
}
#footer a {
	color: #ffffff;
}
/* Three Column */
#three-column {
	overflow: hidden;
	margin: 0px 50px;
	padding: 20px 0px;
}
#three-column h2{
	font-size:16px;
}
#three-column a{
		font-size:13px;
		font-weight:bold;
}
#three-column h2{
	color: #000000;

}
#three-column #tbox1 {
	float: left;
	width: 300px;
	margin-right: 50px;
}
#three-column #tbox2 {
	float: left;
	width: 400px;
}
#three-column #tbox3 {
	float: right;
	width: 300px;
}
/* List Style 1 */
ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.style1 li {
	padding: 10px 0px 15px 0px;
	border-top: 1px solid #DEDEDE;
}
ul.style1 a {
	text-decoration: none;
	color: #545454;
}
ul.style1 a:hover {
	text-decoration: underline;
}
ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}
/* List style 2 */
ul.style2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.style2 li {
	padding: 25px 0px 15px 0px;
	border-top: 1px solid #DEDEDE;
}
ul.style2 .first {
	padding-top: 0px;
	border-top: none;
}
ul.style2 h3 {
	padding: 0px 0px 10px 0px;
}
ul.style2 h3 a {
	text-transform: none;
	color: #373737;
}
ul.style2 a {
	text-decoration: none;
	color: #919191;
}
ul.style2 a:hover {
	text-decoration: underline;
}
/* Button Style 1 */
.button-style {
	display: inline-block;
	margin-top: 20px;
	padding: 7px 20px;
	background: #CF4A41;
	border-radius: 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
		font-family: 'Droid Arabic Kufi', Arial;

}
.search2{
    width: 250px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
input[type=text]:focus {
    width: 100%;
}
img.alignright {
	float: right;
}
img.alignleft {
	float: left;
}
/** WRAPPER */
/** HEADER */
/* Logo */
#logo {
	float: right;
	padding: 40px 50px 0px 0px;
}
#logo h1 {
	padding: 5px 0px 0px 10px;
}
#logo h3 {
	padding: 10px 0px 0px 10px;
}
/* Menu */
#menu {
	float: left;
	padding: 60px 0px 0px 50px;
}
#menu ul {
	float: left;
}
#menu li {
	float: right;
}
#menu a {
	margin-right: 1px;
	padding: 7px 30px 7px 0px;
	margin-left: auto;
}
/** PAGE */
/** CONTENT */
#content {
	float: right;
}
/** SIDEBAR */
#sidebar {
	float: left;
}
/* Footer */
/* Three Column */
#three-column #tbox1 {
	float: right;
	margin-left: 50px;
	margin-right: auto;
}
#three-column #tbox2 {
	float: right;
	margin-top: 50px;
}
#three-column #tbox3 {
	float: left;
}
/* List Style 1 */
/* List style 2 */
/* Button Style 1 */
/* icons */
.fab {
  padding: 20px 10px 20px 10px; ;
  font-size: 17px;
  width: 50px;
	border-radius: 3px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fab:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}


