/*ALL SCREEN SIZES. Others at 750
470px 850px
*/

.myslides {display:none;}



html {
    height: 100%;
	font-family: Verdana, Times, sans-serif;
}

@font-face {
    font-family: titlefont;
    src: url(../fonts/nasalization-rg.ttf);
	
}


h1 {
	font-family: Sans-Serif;
	font-family: titlefont;
	color: #3c6b2a;
}

h2 {
}

li{
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.indexdraw{
	text-align: center;
	margin-left:60px;
	margin-right:60px;
	margin-bottom:20px;
background-image: url(../images/drawfood1.jpg);
background-position:center center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	border:3px solid #0b2a06;
	position:relative;
}

.indexdrawinner{
	background: rgba(255, 255, 200, 0.60);
	color: #ff2a06;
	padding:1px;
	padding-left:20px;
	padding-right:20px;
		-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	
}
.drawimg{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.link-spanner{
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;

}  

.signout{
	top:10px;
	right:10px;
	position:fixed;
}

.topbtn{
	width:100px;
	}

.blockholder {
		background: rgba(57, 57, 57, 0.1);
	background-size:100%;
	background-repeat:no-repeat;
	border:2px solid #6e6e6e;
	border-top-color:#f3843e;
	width:285px;
	min-height:290px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	margin:10px;
	margin-top:20px;
	padding:15px;
	padding-bottom:0px;
/*	position:relative;*/
background-position:center center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}
.innerblockholder {
	background-size:100%;
	background-repeat:no-repeat;
	border:2px solid #6e6e6e;
	border-top-color:#f3843e;
	width:150px;
	min-height:150px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	margin-top:-10px;
	margin-bottom:-10px;
/*	position:relative;*/
background-position:center center;
			-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.blockholder2 {
		background: rgba(57, 57, 57, 0.1);
	background-size:100%;
	background-repeat:no-repeat;
	border:2px solid #6e6e6e;
	border-top-color:#f3843e;
	width:275px;
	min-height:260px;
	text-align:center;
	display:inline-block;
	vertical-align:top;
	margin:15px;
	padding:15px;
/*	position:relative;*/
background-position:center center;
			-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:left;
/*	z-index:-1; */
}

.quote{
padding-left:50px;
padding-right:50px;
}

.indhead{
	padding:20px;
}

.readmore{
	bottom:150px;
	margin-top:150px;
}

.hiddenbio{
	display: none;
}

.widemenu a:link {color: #ffffff; text-decoration: none;}
.widemenu a:active {color: #ffffff; text-decoration: underline;}
.widemenu a:visited {color: #ffffff; text-decoration: underline;}
.widemenu a:hover {color: #999999; text-decoration: none;}


.largeWidth{
    width:90%;
}

.button3 a:link {color: #ffffff; text-decoration: none;}
.button3 a:visited {color: #ffffff; text-decoration: underline;}

a:link {color: #505861; text-decoration: none;}
a:active {color: #505861; text-decoration: underline;}
a:visited {color: #505861; text-decoration: underline;}
a:hover {color: #9c5913; text-decoration: none;}





/*
.menu a:link {color: #202430; text-decoration: none; }
.menu a:active { color: #202430; text-decoration: underline; }
.menu a:visited {color: #202430; text-decoration: underline; }
.menu a:hover { color: #209314; text-decoration: none; background-color: #D7BB33;}
.menu ul {list-style-type: none;
  margin: 0;
  padding: 0;}
*/	

/*Menu Function*/
.widemenu ul {
	clear: both;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: /*#D7BB33; usual (background) colour*/
#4fa828;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}
.widemenu li {
  float: left;
  border-left:solid 1px;
    padding-top:10px;
	padding-bottom:10px;
}
.widemenu li a, .dropbtn {
  text-align: center;
  padding: 14px 8px;
  text-decoration: none; 
text-align: left;
}


.cursormen {
	cursor: context-menu;
}
.widemenu li a:hover, .dropdown:hover .dropbtn {
  background-color: /*#209314; highlighted colour*/ 	
#2d8b01;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
}
.widemenu li.dropdown {
  display: inline-block; 
}
.dropdown-content {
  margin-top:10px;
  display: none;
  position: absolute; 
  background-color: #2d8b01;/*#64c758;*/

  min-width: 110px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	-webkit-border-radius: 1px 1px 6px 6px;
	-moz-border-radius: 1px 1px 6px 6px;
	border-radius:  1px 1px 6px 6px;
}
.dropdown-content a {
  padding: 12px 16px;  
  text-decoration: none;
  display: block;
}
.widemenu .dropdown-content a:hover {background-color: #275b0e;/*#d9dd55;*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;}
.dropdown:hover .dropdown-content {
  display: block;
}
/* End of menu function*/	




.maincontent li {
	text-align:left;
	margin-left: 40px; 
	margin-right: 40px; 
}

.static{
	padding-top:50px;
}


section {
/*  margin-top: -5vw;
  background-image: linear-gradient(135deg, #777, #111);*/
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #3c6b2a;
  color: white;
  cursor: pointer;
  padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

#myBtn:hover {
  background-color: #555;
}

/* global text align */
	.body {
/*	background-color:#e8f4ea;*/
	background-color:#faf8fc;
	color:#1c3b17; 
	overflow:auto;
    margin: 0; 
	text-align: left;
}

	.bigwrapper{
	position: absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	max-width:100%;
	margin: 0 auto;	
	
}

	.wrapper{
	max-width: 850px;
	margin: 0 auto;
	width:95%;
}
	.wrapper2{
	margin: 0 auto;
		margin-bottom:80px;
	max-width: 850px;
	width:95%;
}

	.top{
	background-color:#F7F5F5;
	padding-left:20px;	
	padding-right:20px;	
	padding-top:1px;
	padding-bottom:120px;
}

	.gwlogosml{
	margin-top:20px;
	height:80px;
	float:left;
	padding-right:0px;
}
	.pallogotall{
	margin-top:20px;
	height:120px;
	float:left;
	padding-right:0px;
/*	display:none;*/
}
	.ftalogotall{
	margin-top:10px;
	height:110px;
	float:left;
	padding-right:0px;
	padding-bottom:15px;
/*	display:none;*/
}

.smallnum {
	margin-top:10px;
	float:left;
	padding-right:0px;
	display: none;
}


	.topmenu{
	height:37px;
	background-color:#2d8b01; /* #D7BB33; ham outer*/
	padding:10px;
	padding-bottom:5px;
	padding-top:5px;
	cursor:pointer;
	width:30px;
	margin-top:30px;
	margin-left:30px;
	z-index:2;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

	.ham{
    width: 30px;
	height: 4px;
	background-color: #ebf0ff; /*lines*/
	margin: 6px 0;
	
}

	.hammenu{
	background-color: #3B5A0E; /* #209314;  border?*/
	position:absolute;
	color:black;
	padding:5px;
	text-align: left;
	z-index:2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	display: none;
	margin-left:30px;
}



/*
  div.allhammenu {
    display: inline-block;
	position:absolute;
  }
  
  .allhammenu:hover + .widemenu, .widemenu:hover {
  display: block;
  position: absolute; 
}
 */










	.maincontent
	{
		background-color: #ffffff;
		padding:50px;
	}
	.maincontent2 /*temp for index2*/
	{	background: rgba(255, 255, 255, 0.4);
		padding:50px;
		padding-top:80px;
			-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	}


	.pgtitle{
	color:#222222;
	margin: 0 auto;
	margin-top: -30px;
}

	.footer{
	background-color:#F7F5F5;
	margin-bottom:10px;
	padding:10px;
	padding-top:20px;
	margin-top:-10px;
	
}
.fblogo{
height:65px;
/*	max-width:100%;*/
}
.justlogo{
	max-width:100%;
	float:right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}


/*
Above are in template


color: #209314;  background-color: #D7BB33;

.backimg{
		background-image:url(../images/xunderstand.jpg);
		background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;	
  background-attachment: fixed;
}*/
.opaqueb{
background: rgba(255, 255, 255, 0.8);
}
.homeimg{	
	top:0px;
	margin-top:30px;
		background-image:url(../images/gwlogo.png);	
		background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	padding:5px;	
	padding-left:20px;	
	padding-right:20px;	
	clear:both;
	margin-bottom:5px;
	min-height:400px;
	max-width:2200px;
	
display: flex;
    align-items: center;

  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 calc(100% - 5vw)
  );
}
.homeimg2{	/*index 2 test*/
	clear:both;
	top:0px;
	margin-top:0px;
		background-image:url(../images/barley.jpg);	
		background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	padding:5px;	
	padding-left:20px;	
	padding-right:20px;	
	margin-bottom:5px;
	max-width:2200px;
	
    align-items: center;

}
.homeimgcov{
	margin:-5px;	
	margin-left:-20px;	
	margin-right:-20px;	
	padding-bottom:5px;
background: rgba(255, 255, 255, 0.3);

}
.leftimg{
	width:300px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
	float:left;
	margin:55px;
	border-collapse: separate; /*perspective: 1px;*/ overflow: hidden;
}

.midimg{
	width:400px;
	max-width:60%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
	margin:25px;
	margin-left:20%;
	margin-right:20%;
	border-collapse: separate;/* perspective: 1px;*/ overflow: hidden;
}
.rightimg{
	width:300px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
	float:right;
	margin:25px;
	border-collapse: separate; /*perspective: 1px;*/ overflow: hidden;

}
.gwlogofrnt{ /*index2 test*/
	margin-top:20px;
	
		max-width: 90%;
	margin: 0 auto;
    border-radius: 10px;
	margin-top:20px;
	padding:5px;
}


/*Below are not used*/







/*

.menuarea{
	color:#ffffff; 
	
	padding-bottom:60px;
}


.gwlogo{
	margin-top:20px;
	height:120px;
	
		max-width: 1050px;
	margin: 0 auto;
background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
	margin-top:50px;
	padding:15px;
}









.gwname{
	margin-top:20px;
	
	padding-left:10px;
	float:left;
}
*/
.drawchecker{
	font-family:Arial,Helvetica,sans-serif;
	clear:both;
		max-width: 1050px;
	margin: 0 auto;
background: rgba(0, 0, 250, 0.9);
margin:25px;
padding:5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 20px;
	border-radius: 10px;	
	padding-left:20px;	
	padding-right:20px;	
	color:#ffff05; 
}
.checker{
	font-family:Arial,Helvetica,sans-serif;
	clear:both;
		max-width: 1050px;
	margin: 0 auto;
background: rgba(0, 0, 0, 0.3);
margin:25px;
padding:5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 20px;
	border-radius: 10px;	
	padding-left:20px;	
	padding-right:20px;	
	color:#ffffff; 
}





.visuallyhidden {
  border: 0;
  clip: rect(0px,0px,0px,0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.hideit{
	display:none;
}


.scheck2{
	position: absolute;
	left: -9000px;
}


.handcursor {
cursor: pointer;
}

.button {
	width: 100%;
	max-width:250px;
	
    padding: 10px 15px;
    margin: 18px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
	background: #3c6b2a;
/*	background: #41721d;*/
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 25px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   box-shadow: 0.2em 0.2em 0.2em #333333;
   white-space: normal;
word-wrap: break-word;
   }
.button:hover {
	background: #20500c;
   box-shadow: 0.2em 0.2em 0.2em #333333;
   }
.button:active {
   border-color: #730273;
   box-shadow: 0.1em 0.1em 0.1em #000000;
   }
   
.button2 {/*
	width: 100%;
	max-width:250px;*/
    padding: 5px 10px;
    margin: 12px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
	background: #3c6b2a;
/*	background: #41721d;*/
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 15px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   box-shadow: 0.2em 0.2em 0.2em #333333;
   }
.button2:hover {
	background: #20500c;
   box-shadow: 0.2em 0.2em 0.2em #333333;
   }
.button2:active {
   border-color: #730273;
   box-shadow: 0.1em 0.1em 0.1em #000000;
   }
   
   
 .button3 {/*
	width: 100%;
	max-width:250px;*/
    padding: 5px 10px;
    margin: 50px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
	background: #3c6b2a;
/*	background: #41721d;*/
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 15px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   box-shadow: 0.2em 0.2em 0.2em #333333;
   }
.button3:hover {
	background: #20500c;
   box-shadow: 0.2em 0.2em 0.2em #333333;
   }
.button3:active {
   border-color: #730273;
   box-shadow: 0.1em 0.1em 0.1em #000000;
   }
   
   
   
.underpic{
padding:0px; 
margin:35px;
}
   
.latest{
	border: 2px solid #005500;
    border-radius: 15px;
	padding:10px;
	height:200px;
}
   
/*

.clear{
		clear:both;
}

.gosolar{
	padding-top:30px;
	background-color:#0076b3;
	  clip-path: polygon(
    0% 0%,
    100% 5vw,
    100% 100%,
    0% 100%
  );
	margin-bottom:5px;
}

.whyus{
	max-width: 1050px;
	color:#ffffff;
	padding-left:20px;	
	padding-right:20px;	

			margin: 0 auto;
}

.whylist{
	margin: 0 auto;
	max-width: 400px;
}
.whysolar{
	margin: 0 auto;
	max-width: 400px;
}

.whysolar li{ text-align: left; 
font-size:18px; 
    background-image: url(../images/gwlogo.png);
    background-repeat: no-repeat;
    line-height: 50px;
    padding-left: 90px;
	padding-bottom: 25px;
margin-left:-40px;
list-style: none;
}
.whylist li { text-align: left; 
font-size:18px; 
    background-image: url(../images/gwlogo.png);
    background-repeat: no-repeat;
    line-height: 50px;
    padding-left: 90px;
	padding-bottom: 25px;
margin-left:-40px;
list-style: none;

}

.toppad
{
	padding-top:60px;
}

.fitback{
	clear:both;
	background-image:url(../images/gwlogo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	padding:5px;	
	padding-left:20px;	
	padding-right:20px;	
	color:#ffffff;
	
		  clip-path: polygon(
    0% 0%,
    100% 5vw,
    100% 100%,
    0% 100%
  );
}


.satisfied{
	
	color:#222222;
}
.arty{
	width:90%;
	max-width:500px;
	max-height:330px;
	border: 2px solid #ccc;
    border-radius: 15px;
}

.myTest
{
	
	margin: 0 auto;
	max-width:500px;
	border-top: 2px solid #222222;
	color:#222222;
	padding-left:20px;	
	padding-right:20px;	
}

.quick{
	background-color:#35455d;
	padding:20px;
	color:#ffffff;
margin-bottom:5px;
}
.quickwrap{
	max-width: 1050px;
	margin: 0 auto;

}


*/

input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
    box-sizing: border-box;
}
input[type=text]:focus {
    background-color: #c0f7ff;
}
input[type=tel], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
    box-sizing: border-box;
}
input[type=tel]:focus {
    background-color: #c0f7ff;
}
input[type=email], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
    box-sizing: border-box;
}
input[type=email]:focus {
    background-color: #c0f7ff;
}
input[type=password], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
    box-sizing: border-box;
}
input[type=password]:focus {
    background-color: #c0f7ff;
}
textarea {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
    background-color: #f8f8f8;
}
textarea:focus {
    background-color: #c0f7ff;
}


/*
.cookies a:link {color: #444444; text-decoration: none; }
.cookies a:active {color: #444444; text-decoration: underline; }
.cookies a:visited {color: #444444; text-decoration: underline; }
.cookies a:hover {color: #ff0000; text-decoration: none; }






.top{	
	top:0px;
		background-image:url(../images/gwlogo.png);	
		background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	padding:5px;	
	padding-left:20px;	
	padding-right:20px;	
	clear:both;
	margin-bottom:5px;
	min-height:500px;
	
display: flex;
    align-items: center;

  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 calc(100% - 5vw)
  );
}


*/
@media screen and (min-width: 581px) {

.smallnum {
	display: none;
}
.bignum {
	display: inline;
}
}
@media screen and (max-width: 580px) {
.smallnum {
	display: block;
	margin-left: auto;
    margin-right: auto;
	width:80%;
	max-width:180px;
	padding-left:15px;
	
}
.bignum {
	display: none;
}
.top{
	padding-bottom: 160px;
}
}


@media screen and (min-width: 1290px) {
.smallnumfr {
	display: none;
}
.bignumfr {
	display: inline;
}
}

@media screen and (max-width: 1290px) {
.smallnumfr {
	display: block;
	margin-left: auto;
    margin-right: auto;
	width:60%;
	max-width:500px;
}
.bignumfr {
	display: none;
}
}





@media screen and (max-width: 470px) {
	body{
		font-size:.8em;
	}
	input[type='text'] { font-size: 0.9em; color:black; }
	input[type='tel'] { font-size: 0.9em; color:black; }
	input[type='email'] { font-size: 0.9em; color:black; }
	textarea { font-size: 0.9em; color:black; }



  div.widemenu {
	  display: none;
  }

  div.allhammenu {
    display: inline-block;
	position:absolute;
	left:10px;
padding-bottom:50px;
  }
  .allhammenu:hover + .widemenu, .widemenu:hover {
  display: block;
  position: absolute; 
}
.widemenu ul {
margin-left: 20px;
margin-top:75px;		  
/*max-width: 205px;*/
	  


	-webkit-border-radius: 5px 20px 20px 20px;
	-moz-border-radius: 5px 20px 20px 20px;
	border-radius: 5px 20px 20px 20px;	
			}
			
			.widemenu li {
clear: both;
border-left:none;
padding-top:4px;
padding-bottom:4px;
float:left;
			}
			.widemenu li a, .dropbtn {
padding: 4px 15px;
  display: inline-block; 
/*width:100%; */
 text-align: left;
			}

			.dropdown-content {
position: static; 
margin-top:0px;
/*	min-width:250px;
	width:100%;*/

	-webkit-border-radius: 2px 6px 6px 6px;
	-moz-border-radius: 2px 6px 6px 6px;
	border-radius:  2px 6px 6px 6px;
			}

 
  .dropdown-content a {
  display: block;
}
.dropdown .dropdown-content {
  display: block;
}
    
 
	.maincontent
	{
		padding-top:70px;
		padding:10px;
		padding-top:65px;
		
	}
	
	.maincontent2 /*temp for index2*/
	{
padding:20px;
		padding-top:80px;
	}

.gwlogosml{
	display:none;
}
.pallogotall{
/*	display:initial;*/
	
	display:block;
	height:auto;
	max-width:100%;
	max-height:80px;
}
.ftalogotall{
/*	display:initial;*/
	
	display:block;
	height:auto;
	max-width:100%;
	max-height:80px;
}

.contbut{font-size:1.5em;}

.blockholder{
width:90%;
margin:0px;
margin-bottom:10px;
}

.blockholder2{
width:85%;
margin:0px;
margin-bottom:10px;
}

.underpic{

min-height:20px;
margin:15px; 
margin-top:0px;
margin-bottom:15px;
}


.leftimg{
	width:95%;
	margin:15px;

}

.midimg{
	width:95%;
	margin:15px;
}
.rightimg{
	width:95%;
	margin:15px;
}
 .checker{
	width:94%;
margin-left:0px;
padding-left:15px;	
padding-right:15px;	
}
.drawchecker{
	width:94%;
margin-left:0px;
padding-left:15px;	
padding-right:15px;	
}
.maincontent li {
	text-align:left;
	margin-left: 5px; 
	margin-right: 5px; 
}


#myBtn {

  right: 20px;
  font-size: 15px;
  padding: 10px;
  
}




.pgtitle{
	padding-top: 20px;
	
	margin-top: 0px;
}

.bignum {
	display: none;
}

}

@media screen and (max-width: 370px) {
  #rc-imageselect, .g-recaptcha {transform:scale(0.6);-webkit-transform:scale(0.6);transform-origin:0 0;-webkit-transform-origin:0 0;}
  .indhead{
	padding:0px;
}
.homeimg2{	/*index 2 test*/
	
	padding-left:15px;	
	padding-right:15px;
}
.homeimgcov{
	padding-left:-15px;	
	padding-right:-15px;	
}
.quote{
padding-left:25px;
padding-right:25px;
}

}
@media screen and (max-width: 230px) {
      
  .body {font-size: 0.65em;}
  input[type='text'] { font-size: 0.9em; color:black; }
	input[type='tel'] { font-size: 0.9em; color:black; }
	input[type='email'] { font-size: 0.9em; color:black; }
	textarea { font-size: 0.9em; color:black;  }
  .blockholder{
	  padding-left:2px;
	  padding-right:2px;
  }
	.innerblockholder {
	width: 98%;
	min-height: 00px;
	height:auto;}
	
  #rc-imageselect, .g-recaptcha {transform:scale(0.45);-webkit-transform:scale(0.45);transform-origin:0 0;-webkit-transform-origin:0 0;}
  
  .quote{
padding-left:15px;
padding-right:15px;
}

.pgtitle{
	padding-top: 25px;
	
	margin-top: 0px;
}

 .button3 {
    margin: 5px;
margin-top:40px;
	font-size:1em;
 }

}





@media screen and (min-width: 471px) and (max-width: 700px) {
  
	.maincontent
	{
		padding:15px;
		padding-top:70px;
	}


  div.widemenu {
	  display: none;
  }
  
  
  div.allhammenu {
    display: inline-block;
	position:absolute;
	left:10px;
  }
  
  
  
  .allhammenu:hover + .widemenu, .widemenu:hover {
  display: block;
  position: absolute; 
}
  
.widemenu ul {
margin-left: 20px;
margin-top:75px;		  
width: 205px;
	-webkit-border-radius: 5px 20px 20px 20px;
	-moz-border-radius: 5px 20px 20px 20px;
	border-radius: 5px 20px 20px 20px;	
			}
			
			.widemenu li {
clear: both;
border-left:none;
padding-top:5px;
padding-bottom:5px;
float:right;
			}
			.widemenu li a, .dropbtn {
text-align: center;
padding: 5px 15px;
  display: inline-block; 
  min-width:180px;
text-align: left;
			
			}

			.dropdown-content {
position: absolute; 
left:225px;
margin-top:-29px;
min-width:150px;
	-webkit-border-radius: 2px 6px 6px 6px;
	-moz-border-radius: 2px 6px 6px 6px;
	border-radius:  2px 6px 6px 6px;
			}

 
  .dropdown-content a {
  display: block;
}
.dropdown:hover .dropdown-content {
  display: block;
}
 .blockholder2{
	 padding:12px;
 }
 
 .underpic{
padding:0px; 
margin:28px;
}

.checker{
	width:94%;
margin-left:0px;
padding-left:15px;	
padding-right:15px;	
}
.drawchecker{
	width:94%;
margin-left:0px;
padding-left:15px;	
padding-right:15px;	
}
.pgtitle{
	padding-top: 15px;
	
	margin-top: 0px;
}


}


@media screen and (min-width: 701px) {
  div.allhammenu {
    display: none;
  }
  div.widemenu {
	  display: block;
  }
}









/*
	-webkit-border-radius: 0px 20px 20px 20px;
	-moz-border-radius: 0px 20px 20px 20px;
	border-radius: 0px 20px 20px 20px;	
*/
