﻿body.jsmodal-open {
	overflow: hidden;
}

/**
 * Carousel
 **/
.revlon-carousel {
	position: relative;
}
.revlon-carousel .rc-panels {
	position: relative;
	width: 100%;
	height: 600px;
	z-index: 10;
}
.revlon-carousel .rc-panel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #333;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
} 
.revlon-carousel .rc-product-image{
	max-height:260px;
}  
.revlon-carousel .rc-panel:first-child {display: block;}
.revlon-carousel .rc-panel-background {
	width: 100%;
}
.revlon-carousel .rc-panel-content {
	margin-right: 50%;
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	position: relative;
}
.revlon-carousel .rc-panel-content .rc-modal-content {
	display: none;
}
.revlon-carousel .rc-panel-band {
	position: absolute;
	background: #fff;
	color: #333;
	height: 76px;
	left: 0px;
	right: 40px;
	top: 30px;
	line-height: 76px;
	white-space: nowrap;
	text-align: right;
	padding-right: 40px;
	font-weight: bold;
	text-transform: uppercase;
}

.revlon-carousel .rc-button, 
.r-lio-carousel-footer-wrapper .rc-button, 
.r-lio-modal-carousel-footer .rc-button, 
.rc-flyer-modal .rc-button,
.r-panel-small-carousel .rc-button {
	background: #E31734;
	color: #FFF;
	cursor: pointer;
	padding: 12px 30px;
	text-transform: uppercase;
	margin: 20px auto;
	display: inline-block;
    max-width:230px;
    width:100%;
	position: relative;
	/*transform: translateZ(0px);*/
	box-shadow: 0px 0px 1px transparent;
	backface-visibility: hidden;
	vertical-align: middle;
    
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 900;
}
#rc-panel-id-8301d646-3c23-4b5a-b1bd-a5174c6a29e4 .rc-button {
    margin: 10px auto;
}
.rc-flyer-modal .rc-button {
    font-size: 15px;
	padding: 5px 18px;
	width: auto;
	margin: 0px 10px;
}
.hash-tag-button,
.r-lio-carousel-footer-wrapper .rc-button {
    font-size: 14px;
    margin: 10px;
    padding: 10px 18px;
    min-width: 160px;
	width: auto;
}
.hash-tag-button:hover,
.revlon-carousel .rc-button:hover,
.r-panel-small-carousel .rc-button:hover {
	background-color: #000;
}
.rc-flyer-modal .rc-button:hover,
.r-lio-modal-carousel-footer .rc-button:hover,
.r-lio-carousel-footer-wrapper .rc-button:hover {
    background-color: #757575;
}

.revlon-carousel .rc-panel p {
	margin: 2px 0;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: normal;
}
.revlon-carousel .rc-panel .rc-logo {
	margin: 0 0 6px;
	display: block;
}
.revlon-carousel .rc-panel .rc-logo img{
    width: auto;
    height: auto;
}
.revlon-carousel .rc-panel .rc-new {
	color: #E31734;
	font-size: 18px;
	margin: 0;
	font-weight: 200;
}
.revlon-carousel .rc-panel .hashtag {
	color: #E31734;
	font-size: 33px;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 0px 0px 3px #333;
	line-height: 34px;
}
.revlon-carousel .rc-panel .hashtag.love-test {
    display: inline-block; 
    margin-bottom: 20px; 
    font-size: 60px;
    font-weight:400;
    font-family: "Gotham SSm Light A", "Gotham SSm Light B";
	margin-bottom:12px;
	line-height:1;
}
.revlon-carousel .rc-panel .love-test-subtitle {
    margin-top: -10px !important;
    margin-bottom: 15px;
    text-transform: none;
    font-family: "Gotham SSm Light A", "Gotham SSm Light B";
}
.revlon-carousel .rc-panel .rc-large-text {
	font-size: 26px;
	line-height: 26px;
}
.revlon-carousel .rc-panel .rc-panel-info {
	font-size: 14px;
}
.r-panel-carousel-with-navbar .revlon-carousel {
	padding-top: 42px;
}
@media (max-width:767px){
    .hash-tag-button,
    #rc-panel-id-8301d646-3c23-4b5a-b1bd-a5174c6a29e4 .rc-button {
        min-width: 220px;
    }
	.revlon-carousel .rc-panel .hashtag.love-test {
		font-size: 48px;
		color: #E31734;
	}
	.revlon-carousel .rc-panel .love-test-subtitle {
		color:#fff;
		font-size: 16px;
	}
	.r-panel-carousel-with-navbar .revlon-carousel {
		padding-top: 0;
	}
}

/* Panel Type 1 */
.revlon-carousel .rc-html-content {
	margin: 50px auto 0;
	max-width: 600px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
/* Panel Type 2 */
.revlon-carousel .rc-inner-content {
	float: right;
	margin: 50px 20px 0px 0px;
	width: 420px;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	height: 450px;
}
.ie9 .revlon-carousel .rc-panel:first-child .rc-inner-content .rc-body{
	top: 35% !important;
}
.ie9 .revlon-carousel .rc-panel:first-child .rc-inner-content .rc-button{
	top: 35% !important;
}
.ie9 .revlon-carousel .rc-inner-content .rc-body{
	position: relative;
	top: 10%;
}
.ie9 .revlon-carousel .rc-inner-content .rc-button{
	position: relative;
	top: 10%;
}
.ie9 .revlon-carousel .rc-inner-content .rc-product-image{
	position: relative;
	top: 10%;
}
.ie9 .r-love-is-on .revlon-carousel .rc-inner-content .rc-body{
	position: relative;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ie9 .r-love-is-on .revlon-carousel .rc-inner-content .rc-button{
	position: relative;
	top: 25%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ie9 .r-love-is-on .revlon-carousel #rc-panel-id-af05d66a-a122-452c-a89b-e8a9aaaf2ee0 .rc-inner-content .rc-body {
top: 40%;
}
.ie9 .r-love-is-on .revlon-carousel #rc-panel-id-af05d66a-a122-452c-a89b-e8a9aaaf2ee0 .rc-inner-content .rc-button {
    top: 16%;
}
.revlon-carousel .rc-pager {
	position: absolute;
	bottom: 0;
	height: 90px;
	/*max-width: 904px;*/
    max-width:0;
	background: #000;
	left: 0;
	right: 0;
	z-index: 20;
	margin: 0 auto;
	overflow: hidden;
    width: 100%;
}
.revlon-carousel .rc-pager .rc-slider {
	margin: 0 26px;
	height: 150px;
	overflow-x: scroll;
	overflow-y: hidden;
}
    .revlon-carousel .rc-pager .rc-pager-slider {
        margin: 0 auto;
    }
    .revlon-carousel .rc-pager .rc-pager-slider:after {
        content: " ";
        visibility: hidden;
        height: 0;
        clear: both;
        display: block;
        font-size: 0;
    }
.revlon-carousel .rc-pager .rc-pager-slider > div {
	width: 170px; 
	height: 90px;
	cursor: pointer;
	margin: 0;
	float: left;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	font-size: 15px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 700;
	line-height: 15px;
	text-shadow: 0px 0px 1px #999;
    border: 2px solid #000;
	position: relative;
}
.revlon-carousel .rc-pager .rc-pager-slider > div span {
	position: relative;
    z-index: 2;
	opacity: 0.2;
    text-transform: uppercase; /* added due to font decrease - AR choose love*/
}
.revlon-carousel .rc-pager .rc-pager-slider > div img {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
	opacity: 0.2;
	border: 0 none;
	box-shadow: none;
	text-shadow: none;
}
.ie9 .revlon-carousel .rc-pager .rc-pager-slider > div{
	display:table;
}
.ie9 .revlon-carousel .rc-pager .rc-pager-slider > div span{
	display:table-cell;
	vertical-align: middle;287
}
.revlon-carousel .rc-pager .rc-pager-slider > div:hover span {
	opacity: 1;
}
.revlon-carousel .rc-pager .rc-pager-slider > div:hover img {
	opacity: 0.4;
}
.revlon-carousel .rc-pager .rc-pager-slider > .rc-slide-active img,
.revlon-carousel .rc-pager .rc-pager-slider > .rc-slide-active:hover img,
.revlon-carousel .rc-pager .rc-pager-slider > .rc-slide-active span {
	opacity: 1;
}
.revlon-carousel .rc-pager .rc-pager-prev,
.revlon-carousel .rc-pager .rc-pager-next {
	cursor: pointer;
	height: 90px;
	width: 26px;
	position: relative;
    background-color: #000;
    display: none;
}
.revlon-carousel .rc-pager .rc-pager-prev:before,
.revlon-carousel .rc-pager .rc-pager-next:before {
	content: '';
  	position: absolute;
	background-image: url("../img/sprites/revlon_sprite_desktop.png");
	height: 26px;
	width: 26px;
	top: 50%;
	margin-top: -13px;
}
.revlon-carousel .rc-pager .rc-pager-prev {
	float: left;
}
.revlon-carousel .rc-pager .rc-pager-prev:before {
	background-position: 128px -11px;
}
.revlon-carousel .rc-pager .rc-pager-next {
	float: right;
}
.revlon-carousel .rc-pager .rc-pager-next:before {
	background-position: 91px -11px;
}
.revlon-carousel .rc-tag {
	position: absolute;
	top: 20px;
	left: 0;
	right: 50%;
	height: 65px;
	background: #fff;
	z-index: 100;
	margin-right: 40px;
	text-align: center;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.revlon-carousel .rc-tag p {
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 !important;
	margin: 0;
}
.revlon-carousel .rc-tag img {
    margin-left: 10px;
    max-width: 100px;
}
.ie9 .revlon-carousel .rc-tag{
	display:table;
	width:100%;
	max-width:450px;
}
.ie9 .revlon-carousel .rc-tag p{
	display: table-cell;
	vertical-align: middle;
}
.r-lio-parallax .r-lio-wide-carousel.r-lio-tatia-carousel .revlon-carousel .rc-inner-content {
	padding-top: 0;
}
@media (max-width: 768px) {
    
  .home .revlon-carousel .rc-panel-content {
    margin: 0;
  }
  .r-lio-wide-carousel .revlon-carousel .rc-panel-content {
	margin: 0;  
  }
  .revlon-carousel .rc-inner-content {
        float: none;
        margin: 0 auto;
        padding-top: 50px;
        width: auto;
        height: 520px;
    }
  .revlon-carousel .rc-panel p {
	  font-weight: 200;
  }
  .revlon-carousel .rc-panel .rc-new{
      font-size: 22px;
      margin-bottom: 5px;
  }
  .revlon-carousel .rc-body{
      margin-bottom:10px;
  }
  .hash-tag-button,
  .revlon-carousel .rc-button{
     font-size: 15px;
     margin: 25px auto 45px;
     padding: 12px 27px;
     width:auto;
	 max-width: 250px;
  }
  revlon-carousel .rc-inner-content {
	  margin: 0 auto;
	  float: none;
	  padding-top: 50px;
  }
  .revlon-carousel .rc-pager {
	  height: 65px;
  }
  .revlon-carousel .rc-pager .rc-pager-slider > div, 
  .revlon-carousel .rc-pager .rc-pager-slider > img {
	width: 123px; 
	height: 65px;
  }
  .revlon-carousel .rc-pager .rc-pager-prev,
  .revlon-carousel .rc-pager .rc-pager-next {
	  height: 65px;
  }
  .r-lio-parallax .r-lio-wide-carousel.r-lio-tatia-carousel .revlon-carousel .rc-inner-content {
	float: none;
	margin: 0 auto;
	padding-top: 0;
  }
  #rc-panel-id-2b5375dd-c07b-45cc-b09e-15c3ea5c615c .rc-panel-content .rc-inner-content {
	  float: left;
  }
}
.r-video-aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}

.r-video-aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}
.rc-modal .rc-social-icons {
	text-align: right;
	margin: 10px 0px;
}
.rc-modal.rc-flyer-modal .rc-socialicons{
	margin:0;
}
.rc-video-modal .rc-social-icons-label,
.rc-modal .rc-social-icons-label {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	vertical-align: text-bottom;
	padding-right: 6px;
	text-transform: uppercase;
}
.rc-modal .rc-social-icons .social-links-large {
	margin: 0;
}
.rc-modal.rc-flyer-modal .rc-social-icons .social-links-large{
	position: relative;
    top: 3px;
}

@media (max-height: 747px) {
  .home .revlon-carousel .rc-panels {
    height: 450px;
  }
  .home .revlon-carousel .rc-inner-content {
	  margin-top: 0;
	  height: 400px;
	  padding: 0;
  }
  .home .revlon-carousel .rc-inner-content .rc-product-image img {
	  height: 200px;
  }
}
@media (max-width: 767px) and (max-height:747px){
    .hash-tag-button,
	.revlon-carousel .rc-button{
		font-size: 15px;
		margin: 20px auto;
		padding: 12px 27px;
	}
}


/**
 * jsModal
 **/
#modal-overlay {
  background: #000;
  filter: alpha(opacity=30);
  height: 100%;
  left: 0;
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  -ms-filter: alpha(opacity=30);
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 998;
}

#modal-container {
  height: auto;
  font-family: arial,sans-serif;
  font-size: 14px;
  position: fixed;
  z-index: 998;
  top: 20px !important;
  bottom: 20px;
}

#modal-header {
  height: 20px;
  overflow: visible;
  clear: both;
  max-width: 1400px;
  margin: 0 auto;
}

#modal-close {
  background-image: url("../img/sprites/revlon_sprite_desktop.png");
  background-position: 41px -15px;
  cursor: pointer;
  display: block;
  opacity: 1.0;
  float: right;
  height: 22px;
  width: 22px;
  margin: -8px -20px 0 0;
}
#modal-close:hover {
  opacity: 0.6;
}

#modal-content {
  display: block;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
#modal-content .rc-social-icons {
    margin:10px;
}
@media (max-width: 768px) {
	#modal-content .rc-social-icons {
		text-align: center;
	}
}

@media (max-width: 1000px) {
	#modal-close {
		 margin: -10px -10px 0 0;
	}
}

#modal-container.modal-loading {
  background: #fff url('../img/loader.gif') no-repeat center center;
}

#modal-container .r-video-aspect-ratio {
	width: 800px;
}


/* Love Is On */
.r-lio-parallax {
	position: relative;
}
.r-lio-parallax > article {
	min-height: 600px;
	width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: 0px 0px 100px 5px #000; 
	-moz-box-shadow: 0px 0px 100px 5px #000; 
	box-shadow: 0px 0px 100px 5px #000;
}
.r-love-is-on .r-lio-html-block{
	min-height: 0;
}
.r-lio-parallax article.r-lio-main-panel {
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	min-height: 542px;
}
.r-lio-parallax article nav{
	background:#E31734;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	overflow: hidden;
	z-index: 200;
	transition: height 0.75s;
}
/*.r-lio-parallax article.r-lio-main-panel nav a*/
.r-lio-parallax article nav a {
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    line-height:20px;
}
.r-lio-parallax article nav a:hover,
.r-lio-parallax article nav a.rc-active {
	font-weight: bold;
    color: #000;
}
.r-lio-parallax article.r-lio-main-panel .r-lio-mp-content {
	background:rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	text-align: center;
	padding-top: 42px;
	z-index: 5;
	transition: right 1s;
}
.r-lio-parallax article.r-lio-main-panel .r-lio-mp-content.r-active {
	right: 50%;
}
.r-lio-parallax article.r-lio-main-panel .r-lio-mp-inner-content {
	float: right;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	height: 420px;
	margin: 42px 0 0;
	opacity: 0;
	transition: opacity 1s;
	width: 100%;
	max-width: 500px;
} 
.r-lio-parallax article.r-lio-main-panel .rc-button {
    background: #E31734 none repeat scroll 0% 0%;
	color: #FFF;
	cursor: pointer;
	padding: 12px 32px;
	text-transform: uppercase;
	margin: 32px auto;
	display: inline-block;
	font-size: 18px;
    max-width:260px;
    width:100%;
	position: relative;
	/*transform: translateZ(0px);*/
	box-shadow: 0px 0px 1px transparent;
	backface-visibility: hidden;
	vertical-align: middle;
    
  font-family: "Gotham SSm A", "Gotham SSm B";
  font-style: normal;
  font-weight: 900;
}
.ie9 .r-lio-parallax article.r-lio-main-panel .r-lio-mp-inner-content .rc-body{
	position: relative;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ie9 .r-lio-parallax article.r-lio-main-panel .r-lio-mp-inner-content .rc-button{
	position: relative;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.r-lio-parallax article.r-lio-main-panel .rc-button:hover,
.r-lio-parallax article.r-lio-main-panel .rc-button:focus,
.r-lio-parallax article.r-lio-main-panel .rc-button:active {
	background-color:#000;
}

@media (max-width: 767px) {
	.r-lio-parallax article nav {
		display: none;
	}
	
	.r-lio-parallax article.r-lio-main-panel .r-lio-mp-content.r-active {
		right: 0;
	}
	.r-lio-parallax article.r-lio-main-panel .r-lio-mp-inner-content { 
		float: none;
		margin: 42px auto 0;
	}
    
    }

.r-lio-parallax article.r-lio-parallax {
	width: 100%;
	height: 600px;
	margin: 0 auto;
}
.r-love-is-on .r-lio-parallax#bridal, .r-love-is-on .r-lio-parallax#dating-advice {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.r-lio-parallax .r-lio-parallax-content {
	position: absolute;
	right: 50%;
	width: 500px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	height: 100%;
	text-shadow: 0px 0px 1px #ddd;
}
.r-lio-parallax .r-lio-parallax-content h3 {
	font-size: 60px;
	font-weight: normal;
	margin: 0px;
    text-shadow: 2px 2px #333;
    font-family: "Gotham SSm Light A","Gotham SSm Light B";
    font-weight:200;
}
.r-lio-parallax .r-lio-parallax-content h2 {
	font-size: 60px;
	margin: 0px;
	font-weight: bold;
    text-shadow: 2px 2px #333;
}
.r-lio-parallax .r-lio-parallax-content p {
	margin: 20px 0px;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
    font-family: "Gotham SSm Light A","Gotham SSm Light B";
    font-weight:200;
    text-shadow: 2px 2px #333;
}
.ie9 .r-lio-parallax .r-lio-parallax-content h3{
	position: relative;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ie9 .r-lio-parallax .r-lio-parallax-content h2{
	position: relative;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ie9 .r-lio-parallax .r-lio-parallax-content p{
	position: relative;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.r-lio-parallax article.r-lio-carousel {
	max-width: 1028px;
	margin: 0 auto;
	margin: 40px auto;
}
.r-lio-parallax .revlon-carousel .rc-inner-content {
	width:100%;
	height:475px;
	float:none;
	/*padding-top: 100px;*/
	margin:0;
}
.r-lio-parallax .revlon-carousel .rc-pager {
	height: 124px;
	max-width: none;
}
.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider {
	height:200px;
}
.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider > div {
	width: 220px;
	height: 124px;
	/*margin: 0 2px;*/
}
.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider img {
    border: 1px solid rgba(128,128,128,.9);
}
.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-prev,
.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-next {
	background: #fff;
	height: 124px;
}
.r-lio-parallax .revlon-carousel .rc-tag img {
    margin-bottom: 9px;
}

.r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-top {
	font-size: 45px;
	color: #E31734;
	font-weight: bold;
	line-height: 50px;
	text-transform: uppercase;
}
.r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-bottom {
	font-weight: bold;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 45px;
}
.r-lio-parallax .revlon-carousel .rc-panel-content p {
	margin-top: 20px;
	padding: 0;
	font-weight: 200;
	font-size: 23px;
}
.r-lio-parallax .revlon-carousel .rc-panel-content .rc-episode {
	font-weight: bold;
	margin-top: 20px;
}
.r-lio-parallax .revlon-carousel .rc-panel-content .rc-episode-name {
	font-size: 24px;
	margin: 0 40px;
}

/*LIO page wide carousel specific css*/
.r-lio-parallax article.r-lio-wide-carousel {
    max-width:100%;
}
.r-lio-parallax .r-lio-wide-carousel .revlon-carousel .rc-pager {
    max-width:1028px;
    position:relative;
}
.r-lio-parallax .r-lio-wide-carousel .revlon-carousel .rc-inner-content {
    max-width:500px;
    float:right;
}
#rc-panel-id-2b5375dd-c07b-45cc-b09e-15c3ea5c615c .rc-panel-content .rc-inner-content {
    padding-top:0;
}
.r-lio-wide-carousel .revlon-carousel .rc-panels {
    height: 480px;
}
/*home page carousel specific css*/
body.home .revlon-carousel .rc-pager-slider-item span{
	text-transform: uppercase;
	font-size: 15px;
    font-weight: 700;
}
/* hashtag carousel specific css*/
.r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner {
    border: 1px solid #fff;
    color: #fff;
}
.r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner {
    margin-top: 55px;
    padding: 10px 40px !important;
    text-align: center;
    height: auto;
}
    .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-title-top,
    .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-title-bottom {
        font-weight: 900;
        font-size: 24px;
        color: #fff;
        line-height: 1;
    }
    .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-title-bottom {
        color: #ea002a;
    }

    .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-image-wrapper {
        margin: 15px auto;
    }
    .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-image-wrapper em {
        font-style: normal;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 24px;
    }
    .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-image-wrapper span {
        display: block;
        font-size: 24px;
    }
    .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-image-wrapper img {
        display: block;
        margin: 0 auto 15px auto;
        max-width: 100%;
        height: auto;
    }

.hash-tag-wrapper {
    font-family: "Gotham SSm Light A", "Gotham SSm Light B";
    font-size: 34px;
    font-weight: 200;
    text-align: center;
    color: #fff;
    margin: 20px auto;
    text-transform: uppercase;
    line-height: 1;
}
.r-lio-parallax > article.hash-tag-wrapper {
    box-shadow: none;
}
    .hash-tag-wrapper h2 {
        font-family: "Gotham SSm A","Gotham SSm B";
        font-size: 93px;
        font-weight: 900;
        color: #ea002a;
    }
    .hash-tag-wrapper h2 em {
        display: block;
        font-size: 58px;
        font-style: normal;
        color: #fff;
    }
.hash-tag-wrapper div {
    overflow: hidden;
}
    .hash-tag-wrapper .hash-tag-img {
        display: inline-block;
        margin: 0 auto;
        padding: 0 7%;
    }
    .hash-tag-wrapper span {
        display: block;
        margin: 10px auto;
        font-size: 64px;
    }
    /*.hash-tag-wrapper .hash-tag-img {
        position: absolute;
        top: 50%;
        right: -134px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }*/
    .hash-tag-wrapper .hash-tag-img img {
        display: inline-block;
        margin: 0 auto;
        width: 100%;
        height: auto;
        transform: translateX(8%);
        -webkit-transform: translateX(8%);
    }
    
.hash-tag-wrapper.hash-tag-small {
    font-size: 34px;
    color: #030000;
    padding: 20px;
    margin: 0 auto;
    background-color: #fff;
    line-height: 1;
}
    .hash-tag-wrapper.hash-tag-small h2 {
        font-family: "Gotham SSm A","Gotham SSm B";
        font-size: 75px;
    }
    .hash-tag-wrapper.hash-tag-small h2 em {
        font-size: 46px;
        color: #030000;
    }
    .hash-tag-wrapper.hash-tag-small div {
        margin: 10px auto;
        color: #030000;
        font-size: 22px;
    }
    .hash-tag-wrapper.hash-tag-small span {
        display: inline-block;
        vertical-align: middle;
        margin: 0 2px;
        font-size: 22px;
    }
    .hash-tag-wrapper.hash-tag-small .hash-tag-img img {
        transform: translateX(6.5%);
        -webkit-transform: translateX(6.5%);
    }
.hash-tag-button {
    background: #E31734;
    color: #fff;
    cursor: pointer;
    padding: 12px 30px;
    text-transform: uppercase;
    margin: 20px auto;
    display: block;
    max-width: 230px;
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 1px transparent;
    backface-visibility: hidden;
    vertical-align: middle;
    font-family: "Gotham SSm A","Gotham SSm B";
    font-style: normal; 
    font-weight: 900;
}
.hash-tag-button:hover {
    background-color:#000;
}

@media (max-width:1046px){
	.r-lio-parallax .r-lio-parallax-content{
		right:44%;
	}
}
@media (max-width:960px){
	.r-lio-parallax .r-lio-parallax-content{
		right:40%;
	}
}
@media (max-width:850px){
	.r-lio-parallax .r-lio-parallax-content{
		right:36%;
	}
}
@media (max-width:800px){
	.r-lio-parallax .r-lio-parallax-content{
		right:32%;
	}
}
@media (max-width: 767px) {
    .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner {
        margin-top: 0;
    }
        .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-title-top,
        .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-title-bottom {
            font-size: 16px;
        }
        .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-image-wrapper {
            margin: 10px auto;
        }
        .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-image-wrapper em {
            font-size: 13px;
        }
        .r-lio-parallax .revlon-carousel .rc-panel-content .rc-hashtag-banner .rc-image-wrapper img {
            width: 100%;
        }
	/*LIO parallax*/
	.parallax-mirror {
		display: none;
	}
    body.home .revlon-carousel .rc-pager-slider-item span{
		font-size:14px;
	}
	.r-lio-parallax article.r-lio-parallax{
		height:530px;
	}
	.r-lio-parallax .r-lio-parallax-content{
		height: 100%;
		left: 0;
		padding: 0 15px;
		width: 100%;
	}
	.r-lio-parallax .r-lio-parallax-content h3{
		font-size:44px;
	}
	.r-lio-parallax .r-lio-parallax-content h2{
		font-size:44px;
	}
	.r-lio-parallax .r-lio-parallax-content p{
		font-weight: 200;
		font-size:20px;
		width:60%;
		line-height:24px;
	}
	/*LIO carousel*/
	.r-lio-parallax > article {
		min-height:500px;
	}
	.r-lio-parallax .revlon-carousel .rc-panels{
		height:500px;
	}
	/*LIO carousel inner content*/
	.r-lio-carousel .revlon-carousel .rc-panel-content {
	    width:50%;
		height:100%;
		padding: 0 20px;
		position:absolute;
    }
	.r-lio-carousel.r-lio-tatia-carousel .revlon-carousel .rc-panel-content {
		width:100%;
	}
	.r-lio-carousel.r-lio-tatia-carousel .revlon-carousel .rc-button {
		padding: 10px 25px;
		font-size: 13px;
	}
    .r-lio-carousel .revlon-carousel .rc-inner-content {
	    /*float: none;
	    width:100% !important;*/
		height: 100%;
		padding: 0 0 35px;
		/*margin:0;*/
    }
	.r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-top{
		font-size:30px;
		line-height:40px;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-bottom{
		font-size:30px;
		line-height:40px;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content p{
		font-size:18px;
	}
	.r-lio-carousel .revlon-carousel .rc-button{
		margin:20px auto;
	}
	/*LIO carousel 'partnership with:' */
	.r-lio-carousel .revlon-carousel .rc-tag{
	    width:300px;
		height:44px;
    }
    .r-lio-carousel .revlon-carousel .rc-tag p {
	    font-size:12px;
    }
    .r-lio-carousel .revlon-carousel .rc-tag img{
	    max-width:80px;
		max-height:44px;
    }
	/*LIO carousel pager*/
	.r-lio-parallax .revlon-carousel .rc-pager{
		height:100px;
	}
	.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider > div, .r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider img{
		height:100px;
		width:180px;
	}
	.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-prev, .r-lio-parallax .revlon-carousel .rc-pager .rc-pager-next{
		height:100px;
	}
    .r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider > div {
		font-size:20px;
		font-weight: 200;
	}
}
@media (max-width: 800px) {
	/*LIO parallax*/
   body.home .revlon-carousel .rc-pager-slider-item span {
		font-size:14px;
	}
}
@media (max-width: 480px) {
	/*LIO main*/
	.r-lio-parallax article.r-lio-main-panel{
		min-height:470px;
	}
	.r-lio-parallax article.r-lio-main-panel .rc-button{
		font-size:15px;
		font-weight: 200;
	}
	/*LIO parallax*/
	.r-lio-parallax article.r-lio-parallax{
		height:380px;
	}
	.r-lio-parallax .r-lio-parallax-content{
		display:block;
		padding-top:100px;
	}
	.r-lio-parallax .r-lio-parallax-content h3{
		font-size:36px;
		min-height:33px;
	}
	.r-lio-parallax .r-lio-parallax-content h2{
		font-size:36px;
	}
	.r-lio-parallax .r-lio-parallax-content p{
		font-size:18px;
	}
	/*LIO carousel*/
	.r-lio-parallax > article {
		min-height:400px;
	}
	.r-lio-parallax .revlon-carousel .rc-panels{
		height:400px;
	}
	.r-lio-carousel .revlon-carousel .rc-body{
		margin-bottom:0;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-top{
		font-size:24px;
		line-height:30px;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-bottom{
		font-size:24px;
		line-height:30px;
	}
	.r-lio-carousel .revlon-carousel .rc-panel-content{
		padding: 0 10px;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content p{
		font-size: 16px;
		margin-top: 10px;
		padding: 0 !important;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content .rc-episode{
		margin-top:10px;
		font-size:10px;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content .rc-episode-name{
		font-size:17px;
		margin: 5px 0;
		font-weight: 200;
	}
	.r-lio-carousel .revlon-carousel .rc-button{
		font-size: 11px;
		margin: 10px auto;
		padding: 5px 15px;
	}
	/*LIO carousel pager*/
	.r-lio-parallax .revlon-carousel .rc-pager{
		height:80px;
	}
	.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider > div, .r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider img{
		height:80px;
		width:140px;
	}
	.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-prev, .r-lio-parallax .revlon-carousel .rc-pager .rc-pager-next{
		height:80px;
	}
    .r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider > div {
		font-size:16px;
	}
}
@media (max-width:360px){
	/*LIO parallax*/
	.r-lio-parallax article.r-lio-parallax{
		height:320px;
		min-height:320px;
	}
	.r-lio-parallax .r-lio-parallax-content{
		padding-top:80px;
	}
	.r-lio-parallax .r-lio-parallax-content h3{
		font-size:30px;
		font-weight: 200;
	}
	.r-lio-parallax .r-lio-parallax-content h2{
		font-size:30px;	
	}
	.r-lio-parallax .r-lio-parallax-content p{
		font-size:16px;
	}
	/*LIO carousel*/
	.r-lio-parallax > article {
		min-height:300px;
	}
	.r-lio-carousel .revlon-carousel .rc-panels{
		height:300px;
	}
	/*LIO carousel inner content*/
	.r-lio-carousel .revlon-carousel .rc-panel-content{
		padding: 0;
	}
	.r-lio-carousel .revlon-carousel .rc-inner-content{
		padding: 0 0 30px;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-top{
		font-size: 20px;
		line-height: 26px;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-bottom{
		font-size: 20px;
		line-height: 26px;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content .rc-episode {
		margin-top: 5px;
		font-size: 10px;
	}
	.r-lio-parallax .revlon-carousel .rc-panel-content .rc-episode-name{
		font-size:15px;
	}
		/*LIO carousel pager*/
	.r-lio-parallax .revlon-carousel .rc-pager{
		height:70px;
	}
	.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider > div, .r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider img{
		height:70px;
		width:130px;
	}
	.r-lio-parallax .revlon-carousel .rc-pager .rc-pager-prev, .r-lio-parallax .revlon-carousel .rc-pager .rc-pager-next{
		height:70px;
	}
	.r-lio-carousel .revlon-carousel .rc-button{
		margin: 5px auto;
	}
	.r-lio-carousel .revlon-carousel .rc-tag {
		top: 0;
        width:50%;
	}
    .r-lio-carousel .revlon-carousel .rc-tag p {
        font-size: 7px;
    }
    .r-lio-carousel .revlon-carousel .rc-tag img {
        max-width:50px;
        margin-left:5px;
	}
	#love-horoscopes.r-lio-carousel .revlon-carousel .rc-inner-content {
		padding-top: 70px;
	}
	#love-horoscopes.r-lio-carousel .revlon-carousel .rc-body {
		margin-bottom: 20px;
	}
    .r-lio-parallax .revlon-carousel .rc-pager .rc-pager-slider > div {
		font-size:14px;
	}
}
/* Full screen modal */
#modal-container.rc-modal-fullscreen {
	position: fixed;
	left: 20px !important;
	right: 20px !important;
}
@media (min-width: 767px) {
	#modal-container.rc-modal-fullscreen {
		top: 20px !important;
		bottom: 20px;
		margin-top: 0 !important;
	}
	#modal-container.rc-modal-fullscreen #modal-content {
		overflow-x: hidden;
		overflow-y: auto;
		max-height: 100%;
	}
}

.rc-panel-modal-carousel {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	background: rgba(0, 0, 0, 0.8);
}
.rc-panel-modal-carousel .rc-pmc-carousel {
	margin: 0 170px;
	/*height: 825px;*/
	overflow: hidden;
}
.rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel {
	min-height: 736px;
	width: 100%;
	background: #000;
}
.r-lio-modal-with-coupon .rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel {
	min-height: 0;
}
.rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel .rc-pmc-title {
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 0px;
}
.rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel .rc-pmc-title strong {
	padding: 0 5px;
}
.rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel .rc-pmc-panel-image {
	background-color: #333;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 480px;
}
.r-lio-modal-with-coupon .rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel .rc-pmc-panel-image {
	height: 420px;
}
.rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel .rc-pmc-panel-image iframe {
	height: 100%;
	width: 100%;
}
.rc-panel-modal-carousel .rc-pmc-inner-pager {
	width: 36px;
	position: absolute;
	background: #000 none repeat scroll 0% 0%;
	height: 124px;
	cursor: pointer;
    display: none;
}
.rc-panel-modal-carousel .rc-pmc-inner-pager:before {
	content: "";
	position: absolute;
	background-image: url("../img/sprites/revlon_sprite_desktop.png");
	height: 26px;
	width: 26px;
	top: 50%;
	margin-top: -13px;
}
.rc-panel-modal-carousel .rc-pmc-inner-pager-prev { left: 0; }
.rc-panel-modal-carousel .rc-pmc-inner-pager-prev:before {background-position: 132px -11px;}
.rc-panel-modal-carousel .rc-pmc-inner-pager-next { right: 0; }
.rc-panel-modal-carousel .rc-pmc-inner-pager-next:before {background-position: 94px -11px;}
.rc-panel-modal-carousel .rc-pmc-products > h3 {
	font-size: 20px;
	margin: 20px 10px 10px;
    font-weight: bold;
}
.rc-panel-modal-carousel .rc-pmc-products > hr {
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin: 10px 0;
}
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-slider {
	margin: 0 36px;
	height: 130px;
    overflow: hidden;
}
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-inner-slider { height: 124px; }
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product {
	width: 230px;
	height: 124px;
	float: left;
	background: #000;
}

.rc-panel-modal-carousel .rc-pmc-panels {
    margin-top: -60px;
}

.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product.rc-pmc-panels-panel {
    cursor: pointer;
    position: relative;
    line-height: 15px;
}

.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product.rc-pmc-panels-panel span {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 10px;
    width: 100%;
    font-family: "Gotham SSm A","Gotham SSm B"; 
    font-size: 15px; /* changed from 18px per AR choose love launch */
    text-align: center;
    font-weight: 700; /* changed from 900 per AR choose love launch*/
    text-transform: uppercase;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: .2;
}

.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product.rc-pmc-panels-panel img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(128,128,128,.9);
    opacity: .2;
}
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product.rc-pmc-panels-panel:hover img {
    opacity: .4;
}
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product.rc-pmc-panels-panel:hover span {
    opacity: 1;
}
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product.rc-pmc-panels-panel.rc-slide-active span,
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product.rc-pmc-panels-panel.rc-slide-active img {
    opacity: 1;
    text-shadow: 0px 0px 1px #999;
    line-height: 15px;
}

.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product .rc-pmc-products-product-image {
	float: left;
	margin: 0 20px;
	height: 124px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product .rc-pmc-products-product-image img {
	max-width: 80px;
	max-height: 120px;
}
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product .rc-pmc-products-product-info {
	margin-left: 100px;
	height: 124px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product .rc-pmc-products-product-info a {
	font-family: "Gotham SSm A","Gotham SSm B";
    color: red;
	text-transform: uppercase;
	font-size: 15px;
}
.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product .rc-pmc-products-product-info a:hover{
	color: #fff;
}
.rc-panel-modal-carousel .rc-pmc-pager {
	position: absolute;
	width: 150px;
	height: 140px;
	top: 190px;
	cursor: pointer;
}
.rc-panel-modal-carousel .rc-pmc-pager:before {
	content: "";
	position: absolute;
	background-image: url("../img/sprites/revlon_sprite_desktop.png");
	height: 26px;
	width: 26px;
	top: 50%;
	margin-top: 7px;
}
.rc-panel-modal-carousel .rc-pmc-pager-prev { left: 0; text-align: right; } 
.rc-panel-modal-carousel .rc-pmc-pager-prev:before {background-position: 132px -11px; left: 0;}
.rc-panel-modal-carousel .rc-pmc-pager-next { right: 0; }
.rc-panel-modal-carousel .rc-pmc-pager-next:before {background-position: 94px -11px; right: 0;}

.rc-panel-modal-carousel .rc-pmc-pager img { max-width: 120px; }
.rc-panel-modal-carousel .rc-pmc-pager span { text-transform: uppercase; margin: 0; }
.rc-panel-modal-carousel .rc-pmc-pager h3 { 
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold; 
}
.rc-panel-modal-carousel .rc-social-icons {
	text-align: right;
	margin: 10px 0px;
	position: absolute;
	right: 0;
}
.rc-panel-modal-carousel .rc-social-icons-label {
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	vertical-align: text-bottom;
	padding-right: 6px;
	text-transform: uppercase;
}
.rc-panel-modal-carousel .rc-social-icons .social-links-large {
	margin: 0;
}
@media (max-height: 747px) {
	.rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel .rc-pmc-panel-image {
		height: 280px;
	}
	.r-lio-modal-with-coupon .rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel .rc-pmc-panel-image {
		height: 220px;
	}
	.r-lio-modal-with-coupon .rc-panel-modal-carousel .rc-pmc-pager {
		top: 290px;
	}
}
@media (max-width: 1000px) {
	#modal-container.rc-modal-fullscreen {
		/*left: 10px !important;
		right: 10px !important;*/
		/*position: absolute;*/
		/*margin-top: 120px;*/
	}
	#modal-container.rc-modal-fullscreen #modal-header {
		position: absolute;
		right: 0px;
		z-index: 1000;
		/*margin-top: 10px;*/
	}
	.rc-panel-modal-carousel .rc-pmc-carousel {
		margin: 0;
		background: #000;
	}
	.rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel .rc-pmc-panel-image {
		height: 280px;
	}
	.rc-panel-modal-carousel .rc-social-icons {
		position: static;
		text-align: center;
	}
	
	.rc-panel-modal-carousel .rc-pmc-carousel {
		margin: 0;
		overflow: visible;
	}
	.rc-panel-modal-carousel .rc-pmc-pager {
		top: 350px;
		width: 90px;
		height: 90px;
		z-index: 100;
	}
	.rc-panel-modal-carousel .rc-pmc-pager-prev::before {background-position: 126px -11px;}
	.rc-panel-modal-carousel .rc-pmc-pager span {font-size: 12px;}
	.rc-panel-modal-carousel .rc-pmc-pager h3 {font-size: 11px;}
	.rc-panel-modal-carousel .rc-pmc-pager img {max-width: 70px;}
	
	.rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel .rc-pmc-title {
		font-size: 14px;
		padding: 5px;
	}
	
	.rc-panel-modal-carousel .rc-pmc-products {
		margin-top: 100px;
		background: #000;
	}
	.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product {
		width: auto;
		margin: 10px 10px 60px;
		height: auto;
		float: none;
	}
	.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product .rc-pmc-products-product-image {
		height: auto;
		margin: 10px;
		text-align: center;
		float: none;
		display: block;
	}
	.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product .rc-pmc-products-product-image img {
		max-width: 60px;
		max-height: 90px;
	}
	.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product .rc-pmc-products-product-info {
		height: auto;
		text-align: center;
		display: block;
		margin: 0;
	}
	.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-product .rc-pmc-products-product-info a {
		font-size: 11px;
	}
	.rc-panel-modal-carousel .rc-pmc-products > h3 {
		text-align: center;
		font-size: 16px;
	}
    .rc-panel-modal-carousel .rc-pmc-products > hr {
        margin: 10px 10px 0 10px;
    }
	.rc-panel-modal-carousel .rc-pmc-inner-pager {
		display: none;
	}
	.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-slider {
		margin: 0;
		height: auto;
	}
	.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-inner-slider {
		height: auto;
		width: auto !important;
	}
}
/* ----- modal flyer css ----- */
#modal-container.rc-modal-flyer-fullscreen{
	left: 20px !important;
    position: fixed;
    right: 20px !important;
}
#modal-container.rc-modal-flyer-fullscreen #modal-content{
    bottom: 0;
    height: 98%;
    position: absolute;
    width: 100%;
}
@media (min-width: 767px) {
	#modal-container.rc-modal-flyer-fullscreen {
		top: 20px !important;
		bottom: 20px !important;
	}
}
.rc-flyer-modal{
    height: 100%;
    margin: 0 auto;
    max-width: 1215px;
    position: relative;
	background: #000;
	overflow-x: auto;
	overflow-y: auto;
}
.rc-flyer-modal .rc-flyer-wrapper .rc-flyer-info-graphic {
    position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 130px;
	overflow-y: auto;
	z-index: 1;
}
.rc-flyer-modal .rc-flyer-wrapper .rc-flyer-info-graphic img {
    width: 100%;
}
.rc-flyer-modal .rc-flyer-footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	box-shadow: 0 0 30px #000;
	z-index: 2;
}
.rc-flyer-modal .rc-flyer-footer .rc-social-icons {
	text-align: center;
}


.rc-modal-flyer-fullscreen #modal-header {
	max-width: 1215px;
}
.rc-modal.rc-flyer-modal .rc-social-icons .social-links-large {
	margin-right: 20px;
}
@media (max-width:767px){
    .rc-panel-modal-carousel .rc-pmc-products {
        margin-top: -110px !important;
    }
	#modal-container.rc-modal-flyer-fullscreen {
		top: 20px !important;
		bottom: 20px !important;
		left: 20px !important;
		right: 20px !important;
	}
	#modal-container.rc-modal-flyer-fullscreen #modal-close {
		margin: -12px 0px 0px;
	}
	.rc-flyer-modal .rc-flyer-wrapper .rc-flyer-info-graphic {
		position: static;
		bottom: 0;
	}
	.rc-flyer-modal .rc-flyer-footer {
		position: static;
	}
}
/*@media (max-width:768px){
	.rc-modal.rc-flyer-modal .rc-social-icons .social-links-large {
		display: block;
		margin: 0 0 12px;
	}
}*/
@media (max-width: 1350px) {
	.rc-flyer-modal .rc-flyer-wrapper .rc-flyer-info-graphic {
		bottom: 187px;
	}
}
/* ----- end of modal flyer css ----- */

/* Messages */
#r-lio-messages {
	color: #333; 
	position: fixed;
	/*height: 140px;*/
	height: 0;
	background: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 150;
	overflow: hidden;
	transition: height 1s;
}
#r-lio-messages .r-lio-messages-wrapper {
	margin: 0 auto;
	max-width: 1028px;
	position: relative;
	height: 160px;
}
#r-lio-messages .r-lio-message-content {
	position: absolute;
	top: 30px;
	bottom: 0;
	right: 50%;
	width: 180px;
}
#r-lio-messages .r-lio-message-content .r-m-title {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 200;
	margin-bottom: 10px;
}
#r-lio-messages .r-lio-message-content .rc-title-top {
	text-align: center;
	color: red;
	font-weight: bold;
	text-transform: uppercase;
}
#r-lio-messages .r-lio-message-content .rc-title-bottom {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
#r-lio-messages .r-lio-message-panel {
	position: absolute;
	top: 30px;
	left: 50%;
	bottom: 0;
	width: 180px;
}
#r-lio-messages .r-lio-message-panel .rc-title-top,
#r-lio-messages .r-lio-message-panel .rc-title-bottom {
	display: none;
}
#r-lio-messages .r-lio-message-panel .rc-episode {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
#r-lio-messages .rc-button {
	background: #E31734 none repeat scroll 0% 0%;
	color: #FFF;
	cursor: pointer;
	padding: 6px 16px;
	text-transform: uppercase;
	margin: 10px auto 0;
	display: inline-block;
	position: relative;
	/*transform: translateZ(0px);*/
	box-shadow: 0px 0px 1px transparent;
	backface-visibility: hidden;
	vertical-align: middle;
}
#r-lio-messages .rc-button:hover:before,
#r-lio-messages .rc-button:focus:before,
#r-lio-messages .rc-button:active:before {
	background-color:#000;
}

#r-lio-messages .r-lio-message-close {
    background-image: url("../img/sprites/revlon_sprite_desktop.png");
    background-position: 41px -15px;
    cursor: pointer;
    display: block;
    opacity: 0.6;
    height: 22px;
    width: 22px;
	margin: 10px 10px 0 0;
	position: absolute;
	right: 0;
	z-index: 10;
}
#r-lio-messages .r-lio-message-close:hover {
	opacity: 1;
}


/* Lazy Loading images */
.r-lio-carousel.rc-loading .revlon-carousel .rc-panel {
	background-image: none !important;
}
.r-lio-carousel.rc-loading .revlon-carousel .rc-pager .rc-pager-slider > div {
	background-image: none !important;
}
.r-lio-carousel.rc-loading .revlon-carousel .rc-pager .rc-pager-slider > div img {
	display: none;
}

/* Back to Top */
.r-lio-back-to-top,
.r-lio-scroll-for-more {
	position: fixed;
	right: 10px;
	bottom: 10px;
    padding:10px 0;
	width: 100px;
	background-color: #e31734;
	z-index: 500;
	cursor: pointer;
	display: none;
}
.r-lio-scroll-for-more {
	padding: 5px 0px 3px;
}
.r-lio-back-to-top span,
.r-lio-scroll-for-more span {
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	display: block;
	line-height: 1.1;
	font-weight: bold;
}
.r-lio-back-to-top span br {
	display: none;
}
.r-lio-back-to-top span.r-lb2t-icon,
.r-lio-scroll-for-more span.r-lb2t-icon {
	height: 21px;
	width: 26px;
	background: transparent url("../img/sprites/revlon_sprite_desktop.png") repeat scroll -471px -45px; 	
	margin: 0 auto;
}
.r-lio-scroll-for-more span.r-lb2t-icon {
	background: transparent url("../img/sprites/revlon_sprite_desktop.png") repeat scroll -508px -45px; 	
}
@media (max-width: 767px) {
	.r-lio-back-to-top, .r-lio-scroll-for-more {
		display: none !important;
	}
}

.rc-panel-modal-carousel .social-link {
  margin-right: 8px;
  vertical-align: middle;
}

.r-panel-small-carousel {
	background: #fff;
}
.r-panel-small-carousel .r-scp-container {
	margin: 0 auto;
	padding: 20px 0; 
	position: relative;
	max-width: 730px;
}
.r-panel-small-carousel .r-scp-container .r-scp-slides {
	overflow: hidden;
	margin: 0 26px;
	height: 260px;
}
.r-panel-small-carousel .r-scp-container .r-scp-slide {
	height: 260px;
	width: 100%;
}
.r-panel-small-carousel .r-scp-slide-content { 
	height: 260px;
	text-align: center;

	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.r-panel-small-carousel .r-scp-slide h1 { margin: 0 0 10px; color: #E31734; font-size: 40px !important; font-weight: bold; text-transform: uppercase; }
.r-panel-small-carousel .r-scp-slide h2 { margin: 0; color: #000; font-size: 24px; font-weight: bold; text-transform: uppercase; }
.r-panel-small-carousel .r-scp-slide h3 { margin: 0; color: #000; font-size: 17px; font-weight: normal; text-transform: uppercase; }
.r-panel-small-carousel .r-scp-slide p { margin: 2px 0; color: #000; font-size: 15px; text-transform: uppercase; line-height: 1.1; }
.r-panel-small-carousel .r-scp-slide img { margin: 0 auto 10px;}
.r-panel-small-carousel .r-scp-slide .rc-button { margin: 10px auto 0; }
.r-panel-small-carousel .r-scp-container .r-scp-pager {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 30px;
	width: 26px;
	cursor: pointer;
}
.r-panel-small-carousel .r-scp-container .r-scp-next {
	right: 0;
	left: auto;
}
.r-panel-small-carousel .r-scp-container .r-scp-pager:before {
	content: "";
	position: absolute;
	background-image: url("../img/sprites/revlon_sprite_desktop.png");
	height: 32px;
	width: 26px;
	top: 50%;
	margin-top: -13px;
	background-position: 169px -2px;
}
.r-panel-small-carousel .r-scp-container .r-scp-next:before {
	background-position: 169px -38px;
}

.r-panel-small-carousel .r-scp-container .r-scp-paging-dots {
	text-align: center;
	height: 20px;
}
.r-panel-small-carousel .r-scp-container .r-scp-paging-dots span {
	font-size: 50px;
	width: 16px;
	display: inline-block;
	color: #BBB;
	cursor: pointer;
	margin: -25px 3px 0px;
}
.r-panel-small-carousel .r-scp-container .r-scp-paging-dots span.cycle-pager-active {
	color: #E31734;
}
.r-lio-parallax > article.r-panel-small-carousel {
	min-height: 300px;
}

@media (max-width: 767px) {
	.r-panel-small-carousel .r-scp-slide h1 { font-size: 36px !important; }
	.r-panel-small-carousel .r-scp-slide h2 { font-size: 19px; }
	.r-panel-small-carousel .r-scp-slide h3 { font-size: 15px; }
	.r-panel-small-carousel .r-scp-slide p  { font-size: 13px; }
	.r-panel-small-carousel .r-scp-slide img { max-width: 260px; }
	.r-panel-small-carousel .r-scp-slide .rc-button { font-size: 12px; padding: 9px; max-width: 200px; }
}

.r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-top.rc-title-white {
	font-weight: normal;
	color: #fff;
	font-size: 48px;
	line-height: 52px;
	margin-bottom: 10px;
    font-family: "Gotham SSm Light A", "Gotham SSm Light B";
    font-weight: 200;
}
.r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-top.love-test, .r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-bottom.love-test{
    display: inline-block; 
    font-size: 60px; 
    font-weight: 300 !important; 
    font-family: "Gotham SSm Light A", "Gotham SSm Light B";
    color: #ff0000;
}
.r-lio-parallax .revlon-carousel .rc-panel-content p.love-test-subtitle {
    text-transform: none; 
    font-size: 20px; 
    color: #000000;
}

/* Remove dark bg */
#rc-panel-id-2b5375dd-c07b-45cc-b09e-15c3ea5c615c .rc-panel-content {
	background: transparent;
	color: #000;
}
#rc-panel-id-2b5375dd-c07b-45cc-b09e-15c3ea5c615c .rc-panel-content .rc-title-top {
	font-weight: normal;
}
#rc-panel-id-2b5375dd-c07b-45cc-b09e-15c3ea5c615c .rc-button {
}
#rc-panel-id-2b5375dd-c07b-45cc-b09e-15c3ea5c615c .rc-panel-content p.rc-no-transform {
	color: #000;
	text-transform: none;
	font-size: 21px;
}
@media (max-width: 767px) {
	#rc-panel-id-2b5375dd-c07b-45cc-b09e-15c3ea5c615c .rc-panel-content {
		background: rgba(0, 0, 0, 0.8);
		color: #000;
	}
	/*#rc-panel-id-2b5375dd-c07b-45cc-b09e-15c3ea5c615c .rc-panel-content .rc-title-top {
		font-size: 38px;
	}*/
	/*#rc-panel-id-2b5375dd-c07b-45cc-b09e-15c3ea5c615c .rc-panel-content p.rc-no-transform {
		font-size: 14px;
		color: #FFF;
		margin: 16px 0px 20px;
	}*/
    #rc-panel-id-2b5375dd-c07b-45cc-b09e-15c3ea5c615c .rc-button {
        margin-top: 25px;
    }
    .r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-top.rc-title-white {
		font-size: 42px;
		line-height: 1;
		/*font-weight: bold;*/
		margin-bottom: 20px;
    }
    .r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-top.love-test, .r-lio-parallax .revlon-carousel .rc-panel-content .rc-title-bottom.love-test{
        font-size: 48px !important;
		color: #E31734;
        line-height: 1;
    }
    .r-lio-parallax .revlon-carousel .rc-panel-content p.love-test-subtitle {
        color: #fff;
		font-size: 16px;
    }
}

/* Tatia Footer */
.r-lio-carousel-footer-wrapper {
	background-color: #000;
	font-family: "Gotham SSm Light A","Gotham SSm Light B";
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-size:21px;
}
.r-lio-carousel-footer-wrapper .love-test, 
.r-lio-carousel-footer-wrapper .view-the-film {
	padding-bottom: 25px;
}
.r-lio-carousel-footer-wrapper .love-test strong {
	color: #E31734;
	font-weight: normal;
	font-size: 1.1em;
}
.r-lio-carousel-footer-wrapper .love-test img {
	margin-bottom:35px;
}
.r-lio-carousel-footer-wrapper .rc-button {
	margin: 0 20px;
	padding: 6px 20px;
}
.r-lio-carousel-footer-wrapper .r-lio-cfw-text {
	display: inline-block;
	margin-bottom: 10px;
}
@media (max-width:767px){
	.r-lio-carousel-footer-wrapper{
		font-size:18px;
	}
	.r-lio-carousel-footer-wrapper .r-lio-cfw-mobile .rc-button {
		display: block;
		margin: 9px auto 0px;
	}
    .hash-tag-button,
	.r-lio-carousel-footer-wrapper .rc-button {
		padding: 4px 20px;
		max-width: 180px;
	}
}

@media (max-width:480px){
	.r-lio-carousel-footer-wrapper{
		font-size:16px;
	}
}

.r-lio-modal-carousel-footer{
	font-family: "Gotham SSm Light A","Gotham SSm Light B";
	text-align:center;
	padding:10px 0;
	background: #000;
}
.r-lio-modal-carousel-footer .coupon{
	text-transform:uppercase;
	color:#fff;
	font-size:14px;
}
.r-lio-modal-carousel-footer .coupon span {
	color: #ff0000;
}
.r-lio-modal-carousel-footer .coupon br {
	display: none;
}
.r-lio-modal-carousel-footer .coupon .r-coupon-text {
	display: inline-block;
	margin: 0px 7px 0 0px;
	font-size: 18px;
	vertical-align: middle;
}
.r-lio-modal-carousel-footer .coupon .rc-button {
	width: auto;
	font-size: 20px;
	padding: 5px 15px;
	margin: 0px; 
}
@media (max-width:1350px){
	.rc-panel-modal-carousel .rc-pmc-carousel {
		/*height: 900px;*/
	}
	.r-lio-modal-carousel-footer .coupon .r-coupon-text {
		display: block;
		margin-bottom: 6px;
	}
	 .r-lio-modal-carousel-footer .coupon .r-coupon-text br:first-of-type {
		 display: inline-block;
	 }
	 
}
@media (max-width:767px){
	.r-lio-modal-carousel-footer .coupon .r-coupon-text br {
		 display: inline-block;
	 }
}
.r-lio-carousel-footer-wrapper .r-lio-modal-carousel-footer{
	margin-bottom: 10px;
}
@media (max-width:1000px){
	.rc-panel-modal-carousel .rc-pmc-carousel .rc-pmc-panel {
		min-height: 470px;
	}
}
@media (max-width:768px){
	.r-lio-modal-carousel-footer{
		background-color: #000;
		padding: 10px;
	}
	.r-lio-modal-carousel-footer .coupon{
		font-size: 15px;
	}
	.r-lio-modal-carousel-footer .rc-button {
		margin: 18px 0;
	}
	.r-lio-modal-carousel-footer .coupon .r-coupon-text {
		display: block;
		margin-right: auto;
	}
}

#modal-content .rc-flyer-modal .rc-social-icons {
	margin: 20px 0 0;
    text-align: center;
}
.rc-modal-flyer-fullscreen #modal-close {
	margin-top: -12px;
}
@media (max-width:375px){
	#modal-content .r-lio-modal-carousel-footer .coupon .r-coupon-text {
		font-size: 15px;
	}
	#modal-content .rc-flyer-modal .rc-button {
		font-size: 15px;
	}
	#modal-content .rc-flyer-modal .rc-social-icons .social-links-large {
		display: block;
		margin-bottom: 10px;
	}
	#modal-content .rc-flyer-modal .rc-social-icons-label {
		font-weight: normal;
	}
	.r-lio-modal-carousel-footer .coupon .rc-button {
		font-size: 15px;
	}
}

#modal-container.rc-modal-products .rc-pmc-carousel,
.home .rc-panel-modal-carousel .rc-pmc-carousel {
	margin: 0;
}

  #modal-container.rc-modal-fullscreen.rc-modal-products #modal-header,
.home #modal-container.rc-modal-fullscreen #modal-header {max-width: 1000px;}
  #modal-container.rc-modal-fullscreen.rc-modal-products #modal-content,
.home #modal-container.rc-modal-fullscreen #modal-content {max-width: 1000px;margin: 0px auto;}

.rc-panel-modal-carousel .rc-pmc-products .rc-pmc-products-slider:after {
    content: ".";
    display: block;
    clear: both;
    font-size: 0pt;
    visibility: hidden;
    height: 0;
}

#modal-container.rc-modal-products .rc-pmc-carousel .rc-pmc-panel {
    background: transparent;
    min-height: 0;
}

#modal-container.rc-modal-products .rc-panel-modal-carousel .rc-social-icons {
    position: static;
}



/* Just styling some specific slide elements */ 
#rc-panel-id-af05d66a-a122-452c-a89b-e8a9aaaf2ee0 .rc-button {
    font-size: 12px;
}

#rc-panel-id-b64e243e-f8ad-46b0-8908-299c8e6d44dd .rc-inner-content {
    padding-top: 20px;
}
