@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	border:0;
}
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


	#right_conteiner{
		float:left;
		width:16%;
		margin-left:2%;
		height:auto;		
		background-color:#f8fbfc;		
		padding:2% 1%;
		/*border: solid 1px #000000;*/
	}
	first{		
		font-family: 'Blinker', sans-serif;
		font-size:25px;
		font-weight:bold;
		color:#000;
	}
	secund{		
		font-family: 'Blinker', sans-serif;
		font-size:25px;
		font-weight:bold;
		color:#00c69d;
	}
	
		#right_conteiner_block{
			margin-top:50px;
			float:left;
			width:100%;
			height:auto;
		}
		#right_conteiner_block:hover{
			opacity: 0.7;
		}
		
			#right_conteiner_img{
				float:left;
				width:40%;
				height:auto;
			}
				.right_conteiner_foto{
					width:100%;
					height:auto;						
				}
			#right_conteiner_text{
				float:left;
				width:56%;
				height:auto;				
				padding-left:4%;
				height:auto;		
			}				
				#right_conteiner_text a{
					text-decoration:none;
					font-family: 'Blinker', sans-serif;
					font-size:16px;
					font-weight:100;
					color:#666;	
				}

@media screen and (max-width:900px) {
*{
	margin: 0;
	padding: 0;
	border:0;
}

	#right_conteiner{
		width:16%;
		margin-left:2%;
		height:auto;		
		background-color:#f8fbfc;		
		padding:2% 1%;
		/*border: solid 1px #000000;*/
	}
		#right_conteiner_block{
			margin-top:50px;
			float:left;
			width:100%;
			height:auto;
		}
		#right_conteiner_block:hover{
			opacity: 0.7;
		}
			#right_conteiner_img{
				float:left;
				width:100%;
				height:auto;
			}
				.right_conteiner_foto{
					width:100px;
					height:auto;						
				}
}

@media screen and (max-width:700px) {
*{
	margin: 0;
	padding: 0;
	border:0;
}

	#right_conteiner{
		display:none;
	}
	
}
