html {
       overflow-y: scroll;
}

h2 {
  line-height: 1.2;
}
#nav-control {
	display: none;	
}
nav[role="navigation"]  {	
	float: right;
}

nav a {
	color: #424143;
	font-family: "ff-din-round-web",sans-serif;
	font-style: normal;
	font-weight: 400; 
}

nav a.active {
	
}
nav a:visited {
	color: #424143;
	
}
nav a:hover {
	text-decoration: none;
	color: #000;
}

nav #nav-menu {
	height:auto !important;
	background-color: transparent;
}
nav #nav-menu ul ul {
	display: none;
}
nav #nav-menu a {
	background-color: transparent;
	padding-bottom: 20px;
}
nav #nav-menu a.here {
	background: transparent url(../images/css/main-nav-active.gif) center bottom no-repeat;
}
nav #nav-menu a:hover {
	background-color: transparent;
}

/*nav ul {
	max-width: 978px;
	margin: 0 auto;
}*/

nav a {
	float: left;
	margin-bottom: 0;
	border-bottom: none;
}

nav li:first-child a {
	margin-left: 0;
}

nav li:last-child a {
	margin-right: 0;
}

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

nav ul li {
	display: inline;
}
.oldie nav a {
	margin: 0 0.7%;
}

/* ===== SUBMENUS
============================================================================ */
.submenu {
	background-color: #242423;
	padding: 0;
	line-height: 60px;
	display: block;
}

.nav-submenu {
	margin: 0;
	list-style: none;
}

.nav-submenu a,
.nav-submenu a:visited  {
	color: #929291;
	font-weight: 300;
}

.nav-submenu a:hover {
	color: #fff;
}

.nav-submenu a.here {
	background: transparent url(../images/css/sub-nav-active.gif) center bottom no-repeat;
	color: #fff;
}

/*.submenu.media-center-menu nav .nav-submenu a.here {
	background-image: url(../images/css/sub-bottom-nav-active.gif);
}*/


/* ===== SUBMENU level 2 (e.g. Media Center)
============================================================================ */

.nav-submenu.level2{
	background-color: transparent;
	padding-left: 0 !important;
}

.nav-submenu.level2 a.first {
	padding-left: 0.625em;
}
.nav-submenu.level2 a.here {
	background-image: url(../images/css/sub-bottom-nav-active.gif);
}


/* Logo */
#site-logo {
	text-indent: -9999px;
	display: block;
	background: url(../images/css/logo-helix.png);
	width: 179px;
	height: 129px;
	margin-top: 26px;
	float: left;
}


h1 {
	font-size: 72px;
	font-size: 4.5rem;
}

@media only screen and (min-width: 970px) {
	#bottle-wrap {
		background-position: center top;
	}
}
/* iPads (landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {
	h1 {
		font-size: 48px;
		font-size: 3rem;
	}
	.helix-undescore {
		margin-top: 10px;
		margin-bottom: 40px;
	}
	
	#bottle-wrap {
		background-position: center top;
	}
}

blockquote {
	float: right;
	width: 100%;
	margin: 0 -60% 0 0;
}



/* ===== Sections
============================================================================ */

#nature-design-convenience {
	background: #fff url(../images/css/nature-design-convenience-bg.jpg) no-repeat center bottom;
	padding: 60px 0 400px 0;
}

.an-unexpected-twist .masthead {
	background: #000 url(../images/css/unexpected-twist-bg.jpg) no-repeat center top;
}

.media-center h1  {
	font-size: 60px;
	font-size: 3.75rem;
	margin-top: 0;
}

.bottles h1 {
	font-size: 3.75rem;
}

#cork-forest {
	background: #000 url(../images/css/forest.jpg) no-repeat center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
}

#convenience-body {
	/*background: #f6f6f7 url(../images/css/convenience-body-bg.jpg) no-repeat right top;
	min-height: 300px;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;*/
}

/* iPads (landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {
	#cork-forest {
		background: #000 url(../images/css/forest-mobile.jpg) no-repeat center center;
	}
	#best-of-both-worlds {
		background-position: center top;	
	}

}


footer .about .row {
	margin-bottom: 2.5em;
}
/* Styles for screens that are wider than 1280; */
@media only screen and (min-width: 80em) {
#nature-design-convenience {
	background-position: left bottom;
}

#design-cork {
	background-position: left bottom;
}
#convenience-bottle {
	background-position: left bottom;
}
#best-of-both-worlds {
	background-position: center top;	
}

}

/* ===== Forms
============================================================================ */

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: 42px;
  padding: 4px 6px;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 42px;
  color: #555555;
  vertical-align: middle;
}

textarea {
  height: auto;
   line-height: 1.4;
}

