/* ## RESPONSIVE ## */

@media (max-width:1199px) {
  .header .site-logo a {
    height: 60px;
    font-size: 11px;
  }
  .header .site-logo a img {
    height: 83px;
  }
  .header .site-logo a .name {
    font-size: 16px;
  }
  .header .site-logo a .titles {
    line-height: 16px;
  }
}

@media (max-width:991px) {
  .main-about-links {
    border-left: 0;
    border-top: 1px dotted rgba(63, 195, 216, .7);
    padding-top: 15px;
    padding-left: 0;
    margin-top: 15px;
  }
  .main-about-links > li {
    width: 33%;
    float: left;
    padding: 5px 0;
    text-align: left;
  }
  .main-bottom .col-right .btn {
    float: right;
    margin-top: 10px;
  }
  .header .sml-nav {
    margin-left: 210px;
  }
  .main-bottom .col-left {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .main-bottom .col-right {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .navbar-nav > li.hasSubmenu .submenu {
    width: 100%;
    background: rgba(0, 0, 0, .1);
    position: relative;
  }
  .contact-bg,
  .appointment-bg {
    background: none;
    padding: 20px 0;
  }
}

@media (max-width:767px) {
  .main-about-links {
    padding-left: 15px;
  }
  .main-about-links > li {
    width: 50%;
  }
  .main-about {
    text-align: center;
    padding: 10px 0;
  }
  .main-bottom .col-right .btn {
    margin-top: 25px;
  }
  .footer .footer-content {
    padding: 10px 0;
  }
  .single-error-page-inner {
    padding: 15px;
  }
  .error-page {
    padding: 10px 0;
  }
}

@media (max-width:479px) {
  .header {
    background: none;
  }
  .main-about-links > li,
  .col-xsml-12 {
    width: 100%;
  }
  .main-about .col-md-9 .col-sm-9 {
    padding-left: 0;
    padding-right: 0;
  }
  .main-bottom .col-left .content,
  .main-bottom .col-right .content {
    padding: 15px;
  }
  .footer .copyright {
    text-align: center;
    line-height: 1.4;
  }
  .footer .copyright .left,
  .footer .copyright .right {
    float: none;
  }
  .footer .copyright .right img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}

@media (min-width:768px) and (max-width: 991px) {}

@media (min-width:992px) and (max-width: 1199px) {
  .main-about {
    padding: 10px 0px 10px 0;
  }
  .main-about-links {
    padding-left: 20px;
  }
}

@media (min-width:768px) {
  .main-bottom .col-left .content {
    padding-left: 177px;
  }
  .header .site-logo {
    border-right: 1px solid rgba(255, 255, 255, .15);
  }
  .header .site-logo a {
    background: #049d9e;
  }
}

@media (min-width:992px) {
  .navbar-nav > li > a {
    font-size: 12px;
    padding: 20px 12px;
  }
  .navbar-nav,
  .header .sml-nav {
    margin-left: 240px;
  }
  .main-bottom {
    width: 100%;
    display: table;
  }
  .main-bottom .col-left,
  .main-bottom .col-right {
    display: table-cell;
    vertical-align: top;
  }
  .main-bottom .col-left {
    width: 70%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .main-bottom .col-right {
    width: 30%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .main-bottom .col-right .btn {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media (min-width:1200px) {
  .navbar-nav > li > a {
    font-size: 15px;
    padding: 25px 15px;
  }
  .navbar-nav,
  .header .sml-nav {
    margin-left: 260px;
  }
  .left-nav > .nav > li > a:hover {
    background: rgba(0, 0, 0, .15);
  }
  .header .site-logo a {
    height: 70px;
  }
  .navbar-nav > li.hasSubmenu .submenu a,
  .detail-link,
  .main-four-links .box,
  .main-four-links .box .title,
  .btn,
  .footer-link,
  .social-links > li > a,
  .left-nav > .nav > li > a,
  .gallery-item .icon {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
}


/* -------------------------------- */
