body {
background:white;
font-family: 'Open Sans', sans-serif;
font-size:16px;
color:black;
line-height:30px;
padding:0;
margin:0;
background: #5c8315 url(../jpg/bg.jpg) fixed repeat;
}

.content {	
max-width:1000px;
margin:0 auto;
padding: 20px 40px 20px 40px ;
background-color: #fff;
-webkit-box-shadow: 6px 10px 40px -12px rgba(0,0,0,0.41);
-moz-box-shadow: 6px 10px 40px -12px rgba(0,0,0,0.41);
box-shadow: 6px 10px 40px -12px rgba(0,0,0,0.41);
}

.content p, .content ul, .content ol {
max-width:1000px;	
}

.content a {
color:#8d2f04;	
}

a:hover {
color:black;	
}

.content h3 {
margin-bottom:0px;	
padding-bottom:0px;
}


.content p {
margin-top:0px;	
padding-top:0px;
}

.content .button {
display:inline-block;
background:#8d2f04;
color:white;
padding:10px 20px 10px 20px;
text-decoration:none;
font-weight:bold;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.button:hover {
color:white !important;
background-color:black;
transition: 1.0s;
}

.content img {
width:100%;
}

h5 {
margin-bottom:0;	
}

.next, .prev {
position:fixed; z-index:20; right:0px; top:40%; padding:15px; background:white; opacity:0.5	
}

.next {
right:0px;
}

.prev {
left: 0px;
width:30px;
}

.next:hover, .prev:hover {
opacity:1.0;
transition: 1.0s;
}
	
.active{
 z-index:99;
 max-width:1000px;
}

.m_hide {
display:block;	
}


.d_hide {
display:none;	
}