html, body{
	font-family: "Raleway";
	background-color: #eae7ee;
}
.indented{
	max-width:1130px;
	margin:0 auto;
}

#logo_1{
	padding: 10px 0;
	display: block;
}

.navbarNav_1 ul li a{
	font-family: "Raleway";
	font-weight: bold;
	text-transform: uppercase;
}

#navbar_1 {
	background-image: -moz-linear-gradient( 0deg, rgb(117,193,71) 13%, rgb(3,50,81) 98%);
	background-image: -webkit-linear-gradient( 0deg, rgb(117,193,71) 13%, rgb(3,50,81) 98%);
	background-image: -ms-linear-gradient( 0deg, rgb(117,193,71) 13%, rgb(3,50,81) 98%);
	height: 54px;
}

.registerbtn {
	border-radius: 8px;
	background-image: -moz-linear-gradient( -90deg, rgb(117,193,71) 13%, rgb(0,129,58) 98%);
	background-image: -webkit-linear-gradient( -90deg, rgb(117,193,71) 13%, rgb(0,129,58) 98%);
	background-image: -ms-linear-gradient( -90deg, rgb(117,193,71) 13%, rgb(0,129,58) 98%);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.56);
	width: 100%;
	max-width: 288px;
	height: 54px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	border:none;
	position:relative;
	display:block;
	margin:5px auto;
	text-align: center;	
    line-height: 54px;
}

.registerbtn:hover {
	color:rgba(255,255,255,.8);
	text-decoration:none;
}
.registerbtn::after {
	content: " ";
	display: block;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	position: absolute;
	left: -4px;
	top: -4px;
	background-color: #44793b;
	z-index: -1;
	border-radius: 8px;
}

#footer_1{
	background:url(./img/footerbg_1.jpg);
	height:296px;
	background-size: cover;
	margin-top:70px;
}

#footer_1 img{
	margin:0 auto;
	display:block;
	margin-top: 30px;
}

#footer_1 a{
	display:block;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
}

#common_footer{
	background: rgb(191,196,187);
	background: linear-gradient(180deg, rgba(191,196,187,1) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%);
	padding: 75px 0 35px 0;
	margin-top: 15px;
	color:#5b5b5f;
}

#common_footer *:not(#footnote *){
	text-transform:uppercase;
}

#common_footer h2 {
	font-size: 20px;
	font-weight: bold;
	color:#1c384a;
}
#common_footer li{
	list-style: none;

}	

#common_footer li a{
	color:#5b5b5f;
}

#footer_logo{
	margin: 0 auto;
	width: 124px;
	display: block;
}
#footnote{
	text-align:center;
	position: relative;
	bottom: -35px;
}

#footnote a{
	font-weight:bold;
	color:#5b5b5f;
}

#banner-1 {
	background: url(./img/banner-1.jpg);
	width: 100%;
	max-width: 1450px;
	margin: 0 auto;
	height: 372px;
	background-size: cover;
	position:relative;
	display:flex;
	overflow:hidden;
}

#banner-1 .frame{
	background: url(./img/banner-1-full.png);
	width: 100%;
	height: 372px;
	background-position:right;
	position:absolute;
}
#banner-1 .frame .leftframe{
	background: url(./img/banner-1-left.png);
	width: 145px;
	height: 372px;
	position:absolute;
	top:0;
	left:0;
}

#banner-1 h2{
	width: 325px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
	text-align: right;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 auto;
	margin-top: 66px;
}

#banner-1 #ppl{margin-top:8px;}

#banner-1 .layer{
	position:absolute;
	width:100%;
	height:372px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c3e52b+0,85d628+18,7adb51+33,008a00+53,008e82+68,000244+100&0.5+1,0.6+99 */
background: -moz-linear-gradient(-45deg,  rgba(195,229,43,0.5) 0%, rgba(192,228,43,0.5) 1%, rgba(133,214,40,0.52) 18%, rgba(122,219,81,0.53) 33%, rgba(0,138,0,0.55) 53%, rgba(0,142,130,0.57) 68%, rgba(0,6,70,0.6) 99%, rgba(0,2,68,0.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(195,229,43,0.5) 0%,rgba(192,228,43,0.5) 1%,rgba(133,214,40,0.52) 18%,rgba(122,219,81,0.53) 33%,rgba(0,138,0,0.55) 53%,rgba(0,142,130,0.57) 68%,rgba(0,6,70,0.6) 99%,rgba(0,2,68,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(195,229,43,0.5) 0%,rgba(192,228,43,0.5) 1%,rgba(133,214,40,0.52) 18%,rgba(122,219,81,0.53) 33%,rgba(0,138,0,0.55) 53%,rgba(0,142,130,0.57) 68%,rgba(0,6,70,0.6) 99%,rgba(0,2,68,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80c3e52b', endColorstr='#99000244',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}



#banner-2 {
	background: url(./img/banner-2.jpg);
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	height: 182px;
	background-size: cover;
	position:relative;
	display:flex;
	overflow:hidden;
}

#banner-2 h2{
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.82);
    font-size: 28px;
    text-indent: 250px;
    margin-top: 96px;
}
#banner-2 .frame{
	background: url(./img/banner-2-full.png);
	width: 100%;
	height: 182px;
	background-position:right;
	position:absolute;
}
#banner-2 .frame .leftframe{
	background: url(./img/banner-2-left.png);
	width: 148px;
	height: 182px;
	position:absolute;
	top:0;
	left:0;
}

#banner-2 .layer{
	position:absolute;
	width:100%;
	height:182px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#046000+0,008a00+47,004d60+75,003444+100&0.46+0,0.88+100 */
background: -moz-linear-gradient(-45deg,  rgba(4,96,0,0.46) 0%, rgba(0,138,0,0.66) 47%, rgba(0,77,96,0.78) 75%, rgba(0,52,68,0.88) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(4,96,0,0.46) 0%,rgba(0,138,0,0.66) 47%,rgba(0,77,96,0.78) 75%,rgba(0,52,68,0.88) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(4,96,0,0.46) 0%,rgba(0,138,0,0.66) 47%,rgba(0,77,96,0.78) 75%,rgba(0,52,68,0.88) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75046000', endColorstr='#e0003444',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


#footer_2 {
	width : 100%;
	padding: 15px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#75c147+0,15374c+66,043351+100&0.85+0,0.85+100 */
	background: -moz-linear-gradient(left,  rgba(117,193,71,0.85) 0%, rgba(21,55,76,0.85) 66%, rgba(4,51,81,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(117,193,71,0.85) 0%,rgba(21,55,76,0.85) 66%,rgba(4,51,81,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(117,193,71,0.85) 0%,rgba(21,55,76,0.85) 66%,rgba(4,51,81,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d975c147', endColorstr='#d9043351',GradientType=1 ); /* IE6-9 */

}
#footer_2 .layer{
	width:100%;
	padding: 50px 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4ed352+0,15374c+76,043351+100&0.63+0,0.85+100 */
background: -moz-linear-gradient(-45deg,  rgba(78,211,82,0.63) 0%, rgba(21,55,76,0.8) 76%, rgba(4,51,81,0.85) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(78,211,82,0.63) 0%,rgba(21,55,76,0.8) 76%,rgba(4,51,81,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(78,211,82,0.63) 0%,rgba(21,55,76,0.8) 76%,rgba(4,51,81,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a14ed352', endColorstr='#d9043351',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#footer_2 > div{
	width: 100%;
	background: url(./img/footer-2.png);
	background-repeat:no-repeat;
	background-position:top;
}

#footer_2 img#providers{
	transform: translate(-50%);
    box-shadow: 0 0 16px 1px;
    margin-left: 50%;
}

.my-carousel{
	width:calc(100% - 60px);
	margin:0 auto;
}

.slick-slide{
	opacity:.5;
	transition: all 1s;
}
.slick-slide.slick-current {
	opacity:1;
	position:relative;
	z-index:999999999;
}

.my-carousel div img{
	transition: all .5s;
}
.slick-slide:not(.slick-current) img{
	width: 70%;
    margin: auto;
    transform: translateY(-50%);
    margin-top: 50%;
}

.slick-slide.slick-current img{
	width: 100%;
}

.templogin{
	float: right;
    margin-top: 33px;
    display: block;
    color: #fff;
    padding: 10px 20px;
	position:relative;
    background: rgb(201,222,150);
    background: -moz-linear-gradient(left, rgba(201,222,150,1) 0%, rgba(138,182,107,1) 44%, rgba(44,91,37,1) 100%);
    background: -webkit-linear-gradient(left, rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(44,91,37,1) 100%);
    background: linear-gradient(to right, rgba(201,222,150,1) 0%,rgba(138,182,107,1) 44%,rgba(44,91,37,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#2c5b25',GradientType=1 );
}

.templogin:hover{
	color:rgba(255,255,255,.8);
	text-decoration:none;
}

.templogin::after{
	content: "";
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 25px solid #2d5c26;
    position: absolute;
    top: 0;
    right: -25px;
 }
 
.hideme{display:none!important;}

.notifbar, .notifbar_err{
    display: block;
    overflow: hidden;
    background-color: #5ca019;
	margin-top:15px;
}

.notifbar_err{
	background-color: #ef7454;
}

.notifbar p, .notifbar_err p{
	margin: 10px;
	color:#fff;
	font-weight:bold;
}