/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext'); */
/* @import url('http://bg.allfont.net/allfont.css?fonts=avanti-bold'); */
/* @import url('http://allfont.net/allfont.css?fonts=avanti'); */
/*
* fonts
* contact
* navigation
*/
/* vars */
@font-face {
  font-family: 'CaviarDreams';
  src: url("../fonts/caviardreams-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/caviardreams-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/caviardreams-webfont.woff2") format("woff2"), url("../fonts/caviardreams-webfont.woff") format("woff"), url("../fonts/CaviarDreams.ttf") format("truetype"), url("../fonts/caviardreams-webfont.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'CaviarDreams';
  src: url("../fonts/caviardreams_bold-webfont.eot");
  src: url("../fonts/caviardreams_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/caviardreams_bold-webfont.woff2") format("woff2"), url("../fonts/caviardreams_bold-webfont.woff") format("woff"), url("../fonts/CaviarDreams_Bold.ttf") format("truetype"), url("../fonts/caviardreams_bold-webfont.svg#caviar_dreamsbold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'CaviarDreams';
  src: url("../fonts/caviardreams_bolditalic-webfont.eot");
  src: url("../fonts/caviardreams_bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/caviardreams_bolditalic-webfont.woff2") format("woff2"), url("../fonts/caviardreams_bolditalic-webfont.woff") format("woff"), url("../fonts/CaviarDreams_BoldItalic.ttf") format("truetype"), url("../fonts/caviardreams_bolditalic-webfont.svg#caviar_dreamsbold_italic") format("svg");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'CaviarDreams';
  src: url("../fonts/caviardreams_italic-webfont.eot");
  src: url("../fonts/caviardreams_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/caviardreams_italic-webfont.woff2") format("woff2"), url("../fonts/caviardreams_italic-webfont.woff") format("woff"), url("../fonts/CaviarDreams_Italic.ttf") format("truetype"), url("../fonts/caviardreams_italic-webfont.svg#caviar_dreamsitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #4b6364;
  background: #fff;
}

a {
  color: #00b9bc;
}

a:hover, a:active, a:focus {
  color: #00b9bc;
  text-decoration: none;
}

.colored-light {
  color: #00b9bc;
}

.colored-dark {
  color: #0a6c7b;
}

.v-spacer-20 {
  height: 20px;
}

.breadcrumb {
  margin-top: 25px;
  background: transparent;
  font-size: 13px;
}

.breadcrumb a {
  color: #4b6364;
}

.breadcrumb > .active {
  text-transform: uppercase;
  color: #0a6c7b;
}

/* topbar */
.topbar {
  font-family: CaviarDreams;
  background: #0a6c7b;
  color: #fff;
  font-size: 13px;
}

.topbar a {
  color: #fff;
  display: inline-block;
  padding: 8px 5px;
}

@media (min-width: 767px) {
  .topbar a {
    padding: 8px 20px;
  }
}

.topbar a svg {
  color: #00b9bc;
}

.top-info {
  float: left;
}

@media (max-width: 479px) {
  .top-info {
    text-align: center;
    float: none;
  }
}

.top-info-2 {
  float: right;
}

@media (max-width: 479px) {
  .top-info-2 {
    text-align: center;
    float: none;
  }
}

.top-info-2 a {
  border-left: 1px solid #fff;
}

.top-info-2 a:first-child {
  border: none;
}

a.vtour {
  padding-left: 40px;
  background-image: url(../images/icons.png);
  background-position: -55px -795px;
}

a.phone {
  padding-left: 30px;
  background-image: url(../images/icons.png);
  background-position: -55px -750px;
  background-repeat: no-repeat;
}

.clock {
  display: block;
  height: 18px;
  padding-left: 26px;
  background-repeat: no-repeat;
  background-image: url(../images/icons.png);
  background-position: -66px -713px;
}

/* navigation */
.navbar-toggle .icon-bar {
  background: #00b9bc;
}

.navbar-brand {
  margin-right: 8px;
  height: auto;
  /* height: 80px; */
}

@media (max-width: 1200px) {
  .logo {
    width: 200px;
    /*margin-top: 15px;*/
  }
}

.navbar {
  padding-bottom: 20px;
  border-bottom: 1px solid #00b9bc;
  margin-bottom: 0;
}

.nav {
  padding-top: 62px;
}

@media (max-width: 479px) {
  .nav {
    padding-top: 0;
  }
}

.nav li.active {
  border-top: 1px solid #00b9bc;
  border-bottom: 1px solid #00b9bc;
}

.nav > li > a {
  text-transform: uppercase;
  color: #4b6364;
  padding: 10px 15px;
  line-height: 26px;
  font-size: 13px;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .nav > li > a {
    padding: 10px 5px;
  }
}

@media (max-width: 992px) {
  .nav > li > a {
    padding: 7px 2px;
  }
}

.nav > li > a.btn-light {
  color: #FF5722;
  /*$company-color;*/
}

.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}

.btn-light {
  color: #00b9bc;
  border: 1px solid #00b9bc;
  background: transparent;
}

.header-inner {
  background: url(../images/header_inner_bg.jpg) no-repeat;
  background-size: cover;
  height: 110px;
  border-bottom: 1px solid #4b6364;
}

.work-time {
  float: right;
  padding-left: 13px;
  margin: 60px 0 0 27px;
  border-left: 1px solid #4b6364;
  font-family: 'Avanti', arial;
  font-size: 14px;
}

.work-time .table {
  margin-bottom: 0;
}

.work-time .table th {
  border: none;
  color: #00b9bc;
  text-align: center;
}

.work-time .table td {
  font-size: 11px;
  border: none;
}

.work-time .table-condensed > thead > tr > th,
.work-time .table-condensed > thead > tr > td,
.work-time .table-condensed > tbody > tr > th,
.work-time .table-condensed > tbody > tr > td,
.work-time .table-condensed > tfoot > tr > th,
.work-time .table-condensed > tfoot > tr > td {
  padding: 1px 5px;
}

.big-first::first-letter {
  font-size: 150%;
  padding-left: 30px;
  font-family: 'Book Antiqua', Calibri;
}

.big-first-span {
  font-size: 150%;
  padding-left: 30px;
  font-family: 'Book Antiqua', Calibri;
}
.big-first-left::first-letter {
    font-size: 150%;
    font-family: 'Book Antiqua', Calibri;
}
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
.main-title {
  background-image: url(../images/title-logo.png);
  background-position: center 0;
  background-repeat: no-repeat;
  padding: 42px 0 15px;
  text-align: center;
  font-family: 'Avanti Bold';
  text-transform: uppercase;
  color: #0a6c7b;
}

@media only screen and (max-width: 768px) {
  .main-title {
    font-size: 20px;
  }
}

.main-title span {
  font-family: 'Avanti';
  color: #00b9bc;
}

.main-title.inverse {
  color: #fff;
}

section {
  padding: 15px 0;
}

/* home page */
.header {
  padding: 0;
}

.header .owl-item {
  max-height: 300px;
}

.header .carousel-indicators li {
  border-color: #00b9bc;
}

@media screen and (min-width: 768px) {
  .header .carousel-indicators {
    bottom: 10px;
  }
}

.header .caption {
  position: absolute;
  /*left: 15%;*/
  right: 15%;
  top: 0px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  text-shadow: none;
  color: #4b6364;
}

@media only screen and (min-width: 1200px) {
  .header .caption {
    left: 15%;
  }
}

@media only screen and (max-width: 1200px) {
  .header .caption {
    top: 10px;
  }
}

@media only screen and (max-width: 1100px) {
  .header .caption {
    top: 0px;
  }
}

.header .caption.dermatology {
  color: #fff;
}

.header .caption.dermatology .main-title {
  color: #fff;
}

@media only screen and (max-width: 1300px) {
  .header .caption.dermatology {
    left: 3% !important;
    padding-top: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .header .caption.dermatology {
    left: 3% !important;
    padding-top: 10px;
  }
}

.header .caption h1 {
  padding-top: 10px;
  padding-bottom: 0;
  margin-top: 0;
  text-align: left;
  background: none;
}

@media only screen and (max-width: 768px) {
  .header .caption h1 {
    margin-top: 0px;
    padding-top: 0;
    font-size: 20px;
    text-align: center;
  }
}

.header .caption p {
  padding: 10px 0;
}

@media only screen and (max-width: 1200px) {
  .header .caption p {
    padding: 5px 0;
    margin-bottom: 5px;
  }
}

.btn-lg {
  font-size: 18px;
  padding: 10px 30px;
}

.presentation {
  padding-bottom: 0;
}

.box-light {
  background: #00b9bc;
  color: #fff;
  padding: 10px 5px;
}

.box-light a {
  color: #0a6c7b;
  text-decoration: underline;
}

.box-light h1, .box-light h2, .box-light h3, .box-light h4, .box-light h5, .box-light h6 {
  color: #0a6c7b;
  font-weight: bold;
}

.icon-box {
  border: 4px solid #edefef;
  text-align: center;
  position: relative;
  padding: 76px 10px 6px;
  margin-bottom: 30px;
  min-height: 235px;
}

@media only screen and (min-width: 992px) {
  .icon-box {
    min-height: 310px;
  }
}

@media only screen and (min-width: 1200px) {
  .icon-box {
    min-height: 270px;
  }
}

@media only screen and (min-width: 1600px) {
  .icon-box {
    min-height: 265px;
  }
}

.icon-box h4 {
  position: relative;
  /*font-family: 'Avanti Bold';*/
  font-weight: bold;
  color: #0a6c7b;
}

.icon-box h4:before {
  position: absolute;
  content: "";
  border-top: 2px solid #0a6c7b;
  width: 33%;
  left: 33%;
  top: -29px;
}

.icon-box .icons-sprite, .icon-box .icons-endodont, .icon-box .icons-estetic, .icon-box .icons-implant, .icon-box .icons-karies, .icon-box .icons-kid, .icon-box .icons-ortodont, .icon-box .icons-parodont {
  background-image: url("../images/icons.png");
  background-repeat: no-repeat;
}

.icon-box .icons-sprite {
  position: absolute;
  background-color: #fff;
  background-repeat: no-repeat;
  top: -17px;
  left: calc( 50% - 48px);
  width: 97px;
  height: 78px;
}

.icon-box .icons-sprite.ico-1 {
  background-position: 0 0;
}

.icon-box .icons-endodont {
  background-position: -28px -210px;
}

.icon-box .icons-estetic {
  background-position: -28px -8px;
}

.icon-box .icons-implant {
  background-position: -28px -305px;
}

.icon-box .icons-karies {
  background-position: -28px -107px;
}

.icon-box .icons-kid {
  background-position: -28px -407px;
}

.icon-box .icons-ortodont {
  background-position: -28px -611px;
}

.icon-box .icons-parodont {
  background-position: -28px -505px;
}

.box-title {
    border-top: 1px solid #00b9bc !important;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding: 40px 0 0 0;
    margin: 20px 0 30px 0;
    text-align: center;
    font-family: 'Avanti Bold';
    text-transform: uppercase;
    color: #00b9bc;
    min-height: initial !important;
}

.strip {
  background: #edefef;
}

/* end home */
/* team */
.team {
  text-align: center;
}

.team img {
  border-bottom: 5px solid #0a6c7b;
  margin-bottom: 20px;
}

.team .member {
  margin-bottom: 15px;
}

.team .member strong {
  color: #0a6c7b;
}

.team .member p {
  padding: 10px 0;
}

/* footer */
footer ul {
  list-style-type: none;
}

footer .call-data {
  font-size: 16px;
}

footer .call-data a {
  display: inline-block;
  padding: 10px 0;
}

footer .contact {
  color: #fff;
  background-image: url(../images/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
}

footer .contact strong {
  font-size: 22px;
}

footer .contact address {
  text-align: right;
}

@media only screen and (max-width: 1200px) {
  footer .contact {
    background-image: url(../images/footer_bg_mid.jpg);
    font-size: 16px;
  }
  footer .contact strong {
    font-size: 18px;
  }
  footer .contact .call-data {
    font-size: 14px;
  }
  footer .contact .call-data a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 992px) {
  footer .contact address {
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  footer .contact {
    background-image: url(../images/footer_bg_mob.jpg);
    font-size: 14px;
  }
  footer .contact address {
    text-align: left;
  }
  footer .contact strong {
    font-size: 16px;
  }
}

footer .contact a {
  color: #fff;
}

footer .contact p {
  padding: 0 0 60px;
}

.table > tbody > tr.borderless > td {
  border-top: none;
}

.footer {
  font-size: 14px;
  padding: 20px 0 20px 0;
}

.footer ul {
  padding: 0;
}

.footer ul a {
  color: #4b6364;
  font-size: 12px;
}

.footer .table > tbody > tr > td {
  border-bottom: 1px solid #00b9bc;
}

.footer h5 {
  font-family: 'Open Sans';
  font-weight: bold;
}

.rights {
  background: #4b6364;
  color: #fff;
  font-size: 13px;
}

.socials {
  margin: 0 auto 27px 0;
}

.marker {
  display: block;
  height: 70px;
  padding-left: 42px;
  background-image: url(../images/icons.png);
  background-position: -55px -929px;
}

/* inner page */
@media only screen and (min-width: 768px) {
  .bottom-content > div {
    display: table-cell;
    float: none;
  }
  .bottom-content > div:last-child {
    vertical-align: bottom;
  }
}

.img-bordered {
  border: 2px solid #00b9bc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 20px;
}

.derma-bg {
  padding: 30px 0 50px;
  background-image: url(../images/derma_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1200px) {
  .derma-bg {
    background-image: url(../images/derma_bg_mid.jpg);
  }
}

@media only screen and (max-width: 768px) {
  .derma-bg {
    background-image: url(../images/derma_bg_mob.jpg);
  }
}

.activities {
  color: #fff;
}

/* gallery */
.gallery-item {
  margin-bottom: 40px;
  text-align: center;
}

.gallery-item a {
  display: inline-block;
}

.pagination .page-item:first-child > .page-link,
.pagination .page-item:last-child > .page-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.pagination .page-link {
  border: 0;
  color: #00b9bc;
}

.pagination .page-link.active, .pagination .page-link:hover, .pagination .page-link:focus, .pagination .page-link:active {
  /*background-color: $company-color;
			color: #fff;*/
}

.brands figure {
  border: 1px solid #edebf5;
  margin: 0 5px;
}

.owl-theme .owl-dots .owl-dot:focus {
  outline: 0;
}

.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #00b9bc;
  background: transparent;
  height: 10px;
  width: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  height: 12px;
  width: 12px;
}

.owl-item figure {
  display: flex;
  height: 176px;
  align-items: center;
}
