/* Import fonts */
@import url(http://fonts.googleapis.com/css?family=Droid Arabic Kufi:300,400,700,900);
.image-wrap {
    height: 230px;
    overflow: hidden;
    width: 100%;       
    -webkit-transition: max-width .5s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: max-width .5s ease-out;  /* FF4+ */
    -ms-transition: max-width .5s ease-out;  /* IE10? */
    -o-transition: max-width .5s ease-out;  /* Opera 10.5+ */
    transition: max-width .5s ease-out;
}
    .image-wrap img {
        width: 100%;min-height: 230px;
        -webkit-transition: margin-top .5s ease-out;  /* Saf3.2+, Chrome */
        -moz-transition: margin-top .5s ease-out;  /* FF4+ */
        -ms-transition: margin-top .5s ease-out;  /* IE10? */
        -o-transition: margin-top .5s ease-out;  /* Opera 10.5+ */
        transition: margin-top .5s ease-out;
    }
@media only screen and (min-width: 1160px) { 


    .image-wrap { max-width: 1000px; }
}

.image-wrapsm {
    height:140px;margin-bottom:10px;
    overflow: hidden;
    width: 100%;       
    -webkit-transition: max-width .5s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: max-width .5s ease-out;  /* FF4+ */
    -ms-transition: max-width .5s ease-out;  /* IE10? */
    -o-transition: max-width .5s ease-out;  /* Opera 10.5+ */
    transition: max-width .5s ease-out;
}
    .image-wrapsm img {
        width: 100%;min-height:140px;
        -webkit-transition: margin-top .5s ease-out;  /* Saf3.2+, Chrome */
        -moz-transition: margin-top .5s ease-out;  /* FF4+ */
        -ms-transition: margin-top .5s ease-out;  /* IE10? */
        -o-transition: margin-top .5s ease-out;  /* Opera 10.5+ */
        transition: margin-top .5s ease-out;
    }
@media only screen and (min-width: 1160px) {
    .image-wrapsm { max-width: 1000px; }
}

.image-wrap2 {
    height: 220px;
    overflow: hidden;
    width: 100%;       
    -webkit-transition: max-width .5s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: max-width .5s ease-out;  /* FF4+ */
    -ms-transition: max-width .5s ease-out;  /* IE10? */
    -o-transition: max-width .5s ease-out;  /* Opera 10.5+ */
    transition: max-width .5s ease-out;
}
    .image-wrap2 img {
        min-height: 220px;
        -webkit-transition: margin-top .5s ease-out;  /* Saf3.2+, Chrome */
        -moz-transition: margin-top .5s ease-out;  /* FF4+ */
        -ms-transition: margin-top .5s ease-out;  /* IE10? */
        -o-transition: margin-top .5s ease-out;  /* Opera 10.5+ */
        transition: margin-top .5s ease-out;
    }
@media only screen and (min-width: 1160px) {
    .image-wrap2 { max-width: 1000px; }
}


.image-wrapii {
    height: 160px;
    overflow: hidden;
    width: 100%;       
    -webkit-transition: max-width .5s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: max-width .5s ease-out;  /* FF4+ */
    -ms-transition: max-width .5s ease-out;  /* IE10? */
    -o-transition: max-width .5s ease-out;  /* Opera 10.5+ */
    transition: max-width .5s ease-out;
}
    .image-wrapii img {
        width: 100%;min-height: 160px;
        -webkit-transition: margin-top .5s ease-out;  /* Saf3.2+, Chrome */
        -moz-transition: margin-top .5s ease-out;  /* FF4+ */
        -ms-transition: margin-top .5s ease-out;  /* IE10? */
        -o-transition: margin-top .5s ease-out;  /* Opera 10.5+ */
        transition: margin-top .5s ease-out;
    }
@media only screen and (min-width: 1160px) {
    .image-wrapii { max-width: 1000px; }
}

/* Light */
@font-face {
    font-family: "JF Flat Light";
    src: url('../fonts/JF-Flat-light.eot');
    src: url('../fonts/JF-Flat-light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/JF-Flat-light.svg#JF Flat Light') format('svg'),
    url('../fonts/JF-Flat-light.woff') format('woff'),
    url('../fonts/JF-Flat-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Regular */
@font-face {
    font-family: "JF Flat Regular";
    src: url('../fonts/JF-Flat-regular.eot');
    src: url('../fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/JF-Flat-regular.svg#JF Flat Regular') format('svg'),
    url('../fonts/JF-Flat-regular.woff') format('woff'),
    url('../fonts/JF-Flat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: "JF Flat Medium";
    src: url('../fonts/JF-Flat-medium.eot');
    src: url('../fonts/JF-Flat-medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/JF-Flat-medium.svg#JF Flat Medium') format('svg'),
    url('../fonts/JF-Flat-medium.woff') format('woff'),
    url('../fonts/JF-Flat-medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Greta";
    url('../fonts/Greta.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

*:not(.post_body,.glyphicon,.fa) { 
    font-family: 'JF Flat Medium', sans-serif;
} 
.post_body * , .post_body{ 
    font-family: Greta , Arial, sans-serif !important;
} 



@media (min-width: @screen-md-min) {
    .row-rtl {
        .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
            float: right;
        }
    }
}
.xm-container {
	width: 100%;
	float: right;
	display: inline-block;
	overflow: hidden;
	height: 50px;
	background:#e8e8e8;
	position: relative;
}

.marquee, *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.marquee{
  /*margin-right: 25%;*/
}

.marquee-content-items{
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 50px;
  position: relative;
}

.marquee-content-items li{
  display: inline-block;
  line-height: 40px;
  color: #5d5d5d;
}
.marquee-content-items li a{
  font:bold 14px JF Flat medium;
  color: #5d5d5d;
}
.marquee-content-items li:after{
	content: " | ";
	margin: 0 ;
}



hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEE -moz-use-text-color #FFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Droid Arabic Kufi', sans-serif;
	font-weight: 300;
}
div.pagination {font:normal 14px Droid Arabic Kufi;padding:0;margin:30px 0 30px 0;border:0;}
div.pagination a {margin:0 -5px 0 0;padding:0 8px 0 8px;text-decoration:none;color:#858585;background:#FFF;}
div.pagination a:hover, div.pagination a:active {color:#858585;text-decoration:none;background:#FFF;}
div.pagination span.current {margin:0 -5px 0 0;padding:0 8px 0 8px;font-weight:bold;color:#FFF;background:#4c4c4c;}
div.pagination span.disabled {padding:0 8px 0 8px;color:#858585;background:#FFF;}

html,
body {
	margin:0;padding:0;direction:rtl;background:#FFF url(/assets/img/bg.gif) repeat;
	color: #000000;
	height: 100%;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.centered {text-align: center}
.mt {margin-top: 50px;}
.mb {margin-bottom: 50px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


.footermenu ul{text-align:right;margin-bottom:10px;
	direction:rtl;
}
.footermenu ul li{
display:block;
margin-right:5px;
}
.footermenu ul li a{font:bold 15px JF Flat Medium !important;
color:#fff;display:block;
    padding-bottom: 7px;
    margin: 0px;
}
.footermenu ul li a:hover{
text-decoration:none;
}

a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: #59360E;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#696E74;
}

.nopadding {
	padding: 0px !important;
	margin: 0px;
}

input {
	font-size: 16px;
	min-height: 25px;
	border-radius: 2px;
	line-height: 20px;
	padding: 11px 30px 12px;
	border: 1px solid #b9b9af;
	margin-bottom: 10px;
	background-color: #fff;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

#h {
	background:url(/assets/img/ds.gif) repeat;
	padding:0;
	width: 100%;max-height:190px;
    color: #FFF;
}
#f { border-top: 2px solid #000000;
	margin-bottom: 0;color: #FFF;
	padding-top: 15px;min-height:150px;
	padding-bottom: 5px;
	background:#462702;
}

img.artCopy{height:40px;margin-top:20px}

 @media only screen and (max-width:1080px)
 {.mypannar {
	
	padding:0;
	width: 100%
    color: #FFF;
}}
 @media only screen and (max-width:850px)
{
.mypannar {
	display:none;
	
}




}
.mytab {
    background-color: #A56F2E;
    color: #fff;
    border-radius: 0!important;
}


.suggestionsBox{


 background-color: #FFF3A3;

 color: #fff;
   
padding:5;
font-size: 16px;


}

.suggestionsBox  ul li{


display:block;
margin-right:5px;




}
