@charset "UTF-8";
/**********************************/
/**********************************
Alquds © 2014
******** Authors **************
Development and Responsive Design by: atyaf.co
E-mail: info@atyaf.co
Site: www.atyaf.co
************************************/
/**********************************/
/* custom fonts */
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/DroidKufi-Regular.eot);
  src: url(../fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/DroidKufi-Regular.woff2) format('woff2'), url(../fonts/DroidKufi-Regular.woff) format('woff'), url(../fonts/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/DroidKufi-Bold.eot);
  src: url(../fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/DroidKufi-Bold.woff2) format('woff2'), url(../fonts/DroidKufi-Bold.woff) format('woff'), url(../fonts/DroidKufi-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Droid Arabic Naskh';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DroidNaskh-Regular.eot);
    src: url(../fonts/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/DroidNaskh-Regular.woff2) format('woff2'), url(../fonts/DroidNaskh-Regular.woff) format('woff'), url(../fonts/DroidNaskh-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Droid Arabic Naskh';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/DroidNaskh-Bold.eot);
    src: url(../fonts/DroidNaskh-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/DroidNaskh-Bold.woff2) format('woff2'), url(../fonts/DroidNaskh-Bold.woff) format('woff'), url(../fonts/DroidNaskh-Bold.ttf) format('truetype');
}
/* 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;
}
.hidden {
  display: none;
}
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;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
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 */
.col-full:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.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 */
.fix {
  clear: both;
  height: 0px;
  margin: 0;
  overflow: hidden;
}
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: #ffffff;
  font-family: 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
}
a:link {
  color: #3f3f3f;
}
a:hover {
  color: #198ab4;
}
a:visited {
  color: #3f3f3f;
}
a:visited:hover{color: #198ab4;}
.container {
  margin: auto;
  width: 1170px;
}
.jcarousel {
  position: relative;
  overflow: hidden;
}
.jcarousel ul {
  width: 20000em;
  position: relative;
}
.jcarousel ul li {
  float: right;
}
.jcarousel-v {
  position: relative;
  overflow: hidden;
}
.jcarousel-v ul {
  position: relative;
}
.trans,
:before,
:after,
.navbar .search,
.navbar .search *,
.navbar ul.social li *,
#special-file .box-news ul.list li a,
.layout-1 ul.list li *,
.layout-3 .layout-3-1 .controls *,
.hal-accordion *,
.layout-4 .featured *,
.layout-5 .featured *,
#footer .footer-widget *,
#header *{
  -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 {
  height: 48px;
  background-color: #292929;
}
.navbar ul.menu {
  float: right;
}
.navbar ul.menu li {
  float: right;
}
.navbar ul.menu li a {
  display: block;
  padding: 0 15px;
  color: #e1e1e1;
  line-height: 48px;
}
.navbar ul.menu li a:hover {
  background-color: #1c1c1c;
}
.navbar .search {
  float: right;
  position: relative;
}
.navbar .search .txt{
  font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
  color: #ffffff;
  position: absolute;
  top: 15px;
  right: 43px;
}
.navbar .search.active input[type='text'] {
  width: 210px;
  padding: 10px 40px 10px 10px;
}
.navbar .search button {
  width: 48px;
  height: 48px;
  color: #e1e1e1;
  font-size: 18px;
  background: none;
  border: none;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
}
.navbar .search input[type='text'] {
  width: 0px;
  padding: 10px 0;
  font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
  color: #222222;
  border: none;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  right: 0px;
  top: 7px;
  z-index: 1;
}
.navbar ul.social {
  float: left;
}
.navbar ul.social li {
  float: right;
  position: relative;
}
.navbar ul.social li:before,
.navbar ul.social li a:before,
.navbar ul.social li:after,
.navbar ul.social li a:after {
  position: absolute;
  z-index: 1;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  width: 0px;
  height: 0px;
  content: ' ';
}
.navbar ul.social li:before {
  right: 0px;
  top: 0px;
}
.navbar ul.social li:after {
  bottom: 0px;
  left: 0px;
}
.navbar ul.social li:hover:before,
.navbar ul.social li:hover:after {
  border-width: 10px;
}
.navbar ul.social li.rss:hover a {
  background-color: #e95e1c;
}
.navbar ul.social li.rss:hover a:before {
  border-right-color: #f26522;
  border-bottom-color: #f26522;
}
.navbar ul.social li.rss:hover a:after {
  border-top-color: #f26522;
  border-left-color: #f26522;
}
.navbar ul.social li.rss:hover:before {
  border-right-color: #f26522;
  border-top-color: #f26522;
}
.navbar ul.social li.rss:hover:after {
  border-bottom-color: #f26522;
  border-left-color: #f26522;
}
.navbar ul.social li.youtube:hover a {
  background-color: #e42922;
}
.navbar ul.social li.youtube:hover a:before {
  border-right-color: #e52d27;
  border-bottom-color: #e52d27;
}
.navbar ul.social li.youtube:hover a:after {
  border-top-color: #e52d27;
  border-left-color: #e52d27;
}
.navbar ul.social li.youtube:hover:before {
  border-right-color: #e52d27;
  border-top-color: #e52d27;
}
.navbar ul.social li.youtube:hover:after {
  border-bottom-color: #e52d27;
  border-left-color: #e52d27;
}
.navbar ul.social li.googleplus:hover a {
  background-color: #dc4735;
}
.navbar ul.social li.googleplus:hover a:before {
  border-right-color: #dd4b39;
  border-bottom-color: #dd4b39;
}
.navbar ul.social li.googleplus:hover a:after {
  border-top-color: #dd4b39;
  border-left-color: #dd4b39;
}
.navbar ul.social li.googleplus:hover:before {
  border-right-color: #dd4b39;
  border-top-color: #dd4b39;
}
.navbar ul.social li.googleplus:hover:after {
  border-bottom-color: #dd4b39;
  border-left-color: #dd4b39;
}
.navbar ul.social li.twitter:hover a {
  background-color: #50aaee;
}
.navbar ul.social li.twitter:hover a:before {
  border-right-color: #55acee;
  border-bottom-color: #55acee;
}
.navbar ul.social li.twitter:hover a:after {
  border-top-color: #55acee;
  border-left-color: #55acee;
}
.navbar ul.social li.twitter:hover:before {
  border-right-color: #55acee;
  border-top-color: #55acee;
}
.navbar ul.social li.twitter:hover:after {
  border-bottom-color: #55acee;
  border-left-color: #55acee;
}
.navbar ul.social li.facebook:hover a {
  background-color: #3a5794;
}
.navbar ul.social li.facebook:hover a:before {
  border-right-color: #3b5998;
  border-bottom-color: #3b5998;
}
.navbar ul.social li.facebook:hover a:after {
  border-top-color: #3b5998;
  border-left-color: #3b5998;
}
.navbar ul.social li.facebook:hover:before {
  border-right-color: #3b5998;
  border-top-color: #3b5998;
}
.navbar ul.social li.facebook:hover:after {
  border-bottom-color: #3b5998;
  border-left-color: #3b5998;
}
.navbar ul.social li a {
  display: block;
  font-size: 24px;
  width: 48px;
  height: 48px;
  color: #ffffff;
  padding-top: 8px;
  text-align: center;
  position: relative;
}
.navbar ul.social li a:before {
  right: 0px;
  bottom: 0px;
}
.navbar ul.social li a:after {
  top: 0px;
  left: 0px;
}
.navbar ul.social li a:hover:before,
.navbar ul.social li a:hover:after {
  border-width: 10px;
}
.navbar ul.social li a i {
  position: relative;
  z-index: 2;
}
#header {
  background: #f5f6f6 url("../images/header-bg.png") left top no-repeat;
}
#header .container {
  height: 194px;
  background: url("../images/header-map.png") right top no-repeat;
}
#header .logo {
  float: right;
  margin-top: 26px;
}
#header ul.menu {
  float: right;
  margin-right: 40px;
  margin-top: 84.5px;
}
#header ul.menu > li {
  float: right;
  position: relative;
}
#header ul.menu > li > a {
  display: block;
  font-size: 18px;
  padding: 6px 13px;
}
#header ul.menu > li > a:hover{
    color: #ffffff;
    background-color: #198ab4;
}
#header ul.menu > li ul{
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  z-index: 999;
  width: 200px;
  padding: 10px 0;
}
#header ul.menu > li:hover ul{
  display: block;
}
#header ul.menu > li ul li{}
#header ul.menu > li ul li a{
  display: block;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  line-height: 30px;
}
#header ul.menu > li ul li a:hover{
  padding-right: 20px;
}
#header.fixed{
  height: 60px;
}
#header.fixed .header{
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 999;
  height: 60px;
  box-shadow: 0 0 15px 3px #ccc;
  background: #f5f6f6 url("../images/header-bg.png") left top no-repeat;
}
#header.fixed .container{
  height: 60px;
}
#header.fixed .logo{
  margin-top: 5px;
}
#header.fixed .logo img{
  width: 71px;
  height: 50px;
}
#header.fixed ul.menu{
  margin-top: 12px;

}
#special-file {
  width: 100%;
  height: 318px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#special-file img {
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
#special-file .container {
  height: 364px;
  position: relative;
  z-index: 2;
}
#special-file .close-file {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 45px;
  height: 45px;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  padding-top: 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.25);
}
#special-file .close-file:hover {
  background-color: #d9534f;
}
#special-file [class*='box-'] {
  border-right: 5px solid #198ab4;
}
#special-file [class*='box-'] .box-head {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  padding: 0 10px 0 30px;
  line-height: 44px;
  background-color: #198ab4;
}
#special-file [class*='box-'] .box-head a {
  color: #ffffff;
}
#special-file [class*='box-'] .box-content {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.55);
}
#special-file .box-news {
  float: right;
  margin-top: 42px;
}
#special-file .box-news ul.list li {
  border-bottom: 1px solid #198ab4;
}
#special-file .box-news ul.list li:last-child {
  border-bottom: none;
}
#special-file .box-news ul.list li a {
  display: block;
  font-size: 16px;
  padding: 8px 20px 8px 40px;
}
#special-file .box-news ul.list li a:hover {
  background-color: #198ab4;
  color: #ffffff;
}
#featured {
  height: 450px;
  margin-top: 30px;
  margin-bottom: 70px;
  position: relative;
}
#featured .slider ul.list li {
  width: 1170px;
  height: 450px;
}
#featured .slider ul.list li .thumb {
  width: 600px;
  height: 450px;
  float: right;
  position: relative;
}
#featured .slider ul.list li .thumb .category {
  position: absolute;
  top: 20px;
  right: 0px;
  font-size: 24px;
  color: #ffffff;
  padding: 10px 20px;
}
#featured .slider ul.list li .details {
  float: right;
  width: 570px;
  height: 450px;
}
#featured .slider ul.list li .details .head {
  padding: 30px 10px;
}
#featured .slider ul.list li .details .head p.title {
  height: 82px;
  overflow: hidden;
}
#featured .slider ul.list li .details .head p.title a {
  font-size: 28px;
  color: #ffffff;
}
#featured .slider ul.list li .details .head p.title span{
  font-weight: 700;
}
#featured .slider ul.list li .details .head .datetime {
  margin-top: 10px;
  text-align: left;
  color: #ffffff;
  font: normal 16px Tahoma, Arial, Helvetica, sans-serif;
}
#featured .slider ul.list li .details .info {
  height: 279px;
  padding: 20px;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#featured .slider ul.list li .details .info p {
  width: 430px;
  height: 100px;
  overflow: hidden;
  font-size: 18px;
  color: #6d6e71;
  text-align: justify;
}
#featured .slider [class*="jcarousel-control-"]{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 171px;
    cursor: pointer;
    background-color: #BBBBBB;
}
#featured .slider [class*="jcarousel-control-"]:hover{
    background-color: #333333;
    color: #ffffff;
}
#featured .slider [class*="jcarousel-control-prev"]{
    left: 40px;
}
#featured .slider [class*="jcarousel-control-next"]{
    left: 0px;
}
#featured .slider [class*="jcarousel-control-"].inactive,
#featured .slider [class*="jcarousel-control-"].inactive:hover{
    background-color: #f1f1f1;
    cursor: default;
    color: #dddddd;
}
#featured .slider [class*="jcarousel-control-"] i{
    font-size: 16px;
    display: block;
    margin: 12px 11px 0 0;
}
#featured .news-today {
  width: 569px;
  height: 88px;
  background-color: #f6f6f6;
  position: absolute;
  bottom: 0px;
  left: 1px;
  border-bottom: 1px solid #cccccc;
}
#featured .news-today .head {
  float: right;
  width: 135px;
  background-color: #198ab4;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 88px;
}
#featured .news-today .content {
  float: right;
  width: 434px;
  padding: 30px 30px 0 32px;
}
#featured .news-today .content ul li {
  width: 372px;
}
#featured .news-today .content ul li a {
  color: #6d6e70;
}
#featured .news-today .content ul li a:hover {
  color: #198ab4;
}
#featured .news-today .content ul li p.title {
  font-size: 16px;
  width: 373px;
  height: 22px;
  overflow: hidden;
}
#featured .news-today .content ul li .datetime {
  font: bold 12px Tahoma;
  margin-top: 8px;
}
#featured .news-today .content [class*='jcarousel-control'] {
  position: absolute;
  top: 50%;
  color: #a5a5a5;
  font-size: 24px;
  margin-top: -17px;
}
#featured .news-today .content [class*='jcarousel-control']:hover {
  color: #14b9d5;
}
#featured .news-today .content [class*='jcarousel-control'].inactive {
  color: #e8e8e8;
}
#featured .news-today .content [class*='jcarousel-control'].inactive:hover {
  color: #e8e8e8;
}
#featured .news-today .content .jcarousel-control-prev {
  right: 135px;
}
#featured .news-today .content .jcarousel-control-next {
  left: 0px;
}
.ads {
  margin-bottom: 60px;
}
.widget .widget-header {
  display: inline-block;
  padding: 0 30px;
  font-size: 24px;
  line-height: 80px;
  margin-bottom: 30px;
}
.layout-1 {
  background-color: #f6f6f6;
  padding-bottom: 30px;
}
.layout-1 .widget-header {
  background-color: #7f8c8d;
}
.layout-1 .widget-header .title {
  color: #fff;
}
.layout-1 ul.list li {
  width: 268px;
  float: right;
  overflow: hidden;
  position: relative;
  margin-left: 32px;
  margin-bottom: 30px;
  border: 1px solid #e2e2e2;
}
.layout-1 ul.hour-news li:nth-child(4n) {
  margin-left: 0px;
}
.layout-1 ul.list li:hover .category {
  top: 0px;
}
.layout-1 ul.list li:hover a.item img {
  /*-webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);*/
}
.layout-1 ul.list li:hover a.item .title {
  color: #ffffff;
}
.layout-1 ul.list li:hover .foot .more {
  color: #ffffff;
}
.layout-1 ul.list li:hover .foot .more .icon .l-1,
.layout-1 ul.list li:hover .foot .more .icon .l-2,
.layout-1 ul.list li:hover .foot .more .icon .l-3 {
  background-color: #ffffff;
}
.layout-1 ul.list li:hover .foot .more .icon .l-1 {
  width: 3px;
  height: 15px;
  top: 1px;
  left: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.layout-1 ul.list li:hover .foot .more .icon .l-2 {
  width: 15px;
  height: 3px;
  bottom: 5px;
  left: -6px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.layout-1 ul.list li:hover .foot .more .icon .l-3 {
  display: none;
}
.layout-1 ul.list li a.item {
  display: block;
  color: #393939;
}
.layout-1 ul.list li .thumb {
  height: 220px;
  overflow: hidden;
}
.layout-1 ul.list li .details {
  padding: 10px;
}
.layout-1 ul.list li .title {
  height: 59px;
  overflow: hidden;
  line-height: 20px;
}
.layout-1 ul.list li .foot {
  height: 38px;
  border-top: 1px solid #e2e2e2;
}
.layout-1 ul.list li .foot .datetime {
  float: right;
  font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
  color: #8f8f8f;
  line-height: 38px;
}
.layout-1 ul.list li .foot .datetime i {
  float: right;
  margin: 14px 7px 0 7px;
}
.layout-1 ul.list li .foot a.more {
  float: left;
  padding: 0 20px;
  color: #737373;
  line-height: 38px;
  border-right: 1px solid #e2e2e2;
}
.layout-1 ul.list li .foot a.more:hover {
  color: #ffffff;
}
.layout-1 ul.list li .foot a.more .icon {
  float: left;
  width: 15px;
  height: 15px;
  margin-top: 10px;
  margin-right: 5px;
  position: relative;
}
.layout-1 ul.list li .foot a.more .icon .l-1,
.layout-1 ul.list li .foot a.more .icon .l-2,
.layout-1 ul.list li .foot a.more .icon .l-3 {
  background-color: #b9b9b9;
  position: absolute;
}
.layout-1 ul.list li .foot a.more .icon .l-1,
.layout-1 ul.list li .foot a.more .icon .l-2 {
  width: 7px;
  height: 1px;
}
.layout-1 ul.list li .foot a.more .icon .l-1 {
  top: 5px;
  left: 0px;
  -webkit-transform: rotate(145deg);
  -moz-transform: rotate(145deg);
  -o-transform: rotate(145deg);
  -ms-transform: rotate(145deg);
  transform: rotate(145deg);
}
.layout-1 ul.list li .foot a.more .icon .l-2 {
  bottom: 5px;
  left: 0px;
  -webkit-transform: rotate(-145deg);
  -moz-transform: rotate(-145deg);
  -o-transform: rotate(-145deg);
  -ms-transform: rotate(-145deg);
  transform: rotate(-145deg);
}
.layout-1 ul.list li .foot a.more .icon .l-3 {
  width: 15px;
  height: 1px;
  top: 7px;
  left: 1px;
}
.layout-1 ul.list li .category {
  position: absolute;
  right: 0px;
  top: -43px;
  padding: 10px 20px;
  font-weight: 700;
  color: #ffffff;
  z-index: 2;
}
.layout-2 {
  background-color: #0093dd;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.layout-2 .widget-header {
  background-color: #34495e;
}
.layout-2 .widget-header .title {
  color: #ffffff;
}
.layout-2 ul.list li {
  width: 33.33333333%;
  float: right;
  height: 167px;
}
.layout-2 ul.list li .thumb {
  float: right;
  margin-left: 10px;
}
.layout-2 ul.list li .details {
  float: right;
  width: 200px;
}
.layout-2 ul.list li p.title a {
  font-size: 16px;
  color: #ffffff;
}
.layout-2 ul.list li p.title a:hover {
  color: #000000;
}
.layout-2 ul.list li p.info {
  font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
  line-height: 18px;
  color: #dfdfdf;
  margin: 10px 0;
  height: 54px;
  overflow: hidden;
}
.layout-2 ul.list li p.stats span {
  float: right;
  color: #ffffff;
  margin-left: 6px;
}
.layout-2 ul.list li p.stats span.text {
  font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
}
.layout-3 .column {
  float: right;
  width: 370px;
  height: 583px;
  border: 1px solid #cccccc;
  margin-left: 30px;
}
.layout-3 .column:last-child {
  margin-left: 0px;
}
.layout-3 .column .column-header {
  height: 63px;
  padding-right: 30px;
}
.layout-3 .column .column-header .title {
  color: #6f6f6f;
  font-size: 18px;
  font-weight: 700;
  line-height: 63px;
}
.layout-3 .layout-3-1 .controls {
  float: left;
  margin-top: 15px;
}
.layout-3 .layout-3-1 .controls [class*='jcarousel-control'] {
  float: right;
  margin-left: 15px;
  width: 35px;
  height: 35px;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  color: #198ab4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.layout-3 .layout-3-1 .controls [class*='jcarousel-control']:hover {
  border: 1px solid #177ca2;
  background-color: #198ab4;
  color: #ffffff;
}
.layout-3 .layout-3-1 .controls [class*='jcarousel-control'] i {
  display: block;
  font-size: 18px;
  margin: 7px 7px 0 0;
}
.layout-3 .layout-3-1 .controls [class*='jcarousel-control'].inactive,
.layout-3 .layout-3-1 .controls [class*='jcarousel-control'].inactive:hover {
  background-color: #ffffff;
  border-color: #f4f4f4;
  color: #e8e8e8;
}
.layout-3 .layout-3-1 .jcarousel-v {
  height: 518px;
}
.layout-3 .layout-3-1 ul.list li {
  padding: 22px 20px;
  border-bottom: 1px solid #ebebeb;
}
.layout-3 .layout-3-1 ul.list li:last-child {
  border-bottom: none;
}
.layout-3 .layout-3-1 ul.list li .thumb,
.layout-3 .layout-3-1 ul.list li .thumb img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.layout-3 .layout-3-1 ul.list li .thumb {
  float: right;
  width: 128px;
  height: 128px;
  padding: 4px;
  margin-left: 10px;
  border: 1px dashed #cccccc;
}
.layout-3 .layout-3-1 ul.list li .details {
  width: 190px;
  padding-top: 25px;
  float: right;
}
.layout-3 .layout-3-1 ul.list li p.title {
    overflow: hidden;
    height: 40px;
}.layout-3 .layout-3-1 ul.list li p.title a {
  font-weight: 700;
  color: #262626;
}
.layout-3 .layout-3-1 ul.list li p.title a:hover {
  color: #198ab4;
}
.layout-3 .layout-3-1 ul.list li .author {
  margin: 10px 0;
}
.layout-3 .layout-3-1 ul.list li .author a {
  font-size: 12px;
  color: #c0c0c0;
}
.layout-3 .layout-3-1 ul.list li .author:hover a {
  color: #000000;
}
.layout-3 .layout-3-1 ul.list li .author i {
  float: right;
  margin-top: 3px;
  margin-left: 10px;
}
.layout-3 .layout-3-1 ul.list li .date {
  font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
  color: #919191;
}
.layout-3 .layout-3-1 ul.list li .date i {
  float: right;
  margin-left: 10px;
}
.layout-3 .layout-3-2 .hal-accordion .item {
  border-bottom: 1px solid #ffffff;
}
.layout-3 .layout-3-2 .hal-accordion .item:last-child {
  border-bottom: none;
}
.layout-3 .layout-3-2 .hal-accordion .item .item-header {
  background-color: #f4f4f4;
  position: relative;
  padding: 30px 20px;
  cursor: pointer;
}
.layout-3 .layout-3-2 .hal-accordion .item .item-header p.title {
  float: right;
  width: 270px;
  font-size: 16px;
  font-weight: 700;
  color: #5e5d5d;
  height: 44px;
  overflow: hidden;
}
.layout-3 .layout-3-2 .hal-accordion .item .item-header i {
  font-size: 40px;
  color: #198ab4;
  position: absolute;
  left: 20px;
  top: 30px;
}
.layout-3 .layout-3-2 .hal-accordion .item .item-header i[class*='minus'] {
  display: none;
}
.layout-3 .layout-3-2 .hal-accordion .item .item-body {
  height: 0px;
  padding: 0px;
  overflow: hidden;
}
.layout-3 .layout-3-2 .hal-accordion .item .item-body .thumb {
  float: left;
  margin-right: 10px;
}
.layout-3 .layout-3-2 .hal-accordion .item .item-body .details {
  float: right;
  width: 200px;
  font-size: 12px;
  color: #838383;
  line-height: 24px;
  height: 120px;
  overflow: hidden;
}
.layout-3 .layout-3-2 .hal-accordion .item .item-body .details p{
    height: 100px;
    overflow: hidden;
}
.layout-3 .layout-3-2 .hal-accordion .item .item-body .details a {
  font-weight: 700;
}

.layout-3 .layout-3-2 .hal-accordion .item.active .item-header {
  background-color: #198ab4;
  cursor: default;
}
.layout-3 .layout-3-2 .hal-accordion .item.active .item-header p.title {
  color: #ffffff;
}
.layout-3 .layout-3-2 .hal-accordion .item.active .item-header i {
  color: #ffffff;
}
.layout-3 .layout-3-2 .hal-accordion .item.active .item-header i[class*='minus'] {
  display: block;
}
.layout-3 .layout-3-2 .hal-accordion .item.active .item-header i[class*='plus'] {
  display: none;
}
.layout-3 .layout-3-2 .hal-accordion .item.active .item-body {
  height: 204px;
  padding: 35px 20px;
}
.layout-3 .layout-3-4 .column-header,
.layout-3 .layout-3-3 .column-header {
  border-bottom: 1px solid #cccccc;
}
.layout-3 .layout-3-3 .hal-accordion .item {
  border-bottom: 1px solid #cccccc;
}
.layout-3 .layout-3-3 .hal-accordion .item:last-child {
  border-bottom: none;
}
.layout-3 .layout-3-3 .hal-accordion .item .item-header {
  background-color: #f4f4f4;
  position: relative;
  height: 85px;
  padding: 0;
  cursor: pointer;
}
.layout-3 .layout-3-3 .hal-accordion .item .item-header p.title {
  float: right;
  width: 270px;
  height: 84px;
  font-size: 16px;
  line-height: 84px;
  color: #5e5d5d;
  overflow: hidden;
  text-align: center;
}
.layout-3 .layout-3-3 .hal-accordion .item .item-header .icon {
  float: left;
  width: 90px;
  height: 84px;
  text-align: center;
  background-color: #ebebeb;
}
.layout-3 .layout-3-3 .hal-accordion .item .item-header .icon i {
  display: block;
  font-size: 40px;
  color: #222222;
  margin-top: 21px;
}
.layout-3 .layout-3-3 .hal-accordion .item .item-body {
  width: 100%;
  height: 0px;
  padding: 0px;
  overflow: hidden;
  position: relative;
}
.layout-3 .layout-3-3 .hal-accordion .item .item-body .thumb {
  float: right;
  padding: 26px 32px 0;
  position: absolute;
  right: -100%;
  top: 0px;
}
.layout-3 .layout-3-3 .hal-accordion .item .item-body .thumb img {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.layout-3 .layout-3-3 .hal-accordion .item .item-body .details {
  float: left;
  width: 90px;
  height: 261px;
  overflow: hidden;
  border-right: 1px solid #cccccc;
}
.layout-3 .layout-3-3 .hal-accordion .item .item-body .details .col {
  display: block;
  height: 130.5px;
  text-align: center;
}
.layout-3 .layout-3-3 .hal-accordion .item .item-body .details .col.swf {
  font-size: 0px;
  padding-top: 0px;
}
.layout-3 .layout-3-3 .hal-accordion .item .item-body .details .col:hover {
  background-color: #198ab4;
  color: #ffffff;
}
.layout-3 .layout-3-3 .hal-accordion .item .item-body .details .col:hover i {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.layout-3 .layout-3-3 .hal-accordion .item .item-body .details .col.pdf {
  border-bottom: 1px solid #cccccc;
  padding-top: 0px;
  font-size: 0px;
}
.layout-3 .layout-3-3 .hal-accordion .item.active .item-header {
  background-color: #198ab4;
  cursor: default;
}
.layout-3 .layout-3-3 .hal-accordion .item.active .item-header p.title {
  color: #ffffff;
}
.layout-3 .layout-3-3 .hal-accordion .item.active .item-header .icon {
  background-color: #1e7a9c;
}
.layout-3 .layout-3-3 .hal-accordion .item.active .item-header .icon i {
  color: #ffffff;
}
.layout-3 .layout-3-3 .hal-accordion .item.active .item-body {
  height: 261px;
  width: 100%;
}
.layout-3 .layout-3-3 .hal-accordion .item.active .item-body .thumb {
  right: 0px;
}
.layout-3 .layout-3-3 .hal-accordion .item.active .item-body .thumb img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.layout-3 .layout-3-3 .hal-accordion .item.active .item-body .details .col.swf {
  font-size: 50px;
  padding-top: 28px;
}
.layout-3 .layout-3-3 .hal-accordion .item.active .item-body .details .col.pdf {
  padding-top: 45px;
  font-size: 36px;
}
.section-3 {
  background-color: #f9f9f9;
  padding-bottom: 60px;
  margin-top: 60px;
}
.layout-4 {
  width: 572px;
  float: right;
}
.layout-4 .widget-header {
  background-color: #198ab4;
}
.layout-4 .widget-header a {
  color: #ffffff;
}
.layout-4 .widget-body {
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
}
.layout-4 .featured {
  width: 570px;
  height: 350px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.layout-4 .featured a {
  display: block;
  width: 570px;
  height: 350px;
}
.layout-4 .featured:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  content: ' ';
}
.layout-4 .featured:hover:before {
  background-color: rgba(25, 138, 180, 0.7);
}
.layout-4 .featured:hover .details {
  bottom: 250px;
}
.layout-4 .featured:hover .details:before {
  width: 90%;
  height: 10px;
  top: 100%;
  right: 5%;
  left: 5%;
  background-color: #ffffff;
}
.layout-4 .featured:hover .details p.title {
  font-size: 18px;
}
.layout-4 .featured:hover .album-count {
  width: 100%;
  height: 105px;
  overflow: visible;
}
.layout-4 .featured .details {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
}
.layout-4 .featured .details:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  content: ' ';
}
.layout-4 .featured .details p.title,
.layout-4 .featured .details p.info,
.layout-4 .featured .details p.datetime {
  position: relative;
  z-index: 2;
}
.layout-4 .featured .details p.title {
  padding: 30px 30px;
  font-size: 24px;
  color: #ffffff;
}
.layout-4 .featured .details p.datetime {
  font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
  color: #ffffff;
  position: absolute;
  left: 30px;
  bottom: 10px;
}
.layout-4 .featured .details p.datetime i {
  float: right;
  margin-left: 10px;
}
.layout-4 .featured .album-count {
  position: absolute;
  bottom: 0px;
  right: 5%;
  z-index: 2;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.layout-4 .featured .album-count i,
.layout-4 .featured .album-count .numb,
.layout-4 .featured .album-count .text {
  float: right;
  margin-left: 20px;
}
.layout-4 .featured .album-count i {
  font-size: 64px;
  color: #ffffff;
  margin-top: 14px;
}
.layout-4 .featured .album-count .numb,
.layout-4 .featured .album-count .text {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  color: #ffffff;
}
.layout-4 .featured .album-count .numb {
  font-size: 72px;
}
.layout-4 .featured .album-count .text {
  font-size: 20px;
  margin-top: 64px;
}
.layout-4 ul.list li {
  float: right;
  width: 170px;
  margin-left: 30px;
  margin-bottom: 50px;
}
.layout-4 ul.list li:last-child {
  margin-left: 0px;
}
.layout-4 ul.list li a {
  display: block;
  color: #6b6b6b;
  font-size: 13px;
}
.layout-4 ul.list li a:hover {
  color: #198ab4;
}
.layout-4 ul.list li p.title {
  text-align: center;
}
.layout-4 ul.list li p.date{
  font-size: 11px;
  font-weight: 700;
  color: #999;
  padding: 0 10px;
}
.layout-4 .layout-4-1 .header {
  display: inline-block;
  background-color: #198ab4;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 40px;
  padding: 0 30px;
}
.layout-4 .layout-4-1 .header a{
  color: #ffffff;
}
.layout-4 .layout-4-1 .body {
  height: 117px;
  border-top: 1px solid #d4d4d4;
}
.layout-4 .layout-4-1 .jcarousel-v {
  width: 520px;
  height: 116px;
  float: right;
}
.layout-4 .layout-4-1 .controls {
  width: 30px;
  float: left;
}
.layout-4 .layout-4-1 .controls p {
  width: 30px;
  height: 58px;
  background-color: #f8f8f8;
}
.layout-4 .layout-4-1 .controls p:hover {
  background-color: #198ab4;
}
.layout-4 .layout-4-1 .controls p:hover i {
  color: #ffffff;
}
.layout-4 .layout-4-1 .controls p.inactive,
.layout-4 .layout-4-1 .controls p.inactive:hover {
  background-color: #f8f8f8;
}
.layout-4 .layout-4-1 .controls p.inactive i,
.layout-4 .layout-4-1 .controls p.inactive:hover i {
  color: #eeeeee;
}
.layout-4 .layout-4-1 .controls p i {
  float: right;
  font-size: 24px;
  color: #333333;
  margin: 18px 4px 0 0;
}
.layout-4 .layout-4-1 ul.list-2 li {
  min-height: 116px;
}
.layout-4 .layout-4-1 ul.list-2 li .item {
  float: right;
  margin-left: 5px;
}
.layout-4 .layout-4-1 ul.list-2 li .item:last-child {
  margin-left: 0px;
}
.layout-4 .layout-4-1 ul.list-2 li a {
  display: block;
  height: 116px;
}
.layout-5 {
  width: 570px;
  float: left;
}
.layout-5 .widget-header {
  background-color: #b62b19;
}
.layout-5 .widget-header a {
  color: #ffffff;
}
.layout-5 .widget-body {
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
}
.layout-5 .featured {
  width: 570px;
  height: 350px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.layout-5 .featured a {
  display: block;
  width: 570px;
  height: 350px;
}
.layout-5 .featured:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  content: ' ';
}
.layout-5 .featured:hover:before {
  background-color: rgba(182, 43, 25, 0.7);
}
.layout-5 .featured:hover .details {
  bottom: 250px;
}
.layout-5 .featured:hover .details:before {
  width: 90%;
  height: 10px;
  top: 100%;
  right: 5%;
  left: 5%;
  background-color: #ffffff;
}
.layout-5 .featured:hover .details p.title {
  font-size: 18px;
}
.layout-5 .featured:hover .play {
  width: 150px;
  height: 66px;
}
.layout-5 .featured .details {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
}
.layout-5 .featured .details:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  content: ' ';
}
.layout-5 .featured .details p.title,
.layout-5 .featured .details p.datetime{
  position: relative;
  z-index: 2;
}
.layout-5 .featured .details p.title {
  padding: 30px 30px;
  font-size: 24px;
  color: #ffffff;
}
.layout-5 .featured .play {
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 2;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.layout-5 .featured .play i {
  font-size: 64px;
  color: #ffffff;
}
.layout-5 .featured .play .txt {
  float: right;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}
.layout-5 .featured .details p.datetime {
  font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
  color: #ffffff;
  position: absolute;
  left: 30px;
  bottom: 10px;
}
.layout-5 .featured .details p.datetime i {
  float: right;
  margin-left: 10px;
}
.layout-5 ul.more {
  min-height: 372px;
}
.layout-5 ul.more li {
  float: right;
  width: 268px;
}
.layout-5 ul.more li:first-child {
  margin-left: 32px;
}
.layout-5 ul.more li a {
  display: block;
}
.layout-5 ul.more li a:hover p.title {
  color: #b62b19;
}
.layout-5 ul.more li a:hover i {
  color: #b62b19;
}
.layout-5 ul.more li .thumb {
  width: 268px;
  height: 261px;
  position: relative;
}
.layout-5 ul.more li .thumb i {
  font-size: 64px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -32px -32px 0 0;
}
.layout-5 ul.more li p.title {
  color: #6b6b6b;
  padding: 20px 10px;
}
.layout-5 ul.more li p.date{
  font-size: 11px;
  font-weight: 700;
  color: #999;
  padding: 0 10px;
}
#footer {
  min-height: 463px;
  padding-top: 50px;
  background: #292929 url("../images/footer-map.png") center top no-repeat;
}
#footer .footer-widget .widget-header .title {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 40px;
}
#footer .footer-widget.links {
  width: 270px;
  float: right;
}
#footer .footer-widget.links ul.list li {
  width: 50%;
  float: right;
  margin-bottom: 20px;
}
#footer .footer-widget.links ul.list li a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}
#footer .footer-widget.links ul.list li a:hover {
  color: #198ab4;
}
#footer .footer-widget.articles {
  width: 270px;
  float: right;
}
#footer .footer-widget.articles .item {
  margin-bottom: 20px;
}
#footer .footer-widget.articles .item p.title a {
  color: #ffffff;
}
#footer .footer-widget.articles .item p.title a:hover {
  color: #198ab4;
}
#footer .footer-widget.articles .item p.date {
  color: #198ab4;
  font: normal 12px Tahoma;
}
#footer .footer-widget.twitter {
  width: 270px;
  float: right;
  margin: 0 20px;
}
#footer .footer-widget.help {
  width: 260px;
  float: right;
}
#footer .footer-widget.help p.info {
  font-size: 12px;
  text-align: justify;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 20px;
}
#footer .footer-widget.help .phone,
#footer .footer-widget.help .email {
  font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
  color: #198ab4;
  margin-bottom: 10px;
}
#footer .footer-widget.help a.support {
  display: block;
  height: 55px;
  margin-top: 20px;
  background-color: #3a3a3a;
}
#footer .footer-widget.help a.support:hover {
  background-color: #198ab4;
}
#footer .footer-widget.help a.support:hover .icon {
  background-color: #16799e;
}
#footer .footer-widget.help a.support .icon {
  float: right;
  width: 55px;
  height: 55px;
  background-color: #198ab4;
}
#footer .footer-widget.help a.support .icon i {
  font-size: 32px;
  color: #ffffff;
  display: block;
  margin: 10px 12px 0 0;
}
#footer .footer-widget.help a.support p.txt {
  margin-right: 55px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 55px;
  text-align: center;
}
#footer .footer {
  height: 92px;
  overflow: hidden;
  margin-top: 25px;
  border-top: 1px solid #3e3e3e;
}
#footer .footer .container{
  position: relative;
}
#footer .footer .copyright {
  float: right;
  color: #c5c5c5;
  line-height: 91px;
}
#footer .footer ul.social {
  float: left;
  margin-top: 21.5px;
}
#footer .footer ul.social li {
  float: right;
  position: relative;
}
#footer .footer ul.social li:before,
#footer .footer ul.social li a:before,
#footer .footer ul.social li:after,
#footer .footer ul.social li a:after {
  position: absolute;
  z-index: 1;
  content: ' ';
}
#footer .footer ul.social li:before,
#footer .footer ul.social li:after {
  width: 0px;
  height: 0px;
  background-color: #ffffff;
}
#footer .footer ul.social li:before,
#footer .footer ul.social li a:before {
  right: 0px;
  top: 0px;
}
#footer .footer ul.social li:after,
#footer .footer ul.social li a:after {
  bottom: 0px;
  left: 0px;
}
#footer .footer ul.social li:hover:before,
#footer .footer ul.social li:hover:after {
  width: 100%;
  height: 2px;
}
#footer .footer ul.social li:hover a:before,
#footer .footer ul.social li:hover a:after {
  width: 2px;
  height: 100%;
}
#footer .footer ul.social li a:before,
#footer .footer ul.social li a:after {
  width: 0px;
  height: 0px;
  background-color: #ffffff;
}
#footer .footer ul.social li.linkedin:hover a {
  background-color: #0976b4;
}
#footer .footer ul.social li.youtube:hover a {
  background-color: #e52d27;
}
#footer .footer ul.social li.googleplus:hover a {
  background-color: #dd4b39;
}
#footer .footer ul.social li.twitter:hover a {
  background-color: #55acee;
}
#footer .footer ul.social li.facebook:hover a {
  background-color: #3b5998;
}
#footer .footer ul.social li.rss:hover a {
  background-color: #f26522;
}
#footer .footer ul.social li a {
  display: block;
  font-size: 24px;
  width: 48px;
  height: 48px;
  color: #ffffff;
  padding-top: 8px;
  text-align: center;
  position: relative;
}
#footer .footer ul.social li a:before {
  right: 0px;
  bottom: 0px;
}
#footer .footer ul.social li a:after {
  top: 0px;
  left: 0px;
}
#footer .footer ul.social li a:hover:before,
#footer .footer ul.social li a:hover:after {
  border-width: 10px;
}
#footer .footer ul.social li a i {
  position: relative;
  z-index: 2;
}
#footer .footer .atyaf{
  position: absolute;
  right: 50%;
  top: 50%;
  margin: -16px -57px 0 0;
}
#single-video p.title {
  font-size: 24px;
  color: #222222;
}

.post-page {
    padding-top: 30px;
}
.primary {
    width: 840px;
    width: 73.2%;
    float: right;
}
.secondary {
    width: 300px;
    width: 26.1%;
    float: left;
}
.post-container {
    border-bottom: 5px solid #cccccc;
    margin-bottom: 30px;
}
.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: 438px;*/
}
.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;
    margin-bottom: 20px;
    text-align: justify;
    font-family: '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;
}
.in-this-category-title {
    font-weight: 700;
    padding: 15px 30px;
    background-color: #F4F4F4;
    border-bottom: 1px solid #E4E4E4;
}
.in-this-category {
    margin-bottom: 30px;
}
.in-this-category li {
    width: 285px;
    float: right;
}
.in-this-category li a {
    display: block;
    padding: 20px;
    background-color: #F9F9F9;
}
.in-this-category li a:hover {
    background-color: #14b9d5;
    color: #ffffff;
}
.in-this-category li .datetime {
    font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
    margin: 5px 0;
}
.in-this-category li .datetime i {
    float: right;
    margin: 2px 0 0 10px;
}
.side-widget {
    background-color: #F9F9F9;
    margin-bottom: 30px;
}
.side-widget .widget-header {
    padding: 10px 10px;
    font-weight: 700;
    background-color: #F4F4F4;
    border-bottom: 1px solid #E4E4E4;
}
.hotnews ul.list a {
    display: block;
    padding: 10px;
    height: 90px;
}
.hotnews ul.list a:hover {
    background-color: #14b9d5;
    color: #ffffff;
}
.hotnews ul.list .thumb {
    float: right;
    margin-left: 10px;
}
.hotnews ul.list .details {
    margin-right: 90px;
}
.related ul.list .details .date,
.hotnews ul.list .details .date{
  font-size: 11px;
}
.related ul.list a {
    display: block;
    padding: 10px;
    height: 90px;
}
.related ul.list a:hover {
    background-color: #14b9d5;
    color: #ffffff;
}
.related ul.list .thumb {
    float: right;
    margin-left: 10px;
}
.related ul.list .details {
    margin-right: 90px;
}
#breaking {
    background-color: #CF0000;
    color: #FFF;
    line-height: 47px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11111;
}

#breaking .container {
    height: 47px;
    padding-right: 94px;
    background: #cf0000 url("../images/breaking-title.png") right 0 no-repeat;
}
#breaking .container p{color: #ffffff}
.beta{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
}
.layout-6{}
.layout-6 .postbox-header .title{
  margin-right: 20px;
  line-height: 50px;
}
.layout-6 ul.list li{
  margin-bottom: 20px;
}
.layout-6 ul.list li .title{
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}
.grid-banner{}
.grid-banner .banner-1{
  float: right;
  width: 570px;
  margin-left: 30px;
}
.grid-banner .banner-2{
  float: left;
  width: 570px;
}
/* FEATURE 2 */
#featured-2 {
  width: 770px;
  float: right;
  margin-bottom: 70px;
}
#featured-2 .slide {
  width: 770px;
  height: 353px;
  position: relative;
}
#featured-2 .slide .thumb {
  width: 770px;
  height: 353px;
  position: relative;
}
#featured-2 .slide .thumb .category {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 24px;
  color: #ffffff;
  padding: 10px 20px;
}
#featured-2 .slide .details {
  width: 274px;
  height: 353px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 10px;
  background-color: rgba(0, 0, 0, 0.85);
}
#featured-2 .slide .details .title {
  height: 94px;
  overflow: hidden;
  font-weight: 400;
}
#featured-2 .slide .details .title a {
  font-size: 22px;
  color: #ffffff;
}
#featured-2 .slide .details .title a:hover {
  color: #198ab4;
}
#featured-2 .slide .details .datetime {
  margin-top: 10px;
  text-align: left;
  color: #ffffff;
  font: normal 10px Tahoma, Arial, Helvetica, sans-serif;
}
#featured-2 .slide .details .info {
  padding: 20px 0;
}
#featured-2 .slide .details .info p {
  height: 140px;
  overflow: hidden;
  font-size: 13px;
  color: #ffffff;
  text-align: justify;
}
#featured-2 .navs {
  padding: 0 25px;
}
#featured-2 .slider-nav {
  margin-top: 2px;
}
#featured-2 .slider-nav button {
  width: 14px;
  height: 90px;
  position: absolute;
  top: 0;
  padding: 0;
  font-size: 16px;
  border: none;
  background-color: #bbbbbb;
}
#featured-2 .slider-nav button:hover {
  background-color: #198ab4;
  color: #ffffff;
}
#featured-2 .slider-nav button.slick-prev {
  right: -25px;
}
#featured-2 .slider-nav button.slick-next {
  left: -25px;
}
/* LAYOUT 6 */
.layout-6 {
  float: left;
  width: 370px;
  height: 445px;
  border: 1px solid #cccccc;
}
.layout-6 ul.tabs {
  height: 64px;
  border-bottom: 1px solid #b7b7b7;
}
.layout-6 ul.tabs li {
  float: right;
  width: 50%;
  height: 63px;
}
.layout-6 ul.tabs li a {
  display: block;
  font-size: 20px;
  color: #198ab4;
  line-height: 63px;
  text-align: center;
}
.layout-6 ul.tabs li a.selected {
  background-color: #198ab4;
  color: #ffffff;
}
.layout-6 ul.list li {
  color: #636363;
  font-size: 18px;
  margin: 20px 10px 0px;
  list-style-type: disc;
  list-style-position: inside;
  /*height: 25px;*/
  /*overflow: hidden;*/
}
.layout-6 ul.list li a {
  /*display: block;*/
  color: #6d6e70;
  font-size: 16px;
  line-height: 24px;
  /*padding: 0 20px;*/
}
.layout-6 ul.list li a:hover {
  color: #198ab4;
}
.column.layout-3-4.vote{
    position: relative;}
.__layout.__9 .__widget_body {
  border: 1px solid #ebebeb;
  position: relative;
  border-top: 0; }
.__layout.__9 ._vote_title {
  font-size: 18px;
  padding: 30px; }
.__layout.__9 label {
  display: block;
  font-weight: 100;
  cursor: pointer;
  margin-bottom: 0; }
.__layout.__9 ._item {
  margin-bottom: 30px; }
  .__layout.__9 ._item.selected ._icon ._1 {
    display: none; }
  .__layout.__9 ._item.selected ._icon ._2 {
    display: block; }
  .__layout.__9 ._item input[type="radio"]:checked ~ ._content {
    background-color: #e7e7e7; }
    .__layout.__9 ._item input[type="radio"]:checked ~ ._content ._icon ._1 {
      display: none; }
    .__layout.__9 ._item input[type="radio"]:checked ~ ._content ._icon ._2 {
      display: block; }
  .__layout.__9 ._item ._text {
    padding: 0 10px 4px;
    font-size: 18px; }
  .__layout.__9 ._item ._content {
    height: 30px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f7f7f7; }
  .__layout.__9 ._item ._icon {
    float: right;
    width: 20px;
    height: 20px;
    color: #e0dfdf;
    font-size: 20px;
    margin-left: 15px;
    background-color: #ffffff; }
    .__layout.__9 ._item ._icon ._2 {
      display: none;
      color: #dc101f; }
  .__layout.__9 ._item ._progress, .__layout.__9 ._item ._progress ._bar {
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .__layout.__9 ._item ._progress {
    margin-top: 5px;
    margin-right: 35px;
    background-color: #c4c3c3; }
    .__layout.__9 ._item ._progress ._bar {
      background-color: #525151; }
.__layout.__9 .message {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden; }
  .__layout.__9 .message.active {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  .__layout.__9 .message .loader {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    right: 50%;
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
.__layout.__9 ._button {
  padding: 0 0 10px 10px;
  text-align: left;
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.__layout.__9 ._button button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 100%;
  padding: .5em 2em .55em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #ffffff !important;
  font-weight: bold;
  border: solid 1px #860a13;
  background: #dc101f;
  padding: .9em 2.3em 1em;
  border-color: #b91b27; }
  .__layout.__9 ._button button:hover {
    text-decoration: none;
    background: #e80415; }
  .__layout.__9 ._button button:active {
    position: relative;
    top: 1px;
    color: #ec0011; }
    input.fixed {
      position: fixed;
      top: -999em;
      left: -999em;
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
