@media (max-width: 1199px) {
	#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
	  line-height: 90px !important;
	}
	div.logo img {
    max-width: 500px !important;
  	margin-top: 15px;
	}
}


@media (max-width: 991px) {
	
	div.navigation-wrapper .navigation .nav {
	margin: 2.5em -1% 0 -0% !important;
	}
	
	li.dropUp:after {
    content: '\f078';
    font-size: 14px;
    position: absolute;
    right: 8px;
    top: 20px;
    font-family: fontAwesome;
    color: #313131;
	}
	
	div.navigation-wrapper .navigation .nav li ul li .nolink, .navigation-wrapper .navigation .nav li ul li a:before {
    content: '';
    opacity: 1 !important;
	}
	
	body.header-light #navigation .nav .menuparent > .nolink, body.header-light #navigation .nav .menuparent > a.dropdown-toggle:after {
		display: none;
	}
	body.header-light #navigation .nav .menuparent > .nolink, body.header-light #navigation .nav .menuparent > a.dropdown-toggle:after
	
	.navigation-wrapper .navigation .nav li ul {
    opacity: 1 !important;
    background: transparent !important;
	}

	.header-wrapper {
	  width: 100%;	
	}
	
	.logo {
	  text-align: center;
	}
	
	.logo img {
	  margin: auto;	
	}	
	
	div#content div#main {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 768px) {

	div.header-request-appt {
		padding: 0 0 20px;
		text-align: center;
	}
	
	#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
	  line-height: 50px !important;
	}
	
}

/* -- Fix for mobile repsonsive issue with display: table; -- */

body #wrapper-outer #wrapper {
    display: block !important;
}

body #wrapper-outer #wrapper #wrapper-inner {
    display: inline !important;
}

body #wrapper-outer #wrapper #footer-wrapper {
    display: inline-block !important;
    height: auto !important;
}

#header-wrapper #header #header-inner .navbar .navbar-inner #btn-nav {
    margin-top: 10px !important;
    position: absolute;
    z-index: 500;
	left: -10px;
    border: 1px solid #929394;
    border-radius: 4px;
}

body {
    font-size: 16px !important;
    color: #6b6b6b !important;
}

/*--- Header Overrides ----*/

#header-wrapper #header #header-inner .navbar .navbar-inner .logo {
  margin: 20px 0 0 !important;
  line-height: 0 !important;
}

.header-request-appt {
	padding: 40px 0 0; 
	text-align: center;	
}

/*-- General Overrides --*/

#content {
  background-color: #fff !important;
}



/*-- Home Blocks --*/

.home-blocks {
  padding: 30px;
  border-bottom: 1px solid #c4c4c4;
  box-shadow: 0 20px 20px -20px #c4c4c4;
  -moz-box-shadow: 0 20px 20px -20px #c4c4c4;
  -o-box-shadow: 0 20px 20px -20px #c4c4c4;
  -webkit-box-shadow: 0 20px 20px -20px #c4c4c4;
  -ms-box-shadow: 0 20px 20px -20px #c4c4c4;
  background: #EBEBEB;
}



/*-- Slider --*/

.carousel-inner img.img-responsive {
  width: 100%;
}

a.carousel-control {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 90%;
  font-size: 50px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  text-shadow: 0 1px 2px rgba(115, 115, 115, 0.6);
  z-index: 20;
  top: inherit;
}


/* ---- Contact Information Overrides ----- */

.site-phone a {
  text-decoration: none;
  color: #707070;
}
.site-phone a:hover {
  color: #707070;
}
.broker-info ul {
  list-style: none;
  padding: 0;
}

table.office-hours {
  width: 100%;
}

table.office-hours thead {
  display: none;
}

table.office-hours tr td {
  padding: 5px;
  border-bottom: 1px solid #727272;
}


/* ----- Social Icon Overrides ------ */

.span6.share {
  float: right;
}
.social-icons {
	list-style: none;
    padding:0;
	width: 320px;
}

.icons-header .social-icons li {
    background: #7f9fd3;
    border: 1px solid #5d7eb3;
}

.icons-header .social-icons li a {
    color: #fff;
}

.icons-header .social-icons {
	width: auto !important;
	float: left;
	margin-top: 7px;
}
.social-icons li {
    float: right;
    margin-right:5px;
    border:1px solid rgba(255,255,255,0.3);
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    -ms-border-radius:100px;
    -o-border-radius:100px;
    border-radius:100px;
    padding:5px;
    width:32px;
    height:32px;
    line-height:26px;
    text-align:center;
    transition:all 300ms ease-in-out;
    -o-transition:all 300ms ease-in-out;
    -moz-transition:all 300ms ease-in-out;
    -webkit-transition:all 300ms ease-in-out;
}
.social-icons li a {
	font-size: 15px!important;
	text-align: center;
	text-decoration: none !important;
	color: #fff;
    font-weight: bold;
}
.social-icons li:hover {
    background-color:#fefefe;
}

.social-icons li:hover a {
    color: #7f9fd3;
}

/* ----- Footer Overrides ------ */

#footer-wrapper #footer #footer-inner p {
  margin: 0px;
  color: #fff !important;
}
#footer-wrapper #footer {
  border: 0px;
  margin-top: 0px;
  padding: 10px 0px !important;
  margin-bottom: 0px;
}
.span6.copyright {
  float: left;
}

/* -- Modal Overrides -- */

.modal-body form.cmsForm {
  display: inline-block;
}

/*----- Font Awesome -----*/

.fa-paw:before {
  content: "\f1b0";
  float: left;
  margin: 20px 20px 0 0;
}

/* - Back Button â€” */

.btn.btn-primary.arrow-left {
    background-image: url("../images/arrow-left-white.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 8px 11px;
    padding-left: 15px;
}

input.btn.btn-primary.arrow-left.back-button {
    margin: 0 0 -50px;
    float: right;
    position: relative;
    right: 30px;
    width: 10px;
    z-index: 100;
    border-radius: 50px;
    height: 30px;
}

/* custom override */
.container-fluid{
padding:0px !important;
}
.logo img {
    max-width: 500px !important;
}
.our-team-section {
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-3c362620-ccb5-444f-9ab4-228208e9786e/ourteam_bg.jpg");
    background-attachment: fixed;
	background-position-y:-85px ;
}
.center-div{
    width: 75%;
    margin: 0 auto;
	padding: 0px;
}
.bx-wrapper {
    background-color: transparent !important;
    border: 0px !important;
	-webkit-box-shadow: 0 0 5px transparent !important;
    box-shadow: 0 0 5pxtransparent !important; 
}

.clip-mask-circle , .our-team-list img { 
    width: 370px;
    height: 370px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 180px;
}
.our-team-list img {
    border: 1px solid #ffffff;
    box-shadow: 5px 5px 8px;
}
.our-team-list {
	text-align:center;
}
p.ourteam_description {
    padding-right: 25px;
	font-size: 14px;
}
/* portfolio hover zoom */
.img-zoom-effect:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.img-zoom-effect img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
ul.top_bar_right{
    text-align: right;
	font-size: 14px;
}
ul.top_bar_right li {
    display: inline-block;
    margin-right: 15px;
}
ul.top_bar_right li i{
    margin-right: 10px;
}
.input-group.search-bar-widget {
    position: absolute;
    top: 35px;
}
.navigation-wrapper {
    margin: 0 auto;
    width: 100%;
}
.latest-news-section{
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-3c362620-ccb5-444f-9ab4-228208e9786e/newst_bg.jpg");
    background-attachment: fixed;
	background-position-y:-85px ;
}

#footer-wrapper {
    background: url(https://www.royacdn.com/unsafe/smart/Site-3c362620-ccb5-444f-9ab4-228208e9786e/Resources/footer_image_blue2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 80%;
}

#footer-wrapper #footer-top{
	background-color: transparent !important;
	padding-top: 80px !important;
		
}

.section_title-white{
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    margin-top: 80px;
	margin-bottom: 80px;
}
.section_title-black{
    text-align: center;
    font-weight: 600;
    color: #000000;
    margin-top: 80px;
	margin-bottom: 80px;
}
.section_title-white::after{
    content: "";
    display: block;
    margin: 0 auto;
    height: 20px;
    width: 100px;
    border-bottom: 1px solid;
}
.section_title-black::after{
    content: "";
    display: block;
    margin: 0 auto;
    height: 20px;
    width: 100px;
    border-bottom: 1px solid;
}
.our-team-list h6 {
    font-size: 16px !important;
    font-weight: 600;
}
.our-service-list img ,.news-image , .image-border{
	border: 4px solid #fefefe;
    box-shadow: 0 0 0 1px hsla(0,0%,4%,.2);
}

.content_wrapper-news {
    text-align: center;
    color: #ffffff;
    padding: 20px 50px 60px;
	font-size: 14px;
}
.news_title {
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}
.news_date {
	color: #ffffff;
    font-weight: 500;
    margin: 0;
    font-size: 15px;
}
p.news_info{
	margin-top:10px;
}

@media only screen and (min-width: 992px) {
.page_banner_about {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-3c362620-ccb5-444f-9ab4-228208e9786e/Resources/about_pet.jpg);
    background-position: 100% 135%;
    min-height: 80vh;
    background-attachment: fixed;
}
.page_banner_service{
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-3c362620-ccb5-444f-9ab4-228208e9786e/Banners/services_header_banner.jpg);
    background-position: 100% 78%;
    min-height: 80vh;
    background-attachment: fixed;
}

.page_banner_contact {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-3c362620-ccb5-444f-9ab4-228208e9786e/Banners/Contact.jpg);
    background-position: 0px 45%;
    min-height: 80vh;
    background-attachment: fixed;
}

.page_banner_newpatient {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-3c362620-ccb5-444f-9ab4-228208e9786e/Banners/payment_options.jpg);
    background-position: 100% 39%;
    min-height: 80vh;
    background-attachment: fixed;
}
.page_banner_team{
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-3c362620-ccb5-444f-9ab4-228208e9786e/Resources/meet_the_team.jpg);
    background-position: 100% 91%;
    height: 80vh;
    background-attachment: fixed;
}
.page_banner_forms {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-3c362620-ccb5-444f-9ab4-228208e9786e/Banners/online_forms.jpg);
    background-position: 100% 85%;
    min-height: 80vh;
    background-attachment: fixed;
	}
}

.banner_title {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 30%;
    right: 0;
    left: 0;
    color: #313131;
    text-shadow: 1px -2px 2px #7e7e7e;
    text-transform: uppercase;
    font-size: 2.5em;
}

@media only screen and (max-width: 991px) {
	div.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 1em !Important;
    padding-right: 1em !important;
	}
	div.page_banner_about {
	background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-3c362620-ccb5-444f-9ab4-228208e9786e/Resources/about_pet.jpg);
	background-position: 80%;
    min-height: 70vh;
    background-attachment: scroll;
	}
	
	div.page_banner_team {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-3c362620-ccb5-444f-9ab4-228208e9786e/Resources/meet_the_team.jpg);
    background-position: 60%;
    height: 70vh;
    background-attachment: scroll;
	}
	
	div.page_banner_newpatient {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-3c362620-ccb5-444f-9ab4-228208e9786e/Banners/payment_options.jpg);
    background-position: 100% 39%;
    min-height: 80vh;
    background-attachment: scroll;
	}
	
	div.page_banner_forms {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-3c362620-ccb5-444f-9ab4-228208e9786e/Banners/online_forms.jpg);
    background-position: 100% 85%;
    min-height: 80vh;
    background-attachment: scroll;
	}
	
	div.page_banner_service{
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-3c362620-ccb5-444f-9ab4-228208e9786e/Banners/services.jpg);
    background-position: 30% 100%;
    min-height: 80vh;
    background-attachment: scroll;
	}
	div.page_banner_contact {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-3c362620-ccb5-444f-9ab4-228208e9786e/Banners/Contact.jpg);
    background-position: 100% 45%;
    min-height: 80vh;
    background-attachment: fixed;
	}
}


#footer-wrapper #footer-top h2 {
    font-weight: 600 !important;
	color:#ffffff !important;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
	background: grey;
	border: 3px solid red;
	border-radius: 6px;
	box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
	color: blue;
	padding: 8px;
}

.img-instapic{
	border: 1px solid #fefefe;
    box-shadow: 0 0 0 1px hsla(0,0%,4%,.2);
    max-width: 300px;
    display: block;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#fixed_header{
	background: #1a9ac9;
	position:fixed;	
	z-index: 99999;
	width: 100%;
	display:none;
    opacity: 0.8;
}
.custom_logo img {
    max-width: 300px;
}
a.scroll-top.on {
    position: fixed;
    bottom: 20px;
    right: 30px;
    background: gray;
    padding: 10px;
    border-radius: 5px;
    opacity: .8;
    color: #ffffff;
	display:none;
}
li.menuparent > ul li.active:after {
    content: "";
    display: none;
}

ul.top_bar_right {
    margin: 0;
}

div#top_section {
    padding: 10px;
}
div#wrapper-outer {
    background: #fff;
}
.custom_slider_nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
a#slider-next_cust {
    position: absolute;
    right: 0;
}
.custom_slider_nav a:hover{
	font-size:20px;
}
.custom_slider_nav{
	display:block;
}

div#navigation .nav li.menuparent:first-child a:hover::before{
	color:#000000  !important;
}
/* mobile nav*/
div#sidr ul.nav li a:hover {
    background: transparent !important;
}
span.caret {
    display: none !important;
}
div#sidr ul.nav .dropdown-menu{
	display: none !important;
}
div#sidr ul.nav li.dropdown:hover .dropdown-menu {
    display: block !important;
}
div#sidr ul.nav li.dropdown ul.dropdown-menu {
	width: 100% !important;
    background: !important;
}

div#sidr ul.nav li.dropdown ul.dropdown-menu li{
	background: #ffffff !important;
    background-color: #333 !important;
    box-shadow: 0 0 15px 3px #222 inset !important;
}
div#sidr ul.nav li.dropdown ul.dropdown-menu li a:hover{
   color: #ffffff !important;
}
.moblie_menu_container{
   display:none;
}
.our-service-list.wow.fadeInLeft img {
    height: 100%;
    max-height: 250px;
    max-width: 300px;
	min-height: 250px;
	display: block;
    margin: 0 auto;
}
.our-service-list.wow.fadeInLeft .content {
    text-align: justify;
    padding: 10px 36px 10px;
    font-size: 14px;
}
#sidr ul.nav li.active::after {
	display:none;
}

#fixed_header ul.nav li.active::after{
display:none !important;
}
#sidr ul.dropdown-menu li a{
    height: 50px !important;
    font-size: 16px !important;
    line-height: 50px !important;
}
.custom_btn_style{
    display: block !important;
    width: 200px !important;
    height: 40px;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    margin: 0 auto !important;
    margin-bottom: 40px !important;
    border: 1px solid #ffffff !important;
    border-radius: 5px !important;
    box-shadow: 1px 1px 6px #333 !important;
}

.navigation-wrapper .navigation .nav li a:hover {
	background-color: transparent !important;
	border-top: 2px solid transparent !Important;
}
.navigation-wrapper .navigation .nav li ul {
    background-color: rgb(127, 159, 211) !important;
}
/*responsive*/
@media only screen and (min-width:768px) and (max-width:991px) {
	.fixed-wrapper ul.nav {
    display: none !important;
	}
}

 @media only screen and (min-width:992px) and (max-width:1199px) {
	.fixed-wrapper ul.nav {
		position:absolute;
		left:0; 
	}
	.fixed-wrapper ul.nav li {
		width: 117px;
	}
	.fixed-wrapper ul.nav li a{
		font-size: 14px;
	}
	 
	 .home-video {
		 height: 90%;
	 }
	 
	.photoRight img {
		max-width: 400px;
	}
} 

@media only screen and (min-width:1100px) and (max-width:1199px) {
	.navigation-wrapper{
		width:100% !important;
	}
}
a.carousel-control {
    display: none;
}

/* ------- Arrow ----*/
 
@-moz-keyframes bounce {
  20%, 50%, 20%, 20%, 20% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  20%, 50%, 20%, 20%, 20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  20%, 50%, 20%, 20%, 20% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow {
  position: fixed;
  bottom: 0;
  left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background-image: url('https://www.royacdn.com/unsafe/smart/Site-3c362620-ccb5-444f-9ab4-228208e9786e/Resources/Arrowdown.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

.arrowdown{
    display: block;
    z-index: 2;
    position: absolute;
    bottom: 10%;
    left: 50%;
    color: #fff;
}

/* Kenneth Edits */

@media only screen and (max-width: 1349px) {
div.navigation-wrapper .navigation .nav {
    display: inline-block;
    zoom: .95;
    float: right;
    margin: 2.5em -3% 0 -0%;
	}
}

@media only screen and (min-width: 1200px) {
.welcomeText h1 {
    color: #71a0d6;
    font-size: 7vw;
    margin: 20px 0 -45px 0;
    font-family: 'Lustria', serif;
	}

.welcomeText span.span-1 {
    font-size: 1.8vw;
    position: relative;
    top: -65px;
	}
.welcomeText h2 {
    font-size: 3.5rem;
    font-weight: normal;
    margin: 0;
    color: #71a0d6;
    font-family: 'Lustria', serif;
	}

.welcomeText span.span-2 {
    font-weight: bold;
    font-size: 10rem;
	}
}

@media only screen and (min-width: 992px) {
.home-video {
    height: 100vh;
	}
.myContainer {
    max-width: 75%;
    float: none;
    margin: auto;
	}
#custContainer {
    max-width: 94%;
    float: none;
    margin: auto;
	}
.sources {
	margin: 16em auto;
	}
.siteInfo {
    position: absolute;
    width: 100%;
	}

.headerinfo {
    float: right;
    padding-right: 3em;
    padding-top: 1rem;
	}
}

@media only screen and (max-width: 1199px) {
	.navigation-wrapper .navigation .nav li .nolink, .navigation-wrapper .navigation .nav li a {
		font-size: 1.4rem !important;
	}
	
	div.welcomeBanner {
		max-width: 80%;
		float:none;
		margin:auto;
	}
}

@media only screen and (max-width: 991px) {
	
	div#footer-top-inner {
		width: 100% !important;
		padding: 1rem !Important;
	}
	
	div.welcomeBanner {
		max-width: 85vw !important;
		float:none;
		margin:auto;
	}
	
	div.resource-wrapper {
    padding: 2em;
	}
	
	div.sources {
		margin: auto !Important;
	}
	
	div#header-wrapper {
		position: initial;
		background: #3a2c2c;
	}
	
	body.header-light #navigation .nav .nolink, body.header-light #navigation .nav a:before {
		opacity: 0 !important;
	}
	
	.carousel-control .icon-prev:before {
    content: '\2039';
    font-size: 6rem !important;
    top: -3.5em !important;
    position: relative;
    color: #06a7ea !Important;
	}

.carousel-control .icon-next:before {
    content: '\203a';
    font-size: 6rem !important;
    position: relative;
    top: -3.5em !important;
    color: #06a7ea !Important;
	}
}

.sourceText a {
    color: #fff;
    text-align: center;
    text-decoration: none !important;
}

.sourceText h2 {
    color: #fff;
    text-align: center;
    text-decoration: none !important;
}

div#navigation .container {
    width: 100%;
}

div#col1  {
    background: url(https://www.royacdn.com/unsafe/smart/Site-3c362620-ccb5-444f-9ab4-228208e9786e/Resources/Cougar_paw_print_01.jpg) bottom #fff;
    padding: 4em 0 4em!important;
    background-size: cover;
}

div#col2 {
    background: url(https://www.royacdn.com/unsafe/smart/Site-3c362620-ccb5-444f-9ab4-228208e9786e/Resources/Pets_mock.jpg) center;
    background-size: cover;
}

div#footer-top-inner {
    padding: 0 5em 5em;
    width: 85%;
    text-transform: uppercase;
}

.sources {
    max-width: 350px;
    float: none;
    background: rgba(0,0,0,0.57);
    padding: 3em;
	border-radius: 20px;
	height: 375px;
}

.sourceText h2 {
    color: #fff;
    position: relative;
    top: 20px;
    padding: 20px 5px 0;
    font-size: 3rem;
    font-weight: normal;
    text-shadow: 0px 4px 5px #000;
}

#source2 img {
    max-width: 45%;
    float: none;
    margin: auto;
}

#source3 img {
	max-width: 55%;
	float: none;
	margin: auto;
}

.welcomeBanner {
    background: #fff;
    border-radius: 20px;
    border: 5px solid #71a0d6;
    box-shadow: -1px 10px 20px 10px #d2d2d2;
    padding: 0 1em 2em;
}

.photoLeft img {
    margin-top: 130px;
}

.photoRight img {
    margin-top: 200px;
    margin-left: 30px;
}

.sources img {
	-webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
	-moz-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
	-ms-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
	-o-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));
	filter: drop-shadow(12px 12px 7px rgba(0,0,0,1));
	position: absolute;
	left: 0;
	top: 20%;
	max-width: 70%;
	float: none;
	margin: auto;
	right: 0;
	transition: all 1s ease;
	z-index: 2;
}

.sources img:hover {
    filter: drop-shadow(0px 0px 50px rgba(6,167,234,1));
    -webkit-filter: drop-shadow(0px 0px 50px rgba(6,167,234,1));
    -moz-filter: drop-shadow(0px 0px 50px rgba(6,167,234,1));
    -ms-filter: drop-shadow(0px 0px 50px rgba(6,167,234,1));
    -o-filter: drop-shadow(0px 0px 50px rgba(6,167,234,1));
    color: rgb(6, 167, 234);
}

a.btn.btn-primary.bigbtn {
    width: 17em;
    padding: 1.5em;
    border-radius: 8px;
	text-transform: uppercase;
    text-shadow: 0px -1px 5px #000;
}


.newsPhoto img {
    max-width: 700px;
    float: none;
    margin: auto;
}


.carousel-control .icon-prev:before {
    content: '\2039';
    font-size: 14rem;
    top: -2em;
    position: relative;
    color: #71a0d6 !Important;
}

.carousel-control .icon-next:before {
    content: '\203a';
    font-size: 13rem;
    position: relative;
    top: -2em;
    color: #71a0d6 !Important;
}

a.carousel-control {
	opacity: 1 !Important;
}

.newsDes {
    padding: 2em;
}

.slide-content-wrapper {
    padding: 3em 0 0;
}


body.header-light #navigation .nav .menuparent > .nolink, body.header-light #navigation .nav .menuparent > a.dropdown-toggle {
    background-image: none !Important;
}

body.header-light #navigation .nav .menuparent > .nolink, body.header-light #navigation .nav .menuparent > a.dropdown-toggle:after {
    content: '\f078';
    font-family: fontAwesome;
    position: relative;
    top: 20px;
    left: -50%;
}

body.header-light #navigation .nav .nolink, body.header-light #navigation .nav a:before {
    content: '';
    -webkit-transition: 1s opacity cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s opacity cubic-bezier(0.23, 1, 0.32, 1), 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    height: 2px;
    width: 100%;
    background: #06a7ea;
    position: absolute;
    margin-left: -22px;
    -webkit-transform: scaleX(0) translateZ(0px);
    transform: scaleX(0) translateZ(0px);
    top: 0;
    opacity: 0;
}

body.header-light #navigation .nav .nolink, body.header-light #navigation .nav a:hover:before {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0px);
    transform: scaleX(1) translateZ(0px);
}

body.header-light #navigation .nav .menuparent > .nolink, body.header-light #navigation .nav .menuparent > a.dropdown-toggle {
    background-image: none !Important;
	background-position: -1000%;
}

.navigation-wrapper .navigation .nav li ul li .nolink, .navigation-wrapper .navigation .nav li ul li a:before {
    content: '';
    opacity: 0 !important;
}

div#header-wrapper.inside-head {
    background: rgba(51,51,51,0.4);
    position: absolute;
	padding-bottom: 1em;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Taviraj', serif !important;
}

/* â€” Mobile Menu Icons â€” */

.mobile-icons-li .fa-envelope:before {
    margin: 0;
}

.mobile-icons-li li {
    display: inline;
    margin: 0 20px 0;
}

ul.mobile-icons-li {
    padding: 0;
}

.mobile-icons span.fa {
    font-size: 25px;
    vertical-align: middle;
}

.mobile-icons {
    text-align: center;
	margin-top: -1.5em;
}

.mobile-icons-li a {
    color: #7f9fd3;
}

/* Back to top */

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-family: fontAwesome;
    font-size: 4em;
}
#back-to-top:hover {
    background: transparent;
}
#back-to-top.show {
    opacity: 1;
}

/* header Edits */

span.header-phone:before {
    content: '\f095';
    font-family: fontAwesome;
    padding-right: 1rem;
    color: #fff !important;
    font-size: 2rem;
}

span.header-phone a {
    color: #fff !important;
    text-shadow: 0px 0px 5px #696969;
    font-size: 1.5rem;
}

span.header-phone {
    padding-right: 2em;
}

span.req-apt a {
    color: #fff;
    text-shadow: 0px 0px 5px #6b6b6b;
    font-size: 2rem;
}


/* Index Edits */

@media only screen and (min-width: 1200px) {
#col1-1 {
	width: 30%;
	}
#col2-1 {
	width: 40%;
	}
#col3-1 {
	width: 30%;
	}
.photoLeft img {
    width: 35vw;
    margin-left: -5vw;
	}

.photoRight img {
    width: 28vw;
    margin-left: 1vw;
	}

.welcomeBanner {
    margin-left: -2vw;
	}
}

/* col2 Edits */

.sourceText h2 {
    color: #fff;
    font-size: 2em;
    font-weight: normal;
    text-align: center;
    text-shadow: 0px 4px 5px #000;
    padding: 1em;
}

.sourceText {
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    transition: all 0.5s ease;
}

div.sources:hover .sourceText {
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.53);
    border-radius: 20px;
    padding-top: 0px;
}

.sources:hover img {
    top: 35%;
    max-width: 150px !Important;
}

#source2:hover img {
    top: 35%;
    max-width: 120px !Important;
}

#source3:hover img {
    top: 40%;
    max-width: 120px !Important;
}

.btnSources {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    transition: all 1s ease;
    transform: scale(0);
}

div.sources:hover .btnSources {
    transform: scale(1);
}

@media only screen and (max-width:991px) {
div.photoLeft img {
    max-width: 50vw;
    float: none;
    position: relative;
    left: 50%;
    margin-left: -25vw;
	}
.welcomeText h1 {
    color: #7f9fd3;
    font-size: 5vw;
	}
.welcomeText span.span-1 {
    font-size: 3rem;
	}
div.logo img {
    max-width: 300px !important;
    margin-top: 0 !important;
	padding-left: 1em;
	}
	div.sourceText {
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.53);
    border-radius: 20px;
    padding-top: 0px;
	}
	div.sources img {
    top: 35%;
    max-width: 150px !Important;
	}
	div#source2 img {
    top: 35%;
    max-width: 120px !Important;
	}

	div#source3 img {
    top: 40%;
    max-width: 120px !Important;
	}
	
	div.btnSources {
    transform: scale(1);
	}
	
	div.divup {
    padding: 20px 10px;
	}
}

.disable-map {
	margin-bottom: -22px;
}

.photoRight img {
	margin-top: 12vw;
}

.photoLeft img {
	    margin-top: 5vw;
}


a.creation {
	color: #fff;
	text-decoration: underline;
}

.mobile-slider-wrapper {
	padding: 0px;
	margin: 0px;
}

.inside-wrap {
    padding: 4em 2em 0;
}

.home-feature-text-wrapper {
    position: absolute;
    color: #fff;
    bottom: 25%;
    font-size: 3.5em;
    text-shadow: 1px 1px 1px #000;
    font-family: 'Taviraj', serif !important;
}
