/* General */
body a {
	transition: all 0.5s ease;
	text-decoration: none !Important;
}

body .main-content a {
    color: #1c71b9;
	font-family: 'Heebo', sans-serif;
}

body p {
	color: #545e5f;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Heebo', sans-serif;
	font-weight: 400;
}

.btn:not(.btn-social).btn-primary, .login .btn-login, .registerBox .btn-register, .login .btn-resetPassword {
    background: #1c71b9 !Important;
    border: solid 1px #ffffff !important;
    color: #FFF;
}

.btn:not(.btn-social).btn-primary:hover, .login .btn-login:hover, .registerBox .btn-register:hover, .login .btn-resetPassword:hover {
    background: transparent !Important;
    border: solid 1px #1c71b9 !important;
    color: #1c71b9 !important;
    letter-spacing: 3px;
}

.btn:not(.btn-social).btn-primary, .login .btn-login, .registerBox .btn-register, .login .btn-resetPassword {
    background: #1c71b9 !Important;
    letter-spacing: 1.75px !important;
    padding: 15px 30px;
    border-radius: 30px;
    border: 0px;
    transition: all 0.5s ease;
    font-size: 14px !important;
}

.btn:not(.btn-social).btn-primary:hover, .login .btn-login:hover, .registerBox .btn-register:hover, .login .btn-resetPassword:hover {
	letter-spacing: 2px !Important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Heebo', sans-serif;
}

a.ry-btn {
    padding: 15px 30px;
    color: #fff !important;
    background: #112a4f;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Header */
div#vet-wrp {
    border-bottom: 1px solid #2a2a2a;
    padding: 70px 0 20px;
}

/* Menu */

.iMenu li {
    display: inline-block;
}

ul.nav.iMenu {
    display: flex;
    justify-content: space-between;
	width: 90%;
}

ul.nav.iMenu li a {
    font-size: 18px;
    color: #ccc;
    opacity: .8;
	font-weight: 400;
}

.phonelink h6 {
    color: #ccc;
    font-size: 17px !important;
    font-weight: 300;
}

.phonelink {
    text-align: center;
    margin-top: 3em;
    margin-left: 2em;
    position: relative;
}

.phonelink a {
    color: #fff !important;
    font-size: 27px;
	text-decoration: none !Important;
}

.phonelink:before {
    content: '\f10b';
    position: absolute;
    left: 1vw;
    top: 15px;
    color: #2e2d2d;
    font-family: fontAwesome;
    font-size: 6em;
}

ul.dropdown-menu {
    background: transparent;
    padding: 1em 0;
    box-shadow: none !important;
    border: 0px !important;
}

ul.nav.iMenu li ul li a {
    padding: 8px !important;
    border: 1px solid #2e2d2d;
    margin: 4px 0;
    min-width: 150px;
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
    font-size: 16px !important;
}

ul.nav.iMenu li ul li a:hover {
    background: #205a9b !important;
    color: #fff !important;
    letter-spacing: 1px;
    transform: translateX(5px);
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
    border-color: transparent;
    color: #205a9b;
}

.nav>li>a:hover, .nav>li>a:focus {
	background: transparent !important
}
/* Home Featured */

.home-slider a.carousel-control {
    display: none;
}

.home-slider {
    padding: 0;
}

.home-slider div {
    padding: 0;
}

.bnr-slide {
	height: 920px;
    background-size: cover !important;
}

#hbnr1 {
    background: url(https://www.royacdn.com/unsafe/smart/Site-4d483d99-83b9-4e53-b712-5e3c91685562/assets/mpet_banner.jpg) center center no-repeat;
}

#hbnr2 {
    background: url(https://www.royacdn.com/unsafe/smart/Site-4d483d99-83b9-4e53-b712-5e3c91685562/assets/hero2.jpg) center center no-repeat;
}

.sld-txt {
    display: inline-block;
    width: 100%;
    margin-top: 55px;
}

.sld-txt h4 {
    color: #fff;
    font-size: 35px !important;
    font-weight: 300;
	letter-spacing: 5px;
	position: relative;
}

.sld-txt h4 span {
    font-weight: 500;
}

.sld-txt h4:before {
    content: '';
    border-bottom: 1px solid #888;
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: 50%;
    left: 0;
}

.sld-txt h4:after {
    content: '';
    border-bottom: 1px solid #888;
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: 50%;
    right: 0;
}

/* Homepage Section */

	/* Section 1*/

div#abt-sld {
    padding: 0;
}

div#abt-sld div {
    padding: 0;
}

#ry-sec1 {
    padding: 0 !important;
	background: #112a4f !Important;
	z-index: 1;
}

.furry-wrp {
    position: absolute;
    max-width: 710px;
    bottom: -3.5em;
	left: 5vw;
}


#ry-sec1 .ry-container {
    max-width: 100%;
	padding: 0;
}

#ry-sec1 .ry-content {
    background-size: cover !important;
	background-position: 100% 80%;
    background-repeat: no-repeat;
	width: 100%;
	min-height: 100vh;
}

#abt-sld .carousel-inner {
    overflow: visible;
    height: 100%;
}

#ry-sec1 ol.carousel-indicators {
    bottom: 3em !important;
}

#ry-sec1 a.carousel-control:hover {
    background: #d60000;
}

#ry-sec1 a.carousel-control {
	transition: all 0.5s ease;
}

div#ab-bnr1 {
    background: url(https://www.royacdn.com/unsafe/smart/Site-4d483d99-83b9-4e53-b712-5e3c91685562/assets/aboutv3.jpg);
}

div#ab-bnr2 {
    background: url(https://www.royacdn.com/unsafe/smart/Site-4d483d99-83b9-4e53-b712-5e3c91685562/assets/about_cat.png) left center no-repeat !Important;
}

div#ab-bnr3 {
    background: url(https://www.royacdn.com/unsafe/smart/Site-4d483d99-83b9-4e53-b712-5e3c91685562/assets/about_dog.png) left center no-repeat !Important;
}

.ftr {
    max-width: 50%;
    float: right;
    top: 35vh;
    position: relative;
}

#ry-sec1 h2 {
    color: #ffeb40;
    font-style: normal;
    font-weight: 500;
    font-size: 65px !important;
    margin-top: 1.5em;
    margin-bottom: 25px;
}

#ry-sec1 .ry-copy.index-copy p {
    color: #ffeb40;
    font-size: 21px;
    line-height: 30px;
	font-weight: 300;
}

#ry-sec1 h3 {
    color: #d60000;
    font-weight: 700;
    font-size: 45px !Important;
    margin-top: 1em;
}
/* Section 2 */

div#ry-sec2 {
	padding: 0 !Important;
	max-height: 860px;
}

.second-col .box:last-child {
    display: none;
}

.ry-copy h2 {
    color: #fff;
    font-weight: 600;
    font-size: 55px !important;
    letter-spacing: 1px;
}

#ry-sec2 .ry-copy {
    top: 4em;
    position: relative;
}

.box-link:hover .fa {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.box-link .fa {
    top: 4em;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

/* Section 3 */

#ry-sec3 .ry-container {
    max-width: 100%;
    padding: 0;
}

#ry-sec3 .ry-copy:first-child {
    padding: 5em 0 2em;
}

#ry-sec3 h2 {
    color: #c10200;
}

#ry-sec3 .ry-content-wrp {
    max-width: 85vw;
    float: right;
    background: #fff;
    height: 100%;
    padding: 3em 0em 3em 8em;
}

.staff-copy a:after {
    content: '\f105';
    font-family: fontAwesome;
    margin-left: 1em;
}

.ry-copy.staff-copy {
    padding: 1em 4em 1.5em 0;
	position: relative;
}

.ry-copy.staff-bio {
    padding: 2em 0 0 !important;
}

.staff-bio h4 {
    font-size: 24px !important;
    color: #c10200;
    font-weight: 600;
    letter-spacing: 1px;
}

.staff-bio h5 {
    font-size: 24px !important;
    font-weight: 400;
    color: #c10200;
}

.staff-bio h6 {
    font-size: 16px !important;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 1px;
}

#ry-sec3 .owl-nav {
    display: block;
    position: absolute;
    bottom: 1em;
    left: 1em;
}

.owl-item {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}

.owl-item.active {
    width: 17.75vw !important;
	opacity: 1;
	visibility: visible;
}

#ry-sec3 .owl-stage-outer {
    max-height: 600px;
}

#ry-sec3 .owl-prev, #ry-sec3 .owl-next {
    display: inline-block;
    padding: 0 10px;
}

#ry-sec3 .owl-dots {
    display: none;
}

#ry-sec3 .owl-nav div {
    padding: 11px 20px !Important;
    margin: 0 10px;
    background: #c10200;
    color: #fff;
    border-radius: 50%;
    font-size: 33px !important;
	transition: all 0.5s ease;
	cursor: pointer;
}

.owl-nav div:hover {
    background: #112a4f;
}

.staff-copy a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b00402 !important;
    font-weight: 500;
    font-size: 18px !important;
}

.dogwrp {
    max-width: 750px;
    margin-bottom: -15em;
    margin-left: -10em;
    margin-top: 2em;
}

/* Section 4 */
#ry-sec4 h2 {
    font-size: 50px !important;
    font-weight: 500;
    margin: 1em 0;
}

#ry-sec4 a.carousel-control.left {
    left: -5em;
	transition: all 0.5s ease;
}

#ry-sec4 .carousel-control:hover {
    background: #b00402;
}

#ry-sec4 a.carousel-control.right {
    right: -5em;
}

.owl-item.active .staff-photo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(20, 59, 102,);
    transition: all 0.5s ease;
}

.selected .staff-photo:after {
    background: transparent !important;
}

.xpad {
    padding: 0;
}

.blg-item {
    padding: 0;
    position: relative;
    max-width: 350px;
    float: none;
    margin: 0 auto;
}

.red-wrp {
    background: #b00402;
    padding: 25px;
    min-height: 300px;
}

.blg-copy h4 {
font-weight: 500;
    color: #fff;
    font-size: 27px !important;
    letter-spacing: .5px;
    margin-bottom: 20px;
}

.blg-copy h5 {
    position: absolute;
    bottom: 1em;
    color: #fff;
    font-weight: 400;
    font-size: 12.5px !important;
}

.blg-copy p {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}

.blg-copy a {
    color: #fff !important;
}

.blg-copy a:hover {
    color: #205a9b !important;
}

.blg-copy h5:before {
    content: '\f017';
    font-family: fontAwesome;
    margin-right: 5px;
}

#ry-sec4 ol.carousel-indicators {
    bottom: -5em !Important;
}

/* Section 5 */

div#ry-sec5 {
    padding: 0;
    margin: 0;
	background: url(https://www.royacdn.com/unsafe/smart/Site-4d483d99-83b9-4e53-b712-5e3c91685562/assets/map_sec.jpg) center center no-repeat;
    min-height: 550px;
}

#ry-sec5 .ry-container {
    max-width: 100%;
    padding: 0;
}

.map-content {
	padding: 0;
    height: 39.4em;
	position: relative;
}

.ry-copy.map-copy {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(17, 42, 79, 0.7);
    padding: 12em 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(.8);
    transition: all 1s ease;
}

.map-copy h2 {
    margin-bottom: 1em;
}

#ry-sec5:hover .map-copy {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

/* --------------- */
/*     SECTION THREE      */
/* --------------- */

.first-col, .second-col, .third-col, .last-col {
	padding: 0 5px;
}
.box {

	display:block;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 190px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	padding:0 !important;
}

.box img {
	width: 150%;
	transform: rotate(-35deg);
    position: relative;
    top: -3em;
    left: -3em;
}

.box-small {
	background-image: none;
	background-color: #1c4377 !important;
	height: 50px;

}

.section-three-wrapper {
	-webkit-transform:rotate(35deg);
	transform:rotate(35deg);
	margin:auto;
	width: 800px;
	margin-left: 500px;
}


.box-link.currentHover:hover:after {
	background: rgba(237, 0, 42, 0.85) !important;
}


.section-three .section .title {
	position: absolute;
}

.third-col {
	position: relative;
	top: -50px;
}

.second-col {
	position: relative;
	top: -135px;
}

span.service-title a {
	color: #fff !important;
	text-decoration: none !important;
}

.box .box-link:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: block;
	z-index: 1;
	position: absolute;
	top: 0;
	transition: background ease-in 0.1s;
}

.box-link:hover:after {
    background: rgba(237, 0, 42, 0.85) !important;
}

span.service-title {
	position: absolute;
	top: 0;
	color: #fff;
	z-index: 99999;
	margin-top: 80px;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
	margin-left: 37px;
	text-align: center;
}


.section-three {
	max-height: 746px;
}

.last-col {
	position: relative;
	top: 174px;
}


span.service-title i {
	display: block;
	border: 1px solid #fff;
	padding: 5px;
	width: 29px;
	border-radius: 30px;
	position: relative;
	margin: 0 auto;
	font-size: 16px;
}

.box-link:hover .service-one i {
	top:0 !important;
	opacity:1;
	cursor:pointer;
}


.section-three i {
	top: 50px !important;
	opacity: 0;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

span.service-title.service-one {
	margin-left: 45px;
	margin-top: 56px;
	font-style: italic;
	font-size: 20px;
}

span.service-title.service-one small {
	font-style: normal;
	font-size: 13px;
	position: relative;
	top: -10px;
}

span.service-title.service-two {
	margin-left: 26px;
	margin-top: 66px;
	font-style: italic;
	font-size: 20px;
	text-align: left;
	line-height: 22px;
}

span.service-title.service-two small {
	margin-left: 20px;
	font-style: normal;
	font-size: 13px;
}


span.service-title.service-two .step-back {
	margin-left: -1px;
}

.service-two i {
	text-align: center;
}

.box-link:hover .service-two i {
	top:6px !important;
	opacity:1;
	cursor:pointer;
}


span.service-title.service-four small {
	font-style: normal;
	font-size: 13px;
}

span.service-title.service-four {
	font-style: italic;
	text-align: center;
	font-size: 20px;
	margin-left: 42px;
	margin-top: 60px;
	line-height: 18px;
}

span.service-title.service-four i {
	top: 10px;
}

.box-link:hover .service-four i {
	top:10px !important;
	opacity:1;
	cursor:pointer;
}


span.service-title.service-three small {
	font-style: normal;
	font-size: 15px;
	position: relative;
	left: -16px;
}

span.service-title.service-three {
	font-style: italic;
	font-size: 20px;
	line-height: 19px;
	text-align: left;
	margin-left: 56px;
	margin-top: 46px;
}

span.service-title.service-three .step-back {
	margin-left: -13px;
}

span.service-title.service-three i {
	text-align: center;
	margin-left: 20px;	
}

.box-link:hover .service-three i {
	top:10px !important;
	opacity:1;
	cursor:pointer;
}


/* Footer */
div.footer-wrapper.ry-fluid {
    background: #212b36 !important;
}

div.footer-copy {
    font-size: inherit;
    color: #fff;
    border-top: 0px;
    padding-top: 0em;
}

div#fblocks3 form {
    max-width: 100%;
}

.footer-copy p {
    font-size: 19px;
    font-weight: 300;
	color:#fff;
}

.footer-copy strong {
    font-weight: 500 !important;
}

.footer-copy a {
    font-weight: 500;
}

.info-copy h4 {
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: .5px;
    font-size: 24px !important;
}

a.mail-link:after {
    content: '\f105';
    font-family: fontAwesome;
    margin-left: 10px;
}

div#fblocks3 input {
    background: transparent;
    border: 1px solid #666 !important;
    padding: 2em 0 2em 3.5em !important;
}

div#fblocks3 textarea {
    background: transparent;
    border: 1px solid #666 !important;
    padding: 2em 0 2em 3.5em !important;
}

#fblocks3 .form-group:first-child::before {
    content: '\f007';
    position: absolute;
    font-family: fontAwesome;
    top: 15px;
    left: 25px;
    font-size: 19px;
    color: #1f5a9b;
}

#fblocks3 .form-group:nth-child(2)::before {
    content: '\f0e0';
    position: absolute;
    font-family: fontAwesome;
    top: 15px;
    left: 25px;
    font-size: 19px;
    color: #1f5a9b;
}

#fblocks3 .form-group:nth-child(3)::before {
    content: '\f075';
    position: absolute;
    font-family: fontAwesome;
    top: 15px;
    left: 25px;
    font-size: 19px;
    color: #1f5a9b;
}

div#fblocks2 {
    padding-left: 4vw;
}

#fblocks3 textarea {
    min-height: 8em;
}

#fblocks3 .form-group {
    position: relative;
}

#fblocks3 button.ry-btn {
	float: left;
}

button.ry-btn {
    padding: 5px 30px;
    background: #205a9b;
    border: 0px;
}

div.ry-copywrp {
    border-color: transparent !important;
    margin-top: 8em !important;
    color: #404851;
    font-size: 14px !important;
}

#fblocks3 input, #fblocks3 textarea {
    color: #fff;
}

/* Default */
div#def-header {
    position: absolute; 
}

ul.nav.iMenu li a {
    color: #f0f0f0 !important;
}

.ry-title h3 {
    font-size: 28px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.about-wrp img {
    max-width: 300px;
    float: none;
    margin: 0 auto;
}

/* Media Query */

@media only screen and (min-width: 992px) {
	.def-logo {
		width: 500px;
		position: absolute;
		left: 50%;
		right: 0;
		bottom: 220px;
		margin-left: -250px;
	}
	div.bnr-title {
		bottom: 130px;
	}
	
	.bnr-title h1:before {
		position: absolute;
		content: '';
		border-bottom: 1px solid #fff;
		width: 100px;
		height: 1px;
		top: 15px;
		left: -3em;
		right: 0;
		bottom: 0;
	}

	.bnr-title h1:after {
		position: absolute;
		content: '';
		border-bottom: 1px solid #fff;
		width: 100px;
		height: 1px;
		top: 15px;
		right: -3em;
		left: auto;
		bottom: 0;
	}
	
	div.bnr-title h1 {
		position: relative;
		width: 220px;
		float: none;
		margin: auto;
	}
}

@media only screen and (min-width: 1615px) {
	.owl-carousel .owl-item img {
		min-height:24vw;
	}
}

@media only screen and (max-width: 1999px) {
	div.furry-wrp {
		max-width: 35vw;
	}
}

@media only screen and (max-width: 1399px) {
	.phonelink:before {
		left: -10px;
	}
}

@media only screen and (max-width: 1199px) {
	ul.nav.iMenu {
		width: 100%;
	}
	
	div.phonelink {
		text-align: center;
		margin-top: 1.5em;
		margin-left: 2em;
		position: relative;
		float: right;
	}
	
	.phonelink:before {
		content: '\f10b';
		position: absolute;
		left: -.55em;
		top: 25px;
		color: #2e2d2d;
		font-family: fontAwesome;
		font-size: 5em;
	}
	
	ul.nav.iMenu li a {
		padding: 0 !important;
	}
	div.bnr-slide {
		height: 740px;
	}
	#ry-sec1 .ry-content {
		min-height: 85vw;
	}
	
	div.furry-wrp {
		position: absolute;
		max-width: 35vw;
		bottom: -1.5em;
		left: 5vw;
	}
	#ry-sec3 .owl-stage-outer {
		max-height: 420px;
	}
	.staff-bio h4 {
		font-size: 18px !Important;
	}
	.staff-bio h5 {
		font-size: 18px !important;
	}
	.dogwrp {
		max-width: 750px;
		margin-bottom: -14vw;
		margin-left: -10vw;
		margin-top: 1em;
		max-width: 43vw;
	}
	.blg-copy h4 {
		font-size: 20px !important;
	}
	#ry-sec4 h2 {
		font-size: 36px !Important;
	}
	div#coLeft {
		white-space: nowrap;
	}
	.hours-copy {
		white-space: nowrap;
	}
	.info-copy h4 {
		font-size: 20px !important;
	}
	div.footer-copy p {
		font-size: 16px !important;
	}
	.ry-footer-form {
		max-width: 90%;
	}
	div#fblocks3 {
		padding-left: 3em;
	}
	.ry-copy h2 {
		font-size: 42px !Important;
	}
	#ry-sec3 .ry-copy:first-child {
		padding: 2em 0;
	}
	#ry-sec3 .owl-nav div {
		font-size: 20px !Important;
		padding: 5px 16px !Important;
	}
	.section-three-wrapper {
		-webkit-transform: rotate(35deg);
		transform: rotate(35deg)scale(.8);
		margin: auto;
		width: 800px;
		margin-left: 35vw;
	}
	div#ry-sec3 {
		margin-top: -10em !important;
	}
	#ry-sec1 h2 {
		text-align: center !important;
		margin-top: 0;
		font-size: 40px !important;
	}
	#ry-sec1 .ry-copy.index-copy p {
		font-size: 16px !important;
		line-height: 26px !important;
	}
	div.ftr {
		max-width: 65vw;
		float: none;
		margin: 0 auto;
		clear: both;
		left: 0;
		right: 0;
		top: 40vh;
		text-align: center;
	}
	#ry-sec1 .ry-content {
		min-height: 720px;
	}
	div#ry-sec1 .ry-copy.index-copy {
		max-width: 100%;
		
	}
	#ry-sec1 h3 {
		font-size: 35px !Important;
	}
	.red-wrp {
		min-height: 320px;
	}
	
	#ry-sec1 .ry-content:before {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.7);
	}
	
	.owl-item.active {
		width: 20.75vw !important;
	}
}

@media only screen and (max-width: 991px) {
	.home .logowrp {
    	display: none;
	}
	#ry-sec3 .ry-content-wrp {
		max-width: 94%;
		padding: 0 2em;
		float: left;
		left: 50%;
		margin-left: -47%;
	}
	.ry-copy.staff-copy {
    	padding: 1em 0 1.5em;
	}
	.dogwrp {
		display: none;
	}
	#ry-sec3 .owl-stage-outer {
		max-height: 80vw;
	}
	div.red-wrp {
		padding: 10px;
	}
	
	div.bnr-slide {
		height: 40em;
	}
	
	.logo-mobile {
		max-width: 400px;
		float: none;
		margin: auto;
		clear: both;
		padding: 0 2.5em;
	}
	
	div.bnr-txt-wrp {
		max-width: 100vw !important;
		width: 100vw;
		margin-left: 0;
		left: 0;
		right: 0;
		bottom: 0;
		top: 35%;
		padding: 0;
	}
	#ry-sec1 a.carousel-control {
		display: none;
	}
	
	#fblocks3 button.ry-btn {
		float: none;
	}
	
	div#fblocks2 {
		padding: 0;
	}
	
	div#fblocks3 {
		padding: 0;
	}
	
	.ry-footer-form {
		float: none;
		margin: 0 auto;
	}
	
	#ry-sec4 ol.carousel-indicators {
		bottom: -3em !Important;
	}
	
	div#ry-sec2 {
		max-height: 100% !important;
		padding: 5vw 0 !important;
	}
	
	div#ry-sec3 {
		margin-top: 0 !important;
	}
	
	#ry-sec2 .ry-content-wrp .ry-copy {
		top: 0;
		margin: 1em 0;
	}
	
	.srvc-wrp {
		max-width: 300px;
		float: none;
		margin: 0 auto;
		padding: 0;
	}
	
	.service-photo {
		padding: 0;
	}
	
	.service-item {
		margin: 1em 0;
	}
	
	.srvc-link {
		position: absolute;
		padding: 8vw 0 0;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.3);
	}
	
	.srvc-link h3 {
		color: #fff !important;
		letter-spacing: 1px;
	}
	
	.srvc-link a.ry-btn {
		padding: 8px 15px;
	}
	
	div#abt-sld {
		background: #000;
	}
	
	.mobile-menu ul li a, .mobile-menu .nav .open a {
		color: #fff !important;
		letter-spacing: 1px;
	}
	
	.shrink .btn-nav.clicked {
		background: transparent !important;
	}
	
	.default .logowrp {
		display: none;
	}
	
	div.def-logo {
		width: 45vw;
		left: 50%;
		margin-left: -22.5vw;
		position: absolute;
		bottom: 10em;
	}
	
	div.bnr-title {
		bottom: 60px;
	}
	
	div.bnr-wrp {
		height: 45em;
	}
	div.sc-cta {
		float: none !Important;
		margin: 1em auto;
	}
	
	div#art-menu-wrp {
		float: none !important;
		margin: 1em auto;
	}
	
	div.bnr-title h1 {
		float: none;
		margin: auto;
	}
}

@media only screen and (max-width: 767px) {
	div.bnr-slide {
		height: 35em;
	}
	
	div.def-logo {
		width:70vw;
		margin-left: -35vw;
	}
	
	.owl-item.active {
		width: 40.75vw !important;
	}
	
	.staff-item {
		max-width: 250px;
		float: none;
		margin: 0 auto;
	}
	
	#ry-sec1 h2 {
		font-size: 28px !important;
	}

	#ry-sec1 .ry-copy.index-copy p {
		font-size: 14px !Important;
		line-height: 22px !important;
	}

	#ry-sec1 h3 {
		font-size: 24px !important;
	}

	#ry-sec1 .ry-content {
		min-height: 40em;
	}
	div.ftr {
		max-width: 100%;
		padding: 0 2em !Important;
	}
}

@media only screen and (max-width: 499px) {
	#ry-sec3 .owl-nav {
		display: block;
		position: inherit;
		left: 0em;
		width: 100%;
		padding: 4em 0 0;
	}
	
	.staff-copy div:first-child {
		float: left;
		display: inline-block;
		text-align: center !important;
		width: 100%;
	}
	
	#ry-sec3 .owl-prev {
		width: auto;
		float: none;
	}
	
	.staff-bio h4 {
		font-size: 16px !Important;
	}
	
	.owl-item.active {
		width: 38.75vw !important;
	}
	
	.staff-bio h4 {
		font-size: 16px !important;
	}
	
	div.furry-wrp {
		display: none;
	}
}

@media only screen and (max-width: 420px) {
	.owl-item.active {
		width: 75vw !important;
	}
	
	#ry-sec3 .owl-stage-outer {
		max-height: 450px;
	}
	
	div#staff-carousel {
		height: 450px;
	}
	
	#ry-sec3 .owl-nav {
		display: block;
		position: inherit;
		left: 0em;
		width: 100%;
		padding: 0 0 3.5em;
		top: 2em;
	}
	
	#ry-sec3 .ry-content-wrp {
		padding: 0 1em;
	}
}

/* Edits */
.modal {
    z-index: 9999;
}


@media screen and (max-width: 991px) {
	.vet-header {
		z-index: 999 !important;
	}
	.main-content {
		overflow: visible !important;
	}
	div#def-header {
		position: relative; 
	}
}

@media screen and (max-width: 768px) {
	.ry-header-wrapper.smaller div#nav-icon2{
		 margin: 35px auto !important;
	}
}

.request-header {
    color: #ccc;
    font-size: 17px !important;
    font-weight: 300;
	margin-right: 8px;
}


.header-btn .phonelink:before {
    display: none;
}

.header-btn .phonelink {
    margin-top: 0;
    margin-left: 2em;
}
.header-btn .btn.btn-primary {
    font-size: 11px !important;
    padding: 10px 15px;
    margin-top: 5px;
    background: #205a9b !Important;
}

@media(max-width:1199px){
.phonelink a {
    
    font-size: 21px;
}
}
.covid-banner {
    text-align: center;
    padding: 10px 20px;
    background: #fff;
}