

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css);


 body {
     
     font-family: "Droid Arabic Kufi";     
     
 }
 
 .uk-navbar-nav>li>a {
   
     font-family: "Droid Arabic Kufi";     
     font-size: 17px;
     
 }
 
 h1, h2, h3, h4, h5, h6 {
    font-family: "Droid Arabic Kufi";       
 }
 
 .uk-navbar-nav li ul li a {
     font-size: 12px;
 }
 
.uk-dropdown .uk-nav {
    padding: 0 4px;
}

.uk-dropdown-navbar .uk-nav li>a{
   /* border-bottom: 1px solid #e8e8e8;*/
}

.top-parallax, .bottom-parallax {

    background: #253946;
}

.banner{
     min-height:750px;
    background-size: cover;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a7c2cb+0,f3f6f8+100 */
    background:  #a7c2cb; /* Old browsers */
    background-image:  url('../../../images/footer_bg.png'), -moz-linear-gradient(top,  #a7c2cb 0%, #f3f6f8 100%); /* FF3.6-15 */
    background-image: url('../../../images/footer_bg.png'),  -webkit-linear-gradient(top,  #a7c2cb 0%,#f3f6f8 100%); /* Chrome10-25,Safari5.1-6 */
    background-image: url('../../../images/footer_bg.png'), linear-gradient(to bottom,  #a7c2cb 0%,#f3f6f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7c2cb', endColorstr='#f3f6f8',GradientType=0 ); /* IE6-9 */

}

.icon-bar{
    height: 130px;
    background-color: rgb(12,8,45);
    width: 100%;
    position: absolute;
    bottom: 22px;
    padding-top: 10px;
}

.iconbar-icon {
    font-size: 50px;
    color: #dfdfde;
    margin-right: 40px;
}

.tm-headerbar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0.63+48,0+100 */
  /*  background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.63) 48%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.63) 48%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
   /* background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.63) 48%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

    background-color: rgb(182, 205, 212);
}



.uk-navbar-nav>li>a,
.uk-navbar-nav>li.uk-active>a
{

    color: #0C082D;
}

.uk-search:before {
    color:#dfdfde;
    right:0;
}

.banner-inner-cont{

    position: absolute;
    top:  200px;
    width: 100%;
}

.banner-icons {
    padding-right: 35px !important;
    padding-top: 35px;
}

.iconbar-icon:hover{
    opacity: .5;
    cursor: pointer;
}

.weather-temp {
    font-size: 40px;
    color: #e0dfdf;
    margin-left: 30px;
    font-family: Lato;
    margin-left: 0px;
}

.banner-icons-list{
list-style: none;
}

.banner-icons-list li {
    float :right;

}

.icon-text {
    font-size: 12px;
    text-align: center;

    padding-left: 6px;
    width: 100px;
    padding-top: 3px;
}

.mayor_text {
    font-size: 12px;
    line-height: 19px;
    color: #dfdfde;
}

.calendar-badge {
    margin-left: -25px;
    margin-top: -29px;
    position: relative;
}

.social-media {
    right: 0;
    width: 40px;
    top: 200px;
    position: fixed;
    z-index: 10000;
}

.uk-icon-button+.uk-icon-button {
     margin-left: 0px;
}

.social-media a {
    border-radius: 50px;
    margin-bottom: 5px;
    background-color: #581212;
    color: white;
}


.social-media  .uk-icon-camera{

    margin-top: 36px;
    background-color: rgba(0,0,0,.5);
    color: #ccc;
    border: 1px solid rgba(0,0,0,.5);

}

.social-media .uk-table td{
    padding: 5px 15px;
}

.searchbox,input.searchbox:focus{
    background-color: rgba(0,0,0,.5);
    color: white;
    border: 1px solid #555;
    width: 32%;


}

.searchbox input {
    color:#e8e8e8;
}

.searchbox:focus{
    background-color: rgba(0,0,0,.77);
}

.banner-inner-cont .fa-search {
    color: #d3d3d3;
    margin-right: -30px;
    z-index: 10000000;
    font-size: 26px;
}


.important-popup-content {
    width: 580px;
    background-color: #631D1D;
    position: fixed;
    top: 226px;
    left: -628px;
    z-index: 1000;
    font-size: 13px;
    color:wheat;
    padding: 20px;
    border-radius: 5px 0 0 5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.important-text-wrapper {
    margin-bottom: 11px;
    border-bottom: 1px solid rgba(245, 222, 179, 0.29);

}


.contact-popup-content {
    width: 580px;
    background-color: #631D1D;
    position: fixed;
    top: 226px;
    left: -628px;
    z-index: 1000;
    padding: 20px;
    border-radius: 5px 0 0 5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.contact-item a{
    color:white;
}

.contact-text-wrapper , .contact-text-wrapper:a {
    color:white;
}

.contact-set {
    color: white;
    font-size: 12px;
}

.contact-popup-content .contact-item {
    padding-left: 20px;
}



.contact-popup-content i {
    font-size: 50px;
}

.contact-us-slider-toggle {
    width: 98px;
    padding: 20px;
    position: fixed;
    left: 0px;
    border: 0px solid;
    padding-left: 0px;
    padding-right: 0px;
    top: 309px;
    border-radius: 5px 0px 0px 5px;
    border-right: 0px;
    color: white;
    background-color: #581212;
    z-index: 1000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.contact-us-slider-toggle:hover {
    background-color: #16678c;
    cursor: pointer;
}

.important-slider-toggle {
    width: 98px;
    padding: 20px;
    position: fixed;
    left: 0px;
    border: 0px solid;
    padding-left: 0px;
    padding-right: 0px;
    top: 246px;
    border-radius: 5px 0px 0px 5px;
    border-right: 0px;
    color: white;
    background-color: #581212;
    z-index: 900;
    padding-top: 5px;
    padding-bottom: 5px;
}

.important-slider-toggle:hover {
    background-color: #16678c;
    cursor: pointer;
}

.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus, .uk-navbar-nav>li.uk-open>a {
    background-color: none;
    color: #fff;
    outline: none;
}

.uk-button-primary {
    background-color: #581212;
    color: #fff;
    border-radius: 4px;
}

.dictionary-icon {
    border: 3px solid #F7F7F7;
    padding: 49px;
    border-radius: 105px;
    height: 75px;
    width: 75px;
    color: #F1F1F1;
}

.dictionary-icon:hover {
    background-color: #9b9fa4;
}

.tm-top-b .uk-panel{
    background-color: #0C082D;
    color: white;
}

.tm-top-b .uk-panel h1{
    color:white;
}

.tm-top-b a.uk-button.uk-button-primary {
    border: 1px solid #D69FB9;
}

.tm-top-b .uk-button-primary:hover,.tm-top-b .uk-button-primary:focus {
    background-color: #9e0602;
    color: #fff;
}

.dictionary-icons
{
    margin-top: 60px;
}
.dictionary-icons li {
    display: inline;
    color: white;
    font-size: 40px;
    margin-right: 0px;
    border: 3px solid #F1F1F1;
    border-radius: 44px;
    width: 100px;
}

.dictionary-icons li:hover {
    background-color: #eaebee;
    color: #581212;
}

.dictionary-icons li i,.dictionary-icons li em {
    width: 75px;
    color: #f0efe9;

}

.dictionary-icons li i:hover,.dictionary-icons li em:hover{



}

.tm-block-dark {
    background: #0c082d;
}

.top-parallax, .bottom-parallax {
    background: #fff;
}

#footer-bottom-image {
    max-height: 600px;
    height: 145px;
    background-repeat: no-repeat;
    background-image: url("../images/footer_bg.png");
}

.uk-icon-button:hover, .uk-icon-button:focus {
    background-color: #581212;
    color: #fff;
    text-decoration: none;
    outline: none;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.uk-article-title {
    font-size: 30px;
}

.iconbar-fixed {

    position: fixed;
    bottom: 0px;
    z-index: 1000000;

}

.uk-dropdown-navbar {
    margin-top: 0;
    background: #581212;
    color: rgba(255,255,255,0.7);
    padding-top: 20px;
}

ul.uk-navbar-nav>li:hover:before {
    height: 8px;
    background: #581212;
    opacity: 1;
}

.tm-footer .uk-subnav li {
    width: 222px;
    text-align: left;
    font-size: 13px;
    color: white;
}

.tm-footer .uk-subnav li ul {
    list-style: none;
}

.uk-dropdown-navbar .uk-nav li>a {
    text-align: left;
}

.uk-dropdown-navbar .uk-nav>li>a:hover {
    background: #9a1219;
}

.searchbox, input.searchbox:focus {
    background-color: rgba(255, 255, 255, 0.81);
    color: white;
    border: 1px solid #CECECE;
    width: 32%;
}

.searchbox input {
    color: #232323;
}

.uk-search:before {
    color: #0C082D;
    left: 0;
}

.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus, .uk-navbar-nav>li.uk-open>a {
    background-color: none;
    color: #232323;
    outline: none;
}

.tm-block {

  /*  overflow: hidden;*/

}

.uk-navbar-nav>li>a, .uk-navbar-nav>li.uk-active>a {
    color: #0C082D;
    font-size: 15px;
}

.tm-block.tm-headerbar {
    overflow: visible;
}

.tm-headerbar {
    background-color: transparent;
}

.uk-button-primary {
    background-color: #0C082D;
    color: #fff;
    border-radius: 4px;
}

.tm-top-b a.uk-button.uk-button-primary {
    border: 1px solid rgba(160, 160, 160, 0.61);
}

.tm-top-b .uk-button-primary:hover, .tm-top-b .uk-button-primary:focus {
    background-color: #09609C;
    color: #fff;
}

.uk-navbar-nav>li>a, .uk-navbar-nav>li.uk-active>a {
    background-image: url('../images/menu-bg.png');
    background-repeat: no-repeat;
    background-position: 0px 30px;
}

.uk-panel-box {
    padding: 35px;
     background: #fff;
    color: #555;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

.top-parallax, .bottom-parallax {
    min-height: 0px !important;

}

#flatcal_minical .flatcal_daylink, #flatcal_minical .flatcal_sundaylink, #flatcal_minical .flatcal_busylink {
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    font-family: verdana;
}

.uk-navbar-nav>li>a {
    height: 120px;
}


.tm-block.tm-headerbar {
    border-bottom: 1px solid rgba(248, 248, 248, 0.25);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b1c9d1+0,bdd1d8+100 */
    background: #b1c9d1; /* Old browsers */
    background: -moz-linear-gradient(top,  #b1c9d1 0%, #bdd1d8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #b1c9d1 0%,#bdd1d8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #b1c9d1 0%,#bdd1d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1c9d1', endColorstr='#bdd1d8',GradientType=0 ); /* IE6-9 */

}

.tm-breadcrumb {
    padding-top: 17px;
}


/*** inner header ***/

.tm-block.tm-headerbar {
  /*  border-bottom: 1px solid rgba(248, 248, 248, 0.25);
    background: #0c082d;
*/
    border-bottom: 2px solid #aaa;
    background: #0c082d;

}

.uk-navbar-nav>li>a, .uk-navbar-nav>li.uk-active>a {
    color: #d5d5d8;
    font-size: 15px;
}

.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus, .uk-navbar-nav>li.uk-open>a {
    background-color: none;
    color: #bbbbbe;
    outline: none;
}

.uk-search:before {
    color: #a2a2a2;
    right: 0;
}

input.uk-search-field {
    -webkit-appearance: none;
    color: wheat;
}

/***Modules **/

.gkwMain {
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 11px;
    font-family: verdana;
}

.tm-toolbar {
    background: rgb(12, 8, 45);
    border-bottom: 1px solid #1a163a;
}

.mod-languages {
    font-size: 13px;
}

.mod-languages > li {
    border-right: 1px solid #1d1848;
    padding-right: 10px;
}

#example5 .sp-selected-thumbnail .sp-thumbnail-title a{
    color:#990000;
}


.cal_daysoutofmonth, #jevents_body .cal_daysnoevents  {
font-family:verdana;
}

.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    background-color: #0d6099;
    border: 1px solid #0d6099;
}

.jev_toprow div.currentmonth {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #dce0e0;
    margin-bottom: -1px;
}

.nav-items > div {
    margin-left: -5px;
    display: inline-block;
    padding: 3px 0px 2px 0px;
    line-height: 23px;
    vertical-align: middle;
    border: 1px solid #dadada;
    border-left: 0px;
}

#jevents_body .nav-items div.active a, .jev_header2 .active a {
    background-color: #0d6099;
    color: #FFF;
}

.month_date {
    min-height: 25px;
    width: 100%;
    padding-left: 10px;
    vertical-align: top;
    padding-right: 18px;
    margin-bottom: 5px;
    font-size: 12px;
}

#jevents_body .nav-items > div a:hover {

}

.nav-items > div:last-child {
    border-right: 0px solid #ff3b30;
border-left: 0px solid #ff3b30;
}
.nav-items > div:first-child {
border-right: 0px solid #ff3b30;
border-left: 0px solid #ff3b30;
}


td.mod_events_latest_first, td.mod_events_latest {
    background-color: #f7f7f7;
    padding: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.uk-panel-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    text-transform: none;
    padding-top: 21px;
    color: #555;
}
