/*
* jbh 2014
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
body {
	background: url('../images/green_cup.jpg') repeat;
	width: 100%;
	margin: 0 auto;
}

iframe{
	padding: 10px;
}
.img{
	max-width: 100%;
}

p {
	color: #fff;	
	font-size: 1.4em;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:400;
	
}

p2 {
	margin: 0 0 20px;
	color: #fff;	
	font-size: 1.2em;
	
}	

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #131b2e;
}

h1 {
	font-size: 2.8em;
	color: #eb724c;
	text-align: center;
	font-family: 'Anton', sans-serif;
	font-style:normal;
}
h2 {
	font-size: 6.0em;
	color: #131b2e;
	text-align: center;
	line-height:normal;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:400;
	
}
h3 {
	font-size: 1.8em;
	color: #131b2e;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:400;
}
h4 {
	font-size: 1.3em;
	color: #131b2e;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:400;
}
h5 {
	font-size: 2.2em;
	color: #fff;
	text-align: center;
	font-style:italic;
	text-decoration:none;
	line-height: 1.2em;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:400;
}

h6 {
	text-align:center;
	color: #131b2e;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:400;
}

h7 {
	font-size: 1.2em;
	color: #fff;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:400;
}

h8 {
	font-size: 1.3em;
	color: #fff;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:400;
}

.left{
	list-style: disc;
	text-align: left;
}


.transparent {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.center {
	text-align: center;
}


/* Header */


#header {
  background: #eae3cd;
  width: 100%;
  height: 40px;
  position: relative;
  margin: 170px auto 0;
  z-index: 1000;
}


#header ul {
  margin: 0 auto;
  width: 900px;
  padding: 0;
  list-style: none;
}

#header ul li {
  float: left;
  width: 100px;
}

#header ul li:nth-of-type(4) {
  margin-left: 300px;
}

#header ul li a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2em;
  display: block;
  text-align: center;
  padding: 8px 0 0 0;
  height: auto;
  color: #393e18;
  font-family: 'PT Sans Narrow', sans-serif;
font-weight:800;
}

#header ul li a:hover {
  color: #eb724c;
}

.logo {
  position: absolute;
  left: 50%;
  margin: -140px 0 0 -126px;
}

/* /header */

#logo{
	float: left;
	padding-top: 2px; 
	padding-left: 2px;
}

.logosprite {
	display: block;
	width: 186px;
	height: 100px;
	background: bottom url('../images/wr.header.logo.286x100.png');
	text-indent: -99999px;
}
.logosprite:hover {
	background-position: 0 0;
}
 
/* toggle */
	#toggle-view {
	display:none;
}
/* /toggle */


/* #Page Styles
================================================== */

#home {
	width: 100%;
	height: auto;
	background: none;
	z-index: 1;
}



#about {
	margin-top: 560px;
	width: 100%;
	height: auto;
	background: url('../images/grey60_cup.jpg') repeat;
	z-index: 1;
	padding-top: 20px;
	padding-bottom: 20px;
}
#about p{
	font-style: italic;
	text-align: center;
	color: #393e18;
}

#services {
	width: 100%;
	background: url('../images/grey35_cup.jpg') repeat;
	z-index: 1;
	padding-top: 20px;
	padding-bottom: 20px;
}

#services ul li{
	font-style: normal;
	text-align: center;
	color: #393e18;
	font-size: 1.6em;
	list-style-image: url('../images/tree20px.h.png');
}

#services ul, #services li{
	text-align: center;
}

#projects {
	margin-top: 560px;
	width: 100%;
	height: auto;
	background: url('../images/grey60_cup.jpg') repeat;
	z-index: 1;
	padding-top: 20px;
	padding-bottom: 20px;
}
#projects p{
	font-style: italic;
	text-align: center;
	color: #393e18;
}

#media {
	margin-top: 560px;
	width: 100%;
	height: auto;
	background: url('../images/grey60_cup.jpg') repeat;
	z-index: 1;
	padding-top: 20px;
	padding-bottom: 20px;
}
#media p{
	font-style: italic;
	text-align: center;
	color: #393e18;
}

#contact{
	width: 100%;
	background: url('../images/grey90_cup.jpg') repeat;
	z-index: 1;
	padding-top: 20px;
	padding-bottom: 20px;

}

#contact p{
	font-style:italic;
	text-align: center;
	color: #393e18;
}

#footer {
	width: 100%;
	height: auto;
	background: none;
	padding-top: 30px;
	z-index: 1;
}

#footer p{
	font-style:normal;
	text-align: center;
	color: #393e18;
}


/*--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.2
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display:none;
	z-index: 10000;
	text-decoration:none;
	position:fixed;
	text-align:center;
	bottom:20px;
	right: 20px;
	margin: 0 auto;
	overflow:hidden;
	width:50px;
	height:50px;
	border:none;
	text-indent:100%;
	background:url('../images/ui.totop.png') no-repeat left top;
	
}


#toTopHover {
	background: url('../images/ui.totop.png') no-repeat left -51px;
	width:50px;
	height:50px;
	display:block;
	overflow:hidden;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	

}

#toTop:active, #toTop:focus {
	outline:none;
}

/* to top */
#toTop {
	display:none;
	z-index: 10000;
	text-decoration:none;
	position:fixed;
	text-align:center;
	bottom:20px;
	right: 20px;
	margin: 0 auto;
	overflow:hidden;
	width:50px;
	height:50px;
	border:none;
	text-indent:100%;
	background:url('../images/ui.totop.png') no-repeat left top;
	
}


#toTopHover {
	background: url('../images/ui.totop.png') no-repeat left -50px;
	width:50px;
	height:50px;
	display:block;
	overflow:hidden;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	

}

#toTop:active, #toTop:focus {
	outline:none;
}
	
/* #Media Queries
================================================== */

	@media screen and (max-width: 990px) {
		
	#header ul{
		display: none;
	}
	
	/* toggle */
	#toggle-view {
	display: block;
	position: absolute;
	top: 0;
	float: right;
	list-style:none;	
	margin:none;
	padding:none;
	width:100%;
	z-index: 9000;
	
}

	#toggle-view li {
		margin:none;
		width: auto;
		border-bottom:none;
		position:relative;
		cursor:pointer;
		text-align:left;
		font-family: 'PT Sans Narrow', sans-serif;
		font-weight:400;
		text-decoration:none;
		z-index: 9000;
		padding: 10px;
		text-align: center;
	}
	
	#toggle-view li a{
	padding:20px;
	width: auto;
	height: auto;
	text-align:center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:800;
	color:#393e18;
	font-size: 1.6em;
	text-decoration:none;
	text-height:font-size;
	}
	
	#toggle-view li a:hover{
	padding:20px;
	text-align:center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:800;
	color: #eb724c;
	font-size: 1.4em;
	text-decoration:none;
	text-transform:capitalize;
	}
	

	#toggle-view span {
		position:absolute;
		right:20px; 
		top:20px;
		color:#fff;
		font-size:1.0em;
	}
	
	#toggle-view .panel {
		position: absolute;
		top: 0;
		left: 0;
		background: url('../images/grey60_cup.jpg') repeat;
		display:none;
		width:100%;
		padding-top: 30px;
		height: 2400px;
	}
	
}

@media screen and (max-width: 768px) {
	
	
		
	

}
	
	
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 660px) { 
			
	h1 {
	font-size: 1.8em;
	}
	
	h2 {
	font-size: 2.6em;
	}
	
	
			}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		#footer {
	padding-bottom: 60px;
	padding-top: 30px;
	
}
		
		}

