/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
.link-wrap:after,
.main-form .col-wrap:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: rgba(51, 51, 51, .7);
	background: #fff;
	font: 12px/1.3 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 25px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .3em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

body,
html {
	height: 100%;
}

body {
	font-weight: 400;
}

#wrapper {
	overflow: hidden;
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	position: relative;
}

.header {
	display: table-header-group;
	height: 1%;
	width: 100%;
	overflow: hidden;
}

.main-holder {
	display: table-cell;
	vertical-align: top;
	padding: 6% 15px 0;
	
}

.footer {
	min-height:75px;
	width: 100%;
	overflow: hidden;
	font-size: 10px;
	line-height: 1.3;
	background:#000;
	margin-top:30px;
	color:#999;
}

.footer p {
	margin: 18px 0;
}

.footer a {
	color: rgba(255, 255, 255, .6);
	-webkit-transition: color .3s;
	transition: color .3s;
}

.footer a:hover {
	color: #fff;
	text-decoration: none;
}

.footer .space {
	padding: 0 4px;
}

.container {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1400px;
	margin: 0 auto;
}

.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);
}



.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;
}

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

.link {
	float: left;
	width: 50%;
	height: 65px;
	text-decoration: none;
	background: #e5e5e5;
	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 #fff;
}

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

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

.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;
}

.center-wrap {
	max-width: 747px;
	margin: 0 auto;

	border:1px solid #ccc;
}

.logo {
	float: left;
	max-width:200px;
	margin: 3px 36px 20px 28px;
}

.main-form {
	overflow: hidden;
	padding-right:65px;
	font-size:12px!important;
	line-height:1.3!important;
}
.main-form span{font-size:12px!important;
	line-height:1.3!important;}

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

.main-form h2 {
	font-weight: 300;
	color: #000;
	margin: 0 0 10px;
}

.main-form p {
	margin-bottom: 20px;
	
}

.main-form .input-wrap {
	margin-bottom: 10px;
}

.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"], [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;
}

.main-form [type="submit"]: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(../images4/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(../images4/ico-lock.png);
	top: 5px;
	left: 12px;
}

.has-ico:before {
	width: 22px;
	height: 15px;
	content: "";
	position: absolute;
	left: 12px;
	top: 12px;
	background: url(../images4/ico-mail.png) no-repeat;
}

.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-bottom: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: -4px 0 0 -7px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

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

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

.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;
}

@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;
	}
}

@media (max-width: 767px) {
	#wrapper {
		display: block;
		height: auto;
	}

	.main-holder {
		padding: 15px;
	}

	.menu-drop {
		width: 100%;
	}

	.menu-drop .top-wrap {
		height: 52px;
	}

	.menu-drop .close {
		padding: 12px 15px;
	}

	.menu-drop .wrap {
		padding: 20px 15px;
		height: calc(100% - 52px);
	}

	.link {
		float: none;
		display: block;
		width: auto;
		padding: 15px;
	}

	.link:first-child {
		border-right: none;
		border-bottom: 1px solid #fff;
	}

	.logo {
		float: none;
		max-width: 200px;
		margin: 0 auto 20px;
	}
}

@media (max-width: 479px) {
	.link-wrap {
		font-size: 13px;
	}

	.nav-opener {
		margin-top: 0;
	}

	.main-form .col-wrap .col {
		float: none;
		width: auto;
		margin-bottom: 10px;
	}

	.main-form .col-wrap .col:first-child {
		width: 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(../images4/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;
}
.remodal .checks{display:inline-block; padding-left:10px;  position:relative;}

.remodal .checks input[type=checkbox] {
    display: none;
}

.remodal .checks label{
    display: inline-block;
    cursor: pointer;
position: relative;
   font-size: 13px;
	padding-left:25px;
	margin:0 0 10px;
	height:19px;
	 color:#838282;
}

.remodal .checks label:before {
     content: "";
    display: inline-block;
 	vertical-align:middle;
    width: 19px;
    height: 19px;

 	position: absolute;
    left: 0;
    bottom: 0;
    background:url(../images4/tabcheck.png) no-repeat 0px 0px;
}



.remodal .checks input[type=checkbox]:checked + label:before {
    content: "";
    text-align: center;
    line-height: 18px;
	background:url(../images4/tabcheck.png) no-repeat -20px 0px;
	
}
.remodal .checks input[type=checkbox]:checked + label{color:#373538;}

#mainheader{background:#000; position:relative; height:88px;
	width: 100%;
padding:0 3%; margin-bottom:30px;}
#mainheader .logo{display:inline-block; max-width:100%; vertical-align:top; width:50%; margin:0 -3px 10px 0 ; padding-top:15px;}
#toplinks{text-align:right; padding:8px 0 0; line-height:30px; margin-right:-3px; width:49%; display:inline-block; vertical-align:top; font-weight:400;}
#toplinks .support{display:inline-block; vertical-align:middle;font-size:13px; color:#ccc;}
#toplinks .support a{color:#9dc73d; margin-left:20px;}












.cybercredit{width:300px; position:relative; display:inline-block; vertical-align:top; margin-top:6%; margin-left:20px;background:#fff; border:1px solid #ddd; padding:80px 30px 150px; box-sizing:border-box; text-align:center;}
.cybercredit .title{font-weight:600; font-size:25px; color:#181617}
.cybercredit a{display:block; padding-top:8px; font-size:14px; color:#9dc73d}
.cybercredit img{margin:30px -15px 30px 0; }
.cybercredit img.cybergdpr{position:absolute; right:20px; bottom:80px; margin:0;}
.cybercredit .subtitle{font-size:16px; padding-top:5px; color:#0c2e67; font-weight:300; display:block;}

#wrapper{text-align:center;}
.header{text-align:left;}
.main-holder{display:inline-block;}
.center-wrap {
	max-width: 747px; text-align:left;
	margin: 0; display:inline-block;}
	
	
	@media(max-width:1000px){.cybercredit{width:100%; margin:20px 0; max-width: 747px; padding:30px 0 70px;}.cybercredit img.cybergdpr{bottom:20px;}.cybercredit img{margin:20px -15px 10px 0; }}

/*.center-wrap{background:url(images/flag2.png) no-repeat center 53%;background-size: contain;}*/
.evo-page .main-form [type="text"], .evo-page .main-form [type="email"], .evo-page .main-form [type="password"]{background-color:#e8e8e8;}
.main-form h2, .main-form p{font-weight:400;}
.center-wrap .logo{max-width:230px;width:230px;}.main-form{padding-right:50px;}
.cybercredit{padding-bottom:165px;}
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;
}	

																																																																																																			   <