/* ===========================
   
======= Body style ======== 
   
=========================== */
   

body {
	
color: #000000;
        
background-color:#E8FFE8;
	
font-size: 18px; /* Base font size: 16px */
	
font-family: Verdana;
	
line-height: 1.529;
	
margin: 0;
	
padding: 0;
	
text-align: left;
	
}

	

.body {
	
clear: both; 
	
margin: 0 auto; 
	
width: 99%;
       

}





/* ===========================
   
========= Headings ======== 
   
=========================== */

h1 {
font-size: 1.571em;
    
text-align:center;


}



h2 {
font-size: 1.571em;
    
color:#339933;
} 
/* 22px */

h3 {
font-size: 1.429em;
    
color:#339933;
}	
/* 20px */

h4 {
font-size: 1.286em;
    
color:#339933;
}

h5 {
font-size: 1.143em;
}	
/* 16px */

h6 {
font-size: 1em;
}		
/* 14px */


h2, h3, h4, h5, h6 {
	
font-weight: 400;
	
line-height: 1.1;
	
margin-bottom: .8em;

}



#container {
  
margin: 0 auto;
  
width: 100%;

}



.mainHeader img {
        
position:fixed;
	
width: 98.5%;
	
height: auto;
	
margin: 0;
        
z-index:999;

}




#logo {
  
display: block;
  
padding: 0 30px;
  
float: left;
  
font-size: 20px;
  
line-height: 60px;

}



/* Remove margins and padding from the list, and add a background color */

ul.topnav {
        
position:fixed;
	
width: 98.5%;
	
height: auto;
        
z-index:999;
    
list-style-type: none;
    
margin-top: 0px;
    
margin-bottom: 10px;
    
margin-left:auto;
    
margin-right:auto;
    
text-align:center;
    
padding: 0;
    
overflow: hidden;
    
background-color:#DEAEFF;
    
border-radius: 5px;
	
-moz-border-radius: 5px;
	
-webkit-border-radius: 5px;
    
border-style:solid;
        
border-width:2px;
        
border-color:#339933;

}



/* Float the list items side by side */

ul.topnav li {
     
display: inline;
   
}



/* Style the links inside the list items */

ul.topnav li a {
    
display: inline-block;
    
color: #339933;
    
font-family:arial;
    
text-align: center;
    
padding: 10px 5px;
    
text-decoration: none;
    
transition: 0.3s;
    
font-size: 16px;

}



ul.topnav li.nav-red a {

background-color: #FF0000;

border-radius:5px;
    
-moz-border-radius: 5px;
    
-webkit-border-radius: 5px;

}




ul.topnav li.nav-green a {

background-color: #28B070;

color:#FFFFFF;

border-radius:5px;
    
-moz-border-radius: 5px;
    
-webkit-border-radius: 5px;

}



ul.topnav li.none a {

color:#339933;

font-weight: bold;

border-radius:5px;
    
-moz-border-radius: 5px;
    
-webkit-border-radius: 5px;

}



/* Change background color of links on hover */

ul.topnav li a:hover, ul.topnav li.active a, ul.topnav li.active a:link, ul.topnav li .active a:visited{ 
    
background-color: #C1D69B;
    
color:#339933;
    
font-weight: bold;
    
border-radius:5px;
    
-moz-border-radius: 5px;
    
-webkit-border-radius: 5px;
}



/* Hide the list item that contains the link that should open and close the topnav on small screens */

ul.topnav li.icon {
display: none;
}



.topbanner {
        
position:fixed;
	
width: 98.5%;
	
height: auto;
        
z-index:1000;
    
margin-top: 20px;

}



/* ===========================
   
======= Content Area ====== 
   
=========================== */



.mainContent {
	
overflow: hidden;
	
line-height: 25px;
	
border-radius: 5px;
	
-moz-border-radius: 5px;
	
-webkit-border-radius: 5px;

}



.topcontent {
	
background-color: #E8FFE8;
	
border-radius: 5px;
	
-moz-border-radius: 5px;
	
-webkit-border-radius: 5px;	
	
padding: 1% 1%;	
	
margin-top: 5%;

}



.bottomcontent {
	
background-color: #E8FFE8;	
	
border-radius: 5px;
	
-moz-border-radius: 5px;
	
-webkit-border-radius: 5px;	
	
padding: 1% 1%;


#psize {
        
font-size: 18px; 
/* Base font size: 16px */
	
font-family: Verdana;
	
line-height: 1.529;   

}

}



.content {
	
width: 100%;
	
float: left;
	
border-radius: 5px;
	
-moz-border-radius: 5px;
	
-webkit-border-radius: 5px;	

}



img.center {
    
display: block;
    
margin-left: auto;
    
margin-right: auto;
    
margin-bottom:10px;
    
max-width:100%;
    
box-shadow: 10px 10px 5px #888888;

}



img.centerns {
    
display: block;
    
margin-left: auto;
    
margin-right: auto;
    
margin-bottom:10px;
    
max-width:100%;

}



img.banner {
    
display: block;
    
margin-left: auto;
    
margin-right: auto;
    
margin-bottom:10px;
    
max-width:100%;
    
border-radius: 5px;
	
-moz-border-radius: 5px;
	
-webkit-border-radius: 5px;	
        
border-style:solid;
        
border-width:2px;
        
border-color:#339933;


}



.column {
  
float: left;
  
width: 30%;
  
margin-right:1%;
  
margin-bottom:2%;
  
padding:1% 1%;

border-radius:5px 5px 5px 5px;
    
-moz-border-radius:5px 5px 5px 5px;
    
-webkit-border-radius:5px 5px 5px 5px;
    
border-style:solid;
    
border-width:1px;
    
border-color:#000000; 

}



/* Clear floats after the columns */

.row:after {
  
content: "";
  
display: table;
   
clear: both;

} 





.center {

text-align: center;

}




.testimcontent {
 
color: #217F50;
 
font-style:italic;

}


span.midnav {
 
font-size: 12px;
 
display:table;

margin-left: auto;

margin-right: auto;

}


.gallerycontainer{

margin-left:auto; 

margin-right:auto;
width:60%;

}




img.floatLeft { 
    
max-width: 100%;
    
height: auto;
    
float: left;
    
margin-top: 1%; 
    
margin-left: 0px;
    
margin-right: 2%;
    
margin-bottom: 2%;
    
box-shadow: 10px 10px 5px #888888;

}



img.floatLeftt { 
    
max-width: 100%;
    
height: auto;
    
float: left;
    
margin-top: 1%; 
    
margin-left: 0px;
    
margin-right: 2%;
    
margin-bottom: 1%;

}



img.floatRight { 
    
max-width: 100%;
    
height: auto;
    
float: right;
    
margin-top: 1%; 
    
margin-left: 4%;
    
margin-right: 0px;
    
margin-bottom: 2%;
    
box-shadow: 10px 10px 5px #888888;

}



img.floatrt { 
    
max-width: 100%;
    
height: auto;
    
float: right;
    
margin-top: 1%; 
    
margin-left: 4%;
    
margin-right: 4%;
    
margin-bottom: 2%;
    
box-shadow: 10px 10px 5px #888888;

}



img.floatRightt { 
    
max-width: 100%;
    
height: auto;
    
float: right;
    
margin-top: 1%; 
    
margin-left: 4%;
    
margin-right: 0px;
    
margin-bottom: 2%;

}



img.slideshow { 
    
max-width:100%;
    
border-radius: 5px;
	
-moz-border-radius: 5px;
	
-webkit-border-radius: 5px;
    
border-style:solid;
        
border-width:1px;
        
border-color:#000000;

}



img.top {
    
max-width:100%;
    
height:auto;
    
border-radius:5px 5px 5px 5px;
    
-moz-border-radius:5px 5px 5px 5px;
    
-webkit-border-radius:5px 5px 5px 5px;
    
border-style:solid;
    
border-width:1px;
    
border-color:#000000;


}



img.button {
    
max-width:100%;
    
height:auto;
    
margin-left:auto;
    
margin-right:auto;
    
border:0;


}



img.header {
    
max-width:100%;
    
height:auto;


}



img.spacer {
    
width:100%;
    
height:100%;


}



img.sidebar {
    
max-width:100%;
    
height:auto;
    
box-shadow: 10px 10px 5px #888888;


}



img.footer {
    
float: right; 
   
padding-top: 7px;
    
padding-right: 25px;


}



.mob {

display:none;

}



.imboxes {

width: 96%; 

margin: 0 auto;

text-align:left;

}



div.img {


}



div.img img {
    
max-width: 100%;
    
height: auto;
   
box-shadow: 10px 10px 5px #888888;

}



.fr{
float:right;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 32.99999%;
    text-align:left;
    padding-left: 1%;
    padding-right: 1%;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}





/* ===========================
   ======== Sidebar ========== 
   =========================== */

.top-sidebar {
	width: 19%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 3px 3%;
	margin-bottom: 0;

}

.middle-sidebar {
	width: 24%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #FFF;	
	padding: 2% 3%;
	margin-bottom: 2%;
        border-style:solid;
        border-width:1px;
        border-color:#28B070;
}



.bottom-sidebar {
	width: 24%;
	float: left;
	margin-left: 2%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        border-style:solid;
        border-width:1px;
        border-color:#28B070;	
	background-color: #FFF;	
	padding: 2% 3%;
}

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 50px;
	background: #339933 url("../images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.back-to-top {
	background-color: #000;
}

/* ===========================
   ========= Footer ========== 
   =========================== */

.mainFooter {
	width: 99.5%;
	float: left;
	margin-top: 0;
	margin-bottom: 4%;
	padding-left: 0;
        color: #339933;
	background-color: #DEAEFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
        border-style:solid;
        border-width:2px;
        border-color:#339933;	
}

.mainFooter p {
	width: 91%;
	margin: 1% auto;
        font-size: 14px;
}
a.footerLink { 
color: #339933; 
text-decoration:none;
}


/* Media Queries
--------------------------------------------- */

/* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    margin-bottom:20%;
   }

.nomob{
display:none;
}

.mob{
display:block;
}

} 

/* When the screen is less than 680 pixels wide, hide all list items. Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
h1 {font-size: 1.123em;
    text-align:center;

}

  ul.topnav {width:98%;
position:relative;
}
  ul.topnav li {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
@media screen and (max-width:680px) {
  ul.topnav.responsive {

position: relative;  
}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
    
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: center;
    font-size: 18px;
  }
}

@media all and (max-width : 768px) {

	.body {
		clear: both; 
		margin: 0 auto; 
		width: 98%;
		font-size: 16px;
	}


nav { margin: 0; 

}

.toggle + a,
 .menu { display: none; }

.toggle {
  display: block;
  background-color: #60CAC9;
  padding: 0 0;
  color: #330099;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
  border: none;
}

.toggle:hover { background-color: #FF0000; }

[id^=drop]:checked + ul { display: block; }

nav ul {
  padding-left: 0px;
}

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 0; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
 nav ul ul ul a { background-color: #BFEC17; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #212121; }

nav ul ul {
  float: none;
  position: static;
  color: #330099;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}

	.mainHeader img {
		width: 98.5%;
		height: auto;
	}

	.mainContent {
		overflow: hidden;
		line-height: 25px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-top: 1%;
		margin-bottom: 1%;
	}
.gallerycontainer{

width:100%;
}

img.floatRight { 
    max-width: 60%;
    margin-left:2%;
}
img.floatLeft { 
    max-width: 60%;
    margin-right:2%;
}
	
	.topcontent {
                background-color: #E8FFE8;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		padding: 2% 5%;
		margin-bottom: 1%;
	}
	
	.bottomcontent {
		background-color: #E8FFE8;	
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		padding: 2% 5%;
	}
	
	.content {
		width: 100%;
                margin-top:1%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
	}	

	
	.top-sidebar {
		width: 86%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: #fff;	
		margin-top: 4%;
		margin-left: 0;
		padding: 7% 7%;
		margin-bottom: 0;		
	}
	
	.top-sidebar p {
		width: 90%;
	}

	.middle-sidebar {
		width: 84%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: #FFF;	
		margin-top: 4%;
		margin-left: 0;
		padding: 0 7%;
		margin-bottom: 0;	
	}
	
	.middle-sidebar p {
		width: 90%;
	}
	
	.bottom-sidebar {
		width: 84%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: #FFF;	
		margin-top: 4%;
		margin-left: 0%;
		padding: 0 7%;
		margin-bottom: 1%;
	}
	
	.bottom-sidebar p {
		width: 90%;
	}
		
	.mainFooter {
		width: 98%;
		float: left;
		margin: 0 0;
		padding-left: 0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		color: #339933;	
	}
	
	.mainFooter p {
		width: 86%;
		margin: 2% auto;
	}

}


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

  .column {
    width: 100%;
    margin-bottom:20%;
   }

img.floatRight { 
    max-width: 100%;
    margin-left: 10%;
    margin-bottom:4%;
}
img.floatLeft { 
    max-width: 100%;
    margin-right: 10%;
    margin-bottom:4%;
}


img.top {
    max-width:99%;
}

}

@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
}

}