@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
@import url(https://fonts.googleapis.com/css?family=Gentium+Basic:400,400italic,700,700italic);
/*

Design by Free Responsive Templates
http://www.free-responsive-templates.com
Released for free under a Creative Commons Attribution 3.0 Unported License (CC BY 3.0)

*/ 

body { color: #222222; font-family: 'Gentium Basic', serif; font-size: 1.0em;  }
a { color: #1F7E20; text-decoration: underline;  }
p { line-height: 1.35em;  }
h1,h2,h3,h4 { font-family: 'Open Sans', sans-serif; font-weight: 700; text-shadow: 0px 0px 1px 1px #FFFFFF;  }
h1 { color: #160000; font-size: 24px;  }
h2 { color: #160000; font-size: 18px;  }


img { height: auto; max-width: 100%; width: auto;  }




input , textarea, select { border: 1px solid #666; background-color:rgba(255,255,255,0.1); padding:2px; xwidth:98%;}
input[type="image"] { background: none; border:none;}




/* Specials */
p img[align="right"], h3 img[align="right"] {float:right; max-width:48%; margin: 3px 0 2px 1%; height:auto;}
p img[align="left"], h3 img[align="left"] {float:left; max-width:48%; margin: 3px 3% 2px 0; height:auto;}


table {
	border-collapse:collapse;
	border: none;
}


table.table {
	clear:both;	
	border-collapse:collapse;
	border: none;	
	border-top: 1px solid #666;
	margin: 20px 0 5px 0;
	width:100%;
	font: 0.85em;	
}

table.table caption {font-size:1.1em; text-align:left; }
table.table th {font-size:0.9em; padding: 4px; text-align:left; vertical-align: top; ;  border: none; border-bottom: 1px solid #999; background-color:rgba(0,0,0,0.1)}
table.table tbody td {font-size:0.9em; padding: 4px; vertical-align: top;  border: none; border-bottom: 1px solid #999; background-color:rgba(255,255,255,0.05); transition: 1s background-color;}
table.table tbody tr:hover td {background-color:rgba(255,255,255,0.5);}
table.table tbody td p, table.table tbody td h1, table.table tbody td h2, table.table tbody td h3, table.table tbody td h4 {margin: 0; line-height:120%;}



img.picfull {width:100%; height:auto;}
img.pic2left {float:left; width:47%; margin: 3px 3% 2px 0; height:auto;}
img.pic2right {float:right; width:47%; margin: 3px 0 2px 1%; height:auto;}

img.pic3left {float:left; width:31%; margin: 3px 1.5% 2px 0; height:auto;}
img.pic3right {float:right; width:31%; margin: 3px 0 2px 0.3%; height:auto;}

img.pic4left {float:left; width:23%; margin: 3px 1% 2px 0; height:auto;}
img.pic4right {float:right; width:23%; margin: 3px 0 2px 0.5%; height:auto;}


/*Show and Hide Responsive*/
.hideOnDesktops {display: none;}
body .showOnDesktops {display: block;}	

	



/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
	img.pic2left, img.pic2right {width: 100%;  margin: 3px 0 2px 0;}
	img.pic3left, img.pic3right, img.pic4left, img.pic4right  {width: 49%;}
	
	/*Show and Hide Responsive*/
	body .hideOnTablets {display: none;}
	.hideOnDesktops {display: block;}
	body div .showOnTablets {display: block;}
	
	

}

/* Small devices (Smartphone, up to <440px) */
@media (max-width: 440px) {
	img.pic2left, img.pic2right {width: 100%;  margin: 3px 0 2px 0;}
	img.pic3left, img.pic3right, img.pic4left, img.pic4right  {width: 49%;}
	
	/*Show and Hide Responsive*/
	.hideOnMobiles {display: none;}
	body .hideOnTablets {display: block;}
	body .hideOnDesktops {display: block;}
	body div .showOnMobiles {display: block;}

}