a	{
    color: orange;
    text-decoration: none;
}
a:visited{
    color: orange;
    text-decoration: none;
}
.js {
    display: none
    
}
.desc {
    clear: both;
    display: block;
	text-align: justify;
}
#sig {
    width:100%;
}
#sigdiv {
    width: 15%;
    margin-left: 5%;
}
h1 {
    font-size: 1.25em;
	text-align: center;
}
h2 {
    font-size: 1em;
    color: #696969;
	text-align: center;
}
h4, .copy {
	text-align: center;
}
.thumbclick {
    font-size: .5em;
	text-align: center;
}
.hidden {
	position: absolute;
	left: -999px;
}
.container {
	width: 95%;
	margin: auto;
	overflow: hidden;
	max-width: 1000px;
}
.header {
	position: relative;
	float: left;
	width: 96%;
	margin: 2% 2% 2% 2%;
}
.header img {
	max-width: 100%;
}
.hdrlnklft {
	position: absolute;
	top: 0;
	left: 0;
	width: 23%;
	height: 100%;
}
.hdrlnklft img {
	height: 98%;
	width: 98%;
	float: left;
}
.hdrlnkmid {
	position: absolute;
	top: 0;
	left: 23%;
	width: 54%;
	height: 100%;
}
.hdrlnkrgt {
	position: absolute;
	top: 0;
	left: 77%;
	width: 23%;	
	height: 100%;
}
.hdrlnkrgt img {
	height: 98%;
	width: 98%;
	float: right;
}
.link {
    border-radius: 5%;
}
.footer {
	position: relative;
	float: left;
	width: 96%;
	margin: 2% 2% 2% 2%;
	text-align: center;
}
.footer img {
	max-width: 100%;
}
.footlinks {
	display: table;
	width: 96%;
	margin: 2% 2% 2% 2%;
	text-align: center;
}
.footlinks span {
	display: table-cell;
	width: auto;
}	
.footlinks span img {
	vertical-align: top;
	width: 100%;
}
.Galleries{
    text-align: center;
}
.galleryItem{
	margin: 5px auto;
	width: 100%;
    display: inline-block;
}
.galleryItem img {
	max-width: calc(100% - 14px);
	border-radius: 15px;
	border-width: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.galleryItem img:hover {
    border-color: #efefef;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
	transform: scale(1.01);

}

.thumbnail, .perfundo{
	float: left;
	width: 29.33%;
	margin: 2% 2% 2% 2%;
}
.thumbnail img, .perfundo img {
    position: relative;
	max-width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.thumbnail img:hover {
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
	transform: scale(1.1);
}

.thumbnailbox {
	display: inline-block;
    vertical-align: top;
	width: 46%;
	margin: 2% 2% 2% 2%;
	text-align: center;
}
.thumbnailbox img {
    text-align: center;
	max-width: 100%;
/*	border-radius: 15px; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.thumbnailbox img:hover {
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
	transform: scale(1.1);
}
.minithumb {
	float: left;
	width: 29.33%;
	margin: 2% 2% 2% 2%;
}
.minithumb img, .perfundo img {
    position: relative;
	max-width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.minithumb img:hover {
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    -ms-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
	transform: scale(1.1);
}
.caption {
	font-size: 2em;
	text-align: center;
	color: #bbb;
}
.capbtn {
  background-color: olive;
  border: 2px solid #F56400;
  border-radius: 10px;
  color: #F56400;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2em;
  font-weight: bold;
  cursor: pointer;
}
.btnorg {
	color: black;
	font-weight: bold;
	background-color:orange;
    padding: 2px 6px 2px 6px;
    border-radius: 10px;
    position:relative;
    top: 10px;
}
table, th, td {
	padding: 10px;
}
figure {
	margin: 0;
}

@media only screen and (max-width : 800px) and (min-width : 1px) {
	.thumbnail {width: 21%;}
	.thumbnailbox {width: 29.33%;}
	.desc, .tabdesc, .footer {font-size: 3.75vw;}
	.title {font-size: 4.75vw;}
	.tabtitle {font-size: 4vw;}
}

@media only screen and (max-width : 1050px) and (min-width : 801px) {
	.thumbnail {width: 16%;}
	.thumbnailbox {width: 21%;}
	.desc, .tabctab, .footer {font-size: 3vw;}
	.title {font-size: 4vw;}
	.tabtitle {font-size: 3.25vw;}
}

@media only screen and (max-width : 9999px) and (min-width : 1051px) {
	.thumbnail {width: 12.666%;}
	.thumbnailbox {width: 16%;}
	.desc, .tabdesc, .footer {font-size: 2.25vw;}
	.title {font-size: 3.25vw;}
	.tabtitle {font-size: 2.5vw;}
}