.imgblock {display:block !important}

img.br-0 {border-radius:0px}
img.br-2 {border-radius:2px}
img.br-3 {border-radius:3px}
img.br-4 {border-radius:4px}
img.br-5 {border-radius:5px}
img.br-6 {border-radius:6px}
img.br-7 {border-radius:7px}
img.br-8 {border-radius:8px}
img.br-9 {border-radius:9px}
img.br-10 {border-radius:10px}
img.br-50 {border-radius:50%}

@media (min-width: 768px) {

	img.R-img {
		float:right;
		padding:0 0 0 0;
		margin:0 0 3px 15px;
	}

	img.L-img {
		float:left;
		padding:0 0 0 0;
		margin:0 15px 3px 0;
	}

	img.B-img {
		float:none;
		display:block;
		padding:0 0 0 0;
		margin:0 0 15px 0;
		max-width:100% !important;
	}

	.wid-10 {max-width:10%}
.wid-15 {max-width:15%}	
	.wid-20 {max-width:20%}
	.wid-25 {max-width:25%}
	.wid-30 {max-width:30%}
.wid-35 {max-width:35%}	
	.wid-40 {max-width:40%}
	.wid-45 {max-width:45%}
	.wid-50 {max-width:50%}
	.wid-55 {max-width:55%}
	.wid-60 {max-width:60%}
.wid-65 {max-width:65%}	
	.wid-70 {max-width:70%}
	.wid-75 {max-width:75%}
.wid-80 {max-width:80%}	
.wid-85 {max-width:85%}	
	
	h1 + img {margin-top:10px !important}	

}


@media (max-width: 767px)
{
	img.R-img {
		float:none;
		padding:0 0 0 0;
		margin:0 0 15px 0;
		display:block;
	}

	img.L-img {
		float:none;
		padding:0 0 0 0;
		margin:0 0 15px 0;
		display:block;
	}

	img.B-img {
		float:none;
		padding:0 0 0 0;
		margin:0 0 15px 0;
		display:block;
		max-width:100% !important;
	}

	.wid-10 {max-width:100% !important}
.wid-15 {max-width:100% !important}	
	.wid-20 {max-width:100% !important}
	.wid-25 {max-width:100% !important}
	.wid-30 {max-width:100% !important}
.wid-35 {max-width:100% !important}	
	.wid-40 {max-width:100% !important}
	.wid-45 {max-width:100% !important}
	.wid-50 {max-width:100% !important}
	.wid-55 {max-width:100% !important}
	.wid-60 {max-width:100% !important}
.wid-65 {max-width:100% !important}	
	.wid-70 {max-width:100% !important}
	.wid-75 {max-width:100% !important}
.wid-80 {max-width:100% !important}	
.wid-85 {max-width:100% !important}	
}