/*! 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: 0.67em 0;
}

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

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

* {
	box-sizing: border-box;
}

/**
 * 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: -0.5em;
}

sub {
	bottom: -0.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: 0.35em 0.625em 0.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;
}

@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.eot');
	src: url('../fonts/fontello.eot#iefix') format('embedded-opentype'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.svg#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

.fo {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	text-decoration: none;
	text-align: center;
	font-variant: normal;
	text-transform: none;
}

.fo-1x {
	width: 1em;
	font-size: 1em;
	line-height: 1em;
}

.fo-lg {
	width: 1.5em;
	font-size: 1.7em;
	line-height: 1.5em;
}

@font-face {
	font-family: 'fontello';
	src: url('../fonts/font.eot');
	src: url('../fonts/font.eot#iefix') format('embedded-opentype'), url('../fonts/font.woff') format('woff'), url('../fonts/font.ttf') format('truetype'), url('../fonts/font.svg#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sanslight';
	src: url('../fonts/opensans-light-webfont.eot');
	src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-light-webfont.woff') format('woff'), url('../fonts/opensans-light-webfont.ttf') format('truetype'), url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'prataregular';
	src: url('../fonts/prata-regular-webfont.eot');
	src: url('../fonts/prata-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/prata-regular-webfont.woff') format('woff'), url('../fonts/prata-regular-webfont.ttf') format('truetype'), url('../fonts/prata-regular-webfont.svg#prataregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sanssemibold';
	src: url('../fonts/opensans-semibold-webfont.eot');
	src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold-webfont.ttf') format('truetype'), url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'diamondsregular';
	src: url('../fonts/diamonds-webfont.eot');
	src: url('../fonts/diamonds-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/diamonds-webfont.woff') format('woff'), url('../fonts/diamonds-webfont.ttf') format('truetype'), url('../fonts/diamonds-webfont.svg#diamondsregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* custom forms styles */

.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important;
}

/* custom checkbox styles */

.chk-area {
	margin: 0 12px 0 0;
	float: left;
	overflow: hidden;
	height: 20px;
	width: 20px;
}

.chk-area span {
	background: #d2a774 url('../images/check-box.png') 0 0 no-repeat;
	display: block;
	width: 20px;
	height: 40px;
}

.chk-checked span {
	margin-top: -20px;
}

/* radio button styles */

.rad-area {
	margin: 0 12px 0 0;
	float: left;
	overflow: hidden;
	height: 20px;
	width: 20px;
}

.rad-area span {
	background: #d2a774 url('../images/check-box.png') 0 0 no-repeat;
	display: block;
	width: 20px;
	height: 40px;
}

.rad-checked span {
	margin-top: -20px;
}

/* custom select styles */

.select-area {
	width: 100% !important;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0;
	height: 31px;
}

.select-area .select-opener {
	position: absolute;
	z-index: 3;
	top: 50%;
	right: 0;
	margin-top: -2px;
	-webkit-transition: all .5s;
	transition: all .5s;
	border: 3px solid transparent;
	border-top: 4px solid #fff;
}

.select-area .center {
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	overflow: hidden;
	line-height: 21px;
	cursor: default;
	display: block;
	padding: 5px 10px 5px 60px;
	font: 14px/19px 'open_sanslight', sans-serif;
	z-index: 2;
	color: #fff;
}

.options-overflow div.drop-list {
	overflow: auto;
}

.options-hidden {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

.select-options {
	z-index: 3000;
	position: absolute;
	max-height: 200px;
	overflow-y: auto;
}

.select-options .drop-holder {
	border: 1px solid #d2a774;
	border-width: 0 1px 1px;
	height: 1%;
	background-color: rgba(0, 0, 0, 0.85);
}

.select-options-flipped .drop-holder {
	border-width: 1px 1px 0;
}

.select-options div.drop-list {
	width: 100%;
}

.select-options ul {
	overflow: hidden;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

.select-options ul li {
	overflow: hidden;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 19px;
}

.select-options ul a {
	text-decoration: none;
	cursor: default;
	color: #d2a774;
	display: block;
	overflow: hidden;
	height: 1%;
	padding: 5px 10px 5px 10px;
}

.select-options ul a span {
	cursor: default;
	float: left;
}

.select-options .item-selected a {
	text-decoration: none;
	background: #666;
	color: #fff;
}

.select-options ul a:hover {
	text-decoration: none;
}

.select-options ul a:focus {
	outline: none;
}

.select-options .optgroup strong {
	cursor: default;
	display: block;
	width: 100%;
}

.select-options .optgroup strong em {
	display: block;
	padding: 5px;
	height: 1%;
}

.select-options .optgroup ul a {
	padding-left: 20px;
}

.select-options img {
	margin: 2px 3px 0 0;
	float: left;
	border: 0;
}

.select-disabled {
	background-position: 0 -124px;
	color: #bbb;
}

.select-disabled .left {
	background-position: 0 -93px;
}

.select-disabled .select-opener {
	background-position: 100% -155px;
}

.select-focus {
	background-position: 0 -217px;
}

.select-focus .left {
	background-position: 0 -186px;
}

.select-focus .select-opener {
	background-position: 100% -248px;
}

.header_ {
	position: relative;
	left: 0;
	top: 0;
	z-index: 300;
	width: 100%;
	padding: 10px 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.header_.colored {
	background-color: rgba(0, 0, 0, 0.85);
}

.header_ .main-nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100vh;
	z-index: 500;
	overflow: auto;
}

.header_ .main-nav .close {
	position: absolute;
	left: 15px;
	top: 5px;
	height: 35px;
	width: 35px;
	text-indent: -9999px;
	z-index: 20;
}

.header_ .main-nav .close:after,
.header_ .main-nav .close:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
}

.header_ .main-nav .close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header_ .main-nav .navigation {
	display: table-cell;
	vertical-align: middle;
	background-color: #150a06;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.header_ .main-nav .navigation ul {
	list-style: none;
	margin: 0;
	overflow: auto;
	padding: 60px 30px 60px 50px;
}

.header_ .main-nav .navigation ul li {
	font: 20px/30px 'open_sanslight';
	text-transform: uppercase;
}

.header_ .main-nav .navigation ul li.current-menu-item a {
	color: #d2a774;
}

.header_ .main-nav .navigation ul a {
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-decoration: none;
}

.header_ .main-nav .navigation ul a:hover {
	color: #d2a774;
}

.header_ .main-nav .image-holder {
	display: none;
}

.header_ .nav-btn {
	height: 20px;
	text-decoration: none;
	-webkit-transition: all 1s;
	transition: all 1s;
/*	width: 25px;
	text-indent: -9999px;
	margin-top: 4px;
	overflow: hidden;
	float: left;
	position: relative; */
	z-index: 20;
}

.header_ .nav-btn span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all .75s;
	transition: all .75s;
}

.header_ .nav-btn .line-02 {
	top: 50%;
	margin-top: -1px;
	background: none;
}

.header_ .nav-btn .line-02:after,
.header_ .nav-btn .line-02:before {
	content: '';
	position: absolute;
	top: 0;
	height: 1px;
	left: 0;
	width: 50%;
	background-color: #fff;
	-webkit-transition: all .75s;
	transition: all .75s;
}

.header_ .nav-btn .line-02:before {
	left: auto;
	right: 0;
}

.header_ .nav-btn .line-03 {
	top: auto;
	bottom: 0;
}

.header_ .nav-btn.open .line-01 {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
}

.header_ .nav-btn.open .line-02:after,
.header_ .nav-btn.open .line-02:before {
	width: 0;
}

.header_ .nav-btn.open .line-03 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 50%;
	margin-bottom: -1px;
}

.header_ .logo {
	left: 0;
	right: 0;
	top: 10px;    
	width: 490px;    
	margin-left: auto;
    margin-right: auto;
/*	position: absolute;
	overflow: hidden; */
	z-index: 10;
	text-align: center;
}

.header_ .logo a {
	display: inline-block;
}

.header_ .logo img {
	width: 80px;
	vertical-align: top;
	height: auto;
}

.header_ .add-nav {
	padding: 0;
	margin: 2px 0 0;
	list-style: none;
	float: right;
	position: relative;
	z-index: 20;
}

.header_ .add-nav li {
	float: left; 
	position: relative;
}

.header_ .add-nav li:after {
	content: '';
	position: absolute;
	left: -10px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #d2a774;
}
 

.header_ .add-nav li:first-child:after {
	display: none;
}

.header_ .add-nav li:first-child a img {
	width: 34px;
	margin-top: -5px;
}

.header_ .add-nav a {
	display: block;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
}

.header_ .add-nav a span {
	display: none;
}

.header_ .add-nav a img {
	display: block;
	vertical-align: top;
	width: 24px;
	height: auto;
}

.logo-open .header_ .logo {
	z-index: 10000;
}

.footer_ {
	width: 100%;
	padding: 10px 20px;
	text-align: center;
	font: 14px/24px 'open_sanslight', sans-serif;
	color: #bbbbbb;
	opacity: .55;
}

.footer_ p {
	margin: 0;
}

.footer_ a {
	color: #d3cc93;
	text-decoration: none;
}

.footer_ a:hover {
	text-decoration: underline;
}

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

.login-area {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100vh;
	z-index: 500;
	overflow: auto;
}

.login-area .close {
	position: absolute;
	right: 20px;
	top: 5px;
	height: 35px;
	width: 35px;
	text-indent: -9999px;
	z-index: 20;
}

.login-area .close:after,
.login-area .close:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
}

.login-area .close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.login-area .error-text {
	text-align: center;
	font: 16px/22px 'open_sanslight', sans-serif;
	color: #fff;
	padding: 10px 0;
}

.login-area .error-text p {
	margin: 0;
}

.login-area .error-text + .error-text {
	display: none;
}

.login-area .back {
	position: absolute;
	left: 20px;
	top: 5px;
	display: block;
	height: 34px;
	width: 34px;
	text-indent: -9999px;
	z-index: 20;
}

.login-area .back span {
	position: absolute;
	top: 50%;
	left: 1px;
	width: 100%;
	height: 1px;
	background-color: #d2a774;
}

.login-area .back:after,
.login-area .back:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 15px;
	height: 1px;
	-webkit-transform: rotate(43deg);
	-ms-transform: rotate(43deg);
	transform: rotate(43deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	background-color: #d2a774;
}

.login-area .back:before {
	-webkit-transform: rotate(-43deg);
	-ms-transform: rotate(-43deg);
	transform: rotate(-43deg);
}

.login-area .image-holder {
	display: none;
}

.login-area label {
	color: #fff;
	font: 22px/28px 'open_sanslight', sans-serif;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
	font-weight: normal;
}

.login-area .form-group {
	margin-top: 15px;
	overflow: hidden;
}

.login-area .form-control {
	width: 100%;
	height: 40px;
	font: 16px/40px 'open_sanslight', sans-serif;
	color: #7d7978;
	padding: 0 20px;
	background-color: #fff;
	opacity: .65;
	border-bottom: solid #d2a774;
	border-width: 0 0 3px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.login-area .form-control:focus {
	opacity: 1;
}

.login-area .form-control.error {
	opacity: 1;
	box-shadow: inset 0 0 5px red;
}

.login-area .submit {
	text-align: center;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	font: 16px/40px 'open_sanslight', sans-serif;
	background: none;
	color: #d2a774;
	border: 1px solid #d2a774;
}

.login-area .login-form,
.login-area .forgot-form,
.login-area .new-password,
.login-area .succsess,
.login-area .tc-form {
	padding: 40px 20px;
	background-color: #150a06;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
}

.login-area .login-form {
	z-index: 10;
	display: table-cell;
	vertical-align: middle;
}

.login-area .login-form a {
	color: #d2a774;
	font: 14px/18px 'prataregular', serif;
	text-decoration: none;
}

.login-area .login-form a:hover {
	text-decoration: underline;
}

.login-area .login-form .remember-holder {
	overflow: hidden;
	margin-bottom: 8px;
}

.login-area .login-form .remember-holder label {
	text-transform: none;
	font: 14px/18px 'prataregular', serif;
	color: #d2a774;
	float: left;
	margin: 0;
	padding-top: 2px;
}

.login-area .forgot-form,
.login-area .new-password,
.login-area .tc-form {
	z-index: 30;
	position: absolute;
	top: 0;
	display: table;
	width: 100%;
	height: 100vh;
	left: 100%;
}

.login-area .forgot-form.active,
.login-area .new-password.active,
.login-area .tc-form.active {
	left: 0;
}

.login-area .forgot-form form,
.login-area .new-password form,
.login-area .tc-form form {
	display: table-cell;
	vertical-align: middle;
}

.login-area .new-password {
	z-index: 50;
}

.login-area .succsess {
	text-align: center;
	font: 18px/30px 'open_sanslight', sans-serif;
	color: #d2a774;
	position: absolute;
	top: 0;
	display: table;
	width: 100%;
	height: 100vh;
	left: 100%;
	z-index: 40;
}

.login-area .succsess.active {
	left: 0;
}

.login-area .succsess .text {
	display: table-cell;
	vertical-align: middle;
}

.login-area .succsess p {
	margin: 0;
}

.login-area .tc-form {
	text-align: center;
}

.login-area .tc-form .chk-area {
	margin-top: 3px;
}

.login-area .tc-form label {
	float: left;
	font: 22px/28px 'open_sanslight', sans-serif;
	text-transform: capitalize;
}

.login-area .tc-form a {
	display: inline-block;
	margin: 2px 0 0 7px;
	color: #d2a774;
	font: 22px/28px 'prataregular', serif;
	text-decoration: none;
	text-transform: capitalize;
}

.login-area .tc-form a:hover {
	text-decoration: underline;
}

.login-open.login-area:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	-webkit-transition-delay: .75s;
	transition-delay: .75s;
	background-color: #150a06;
	z-index: -1;
}

.login-open.login-area .image-holder,
.login-open.login-area .login-form {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.register-area {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100vh;
	z-index: 500;
	overflow: auto;
}

.register-area .close {
	position: absolute;
	right: 20px;
	top: 5px;
	height: 35px;
	width: 35px;
	text-indent: -9999px;
	z-index: 20;
}

.register-area .close:after,
.register-area .close:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
}

.register-area .close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.register-area .image-holder {
	display: none;
}

.register-area .image-holder .mask {
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	background-color: #150a06;
	opacity: .5;
	z-index: 20;
}

.register-area .register-form {
	padding: 40px 20px;
	display: table-cell;
	vertical-align: middle;
	background-color: #150a06;
	color: #fff;
	font: 14px/20px 'open_sanslight', sans-serif;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.register-area .register-form .register-holder {
	overflow: auto;
	padding-right: 20px;
	max-height: calc(100vh - 80px);
	-webkit-overflow-scrolling: touch;
}

.register-area .register-form h3 {
	margin: 0;
	text-transform: uppercase;
	font: 20px/28px 'open_sanslight', sans-serif;
}

.register-area .register-form label {
	color: #7d7978;
	font: 16px/22px 'open_sanslight', sans-serif;
	display: block;
	font-weight: normal;
}

.register-area .register-form p {
	margin: 0;
}

.register-area .register-form a {
	color: #d2a774;
	font-family: 'prataregular', serif;
	text-decoration: none;
}

.register-area .register-form a:hover {
	text-decoration: underline;
}

.register-area .register-form .form-group {
	margin-top: 15px;
	overflow: hidden;
}

.register-area .register-form .form-control {
	width: 100%;
	height: 40px;
	font: 16px/40px 'open_sanslight', sans-serif;
	color: #7d7978;
	padding: 0 20px;
	background-color: #fff;
	opacity: .65;
	border-bottom: solid #d2a774;
	border-width: 0 0 3px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.register-area .register-form .form-control:focus {
	opacity: 1;
	box-shadow: none;
}

.register-area .register-form .form-control.error {
	opacity: 1;
	box-shadow: inset 0 0 5px red;
}

.register-area .register-form .submit {
	text-align: center;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	font: 16px/40px 'open_sanslight', sans-serif;
	background: none;
	color: #d2a774;
	border: 1px solid #d2a774;
	display: block;
}

.register-area .register-form .radio-wrap {
	overflow: hidden;
}

.register-area .register-form .radio-wrap > div {
	float: left;
	width: 50%;
}

.register-area .register-form .fields-holder {
	display: none;
}

.register-area .register-form .column-left,
.register-area .register-form .column-right {
	float: left;
}

.register-area .register-form .column-left label,
.register-area .register-form .column-right label {
	margin-bottom: 5px;
}

.register-area .register-form .column-left {
	width: 70%;
	padding-right: 15px;
}

.register-area .register-form .column-left .wrap {
	float: left;
	padding: 0 8px 0 0;
	width: 50%;
}

.register-area .register-form .column-left .wrap + .wrap {
	padding: 0 0 0 7px;
}

.register-area .register-form .column-right {
	width: 30%;
}

.register-area .register-form .select-area {
	height: 40px;
	line-height: 40px;
	opacity: .65;
}

.register-area .register-form .select-area.select-active {
	opacity: 1;
}

.register-area .register-form .select-area .center {
	padding: 5px 20px;
	border-bottom: 3px solid #d2a774;
	background-color: #fff;
	color: #7d7978;
	font-size: 16px;
	line-height: 27px;
}

.register-area .register-form .select-area .select-opener {
	border: 3px solid transparent;
	border-top: 5px solid #7d7978;
	right: 15px;
}

.register-area .register-form .succsess {
	text-align: center;
	font: 18px/30px 'open_sanslight', sans-serif;
	color: #fff;
}

.register-area .register-form .succsess p {
	margin: 0;
}

.register-area .register-form .succsess .submit {
	margin-top: 40px;
}

.register-area .register-form .payment-method .code .wrap {
	float: left;
	width: 50%;
	padding: 0 8px 0 0;
}

.register-area .register-form .payment-method .code .wrap + .wrap {
	padding: 0 0 0 7px;
}

.register-area .register-form .payment-method label.error {
	color: red;
}

.register-area .register-form .payment-method label.error a {
	color: red;
	text-decoration: underline;
}

.register-area .register-form .payment-method label.error a:hover {
	text-decoration: none;
}

.register-open.register-area:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	-webkit-transition-delay: .75s;
	transition-delay: .75s;
	background-color: #150a06;
	z-index: -1;
}

body {
	background: #fff;
	font-family: 'open_sanslight';
}

input {
	border-radius: 0;
}

a {
	color: #fff;
}

.wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

::-ms-clear {
	display: none;
}

*:focus,
*:hover,
*:active {
	outline: none !important;
}

input:focus,
textarea:focus {
	outline: none !important;
}

input::-moz-placeholder {
	color: #7d7978;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #7d7978;
}

input::-webkit-input-placeholder {
	color: #7d7978;
}

@media screen and (min-width: 669px) {

.header_ .main-nav .navigation {
	padding: 40px 20%;
}

.header_ .main-nav .navigation ul {
	padding: 20px 0 0;
}

.header_ .main-nav .navigation ul li {
	font-size: 18px;
	line-height:32px;
}

.login-area .back {
	left: 20%;
}

.login-area .login-form,
.login-area .forgot-form,
.login-area .new-password,
.login-area .succsess,
.login-area .tc-form {
	padding: 40px 20%;
}

.login-area .login-form a {
	float: right;
	padding-top: 2px;
}

.login-area .login-form .remember-holder {
	float: left;
	margin: 0;
}

.register-area .register-form {
	padding: 40px 20%;
	padding-right: calc(20% - 20px);
	font-size: 18px;
	line-height: 28px;
}

}

@media screen and (min-width: 1024px) {

.header_ .main-nav .navigation {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 50%;
	padding: 40px 10%;
}

.header_ .main-nav .image-holder {
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	display: block;
	width: 50%;
	background-size: cover !important;
	background-position: 50% 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100vh;
}

.header_ .main-nav .image-holder:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #150a06;
	opacity: .5;
}

.header_ .main-nav.menu-open .image-holder,
.header_ .main-nav.menu-open .navigation {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.header_ .add-nav li {
	text-transform: uppercase;
	font: 20px/27px 'open_sanslight', sans-serif;
}

.header_ .add-nav li img {
	display: none;
}

.header_ .add-nav li span {
	display: block;
}

.footer_ .links {
	float: right;
}

.footer_ .links li {
	float: left;
	margin-left: 38px;
}

.footer_ .links li:first-child {
	margin-left: 0;
}

.footer_ {
	overflow: hidden;
}
 

.login-area .error-text {
	font-size: 22px;
	line-height: 28px;
}

.login-area .back {
	top: 20px;
	left: 8%;
}

.login-area .image-holder {
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	display: table-cell;
	width: 50%;
	background-size: cover !important;
	background-position: 50% 50%;
	position: relative;
	z-index: 10;
}

.login-area .image-holder .mask {
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	background-color: #150a06;
	opacity: .5;
	z-index: 20;
}

.login-area .login-form,
.login-area .forgot-form,
.login-area .new-password,
.login-area .succsess,
.login-area .tc-form {
	width: 50%;
	padding: 40px 8%;
}

.login-area .login-form {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.login-area .forgot-form.active,
.login-area .new-password.active,
.login-area .tc-form.active {
	left: 50%;
}

.login-area .succsess.active {
	left: 50%;
}

.register-area .image-holder {
	-webkit-transition: all .5s;
	transition: all .5s;
	right: 100%;
	display: table-cell;
	width: 50%;
	background-size: cover !important;
	background-position: 50% 50%;
	position: relative;
	z-index: 10;
}

.register-area .register-form {
	left: 100%;
	width: 50%;
	padding: 40px 8%;
	padding-right: calc(8% - 20px);
}

.register-area .register-form .succsess {
	text-align: left;
}

.register-open.register-area .image-holder {
	right: auto;
	left: 0;
}

.register-open.register-area .register-form {
	left: auto;
	right: 0;
}

}

@media screen and (min-width: 1280px) {

.header_ .main-nav .close {
	top: 20px;
}

.footer_ {
	z-index: 100;
	padding: 15px 20px;
}

.login-area .close {
	top: 20px;
}

.login-area label {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 20px;
}

.login-area .form-group {
	margin-top: 30px;
}

.login-area .form-control {
	height: 80px;
	font-size: 24px;
	line-height: 80px;
}

.login-area .submit {
	height: 80px;
	font-size: 24px;
	line-height: 80px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.login-area .submit:after,
.login-area .submit:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 100%;
	background-color: #d2a774;
	z-index: -1;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.login-area .submit:before {
	top: auto;
	bottom: 0;
}

.login-area .submit:hover {
	color: #fff;
}

.login-area .submit:hover:after,
.login-area .submit:hover:before {
	height: 50%;
}

.login-area .succsess {
	font-size: 34px;
	line-height: 46px;
}

.login-area .tc-form {
	text-align: left;
}

.register-area .close {
	top: 20px;
}

.register-area .register-form .submit {
	position: relative;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.register-area .register-form .submit:after,
.register-area .register-form .submit:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 100%;
	background-color: #d2a774;
	z-index: -1;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.register-area .register-form .submit:before {
	top: auto;
	bottom: 0;
}

.register-area .register-form .submit:hover {
	color: #fff;
	text-decoration: none;
}

.register-area .register-form .submit:hover:after,
.register-area .register-form .submit:hover:before {
	height: 50%;
}

.register-area .register-form .succsess {
	font-size: 24px;
	line-height: 40px;
}

}

@media screen and (min-width: 1440px) {

.header_ {
	padding: 42px 100px;
}

.header_ .main-nav .close {
	top: 53px;
	left: 103px;
}

.header_ .main-nav .navigation {
	padding: 40px 12%;
}

.header_ .main-nav .navigation ul {
	padding-top: 60px;
}

.header_ .main-nav .navigation ul li {
	font-size: 35px;
	line-height: 70px;
}

.header_ .nav-btn {
	margin-top: 13px;
	width: 36px;
	height: 27px;
}

.header_ .logo {
	top: 42px;
}

.header_ .logo img {
	width: 174px;
}

.header_ .add-nav li { 
	margin-left: 106px;
}

.header_ .add-nav li:after {
	margin-left: -48px;
}

.login-area .close {
	top: 53px;
	right: 103px;
}

.login-area .back {
	top: 53px;
	left: 10%;
}

.login-area .submit {
	font-size: 24px;
	line-height: 80px;
	height: 80px;
}

.login-area .login-form,
.login-area .forgot-form,
.login-area .new-password,
.login-area .succsess,
.login-area .tc-form {
	padding: 40px 10%;
}

.register-area .close {
	top: 53px;
	right: 103px;
}

.register-area .register-form {
	padding: 40px 13.5%;
	padding-right: calc(13.5% - 20px);
}

.register-area .register-form h3 {
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 10px;
}

.register-area .register-form label {
	font-size: 24px;
	line-height: 30px;
}

.register-area .register-form .form-group {
	margin-top: 30px;
}

.register-area .register-form .radio-wrap {
	padding-top: 15px;
}

.register-area .register-form .radio-wrap .form-group {
	margin-top: 15px;
}

.register-area .register-form .rad-area,
.register-area .register-form .chk-area {
	margin-top: 5px;
}

.register-area .register-form .payment-method .form-group {
	margin-top: 15px;
}

.register-area .register-form .payment-method .column-left label,
.register-area .register-form .payment-method .column-right label {
	font-size: 16px;
	line-height: 22px;
}

}

@media screen and (min-width: 1800px) {

.footer_ {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 10px 95px 35px;
}

.register-area .register-form .form-control {
	height: 80px;
	font-size: 24px;
	line-height: 80px;
}

.register-area .register-form .submit {
	font-size: 24px;
	line-height: 80px;
	height: 80px;
}

.register-area .register-form .select-area {
	line-height: 80px;
	height: 80px;
}

.register-area .register-form .select-area .center {
	font-size: 24px;
	line-height: 67px;
}

.register-area .register-form .payment-method .form-control {
	height: 40px;
	font-size: 16px;
	line-height: 40px;
}

.register-area .register-form .payment-method .select-area {
	height: 40px;
	line-height: 40px;
}

.register-area .register-form .payment-method .select-area .center {
	font-size: 16px;
	line-height: 27px;
}

}

@media screen and (max-width: 750px) and (orientation: landscape) {

.header_ .main-nav .navigation ul {
	padding: 0px;
	 overflow: auto;
	text-align: left;
}

.header_ .main-nav .navigation ul li {
	font-size: 16px;
	line-height: 24px;
}

.login-area .login-form a {
	float: right;
	padding-top: 2px;
}

.login-area .login-form .remember-holder {
	float: left;
	margin: 0;
}

.register-area .register-form .succsess {
	padding-top: 40px;
}

}

@-webkit-keyframes rotatePreloader {

from {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

to {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

}

@keyframes rotatePreloader {

from {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

to {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

}
