@charset "UTF-8";
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.5em;
    font-family: Helvetica, "Helvetica Neue", Arial, "Gill Sans", "Myriad Pro", sans-serif;
    padding: 0px;
    margin: 0px
}
@font-face {
    font-family:"Capone";
    src: url("/font/capone-light.ttf") /* EOT file for IE */
}
a {
    text-decoration: none;
    color: inherit;
}
.signature-font {
	font-family: 'Capone', sans-serif;
}
.red {
	color: #FF0000;
}
.small-text {
	font-size: .5em;
	line-height: 1.5em;
}
#wrapper {
	margin-top: 0em;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding: 0;
	z-index: 0;
	overflow: hidden;
}
.section {
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    /*
    border-color: white;
    border-width: 1px;
    border-style: solid;
    */
}
.section-long {
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    min-height: 64em;
}
.section-content {
    width: 100%;
    padding: 3em;
}
.gradient-standard {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,222222+45,222222+55,000000+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(left, #000000 0%, #222222 45%, #222222 55%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 0%, #222222 45%, #222222 55%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #000000 0%, #222222 45%, #222222 55%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1); /* IE6-9 */
}
.bg-stripes {
    background: linear-gradient(
            to right,
            #eeeeee,
            #eeeeee 50%,
            #222222 50%,
            #222222
    );
    background-size: 12em 100%;
}
#header {
    text-align: center;
    height: 6em;
}
.bg-image {
    height: auto;
    width: 100%;
}
.title {
    font-family: 'Capone', sans-serif;
    font-weight: 100;
    color: white;
    font-size: 1em;

}
#mobile-nav {
    display: none;
}
.slicknav_menu {
	display:none;
}
#nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 3em;
     padding: .75em .75em .75em 3em;
    background-color: black;
    background-color: rgba(00,00,00,.9);
    border-bottom-color: red;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    z-index: 100;
}
#nav-list {
    position: absolute;
    right: 0;
    top: 0;
    padding: .75em;
    margin: 0em;
}
#nav-list li {
    display: inline;
    margin-right: 2em;
    color: white;
    font-weight: 100;
    font-size: 1em;
}

#champagne-menu-switch {
    cursor: pointer;
    color: white;
}


#nav-list a:hover {
    color: red;
}

#nav-list-sub {
    opacity: 0;
    position: absolute;
    right: 0;
    top: -3em;
    padding: .75em;
    margin: 0em;
}
#nav-list-sub li {
    display: inline;
    margin-right: 2em;
    color: white;
    font-weight: 100;
    font-size: 1em;
}
#nav-list-sub a:hover {
    color: red;
}

.section-dark {
     padding-top: 3em;
     /* background-color: #222222; 
     background: rgba(0,0,0,.7); */
     -webkit-box-shadow: inset 0px 0px 80px 0px rgba(0,0,0,.5);
     -moz-box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,1);
     box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,1);
     color:  #FFFFFF;
     min-height: 32em;
 }
.section-dark-long {
    padding-top: 3em;
    /* background-color: #222222; */
    background: rgba(0,0,0,.7);
    -webkit-box-shadow: inset 0px 0px 80px 0px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,1);
    box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,1);
    color:  #FFFFFF;
    min-height: 80em;
}
.section-light {
	padding-top: 3em;
    background: rgba(240,240,240,.90);
    -webkit-box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 40px 0px rgba(0,0,0,0.3);
    color:  #000000;
    min-height: 48em;

}
#footer {
    text-align: center;
    font-weight: 100;
	border-top: thin solid #FF0000;
}
#cest-la-vie {
    font-size: 5em;
    font-family: 'Capone', sans-serif;
    font-weight: 100;
    position: absolute;
    top: 40%;
    left: 20%;
    -ms-transform: rotate(355deg); /* IE 9 */
    -webkit-transform: rotate(355deg); /* Chrome, Safari, Opera */
    transform: rotate(355deg);
	opacity: 0;
text-shadow: 1px 1px 10px rgba(0,0,0,0.5);
z-index: 100;
}
#landing-bottle {
	position: absolute;
	height: 110%;
	bottom: -3em;
	right: auto;
	overflow: visible;
	z-index: 20;
	left: 70%;
	opacity: 0;


}
.landing-widget {
max-width: 400px; 
margin: auto; 
margin-top: 4em;
text-shadow: 1px 1px 5px #000000;
}

.landing-video {
width: 90%; 
margin: 5%; 
margin-top: 4em;
text-shadow: 1px 1px 5px #000000;
}

.info-container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	/* border: thin solid #FFFFFF; */
	height: 24em;
	width: 32em;
	overflow: visible;
}
#info-bottle-rose {
	position: absolute;
	height: 32em;
	top: -2em;
	left: 13em;
	overflow: visible;
	z-index: 20;
	opacity: 0;
}
#info-mask-rose {
	position: absolute;
	overflow: hidden;
	height: 6em;
	width: 100%;
	/* border: medium solid #ff0000; */
	left: 16em;
	opacity: 0;
}
#info-text-rose {
	position: absolute;

	width: 100%;
	padding-left: 6em;
	padding-top: 1.5em;

padding-right: 1em;
padding-bottom: 1em;
	background: rgba(0,0,0,0.6);
	border-radius: .5em;
	left: -32em;

}
#contact-box-outer {
	position: relative;	
	margin-left: auto;
	margin-right: auto;
	border: thin solid #FF0000;
	height: 24.5em;
	width: 32.5em;
	overflow: visible;
	opacity: 0;
}
#contact-box-inner {
	position: absolute;
	margin: .2em;
	padding: 3em;
	border: thin solid #FFFFFF;	
	height: 24em;
	width: 32em;
	background: rgba(0,0,0,0.6);
	
}
#checkout-box-outer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border: thin solid #FF0000;
    height: 44.5em;
    width: 24.5em;
    overflow: visible;
}
#checkout-box-inner {
    position: absolute;
    margin: .2em;
    padding: 3em;
    border: thin solid #FFFFFF;
    height: 44em;
    width: 24em;
    background: rgba(0,0,0,0.6);
    
}
#checkout-box-inner label {
    font-size: 1.2em;
    
}

input {
    width: 18em;
}

input[type=text], input[type=submit], input[type=password] {
    color: black;
    float: right;
    border-radius: .2em;
    height: 24px;  
}

input[type=submit] {
    border-color: red;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    font-weight: 100;
    background-color: rgba(0,0,0,0.6);
    margin-top: 1em;
}



form ul {
        margin: 0;
        font-size: .75em;
        color: red;
}

.social-link {
	height: 1em;
	width: 1em;
	margin: 0;
	
}

#slide-box-outer {
    position: relative;
    margin-top: 6em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
    height: 24em;
    width: 42em;
max-width: 100%;
    overflow: visible;
}

th, td {
    border-bottom: 1px solid white;
}
th, td {
    min-width: 6em;
}
th {
    text-align: left;
}
td {
    text-align: center;
}

.remove-button {
      font-weight: 100;
      color: gray;
      font-size: .75em;
  }
.add-button {
    font-weight: 100;
    color: gray;
    font-size: .75em;
}
.buy-button {
	border-color: red;
    border-width: 1px;
    border-style: solid;
border:1px solid red;
border-radius: 5px;
padding: .5em;
font-weight: 100;
background-color: rgba(0,0,0,0.6);
color: red;
margin-top: 1em;
}

.buy-button:hover {

background-color: rgba(255,0,0,0.6);
color: black;
}




@media (max-width:700px){
	body {
		font-size: 16px;
	}
    wrapper {
        width: 100%;
    }
#nav {
display:none;
}
#mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 3em;
    background-color: black;
    background-color: rgba(00,00,00,.9);
    border-bottom-color: red;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    z-index: 100;
}
#contact-box-inner {
    padding: 2em;

}
.slicknav_menu {
	display:block;
background: black;
    background: rgba(00,00,00,.9);
    border-bottom-color: red;
    border-bottom-width: 1px;
    border-bottom-style: solid;
font-size: 30px;
}
#header {
    text-align: center;
    height: 3em;
}
#cest-la-vie {
    font-size: 3em;
}
.section-content {
padding: 1em;
}

#landing-bottle {
	height: 85%;
}
.landing-widget {
max-width: 80%; 
}

.info-container {
max-width: 100%;
}

#slide-box-outer img {

    width: 100%;
}

#checkout-box-inner {

    padding: 1em;
}

.landing-video {
width: 100%; 
margin: 0%;
}


}


@media (min-width:1300px){
	body {
		font-size: 20px;
	}
}