.poller{cursor:default;font:normal 12px droid arabic kufi;text-align:right;width:100%;color:#777;}
.pollerTitle{text-align:center;font:bold 14px droid arabic kufi;color:#6e6e6f;}
.pollerOption{margin:0;padding:0;}
.result_pollerOption{margin:5px;}
.result_pollerTitle{text-align:center;font:bold 14px droid arabic kufi;color:#6e6e6f;}
.result_pollGraph img{float:right;}
.result_pollGraph div{float:right;height:20px;-moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;border-radius:5px;color:#FFF;font:bold 11px Arial;line-height:20px;}
.result_pollGraph{height:20px;}
.poller_waitMessage{display:none;}	
.result_totalVotes{clear:both;margin:0 0 0 20px;float:left;font-style:italic;}
.clear{clear:both;}

.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-wrap2 {
    height: 180px;
    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 {
        width: 100%;min-height: 180px;
        -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; }
}

/* 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;
}

* { 
	margin: 0;
	padding: 0px;
    font-family: 'JF Flat Medium', sans-serif;
} 


@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;
        }
    }
}

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;
	color: #5a5a5a;
	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{font:bold 16px JF Flat Medium;text-align:right;margin-top:0px;
	direction:ltr;
}
.footermenu ul li{
display:block;line-height:35px;
margin-right:5px;
}
.footermenu ul li a{
color:#FFF;display:block;
}
.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: #1abc9c;
}
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 {
	padding:0;
	width: 100%;min-height:130px;
    color: #666;margin:0 0 5px 0;background:#ececec url(/assets/img/8.gif) repeat-x top;
z-index:99999;position:relative;
}
#f {
	margin-top: 0;color: #FFF;
	padding-top: 5px;min-height:200px;
	padding-bottom: 5px;
	background-color:#294874;
}
