@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------- 
 * ## main navigation 
 * ------------------------------------------------------------------- */
.header-nav {
	width: 440px;
	height: 100%;
	background: #0d0d0d;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	visibility: hidden;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 8rem 3rem 3.6rem 3rem;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999999;
}
.header-nav:after {
	content: "";
	width: 100%;
	float: right;
	background: url(../images/logo-white-transparent-circle-shape.svg) no-repeat center / 100%;
	margin: 0 0 0;
	padding: 0 0 100%;
	opacity: 0.2;
	position: absolute;
	bottom: 10%;
	right: -30%;
	z-index: -9;
}
.header-nav p {
	float: none;
    font-size: 16px;
    font-weight: 400;
    color: #e3dfd3;
    letter-spacing: normal;
    line-height: 1.75;
    margin: 0 0 16px;
}
.header-nav p a {
    color: #e3dfd3;
}
.header-nav p span {
	display: block;
}
.header-nav h2 {
	font-size: 28px;
    font-weight: 400;
	color: #323031;
    letter-spacing: 6.4px;
    line-height: 1.33;
	text-transform: uppercase;
    margin: 0 0 0;
	font-family: 'denike-regular-font';
}
.header-nav h2 a {
	color: #323031;
}
.header-nav h2 span {
	display: block;
}
.header-nav h3 {
	font-size: 16px;
    font-weight: 400;
	color: #323031;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 0 0;
}
.header-nav h3 a {
	color: #323031;
}
.header-nav h3 span {
	display: block;
}
.header-nav a:hover, .header-nav a:focus, .header-nav a:active {
	color: white;
}
.header-nav__content {
	position: relative;
	left: 50px;
	opacity: 0;
	visibility: hidden;
}
.header-nav__list li {
	line-height: 4rem;
}
.header-nav__list li li {
	line-height: 2.8rem;
}
/* .header-nav__list a::before {
	content: counter(ctr, decimal-leading-zero) ".";
	counter-increment: ctr;
	font-size: 11px;
	color: #c78a4f;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: absolute;
	left: 3px;
	top: 0;
} */
.header-nav__list a:hover::before {
	color: #ffffff;
}
.header-nav__logo {
	width: 90%;
	float: left;
	margin: 0 0 0;
}
.header-nav__logo img {
	width: 100%;
	display: block;
}
.header-nav__social {
	width: 100%;
	float: left;
	margin: 0 0 0;
}
.header-nav__social li {
	width: auto;
	float: left;
	margin: 0 10px 0 0;
}
.header-nav__social li:last-child {
	margin: 0;
}
.header-nav__close {
	height: 30px;
	width: 30px;
	display: block;
	background: #c78a4f;
	border: 1px solid #c78a4f;
	border-radius: 50%;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	transition: all 0.25s ease-out 0s;
	position: absolute;
	top: 24px;
	right: 30px;
	z-index: 800;
}
.header-nav__close:hover {
	background: none;
	border: 1px solid #c78a4f;
}
.header-nav__close span::before, .header-nav__close span::after {
	content: "";
	display: block;
	height: 2px;
	width: 12px;
	background-color: #ffffff;
	transition: all 0.25s ease-out 0s;
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -1px;
}
.header-nav__close:hover span::before, .header-nav__close:hover span::after{
	background: #c78a4f;
}
.header-nav__close span::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.header-nav__close span::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* menu is open
 * ----------------------------------------------- */
.menu-is-open .header-nav {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	-webkit-overflow-scrolling: touch;
}
.menu-is-open .header-nav .header-nav__content {
	opacity: 1;
	visibility: visible;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	left: 0;
}
/* ------------------------------------------------------------------- 
 * ## mobile menu toggle 
 * ------------------------------------------------------------------- */
.header-menu-toggle {
	width: 92px;
	float: left;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	margin: 0 0 0;
	position: fixed;
	top: 25px;
	left: 30px;
	z-index: 99999999;
}
.header-menu-toggle::after {
	content: "Menu";
	float: right;
	font-size: 16px;
	font-weight: 400;
	color: #0d0d0d;
	letter-spacing: 0.32px;
	line-height: 2.26;
	margin: 0 0 0;
}
.header-menu-toggle.opaque {
	top: 50px;
}
.header-menu-toggle.opaque::after {
	color: #ffffff;
}
.header-menu-toggle.opaque .header-menu-icon {
	background: url(../images/logo-coralsand-circle-symbol.svg) no-repeat center / 100%;
}
.header-menu-icon {
	width: 40px;
	float: left;
	background: url(../images/logo-black-circle-symbol.svg) no-repeat center / 100%;
	margin: 0 0 0;
	padding: 0 0 40px;
}
.header-menu-icon img {
	width: 100%;
	display: block;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.header-menu-toggle {
	width: 82px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.header-menu-toggle.opaque {
	top: 16px;	
}
.header-menu-toggle::after {
	font-size: 14px;
	line-height: 2.36;
	margin: 0 0 0;
	
}
.header-menu-icon {
	width: 34px;
	margin: 0 0 0;
	padding: 0 0 34px;
}
.header-nav__logo {
	width: 90%;
	float: none;
	display: block;
	margin: 0 auto 0;
}
.header-nav {
	width: 320px;
	text-align: center;
	padding: 6.6rem 2rem 3.6rem;
}
.header-nav p {
	font-size: 14px;
}
.header-nav h2 {
	font-size: 28px;
}
.header-nav h3 {
	font-size: 14px;
}
.header-nav__social li {
	width: 39px;
	float: none;
	display: inline-block;
	margin: 0 3px 0;
}
.header-nav__list li {
	line-height: 3.4rem;
}
.header-nav__list li li {
	line-height: 2.4rem;
}
.header-nav__list a::before {
	vertical-align: middle;
	margin: 0 10px 0 0;
	position: relative;
	top: inherit;
	left: inherit;
}
    .header-nav__list li {
        line-height: 3.4rem;
        text-align: left;
    }
}

@media screen and (min-width:481px) and (max-width:600px) {
.header-menu-toggle {
	width: 82px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.header-menu-toggle.opaque {
	top: 16px;	
}
.header-menu-toggle::after {
	font-size: 14px;
	line-height: 2.36;
	margin: 0 0 0;
}
.header-menu-icon {
	width: 34px;
	margin: 0 0 0;
	padding: 0 0 34px;
}
.header-nav__logo {
	width: 90%;
	float: none;
	display: block;
	margin: 0 auto 0;
}
.header-nav {
	width: 380px;
	text-align: center;
	padding: 6.6rem 2rem 3.6rem;
}
.header-nav p {
	font-size: 14px;
}
.header-nav h2 {
	font-size: 28px;
}
.header-nav h3 {
	font-size: 14px;
}
.header-nav__social li {
	width: 39px;
	float: none;
	display: inline-block;
	margin: 0 3px 0;
}
.header-nav__list li {
	line-height: 3.4rem;
}
.header-nav__list li li {
	line-height: 2.4rem;
}
.header-nav__list a::before {
	vertical-align: middle;
	margin: 0 10px 0 0;
	position: relative;
	top: inherit;
	left: inherit;
}
    .header-nav__list li {
        line-height: 3.4rem;
        text-align: left;
    }
}

@media screen and (min-width:601px) and (max-width:767px) {
.header-menu-toggle {
	width: 82px;
	margin: 0 0 0;
	position: fixed;
	top: 16px;
	left: 5%;
}
.header-menu-toggle.opaque {
	top: 16px;	
}
.header-menu-toggle::after {
	font-size: 14px;
	line-height: 2.36;
	margin: 0 0 0;
}
.header-menu-icon {
	width: 34px;
	margin: 0 0 0;
	padding: 0 0 34px;
}
.header-nav__logo {
	width: 90%;
	float: none;
	display: block;
	margin: 0 auto 0;
}
.header-nav {
	width: 380px;
	text-align: center;
	padding: 6.6rem 2rem 3.6rem;
}
.header-nav p {
	font-size: 14px;
}
.header-nav h2 {
	font-size: 28px;
}
.header-nav h3 {
	font-size: 14px;
}
.header-nav__social li {
	width: 39px;
	float: none;
	display: inline-block;
	margin: 0 3px 0;
}
.header-nav__list li {
	line-height: 3.4rem;
}
.header-nav__list li li {
	line-height: 2.4rem;
}
.header-nav__list a::before {
	vertical-align: middle;
	margin: 0 10px 0 0;
	position: relative;
	top: inherit;
	left: inherit;
}
.header-nav__list li {
        line-height: 3.4rem;
        text-align: left;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.header-menu-toggle {
	width: 16px;
	top: 30px;
	left: 3%;
}
.header-menu-toggle.opaque {
	top: 47px;	
}
.header-menu-toggle::after {
	font-size: 13px;
	line-height: 0.8;
	display: block;
	        float: left;
        position: absolute;
        left: 22px;
}

.header-menu-toggle.opaque::after {
	left: 10px;
	top: -2px;
}
.header-menu-icon {
	width: 16px;
	height: 2px;
	float: left;
	background: #0d0d0d;
	margin: 5px 0 5px;
	padding: 0 0 0;
	position: relative;
}
.header-menu-icon::before, .header-menu-icon::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #0d0d0d;
	margin: 0 0 0;
	position: absolute;
	left: 0;
}
.header-menu-toggle.opaque .header-menu-icon {
	background: #c78a4f;
	left: -10px;
	top: -2px;
}
.header-menu-toggle.opaque .header-menu-icon::before, .header-menu-toggle.opaque .header-menu-icon::after {
	background: #c78a4f;
}
.header-menu-icon::before {
	top: -5px;
}
.header-menu-icon::after {
	bottom: -5px;
}
.header-nav__list li {
	line-height: 4rem;
}
.header-nav__list li li {
	line-height: 2.5rem;
}
.header-nav__social li {
	width: 41px;
	margin: 0 6px 0 0;
}
.header-nav {
	width: 380px;
	padding: 8rem 2rem 3.6rem;
}
.header-nav p {

	font-size: 14px;
}
.header-nav h2 {
	font-size: 24px;
}
.header-nav h3 {
	font-size: 14px;
}
.header-nav__list li {
    line-height: 3.4rem;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.header-menu-toggle {
	width: 16px;
	top: 34px;
	left: 3%;
}
.header-menu-toggle.opaque {
	top: 59px;	
}
.header-menu-toggle::after {
	font-size: 14px;
	line-height: 0.8;
	display: block;
	        float: left;
        position: absolute;
        left: 25px;
}
.header-menu-toggle.opaque::after {
	left: 15px;
	top: -1px;
}
.header-menu-icon {
	width: 16px;
	height: 2px;
	float: left;
	background: #0d0d0d;
	margin: 5px 0 5px;
	padding: 0 0 0;
	position: relative;
}
.header-menu-icon::before, .header-menu-icon::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #0d0d0d;
	margin: 0 0 0;
	position: absolute;
	left: 0;
}
.header-menu-toggle.opaque .header-menu-icon {
	background: #c78a4f;
	left: -10px;
	top: -2px;
}
.header-menu-toggle.opaque .header-menu-icon::before, .header-menu-toggle.opaque .header-menu-icon::after {
	background: #c78a4f;
}
.header-menu-icon::before {
	top: -5px;
}
.header-menu-icon::after {
	bottom: -5px;
}
.header-nav__list li {
	line-height: 4.4rem;
}
.header-nav__list li li {
	line-height: 2.5rem;
}
.header-nav__social li {
	width: 43px;
	margin: 0 7px 0 0;
}
.header-nav {
	width: 390px;
	padding: 8rem 2.50rem 3.6rem;
}
.header-nav p {
	font-size: 15px;
}
.header-nav h2 {
	font-size: 27px;
}
.header-nav h3 {
	font-size: 15px;
}
.header-nav__list li {
    line-height: 3.4rem;
}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.header-menu-toggle {
	width: 16px;
	top: 37px;
	left: 3%;
}
.header-menu-toggle.opaque {
	top: 60px;	
}
.header-menu-toggle::after {
	font-size: 14px;
	line-height: 0.8;
	display: block;
	        float: left;
        position: absolute;
        left: 25px;
}
.header-menu-toggle.opaque::after {
	left: 25px;
	top: 1px;
}
.header-menu-icon {
	width: 16px;
	height: 2px;
	float: left;
	background: #0d0d0d;
	margin: 5px 0 5px;
	padding: 0 0 0;
	position: relative;
}
.header-menu-icon::before, .header-menu-icon::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #0d0d0d;
	margin: 0 0 0;
	position: absolute;
	left: 0;
}
.header-menu-toggle.opaque .header-menu-icon {
	background: #c78a4f;
}
.header-menu-toggle.opaque .header-menu-icon::before, .header-menu-toggle.opaque .header-menu-icon::after {
	background: #c78a4f;
}
.header-menu-icon::before {
	top: -5px;
}
.header-menu-icon::after {
	bottom: -5px;
}
.header-nav__list li {
    line-height: 3.4rem;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.header-menu-toggle {
	width: 16px;
	top: 37px;
	left: 3%;
}
.header-menu-toggle.opaque {
	top: 72px;	
}
.header-menu-toggle::after {
	font-size: 14px;
	line-height: 0.8;
	display: block;
	        float: left;
        position: absolute;
        left: 25px;
}
.header-menu-icon {
	width: 16px;
	height: 2px;
	float: left;
	background: #0d0d0d;
	margin: 5px 0 5px;
	padding: 0 0 0;
	position: relative;
}
.header-menu-icon::before, .header-menu-icon::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #0d0d0d;
	margin: 0 0 0;
	position: absolute;
	left: 0;
}
.header-menu-toggle.opaque .header-menu-icon {
	background: #c78a4f;
}
.header-menu-toggle.opaque .header-menu-icon::before, .header-menu-toggle.opaque .header-menu-icon::after {
	background: #c78a4f;
}
.header-menu-icon::before {
	top: -5px;
}
.header-menu-icon::after {
	bottom: -5px;
}
}

@media screen and (min-width:1341px) and (max-width:1440px) {
.header-menu-toggle {
	width: 16px;
	top: 37px;
	left: 2%;
}
.header-menu-toggle.opaque {
	top: 65px;	
}
.header-menu-toggle::after {
	font-size: 14px;
	line-height: 0.8;
	display: block;
	        float: left;
        position: absolute;
        left: 27px;
}
.header-menu-icon {
	width: 16px;
	height: 2px;
	float: left;
	background: #0d0d0d;
	margin: 5px 0 5px;
	padding: 0 0 0;
	position: relative;
}
.header-menu-icon::before, .header-menu-icon::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #0d0d0d;
	margin: 0 0 0;
	position: absolute;
	left: 0;
}
.header-menu-toggle.opaque .header-menu-icon {
	background: #c78a4f;
}
.header-menu-toggle.opaque .header-menu-icon::before, .header-menu-toggle.opaque .header-menu-icon::after {
	background: #c78a4f;
}
.header-menu-icon::before {
	top: -5px;
}
.header-menu-icon::after {
	bottom: -5px;
}
}

@media screen and (min-width:1441px) and (max-width:1540px) {
.header-menu-toggle {
	left: 15px;
}
}