@import url('//fonts.googleapis.com/css?family=Raleway:400,600,700&display=swap');

body{margin:0; padding:0; font-weight:400;font-family: 'Open Sans', sans-serif; color:#707070; font-size:16px;}
*{box-sizing: border-box;outline:0;}

.container{max-width:1496px; width:95%; margin:0 auto;}
.row{display:flex;flex-direction:column}

@media (min-width: 769px) {.row{flex-direction:row}}
@media(max-width:768px){ .row{text-align:center; }}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12{width:100%;}

@media(min-width:769px){.col-7{width:57%;}.col-5{width:43%;}}

@media (min-width: 769px) {

.col-1{width:8.3333%;}
.col-2{width:16.6666%;}
.col-3{width:25%;}
.col-4{width:33.3333%;}

.col-6{width:50%;}

.col-8{width:66.6666%;}
.col-9{width:75%;}
.col-10{width:83.3333%;}
.col-11{width:91.6666%;}
.col-12{width:100%;}
}

.pale{background:#F6F6F6}


.main-form [type="text"],
.main-form [type="email"],
.main-form [type="password"] {
	background: rgba(0, 0, 0, .09);
}

.main-form [type="text"]:focus,
.main-form [type="email"]:focus,
.main-form [type="password"]:focus {
	background: rgba(0, 0, 0, .15);
}


.topband{background:#000; position:fixed; font-size:16px; z-index:2;top:0; width:100%;display:block; min-height:104px;padding:27px 30px 22px 30px;font-family: 'Raleway', sans-serif;}
.topband .logo{float:left; margin-right:30px;margin-top:-8px;height:auto;}
.topband .contact{text-align:right; color:#B9BBB6; font-size:15px;font-weight:400;}
.topband .contact a{color:#9DC948; display:block; line-height:25px;text-decoration: none;}
.topband .contact a:hover{color:#fff;}

.formflow{background:#000; display:flex; min-height:180px; position: absolute; bottom:0;width:100%; padding:50px 60px 40px 40px;}
.formflow .copy{width:50%;color:#999;font-size:12px;line-height:20px;}
.formflow .copy a{color:#fff; padding:0 10px;}
.iconsteps{margin-top:-100px;display:flex; justify-content: flex-end; width:50%; }
.iconsteps .item{width:124px; text-align:center;color:#8c8e92; font-size:11px;margin:0 20px;justify-content: center;  letter-spacing: 0.05em;  font-weight: 700;}
.iconsteps .item .icon{background:#9dc73d; border-radius:50%; border:4px solid #000;width:110px; height:110px;display:inline-block;display:flex; margin:0 auto; align-items:center; justify-content: center}

.iconsteps .item .label{margin:15px auto 5px;padding:0 5px;background:#78797a;color:#fff; width:100%;  font-size:11px;line-height:23px; height:21px; border-radius:11px;display:block;max-width:150px;}

.bg-img {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    background-attachment: fixed;
    opacity: .08;
}
#wrapper {
	overflow: hidden;
	display: table;
	width: 100%;
	height: calc(100% - 104px);
	table-layout: fixed;
	position: relative;
    margin-top:104px;
}
.header {
	display: table-header-group;
	height: 65px;
	width: 100%;
	overflow: hidden;
    
}

.link-wrap {
	font-size: 16px;
}

.link {
	float: left;
	width: 50%;
	height: 65px;
	text-decoration: none;
	background: #9DC948;
	font-weight: 700;
	color: rgba(1, 1, 1, .7);
	padding: 20px 5.8%;
	text-transform: uppercase;
}

.link:hover .nav-opener {
	left: -8px;
}

.link:hover .nav-opener span,
.link:hover .nav-opener:before,
.link:hover .nav-opener:after {
	right: 0;
}

.link:first-child {
	border-right: 1px solid #6E8F2F;
}

.link .txt {
	display: block;
	overflow: hidden;
}

.link .mark {
	font-weight: 300;
}


.menu-drop {
	position: fixed;
	width: 50%;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0,1);
	z-index: 3;
	color: rgba(255, 255, 255, .7);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);

	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
}

.menu-drop.menu-drop-2 {
	left: auto;
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.menu-drop.menu-drop-2 img {

}

.menu-drop.menu-drop-2 .list li {
	padding-bottom: 25px;
}

.menu-drop .top-wrap {
	height: 65px;
	background: #212121;
	font-size: 16px;
	text-decoration: none;
}

.menu-drop .close {
	padding: 20px 5%;
	display: block;
	color: #fff;
	text-align:right;
	text-transform: uppercase;
	text-decoration: none;
}



.menu-drop .close .nav-opener{float:right;}

.menu-drop .close .nav-opener {
	width: 25px;
	height: 20px;
	margin: 0 0 0 8px;
}

.menu-drop .close .nav-opener span,
.menu-drop .close .nav-opener:before,
.menu-drop .close .nav-opener:after {
	background: #fff;
}

.menu-drop .close .nav-opener span {
	opacity: 0;
}

.menu-drop .close .nav-opener:before,
.menu-drop .close .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 0;
	top: 50%;
	right: 0;
	bottom: auto;
}

.menu-drop .close .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-drop .wrap {
	padding: 30px 12%;
	height: calc(100% - 85px);
	overflow-y: auto;
}

.menu-drop .title {
	display: block;
	font-size: 24px;
	font-weight: 300;
	color: rgba(255, 255, 255, .6);
	margin-bottom: 30px;
}

.menu-active-1 #wrapper {
	height: 100%;
}

.menu-active-1 .menu-drop-1 {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.menu-active-2 #wrapper {
	height: 100%;
}

.menu-active-2 .menu-drop-2 {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.nav-opener {
	float: left;
	width: 23px;
	height: 19px;
	position: relative;
	margin: 3px 16px 0 0;
	left: 0;
	-webkit-transition: left .3s;
	transition: left .3s;
	font-size:12px;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #000;
	position: absolute;
	top: 50%;
	left: 0;
	right: 5px;
	height: 3px;
	margin-top: -1.5px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
	margin: 0;
	right: 2px;
}

.nav-opener:after {
	top: auto;
	bottom: 0;
	right: 0;
}


@media (max-width: 1023px) {
	.menu-drop .close {
		padding: 30px 8%;
	}

	.menu-drop .wrap {
		padding: 30px 8%;
	}

	.link-wrap {
		font-size: 16px;
	}

	.link {
		padding: 30px 15px;
		height: auto;
	}
}




.list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list li {
	padding-bottom: 30px;
	overflow: hidden;
	font-size: 11.5px;
	line-height: 1.333;
	font-weight:400;
}

.list li a{color:rgba(255, 255, 255, 0.7); text-decoration:none;}
.list li a:hover{text-decoration:underline; color:rgba(255, 255, 255, 1);}

.list .logo-wrap {
	overflow: hidden;
	margin-bottom: 7px;
}

.list img {
	float: left;
	margin: 6px 5px 0 0;
}

.list .text {
	overflow: hidden;
}

.list .text strong {
	display: block;
	font-size: 31px;
	font-weight: normal;
	color: #fff;
}

.list .text span {
	font-weight: 300;
}

.list .text em {
	display: block;
	font-size: 9px;
	font-style: normal;
	margin-top: -6px;
}


.main-row .row{height:calc(100vh - 169px);min-height:700px;}

.main-form {
    overflow: hidden;
    padding-right: 65px;
    font-size: 12px!important;
    line-height: 1.3!important;
    padding-top:10%;
    max-width:600px;
}
.main-form span{font-size:12px!important;
	line-height:1.3!important;}

.main-form.password{
	padding-top:35px;
}

.main-form h2 {
	font-weight: 400;
	color: #000;
	margin: 0 0 10px;
    font-family: 'Raleway', sans-serif;
    font-size:30px;
    
}

.main-form p {
	margin-bottom: 20px;
	
}
.main-form [type="text"],
.main-form [type="email"],
.main-form [type="password"] {
	width: 100%;
	padding: 5px 15px 5px 55px;
	height: 40px;
	border: none;
	background: #e6e6e6;
	outline: none;
	box-shadow: none !important;
	font-size: 15px;
	color: #000;
	-webkit-transition: border .3s, padding .3s, background .3s;
	transition: border .3s, padding .3s, background .3s;
}

.main-form [type="text"]::-webkit-input-placeholder,
.main-form [type="email"]::-webkit-input-placeholder,
.main-form [type="password"]::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .8);
}

.main-form [type="text"]::-moz-placeholder,
.main-form [type="email"]::-moz-placeholder,
.main-form [type="password"]::-moz-placeholder {
	opacity: 1;
	color: rgba(0, 0, 0, .7);
}

.main-form [type="text"]:-moz-placeholder,
.main-form [type="email"]:-moz-placeholder,
.main-form [type="password"]:-moz-placeholder {
	color: rgba(0, 0, 0, .7);
}

.main-form [type="text"]:-ms-input-placeholder,
.main-form [type="email"]:-ms-input-placeholder,
.main-form [type="password"]:-ms-input-placeholder {
	color: rgba(0, 0, 0, .7);
}

.main-form [type="text"].placeholder,
.main-form [type="email"].placeholder,
.main-form [type="password"].placeholder {
	color: rgba(0, 0, 0, .7);
}

.main-form [type="text"]:focus,
.main-form [type="email"]:focus,
.main-form [type="password"]:focus {
	padding-left: 45px;
}

.main-form .password [type="text"],
.main-form .password [type="password"] {
	padding-right: 36px;
}
.main-form .col-wrap {
	margin: 0 -5px;
}

.main-form .col-wrap .col {
	float: left;
	padding: 0 5px;
	width: 22%;
}

.main-form .col-wrap .col:first-child {
	width: 78%;
}

.main-form [type="submit"], .main-form [type="button"] {
	width: 100%;
	height: 40px;
	border: none;
	background: #9dc63c;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: background .3s;
	transition: background .3s;
	outline: none;
    cursor: pointer;
}

.main-form [type="submit"]:hover, .main-form [type="button"]:hover {
	background: #92b939;
}

.main-form .pass {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 28px;
	background: url(/images5/ico-password.png) no-repeat 0 50%;
}

.main-form .pass:hover {
	opacity: .8;
}

.has-ico {
	position: relative;
	display: block;
}

.has-ico.password:before {
	width: 21px;
	height: 29px;
	background-image: url(/images5/ico-lock.png);
	top: 5px;
	left: 12px;
}

.has-ico:before {
	width: 22px;
	height: 15px;
	content: "";
	position: absolute;
	left: 12px;
	top: 12px;
	background: url(/images5/ico-mail.png) no-repeat;
}
.main-form .input-wrap {
    margin-bottom: 10px;
        overflow:hidden;
}


.link-box {
	font-size: 12px;
	margin-bottom: 20px;

}

.link-box a {
	color: rgba(0, 0, 0, .8);
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
	margin-right: 20px;
}

.link-box a:hover {
	color: #9dc73d;
}

.check-wrap {
	font-size: 12px;
	line-height: 1.1;
	max-width: 350px;
}
.check-wrap p{font-size: 12px;
	line-height: 1.1; margin:6px 0;}

.checkbox {
	position: relative;
	padding-left: 34px;
	display: inline-block;
	vertical-align: top;
}

.checkbox [type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.checkbox [type="checkbox"]:checked + .check-input:before {
	opacity: 1;
}

.checkbox .check-input {
	width: 25px;
	height: 25px;
	background: #e0e0e0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.checkbox .check-input:before {
	content: "";
	width: 15px;
	height: 7px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 3px solid #b6bc14;
	border-width: 0 0 3px 3px;
	opacity: 0;
	margin: -8px 0 0 -8px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.updates{padding:5% 50px 50px;}
.updates h3{font-family: 'Raleway', sans-serif;color:#333333; font-size:20px; font-weight:600; margin:0; padding:0;}
.updates a{display:block; padding:15px 0;color:#000;text-decoration: none;font-size:15px;border-bottom:1px solid #ddd;}
.updates a .title{font-weight:600;display:block}
.updates a:hover .title{text-decoration:underline}
.updates a:last-child{border:none}

.logimg{padding-top:2.5%;text-align:center;}
.logimg img{max-width:95%; height:auto}


.remodal h2{font-weight:300; margin:0; padding:10px 0; font-size:20px; color:#373538; text-decoration:none;}
.remodal .scroll{margin-top:10px; height:375px; overflow:auto; padding-right:20px;}
.remodal .scroll .checks{padding-top:5px;}
.remodal .floatx{position:absolute; right:-50px;  top:0; width:33px; height:33px; border-radius:50%; background:url(../images4/close_hp.png) no-repeat center center #ededed;}
.remodal .floatx:hover{background:url(../images4/close_wh.png) no-repeat center center #9dc73d;}
.remodal .btns{width:35%;  text-align:right; margin-right:-3px; display:inline-block;}

.modal-head{background:#111; border-radius: 5px 5px 0 0; font-size:24px; position:relative; color:#fff; font-weight:300; padding:15px 20px;}
.modal-body{background: #fff; padding: 20px;}
.modal-footer{background:#f2f2f2; padding:20px;border-radius: 0 0 5px 5px; }

a.btn{height:35px; border-radius:3px; line-height:29px; vertical-align:middle;font-size:14px; display:inline-block; text-align:center; text-decoration:none; cursor:pointer;}
a.btn.pos{background:#a5c54c; color:#fff;}
a.btn.neu{
	background:#dcdada;
	color:#757576;
}
a.btn:hover{background:#5f5f5f; color:#fff;}
.remodal a.modcls{position:absolute; display:block; text-decoration:none; right:15px; top:20px; font-size:13px; color:#ccc; line-height:21px; width:60px; height:23px; background:url(/images5/modcls.png) right 0 no-repeat;}
.remodal a.modcls:hover{background-position:right -27px; color:#fff;}
.remodal a.btn{padding:3px 20px; font-weight:700; margin:0 5px; line-height:30px;}
.remodal h1{color:#373538; font-size:30px; font-weight:300;}
.remodal p a{color:#9dc73d;}
table th{color:#929090; text-align:left; padding:10px 5px; font-weight:300; text-transform:upppercase; font-size:11px; border-bottom:3px solid #e1e0e0}
tbody tr:nth-child(even) {background-color:#ededed;}
table td{
	color:#888;
	vertical-align:top;
	font-size:13px;
	padding:10px 5px;
	position:relative;
}


@media(max-width:768px){
    .main-row .row{height:auto}
    .formflow{position: relative;flex-direction: column-reverse}
    .iconsteps{width:100%;justify-content: center}
    .formflow .copy{width:100%;padding-top:50px;}
    .main-form{padding:5% 30px;margin:0 auto;}
    .check-wrap{margin:0 auto;padding-right:34px}
    .updates{padding-bottom:80px}
    .logimg{max-width:300px; margin:0 auto}
    .link-wrap{font-size:14px} .main-form .col-wrap .col,.main-form .col-wrap .col:first-child{float:none; width:auto; margin-bottom: 10px}
    .menu-drop {
    width: 100%;
}
}
@media(max-width:700px){.topband{position: relative}#wrapper{margin-top:1px;}.link{float:none; width:100%;display:block;padding:15px;}.link:first-child {
    border-right: none;
    border-bottom: 1px solid #fff;}}
@media(max-width:650px){
    .topband{text-align:center;}
    .topband .logo{float:none;}
    .topband .contact{text-align:center;padding-top:10px;}
    .topband .contact a{display:inline-block;padding-left:20px}
   
}

@media(max-width:450px){.iconsteps{ transform: scale(0.75); }.logo{width:90%;}}
div#loginform a.pass {
	background: url(/images5/eye.png) no-repeat;
	content: "";
	opacity: 0.5;
	position: absolute;
	margin-top: 14px;
	margin-right: -10px;
	width:45px;
}	

.main-form .button.grey {
    background: #666;
}
.heading{text-align:center;border-bottom:1px solid #ddd;margin-bottom:40px; height:12pt}
.heading .text{font-weight: 400;
  color: #000;padding:0 10px;
  font-family: 'Raleway', sans-serif;
    font-size: 22px;background:#fff;margin-bottom:-15px;display:inline-block;width:auto;}

.main-form.password {
	padding-top: 35px;
	margin: 0 auto;
}
.main-form.login {
	padding-top: 35px;
	margin: 0 auto;
}

.main-form.terms {
	padding-top: 35px;
	margin: 0 auto;
}

.main-form.terms .scroll{margin-top:10px; height:260px; overflow:auto; padding-right:20px;}
.main-form.terms .check-wrap{line-height: 22px;}
