
/* Main Container */
img, embed, object, video {
	max-width: 100%
}
/* Deviders */
hr.separator {
	height: 1px;
	margin: 40px 0;
	border-top:1px solid #929393;
}

.header {
	background:#2E5000;
	z-index:100;
	position:relative;
}
.logo {
	float:left;
	background:#2E5000;
	padding:20px 20px;
	margin-bottom:0px;
	position:relative;
	z-index:10000;
	display:inline-block;
}
.logo h1 {
	color:#faf5d9;
	font-family: 'Great Vibes', cursive;
	text-transform:none;
	letter-spacing:.1em;
}
.logo h4 {
	color:#fff;
	text-shadow:none;
	letter-spacing:.75em;
	font-size:.8em;
	padding:10px 0 10px 0;
	border-bottom: 1px dashed #451924;
	border-top: 1px dashed #451924;
}
nav {
	float:right;
	margin-top:50px;
}
#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav:before, #nav:after {
	content: "";
	display: table;
}
#nav:after {
	clear: both;
}
#nav {
	zoom:1;
}
#nav li {
	float: left;
	border-right: 1px dashed #363636;
	position: relative;
}
#nav a {
	float: left;
	padding:2px 20px;
	font-size:1.1em;
	color:#faf5d9;
	text-transform:uppercase;
	text-decoration: none;
}
#nav li:hover > a {
	color: #fff;
}
#nav ul {
	visibility: hidden;
	position: absolute;
	top: 28px;
	left: 0;
	z-index: 10;
	background: #000;
	border:4px solid #2f2f2f;
 transition: all .2s ease-in-out;
}
#nav li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#nav ul ul {
	top: 0;
	left: 220px;
	margin: 0 0 0 20px;
}
#nav ul li {
	float: none;
	display: block;
	border: 0;
}
#nav ul a {
	font-size:.9em;
	padding: 10px;
	min-width: 200px;
	display: block;
	float: none;
	font-weight:600;
}
#nav ul a:hover {
	background-color: #2f2f2f;
}
#nav ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #2f2f2f;
}
#nav ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -10px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #2f2f2f;
}

/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a, .flexslider a, .flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	background:#fff;
	margin-bottom:60px;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/

/*
.flexslider {
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1;
	position: relative;
}
/* Caption style */
/* IE rgba() hack */
.caption {
	zoom: 1;
	width:23%;
	margin: 0;
	position: absolute;
	text-align:center;
	background-color:#fff;
	background:rgba(253, 245, 196, 0.9);
	bottom:0;
	right:20%;
	color:#faf5d9;
}
.caption img {
	margin-top:-80px;
	padding: 2%;
}
.caption p {
	margin-top:15px;
	background:#5d2331;
	color:#faf5d9;
	padding:10px;
	margin-bottom:0;
}
/* Direction Nav */
.flex-direction-nav {
	height: 0;
}
.flex-direction-nav a {
	width:52px;
	height: 52px;
	margin: -15px 0 0;
	display: block;
	background:  url(../images/bg_direction_nav.png) no-repeat;
	position: absolute;
	top: 5%;
	cursor: pointer;
	text-indent: -999em;
}
.flex-direction-nav .flex-next {
	background-position: -52px 0;
	right: 0px;
}
.flex-direction-nav .flex-prev {
	left: 0px;
}
.flex-direction-nav .flex-disabled {
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}


.flexslider{
	border:none;
	background:none;
	-webkit-box-shadow: none;
     -moz-box-shadow: none;
	box-shadow:none;
	min-height:600px;
}
.flexslider{max-width:800px;margin:0 auto;}
.flex-viewport{overflow:visible !important}
.flex-direction-nav{}
.has_slider{overflow:hidden;}

.flexslider .slides > li{position:relative;}
.flex-caption{
	opacity:0;
	background-color: #353739;
	background-color:rgba(0, 0, 0, 0.6);
	color:#fff;
    bottom: 20px;
    left: 3%;
	width:94%;
    position: absolute;
}
.flex-caption .btn{
	position: relative;
    text-shadow: none;
	color:#fff;
    top: -4px;
}
.caption_inner{padding: 20px 30px;}
.flex-direction-nav .flex-next{
	background-image: url("../images/slider_btn_right.png");
    background-position: center center;
    height: 92px;
    margin-top: -46px;
    width: 92px;
}
.flex-direction-nav .flex-prev{
	background-image: url("../images/slider_btn_left.png");
    background-position: center center;
    height: 92px;
    margin-top: -46px;
    width: 92px;
}


*/

/****/

.flexslider{
	border:none;
	background:none;
	-webkit-box-shadow: none;
     -moz-box-shadow: none;
	box-shadow:none;
	min-height:600px;
}
.flexslider{max-width:800px;margin:0 auto;}
.flex-viewport{overflow:visible !important}
.flex-direction-nav{}
.has_slider{overflow:hidden;}

.flexslider .slides > li{position:relative;}
.flex-caption{
	opacity:0;
	background-color: #353739;
	background-color:rgba(0, 0, 0, 0.6);
	color:#fff;
    bottom: 20px;
    left: 3%;
	width:94%;
    position: absolute;
}
.flex-caption .btn{
	position: relative;
    text-shadow: none;
	color:#fff;
    top: -4px;
}
.caption_inner{padding: 20px 30px;}
.flex-direction-nav .flex-next{
	background-image: url("../images/slider_btn_right.png");
    background-position: center center;
    height: 92px;
    margin-top: -46px;
    width: 92px;
}
.flex-direction-nav .flex-prev{
	background-image: url("../images/slider_btn_left.png");
    background-position: center center;
    height: 92px;
    margin-top: -46px;
    width: 92px;
}


/***/



.cbp-so-scroller {
	overflow: hidden;
}
/* Clear floats of children */
.cbp-so-section:before, .cbp-so-section:after {
	content: " ";
	display: table;
}
.cbp-so-section:after {
	clear: both;
}
/* Text styling */
.cbp-so-section h2 {
	font-weight: 600;
	line-height: 1;
	margin-bottom:50px;
}
.cbp-so-section {
	margin-bottom:40px;
}
/* Sides */
.cbp-so-side {
	margin: 0;
	overflow: hidden;
	min-height: 12em;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
/* Clear floats of children */
.cbp-so-side:before, .cbp-so-side:after {
	content: " ";
	display: table;
}
.cbp-so-side:after {
	clear: both;
}
/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
	opacity: 0;
}
.cbp-so-init .cbp-so-side-left {
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	transform: translateX(-80px);
}
.cbp-so-init .cbp-so-side-right {
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transform: translateX(80px);
}
/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left, .cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}



.bg {
	background:  #f1ece9;
	background-position: top left, top right;
	background-repeat: repeat-y, no-repeat;
	background-size: 50%, 50%;
	padding:50px 0 5px 0;
	margin-bottom:60px;
}

.bg-hotel {
	background: #f1ece9;
	background-position: top right, top right;
	background-repeat: repeat-y, no-repeat;
	background-size: 50%, 50%;
	padding:50px 0 5px 0;
	margin-bottom:60px;
}

h2.transparent {
	word-break:break-all;
	color:#fff;
	font-size:5em;
	letter-spacing:.5em;
	opacity: 0.3;
	font-weight:bold;
	text-shadow:none;
}
h4.date {
	background: #e9e4e1;
	padding:5px;
	display:inline-block;
	font-size:.9em;
	letter-spacing:.5em;
}
a.morebutton {
	text-transform:uppercase;
}
a.homebutton {
	display: inline-block;
	margin-top: 20px;
	font-size: 1.2em;
	padding: 5px 16px;
	color: #5d2331;
	border: 2px solid #f1eedf;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0, #fdfcf6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fdfcf6));
	background: -webkit-linear-gradient(top, #fff 0, #fdfcf6 100%);
	background: -o-linear-gradient(top, #fff 0, #fdfcf6 100%);
	background: -ms-linear-gradient(top, #fff 0, #fdfcf6 100%);
	background: linear-gradient(top, #fff 0, #fdfcf6 100%);
	zoom: 1;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fdfcf6');
	outline: none;
	cursor: pointer;
}
/****************************** Home Content - News ******************************/
.bg1 {
	background: #f1ece9;
	padding:0;
}
.bg1 .cbp-so-section .home-welcome {
	padding:0 20px;
}
.home-welcome h3 {
	font-size:2.2em;
	
	text-transform:none;
	color: #5d2331;
	font-weight:bold;
	
	margin:40px 0 20px 0;
}
.home-welcome h4 {
	letter-spacing:.3em;
	font-size:1.2em;
	line-height:1.8em;
}
.home-event-date h3 {
	font-weight:bold;
	font-size:1.8em;
	
	
	text-transform:none;
	color: #5d2331;
}
.home-event-date h4 {
	font-weight:bold;
	font-size:1.5em;
	
	
	text-transform:none;
	margin-bottom:40px;
}
.bg1 .cbp-so-section .home-banner-event {
	border-right:1px solid #f6f3f1;
	border-left:1px solid #f6f3f1;
	background:#e9e4e1;
	padding:40px 20px 50px 20px;
}
.bg1 .cbp-so-section .home-event-one {
	padding:40px 20px 50px 20px;
}
.home-event-description {
	
	font-size:1.1em;
}
.home-event-one h3 {
	font-size:2.2em;
	
	text-transform:none;
	color: #5d2331;
	font-weight:bold;
	
}
input#mce-EMAIL.email {
	float: left;
	padding: 10px 10px;
	outline: none;
	overflow: hidden;
	font: 12px;
	margin: 20px 0 0 0;
	width: 68%;
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
	background: #fff;
	border: none;
}
input#mc-embedded-subscribe.button {
	float: right;
	clear: both;
	color: #5d2331;
	background:#ded8d4;
	border:none;
	font-weight: normal;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	margin: -43px 5px 0px 0;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.bg1 .cbp-so-section .one_third {
	margin-bottom:0;
}


.wines {
	margin-top:60px;
	margin-bottom:-70px;
}
.main {
	margin-top:60px;
}
.wines .title {
	text-align:center;
	margin-bottom:10px;
}
.wines h4 {
	padding:20px 0 10px 0;
	border-top: 8px solid #ded8d4;
	display:inline-block;
	font-weight:300;
	letter-spacing:.4em;
	font-size:1em;
}
/* General grid styles */
.cbp-ig-grid {
	list-style: none;
	padding: 0 0 50px 0;
	margin: 0;
}
/* Clear floats */
.cbp-ig-grid:before, .cbp-ig-grid:after {
	content: " ";
	display: table;
}
.cbp-ig-grid:after {
	clear: both;
}
/* grid item */
.cbp-ig-grid li {
	width: 33%;
	float: left;
	height: 420px;
	text-align: center;
	border-bottom: 1px solid #ded8d4;
}

/* we are using a combination of borders and box shadows to control the grid lines */
 .cbp-ig-grid li:nth-child(3n-1), .cbp-ig-grid li:nth-child(3n-2) {
 box-shadow: 1px 0 0 #ded8d4;
}
/* anchor style */
.cbp-ig-grid li > a {
	display: block;
	height: 100%;
	color: #e9e4e1;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}
/* the icon with pseudo class for icon font */
.cbp-ig-icon {
	padding: 30px 0 0 0;
	display: block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}
.cbp-ig-icon:before {
	font-size: 14em;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.cbp-ig-grid li.listspecial > a {
	background: #f5f0ec;
}
/* title element */
.cbp-ig-grid .cbp-ig-title {
	margin: 20px 0 10px 0;
	padding: 20px 0 0 0;
	font-size: 1.7em;
	text-transform:none;
	color: #5d2331;
	font-weight:bold;
	
	position: relative;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}
.cbp-ig-grid .cbp-ig-title:before {
	content: '';
	position: absolute;
	background: #e9e4e1;
	width: 160px;
	height: 6px;
	top: 0px;
	left: 50%;
	margin: -10px 0 0 -80px;
	-webkit-transition: margin-top 0.2s; /* top or translate does not seem to work in Firefox */
	-moz-transition: margin-top 0.2s;
	transition: margin-top 0.2s;
}
.cbp-ig-grid .cbp-ig-category {
	text-transform: uppercase;
	display: block;
	font-size: 1em;
	letter-spacing: 1px;
	color: #5d2331;
	-webkit-transform: translateY(10px);
	-moz-transform: -moz-translateY(10px);
	-ms-transform: -ms-translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	-webkit-transition: transform 0.3s, opacity 0.2s;
}
.cbp-ig-grid li:hover .cbp-ig-category, .touch .cbp-ig-grid li .cbp-ig-category {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
/* Hover styles */

.cbp-ig-grid li > a:hover {
	background: #e9e4e1;
}
.cbp-ig-grid li > a:hover .cbp-ig-icon {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.cbp-ig-grid li > a:hover .cbp-ig-icon:before, .cbp-ig-grid li > a:hover .cbp-ig-title {
	color: #5d2331;
}
.cbp-ig-grid li > a:hover .cbp-ig-title {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.cbp-ig-grid li > a:hover .cbp-ig-title:before {
	background: #fff;
	margin-top: 80px;
}
 @media screen and (max-width: 62.75em) {
 .cbp-ig-grid li {
 width: 100%;
}
 .cbp-ig-grid li:nth-child(3n-1), .cbp-ig-grid li:nth-child(3n-2) {
 box-shadow: none;
}
 .cbp-ig-grid li:nth-child(-n+2) {
 border-top: none;
}
}
 @media screen and (max-width: 41.6em) {
 .cbp-ig-grid li {
 width: 100%;
}
 .cbp-ig-grid li:nth-child(2n-1) {
 box-shadow: none
}
 .cbp-ig-grid li:first-child {
 border-top: none;
}
}
 @media screen and (max-width: 25em) {
 .cbp-ig-grid {
 font-size: 80%;
}
 .cbp-ig-grid .cbp-ig-category {
 margin-top: 20px;
}
}


#bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background: #fff url(../foto/karczma.jpg) no-repeat;
	height: 700px;
	background-size: cover;
}

#bg2 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background: #fff url(../foto/karczma2.jpg) no-repeat;
	height: 700px;
	background-size: cover;
}

#wrapper {
	position: absolute;
	top: 700px;
	left: 0;
	width: 100%;
	z-index: 3;
}
#wrapper-inner {
	float: left;
	width: 100%;
	height: 100%;
	background: #fff;
}
.hometwosep {
	/*margin-top:60px;*/
}


#bg1 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background: #fff url(../foto/kuchnia.jpg) no-repeat;
	height: 700px;
	background-size: cover;
}
#wrapper1 {
	position: absolute;
	top: 500px;
	left: 0;
	width: 100%;
	z-index: 3;
}
#wrapper-inner {
	float: left;
	width: 100%;
	height: 100%;
	background: #fff;
}
.hometwosep {
	/*margin-top:60px;*/
}

.hometwosep2 {
	margin-top:60px;
}

.history {
	background:#f1ece9;
	padding:30px;
	margin-top:-50px;
}
.timeline {
	margin:20px 0 40px 0;
}
.historyone {
	background:#eee;
	padding:20px;
}
.historyone p {
	color:#999;
}
.historyone h2 {
	color:#363636;
	font-size: 3em;
	
	text-shadow:none;
	font-weight: normal;
	letter-spacing: 0em;
}
.historytwo {
	background:#e9e4e1;
	padding:20px;
}
.historythree {
	background:#f1ece9;
	margin:0 0 6px 0;
	padding:20px;
}
.historythree h2 {
	color:#000;
	font-size: 3em;
	
	font-weight: normal;
	letter-spacing: 0em;
	text-shadow:none;
}

.timeline img {
	margin-bottom:-10px;
}
.historytwo h2 {
	font-size: 3em;
	
	font-weight: normal;
	letter-spacing: 0em;
	color:#999;
	text-shadow:none;
}
p.quote {
	font-size:1em;
	
}
.socials {
	margin-top:20px;
}
ul.socials li {
	display:inline-block;
	padding:5px;
}


#bg2 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background: #fff url(../foto/karczma2.jpg) no-repeat;
	height: 700px;
	background-size: cover;
}
.visitus {
	margin-top:60px;
}
.visitus .title {
	margin-bottom:100px;
}
.visitus .home-welcome h3 {
	margin-top:0;
}
.room-item {
	position: relative;
	display: table;
	vertical-align: top;
	height: 290px;
	width:100%;
	margin: 0 -4px 15px 0;
	font-size: 13px;
	letter-spacing: .05em;
	background: #f1ece9;
	text-transform: uppercase;
}
.room-date {
	width: 15%;
	text-align: center;
	background-color: #000;
	
	padding:0 10px;
}
.room-date, .room-details, .room-item-img-area, .room-item img {
	display: table-cell;
	vertical-align: middle;
	height: 290px;
}
.room-date-room {
	font-size: 1.6em;
	color: #525151;
	font-weight:bold;
	text-transform:none;
}
.room-date-number {
	margin: 10px 0;
	font-size: 5em;
	line-height: 1;
	color: #f1ece9;
	font-weight:bold;
}
.room-details {
	padding: 0 40px;
	color: #261c16;
}
h4.room-location {
	text-transform:none;
	
	
	margin-top:15px;
}
h4.room-category {
	font-weight:700;
	letter-spacing:.3em;
}
.openhours {
	background:#f1ece9;
	padding:20px;
	text-align:center;
}


#bg3 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background: #fff url(../files/wines.jpg) no-repeat;
	height: 500px;
	background-size: cover;
}
span.price {
	position:relative;
	clear:both;
	float:right;
	margin-right:20px;
	background:#5d2331;
	padding:8px;
	color:#fff;
	font-size:1.6em;
	
	font-weight:800;
	text-shadow:none;
}
.bg1 .two_third {
	margin-bottom:0;
}
.room-item img {
	width: 100%;
	height:auto;
}
.room-details ul {
	margin:20px 0 0 20px;
}
.room-details ul li {
	font-size:1.1em;
	
	list-style: decimal;
	padding:5px 0;
	
	text-transform:none;
}
.two_third_wines h4 {
	font-size:1.6em;
	margin-bottom:15px;
}
.two_third_wines p.special {
	text-transform:none;
	font-size:1.2em;
}
.two_third_wines .room-location.events {
	font-size:1.2em;
	margin-top:25px;
	background:#ded8d4;
	padding:5px 10px;
	text-shadow:none;
}


.blog {
	padding-top:50px;
	margin-bottom:-80px;
}
a.button {
	display: inline-block;
	margin-top: 20px;
	font-size: 1.2em;
	padding: 5px 16px;
	color: #5d2331;
	border: 2px solid #f1eedf;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0, #fdfcf6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fdfcf6));
	background: -webkit-linear-gradient(top, #fff 0, #fdfcf6 100%);
	background: -o-linear-gradient(top, #fff 0, #fdfcf6 100%);
	background: -ms-linear-gradient(top, #fff 0, #fdfcf6 100%);
	background: linear-gradient(top, #fff 0, #fdfcf6 100%);
	zoom: 1;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fdfcf6');
	outline: none;
	cursor: pointer;
}
.newsarticles article {
	margin-bottom:120px;
}
.newsarticles .newstitle {
	position: relative;
	float:left;
}
.newsarticles p.meta {
	float: right;
	margin-left: 10px;
	background: #000;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}
span.numb {
	border-top: 2px solid #626262;
}
.newsarticles h3 a {
	
	text-transform:none;
	color:#5d2331;
	font-weight:800;
}
.newsarticles h4 {
	margin: 10px 0 15px 0;
	border-left: 4px solid #000;
	padding: 0 0 0 10px;
	font-size:0.9em;
	letter-spacing:.2em;
	font-weight:100;
	color:#050101;
}
.newsarticles h4 a {
	text-transform:none;
	font-size:0.9em;
	letter-spacing:.2em;
	font-weight:500;
	color:#050101;
}
.video-holder {
	float:left;
	width:100%;
	height:100%;
	margin-bottom:15px;
}
.video-container {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	margin-bottom:5px;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
.newssidebar {
	background:#f1ece9;
	padding:20px 0 40px 0;
	margin-top:-100px;
	border-top:50px solid #000;
}
.inner {
	padding:0 20px;
}
.newssidebar h3 {
	font-size:1.4em;
	margin-top:20px;
	
	text-transform: none;
	color: #5d2331;
	font-weight: bold;
	
}
.newssidebar .intro {
	text-align:left;
}
.newssidebar ul.sidebarlist {
	margin-left:20px;
}
.newssidebar ul.sidebarlist li {
	font-size:1.1em;
	
	list-style: decimal;
	padding:5px 0;
	
	text-transform:none;
}
.newssidebar .home-welcome h4 {
	font-size:1em;
}
.newssidebar p {
	font-size:1.1em;
}
.newssidebar a.morebutton {
	font-size:.8em;
	font-weight:800;
}
.newssidebar .flexslider {
	margin-bottom: 10px;
}
.blog p.quote {
	border-left: 10px solid #f1ece9;
	padding: 0 0 0 30px;
	font-size:1.2em;
}



#commentsbox {
	background: #f1ece9;
	padding:30px 0 60px 0;
	margin-bottom:-60px;
}
#commentsbox h2 {
	text-align:right;
	margin-bottom:30px;
	font-size:1.6em;
}
div#comments {
	margin-bottom:-10px;
}
ul#articleCommentList li {
	overflow: hidden;
}
ul#articleCommentList li ul {
	margin-left: 50px;
}
div.commentMeta {
	width: 100px;
	margin-right: 40px;
	float: left;
	text-align: right;
	overflow: hidden;
}
div.commentMeta p {
	float: right;
	margin-top:0px;
	padding: 0 10px 0 0;
	font-size:1.2em;
	font-weight:800;
	color:#5d2331;
}
img.user {
	background:#fff;
}
div.commentBody {
	background-color:white;
	padding: 30px 15px 20px 15px;
	margin: 0px 0 20px 140px;
}
div.commentBody h3 {
	background-color:#000;
	padding:5px 10px;
	font-size: 14px;
	margin-top:-10px;
	margin-bottom:10px;
	display:inline-block;
}
div.commentBody h3 a {
	color: #fff;
}
span.adminIcon {
	font-size: .8em;
	background-color:#000;
	padding: 6px 10px;
	width: 60px;
	text-align: center;
	margin-top:-10px;
	color:#fff;
	font-weight:800;
}
h2#commentFormHeading {
	margin: 0px 0 30px 0;
}
div#comments a.buttonLink {
	margin-left:-30px;
}



#bg4 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background: #fff url(../files/contactpage.jpg) no-repeat;
	height: 500px;
	background-size: cover;
}
.contactpage {
	padding-top:50px;
}
.contactpage form#contact_form {
	background-color:#f1ece9;
}
.contactpage form#contact_form input[type="text"] {
	border:1px solid #fff;
	background-color:#fff;
}
.contactpage form#contact_form input#email {
	border:1px solid #fff;
	background-color:#fff;
}
.contactpage form#contact_form textarea {
	border:1px solid #fff;
	background-color: #fff;
}



#contactForm {
	margin-bottom:-40px;
}
form#contact_form {
	background-color:#fff;
}
form#contact_form .name {
	padding:30px 0px 0 20px;
}
form#contact_form .email {
	padding-left:20px;
	padding-top:10px;
}
form#contact_form p {
	margin-bottom:10px;
	padding-top:5px;
	
	font-size:1em;
}
form#contact_form .message {
	padding-left:20px;
	padding-top:10px;
}
div#loader {
	margin-left: 20px;
	margin-bottom:30px;
}
form#contact_form input[type="text"] {
	border:1px solid #f1ece9;
	background-color:#f1ece9;
	height: 30px;
	padding: 0 10px;
	width: 60%;
	margin-bottom:20px;
}
form#contact_form input#email {
	border:1px solid #f1ece9;
	background-color:#f1ece9;
	height: 30px;
	padding: 0 10px;
	width: 60%;
	margin-bottom:20px;
}
form#contact_form textarea {
	border:1px solid #f1ece9;
	background-color: #f1ece9;
	width: 90%;
	margin-bottom:20px;
}
form#contact_form label {
	margin-right: 20px;
	font-size: 12px;
	font-weight:bold;
	color: #5d2331;
	text-transform: uppercase;
	letter-spacing:.2em;
}
form#contact_form label span {
	color:#514050;
}
form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover, form#contact_form input[type="text"]:focus, form#contact_form input[type="text"]:hover, form#contact_form textarea:focus, form#contact_form textarea:hover {
	background-color:#efede9;
}
form#contact_form input[type="submit"] {
	display: inline-block;
	margin: 20px 0;
	font-size: 1em;
	padding: 5px 16px;
	color: #5d2331;
	border: 2px solid #f1eedf;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0, #fdfcf6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fdfcf6));
	background: -webkit-linear-gradient(top, #fff 0, #fdfcf6 100%);
	background: -o-linear-gradient(top, #fff 0, #fdfcf6 100%);
	background: -ms-linear-gradient(top, #fff 0, #fdfcf6 100%);
	background: linear-gradient(top, #fff 0, #fdfcf6 100%);
	zoom: 1;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fdfcf6');
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
ul.list li {
	padding:10px 0;
	font-size:1.2em;
	
}
a.location {
	margin-top:20px;
	background:#e9e4e1;
	padding:10px;
	text-align:center;
	font-size:1.2em;
	text-transform:uppercase;
	letter-spacing:.5em;
	display:block;
}



#footerblock {
	background:#000;
	margin-top:60px;
}
.footer {
	padding:40px 0;
}
.footer img {
	margin-bottom:15px;
}
.footer p {
	color:#fff;
}
.footer h3 {
	color:#f1ece9;
	font-size:1.3em;
	text-shadow:none;
}
.footer ul li {
	
	font-size:1.1em;
}
.footer h3.footerspecial {
	font-size:1.6em;
	
	text-transform:none;
	font-weight:bold;
	
	margin-bottom:30px;
}
.footer h4 {
	letter-spacing:.3em;
	font-size:1em;
	line-height:1.8em;
	color:#fff;
}
.footer ul.blogroll li {
	padding: 20px 0;
	border-bottom:1px dashed #363636;
}
.footer ul.blogroll li a {
	color: #fff;
}
.latestevent ul {
	margin-bottom:10px;
}
.latestevent ul li {
	padding:10px 0;
	color:#fff;
}
span.color {
	color:##f1ece9;
}
.latestevent ul li.highlight {
	background: #5d2331;
	padding:5px;
	text-align:center;
}
.latestevent ul li.highlight a {
	color:#fff;
}
p.copyright {
	font-size:1em;
	text-align:center;
	color:#a7a4a1;
}
.footer a.homebutton {
	display: inline-block;
	margin-top: 20px;
	font-size: 1.2em;
	padding: 5px 16px;
	color: #fff;
	border: none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: #5d2331;
	outline: none;
	cursor: pointer;
}
.footer .contact p {
	font-size:1.1em;
}



/* Content Shortcodes */
.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.8%;
}
.one_sixth {
	width: 15%;
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth {
	margin-right: 4%;
	margin-bottom: 10px;
	float: left;
}
.one_half1 {
	margin-right: 1%;
	margin-bottom: 10px;
	float: left;
}
.one_half1 {
	width: 49.5%;
}
.one_sixth {
	margin-right: 2%;
	margin-bottom:20px;
	float: left;
}
.lastcolumn {
	margin-right: 0!important;
	clear: right;
}
.one_third_wines {
	width: 34.66%;
}
.two_third_wines {
	width: 65.33%;
}
.one_third_wines, .two_third_wines {
	margin-right: 0;
	margin-bottom: 10px;
	float: left;
}



.content {
	padding-top: 20px;
}
.content.right {
	float: right;
}

/* #Media Queries
================================================== */
/* Smaller than standard 1600 (devices and browsers) */
@media only screen and (max-width: 1599px) {
.caption {
 width:30%;
}
.caption p {
 font-size:1.2em;
}
#bg {
height: 500px;
}
#wrapper {
top: 500px;
}
}
/* Smaller than standard 1200 (devices and browsers) */
@media only screen and (max-width: 1199px) {
.caption {
 width:30%;
}
.caption p {
 font-size:1.1em;
}
#bg {
height: 500px;
}
#wrapper {
top: 500px;
}
}

	/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
.caption {
 display:none;
}
.logo {
display:block;
margin-left:auto;
margin-right:auto;
float:none;
text-align:center;
}
nav {
float:left;
margin-top:40px;
}
.header {
padding: 0 0 30px 0;
}
.bg1 .cbp-so-section .home-banner-event {
padding: 40px 20px 120px 20px;
}
#bg {
height: 0;
}
#wrapper {
top: 0;
}
.newsarticles .newstitle {
width: 80%;
}
}

	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.one_half, .one_third, .two_third, .one_fourth, .one_fifth, .one_sixth, .one_half1, .one_third_wines, .two_third_wines {
width: 100%;
}
#navigation {
float: left;
width: 100%;
margin-top:-45px;
}
.logo {
display:block;
margin-left:auto;
margin-right:auto;
float:none;
text-align:center;
}
.caption {
 display:none;
}
.bg {
background: #f1ece9;
background-position:none;
background-repeat: no-repeat;
background-size:none;
padding: 50px 0 5px 0;
margin-bottom: 60px;
}
h2.transparent {
color: #000;
font-size: 4em;
margin-bottom:0;
}
#bg {
height: 0;
}
#wrapper {
top: 0;
}
.newsarticles .newstitle {
width: 80%;
}
.blog {
margin-bottom: 0;
}
}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
#navigation {
float: left;
width: 100%;
margin-top:-45px;
}
.logo {
display:block;
margin-left:auto;
margin-right:auto;
float:none;
text-align:center;
}
.logo {
display:block;
margin-left:auto;
margin-right:auto;
float:none;
text-align:center;
}
.caption {
display:none;
}
.intro h1 {
 line-height:1.4em;
}
h3 {
 line-height:1.4em;
}
.bg1 {
padding: 0 0 20px 0;
}
#bg {
height: 0;
}
#wrapper {
top: 0;
}
.newsarticles .newstitle {
width: 80%;
}
#contactForm {
margin-bottom: 150px;
}
.cbp-so-side {
min-height: 8em;
}
#bg1, #bg2, #bg3, #bg4 {
height: 300px;
}
#wrapper1 {
top: 300px;
}
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
#navigation {
float: right;
width: 100%;
margin-top:-45px;
}
.logo {
display:block;
margin-left:auto;
margin-right:auto;
float:none;
text-align:center;
}
.caption {
display:none;
}
.intro h1 {
 line-height:1.4em;
}
h3 {
 line-height:1.4em;
}
.bg1 {
padding: 0 0 20px 0;
}
.newsarticles .newstitle {
width: 70%;
}
.newsarticles h3 a {
font-size:.9em;
}
#contactForm {
margin-bottom: 150px;
}
h2.transparent {
font-size: 3em;
}
.cbp-so-side {
min-height: 5em;
}
#bg1, #bg2, #bg3, #bg4 {
height: 300px;
}
#wrapper1 {
top: 300px;
}
.flex-direction-nav a {
display:none;
}
}
/* Responsive Menu
================================================== */
	
ul#nav {
	visibility: visible;
}
#responsive-menu {
	display: none;
}
 @media only screen and (max-width: 767px) {
ul#nav {
visibility: hidden;
height: 0;
}
 #responsive-menu {
display: inline-block;
width: 100%;
margin-top: 20px;
}


.sticky {
position: fixed;
top: 0;
width: 100%;
animation: thedrop 1s 1;
-moz-animation: thedrop 1s 1;
-webkit-animation: thedrop 1s 1;
}





