@import url(http://fonts.googleapis.com/earlyaccess/notokufiarabic.css);
* {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

body {
    font-family: 'Noto Kufi Arabic', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.wrap {
    width: 1100px;
    margin: 0px auto;
    text-align: right;
}

#header {
    min-height: 110px;
    background: #fbfbfb url("../img/bgsd.png");
}

.logo {
    float: right;
    width: 110px;
    display: inline;
    margin: 20px 0px;
}

.website-title {
    float: right;
    width: 350px;
    margin: 20px 0px;
}

.website-title h3 {
    font-weight: normal;
    color: #717171;
    text-transform: uppercase;
    font-size: 15px;
}
.website-title a{
    color: #717171;
}

.social {
    float: left;
    width: 350px;
    /*margin: 20px 0px;*/
    margin: 48px 0px;
    text-align: left;
}

.social .social-icon {
    height: 40px;
    width: 40px;
    display: inline;
    float: left;
    margin-right: 5px;
    background: #777;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    transition: background 0.5s linear;
}

.social-icon.fb-icon:hover {
    background: #3b5998;
}

.social-icon.tw-icon:hover {
    background: #55acee;
}

.social-icon.yt-icon:hover {
    background: #cd201f;
}

.social-icon.linked-icon:hover {
    background: url("../img/linked.png");
}

.social-icon.insta-icon:hover {
    background: #3f729b;
}

.search {
    border: 1px solid #ABABAB;
    height: 40px;
    line-height: : 40px;
    margin-top: 5px;
    background: #fff;
    position: relative;
    padding: 0px 10px;
    /*width:198px;*/
    /*margin-right: 175px;*/
}

.search input {
    background: none;
    border: none;
    padding: 8px 0px;
    width: 100%;
    text-align: right;
    outline: none;
    color: #32639A;
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.search-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #C34141;
    background-size: cover;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.clear {
    clear: both;
}

.nav {
    background: #C34141 url("../img/bg_nav.png");
    height: 45px;
    line-height: 45px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px #aaa;
}

.sub-nav {
    background: #363636;
    line-height: 40px;
    height: 40px;
}

.nav li,
.nav ul {
    display: inline;
}

.nav li:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.nav li {
    float: right;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    padding-right: 12px;
}

.nav li:hover {
    background: rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.15);
}

.nav li a {
    color: #fff;
    text-decoration: none;
    margin-left: 12px;
    font-size: 15px;
    text-shadow: 1px 1px 1px #000;
}

.content {
    border-bottom: 2px solid #ACACAC;
    min-height: 200px;
    background:#fff url(../img/gr.png) repeat-x bottom left;
	padding-bottom: 30px;
}

.footer {
    background: #181818;
    direction: rtl;
}

.footer .col {
    width: 25%;
    float: right;
    display: inline;
    margin: 20px 0px;
}

.footer .col .holder {
    padding: 10px;
}

.footer .col h3 {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}

.footer .list {
    margin-right: 25px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.15);
}

.footer .list li {}

.footer .list a {
    color: #A7A7A7;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}

.footer .col .firstRow {
    color: #A7A7A7;
    margin-top: 10px;
    font-size: 12px;
}

.footer .col .secondRow {
    color: #A7A7A7;
    margin-top: 5px;
    font-size: 12px;
}

.footer .col .fa-lg {
    font-size: 12px;
}

.footer .col .thirdRow {
    /*font-size: 50px;*/
    color: #A7A7A7;
    margin-top: 20px;
}

.footer .fa-2x {
    font-size: 1.5em;
    width: 1.8em;
}

.footer a {
    color: #A7A7A7;
}

.footer .thirdRow a {
    transition: color 0.5s linear;
}

.facebook-link:hover {
    color: #3b5998;
}

.twitter-link:hover {
    color: #55acee;
}

.youtube-link:hover {
    color: #cd201f;
}

.instagram-link:hover {
    color: #3f729b;
}


/*
 * Lean Slider v1.0.1
 * http://dev7studios.com/lean-slider
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.lean-slider {
    position: relative;
    *zoom: 1;
}

.lean-slider:before,
.lean-slider:after {
    content: " ";
    display: table;
}

.lean-slider:after {
    clear: both;
}

.lean-slider-slide {
    float: left;
    width: 100%;
    margin-right: -100%;
    display: none;
}

.lean-slider-slide.current {
    display: block;
}

#header_wrapper{
    overflow:hidden;
}

.slider-wrapper {
    position: relative;
    background: #fff url(../img/loading.gif) no-repeat 50% 50%;
    /*min-width: 100%; */
    min-height: 100%;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    width:100%;
}

.slider-wrapper {
    width:70%;
    float:right;
}

.special_word{
    width:28%;
    margin-top: 2%;
    min-height: 100%;
    float:left;
}

.lean-slider {
    overflow: hidden;
}

.lean-slider-slide {
    display: block;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.6s linear;
    -moz-transition: opacity 0.6s linear;
    -ms-transition: opacity 0.6s linear;
    -o-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
}

.lean-slider-slide.current {
    opacity: 1;
}

.lean-slider-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

#slider-direction-nav {
    position: absolute;
    left: 0;
    top: 47%;
    width: 100%;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.2;
}

.slider-wrapper:hover #slider-direction-nav {
    opacity: 1;
}

#slider-direction-nav a {
    float: left;
    display: block;
    width: 26px;
    height: 37px;
    background: url(../img/arrows.png) no-repeat 0 0;
    text-indent: -9999px;
    margin:0px 1px;
}

#slider-direction-nav .lean-slider-next {
    float: right;
    margin:0px 1px;
    background-position: 100% 0;
}

#slider-control-nav {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    opacity: 0.2;
}

.slider-wrapper:hover #slider-control-nav {
    opacity: 1;
}

#slider-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/bullets.png) no-repeat 0 0;
    text-indent: -9999px;
    margin: 0 3px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#slider-control-nav a.active {
    background-position: 100% 0;
}

@media only screen and (min-device-width: 320px) and (max-width: 480px) {
    #slider-direction-nav,
    #slider-control-nav {
        opacity: 1;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #slider-direction-nav,
    #slider-control-nav {
        opacity: 1;
    }
}

.lean-slider{
	height:360px;
	border:1px solid #ccc;
	padding:5px;
	background: #fff;
	border-radius: 2px;
	margin:20px 0px;
	box-shadow: 0px 0px 10px #eee;
}
.lean-slider .slide{
	height:360px;
	overflow: hidden;
}
.slider-wrapper{
	box-shadow: none;
}
.lean-slider .slide p{
	position: absolute;
	right:0px;
	bottom:70px;
	background: #C34141;
	color:#fff;
	padding:7px 15px;
	-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.content-cols .col{
	width:33.3%;
	float:right;
	display: inline;
}
.content-cols .col:first-child .holder{
	padding:10px;
	padding-right: 0px;
}
.content-cols .col .holder{
	padding:10px;
	padding-right: 10px;
}

.content-cols .sec-title{
	border-bottom:2px solid #C34141;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-right:10px;
	font-weight: bold;
}
.news-list .title{
	width:74%;
	float:right;
	display: inline;
}
.news-list .title h2{
	font-size: 13px;
	font-weight: normal;
}
.news-list .title h2 a{
	color:#222;
	transition: color 0.5s linear;
}
.news-list .image-holder{
	width:25%;
	float:right;
	display: inline;
	border:1px solid #ccc;
	background: #fff;
	height:65px;
}
.news-list .image-holder img{
	width:100%;
	height:65px;
}
.news-list .meta{
	font-family: arial;
	font-size: 11px;
	color:#C34141;
	text-align: right;
	margin-left:10px;
	transition: color 0.5s linear;
	margin-top:5px;
}
.news-list .item{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom:1px dashed #ccc;
	margin-left:10px;
	margin-right: 10px;
}

.news-list .item.without-border{
	border-bottom:none;
}
.ads-list .title{
	float:none;
	width:100%;
}
.ads-list .item{
	/*border:none;
	padding-bottom:0px;*/
	
}
.news-list .item:hover h2 a{
	color:#C34141;
}
.news-list .item:hover .meta{
	color:#222;
}
.content-cols .list,.inner-page .list {
    margin-right: 25px;
    margin-top: 10px;
    color: rgba(0,0,0, 0.15);
}

.content-cols .list li {}

.content-cols .list a,.inner-page .list a {
    color: #222;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
}
.sections{
	background:#C34141 ;
	padding-top: 5px;
	color:#fff;
	margin-bottom:0px !important;
}
.list-holder{
	border:1px solid #ccc;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.15);
	padding:20px;
}
.ticker {
    width: 100%;
    color:#fff;
    direction: rtl;
    font-size: 13px;
}
.ticker a{
    color:#fff;
}
.ticker a strong{
    font-weight: bold;
}
 /* The HTML list gets replaced with a single div,
    which contains the active ticker item, so you
    can easily style that as well */
.ticker div {
    display: inline-block;
    word-wrap: break-word;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list
{
    background: #fff url('../ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    /*color: transparent;
    outline: none;
    background: transparent;*/
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 17px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '→';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '←';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 20px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.car-item{
	border:1px solid #ccc;
	height:100px;
	/*float:right !important;*/
	margin-left:10px;
    overflow: hidden;
    position: relative;
}
.car-item img{
     position: absolute;
    margin: auto; 
    min-height: 100%;
    min-width: 100%;

    /* For the following settings we set 100%, but it can be higher if needed 
    See the answer's update */
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
}
.car-area{
	padding:20px;
	padding-bottom: 0px;
	background: #fff;
	border:1px solid #ccc;
	box-shadow: 0px 3px 10px #eee;
	position: relative;
	z-index: 99999;
	margin-bottom: 20px;
}
.car .sec-title{
	padding:2px 10px;
	background:#C34141 ;
	color:#fff;
	display: inline-block;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.car .sec-title a{
    color:#fff;
}
.slick-prev, .slick-next{
	background:#C34141 ;
	color:#fff;
	border-radius: 50%;
}
.inner-page .right-col{
    float:right;
    width:65%;
    display: inline;
    border-left:1px solid #eee;
    min-height: 1000px
    
}
.inner-page .left-col{
    float:left;
    width:34%;
    display: inline;
}
.inner-page .right-col .col-holder{
    padding:0px 0px 15px 15px;
}
.inner-page .left-col .col-holder{
    padding:0px 15px 15px 0px;
}
.inner-page .right-col h1{
    font-size: 18px;
    border-bottom:1px solid #eee;
    margin-bottom:10px;
    padding-bottom: 10px;

}
.inner-page .right-col .image-holder{
    width:100%;
}
.inner-page .right-col .news-list .image-holder{
    width:15%;
    float:right;
    height:70px;
}
.inner-page .right-col .news-list .image-holder img{
    width:100%;
    height:100%;
}
.inner-page .right-col .news-list .title{
    width:70%;
    float:right;
    margin-right:10px;
}
.inner-page .right-col .news-list .item{
    margin:0px;
    margin-top: 10px;
}

.inner-page .right-col .news-list.ads-list .image-holder{
    display: none;
}
.inner-page .right-col .news-list.ads-list .image-holder img{
    width:100%;
    height:100%;
}
.inner-page .right-col .news-list.ads-list .title{
    width:100%;
    float:none;
    margin-right:0px;
}
.inner-page .right-col .news-list.ads-list .item{
    margin:0px;
    margin-top: 10px;
}



.inner-page .right-col .image-holder img{
    width:100%;
}
.addthis_sharing_toolbox{
 border-bottom:1px solid #eee;
    margin-bottom:10px;
    padding-bottom: 0px;   
}
.date-holder{
    float:left;
    color:#999;
    font-size: 12px;
    direction: rtl;
    margin-top: 5px
}
.inner-page{
    margin:20px 0px -10px 0px;
}
.inner-page .sections{
        padding: 7px 10px;
}
.body{
    color:rgba(0,0,0,0.5);
    font-size: 0.95em;
}
.body p{
    margin-top: 8px;
}

.body img{
    max-width:98%;
    margin:0px auto;
    direction: rtl;
    text-align: right;
}

.pagination {
    margin:10px 0px;
    direction: rtl;
}

.page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

.pagination.dark {
    background: #414449;
    color: #feffff;
}

.page.dark {
    border: solid 1px #32373b;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
}

.page.dark:hover, .page.dark.gradient:hover {
    background: #3d4f5d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
    background: -moz-linear-gradient(0% 0% 270deg,#547085, #3d4f5d);
}

.page.dark.active {
    border: none;
    background: #2f3237;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .1);
}

.page.dark.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565b5f), to(#3e4347));
    background: -moz-linear-gradient(0% 0% 270deg,#565b5f, #3e4347);
}

.album_list{
  margin:20px 0px;
  border:1px solid #eee;
  background: #f2f2f2;
  padding:20px;
}

.image-item{
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  border:1px solid #ccc;
  background: #fff;
  width:150px;
  height:120px;
  border-radius: 5px;
  padding:5px;
  vertical-align: bottom;
  position: relative;
  overflow: hidden;
    position: relative;
}
.image-item:hover{
  border:1px solid #990000;
}
.image-item img{
  position: absolute;
    margin: auto; 
    min-height: 100%;
    min-width: 100%;

    /* For the following settings we set 100%, but it can be higher if needed 
    See the answer's update */
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
}
.clear{
  clear:both;
}
.breadcrumbs{
    font-family: tahoma;
    margin:10px 0px;
    font-size: 13px;
}
.breadcrumbs a{
    color:#C34141;
}
.sec-title a{
    color:#000;
}