/*Cirq*/
/*Global Stuff*/
body {
	background:#e1d3b5;
	font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
	font-size:16px;
	color:#231F20;
	transition: all 500ms ease;
}
body.vintage-page {
	overflow-x:hidden;
}
@media (max-width: 991px) {
	body {
		padding-top:115px;
	}
}
a, a:active, a:visited {
	color:#231F20;
	text-decoration:underline;
	transition: all 500ms ease;
}
a:hover {
	color:#231F20;
	text-decoration:none;
}
a.no-u {
	text-decoration:none;
}
a.no-u:hover{
	color:#2B4468;
}
img {
	max-width:100%;
}
.inline-block {
	display:inline-block;
	float:left;
}
.relative {
	position:relative;
}

/*Basics*/
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.home-leadin {
	padding:10px 0;
}
.main-content {
	padding:30px 15px 30px 15px;
}
@media (max-width: 991px) {
	.main-content {
		padding:0px 15px 30px 15px;
	}
}
.main-content.home-content {
	padding-top:0;
}
.extra-bottom {
	margin-bottom:100px;
}
.mobile-text {
	display:none;
}
p.indent {
	text-indent:50px;
	margin-bottom:0;;;
}
@media (max-width: 991px) {
	.desktop-text {
		display:none;
	}
	.mobile-text {
		display:block;
	}
}
.nowrap {
	white-space:nowrap;
}

/*Header & Footer Stuff*/
.logo-area {
	height:150px;
	z-index:999;
}
@media (max-width: 991px) {
	.logo-area {
		border-bottom:1px dashed #231F20;
	}
}
.logo-area .header-text {
	margin-top:66px;
}
.site-logo {
	width:246px;
	height:150px;
	display:inline-block;
	background:url(../images/site-logo.png) no-repeat center center;
	background-size:contain;
	text-indent:-999em;
	max-width:100%;
}
.site-navigation {
	border-bottom:1px dashed #231F20;
	border-top:1px dashed #231F20;
	text-align:center;
	padding:20px 0;
	margin-left:5%;
	margin-right:5%;
}
@media (max-width: 991px) {
	.site-navigation {
		margin-left:0;
		margin-right:0;
	}	
}
.site-navigation.bottom {
	border-top:1px dashed #231F20;	
	border-bottom:1px dashed #231F20;	
}
.site-navigation i {
	font-style:normal;
}
.site-navigation a {
	display:inline-block;
	padding:0 12px;
}
.site-navigation a.current {
	color:#BA452A;
}
.hamburger {
	display:none;
	position:absolute;
	top:42px;
	left:15px;
	width:40px;
}
.modal-contents {
	color:#fff;
}
.hamburger span {
	display:block;
	height:1px;
	background:#231F20;
	margin-bottom:9px;
	-webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.hamburger.on span:first-child {
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top:13px;	
}
.hamburger.on span:last-child {
	-ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top:-20px;	
}
.hamburger.on span:nth-child(2) {
	opacity:0;
}
.footer-credits {
	padding:24px 0 80px 0;
}
.footer-credits .container {
	position:relative;
}
@media (max-width: 991px) {
	.footer-credits {
		border-top:1px dashed #231F20;
		margin-left:15px;
		margin-right:15px;
	}
}
.site-logo-bottom {
	width:65px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
}
.footer-content {
	padding-left:65px;
	display:inline-block;
	font-size:9.3px;
	font-weight:700;
	text-transform:uppercase;
	float:right;
	padding-top:15px;
	line-height:20px;
}
.footer-content span {
	margin-left:15px;
	white-space:nowrap;
}
.footer-content span:first-child {
	margin-left:0;
}
@media (max-width: 991px) {	
	.site-navigation.bottom  {
		display:none;
	}
	.site-navigation.top {
		border:none;
		position:fixed;
		top:111px;
		left:15px;
		right:15px;
		z-index:9999;
		background:rgba(225, 211, 181, 0.98);
		display:none;
		height: calc(100% - 111px);
	}
	.dark-page .site-navigation.top span:last-child {
		border-color: #8f8b82;
	}
	.hamburger {
		display:block;
	}
	.logo-area {
		position:fixed;
		top:0px;
		left:15px;
		right:15px;
		height:110px;
		font-size:1em;
		background:rgba(225, 211, 181, 0.98);
	}
	.logo-area .header-text {
		margin-top:46px;
	}
	.site-logo {
		width:160px;
		height:110px;
	}
	.site-navigation.top a {
		display:block;
		padding:18px 0;
		font-size:16px;
	}
	.site-navigation.top span {
		display:none;
		text-align:center;
		padding:30px 0;
		font-size:16px;
	}
	.site-navigation.top i {
		display:none;
	}
	.footer-credits {
		padding:12px 0 30px 0;
		text-transform:uppercase;
		font-weight:700;
	}
	.footer-credits .mobile-text a {
		text-decoration:none;
	}
}
/*Alternate page colors*/
/*Dark Page*/
.dark-page-icon {
	display:none;
}
body.dark-page {
	background:#000;
	color:#8f8b82;
}
body.dark-page a {
	color:#8f8b82;
}
body.dark-page .logo-area,
body.dark-page .site-navigation,
body.dark-page .site-navigation.bottom,
body.dark-page .footer-credits {
	border-color:#8f8b82;	
}
body.dark-page .hamburger span {
	background:#8f8b82;	
}
body.dark-page .logo-area,
body.dark-page .site-navigation.top {
	background:rgba(0, 0, 0, 0.99);	
}
body.dark-page .site-logo {
	background-image:url(../images/site-logo-red.png);
}
body.dark-page .normal-page-icon {
	display:none;
}
body.dark-page .dark-page-icon {
	display:inline-block;
}
/*ORange Page*/
body.orange-page {
	background:#ffb734;
}
body.orange-page .logo-area,
body.orange-page .site-navigation.top {
	background:rgba(255, 183, 52, 0.99);	
}
/*Bootleggers page*/
body.bg-boot {
	background-color:#a0977a;
}
body.bg-boot .logo-area,
body.bg-boot .site-navigation.top {
	background:rgba(160, 151, 122, 0.99)
}
/*Treehouse page*/
body.bg-treehouse {
	background-color:#9f5143;
}
body.bg-treehouse .logo-area,
body.bg-treehouse .site-navigation.top {
	background:rgba(159, 81, 67, 0.99);
}
body.treehouse-2012 {
	background-color:#b2946d;
}
body.treehouse-2012 .logo-area,
body.treehouse-2012 .site-navigation.top {
	background:rgba(178, 148, 109, 0.99);
}
body.treehouse-2011 {
	background-color:#dfc899;
}
body.treehouse-2011 .logo-area,
body.treehouse-2011 .site-navigation.top {
	background:rgba(223, 200, 153, 0.99);
}

/*Custom fonty stuff*/
.letter-portrait {
	margin:30px auto;
	width:280px;
}
.letter-text {
	padding:0 15%;
}
.letter-text blockquote {
	font-family: 'EgyptienneConD-Med';
	font-weight:400;
	margin:40px auto;
	width:90%;
	border:12px solid #231f20;
	border-left:none;
	border-right:none;
	padding:3%;
	text-align:center;
	color:#BA452A;
	font-size:2em;
	line-height:1.2em;
	text-transform:uppercase;
}
.letter-text blockquote.vintage {
	color:#F7966B;
}
.letter-text blockquote.vintage.alt {
	color:#3E4162;
}
.letter-text blockquote.vintage.bootlegger {
	color:#a41c1e;
}
.letter-text blockquote.normal {
	color:#231f20;
}
.letter-text blockquote.gallery-quote {
	color:#e2d5b5;
	border-color:#bb452b;
	margin:100px auto;
	max-width:800px; 
}

@media (max-width: 991px) {
	.letter-text {
		padding:0 5%;
	}
}
@media (max-width: 767px) {
	.letter-text {
		padding:0;
	}
	.letter-portrait {
		width:200px;
	}
}
.wine-header {
	font-family: 'EgyptienneConD-Med';
	font-weight:400;
	text-align:center;
	font-size:2em;
	line-height:1.2em;
	text-transform:uppercase;
	display:block;
	letter-spacing:0.75px;	
}

.wine-header.email {
	line-height:1.8em;
}
.wine-header.vintage-detail-header {
	margin:50px 0 30px 0;
}
@media (max-width: 1199px) {
	.sign-up .wine-header {
		font-size:2.5vw;
		line-height:2em;	
	}
}
@media (max-width: 991px) {
	.sign-up .wine-header {
		font-size:2.7vw;
		line-height:1em;	
	}
	.wine-header.email {
		padding-top:20px;
	}
}
@media (max-width: 767px) {
	.sign-up .wine-header {
		font-size:5vw;
		line-height:3em;
		text-align:left;	
	}
}
@media (max-width: 540px) {
	.sign-up .wine-header {
		font-size:5vw;	
	}
}
.wine-header span {
	color:#BA452A;
}
.left-image {
	margin:0 20px 20px 0;
	max-width:50%;
}
.right-image {
	margin:0 0 20px 20px;
	max-width:50%;
}
@media (max-width: 590px) {
	.left-image, .right-image {
		width:100%;
		max-width:100%;
	}
}
.photo-section {
	margin-top:50px;
	margin-bottom:50px;
	margin-left:5%;
	margin-right:5%;
}
.photo-section img {
	width:100%;
	margin-bottom:10px;
}
.photo-section .left-image-container {
	padding-right:5px;
}
.photo-section .right-image-container {
	padding-left:5px;
}
.site-navigation.top {
	overflow:auto;
}
@media (min-width: 992px){
	.nav-container {
	    width: 100%;
	}
}
@media (max-width: 991px) {
	.photo-section, .video-container {
		margin-left:15px;
		margin-right:15px;
	}	
}
@media (max-width: 767px) {
	.photo-section img.grayscale{
		-webkit-filter:none;
		filter:none;		
	}
}
h1.moving-pictures {
	font-family: 'EgyptienneConD-Med';
	font-weight:400;
	text-align:center;
	font-size:2em;
	line-height:1.2em;
	text-transform:uppercase;
	display:block;
	margin-bottom:0;
	color:#fff;	
	padding-bottom:0;	
}
/*Homepage stuff*/
.home-wines {
	margin-top:15px;
	padding:10px;
	border-style: solid;
	border:12px solid #352e24;
	/*
	-moz-border-image: url(/public/images/stroke6.png) 38 41 37 37 repeat;
	-webkit-border-image: url(/public/images/stroke6.png) 38 41 37 37 repeat;
	-o-border-image: url(/public/images/stroke6.png) 38 41 37 37 repeat;
	border-image: url(/public/images/stroke6.png) 38 41 37 37 repeat; 
	*/
}
.home-wines .col-sm-6:first-child {
	border-right:6px solid #352e24;
}
.home-wines .wine-header {
	margin:0;
}
@media (max-width: 767px) {
	.home-wines .col-sm-6:first-child {
		border-bottom:6px solid #352e24;
		border-right:none;
		padding-bottom:10px;
	}
	.home-wines .col-sm-6:last-child {
		padding-top:10px;
	}
	.home-wines {
		padding-left:25px;	
		padding-right:25px;
	}	
}
a.home-wine-name {
	display:block;
	font-family: "Champion Middlewt A", "Champion Middlewt B";
	margin-top:5%;
	font-style: normal;
	font-weight: 400;
	color:#BA452A;	
	line-height:0.9em;
	text-transform:uppercase;
	text-decoration:none;
}
a.home-wine-name:hover {
	color:#2B4468;
}
.home-wine-name.treehouse {
	font-size:13.5em;
}
.home-wine-name .bootlegger-small {
	font-size:10em;
	line-height:0.9em;
}
.home-wine-name .bootlegger-big {
	font-size:19em;
	line-height:0.9em;
	letter-spacing:0.05em;
}
h2.vintages {
	display:block;
	font-family: "Champion Middlewt A", "Champion Middlewt B";
	margin-top:50px;
	margin-bottom:0;
	font-style: normal;
	font-weight: 400;
	color:#BA452A;	
	line-height:0.8em;
	text-transform:uppercase;
	text-decoration:none;
	font-size:25em;	
	text-align:center;
}
h2.vintages a {
	color:#BA452A;	
}
h2.vintages a:hover{
	color:#2B4468;
}
@media (max-width: 1199px) {
	.home-wine-name.treehouse {
		font-size:13vw;
	}
	.home-wine-name .bootlegger-small {
		font-size:10vw;
	}
	.home-wine-name .bootlegger-big {
		font-size:20vw;
	}
	h2.vintages {
		font-size:29vw;	
	}
}
@media (max-width: 767px) {
	.home-wine-name.treehouse {
		font-size:30vw;
	}
	.home-wine-name .bootlegger-small {
		font-size:25vw;
	}
	.home-wine-name .bootlegger-big {
		font-size:46vw;
	}
}
.wine-description {
	text-align:center;
	margin-top:8px;
}
.vintage-years .vintage-year {
	border-right:6px solid #352e24;
	text-align:center;
	margin-bottom:25px;
}
.vintage-years .vintage-year.year-four {
	border-right:none;
}

.vintage-years .vintage-year h2.wine-header {
	margin-top:0;
}
.vintage-years .vintage-year .year {
    width:60%;
    display:inline-block;
}
.vintage-years .vintage-year .year:after {
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%;
    background: #352e24; 
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
}
.vintage-years .vintage-year .year div {
    float:left;
    width:100%;
    padding-top:50%;
    line-height:1em;
    margin-top:-0.5em;
    text-align:center;
    font-family: "Champion Middlewt A", "Champion Middlewt B";
	font-style: normal;
	font-weight: 400;
	font-size:5em;
	color:#e1d3b5;	
}
.vintage-years .vintage-year a:hover .year:after {
	background:#2B4468 !important;
}
@media (max-width: 1199px) {
	.vintage-years .vintage-year .year div {
		font-size:6vw;
	}
}
@media (max-width: 991px) {
	.vintage-years {
		margin-top:20px;
	}
	.vintage-years .vintage-year.year-two {
		border-right:none;
	}
	.vintage-years .vintage-year.year-three{
		margin-top:25px;
	}
	.vintage-years .vintage-year.year-four {
		margin-top:25px;
	}
	.vintage-years .vintage-year .year div {
		font-size:12vw;
	}
}
.vintage-divider {	
	height:3px;
	display:none;
}
.vintage-divider .inner {
	background: #352e24;
	height:6px;	
}
@media (max-width: 991px) {
	.vintage-divider {
		display:block;
	}	
}
.home-moving-pictures {
	border-top:12px solid #352e24;
	border-bottom:12px solid #352e24;
	padding:35px 15px 20px 15px;
}
a.mv-title {
	margin-top:4%;
	color:#BA452A;
	font-family: 'EgyptienneConD-Med';
    font-weight: 400;
    text-decoration:none;
    font-size:12em;
    line-height:0.72em;
    text-align:center;
    display:block;
    letter-spacing:-2px;
}
a.mv-title:hover {
	color:#2B4468;
}
a.mv-title span {
	font-size:1.3em;
}
@media (max-width: 1199px) {
	a.mv-title {
		font-size:12vw;
	}
}
@media (max-width: 991px) {
	.home-poster {
		margin-top:20px;
	}
	.home-moving-pictures {
		margin-top:20px;
		margin-bottom:30px;
	}
}

@media (max-width: 767px) {
	a.mv-title {
		font-size:30vw;
	}
	.home-moving-pictures {
		padding:20px 0;
	}
}
.cirq-story {
	margin-top:25px;
}
.sign-up {
	margin-top:0;
}
.email-submit input {
	background:none;
	color:#4C5B81;
	border:none;
	border-bottom:1px solid #231F20;
	line-height:2em;
	width:80%;
}
.email-submit button {
	font-family: "Champion Welterwt A", "Champion Welterwt B";
	color:#4C5B81;
	border:2px solid #4C5B81;
	text-transform:uppercase;
	background:none;
	padding:3px;
	font-size:1.5em;
	margin-left:5px;	
}
.email-submit but5on:hover {
	background:#4C5B81;
	color:#e1d3b5;
}
::-webkit-input-placeholder { 
  color:#4C5B81;
}
::-moz-placeholder { 
  color:#4C5B81;
}
:-ms-input-placeholder {
  color:#4C5B81;
}
:-moz-placeholder {
  color:#4C5B81;
}
/*Video Thingies*/
.videos {
	margin-top:23px;
	padding-left:5%;
	padding-right:5%;
	margin-left:-15px;
	margin-right:-15px;
}
.videos .video-box { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
	margin-bottom:75px; 
}
.homepage-video { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
	margin-top:-5px;
}
.homepage-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videos .video-box:last-child {
	margin-bottom:25px;
}
.videos .video-box .inner-box {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
	z-index:9;
}
.videos .video-box .inner-box video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videos .video-title {
	font-family: "Champion Bantamwt A", "Champion Bantamwt B";
	font-style: normal;
	font-weight: 400;	
	color:#fff;
	font-size:10vw;
	line-height:0.9em;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	z-index:10;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform:uppercase;
	text-align:center;
	transition: all 500ms ease;
}
.videos .video-title div {
	transition: all 500ms ease;
}
.videos .video-title div:hover {
	color:#2B4468;
}
.videos .video-title.winegrowing {
	font-size:12vw
}
.videos .video-title.winemaking {
	font-size:12vw
}
.videos .video-title.russian-river {
	font-size:12vw
}
@media (max-width: 1124px) {
	video {
		display:none;	
	}
}
@media (max-width: 1199px) {
	.videos .video-title {
		font-size: 13vw;
	}
	.videos .video-title.winegrowing {
		font-size: 10vw;
	}
	.videos .video-title.winemaking {
		font-size: 11.6vw;
	}
	.videos .video-title.russian-river {
		font-size:14vw;
	}
}
.videos .video-title .video-play {
	display:block;
	margin:1% auto;
}
.videos .video-title .video-play.hover {
	display:none;
}
.videos .video-title div:hover .video-play.hover {
	display:block;
	transition: all 500ms ease;
}
.videos .video-title div:hover .video-play.default {
	display:none;
	transition: all 500ms ease;
}
@media (max-width: 767px) {
	.videos .video-title .video-play {
		width:40px;
	}
}
/*Video modal*/
.video-modal, .photo-modal, .photo-modal-scrolly {
	background:rgba(0, 0, 0, 1) url(../images/ajax-loader.gif) no-repeat center center;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	z-index:99999;
	display: none;
	color:#fff;
	overflow:auto;
}
.mfp-bg {
	background:#000;
	opacity:1;	
}
button.mfp-close {
	position:fixed;
	top:35px !important;
	right:35px !important;
	width:30px;
	height:30px;
	background:url(../images/x.png) no-repeat center center;
	text-indent:-999em;
	opacity:1;
}
button.mfp-arrow-right {
    background: transparent url(../images/right.png) no-repeat center center;
}
button.mfp-arrow-left {
    background: transparent url(../images/left.png) no-repeat center center;
}
.mfp-arrow:before, .mfp-arrow:after {
	border:none !important;
	content:none !important;
}
.mfp-close-btn-in .mfp-close {
	color:#fff;
}
.photo-modal {
	background-image:none;
	color:#fff;
}
.video-modal .close-modal, .photo-modal .close-modal, .photo-modal-scrolly .close-modal {
	position:absolute;
	top:25px;
	right:25px;
	color:#fff;
	text-decoration:none;
	width:50px;
	height:50px;
	background: url(../images/x.png) no-repeat center center;
	background-color:#000;
	z-index:9999999;
	border-radius:50%;
}
.video-modal .container, .photo-modal .container {
	height:100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position:relative;
}
.photo-modal.scrolly .container {
	height:100vh;
	display: flex;
	align-items:baseline;
	justify-content: baseline;
	position:relative;
}
.photo-modal .photo-header {
	margin-top:30px;
	margin-bottom:50px;
	text-align:center;
}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	width:100%;
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
.photo-container .photo-block {
	width:100%;
	display:none;
}
.carousel-control.narrower {
	width:5%;
}
.carousel-control.left.narrower {
	background:url(../images/left.png) no-repeat left center;
}
.carousel-control.right.narrower {
	background:url(../images/right.png) no-repeat right center;
}
.carousel-slide-custom {
	padding:0 5%;
}
/*crazy fonty madness*/
h1.michael-browne {
	margin-top:0;
	font-size: 7.2vw;
	font-family: "Champion Heavywt A", "Champion Heavywt B";
	color:#352e24;
	text-align:center;
	word-break:break-word;
	text-transform:uppercase;
	line-height:0.9em;
	padding-top:.8%;
	transition: all 500ms ease;
}
h1.michael-browne a {
	color:#352e24;
	text-decoration:none;	
}
h1.michael-browne a:hover{
	color:#2B4468;
}

h1.wine-name {
	margin-top:0;
	font-size: 8em;;
	margin-bottom:40px;
	font-family: "Champion Middlewt A", "Champion Middlewt B";
	color:#BA452A;
	text-align:center;
	word-break:break-word;
	text-transform:uppercase;
}
h1.wine-name.vintages {
	margin-bottom:20px;
}
.vintage-row div {
	padding-bottom:40px;
}
h3.vintage-year {
	margin-top:10px;
	font-size:4em;
	font-family: "Champion Heavywt A", "Champion Heavywt B";
	color:#BA452A;
	text-align:center;
	word-break:break-word;
	text-transform:uppercase;
	line-height:0.9em;
}
@media (max-width: 1199px) {
	h3.vintage-year {
		font-size:6vw;
	}
	h1.wine-name.vintages {
		font-size:15vw;	
	}
}
@media (max-width: 991px) {
	h3.vintage-year {
		font-size:8vw;
	}
}
@media (max-width: 500px) {
	h3.vintage-year {
		font-size:9vw;
	}
}
@media (max-width: 500px) {
	h1.wine-name {
		font-size:16vw;
	}
}
h2.estate {
	padding:0;
	margin-top:27px;
	margin-bottom:0;
	font-size: 16vw;
	line-height:0.8em;
	font-family: "Champion Heavywt A", "Champion Heavywt B";
	text-align:center;
	word-break:break-word;
	white-space:nowrap;
}
h2.estate a {
	text-decoration:none;
	color:#BA452A;
}
h2.estate a:hover {
	color:#2B4468;
}
.wines-from {
	text-align:center;
	position:relative;
	margin-bottom:10px;
}
@media (max-width: 991px) {
	.wines-from {
		margin:15px 0 20px 0;
	}
}
.wines-from .line {
	position:absolute;
	height:6px;
	background:#352e24;
	z-index:3;
	left:0;
	right:0;
	top:42%;
}
.wines-from span {
	position:relative;
	font-family: 'EgyptienneConD-Med';
	font-weight:400;
	text-align:center;
	font-size:2em;
	line-height:1.2em;
	text-transform:uppercase;
	display:inline-block;	
	margin:0;
	padding:0 15px;
	background:#e1d3b5;
	z-index:5;
	letter-spacing:0.75px;
}
h3.photos {
	margin:120px 0 0 0;
	font-size:3em;
	line-height:0.9em;
	font-family: "Champion Middlewt A", "Champion Middlewt B";
	text-align:center;
	word-break:break-word;
	background:url(../images/down.png) no-repeat center bottom;
	padding-bottom:50px;
}
h3.photos a {
	text-decoration:none;
}
.welcome-to-the-show {
	position:relative;
	margin-top:35px;
	font-family: "Champion Middlewt A", "Champion Middlewt B";
	text-transform:uppercase;
	line-height:0.9em;
	font-size:14em;	
}

.welcome-to-the-show .signature {
	position:absolute;
	top:-40px;
	right:3%;
}
.welcome-to-the-show:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.welcome-to-the-show .to-the {
	padding:0 15px;
	color:#BA452A;
}
.welcome-to-the-show .show {
	color:#BA452A;	
}
.welcome-to-the-show .to {
	font-size:0.35em;
	display:block;
	line-height:0.8em;
}
.welcome-to-the-show .the {
	font-size:0.6em;
	display:block;
	line-height:1em;
}
.welcome-to-the-show a div {
	transition: all 500ms ease;	
}
.welcome-to-the-show a:hover div {
	color:#2B4468;
}
@media (max-width: 1199px) {
	.welcome-to-the-show{
		font-size:18vw;		
	}	
}
@media (max-width: 991px) {
	.welcome-to-the-show{
		font-size:26vw;		
	}	
}
@media (min-width: 1200px) {
	h1.michael-browne {
		font-size:6.3em;
	}
	h2.estate {
		font-size:15.8em;
	}
}
@media (max-width:850px) {
	h2.estate {
		font-size: 16vw;
	}	
}
.orange {
	color:#BA452A
}
.bantam {
	font-family: "Champion Bantamwt A", "Champion Bantamwt B";
	font-style: normal;
	font-weight: 400;
}

.feather {
	font-family: "Champion Featherwt A", "Champion Featherwt B";
	font-style: normal;
	font-weight: 400;
}

.light {
	font-family: "Champion Lightwt A", "Champion Lightwt B";
	font-style: normal;
	font-weight: 400;
}

.welter {
	font-family: "Champion Welterwt A", "Champion Welterwt B";
	font-style: normal;
	font-weight: 400;
}

.middle {
	font-family: "Champion Middlewt A", "Champion Middlewt B";
	font-style: normal;
	font-weight: 400;
}

.heavy {
	font-family: "Champion Heavywt A", "Champion Heavywt B";
	font-style: normal;
	font-weight: 400;
}
.rotate-down {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	writing-mode: lr-tb;
	display:inline-block;
}
.shim-up {
	transform: translate(0,-10%);
    -webkit-transform: translate(0,-10%);
    -o-transform: translate(0,-10%); 
    -moz-transform: translate(0,-10%);
    font-size:0.9em;
    display:inline-block;
}

/*The Snake*/
.snake {
	position:fixed;
	top:100vh;
	left:-250px;
	display:block;
	width:250px;
	transition: all 4s ease-in-out;
    -webkit-transition: all 4s ease-in-out;
    -moz-transition: all 4s ease-in-out;
    -o-transition: all 4s ease-in-out;
}
.sunmoon {
	position:absolute;
	top:30vh;
	width:190px;	
	left:100%;
	transition: all 7s ease-in-out;
    -webkit-transition: all 7s ease-in-out;
    -moz-transition: all 7s ease-in-out;
    -o-transition: all 7s ease-in-out;
}
.sunmoon.moved {
	top:40vh;
	left:-250px;
}
@-webkit-keyframes wobble  {
  0%  { -webkit-transform:  rotate(0deg); }
  20%  { -webkit-transform:  rotate(5deg); }
  50%  { -webkit-transform:  rotate(-5deg); }
  100%  { -webkit-transform:  rotate(0deg); }
}
.snake.squiggled {
	top:-140px;
	left:100%;
	-webkit-animation: wobble 2s infinite;
}
.snake img {
	width:100%;
}
/*Login*/
.login-holder {
	max-width:500px;
	margin:auto;
}
.login-holder .form-login, .login-holder p {
	max-width:450px;
	margin:auto;
}
.login-links {
	text-align:center;
}
.form-login label {
	font-weight:400;
	margin:25px 0 5px 0;
	text-align:left;
	display:block;
}
.form-login .w-radio label {
	display:inline-block;
	margin:0;
}
.form-login input[type=text], .form-login input[type=email], .form-login input[type=password], .form-login select {
	font-weight:400;
	width:100%;
	height:40px;
	line-height:40px;
	margin:0;
	text-align:left;
	padding:0 5px;
}
.form-login input[type=text].extra-top {
	margin-top:25px;
}
.form-login select {
	border:none;
	height:40px;
}
.form-login .date-entry select {
	width:30%;
}
.form-login button {
	margin:30px auto;
	display:inline-block;
	border:4px solid #4C5B81;
	color:#4C5B81;
	font-family: "Champion Welterwt A", "Champion Welterwt B";
	text-transform:uppercase;
	font-style: normal;
	font-weight: 400;
	background:none;
	font-size:1.4em;
	padding:6px 10px;
	line-height:1em;
	transition: all 500ms ease;
}
.form-login button:hover {
	background:#4C5B81;
	color:#e1d3b5;
}
.tickets .wine-header {
	padding-bottom:20px;
}
.tickets p {
	margin:20px 0 0 0;
}
.header-p {
	text-transform:uppercase;
}
.carousel-indicator {
	margin-top:50px;
}
/*Individual vintages*/
.vintage-header-img {
	width:600px;
	max-width:100%;
	display:block;
	margin:40px auto;
}
.bottle-images, .bottle-image {
	margin-top:60px;
	margin-left:5%;
	margin-right:5%;
}
@media (max-width: 991px) {
	.bottle-images, .bottle-image {
		margin-left:15px;
		margin-right:15px;
	}
}

.bottle-image img {
	width:100%;	
}
.bottle-images img {
	width:100%;
	height:auto;
	display:none;
}
@media (max-width: 991px) {
	.wine-header, .wines-from span, .letter-text blockquote {
		font-size:1.5em;
	}
}