@charset "utf-8";
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}

/*ol,ul{list-style:none}*/

table{border-collapse:collapse;border-spacing:0}caption,td,th{text-align:left;font-weight:400;vertical-align:middle}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}a img{border:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}

:root {
    --primary-color:            #131313;
    --darker-primary-color:     #000;
    --primary-color-contrast:   #fff;
}

/*------------------------------------*\
    $GERNERAL-CSS
\*------------------------------------*/
body{
	background: #FFF;
	font-size: 14px;
	font-family: 'Droid Arabic Naskh';
	color: #635454;
	/*font-weight: bolder;*/

}
.clear{
	clear: both;
}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/
.header-wrp {
	height: 113px;
	padding-top: 33px;
	background: #FFF;
	border-bottom: 1px solid #DFDFDF;
}
.header {
	position: relative;
}
.logo {
	float: right;
	margin-left: 40px;
}
.logo a{
	/*line-height: 80px;*/
}
.logo img {
	vertical-align: middle;
}
.main-menu {
	float: right;
	height: 80px;
}
.main-menu__menu {
	list-style: none;
}
.main-menu__menu li {
	float: right;
}
.main-menu__menu li a {
	text-decoration: none;
	color: #000; /*#635454;*/
	line-height: 80px;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Droid Arabic Naskh';
	margin-left: 35px;	
}

.main-menu__menu li a:hover {
	color: #0d58a4; /*#635454;*/
	line-height: 82px;
}

.main-menu__menu li:last-child a {
	margin-left: 0;
}
.search-bar{
	position: relative;
	float: left;
	height: 80px;
	line-height: 80px;
	width: 247px;
}
.search-bar__input{
	border:1px solid rgba(99,84,84,0.34);
	height: 37px;
	line-height: 37px;
	width: 247px;
	outline: none;
	padding: 0 15px 0 52px;
	font-family: 'Droid Arabic Naskh';
	font-size: 18px;
	color: #635454;
}
.search-bar__input::-webkit-input-placeholder {
	color: rgba(99,84,84,0.7);
}
.search-bar__btn {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -19.5px;
	display: block;
	height: 37px;
	width: 37px;
	background: var(--primary-color) url('img/loop.png') center no-repeat;
	border:none;
	outline: none;
}
.header__mainmenu-mobile{
	position:absolute;
	top: 0;
	z-index: 999;
	display: none;
}
.header__mainmenu-mobile .slicknav_btn{
	width:43px;
	display: inline-block;
	text-align: center;
	font-size: 0;
	background: #0D58A4;
	padding-top:10px;
	padding-bottom:10px;
	border-radius: 2px;
}
.header__mainmenu-mobile .slicknav_menutxt{
	display: none;
}
.header__mainmenu-mobile .slicknav_icon-bar{
	width:25px;
	height:2px;
	background: #FFF;
	display: inline-block;
	margin:2.5px 5px;
	border-radius: 5px;
}
.header__mainmenu-mobile .slicknav_nav{
	background: #FFF;
	border:1px solid rgba(99, 84, 84, 0.1);
	margin-top:10px;
	padding:10px;
	min-width: 200px;
	border-radius: 0px;
}
.header__mainmenu-mobile .slicknav_nav a{
	position:relative;
	outline:none;
	color: #474747;
	font-family: 'Droid Arabic Naskh';
	font-size: 15px;
	line-height: 1.3;
	margin-top:4px;
	margin-bottom: 4px;
	display:inline-block;	
	vertical-align: middle;
	white-space: nowrap;
}
.header__mainmenu-mobile .slicknav_row:after{
	content: '\f107';
	display: inline-block;
	vertical-align: middle;
	font: normal normal normal 15px/1.3 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	margin-right: 10px;

}
.header__mainmenu-mobile .slicknav_nav ul {
	padding-right: 5px;
}
.header__mainmenu-mobile .slicknav_nav ul li:before{
	content: '-';
	margin-left: 5px;
}
.header__mainmenu-mobile .slicknav_arrow{
	display: none;
}

/*------------------------------------*\
    $AB-CSS
\*------------------------------------*/
.line_top {
	margin: auto;
	height: 38px;
	width: 1170px;
	border-bottom: 1px solid #e0dddd;
}

.text_line-top {
	font-size: 12px;
	color: #635454;
	float: right;
	line-height: 38px;

}

.q-link_line-top {
	float: left;
  font-size: 12px;
	color: #635454;
  line-height: 38px;
}

.login_line-top {
	float: right;	
}

.icons_line-top {
	float: left;
	margin-right: 15px;
}

.socialnet_line-top a {
    color: #808080; /*#635454;*/
    font-size: 12px;
    margin-left: 3px;
}
/*------------------------------------*\
    $SLIDER
\*------------------------------------*/
.slider-top__grndslider {
	height: 485px;
	overflow: hidden;
	width: 100%;
}
.grndslider__entry {
	height: 485px;
	overflow: hidden;
	width: 100%;
}
.grndslider__content{
	position: relative;	
	background-size: cover;
	background-position: center;
	height: 485px;	
}
.grndslider__title{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.6);
	padding-top: 30px;
	padding-bottom: 35px;
	color: #FFF;
	font-family: 'Droid Arabic Naskh';
	font-size: 25px;
	text-align: center;	
}
 
.contactus_msg{
	
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 30px;
	padding-bottom: 35px;
	margin-top:100px;
	margin-bottom:100px;
	color: #012D5A;
	font-family: 'Droid Arabic Naskh';
	font-size: 25px;
	text-align: center;	
}


.slider-top__smallslider-wrp{
	position: relative;
	padding: 30px 0;
	background: var(--primary-color);
}
.slider-top__smallslider{
	position: static;
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
}
.smallslider__content{
	margin: 0 15px;
}
.smallslider__thumb {
	height: 115px;
	width: 100%;
	background: #000;
	overflow: hidden;
}
.smallslider__thumb img{
	width: 100%;
	min-height: 100%;
}
.smallslider__title{
	font-size: 14px;
	color: #FFF;
	font-family: 'Droid Arabic Naskh';
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 150%;
	text-align: center;
}
.smallslider__rightArrow,.smallslider__leftArrow{
	width: 53px;
	height: 54px;
	display: inline-block;
	color: #FFF;
	position: absolute;
	top: 50%;
	margin-top: -27px;
	background: var(--darker-primary-color);
	font-size: 31px;
	text-align: center;
	line-height: 54px;
	cursor: pointer;
}
.smallslider__rightArrow .fa,.smallslider__leftArrow .fa{
	line-height: 54px;
}
.smallslider__rightArrow{
	right: 0;
}
.smallslider__leftArrow{
	left: 0;	
}
/*------------------------------------*\
    $CONTENT
\*------------------------------------*/
.content-wrp{
	/*margin-top: 25px;*/
}
/*
SOME LINKS
 */
.somelinks-wrp{
	padding-top: 35px;
}
.somelinks__content{
	height: 160px;
	background: #454500;
}
.somelinks__bg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height : 100%;
	width: 100%;
	display: block;
	background: #AAA;
	background-size: cover;	
	background-position: center;	
}

.somelinks__title{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	display: block;	
	padding-top: 12px;
	padding-bottom: 12px;
	color: #FFF;
	font-size: 18px; /*22*/
	font-family: 'Droid Arabic Naskh';	
	background: var(--darker-primary-color);
	text-align: center;
	font-weight:bold;
}

.somelinks__content:nth-child(2n) .somelinks__title{
	background: var(--primary-color);
}

/*
POSTS LIST
 */
.postslist-wrp{
	margin-top: 30px; /*65px;*/
}
.postslist-wrp__title{
	position: relative;
	font-family: 'Droid Arabic Naskh';	
	font-size: 22px;
	color: var(--darker-primary-color);
	padding-bottom: 15px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 30px; /*50px*/
	font-weight:bolder;
}
.postslist-wrp__title:after{
	content: '';
	width: 30%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	right: 0;
	display: block;
	background: var(--darker-primary-color);
}
.postslist__content{
	margin-bottom: 100px;
	height: 400px;
}

.postslist__content2{
	margin-bottom: 50px;
	height: 480px;
}

.postslist__fb_content{
	margin-bottom: 50px;
	height: 230px;
}

.postslist__thumb{
	width: 100%;
	height: 250px;
	background: #384452;
	overflow: hidden;
}
.postslist__thumb img{
	width: 100%;
	min-height: 100%;
}
.postslist__title{
	font-size: 20px;
	color: #0d58a4; /*#012d5a*/
	font-family: 'Droid Arabic Naskh';	
	margin-top: 33px;
	line-height: 33px; /*#1*/
	font-weight:bolder;
}
.postslist__title a{
	font-size: 20px;
	color: var(--darker-primary-color);	
	font-family: 'Droid Arabic Naskh';	
}
.postslist__summary{
	margin-top: 20px;
	font-size: 17px; /*16.5px;*/
	color: #000;	/*#384452*/
	font-family: 'Droid Arabic Naskh';	
	line-height: 2;
	text-align: justify;
	/*font-weight: bold;*/
}
/*
POST HEADING
 */
.postheading-wrp{
	background: #012d5a;
	padding-top: 60px;
	padding-bottom: 60px;
}

.postheading__title{
	font-size: 25px;
	font-family: 'Droid Arabic Naskh';	
	margin-bottom: 20px;
	color: #FFF;	
}
.postheading__content p{
	color: #FFF;
	font-size: 17px;
	font-family: 'Droid Arabic Naskh';	
	line-height: 1.6;	
}
.postheading__more{
	float: left;
	margin-top: 40px;
}
.postheading__more a{
	font-size: 23px;
	color: #FFF;
	font-family: 'Droid Arabic Naskh';
	background: #257bd3;
	height: 48px;
	line-height: 48px;
	padding: 0 24px;
	border-radius: 3px;	
	display: inline-block;
}
.postheading__more a .fa{
	margin-left: 10px;
}
.postheading__thumb img{
	width: 100%;
	height: 305px; 
}

/*
POST DETAIL
 */
.postdetail{
	margin-top: 40px;
}
.postdetail__thumb{
	text-align: center;
}
.postdetail__thumb img{
	max-width: 100%;
	border-radius: 3px;/**/
}
.postdetail__title{
	font-size: 28px;
	color: var(--darker-primar-color); /*#384452*/
	font-family: 'Droid Arabic Naskh';	
	margin: 35px 0 50px 0;
	text-align: center;
	font-weight: bolder;

}
.postdetail__meta{
	margin-top: 18px;
}
.postdetail__time{
	font-size: 15px;
	color: #454545;
	font-family: 'Droid Arabic Naskh';
}
.postdetail__time .fa{
	color: #757575;
}
.postdetail__content{
	margin: 60px auto;
	font-size: 16.5px;
	color: #000; /*#384452*/
	font-family: 'Droid Arabic Naskh';
	line-height: 2.3;	
	font-weight: bolder;
	text-align:justify;

}


.postdetail__content h2 {
	font-size: 22px;
	color: #0d58a4; /*#384452*/
	
}
.postdetail__content p {
	margin-bottom: 30px;
}
/*
RELATION IMAGES
 */
.relationimg{
	margin-top: 40px;
}
.relationimg__title{
position: relative;
  font-family: 'Droid Arabic Naskh';
  font-size: 20px;
 font-weight: 700; 
  color: #0d58a4; /*#384452*/
  padding-bottom: 15px;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 40px;	
}
.relationimg__title:after{
	content: '';
  width: 30%;
  height: 1.5px;
  position: absolute;
  bottom: -1px;
  right: 0;
  display: block;
  background: #0d58a4; /*#012D5A*/
}
.relationimg__thumb{
	overflow: hidden;
	margin-bottom: 30px;
}
.relationimg__thumb img{
	border: 1px solid #c1c1c1;
    border-radius: 3%;
    margin: 3px;
    padding: 10px;
    width: 100%;
}
/*
RELATION POSTS
 */
.relationposts{
	margin-top: 35px;
	margin-bottom: 20px;
}
.relationposts__title{
position: relative;
  font-family: 'Droid Arabic Naskh';
  font-size: 20px;
	font-weight: 700;  
  color: #384452;
  padding-bottom: 15px;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 40px;	
}
.relationposts__title:after{
	content: '';
  width: 30%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 0;
  display: block;
  background: #012D5A;
}
.relationposts__content{
	list-style: none;
}
.relationposts__content li{
	position: relative;
	border-bottom: 1px dotted #bfbfbf;
	padding: 15px 0;
	padding-right: 35px;
}
.relationposts__content li:last-child{
	border-bottom: none;
}
.relationposts__content li:after{
	position: absolute;
	content: '\f016';
	top: 50%;
	margin-top: -9px;
	right: 3px;
	font: normal normal normal 18px/1 FontAwesome;
	color: #384452;
}
.relationposts__content li a{
	font-size: 18px;
	font-weight: 700;
	font-family: 'Droid Arabic Naskh';
	color: #012d5a;
}
/*
RELATION FILES
 */
.relationfiles{
	margin-top: 35px;
}
.relationfiles__title{
	position: relative;
	font-family: 'Droid Arabic Naskh';
	font-size: 20px;
	font-weight: 700;
	color: #384452;
	padding-bottom: 15px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 40px;	
}
.relationfiles__title:after{
	content: '';
	width: 30%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	right: 0;
	display: block;
	background: #012D5A;
}
.relationfiles__content{
	margin-bottom: 10px;
}
.relationfiles__content a{
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Droid Arabic Naskh';
	color: #012d5a;
	border: 1px solid #c4c4c4;	
	padding-right: 45px;
	line-height: 1;	
}
.relationfiles__content .fa{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 15px;
	font-size: 18px;
	line-height: 1;
	color: #384452;
}
/*
SOME POSTS
 */
.someposts{
	margin-top: 40px;	
}
.someposts__heading{
	position: relative;
	font-family: 'Droid Arabic Naskh';
	font-size: 20px;
	font-weight: 700;
	color: #384452;
	padding-bottom: 15px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 40px;	
}
.someposts__heading:after{
	content: '';
	width: 30%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	right: 0;
	display: block;
	background: #012D5A;	
}

.someposts__box{
	font-size: 0;
	margin-bottom: 33px;
}
.someposts__thumb {
	width: 30%;
	display: inline-block;
	vertical-align: middle;	
}
.someposts__thumb img{
	width: 100%;
	display: inline-block;
}
.someposts__content{
	width: 70%;
	display: inline-block;
	vertical-align: middle;
	padding-right: 25px;
	font-size: 15px;
	line-height: 1.6;
}
.someposts__title{
	font-size: 20px;
	font-family: 'Droid Arabic Naskh';
	color: #012d5a;
	margin-bottom: 17px;
}
.someposts__title a{
	font-size: 20px;
	font-family: 'Droid Arabic Naskh';
	color: #012d5a;	
}
.someposts__summary{
	font-size: 16px;
	font-family: 'Droid Arabic Naskh';
	color: #384452;
}

.postfooter-wrp{
	background: #012d5a;
	margin-top: 50px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.postfooter__title{
	font-size: 28px;
	font-family: 'Droid Arabic Naskh';
	font-weight: 700;
	color: #FFF;
	text-align: center;	
	margin-bottom: 40px;
	line-height: 1.5;
}
.postfooter__content{
	font-size: 22px;
	font-family: 'Droid Arabic Naskh';
	color: #FFF;	
	line-height: 1.7;	
}
.postfooter__more{
	float: left;
	margin-top: 40px;	
}
.postfooter__more a{
	font-size: 23px;
	color: #FFF;
	font-family: 'Droid Arabic Naskh';
	background: #257BD3;
	height: 48px;
	line-height: 48px;
	padding: 0 24px;
	border-radius: 3px;
	display: inline-block;
}
.postfooter__more a .fa{
	margin-left: 10px;
}


.yopinion {
	margin-top: 55px;
}
.yopinion__title{
	position: relative;
	font-family: 'Droid Arabic Naskh';
	font-size: 20px;
	font-weight: 700;
	color: #384452;
	padding-bottom: 15px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 50px;		
}
.yopinion__title:after{
	content: '';
	width: 30%;
	height: 1px;
	position: absolute;
	bottom: -1px;
	right: 0;
	display: block;
	background: #012D5A;	
}
.yopinion__elm{
	margin-bottom: 30px
}
.yopinion__elm label{
	display: block;
	font-family: 'Droid Arabic Naskh';
	font-size: 16px;
	color: #565656;
	margin-bottom: 5px;
	line-height: 1.3;	
}
.yopinion__elm input {
	display: block;
	width: 100%;
	border: 1.5px solid #DFDFDF;
	height: 44px;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	color: #565656;
}
.yopinion__elm select{
	display: block;
	width: 100%;
	border: 1.5px solid #DFDFDF;
	height: 44px;
	outline: none;	
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	color: #565656;		
}
.yopinion__elm textarea{
	height: 341px;
	width: 100%;
	display: block;
	border: 1.5px solid #DFDFDF;
	outline: none;	
	resize: none;
	line-height: normal;	
	padding: 10px;
	font-size: 15px;
	color: #565656;		
}
.yopinion__elm-file input{
	position: relative;
	-webkit-appearance: none;
	font-size: 0px;
	background: rgba(0, 0, 0, 0);
	height: 44px;
	width: 100%;
	border: 1.5px solid #DFDFDF;
	cursor: pointer;
	outline: none;	
}
.yopinion__elm-file input:after{
	content: 'تحمــيل';
	height: 36px;
	line-height: 36px;
	padding: 0 35px;
	display: inline-block;
	background: var(--primary-color);
	position: absolute;
	top: 3px;
	left: 3px;
	font-family: 'Droid Arabic Naskh';
	font-weight: normal;
	color: #FFF;
	font-size: 16px;	
}
.yopinion__elm-file input::-webkit-file-upload-button {
	visibility: hidden;
}
.yopinion__filename {
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 18px;
	font-family: 'Droid Arabic Naskh',sans-serif;
	font-weight: normal;
	color: #565656;
	font-size: 16px;
	cursor: pointer;		
}
.yopinion__elm button{
	outline: none;
	border: none;
	background: var(--primary-color);
	font-family: 'Droid Arabic Naskh';
	font-weight: normal;
	color: #FFF;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	cursor: pointer;	
}

.paging_button a{
	outline: none;
	border: none;
	background: #012d5a;
	font-family: 'Droid Arabic Naskh';
	font-weight: normal;
	color: #FFF;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	cursor: pointer;	
	margin-right: 20px;
}
/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
.footer-wrp {
	background: var(--primary-color);
	margin-top: 50px;/*100px;*/
}
.footer{
	padding-top: 50px;
	padding-bottom: 90px;
}
.footer a{
	color: #FFF;
}
.footer-widgets__title{
	font-family: 'Droid Arabic Naskh';
	font-size: 18px;	
	color: #FFF;	
	margin-bottom: 29px;
}

.footer-socialnet{
	padding-bottom: 20px;
	font-size: 0;
}
.footer-socialnet a{
	color: #FFF;
	font-size: 25px;
	margin-left: 25px;
}
.footer-socialnet a:last-child{
	margin-left: 0;
}


.footer-email{
	margin-top: 15px;
}
.footer-email__title{
	font-family: 'Droid Arabic Naskh';
	font-size: 16px;	
	color: #FFF;
	margin-bottom: 10px;		
}
.footer-email a{
	color: #FFF;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 20px;
	line-height: 1;
}
.footer-list ul{
	list-style: none;
}
.footer-list ul li{
	list-style: none;
	margin: 20px 0;
}
.footer-list ul li:last-child{
	margin-bottom: 0;
}
.footer-list ul li a{
	line-height: 1;
	font-size: 16px;
	font-family: 'Droid Arabic Naskh';
	display: inline-block;
	transition: transform ease 0.3s;
}
.footer-list ul li a:hover{
	transform: translateX(-10px);
}
.footer-list ul li a:before{
	content: '\f104';
	display: inline-block;
	font: normal normal normal 18px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: bottom;
	margin-left: 9px;
}

.footer-instagram{
	margin: 0 -5px;
}
.footer-instagram__content{
	width: 80px;
	height: 80px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	background: #bfc9d4;
	float: right;
}
.footer-instagram__bg{
	width: 80px;
	height: 80px;	
	background-size: cover;
	background-position: center;
}

.footer-cry{
	height: 40px;
	background: var(--darker-primary-color);
}

.footer-cry__list{
	float: right;
}
.footer-cry__list ul{
	list-style: none;
	font-size: 0;
}
.footer-cry__list ul li {
	display: inline-block;
}
.footer-cry__list ul li a{
	line-height: 40px;
	color: #FFF;
	font-size: 15px;
	font-family: 'Droid Arabic Naskh';	
	margin-left: 10px;

}
.footer-cry__list ul li:last-child a{
	margin-left: 0;
}
.footer-cry__p{
	float: left;
	font-size: 14px;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;	
	line-height: 40px;
	color: #FFF;
}


/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/

/*
* Large Devices, Wide Screens
*
*/
@media only screen and (max-width : 1200px) {
	.search-bar{
		position: absolute;
		top: 0;
		left: 15px;
		float: none;
		display: block;
		width: 130px;
		transition: width ease 0.3s;
	}
	.search-bar__input{
		width: 130px;
		transition: width ease 0.3s;
	}
	.search-bar.is_focused,
	.search-bar__input:focus,
	.search-bar.is_focused .search-bar__input{
		width: 247px;
	}

 
}
/*
* Medium Devices, Desktops
*
*/
@media only screen and (max-width : 992px) {

	.line_top {
		width: 95%;
	}

	.header-wrp{
		height: auto;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.logo{
		margin: 0 auto 10px;
		float: none;
		text-align: center;
	}
	.logo a{
		line-height: 1;
	}
 	.header__mainmenu-mobile {
		display: block;
 	}
 	.main-menu {
 		display: none;
 	}
 	.search-bar{
 		margin:0 auto;
 		position: relative;
 		top: auto;
 		left: auto;
 		width: 247px;
		height: 37px;
		line-height: 37px; 		
 	}
 	.search-bar__input{
 		width: 247px;
 	}

 	.footer-widgets {
 		margin-bottom: 30px;
 	}


 	.postheading__thumb{
 		margin-bottom: 20px;
 	}

 	.someposts__thumb {
 		width: 50%;
 		display: block;
 		text-align: center;
 		margin: 0 auto 15px;
 	}
 	.someposts__content{
 		text-align: center;
 		width: 90%;
 		padding-right: 0;
 		margin:0 auto;
 		display: block;
 	}
 	.someposts__title{
 		margin-bottom: 10px;
 	}
}
/*
* Small Devices, Tablets
*
*/
@media only screen and (max-width : 768px) {

.line_top {
	width: 95%;
}

	.footer-cry{
		height: auto;
		padding-top: 15px;
		padding-bottom: 13px;
	}
	.footer-cry__list{
		float: none;
		text-align: center;
		margin-bottom: 8px;
	}
	.footer-cry__list ul li a{
		line-height: 1;
	}
	.footer-cry__p{
		float: none;
		text-align: center;
		line-height: 1.5;
	}
	.line_top {
display: none;
}

}
/*
* Extra Small Devices, Phones
*
*/
@media only screen and (max-width : 480px) {
.line_top {
display: none;
}

}
/*
* Custom, iPhone Retina
*
*/
@media only screen and (max-width : 320px) {
.line_top {
display: none;
}
  
}


/* --------------- AB ---------------

.logo_babit {
	float: left;
	width: auto;
	height: 42px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 10px;
	border-right: 1px solid #FFFFFF;
	overflow:hidden;
	padding-right: 10px;
}

.babit_devloped {
	width: auto;
	height: auto;
	float: left;
	overflow:hidden;
}

.babit_devloped p {
	display:block;
	font-size: 12px;
	line-height: 20px;
	text-align:left;
}

.babit_copy-r {
	float: left;
	width: auto;
	margin: 10px auto;
}

.footer-cry {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	float: right;
	margin-top: 20px;
}

.footer-linee_cry {
	width: 100%;
	overflow:hidden;
}

-- */


.img_hover_link {width:auto; height: auto; text-align:center; opacity: 0; z-index: 500; top: 0; padding: 0px 0px; line-height:20px;
}

.img_hover_link:hover {
	opacity: 0.8;
	font-size: 12px;
	color: white;
	background-color: #7F0101;
	position: absolute;
    /*top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;*/
}




.breadcrumb {
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb > li {
  	display: inline;
        padding: 0 10px 0 0;
        list-style: none;
        color: #000;
 } 
    
.breadcrumb > li:before {
          content: "/";
          margin-left: 10px;
        }
        
        
        
        
#share-buttons img {
width: 40px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}



.container_page img {
max-width: 100% !important;
height:auto !important;
margin:auto !important;
}


@media screen and (max-width : 700px) {
.container_page img {
max-width: 100% !important;
min-width: 100% !important;
height:auto !important;
margin:auto !important;
}



.slider-top__grndslider {
	height: auto;
	overflow: hidden;
	width: 100%;
}
.grndslider__entry {
	height: auto;
	overflow: hidden;
	width: 100%;
}

.grndslider__content {
    position: relative;
    background-size: cover;
    background-position: center;
    height: auto;
}


.slick-slide img {
    display: block;
    width: 100%;
}

.grndslider__title{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.6);
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
	font-family: 'Droid Arabic Naskh';
	font-size: 18px;
	text-align: center;
}

.somelinks__title{
	font-size: 15px; /*22*/
}


}

.crop {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.crop img {
    width: 400px;
    height: 300px;
    margin: -75px 0 0 -100px;
}