/* 
	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
*/

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
	font-family: inherit; 
	font-size: 100%; 
	font-weight: inherit; 
	font-style: inherit; 
	vertical-align: baseline; 
	white-space: normal;
	text-align: left; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
	background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block; }
								  
ol, ul { list-style: none; }

blockquote, q { quotes: none; }

:focus { outline: 0; }

table { 
	border-collapse: collapse; 
	border-spacing: 0; }
	

/* 
	12 COLUMN - RESPONSIVE GRID SYSTEM
	DEVELOPED BY DENIS LEBLANC
	URL - http://responsive.gs
	VERSION - 2.0
	LICENSED UNDER GPL & MIT
*/


/* 	SET ALL ELEMENTS BOX-SIZING TO BORDER-BOX
	If you need support for IE7 and lower use polyfill: https://github.com/Schepp/box-sizing-polyfill */
* { -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  *behavior: url(/js/boxsizing.htc);

	 }

/* MAIN CONTAINER */
.container	{   
	max-width: 95%;
	margin: 0 auto;
	}

@media (min-width: 1024px) {
  .container {
    max-width: 900px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1100px; } }

/* SELF CLEARING FLOATS - CLEARFIX METHOD */
.row:after, .col:after, .clr:after, .group:after { 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; }


/* DEFAULT ROW STYLES */
.row {

 } /* set according to preference*/
			
								  
/* DEFAULT COLUMN STYLES */
.col { 
	display: block;
	float:left;
	width: 100%;
}

@media ( min-width : 768px ) {
	.col {
		margin-left: 2%;
	}
}


/* RESET MARGINS */
.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/* COLUMN WIDTH ON DISPLAYS +768px */
@media ( min-width : 768px ) {
	.span_1 { width: 6.5%; }
	.span_2 { width: 15.0%; }
	.span_3 { width: 23.5%; }
	.span_4 { width: 32.0%; }
	.span_5 { width: 40.5%; }
	.span_6 { width: 49.0%; }
	.span_7 { width: 57.5%; }
	.span_8 { width: 66.0%; }
	.span_9 { width: 74.5%; }
	.span_10 { width: 83.0%; }
	.span_11 { width: 91.5%; }
	.span_12 { width: 100%; }
}

/* 
Basic Styles

*/

.sizefinder {
	position: absolute;
	top: 0;
	left: 0;
}
body {
  color: #706f6f;
  font: normal 400 1.2em/1.5em "garamond-premier-pro-display",serif;
  background: url(../images/white_paper_texture.jpg) repeat #ffffff;
}


#page_wrap {
  background: url(../images/angel_web2.png) no-repeat right top;
height: 100%;
position: absolute;
width: 100%;
}

#header_wrap header.container.row hgroup h1 {
	display: none;
}

.light {
	font-family: "garamond-premier-pro-display",serif;
	font-style: normal;
	font-weight: 300;
}

.lightem {
	font-family: "garamond-premier-pro-display",serif;
	font-style: italic;
	font-weight: 300;
	text-transform: none;
}

.regular {
	font-family: "garamond-premier-pro-display",serif;
	font-style: normal;
	font-weight: 400;
}

.regularem {
	font-family: "garamond-premier-pro-display",serif;
	font-style: italic;
	font-weight: 400;
}

.bold {
	font-family: "garamond-premier-pro-display",serif;
	font-style: normal;
	font-weight: 700;
}

.boldem {
	font-family: "garamond-premier-pro-display",serif;
	font-style: italic;
	font-weight: 700;
}

.written {
	font-style: normal;
	font-weight: 400;
	font-family: "penna",sans-serif;
}

.quote {
	
	color: #74191f;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	
	line-height: 1.2em;
}

a {
  
  }
  
a:link {
	
    text-decoration: none;
	color: #74191f;
}
a:hover {
    text-decoration: none;
	color: #e13a47;
}
a:active {
    text-decoration: none;
	color: #e13a47;
    }
a:visited {
    text-decoration: none;
	color: #571015;
}


h1, h2, h3, h4, h5, h6 {
text-shadow: 1px 1px 1px #e1e1e8;
  color: #4d4d78;
  	font-style: normal;
	font-family: "garamond-premier-pro-display",serif;
	font-style: normal;
	font-weight: 300;
}

h1 {
	font: normal 400 2em/1.3em "garamond-premier-pro-display",serif;
}

h2 {
  font-size: 1.8em;
  }

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1em; }

p {
	margin-bottom: 1em;
	font-size: 1.2em;
}	
.fullwidthcontainer {
	display: block;
	width: 100%;
}

strong {
	font-family: "garamond-premier-pro-display",serif;
	font-style: normal;
	font-weight: 700;
}


.script {
	font-family: "penna",sans-serif;
	font-style: normal;
	font-weight: 400;
}

#menushowhide {
	display: none;
}

.blog img {
    max-width: 100%;
-ms-interpolation-mode: bicubic;
}

img.responsive {
    max-width: 100%;
-ms-interpolation-mode: bicubic;
}

img.responsive.center {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#content article div.col.span_8.clr h1 {
	padding: 0;
	margin: 0;
}



#header_wrap {

}

#header_wrap header {
	padding-top: 60px;
	position: absolute;
	z-index: 10;
}

#slider1 {
	height: 600px;
}

#content_wrap {
}

#footer_wrap {
}

#global_nav {
	
}

/* @group Menu core */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			6.5em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.5em; /* match top ul list item height */
	z-index:		99;
	border: 1px solid #000000;
	padding: 10px;
	border-top-style: none;
	background: url(../images/white_paper_texture.jpg) repeat #ffffff;
	
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			6.5em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/* @end */

ul.menu {
	margin: 0;
	list-style-type: none;
	padding: 5px 0;
	height: 2em;
}

li.menuitem {
	float: left;
	display: inline-block;
	padding-left: 20px;
}

li.menuitem:first-child {
	padding-left: 0;
}

li.menuitem a {
	letter-spacing: 0.1em;
	font-family: "garamond-premier-pro-display",serif;
	font-style: normal;
	font-weight: 700;
	
	
}

#topnav li.menuitem ul li.menuitem {
	padding: 5px 0;
	display: block;
	text-align: center;
}

.spacer {
	margin-top: 130px;
	padding-top: 20px;
	border-top-style: solid;
	border-top-width: 1px;
}

li.menuitem a:link, li.menuitem a:visited {
	text-decoration: none;
	color: #74191f;
}

li.menuitem a:hover, li.menuitem a:active {
	text-decoration: none;
	color: #c02a34;
}

footer {
	border-top: 1px solid #000000;
	padding-top: 1em;
	padding-bottom: 3em;
}

#winelist li a {
}

#winelist li {
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 2px;

}

#winelist li:last-child {
	border-top-style: none;
}

#winelist li a h3 {
	padding-top: 6px;
}

ul#winelist {
	padding-bottom: 2em;
}



/* @group Slider core */

/* v1.0.2 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 100%;
	
	position: relative;
	direction: ltr;
	height: 300px;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0); 
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 150px;
	position: absolute;
	z-index: 15;
	-webkit-backface-visibility: hidden;
}

.grab-cursor {
	cursor:url(../royalslider/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(../royalslider/grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
	-webkit-backface-visibility: hidden;
}

/* @end */

/* @group Slider */

#full-width-slider {
  width: 100%;
  height: 550px !important;
	margin-bottom: 48px;
}

#full-width-slider2 {
  width: 100%;
	margin-bottom: 48px;
}

.lines {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	position: absolute;
	width: 100%;
	z-index: 1;
	margin-top: 130px;
	height: 390px;
}


.bottleright {
	position: absolute;
	z-index: 2;
  	width: 179px;
  	height: 559px;	
	right: 10%;
}

.infoBlock {
  position: absolute;
  top: 40%;
  left: 0;
  right: auto;
  width: 70%;
  overflow: hidden;
  z-index: 2;
}

.infoBlock h1 {
	font-size: 1.8em;
}


.winetype {
position: absolute;
right: 30%;
z-index: 3;
	bottom: 0;
}

.winetype a {
	font: normal 400 100px "penna",sans-serif;
	padding-right: 10px;
}

.winetype a:link, .winetype a:visited {
text-decoration: none;
color: #74191f;
}

.winetype a:hover, .winetype a:active  {
	color: #c02a34;

}


.fullWidth {
  max-width: 1400px;
  margin: 0 auto 24px;
}

#footer_wrap footer.container.row p {
	font-size: 0.8em;
	color: #928e8e;
}




/***************
*
*  1. Arrows
*
****************/

.rsMinW .rsArrow {
	height: 44px;
	width: 30px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
  }


.rsMinW .rsArrowRight { left: 39px; bottom: -40px; }
.rsMinW .rsArrowLeft { left: 9px; bottom:-40px; }

.rsMinW .rsArrowIcn {		
	width: 24px;
	height: 24px;
	top: 50%;
	left: 50%;
	margin-top:-12px;	
	margin-left: -12px;

	position: absolute;	
	cursor: pointer;	
	background: url('../royalslider/rs-minimal-white.png');
	background-color: transparent;
}
.rsMinW .rsArrowIcn:hover {

}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn { background-position: -68px -36px; }
.rsMinW.rsHor .rsArrowRight .rsArrowIcn { background-position: -68px -68px; }

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsMinW.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsMinW .rsArrowDisabled .rsArrowIcn { opacity: .3; }

#full-width-slider h1 {
	font-size: 2em;
	letter-spacing: 0.05em;
	font-family: "garamond-premier-pro-display",serif;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}

#full-width-slider h2 {
	color: #706f6f;
	text-transform: none;
	line-height: 1em;
}

#full-width-slider h3 {
	margin-top: 1em;
	font-family: "garamond-premier-pro-display",serif;
	font-style: normal;
	font-weight: 300;
	text-transform: none;
}


/***************
*
*  2. Bullets
*
****************/

.rsMinW .rsBullets {
	position: absolute;
	z-index: 35;
	bottom: -25px;
	left: 78px;
	width: auto;
	height: auto;
	text-align: left;
	overflow: hidden;
	line-height: 8px;
}
.rsMinW .rsBullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 5px;
	border-radius: 50%;
	*display:inline; 
	*zoom:1;
	background-color: #696565;
}
.rsMinW .rsBullet.rsNavSelected  {
	background-color: #203066;
}


/***************
*
*  7. Preloader
*
****************/

.rsMinW .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../royalslider/preloaders/preloader.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}


/*Mobile screen size*/
@media screen and (max-width: 768px) {
 
 #topnav li.menuitem:first-child {
	display: none;
}


 
 
  .infoBlock {
  width: 60%;
  top: 27%;

  }
  
  .bottleright {
  	width: 128px;
	height: 400px;
	bottom: 0;
	right: 0;
}

#header_wrap header hgroup {
	width: 100%;
}

#header_wrap header hgroup img {
	width: 90%;
}
  
  .lines {
  	margin-top: 130px;
  	height: 390px;
}

.winetype {
	bottom: 320px;
	left: 10px;
	
}
 .winetype a {
	font: normal 400 72px "penna",sans-serif;
	padding-right: 10px;
}
 li.menuitem {
	padding-left: 10px;
}
.infoBlock h1 {
}
.infoBlock h2 {
	font-size: 1.2em;
}



.quote {
		padding-top: 0;
}

}

/* @end */

.pad {
padding-bottom: 15px;
}


#header-fwfp {
	background-color: #ffffff;
-webkit-box-shadow: inset 0 -18px 24px rgba(0, 0, 0, 0.12);
-moz-box-shadow: inset 0 -18px 24px rgba(0, 0, 0, 0.12);
box-shadow: inset 0 -18px 24px rgba(0, 0, 0, 0.12);
	padding: 10px 30px;
	position: relative;
	height: 50px;
	border-bottom: 1px solid #cbc8c8;
	display: block;
}

#header-fwfp h1 {
	font-style: normal;
	font: 12px "garamond-premier-pro-display",serif;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 4px;
	width: 300px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 30px;
	margin: 0;
	padding: 0;
}


h1#eng-head {
	color: #676767;
	position: absolute;
	top: 10px;
		text-shadow: 2px 2px 1px #ffffff;
	
}

h1#fr-head {
	color: #b7b7b7;
	text-shadow: 1px 1px 1px #ffffff;
	top: 25px;
}

#header-fwfp ul {
	width: 450px;
	clear: none;
	position: absolute;
	right: 0;
	top: 10px;
	margin: 0;
	padding: 0;
}
#header-fwfp ul li {
	float: left;
	font-size: 13px;
	margin: 0;
	padding: 0 5px;
	color: #7f7b7b;
}

#header-fwfp ul li a:link, #header-fwfp ul li a:active, #header-fwfp ul li a:visited {
	color: #821c31;
	text-decoration: none;
}
#header-fwfp ul li a:hover {
	color: #821c31;
	text-decoration: underline;
}

@media ( max-width : 768px ) {
#header-fwfp {
	display: none;
}
}

