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

@media screen and (max-width: 1024px) {


}


@media screen and (max-width: 850px) {

html, body {
	height:100%;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color: #656565;
    opacity: 1;
    transition: 1.2s opacity;
}
p {
	position:relative;
	float:left;
	width:100%;
	font-size: 18px;
	height:auto;
	font-weight:500;
	margin: 0 0 10px 0;
}
#top-wrap {
	position:relative;
	float:left;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
}
#logo {
	position:relative;
	width:80%;
	height:auto;
	z-index:9999;	
	left: 50%;
	transform: translateX(-50%);
}
#logo img{
	max-width:100%;
}
#top-image {
	display:none!important;
}
article {  
	-moz-column-width: 768px;  
	-webkit-column-width: 768px;   
	 column-width: 750px;   
    -webkit-column-gap: 60px;  
    -moz-column-gap: 60px;  
    column-gap: 60px; 
    -moz-column-rule: 1px dotted #1D9154;  
    -webkit-column-rule: 1px dotted #1D9154;  
    column-rule: 1px dotted #1D9154;  
	margin-top: 20px;
	margin-left: 0px; 
	margin-bottom: 20px;
	text-align: left;
	color: #5A5B5B;
	padding-bottom: 20px;
	border-bottom: dotted 1px #1D9154;
} 
.main-image {
	display:none!important;
}
.title{
	position: relative;
	float:left;
	width:100%;
	height:auto;
	font-size:30px;
	font-weight:700;
	color:#333;
	text-align:center;
	margin:10px 0 30px 0;
}
.subtitle{
	position: relative;
	float:left;
	width:100%;
	height:auto;
	font-size:24px;
	font-weight:600;
	color:#333;
	text-align:center;
	margin:0px 0 20px 0;
}
.full-text {
	position:relative;
	float:left;
	width: 100%;
	height: auto;
	font-size:18px;
	text-align:left;
	margin:0 0 20px 0;
	clear:both;
}
}