@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: OliveBranch;
	src: url(../typeface/TheOliveBranch-Regular.otf);
}
@font-face {
	font-family: Futura;
	src: url(../typeface/FuturaLT-Condensed.ttf);
}


html {
background: url(../images/OB-TempBG.gif) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
}

body {
	font-size: 1.25em;
	z-index: 1;
	background-position: center;
	 -webkit-overflow-scrolling: touch; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:auto;
  background-repeat:no-repeat;
}

#cmsfix #homepage {
width:320px;
margin:0 auto 0 auto;
height: auto;
background-image:url(../images/OB-brownboard-bg.png);
background-size:cover;
background-position:50% 50%;
text-align:center;
padding:20px;
min-height:100vh;
}

#cmsfix #homepage img {
	max-width:100%;
	height:auto;
	margin-top:30px;
	margin-botton:30px;
}

#cmsfix #homepage p {
	font-family: futura;
	font-size: 0.9em;
	margin-top:30px;
}

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#cmsfix {
	width: 100%;
	height: auto;
}
#cmsfix #pagewrapper {
	width: 100%;
	height: auto;
}
#cmsfix {
	overflow: -moz-scrollbars-none;
}
 #cmsfix::-webkit-scrollbar {
 display: none;
}
#cmsfix #pagepadder {
	padding: 60px;
	height: calc( 100vh - 40px );
	overflow: scroll;
}




#cmsfix .foodimage {
   position:absolute;
    overflow:visible;
	background-image:url(../images/olive.gif);
	background-size:cover;
	    background-position: center;
}
#cmsfix .foodimage img {
  position:relative;
    min-height:100%;
	width:auto;

}
/*HEADER*/
#cmsfix #header {
	width: 100%;
	height: 40px;
	background-color: #2d2d2d;
	line-height: 35px;
	color: #fff;
	padding-left: 10px;
	font-family: OliveBranch;
	z-index: 30;
	position:fixed;
}
#cmsfix #details {
	width: 40%;
	height: auto;
	float: left;
	text-transform: uppercase;
}
#cmsfix #nav {
	width: 50%;
	height: auto;
	float: left;
}
#cmsfix #socials {
	width: 10%;
	height: auto;
	float: left;
	padding-right: 10px;
}
#cmsfix #socials ul li {
	margin: 0px 5px!important;
}
#cmsfix #socials img {
	margin-top: 8px;
}
#cmsfix #header ul {
	list-style: none;
	float: right;
}
#cmsfix #header ul li {
	display: inline-block;
	float: left;
	margin: 0px 10px;
}
#cmsfix #header ul li a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#cmsfix #header ul li a:hover {
	color: #BC4D2A;
	text-decoration: none;
}
/*END HEADER*/

/*#cmsfix #pagebg {
	height:100vh;
	width:100vw;
	background-color:rgba(255,0,4,1.00);
	position:fixed;
	z-index:1;
	background-image:url(../images/OB-TempBG.gif);
	background-size:cover;
	background-position:center;
}*/

#cmsfix #homecontent {
	width: 20vw;
	min-width:320px;
	padding: 40px 10px 40px 10px;
	background-image: url(../images/OB-brownboard-bg.png);
	background-repeat: repeat;
	height:auto;
	margin: 0px auto 0px auto;
	position: relative;
	z-index: 20;
	text-align: center;
}
#cmsfix .homecontentmain {
	width: 50%;
	float: left;
	height: 100%;
	margin: 0px auto 0px auto;
	position: relative;
	z-index: 20;
	text-align: center;
	   min-height: 300px;
}

.alt {
	float:right!important;
}


#cmsfix .text {
	background-image: url(../images/OB-brownboard-bg.png);
	background-repeat: repeat;
	text-align: left;
	padding: 60px 60px 20px 60px;
	overflow: scroll;
}

#cmsfix .text #logo img  {
	max-width:200px;
	height:auto;

}

#cmsfix .text #logo {
    padding: 0px 0px 20px;
    width: auto;
	height:auto;
    min-height: 100px;
    min-width: 290px;
	text-align:center;

}


#cmsfix .contentwrap {
	height: 85%;
	width: 100%;
	overflow-y: scroll;
}
#cmsfix .footerwrap {
	height: 15%;
	width: 100%;
	padding: 10px;
	overflow: hidden;
}
#cmsfix .footerwrap img {
	max-width: 100%;
}
#cmsfix .footerwrap p {
	margin: 0px 0px!important;
	font-family: OliveBranch!important;
	font-size: 1.2em!important;
	color: #667532!important;
	padding-left: 20px;
}
#cmsfix .footerwrap p a {
	color: #BC4D2A;
	text-decoration: none;
}
#cmsfix .footersocials {
	width: 25%;
	float: left;
}
#cmsfix .footersocials ul li {
	margin: 0px 5px!important;
}
#cmsfix .footersocials img {
	margin-top: 8px;
}
#cmsfix .footersocials ul {
	list-style: none;
	float: right;
}
#cmsfix .footersocials ul li {
	display: inline-block;
	float: left;
	margin: 0px 5px;
}
#cmsfix .footersocials ul li a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#cmsfix .footersocials ul li a:hover {
	color: #BC4D2A;
	text-decoration: none;
}
#cmsfix .footercontact {
	width: 75%;
	height: auto;
	float: left;
}
#cmsfix .footercontact .icon {
	width: 30px;
	height: auto;
	float: left;
	line-height: 30px;
	margin-top: 8px;
}
#cmsfix .text h1 {
	font-family: OliveBranch;
	font-size: 3vw;
	line-height: 1.1em;
	margin-bottom: 30px;
	color: #BC4D2A;
	max-width: 70%;
}
#cmsfix .text h2 {
	font-family: Futura;
	font-size: 1.7vw;
	line-height: 1.3em;
	margin-bottom: 20px;
	color: #667532;
	max-width: 80%;
}
#cmsfix .text h3 {
}
#cmsfix .text p {
	font-family: Futura!important;
	font-size: 1.2vw;
	line-height: 1.5em;
	margin-bottom: 20px;
	color: #444444;
}
#cmsfix .text strong {
}
#cmsfix .text em {
}
#cmsfix .cta {
	margin: 20px 20px 20px 0px;
	width: calc( 30% - 25px );
	-webkit-transition: all 1s ease; /* Fade to color for Chrome and Safari */
	max-width:250px;
}
#cmsfix .cta {
	filter: none;
	-webkit-filter: grayscale(0%);
}
#cmsfix .cta:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	-webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
#cmsfix .image {
	text-align: center;
	overflow: hidden;
}
#cmsfix #logo {
	padding: 15px;
	width: auto;
	height: 30%;
	min-height: 300px;
	min-width: 290px;
}
#cmsfix #logo img {
	max-height: 100%;
	width: auto;
}
#cmsfix .content {
	padding: 15px;
	margin-bottom: 20px;
	height: calc( 50% - 20px );
	width: auto;
	min-height: 550px;
}
#cmsfix #datacapture {
	height: auto;
	width: auto;
	vertical-align: bottom;
	margin-top: 80px;
}
#homecontent img {
	max-width: 90%;
	height: auto;
}
#homecontent p {
	font-family: futura;
	font-size: 0.9em;
}
#cmsfix .menu {
}
#cmsfix .menu h2 {
	color: #667532;
}
#cmsfix .menu ul {
	font-family: futura;
	font-size: 1.4em;
	color: #667532;
}
#cmsfix .menu ul li {
	display: block;
	margin-bottom: 20px;
}
#cmsfix .price {
	float: right;
	margin-right: 20px;
}
#cmsfix .description {
	font-size: 0.75em;
	color: #2d2d2d;
}
/*
 * Copyright (c) 2012-2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */
input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-focus-inner {
 padding: 0;
 border: 0;
}

:-moz-placeholder {
 color: #999 !important;
}

::-webkit-input-placeholder {
 color: #999;
}
.subscribe {
	margin: 0px auto;
	padding: 0px;
	width: 90%;
	background: none;
	border-radius: 5px;
}
.subscribe-pitch {
	padding-left: 120px;
	background: url(../images/email.png) 5px center no-repeat;
}
.subscribe-pitch > h3 {
	margin: 0 0 12px;
	font-size: 14px;
	font-weight: bold;
	color: #222;
	text-transform: uppercase;
}
.subscribe-pitch > p {
	line-height: 22px;
	color: #484848;
}
.subscribe-form {
	position: relative;
	margin: 0px -20px -20px;
	padding: 15px;
	border-radius: 0 0 6px 6px;
}
.subscribe-input {
	padding: 0 16px;
	width: 100%;
	height: 35px;
	font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size: 15px;
	color: #444;
	background: #fefefe;
	background-clip: padding-box;
	border: 1px solid;
	border-color: #999 #aaa #aaa;
	border-radius: 20px;
}
.subscribe-input:focus {
	outline: 0;
}
.subscribe-submit {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	padding-left: 15px;
	height: 35px;
	width: 60px;
	background: #60e160;
	border: 1px solid;
	border-color: #667532 #667532 #667532 #667532;
	border-radius: 0 20px 20px 0;
	cursor: pointer;
	font: 0/0 serif;
	text-shadow: none;
	color: transparent;
	background-image: -webkit-linear-gradient(top, #75823F, #667532);
	background-image: -moz-linear-gradient(top, #75823F, #667532);
	background-image: -o-linear-gradient(top, #75823F, #667532);
	background-image: linear-gradient(to bottom, #75823F, #667532);
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
}
.subscribe-submit:active {
	background: #75823F;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.subscribe-submit:before {
	content: '';
	display: block;
	margin-top: 1px;
	width: 25px;
	height: 19px;
	background: url("../images/tick.png");
}
.lt-ie9 .subscribe-input {
	line-height: 33px;
}
.spotify {
	width: 300px;
	height: 100px;
	position: absolute;
	z-index: 3000;
}
#slideout {
	position: fixed;
	width: auto;
	height: 80px;
	bottom: 20px;
	left: 0;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	z-index: 5000;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
#slideout img {
	max-height: 80px;
	width: auto;
}
#slideout img:hover {
	max-height: 80px;
	width: auto;
}
#slideout_inner {
	position: fixed;
	bottom: 16px;
	left: -300px;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#slideout:hover {
	left: 300px;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
#slideout:hover #slideout_inner {
	left: 0;
}

.pagecontrol {
    opacity: 0.5;
	width:90px;
	height:145px;
	background-image:url(../images/scroll-main.png);
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
    text-align: right;
	left:80%;
	cursor:default;

}

#scroll-up {
	display:inline-block;
    width:100%;
    height:100%;
}

#scroll-down {
	display:inline-block;
    width:100%;
    height:100%;
}

.button_class {
    width:90px;
	height:72px;
}

.button_class a {
	cursor:default;
	pointer-events:fill
}

.homescroll {
	
	left:60%;
	top:50%;
	z-index:10000;
	opacity:0.9
}




@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(1.0, 1.0); opacity: 0.2;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.0, 1.0); opacity: 1;}
}

/* Portrait and Landscape */
@media only screen and (max-device-width: 1500px) {
.pagecontrol {
	text-align:right;
	display:none;
}

}

@media (max-width: 1340px) {
/*HEADER*/
#cmsfix #header {
	height: auto;
}
#cmsfix #details {
	width: 100%;
	text-align: center;
	float: none;
}
#cmsfix #nav {
	width: 100%;
	float: none;
}
#cmsfix #socials {
	width: 100%;
	float: none;
	padding-right: 0px;
}
#cmsfix #header ul {
	float: none;
	text-align: center;
}
#cmsfix #header ul li {
	float: none;
}

#cmsfix #homecontent {
	height: calc( 100vh - 110px );
}

#cmsfix #pagepadder {
	padding: 40px;
	height: calc( 100vh - 110px );
	overflow: scroll;
}

#cmsfix .text {
	width: 70%;
	}
	
	#cmsfix .image {
	width:30%;
	}

#cmsfix .text h1 {
	font-size: 2.2em;
}
#cmsfix .text h2 {
	font-size: 1.3em;
	
}
#cmsfix .text h3 {
}
#cmsfix .text p {
	font-size: 1em;
}



}


@media (max-width: 1000px) {
#cmsfix .homecontentmain {
	width: 100%;
	float: none;
	height: auto;

}


#cmsfix .cta {
	margin: 20px 20px 20px 0px;
	width: calc( 29% - 5px );
	-webkit-transition: all 1s ease; /* Fade to color for Chrome and Safari */
	max-width:250px;
}

.pagecontrol {
	text-align:right;
	display:none;
}






}

@media (max-width: 620px) {
/*HEADER*/
#cmsfix #details {
	display: none;
}
#cmsfix #header ul li {
	margin: 0px 5px;
}
#cmsfix #header {
	padding-left: 0px;
}
#cmsfix #pagepadder {
	padding: 0px;
	height: auto;
	overflow: auto;
}
#cmsfix .homecontentmain {
	width: 100%;
	float: none;
	height: auto;
	    min-height: 300px;
}
#cmsfix .text {
	background-image: url(../images/OB-brownboard-bg.png);
	background-repeat: repeat;
	text-align: left;
	padding: 20px;
	overflow: scroll;
}
#cmsfix .text h1 {
	font-size: 2em;
	line-height: 1.3em;
	margin-bottom: 15px;
	color: #BC4D2A;
	max-width: 100%;
}
#cmsfix .text h2 {
	font-family: Futura;
	font-size: 1.6em;
	line-height: 1.3em;
	margin-bottom: 20px;
	color: #667532;
	max-width: 100%;
}
#cmsfix .text h3 {
}
#cmsfix .text p {
	font-family: Futura;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 20px;
	color: #444444;
	font-weight: lighter;
}
#cmsfix .cta {
	margin: 20px 20px 20px 0px;
	width: 100%;
}
}
