@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Lato:400,700';
*:focus{
	outline: none!important
}
body {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.newbs{background-image: url('../images/newbs.png');}
.kitch{background-image: url('../images/kitch.png');}
.join{background-image: url('../images/join.png');}
.site{background-image: url('../images/site.png');}
a {
	text-decoration: none;
	color: inherit;
}
.fullest{
	width: 100%!important;
	min-width: 100%!important;
}
ul, ol {
	margin: 0;
	padding: 0;	
	list-style: none;
}
nav ul {
	display: none;
}
.navtoggle {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: white;
	height: 50px;
	line-height: 40px;
}
header {
	height: 50vh;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
nav {
	text-align: center;
}
nav ul{
	padding: 30px 0;
}
nav a {
	color: #fff;
}
.samesies {
	position: fixed;
	top: 0px;
	width: 100%;
	left: 0px;
	z-index: 83;
	top: 0;
	width: 100%;
	background-color: rgba(91,37,37.0.6);
}
.samesies.notthesame{
	position: relative;
}
.galheader{
	position: absolute;
	top: 40px;
	background-color: rgba(255,255,255,0.7);
	margin: 0!important;
}
.row .navtoggle {
	position: absolute;
	top: 25px;
	left: 20px;
}
nav span {
	margin-left: 10px;
	position: relative;
	top: -6px;
	font-size: 16px;
}
nav i {
	font-size: 34px;
}
nav ul li a {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase; 
}
.wrapper {
	background-color: #fff;
	margin: auto;
	max-width: 100%;
} 
.container {
	background-color: rgba(87,32,31,0.6);
	width: 100%;
	overflow: auto;
}
.logo img {
	text-align: left;
	display: block;
	width: 250px;
	margin: 5px auto;
}
.deets-desktop {
	text-align: right;
	margin-bottom: 10px;
	margin-top: 5px;
}
.deets-desktop p {
	color: #222;
	font-style: italic;
}
.deets-desktop a {
	display: block;
	line-height: 40px;
	color: #222!important;
}
.letter-space {
	letter-spacing: 1px;
	font-size: 24px;
}
.deets-desktop i {
	margin-left: 10px;
	background-color: #041f92;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	color: #fff;
}
.deets-mobile {
	display: none;
}
.portfolio-splash {
	text-align: center;
	margin: 60px 0px;
}
.portfolio-splash h1{
	text-align: center;
	margin: 0;
	font-weight: 300;
	margin-top: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #57201f;
	font-size: 20px;
}
.portfolio-splash h2{
	text-align: center;
	margin: 0;
	margin-top: 20px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #57201f;
	font-size: 20px;
}
.wide{
	width: 100%;
	margin-bottom: 10px;
}
blockquote{
	padding: 30px;
	border: 1px solid #777
}
blockquote p{
}
blockquote p b{
	font-style: initial;
}
.portfolio-splash p{
	font-size: 14px;
}
.fsz16{
	font-size: 16px!important;
}
.fsz18{
	font-size: 18px!important;
}
.portfolio-splash h3 {
	text-align: center;
	margin: 0;
	margin-top: 20px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #57201f;
	font-size: 20px;
}
.bigpee{
	color: #57201f;
	font-size: 18px!important;
}
.contact-button:hover{
	background-color: rgba(0,0,0,0.1);
}
.contact-button, h3.boxed {
	margin-top: 30px;
	transition: all 0.3s;
	display: inline-block;
	border: 1px solid #777;
	font-size: 16px;
	border-radius: 2px;
	font-weight: 300;
	color: #57201f;
	line-height: 44px;
	padding: 0px 20px;
}
h3.boxed{
	width: 100%;
	display: block;
	
}
ul.split{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	clear: both;
	font-size: 14px;
	padding: 40px 0;
	line-height: 40px;
}
.active {
	background-color: #4b9aa9;	
}
.slider img {
	padding: 5px 20px;
}

.slick-slide {
   opacity: .5;
   transition: opacity .5s ease-in-out;
}
.slick-slide.opacidown {
  opacity: 0;
}

div.slick-current {
   opacity: 1;
   transition: opacity .5s ease-in-out;
}

div.slick-active{
   opacity: 1;
   transition: opacity .5s ease-in-out;
}

section {
	background-image: url(../images/section.jpg);
	background-size: cover;
	overflow: auto;
	padding: 50px 0px;
}
.about-us {
	text-align: center;
}
.about-us h3 {
	background-color: #041f92;
	color: #fff;
	margin: 0;
	padding: 5px 20px;
}
.about-us p {
	background-color: #fff;
	margin: 0;
	padding: 20px;
}
.thumbs {
	margin-top: 30px;
}
.thumbs img {
	margin-bottom: 40px;
	transition: ease 0.4s;
}
.thumbs img:hover {
	opacity: 0.7;
	transition: ease 0.4s;
}
main {
	padding: 30px 0px;
}
main h3 a {
	color: #041f92;
}

main ul li:before {
	content: "\f38f";
	font-family: ionicons;
	color: #041f92;
	margin-right: 10px;
}
.contact-us {
	background-color: #333;
	padding: 30px 0px;
	color: #fff;
}
.contact-us i {
	font-size: 50px;
}
button a {
	background-color: #041f92;
	padding: 10px 20px;
	margin-top: 10px;
	display: block;
}

footer {
	padding: 50px 0px;
	background-color: #57201f;
}
footer h4 {
	font-size: 18px;
	color: #fff;
	margin: 0;
	font-weight: 300;
	margin-bottom: 15px;
}
.p-margin {
	margin-top: 30px;
	display: block;
}
.footer-logo p {
	font-size: 13px;
	color: #fff;
}
.footer-logo img {
	width: 200px;
}
.footer-address, .footer-deets {
	text-align: center;
}
.footer-address p, .footer-deets p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 13px;
	letter-spacing: 0.5px;
}
.footer-deets {	
	text-align: right;
}
.footer-deets p {
	margin-bottom: 10px;}
.copyright {
	text-align: center;
}
.copyright a {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 700;
	line-height: 30px;
}

.no-margin p {
	margin: 0;
}


.bige-form {
	margin-top: 30px;
}
.bige-form label {
}
.bige-form input {
	float: left;
	font-size: 11px;
	letter-spacing: 2px;
	width: 100%;
	height: 40px;
	color: #000;
	background-color: #ffffff;
	border-radius: 0;
	margin: 0 0 10px 0!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bige-form textarea {
	height: 100px;
	font-size: 11px;
	letter-spacing: 2px;
	background-color: #ffffff;
	border-radius: 0;
	width: 100%;
	color: #000;
}
.text-bige {
	line-height: 70px!important;
	height: 70px!important;
}
input[type=submit] {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #57201f!important;
	background-color: #FFF;
	font-size: 14px;
	color: #57201f;
	line-height: 44px!important;
	height: 44px!important;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.bige-form input:focus {
	background-color: #fff;
}
.bige-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
  opacity: 1;
  font-size: 11px;
  letter-spacing: 2px;
  padding-left: 5px;
}
.bige-form ::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
  opacity: 1;
  font-size: 11px;
  letter-spacing: 2px;
  padding-left: 5px;
}
.bige-form :-ms-input-placeholder { /* IE 10+ */
  color: #000000;
  opacity: 1;
  font-size: 11px;
  letter-spacing: 2px;
  padding-left: 5px;
}
.bige-form :-moz-placeholder { /* Firefox 18- */
  color: #000000;
  opacity: 1;
  font-size: 11px;
  letter-spacing: 2px;
  padding-left: 5px;
}
span.redcol{
	color: #57201f
}
#map {
	margin-top: 30px;
	width: 100%;
	height: 480px;
}
.linky{
	cursor: pointer;
}
.slideBox{
	margin-top: 30px;
	position: relative;
	float: left;
	width: 100%;
}
.slideBox a:hover{
	background-color: rgba(255,255,255,0.8)
}
.slideBox a{
	top: 0px;
	margin: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(255,255,255,0.8)
}
.slideBox img{
	width: 100%!important;
}
/*
 _____ _____ _____ _____ _____ _____ _____ _____ _____ _____ 
| __  |   __|   __|  _  |     |   | |   __|     |  |  |   __|
|    -|   __|__   |   __|  |  | | | |__   |-   -|  |  |   __|
|__|__|_____|_____|__|  |_____|_|___|_____|_____|\___/|_____|                                                           
*/
/*Only on HD Screens*/
@media screen and (max-width: 1919px) { 
.deets-desktop a {
	color: #222;
}
}
/*Ipads (landscape: ;) and small screens*/
@media screen and (max-width: 1024px) { 

}
/*Tablets in portrait*/
@media screen and (max-width: 767px) { 
.thumbs {
	margin-top: 20px;
}
.thumbs img {
	margin-bottom: 10px;
	transition: ease 0.4s;
}
.thumbs img:hover {
	opacity: 0.7;
	transition: ease 0.4s;
}
main {
	padding: 0;
}
.other-mobile {
	display: none;
}
.container {
	overflow: 
}
.logo img {
	width: 100%;
	margin: 0;
}
.deets-desktop {
	display: none;
}
.deets-mobile {
	display: block;
	text-align: center;
	padding: 15px 0px
}
.deets-mobile p {
	color: #fff;
	font-style: italic;
}
.deets-mobile a {
	display: block;
	line-height: 40px;
	color: #222;
	text-align: center;
}
.letter-space {
	letter-spacing: 1px;
}
.deets-mobile i {
	margin-right: 10px;
	background-color: #041f92;
	width: 30px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	display: inline-block;
	text-align: center;
}
.about-us {
	width: 100%;
}

.myform a{
     width: 100%;
}
#code {
	width: 100%;
}
.myform img {
	width: 100%;
}
input[type=submit]{
	width: 100%;
}
footer{
	text-align: center!important;
}
}
/*Larger Phones - iphone 6 etc*/
@media screen and (max-width: 375px) { 

}
/*Smaller Phones - iPhone 4s etc*/
@media screen and (max-width: 320px) { 

}
html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform 0.4s ease;transition:transform 0.4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide img,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide .swipebox-inline-container{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:none;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(../img/loader.gif) no-repeat center center}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:0.5s;transition:0.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:-50px}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{display:block;width:100%;text-align:center}#swipebox-prev,#swipebox-next,#swipebox-close{background-image:url(../img/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-prev.disabled,#swipebox-next.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring 0.3s;animation:rightSpring 0.3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring 0.3s;animation:leftSpring 0.3s}.swipebox-touch #swipebox-container:before,.swipebox-touch #swipebox-container:after{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0 10px -8px #656565;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0 10px -8px #656565;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before{opacity:1}.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-arrows{width:92%;max-width:800px}}#swipebox-overlay{background:#0d0d0d}#swipebox-bottom-bar,#swipebox-top-bar{text-shadow:1px 1px 1px black;background:#333;opacity:.95}#swipebox-top-bar{color:white!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}