/* dark theme override
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}
*/
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #111;
    line-height: 22px;
    text-align: center;
}

.quintessential {
	font-family: 'Quintessential', cursive;
}
.bold-white {
	color:#fff;
}
.purple-bottom-border {
	border-bottom:15px solid #5f215c;
}

#main_content {
	text-align:left;
}
div.custom-dental {background: url('../img/dental.jpg');}
p.notifytriadss {font-size: 18px;}

p.pclass123 {
    text-align: center;
    font-size: 18px;
}

span.smllrtxtasteric {
    font-size: 14px;
}

strong.strongfourhundred {
    font-weight: 400 !important;
}

#main_content div:first-child {
	text-align:center;
}

iframe#hosted_content_frame {
	margin-top:20px;
}

strong { font-weight: 500; }
/* dark theme override
a, a:hover, a:focus {
	color: #019299;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
*/

a, a:hover, a:focus {
	color: #5F215C;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 22px;
    font-weight: 100;
    color: #5F215C;
    line-height: 50px;
}

h2 {
	font-size:26px;
	font-weight:400;
}

h3 {
	font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 18px;
}

img { max-width: 100%; }

.medium-paragraph {
	font-size: 18px;
	line-height: 32px;
}

.blue { color: #019299; }

::-moz-selection { background: #019299; color: #fff; text-shadow: none; }
::selection { background: #019299; color: #fff; text-shadow: none; }


/***** Loader *****/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden !important;
	z-index: 99999;
}

.loader-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: url(../img/loading.gif) center center no-repeat;
}


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
}

.section-container-gray-bg {
	background: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


.section-container-image-bg h2, 
.section-container-image-bg h3 {
	color: #5F215C;
	font-weight:400;
	font-size:26px;
}

.section-container-image-bg {
	color: #fff;
}
/*
.section-container-image-bg .divider-1 span {
	background: #fff;
}
*/
.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}

.contact-container .col-sm-6.contact-box {
	margin-top:30px;
}

.section-description p {
    margin-top: 20px;
	padding: 0 120px;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}

.btn-link-1 {
	position: relative;
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #019299;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgba(0, 0, 0, 0.1);
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }

.btn-link-4 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.7);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.custom-img-bg:hover .btn-link-4 { outline: 0; opacity: 1; background: #fff; color: #111; border-color:#111; }
.custom-img-bg .custom-btn-dark-bg {
	background-color:rgba(0,0,0,0);position:absolute;top:0;left:0;right:0;bottom:0;
}
.custom-img-bg:hover .custom-btn-dark-bg {
	background-color:rgba(0,0,0,.5);position:absolute;top:0;left:0;right:0;bottom:0;
}

/* .btn-link-blue classes, used in place of .btn-link-2 for light (white) theme/background */

.btn-link-blue {
	display: inline-block;
	/*height: 50px;*/
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	/*background: rgba(0, 0, 0, 0.3);*/
	border: 1px solid #5F215C;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #5F215C;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-blue:hover, .btn-link-blue:focus, 
.btn-link-blue:active, .btn-link-blue:active:focus { outline: 0; /*opacity: 0.6; background: rgba(0, 0, 0, 0.3);*/ color: #5F215C; }

.btn.btn-link-blue {
	padding-top:10px;
	padding-bottom:10px;
	margin-top:4px;
}

/* btn-link-3 classes, used in place of .btn-link-1 for proper Minto blue */
.btn-link-3 {
	position: relative;
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #5F215C;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-3:hover, .btn-link-3:focus, .btn-link-3:active { outline: 0; opacity: 0.8; color: #fff; }

.btn-link-3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgba(0, 0, 0, 0.1);
}


button.btn.btn-default {
	background-color:#7f4d7c;/*#5F215C;*/
}
button.btn.btn-default::before {
	height:0;
}
button.btn.btn-default:hover {
	opacity:0.8;
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
}

/***** Divider *****/

.divider-1 span {
	display: inline-block;
	width: 200px;
	height: 1px;
	background: #5F215C;
}


/***** Modal *****/

.modal-content {
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	text-align: left;
}

.modal-body {
	padding: 0 25px 15px 25px;
}

.modal-body img {
	margin-bottom: 15px;
}

.modal-header {
	padding: 25px 25px 15px 25px;
}

.modal-footer {
	padding: 15px 25px 25px 25px;
}

.modal-header, .modal-footer { border: 0; }

.modal-header .close {
	font-size: 36px;
	color: #888;
	font-weight: 300;
	text-shadow: none;
	opacity: 1;
}

.modal-footer button {
	height: 50px;
	margin: 0;
    padding: 0 20px;
	background: none;
	border: 1px solid #888;
	font-size: 16px;
    font-weight: 300;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.modal-footer button:hover { outline: 0; opacity: 0.6; background: none; border: 1px solid #888; color: #888; }

.modal-footer button:focus, .modal-footer button:active:focus, .modal-footer button.active:focus { 
	outline: 0; opacity: 0.6; background: none; border: 1px solid #888; color: #888; 
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.modal-footer button:before {
	background: none;
}


/***** Top menu *****/

.navbar {
	padding-top: 10px;
	background: #333;
	background: rgba(51, 51, 51, 0.3);
	border: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

/* .navbar-blue class, used in .navbar to override dark styles */

.navbar.nabvar-blue {
	padding-top: 10px;
	background: #333;
	background: rgba(51, 51, 51, 0.3);
	border: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.navbar.navbar-no-bg { background: none; }

ul.navbar-nav {
	font-size: 16px;
	color: #fff;
}

.navbar-inverse ul.navbar-nav li a { color: #fff; opacity: 0.8; border-bottom: 1px solid transparent; }
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; border-bottom: 1px solid #fff; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; border-bottom: 1px solid #fff; }

.navbar-inverse ul.navbar-nav li a.btn-link-2 {
	height: auto;
	margin: 4px 0 0 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #fff;
}

.navbar-default ul.navbar-nav li a { color: #5F215C; opacity: 0.8; border-bottom: 1px solid transparent; }
.navbar-default ul.navbar-nav li a:hover { color: #5F215C; opacity: 1; border-bottom: 1px solid #5F215C; }
.navbar-default ul.navbar-nav li a:focus { color: #5F215C; outline: 0; opacity: 0.8; border-bottom: 1px solid transparent; }

/* .btn-link-blue class, used in .navbar-default instead of .btn-link-2 on .navbar-inverse */

.navbar-default ul.navbar-nav li a.btn-link-blue {
	height: auto;
	margin: 4px 0 0 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #5F215C;
}

/* use bigger logo > 767px */

.navbar-brand {
/*
	width: 194px;
	background: url(../img/logo@2x.png) left center no-repeat;
*/
	text-indent: -99999px;
}


/* use smaller logo <= 767px */

@media (max-width:767px) {
	.navbar-brand {
		width: 97px;
		background: url(../img/logo.png) left center no-repeat;
	}
}


/***** Top content *****/

.inner-bg {
    padding: 75px 0 170px 0;
}

.inner-bg div {
	text-shadow:1px 1px 1px #fff;
}

/* dark theme text (white) 

.top-content .text {
	padding-top: 120px;
	color: #fff;
}

.top-content .text h1 { color: #fff; }

*/

/* light/blue theme text (blue) */

.top-content .text {
	padding-top: 0;
	color: #5F215C;
}

.top-content .text h1,
.top-content .text h2,
.top-content .text h3  { color: #5F215C; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.9; }

.top-content .top-big-link {
	margin-top: 35px;
}

.bullet-icons .col-sm-6 {
	padding-top:10px;
	padding-bottom:10px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 70px;
	color: #eee;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form .form-links {
	display: inline-block;
	width: 275px;
	text-align: right;
	vertical-align: top;
}

.form-bottom form .form-links a { color: #888; }
.form-bottom form .form-links a:hover, 
.form-bottom form .form-links a:focus { color: #888; border-bottom: 1px dotted #888; }


/***** custom *****/

.custom {
	padding-bottom: 30px;
}

.custom-container {
	padding-bottom:80px;
}

.custom-box {
	padding-top: 15px;
	padding-bottom: 15px;
}

.custom-box-gray {
	background: #f8f8f8;
}

.custom-box .custom-box-icon {
    font-size: 80px;
    color: #5F215C;
    line-height: 80px;
}

.custom-box h3 {
	margin-top: 15px;
}

.custom-veterinary {
	background-image:url('../img/veterinary-medications.jpg');
}

.custom-rx-skin-therapy {
	background-image:url('../img/rx-skin-therapy.jpg');
}

.custom-supplements {
	background-image:url('../img/supplements.jpg');
}

.custom-hormone {
	background-image:url('../img/hormone-replacement.jpg');
}

.custom-img-bg {
	min-height:380px;
	background-size: 100% auto;
}

.custom-btn {
	position:relative;
	margin-top:-100%;
	top:405px;
}

.custom-img-bg a {
	cursor:default;
}

/***** contact *****/

.contact {
	padding-bottom: 30px;
}

.contact-box {
	padding-top: 15px;
	padding-bottom: 15px;
}

.contact-box-gray {
	background: #f8f8f8;
}

.contact-box .contact-box-icon {
    font-size: 80px;
    color: #5F215C;
    line-height: 80px;
}

.contact-box h3 {
	margin-top: 15px;
}


/***** More features *****/

.more-features-container {
	padding-bottom: 60px;
}

.more-features-box {
	margin-top: 30px;
	margin-bottom: 20px;
}

.more-features-box-text {
	margin-top: 40px;
	padding-left: 30px;
	overflow: hidden;
	text-align: left;
}
.more-features-box-text:first-child { margin-top: 20px; }

.more-features-box-text-left {
	padding-left: 0;
	padding-right: 30px;
}

.more-features-box-text-icon {
	float: left;
	width: 60px;
	height: 60px;
	padding-top: 6px;
	background: #5F215C;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.more-features-box-text h3 {
	float: right;
	width: 80%;
	margin-top: 0;
	color:#111;
	font-weight:400;
}

.more-features-box-text-description {
	float: right;
	width: 80%;
}


/***** Always beautiful *****/

.always-beautiful-container {
	padding-bottom: 60px;
}

.always-beautiful-box {
	margin-top: 30px;
	margin-bottom: 20px;
}

.always-beautiful-box-text {
	margin-top: 40px;
	padding-left: 30px;
	overflow: hidden;
	text-align: left;
}
.always-beautiful-box-text:first-child { margin-top: 20px; }

.always-beautiful-box-text-left {
	padding-left: 0;
	padding-right: 30px;
}

.always-beautiful-box-text h3 {
	margin-top: 0;
}

.always-beautiful-box-text .medium-paragraph {
	margin-top: 20px;
	margin-bottom: 20px;
}


/***** Services *****/

.services {
	padding-bottom: 30px;
}

.services-box {
	padding-top: 15px;
	padding-bottom: 15px;
}

.services-box .services-box-icon {
	position: relative;
    font-size: 80px;
    line-height: 80px;
}

.services-box-icon .services-step {
	position: absolute;
	top: 0;
	left: 95px;
	width: 32px;
	height: 32px;
	background: #019299;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
	font-size: 24px;
	color: #fff;
    line-height: 32px;
}

.services-box h3 {
	margin-top: 15px;
}

.services-box p {
	opacity: 0.8;
}

.services-dark-bg {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:rgba(0,0,0,0.45);
}


/***** Compounding *****/

.compounding {
	padding-bottom: 30px;
}

.compounding-container.section-container {
	padding-bottom:10px;
}

.compounding-box {
	padding-top: 0;
	padding-bottom: 20px;
}

.compounding-box-inner {
	background: #f8f8f8;
}

.compounding-box-price {
	position: relative;
	padding: 20px 0 7px 0;
	background: #eee;
	font-size: 42px;
	color: #555;
    line-height: 54px;
}
.compounding-box-best .compounding-box-price {
	background: #5F215C;
	color: #fff;
}

.compounding-box-price span {
	font-size: 18px;
	color: #888;
    line-height: 32px;
}
.compounding-box-best .compounding-box-price span {
	color: #fff;
}

.compounding-box-icon {
	position: absolute;
	top: -32px;
	right: 20px;
	width: 63px;
	height: 63px;
	padding-top: 5px;
	background: #019299;
	border: 3px solid #fff;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.compounding-box-icon span {
	display: block;
	font-size: 40px;
    line-height: 40px;
}

.compounding-box h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 20px;
	background: #eee;
	color: #888;
}
.compounding-box.compounding-box-best h3 {
	background: #5F215C;
	color: #fff;
}

.compounding-box h4 {
	margin-top: 0;
	margin-bottom: 2px;
	padding: 10px 20px;
	background: #e8e8e8;
	font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
}
.compounding-box.compounding-box-best h4 {
	background: #02848a;
	color: #fff;
}

.compounding-box-features ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.compounding-box-features li {
	padding: 7px 20px;
	border-bottom: 1px solid #eee;
}

.compounding-box li a:hover {
	/*border-bottom: 1px solid #5F215C;*/
	margin-left:3px;
	font-weight:500;
	-o-transition: all .1s; -moz-transition: all .1s; -webkit-transition: all .1s; -ms-transition: all .1s; transition: all .1s;
	/*font-weight:400;*/
}

.compounding-box-sign-up {
	padding: 25px 0;
}

p#content_subtitle {
	color: #5F215C;
	margin-top:15px;
}

.compounding-box .menu-section-label {
	background-color:#5F215C;
	color:#fff;
	position:relative;
}
.compounding-box .menu-section-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.1);
}
.compounding-box .section-label-top {
	border-radius:4px 4px 0 0;
	-o-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	-ms-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	
}

.compounding-box-features li a {
	width:100%;
	font-size:14px;
	text-align:left;
	display:block;
}

.compounding-box-features li {
	padding:4px 5px;
	text-align:left;
}

.compounding-box .spacer {
	height:15px;
}
.compounding-box-inner .spacer {
	background-color:#fff;
	height:25px;
}

/***** Call to action *****/

.call-to-action-container .section-bottom-button {
	padding-top: 30px;
}


/***** About us *****/

.about-us-container {
	padding-bottom: 65px;
}

.about-us-box {
	padding-top: 30px;
	padding-bottom: 15px;
}

.about-us-box .about-us-photo {
	position: relative;
	width: 160px;
	margin: 0 auto;
}

.about-us-box .about-us-photo img {
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.about-us-box .about-us-photo .about-us-role {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 3px 5px;
	background: #019299;
	font-size: 14px;
	color: #fff;
	line-height: 15px;
	text-transform: uppercase;
}

.about-us-box .about-us-social {
    margin-top: 5px;
    font-size: 36px;
    line-height: 36px;
}

.about-us-box .about-us-social a { color: #ddd; }
.about-us-box .about-us-social a:hover, .about-us-box .about-us-social a:focus { color: #019299; }


/***** Testimonials *****/

.testimonials-container {
	padding-bottom: 70px;
}

.testimonial-list {
    margin-top: 30px;
    text-align: left;
}

.testimonial-list .tab-pane { overflow: hidden; }

.testimonial-list .testimonial-image {
	position: relative;
	float: left;
	width: 17%;
	margin: 10px 0 0 0;
}
.testimonial-list .testimonial-image img {
	max-width: 120px;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .testimonial-image .testimonial-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 42px;
	padding-top: 3px;
	background: #019299;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
	font-size: 32px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.testimonial-list .testimonial-image:hover .testimonial-icon { opacity: 0; }

.testimonial-list .testimonial-text {
	float: left;
	width: 83%;
}

.testimonial-list .nav-tabs {
    border: 0;
    text-align: right;
}

.testimonial-list .nav-tabs li {
	float: none;
	display: inline-block;
	margin-left: 5px;
    margin-right: 5px;
}

.testimonial-list .nav-tabs li a {
    width: 14px;
    height: 14px;
    padding: 0;
    background: #ddd;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}

.testimonial-list .nav-tabs li a:hover { border: 0; background: #019299; }
.testimonial-list .nav-tabs li.active a { background: #019299; }
.testimonial-list .nav-tabs li.active a:focus { border: 0; }



/** Dark Blue Sections **/

section.dk-blue {
	padding: 40px 0 35px 0;
	background-color:#5F215C;
}

section.dk-blue a {
	text-decoration:underline;
	color:#ddd;
}

section.dk-blue a:hover, section.dk-blue a:focus {
	color:#fff;
	text-shadow:1px 1px 1px #006;
	text-decoration:underline;
}

section.dk-blue p {
	color:#fff;
}


.dk-blue-headline,
.dk-blue-sub-headline {
	color:#fff;	
	text-shadow:1px 1px 1px #006;
}

.dk-blue-headline {
	margin-top:0;
}

.dk-blue-sub-headline {
	margin-bottom:20px;
}

@media (max-width:767px) {

	section.dk-blue {
		padding: 10px 0 5px 0;
	}

	h2.dk-blue-headline {
		font-size:18px;
		margin-bottom:4px;
	}

	h3.dk-blue-sub-headline {
		font-size:16px;
		margin-top:0;
	}

	.section-description h2 {
		font-size:18px;
	}

	.section-container .section-description {
		margin-top:40px;
	}
}




/***** Footer *****/

footer {
	padding: 40px 0 35px 0;
	background-color:#5F215C;
}

footer a {
	text-decoration:underline;
	color:#ddd;
}

footer a:hover, footer a:focus {
	color:#fff;
	text-shadow:1px 1px 1px #006;
	text-decoration:underline;
}

footer p {
	color:#fff;
}

.footer-social {
	font-size: 50px;
    line-height: 50px;
}

/* dark theme override
.footer-social a { color: #ddd; }
.footer-social a:hover, .footer-social a:focus { color: #019299; }
*/

.footer-social a { color: #ddd; }
.footer-social a:hover, .footer-social a:focus { color: #fff; text-shadow:2px 2px 2px #006; }
.footer-copyright {
	margin-top: 25px;
}


.row-dark-bg {
	background-color:rgba(0,0,0,0.5);
	/*border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;*/
}

ul.ul-link-list {
	padding-left:0;
	list-style:none;
	display:inline-block;
	padding-top:60px;
}

ul.ul-link-list li {
	display:inline-block;
	padding-left:8px;
	padding-right:8px;
}

ul.ul-link-list li a {
	text-shadow: rgb(255, 255, 255) 1px 1px 1px; visibility: visible;
}

ul.ul-link-list li a:hover {
	text-decoration:underline;
}

ul.ul-link-list li:first-child {
	padding-left:0;
}

ul.ul-link-list li:last-child {
	padding-right:0;
}

a.wht-link {
	color:#fff;
	text-shadow: rgb(51, 51, 51) 1px 1px 1px; visibility: visible;
}

nav.navbar.navbar-no-bg {
	background: #fff;
  	border-bottom: 1px solid #eee;
}

.top-content .backstretch {
	top:61px !important;
}

.navbar-default ul.navbar-nav li a.scroll-link.active-link {
	border-bottom:1px solid #5F215C;
	opacity:1;
}

.navbar .nav-link {
	font-weight:500;
}

/** 3d flipInY effect **/
@-webkit-keyframes flipInY{
    0%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:0}
    100%{-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg);opacity:1}
}
@keyframes flipInY{
    0%{-webkit-transform:perspective(1000px) rotateY(30deg);-ms-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:0}
    100%{-webkit-transform:perspective(1000px) rotateY(0deg);-ms-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg);opacity:1}
}
.flipInY{-o-transition: all .75s; -moz-transition: all .75s; -webkit-transition: all .75s; -ms-transition: all .75s; transition: all .75s;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}


@media (min-width:992px) {

	ul.ul-link-list li a {
		font-size:larger;
	}

	.navbar.navbar-default a.navbar-brand {
		margin-top:-5px;
	}

	.custom-img-bg {
		min-height:315px;
	}

	.custom-btn {
		top:340px;
	}
}

@media (max-width:991px) and (min-width:768px) {

	.navbar.navbar-default a.navbar-brand {
		background-image:url('../img/logo.png');
		margin-top:5px;
		height:29px;
		width:97px;
		margin-left:0;
	}

	.navbar.navbar-default .container {
		padding-left:0;
		padding-right:0;
	}

	.custom-img-bg {
		min-height:243px;
	}

	.custom-btn {
		top:268px;
	}
}

@media (max-width:767px) {
	
	.custom-img-bg {
		width:375px;
		height:243px;
		min-height:0;
		margin:0 auto;
	}

	.custom-btn {
		top:268px;
	}

	.top-content .text h1 {
		line-height:24px !important;
		font-size:18px !important;
		padding-top:10px !important;
		margin-top:-5px !important;

	}

	ul.ul-link-list li {
		padding-left:0;
		padding-right:0;
		font-size:smaller;
	}

	.footer-copyright p,
	footer .row:nth-child(2) .footer-copyright p {
		/*font-size:12px;*/
	}

	.footer-copyright p:nth-child(-n+3),
	footer .row:nth-child(2) .footer-copyright p:first-child {
		/*font-size:14px;*/
	}

	/*
	.row-dark-bg {
		border-radius:0;
		-moz-border-radius:0;
		-webkit-border-radius:0;
	}
	*/

	.contact-box.section-description.col-sm-6 {
		margin-top:0;
		padding-bottom:0;
		text-align:center !important;
	}

	.top-content .backstretch {
		top:50px !important;
	}
}

@media (max-width:499px) {

	.custom-img-bg {
		width:270px;
		height:175px;
	}

	.custom-btn {
		top:180px;
	}

	.custom-box a {
		font-size:14px;
	}
}

@media (min-width:1200px) {
	
	.custom-img-bg {
		min-height:380px;
	}

	.custom-btn {
		top:430px;
	}

	.top-content .inner-bg h1 {
		margin-left:32px;
	}
}


.modal-footer .btn:hover {
	color:#333;
	border-color:#333;
	opacity:1;
}
.modal-footer .btn.coupon-btn {
	color:rgba(95,33,92,.8);
	border-color:rgba(95,33,92,.8);
}
.modal-footer .btn.coupon-btn:hover {
	color:rgba(95,33,92,1);
	border-color:rgba(95,33,92,1);
	opacity:1;
}
.welcome-points {
	list-style:none;
}
.welcome-points i.fa {
	color:#5f215c;
	padding-right:10px;
}

.navbar .btn-drop-2, 
.navbar .btn-link-blue, 
.navbar .scroll-link {
	font-weight:500;
}
.navbar { 
	min-height:100px; 
}
.navbar.navbar-default a.navbar-brand {
	height:100px;
	margin-top:0;
	/*margin-left:-215px;*/
	width: 58px;
	background: url(../img/logo100.png) left center no-repeat !important;
	margin-top:-4px;
}
div#top-navbar-1.collapse.navbar-collapse {
	margin-top:50px;
}
#logo_bottom, #logo_top {
	display:none;
}
#logo_tagline_lg {
	display:none;
}
#logo_tagline_sm {
	float:right;
	padding-left:15px;
	/*padding-top:14px;*/
}
#social_header {
	position:absolute;
	right:0;
	bottom:70px;
}
#contact_header { display:none; }
@media (min-width:1444px){
	.navbar.navbar-default a.navbar-brand {
		display:none;
	}
	#logo_bottom,
	#logo_top,
	#logo_tagline_lg {
		display:block;
	}
	#logo_bottom {
		position:absolute;
		bottom:-106px;
		left:9px;
	}
	#logo_top {
		position:absolute;
		bottom:1px;
		left:10px;
	}
	#logo_tagline_lg {
		position:absolute;
		left:140px;
		bottom:10px;
		z-index: 100;
	}
	#logo_tagline_sm {
		display:none;
	}
}

#contact_header {
	display:block;
	position:absolute;
	right:0;
	top:-55px;
	line-height:26px;
}

@media (max-width:991px) {
	#contact_header {
		display:block;
		position:absolute;
		right:0;
		top:-55px;
		line-height:26px;
	}
	.social-fa-tel {display:none;}
}
@media (max-width:767px) {
	div#top-navbar-1.collapse.navbar-collapse {
		margin-top:0;
	}
	#logo_tagline_sm {
		width:100%;
		max-width:451px;
		position:absolute;
		left:70px;
		top:4px;
	}
	.navbar.navbar-default a.navbar-brand {
		margin-top:0;
	}
	#social_header {
		display:none;
	}
	.navbar.navbar-fixed-top.navbar-blue.navbar-default.navbar-no-bg {
		top:30px;
	}

}
@media (max-width:553px) {
	#logo_tagline_sm {
		width:315px;
		top:17px;
	}
	.hidden-xxs {
		display:none;
	}
}
@media (max-width:418px) {
	#logo_tagline_sm {
		width:225px;
		top:26px;
	}
		.hidden-xxxs {
		display:none;
	}
}
@media (max-width:328px) {
	#logo_tagline_sm {
		top:55px;
		left:55px;
	}
}
@media (max-width:311px) {
	#logo_tagline_sm {
		display:none;
	}
}
.social-fa-fa {
	width:40px;
	display:inline-block;
	font-size:22px;
	line-height:26px;
}
.social-fa-fa:hover {
	font-size:26px;
}
.social-fa-tel {
	display:inline-block;
	line-height:26px;
}
.social-fa-tel {
	font-size:22px;
}
.social-fa-tel:hover {
	font-size:26px;
}
.social-fa-tel .tele-number {
	font-size:18px;
}
#social_header .visible-inline-lg {
	display:none;
}
@media (min-width:1200px) {
	#contact_header {
		display:none;
	}
	#social_header .visible-inline-lg {
		display:inline-block;
	}
}
#mobile_nav_top {
	background-color: #5F215C;
	position:fixed;
	top:0;
	height:30px;
	left:0;
	right:0;
}
#mobile_nav_top a {
	color:#fff;
	font-size:14px;
	line-height:30px;
}
#mobile_nav_top .fa {
	font-size:18px;
	padding-right:6px;
}
@media (min-width:768px) {
	#mobile_nav_top {
		display:none;
	}
}
.off-white-bg {
	background-color:#f8f8f8;
}

footer a:hover,
footer .footer-social a:hover {
	text-shadow: 2px 1px 1px #330033;
}

.footer-social {
	font-size:32px;
}

.footer-social .fa {
	margin-left:4px;
	margin-right:4px;
	width:34px;
}

@media (max-width:767px) {
	.footer-social {
		font-size:26px;
	}
	.footer-social .fa {
		margin-left:4px;
		margin-right:4px;
		width:28px;
	}
}

/* tricks */

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.about-us-container {
	padding-bottom:45px;
}

.affiliation-logos img.pcca {
	width:100%;
	max-width:245px;
}

.affiliation-logos img.iacp {
	width:100%;
	max-width:93px;
}

@media (max-width:767px) {
	.affiliation-logos p:first-child {
		padding-bottom:45px;
	}	
}

.main-content {
	margin-top: 162px;
	padding-top:30px;
	padding-bottom:30px;
}
@media (min-width:1200px) {
	.main-content {
		margin-top: 112px;
	}
}
@media (max-width:767px) {
	.main-content {
		margin-top: 130px;
	}
}
@media (min-width:992px) {
	.contact-header h2 {
		text-align:left;
	}
}

/* */

@media (max-width:767px) {
	.center-xs {
		text-align:center;
	}	
}

.sub-headline {
	font-size:22px;
	font-weight:500;
	color:#111;
	padding:10px 0;
}

.floating-right-img {
	float:right;
}
.floating-right-div {
	float:right;
	display:inline-block;
}

@media (max-width:767px) {
	h2 {
		font-size:22px !important;
		line-height:1.5 !important;
	}
	.sub-headline {
		font-size:18px;
	}
}

@media (max-width:555px) {
	.floating-right-img {
		float:none;
	}
	.floating-right-div {
		float:none;
		display:block;
		text-align:right;
	}
}

.custom-container .custom-box {
	position:relative;
}
.button-p-center-xs {
	text-align:left;
}
@media (max-width:767px) {
	.medications-list ul {
		padding-left:15px;
	}
	.medications-list li {
		font-size:12px;
	}
	.button-p-center-xs {
		text-align:center;
	}
	.img-no-float-xs {
		float:none !important;
		margin-left:0 !important;
	}
}

