@charset "UTF-8";body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

a img {
  border: 0;
}

form {
  padding: 0;
  margin: 0;
}

.notice {
  	text-align: center;
 	min-height: 20px;
 	background-color: #cd0000;
 	text-shadow: 1px 1px #000;
 	font-weight: 500;
 	color: #fff;
  	display: block;
  	margin: 0 auto;
  	position: relative;
  	font-size: 20px;
  	padding: 8px 2% 8px;
  	width: 96%;
  	z-index: 99;
	}

.content {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
  box-sizing: border-box;
}

.btn,
nav {
  transition: all 0.3s;
}

.btn {
  width: 100%;
  max-width: 250px;
  border-radius: 20px;
  padding: 13px;
  font-weight: 500;
  font-size: 24px;
  display: inline-block;
  border: 2px solid transparent;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

.btn-primary {
  background: #ff8320;
  color: #fff;
  border-color: #ff8320;
}

.btn-primary a {
  color: #fff;
  padding: 10px 55px;
  display: block;
}

.btn-primary:hover {
  background: 0 0;
  color: #ff8320;
}

.btn-primary:hover a {
  color: #ff8320;
}

.table {
  display: table;
  vertical-align: middle;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

nav {
  position: relative;
  top: 0;
  left: 0;
  z-index: 9000;
  background: rgb(255 255 255);
}

#homepage nav,
#homepage nav.slide,
nav,
nav.slide.fixed {
  box-shadow: 0 3px 3px rgb(0 0 0/20%);
}

#homepage nav {
  background: rgb(255 255 255/90%);
  position: absolute;
}

#homepage nav.slide,
nav.slide {
  background: #fff;
  position: fixed;
}

nav.slide {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

nav.slide.fixed {
  opacity: 1;
  max-height: 2000px;
  overflow: visible;
}

nav .content {
  max-width: 3000px;
  display: flex;
  align-items: center;
  padding: 0;
}

.inner-logo {
  padding: 10px 15px;
  display: inline-block;
  vertical-align: middle;
}

.inner-logo img {
  max-width: 100%;
}

.mobile-logo {
  display: none;
}

.topmenu {
  margin: 0 auto;
}

.topmenu ul {
  display: flex;
}

.maintext-block li,
.topmenu li {
  list-style: none;
  position: relative;
}

.topmenu li {
  padding: 0 2px 9px 0;
}

.topmenu li.parent:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 0;
  height: 0;
  margin-right: 8px;
  vertical-align: middle;
  border-top: 4px solid #2a2a2a;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.topmenu li a,
span.nav-header,
span.span-separator {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #2a2a2a;
  transition: all 0.3s;
  white-space: nowrap;
  padding: 6px 12px;
  border-radius: 3px;
}

.topmenu li.parent a {
  padding: 6px 20px 6px 12px;
}

.topmenu li.active li a {
  color: #fff;
  border-bottom: 3px solid transparent;
}

.topmenu li a:hover,
.topmenu li li a:hover,
.topmenu li li.active a,
.topmenu li.active a,
.topmenu li.active li a:hover {
  border-bottom: 3px solid #3eb4ff;
}

.topmenu li.parent li a {
  padding: 6px 12px;
  color: #fff;
}

.topmenu li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: unset;
  display: block;
  max-height: 0;
  overflow-y: hidden;
  transition: all 0.2s;
}

.topmenu li ul,
nav.fixed .topmenu li ul {
  background: #186fa7;
}

.topmenu li:hover ul {
  padding-top: 10px;
  max-height: 3000px;
  overflow-y: auto;
}

.topmenu li li {
  display: block;
  padding: 10px;
}

.top-right {
  margin: 0 10px 0 auto;
  text-align: right;
}

.top-phone,
.top-phone a {
  display: inline-block;
  vertical-align: top;
  font-size: 34px;
  font-weight: 500;
  color: #fff;
}

.top-phone {
  margin: -1px 10px 0 0;
}

.top-loc {
  font-family: "Lato", sans-serif;
  color: #cac9c9;
  font-size: 20px;
  display: block;
  margin-right: 8px;
}

.top-phones,
.tp-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-phones {
  flex-wrap: wrap;
  background: #f1f1f1;
}

.tp-wrap {
  padding: 5px;
  margin: 0 15px;
}

.tp-wrap a {
  color: #ff8320;
  font-size: 22px;
  font-weight: 600;
  margin-left: 5px;
}

.tp-wrap span {
  color: #383838;
  font-weight: 600;
  font-size: 18px;
}

nav .social-btns {
  display: inline-flex;
  margin-top: 4px;
}

nav .fb-wrap,
nav .social-btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

nav .social-btn {
  cursor: pointer;
  transition: all 0.3s;
}

nav .fb-wrap:hover .fb-ico,
nav .social-btn:hover {
  transform: scale(1.1);
}

nav .fb-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  white-space: nowrap;
}

nav .fb-wrap .fb-like,
nav .fb-wrap iframe {
  width: 32px !important;
  height: 32px !important;
  overflow: hidden;
}

nav .fb-ico {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hamburger {
  display: none;
}

.testi-button a {
  color: #fff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 5px 25px;
  margin: 20px auto;
  background: #ff8320;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.testi-button a,
nav p {
  display: inline-block;
}

.topline {
  margin-bottom: 10px;
  border-bottom: 1px solid #ff8320;
}

.top-buttons {
  margin: 15px 0;
}

.top-button {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #e62222;
  border: 2px solid #e62222;
  padding: 7px 18px;
  border-radius: 7px;
}

.top-button:hover {
  color: #e62222;
  background: 0 0;
  border: 2px solid #e62222;
}

.top-button.ra {
  background: #0f60c5;
  border: 2px solid #0f60c5;
}

.top-button.ra:hover {
  color: #0f60c5;
  background: 0 0;
  border: 2px solid #0f60c5;
}

.slider-block {
  text-align: center;
  position: relative;
}

.hpv-wrapper {
  margin-top: -350px;
}
.hpv-wrapper video {
  display: block;
}

.nivo-slider-wrapper {
  position: relative;
  z-index: 10;
}

.maintext-block-wrapper {
  position: absolute;
  top: 440px;
  left: 0;
  width: 100%;
  z-index: 11;
}

.maintext-block {
  display: inline-block;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
}

.maintext-block h2 {
  font-size: 33px;
  color: #fff;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
  margin: 0 0 10px;
}

.maintext-block ul,
.subtext-block p,
.topmenu ul,
nav p {
  padding: 0;
  margin: 0;
}

.maintext-block li {
  display: block;
  padding: 5px 0 5px 35px;
}

.maintext-block li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background: url(https://www.drrun.com/templates/theme/images/bullet.png) no-repeat center;
}

.maintext-block li a {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.blogs-list li a:hover,
.maintext-block li a:hover,
.quick-links-block li a:hover {
  text-decoration: underline;
}

.subtext-block {
  font-family: "Lato", sans-serif;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 20px 15px;
  background: rgb(62 180 255/48%);
  left: 0;
  width: 100%;
  z-index: 11;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  box-sizing: border-box;
}

.nivo-caption {
  background: 0 0;
  padding: 0;
  opacity: 1;
}

.theme-pure .nivoSlider {
  margin-bottom: 0;
}

.buttons-banner {
  padding: 15px;
  display: none;
  background: #fff;
}

.cb-banner-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 5px;
}

.cb-btn {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #678bab;
  border: 2px solid #678bab;
  padding: 7px 18px;
  border-radius: 7px;
}

.cb-btn.gd {
  color: #fff;
  background: #e67c22;
  border: 2px solid #e67c22;
}

.cb-btn:hover {
  color: #e67c22;
  background: 0 0;
  border: 2px solid #e67c22;
}

.cb-btn.cb-ra {
  color: #fff;
  background: #4c464c;
  border: 2px solid #4c464c;
}

.cb-btn.cb-ra:hover {
  color: #4c464c;
  background: 0 0;
  border: 2px solid #4c464c;
}

.cb-banner-socials-wrap {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.emblem-banner-block {
  padding: 30px 0;
}

.emblem-banner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.emblem-banner-block h3 {
  margin: 0;
  font-size: 37px;
  font-weight: 400;
  color: #1a82c5;
}

.emblem-banner-block img {
  height: auto;
  width: auto;
  max-width: 100%;
}

.lapiplasty-banner {
  background-color: #1a82c5;
  padding: 25px;
}

.lapiplasty-banner .desk {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.lapiplasty-banner .desk img,
nav {
  width: 100%;
}

.lapiplasty-banner .mob {
  display: none;
}

.testimonialsline {
  text-align: center;
  padding: 15px 0;
  background: #9ed9ff;
}

.testimonialsline h3 {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #6a6a6a;
  font-size: 29px;
  margin: 0;
  padding-top: 0;
  text-align: center;
}

.testi,
.testi-name {
  padding: 0 25px;
  position: relative;
  color: #6a6a6a;
  font-weight: 700;
}

.testi::after,
.testi::before {
  content: "";
  position: absolute;
  height: 15px;
  background-size: 100% 100%;
}

.testi::before {
  left: 0;
  top: 0;
  width: 21px;
  background: url(https://www.drrun.com/templates/theme/images/testi-before.png) no-repeat center;
}

.testi::after {
  right: 0;
  bottom: 0;
  width: 19px;
  background: url(https://www.drrun.com/templates/theme/images/testi-after.png) no-repeat center;
}

.testi-button {
  text-align: center;
  padding-top: 15px;
}

.testi-button a:hover {
  -moz-transform: scale(1.04);
  transform: scale(1.04);
}

.slider-testimonial div:nth-child(4) {
  display: none;
}

.services-block {
  padding: 50px 0;
}

.services-block .content {
  text-align: center;
  max-width: 1350px;
}

.services-block h2 {
  font-size: 48px;
  text-align: center;
  font-weight: 400;
  color: #ff8320;
  padding-bottom: 20px;
  margin: 0 auto;
  position: relative;
}

.service-block {
  display: inline-flex;
  margin: 10px;
  transition: all 0.2s;
  vertical-align: top;
}

.service-block:hover {
  background-size: 120%auto;
}

.service1 {
  background: url(https://www.drrun.com/templates/theme/images/service1.jpg) no-repeat center;
  background-size: 100%auto;
}

.service2 {
  background: url(https://www.drrun.com/templates/theme/images/service2.jpg) no-repeat center;
}

.service2,
.service3,
.service4 {
  background-size: 100%auto;
}

.service3 {
  background: url(https://www.drrun.com/templates/theme/images/service3.jpg) no-repeat center;
}

.service4 {
  background: url(https://www.drrun.com/templates/theme/images/service4.jpg) no-repeat center;
}

.service5 {
  background: url(https://www.drrun.com/templates/theme/images/service5.jpg) no-repeat center;
}

.service5,
.service6,
.service7 {
  background-size: 100%auto;
}

.service6 {
  background: url(https://www.drrun.com/templates/theme/images/service6.jpg) no-repeat center;
}

.service7 {
  background: url(https://www.drrun.com/templates/theme/images/service7.jpg) no-repeat center;
}

.service8 {
  background: url(https://www.drrun.com/templates/theme/images/service8.jpg) no-repeat center;
}

.service10,
.service8,
.service9 {
  background-size: 100%auto;
}

.service9 {
  background: url(https://www.drrun.com/templates/theme/images/service9.jpg) no-repeat center;
}

.service10 {
  background: url(https://www.drrun.com/templates/theme/images/service10.jpg) no-repeat center;
}

.service-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 240px;
  height: 213px;
}

.service-block .service-title {
  width: 100%;
  padding: 10px;
  background: rgb(62 180 255/70%);
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

#nivo_slider_162,
#nivo_slider_162 .theme-pure .nivo-controlNav {
  display: none !important;
}

.slider-testimonial {
  padding: 60px 20px 0;
  background-color: #a7ddff;
}

.slider-testimonial .nivo-slider-wrapper {
  padding: 0;
  max-width: 1300px;
  width: 100% !important;
}

.slider-testimonial .nivo-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: unset;
  background: transparent !important;
}

.slider-testimonial-text-wrap {
  padding: 10px 50px;
}

.slider-testimonial-text-wrap p {
  font-size: 1.4vw;
  font-family: "Montserrat";
  color: #186fa7;
  text-align: center;
  font-weight: 500;
  font-style: italic;
}

.slider-testimonial-text-wrap span {
  display: block;
  text-align: center;
  font-family: "Montserrat";
  font-size: 1.8vw;
  font-weight: 700;
  margin-top: 20px;
  color: #186fa7;
}

.about-block {
  padding: 30px 0;
  background-size: cover;
  background: #186fa7;
}

.about-block h2,
.doctor a,
.services-block h2 {
  font-family: "Lato", sans-serif;
}

.about-block h2 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 20px 0;
  margin: 0 auto 20px;
  position: relative;
}

.about-block h2::after,
.inner-pages .page-header h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 2px;
  background-color: #ff8320;
}

.inner-pages .page-header h2::after {
  background-color: #3eb4ff;
}

.about-wrapper {
  display: flex;
}

.about-block .about-text {
  order: 1;
  color: #fff;
}

.about-block .doctors {
  order: 2;
  white-space: nowrap;
}

.about-block .doctor {
  display: inline-block;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  width: 230px;
}

.doctor a {
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

.about-block .doctor img {
  max-width: 100%;
  box-shadow: 3px 5px 3px rgb(0 0 0/20%);
  display: block;
  margin: 0 auto 15px;
  transition: all 0.3s;
  width: 200px;
}

.about-block .doctor:hover img {
  transform: scale(1.02);
}

.locations-block {
  background: url(https://www.drrun.com/templates/theme/images/locations-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}

.locations-block .content {
  display: flex;
  justify-content: space-around;
}

.loc {
  margin: 0 10px;
  max-width: 480px;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  background: rgb(255 255 255/75%);
  text-align: center;
}

.loc h2 {
  font-weight: 400;
  color: #3eb4ff;
  font-family: "Cabin", sans-serif;
  font-size: 44px;
  margin: 0;
}

.loc .address {
  font-size: 20px;
  margin: 10px 0 30px;
  color: #242222;
}

.loc .phone {
  font-size: 26px;
  font-weight: 500;
  color: #ff8320;
  white-space: nowrap;
}

.loc .shedule {
  margin: 15px auto 0;
  font-size: 20px;
  color: #3eb4ff;
  font-weight: 500;
}

.loc .day {
  padding-right: 10px;
}

.loc .btn {
  margin: 25px auto 10px;
  padding: 0;
  border-radius: 10px;
}

.blogs-block {
  padding: 40px 0 50px;
  background: url(https://www.drrun.com/templates/theme/images/blogs-bg.jpg) no-repeat center;
  background-size: cover;
}

.blogs-block,
.blogs-block .content,
.loc .btn {
  text-align: center;
}

.blogs-block h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 400;
  display: block;
  margin: 10px 0;
}

.blogs-list ul {
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}

.blogs-list li {
  list-style: none;
  display: block;
  padding: 8px 0 8px 15px;
  position: relative;
}

.blogs-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 10px;
  color: #fff;
}

.blogs-list li a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
}

.blogs-block .btn {
  margin-top: 30px;
}

.connect-block {
  padding: 20px 0;
  background: #fff;
}

.blogs-block h2,
.connect-block .content {
  text-align: center;
}

.connect-block h3,
footer h4 {
  font-weight: 400;
  color: #ff8320;
}

.connect-block h3 {
  font-family: "Lato", sans-serif;
  font-size: 44px;
  text-align: center;
  padding: 30px;
  margin: 0;
}

.bot-social-btns {
  vertical-align: middle;
  padding: 0 15px;
  display: none;
}

.connect-block .social-btns,
.connect-block h3 {
  display: inline-block;
  vertical-align: middle;
}

.bot-social-btns div,
.connect-block .social-btn {
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s;
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
}

.connect-block .social-btn {
  font-size: 14px;
  color: #fff;
  height: 26px;
  padding: 3px 15px 3px 35px;
  border: 1px solid #3eb4ff;
}

.connect-block .fb-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 97px;
  white-space: nowrap;
  padding: 0;
  margin: 0 2px;
}

.connect-block .fb-ico {
  background: url(https://www.drrun.com/templates/theme/images/fb-ico.png) #3eb4ff no-repeat 10px center;
  position: absolute;
  left: 0;
}

.connect-block .fb-wrap:hover .fb-ico {
  background: url(https://www.drrun.com/templates/theme/images/fb-ico.png) #fff no-repeat 10px center;
  color: #3eb4ff;
}

.connect-block .twit-ico {
  background: url(https://www.drrun.com/templates/theme/images/twit-ico.png) #3eb4ff no-repeat 10px center;
}

.connect-block .twit-ico:hover a {
  color: #3eb4ff;
}

.connect-block .twit-ico:hover {
  background: url(https://www.drrun.com/templates/theme/images/twit-ico.png) #fff no-repeat 10px center;
  color: #3eb4ff;
}

.connect-block .goog-ico {
  background: url(https://www.drrun.com/templates/theme/images/goog-ico.png) #3eb4ff no-repeat 10px center;
}

.connect-block .goog-ico:hover {
  background: url(https://www.drrun.com/templates/theme/images/goog-ico.png) #fff no-repeat 10px center;
  color: #3eb4ff;
}

.bot-social-btns div {
  height: 45px;
  width: 45px;
  border: 1px solid #ff8320;
}

.bot-fb-ico {
  height: 45px;
  width: 45px;
  background: url(https://www.drrun.com/templates/theme/images/bot-fb.png) no-repeat center #ff8320;
}

.bot-fb-ico:hover,
.bot-twit-ico:hover {
  transform: scale(1.1);
}

.bot-twit-ico {
  height: 45px;
  width: 45px;
  background: url(https://www.drrun.com/templates/theme/images/bot-twit.png) no-repeat center #ff8320;
}

.affiliates-block {
  padding: 30px 0;
  background: #fff;
}

.affiliates-block .content,
footer .content {
  text-align: center;
}

.affiliates-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.affiliates-wrap img {
  margin: 5px 10px;
  max-width: 225px;
}

footer {
  background: #202222;
}

.bottom-loc-block {
  display: inline-block;
}

.logo-footer,
.quick-links-block {
  display: inline-block;
  vertical-align: middle;
  padding: 30px;
}

.logo-footer {
  max-width: 430px;
}

.bottom-loc-block,
.quick-links-block {
  text-align: left;
}

footer h4 {
  font-size: 18px;
}

.quick-links-block ul {
  padding: 0;
  margin: 0;
}

.quick-links-block li {
  display: block;
  list-style: none;
  padding: 2px 0;
}

.quick-links-block li a {
  color: #d1d1d0;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
}

.quick-links-block ul ul {
  padding: 0;
  margin: 2px 0 0 10px;
}

.bottom-loc-block {
  vertical-align: top;
  padding: 30px 0 30px 30px;
  color: #d1d1d0;
  font-size: 18px;
  line-height: 25px;
}

.white-text {
  color: #fff;
}

.offices-block {
  display: flex;
}

.office {
  padding-right: 30px;
}

.copy-left,
.copy-right {
  float: left;
  color: #6e6d6d;
  font-size: 14px;
}

.copy-right {
  float: right;
}

.copy-left a,
.copy-right a {
  color: #6e6d6d;
  text-decoration: none;
}

.copy-left a:hover,
.copy-right a:hover {
  text-decoration: underline;
}

.copy-left,
.copy-right {
  width: 100%;
  padding: 0;
  text-align: center;
}

.copy-right p,
footer h4 {
  margin-top: 0;
}

.scroll-to-top {
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 8999;
  opacity: 1;
  transition: all 0.3s;
  display: none;
  cursor: pointer;
}

.scroll-to-top.active,
.vids span {
  display: block;
}

.scroll-to-top:hover {
  opacity: 0.8;
}

#home .content.h,
div.latestItemsCategory h2 {
  display: none;
}

.about-block h2 p,
.connect-block p,
.social-btns p,
.top-phone p,
.topline p {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.social-btns a {
  color: #fff;
}

.social-btns a:hover {
  color: #3dc1fd;
}

.vid_wraps,
.video {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.vids span {
  margin: 15px auto 5px;
  font-size: 15px;
  font-weight: 700;
}

.video {
  margin: 10px;
  max-width: 560px;
}

#videos_page .video-wrap {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 20px;
	margin: 25px auto;
}
	
#videos_page .video-item-wrap {
	max-width: 560px;
	width: 100%;
	text-align: center;
  display: flex;
  flex-direction: column;
}

#videos_page .video-item-wrap video {
  max-width: 560px;
  width: 100%;
}

#videos_page .video-item-wrap span {
  margin: 15px auto;
  font-size: 15px;
  font-weight: 700;
}

#videos_page .video-content {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; 
	height: 0;
}

#videos_page .video-content iframe{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
} 

.contactUs-maps {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.contactUs-map,
.inner-pages .page-header h2 {
  margin: 10px;
  text-align: center;
  color: #ff8320;
}

.inner-pages .page-header h2 {
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-weight: 400;
  padding: 20px 0;
  margin: 0 auto 20px;
  position: relative;
}

.inner-pages {
  padding-bottom: 30px;
}

.inner-pages a,
div.k2ArchivesBlock li a,
h2.latestItemTitle a {
  color: #ff8320;
}

.inner-pages img {
  max-width: 100% !important;
  height: auto !important;
}

.inner-pages .page-header,
.one,
.two {
  margin-bottom: 20px;
}

.one,
.two {
  width: 49%;
}

.one {
  float: left;
  padding-right: 2%;
}

.two {
  float: right;
}

.offices {
  margin: 0;
  width: 100%;
  float: left;
}

.hours,
.one .address,
.week {
  float: left;
  margin-bottom: 20px;
}

.one .address {
  width: 45%;
}

.week {
  width: 105px;
}

.hours {
  width: 120px;
}

.coloredtext.semi {
  font-weight: 600;
}

.inner-pages .doctor {
  float: right;
  text-align: center;
  margin: 0 0 5px 10px;
  max-width: 250px;
  font-size: 20px;
  color: #ff8320;
  font-weight: 500;
}

.inner-pages .doctor img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

div.latestItemsCategory {
  background: 0 0;
  border: 0;
  border-radius: 4px;
  margin: 0;
  padding: 0;
}

#k2Container {
  padding-top: 30px;
}

body#homepage .content.h,
div.itemToolbar {
  display: none;
}

div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2ItemsBlock ul,
div.k2LatestCommentsBlock ul,
div.k2LoginBlock ul,
div.k2TopCommentersBlock ul,
div.k2UserBlock .k2UserBlockActions,
div.k2UserBlock .k2UserBlockRenderedMenu,
div.k2UsersBlock ul {
  padding: 10px 20px;
  margin: 0;
}

div.k2ArchivesBlock li,
div.k2AuthorsListBlock li,
div.k2CategoriesListBlock li,
div.k2ItemsBlock li,
div.k2LatestCommentsBlock li,
div.k2LoginBlock li,
div.k2TopCommentersBlock li,
div.k2UsersBlock li {
  margin: 0;
  display: block;
  padding: 8px 0 8px 15px;
}

.clearList,
div.genericItemReadMore {
  display: none !important;
}

.formTableLayout {
  margin: 0 auto;
}

.formTableLayout button#Send,
.formTableLayout button#Submit {
  background: #ff8320;
  color: #fff;
  padding: 5px 30px;
  border-radius: 5px;
  font-size: 19px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  border: 2px solid transparent;
}

.formTableLayout button#Send:hover,
.formTableLayout button#Submit:hover {
  background: #fff;
  color: #ff8320;
  border: 2px solid;
  cursor: pointer;
}

.formTableLayout tr.rsform-block > td {
  padding: 5px;
  font-weight: 600;
}

button,
input,
select,
textarea {
  outline: 0;
  padding: 4px;
}

.osmap-items li .even {
  padding: 2px 0 !important;
}

.pe ul {
  margin: 0;
}

.content.full {
  flex-wrap: wrap;
  display: flex;
}

.divContent {
  flex: 0 0 80%;
}

.divRight {
  flex: 0 0 20%;
}

.divRight .moduletable {
  margin-top: 25px;
  padding-left: 40px;
}

.divRight .moduletable ul {
  padding: 0 4px !important;
}

.divRight .moduletable li {
  padding: 5px 0 5px 3px !important;
  margin-bottom: 1px;
}

body#bfa #k2Container,
footer h4 {
  padding-top: 0;
}

.latestItemsCategory {
  float: right;
  width: 30px;
}

p.cv .top-button.ra {
    margin-top: 10px;
    color: #fff;
    display: inline-block;
	}
	
p.cv .top-button.ra:hover {
	color: #0f60c5;
	}

.video-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 25px auto;
  }
    
.video-item {
  max-width: 656px;
  width: 100%;
  text-align: center;
  }
  
.video-content {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
  }
  
.video-content iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  } 

.lapiplasty-banner .video-wrap {
  margin: 30px auto 0;
  text-align: center;
  }

.lapiplasty-banner .video-wrap h3 {
  color: #fff;
  font-size: 20px;
  margin: 0 auto 15px;
  display: block;
  font-weight: 700;
  }

@media only screen and (max-width: 1800px) {
  .maintext-block h2 {
    font-size: 30px;
  }

  .maintext-block li {
    padding: 3px 0 3px 30px;
  }

  .maintext-block li a {
    font-size: 20px;
  }

  .maintext-block li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    background: url(https://www.drrun.com/templates/theme/images/bullet.png) no-repeat center;
    background-size: cover;
  }

  .subtext-block {
    font-size: 24px;
    padding: 15px;
  }
}

@media only screen and (max-width: 1650px) {
  .maintext-block-wrapper {
    top: 400px;
  }
}

@media only screen and (max-width: 1550px) {
  .hpv-wrapper {
    margin-top: -300px;
  }

  .maintext-block-wrapper {
    top: 360px;
  }
}

@media only screen and (max-width: 1500px) {
  .topmenu li a,
  span.nav-header,
  span.span-separator {
    font-size: 16px;
    padding: 6px 8px;
  }

  .hpv-wrapper {
    margin-top: -250px;
  }

  .maintext-block-wrapper {
    top: 320px;
  }
}

@media only screen and (max-width: 1440px) {
  .hpv-wrapper {
    margin-top: -200px;
  }

  .maintext-block-wrapper {
    top: 290px;
  }

  .maintext-block h2 {
    font-size: 24px;
  }

  .maintext-block li {
    padding: 3px 0 3px 30px;
  }

  .maintext-block li a {
    font-size: 18px;
  }

  .maintext-block li:before {
    top: 5px;
  }

  .slider-testimonial-text-wrap p {
    font-size: 2vw;
  }

  .slider-testimonial-text-wrap span {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 1310px) {
  .maintext-block-wrapper {
    top: 255px;
  }

  .subtext-block {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1250px) {
  .loc .phone {
    font-size: 23px;
  }

  .maintext-block {
    top: 130px;
  }

  .maintext-block h2 {
    font-size: 19px;
  }

  .maintext-block li {
    padding: 3px 0 3px 25px;
  }

  .maintext-block li a {
    font-size: 14px;
  }

  .subtext-block {
    font-size: 16px;
    padding: 10px 15px;
  }

  .maintext-block li:before {
    top: 4px;
    width: 15px;
    height: 15px;
    background: url(https://www.drrun.com/templates/theme/images/bullet.png) no-repeat center;
    background-size: cover;
  }

  .loc h2 {
    font-size: 34px;
  }

  .loc .shedule {
    font-size: 17px;
  }

  .logo-footer {
    display: block;
    padding: 30px;
    max-width: 430px;
    margin: 0 auto;
  }

  .one .address {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  nav .content {
    padding: 0;
    text-align: center;
    display: block;
  }

  .topmenu ul {
    justify-content: center;
  }

  .top-right {
    margin: 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 5px 0;
  }

  .top-buttons {
    margin: 10px 0;
  }

  nav .social-btns {
    display: none;
    margin-top: 4px;
  }

  footer {
    padding-bottom: 55px;
  }
}

@media only screen and (max-width: 1150px) {
.topmenu li a,
	span.nav-header,
	span.span-separator {
    font-size: 15px;
	}
  
.maintext-block-wrapper {
    top: 220px;
	}

.service-inner {
    width: 200px;
    height: 173px;
	}

  .connect-block h3 {
    padding: 15px 0;
    margin: 0;
    display: block;
  }

  .connect-block .social-btns {
    padding: 0 0 20px;
  }

  .logo-footer {
    max-width: 330px;
  }
}

@media only screen and (max-width: 1080px) {
.btn {
    width: 100%;
    max-width: 180px;
    border-radius: 5px;
    padding: 10px;
    font-weight: 600;
    font-size: 15px;
	}

.hpv-wrapper {
    min-height: 563px;
	}

.btn-primary a {
    padding: 10px 50px;
	}
	
.top-phones {
    margin-bottom: 5px;
	}

.top-right {
    margin: 0 auto;
    text-align: center;
    align-items: flex-start;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0 10px;
	}
	
.top-buttons {
    margin: 10px 0 20px;
	}
	
.inner-nav.slide.fixed .top-buttons {
    margin: 10px 0 27px;
	}

.top-loc {
    margin-right: 0;
	}

.topline {
    padding-bottom: 0;
    border-bottom: none;
	}
	
.mobile-logo , .inner-nav.slide.fixed .inner-logo {
    display: none;
	}

.inner-nav.slide.fixed .mobile-logo {
    display: inline-block;
    width: 70%;
    max-width: 85px;
    padding: 10px 5px 10px 15px;
    text-align: left;
    z-index: 1;
	}

.mobile-logo img {
    max-width: 100%;
	}

.inner-logo {
    max-width: 100%;
	z-index: 99;
	}

.topmenu li.parent:after {
    display: none;
	}

  .hamburger {
    display: inline-block;
    position: relative;
    z-index: 9002;
    margin: 10px 20px 10px auto;
  }

  body .accessib-block {
    top: 30% !important;
  }

  nav.slide {
    max-height: 3000px;
    overflow: visible;
    opacity: 1;
  }

  .topmenu {
    position: fixed;
    z-index: 9001;
    top: -150%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    transition: all 0.3s;
    margin: 0;
  }

  .topmenu li.parent li a {
    color: #2a2a2a;
  }

  .topmenu.active {
    top: 0;
  }

  .topmenu ul {
    padding: 40px 15px 15px;
    text-align: left;
  }

  .topmenu li {
    display: block;
    padding: 5px;
  }

  .topmenu li a,
  span.nav-header,
  span.span-separator {
    font-size: 15px;
  }

  .topmenu li ul {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    display: block;
    background: 0 0;
    max-height: 3000px;
    text-align: left;
  }

  .topmenu li li {
    padding: 5px 10px;
  }

  nav.fixed .topmenu li ul {
    background: 0 0;
  }

  .topmenu li ul,
  .topmenu li:hover ul {
    overflow-y: visible;
    padding: 5px 0 0;
  }

  .hamburger.hamburger--slider.is-active {
    position: fixed;
    right: 0;
    top: 15px !important;
  }

  .inner-nav.slide {
    display: none;
  }

  .inner-nav.slide.fixed,
  .topmenu ul {
    display: block;
  }

  nav .content {
    display: flex;
  }

  nav .social-btns {
    display: none;
    margin-top: 4px;
  }

  .topline {
    margin-bottom: 0;
  }

  .hpv-wrapper {
    margin-top: -150px;
  }

  .maintext-block-wrapper {
    top: 190px;
  }

  .maintext-block h2 {
    font-size: 17px;
  }

  .maintext-block li {
    padding: 2px 0 2px 25px;
  }

  .maintext-block li:before {
    top: 3px;
  }

  .about-wrapper,
  .buttons-banner,
  .logo-footer {
    display: block;
  }

  .slider-testimonial-text-wrap p {
    font-size: 18px;
  }

  .slider-testimonial-text-wrap span {
    font-size: 22px;
  }

  .about-block .about-text {
    order: 2;
    color: #fff;
  }

  .about-block .doctors {
    order: 1;
    white-space: normal;
    text-align: center;
  }

  .doctor a {
    font-size: 16px;
  }

  .loc h2 {
    font-size: 26px;
  }

  .loc .address {
    font-size: 17px;
  }

  .loc .phone {
    font-size: 18px;
  }

  .loc .shedule {
    font-size: 16px;
  }

  .logo-footer {
    margin: 0 auto;
  }

  .divContent {
    flex: 0 0 70%;
  }

  .divRight {
    flex: 0 0 30%;
  }
}

@media only screen and (max-width: 1000px) {
  nav .social-btns {
    margin: 1px 0 3px;
  }

  .hpv-wrapper {
    margin-top: -100px;
    min-height: 546px;
  }

  .maintext-block li {
    padding: 2px 0 2px 21px;
  }

  .maintext-block-wrapper {
    top: 145px;
  }
}

@media only screen and (max-width: 970px) {
  .hpv-wrapper {
    margin-top: -70px;
    min-height: 478px;
  }

  .maintext-block-wrapper {
    top: 120px;
  }

  .locations-block .content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }

  .loc {
    margin: 10px;
    max-width: 360px;
  }
}

@media only screen and (max-width: 930px) {
  .pe td {
    display: block;
  }

  .pe ul {
    margin: 0;
  }
}

@media only screen and (max-width: 900px) {
  .hpv-wrapper {
    margin-top: -50px;
  }

  .maintext-block-wrapper {
    top: 100px;
  }
}

@media only screen and (max-width: 890px) {
  .topline {
    padding-bottom: 0;
  }

  .topmenu li a,
  span.nav-header,
  span.span-separator {
    padding: 4px 6px;
  }

  .topmenu li.parent a {
    padding: 4px 20px 4px 6px;
  }

  .service-inner {
    width: 160px;
    height: 133px;
  }

  .service-block .service-title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 830px) {
  .hpv-wrapper {
    margin-top: 0;
    min-height: 432px;
  }

  .maintext-block-wrapper {
    top: 70px;
  }
}

@media only screen and (max-width: 800px) {
  body .accessib-block {
    top: 50% !important;
  }

  .topline {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .topmenu {
    margin: -10px auto 0;
  }
}

@media only screen and (max-width: 768px) {
  .formCaption {
    width: 100% !important;
  }

  form#userForm textarea,
  input#Email,
  input#Your_Email {
    width: 90% !important;
  }
}

@media only screen and (max-width: 767px) {
  .hpv-wrapper {
    min-height: 394px;
  }
  body {
    font-size: 16px;
  }

  .emblem-banner-wrap {
    flex-direction: column-reverse;
    text-align: center;
  }

  .emblem-banner-block h3 {
    font-size: 24px;
  }

  .emblem-banner-block img {
    max-width: 250px;
  }

  .lapiplasty-banner .video-wrap h3 {
    font-size: 18px;
  }
  .about-block h2,
  .blogs-block h2,
  .inner-pages .page-header h2,
  .services-block h2 {
    font-size: 28px;
  }

  .blogs-list li a,
  .slider-testimonial-text-wrap p {
    font-size: 15px;
  }

  .slider-testimonial-text-wrap span {
    font-size: 17px;
    margin-top: 10px;
  }

  .about-block .doctor {
    padding: 20px;
    max-width: 350px;
  }

  .locations-block {
    background: url(https://www.drrun.com/templates/theme/images/locations-bg-mob.jpg) no-repeat center;
    background-size: cover;
  }

  .loc {
    flex: 100%;
  }

  .connect-block h3 {
    font-size: 26px;
    padding: 15px;
    margin: 0 auto;
    display: block;
  }

  footer .content {
    text-align: left;
  }

  .logo-footer {
    display: block;
    vertical-align: top;
    padding: 30px 0 15px;
    max-width: 90%;
  }

  .copy-left,
  .copy-right {
    font-size: 12px;
  }

  footer h4 {
    font-size: 14px;
  }

  .bottom-loc-block,
  .quick-links-block li a {
    font-size: 14px;
    line-height: 18px;
  }

  .scroll-to-top {
    width: 30px;
    bottom: 70px;
    right: 15px;
  }

  .one,
  .two {
    float: none;
    width: 100%;
  }

  .one {
    padding-right: 0;
  }

  .two {
    margin-bottom: 20px;
  }

  .divContent {
    flex: 0 0 70%;
  }

  .divRight {
    flex: 0 0 30%;
  }
}

@media only screen and (max-width: 740px) {
  .maintext-block-wrapper {
    top: 35px;
  }
}

@media only screen and (max-width: 730px) {
  img.np,
  img.pe,
  img.se {
    float: none !important;
    margin: 0 0 10px !important;
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 700px) {
  .hpv-wrapper,
  .lapiplasty-banner .desk {
    display: none;
  }

  .slider-block {
    background: url(https://www.drrun.com/templates/theme/images/topbg-mob.jpg) no-repeat center;
    background-size: cover;
  }

  .maintext-block-wrapper {
    padding-top: 60px;
    position: relative;
    top: 0;
  }

  .maintext-block {
    top: 0;
    margin: 0 auto;
    display: block;
    width: 239px;
  }

  .subtext-block {
    position: relative;
    bottom: 0;
    padding: 10px 15px;
    margin-top: 50px;
  }

  .lapiplasty-banner .mob {
    display: block;
  }

  .lapiplasty-banner .mob img {
    width: 100%;
  }

  #nivo_slider_161 {
    display: none !important;
  }

  #nivo_slider_162,
  #nivo_slider_162 .slider-testimonial-text-wrap {
    display: block !important;
  }

  .slider-testimonial div:nth-child(1) {
    display: none;
  }

  .slider-testimonial div:nth-child(4) {
    display: block;
  }
}

@media only screen and (max-width: 630px) {
  nav .fb-wrap {
    width: 30px;
    height: 30px;
  }

  nav .fb-wrap .fb-like,
  nav .fb-wrap iframe {
    width: 30px !important;
    height: 30px !important;
    overflow: hidden;
  }

  nav .social-btns {
    margin: 2px 0 3px;
  }

  .social-btn img {
    height: 30px;
    width: auto;
  }

  .inner-pages .doctor {
    float: none;
    text-align: center;
    margin: 0 auto 10px;
  }
}

@media only screen and (max-width: 590px) {
  .divContent,
  .divRight {
    flex: 0 0 100%;
  }

  .divRight .moduletable {
    padding-left: 5px;
  }
}

@media only screen and (max-width: 550px) {
  .tp-wrap {
    padding: 2px 5px;
  }

  .locations-block .content {
    display: block;
    flex: auto;
    text-align: center;
  }

  .loc {
    margin: 10px auto;
  }

  .loc h2 {
    font-size: 23px;
  }

  .loc .address {
    font-size: 16px;
  }

  .loc .phone {
    font-size: 18px;
  }

  .loc .shedule {
    font-size: 16px;
  }

  .logo-footer {
    margin: 0 auto;
  }

  .connect-block .social-btn {
    font-size: 12px;
    padding: 5px 6px 3px 26px;
  }

  .connect-block .fb-wrap {
    width: 72px;
  }

  .connect-block .fb-ico {
    background: url(https://www.drrun.com/templates/theme/images/fb-ico.png) #3eb4ff no-repeat 5px center;
  }

  .connect-block .fb-wrap:hover .fb-ico {
    background: url(https://www.drrun.com/templates/theme/images/fb-ico.png) no-repeat 5px center;
  }

  .connect-block .twit-ico {
    background: url(https://www.drrun.com/templates/theme/images/twit-ico.png) #3eb4ff no-repeat 5px center;
  }

  .connect-block .twit-ico:hover {
    background: url(https://www.drrun.com/templates/theme/images/twit-ico.png) no-repeat 5px center;
  }

  .connect-block .goog-ico {
    background: url(https://www.drrun.com/templates/theme/images/goog-ico.png) #3eb4ff no-repeat 5px center;
  }

  .connect-block .goog-ico:hover {
    background: url(https://www.drrun.com/templates/theme/images/goog-ico.png) no-repeat 5px center;
  }

  .logo-footer,
  .offices-block,
  tbody#rsform_3_page_0 td,
  tbody#rsform_4_page_0 td {
    display: block;
  }

  tbody#rsform_4_page_0 textarea,
  textarea#Message {
    width: 90%;
    display: block;
  }

  .rsform-input-box {
    width: 65% !important;
    display: block;
  }

  table#cal4_0 tbody td {
    display: table-cell;
  }

  .office {
    padding-right: 10px;
    margin-bottom: 25px;
  }

  .bottom-loc-block {
    padding: 30px 0 0 30px;
  }
}

@media only screen and (max-width: 480px) {
.top-buttons {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 16px 10%;
	}
	
.inner-nav.slide.fixed .top-buttons {
	padding: 0 0 0 10%;
	}

.top-button {
    font-size: 16px;
    margin: 3px;
	}

.slider-testimonial-text-wrap {
    padding: 10px 15px;
	}

.slider-testimonial-text-wrap p {
    font-size: 12px;
	}
}

@media only screen and (max-width: 436px) {
footer {
    padding-bottom: 150px;
	}

.scroll-to-top {
    bottom: 140px;
	}
}

@media only screen and (min-width: 1081px) {
  .hpv-wrapper {
    min-height: 608px;
  }
}
@media only screen and (min-width: 1124px) {
  .hpv-wrapper {
    min-height: 633px;
  }
}
@media only screen and (min-width: 1201px) {
  .hpv-wrapper {
    min-height: 676px;
  }
}
@media only screen and (min-width: 1320px) {
  .hpv-wrapper {
    min-height: 742px;
  }
}
@media only screen and (min-width: 1350px) {
  .hpv-wrapper {
    min-height: 759px;
  }
}
@media only screen and (min-width: 1360px) {
  .hpv-wrapper {
    min-height: 765px;
  }
}

.activeFeedbackField {
display: inline-block;
position: relative;
Width:0;
Overflow:hidden;
}

.activeFeedbackField input{
Position:absolute;
Left:10px;
}

.activeFeedbackDescription {
padding-top: 5px;
margin: 0;
}

ul.list-unstyled.list-inline
 {  padding: 0; }
div#rsblog-container, .rsblog-post {
    margin-top: 50px;
}

