/*@font-face {
    font-family: 'narzissdrops';
    src: url('../fonts/hubert_jocham_narziss-drops-webfont.eot');
    src: url('../fonts/hubert_jocham_narziss-drops-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hubert_jocham_narziss-drops-webfont.woff') format('woff'),
    url('../fonts/hubert_jocham_narziss-drops-webfont.ttf') format('truetype'),
    url('../fonts/hubert_jocham_narziss-drops-webfont.svg#narzissdrops') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@import url("../fonts/fonts-stylesheet.css");


html,
button,
input,
select,
textarea {
    color: #222;
}
html,body{
    min-width: 100%;
    min-height: 100%;
}

body {
    font-size: 1em;
    line-height: 1.4;
    min-width: 570px;
	overflow-x: hidden;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body{
    /*background: url(../img/bg.jpg) repeat;*/
	background-color: #eee7d2;
    color: #04296d;
    text-align: center;
    font-family: 'futura-pt',sans-serif;
}
#top-bar{
    /*background: #bbe3dc;*/
    text-align: center;
	margin-bottom: 35px;
    padding-top: 20px;
}
#top-bar h5 {
	font-family: "PlutoCond",sans-serif;
	font-size: 32px;
}
h2{
    text-transform: uppercase;
    font-size: 48px;
    margin: 10px 0 0 0;
    line-height: 1;
    font-weight: 700;
}
.header-normal h2{
    font-family: 'futura-pt-condensed', sans-serif;
    font-size: 64px;
    letter-spacing: 5px;
    line-height: 0.8;
    margin-top: 20px;
}
.header-normal h2 span{
    font-size: 30px;
    position: relative;
    left: -5px;
}
h4{
    font-family: 'narziss-bold-drops';
    margin: 0;
    line-height: 1;
    font-size: 45px;
    font-weight: 700;
}
h3,h5,#key{
    font-family: 'narzissdrops', serif;
}
h3{
    font-size: 40px;
    margin: 0;
    line-height: 1;
    font-weight:normal;
}
h5{
    margin:0;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    padding: 0 45px;
}
p{
    font-size: 20px;
    padding: 0 30px;
}
#wrapper{
    margin-left: auto;
    margin-right: auto;
    width: 550px;
}
.detail{
    margin: 0 auto;
}
.detail-wrapper{
	position: relative;
}
.detail-wrapper #copy h4{
	font-family: 'narziss-bold-drops';
	padding: 20px 20px 10px;
}
.detail-wrapper #copy h5{
	font-family: "PlutoCond",sans-serif;
	font-size: 24px;
}
.detail-wrapper #copy p{
	font-family: "PlutoCond",sans-serif;
    font-size: 18px;
}

.detail-top{
    background: url(../img/details-top.png) no-repeat center;
    width: 256px;
    height: 70px;
    margin-top: 15px;
}
.detail-middle{
    background: url("../img/branches_top.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 150px;
    position: absolute;
    top: -98px;
    width: 570px;
    z-index: 2;
}
.detail-bottom{
    background: url("../img/branches_bottom.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    bottom: -112px;
    height: 163px;
    position: absolute;
	right: 0;
    width: 530px;
}

#logo{
    position: fixed;
    top: 15px;
    left: 25px;
    z-index: 99999;
}
#logo h1{
    background: url(../img/logo.svg) no-repeat left top;
    width: 171px;
    height: 190px;
    overflow: hidden;
    text-indent: -9999px;
    margin:0;
    cursor: pointer;
}
.lt-ie9 #logo h1{
    background: url(../img/logo.png) no-repeat left top !important;
}
#copy{
    font-weight: 500;
	margin-top: 110px;
}
#bottles{
    position: relative;
    background: url(../img/bottles.png) no-repeat center;
    width: 681px;
    height: 650px;
    margin-left: -48px;
}
#confess-bottles{
    position: absolute;
    background: url(../img/bottles.png) no-repeat center;
    background-size: contain;
    width: 401px;
    height: 352px;
    left: 470px;
    top: -340px;
    opacity: 0.7;
    display:none;
}
#download-cocktail-guide{
    position: fixed;
    bottom: 40px;
    right: 25px;
}
#download-cocktail-guide a{
    background: url(../img/download.png) no-repeat right bottom;
    width: 115px;
    height: 203px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    bottom:0;right:0;
}
.alt-color{
    color: #0076bc;
}

footer{
    background: #002e6d;
    padding: 6px;
	margin-top: 230px;
}
footer p{
    margin: 0;
    text-align: center;
    color: white;
    font-size: 11px;
}

/*#key{
    list-style: outside none none;
    padding-left: 0;
    position: absolute;
    right: 193px;
    top: 500px;
    z-index: 3;
}
#key li{
    float: left;
    padding: 8px 40px;
    position: relative;
    text-align: left;
}
#key li div{
    border-radius: 26px;
    content: " ";
    height: 35px;
    left: -2px;
    position: absolute;
    top: 10px;
    width: 35px;
}*/
/*#key li:after{
    position: absolute;
    left:-6px;top:6px;
    border-width: 2px;
    border-style: solid;
    content: " ";
    width: 32px;
    height: 32px;
    border-radius: 20px;
}*/
/*#key .key-apple:after{
    border-color: #a5a806;
}
#key .key-blackcurrant:after{
    border-color: #9f3e85;
}
#key .key-pear:after{
    border-color: #d57f0b;
}
#key .key-apple:before{
    background: #a5a806;
}
#key .key-blackcurrant:before{
    background: #9f3e85;
}
#key .key-pear:before{
    background: #d57f0b;
}*/
/*#key .key-apple div{
	background: url(../img/blueCircleLarge1.jpg) no-repeat scroll center center / cover rgba(0, 0, 0, 0);
	background-size: cover;
}
#key .key-blackcurrant div{
    background: url(../img/blueCircleLarge2.jpg) no-repeat scroll center center / cover rgba(0, 0, 0, 0);
}
#key .key-pear div{
    background: url(../img/blueCircleLarge3.jpg) no-repeat scroll center center / cover rgba(0, 0, 0, 0);
}*/

.bottle-note{
    position: absolute;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 200px;
/*    border-width: 2px;
    border-style: solid;*/
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    cursor: pointer;
    z-index: 1000;
    /*background:white;*/
}
.bottle-note.open{
    width: 260px;
    height: 260px;
}
.bottle-note-small.open{
    width: 150px;
    height: 150px;
}
.bottle-note p{
    margin:0;
    line-height: 1.1;
    border-radius: 200px;
    color: white;
    width: 100%;
    height: 100%;
    font-family: 'futura-pt', serif;
    font-weight: 400;
    overflow: hidden;
    padding:10px;
    position: relative;
}
.bottle-note p span{
    display: block;
    padding: 0 30px;
    width: 266px;
    margin-left: -133px;
    left: 50%;
    position: absolute;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.bottle-note-small p span{
    width: 140px;
    margin-left: -70px;
    padding: 0 20px;

}
.bottle-note.open p span{
    opacity: 1;
}
.bottle-note-small{
    /*border-color: #007b6b;*/
}
.bottle-note-small p{
    /*background: #007b6b;*/
}
.bottle-note-1{
    left: 212px;
    top: 560px;
	background: url(../img/blueCircleLarge1.jpg) no-repeat scroll center center / cover rgba(0, 0, 0, 0);
	background-size: cover;
}
.bottle-note-1.open{
    left: 160px;
    top: 490px;
}
.bottle-note-1 p span{
    margin-top: 20px;
}
.bottle-note-2{
    left: 434px;
    top: 560px;
	background: url(../img/blueCircleLarge2.jpg) no-repeat scroll center center / cover rgba(0, 0, 0, 0);
	background-size: cover;
}
.bottle-note-2.open{
    left: 380px;
    top: 490px;
}
.bottle-note-2 p span{
    margin-top: 20px;
}
.bottle-note-3{
    left: 324px;
    top: 560px;
	background: url(../img/blueCircleLarge3.jpg) no-repeat scroll center center / cover rgba(0, 0, 0, 0);
	background-size: cover;
}
.bottle-note-3.open{
    left: 268px;
    top: 490px;
}
.bottle-note-3 p span{
    margin-top: 23px;
}
.blackcurrant{
    /*border-color:#9f3e85;*/
    left: 358px;
    top: 39px;
	background: url(../img/blackcurrantCircleLarge.jpg) no-repeat scroll center center / cover rgba(0, 0, 0, 0);
	background-size: cover;
}
.blackcurrant.open{
    left: 218px;
    top: -32px;
}
.blackcurrant p{
    /*background: #9f3e85;*/
}
.blackcurrant p span{
    margin-top: 22.5%;
}
.apple-and-feijoa{
    /*border-color: #a5a806;*/
    left: 110px;
    top: 250px;
	background: url(../img/applefeijoaCircleLarge.jpg) no-repeat scroll center center / cover rgba(0, 0, 0, 0);
	background-size: cover;
}
.apple-and-feijoa.open{
    left: 0;
    top: 140px;
}
.apple-and-feijoa p{
    /*background: #a5a806;*/
}
.apple-and-feijoa p span{
    margin-top: 22%;
}
.pear-and-passionfruit{
    /*border-color: #d57f0b;*/
	left: 530px;
    top: 230px;
	background: url(../img/pearpassionCircleLarge.jpg) no-repeat scroll center center / cover rgba(0, 0, 0, 0);
	background-size: cover;
}
.pear-and-passionfruit.open{
    left: 392px;
    top: 105px;
}
.pear-and-passionfruit p{
    /*background: #d57f0b;*/
}
.pear-and-passionfruit p span{
    padding: 0 28px;
    margin-top: 31%;
}

#lightbox{
    position: fixed;
    top: 0;
    left:0;
    bottom:0;
    right:0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(0,0,0,0.4);
    color: white;
}
#enter-dob{
    width: 450px;
    height: 450px;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -225px;
    border-radius: 500px;
    background: #0076bc;
    position: absolute;
}
#enter-dob:after{
    position:absolute;
    content: " ";
    left: -8px;
    top: -8px;
    bottom: -8px;
    right: -8px;
    border-radius: 500px;
    /*border: 3px solid #007b6b;*/
    z-index: -1;
}
#enter-dob h4{
    font-family: PlutoCond;
    font-size: 30px;
    margin-top: 134px;
	margin-bottom: 18px;
}

input{
    border: medium none;
    border-radius: 10px;
    color: #002e6d;
    font-family: "PlutoCond",sans-serif;
    font-size: 28px;
    height: 60px;
    margin: 0 12px;
    outline: medium none;
    text-align: center;
    width: 95px;
}

#go {
    display: block;
    margin: 42px auto -8px !important;
}
#go, #cancel,#send_form{
    background-color: #002e6d;
    border: medium none;
    border-radius: 12px;
    color: #fff;
    font-family: "PlutoCond",sans-serif;
    font-size: 21px;
    font-weight: 800;
    height: 41px;
    margin: 20px 5px;
    width: 178px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
#send_form{
    margin: 10px 0 0;
    height: 40px;
    font-size: 25px;
}
#go:hover,#cancel:hover,#send_form:hover{
    background: rgba(255,255,255,0.3);
    color: white;
}
#status{
    margin: 10px 0;
}
footer a{
    color: white;
	text-decoration: none;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
footer a:hover{
    color: #0176bc;
}

#contact_form{
    width: 550px;
    margin: 20px auto;
}
.row{
    margin: 10px 0;
}
#contact_form input,
textarea{
    width: 100%;
    display: block;
    height: 40px;
    font-family: 'futura-pt', sans-serif;
    font-size: 16px;
    border-radius: 10px;
    margin: 0 5px;
    border: none;
    color: white;
    background: rgba(255,255,255,0.3);
    outline: none;
    text-align: left;
    padding: 5px;
}
textarea{
    height: 150px;
}
#contact_form label{
    text-align: left;
    color: white;
    padding-bottom: 3px;
    padding-left: 5px;
    display: block;
}
#contact_form button {
	background-color: #0176bc;
}
#form_status {
	color: #fff;
}


#wrap{
    background: url("../img/background.jpg") no-repeat scroll top center rgba(0, 0, 0, 0);
/*	background-size: 80%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;*/
}

.confess-header,
.confess-header h4{

    color: #4d2a2b;
    text-transform: none;
    font-size: 22px;
    margin: 0 0 5px 0;
}
.confess-header p{
    margin: 0 0 20px 0;
    font-size: 18px;
}
.confess-submit-detail{
    background: url(../img/confess-submit-detail.png) no-repeat center;
    width: 370px;
    height: 74px;
    margin: 0 auto;
}
#confess-submit{
    background: url(../img/confess-now-btn.png?v=1) no-repeat left top;
    width: 113px;
    height: 113px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -20px;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
    outline: none;
}
#confess-submit:hover{
    background-position: left bottom;
}
#confess-detail-left{
    position: absolute;
    bottom: 35px;
    left: 0;
    background: url(../img/confess-detail-left.png) no-repeat left bottom;
    width: 224px;
    height: 248px;
}
#confess-detail-right{
    position: absolute;
    right: 0;
    bottom: 35px;
    background: url(../img/confess-detail-right.png) no-repeat right bottom;
    width: 243px;
    height: 248px;
}
#bubble-container{
    width: 100%;
    height: 1000px;
}
.confess-filter{
    background: rgba(0, 123, 107, 0.10);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    padding: 5px 15px;
    margin: 20px 0 0;
}
.confess-filter label{
    display: inline-block;
    font-size: 20px;

    margin: 0 10px;
}
.confess-filter input{
    display: inline-block;
    width: auto;
    height: auto;
}


.pjs-circle{
    -webkit-backface-visbility: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top:0;left:0;
}
.circle-hit{
    position: absolute;
    left: -25%;
    top: -25%;
    bottom: -25%;
    right: -25%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}
.circle-inner-hit{
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left:0; top:0;
}
.circle-large .hover{
    display:none;
    color: white;
    font-size: 22px;
}
.circle-large .byline{
    font-size: smaller !important;
    font-family: 'narzissdrops', serif;
}
.circle-large .hover span{
    display: inline-block;
    background: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 8px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 22px;
    cursor: pointer;
    font-family: 'narzissdrops', sans-serif;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.circle-large .hover span:hover{
    background: #4d2a2b;
    color: white;
}
.circle-inner-hit:hover .hover{
    display: block !important;
}
.circle-inner-hit:hover p{
    display: none;
}

.pjs-circle.circle-small{
    border: 1px solid #4d2a2b;
    background: transparent;
}
.pjs-circle.circle-small.circle-filled{
    background: #4d2a2b;
}

.pjs-circle.circle-large{
    background: url(../img/bubble-sprites.png) no-repeat;
    line-height: 1.2;
}

.pjs-circle.circle-large.circle-rad134{
    width: 267px;
    height: 267px;
    margin-left: -134px;
    margin-top: -134px;
    background-position: -6px -6px;
    color: white;
}
.pjs-circle.circle-large.circle-rad134 p{
    font-size: 16px !important;
}
.pjs-circle.circle-large.circle-rad134 .hover span{
    color: #007b6b;
}
.pjs-circle.circle-large.circle-rad134.hovered{
    background-position: -6px -286px;
}

.pjs-circle.circle-large.circle-rad115{
    width: 230px;
    height: 230px;
    margin-left: -115px;
    margin-top: -115px;
    background-position: -293px -20px;
    color: #007b6b;
}
.pjs-circle.circle-large.circle-rad115 p{
    font-size: 15px !important;
}
.pjs-circle.circle-large.circle-rad115 .hover span{
    color: #007b6b;
}
.pjs-circle.circle-large.circle-rad115.hovered{
    background-position: -293px -267px;
}

.pjs-circle.circle-large.circle-rad152{
    width: 304px;
    height: 304px;
    margin-left: -152px;
    margin-top: -152px;
    background-position: -541px -10px;
    color: #9f3e85;
}
.pjs-circle.circle-large.circle-rad152 p{
    padding: 0 40px;
}
.pjs-circle.circle-large.circle-rad152 .hover span{
    color: #9f3e85;
}
.pjs-circle.circle-large.circle-rad152.hovered{
    background-position: -541px -338px;
}

.pjs-circle.circle-large.circle-rad186{
    width: 372px;
    height: 372px;
    margin-left: -186px;
    margin-top: -186px;
    background-position: -856px -9px;
    color: #a5a806;
    font-size: 25px !important;
}
.pjs-circle.circle-large.circle-rad186.hovered{
    background-position: -856px -402px;
}
.pjs-circle.circle-large.circle-rad186 .hover span{
    color: #a5a806;
}

.pjs-circle.circle-large.circle-rad118{
    width: 236px;
    height: 236px;
    margin-left: -118px;
    margin-top: -118px;
    background-position: -1251px -14px;
    color: white;
}
.pjs-circle.circle-large.circle-rad118 p{
    font-size: 15px !important;
}
.pjs-circle.circle-large.circle-rad118.hovered{
    background-position: -1251px -262px;
}
.pjs-circle.circle-large.circle-rad118 .hover span{
    color: #007b6b;
}

.pjs-circle.circle-large.circle-rad164{
    width: 328px;
    height: 328px;
    margin-left: -164px;
    margin-top: -164px;
    background-position: -1512px -14px;
    color: #d68722;
}
.pjs-circle.circle-large.circle-rad164 .hover span{
    color: #d68722;
}
.pjs-circle.circle-large.circle-rad164.hovered{
    background-position: -1512px -350px;
}

.pjs-circle.circle-large.circle-rad116{
    width: 232px;
    height: 232px;
    margin-left: -116px;
    margin-top: -116px;
    background-position: -1859px -11px;
    color: #007b6b;
}
.pjs-circle.circle-large.circle-rad116 .hover span{
    color: #007b6b;
}
.pjs-circle.circle-large.circle-rad116 p{
    font-size: 15px !important;
}
.pjs-circle.circle-large.circle-rad116.hovered{
    background-position: -1859px -260px;
}

.pjs-circle.circle-hero{
    width: 357px;
    height: 357px;
    margin-left: -178px;
    margin-top: -178px;
    background: transparent !important;
}


.thanks,#confess-enter,.header-enter{
    display:none;
}


#page-links{
    margin: 15px 0 25px;
    font-size: 20px;
}
#page-links a{
    text-decoration: none;
    color: #9f3e85;
    font-family: 'narzissdrops',serif;
    font-size: 23px;
}
#page-links .page-links-dot{
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #9f3e85;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 10px;
    position: relative;
    top: -3px;
}
#page-links a.selected, #page-links a:hover{
    text-decoration: underline;
}

.detail.detail-top.header-enter{
    background: url(../img/confess-enter-detail-top.png) no-repeat left top;
    width: 370px;
    height: 116px;
}

.header-enter h2{
    font-size: 34px;
}
.confess-header-detail{
    background: url(../img/confess-enter-detail-icecream.png) no-repeat left top;
    width: 84px;
    height: 48px;
    margin: 20px auto;
}

.confess-header h3{
    font-size: 27px;
    font-family: 'futura-pt', sans-serif;
}
.confess-header h5{
    font-size: 17px;
    margin: 5px 0;
}

#confess_form{
    margin: 20px 0 0;
}
#confess_form .row{
    text-align: center;
    margin-bottom: 5px;
}
#confess_form .col{
    width: 47%;
    margin: 0;
    float: left;
}
#confess_form .col + .col{
    float: right;
}
#confess_form label{
    display: block;
    text-align: left;

}
#confess_form input[type='text'],
#confess_form textarea{
    font-family: 'futura-pt', sans-serif;
    width: 100%;
    background: white;
    background: rgba(255,255,255,0.9);
    border: 1px solid #e2dfce;
    resize: none;
    margin: 0;
    height: 50px;
    font-size: 20px;
    color: #666;
    text-align: left;
    padding: 0 8px;
}

#confess_form textarea{
    height: 120px;
    padding: 8px;
}

#confess_form .my-confession{
    margin: 30px 0 0;
}
#confess_form .my-confession label{
    font-size: 20px;
}
#confess_form .my-confession label span{
    float: right;
    font-size: 13px;
    position: relative;
    top: 8px;
}
#confess_form input[type='radio'],
#confess_form input[type='checkbox']{
    width: auto;
    height: auto;
}

#confess_form .row.small-text label{
    font-size: 13px;
    line-height: 1.2;
}
#confess_form .col.col-small{
    width: 29%;
}
#confess_form .col.col-large{
    width: 69%;
}
#confess_form .row.extra-margin{
    margin-top: 30px;
}

.confess-enter-detail-bottom{
    background: url(../img/confess-enter-detail-bottom.png) no-repeat left top;
    width: 513px;
    height: 224px;
    margin: 0 auto;
}
#confess-enter-submit{
    background: url(../img/confess-now-submit-btn.png) no-repeat left top;
    width: 129px;
    height: 129px;
    border: none;
    outline: none;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    top: 50px;
    left: 20px;
}
#confess-enter-submit:hover{
    background-position: left bottom;
}

#confess-thanks{
    color: #4d2a2b;
}
#confess-thanks .confess-thanks-header{
    font-size: 18px;

}
.confess-thanks-share h3{
    font-family:'futura-pt', sans-serif;
    font-size: 20px;
    margin: 30px 0;
}
.confess-thanks-detail{
    background: url(../img/confess-thanks-detail.png) no-repeat left top;
    width: 42px;
    height: 51px;
    margin: 15px auto;
}
.confess-thanks-detail-bottom{
    background: url(../img/confess-thanks-detail-bottom.png) no-repeat left top;
    width: 461px;
    height: 185px;
    margin: 30px auto;
}
#confess-enter .row a{
    color: #007b6b;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
#confess-enter .row a:hover{
    color: #006151;
}
#confess-thanks a,
#confess-thanks a:hover,
.confess-header a,
.confess-header a:hover{
    color: #4d2a2b;
}
#share-confession,#share-invite{
    position: relative;
    height: 72px;
    width: 335px;
    padding-left: 50px;
    font-family: 'futura-pt', sans-serif;
    border: none;
    outline: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    margin: 20px 0;
}
#share-confession:before,
#share-invite:before{
    content: " ";
    background: url(../img/facebook.png) no-repeat left top;
    width: 45px;
    height: 62px;
    position: absolute;
    left: 5px;
    top: 5px;
}
#share-confession:after,
#share-invite:after{
    position: absolute;
    content: " ";
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
#share-confession:hover{
    background: #803766;
}
#share-confession:hover:after{
    border: 8px solid #803766;
}
#share-confession:after{
    border: 1px solid #9f3e85;
}
#share-invite:hover{
    background: #006151;
}
#share-invite:hover:after{
    border: 8px solid #006151;
}
#share-invite:after{
    border: 1px solid #007b6b;
}
#share-confession{
    background: #9f3e85;
}
#share-invite{
    background: #007b6b;
}





.the-tooltip{
    position: absolute;
    z-index: 99999;
    top:-100px;
    left:-100px;
    font-family: 'futura-pt', sans-serif;
}
.the-tooltip .tip{
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    background: #4d2a2b;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.the-tooltip p{
    font-size: 16px;
    font-weight: 400;
    margin:0;
    color: #fff;
    padding: 5px 8px;
    -webkit-border-radius: 2px;
    border: 1px solid #4d2a2b;
    border-radius: 2px;
    background: #4d2a2b;
    box-shadow:  1px 2px 4px 1px rgba(51, 51, 51, 0.15);
    text-align: center;
    position: relative;
    z-index: 100001;
}
.the-tooltip p span{
    display: block;
}

#close-contact-form{
    float:right;
}
#confess .confess-submit{
    position: relative;
}
.small-text{
    font-size: 14px;
}
#confess-go-to-gallery{
    background: url(../img/scroll-down.png) no-repeat left top;
    width: 72px;
    height: 72px;
    cursor: pointer;
    position: absolute;
    top: -490px;
    left: 620px;
    display:none;
}
#confess-go-to-gallery:hover{
    background-position: left bottom;
}
#confess-go-to-gallery span{
    position: absolute;
    top: 75px;
    width: 100%;
    display: block;
    left: 0;
    line-height: 1;
    color: #4d2a2b;
}
#confess .confess-header h4{
    font-size: 36px;
}
#confess-enter .small-text-2{
    font-size: 15px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 680px) {
	#wrap {
		background-color: #f3eedc;
		background-image: none;
	}
}
@media only screen and (max-width: 580px) {
	#bottles {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
	
	.bottle-note-1{
		left: 92px;
		top: 560px;
	}
	.bottle-note-1.open{
		left: 40px;
		top: 490px;
	}
	.bottle-note-2{
		left: 314px;
		top: 560px;
	}
	.bottle-note-2.open{
		left: 260px;
		top: 490px;
	}
	.bottle-note-3{
		left: 204px;
		top: 560px;
	}
	.bottle-note-3.open{
		left: 148px;
		top: 490px;
	}
	.blackcurrant{
		left: 238px;
		top: 39px;
	}
	.blackcurrant.open{
		left: 98px;
		top: -32px;
	}
	.apple-and-feijoa{
		left: -10px;
		top: 250px;
	}
	.apple-and-feijoa.open{
		left: -20px;
		top: 140px;
	}
	.pear-and-passionfruit{
		left: 410px;
		top: 230px;
	}
	.pear-and-passionfruit.open{
		left: 205px;
		top: 105px;
	}
}
@media only screen and (max-width: 920px) {
    #logo{
        position: static;
        padding: 10px 0;
    }
    #logo h1{
        margin: 0 auto;
    }
    #download-cocktail-guide{
        position: static !important;
        margin: 30px 0 20px !important;
    }
    #download-cocktail-guide a{
        position: static !important;
        display: block !important;
        margin: 0 auto !important;
    }
    #key{display:none;}
	#wrap{
		background-size: cover;
	}
    #wrapper{
        /*overflow: hidden;*/
    }
    input{
        font-size: 35px;
    }
}
@media only screen and (min-width: 1100px){
    #confess-bottles{
        display: block;
    }
    #confess-go-to-gallery{
        display:block;
    }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}