@font-face { 
    font-family: DroidKufi_Light;
 	 src: url('../fonts/DroidKufi-Regular.ttf');
}
@font-face { 
    font-family: GE_Medium;
 	 src: url('../fonts/GE_SS_Two_Medium.otf');
}
@font-face { 
    font-family: font-bold;
 	 src: url('../fonts/font-bold.ttf');
}
@font-face { 
    font-family: font;
 	 src: url('../fonts/font.ttf');
}

@font-face { 
    font-family: font2;
 	 src: url('../fonts/font2.woff');
}
@font-face { 
    font-family: albayan;
 	 src: url('../fonts/albayan.ttf');
}
body{
	background: #eaeaea;
	font-family: 'font', serif;
	
}
h3{font-family: 'font-bold', serif;}
h5{font-size: 16px;}
h7{font-size: 11px;color: #bbbbbb;
}

h7 a 
{font-size: 11px;color: #bbbbbb;
}

a:hover{text-decoration: none;
	color: #c32937;
}
header{}
.header-bg{
	background: url(../img/headerbg.png) repeat-x;
	margin: 0 !important;
	padding: 0 !important;
	
}
.header-main{
	zborder: solid 1px white;
	overflow: hidden;
	padding: 0 !important;
}
logo{float: right; width: 130px; zborder: solid 1px;}
logo img{width: 98.3%;}
menu{
	overflow: hidden;
	height: 53px;
	padding: 0;
	margin: 0;
	float: right;
	max-width: 84%;
	zborder: solid 1px white;
	position:relative;
	z-index:9;
}
menu ul{
	padding: 0;
	margin: 0;
}
menu ul li{
	padding: 12px 19px;
	margin: 0;
	float: right;
	list-style: none;
}
menu ul li a{
	color: #fff;
	font-size: 18px;
	text-align: right;
}
menu ul li a:hover{
	color: #c12b3b;
	border-top: solid 2px #c12b3b;
	text-decoration:none;
}
.dropdowns-menu {
	padding: 10px 10px;
	overflow: hidden;
	height: 50px;
	float: left;
}
.dropdowns-menu a{
	color: #fff;
	font-size: 24px;
}
.dropdowns-menu a:hover{
	color: #c12b3b;
}

.red-menu{
	height: 53px;
	overflow: hidden;
	zborder: solid 1px white;
	zwidth: 85%;
	float: left;
}
.social-networks-menu{
	float: right;
	zborder: solid 1px white;
	height: 53px;
	padding-top: 8px;
}
.social-networks-menu a{
	padding: 0 8px;
	font-size: 24px;
	color: #232222;
}
.social-networks-menu a:hover{
	color: #fff;
}
.search-menu{
	float: right;
	height: 53px;
	zborder: solid 1px white;
}
.navbar-form {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0px;
}
.form-control {
    color: #d55e6b;
    background-color: #9f1e2c;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control::-webkit-input-placeholder  {
  color: #d55e6b;
}
.search-menu .btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: solid 1px;
    border-radius: 0px;
    margin-right: -5px;
}
.search-menu .btn-default {
    color: #d55e6b;
    background-color: #9f1e2c;
    border-color: #9f1e2c;
}
.spaces-1{
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
}
.last-news-header{
	border-bottom: solid 2px #c12b3b;
	padding: 0px;
	overflow: hidden;
}

.last-news-header-green{
	border-bottom: solid 2px #158a2d;
	padding: 0px;
	overflow: hidden;
}


.last-news-header .black-box-horizontal, .red-box-horizontal{
	width: 70px; 
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	float: right;
}

.last-news-header .black-box-horizontal, .green-box-horizontal{
 	width: 70px; 
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	float: right;
	margin-top: 10px;
}


.black-box-horizontal, .black-box{background-color: #232222; }
.red-box-horizontal, .red-box{background-color: #c12b3b; }
.green-box-horizontal, .green-box{background-color: #158a2d; }

.last-news-bg{
	background-color: #cfcfcf;
	padding: 10px ;
	margin-bottom: 20px;
}
.last-news-main{
	background-color: #b1b1b1;
	padding-right: 0px; 
    padding-left: 0px;
	padding: 10px;
	overflow: hidden;
	height: 402px;
}

.last-news-list{
	padding-right: 0px; 
    padding-left: 0px;

}
.news-list{
	background-color: #232222;
	color: #fff;
	border-right: solid 5px #c12b3b;
	overflow: hidden;
	margin-bottom: 1px;
	height: 75px;
	padding: 10px;
	text-align: justify;
}
.news-list:hover{
	background-color: #c12b3b;
	border-right: solid 5px  #232222;
}
.red-select{
	background-color: #c12b3b;
	border-right: solid 5px  #232222;
}
.news-list img{
	float: right;
	width: 80px;
	margin-left: 10px;
}
.news-list h5{
	line-height: 21px;
	margin-top: 5px;
}

.last-news-view{
	height: 379px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.last-news-view img{
	width: 100% ;
}
.news-view-des{
	position: absolute;
	bottom: 0;
	padding: 10px;
	height: 100px;
	background-color: rgba(35, 34, 34, .6);
}
.news-view-des p{
	color: #fff;
	font-size: 16px;
	width: 85%;
	float: right;
	text-align: justify;
}
.news-more {
	overflow: hidden;
	float: left;
	width: 10%;
	padding: 10px;
	padding-top: 0;
	text-align: center;

}
.news-more .black-box, .red-box{
	width: 55px;
	height: 40px;
	padding: 10px;
	color: #fff;
}
.news-more .red-box i{
	font-size: 22px;
	margin-top: -3px;
}

.last-news-sub{
	margin-top: 20px;
	padding: 0;

}
.news-box-container{
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	
}
.news-box{
	zborder: solid 1px;
	overflow: hidden;
	height: 380px;
	background: #fff;
	padding: 0;
	position: relative;
	
}
.news-box-img{
 	overflow: hidden;
 	height: 180px;

 }
.news-box-img img{
	width: 100%;
	height: 100%;
}
.news-box-title{
	background: #232222;
	border-right: solid 10px #c12b3b; 
	padding: 5px;
	padding-top: 0px;
	padding-right: 10px;
	overflow: hidden;
	height: 80px;
}
.news-box-title a{color: #fff;}
.news-box-title a:hover{color: #c12b3b !important;}
.news-box-title h4{
	line-height: 24px;
}
.news-box-des{
	padding: 10px;
	width: 80%;
	height: 114px;
	overflow: hidden;
	float: right;
}
.news-box-des small{
	color: #c12b3b;
}
.news-box-des p{
	color: #777;
	text-align: justify;
}
.news-box-other{
	float: left;
	width: 50px;
	margin-top: 55px;
}
.news-box-share{
	background: #dedede;
	padding: 8px;
	padding-right: 12px;
	height: 50px;
	overflow: hidden;
	color: #999;
}
.news-box-share i{
	font-size: 16px;
	margin-right: 5px;
}
.news-box-share:hover{
	background: #dedede !important;
	color:  #fff !important;
}

.news-box-share a {background:#dedede; color:#777; float:left; width:50px; overflow:hidden; height:51px;
display:block !important; padding:7px 10px; margin-left:-8px; margin-top:-7px;}
.news-box-share a:hover {background:#777; color:#fff;}

.news-box-more{
	height: 70px;
	overflow: hidden;
	margin-top: 5px;
}
.news-box-more .black-box, .red-box{
	height: 30px;
	padding: 10px;
	padding-top: 7px;
	font-size: 12px;
}
.news-box-more a{color: #fff;}

.news-box-more .red-box i{
	font-size: 18px; 	
	padding-right: 11px;
}

.other-news, .left-news{
	zborder: solid 1px;
	overflow: hidden;
	padding: 0px;
}
.other-news .red-box-horizontal,.green-box-horizontal{
	border-left: solid 5px #232222;
	width: 170px;
}
.left-news .red-box-horizontal{
	border-left: solid 5px #232222;
	width: 100px;
}
.other-news-box{
	background: #fff;
	margin-bottom: 10px;
	padding: 10px;
	padding-left: 0px;
	height: 120px;
	overflow: hidden;
}
.other-news-box-img{
	width: 150px;
	height: 100px;
	overflow: hidden;
	float: right;
	margin-left: 10px;
}
.other-news-box-img img{
	width: 100%;
	height: 100%;
}
.other-news-box-title{
	zheight: 62px;
	zborder: solid 1px;
	overflow: hidden;
	padding: 0;
	width: 65%;
	float: right;
}
.other-news-box-title h3{
	padding: 0 !important;
	margin-top: 0px;
	line-height: 30px;
	font-size: 20px;
}
.other-news-box-title a{
	color: #232222;
}
.other-news-box-title a:hover{
	color: #c12b3b;
}
.other-news-box-des{
	width: 65%;
	height: 60px;
	overflow: hidden;
	zborder: solid 1px;
	float: right;
}
.other-news-box-des small{
	color: #c12b3b;
}
.other-news-box-des p{
	color: #777;
	text-align: justify;
}
.other-news-box-other{
	float: left;
	width: 50px;
	left: 0;
	bottom: -10px;
	position: absolute;
}
.left-news{
	padding-right: 20px;
}
.spaces300{
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
	margin-top: 35px;
}
.left-news-box{
	background: #fff;
	padding: 10px;
	overflow: hidden;
}
.art-news-box{
	overflow: hidden;
}
.art-news-box-img{
	zborder: solid 1px;
	height: 200px;
	overflow: hidden;
}
.art-news-box-img img{
	width: 100%;
	height: 100%;
}
.art-news-box-title{
	background: #c12b3b;
	padding: 10px; 
}
.art-news-box-title h4{
 	text-align: center;
}
.art-news-box-title a{
	color: #fff ;
	font-family: 'font-bold', serif;
}
.art-news-box-title a:hover{
	color: #232222;
}
.art-news-box-des{
	background: #232222;
	padding: 10px;
	color: #fff;
	text-align: justify;
	height: 110px;
	overflow: hidden;
	border-bottom: solid 40px #232222;
}
.art-news-box .news-box-more{
	zborder: solid 1px;
	width: 50px;
	margin-top: -31px;
	margin-right: 140px;
}
.art-news-box .news-box-more .black-box {
	padding: 3px;
	padding-right: 18px;
}


.opinion-home-header{
	margin-top: 20px;
}
.opinion-home-header .black-box-horizontal, .red-box-horizontal, .green-box-horizontal{
	width: 160px !important; 
	color: #fff;
	text-align: center;
	padding: 7px 10px;
	float: right;
	margin-top: 10px;
}
.black-box-horizontal{padding-top:9px !important;}

.opinion-home-bg{
	background: #232222;
	overflow: hidden;
	margin-bottom: 20px;
	height: 430px;
	position: relative;
}
.opinion-home-bgnew{
	overflow: hidden;
	margin-bottom: 20px;
	height: auto;
	position: relative;
	padding-left:0px !important;
	padding-right:0px !important;
}
.opinion-home-box{
	overflow: hidden;
	margin: 30px 0;
	
}
.opinion-home-box-bg{
	zborder: solid 1px;
	background: #fff;
	overflow: hidden;
	height: 350px;
	padding: 0px;
}
.opinion-home-img{
	overflow: hidden;
	height: 200px;
}
.opinion-home-img img{
	width: 100%;
}
.opinion-home-name {
	background: #c12b3b;
	padding: 5px;
	text-align: center;
	color: #fff;
}
.opinion-home-title {
	padding: 5px;
	text-align: center;
	color: #fff;
}
.opinion-home-title a{
	text-align: center;
	color: #232222;
}
.opinion-home-title a:hover{
	color: #c12b3b;
}
.opinion-home-circle{
	text-align: center;
	margin: 10px ;
	position: absolute;
	bottom: 0;
	right: 45%;
}
.opinion-home-circle i {
	margin: 5px 10px;
	color: #5d5858;
}
.opinion-home-circle .fa-lg{
	color: #fff;
}



.news-in-week{
	background: #fff;
	margin-top: 10px;
	padding: 0px;
	height: 240px;
	overflow: hidden;
	border-left: solid 10px #eaeaea;
}
.header-news-in-week{
	background: #232222;
	overflow: hidden;
	height: 120px;
	padding: 10px;
	border-right: solid 10px #c12b3b;
}
.news-in-week-img{
	padding: 0;
	height: 100px;
	overflow: hidden;
	float: left;
}
.news-in-week-img img{
	width: 100%;
	height: 100%;
}
.news-in-week-title{
	overflow: hidden;
	padding: 0;
	padding-left: 5px;
	float: right;
}
.news-in-week-title h3{
	padding: 0 !important;
	margin-top: 0px;
	line-height: 24px;
	font-size: 18px;
}
.news-in-week-title a{
	color: #fff;
}
.news-in-week-title a:hover{
	color: #c12b3b;
}
.news-in-week-des{
	width: 85%;
	height: 110px;
	padding: 10px;
	overflow: hidden;
	zborder: solid 1px;
	float: right;
}
.news-in-week-des small{
	color: #c12b3b;
}
.news-in-week-des p{
	color: #777;
	text-align: justify;
}
.other-news-box-other{
	float: left;
	width: 50px;
	left: 0;
	bottom: -10px;
	position: absolute;
}

.popular-news-box{
	overflow: hidden;
	margin-bottom: 10px;
}
.popular-news-box-img{
	zborder: solid 1px;
	width: 90px;
	height: 70px;
	float: right;
	overflow: hidden;
}
.popular-news-box-img img{
	width: 100%;
	height: 100%;
}
.popular-news-box-title{
	background: #eaeaea;
	padding: 5px; 
	height: 70px;
	float: right;
	width: 73%;
}
.popular-news-box-title h4{
 	text-align: right;
 	font-size: 16px;
}
.popular-news-box-title a{
	color: #232222 ;
	font-family: 'font-bold', serif;
}
.popular-news-box-title a:hover{
	color: #c12b3b;
}


footer{
	background: #cfcfcf;
	border-top: solid 5px #c12b3b ;
	margin-top: 30px;
	overflow: hidden;
}
.tags-footer{
	padding-right: 0;
}
.tags-footer-title{
	background: #b1b1b1;
	width: 40%;
	padding: 2px 10px 2px 0;
	color: #fff;
	
}
.tags-footer ul{
	padding: 0;
	margin: 10px 0;
	zborder: solid 1px;
}
.tags-footer ul li{
	padding: 5px;
	margin: 0;
	margin-right: 17px;
	list-style:  square;
}
.tags-footer ul li a{
	color: #232222 ;
	font-family: 'font-bold', serif;
}
.tags-footer ul li a:hover {
	color: #c12b3b;
}
.social-footer{
	text-align: center;
	padding: 10px;
}
.social-footer .fa-twitter-square{color: #0089b9; opacity: 0.5;}
.social-footer .fa-facebook-square{color: #2c477e; opacity: 0.5;}
.social-footer .fa-google-plus-square{color: #b93f29; opacity: 0.5;}
.social-footer .fa-instagram{color: #7e7163; opacity: 0.5;}
.social-footer .fa-whatsapp{color: #52e789; opacity: 0.5;}


.social-footer .fa-twitter-square:hover{color: #0089b9; opacity: 1;}
.social-footer .fa-facebook-square:hover{color: #2c477e; opacity: 1;}
.social-footer .fa-google-plus-square:hover{color: #b93f29; opacity: 1;}
.social-footer .fa-instagram:hover{color: #7e7163; opacity: 1;}
.social-footer .fa-whatsapp:hover{color: #5fd67d; opacity: 1;}


.logo-footer{
	text-align: center;
	
}
.logo-footer h4{
	text-align: justify;
	color: #c12b3b;
}
.end-footer{
	background: #828282;
	padding: 5px 0;
	height: 55px;
	overflow: hidden;

}
.end-footer-dnet{ width: 70px; height: 50px; float: left; }
.end-footer-dnet img{height: 100%; }

.end-footer-up .fa-arrow-circle-up{color: #666; opacity: 0.5; float: right;}
.end-footer-up .fa-arrow-circle-up:hover{opacity: 1;}


.article-news-header{
	zborder-bottom: solid 2px #c12b3b;
	padding: 0px;
	overflow: hidden;

}
.breadcrumb {
    padding: 10px 15px;
    margin-bottom: 0px;
    margin-top:35px;
    list-style: none;
    background-color: #fff;
    border-radius: 0px;
    border-right: solid 15px #c12b3b;
    zborder-bottom: solid 2px #c12b3b;
}

.breadcrumb a{
	color: #c12b3b ;
}
.breadcrumb a:hover {
	color: #232222;
}

.article-news{
	overflow: hidden;
}
.article-news-date{
	overflow: hidden;
	padding: 1px;
	padding-right: 16px;
	background: #c12b3b;
	width: 250px;
	height: 20px;
	color: #fff;
	font-size: 12px;
}
.article-news-title h1{
	color: #c12b3b;
	font-family: 'font-bold', serif;
	text-align: center;
	line-height: 48px;
}
.article-news-img{
	overflow: hidden;
	xxmax-height: 500px;
}
.article-news-img img{
	width: 100%;
}
.article-news-social{
	overflow: hidden;
}
.article-news-social a{
	color: #fff;
}
.article-news-social-twitter, .article-news-social-facebook, .article-news-social-googleplus,
.article-news-social-whatsapp, .article-news-social-email, .article-news-social-telegram {
	padding: 5px 0 0 0 ;
	text-align: center;
	color: #fff;
	font-size: 22px;
}
.article-news-social-twitter{
	background: #49abf2;
}
.article-news-social-facebook{
	background: #36589b;
} 
.article-news-social-googleplus{
	background: #e14f3c;
}
.article-news-social-email{
	background: #afafaf;
}
.article-news-social-telegram{
	background: #0088cc;
}
.article-news-social-whatsapp{
	background: #04d04e;
	width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
}	
.social-whatsapp-p{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.article-news-des{
	zborder: solid 1px;
	overflow: hidden;
	margin-top: 20px;
	zpadding-left: 55px;
}
.article-news-des small {
	color: #c12b3b;
	font-size: 18px;
}
.article-news-des p{
	font-family: 'albayan', serif;
	font-size: 24px;
	text-align:right !important;
	line-height: 26px;
}
.article-news-des *[dir="ltr"], .article-news-des p[style="text-align: left;"] {
	text-align: left !important;
}

.comments{
	zborder: solid 1px;
	overflow: hidden;
	
}
.comment-view{
	overflow: hidden;
}
.comment-view-box{
	background: #fff;
	margin-top: 10px;
	padding: 10px;
}
.comment-view-name{
	color: #c12b3b;
}
.comment-view-date{
	color: #777;
	text-align: left;
}
.comment-view-text{
	margin-top: 10px;
	text-align: justify;
	font-size: 16px;
}

.add-comments{overflow: hidden;}
.add-comments-box{
	overflow: hidden;
	zbackground: #fff;
	margin-top: 10px;
	padding: 10px;
	padding-right: 0;
	padding-left: 0;
}
.add-comments-box .input-group{margin-top: 5px;}
.add-comments-box .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #c12b3b;
    border: 1px solid #e1e1e1;
    border-radius: 0px;
}
.add-comments-box .form-control {
    color: #777;
    background-color: #fff;
    border: solid 1px #e1e1e1;
    border-right: none;
	
}
.add-comments-box .form-control::-webkit-input-placeholder  {
  color: #777;
}
.add-comments-right{
	padding-right: 0;
}
.add-comments-left {padding-right: 0;padding-left: 0;}
.add-comments-left .input-group{padding-right: 0;padding-left: 0;}
.add-comments-left textarea{padding: 5px;}

.add-comments-box .btn-default {
    color: #c12b3b;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}
.add-comments-box .btn-default:hover {
    color: #fff;
    background-color: #c12b3b;
    border-color: #c12b3b;
}
.add-comments-box .btn {
    margin-top: 5px;
    border-radius: 0px;
    width: 100%;
}

.pagination>.active>a {
    color: #fff;
    background-color: #c12b3b;
    border-color: #c12b3b;
}
.pagination>.active>a:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.pagination>li>a, .pagination>li>span {
    color: #c12b3b;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li>a:hover, .pagination>li>span {
    color: #000;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: 1px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.linekq
 {
	zheight: 10px;
	zpadding: 10px;
	margin: 10px 0;
	background: #fff;
	
}