/*
===========================================================
 * * Free Responsive Menu from http://egrappler.com/  * *
===========================================================

 */
 


body {

}

.PL0 { padding-left:0; }
.make-round { border-radius:4px 0px 0px 4px;}

/* brand */
.navbar .brand {
	font-size: 13px;
	font-family:adobe_garamond_regular;
	color:#202020; 
	line-height: 20px;
	text-transform: uppercase;
}
/* .navbar{min-height:100px;} */
.navbar .brand:hover {
  color: #fff;
}

/* navbar */
.navbar .nav{
	margin:0px !important;
	/* width: 482px; */
	width: 483px;
    float: left;
	padding-left: 32px;
}
.navbar-inner {
  border: 0px solid #FB5755;
  background:#FB5755;
}

.navbar .nav>li {
/* border-right:2px solid #ebe9e9; */
float: right;
/* min-height:100px; */
}

.navbar .nav>li:hover {
   /* background:url(../images/active_link.jpg) repeat-x;  */
   /* border-top: #e30613 solid 63px; */
  color:#fff;
 
}

}
.navbar .nav a {  font-style:normal !important; /*font-weight:bold;*/ }
.navbar .nav>li:hover > a {
  color:#fff;
  
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
  color: #e30713 !important;
/* background: url(../images/hover_link.jpg) repeat-x; */
   -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
   transition: all 1s ease;
   border-top: #fff solid 63px;
   background: none;
}

/* disabled link */
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
  color: rgb(100, 100, 100);
  border: 1px solid transparent;
  
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -ms-box-shadow: 0 0 0;
  -o-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  position: relative;
  top: 25px;
  left: -6px;
} 

.navbar .nav>li:last-child {
	border-right: none; 
}

/* active link */
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
  color: #fff !important;
  text-decoration: none;
  /* background:url(../images/active_link.jpg) repeat-x;    */
   border-top: #e30613 solid 63px;
   background: none;
}
/*  */
.navbar .nav>li>a {
	float: none;
	 padding: 7px 12px 10px; 
    color: #fff !important;
	font-size:15px !important ;
	text-decoration: none;
	/* font-family: 'bein-ar-normal'; */
	text-shadow: none !important;
	border-top: rgba(0,0,0,0) solid 63px;
	font-family: 'droidkufi-regular';
}


/* dropdown */
ul.nav-child.unstyled.small {
/* list-style: none;
padding-left: 2px;
margin-top: 0px;
z-index: 32;
position: absolute; */
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
	z-index: 32;
	position: absolute;
	margin-left: -12px;
}
.dropdown-menu {
  padding: 5px 0;
  border: 0px solid #000;
  margin-top: 0px !important;
  margin-left: 2px !important;
 
/*background:#FB5755;*/
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius:  0px 0px 4px 4px;

}

.dropdown-menu>li>a {
  padding: 7px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  color: #1e1e1e !important;
  font-size:16px !important ;
  text-decoration: none;
  font-family: adobe_garamond_regular;
  
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
  color: #fff !important;
  text-decoration: none;
  /* background: #3b88a3; */
 
}

/*  shows the dropdown on hover*/
.navbar ul.nav li:hover > ul.dropdown-menu {
  display: block;
}



/* before and after */
.navbar .nav > li > .dropdown-menu::before,
.navbar .nav > li > .dropdown-menu::after {
  display: none;
} 

/* utilities */
.text-left { text-align: left;}
.text-center { text-align: center;}
.text-right { text-align: right;}

/* *******************************************************************
 * Responsive Media                                                  *
 * *******************************************************************/
/* Large desktop */
@media (min-width: 1200px) {}

@media (min-width: 1024px) and (max-width: 1100px) {
  .navbar-search .search-query:focus{
    width: 70px;
  }
}
 
 
/* Portrait tablet to landscape and desktop */ 
@media (min-width: 768px) and (max-width: 979px) {
  .PL0 {
padding-left: 20px;
}
.PT20 { padding-top:20px;}
  .navbar .brand {
    padding-bottom: 18px;
  }
  
 
  
  /* link background */
  .nav-collapse .nav>li>a:hover, .nav-collapse .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.55);
  }
  
  /* active link */
  .nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	
  }
  
  .nav.social-icons{
    text-align: center;
  }
  
  .nav.social-icons li{
    float: none;
    display: inline-block;
    border: 1px solid #000;
  }
  
  .nav-collapse .navbar-form, .nav-collapse .navbar-search {
    border: 0;
  }
  
  /* search form */
  .navbar-search {
    text-align: center;
  }
  
  .navbar-search .search-query{
    width: 100px;
    border: 1px solid #000;
  }

  .nav-collapse, .nav-collapse.collapse {
    height: auto;
    overflow: hidden;
  }
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
  
  .navbar .brand {
    padding-bottom: 18px;
  }
  
    .PL0 {
padding-left: 20px;
}
.PT20 { padding-top:20px;}
  
  /* link background */
  .nav-collapse .nav>li>a:hover, .nav-collapse .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.55);
	
  }
  
  /* active link */
  .nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  
  .nav.social-icons{
    text-align: center;
  }
  
  .nav.social-icons li{
    float: none;
    display: inline-block;
    border: 1px solid #000;
  }
  
  .nav-collapse .navbar-form, .nav-collapse .navbar-search {
    border: 0;
  }
  
  /* search form */
  .navbar-search {
    text-align: center;
  }
  
  .navbar-search .search-query{
    width: 100px;
    border: 1px solid #000;
  }

  .nav-collapse, .nav-collapse.collapse {
    height: auto;
    overflow: hidden;
  }

}
 
/* Landscape phones and down */
@media (max-width: 480px) { 
  
  .nav-collapse, .nav-collapse.collapse {
    height: auto;
    overflow: hidden;
  }
  
}

/* dropdown menu style
===================================*/


ul.nav-child.unstyled.small li {
color:  #e30713 ;
font-size: 14px;
font-family: 'square721_dmnormal';
height: 40px;
padding-top: 7px;
background-color: rgba(227, 7, 19, 0.7);
width: 100px;
margin: 0 auto;
text-align: center;
}
ul.nav-child.unstyled.small li a{
color: #fff;
/* font-family: 'bein-ar-normal'; */
font-size: 12px;
font-family: 'droidkufi-regular'

}
ul.nav-child.unstyled.small li a:hover{

-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
text-decoration:none;
/* background-color:#fff; */
}
ul.nav-child.unstyled.small li:hover {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
text-decoration:none;
background-color:#fff;
}
ul.nav-child.unstyled.small li:hover >a{
color: #e30713 !important;
}
.navbar .nav>li ul{
display:none;
}
.navbar .nav>li:hover ul{
display:block;
}