body {
	font-family: 'Aleo', serif;
	overflow-y: scroll;
	background: #ffffff;
	color: #000000;
}

img {
	max-width: 100%;
	height: auto;
}

.gutter {
	padding: 30px 0px;
}

h1 {
	color: #966B29;
	font-size: 36px;
}

h1, h4, p {
	margin-bottom: 15px;
}

a, a:hover, a:focus {
	color: #966B29;
}

/*section {
	padding: 15px 0px;
}*/

.head {
	border-bottom: 1px solid #000000;
}

.template {
	border-bottom: 1px solid #000000;
}

.logo {
	padding: 15px 0px;
}

.logo img {
	max-width: 150px !important;
	width: auto;
}

.navbar-header {
	justify-content: right;
}

.head .nav li {
	position: relative;
	margin-left: 15px;
}

.head .nav li:last-child {
	margin-right: 0px;
}

.head .nav li a {
	font-size: 16px;
	color: #000000;
	text-decoration: none !important;
	padding: 10px 8px;
	transition: 0.2s;
}

.head .nav li a:hover {
	background: #000000;
	color: #ffffff;
	transition: 0.2s;
}

.head .nav li.nav-path-selected a {
	padding-bottom: 7px;
	border-bottom: 3px solid #000000;
}

.navbar-toggle {
	padding: 0px;
    margin: 0px;
    background: none;
    border: 0px;
    outline: 0px !important;
	margin-right: 15px;
}

.navbar-toggle i {
	color: #000000;
}

footer {
	color: #000000;
	font-size: 15px;
	padding: 15px 0px;
	border-top: 1px solid #000000;
}

footer p {
	margin: 0px;
}

footer a {
	color: #000000 !important;
	text-decoration: none !important;
}

.box {
	position: relative;
	transition: 0.3s all;
}

.box img {
	width: 100%;
	height: auto;
}

/*.box.pic img {
	max-width: 316px;
	max-height: 316px;
}

.box.long img {
	max-width: 316px;
	max-height: 632px;
}

.box.wide img {
	max-width: 632px;
	max-height: 316px;
}*/

.box.blue {
	background: #ffffff000;
}

.box.blue:hover {
	background: #000000;
}

.box.blue.no-hover:hover {
	background: #ffffff000;
}

.box.white {
	background: #000000;
}

.box.white:hover {
	background: #ffffff000;
}

.box .small-text {
	position: absolute;
	top: 50%;
	right: 0px;
	left: 0px;
	color: #000000 !important;
	text-align: center;
	font-size: 28px;
	line-height: 1.4;
	margin-top: -54px;
	text-transform: none;
	padding: 15px;
}

.box:hover .text {
	color: #ffffff000;
}

.box.white .text {
	color: #ffffff000;
}

.box.white:hover .text {
	color: #000000;
}

.box .overlay {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 999;
}

.home .box p {
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}

.home .box a {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 999;
	color: #ffffff;
	text-align: center;
	font-size: 24px;
	line-height: 1;
	padding-top: 50%;
	margin-top: -12px;
	text-transform: uppercase;
	text-decoration: none;
}

.home .box .small-text p {
	position: static;
}

.home .box a:hover {
	color: #000000;
}

.form-stacked {
	margin-bottom: 30px;
}

@media (max-width:1199px) {
	.head .nav li a {
		padding: 10px 4px;
	}
	.home .box a {
		font-size: 20px;
		margin-top: -10px;
	}
	.box .small-text {
		font-size: 23px;
		margin-top: -47px;
	}
}

@media (max-width:991px) {
	.head .nav li a {
		padding: 10px 6px;
		font-size: 14px;
	}
	.home .box a {
		font-size: 18px;
		margin-top: -9px;
	}
	.box .small-text {
		font-size: 20px;
		margin-top: -50px;
	}
}

@media (min-width:768px) {
	.navbar-expand-md .navbar-collapse {
		display: block !important;
	}
	.nav-collapse {
		display: flex;
	}
	.head .nav {
		align-items: center;
		justify-content: right;
		height: 100%;
	}
}

@media (max-width:767px) {
	.logo {
		text-align: left;
	}
	.logo img {
		max-width: 150px !important;
	}
	.nav-collapse {
		padding: 0px;
	}
	.head .nav {
		margin: 0px;
		padding: 0px;
		border-top: 1px solid #000000;
	}
	.head .nav li {
		width: 100%;
		margin: 0px;
	}
	.head .nav li a {
		width: 100%;
		float: left;
		color: #000000 !important;
		background: none !important;
		border-bottom: 1px solid #000000 !important;
		padding: 5px !important;
		padding-left: 15px !important;
		font-size: 16px;
	}
	.head .nav li:last-child a {
		border-bottom: 0px !important;
	}
	.home .box a {
		padding-top: 25%;
	}
	.navbar-expand-md>.container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media (max-width:575px) {
	
}