@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@font-face {
    font-family: Archer-Medium-Pro;
    src: url("/file/redmarketnewyork/Archer-Medium-Pro.otf") format("opentype");
}

:root {
    --bg-main: #000;
    --bg-color: #ce292f;
    --bg-hover: #af2227;
}

body {
    margin: 0 auto;
    color: var(--bg-main);
    font-family: 'Open Sans', Helvetica, arial, sans-serif;
	line-height: 1.4;
	font-weight: 300;
	font-size: 14px;
}


/* Typography
----------------------------------------------------------------------------------------------------*/

a {
	text-decoration: none;
	color: var(--bg-color);
}
a:hover {
	text-decoration: none;
	color: var(--bg-hover);
}
a img {
	border: 0;
}
p {
	color: var(--bg-main);
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	margin: 0;
	font-weight: 300;
}
ul,ol {
    margin-top:0;
}

[le_content_type="text"].le_content li {
    margin: .35em 0;
}

h1, h1 a, .title1, .title1 a {
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 36px;
	line-height: 45px;
	color: var(--bg-main);
	margin: 0 0 10px 0;
	font-weight: 400;
}
h2, h2 a, .title2, .title2 a {
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 26px;
	color: var(--bg-main);
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 24px;
	color: var(--bg-main);
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 24px;
	color: var(--bg-main);
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 18px;
	color: var(--bg-main);
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
	font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 18px;
	color: var(--bg-main);
	margin: 0;
}
.title1,.title1 a,.title2,.title2 a,.title3,.title3 a,.title4,.title4 a,.title5,.title5 a,.title6,.title6 a {
    display:inline-block;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title1 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover, .title6 a:hover {
	/*text-decoration: none;*/
}

/* make sure font awesome icons that are links do not have underline on hover */
.fa a:hover, a.fa:hover {
    text-decoration: none;
}

/* Forms
----------------------------------------------------------------------------------------------------*/

.le_form {
	color: #323232;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #323232;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}

/* -- Bootstrap form tweaks -- */
.form-control {
}
.form-group {
	margin-bottom: 10px;
	position: relative;
}
/* ---- CSSE Animation Preset ---- */
.hideme {
  opacity:0;
}
.showme {
  opacity:1;
}

/* -- Hide input placehoder text on focus --*/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

::-webkit-input-placeholder {
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}
:-moz-placeholder { /* older Firefox*/
     font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}
::-moz-placeholder { /* Firefox 19+ */ 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
} 
:-ms-input-placeholder { 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
}


.form-group label.title3 {
    padding-top: 30px;
    margin-bottom: 15px;
    display: block;
}

.le_form label {
    font-weight: normal;
}

/* -- fieldset clearing -- */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin:20px 0;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

@media all and (min-width: 768px) {
    .form-inline .form-control {
        max-width: 150px;
    }
}

/* ---- Form Alerts --- */
.le_form_container .error {
    color: #000;
    padding: 3px 8px;
    background-color: #fdcece;
}

.form-inline .no-labels label.error,.no-labels label.error {
    display:block !important;
}

.form-inline label.error {
    display:block;
    position: absolute;
    color: red;
    background: pink;
    padding: 2px 3px;
    border-radius: 2px;
    z-index: 2;
    color: #cd1719;
    font-size: 12px;
}
.recaptcha-terms {
    padding: 0 !important;
    margin: 0 !important;
}

/* Buttons
----------------------------------------------------------------------------------------------------*/
.mb_schedule .le_metro_silver_button .signup .le_mb_button {
    position: relative;
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 7px 10px !important;
    background-color: var(--bg-color);
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background: var(--bg-color);
    border:none;
    text-shadow:none;
    text-transform: uppercase;
}
.le_metro_silver_button {
    background: var(--bg-color) !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    border: 0 solid #ffffff !important;
    padding: 7px 10px !important;
    text-transform: uppercase !important;
}
.le_metro_silver_button:hover {
    background: var(--bg-hover) !important;
}
.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff;
    background-color :var(--bg-hover);
}
.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 15px 20px;
	line-height: 1em;
	border:0px solid transparent;
	font-weight:400;
	background-color: #0e58a8;
	color: #ffffff;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
    background-color: #000000;
}
.se_button.button1 a, a.se_button.button1 {
    background-color: var(--bg-color);
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    margin-top: 10px;
}
.se_button.button1 a:hover, a:hover.se_button.button1 {
    background-color: var(--bg-main);
}
.se_button.button2 a, a.se_button.button2 {
    padding: 5px 15px;
    background: rgba(255,255,255,0);
    border: 1px solid #fff;
    color: #fff;
    margin-top: 15px;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background: rgba(255,255,255,1);
    color: #000;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton{
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 25px 35px;
}

.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 8px 15px;
    font-family: 'Lato', sans-serif;
    background-color: var(--bg-color);
    color: #fff !important;
    border: 0 !important;
    position: relative;
    top: -15px;
}
.seFormButton:hover, .wrapper input[type="submit"].seFormButton:hover {
    background-color: var(--bg-hover);
}

/* Logo
----------------------------------------------------------------------------------------------------*/
.se_siteBranding {
    width: 100px;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    z-index: 100;
    position: relative;
}

/* Site Classes
----------------------------------------------------------------------------------------------------*/
.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext {
    color: #ffffff;
}
.whitetext h1 a, .whitetext h2 a, .whitetext h3 a, .whitetext h4 a, .whitetext h5 a, .whitetext h6 a, .whitetext p a, .whitetext a {
    color: #ffffff;
}
hr {
    border: 0;
    height: 1px;
    background: #000;
}
.mb10 {
    margin-bottom: 10px;
}
.mt10 {
    margin-top: 10px;
}
.staff {
    position: relative;
    margin-bottom: 5px;
    text-align: center;
}
.staff img {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    margin-left: 60px;
    position: relative;
    z-index: 3;
    /*filter: grayscale(100%);*/
    border: 2px solid var(--bg-color);
    text-align: center;
    margin: 0 auto;
}
.staff:hover img {
    /*filter: grayscale(0%);*/
}
.staffbio {
    display: none;
    border-radius: 35px;
    background-color: #fff;
    border: 2px solid var(--bg-color);
    padding: 10px 10px 10px 50px;
    position: absolute;
    z-index: 2;
    top: 0;
    margin-left: -35px;
    width: 300px;
    height: 75px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.staff:hover .staffbio {
    display: inline-block;
}
.staffbio a {
    font-size: 10px;
    display: inline-block;
    background-color: var(--bg-color);
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    text-decoration : none;
    margin-top: 5px;
}
.staffbio a:hover {
    background-color: var(--bg-main);
}
.top-red-line {
    /*border-top: 5px solid var(--bg-color);*/
    /*margin-top: 100px;*/
}
.no-gutters {
    padding: 0;
    right: 0;
}
.less-gutters {
    padding: 0 0 0 30px;
}
.img-bottom img {
    margin-bottom: -100px;
}
.graybox {
    background-color: #efefef;
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 20px;
}
.graybox h6 {
    font-weight: 600;
}
.underline,.underline-left,.underline-right,.underline-center {
    position: relative;
    padding-bottom: 20px;
}
.underline-center:after  {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 120px;
    height: 3px;
    content: "";
    background-color: var(--bg-color);
}
.underline-center:after {
    left: 50%;
    margin-left: -60px;
}
.productbox {
    text-align: center;
    position: relative;
    margin-bottom: 35px;
}
.productbox h2 {
    font-size: 24px;
    line-height: 35px;
    margin: 30px 0 0 0;
    font-weight: 400;
}
.productbox h2:before {
    content:'';
    background-color: var(--bg-color);
    position: absolute;
    z-index: 2;
    top:-90px;
    left: 0;
    right: 0;
    height: 80px;
    width: 2px;
    margin: 0 auto;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.staffbox {
    background-color: #e5e5e5;
    margin: 10px 0;
    padding: 30px 0;
    text-align: center;
}
.staffbox h3 {
    margin-bottom: 10px;
}
.staffbox2 {
    background-color: var(--bg-color);
    margin: 10px 0;
    padding: 40px 0;
    text-align: center;
}
.staffbox2 p {
    border-top: 1px solid #fc2d30;
    padding: 15px 0;
    margin: 0 15%;
    color: #fff;
}
.staffbox2 h3 {
    margin-bottom: 15px;
    color: #fff;
}
.instagram-text a {
    color: var(--bg-main);
}
.instagram-text img {
    margin-bottom: -4px;
}
.left-slider img {
    width: 100%;
    height: auto;
}
.right-slider img {
    width: 100%;
    height: auto;
}
.recycle {
    margin: 10px 0;
}
.recycle p {
    position: relative;
    padding-left: 10px;
}
.recycle p:before {
    position: relative;
    display: inline-block;
    content: '\f1b8';
    font-family: 'FontAwesome';
    top: 2px;
    left: -5px;
    font-size: 16px;
    color: #009801;
}
.recycle p {
    color: #009801;
    font-weight: bold;
}
.price {
    text-align: right;
    float: right;
}
.service hr {
    height: 1px;
    background-color: #dddddd;
}
.slider {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
    max-height: 700px;
    overflow: hidden;
}
.slider img {
    width: 100%;
    height: auto;
    opacity: .5;
}
.banner-slider {
    position: relative;
}
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');

.uppertext {
    position: absolute;
    width: 65%;
    right: 10%;
    text-align: center;
    top: 38%;
}
.uppertext h2 {
    color: #fff;
    font-size: 50px;
    line-height: 65px;
    text-shadow: 0px 1px 1px rgba(0,0,0,.75);
    font-family: 'Permanent Marker', cursive;
}
.cta {
    background-color: rgba(0,0,0,1);
    margin-bottom: 150px;
    height: 300px;
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.cta:hover {
    background-color: rgba(0,0,0,0.5);
}
.cta a {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.cta img {
    height: 80px;
    width: auto;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.cta:hover img {
    height: 120px;
}
.cta h2 {
    bottom: -170px;
    display: block;
    position: relative;
    font-weight: normal;
}
.cta h2:before {
    content:'';
    background-color: #c4c4c4;
    position: absolute;
    z-index: 2;
    top:-120px;
    left: 0;
    right: 0;
    height: 100px;
    width: 2px;
    margin: 0 auto;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
.side-staff {
    position: absolute;
}
.corner-box {
    background-color: var(--bg-color);
    height: 250px;
    width: 400px;
    display: block;
    max-width: 100%;
    position: absolute;
    top: -30px;
    left: 180px;
    opacity: 1;
    transform: translateX(-50%);
}
.pricebox {
    background-color: #fff;
    border: 1px solid #e8e5e5;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.pricebox h2 {
    background-color: var(--bg-color);
    color: #fff;
    padding: 10px 25px;
    font-size: 24px;
    margin-top: 25px;
}
.pricebox h3 {
    padding: 20px 25px 5px 25px;
}
.pricebox h4 {
    padding: 0 25px 10px 25px;
    font-size: 18px;
    font-weight: 400;
}
.pricebox ul { 
    padding-left: 40px; 
    list-style:none; 
}
.pricebox ul li:first-of-type {
    border-top: 0;
}
.pricebox ul li {
    border-top: 1px solid #f7f1ed;
    padding: 10px;
    text-indent: -1.8em;
}
.pricebox ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    padding-right: 10px;
    color: var(--bg-color);
}

/* Expand
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
    margin: 0 0 10px 0;
}
.expand h2 {
    position: relative; 
    font-size: 24px;
    color: var(--bg-main);
    border-bottom: 2px solid var(--bg-color);
    padding: 7px 15px 7px 0;
    line-height: 30px !important;
    text-transform: uppercase;
}
.expand h2:before {
    content: '\f103';
    font-family: 'FontAwesome';
    text-align: right;
    right: 0;
    float: right;
    font-size: 22px !important;
    margin-top: 2px;
    color: var(--bg-color);
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h2.active {
    color: var(--bg-color);
    margin-bottom: 10px !important;
}
.expand h2.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand h2:hover {
    cursor: pointer;
    color: var(--bg-color);
}

/* Expand2
----------------------------------------------------------------------------------------------------*/
.expand2 {
    position: relative;
    margin: 0 0 10px 0;
}
.expand2 .title1 {
    font-size: 16px;
    color: var(--bg-main);
    font-weight: 400;
    float: right;
    margin: -10px 10px 0 0
}
.expand2 h3 {
    position: relative; 
    font-size: 16px;
    color: var(--bg-main);
    font-weight: 400;
    padding: 10px 15px 10px 0;
    line-height: 25px !important;
    text-transform: uppercase;
    border-bottom: 1px solid #c9c7c7;
}
.expand2 h3:before {
    content: '\f103';
    font-family: 'FontAwesome';
    text-align: right;
    right: 0;
    float: right;
    font-size: 18px !important;
    margin-top: 2px;
    color: var(--bg-color);
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand2 h3.active {
    /*color: var(--bg-color);*/
    margin-bottom: 10px !important;
}
.expand2 h3.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand2 h3:hover {
    cursor: pointer;
    color: var(--bg-color);
}

/*.collapsible {*/
/*  background-color: #777;*/
/*  color: white;*/
/*  cursor: pointer;*/
/*  padding: 18px;*/
/*  width: 100%;*/
/*  border: none;*/
/*  text-align: left;*/
/*  outline: none;*/
/*  font-size: 15px;*/
/*}*/

/*.active, .collapsible:hover {*/
/*  background-color: #555;*/
/*}*/

.content2 {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
a.read_more_link {
    display: table;
    background: #CC2A2B;
    padding: 5px 10px;
    border: 0px solid transparent;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
}
a:hover.read_more_link {
    background: #000;
}

/* Testimonial Box
----------------------------------------------------------------------------------------------------*/
.testimonial-box {
    position: relative;
}
.testimonial-box .bx-pager.bx-default-pager a {
    background: #c8c7c7 !important;
}
.testimonial-box .bx-pager.bx-default-pager a:hover, .testimonial-box .bx-pager.bx-default-pager a.active {
    background-color: var(--bg-color) !important;
}
.testimonial-box .bx-pager.bx-default-pager a {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
}
.testimonial-box {
    text-align: center;
}
.testimonial-box:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/red-quote.svg);
    width: 50px;
    height: auto;
    position: relative;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto 20px auto;
}

/* Blog
----------------------------------------------------------------------------------------------------*/

.blog_post_listing_footer_section {
    padding-top: 20px;
}
.blog_post_listing_footer_hr {
    display: none;
}
#blog_sidebar_tag_cloud a {
    display: block;
    margin-bottom: 15px; 
}
#blog_sidebar_description {
    margin-bottom: 25px !important;
}

/* Service
----------------------------------------------------------------------------------------------------*/

.service ul {
    display: flex;
    min-height: 100vh;
    max-height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}

.service li {
    flex: 1;
    display: flex;
    align-items: stretch;
    padding: 0;
    background: var(--bg-color);
    cursor: pointer;
    transition: all 0.5s ease;
    border: 1px solid #F4F4F4;
}
.service li:hover {
    background: var(--bg-hover);
}
.service li.active {
    flex: 5;
    background: #F4F4F4;
    cursor: default;
}
.service li h2 {
    color: #fff;
    text-transform: uppercase;
}
.service li.active h2 {
    color: #fff;
}
.service li.active .section-content {
    flex: 4;
    display: inline-block;
    transform: scaleX(1);
    color: var(--bg-main);
    padding: 10px 20px;
}
.service li .section-title {
    flex: 1;
    display: flex;
    align-items: center;
    width: 25%;
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
}
.service li .section-title h2 {
    margin: 0;
    transform: rotate(-90deg);
    white-space: nowrap;
    letter-spacing: 2px;
}
.service li .section-content {
    flex: 1;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    display: none;
    transition: all 0.25s 0.1s ease-out;
}
.section-title1 {
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/woman-blonde-big-curl-highlights.jpeg') center center no-repeat;
    background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.section-title1:hover {
    background: #000;
}
.section-title2 {
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/mens-hair.jpg') center center no-repeat;
    background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.section-title3 {
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/woman-golden-brown-curls.jpg') center center no-repeat;
    background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.section-title4 {
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/platinum-long-blonde-hair-woman.jpg') center center no-repeat;
    background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
@media (max-width: 991px) {
    .service {
        display: none;
    }
}
@media (min-width: 992px) {
    .mobile-service {
        display: none;
    }
}
.le-edit-open .mobile-service {
    display: block;
}
.mobile-service ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}

/*.mobile-service li {*/
/*    flex: 1;*/
/*    display: flex;*/
/*    align-items: stretch;*/
/*    padding: 0;*/
/*    background: var(--bg-color);*/
/*    cursor: pointer;*/
/*    transition: all 0.5s ease;*/
/*}*/
.mobile-service li:hover {
    background: var(--bg-hover);
}
.mobile-service li.active {
    background: #fff;
    cursor: default;
}
.mobile-service li h2 {
    color: #fff;
    text-transform: uppercase;
}
.mobile-service li.active h2 {
    color: #fff;
}
.mobile-service li.active .section-content {
    display: block;
    color: var(--bg-main);
    padding: 20px;
    text-align: left;
}
.mobile-service li .section-title {
    text-align: center;
    margin-bottom: 10px;
}
.mobile-service li .section-title h2 {
    letter-spacing: 2px;
    margin: 0;
    padding: 15px 0;
}
.mobile-service li .section-content {
    text-align: center;
    display: none;
    transition: all 0.25s 0.1s ease-out;
}
/* Pop up
----------------------------------------------------------------------------------------------------*/

.close-git-form a {
    display: block;
    top: 0;
    right: 0;
    font-size: 25px;
    line-height: 25px;
    z-index: 1;
    padding: 5px 10px;
    background-color: var(--bg-color);
    color: #fff !important;
    position: absolute;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: var(--bg-blue);
    font-weight: 500;
}
.close-git-form a:hover {
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    transform: rotate(-180deg);
}
.git-form {
    position: fixed;
    z-index: 1001;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
    top:0;
    text-align: center;
    width: 500px;
    z-index: -1;
    opacity: 0;
    background: rgba(255,255,255,0.95);
    border: 2px solid var(--bg-color);
    padding: 40px 20px 30px 20px;
    opacity: 0;
    transform: translateX(100%);
    transition: all .2s ease;
    background: #fff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.75);
    transition: box-shadow .3s ease;
}
.git-form.gitFormOpen {
    opacity: 1;
    transform: translateX(0);
    z-index: 1000;
}
.git-form .le_form_name {
    font-size: 36px !important;
    line-height: 45px !important;
    margin-bottom: -10px !important;
}
.git-form input[type="submit"].seFormButton {
    display: block !important;
    width: 100% !important;
    font-size: 20px !important;
    padding: 12px 20px !important;
    text-transform: uppercase !important;
}
.git-form .le-captcha {
    margin: -15px 0 0 0 !important;
}
.git-form .recaptcha-terms {
    padding: 0 !important;
}
@media (max-width: 767px) {
    .git-form {
        width: 300px !important;
        height: 440px !important;
    }
}
@media (min-width: 767px) {
    .git-form {
        height: 400px !important;
    }
    .pop-up-form {
        padding: 0 50px;
    }
}
.le-edit-open .git-form {
    position: relative !important;
    opacity: 1 !important;
    z-index: 1000 !important;
    margin-left: -100px;
}

/* Wrapper / Container
----------------------------------------------------------------------------------------------------*/
.wrapper {
    width: 100%;
    position: relative;
    overflow:hidden;
    background-color: #f4f4f4;
}
.topcontent {
    padding: 30px 0 0 0;
    height: 770px;
}
.le-logged-in .wrapper.page-wrapper {
    top: 40px;
}

/* Navigation (se_menu)
----------------------------------------------------------------------------------------------------*/
.navicon {
    position: relative;
    line-height: 45px;
    height: 45px;
    padding: 0;
    text-transform: uppercase;
    background: transparent !important;
    text-align: center;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    font-size: 25px;
    color: #000;
}
.OpenMobileMenu .navicon:after {
    color: var(--bg-hover);
    content: '\f00d';
    font-size: 30px;
    font-family: 'FontAwesome';
    color: #fff;
    z-index: 10;
}
.navicon:hover {
    cursor: pointer;
}
.MainMenu {
    text-align: right;
    margin-bottom: 25px;
}
.MainMenu ul {
    margin: 0;
    padding: 0;
}
.MainMenu li {
	position: relative;
	list-style-type: none;
	text-decoration: none;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_0 {
	display: inline-block;
    padding: 15px 0;
}
.MainMenu li.le_menuitem_level_0 a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-family: 'Open Sans', Helvetica, arial, sans-serif;
    padding-bottom: 7px;
    font-size: 16px;
    margin: 0 14px;
    color: var(--bg-main);
    text-transform: uppercase;
    line-height: 20px;
    word-break: break-word;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 10px;
}
.MainMenu li.le_menuitem_level_0 a:hover {
    color: var(--bg-color);
}
.MainMenu li.le_menuitem_level_0 a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.MainMenu li.le_menuitem_level_0 a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: var(--bg-color);
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.MainMenu li.le_menuitem_level_0 a:hover:before, .MainMenu li.le_menuitem_level_0 a:focus:before, .MainMenu li.le_menuitem_level_0 a:active:before {
    left: 0;
    right: 0;
}
.MainMenu li.le_menuitem_level_0:last-of-type a {
    margin-right: 0 !important;
}
.MainMenu .le_menu_level_1_container {
    position: absolute;
    left: 0;
    width: 250px !important;
    padding: 16px 0 0 0;
    z-index: 200;
    margin-left: 15px;
}
.MainMenu ul.le_menu_level_1 {
	position: relative;
	left: 0;
	display: none;
    margin: 0;
	background: #fff;
	text-align: left;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 8px 10px !important;
	margin: 0 !important;
	color: #000000;
	border-bottom: 0 !important;
    font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 14px !important;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 200px;
}
.MainMenu li.le_menuitem_level_1 a:before {
    height: 0;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	background-color: var(--bg-color);
	color: #fff;
}
.MainMenu .le_menu_level_2_container {
	float: right;
	left: 100%;
	margin-top: -40px;
	padding: 0;
}
.MainMenu ul.le_menu_level_2 {
	position: absolute;
	right:0;
	z-index: 10;
	display: none;
	border: 1px solid #e9eaea;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}
.MainMenu .dropdown ul {
    display: block;
}

/* ---- Separate Mobile Menu ---- */
.primary-mobile-menu {
    /*visibility: hidden;*/
    position: absolute;
    position: fixed;
    padding: 100px 0 40px 0;
    margin-top: 0;
    left: 50%;
    height: 0px;
    width: 0px;
    opacity: 0;
    z-index: 100;
    overflow-x: none;
    overflow-y: auto;
    background: #000;
}

.OpenMobileMenu .primary-mobile-menu {
    height: 100%;
    width: 100%;
    padding: 20px;
    top:0;
    left:0;
    opacity: 1;
}

.le-logged-in.OpenMobileMenu .primary-mobile-menu {
    top: 0;
}

.OpenMobileMenu .mobile-menu-cap {
    position:fixed;
    z-index:1000;
    width:100%;
    height:60px;
    top:0;
    left:0;
    background-color: #4a4a4a;
    background-color: rgba(61,78,78,.9);
}

.le-logged-in.OpenMobileMenu .mobile-menu-cap {
    height: 0;
}

@media (min-width: 767px) { 
    .mobile-menu-cap {
        display: none;
    }
}

.primary-mobile-menu ul.le_menu_level_0 {
    margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}
.primary-mobile-menu li {
	list-style-type: none;
	text-decoration: none;
}
.primary-mobile-menu .le_menu_level_container {
	position: relative;
}
.primary-mobile-menu li.le_menuitem_level_0 a {
	display: block;
	padding: 10px 0 10px 0;
    font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 20px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: uppercase;
    word-break:break-word;
    border-bottom: 3px solid rgba(255,255,255,.03);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: #ffffff;
}
.primary-mobile-menu li.le_menuitem_level_0.dropdown < a {
    border-bottom:0;
}
.primary-mobile-menu li.le_menuitem_level_0 a:hover {
	color: var(--bg-color);
}

.primary-mobile-menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
	margin-left: -10px !important;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px;
	margin-left:12px;
    font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 16px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #ffffff;
	text-transform: uppercase;
	border-bottom: 3px solid rgba(255,255,255,.03);
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
    color: var(--bg-color);
}
.primary-mobile-menu ul.le_menu_level_2 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_2 a {
	display: block;
	padding: 5px;
	margin-left:20px;
    font-family: 'Open Sans', Helvetica, arial, sans-serif;
	font-size: 12px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #919191;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0,0,0,0) !important;
}
.primary-mobile-menu li.le_menuitem_level_2 a:hover {
    color: var(--bg-color);
}
.primary-mobile-menu li.le_menuitem_level_1.hasChild > a {
    text-transform: uppercase;
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild > a:after {
    display:inline-block;
    position: relative;
    left: 6px;
    top: -2px;
    content: "+";
    color: #ffffff;
	height: 0;
	width: 0;
}
.primary-mobile-menu li.hasChild > a.active-mobile-parent:after {
    content:"-";
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-sub {
    height: auto;
    visibility: visible;
    opacity: 1;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
    background-color: #191919;
    padding: 50px 0 !important;
}
.footer-side {
    padding: 10px 0;
}
.footer p {
    color: #ffffff;
    font-size: 12px;
}
.footer p a {
    color: #ffffff;
}
.footer p a:hover {
    color: #d3d1d1;
}
.se_social {
    text-align: right;
}
.se_social:before {
    content:'All Rights Reserved. Copyright 2025';
    color: #fff;
    margin-right: 10px;
    font-size: 12px;
}
.se_social a {
    color: #ffffff;
    margin: 0 1px;
    font-size: 12px;
}
.se_social a:hover {
    color: #d3d1d1;
}
.footer-middle {
    background-color: var(--bg-main);
    padding: 20px 0;
}
.footer-middle p, .footer-middle p a {
    color: #ffffff;
}
.footer-middle p a:hover {
    color: #d3d1d1;
}
.footer-bottom {
    text-align: center;
    bottom: 0;
    display: block;
    width: 100%;
    z-index: 10000;
    position: fixed;
    bottom: 0;
    color: #ffffff;
    padding: 0 10px;
    background-color: #cc2a2c;
}
.footer-bottom p {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}
.footer-bottom .se_button.button2 a, .footer-bottom a.se_button.button2 {
    border: 1px solid #fff !important;
    color: #fff !important;
}
.footer-bottom .se_button.button2 a:hover, .footer-bottom a:hover.se_button.button2 {
    background-color: #fff !important;
    color: #000 !important;
}

/* Media Queries
----------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .topcontent, .less-gutters {
        padding: 0;
    }
    .MainMenu {
        display: none;
    }
    .se_siteBranding {
        position: relative;
        margin: 10px 0 0 25px;
        z-index: 1;
        width: 60px;
    }
    h1, h1 a, .title1, .title1 a {
        font-size: 24px;
    }
    .aurora_home #le_section-one {
        background-image: none !important;
    }
    .footer {
        text-align: center;
    }
    .se_social {
        margin-top: 10px;
    }
    .mobile-center {
        text-align: center;
    }
    .left-slider {
        margin-bottom: 20px;
    }
    .banner-slider {
        margin-bottom: -5px;
    }
    .footer-bottom {
        padding-top: 20px;
    }
    .se_social {
        text-align: center;
    }
    .service li h2 {
        width: 50px;
    }
    .expand2 h3 { 
        font-size: 14px !important;
    }
    .corner-box {
        height: 150px !important;
        left: 140px !important;
    }
    .home-content {
        padding-right: 15px !important;
    }
    #blog_sidebar {
        display: none;
    }
    
    #blog_sidebar_tag_cloud a {
    display: block;
    margin-bottom: 25px; 
}
    #blog_post_listing {
        width: 100% !important;
    }
    .feature_blog_image {
        width: 100% !important;
        height: auto !important;
    }
    .feature_blog_image img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 15px;
    }
    .feature_blog_text {
        margin: 0 !important;
    }
}
@media (min-width: 768px) {
    .MainMenu {
        padding-right: 50px;
    }
    .Menu1 a {
        background-color: var(--bg-color);
        color: #fff !important;
        padding: 7px 20px;
    }
    .Menu1 a:hover {
        background-color: var(--bg-main);
    }
    .row-same-height {
        display:table;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .row-same-height [class^="col-"],
    .row-same-height [class*="col-"]{
        display: table-cell;
        float: none;
        vertical-align: middle;
        padding: 0;
    }
    
    .row-same-height.sh-va-middle [class^="col-"],
    .row-same-height.sh-va-middle [class*="col-"]{
        vertical-align: middle;
    }
    .row-same-height.sh-va-bottom [class^="col-"],
    .row-same-height.sh-va-bottom [class*="col-"]{
        vertical-align: middle;
    }
    .footerRight {
        text-align: right;
        right: -35px;
    }
    .se_social {
        text-align: right;
    }
    .mobile-only, .mobile-only a {
        display: none !important;
    }
    .phone {
        position: relative;
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .phone:before {
        position: absolute;
        display: inline-block;
        content: '\f095';
        font-family: 'FontAwesome';
        top: 2px;
        left: 0;
        font-size: 16px;
        color: var(--bg-main);
    }
    .left-slider {
        padding-right: 10px;
    }
    .right-slider img {
        padding-left: 10px;
    }
    .cta {
        margin-bottom: 200px;
    }
    .feature_blog_image {
        margin-right: 20px !important;
        width: 250px;
        height: 167px;
        overflow: hidden;
    }
    .feature_blog_image img {
        width: 250px;
        height: auto;
    }
    .feature_blog_text {
        float: none !important;
    }
    .blog_post_listing_sidebar {
        width: 70% !important;
    }
    #blog_sidebar {
        width: 30% !important;
        padding: 0 50px;
    }
    .testimonial-box p {
        font-size: 20px;
        line-height: 35px;
    }
    .pricebox {
        min-height: 450px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* Resets
----------------------------------------------------------------------------------------------------*/

a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
}

button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
img {
    max-width: 100%;
    height: auto;
}

/* ------ Edit Region ------- */

.expander {
    visibility: hidden;
    position: fixed;
    z-index: 1001;
    top:40px;
    left:0;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    background: #537fbc;
    color: white;
    cursor: pointer;
    border-radius: 0 0 2px 0;
    transition: left .2s ease;
}
.expander:hover {
    background: #3e63b8;
}

.le-edit-open .expander,
.le-design-open .expander{
    left: 200px;
    visibility: visible;
    width: 26px;
    height: 26px;
}

.expander:before {
    display: block;
    font-family: "FontAwesome";
    content: '\f065';
    transform: rotate(90deg);
}
.expanded-view .expander {
    left:0;
}
.expanded-view .expander:before {
    content: '\f066';
}

/* --- Expanded View Toggles --- */
.aurora_side_bar_title {
    transition: left .2s ease;
}

.le-edit-open.expanded-view .aurora_side_bar_title,
.le-design-open.expanded-view .aurora_side_bar_title {
    position: relative;
    opacity:0;
    left: -200px;
}

.le-edit-open.expanded-view .showSB,
.le-design-open.expanded-view .showSB {
    opacity:0;
    left: -200px !important;
}

.le-edit-open.expanded-view #auroraContentContainer,
.le-design-open.expanded-view #auroraContentContainer{
    left: 0;
}
/* ------ Edit Region ------- */
.le_region_overlay_container_inside {
    position: relative;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 5px;
}
.edit-region-icon {
    color: white;
    background: #537fbc;
    font-size: 16px;
    margin: 0;
    right: 0;
    height: 28px;
    padding-left: 3px;
    line-height: 29px;
    width: 30px;
    text-align: center;
    top: 0;
    position: absolute;
    cursor: pointer; 
}

.le_region_image {
    position: relative;
    top: -2px;
}

/*---------------Hiding Style Editor (for use with Premium sites with Regions) START-----------*/
.aurora_sidebar_menu_item aurora_panel-group-divider{
    display: none !important;
}
.style-settings-label{
    display: none !important;
}
#aurora_background-options, #aurora_color-options, #aurora_typography-options{
    display: none !important;
}
.aurora_preset-wrapper{
    display: none !important;
}
.aurora_side_bar_label{
    display: none !important;
}
.aurora_side_bar_label:first-of-type{
    display: block !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    min-height: 0px !important;
}
.le-edit-open .mobile-only {
    display: block;
}
.le-edit-open .footer-bottom {
    position: relative !important;
    z-index: 1 !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
#le_section-one-left {
}
.aurora_ashley-lambert #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Teela-Feliciano.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 420px;
}
.aurora_ashley-lambert #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Ashley-Lambert.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 500px;
}
.aurora_barber-club-membership #le_section-one {
    padding-right: 50px;
    padding-bottom: 50px;
}
.aurora_careers #le_section-one {
    padding-right: 35px;
}
.aurora_careers #le_section-one-area11 {
}
.aurora_carlos-ivan-ferdinand #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Carlos-Ivan-Ferdinand-main-pic.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 635px;
}
.aurora_christina #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Teela-Feliciano.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 420px;
}
.aurora_christina #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Ashley-Lambert.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 355px;
}
.aurora_christina #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Romain-Perriniaux.jpg);
    padding-top: 620px;
}
.aurora_christina #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Reynald-Ricard-headshot.jpg);
    padding-top: 555px;
}
.aurora_contact #le_section-one {
    padding-top: 25px;
    padding-right: 35px;
    padding-bottom: 75px;
}
.aurora_home #le_section-four {
    padding-bottom: 50px;
}
.aurora_home #le_section-one {
    padding-top: 50px;
}
.aurora_home #le_section-one-area1 {
}
.aurora_home #le_section-one-area2 {
    padding-top: 25px;
}
.aurora_home #le_section-three {
    padding-top: 50px;
    padding-right: 0px;
}
.aurora_home #le_section-three-area1 {
    padding-top: 0px;
    padding-right: 10%;
    padding-bottom: 75px;
    padding-left: 10%;
}
.aurora_home #le_section-three-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/woman-long-hair-highlights/woman-long-hair-highlights_1000x1061.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_home #le_section-three-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/woman-straight-blonde-hair.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_home #le_section-three-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/hand-through-womans-hair/hand-through-womans-hair_1000x1125.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_home-old #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/platinum-long-blonde-hair-woman.jpg);
    background-size: cover;
    background-position: top left;
    margin-bottom: 50px;
    padding-top: 150px;
    padding-bottom: 150px;
}
.aurora_home-old #le_section-one-area2 {
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_home-old #le_section-three-area1 {
    padding-top: 0px;
    padding-right: 10%;
    padding-bottom: 75px;
    padding-left: 10%;
}
.aurora_home-old #le_section-three-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/woman-long-hair-highlights/woman-long-hair-highlights_1000x1061.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_home-old #le_section-three-area3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/woman-straight-blonde-hair.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_home-old #le_section-three-area4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/hand-through-womans-hair/hand-through-womans-hair_1000x1125.jpg);
    background-size: cover;
    background-position: top center;
}
.aurora_kelsey-wheeler #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Kelsey-Wheeler.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 500px;
}
.aurora_lucie-letz #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Teela-Feliciano.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 420px;
}
.aurora_lucie-letz #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Ashley-Lambert.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 355px;
}
.aurora_lucie-letz #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Romain-Perriniaux.jpg);
    padding-top: 620px;
}
.aurora_lucie-letz #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/ipEZYiWXSx2_WB71ue8fRJ7v_UP0uOG9YA_copy1.jpg);
    padding-top: 500px;
}
.aurora_maxine-mandel #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Teela-Feliciano.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 420px;
}
.aurora_maxine-mandel #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Ashley-Lambert.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 355px;
}
.aurora_maxine-mandel #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Romain-Perriniaux.jpg);
    padding-top: 620px;
}
.aurora_maxine-mandel #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Reynald-Ricard-headshot.jpg);
    padding-top: 555px;
}
.aurora_maxine-mandel #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Maxine-Mandel.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 500px;
}
.aurora_mike-fontana #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Teela-Feliciano.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 565px;
}
.aurora_mike-fontana #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Mike-Fontana.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 500px;
}
.aurora_mission #le_section-one {
    padding-top: 30px;
}
.aurora_mission #le_section-one-area2 {
}
.aurora_mission #le_section-one-area3 {
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}
.aurora_mission #le_section-one-area7 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_paul-desmarre #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Teela-Feliciano.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 565px;
}
.aurora_paul-desmarre #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Mike-Fontana.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_paul-desmarre #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/nico_headshot.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 500px;
    padding-bottom: 0px;
}
.aurora_policies #le_section-one {
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_products1 #le_section-one-area1 {
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
}
.aurora_reynald-ricard #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Teela-Feliciano.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 420px;
}
.aurora_reynald-ricard #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Ashley-Lambert.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 355px;
}
.aurora_reynald-ricard #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Romain-Perriniaux.jpg);
    padding-top: 620px;
}
.aurora_reynald-ricard #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Reynald-Ricard-headshot.jpg);
    padding-top: 500px;
}
.aurora_romain-perriniaux #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Teela-Feliciano.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 420px;
}
.aurora_romain-perriniaux #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Ashley-Lambert.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 355px;
}
.aurora_romain-perriniaux #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Romain-Perriniaux_copy.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 500px;
}
.aurora_samy #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Teela-Feliciano.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 420px;
}
.aurora_samy #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Ashley-Lambert.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 355px;
}
.aurora_samy #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Romain-Perriniaux.jpg);
    padding-top: 620px;
}
.aurora_samy #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Samy-pic.jpg);
    background-position: top center;
    padding-top: 500px;
}
.aurora_saudy-lara #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Teela-Feliciano.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 420px;
}
.aurora_saudy-lara #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/saudy_headshot.jpeg);
    background-size: cover;
    background-position: center center;
    padding-top: 500px;
}
.aurora_saudy-lara #le_section-one-area14 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/saudy_carousel.jpg);
}
.aurora_teela-feliciano #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Teela-Feliciano.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 500px;
}
.aurora_terms-and-conditions #le_section-one {
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_testimonials #le_section-one {
    padding-right: 50px;
}
.aurora_testimonials #le_section-one-area7 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_tony #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Teela-Feliciano.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 565px;
}
.aurora_tony #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Mike-Fontana.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_tony #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Tony_copy.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 500px;
    padding-bottom: 0px;
}
.aurora_tony-miller #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Teela-Feliciano.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 565px;
}
.aurora_tony-miller #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Mike-Fontana.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_tony-miller #le_section-one-area11 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/redmarketnewyork/Tony_copy.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 500px;
    padding-bottom: 0px;
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    #le_section-one-left {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ashley-lambert #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_ashley-lambert #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_barber-club-membership #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_carlos-ivan-ferdinand #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_christina #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_christina #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_christina #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_christina #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-one-area2 {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home-old #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_kelsey-wheeler #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lucie-letz #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lucie-letz #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lucie-letz #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_lucie-letz #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_maxine-mandel #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_maxine-mandel #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_maxine-mandel #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_maxine-mandel #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_maxine-mandel #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mike-fontana #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mike-fontana #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mission #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mission #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mission #le_section-one-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mission #le_section-one-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_paul-desmarre #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_paul-desmarre #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_paul-desmarre #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_policies #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_products1 #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reynald-ricard #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reynald-ricard #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reynald-ricard #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reynald-ricard #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_romain-perriniaux #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_romain-perriniaux #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_romain-perriniaux #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_samy #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_samy #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_samy #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_samy #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_saudy-lara #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_saudy-lara #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_saudy-lara #le_section-one-area14 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_teela-feliciano #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_terms-and-conditions #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_testimonials #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_testimonials #le_section-one-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tony #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tony #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tony #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tony-miller #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tony-miller #le_section-one-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_tony-miller #le_section-one-area11 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    #le_section-one-left {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ashley-lambert #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_ashley-lambert #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_barber-club-membership #le_section-one {
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-one {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_section-one-area11 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_carlos-ivan-ferdinand #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_christina #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_christina #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_christina #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_christina #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-one {
    padding-right: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    padding-left: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-one {
    background-color: rgb(255, 255, 255);
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-one-area2 {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home-old #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_kelsey-wheeler #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lucie-letz #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lucie-letz #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lucie-letz #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_lucie-letz #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_maxine-mandel #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_maxine-mandel #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_maxine-mandel #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_maxine-mandel #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_maxine-mandel #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mike-fontana #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mike-fontana #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mission #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mission #le_section-one-area2 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mission #le_section-one-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mission #le_section-one-area7 {
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_paul-desmarre #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_paul-desmarre #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_paul-desmarre #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_policies #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_products1 #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reynald-ricard #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reynald-ricard #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reynald-ricard #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reynald-ricard #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_romain-perriniaux #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_romain-perriniaux #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_romain-perriniaux #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_samy #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_samy #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_samy #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_samy #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_saudy-lara #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_saudy-lara #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_saudy-lara #le_section-one-area14 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_teela-feliciano #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_terms-and-conditions #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_testimonials #le_section-one {
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_testimonials #le_section-one-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tony #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tony #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tony #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tony-miller #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tony-miller #le_section-one-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_tony-miller #le_section-one-area11 {
    }
}

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
