html {
    position: relative;
    height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #61747c;
  min-height: 100%;
  position: relative;
  background-color: #f0f0f0;
  padding-bottom: 33px;
}

.flex-container {display: flex;align-items: stretch;}
.flex-container>div {margin: 10px;text-align: center;}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #333333; }

.clients {background-color: #ffffff;}

.text-blue {
  color: #2196f3; }

.text-body {
  color: #61747c; }

a {
  color: #2196f3; }
  a:hover, a:active, a:focus {
    color: #186fb4;
    text-decoration: none; }

.btn-blue {
  background-color: #64b5f6;
  color: #fff;
  border: none;
  border-bottom: 3px solid #2196f3;
  padding: 8px 14px;
  min-width: 160px;
  font-size: 16px;
  height: 42px;
  display: inline-block;
  text-align: center; }

.btn-blue:hover {
  color: #fff;
  font-weight: 600;
}  
.header {
  background-color: #2196f3;
  padding: 25px 0; 
  min-width: 100% !important;
}

@media (max-width: 750px) {
.header {
  margin-top: -20px !important;
}
  .header .btn {
    background-color: #fff;
    padding: 8px 14px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); }
  .header h1, .header h3 {
    color: #fff;
    font-size: 72px;
    font-weight: 300;
    margin: 0; }
  .header h1 {
    margin-top: 100px; margin-bottom: 10px;}
  .header h3 {
    font-size: 28px;
    margin-bottom: 15px; }

.header-home {padding-top: 0;}
.header-home h1 {margin-top: 75px;}

.branded-header {
  background-color: #242e37;
  padding: 25px 0; }
  .branded-header .logo-cell, .branded-header .name, .branded-header .details {
    display: table-cell;
    vertical-align: middle; }
  .branded-header .logo-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100px;
    width: 100px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    overflow: hidden;
  }
    .branded-header .logo-container:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) inset;
      top: 0;
      left: 0;
      border-radius: 50%; }
  .branded-header .logo-sizer {
    width: 100px;
    height: 100px; }
  .branded-header .name {
    padding: 0 20px;
    vertical-align: middle;
    width: 100000px; }
    .branded-header .name h1 {
      color: #fff;
      margin: 0; }
  .branded-header .details {
    text-align: right;
    color: #fff; }
    .branded-header .details .social {
      width: 300px;
      margin-bottom: 10px; }
      .branded-header .details .social a + a {
        margin-left: 5px; }
    .branded-header .details p {
      margin: 0; }
      .branded-header .details p i {
        margin-right: 5px; }
  .branded-header .mobile-details {
    display: none; }
    .branded-header .mobile-details table {
      width: 50%;
      margin: auto; }
      .branded-header .mobile-details table td a {
        display: block;
        height: 60px;
        font-size: 28px; }
        .branded-header .mobile-details table td a i {
          line-height: 60px;
          color: #fff; }

.sliver {
  height: 200px;
  background: url(/../images/sliver1.jpg) no-repeat center center/cover; }

.rating {text-align: center; padding: 40px 0;}
.rating .material-icons {font-size: 60px; cursor: pointer;}
.order-table td {border: none!important; border-bottom: 1px solid #ddd!important;}

.search {
  padding: 40px 0;
  background-color: #fff;
  position: relative;
  z-index: 999; }
  .search input {
    border: none;
    border-bottom: 2px solid #2196f3;
    outline: none;
    color: #2196f3;
    vertical-align: bottom;
    height: 42px;
    width: calc(100% - 170px);
    font-size: 20px; }
    .search input::-webkit-input-placeholder {
      color: #2196f3; }
    .search input:-moz-placeholder {
      color: #2196f3; }
    .search input::-moz-placeholder {
      color: #2196f3; }
    .search input:-ms-input-placeholder {
      color: #2196f3; }
  .search:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); }

.banner-info {
  height: 620px; }
  .banner-info .banner-slide {
    background: #fff url(/../images/banner-background.jpg) no-repeat left center;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center; }
    .banner-info .banner-slide .condition h6, .banner-info .banner-slide .condition-box h6 {
      color: #2196f3;
      font-weight: 300;
      margin: 0;
      font-size: 14px; }
    .banner-info .banner-slide .condition h1, .banner-info .banner-slide .condition-box h1 {
      margin-top: 0;
      font-size: 48px;
      font-weight: 300;
      margin-bottom: 40px; }
    .banner-info .banner-slide .condition p, .banner-info .banner-slide .condition-box p {
      font-size: 18px;
      margin-bottom: 40px; }
    .banner-info .banner-slide .condition-box {
      background-color: #2196f3;
      color: #fff;
      padding: 20px; }
      .banner-info .banner-slide .condition-box h6 {
        color: #fff; }
      .banner-info .banner-slide .condition-box h1 {
        font-size: 36px;
        margin-bottom: 10px; }
      .banner-info .banner-slide .condition-box p {
        font-size: 14px;
        margin-bottom: 10px; }
      .banner-info .banner-slide .condition-box .btn-blue {
        color: #2196f3;
        background-color: #fff;
        padding: 8px 14px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        border-bottom: 0;
        height: auto;
        font-size: 14px;
        margin-bottom: 10px; }
    .banner-info .banner-slide .top-articles {
      margin-top: 40px; }
      .banner-info .banner-slide .top-articles h4 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 15px; }
      .banner-info .banner-slide .top-articles ul li {
        float: left;
        width: 50%;
        margin-bottom: 10px;
        font-size: 16px; }
        .banner-info .banner-slide .top-articles ul li a {
          color: #61747c; }
        .banner-info .banner-slide .top-articles ul li img {
          margin-right: 10px; }
  .banner-info .banner-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, white 50%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, white 50%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, white 50%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 */ }

#light-slider .lslide, #light-slider .clone {
  text-align: center; }

.articles {
  background-color: #f0f0f0;
  padding: 60px 0; }
  .articles h2 {
    font-weight: 300;
    margin: 0 0 20px 0; }
  .articles .article-block {
    margin-bottom: 40px; }
    .articles .article-block img {
      margin-bottom: 10px; }
    .articles .article-block h4 {
      color: #61747c;
      font-weight: 300;
      margin: 0 0 5px;
      font-size: 18px; }
    .articles .article-block p {
      color: #61747c;
      font-size: 13px;
      line-height: 16px; }
  .articles .sheet {
    padding-bottom: 0; }

.ask, .comment {
  background-color: #f0f0f0;
}
.ask h1, .comment h1 {
  margin: 50px 0;
}
.ask label, .comment label {
  display: block;
}
.ask input, .comment input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 40px;
}
.ask input:focus, .comment input:focus {
  border-bottom: 2px solid #2196f3;
}
.ask textarea, .comment textarea {
  width: 100%;
  resize: none;
  border: none;
  margin-bottom: 40px;
  border-bottom: 2px solid #e0e0e0;
}
.ask textarea:focus, .comment textarea:focus {
  border-bottom: 2px solid #2196f3;
}
.ask .sheet, .comment .sheet {
  margin-bottom: 30px;
}

.comment .large-icon {
  width: 100%;
  text-align: center;
  font-size: 100px;
  margin: 40px auto;
}

.comment img {
  width: 128px;
  margin: 40px auto;
}
.comment h1 {
  margin: 0 auto;
}
.comment h3 {
  margin-bottom: 40px;
}
.comment textarea {
  margin-bottom: 20px;
}

.comment .form-control {margin-bottom: 20px; border: none; border-bottom: 2px solid #e0e0e0; border-radius: 0; box-shadow: none; padding-left: 0;}
.comment .form-control:focus {border-color: #2196f3;}

.article {
  background-color: #f0f0f0;
  padding: 60px 0; }
  .article .opening {
    padding-bottom: 40px; }
  .article .cover {
    position: relative;
    margin: -20px -30px 20px; }
    .article .cover img {
      width: 100%;
      position: relative; }
    .article .cover .gradient {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.6) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.6) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.6) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
      /* IE6-9 */ }
    .article .cover h1 {
      color: #fff;
      font-weight: 300;
      position: absolute;
      bottom: 10px;
      left: 30px; }
  .article .menu {
    display: inline-block;
    float: right;
    position: relative;
    margin-top: -80px;
    padding: 10px 40px 60px 10px;
    margin-left: 20px;
    margin-bottom: 20px; }
    .article .menu a, .article .menu h5 {
      font-size: 12px; }
    .article .menu a {
      color: #61747c;
      line-height: 24px; }
    .article .menu i {
      margin-right: 5px; }
    .article .menu h5 {
      font-weight: 400;
      margin: 0 0 10px; }
  .article .mobile-headers {
    font-size: 18px;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    line-height: 28px; }
    .article .mobile-headers i {
      margin-left: 5px;
      color: #2196f3;
      float: right; }
  .article .content {
    margin-top: 60px; }
    .article .content h1, .article .content h2, .article .content h3, .article .content h4 {
      font-weight: 300;
      color: #333333; }
    .article .content h1 {
      margin-bottom: 30px; }
    .article .content h4 {
      margin-top: 30px; }
    .article .content .image-container {
      border-radius: 5px;
      border: 1px solid #e0e0e0;
      padding: 10px;
      display: inline-block;
      font-size: 12px;
      margin-bottom: 20px; }
      .article .content .image-container img {
        margin-bottom: 10px;
        max-width: 300px; }
      .article .content .image-container.right {
        float: right;
        margin-left: 20px; }
      .article .content .image-container.left {
        float: left;
        margin-right: 20px; }
    .article .content:after {
      content: "";
      display: table;
      clear: both; }
  .article .content.first {
    margin-top: 0; }
  .article .references h4 i {
    margin-left: 5px;
    color: #2196f3; }
  .article .ocumail-btn {
    background-color: #7dbb00;
    color: #fff;
    display: inline-block;
    padding: 8px 14px; }
  .article .media .media-body {
    padding-left: 20px; }
  .article .media h4 {
    margin-top: 0; }

.article.branded .sheet {
  border-top: 5px solid #7dbb00; }
.article.branded .sidenav h5, .article.branded .sidenav .menu-span {
  color: #7dbb00; }
.article.branded .personal h4, .article.branded .personal h6 {
  margin: 0 20px; }
.article.branded .personal h4 {
  font-size: 16px;
  margin-top: 12px; }
.article.branded .personal h6 {
  font-size: 12px;
  margin-bottom: 12px; }
.article.branded .mobile-headers i {
  color: #7dbb00; }
.article.branded .references h4 i {
  color: #7dbb00; }

.sheet {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top: 5px #2196f3 solid;
  border-radius: 5px;
  padding: 20px 30px; }

.sidenav {
  margin-bottom: 30px;
  padding: 0; }
  .sidenav h5 {
    margin: 0;
    font-size: 14px;
    margin: 12px 20px;
    font-weight: 400; }
  .sidenav .menu-span {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 23px;
    font-size: 18px; }
  .sidenav ul {
    border-top: 1px solid #e0e0e0;
    margin: 0; }
    .sidenav ul li {
      border-bottom: 1px solid #e0e0e0;
      padding: 8px 20px;
      font-size: 13px; }
      .sidenav ul li a {
        color: #61747c; }
      .sidenav ul li i {
        margin-right: 10px; }
      .sidenav ul li:last-child {
        border: none; }
      .sidenav ul li ul {
        list-style: none;
        padding-left: 0;
        border: none; }
        .sidenav ul li ul li {
          border: none; }
  .sidenav .accordion > .personal {
    display: none; }

.practioner {
  text-align: center; }
  .practioner img {
    margin-bottom: 20px; }
  .practioner hr {
    margin: 0 -30px;
    margin-bottom: 30px; }
  .practioner h5 {
    margin-bottom: 0; }
  .practioner p {
    margin-bottom: 30px; }
  .practioner .practioner-btn {
    background-color: #7dbb00;
    color: #fff;
    padding: 10px;
    display: block;
    margin-bottom: 10px; }

.clients {
  padding: 80px 0; }
  .clients h2 {
    font-weight: 300;
    margin: 0 0 40px; }

/*.footer {background-color: #242e37; color: #fff; padding: 40px 0; font-size: 16px; position: absolute; bottom: 0; width: 100%;}
  .footer p {
    line-height: 50px; }*/
.footer {background: #fff; font-size: 12px; padding:10px; height: 33px; position: absolute; bottom: 0; width: 100%;}
.footer p {line-height: 1; margin: 0; color: #999; text-align: center!important}
.footer img {display: none;}

    .directory {
  padding: 50px 0; }
  .directory .spectrum-header {
    margin-bottom: 20px;
    background-color: #fff;
    padding: 20px 30px;
    border: 1px solid #ddd;
    border-radius: 5px; }
  .directory .spectrum-logo {
    max-width: 300px; }
  .directory .filter {
    float: right;
    margin-top: 5px; }
  .directory .filter-group {
    text-align: right;
    display: inline-block;
    margin-left: 20px; }
    .directory .filter-group select {
      padding: 6px 12px;
      border: 1px solid #ddd;
      border-radius: 5px;
      background: #fff url(/../images/downarrow.jpg) no-repeat 95% 50%;
      min-width: 200px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .directory .filter-group select::ms-expand {
        display: none; }
  .directory .instructions {
    margin-bottom: 15px; }
  .directory .listing {
    padding-bottom: 0;
    margin-bottom: 30px; }
    .directory .listing h3 {
      font-size: 16px;
      font-weight: 500;
      margin: 0;
      height: 35px;
      overflow: hidden; }
    .directory .listing .details {
      margin: 20px -30px 0;
      padding: 10px 30px;
      border-top: 1px solid #ddd;
      background: #f9f9f9;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
      .directory .listing .details p {
        margin-bottom: 0;
        font-size: 13px; }
      .directory .listing .details:after {
        clear: both;
        display: table;
        content: ''; }
      .directory .listing .details .pull-right {
        cursor: pointer; }

        .ask, .comment {
          background-color: #f0f0f0; }
          .ask h1, .comment h1 {
            margin: 50px 0; }
          .ask label, .comment label {
            display: block; }
          .ask input, .comment input {
            width: 100%;
            border: none;
            border-bottom: 2px solid #e0e0e0;
            margin-bottom: 40px; }
            .ask input:focus, .comment input:focus {
              border-bottom: 2px solid #2196f3; }
          .ask textarea, .comment textarea {
            width: 100%;
            resize: none;
            border: none;
            margin-bottom: 40px;
            border-bottom: 2px solid #e0e0e0; }
            .ask textarea:focus, .comment textarea:focus {
              border-bottom: 2px solid #2196f3; }
          .ask .sheet, .comment .sheet {
            margin-bottom: 30px; }

        .comment img {
          width: 128px;
          margin: 40px auto; }
        .comment h1 {
          margin: 0 auto; }
        .comment h3 {
          margin-bottom: 40px; }
        .comment textarea {
          margin-bottom: 20px; }

@media (max-width: 559px) {
  .article .media img {
    width: 85px !important; }

  .header img {
    height: 30px; }
  .header h1 {
    font-size: 28px !important; }
  .header h3 {
    font-size: 18px !important; }
  .header a {
    padding: 6px 6px; }

  .branded-header .mobile-details table {
    width: 100%; }

  .search input {
    width: 100%;
    margin-bottom: 10px; }

  .articles .article-block img {
    width: 100px !important; }

  .articles .article-block h4 {
    font-size: 20px !important; }

  .articles h2 {
    font-size: 24px; }

  .clients h2 {
    font-size: 24px; } }
@media (max-width: 767px) {
  .book .map {display: none!important;}
  #contact {display: none;}
  .branded-header {
    text-align: center;
    padding-bottom: 0;
    /* position: absolute; */
    /* height: 256px; */
    z-index: 1;
    /* background-color: transparent;  */
  }
    .branded-header .container {
      padding: 0; }
      .branded-header .container .row {
        margin: 0; }
        .branded-header .container .row [class*="col-"] {
          padding: 0; }
    .branded-header h1 {
      font-size: 28px;
      padding: 20px 0; }
    .branded-header .logo-cell {
      display: table-header-group; }
      .branded-header .logo-cell .logo-sizer {
        margin: auto; }
    .branded-header .mobile-details {
      display: table-footer-group;
      background-color: #7dbb00; }
    .branded-header .details {
      display: none; }

  .sliver {
    height: 256px;
    position: relative; }
    .sliver:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: block;
      background-color: rgba(0, 0, 0, 0.5); }

  .header h1 {
    font-size: 36px;
    margin-top: 50px; }
  .header h3 {
    font-size: 24px; }

  .banner-info {
    background-color: #f0f0f0;
    height: auto;
    padding-top: 20px; }
    .banner-info .banner-slide {
      background: transparent !important;
      display: block; }
      .banner-info .banner-slide:before {
        display: none; }
      .banner-info .banner-slide .condition {
        display: none; }
      .banner-info .banner-slide .top-articles {
        margin: 0;
        overflow: hidden; }
        .banner-info .banner-slide .top-articles h4 {
          padding: 15px 0;
          margin: 0;
          font-weight: 400; }
        .banner-info .banner-slide .top-articles ul li {
          float: none;
          width: 100%;
          font-size: 13px;
          border-bottom: 1px solid #e0e0e0;
          padding: 10px 0px; }

  .articles {
    padding-top: 0; }
    .articles .article-block {
      border-bottom: 1px solid #e0e0e0;
      margin-bottom: 20px;
      padding-bottom: 20px; }
      .articles .article-block h4 {
        font-size: 24px; }
      .articles .article-block img {
        float: left;
        width: 160px;
        margin-right: 20px; }
      .articles .article-block:after {
        content: "";
        display: table;
        clear: both; }

  .article {
    padding: 20px 0; }
    .article .menu {
      display: none; }
    .article .content.first {
      display: block; }
    .article .content {
      /* display: none; */
      margin-top: 0;
      padding: 20px 0; }
      .article .content h1 {
        /* display: none; */ }
      .article .content h4 {
        margin-top: 10px; }
      .article .content .image-container.right, .article .content .image-container.left {
        float: none;
        margin: 0 0 20px; }
      .article .content .image-container {
        width: 100%; }
        .article .content .image-container a {
          display: block; }
        .article .content .image-container img {
          width: 100%;
          max-width: none; }
    .article .references h4 {
      margin: 0;
      padding: 10px 0;
      line-height: 28px; }
      .article .references h4 i {
        float: right; }

  .sidenav {
    margin: 0 0 20px;
    position: relative; }
    .sidenav h5 {
      padding: 10px 0;
      font-size: 18px; }
    .sidenav .menu-span {
      display: block; }
    .sidenav ul {
      /* display: none; */ }
      .sidenav ul li {
        padding: 10px 20px;
        font-size: 18px; }
    .sidenav .accordion > .personal {
      display: block;
      padding: 10px 0; }
      .sidenav .accordion > .personal ul {
        display: block !important; }

  .sidenav.personal {
    display: none; }

  .footer p {
    line-height: 1;
    text-align: center; }
  .footer img {
    float: none !important;
    margin: 0 auto 10px; } }

    .directory {
    text-align: center; }
    .directory .spectrum-logo {
      max-width: 250px;
      display: block;
      margin: 0 auto 20px; }
    .directory .filter {
      float: none; }
      .directory .filter .filter-group {
        text-align: left;
        width: 50%;
        margin-left: -2px; }
      .directory .filter label {
        display: block; }
      .directory .filter select {
        display: block;
        width: 100%;
        min-width: auto; }

@media (min-width: 768px) and (max-width: 991px) {
  .sidenav {position: static !important; }
  .book .map {display: none!important;}
  #contact {display: none;}

  .header h1 {
    font-size: 60px; }

  .banner-info {
    background-color: #f0f0f0;
    height: auto;
    padding-top: 60px; }
    .banner-info .banner-slide {
      background: transparent !important;
      display: block; }
      .banner-info .banner-slide:before {
        display: none; }
      .banner-info .banner-slide .container .row {
        display: flex; }
        .banner-info .banner-slide .container .row .col-sm-4 {
          margin-right: 15px;
          background: white; }
        .banner-info .banner-slide .container .row .col-sm-8 {
          padding-right: 0; }
      .banner-info .banner-slide .condition {
        display: none; }
      .banner-info .banner-slide .top-articles {
        margin: 0;
        overflow: hidden;
        margin: 0 -15px; }
        .banner-info .banner-slide .top-articles h4 {
          padding: 15px 15px;
          background-color: #fff;
          margin: 0 0 20px;
          font-weight: 300;
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); }
        .banner-info .banner-slide .top-articles ul li {
          float: none;
          width: 100%;
          font-size: 13px;
          border-bottom: 1px solid #e0e0e0;
          padding: 10px 15px; }

  .article .cover h1 {
    font-size: 24px; }
  .article .content {
    margin-top: 30px;
    display: block !important; }
    .article .content h1 {
      font-size: 30px;
      margin-bottom: 10px; }
    .article .content h2 {
      font-size: 26px; }
    .article .content h3 {
      font-size: 22px; }
    .article .content .image-container.right, .article .content .image-container.left {
      float: none;
      margin: 0 0 20px; }
    .article .content .image-container {
      width: 100%; }
      .article .content .image-container a {
        display: block; }
      .article .content .image-container img {
        width: 100%;
        max-width: none; }

    .sheet {
      background-color: #fff;
      border: 1px solid #e0e0e0;
      border-top: 5px #2196f3 solid;
      border-radius: 5px;
      padding: 20px 30px; }

    .ask, .comment {
      background-color: #f0f0f0; }
    .ask h1, .comment h1 {
      margin: 50px 0; }
    .ask label, .comment label {
      display: block; }
    .ask input, .comment input {
      width: 100%;
      border: none;
      border-bottom: 2px solid #e0e0e0;
      margin-bottom: 40px; }
      .ask input:focus, .comment input:focus {
        border-bottom: 2px solid #2196f3; }
    .ask textarea, .comment textarea {
      width: 100%;
      resize: none;
      border: none;
      margin-bottom: 40px;
      border-bottom: 2px solid #e0e0e0; }
      .ask textarea:focus, .comment textarea:focus {
        border-bottom: 2px solid #2196f3; }
    .ask .sheet, .comment .sheet {
      margin-bottom: 30px; }

    .comment img {
      width: 128px;
      margin: 40px auto; }
    .comment h1 {
      margin: 0 auto; }
    .comment h3 {
      margin-bottom: 40px; }
    .comment textarea {
      margin-bottom: 20px; }

  .clients h2 {
    font-size: 24px; }

  .footer {
    font-size: 13px; }

  .sidenav > ul {
    display: block !important; } }

    .directory {
    text-align: center; }
    .directory .spectrum-logo {
      max-width: 250px;
      display: block;
      margin: 0 auto 20px; }
    .directory .filter {
      float: none; }

@media (min-width: 992px) and (max-width: 1199px) {
  .book .map {display: none!important;}
  #contact {display: none;}
  .book .row {display: flex;}
  .book .box {top: 50%!important; transform: translateY(-50%); transition: 0.3s all linear}
  .book .box:hover {opacity: 0;}
  .sidenav {
    position: static !important; }

  .article .content {
    display: block !important; }

  .sidenav > ul {
    display: block !important; } }
@media (min-width: 1200px) {
  .book .row {display: flex;}
  .book .box {top: 50%!important; transform: translateY(-50%); transition: 0.3s all linear}
  .book .box:hover {opacity: 0;}
  .sidenav {
    position: static !important; }

  .article .content {
    display: block !important; }

  .sidenav > ul {
    display: block !important; } }

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

.link_item {
  cursor : pointer;
}

.section_link:hover {
  color : #2196f3 !important;
}

.mail_item_img {
  width: 150px;
  /* height: 150px; */
}
.top-article-img {
  width: 30px;
  height: 30px;
}
.logo-container img {
  max-width: 85px;
  max-height: 85px;
}
.details .social img {
  border-radius: 50%;
}
.contact a {
  color: white;
}
.promo-img {
  margin-bottom: 15px;
}
.promo-img {
  margin-bottom: 15px;
}
.info-table .header {
    background-color: #e6e6e6;
}
.info-table TR {
    border: 1px solid #e6e6e6;
}
.info-table .header TD {
   font-size: 22px;
}
.info-table TD {
    padding: 15px 20px;
}

.info-table .row-label {
    font-size: 15px;
    min-width: 200px;
    font-weight: 400;
}
@media (max-width: 767px) {
  .info-table .row-label {
      min-width: auto !important;
  }
}
@media (min-width: 767px) {
  .category-list {
      height: auto !important;
  }
}


.no-border {
  border: none !important;
}


/*TO BE SHARED*/
.top-bar {background-color: #ffffff;
  border-bottom: 1px solid #e1e1e1;
  padding: 0px 0; }
  .top-bar ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1; }
    .top-bar ul li {
      display: inline-block;
      height: 40px; }
      .top-bar ul li a {
        color: #61747c;
        display: block;
        padding: 10px 0;
        text-align: center; }
        .top-bar ul li a .fa {
          font-size: 18px; }
      .top-bar ul li:not(:first-child):not(:last-child) {
        border-right: 1px solid #e1e1e1; }
      .top-bar ul li:nth-child(2) {
        border-left: 1px solid #e1e1e1; }
  .top-bar .social li {
    width: 40px; }
    .top-bar .social li a {
      line-height: 40px; }
  .top-bar .contacts li a {
    padding: 10px 10px; }
    .top-bar .contacts li a .fa {
      color: #000; }
  .top-bar .right {
    float: right; }
  .top-bar .left {
    float: left; }
  .top-bar:after {
    clear: both;
    content: '';
    display: table; }

.template1 {
    background: #fff;
    border-radius: 0;
    border: none;
    padding: 40px 0;
    margin-bottom: 0;
    min-height: 40px;
    border-bottom: 1px solid #e1e1e1;
    min-width: 100% !important;
  }

.template1 .navbar-right li a {padding: 10px 10px;}
.template1 .navbar-right li:last-child a{font-size: 14px; background-color: #2d9bf1; color: #fff;}

.book {background: #fff;
  padding: 100px 0;
  position: relative;
  border-bottom: 1px solid #ddd; }
.book .map {
  position: absolute;
  top: 0;
  width: 50%;
  left: -15px;
  display: block;
  height: 100%; }
.book .box {
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.35);
  padding: 40px;
  line-height: 30px;
  width: 80%;
  position: absolute;
  top: 150px; }
.book .box h5 {
  color: #67819d;
  font-weight: 600;
  font-size: 18px; }
.book .box ul {
  font-size: 18px;
  margin-bottom: 20px; }
.book .form-control {
  margin-bottom: 20px; }
.book textarea {
  resize: none; }

  .btn-template {
  background: #67819d;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  /*border-radius: 5px;*/
  font-size: 16px; }
  .btn-template:hover {
  color: #fff;
  text-decoration: none; }
}

/* MIA STYLING */

/*.slider {height: 450px;}*/

/*.slide--item {   */
/*   padding-top: 140px;*/
/*   height: 450px;*/
/* }*/
 
/* .article .sheet {*/
/*   margin-top: -80px;*/
/*   z-index: 1;*/
/* }*/
 
