/******************** GENERAL ********************/                                                                                           
body, html {                                             
	overflow-x: hidden;
	background-color: white;
}

* {
	margin: 0px auto;
	padding: 0px;
	box-sizing: border-box;
}

/* background */
.background {
	background-size: cover;
	background-position: 50% 50%;
}

/* text adjustments */
h1, h2, h3, p, a {
	font-family: 'Montserrat', sans-serif;
}

.curlyworld {
	font-family: 'Crimson Text', serif;
}

.fira {
	font-family: 'Fira Sans Condensed', sans-serif;
}

/* link */
a, a:hover {
	text-decoration: none;
	color: inherit;
}

/* input */
input[type="text"] {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 16px;
	color: black;
}

/* opacityShow */
.opacityShow {
	opacity: 0;
} 

/* disable a */
.disable-anchor {
	pointer-events: none !important;
	cursor: default;
}

/* parallax */
.parallax-element, #HomeImage, #HomeContent {
    transition: 3s;
}

/* ensure buy button always appears */
.modalsection .col.two .contentouter .diamond .button iframe {
   height: 50px !important;
}








/******************** PRELOADER ********************/
#Preloader {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999999999;
	background-color: white;
}

/* loader */
#Preloader img {
	display: block;
	height: 150px;
	position: relative;
	top: 50%;
	margin-top: -75px;
    animation: preload 1.5s linear infinite;
    -webkit-animation: preload 1.5s linear infinite;
}








/******************** NOTIFICATIONS SECTION *********************/ 
/* overlay */      
/*
#NotifOverlay {
    display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 999999999;
    opacity: 0;
	background-color: rgba(0,0,0,0.8);
}
*/

/* notif */
#Notif {
	width: 310px;
	height: 100px;
	position: fixed;
	z-index: 9999999; 
	top: -120px;
	left: 29px;
	opacity: 0;
	background-color: rgb(235,235,235);
	border-radius: 20px;
}

/* image */
#Notif #Image {
	width: 40px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #ab182d;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

#Notif #Image img {
	display: block;
    width: auto;
	height: 20px;
	position: relative;
	top: 39px;
}

/* information */
#Notif #Information {
	width: 230px; 
	height: 100px;
	position: absolute;
	top: 0px;
	left: 60px;
}

#Notif #Information h1 {
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #ab182d;
}

#Notif #Information p {
	margin-top: 5px;
	line-height: 1.2;
	font-size: 13px;
	font-weight: 300;
	color: black;
}

#Notif #Information p a {
	cursor: pointer;
	text-decoration: underline; 
	font-weight: bold;
}

/* close */
#Notif #Close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: calc(50% - 15px);
	right: -12px;
	cursor: pointer;
	background-color: rgb(200,200,200);
	border-radius: 100%;
	transition: 500ms;
}

#Notif #Close img {
	display: block;
	height: 20px;
	position: relative;
	top: 5px;
}

#Notif #Close:hover {
	background-color: #ab182d;
	transform: rotate(360deg);
}
  






 
/******************** NAVIGATE ANIMATION ********************/
.navigateanimation {
	display: none;
	position: fixed;
	z-index: 999999999;
	background-color: white;
}

/* overlay */
.navigateanimation.overlay {
	width: 100%;
	height: 100vh;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
    opacity: 0;
	background-color: black;
}

/* position and dimension */
.navigateanimation.top,
.navigateanimation.bottom {
	width: 100%;
	height: 0px;
}

.navigateanimation.left,
.navigateanimation.right {
	width: 0px;
	height: 100vh;
}

.navigateanimation.top {
	top: 0px;
}

.navigateanimation.bottom {
	bottom: 0px;
}

.navigateanimation.left {
	left: 0px;
}

.navigateanimation.right {
	right: 0px;
}







 
/******************** HOME SECTION ********************/        
#HomeSection {                
	width: 100%;
	height: 100vh;
	margin-top: 100px;
	position: relative;
	overflow: hidden;
}

/* image */
#HomeSection #HomeImage {
	width: 100%; 
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	background-image: url("../../Assets/Images/Products/hometwo.jpg");
	background-position-x: 75%;      
} 

/* overlay */
#HomeSection #HomeImage #HomeOverlay {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
  
/* home blurb */
#HomeSection #HomeBlurb { 
    width: 400px;
    height: auto;   
    position: absolute;
    top: calc(50% - 175px);    
    right: calc(16.5% - 200px);  
    z-index: 999;
    text-align: center;
    color: white;   
} 

#HomeSection #HomeBlurb h1 {
    font-size: 35px; 
    font-weight: bold; 
}

#HomeSection #HomeBlurb p {
	margin-top: 40px;
	line-height: 1.5;
	font-size: 20px;
	font-weight: 500;
}








/******************** REVIEW CAROUSEL SECTION *********************/         
#ReviewCarouselSection {                                 
	width: 100%; 
	position: relative; 
	overflow: hidden;      
	border-bottom: 1px solid rgb(235,235,235);
} 

/* car el */
#ReviewCarouselSection .rc-el {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px; 
	z-index: 9;
	opacity: 0;
} 

#ReviewCarouselSection .rc-el.active {
	opacity: 1;
}

/* car el - content */
#ReviewCarouselSection .rc-el .content {
    width: 600px; 
    height: auto;
    padding: 70px 0px 70px;
    text-align: center;
}

/* car el - content - stars */
#ReviewCarouselSection .rc-el .content .stars {
	height: 17.5px;
	width: auto;
}

#ReviewCarouselSection .rc-el .content .stars img {
	display: inline-block;
	height: 17.5px;
	width: auto;
	margin: 0px 5px 0px;
}

/* car el - content - p */
#ReviewCarouselSection .rc-el .content p {
	margin-top: 25px;
    font-size: 22.5px;
    font-weight: 300;
    font-style: italic;
    color: #ab182d; 
}

/* car el - content - h2 */
#ReviewCarouselSection .rc-el .content h2 { 
	margin-top: 30px;
    font-size: 12px;
    color: black;
    font-weight: bold;
    word-spacing: 1px;
}

#ReviewCarouselSection .rc-el .content h2 span {
	padding: 0px 10px 0px;
	position: relative;
	bottom: 1px;
}

#ReviewCarouselSection .rc-el .content h2 strong {
	opacity: 0.25;      
}
 
/* controls */
#ReviewCarouselSection .control {
	height: 30px; 
	position: absolute;
	top: calc(50% - 15px); 
	z-index: 99;
    opacity: 0.2;	
	cursor: pointer; 
	transition: 500ms; 
}
 
#ReviewCarouselSection .control:hover {
	opacity: 1;   
}    
 
#ReviewCarouselSection #RCLeft { 
	left: 50px;
}

#ReviewCarouselSection #RCRight { 
	right: 50px;
}


 





/******************** HEADER SECTION ********************/          
.header-section {   
	text-align: center;
}
 
/* h1 */
.header-section h1 {  
	font-weight: bold; 
	font-size: 45px;
    line-height: 0.9;
}

.header-section h1 span {
	color: #AB182D;
}

/* cursor */
.typewritercursor {
    position: relative;
	bottom: 4px;
	font-weight: 100 !important;
	color: rgb(130,130,130); 
	animation: cursorblink 1s step-end infinite;
}

/* p */
.header-section p {  
    width: 500px; 
    margin-top: 25px;
	font-size: 17px;  
	font-weight: 300; 
	font-style: italic; 
	color: black;  
}  
 






              
/******************** WELCOME SECTION ********************/           
#WelcomeSection {  
	width: 100%; 
	margin: 60px auto 140px; 
}

/* p */
#WelcomeSection p.welcomequote {
   width: 100%; 
   font-size: 25px; 
   font-weight: bold; 
   color: #AB182D;
} 

/* h3 */
#WelcomeSection h3 {
	margin-top: 25px;
	font-size: 15px; 
	font-weight: 300;
	font-style: italic;
}

/* divider */
#WelcomeDivider {
    width: 700px;
    height: 1px;
    margin: 60px auto;
    border-bottom: 2px dotted rgb(230,230,230); 
}

/* a */
#WelcomeSection a {
	text-decoration: underline;
}
 






        
/******************** PRODUCT SECTION ********************/                          
#ProductSection {                                        
	width: 100%;
	height: auto; 
	position: relative; 
	padding: 10px 0px 350px;   
    background-color: rgb(250,250,250);   
}

/********************/
/* COMMENCE ONE PRODUCT ROWS */
/********************/

/* row */
.oprow {
	width: calc(100% - 80px);
	height: 600px;
    margin-bottom: 100px;
	position: relative;
}

.oprow.one {
	margin-top: 30px;
}

.oprow.two {
    margin-top: 200px; 
}

/* col */
.oprow .opcol {
	display: inline-block;
	width: calc(50% - 20px);
	height: 100%; 
	position: relative;
	cursor: pointer;
	transition: 1s;
}

.oprow .opcol.opcont {
	border: 1px solid rgba(0,0,0,0.1);
}

.oprow .opcol.right {   
	float: right !important;
}

.oprow .opcol.left {   
	float: left !important;
}

.oprow .opcol:hover {
	opacity: 0.5;
}

/* cont inner */
.oprow .opcol.opcont .opcontinner {
	height: auto;
	position: relative;
	top: calc(50% - 95px);
    text-align: center;
}

/* a */
.oprow .opcol.opcont .opcontinner a {
	display: block;
	height: 55px;
	width: 55px;
    padding-top: 20px;
	background-color: #AB182D;
	font-size: 7px;
    font-weight: bold;
    line-height: 1;
    color: white;
	border-radius: 100%;
}

.oprow.one .opcol.opcont .opcontinner a {
	padding-top: 22px;
	font-size: 11px;
}

/* h1 */ 
.oprow .opcol.opcont .opcontinner h1 {
	margin: 50px auto 10px;
	position: relative;
	font-weight: bold;
	font-size: 40px;
    line-height: 1;
	color: #AB182D;
}

.oprow .opcol.opcont .opcontinner h1 span {
    position: relative;
    bottom: 20px;
    left: 2px;
    font-size: 10px;
	color: black;
}

/* p */
.oprow .opcol.opcont .opcontinner p {
	width: 300px;
	word-spacing: 1px; 
	font-size: 16px;
    font-weight: 400;
	color: black;
}

/* img */  
.oprow.one .opcol.opimg .opinnerimg {
	width: 300px;
	height: 500px; 
	position: absolute;
	top: calc(50% - 250px);
	left: calc(50% - 150px);
	z-index: 9;
    background-image: url("../../Assets/Images/Products/thth_32_grey.png");
} 

.oprow.two .opcol.opimg .opinnerimg {
	width: 500px;
	height: 500px; 
	position: absolute;
	top: calc(50% - 250px);
	left: calc(50% - 250px);
	z-index: 9;
    background-image: url("../../Assets/Images/Products/PMU3.jpg"); 
}   

.oprow .opcol.opimg .opimgoverlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	background-color: rgba(0,0,0,0.03);
}

/********************/
/* COMMENCE TWO PRODUCT ROWS */
/********************/

/* row */
#ProductSection .row {
	width: 100%;
	height: 500px; 
	position: relative;
	text-align: center; 
}

#ProductSection .row.mobile {
	display: none;
}

#ProductSection .row:not(.one) { 
	margin-top: 75px;  
}
  
/* col */
#ProductSection .col {
	display: inline-block;  
	width: 600px; 
    height: 500px; 
    position: absolute;
    cursor: pointer;    
}

#ProductSection .col.one {
    left: calc(25% - 290px);
}

#ProductSection .col.two {    
    right: calc(25% - 290px); 
}

/*
#ProductSection #IMY {
	left: calc(50% - 300px);
}
*/
 
#ProductSection .col:hover {
    opacity: 0.3;
	transform: scale(0.95); 
}
 
/* img */
#ProductSection .col img {     
	width: auto;  
	height: 450px; 
	margin-top: 25px;
	transform: scale(0.85) !important; 
}

#ProductSection .col.hue img { 
    transform: scale(0.80) !important;    
}
   
#ProductSection .col.book img {
    transform: scale(0.70) !important;
}
 
/* header */  
#ProductSection .productcont {
    width: 450px;
    padding-top: 30px; 
    position: absolute;
    bottom: -10px;
    left: calc(50% - 225px); 
    text-align: center; 
    border-top: 1px dotted rgb(225,225,225); 
}

#ProductSection .col h1 {
    font-size: 25px;  
    font-weight: bold; 
    line-height: 1; 
    color: #AB182D; 
}
 
#ProductSection .col h1 span {
    position: relative;
    bottom: 11px;
    left: 3px;
    font-size: 7px;
    font-weight: bold;
    color: black; 
}

#ProductSection .col p {
	padding-top: 5px;
	word-spacing: 1px;    
    font-size: 16px;  
    font-weight: 400; 
    color: black; 
    line-height: 1;
}

/* curve */
#ProductSection #Curve {
    width: 100%;
    position: absolute;
    bottom: 0px;
}







       
/******************** MESSAGE MODAL ********************/
#MessageModal {
   display: none;
   width: 100%;
   height: 100vh;
   position: fixed;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
   z-index: 99999999;
   opacity: 0;
   background-color: black;
   transition: 1s;
}

/* close */
#MessageModal #Close {
	width: 90px;
	height: 90px;
	padding-top: 31px;
	position: absolute;
	top: calc(50% - 45px);
	opacity: 0;
	cursor: pointer;
	background-color: white;
	text-align: center;
	font-weight: 300;
	font-size: 20px;
	border-radius: 100%;
	color: #AB182D;
	transition: 1s;
}

#MessageModal #Close:hover {
	background-color: black;
	color: white;
	transform: rotate(360deg) scale(1.25);
}

/* info */
#MessageModal #Info {
	width: 70%;
	height: 100%;
	position: absolute;
	top: 0px;
    background-color: white;
}

/* inner */
#MessageModal #Inner {
   display: block;
   width: 300px;
   height: auto;
   position: absolute;
   left: calc(50% - 150px);
   background-color: white;
   text-align: center;
}
 
#MessageModal #Inner .animationtwo {
	opacity: 0;
	transition: 1s;
}

/* img */
#MessageModal #Inner #Icon {
	display: block;
	width: 30px;
	height: auto;
	margin-bottom: 30px;
}

/* p */
#MessageModal #Inner p {
   font-size: 13px;
   line-height: 1;
   color: rgb(150,150,150);
}

/* bar */
#MessageModal #Inner #Bar {
	width: 30px;
	height: 12px;
	margin-top: 30px;
	background-color: #AB182D;
}

/* curve */
#MessageModal #Info #Curve {
	height: 100vh;
	position: absolute;
	top: 0px;
}








/******************** MODAL SECTION *********************/    
.modalsection {      
    display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
    z-index: 99999999;
	opacity: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    background-color: white;
	transform: scale(0.9);
	transition: 500ms;
}

.modalsection::-webkit-scrollbar {
    display: none;
}

/* close */
.modalsection .close {
	width: 55px;
	height: 55px;
	padding-top: 21px;
    position: absolute;
    top: 20px;
    left: 20px;
	z-index: 999;
	cursor: pointer;
	background-color: #AB182D;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	line-height: 0.8;
	border-radius: 100%;
	color: white;
}

/* inner */
.modalsection .modalinner {
	width: 800px;
	height: 400px;
	position: relative;
	top: calc(50% - 200px);
}

/* col */
.modalsection .col {
	display: inline-block;
	width: 50%;
	height: 400px;
	position: relative;
	float: left;    
}

/* img */    
.modalsection .col.one img {
	display: block;
	height: 100%;
	width: 100%;  
	position: relative; 
}

/* 32 oz imgs */ 
.modalsection .col.one .imgouter {
    width: 100%;
    height: 100%;
    position: relative; 
}

.modalsection .col.one .imgouter img {
    position: absolute !important; 
	transition: 1s;  
} 

.modalsection .col.one .imgouter img:not(.active) {
    opacity: 0; 
} 

/* thth img */
#Modal1 .col.one img.twelve { object-fit: contain; }
#Modal1 .col.one img.thirtytwo { object-fit: cover; }

/* wowh img */  
#Modal5 .col.one img {
	width: auto;
	height: 340px;	
    top: 30px;         
}

/* mist img */  
#Modal6 .col.one img {
	width: auto;
	height: 100%;
	top: 10px;      
}

/* overlay */ 
.modalsection .col.one .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	background-color: rgba(0,0,0,0.05);
}

/* content */
.modalsection .col.two .contentouter {
	width: 300px;
	height: 400px;
	position: relative;   
	text-align: left;
}

/* diamond */
.modalsection .col.two .contentouter .diamondouter {
	width: 100%;
	height: 150px;
	position: relative;
	z-index: 99;
}

.modalsection .col.two .contentouter .diamond {
	width: 150px;
	height: 150px;
	position: relative;
	float: left;
	border: 1px solid rgba(0,0,0,0.05);
}

/* outer */
.modalsection .col.two .contentouter .diamond .outer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
    opacity: 0;
	transition: 500ms;
}

.modalsection .col.two .contentouter .diamond .outer.active {
	opacity: 1 !important;
	z-index: 99 !important;
}

/* diamond content */
.modalsection .col.two .contentouter .diamond .inner {
	text-align: left;
	padding: 8px 0px 0px 10px;
}

.modalsection .col.two .contentouter .diamond .inner h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 0.9;
}

.modalsection .col.two .contentouter .diamond .inner p {
    margin-top: 10px;
    font-weight: 300;
	font-size: 14px;
	color: rgb(150,150,150);
}

/* discount */
.modalsection .col.two .contentouter .diamond .inner p span { 
	position: relative;
	left: 5px;
	text-decoration: line-through;  
	font-style: italic;
	color: #AB182D;  
}

/* diamond button */
.modalsection .col.two .contentouter .diamond .button {
	width: 90px;
	height: 30px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

/* controls */
.modalsection .col.two .contentouter .controls { 
	height: calc(100% - 20px);
	width: 30px;
	position: absolute;
	top: 10px;
	right: 10px; 
}

.modalsection .col.two .contentouter .controls .control {
	display: block;
	width: 30px;
	height: 30px;
	padding-top: 10px;
	cursor: pointer;
	background-color: rgb(200,200,200);
    text-align: center;
	font-size: 8px;
	color: white;
	transition: 1s;
}

.modalsection .col.two .contentouter .controls .control:not(.one) {
	margin-top: 10px;
}

.modalsection .col.two .contentouter .controls .control.active {
	cursor: inherit;
	background-color: black;
}  

/* new trademark */ 
.modalsection .col.two .contentouter .newtrademark {
    display: none;   
    position: absolute;
    bottom: -2px;
    right: 14px; 
    font-size: 15px; 
    font-weight: 300; 
}

.modalsection .col.two .contentouter .newtrademark span {
    position: relative;
    bottom: 5px;  
    left: 2px;
    font-size: 8px;
    font-weight: bold; 
}

/* scrolldown */
.modalsection .col.two .contentouter .scrolldown {
    position: absolute;
    bottom: 100px; 
    left: -52px; 
    transform: rotate(90deg);
}

.modalsection .col.two .contentouter .scrolldown h1 {
    font-size: 10px; 
}

.modalsection .col.two .contentouter .scrolldown img {
    height: 10px;
    width: auto;
    position: relative;
    top: 1px;
    left: 5px;
} 

/* content inner */
.modalsection .col.two .contentouter .contentinner {
    height: 200px;
	margin-top: 50px;
	overflow-y: scroll;
	position: relative;
}

/* p */
.modalsection .col.two .contentouter .contentinner p {
	font-size: 15px;
	font-weight: 300;
	color: rgb(120,120,120);
}

.modalsection .col.two .contentouter .contentinner p.absorb {
	padding: 20px 0px;
	font-weight: bold !important;
}

/* dropcap */
/*
.modalsection .col.two .contentouter .contentinner .first {
	padding-right: 5px;
	float: left;
	font-size: 35px;
	font-weight: bold;
	line-height: 35px;
	color: #AB182D;
}
*/

/* second */
.modalsection .col.two .contentouter .contentinner .second {
	margin-top: 20px;
}

/* product */
.modalsection .col.two .contentouter .contentinner .product {
   font-weight: 400;
   color: black;
}

/* trade */
.modalsection .col.two .contentouter .contentinner .trade {
   position: relative;
   bottom: 5px;   
   font-size: 8px;
   font-weight: bold;
   color: black;
}

/* warning & ingredients */
.modalsection .col.two .contentouter .contentinner h3 {
	padding: 20px 0px;
	font-size: 11px;
	font-weight: 300;
	color: rgb(120,120,120);
}

.modalsection .col.two .contentouter .contentinner .ingredients {
	font-size: 11px;
}

/* img */
.modalsection .col.two .contentouter .contentinner img {
    width: 100%;
    height: auto;
}
 







/******************** DAILY ROUTINES *********************/                 
#RoutineSection {
	width: 100%;
	height: auto; 
	padding: 150px 0px; 
}

/* header */
#RoutineSection .header-section p {
    margin-top: 20px;   
}

/* row */ 
#RoutineSection .row {
    width: 1200px; 
    height: 400px; 
    margin-top: 120px;
    position: relative; 
}  
 
/* general col layout */
#RoutineSection .row .routine,
#RoutineSection .row .routine .col {
	display: inline-block; 
	width: 50%;
	height: 100%;
	float: left; 
	position: relative;   
}

/* routine */
#RoutineSection .row .routine {
    width: 45% !important; 
    border: 1px dashed rgb(235,235,235);  
}

#RoutineSection .row .routine.two {
    float: right !important; 
}

/* col */   
#RoutineSection .row .routine .col.img {
	overflow: hidden;
}    
  
/* cont inner */
#RoutineSection .row .routine .col.cont .inner {
	height: auto; 
	position: relative; 
	top: calc(50% - 75px);  
    text-align: center; 
}    

#RoutineSection .row.one .routine.one .col.cont .inner {
    top: calc(50% - 95px);
}

#RoutineSection .row.two .routine.one .col.cont .inner {
    top: calc(50% - 87px);
}
   
/* a */
#RoutineSection .row .routine .col.cont .inner a {
	display: block;
	height: 55px;
	width: 55px;
    margin-top: 50px;  
	cursor: pointer;
	background-color: #AB182D; 
    padding-top: 20px;
    font-size: 7px;
    font-weight: bold; 
    line-height: 1; 
    color: rgb(250,250,250);
 	border-radius: 100%;
	transition: 500ms;
} 

#RoutineSection .row .routine .col.cont .inner a:hover {
	transform: scale(0.8); 
	background-color: black;
	color: rgb(245,245,245);  
}

/* h1 */
#RoutineSection .row .routine .col.cont .inner h1 { 
	position: relative; 
	font-size: 20px;    
	font-weight: bold;
    line-height: 1;
	color: #AB182D; 
} 

/* p */
#RoutineSection .row .routine .col.cont .inner p { 
    margin-top: 10px;
	font-size: 14px;   
    font-weight: 300;
	color: black;
}
 
/* img */
#RoutineSection .col.img .background {
	width: 100%;
	height: calc(100% + 50px);
	position: absolute;
	top: 0px;
}

#RoutineSection .row.one .routine.one .col.img .background {
	background-image: url("../../Assets/Images/Routines/botticelli.jpg"); 
}  

#RoutineSection .row.one .routine.two .col.img .background {
	background-image: url("../../Assets/Images/Routines/cherub.jpg");
} 

#RoutineSection .row.two .routine.one .col.img .background {
	background-image: url("../../Assets/Images/Routines/wavy.jpg"); 
}  

#RoutineSection .row.two .routine.two .col.img .background {
	background-image: url("../../Assets/Images/Routines/fractal.jpg");
} 
  
 
 




  
 /******************** TEASER SECTION *********************/                     
.teaser {
 	width: 100%;
 	height: 600px; 
 	position: relative; 
 }
  
 #Curly101Section {
 	margin-top: 40px;  
 	overflow: hidden;
 	border: 1px solid rgb(245,245,245);
}

/* blog cols */
#BlogSection .col {
   width: calc(50% - 20px);
   height: 100%; 
   position: absolute;     
}

#BlogSection .col.img {
    right: 0px;
    overflow: hidden;
}

#BlogSection .col.cont {
    left: 0px;   
    background-color: rgb(200,200,200); 
}

#BlogSection .col.img .image {
    width: 100%;
    height: calc(100% + 50px);
    position: absolute;
    top: 0px; 
 	background-image: url("../../Assets/Images/Products/blog.jpg");   
 	background-position-y: 0%;  
}
 
/* content */
.teaser .teasercontent {
    width: 350px;
    height: auto;  
    position: absolute;   
}

#BlogSection .teasercontent {  
    top: calc(50% - 190px); 
    left: calc(50% - 173px); 
} 

#Curly101Section .teasercontent {
    top: calc(50% - 155px);       
    right: calc(25% - 205px);     
}

/* h1 */
.teaser .teasercontent h1 {
    font-size: 28px; 
    color: black; 
    line-height: 1; 
}

.teaser .teasercontent h1 span {
   padding-left: 10px;
   position: relative;
   bottom: 4px;
   font-size: 13px;
   font-weight: 300;
   font-style: italic;
}
 
/* p */
.teaser .teasercontent p {
    margin-top: 30px; 
    margin-bottom: 80px;  
    color: black;
    font-weight: 300;
    font-size: 17px;
} 

/* a */
.teaser .teasercontent a {  
    padding: 15px 35px;  
    background-color: #AB182D;
    font-size: 13px; 
    font-weight: bold;
    color: white; 
}

/* curly img */
#Curly101Section .curlyimg {  
    width: 100%;
    height: calc(100% + 50px);
    position: absolute;
    top: 0px;  
 	background-image: url("../../Assets/Images/Products/curly101.jpg"); 
}
  
 
 
 
 
  
 
     
/******************** NEWSLETTER SECTION *********************/
#NewsletterSection {         
   width: 100%; 
   padding: 150px 0px;
}

/* header */
#NewsletterSection p {
   margin-top: 25px;
}

/* input */
#NewsletterSection #Form {
   width: 330px; 
   height: 40px; 
   margin-top: 75px;
   position: relative;
   background-color: rgb(235,235,235); 
   border-radius: 20px;
}

#NewsletterSection #Form input {
   width: 120px;  
   height: 30px;
   position: absolute;  
   top: 5px;
   left: 5px;
   border: none;
   font-size: 13px;
   z-index: 9;
   background-color: rgb(235,235,235);   
   border-radius: 20px;
}

#NewsletterSection #Form input.intwo {
	left: 135px;
}

/* divider */
#NewsletterSection #Form #NLDivider {
    width: 1px;
    height: 100%;
    background-color: rgb(200,200,200);
    position: absolute;
    left: 130px;
    z-index: 99;
}

/* submit */
#NewsletterSection #Form #NewsletterSubmit {
   display: block;
   width: 70px;
   height: 40px;
   position: absolute;
   top: 0px;
   right: 0px;
   padding-top: 14px; 
   cursor: pointer;
   background-color: #AB182D;
   text-align: center;
   font-size: 9px; 
   font-weight: bold;
   color: white;
   border-top-right-radius: 20px;
   border-bottom-right-radius: 20px;
   transition: 1s;
}

#NewsletterSection #Form #NewsletterSubmit:hover {
   background-color: black;
   color: #AB182D; 
}
 






  
/******************** MF SECTION ********************/
#MFSection {   
	width: 100%;
	height: 600px;
	overflow-y: hidden; 
}

/* col */
#MFSection .col {
	display: inline-block;
	width: 50%;
	height: 100%;
	position: relative;
	float: left;
}

/* map */
#MapSection #Map {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
}

/* overlay */
#MapSection .overlay {
	width: 100%;
	height: 300px;
	position: absolute;
	z-index: 9;
}

#MapSection .overlay.one {
	width: 100%;
	height: 300px;
}

#MapSection .overlay.two {
	width: 50%;
	height: 100%;
}

#MapSection #OverlayUpper {
	top: 0px;
	background: linear-gradient(to bottom, white, rgba(255,255,255,0));
}

#MapSection #OverlayLower {
	bottom: 0px;
	background: linear-gradient(to top, white, rgba(255,255,255,0));
}

#MapSection #OverlayRight  {
	right: 0px;
	background: linear-gradient(to left, white, rgba(255,255,255,0));
}

#MapSection #OverlayLeft {
	left: 0px;
	background: linear-gradient(to right, white, rgba(255,255,255,0));
}

/* footer inner */
#FooterSection #FooterInner {
	height: 84px;
	position: relative;
	top: calc(50% - 42px);
}

/* social media */
#FooterSection #SocialMedia {
	width: 100%;
	height: 50px;
	text-align: center;
}

/* box */
#FooterSection #SocialMedia .box {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0px 10px;
	background-color: rgb(240,240,240);
	border-radius: 100%;
	transition: 500ms;
}

#FooterSection #SocialMedia .box:hover {
	background-color: #AB182D;
	transform: rotate(360deg);
}

/* logo */
#FooterSection #SocialMedia .box img {
	width: 40px;
	height: 40px;
	margin-top: 5px;
}

/* content */
#FooterSection h2 {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-weight: 300;
	font-size: 10px;
	color: black;
}
 
#FooterSection h2 span {
	padding: 0px 5px;
}
