@charset "utf-8";
/* CSS Document */
body {
    color: #444;
    -webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	margin: 0;
	background-color: #707070;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: none;
	background-image:    url("site-backgrond.jpg");
    background-size:     cover;
    background-repeat:  repeat-y;

	}
h1 {
	font-weight: bold;
	font-size:18px;
	text-align: left;
	}
h2{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	}
.black {
	color:#000;
}
blockquote{
background-color: #CCC;	
padding:10px;
	}
.grid {
	display: grid;
	grid-gap: 1%;
	grid-template-columns: 89% 10%;
}
.gridbox { }
.grey {
	background-color: #e3e3e3;
}
.container {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	background-color: #FFF;
	padding:0 1% 0 1%
	}
.full {
	width:98%;
	margin-left:0 1% 0 1%;
}
.fifty .paypalimg {
width:1px !important;
height: 1px !important; 
	}
.fifty {
width:48%;
padding:5% 1% 0 1%;
float: left;
	}
.fifty img {
width:80%;
margin:0 10% 0 10%;
height: auto;
	}
.fifty a {
	color:#000;
	text-decoration: none;
}
.title {
	width:98%;
	margin:0 1% 0 1%;
}
.title img {
	width:100%;
	height: auto;
}
.thumbnails {
display: block;
float: left;
width:31%;
margin:10px 1% 10px 1%;
	}
.thumbnails img {
width: 100%;
height: auto;
	}
.thumbnails img:hover {
filter:alpha(opacity=70); 
-moz-opacity: 0.70; 
opacity: 0.70;
	}
.signs {
width:33%;
float: left;
text-align: center;
font-size: 12px;
font-weight: bold;
}
.signs img {
width: 100%;
height: auto;
}
.smallfont {
font-size: 10px;
padding-top:10px;
padding-bottom:10px;
}
.small {
font-size:small;
}
.clearit {
clear: both;
}
ul {
  	list-style-image: url('title/paw-bullet.png');
}
ul li {
	line-height: 40px;
	vertical-align: middle;
}
ul li {
	color:#CCC;
}
ul li a {
	color:#000;
	text-decoration:none;
}
ul li a:hover {
	color:red;
	text-decoration: underline;
}
.gallerytitleimage {
	width:98%;
	float: left;
	display: block;
	margin: 25px 1% 25px 1%;
}
.gallerytitleimage img {
	width:100%;
	height: auto;
}
.gallery-box {
	float: left;
	width:18%;
	margin:0 1% 0 1%;
	display: block;
		}
.gallery-thumb {
	display:block;
	width:98%;
	float:left;
	margin: 0 1% 0 1%;
	}
.gallery-thumb:hover {
	filter:alpha(opacity=70); 
	-moz-opacity: 0.70; 
	opacity: 0.70;
	}
.gallery-thumb img {
	width:100%;
	height: auto;
		}
.gallery-text {
	width:98%;
	margin: 0 1% 10px 1%;
	color: #000;
	text-align:center;
	font-size: 10px;
	line-height: 10px;
	float: left;
	display: block;
	}
footer {
	font-size: small;
	color:#333;
	text-align: center;
}
footer a , footer a:visited {
	color:#333;
	text-decoration: underline;
}
footer a:hover {
	color:#cc0000;
	text-decoration: none;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 98%;
	margin:0 1% 0 1%;
	height: auto;
}
@media screen and (max-device-width: 900px), screen and (max-width: 900px) {
body {
	font-size: 10px;
	}
.container {
	width:96%;
	padding: 0 2% 0 2%;
	}
}