@charset "UTF-8";

/* 01. COLOURS
====================================================================================================================================================================================================== */

/*RED = #CF0A2C / rgba(207,10,44,0.90);*/
/*RED (60%) = #EE8379*/
/*RED (PANTONE 186CP) = #C8102E / rgba(200,16,46,1.00)*/

/* 02. BODY & HTML
====================================================================================================================================================================================================== */

* {
    padding: 0;
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    /*-webkit-font-smoothing: subpixel-antialiased;*/
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}

html, body {
  	height: 100%;
	font-size: 62.5%;
}

body {
	/*position: relative;*/
	font-family: "futura-pt", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	line-height: 1.0;
	background-color: #000;
	font-size: 1.8rem;
	
	/*height: 5000px;*/
}

.stop-scrolling {
	overflow: hidden;
}

/* 03. PRIMARY LAYERS & GRID
====================================================================================================================================================================================================== */

#wrapper {
	position: relative;
	z-index: 300;
	/*height: 100vh;*/
	/*padding-bottom: 198px;*/
	overflow: hidden;
}

main {
	/*position: relative;*/
    /*flex: 1 0 auto;*/
	/*z-index: 500;*/
}

.panel-container {
	position: relative;
	height: 100%;
	width: 100%;
	padding-bottom: 75px;
	padding-top: 75px;
}

#wrapper .panel-container:first-of-type {
	padding-top: 48px;
}

#wrapper .panel-container:last-of-type {
	padding-bottom: 99px;
}

.rose-gold,
.gold {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1512px;
    margin: 0 auto;
    /*padding: 0 24px;*/
	/*background-color: #FFF;*/
	/*overflow: hidden;*/
}

.row {
    display: flex;
    flex-flow: row wrap;
    /*margin: 0 -12px;*/
	/*min-height: 533px;*/
}

.column,
.column-single {
    flex: 0 0 auto;
    max-width: 100%;
}

.column-1, .column-2, .column-3, .column-4, .column-5, .column-6,
.column-7, .column-8, .column-9, .column-10, .column-11, .column-12,
.column-50 {
    position: relative;
    width: 100%;
    min-height: 1px;
    /*padding: 0 12px;*/ 
}

@media (min-width: 375px) {
	#wrapper .panel-container:first-of-type {
		padding-top: 60px;
	}	
}

@media (min-width: 390px) {
	#wrapper .panel-container:first-of-type {
		padding-top: 90px;
	}	
}

@media (min-width: 428px) {
	#wrapper .panel-container:first-of-type,
	#wrapper .panel-container:last-of-type {
		height: 100vh;
		padding-top: 0;
		padding-bottom: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.panel-container {
		padding-bottom: 48px;
		padding-top: 48px;
	}
}

@media (min-width: 568px) {
	.panel-container {
		padding-bottom: 48px;
		padding-top: 48px;
	}
	#wrapper .panel-container:first-of-type,
	#wrapper .panel-container:last-of-type {
		height: auto;
		display: block;
	}
	#wrapper .panel-container:first-of-type {
		padding-top: 0;
		/*padding-top: 60px;*/
	}
	#wrapper .panel-container:last-of-type {
		padding-bottom: 99px;
	}
	.container {
		padding: 0 75px;
	}
	.row {
		margin: 0 -12px;
	}
	.column-1, .column-2, .column-3, .column-4, .column-5, .column-6,
	.column-7, .column-8, .column-9, .column-10, .column-11, .column-12,
	.column-50 {
		padding: 0 12px; 
	}
}

@media (min-width: 667px) {
	.container {
		padding: 0 90px;
	}
}

@media (min-width: 768px) {
	/*#wrapper {
		padding-bottom: 0;
	}*/
	.panel-container {
		padding-bottom: 99px;
		padding-top: 99px;
	}
	/*#wrapper .panel-container:first-of-type {
		padding-top: 48px;
	}
	#wrapper .panel-container:last-of-type {
		padding-bottom: 150px;
	}*/
	#wrapper .panel-container:first-of-type,
	#wrapper .panel-container:last-of-type {
		height: 100vh;
		padding-top: 0;
		padding-bottom: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.container {
		padding: 0 75px;
	}
}

@media (min-width: 844px) {
	.panel-container {
		padding-bottom: 99px;
		padding-top: 99px;
	}
	#wrapper .panel-container:first-of-type,
	#wrapper .panel-container:last-of-type {
		height: auto;
		padding-bottom: 99px;
		padding-top: 99px;
	}
	#wrapper .panel-container:first-of-type {
		padding-top: 48px;
	}
	#wrapper .panel-container:last-of-type {
		padding-bottom: 48px;
	}
	.container {
		padding: 0px 42px;
	}
    .column-1 { 
        flex: 0 0 8.333333%;
        max-width: 8.333333%; 
    }
    .column-2 { 
        flex: 0 0 16.666667%;
        max-width: 16.666667%; 
    }
    .column-3 { 
        flex: 0 0 25%;
        max-width: 25%; 
    }
    .column-4 { 
        flex: 0 0 33.333333%;
        max-width: 33.333333%; 
    }
    .column-5 { 
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .column-6 { 
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-7 { 
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .column-8 { 
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .column-9 { 
        flex: 0 0 75%;
        max-width: 75%;
    }
    .column-10 { 
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .column-11 { 
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .column-12 { 
        flex: 0 0 100%;
        max-width: 100%;
    }
    .column-50 { 
        flex: 0 0 50%;
        max-width: 50%;
    }
	.offset-1 {
		margin-left: 8.333333%;
	}
	.offset-2 {
		margin-left: 16.666667%;
	}
	.container > svg {
		/*top: auto;
		bottom: 0px;*/
	}
}

@media (min-width: 1024px) {
	#wrapper .panel-container:first-of-type,
	#wrapper .panel-container:last-of-type {
		height: 100vh;
		padding-bottom: 0;
		padding-top: 0;
	}
	.panel-container {
		/*padding-bottom: 198px;
		padding-top: 198px;*/
		padding-bottom: 99px;
		padding-top: 99px;
	}
}

@media (min-width: 1366px) {
	.panel-container {
		padding-bottom: 264px;
		padding-top: 264px;
	}
	#wrapper .panel-container:first-of-type,
	#wrapper .panel-container:last-of-type {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 1512px) {
	.panel-container {
		padding-bottom: 292px;
		padding-top: 292px;
	}
	#wrapper .panel-container:first-of-type,
	#wrapper .panel-container:last-of-type {
		padding-top: 0;
		padding-bottom: 0;
	}
	.container {
		padding: 0 48px;
	}
}

/* 04. GLOBAL STYLES & RESETS
====================================================================================================================================================================================================== */

select, input, textarea {
	font-family: "futura-pt", Helvetica, Arial, sans-serif;
}

:focus, :active { /*REMOVE LINK OUTLINE IN FIREFOX*/
	outline: 0px;
	/*border: 0px;*/
}

input::-moz-focus-inner {  /*REMOVE BUTTON PADDING IN FIREFOX*/
	border: 0px;
	padding: 0px;
}

select::-moz-focus-inner, select:-moz-focusring { /*REMOVE SELECT FOCUS RING IN FIREFOX*/
    color: transparent !important;
	text-shadow: 0 0 0 #2F2F2F !important;
	background-image: none !important;
	outline: 0;
	border: 0;   
}

/*option:not(:checked) {
  	color: black;
}*/

ul, ol {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style: none;
	/*overflow: auto;  MAKES UL SAME HEIGHT AS ITS FLOATED CHILDREN*/
}

table, tr, td {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
}

select, input, textarea {
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	-webkit-appearance: none;
	border-radius: 0;
	border: none;	
}

button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

.scale {
	width: 100%;
	height: auto;
}

img.scale {
	display: block;
}

svg {
	width: 100%;
	height: auto;
	display: block;
}

.video-container {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	/*margin-top: 20px;*/
	/*border: 1px solid #CCC;*/
}

.video {
	width: auto;
	height: 100%;
	background-image: url("_images/loading-graphic.gif");
	background-size: 90px auto;
	background-position: center;
	background-repeat: no-repeat;
	/*background-color: #F0F2F1;*/
}

.video-container iframe,
.video iframe {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.hide-content {
	display: none;
}

.no-border {
	border: none;
}

.no-select {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*.hide-border {
	border-top: 1px solid rgba(255,255,255,0.00)!important;
}*/

h1, h2, h3, h4, h5, p, a, blockquote, figcaption, ul, ol {
	/*line-height: 1.33; BASED ON 12 / 9*/
	line-height: 1.2; /*BASED ON 12 / 10*/
	transition: color 300ms ease-in-out, border 300ms ease-in-out;
}

h1, h2, h3, h4, h5, cite {
    font-weight: 500;
	font-style: normal;
}

h1, h2, h3, h4, h5 {
    letter-spacing: -0.012em;
}

h2 {
    /*line-height: 1.0;*/
	text-transform: uppercase;
}

p {
	/*line-height: 1.33;*/
}

a {
	text-decoration: none;
    color: inherit;
}

a:hover {
	text-decoration: none;
}

p a {
	/*text-decoration: underline;*/
	border-bottom: 1px solid #666;
	color: #666;
}

p a:hover {
	border-bottom: 1px solid #000;
	color: #000;
}

strong {
	font-weight: 500;
	color: #404040;
}

ol.number-list { 
    counter-reset: item;
    list-style-type: none;
}

ul.bullet-list li::before,
ol.number-list li::before {
    position: absolute;
	/*color: #666;*/
	/*margin-left: -36px;*/
}

ul.bullet-list li::before {
	content: '\2014';
	font-weight: 400;
	margin-left: -27px;
}

ol.number-list li::before {
    content: counter(item, decimal-leading-zero) "."; 
    /*content: counter(item, decimal-leading-zero) "/ ";*/ 
    counter-increment: item;
	color: #CF0A2C;
	margin-left: -29px;
}

ul.bullet-list li,
ol.number-list li {
    position: relative;
	/*font-family: Georgia, "serif";*/
    font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 15px;
	/*padding-left: 36px;*/
}

ul.bullet-list li {
	color: #666;
	padding-left: 27px;
}

ol.number-list li {
	color: #000;
	padding-left: 29px;
}

ul.bullet-list li:first-of-type,
ol.number-list li:first-of-type {
	/*margin-top: 2px;*/
}

ul.bullet-list li:last-of-type,
ol.number-list li:last-of-type {
	margin-bottom: 0!important;
}

span.question-mark {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
}

.one-line-overflow {
	display: -webkit-box;   
	-webkit-line-clamp: 1;   
	-webkit-box-orient: vertical;   
	overflow: hidden; 
}

.black {
	color: #000;
}

p span.black {
	font-weight: 500;
}

p span.white {
	/*font-weight: 700;*/
	color: #FFF;
}

.red {
	color: #CF0A2C;
}

@media (hover:none) {

}

@media (min-width: 568px) {

}

@media (min-width: 667px) {

}

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

} 

@media (min-width: 768px) {

}

@media (min-width: 1024px) {

}

@media (min-width: 1366px) {
	ul.bullet-list li::before {
		margin-left: -36px;
	}
	ol.number-list li::before {
		margin-left: -39px;
	}
	ul.bullet-list li,
	ol.number-list li {
		font-size: 2.4rem;
		margin-bottom: 20px; /*48PX SPACE*/
	}
	ul.bullet-list li {
		padding-left: 36px;
	}
	ol.number-list li {
		padding-left: 39px;
	}
}

@media (min-width: 1512px) {

}

/* 05. ANIMATION
====================================================================================================================================================================================================== */

#unwrap-button-container {
	/*position: absolute;*/
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1200;
	background-color: #000;
}

#unwrap-button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 216px;
	height: 45px;
	font-size: 1.8rem;
	font-weight: 500;
	transition: background 300ms ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #CF0A2C;
	color: #FFF;
	padding: 0 24px;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 400;
}

#unwrap-button:hover {
	/*background-color: #FC1D3D;*/
	/*background-color: #A60614;*/
	background-color: #86020A;
}

@keyframes containerFade {
    from { 
		opacity: 1;
    }
    to {
		opacity: 0;
    }
}

#intro-animation-container {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1400;
	
	/*-webkit-animation: containerFade 1.5s 8.25s forwards;*/
    /*animation: containerFade 1.5s 8.25s forwards;*/
	
	/*-webkit-animation: containerFade 1.5s 15s forwards;
    animation: containerFade 1.5s 15s forwards;*/
	pointer-events: none;
	
	overflow: hidden;
	/*display: none;*/
}

#intro-animation-container > div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
	/*min-width: 280px;
	visibility: hidden;*/
}

.tree {
	max-width: 2560px;
	width: auto;
	height: 80%;
}

#home #wrapper > div {
	/*-webkit-transition: transform 200ms ease-in-out, opacity 300ms ease-in-out;*/
	/*transition: transform 200ms ease-in-out, opacity 300ms ease-in-out;*/
	/*-webkit-transform: translateY(75%);
	transform: translateY(75%);*/
	-webkit-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
	opacity: 0;
	/*visibility: hidden;*/
	pointer-events: none;
	
	/*display: none;*/
}

#visual #main-content-container > div {
	/*opacity: 1;*/
}

#home #wrapper.animation-active > div {
	/*-webkit-transform: translateY(0);
	transform: translateY(0);*/
	opacity: 1;
	/*visibility: visible;*/
	/*opacity: 0;*/
	/*-webkit-animation: animationFade 300ms forwards;
    animation: animationFade 300ms forwards;*/
	pointer-events: all;
	
	/*display: flex;*/
}

@keyframes animationFade {
    from { 
		opacity: 0;
    }
    to {
		opacity: 1;
    }
}

#main-content-container.animation-active > div:nth-of-type(1) {
	/*transition-delay: 15000ms;*/
}

@media (hover:none) {
	#unwrap-button:hover {
		background-color: #CF0A2C;
	}
}

@media (min-width: 568px) {

}

@media (orientation: landscape) and (max-width: 1024px) {
	.tree {
		height: 110%;
	}
	
} 

@media (min-width: 768px) {

}

@media (min-width: 1024px) {

}

@media (min-width: 1366px) {

}

@media (min-width: 1512px) {

}


/* 00. CONTENT PANELS
====================================================================================================================================================================================================== */

.content-container {
	overflow: hidden
}

.pattern-container {
	position: absolute;
	/*height: auto;*/
	height: 0;
	width: 100%;
	overflow: hidden;
	padding-top: 76.5812820512821%; /* 298.667 DIVIDED BY 390 */
	/*background-color: green;*/
	left: 0;
}

.left-pattern, 
.right-pattern {
	/*position: relative;
	height: 100%;
	width: auto;*/
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.left-pattern {
  	/*right: 50%;*/
	/*right: 125%;*/
	z-index: 200;
}

.right-pattern {
  	/*left: 50%;*/
}

.left-pattern svg,
.right-pattern svg {
	position: absolute;
	width: auto;
	height: 100%;
}

.left-pattern svg {
	right: 50%;
}

.right-pattern svg {
	left: 50%;
}

.gradient {
	position: absolute;
	background-image: url("../_images/left-gradient.png"), url("../_images/right-gradient.png");
	/*background-size: 90px auto;*/
	background-position: top left, top right; 
	background-repeat: repeat-y, repeat-y;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}

.content-column {
	z-index: 6000;
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding-left: 24px;
	padding-right: 24px;
}

.number {
	font-size: 2.4rem; /*9 DIVIDED BY 12 = 75% / 24.75 ROUNDED TO NEAREST 3 */
	font-weight: 500;
	color: #404040;
	/*padding-top: 33px;*/
	margin-bottom: 33px;
}

.content-container h2 {
	font-size: 2.4rem;
	color: #FFF;
	margin-bottom: 23px;
}

.content-container p {
	font-size: 1.8rem;
	color: #666;
}

.circle-container {
	display: flex;
	margin-top: 21px;
	opacity: 0;
	visibility: hidden;
}

.circle {
	position: relative;
    width: 31px;
    height: 31px;
    border-radius: 50%;
	cursor: pointer;
	margin-right: 9px;
	border: 1px solid #000;
}

.circle.active {
	border: 1px solid #CF0A2C;
}

.circle-inner {
	position: absolute;
    width: 21px;
    height: 21px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-repeat: no-repeat;
	border-radius: 50%;
}

.option {
	opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.silver-circle .circle-inner {
    /*background-color: #B76E79;*/
	background-image: url("../_images/silver-gradient_30x30.gif");
}

.rose-gold-circle .circle-inner {
    /*background-color: #B76E79;*/
	background-image: url("../_images/rose-gold-gradient_30x30.gif");
}

.gold-circle .circle-inner {
    /*background-color: #CC9933;*/
	/*background-color: #FFD700;*/
	background-image: url("../_images/gold-gradient_30x30.gif");
}

[id^="panel"] .active {
	opacity: 1;
}

.image-column {
	display: flex;
}

.image-column > div {
	position: absolute;
	/*width: calc(100% - 24px);*/
	width: 100%;
	top: 0;
	/*left: 0;*/
}

.image-column > div > svg {
	position: absolute;
	top: 0;
	left: 0;
}

.image-column > div > svg {
	/*opacity: 0.24;*/
	opacity: 0.42;
}

.image-column > img {
	position: relative;
	z-index: 100;
}

@media (hover:none) {

}

@media (min-width: 428px) {
	.content-column {
		margin-top: 60px;
	}
	.image-column > div {
		width: calc(100% - 24px);
	}
}

@media (min-width: 568px) {
	.pattern-container {
		padding-top: 56.3556338028169%; /* 320.1 DIVIDED BY 568 */
	}
	.content-column {
		padding-left: 12px;
		padding-right: 12px;
		margin-top: 0;
	}
	.number {
		/*padding-top: 0;*/
		/*margin-bottom: 66px; 72PX SPACE*/
	}
	.content-container h2 {
		margin-bottom: 29px; /*36PX SPACE*/
	}
}

@media (min-width: 667px) {
	.pattern-container {
		padding-top: 55.9145427286357%; /* 372.95 DIVIDED BY 667 */
	}
	.content-column {
		/*padding-left: 12px;
		padding-right: 12px;*/
	}
}

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

} 

@media (min-width: 768px) {
	.pattern-container {
		padding-top: 61.6233072916667%; /* 473.267 DIVIDED BY 768 */
	}
	.number {
		font-size: 3.0rem;
		/*margin-bottom: 79px;*/
		margin-bottom: 48px;
	}
	.content-container h2 {
		font-size: 3.0rem;
		margin-bottom: 34px;
	}
	.content-container p {
		font-size: 2.1rem;
	}
	.circle-container {
		margin-top: 27px;
	}
	.circle {
		width: 37px;
		height: 37px;
		margin-right: 12px;
	}
	.circle-inner {
		width: 27px;
		height: 27px;
	}

}

@media (min-width: 844px) {
	.pattern-container {
		padding-top: 37.4407582938389%; /* 316 DIVIDED BY 844 */
	}
	.number {
		font-size: 2.4rem;
		margin-bottom: 66px;
	}
	.content-container h2 {
		font-size: 2.4rem;
		margin-bottom: 29px;
	}
	.content-container p {
		font-size: 1.8rem;
	}
	.circle-container {
		margin-top: 21px;
	}
	.circle {
		width: 31px;
		height: 31px;
		margin-right: 9px;
	}
	.circle-inner {
		width: 21px;
		height: 21px;
	}
}

@media (min-width: 1024px) {
	.pattern-container {
		padding-top: 34.25126953125%; /* 350.733 DIVIDED BY 1024 */
	}
	.left-pattern, 
	.right-pattern {
		/*width: 100%;*/
	}
	.left-pattern {
		/*right: 50%;*/
	}
	.left-pattern svg,
	.right-pattern svg {
		/*width: 100%;
		height: auto;*/
	}
}

@media (min-width: 1366px) {
	.pattern-container {
		padding-top: 35.262298682284%; /* 481.683 DIVIDED BY 1366 */
	}
	.number {
		font-size: 3.0rem;
		margin-bottom: 79px;
	}
	.content-container h2 {
		font-size: 3.0rem;
		margin-bottom: 34px;
	}
	.content-container p {
		font-size: 2.1rem;
	}
	.circle-container {
		margin-top: 27px;
	}
	.circle {
		width: 37px;
		height: 37px;
		margin-right: 12px;
	}
	.circle-inner {
		width: 27px;
		height: 27px;
	}
}

@media (min-width: 1512px) {
	.pattern-container {
		padding-top: 35.2513227513228%; /* 533 DIVIDED BY 1512 */
		/*padding-top: calc(37.6412429378531% + 96px);*/
	}
	.number {
		font-size: 3.3rem;
		/*padding-top: 216px;*/
		margin-bottom: 88px; /*96PX SPACE*/
	}
	.content-container h2 {
		font-size: 3.3rem;
		margin-bottom: 38px; /*48PX SPACE*/
	}
	.content-container p {
		font-size: 2.4rem;
	}
	.circle-container {
		margin-top: 30px;
	}
	.circle {
		width: 40px;
		height: 40px;
		margin-right: 15px;
	}
	.circle-inner {
		width: 30px;
		height: 30px;
	}
}

/* 00. BUTTONS
====================================================================================================================================================================================================== */

.button {
	width: 165px;
	height: 36px; /*33.75 ROUNDED TO NEAREST 3 */
	font-size: 1.6rem;
	font-weight: 500;
	/*transition: background 300ms ease-in-out, color 300ms ease-in-out, border 300ms ease-in-out;*/
	transition: background 300ms ease-in-out;
	display: flex;
	align-items: center;
	
	background-color: #CF0A2C;
	color: #FFF;
	padding: 0 21px;
	justify-content: space-between;
	text-decoration: none;
	text-transform: uppercase;
	/*margin-top: 45px;*/
	margin-top: 30px;
	cursor: pointer;
}

.button span {
	width: 16px;
	height: 16px;
	display: block;
}

.button:hover {
	/*background-color: #FC1D3D;*/
	/*background-color: #A60614;*/
	background-color: #86020A;
}

@media (hover:none) {
	.close-button:hover svg polygon {
		fill: #CF0A2C!important;
	}
}

@media (min-width: 568px) {
	.button {
		margin-top: 51px; /*54PX SPACE*/
	}
}

@media (min-width: 667px) {

}

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

} 

@media (min-width: 768px) {
	.button {
		width: 195px;
		height: 42px;
		margin-top: 62px;
	}

}

@media (min-width: 844px) {
	.button {
		width: 165px;
		height: 36px;
		margin-top: 47px;
	}
}

@media (min-width: 1024px) {

}

@media (min-width: 1366px) {
	.button {
		width: 195px;
		height: 42px;
		margin-top: 62px;
	}
}

@media (min-width: 1512px) {
	.button {
		width: 216px;
		height: 45px;
		font-size: 1.8rem;
		padding: 0 24px;
		margin-top: 69px; /*72PX SPACE*/
	}
	.button span {
		width: 18px;
		height: 18px;
	}
}
















