/* crg-images */
IMG.img-small-left-responsive
{
	width: 40%;
	float: left;
	margin-bottom: 15px;
	margin-right: 15px !important;
	height: auto;
	clear: both;
	/*max-width: 100%; */
	border-width: 0px !important;
}
    
IMG.form-small-left-responsive
{
	width: 40%;
	float: left;
	margin-bottom: 15px;
	margin-right: 15px !important;
	height: auto;
	clear: both;
	border-width: 1px !important;
	/*max-width: 100%;*/
	border-color: #CCC;
}
IMG.img-small-right-responsive{  
	width: 40%;
 	float: right;
 	margin-bottom: 15px;
 	margin-left: 15px !important;
 	height: auto;
 	clear: both;
    border-width: 0px !important;
    /*max-width: 100%;*/}
    
IMG.form-small-right-responsive
{
	width: 40%;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px !important;
	height: auto;
	clear: both;
	border-width: 1px !important;
	/*max-width: 100%;*/
	border-color: #CCC;
}

	
	
IMG.img-medium-left-responsive{  
	width: 65.812%;
 	float: left;
 	margin-bottom: 15px;
 	margin-right: 15px !important;
 	height: auto;
    border-width: 0px !important;/*max-width: 100%;*/}
    
IMG.img-medium-right-responsive{  
	width: 65.812%;
 	float: right;
 	margin-bottom: 15px;
 	margin-left: 15px !important;
 	height: auto;
    border-width: 0px !important;/*max-width: 100%;*/}
    
IMG.img-large-responsive
{
	display: block;
	height: auto;
	max-width: 100%;
	clear: both;
	border-width: 0px !important;
	margin-bottom: 7px;
}

/* responsive */

/* Large desktop */
@media (min-width: 1200px) {  }


/* Portrait tablet to landscape and desktop */    
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
.img-small-left-responsive, .img-small-right-responsive, .img-medium-left-responsive, .img-medium-right-responsive, .img-large-responsive  
{	margin-left: 0 !important;
	margin-right: 0 !important;
    display: block;
    float: none;
    width: 100% !important;}

}


/* Landscape phones and down */
@media (max-width: 480px) {

.img-small-left-responsive, .img-small-right-responsive, .img-medium-left-responsive, .img-medium-right-responsive, .img-large-responsive  
{	margin-left: 0 !important;
	margin-right: 0 !important;
    display: block;
    float: none;
    width: 100% !important;}
    
    
    
    }




