/** PLACE YOUR MOBILE AND UP CSS HERE **/
.btn.btn-quaternary {
	background: none !important;
	border: solid 1px #FFF !important;
}

.main-content h1 {
	color: #545e5f;
	font-size: 45px !important;
}

.main-content h2 {
	font-size: 35px !important;
}

.btn:not(.btn-social).btn-primary, .login .btn-login, .registerBox .btn-register, .login .btn-resetPassword {
	padding: 15px 20px;
	text-transform: capitalize !important;
}

.btn:not(.btn-social), input[type="button"] {
	padding: 15px 20px;
	text-transform: capitalize !important;
}


.site-header {
	position: relative;
}

.site-header .logo + div{
	display: block;

}


.modal-content {
    /*max-width: 650px;*/
    margin: auto;
}


.site-header .menu-wrap {

	width: 84%;
	position: absolute;
	top: 0;

	margin-top:25px;
	padding-top: 0 !important;

	text-align: center;
	border-radius: 10px;
	background: #FFF;
	margin-bottom: -30px;
	z-index: 999;
	position: inherit;

	/** GRADIENT */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 0%, #e8e8e8 77%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 0%,#e8e8e8 77%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 0%,#e8e8e8 77%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */

	/* SHADOW */
	-webkit-box-shadow: 0px 40px 64px -30px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 40px 64px -30px rgba(0,0,0,0.55);
	box-shadow: 0px 40px 64px -30px rgba(0,0,0,0.55);


}

.site-header .menu-wrap > ul {
	width: auto;
	display: inline-block;
	padding-right: 25%;
}

.site-header .menu-wrap > ul li a, .site-header .menu-wrap > ul li a:hover, .site-header .menu-wrap > ul li:hover {
	background: none !important;
	text-transform: uppercase;
}


.site-header .top-options {
	position: absolute;
	bottom: 65px;
	padding-bottom: 15px;
	right: 0;
	padding-bottom: 3%;
}

.site-header .top-options span.fa {
	display: inline;
	width: 60px;
	float: left;
}

.site-header .top-options .text {
	display:inline-block;
	text-align:left;
	float: left;
	position: absolute;
	padding-left: 15px;
	left: 65px;
	padding-top: 8px;
}


.site-header .search-bar {
	float: right;
	margin-top: 5px;
	position: absolute;
	right: 0;
	top: 0;
}

.site-header .search-bar .search-btn {
	padding: 7px 30px 7px 15px;
	border: none !important;
	background: none !important;
	color: #999 !important;
}


.site-header .top-options .btn.btn-primary {
	background: #d00a69 !important;
	color: #FFF !important;
	padding: 9px 15px;
}

.site-header .top-options .btn.btn-primary:hover {
	background: #ff48a0 !important;
}

.bg-gray .hover-able {
	transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
}

.bg-gray .hover-able:hover {
	border-radius: 5px;
	background: #FFF;
	color: #999;
}

.bg-gray .hover-able:hover h1 {
	color: #31bbc2;
}

.bg-gray .hover-able .fa {
	margin-bottom: 30px;
}

.bg-gray .hover-able:hover .fa {
	color: #CCC !important;
}

.bg-gray .card {
	color: #333;
	border-radius: 5px;
}

.bg-gray .card .orange {
	background: #ff7550;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	padding: 5px 20px;
	text-align: center;
	margin: -15px -5px 0 -5px;
}

.bg-alt-3 {
	background: #333 !important;	
}

.bg-alt-3 h1, .bg-alt-3 h2 {
	color:#31bbc2 !important;
}


.footer,.footer:before {
}


.footer input[type="text"], .footer textarea {
	border-radius: 6px !important;
}

.footer .menu-bar {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: solid 1px #FFF;
}

.footer .menu-bar li {
	width: auto;
	border: none;
	padding-right: 10px;
	text-transform: capitalize;
	padding-bottom: 5px;
}


.footer .menu-bar li a:hover {
	border-bottom: solid 1px #FFF;
}

.footer .social-icons li {
	width: 35px !important;
	height: 35px !important;
	padding: 0 !important;
	border: solid 1px #FFF !important;
	border-radius: 7px;
}

.footer .social-icons li:hover{
	height: 35px !important;
	border: solid 1px #FFF !important;
}

.footer .social-icons li:hover a{
	border-bottom: none;
}

.footer .social-inner-wrap {
	text-align: center;
}

@media (min-width: 768px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/

	body.nav-fixed {
		margin-top: 150px !important;
	}


	.site-header {
		height: 150px !important;
	}


	.site-header .logo {
		margin-left: 0%;
	}

	.site-header .phone {
		display: none;
	}

	.site-header .menu-wrap {
		margin-top:57px;
	}

	.footer .social-inner-wrap {
		text-align: right;
	}

}

@media (min-width: 992px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.bg-gray .card.v-margin-minus {
		margin-top: -99px !important
	}
	.weblogo-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	max-width: 1500px;
	margin: auto;
	float: none;
	clear: both;
	padding: 20px 0px;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	height: 358px;
	}

.web-logos{
	max-width: 180px;
	margin: auto;
	vertical-align:middle;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 236px;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	}

.web-logos img{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin: auto;
	float: none;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	}
	/** PLACE YOUR DESKTOP AND UP CSS HERE **/

	}


}



/** MORE CUSTOM BREAK POINT MUST KEEP ASCENDING ORDER **/
@media (min-width: 1500px) {
	.site-header .menu-wrap {
		margin-top:40px;
	}
}

@media (min-width: 1600px) {
	.site-header .menu-wrap {
		margin-top:25px;
	}
}


.ry-inside-pages .ry-title.page-name *, .ry-inside-pages .section-four .dog-section .menu-section h2.page-name *, .section-four .dog-section .menu-section .ry-inside-pages h2.page-name * {
	display: none !important;
}

.ry-title, .section-four .dog-section .menu-section h2, .ry-title *, .section-four .dog-section .menu-section h2 * {
	margin-bottom: 10px !important;
}

#team .ry-title {
	padding: 30px 0 0;
}


.ry-section-e-cta .btn-primary,.ry-section-e-cta .btn:not(.btn-social).btn-primary {
    text-transform: uppercase !important;
}


/*interrior page edits*/

body.page .section-one .block-one:before {
     content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear,left top, right bottom,from(#372852),to(#372852));
    background-image: linear-gradient(to bottom right,#372852,#372852);
    opacity: .6;
    z-index: 1;
}

body.page .section-one .block > div {
    z-index: 1;
}

body.page .section-one .block .cus-button {
	margin-right: 35% !important;
}

body.page .section-one .block .big-text h1 {
    margin-bottom: 50px !important;
}

.ry-inside-pages .ry-spacial .ry-title h1, div.ry-content {
    color: #656565 !important
}

.ry-inside-pages .ry-spacial {
	background-image: none !important;
}

.ry-inside-pages .ry-spacial > div {
    width: 100% !Important;
}

.ry-inside-pages  .ry-spacial .ry-title,
.ry-inside-pages .ry-spacial .ry-content {
    margin: 0 !important;
}

 .ry-inside-pages .ry-spacial h1,
.ry-inside-pages .ry-spacial .ry-content {
    text-align: center !important;
}

.ry-inside-pages .ry-spacial .ry-title h1:before {
    margin-bottom: -8px !important;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
}

.section-five .dog-section .menu-section .circle-text .each-circle-text .text .ry-content,
.section-five .dog-section .menu-section .circle-text .each-circle-text .text .ry-content > div {
    margin-top: 5px !important;
	line-height: 24px;
}

.section-five .dog-section .menu-section .circle-text .each-circle-text .text {
    margin-top: 15px;
}

.each-circle-text > div {
    margin-bottom: 10px;
}

@media (max-width:991px) {
	body.page .section-one .block .cus-button {
		margin: 0 auto !important;
	}
	.section-five .dog-section .menu-section .circle-text .each-circle-text .text {
		margin-left: 0 !important;
	}
}
.insta .fa {
   margin-top:-9px !important;
}
@media (max-width:991px) {
	.insta .fa {
   		 position: relative;
   		 top: -9px;
	}
	.footer-section .cat-image {
		height:auto !Important;
	}
}

@media (max-width:768px) {
	.nav-open .site-header .logo img {
		transition:all ease 0.2s;
		top: -27px !important;
		background: #333 !important;
		padding: 10px !important;
	}
}

.site-header .logo {
	z-index:9999999;
}

.section-four .dog-section .menu-section .circle-text .each-circle-text .circle.exam {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-2cfdeb39-5328-4436-af60-b19e9137bb56/icons/stethoscope.png) !important;
    background-repeat: no-repeat !important;
    background-position: 17px 14px !important;
}

.section-four .dog-section .menu-section .circle-text .each-circle-text .circle.equine {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-2cfdeb39-5328-4436-af60-b19e9137bb56/icons/horse.png) !important;
    background-repeat: no-repeat !important;
    background-position: 17px 14px !important;
}

.section-four .dog-section .menu-section .circle-text .each-circle-text .circle.ambu {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-2cfdeb39-5328-4436-af60-b19e9137bb56/icons/boone.png) !important;
    background-repeat: no-repeat !important;
    background-position: 17px 14px !important;
}

.section-four .dog-section .menu-section .circle-text .each-circle-text .circle.small {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-2cfdeb39-5328-4436-af60-b19e9137bb56/icons/tooth.png) !important;
    background-repeat: no-repeat !important;
    background-position: 17px 14px !important;
}

.section-four .dog-section .menu-section .circle-text .each-circle-text .circle.form {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-2cfdeb39-5328-4436-af60-b19e9137bb56/forms_2_.png) !important;
    background-size: 60%;
    background-repeat: no-repeat !important;
    background-position: 17px 14px !important;
}

.modal .btn-default {
    color: #333;
    background-color: #ff7550;
    border-color: #ccc;
}

.modal .btn-default:hover {
    background-color: #ff7550;
}

.modal.fade.slide-content.in {
    display: block;
    overflow: hidden;
}

.site-header .menu-wrap > ul > li.dropdown.open, .site-header .menu-wrap > ul > li:hover, .site-header .menu-wrap > ul > li:active, .site-header .menu-wrap > ul > li.dropdown.open li, .site-header .menu-wrap > ul > li.dropdown.open li a, .site-header .menu-wrap > ul > li.dropdown.open .dropdown-menu {
	color:#333 !important;
}

/*-- Logos and Affliations --*/

.web-logos {
    margin: auto;
    vertical-align: middle;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.web-logos img{
	margin: auto;
	float: none;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	max-width: 200px;
}

.sidebar-logos{
	background: white;
	border-radius: 10px;
	padding: 20px 0px;
}

.sidebar-logos .web-logos img{
	display: block;
	width: 100%;
}

.sidebar-logos .web-logos{
	max-width: 300px;
	height: 100%;
	padding: 20px;
}

.logobox img{
	max-width: 200px;
	margin: auto;
}

.logobox{
	padding: 20px;
	background: white;
	margin-top: 15px;
	border-radius: 5px
}

.modal-header .close {
   color: #fff;
    text-shadow: none;
}

#WebPage-f7ffd39c-0e35-4ba6-a3db-8247749d40c4modal .modal-footer{
	margin-top: 0;
	padding: 0
}

#WebPage-f7ffd39c-0e35-4ba6-a3db-8247749d40c4modal button.btn.btn-primary {
    position: absolute;
    top: 0;
    right: 0;
	background: transparent;
	border: 0px;
	color: black;
	text-transform: uppercase;
}



.body p {
	font-size: 17px !important;
}

.ry-content {
	 font-size: 17px !important;
    line-height: 2em !important;
}

@media (max-width:991px) {
    div.ry-inside-pages .ry-left-wrp .ry-bg-wrapper {
        padding: 2em;
    }

    div.ry-inside-pages .ry-left-wrp .ry-bg-wrapper {
        max-width: 100%;
    }
}

.grecaptcha-badge {
	z-index: 9999;
}