/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
html { 
    background: #10cf00 url('/images/bg.jpg') repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    /*font-family: 'Open Sans';*/
    font-family: 'Cairo', sans-serif;
    font-size: 13px;
    background: none;
}

input,
button,
select,
textarea {
    font-family: 'Open Sans';
}

a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
}

blockquote {
    border-left: 2px solid #038800;
    border-right: 2px solid #038800;
    padding: 0px 15px;
    margin: 10px 10px;
    font-family: 'Times New Roman';
    color: #989898;
    line-height: 22px;
    font-size: 16px;
    font-style: italic;
    direction: rtl;
    font-weight: bolder;
    margin-right: 17px;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}


.ads-728x90 {
    /*width: 650px;*/
    height: 100px;
    overflow: hidden;
}

.inline-list.m0 li {
    margin: 0;
}

.clear {
    clear: both;
}

.oh { overflow: hidden; }

.mb10 {margin-bottom: 10px !important; 
       margin-top: 10px;margin-left: 2px;       
       width: 101.4%;}
.mb25 {margin-bottom: 30px !important; margin-left: 2px;width: 101%;}

.galleryBlock {margin-bottom: 10px !important; margin-left: 2px;width: 101.4%;}

.pull-left {
    float: left !important;
    margin-left: 0 !important;
}

.pull-right {
    float: right !important;
    margin-right: 0 !important;
}

.pull-center {
    margin: 0 !important;
}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
body > header {
    width: 100%;
    /*background: #dcd9b0;*/
    
}

body > header .inner-header {
    max-width: 990px;
    margin: auto;
    padding: 5px 5px 5px 0px;
    background: #038900 url(/images/header-bg.png) repeat 0px center;
    min-height: 120px;
}

#top-menu {
    width: 100%;
    /*Old topMenu background color: #038800;  TopMenuBackground*/
    /*background:#038800 #10cf00;*/   
    max-width: 990px;
    margin: auto;
    padding: 0px 0px 2px 0;
}

#top-menu > ul {
    max-width: 490px;
    /*margin: auto;*/
     background: #038800 url(/images/TopMenuBackground.png) repeat center;
    margin: 0px 0px 0px 0px;
}

#top-menu a {
    display: block;
    padding: 5px 13px;
    border-left: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
    font-size: 12.4px;
    font-weight:bolder;
}

#top-menu a:hover {   
    background: #10cf00;    
    color:#3e3e3e;
}

#top-menu li:first-child > a {
    border-right: 1px solid rgba(255, 255, 255, 1);
}

#logo {
    padding: 2px 0 0 0;
}


.icon-home:before{content:"\f015"}

/*-------------------------------------------------*/
/* =  Container
/*-------------------------------------------------*/
.container {
    max-width: 990px;
    background: #fff;
    margin-bottom: 50px;
}

.container header {
    /*background: #038800;*/
    background: #038800;
}

.container .inner-container {
    width: 960px;
    margin: 20px auto 0 5px;
}

.post-title {
    font-family: 'Cairo', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #038800;
    direction: rtl;
}

/* Main menu */
#main-menu select { display: none; }

#main-menu > ul {
    margin: 0;
}

#main-menu a {
    font-family: 'Cairo', sans-serif;
    font-size: 13.45px;
    text-transform: uppercase;
    font-weight: 600;
     margin-bottom: 0px;
}

#main-menu > ul > li > a, a:active {
    display: block;
    color: #fff;
    padding: 8px 12px;
    border-right: 1px solid #fff;
    line-height: normal;
    margin-bottom: 0px;
}

#main-menu a:hover, #main-menu a.active {
    background: #10cf00;    
}

/* DropDown Menu = Superfish */
.sf-menu {
    line-height: 1.0;
    overflow: visible !important;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 220px; /* left offset of submenus need to match (see below) */
    margin: 0 !important;
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    float: right ;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    right: -1px;
    top: 40px; /* match top ul list item height */
    z-index: 99;
}

.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
    top: -999em;
}

.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
    right: 198px; /* match ul width */
    top: -1px;
    /*margin-left: 2px;*/
}

.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
    top: -999em;
}

.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
    left: 198px; /* match ul width */
    top: -1px;
}

.sf-menu .sub-menu {
    overflow: visible !important;
    border: 1px solid #fff;
    margin-top: -5px;
    text-align: right;
}

.sf-menu .sub-menu li {
    background: #038800;
    padding-right: 0;
    list-style: none;
}

.sf-menu .sub-menu li {
    border-top: 1px solid #fff;
}

.sf-menu .sub-menu > li:first-child {
    border-top: none;
}

.sf-menu .sub-menu a, a:active {
    text-align:right;
    color: #fff;
    padding: 8px;
    line-height: normal;
    text-transform: none !important;
    display: block;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    outline: 0;
    color: #fff;
}

/* Search Bar */
.search-bar {
    margin: -26px 0px 0 10px;
}

.search-bar input[type="text"] {
    float: right;
    height: auto;
    line-height: normal;
    background: #f3f2e4;
    width: 120px;
    font-size: 11px;
    padding: 1px 10px;
    border: none;
    color: #2e2e2e;
    border-radius: 0;
    margin: 0 !important;
    box-shadow: none;
    outline: none;
    text-align: right;
    line-height: 20px;
}

.search-bar input[type="submit"] {
    float: left;
    background: url(/images/search-icon.png) no-repeat center center;
    border: none;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-top: -2px;
    cursor:pointer;
}

/*-------------------------------------------------*/
/* =  Flexslider
/*-------------------------------------------------*/
.flexslider { position: relative; }
.flexslider, .flexslider .slides li { min-width: 100%; }
.flexslider .slides {zoom: 1; margin: 0;float: right; min-width: 100%;}
.flexslider .slides > li { display: none; }
.flexslider, .flexslider .slides li, .flexslider .slides > li > a { height: 360px; }

.pull-center .flexslider, .pull-center .flexslider .slides li, .pull-center .flexslider .slides > li > a { height: 420px; }

.flexslider img { min-width: 100%; max-height: 101%; min-height: 101%;}
.pull-center .flexslider img { min-width: 100%; max-height: 101%; height: 101%; }

/* Caption */
.flex-caption { position: absolute; left: 0; bottom: 0; font-size: 13px; padding: 5px 15px 5px 5px; color: #fff; 
                min-height: 20%; max-height: 33%; width: 100%; overflow: hidden; background: rgba(3,136,0, 0.9); 
                background: url(http://www.htmltocss.com/rgbatopng.php?rgba=0,0,0,0.5)\0/; }
.flex-caption .desc { min-height: 20%;max-height: 33%; overflow: hidden; }
.flex-caption h1 { line-height: normal; margin: 0; min-height: 15%;}
.flex-caption a, a:active { color: #202020; 
                  margin-bottom: 7px; 
                  font-family: 'Cairo', sans-serif; 
                  font-size: 16px; 
                  line-height: 22px; display: block; text-align:right; }
div.flex-caption .desc > h1 > a, a:active { color: #202020; 
                  margin-bottom: 7px; 
                  font-family: 'Cairo', sans-serif; 
                  font-size: 16px; 
                  line-height: 22px; display: block; text-align:right; }
div.flex-caption .desc > h1 > a:hover { color: #10cf00;                  
                  font-family: 'Cairo', sans-serif; 
                  font-size: 15.7px; 
                  line-height: 21px; display: block; text-align:right; opacity: 1.5;}

.flex-caption p { line-height: 20px ;
                   text-align: right;float: right;
                   direction: rtl;
}

/* Direction Nav */
.flexslider.no-nav .flex-direction-nav { display: none; }

.flex-direction-nav { position: absolute; left: 0; top: 50%; margin: 0; margin-top: -40px; right: 0; height: 46px; min-width: 100%; }
.flex-direction-nav li:first-child { float: left; }
.flex-direction-nav li { float: right; margin-top: 0;margin-left: 0px; }
.flex-direction-nav a { display: block; width: 46px; height: 46px; cursor: pointer; text-indent: -9999px; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next { background: rgba(3,136,0, 0.7) url(/images/slider-next.png) no-repeat center; }
.flex-direction-nav .flex-prev { background: rgba(3,136,0, 0.7) url(/images/slider-prev.png) no-repeat center; }
.flex-direction-nav .flex-next:hover { opacity: 0.8; }
.flex-direction-nav .flex-prev:hover { opacity: 0.8; }

/* Control Nav */
.flex-control-nav { position: absolute; top: 3%; left: 0px; text-align: center; }
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a {width: 18px; 
                           height: 18px; display: block; 
                           background: transparent; cursor: pointer; 
                           text-indent: -9999px; -webkit-border-radius: 100%; 
                           -moz-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; 
                           border: 2px solid rgba(0,0,0, .7); }
.flex-control-paging li a.flex-active { background: #fff; cursor: default; }


/*-------------------------------------------------*/
/* =  Page Search Result style - add by hameed
/*-------------------------------------------------*/
h3.SearchPhraTitl {
    font-family: 'Cairo', sans-serif;
    font-size: 20px;
    text-align: center ;
    font-weight: bold;
    margin: 0 0 15px 0;
    color: #038800;
    direction: rtl;
    padding:0px;
    line-height: 30px;
}
/*-------------------------------------------------*/
/* =  DesignBy Section Style - add by hameed
/*-------------------------------------------------*/
div.DesignBy {
    font-family: 'Cairo', sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: -37px 0 15px 0;
    color: #038800;
    direction: rtl;
    padding: 0px;
    line-height: 25px;
    text-align: center;
}

    div.DesignBy a, a:active {
        font-family: 'Cairo', sans-serif;
        font-size: 13px;
        color: #000b0e;
    }

        div.DesignBy a:hover {
            text-decoration:underline ; 
            color: #089299;
        }
/*-------------------------------------------------*/
/* =  Page Detail Style - add by hameed
/*-------------------------------------------------*/

.page-header {
    margin: 5px 0 0px 0px;
    padding: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.page-header .post-title {
    font-family: 'Cairo', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
    color: #038800;
    direction: rtl;
    padding:0px;
    line-height: 30px;
}

div.Fulltext-InPagDetil{
    direction: rtl;
    text-align: justify;
    margin: 0px 0px 25px 0px;
    
}

div.Fulltext-InPagDetil > ul li {
    direction: rtl;
    text-align:right;
    margin: 5px 25px 0px 0px;
    font-size: 13.5px;
    line-height: 24px;
}

div.Fulltext-InPagDetil > ol li {
    direction: rtl;
    text-align:right;
    margin: 5px 25px 0px 0px;
    font-size: 13.5px;
    line-height: 24px;
}

div.Fulltext-InPagDetil > p {
    direction: rtl;
   text-align: justify;
    font-family: 'Cairo', sans-serif;
    font-size: 13px;
    color: #535353;
    font-weight: bold ;
}

div.Fulltext-InPagDetil > p span {
    direction: rtl;
    text-align: justify;
    font-family: 'Cairo', sans-serif;
    font-size: 13px;
}

div.PageAttachDocument {
    direction:rtl ;
    font-family: 'Cairo', sans-serif;
    margin-top: -7%;
    margin-bottom: 12%;    
}


div.PageAttachDocument > table {
    direction:rtl ;
    font-family: 'Cairo', sans-serif;
    float: left;
    margin-top: -3%;         
}

div.PageAttachDocument > table thead tr th {
    direction:rtl ;
    font-family: 'Cairo', sans-serif;       
    font-size:12.5px; 
    text-align:right;
    line-height: 15px;
}

div.PageAttachDocument > table tbody tr td {   
    font-family: 'Cairo', sans-serif;       
    font-size:12.5px;    
    line-height: 15px;
    padding: 0px 5px;
    vertical-align: middle;
    border: none;
    text-align: right;

}

    div.PageAttachDocument > table tbody tr td img {
        width: 22px;
        height: 23px;
    }
div.page-Source > span {
    direction: rtl;
    font-family: 'Cairo', sans-serif;
    font-size: 13px;
    float:right;
    color:#038800;
}

.article-info {
    margin: 10px 0px 0px 0px;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;    
}

.article-info ul.actions {
    list-style: none; 
    float: left;
}

.article-info ul.actions li {
    margin: 0 -1px 0 3px;
}

.article-info ul.actions li a {
    float: left;
    width: 27px;
    height: 25px;
    padding: 0 3px;
}

.article-info ul.actions li a { 
    color: #eee;
    font-size: 14px;
    background: #038800;
    padding: 2px 4px;
}

.icon-print::before {
    display: inline-block;
    content: " , ";
    background: url(/images/icon-print.png) no-repeat -3px center;
    min-width: 27px;
}


h3.related-title {
    color : #038800;
    font-size: 140%;
    font-family: 'Cairo', sans-serif; 
    float: right;
    direction: rtl;
    width: 100%;
    margin: 0px 0px 20px 0px;
}

ul.related-items{
    margin: 5px 10px 15px 0px;
}

ul.related-items li.span6 {
    width: 50%;
    margin: 0 0 10px 0 !important;
    line-height: 0.8;
}
.row-fluid [class*="span"]:first-child {
    margin-right: 0;
}
.row-fluid [class*="span"]:first-child {
    margin-right: 0;
}
.row-fluid .span6 {
    width: 48.717948717949%;
    *width: 48.664757228587%;
}
.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    margin-right: 1.9276595744681%;
    *margin-right: 1.7244680851064%;
}

ul.related-items li.span6 .img-fulltext {
    margin-bottom: 0;
}
.related-items .img-fulltext.pull-right {
    margin-left: 1em;
}

ul.related-items li.span6 div.img-fulltext.pull-right {
    float: right;
}

ul.related-items li h3.related-item-title {
    font-family: 'Cairo', sans-serif;
    margin: -4px 10px 5px 10px;
    font-size: 13px;
    line-height: 19px;   
    overflow: hidden;
    font-weight: normal;   
    direction: rtl;
    text-align: right;    
    max-height: 58px;
}


div.catItemImageBlock .catItemImage {
    background: url(/images/loading.gif) no-repeat center center #f4f4f4;
    margin: 0 0px 0 10px;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto;
    overflow: hidden;
    max-width: 65px;
}

span.catItemImage {
    display: block;    
    width:65px;
    height: 55px;
}

div.catItemImageBlock .catItemImage img {
    width:55px;
    height: 55px;
    border: 1px solid #ccc;
    padding: 3px;
}

.MinItm-other-posts {
	border-top: 1px solid #eaeaea;
	padding-top: 12px;
}
.MinItm-other-posts .date {
    font-size: 10px;
    padding: 0 20px 0 0;
    float: right ;
}

.MinItm-other-posts li {
    display: block;
    height: 50px;
    margin-bottom: 23.7px;
}


.MinItm-other-posts .post-title {
    font-family: 'Cairo', sans-serif;
    font-size: 12.4px;
    color: #038800;
    /*font-weight: bold;*/
    line-height: 18px;
    margin: 0 0 5px 0;
    direction: rtl;
    text-align: right;
    overflow: hidden;
    max-height: 81%;
}

.MinItm-other-posts li > a {
    float: right ;
    margin-left: 10px;
    padding-top: 3px;
}

/*.tabs-content h4.Tab-post-title a,a:active {
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    color: #038800;
    display: block; 
    text-align:right;
    margin: 0px;
    line-height: 16.2px;
    direction: rtl;
}*/

div.post-container h2.post-title > a.MainItem-title, a.MainItem-title:active {
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 0px 0;
    color: #535353;
    direction: rtl;
    text-align: right;
}


.MinItm-other-posts li > h3.post-title a.item-title, a.item-title:active {
    font-family: 'Cairo', sans-serif;
    font-size: 12.4px;
    color: #038800;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 5px 0;
    direction: rtl;
    text-align: right;
}

.MinItm-other-posts li > h3.post-title a.item-title:hover {
    color: #535353;
    text-decoration:underline ;
    }


div.post-container h2.post-title > a, a:active {
     color: #535353;
      text-align:right;
      font-size: 12.3px;
    line-height: 19px;
}

div.post-container h2.post-title > a:hover {
     color: #038800;
     /*text-decoration:underline ;*/
}

ul.related-items li h3.related-item-title > a, a:active {
     color: #038800;
     text-align:right;
     font-size: 12.3px;
line-height: 19px;
}

ul.related-items li h3.related-item-title > a:hover {
     color: #404040;
     text-decoration:underline ;
}


.img-fulltext {
    background: url(/images/loading.gif) no-repeat center center #E6E6E6;
    margin: 0 25px 0 0;
    padding: 0;
    position: relative;
    text-align: center !important;
    width: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 1em;
    display: table;
    margin: 0 auto 1em;
}

ul.related-items li.span6 .img-fulltext {
    height: 50px;
    min-height:40px;
}


ul.related-items li.span6 .img-fulltext img{
    width: 80px;
    height: 60px;
    border: 1px solid #ccc;
    padding: 3px;
}

.img_caption.none {
    margin-left: auto;
    margin-right: auto;
}

div.img_caption {
    position: relative;
}

.img-fulltext div.img_caption p.img_caption {
    padding: 5px 0;
}

div.img_caption p.img_caption {
    font-size: 89%;
    padding: 5px 0 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #eee;
    border-bottom: 1px solid #ddd;
}

.img-fulltext .image-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.img-fulltext .image-overlay .hover-links {
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -18px -40px 0 0;
}

.img-fulltext .image-overlay .hover-links a.hover-zoom {
    -webkit-transform: translate(-30px,0px);
    -moz-transform: translate(-30px,0px);
    -ms-transform: translate(-30px,0px);
    -o-transform: translate(-30px,0px);
    transform: translate(-30px,0px);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.img-fulltext .image-overlay .hover-links a {
    width: 32px;
    height: 32px;
    line-height: 31px;
    text-align: center;
    margin: 0 4px;
    float: left;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 32px;
}

.clearfix::after {
    clear: both;
}

.clearfix::before, .clearfix::after {
    display: table;
    content: "";
    line-height: 0;
}


/*-------------------------------------------------*/
/* =  News Roll Bar Style - add by hameed
/*-------------------------------------------------*/

div.NewsRollBarStyl {
     direction: rtl;
    font-family: 'Cairo', sans-serif;
    color :#038800;
    font-size:12.5px;
    font-weight:600;
    margin: -15px -7px 6px 15px;
    text-align:center;   
    background-color:#e6e6e6;  
}

div.NewsRollBarStyl >  h3 {
    font-family: 'Cairo', sans-serif;
    margin:0px;
    padding:2px;
    line-height: 17px;   
}

div.NewsRollBarStyl > marquee > img {   
    margin:0px;
    padding:2px;
   
}

div.NewsRollBarStyl > marquee a, a.active {
    font-family: 'Cairo', sans-serif;
    color :#038800;
    font-size:12.5px;
    font-weight:600;
    margin:0px;
    padding:0px;
    line-height: 17px;           

    text-align: center;
    border-right: 0px solid #fff;
    display: inline;
}

div.NewsRollBarStyl > marquee a:hover {
    font-family: 'Cairo', sans-serif;
    color :#038800;
    font-size:12.5px;
    font-weight:600;
    margin:0px;
    padding:0px;
    line-height: 17px;           
    text-decoration:underline ; 
    text-align: center;
    border-right: 0px solid #fff;
    display: inline;
}

/*-------------------------------------------------*/
/* =  News List Bage Row - add by hameed
/*-------------------------------------------------*/
#k2Container {
    padding: 0 0 24px 0;
}

#k2Container .itemList .itemContainer:first-child .catItemView {
    padding-top: 0;
    border-top: none;
    box-shadow: none;
}

#k2Container .itemList .itemContainer .catItemView {
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    -moz-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
}

#k2Container .itemList .itemContainer .catItemView h3.catItemTitle {
    direction: rtl;
    text-align: right;
    font-size: 121.4%;
    margin: 0px 0px 10px 5px;

    
}

#k2Container .itemList .itemContainer .catItemView h3.catItemTitle a, a:active {
    color: #038800;
    text-align: right;
    font-size: 113%;
    margin: 0px 0px 10px 5px;
    line-height: 28px;
}

#k2Container .itemList .itemContainer .catItemView h3.catItemTitle a:hover {
    color: #555;
    text-decoration:underline;
}

#k2Container .itemList .itemContainer .catItemView .catItemHeader {
    margin:  0px;
    overflow: hidden;
}

#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info {
    margin: 0;
}

#k2Container .itemList .itemContainer .catItemView .catItemHeader dl.article-info dd {
    display: inline-block;
    font-size: 89%;
    line-height: 24px;
    margin: 0;
    color: #999;
    float: none;
}

#k2Container .itemList .itemContainer .catItemView .catItemImageBlock {
    padding: 0px 5px 0px 0px;
    margin: 0 0 15px 0;
}

#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage {
    background: url(/images/loading.gif) no-repeat center center #E6E6E6;
    margin: 0 5px 0 20px;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto;
    overflow: hidden;
}

#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catNewsItemImage {
    background: url(/images/loading.gif) no-repeat center center #E6E6E6;
    margin: 0 5px 0 20px;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto;
    overflow: hidden;
}

span.catNewsItemImage {
    display: block;    
}


#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catNewsItemImage img {
    border: 1px solid #ccc;
    padding: 6px;
}


span.catItemImage {
    display: block;    
}

#k2Container .itemList .itemContainer .catItemView .catItemImageBlock .catItemImage img {
    border: 1px solid #ccc;
    padding: 8px;
}

#k2Container .itemList .itemContainer .catItemView .catItemBody {
    padding: 0;
    overflow: hidden;
    line-height: 24px;
}

div.catItemBody {padding:8px 0;margin:0;}

#k2Container .itemList .itemContainer .catItemView .catItemNavi {
    direction: rtl;
    clear: both;
    display: block;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

#k2Container .itemList .itemContainer .catItemView .catItemNavi > div {
    padding: 10px 15px;
    border: none;
    border-right: 1px solid #e5e5e5;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

/*.TabOther-posts .readmore {
    background: url(/images/readmre-Blu.png) no-repeat 5px center;
    padding-left: 25px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    float: left;
    direction: rtl;
    font-weight: bold;
}*/

#k2Container .itemList .itemContainer .catItemView .catItemBody a.readmore .ico-arrow-right {
    width: 15px;
    height: 15px;
    background: url(/images/arrow-left.png) no-repeat 2px 3px;
    font-size: 17px;
    border: 1px solid #038800;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    float: left;
    margin-right: 4px;
    margin-top: 5px;
}

#k2Container .itemList .itemContainer .catItemView .catItemBody a.readmore:hover .ico-arrow-right {
    width: 15px;
    height: 15px;
    background: url(/images/arrow-left.png) no-repeat -19px 3px;
    font-size: 17px;
    border: 1px solid #909094;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

#k2Container .itemList .itemContainer .catItemView .catItemBody a.readmore, a.readmore:active {
    color: #038800;    
    font-size: 12px;
    direction: ltr;
    font-weight: bold;
    text-align: left;
    line-height: inherit;
    padding: 0px;
    margin: 0px 0px 5px 0px;     
    display:block;
}

#k2Container .itemList .itemContainer .catItemView .catItemBody a.readmore:hover {
    color: #555; 
    /*text-decoration:underline;*/
}

.clr {
    clear: both;
    height: 0;
    line-height: 0;
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    border: none;
}



/* --- Rating --- */
.itemRatingForm {display:block;vertical-align:middle;line-height:25px;float:left;}
.itemRatingLog {font-size:11px;margin:0;padding:0 0 0 4px;float:left;}
div.itemRatingForm .formLogLoading {background:url(../images/system/loading.gif) no-repeat left center;height:25px;padding:0 0 0 20px;}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {background:transparent url(../images/system/transparent_star.gif) left -1000px repeat-x;}
.itemRatingList {position:relative;float:left;width:125px;height:25px;overflow:hidden;list-style:none;margin:0;padding:0;background-position:left top;}
.itemRatingList li {display:inline;background:none;padding:0;}
.itemRatingList a,
.itemRatingList .itemCurrentRating {position:absolute;top:0;left:0;text-indent:-1000px;height:25px;line-height:25px;outline:none;overflow:hidden;border:none;cursor:pointer;}
.itemRatingList a:hover {background-position:left bottom;}
.itemRatingList a.one-star {width:20%;z-index:6;}
.itemRatingList a.two-stars {width:40%;z-index:5;}
.itemRatingList a.three-stars {width:60%;z-index:4;}
.itemRatingList a.four-stars {width:80%;z-index:3;}
.itemRatingList a.five-stars {width:100%;z-index:2;}
.itemRatingList .itemCurrentRating {z-index:1;background-position:0 center;margin:0;padding:0;}
span.siteRoot {display:none;}

/* --- Primary lists in modules --- */
div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {} /* Example CSS: padding:0;margin:0;list-style:none;*/

div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2UserBlock ul.k2UserBlockActions li,
div.k2UserBlock ul.k2UserBlockRenderedMenu li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
div.k2UsersBlock ul li {} /* Example CSS: display:block;clear:both;padding:2px 0;border-bottom:1px dotted #ccc;*/

.clearList {display:none;float:none;clear:both;} /* this class is used to clear all previous floating list elements */
.lastItem {border:none;} /* class appended on last list item */


/* --- Item groups --- */
div.itemList { direction:rtl; width: 101%; margin-left: -5px;}
	div#itemListLeading {}
	div#itemListPrimary {}
	div#itemListSecondary {}
	div#itemListLinks {background:#f7fafe;border:1px solid #ddd;margin:8px 0;padding:8px;}

div.itemContainer {float: right;width: 100%;}
		div.itemContainerLast {} /* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */

/* --- Item block for each item group --- */
div.catItemView {padding:4px;} /* this is the item container for this view - we add a generic padding so that items don't get stuck with each other */

	/* Additional class appended to the element above for further styling per group item */
	div.groupLeading {}
	div.groupPrimary {}
	div.groupSecondary {}
	div.groupLinks {padding:0;margin:0;}


div.content-News-notFound {
    direction: rtl;
    font-family: 'Cairo', sans-serif;
    margin: 30px 10px 10px 10px;
    line-height: 17px;
    text-align: center;
}

div.content-News-notFound > h2 {
    direction: rtl;
    font-family: 'Cairo', sans-serif;
    margin: 5px;
    line-height: 1.7;
    text-align: center;
}

div.content-News-notFound > h2 > u {
    direction: rtl;
    font-family: 'Cairo', sans-serif;    
    color:#038800;
}

/*-------------------------------------------------*/
/* =  News Block with multi Row - add by hameed
/*-------------------------------------------------*/
.News_Block-Main-Post-img { 
    padding: 0px;
    margin: 0px;   
    margin-left: -1px;
    direction: ltr;
}

.News_Block-Main-Post-img img {
    width: 309.7px;
    height: 200px;    
}

.News_Block-Mult_Row-other-posts {
    border-top: 1px solid #eaeaea;
    padding-top: 15px;
}

.News_Block-Mult_Row-other-posts .readmoreNewsItms {    
    padding-left: 0px;
    margin-top: -7px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    float: left;
    direction: rtl;
    font-weight: bold;
}


.News_Block-Mult_Row-other-posts a.readmoreNewsItms .ico-arrow-right {
    width: 15px;
    height: 15px;
    background: url(/images/arrow-left.png) no-repeat 2px 3px;
    font-size: 17px;
    border: 1px solid #038800;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    float: left;
    margin-right: 4px;
    margin-top: 5px;
}

.News_Block-Mult_Row-other-posts a.readmoreNewsItms:hover .ico-arrow-right {
    width: 15px;
    height: 15px;
    background: url(/images/arrow-left.png) no-repeat -19px 3px;
    font-size: 17px;
    border: 1px solid #909094;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

.News_Block-Mult_Row-other-posts a.readmoreNewsItms {
     color: #038800;
}

.News_Block-Mult_Row-other-posts a.readmoreNewsItms:hover {
     color: #494949;
     text-decoration:underline ;
}
/*Section Read More Link to hear*/ 

.News_Block-Mult_Row-other-posts li {
    display: block;
    height: 50px;
    margin-bottom: 25px;
}

.News_Block-Mult_Row-other-posts .post-title {
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    color: #038800;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 5px 0;
    direction: rtl;
    text-align: right;
    max-height: 90%;
    overflow: hidden;
}

.News_Block-Mult_Row-other-posts .date {
    font-size: 11px;
    padding: 0 20px 0 0;
    float: right;
}

.News_Block-Mult_Row-other-posts .post-img {
    border:1px solid #505255;
    background:#fff;
    width: 90px;
    height: 65px;
    padding: 0px;
    margin: 0px 0px 0px 10px;
    float:right ;
}

div.News_Block-Mult_Row-other-posts .post-img .catItemImage {
    background: url(/images/loading.gif) no-repeat center center #fff;
    margin:0;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto;
    overflow: hidden; 
    height: 100%;
    max-width: 90px;
}

div.News_Block-Mult_Row-other-posts .post-img .catItemImage img {
    width: 88px;
    height: 63px; 
    border: 1px solid #ccc;
    padding: 3px;
}


.News_Block-Mult_Row-other-posts img {
    float: right;
    width: 88px;
    height: 63px;    
    padding :3px;
}

/*-------------------------------------------------*/
/* =  Left Image Slid (JQuery Cycle ) Block
/*-------------------------------------------------*/

.CycleSlidBlock { height: 200px; width: 310px; padding:0; margin:5px 0px 0px 0px; z-index: 15; overflow: hidden }

div.CycleSlidBlock > a{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block; 
    opacity: 1;
    width: 300px;
    height: 200px;
    color:rgba(3,136,0, 1)
}

div.CycleSlidBlock > a.hover {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block; 
    opacity: 1;
    width: 295px;
    height: 195px;
    color:#fff;
}

.CycleSlidBlock img { height: 205px; width: 305px; padding:2px; border: 1px solid #ccc; background-color: #eee; top:0px; left:0 }
.CycleSlidBlock img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
    
}

/*-------------------------------------------------*/
/* =  Left Blcok Image Only
/*-------------------------------------------------*/

 li.widget_Imag-Only_Block {
     border: 1px solid #d8d8d8; 
     border-bottom:none ; 
     
}



.widget_Imag-Only_Block .Block-img {   
    background:#fff;   
    padding: 0px;
    margin: 0px 0px 0px 0px;
    float:right ;
    max-width:300px; 
}

li.widget_Imag-Only_Block img {
    float: right;
    width: 305px;
    height: 205px;  
}

li.widget_Imag-Only_Block .Block-img a {
    float: right;
    color: #fff;
    font-size: 11px !important;
    /*padding: 5px 7px;
    background: #666;*/
    margin: 0;

    transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
}

li.widget_Imag-Only_Block .Block-img a:hover {
    background: #038800;
}

/*-------------------------------------------------*/
/* =  Block with multi Row - add by hameed
/*-------------------------------------------------*/

.widget_Block-Mult_Row #Mult_Row-content {
    display: block;
}

.widget_Block-Mult_Row > div {
    clear: both;
}

.widget_Block-Mult_Row > div > ul {
    margin: 0;
}


.widget_Block-Mult_Row > div li:first-child {
    border-top: 1px solid #d8d8d8;
}

.widget_Block-Mult_Row > div > ul > li:last-child {   
    padding-bottom:20px; 
}

.widget_Block-Mult_Row > div li {
    overflow: hidden;
    padding: 9.5px 7px 8px 7px;
    border: 1px solid #d8d8d8;
    border-top: none;
    background: #fff;
}

.widget_Block-Mult_Row > div li > a {
    display: block;
}

.widget_Block-Mult_Row img {
    float: right;
    width: 65px;
    height: 55px;
    margin-left: 14px;
}

.widget_Block-Mult_Row > div h3 {
    font-family: 'Cairo', sans-serif;
    margin: 0 0 2px 0px;
    line-height: 17px;
    max-height: 34px;
    overflow: hidden;
    text-align: right;
    direction: rtl;
}

.widget_Block-Mult_Row > div h3 a, a.active {
    color: #038800;
    display: block;
    font-size: 12px;
    text-align: right;
    direction: rtl;
    line-height: 17px;
    margin: 0 0 2px 0px;
}

.widget_Block-Mult_Row .post-date::before {
    display: inline-block;
    content: " . ";
    background: url(/images/date-icon.png) no-repeat left center;
    min-width: 17px;
    float: right;
    margin-left: 5px;
}

.widget_Block-Mult_Row .post-date {
    /*background: url(/images/date-icon.png) no-repeat 100px center;*/
    padding-right: 0px;
    font-size: 11px;
    height: 22px;
    line-height: 24px;
    float: right;
}

.widget_Block-Mult_Row .post-img {
    border:1px solid #505255;
    background:#fff;
    width: 90px;
    height: 65px;
    padding : 0px;
    margin: 0px 0px 0px 10px;
    float:right ;
}

.widget_Block-Mult_Row img {
    float: right;
    width: 88px;
    height: 63px;    
    padding :3px;
}


/*Start Section Read More Link */ 
.widget_Block-Mult_Row .readmoreBlckItms {    
    padding-left: 5px;
    margin-top: -25px;
    font-size: 12px;
    height: 20px;
    line-height: 23px;
    float: left;
    direction: rtl;
    font-weight: bold;
}


.widget_Block-Mult_Row a.readmoreBlckItms .ico-arrow-right {
    width: 15px;
    height: 15px;
    background: url(/images/arrow-left.png) no-repeat 2px 3px;
    font-size: 17px;
    border: 1px solid #038800;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    float: left;
    margin-right: 4px;
    margin-top: 5px;
}

.widget_Block-Mult_Row a.readmoreBlckItms:hover .ico-arrow-right {
    width: 15px;
    height: 15px;
    background: url(/images/arrow-left.png) no-repeat -19px 3px;
    font-size: 17px;
    border: 1px solid #909094;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

.widget_Block-Mult_Row a.readmoreBlckItms {
     color: #038800;
}

.widget_Block-Mult_Row a.readmoreBlckItms:hover {
     color: #494949;
     text-decoration:underline ;
}
/*End Section Read More Link */ 

.widget_Block-Mult_Row .readmore {
    background: url(/images/readmre-Blu.png) no-repeat 0px center;
    padding-left: 22px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    float: left;
    direction: rtl;
    font-weight: bold;
    margin: 5px 0px -4px -3px;
}

.widget_Block-Mult_Row .readmore > a, a:active {
     color: #038800;
}

.widget_Block-Mult_Row .readmore > a:hover {
     color: #494949;
     text-decoration:underline ;
}

/*-------------------------------------------------*/
/* =  Block Tab In Main Page - add by hameed
/*-------------------------------------------------*/

.tabs-content .other-posts {
	border-top: 0px solid #eaeaea;
	padding-top: 0px;
    margin-top: -10px;
}

.tabs-content .other-posts ul {
    margin-left: 0px;
}

.tabs-content .other-posts li {
    display: block;
    height: auto;
    margin-bottom: 10px;
}

.tabs-content .Tabs-Main-Post {
    margin: 10px 5px 5px 5px;
    min-height: 128px;
}

.tabs-content .Main-post-img {
    border:2px solid #505255;
    background:#fff;
    width: 185px;
    height: 135px;
    padding: 0px;
    margin: 5px 0px 0px 10px;
    float:right ;
}

.tabs-content .Main-post-img > img {
    float: right;
    width: 180px;
    height: 130px;
    padding :4px;
}

.tabs-content .Tabs-Main-Post > h3 {
    font-family: 'Cairo', sans-serif;
    margin: 0 0 5px 0px;
    line-height: 20px;
    /*max-height: 34px;*/
    overflow: hidden;
    text-align: right;
    direction: rtl;
}

.tabs-content .Tabs-Main-Post > h3 a,a:active {
    color: #038800;
    display: block;
    font-size: 13px;
    text-align:right;
    margin: 0px;
    line-height:20px; 
}

.Tabs-Main-Post-desc {
    font-size: 12.5px;
    text-align: right;
    direction: rtl;
    margin-bottom: 5px;
}

.tabs-content .readmore {
    background: url(/images/readmre.png) no-repeat 5px center;
    padding-left: 25px;
    font-size: 11.5px;
    height: 20px;
    line-height: 20px;
    float: left;
    direction: rtl;
    font-weight: bold;
    margin-top:10px;
}

.tabs-content .readmore > a, a:active {
     color: #494949;
}

.tabs-content .readmore > a:hover {
     color: #038800;
     text-decoration:underline ;
}

.tabs-content .TabOther-posts {    
    margin-top: 34px;
}

.tabs-content .post-img {
    border:1px solid #505255;
    background:#fff;
    width: 90px;
    height: 60px;
    padding : 0px;
    margin: 0px 0px 0px 10px;
    float:right ;
}

.tabs-content img {
    float: right;
    width: 88px;
    height: 58px;    
    padding :3px;
}

.tabs-content h4.Tab-post-title a,a:active {
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    color: #038800;
    display: block; 
    text-align:right;
    margin: 0px;
    line-height: 20px;
    direction: rtl;
}

.tabs-content .Tab-post-title {
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    color: #038800;
    /*font-weight: bold;*/
    line-height: 16px;
    margin: 0 0 5px 0px;
    direction: rtl;
    text-align: right;
    overflow: hidden;
    max-height: 40px;
    min-height: 40px;
}

.TabOther-posts .readmoreTabItms {    
    padding-left: 10px;
    font-size: 12px;
    height: 23px;
    line-height: 20px;
    float: left;
    direction: rtl;
    font-weight: bold;
}


.TabOther-posts a.readmoreTabItms .ico-arrow-right {
    width: 15px;
    height: 15px;
    background: url(/images/arrow-left.png) no-repeat 2px 3px;
    font-size: 17px;
    border: 1px solid #038800;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    float: left;
    margin-right: 4px;
    margin-top: 5px;
}

.TabOther-posts a.readmoreTabItms:hover .ico-arrow-right {
    width: 15px;
    height: 15px;
    background: url(/images/arrow-left.png) no-repeat -19px 3px;
    font-size: 17px;
    border: 1px solid #909094;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

.TabOther-posts a.readmoreTabItms {
     color: #038800;
}

.TabOther-posts a.readmoreTabItms:hover {
     color: #494949;
     text-decoration:underline ;
}

.TabOther-posts .readmore {
    background: url(/images/readmre-Blu.png) no-repeat 5px center;
    padding-left: 25px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    float: left;
    direction: rtl;
    font-weight: bold;
}

.TabOther-posts .readmore > a, a:active {
     color: #038800;
}

.TabOther-posts .readmore > a:hover {
     color: #494949;
     text-decoration:underline ;
}
/*-------------------------------------------------*/
/* =  Block Video In Main Page - add by hameed
/*-------------------------------------------------*/
.VidocolumnLef-sec {
    /*border-top: 1px solid #eaeaea;*/
    padding-top: 10px;
}

.VidocolumnLef-sec .post-title {
    font-family: 'Cairo', sans-serif;
    font-size: 11.5px;
    color: #038800;
    font-weight: bold;
    line-height: 16px;
    margin: 16px 0px 5px 0;
    direction: rtl;
    text-align: right;
    position: absolute;
    max-width: 20%;
    max-height: 50px;
    overflow: hidden;
    padding-right: 10px;
}

.VidocolumnLef-sec .VideDate {
    font-size: 11px;
    padding: 0px 0px 1px 10px;
    float: right;
    color: #038800;
}

.VidocolumnLef-sec > div li:first-child {
    border-top: 1px solid #d8d8d8;
}

.VidocolumnLef-sec > div li {
    overflow: hidden;
    padding: 7.6px 5px 7.7px 3px;
    border: 1px solid #d8d8d8;
    border-top: none;
    background: #fff;
}

.VidocolumnLef-sec .post-img {
    border:1px solid #505255;
    background:#fff;
    width: 68px; height: 58px; padding: 0px; margin: 5px 0px 0px 10px;
    float:right ;
}

.VidocolumnLef-sec img {   
    float: right;
    width: 65px;
    height: 55px;    
    padding :2px;
}
.Vidocolumn .Main-post-img {
     /*background: url(/images/Player-control.png) no-repeat 100px center;*/
    z-index: 4000;
    padding-top: 10px; min-height: 280px;
}

.Vidocolumn .Main-post-img img {
    float: right; width: 420px; height: 270px; padding :0px;    
    z-index:0;
}

.VideoMinColum  .post-title {
    direction: rtl;
    font-family: 'Cairo', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    color: #404040;
    margin: 0px;
    padding: 2px 25px 5px 0px;
    background: url(/images/video-s-icon2.png) no-repeat 391px 6px;
    text-align: right;
}

.Vidocolumn .post-title > a, a:active {
     color: #494949;
     padding:0px; 
     margin:0px;
     text-align:right;
     font-size: 13px;
    font-weight: bold;
    line-height: normal;
}

span.VideoItemImg::after {
    content: '';
    position: absolute;
    height: 40px;
    width: 100%;
    background: url(/images/Player-control-s2.png) no-repeat 150px center;
    margin-top: 15px;   
}

span.VideoMainItemImg::after {
    content: '';
    position: absolute;
    height: 70%;
    width: 100%;
    background: url(/images/Player-control2.png) no-repeat center center;
    margin-top: 15px;   
}



.Vidocolumn .post-title > a:hover {
    /*background: url(/images/Player-control.png) no-repeat center center;*/
     color: #038800;
     text-decoration:underline ;
     opacity: 0.80;
    -moz-opacity: 0.80;
    filter:alpha(opacity=80);
}

.video a.readmoreVidoItms .ico-arrow-right {
    width: 15px;
    height: 15px;
    background: url(/images/arrow-left.png) no-repeat 2px 3px;
    font-size: 17px;
    border: 1px solid #038800;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    float: left;
    margin-right: 4px;
    margin-top: 5px;
}

.video a.readmoreVidoItms:hover .ico-arrow-right {
    width: 15px;
    height: 15px;
    background: url(/images/arrow-left.png) no-repeat -19px 3px;
    font-size: 17px;
    border: 1px solid #909094;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

.video a.readmoreVidoItms, a.readmoreVidoItms:active  {
     font-family: 'Cairo', sans-serif;  
    font-size: 12px;
    font-weight: bold;
     color: #038800;
     line-height: normal;
     float: left;
    direction: rtl;
    margin-top: -12px;
    margin-bottom:0px;
    padding:0px; 
}

.video a.readmoreVidoItms:hover {
     color: #494949;
     text-decoration:underline ;
}
/*Section Read More Link to hear*/ 


/*============= start from heare ==============*/

.video .post-image-lefSec img {
    display: block;
    position: relative;
    float: right;
    width: 80px;
    height: 65px;
    padding: 0px 0px 5px 8px;
    margin-top: 5px;
}

.video .post-image-lefSec a, a.active {
    display: block;
    position: relative;   

    font-family: 'Cairo', sans-serif;   
    color: #038800;
    font-size: 11.5px;
    line-height: 16px;
    direction: rtl;
    text-align: right;
    font-weight: bold;
    padding:0px;
    margin:0px;
    border-right: 0px solid #fff;

}

.video .post-image-lefSec a:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/video-image.png) no-repeat center center;
}

.video .post-image-lefSec a:hover {
    opacity: 0.80;
    -moz-opacity: 0.80;
    filter:alpha(opacity=80);
}


/*-------------------------------------------------*/
/* =  Block Shudia almaserh Gallery In Main Page - add by hameed
/*-------------------------------------------------*/

.mgi-wrap > table tbody tr td {
    padding: 7px 6px;
}

div.CatlogItem-image {
    direction:rtl;
    vertical-align:central;
    flex-align:center;
    max-width:185px; 
    
}

div.CatlogItem-image > a > img {
    direction:rtl;
    vertical-align:central;
    flex-align:center;
    min-height:145px;
}

.GalleryColumn img {   
    float: right;
    width: 210px;
    height: 160px;    
    padding :0px;
}

/* Caption */

.Gallery-module { 
  width: 210px;
  height: 160px;
  position: relative;
  overflow: hidden;
  float: right;
}

.Gallery-module > a > img{   
    float: right;
    width: 210px;
    height: 160px;    
    padding :0px;
}

.Gallery-module > header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 5px;
  background: inherit; 
  overflow: hidden;
  text-align: center;
}
.Gallery-module > header::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}
.Gallery-module > header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16,207,0, 0.75)
}
.Gallery-module > header > h1 {
  margin: 0;
  position: relative;
  z-index: 1;
}

.Gallery-module > header > h1 > a, a:active {
    color: #fff;
    margin-bottom: 5px;
    font-family: 'Cairo', sans-serif;
    font-size: 12.3px;
    line-height: 19px;
    display: block;
    text-align: center;
}

.Gallery-module > header > h1 > a:hover {
  color: #038800;
  text-decoration:underline ;
  width: 100%;
  height: 98%;
  background: rgba(24,173,180, 0.45)
}

* {
  box-sizing: border-box;
}

/*============= last ===================*/

/*-------------------------------------------------*/
/* = Start Docment gallery Library style
/*-------------------------------------------------*/


.DucmCatlogItem-image
{
    background-color:#ffffff; 
    border: solid #ccc 1px !important;
    padding: 7px !important;
    width:100%;
    max-height: 400px;
    overflow: hidden;
    margin-bottom: 8px !important;
}

.DucmCatlogItem-image img
{
    
    width:100%;
}

.ItemDucmentGallry-page {
    border: solid #ccc 0px !important;
    margin-top:30px;
   padding: 20px;
}

.DucmentCallery-Section
{
    padding-right:20px; padding-top:15px;
}

.DucmentCallery-Section table td
{
   border: solid 0px #A6A6A6 !important;
   vertical-align: middle ;
   text-align:center ; 
   padding: 8px;
}

.DucmentCallery-Section table
{
   border: solid 0px #A6A6A6 !important;
   vertical-align: middle ;
   text-align:center ; 
}

.DucmtGalleryItemStyle
{
    border: 0px solid #000000;
    padding: 10px 5px 10px 5px;
}

.DucmtGalleryItemStyle table td
{
   border: solid 0px #A6A6A6 !important;
   vertical-align: middle ;
   text-align:center ; 
   padding: 0 !important;
}


.DucmentGallery-UnderCon {
    direction: rtl;    
}

.DucmentGallery-UnderCon > div {
    direction: rtl;   
    
}

.DucmentGallery-UnderCon > div > p,h1 {
    direction: rtl;      
     vertical-align:middle ;
     min-height:50px; 
}

/*-------------------------------------------------*/
/* = Start Sound gallery Library style
/*-------------------------------------------------*/

div.SonlibImgStyl {
    direction:rtl ;
    margin:10px 20px 20px 10px; 
    padding: 0px 5px 0px 0px;
    float: right !important;

    vertical-align:text-bottom;
    text-align :right;        
    width: 75%;
    display:block ; 
}

div.SonlibImgStyl .SndlibImgItm {
    background: url(/images/loading.gif) no-repeat center center #E6E6E6;
    margin: 0 5px 0 20px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 50%;
    overflow: hidden;
}

span.SndlibImgItm {
    width: 95%;
    height: 150px;
    display: block;
}

 div.SonlibImgStyl .SndlibImgItm img {
        width: 100%;
        height: 150px;
        border: 1px solid #ccc;
        padding: 6px;
    }

div.SndlibNam_txt {
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
     font-weight :bold ;
    line-height: 22px;
      color: #038800;
    padding:22% 30% 15px 0px;
     
    direction:rtl ;   
    float: right !important;   
    text-align :right;    
    position: absolute;
}

div.SoundLibraryItems {
    direction:rtl ;   
    float: right !important;
    margin-right: 10%;
    margin-top: 10px;
}

div.SoundLibraryItems > div  {
    direction:rtl ;   
    float: right !important;
    font-size: 13px;    
}

    div.SoundLibraryItems > div > table tbody tr td {
        padding: 7px 10px 0px 10px;
        vertical-align: top;
        border: none;
        text-align: center;
    }

div.SoundLibraryItems > div > table tbody tr td.GrdSndlibItm {
        padding: 7px 10px 0px 10px;
        vertical-align: top;
        border: none;
        text-align: center;
        max-width: 250px;
    }

div.SoundLibraryItems > div > table tbody tr td.BokGliflibItm {
        padding: 5px 0px 5px 0px;
        vertical-align: top;
        border: none;
        text-align: center;
        max-width:150px;
    }
 div.SoundLibraryItems > img  {
        padding: 7px 10px 0px 10px;
        width :80%;
        text-align: center;
    }

div.SoundLibraryItems > div > table tbody tr td a , table tbody tr td a.active  {
    direction:rtl ;   
    float: right !important;
    font-size: 13px;
    font-weight:bold ;
    line-height: 20px;
}

div.Sound-ItemsPlayer {
    direction:rtl ;   
    float: right !important;
    width:100% ;
    text-align:center ; 
   padding-right: 20%;
    padding-left: 5%; 
}

div.Sound-ItemsPlayer > table {   
    text-align:center ; 
    width: 100%;
   
}

div.NewerSoudLibItem{
      direction:rtl ;   
     float: right !important;
     width: 100%;
}

div.NewerSoudLibItem > table{
     direction:rtl ;   
    float: right !important;
     border: 0px solid #d8d8d8;
     width: 100%;
}

div.NewerSoudLibItem > table tbody tr td{    
    font-family: 'Cairo', sans-serif;
    font-size: 11.5px;
    text-align:right;
    vertical-align:middle ;    
    font-weight: 400 ;
    line-height: 18px;    
    padding: 2.2px 3px 2.2px 3px;

    max-height: 50px;
    overflow: hidden;
}



div.NewerSoudLibItem > table tbody tr td img{    
     width:auto ;
     height:100%;
     padding: 2px;
    margin-left: 0px;
}

div.NewerSoudLibItem > table tbody tr td a , table tbody tr td a.active  {
    color: #038800;
    font-size: 11.5px;
    text-align:right ;
    font-weight: 400 ;
    line-height: 18px;
    padding:0px;
    margin:0px;
    margin-right: 3px;
}

/*-------------------------------------------------*/
/* = Start Video gallery Library style
/*-------------------------------------------------*/

span.VideoLibGlryItemImg::after {
    content: '';
    position: absolute;
    height: 22px;
    width: 10%;
    background: url(/images/Player-control-s.png) no-repeat 30px center;
    margin-top: 60px;
    margin-left: 60px;
    padding-left: 60px;
}

.VideoGallery-UnderCon {
    direction: rtl;    
}

.VideoGallery-UnderCon > div {
    direction: rtl;   
    
}

.VideoGallery-UnderCon > div > p,h1 {
    direction: rtl;      
     vertical-align:middle ;
     min-height:50px; 
}

/*-------------------------------------------------*/
/* = Start gallery style
/*-------------------------------------------------*/
div.mgi-wrap {
    direction:rtl;
    float:right;
}

div.sj-content {
    direction:rtl ;
}

div.sj-content > div {
    direction:rtl ;
}

.ItemGallry-page {
    direction:rtl;
    float:right;
    width: 102%;
    margin-right: -5px;
}

a.GoToPhotoGalleryLnk{
    position:absolute;
    height:32px;
    width:35px;
    margin: -45px 5px 5px 37px;       
    display:block;
    background-image:url(images/phoCatog_nav.png);
    background-repeat: no-repeat ;
    background-position : top left ;
    z-index:1000;    
}

a.GoToPhotoGalleryLnk:hover

{
    margin: -45px 5px 5px 35px;
    background-image:url(images/phoCatog_nav.png);
    background-repeat: no-repeat ;
    background-position : top right ;
     border: 0px solid #5f5f5f;
}

.GalryGoBackBut
{
    text-align :left ;
    margin-top :-15px;
    margin-bottom :10px;
    margin-left :55px;
}

.GlryPupdivMsge
{
    direction :ltr ;
}

.GlaryErrorMessg
{
    direction :ltr ;
    font-family: Verdana , Arial , Tahoma ;
    font-size:13px; 
    line-height:19px;
}

.GalleryCatlogImgStyl
{
    padding:2px; 
    border: 1px solid #ccc; 
    background-color: #eee;
    width:145px;
    height:109px;
    float:right;
}

.DatlistGallerStyl
{
    border: 0px solid #000000;
}

.GalleryItemStyle
{
    border: 0px solid #000000;
    padding: 10px 5px 10px 5px;
}

.GalleryItemNonStyle
{
    border: 0px solid #000000;
     text-align :center ;
     width :100% ;
     margin-left:-35px;
}

.GalleryItemNonStyle table td
{
   border: solid 0px #A6A6A6;
   vertical-align: top;
   text-align:left ;
   font-size :13px;
}

.VideoItemNonStyle
{
    direction :ltr ;
    border: 0px solid #000000;   
     text-align :left ;
     width :810px; 
      margin-right:10px;
      margin-left:-40px;
}

.VideoItemNonStyle table td
{
   border: solid 0px #A6A6A6;
   vertical-align: top;
   text-align:right ;
   font-size :14px;  
}

.PhotoGallery-main{
     direction :ltr ;
    margin-top :0px; 
    text-align :left ;
    min-height:400px;
}

.PhotoGatlogTxtNme
{
    text-align :center ;
     font-family: 'Cairo', sans-serif;
    font-size: 14px;
    font-weight:bold; 
}


.gallery_border table td
{
   padding: 2px;
   border: solid 0px #A6A6A6;
   vertical-align: top;
   text-align:left ;
   font-size :12px;
}

gallery ul a:hover
        {
            color: #43707d;
        }
        
.Soundsfooter
{
	text-align:center ;
	padding:13px;
	color :#005d9a;
}


.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:#464749;
	filter:alpha(opacity=80);
	opacity:0.7;
}

.modalPopup 
{
	
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}


.gallery_border
{
	border-color: #43707d;
	border-width: 0px;
	border-style: solid;
	padding-top: 2px;
	
}
.gallery_Desc
{
	background-color:#038800;
	color:#ffffff;
	 font-family: 'Cairo', sans-serif;
    font-size: 14px;
    font-weight:bold;
    line-height:19px; 
}

.right_border
{
	border-right-color: #95CCFF;
	border-right-width: 1;
}

/* End Photo gallery style  */

/*-------------------------------------------------*/
/* =  Sitemap Tree View
/*-------------------------------------------------*/
.mainTableEdgStyle  {
    border:0 solid #eee;
    margin:0px ;
     padding:0px;
}

.mainTableEdgStyle > tr td {
    border:0 solid #eee;
    margin:0px ;
     padding:0px;
}
.SiteMapTreeView > table tbody tr td {
     direction:rtl ;
     border:0 solid #eee;
     margin:0px ;
     padding:0px;
}

.SitmapTreeVidewStyle {
    direction:rtl ;
    margin-bottom: 20px;
}

.SitmapTreeVidewStyle > table {
    direction:rtl ;
    margin-bottom: 0px;
    line-height: 15px;
    text-align:right;   
}

.SitmapTreeVidewStyle > table tbody tr td {
    direction:rtl ; 
    text-align:right;   
    padding: 0px 7px;
    vertical-align: top;
    border: none;
    line-height: 14px;    
}


.SitmapTreeVidewStyle > div {
    direction:rtl ; 
    text-align:right;   
    padding: 0px;
    margin:0px;
    vertical-align: top;     
}

.SitmapTreeVidewStyle > div > table {
    direction:rtl ; 
    text-align:right;   
    padding: 0px 7px;
    margin:0px;
    vertical-align: top;     
}

.SitmapTreeVidewStyle > div > table tbody tr td {
    direction:rtl ; 
    text-align:right;   
    padding: 0px;
    margin:0px;
    vertical-align: top;     
}

.MainContent_WebUsrCotSiteMap1_SiteMapRtl_2 {
    direction:rtl ;
}

.TreeViewItmStyle {
    line-height: 20px;
    direction:rtl ;
}

.TreeViewParentItmStyle {
    line-height: 20px;
    direction:rtl ;
}

.TreeViewNodItmStyle {
    direction:rtl ;
    margin-bottom: 10px;
}

/*-------------------------------------------------*/
/* =  Contact Us Page And Form Style - add by hameed
/*-------------------------------------------------*/
.panel-form {
    direction:rtl ;
    margin-top: 10px;
}

.panel-form H3 {
    direction:rtl ;
    margin-bottom: 10px;
    text-align: right;
}

.contact-form {
    direction:rtl ;
    margin-bottom: 10px;
    text-align: right;
    float: right;
    width: 100%;
}

.contact-form > form {
    direction:rtl ;
    margin-bottom: 10px;
    text-align: right;
    float: right;   
    width: 100%;
}

.contact-form > form fieldset > div {
    direction:rtl ; 
    text-align: right;
    margin-bottom:5px; 
    float: right;   
    width: 100%;
}
.contact-form > form fieldset > div div {
        direction:rtl ; 
        text-align: right;
        margin-right:5px; 
        margin-bottom: 10px; 
    }

.contact-form > form fieldset > div div.control {
        direction:rtl ; 
        text-align: right;
        margin-right:15px; 
  }

.contact-form > form fieldset > div.control-button {
        direction:rtl ; 
        text-align: left;
        margin-left:15px; 
  }

/*-------------------------------------------------*/
/* =  Content
/*-------------------------------------------------*/
#content {
    margin-bottom: 10px;
}

#content p {
    font-size: 13px;
    text-align: right;
}

.cat-title {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight:bold;
    text-transform: uppercase;
    line-height: normal;
    color: #fff;
    margin: 0px 0px 0px -1px;
    padding: 5px 45px 5px 14px;
    background: #038800 url(/images/cat-icon.png) no-repeat 97% center;
    text-align:right;
}

.cat-FullArea-title {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight:bold;
    text-transform: uppercase;
    line-height: normal;
    color: #fff;
    margin: 0px;
    padding: 4px 47px 5px 14px;
    background: #038800 url(/images/cat-icon.png) no-repeat 98.5% center;
    text-align:right;
}

.cat-FullArea-title a,a:active {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight:bold;
    text-transform: uppercase;
    line-height: normal;
    color: #fff;
    margin: 0px;
    padding: 0px;    
    text-align:right;
    border-right: 0px solid #fff;
    direction: rtl;
    display:inline ; 
}

.cat-FullArea-title a:hover {
    font-family: 'Cairo', sans-serif;
    font-size: 15px;
    font-weight:bold;
    text-transform: uppercase;
    line-height: normal;
    color: #10cf00;
    margin: 0px;
    padding: 0px;    
    text-align:right;
}

.cat-FullArea-title-video-icon {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight:bold;
    text-transform: uppercase;
    line-height: normal;
    color: #fff;
    margin: 0px;
    padding: 4px 47px 5px 14px;
    background: #038800 url(/images/video-icon2.png) no-repeat 98.5% center;
    text-align:right;
}

.cat-title a {
    color: #fff;
}

.LeftBlock-title {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bolder;
    color: #fff;
    margin: 0px;
    padding: 9px 45px 8px 5px;
    background: #10cf00 url(/images/cat-icon.png) no-repeat 97.3% center;
    text-align: right;
}

.LeftBlock-title-Book-icon {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bolder;
    color: #fff;
    margin: 0px;
    padding: 7px 47px 8px 5px;
    background: #10cf00 url(/images/Book-icon.png) no-repeat 98% 8px;
    text-align: right;
    z-index:20;
}

h4.LeftBlock-title-Book-icon > a,a.active {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bolder;
    color: #fff;
    margin: 0px;
    padding: 0px 5px 0px 5px; 
    text-align: right;  
    border:none;
}

.LeftBlock-title-OutIcn {
    font-family: 'Cairo', sans-serif;
    font-size: 14.45px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: normal;
    color: #fff;
    margin: 0px;
    padding: 6px 3px 6px 3px;
    background: #10cf00;
    text-align: center;
    font-weight:bold ;     
}

.LeftBlock-post-title {
font-family: 'Cairo', sans-serif;
font-size: 16px;
font-weight: bold;
line-height: 20px;
margin: 0 8px 5px 8px;
color: #535353;
text-align: right;
}

.post {
    margin-bottom: 20px;
}

.post-image img {
    min-width: 100.2%;
    margin-left: -1px;
    max-height: 220px !important;
}

.post-container {
    margin: 6px 0 5px 0; 
    min-height: 40px;
    overflow: hidden;
    text-align: right;
    max-height: 40px;
}

.post-container .post-title {
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 0px 0;
    color: #535353;
    direction: rtl;
}

.post-container .post-content {
    color: #999;
    line-height: 18px;
    font-size: 13px;
}

.post-meta {
    font-family: 'Georgia';
    font-size: 11px;
    line-height: 16px;
    font-style: italic;
    color: #999;
    margin-bottom: 13px;
    direction: rtl;
}

.post-meta a, span.date a {
    color: #999;
}

.post-meta .comments {
    background: url(/images/comments-icon.png) no-repeat left center;
    padding: 5px 0 5px 30px;
    margin-right: 10px;
}

.post-meta .author {
    background: url(/images/author-icon.png) no-repeat left center;
    padding: 5px 0 5px 20px;
    margin-right: 10px;
}

.post-meta .date, .date {
    background: url(/images/date-icon.png) no-repeat right center;
    padding: 5px 20px 5px 0px;
    direction: rtl;
}

.other-posts {

	border-top: 1px solid #eaeaea;
	padding-top: 15px;
}
.other-posts .date {
    font-size: 11px;
    padding: 0 20px 0 0;
    float: right ;
}

.other-posts li {
    display: block;
    height: 50px;
    margin-bottom: 25px;
}

.other-posts li > a {
    float: right ;
    margin-left: 10px;
    padding-top: 3px;
}

.other-posts .post-title {
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    color: #038800;
    /*font-weight: bold;*/
    line-height: 16px;
    margin: 0 0 5px 0;
    direction: rtl;
    text-align: right;
}

.ads-middle {
    border: 1px solid #dbdbdb;
    background: #f5f5f5;
    padding: 20px;
    text-align: center;
}

/*-------------------------------------------------*/
/* =  Carousel
/*-------------------------------------------------*/
.carousel-container {
    position: relative;  
}

/* Navigation */
.carousel-navigation {
    position: absolute;
    left: 9px;
    top: -31px; 
    z-index: 1;
}

.carousel-navigation a {
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-color: rgba(0,0,0,0.2) !important;
}

.carousel-navigation .carousel-prev {
    float: left;
    margin-right: 1px;
    background: url(/images/carousel-prev.png) no-repeat center;
}

.carousel-navigation .carousel-next {
    float: right;
    background: url(/images/carousel-next.png) no-repeat center;
}


/*-------------------------------------------------*/
/* =  Pagenation
/*-------------------------------------------------*/
.pagenation {
    /*border-top: 1px solid #e4e4e4;*/
    padding: 0px 0 0 0;
    margin: 0px 0 10px 0;
}

.pagenation li {
    float: left;
    background: #038800;
    margin-left: 4px;
    border-radius: 3px;
}

.pagenation li span {
    padding: 4px 11px;
    display: block;
    color: #e3e3e3;
    font-size: 12px;
    font-weight: bold;
}

.pagenation li.active {
    background: #535353;
}

.pagenation li:first-child {
    margin-left: 0;
}

.pagenation li a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 11px;
}

.pagenation li:not(.active):hover {
    opacity: 0.90;
    -moz-opacity: 0.90;
    filter:alpha(opacity=90);
}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
    clear: both;
    position: relative;
    background: url(/images/footer-bg3.png);
    margin: 0 -25px -10px -5px !important;
    padding: 20px 10px 0 10px;
    border-top: 10px solid #e6e6e6;
    color: #fff;
    top: -10px;
}

footer p {
    font-family: 'Cairo', sans-serif;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    direction: rtl;
}

footer ul {
    margin-bottom: 10px;
}

/*Start Footer Read More Link */ 
 a.readmoreFooterItms .ico-arrow-right {
    width: 15px;
    height: 15px;
    background: url(/images/Footr-arrow-left.png) no-repeat 2px 3px;
    font-size: 17px;
    border: 1px solid #000202;
    display: inline-block;
    vertical-align: bottom ;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    float: left;
    margin-right: 4px;
    margin-top: 2px;
}

 a.readmoreFooterItms:hover .ico-arrow-right {
    width: 15px;
    height: 15px;
    background: url(/images/Footr-arrow-left.png) no-repeat -19px 3px;
    font-size: 17px;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: bottom;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

 a.readmoreFooterItms, a.readmoreFooterItms:active  {
     font-family: 'Cairo', sans-serif;
    font-size: 11.5px;
    font-weight:bold ;
    line-height:16px; 
     color: #000202;
     float: left;
    direction: rtl;
    margin-top: -10px;
    margin-bottom:0px;
    padding:0px; 
}

 a.readmoreFooterItms:hover {
     color: #fff;
     text-decoration:underline ;
}
/*End Footer Read More Link to hear*/

div.flickr-widget {
    direction:rtl ;
}

div.flickr-widget > ul {
    direction:rtl ;
}

footer .widget-title {
    font-family: 'Cairo', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight:bold;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    direction: rtl;
    text-align: right;
}

.copyright {
    clear: both;
    background: #000202;
    color: #fff;
    font-family:  'Cairo', sans-serif;
    font-size: 11px;
    padding: 17px 20px;
    margin: 10px -10px 0 -10px;
    direction:rtl ;
}

#back-to-top {
    position: absolute;
    bottom: 6px;
    left: 6px;
    z-index: 1;
}

#back-to-top a {
    display: block;
    text-indent: -9999px;
    width: 46px;
    height: 32px;
    background: rgba(230,230,230,0.3) url(/images/back-to-top.png) no-repeat center;
}

/*-------------------------------------------------*/
/* =  Sidebar = AIO Widgets
/*-------------------------------------------------*/
#sidebar { float: right; }

#sidebar p {
    font-style: normal;
    color: #2d2d2d;
    font-size: 13px;
}


#sidebar .widget-title {
    font-family: 'Cairo', sans-serif;
    font-size: 16px;  
    font-weight: bold;
    text-transform: uppercase;
    color: #3b3b3b;
    margin: 0px 0 10px 0;
    float: right;
   
}

#sidebar .widget-facebook-title {
    background: url(/images/facebook-icon.png) no-repeat 195px 1px;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    line-height:26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #3b3b3b;
    margin: 0px 0px 7px 0px;
    float: right;
    padding: 0px 55px 0px 0px;
}

#sidebar > ul > li {
    margin: 0 0 30px 0;
}

#sidebar .widget {
    width: 300px;
}

/*-------------------------------------------------*/
/* =  Tabs Widget
/*-------------------------------------------------*/
.tabs-widget {
    width: 300px !important;
    padding: 0px !important;
    border-top: none;
}

.tabs-widget .tab-links {
    margin: 0;
}

.tabs-widget .tab-links li {
    float: right;
    width: 90px;
    margin-left: 3px;
    /*margin-bottom: -1px;*/
    background: #fff;
}

.tabs-widget .tab-links li:first-child {
    margin-left: 3px;
    width: 90px;
}

.tabs-widget .tab-links li a {
    font-family: 'Cairo', sans-serif;
    color: #5a5a5a;
    font-weight: bold;
    font-size: 11.5px;
    text-transform: uppercase;
    border: 1px solid #d8d8d8;
    background: #fff;
    border-bottom: none;
    padding: 0px 0px 1px 0px;
    text-align: center;
    display: block;
    transition: none;
    min-height: 40px;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
     margin-bottom: 0px;
}

.tabs-widget .tab-links li.active a {
    color: #fff;
    background: #10cf00;
    border: 1px solid #10cf00;
    margin-bottom: 0px;
}

.tabs-widget > div {
    clear: both;
    display: none;
}

.tabs-widget > div > ul {
    margin: 0;
}

.tabs-widget #popular-tab {
    display: block;
}

.tabs-widget .author-comment {
    color: #7f7f7f;
    font-size: 11px;
    line-height: 14px;
    max-height: 42px;
    overflow: hidden;
    display: block;
}

.tabs-widget .LeftTabs-post-date {
    background: url(/images/date-icon.png) no-repeat 177px center;
    padding-right: 23px;
    font-size: 11px;
    height: 22px;
    line-height: 24px;
    float: left;
    width: 70%;
    text-align: right;
}

.tabs-widget .post-date {
    background: url(/images/date-icon.png) no-repeat 85px center;
    padding-right: 30px;
    font-size: 11px;
    height: 22px;
    line-height: 24px;
    float: right;
}

.tabs-widget > div li {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #d8d8d8;
    border-top: none;
    background: #fff;
}

.tabs-widget > div li:first-child {
    border-top: 1px solid #d8d8d8;
}

.tabs-widget > div li > a {
    display: block;
}

.tabs-widget img {
    float: right;
    width: 70px;
    height: 60px;
    margin-left: 12px;
}

.tabs-widget > div h3 {
    font-family: 'Cairo', sans-serif;
    margin: 0 0 2px 0px;
    line-height: 19px;
    max-height: 39px;
    overflow: hidden;
    text-align: right;
    direction: rtl;
}

.tabs-widget > div h3 a,a.active {
    font-family: 'Cairo', sans-serif;
    color: #038800;
    display: block;
    font-size: 13px;
    font-weight:normal;
    line-height: 19px;
}

.tabs-widget > div h3 a:hover {
    opacity: 0.8;
}

.tabs-widget > div#comments-tab h3 {
    max-height: 15px;
}

footer .tabs-widget p, footer .tabs-widget .post-date {
    color: #2d2d2d;
}

/*-------------------------------------------------*/
/* =  Subsribe Widget
/*-------------------------------------------------*/
li.subscribe-widget  {
    background: #038800 url(/images/subscribe-icon.png) no-repeat 3px 38px;
    padding: 10px 10px 0px 5px;
    direction: rtl;

}

li.subscribe-widget div {
    font-family: 'Cairo', sans-serif;
    color:#ffffff;
    font-size: 12.8px;
    margin: 36px 0px 20px 55px;
    line-height: 20px;
    max-height: 50px;
    overflow: hidden;
    text-align: right;
    direction: rtl;
}

li.subscribe-widget form {
    height: 30px;
    margin: 0px 0px 20px 0px;
    overflow: hidden;
}

li.subscribe-widget input[type="text"] {
    float: right;
    border: 1px solid #d8d8d8;
    padding: 0 5px 0 10px;
    font-size: 11px;
    color: #6a6a6a;
    width: 100%;
    height: 30px;
    margin: 0;
    line-height: 30px;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    direction: rtl;
}

li.subscribe-widget input[type="submit"] {
    font-family: 'Cairo', sans-serif;
    float: left;
    font-weight: bold;
    background: #10cf00;
    font-size: 13px;
    color: #fff;
    height: 30px;
    width: 80px;
    text-align: center;
    line-height: 30px;
    border: none;
    position: relative;
    top: -30px;
    cursor:pointer ; 
}

/*-------------------------------------------------*/
/* =  Ads Small Widget
/*-------------------------------------------------*/
#sidebar li.widget_ads_small {
    margin-bottom: 18px !important;
}

li.widget_ads_small > ul {
    margin-left: 0;
}

li.widget_ads_small li {
    float: left;
    width: 142px;
    height: 142px;
    margin: 0 11px 11px 0;
    margin: 0 8px 8px 0\0/;
    overflow: hidden;
}

li.widget_ads_small li img {
    width: 142px;
    height: 142px;
}

li.widget_ads_small li:nth-child(2n) {
    margin-right: 0px;
}

/*-------------------------------------------------*/
/* =  Ads Big Widget
/*-------------------------------------------------*/
li.widget_ads_big > div {
    width: 100%;
}

li.widget_ads_big > div img {
    min-width: 100%;
}

/*-------------------------------------------------*/
/* =  Facebook Box Widget
/*-------------------------------------------------*/
/*li.widget_facebook_box iframe {
    background: #fff;
    border: none;
    overflow: hidden;
    width: 100%;
    height: 220px;
}*/

/*-------------------------------------------------*/
/* =  Google+ Box Widget
/*-------------------------------------------------*/
li.widget_google_plus > div {
    width: 100%;
}

/*-------------------------------------------------*/
/* =  Video Widget
/*-------------------------------------------------*/
li.widget_video iframe {
    width: 100%;
}

/*-------------------------------------------------*/
/* =  Archive Widget, Categories Widget & Pages Widget
/*-------------------------------------------------*/
li.widget_archive > ul,
li.widget_categories > ul,
li.widget_pages > ul,
li.widget_recent_entries > ul,
li.widget_recent_comments > ul {
    margin-left: 0;
}

li.widget_archive li,
li.widget_categories li,
li.widget_pages li,
li.widget_recent_entries li,
li.widget_recent_comments li {
    display: block;
    color: #b5b5b5;
    font-style: italic;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 10px;
}

li.widget_recent_comments li {
    font-style: normal;
    margin-bottom: 10px;
}

li.widget_archive li:last-child,
li.widget_categories li:last-child,
li.widget_pages li:last-child,
li.widget_recent_entries li:last-child,
li.widget_recent_comments li:last-child {
    margin-bottom: 0px;
}

li.widget_archive li a,
li.widget_categories li a,
li.widget_pages li a,
li.widget_recent_entries li a,
li.widget_recent_comments li a {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

li.widget_recent_comments li a {
    line-height: 20px;
}

li.widget_recent_comments li a.url {
    font-weight: bold;
}

li.widget_categories ul.children {
    margin: 15px 0 0 20px;
    /*display: none;*/
}

footer li.widget_archive li a,
footer li.widget_pages li a,
footer li.widget_categories li a,
footer li.widget_recent_entries li a,
footer li.widget_recent_comments li a {
    color: #fff;
}

footer li.widget_archive li,
footer li.widget_pages li,
footer li.widget_categories li,
footer li.widget_recent_entries li,
footer li.widget_recent_comments li {
    color: #909191;
}

/*-------------------------------------------------*/
/* =  RSS Widget
/*-------------------------------------------------*/
li.widget_rss .widget-title > a:first-child {
    display: none;
}

li.widget_rss li {
    margin-bottom: 15px;
}

li.widget_rss .rsswidget {
    display: block;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 5px;
}

li.widget_rss .rss-date {
    display: block;
    color: #038800;
    font-size: 11px;
    padding: 3px 0 8px 0;
}

li.widget_rss .rssSummary {
    line-height: 20px;
    color: #2d2d2d;
}

/*-------------------------------------------------*/
/* =  Flicker Widget
/*-------------------------------------------------*/
#sidebar .flickr-widget a:hover img {
    border-color: #ccc;
}

#sidebar .flickr-widget img {
    border: 6px solid #bbb;
}

.flickr-widget a:hover img {
    border-color: #2d2d2d;
}

.flickr-widget img {
    border: 0px solid #3d3d3d;
}

/*-------------------------------------------------*/
/* =  Search Widget
/*-------------------------------------------------*/
li.widget_search form {
    height: 30px;
    margin: 0;
    overflow: hidden;
}

li.widget_search input[type="text"] {
    float: left;
    width: 100%;
    height: 28px;
    margin: 0;
    line-height: 28px;
    padding-left: 10px;
    border: 0px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-size: 11px;
    color: #bfbfbf;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

li.widget_search input[type="submit"] {
    float: right;
    border: 1px solid #d8d8d8;
    width: 31px;
    height: 28px;
    background: #fff url(/images/search-icon-1.png) no-repeat center center;
    cursor: pointer;
    position: relative;
    top: -28px;
}

/*-------------------------------------------------*/
/* =  Twitter Widget
/*-------------------------------------------------*/
.twitter-widget {
    margin-top: 0px;
    padding: 0px 12px;
}

.twitter-widget ul {
    margin-left: 0px;
}

.twitter-widget li {
    display: block;
    margin-top: 20px;
    padding-left: 30px;
    background: url(/images/twitter-icon.png) no-repeat left 7px;
}

#sidebar .twitter-widget li {
    display: block;
    margin-top: 20px;
    padding-left: 0;
}

.twitter-widget li:first-child {
    margin-top: 0px;
}

.twitter-widget p {
    color: #404040;
    font-weight: bolder;
    font-size:13px;   
}

#sidebar .twitter-widget p {
    color: #6d6d6d;
}

.twitter-widget a {
    color: #038800 !important;
}

#sidebar .twitter-widget a {
    color: #000;
}

/*-------------------------------------------------*/
/* =  Text Widget
/*-------------------------------------------------*/
.textwidget p {
    color: #6d6d6d;
    font-size: 13px;
    line-height: 20px;    
    text-align: justify;
    direction: rtl;    
    margin:-4px 5px 13px 0px;
}

footer .textwidget p {
    color: #fff;
    line-height: 20px;
}

.textwidget img {
    float: left;
    margin: 5px 15px 10px 0;
}

/*-------------------------------------------------*/
/* =  Tag Cloud Widget
/*-------------------------------------------------*/
li.widget_tag_cloud .tagcloud a {
    float: left;
    color: #fff;
    font-size: 11px !important;
    padding: 5px 7px;
    background: #666;
    margin: 0 6px 6px 0;

    transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
}

li.widget_tag_cloud .tagcloud a:hover {
    background: #038800;
}

/*-------------------------------------------------*/
/* =  Social Media Widget
/*-------------------------------------------------*/
li.widget_social_media > ul {
    margin-left: 0;
}

li.widget_social_media > ul > li {
    float: left;
    width: 143px;
    height: 84px;
    margin: 0 9px 9px 0;
    margin: 0 7px 7px 0\0/;
}

li.widget_social_media > ul > li:nth-child(2n) {
    margin-right: 0;
}

li.widget_social_media > ul > li:nth-last-child(-n+2) {
    margin-bottom: 0px;
}

li.widget_social_media div.btn {
    position: relative;
    top: 54px;
    left: 13px;
}

li.widget_social_media li.twitter {
    background: url(/images/twitter.png) no-repeat;
}

li.widget_social_media li.google_plus {
    background: url(/images/google_plus.png) no-repeat;
}

li.widget_social_media li.facebook {
    background: url(/images/facebook.png) no-repeat;
}

li.widget_social_media li.pinterest {
    background: url(/images/pinterest.png) no-repeat;
}

/*-------------------------------------------------*/
/* =  Video Page
/*-------------------------------------------------*/
.video-container {
    width: 100%;
    margin-bottom: 40px;
}

.video-container li {
    float: left;
    width: 193px;
    max-height: 202px;
    margin: 0 20px 10px 0;
    margin: 0 13px 10px 0\0/;
    overflow: hidden;
}

.video-container li:nth-child(3n) {
    margin-right: 0px;
}

.video-container li img {
    width: 179px;
    height: 138px;
    position: relative;
    border: 7px solid #eee;
}

.video-container li > a {
    display: block;
    position: relative;
}

.video-container li > a:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/video-image-hover.png) no-repeat center center;
}

.video-container li > a:hover {
    opacity: 0.80;
    -moz-opacity: 0.80;
    filter:alpha(opacity=80);
}

.video-container .post-title {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0 0 0;
}

/*-------------------------------------------------*/
/* =  Error Page
/*-------------------------------------------------*/
.error-404 {
    direction:rtl ;
    direction: rtl;
    float: right;
}
.error-404 p {
    font-family: 'Cairo', sans-serif;
    font-size: 72px !important;
    text-transform: uppercase;
    color: #dbdbdb;
    line-height: normal;
    margin: 120px 0;
    text-align: center;
}

.error-404 p b {
    font-size: 75px;
    color: #038800;
    font-weight: bolder;
    width: 74%;
    display: block ;
    float: left;
    margin-top: -20px;
}

.error-404 p span {
    display: block;
    font-family: 'Cairo', sans-serif;
    font-size: 13px;
    text-transform: none;
    color: #acacac;
    text-align: center;
    padding-left: 100px;
    margin-top: 20px;
    padding-right:20px; 
}

/*-------------------------------------------------*/
/* =  Error E-mail Found
/*-------------------------------------------------*/
.error-EmilFund-404 {
    direction:rtl ;
    direction:rtl ;
    float: right;
    padding-bottom: 30px;
}
.error-EmilFund-404 p {
    font-family: 'Cairo', sans-serif;
    font-size: 60px !important;
    text-transform: uppercase;
    color: #dbdbdb;
    line-height: normal;
    margin: 100px 0;
    text-align: center;
}

.error-EmilFund-404 p b {
    font-size: 55px;
    color: #038800;
    font-weight: bolder;
    width: 77%;
    display: block ;
    float: left;
    margin-top: -35px;
}

.error-EmilFund-404 p span {
    display: block;
    font-family: 'Cairo', sans-serif;
    font-size: 13px;
    text-transform: none;
    color: #acacac;
    text-align: center;
    padding-left: 50px;
    margin-top: 10px;
    padding-right: 22px;
}

/*-------------------------------------------------*/
/* =  Success Page
/*-------------------------------------------------*/
.Success-Subscrib {
    direction:rtl ;   
    direction:rtl ;
    float: right;
    padding: 0px 30px 30px 10px;
}
.Success-Subscrib p {
    font-family: 'Cairo', sans-serif;
    font-size: 60px !important;
    text-transform: uppercase;
    color: #619d21;
    line-height: normal;
    margin: 100px 0;
    text-align: center;
}

.Success-Subscrib p b {
    font-size: 55px;
    color: #038800;
    font-weight: bolder;
    width: 73%;
    display: block;
    float: left;
    margin-top: -20px;
}

.Success-Subscrib p span {
    display: block;
    font-family: 'Cairo', sans-serif;
    font-size: 13px;
    text-transform: none;
    color: #619d21;
    text-align: center;
    padding-left: 50px;
    margin-top: 25px;
    padding-right: 22px;
}

/*-------------------------------------------------*/
/* =  Page & Singlepost
/*-------------------------------------------------*/
.featured-img {
    display: block;
    margin-bottom: 17px;
}

.featured-img img {
    width: 100%;
}

.singlepost p {
    color: #535353;
    font-weight: bold;
    line-height: 25px;
    direction: rtl;
    margin-bottom: 10px;
}

.line {
    clear: both;
    float: left;
    border-top: 1px solid #e4e4e4;
    width: 100%;
    height: 0px;
    margin: 10px 0 20px 0;
}

/*-------------------------------------------------*/
/* =  Video Page
/*-------------------------------------------------*/
.video .post-container {
    height: auto;
}

.video .post .post-title a {
    color: #535353;
}

.video .post:nth-child(4n+1) {
    clear: both;
}

.video .post-image a {
    display: block;
    position: relative;
}

.video .post-image a:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/video-image.png) no-repeat center center;
}

.video .post-image a:hover {
    opacity: 0.80;
    -moz-opacity: 0.80;
    filter:alpha(opacity=80);
}

/*-------------------------------------------------*/
/* =  Social Media
/*-------------------------------------------------*/
.singlepost .post-meta {
    float: right;
    margin-left: 25px;
}

.social-media {
    float: left;
    margin-top: -2px;
}

.social-media ul {
    margin: 0 !important;
}

.social-media li {
    list-style: none !important;
    float: right;
    margin-left: 12px;
}

.social-media li.twitter {
    width: 80px;
}

.social-media li.share-telegram {
    width: 50px;
    min-height:20px;   
}

.social-media li.share-telegram img {
    width: 50px;
    min-height:20px;   
    width: 50px;
    min-height: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.social-media li:last-child {
    margin-left: 0;
}

/*-------------------------------------------------*/
/* =  Comments
/*-------------------------------------------------*/
ol#comments,
ol#comments ul,
ol#comments li {
    list-style: none !important;
}

ol#comments li {
    margin-bottom: 20px;
}

ol#comments p {
    margin-bottom: 10px !important;
    line-height: 17px;
}

ol#comments a {
    color: #424344;
}

ol#comments a:hover {
    color: #777;
}

ol#comments .comment-text a {
    color: #509ABD;
}

ol#comments .comment-text a:hover {
    color: #316D89;
}

ol#comments .author-avatar {
    float: left;
    width: 51px;
    height: 51px;
    margin-right: 15px;
}

ol#comments .author-avatar img {
    width: 51px;
    height: 51px;
    position: relative;
    z-index: 2;
}

ol#comments .comment-author {
    color: #454545;
    font-size: 14px;
    margin-bottom: -2px;
}

ol#comments .comment-date {
    font-size: 10px;
    color: #9c9c9c;
    margin-bottom: 3px;
}

ol#comments .comment-text {
    color: #828282;
    font-size: 13px;
    line-height: 20px;
    margin-left: 67px;
    position: relative;
}

ol#comments .comment-reply {
    margin-left: 67px;
}

ol#comments .comment-reply a.comment-reply-link {
    font-size: 11px;
    color: #fff !important;
    padding: 5px 10px;
    background: #038800;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
}

ol#comments .comment-reply a.comment-reply-link:hover {
    background: #4b4b4b;
}

/* -- Comment Tree -- */
ol#comments ul.children {
    margin-left: 24px;
    padding-left: 43px;
    position: relative;
    border-left: 1px dotted transparent;
    margin-top: 20px;
}

ol#comments ul.children.border {
    border-left: 1px dotted transparent;
}

ol#comments ul.children:not(.border) li:first-child .author-avatar:after {
    content: '';
    border-left: 1px dotted #a8a8a8;
    position: absolute;
    left: -44px;
    top: 0px;
    height: 29px;
}

ol#comments ul.children .author-avatar:before {
    content: '';
    position: absolute;
    left: -43px;
    margin-top: 28px;
    height: 35px;
    width: 27px;
    border-top: 1px dotted #a8a8a8;
}

ol#comments ul.children li {
    position: relative;
}

ol#comments li.depth-1 > .comment-text:before,
ol#comments li.depth-2 > .comment-text:before,
ol#comments li.depth-3 > .comment-text:before,
ol#comments li.depth-4 > .comment-text:before {
    content: '';
    position: absolute;
    left: -43px;
    margin-top: 48px;
    height: 100%;
    border-left: 1px dotted #a8a8a8;
}

ol#comments span.border-left {
    position: absolute;
    top: 0px;
    left: -1px;
    /*height: 90%;*/
    border-left: 1px dotted #a8a8a8;
    width: 0px;
}

ol#comments li.last-child > .comment-text:before {
    content: '';
    border-color: transparent !important;
}

/*-------------------------------------------------*/
/* =  Contact Page
/*-------------------------------------------------*/
.contact-form input[type="text"].error,
.contact-form textarea.error {
    color: #d84c4c;
}

.contact-form input[type="text"],
.contact-form textarea {
    border-radius: 0;
    box-shadow: none;
    outline: none;
    width: 300px;
    font-family: 'PT Sans';
    color: #878787;
    font-size: 11px;
    padding: 6px 10px;
    border: 1px solid #d8d8d8;
    margin-bottom: 12px;
}

.contact-form input[type="text"] {
    margin-left: 15px;
}

.contact-form.comment input[type="text"]{
    width: 195px !important;
}

.pull-center .contact-form.comment input[type="text"]{
    width: 301px !important;
    margin-left: 16px ;
}

.pull-center .contact-form input[type="text"]{
    width: 460!important;
}

.contact-form input[type="text"]:first-child {
    margin-left: 0 !important;
}

.contact-form textarea {
    height: 120px;
    min-height: 120px;
}

.contact-form input[type="submit"] {
    float: right;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    border: none;
    padding: 8px 25px;
    background: #038800;
    cursor: pointer;
}

input[type="submit"] {
    transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
}

input[type="submit"]:hover {
    opacity: 0.85;
    -moz-opacity: 0.85;
    filter:alpha(opacity=85);
}

.message {
    clear: both;
    float: left;
    max-width: 200px;
    height: 40px;
    line-height: 42px;
    overflow: hidden;
    font-size: 11px;
}

.message.error {
    color: #d84c4c;
}

.message.success { 
    color: #619d21;
}

#map {
    margin: 15px 0 25px 0;
}

/*-------------------------------------------------*/
/* =  Shortcodes
/*-------------------------------------------------*/
/* -- Dropcap -- */
.dropcap1 > h6,
.dropcap2 > h6 {
    color: #505050 !important;
    font-size: 16px !important;
    display: block;
    margin-bottom: 10px;
    font-weight: normal !important;
}

.dropcap1 span.large-cap {
    float: left;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 10px 5px 0px;
    background: url(/images/dropcap-bg.png) no-repeat;
}

.dropcap2 span.large-cap {
    float: left;
    width: 44px;
    height: 38px;
    color: #038800;
    line-height: 38px;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 10px 2px 0px;
}

/* -- Buttons -- */
.button-red,
.button-yellow,
.button-green,
.button-blue,
.button-gray,
.button-black,
.button-violet,
.button-oqean,
.button-dark-violet,
.button-gold,
.button-light-green,
.button-brown {
    display: inline-block;
    padding: 10px 27px;
    color: #fff;
    font-size: 13px;
    margin: 0px 4px 8px 0px;
    border: none;
    cursor: pointer;

    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.button-red:hover,
.button-yellow:hover,
.button-green:hover,
.button-blue:hover,
.button-gray:hover,
.button-black:hover,
.button-violet:hover,
.button-oqean:hover,
.button-dark-violet:hover,
.button-gold:hover,
.button-light-green:hover,
.button-brown:hover {
    color: #eee;
    opacity: 0.90;
    -moz-opacity: 0.90;
    filter:alpha(opacity=90);
}

.button-red {
    background: #b71111; /* Old browsers */
    background: -moz-linear-gradient(top,  #b71111 0%, #a50000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b71111), color-stop(100%,#a50000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b71111 0%,#a50000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b71111 0%,#a50000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b71111 0%,#a50000 100%); /* IE10+ */
    background: linear-gradient(top,  #b71111 0%,#a50000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b71111', endColorstr='#a50000',GradientType=0 ); /* IE6-9 */
}

.button-yellow {
    background: #e4ad12; /* Old browsers */
    background: -moz-linear-gradient(top,  #e4ad12 0%, #d39c01 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4ad12), color-stop(100%,#d39c01)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e4ad12 0%,#d39c01 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e4ad12 0%,#d39c01 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e4ad12 0%,#d39c01 100%); /* IE10+ */
    background: linear-gradient(top,  #e4ad12 0%,#d39c01 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4ad12', endColorstr='#d39c01',GradientType=0 ); /* IE6-9 */
}

.button-green {
    background: #517d26; /* Old browsers */
    background: -moz-linear-gradient(top,  #517d26 0%, #3f6b12 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#517d26), color-stop(100%,#3f6b12)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #517d26 0%,#3f6b12 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #517d26 0%,#3f6b12 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #517d26 0%,#3f6b12 100%); /* IE10+ */
    background: linear-gradient(top,  #517d26 0%,#3f6b12 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#517d26', endColorstr='#3f6b12',GradientType=0 ); /* IE6-9 */
}

.button-blue {
    background: #198bc7; /* Old browsers */
    background: -moz-linear-gradient(top,  #198bc7 0%, #0579b6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#198bc7), color-stop(100%,#0579b6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #198bc7 0%,#0579b6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #198bc7 0%,#0579b6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #198bc7 0%,#0579b6 100%); /* IE10+ */
    background: linear-gradient(top,  #198bc7 0%,#0579b6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#198bc7', endColorstr='#0579b6',GradientType=0 ); /* IE6-9 */
}

.button-gray {
    background: #969696; /* Old browsers */
    background: -moz-linear-gradient(top,  #969696 0%, #838383 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969696), color-stop(100%,#838383)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #969696 0%,#838383 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #969696 0%,#838383 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #969696 0%,#838383 100%); /* IE10+ */
    background: linear-gradient(top,  #969696 0%,#838383 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#838383',GradientType=0 ); /* IE6-9 */
}

.button-black {
    background: #474747; /* Old browsers */
    background: -moz-linear-gradient(top,  #474747 0%, #363636 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#474747), color-stop(100%,#363636)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #474747 0%,#363636 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #474747 0%,#363636 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #474747 0%,#363636 100%); /* IE10+ */
    background: linear-gradient(top,  #474747 0%,#363636 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#363636',GradientType=0 ); /* IE6-9 */

}

.button-violet {
    background: #a751ac; /* Old browsers */
    background: -moz-linear-gradient(top,  #a751ac 0%, #95409b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a751ac), color-stop(100%,#95409b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a751ac 0%,#95409b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a751ac 0%,#95409b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a751ac 0%,#95409b 100%); /* IE10+ */
    background: linear-gradient(top,  #a751ac 0%,#95409b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a751ac', endColorstr='#95409b',GradientType=0 ); /* IE6-9 */

}

.button-oqean {
    background: #578faa; /* Old browsers */
    background: -moz-linear-gradient(top,  #578faa 0%, #457e99 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#578faa), color-stop(100%,#457e99)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #578faa 0%,#457e99 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #578faa 0%,#457e99 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #578faa 0%,#457e99 100%); /* IE10+ */
    background: linear-gradient(top,  #578faa 0%,#457e99 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#578faa', endColorstr='#457e99',GradientType=0 ); /* IE6-9 */

}

.button-dark-violet {
    background: #5c57a7; /* Old browsers */
    background: -moz-linear-gradient(top,  #5c57a7 1%, #4c4595 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#5c57a7), color-stop(100%,#4c4595)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5c57a7 1%,#4c4595 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5c57a7 1%,#4c4595 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5c57a7 1%,#4c4595 100%); /* IE10+ */
    background: linear-gradient(top,  #5c57a7 1%,#4c4595 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c57a7', endColorstr='#4c4595',GradientType=0 ); /* IE6-9 */
}

.button-gold {
    background: #beb41e; /* Old browsers */
    background: -moz-linear-gradient(top,  #beb41e 0%, #ada30d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#beb41e), color-stop(100%,#ada30d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #beb41e 0%,#ada30d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #beb41e 0%,#ada30d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #beb41e 0%,#ada30d 100%); /* IE10+ */
    background: linear-gradient(top,  #beb41e 0%,#ada30d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb41e', endColorstr='#ada30d',GradientType=0 ); /* IE6-9 */
}

.button-light-green {
    background: #3ebd28; /* Old browsers */
    background: -moz-linear-gradient(top,  #3ebd28 0%, #2bab16 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3ebd28), color-stop(100%,#2bab16)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3ebd28 0%,#2bab16 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3ebd28 0%,#2bab16 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3ebd28 0%,#2bab16 100%); /* IE10+ */
    background: linear-gradient(top,  #3ebd28 0%,#2bab16 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ebd28', endColorstr='#2bab16',GradientType=0 ); /* IE6-9 */
}

.button-brown {
    background: #9c5b55; /* Old browsers */
    background: -moz-linear-gradient(top,  #9c5b55 0%, #8b4b42 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c5b55), color-stop(100%,#8b4b42)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #9c5b55 0%,#8b4b42 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #9c5b55 0%,#8b4b42 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #9c5b55 0%,#8b4b42 100%); /* IE10+ */
    background: linear-gradient(top,  #9c5b55 0%,#8b4b42 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c5b55', endColorstr='#8b4b42',GradientType=0 ); /* IE6-9 */
}

.bullet-list,
.link-list,
.map-list,
.arrow-list {
    float: left;
    overflow: hidden;
    width: 289px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.bullet-list li,
.link-list li,
.map-list li,
.arrow-list li {
    color: #4d4d4d;
    padding-left: 25px;
    display: block;
    min-height: 24px;
    line-height: 24px;
}

.bullet-list li {
    background: url(/images/bullet-style.png) no-repeat left center;
}

.link-list li {
    background: url(/images/link-style.png) no-repeat left center;
}

.map-list li {
    background: url(/images/map-style.png) no-repeat left center;
}

.arrow-list li {
    background: url(/images/arrow-style.png) no-repeat left center;
}

/*-------------------------------------------------*/
/* =  FancyBox - v2.0.6
/*-------------------------------------------------*/
.fancybox-tmp iframe, .fancybox-tmp object {
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
    overflow: visible !important;
}

.fancybox-skin {
    position: relative;
    padding: 0;
    margin: 0;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    padding: 0;
    margin: 0;
    position: relative;
    outline: none;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(/images/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8020;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/images/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    background: transparent url(/images/fancybox/blank.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: -15px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: -15px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    padding: 0;
    overflow: visible;
    visibility: hidden;
}

/* Overlay helper */
#fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: #000;
}

#fancybox-overlay.overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8030;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    background: url(http://www.htmltocss.com/rgbatopng.php?rgba=0,0,0,0.8)\0/;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    margin-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
    background: url(http://www.htmltocss.com/rgbatopng.php?rgba=0,0,0,0.8)\0/;
}