html {
    -moz-box-shadow: inset 0 0 25em rgba(0,0,0,0.75);
    -webkit-box-shadow: inset 0 0 25em rgba(0,0,0,0.75);
    box-shadow: inset 0 0 25em rgba(0,0,0,0.75);
    min-height: 100%;
    background: #b50;
    color:#fff;
}

#content{
    margin-bottom:10px;
}

#content p{
	  width: 90%;
  font-size: 20px;
  float: left;
  margin-left: 5%;
  text-align: justify;
}

#content #logo{
    float: left;
    width: 100%;
    margin-left: 0%;
    text-align: center;
}

#content #logo img{
    width: 100px;
    margin: 0% 20px 0% 0%;
}

#content #logo h1{
  font-family: 'Anton', sans-serif;
  font-size: 3em;
  font-weight: 400;
  margin: 0px;
  line-height: 1.1em;
  text-transform: uppercase;
  text-align: center;
  width:auto;
}

.appstore{
    float: left;
    width: 40%;
    margin: 25px 0% 10px 5%;
    text-align: center;
}

#eyepad{
    width:420px;
	height:556px;
    padding: 64px 50px;
	background: transparent url('../img/eyepad.png') top left no-repeat;
}


#eyepad #carousel{
    position:relative;
    width: 320px;
    height: 546px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}


#eyepad .btn{
    position: relative;
    top: -260px;
    left: -33px;
    width: 25px;
    height: 25px;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 50%;
    font-size: 23px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

#eyepad #btnr{
    left: 292px;
}

#eyepad #slide{
    position:absolute;
    left:0px;
    /*border:solid 1px #f00;*/
    height:100%;
    width:960px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#eyepad #slide td{
    /*border:solid 1px #00f;*/
    height:100%;
    width:320px;
    text-align:center;
    padding:0px;
}

#eyepad #slide td span{
    font-size:24px;
    color:#6a3;
    line-height:96px;
}

#recipe{
    padding: 0%;
    background: #ffe;
    color: #130800;
    -webkit-box-shadow: 1px 4px 6px 0px rgba(19,8,0,0.7);
    -moz-box-shadow: 1px 4px 6px 0px rgba(19,8,0,0.7);
    box-shadow: 1px 4px 6px 0px rgba(19,8,0,0.7);
}

#policy p{
    margin:20px;
}

#policy a{
    color:#fff;
    font-weight:bold;
}

#footer{
  position: fixed;
  float:right;
  width: 100%;
  right: 0px;
  bottom: 0px;
  font-family:sans-serif;
}

#footer .policy{
  background: rgba(255,255,255,0.8);
  font-size: 12px;
  color: #333;
  line-height: 12px;
  margin-left: 10px;
  padding: 3px 10px;
  font-weight: bold;
  float: left;
}

#footer a.gz {
  width: auto;
  color: #fff;
  line-height: 18px;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  background: rgba(0,0,0,0.8);
  padding: 0px 15px 4px 0px;
  text-decoration: none;
  overflow: hidden;
  margin: 0px 0px;
  display: block;
  float: right;
}

#footer a.gz .badge {
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  background: #7cb750;
  line-height: 36px;
  font-family: serif;
  padding: 4px 15px 6px 15px;
  margin: 0px;
}

.sociallinks{
  float:right;
  margin:2%;
}

.sociallinks a{
  color:#fff;
  text-decoration:none;
  text-align:center;
  width: 50px;
  font-size: 20px;
}

.turkey .sociallinks{
    margin:10% 0px 10px 0px;
}

.turkey #content #logo h1 {
    margin: 20% 0px 0px 0px;
}

.turkeys{
    margin: 0% 0% 10% 0%;
    width: 100%;
    border: solid 2px rgba(255,255,255,0.5);
}

h1{
	margin: 20px 0px 30px 0px;
    font-size: 2.25em;
    text-align: center;
    font-weight: bold;
    line-height: 1.2em;
}

h2{
	margin: 30px 0px 20px 0px;
	font-size: 1.5em;
}

p{
	margin: 10px 0px;
}

ul, ol{
	margin: 10px 20px 20px 40px;
}

ul{
	list-style: disc;
}

ol{
	list-style: decimal;
}

ol li{
	margin: 10px 0px;
}

#banner_print{
	display:none;
}

#logo{
	color:#fff;
	text-decoration: none;
}

#logo h1 span{
	font-size:18px;
}

#logo_print{
	width: 6em;
    float: left;
    margin: -4% 0px 0px -4%;
	display: none;
}

#recipe a{
	color:#000;
}

#recipe a#print{
	   float: right;
    margin: 20px 30px 0px 0px;
    text-decoration: none;
    border: solid 1px rgba(51,17,0,0.5);
	color:#310;
	background-color:rgba(187,85,0,0.05);
    border-radius: 3px;
    padding: 5px 7px;
    clear: both;
}

.buffertop{
	padding:0% 5% 0% 5%;
}

.bufferbottom{
	padding:0% 5% 5% 5%;
}

#page2{
	margin-bottom: 75px;
}

#sharebuttons{
	float:left;
	margin: 20px 0px 0px 20px;
}

.twitter-share-button{
	margin-left:10px;
}

.fb-share-button{
	float: left; margin: 0px 15px 0px 5px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

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

	h1 {
    font-size: 1.1em;
	}

	h2 {
    font-size: 1em;
	}

    #content #logo h1 {
        font-size: 1.6em;
    }

    #content #logo img {
        width: 100px;
        margin: -0.8em 0px 0% 4%;
        float: left;
    }

}

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

    #eyepad{ display:none;}
	.buffertop{
		padding:0% 5% 5% 5%;
	}

	.bufferbottom{
		padding:5% 5% 5% 5%;
	}

}
@media only screen and (max-width: 767px) {

    #content #logo h1 {
        font-family: 'Anton', sans-serif;
        font-size: 1.9em;
        font-weight: 400;
        margin: 0px;
        line-height: 1.2em;
        text-transform: uppercase;
        text-align: center;
        width: auto;
        padding: 1em 0em;
    }

    #content #logo img {
        width: 100px;
        margin: -0.5em 0px 0% 4%;
        float: left;
    }

}

@media print{

	.page-break	{ display: block; page-break-before: always; }
	html, body{
		background:#fff;
	}
	
	h1{
		margin: 20px 0px 20px 0px;
		font-size: 2em;
		line-height: 1.2em;
	}
	#sharebuttons{
		display:none;
	}
	#print{
		display:none;
	}
	#logo{
		display:none;
	}
	#logo_print{
		display: block;
		margin-top: -1em;
	}
	#banner_group{
		display:none;
	}
	#banner_print{
		display:block;
	}
	#recipe{
		width:96%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#roast{
		display:none;
	}
	#page2{
		page-break-before: always;
		break-before: always;
		margin-bottom:0px;
	}
	#footer{
		display:none;
	}


}
