/* Design by VTEM http://www.vtem.net  All Rights Reserved */
@import url("components.css");
@import url("modules.css");
@import url("layouts.css");
@import url("navigation.css");
@import url("forms.css");
@import url("typo.css");
@import url("error.css");
@import url("3rd_party.css");
/* #######################  GENERAL SETTINGS ############################ */
body {
	color: #666;
	margin:0;
	padding:0;
	line-height:1.8;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#f5f5f5;
	}

/*  Global Formatting */
h1 {font-size:180%;line-height: 1em;font-weight: 900;}
h2 {font-size:160%;line-height: 1em;font-weight: 900;}
h3 {font-size:140%;line-height: 1em;font-weight: 900;}
h4 {font-size:120%;line-height: 1em;font-weight: 900;}
h5 {font-size:100%;line-height: 1em;font-weight: 900;}
h6 {font-size:80%;line-height: 1em;font-weight: 900;}
a,a:link,a:visited{outline:none;}
a:hover{text-decoration:underline;}
img {border: 0 none; margin:2px 10px 2px 2px; padding:0;}
*{margin:0; padding:0}
ul,ol{ margin-left:2em;}
p{ padding-bottom:15px; margin:0px 0px 0px 0px;}
pre, blockquote, h1, h2, h3, h4, h5, h6{
    margin: 0px 0;
    padding: 0px 0px 0px 0px;
	font-weight:normal;
}
#vtem-hope{
  position: absolute;
  top: 0px;
  left: -5500px;
  }
/* Clears Divs */
.clr{clear: both; height:0px;overflow: hidden;}
/* Clearfix  */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

.cat-children div
{
	width: 470px;
  height: 300px;
	display: inline-block;
	overflow: hidden;
}
.category-desc
{
	position: relative;
}
.category-desc img
{
	max-width: 590px;
}
.page-header
{
	position: absolute;
	width: 100%;
  bottom: 0px;
  left: 2px;
	padding: 20px;
	background: rgba(0,0,0,0.5);
}
.subheading-category {
    font-style: normal;
    font-weight:normal;
		display:block;
		font-size: 34px;
		color: #a1c227;
}
.leading-0 .page-header
{
	position: relative;
	background: none;
	padding: 0;
}
.leading-0 .page-header h2
{
	font-size: 34px;
	color: #a1c227;
}
.blog .items-row .item img
{
	width: 100%;
}
.item-page .page-header
{
	position: relative;
	background: none;
	padding: 0;
}
.item-page .page-header  h2
{
	font-size: 34px;
	color: #a1c227;
}
input{
    width:100%;
    border:2px solid #aaa;
    border-radius:4px;
    margin:8px 0;
    outline:none;
    padding:8px;
    box-sizing:border-box;
    transition:.3s;
  }

  input:focus{
    border-color:dodgerBlue;
    box-shadow:0 0 8px 0 dodgerBlue;
  }
	textarea{
	    width:100%;
	    border:2px solid #aaa;
	    border-radius:4px;
	    margin:8px 0;
	    outline:none;
	    padding:8px;
	    box-sizing:border-box;
	    transition:.3s;
	  }

	  textarea:focus{
	    border-color:dodgerBlue;
	    box-shadow:0 0 8px 0 dodgerBlue;
	  }
		button.submit{
		    width:100%;
		    border:2px solid #aaa;
		    border-radius:4px;
		    margin:8px 0;
		    outline:none;
		    padding:8px;
		    box-sizing:border-box;
		    transition:.3s;
				cursor: pointer;
		  }
			button.submit:hover
			{
				border-color:dodgerBlue;
		    box-shadow:0 0 8px 0 dodgerBlue;
			}
	fieldset
	{
		border: 0;
		padding: 0;
		margin: 0;
	}
	.width25, .cols-4 .item{ width:100% !important; *width:24% !important;}
  /* #######################  END GENERAL SETTINGS ############################ */
#mod-rscontact-warning-msg-133 {display: none;}