@charset "UTF-8";
/**********************************/
/**********************************
ALRAY © 2015
******** Authors **************
Development and Responsive Design by: atyaf.co
E-mail: info@atyaf.co
Site: www.atyaf.co
************************************/
/**********************************/
/* custom fonts */
@font-face {
  font-family: 'Alray Arabic';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Al-Jazeera-Arabic-Light.eot);
  src: url(../fonts/Al-Jazeera-Arabic-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/Al-Jazeera-Arabic-Light.woff) format('woff'), url(../fonts/Al-Jazeera-Arabic-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Alray Arabic';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Al-Jazeera-Arabic-Regular.eot);
  src: url(../fonts/Al-Jazeera-Arabic-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Al-Jazeera-Arabic-Regular.woff) format('woff'), url(../fonts/Al-Jazeera-Arabic-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Alray Arabic';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Al-Jazeera-Arabic-Bold.eot);
  src: url(../fonts/Al-Jazeera-Arabic-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Al-Jazeera-Arabic-Bold.woff) format('woff'), url(../fonts/Al-Jazeera-Arabic-Bold.ttf) format('truetype');
}
@font-face {
  font-family: Greta;
  src: url('../fonts/Greta_Arabic_Regular.eot');
  src: url('../fonts/Greta_Arabic_Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Greta_Arabic_Regular.woff') format('woff'), url('../fonts/Greta_Arabic_Regular.otf') format("opentype");
}
/* End custom fonts */
.pt20 {
  padding-top: 20px;
}
.pr20 {
  padding-right: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.p20 {
  padding: 20px;
}
.pt10 {
  padding-top: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.p10 {
  padding: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.m20 {
  margin: 20px;
}
.mt10 {
  margin: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mr30 {
  margin-right: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
.m30 {
  margin: 30px;
}
body,
html {
  height: 100%;
  direction: rtl;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
body,
html {
  height: 100%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
* {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
img {
  overflow: hidden;
}
textarea {
  resize: vertical;
}
/*-------------------------------------------------------------------------------------------*/
/* GENERAL STYLES */
/*-------------------------------------------------------------------------------------------*/
/* Clear Floats */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
  display: block;
}
/* End hide from IE Mac */
.none {
  display: none;
}
/* End Clearfix */
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #f6f6f6;
  font-family: 'Alray Arabic', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  padding-top: 40px;
  line-height: 1.42857143;
}
a:link {
  color: #186477;
}
a:hover {
  color: #ffb400;
}
a:visited {
  color: #186477;
}
a:visited:hover {
  color: #ffb400;
}
.container {
  margin: auto;
}
.trans,
:before,
:after,
#nav ul.links *,
input,
button,
#galleries_block ul.list li a .details,
#featured ul.more2 li img,
#featured ul.more li .thumb img,
#morenews ul.list li .thumb img,
.section-3 .layout-1 ul.list li .thumb img,
.section-3 .layout-3 ul.list li .thumb img,
.section-5 .layout-1 ul.list li .thumb img{
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* NavBar */
#nav {
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background-color: #000000;
}
#nav input[type='checkbox'] {
  display: none;
}
#nav input[type='checkbox']:checked ~ ul {
  display: block;
}
#nav ul.links > li {
  position: relative;
}
#nav ul.links > li:hover ul {
  display: block;
}
#nav ul.links > li:hover > a,
#nav ul.links > li:hover > label {
  background-color: #ffb400;
  color: #000000;
}
#nav ul.links > li > a,
#nav ul.links > li > label {
  display: block;
  font-size: 19px;
  line-height: 50px;
  color: #ffffff;
  padding: 0 10px;
}
#nav ul.links > li i {
  float: left;
  margin-top: 11px;
  margin-right: 5px;
}
#nav ul.links > li ul {
  padding: 10px 0;
}
#nav ul.links > li ul li a {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 35px;
  color: #000000;
}
#nav ul.links > li ul li a:hover {
  background-color: #000000;
  color: #ffb400;
}
#nav .datetime {
  float: left;
  color: #ffffff;
  line-height: 50px;
}
/* HEADER */
#header .container {
  background-color: #ffffff;
  padding: 15px;
}
#header h1 {
  margin: 0;
}
#header h1 a {
  display: block;
}
#header .ads a {
  display: block;
}
#header .currency {
  position: relative;
  padding-right: 10px;
}
#header .currency:before {
  width: 3px;
  height: 90%;
  position: absolute;
  left: 100%;
  top: 5%;
  background-color: #186477;
  content: ' ';
}
#header .currency .title {
  color: #186477;
  font-size: 15px;
  margin: 0 0 10px;
}
#header .currency ul li {
  color: #040404;
  font-size: 14px;
}
#header .currency ul li .number {
  float: left;
}
#header .alrayMag {
  text-align: center;
  position: relative;
}
#header .alrayMag:hover .pdf {
  display: block;
}
#header .alrayMag h3 {
  margin: 0 0 20px;
  font-size: 28px;
}
#header .alrayMag .pdf {
  display: none;
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
}
/* SEARCH */
.search_block{
  padding: 0 10px 10px;
}
.search_block input[type="text"] {
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
  line-height: 35px;
  border: 1px solid #b5c3c7;
}
.search_block input[type="text"]:focus {
  border-color: #186477;
  -webkit-box-shadow: inset 0 2px 2px rgba(204, 204, 204, 0.55);
  -moz-box-shadow: inset 0 2px 2px rgba(204, 204, 204, 0.55);
  box-shadow: inset 0 2px 2px rgba(204, 204, 204, 0.55);
}
/* nBar */
#nBar {
  height: 37px;
  margin-bottom: 10px;
  background-color: #01384a;
}
#nBar .title {
  float: right;
  font-size: 13px;
  padding: 0 10px;
  color: #000000;
  line-height: 37px;
  background-color: #ffb400;
}
#nBar .marquee {
  direction: ltr;
  height: 37px;
  overflow: hidden;
}
#nBar .marquee a {
  color: #ffffff;
  line-height: 37px;
  margin-left: 30px;
}
#nBar .marquee a:hover {
  text-decoration: underline;
}
/* Breaking */
.breaking-box.active{
  height: 40px;
}
#breaking {
  padding: 10px 0;
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #ce0000;
  background-color: #e30000;
}
#breaking.fixed{
  position: fixed;
  top: 40px;
  right: 0;
  left: 0;
  z-index: 999;
}
#breaking .container {
  position: relative;
}
#breaking .breaking-title {
  float: right;
  color: #ffffff;
  font-weight: 700;
}
#breaking .content a {
  color: #ffffff;
  font-weight: 700;
}
#breaking .content a:hover {
  text-decoration: underline;
}
#breaking .share{
  position: absolute;
  left: 0;
  top: 7px;
}
#breaking .share li{
  float: right;
  margin-right: 10px;
}
#breaking .share li a{
  display: block;
  font-size: 24px;
  color: #ffffff;
}
#breaking .share li a:hover{
  color: #FFB400;
}
/* Featured */
#featured {
  background-color: #fff;
  border: 1px solid #eeeeee;
}
#featured h1 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}
#featured h2 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}
#featured .file-header{
  padding: 0 20px;
}
#featured .featured .details {
  padding-right: 15px;
  position: relative;
}
#featured .featured .details:before {
  width: 4px;
  height: 100%;
  background-color: #186477;
  position: absolute;
  left: 100%;
  top: 0;
  content: ' ';
}
#featured .featured .details .info {
  color: #6e6e6e;
  font-size: 18px;
  font-family: 'Greta', Arial, Helvetica, sans-serif;
  text-align: justify;
}
#featured .featured .featured-related .header{
  color: #e0001a;
  margin-top: 10px;
}
#featured ul.more {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  /*margin-top: 20px;*/
  /*padding-bottom: 20px;*/
}
#featured ul.more li{
  margin-bottom: 20px;
}
#featured ul.more li a {
  display: block;
}
#featured ul.more li .title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}
#featured ul.more li .stats {
  clear: both;
  height: 20px;
  font-size: 13px;
  font-weight: 300;
  color: #aaaaaa;
  margin-bottom: 2px;
}
#featured ul.more li .stats span {
  float: right;
  margin-left: 12px;
}
#featured ul.more li .stats i {
  float: right;
  margin-left: 5px;
}
#featured ul.more li .info {
  font-size: 16px;
  font-family: 'Greta', Arial, Helvetica, sans-serif;
  text-align: justify;
  color: #6a6a6a;
  height: 90px;
  overflow: hidden;
}
#featured ul.more2 li a{
  display: block;
}
.section-1 {
  margin-bottom: 25px;
}
.section-1 .secondary {
  background-color: #01384a;
  padding-top: 10px;
}
.section-1 .ads {
  margin-bottom: 15px;
  text-align: center;
  padding: 0 10px;
}
.section-1 .ads img {
  display: inline-block;
}
.latest {
  margin-bottom: 20px;
}
.latest .header {
  padding: 20px;
}
.latest ul.list li a {
  display: block;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 16px;
}
.latest ul.list li a .time{
  margin-left: 5px;
  color: #ffb400;
}
.latest ul.list li a:hover {
  background-color: #ffb400;
  color: #000000;
}
.latest ul.list li a:hover .time{
  color: #000000;
}
.vote {
  padding: 20px;
}
.vote .header, .latest .header {
  color: #ffb400;
  font-weight: 700;
}
.vote .vote-title {
  font-size: 14px;
  color: #ffffff;
  margin: 10px 0;
}
.vote ul li {
  margin-bottom: 20px;
}
.vote ul li p.txt {
  margin-bottom: 10px;
  font-size: 12px;
  color: #ffffff;
}
.vote ul li label {
  display: block;
  min-height: 40px;
}
.vote ul li label.checked span.radio i[class*='-radio-checked'] {
  display: block;
}
.vote ul li label.checked span.radio i[class*='-radio-unchecked'] {
  display: none;
}
.vote ul li span.radio {
  display: block;
  float: right;
  width: 17px;
  height: 18px;
  overflow: hidden;
  padding-right: 2px;
  padding-top: 2px;
  margin: 0 0 0 5px;
  position: relative;
}
.vote ul li span.radio input[type='radio'] {
  position: absolute;
  top: -20px;
  right: -20px;
}
.vote ul li span.radio i[class*='-radio-checked'] {
  display: none;
}
.vote ul li .results {
  position: absolute;
  left: 5px;
  top: 0;
  font: normal 9px Tahoma, Arial, Helvetica, sans-serif;
}
.vote ul li .percentage-bar {
  width: 100%;
  height: 10px;
  position: relative;
  background-color: #ffffff;
  margin-top: 2px;
}
.vote ul li .percentage-bar .bar {
  height: 10px;
}
.vote ul li.default i[class*='-radio-checked'] {
  color: #000000;
}
.vote ul li.default .bar {
  background-color: #000000;
}
.vote ul li.black i[class*='-radio-checked'] {
  color: #ffb400;
}
.vote ul li.black .bar {
  background-color: #ffb400;
}
.vote ul li.red i[class*='-radio-checked'] {
  color: #d9534f;
}
.vote ul li.red .bar {
  background-color: #d9534f;
}
.vote ul li.blue i[class*='-radio-checked'] {
  color: #5bc0de;
}
.vote ul li.blue .bar {
  background-color: #5bc0de;
}
.vote ul li.green i[class*='-radio-checked'] {
  color: #5cb85c;
}
.vote ul li.green .bar {
  background-color: #5cb85c;
}
.vote .submit {
  height: 30px;
  text-align: left;
}
.vote .submit button {
  padding: 4px 15px;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  width: 69px;
  height: 30px;
  cursor: pointer;
  position: relative;
  font-family: 'Alray Arabic', Arial, Helvetica, sans-serif;
  background-color: #ffb400;
  border: none;
}
.vote .submit button:hover {
  background-color: #ffb400;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.vote .submit button:active {
  background-color: #cc9000;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* MORENEWS */
#morenews {
  /*margin-bottom: 30px;*/
  padding-bottom: 35px;
  background-color: #ffffff;
  border-top: 6px solid #186477;
  border-bottom: 6px solid #186477;
}
#morenews ul.list li .details .title {
  margin-top: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}
#morenews ul.list li .details .stats {
  clear: both;
  height: 20px;
  font-size: 13px;
  font-weight: 300;
  color: #aaaaaa;
  margin-bottom: 2px;
}
#morenews ul.list li .details .stats span {
  float: right;
  margin-left: 20px;
}
#morenews ul.list li .details .stats i {
  float: right;
  margin-left: 5px;
}
#morenews ul.list li .details .info {
  font-size: 16px;
  font-family: 'Greta', Arial, Helvetica, sans-serif;
  text-align: justify;
  color: #6a6a6a;
  height: 90px;
  overflow: hidden;
}
/* GALLERIES */
#galleries_block {
  background: transparent url("../images/galleries-bg.png") 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 40px;
}
#galleries_block .header {
  margin-bottom: 20px;
}
#galleries_block .header a {
  font-size: 48px;
  font-weight: 700;
  color: #ffb400;
}
#galleries_block ul.list li {
  overflow: hidden;
}
#galleries_block ul.list li a {
  display: block;
  overflow: hidden;
  position: relative;
  border: 5px solid #75726f;
}
#galleries_block ul.list li a:hover:after {
  width: 200%;
  height: 200%;
}
#galleries_block ul.list li a:hover .details {
  right: 0;
}
#galleries_block ul.list li a:after {
  position: absolute;
  right: -50%;
  top: -50%;
  z-index: 1;
  width: 0;
  height: 0;
  content: ' ';
  background-color: #ffb400;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#galleries_block ul.list li a .details {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 2;
}
#galleries_block ul.list li a .details .title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}
#galleries_block .show-more{
  text-align: left;
  margin-top: 30px;
}
#galleries_block .show-more a{
  color: #ffffff;
  font-size: 24px;
}
#galleries_block .show-more a:hover{
  text-decoration: underline;
}
.section-3 {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.section-3 .header .title {
  font-size: 24px;
  font-weight: 700;
}
.section-3 .layout-1 {
  padding-bottom: 35px;
}
.section-3 .layout-1.first,
.section-3 .layout-1:first-child {
  border-bottom: 1px solid #eeeeee;
}
.section-3 .layout-1 ul.list li .details .title {
  margin-top: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.section-3 .layout-1 ul.list li .details .stats {
  clear: both;
  height: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #aaaaaa;
  margin-bottom: 2px;
}
.section-3 .layout-1 ul.list li .details .stats span {
  float: right;
  margin-left: 20px;
}
.section-3 .layout-1 ul.list li .details .stats i {
  float: right;
  margin-left: 5px;
}
.section-3 .layout-1 ul.list li .details .info {
  font-size: 16px;
  font-family: 'Greta', Arial, Helvetica, sans-serif;
  text-align: justify;
  color: #6a6a6a;
  height: 90px;
  overflow: hidden;
}
.section-3 .layout-2 {
  padding-bottom: 40px;
}
.section-3 .layout-2.first {
  border-bottom: 1px solid #eeeeee;
}
.section-3 .layout-2:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}
.section-3 .layout-2 ul.list li .details .title {
  margin-top: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}
.section-3 .layout-2 ul.list li .details .stats {
  clear: both;
  height: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #aaaaaa;
  margin-bottom: 2px;
}
.section-3 .layout-2 ul.list li .details .stats span {
  float: right;
  margin-left: 20px;
}
.section-3 .layout-2 ul.list li .details .stats i {
  float: right;
  margin-left: 5px;
}
.section-3 .layout-3 {
  padding-bottom: 35px;
}
.section-3 .layout-3.first {
  border-bottom: 1px solid #eeeeee;
}
.section-3 .layout-3 ul.list li .details {
  text-align: center;
}
.section-3 .layout-3 ul.list li .details .title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
.section-4 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-bottom: 40px;
  padding: 50px 0;
  position: relative;
}
.section-4:before{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.60);
  content: '';
}
#specialfile {
  position: relative;
  z-index: 2;
}
#specialfile h1 {
  margin-bottom: 30px;
}
#specialfile h1 .title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
}
#specialfile h4 {
  font-size: 28px;
  font-weight: 700;
  color: #ffb400;
}
#specialfile p.info {
  color: #ffffff;
  font-size: 20px;
  text-align: justify;
}
#specialfile .link {
  text-align: left;
  margin-top: 10px;
}
#specialfile .link a {
  font-size: 32px;
  font-weight: 700;
  color: #ffb400;
  position: relative;
}
#specialfile .link a:hover:after {
  width: 100%;
}
#specialfile .link a:after {
  width: 0;
  height: 1px;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ffb400;
  content: ' ';
}
#specialfile .col-2 img{
  border: 5px solid rgba(255, 255, 255, 0.28);
}
.section-5 {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  margin-bottom: 35px;
}
.section-5 .header {
  margin: 30px 30px 0 0;
}
.section-5 .header .title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}
.section-5 .layout-1 {
  padding-bottom: 35px;
}
.section-5 .layout-1.first {
  border-bottom: 1px solid #eeeeee;
}
.section-5 .layout-1 ul.list li .details {
  text-align: center;
}
.section-5 .layout-1 ul.list li .details .title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
.section-5 .layout-1 ul.list li .details .stats {
  clear: both;
  height: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #aaaaaa;
  margin-top: 10px;
}
.section-5 .layout-1 ul.list li .details .stats span {
  float: right;
  margin-left: 20px;
}
.section-5 .layout-1 ul.list li .details .stats i {
  float: right;
  margin-left: 5px;
}
.section-5 .layout-2:first-child {
    border-bottom: 1px solid #eeeeee;
}
.section-5 .layout-2 ul.list li a {
  display: block;
  padding: 10px 20px;
}
.section-5 .layout-2 ul.list li a:hover {
  background-color: #ffb400;
  color: #000000;
}
.section-5 .layout-2 ul.list li .title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 5px;
}
.section-5 .layout-2 ul.list li .stats {
  padding: 0 20px;
  clear: both;
  height: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #aaaaaa;
}
.section-5 .layout-2 ul.list li .stats span {
  float: right;
  margin-left: 20px;
}
.section-5 .layout-2 ul.list li .stats i {
  float: right;
  margin-left: 5px;
}
.section-5 .layout-3.first {
  border-bottom: 1px solid #eeeeee;
}
.section-5 .layout-3 ul.list li {
  padding: 10px;
}
.section-5 .layout-3 ul.list li .details .title {
  margin-top: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.section-5 .layout-3 ul.list li .details .stats {
  clear: both;
  height: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #aaaaaa;
  margin-bottom: 2px;
}
.section-5 .layout-3 ul.list li .details .stats span {
  float: right;
  margin-left: 20px;
}
.section-5 .layout-3 ul.list li .details .stats i {
  float: right;
  margin-left: 5px;
}
.section-5 .theBest {
  margin: 10px;
  border: 1px solid #eeeeee;
}
.section-5 .theBest ul.tabs li {
  float: right;
  width: 33.33333333%;
  text-align: center;
  margin: 10px 0;
}
.section-5 .theBest ul.tabs li a {
  font-size: 14px;
  color: #000000;
}
.section-5 .theBest ul.tabs li a.selected {
  color: #ffb400;
}
/* FOOTER */
#footer {
  padding-top: 30px;
  background-color: #186477;
}
#footer .container {
  overflow: hidden;
}
#footer .widget .widget-header {
  font-size: 18px;
  color: #ffb400;
  margin-bottom: 15px;
}
#footer .widget.links ul.list {
  padding-right: 10px;
  border-right: 1px solid #0179a1;
}
#footer .widget.links ul.list li {
  margin-bottom: 5px;
}
#footer .widget.links ul.list li a {
  font-size: 16px;
  color: #cccccc;
}
#footer .widget.links ul.list li a:hover {
  color: #ffb400;
}
#footer .subscribe form {
  position: relative;
  width: 100%;
  height: 40px;
}
#footer .subscribe form input[type='text'] {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  padding-right: 10px;
}
#footer .subscribe form button {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 40px;
  background-color: #1c668c;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  border: none;
}
#footer .subscribe form button:hover {
  background-color: #ffb400;
}
#footer ul.social {
  margin-top: 10px;
  text-align: center;
}
#footer ul.social li {
  display: inline-block;
  margin: 0 10px;
}
#footer ul.social li a {
  font-size: 24px;
  color: #ffffff;
}
#footer ul.social li a:hover {
  color: #ffb400;
}
#footer .footer {
  height: 50px;
  background-color: #01384a;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
  color: #ffffff;
  margin-top: 30px;
}
#footer .footer .copyright{
  float: right;
}
#footer .footer .atyaf{
  float: left;
}
.post-container {
}
.post-container h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 30px;
}
.post-container .caption{
  color: #666666;
  font-size: 14px;
  font-weight: 700;
}
.post-container .datetime {
  font-size: 10px;
  color: #444444;
  margin-bottom: 10px;
}
.post-container .post-thumb {
  position: relative;
  margin-bottom: 20px;
  /*height: 458px;*/
}
.post-container .post-thumb img{
  width: 100%;
}
.post-container .post-thumb .caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 8px 10px;
  font-size: 10px;
  font-weight: 700;
  color: #ffffff;
  background-color: #222222;
}
.post-container .source {
  font-size: 14px;
  font-weight: 700;
  color: #14b9d5;
  margin-bottom: 10px;
}
.post-container .text p,
.post-container .text span,
.post-container .text strong{
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
  text-align: justify;
  font-family: 'Greta', 'Droid Arabic Naskh', serif !important;
  line-height: 32px;
}
.post-container .text blockquote {
  float: left;
  width: 335px;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding: 30px 50px 30px 30px;
  margin: 10px 10px 10px 0;
  background-color: #f1f1f1;
}
.post-container .text blockquote:before {
  font-size: 48px;
  position: absolute;
  top: 10px;
  right: 15px;
  content: '"';
}
.post-container .post-share-all {
  padding: 10px 20px;
  min-height: 54px;
  margin-bottom: 30px;
  background-color: #f1f1f1;
}
.post-container .post-share-all .post-share {
  float: left;
}
.post-container .post-share-all .post-share .title {
  float: right;
  font-size: 12px;
  font-weight: 700;
  line-height: 34px;
}
.post-container .post-share-all .post-share a {
  float: right;
  font-size: 16px;
  color: #999999;
  margin-right: 10px;
  margin-top: 8px;
}
.post-container .post-share-all .post-share a:hover {
  color: #198ab4;
}
.post-container .post-share-all .short-link{
  float: right;
}
.post-container .post-share-all .short-link label{
  font-size: 12px;
  font-weight: 700;
  line-height: 34px;
  float: right;
}
.post-container .post-share-all .short-link input{
  min-width: 300px;
  font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
  color: #666666;
  padding: 8px 10px;
  margin-right: 20px;
  direction: ltr;
  float: right;
}
.vote .message {
  display: none;
  margin-top: 10px;
  font: normal 12px Tahoma;
  text-align: center;
  line-height: 35px;
  color: #FFFFFF;
  background-color:#ffb400 ;
}
/* LAYOUT 4 */
.layout-4 {
  position: relative;
  padding: 5px 20px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.layout-4:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.73);
  content: ' ';
}
.layout-4 .header,
.layout-4 .content {
  position: relative;
  z-index: 2;
}
.layout-4 .header {
  text-align: center;
  padding: 5px 0;
}
.layout-4 .header a {
  font-size: 22px;
  color: #ffb400;
  font-weight: 700;
}
.layout-4 .content img {
  width: 100%;
  border: 5px solid rgba(255, 255, 255, 0.28);
}
.layout-4 .content p.title {
  text-align: center;
  padding: 5px 0;
}
.layout-4 .content p.title a {
  color: #ffffff;
}
.social-fixed{
  position: fixed;
  width: 35px;
  z-index: 999;
  padding: 5px 5px 0;
  background-color: #F6F6F6;
}
.social-fixed a{
  display: block;
  font-size: 24px;
  color: #333333;
  margin-bottom: 5px;
}
.social-fixed a:hover{
  /*color: #01384a;*/
}
.social-fixed a .aty-whatsapp{
  width: 24px;
  height: 24px;
  display: block;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAADsQAAA7EB9YPtSQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAKHSURBVEiJpdZPiFdVFAfwz/0Rw4yNNjSVFAmDw+AfwonMpAwUpHBoEUlZuKuFErhzlYsgQlzUrsCVi3RjUMjEMKLhokVtnIZfq2kKlVJJbCqQFCGd2+KdX975zZvx96MLj/fe9557vvee8z3nvZRzttRIKa3Cc3gGm+P+CJr4HtM4n3P+eUknOefaC2/gd+Ti+gd/tWEZn2Gg1k+N40GcjIV3cRz7sQW9YTOE1/AhLoXtFexalgCbcC0WzOL5pU5YrOnH0eI0R2oJ0IMfwugT9N3PeRvRS8XmxuoIDsfkRDeO20heLsI18B8BtuIO/sDjxYLtOIb1XZC0wnWiJPgqwL2F4RO4Gfi5LggexMVYt7YFXsPfaBSGb7dJcV0XJEdizVuNlNKTWI3pnPN8USJ9CyvGsM7H+bg/21DpG6bajL4uns/knCe7IGj52tLA0/HSLC2i/CfidU1KaWWn3nPOv6oqfrSBG4EP1tjuU+VnI06klFInBCmlfjyEqw1cCHxDzU5+w5sqCb+KsymlkXDyYkppOqX0XjTFcmxGQ+TiKVXGv1tGFWMqlWXcVtXGdfcU9iceLewPBn4AEn7EPEaXIRnFtyzqpC3S3sL2dOBbW8C7AYx3oPHX8aUqdxlX8Uoxvyfwn9DTAle4V7WPdVhMPRjBAwW2GnOqNr+tbBXD4XzmfzS6PkyGn48XdFMciokPyh124fyFCEnGzIJ8hEEzJnfgHYzjFr5R9PYax2vxUYQkR24WhDhhXahIKKlR83wldjYbuWr9BDwc83M4kHP+XM14v5DbZXyKnRHT3SG5uxZLcw5nVR+qJYWR8EXE7xSmcpy9HCmlPtWHfkilnmbO+Ze63baPfwE93gTUHf6ArAAAAABJRU5ErkJggg1c38678aa0009e2dcffd6b835d55cd5f');
}
.social-fixed a[class*="facebook"]:hover{
  color: #3b5998;
}
.social-fixed a[class*="twitter"]:hover{
  color: #55acee;
}
.social-fixed a[class*="instagram"]:hover{
  color: #3f729b;
}
.social-fixed a[class*="youtube"]:hover{
  color: #e52d27;
}
.social-fixed a[class*="feed"]:hover{
  color: #f26522;
}
.social-fixed a[class*="whats"]:hover{
  color: #09D261;
}
#featured ul.more2 li,
#featured ul.more li .thumb,
#morenews ul.list li .thumb,
.section-3 .layout-1 ul.list li .thumb,
.section-3 .layout-3 ul.list li .thumb,
.section-5 .layout-1 ul.list li .thumb{
  position: relative;
  overflow: hidden;
}
.post-container .post-thumb a[class*=aty-]{
    font-size: 16px;
    left: 0;
    z-index: 2;
    padding: 8px;
    position: absolute;
    bottom: 0px;
    color: #fff;
}