/*! 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;
	color: #fff;
}

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

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?izp2g0");
	src: url("../fonts/icomoon.eot?izp2g0#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?izp2g0") format("truetype"), url("../fonts/icomoon.woff?izp2g0") format("woff"), url("../fonts/icomoon.svg?izp2g0#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-up:before {
	content: "\e900";
}

.icon-letter:before {
	content: "\e905";
}

.icon-location:before {
	content: "\e901";
}

.icon-lock:before {
	content: "\e902";
}

.icon-phone:before {
	content: "\e903";
}

.icon-plus:before {
	content: "\e904";
	color: #134563;
}

.menu,
.description-list,
.statistic,
.news-list,
.contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

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

html {
	box-sizing: border-box;
}

.corporate {
	padding-top: 220px;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #fff;
	background: #000;
	font: 16px/1.5 "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;
	vertical-align: top;
}

.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: 57px;
}

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #ab996d;
}

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: .4em .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: #000;
}

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

#header {
	-webkit-transition: background-color .3s ease-in-out, padding .3s ease-in-out;
	transition: background-color .3s ease-in-out, padding .3s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: transparent;
	padding: 18px 0;
	z-index: 1000;
}

#header.fixed-position {
	background-color: #000;
	padding: 18px 0 14px;
}

#header.fixed-position .logo {
	width: 60px;
	z-index: 8;
}

#header.fixed-position .logo img {
	width: 262px;
}

#header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#header .icon-lock:before {
	content: "\e902";
	top: -4px;
	position: relative;
}

.logo {
	-webkit-transition: width .3s ease-in-out, margin .3s ease-in-out;
	transition: width .3s ease-in-out, margin .3s ease-in-out;
	width: 60px;
	overflow: hidden;
	display: block;
	z-index: 1;
}

.logo img {
	-webkit-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
	width: 262px;
	max-width: none;
}

.logo a {
	display: block;
}

.nav {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	overflow: auto;
	z-index: 10;
	padding-top: 35px;
}

.nav-active .nav {
	opacity: 1;
	visibility: visible;
}

.menu {
	text-align: center;
	font-weight: 300;
	font-family: "Cinzel", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	text-transform: uppercase;
	font-size: 30px;
	padding-bottom: 35px;
	align-items: center;
}

.menu li {
	padding: 0 18px;
	position: relative;
}

.menu li:last-child {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	background-color: #ac9a6a;
	border-radius: 7px;
	margin-top: 13px;
	display: inline-block;
	font-size: 22px;
	text-transform: none;
}

.menu li:last-child:hover {
	background-color: #fff;
}

.menu li:last-child:hover a {
	color: #ab996d;
}

.menu a {
	color: #fff;
	text-decoration: none;
	display: block;
}

.menu a:hover {
	color: #ab996d !important;
}

.menu a i {
	font-size: 27px;
	vertical-align: middle;
	padding-right: 8px;
	display: none;
}

.nav-active {
	overflow: hidden;
}

.logo-mobile {
	width: 130px;
	display: block;
	margin: 0 auto 35px;
}

.logo-mobile .logo-basic {
	display: none;
}

.nav-opener {
	width: 40px;
	height: 40px;
	position: relative;
	z-index: 11;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

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

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 2px;
	margin-top: -1px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

a {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

/* .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
} */

h1,
h2,
h3,
h4 {
	font-family: "Cinzel";
	font-weight: 400;
}

.main-button {
	background-color: #ab996d;
	min-width: 196px;
	padding: 9px 28px;
	border-radius: 7px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.2s ease-out;
}

header .main-button {
	min-width: fit-content;
	color: #000;
	padding: 5px 25px;
}

header .main-button:hover {
	color: #fff !important;
}

.main-button:hover {
	background-color: #81714a;
}

.main-button i {
	font-size: 27px;
	vertical-align: middle;
}

.intro-wrapper {
	min-height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 171px 0;
}

.intro-wrapper.fixed-position {
	background-image: url("../images/");
}

.intro-wrapper .text-holder {
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
}

.intro-wrapper .text-holder h1 {
	font-size: 40px;
	line-height: 1.1;
	margin-top: 16px;
}

.title-holder {
	text-align: center;
	line-height: 1.9;
	color: #000;
}

.title-holder span {
	color: #ab996d;
	text-transform: uppercase;
	font-weight: 400;
}

.title-holder h2 {
	font-size: 25px;
}

.title-holder h3 {
	font-size: 25px;
}

.numbers .title-holder h3 {
	margin: 35px 0 60px 0;
}

.info {
	background-color: #fff;
	padding: 50px 0;
}

.info .title-holder h2 {
	margin-bottom: 20px;
}

.contain {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contain .image-holder {
	width: 290px;
	height: 290px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	padding: 9px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.contain .image-holder:before {
	content: "";
	position: absolute;
	width: 300px;
	height: 300px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 2px solid #ab996d;
}

.contain .text-holder {
	color: #000;
	max-width: 612px;
	padding: 20px 0 0;
	text-align: center;
	font-size: 14px;
	margin: 0 auto;
	width: 100%;
}

.contain .text-holder strong {
	font-weight: 800;
}

.private-gold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 50px 0;
}

.private-gold .title-holder {
	color: #fff;
	margin-bottom: 46px;
}

.private-gold .title-holder span {
	color: #fff;
}

.description-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.description-list li {
	text-align: center;
	padding: 0 0 20px;
}

.description-list li .image-holder {
	min-height: 135px;
}

.description-list li .image-holder img {
	vertical-align: middle;
}

.description-list li .text-holder {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 300;
}

.description-list li .text-holder h4 {
	padding-bottom: 12px;
	margin-bottom: 15px;
	position: relative;
	text-transform: uppercase;
	font-size: 20px;
}

.description-list li .text-holder h4:after {
	content: "";
	position: absolute;
	height: 4px;
	width: 48px;
	background-color: #ab996d;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
}

.numbers {
	background-color: #fff;
	color: #000;
	padding: 25px 0 100px;
}

.box-number {
	border: 1px solid #cdc2a7;
	text-align: center;
	margin-bottom: 20px;
}

.slider-ingot {
	display: none !important;
}

.ingot1,
.ingot2,
.ingot3 {
	display: none;
}

.box-number-col:first-child .ingot1,
.box-number-col:nth-child(2) .ingot1,
.box-number-col:nth-child(3) .ingot1,
.box-number-col:nth-child(4) .ingot1 {
	display: block !important;
}

.box-number-col:nth-child(5) .ingot2,
.box-number-col:nth-child(6) .ingot2,
.box-number-col:nth-child(7) .ingot2,
.box-number-col:nth-child(8) .ingot2 {
	display: block !important;
}

.box-number-col:nth-child(9) .ingot3 {
	display: block !important;
}

.box-number .text-box-number {
	background-color: #ab996d;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	padding: 4px
}

.img-box-number {
	display: flex;
    text-align: center;
    justify-content: center;
	padding-top: 30px;
	position: relative;
}

.text-image {
	position: absolute;
	bottom: 6.5%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #987f33;
	font-size: 24px;
	font-weight: 700;
}

.box-number .pre-desc {
	font-size: 12px;
	font-weight: 700;
}

.box-number .text-up {
	font-size: 24px;
	padding-bottom: 15px;
}

.col-btn {
	text-align: center;
	padding-top: 20px;
}

.statistic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.statistic li {
	text-align: center;
	padding: 12px;
	width: 50%;
}

.statistic li h3 {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 26px;
}

.statistic li span {
	font-size: 12px;
	font-weight: 600;
}

.statistic li span strong {
	font-size: 12px;
}

.news-holder {
	background-color: #fff;
	color: #000;
	padding: 50px 0;
}

.news-holder .title-holder {
	margin-bottom: 45px;
}

.news-list {
	margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-list li {
	color: #666;
	padding: 15px;
}

.news-list li .image-holder {
	min-height: 205px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.news-list li .text-holder {
	padding: 30px 10px;
	min-height: 250px;
	font-size: 15px;
}

.news-list li .text-holder h4 {
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-top: 19px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: -.5px;
	font-size: 19px;
	color: #000;
}

.news-list li .text-holder h4 a {
	color: #000;
}

.news-list li .text-holder time {
	color: #ac945b;
	font-weight: 600;
}

.news-list li .text-holder p {
	margin-bottom: 41px;
}

.news-list li .text-holder a {
	text-decoration: none;
	color: #666;
	font-family: "Roboto", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.news-list li .text-holder a:hover {
	color: #ab996d;
}

.news-list li .text-holder a i {
	vertical-align: middle;
}

.news-list li .holder {
	border: 1px solid #e1e1e1;
	height: 100%;
}

#footer {
	color: #fff;
	padding-top: 55px;
	text-align: center;
}

#footer .main-button {
	margin-bottom: 53px;
}

.logo-footer {
	display: block;
	margin: auto;
	padding-bottom: 61px;
	width: 200px;
}

.contact-list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
}

.contact-list li {
	padding: 30px 20px;
}

.contact-list a {
	text-decoration: none;
	color: #fff;
}

.contact-list a:hover {
	color: #ab996d;
}

.contact-list a i {
	font-family: "icomoon";
	display: block;
	font-size: 39px;
	margin-bottom: 20px;
}

.contact-list a .icon-letter {
	font-size: 52px;
	margin-bottom: 6px;
}

.contact-list a .icon-phone {
	font-size: 42px;
}

.contact-list address {
	font-style: normal;
}

.copyright {
	padding: 24px 10px 15px;
	border-top: 1px solid #333;
	font-size: 12px;
}

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

.copyright a:hover {
	color: #ab996d;
}

.back-to-top {
	position: absolute;
	right: 4%;
	bottom: 87px;
	text-decoration: none;
}

.back-to-top:hover i {
	background-color: #84734b;
}

.back-to-top i {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	color: #000;
	font-size: 63px;
	padding: 2px;
	background-color: #ad9a6f;
	border-radius: 50%;
}

.form-section {
	color: #000;
}

.form-section-title {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	font-family: "Cinzel";
	border-bottom: 2px solid #AB996D;
	margin: 40px 0 30px;
	text-align: center;
	padding-bottom: 5px;
}

.form-field label {
	padding-bottom: 5px;
}

#ordina {
	background-color: #fff;
	padding: 217px 0;
}

#header {
	background-color: #000;
}

.box-order {
	border: 1px solid #DCDCDC;
	border-radius: 26px;
	padding: 45px 80px;
}
.form-field {
	display: flex;
	flex-direction: column;
	padding-bottom: 15px;
}

.form-field input,
.form-field select,
.form-field textarea {
	border: 1px solid #707070;
	border-radius: 6px;
	padding: 10px;
}

.form-section button,
.btn-verify {
	background-color: #AB996D;
	border: 2px solid #AB996D;
	border-radius: 6px;
	padding: 10px;
	width: 400px;
	max-width: 100%;
	color: #fff;
}

.contacts-form-button {
	text-align: center;
}

.form-section button:hover,
.btn-verify:hover {
	background-color: #000 !important;
	border-color: #000 !important;
}

.form-check-input:checked {
    background-color: #AB996D;
    border-color: #AB996D;
}

.form-field.check {
	align-items: center;
}

.box-check {
	display: flex;
	padding-top: 10px;
}

.form-check {
	padding: 0 1.5em;
}

html input[disabled] {
	border: none;
	background-color: #F2F2F2;
}

.form-field.total input[disabled] {
	border-radius: 0;
}

.form-field.total input {
	padding: 27px 20px 8px;
	text-align: center;
	font-weight: 700;
	font-size: 19px;
	color: #000;
}

.form-field-euro {
	position: relative;
}

.form-field-euro .input-euro {
	padding: 10px 26px 10px 10px !important;
}

.form-field-euro span {
	position: absolute;
	top: 44%;
	right: 10px;
	display: none;
}

.form-field.total label {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	font-weight: 700;
	color: #000;
	font-style: italic;
	margin-top: 8px;
}

.product-row input {
	text-align: right;
}

.bee-error-message, .epp-ci .bee-error-message {
	z-index: 1;
}

.bee-dialog-main {
	color: #000;
}

button.close {
	padding: 0 6px;
}

#smsModal button {
	width: auto;
}

#smsModal button:hover {
	background-color: #000;
	border-color: #000;
}

/* Phone Verification Form
------------------------------------------------------------ */

.phone-verification-form {
    text-align: center;
	color: #000;
}
.phone-verification-form h4 {
    margin: 20px 0 30px;
}
.phone-verification-form .verification-code {
    margin: 50px 0;
}
.phone-verification-form .verification-code p {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 4px;
}
.phone-verification-form .verification-code input {
    width: 50px;
    padding: 8px 0;
    margin: 2px;
    border-radius: 4px;
    color: #999;
    background: #EEE;
    border: 0;
    border: 4px solid transparent;
    text-align: center;
}
.phone-verification-form .verification-code input:focus {
    outline: none;
    border: 4px solid #E9E9E9;
}
.phone-verification-form .btn-light {
    display: inline-block;
    padding: 0;
    margin: 10px 0 0;
    background: none !important;
    border: none !important;
    outline: none !important;
}
.phone-verification-form .btn-light:disabled {
    color: #CCC;
}

.legend {
	font-size: 12px;
}

.file-wrapper .main-button {
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	min-width: fit-content;
	width: fit-content;
	padding: 10px 28px;
	cursor: pointer;
}

.form-field input[type="file"] {
    display: none;
}

.c-btn {
	transition: all 0.2s ease-out;
}

.form-check .bee-error-message {
	margin-top: 5px;
}

.file-box .bee-error-message {
	margin-top: -24px;
}

@media (min-width: 480px) {
	.private-gold .title-holder {
		margin-bottom: 56px;
	}

	.description-list li {
		padding: 0 50px 30px;
	}
}

@media only screen and (max-width: 767px) {
	.box-order {
		padding: 45px 20px;
	}

	.nav {
		display: flex;
		flex-direction: column;
	}

	.nav .main-button {
		width: 209px;
		color: #fff;
		font-size: 22px;
		font-weight: 300;
		padding: 0 20px;
	}

	.nav .menu {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.legend {
		margin-bottom: 20px;
	}

	.file-wrapper .main-button {
		width: 100%;
	}

	#ordina {
		padding: 130px 0;
	}

	.slider-ingot {
		display: block !important;
	}

	.slick-slide img {
		display: none !important;
	}

	.numbers .desktop {
		display: none;
	}

	.slick-slider .slick-next:before {
		content: '\f105 ';
		font-family: 'FontAwesome' !important;
		font-size: 37px;
	}

	.slick-slider .slick-prev:before {
		content: '\f104 ';
		font-family: 'FontAwesome' !important;
		font-size: 37px;
	}

	.slick-prev, .slick-next {
		color: transparent;
		font-size: 0;
	}

	.slick-slider .slick-arrow {
		background-color: transparent;
	}

	.box-number-col:first-child .ingot1,
	.box-number-col:nth-child(2) .ingot1,
	.box-number-col:nth-child(3) .ingot1,
	.box-number-col:nth-child(4) .ingot1,
	.box-number-col:nth-child(5) .ingot1 {
		display: block !important;
	}

	.box-number-col:nth-child(5) .ingot2,
	.box-number-col:nth-child(9) .ingot3 {
		display: none !important;
	}

	.box-number-col:nth-child(6) .ingot2,
	.box-number-col:nth-child(7) .ingot2,
	.box-number-col:nth-child(8) .ingot2,
	.box-number-col:nth-child(9) .ingot2 {
		display: block !important;
	}

	.box-number-col:nth-child(10) .ingot3 {
		display: block !important;
	}

	.field-amount {
		padding-bottom: 40px;
	}

	.menu a {
		text-transform: uppercase;
	}

}

@media (max-width: 992px) {
	.nav {
		padding-left: 0 !important;
	}
}

@media (min-width: 768px) {
	.nav {
		background-color: transparent;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		position: static;
		opacity: 1;
		visibility: visible;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		overflow: visible;
		padding-left: 41px;
		width: calc(100% - 60px);
		height: auto;
		padding-top: 0;
	}

	.menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		text-transform: none;
		font-size: 14px;
		padding-bottom: 0;
	}

	.menu li:last-child:hover {
		background-color: transparent;
	}

	.menu li:last-child {
		background-color: transparent;
		margin-top: 0;
		font-size: 14px;
	}

	.menu a i {
		display: inline;
	}

	.logo-mobile {
		display: none;
	}

	.nav-opener {
		display: none;
	}

	.intro-wrapper .text-holder h1 {
		font-size: 57px;
	}

	.title-holder h2 {
		font-size: 50px;
	}

	.title-holder h3 {
		font-size: 36px;
	}

	.contain .image-holder {
		width: 361px;
		height: 361px;
	}

	.contain .image-holder:before {
		width: 379px;
		height: 379px;
	}

	.contain .text-holder {
		padding: 60px 60px 0;
	}

	.private-gold {
		padding: 70px 0 57px;
	}

	.private-gold .title-holder {
		margin-bottom: 36px;
	}

	.description-list li {
		padding: 0 15px 10px;
		width: 33.33%;
	}

	.description-list li .text-holder h4 {
		font-size: 30px;
	}

	.statistic li {
		width: 25%;
	}

	.statistic li h3 {
		font-size: 36px;
	}

	.news-holder {
		padding: 70px 0;
	}

	.news-list li {
		width: 50%;
	}

	.news-list li .text-holder {
		padding: 27px 27px 31px 32px;
		min-height: 355px;
	}

	.news-list li .text-holder h4 {
		font-size: 30px;
	}

	.contact-list {
		margin-bottom: 74px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.contact-list li {
		width: 33.33%;
		padding: 39px 30px;
	}

	.cod-quotazione {
		position: absolute;
		bottom: 15px;
		right: 10px;
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 30px 0;
	}

	.logo {
		width: 300px;
	}

	.logo img {
		width: 300px;
	}

	.nav {
		width: calc(100% - 300px);
	}

	.intro-wrapper {
		min-height: 807px;
	}

	.info {
		padding: 88px 0 170px;
	}

	.contain .text-holder {
		padding: 60px 60px 0 30px;
		text-align: left;
		font-size: 16px;
		margin: 0;
	}

	.private-gold .title-holder {
		margin-bottom: 54px;
	}

	.description-list li {
		padding: 0 42px 28px;
	}

	.news-holder {
		padding: 110px 0 177px 0;
	}

	.news-list li {
		width: 33.33%;
	}
}

@media (min-width: 1200px) {
	#header {
		padding: 45px 0;
	}

	.logo {
		width: 384px;
	}

	.logo img {
		width: 384px;
	}

	.nav {
		width: calc(100% - 384px);
	}

}

@media (min-width: 1640px) {
	.back-to-top {
		right: 319px;
		bottom: 100px;
	}
}