@font-face {
	font-family: 'Neuton Regular';
	src: url('../fonts/Neuton-Regular.eot') format('eot'),
	url('../fonts/Neuton-Regular.woff') format('woff'),
	url('../fonts/Neuton-Regular.ttf') format('truetype'),
	url('../fonts/Neuton-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Neuton Bold';
	src: url('../fonts/Neuton-Bold.eot'),
	url('../fonts/Neuton-Bold.woff') format('woff'),
	url('../fonts/Neuton-Bold.ttf') format('truetype'),
	url('../fonts/Neuton-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Neuton Light';
	src: url('../fonts/Neuton-Light.eot'),
	url('../fonts/Neuton-Light.woff') format('woff'),
	url('../fonts/Neuton-Light.ttf') format('truetype'),
	url('../fonts/Neuton-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/opensans-regular-webfont.eot'),
	url('../fonts/opensans-regular-webfont.woff') format('woff'),
	url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
	url('../fonts/opensans-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Bold';
	src: url('../fonts/opensans-bold-webfont.eot'),
	url('../fonts/opensans-bold-webfont.woff') format('woff'),
	url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
	url('../fonts/opensans-bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Master layout */

/************************************************************
Global styles */

/* Partial CSS Reset */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-tap-highlight-color:  rgba(0, 0, 0, 0);
}
html, body {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

:focus {
	outline:none;
}

table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
td {
	vertical-align: top;
}

/* End Reset */

body{
	font-family: 'Neuton Regular';
	font-size: 14px;
	color: #3c2d3e;
	line-height: normal;
}
/* Links */
a, input[type=submit]{
	color:inherit;
	outline:none;
	color:inherit;
	outline:none;
	-webkit-transition: all 0.3s ease 0s; 
	   -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
			transition: all 0.3s ease 0s;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration:none;
	outline: none;
}
a img {
	border:none;
	-webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		 -o-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
}
img {
	max-width:100%;
}
a[href^="tel:"] {
	color:inherit;
	cursor:inherit;
}
input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: normal;
}
h1{
	font: 80px/96px 'Neuton Light';
	text-transform: uppercase;
	letter-spacing: 14px;
}
h2 {
	font: 48px/58px 'Neuton Light';
  text-transform: uppercase;
  letter-spacing: 11px;
}
.main-content #container h2 {
  font: 22px/28px 'Neuton Regular';
  letter-spacing: 4px;
}

h3 {
	font: 24px/30px 'Neuton Regular';
	text-transform: uppercase;
	letter-spacing: 4px;
}
h4 {
	font: 22px/28px 'Neuton Regular';
	text-transform: uppercase;
	letter-spacing: 4px;
}

/* Block-level */

address {
	font-style:inherit;
}
p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 25px;
}
ul li{
	list-style-type: none;
}
strong{
	font-weight: normal;
	font-family: 'Open Sans Bold';
}
sup{
	font-size: 9px;
}
i {
  text-transform: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: normal;
  color: inherit;
}
:focus {outline:none;}
::-moz-focus-inner {border:0;}

#container a:not([class]):not([href*="tel"]):not([href*="mailto"]) {
  text-decoration: underline;
  color: #574459;
}
/*************************
   Generic Site Styles
*************************/
.table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
  /*float: none !important;*/
}
.table.page, .container{
  max-width: 1024px;
  margin: 0 auto;
}
main .table.page,
.table.auto-height {
  height: auto;
}

.table.auto-width {
  width: auto;
}

.table.auto-all {
  height: auto;
  width: auto;
}

.row {
  display: table-row;
}
.cell {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  float: none !important;
}
.padding {
  padding: 0px 20px;
}
.padding-left {
  padding-left: 20px;
}
.padding-right {
  padding-right: 20px;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.table-header-group {
  display: table-header-group;
}
.table-footer-group {
  display: table-footer-group;
}

ul:not([class]) li {
  position: relative;
  display: block;
  padding-left: 15px;
  margin: 0;
  font-family: 'Open Sans';
}

ul:not([class]) li, ul:not([class]) li * {
  font-size: 14px !important;
}

ul:not([class]) li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3C2D3E;
  position: absolute;
  left: 0px;
  top: 9px;
}

ul:not([class]) li + li {
  margin-top: 6px;
}

img {
  height: auto !important;
}

iframe {
  max-width: 100%;
}

/* Text alignment */
.align-left { text-align:left !important; }
.align-center { text-align:center !important; }
.align-right { text-align:right !important; }

/** Default Placeholder styles ***/

::-webkit-input-placeholder {
/* WebKit browsers */
  
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
  
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */

}
:-ms-input-placeholder {
/* Internet Explorer 10+ */

}

/* Container class to make iFrames responsive */
.frame-contain {
	position: relative;
	height:0;
	max-width:100%;
	overflow: hidden;
	padding-bottom: 56.25%; /* 16:9 */
							/* 75% = 4:3 */
}

.frame-contain iframe {
	position: absolute;
	top:0;
	left:0;
	height:100% !important;
	width:100% !important;
}

/* Fix extra button padding in Firefox */
input[type="submit"]::-moz-focus-inner {
	border:none;
	padding:0;
	line-height:1;
}

input[type="submit"].btn {
  color: #3c2d3e;
}

input[type="submit"].btn:hover {
  color: #fff;
}
/************************************************************
Miscellaneous */
.clearfix:after{
	content: '.';
    display: block;
    height: 0;
    clear: both;
	overflow: hidden;
    visibility: hidden;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.relative {
  position: relative;
}
.full-size {
  height: 100%;
  width: 100%;
}

.on-top {
  position: relative;
  z-index: 1;
}

.hide {
  display: none !important;
}
.no-scroll {
	overflow: hidden;
}
#header, .top-bar *:not(.fa-phone), .btn, 
.nav-menu .sub-menu a:before,.btn-toggle:after{
	-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
	 	 -ms-transition: all 0.3s ease 0s;
		  -o-transition: all 0.3s ease 0s;
			 transition: all 0.3s ease 0s;
}

.header-menu, #nav-btn span, #nav-btn, #menu, 
.ql-text, .ql-text .btn, .ql-text:after,
.info-box:after, .info-box  .text-overlay, .rml-box{
	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		 -o-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
}
.btn{
    display: inline-block;
	vertical-align: top;
	font-family: 'Neuton Regular';
	text-transform: uppercase;
    white-space: nowrap;
    font-size: 20px;
    padding: 17px 20px;
	line-height: 26px;
	background: transparent;
    color: #3c2d3e;
	text-align: center;
	border: 2px solid #3c2d3e;
	letter-spacing: 4px;
}
.btn:hover{
	background: #3c2d3e;
	border-color: #3c2d3e;
	color: #ffffff;
}
.btn.btn-light{
	border-color: #ebebeb;
	color: #ffffff;
}
.btn.btn-light:hover{
	background: #ebebeb;
	border-color: #ebebeb;
	color: #3c2d3e;
}
.more-link{
	display: inline-block;
	vertical-align: top;
	font: 16px/22px 'Neuton Regular';
	text-transform: uppercase;
	letter-spacing: 4px;
	border-bottom: 2px solid;
}
input[type=submit]{
	color: #ffffff;
	cursor: pointer;
}
.highslide-container .gal-title,.highslide-container .altCaption{
    font-family: 'Montserrat Semibold';
}
.full-gallery{
	display: none;
}


/* Fancy Nav Hamburger Button */

#main-header .mobile-menu-button {
  float: right;
/*   background: url(images/menu-cicon.svg) no-repeat center center; */
  background-size: 80%;
  display: none;
  position: relative;
  z-index: 99;
}

.hamburglar {
  font-size: 8px;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  margin: 0 auto;
  position: relative;
  display: block;
  width: 6.8em;
  height: 6.8em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#burger-top, #burger-bottom {
  -webkit-transform-origin: 3.4em .2em;
  -ms-transform-origin: 3.4em .2em;
  transform-origin: 3.4em .2em;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 500ms cubic-bezier(0.8, -1.1, 0.5, 1.9);
}
#burger-top {
  top: 2.1em;
  left: 1.4em;
}
#burger-bottom {
  top: 3.9em;
  left: 1.4em;
}
#burger-top, #burger-bottom {
  position: absolute;
  display: block;
  height: .4em;
  width: 3.6em;
  border-radius: .2em;
  background: #3c2d3e;
}

path#burger-circle, line {
  stroke: #3c2d3e;
  stroke-linecap: round;
}

#burger-circle {
  stroke-dasharray: 1 100 32 300;
  stroke-dashoffset: 101;
  transition: all 750ms ease;
}

.is-closed .hamburglar #burger-top {
  -webkit-transform: translateX(-0.45em) translateY(-0.18em) rotate(-45deg);
  -ms-transform: translateX(-0.45em) translateY(-0.18em) rotate(-45deg);
  transform: translateX(-0.45em) translateY(-0.18em) rotate(-45deg);
}

.is-closed .hamburglar #burger-bottom {
  -webkit-transform: translateX(-0.48em) translateY(0.3em) rotate(45deg);
  -ms-transform: translateX(-0.48em) translateY(0.3em) rotate(45deg);
  transform: translateX(-0.48em) translateY(0.3em) rotate(45deg);
}

.is-closed .hamburglar #burger-circle {
  stroke-dasharray: 1 100 190 300;
  stroke-dashoffset: 1;
}