@charset "UTF-8";

	/* CSS Document */
	/*Import FONT*/
	@font-face {
		font-family: "revans";
		src: url("../fonts/Revans-Medium.ttf") format("truetype");
	}
	@font-face {
		font-family: "avenir";
		src: url("../fonts/Avenir-Book.ttf") format("opentype");
	}
	@font-face {
		font-family: "candara";
		src: url("../fonts/Candara.ttf") format("truetype");
	}
	@font-face {
		font-family: "candara-bold";
		src: url("../fonts/Candara-Bold.ttf") format("truetype");
	}
	@font-face {
		font-family: "mark-pro";
		src: url("../fonts/Mark-Pro.ttf") format("opentype");
	}
	@font-face {
		font-family: "mark-bold";
		src: url("../fonts/Mark-Pro-Heavy.ttf") format("opentype");
	}
	@font-face {
		font-family: "avenir-bold";
		src: url("../fonts/Avenir-Black.ttf") format("opentype");
	}
	font-face {
		font-family: "helvetica";
		src: url("../fonts/HelveticaNeue-Light.ttf") format("opentype");
	}
	* {
		font-family: mark-pro;
		font-size:1em;
	}
@media only screen {
}
.top-sky {
	position:absolute;
	z-index: 1;
	top:0px;
	width: 100%;
	height:410px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bacae2+0,d9ddb7+100 */
	background: #bacae2; /* Old browsers */
	background: -moz-linear-gradient(top,  #bacae2 0%, #d9ddb7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #bacae2 0%,#d9ddb7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #bacae2 0%,#d9ddb7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bacae2', endColorstr='#d9ddb7',GradientType=0 ); /* IE6-9 */
}
/*top link*/
a.nav-link {
	font-family: candara;
	color:#212121;
	font-size:0.9em;
	cursor: pointer;
	letter-spacing: 0px;
}
a.nav-link:hover{
	color:#007963;
}
.color-01 {
	color: #9DC555;
}
.color-02 {
	color: #2A6355;
}
.color-03 {
	color: #6E9835;
}
.color-04 {
	color: #4075aa;
}
.color-05 {
	color: #577883;
}
.color-06 {
	color: #327579;
}
.cux-btn {
	background-color:#ffffff;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-color:#dcdcd8;
	border-width:1px;
	font-family: avenir;
	font-size: 14px;
	-webkit-box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.13);
	box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.13);
	border-color:#dcdcd8;
	border-width:1px;
	border-style:solid;
	cursor: pointer;
}
.cux-btn:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color:#f1f1ec;
	border-bottom-width: 1px;
}
.cux-btn.active {
	background-color: #778e68;
	color:#ffffff;
}
.cux-btn.bigger {
	font-size: 14px;
	padding-top:7px;
	padding-bottom:7px;
}
.cux-btn.biggest {
	font-size: 16px;
	padding-top:9px;
	padding-bottom:9px;
}
.nav-item .login {
	background-color: #ffffff;
	padding-left:15px;
	padding-right:15px;
	-webkit-border-radius: 20px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius: 20px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-radius: 20px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-left:10px;
	color:#4C8227;
}
.topper-main {
	position: relative;
	background-color:#ffffff;
	height: 75px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	padding-top:10px;
	padding-left:0px;
	padding-right:20px;
}
.curve-r {
	position: absolute;
	z-index: 5;
	right:-29px;
	height:30px;
	width:30px;
	top:45px;
	pointer-events: auto;
	pointer-events: none;
	display: none;
}
.curve-r img {
	height:30px;
	width:30px;
}

/* search*/
.ly-sch {
	position: relative;
	margin-top:10px;
	padding-top:0px;
}
.ly-sch #sch {
	position: absolute;
	top:0px;
	background-color: #dfe5dc;
	font-family: helvetica;
	letter-spacing: 0px;
	font-size: 1em;
	color:#000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 30px;
	height:48px;
	padding:5px;
	padding-left:10px;
	display: inline-block;
	width:100%;
	border-color:#dfe5dc;
	border-width: 3px;
	border-style: solid;
}
.ly-sch #sch:focus {
	outline: none;
}
.ly-sch .sch-curve {
	position: absolute;
	z-index: 2;
	top: 2px;
	left: -26px;
}
.ly-sch .sch-curve img {
	height:46px;
}
.ly-sch .btn {
	position:absolute;
	right:0px;
	top:0px;
	height:48px;
	background-color: #89b050;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top:1px;
}

/*banner*/
.top-menu {
	height: 140px;
}
.top-menu img {
	margin-top:20px;
	margin-left:5px;
	height:80px;
}
/*.cx-header {
	height:130px;
}*/
.whole-content {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
}
.highlight {
	height: 120px;
	margin-top:-20px;
	padding-left:25px;
	padding-right:25px;
	margin-bottom:20px;
}
.form-title{
	font-family: revans;
	letter-spacing: normal;
	font-size: 1.6em;
	color:#1B2B53;
	font-weight: bold;
	line-height:1.2em;
	margin-top:50px;
}
.form-subtitle{
	font-family: candara;
	letter-spacing: normal; 
	font-size: 1em;
	color: #5C5C5C;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom:30px;
}

.txt-highlight {
	font-family: cx-title;
	color:#33480d;
	font-size:1.8em;
	line-height:1em;
	margin-bottom:5px;
	text-transform: uppercase;
}
.txt-highdesc {
	font-family: cx-garamond;
	color:#275f61;
	font-size:1.4em;
	line-height: 1em;
}
.txt-module {
	font-family: cx-title;
	text-transform: uppercase;
	color:#33480d;
	font-size:1.4em;
	line-height:1em;
}
.horline {
	/*horizontal line*/
	position: relative;margin-top:30px;margin-bottom:30px;height:1px;width:100%;background-color: #dbdbdb;
}
.tanda {
	border-style: solid;
	border-color: red;
	border-width: 1px;
}
.tanda-green {
	border-style: solid;
	border-color: green;
	border-width: 1px;
}
/*general*/
.my-content {
	font-family: avenir;
	font-size: 1.4em;
	color:#1b1b1b;
	line-height: 1.4em;
	letter-spacing: 0px;
}
.left-plant {
	position: absolute;
	left:-175px;
	top:155px;
	z-index: 2;
	background-image: url(../images/left-theme.png);
	background-repeat:no-repeat;
	background-position: bottom left;
	background-size: auto 130px;
	height: 180px;
	width: 400px;
}
.right-plant {
	display: none;
}
.big-title {
	font-family: cx-title;
	font-size: 1.6em;
	line-height: 1em;
	color: #396180;
}
.med-title {
	font-family: cx-title;
	font-size: 1.4em;
	color: #396180;
}
.title {
	font-family: cx-title;
	font-size: 1.4em;
	color: #54872C;
}
.title.xs {
	font-size: 0.8em;
}
  .title.s {
	font-size: 0.9em;
  }
  .title.f-m {
	font-size: 1.1em;
	margin-top:5px;
  }
  .title.l {
	font-size: 1.4em;
  }
  .title.xl {
	font-size: 1.5em;
  }

ul.article-point li {
	font-family: avenir;
	letter-spacing: 0px;
	color:#3f3f3f;

	font-size: 1em;
	list-style-type:square;
	margin-left:-11px;
	margin-bottom:20px;
}
ul.article-point li div {
	font-family: cx-title;
	font-size: 0.9em;
	margin-bottom:0px;
	color: #2f6587;
}
h5 {
	font-family: avenir-bold;
	font-size:1.3em;
	margin-bottom:0.9em;
}
.bg-white {
	background-color: #ffffff;
}
.homeburger-box {
	position: fixed;
	top:0px;
	width:50px;
	right:10px;
	height:50px;
	z-index:1230;
	text-align: center;
}
.hamburger {
	position: absolute;
	right: 13px;
	top: 20px;
	width: 24px;
	cursor: pointer;
	z-index:1201;
}
.hamburger .bars {
	height:2px;
	width:23px;
	transition: background 1s linear;
	background-color:#2A2929;
	margin-bottom:6px;
}
.left-stage {
	position:relative;
	height: 40px;
	margin-top:0px;
	padding-top:0px;
	overflow-x: scroll;
	overflow-y: hidden;
}
.main-stage {
	position: relative;
	padding-left:25px;
	padding-right:25px;
	padding-top:20px;
	background-color: #ffffff;
	height: fit-content;
}
.main-title {
	font-family: cx-title;
	font-size: 1.8em;
	line-height: 1em;
	color: #396180;
	margin-top: 10px;
}
.leftcurve {
	position: absolute;
	left:-58px;
	height:75px;
	width:75px;
	top:0px;
	display: none;
}
.leftcurve img {
	height:50px;
	pointer-events: auto;
	pointer-events: none;
}
ul.side-menu {
	margin-top:-40px;
	width: 1130px;
	padding-left:15px;
	padding-right:0px;
}
ul.side-menu li {
	display: inline;
	width:fit-content;
	padding-right:45px;
}
ul.side-menu li a {
	font-family: candara;
	text-decoration: none;
	color: #212121;
	font-size: 1.1em;
	line-height: 1em;
}
ul.side-menu li a.active {
	color: #82ad27;
	text-decoration: underline;
	text-underline-offset: 4px;
}
#nav-menu {
	display: none;
}
.mob-menu {
	position:fixed;
	z-index:1200;
	width:80vw;
	height:120vh;
	overflow-y: scroll;
	top:0px;
	left:-80vw;
	padding: 30px;
	padding-top:60px;
	/*background: rgba(78,81,73,1);
	background: rgb(149,157,195);
background: -moz-linear-gradient(180deg, rgba(149,157,195,1) 0%, rgba(213,226,182,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(149,157,195,1) 0%, rgba(213,226,182,1) 100%);
background: linear-gradient(180deg, rgba(149,157,195,1) 0%, rgba(213,226,182,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#959dc3",endColorstr="#d5e2b6",GradientType=1);*/
	border-radius: 0px;
	/* From https://css.glass */
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.mob-menu .mob-menu-logo {
	position: absolute;
	width:120px;
	left:-2px;
	top:-25px;
}
.mob-menu .signature {
	width:100%;
	font-family: mark;
	font-size:0.7em;
	margin-top:40px;
}
.mob-menu ul.list-group {
	background-color: transparent;
	margin-top:70px;
}
.mob-menu ul.list-group li {
	border-bottom: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	background-color: transparent;
	padding-left:0px;
	cursor: pointer;
}
.mob-menu ul.list-group li.list-group-item {
	font-family: avenir-bold;
	font-size: 1.3em;
	line-height: 0.9em;
	cursor: pointer;
	color:#000000;
	border-bottom-color: #000000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.mob-menu ul.list-group li.list-group-item i {
	width: 40px;
}
.mob-menu ul.list-group li.list-group-item:hover {
	color: #252629;
}
.mob-menu ul.list-group li.list-group-item-small {
	font-family: mark;
	font-size: 1.1em;
	line-height: 1.5em;
	color:#2b2b2b;
	list-style-type: none;
	height: 1.6em;
}
.footer-menu ul {
	float: left;
	margin-right:50px;
}
.soc-med {
	text-align: left;
}
.soc-med a {
	color:#252629;
	margin-right:10px;
}
.footer-menu ul.list-unstyled li {
	line-height: 1.2em;
}
.footer-menu ul.list-unstyled li:first-child {
	font-family: avenir-bold;
	letter-spacing: 0px;
	font-size: 1em;
	line-height: 1.8em;
}
.footer-menu ul.list-unstyled li a {
	font-family: mark;
	font-size:1.1em;
	cursor: pointer;
}
.footer-menu ul.list-unstyled li a:hover {
	color:#62902b;
}
.breadcrumb-item {
	font-family: cx-title;
	font-size:0.9em;
	margin-top:10px;
	margin-bottom:-10px;
}
.breadcrumb-item.active {
	font-family: cx-title;
	color: #327579;
}
@media (min-width: 576px) {
	.top-sky {
		position:absolute;
		z-index: 1;
		top:0px;
		height:335px;
	}
	.main-stage {
		position: relative;
		padding-top:10px;
	}
	.curve-r {
		position: absolute;
		z-index: 5;
		top:46px;
		display: block;
	}
	.topper-main {
		-webkit-border-top-right-radius: 22px;
		-moz-border-radius-topright: 22px;
		border-top-right-radius: 22px;
		padding-right:18px;
		padding-top:2px;
	}
	.top-menu {
		height: 140px;
	}
	.top-menu img {
		margin-top:20px;
		height:100px;
	}
	/*.cx-header {
		height:140px;
	}*/
	.highlight {
		height: 120px;
		padding-left:20px;
		padding-right:0px;
		padding-top:20px;
	} 
	.txt-highlight {
		font-size:1.6em;
	}
	.txt-highdesc {
		font-size:1.4em;
	}
	.mob-menu {
		width:60vw;
	}
	
	/*search*/
	.ly-sch {
		margin-top:20px;
	}
	
	/*theme*/
	.left-plant {
		position:absolute;
		z-index: 2;
		background-size: auto 140px;
		top:155px;
		left:-80px;
	}
	.right-plant {
		display: block;
		position:absolute;
		z-index: 2;
		right:0px;
		background-image: url(../images/right-theme.png);
		background-repeat:no-repeat;
		background-position: top right;
		background-size: auto 180px;
		height: 200px;
		width:400px;
		top:155px;
	}
}
@media (min-width: 768px) {
	#nav-menu {
		margin-top:20px;
	}
	.left-stage {
		position: relative;
		height:auto;
		overflow: hidden;
		padding:0px;
	}
	.main-stage {
		position: relative;
		padding-top:18px;
	}
	/*ul.category-menu li {
		height:65px;
		width:100%;
		max-width: 300px;
		background-color: #007963;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-bottom:8px;
		line-height: 0.9em;
		list-style-type: none;
		padding-top:10px;
		margin-left:-20px;
		padding-left:10px;
		padding-right:35%;
		cursor: pointer;
	}
	ul.category-menu li a {
		font-family: avenir;
		text-transform: uppercase;
		font-size:0.9em;
		line-height: 0.2em;
		text-decoration: none;
		color: #ffffff;
		width: 70%;
	}*/
	ul.side-menu {
		width:80%;
		min-width: 400px;
	}
	ul.side-menu li {
		display: block;
	}
	ul.side-menu li {
		list-style-type: none;
		margin-left:-20px;
		line-height: 2.2em;
		cursor: pointer;
		padding-left:10px;
		width:100%;
	}
	ul.side-menu li a {
		color:#212121;
		font-family: candara;
		font-size: 1em;
		line-height: 1.4em;
		text-decoration: none;
		letter-spacing: 0px;
	}
	ul.side-menu li a.active {
		color:#24854d;
	}
	ul.side-menu li {
		border-bottom-style: dotted;
		border-bottom-color: #d6d6d6;
		border-bottom-width: 1px;
		cursor: pointer;
	}
	ul.side-menu li:hover, ul.side-menu li:hover a {
		color: #7c9a49 !important;
	}
	.leftcurve {
		position: absolute;
		display: block;
		height: 75px;
		width: 87px;
		top:0px;
		left:-87px;
		z-index:10;
		padding:0px;
		background-color: transparent;
	}
	.leftcurve img {
		height:100%;
		pointer-events: auto;
		pointer-events: none;
	}
	
	.my-content {
		font-size: 1.3em;
		color:#1b1b1b;
		line-height: 1.4em;
		letter-spacing: 0px;
	}
	.left-plant {
		top:30px;
		left:-80px;
		height: 380px;
		width: 450px;
		background-size: auto 210px;
	}
	.right-plant {
		background-size: auto 250px;
		height: 250px;
		top:160px;
	}
	.curve-r {
		position: absolute;
		z-index: 5;
		right:-29px;
		height:30px;
		width:30px;
		top:120px;
		pointer-events: auto;
		pointer-events: none;
		display: block;
	}
	/*search*/
}
@media (min-width: 992px) {
	.left-plant {
		top:230px;
		left:-60px;
		height: 180px;
		background-size: auto 180px;
	}
	.right-plant {
		background-size: auto 250px;
		height: 300px;
		top:160px;
	}
	.top-sky {
		position:absolute;
		z-index: 1;
		top:0px;
		height:335px;
	}
}
@media (min-width: 1400px) {
	.footer-menu ul.list-unstyled li a {
		font-size:0.9em;
	}
	.top-sky {
		position:absolute;
		z-index: 1;
		top:0px;
		height:410px;
	}
	.footer-menu ul {
		margin-right:80px;
	}
	.soc-med {
		text-align: right;
	}
	.soc-med a {
		font-size:1.4em;
	}
}