/*

Designed By: Ayman Benhamida
Website: www.ayman.benhamida.com
Email: contact@aymanbenhamida.com

*/


/* FRONTEND CSS
*********************************************/
@font-face{
    font-family: "GESSTwoMedium";
    src: url('../fonts/GESSTwoMedium.otf'),
    url('../fonts/GESSTwoMedium.otf'); /* IE */
}
@font-face{
	font-family: "GESSTwoBold";
    src: url('../fonts/GESSTwoBold.otf'),
    url('../fonts/GESSTwoBold.otf'); /* IE */
}

html{	height: 100%;
}

html {
	overflow-y: scroll;
	background:#f4f4f4;
}
body {
	background: #f8f8f8;
	background-size: 100% 130%, 200px 200px;
    font-family: "GESSTwoMedium"!important;
	direction:rtl;
}

.container{
	width:1024px;
	background:#fff;
	margin:0 auto;
}
* { margin: 0; padding: 0; }
.clear { clear: both; }
img { border:none; }
a{text-decoration:none;}

P, span{
	color:#000;
	font-weight:300;
	font-size:14px;
	line-height: 1.6;
}
.menu p {
	color:#000;
	font-weight: normal;
	font-size:10px;
	line-height: normal;
}
/* LAYOUT
*********************************************/
/* Floats */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}

#header{
	width:1004px;
	background:rgba(255,255,255,0.7);
	position:absolute;
	margin:15px 10px;
	padding:0;
	z-index:100;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.26);
	   -moz-box-shadow: 0 0 6px rgba(0,0,0,.26);
	        box-shadow: 0 0 6px rgba(0,0,0,.26);
}

#header-a{
}
.customlogo{
	float: right;
	display: block;
	position: relative;
}

#header-b{
	float: right;
	width: 250px;
	position: relative;
	right: 283px;
	left:0;
}
#header-c{
	float: right;
	width: 232px;
	position: relative;
	right: 322px;
	top: 10px;
	left:0;
}

#mainnav{
	position: relative;
	float: left;
}
.nav{float:left;}
.nav li{
	float:right;
	list-style:none;
	display:inline;
	color: #c62127;
}
.nav a{
	border: none;
	color:#c62127;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.nav a span {
	color:#c62127;
	text-transform: uppercase;
	font-weight: 700;
	display:block;
	padding: 20px;
}

.nav a:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.nav a:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #c62127;
}
.nav a:hover,
.nav a span:hover {
	color: #fff;
}

.nav a:hover:after,
.nav a:active:after {
	height: 100%;
}
.wk-slideshow .caption{
	color:#505050;
	font-size:48px;
	font-weight:200;
	background: #fff;
	border:1px solid #f4f4f4;
	left:inherit!important;
	bottom:20px;
	right:20px;
	padding: 20px;
	-webkit-box-shadow: 0 5px 6px -6px #505050;
	   -moz-box-shadow: 0 5px 6px -6px #505050;
	        box-shadow: 0 5px 6px -6px #505050;

}
#content{
	margin: 10px;
	border: 1px solid #ddd;
	padding: 20px;
}

.home-2 #content, .sponsorship-2 #content, .careers-2 #content, .contact-us-2 #content{
	background: url(../images/branch_gray.png) bottom center no-repeat;
}

#content ul{margin: 5px;padding-right:20px;padding-left:0;}
#content ul li{
	color:#000;
	font-weight:300;
	font-size:16px;
	line-height: 1.6;
	list-style-type:disc;
}

#bottom-a{
	background:#f4f4f4;
	border:1px solid #dedede;
	margin:10px 10px 20px 10px;
	padding: 10px;
}

#footer{
	position:relative;
	height: 45px;
	background:#c62127;
}

#inner{
	margin: 0 auto;
	width: 518px;
	height: 36px;
	display: block;
	margin-top: 7px;
}

#copyrights{
	color: #f4f4f4;
	height: 36px;
	line-height: 36px;
	position: relative;
	font-weight: 300;
	font-size: 12px;
	text-align:center;
	float:right;
	width:380px;
	margin:0 20px;
}


#ufood{
	display:block;
	background: url(../images/ufood.png) center no-repeat;
	text-indent:-9999px;
	height: 36px;
	width: 36px;
	float:right;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin:0 5px;
}

#ufood:hover{
	background: url(../images/ufood_hov.png) center no-repeat;
	height: 36px;
	width: 36px;
}

/* Contact page
*********************************************/
#rsform_3_page_0{margin:20px auto;}
.formField {
	display: block;
	overflow: auto;
	color: #505050;
	text-transform:uppercase;
	font-weight:300;
}
#Message{height:178px;}
#captchaTxt28{
	width:200px!important;
}
button, input, select{
	height:30px;
	width:300px;
}
button, input, select, textarea {
    font-family: "GESSTwoMedium";
	font-size: 100%;
	margin:5px 0 0 0;
	background:#f4f4f4;
	border:none;
	-webkit-box-shadow: 0 5px 6px -6px #505050;
	   -moz-box-shadow: 0 5px 6px -6px #505050;
	        box-shadow: 0 5px 6px -6px #505050;
}
.rsform-submit-button {
	-webkit-appearance: button;
	cursor: pointer;
	width: 150px;
	background: #c62127;
	color: #fff;
	-webkit-box-shadow: 0 5px 6px -6px #505050;
	   -moz-box-shadow: 0 5px 6px -6px #505050;
	        box-shadow: 0 5px 6px -6px #505050;
	position: relative;
	top: 0;
	margin: 0;
	float: left;
}
.rsform-submit-button:active{box-shadow:none;}

/* Media Queries
*********************************************/
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  
}
/* Landscape phones and down */
@media (max-width: 480px) {
  
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* Large desktop */
@media (min-width: 1200px) {
  
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}