@charset "UTF-8";
body {
  background-color: #f3f4f6;
  font-family: "Open Sans", sans-serif;
}

h1 {
  color: #444;
  background-color: transparent;
  font-size: 18px;
  font-weight: normal;
  margin: 5px 0 15px;
  padding: 0px;
}

h2 {
  color: #1d1c1c;
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
  margin: 0 0 10px 0;
}

h3 {
  color: #1d1c1c;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  margin: 0;
  padding: 0;
}

a {
  color: #0847a5;
}
a:hover {
  text-decoration: none;
  color: #4078cb;
}

#staff a {
  color: #000;
}
#staff .cabinet {
  background: url(images/separator.png) center 10px no-repeat;
  padding-top: 30px;
}
#staff .cabinet:first-child {
  background: transparent;
}
#staff .doctor .image {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

#doctor .name {
  font-size: 16px;
}
#doctor .specialty {
  font-size: 12px;
  text-align: left;
  font-style: italic;
  margin-bottom: 10px;
}
#doctor table.schedule th {
  text-align: right;
}

#gallery .thumb {
  padding: 4px;
  border: solid 1px #eee;
  margin: 5px 4px;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transtion: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#gallery .thumb:hover {
  -moz-box-shadow: 0px 0px 5px #cecece;
  -webkit-box-shadow: 0px 0px 5px #cecece;
  box-shadow: 0px 0px 5px #cecece;
}
#gallery .thumb a {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
}
#gallery .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navbar {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #fff;
  color: #545554;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px solid #000000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  background: #fefefe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 0%, #f9f9f9 17%, #ececec 45%, #dadada 48%, #dadada 59%, #e7e7e7 93%, #e3e3e3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fefefe 0%, #f9f9f9 17%, #ececec 45%, #dadada 48%, #dadada 59%, #e7e7e7 93%, #e3e3e3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fefefe 0%, #f9f9f9 17%, #ececec 45%, #dadada 48%, #dadada 59%, #e7e7e7 93%, #e3e3e3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fefefe", endColorstr="#e3e3e3",GradientType=0 );
  /* IE6-9 */
  border: solid 1px #c0c1c2;
}
.navbar .nav-item {
  border-left: solid 1px #999c9f;
  text-align: center;
  font-size: 15px;
}
.navbar .nav-item a {
  color: #444 !important;
}
.navbar .nav-item:first-child {
  border-left: 0;
  border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
}
.navbar .nav-item:hover, .navbar .nav-item.active {
  background: #dfdfdf;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dfdfdf 0%, #dadada 14%, #cdcdcd 34%, #c4c4c4 45%, #a8a8a8 52%, darkgray 62%, #bfbfbf 93%, #bebebe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dfdfdf 0%, #dadada 14%, #cdcdcd 34%, #c4c4c4 45%, #a8a8a8 52%, darkgray 62%, #bfbfbf 93%, #bebebe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dfdfdf 0%, #dadada 14%, #cdcdcd 34%, #c4c4c4 45%, #a8a8a8 52%, darkgray 62%, #bfbfbf 93%, #bebebe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dfdfdf", endColorstr="#bebebe",GradientType=0 );
  /* IE6-9 */
  text-shadow: #dedede 0px 1px 0px;
}
.navbar .logo {
  margin-top: -12px;
  margin-bottom: -6px;
  height: 48px;
}

.doctor {
  margin-bottom: 20px;
}
.doctor .name {
  font-size: 14px;
  margin: 5px 0;
}
.doctor a {
  color: #000;
}
.doctor .specialty {
  font-size: 12px;
  font-style: italic;
}
.doctor table {
  width: 100%;
}
.doctor table th {
  text-align: right;
  padding-right: 10px;
}

#cabinets {
  padding: 10px 0 10px 10px;
  margin: 30px 0 50px 0;
}
#cabinets ul {
  padding: 0 0 0 10px;
  margin: 0;
  list-style: none;
}
#cabinets li.active {
  margin-left: 15px;
}
#cabinets li {
  padding-left: 1.3em;
  line-height: 25px;
  font-size: 15px;
}
#cabinets li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
  font-weight: 900;
}

#cabinet li.active {
  margin-left: 15px;
}
#cabinet li {
  padding-left: 1.3em;
  line-height: 25px;
  font-size: 15px;
  list-style: none;
}
#cabinet li a {
  cursor: pointer;
}
#cabinet li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
  font-weight: 900;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  position: relative;
  margin-right: -5px;
  margin-left: -5px;
  overflow: hidden;
}

#sidebar {
  width: 228px;
  margin: 5px;
  position: relative;
  height: 100%;
  z-index: 999;
  background: #fff;
  color: #545554;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px solid #000000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
#sidebar .sidebar-header .logo {
  position: relative;
  width: 172px;
  height: 86px;
  margin: -9px auto 20px auto;
  display: block;
}
#sidebar h2 {
  font-size: 18px;
  color: #1d1c1c;
}
#sidebar .black {
  color: #000;
}
#sidebar #contacts {
  position: relative;
  text-align: center;
  padding: 10px 24px 10px 46px;
  height: 240px;
  line-height: 20px;
  margin: 10px auto;
  background: url(images/contact.jpg) top left no-repeat;
}
#sidebar #email {
  text-align: center;
  width: 228px;
  height: 180px;
  background: url(images/mail.png) bottom left no-repeat;
}
#sidebar a {
  color: #292929;
}
#sidebar a:hover {
  color: #717272;
  text-decoration: none;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#slogan {
  background: url(images/slogan.jpg) center 30px no-repeat;
  background-color: #fff;
  display: block;
  height: 150px;
  margin: 5px;
  margin-bottom: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px solid #000000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#slide_wrapper {
  margin-top: -95px;
  width: 100%;
}
#slide_wrapper #slider {
  margin: 0 auto;
  width: 100%;
  max-width: 591px;
}
#slide_wrapper #slider img {
  max-width: 100%;
}
#slide_wrapper .nivo-controlNav {
  width: 100%;
}
#slide_wrapper li {
  padding-left: 1.3em;
  line-height: 25px;
  font-size: 15px;
  list-style: none;
  float: left;
  width: 45%;
  text-shadow: 0px 0px 2px #FFFFFF;
}
#slide_wrapper li a {
  font-style: italic;
}
#slide_wrapper li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: -1.3em;
  /* same as padding-left set on li */
  width: 1.3em;
  /* same as padding-left set on li */
  font-weight: 900;
}

#content {
  padding: 20px;
  transition: all 0.3s;
  margin: 5px;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px solid #000000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
footer {
  padding: 6px 20px;
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px solid #000000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  margin-top: 5px;
  margin-bottom: 20px;
}
footer a {
  color: #6d6d6d;
}
footer a:hover {
  text-decoration: none;
  color: #888;
}
footer .yatanski {
  font-family: Helvetica, Arial;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
footer .studio {
  font-family: Helvetica, Arial;
  text-transform: lowercase;
  font-weight: 400;
  font-size: 12px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 991px) {
  #slogan {
    background-size: 100%;
  }

  #sidebar {
    margin-left: -233px;
  }

  #sidebar.active {
    margin-left: 5px;
  }

  #sidebarCollapse span {
    display: none;
  }

  .navbar {
    background: #fff;
    border: solid 1px #c0c1c2;
  }
  .navbar .navbar-nav {
    margin-top: 20px;
  }
  .navbar .nav-item {
    border-left: none;
    border-top: solid 1px #e9ecef;
    text-align: left;
  }
  .navbar .nav-item > a {
    color: #444 !important;
    padding: 10px 20px;
  }
  .navbar .nav-item:first-child {
    border-top: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
  }
  .navbar .nav-item:hover, .navbar .nav-item.active {
    background: #f8f9fa;
  }
  .navbar .nav-item:hover:last-child, .navbar .nav-item.active:last-child {
    border-radius: 0px 0 10px 10px;
    -moz-border-radius: 0px 0 10px 10px;
    -webkit-border-radius: 0px 0 10px 10px;
  }

  #slide_wrapper #slider {
    height: auto;
  }
  #slide_wrapper ul {
    padding: 20px;
  }
  #slide_wrapper li {
    font-size: 15px;
    display: inline-block;
    width: auto;
    margin-right: 10px;
  }
  #slide_wrapper li:before {
    font-size: 13px;
    margin-left: -1em;
    /* same as padding-left set on li */
    width: 1em;
    /* same as padding-left set on li */
  }
}
@media (max-width: 767px) {
  #slide_wrapper .nivo-caption {
    padding: 0;
  }
  #slide_wrapper ul {
    padding: 0;
  }
  #slide_wrapper li {
    font-size: 12px;
    margin: 0;
    line-height: 15px;
  }
  #slide_wrapper li:before {
    font-size: 10px;
    margin-left: -0.8em;
    /* same as padding-left set on li */
    width: 0.8em;
    /* same as padding-left set on li */
  }
}

/*# sourceMappingURL=template.css.map */
