@import url(http://fonts.googleapis.com/css?family=Cantora+One);

@import "nav.css";
/* ==========================================================================
   Fonts & Type & Resets
   ========================================================================== */
html {
  height: 100%;
}
body {
  font-size: 100%;
  margin: 0;
  line-height: 1.5;
  font-weight: normal;
  font-family: 'century gothic', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  color: #626262;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  margin: .5em 0;
}
p {
  margin-top: 0;
  margin-bottom: .5em;
}
p a,
ul li a {
  color: #8CCED8;
}
p a:hover,
ul li a:hover {
  text-decoration: none;
}
p,
li {
  font-weight: normal;
  font-size: 0.95em;
  font-family: 'Lato', sans-serif;
}
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */

}
.container {
  margin: 0 auto;
}
.cantora {
  font-family: 'Cantora One', sans-serif;
}
.century {
  font-family: 'century gothic', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.helvetic {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
}
.lato {
  font-family: 'Lato', sans-serif;
}
/* -- Clear fix .cf  -- */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
.box-size {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../boxsizing.html);
}
.text-right {
  /* Text aligned to the right */

  text-align: right;
}
.text-center {
  /* Text aligned to the right */

  text-align: center;
  font-size: 1.15em;
}
/* ==========================================================================
   Global Stylings
   ========================================================================== */
.desktop-hide {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .desktop-hide {
    display: block !important;
  }
}
.scrollToTop {
  bottom: 25px;
  color: #444;
  display: none;
  opacity: 1;
  padding: 10px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  font-size: 2.6em;
  color: #333;
  opacity: 0.4;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear;
  z-index: 9997483647;
}
.scrollToTop:hover {
  opacity: 0.8;
}
@media all and (max-width: 580px) {
  .scrollToTop {
    display: none !important;
  }
}
/* ==========================================================================
   Variables
   ========================================================================== */
::selection {
  background: #4b349b;
  color: #fff;
}
::-moz-selection {
  background: #4b349b;
  color: #fff;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */

  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
}
/* Mixin */
/* Mixin */
/* Mixin */
/* Mixin */
/* ==========================================================================
   Navigation
   ========================================================================== */
/*---- Nav & Sub Nav active state ---------*/
.sub-nav li.active a {
  color: #000;
  text-decoration: underline;
}
/* ==========================================================================
   Blog
   ========================================================================== */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin: 0 0px 8px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 8px 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img {
  border: 0;
}
/* ==========================================================================
   Variables
   ========================================================================== */
/*--- Text Variables ---*/
.teal-text {
  color: #8CCED8;
}
.pink-text {
  color: #E987B8;
}
.white-text {
  color: #ffffff;
}
.purple-text {
  color: #4B349B;
}
.grey-text {
  color: #6D6D6D;
}
.lightgrey-text {
  color: #8B8B8B;
}
.darkgrey-text {
  color: #444444;
}
.black-text {
  color: #000000;
}
.white-text {
  color: #ffffff;
}
.cursive-text {
  font-family: cursive;
}
/* ==========================================================================
   Header
   ========================================================================== */
.header-phone {
  padding: 40px 0px 10px 0;
  font-size: 1.4em;
  margin-bottom: 0;
  font-family: 'century gothic', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.header-phone a {
  color: #e987b8;
  text-decoration: none;
}
.header-phone a:hover {
  text-decoration: underline;
}
.header-phone a.fb {
  color: #3765A3;
  transition: 0.3s;
}
.header-phone a.fb span.fa-stack {
  margin-top: -5px;
  margin-left: 5px;
  font-size: 0.8em;
}
.header-phone a.fb:hover {
  color: #25518d;
}
.grid.header {
  padding: 0!important;
}
.header {
  background: url(../img/header-bg.png) 0% 50% no-repeat;
  background-size: contain;
  margin-top: 47px!important;
}
.header .header-holder {
  height: 150px;
}
@media screen and (max-width: 480px) {
  .header {
    background-size: cover;
  }
}
@media screen and (max-width: 480px) {
  .header .clarendon-logo-holder {
    width: 60%;
    margin: 0px;
  }
}
.header .clarendon-logo-holder img {
  max-width: 249px;
  margin: 0 auto;
  padding: 20px 0px 10px 0;
  border: 0;
}
.header .clarendon-logo-holder a img {
  border: 0;
}
.header .clarendon-logo-holder a {
  border: 0;
}
.header .mob-menu-holder {
  width: 100%;
}
.header .header-links a {
  color: #666666;
  font-family: 'century gothic', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-size: 0.875em;
  text-decoration: none;
  padding: 0 15px;
  border-right: 1px solid #666;
}
.header .header-links a:hover {
  color: #aaaaaa;
  text-decoration: underline;
}
.header .header-links a.last {
  padding-right: 0;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .header {
    margin-top: 0!important;
  }
}
@media screen and (max-width: 690px) {
  .header .header-links {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .header .col4 {
    width: 100%;
  }
  .header .col8 {
    width: 100%;
    text-align: center;
  }
  .header .col8 .header-phone {
    padding-top: 0;
  }
}
/* ==========================================================================
   Footer
   ========================================================================== */
.footer-logo img {
  max-width: 100% !important;
  width: auto !important;
  display: auto;
  margin: 0 auto;
}
.footer-links {
  list-style: none;
  margin-top: 8px !important;
}
.footer-links li {
  font-size: 0.875em;
  margin-bottom: 6px;
}
.footer-links li a {
  color: #666666;
  text-decoration: none;
}
.footer-links li a:hover {
  color: #aaaaaa;
  text-decoration: underline;
}
.footer {
  padding: 40px 0px;
}
.footer span.sat {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.8em;
  font-style: italic;
}
.footer-address {
  font-size: 0.750em;
  margin-top: 8px;
}
.time-holder {
  font-size: 0.750em;
  padding: 4px 0;
}
.time-holder span {
  font-family: 'Lato', sans-serif;
}
.time-holder span.days {
  text-transform: uppercase;
  font-size: 0.95em;
}
.underline {
  border-bottom: 1px #cccccc solid;
  padding-bottom: 5px;
}
.copyright-holder {
  background-color: #eaeaea;
  padding: 5px 0;
}
.copyright-holder span {
  font-size: 0.750em;
}
.footer-website-holder {
  padding: 5px;
}
.footer-website-holder a {
  color: #8b8b8b;
  text-decoration: none;
  transition: 0.3s;
  padding: 3px;
}
.footer-website-holder a:hover {
  background-color: #29AAE2;
  color: #fff;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .footer {
    padding: 10px 0px 10px 10px;
  }
  .footer .col4 {
    width: 48%;
  }
  .footer .tab-show img {
    max-width: 150px;
    margin: 0 auto;
  }
  .footer-link li {
    text-align: center;
  }
}
@media screen and (max-width: 330px) {
  .footer .col4 .footer-links {
    display: none!important;
  }
}
/* ==========================================================================
   Homepage
   ========================================================================== */
/*--- Hero Slider ---*/
.hero-flexslider {
  height: 100%;
  font-family: 'century gothic', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.hero-flexslider .slides li .first-holder {
  max-width: 594px;
  font-family: 'century gothic', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  width: 59.4%;
  height: auto;
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
}
.hero-flexslider .slides li .first-holder a img {
  transition: 0.3s;
}
.hero-flexslider .slides li .first-holder .grey-background {
  transition: 0.3s;
}
.hero-flexslider .slides li .first-holder:hover a img {
  opacity: 0.8;
}
.hero-flexslider .slides li .first-holder:hover .grey-background {
  background: rgba(0, 0, 0, 0.6);
}
.hero-flexslider .slides li .first-holder a {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
}
.hero-flexslider .slides li .first-holder a i {
  color: #ffffff;
}
.hero-flexslider .slides li .first-holder .slide-text-position {
  position: absolute;
  left: 10px;
  bottom: 30px;
}
.hero-flexslider .slides li .first-holder .find-out {
  background-color: #4b349b;
  display: block;
  float: left;
  padding: 5px 10px;
  margin-top: 10px;
  text-transform: capitalize;
  font-size: 0.875em;
}
.hero-flexslider .slides li .first-holder .find-out:hover {
  text-decoration: underline;
}
.hero-flexslider .slides li .first-holder .button-row {
  width: 100%;
}
.hero-flexslider .slides li .first-holder .button-row i {
  padding-left: 10px;
}
.hero-flexslider .slides li .fullwidth-holder {
  max-width: 1000px;
  overflow: hidden;
  font-family: 'century gothic', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  height: auto;
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
}
.hero-flexslider .slides li .fullwidth-holder a img {
  transition: 0.3s;
  height: auto;
}
.hero-flexslider .slides li .fullwidth-holder .grey-background {
  transition: 0.3s;
}
.hero-flexslider .slides li .fullwidth-holder:hover a img {
  opacity: 0.8;
}
.hero-flexslider .slides li .fullwidth-holder:hover .grey-background {
  background: rgba(0, 0, 0, 0.6);
}
.hero-flexslider .slides li .fullwidth-holder a {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
}
.hero-flexslider .slides li .fullwidth-holder a i {
  color: #ffffff;
}
.hero-flexslider .slides li .fullwidth-holder .slide-text-position {
  position: absolute;
  left: 10px;
  bottom: 30px;
}
.hero-flexslider .slides li .fullwidth-holder .find-out {
  background-color: #4b349b;
  display: block;
  float: left;
  padding: 5px 10px;
  margin-top: 10px;
  text-transform: capitalize;
  font-size: 0.875em;
}
.hero-flexslider .slides li .fullwidth-holder .find-out:hover {
  text-decoration: underline;
}
.hero-flexslider .slides li .fullwidth-holder .button-row {
  width: 100%;
}
.hero-flexslider .slides li .fullwidth-holder .button-row i {
  padding-left: 10px;
}
.hero-flexslider .slides li .second-holder {
  max-width: 206px;
  width: 20.6%;
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
  margin: 0 0.4%;
}
.hero-flexslider .slides li .third-holder {
  max-width: 192px;
  width: 19.2%;
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
}
/*--- Top Section ---*/
.welcome-text {
  font-size: 1.875em;
}
.welcome-banner {
  background: #6ea2ab;
  /* Old browsers */

  background: -moz-linear-gradient(left, #6ea2ab 0%, #8bcbd5 20%, #8bcbd5 50%, #8bcbd5 80%, #6ea2ab 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #6ea2ab), color-stop(20%, #8bcbd5), color-stop(50%, #8bcbd5), color-stop(80%, #8bcbd5), color-stop(100%, #6ea2ab));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(left, #6ea2ab 0%, #8bcbd5 20%, #8bcbd5 50%, #8bcbd5 80%, #6ea2ab 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(left, #6ea2ab 0%, #8bcbd5 20%, #8bcbd5 50%, #8bcbd5 80%, #6ea2ab 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(left, #6ea2ab 0%, #8bcbd5 20%, #8bcbd5 50%, #8bcbd5 80%, #6ea2ab 100%);
  /* IE10+ */

  background: linear-gradient(to right, #6ea2ab 0%, #8bcbd5 20%, #8bcbd5 50%, #8bcbd5 80%, #6ea2ab 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ea2ab', endColorstr='#6ea2ab', GradientType=1);
  /* IE6-9 */

  margin: 5px 0px 15px !important;
  padding: 15px 15px 25px 15px;
}
.welcome-banner h3 {
  margin: 0;
}
.welcome-banner p {
  font-size: 0.85em;
  width: 90%;
  margin: 0 auto;
  display: block;
}
.banner-title {
  font-weight: normal;
  font-size: 1.375em;
}
@media screen and (max-width: 700px) {
  .welcome-banner .banner-title {
    font-size: 0.875em;
  }
  .welcome-banner p {
    font-size: 0.75em;
  }
}
.tab-show {
  display: none;
}
.mob-show {
  display: none;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .tab-col6 {
    width: 48% !important;
  }
  .tab-last {
    margin: 0 !important;
  }
  .tab-hide {
    display: none !important;
  }
  .tab-show {
    display: block !important;
  }
  .hero-flexslider .first-holder {
    width: 75.55% !important;
  }
  .hero-flexslider .second-holder {
    display: none !important;
  }
  .hero-flexslider .third-holder {
    width: 24.45% !important;
    float: right !important;
  }
  .hero-flexslider li .hero-slides-bg {
    background-size: cover;
    padding-top: 55% !important;
  }
  .hero-flexslider .slides li {
    border: none !important;
  }
}
@media screen and (max-width: 768px) {
  .fullwidth-holder a img {
    width: 127.2%!important;
  }
}
@media screen and (max-width: 480px) {
  .fullwidth-holder a img {
    width: 168.5%!important;
    margin-left: -150px;
  }
}
@media screen and (max-width: 600px) {
  .copyright-holder span {
    float: left;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .main-holder {
    margin: 15px auto !important;
  }
  .main-holder .col4 {
    width: 90% !important;
    margin: 0 auto 30px !important;
    float: none;
    display: block;
  }
  .hero-flexslider .first-holder {
    width: 100% !important;
  }
  .hero-flexslider .first-holder .slide-text-position {
    bottom: 5px !important;
  }
  .hero-flexslider .first-holder .slide-text-position .grey-background i {
    line-height: 34px;
  }
  .hero-flexslider .first-holder .slide-text-position .button-row .find-out {
    margin-top: 5px !important;
  }
  .hero-flexslider .second-holder {
    display: none !important;
  }
  .hero-flexslider .third-holder {
    display: none !important;
  }
  .hero-flexslider li .hero-slides-bg {
    background-size: cover;
    padding-top: 72.6% !important;
  }
  .hero-flexslider .slides li {
    border: none !important;
  }
  .footer .col4 {
    width: 90% !important;
    margin: 0 auto !important;
    float: none;
    display: block;
  }
  .footer .col10 {
    float: left !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .footer .time-container {
    width: 80% !important;
  }
  .time-container {
    float: none !important;
    margin: 0 auto !important;
    display: block;
  }
  .footer-address {
    text-align: center !important;
  }
  .footer {
    padding: 0px 0px 20px !important;
  }
  .footer-logo img {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
    max-width: 50%!important;
  }
  .footer-links {
    display: none!important;
  }
  .copyright-holder span {
    text-align: center !important;
    float: left;
    width: 100% !important;
  }
  .mob-hide {
    display: none !important;
  }
  .mob-show {
    display: block !important;
  }
}
.general-title {
  font-weight: normal;
}
.treatment-list {
  list-style: none;
}
.treatment-list li {
  font-size: 0.875em;
  padding-bottom: 1px;
}
.treatment-list li::before {
  font-family: 'FontAwesome';
  content: "\f105";
  margin-right: 10px;
  color: #E987B8;
}
.treatment-list li a {
  text-decoration: none;
  color: #666666;
}
.treatment-list li a:hover {
  text-decoration: underline;
}
.promise-text {
  font-size: 0.813em;
  margin-top: -5px;
}
.promise-link {
  color: #666666;
  font-size: 0.9em;
  font-family: 'Lato', sans-serif;
}
.promise-link:hover {
  text-decoration: none;
}
.main-holder {
  margin: 45px auto !important;
  padding: 0px 0px 0px 10px !important;
}
.promo-img-text {
  position: absolute;
  right: 2.6%;
  bottom: 31%;
  width: 11%;
  font-size: 0.56em;
}
/*--- Testimonial Section ---*/
.testimonial-icon {
  width: auto !important;
  max-width: 100%;
  margin: 0 auto;
}
/*--- Google Map ---*/
.google-map {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 330px) {
  .google-map {
    display: none;
  }
}
.scrolloff {
  pointer-events: none;
}
/*--- Testimonial Slider ---*/
.slide1 {
  background: url('../img/slide1-bg.png');
  background-size: cover;
  background-position: center;
  margin: 0;
  height: 415px;
}
.slide2 {
  background: url('../img/slide2-bg.png');
  background-size: cover;
  background-position: center;
  margin: 0;
  height: 415px;
}
.slide-content {
  height: 415px;
  padding-top: 95px !important;
}
.slide-title {
  text-transform: uppercase;
}
.slide-text {
  font-size: 1.50em;
  margin-top: 20px;
}
/*--- Logos ---*/
.logo-row a {
  transition: 0.3s;
}
.logo-row a .logo-images {
  width: auto !important;
  max-width: 100%;
  float: left;
  opacity: 0.6;
  transition: 0.3s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.logo-row a:hover .logo-images {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  opacity: 1;
}
.logo-left {
  display: inline-block;
  margin: 0 11px;
}
.logo-left a {
  text-decoration: none;
}
.logo-row {
  width: 100%;
  display: table;
  text-align: center;
}
.logo-row a {
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .logo-row {
    display: none;
  }
  .slide1,
  .slide2 {
    height: 300px;
  }
  .slide-content {
    padding-top: 40px!important;
    height: 250px;
  }
  .slide-content .slide-title {
    font-size: 1em !important;
  }
  .slide-content .slide-text {
    font-size: 1em !important;
  }
}
@media screen and (max-width: 550px) {
  .slide1,
  .slide2 {
    height: 220px;
  }
  .slide-content {
    padding-top: 15px!important;
    height: 200px;
  }
  .slide-content .slide-title {
    font-size: 0.9em !important;
  }
  .slide-content .slide-text {
    font-size: 0.9em !important;
  }
  .slide-content p.text-center {
    font-size: 0.875em;
    margin-top: 10px;
  }
}
/*--- Hero Slider ---*/
.heroslider-container {
  overflow: hidden;
}
.hero-slider .flex-container {
  overflow: visible;
  width: 100%;
}
.hero-slider .hero-flexslider {
  margin: 0 auto;
}
.hero-slider .content {
  display: block;
  margin: 0 auto;
}
.hero-slider .flex-viewport {
  overflow: visible !important;
}
.greyscale {
  filter: gray;
  /* IE6-9 */

  filter: grayscale(1);
  /* Firefox 35+ */

  opacity: 0.4;
  -webkit-transition-property: all;
  -webkit-transition-duration: 1s, 1s;
  -webkit-transition-timing-function: linear, ease;
  -moz-transition-property: all;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: linear, ease;
  -o-transition-property: all;
  -o-transition-duration: 1s;
  -o-transition-timing-function: linear, ease;
  min-height: 100%;
}
.greyscale.flex-active-slide {
  filter: none !important;
  opacity: 1;
}
#hero-slide2 {
  background: url('../img/dental-practice.png') 50% 50%;
  background-size: cover;
  min-height: 100%;
  width: 100%;
  float: left;
  position: relative;
}
.hero-flexslider li .hero-slides-bg {
  background-size: cover;
  padding-top: 43.2%;
}
.hero-flexslider .slides li {
  border: none !important;
}
/* ==========================================================================
   Mainpage
   ========================================================================== */
.main-hero {
  /*background: url('../img/clarendon-house-main-hero.jpg') 50% 50% no-repeat;*/

  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 200px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding: 100px 0px 0px;
}
@media screen and (max-width: 480px) {
  .main-hero {
    padding: 70px 0px 20px;
  }
}
.grey-background,
.p_title {
  background-color: rgba(80, 80, 80, 0.7);
  padding: 4px 10px 1px;
  margin: 0;
  line-height: 0;
  display: -webkit-inline-box;
  font-weight: inherit;
  font-size: inherit;
}
@media screen and (max-width: 480px) {
  .grey-background,
  .p_title {
    padding: 5px 10px;
  }
}
.grey-background i,
.p_title i {
  line-height: 37px;
  font-size: 1.375em;
  font-weight: thin;
}
@media screen and (max-width: 480px) {
  .grey-background i,
  .p_title i {
    font-size: 1.1em;
  }
}
section.main-body {
  padding-bottom: 30px;
  border-bottom: 10px solid #E987B8;
  /*--- Sidebar Right Contact ---*/

}
section.main-body aside.col3.sb-left {
  width: 21%;
}
section.main-body aside.col3.sb-right {
  width: 20%;
  float: right;
}
section.main-body aside.sb-left {
  /*--- Side Nav ---*/

}
section.main-body aside.sb-left .side-nav ul li {
  list-style: none;
  text-transform: uppercase;
  padding: 5px;
}
section.main-body aside.sb-left .side-nav ul li.active a:after {
  font-family: 'FontAwesome';
  content: "\f107";
}
section.main-body aside.sb-left .side-nav ul li a {
  width: 100%;
  color: #111;
  font-size: 0.875em;
  display: block;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 7px;
}
section.main-body aside.sb-left .side-nav ul li a:after {
  content: '';
  font-family: 'FontAwesome';
  content: "\f105";
  text-align: right;
  right: 0;
  float: right;
}
section.main-body aside.sb-left .side-nav ul li a.active:after {
  font-family: 'FontAwesome';
  content: "\f107";
}
section.main-body aside.sb-left .side-nav ul li:hover {
  cursor: pointer;
}
section.main-body aside.sb-left .side-nav ul li ul li {
  padding: 3px 5px;
}
section.main-body aside.sb-left .side-nav ul li ul li.selected a {
  font-weight: bold;
  color: #E987B8;
}
section.main-body aside.sb-left .side-nav ul li ul li a {
  border: 0;
  font-size: 0.9em!important;
  margin-bottom: 0;
}
section.main-body aside.sb-left .side-nav ul li ul li a:after {
  display: none;
}
section.main-body aside.sb-left .side-nav ul li ul {
  display: none;
}
section.main-body aside.sb-left .side-nav ul li ul li {
  text-transform: none;
  border-bottom: none;
}
section.main-body aside.sb-left .side-nav ul li ul li a {
  text-decoration: none;
  color: #666;
  font-size: 0.750em;
}
section.main-body aside.sb-left .side-nav ul li ul li a:hover {
  color: #E987B8;
  text-decoration: underline;
}
section.main-body aside.sb-left .left-side-promo {
  margin-top: 30px;
}
section.main-body aside.sb-left .left-side-promo img {
  width: auto;
}
section.main-body aside.sb-left .left-side-promo a img {
  transition: 0.3s;
}
section.main-body aside.sb-left .left-side-promo a:hover img {
  opacity: 0.9;
}
section.main-body aside.sb-left .left-side-promo li {
  border: none !important;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  section.main-body aside.sb-left .left-side-promo {
    width: 100%;
    float: left;
  }
}
section.main-body .sb-right-contact {
  padding: 10px;
  border: 1px #8cced8 solid;
}
section.main-body .sb-right-contact .sb-right-contact-row {
  width: 100%;
  padding: 10px 0px;
}
section.main-body .sb-right-contact .sb-right-contact-row.map {
  padding: 0;
}
section.main-body .sb-right-contact .sb-right-contact-row span.sat {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.8em;
  font-style: italic;
}
section.main-body .sb-right-contact .sb-right-contact-row p {
  font-size: 0.8em;
}
section.main-body .sb-right-contact .sb-right-contact-row a {
  text-decoration: none;
  color: #e987b8;
}
section.main-body .sb-right-contact .sb-right-contact-row a:hover {
  color: #cccccc;
}
section.main-body .sb-right-contact .sb-right-contact-row iframe.minimap {
  width: 100%;
  margin-top: -10px;
}
section.main-body .sb-right-contact .sb-right-contact-row #map-canvas {
  height: 200px;
}
section.main-body .sb-right-contact h4 {
  margin-top: 0;
}
section.main-body .right-promo {
  margin: 10px 0px;
}
section.main-body .right-promo img {
  max-width: 100%;
}
section.main-body .col6.main-body-text {
  width: 53%;
}
section.main-body div.main-body-text {
  /*--- faqs ---*/
}
section.main-body div.main-body-text .implants {
  float: left;
  width: 48%;
  margin: 1%;
}
section.main-body div.main-body-text .implants img.implant-pic {
  width: 100%;
}
section.main-body div.main-body-text .implants span.implant-span {
  line-height: 1.6em;
  font-size: 0.75em;
  font-weight: 500;
  text-align: center;
  padding: 5px 10px 0 10px;
  display: block;
  font-family: 'Lato', sans-serif;
}
section.main-body div.main-body-text img.teampic {
  border: 1px solid #cccccc;
  padding: 20px;
  margin: 0 auto 20px auto;
  width: 75%;
  display: block;
}
@media all and (max-width: 550px) {
  section.main-body div.main-body-text img.teampic {
    width: 96%;
    padding: 10px;
  }
}
@media all and (max-width: 380px) {
  section.main-body div.main-body-text .implants {
    width: 98%;
    float: none;
  }
}
section.main-body div.main-body-text p {
  font-size: 0.96em;
  line-height: 1.6em;
  color: #666;
  font-weight: 300;
}
section.main-body div.main-body-text h2,
section.main-body div.main-body-text h3,
section.main-body div.main-body-text h4 {
  font-size: 1.25em;
  margin: 24px 0 7px 0;
}
section.main-body div.main-body-text h2 {
  color: #8ccfd8;
}
section.main-body div.main-body-text h3 {
  color: #4c379c;
}
section.main-body div.main-body-text h4 {
  color: #f19bc2;
}
section.main-body div.main-body-text .mobile-form {
  display: none;
}
section.main-body div.main-body-text ul {
  padding-left: 30px;
}
section.main-body div.main-body-text ul li {
  font-weight: 300;
  font-size: 0.96em;
  line-height: 1.6em;
  padding-bottom: 8px;
}
section.main-body div.main-body-text ul.faqs {
  border-top: 1px solid #D7D7D7;
  list-style: none;
  width: 100%;
  display: inline-block;
  margin-top: 30px;
  padding-left: 0;
}
section.main-body div.main-body-text ul.faqs li {
  border-left: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  padding: 12px 15px;
  border-bottom: 1px solid #D7D7D7;
  font-size: 0.95em;
  float: left;
  width: 100%;
  background-color: #ffffff;
}
section.main-body div.main-body-text ul.faqs li ul {
  padding: 0;
  padding-left: 30px;
}
section.main-body div.main-body-text ul.faqs li ul li {
  border: 0;
  padding: 0;
  padding-bottom: 3px;
}
section.main-body div.main-body-text ul.faqs li a {
  display: block;
  color: #212121;
  text-decoration: none;
}
section.main-body div.main-body-text ul.faqs li a i {
  color: #4b349b;
  float: right;
  margin-top: 4px;
}
section.main-body div.main-body-text ul.faqs li .readMore-box {
  display: none;
  padding-top: 10px;
}
section.main-body div.main-body-text ul.faqs li .readMore-box p {
  font-size: 0.95em;
}
section.main-body div.main-body-text ul.faqs li .readMore-box p a {
  color: #8CCED8;
  display: inline-block;
  text-decoration: underline;
}
section.main-body div.main-body-text ul.faqs li .readMore-box p a:hover {
  text-decoration: none;
}
section.main-body div.main-body-text aside.sb-right {
  width: 30%;
  float: right;
  margin-left: 3%;
}
@media screen and (max-width: 768px) {
  section.main-body div.main-body-text {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  section.main-body aside.sb-left {
    display: none;
  }
  .col6.main-body-text {
    width: 70%!important;
    margin-right: 2%;
    margin-left: 2%;
  }
  aside.col3.sb-right {
    width: 24%!important;
  }
}
@media screen and (max-width: 645px) {
  aside.col3.sb-right {
    display: none;
  }
  .col6.main-body-text {
    width: 96%!important;
    margin: 0;
  }
}
@media screen and (max-width: 541px) {
  section.main-body div.main-body-text {
    width: 100%;
  }
  section.main-body aside.sb-right {
    width: 100%;
    margin-top: 25px;
  }
  section.main-body aside.sb-right img {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  form {
    float: left;
    display: block;
    position: relative;
    width: 100%;
  }
  .form-all select,
  .form-all input {
    border-radius: 0;
    box-shadow: none;
  }
  .form-all input {
    padding: 10px;
  }
  .form-all .form-input {
    float: left;
    width: 100%;
  }
  .form-all .form-textarea {
    max-width: 100% !important;
  }
  body {
    font-size: 0.95em !important;
  }
}
/*--- Contact Holder ---*/
.main-body .contact-holder {
  margin: 0px 0px 20px;
}
.main-body .contact-holder .pink-section {
  background-color: #E987B8;
  text-align: center;
  font-size: 0.95em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  padding: 15px 0px 35px 0;
}
.main-body .contact-holder .pink-section span {
  font-size: 0.95em;
}
.main-body .contact-holder .pink-section span.contact-sect-tel {
  font-size: 1.5em;
}
.main-body .contact-holder .pink-section span a {
  color: white;
  text-decoration: none;
}
.main-body .contact-holder .pink-section span a:hover {
  text-decoration: underline;
}
.main-body .contact-holder .teal-section {
  background-color: #8CCED8;
  padding: 30px 0px 10px;
  text-align: center;
}
.main-body .contact-holder .teal-section .form-line[data-type="control_textbox"] {
  padding: 10px !important;
}
.contact-sect-tel {
  font-size: 1.313em;
}
.or-holder {
  margin-top: -43px;
}
.or-circle {
  background-color: #ffffff;
  padding: 14px;
  border-radius: 50%;
  font-size: 0.75em;
  font-weight: bold;
}
/*--- Contact Form ---*/
.sb-right .contact-holder .teal-section .contact-form {
  margin-top: 20px;
  font-family: 'Lato', sans-serif;
  position: relative;
}
.sb-right .contact-holder .teal-section .contact-form span {
  font-weight: 500;
  font-size: 1.2em;
}
.sb-right .contact-holder .teal-section .contact-form .small-text {
  font-size: 0.95em;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  padding-bottom: 10px;
  display: block;
}
.sb-right .contact-holder .teal-section .contact-form form#form ul {
  padding-bottom: 10px;
}
.sb-right .contact-holder .teal-section .contact-form form#form ul li {
  padding: 6px 0;
}
.sb-right .contact-holder .teal-section .contact-form form#form ul li label {
  display: none;
}
.sb-right .contact-holder .teal-section .contact-form form#form ul li span.error {
  display: none!important;
}
.sb-right .contact-holder .teal-section .contact-form form#form ul li .form-input {
  width: 82%;
}
.sb-right .contact-holder .teal-section .contact-form form#form ul li .form-input input {
  width: 100%;
  padding: 9px 7px;
  border: 0;
}
.sb-right .contact-holder .teal-section .contact-form form#form ul li .form-input select {
  width: 100%;
  padding: 8px 3px;
  color: #888;
  border: 0;
  background-color: white;
}
.sb-right .contact-holder .teal-section .contact-form form#form ul li button {
  background-color: #4b349b;
  border: 0;
  box-shadow: 0;
  color: white;
  text-transform: uppercase;
  width: 82%;
  padding: 12px 0;
  font-size: 0.78em;
}
.sb-right .contact-holder .teal-section .contact-form form#form ul li button:hover {
  text-decoration: underline;
}
/* ==========================================================================
   Unique Pages
   ========================================================================== */
.page-title-holder {
  background-color: #cccccc;
}
.page-title-holder h3 {
  margin: 0 !important;
  padding: 5px 10px;
  color: #ffffff;
}
.unique-body p {
  padding: 5px 0;
}
@media screen and (max-width: 1024px) {
  .unique-body {
    padding: 0 10px!important;
  }
}
@media screen and (max-width: 768px) {
  .unique-body {
    padding: 0!important;
  }
}
/*--- Why Choose Us ---*/
.keypoints {
  border: 1px solid #eeeeee;
}
.keypoints .promise-title {
  margin-top: 0px !important;
  background-color: #8CCFD8;
  padding: 5px;
  padding-left: 10px;
  color: #fff!important;
}
.keypoints ul {
  float: left !important;
  position: relative;
  margin: 0px 0px 10px 22px;
}
.keypoints ul li {
  margin: 0;
  padding: 10px;
  width: 50%;
}
.keypoints ul li p {
  padding: 0;
}
@media screen and (max-width: 550px) {
  .keypoints ul li {
    width: 100%;
  }
}
/*--- Meet the Team ---*/
.circular-profile-image {
  border-radius: 50%;
  overflow: hidden;
}
.profile-holder {
  padding: 2%;
  margin-top: 10px !important;
  width: 50% !important;
}
.profile-details ul {
  padding-left: 5px;
  padding-top: 5px;
}
.profile-details ul li {
  line-height: 1.5em;
  list-style: none;
}
.lower-profile {
  width: 100% !important;
}
.lower-profile div.col3 {
  margin: 0px !important;
  width: 25%;
}
a.more-link,
a.read-more {
  background: none repeat scroll 0 0 #e987b8;
  border: 0 none;
  color: #fff !important;
  cursor: pointer;
  display: table;
  margin-top: 15px;
  padding: 4px 16px 5px;
  text-decoration: none;
}
a.more-link:hover,
a.read-more:hover {
  text-decoration: underline;
}
ul.topteam {
  margin: 0;
  list-style: none;
}
ul.topteam .col9 {
  margin-bottom: 18px;
}
ul.topteam .col9 p {
  padding-left: 0!important;
  padding-bottom: 0;
  margin-bottom: 0;
}
ul.topteam .col9 .dets {
  border-bottom: 1px solid #e987b8;
  font-size: 1.2em;
  margin-bottom: 16px;
  padding: 5px 5px 17px 0;
}
ul.topteam .col9 .dets strong {
  color: #8cced8;
  font-size: 1.3em!important;
}
ul.topteam li {
  margin: 10px 0px;
}
@media screen and (max-width: 768px) {
  .lower-profile div.col3 {
    width: 50%;
    margin: 0;
  }
  .lower-profile div.col3 .circular-profile-image {
    float: left;
    width: 40% !important;
    margin: 0 30% !important;
  }
}
@media screen and (max-width: 550px) {
  ul.topteam {
    padding: 0 5px!important;
  }
  ul.topteam li div {
    font-size: 0.8em;
  }
  ul.topteam li div.col9 {
    width: 100%;
    font-size: 1em;
  }
  ul.topteam li div.col9 .dets {
    text-align: center;
    font-size: 1em;
  }
  ul.topteam li div.col9 p {
    font-size: 1em;
  }
  ul.topteam li div.col9 .extra-div p {
    font-size: 1.2em;
  }
  ul.topteam li div.circular-profile-image {
    width: 70% !important;
    margin: 0 auto !important;
    float: none;
  }
  ul.topteam li div.circular-profile-image img {
    border-radius: 100%;
  }
  .lower-profile div.col3 {
    width: 100%;
  }
  .lower-profile div.col3 .circular-profile-image {
    float: left;
    width: 40% !important;
    margin: 0 30% !important;
  }
}
.bottom-team {
  text-align: center;
}
.bottom-team div.circular-profile-image {
  margin-bottom: 10px;
}
.bottom-team .dets {
  margin-top: 16px;
}
.bottom-team .dets strong {
  color: #8cced8;
  font-size: 1.3em;
}
.bottom-team .dets span {
  font-size: 0.9em;
}
.bottom-team .dets span.job {
  font-weight: bold;
}
.bottom-team .col2:hover {
  background: #fafafa;
}
.bottom-team .circular-profile-image {
  width: 80%;
  margin: 0 10%;
}
.lower-profile {
  margin: 0;
  padding: 10px;
}
.profile-content {
  border-top: 1px solid #cccccc;
}
.profile-content-holder {
  margin-top: 10px !important;
}
/*--- Testimonials ---*/
.testimonial-body {
  float: left;
}
.testimonial-body ul.reviews {
  width: 100%;
  list-style: none;
  padding-left: 0!important;
  margin-top: -20px;
}
.testimonial-body ul.reviews li.review {
  float: left;
  width: 46%;
  margin: 2.2% 2%;
  position: relative;
}
.testimonial-body ul.reviews li.review:before {
  display: none;
}
.testimonial-body ul.reviews li.review blockquote {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 12px 23px;
  border: 2px solid #e4e4e4;
  position: relative;
}
.testimonial-body ul.reviews li.review blockquote p {
  font-size: 0.99em;
}
.testimonial-body ul.reviews li.review blockquote:after {
  left: 16px;
  bottom: -39px;
  position: absolute;
  content: "";
  display: block;
  height: 39px;
  width: 41px;
  background: url(../img/quote-tab.png) no-repeat;
}
.testimonial-body ul.reviews li.review footer {
  position: absolute;
  bottom: -30px;
  left: 60px;
}
.testimonial-body ul.reviews li.review h2 {
  color: #72BFE6;
}
.testimonial-body ul.reviews li.review p {
  font-style: italic;
}
.testimonial-body ul.reviews li.review p.name {
  font-size: 0.9em;
  font-weight: 700;
  font-style: none;
  color: #8cced8;
}
.testimonial-body ul.reviews li.review p.name span {
  color: #4b349b;
}
.testimonial-body table tbody {
  height: 100%;
}
.testimonial-body table tbody tr {
  height: 100%;
}
.testimonial-body table tbody tr td {
  height: 100%;
}
.testimonial-body table tbody tr .col3 {
  vertical-align: middle;
}
.testimonial-body table tbody tr .col3 img {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .testimonial-body table tbody tr td {
    width: 100%;
  }
}
@media all and (max-width: 550px) {
  .testimonial-body ul li {
    float: none;
    width: 100%;
    margin: 0;
  }
  .testimonial-body .reviews {
    margin-top: 0!important;
  }
  .testimonial-body .reviews li.review {
    width: 100% !important;
    margin: 0!important;
    margin-bottom: 35px!important;
  }
}
/*--- Contact Page ---*/
.contact-body {
  padding-bottom: 30px;
  border-bottom: 10px solid #E987B8;
}
.address-holder ul {
  list-style: none !important;
}
.contact-details-holder {
  padding: 0px 10px;
  border: 1px solid #8cced8;
}
.contact-details-holder div {
  margin-bottom: 10px;
}
.contact-details-holder div .time-container {
  margin-bottom: 0px;
}
.telephone-holder span a {
  color: #626262;
  text-decoration: none;
}
.telephone-holder span a:hover {
  color: #cccccc;
}
/*--- How to Find Us ---*/
.map-container {
  height: 480px;
  width: 100%;
}
.map-container #map-canvas {
  height: 100% !important;
  width: 100%;
}
.map-container #map-canvas div {
  width: 100%;
  height: 100%;
}
.find-us-body {
  height: 50%;
}
.address-box {
  position: absolute;
  height: 430px;
  width: 45%;
  left: 0;
  top: -495px;
  background-color: #fff;
  box-shadow: 1px 1px 8px #777;
}
.address-box .directions-title-holder {
  padding: 5px 10px;
  background-color: #8CCED8 ;
}
.address-box .directions-title-holder h1 {
  padding: 10px;
  color: #fff;
  font-family: 'century gothic', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: normal;
  font-size: 1em;
}
.address-box .address-height {
  height: auto;
  padding: 10px 15px!important;
  background-color: #eee!important;
  margin: 15px;
  margin-bottom: 0;
}
.address-box .one-row {
  padding: 5px;
  float: left;
  position: relative;
}
.address-box .one-row .address-section {
  width: 50%;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 0.85em;
  padding: 5px;
}
.address-box .one-row .address-section a {
  color: #E987B8;
  font-size: 1.3em;
  padding-left: 5px;
}
.address-box .one-row .address-section a:hover {
  text-decoration: none;
}
.address-box .one-row .address-section span.sat {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 0.8em;
  font-style: italic;
}
.address-box .one-row .address-section .time-holder {
  font-size: 0.9em;
}
.address-box .one-row .address-section .time-holder span {
  text-align: left;
  float: left;
}
.address-box .one-row .address-section .time-holder .pull-right {
  float: right !important;
  text-align: right;
}
.address-box .one-row .address-section .one-row {
  width: 100%;
  border-bottom: 0px;
}
.address-box .one-row .address-section .one-row.tel {
  text-align: center;
}
.address-box .directions-section {
  width: 100%;
  padding: 20px;
  float: left;
  position: relative;
  max-height: 160px;
  overflow-y: scroll;
  font-size: 0.9em;
  color: #555;
  font-weight: 300;
  padding-top: 5px;
}
.address-box .directions-section h3 {
  font-weight: 500;
  font-family: 'Lato', sans-serif;
}
.address-box .directions-section h4 {
  font-weight: bold;
  padding-left: 10px;
  font-family: 'Lato', sans-serif;
}
.address-box .directions-section p {
  padding-left: 10px;
  font-weight: 300;
}
/*--- Refer a Friend ---*/
.refer-a-friend-body ul.faqs,
.dental-referral ul.faqs,
.contact-us-body ul.faqs {
  margin-top: 10px!important;
}
.refer-a-friend-body span.formheader-section,
.dental-referral span.formheader-section,
.contact-us-body span.formheader-section {
  display: block;
  color: #fff;
  padding: 15px 10px 15px 45px;
  background-color: #8CCED8;
  margin-top: 20px;
  font-family: 'Lato', sans-serif;
  font-size: 1.25em;
}
.refer-a-friend-body form#form,
.dental-referral form#form,
.contact-us-body form#form {
  background-color: #F7F7F7;
}
.refer-a-friend-body form#form ul,
.dental-referral form#form ul,
.contact-us-body form#form ul {
  padding: 30px 40px;
  position: relative;
}
.refer-a-friend-body form#form ul li label,
.dental-referral form#form ul li label,
.contact-us-body form#form ul li label {
  font-weight: normal;
  font-size: 0.9em;
  padding-top: 6px;
}
.refer-a-friend-body form#form ul li label.pref,
.dental-referral form#form ul li label.pref,
.contact-us-body form#form ul li label.pref {
  padding-top: 3px;
}
.refer-a-friend-body form#form ul li.required-container,
.dental-referral form#form ul li.required-container,
.contact-us-body form#form ul li.required-container {
  position: absolute;
  width: auto;
  font-weight: normal;
  font-size: 0.7em;
  top: -2px;
  right: 5px;
}
.refer-a-friend-body form#form ul li .form-input div.captcha-container div#captchawrap,
.dental-referral form#form ul li .form-input div.captcha-container div#captchawrap,
.contact-us-body form#form ul li .form-input div.captcha-container div#captchawrap {
  border-color: #ddd;
}
.refer-a-friend-body form#form ul li .form-input span.half,
.dental-referral form#form ul li .form-input span.half,
.contact-us-body form#form ul li .form-input span.half {
  width: 34%;
  position: relative;
  margin-bottom: 8px;
}
.refer-a-friend-body form#form ul li .form-input span.half label,
.dental-referral form#form ul li .form-input span.half label,
.contact-us-body form#form ul li .form-input span.half label {
  font-size: 0.75em;
  padding-top: 0;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.refer-a-friend-body form#form ul li .form-input span.half input,
.dental-referral form#form ul li .form-input span.half input,
.contact-us-body form#form ul li .form-input span.half input {
  width: 100%;
}
.refer-a-friend-body form#form ul li .form-input span.half span.error,
.dental-referral form#form ul li .form-input span.half span.error,
.contact-us-body form#form ul li .form-input span.half span.error {
  width: 100%;
  max-width: 100%;
}
.refer-a-friend-body form#form ul li .form-input input,
.dental-referral form#form ul li .form-input input,
.contact-us-body form#form ul li .form-input input,
.refer-a-friend-body form#form ul li .form-input textarea,
.dental-referral form#form ul li .form-input textarea,
.contact-us-body form#form ul li .form-input textarea {
  padding: 10px;
  width: 70%;
  border: 0;
  box-shadow: inset 1px 1px 2px #ccc;
  font-family: 'Lato', sans-serif;
  font-size: 0.9em;
}
.refer-a-friend-body form#form ul li .form-input textarea,
.dental-referral form#form ul li .form-input textarea,
.contact-us-body form#form ul li .form-input textarea {
  width: 90%;
}
.refer-a-friend-body form#form ul li .form-input select,
.dental-referral form#form ul li .form-input select,
.contact-us-body form#form ul li .form-input select {
  padding: 2px;
  width: 50%;
  margin-top: 5px;
}
.refer-a-friend-body form#form ul li button,
.dental-referral form#form ul li button,
.contact-us-body form#form ul li button {
  background-color: #4b349b;
  color: white;
  text-transform: uppercase;
  padding: 8px 35px;
  font-size: 0.9em;
  border: 0;
}
.refer-a-friend-body form#form ul li button:hover,
.dental-referral form#form ul li button:hover,
.contact-us-body form#form ul li button:hover {
  text-decoration: underline;
}
@media all and (max-width: 550px) {
  .refer-a-friend-body form#form ul li,
  .dental-referral form#form ul li,
  .contact-us-body form#form ul li {
    padding: 5px 0;
  }
  .refer-a-friend-body form#form ul li .form-input input,
  .dental-referral form#form ul li .form-input input,
  .contact-us-body form#form ul li .form-input input {
    width: 100%;
  }
}
/*--- Fees ---*/
.cost-table {
  margin-top: 10px!important;
  margin-bottom: 20px!important;
}
.cost-table td {
  padding: 6px 10px;
  background-color: #f8f8f8;
  font-size: 0.875em;
}
.cost-table td.heading-title {
  background-color: #8cced8 !important;
  font-size: 1em;
}
.cost-table td.long {
  width: 50%;
}
.cost-table td.short {
  width: 25%;
}
/*-- Responsive Styles --*/
@media screen and (max-width: 768px) {
  div.unique-body {
    width: 100% !important;
  }
  .profile-details ul {
    padding: 5px 0;
  }
  .profile-details ul li {
    line-height: 1.5em;
    list-style: none;
    font-size: 0.8em;
  }
  .contact-body .col4 {
    margin: 0 2% 0 0 !important;
    width: 44%;
  }
  .contact-body .col8 {
    width: 100%;
  }
  .contact-body .grid {
    padding: 0px !important;
  }
  .find-us-holder .grid {
    padding-left: 0px !important;
    padding-right: 0px !important;
    clear: both;
  }
  .address-box {
    position: relative !important;
    clear: both;
    height: auto;
    width: 100%;
    background-color: #ffffff;
    right: 0px;
    top: 0px;
    float: left !important;
    margin: 0 auto !important;
    border-bottom: 3px dashed #f8f8f8;
  }
  .address-box .directions-title-holder {
    padding: 5px 10px;
    background-color: #F8F8F8;
  }
  .address-box .one-row {
    padding: 5px 15px;
    border-bottom: 3px dashed #f8f8f8;
    float: left;
    position: relative;
  }
  .address-box .one-row .address-section {
    width: 50%;
    float: left;
    font-size: 0.9em;
    padding: 0px !important;
  }
  .address-box .one-row .address-section.dashed-left {
    border-left: 3px dashed #f8f8f8;
  }
  .address-box .directions-section {
    padding: 10px 15px;
    height: auto;
    overflow-y: auto;
    max-height: none;
  }
}
@media screen and (max-width: 550px) {
  .profile-holder {
    width: 100% !important;
  }
  .circular-profile-image {
    width: 30% !important;
    margin: 0px !important;
  }
  .profile-details {
    width: 70% !important;
  }
  .profile-details ul {
    width: 100%;
    padding: 5px 0;
    border-bottom: none;
  }
  .profile-details ul li {
    line-height: 1.5em;
    list-style: none;
    font-size: 0.8em;
    text-align: left;
    padding-left: 10px;
  }
  .profile-content {
    border-top: 1px solid #cccccc;
  }
  .profile-content p {
    padding: 5px 0px;
    font-size: 0.75em !important;
  }
  .contact-body .col4 {
    margin: 0 2% 0 0 !important;
    width: 100%;
  }
  .contact-body .col8 {
    width: 100%;
    text-align: center;
    font-size: 0.85em;
  }
  .contact-body .col8 .page-title-holder h3 {
    padding: 5px 10px 7px !important;
  }
  .contact-body .time-container {
    width: 90% !important;
  }
  .contact-body .time-container span.underline:last-child {
    border-bottom: 0;
  }
  .contact-body .telephone-holder {
    text-align: center;
  }
  .contact-body .opening-times-holder h4 {
    text-align: center;
  }
  .map-container {
    height: 250px;
  }
  .dental-referral .form-line {
    padding: 12px 0px !important;
  }
  .dental-referral .form-address-table,
  .dental-referral .form-address-line {
    position: relative !important;
    float: left !important;
    display: block;
    width: 100% !important;
  }
  .dental-referral .form-address-table div {
    max-width: 100%;
    float: left;
    position: relative;
  }
  .dental-referral .form-address-table div table {
    max-width: 100%;
    float: left;
  }
  .dental-referral .form-address-table div table tbody {
    float: left;
    max-width: 100%;
  }
  .dental-referral .form-address-table div table tbody tr {
    float: left;
    max-width: 100%;
  }
  .dental-referral .form-address-table div table tbody tr td {
    float: left;
    max-width: 100%;
  }
  .dental-referral .form-address-table div table tbody tr td span input.form-address-line {
    width: 250px !important;
  }
  .dental-referral .form-address-table div table tbody tr td option {
    float: right;
  }
  .dental-referral .form-address-table div table tbody tr select {
    width: 120px !important;
  }
  .dental-referral .form-address-table div table tbody tr select option {
    width: 120px !important;
  }
  .dental-referral .form-address-table div table tbody tr .postcode-table-block {
    float: left;
    width: 100% !important;
    clear: both;
  }
  .dental-referral .form-address-table div table tbody tr .country-select-table-block {
    float: left;
    width: 100% !important;
    clear: both;
  }
  .address-box {
    position: relative !important;
    height: auto;
    width: 100%;
    background-color: #ffffff;
    right: 0px;
    top: 0px;
    float: left !important;
    margin: 0 auto !important;
  }
  .address-box .directions-title-holder {
    padding: 5px 10px;
    background-color: #F8F8F8;
  }
  .address-box .address-height {
    height: auto;
  }
  .address-box .one-row {
    padding: 15px 10px;
    border-bottom: 3px dashed #f8f8f8;
    float: left;
    position: relative;
  }
  .address-box .one-row .address-section {
    width: 100% !important;
    float: left;
    border-right: 0px;
    font-size: 0.9em;
  }
  .address-box .one-row .address-section.dashed-left {
    border-left: 0px;
  }
  .address-box .directions-section {
    max-height: none;
  }
}
.contact-mapholder {
  display: block;
  height: 550px;
}
.contact-mapholder #map-canvas {
  height: 550px;
  display: block;
}
/* ==========================================================================
   Blog version 1
   ========================================================================== */
body.version1 .bg.blog {
  background: #EAEAEA none repeat scroll 0 0;
  display: block;
  padding-bottom: 70px;
  width: 100%;
  padding-top: 40px;
  /*-------- Main content section --------*/

  /*-------- Sidebar --------*/

  /*-------- Pagination --------*/

}
body.version1 .bg.blog .col9 {
  width: 73.5%;
}
body.version1 .bg.blog .col9 div.white {
  background: #fff;
  padding: 0 3%;
}
body.version1 .bg.blog .col9 header h1 {
  color: #8CCFD8;
  font-size: 1.48em;
  font-weight: 600;
  margin: 0;
  padding-top: 40px;
}
body.version1 .bg.blog .col9 header h1 a {
  color: #8CCFD8;
  text-decoration: none;
}
body.version1 .bg.blog .col9 header.cat h1 {
  color: #4b349b;
}
body.version1 .bg.blog .col9 nav {
  margin: 11px 0 24px 3px;
  display: inline-block;
  width: 100%;
}
body.version1 .bg.blog .col9 nav a {
  color: #666;
  text-decoration: none;
}
body.version1 .bg.blog .col9 nav a:hover {
  text-decoration: underline;
}
body.version1 .bg.blog .col9 nav span:after {
  margin-left: 5px;
  font-family: FontAwesome;
  content: "\f105";
}
body.version1 .bg.blog .col9 nav div.holder {
  float: left;
  width: 69%;
}
body.version1 .bg.blog .col9 nav div.share {
  float: left;
  font-size: 0.96em;
  margin-right: 1%;
  width: 212px;
}
body.version1 .bg.blog .col9 nav div.share .a2a_kit {
  float: right;
}
body.version1 .bg.blog .col9 nav div.share .a2a_kit a.share-button {
  border: 2px solid #666;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  width: 22px;
  height: 22px;
  position: relative;
  margin-left: 6px;
  color: #666;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
body.version1 .bg.blog .col9 nav div.share .a2a_kit a.share-button.a2a_button_facebook {
  padding-left: 3px;
  padding-top: 1px;
}
body.version1 .bg.blog .col9 nav div.share .a2a_kit a.share-button.a2a_button_facebook:hover {
  background: #39579A;
  border-color: #39579A;
  color: #fff;
}
body.version1 .bg.blog .col9 nav div.share .a2a_kit a.share-button.a2a_button_twitter {
  padding-left: 3px;
  padding-top: 1px;
}
body.version1 .bg.blog .col9 nav div.share .a2a_kit a.share-button.a2a_button_twitter:hover {
  background: #639ECD;
  border-color: #639ECD;
  color: #fff;
}
body.version1 .bg.blog .col9 nav div.share .a2a_kit a.share-button.a2a_button_google_plus {
  padding-left: 3px;
  padding-top: 1px;
}
body.version1 .bg.blog .col9 nav div.share .a2a_kit a.share-button.a2a_button_google_plus:hover {
  background: #DF4A32;
  border-color: #DF4A32;
  color: #fff;
}
body.version1 .bg.blog .col9 nav div.share .a2a_kit a.share-button.a2a_button_linkedin {
  padding-left: 3px;
  padding-top: 0;
}
body.version1 .bg.blog .col9 nav div.share .a2a_kit a.share-button.a2a_button_linkedin:hover {
  background: #0076B7;
  border-color: #0076B7;
  color: #fff;
}
body.version1 .bg.blog .col9 div.img-container {
  float: right;
  margin: 25px 0 14px 14px;
  width: 32%;
  overflow: hidden;
}
body.version1 .bg.blog .col9 div.img-container.mainpage {
  margin-top: 0;
  margin-left: 20px;
}
body.version1 .bg.blog .col9 div.img-container img {
  width: 100%;
}
body.version1 .bg.blog .col9 article {
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
body.version1 .bg.blog .col9 article p {
  font-size: 0.96em;
  line-height: 1.6em;
  color: #666;
  font-weight: 300;
}
body.version1 .bg.blog .col9 article:last-child {
  border-bottom: 0;
}
body.version1 .bg.blog .col9 article h2 {
  margin-bottom: 0;
  color: #8CCFD8;
}
body.version1 .bg.blog .col9 article h2 a {
  color: #8CCFD8;
  text-decoration: none !important;
}
body.version1 .bg.blog .col9 article h2 a:hover {
  text-decoration: underline !important;
}
body.version1 .bg.blog .col9 article h2.post-title {
  margin-top: 0;
}
body.version1 .bg.blog .col9 article header.posthead {
  height: auto;
  background: none;
  margin-bottom: 10px;
}
body.version1 .bg.blog .col9 article header.posthead span.date {
  color: #666;
}
body.version1 .bg.blog .col9 article header.posthead span {
  font-size: 0.8em;
  display: block;
}
body.version1 .bg.blog .col9 article header.posthead span.meta {
  font-style: normal;
}
body.version1 .bg.blog .col9 article header.posthead span.meta a {
  text-decoration: none;
}
body.version1 .bg.blog .col9 article header.posthead span.meta a:hover {
  text-decoration: underline;
}
body.version1 .bg.blog .col9 article a {
  color: #666;
  text-decoration: underline;
}
body.version1 .bg.blog .col9 article a:hover {
  text-decoration: none;
}
body.version1 .bg.blog .col9 article ul {
  margin: 10px 20px;
}
body.version1 .bg.blog .col9 article img {
  width: auto;
}
body.version1 .bg.blog .col9 article a.moretag {
  text-decoration: none;
  font-weight: 600;
  color: #e987b8;
  margin-top: 10px;
  display: block;
}
body.version1 .bg.blog .col9 article a.moretag:hover {
  text-decoration: underline;
}
body.version1 .bg.blog .col9 article img.alignright {
  float: right;
  margin: 0 0 1em 1em;
  width: auto !important;
}
body.version1 .bg.blog .col9 article img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
  width: auto !important;
}
body.version1 .bg.blog .col9 article img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
}
body.version1 .bg.blog .col9 article .alignright {
  float: right;
  margin: 0 0px 8px 20px;
  width: auto !important;
}
body.version1 .bg.blog .col9 article .alignleft {
  float: left;
  margin: 0 20px 8px 0;
  width: auto !important;
}
body.version1 .bg.blog .col9 article .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
}
body.version1 .bg.blog aside.col3 {
  width: 22.5%;
  text-align: center;
  display: inline-block !important;
}
body.version1 .bg.blog aside.col3 #searchform {
  margin-left: -5px;
  padding-right: 4px;
}
body.version1 .bg.blog aside.col3 #searchform #s {
  border: 0 none;
  margin-right: -46px;
  margin-top: 0;
  padding: 10px 5px 10px 13px;
  width: 100%;
}
body.version1 .bg.blog aside.col3 #searchform #searchsubmit {
  background: rgba(0, 0, 0, 0) url("../img/search.jpg") no-repeat scroll 100% center;
  border: medium none;
  cursor: pointer;
  display: inline-block;
  text-indent: -999em;
  width: 32px;
  height: 28px;
}
body.version1 .bg.blog aside.col3 div.widget h3 {
  background: #e987b8;
  color: #fff;
  display: block;
  font-size: 1em;
  font-weight: 300;
  padding: 7px 0;
  margin-bottom: 0;
  margin-top: 30px;
}
body.version1 .bg.blog aside.col3 div.widget ul li {
  list-style: none;
  border-bottom: 1px solid #a4a4a5;
}
body.version1 .bg.blog aside.col3 div.widget ul li a {
  color: #666;
  display: block;
  font-size: 0.96em;
  padding: 10px 6px;
  text-decoration: none;
  font-weight: 300;
  transition: 0.3s;
}
body.version1 .bg.blog aside.col3 div.widget ul li a:hover {
  background: #605684;
  color: #fff;
}
body.version1 .bg.blog aside.col3 div.widget.blog-list-archive ul li > a:after {
  content: "\f0da";
  font-family: FontAwesome;
  margin-left: 10px;
}
body.version1 .bg.blog aside.col3 div.widget.blog-list-archive ul li.selected > a {
  background: #8CCFD8;
  color: #fff;
  padding-left: 10px;
}
body.version1 .bg.blog aside.col3 div.widget.blog-list-archive ul li.selected > a:after {
  content: "\f0d7";
  font-family: FontAwesome;
  margin-left: 10px;
}
body.version1 .bg.blog aside.col3 div.widget.blog-list-archive ul li ul li {
  border: none;
}
body.version1 .bg.blog aside.col3 div.widget.blog-list-archive ul li ul li a {
  text-transform: none;
}
body.version1 .bg.blog aside.col3 div.widget.blog-list-archive ul li ul li a:after {
  display: none;
}
@media all and (max-width: 760px) {
  body.version1 .bg.blog section.col9,
  body.version1 .bg.blog aside.col3 {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  body.version1 .bg.blog section.col9 {
    padding: 1.5%;
  }
  body.version1 .bg.blog aside.col3 {
    margin-top: 35px;
  }
  body.version1 .bg.blog aside.col3 #searchform #s {
    padding: 14px 5px 14px 13px;
  }
}
@media all and (max-width: 560px) {
  body.version1 .bg.blog .col9 nav div.holder {
    width: 100%;
  }
}
@media all and (max-width: 400px) {
  body.version1 .bg.blog section.col9,
  body.version1 .bg.blog aside.col3 {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  body.version1 .bg.blog aside.col3 {
    margin-top: 30px;
  }
  body.version1 .bg.blog aside.col3 #searchform #s {
    padding: 11px 5px 11px 13px;
  }
}
body.version1 .bg.blog .pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
}
body.version1 .bg.blog .pagination span,
body.version1 .bg.blog .pagination a {
  display: block;
  float: left;
  margin: 2px 6px 2px 0;
  padding: 9px 12px 7px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #a8a8a9;
}
body.version1 .bg.blog .pagination span:hover,
body.version1 .bg.blog .pagination a:hover {
  color: #fff;
  background: #bfd900;
}
body.version1 .bg.blog .pagination .current {
  background: #bfd900;
  color: #fff;
}
