body, body table.booked-calendar td, body table.booked-calendar th {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
}
h1,h2,h3,h4,h5,h6 {
  margin-bottom: 30px;
}
a {
    color: #bd9029;
}
p {
    margin-bottom: 1.75em;
    text-align: justify;
}
p.last{
  margin-bottom: 0;
}
/* List style */
ul,ol {
  margin-left: 1.8em;
}
ol {
  list-style: decimal;
}
ol,ul.square,ul.circle,ul.disc,ul {
  margin-left: 30px;
  margin-bottom: 1.75em;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul,ul ol,ol ol,ol ul {
  margin: 4px 0 5px 30px;
}
li {
  line-height: 1.4;
  margin-bottom: 10px;
}
ul.large li {
  line-height: 21px;
}
.nav-tabs{
  margin: 0;
}
.top_nav_menu ul,.top_nav_menu li {
  margin: 0;
}
.top_nav .logo img, .left_nav .logo img {
    height: auto;
    width: 250px;
}
#header-fixed {
  position: fixed;
  z-index: 30;
  width: 100%;
}
#header {
  position: relative;
  z-index: 30;
  width: 100%;
}
.img-overlay-solid {
position: absolute;
width: 100%;
height: 100%;
	top: 0;
	left: 0;
}
.top_bar {
  position: relative;
  border-bottom: 1px solid #E4E4E4;
  font-size: 14px;
  z-index: 10;
}
.top_bar .top_bar_left {
  font-weight: 500;
  padding: 17px 0;
}
.top_bar .top_bar_left b {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 20px 0 0;
  color: #4C4C4C;
  font-weight: 500;
}
.top_bar .top_bar_left ul {
  display: inline-block;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
.top_bar .top_bar_left ul li {
  list-style: none;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 20px 0 0;
  font-weight: 300;
}
.top_bar .top_bar_left ul a {
  color: #B2B2B2;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.top_bar .top_bar_left ul a:hover {
  color: #a66d2e;
  text-decoration: none;
}
.top_bar .top_bar_right .search-form {
  float: right;
  position: relative;
}
.top_bar .top_bar_right .search-form input[type="search"] {
  border: none;
  font-size: 14px;
  color: #B2B2B2;
  outline: none !important;
  padding: 17px 50px 16px 30px;
  font-weight: 300;
  width: 270px;
  line-height: 17px;
}
.top_bar .top_bar_right .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: none;
  font-size: 16px;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #D5D5D5;
}
.top_bar .top_bar_right .search-form button:hover {
  color: #a66d2e;
}
.top_bar .top_bar_right > * {
  border-left: 1px solid #E4E4E4;
}
.top_bar .top_bar_right > *:first-child {
  border-right: 1px solid #E4E4E4;
}
.social-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-icons ul li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  font-size: 24px;
  margin: 0;
  line-height: normal;
}
.social-icons ul li a {
  color: #ece9e8;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.social-icons ul li a:hover {
  color: #bd9029;
}
.top_bar .top_bar_right #lang_sel {
  position: relative;
  float: right;
  border-right: 1px solid #E4E4E4;
  margin-right: -1px;
}
.top_bar .top_bar_right #lang_sel:hover {
  border-color: #fff;
}
.top_bar .top_bar_right #lang_sel > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top_bar .top_bar_right #lang_sel > ul:hover ul {
  visibility: visible;
  opacity: 1;
}
.top_bar .top_bar_right #lang_sel > ul:hover .lang_sel_sel {
  -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,0.1);
  box-shadow: 0 2px 10px 3px rgba(0,0,0,0.1);
  text-decoration: none;
}
.top_bar .top_bar_right #lang_sel > ul ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,0.1);
  box-shadow: 0 2px 10px 3px rgba(0,0,0,0.1);
}
.top_bar .top_bar_right #lang_sel > ul ul li {
  position: relative;
  border-top: 1px solid #E4E4E4;
  background: #fff;
  z-index: 3;
}
.top_bar .top_bar_right #lang_sel > ul ul li a {
  display: block;
  padding: 15px 22px;
  color: #4C4C4C;
  font-weight: 500;
}
.top_bar .top_bar_right #lang_sel > ul ul li a:hover {
  color: #a66d2e;
  background: #FAFAFA;
  text-decoration: none;
}
.top_bar .top_bar_right #lang_sel > ul .lang_sel_sel {
  position: relative;
  display: block;
  padding: 18px 48px 18px 22px;
  color: #4C4C4C;
  font-weight: 500;
  background: #fff;
  z-index: 2;
}
.top_bar .top_bar_right #lang_sel > ul .lang_sel_sel:after {
  font: normal normal normal 14px/1 FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e604';
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 7px;
  margin: -3px 0 0;
  color: #a66d2e;
}
.top_nav {
  background: #220e19;
  z-index: 5;
  -webkit-transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
.top_nav.affix {
  position: relative;
}
.top_nav .logo {
  position: absolute;
  padding: 12px;
  z-index: 1;
  background: #220e19;
  background-image: linear-gradient(to right, #bd9028 1px, rgba(255,255,255,0) 1px), linear-gradient(to left, #bd9028 0.1rem, rgba(255,255,255,0) 1px);
  background-image: -webkit-linear-gradient(to right, #bd9028 1px, rgba(255,255,255,0) 1px), linear-gradient(to left, #bd9028 0.1rem, rgba(255,255,255,0) 1px);
  background-image: -o-linear-gradient(to right, #bd9028 1px, rgba(255,255,255,0) 1px), linear-gradient(to left, #bd9028 0.1rem, rgba(255,255,255,0) 1px);
  background-image: -moz-linear-gradient(to right, #bd9028 1px, rgba(255,255,255,0) 1px), linear-gradient(to left, #bd9028 1.5px, rgba(255,255,255,0) 1.5px);
  background-position: bottom;
  background-size: 100% 56px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #bd9028;
}
.top_nav ul.top_nav_menu {
  float: right;
  list-style: none;
  margin: 0;
  padding: 15px 0px;
}
.top_nav ul.top_nav_menu > li {
  position: relative;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 13px;
  line-height: 1;
}
.top_nav ul.top_nav_menu > li > a {
  color: #e3c57e;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  padding: 15px 0;
  display: block;
}
.top_nav ul.top_nav_menu > li > a:hover {
  color: #bd9028;
  text-decoration: none;
}
.top_nav ul.top_nav_menu > li.current-menu-item > a,
.top_nav ul.top_nav_menu > li.current_page_item > a,
.top_nav ul.top_nav_menu > li.current-menu-parent > a {
  color: #bd9028;
}
.top_nav ul.top_nav_menu > li > ul {
  position: absolute;
  left: 15px;
  top: 100%;
  width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,0.1);
  box-shadow: 0 2px 10px 3px rgba(0,0,0,0.1);
  z-index: 10;
}
.top_nav ul.top_nav_menu > li > ul li {
  position: relative;
  background: #fff;
  text-transform: none;
  border-top: 1px solid #EEEEEE;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.top_nav ul.top_nav_menu > li > ul li.current-menu-item > a,
.top_nav ul.top_nav_menu > li > ul li.current-page-item > a {
  color: #a66d2e;
}
.top_nav ul.top_nav_menu > li > ul li.menu-item-has-children:after {
  font: normal normal normal 14px/1 FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e603';
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 11px;
  margin: -5px 0 0;
  color: #a66d2e;
}
.top_nav ul.top_nav_menu > li > ul li:hover {
  background: #FAFAFA;
}
.top_nav ul.top_nav_menu > li > ul li:first-child {
  border: none;
}
.top_nav ul.top_nav_menu > li > ul li a {
  display: block;
  padding: 13px 20px;
  font-weight: 300;
  color: #4C4C4C;
}
.top_nav ul.top_nav_menu > li > ul li a:hover {
  text-decoration: none;
}
.top_nav ul.top_nav_menu > li > ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 200px;
}
.top_nav ul.top_nav_menu > li > ul ul li {
  background: #FAFAFA;
}
.top_nav ul.top_nav_menu > li > ul ul li a {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.top_nav ul.top_nav_menu > li > ul ul li a:hover {
  color: #a66d2e;
}
.top_nav ul.top_nav_menu > li > ul:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 20px;
  border: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
  box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}
.top_nav ul.top_nav_menu > li ul {
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.top_nav ul.top_nav_menu > li.menu-item-has-children:after {
  font-family: FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  position: absolute;
  right: 4px;
  top: 50%;
  font-size: 7px;
  margin: -4px 0 0;
  color: #a66d2e;
}
.top_nav ul.top_nav_menu li:hover > ul,
.top_nav ul.top_nav_menu li:focus > ul {
  visibility: visible;
  opacity: 1;
}
.top_info_boxes {
  position: relative;
  background: #571c33;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2);
}
.top_info_boxes:before {
    content: "";
    height: 1px;
    background: linear-gradient(to right, rgba(217, 183, 118,0) 0%,#d9b776 5%,#d9b776 30%,rgba(217, 183, 118,0) 40%);
    display: block;
}
.top_info_boxes .top_info_box {
  position: relative;
  line-height: 1;
  padding: 25px 0;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.top_info_boxes .top_info_box:after {
  content: '';
  clear: both;
  display: table;
}
.top_info_boxes .top_info_box .icon {
  float: left;
  margin: 0 12px 0 0;
  font-size: 32px;
  color: #bd9028;
}
.top_info_boxes .top_info_box .text {
  overflow: hidden;
  color: #ece9e8;
  line-height: 16px;
  float: left;
}
.top_info_boxes .top_info_box .text strong {
  display: block;
  font-weight: 500;
  font-size: 14px;
}
.top_info_boxes .top_info_box .text.book strong{
	display: block;
	font-weight: 500;
	font-size: 15px;
	margin: 7px 0;
}
.top_info_boxes .top_info_box .text span {
  font-size: 12px;
  font-weight: 500;
}
.top_info_boxes .top_info_box.linked {
  background: #bd9028;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.top_info_boxes .top_info_box.linked .icon {
  color: #fff;
}
.top_info_boxes .top_info_box.linked .text {
  color: #fff;
}
.top_info_boxes .top_info_box .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.content_wrapper{
	padding-bottom: 40px;
}
/* Reviews */
.review {
  	padding: 70px 0;
	background: #e3c57e; /* Old browsers */
	background: -moz-linear-gradient(top, #e3c57e 0%, #bd9028 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e3c57e 0%,#bd9028 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e3c57e 0%,#bd9028 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3c57e', endColorstr='#bd9028',GradientType=0 ); /* IE6-9 */
}
.review .section-title {
  text-align: center;
}
.review .section-subtitle {
  text-align: center;
}
.review-container {
  position: relative;
}
.review-item {
  position: relative;
  background: #fff;
  margin: 0 15px;
  padding: 30px 25px;
  border: 2px solid #984d65;
  border-radius: 3px;
}
.review-item-image {
  float: left;
  border-radius: 50%;
  border: 2px solid #e4edee;
  overflow: hidden;
  margin-right: 20px;
}
.review-item-text {
  font-style: italic;
  font-size: 15px;
  margin-bottom: 20px;
  padding-left: 126px;
  line-height: 24px;
}
.review-item-name {
  padding-left: 126px;
  font-size: 15px;
  font-weight: 600;
  color: #233a46;
}
.review-item-position {
  padding-left: 126px;
  font-size: 12px;
}
.review-item-quote {
  position: absolute;
  right: 55px;
  bottom: 40px;
}
.review-item:hover {
  border: 2px solid #571c33;
}
.owl-review2 .review-item {
  margin: 0 0 35px 0;
}
.owl-review2 .review-item-image {
  width: 85px;
  height: 85px;
}
.owl-review2 .review-item-text {
  padding-left: 111px;
}
.owl-review2 .review-item-name {
  padding-left: 111px;
}
.owl-review2 .review-item-position {
  padding-left: 111px;
}
.owl-review2 .owl-controls {
  position: absolute;
  top: -66px;
  right: 0;
}
.owl-review2 .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  background: #acb8bc;
  opacity: 1;
}
.owl-review2 .owl-controls .owl-page.active span {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 2px solid #acb8bc;
  position: relative;
  top: 2px;
}
.carousel-next {
    right: -35px;
    padding-left: 2px;
}
.carousel-prev {
    left: -35px;
    padding-right: 2px;
}
.carousel-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    background: #d9b776;
    border-radius: 50%;
    transition: all 200ms;
    display: list-item;
    list-style: none;
}
.carousel-btn:hover, .carousel-btn:focus {
    background: #a66d2e;
}
.section-title {
    color: #571c33;
    margin-bottom: 35px;
    margin-top: 0;
    text-transform: capitalize;
}
.section-subtitle {
    font-size: 15px;
    margin-bottom: 60px;
}
.intro{
    padding: 50px 0;
}
.intro h2{
	margin: 0 0 20px 0;
    font-weight: 600;
}
.intro p{
	line-height: 24px;
    margin-bottom: 20px;
}
.intro p:last-child{
    margin-bottom: 0px;
}
.our-team{
	padding: 50px 0;
    background-image: url(../images/content-dot2.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-size: auto;
}
.our-team .box{
	background: #ffffff;
	border: 1px solid #ece9e8;
	padding: 30px 15px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.our-team .box:hover{
	border-color: #bd9028;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.our-team .box a{
	color: inherit;
	position: relative;
	z-index: 2;
	display: block;
}
.invisalign:after {
    content: "";
    background: url(../images/invisalign.png) no-repeat;
    background-size: contain;
    opacity: 0.2;
    top: -30px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;   
}
.insurance:after {
    content: "";
    background: url(../images/insurance.png) no-repeat;
    background-size: contain;
    opacity: 0.2;
    top: -30px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;   
}
.offers:after {
    content: "";
    background: url(../images/offers.png) no-repeat;
    background-size: contain;
    opacity: 0.2;
    top: -30px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;   
}
.our-team .box h3{
	margin-top: 0;
}
.our-team span{
	font-size: 12px;
}
.map-wrapper {
position:relative;
width:100%;
height:400px;
overflow:hidden;
}

#map-canvas {
width:100%;
height:400px;
border:0;
}
#footer > .row { margin: 0; }
#footer .widget { padding: 60px 70px; color: #333; min-height: 315px; }
#footer .widget h2 { font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 20px; color: #e3c57e; text-transform: uppercase; margin-bottom: 20px; }
#footer .widget h2:after { display: block; content: ""; margin-top: 20px; width: 50px; height: 3px; background-color: #bd9028; }
#footer .widget p { font-family: "Roboto", sans-serif; font-weight: normal; color: #ece9e8; line-height: 30px; margin-bottom: 10px;}
#footer .widget p i { margin-right: 10px; }
#footer .widget:nth-child(1) { background-color: #78495b; }
#footer .widget:nth-child(2) { background-color: #673247; }
#footer .widget:nth-child(3) { background-color: #571c33; }
#footer .widget ul{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 25px;
    color: #ece9e8;
}
.widget ul > li > .text-right {
    float: right;
}
#footer .copyright {
  position: relative;
  background: #220e19;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  padding: 23px 0;
  line-height: 1;
}
#footer .copyright a {
  color: #a66d2e;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#footer .copyright a:hover {
  color: #fff;
}

/* Our Team Page */

.staff_list {
  position: relative;
}
.staff_list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.staff_list > ul > li {
  margin: 0 0 30px;
  border-top: 5px solid #bd9028;
}
.staff_list > ul > li .staff {
  border: 1px solid #E4E4E4;
  border-top: none;
}
.staff_list > ul > li .staff .staff_left {
  border-right: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  width: 253px;
  float: left;
}
.staff_list > ul > li .staff .staff_left .staff_image_wr {
  padding: 35px 40px 23px 40px;
  text-align: center;
}
.staff_list > ul > li .staff .staff_left .staff_image_wr .staff_image {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 25px;
}
.staff_list > ul > li .staff .staff_left .staff_image_wr .staff_image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.staff_list > ul > li .staff .staff_left .staff_image_wr .staff_name {
  font-size: 18px;
  line-height: 1;
  color: #4C4C4C;
  font-weight: 300;
  margin: 0 0 10px;
}
.staff_list > ul > li .staff .staff_left .staff_image_wr .staff_position {
  font-size: 12px;
  line-height: 1;
  color: #B2B2B2;
  font-weight: 300;
}
.staff_list > ul > li .staff .staff_left .staff_socials {
  text-align: center;
  font-size: 0;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: -1px;
}
.staff_list > ul > li .staff .staff_left .staff_socials a {
  display: table-cell;
  vertical-align: top;
  font-size: 20px;
  line-height: 1;
  border-left: 1px solid #E4E4E4;
  padding: 20px 0;
  color: #B2B2B2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.staff_list > ul > li .staff .staff_left .staff_socials a:first-child {
  border: none;
}
.staff_list > ul > li .staff .staff_left .staff_socials a .fa-envelope-o {
  font-size: 18px;
}
.staff_list > ul > li .staff .staff_left .staff_socials a:hover {
  color: #a66d2e;
}
.staff_list > ul > li .staff .staff_right {
  position: relative;
  overflow: hidden;
  padding: 30px 40px;
  font-size: 14px;
}
.staff_list > ul > li .staff .staff_right p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  margin: 0 0 25px;
}
.staff_list > ul > li .staff .staff_right ul {
  list-style: disc;
}
.staff_list > ul > li .staff .staff_right .full_text {
  display: none;
}
.staff_list > ul > li .staff .staff_right .button {
  margin: 10px 0 0;
}
.staff_list.grid > ul {
  font-size: 0;
  margin: 0 -15px;
}
.staff_list.grid > ul > li {
  border-top: none;
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding: 0 15px;
  margin: 0 0 30px;
}
.staff_list.grid > ul > li .staff {
  border: none;
  border-top: 5px solid #a66d2e;
}
.staff_list.grid > ul > li .staff .staff_left {
  border: 1px solid #E4E4E4;
  width: auto;
  border-top: none;
  float: none;
}
.staff_list.grid.cols_4 > ul > li {
  width: 25%;
}

/* Page Title */
.title_box {
  position: relative;
  margin: 0 0 60px;
  padding: 40px 0;
  background: #220e19;
  color: #d9b776;
  background-position: 50% 0;
}
.title_box.style_2 {
  position: relative;
}
.title_box.style_2 .container {
  position: relative;
  min-height: 520px;
}
.title_box.style_2 .title_wr {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
}
.title_box h1 {
  color: inherit;
  font-weight: 400;
  text-align: center;
  margin: 0;
  -webkit-text-stroke: 0.6px #e0c591;
  -moz-text-stroke: 0.6px #e0c591;
  -o-text-stroke: 0.6px #e0c591;
  background: -webkit-linear-gradient(180deg, #f9d87f 40%, #eddec9 60%, #a66d2e 70%);
  background: -o-linear-gradient(180deg, #f9d87f 40%, #eddec9 60%, #a66d2e 70%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(180deg, #f9d87f 40%, #eddec9 60%, #a66d2e 70%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(180deg, #f9d87f 40%, #eddec9 60%, #a66d2e 70%); /* Standard syntax */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title_box p {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* Contact Us Page */
.widget_contacts.style_3 {
  border: 4px solid #e3c57e;
  padding: 50px;
}
.widget_contacts.style_3 ul{
  margin: 0;
}
.widget_contacts.style_3 li {
  	margin: 0 0 25px;
    color: #868686;
    position: relative;
    display: table;
    vertical-align: middle;
    text-align: left;
}
.widget_contacts.style_3 li:last-child {
  margin: 0;
}
.widget_contacts.style_3 li .text {
  float: right;
  padding: 0;
}
.widget_contacts.style_3 li .text p {
  color: #868686;
  font-size: 14px;
  margin: 0;
}
.widget_contacts.style_3 li .text a {
  color: #868686;
}
.widget_contacts.style_3 li .text strong {
  display: block;
  color: #4C4C4C;
  font-weight: 500;
  font-size: 16px;
}
.widget_contacts.style_3 li .icon {
  	display: inline-block;
    float: left;
    font-size: 30px;
    margin: 5px 15px 0 0px;
}
.wpcf7-form .input-group {
  position: relative;
  width: 100%;
  margin: 0 0 30px;
}
.wpcf7-form .input-group .input-addon {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -11px 0 0;
  font-size: 22px;
  color: #bd9028;
  width: 40px;
}
.wpcf7-form .input-group .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  border: none;
  padding: 14px 0 12px 40px;
  font-weight: 300;
  outline: none !important;
  color: #220e19;
  line-height: 18px;
  border-bottom: 1px solid #984d65;
}
.wpcf7-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control::-webkit-input-placeholder,
.wpcf7-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control:-moz-placeholder,
.wpcf7-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control::-moz-placeholder,
.wpcf7-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control:-ms-input-placeholder {
  color: #B2B2B2;
}
.wpcf7-form .input-group .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-not-valid {
  border-color: #FF3F2B;
  color: #FF3F2B;
}
.wpcf7-form .input-group .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -20px;
  font-size: 12px;
  color: #FF3F2B;
  font-weight: 300;
}
.wpcf7-form .input-group.no-bordered {
  border: none;
}
.wpcf7-form .input-group.no-bordered .wpcf7-form-control {
  border: 1px solid #984d65;
  padding: 14px 15px 12px 15px;
  resize: none;
}
.wpcf7-form .input-group.no-bordered .wpcf7-form-control.feedback {
  height: 195px;
}

/* Services Page */
.service_posts_grid {
  position: relative;
  margin: 0 -15px 10px;
  font-size: 0;
}
.service_posts_grid.with_sidebar article {
  width: 50%;
}
.service_posts_grid article {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  padding: 0 15px;
  margin: 0 0 30px;
}
.service_posts_grid article .post_thumbnail {
  position: relative;
}
.service_posts_grid article .post_thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.service_posts_grid article .post_bottom {
  position: relative;
  border: 1px solid #E4E4E4;
  border-top: none;
  padding: 25px 30px 30px;
}
.service_posts_grid article .post_bottom:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  width: 60px;
  height: 5px;
  background: #a66d2e;
}
.service_posts_grid article .post_bottom h5 {
  color: #4C4C4C;
  margin: 0 0 10px;
}
.service_posts_grid article .post_bottom h5 a {
  color: #4C4C4C;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.service_posts_grid article .post_bottom h5 a:hover {
  color: #a66d2e;
  text-decoration: none;
}
.service_posts_grid article .post_bottom p {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
}
/** Testimonials **/
.testimonials{
	padding-bottom: 30px;
}
.testimonials .tab-content{
    padding: 20px 0px;
    border: 1px solid #ddd;
    border-top: none;
}
.testimonials .outer-pad{
	padding: 10px;
}
.testimonials .border{
	border: 1px solid #e2e2e2;
    padding: 10px 20px 20px;
    background: #f6f6f6;
}
.yelp::after{
	content: "";
    background: url(../icons/yelp.svg) no-repeat;
    opacity: 0.1;
    top: 15px;
    left: 0;
    bottom: 15px;
    right: 0;
    position: absolute;
    z-index: 0;
    background-size: contain;
}
.google-plus::after{
	content: "";
    background: url(../icons/google-plus.svg) no-repeat;
    opacity: 0.1;
    top: 0px;
    left: 20px;
    bottom: 0px;
    right: 0;
    position: absolute;
    z-index: 0;
    background-size: contain;
}
.healthgrades::after{
	content: "";
    background: url(../icons/healthgrades.svg) no-repeat;
    opacity: 0.1;
    top: 0px;
    left: 5px;
    bottom: 0px;
    right: 0;
    position: absolute;
    z-index: 0;
    background-size: contain;
}
.testimonials .border h4 img {
    width: 100px;
    vertical-align: bottom;
}
/** End Testimonials **/
/* Default Bootstrap Settings */
.button, a.button {
    display: inline-block;
    border: 4px solid #571c33;
    background: #571c33;
    text-decoration: none;
    outline: none !important;
    font-weight: 600;
    color: #e3c57e;
    font-size: 14px;
    padding: 19px 50px;
    line-height: 1;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.button.square, a.button.square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    padding: 19px 50px;
    background: #220e19;
    border-color: #220e19;
}
.button.blue, a.button.blue {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    padding: 19px 50px;
    background: #199ED8;
    border-color: #199ED8;
    color: #ffffff;
}
.button.light-blue, a.button.light-blue {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    padding: 19px 50px;
    background: #40b3da;
    border-color: #40b3da;
    color: #ffffff;
}
.jumbotron {
    background-color: #fcfcfc;
    border: 1px solid #bd9029;
}
.jumbotron .h1, .jumbotron h1{
    color: #571c33
}

/* Start Mobile Version */
.toggle_menu,.toggle, [id^=drop] {
  display: none;
}
nav {
  margin: 15px 0;
  padding: 0;
}
nav:after {
  content: "";
  display: table;
  clear: both;
}
nav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
nav ul li {
  margin: 0px;
  display: inline-block;
  position: relative;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 12px;
  line-height: 1;
  z-index: 1;
}
nav .menu a {
  display: block;
  color: #e3c57e;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  padding: 15px 0;
  text-decoration: none;
}
nav a:hover {color: #bd9028; text-decoration: none;}
nav ul ul {
  display: none;
  position: absolute;
}
nav ul li:hover > ul { display: inherit; left: 0px;}
nav ul ul li {
  width: 220px;
  float: none;
  display: list-item;
  position: relative;
  background: #230f19;
}
nav ul ul ul li {
  position: relative;
  top: -45px;
  left: 220px;
  background: #230f19;
}
/*li > a:after { content: "\f0d7"; font-family: "FontAwesome";}*/
li > a:only-child:after { content: ''; }

/* Media Queries
--------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .top_nav .logo{
    position: relative;
    padding: 12px 0;
    z-index: 1;
    background: #220e19;
    background-image: none;
    border-bottom: none;
  }
  nav { margin: 0; }
  .toggle_menu{
    position: absolute;
    top: -74px;
    right: 15px;
    display: block;
    color: #d7ba78;
    padding: 26px 0px;
    text-decoration: none;
    border: none;
    margin: 0;
    z-index: 1;
  }
  .toggle + a{ display: none !important;}
  .menu { display: none; }
  .toggle {
    display: block;
    color: #d7ba78;
    padding: 15px 0;
    text-decoration: none;
    border: none;
    margin: 0;
  }
  .toggle:after{content: "\f0d7"; font-family: "FontAwesome"; margin-left: 10px;}
  [id^=drop]:checked + ul { display: block; }
  nav ul li {
    display: block;
    width: 100%;
  }
  nav ul ul a { padding: 15px 10px; }
  nav ul ul ul a { padding: 15px 10px; }
  nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
  }
  nav ul ul li:hover > ul,
  nav ul li:hover > ul { display: none; }
  nav ul ul li {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  nav ul ul ul li { position: static;}
}
/* iPad Pro */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .toggle_menu{
    top: -100px;
  }
  nav ul {
    float: left;
  }
  #footer .widget {
    padding: 40px 30px;
    min-height: 275px;
  }
}
/* End Mobile Version */