.ru-text-15 {font-family: arial, "sans serif"; font-weight: 500; color: #0a111b; 
   font-size: 15px; margin: 5px 10px 5px 40px; padding: 0px 0px 5px 0px;}

.ru-text-15-left {font-family: arial, "sans serif"; font-weight: 500; color: #0a111b; 
   font-size: 15px; margin: 0px 0px 0px 0px; padding: 0px 0px 5px 0px; 
   text-align: left;}

.ru-gallery{
   float: left;
   width: auto;
   height: auto;
   max-width: 100%;
   margin: 0 auto;
}
   

.ru-left-1 {
   float: left;
   width: 100%; height: auto;
   margin: 10px 0px 0px 0px; padding: 0px;
   clear: both;
}

.ru-right-1 {
   float: left;
   width: 40%; height: auto;
   margin: 10px 0px 0px 0px; padding: 0px;
}


.ru-kachel-image{
	width: 100%;
}

.ru-kachel-l {
	float: left;
	font-family: verdana, arial, "sans serif"; font-size: 1.0em;
	border: solid 1px #D2D1D1;
	width: 47%; height: auto;
	margin: 0px 0px 15px 5px; padding: 5px;
	-moz-box-shadow: 15px 10px 20px rgba(0, 0, 0,0.5);
   -webkit-box-shadow: 5px 4px 6px rgba(0, 0, 0, .5);
   box-shadow: 5px 4px 6px rgba(0, 0, 0, .5);
	-webkit-transition-property: width, height; /* Safari */
   transition-property: width, height;
	-webkit-transition-timing-function: linear; /* Safari and Chrome */
   transition-timing-function: linear;
}

.ru-kachel-r {
	float: right;
	font-family: verdana, arial, "sans serif";
	font-size: 1.0em;
	border: solid 1px #D2D1D1;
	width: 47%; height: auto;
	margin: 0px 5px 15px 0px; padding: 5px;
	-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
   -webkit-box-shadow: 5px 4px 6px rgba(0, 0, 0, .5);
   box-shadow: 5px 4px 6px rgba(0, 0, 0, .5);
	-webkit-transition-property: width, height; /* Safari */
   transition-property: width, height;
	-webkit-transition-timing-function: linear; /* Safari and Chrome */
   transition-timing-function: linear;
}






