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:80px;
}

#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{
    float: left;
    width: 50%;
    margin: -5% 25% 2% 25%;
}

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

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

#fullstory{
	color: #b50;
    border: solid 1px #fff;
    border-radius: 5px;
    text-decoration: none;
    width: 70%;
    display: inline-block;
    margin-left: 15%;
    padding: 15px 0px;
    text-align: center;
    text-transform: uppercase;
    background: #fff;
    margin: 20px 15% 10px 15%;
	font-weight: bold;
}

#recipe{
	    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    float: left;
}

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


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


#eyepad .btn{
    position: relative;
    top: -300px;
    left: -33px;
    width: 30px;
    height: 25px;
    color: rgba(255,255,255,0.5);
    /* border: solid 2px #fff; */
    /* border-radius: 50%; */
    font-size: 63px;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
	-webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
}

#eyepad .btn:hover{
	color: rgba(255,255,255,0.8);
}

#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;
}

#policy h2{
    margin:20% 0px 20px 0px;
}

#policy p{
    margin:20px;
}

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

#footer{
  position: fixed;
  float:right;
  width: 100%;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  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: 1% 0% 0% 0%;
}

.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: 14% 0px 0px 0px;
}

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

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

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


}

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

    #eyepad{ display:none;}

    #banner_content{
        height:90px;
        margin-bottom: 10px;
    }

    #banner_group{
        height: 90px;
        margin-bottom: 10px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
    }
	
	.turkey .sociallinks {
		margin: 0% 0px 10px 0px;
	}
	
	.turkeys {
   		margin: 0% 0% 0% 0%;
	}
	
	.turkey #content #logo h1 {
		margin: 5% 0px 0px 0px;
	}

}
