.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

body {
  min-width: 320px; }

@media (max-width: 1023px) {
  body * {
    box-sizing: border-box; } }

#header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999; }

@media screen and (min-width: 1024px) {
  #header .frame {
    display: none; } }

#add-nav-holder {
  position: fixed;
  left: 0;
  right: 0;
  top: 80px;
  z-index: 999; }

#add-nav-holder .holder {
  padding-bottom: 0; }

.header-holder {
  -webkit-transition: padding .3s;
  transition: padding .3s; }

@media screen and (max-width: 1023px) {
  .header-holder {
    padding: 15px;
    min-height: 56px; } }

@media (max-width: 1023px) {
  .header-holder.wide {
    padding-right: 28px; } }

@media screen and (max-width: 767px) {
  .header-holder.wide {
    padding: 7px 15px; } }

.logo {
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s; }

@media screen and (max-width: 1279px) {
  .logo {
    margin: 20px 0 0; } }

@media screen and (max-width: 1023px) {
  .logo {
    margin: 0; } }

@media (max-width: 767px) {
  .logo {
    width: 150px;
    height: 18px;
    background-size: 100% auto;
    margin: 14px 0 0; } }

@media (max-width: 1023px) {
  .corner-block {
    bottom: 8px;
    width: auto;
    right: 60px; } }

@media (max-width: 1023px) {
  #patients-login, #provider-login {
    border: 1px solid #09326b;
    border-radius: 6px; } }

.drop-opener {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 5px;
  padding: 5px;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: left .3s linear;
  transition: left .3s linear;
  display: none; }

@media screen and (max-width: 1023px) {
  .drop-opener {
    display: block; } }

.drop-active .drop-opener {
  margin-left: -47px; }

.drop-opener:before,
.drop-opener:after,
.drop-opener span {
  background: #09326b;
  position: absolute;
  top: 17px;
  left: 10px;
  right: 10px;
  height: 3px;
  -webkit-transition: all .2s;
  transition: all .2s; }

.drop-active .drop-opener span {
  display: none; }

.drop-opener:before,
.drop-opener:after {
  content: "";
  top: 25px; }

.drop-active .drop-opener:before, .drop-active
.drop-opener:after {
  top: 25px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.drop-opener:after {
  top: 33px; }

.drop-active .drop-opener:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.drop-opener:hover {
  opacity: .9; }

.dropdown {
  -webkit-transition: max-height .4s;
  transition: max-height .4s; }

@media screen and (max-width: 1023px) {
  .dropdown {
    background: -webkit-linear-gradient(top, #e2e2e2 0%, white 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%, white 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    max-height: 0;
    overflow: hidden; } }

.drop-active .dropdown {
  max-height: 800px;
  overflow: auto; }

@media screen and (max-width: 767px) {
  .drop-active .dropdown {
    height: calc(100vh - 40px); } }

@media (max-width: 1023px) {
  .intro-block .holder {
    width: 100%;
    padding: 30px 15px; }
  .cufon-active .intro-block .holder h2 {
    font-size: 2em;
    margin: 0 0 20px; } }

.intro-block {
  padding-top: 40px; }

@media screen and (min-width: 1024px) {
  .intro-block {
    padding-top: 70px; } }

@media screen and (max-width: 1023px) {
  .intro-block h2 {
    margin: 0 0 20px; } }

@media screen and (max-width: 1023px) {
  .gastricsleeve-block {
    width: 100%;
    overflow: hidden; } }

@media screen and (max-width: 1023px) {
  .support-block {
    float: none;
    text-align: center; } }

@media screen and (max-width: 1023px) {
  .support-block .btn-support {
    display: inline-block;
    float: none;
    margin-bottom: 20px; } }

@media screen and (max-width: 1279px) {
  .contact {
    width: 340px; } }

@media screen and (max-width: 1023px) {
  .contact {
    float: none;
    width: auto;
    border: none;
    text-align: center;
    padding: 15px 0;
    margin: 0;
    line-height: 2; } }

@media screen and (max-width: 1023px) {
  .contact .call {
    line-height: 1.6;
    display: block; } }

@media screen and (max-width: 1023px) {
  .contact .call > span {
    display: block; } }

@media screen and (max-width: 1023px) {
  .contact .phone {
    display: block; } }

@media screen and (max-width: 1279px) {
  .corner-block {
    width: 128px; } }

@media screen and (max-width: 767px) {
  .corner-block {
    width: 128px; } }

.jcarousel-skin-tango {
  list-style: none; }

@media (max-width: 1023px) {
  .jcarousel-skin-tango {
    padding: 0; } }

@media (max-width: 767px) {
  .jcarousel-skin-tango {
    overflow: hidden; } }

@media (max-width: 1023px) {
  .jcarousel-skin-tango li {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 1 !important;
    z-index: 99 !important;
    position: static !important;
    visibility: hidden !important;
    display: block !important; }
  .jcarousel-skin-tango li.cycle-slide-active.cycle-slide-active {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    -webkit-transform: translate3D(-50%, 0, 0);
    -ms-transform: translate3D(-50%, 0, 0);
    transform: translate3D(-50%, 0, 0);
    visibility: visible !important;
    opacity: 1;
    z-index: 99; } }

@media (max-width: 1023px) {
  .jcarousel-skin-tango .picture-before,
  .jcarousel-skin-tango .picture-after {
    height: 230px !important; }
  .jcarousel-skin-tango .picture-before img + br + .picture-info,
  .jcarousel-skin-tango .picture-after img + br + .picture-info {
    bottom: 0 !important; } }

@media (max-width: 767px) {
  .jcarousel-skin-tango .picture-before,
  .jcarousel-skin-tango .picture-after {
    width: 100% !important;
    height: 262px !important; }
  .jcarousel-skin-tango .picture-before img,
  .jcarousel-skin-tango .picture-after img {
    display: block;
    margin: 0 auto; } }

@media (max-width: 1023px) {
  .jcarousel-skin-tango .picture-info {
    width: 100% !important;
    text-align: center !important;
    height: auto !important; }
  .jcarousel-skin-tango .picture-info + .picture-info {
    display: none !important; } }

@media (max-width: 767px) {
  .jcarousel-skin-tango .picture-after {
    margin: 10px 0 0; } }

@media (max-width: 1023px) {
  .map {
    width: 100% !important; } }

@media (max-width: 479px) {
  .map {
    height: 280px !important; } }

@media (max-width: 1023px) {
  .map iframe {
    width: 100% !important;
    height: 100% !important; } }

@media (max-width: 1023px) {
  #galleria {
    width: 100% !important; } }

@media (max-width: 479px) {
  #galleria {
    height: 280px !important; } }

.form-block {
  -webkit-transition: top .3s;
  transition: top .3s; }

@media (max-width: 1023px) {
  .form-block .holder {
    width: 100%;
    padding: 20px 15px; } }

@media (max-width: 1023px) {
  .form-holder {
    width: 100%;
    max-width: 717px;
    margin: 0 auto; } }

@media screen and (max-width: 767px) {
  .form-holder .text {
    margin-bottom: 10px; } }

@media (max-width: 1023px) {
  .comment-form {
    margin: 0 auto;
    overflow: hidden; } }

@media (max-width: 767px) {
  .comment-form .box {
    float: none;
    width: 100%; } }

@media screen and (max-width: 1023px) {
  .comment-form .mini-row {
    margin: 0 0 10px; } }

@media (max-width: 767px) {
  .comment-form .mini-row {
    width: 100%;
    margin: 0; } }

@media screen and (max-width: 1023px) {
  .comment-form .text {
    width: 200px; } }

@media (max-width: 767px) {
  .comment-form .text {
    width: 100%; } }

@media screen and (max-width: 1023px) {
  .comment-form textarea {
    min-height: 66px;
    width: 270px !important; } }

@media (max-width: 767px) {
  .comment-form textarea {
    width: 100% !important;
    min-height: 120px;
    float: none;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(bottom, #d8d8d8 0, white 25%);
    background: linear-gradient(to top, #d8d8d8 0, white 25%); } }

@media screen and (max-width: 1023px) {
  .comment-form .btn-ready {
    float: none;
    display: block;
    margin: 10px auto;
    border: 1px solid #fff; } }

@media (max-width: 1023px) {
  .info-block .holder,
  .info-block .inner,
  .info-block .content {
    width: 100%; } }

@media (max-width: 1023px) {
  .info-block .content {
    padding: 30px 15px; } }

@media screen and (max-width: 767px) {
  .info-block .content iframe {
    width: 100% !important;
    height: auto !important;
    min-height: 163px; } }

@media (max-width: 1023px) {
  .special-list {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (max-width: 1023px) and (max-width: 767px) {
  .special-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto !important; } }

@media (max-width: 1023px) {
  .special-list li {
    float: none;
    margin: 0 0 20px; } }

@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .special-list li {
    padding: 0; } }

@media screen and (max-width: 1023px) {
  .special-list p {
    text-align: center; } }

@media screen and (max-width: 767px) {
  .special-list .more {
    font-size: 16px; } }

@media screen and (max-width: 1023px) {
  .special {
    height: 80px;
    width: 220px;
    margin: 0 auto; } }

@media (max-width: 1023px) {
  .slider-block {
    width: 100% !important;
    padding-bottom: 60px !important; }
  .slider-block .ctrl-prev,
  .slider-block .ctrl-next {
    top: auto;
    bottom: 10px;
    margin-top: 0; }
  .slider-block .ctrl-prev img,
  .slider-block .ctrl-next img {
    width: 50%;
    height: auto; }
  .slider-block .ctrl-prev {
    left: 30%; }
  .slider-block .ctrl-next {
    left: auto;
    right: 30%; } }

@media screen and (max-width: 1023px) {
  .stock-block {
    height: 395px; } }

@media screen and (max-width: 767px) {
  .stock-block {
    position: static;
    margin: auto;
    width: 130px; } }

@media screen and (max-width: 1023px) {
  .stock-block h3 {
    margin-bottom: 10px; } }

@media screen and (max-width: 1023px) {
  .stock-block .sticker {
    height: 130px; } }

@media screen and (max-width: 1023px) {
  .girl-img {
    display: none; } }

@media screen and (max-width: 1023px) {
  .add-indent {
    padding-right: 23%; } }

@media screen and (max-width: 767px) {
  .add-indent {
    padding: 0; } }

@media (max-width: 1023px) {
  .footer-holder {
    width: 100%;
    padding: 6px 15px; } }

@media screen and (max-width: 767px) {
  .footer-holder .add-nav {
    text-align: center; }
  .footer-holder .add-nav li {
    float: none; }
  .footer_column {
    width: 100%;
    display: inline-grid !important;
    font-size: 10pt; }
  .footer_column > li {
    line-height: 16px; } }

@media screen and (max-width: 479px) {
  .footer_column {
    width: 100%;
    display: inline-grid !important;
    font-size: 10pt; }
  .footer_column > li {
    line-height: 16px; } }

.fixed-position .logo {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.fixed-position .header-holder {
  margin: 0 auto;
  padding-bottom: 9px; }

.form-fixed#add-nav-holder {
  top: 65px !important; }

.grecaptcha-badge {
  z-index: 111; }

/*# sourceMappingURL=custom-page.css.map */
