@import url('https://fonts.googleapis.com/css?family=Cairo');
body, html {
    padding: 0;
    margin: 0;
    float:left;
    font-family: 'Cairo', sans-serif;

}
* {box-sizing: border-box;}
.col-1 {
    width: 100%;
}


.col-2 {
    width: 75%;
}

.col-3 {
    width: 50%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 15%;
}

.col-6 {
    width: 5%;
}
.col-7 {
    width: 60%;
}
.col-8 {
    width: 20%;
}
.dateOfCreation {
    font-size: 0.5em;
    color: #2c2d30;
}

.side {
    border-left: 2px solid #fff; 
    border-right: 2px solid #fff; 
}
.tabs {
    padding: 0;
    margin: 0;
    background: #ed1c24;
}
.tabs a {
    display: inline-block;
    padding: 5px;
    margin: 0;
    text-decoration: none;
    color: #fff;
}
.tabs .selected {
    background: #4b0000;
}

.center-wrapper {
    margin: 0 auto;
}

.local-news .news-block:first-child {
    width: 100%;
}

.local-news .news-block:first-child img {
    width: 100%;
    height: auto !important;
}

.timestamp {
    color: #636060;
    font-size: 0.5em;
    
}

.gallery-list a{
    display: inline-block;
    text-align: center;
    color: #3b3b3b;
    text-decoration: none;
}

.gallery a {
    display: inline-block;
    text-decoration: none;

}

.light-box {
    display: none;
    background: #00000065;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 1;
}

#image-box {
    display: block;
    margin: 0 auto !important;
    width: 50%;

}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}
  

.gallery img {
    border: 3px solid #ccc;
    width: 100px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}
.small-text {
    font-size: 0.7em;
}

.hidden {
    display: none;
}

.button {
    display: block;
    padding: 15px;
    margin: 5px;
	color: #000;
	background: #eeeeee;
	border: none;
}

.button:hover {
    display: block;
    padding: 15px;
    margin: 5px;
	color: #000;
	background: #7a7a7a;
	border: none;

}

.marquee_texty {
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
    
}

@keyframes marquee {
    0%   { text-indent: 27.5em }
    100% { text-indent: -105em }
}
.marqueeDiv {
    display: block;
    background: #fff;
    color: #570000;
    padding: 0;
    margin: 0;
    padding: 15px
}
.marqueeDiv a {
    color: #570000;
    margin: 5px;
    text-decoration: none;
}


.header {
    display: block;
    background: #e3f1ed;
    color: #4b0000;
    padding: 0;
    margin: 0;
    height: 170px;
    width: 100%;
    font-size: 12px;
}

.header  {
    display: flex;
}

.footer {
    background: #161a22;
    padding: 0;
    margin: 0;
    color: #868282;
}
.footer-menu {
    border-left: 1px solid #2c2d30;
    width: 15%;
}
.footer-menu a {
    display: block;
    padding: 5px;
    margin: 0;
    font-size: 0.9em;
    color: #fff;
    text-decoration: none;
}
.footer-menu a:hover {
    text-decoration: underline;
}

.widgets .widget {
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 20px;
}

.widgets .widget img {
    width: 25px;
    padding: 0;
    margin: 0;

}

.center {
    text-align: center;
}

.copy, .copy a {
    color: #777777;
    font-size: 0.5em;
}

.today-date {
    padding: 5px;
    margin: 0;
    font-size: 0.6em;
    color: #ffee00;
}

.search {
    float: right;
}

.search input[type=text] {
    border: 1px solid #acb2cc;
    background: #a5b5ca;
    color: #bebebe;
    padding: 5px;
    font-size: 16px;
}

.search button {
    background: #ed1c24;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ed1c24;
    cursor: pointer;
  }

.post-widget {
    background: #f3f3f3;
    padding: 0;
    margin: 0;
}

.post-widget a {
    display: inline-block;
    padding: 15px;
    margin: 0;
    font-size: 1.2em;
    color: #777777;
    text-decoration: none;
}

.post-widget a:hover {
    color: #2c2d30;
}

#post {
    font-size: 20px;
}

.logo img {
    width: 8%;
}

.place_holder {
    padding: 5%;    
}

.top-bar {
    color: #4b0000;
    background: #ed1c24;
    padding: 0;
    margin: 0;
    height:  35px;
}

.top-bar a {
    display: inline-block;
}

.top-bar img {
    width: 30px;
}

.menu-wrapper {
    background: #ebe9e9;
    height: 30px;
    margin: 0;
    padding: 0;
}

.main_menu a {
    display: inline-block;
    padding: 5px;
    margin: 3px;
    color: #4e4e4e;
    text-decoration: none;
    font-weight: bold;
    line-height: 10px;
}

.main_menu a:hover {
    background: #dbdada;
}

.home {
    border-bottom: 2px solid #0e165f;
}

.hewarat {
    border-bottom: 2px solid #576602;
}

.news {
    border-bottom: 2px solid #0e5f20;
}

.archive {
    border-bottom: 2px solid #b13800;
}

.conferences {
    border-bottom: 2px solid #940056;
}

.price {
    border-bottom: 2px solid #cac700;
}

.news-block:hover {
    background: #b5b6b9;
}
.news-block a {
    color: #161a22;
    text-decoration: none;
}
.news-block p {
    font-size: 13px;
    color: #4e4e4e;
}

#share, .dropdown-menu  {
    display: inline-block;
}

#share > .share-menu, .dropdown-menu > .sub-dropdown-menu {
    display: none;
    background: rgb(231, 231, 231);
    position: absolute;
    z-index: 1;
    padding: 5px;
}

#share:hover > .share-menu, .dropdown-menu:hover > .sub-dropdown-menu {
    display: block;
}

.share-menu a {
    display: block;
    font-size: 2em;
    border-bottom: 1px solid #ccc;
    
}

.sub-dropdown-menu {
    width: 25%;
}

.sub-dropdown-menu a {
    display: block;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    
}

#share {
    position: relative;
}

.content {
    padding: 5px;
}

.post-headline {
    color: #868282;
}

.related-post {
    background: #e2e0e0;
    color: #161a22;
}

.thumbnail {
    width: 100%;
    height: 100px;
}

.headline {
    background: #ed1c24;
    padding: 0;
    margin: 0;
}

.headline h5 {
    padding: 7px;
    color: #fff;
}

.myWrapper {
    width: 100%;
}

.myWrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.myWrapper ul li a {
    text-decoration: none;
    color: rgb(51, 51, 51);
    padding: 15px;

}

.listview {
    list-style: none;
    padding: 0;
    margin: 0;
}

.listview li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.listview li a {
    display: block;
    margin: 0;
    width: 150px;
    color: #5c1d00;
    padding: 15px;
    text-decoration: none;
}