/* =edits april 2017 sticky navigation*/

.affix{
	z-index: 4000;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}

@media (max-width: 1199px) {
	div#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone {
		float: right;
		line-height: 50px;
		margin-left: 20px;
		margin-top: 0px;
	}	

	div#header-wrapper #header #header-inner .navbar .navbar-inner .site-email {
		float: right;
		line-height: 50px;
		margin-left: 0px;
		margin-top: 20px
	}
	
	div.index-bio {
		padding: 50px;
	}
	
	div.navigation-wrapper .navigation .nav li.menuparent > .nolink, .navigation-wrapper .navigation .nav li.menuparent > a {
    	background-position: 100% center !important;
    	padding-right: 20px !important;
	}
	
	div.navigation-wrapper .navigation .nav li .nolink, .navigation-wrapper .navigation .nav li a {
		font-size: 15px !important;
	}
	
	div.navigation-wrapper .navigation .nav {
		margin-left: -10px !important;
	}
	
	div#navigation .container {
    	width: 950px;
	}
}

@media (max-width: 991px) {
	div.logo-wrapper {
		width: 100% !important;
		margin-left: 10px;
	}
	div#header-wrapper #header #header-inner .navbar .navbar-inner .info {
		float: none;
		margin-left: 0;
	}

	div#header-wrapper #header #header-inner .navbar .navbar-inner .logo {
		height: auto;
	}
	
	#header-wrapper #header #header-inner .navbar .navbar-inner .site-phone span {
		padding-top: 5px !important;
	}
	
	div.navigation-wrapper .navigation .nav li.menuparent > .nolink, .navigation-wrapper .navigation .nav li.menuparent > a {
		padding-right: 40px !important;
	}
	
	div.site-email {
		float: left !important;
		margin: 0 20px;
	}

	div.site-phone {
		float: none !important;
    	margin: auto !important;
    	text-align: center;
    	padding: 10px !important;	
	}

	div.loginWidget {
		float: none;
		text-align: center;
	}
	
	img.img-responsive.ouroffice {
    	padding: 0 0 20px !important;
	}
	
	div.newpatientforms {
    	padding: 15px 10px 0;
    	margin: 0px;
	}
}


@media (max-width: 768px) {
	img.img-responsive.sidebar-img {
    	float: none !important;
	}
	
	.sidebar-drdena {
    	text-align: center !important;
   		padding-bottom: 20px !important;
	}


	.sidebar-drdena h2 {
    	margin-bottom: -20px !important;
	}
	
	div.webspecials-wrapper {
    	border-right: 0;
    	padding-bottom: 15px;
	}
	
	div.cta-blocks {
		padding: 0px;
	}
	
	div.index-ouroffice-section {
		padding: 0px 5px;
	}
	
	div.page-content-wrapper {
		padding: 30px 0px 10px;
	}

}
	
	
	
@media (max-width: 500px) {
	div.index-bio {
		padding: 50px 20px;
	}
}


/* -- 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: block !important;
	height: auto !important;
	float: left;
}

#header-wrapper #header #header-inner .navbar .navbar-inner #btn-nav {
	margin-top: 10px !important;
	position: absolute;
	z-index: 500;
	left: -15px;
}

body {
	font-size: 16px !important;
	color: #4e4c4a !important;
}

body strong {
    color: #756244;
}

.logo-wrapper .logo img {
	margin: 15px auto 0;
	max-width: 400px;
}

/* ---- Login Button ---- */

.loginWidget {
	float: right;
	padding: 0 20px 20px;
}



/* ---- Contact Information Overrides ----- */

.site-phone a {
	text-decoration: none;
	color: #88765a;
    font-size: 25px;
}
.site-phone a:hover {
	color: #88765a;
	text-decoration: none;
	transform: scale(1.05);
}
.broker-info ul {
	list-style: none;
	padding: 0;
}


/* ----- Social Icon Overrides ------ */

.span6.share {
	float: right;
}
.social-icons {
	list-style: none;
	padding:0;
	width: 320px;
	float: right;
}
.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;
}
.social-icons li:hover {
	background-color:#fefefe;
}


ul.social-icons.social-header li {
    border: 1px solid #6cced7;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    padding: 4px;
}

ul.social-icons.social-header li a {
    font-size: 19px !important;
}

.social-icon-wrapper {
    padding: 0 12px 0 0;
}

/* ----- Footer Overrides ------ */

#footer-wrapper #footer #footer-inner p {
	margin: 0px;
	color: #fff !important;
}
#footer-wrapper #footer {
	border: 0px;
	margin-top: 0px;
}
.span6.copyright {
	float: left;
}


#footer-wrapper #footer-top table.contact th.cabre {
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/074ee81027def72f3c5348c9feeab305/cabre.png");
	background-size: 16px 16px;
	background-position: 6px 2px;
}



/*-- Details Page --*/

ul.slide-item-features.item-features {
	list-style: none
}

.slide-item-features li {
	padding: 10px;
	border: 1px solid #c4c4c4;
	margin: 5px;
	display: inline-block
}

span.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	padding: 0 10px 0 0
}

/*--- Modal Overrides -----*/

.modal-footer button {
	position: absolute;
	top: 0;
	right: 0;
}

.blueimp-gallery .modal-footer .btn {
	position: inherit;
}

.modal-body form.cmsForm {
  display: inline-block;
}


/*------ Font Awsome ----- */


.fa-envelope:before {
	content: "\f0e0";
	float: left;
	margin: 0 20px 0 0;
}

.fa-home:before {
	content: "\f015";
	float: left;
	margin: 0 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: 0px;
    float: right;
    position: relative;
    right: 30px;
    width: 10px;
    z-index: 100;
    border-radius: 50px;
    height: 30px;
	display: none;
}


/* -- Home Page -- */

.index-bio-wrapper {
    background: url(https://www.royacdn.com/unsafe/smart/Site-f6488dcc-610a-4c58-ba23-a2826c4e140b/index/index_form_bg2.jpg) no-repeat;
    background-size: cover;
    background-attachment: initial;
    padding: 0px;
}

img.img-responsive.drdena {
border: 10px solid rgba(101, 206, 216, 0.36);
    box-shadow: rgba(37, 37, 37, 0.49) 0px 1px 2px;
}

.index-bio {
    padding: 75px 180px;
    background-color: rgba(23, 23, 23, 0.4);
    background-size: 100% 100%;
    width: 100%;
}

.bio-text {
    color: #fff;
    text-shadow: rgb(0, 0, 0) 0px 1px 1px;
}

.bio-text strong {
    color: #fff;
}

.bio-text h2 {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
	font-family: sans-serif;
    letter-spacing: 1px;
}

.cta-section-title h2 {
    color: #756244;
}

.cta-blocks {
    padding: 0 20px;
}

.home-blocks {
    padding-bottom: 40px;
}

.cta-img img {
    border: 8px solid rgba(148, 233, 229, 0.4);
}

.cta-img img.img-responsive:hover {
	filter: saturate(400%);
    -webkit-filter: saturate(150%);
    -moz-filter: saturate(400%);
    -o-filter: saturate(400%);
    -ms-filter: saturate(400%);
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.cta-text p {
    font-size: 15px;
}

.home-communities-wrapper {
    padding: 10px;
}

.home-communities {
    max-width: 350px;
    float: none;
    margin: auto;
    clear: both;
}

.float-text a {
	position: absolute;
    top: 10%;
    left: 5%;
    width: 90%;
    background: rgba(101,206,216,0.70);
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
    font-size: 23px;
    font-family: sans-serif;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0px 1px 1px #585757;
    text-decoration: none !important;
    border-radius: 0;
    text-transform: uppercase;
}

.text-float {
    position: absolute;
    top: 0%;
    bottom: 0%;
    width: 97%;
    padding: 150px 10px 0px;
    border-radius: 0;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(0,0,0,0.40);
    transition: all 0.5s ease-in-out;
	text-shadow: rgb(0,0,0) 0px 1px 1px;
	
}

.text-float strong {
    color: #fff !important;
}

.text-float:hover {
    padding-top: 120px;
    opacity: 1;
}

.home-communities img {
    border-radius: 0;
    border: 5px solid rgba(148, 233, 229, 0.8);
}


/* -- General Overrides -- */

.page-container {
	max-width: 1200px;
	margin: auto;
	float: none;
}

.page-title-bg {
    background: url(https://www.royacdn.com/unsafe/smart/Site-f6488dcc-610a-4c58-ba23-a2826c4e140b/page_images/page_titlebg2.jpg);
    background-size: cover;
    background-position: 30% 50%;
}

.page-title {
    margin: 0 !important;
    padding: 5px 0 20px!important;
}

.page-title h1 {
    color: #756244;
    padding: 0 !important;
    margin: 15px 0 5px;
    /*text-shadow: rgba(37,37,37,1) 0px 0px 1px;*/
	font-weight: bold;
    letter-spacing: 1px;
	font-family:  sans-serif;
}

.page-directions {
    color: #756244;
    font-size: 16px;
	font-weight: bold;
}

.page-directions a {
    color: #756244;
	font-weight: bold;
}

.page-directions a:hover {
    color: #756244;
	text-decoration: underline;
}


img.img-responsive.ouroffice {
    padding: 0 0 0 20px;
}

.navigation-wrapper {
    float: right
}


h4 {
    color: #756244;
    font-size: 23px;
    margin: 0 0 10px;
    padding: 0;
    font-family:  sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sidebar-contactme-block {
    padding: 20px 0 20px;
    border-bottom: 1px dashed #ccc;
}

.sidebar-contactme h2 {
    margin: 0;
    padding: 0 0 10px;
    text-align: center;
    font-weight: bold;
    line-height: 23px;
}

.sidebar-req-but img.img-responsive {
    margin: 10px auto !important;
}

.sidebar-drdena h2 {
    font-weight: bold;
    padding: 0;
    margin: 10px 0 0;
	text-transform: uppercase;
    letter-spacing: 1px;
}
.testimonial-names h4 {
    margin: 0;
	text-shadow: rgb(255, 255, 255) 0px 1px 1px;
}

.testimonials-blocks {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    background-color: #465471;
}
.testimonials-blocks p, .testimonials-blocks .testimonial-names h4 strong,
.testimonials-blocks .testimonial-names h4 b {
    color: #fff;
}
/*.testimonials-blocks .testimonial-names h4 strong {
    color: #756244;
}*/
.testimonials-blocks div svg {
    margin: 0 3px 0 0;
}
.blog-blocks {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.webspecials h2 {
    margin: 0;
    padding: 0;
    font-size: 30pt;
    font-weight: bold;
}

.webspecials-wrapper {
    border-right: 1px solid #ccc
}

.webspecials-content a {
    color: #756244;
}

.webspecials-content a:hover {
    color: #756244;
}

.webspecials-content h5 {
    margin: 0;
}

.webspecials-content h4 {
    padding: 0;
    margin: 0;
}

.webspecials-block {
    padding: 20px;
    background-color: rgba(156,195,194,0.20);
    border-radius: 20px;
    margin-bottom: 20px;
}

.webspecials-content {
    padding-left: 20px;
}

img.img-responsive.sidebar-img {
    float: right;
}

.cta-text h3 {
    margin: 5px;
    padding: 0;
}


.cta-title h4 {
    margin: 10px 0 0 !important;
    padding: 0 !important;
}

.contact-address {
    padding: 20px;
    float: right;
}

.sidebar-contactme h4 {
    text-align: center;
}

.newpatientforms {
    padding: 15px 10px 0;
    margin: 0 15px;
}

.footer-blocks {
    padding: 20px;
    border-radius: 20px;
    background-color: rgba(190,245,243,0.30);
    margin: 0 0 10px;
}

h1 {
    font-family: sans-serif;
    font-size: 32px;
    letter-spacing: 1px;
	padding: 20px 0;
}


.get-in-touch {
    background: rgba(255,255,255,0.3);
    padding: 20px;
    border-radius: 20px;
}

.index-contact {
    background-image: url(https://www.royacdn.com/unsafe/smart/Site-f6488dcc-610a-4c58-ba23-a2826c4e140b/index/bio_bg4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 40%;
    padding: 0px;
    background-attachment: initial;
}

h1.index-form-title {
    font-weight: bold;
    color: #fff;
	padding: 0;
	text-shadow: 0px 1px 1px #000;
}

.index-contact-block {
    background-color: rgba(23, 23, 23, 0.4);
    background-size: 100% 100%;
    width: 100%;
    padding: 50px 0;
}

.index-form-text h4 strong {
    color: #fff;
    text-shadow: 0px 1px 1px #000;
}

.index-ouroffice-section {
	padding: 20px;
}

.page-content-wrapper {
	padding: 30px 10px 30px;
}


/* — 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: 10px 0 0;
}

.mobile-icons span.fa {
    font-size: 25px;
    vertical-align: middle;
}

.mobile-icons {
    text-align: center;
}

.mobile-icons-li a {
    color: #88765a;
}

.drdena-about-img img.img-responsive {
    border: 8px solid rgba(148, 233, 229, 0.4);
}

.drdena-about-img {
    padding-bottom: 20px;
}

.blog-widget .blog-listings .blog-entry h2.blog-title a {
    color: #756244 !important;
}

h3.index-form-title {
    text-shadow: 0px 1px 1px #000;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    font-family:  sans-serif;
    letter-spacing: 1px;
}



#navigation .container {
    width: 1250px;
}

/* animation Effects*/

@-webkit-keyframes wobble {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes wobble {
	16.65% {
		-webkit-transform: translateY(8px);
		-ms-transform: translateY(8px);
		transform: translateY(8px);
	}
	33.3% {
		-webkit-transform: translateY(-6px);
		-ms-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	49.95% {
		-webkit-transform: translateY(4px);
		-ms-transform: translateY(4px);
		transform: translateY(4px);
	}
	66.6% {
		-webkit-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	83.25% {
		-webkit-transform: translateY(1px);
		-ms-transform: translateY(1px);
		transform: translateY(1px);
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.wobble {
	display: inline-block;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble:hover {
	-webkit-animation-name: wobble;
	animation-name: wobble;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation
}

.private-policy h1 {
    font-weight: bold;
    font-size: 23px !important;
    margin: 0 !Important;
}

.index-featured h3 {
    color: #756244;
    font-size: 32px;
    letter-spacing: 1px;
    font-family: sans-serif;
	padding: 20px 0;
}

/* Kenneth Edits */ 

a.btn.btn-primary.btn-side {
	width: 110%;
    border-radius: 4px;
    border: 1px solid #3da7b1;
    transition: all 0.5s ease;
    box-shadow: 0 10px 20px -10px #000000;
}



@media (min-width: 992px) {
	.float-offer {
    position: absolute;
    bottom: 10%;
    left: 17%;
	}
}

@media (max-width: 991px) {
	.float-offer {
    position: absolute;
    left: 40%;
    bottom: 5%;
	}
}

.the-header{
	position: relative;
    z-index: 999;
    width: 100%;
}

.slider-wrapper {
    padding-top: 0px !important;
}

@media (max-width: 990px){
	.slider-wrapper {
    padding-top: 0px !important;
	}
	.the-header{
	position: relative;
	}
}

/*-- Home Page Testimonials --*/

#testimonial-section{
	padding: 3rem 0px
}
.home-testimonial-wrapper{
	box-shadow: inset 0 0 0 1px rgba(55,57,59,0.15);
	padding: 20px;
	text-align: justify;
	color:  #7f7c7c;
	font-size:  14px;
	margin-top: 20px;
}
.testi-signature img{
	max-width: 50px;
	border-radius: 100%
}

.testi-signature{
	font-weight: 900;
	padding-top: 20px;
	vertical-align: bottom;
	display: flex;
	margin: auto;  
}

.testi-signature strong{
	padding-top: 20px; 
}

.testi-signature>div:nth-child(2){
	padding-top: 10px;
}

#footer-wrapper #footer-top .btn.btn-primary{
	background: #2c4648 !important ;
}

.group .second-sub,
.group .first-sub {
    padding-left: 20px;
}