@charset "UTF-8";

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	color: #666;
	font-size: 15px;
	line-height: 1.6;
	overflow: auto;
	letter-spacing: normal;
}

#page {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(images/bg.jpg) no-repeat 0 0; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg.jpg', sizingMethod='scale')";
}

h1 {
	font-size: 130%;
	line-height: 120%;
	margin-top: 10px;
}

h2 {
	color: #719038;
	font-size: 120%;
}

h3 {
	font-size: 110%;
	margin: 4px 0;
}

h4 {
	font-size: 130%;
	text-shadow: 0 1px 0 #6b603a;
	margin: 8px 0 12px;
}

.feature-expand h3 {
	color: #668734;
	margin-top: 6px;
	margin-bottom: 6px;
}

p {
	margin-top: 0;
	margin-bottom: 8px;
}

ol {
	padding-left: 20px;
}

ol li {
	margin-bottom: 8px;
}

h1, #lifestyle h2, #lifestyle h3 {
	color: #719038;
}

#quality h2, #quality h3 {
	color: #b09111;
}

#innovation h2, #innovation h3 {
	color: #24939d;
}
	
#container {
	height: 100%;
	overflow: hidden;
	position: relative;
	max-width: 940px;
	margin: 0 auto;
	padding: 15px 30px 0;
	background: #f9f9f9;
	box-shadow: 0 0 20px #777;
}

#title-box {
	margin-left: 620px;
	text-align: right;
}

#footer {
	position: relative;
	overflow: hidden;
	color: #fff;
	margin: 15px -30px 0;
	padding: 30px 20px 20px;
	background: #938b6f;
	font-size: 14px;
	text-align: left;
}

#footer .box {
	float: left;
	border-right: 1px solid #b8b398;
	width: 27%;
	padding: 15px 2%;
	margin-right: 2%;
}

#footer #contact.box {
	border: none;
	padding: 15px 2%;
	margin-right: 0;
	width: 29%;
}

img.facebook {
	width: 30px;
	border: none;
	vertical-align: middle;
	padding-bottom: 5px;
	margin-left: 3px;
	margin-top: 4px;
}

.credits {
	text-align: center;
	padding: 30px 20px 10px;
	clear: both;
	font-size: 12px;
}

#share-buttons {
	display: inline-block;
	margin-left: -4px;
	padding: 4px 0;
	border-radius: 6px;
}
 
#share-buttons img {
	width: 40px;
	margin: 0 6px 0 -2px;
	border: 0;
	display: inline;
	vertical-align: middle;
}

#logo-block {
	position: fixed;
	background: url(images/logo.gif) #fff 20px 10px no-repeat;
	border-bottom-right-radius: 8px;
  	box-shadow: 6px 6px 20px -10px #000;
	width: 620px;
	height: 120px;
	top: 0px;
	margin-left: -30px;
	z-index: +999;
}

#shadow {
	width: 100%;
	max-width: 1080px;
	height: 100%;
	margin: 0 auto;
}

.content {
	width: auto;
	max-width: 800px;
	height: auto;
	min-height: 285px;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 20px 10px 15px 280px;
	border: solid 1px #ddd;
	-moz-box-shadow:    0 2px 5px 2px #ddd;
  	-webkit-box-shadow: 0 2px 5px 2px #ddd;
  	box-shadow:         0 2px 5px 2px #ddd;
	border-radius: 8px;
}

#lifestyle.content {
	background: url(images/title-lifestyle.jpg) #fff no-repeat;
}

#quality.content {
	background: url(images/title-quality.jpg) #fff no-repeat;
	margin-top: 0;
}

#innovation.content {
	background: url(images/title-innovation.jpg) #fff no-repeat;
}

#privacy.content {
	background: url(images/title-privacy.jpg) #fff no-repeat;
}

.col {
	float: left;
	width: 48%;
	margin: 0 1%;
	min-width: 200px;
}

.page .col {
	width: 94%;
	margin: 0 3% 12px;
}

.col-features {
	float: left;
	width: 48%;
	min-width: 200px;
	margin: 0 1%;
}

a.feature:link, a.feature:visited {
	position: relative;
	color: #777;
	display: block;
	width: 80%;
	padding: 4px 15% 6px 5%;
	margin-bottom: 4px;
	border: solid 1px #eeece5;
	border-radius: 6px;
	font-size: 13px;
	line-height: 1.5;
	text-decoration: none;
	background: url(images/arrow-feature.png) #f7f6f3 right center no-repeat;
}

a.feature:hover, a.feature:active {
	background-color: #eeece5;
}

.moreinfo,.lessinfo {
	width: 88px;
	height: 89px;
	position: absolute;
	top: 240px;
	left: 170px;
	z-index: +100;
}

.moreinfo {
	background: url(images/b-more.png);
}

.lessinfo {
	background: url(images/b-less.png);
}

.moreinfo:hover,.lessinfo:hover {
	background-position: 0 -89px;
}

.moreinfo:hover {
	background-position: 0 -89px;
}

.col-expand {
	float: left;
	width: 97%;
	margin: 0 2% 0 1%;
}

.feature-expand {
	position: relative;
	float: right;
	width: 96%;
	margin: 4px 0 0 -2%;
	padding: 10px 3%;
	background-color: #f7f6f3;
	border: solid 1px #eeece5;
	border-radius: 6px;
}

a.tab-open, a.tab-close {
	position: relative;
	display: block;
	width: 40px;
	height: 17px;
	background: url(images/tab.png);
	top: -1px;
	margin: 0 auto;
}

a.tab-open {
	background: url(images/tab.png);
}

a.tab-close {
	background: url(images/tab.png) -40px 0;
}
	
a.tab-open:hover {
	background-position: 0 -17px;
}

a.tab-close:hover {
	background-position: -40px -17px;
}

.tab-close {
	position: relative;
	display: block;
	width: 40px;
	height: 17px;
	background: url(images/tab.png);
	top: -1px;
	margin: 0 auto;
}

#slider-wrapper {
	width: 100%;
	height: auto;
	visibility: show;
}

#slides {
	position: relative;
	display: none;
	margin-bottom: -75px;
}

.slidesjs-navigation {
  margin-top: 3px;
}

.slidesjs-next, .slidesjs-previous {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	z-index: +100;
	top: -60px;
}

.slidesjs-previous {
	background: url(images/chevron-nav.png) 0 -60px;
  	float: left;
}

.slidesjs-next {
	background: url(images/chevron-nav.png) 0 0;
  	float: right;
}

.slidesjs-pagination {
	position: absolute;
	bottom: 67px;
	right: 50%;
	margin-right: -40px;
    list-style: none;
	z-index: +100;
}

.slidesjs-pagination li {
  float: left;
  margin: 0 4px;
}

.slidesjs-pagination li a {
  display: block;
  width: 16px;
  height: 0;
  padding-top: 16px;
  background-image: url(images/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -16px
}

.slidesjs-pagination li a:hover {
  background-position: 0 -32px
}

a:link, a:visited {
  color: #fff;
}

a:hover, a:active {
  color: #ffc600;
}

.navbar {
  overflow: hidden;
}

#menu-top {
	width: 270px;
	margin-left: 330px;
	margin-top: 17px;
}

#menu-top ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu-top li {
	float: left;
}

#menu-top li a {
	background: url(images/menu-top.gif);
	height: 84px;
	float: left;
	width: 90px;
	display: block;
}

#menu-top li a.home, #menu-top li a.home:hover {
	background-position: 0 -84px;
}

#menu-top li a.location {
	background-position: -90px 0;
}

#menu-top li a.location:hover {
	background-position: -90px -84px;
}

#menu-top li a.contact {
	background-position: -180px 0;
}

#menu-top li a.contact:hover {
	background-position: -180px -84px;
}

#location {
	text-align: right;
	padding-top: 7px;
	margin-bottom: -15px;
}

#location h2 {
	color: #719038;
}
	
#map_canvas {
	text-align: center;
	border-radius: 8px;
	width: 100%;
	height: 500px;
}

#map_canvas .gm-style-iw {
	font-family: Arial, Helvetica, sans-serif;
	width: 360px;
}

#gallery {
	text-align: center;
	margin: 0 auto;
	max-width: 840px;
}

#gallery p {
	margin-bottom: 12px;
}

#gallery a img {
	padding: 8px 12px;
	width: 155px;
	height: auto;
}


@media screen and (max-width: 800px) {
	
	#logo-block {
		width: 100%;
		border-radius: 0;
		box-shadow: 6px 6px 20px -10px #000;
		left: 0;
		margin: 0;
	}
	
	#menu-top {
		margin-left: auto;
		margin-right: 30px;
	}

	#title-box {
		margin-left: 0;
		margin-top: 120px;
	}
	
	.col {
		float: right;
		width: 96%;
		margin: 0 2%;
	}
	
	.col-features {
		margin: 10px 2% 0 0;
		width: 98%;
	}
	
	.col-expand {
		float: right;
		width: 96%;
		margin: 0 2% 0;
	}
	
	.feature-expand {
		float: right;
		width: 92%;
		margin: 4px 0 0 0;
		padding: 10px 5%;
	}
	
	#footer .box, #footer #contact.box {
		border-right: none;
		border-bottom: 1px solid #b8b398;
		padding: 10px 4% 30px;
		width: 92%;
		margin: 0 0 16px;
	}
	
	#location {
		text-align: center;
		margin-bottom: -5px;
		margin-top: 0;
		padding-top: 0;
	}
	
	#title-box {
		text-align: center;
	}
	
	.page #slider-wrapper {
		display: none;
	}
	
}

@media screen and (max-width: 640px) {
	
	#container {
		padding: 15px 20px 0;
	}
	
	.content {
		padding: 270px 10px 15px;
	}
	
	#lifestyle.content {
		background: url(images/title-mob-lifestyle.jpg) #fff no-repeat;
	}
	
	#quality.content {
		background: url(images/title-mob-quality.jpg) #fff no-repeat;
		margin-top: 0;
	}
	
	#innovation.content {
		background: url(images/title-mob-innovation.jpg) #fff no-repeat;
	}
	
	#privacy.content {
		background: url(images/title-mob-privacy.jpg) #fff no-repeat;
	}
	
	.moreinfo, .lessinfo {
		top: 175px;
		left: auto;
		right: 10px;
	}
	
	.col-features {
		margin: 10px 1% 0;
		width: 98%;
	}
	
	.feature-expand {
		width: 92%;
		margin: 4px -1% 0;
		padding: 10px 5%;
	}
	
	.slidesjs-pagination {
		display: none;
	}
	
	.slidesjs-navigation {
		visibility: hidden;
	}
	
}

@media screen and (max-width: 600px) {
	
	#container {
		padding: 15px 15px 0;
	}
	
	#logo-block {
		height: 180px;
	}
	
	#menu-top {
		margin-top: 80px;
	}
	
	#title-box {
		margin-top: 180px;
	}
	
}

@media screen and (max-width: 480px) {
	
	#container {
		padding: 15px 10px 0;
	}
	
	#logo-block {
		background-position: center 10px;
		height: 210px;
	}
	
	#menu-top {
		margin: 110px auto;
	}
	
	#slider-wrapper {
		visibility: hidden;
		height: 0;
	}
	
	#title-box {
		margin-top: 210px;
	}
	
	#footer .box, #footer .box.share {
		padding: 10px 6% 30px;
		width: 88%;
	}
	
}