.dropdown-menu.drm-lv2,
.dropdown-menu-lv2 {
    left: 98%;
	top:0px;
	min-width:200px;
	background-color:inherit;
}
.dropdown-menu.drm-lv2{
	display:none
}

@media screen and (max-width: 990px){
    
	.dropdown-menu.drm-lv2{
		border:none!important;
		width: 100%!important;
		height: auto!important;
		position:inherit!important;
		left: 0px;
		background-color: #524444;
		border-radius: 0;
		padding-left: 20px;
		color:#FFF!important;
	}
	
	.dropdown-menu.drm-lv2 li a{
		color:#FFF;
	}
	.dropdown-menu li a, 
	.dropdown-menu li,
	.dropdown-menu *{
		color:#FFF!important
	}
}


.block-webform-block form input[type=submit] {
    display: block;
    clear: both;
    margin: 0 auto;
}
.contact-form-style2 .form-control{
	padding: 34px 12px;
	margin-bottom:20px;
}
.img-height-auto{
	height:auto!important
}

.webform-submission-form .form-control {
    padding: 25px;
}
#search-block-form input[type=search]{
	width: 100%;
    padding: 8px;
    border: solid 1px #CCC;
}
#search-block-form input[type=submit]{
	display:block;
	
	margin-top:10px;

}
.block-views-blockblog-block-recent-posts .media-object{
	width:70px;
}
.blog_item img {
    max-width: 100%;
	height:auto
}
.comment-form input[type=text], .comment-form textarea,
.search-form input[type=search],
.user-login-form  input[type=text], .user-login-form  input[type=password]{
    width: 100%;
    padding: 6px;
    border: 1px solid #d6d5d5;
    margin-bottom: 20px;
}
.comment-form input[type=submit]{
	margin-top:12px;
	margin-bottom:70px;
}
.comment-w h2{
	margin-bottom:20px;
	font-family:inherit;
	font-size:20px;
	color:#414141;
	text-transform:uppercase;
}
.path-search .content-sidebar-page h2 {
    margin: 15px 0px;
}
.path-search .content-sidebar-page ol li{
	margin:12px 0px;
}
.comment-w article {
    margin-bottom: 23px;
    border-bottom: solid 1px #ebeaea;
	padding-bottom: 11px;
}
.comment-w article h3{
	margin:9px 0px;
}
.comment-w article footer article {
    display: none;
}

.comment-w .indented article {
    margin-left: 43px;
}