@media only screen 
and (max-width : 767px) {

.header_blog {
	background: #fbfbfb;
	height: 210px;
	margin-bottom: 40px;
	border-bottom: 5px solid #3b5998;	
}



a#logo {
	margin-bottom: 10px;
	text-align: center;
	top: 30px;
	z-index: 1;	
}

a#logo img {
}



	nav#main_nav {
		position: relative;
		top: 40px;
		padding-left: 0;
	}

	#main_nav * {
		box-sizing: border-box;
	}

	#menu_trigger {
		display: block; /* Show it now */
		height: 45px;
		line-height: 45px;
		cursor: pointer;		
		padding: 0 0 0 45px;
		border: 1px solid #ddd;
		background: #fff;
		color: #444;
		position: relative;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		font-weight: bold;
		box-shadow: inset 0 -21px 15px rgba(0, 0, 0, 0.03);
	}
	
	#menu_trigger:before {
		content: "\f0c9";
		font-family: "FontAwesome";
		font-size: 21px;
		color: #3b5998;
		position: absolute;
		left: 15px;
	}

	#menu {
		margin: 0; 
		padding: 12px 32px;
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
		position: absolute;
		top: 50px;
		width: 100%;
		z-index: 6;
		display: none;
		box-shadow: none;		
	}

	#menu:after {
		content: '';
		position: absolute;
		left: 18px;
		top: -5px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #3b5998;
	}	

	#menu ul {
		position: static;
		visibility: visible;
		opacity: 1;
		background: none;
		box-shadow: none;
		border: none !important;				
	}
	

	#menu ul, #menu ul ul, #menu li:hover > ul {
		margin: 15px 18px;
		padding-left: 30px;
		border-left: 1px solid #eee !important;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;
		-ms-border-radius: 0;
	}
	

	#menu ul:before {
		position: absolute;
		margin-left: -46px;
		margin-top: 15px;
		width: 15px;
		height: 1px;
		background: #eee;
		content: "";	
	}

	#menu ul ul {
		box-shadow: none;		
	}

	#menu li {
		position: static;
		display: block;
		float: none;
		border: none;
		margin: 0;
		box-shadow: none;			
	}
	
	#menu ul li{
		box-shadow: none;
		border: none;		
	}

	#menu a{
		display: block;
		float: none;
		color: #000;
		margin: 0;
	}
	
	#menu a.current {
		font-weight: bold;	
		color:#000;
	}
	
	#menu a, #menu ul a {
		padding: 1px 0;
		border: none;	
	}
	
	#menu li li:hover > a {
		color: #3b5998;
		background: none;
	}

	#menu a:hover{
		color: #000;
		background: none;
	}	

	#menu ul a{
		width: auto;
		position: relative;		
	}
	
	#menu a:before {
		content: "\f105";
		font-family: "FontAwesome";
		left: 20px;
		margin-top: 1px;
		top: auto;
		position: absolute;
		color: #3b5998;	
	}
	
	#menu ul a:before {
		left: -12px;
		top: auto;
	}

	#menu ul a:hover{
		background: none;	
		color:#000;
	}

	#menu ul li:first-child a:after,
	#menu ul ul li:first-child a:after {
		border: 0;
	}
	

#menu li a:hover{
	color:#000;
}

#menu li ul{

display:none;
}



.footer_blog {
	margin-top: 65px;
	padding-top: 50px;
	background: #ddd;
	border-top: 10px solid #3b5998;	
}

.footer_column_title {

	color: #3b5998;
	font-weight: bold;
	
}

ul.footer_column_list_links li a {
	color:#444;
}

ul.footer_column_list_links p {
	color:#444;
}

.right_part {
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 15px;	
}

}

@media only screen and (min-width: 767px) {
	#menu {
		display: block !important;
	}
}	


.no-transition {
	transition: none;
	opacity: 1;
	visibility: visible;
	display: none;  		
}

#menu li:hover > .no-transition {
	display: block;
}




}
























