/*
    article.css
    web-communication.eu | 14/04/2016
    Copyright 2016 web-communication.eu
*/


.article {
	position:					relative;
	margin:						0 auto;
	width:						100%;
	background:					#FFFFFF;
}

.article .container {
	margin:						0 auto;
	width:						100%;
	background:					#FFFFFF;
}

.article .topic {
	margin: 					0;
	padding: 					50px;
	font-family:         		'Verdana'; 
}

.article .topic p {
    font-size:		            16px; 
	font-weight:    		    normal;
	color: 						#111111; 
	line-height: 				22px;
	/*padding-left: 2px;*/
}

.article .topic h3 {
	font-family: 				'Michroma', sans-serif;
	font-size:   		        22px;  
	color:              		#333333; 
}

.article .topic h2 {
	font-family: 				'Michroma', sans-serif;
	font-size:   		        18px;  
	color:              		#333333; 
}

/* responsive */	

@media only screen and (max-width: 1135px) {
	
	
	
}

@media only screen and (min-width: 1441px) {
	
	
	.article .container {
		width: 			1440px;
	}
	

}	