@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800);
@import url(http://fonts.googleapis.com/css?family=Volkhov:400,400italic);

/*

	*** Magnum Stylesheet ***

	Contents:
	01 - Basic Settings
	02 - Menu
	03 - Home
	04 - Introduction
	05 - About
	06 - More Work
	07 - Call to Action
	08 - About Me
	09 - About Us
	10 - Products
	11 - Quote
	12 - Contact
	13 - Footer
	14 - Project Page
	15 - 404 Page
	16 - Responsive Settings

	*** Custom Color ***
	See the colors/color.css file to easily change the main color of your site
	Make sure to call the color.css file below the style.css file in your HTML files

	*** Essential Styles ***
	You'll find the essential styles in the lib/essentials.css file

*/


/* 1.0 - Basic Settings */
::selection {
	color: #ffffff;
	background: #1a1a1a;
}

::-moz-selection {
	color: #ffffff;
	background: #1a1a1a;
}

body {
	color: #7a7a7a;
	background: white;
	font-family: '微軟正黑體', 'Microsoft JhengHei', Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5;
	letter-spacing: .1em;
}

/* Normal headings and typography */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1a1a1a;
	text-transform: none;
}

h1 {
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 25px;
}

h2 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 25px;
}

h3 {
	font-size: 24px;
	line-height: 25px;
}

h4 {
	font-size: 17px;
	line-height: 25px;
}

h5 {
	font-size: 16px;
	line-height: 25px;
}

h6 {
	font-size: 13px;
	line-height: 25px;
}

p {
	margin-bottom: 25px;
}

/* FitText headings with css fallback */
h1.fittext,
h2.fittext,
h3.fittext,
h4.fittext,
h5.fittext,
h6.fittext {
	width: 100%;
	display: block;
	line-height: 0.9em;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

h1.fittext {
	font-size: 75px;
}

h2.fittext {
	font-size: 60px;
}

h3.fittext {
	font-size: 45px;
}

h4.fittext {
	font-size: 30px;
}

h5.fittext {
	font-size: 23px;
}

h6.fittext {
	font-size: 15px;
}

/* Bigger headings without using jQuery */
.bigtext h1,
.bigtext h2,
.bigtext h3,
.bigtext h4,
.bigtext h5,
.bigtext h6,
h1.bigtext,
h2.bigtext,
h3.bigtext,
h4.bigtext,
h5.bigtext,
h6.bigtext {
	line-height: 1.1em;
	padding-bottom: 2px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

.bigtext h1,
h1.bigtext {
	font-size: 80px;
}

.bigtext h2,
h2.bigtext {
	font-size: 70px;
}

.bigtext h3,
h3.bigtext {
	font-size: 60px;
}

.bigtext h4,
h4.bigtext {
	font-size: 50px;
}

.bigtext h5,
h5.bigtext {
	font-size: 40px;
}

.bigtext h6,
h6.bigtext {
	font-size: 25px;
}

/* Text backgrounds */
.text-bg {
	width: auto;
	display: inline-block;
	padding: 5px 7px 6px 8px;
	background: #bba454;
	margin: 2px;
}

.text-bg.white {
	background: #ffffff;
}

.text-bg.light {
	background: #7a7a7a;
}

.text-bg.dark {
	background: #1a1a1a;
}

.text-bg.color {
	background: #bba454;
}

/* Links */
a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: #bba454;
}

/* Text colors */
.text-white,
h1.text-white,
h2.text-white,
h3.text-white,
h4.text-white,
h5.text-white,
h6.text-white,
p.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p {
	color: #ffffff;
}

.text-light,
h1.text-light,
h2.text-light,
h3.text-light,
h4.text-light,
h5.text-light,
h6.text-light,
p.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p {
	color: #adadad;
}

.text-dark,
h1.text-dark,
h2.text-dark,
h3.text-dark,
h4.text-dark,
h5.text-dark,
h6.text-dark,
p.text-dark,
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6,
.text-dark p {
	color: #1a1a1a;
}

.text-color,
h1.text-color,
h2.text-color,
h3.text-color,
h4.text-color,
h5.text-color,
h6.text-color,
p.text-color,
.text-color h1,
.text-color h2,
.text-color h3,
.text-color h4,
.text-color h5,
.text-color h6,
.text-color p {
	color: #bba454;
}

/* Serif font */
h1.serif,
h2.serif,
h3.serif,
h4.serif,
h5.serif,
h6.serif,
p.serif,
.serif h1,
.serif h2,
.serif h3,
.serif h4,
.serif h5,
.serif h6,
.serif p {
	font-family: 'Volkhov', 'Times New Roman', Georgia, serif;
	font-weight: 400;
}

/* Text styles */
p.big {
	font-size: 16px;
	color: #787878;
	line-height: 30px;
}

.small,
small {
	font-size: 12px;
}

.italic,
em {
	font-style: italic;
}

.bold,
strong,
b {
	font-weight: 900;
}

.thin {
	font-weight: 300;
}

/* More control over your headings */
.no-uppercase {
	text-transform: none;
}

.uppercase {
	text-transform: uppercase;
}

.letterspace {
	letter-spacing: 0.1em;
}

/* Lists */
.ordered-list {
	list-style-type: decimal;
	list-style-position: inside;
	margin-bottom: 25px;
}

.unordered-list {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 25px;
}

/* Quotes */
blockquote {
	font-family: 'Volkhov', 'Times New Roman', Georgia, serif;
	font-style: italic;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 0;
	border-left: 2px solid #cccccc;
}

blockquote.left {
	text-align: left;
	padding-left: 15px;
	padding-right: 0;
	border-left: 2px solid #cccccc;
}

blockquote.right {
	text-align: right;
	padding-left: 0;
	padding-right: 15px;
	border-right: 2px solid #cccccc;
}

q {
	quotes : "\"" "\"" """ """;
}

q:before {
	content: '\201C';
}

q:after {
	content: '\201D';
}

q.colorq:before {
	content: '\201C';
	color: #bba454;
}

q.colorq:after {
	content: '\201D';
	color: #bba454;
}

/* Buttons */
.button {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
	color: #ffffff;
	background: #1a1a1a;
	-webkit-border-radius: 2px;
			border-radius: 2px;
	margin-top: 25px;
}

a.button:hover {
	text-decoration: none;
	color: #ffffff;
	background: #bba454;
}

.button.small {
	font-size: 10px;
	padding: 5px 15px;
}

.button.big {
	font-size: 16px;
	padding: 15px 25px;
	-webkit-border-radius: 3px;
			border-radius: 3px;
}

/* Icons inside buttons */
.button > i {
	font-size: 14px;
}

.button.small > i {
	font-size: 12px;
}

.button.big > i {
	font-size: 18px;
}

/* Padding for outlined buttons */
.button.outline {
	padding: 8px 18px;
}

.button.small.outline {
	padding: 3px 13px;
}

.button.big.outline {
	padding: 13px 23px;
}

/* Alternative for a button */
a.underline {
	border-bottom: 1px solid #bba454;
}

a.arrow-link:after {
	font-family: 'FontAwesome';
	content: '\f101';
	color: #bba454;
	margin-left: 7px;
}

/* Icons */
i.inline {
	margin-left: 5px;
	margin-right: 5px;
}

.icon,
a .icon {
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	background: #1a1a1a;
	margin: auto 3px;
	-webkit-border-radius: 50%;
			border-radius: 50%;
}

a .icon:hover {
	text-decoration: none;
	color: #ffffff;
	background: #bba454;
}

.icon.small {
	font-size: 12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
}

.icon.medium {
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.icon.big {
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
}

/* Fixing lineheights */
.icon.outline {
	line-height: 36px;
}

.icon.small.outline {
	line-height: 21px;
}

.icon.medium.outline {
	line-height: 26px;
}

.icon.big.outline {
	line-height: 46px;
}

/* Arrow controls */
.icon.arrow-top {
	-webkit-border-radius: 0px 0px 3px 3px;
			border-radius: 0px 0px 3px 3px;
}

.icon.arrow-prev {
	text-indent: -2px;
	-webkit-border-radius: 0px 3px 3px 0px;
			border-radius: 0px 3px 3px 0px;
}

.icon.arrow-next {
	-webkit-border-radius: 3px 0px 0px 3px;
			border-radius: 3px 0px 0px 3px;
}

.icon.arrow-bottom {
	-webkit-border-radius: 3px 3px 0px 0px;
			border-radius: 3px 3px 0px 0px;
}

.icon.attached {
	margin: auto -3px;
}

/* Styles for the buttons, icons and arrow controls */
.button.color,
.icon.color {
	color: #ffffff;
	background: #bba454;
}

a.button.color:hover,
a .icon.color:hover {
	color: #ffffff;
	background: #1a1a1a;
}

.button.white,
.icon.white {
	color: #1a1a1a;
	background: #ffffff;
}

.button.light,
.icon.light {
	color: #ffffff;
	background: #adadad;
}

.button.dark,
.icon.dark {
	color: #ffffff;
	background: #1a1a1a;
}

.button.outline,
.icon.outline {
	color: #1a1a1a;
	background: none;
	border: 2px solid #1a1a1a;
}

a.button.outline:hover,
a .icon.outline:hover {
	color: #ffffff;
	background: #1a1a1a;
}

.button.outline.color,
.icon.outline.color {
	color: #bba454;
	background: none;
	border: 2px solid #bba454;
}

a.button.outline.color:hover,
a .icon.outline.color:hover {
	color: #ffffff;
	background: #bba454;
}

.button.outline.white,
.icon.outline.white {
	color: #ffffff;
	background: none;
	border: 2px solid #ffffff;
}

a.button.outline.white:hover,
a .icon.outline.white:hover {
	color: #1a1a1a;
	background: #ffffff;
}

.button.outline.light,
.icon.outline.light {
	color: #adadad;
	background: none;
	border: 2px solid #adadad;
}

a.button.outline.light:hover,
a .icon.outline.light:hover {
	color: #ffffff;
	background: #adadad;
}

.button.outline.dark,
.icon.outline.dark {
	color: #1a1a1a;
	background: none;
	border: 2px solid #1a1a1a;
}

a.button.outline.dark:hover,
a .icon.outline.dark:hover {
	color: #ffffff;
	background: #1a1a1a;
}

/* Pagination bullets */
.bullet-pagination {
	text-align: center;
}

.bullet-pagination a {
	background: #bba454;
	width: 12px;
	height: 12px;
	margin: 4px;
	display: inline-block;
	-webkit-border-radius: 50%;
			border-radius: 50%;
}

.bullet-pagination a.selected {
	background: #ffffff;
	cursor: default;
}

.bullet-pagination a span {
	display: none;
}

/* The title of a section */
.title {
	margin-bottom: 45px;
}

.title h1 {
	position: relative;
	/*font-size: 17px;*/
	line-height: 45px;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	text-align: center;
	color: #827153;
}

.title hr {
	width: 80px;
	height: 2px;
	background: #cccccc;
	border: 0;
	margin: 0 auto;
}

/* Show an icon instead of the horizontal rule, or use both */
.title i {
	position: relative;
	display: none;
	font-size: 54px;
	line-height: 54px;
	color: #cccccc;
	margin: 0 auto -45px;
	text-align: center;
}

/* Headers */
.header {
	position: relative;
	display: table;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 640px;
}

.header.fixed {
	background-attachment: fixed;
}

.header.top {
	background-position: top center;
}

.header.bottom {
	background-position: bottom center;
}

.header.medium {
	height: 500px;
}

.header.small {
	height: 320px;
}

.header-center {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.centerdiv {
	width: 920px;
	margin: 0 auto;
}

.header-center hr {
	width: 220px;
	height: 2px;
	background: #ffffff;
	border: 0;
	margin: 50px auto 35px;
}

/* Fade */
.fade {
	filter: alpha(opacity=30);
	opacity: 0.3;
}

/* Smooth effects for no-touch devices only */
.no-touch a,
.no-touch a:hover,
.no-touch .button,
.no-touch .button:hover,
.no-touch .icon,
.no-touch .icon:hover,
.no-touch .icon.huge,
.no-touch .icon.huge:hover,
.no-touch .fade,
.no-touch .portfolio-thumb,
.no-touch .image-thumb,
.no-touch .product-item,
.no-touch a.play-btn i,
.no-touch a.play-btn:hover > i,
.no-touch .video-controls button,
.no-touch .video-controls button:hover,
.no-touch ul.home-menu li i,
.no-touch ul.home-menu li a:hover > i,
.no-touch .toggle,
.no-touch .toggle:hover,
.no-touch #contactform input,
.no-touch #contactform textarea,
.no-touch #contactform select,
.no-touch #contactform input:focus,
.no-touch #contactform textarea:focus,
.no-touch #contactform select:focus,
.no-touch #contactform input.submit,
.no-touch #contactform input.submit:hover,
.no-touch .fourofour i,
.no-touch .fourofour a:hover > i,
.no-touch .hoverimg,
.no-touch .hoverimg:hover,
.no-touch .employeeblock,
.no-touch .employeeblock:hover,
.no-touch .mask,
.no-touch .employeeblock:hover .mask,
.no-touch .productsblock,
.no-touch .productsblock:hover,
.no-touch .productsblock .button,
.no-touch .productsblock:hover .button,
.no-touch .sproductsblock i,
.no-touch .productsblock:hover i {
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}


/* ******************** 02 - Menu ******************** */
.main-menu {
	position: fixed;
	display: block;
	width: 100%;
	min-height: 50px;
	background: rgba(0,0,0,0);
	z-index: 99;
	height: 100px;
}

.menu-wrap {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 920px;
}

.menu-logo {
	float: left;
	text-align: left;
	width: auto;
	max-height: 30px;
	margin-top: 20px;
	margin-bottom: 0;
}

.main-menu h1 {
	float: left;
	text-align: left;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.main-menu h1 a {
	text-decoration: none;
	color: #bba454;
}

.main-menu h1 a:hover {
	color: #ffffff;
}

/* The toggle */
#toggle,
.toggle {
	display: none;
}

/* The menu items */
.menu {
	text-align: right;
	float: right;
	height: 100%;
}

.menu li {
	display: inline-block;
	list-style: none;
	margin-left: 30px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 55px;
}

.menu li a {
	display: inline-block;
	text-decoration: none;
	color: white;
	height: 100%;
	font-weight: 400;
	font-size: 1.1em;
}

.menu li a:hover {
	color: white;
}

/* ******************** Responsive settings for the menu ******************** */
@media only screen and (max-width: 1024px){
 section.wineries img{
 	    padding-top: 0 !important;
 	  }
	.sticky-wrapper,
	.main-menu {
		height: 100px;
	}


	.menu-wrap {
		width: 100%;
		padding: 0 20px;
	}

	.menu-logo {
		margin-top: 10px;
		margin-left: 15px;
	}

	.main-menu h1 {
		margin-top: 0;
		margin-left: 15px;
	}

	/* The toggle */
	.toggle {
		display: block;
		position: relative;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		user-select: none;
		color: rgba(0,127,65,1);
		float: right;
		font-family: 'FontAwesome';
		text-align: center;
		font-size: 28px;
		width: 50px;
		height: 100px;
		line-height: 100px;
	}

	.toggle:hover {
		color: #428468;
	}

	.toggle:after {
		content: '\f0c9';
		display: block;
		width: 50px;
		line-height: 50px;
		background: rgba(0,127,65,0);
	}

	#toggle:checked ~ .menu {
		display: block;
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#toggle:checked + .toggle:after {
		content: '\f077';
		color: white;
		background: rgba(0,127,65,1);
	}

	/* The menu items */
	.menu {
		display: none;
		filter: alpha(opacity=0);
		opacity: 0;
		margin-top: 100px;
		width: 100%;
		position: absolute;
		right: 0;
		height: auto;
		text-align: left;
		background: rgba(0,0,0,.75);
		padding-bottom: 10px;
	}

	.menu li {
		display: block;
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin: 0;
	}

	.menu li a {
		display: block;
		width: 100%;
		height: auto;
		margin-left: 25px;
		font-size: 1.15em;
	}
}

/* White menu classes */
.main-menu.white-menu {
	background: #ffffff;
}

.main-menu.white-menu h1 a:hover {
	color: #1a1a1a;
}

.main-menu.white-menu .menu li a:hover {
	color: #bba454;
}

@media only screen and (max-width: 768px){
	.main-menu.white-menu .toggle:hover {
		color: #1a1a1a;
	}
	.title h1{
		/*font-size: 25px !important;*/
	}
	.
	.main-menu.white-menu .menu {
		background: #685A4E;
	}

}


/* ******************** 03 - Home ******************** */

/* The fullscreen container */
.home-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	top: -100px;
}

.home-wrap.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
}

.home-wrap-short {
	position: relative;
	width: 100%;
	height: 640px;
}

.home-wrap-short .home-content,
.home-wrap-short .centerdiv {
	z-index: 10;
}

.home-wrap-short .bxslider {
	z-index: 0;
}

/* The content inside the fullscreen container */
.home-content {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		 -o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	display: inline-block;
	width: 920px;
}

.home-content hr {
	width: 220px;
	height: 2px;
	background: #ffffff;
	border: 0;
	margin: 50px auto 35px;
}

.home-content img {
	margin-bottom: 0;
}

/* Responsive logo */
.the-logo {
	max-width: 600px;
	width: 100%;
	height: auto;
	display: inline-block;
}

/* Fullscreen background image */
.fullscreen-img {
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}

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

/* Fullscreen video */
.video-container {
	display: block;
	position: relative;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}

.fullscreen-video {
	display: block;
	vertical-align: top;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

/* The circle menu */
ul.home-menu li {
	display: inline-block;
	width: 180px
}


ul.home-menu li a {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}

ul.home-menu li i {
	font-size: 28px;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 80px;
	height: 80px;
	line-height: 76px;
	letter-spacing: 0;
	color: #ffffff;
	border: 2px solid #ffffff;
	-webkit-border-radius: 50%;
			border-radius: 50%;
	margin: 25px auto;
}

ul.home-menu li em {
	font-family: 'Volkhov', 'Times New Roman', Georgia, serif;
	display: block;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: #ffffff;
}

ul.home-menu li a:hover > i {
	background: #bba454;
	border: 2px solid #bba454;
}

/* The play button */
a.play-btn i {
	cursor: pointer;
	text-indent: 5px;
	font-size: 28px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 76px;
	letter-spacing: 0;
	color: #ffffff;
	background: none;
	border: 3px solid #ffffff;
	border-radius: 50%;
}

a.play-btn:hover > i {
	color: #ffffff;
	background: #bba454;
	border: 3px solid #bba454;
}

a.play-btn-normal {
	cursor: pointer;
}

.small-play-btn {
	text-indent: 1px;
}

/* Video controls */
.video-controls {
	position: absolute;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	bottom: 50px;
}

.video-controls button {
	filter: alpha(opacity=30);
	opacity: 0.3;
	cursor: pointer;
	margin: 4px;
	font-family: 'FontAwesome';
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	color: #ffffff;
	background: none;
	border: 2px solid #ffffff;
	-webkit-border-radius: 50%;
			border-radius: 50%;
}

.video-controls button:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	color: #ffffff;
}

/* Controls for the fullscreen background sliders (index7) */
#home-controls a {
	/*position: absolute;
	top: calc(50% + 59px);
	margin-top: -20px;
	outline: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;*/
	/*text-indent: -9999px;*/
	/*z-index: 11;
	zoom: 1;*/
}

#home-controls a.prev,
#home-controls a.next {
	color: #ffffff;
	font-size: 42px;
}

#home-controls a.prev:hover,
#home-controls a.next:hover {
	color: #ffffff;
	font-size: 56px;
}

#home-controls a.prev {
	left: 10px;
}

#home-controls a.prev:after {
	font-family: 'FontAwesome';
	content: '\f104';
}

#home-controls a.next {
	right: 10px;
}

#home-controls a.next:after {
	font-family: 'FontAwesome';
	content: '\f105';
}

#home-pagination.bullet-pagination {
	width: 200px;
	z-index: 12;
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -100px;
}


/* ******************** 04 - Introduction ******************** */
.introduction {
	position: relative;
	/* padding-top: 100px; */
	padding-bottom: 0px;
	background: #fff;
}


/* ******************** 05 - about ******************** */
.about {
	position: relative;
	padding-top: 100px;
	padding-bottom: 90px;
	background: #ffffff;
}

.about-slider {
	margin-bottom: 70px;
}

/* Huge icon */
.icon.huge {
	font-size: 56px;
	width: 120px;
	height: 120px;
	line-height: 114px;
	cursor: default;
	color: #adadad;
	background: none;
	border: 3px solid #ffffff;
}

.icon.huge:hover {
	color: #bba454;
	border: 3px solid #bba454;
}


/* ******************** 06 - Wineries ******************** */
.wineries {
	position: relative;
	padding-bottom: 0px;
	background: white;
}

/* CarouFredsel styling for the products slider */
.wineries_carousel {
	position: relative;
	margin: 0;
	width: auto;
}

.wineries_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.wineries_carousel li {
	height: auto;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-align: center;
}

.wineries_carousel.responsive {
	width: auto;
	margin-left: 0;
}

.clearfix {
	float: none;
	clear: both;
}

/*portfolio-*/

.portfolio-thumb {
	display: block;
	background: #ffffff;
	padding-bottom: 25px;
}

.portfolio-thumb a {
	text-align: center;
	text-decoration: none;
}

.portfolio-thumb img {
	margin-bottom: -35px;
}

.portfolio-thumb i {
	text-align: center;
	position: relative;
	display: block;
	margin: 10px auto 15px;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	background: #1a1a1a;
	-webkit-border-radius: 50%;
			border-radius: 50%;
}

.portfolio-thumb:hover i {
	background: #bba454;
}

.portfolio-thumb b {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #1a1a1a;
}

.portfolio-thumb em {
	font-family: 'Volkhov', 'Times New Roman', Georgia, serif;
	display: block;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: #adadad;
}

.portfolio-thumb b,
.portfolio-thumb em {
	padding-left: 25px;
	padding-right: 25px;
}

/* ******************** 05 - History ******************** */
.history {
	position: relative;
	padding-top: 100px;
	padding-bottom: 90px;
	background: #ffffff;
}

.history-slider {
	margin-bottom: 70px;
}


/* ******************** 07 - Call to Action ******************** */
.call-to-action {
	position: relative;
}

.call-to-action .header {
	background: #333333;
}

.nobg .call-to-action .header {
	background: none;
}


/* ******************** 08 - About Me ******************** */
.about_2 {
	position: relative;
	padding-top: 100px;
	padding-bottom: 140px;
	background: #ffffff;
}

.about_2 .header {
	margin-bottom: 70px;
}

.about_2-avatar {
	text-align: center;
	position: relative;
	margin-top: -150px;
	border: 4px solid #ffffff;
	width: 160px;
	height: 160px;
	-webkit-border-radius: 50%;
			border-radius: 50%;
}


/* ******************** 09 - About Us ******************** */
.about-us {
	position: relative;
	padding-top: 100px;
	padding-bottom: 140px;
	background: #ffffff;
}

.about-us .header {
	margin-bottom: 70px;
}

/* Employees */
.employeeblock {
	padding: 20px 20px 10px;
	border: 2px solid #ffffff;
}

.employeeblock:hover {
	border: 2px solid #eeeeee;
}

.hoverimg {
	position: relative;
	width: 100%;
	height: 100%;
}

.hoverimg img {
	-webkit-border-radius: 50%;
			border-radius: 50%;
	margin-bottom: 0;
}

.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	-webkit-border-radius: 50%;
			border-radius: 50%;
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
}

.mask span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		 -o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.employeeblock:hover .mask {
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

.mask span i {
	color: #ffffff;
	margin: 3px;
}


/* ******************** 10 - Products ******************** */
.products {
	position: relative;
	padding-top: 100px;
	display: none;
	/* HIDED ON 9 AUGUST 2017 */
	padding-bottom: 140px;
	background: #F3EFEB;
}

/* CarouFredsel styling for the products slider */
.list_carousel {
	position: relative;
	margin: 0;
	width: auto;
}

.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.list_carousel li {
	height: auto;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-align: center;
}

.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

.clearfix {
	float: none;
	clear: both;
}

/* Product slider items */
li.product-item {
	display: block;
	background: #ffffff;
	padding-bottom: 25px;
	width: 480px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
}

li.product-item p {
	margin-right: 25px;
	margin-left: 25px;
}

li.product-item img {
	margin-bottom: -35px;
}

li.product-item i {
	position: relative;
	display: block;
	margin: 10px auto 20px;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	background: #1a1a1a;
	-webkit-border-radius: 50%;
			border-radius: 50%;
}

li.product-item:hover i {
	background: #bba454;
}

li.product-item ul {
	margin: 25px 0 0;
}

li.product-item ul li {
	display: inline-block;
	padding: 12px;
	width: 100%;
}

li.product-item ul li:last-child {
	border-bottom: 2px solid #fafafa;
}

li.product-item ul li:nth-child(odd) {
	background-color: #fafafa;
}

/* Simple Products */
.simple-products {
	position: relative;
	padding-top: 100px;
	padding-bottom: 50px;
	background: #ffffff;
}

/* Products hoverblocks */
.productsblock {
	padding: 20px 20px 10px;
	border: 2px solid #ffffff;
}

.productsblock:hover {
	border: 2px solid #eeeeee;
}

.productsblock .button {
	margin-top: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
}

.productsblock:hover .button {
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

/* Huge icon */
.productsblock i {
	text-align: center;
	font-size: 56px;
	width: 120px;
	height: 120px;
	line-height: 120px;
	cursor: default;
	color: #adadad;
	background: none;
	border: 3px solid #ffffff;
	-webkit-border-radius: 50%;
			border-radius: 50%;
}

.productsblock:hover i {
	color: #bba454;
	border: 3px solid #bba454;
}


/* ******************** 11 - Quote ******************** */
.quote {
	position: relative;
	display: none;
	/* HIDED ON 9 AUGUST */
}

.quote .header{
	background-image: url('../images/bg_6.jpg');
}

.nobg .quote .header {
	background: none;
}


/* ******************** 12 - Contact ******************** */
.contact {
	background: #a29085;
	color: white;
}


/* Styling for the contactform */
#contactform {
	display: block;
	width: 100%;
	margin: 50px auto 0;
	text-align: left;
}
/*
#contactform label {
	position: relative;
	z-index: 13;
	padding-left: 10px;
}

#contactform label {
	line-height: 50px;
}
*/
/*
#contactform input,
#contactform textarea,
#contactform select {
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 50px;
	margin-top: -50px;
	line-height: 50px;
	font-size: 1em;
	padding-left: 45px;
	padding-right: 10px;
	width: 100%;
	color: #666666;
	background: #ffffff;
	border: 2px solid #eeeeee;
}
*/
/*
#contactform select {
	padding-right: 10px;
	margin-bottom: 20px;
}

@-moz-document url-prefix() {
	#contactform select {
		padding-top: 14px;
	}
}

#contactform textarea {
	line-height: 25px;
	width: 100%;
	min-height: 120px;
}

#contactform input.input-verify {
	padding-left: 55px;
}

#contactform input:focus,
#contactform textarea:focus,
#contactform select:focus {
	border: 2px solid #bba454;
	background-color: #ffffff;
	color: #1a1a1a;
}
*/
/* The button */
/*
#contactform input.submit {
	-webkit-appearance: none;
	cursor: pointer;
	margin: 20px 0 0;
	width: auto;
	height: auto;
	border: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 0;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 10px 20px;
	color: #ffffff;
	background: #827153;
	-webkit-border-radius: 2px;
			border-radius: 2px;
}

#contactform input.submit:hover {
	color: #ffffff;
	background: #1a1a1a;
}

#contactform input[type="submit"][disabled] {
	color: #ffffff;
	background: #bba454;
}
*/
/* Form validation styles */
/*
#contactform span.required {
	color: #ff0000;
}

.error_message {
	display: block;
	padding: 5px;
	background: #fbe3e4;
	color: #8a1f11;
	border: 1px solid #fbc2c4;
}
*/
/* Loader image */
.loader {
	margin: 0 auto;
	padding: 0 25px;
}

/* What users see after they succesfully sent a message, see also the contact php file */
#success_page {
	text-align: center;
}

#success_page h4 {
	color: #bba454;
}


/* ******************** 13 - Footer ******************** */

/* Social footer */
.social-footer {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #333333;
}

.nobg .social-footer {
	background: none;
}

.social-footer .icon {
	margin: 10px;
}

/* Credits at the bottom of the page */
.credits {
	position: relative;
	padding-top: 25px;
	padding-bottom: 0;
	background: #1a1a1a;
}

.nobg .credits {
	background: rgba(0,0,0,0.4);
}

/* Simple footer 1 */
.footer {
	position: relative;
	padding-top: 25px;
	background: #F3EFEB;
}

/* Simple footer 2 */
.footer-two {
	position: relative;
	padding-top: 0;
	padding-bottom: 25px;
	background: #F3EFEB;
	display: none ; /* HIDED ON 9 AUGUST */
}

.footer-two p {
	margin-bottom: 50px;
}


/* ******************** 14 - Project Page ******************** */
.main-menu.alreadyfixed {
	position: fixed;
	top: 0;
	left: 0;
}

.project-page-intro {
	position: relative;
	padding-top: 70px;
	padding-bottom: 100px;
	background: #ffffff;
}

.project-page-slider {
	margin-bottom: 70px;
}

.project-page-images {
	position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
	background: #F3EFEB;
}

.project-page-images img {
	margin-bottom: 0;
}


/* ******************** 15 - 404 Page ******************** */
.fourofour {
	position: relative;
	width: 100%;
	height: 100%;
}

.fourofour-content {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		 -o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	display: inline-block;
	width: 920px;
}

.fourofour hr {
	width: 220px;
	height: 2px;
	background: #ffffff;
	border: 0;
	margin: 50px auto;
}

.fourofour h1 {
	width: 100%;
	display: block;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 140px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0;
}

.fourofour a {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}

.fourofour i {
	font-size: 28px;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 80px;
	height: 80px;
	line-height: 76px;
	letter-spacing: 0;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 50%;
	margin: 25px auto;
}

.fourofour em {
	font-family: 'Volkhov', 'Times New Roman', Georgia, serif;
	display: block;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: #ffffff;
}

.fourofour a:hover > i {
	background: #bba454;
	border: 2px solid #bba454;
}

/* ******************** Grape ******************** */
.grape{
	position: relative;
padding-top: 100px;
padding-bottom: 140px;
	background:#333333;
}

.smallicon-box{
	width:19%;
	height:auto;
	margin:0 0 0 1%;
	float:left;
}

.smallicon{
	width:100%;
	height:auto;
	margin-bottom:0px;
}

.smallicon-box,.popup,.b{
     color:white;
}
@media only screen and (max-width: 479px) {
	.smallicon-box{
	width:49%;
	height:auto;
	margin:0 0 0 1%;
	float:left;
}
#contactform input, #contactform textarea, #contactform select{
	/*width: 90% !important;*/
}

}


/* ******************** 16 - Responsive Settings ******************** */

/* Large */
@media only screen and (min-width: 1200px) {

	.menu-wrap,
	.home-content {
		width: 1300px;
	}

}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {
/*
	.menu-wrap,
	.home-content,
	.centerdiv,
	.fourofour-content {
		width: 690px;
	}

	ul.home-menu li {
		width: 145px
	}
	.menu li{margin-left: 16px !important;}
	li.product-item {
		margin-right: 15px;
		margin-left: 15px;
	}
*/
	#contactform input.submit {
		margin: 10px auto 0;
	}

}

/* Medium */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.bigtext h1,
	h1.bigtext {
		font-size: 70px;
	}

	.bigtext h2,
	h2.bigtext {
		font-size: 60px;
	}

	.bigtext h3,
	h3.bigtext {
		font-size: 50px;
	}

	.bigtext h4,
	h4.bigtext {
		font-size: 40px;
	}

	.bigtext h5,
	h5.bigtext {
		font-size: 30px;
	}

	.bigtext h6,
	h6.bigtext {
		font-size: 20px;
	}

	p.big {
		font-size: 20px;
		line-height: 30px;
	}

	.header,
	.home-wrap-short {
		height: 540px;
	}

	.header.medium {
		height: 400px;
	}

	.header.small {
		height: 280px;
	}

	.home-content,
	.centerdiv,
	.fourofour-content {
		width: 400px;
	}

	ul.home-menu li {
		width: 90px
	}

	ul.home-menu li b,
	ul.home-menu li em {
		display: none;
	}

	li.product-item {
		margin-right: 8px;
		margin-left: 8px;
	}

	.productsblock {
		padding: 0;
		border: none;
	}

	.productsblock:hover {
		border: none;
	}

	.productsblock .button {
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: visible;
	}

	.productsblock:hover i {
		color: #adadad;
		border: 3px solid #ffffff;
	}

	.productsblock i:hover {
		color: #bba454;
		border: 3px solid #bba454;
	}

	.employeeblock {
		padding: 0;
		border: none;
	}

	.employeeblock:hover {
		border: none;
	}

	#contactform input.submit {
		margin: 0 auto;
	}

	.footer .alignleft,
	.footer .alignright {
		text-align: center;
	}

	.project-page-intro {
		padding-top: 50px;
	}

}

/* Small */
@media only screen and (max-width: 479px) {

	body {
		min-width: 302px;
	}

	.bigtext h1,
	h1.bigtext {
		font-size: 45px;
	}

	.bigtext h2,
	h2.bigtext {
		font-size: 40px;
	}

	.bigtext h3,
	h3.bigtext {
		font-size: 35px;
	}

	.bigtext h4,
	h4.bigtext {
		font-size: 30px;
	}

	.bigtext h5,
	h5.bigtext {
		font-size: 20px;
	}

	.bigtext h6,
	h6.bigtext {
		font-size: 16px;
	}

	p.big {
		font-size: 16px;
		line-height: 30px;
	}

	.header,
	.home-wrap-short {
		height: 480px;
	}

	.header.medium {
		height: 320px;
	}

	.header.small {
		height: 240px;
	}

	.home-content,
	.centerdiv,
	.fourofour-content {
		min-width: 270px;
		width: 270px;
	}

	.the-logo {
		max-width: 270px;
	}

	ul.home-menu li {
		width: 60px;
	}

	ul.home-menu li b,
	ul.home-menu li em {
		display: none;
	}

	ul.home-menu li i {
		font-size: 20px;
		width: 50px;
		height: 50px;
		line-height: 46px;
	}

	.slides-pagination,
	#home-pagination.bullet-pagination {
		bottom: 15px;
	}

	li.product-item {
		margin-right: 5px;
		margin-left: 5px;
	}

	.productsblock {
		padding: 0;
		border: none;
	}

	.productsblock:hover {
		border: none;
	}

	.productsblock .button {
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: visible;
	}

	.productsblock:hover i {
		color: #adadad;
		border: 3px solid #ffffff;
	}

	.productsblock i:hover {
		color: #bba454;
		border: 3px solid #bba454;
	}

	.employeeblock {
		padding: 0;
		border: none;
	}

	.employeeblock:hover {
		border: none;
	}

	#contactform input.submit {
		margin: 0  ;
		width: 100%;
	}

	.footer .alignleft,
	.footer .alignright {
		text-align: center;
	}

	.project-page-intro {
		padding-top: 50px;
	}

	.about-slider,
	.about .header,
	.history-slider,
	.history .header,
	.about-us .header,
	.project-page-slider {
		margin-bottom: 50px;
	}

	.introduction,
	.history,
	.more-work,
	.about,
	.about-us,
	.products,
	.simple-products,
	.social-footer {
		padding-top: 70px;
		padding-bottom: 0px;
	}

	.contact {
		padding-top: 70px;
		padding-bottom: 100px;
	}

}

#wineries-slider>li>div {
margin-bottom: 40px;
}

/* Vertical Accordion Style */
.va-container{
	position:relative;
	margin:40px auto 0 auto;
}
.va-wrapper{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	background:#000;
}
.va-slice{
	cursor:pointer;
	position:absolute;
	width:100%;
	left:0px;
	overflow:hidden;
}
.va-slice-1{
	background:#000 url(../images/wine/1.jpg) no-repeat center center;
}
.va-slice-2{
	background:#000 url(../images/wine/2.jpg) no-repeat center center;
}
.va-slice-3{
	background:#000 url(../images/wine/3.jpg) no-repeat center center;
}
.va-slice-4{
	background:#000 url(../images/wine/4.jpg) no-repeat center center;
}
.va-slice-5{
	background:#000 url(../images/wine/5.jpg) no-repeat center center;
}
.va-slice-6{
	background:#000 url(../images/wine/6.jpg) no-repeat center center;
}
.va-slice-7{
	background:#000 url(../images/wine/7.jpg) no-repeat center center;
}
.va-slice-8{
	background:#000 url(../images/wine/8.jpg) no-repeat center center;
}
.va-slice-9{
	background:#000 url(../images/wine/9.jpg) no-repeat center center;
}
.va-slice-10{
	background:#000 url(../images/wine/10.jpg) no-repeat center center;
}
.va-slice-11{
	background:#000 url(../images/wine/4.jpg) no-repeat center center;
}
.va-slice-color-1{
	background-color:#97c5eb;
}
.va-slice-color-2{
	background-color:#68ace5;
}
.va-slice-color-3{
	background-color:#0072cf;
}
.va-slice-color-4{
	background-color:#0039a6;
}
.va-slice-color-5{
	background-color:#00338e;
}
.va-slice-color-6{
	background-color:#002c76;
}
.va-slice-color-7{
	background-color:#002144;
}
.va-title{
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	font-size:60px;
	margin-left:20px;
	color:#fff;
	text-shadow: 0px 0px 1px white;
}
.va-content{
	display:none;
	margin-left:25px;
}
.va-slice p{
	font-size: 22px;
	font-style: italic;
	font-family:Georgia, serif;
}
.va-slice ul{
	margin-top:20px;
}
.va-slice ul li{
	float:left;
	margin:0px 2px;
}
.va-slice ul li a{
	color:#000;
	background:#eede2f;
	padding:3px 6px;
	font-size:14px;
	font-family:'PT Sans', sans-serif;
	text-transform:uppercase;
}
.va-slice ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.va-nav span{
	width:40px;
	height:25px;
	background:transparent url(../images/prev.png) no-repeat center center;
	position:absolute;
	top:-35px;
	left:50%;
	margin-left:-20px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	display:none;
	z-index:100;
}
.va-nav span.va-nav-next{
	background-image:url(../images/next.png);
	top:auto;
	bottom:-35px;
}
.va-nav span:hover{
	opacity:1.0;
}

.portfolio-thumb b, .portfolio-thumb em{
	height: 40px;
}
ul.home-menu{
	display: none;
}
.text_brown{
	background: #827153;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.w_70{
	width: 80%;
	margin: auto;
	padding: 20px 0 10px;
}
.text_brown h1{
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 12px;
}
.port{
	position: relative;
	background: #fff;
}
.text_brown p{
	font-size: 16px;
	padding-bottom: 0;
}
 .banner_img{
 	position: relative;
 	margin-bottom: 0;
	width: 100%;
	overflow: hidden;
 }
 .banner_img h1{
 	text-align: center;
 	font-size: 50px;
 	position: absolute;
 	left: 0;
 	right: 0;
 	top: calc(50% - 59px);
 	color: #fff;
 	z-index: 2;
 	letter-spacing: 4px;
 }
 .banner_img h1 span{
 	letter-spacing: 4px;
 	display: block;
 	color: #fff;
 	margin-top: 8px;
 	z-index: 2;
 	text-align: center;
 }
 section.wineries img.section-bg{
 	  padding-top: 0;
    background: #fff;
		width: 100%;
		max-width: 100%;
		/*max-height: calc(100vh - 118px);*/
		height: 600px;
		margin-bottom: 0;
 }
 /* .mbBgndGallery , .mbBgndGallery img{
 	height: 100vh !important;
 	overflow: hidden !important;
 	position: absolute !important;
 } */
#contactform input:focus #contactform label{
	display: none;
}
img{
	object-fit: cover !important;
}

.logo {

}
.logo img {


}
.mbBgndGallery {
	top: 118px !important;
	border-top: 14px solid #827153;
}
.mbBgndGallery img {
	margin-top: 0 !important;
}
.title {
    margin-bottom: 0;
}
.white-bg {
	width:100%;
	height:118px;
	background:white;
	position:absolute;
	top: 0;
}
.bridge-bg {
	width:100%;
	height:118px;
	background:#F3EFEB;
	position:absolute;
	top: 0;
}
.wineries.white {
    background: white;
}
.title.neg-bottom {
	margin-bottom: -30px;
}
.title.pos-bottom {
	margin-bottom: 90px;
}
.title.pos-top {
	margin-top: 25px;
}

.bigname {
	position:absolute;
	bottom:50%;
	height:auto;
	text-align:center;
	width:100%;
}
.bigname img {
	background:none !important;
	border-top:none !important;
	margin:0 !important;
	width:calc(100% - 75px) !important;
	max-width:1136px !important;
}

section#home.wineries img {
    /*max-height: 100vh;
    height: 100vh;
		display: block;
		margin-bottom: 0;
		width: 100%;
		max-width: 100%;*/
}
.banner_img h1.home {
 font-size: 4.5em;
 letter-spacing: .25em;
 margin-left: .5em;
 line-height: 1.15;
}
.banner_img h1.home span{
	letter-spacing: .55em;
	font-size: .7em;
	font-weight: normal;
	margin-left: -.2em;
}

.banner_img h1.downtown{
 font-size: 4.5em;
 letter-spacing: .5em;
 margin-left: .5em;
 line-height: 1.15;
}
.banner_img h1.downtown span{
 letter-spacing: .25em;
 font-size: .7em;
	font-weight: normal;
	margin-left: -.5em;
}

.banner_img h1.barjomi {
	font-size: 4.5em;
	letter-spacing: .25em;
	margin-left: .5em;
	line-height: 1.15;
}
.banner_img h1.barjomi span{
	letter-spacing: .55em;
	font-size: .7em;
	font-weight: normal;
	margin-left: .5em;
}

.banner_img h1.look {
	font-size: 3.75em;
 letter-spacing: .5em;
 margin-left: .5em;
 line-height: 1.15;
 font-weight: normal;
}
.banner_img h1.look span{
	letter-spacing: .4em;
	font-size: 1.25em;
	font-weight: normal;
	margin-left: -.15em;
	font-weight: bold;
}

.banner_img h1.crop{
 font-size: 4.5em;
 letter-spacing: .5em;
 margin-left: .5em;
 line-height: 1.15;
}
.banner_img h1.crop span{
 letter-spacing: .25em;
 font-size: .7em;
	font-weight: normal;
	margin-left: -.5em;
}

.banner_img h1.wine {
 font-size: 4.5em;
 letter-spacing: .5em;
 margin-left: .5em;
 line-height: 1.15;
}
.banner_img h1.wine span{
	letter-spacing: .55em;
	font-size: .7em;
	font-weight: normal;
	margin-left: -.2em;
}

#home-controls {
    height: auto;
		overflow: hidden;
    /*border-top: 2px solid white;
    border-bottom: 2px solid white;*/
    position: absolute;
    top: 50%;
    width: 100%;
}
#home-controls a.prev {
	position: absolute;
	left: 10px;
	top: calc(50% - 13px);
}
#home-controls a.next {
	position: absolute;
	right: 10px;
	top: calc(50% - 13px);
}

#home.wineries {
    padding-top: 0;
}

#footer-ophub div {
	position: relative;
	color: white;
	bottom: 20px;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	text-align: right;
	height: 0;
	font-size: .9em;
	background: #827153;
}
#footer-ophub div a:hover {
	color: #f8931f;
}

#contactform input, #contactform textarea, #contactform select {
    padding-left: 10px;
}


@media only screen and (max-width: 1024px){
	.main-menu {

	}

	.banner_img h1.home {
		font-size: 4em;
	}
	.banner_img h1.downtown{
	 font-size: 4em;
	}
	.banner_img h1.barjomi {
		font-size: 4em;
	}
	.banner_img h1.look {
		font-size: 4em;
	}
	.banner_img h1.crop{
	 font-size: 4em;
	}
	.banner_img h1.wine {
	 font-size: 4em;
	}
	.banner_img h1.look {
	    font-size: 3em;
	}


	#footer-ophub div {
		text-align: center;
		padding: 0 20px;
	}
}

@media only screen and (max-width: 479px){
	.banner_img h1.home {
		font-size: 3em;
		letter-spacing: 0;
		margin-left: 0;
	}
	.banner_img h1.downtown{
	 font-size: 3em;
	}
	.banner_img h1.barjomi {
		font-size: 3em;
	}
	.banner_img h1.look {
		font-size: 3em;
	}
	.banner_img h1.crop{
	 font-size: 3em;
	}
	.banner_img h1.wine {
	 font-size: 3em;
	}
	.banner_img h1.look {
	    font-size: 2.5em;
	}

	#footer-ophub div {
		text-align: center;
		height: auto;
		bottom: 0;
		margin-top: -20px;
	}
	#footer-ophub div span {
		display: block;
	}

}

#home .titletext {
	position:absolute;width:100%;height:100%;top: 0;
}
#home .titletext span {
	position: relative;display: block;margin: 0 auto;top: 230px;text-align: right;width: 100%;max-width: 1300px;
}
#home .titletext span img {
	width:490px;height:auto;background:none;display:inline;
}

.container.row {
	padding: 75px 0;
	width: 1300px;
}

section#overview,
section#building,
section#planing {
	background: #12283f;
	color: white;
}

section#movie {
    background: #a29085;
    color: white;
}
.vdobox {
    width: 100%;
    max-width: 1300px;
    height: 731px;
    background: #dddddd;
}
.vdobox iframe {
    width: 100%;
    max-width: 1300px;
    height: 731px;
}

.title h2 {
    color: white;
    letter-spacing: .25em;
		font-weight: 400;
}
.title.whitebg  {
	color: black;
}
.title.whitebg h2 {
	color: #12283f;
}

.ten.columns {
    width: 1300px;
}

.title  ol, .title  ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}
.title li {
	margin-bottom: 20px;
}
.title .left {
    float: left;
    width: calc(100% - 550px);
}
.title .right {
    float: left;
    margin-left: 50px;
		width: 500px;
}
.title .right img {
    max-width: 100%;
}
.title .verticalspacer {
	height: 50px;
	clear: both;
}

.contact h1 {
	color: white;
	font-size: 3em;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.contact h2 {
	color: white;
	font-size: 2em;
	letter-spacing: .1em;
}
.contact h3 {
	color: white;
	line-height: 1.5;
}
#contact .container.row.row1 {
	padding-bottom: 0;
}
#contact .container.row.row2 {
	padding: 0;
}
#contact .container.row.row3 {
	padding-top: 40px;
}
#contact .width100 {
    padding: 20px 0;
    background: #93847b;
}
#contact .threebox {
	margin-top: 30px;
	overflow: hidden;
}
#contact .threebox div:nth-of-type(1) {
	width: 40%;
	float: left;
	border-right: 1px solid white;
}
#contact .threebox div:nth-of-type(2) {
	width: 40%;
	float: left;
	border-right: 1px solid white;
	padding-left: 40px;
}
#contact .threebox div:nth-of-type(3) {
	width: 20%;
	float: left;
	padding-left: 40px;
}
#contact .threebox div p {
	margin-bottom: 0;
}
#contact .threebox div span {
	display: block;
	margin-bottom: 10px;
}
#contact .hotline {
	clear: both;
	margin-top: 20px;
}
#contact .hotline p {
	margin-bottom: 0;
}
#contact .hotline p .telno,
#contact .hotline p .email {
	font-size: 1.75em;
}
#contact .hotline p .telno {
	margin-right: 20px;
}
#contact .hotline p .email a:hover {
	color: white;
}
#contactform input,
#contactform textarea,
#contactform select {
	display: inline-block;
	width: auto;
	height: 30px;
	font-size: 1em;
	padding: 0 6px;
	-webkit-appearance: none;
  -webkit-border-radius: 0px;
	-moz-appearance: none;
}
#contactform select {
	background-color: white;
	background-image: url(../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-position: right center;
}
#contactform span.title,
#contactform span.name,
#contactform span.email,
#contactform span.noof,
#contactform span.howtoknown {
	margin-right: 25px
}
#contactform .title select {
	width: 7.7%;
}
#contactform .name input {
	width: 32.3%;
}
#contactform .telno input {
	width: 39.5%;
}
#contactform .email input {
	width: 47%;
}
#contactform .noof select {
	width: 7.7%;
}
#contactform .date select {
	width: 13.5%;
}
#contactform .howtoknown input {
	width: 48.75%;
}
#contactform .bankok select {
	width: 13.5%;
}
#contactform .buttonbox {
	text-align: right;
	padding-right: 24px;
}
#contactform button {
  padding: 15px 30px;
  font-size: 1em;
	cursor: pointer;
	background: white;
}
#contactform .errormgs {
	letter-spacing: 0;
	margin-left: 10px;
}
#contactform .errormgs.errormgs-feedback {
	background: #12283f;
	color: white;
	font-size: 1.75em;
	display: inline-block;
}
#contactform input.error {
    border: 2px solid black;
}

#footer .container.row {
    padding: 30px 0 20px;
		color: #6d6e71;
}
#footer img {
    margin: 0;
}
#footer .container.row div {
    float: left;
		letter-spacing: 0;
}
#footer .container.row div p {
    margin: 0;
}
#footer .container.row div a,
#footer .container.row div a:hover {
    color: #6d6e71;
}
#footer .container.row div:nth-of-type(1) {
	margin-right: 120px;
	float: left;
}
#footer .container.row div:nth-of-type(2) {
	margin-right: 60px;
	float: left;
}
#footer .container.row div:nth-of-type(3) {
	text-align: right;
	float: right;
}

@media only screen and (max-width: 1299px){
	.menu-wrap, .home-content {
	    width: 100%;
	    padding: 0 30px;
	}
	.container.row {
	    width: 100%;
	    padding: 75px 30px;
	}
	#home .titletext span {
	    padding: 0 30px;
	}
	#contact .container.row.row2 {
    padding: 0 30px;
	}
	#footer .container.row {
    padding: 30px 30px 20px;
	}
	#contact .width100 {
	    width: 100%;
	    padding: 20px 30px;
	}

	#contactform .title select,
	#contactform .name input,
	#contactform .telno input,
	#contactform .email input,
	#contactform .noof select,
	#contactform .date select,
	#contactform .howtoknown input,
	#contactform .bankok select {
		float: right;
		width: calc(100% - 300px);
	}
	#contactform span.title,
	#contactform span.name,
	#contactform span.telno,
	#contactform span.email,
	#contactform span.noof,
	#contactform span.date,
	#contactform span.howtoknown,
	#contactform span.bankok {
		display: block;
		clear: both;
		margin-bottom: 20px;
		margin-right: 0;
	}
	#contactform .buttonbox {
    padding-right: 0;
	}

}

@media only screen and (max-width: 1024px){
	.container.row {
	    width: 100%;
	    padding: 30px;
	}

	.sticky-wrapper, .main-menu {
    height: 75px;
	}
	.toggle {
    height: 50px;
    line-height: 50px;
	}
	.menu {
    margin-top: 75px;
	}

	section.wineries img.section-bg {
	    height: 450px;
	}

	.main-menu {
		background: rgba(0,0,0,0);
	}

	#home .titletext span {
	    text-align: left;
	    width: 100%;
	}
	#home .titletext span img {
    margin-left: 30px;
	}

	.title .left {
	    width: calc(50% - 20px);
	    margin-right: 20px;
	}
	.title .right {
	    margin-left: 20px;
	    width: calc(50% - 20px);
	}

	#contact .width100 {
	    width: 100%;
	    padding: 20px 30px;
	}

	#contactform .title select,
	#contactform .name input,
	#contactform .telno input,
	#contactform .email input,
	#contactform .noof select,
	#contactform .date select,
	#contactform .howtoknown input,
	#contactform .bankok select {
		float: right;
		width: calc(100% - 300px);
	}
	#contactform span.title,
	#contactform span.name,
	#contactform span.telno,
	#contactform span.email,
	#contactform span.noof,
	#contactform span.date,
	#contactform span.howtoknown,
	#contactform span.bankok {
		display: block;
		clear: both;
		margin-bottom: 20px;
		margin-right: 0;
	}
	#contactform .buttonbox {
    padding-right: 0;
	}

	#footer .container.row {
    padding: 30px;
	}
	#footer .container.row div {
    float: none;
	}
	#footer .container.row div:nth-of-type(1) {
		float: left;
    margin-right: 0;
	}
	#footer .container.row div:nth-of-type(2) {
		float: right;
    margin-right: 0;
	}
	#footer .container.row div:nth-of-type(3) {

    margin-right: 0;
		text-align: left;
	}

	.vdobox {
	    max-width: 964px;
	    height: 524px;
			margin-bottom: 40px;
	}
	.vdobox iframe {
	    width: 100%;
	    max-width: 964px;
	    height: 524px;
	}


}

@media only screen and (max-width: 768px) {
	.vdobox {
	    max-width: 708px;
	    height: 398px;
	}
	.vdobox iframe {
	    width: 100%;
	    max-width: 708px;
	    height: 398px;
	}

	#footer .container.row div:nth-of-type(1) {
		clear: both;
		float: none;
	}
	#footer .container.row div:nth-of-type(2) {
		clear: both;
		float: none;
    margin-right: 0;
	}
	#footer .container.row div:nth-of-type(3) {

	}

}

@media only screen and (max-width: 479px) {
	.sticky-wrapper, .main-menu {
	    height: 50px;
	}
	.toggle {
    height: 50px;
    line-height: 50px;
	}
	.menu {
    margin-top: 50px;
	}

	.container.row {
	    width: 100%;
	    padding: 30px 15px;
	}

	#home .titletext span {
	    top: 180px;
	}
	#home .titletext span img {
	    margin-left: 15px;
	    width: 300px;
	}

	.title .verticalspacer {
	    height: 30px;
	}
	.title .left {
    width: 100%;
    margin-right: 0;
	}
	.title .right {
    width: 100%;
    margin-left: 0;
	}

	section.wineries img.section-bg {
    height: 300px;
	}

	.contact {
    padding: 25px 0;
	}
	.contact h1 {
    font-size: 2.2em;
	}
	#contact .width100 {
    padding: 20px 15px;
	}
	#contact .threebox div:nth-of-type(1) {
    width: 100%;
    margin-bottom: 25px;
    border-right: none;
	}
	#contact .threebox div:nth-of-type(2) {
    width: 100%;
    padding-left: 0;
    margin-bottom: 25px;
    border-right: none;
	}
	#contact .threebox div:nth-of-type(3) {
    width: 100%;
    padding-left: 0;
	}
	#contact .hotline p .telno {
	  margin-right: 0;
    display: block;
	}
	#contact .hotline p .email {
    display: block;
	}
	#contactform .title select,
	#contactform .name input,
	#contactform .telno input,
	#contactform .email input,
	#contactform .noof select,
	#contactform .date select,
	#contactform .howtoknown input,
	#contactform .bankok select {
    width: 100%;
    margin: 10px 0;
	}
	#contactform .buttonbox {
    padding-right: 0;
    text-align: left;
	}
	#contactform button {
    display: block;
	}
	#contactform .errormgs {
    margin-left: 0;
    padding: 15px 0;
	}
	#contact .container.row.row3 p {
		margin: 25px 0 0 0;
	}

	.vdobox {
	    max-width: 450px;
	    height: 253px;
			margin-bottom: 20px;
	}
	.vdobox iframe {
	    max-width: 450px;
	    height: 253px;
	}

}
