body {
	overflow-x: hidden !important;
}

.mood-hl {
	text-shadow: 0 0 30px #000;
}

h1 {
	font-size: 4.5rem;
	line-height: 1;
}

h2 {
	font-size: 3.5rem;
	line-height: 1;
	margin: 0;
}

h2.ddfont {
	font-size: 3.5rem;
	margin-bottom: 15px;
}

.open-nav-overlay, .open-close-nav-overlay, .open-close-nav-overlay-dummy {
	right: 20px;
}

.nav-menu-caption {
	right: 105px;
}

#lang-selector-links {
	right: 5px;
}

/* ---------- BULLETNAV ---------- */

.bulletnav {
	opacity: 0;
	right: -200px;
	position: fixed;
	z-index: 99999999;
	top: 100px;
	-webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;  
  -o-transition: all .6s ease-in-out;  
  transition: all .6s ease-in-out;
}

.bulletnav.active {
	opacity: 1;
	right: 50px;
}

/* hide this navigation for devices with touchscreen */
.touch .bulletnav {
	display: none;
}

.bulletnav ul {
	list-style-type: none;
}

.bulletnav li {
	display: block;
    height: 13px;
    margin: 7px;
    width: auto;
}

.bulletnav li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #e75113;
	text-align: right;
	font-size: 0.8em;
}

.bulletnav .txt {
	opacity: 0;
	margin-right: 20px;
	text-align: right;
	position: relative;
	top: -9px;
}

.bulletnav a:hover .txt {
	opacity: 1;
}

.bulletnav .dot {
	display: block;
	background: none repeat scroll 0 0 #e75113;
    border-radius: 50%;
    height: 4px;
    width: 4px;
    position: absolute;
    top: 5px;
    right: 5px;
    outline: none;
}

.bulletnav li.active .dot {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #e75113;
    height: 8px;
    width: 8px;
    right: 2px;
    top: 2px;
}

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

	/* hide this navigation for small screens */
	.bulletnav {
		display: none;
	}
	
}

/* ---------- INTRO SECTION ---------- */

#main {
	height: auto;
	position: static;
}

#intro {
	position: relative;
	overflow: hidden !important;
	width: 100%;
	height: 100%;
	/*background: url('../images/bg_home_intro1.jpg') no-repeat center center fixed;*/
	/*background: url('../images/bg_home_intro.jpg') no-repeat center center fixed;*/
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: translate3d(0,0,0);
}

html.chrome #intro, body.is_device #intro  {
	background-attachment: scroll !important;
}

#intro h2 {
	position: relative;
	z-index: 999;
	color: #FFF !important;
	text-shadow: 0 0 30px #000;
}

/*
#intro h2.welcome .inner, #intro h2.claim .inner {
	background: rgba(255, 255, 255, 0.8);
	padding: 15px 30px;
}
*/

#intro .bg-blurr {
	display: none;
	opacity: 0;
	width: 100%; height: auto;
	-webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;  
  -o-transition: all .6s ease-in-out;  
  transition: all .6s ease-in-out;
}

#intro .bg-blurr.active {
	display: block !important;
	opacity: 1;
}

#intro .batch {
	width: 210px;
	height: 210px;
	position: absolute;
	top: 15%;
	right: 15%;
}

#intro .backgrounds {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#intro .backgrounds .slide {
	position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;	
}

#intro .backgrounds .slide.active {
	opacity: 1;
}

.batch-transition {
    position: relative;
}

.batch-transition, .batch-transition img {
    width: 210px;
    height: 210px;   
}

.batch-transition .batch {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.batch-transition .batch.inactive {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.batch-transition .batch.batch1 {
    z-index: 10;
}

.batch-transition .batch.batch2 {
    z-index: 11;
}

/* ---------- STORY SECTION ---------- */

#story {
	position: relative;
}

#story .photo {
	max-width: 100%;
	height: auto;
	border: 8px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#story .col_6 {
	padding: 0 25px 0 0;
}

#story .col_6.last {
	padding: 0 0 0 25px;
}

#story .col_6.last img {
	margin-top: 35px;
}

#story .cover {
	border: 8px solid #FFF;
	background: url('../images/home_story.jpg') no-repeat center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* ---------- PRODUCTS SECTION ---------- */

#products-mood {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 500px;
	background: url('../images/bg_home_mood_products.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#products-mood .bg-black-50 {
   opacity: 1;
   right: 0;
   z-index: 0;
}

html.chrome #products-mood, body.is_device #products-mood {
	background-attachment: scroll !important;
}

#products {
	position: relative;
}

#products .photo {
	width: 100%;
	height: auto;
	border: 8px solid #FFF;
}

#products .col_6 {
	padding: 0 25px 0 0;
}

#products .col_6.last {
	padding: 0 0 0 25px;
}

#products .cover {
	border: 8px solid #FFF;
	background: url('../images/square_products.jpg') no-repeat center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* ---------- LOCATIONS SECTION ---------- */

#locations-mood {
	width: 100%;
	height: 500px;
	background: url('../images/bg_home_mood_location2.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position: relative;
}

#locations-mood .bg-black-50 {
   opacity: 1;
   right: 0;
   z-index: 0;
}

#locations-mood .search {
	position: relative;
	z-index: 1;
}

#locations-mood .search #s, #locations-mood .search #searchsubmit {
	-webkit-box-shadow: 0 0 30px #000;
	-moz-box-shadow: 0 0 30px #000;
	box-shadow: 0 0 30px #000;
}

#locations-mood .search #searchsubmit:hover {
	/*background: #FFF;
	background: rgba(255, 255, 255, .3);
	*/
}

html.chrome #locations-mood, body.is_device #locations-mood {
	background-attachment: scroll !important;
}

#locations #map-canvas {
	width: 100%;
	height: 450px;
}

#locations {
	position: relative;
}

#locations .overlay-no-scroll {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#locations .overlay-no-scroll.inactive {
	display: none;	
}

/* Plugin override */

#locations #google_outer #google_sidebar {
	width: 0;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;  
	-o-transition: all .6s ease-in-out;  
	transition: all .6s ease-in-out;
}

#locations #google_outer .google_map {
	width: 100%;
}

#locations #google_outer.search-active #google_sidebar {
	width: 315px;
}

#locations #google_outer.search-active .google_map {
	width: auto;
}

/* ---------- CATERING SECTION ---------- */

#catering {
	position: relative;
}

#catering .photo {
	max-width: 100%;
	height: auto;
	border: 8px solid #FFF;
}

#catering .col_6 {
	padding: 0 25px 0 0;
}

#catering .col_6.last {
	padding: 0 0 0 25px;
}

#catering .cover {
	border: 8px solid #FFF;
	background: url('../images/square_catering.jpg') no-repeat center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

/* ---------- NUTRITION SECTION ---------- */

#nutrition {
	background: url('../images/bg_home_nutrition.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

html.chrome #nutrition, body.is_device #nutrition {
	background-attachment: scroll !important;
}

#nutrition .bg-white-gradient-td {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
}

#nutrition .wrapper-960 {
	position: relative;
	z-index: 1;
}

#nutrition .col_4 {
	background: #FFF;
	padding: 25px;
	border-radius: 25px;
	border: 2px solid #DEDEDE;
	line-height: 1.3em;
	font-size: 0.9em;
}

#nutrition h3 {
	min-height: 50px;
}

/* ---------- NEWSLETTER SECTION ---------- */

.newsletter br {
	display: none;
}

/* ---------- MEDIA QUERIES ---------- */

/*
@media only screen and (min-width: 1600px) {
	
	#locations #google_outer.search-active #google_sidebar {
		width: 20% !important;
	}
	
	#locations #google_outer.search-active .google_map {
		width: 80% !important;
	}
	
}

@media only screen and (max-width: 1400px) {
	
	#locations #google_outer.search-active #google_sidebar {
		width: 30% !important;
	}
	
	#locations #google_outer.search-active .google_map {
		width: 70% !important;
	}
	
}

@media only screen and (max-width: 1072px) {
	
	#locations #google_outer.search-active #google_sidebar {
		width: 35% !important;
	}
	
	#locations #google_outer.search-active .google_map {
		width: 65% !important;
	}
	
}

@media only screen and (max-width: 922px) {
	
	#locations #google_outer.search-active #google_sidebar {
		width: 40% !important;
	}
	
	#locations #google_outer.search-active .google_map {
		width: 60% !important;
	}
	
}

@media only screen and (max-width: 800px) {
	
	#locations #google_outer.search-active #google_sidebar {
		width: 45% !important;
	}
	
	#locations #google_outer.search-active .google_map {
		width: 55% !important;
	}
	
}

@media only screen and (max-width: 700px) {
	
	#locations #google_outer.search-active #google_sidebar {
		width: 50% !important;
	}
	
	#locations #google_outer.search-active .google_map {
		width: 50% !important;
	}
	
}

@media only screen and (max-width: 600px) {
	
	#locations, div#google_outer {
		height: 1000px !important;
	}
	
	#locations #google_outer.search-active #google_sidebar {
		width: 100% !important;
		float: none !important;
	}
	
	#locations #google_outer.search-active .google_map {
		width: 100% !important;
		float: none !important;
	}
	
	#story .col_6, #products .col_6.last, #catering .col_6 {
		padding: 0;
	}
	
}

*/

@media all and (max-width: 1200px) {
	#intro .batch {
		top: 14%;
		right: 2%;
	}
}

@media all and (max-width: 1000px) {
	#intro .batch {
		top: 18%;
		right: 2%;
	}
	
	.batch-transition, .batch-transition img {
		width: 150px;
		height: 150px;
	}
}

@media all and (max-width: 800px) {
	#intro .batch {
		display: none;	
	}
}

@media all and (max-width: 600px) {
	
	h2, h2.ddfont {
		font-size: 2.2em;
	}

	#story .col_6, #products .col_6.last, #catering .col_6 {
		padding: 0;
	}

	#locations div#google_outer {
		height: auto !important;
	}
	
	#locations #google_outer .google_map {
		width: 100% !important;
		display: block !important;
		float: none !important;
	} 
	
	#locations #google_outer.search-active #google_sidebar {
		width: 100% !important;
		display: block !important;
		float: none !important;
	}
	
	.newsletter .wpcf7-submit {
		display: block;
		width: 96%;
		margin: 5px auto 0 auto;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
	  box-sizing: border-box;         /* Opera/IE 8+ */
	}
	
}