#ry-sidebar .ry-social .social-inner-wrap li a.fa,
#ry-sidebar .ry-social .social-inner-wrap li a.fa:hover {
	background: #f28c8e;
}

@media (max-width:1300px) and (min-width:992px) {
	.module-235 .ry-foot-btm .inner-btm .copyright .span-2 {
		display: block;
		margin-bottom: 7px;
	}
	.module-235 .ry-foot-btm .inner-btm .powered-by {
		flex-direction: column;
	}
	.module-235 .ry-foot-btm .inner-btm .powered-by span {
		margin-bottom: 8px;
	}
	.module-235 .ry-foot-btm .inner-btm .copyright div {
		text-align: right;
	}
	.module-235 .ry-foot-btm .inner-btm {
		position: relative;
		z-index: 9999999;
	}
}

#big-video-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.module-229 .ry-slider-wrp {
  position: absolute !important;
}

.ry-menu .ry-nav li.dropdown .dropdown-menu li.active a {
  background: none;
  color: #027f83;
}

.module-228 .button-appointment-wrapper a {
  padding: 12px 28px !important;
  display: block;
}

@media (min-width: 1200px) {
  .module-70 .ry-each.ry-each-4 {
    padding: 50px 0;
    height: auto;
  }

  .module-70 .ry-each.ry-each-3 {
    height: auto;
  }

  .module-70 .ry-each.ry-each-3 .map-widget {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .module-70 .ry-each.ry-each-3 .map-widget iframe {
    height: 100%;
  }
}

div.module-229 .ry-slider:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:300px;
	z-index:2;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+28,0.85+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 28%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
	pointer-events:none;
}
/*
div#ry-pg-banner {
	position:relative;
}
div#ry-pg-banner:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 28%, rgba(0,0,0,0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 28%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
    pointer-events: none;
}
div#ry-pg-banner .ry-pg-title {
    visibility: visible;
    margin-top: -151px;
    height: 150px;
    display: flex;
    align-items: center;
	pointer-events: none;
}
div#ry-pg-banner .ry-pg-title h1 {
    color: #fff;
    position: relative;
    z-index: 99;
}
@media (max-width:991px) {
	div#ry-pg-banner {
		margin-top: 79px;
	} 
}*/