.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: 'Roboto Regular', 'Arial', sans-serif;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
	text-align: right;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666 \9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: 'Roboto Regular', 'Arial', sans-serif;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent; /* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden; /* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

#main {
	padding-bottom: 0;
}

.home_block h3 {
	font-family: 'Malgun Gothic', 'Arial', sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 13px;
}

#home_billboard {
	background: url('../images/ajax-loader.gif') no-repeat center;
	position: relative;
}

#home_billboard .billboard_slider {
	height: 100%;
	opacity: 0;
	-webkit-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

#home_billboard .billboard_slider.loaded {
	opacity: 1;
}

#home_billboard .item.act .image div {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#home_billboard .slide_content {
	position: relative;
}

#home_billboard .slide_content .container,
#home_billboard .slide_content .text {
	height: 100%;
	position: relative;
}

#home_billboard .slide_content .container > .row {
	height: 100%;
}

#home_billboard .slide_content .container > .row > div {
	height: 100%;
}

#home_billboard .slide_content .content {
	font-family: 'Malgun Gothic', 'Arial', sans-serif;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	max-width: 50%;
	padding: 20px 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#home_billboard .slide_content .content h3,
#home_billboard .slide_content .content h4,
#home_billboard .slide_content .content h5 {
	font-weight: bold;
	line-height: 1.2em;
	font-family: 'Malgun Gothic', 'Arial', sans-serif;
	color: #fff;
}

#home_billboard .slide_content .content h3 a,
#home_billboard .slide_content .content h4 a,
#home_billboard .slide_content .content h5 a {
	text-decoration: none;
}

#home_billboard .slide_content .content a {
	color: #fff;
}

#home_billboard .slide_content .content h3 {
	font-size: 2px;
}

#home_billboard .slide_content .content h4 {
	font-size: 1.75em;
	margin-bottom: 20px;
}

#home_billboard .slide_content .content h5 {
	font-size: 1.25em;
}

#home_billboard .slide_content .content hr {
	border-color: #fff;
}

#home_billboard .slide_content .content .content_inner {
	display: block;
	padding: 0 15px;
}

#home_billboard .slide_content .content .link {
	cursor: pointer;
}

#home_billboard .slide_content .content p:last-child {
	margin-bottom: 0;
}

#home_billboard .slide_content .image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

#home_billboard .slide_content .image div {
	background: no-repeat center;
	background-size: cover;
	width: 100%;
	height: 100%;
	-webkit-transition: all linear 8s;
	transition: all linear 8s;
}

#home_billboard .bx-wrapper {
	margin: 0;
}

#home_billboard .bx-wrapper .bx-pager {
	padding-top: 0;
	font-size: 0;
	line-height: 0;
	bottom: 52px;
	z-index: 51;
}

#home_billboard .bx-wrapper .bx-pager.bx-default-pager a {
	width: 17px;
	height: 17px;
	border: solid 1px #fff;
	background: #fff;
	margin: 0 6px;
	border-radius: 17px;
}

#home_billboard .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0268a8;
}

#home_products {
	padding: 85px 0 21px;
}

.home_products ul {
	list-style: none;
	padding: 0;
}

.home_products h3 a {
	color: #040404;
}

.home_products h4 {
	margin: 0;
}

.home_products img {
	width: 100%;
	display: block;
	margin-bottom: 13px;
}

.home_products a {
	color: #3e3e33;
	text-align: center;
}

.home_products a > span {
	display: block;
	margin: 0 -1px;
}

.home_products a > span > span {
	font-size: 0.875em;
}

.home_products > ul {
	font-family: 'Malgun Gothic', 'Arial', sans-serif;
}

.home_products > ul h3 {
	font-family: 'Malgun Gothic', 'Arial', sans-serif;
	font-weight: 300;
	text-transform: none;
	margin: 0 0 41px;
}

.home_products > ul > li {
	margin-bottom: 50px;
}

.home_products > ul > li:last-child {
	margin-bottom: 0;
}

.home_products > ul > li > ul {
	text-align: center;
	margin: 0 -12px;
}

.home_products > ul > li > ul::after {
	clear: both;
	display: table;
	content: " ";
}

.home_products > ul > li > ul li {
	width: 49%;
	display: inline-block;
	margin-bottom: 24px;
	padding: 0 12px;
	vertical-align: top;
}

#home_page_intro {
	background: #ebf6ff;
	font: 300 1.25em/1.5em 'Malgun Gothic', 'Arial', sans-serif;
	color: #3a3a3a;
	padding: 59px 0 57px;
}

#home_page_intro p:last-child {
	margin-bottom: 0;
}

#home_page_intro .home_page_intro {
	padding: 0 1%;
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
}

#home_publications {
	padding: 74px 0 93px;
}

#home_publications h3 {
	margin-bottom: 37px;
}

#home_publications h5 {
	font: 700 1.125em/1.667em 'Malgun Gothic', 'Arial', sans-serif;
	margin: 0;
}

#home_publications .thumb img {
	width: 100%;
	display: block;
}

#home_publications .content {
	padding-top: 36px;
}

#home_publications .text {
	font: 300 1.125em/1.667em 'Malgun Gothic', 'Arial', sans-serif;
	margin-bottom: 19px;
}

#home_publications .text p:last-child {
	margin-bottom: 0;
}

#home_publications .has_thumbnail + div .content {
	padding-top: 36px;
}

#home_publications .bx-wrapper .bx-controls-direction a {
	width: 12px;
	background: none;
	font-size: 2.125em;
	color: #0077be;
	text-align: center;
	text-indent: 0;
}

#home_publications .bx-wrapper .bx-prev {
	left: -15px;
}

#home_publications .bx-wrapper .bx-next {
	right: -15px;
}

#patient_portal {
	background: #efefef;
	padding: 164px 0 183px;
	overflow: hidden;
	background: no-repeat center;
	background-size: cover;
}

#patient_portal h3 {
	margin-bottom: 40px;
}

#patient_portal ul {
	margin: 0;
	padding: 0;
	font-size: 1.25em;
}

#patient_portal ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#patient_portal ul li {
	margin-bottom: 6px;
	padding-right: 20%;
	padding-left: 16px;
	position: relative;
}

#patient_portal ul li::before {
	font-size: 0.667em;
	font-family: 'FontAwesome', sans-serif;
	color: #0077be;
	content: '\f0c8';
	position: absolute;
	left: 0;
}

#patient_portal ul li a {
	color: #3a3a3a;
}

#home_testimonials {
	color: #3e3e3e;
	margin-bottom: 48px;
}

#home_testimonials .home_testimonials {
	padding: 95px 0 0;
}

#home_testimonials h3 {
	margin-bottom: 31px;
}

#home_testimonials .item {
	font-style: italic;
	line-height: 1.625em;
	letter-spacing: 0.35px;
	margin-bottom: 30px;
}

#home_testimonials .body {
	border: solid 1px #e1e1e1;
	border-top: none;
	padding: 21px 17px 19px 17px;
	border-radius: 0 0 10px 10px;
}

#home_testimonials .thumb {
	background: no-repeat center;
	background-size: cover;
}

#home_testimonials .thumb.no_photo {
	background-size: contain;
}

#home_testimonials .thumb img {
	width: 100%;
	display: block;
}

#home_testimonials .content {
	margin-bottom: 13px;
	min-height: 6.5em;
}

#home_testimonials .content p:last-child {
	margin-bottom: 0;
}

#home_testimonials .author {
	color: #093a63;
}

#home_page_customers {
	position: relative;
	margin-bottom: 55px;
}

#home_page_customers .home_page_customers_wrapper {
	border-top: solid 2px rgba(235, 235, 235, 0.8);
	padding-top: 66px;
}

#home_page_customers .item {
	text-align: center;
}

#home_page_customers .item img {
	max-width: 100%;
}

#home_page_customers .owl-controls {
	width: 100%;
	position: absolute;
	top: 50%;
}

#home_page_customers .owl-controls .owl-nav {
	font-size: 2.125em;
	color: #0077be;
}

#home_page_customers .owl-controls .owl-nav div {
	width: 32px;
	text-align: center;
	position: absolute;
	top: -16px;
}

#home_page_customers .owl-controls .owl-nav div.owl-prev {
	left: 15px;
}

#home_page_customers .owl-controls .owl-nav div.owl-next {
	right: 15px;
}

.animateBanner {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

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

#home_billboard .slide_content .content h3 {
	font-size: 3em;
}

#home_billboard .slide_content .content h4 {
	font-size: 2.25em;
}

#home_billboard .slide_content .content h5 {
	font-size: 1.75em;
}

.home_products > ul > li > ul li {
	width: 24%;
}

#home_publications .thumb {
	margin-left: -30px;
}

#home_publications .content {
	padding-right: 30px;
}

#home_publications .pull_right {
	float: right;
}

#home_publications .bx-wrapper .bx-prev {
	left: -15px;
}

#home_publications .bx-wrapper .bx-next {
	right: -15px;
}

#patient_portal ul {
	width: 91.053%;
	margin-left: 19.73685%;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}

#patient_portal ul li {
	margin-bottom: 12px;
}

#home_page_customers .owl-controls .owl-nav div {
	width: 22px;
}

#home_page_customers .owl-controls .owl-nav div.owl-prev {
	left: -15px;
}

#home_page_customers .owl-controls .owl-nav div.owl-next {
	right: -15px;
}

}

@media screen and (min-width: 828px) {

#home_publications .bx-wrapper .bx-prev {
	left: -44px;
}

#home_publications .bx-wrapper .bx-next {
	right: -44px;
}

#home_page_customers .owl-controls .owl-nav div.owl-prev {
	left: -44px;
}

#home_page_customers .owl-controls .owl-nav div.owl-next {
	right: -44px;
}

}

@media screen and (min-width: 992px) {

.home_products > ul > li > ul li {
	width: 14.2857%;
	float: left;
}

.home_products > ul > li > ul li:nth-of-type(7n+1) {
	clear: left;
}

#home_publications .bx-wrapper .bx-prev {
	left: -16px;
}

#home_publications .bx-wrapper .bx-next {
	right: -16px;
}

#home_page_customers .owl-controls .owl-nav div {
	width: 32px;
}

#home_page_customers .owl-controls .owl-nav div.owl-prev {
	left: -16px;
}

#home_page_customers .owl-controls .owl-nav div.owl-next {
	right: -16px;
}

}

@media screen and (min-width: 1060px) {

#home_publications .bx-wrapper .bx-prev {
	left: -44px;
}

#home_publications .bx-wrapper .bx-next {
	right: -44px;
}

#home_page_customers .owl-controls .owl-nav div.owl-prev {
	left: -44px;
}

#home_page_customers .owl-controls .owl-nav div.owl-next {
	right: -44px;
}

}

@media screen and (min-width: 1200px) {

#home_publications .bx-wrapper .bx-prev {
	left: -18px;
}

#home_publications .bx-wrapper .bx-next {
	right: -18px;
}

#home_page_customers .owl-controls .owl-nav div.owl-prev {
	left: -18px;
}

#home_page_customers .owl-controls .owl-nav div.owl-next {
	right: -18px;
}

}

@media screen and (min-width: 1280px) {

#home_publications .bx-wrapper .bx-prev {
	left: -44px;
}

#home_publications .bx-wrapper .bx-next {
	right: -44px;
}

#home_page_customers .owl-controls .owl-nav div.owl-prev {
	left: -44px;
}

#home_page_customers .owl-controls .owl-nav div.owl-next {
	right: -44px;
}

}

@-webkit-keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes fadeOut {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes animateBanner {

0% {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

100% {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

}

@keyframes animateBanner {

0% {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

100% {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

}

