/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   
@font-face{
	font-family:'enigma';
	src: url('../fonts/Enigma_2.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;

}   

@font-face{
	font-family:'enigma_i';
	src: url('../fonts/Enigma_2.ittf') format('truetype');
	font-weight: normal;
    font-style: normal;

}   

@font-face{
	font-family:'enigma_b';
	src: url('../fonts/EnigmaB_2.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;

}   

@font-face{
	font-family:'paloAlto';
	src: url('../fonts/Palo_Alto_Regular.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;

}   

@font-face{
	font-family:'paloAlto_b';
	src: url('../fonts/Palo_Alto_Oblique.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;

}   

@font-face{
	font-family:'openSans';
	src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;

}   

@font-face{
	font-family:'openSans_bi';
	src: url('../fonts/OpenSans-SemiboldItalic.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;

}   

a{
	text-decoration:none;
}

h1{
	font-family:'openSans_bi';
	font-size:18px;
}

h2{
	font-family:'openSans_bi';
	font-size:16px;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr{
	clear: both; 
  	float: none; 
  	width: 100%; 
  	height: 1px;
  	border: none; 
  	background: #ddd;
 	background-image: -webkit-gradient(
      linear,
      left bottom,
      right bottom,
      color-stop(0, rgb(50,50,50)),
      color-stop(0.1, rgb(0,0,0)),
      color-stop(0.9, rgb(0,0,0)),
      color-stop(1, rgb(50,50,50))
  );
  	background-image: -moz-linear-gradient(
      left center,
      rgb(50,50,50) 0%,
      rgb(0,0,0) 10%,
      rgb(0,0,0) 90%,
      rgb(50,50,50) 100%
  );
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body{
	background-image:url(../img/pageBg.jpg);
}

#wrapper{
	width:100%;
	position:relative;
}



#wrapper .header{
	position:relative;
	width:100%;
	height:150px;;
}

#wrapper .header nav{
	position:absolute;
	z-index:1;
	width:100%;
	height:50px;
	background-color:#CCB514;
	border-top:2px solid #352608;
	border-bottom:2px solid #352608;
	-webkit-box-shadow: 0px 5px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 2px 0px rgba(50, 50, 50, 0.75);
	margin-top:50px;
	font-family:'enigma_b';
	font-size:24px;
}

#wrapper .header nav ul {
	position:absolute;
	right:75px;	
	top:5px;
  	text-align: left;
  	display: inline;
  	margin: 0;
  	padding: 0 4px 5px 25px;
  	list-style: none;
}
#wrapper .header nav ul li {
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 5px 20px 25px 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#wrapper .header nav ul li a{
	color:#000;
}

#wrapper .header nav ul a:hover {
  color: #fff;
}


#wrapper .header nav ul li ul {  
  padding: 15px 20px;
  position: absolute;
  top: 50px;
  font-size:14px;
  font-weight:bold;
  left: 0;
  width:200px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  background:rgba(109,123,30,0.8);
  -webkit-box-shadow: 5px 7px 11px 0px rgba(0,0,0,1);
	-moz-box-shadow: 5px 7px 11px 0px rgba(0,0,0,1);
	box-shadow: 5px 7px 11px 0px rgba(0,0,0,1);
}
#wrapper .header nav ul li ul li {  
  display: block; 
  color: #FFF;
  text-shadow: 0 -1px 0 #000;
  
}

#wrapper .header nav ul li ul li.photoLinkMobile{
		visibility:hidden;
		display:none;
	}


#wrapper .header nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;  
}

#wrapper .header nav ul li ul li a{
	color:#FFF;
}

#wrapper .header nav ul li ul li a:hover { 
	color:#CCB514; 
	text-shadow:none;
}


#wrapper .header .logo{
	position:absolute;
	z-index:10;
	left:25px;
	top:5px;
	width:200px;
	height:auto;
}

#wrapper .pageTopImage{
	position:relative;
	z-index:0;
	top:-55px;
	-webkit-box-shadow: inset -1px -8px 11px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset -1px -8px 11px 0px rgba(0,0,0,0.75);
	box-shadow: inset -1px -8px 11px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 5px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 2px 0px rgba(50, 50, 50, 0.75);
}

#wrapper .pageTopImage img{
	width:100%;
}

#wrapper .content{
	font-family:'sansOpen';
	position:relative;
	min-height:100%;
	margin:0 5%;
}

#wrapper .content .left{
	float:left;
}

#wrapper .content .inpageIamges{
	width:25%;
}

#wrapper .content .inpageIamges img{
	margin:15px 0;
	display:block;
	width:100%;
	height:auto;
	-webkit-box-shadow: 0px 5px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 2px 0px rgba(50, 50, 50, 0.75);
}


#wrapper .content .inpageText{
	width:70%;
}

#wrapper .content .inpageText a{
	text-decoration:none;
	color:#54972b;
	font-weight:bold;
}

#wrapper .content .inpageText a:hover{
	color:#CCB514;
}

#wrapper .content .inpageText ul{
	list-style:none;
}

#wrapper .content .inpageText ul li{
	margin:10px 0;
}



#wrapper .content .right{
	float:right;
}


#wrapper .content p{
	margin-left:25px;
	margin-right:25px;
}

#wrapper .content p::first-letter{
	font-size: 150%;
    color: #352608;
}

#wrapper .content .customerFeedback{
	font-size:12px;
}

#wrapper .recycleBar{
	margin:25px 0;
	width:100%;
	min-height:70px;
	padding:5px 0;
	background:rgb(109,123,30);
	border-top:2px solid #352608;
	border-bottom:2px solid #352608;
	font-style:oblique;
	font-weight:bold;	
	letter-spacing:0.2em;
	font-size:11px;
	color:#CCB514;
	text-shadow: 2px 2px 2px rgba(0,0,0, 1);
}

#wrapper .recycleBar img{
	width:auto;
	height:70px;
	float:left;
	margin:0 25px;
}

#wrapper .footer{
	font-family:'sansOpen';
	position:relative;
	font-size:12px;
	color: #666;
	border-top:2px solid #352608;
	border-bottom:2px solid #352608;
	text-align:center;
}

#wrapper .footer ul{
	list-style:none;
}

#wrapper .footer ul li{
	display:inline-block;
	margin-left:25px;
}

#wrapper .footer ul li img{
	height:20px;
	width:auto;
	margin-right:2px;
}

#wrapper .footer a{
	text-decoration:none;
	color:#54972b;
}

#wrapper .footer a:hover{
	color:#CCB514;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*********************************************************************************/
/* Mobile Styles                                                                 */
/*********************************************************************************/
/*---------------iPhone portrait---------------*/
@media only screen and (min-width: 320px) and (max-width: 479px){
	
	
	body{
		margin:0 auto;
	}
	
	
	#wrapper .header{
		text-align:center;
		position: relative;
	}
	
	#wrapper .header .logo{
	position: relative;
	z-index:10;
	width:200px;
	height:auto;
	margin-right:25px;
	}

	#wrapper .header nav{
	top:120px;
	min-height:220px;
	font-size:22px;
	margin:0 auto;
	}

	#wrapper .header nav ul {
	position:absolute;
	right:0;	
	top:40px;
  	margin: 0;
  	padding: 0 4px 5px 25px;
  	list-style: none;
	width:100%;
	text-align:center;
	}
	
	#wrapper .header nav ul li {
  	display:block;
  	position: relative;
 	padding:0;
	margin-bottom:5px;
	}

	#wrapper .header nav ul li a{
	color:#000;
	}

	#wrapper .header nav ul li a:hover, a:focus {
  	color: #000;
	}
	
	#wrapper .header nav ul li.contactUs a:hover, a:focus {
  	color: #FFF;
	}

	#wrapper .header nav ul li ul {  
  	padding:0;
 	position:static;
  	top:30px;
  	width:100%;
	height:auto;
  	background-color:none;
  	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display:block;
	visibility:visible;
	opacity: 1;
	}
	
	#wrapper .header nav ul li ul li.photoLink{
		visibility:hidden;
		display:none;
	}
	
	#wrapper .header nav ul li ul li.photoLinkMobile{
		visibility:visible;
		display:block;
	}
	
	#wrapper .header nav ul li ul li {  
 	display: block; 
  	color: #FFF;
  	text-shadow: 0 -1px 0 #000;
	padding:2px 0;
	}

	#wrapper .header nav ul li ul li a{
	color:#FFF;
	}

	#wrapper .header nav ul li ul li a:hover, a:focus { 
	color: #B47F12;
	}

	#wrapper .header nav ul li:hover ul {
  	display: block;
  	opacity: 1;
  	visibility: visible;
	}
	
	#wrapper .pageTopImage{
	display:none;
	}
	
	#wrapper .content{	
	position:relative;
	min-height:100%;
	margin:0;
	}

	#wrapper .content .inpageIamges{
	width:100%;
	text-align:center;
	margin-top:225px;
	}

	#wrapper .content .inpageIamges img{
	margin:2px 0;
	display:inline-block;
	width:30%;
	height:auto;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	}
	
	#wrapper .content .inpageText{
	width:100%;
	}
	
	#wrapper .content .left{
	float:none;
	}
	
	#wrapper .content .right{
	float:none;
	}
	
	#wrapper .content p::first-letter{
	font-size: 150%;
    color: #352608;
	}
	
	#wrapper .recycleBar{
	text-align:center;
	}
	
	#wrapper .recycleBar img{
	width:auto;
	height:50px;
	float:none;
	margin:0 25px;
	}
	
	#wrapper .footer ul{
	list-style:none;
	padding:0;
	margin:0;
	}

	#wrapper .footer ul li{
	display:block;
	margin-left:0;
	margin: 3px 0;
	}


}

/*---------------iPhone landscape---------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	#wrapper .header{
	position:relative;
	width:100%;
	height:75px;;
}
	
	#wrapper .header nav{
	position:absolute;
	z-index:1;
	width:100%;
	height:25px;
	background-color:#CCB514;
	border-top:2px solid #352608;
	border-bottom:2px solid #352608;
	-webkit-box-shadow: 0px 5px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 2px 0px rgba(50, 50, 50, 0.75);
	margin-top:20px;
	font-family:'enigma_b';
	font-size:17px;
}

#wrapper .header nav ul {
	position:absolute;
	right:5px;	
	top:0;
  	text-align: left;
  	display: inline;
  	margin: 0;
  	padding: 0 4px 5px 25px;
  	list-style: none;
}

#wrapper .header nav ul li ul {  
  padding: 15px 20px;
  position: absolute;
  top: 25px;
  font-size:14px;
  font-weight:bold;
  left: 0;
  width:200px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  background:rgba(109,123,30,0.8);
  -webkit-box-shadow: 5px 7px 11px 0px rgba(0,0,0,1);
	-moz-box-shadow: 5px 7px 11px 0px rgba(0,0,0,1);
	box-shadow: 5px 7px 11px 0px rgba(0,0,0,1);
}

#wrapper .header .logo{
	position: relative;
	z-index:10;
	width:100px;
	height:auto;
	margin-right:25px;
	}

#wrapper .pageTopImage{
	position:relative;
	z-index:0;
	top:-25px;
	-webkit-box-shadow: inset -1px -8px 11px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset -1px -8px 11px 0px rgba(0,0,0,0.75);
	box-shadow: inset -1px -8px 11px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 5px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 2px 0px rgba(50, 50, 50, 0.75);
}

	

	
}

/*---------------iPad landscape---------------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
}

/*---------------iPad portrait---------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
