body {
  background-color: #ebebde;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 0 40px;
}

body a {
  text-decoration: none;
}

div.container {
  /* width: 960px; */
  position: relative;
}

div.container div.enabled, div.container ul.enabled {
  float: left;
}

div.container nav {
  padding: 23px 40px;
}

div.container nav ul.nav li {
  background-color: transparent;
  float: left;
  padding-right: 2px;
}

div.container nav ul.nav li:hover {
  background-color: transparent;
}

div.container nav ul.nav li a {
  background-color: transparent;
}

div.container nav ul.nav li a:hover {
  cursor: pointer;
  background-color: transparent;
}

#right-column {
  float: right;
}

div.container header {
  /* width: 960px; */
  min-height: 224px;
  background-size: cover;
}

div.container header div.title {
  padding: 45px 0 0 20px;
}

div.container header p.make_appointment a {
  padding: 15px 22px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  text-indent: 0;
}

.make_appointment a {
  display: inline-block;
  text-align: center;
  font-size: 15px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  padding: 12px 25px !important;
  text-decoration: none !important;
  line-height: 1.5em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
  background: #ebebde;
  color: #41403b;
  text-indent: 0px;
  margin-bottom: 10px;
}

.make_appointment_bottom a {
  width: 100%;
  background-color: #4c7073;
  color: #FFFFFF !important;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  padding: 28px 25px;
  text-decoration: none;
  text-indent: 0px;
}

.make_appointment_bottom a:hover {
  background-color: #4c7073 !important;
  text-decoration: none !important;
}

.user_button {
  display: inline-block;
  text-align: center;
  font-size: 15px !important;
  font-weight: 400 !important;
  padding: 12px 25px !important;
  text-decoration: none !important;
  line-height: 1.5em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
  background: #dddddd;
  color: #333333;
  text-indent: 0px;
  margin-bottom: 10px;
}

.user_button_container {}

div.container div#content {
  padding: 40px;
  margin: auto;
}

div.container footer {
  text-align: center;
  padding-top: 60px;
  width: 100%;
  padding: 60px 20px 20px 20px;
}

div.container footer p {
  padding: 0 20px;
}

div.container footer p.copyright {
  margin-bottom: 40px;
  font-size: 10px;
  margin-top: 120px;
}

.map_small {
  height: 350px;
}

strong {
  font-weight: 700;
}

#social-links {
  margin-top: 3px;
  padding: 0px;
}

.thumbnail {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  float: left;
  margin-right: 10px;
}

nav ul {text-align:center;}
nav ul li {float:left;display:inline;}
nav ul li:hover {background:#E6E6E6;}
nav ul li a {display:block;padding:15px 25px;color:#444;}
/*nav ul li ul {position:absolute;width:130px;background:#FFF;overflow:visible !important; border: 1px solid #ebebeb;margin-left: 0px;}*/
nav ul li ul {position:absolute;width:130px;background:#FFF;overflow:visible !important;margin-left: 0px;}
nav ul li ul li {width:128px; padding: 4px;}
nav ul li ul li a {display:block;padding:0 !important;color:#444;}
nav ul li ul li:hover a {background:#F7F7F7;}
nav ul li ul.fallback {display:none;}
nav ul li:hover ul.fallback {display:table !important;}

nav ul li ul li {float:left;display:inline;}
nav ul li ul li:hover {background:#E6E6E6;}
nav ul li ul li a {display:block;padding:15px 25px;color:#444;}
nav ul li ul li ul {position:absolute;width:130px;background:#FFF;left:129px;top:10px;}
nav ul li ul li ul li {width:128px; padding: 4px;}
nav ul li ul li ul li a {display:block;padding:0 !important;color:#444;}
nav ul li ul li ul li:hover a {background:#F7F7F7;}
nav ul li ul li ul.fallback {display:none;}
nav ul li ul li:hover ul.fallback {display:block;}

/*nav ul li ul {display: block !important;}*/
/*nav ul li ul li ul {display: block !important;}*/

@media (max-width: 768px) {
  .nav-collapse .nav > li > a {
    font-weight: normal;
  }
  header [class*="span"].pull-right {
    padding-left: 20px;
    float: left;
  }
  header [class*="span"].pull-right h2 {
    float: left!important;
  }
  header [class*="span"].pull-right p {
    clear: left!important;
  }
  header .pull-right h1, header .pull-right p {
    text-align: left;
    float: none;
  }

}
@media (max-width: 767px) {
  body {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hamburger-menu{
    display: block;
    font-size: 1.5em;
    color: #2e8888;
  }
  .navbar {
    margin-bottom: 0;
  }
  .navbar .hamburger-menu .btn-navbar{
    margin-top: -3px;
    margin-right: 0;
    float: right;
  }
  .nav-collapse .nav > li {
    float: none;
    text-align: center;
  }
  .nav-collapse .nav > li a{
    font-size: 30px;
    line-height: 1.5;
    color: #535353 !important;
  }
  .nav-collapse .nav > li ul li a{
    color: #8b8a8a !important;
  }
  .nav-collapse .nav {
    margin-top: 80px;
  }

  #social-links {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .hamburger-menu{
    display: none;
  }
  /*.nav-collapse, .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }*/
  .nav-collapse .nav > li {
    float: left;
  }
}

@media (min-width: 768px) {
  header {
    width: auto;
  }

  header div.span8 {
    clear: right;
    width: auto;
    margin-left: 0;
  }

  header div.span8 div.title {
    padding-top: 25px;
  }

  header div.span4.pull-right {
    clear: left;
    width: auto;
    margin-right: 0;
    margin-top: 20px;
    padding-right: 20px;
  }

  header div.span4.pull-right h2, header div.span4.pull-right p.make_appointment {
    clear: right;
    float: right;
  }

  div.container div#content {
    width: auto !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  div.container div#content .row {
    margin-left: 0;
  }

  div.container div#content .row #left-column {
    width: 50%;
  }

  div.container div#content .row #right-column {
    width: 40%;
  }

  div.container, div.container header {
    width: auto;
  }

  div.container div.row .span6 {
    padding-right: 20px;
  }
}

@media (min-width: 300px) and (max-width: 768px) {

  header div.span8 {
    clear: right;
    width: auto;
    margin-left: 0;
  }

  header div.span8 div.title {
    padding-top: 25px;
  }

  header div.span4.pull-right {
    clear: left;
    width: auto;
    margin-right: 0;
    margin-top: 20px;
    padding-right: 20px;
  }

  header div.span4.pull-right h2, header div.span4.pull-right p.make_appointment {
    clear: right;
    float: right;
  }

  div.container div.row .span6 {
    padding-right: 0;
  }

  div.container div.row .span4 {
    width: auto;
    padding-right: 0;
  }

  iframe {
    width: auto;
    margin: 0;
  }


  div.container {
    width: auto;
  }

  div.container div#content {
    width: auto !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  div.container nav ul.nav li {
    display: block;
    width: 100%;
  }

  div.container header {
    width: auto;
    margin-left: 0;
  }

  div.container div#content {
    width: auto !important;
    padding-bottom: 20px;
  }

  div.container div#content #left-column {
    margin-bottom: 40px;
    clear: right;
    width: auto;
  }

  div.container footer {
    margin-left: -20px;
  }

}

.pull-right[class*="span"], .row-fluid .pull-right[class*="span"] {
  margin-top: 45px;
}

.pull-right body, .pull-right p, .pull-right .small-caps, .pull-right h1, .pull-right h2, .pull-right h3, .pull-right img, pull-right .make_appointment {
  text-indent: 0px;
  text-align: right;
  margin-right: 35px;
  line-height: 1.5;
}

.small-caps {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
}

/* .span4 {
  width: 270px;
} */

.span6 {
  padding-right: 40px;
  /* width: 545px; */
}

/* .span8 {
  width: 580px;
} */

h1 {
  line-height: 40px;
}

ul.nav a {
  font-size: 13px;
  letter-spacing: 0.05em;
}

.copyright a {
  color: #b3b2b2;
  letter-spacing: 0;
}

.bio {
  max-height: 250px;
  width: auto !important;
}

.about-person-bio {
  margin-bottom: 150px;
}


.complaint_form_field label {
  color: #000;
}

.clear{
  clear: both;
}
body{
			background : #ebebde !important;
}

			header{
			background : url(/ui/templates/hero/images/backgrounds/nature/nature02.jpg) repeat !important;
color : #333333 !important;
}

			nav{
			background : #6d92a2 !important;
}

			.make_appointment a{
			background : #dddddd !important;
color : #333333 !important;
}

			#content{
			color : #333333 !important;
}

			footer{
			color : #333333 !important;
}

			ul.nav a{
			color : #333333 !important;
}

			a{
			color : #333333 !important;
}

			.button{
			background : #DDDDDD !important;
}

			.header-color-container{
			background : #ffffff !important;
}

			.body-color-container{
			background : #edeff1 !important;
}

			.footer-color-container{
			background : #edeff1 !important;
}

			