
body {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
}
ul {
  margin: 0;
  padding: 0;
}
.topbar {
	max-width:80rem;
	margin:auto;
	display: block;
}
/* @group FOUNDATION CHANGES */
.grid-container {
	max-width: 80rem;
}


/* @end */



.homeboxtitle {
	font-family: "Fjalla One", sans-serif;
	font-weight: 400;
	color: white;
	font-size: 2rem;
	line-height: 1.8rem;
}
.homeboxtext {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 200;
	color: white;
	font-size: 1.4rem;
}
.fixedheightnav {
	height: 90px;
}
.testimonial {
	padding: 2rem 1rem;
	font-size: .9rem;
	margin: 0 0 1rem 0;
	text-align: left;
	background: #eee;
  border-left: 10px solid #ccc;
}
.name {
	font-weight: 700;
}
.top-bar, .top-bar ul {
	background: #ffffff;
	font-family: "Fjalla One", sans-serif;
	font-weight: 400;
}
.top-bar ul > li > a {
	color: #656565;
	line-height: 1.3rem;
}
.top-bar ul > li > is-active > a {
	color: #656565;
	line-height: 1.3rem;
}
.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
	text-align: left;
}
.white50 {
	background: url(../images/white50.png) repeat;
}
.black50 {
	background: url(../images/black50.png) repeat;
}
.floatclear {
	clear: both;
}
.largeheadtext {
	font-size: 2.5rem;
	line-height: 2.7rem;
	color: #656565;
	font-family: "Fjalla One", sans-serif;
	font-weight: 400;
}
.smallheadtext {
	font-size: 1.5rem;
	line-height: 1.7rem;
	color: #656565;
	font-family: "Fjalla One", sans-serif;
	font-weight: 400;
}
.logo-overlay {
	z-index:1000;
	position: absolute;
	top: 5rem;
	left: 2rem;
}
.mobile-logo-overlay {
	z-index:1000;
	position: absolute;
	top: 0;
	right: 0;
}

#navlogo {
	z-index:2;
	position: absolute;
	top: 1rem;
	right: 2rem;
	
}

.footer {
	margin-top: 3rem;
	padding: 2rem 0;
	color: white;
	background: #a80e0e;
}
.footer a {
	color: white;
}

.scrollhide-nav {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
}

.scrollhide-nav.hidden {
  -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
          transform: translateY(-200%);
}

.breadcrumbs {
	padding: 1rem 0 .5rem 0;
	margin: 0;
}
h1,h2,h3,h4 {
	font-family: "Fjalla One", sans-serif;
	font-weight: 400;
}


h1 {
	margin-bottom: 2rem;
}

#filter {
	background: #000;
	display: block;
	margin: 20px auto;
	position: relative;
	text-align:center;
}

#filter:before, #filter:after {
}

#filter:before {
}

#filter:after {
}

#filter a{
	background: #000;
	color: #FFFFFF;
	display: inline-block;
	height: 39px;
	line-height: 37px;
	padding: 0 15px;
}

#filter a:hover{
	text-decoration:none;
	background: #a089c1;
}

#filter a.active{
	background: #a089c1;
}

#container{
	display:block;
	overflow:hidden;
	width: 100%;
	margin:0 auto;
}

#container li{

	float: left;
	height: 220px;
	list-style: none outside none;
	margin: 6px;
	position: relative;
	width: 280px;
	
}

#container ul{
	overflow:hidden;
}

#container ul.hidden{
	display:none;
}

/* @group navbar */

a {
	text-decoration: none;
}
.mainlogo {
	position: absolute;
	top: 4rem;
	left: 2rem;
	z-index: 1;
}
.fixedheight {
	height:5rem;
	background: white;
	position: fixed;
	z-index: 2;
}
.pushdown {
	width: 100%;
	height:3.75em;
	display: block;
}
		#mobnav
		{
			font-family: "Fjalla One", sans-serif;
			font-weight: 400;
		}

			#mobnav > a
			{
				display: none;
			}

			#mobnav li
			{
				position: relative;
			}
				#mobnav li a
				{
					color: #585858;
					display: block;
				}
				#mobnav li a:active
				{
					background-color: #c00 !important;
				}



			/* first level */

			#mobnav > ul
			{
				height: 3.75em; /* 60 */
				background-color: #fff;
				list-style: none;
			}
				#mobnav > ul > li
				{
					height: 100%;
					float: left;
					
				}
					#mobnav > ul > li > a
					{
						height: 100%;
						font-size: 1em; /* 24 */
						line-height: 3.75em; /* 60 (24) */
						text-align: center;
						padding: 0 .6rem;
					}
						#mobnav > ul > li:not( :last-child ) > a
						{
						}
						#mobnav > ul > li:hover > a,
						#mobnav > ul:not( :hover ) > li.active > a
						{
							background-color: #a80e0e;
							color: #fff;
							text-align: center;
						}


				/* second level */

				#mobnav li ul
				{
					background-color: #ececec;
					display: none;
					position: absolute;
					top: 100%;
					list-style: none;
					width: 300px;
					  margin: 0;
					  padding: 0;
					  z-index: 1000;
				}
					#mobnav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#mobnav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#mobnav li ul a
						{
							font-size: 1rem; /* 20 */
							padding: 0.75em; /* 15 (20) */
							color: #585858;
						}
							#mobnav li ul li a:hover,
							#mobnav li ul:not( :hover ) li.active a
							{
							background-color: #a80e0e;
							color: #fff;
							}


		@media only screen and ( max-width: 900px ) /* 1000 */
		{
			html
			{
				font-size: 80%; /* 12 */
			}
			#mobnav
			{
	width: 60%;
			}
.mainlogo {
	position: absolute;
	top: 4rem;
	left: 2rem;
	z-index: 1;
}
			
.fixedheight {
	height: auto;
	background: white;
}
	
		}

		@media only screen and ( max-width: 40em ) /* 640 */
		{
			html
			{
				font-size: 85%; /* 12 */
			}

.pushdown {
	width: 100%;
	height: 2.5em;
	display: block;
}
.navbartext {
	color: white;
	line-height: 1rem;
	font-size: 1rem;
	font-family: "Fjalla One", sans-serif;
	font-weight: 400;
}
.navbartext:hover {
	color: white;
}

			#mobnav
			{
				background-color: #a80e0e;
				color: white;
				position: relative;
				top: auto;
				left: auto;
				padding: .4rem ;
			}
						

				#mobnav:not( :target ) > a:first-of-type,
				#mobnav:target > a:last-of-type
				{
					display: block;
				padding: .4rem ;
				}


			/* first level */

			#mobnav > ul
			{
				height: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0;
				border-bottom: 10px solid #ececec;
			}
			
						#mobnav > ul > li:hover > a,
						#mobnav > ul:not( :hover ) > li.active > a
						{
							background-color: #a80e0e;
							color: #fff;
							text-align: left;
						}
				#mobnav:target > ul
				{
					display: block;
				}
				#mobnav > ul > li
				{
					width: 100%;
					float: none;
					text-align: left;
					background: white;
				}
					#mobnav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding: 0 0.833em; /* 20 (24) */
					}
						#mobnav > ul > li:not( :last-child ) > a
						{
							border-right: none;
						}


				/* second level */

				#mobnav li ul
				{
					position: static;
					padding: 1.25em; /* 20 */
					padding-top: 0;
					width: 100%;
				}
						
				#mobnav li ul li a:hover,
				#mobnav li ul:not( :hover ) li.active a
				{
				background-color: transparent;
				color: #000;
				}
				.mobilelogoheader {
				text-align: center;
				background-color: #a80e0e;
				}
		}
/* @end */

/* Controls
---------------------------------------------------------------------- */

.controls {
    padding: 1rem;
    background: #333;
}

.control {
    display: inline-block;
    cursor: pointer;
    font-size: 1rem;
    color: white;
    transition: background 150ms;
    margin-right: 1rem;
}

.control:hover {
    background: #3f3f3f;
}

.control[data-filter]:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 1px;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    border: 2px solid currentColor;
    border-radius: 2px;
    background: currentColor;
    transition: background-color 150ms, border-color 150ms;
}

.control[data-sort]:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-left: 2px solid;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    transform:  translateY(1px) rotate(45deg);
}

.control[data-sort*=":desc"]:after {
    transform:  translateY(-4px) rotate(-135deg);
}

.mixitup-control-active {
    background: #393939;
}

.mixitup-control-active[data-filter]:after {
    background: transparent;
}

.control:first-of-type {
    border-radius: 3px 0 0 3px;
}

.control:last-of-type {
    border-radius: 0 3px 3px 0;
}

.control[data-filter] + .control[data-sort] {
    margin-left: .75rem;
}

.control[data-filter=".green"] {
    color: #91e6c7;
}

.control[data-filter=".blue"] {
    color: #5ecdde;
}

.control[data-filter=".pink"] {
    color: #d595aa;
}

.control[data-filter="none"] {
    color: #2f2f2f;
}

/* Container
---------------------------------------------------------------------- */

.container {
    padding: 1rem;
    text-align: justify;
    font-size: 0.1px;
}

.container:after {
    content: '';
    display: inline-block;
    width: 100%;
}

/* Target Elements
---------------------------------------------------------------------- */

.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}

.mix {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 1rem;
    position: relative;
}

.mix:before {
    content: '';
    display: inline-block;
    padding-top: 56.25%;
}

.mix.green {
    color: #91e6c7;
}

.mix.pink {
    color: #d595aa;
}

.mix.blue {
    color: #5ecdde;
}

/* Grid Breakpoints
---------------------------------------------------------------------- */

/* 2 Columns */

.mix,
.gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}

/* 3 Columns */

@media screen and (min-width: 541px) {
    .mix,
    .gap {
        width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
    }
    
.fixedheightnav {
	height: 50px;
}

.topbar {
	height:50px;
	max-width:80rem;
	margin:auto;
	display: block;
}
}

/* 4 Columns */

@media screen and (min-width: 961px) {
    .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }
}

/* 5 Columns */

@media screen and (min-width: 1281px) {
    .mix,
    .gap {
        width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
    }
}

.pos2 {
	background: black url('/images/homepage/pos2.jpg') bottom center;
	background-size:cover;
	width:100%;
	height:100%;
	display:block;
	min-height:200px;
	position:relative;
	border-radius: 1rem;
}
.pos2small {
	background: url('/images/homepage/pos2.jpg');background-size:cover;width:100%;height:100%;display:block;min-height:200px;position:relative;
}
.pos3 {
	background: black url('/images/homepage/pos3.jpg');background-size:cover;width:100%;height:100%;display:block;min-height:200px;position:relative;
	border-radius: 1rem;
}
.pos4 {
	background: black url('/images/homepage/pos4.jpg');background-size:cover;width:100%;height:100%;display:block;min-height:200px;position:relative;
	border-radius: 1rem;
}
.pos5 {
	background: black url('/images/homepage/pos5.jpg') no-repeat center center;background-size:cover;width:100%;height:100%;display:block;min-height:200px;position:relative;
	border-radius: 1rem;
}
.pos6 {
	background: black url('/images/homepage/pos6.jpg');background-size:cover;width:100%;height:100%;display:block;min-height:200px;position:relative;
	border-radius: 1rem;
}
.pos7 {
	background: black url('/images/homepage/pos7.jpg') no-repeat center center;background-size:cover;width:100%;height:100%;display:block;min-height:200px;position:relative;
	border-radius: 1rem;
}

.pos2:hover {
	opacity:0.4;
}

.pos2small:hover {
	opacity:0.4;
}
.pos3:hover {
	opacity:0.4;
}
.pos4:hover {
	opacity:0.4;
}
.pos5:hover {
	opacity:0.4;
}
.pos6:hover {
	opacity:0.4;
}
.pos7:hover {
	opacity:0.4;
}
.contactaddress {
	margin: 1rem;
	padding: 1rem;
	background: #e9e9e9;
	color: #585858;
  border-left: 10px solid #ccc;
}
.faqanswers {
	clear: both;
	margin-top: 100px;
}