@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
/*************************
*******Typography******
**************************/

* {
    text-transform: capitalize;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}


/* The overlay effect with black background */
.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 88888;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9); /* Black with a little bit see-through */
  }
  
  /* The content */
  .overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
  }
  
  /* open button */
  .openBtn {
   float: left;
  }
  /* Close button */
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
  }
  
  .overlay .closebtn:hover {
    color: #ccc;
  }
  
  /* Style the search field */
  .overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    height: 50px;
    background: white;
    border-radius: unset;
  }
  
  .overlay input[type=text]:hover {
    background: #f1f1f1;
  }
  
  /* Style the submit button */
  .overlay button {
    float: left;
    width: 50px;
    height: 50px;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }
  
  .overlay button:hover {
    background: #bbb;
  }

/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-circle a {
 background-color: #969696;   
}




body {
    background: #fff;
    font-family: 'Droid Arabic Kufi', serif !important;
}

.container
{
/*	background: #fff;*/
}
.sumcat-1
{
    margin-bottom: 5px;
}
.sumcat-1 a,h5
{
    margin-top: 0;
}
.sumcat-1 .caption
{
    color: #fff;
    background: #fafafa;
    padding: 5px;
    border: solid 1px #ccc
}
.sumcat-1 img,
.sumcat-2 img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.sumcat-2 h5 {
/*    font-size: 16px;*/
    margin-bottom: 0;
/*    font-size: 11px;*/
}

.sumcat-2 {
    border-bottom: 1px solid rgba(245, 234, 234, 0.52);
    padding-bottom: 7px;
    padding-top: 5px;
}

.sumcat-2 a
{
    line-height: 20px
}
.sumcat-2 p {
    font-size: 11px;
    margin: 0
}

.art span a
{
    color: #9d9d9d
}
.art img
{
    height: 70px;   
    width: 70px; 
    border: 1px solid #ccc
}
a { 
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

a:hover,
a:focus {
    color: #C70000;
    text-decoration: none;
    outline: none;
}

.btn-eg {
    background-color: #a30059;
    border: 0 none;
    color: #fff;
    padding: 7px;
}

.btn-eg.focus,
.btn-eg:focus {
    color: #fff;
    background-color: #720842;
    border-color: #122b40
}

.btn-eg:hover {
    color: #fff;
    background-color: #6f0a41;
    border-color: #204d74
}

.btn-eg.active,
.btn-eg:active,
.open>.dropdown-toggle.btn-eg {
    color: #fff;
    background-color: #650d3d;
    border-color: #204d74
}

.title {
    text-shadow: 3px 3px 0 #afc7ce;
}
/*================================================header===================================*/
/*================================================header===================================*/
#head-bar {
    padding: 0px 6px;
    padding-top: 2px;
    background: #363636;
}

#head-bar a {
    color: #fff;
    padding-left: 5px;
    font-size:11px
}

#head-bar .form-control {
background: #333;
border-radius: 0;
color: #fff;
height: auto;
width: 109%;
border: 0;
    
}

#head-bar .input-group-addon {
  background-color: #333;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  padding: 6px 12px;
  text-align: center;
}


#head-bar form {
    margin: 0
}
.navbar-default {
    background-color: #B00001;
    margin: 0
/*
    border-bottom: 2px solid #292933;
	border-radius: 0
*/
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 12.7px;
}

.navbar-nav > li {
    border-left: 1px solid rgba(41, 41, 51, 0.22)
}

.navbar
{
    min-height: auto;
    border: 0;
    border-radius: 0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #363636;
    color: #fff;
 
}
.navbar-nav > li > a {
  padding: 12px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
    background: #363636;
    color: #eee
}
#top-bar {
    padding: 5px 2px;
	background: #fff;
/*	border: solid 1px #ccc*/
}
/*start slid */

.carousel-control.left {
    left: 0;
    padding: 20px;
    opacity: 1
}

.carousel-control.right {
    right: 0;
    opacity: 1
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    background: #B00001;
   width: 32px; height: 32px;
    text-align: center;
    padding: 5px;
	border-radius: 50%

}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    background: #B00001;
     width: 32px; height: 32px;
    text-align: center;
    padding: 5px;
	border-radius: 50%
}

.carousel-indicators {
    bottom: 0;
}

.carousel-indicators .active {
    background: #fff
}

.carousel-indicators .active {
    background-color: #fff;
    height: 10px;
    margin: 0;
    width: 10px;
}

.carousel-indicators li {
    border-radius: 0px;
    display: inline-block;
    height: 8px;
    margin: 8x;
    width: 8px;
}

.carousel-caption a {
    color: #fff
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
}

#slide-1 .carousel-caption {
    bottom: 30px;
    left: auto;
    padding: 10px;
    right: 0;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.news-img img
{
        border-radius: 5px;
        height: 140px;

}
.news-img {
    position: relative;
    margin-bottom: 10px;
}

.news-img img {
    width: 100%;
}
.padd{
    padding: 3px !important;
}
.vlLine {
    border-right: thick solid #DB0000;
    border-bottom: 1px solid #ff0000;
    padding: 5px;
    margin-bottom: 1px
}

.adds {
    color: #969F9F;
    font-size: 12px
}

section {
    margin: 0;
}

.news-img .carousel-caption {
    padding: 5px 0;
}

#slide-2 .carousel-control.right {
    left: 40px;
}

#slide-2 .carousel-control {
    left: none;
    top: none;
    width: none;
    bottom: 300px
}
/*endslider*/

#footer li a {
    color: #9F9F9F;
}

#footer li a:hover {
    color: #e2bcbc;
}

#footer h3 {
    color: #9F9F9F;
    font-size: 20px
}

#footer-copyright img {
    width: 50px
}

#footer-copyright a {
    color: #9F9F9F;
}

#footer-copyright a:hover {
    color: #e2bcbc;
}

#footer-copyright {
    clear: both;
    line-height: 22px;
    padding-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 58px;
}

#footer {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #434C51;
    background-image: url("../images/bg-footer.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    clear: both;
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    border-top: 4px solid #C70000;

}

.back {
    background: #6F0A41;
    color: #eaeaea;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    width: 70%
}

.back h3 {
    margin: 0;
}

#searchby {
    background-color: #ddd;
    border: solid 1px #ccc;
    padding: 10px;
    width: auto
}

.gototop {
background-color: #B00001;
border: 2px solid #fff;
bottom: 43px;
color: #fff;
cursor: pointer;
display: none;
font-size: 16px;
padding: 0 2px;
position: fixed;
right: 25px;}

.cat-titile
{
	border-right: 5px solid #C70000;
	background: #363636;
	color: #fff;
	padding: 5px;
	width: auto;
    border-radius: 5px;
	font-size: 16px;
	
}
.foot
{
	color: #fff;
	padding: 5px;
	width: auto;
	
}

.foot a
{
    color: #666;
    
    -webkit-transition:all 0.9s ease-in-out;
    -moz-transition:all 0.9s ease-in-out;
    -o-transition:all 0.9s ease-in-out;
    transition:all 0.9s ease-in-out;
}
.foot a:hover
{
    padding-right: 5px;
    color: #000;
}
#more li
{
    font-size: 12px;
    margin: 5px 2px;
    border-bottom: 1px solid rgba(224, 224, 224, 0.34);
    padding-bottom: 5px
}



.service li
{
    padding-top: 10px
}
#bottom-nav {
/*    padding: 7px 0;*/
    background: #363636;
    color: #fff;
    text-align: center
}

.topid {
    padding-top: 5px
}


#adds img {
    position: fixed;
    top:0;
    right: 0;
}
#adds-1 img {
    position: fixed;
    top:0;
    left: 0;
}

#brands img{
    float: left;
    padding: 5px;
    height: 90px;
    border: solid 1px rgba(237, 237, 237, 0.29);
}

.ticker {
    background: #363636;
    padding: 10px 16px ;
}
.ticker a{
    color: #eee
}
.ticker strong{
    color: #fff
}

.ticker div {
    display: inline-block;
    word-wrap: break-word;
}

.img-head
{
    margin: 5px 0
}
.img-head img
{
    height: 70px;
    
}

#mnue ul li a {
    font-family: tahoma;
    color: #fff
}
#mnue ul li {
    padding: 7px;
        border: solid 2px #fff;
    
/*    background: #f3faff;*/
    background: #B00001;
    margin-bottom: 4px;
    border-radius: 5px;
    
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
#mnue ul li:hover {
    background: #363636;
    cursor: pointer;

}




 
@media only screen and (min-width: 1080px) {
#home-page
{
    padding: 0 50px
}
}

#part a img {
margin: 2px
}
 

.sumcat-2  a{color:#333}
.cat-titile h2{font-size: 16px;margin: 6px;}