@import"http://fonts.googleapis.com/earlyaccess/droidarabickufi.css";
/*
	Theme Name: almorakib
	Theme URL: http://www.almorakib.com
	Author: almorakib Company
	Author URL: http://almorakib.com
	Description: almorakib
	Version: 1.0
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
-------------------------------------------------------------------------
-------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*	1.	START Browser Reset + Font Face
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
:focus {
    outline: 0;...............................
}
input[type=submit] {
    -webkit-appearance: none;
}
html, body {
    overflow-x: hidden;
}
ol, ul {
    list-style: none;
}
input[type=text]: : -ms-clear {
    display: none;
}
p: empty {
    display: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/*@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fonts-awesome/fontawesome-webfont.eot?v=4.0.2');
  src: url('fonts/fonts-awesome/fontawesome-webfont.eot?v=4.0.2#iefix') format('embedded-opentype'), 
  url('fonts/fonts-awesome/fontawesome-webfont.woff?v=4.0.2') format('woff'), 
  url('fonts/fonts-awesome/fontawesome-webfont.ttf?v=4.0.2') format('truetype'), 
  url('fonts/fonts-awesome/fontawesome-webfont.svg?v=4.0.2#fontawesomeregular') format('svg');
  src: local('FontAwesome'); 
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'fontawesome';
	src:url('fonts/fontawesome/fontawesome.eot?');
	src:url('fonts/fontawesome/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('fonts/fontawesome/fontawesome.woff?') format('woff'),
		url('fonts/fontawesome/fontawesome.ttf?') format('truetype'),
		url('fonts/fontawesome/fontawesome.svg?#fontawesome') format('svg');
	font-weight: normal;
	font-style: normal;
} */
@font-face {
    font-family: 'flexslider-icon';
    src: url('fonts/flexslider-icon.eot');
    src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*-------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*	1.	END Browser Reset + Font Face
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------*/
/*	2. START Globally Applied Styles
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
body {
    font-size: 13px;
    font-family: "Droid Arabic Kufi";
    background-color: #e9eaef;
    line-height: 21px;
    color: #000;
    text-align: right;
    direction: rtl;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 15px auto;
}
.sticky {
    margin-bottom: 50px;
}
.hideThis {
    display: none !important;
}
.showThis {
    display: block !important;
}
.shadowNone {
    box-shadow: none !important;
}
.spacer {
    background: none repeat scroll 0 0 #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
}
.spacerOne {
    width: 10%;
}
.spacerTwo {
    width: 20%;
}
.spacerThree {
    width: 30%;
}
.spacerFour {
    width: 40%;
}
.spacerFive {
    width: 50%;
}
.spacerSix {
    width: 60%;
}
.spacerSeven {
    width: 70%;
}
.spacerEight {
    width: 80%;
}
.spacerNine {
    width: 90%;
}
.spacerTen {
    width: 100%;
}
#spacerRed {
    background: none repeat scroll 0 0 #db394e;
    border-bottom: 1px solid #db394e;
}
#spacerDark {
    background: none repeat scroll 0 0 #2d3540;
    border-bottom: 1px solid #2d3540;
}
#spacerOffWhite {
    background: none repeat scroll 0 0 #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    width: 77%;
    height: 0px;
}
table {
    font-size: 14px;
    margin-bottom: 20px;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    border: 1px solid #e0e0e0;
    padding: 10px 10px;
    outline: none;
    font-size: 14px;
    color: #4c64a0;
    margin: 0;
    width: 94%;
    background: #fff;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
    transition: border .2s linear;
    -o-transition: border .2s linear;
    -moz-transition: border .2s linear;
    -webkit-transition: border .2s linear;
}
textarea {
    overflow: auto;
    vertical-align: top;
    padding: 10px;
    width: 98%;
    height: 60px;
    max-width: 98%;
    border-radius: 3px;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all 0.5s ease 0s;
}
/*
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	outline: 0;
	border-color: #d93a4c;
}
*/
textarea:focus {
    height: 120px;
}
input[type="button"] {
    border: none;
}
em {
    font-style: italic;
}
caption, th, td {
    font-weight: normal;
    text-align: right;
}
.clear {
    clear: both;
}
.subheader {
    color: #6F6F6F;
    margin-bottom: 15px;
}
a {
    color: #17232f;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.circleAnimate {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transition: all 0.5s ease-in-out;
    transform: matrix;
    transform: scaleY(180deg);
    perspective: 800px;
    perspective-origin: 50% 100px;
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}
h1 {
    font-size: 20px;
    line-height: 30px;
}
h2 {
    font-size: 18px;
    line-height: 24px;
}
h3 {
    font-size: 16px;
    line-height: 20px;
}
h4 {
    font-size: 14px;
    line-height: 18px;
}
h5 {
    font-size: 12px;
    line-height: 16px;
}
h6 {
    font-size: 10px;
    line-height: 14px;
}
h1, h2, h3, h4, h5, h6, a {
    font-family: 'Droid Arabic Kufi';
    font-weight: 700;
}
strong, b {
    font-weight: 700;
    font-family: 'Droid Arabic Kufi';
}
.bold {
    font-weight: 700;
    font-family: 'Droid Arabic Kufi';
    color: #000;
}
.uppercase {
    font-family: 'Droid Arabic Kufi';
    font-size: 14px;
    text-transform: uppercase;
}
.light {
    text-transform: none;
    font-family: 'Droid Arabic Kufi';
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.text-align-left {
    text-align: left;
}
p {
    font-family: 'Droid Arabic Kufi';
    font-size: 14px;
    line-height: 24px;
}
.row .col p: last-child {
    padding-bottom: 0px;
}
.btn {
    display: inline-block;
    padding: 10px 40px;
    -moz-border-radius: 3x;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    font-size: 16px;
}
.btn:hover {
    background: #fff;
    color: #D14C47;
}
.btn.darkBtn {
    background: #3b4c5e;
    color: #fff;
}
.btn.darkBtn:hover {
    background: #fff;
    color: #3b4c5e;
}
.btn.dark_Fate7Btn {
    background: #58769a;
    color: #FFFFFF;
}
.btn.dark_Fate7Btn:hover {
    background: #ffb22e;
    color: #FFFFFF;
}
.btn.redBtn {
    background: #db394e;
    color: #fff;
}
.btn.redBtn:hover {
    background: #fff;
    color: #db394e;
}
.btn.whiteBtn {
    background: #ffffff;
    color: #db394e;
}
.btn.whiteBtn:hover {
    background: #db394e;
    color: #ffffff;
}
.btn.yellowBtn {
    background: #ffb22e;
    color: #FFFFFF;
}
.btn.yellowBtn:hover {
    background: #FFFFFF;
    color: #ffb22e;
}
.icons {
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.thisImgScale {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}
.transitionOneSecond {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.transitionTwoSecond {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.transitionThreeSecond {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.transitionFourSecond {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.transitionFiveSecond {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------*/
/*	2. END Globally Applied Styles
/*-------------------------------------------------------------------------------------------------------------------------------------------------*/
.wrap {
    display: block;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*	Start Header Top Style @ Index Page
/*-------------------------------------------------------------------------------------------------------------------*/
.headerTop {
    background-color: #403e43;
    border-top: 2px solid #282828;
    display: block;
    height: 45px;
    padding: 0;
    width: 100%;
}
.headerDate {
    display: block;
}
.headerDate p {
    color: #FFFFFF;
    font-weight: 300;
    float: right;
    margin-left: 30px;
    margin-bottom: 0;
    margin-top: 10px;
}
.headerTop .menu > li >a{
    padding: 8px 4.2px !important;
}
.headerTop .menu{
    float: right;
    width: auto;
}
.headerTop .headerSearch {
    display: block;
}
.headerTop .headerSearch .formInput {
    background-color: #3c3b3b;
    display: block;
    height: 40px;
    width: 251px;
    float: left;
}
.headerTop .headerSearch .formInput input {
    background-color: #3c3b3b;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    font-family: Droid Arabic Kufi;
    font-size: 13px;
    font-weight: 300;
    height: 40px;
    padding: 0 8px;
    text-align: right;
    width: 200px;
}
.headerTop .headerSearch .formInput button {
    background-color: #3c3b3b;
    border: 1px solid #3c3b3b;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Droid Arabic Kufi";
    font-size: 13px;
    height: 35px;
    transition: all 0.5s ease 0s;
    width: 35px;
}
.headerTop .headerSearch .formInput button > span {
    color: #ffffff;
    font-size: 16px;
    margin-top: 7px;
    transition: all 0.5s ease 0s;
}
.headerSocial {
    display: block;
}
.headerSocial a {
    border-left: 1px solid #403e43;
    color: #ffffff;
    display: block;
    float: left;
    height: 43px;
    margin-left: 0;
    text-align: center;
    width: 40px;
}
.headerSocial a > span {
    display: inline-block;
    line-height: 43px;
}
.headerSocial #fba:hover {
    background-color: #45619D !important;
    color: #FFFFFF !important;
}
.headerSocial #twa:hover {
    background-color: #00ACEE !important;
    color: #FFFFFF !important;
}
.headerSocial #goa:hover {
    background-color: #DA4834 !important;
    color: #FFFFFF !important;
}
.headerSocial #yoa:hover {
    background-color: #CC181E !important;
    color: #FFFFFF !important;
}
.headerMed {
    background-color: #4c64a0;
    display: block;
    /*height: 90px;*/
padding: 30px 0;
}
.headerMed .headerLogo {
    display: block;
}
.headerMed .headerLogo a {
    background-image: url("images/logo.png");
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    height: 98px;
    width: 323px;
}
.headerAds {
    display: block;
}
.headerAdsContent {
    display: block;
    float: left;
}
.headerAdsContent img{
    width: 100%;
    height: auto;
}
.headerBottom {
    background-color: #403e43;
    display: block;
    height: 46px;
}
.navbar-default {
background: none !important;
border: 0 !important;
margin-bottom: 0 !important
}
.navbar-toggle {
float: none;
margin: 8px auto;
display: block;
}
.collapse{
    position: relative;
    z-index: 5555;
}
.menu {
    float: right;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.menu li {
    display: inline !important;
    float: right !important;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative !important;
}
.menu li:last-child {
    margin-left: 0px !important;
}
.menu > li > a {
    color: #FFFFFF !important;
    display: block;
    font-family: "Droid Arabic Kufi";
    font-size: 13px;
    font-weight: 300;
    line-height: 26px !important;
    padding: 10px 4.2px !important;
    transition: all 0.5s ease 0s;
}
.menu li:hover > a, .menu li.active a {
    background-color: #4c64a0 !important;
    color: #FFFFFF !important;
}
.headerSearch {
    display: block;
    padding: 0 !important;
}
.headerSearch .formInput {
    background-color: #4c64a0;
    display: block;
    height: 40px;
    width: 270px;
    margin-top: 3px;
}
.headerSearch .formInput input {
    background-color: #ffffff;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    font-family: Droid Arabic Kufi;
    font-size: 13px;
    font-weight: 300;
    height: 40px;
    padding: 0 8px;
    text-align: right;
    width: 79%;
}
.headerSearch .formInput button {
    background-color: #f6f7f8;
    border: 1px solid #f6f7f8;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Droid Arabic Kufi";
    font-size: 13px;
    height: 40px;
    transition: all 0.5s ease 0s;
    width: 55px;
}
.headerSearch .formInput button > span {
    color: #000;
    font-size: 16px;
    margin-top: 3px;
    transition: all 0.5s ease 0s;
}
.quickNewsArea {
    display: block;
    margin-top: 10px;
}
.quickNews {
    background-color: #403e43;
    box-shadow: 0 0 0 1px #cccccc;
    display: block;
    height: 39px;
    overflow: hidden;
}
.quickNews .bgImg {
    background-color: #4c64a0;
    color: #FFFFFF;
    display: block;
    float: right;
    height: 40px;
    width: 111px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}
.tickercontainer_rtl {
    height: 30px;
    margin: -1px 0 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100%;
}
.tickercontainer_rtl .mask {
    height: 30px;
    overflow: hidden;
    position: relative;
    right: 110px;
    top: 10px;
    width: 100%;
}
ul.newsticker {
    left: 750px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}
ul.newsticker li {
    float: left;
    margin: 0;
    padding: 0;
}
ul.newsticker a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    font-weight: 300;
    margin: 0 15px 0 0;
    padding: 0;
    white-space: nowrap;
}
ul.newsticker a:hover {
    color: #4c64a0;
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*	End Header Top Style @ Index Page
/*-------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/
/*	Start Slider Style @ Index Page
/*------------------------------------------------------------------------------------------------------------------*/
.sliderContainer {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    direction: ltr;
    margin-bottom: 30px;
    min-height: 330px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
}
.columneOne .flexslider {
    background-color: inherit;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.columneOne #slider {
    padding: 0 !important;
    /*width: 460px;*/
}
.slider #carousel .slides > li:nth-child(1) {
    width: 99% !important;
}
.slider #carousel .slides > li {
border: 1px solid #dfdfdf;
cursor: pointer;
display: inline-block !important;
float: right !important;
height: 150px;
margin-bottom: 5px;
margin-left: 5px;
padding: 5px;
text-align: right;
width: 49% !important;
text-align: center;
}
.slider #carousel .slides > li > img {
    width: 100%;
    height: 100%;
}
.columneOne #carousel .flex-viewport {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    overflow: hidden;
    /*width: 370px;*/
}
.slider #carousel .slides {
    display: block;
    width: 100% !important;
}
#slider .flex-direction-nav .flex-next {
    display: none !important;
}
#slider .flex-direction-nav .flex-prev {
    display: none !important;
}
#carousel .flex-direction-nav .flex-next {
    right: -1px !important;
    text-align: right;
    opacity: 1 !important;
    top: 50px;
}
#carousel .flex-direction-nav .flex-prev {
    left: -1px !important;
    opacity: 1 !important;
    top: 50px;
}
#carousel .flex-direction-nav a {
    width: 24px;
    border: 1px solid #cccccc;
    margin: 0;
}
#carousel .flex-direction-nav a:before {
    font-size: 18px;
    padding: 10px 5px;
    width: 12px;
    line-height: 22px;
}
#carousel .flex-direction-nav a:hover {
    color: #ffffff;
    background-color: #4c64a0;
    border: 1px solid #4c64a0;
}
.postInfo {
    bottom: 0;
    color: #000;
    display: block;
    height: 130px;
    position: absolute;
    right: 0;
}
.postInfo > a {
    background-color: rgba(76, 100, 160, 0.59) !important;
    color: #ffffff;
    display: block;
    padding: 15px;
    width: auto;
}
.postInfo > p {
    background-color: rgba(000, 000, 000, 0.59) !important;
    color: #FFF;
    display: inline-block;
    font-size: 20px;
    margin-top: 6px;
    padding: 14px 50px;
}
#postInfoSmall {
    height: auto;
    padding: 5px;
}
#postInfoSmall > a {
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
    padding: 5px;
    background-color: hsla(330, 15%, 0%, 0.5) !important;
}
.flex-active-slide #postInfoSmall > a {
    background-color: rgba(76, 100, 160, 0.59) !important;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*	End Slider Style @ Index Page
/*-------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/
/*	Start Content Style
/*------------------------------------------------------------------------------------------------------------------*/
.span4Update {
    width: 300px !important;
}
.span8Update {
    width: 840px !important;
}
/*** Start - For Side Ads - ***/
.contento .container {
    position: relative;
}
.rightAds {
    display: block;
    position: absolute;
    right: 0;
    top: 257px;
    overflow: hidden;
}
.rightAds img {
    width: 100%;
}
.leftAds {
    display: block;
    position: absolute;
    left: 0;
    top: 257px;
    overflow: hidden;
}
.leftAds img {
    width: 100%;
}
/*** End - For Side Ads - ***/
.columneOne {
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 0;
}
.newsBlock {
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
}
.theTitle {
    background-color: #4c64a0;
    display: block;
    height: 0px;
    position: relative;
}
.theTitle h3 a{
    color: #ffffff;
}
.theTitle h3 {
    background-color: #4c64a0;
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin-top: -30px;
    padding: 10px;
    width: auto;
}
.theContent {
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    display: block;
    float: right;
    height: auto;
    margin-top: 30px;
    min-height: 330px;
    padding: 15px;
}
.theContent .Right {
    display: block;
    float: right;
    padding-right: 0;
}
.theContent .Right .postImg {
    border: 1px solid #dfdfdf;
    display: block;
    height: 250px;
    padding: 8px;
    width: 100%;
}
.theContent .Right .postImg img {
    display: block;
    height: 100%;
    width: 100%;
}
.theContent .Right .postTitle {
    color: #403e43;
    display: block;
    font-size: 13px;
    font-weight: 300;
    padding: 10px 5px;
}
.theContent .Right .postTitle:hover {
    color: #4c64a0;
}
.postStatus {
    display: block;
}
.postStatus a {
    display: inline-block;
    font-size: 10px;
    font-weight: 300;
    margin-left: 20px;
    color: #000;
}
.postStatus a > span {
    display: block;
    float: right;
    font-size: 12px;
    margin-left: 5px;
}
.theContent .Right p {
    color: #000;
    display: block;
    font-size: 11px;
    line-height: 20px;
    padding: 5px 0;
}
.readMore {
    background-color: #4c64a0;
    color: #ffffff;
    display: block;
    float: left;
    font-weight: 300;
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
    text-align: center;
    width: 100px;
}
.theContent .readMore:hover {
    background-color: #000 !important;
}
.theContent .Left {
    display: block;
    padding-left: 0;
}
.theContent .Left .smallPosts {
    display: block;
}
.theContent .Left .smallPosts .getPost {
    display: inline-block;
    margin-bottom: 20px;
}
.theContent .Left .smallPosts .getPost .Right {
    display: block;
    margin-bottom: 12px;
    width: 120px;
}
.theContent .Left .smallPosts .getPost .Right a {
    display: block;
    width: 100px;
    height: 90px;
    border: 1px solid #dfdfdf;
    padding: 6px;
}
.theContent .Left .smallPosts .getPost .Right a > img {
    display: block;
    width: 100px;
    height: 90px;
}
.theContent .Left .smallPosts .getPost .Left {
    display: block;
    margin-right: 130px;
    border: none !important;
    padding-right: 0 !important;
    text-align: center;
}
.theContent .Left .smallPosts .getPost .Left .postTitle {
    color: #403e43;
    display: block;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 0 10px;
}
.theContent .Left .smallPosts .getPost .Left .postTitle:hover {
    color: #4c64a0;
}
.theContent .Left .smallPosts .getPost .Left .postStatus {
    display: block;
    margin-top: 10px;
}
.theContent .Left .smallPosts .getPost .Left .postStatus a {
    margin-left: 5px;
}
#firstBlock .Left {
    border-right: 1px solid #ececec;
    padding-right: 20px;
}
#BlockTwo {
    display: inline-block;
}
#BlockTwo .theContent .Left {
    border-right: 1px dashed #cccccc !important;
    margin-right: 445px !important;
    padding-right: 10px !important;
}
.titleTabs {
    background-color: #868e99;
    display: block;
    margin-bottom: 10px;
}
.titleTabs h4 {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    padding: 10px 31px;
    transition: all 0.5s ease 0s;
}
.titleTabs h4:hover {
    background-color: #4c64a0;
}
.titleTabs h4.activeTab {
    background-color: #4c64a0;
}
#BlockTwo .theContent .Left .smallPosts .getPost {
    margin-bottom: 5px !important;
}
#BlockTwo .Left .smallPosts .getPost .Left {
    margin-right: 0 !important;
    border: none !important;
}
#BlockTwo .Left .smallPosts .getPost .Left a {
    color: #000 !important;
}
#BlockTwo .Left .smallPosts .getPost .Left a:hover {
    color: #4c64a0 !important;
}
#BlockTwo .Left .smallPosts .getPost .Left a > span {
    display: inline-block;
    float: right;
    font-size: 12px;
    height: 30px;
    margin-left: 5px;
    margin-top: 3px;
}
#BlockTwo .theContent .Left .smallPosts .getPost .Left .postTitle {
    line-height: 22px !important;
}
#BlockThree .theContent .Left {
    border-right: 1px dashed #cccccc;
    display: block;
}
#BlockThree .getBoxOne {
    display: inline-block;
}
#BlockThree .theContent .Left .smallPosts .getPost {
    margin-bottom: 20px;
}
#BlockThree .theContent .Left .smallPosts .getPost .Right {
    width: 100%;
}
#BlockThree .theContent .Left .smallPosts .getPost .Right a {
    height: 147px;
    width: 100%;
}
#BlockThree .theContent .Left .smallPosts .getPost .Right a > img {
    height: 100%;
    width: 100%;
}
#BlockThree .theContent .Left .smallPosts .getPost .Left {
    border: medium none !important;
    display: block;
    margin-right: 5px;
    margin-top: 10px !important;
    padding-right: 0 !important;
}
#BlockThree .theContent .Left .smallPosts .getPost .Left > p {
    font-size: 11px;
    line-height: 20px;
}
#BlockThree .theContent .Right p {
    font-size: 12px;
    line-height: 24px;
    padding: 5px;
    height: 56px;
	overflow: hidden;
}
#BlockThree .topArea {
    display: block;
    overflow: hidden;
}
#BlockThree .bottomArea {
    display: block;
    margin-top: 15px;
}
#BlockThree .theContent .bottomArea .Left {
    border: medium none !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}
#BlockThree .theContent .bottomArea .Left .smallPosts .getPost {
    display: inline-block;
    float: right;
}
#BlockThree .theContent .bottomArea .Left .smallPosts .getPost: nth-child(3n+3) {
    margin-left: 0 !important;
}
#BlockThree .theContent .bottomArea .Left .smallPosts .getPost .Right {
    display: inline-block;
    width: 100%;
}
#BlockThree .theContent .bottomArea .Left .smallPosts .getPost .Right a {
    height: 124px;
    width: 100%;
}
#BlockThree .theContent .bottomArea .Left .smallPosts .getPost .Right a > img {
    height: 100%;
    width: 100%;
}
#lastBlock .Right {
    display: block;
    margin-left: 14px;
    width: 147px;
}
#lastBlock .Right: last-child {
    margin-left: 0 !important;
}
#lastBlock .Right .postImg {
    display: block;
    height: 100px !important;
    width: 130px !important;
}
#lastBlock .Right .postImg img {
    height: 100px !important;
    width: 130px !important;
}
#lastBlock .Right .postTitle {
    color: #000 !important;
    font-size: 11px;
    line-height: 18px;
}
.blueColor .theTitle h3 {
    background-color: #1A40A5 !important;
    border-right: 6px solid #1A40A5 !important;
}
.blueColor .readMore {
    background-color: #1A40A5 !important;
}
.blueColor#BlockTwo .Left .smallPosts .getPost .Left a:hover {
    color: #1A40A5 !important;
}
.blueColor .theContent .Right .postTitle:hover {
    color: #1A40A5;
}
.blueColor .theContent .Left .smallPosts .getPost .Left .postTitle:hover {
    color: #1A40A5 !important;
}
.greenColor .theTitle h3 {
    background-color: #017127 !important;
    border-right: 6px solid #017127 !important;
}
.greenColor .readMore {
    background-color: #017127 !important;
}
.greenColor#BlockTwo .Left .smallPosts .getPost .Left a:hover {
    color: #017127 !important;
}
.greenColor .theContent .Right .postTitle:hover {
    color: #017127;
}
.greenColor .theContent .Left .smallPosts .getPost .Left .postTitle:hover {
    color: #017127 !important;
}
.orangeColor .theTitle h3 {
    background-color: #F37020 !important;
    border-right: 6px solid #F37020 !important;
}
.orangeColor .readMore {
    background-color: #F37020 !important;
}
.orangeColor#BlockTwo .Left .smallPosts .getPost .Left a:hover {
    color: #F37020 !important;
}
.orangeColor .theContent .Right .postTitle:hover {
    color: #F37020;
}
.orangeColor .theContent .Left .smallPosts .getPost .Left .postTitle:hover {
    color: #F37020 !important;
}
.turquiseColor .theTitle h3 {
    background-color: #00ADAB !important;
    border-right: 6px solid #00ADAB !important;
}
.turquiseColor .readMore {
    background-color: #00ADAB !important;
}
.turquiseColor#BlockTwo .Left .smallPosts .getPost .Left a:hover {
    color: #00ADAB !important;
}
.turquiseColor .theContent .Right .postTitle:hover {
    color: #00ADAB;
}
.turquiseColor .theContent .Left .smallPosts .getPost .Left .postTitle:hover {
    color: #00ADAB !important;
}
.bnfsgColor .theTitle h3 {
    background-color: #761D3D !important;
    border-right: 6px solid #761D3D !important;
}
.bnfsgColor .readMore {
    background-color: #761D3D !important;
}
.bnfsgColor#BlockTwo .Left .smallPosts .getPost .Left a:hover {
    color: #761D3D !important;
}
.bnfsgColor .theContent .Right .postTitle:hover {
    color: #761D3D;
}
.bnfsgColor .theContent .Left .smallPosts .getPost .Left .postTitle:hover {
    color: #761D3D !important;
}
.adsBlock {
    display: block;
    margin-bottom: 30px;
    text-align: center;
}
.adsBlock img{
    max-width: 100%;
}
/********************************** Start General Widgets ***************/
.columneTwo, .columneThree {
    display: block;
    margin-top: 10px;
}
.sidebarWidget {
    display: block;
}
.sidebarWidget h3 a{
    color: #ffffff;
}
.sidebarWidget h3 {
    background-color: #868e99;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 15px;
}
.sidebarWidget h3 > i {
    color: #ffffff;
    display: inline-block;
    float: right;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 1px;
    margin-left: 10px;
    text-align: center;
    margin-right: 10px;
}
.widgetContainer {
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #dfdfdf;
    display: inline-block;
    margin-bottom: 30px;
    padding: 15px;
    width: 100%;
}
/********************************** End General Widgets ***************/
/*************** Start Login Form Widget *****************/
#loginFormWidget {
    display: block;
}
.loginform {
    display: block;
}
.loginform .formInput {
    border: 1px solid #dcdcdc;
    display: block;
    margin-bottom: 15px;
    width: 267px;
}
.loginform .formInput span {
    color: #cccccc;
    display: block;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
}
.loginform .formInput input {
    background-color: inherit;
    border: medium none;
    box-shadow: none;
    color: #000;
    display: inline-block;
    font-family: droid arabic kufi;
    font-size: 13px;
    font-weight: 300;
    width: 210px;
}
.loginform .submit {
    background-color: #403e43;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: droid arabic kufi;
    font-size: 13px;
    font-weight: 300;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    width: 100px;
}
.loginform label {
    display: block;
    float: left;
    margin-left: 0;
    margin-top: -25px;
}
.loginform .formLinks {
    display: block;
    margin-top: 15px;
}
.loginform .formLinks a {
    color: #cccccc;
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-top: 5px;
}
.loginform .formLinks a > span {
    display: inline-block;
    font-size: 14px;
}
/*************** End Login Form Widget *****************/
/*************** Start Videos Widget ****************/
/*************** End Videos Widget *****************/
/*************** Start Latest Articles Widget ****************/
#LatestArticlesWidget {
    display: block;
}
.getNewItem {
    border-bottom: 1px dashed #acacac;
    display: block;
    min-height: 90px;
    padding: 15px 0;
    position: relative;
    height: auto;
}
.getNewItem:hover a {
    color: #4c64a0 !important;
}
.getNewItem:first-child {
    padding-top: 0 !important;
}
.getNewItem: last-child {
    border: none;
    padding-bottom: 0px !important;
}
.getNewItem .Right {
    display: block;
    float: right;
    width: 80px;
}
.getNewItem .Right a > img {
    display: block;
    border: 1px solid #dedede;
    padding: 5px;
    width: 75px;
    height: 75px;
}
.getNewItem .Left {
    display: block;
    margin-right: 105px;
}
.getNewItem .Left .postTitle {
    color: #403e43;
    display: block;
    font-size: 11px;
    font-weight: 300;
    line-height: 18px;
}
.getNewItem .Left .postStatus {
    display: block;
    position: absolute;
}
.getNewItem .Left #forAuthorName {
    font-size: 13px;
    line-height: 20px;
    padding: 5px 0;
}
.getNewItem .Left p {
    font-size: 12px;
    padding: 10px 0;
}
/*************** End Latest Articles Widget *****************/
/*************** Start Tags Widget *****************/
#tagsWidget {
    display: block;
}
.getTags {
    display: block;
}
.getTags a {
    background-color: #f3f3f3;
    border: 1px solid #dfdfdf;
    color: #403e43;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 5px;
    padding: 8px;
}
.getTags a:hover {
    background-color: #4c64a0;
    color: #FFFFFF;
}
/*************** End Tags Widget *****************/
/*************** Start Ads One Widget *****************/
#adsWidget {
    display: block;
}
#adsWidget img {
    display: block;
    margin: auto;
    text-align: center;
    max-width: 100%;
    height: auto;
}
/*************** End Ads One Widget *****************/
/*************** Start Flickr Widget *****************/
#flickrWidget {
    display: block;
}
#flickrWidget .widgetContainer {
    padding-bottom: 0 !important;
}
#flickrWidget ul {
    display: block;
}
#flickrWidget ul > li {
    display: block;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}
#flickrWidget ul > li: nth-child(3n+3) {
    margin-left: 0 !important;
}
#flickrWidget ul > li > a {
    display: block;
}
#flickrWidget ul > li > a > img {
    display: block;
    height: 70px;
    width: 70px;
}
/*************** End Flickr Widget *****************/
/*************** Start Archive Widget *****************/
#archiveWidget {
    display: block;
}
#archiveWidget {}/*************** End Archive Widget *****************/
/*************** Start Social Counts Widget *****************/
#socialWidget {
    display: block;
}
#socialWidget .getSocialItem {
    background-color: #fdfdfd;
    box-shadow: 0 0 0 1px #dfdfdf;
    display: block;
    float: right;
    height: 90px;
    margin-bottom: 15px;
    margin-left: 15px;
    position: relative;
    text-align: center;
    width: 70px;
}
#socialWidget .getSocialItem: nth-child(3n+3) {
    margin-left: 0 !important;
}
#socialWidget .getSocialItem a {
    color: #666666;
    display: inline-block;
    font-weight: 300;
    line-height: 35px;
    margin-top: 10px;
    font-size: 12px;
}
#socialWidget .getSocialItem a > span {
    display: block;
}
#socialWidget .getSocialItem small {
    background-color: #f8f8f8;
    bottom: 0;
    display: block;
    font-family: droid arabic kufi;
    font-size: 12px;
    font-weight: 300;
    height: 28px;
    position: absolute;
    width: 70px;
    line-height: 30px;
}
#facebook a > span {
    color: #44619d;
}
#twitter a > span {
    color: #00baff;
}
#rss a > span {
    color: #ff8825;
}
#google a > span {
    color: #e71419;
}
#youtube a > span {
    color: #c30000;
}
#behance a > span {
    color: #2f9ad2;
}
/*************** End Social Counts Widget *****************/
/*************** Start News Letter Widget *****************/
#newsLetterWidget {
    display: block;
}
.newsLetterForm {
    display: block;
}
.newsLetterForm p {
    display: block;
    color: #000;
    line-height: 20px;
    margin-bottom: 15px;
    font-size: 13px;
}
.newsLetterForm .loginform .formInput input {
    width: 175px;
}
/*************** End News Letter Widget *****************/
/*************** Start Tabs Widget *****************/
#latestTopicsWidget {
    display: block;
}
#latestTopicsWidget .titleTabs {
    margin-bottom: 0px;
}
#latestTopicsWidget .titleTabs h4 {
    font-size: 14.8px;
    padding: 10px 6px;
    margin: 0;
}
#latestTopicsWidget .getNewItem {
    border-bottom: 1px solid #dadada;
    height: 83px;
    min-height: 83px !important;
}
#latestTopicsWidget .getNewItem .Left .postTitle {
    line-height: 15px;
}
#latestTopicsWidget .getNewItem .Right {
    display: block;
    float: right;
    width: 105px;
}
#latestTopicsWidget .getNewItem .Right a > img {
    display: block;
    height: 65px;
    width: 85px;
    border: 1px solid #cccccc;
}
#latestTopicsWidget .getNewItem: last-child {
    border: none !important;
    padding-bottom: 15px !important;
}
#latestTopicsWidget .getNewItem:first-child {
    padding-top: 15px !important;
}
/*************** End Tabs Widget *****************/
/*************** Start Flex Slider Widget ****************/
#flexSliderWidget {
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#flexSliderWidget .flexslider {
    border: none;
    display: block;
    box-shadow: none;
    margin: 0;
    width: 100% !important;
}
/*
.flexslider .slides > li {
  display: none;
  border: 1px solid #dfdfdf;
  padding: 5px;
  width: 220px !important;
}
#flexSliderWidget .flexslider .slides img {
  display: block;
  height: 190px;
  max-width: 100%;
  width: 220px;
}
*/
#flexSliderWidget .flex-control-thumbs {
    margin: 15px 0 0;
}
#flexSliderWidget .flex-control-thumbs li {
    border: 1px solid #dfdfdf;
    float: left;
    margin-bottom: 0;
    margin-right: 12px;
    margin-top: 0;
    padding: 5px;
    width: 25%;
    height: 64px;
}
#flexSliderWidget .flex-control-thumbs li: nth-child(3n+3) {
    margin-right: 0 !important;
}
#flexSliderWidget .flex-direction-nav a {
    top: 40%;
}
#flexSliderWidget .flex-direction-nav a:before {
    font-size: 20px;
    color: #ffffff;
    background-color: #333333;
    padding: 10px;
}
#flexSliderWidget .flex-direction-nav .flex-next {
    right: 5px;
    text-align: right;
}
#flexSliderWidget .flex-direction-nav .flex-prev {
    left: 5px;
    text-align: left;
}
#flexSliderWidget .flex-control-thumbs img {
    width: 100%;
	height: 100%;
}
/*************** End Flex Slider Widget *****************/
/*************** Start Other Articles Widget ****************/
#otherArticlesWidget {
    display: block;
}
#otherArticlesWidget .getPost .postTitle {
    color: #403e43;
    display: block;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    padding: 0;
}
#otherArticlesWidget .getPost .postTitle > span {
    display: inline-block;
    float: right;
    font-size: 12px;
    height: 30px;
    margin-left: 5px;
    margin-top: 3px;
}
#otherArticlesWidget .getPost:hover a {
    color: #4c64a0 !important;
}
#otherArticlesWidget .getPost {
    border-bottom: 1px dashed #cccccc;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
}
#otherArticlesWidget .getPost:first-child {
    padding-top: 0 !important;
}
#otherArticlesWidget .getPost: last-child {
    border: none !important;
    padding-bottom: 0 !important;
}
/*************** End Other Articles Widget *****************/
/*************** Start CaroufrdSel Widget *****************/
#caroufedselWidget .caroufredsel_wrapper, #caroufedselWidget #foo1, #caroufedselWidget #foo2 {
    min-height: 300px;
    width: 100% !important;
}
#caroufedselWidget {
    display: block;
}
#caroufedselWidget .getNewItem .Left .postTitle {
    text-align: right;
}
.widgetContainer > #pager, .widgetContainer > #pagery {
    display: block;
    margin-top: 15px;
    text-align: center;
}
#pager a, #pagery a {
    display: inline-block;
    margin-left: 5px;
    text-align: center;
    width: 20px;
    height: 8px;
    background-color: #dedede;
}
#pager a > span, #pagery a > span {
    display: none;
}
#pager a.selected, #pagery a.selected {
    background-color: #4c64a0;
}
#caroufedselWidget .postStatus a > span {
    margin-right: 5px;
}
#caroufedselWidget .getNewItem: last-child {
    padding-bottom: 15px !important;
}
/*************** End CaroufrdSel Widget *****************/
/*-------------------------------------------------------------------------------------------------------------------*/
/*	End Content Style
/*------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------*/
/*	Start Topic Style
/*------------------------------------*/
.topicPage {
    display: block;
}
.breadCrumb {
    background-color: #fff;
    box-shadow: 0 0 0 1px #dfdfdf;
    display: block;
    height: auto;
    min-height: 30px;
    margin-bottom: 30px;
}
.breadCrumbLinks {
    display: block;
    padding: 15px;
}
.breadCrumbLinks span {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: #403e43;
}
.breadCrumbLinks a {
    color: #403e43;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
}
.topicContent {
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #dfdfdf;
    display: block;
    margin-bottom: 30px;
    min-height: 500px;
}
.topicContent .topicTitle {
    display: block;
    padding: 15px;
}
.topicContent .topicTitle h3 {
    color: #4c64a0;
    display: block;
    line-height: 30px;
}
.topicContent .topicTitle h3 > span {
    display: block;
    float: right;
    font-size: 20px;
    margin-left: 10px;
    margin-top: 5px;
}
.topicContent .postStatus {
    border-bottom: 1px solid #dfdfdf;
    display: block;
    padding-right: 15px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.topicContent .postStatus a {
    color: #000;
    font-size: 12px;
}
.getTopicCon figure {
    margin: 0
}
.getTopicCon iframe{
    display: block;
    margin: 10px auto;
}
.getTopicCon a strong{
    color: blue;
}
.getTopicCon figure img {
    display: block;
    text-align: center;
    margin: auto;
    width: 100%;
    height: 350px;
}
.getTopicCon figure figcaption p {
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;
}
.getTopicCon > p {
display: block;
font-size: 13px;
font-weight: 300;
line-height: 23px;
padding: 5px 10px;
color: #403e43;
margin-bottom: 0;

}
/*------------------------------------*/
/*	End Topic Style
/*------------------------------------*/
/*------------------------------------*/
/*	Start Category Page Style
/*------------------------------------*/
.categoryPage {
    display: block;
}
.categoryPageContent {
    background-color: #ffffff;
    display: block;
    min-height: 500px;
    padding: 15px;
    box-shadow: 0 0 0 1px #dfdfdf;
}
.getCategoryItem {
    border-bottom: 1px solid #ededed;
    display: block;
    min-height: 150px;
    margin-bottom: 15px;
}
.getCategoryItem .Right {
    display: block;
    float: right;
    width: 240px;
}
.getCategoryItem .Right a {
    border: 1px solid #dfdfdf;
    display: block;
    height: 120px;
    padding: 8px;
    width: 205px;
}
.getCategoryItem .Right a > img {
    display: block;
    height: 100%;
    width: 100%;
}
.getCategoryItem .Left {
    display: block;
    margin-right: 255px;
}
.getCategoryItem .Left .postTitle a {
    color: #4c64a0;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 5px;
}
.getCategoryItem .Left p {
    color: #403e43;
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0;
}
/*------------------------------------*/
/*	End Category Page Style
/*------------------------------------*/
/********************************************************
			Start Footer Block
************************************/
.footerWidgets {
    background-color: #2e3b4b;
    display: block;
    height: auto;
    margin-top: 30px;
    padding: 30px 0 60px;
}
.footerWidgets .latestNews, .latestApps, .latestThemes, .latestLinks {
    display: block;
    height: auto;
}
.footerWidgets .latestNews h3, .latestApps h3, .latestThemes h3, .latestLinks h3 {
    border-bottom: 1px solid #cccccc;
    color: #ffffff;
    display: block;
    font-weight: 300;
    padding: 20px 0;
}
.footerWidgets .showItem {
    border-bottom: 1px solid #cccccc;
    clear: both;
    display: block;
    margin-top: 30px;
    padding-bottom: 20px;
}
.footerWidgets .aksamContent {
    display: block;
    margin-top: 30px;
}
.footerWidgets .aksamContent .Right {
    display: block;
    float: right;
    width: 60px;
}
.footerWidgets .aksamContent .Right img {
    border: 3px solid #ffffff;
    display: block;
    height: 65px;
    width: 65px;
}
.footerWidgets .aksamContent .Left {
    display: block;
    margin-right: 90px;
    vertical-align: top;
}
.footerWidgets .aksamContent .Left a {
    border-bottom: medium none;
    color: #ffffff;
    display: block;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    padding: 0;
}
.footerWidgets .aksamContent .Left .postStatus {
    margin-top: 10px;
}
.footerWidgets .aksamContent .Left .postStatus a {
    color: #acacac;
    font-size: 10px;
}
.footerWidgets .aksamContent .Left .postStatus a > span {
    font-size: 10px;
}
.footerWidgets .aksamContent a: last-child {
    border-bottom: none;
}
.footerWidgets .aksamContent a:hover {
    color: #acacac;
}
.footerBottom {
    background-color: #000;
    border-top: 5px solid #282828;
    display: block;
    height: auto;
    min-height: 30px;
    padding: 10px 0;
}
.footerBottom p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    margin-top: 5px;
    text-align: center;
    float: left;
}
.footerBottom p > a{
    background: url(images/copy.png);
    height: 23px;
    width: 63px;
    float: left;
    margin-right: 5px;
    display: block;
}
.techImg {
    background-image: url("images/flogo.png");
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    height: 44px;
    margin-right: -15px;
    width: 150px;
}
.copyRights, .techRights {
    display: block;
    margin-top: 0px;
}
.copyRights.span10 > p {
    margin-top: 30px;
}
/********************************************************
			End Footer Block
************************************/
/*********************************************************************************************
			// Start PlaceHolder Style
*********************************************************************************************/
/*
[placeholder]:focus::-webkit-input-placeholder { 
transition: opacity 0.1s 0.1s ease; 
opacity: 0;
}
[placeholder]:focus:-moz-placeholder { 
transition: opacity 0.1s 0.1s ease; 
opacity: 0;
}
[placeholder]:focus::-moz-placeholder { 
transition: opacity 0.1s 0.1s ease; 
opacity: 0;
}
[placeholder]:focus:-ms-input-placeholder { 
transition: opacity 0.1s 0.1s ease; 
opacity: 0;
}
*/
.formInput: : -webkit-input-placeholder {
    color: #000;
}
.formInput: : -moz-placeholder {
    color: #000;
}
.formInput: -moz-placeholder {
    /* Older versions of Firefox */
color: #000;
}
.formInput: -ms-input-placeholder {
    color: #000;
}
/*********************************************************************************************
			// End PlaceHolder Style
*********************************************************************************************/
/********************************************************
			Start Click To Top Button
************************************/
#to-top {
    background-color: #4c64a0;
    border-radius: 3px;
    bottom: -50px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    padding: 15px;
    position: fixed;
    right: 20px;
    text-align: center;
    z-index: 10000;
}
#to-top:hover {
    background-color: #ce2f2f;
    color: #FFFFFF;
}
body[data-smooth-scrolling="1"] #to-top {
    right: 33px;
}
/********************************************************
			End Click To Top Button
************************************/
/********************************************************
			Start jQuery Loader
************************************/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #29d;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 2px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}
.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}
.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
   }
   100% {
       -webkit-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
   }
   100% {
       -moz-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
   }
   100% {
       -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
   }
   100% {
       -ms-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
   }
   100% {
       transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
/********************************************************
			End jQuery Loader
************************************/
.js .selectnav {
    display: none;
}
/************************************* Start Fast News Bar *****************************/
.fastNews {
    background-color: #293b4c;
    bottom: 0;
    color: #fff;
    display: block;
    left: 10%;
    position: fixed;
    right: 10%;
    visibility: hidden;
    width: 80%;
    z-index: 999999;
}
.fastNews .right small {
    background-color: #ffcd4e;
    display: block;
    float: right;
    padding: 26px;
    color: #293b4c;
    font-size: 22px;
}
.fastNews .left {
    display: block;
    margin-right: 50px;
}
.fastNews .left a {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    padding: 26px;
}
.fastNews .left span {
    background-color: #cc0001;
    cursor: pointer;
    display: block;
    float: left;
    padding: 28px;
}
/************************************* End Fast News Bar ******************************/
/************************************************************************************************************************************
		Start Comments Template Style
*****************************************************************************************************************/
.form-allowed-tags {
    display: none;
}
.comment-form-author > label {
    display: none;
}
.comment-form-email > label {
    display: none;
}
.comment-form-url > label {
    display: none;
}
.comment-form-comment > label {
    display: none;
}
.comment-notes {
    display: none;
}
#author, #email, #url, #comment {
    border: 2px solid #EDEDED;
    border-radius: 3px;
    box-shadow: none;
    color: #557699;
    font-family: Droid Arabic Kufi;
    font-size: 12px;
    font-weight: 700;
    padding: 5px;
    text-align: right;
    width: 50%;
}
#comment {
    width: 98%;
}
.commentsForm {
    display: block;
    padding: 10px 0;
    margin-top: 30px;
    text-align: center;
}
.commentsForm p {
    color: #403e43;
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 0;
    text-align: right;
}
.form-submit input {
    background-color: #34495E;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Droid Arabic Kufi';
    padding: 3px 45px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    padding: 10px 40px;
    transition: all 0.5s ease 0s;
}
.form-submit input:hover {
    background-color: #403e43;
    color: #ffffff;
}
#comments-title {
    display: none;
}
.waiting {
    display: none;
}
.says {
    display: none;
}
.comment-author.vcard {
    display: block;
    margin-bottom: 10px;
    padding: 5px 0;
}
.fn {
    color: #557699 !important;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 700;
    margin-left: 25px;
    cursor: pointer;
}
.fn a {
    color: #557699 !important;
    font-weight: 700;
    font-size: 14px !important;
}
.fn:hover a, .fn:hover {
    color: #403e43 !important;
}
.comment-author a {
    color: #403e43;
    float: left;
    font-size: 12px;
    font-weight: 700;
}
.reply {
    display: inline-block;
    margin: 20px -75px 10px 0;
    padding: 10px 0;
}
.reply a {
    background-color: #F5F5F5;
    border-radius: 3px;
    color: #557699;
    padding: 5px 15px;
}
.reply a:hover, #reply-title small > a:hover {
    background-color: #557699;
    color: #FFFFFF;
}
.commentlist .depth-1 {
    border-bottom: 1px solid #E9E9E9;
    display: block;
    margin-bottom: 15px;
    padding: 5px 0;
}
.children .depth-2 {
    display: block;
    margin-right: 40px;
}
.children .depth-3 {
    display: block;
    margin-right: 80px;
}
.avatar {
    display: inline-block;
    float: right;
    margin-bottom: 15px;
    margin-left: 10px;
}
#reply-title {
    background-color: #f5f5f5;
    border: medium none;
    color: #FFFFFF;
    cursor: default;
    line-height: 0;
    padding: 0;
    transition: all 0.5s ease 0s;
}
#reply-title small > a {
    background-color: #F4F4F4;
    border-radius: 3px;
    color: #557699;
    display: block;
    float: right;
    font-size: 10px;
    line-height: 32px;
    margin-right: 75px;
    margin-top: -47px;
    padding: 1px 8px;
}
.logged-in-as > a {
    color: #557699;
}
.logged-in-as:hover a {
    color: #403e43;
}
/************************************************************************************************************************************
		End Comments Template Style
*****************************************************************************************************************/
/*********************************************************************************************
			// Start wp-pagenavi [Pagination] Style
*********************************************************************************************/
.pagination {
    clear: both;
    display: block;
    margin-top: 40px;
    float: left;
}
.pagination a, .pagination span {
    background-color: #FFFFFF;
    border-radius: 3px;
    color: #557699;
    float: right;
    font-family: droid arabic kufi;
    font-size: 14px;
    font-weight: 700;
    margin: 2px;
    padding: 10px 20px;
    text-decoration: none;
    border: none;
}
.pagination span.current {
    background-color: #403e43;
    color: #FFFFFF;
}
.pagination a:hover {
    background-color: #403e43;
    color: #FFFFFF;
}
/*********************************************************************************************
			// End wp-pagenavi [Pagination] Style
*********************************************************************************************/
/*********************************************************************************************
			// Start Contact Page Style
*********************************************************************************************/
.msgResult {
    display: block;
}
.msgResult h4 {
    text-align: center;
    color: #EF4949;
}
.successfulMsg {
    color: #76B100 !important;
}
.sendUs {
    display: block;
    padding: 20px;
}
.loginForm.sendUs button {
    margin: 12px auto auto;
    width: 20%;
}
.sendUs .firstInput {
    width: 42% !important;
}
.sendUs textarea {
    border: 2px solid #EDEDED;
    border-radius: 3px;
    color: #557699;
    font-family: 'Droid Arabic Kufi';
    font-size: 12px;
    font-weight: 700;
    height: 90px;
    max-width: 98%;
    overflow: auto;
    padding: 10px;
    transition: all 0.5s ease 0s;
    vertical-align: top;
    width: 98%;
}
.sendUs textarea:focus {
    height: 150px;
}
/*********************************************************************************************
			// End Contact Page Style
*********************************************************************************************/
.fbCommentsContent {
    display: block;
    padding-top: 35px;
    text-align: center;
}
.admitThis {
    display: inline-block;
    float: left;
    margin-top: 8px;
}
.imagesPage {
    display: block;
}
.imagesPage .singleAlbum {
    display: block;
    background-color: #f9fafa;
    border-radius: 3px;
    height: auto;
    /*min-height:300px;margin-bottom:30px;*/
position: relative;
    overflow: hidden
}
.imagesPage .singleAlbum .top {
    border-bottom: 1px solid #e9eced;
    display: block;
    margin: 0 20px;
    position: relative;
    overflow: hidden
}
.imagesPage .singleAlbum .top h2 {
    color: #8a8d91;
    display: inline-block;
    font-family: droid arabic kufi;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0
}
.imagesPage .singleAlbum .top h2 .DOT {
    border-radius: 50%;
    display: block;
    float: right;
    height: 8px;
    margin-left: 9px;
    margin-top: 9px;
    width: 8px
}
.imagesPage .singleAlbum .top .newStatus {
    display: inline-block;
    float: left;
    height: 30px;
    margin: 25px 0 0;
    padding: 0;
    width: auto
}
.imagesPage .singleAlbum .top .newStatus small {
    color: #6a6a6a;
    display: block;
    float: right;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 300;
    margin-right: 25px;
    margin-left: 0
}
.imagesPage .singleAlbum .top .newStatus small>span {
    color: #1ab496;
    display: block;
    float: right;
    font-size: 14px;
    margin-left: 5px;
    margin-top: 2px
}
.imagesPage .singleAlbum .med {
    display: block;
    padding: 15px 5px 0
}
.imagesPage .singleAlbum #thumbAlbum a {
	background-color: #fff;
	border-bottom: 2px solid #ebeced;
	border-radius: 4px;
	display: inline-block;
	margin: 0 0 5px;
	padding: 15px 10px;
	position: relative;
	overflow: hidden;
}
.imagesPage .singleAlbum #thumbAlbum a: nth-child(3n+3) {
    margin-left: 0
}
.imagesPage .singleAlbum #thumbAlbum a>img {
    display: block;
    border-radius: 4px;
    width: 100%;
    height: 145px
}
.imagesPage .singleAlbum #thumbAlbum a>span {
    display: block;
    text-align: center;
    margin-top: 5px;
    position: absolute;
    top: 190px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(000, 000, 000, 0.5);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
    padding-top: 20px;
}
.imagesPage .singleAlbum #thumbAlbum a:hover span {
    top: 0
}
.imgimg {
    display: block !important;
} 
.imgimg img {
    width: 100%;
    height: 150px;
}
.gform_title {
    display: none;
}
.gform_wrapper {
    margin: 10px;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    background: #D60000 !important;
    border: 0;
    color: #fff;
    padding: 5px 10px;
    display: block;
    margin: 0 auto;
    font-family: 'Droid Arabic Kufi';
}
.hotnews {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
.hotnews .container {
    background: #BD262B;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.hotnews h2 {
    display: table-cell;
    padding: 10px;
    background-color: #ac161b;
    vertical-align: middle;
    font-size: 1.6em;
    white-space: nowrap;
    word-wrap: normal;
    color: #fff;
}
.hotnews .cont {
    display: table-cell;
    text-indent: 20px;
}
.hotnews .cont a {
    color: #fff;
    padding-top: 11px;
    display: block;
}
.hotnews .cont a:hover {} .wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
    text-align: right !important;
    margin-bottom: 7px;
}
.wp-polls h5 {
    text-align: center;
    margin-bottom: 10px;
}
.clickTaswet {
    display: block !important;
    margin: 0 auto 5px !important;
    padding: 5px 10px !important;
    background: #4c64a0;
    color: #fff;
    font-family: 'Droid Arabic Kufi';
}
.seeResults {
    display: block;
    text-align: center;
}
/*
	Mobile
*/

.wp-polls img, .wp-polls label, .wp-polls input, .wp-polls-loading img, .wp-polls-image img {
    display: inline-block !important;
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    vertical-align: top !important;
    margin-left: 15px !important;
}
.advadv{
    text-align: center;
}
.advadv img{
    max-width: 100%;
}
.navbar{
    padding: 0 !important;
}
@media (max-width: 900px){
    .leftAds,.rightAds,
    #BlockThree .theContent .Left .smallPosts .getPost .Left > p,
    #BlockThree .theContent .Left .smallPosts .getPost .Right a
    {
        display: none;
    }
    .collapse{
         background: #4c64a0;
    }
    .headerBottom{
        height: auto !important;
        margin-bottom: 20px;
    }
    .headerDate a {
        text-align: center;
        font-size: 12px;
    }
    .menu {
        float: none !important;
        margin: 0 !important;
    }
    .menu li{
        float: none !important;
        text-align: center;
    }
    .headerTop{
        height: auto;
    }
    .headerMed .headerLogo a{
        margin: 0 auto;
    }
    .flexslider .slides img{
        width: 100%;
    }
    #BlockThree .theContent .Left .smallPosts .getPost {
        margin-bottom: 5px;
    }
    .readMore {
        float: none;
        margin: 6px auto;
        width: 100px;
    }
    .headerSearch .formInput {
        margin: 3px auto !important;
    }
    .navbar-default .navbar-toggle{
        float: none;
        margin: 9px auto;
    }
    .headerSocial{
        text-align: center;
    }
    .headerSocial a {
        display: inline-block;
        float: none;
    }
}
/*
    Realted
*/
.related{
    margin-bottom: 20px;
    overflow: hidden;
}
.related h3{
    background-color: #4c64a0;
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 10px;
    width: auto;
}
.related .pos{}
.related .pos img{
    width: 100%;
    margin-bottom: 10px;
}
.related .pos span{
    display: block;
    text-align: center;
    color: #403e43;
}
/*
    Default Gallery
*/
.gallery {
display: block;
clear: both;
overflow: hidden;
margin: 0 auto;
}
.gallery .gallery-row {
display:block;
clear: both;
overflow: hidden;
margin: 0;
}
.gallery .gallery-item {
overflow: hidden;
float: left;
margin: 0;
text-align: center;
list-style: none;
padding: 0;
position: absolute
bottom: 0
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
max-width: 89%;
height: auto;
padding: 1%;
margin: 0 auto;
}
.gallery-caption {
margin-left: 0;
}
.imm{
    height: 250px;
    width: 100%;
}
.imm img{
    height: 100%;
    width: 100%;
}
.addtoany_shortcode{
    text-align: center;
    margin: 20px 0
}
.slider{
    clear: both;
}
#ascrail2000 > div {background-color:#4c64a0 !important;}
.footerul{
    float: right;
    margin-top: 5px;
}
.footerul li{
    float: right;
    border-left: 1px solid #fff
}
.footerul li:last-child{
    border: 0;
}
.footerul li a{
    color: #fff;
    padding: 0 10px;
}