@charset "UTF-8";
/* fonts */
@import url(../vendor/bootstrap/css/bootstrap.min.css);
@import url(../vendor/fonts/font-awesome/css/font-awesome.min.css);
@import url(../vendor/fonts/avantgarde/stylesheet.css);
@import url(../vendor/fonts/opensan/stylesheet.css);
/*------------------------------------------------------------------
CSS
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. Body]
*/
/* Typography */
body {
  color: #333333;
  font-family: "open_sansregular";
  font-size: 14px;
  line-height: 1.4;
  background: white;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  line-height: 1.3;
  margin: 0 0 15px;
}

h1 {
  font-family: "arial";
  font-size: 32px;
  text-transform: uppercase;
}

h2 {
  font-size: 28px;
  font-family: "arial";
}

h3 {
  font-size: 24px;
  font-family: "arial";
}

h5 {
  font-size: 16px;
  font-family: "arial";
  text-align: left;
}

a {
  color: #333333;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:focus {
  color: #0098aa;
  outline: none;
  text-decoration: none;
}

p, ul, ol {
  margin-bottom: 20px;
}

address {
  line-height: 1.7;
}

label {
  font-weight: 100;
}

img {
  max-width: 100%;
  height: auto;
}

.form-text, .form-select, .form-textarea {
  border: 1px solid #d1d1d1;
  padding: 10px;
}

.views-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.views-view-grid .views-col {
  float: left;
}
.views-view-grid.cols-1 .views-col {
  width: 100%;
}
.views-view-grid.cols-2 .views-col {
  width: 50%;
  padding: 10px;
}
.views-view-grid.cols-3 .views-col {
  width: 33.33333333%;
  padding: 10px;
}
.views-view-grid.cols-4 .views-col {
  width: 25%;
}
.views-view-grid.cols-5 .views-col {
  width: 20%;
}

/* skin menu */
.change-skin-menu-wrapper {
  position: fixed;
  left: -188px;
  top: 150px;
  z-index: 500;
  background-color: #fafafa;
  box-shadow: 1px 1px 2px -1px #888;
  -webkit-box-shadow: 1px 1px 2px -1px #888;
  border-radius: 0 0 3px 0;
  -webkit-border-radius: 0 0 3px 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  /* tag a */
  /* color */
  /*background*/
  /*layout*/
  /* .color-orange {
    background: $orange;
  }
  .color-yellow {
    background: $yellow;
  } */
}
.change-skin-menu-wrapper .container {
  width: 185px;
  padding: 10px;
}
.change-skin-menu-wrapper .background,
.change-skin-menu-wrapper .skin-color {
  overflow: hidden;
}
.change-skin-menu-wrapper .skin-color {
  margin-bottom: 15px;
}
.change-skin-menu-wrapper .change-skin {
  text-align: center;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fafafa;
  padding: 11px;
  width: 40px;
  height: 40px;
  box-shadow: 1px 1px 2px -2px #888;
  -webkit-box-shadow: 1px 1px 2px -2px #888;
  color: #666;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.change-skin-menu-wrapper .change-skin:hover, .change-skin-menu-wrapper .change-skin:focus {
  color: #333;
}
.change-skin-menu-wrapper .change-skin i {
  font-size: 18px;
}
.change-skin-menu-wrapper strong {
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
}
.change-skin-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
}
.change-skin-menu-wrapper li {
  list-style: none;
  display: inline-block;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
}
.change-skin-menu-wrapper .change-skin-button,
.change-skin-menu-wrapper .change-background-button {
  display: inline-block;
  text-indent: -999em;
  width: 30px;
  height: 30px;
  opacity: 0.7;
}
.change-skin-menu-wrapper .change-skin-button:hover, .change-skin-menu-wrapper .change-skin-button:focus,
.change-skin-menu-wrapper .change-background-button:hover,
.change-skin-menu-wrapper .change-background-button:focus {
  opacity: 1;
}
.change-skin-menu-wrapper .change-background-button {
  border: 1px solid #cdcdcd;
}
.change-skin-menu-wrapper .change-background-button:hover, .change-skin-menu-wrapper .change-background-button:focus {
  border-color: #7b7b7b;
}
.change-skin-menu-wrapper .layout {
  margin-bottom: 15px;
}
.change-skin-menu-wrapper .change-layout-button {
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 4px 18px;
  background-color: #fff;
  background-image: none;
}
.change-skin-menu-wrapper .change-layout-button:first-child {
  border-right: none;
}
.change-skin-menu-wrapper .change-layout-button.active {
  background-color: #428bca;
  color: #fff;
  border-color: #428bca;
}
.change-skin-menu-wrapper .color-default {
  background: #077bad;
}
.change-skin-menu-wrapper .color-green {
  background: #00a100;
}
.change-skin-menu-wrapper .color-violet {
  background: #603cbb;
}
.change-skin-menu-wrapper .color-blue {
  background: #3598db;
}
.change-skin-menu-wrapper .color-purple {
  background: #8f0097;
}
.change-skin-menu-wrapper .color-orange {
  background: #d34826;
}

/* change background */
.bg-1 {
  background: url("../images/bg-1.png") 0 0 repeat;
}

.bg-2 {
  background: url("../images/bg-2.png") 0 0 repeat;
}

.bg-3 {
  background: url("../images/bg-3.png") 0 0 repeat;
}

.bg-4 {
  background: url("../images/bg-4.png") 0 0 repeat;
}

.bg-5 {
  background: url("../images/bg-5.png") 0 0 repeat;
}

.bg-6 {
  background: url("../images/bg-6.png") 0 0 repeat;
}

.bg-7 {
  background: url("../images/bg-7.png") 0 0 repeat;
}

.fly-out {
  left: 0;
}

/* direction */
.change-direction .direction {
  margin-bottom: 15px;
}

.change-skin-menu-wrapper .change-direction-button {
  border-radius: 0;
  display: block;
  -webkit-border-radius: 0;
  padding: 4px 18px;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  text-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
}

.change-skin-menu-wrapper .change-direction li {
  display: inline-block;
  margin-right: 0;
  font-size: 14px;
  margin-left: 0;
  float: none;
}

.change-skin-menu-wrapper .change-direction-button:hover,
.change-skin-menu-wrapper .change-direction-button:focus {
  border-color: #adadad;
}

.change-skin-menu-wrapper .change-direction .active .change-direction-button {
  background-color: #428bca;
  color: #fff;
  border-color: #428bca;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.change-skin-menu-wrapper .background {
  margin-bottom: 15px;
}

.headline {
  background: white;
}
.headline .container {
  width: 100%;
}
.headline .content ul {
  margin: 5px;
  padding: 0px;
  display: inline-block;
}
.headline .content li {
  list-style: none;
  display: inline;
}
.headline .content i.fa {
  margin-left: 10px;
  margin-right: 5px;
}

#block-sitebranding {
  float: left;
  width: 200px;
}

/* header */
#logo {
  float: left;
}

.site-slogan {
  float: left;
  margin-top: -10px;
}
.site-slogan svg {
  width: 320px;
}

.site-logo img {
  width: 100%;
  max-width: 130px;
}

.header {
  padding-top: 10px;
  background-image: linear-gradient(to right, #47a45b, #acee77);
  position: relative;
  height: 190px;
}
.header .button {
  padding-top: 40px;
  float: right;
}

.not-front .header {
  height: 170px;
}

.intro-block-home {
  float: left;
  text-align: right;
  margin-top: 50px;
  line-height: 1.2;
  font-family: "arial";
}
.intro-block-home h3 {
  color: black;
  margin-bottom: 0px;
}

.main_menu {
  z-index: 100;
  position: relative;
  display: inline-block;
}
.main_menu ul {
  text-align: center;
  background: #37414e;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: -20px;
  padding: 0 40px;
}
.main_menu li {
  display: inline-block;
  padding: 10px 0px;
}
.main_menu a {
  color: white;
}
.main_menu a.is-active {
  color: white !important;
}
.main_menu li:before {
  content: "|";
  padding: 21px;
  color: white;
}
.main_menu li:first-child:before {
  content: none;
}

/* menu page detail */
/* end menu page detail */
/* menu page home */
#header .container {
  padding: 0px;
}

#header .region-header {
  padding: 0 15px;
}

.region-primary-menu {
  display: block;
}

@media (min-width: 992px) {
  #main-menu nav:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
  }
  #main-menu ul {
    float: left;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 850px;
  }
  #main-menu ul li a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #main-menu ul li a.is-active {
    /* background: $link-color; */
  }
}

.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
}

/* end menu page home */
.responsive-menu-button {
  display: none;
}

/* end menu */
/* end header */
.footer {
  background: #37414e;
  color: #ccc;
}
.footer .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer h4 {
  color: white;
  text-align: center;
}
.footer h5 {
  color: #ccc;
  text-align: center;
}
.footer ul.menu a.is-active {
  color: #ccc;
}
.footer .copyright {
  margin-bottom: 0;
  color: black;
  float: left;
}
.footer .copyright a {
  color: #ccc;
}
.footer .copyright a:hover, .footer .copyright a:focus {
  text-decoration: underline;
}
.footer .copyright-1 {
  float: right;
  margin: 0px;
  color: black;
}
.footer a {
  color: #ccc;
}
.footer a:hover, .footer a:focus {
  color: #fff;
}
.footer span {
  color: #0098aa;
}
.footer h3 {
  color: #fff;
}
.footer .contact-list {
  padding-left: 0px;
  margin-bottom: 10px;
}
.footer .contact-list li {
  list-style: none;
}
.footer .contact-list .fa {
  font-size: 18px;
  width: 25px;
}
.footer .contact-list .fa-envelope-o {
  font-size: 16px;
}
.footer .contact-list a {
  color: #ccc;
}
.footer .socials p {
  display: inline-block;
  color: #ccc;
  margin-top: 2px;
}
.footer .socials .social-list {
  display: inline-block;
  margin-left: -40px;
}
.footer .socials .social-list li {
  display: inline-block;
  margin-left: 10px;
}
.footer .socials .social-list span {
  font-size: 0;
}
.footer .socials .social-list .fa {
  font-size: 26px;
  color: #ccc;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .socials .social-list .fa:hover, .footer .socials .social-list .fa:focus {
  color: #077bad;
}

#block-footerinfo, #block-footer, #block-footerservices, #block-socialmenu {
  width: 25%;
  float: left;
}

#block-footerinfo {
  text-align: center;
}
#block-footerinfo img {
  width: 120px;
  margin-bottom: 10px;
}

#block-footer {
  padding-left: 50px;
}

#block-copyright {
  width: 100%;
  background: white;
  margin-top: 10px;
  padding: 5px;
  text-align: center;
  float: left;
}

#block-footerservices h2, #block-footer h2 {
  font-size: 20px;
  color: white;
  margin-bottom: 5px;
  text-align: left;
}
#block-footerservices ul, #block-footer ul {
  margin: 0px;
}

/* button close navbarmenu */
.btn-close {
  display: none;
}

/* end button close navbarmenu */
nav.tabs ul {
  margin: 0 0 35px;
  padding: 0;
  text-align: center;
}
nav.tabs ul:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
nav.tabs ul li {
  display: inline-block;
  list-style: none;
  margin-right: 3px;
  margin-left: 3px;
}
nav.tabs ul li a {
  line-height: 1;
  padding: 14px 30px 11px;
  border: 1px solid;
  font-size: 0.928em;
  text-transform: uppercase;
  color: #333333;
  border-color: #333333;
  background-color: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav.tabs ul li a:hover, nav.tabs ul li a:focus {
  color: #fff;
  border-color: #0098aa;
  background-color: #0098aa;
}
nav.tabs ul li a.is-active {
  color: #fff;
  border-color: #0098aa;
  background: #0098aa;
}

.form-no-label h4.label {
  color: #333333;
  font-size: 1em;
}

iframe {
  width: 100%;
  border: none;
}

.title, #block-pagetitle h1 {
  /* padding-bottom: 40px; */
  margin-bottom: 35px;
  text-align: center;
  font-size: 2.857em;
  font-weight: 700;
  font-family: "arial";
  line-height: 1.3;
}

.field-name-field-video {
  margin-bottom: 10px;
}

ul.address {
  margin: 0;
  padding: 0;
}
ul.address li {
  list-style: none;
}
ul.address li a {
  color: #0098aa;
  text-decoration: none;
}
ul.address li a:hover, ul.address li a:focus {
  text-decoration: underline;
}

.toolbar-horizontal .fixed-menu {
  top: 39px;
}

.toolbar-tray-open .fixed-menu {
  top: 79px;
}

.toolbar-vertical .fixed-menu {
  top: 38px;
}

.btn-btt {
  display: none;
  width: 30px;
  height: 30px;
  background: #333333;
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 0;
  transition: all 0.3s;
  z-index: 999;
}
.btn-btt:hover {
  background: #0098aa;
}
.btn-btt:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  content: "";
  color: black;
  position: absolute;
  top: 25%;
  left: 50%;
  margin-left: -4px;
  color: #fff;
}

.section {
  position: relative;
}

.field-label-inline .field-items {
  float: none;
}

h4.label {
  padding-top: 10px;
  padding-left: 0;
}

/* block contact */
#slideshow .container {
  padding: 0px;
  width: 100%;
  margin-top: -20px;
  position: relative;
}
#slideshow .banner-title {
  position: absolute;
  width: 520px;
  font-size: 32px;
  top: 30%;
  right: 8%;
  color: #077bad;
}
#slideshow .banner-subtitle {
  position: absolute;
  width: 520px;
  font-size: 26px;
  top: 48%;
  right: 8%;
  color: black;
}

#slideshow .banner-pic {
  overflow: hidden;
  width: 100%;
}
#slideshow .banner-title {
  animation: slide 2s linear;
}
#slideshow .banner-subtitle {
  animation: fadein 5s;
}

@keyframes slide {
  0% {
    margin-right: -700px;
  }
  100% {
    margin-right: 0px;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.column-aside-left {
  width: 35%;
  float: left;
  position: relative;
}
.column-aside-left img {
  height: 400px;
  box-shadow: -10px 10px 10px grey;
}

.column-aside-right {
  width: 65%;
  display: inline-block;
  position: relative;
  height: 400px;
}
.column-aside-right .inner-div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.column-aside-right h1 {
  margin-bottom: 20px;
  text-align: left;
  color: #077bad;
}
.column-aside-right h3 {
  text-align: left;
  margin-bottom: 5px;
}
.column-aside-right .button {
  margin-left: 0px;
}
.column-aside-right .button a {
  padding: 10px 54px;
}

fieldset {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 7px;
}

.procedures-view .view-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.views-three-column {
  width: 33.33%;
  padding: 10px;
  float: left;
}

.views-field-title {
  margin: 10px 0;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.blogs-fieldset {
  border: 0;
  background: white;
  border-radius: 0px;
  text-align: center;
}

.lightblue-fieldset {
  border: 0;
  background: #c0e1ef;
  border-radius: 0px;
}
.lightblue-fieldset .views-field-title {
  text-align: center;
}
.lightblue-fieldset .views-field-body {
  margin-top: 10px;
  height: 60px;
}

.about-page .column-row {
  display: inline-block;
}
.about-page .three-column {
  height: 100px;
  background: #077bad;
  width: 32%;
  position: relative;
  margin: 0 1.3% 20px 0%;
}
.about-page .column-aside-right h3 {
  margin-bottom: 15px;
}

.about-title {
  font-size: 15px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  color: white;
  line-height: 22px;
  text-align: center;
  padding: 10px;
}

.membership {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.membership h1 {
  margin: 50px 0;
  width: 100%;
}
.membership .three-column {
  margin-right: 20px;
  float: left;
  text-align: center;
  padding: 10px;
  width: 200px;
  height: 200px;
  border-radius: 150px;
  position: relative;
  background-image: linear-gradient(to right, #47a45b, #acee77);
  border: 1px solid gray;
}
.membership .about-title {
  color: black;
}

#block-webform {
  width: 50%;
  float: left;
}

.contact-form {
  padding: 20px;
}
.contact-form input {
  width: 100%;
  border: 1px solid grey;
}
.contact-form textarea {
  border: 1px solid grey;
}
.contact-form label {
  margin-bottom: 5px;
}
.contact-form .form-item {
  margin-bottom: 10px;
}
.contact-form .button {
  background: #077bad !important;
  padding: 10px 30px;
  color: #fff;
  width: auto;
  margin-top: 10px;
}

#block-contactinformation {
  width: 50%;
  display: inline-block;
  padding-left: 100px;
}

.contact-page table {
  border: 0px;
  border-color: white;
  width: 400px;
}
.contact-page table tr td:first-child {
  width: 70px;
}
.contact-page table td {
  padding-bottom: 15px;
  border: 0px;
  border-color: white;
}
.contact-page table img {
  width: 50px;
}
.contact-page table p {
  font-size: 16px;
  margin-bottom: 0px;
}
.contact-page h2 {
  margin-top: 20px;
  text-align: left;
}

.block-views-blockreviews-block-1 .views-field-body {
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-style: italic;
}
.block-views-blockreviews-block-1 .views-field-body p:before {
  content: "''";
}
.block-views-blockreviews-block-1 .views-field-body p:after {
  content: "''";
}
.block-views-blockreviews-block-1 .views-field-field-patient-name {
  width: 100%;
  text-align: center;
  font-size: 22px;
}
.block-views-blockreviews-block-1 .views-field-field-patient-name .field-content:before {
  content: "- ";
}

.fivestar- {
  margin-top: 15px;
}

.fivestar-summary {
  display: none;
}

.fivestar-outline div.fivestar-widget-static .star span.on {
  background: url(../images/star1.png) no-repeat 0 -14px;
}

.testimonial-row {
  background: #cbefcf;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  width: 95% !important;
}

.testimonial-row:nth-child(even) {
  margin-left: 5%;
  background: #c0e1ef;
}

.content-heading {
  background: #077bad;
  padding: 10px 0;
  color: white;
  text-align: center;
}

video.new-video {
  width: 400px;
}

.lightgreen-bg {
  margin-top: -15px;
  padding: 10px;
  background: #cbefcf;
  display: inline-block;
}

.contact-content {
  line-height: 1.5;
  width: 50%;
  float: left;
  padding-right: 15px;
}
.contact-content h4 {
  font-size: 1.071em;
  color: #b4b4b4;
  margin-bottom: 20px;
}

.iframe-map {
  padding-left: 15px;
  width: 50%;
  float: left;
}

/* end block contact */
/* article content-detail */
.content-detail {
  line-height: 1.6;
}
.content-detail .field-name-field-image {
  width: 100%;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-top: 7px;
  text-align: center;
}
.content-detail .field-name-field-image + div ul {
  overflow: hidden;
  padding-left: 17px;
}
.content-detail .field-name-field-image img {
  width: 900px;
}
.content-detail h2 {
  text-align: left;
  font-size: 1.714em;
  margin-bottom: 35px;
}
.content-detail h2 a {
  color: #0098aa;
}
.content-detail h2 a:hover, .content-detail h2 a:focus {
  color: #333333;
}
.content-detail .content-comment h2 {
  text-align: left;
}
.content-detail .field-name-body p {
  line-height: 1.6;
}
.content-detail .field--name-body a {
  text-decoration: underline;
}
.content-detail .field-name-field-icon {
  text-align: center;
  margin-bottom: 15px;
  float: left;
  margin-right: 25px;
  padding: 70px;
  border: 1px solid #333333;
  margin-top: 7px;
}
.content-detail .field-name-field-icon .fa {
  font-size: 68px;
}
.content-detail .field-name-field-position {
  margin-bottom: 15px;
}
.content-detail .field-label {
  font-weight: 700;
  margin-right: 5px;
  float: left;
}
.content-detail .social-area .fa {
  font-size: 16px;
  margin-left: 5px;
}
.content-detail .list-items span {
  margin-left: 3px;
}

/* end article content-detail */
/* content comment */
.content-comment {
  clear: both;
  padding-top: 20px;
}
.content-comment > h2 {
  border-top: none;
}
.content-comment h2 {
  padding-top: 35px;
  border-top: 1px solid #d0d0d0;
  font-size: 1.571em;
  text-align: left;
}
.content-comment h2 a {
  color: #0098aa;
}
.content-comment h2 a:hover, .content-comment h2 a:focus {
  color: #333333;
}
.content-comment .indented {
  padding-left: 100px;
}
.content-comment .indented .js-comment {
  margin-top: 0;
  border: none;
  padding-top: 0;
}
.content-comment .indented .js-comment:first-child {
  border-top: 1px solid #d0d0d0;
}
.content-comment .indented .js-comment img {
  top: 5px;
}
.content-comment .comment-form .form-item-name label {
  font-weight: 500;
}
.content-comment .js-comment:first-child {
  border-top: none;
}

.js-comment {
  margin-bottom: 35px;
  padding-top: 35px;
  border-top: 1px solid #d0d0d0;
  position: relative;
  padding-left: 100px;
}
.js-comment img {
  position: absolute;
  top: 40px;
  left: 0;
  max-width: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.js-comment:first-child {
  border-top: none;
}
.js-comment footer {
  text-align: left;
}
.js-comment footer:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.js-comment footer a {
  float: left;
  margin-right: 5px;
}
.js-comment footer span {
  color: #999;
}
.js-comment h3 {
  margin-bottom: 0;
  margin-bottom: 20px;
}
.js-comment p {
  margin-bottom: 0;
}
.js-comment p span {
  float: left;
  margin-right: 5px;
}
.js-comment a {
  color: #333333;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.js-comment a:hover, .js-comment a:focus {
  color: #0098aa;
}
.js-comment ul.links {
  margin: 20px 0 0;
  padding: 0;
}
.js-comment ul.links li {
  list-style: none;
  display: inline;
  padding: 0 5px;
}
.js-comment ul.links li:first-child {
  padding-left: 0;
}
.js-comment ul.links a {
  line-height: 1;
  margin-bottom: 0;
  color: #0098aa;
}
.js-comment ul.links a:hover, .js-comment ul.links a:focus {
  text-decoration: underline;
  color: #333333;
}

.new mark {
  text-align: center;
  display: inline-block;
  line-height: 41px;
  width: 43px;
  height: 43px;
  color: #fff;
  background: red;
  position: absolute;
  top: 35px;
  right: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.new footer {
  margin-bottom: 0;
}

h1 {
  text-align: center;
}

.front .container {
  padding-left: 15px;
  padding-right: 15px;
}
.front .main {
  display: none;
}
.front .product-container {
  margin: 50px;
}

.button a {
  padding: 10px 30px;
  color: #fff;
  background-color: #077bad;
}

.button a:hover {
  background: #37414e;
}

.branding-page .two-column {
  width: 300px;
  margin: 50px 0 0 50px;
  float: left;
  border: 1px solid lightgrey;
  border-radius: 10px;
  padding: 30px;
  padding-bottom: 50px;
  transition: 450ms ease-in-out;
}
.branding-page .two-column:hover {
  background: #333;
  border-color: #333;
}
.branding-page p {
  color: dimgray;
}
.branding-page .contact-content {
  position: relative;
  height: 395px;
}
.branding-page .inner-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 100px;
}
.branding-page .section-second {
  color: #b4b4b4;
  text-align: center;
}
.branding-page .section-second h2 {
  color: black;
}
.branding-page .section-third {
  background: url(../images/intro-branding.jpg);
}
.branding-page .section-third .section-third-inner {
  background: none;
}
.branding-page .section-third .container {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 100px;
}
.branding-page .section-third p {
  color: white;
  text-align: center;
  font-size: 16px;
}
.branding-page .section-fourth h2 {
  padding-top: 100px;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 0px;
  color: #fff;
}
.branding-page .section-fourth .container {
  width: 100%;
  padding: 0px;
}
.branding-page .section-fourth .title, .branding-page .section-fourth #block-pagetitle h1, #block-pagetitle .branding-page .section-fourth h1 {
  width: 400px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 200px;
  padding: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
}
.branding-page .section-fourth .icon {
  width: 100%;
  margin-bottom: 20px;
  float: left;
}
.branding-page .section-fourth .icon img {
  width: 50px;
}
.branding-page .section-fourth .service-name {
  color: lightgrey;
  font-size: 17px;
  font-weight: bold;
}
.branding-page .section-fourth .service-content {
  height: 120px;
}
.branding-page .section-fourth .service-content p {
  color: white;
}
.branding-page .section-sixth {
  padding: 100px 0;
  background: #eee;
}
.branding-page .section-sixth .container {
  width: 90%;
}
.branding-page .section-sixth h2 {
  text-align: center;
  margin-bottom: 50px;
}

.column-row {
  width: 100%;
  float: left;
}

.two-column {
  width: 50%;
  float: left;
  padding: 10px;
}
.two-column iframe {
  height: 350px;
}

.three-column {
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 10px;
}

.four-column {
  width: 25%;
  float: left;
  background: #337ab7;
  padding: 20px 0;
}

/* Choose plan css */
.tab {
  width: 100%;
  float: left;
  padding: 0 12px;
}

.tab button {
  background-color: inherit;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border: 1px solid #000;
  border-radius: 10px 10px 0 0;
  border-bottom: 0px;
  margin-right: 5px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #337ab7;
  color: white;
  border-color: #337ab7;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #337ab7;
  color: white;
  border-color: #337ab7;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Choose plan css over */
.section-sixth .region-panel-sixth {
  width: 100% !important;
}

#views_slideshow_cycle_teaser_section_reviews-block_1, #views_slideshow_cycle_div_reviews-block_1_0, #views_slideshow_cycle_div_reviews-block_1_1, #views_slideshow_cycle_div_reviews-block_1_2, #views_slideshow_cycle_div_reviews-block_1_3, #views_slideshow_cycle_div_reviews-block_1_4 {
  width: 100% !important;
}

/* view metro */
.metro-block {
  margin-left: -10px;
  margin-bottom: 50px;
}
.metro-block:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.metro-block .views-row {
  color: #fff;
  float: left;
  display: inline-block;
  padding-left: 10px;
  margin-bottom: 10px;
}
.metro-block .feed-icon {
  display: none;
}

.metro-link {
  width: 16.66666%;
  position: relative;
}
.metro-link .metro-homepage {
  background-color: #0098aa;
}
.metro-link .metro-title a {
  z-index: 3;
}
.metro-link .fa {
  position: absolute;
  top: 37px;
  left: 50%;
  font-size: 70px;
  color: #fff;
  display: block;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.metro-link a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  padding-top: 125px;
  font-family: "arial";
  font-size: 1.428em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.metro-link a:hover .fa {
  top: 47px;
}
.metro-link .field-body {
  display: none;
}

.metro-content {
  width: 33.3333333%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .metro-content .metro-info {
    background: #0098aa;
    opacity: 0;
    text-align: left;
    position: absolute;
    top: 0;
    width: 101%;
    height: 100%;
    display: block;
    transform: translate(0, 145px);
    -webkit-transform: translate(0, 145px);
    -o-transform: translate(0, 145px);
    -ms-transform: translate(0, 145px);
    -moz-transform: translate(0, 145px);
    -webkit-transition: all, 0.4s;
    -moz-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    transition: all, 0.4s;
  }
  .metro-content .metro-info a {
    line-height: 1.2;
    font-size: 1.428em;
    color: #fff;
  }
  .metro-content .metro-info a:hover, .metro-content .metro-info a:focus {
    text-decoration: underline;
  }
  .metro-content:hover .metro-info, .metro-content:focus .metro-info {
    opacity: 0.8;
    padding: 20px;
    transform: translate(0);
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    -moz-transform: translate(0);
  }
}
.metro-content .metro-homepage > a {
  color: #fff;
}
.metro-content .metro-homepage > a:hover, .metro-content .metro-homepage > a:focus {
  color: #fff;
}
.metro-content .metro-title {
  margin-bottom: 10px;
}

.metro-homepage {
  text-align: center;
  position: relative;
  min-height: 193px;
}
.metro-homepage img {
  display: block;
}

/* end view metro */
/* view services */
.services-block .view-header {
  margin-bottom: 60px;
  margin-top: -40px;
}
.services-block .sub-title {
  font-size: 1.142em;
  font-weight: 600;
  line-height: 1;
}
.services-block .views-col {
  position: relative;
  padding: 20px 20px 30px;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.services-block .views-col:hover, .services-block .views-col:focus {
  background: rgba(0, 0, 0, 0.7);
}
.services-block .views-col:hover .views-field-view-node a, .services-block .views-col:focus .views-field-view-node a {
  border: 2px solid #0098aa;
  color: #fff;
  background: #0098aa;
}
.services-block .views-col:hover .views-field-field-icon, .services-block .views-col:focus .views-field-field-icon {
  margin-bottom: 15px;
  margin-top: 15px;
}
.services-block .views-field-field-icon {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.services-block .views-field-field-icon .fa {
  font-size: 4.286em;
  color: #fff;
}
.services-block .views-field-title {
  margin-bottom: 30px;
  line-height: 1;
}
.services-block .views-field-title a {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #b4b4b4;
}
.services-block .views-field-body {
  margin-bottom: 35px;
}
.services-block .views-field-view-node a {
  display: inline-block;
  padding: 12px 50px;
  border: 2px solid;
  font-size: 0.857em;
  text-transform: uppercase;
  color: #fff;
  border-color: #fff;
  background-color: none;
  transition: all 0.3s;
  font-family: "open_sansregular";
}

/* end view services */
/* view about us */
.about-us-block {
  text-align: center;
}
.about-us-block .view-header {
  margin-bottom: 60px;
  margin-top: -45px;
}
.about-us-block .view-content {
  margin-left: -20px;
}
.about-us-block .sub-title {
  text-align: center;
  font-size: 1.142em;
  font-weight: 600;
  margin-bottom: 21px;
  color: #fff0a6;
  font-family: "open_sansregular";
}
.about-us-block p {
  margin-bottom: 0;
}

.owl-carousel-about-us.owl-theme .owl-controls {
  margin-top: 0;
  position: relative;
  /* two line */
  /* end two line */
  /* note */
  /* end note */
}
.owl-carousel-about-us.owl-theme .owl-controls:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #bc291f;
}
.owl-carousel-about-us.owl-theme .owl-controls:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f16b62;
}
.owl-carousel-about-us.owl-theme .owl-controls .owl-page span {
  background: #fcf0b3;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  margin: 0 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  opacity: 1;
  position: relative;
}
.owl-carousel-about-us.owl-theme .owl-controls .owl-page span:hover:before, .owl-carousel-about-us.owl-theme .owl-controls .owl-page span:focus:before {
  background: #ad251c;
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.owl-carousel-about-us.owl-theme .owl-controls .owl-page.active span {
  position: relative;
}
.owl-carousel-about-us.owl-theme .owl-controls .owl-page.active span:before {
  background: #ad251c;
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.owl-carousel-about-us.owl-theme .owl-controls .owl-pagination {
  background: #000 url("../images/bg-panel-3.png") center top repeat;
  display: inline-block;
  padding: 0 7px;
  position: relative;
  z-index: 2;
}
.owl-carousel-about-us.owl-theme .owl-controls {
  margin-left: 20px;
}
.owl-carousel-about-us .views-row {
  padding-left: 20px;
}
.owl-carousel-about-us .views-field-field-image {
  margin-bottom: 22px;
}
.owl-carousel-about-us .views-field-field-image img {
  width: 360px !important;
  height: auto;
}
.owl-carousel-about-us .views-field-title {
  margin-bottom: 3px;
  font-size: 1.214em;
}
.owl-carousel-about-us .views-field-title a {
  color: #fff;
}
.owl-carousel-about-us .views-field-title a:hover, .owl-carousel-about-us .views-field-title a:focus {
  text-decoration: underline;
}
.owl-carousel-about-us .views-field-field-position {
  margin-bottom: 23px;
}
.owl-carousel-about-us .views-field-field-position .field-content {
  color: #fff0a6;
  font-size: 0.857em;
}
.owl-carousel-about-us .views-field-body {
  margin-bottom: 26px;
}
.owl-carousel-about-us .views-field-nothing {
  margin-right: 5px;
}
.owl-carousel-about-us .views-field-nothing .fa {
  width: 23px;
  height: 23px;
  line-height: 23px;
  color: #fff;
  background: #ad251c;
  box-shadow: 0 0 1px 100px rgba(255, 255, 255, 0.1) inset;
  margin-bottom: 3px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.owl-carousel-about-us .views-field-nothing .fa:hover, .owl-carousel-about-us .views-field-nothing .fa:focus {
  background: #f99a58;
  box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}
.owl-carousel-about-us .owl-wrapper-outer {
  margin-bottom: 55px;
}

/* End view about us */
/* View blog */
.blogs-block .sub-title {
  text-align: center;
  color: #a9842b;
  font-size: 1.214em;
  font-weight: 600;
}
.blogs-block .view-header {
  margin-top: -40px;
  margin-bottom: 60px;
}
.blogs-block .view-content {
  margin-right: -30px;
}

.owl-carousel-blogs.owl-theme .owl-controls {
  margin-top: 0;
  position: relative;
  /* two line */
  /* end two line */
  /* note */
  /* end note */
}
.owl-carousel-blogs.owl-theme .owl-controls:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d19f22;
}
.owl-carousel-blogs.owl-theme .owl-controls:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fae2a6;
}
.owl-carousel-blogs.owl-theme .owl-controls .owl-page span {
  background: #fcf0b3;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  margin: 0 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  opacity: 1;
  position: relative;
}
.owl-carousel-blogs.owl-theme .owl-controls .owl-page span:hover:before, .owl-carousel-blogs.owl-theme .owl-controls .owl-page span:focus:before {
  background: #9e7100;
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.owl-carousel-blogs.owl-theme .owl-controls .owl-page.active span {
  position: relative;
}
.owl-carousel-blogs.owl-theme .owl-controls .owl-page.active span:before {
  background: #9e7100;
  position: absolute;
  top: 4px;
  left: 4px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.owl-carousel-blogs.owl-theme .owl-controls .owl-pagination {
  background: #000 url("../images/bg-panel-4.png") center top repeat;
  display: inline-block;
  padding: 0 7px;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .owl-carousel-blogs.owl-theme .owl-controls {
    margin-right: 30px;
  }
}
.owl-carousel-blogs .views-row {
  padding-right: 30px;
}
.owl-carousel-blogs .item {
  margin-bottom: 30px;
  background-color: #ffdd8b;
  padding: 20px;
}
.owl-carousel-blogs .item:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.owl-carousel-blogs .item:last-child {
  margin-bottom: 0;
}
.owl-carousel-blogs .views-field {
  overflow: hidden;
}
.owl-carousel-blogs .views-field-field-image {
  float: left;
  margin: -20px 20px -20px -20px;
}
.owl-carousel-blogs .views-field-nothing {
  overflow: hidden;
}
.owl-carousel-blogs .views-field-title {
  margin-bottom: 9px;
  line-height: 1;
  word-wrap: break-word;
}
.owl-carousel-blogs .views-field-title a {
  font-size: 1.214em;
  color: #9f7200;
}
.owl-carousel-blogs .views-field-title a:hover, .owl-carousel-blogs .views-field-title a:focus {
  text-decoration: underline;
}
.owl-carousel-blogs .views-field-created {
  font-size: 0.857em;
  color: #a9842b;
  margin-bottom: 9px;
}
.owl-carousel-blogs .views-field-body {
  font-size: 0.928em;
  color: #634f1c;
  margin-bottom: 13px;
  word-wrap: break-word;
}
.owl-carousel-blogs .views-field-body p:last-child {
  margin-bottom: 0;
}
.owl-carousel-blogs .views-field-view-node a {
  font-family: "open_sansregular";
  font-size: 13px;
  font-style: italic;
  color: #9e7100;
}
.owl-carousel-blogs .views-field-view-node a:hover, .owl-carousel-blogs .views-field-view-node a:focus {
  text-decoration: underline;
}
.owl-carousel-blogs .owl-wrapper-outer {
  margin-bottom: 60px;
}

/* End view blog */
/* view portfolio */
.portfolio-isotope .portfolio-select-list {
  display: none;
}
.portfolio-isotope .view-header {
  text-align: center;
  margin-bottom: 45px;
  margin-top: -20px;
}
.portfolio-isotope .view-header:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
@media (min-width: 768px) {
  .portfolio-isotope .view-header .views-row {
    display: inline-block;
    margin-bottom: 10px;
  }
  .portfolio-isotope .view-header .views-row > a {
    display: inline-block;
    border: 1px solid;
    font-size: 1.142em;
    padding: 8px 35px;
    font-family: "open_sansregular";
    margin-right: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    color: #333333;
    border-color: #333333;
    background-color: none;
    transition: all 0.3s;
    text-transform: none;
  }
  .portfolio-isotope .view-header .views-row > a:hover, .portfolio-isotope .view-header .views-row > a:focus {
    color: #fff;
    border-color: #0098aa;
    background-color: #0098aa;
  }
  .portfolio-isotope .view-header .views-row > a.current {
    text-transform: uppercase;
    color: #fff;
    border-color: #0098aa;
    background-color: #0098aa;
    transition: all 0.3s;
    text-transform: none;
  }
}
.portfolio-isotope .view-header > div {
  display: inline-block;
}
.portfolio-isotope .view-content-body {
  margin-right: -8px;
  position: relative;
}
.portfolio-isotope .view-content-body .views-row {
  width: 20%;
  padding-right: 8px;
  margin-bottom: 8px;
}
.portfolio-isotope .view-content-body .views-row:hover .view-field-nothing, .portfolio-isotope .view-content-body .views-row:focus .view-field-nothing {
  opacity: 1;
  transform: translate(0);
  -webkit-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  -moz-transform: translate(0);
}
.portfolio-isotope .views-field {
  position: relative;
  overflow: hidden;
}
.portfolio-isotope .view-field-nothing {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  height: 101%;
  overflow: hidden;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translate(-300px, 0);
  -webkit-transform: translate(-300px, 0);
  -o-transform: translate(-300px, 0);
  -ms-transform: translate(-300px, 0);
  -moz-transform: translate(-300px, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-isotope .views-field-title {
  text-align: center;
}
.portfolio-isotope .views-field-title span {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.142em;
  margin-bottom: 12px;
  margin-top: 30px;
  padding: 10px 3px;
  color: #fff;
}
.portfolio-isotope .views-field-body {
  padding: 0 10px;
  font-size: 0.928em;
}
.portfolio-isotope .views-field-view-node {
  position: static;
  overflow: visible;
}
.portfolio-isotope .views-field-view-node a {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0;
  width: 36px;
  height: 36px;
  text-align: center;
  background: rgba(51, 51, 51, 0.9);
  box-shadow: 0 0 1px 100px rgba(255, 255, 255, 0.1) inset;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-isotope .views-field-view-node a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  margin-left: -6px;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
}
.portfolio-isotope .views-field-view-node a:hover, .portfolio-isotope .views-field-view-node a:focus {
  box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  background: rgba(0, 152, 170, 0.9);
}

.owl-carousel-portfolio {
  margin-bottom: 33px;
  /* Flex-slider */
  /* end flex-slider */
}
.owl-carousel-portfolio .owl-theme .owl-controls {
  position: relative;
  margin-top: 44px;
  /* note */
  /* end note */
}
.owl-carousel-portfolio .owl-theme .owl-controls .owl-page span {
  background: none;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  margin: 0 3px;
  border: 1px solid #d0d0d0;
  opacity: 1;
  position: relative;
}
.owl-carousel-portfolio .owl-theme .owl-controls .owl-page span:hover:before, .owl-carousel-portfolio .owl-theme .owl-controls .owl-page span:focus:before {
  background: #0098aa;
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.owl-carousel-portfolio .owl-theme .owl-controls .owl-page.active span {
  border: 1px solid #0098aa;
  position: relative;
}
.owl-carousel-portfolio .owl-theme .owl-controls .owl-page.active span:before {
  background: #0098aa;
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.owl-carousel-portfolio .owl-theme .owl-controls .owl-pagination {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.owl-carousel-portfolio ul.slides {
  padding-left: 0;
}
.owl-carousel-portfolio .flex-viewport {
  margin-bottom: 20px;
}
.owl-carousel-portfolio .flex-direction-nav {
  display: none;
}
.owl-carousel-portfolio .flex-control-paging {
  text-align: center;
  padding: 0;
}
.owl-carousel-portfolio .flex-control-paging:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.owl-carousel-portfolio .flex-control-paging li {
  list-style: none;
  display: inline-block;
}
.owl-carousel-portfolio .flex-control-paging li a {
  display: inline-block;
  background: none;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  margin: 0 3px;
  border: 1px solid #d0d0d0;
  opacity: 1;
  position: relative;
  font-size: 0;
}
.owl-carousel-portfolio .flex-control-paging li a:hover:before, .owl-carousel-portfolio .flex-control-paging li a:focus:before {
  background: #0098aa;
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.owl-carousel-portfolio .flex-control-paging li a.flex-active {
  border: 1px solid #0098aa;
  position: relative;
}
.owl-carousel-portfolio .flex-control-paging li a.flex-active:before {
  background: #0098aa;
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

/* end view portfolio */
.main {
  margin: 50px 0;
}
.main p {
  margin-bottom: 10px;
}

#content .page-title {
  text-align: center;
  margin-bottom: 30px;
}

.bottom20 {
  margin-bottom: 20px !important;
}

.top30 {
  margin-top: 30px;
}

.caption > * {
  text-align: center;
}

/* Panel first */
.section-first {
  background-image: linear-gradient(to right, #47a45b, #acee77);
}
.section-first h2 {
  margin: 50px 0;
}

/* End Panel first */
/* Panel second */
.section-second .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* End Panel second */
/* Panel third */
.section-third {
  background: url(../images/appointment-bg.jpg);
  background-size: cover;
}
.section-third .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-third .section-third-inner {
  background: rgba(255, 255, 255, 0.5);
}

/*  End Panel third */
/* Panel-fourth */
.section-fourth h2, .section-fifth h2 {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.section-fourth .container, .section-fifth .container {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* End Panel-fourth */
/* panel-fifth */
.section-fifth {
  background-image: linear-gradient(to right, #47a45b, #acee77);
}

.section-sixth {
  background: url(../images/review-bg.jpg);
  background-size: cover;
}
.section-sixth .container {
  width: 100%;
  padding: 60px;
  background: rgba(255, 255, 255, 0.5);
}
.section-sixth .region-panel-sixth {
  width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* End panel-fifth */
.content-detail .field-items .fa {
  margin-right: 5px;
}

.messages {
  margin-bottom: 20px;
  margin-bottom: 10px;
}

.comment .field--name-comment-body {
  margin-bottom: 20px;
}

#edit-field-bio-wrapper .tips {
  margin-left: 30px;
}

.demo-btn a {
  border: 2px solid #9f7200;
  color: #9f7200;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 50px;
}

.demo-btn a:hover,
demo-btn a:focus {
  border: 2px solid #9f7200;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 50px;
  background-color: #9f7200;
}

.form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.form-item, .form-url {
  margin: 0 0 20px 0;
}

label {
  display: block;
  margin-bottom: 15px;
}

.form-text, .form-email, .form-url {
  padding: 7px 15px;
  max-width: 100%;
  margin-bottom: 10px;
}

.form-submit {
  border: none;
  font-size: 1em;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #fff;
  border-color: none;
  background-color: #0098aa;
  transition: all 0.3s;
}
.form-submit:hover, .form-submit:focus {
  color: #fff;
  border-color: none;
  background-color: #333333;
}

.form-actions .button {
  margin-left: 0;
  margin-right: 0;
  line-height: 1.4;
  border: none;
  font-size: 1em;
  padding: 10px 30px;
  font-family: "open_sansregular";
  margin-right: 4px;
  text-transform: uppercase;
  color: #fff;
  border-color: none;
  background-color: #0098aa;
  transition: all 0.3s;
}
.form-actions .button:hover, .form-actions .button:focus {
  color: #fff;
  border-color: none;
  background-color: #333333;
}

.user-pass .form-text {
  margin-bottom: 0;
}

/* form-login */
.user-login-form {
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid #ccc;
  padding: 40px;
}
.user-login-form label {
  font-weight: 700;
}
.user-login-form .form-actions {
  text-align: center;
}

/* form user-register */
.user-register-form details {
  border: none;
}
.user-register-form summary {
  border: none;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.user-register-form .description {
  margin-top: 15px;
}

/* end form user-register*/
/* form-comment */
.field--name-comment-body {
  margin-bottom: 50px;
}

.field-name-comment-body .field-item {
  margin-bottom: 15px;
}
.field-name-comment-body .form-item {
  margin-bottom: 0;
}
.field-name-comment-body .filter-wrapper {
  margin-bottom: 45px;
}

.comment-form {
  margin-top: 35px;
}
.comment-form legend {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comment-form details {
  border: none;
}
.comment-form details h4 {
  line-height: 38px;
  min-width: 104px;
  float: left;
  font-family: "open_sansregular";
  font-weight: 700;
  font-size: 1em;
}
.comment-form details .form-item-status {
  float: left;
  margin-right: 20px;
}
.comment-form details .form-url, .comment-form details .form-date, .comment-form details .form-time {
  border: 1px solid #d1d1d1;
}
.comment-form .form-item-uid label {
  float: left;
  margin-top: 7px;
  font-weight: 700;
  margin-right: 5px;
  min-width: 100px;
}
.comment-form summary {
  border: none;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.comment-form .field--name-subject:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.comment-form .field--name-subject label {
  float: left;
  margin-right: 5px;
  min-width: 100px;
  font-weight: 700;
}
.comment-form .field--name-subject a {
  color: #0098aa;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.comment-form .field--name-subject a:hover, .comment-form .field--name-subject a:focus {
  color: #333333;
}
.comment-form .field--name-comment-body label {
  font-weight: 700;
}
.comment-form .field--name-comment-body .form-item {
  margin-bottom: 0;
}
.comment-form .field--name-subject label {
  line-height: 40px;
  float: left;
  min-width: 80px;
}
.comment-form .form-item-homepage label {
  font-weight: 700;
  line-height: 33px;
  float: left;
  margin-right: 5px;
  min-width: 100px;
}
.comment-form .form-date {
  float: left;
  margin-right: 10px;
}
.comment-form .form-date, .comment-form .form-time {
  padding: 10px 20px;
  min-width: 195px;
}
.comment-form .form-text, .comment-form .form-url {
  width: 100%;
  max-width: 400px;
}
.comment-form .form-radios:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.comment-form .form-radios > .form-item {
  float: left;
  margin-right: 20px;
}

.comment-confirm-form .form-actions {
  margin-top: 20px;
}

/* end form-comment */
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.row-fluid,
.container-fluid > .row {
  margin-left: 0;
  margin-right: 0;
}
.row-fluid > [class^=col-],
.container-fluid > .row > [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.row-wider {
  margin-left: -30px;
  margin-right: -30px;
}
.row-wider > [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1199px) {
  #slideshow .banner-title {
    width: 400px;
    font-size: 26px;
  }

  #slideshow .banner-subtitle {
    width: 400px;
    font-size: 20px;
    top: 52%;
  }
}
@media (min-width: 992px) {
  .region-primary-menu {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* view metro */
  .metro-link .fa {
    top: 37px;
    font-size: 58px;
  }
  .metro-link a {
    padding-top: 115px;
  }
  .metro-link a:hover .fa {
    top: 48px;
  }

  .metro-homepage {
    min-height: 158px;
  }

  /* end view metro */
}
@media (max-width: 991px) {
  #block-sitebranding {
    width: 32%;
  }

  /* header */
  .intro-block-home {
    width: 68%;
    margin-top: 47px;
  }

  /* end header */
  /* view metro */
  .metro-link {
    width: 25%;
  }

  .metro-content {
    width: 50%;
  }

  .metro-homepage {
    min-height: 183px;
  }

  /* end view metro */
  /* menu responsive */
  .fixed-menu {
    text-align: center;
  }

  .responsive-menu-button {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-size: 1.571em;
    font-family: "arial";
    text-transform: uppercase;
  }
  .responsive-menu-button:hover, .responsive-menu-button:focus {
    color: #fff;
  }

  .header .navbar-toggle {
    display: none;
  }

  .responsive-menu-button + div {
    display: none;
  }

  #main-menu .region-primary-menu {
    display: none;
  }
  #main-menu nav ul {
    margin-top: 50px;
    padding: 0px;
    width: 150px;
    margin-left: 0px;
    position: absolute;
  }
  #main-menu nav ul li {
    list-style: none;
    padding: 0;
    border-top: 1px solid #242629;
  }
  #main-menu nav ul li a {
    display: block;
    padding: 10px;
    font-size: 1.142em;
    transition: all 0.3s;
    width: 150px;
  }
  #main-menu nav ul li a:active {
    background: #077bad;
  }
  #main-menu nav ul li:last-child {
    border-bottom: none;
  }
  #main-menu nav ul li:last-child a {
    border-bottom: none;
  }

  /* end menu responsive */
  /* view services */
  .services-block .views-view-grid .views-col {
    float: none;
    width: 100% !important;
  }

  /* end view services */
  /* view blog */
  .blogs-block .view-content {
    margin-right: 0;
  }

  .owl-carousel-blogs .views-row {
    padding-right: 0;
  }

  /* End view blog */
  /* view portfolio */
  .portfolio-isotope .view-content-body .views-row {
    width: 33.33333%;
    padding-right: 8px;
  }

  /* end view portfolio */
  /* block contact */
  .contact-content {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .iframe-map {
    padding-left: 0;
    width: 100%;
    float: none;
  }

  /* end block contact */
  /* content-detail */
  .content-detail .field-name-field-image {
    margin-right: 25px;
  }

  /* end content-detail */
  /* Mobile menu */
  .main_menu {
    display: block;
    padding-left: 10px;
  }

  .main_menu li:before {
    display: none;
  }

  #block-menu-menu-head-menu-mobile {
    display: block;
  }

  #block-menu-menu-head-menu,
#block-system-user-menu {
    display: none;
  }

  .header {
    height: 170px;
  }
  .header .container {
    width: 100%;
  }

  .site-slogan {
    float: right;
    margin-top: -30px;
  }

  #block-sitebranding {
    width: 150px;
    margin-left: 200px;
  }

  .intro-block-home {
    margin-top: 10px;
    float: right;
    width: auto;
    margin-right: 0px;
  }

  .header .button {
    padding-top: 0px;
    float: right;
    text-align: center;
    width: 300px;
  }

  a.responsive-menu-button {
    background: #37414e;
    width: 150px;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    margin-top: 10px;
    position: absolute;
  }

  #slideshow .banner-title {
    width: 420px;
    font-size: 26px;
    background: rgba(255, 255, 255, 0.7);
    right: 10px;
    padding-left: 10px;
  }

  #slideshow .banner-subtitle {
    width: 420px;
    background: rgba(255, 255, 255, 0.7);
    right: 10px;
    padding-left: 10px;
    top: 56%;
  }

  .footer .container {
    width: 100%;
    padding: 15px 0 0 0;
  }

  #block-footer {
    padding-left: 12px;
    width: 18%;
  }

  #block-socialmenu {
    width: 32%;
  }

  .not-front .header {
    height: 150px;
  }

  .about-page .column-aside-right {
    height: 320px;
  }

  .lightblue-fieldset .views-field-title {
    height: 40px;
  }

  .lightblue-fieldset .views-field-body {
    height: 70px;
  }

  #block-contactinformation {
    padding-left: 20px;
  }

  .contact-page table {
    width: 360px;
  }

  #block-footerinfo img {
    width: 100px;
  }

  video.new-video {
    width: 300px;
  }

  .column-aside-left {
    width: 100%;
    float: none;
    position: unset;
    text-align: center;
  }

  .column-aside-left img {
    height: 200px;
  }

  .column-aside-right {
    width: 100%;
    position: unset;
    height: auto;
    text-align: center;
    margin-top: 30px;
  }
  .column-aside-right h2 {
    text-align: center;
  }

  .column-aside-right .button {
    margin-left: 1em;
  }

  .column-aside-right .inner-div {
    position: unset;
    top: unset;
    transform: unset;
  }

  .column-aside-right h1 {
    text-align: center;
  }

  .column-aside-right h3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #block-sitebranding {
    float: none;
    width: 100%;
    margin-left: 0px;
  }

  .headline .content li {
    font-size: 12px;
  }

  .site-logo img {
    width: 100%;
    max-width: 130px;
  }

  .header {
    text-align: center;
    height: 190px;
  }

  a.responsive-menu-button {
    padding: 7px;
    margin-top: 40px;
  }

  #main-menu nav ul {
    margin-top: 76px;
  }

  .header .button {
    margin-right: 15px;
    margin-top: -30px;
  }

  #slideshow .banner-title {
    width: 340px;
    font-size: 20px;
  }

  #slideshow .banner-subtitle {
    width: 400px;
    font-size: 18px;
  }

  .section-first h2 {
    margin: 30px 0;
  }

  .intro-block-home {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }
  .intro-block-home h1 {
    font-size: 1.428em;
  }
  .intro-block-home p {
    font-size: 1em;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  .section-second .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-third .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-fourth .container, .section-fifth .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  /* end header */
  /* view metro */
  .metro-link {
    width: 50%;
  }

  .metro-content {
    width: 100%;
  }
  .metro-content img {
    width: 100%;
  }
  .metro-content .views-field-body {
    display: none;
  }
  .metro-content .metro-info {
    background: rgba(0, 152, 170, 0.6);
    text-align: left;
    position: absolute;
    bottom: 0;
    width: 101%;
    height: 57px;
    display: block;
    padding: 20px;
  }
  .metro-content .metro-info a {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    color: #fff;
    font-size: 1.428em;
  }
  .metro-content .metro-info a:hover, .metro-content .metro-info a:focus {
    text-decoration: underline;
  }
  .metro-content .metro-info .field-body {
    display: none;
  }

  .metro-homepage {
    min-height: 180px;
  }

  /* end view metro */
  /* view portfolio */
  .portfolio-isotope .portfolio-select-list {
    display: block;
    height: 44px;
    border: 1px solid #333333;
    padding: 0 20px;
    width: 100%;
    color: #333333;
    font-family: "open_sansregular";
    font-size: 1.142em;
    background: none;
  }
  .portfolio-isotope .portfolio-select-list option {
    padding: 10px 20px;
    height: 44px;
    background: none;
  }
  .portfolio-isotope .view-header {
    margin-bottom: 50px;
  }
  .portfolio-isotope .view-header .views-row {
    display: none;
    text-align: left;
    border-right: 2px solid #333333;
    border-left: 2px solid #333333;
  }
  .portfolio-isotope .view-header .views-row > a {
    color: #333333;
    display: block;
    border-bottom: 1px solid #d0d0d0;
    font-size: 1.142em;
    width: 100%;
    font-family: "open_sansregular";
    padding: 10px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: none;
    /*  &.current {
         text-transform: none;
     } */
  }
  .portfolio-isotope .view-header .views-row > a:hover, .portfolio-isotope .view-header .views-row > a:focus {
    color: #0098aa;
  }
  .portfolio-isotope .view-header .views-row:last-child {
    border-bottom: 2px solid #333333;
  }
  .portfolio-isotope .view-header .views-row:last-child a {
    border-bottom: none;
  }
  .portfolio-isotope .view-header .views-row:first-child {
    border-top: 2px solid #333;
  }
  .portfolio-isotope .view-header > div {
    display: block;
  }
  .portfolio-isotope .view-header .mobile-item {
    cursor: pointer;
    border: none;
    background: none;
    border: 2px solid #333333;
  }
  .portfolio-isotope .view-header .mobile-item > a {
    color: #333333;
    position: relative;
    border: none;
    background: none;
  }
  .portfolio-isotope .view-header .mobile-item > a:before {
    position: absolute;
    bottom: 50%;
    right: 10px;
    margin-bottom: -5px;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333333;
  }
  .portfolio-isotope .view-header .mobile-item > a:hover, .portfolio-isotope .view-header .mobile-item > a:focus {
    background: none;
    color: #333333;
  }
  .portfolio-isotope .view-header .tab-open .mobile-item > a:before {
    border-top: none;
    border-bottom: 5px solid #333333;
  }
  .portfolio-isotope .view-content-body .views-row {
    width: 50%;
    padding-right: 8px;
  }
  .portfolio-isotope .views-field-body {
    display: none;
  }
  .portfolio-isotope .views-field-view-node {
    display: none;
  }
  .portfolio-isotope .view-field-nothing {
    transform: translate(0);
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    -moz-transform: translate(0);
    opacity: 1;
    background: none;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    height: auto;
  }
  .portfolio-isotope .view-field-field-images a {
    display: block;
  }
  .portfolio-isotope .views-field-title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .portfolio-isotope .views-field-title a {
    margin-top: 0;
    margin-bottom: 0;
  }

  /* end view portfolio */
  /* content detail */
  .content-detail .field-name-field-image {
    margin-right: 20px;
    margin-bottom: 15px;
  }

  /* end content detail */
  /*  block comment */
  .content-comment .indented {
    padding-left: 100px;
  }

  /* end block comment*/
  /* footer */
  .footer {
    text-align: center;
  }
  .footer .region-footer > div {
    float: none;
    width: 100%;
    text-align: center;
  }
  .footer .socials .social-list li {
    margin: 0 3px;
  }
  .footer .socials p {
    display: inline-block;
  }

  /* end footer */
  .three-column, .four-column {
    width: 50%;
    margin-bottom: 10px;
  }

  .views-three-column {
    width: 50%;
  }

  .section-sixth .container {
    padding: 30px;
  }

  .block-views-blockreviews-block-1 .views-field-body {
    font-size: 18px;
  }
  .block-views-blockreviews-block-1 \  .views-field-field-patient-name {
    font-size: 18px;
  }

  #block-footer, #block-footerservices {
    width: 30%;
  }

  #block-socialmenu {
    width: 40%;
  }

  .main_menu {
    padding-left: 0px;
  }

  .copyright, .copyright-1 {
    float: none !important;
  }

  #block-footerinfo {
    width: 100%;
    margin-bottom: 10px;
  }

  #block-footerinfo img {
    margin-bottom: 10px;
  }

  .footer h4 {
    margin-bottom: 5px;
  }

  #block-footerservices h2, #block-footerservices h2 {
    text-align: left;
  }

  #block-socialmenu {
    text-align: left;
  }

  .content-detail h2 {
    margin-bottom: 15px;
  }

  .not-front .header {
    height: auto;
  }

  .about-page .three-column {
    height: 45px;
    width: 100%;
    position: unset;
    margin: 0 1.3% 10px 0%;
  }

  .about-title {
    position: unset;
    transform: unset;
    top: unset;
    left: unset;
    line-height: 15px;
    padding: 0;
  }

  .membership h1 {
    margin: 30px 0;
  }

  .membership .about-title {
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
  }

  .lightblue-fieldset .views-field-body {
    height: 90px;
  }

  #block-webform {
    width: 100%;
  }

  #block-contactinformation {
    width: 100%;
  }

  .header {
    height: auto;
  }

  .header .button {
    width: 100%;
    margin-right: 0px;
  }

  .header .container {
    width: 100%;
    padding: 0px;
  }

  .site-slogan {
    float: unset;
    padding-bottom: 20px;
  }

  a.responsive-menu-button {
    padding: 7px;
    margin-top: 20px;
    width: 100%;
    position: unset;
  }

  #main-menu nav ul {
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    margin-left: 0px;
    border-radius: 0px;
  }

  #main-menu nav ul li {
    width: 100%;
  }

  #main-menu nav ul li a {
    width: auto;
  }

  #slideshow .container {
    position: unset;
  }

  #slideshow .banner-pic img {
    max-width: 130%;
  }

  #slideshow .banner-subtitle {
    display: none;
  }

  #slideshow .banner-title {
    position: unset;
    background-image: linear-gradient(to right, #47a45b, #acee77);
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: white;
    padding-top: 20px;
    font-weight: bold;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 2.571em;
  }

  /* Page login */
  .form-text,
.form-email {
    max-width: 100%;
    width: 100%;
  }

  nav.tabs {
    text-align: center;
  }
  nav.tabs ul li {
    float: none;
    display: inline-block;
  }
  nav.tabs ul li a {
    display: inline-block;
  }

  /* end page login */
  .owl-carousel-portfolio {
    margin-bottom: 25px;
  }
  .owl-carousel-portfolio .owl-theme .owl-controls {
    margin-top: 36px;
    /* note */
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  .headline .content ul {
    margin: 0;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  #block-footer, #block-footerservices {
    display: none;
  }

  #block-socialmenu {
    width: 100%;
    text-align: center;
  }

  ul.menu {
    text-align: center;
  }

  #block-footerservices h2 {
    text-align: center;
  }

  .content-detail h2 {
    text-align: center;
  }

  .main {
    margin: 30px 0;
  }

  .about-page .three-column {
    height: 35px;
  }

  .about-page .column-aside-right {
    height: 294px;
  }

  .views-view-grid.cols-2 .views-col {
    width: 100%;
  }

  .lightblue-fieldset .views-field-title {
    height: auto;
  }

  .lightblue-fieldset .views-field-body {
    height: auto;
  }

  .two-column {
    width: 100%;
  }

  .headline .content {
    text-align: center;
  }

  .new-video {
    width: 100%;
  }
}
@media (max-width: 609px) {
  body.toolbar-fixed .toolbar-oriented,
.toolbar-oriented .toolbar-bar,
.toolbar-oriented .toolbar-tray {
    position: fixed;
    top: 0;
  }
}
@media (max-width: 560px) {
  /* view blog */
  .owl-carousel-blogs .views-field-field-image {
    margin: 0 20px 0 0;
  }

  /* end view blog */
  /* Page login */
  nav.tabs {
    text-align: center;
  }
  nav.tabs ul li {
    float: none;
    margin-right: 0;
    margin-bottom: 7px;
  }
  nav.tabs ul li a {
    display: inline-block;
    min-width: 200px;
    min-height: 44px;
  }

  /* end page login */
  .branding-page .section-third p {
    font-size: 14px;
  }

  .branding-page .section-third .container {
    padding: 30px;
  }

  .branding-page .two-column {
    width: 48%;
    margin: 20px 1% 0;
    padding: 10px;
  }

  .section-fourth h2, .section-fifth h2 {
    margin-bottom: 20px;
  }

  .block-views-blockreviews-block-1 .views-field-body {
    font-size: 16px;
  }

  .block-views-blockreviews-block-1 .views-field-field-patient-name {
    font-size: 16px;
  }

  .not-front .header {
    height: auto;
    padding-bottom: 0px !important;
  }

  .about-page .three-column {
    height: 45px;
  }

  .content-detail h2 {
    font-size: 16px;
  }

  #content .page-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  /*  block comment */
  .js-comment {
    padding-left: 70px;
  }
  .js-comment img {
    max-width: 60px;
  }
  .js-comment footer a {
    float: none;
    margin-right: 0;
  }

  .content-comment h2 {
    font-size: 1.786em;
  }
  .content-comment .indented {
    padding-left: 25px;
  }

  /* end block comment*/
  /* view metro */
  .metro-homepage {
    min-height: 172px;
  }

  .metro-content .metro-info {
    height: 44px;
    padding: 12px;
  }
  .metro-content .metro-title a {
    margin-bottom: 10px;
  }

  /* end view metro */
  /* view portfolio */
  .portfolio-isotope .view-content-body .views-row {
    width: 100%;
    padding-right: 8px;
  }

  .owl-carousel-portfolio {
    margin-bottom: 20px;
  }
  .owl-carousel-portfolio .owl-theme .owl-controls {
    margin-top: 31px;
    /* note */
  }

  /* end view portfolio */
  /* content detail */
  .content-detail .title, .content-detail #block-pagetitle h1, #block-pagetitle .content-detail h1 {
    font-size: 2.142em;
  }
  .content-detail .field-name-field-image {
    float: none;
    text-align: center;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .content-detail .field-name-field-icon {
    float: none;
    margin-right: 0;
  }

  /* end content detail */
  nav.tabs ul li {
    margin-left: 0;
    display: block;
  }
  nav.tabs ul li a {
    display: block;
  }

  .branding-page .iframe-map img {
    width: 80%;
  }

  .branding-page .section-fourth .title, .branding-page .section-fourth #block-pagetitle h1, #block-pagetitle .branding-page .section-fourth h1 {
    width: 320px;
    font-size: 22px;
  }

  .branding-page .two-column {
    width: 80%;
    margin: 20px 10% 0;
  }

  .branding-page .section-fourth .column-aside-right {
    background-size: cover;
  }

  .tab button {
    padding: 10px;
    font-size: 14px;
  }

  .three-column, .four-column {
    width: 100%;
  }

  .headline .container {
    padding: 0px;
  }

  h2 {
    font-size: 16px;
  }

  .column-aside-left img {
    height: 160px;
  }

  h1 {
    font-size: 22px;
  }

  h3 {
    font-size: 14px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 13px;
  }

  .footer .copyright, .footer .copyright-1 {
    font-size: 12px;
  }

  .column-aside-right h1 {
    margin-bottom: 10px;
  }

  .bottom20 {
    margin-bottom: 10px !important;
  }

  p, ul, ol {
    margin-bottom: 10px;
  }

  .top30 {
    margin-top: 20px;
  }

  .views-three-column {
    width: 100%;
  }

  .section-fourth h2, .section-fifth h2 {
    margin-bottom: 0px;
  }

  .block-views-blockreviews-block-1 .views-field-body {
    font-size: 14px;
  }

  .block-views-blockreviews-block-1 .views-field-field-patient-name {
    font-size: 14px;
  }

  .about-title {
    font-size: 12px;
  }

  .contact-page table p {
    font-size: 14px;
  }

  .contact-page table {
    width: 100%;
  }

  .site-logo img {
    width: 100%;
    max-width: 100px;
  }

  .site-slogan svg {
    width: 250px;
  }

  #slideshow .banner-pic img {
    max-width: 150%;
  }

  #slideshow .banner-title {
    font-size: 16px;
  }

  .section-first h2 {
    margin-top: 20px;
  }
}
@media (max-width: 375px) {
  .metro-content .metro-info {
    height: 44px;
    padding: 12px;
  }
  .metro-content .metro-title a {
    margin-bottom: 10px;
  }
}
@media (max-width: 360px) {
  .header h1 {
    margin-bottom: 15px;
    line-height: 1.4;
  }

  /* view metro */
  .metro-link .fa {
    top: 31px;
    font-size: 58px;
  }
  .metro-link a {
    padding-top: 101px;
  }
  .metro-link a:hover .fa {
    top: 40px;
  }

  .metro-homepage {
    min-height: 149px;
  }

  .metro-content .metro-title a {
    margin-bottom: 10px;
    font-size: 1.214em;
  }

  /* end view metro */
  /* view blog */
  .owl-carousel-blogs .views-field-field-image img {
    max-width: 80px;
  }

  /* end view blog */
  /* view portfolio */
  .portfolio-isotope .view-content-body .views-row {
    width: 100%;
    padding-right: 8px;
  }

  .owl-carousel-portfolio {
    margin-bottom: 15px;
  }
  .owl-carousel-portfolio .owl-theme .owl-controls {
    margin-top: 26px;
    /* note */
  }

  /* end view portfolio */
  /* content detail */
  .content-detail .field-name-field-image {
    float: none;
  }

  /* end content detail */
  /*  block comment */
  .content-comment .indented {
    padding-left: 15px;
  }

  /* end block comment*/
  .branding-page .slideshow-wrapper {
    background: #15161a url(../images/bg-panel-1.jpg) center top no-repeat;
    padding-top: 30px;
  }

  .section-second .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-second .contact-content {
    margin-bottom: 10px;
  }

  .branding-page .section-third .container {
    padding: 20px;
  }

  h3 {
    font-size: 16px;
  }

  .branding-page .section-fourth .column-aside-left {
    height: 150px;
  }

  .branding-page .section-fourth .title, .branding-page .section-fourth #block-pagetitle h1, #block-pagetitle .branding-page .section-fourth h1 {
    width: 260px;
    height: 42px;
    font-size: 18px;
  }

  .branding-page .section-fourth .service-name {
    font-size: 14px;
  }

  .branding-page .section-fourth .service-content {
    height: auto;
  }

  .branding-page .section-sixth h2 {
    margin-bottom: 30px;
  }

  .branding-page .section-sixth .container {
    padding: 5px;
  }

  .tab button {
    padding: 5px;
    font-size: 12px;
    margin-right: 3px;
  }

  .plan-table img {
    width: 160px;
  }

  .branding-page .section-sixth {
    padding: 30px 0;
  }

  .headline .content li a {
    padding-left: 10px;
  }

  #main-menu nav ul li a {
    font-size: 14px;
  }

  a.responsive-menu-button {
    font-size: 16px;
  }

  .views-field-field-slideshow img {
    max-width: 350px;
  }

  #slideshow .banner-title {
    position: unset;
    font-size: 14px;
    width: 100%;
  }

  .section h2 {
    font-size: 14px;
  }

  .section-first h2 {
    margin: 10px 0;
  }

  .section-second .container {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .column-aside-left img {
    height: 120px;
  }

  .column-aside-right {
    margin-top: 20px;
  }

  h1 {
    font-size: 18px;
  }

  h3 {
    font-size: 14px;
  }

  body {
    font-size: 12px;
  }

  .views-three-column {
    padding: 5px 0;
  }

  .section-fourth .container, .section-fifth .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-sixth .container {
    padding: 10px 0px;
  }

  .block-views-blockreviews-block-1 .views-field-body {
    font-size: 12px;
  }

  .block-views-blockreviews-block-1 .views-field-field-patient-name {
    font-size: 12px;
  }

  .button a {
    padding: 5px 10px;
  }

  .column-aside-right .button a {
    padding: 5px 30px;
  }

  .views-field-title {
    font-size: 14px;
  }

  ul.menu {
    margin-left: 0px;
  }

  .footer .copyright, .footer .copyright-1 {
    font-size: 10px;
  }

  .membership .three-column {
    margin-right: 0px;
    width: 170px;
    height: 170px;
  }

  .contact-form {
    padding: 0px;
  }

  #block-contactinformation {
    padding-left: 0px;
  }

  .contact-page table td {
    width: 100%;
    float: left;
    border: 0px;
    text-align: center;
  }

  .contact-page table tr td:first-child {
    width: 100%;
  }

  .contact-page h2 {
    text-align: center;
  }

  .site-slogan svg {
    width: 220px;
  }

  .site-slogan {
    padding-bottom: 10px;
  }

  .main_menu {
    margin-top: -10px;
  }

  #slideshow .banner-title {
    font-size: 14px;
  }

  .headline .content li {
    display: inline-block;
    width: 100%;
  }

  .site-slogan {
    height: 90px;
  }

  .header .button {
    display: none;
  }
}
@media (max-width: 320px) {
  /* view metro */
  .metro-link .fa {
    top: 33px;
    font-size: 58px;
  }
  .metro-link a {
    padding-top: 106px;
  }
  .metro-link a:hover .fa {
    top: 43px;
  }

  .metro-homepage {
    min-height: 149px;
  }

  /* end view metro */
}

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