.mobile-hide {
	display: block;
}
ul.col-2 {
	margin: 0 0 40px;
	float: left;
}
ul.col-2 li {
	float: left;
	width: 50%;
}
/* Header Zone ==================================== */
.phone {
	background: #ffd844;
	width: auto;
	margin: 20px -13px 0 0;
	padding: 10px 20px 10px 20px;
	float: right;
	-webkit-box-shadow: 1px 2px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 2px 2px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 2px 2px rgba(50, 50, 50, 0.75);
}
.phone p {
	font-size: 19px;
	line-height: 1em;
	margin: 0;
}
.logo-img {
	margin: -40px 0 0 20px;
	float: left; 
	width: auto;
}
.page-node-6 .logo-img,
.node-type-page .logo-img {
	margin: 20px 0 0 20px;
}

.site-name-slogan {
	float: right;
	margin-top: -40px;
}

.site-slogan {
	font-family: 'Lobster', serif;
	color: #444141;
	text-align: right;
	font-size: 28px;
	margin: 0 40px 0 0;
	letter-spacing: normal;
}

/* Menu ------------------------------------------- */
.zone-menu {
	position: static;
	background: url(../images/page-bg.png);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.zone-menu .region-inner {
	padding: 30px;
	height: auto;
}

.region-menu-inner {
	padding: 30px;
}
.node-type-page .region-menu-inner {
	padding: 30px 0 5px;
}
.sf-menu {
	float: right;
}
.sf-menu a {
	font-weight: 700;
	font-size: 13px;
	padding: 3px 9px;
	text-transform: uppercase;
	color: #444141;
}
.page-node-6 .sf-menu a,
.node-type-page .sf-menu a {
	color: #fff;
}
/* Level 2 */
.sf-menu.sf-horizontal.sf-shadow ul, 
.sf-menu.sf-vertical.sf-shadow ul, 
.sf-menu.sf-navbar.sf-shadow ul ul {
	background: none;
	background: #fff;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #ddd;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0px;
	border-radius: 5px;
	border-top-left-radius: 0px;
	top: 28px;
	padding: 0 0 5px !important;
	-webkit-box-shadow:  2px 2px 3px rgba(0,0,0,.5);
    box-shadow:  2px 2px 3px rgba(0,0,0,.5);
}
.sf-menu ul a.active {
	border: none;
}
.sf-menu ul li.active-trail {
	border: none;
}


ul.sf-menu ul a.sf-depth-2 {
	padding: 5px 18px;
	border-right: none;
	height: auto;
	color: #444141;
}
ul.sf-menu ul a:hover {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #ffd844;
}

/* Locations menu --------------------------------- */
.block-menu-locations .menu {
	float: right;
	display: inherit;
}
.block-menu-locations .menu li {
	text-align: right;
	list-style: none;
	display: inherit;
}
.block-menu-locations .menu li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 0;
	display: block;
}


/* Sidebar ------------------------------------------- */
.whats-new {
	padding: 20px;
	border: solid 2px #ada9a3;
	background: #f7f1e9;
	margin: 25px 0 0;
}
.whats-new .block-title {
	display: block;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	color: #f7f1e9;
	background: url(../images/whats-new-bg.png) no-repeat center bottom;
	margin: -40px -20px 12px;
	height: 39px;
	box-sizing: border-box;
	padding: 5px 0 0;
}
.whats-new p {
	line-height: 120%;
	font-size: 13px;
}
/* Twitter ---------------------------------------------- */
.tweets {
	padding: 10px;
	border: solid 2px #ada9a3;
	background: #f7f1e9;
	margin: 25px 0 0;
}
.tweets div.tweets-pulled-listing div.tweet-divider {
	border-bottom: solid 1px #ada9a3;
	margin: 20px 0;
	float: left;
	width: 100%;
}

/* Welcome text ------------------------------------------- */
.welcome {
	text-align: right;
	padding: 0;
}
.welcome .large {
	font-size: 44px;
}
.welcome .small {
	font-size: 30px;
	padding: 0 0 0 10px;
}
.welcome .location {
	font-family: 'Quicksand', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color:#822e10;
}

/* ==== Forms ================================================= */
/*
.node-webform .group-right {
	padding: 0 0 0 20px;
}
.node-webform label {
	width: 25%;
	margin: 0;
	display: block;
	float: left;
	font-size: 14px;
}
.node-webform .form-item {
	margin: 10px 0;
}
.webform-component-textfield,
.webform-component-email {
	width: 50%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	padding: 0 10px;
}
.webform-component-textfield input,
.webform-component-email input {
	width: 75%;
	float: right;
}
.form-textarea-wrapper {
	max-width: 100%;
	padding: 5px 10px;
}
.webform-component-textarea label {
	margin: 0 0 5px 10px;
}
input,
textarea {
	width: 100%;
	padding: 5px;
	border: solid 1px #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, .3);    
    box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, .3);
    outline:none;
    background-image: none;
}
*/
