*{
margin: 0;
padding: 0;
direction: rtl;
}
@font-face {
    font-family: 'DroidKufiRegular';
    src: url('fonts/DroidKufi-Regular.eot');
    src: url('fonts/DroidKufi-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidKufi-Regular.woff') format('woff'),
         url('fonts/DroidKufi-Regular.ttf') format('truetype'),
         url('fonts/DroidKufi-Regular.svg#rsuregular') format('svg');
}
h1{font-size: 42px;}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
}

i{
	padding-top: 10px;
}
p{font-family: "DroidKufiRegular", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;}

a, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}
section a:hover{
	color: #EB6B56;
}
#toplinks{padding-top:150px;}
#navbar{
	width: 100%;
	border-bottom: 1px solid #dedede;
	position: fixed;
    top:0;
    left:0;
    right:0;
    height: 100px;
	background-color: #fff;
	filter:alpha(opacity=100);
	opacity:0.9;
}
.fixedw-navbar{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	//background: #f5f5f5;
}
.all-navbar{
margin-top: 10px;
}
.left-navbar{
	float: left;
    width: 400px;
    text-align: center;
}
.right-navbar{
	float: right;
	width: 300px;
}

/*////////////Container////////////*/
#container{
	font-size: 14px;
	color: #808284;
    font-family: "DroidKufiRegular", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px #ffffff;
    text-align: center;
    padding: 5px;
	}
.left-column
{
float:left;
width: 130px;
padding-top: 20px;
padding-bottom: 20px;
 
// background-color:red;
}
.right-column
{
float:right;
width: 130px;
padding-top: 20px;
padding-bottom: 20px;

//background-color:green;
}
.center-column
{
margin:auto;
width: 130px;
padding-top: 20px;
padding-bottom: 20px;
    
//background-color:blue;
}
.left-column:hover{ background-color: #f8f8f8;  transition: background-color 0.5s ease;}
.right-column:hover{ background-color: #f8f8f8; transition: background-color 0.5s ease;}
.center-column:hover{ background-color: #f8f8f8; transition: background-color 0.5s ease;}
/*////////////Container////////////*/


/*///////////Banner///////////*/
#section-4{height: 100px;}
#banner{
	width: 100%;
	height: 450px;
    background-image: url("img/banner-pic.jpg");
    background-position: center; 
    background-repeat:no-repeat;
	background-color: #4d4136;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: lighter;
}

.fix-banner{
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    //background-image: url("img/banner-pic.jpg");
    background-position: center; 
    background-repeat: no-repeat;
    height: 430px;

}

.web_msg{
    width: 500px;
    padding: 20px;
    margin-top:100px;
    background-color:rgba(0,0,0,0.6);
    float:left;
}
/*///////////Banner///////////*/


#section-1{
	width: 100%;
	background-color: #fff; //#d2c5be
	height: 550px;
    display: block;
    text-shadow: 1px 1px #ffffff;
}
.fix-Terra-cotta{
	width: 970px;
    height: 450px;
	margin-left: auto;
	margin-right: auto;
    padding: 20px;
    background-image: url("img/social-media.png");
    background-repeat: no-repeat;
    background-size: 350px;
    background-position:left;

}
.fix-Terra-cotta-left{
	float: left;
	//background: red;
	width: 20%;
	margin: 70px;
}
.fix-Terra-cotta-right{
	float: right;
	width: 630px;
	//background: blue;
	color: #808284;
	font-size: 20;
	margin-top: 90px;
    font-family: "DroidKufiRegular", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; 
}
#section-2{
	width: 100%;
	height: 600px;
	background-color: #6b5e52;
    background-image: url("img/bg-2.jpg");
    background-repeat: repeat;
}
.fix-Chambary{
	width: 970px;
    height: 450px;
	margin-left: auto;
	margin-right: auto;
    padding-top:120px;
    color: #fff;
    font-family: "DroidKufiRegular", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; 
}
.fix-Chambary-left{
	float: left;
	//background: red;
	width: 280px;
    height: 300px;
	color: #fff;
    margin: 10px;
    padding: 10px;
    

}
.fix-Chambary-right{
	float: right;
	width: 280px;
    height: 300px;
	//background: blue;
    margin: 10px;
    padding: 10px;

}

.fix-Chambary-center{
    float: left;
	width: 280px;
    height: 300px;
	//background-color: gray;	
    margin: 10px;
    padding: 10px;

}

.fix-Chambary-right:hover{ background-color: #065e30; border-bottom: 1px #d1f1e0  dashed; transition: background-color 0.5s ease;}
.fix-Chambary-center:hover{ background-color: #065e30; border-bottom: 1px #d1f1e0  dashed; }



.links{
    
    border: 1px #ccc solid;
    padding: 10px;
    margin: 5px;
}
.links:hover {background-color: #fbcc24 ; transition: background-color 0.5s ease;}


.clear{
	clear: both;
}


#footer{

    height: 50px;
    background: #c09b15  ;

}
.fix-footer{
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    color: #fff;
    font-family: "DroidKufiRegular", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
}

/* ////////// Form inputs /////////*/
.textbox{
	width: 340px;
	padding: 10px;
	margin: 10px;
}
.submit{
	background: orange;
	width: 100px;
	height: 60px;
	border: 1px solid #fff;
	border-radius: 5px;
	margin: 5px;
	color: #fff;
	font-size: 16px;
}
.submit:hover{
background: #475577; 
}
.selection{
	width: 140px;
	height: 10px;
	padding: 10px;
	margin: 10px;
}
/* ////////// Form inputs /////////*/

#order{
	margin: 20px;
}







// ========================

#psection-1{
	width: 100%;
	background-color: #fff; //#d2c5be
	height: 550px;
    display: block;
    text-shadow: 1px 1px #ffffff;
}
.pfix-Terra-cotta{
	width: 970px;
	margin-left: auto;
	margin-right: auto;
    padding: 20px;
    color: #808284;
	font-size: 20;
	margin-top: 90px;
    font-family: "DroidKufiRegular", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; 

}
.pfix-Terra-cotta-left{
	float: left;
	//background: red;
	width: 20%;
	margin: 70px;
}
.pfix-Terra-cotta-right{
	float: right;
	width: 630px;
	//background: blue;
	color: #808284;
	font-size: 20;
	margin-top: 90px;
    font-family: "DroidKufiRegular", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif; 
}