/*
Navbar "hovernav" dropdown menu - this works only for screen sizes larger than phones.
The Bootstrap CSS is unchanged. If you don't want this, delete this segment of the CSS
and delete the corresponding segment of bst.js
*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,700,600,400);

/* ************************************************************************************************
		GENERAL
************************************************************************************************ */

html {
	height: 100%;
	background-color: #ffffff;
	//overflow: hidden;
}
body {
	font-family: 'Open Sans', sans-serif; 
	background-color: #ffffff;
	overflow: hidden;
}
body#tinymce {
	overflow: auto !important;
	background-color: #fff;
	height: 100%;
}

a {
	-webkit-transition:color .3s ease-out;
	-moz-transition:color .3s ease-out;
	-o-transition:color .3s ease-out;
	transition:color .3s ease-out;
	color: #52484a;
}
a:hover {
	text-decoration: none;
	color: #a62015;
}
#global {
	position: relative;
}
#share_count {
	float: right;
}
.the-content object embed {
	padding: 10px 0;
}
.share-bottom {
	text-align: center;
}
a.count {
	pointer-events: none;
   cursor: default;
}
.single-post .pagination {
	height: auto !important;
}
.blogroll {
	text-align: center;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
.share-bottom > div {
	display: inline-block;
	padding: 10px 0;
	float: none;
	font-size: 14px;
}
#share_count2 {
	top: -18px;
position: relative;
}
.text a, .the-content a {
	color: #a62015;
}
.text a:hover, .the-content a:hover {
	color: #999;
}
.text hr {
	border: 0px !important;
	margin: 20px 0 !important;
}
.centerh0 {
	display: table;
	#position: relative;
	overflow: hidden;
	width: 100%;
	height:100%;
}

.centerh1 {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}
.centerh2 {
	position:relative;
	overflow: hidden;
	#position: relative;
	#top: -50%
}

.container-fluid {
	padding: 0;
}
.container-fluid, .container-fluid > div {
	/*height: 100%;*/
}
.fullheight {
	height: 100%;
}

div:focus {
	outline: none !important;
}
.modal-backdrop {
	display: none !important;
}
.modal {
	background: #f4f4f4;
}
.padBottom {
	display: block;
	clear: both;
}
.sharer-container {
	float: right;
}
.sharer-container span {
	float: left;
	//margin: -1px 5px 0 0;
	padding: 4px 0 0 15px;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}
.sharer-icon {
  float: left;
  height: 25px;
  font-size: 14px;
  padding: 5px;
  cursor: pointer;
}
.sharer-icon:hover {

}
/* Preloader */
#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:121px;
	background-color:#fff;
	z-index:9999;
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url('../img/status.GIF');
	background-repeat:no-repeat;
	background-position:center;
	background-size: 64px 64px;
	margin:-100px 0 0 -100px;
}
#loader {
  margin: 6em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(168, 164, 165, 0.1);
  border-right: 5px solid rgba(168, 164, 165, 0.1);
  border-bottom: 5px solid rgba(168, 164, 165, 0.1);
  border-left: 5px solid #535353;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
#loader,
#loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ************************************************************************************************
		DISCLAIMER
************************************************************************************************ */


#disclaimer {
	position:absolute;
	width:100%;
	height: 100%;
	color:#52484a;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 99999;
	background: #f6f6f6 url('../img/disclaimer.png') 50% 50% no-repeat;
}

#disclaimer a.disclaimer-link {
	color:#e7e7e7;
	text-decoration:none;
	margin:10px;
	padding:3px 10px;
	background:#a62015;
	color:#fff;
	font-size:12px;
	border: 1px solid #a62015
}

#disclaimer a.disclaimer-link:hover {
	background:#fff;
	color:#a62015;
	border: 1px solid #a62015
}

#disclaimer p {
	margin:20px;
	font-size:12px;
}

#disclaimer ul {
	margin:10px 0;
	padding:0;
}

#disclaimer .lang-item {
	display:inline;
}

.lang-item-es {
	//display: none !important;
}

#disclaimer .container {
	width:100%;
}

.disclaimer-logo img {
	width:300px;
}
#disclaimer h3 {
	line-height: 0.85;
}
#disclaimer .logo1 {
	font-size: 36px;
}
#disclaimer .logo2 {
	font-size: 66px;
}
#disclaimer ul li {
	border-left: 1px solid #000;
	padding-right: 15px;
}
#disclaimer ul li:first-child {
	border-left: none;
	padding-right: 15px;
}
#disclaimer ul li {
	padding: 2px 10px;
}
#disclaimer .current-lang a {
	color: #000;
	font-weight: 700;
}
#disclaimer .current-lang a:hover {
	color: #a62015;
}
/* ************************************************************************************************
		SHORTCUTS
************************************************************************************************ */

.shortcuts {
	position: fixed;
	z-index: 99;
	top:0;
	bottom:0;
	right: 0;
	margin-right:10px;
	width: 40px;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	vertical-align: middle;
}
.home .shortcuts {
	margin-right:20px;
}
.shortcuts ul {
	padding: 0;
}
.shortcuts li {
	margin: 10px 0;
	text-align: center;
	position: relative;
	list-style: none;
	vertical-align: middle;
}
.shortcuts a {
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	width: 30px;
	height: 30px;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	font-size: 15px;
	right: 0;
	margin: 0 auto;
	vertical-align: middle;
	color: #a62015;
}
.shortcuts a:hover, .test a {
	background: #a62015;
	color: #fff;
	width: 40px;
	height: 40px;
	font-size: 22px;
}
.shortcuts span {
	position: fixed;
	right: 50px;
	margin-top: -20px;
	color: #a62015;
	font-weight: 700;
	display: none;
	vertical-align: middle;
	margin-right: 15px;
}
.home .shortcuts span {
	color: #fff;
}
.shortcuts li:hover span {
	display: block;
	margin-top: -30px;
}
.social-mob ul {
	margin: 0;
	padding: 0;
}
.social-mob ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.social-mob ul li a {
	padding: 6px;
	color: #000;
}

/* ************************************************************************************************
		MENU
************************************************************************************************ */
.nav.navbar-nav, .nav.navbar-nav > li {
	position: inherit
}
.menu-container {
	position: fixed;
	width: 100%;
	bottom: 0;
	height: 124px;
	background: #f8f8f8;
	z-index: 9;
	border-top: 1px dotted #a62015;
}
.logo {
	height: 124px;
}
.logo img {
	vertical-align: initial;
	padding: 0 0 0;
	width: 100%;
}

.logo h3 {
	margin: 0 0 0 0;
	/*padding: 5px 0 10px 0;*/
	line-height: 0.8;
}
.home .logo h3 {
	/*padding: 10px 0 5px 0;*/
}
.logo1 {
	display: block;
	//font-size: 30px;
}
.logo2 {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: 400;
	color: #a62015;
	text-transform: uppercase;
}
.main-nav {
	text-align: center;
}
.navbar {
	border: none;
	background: none;
	min-height: initial;
	margin-bottom: 0;
	margin-top:43px;
}
.dropup .dropdown-menu {
	width: 100%;
	//display: block;
	position: absolute;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 18px;
	text-align: center;
	list-style: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0 solid #ccc;
	border: 0 solid rgba(0,0,0,.15);
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,.175);
	box-shadow: 0 0 0 rgba(0,0,0,.175);
	font-size: 0;
	padding: 0;
	margin-bottom: 0;
	background: transparent;
}
.dropup .dropdown-menu:hover {
	opacity: 1;
}
.subhidden {
	display: none;
	opacity: 0;
}
.subhidden.in {
	display: block;
	opacity: 1;
}
.dropdown-menu li {
	border-bottom: 2px solid #e0dfdf;
	display: inline-block;
	//margin-right: -5px;
	font-size: 16px;
	font-variant: normal;
	text-transform: lowercase;
}
.dropdown-menu li:hover {
	background-color: transparent;
}
.dropdown-menu li a {
	display: inline-block;
	color: #a8a4a5;
	background-color: transparent;
	font-weight: 300;
	padding: 12px 20px 8px;
}
.dropdown-menu li a:hover {
	color: #a62015;
	background-color: transparent;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: transparent;
	color: #a62015;
}
.current-menu-item .dropdown-menu, .current_page_ancestor .dropdown-menu {
	display: block;
	
}
.menu .nav {
	//border-top: 2px solid #e0dfdf;
	text-align: center;
	float: none;
	font-size: 0;
	margin-bottom: 15px;
}
.menu .nav>li {
	position: initial;
	//text-transform: capitalize;
	font-variant: small-caps;
	font-size: 20px;
	display: inline-block;
	float: none;
	margin: 0 0 5px;
	
}
.menu .nav>li>a {
	padding: 10px 15px 5px;
	//margin-bottom: 15px;
	color: #52484a;
	font-weight: 600;
	margin: 0 25px;
	border-bottom: 3px solid transparent;
	-webkit-transition:border .3s ease-out;
	-moz-transition:border .3s ease-out;
	-o-transition:border .3s ease-out;
	transition:border .3s ease-out;
	
}
.menu .nav>li.current-menu-item, .menu .nav>li:hover, .menu .nav>li.current_page_ancestor{
	background-color: transparent;
}
.menu .nav>li.current-menu-item>a, .menu .nav>li:hover>a, .menu .nav>li.current_page_ancestor>a{
	border-bottom: 3px solid #a62015;
}
.menu .nav>li.current-menu-item a, .menu .nav>li a:hover {
	background-color: transparent;
}
.menu .navbar-default .navbar-nav>.active>a, .menu .navbar-default .navbar-nav>.active>a:hover, .menu .navbar-default .navbar-nav>.active>a:focus {
	color: #52484a;
	background-color: transparent;
}
.footer {
	font-size: 10px;
	color: #b0b0b0;
	font-weight: 300;
}
.footer a {
	color: #b0b0b0;
}
.footer a:hover {
	color: #000;
}
.switcher-language ul {
	text-align: center;
	margin: 0 0 0;
	padding: 0px;
	font-size: 0;
}
.switcher-language ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
	
}
.switcher-language ul li {
	border-left: 1px solid #000;
}
.switcher-language ul li:first-child {
	border-left: none;
}
.switcher-language ul li a {
	color: #a8a4a5;
	font-weight: 400;
}

.switcher-language ul li.current-lang a, .switcher-language ul li a:hover {
	color: #000;
	text-decoration: none;
	font-weight: 400;
}
.home .menu {
	display: none;
}
.home .logo {
	margin: 0 auto;
	float: none;
	height: 105px;
}
.home .logo img {
	/*padding: 10px 0 0;*/
}
.home .switcher-language ul {
	margin: 5px 0 ;
}
.footer-home {
	display: none;
}
.home .footer-home {
	display: block;
}
.navbar .centerh2 {
	position: initial;
}

/* ************************************************************************************************
		HOME
************************************************************************************************ */

.page-id-1601 .img3-fr, .page-id-1549 .img3-en, .page-id-6804 .img3-fr, .page-id-1601 .lien2428, .page-id-6804 .lien2428 {
	display: none;
}

.home ul {
	padding: 0;
}
.home li {
	list-style-type: none;
	
}
.col1 {
	width: 37%;
	text-align: center;
	height: 100%;
	border-left: #ffffff solid 15px;
	border-right: #ffffff solid 15px;
}
.col11 {
	border-left: #ffffff solid 0;	
	border-right: #ffffff solid 15px;
}
.col2 {
	width: 26%;
	text-align: center;
	height: 100%;
	border-right: #ffffff solid 15px;
}
.img1 {
	height: 45%;
	//float: left;
	display: inline-block;
	//width: 60%;
}
.img6 {
	height: 40%;
	//float: left;
	display: inline-block;
	//width: 39%;
	background-position: 50% 10% !important;
}
.img2 {
	height: 55%;
}
.img3 {
	height: 50%;
}
.img4 {
	height: 50%;
}
.img5 {
	height: 100%;
}
.img5:hover ~ .shortcuts {
	right: -22px;
}
.home .container-fluid, .home .container-fluid .row {
	height: 100%;
	padding: 0;
	margin: 0;
}

.home .container-fluid .row > div {
	padding: 0;
	margin: 0;	
}
.home .container-fluid .row > div > div {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 0;
	margin: 0;
	position: relative;
	cursor: pointer;
	border-top: #ffffff solid 15px;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.home .container-fluid .row > div > div:hover {
	//background-size: 150%;
}

/***** Sadie *****/

.effect-sadie {
	text-align: center;
}
.effect-sadie .caption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 45%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 45%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

.menu-content {
	/*
position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: transparent;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
*/
}

.effect-sadie h3 {
	position: absolute;
	top: 55%;
	left: 0;
	width: 100%;
	font-size: 25px;
	color: #ffffff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	font-weight: 300;
	line-height: 0.9;
line-height:1;
}
.home h3.title span {
	display: block;
	font-family: "Times New Roman", Times, serif; 
	font-size: 60px;
	font-weight: 400;
}

.effect-sadie .caption::before,
.effect-sadie nav {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-sadie nav {
	position: absolute;
	bottom: 35px;
	left: 0;
	padding: 0 0;
	width: 100%;
	opacity: 1;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

.effect-sadie:hover h3 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

.effect-sadie:hover .caption::before,
.effect-sadie:hover nav {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.home .container-fluid a {
	color: #fff;
}
.home .container-fluid .snippet a {
    color: #ffffff; !important;
	font-size: 28px;
	text-shadow: 1px 1px 2px #000000;
	
}
.home .container-fluid a:hover {
	//color: #cd574e;
}


nav a {
	position: relative;
	display: block;
	padding: 3px;
	outline: none;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
}

.cl-effect-5 a:hover,
.cl-effect-5 a:focus {
	outline: none;
}


/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
	padding: 0 4px;
	//height: 1em;
	position: relative;
	display: block;
	padding: 0;
	outline: none;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	width: calc(100% + 10px);
}
.fix {
	display: inline-block;
	margin: 0 auto;
}
.fix2 {
	display: block;
}
.cl-effect-5 a span {
	position: relative;
	display: block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	width:	100%;
	text-align: center;
	padding: 0 5px;
	//margin: 0px auto;
	
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: normal;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	//text-align: center;
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	color: #F0E68C;
}


/* ************************************************************************************************
		CHATEAU
************************************************************************************************ */
.chateau.container-fluid {
	padding: 0;
	//position: absolute;
	top:0;	
}
.membre {
	height: auto !important;
}
.membre img {
	max-width:175px;
}
.membre img.vatelot {
	max-width:100%;
}

a.team, .back a {
	font-size: 16px;
	padding: 5px 30px 20px;
	display: block;
	text-align: center;
	width: 200px;
}
.back a {
	width: auto;
}
.tooltiptext{
    display: none;
}
.back {
	position: absolute;
	top:0;
	width: 100%; 
	height: auto !important;
}
.back a {
	padding: 10px;
	display: block;
}

a.team i, .back a i {
	display: block;
	font-size: 26px;
}
a.team span, .back a span {
	display: block;
	font-size: 22px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif; 
	color: #a62015;
	font-weight: 400;
	line-height: .7;
}
.overflow {
	//overflow: auto;
}
.chateau > div > div, .chateau > div > div > div, .chateau > div > div > div > div {
	height: 100%;
}
.bs {
	position: fixed;
	width: 66%;
}
.bg {
	//height: 100%;
	width: 100%;
	background: url(../img/degrade.png) 0 0 repeat-y;
	background-size: 100% 100%;
	position: fixed;
}
.content {
	position: relative;
}
.content h3 {	
	font-size: 34px;
	font-weight: 700;
	line-height: 0.8;
	color: #535353;
	padding: 60px 0 30px;
	margin: 0;
}
.content h3 span {
	display: block;
	font-family: "Times New Roman", Times, serif; 
	font-size: 60px;
	font-weight: 400;
	color: #a62015;
}
.content .text {
	//overflow: auto;
	
}
.modal-dialog {
	width: 100%;
	margin: 0;
	padding: 0;
}
.page .text .nav.nav-tabs {
	padding-top: 15px; 
}
.page .text .nav-tabs > li.nosep > a {
	border: 0 !important;
}
.qtip-default {
	width: 235px;
}
#qtip-5.qtip-default, #qtip-13.qtip-default {
	width: 410px;
}

.qtip-default .qtip-titlebar {
	font-size: 20px;
}
.qtip-content img {
	width: 175px;
	height: 250px;
	display: block;
	padding: 10px 0 0 0;
}
#qtip-5.qtip-default img, #qtip-13.qtip-default img {
	width: 350px;
}
/* ************************************************************************************************
		WINE PAGE
************************************************************************************************ */
.page-id-2423 .order-fr, .page-id-1559 .order-en, .page-id-6785 .order-fr {
	display: none;
}

.pagination {
	height: 107px !important;
	display: block;
	//width: 500px;
	//margin: 0 auto;
	position: relative;
	z-index: 99999999999;
	text-align: center;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	bottom: 132px;
}
.swiper-pagination-switch {
	opacity: 1;
}
.pagination span {
	display: inline-block;
	margin: 5px;
	width: 85px;
	height: 85px;
	border: 5px solid #fff;
	cursor: pointer;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
	background-size: cover;
	opacity: 0;
}
.pagination span:first-child {
	background: url('../img/thumb1.jpg') 50% 50% no-repeat;
}
.pagination span:nth-child(2) {
	background: url('../img/thumb2.jpg') 50% 50% no-repeat;
}
.pagination span:nth-child(3) {
	background: url('../img/thumb3.jpg') 50% 50% no-repeat;
}
.pagination span:nth-child(4) {
	background: url('../img/thumb4.jpg') 50% 50% no-repeat;
}
.pagination span:hover, .pagination span.swiper-active-switch {
	border: 5px solid #a62015;
}
.pagination.showup {
	bottom: 132px;
}
.bottle img {
	margin: 0 auto;
	display: block;
	float: right;
}
.wine h3 {
	font-weight: 400;
}
.wine ul {
	padding: 20px 0 10px;
	font-size: 0;
}
.wine ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
}
.wine ul li.press {
	border-right: 1px solid #52484a;
	padding-left: 0;
	//padding-right: 25px;
}
.wine ul li a {
	color: #52484a;
	text-transform: uppercase;
	padding: 0;
}
.header-press {
	//position: fixed;
	//top:0;
}
h5.vintage, .mob h5 {
	font-weight: 700;
	font-size: 20px;
	text-transform: none !important;
	border-bottom: 1px solid #ccc;
	margin: 20px 0;
}
.menu-vintage li {
	display: inline-block;
}
.ft-menu {
	margin: 0;
	padding: 0;
	text-align: center;
}
.ft-menu li {
	display: block;
}
.popover {
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,1);
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,.2);
	box-shadow: 0 0 0 rgba(0,0,0,.2);
}
.order {
	text-transform: uppercase;
	border: 1px solid #52484a;
	padding: 3px 10px;
	display: inline-block;
	font-size: 16px;
	-webkit-transition:all .5s ease-out;
	-moz-transition:all .5s ease-out;
	-o-transition:all .5s ease-out;
	transition:all .5s ease-out;
	//background: #fff;
}
.order:hover {
	background: #a62015;
	color: #fff;
	border: 1px solid #a62015;
}
/* Overlay style */
.press-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,.9);
}
.wines .arrow {
	position: absolute;
	z-index: 999;
}
.arrow {
	opacity: .3;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.arrow:hover {
	opacity: 1;
}
/* Overlay closing cross */
.press .press-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}
.modal-lg {
	height: 100%;
	width: 100%;
	margin: 0;
}
.modal-content {
	border: none;
	border-radius: 0;
	//height: 100%;	
}
.content h5 {
	text-transform: uppercase;
}
.content h3 i {
	float: right;
	color: #ccc;
	-webkit-transition:color .3s ease-out;
	-moz-transition:color .3s ease-out;
	-o-transition:color .3s ease-out;
	transition:color .3s ease-out;
}
.content h3 i:hover {
	color: #000;
	cursor: pointer;
}
.pressbook .text {
	overflow: auto;
	//margin-bottom: 10%;
}
.pressbook h5 {
	font-weight: 700;
}
.pressbook .modal-content {
	//height: 100%;
}

/* ************************************************************************************************
		BLOG
************************************************************************************************ */
.blog {
	//overflow-y: auto;
	//overflow-x: hidden !important;

}
.jspDrag {
	background: #d1d1d1;
}
.blog .jspVerticalBar .jspCap.jspCapTop
{
	height: 205px;
	display: block;
}
.blog .jspVerticalBar .jspCap.jspCapBottom
{
	height: 20px;
	display: block;
}
.blog .jspVerticalBar {
	//padding: 0 0 0 10px;
	right: 10px;
	
}
.blog .header {
	margin: 30px 0 20px;
}
.blog .subheader {
	padding: 9px 0;
	margin: 0 0 10px 0;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}
.today {
	padding: 4px 0 0 15px;
	font-size: 12px;
}
.section-title {
	font-family: "Times New Roman", Times, serif; 
	font-size: 18px;
}
.masonry {
	padding: 0;
	margin: 0;
	background:#e7e7e7;
	border: 1px solid #e7e7e7;
}
.date {
	color: #959595;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 0 10px 0;
	display: block;
}
.blog-item {
	outline: 0;
	//width: 24.9%;
	padding: 10px;
	background: #f4f4f4;
	border: 2px solid #e7e7e7;
	transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	margin-bottom: 0px;
}
.blog-item:hover {
	//border: 2px solid #e7e7e7;
	background: #e7e7e7;
	//margin: -2px 0 0 -2px;
	//box-shadow: 5px 7px 7px #000;
	/*
z-index: 9999;
	margin-top: -10px;
	margin-left:-10px;
	//width: 30%;
	background: #f4f4f4;
*/
}
.blog-item img {
	width: 100%;
}
.blog .padding {
	//margin: 0 30px 0 0;
}
.blog-thumb {
	border: 0 solid #52484a;	
	position: relative;
	overflow: hidden;
}
.blog-bg {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.blog-item:hover .blog-thumb .blog-bg{
	//background-size: 120% !important;
	//border: 5px solid #52484a;
	-webkit-transform: scale(1.1);
	  -moz-transform:    scale(1.1);
	  -ms-transform:     scale(1.1);
	  -o-transform:      scale(1.1);
	  transform:         scale(1.1);
}
.header h3 {
	font-size: 34px;
	font-weight: 700;
	line-height: 0.8;
	color: #535353;
	padding: 0 0 5px 0;
	margin: 0;
}
.header .title1 {
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	color: #52484a;
	margin-right: 7px;
}

.header .title2 {
	display: inline-block;
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	font-weight: 400;
	color: #a62015;
}
.blog .excerpt {
	//background: #f4f4f4;
	position: relative;
}
.blog .excerpt h5 {
	margin: 0;
	padding: 20px 0 5px;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	color: #a62015;
}
.excerpt a {
	display: block;
}



/* ************************************************************************************************
		SINGLE BLOG
************************************************************************************************ */
.the-content > div:first-child > img {
	padding-bottom: 15px;
}
.the-content > div:nth-child(2) > span {
	padding-bottom: 20px;
	display: block;
}
.single .jspVerticalBar
{
	right: 280px;
}
.single .jspVerticalBar .jspCap.jspCapTop
{
	height: 210;	
	display: block;
}
.single .jspVerticalBar .jspCap.jspCapBottom
{
	height: 20px;
	display: block;
}
.single .content h3 {
	font-size: 34px;
	font-weight: 400;
	line-height: 0.8;
	color: #a62015;
	padding: 20px 0 10px;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
.single .content .metas {
	text-align: center;
	font-size: 14px;
	padding: 0 0 20px;
	display: block;
}
.single .content img {
	max-width: 100%;
	height: auto;
}
.single .content a {
	margin: 0 !important;
}
.arrow {
	position: fixed;
	z-index: 999;
}
.w2 {
	width: 50%;
}
#respond {
	padding: 10px 30px 30px;
	background: #eee;
	margin: 0 0 50px 0;
}
#respond #submit {
	background: #931c13;
	border-color: #a52015;
	text-transform: uppercase;
}
ol.commentlist > li:before {
	display: none;
}
.comment-author.vcard img {
	display: none;
}
.commentlist li {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,.05);
	box-shadow: 0 0 0 rgba(0,0,0,.05);
}
.comment-reply-link {
	text-transform: uppercase;
}
.comment-title {
	padding: 30px 0 !important;
}

.embed-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } 
.embed-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* ************************************************************************************************
		UNIVERS
************************************************************************************************ */
.univers video {
	position: absolute;
	left: 0;
	//margin-top: 10px;
}
.univers {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.univers-mobile {
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

.univers-mobile .menum ul {
    
}
.univers-mobile .menum ul li {
      
    padding:5px 15px;
   // border-left:1px solid #fff;
   // border-right:1px solid #fff;
}
.univers-mobile .menum ul li:first-child {      
   // border-left:1px solid #fff;
   // border-right:1px solid #fff;
}


.overlay-mob, .overlay-mob2 {
	background: none;
	height: 100%;
	background-size: 100% 100% !important;
}
.video-bg {
	margin: 0 auto;
	display: block;
	width: 792px;
}

.nowrap {
	font-size: 0;
}
.univers .video-container{
	width: 33,333333333%;
	height: 250px;
	display: inline-block;
	position: relative;
	white-space: nowrap;
	margin: 0;
}
.space {
	width: 50px;
	height: 100%;
	display: inline-block;
	background: #f4f4f4;
}
.univers .round {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: url('../img/round5.png') 0 0 no-repeat;
	background-size: cover;
}
.univers h3, .videos h3 {
	padding: 0 20px;
}
.univers h3.title span {
	display: block;
	font-family: "Times New Roman", Times, serif; 
	font-size: 40px;
	font-weight: 400;
}
.univers .effect-sadie .caption::before {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.univers .header, .videos .header {
	margin: 30px 0 20px;
}
.univers-content {
	margin: 0 0 10px;
}
.univers-video {
	margin: 0 auto;
}
.univers-mobile ul {
	list-style-type: none;
	padding: 0;
}
.univers-mobile ul li {
	padding: 5px;
	margin: 0;
	display: inline-block;
}
.univers-mobile ul li a {
	color: #a62015;
}
.univers-mobile ul li a:hover {
	color: #999;
}
.videos-mobile .vm {
	margin: 0 0 30px;
}
.videos-mobile h4 {
	padding: 15px 0 0 0;
}
.videos-mobile p {
	padding: 15px 0 0;
}
/* ************************************************************************************************
		OENO
************************************************************************************************ */
#gmap {
	width: 555px;
	height: 300px;
}
.infoWindow {
	width: 150px;
	text-align: center;
}
.plan-acces {
	margin: 20px auto 50px;
	display: block;
}
.certif {
	text-align: center;
	padding-right: 0;
}
.certif img {
	width: 100%;
	max-width: 110px;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 10px 0;
}
.certif2 {
	text-align: center;
	padding: 15px 0;
}

.certif2 img {
	display: inline-block;
	max-width: 110px;
	height: auto;
}
#livre h5 {
	text-transform: uppercase;
	font-weight: 700;
}
.image-mob {
	height: 30%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
h3.header-mob {
	color: #333 !important;
}
.oeno .jspVerticalBar .jspCap.jspCapTop
{
	height: 205px;
	display: block;
}
.oeno .jspVerticalBar .jspCap.jspCapBottom
{
	height: 20px;
	display: block;
}
.oeno .jspVerticalBar {
	//padding: 0 0 0 10px;
	right: 10px;
	
}
.oeno-masonry {
	padding:0;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:150px;
}
.nav-tabs {
	border-bottom: 0 solid #ddd;
	text-align: center;
	font-size: 0;
	margin: 5px 0 20px;
}
.nav-tabs.nav>li {
	position: initial;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	
	float: none;
	margin: 0 0 5px;
	border: 0 !important;
}
.nav-tabs.nav>li:hover {
	border-bottom: 0 !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right:0 solid #a62015 !important;
	
}
.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1;
	border-bottom: 0 !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-radius: 0;
	font-weight: 400;
	padding: 2px 6px 2px !important;
	border-right:1px solid #a62015 !important;
}
.nav-tabs.nav-tabs>li:hover>a {
	color: #a62015;
	background-color: transparent !important;

}
.nav-tabs.nav-tabs>li.active>a, .nav-tabs.nav-tabs>li.active>a:hover, .nav-tabs.nav-tabs>li.active>a:focus {
	color: #a62015;
	background-color: transparent !important;
	border-bottom: 0 !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-color: #a62015 !important;
}
.tab-content img {
	padding: 10px 0 20px;
	
}
.nav-tabs>li>a.plan {
	border-right:0 solid #a62015 !important;
}
.nav-tabs>li>a.reserver {
	border-right:0 solid #a62015 !important;
	background: #931c13;
border-color: #a52015;
text-transform: uppercase;
padding: 7px 10px !important;
color: #fff;
border-radius: 3px;
}
.tab-content {
	text-align: justify;
}
/* ************************************************************************************************
		CONTACT
************************************************************************************************ */

.contact {
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
}
.contact-box {
	position: absolute;
	z-index: 9;
	background: #f4f4f4;
	padding: 60px;
	
}
.contact-box h3 {
	font-size: 34px;
	font-weight: 700;
	line-height: 0.8;
	color: #535353;
	padding: 0 0 5px 0;
	margin: 0;
}
.contact-box h3 span {
	display: inline-block;
	font-family: "Times New Roman", Times, serif;
	font-size: 60px;
	font-weight: 400;
	color: #a62015;
	padding: 0 0 35px 0;
}

/* ************************************************************************************************
		VIDEOS
************************************************************************************************ */
.container.videos {
	position: relative;
}
.videos .cl-effect-5 a {
	width: auto;
}
.videos-round video {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	
	
}
.fa.close {
	position: absolute;
	top: 11px;
	right: 0;
}
.videos-round .centerh2 {
	font-size: 0;
}
.video-container {
	padding: 0;
	max-height: 400px;
	max-width: 400px;
	display: inline-block;
	position: relative;
	margin: 0 30px;
}
.videos .round {
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: url('../img/round800.png') 0 0 no-repeat;
	background-size: cover;
}
.videos .menu-content, .videos .effect-sadie h3, .videos .effect-sadie nav {
	z-index: 100;
	text-align: center;
}
.videos .menu-content {
	font-size: 14px;
}
.videos h3.title span {
	display: block;
	font-family: "Times New Roman", Times, serif; 
	font-size: 60px;
	font-weight: 400;
}
.lazyYT-title {
    z-index: 100!important;
    color: #fff!important;
    font-family: sans-serif!important;
    font-size: 12px!important;
    top: 10px!important;
    left: 12px!important;
    position: absolute!important;
    margin: 0!important;
    padding: 0.5em!important;
    line-height: 1!important;
    font-style: normal!important;
    font-weight: normal!important;
    background-color: rgba(0,0,0,0.8)!important;
    border-radius: 0.5em!important;
}

.lazyYT-button {
    margin: 0!important;
    padding: 0!important;
    width: 60px!important;
    height: 41px!important;
    z-index: 100!important;
    position: absolute!important;
    top: 50%!important;
    margin-top: -22px!important;
    left: 50%!important;
    margin-left: -30px!important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAApCAYAAABp50paAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABV9JREFUeNrcWk1IK1cUvrmZGBOjJvr6xKe+Slvroi6kK6GrUkSxO12IC6GgUFBcuOlC8GdRulERV3VRQV0IKhRU0NJupK3tpi1dCRaxffWHGjWZPJNnNJlMz9FzX+ZNkzylcxP1wMdMZiYz97vnu+ee+2Njmc0GyANwgANQDCgAuABOwGOAG6AAiuh+MV3Lo+fc9KyN3qGYvnEBSAA0QBTwAnBp+P0ccAxQ6bkw/T4HRABn9B+8F6f/ZiRktjJANaCSUE0kkVApoBDgAeQTIeM7dAKjAuiG6+b7wniKstgMv+2m5xMGslgZIUAAEAOcAv4GHAL+BDwDBNMRxvOPAZ8C3iUPOVNUiGaCfgOV3MZe9z5OlSDAUzxzQZXyC+BLwM+pCtMJGCTvCTJxOlpBxGpLVzF2ajqiMvyAzwDfGuXyPuALkmyY5KGZ5GVGri1duXRyVIyOPsA7gO9R/iIYtQLKiSy7Q6T+b2UkSN7vAT4U7QGDz9Mbtp/7SPySjh9gj8EpApeyh2/YoyicuhlvhuBkVU3n2jA/cBkJxyUVjBuipz2HEf0qYcKs5w1ify6DbFVVVbSrq0s9ODhQlpaWClRVdUtWUyqLE0cPEn5CXkhI8HC8ubk5ODw8XJBIJOJNTU2H/f39j/f29jxZDJI2Iowq9nJiLk1KZWWYqcKHOC9pa2t7c21tLdTR0XHgdDo1kng22rdGQaucU2YlraY1TRPJACrIXldXVzU/P+8YHR09rqysVIkwz1JWxjmNZqQRBimbBxdIvLyvr8+7uroabGxs9NP1bAS0fOmE09Q2SsxdX19fsbCw4BgcHNzzeDxhGrDItCJO2s52hiVIO3w+X+nIyEgxRPCjmpqaE8lp7VU/nCeTMASrTO++GrTDM8UQzStB4uHOzs5niqIkJLRrLIeTG2QkpVZtthu9Fgk6amtrn8zMzLgmJyePvV7vmcVl0kUuncfuhumkiIqenh7f4uJiAJKWMwuDmS4krdyxURKOYz0Qvd0NDQ1Ri9+tKIbh050Zx+q6fjg1NaWtr6/7SO5WvTuq0ABZuNyWY7L6ycnJ0dDQ0OXc3FxFJBKxW0w4opCEcmnYrDh4Vd3c3FS7u7t929vbj6ipWT3IuOREOFeeRQ/GQqGQf2xsLNDS0vIIyBbRdU2Cgl5K2pYD+SKpF1tbW0cDAwOu5eXlKkleNdqVpMMyk3eQaioJ6zCo8M/OzsZh6Fi0v79fYsi+ZNpzJByU6WHD4AEJ4QxpfHd392hiYuJyenq64vz8XGGvrlJIHSbix46lavc60xISVjc2NsK9vb0ukHKZYeIhG00I7WpeOirxQ3xnZwc99w90MaHx8fFAa2trMZAtYcl542wYOhbXoU7xox8BvmLJFTxLCRcWFkbb29tVv9+vrKyseOnj2SL6MqUEHAA+QcJ1gDl2PTcdldCexeKXCEq5GIrizOzvgC5OUTrI/rtua1ncYsl1nlzm7CjpCKcTld3vtaQbZVlY+SJoBR4wUeHIPUyykDBOwP8mZgTYw1pQQy755N2fsGlxurgO+JUmAxyGh/V7VgHmMjspNn0D+IEZZhOwDf/FrheOn7Lkdgexkm43vfB18rF8JuQGvYCD4DSUH69/B/gccJSqgG+z630euJb6Fv3JaSCfjpBm6McTFqWKNvbqPg6eIefXSbYXVAbc8PIH4EfA1+x620NGj2Cf7KMOG7cm4fi0hK5XUw0KiG1MeHQTHBZGVrFjJ0znuEXpjIItdnX7FHRPCeLeITPt4LmtBEWNiz1XYj7MxZJbmPIJpSy5pUlUXDrPxAzKiBBJN53vk9fE/q0okY4ZVBS7jaL+FWAA/y++OTUmOgsAAAAASUVORK5CYII=')!important;
}
.videos-swiper h5 {
	font-size: 20px;
	padding: 0 20px 0 0;
}
.videos-swiper p {
	padding: 10px 0 0 0;
	margin: 0;
}

/* ************************************************************************************************
		WINE PAGE
************************************************************************************************ */

@media (min-width: 768px) {
  .navbar-nav .caret {
    display: none
  } 
  /* Delete the above if you wish to display the caret */
  .navbar-nav .open ul {
    display: none
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background: none
  }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    color: #969696;
    background: none
  }
  .navbar-nav .hovernav:hover > .dropdown-menu {
    display: block
  }
}

/*
Max content widths
*/
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto
}

/*
Header logo
An example of how to use CSS to display an image as a background of an HTML element.
*/

#site-title a {
  display: inline-block;
  padding: 30px 0 30px 100px;
  background: url(../img/bst.png) 0 0 no-repeat;
  background-size: 95px 95px
}
#site-title a:hover {
  background: url(../img/bst-hover.png) 0 0 no-repeat;
  background-size: 95px 95px;
  text-decoration: none
}
.main-nav {
  //margin-top: 20px
}

/*
Sidebar
*/

.sidebar ul,
.sidebar ol {
  list-style-type: none;
  padding: 0
}
.sidebar li {
  margin: 10px 0
}

/*
Footer
*/

.footer ul,
.footer ol {
  list-style-type: none;
  padding: 0
}
.footer li {
  margin: 10px 0
}
.sub-footer p {
  text-align: center
}

/*
Commentlist
*/

ol.commentlist {
	counter-reset: li; /* Initiate a counter */
	padding: 0
}
ol.commentlist ul {
  padding: 0
}
ol.commentlist > li {
	position: relative;
	margin: 0 0 20px 0;
	list-style: none /* Disable the normal item numbering */
}
ol.commentlist > li:before {
  content: "Thread " counter(li); /* Use the counter as content */
  counter-increment: li; /* Increment the counter by 1 */
  position:absolute;  
  top: 0;
  right: 0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  padding: 5px 20px 5px 10px;
  color: #999
}
ol.commentlist li ol,
ol.commentlist li ul {
  list-style-type: none;
  margin: 0
}

.commentlist li li {
  background: #f8f8f8;
}
.commentlist li li li {
  background: #fff
}
.commentlist li li li li {
  background: #f8f8f8
}
.commentlist li li li li li li {
  background: #fff
}
.commentlist li {
  padding: 20px
}
.commentlist ul li {
  margin-top: 20px;
  margin-bottom: 0
}
.reply p {
  margin: 0
}

/*
Woocommerce re-styling
*/

.woocommerce a:focus {
  outline: none
}
.woocommerce .count {
  background: inherit
}
.woocommerce .added_to_cart {
  display: block !important
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
  padding-top: 0
}

@media (min-width: 1200px) {
	.content .col-lg-8 {
		padding: 0 80px;
	}
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1500px) {
	.home .effect-sadie h3 {
		position: absolute;
		top: 55%;
		font-size: 24px;
		line-height: 1;
	}
	.home .effect-sadie h3.title span {
		font-size: 50px;
		font-weight: 400;
	}
	.home .effect-sadie nav {
		position: absolute;
		bottom: 50px;
	}	
	
}

@media only screen and (max-width : 1300px) {

	.univers .effect-sadie h3.title {
		top:60%;
		font-size: 18px;
		//color:#fff;
	}
	.univers h3.title span {
		font-size: 26px;
	}
	.home .effect-sadie nav {
		position: absolute;
		bottom: 20px;
	}
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px), screen and (max-height: 750px) {
	.home .effect-sadie h3 {
		position: absolute;
		top: 55%;
		font-size: 20px;
		line-height: 1;
	}
	.home .effect-sadie h3.title span {
		font-size: 36px;
		font-weight: 400;
	}
	.home .effect-sadie nav {
		position: absolute;
		bottom: 20px;
	}
	.pagination span {
		width: 70px;
		height: 70px;
	}
	.pagination.showup {
		bottom: 100px;
	}
	.effect-sadie h3 {
		font-size: 14px;
		margin-top: 10px;
	}
	.videos h3.title span {
		display: block;
		font-family: "Times New Roman", Times, serif; 
		font-size: 20px;
		font-weight: 400;
	}
	
	.effect-sadie nav {
		bottom: 25px;
		font-size: 11px;
	}
	.univers .effect-sadie h3.title {
		top:60%;
		font-size: 18px;
		//color:#fff;
	}
	.univers h3.title span {
		font-size: 26px;
	}
		
	
}
@media only screen and (max-width : 1199px) {
	.overlay-mob {
		background: url('../img/Fond_mobile.png') 0 0 no-repeat;
	}
	.overlay-mob2 {
		background: url('../img/Fond_Noir_mobile.png') 0 0 no-repeat;
	}
	.univers-content {
		color: #fff;
		
	}
	.univers-mobile a {
		color: #fff !important;
		font-size: 16px;
		text-transform: uppercase;
	}
	.univers-content p {
		color: #000;
	}
	.content .col-lg-8 {
		padding: 0 0;
	}
}
@media only screen and (max-width : 1170px) {
	.home .effect-sadie nav {
		display: none;		
	}
	.effect-sadie .caption {
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 45%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 45%);
		height: 100%;
	}
	.home .effect-sadie h3 {
		color: #fff;
		font-size: 16px;
		top: 45%;
	}
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {
	.univers .effect-sadie h3.title {
		top:45%;
		font-size: 18px;
		color:#fff;
	}
	.univers h3.title span {
		font-size: 26px;
	}
	.effect-sadie .caption::before {
		display: none;
	}
	.effect-sadie h3 {
		-webkit-transform: translate3d(0,-50%,0); 
		transform: translate3d(0,-50%,0); 
	}
	.effect-sadie:hover h3 {
		color: #fff;
		-webkit-transform: translate3d(0,-50%,0); 
		transform: translate3d(0,-50%,0); 
	}
	.certif img, .certif2 img {
		max-width: 80px;
	}
	
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	h3 {
		background: none;		
	}
	.home .effect-sadie h3 {
		position: absolute;
		top: 55%;
		font-size: 18px;
		line-height: 1;
	}
	.home .effect-sadie h3.title span {
		font-size: 30px;
		font-weight: 400;
	}
	.home .effect-sadie nav {
		position: absolute;
		bottom: 20px;
	}
	.page .logo {
		//width: 20%;
	}
	.page .menu-container .container {
		width: 100%;
	}
	.page .menu .nav>li>a {
		font-size: 16px;
	}
	
	.dropdown-menu li a {
		font-size: 12px;
		padding: 12px 14px 8px;
	}
	.logo1 {
		font-size: 22px;
	}
	.logo2 {
		font-size: 38px;		
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
html {
		overflow: auto;
	}
	body(:not .home) {
		height: auto !important;
	}
	body.home {
		overflow: auto !important;
	}
	
	.home .effect-sadie h3 {
		position: absolute;
		top: 50%;
		font-size: 20px;
		line-height: 1;
	}
	.home .effect-sadie h3.title span {
		font-size: 30px;
		font-weight: 400;
	}
	.home .effect-sadie nav {
		display: none;
		
		
	}
	.container.univers {
		overflow: auto;
	}
	.effect-sadie .caption::before {
		display: none;
	}
	.effect-sadie h3 {
	-webkit-transform: translate3d(0,-50%,0); 
	transform: translate3d(0,-50%,0); 
	}
	.effect-sadie:hover h3 {
		color: #fff;
		-webkit-transform: translate3d(0,-50%,0); 
	transform: translate3d(0,-50%,0); 
	}
	.row > div {
		margin: 0;
		padding: 0;
	}
	h3 {
		background-color: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 45%);
		background-color: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 45%);
	}
	.text {
		height: auto !important;
	}
	.menu, .home .menu {
		float: right;
		width: 30%;
		display: block;
		padding: 0;
	}
	.menu-container {
		position: fixed;
		height: 50px;
		z-index: 9999;
	}
	.menu-container .container {
		padding: 0;
	}
	.menu .nav>li {
		margin: 0 30px 5px;
		display: block;
	}
	.navbar-nav>li>.dropdown-menu {
		margin: 5px 0 20px;
	}
	.logo {
		height: 50px;
	}
	.logo img {
		width: 120px;
		padding: 3px 0 0 0;
	}
	.logo h3 {
		line-height: 0.95;
		padding: 3px 0 0 0;
	}
	.logo1 {
		font-size: 12px;
	}
	.logo2 {

		font-size: 26px;
		
	}
	.logo a, .logo .switcher-language {
		float: left;
	}
	.logo .switcher-language {
		padding: 5px 0 0 15px;
	}
	.home .logo .switcher-language {
		padding: 10px 0 0 15px;
	}
	.home .logo { 
		height: auto;
		float: left;
	}
	.footer {
		display: none !important;
	}
	.navbar {
		margin-top: 0;
		display: block;
	}
	.content h3, .content .text {
		padding: 15px;
	}
	.content h3 {
		padding-top: 40px; 
		background-size: cover;
		background-repeat: none;
		color: #fff;
	}
	.navbar-default .navbar-toggle {
		border: 0;
	}
	.collapse.in {
		display: block;
		background: #fff;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.nav li {
		display: block;
		border: 0 !important;
	}
	.w2 {
		width: 100% !important;
	}
	.w2 .blog-thumb {
		height: 200px !important;
	}
	.oeno-title {
		font-size: 40px !important;
	}
	.masonry {
		border: 0;
	}
	.blog-item {
		border: 0;
	}
	.dropdown-menu {
		position: relative !important;
		display: block !important;
		opacity: 1 !important;
	}
	.navbar .centerh2 {
		position: relative;
	}
	.caret {
		display: none;
	}
	.dropdown-menu li a {
		display: inline-block;
		color: #a8a4a5;
		background-color: transparent;
		font-weight: 300;
		padding: 3px 3px 3px;
	}
	.navbar-toggle {
		z-index: 999;
	}
	.modal {
		z-index: 99999;
	}
	.col1 {
		width: 100%;
		border-left: #fff solid 10px;
		border-right: #fff solid 10px;
		height: 28%;
	}
	.col11 {
		border-left: #fff solid 10px;
		border-right: #fff solid 10px;
		height: 56%;
	}
	
	.col2 {
		width: 100%;
		text-align: center;
		border-left: #fff solid 10px;
		border-right: #fff solid 10px;
		height: 28%;
	}
	.col1 > div, .col2 > div {
		height: 100%;
		border-top: #fff solid 10px !important;
	}
	.col11 > div {
		height: 50%;
	}
	.shortcuts {
		display: none;
	}
	.effect-sadie .caption {
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 45%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 45%);
		height: 100%;
	}
	.effect-sadie h3 {
		color: #fff;
		font-size: 16px;
	}
	.home h3 span {
		//font-size: 22px;
	}
	.home nav {
		//display: none !important;
	}
	.wines .pagination {
		display: none;
	}
	.wines .arrow {
		position: absolute;
	}
	.wines .swiper-slide {
		overflow: auto;
	}
	.close-wine {
		position: fixed;
		bottom: 0;
		height: 50px;
		background: #fff;
		left: 0;
		right: 0;
	}
	.close-wine i {
		width: 100%;
		font-size: 30px;
		padding: 7px 0 0 0;
	}
	.mob h3 {	
		font-size: 34px;
		font-weight: 700;
		line-height: 0.8;
		color: #535353;
		padding: 60px 0 30px;
		margin: 0;
	}
	.mob h3 span {
		display: block;
		font-family: "Times New Roman", Times, serif; 
		font-size: 60px;
		font-weight: 400;
		color: #a62015;
	}
	
	.certif img {
		width: 100%;
		max-width: 55px;
		height: auto;
		display: inline-block;
		margin: 0;
		padding: 10px 0;
	}
	#map {
		height: 200px !important;
		position: relative;
	}
	.contact-box {
		padding: 40px;
		position: relative;
		left:0 !important;
		top:0 !important;
		width: 100%;
	}
	.bottle img {
		float: none;
	}
	.overlay-mob, .overlay-mob2 {
		background-image: none !important;
		
	}
	.overlay-mob {
		background: rgba(0,0,0,0.5) !important;
		
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.logo img {
		width: 100px;
		padding: 3px 0 0 0;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}

@media only screen and (min-width : 768px) {
	h3 {
		background: none !important;		
	}
	.modal {
		position: absolute;
	}
}

@media (max-width: 768px)  and (orientation:landscape) {
	.col1 {
		height: 40%;
	}
	.col11 {
		height: 80%;
	}
	.col2 {
		height: 40%;
	}
	.col1 > div, .col2 > div {
		height: 100%;
	}
	.col11 > div {
		height: 50%;
	}
}
@media (max-height: 550px) {
	
}
.postid-5683 .the-content ul.nav.nav-tabs, .postid-5693 .the-content ul.nav.nav-tabs {
	visibility: hidden;
	height: 0;
}

@media print
{    
    .shortcuts, .menu-container
    {
       display: none !important;
    }
    .print {
	    display: block !important;
    }
}