 /**
Theme Name:   Mida
Theme URI: http://planwize.com
Template:     faster
Author: Planwize
Author URI: http://planwize.com
Version: 1.0.0
Text Domain:  mida
*/

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/Open-Sans/OpenSans-Regular.ttf');
	font-weight: 400;
}
@font-face {
	font-family: 'Open Sans';
	src: url('fonts/Open-Sans/OpenSans-Bold.ttf');
	font-weight: 700;
}
 @font-face {
	 font-family: 'Open Sans';
	 src: url('fonts/Open-Sans/OpenSans-ExtraBold.ttf');
	 font-weight: 900;
 }
 @font-face {
	 font-family: 'Open Sans';
	 src: url('fonts/Open-Sans/OpenSans-Light.ttf');
	 font-weight: 100;
 }
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.site-content{
	padding-top:240px;
}
body{
  font-family: Alef,  â€œHelvetica Neueâ€�, Helvetica, Alef, sans-serif;
  text-align: left;
  font-size: 170%;
}
body.rtl{
  direction: rtl;
  overflow-y: hidden;
}
body.slide-active {
    overflow-x: hidden
}
tr td{
	text-align: right;
	padding-right: 5px;
}
.no-margin-top {
    margin-top: 0px!important
}
.site-content {
    position: relative;
    left: 0;
}
.site-content.slide-active {

}
tr td:last-child{
	border-left: none;
}
td{
	border-left: 1px solid #2F9BDD;
}
tr{
	    border-bottom: 1px solid #2F9BDD;
}
a{
	font-family: 'Open Sans', Alef, sans-serif;
	color: #2F9BDD;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h7 a
.h8 a{
	color: #333333;
}
a:HOVER,
a span:HOVER{
	color: #E00041;
}
h1, h2, h3, h4, h5, h6, .h7, .h8{
	line-height: 110%;
}
h1{
	font-family:'Open Sans', Alef, sans-serif;
	font-weight:bold;
	font-size:48px;
	color:#333333;
}
h2{
	font-family: 'Open Sans', Alef, sans-serif;
	font-weight:bold;
	font-size:28px;
	color:#333333;
}
h3{
	font-family: 'Open Sans', Alef, sans-serif;
	font-weight:bold;
	font-size:32px;
	color:white;
}
h4{
	font-family: 'Open Sans', Alef, sans-serif;
	font-weight:bold;
	font-size:36px;
	color:#333333;
}
h5{
	font-family: 'Open Sans', Alef, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:white;
}
h6{
	font-family: 'Open Sans', Alef, sans-serif;
	font-weight:bold;
	font-size:32px;
	color:white;
}
.h7{
	font-family: 'Open Sans', Alef, sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#333333;
}
.h8{
	font-family: 'Open Sans', Alef, sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#2f9bdd;
}
.the_author{
	float:left;
}
.more-link{
	color:#2f9bdd;
	display:block;
	font-size: 13px;
    font-weight: bold;
}
.homepage-blueline-title{
	height:10px;
	width:85px;
	background:#2f9bdd;
	margin-right: 20px;
    margin-bottom: 5px;
    display:inline-block;
}
/**---------------------------------------------------------------------
                       Header
----------------------------------------------------------------------*/
.site-header{
	height:auto;
	width:100%;
	z-index:500;
	position:fixed;
}
.site-logo{
	height:100%;
	-webkit-box-shadow: 0 4px -3px -2px #5a5a5a;
    box-shadow: 0 4px 2px -3px #5a5a5a;
	background: #333333;
}
.site-logo-mobile{
	display:none;
}

header.shrink {
  position:fixed;
  clear:both!important;
  width:100%;
  height: 100px;
  z-index:10000;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
header.shrink img{
	width: 108px;
}
header.shrink #secondary-nav-menu-header{
	height:26px;
}
header.shrink .site-logo{
	position: absolute;
	height: 60px;
	top: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
header.shrink #site-navigation{
	position:absolute;
	height: 34px;
	top: 69px;
	border-bottom: 2px solid #CCCCCC;
}
header.shrink nav div ul li a{
	font-size:98%;
}
header.shrink nav div input{
	width: 175px;
    height: 25px;
}
.social-icons{
	z-index:1000;
	position:relative;
	font-size:20px;
}
.social-item a i{
	color:#73C6EF;
	margin-right: 20px;
}
.site-header
{
  background-color: #333333;
  background-image: url(/wp-content/uploads/2015/10/menu-bg.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
}
.site-logo img{
	/*height:100%;*/
	width:172px;
}
.site-logo
{
  float: none !important;
  text-align: center;
  padding:0;
  padding-bottom: 8px;
}
nav.main-navigation li{
	height:100%;
	float:none;
	display:inline-block;
	font-weight:bold;
}
nav.main-navigation li a{
	font-weight:bold;
	color:#333333;
}
.slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    width: 30px;
    height: 40px;
    padding: 10px 0 0 0;
    border: 0;
    background: transparent;
}
.slide-nav .navbar-toggle > .icon-bar {
    width: 100%;
    display: block;
    height: 2px;
}
.slide-nav .navbar-toggle.slide-active .icon-bar {
    background: #E00041;
}
.navbar-header {
    position: relative
}
.navbar.navbar-fixed-top.slide-active {
    position: fixed;
}
.search-form{
    float: right;
    margin-top: 5px;
}
.search-form .search-field-wrapper:after{
  top: 7px;
}
.menu-bottom-layout .main-navigation
{
	text-align: right;
	border-top: none;
	border-bottom: none;
	background-color: #F5F5F5;
}
.menu-bottom-layout .main-navigation a{
	font-family: Alef, sans-serif;
	padding-left:15px;
	padding-right:15px;
}
.menu-bottom-layout:hover .main-navigation a:hover{
    background-color: #CCCCCC;
}
.main-navigation li a
{
  border-left: none!important;
}
.main-navigation a
{
  color: #333333;
}
.secondary-navigation{
	z-index:1000;
}
.main-navigation ul,
.main-navigation ul ul a,
.secondary-navigation ul ul a{
    text-align: left;
}

.main-navigation .current-menu-item > a{
  background-color: #CCCCCC;
}
#secondary-nav-menu-header{
  background-color: #333333;
}
.secondary-navigation a{
  color: #73C6EF;
}
#secondary-nav-menu-header:AFTER{
  background-image: none;
}
h3.widget-title{
  color: #333333;
}
/*---------------------------------------------------------------------------
								Footer
---------------------------------------------------------------------------*/
.site-footer{
	margin-top: 15px;
}
.site-footer h3.widget-title{
  color: #73C6EF;
}
#colophon a{
  color: white;
}
#colophon:before{
  background: none;
}
#colophon {
    background-color: #333333;
}
#colophon .site-info-text{
    float: right;
    color: #73C6EF;
    text-align: right;
    direction: rtl;
}

/**--------------------------------------------------------------------------
                                    Homepage
-----------------------------------------------------------------------------*/
#main-post-secion h1{
	margin-top: 0;
}
.main-post-excerpt{
	font-size: 1.2em;
	line-height: 1.1;
}
.post-meta, .post-meta a{
	color:#E00041;
	font-size: 15px;
	font-weight: bold;
}
.main-post-secion{
	font-size: 110%;
    line-height: 1.2;
    font-weight: bold;
}
.main-post-meta, .main-post-meta a{
	font-size:100%;
	padding-bottom:14px;
	color:#2F9BDD;
}
.special-project-section{
	 width: auto;
	 height:330px;
	 color:white;
}
.facebook-box{
	margin-top:20px;
}
.sticky-post-title{
	line-height: 1;
	font-size:28px;
}
.sticky-post-thumbnail img{
	position:relative;
	z-index:-1;
	width:100%;
	height:auto;
}
.sticky-post-thumbnail{
	text-align:center;
}
.thum-img-text{
	float: right;
    color: whitesmoke;
    font-size: 15px;
    padding-right:5px;
    padding-top:6px;
    font-family:oxford;
}
.sticky-post-meta{
	margin-bottom: -5px;
	margin-top: 6px;
}
.sticky-excerpt{
	line-height: 1.1;
    font-size: 1.05em;
}
.sticky-homepage-cat-name{
	background: #2F9BDD;
	margin-top:15px;
	margin-bottom: 20px;
	padding-left: 7px;
}
.sticky-homepage-cat-name col-md-6{
    line-height: 20px;
}
.sticky-excerpt-block,
.single-top-img-caption{
	background: rgba(115, 198, 239, .8);
	height:25px;
	margin-top: -25px;
}
.cubes-title-wrapper{
	margin:0;
}
.cubes-meta{
	margin: 7px 0;
}
.cube-img{
	padding-right:0;
}
.cubes-title{
	font-size:28px;
}
.sliders-title{
	margin-top:20px;
}
.author-clear{
	font-size: 1.3em;
	margin-top: -43px;
	float: right;
}
#author-section{
	margin-top:15px;
	background:#F2F2F2;
}
.our-writers{
	display:inline;
}
/**----------
flex slider
-------------*/
.flexslider{
	background:#F2F2F2;
	border:none;
}
.carousel-item{
	text-align:center;
}
.author-carosel-name {
	font-size: 1em;
}
.flexslider .slides img{
	display:inline;
}
.prev-text{
	display:none;
}
.flex-direction-nav a{
	height:100px;
}
.flex-direction-nav a:before  {
    content: " ";
    display: block;
    background: url('../../uploads/flexslider/Arrow-Left.png') no-repeat;
    width: 40px;
    height:100%;;
}
.flex-direction-nav a.flex-next:before  {
    content: " ";
    display: block;
    background: url('../../uploads/flexslider/Arrow-Right.png') no-repeat;
    width: 40px;;
    height: 100%;
}
.flexslider .flex-next {
	opacity: 1;
	right: -66px;
}
.flexslider .flex-prev {
	opacity: 1;
	left: -66px;
}
.special-proj-ex{
	position:relative;
   	color: whitesmoke;
    font-size: 17px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 17px;
    font-family: oxford;
}
.blue-line{
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 14px;
    background: rgba(115, 198, 239, .8);
}
.special-excerpt-link a{
	color:white;
	display: inline;
}
.special-cat-on-img{
	padding-top: 120px;
    padding-left: 40px;
}
#video-slider-section{
	height: 444px;
	background-color:#F2F2F2;
	text-align:center;
}
.special-cat-name{
	display:inline;
}
.special-project-title{
	margin-bottom: 0;
	font-size: 28px;
}
.special-project-meta:last-of-type{
	border-bottom:none;
}
.special-project-meta{
	padding-bottom: 15px;
	border-bottom: 1px solid black;
	margin-top:-9px;
}
.special-proj-title-link{
	font-size:30px;
	color:#333333;
}
.special-cat-name-img{
	padding-right:4px;
	padding-left:4px;
	display: inline;
	background: #E00041;
}
.speical-cat-title-img a{
	color:white;
	font-size:26px;
	padding-left:4px;
	padding-right:4px;
	display:inline;
	background:#2F9BDD;
}
.special-proj-main-title{
	margin-top: 30px;
    margin-bottom: 15px;
}
.home-background-img{
	margin-top:15px;
}
/**-----------------
Hot labels menu
-------------------*/
#hot-labels-menu{
	border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
#hot-labels-menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
#hot-labels-menu li{
	display: inline;
}
#hot-labels-menu ul li a{
	text-decoration:none;
	margin: 4px;
	/*padding: 5px 20px 5px 20px;*/
	color: black;
}
#hot-labels-menu ul li a:hover{
	color:#2F9BDD;
}
#hot-labels-menu ul li.menu-label-text a{
	color:#2F9BDD;
	font-family: "Open Sans", Alef, sans-serif;
	font-weight: bold;
	font-size:120%;
}
.menu-label-text a:hover{
	background: transparent;
    cursor: default;
    color:blue;
}
.youtube-slider-title{
	text-align:right;
}
#wonderplugincarousel-1 div.amazingcarousel-title{
	text-align:right;
	line-height:100%;
	font-family: Oxford;
    font-size: 28px;
}

/**------------------
archive slider
--------------------*/
.archive-slider-blue-block{
	background: rgba(115, 198, 239, .8);
	height:20px;
	width: 93.5%;
	margin-top: -20px;
	position:relative;
	margin-left: auto;
    margin-right: auto;
}
div.archive-slider-img .wp-post-image {
	width:350px;
	height:200px;
}
.archive-slider-wrapper{
	padding-left:10px;
	padding-right:10px;
	direction: rtl;
}
div.archive-slider-wrapper .the_author{
	float:none;
}
#archive-slider-section{
	height: 415px;
	background:#F2F2F2;
}
.archive-only-title{
	display:inline;
}
.archive-title{
	margin-top:30px;
	margin-bottom:30px;
}
#archive-slider-section .slides h2{
	direction: rtl;
}

/**---------------------------------------------------------------------------------------
                                         Blog
-----------------------------------------------------------------------------------------*/
div.entry-content{
	margin: 0.3em 0 0;
	line-height: 1.2;
    font-size: 1.1em;
    font-weight: normal;
}
.blog-post-meta{
	margin-top: -6px;
	margin-bottom: 6px;
}
.blog-excpert a{
	display: inline;
	color:#E00041;
}
#blog-main-title{
	margin-bottom:0;
	line-height: 84%;
    font-size: 42px;
}
#to-main-blog-btn{
	float:left;
}
.category-page-excerpt{
	line-height: 1.2;
    font-size: 1.1em;
}
.blog-page-item{
	margin-bottom: 35px;
}
.blog-page-item .col-sm-4 a img,
.base-category-img img{
	border-bottom: 10px solid #2f9bdd;
}
/**---------------------------------------------------------------------------------------
                                          Single content
-----------------------------------------------------------------------------------------*/
article.type-post h1{
	margin-top: 0;
}
article.type-post h2,
article.type-post h3{
	margin-top:20px;
}
.fb-like iframe{
	max-width: none;
	vertical-align: top;
}

.social-icons-after-more{
	margin: 10px 0;
}
.single-top-img-caption{
	 position: absolute;
	 height: 35px;
	 width: 100%;
	 bottom: 24px;
}
.single-top-img-caption-text{
	position: relative;
    color: whitesmoke;
    font-size: 17px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;
    font-family: "Open Sans", Alef, sans-serif;
}
.single-post-meta .posted-on{
	border-right: 2px solid #2f9bdd;
    padding-right: 10px;
}
.author-meta span{
	padding: 6px;
}
.category-articels .entry-header .entry-meta .single-post-meta .posted-on,
.category-blogs .entry-header .entry-meta .single-post-meta .posted-on{
	border-left: none;
	border-right: 2px solid #2f9bdd;
	padding-left: 0;
	padding-right: 10px;
}
.category-articels .entry-header .entry-meta .single-post-meta,
.category-blogs .entry-header .entry-meta .single-post-meta{
	float: left;
}
.category-articels .entry-header .blog-post-meta .post-meta .posted-on,
.category-blogs .entry-header .blog-post-meta .post-meta .posted-on{
	border-left:none;
	padding-left: 0;
}
.form-submit .post-comment-english{
	float: right;
}
.form-submit .post-comment-english:HOVER,
.form-submit #submit:HOVER{
	color: #FFFFFF;
}
.author-meta{
	display: inline;
}
blockquote{
   border-right: 5px solid #2F9BDD;
}
.single-post-excerpt{
	margin-top: 16px;
	font-size: 120%;
}
.wp-caption .wp-caption-text {
	margin: 0;
    font-weight: bold;
    font-size: 0.75em;
}
.single-top-image img{
	margin-top: 5px;
    margin-bottom: 25px;
}
.single-post-content{
	float:left;
}
.post-meta,
.post-meta a{
	color:#E00041;
	font-weight:bold;
}
#single-content-entery-footer{
	float: left;
    width: 75%;
}
.comment-meta {
	font-size: 16px;
	line-height: 1.5;
	color: #E00041;
	font-weight: bold;
}
.comment-form input{
	display:block;
}
#comments{
	width: 75%;
    float: left;
}
ol.children{
	margin-right: 1.5em;
}
.author_right a{
	color:#2F9BDD;
}
.single_post_sidebar{
	font-size: 95%;
	font-weight:normal;
	border-top: 10px solid #2F9BDD;
	margin: 10px 0;
}
.single_post_sidebar h2{
  font-size: 15px;
}
#dynamic-sidebar{
	border-top: 5px solid #2F9BDD;
    padding-top: 10px;
}
#dynamic-sidebar .fa-twitter{
	color: #73C6EF;
}
#dynamic-sidebar.fa-envelope{
	color: #2F9BDD;
}
#dynamic-sidebar .fa-facebook{
	color: #0882A3;
}
#dynamic-sidebar .fa-print{
	color:#E00041;
}
.single-post-icon{
	display:block;
}
.single-post-icon i{
	margin-bottom: 18px;
	padding-left:10px;
	font-size:28px;
}
.social-text{
	padding-left:10px;
}
.affix{
    top:150px;;
    width: 14%;
}
@media screen and (min-width: 1600px){
	.affix {
		width:10%;
	}
}
.affix-bottom {
  position: absolute;
}
.related-post{
	width: 75%;
    float: right;
}
.post-navigation{
	float: left;
	width: 75%;
}
.posts-navigation-link{
	display: inline;
}
.posts-navigation-link a{
	padding: 2px 10px;
	color: #E00041;
	font-weight: bold;
}
.posts-navigation-link a:HOVER{
	color: #FFFFFF;
	background:	#2f9bdd;
}
div.ssbp-wrap{
	display: none;
}
/**---------------------------------------------------------------------------------------
                                          General
-----------------------------------------------------------------------------------------*/
/**-------------------
Gravity forms
---------------------*/
#gform_widget-3 .gform_footer{
	margin-right:67%;
}
#gform_widget-3{
	text-align:center;
}
.ginput_container{
	display:inline;
}
header.page-header{
	border-bottom:0;
}
#pagination{
	text-align: center;
}
.page-numbers{
	padding-left: 15px;
}
#pagination .current{
	font-weight: bold;
	color: #333333;
}

.last-posts li:before {
    content: "• ";
    color: #2F9BDD;
    font-size: 1.5em;
}
.gform_wrapper .gform_body ul li label.gfield_label{
	display: block;
}
.form-submit .post-comment-english:HOVER, .form-submit #submit:HOVER{
	background: #E00041;
}
#input_14_1_3{
 	background: white;
}
#input_14_2{
 	background: white;
}
.ginput_container,
#input_15_1_3_container label{
	display: block;
}
.ginput_container input{
	width:50%;
}
#gform_fields_15 li,
#gform_fields_16 li{
	padding: 10px;
}
#gform_submit_button_15:HOVER,
#gform_submit_button_16:HOVER{
	color: #FFFFFF;
	background: #E00041;
}
.gfield_required{
	color: #E00041;
}
/*------------------------
		404
-------------------------*/
.not-found .page-content p,
.error-404 div ul li a{
	line-height: 1.2;
    font-size: 1.1em;
}
.not-found .search-form{
	float: left;
}
/*---------------------
	All authors
---------------------*/
.page-template-all-authors .col-sm-9 h5{
	color: #333333;
}
/**---------------------------------------------------------------------------------------
                                          Footer
-----------------------------------------------------------------------------------------*/
.footer-logo{
	float: right;
	width:172px;
}
.footer-social-items{
	float: right;
    margin-top: 17px;
    font-size: 23px;
}
#colophon .footer-social-items a{
	color:#73C6EF;
	margin-right: 12px;
}
.footer-widget-areas{
	line-height:1.25;
}

/**------------
print
--------------*/
@media print{
	#masthead,
	.site-footer,
	#secondary,
	#dynamic-sidebar,
	#comments,
	.related-post,
	.entry-meta,
	.nav-links,
	.single-top-image,
	.wp-caption,
	.social-icons-after-more,
	.post-edit-link{
		display:none;
	}
	a[href]:after {
   		content: none !important;
 	}
	.site-main{
		margin-top:-220px;
	}
	.print{
		width:100%;
	}
}
/**---------------------------------------------------------------------------------------------
							English section
------------------------------------------------------------------------------------------------*/
.english-page{
	direction: ltr;
	text-align: left;
	float: left;
}
.english-title{
  font-family: Alef;
  text-align: left;
}
.english-page .col-sm-4,
.english-page .scrollspy{
	float:left;
}
.english-page .the_author{
	float:none;
}
.english-page .homepage-blueline-title{
    float: left;
    margin-top: 14px;
    margin-left: 0;
    margin-right: 20px;
}
.english-page h1,
.english-page h4{
	font-family: inherit;
}
.english-page #comments{
	float: right;
    direction: ltr;
}
.english-page .navigation{
	float: none;
}
.english-page .edit-link{
	float:right;
	font-family: Alef;
}
.page-id-15819 h1,
.page-id-15819 h2,
.page-id-15819 h3,
.page-id-15819 h4,
.page-id-15819 h5{
	font-family: Alef;
	color: #111111;
}
.page-id-15819 .entry-content{
  direction: ltr;
  text-align: left;
}
.page-id-15819 a{
 font-family: Alef;
}
/**-----------------------------------------------------------------------------------
										Mobile
------------------------------------------------------------------------------------*/
@media screen and ( max-width : 1025px){
	/**-------------------------------------------------
						General
	---------------------------------------------------*/
	#wpadminbar{
		position: fixed !important;
	}
	.site-content{
		padding-top: 70px;
	}
	h1, h2, h3, h4, h5, .h6, .h7,
	h1 a, h2 a, h3 a, h4 a, h5 a, .h6 a, .h7 a,
	.amazingcarousel-title{
		font-size: 20px !important;
	}
	.cubes-title-wrapper{
		margin-top: 5px;
	}
	.col-sm-4,
	.col-sm-6{
		font-size:12px !important;
	}
	span{
		font-size:12px;
	}
	#secondary-nav-menu-header,
	#secondary,
	#dynamic-sidebar{
		display:none;
	}
	.mfp-close{
		right: 25px !important;
	}
	/**--------------------------------------------------
						Header
	--------------------------------------------------*/
	.site-header{
		position: relative;
	}
	header.shrink{
		position:relative;
	}
	.site-logo-mobile{
		text-align: center;
		display: block;
	    height: 59px;
	    width: 100%;
	    padding-top: 4px;
	    background: #333333;
	    z-index: 10;
	}
	.site-logo{
		display:none;
	}
	div.aa-header-position{
		top: 55px;
	}
	div.aa-bottom-article-position{
		float: none;
		margin: 0 auto;
	}
	/*--------------------------
	Mobile menu css
	---------------------------*/
	/*.search{
		display: none !important;
	}*/
	.menu-item {
		z-index: 10;
	}
	header nav.main-navigation li{
		display:block;
	}
	nav.main-navigation.toggled .nav-menu{
		max-height: 800px;
	}
	#mobile-menu-btn{
		position: absolute;
		left: 0;
		height: 50px;
		width: 44px;
		border-radius: 0;
		background: #2F9BDD;
	}
	.menu-toggle{
		display: inline-block;
	}
	.main-navigation .menu{
		max-height: 0;
	    overflow: hidden;
	    padding-top: 10px;
	    -webkit-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
	    -moz-transition: max-height 1s;
	    transition: max-height 1s;
	}
	.navbar-header{
		width: 100%;
	}
	#mobile-logo{
		text-align: center;
		padding-top: 8px;
	}
	#site-navigation{
		height: 49px;
		margin-bottom: 0;
		background: #333333;
		-webkit-box-shadow: 0 4px -3px -2px #5a5a5a;
	    box-shadow: 0 5px 4px -3px #5a5a5a;
	}
	.navbar-default .navbar-toggle .icon-bar{
		background-color: #FFFFFF;
	}
	.menu-bottom-layout .main-navigation .navbar-header img{
		width: 80px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
  		-webkit-tap-highlight-color: transparent; /* For some Androids */
	}
	/*.menu-bottom-layout .main-navigation .navbar-header a:ACTIVE{
		-webkit-transform: scale3d(0.9, 0.9, 1);
	}*/
	.menu-bottom-layout:hover .main-navigation a:hover{
		background: none;
	}
	.slide-nav .container {
        margin: 0;
        padding: 0!important;
    }
    .slide-nav .navbar-header {
        margin: 0 auto;
        padding: 0 15px;
    }
    .slide-nav .navbar.slide-active {
        position: absolute;
        width: 80%;
        top: -1px;
        z-index: 1000;
    }
    .slide-nav #slidemenu {
		position: fixed;
		overflow-x: hidden;
		overflow-y: scroll;
		text-align: center;
		top: 0;
		left: -100%;
		height: 100%;
		width: 52%;
		min-width: 0;
		padding-left: 0;
		margin: 0;
		background: #f7f7f7;
		z-index: 2;
    }
    .slide-nav #slidemenu .navbar-nav {
        min-width: 0;
        width: 100%;
    }
    .slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
        min-width: 0;
        width: 80%;
        white-space: normal;
    }
    .slide-nav {
        border-top: 0
    }
    .slide-nav.navbar-inverse #slidemenu {
        background: #333
    }
    .slide-nav #navbar-height-col {
        position: fixed;
        top: 0;
        height: 100%;
        width: 52%;
        left: -80%;
        background: #eee;
    }
    .slide-nav.navbar-inverse #navbar-height-col {
        background: #333;
        z-index: 1;
        border: 0;
    }
    .slide-nav .navbar-form {
		width: 100%;
		text-align: center;
		overflow: hidden;
		margin: 50px 0 0 0;
		z-index: 100;
    }
    .navbar-form input{
    	width: 100%;
    }
    .slide-nav .navbar-form .form-control {
        text-align: center
    }
    .slide-nav .navbar-form .btn {
        width: 100%
    }
	.navbar-toggle .icon-bar {
		  position: relative;
		  transition: all 500ms ease-in-out;
	}
	.navbar-toggle.activate .icon-bar:nth-of-type(1) {
		  top: 6px;
		  transform: rotate(45deg);
	}
	.navbar-toggle.activate .icon-bar:nth-of-type(2) {
		  background-color: transparent;
	}
	.navbar-toggle.activate .icon-bar:nth-of-type(3) {
		  top: -6px;
		  transform: rotate(-45deg);
	}
		li.pull-right{
		position: absolute;
    	top: 53px;
	}
	li.pull-right{
		width: 100%;
	}
	/*----------------------------------------------
					Homepage
	----------------------------------------------*/
	.main-post-excerpt{
		margin-bottom: 15px;
		font-family: oxford;
	}
	.sticky-excerpt,
	.sticky-excerpt-block{
		display: none;
	}
	#sticky-posts-section .row{
		border-bottom: 1px solid #2F9BDD;
    	padding-bottom: 15px;
	}
	#sticky-posts-section .row:last-child{
		border-bottom: none;
	}
	#sticky-posts-section .row .col-sm-4{
		width: 33.333333%;
		float: right;
	}
	#sticky-posts-section .row .col-sm-8{
		width: 66.66666%;
		float: right;
	}
	#sticky-posts-section .row .col-sm-8 .sticky-post-title a{
		font-size: 15px !important;
	}
	.sticky-post-meta span span a,
	.sticky-post-meta span a,
	.sticky-post-meta span{
		font-size: 10px;
	}
	.sticky-post-meta .the_author{
		float: none;
	}
	#archive-slider-section{
		height:100%;
	}
	.special-project-section{
		background-repeat: no-repeat !important;
	    width: 100%;
	    height: 0;
	    padding-top: 44.64%;
	}
	.special-cat-on-img{
		margin-top: -226px;
		padding-right: 20px;
	}
	.special-cat-name-img{
		font-size: 12px;
	}
	.speical-cat-title-img,
	.special-cat-name-img h5{
		margin-top: 0;
		margin-bottom: 0;
		line-height: 15px
	}
	.speical-cat-title-img a{
		font-size: 15px;
	}
	.blue-line{
		height: 38px;
	}
	.search-form,
	.site-footer,
	.facebook-box,
	#hot-labels-menu{
		display:none;
	}
	.main-post-secion img{
		margin-top: 10px;
	}
	.sticky-post-thumbnail img{
		height: auto;
		margin-top: 10px;
	}
	.single-post-content,
	#comments,
	.related-post,
	.english-page{
		float: none;
		width: 100%;
	}
	#video-slider-section{
		margin-top: 15px;
	}
	.blue-line{
		display: none;
	}
	.archive-slider-blue-block{
		width: auto;
	}

	/*----------------------------------
		General
	----------------------------------*/
	.single-top-image img{
		margin-bottom: 0;
	}
	.single-top-img-caption{
		position: relative;
		margin-top: 0;
		margin-bottom: 15px;
		bottom: 0;
		background: none;

	}
	.single-top-img-caption-text{
		text-align: center;
		color: #333333;
		padding-right: 0;
		padding-left: 0;
	    font-weight: bold;
	    font-size: 0.75em;
	    font-family: inherit;
	}

}




@media screen and ( max-width : 480px){
	div.ssbp-wrap{
		display: block;
	}


}
@media (min-width:768px) {
    .site-content {
        left: 0!important
    }
    .navbar.navbar-fixed-top.slide-active {
        position: fixed
    }
    .navbar-header {
        left: 0!important
    }
}




/*----------------------------------------------------------------------------
								Microsoft edge support
----------------------------------------------------------------------------*/
@supports (-ms-accelerator:true) {
  .menu-bottom-layout .main-navigation a{
        font-family: oxford;
  }
}


/*----------------------------Gad--------------------------------*/

/*------------------------------Newsletter Widget--------------------------*/
.subscribe-newsletter{
    background: #CCCCCC; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#CCCCCC, #FFFFFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#CCCCCC, #FFFFFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#CCCCCC, #FFFFFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#CCCCCC, #FFFFFF); /* Standard syntax */
    padding: 5px 10px;
    height: 225px;
}
.subscribe-newsletter h3{
  text-align: right;
  color: #2F9BDD;
}
.subscribe-newsletter .fa{
  font-size: 26px;
}
#gform_submit_button_14{
 /* float: left;*/
  margin-top: 15px;
  background: #2F9BDD;
  box-shadow: none;
  color: white;
  font-size: 13px;
  padding: 7px 15px;
}
#gform_submit_button_14:HOVER{
  color: #FFFFFF;
  background: #E00048;
  box-shadow: none;
}
#field_14_2{
	margin-top: 20px;
}
#input_14_1_3{
  width: 75%;
}
#input_14_2{
  width: 75%;
}
.fb-widget-title h3{
  text-align: right;
  color: #2F9BDD;
  background: #E6E6E6;
  padding: 5px 10px;
}
.fb-widget-title .fa{
  font-size: 26px;
}
.recent-comments-widget .comment-author-link{
  line-height: 1.3;
  font-weight: bold;
  color: #2F9BDD;
}
.recent-comments-widget .recentcomments a:HOVER{
  color: #2F9BDD;
}
.benny-in-the-jungle{
  margin-top: -40px;
}
/*-------------Line height and font size- need to embed in proper locations afterwards-----------------*/
.single-post-content{
  line-height: 1.2;
  font-size: 1.1em;
  font-weight: normal;
}
.entry-content{
  font-weight: bold;
  line-height: 1.3;
  font-size: 1.2em;
}
/*------------------------Comments-------------------*/
.comments-area{
   float: right !important;
}
.comment-reply-title{
   color: #2F9BDD;
   font-size: 18px;
}
.logged-in-as{
   color: #E00041;
   font-weight: bold;
}
.comment-notes{
   color: #E00041;
   font-weight: bold;
}
button, input[type="button"], input[type="reset"], input[type="submit"]{
   color: white;
   font-size: 15px;
   background: #2F9BDD;
   box-shadow: none;
   padding: 5px 15px;
   float: left;
}
button, input[type="button"], input[type="reset"], input[type="submit"]:HOVER{
   color: #FFFFFF;
   background: #E00041;
   box-shadow: none;
}
.comment-respond input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"]{
    width: 100%;
    background: #F5F5F5;
    border: #2F9BDD 1px solid;
}
input, button, select, textarea{
    background: #F5F5F5;
    border: #2F9BDD 1px solid;
}
.comment-meta{
    font-size: 16px;
    line-height: 1.3;
    color: #E00041;
    font-weight: bold;
}
.comment-metadata > a{
  color: #2F9BDD;
}
.comment-content{
  font-size: 16px;
  line-height: 1.3;
}
.reply{
  font-weight: bold;
  color: #2F9BDD;
  line-height: 1.3;
}
.reply a:HOVER{
  color: #E00041;
  text-decoration: underline;
}
/*---------------General------------------------*/
#to-main-blog-btn {
    color: #E00041;
    font-weight: bold;
    /*color: white;*/
    padding: 2px 10px;
}
#to-main-blog-btn:HOVER {
    background: #2F9BDD;
    color: white;
    text-decoration: none;
}
 .paging-navigation .nav-previous{
  	width: auto;
 	float: left;
 	padding-right: 30px;
  	font-weight: bold;
}
.nav-previous a{
  color: #2F9BDD;
}
.nav-previous a:HOVER{
  color: #E00041;
}
 .paging-navigation .nav-next{
	width: auto;
	float: right;
	font-weight: bold;
	color: #2F9BDD;
}
.nav-next a{
  color: #2F9BDD;
}
.nav-next a:HOVER{
  color: #E00041;
}
.sticky-posts-section{
  font-size: 1.1em;
  line-height: 1.1;
}
.sticky-post-meta{
  line-height: 1.1;
}
/*-------------------Popup---------------------*/

#inline-popup .newsletter-popup-leftcol{
	float: right;
	width: 48%;
	color: #066992;
}
#inline-popup .newsletter-popup-rightcol span{
	float: right;
    text-align: right;
	width: 48%;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 2px dotted black;
	color: #DF0040;
    line-height: 1.2;
}
#inline-popup .newsletter-popup-rightcol span{
	font-family: alef;
	font-weight: bold;
	font-size: 18px;
}
#inline-popup p{
	margin-bottom: 0;
}
#inline-popup h3 span{
    font-family: Oxford;
	font-size: 24px;
	font-weight: bold;
}
#inline-popup .gfield_label{
	float: right;
	font-size: 18px;
	font-weight: normal;
	font-family: alef;
	color: black;
}
#inline-popup.newsletter-popup .gform_footer input.button{
	background: #DF0040;
	color: #FFF;
	border: none;
	padding: 5px 10px;
}
#inline-popup.newsletter-popup .gform_footer{
	text-align: left;
	padding: 16px 0 10px 0;
}
#inline-popup.newsletter-popup .gform_wrapper h3.gform_title{
	font-size: 25px;
}
#inline-popup.newsletter-popup .gform_wrapper .gfield_required{
	margin: 0 4px 0 0;
	color: #FFF;
}
#inline-popup.newsletter-popup .gform_wrapper .right_label input.large{
	width: 62%;
}
.mfp-close-btn-in #inline-popup  .mfp-close{
	position: absolute;
	top: -18px;
	right: -16px;
	background: #000;
	opacity: 1;
	border-radius: 50%;
	color: #FFF;
	border: 1px solid #FFF;
	width: 30px;
	height: 30px;
	line-height: 1;
}
#input_2_1{
  margin-bottom: 5px;
}
/*------------------Related Articles Box---------------------------------*/
.related-thumbnail{
   border-bottom: 5px solid #2F9BDD;
  width: 192px;

}
.related-title > a{
  font-size: 22px;
  line-height: 1.3;
  color: #1A1A1A;
  font-family: "Open Sans", Alef, sans-serif;
}
.related-title > a:HOVER{
  color: #2F9BDD;
}
/*-------------------Footer Menus----------------------------------------*/
.menu-footer-wrapper{
  margin-top: -60px;
  padding-bottom: 1px;
}
.footer-menu-item{
  color: white;
  text-align: center;
  font-family: "Open Sans", Alef, sans-serif;
  font-size: large;
}
.footer-menu-item-eng{
  color: white;
  text-align: center;
  font-family: Alef, sans-serif;
  font-size: large;
}
.footer-menu-item > a:HOVER{
  color: #2f9bdd !important;
}
.footer-menu-item-eng > a:HOVER{
  color: #2f9bdd !important;
}
/*-----Main Menu Final Items------*/
.eng-primary-menu .menu-bottom-layout .main-navigation a{
  font-family: Alef, sans-serif;
  background: red;
}
.main-navigation .menu > li.menu-item-has-children > a:after{
  padding-left: 10px;
  padding-right: 0;
  color: #2F9BDD;
}
#colophon .site-info-text{
  float: none;
  text-align: center;
}
/*-----------------------Tagcloud CSS--------------------------*/
.tagcloud a {
    font-size: 12px !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
    background: #2F9BDD;
    color: white;
    padding: 5px;
    font-family: "Open Sans", Alef, sans-serif;
    display: inline-table;
}
.tagcloud a:HOVER{
    background: #E00041;
}
input[type="search"]{
    background: white;
}
/*-----English Sidebars-------------*/
.fb-widget-title-eng h3{
  text-align: left;
  font-family: Alef, sans-serif;
  color: #2F9BDD;
  background: #E6E6E6;
  padding: 5px 10px;
  font-size: 24px;
}
.fb-widget-title-eng .fa{
  font-size: 26px;
}
/*----------About Hebrew------------*/
.page-id-976 h5{
  color: #111111;
}
ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 20px;
}

/*---------Infogram plugin--------*/
 .igc-legend-entry .igc-legend-label,
.innertext a font span{
	 font-family: Alef, sans-serif;
 }

.to-all-posts-stickies{
	text-align: right;
}
.to-all-posts-stickies a{
	font-size: 1.5em;
	color: #E00041;
}
/*------------Donate Form-----------*/
#gform_submit_button_17{
  float: none !important;
}

.aa-header-position{
 position: relative;
 text-align: center;
 top: 190px;
	 z-index: 10;
}
.aa-bottom-article-position{
 float: right;
 width: 75%;
 text-align: center;
}
#homepage-blogroll{
	margin-top: 20px;
}
 #homepage-blogroll .entry-title{
	 margin-top: 0;
 }