.close {
    opacity: 0.5;
}

.close span {
    font-size: 65px;
    height: 40px;
    line-height: 23px;
    width: 40px;
    display: inline-block;
}


button.close {
	-webkit-appearance:none;
	padding:0;
	cursor:pointer;
	background:0 0;
	border:0
}
/*.modal-open {
	overflow:hidden
}
*/
.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999999;
    display: none;
    outline: 0;
    padding-right: 0 !important;
    right: 0;
    left: 0;
    text-align: right;
}


.modal.fade .modal-dialog {
	-webkit-transition:-webkit-transform .3s ease-out;
	-o-transition:-o-transform .3s ease-out;
	transition:transform .3s ease-out;
	-webkit-transform:translate(0, -25%);
	-ms-transform:translate(0, -25%);
	-o-transform:translate(0, -25%);
	transform:translate(0, -25%)
}
.modal.in .modal-dialog {
	-webkit-transform:translate(0, 0);
	-ms-transform:translate(0, 0);
	-o-transform:translate(0, 0);
	transform:translate(0, 0)
}
.modal {
	overflow-x:hidden;
	overflow-y:auto
}
.modal-dialog {
    position: absolute;
    right: 30px;
    left: 30px;
    z-index: 99999;
    background: #fff;
    top: 30px;
    bottom: 30px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
    cursor: text;
    min-width: 1200px;
}
.modal-content {
    position: relative;
    height: 100%;
    overflow: auto;
    padding-top: 94px;
    padding-bottom: 54px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, .8);
}


/*.modal-backdrop.fade {
	filter:alpha(opacity=0);
	opacity:0
}
.modal-backdrop.in {
	filter:alpha(opacity=50);
	opacity:.5
}
*/


.modal-header .close {
    margin-top: 0;
    color: #d59633;
    outline: none;
}


.modal-title {
}
.modal-body {
	position:relative;
	padding:15px
}

.modal-footer {
    text-align: center;
    right: 0;
    left: 0;
    position: absolute;
    top: 48%;
}

.modal-footer button {
    border: 0;
    outline: none;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 45px;
    opacity: 0.5;
}


.modal-footer button:hover {
    background-color: transparent;
    border: none;
    opacity: 0.7;
}
.modal-footer button:focus {
    background-color: transparent;
    border: none;
    opacity: 0.7;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    background-color: transparent;
    border: none;
	outline:none
}


.modal-footer .btn-prev {
    float: right;
    background: url(../img/prev.png) no-repeat center center;
    margin-right: 13px;
}

.modal-footer .btn-next {
    float: left;
	background:url(../img/next.png) no-repeat center center;
	margin-left:13px
}

.modal-footer .btn-cls{ margin:0 auto}


.modal-footer .btn+.btn {
	margin-bottom:0;
	margin-left:5px
}
.modal-footer .btn-group .btn+.btn {
	margin-left:-1px
}
.modal-footer .btn-block+.btn-block {
	margin-left:0
}
.modal-scrollbar-measure {
	position:absolute;
	top:-9999px;
	width:50px;
	height:50px;
	overflow:scroll
}
@media (min-width:768px) {
.modal-dialog {

}
.modal-sm {
	width:300px
}
}
@media (min-width:992px) {
.modal-lg {
	width:900px
}
}
.tooltip {
	position:absolute;
	z-index:1070;
	display:block;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:400;
	line-height:1.4;
	filter:alpha(opacity=0);
	opacity:0
}
.tooltip.in {
	filter:alpha(opacity=90);
	opacity:.9
}
.tooltip.top {
	padding:5px 0;
	margin-top:-3px
}
.tooltip.right {
	padding:0 5px;
	margin-left:3px
}
.tooltip.bottom {
	padding:5px 0;
	margin-top:3px
}
.tooltip.left {
	padding:0 5px;
	margin-left:-3px
}
.tooltip-inner {
	max-width:200px;
	padding:3px 8px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background-color:#000;
	border-radius:4px
}
.tooltip-arrow {
	position:absolute;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid
}
.tooltip.top .tooltip-arrow {
	bottom:0;
	left:50%;
	margin-left:-5px;
	border-width:5px 5px 0;
	border-top-color:#000
}
.tooltip.top-left .tooltip-arrow {
	right:5px;
	bottom:0;
	margin-bottom:-5px;
	border-width:5px 5px 0;
	border-top-color:#000
}
.tooltip.top-right .tooltip-arrow {
	bottom:0;
	left:5px;
	margin-bottom:-5px;
	border-width:5px 5px 0;
	border-top-color:#000
}
.tooltip.right .tooltip-arrow {
	top:50%;
	left:0;
	margin-top:-5px;
	border-width:5px 5px 5px 0;
	border-right-color:#000
}
.tooltip.left .tooltip-arrow {
	top:50%;
	right:0;
	margin-top:-5px;
	border-width:5px 0 5px 5px;
	border-left-color:#000
}
.tooltip.bottom .tooltip-arrow {
	top:0;
	left:50%;
	margin-left:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#000
}
.tooltip.bottom-left .tooltip-arrow {
	top:0;
	right:5px;
	margin-top:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#000
}
.tooltip.bottom-right .tooltip-arrow {
	top:0;
	left:5px;
	margin-top:-5px;
	border-width:0 5px 5px;
	border-bottom-color:#000
}
.popover {
	position:absolute;
	top:0;
	left:0;
	z-index:1060;
	display:none;
	max-width:276px;
	padding:1px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:1.42857143;
	text-align:left;
	white-space:normal;
	background-color:#fff;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,.2);
	border-radius:6px;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);
	box-shadow:0 5px 10px rgba(0,0,0,.2)
}
.popover.top {
	margin-top:-10px
}
.popover.right {
	margin-left:10px
}
.popover.bottom {
	margin-top:10px
}
.popover.left {
	margin-left:-10px
}
.popover-title {
	padding:8px 14px;
	margin:0;
	font-size:14px;
	background-color:#f7f7f7;
	border-bottom:1px solid #ebebeb;
	border-radius:5px 5px 0 0
}
.popover-content {
	padding:9px 14px
}
.popover>.arrow, .popover>.arrow:after {
	position:absolute;
	display:block;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid
}
.popover>.arrow {
	border-width:11px
}
.popover>.arrow:after {
	content:"";
	border-width:10px
}
.popover.top>.arrow {
	bottom:-11px;
	left:50%;
	margin-left:-11px;
	border-top-color:#999;
	border-top-color:rgba(0,0,0,.25);
	border-bottom-width:0
}
.popover.top>.arrow:after {
	bottom:1px;
	margin-left:-10px;
	content:" ";
	border-top-color:#fff;
	border-bottom-width:0
}
.popover.right>.arrow {
	top:50%;
	left:-11px;
	margin-top:-11px;
	border-right-color:#999;
	border-right-color:rgba(0,0,0,.25);
	border-left-width:0
}
.popover.right>.arrow:after {
	bottom:-10px;
	left:1px;
	content:" ";
	border-right-color:#fff;
	border-left-width:0
}
.popover.bottom>.arrow {
	top:-11px;
	left:50%;
	margin-left:-11px;
	border-top-width:0;
	border-bottom-color:#999;
	border-bottom-color:rgba(0,0,0,.25)
}
.popover.bottom>.arrow:after {
	top:1px;
	margin-left:-10px;
	content:" ";
	border-top-width:0;
	border-bottom-color:#fff
}
.popover.left>.arrow {
	top:50%;
	right:-11px;
	margin-top:-11px;
	border-right-width:0;
	border-left-color:#999;
	border-left-color:rgba(0,0,0,.25)
}
.popover.left>.arrow:after {
	right:1px;
	bottom:-10px;
	content:" ";
	border-right-width:0;
	border-left-color:#fff
}


/*_____new_____*/

.modal-header {
    position: absolute;
    padding-left: 0;
    right: 0;
    top: 0;
    z-index: 999999999999;
    padding: 1px 5px;
}

.modal-body {
    position: relative;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    direction: ltr;
}


.col_one {
    width: 40%;
    max-width: 365px;
    position: relative;
    direction: rtl;
}
.col_two {
    width: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    background-color: #000;
    overflow: hidden;
    direction: rtl;
}

.content_pop_image {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}

.content_pop_image img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}




.media_detail {
    overflow: hidden;
    margin-bottom: 20px;
}

.media_image, .media_body{
    display: table-cell;
    vertical-align: top;
}
.media_image{
    padding-left: 10px;
}

.media_image img {
    width: 45px;
}

.media_body{
    width: 10000px;
    overflow: hidden;
    zoom: 1;
	}

.media_body h4 {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 16px;
    line-height: 29px;
    margin: 0;
    margin-bottom: 13px;
    color: #d59633;
    font-weight: normal;
}

.detail_par {
    margin-bottom: 20px;
}

.detail_par p {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 13px;
    line-height: 27px;
    color: #8c8c8c;
    margin: 0;
}

.comment_pop{}

.form_comment {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    padding: 0 5px;
}

.media_form {
    overflow: hidden;
}

.media_image, .text_form{
    display: table-cell;
    vertical-align: top;
}

.text_form{
    width: 10000px;
    overflow: hidden;
    zoom: 1;
	}
	
.text_form textarea {
    width: 100%;
    resize: none;
    height: 53px;
    padding: 5px;
    outline: none;
    font-size: 12px;
    border: 1px solid #e3e3e3;
}

.image_user{
    display: inline-block;
    float: right;
    margin-left: 15px;
}

.image_user img {
    width: 45px;
    height: 45px;
}
.detail_comment {
    float: right;
    max-width: 80%;
    display: inline-block;
    background-color: #f1f1f1;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.detail_comment p {
    margin: 0 0 8px;
    color: #7b7b7b;
    font-size: 12px;
    line-height: 25px;
}


.detail_comment *{
    font-family: 'Droid Arabic Kufi', sans-serif;
	}

.detail_comment h4 {
    margin: 0;
    font-size: 13px;
    color: #7b7b7b;
    font-weight: normal;
}


.detail_comment h4 span {
    color: #7b7b7b;
    font-size: 14px;
    margin-bottom: 7px;
    font-style: normal;
    border-bottom: 1px rgba(204, 204, 204, 0.45) solid;
    display: block;
    padding-bottom: 4px;
    line-height: 19px;
}


.detail_comment h4 i {
    font-style: normal;
    font-size: 15px;
}


.detail_comment:after {
    right: -38px;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #f1f1f1;
    border-top: 0;
    border-width: 22px;
    margin-top: 0;
    margin-left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.inner_col {
    overflow: auto;
    height: 90%;
    padding: 40px 10px 10px;
}

.comment_pop h2 {
    margin: 0 0 20px;
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 16px;
    font-weight: bold;
}


.col_one *{
    font-family: 'Droid Arabic Kufi', sans-serif;
	}


.media_body h5 {
    font-size: 12px;
    color: #8c8c8c;
    font-weight: normal;
    margin: 10px 0;
}



.row_comment{ overflow:hidden ; margin-bottom:15px }


.div_opacit_share {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    color: #fff;
    padding: 20px;
    background: rgba(18, 18, 18, 0.34);
    text-align: left;
}


.like_blo {
    display: inline-block;
    margin-right: 15px;
}


.like_blo span{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 27px;
    height: 27px;
}


.like_blo h6{}

.share_blo {
    display: inline-block;
    position: relative;
}

.like_blo .fa-heart {
    font-size: 20px;
    margin-top: 0;
    cursor: pointer;
    float: none;
    margin-left: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    line-height: 31px;
}


.video-slider .content .video {
    cursor: pointer;
}

.disabl {
    pointer-events: none;
    opacity: 0.2 !important;
}


.share_blo{}

.share_blo > a.share_link {
    color: #fff;
    font-size: 14px;
    font-family: 'Droid Arabic Kufi', sans-serif;
    text-decoration: none;
}

.list_socials {
    position: absolute;
    top: -50px;
    width: 138px;
    margin: 0;
    padding: 0;
    background: #272727;
    border-radius: 5px;
    text-align: center;
    left: 0;
    display: none;
}

.list_socials li {
    display: inline-block;
    margin: 0;
}

.list_socials li a {
    display: block;
    color: #fff;
    font-size: 25px;
    width: 39px;
    line-height: 38px;
}


.list_socials li a i{}

.list_socials:after {
    content: "";
    background-color: #272727;
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    left: 5px;
    -webkit-transform: rotate(41deg);
    -moz-transform: rotate(41deg);
    -ms-transform: rotate(41deg);
    -o-transform: rotate(41deg);
    bottom: -5px;
}


.news .content .point .block {
    cursor: pointer;
}


.holder {
    text-align: center;
}

.heat-tow {
    color: #d59633;
}



/*_________differ_______*/


.modal_differ .modal-dialog {
    bottom: auto;
    top: auto;
    margin: 55px 75px;
	right:0;
	left:0
}

.modal_differ .modal-footer {
    position: relative;
    top: 0;
}

.modal_differ .modal-footer button {
    position: fixed;
    top: 45%;
    z-index: 999999;
    height: 55px;
    opacity: 0.9;
}

.modal_differ .modal-footer .btn-prev {
    float: none;
    background:#d59633 url(../img/prev.png) no-repeat center center;
    margin-right: 0;
    right: 25px;
}

.modal_differ .modal-footer .btn+.btn {
    margin-left: 0;
}

.modal_differ .modal-footer .btn-next {
    background:#d59633 url(../img/next.png) no-repeat center center;
    margin-left: 0;
    left: 25px;
}

.modal_differ .modal-header {
    position: fixed;
    background: red;
    border-radius: 100%;
}

.modal_differ .modal-header {
    right: 20px;
    top: 20px;
    padding: 2px 3px;
}

.modal_differ .div_opacit_share {
    position: relative;
    background: none;
    text-align: center;
    border-top: 2px solid #d59633;
    border-bottom: 2px solid #d59633;
    padding: 10px;
}

.modal_differ .modal-content {
    padding-top: 0;
    padding-bottom: 20px;
}

.modal_differ .modal-body {
    position: relative;
    padding: 0;
    display: block;
    position: relative;
    direction: rtl;
}

.modal_differ .content_pop_image img {
    position: relative;
}

.modal_differ .col_two {
    width: 100%;
    position: relative;
    display: block;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
    direction: rtl;
}

.modal_differ .col_one {
    width: 100%;
    max-width: 100%;
    position: relative;
    direction: rtl;
    margin-top: 0;
}



.share_blo2{}

.share_blo2 span{
    color: #333;
    display: inline-block;
    font-size: 17px;
    margin-left: 6px;
}

.list_socials2{
    display: inline-block;
    margin-bottom:  0;
    vertical-align: middle;
    list-style-type:  none;
}

.list_socials2 li{
    margin: 5px;
    display: inline-block;
}

.list_socials2 li a{
    font-size: 20px;
    display: inline-block;
}

.modal_differ .like_blo {
    margin-right: 0;
    margin-left: 20px;
    color: #80520a;
	vertical-align:middle;
}

.share_blo2 {
    display: inline-block;
    vertical-align: middle;
}

.modal_differ .comment_pop {
    padding: 25px 0 10px;
    border-bottom: 2px solid #d59633;
    margin-bottom: 10px;
}

.modal_differ .comment_pop h2 {
    color: #d59633;
}

.modal_differ .image_user img {
    width: 52px;
    height: 52px;
    border: 3px solid #d59633;
}
.modal_differ .detail_comment {
    max-width: 84%;
/*    background-color: transparent;
    padding: 0;
*/}

/*.modal_differ .detail_comment:after {
	display:none;
}
*/
.modal_differ .detail_comment h4 span {
    margin-bottom: 5px;
    border-bottom: 0;
    padding-bottom: 0;
}
.modal_differ .row_comment {
    overflow: hidden;
    margin-bottom: 20px;
}
.modal_differ .modal-header .close {
    color: #fff;
    opacity: 0.9;
}
.modal_differ .inner_col {
    height: auto;
    padding: 0 15px 10px;
}
.modal_differ .form_comment {
    position: relative;
    padding: 0 15px;
}

.modal_differ .form_comment{}

.modal_differ .form_comment h2{ text-align:center   ;
  color: #d59633;
}

.modal_differ .link_comment {
    text-align: center;
    margin-top: 10px;
}

.modal_differ .link_comment button {
    border: 0;
    background: #dc9d36;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    width: 100px;
    height: 40px;
    font-size: 16px;
    cursor: pointer;
}

.modal_differ .text_form textarea {
    background: #f5f5f5;
}


.modal_differ .media_body h4 {
    background: #d59633;
    color: #fff;
    padding: 5px 20px;
    margin-right: -15px;
    margin-left: -15px;
    line-height: 34px;
}
.modal_differ .media_body h4 a {
    color: #fff;
    text-decoration: underline;
}

.modal_differ .media_body {
     overflow: visible; 
}
.modal_differ .media_detail {
     overflow: visible; 
}



.akhbar_details_block {
    padding: 15px;
}

.image_thumb_detail {
    display: block;
}

.details_akhb *{
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.details_akhb h5 {
    font-size: 13px;
    margin-bottom: 13px;
}

.details_akhb p {
    font-family: 'Droid Arabic Kufi', sans-serif;
    font-size: 13px;
    line-height: 27px;
    color: #8c8c8c;
    margin: 0;
}

.details_akhb{
    margin-bottom: 20px;
     width: auto !important; 
     display: block !important; 
}







.row_comment_differ {
    margin-bottom: 20px;
    border: 1px solid #dc9d3673;
    padding: 15px;
    border-radius: 10px;
    background: #f1f1f136;
}

.row_comment_differ .image_user {
    text-align: center;
    max-width: 15%;
}
.row_comment_differ .image_user img {
    margin-bottom: 7px;
    width: 65px;
    height: 65px;
}
.row_comment_differ .image_user h4 {
    margin: 0;
    font-size: 13px;
    color: #7b7b7b;
    font-weight: normal;
	margin-bottom:5px
}
.row_comment_differ .image_user h4 span {
    color: #7b7b7b;
    font-size: 15px;
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
    font-style: normal;
    display: block;
    line-height: 19px;
    max-height: 19px;
    overflow: hidden;
}
.row_comment_differ .image_user h4 i {
    font-style: normal;
    font-size: 15px;
}
.row_comment_differ .image_user h4 a{
    border: 0;
    background: #dc9d36;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    height: 35px;
    font-size: 13px;
    cursor: pointer;
    line-height: 35px;
    border-radius: 20px;
    padding: 0 10px;
}

.row_comment_differ .detail_comment {
    margin: 25px 0 0;
}


/*row_comment_differ2*/

.row_comment_differ2 .image_user {
    max-width: 39%;
}

.row_comment_differ2 .detail_comment {
    max-width: 55%;
}

.row_comment_differ2 .image_user h4 a{
    font-size: 12px;
}



.link_comment2 {
    text-align: center;
    margin-top: 10px;
}

.link_comment2 button {
    border: 0;
    background: #dc9d36;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    width: 100px;
    height: 40px;
    font-size: 16px;
    cursor: pointer;
}

.form_comment_differ .text_form textarea {
    padding-left: 85px;
}

.form_comment_differ form {
	position:relative
}

.link_comment2 {
    text-align: center;
    margin-top: 0;
    top: 10px;
    left: 8px;
    position: absolute;
}

.link_comment2 button {
    border: 0;
    background: #dc9d36;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    width: 75px;
    height: 35px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}


.row_comment_differ .image_user h5{
    margin: 0;
    color: #7b7b7b;
    font-weight: normal;
}

.row_comment_differ .image_user h5 button {
    font-size: 15px;
    display: inline-block;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}


.row_comment_differ .image_user h5 button i{}

.row_comment_differ .image_user h5 button:first-child{ color:#de2626 }





