@font-face {
    font-family: 'cursifregular';
    src: url('../fonts/cursif/cursif-webfont.eot');
    src: url('../fonts/cursif/cursif-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cursif/cursif-webfont.woff') format('woff'),
         url('../fonts/cursif/cursif-webfont.ttf') format('truetype'),
         url('../fonts/cursif/cursif-webfont.svg#cursifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nautik';
    src: url('../fonts/nautik/nautik-regular-webfont.eot');
    src: url('../fonts/nautik/nautik-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nautik/nautik-regular-webfont.woff') format('woff'),
         url('../fonts/nautik/nautik-regular-webfont.ttf') format('truetype'),
         url('../fonts/nautik/nautik-regular-webfont.svg#nautikregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mardian';
    src: url('../fonts/mardian/mardiandemo-webfont.eot');
    src: url('../fonts/mardian/mardiandemo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mardian/mardiandemo-webfont.woff') format('woff'),
         url('../fonts/mardian/mardiandemo-webfont.ttf') format('truetype'),
         url('../fonts/mardian/mardiandemo-webfont.svg#mardian') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'matchbook';
    src: url('../fonts/matchbook/matchbook-webfont.eot');
    src: url('../fonts/matchbook/matchbook-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/matchbook/matchbook-webfont.woff') format('woff'),
         url('../fonts/matchbook/matchbook-webfont.ttf') format('truetype'),
         url('../fonts/matchbook/matchbook-webfont.svg#matchbook') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	color: #666;
	margin: 0;
	background: #fff;
	font-family: 'helvetica neue',helvetica,arial,'lucida grande',sans-serif;
}
a {
	outline: none;
	font-weight:normal;
	color: #aaa;
	text-decoration: none;
}
a:visited {
	color: #aaa;
}

a:focus {
	outline: none;
}

a:active,
a:hover {
	outline: none;
	color: #666;
	text-decoration: none;
}
h3, h4 {
	color: #aaa;
}
h3 {
	font-family: "nautik";
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
h4 {
	font-family: "mardian";
	font-size: 40px;
	font-weight: normal;
	margin-top: 32px;
	margin-bottom: 15px;
}
img {
	max-width: 100%;
}
ul {
	font-size: 14px;
	margin: 0px 0 10px;
	padding: 0 0 0 0px;
	line-height: 1.3;
}
ul {
	list-style-type: none;
}
ul li {
	font-family: "nautik";
	font-size: 18px;
	margin-bottom: 5px;
}
/* 2.0 - Repeatable Patterns
 ----------------------------------------------------------------------------*/

/* 2.2 form fields general styles */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 2px 6px;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* 2.3 - reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* 2.4 - form buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}

/* 2.10 - icons */
[class^="icon-"], [class*=" icon-"] {
    background-image: url('../images/glyphicons-light.png');
    background-position: 16px 16px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    width: 16px;
}
[class^="icon-blue"], [class*=" icon-dark"] {
    background-image: url('../images/glyphicons-dark.png');
}
.icon-calendar {
    background-position: -116px -96px;
}
.icon-clock {
    background-position: -48px -24px;
}
.icon-comment {
    background-position: -92px -574px;
}
.icon-envelope {
    background-position: 0 -24px;
}
.icon-signal {
    background-position: -215px -168px;
}
.icon-globe {
  background-position: 1px -814px;
}
.icon-home {
    background-position: 0 -48px;
}
.icon-folder-open {
	background-position: -94px -336px;	
}
.icon-profile {
	background-position: -95px 0px;	
}
.icon-email {
	background-position: 0 -23px;	
}
.icon-twitter {
	background-position: 0px 0px;	
}
.icon-facebook {
	background-position: -24px 0px;	
}
.icon-map-marker {
	background-position: -46px -574px;	
}
.icon-arrow-right {
	background-position: -46px -574px;	
}
.icon-telephone {
	height: 22px;
	width: 14px;
	display: inline-block;
	background: url('images/icon-telephone.png') no-repeat center center;	
}

.gradient {
	background: #6a5f4b; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZhNWY0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YjRmMzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6a5f4b 0%, #5b4f38 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a5f4b), color-stop(100%,#5b4f38)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6a5f4b 0%,#5b4f38 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6a5f4b 0%,#5b4f38 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6a5f4b 0%,#5b4f38 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6a5f4b 0%,#5b4f38 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a5f4b', endColorstr='#5b4f38',GradientType=0 ); /* IE6-8 */
}
.lovelink {
	display: inline-block;
	margin-right: 20px;
}
#header {
	padding: 30px 0 0 0;
}
#logo-locations {
	max-width: 320px;
	margin-bottom: 30px;
}
#logo {
	display: block;
	text-decoration: none;	
	text-align: center;
	margin-bottom: 10px;
}
#logo img {
	margin: 0 auto;
	width: 100%;
	max-width: 320px;
}
#locations {
	text-align: center;
	text-transform: uppercase;
	color: #aaa;
	font-family: "nautik";
	font-size: 20px;
	line-height: 20px;
}
#locations-spacer {
	width: 5px;
	height: 5px;
	background: #aaa;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	display: inline-block;
	margin: 0px 20px 0 20px;
	vertical-align: text-top;
	position: relative;
	top: 9px;
}
#header .grid-50:last-child {
	text-align: right;
	color: #aaa;
}
#menu {
	margin-bottom: 30px;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;	
}
#menu div.mobile-grid-100 {
	margin-bottom: 10px;
}
#menu div:last-child {
	margin-bottom: 0;
}
#menu div a {
	font-family: "cursifregular";	
	font-size: 18px;
	display: inline-block;
	color: #aaa;
	padding: 0 28px;
	margin-bottom: -10px;
	text-transform: lowercase;
}
.menu-spacer {
	width: 5px;
	height: 5px;
	background: #aaa;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	display: inline-block;
	margin: 0px;
	vertical-align: text-top;
	position: relative;
	top: 7px;
}
#menu div a:hover,
#menu div a.current {
	color: #666;
	text-decoration: none;
}
.follow {
	font-family: "cursifregular";
	font-size: 18px;
	text-transform: lowercase;
}
#mobile-social {
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0 0 0;
	margin-bottom: 30px;
	color: #aaa;
}
[class^="social"], [class*=" social"] {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 32px;    
	height: 32px;
	text-decoration: none;
	padding: 0 !important;
	position: relative;
	top: -10px;
}
.social-pintrest {
	background: url('../images/social-pintrest.png') no-repeat 0 0;
	text-decoration: none;
}
.social-pintrest:hover {
	background-position: 0 -32px;
}
.social-instagram {
	background: url('../images/social-instagram.png') no-repeat 0 0 ;
	text-decoration: none;
}
.social-instagram:hover {
	background-position: 0 -32px;
}
.social-facebook {
	background: url('../images/social-facebook.png') no-repeat 0 0;
	text-decoration: none;
}
.social-facebook:hover {
	background-position: 0 -32px;
}
#content {
	margin-bottom: 30px;
}
#content .grid-100 {
	text-align: center;
}
#content .grid-100 p {
	font-family: "cursifregular";
	font-size: 18px;
	text-align: center;
	text-indent: 10px;
	line-height: 36px;
	margin-bottom: 0px;
}
#content .grid-100-grateful p {
	font-family: "nautik";
	font-size: 18px;
	text-align: center;
	text-indent: 10px;
	line-height: 36px;
	margin-bottom: 30px;
}
#content .grid-100 p:last-child {
	margin-bottom: 0;
}
#content .grid-100 img {
	margin: 0 auto;
}
#footer {
	border-top: 1px solid #ddd;
	padding: 14px 0;
	margin-bottom: 20px
}
#footer div {
	text-align: center;
	font-size: 12px;
}

/***** Contact Form Elements *****/
.contactWrapper { 
	width: 100%; 
}
.contactWrapper label { 
	display: block !important;
	float: none; 
	font-size: 12px; 
	width: 91%; 
	font-weight: normal; 
	margin-bottom: 7px; 
}
.contactWrapper label.error { 
	display: block; 
	float: none; 
	font-size: 12px; 
	width: 91%; 
	font-weight: normal; 
	margin-bottom: 0px; 
	color: #bb3737; 
	background: #fad6d6; 
	border-radius: 2px;
	border: 1px solid #bb3737; 
	margin-top: 5px; 
	padding: 5px 10px;
}
.contactWrapper label.checked { 
	display: none; 
	background: none; 
	border: 0px; 
	margin-top: 0px; 
	padding: 0px; 
	text-indent: -5000px;
}
.contactWrapper em { 
	color: #999; 
}
.contactWrapper .stage { 
	margin-bottom: 20px;
}
.contactWrapper .requiredNote { 
	margin: 10px 0px; 
	font-weight: bold; 
	font-size: 12px; 
	font-style: italic; 
	text-align: left; 
}
.contactWrapper .success,
.contactWrapper .message .failure { 
	border-radius: 2px; 
	width: 91%; 
	padding: 10px; 
	background: #FEFEF0; 
	border: 1px solid #819934; 
	margin-bottom: 15px; 
	color: #819934;
}
.contactWrapper .message .failure { 
	color: #bb3737; 
	background: #fad6d6; 
	border: 1px solid #bb3737; 
}
.contactWrapper .success p,
.contactWrapper .failure p { 
	margin: 0px; 
	margin-bottom: 5px;
	font-size: 14px; 
}
.contactWrapper .success p:last-child,
.contactWrapper .failure p:last-child { 
	text-align: left;
	margin-bottom: 0;
}
.contactWrapper .notice { 
	display: none; 
	border-radius: 2px; 
	width: 91%; 
	padding: 10px; 
	color: #bb3737; 
	background: #fad6d6; 
	border: 1px solid #bb3737; 
	margin-bottom: 15px; 
}
.contactWrapper .notice p { 
	margin: 0px; 
	font-size: 14px; 
	text-align: left; 
}
.contactWrapper .divider {
	font-size: 1px;
	background: url('../images/bg-seperator.png') repeat-y center;
	min-height: 715px;
}
form.contactform input, 
form.contactform textarea { 
	border: 1px solid #BEBEBE; 
	padding: 6px 10px; 
	font-size: 12px; 
	color: #333; 
	border-radius: 2px; 
	width: 91%; 
	background: #f5f5f5; 
	color: #777777;
}
form.contactform textarea { 
	font:12px Arial, Helvetica, sans-serif; 
	padding: 6px 10px; 
}
form.contactform input:focus, 
form.contactform input:hover, 
form.contactform textarea:focus, 
form.contactform textarea:hover { 
	outline: none; 
	border: 1px solid #D1D1D1; 
	background: #FAFAFA; 
}
form.contactform input.submitButton {
	width: 96%;
	color: #666;
	border: 1px solid #BEBEBE;
	background: #eeeeee;
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
}
form.contactform input.submitButton:hover {
	border: 1px solid #D1D1D1;
	background: #cccccc;
	background: linear-gradient(to bottom,  #cccccc 0%,#eeeeee 100%);
}


.item {
  max-width: 100%;
  margin: 10px;
  float: left;
}




/* Media Queries - These are the same media quires found in unsemantic.css
-------------------------------------------------------------- */
/* phone */
@media screen and (max-width: 400px) {
	@-ms-viewport {
	}
}
/* mobile */
@media screen and (max-width: 767px) {
	#header {
		padding: 0;
	}
	#logo-locations { 
		max-width: 100%; 
	}
	#menu div a {
		padding: 0 18px;
	}
}
/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	form.contactform input.submitButton {
		width: 99%;
	}
}
/* desktop */
@media screen and (min-width: 1025px) {
	form.contactform input.submitButton {
		width: 99%;
	}
}