/* CSS Document */

* {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: top;
        background: transparent;
}
#mainwrapper {
	width:100%;
	background-color:#fff;
}
.row_a {
	width:100%;
	background-color:#F7F7F7;
}
#shadower {
	width:100%;
	height:30px;
	background-image:url(../../../images/shadow.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:80%;
}
@media screen and (min-width: 900px) {
.row_a {
	height:6em;
}
#row_a_a {
	width:49%;
	height:100%;
	display:inline-block;
}
#row_a_a img{
	margin-left:100px;
	width:300px;
	height:auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#row_a_b {
	width:49%;
	height:100%;
	display:inline-block;
}
#searchbar {
	width:220px;
	height:35px;
	position: relative;
	right:-60%;
	top: 50%;
	transform: translateY(-50%);
}
}
@media screen and (max-width: 900px) {
.row_a {
	height:auto;
}
#row_a_a {
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	display:inline-block;
}
#row_a_a h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	height:auto;
	font-style:normal;
	display:block;
	line-height:0.9em;
	color:#359419;
	text-align:center;
}
#row_a_b {
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	height:auto;
	display:inline-block;
}
#searchbar {
	width:220px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
}
}
.search.mod_search142 {
	width:210px;
	height: 35px;
	overflow: hidden;
	background-color:#FDFDFD;
	border:thin solid #C0C0C0;
	position:absolute;
}
#mod-search-searchword {
	width:190px;
	height:35px;
	position:absolute;
	float:left;
	margin-left:5px;
}
.button {
	height:33px;
	float:right;
	position:relative;
}
@media screen and (min-width: 900px) {
#row_b {
	width:50%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top:0.5%;
	margin-bottom:2%;
}
}
@media only screen and (max-width: 900px) {
#row_b {
	width:95%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top:2%;
	margin-bottom:2%;
}
}
#row_b p {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:1em;
	text-align:justify;
	color:#323232;
	padding:2%;
	font-style:normal;
}
.row_c {
	width:100%;
	height:auto;
	display:block;
	text-align:center;
}
#row_d {
	display:block;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#FBFBFB;
	text-align:center;
}
@media screen and (max-width: 900px) {
#row_d img {
	width:80%;
	height:auto;
}
}
@media screen and (min-width: 900px) {
#row_d img {
	width:55%;
	height:auto;
}
}
.grid {
	width:300px;;
	height:250px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	margin:5px;
	padding:0px;
}
.thumbimg img {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.grid img:hover {
	margin-left: 0;
}
.thumptext {
	text-align:left;
}
.thumptext a {
	width:150px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	line-height:22px;
	font-size:22px;
	color:#F3F3F3;
	text-decoration:none;
	top:180px;
	left:10px;
	position:absolute;
}
.thumptext a:hover {
	color:#fff;
}
#footertext {
	font-size:11px;
	color:#606060;
}
#footertext a{
	text-decoration:none;
	color:inherit;
}

#footerlinks {
	text-align:center;
	color:#555555;
	font-family: 'Raleway', sans-serif;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#footerlinks a {
	text-decoration:none;
	color:#424242;
	margin-left:8.5px;
	margin-right:8.5px;	
}
#footerrights {
	text-align:center;
	color:#555555;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	display:block;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}
#footerrights a {
	font-family: 'Raleway', sans-serif;
	color:#555555;
	text-decoration:none;
}
#footerrights a img {
  margin-bottom: 5px;
}
#footerrights a:hover {
	color:#D31F22;
}
#footerlinks a:hover {
	color:#000000;
}
#g-row {
	width:100%;
	height:auto;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#E4E4E4;
}
@media screen and (min-width: 900px) {
#footerrights {
	width:66%;
	font-size:0.7em;
}
#footerlinks {
	width:66%;
	font-size:0.8em;
}
}
@media screen and (max-width: 900px) {
#footerrights {
	width:95%;
	font-size:0.7em;
}
#footerlinks {
	width:95%;
	font-size:0.5em;
}
}


/* 
font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
*/