@font-face {
    font-family: 'Butler';
    src: url('fonts/butler/Butler-Light.woff2') format('woff2'),
        url('fonts/butler/Butler-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Butler';
    src: url('fonts/butler/Butler-Medium.woff2') format('woff2'),
        url('fonts/butler/Butler-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Butler';
    src: url('fonts/butler/Butler.woff2') format('woff2'),
        url('fonts/butler/Butler.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@charset "UTF-8";
/* CSS Document */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	overflow-x: hidden;
}
.ccm-image-slider-container {
	margin-bottom: 40px;
}
#header {
  display: flex;
  align-items: center;
  padding: 20px 0;
  z-index: 3;
  position: fixed;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;

}

#titleBar {
	text-align: center;
	font-size: 50px;
	text-decoration: none;
	text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 900;
  width: auto;
  color: #000;
  margin-left: 40px;
  word-spacing: -8px;

}
#titleBar span {
	display: block;
	font-size: 19px;
	line-height: 5px;
	font-family: sans-serif;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-weight: 400;
}
.ccm-image-slider-text {
	clear: both;
	padding-top: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 50px;
	color: #fff;
	text-shadow: 0px 0px 30px #000;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
}
#nav ul {
  padding: 0 40px;
  list-style: none;
}

#nav a {
  text-decoration: none;
  color: #000;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: 900;

}
a.nav-sub {
	pointer-events: none;
}
/* Inline #42 | http://kensaxco.wwwmi3-ss100.a2hosted.com/index.php */

#nav ul {
  display: flex;
}

#nav ul li {
  position: relative;
}
#nav ul ul {
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
  right: -30px;
  text-align: right;
	z-index: 9;
	padding: 10px;
	white-space: nowrap;
	background: #fff;
}

#nav ul li:hover ul {
  display: flex;
  flex-direction: column;
}

/* styles.css | http://kensaxco.wwwmi3-ss100.a2hosted.com/application/themes/kensax/assets/css/styles.css */

#nav ul li {
  margin-right: 20px;
}

/* Inline #42 | http://kensaxco.wwwmi3-ss100.a2hosted.com/index.php */

#nav > ul > li:first-child {
  display: none;
}

.aboutbox p {
	width: 60%;
	margin: 50px auto;
	text-align: justify;
	line-height: 1.4;
}
.mobView {
	position: fixed;
	left: 20px;
	top: 25px;
	font-size: 20px;
	display: none;
}
#main, #header {
	max-width: 1600px;
	margin: 0 auto;
}
@media (max-width: 768px) {

.grid-sizer, .grid-item {
	width: 100% !important;
	pointer-events: none;
}

.mobView {
	display: block;
}
#titleBar {
	width: 100%;
}
#header {
	position: fixed;
	z-index: 999;
	width: 100%;
}
#main {
	padding-top: 100px;
}
#nav > ul {
	position: fixed;
	right: -50vw;
	flex-direction: column;
	top: 0;
	height: 100vh;
	background: #fff;
	box-sizing: border-box;
	padding: 60px 30px 0;
	border-left: 1px solid #333;
	width: 50vw;
	-moz-transition: right 1s ease-in-out;
	-webkit-transition: right 1s ease-in-out;
	-ms-transition: right 1s ease-in-out;
	transition: right 1s ease-in-out;
	z-index: 999;
}
#nav ul ul {
	position: relative;
	left: 10px;
	display: block;
}
	#nav > ul.out {
		right: 0;
}
#nav a {
	color: #333;
}

#nav ul ul {
	text-align: left;
	white-space: nowrap;
}
.mobView {
  color: #fff;
}
#page-wrapper #main .grid-sizer, .grid-item {
	width: 100% !important;
	pointer-events: none;
}
}