/*
* Posts
*/
.post-classic {
	text-align: left;
}

.post-classic-figure {
	display: block;
	overflow: hidden;
}

.post-classic-figure img {
	width: 100%;
	transform: none;
	will-change: transform;
	transition: all .2s ease;
}

.post-classic-content {
	padding: 15px;
	background: #f9faf9;
}

.post-classic-title {
	font-weight: 500;
}

* + .post-classic-title {
	margin-top: 8px;
}

* + .post-classic-text {
	margin-top: 6px;
}

@media (min-width: 768px) {
	.post-classic-content {
		padding: 25px 7% 30px;
	}
	.post-classic-text {
		line-height: 1.74;
	}
	* + .post-classic-title {
		margin-top: 14px;
	}
	* + .post-classic-text {
		margin-top: 12px;
	}
}

@media (min-width: 1200px) {
	.post-classic-content {
		padding: 34px 10% 45px;
	}
	* + .post-classic-title {
		margin-top: 20px;
	}
	* + .post-classic-text {
		margin-top: 18px;
	}
}

@media (min-width: 992px) {
	.desktop .post-classic:hover .post-classic-figure img {
		transform: scale(1.1);
	}
}

.bg-gray-1 .post-classic-content,
.bg-image-1 .post-classic-content {
	background: #ffffff;
}

.post-modern {
	text-align: left;
}

.post-modern-panel {
	font-size: 0;
	line-height: 0;
	margin-left: -15px;
	margin-right: -15px;
}

.post-modern-panel > * {
	padding-left: 15px;
	padding-right: 15px;
}

.post-modern-panel > * {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.post-modern-panel > * + * {
	border-left: 1px solid #e1e1e1;
}

.post-modern-tag {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	z-index: 1;
	padding: 1px 2px;
}

.post-modern-tag, .post-modern-tag:focus, .post-modern-tag:active {
	color: #ffffff;
}

.post-modern-tag:hover {
	color: #ffffff;
}

.post-modern-tag::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #c14679;
	transition: inherit;
	z-index: -1;
}

.post-modern-time {
	font-size: 15px;
	line-height: 1;
}

.post-modern-title {
	font-weight: 500;
	text-transform: none;
}

.post-modern-figure {
	display: block;
	overflow: hidden;
}

.post-modern-figure img {
	width: 100%;
	transform: none;
	will-change: transform;
	transition: all .3s ease;
}

.post-modern-link {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.post-modern-link:hover {
	color: #151515;
}

* + .post-modern-title {
	margin-top: 15px;
}

* + .post-modern-figure {
	margin-top: 20px;
}

* + .post-modern-text {
	margin-top: 20px;
}

* + .post-modern-link {
	margin-top: 15px;
}

@media (min-width: 768px) {
	* + .post-modern-title {
		margin-top: 20px;
	}
	* + .post-modern-figure {
		margin-top: 30px;
	}
	* + .post-modern-text {
		margin-top: 30px;
	}
	* + .post-modern-link {
		margin-top: 22px;
	}
}

@media (min-width: 992px) {
	.post-modern-title {
		max-width: 85%;
	}
}

@media (min-width: 1200px) {
	.post-modern-title {
		max-width: 80%;
	}
}

@media (min-width: 992px) {
	.desktop .post-modern-figure img:hover {
		transform: scale(1.1);
	}
}

.post-creative {
	text-align: center;
}

.post-creative-figure {
	display: block;
	overflow: hidden;
}

.post-creative-figure img {
	width: 100%;
	transform: none;
	will-change: transform;
	transition: all .2s ease;
}

.post-creative-title {
	line-height: 1.44;
	font-weight: 500;
}

* + .post-creative-content {
	margin-top: 10px;
}

* + .post-creative-time {
	margin-top: 8px;
}

@media (min-width: 768px) {
	* + .post-creative-content {
		margin-top: 18px;
	}
	* + .post-creative-time {
		margin-top: 12px;
	}
}

@media (min-width: 1200px) {
	* + .post-creative-content {
		margin-top: 24px;
	}
	* + .post-creative-time {
		margin-top: 15px;
	}
}

@media (min-width: 1600px) {
	.post-creative-content {
		padding: 0 6%;
	}
}

@media (min-width: 992px) {
	.desktop .post-creative:hover .post-creative-figure img {
		transform: scale(1.05);
	}
}

.post-lisa {
	text-align: left;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.09);
}

.post-lisa-2 .post-lisa-tag::before {
	background: #82e3d0;
}

.post-lisa-content {
	padding: 15px;
}

.post-lisa-tag {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	z-index: 1;
}

.post-lisa-tag, .post-lisa-tag:focus, .post-lisa-tag:active {
	color: #151515;
}

.post-lisa-tag:hover {
	color: #151515;
}

.post-lisa-tag::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100%;
	background: #fff669;
	transition: inherit;
	z-index: -1;
}

.post-lisa-tag:hover::before {
	height: 100%;
}

.post-lisa-title {
	font-weight: 500;
	letter-spacing: .05em;
	text-transform: none;
}

.post-lisa-figure {
	display: block;
	overflow: hidden;
}

.post-lisa-figure img {
	width: 100%;
	transform: none;
	will-change: transform;
	transition: all .2s ease;
}

* + .post-lisa-title {
	margin-top: 7px;
}

* + .post-lisa-time {
	margin-top: 9px;
}

@media (min-width: 768px) {
	.post-lisa-content {
		padding: 30px;
	}
}

@media (min-width: 1200px) {
	.post-lisa-content {
		padding: 35px 65px;
	}
}

@media (min-width: 992px) {
	.desktop .post-lisa:hover .post-lisa-figure img {
		transform: scale(1.05);
	}
}

.post-nikki {
	position: relative;
	text-align: center;
}

.post-nikki-2 {
	color: #ffffff;
}

.post-nikki-2 .post-nikki-title {
	color: inherit;
}

.post-nikki-2 .post-nikki-title a:hover {
	color: #a43664;
}

.post-nikki-2 .post-nikki-time {
	color: rgba(255, 255, 255, 0.75);
}

.post-nikki-figure {
	display: block;
	overflow: hidden;
}

.post-nikki-figure img {
	width: 100%;
	transform: none;
	will-change: transform;
	transition: all .2s ease;
}

.post-nikki-body {
	display: flex;
	align-items: flex-end;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	pointer-events: none;
	z-index: 1;
}

.post-nikki-body::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(50deg, rgba(42, 42, 42, 0.08) 50%, rgba(107, 107, 107, 0.2) 75%);
	z-index: -1;
}

.post-nikki-body > * {
	pointer-events: auto;
}

.post-nikki-title {
	font-size: 16px;
	line-height: 1.5;
	color: #151515;
}

.post-nikki-title a, .post-nikki-title a:focus, .post-nikki-title a:active {
	color: inherit;
}

.post-nikki-title a:hover {
	color: #c14679;
}

.post-nikki-title {
	font-weight: 400;
	letter-spacing: .05em;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* + .post-nikki-title {
	margin-top: 8px;
}

@media (min-width: 768px) {
	.post-nikki {
		text-align: left;
	}
	.post-nikki .unit .post-nikki-figure {
		width: 150px;
	}
	.post-nikki-body {
		padding: 30px;
	}
}

@media (min-width: 992px) {
	.post-nikki .unit .post-nikki-figure {
		width: 210px;
	}
	.post-nikki-title {
		font-size: 22px;
	}
	* + .post-nikki-title {
		margin-top: 14px;
	}
}

@media (min-width: 1200px) {
	.post-nikki .unit .post-nikki-figure {
		width: auto;
	}
	.post-nikki-body {
		padding: 12% 10%;
	}
	.post-nikki-title {
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	.desktop .post-nikki:hover .post-nikki-figure img {
		transform: scale(1.05);
	}
}

.post-minimal-figure {
	display: block;
	overflow: hidden;
}

.post-minimal-figure img {
	width: 100%;
	will-change: transform;
	transition: all .3s ease;
}

@media (min-width: 992px) {
	.post-minimal-figure img {
		max-width: 109px;
	}
}

.post-minimal-title {
	color: #151515;
}

.post-minimal-title a, .post-minimal-title a:focus, .post-minimal-title a:active {
	color: inherit;
}

.post-minimal-title a:hover {
	color: #c14679;
}

.post-minimal-time {
	color: #c14679;
}

* + .post-minimal-time {
	margin-top: 2px;
}

@media (min-width: 992px) {
	.desktop .post-minimal:hover .post-minimal-figure img {
		transform: scale(1.05);
	}
}

.single-post-bottom-panel {
	padding-top: 30px;
	border-top: 1px solid #e1e1e1;
}

.single-post-title {
	text-transform: uppercase;
}

.single-post-title + .row {
	margin-top: 30px;
}

* + .single-post-bottom-panel {
	margin-top: 40px;
}

.quote-modern {
  text-align: center;
  padding: 30px 15px;
  border-radius: 10px;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.13);
  background: #ffffff;
}

.quote-modern-2 {
  border-radius: 60px;
}

.quote-modern-3 .quote-modern-status {
  color: #a43664;
}

.quote-modern-text {
  position: relative;
  padding-top: 40px;
  font-size: 16px;
  line-height: 1.44;
  font-weight: 400;
  letter-spacing: .02em;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.quote-modern-text::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: '“';
  font-size: 80px;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .05em;
  font-family: "Great Vibes", cursive;
  color: rgba(193, 70, 121, 0.6);
  transform: translate3d(-50%, 0, 0);
}

.quote-modern-figure img {
  border-radius: 50%;
}

.quote-modern-author {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #151515;
}

.quote-modern-status {
  font-style: italic;
  letter-spacing: .025em;
  color: #c14679;
}

.quote-modern-text + .unit {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .quote-modern .unit {
    display: inline-flex;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .quote-modern {
    padding: 45px 30px;
  }
  .quote-modern-text {
    padding-top: 65px;
    font-size: 18px;
  }
  .quote-modern-text::before {
    font-size: 127px;
  }
  .quote-modern-text + .unit {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .quote-modern {
    padding: 60px 45px;
  }
  .quote-modern-2 {
    padding: 70px 80px;
  }
}

.quote-creative {
  text-align: center;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.09);
  background: #ffffff;
}

.quote-creative-text {
  position: relative;
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: .05em;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #151515;
}

.quote-creative-rating {
  font-size: 0;
  line-height: 0;
}

.quote-creative-rating .icon {
  font-size: 20px;
  line-height: 1;
  color: #ffcc00;
}

.quote-creative-figure img {
  border-radius: 50%;
}

.quote-creative-author {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #c14679;
}

* + .quote-creative-rating {
  margin-top: 10px;
}

.quote-creative-rating + .unit {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .quote-creative {
    text-align: left;
    padding: 40px 30px;
  }
  .quote-creative-text {
    font-size: 20px;
  }
  .quote-creative-rating .icon {
    font-size: 24px;
  }
  * + .quote-creative-rating {
    margin-top: 18px;
  }
  .quote-creative-rating + .unit {
    margin-top: 35px;
  }
}

@media (min-width: 1200px) {
  .quote-creative {
    padding: 50px 50px 60px;
  }
  .quote-creative-text {
    font-size: 24px;
  }
}

.quote-minimal-text {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: .02em;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.quote-minimal-figure img {
  border-radius: 50%;
}

.quote-minimal-author {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #151515;
}

.quote-minimal-status {
  font-style: italic;
  letter-spacing: .025em;
  color: #c14679;
}

* + .quote-minimal-author {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .quote-minimal-text {
    font-size: 18px;
  }
}

.quote-carly {
  text-align: center;
}

.quote-carly-1 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.quote-carly-text {
  position: relative;
  padding-top: 40px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: .02em;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.quote-carly-text::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: '“';
  font-size: 100px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .05em;
  font-family: "Great Vibes", cursive;
  color: rgba(193, 70, 121, 0.6);
  transform: translate3d(-50%, 0, 0);
}

.quote-carly-figure img {
  border-radius: 50%;
}

.quote-carly-author {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #151515;
}

.quote-carly-status {
  font-style: italic;
  letter-spacing: .025em;
  color: #c14679;
}

* + .quote-carly-footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e1e1e1;
}

* + .quote-carly {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .quote-carly {
    text-align: left;
  }
  .quote-carly-text {
    padding-top: 0;
    font-size: 18px;
  }
  .quote-carly-text::before {
    top: 6px;
    left: 0;
    font-size: 100px;
    transform: none;
  }
  .quote-carly-footer,
  .quote-carly-text {
    padding-left: 60px;
  }
  * + .quote-carly-footer {
    margin-top: 30px;
    padding-top: 30px;
  }
}

@media (min-width: 992px) {
  .quote-carly-footer,
  .quote-carly-text {
    padding-left: 68px;
  }
}

/*
* Thumbnails
*/
.thumbnail-classic {
  position: relative;
  text-align: center;
}

.thumbnail-classic-figure {
  display: block;
}

.thumbnail-classic-figure img {
  width: 100%;
}

.thumbnail-classic-caption {
  padding: 15px;
  background: #f9faf9;
}

.thumbnail-classic-title {
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

.thumbnail-classic-tag,
.thumbnail-classic-price {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1;
  color: #c14679;
}

.thumbnail-classic-price {
  font-weight: 700;
  letter-spacing: 0;
}

.thumbnail-classic-tag {
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.thumbnail-classic-button {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.thumbnail-classic-button .button {
  text-align: center;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 46px;
  border-radius: 50%;
}

.thumbnail-classic-button img {
  display: none;
}

.thumbnail-classic-button + .thumbnail-classic-button {
  margin-left: 16px;
}

* + .thumbnail-classic-button-wrap {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .desktop .thumbnail-classic {
    overflow: hidden;
  }
  .desktop .thumbnail-classic-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    pointer-events: none;
    z-index: 1;
  }
  .desktop .thumbnail-classic-caption::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.96);
    transform: scale(0.8);
    transition: all .3s ease;
    opacity: 0;
    z-index: -1;
  }
  .desktop .thumbnail-classic-caption > div {
    pointer-events: auto;
  }
  .desktop .thumbnail-classic-title {
    transform: translate3d(0, -30px, 0);
    transition: all .4s ease;
    opacity: 0;
  }
  .desktop .thumbnail-classic-tag,
  .desktop .thumbnail-classic-price {
    transform: translate3d(0, 30px, 0);
    transition: all .4s ease;
    opacity: 0;
  }
  .desktop .thumbnail-classic-button {
    transition: all .4s ease;
    opacity: 0;
  }
  .desktop .thumbnail-classic-button:nth-child(1) {
    transform: translate3d(-40px, 40px, 0);
  }
  .desktop .thumbnail-classic-button:nth-child(2) {
    transform: translate3d(40px, 40px, 0);
  }
  .desktop .thumbnail-classic:hover .thumbnail-classic-caption::before,
  .desktop .thumbnail-classic:hover .thumbnail-classic-tag,
  .desktop .thumbnail-classic:hover .thumbnail-classic-price,
  .desktop .thumbnail-classic:hover .thumbnail-classic-title,
  .desktop .thumbnail-classic:hover .thumbnail-classic-button {
    transform: none;
    opacity: 1;
  }
  .desktop * + .thumbnail-classic-button-wrap {
    margin-top: 24px;
  }
}

.thumbnail-modern {
  position: relative;
  text-align: center;
}

.thumbnail-modern-figure {
  display: block;
}

.thumbnail-modern-figure img {
  width: 100%;
}

.thumbnail-modern-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px;
  background: rgba(255, 255, 255, 0.7);
}

.thumbnail-modern-title {
  font-weight: 400;
  letter-spacing: .05em;
  text-transform: none;
}

.mobile .thumbnail-modern-title,
.tablet .thumbnail-modern-title {
  font-size: 16px;
}

@media (min-width: 992px) {
  .desktop .thumbnail-modern {
    overflow: hidden;
  }
  .desktop .thumbnail-modern-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    top: 0;
    background: transparent;
    pointer-events: none;
    z-index: 1;
  }
  .desktop .thumbnail-modern-caption::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.83);
    transform: scale(0.8);
    transition: all .3s ease;
    opacity: 0;
    z-index: -1;
  }
  .desktop .thumbnail-modern-caption > div {
    pointer-events: auto;
  }
  .desktop .thumbnail-modern-title {
    transform: scale(1.5);
    transition: all .4s ease;
    opacity: 0;
  }
  .desktop .thumbnail-modern:hover .thumbnail-modern-caption::before,
  .desktop .thumbnail-modern:hover .thumbnail-modern-title {
    transform: none;
    opacity: 1;
  }
}

.thumbnail-minimal {
  position: relative;
  display: block;
  overflow: hidden;
  background: #c14679;
}

.thumbnail-minimal:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transform: scale(2) rotate(45deg) translate3d(0, -100%, 0);
  transition: transform .6s;
  pointer-events: none;
  z-index: 1;
}

.thumbnail-minimal img {
  width: 100%;
  will-change: transform;
  transform: scale(1.05);
  transition: all .3s;
}

.thumbnail-minimal:hover:before {
  transform: scale(2) rotate(45deg) translate3d(0, 100%, 0);
}

.thumbnail-minimal:hover img {
  transform: none;
  opacity: .8;
}

.rd-range {
	height: 18px;
	display: flex;
	-webkit-align-items: center;
}

.rd-range__wrap {
	position: relative;
	width: 100%;
	height: 6px;
	border-radius: 3px;
	background-color: #f5f5f5;
	transition: background 100ms cubic-bezier(0.23, 1, 0.32, 1);
}

.rd-range__pointer {
	position: absolute;
	cursor: pointer;
	top: 3px;
	left: 6%;
	z-index: 1;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transform-origin: 0 15%;
	transition: transform 0.2s cubic-bezier(0.35, 0, 0.25, 1);
	overflow: visible;
	background-color: #008459;
	background-clip: padding-box;
}

@media (min-width: 768px) {
	.rd-range__pointer.active {
		transform: scale3d(1.1, 1.1, 1.1) translate(-50%, -50%);
	}
}

.rd-range__line {
	background-color: #008459;
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	transition: none;
}

.rd-range .rd-range__pointer-tooltip {
	display: none !important;
}

.rd-range-wrap {
	display: flex;
	align-items: center;
}

.rd-range-form-wrap span,
.rd-range-input,
.rd-range-title {
	font-size: 15px;
	line-height: 1;
	letter-spacing: .05em;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.rd-range-title {
	margin-right: 4px;
	color: #151515;
}

.rd-range-form-wrap {
	position: relative;
	font-size: 0;
	line-height: 0;
	color: #151515;
}

.rd-range-form-wrap > * {
	display: inline-block;
	vertical-align: middle;
}

.rd-range-form-wrap span {
	margin-right: 1px;
}

.rd-range-divider {
	width: 10px;
	margin-right: 5px;
	margin-bottom: 2px;
	border-top: 1px solid #151515;
}

.rd-range-input {
	text-align: left;
	outline: none;
	border: none;
	max-width: 36px;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
}

* + .rd-range {
	margin-top: 35px;
}

.tablet .rd-range-input,
.mobile .rd-range-input {
	max-width: 44px;
}

.ie-10 .rd-range-form-wrap span,
.ie-11 .rd-range-form-wrap span,
.ie-edge .rd-range-form-wrap span {
	margin-right: 0;
}

.box-icon-nancy {
	text-align: center;
}

.box-icon-nancy .double-icon {
	position: relative;
}

.box-icon-nancy .double-icon .box-icon-nancy-icon {
	position: absolute;
	top: -3px;
	z-index: 3;
	color: #c14679;
	font-size: 60px;
}

.box-icon-nancy .double-icon .svg-bg {
	fill: #f7f7f7;
}

.box-icon-nancy-svg,
.box-icon-nancy-icon {
	height: 56px;
	width: 56px;
}

.box-icon-nancy-icon {
	display: inline-block;
	text-align: center;
	font-size: 24px;
	line-height: 60px;
	color: #151515;
}

.box-icon-nancy-svg {
	position: relative;
	display: inline-flex;
	align-items: flex-start;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	z-index: 1;
}

.box-icon-nancy-svg .svg-bg,
.box-icon-nancy-svg .svg-icon {
	transition: all .25s ease;
}

.box-icon-nancy-svg .svg-bg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 57px;
	fill: #a43664;
	transform: translate3d(-50%, -50%, 0);
	z-index: -1;
}

.box-icon-nancy-svg .svg-icon {
	width: 44px;
	fill: #151515;
}

.box-icon-nancy-title {
	font-weight: 600;
}

.box-icon-nancy-title a, .box-icon-nancy-title a:focus, .box-icon-nancy-title a:active {
	color: inherit;
}

.box-icon-nancy-title a:hover {
	color: #c14679;
}

.box-icon-nancy-text {
	letter-spacing: .025em;
}

* + .box-icon-nancy-text {
	margin-top: 6px;
}

@media (min-width: 768px) {
	.box-icon-nancy {
		text-align: left;
	}
	.box-icon-nancy-icon,
	.box-icon-nancy-svg {
		height: 70px;
		width: 70px;
	}
	.box-icon-nancy-svg .svg-bg {
		width: 67px;
	}
	.box-icon-nancy-svg .svg-icon {
		width: 54px;
	}
	* + .box-icon-nancy-text {
		margin-top: 10px;
	}
}

@media (min-width: 992px) {
	.box-icon-nancy-right .box-icon-nancy-svg .svg-bg {
		transform: translate3d(-50%, -50%, 0) rotateY(180deg);
	}
	.box-icon-nancy-icon,
	.box-icon-nancy-svg {
		height: 80px;
		width: 80px;
		margin-top: 5px;
	}
	.box-icon-nancy-icon {
		font-size: 40px;
		line-height: 80px;
	}
	.box-icon-nancy-svg .svg-bg {
		width: auto;
	}
	.box-icon-nancy-svg .svg-icon {
		width: 64px;
	}
	* + .box-icon-nancy-text {
		margin-top: 14px;
	}
}

@media (min-width: 992px) {
	.desktop .box-icon-nancy:hover .box-icon-nancy-svg .svg-icon {
		transform: translate3d(0, -8px, 0);
	}
	.desktop .box-icon-nancy-left:hover .box-icon-nancy-svg .svg-bg {
		transform: translate3d(-50%, -50%, 0) rotate(35deg);
	}
	.desktop .box-icon-nancy-right:hover .box-icon-nancy-svg .svg-bg {
		transform: translate3d(-50%, -50%, 0) rotateY(180deg) rotate(35deg);
	}
}

.box-icon-kelly {
	text-align: left;
	padding: 20px;
	border-radius: 6px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
	background: #ffffff;
}

.box-icon-kelly-svg .svg-icon {
	width: 50px;
}

.box-icon-kelly-title {
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: .1em;
}

* + .box-icon-kelly-text {
	margin-top: 8px;
}

@media (min-width: 768px) {
	.box-icon-kelly {
		text-align: left;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.box-icon-kelly-svg .svg-icon {
		width: 60px;
	}
}

@media (min-width: 992px) {
	.box-icon-kelly {
		padding: 40px 30px;
	}
	.box-icon-kelly-svg .svg-icon {
		width: 70px;
	}
	* + .box-icon-kelly-text {
		margin-top: 12px;
	}
}

@media (min-width: 1200px) {
	.box-icon-kelly {
		padding-left: 40px;
		padding-right: 40px;
	}
	.box-icon-kelly-svg .svg-icon {
		width: 74px;
	}
}

.bordered-1 {
	overflow: hidden;
}

.bordered-1 > div::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -1px;
	width: 0;
	height: 40%;
	border-left: 1px solid #e1e1e1;
	transform: translate3d(0, -50%, 0);
}

@media (min-width: 768px) {
	.bordered-2 > div + div > * {
		padding-top: 40px;
		border-top: 1px solid #e1e1e1;
	}
}

@media (min-width: 992px) {
	.bordered-2 > div + div > * {
		padding-top: 50px;
		border-top: 1px solid #e1e1e1;
	}
}
