body{
    overflow:hidden;
}

.master {
    position:absolute;
    width:775px;
    height:690px;
    font-family:georgia;
    color: white;
    font-size: 14px;
    line-height: 21px;
    z-index:5;
    left:123px;
    top:0px;
}

.master a {
    color:white;
}

.leftcol {
    position:relative;
    width:306px;
    height:690px;
    left:0px;
    top:0px;
    color:#505050;
    float:left;
}

.rightcol{
    position:relative;
    width:451px;
    height:690px;
    float:left;
}

.logo{
    position:relative;
    left:32px;
    top:107px;
    z-index:6;
}

.nav{
    position: relative;
    top: 169px;
}

.nav div{
    width:56px;
    height:56px;
    position:absolute;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    display:inline;
    /*opacity:0;*/
    border:1px transparent solid;
}

.nav div:hover{
    border:1px #b8b8b8 solid;
}

.nav img{
    width:0;
    opacity:.7;
}

.nav img:hover{
    opacity:1;
}

.nav01{
    left:58px;
    cursor:pointer;
}

.nav02{
    left:125px;
    cursor:pointer;
}

.nav03{
    left:193px;
    cursor:pointer;
}

.leftinfo{
    display:none;
    position:relative;
    top:264px;
    background-color:rgba(224,223,219,.85);
    height: 311px;
    width: 306px;
}

.leftinfo p{
    padding:0px 15px 0px 15px;
}

.arrow{
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid rgba(224,223,219,.85);
    top: -25px;
    left:60px;
    position:relative;
}

.entry{
    position:relative;
    width:451px;
    height:690px;
}

.entry h1{
    font-size:20px;
    padding:22px;
    margin:0px;
    font-weight:normal;
    text-transform:uppercase;
    line-height:1.5em;
}

.entry p{
    margin:0px 22px 0px 22px;
    padding:22px 0px 22px 0px;
    border-bottom:1px solid #FFF;
}

.mobile{
    position:relative;
    float:left;
    width:451px;
    height:700px;
    opacity:0;
}

.mobile h2{
    font-size:12px;
    font-style:italic;
    color:#fff;
    padding-left:22px;
    margin:0px;
}

.mobile h1{
    font-size:20px;
    padding:6px 0px 9px 22px;
    margin:0px;
    font-weight:normal;
    text-transform:uppercase;
    line-height:1em;
}

.mobile p{
    margin:0px 22px 0px 22px;
    padding: 3px 0px 8px 0px;
    line-height:1.3em;
}

.mobile_img{
    margin-left:20px;
}

.mobile_img img{
    width:190px;
    margin:2px;
}

.appstore{
    margin-left: 22px;
    height: 47px;
    float:left;
}

.web{
    position:relative;
    float:left;
    width:451px;
    height:700px;
    opacity:0;
}

.web01{
    position:absolute;
}

.web01 h2{
    font-size:12px;
    font-style:italic;
    color:#fff;
    padding-left:26px;
    margin:0px;
}

.web01 h1{
    font-size:20px;
    padding:6px 0px 9px 22px;
    margin:0px;
    font-weight:normal;
    text-transform:uppercase;
    line-height:1em;
}

.web01 p{
    margin:0px 22px 0px 22px;
    padding:22px 0px 22px 0px;
    line-height:1.3em;
}

.web01_img{
    margin-left:22px;
}

.web01_img img{
    width:190px;
    margin:2px;
}

.web02{
    display:none;
    position:absolute;
}

.web02 h2{
    font-size:12px;
    font-style:italic;
    color:#fff;
    padding-left:26px;
    margin:0px;
}

.web02 h1{
    font-size:20px;
    padding:6px 0px 9px 22px;
    margin:0px;
    font-weight:normal;
    text-transform:uppercase;
    line-height:1em;
}

.web02 p{
    margin:0px 22px 0px 22px;
    padding:22px 0px 22px 0px;
    line-height:1.3em;
}

.web02_img{
    margin-left:22px;
}

.web02_img img{
    width:198px;
    margin:2px;
}

.web03{
    display:none;
    position:absolute;
}

.web03 h2{
    font-size:12px;
    font-style:italic;
    color:#fff;
    padding-left:26px;
    margin:0px;
}

.web03 h1{
    font-size:20px;
    padding:6px 0px 9px 22px;
    margin:0px;
    font-weight:normal;
    text-transform:uppercase;
    line-height:1em;
}

.web03 p{
    margin:0px 22px 0px 22px;
    padding:22px 0px 22px 0px;
    line-height:1.3em;
}

.web03_img{
    margin-left:22px;
}

.web03_img img{
    width:190px;
    margin:2px;
}

.web_select{
    width:141px;
    height:26px;
    position:absolute;
    z-index:5;
    left: 150px;
    bottom: 35px;
}

.web_select div{
    height:18px;
    width:18px;
    background-color:#fff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    float:left;
    margin-left:23px;
    cursor:pointer;
}

.web_select02, .web_select03{
    margin-top:5px;
}

.df_link{
    color:#fff;
    margin-left:22px;
    font-size:24px;
}

.vimeo_placeholder{
    width:451px;
    height:253px;
    background-color:#0F0;
}


.delicioso{
    font-size:12px;
    height:20px;
    width:113px;
    font-style:italic;
    position:absolute;
    bottom:89px;
    left:99px;
    opacity:0;
}

.awe_ent{
    position:relative;
    bottom: 84px;
    left: 346px;
    opacity:.5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;    
    border-radius: 5px;
}

.awe_ent:hover{
    opacity:1;
}

.red_column{
    width:18px;
    height:690px;
    float:left;
}

.red{
    position:relative;
    width:18px;
    height:18px;
    top:-500px;
    background-color:#B41046;
}

.red:hover{
    background-color:#FFF;
    cursor:n-resize;
}

.background{
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
    z-index:-5;
}

@media screen and (max-width: 1024px) {
	.background {
		left: 50%;
		margin-left: -512px;
	}
}

.shadow1 {
    position: absolute;
    width:306px;
    height:100%;
    top: 0px;
    left: 123px;
    z-index:-1;
    background-color:rgb(0,0,0);
    background-color:rgba(0,0,0,.2);
}

.shadow2 {
    position: absolute;
    width:451px;
    height:100%;
    top: 0px;
    left: 447px;
    z-index:-2;
    background-color:rgb(0,0,0);
    background-color:rgba(0,0,0,.5);
}

