/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {

.header img{
 margin-left:40px!important;
 margin-top:10px!important;	
}

.bds_profile1 p, .bds_profile2 p, .bds_profile3 p, .bds_profile4 p {
  font-size: 15px;
}

.notice_short p {
  font-size: 15px;
}

.quick_links {
  padding-top: 1px;
}

.websites_list li, .quick_links li {
  font-size: 15px;
}

.contact_bds {
  text-align: inherit !important;
}

.footer_right p {
  float: inherit !important;
}

.footer_right a {
  font-weight: 700 !important;
}

.members_list {
  width: 98%!important;
}

.page_headline h2{
	margin-left:0px!important;
}

.page-inside{
	padding:0px 10px 20px 0px!important;
}

.bds-chaiman-title h3{
	margin-left:10px;
}

.bds-left-panel,
.bds-sidebar-panel,
.short_img{
	width:100%!important;
}

.bds-left-panel{
	margin-bottom:30px;
}

h3{
	
	font-size:1.2rem!important;
}

.latest_d h3 a, 
.archive_cat_post h3, 
.members_list h3{
	line-height:17px!important;
	font-weight:700!important;
	font-size:15px!important;
}

.latest_info span, 
.latest_info a{
	font-size:12px!important;
}

.latest_d p{
	font-size:13px!important;
}

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
	
.bds_profile1 p, .bds_profile2 p, .bds_profile3 p, .bds_profile4 p {
  font-size: 15px;
}

.notice_short p {
  font-size: 15px;
}

.quick_links {
  padding-top: 1px;
}


.websites_list li, .quick_links li {
  font-size: 15px;
}

.contact_bds {
  text-align: inherit !important;
}

.footer_right p {
  float: inherit !important!;
}
.footer_right a {
  font-weight: 700 !important;
}

.members_list{  width: 98%!important;}

.page_headline h2{
	margin-left:0px!important;
}

.page-inside{
	padding:0px 10px 20px 0px!important;
}

.bds-chaiman-title h3{
	margin-left:10px;
}
.short_img{
	width:100%;
}

.bds-left-panel,
.bds-sidebar-panel{
	width:100%!important;
	margin-bottom:30px;
}	

h3{
	
	font-size:1.2rem!important;
}

.latest_d h3 a, 
.archive_cat_post h3, 
.members_list h3{
	line-height:17px!important;
	font-weight:700!important;
	font-size:15px!important;
}

.latest_info span, 
.latest_info a{
	font-size:12px!important;
}

.latest_d p{
	font-size:14px!important;
}

.bds-left-panel{
	width:100%!important;
}

.bds-sidebar-panel{
	width:100%!important;
}

	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) { 

.short_img {
  float: left;
  margin: 0 20px 0 0;
  text-align: center!important;
  width: 95%!important;
}

.members_list img {
  margin-bottom: 20px!important;
}

.page_headline h2{
	margin-left:0px!important;
}

.page-inside{
	padding:0px 10px 20px 0px!important;
}
.bds-chaiman-title h3{
	margin-left:10px;
}

.bds-left-panel{
	width:55%!important;
}

.bds-sidebar-panel{
	width:42%!important;
}


}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) { 
}

