@charset "utf-8";
/* CSS Document */
/* Design by Photospirit */
/* Copyright - www.photospirit.ch */

.slicknav_menu {
	display:none;
}

body {
	margin: 0 auto;
	padding: 0 auto;
	font-size: 100%; /* 16px */
	color: #616948;
    font-family: 'Manjari', sans-serif;
    background: #fff;
    font-weight: 400;
}

h1 {
	font-size:30px;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:1.2;
	margin-top:10px;
    margin-bottom:20px;
}

h2 {
    font-size: 22px;
	margin-top:10px;
    margin-bottom:20px;
	text-transform:uppercase;
	letter-spacing:1px;
}

h3 {
    font-size: 16px;
    font-weight: 700;
	letter-spacing:1px;
    margin-top:40px;
}

p {
	font-size: 18px;
	letter-spacing:0.7px;
    line-height: 1.2;
    margin-bottom:20px;
}

a {
	text-decoration: none;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	color: #9BB547;

}

a:hover, a.active{ 
	color:#616948;
}

.clear {
	clear:both;
}

/* Wrapper Info */

#wrapper {
	margin: 0 auto;
	padding: 0 auto;
	width: 100%;
}

/* Header Info */

#heading-top {
    background: url("../images/top-right-corner.png") 99% top no-repeat;
    margin-top:1%;
}

header {
	margin: 0 auto;
	padding: 0 auto;
	width: 1280px;
}

header img {
    margin: 0 auto;
    display: block;
    padding-top:40px;
    padding-bottom: 40px;
    max-width: 400px;
}

/* Nav */
.f-nav{ 
	z-index: 999; 
	position: fixed; 
	left: 0; 
	top: 0; 
	width: 100%;
}

.nav-container {
	margin-left:calc(20% + 330px);
	height:30px;
	z-index:999999;
	position:relative;
}

.nav ul {
	list-style: none;
	padding:3px 0 5px 0;
	margin:0;
}

.nav ul li {
	display: block;
	position: relative;
	float: left;
	padding: 0px 6px 0px 6px;
	font-family:'MorrisSansCom-MediumCond';
}

.nav ul li a.active {
	color:#000;
}

.nav li ul { 
	display: none; 
}

.nav ul li a {
	display: inline-block;
	color:#545553;
	font-size:12px;
	text-transform:uppercase;
	vertical-align:middle;
	letter-spacing:1px;
	white-space: nowrap;
}

.nav > ul > li:after {
	content: '|';
	color:#545553;
	font-family:'MorrisSansCom-LightCond';
	font-size:10px;
}
.nav > ul > li:first-child::after {
}

.nav > ul > li:last-child::after {
	content: '';
	padding-right:0px;
}

.nav > ul > li:nth-child(1)::after,
.nav > ul > li:nth-child(2)::after,
.nav > ul > li:nth-child(3)::after,
.nav > ul > li:nth-child(4)::after,
.nav > ul > li:nth-child(5)::after {
	padding-left:6px;
}

.nav ul li a:hover {
	color:#000;
}

.nav li:hover > ul {
	display: block;
	position: absolute;
}

.nav ul ul {
	margin-left:-8px;
	background:#fff;
}

.nav ul ul.w130 {
	width:130px;
}

.nav ul ul.w240 {
	width:240px;
}

.nav li:hover li { 
	float: none;
	font-family:'MorrisSansCom-LightCond';
}

.nav li li a {
	font-size:12px;
	text-transform:none;
	letter-spacing:normal;
	padding:5px 15px 5px 5px;
}

.nav li li a.active {
	font-family:'MorrisSansCom-MediumCond';
}

.nav li:hover li a:hover { 
	font-family:'MorrisSansCom-MediumCond';
}

.main-navigation li ul li { 
	border-top: 0;
}

.nav ul ul ul {
	left: 100%;
	top: 0;
	margin-left:-10px;
}

.nav ul:before,
.nav ul:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.nav ul:after {
	clear: both;
}

.pointer {
	cursor: default;
}


/* Content */

#content {
	width:1280px;
	margin:60px auto 0 auto;
	padding:0 auto;
}

#content .col1-2 {
    width: 44%;
    margin: 0 3%;
    float: left;
}

#content .col1-2:first-of-type {
    margin-left: 0;
    margin-right: 6%;
}

#content .col1-2.end-para {
    background: url("../images/bottom-right-corner_small.png") 100% bottom no-repeat;
}

#content .col1-3 {
    width: 30%;
    margin-right: 3%;
    float: left;
}

#content .col2-3 {
    width:66%;
    float: left;
}




/* Button */

button {
	margin-top:40px;
	height:50px;
	background:none;
	border: thin solid #B58068;
	transition: .5s;
	cursor: pointer;
	text-decoration:none;
	font-size:16px;
	color:#B58068;
	text-transform:uppercase;
	font-weight:300;
	padding:10px 20px;
	margin-bottom:40px;
}

button:hover {
	background:#fff;
}

/* Footer */

#footer-bottom {
    background: rgb(219,236,163);
    background: linear-gradient(90deg, rgba(219,236,163,1) 0%, rgba(255,255,255,1) 100%);    
	width:100%;
    position: fixed;
    bottom: 0;
    left:0;
}

.footer-bottom-right {
    position: fixed;
    bottom:10px;
    right:10px;
}

footer {
	height:110px;
	width:1280px;
    margin:0 auto;
}

footer .footer-text {
    height: 100px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 1px;
}


@media only screen and (max-width: 1024px) {
    .js .slicknav_menu {display:block; position:fixed; top:0;width:100%;z-index:9999;}
    .js .nav {display:none;}
    header { width:100%;}
    header img {max-width: 80%;}
    #content {width: 95%; margin: 0 2.5%;}
    #content .col1-2 {width:100%;margin: 0 0 240px 0;float: none;}
    #content .col1-2:first-of-type {margin:0 0 40px 0;}
    footer {width: 95%; margin:0 2.5%;}

}

@media only screen and (max-width: 767px) {
    h1 { font-size:24px;}
    #footer-bottom {position: relative;}
    .footer-bottom-right {position: absolute;}
    #content .col1-2 {margin-bottom: 40px;}

}

@media only screen and (max-width: 568px) {
    footer .footer-text {height: 30px;}
}

