/*
------------------------------------------------------------
	FrederiksbergTandlaegen.dk - 22.11.2016
------------------------------------------------------------
*/
/*
------------------------------------------------------------
	LESS Mixins
------------------------------------------------------------
*/
.absolute_center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.button,
.button_mg {
  -webkit-appearance: none;
  display: inline-block;
  margin: 0;
  padding: 12px 20px 10px 20px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  background: #255730;
  border: none !important;
  outline: none !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.button.sidebar_button,
.button_mg.sidebar_button {
  display: inline-block;
  width: auto;
  font-size: 14px;
  padding: 6px 20px 4px 20px;
}
.button:hover,
.button_mg:hover {
  text-decoration: none;
  color: #ffffff;
  background: #16331c;
}
.button:active,
.button_mg:active,
.button:focus,
.button_mg:focus {
  text-decoration: none;
  color: #ffffff;
  background: #16331c;
}
.circle_icon {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  margin: 0 10px 0 0;
  background: #5ebec0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.circle_icon:last-child {
  margin-right: 0;
}
.circle_icon:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.circle_icon.facebook {
  background: #3d5998;
}
.circle_icon.facebook:before {
  width: 10px;
  height: 18px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: 0 -150px;
}
.circle_icon.linkedin {
  background: #007bb6;
}
.circle_icon.linkedin:before {
  width: 18px;
  height: 20px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: -50px -150px;
}
a.circle_icon {
  text-decoration: none;
  color: #ffffff;
}
a.circle_icon:hover {
  text-decoration: none;
  color: #ffffff;
  background: #255730 !important;
}
.regular_font {
  font-family: 'Poppins', Arial, sans-serif;
}
.cursive_font {
  font-family: 'Poppins', Arial, sans-serif;
}
.play_video_icon:hover {
  opacity: 0.8;
}
/*
------------------------------------------------------------
	General Styles
------------------------------------------------------------
*/
html body {
  font-size: 14px;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  color: #1c1c1c;
  background: #ffffff;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body p,
html body ul,
html body table {
  margin: 0 0 20px 0;
}
html body h1:last-child,
html body h2:last-child,
html body h3:last-child,
html body h4:last-child,
html body h5:last-child,
html body p:last-child,
html body ul:last-child,
html body table:last-child {
  margin-bottom: 0;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5 {
  font-weight: 100;
  line-height: 1;
  -ms-word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
html body h1 {
  font-size: 38px;
  color: #1d1d1d;
}
html body h2 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
}
html body h3 {
  font-size: 17px;
  font-weight: 400;
}
html body h4 {
  font-size: 16px;
}
html body h5 {
  font-size: 14px;
}
html body h1.small {
  font-size: 32px;
}
html body h2.small {
  font-size: 19px;
}
html body h3.small {
  font-size: 17px;
}
html body h4.small {
  font-size: 15px;
}
html body h5.small {
  font-size: 14px;
}
html body h1.big {
  font-size: 44px;
}
html body h2.big {
  font-size: 35px;
}
html body h3.big {
  font-size: 24px;
}
html body h4.big {
  font-size: 21px;
}
html body h5.big {
  font-size: 17px;
}
html body b,
html body strong {
  font-weight: 600;
}
html body p {
  line-height: 1.4;
}
html body a {
  color: inherit;
  text-decoration: underline;
  border: none;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
html body a:active {
  border: none;
  outline: none;
}
html body a:focus {
  border: none;
  outline: none;
}
html body a:hover {
  color: #5ebec0;
}
html body ul {
  list-style-type: disc;
  margin-left: 20px;
  padding: 0;
}
html body ol {
  margin-left: 20px;
  padding: 0;
}
html body ol > li {
  margin-bottom: 10px;
}
html body ol > li:last-child {
  margin-bottom: 0;
}
html body img {
  max-width: 100%;
  height: auto;
}
html body img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
html body img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
html body img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
html body .alignright {
  float: right;
}
html body .alignleft {
  float: left;
}
html body .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*
------------------------------------------------------------
	Content Styles
------------------------------------------------------------
*/
#wrapper {
  overflow: hidden;
}
.container {
  max-width: 970px;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row > div {
  padding-left: 10px;
  padding-right: 10px;
}
#content_holder #page_content.homepage_page_content {
  margin-bottom: 0;
}
blockquote {
  position: relative;
  margin: 30px 0 30px 0;
  padding: 0 40px 0 80px;
  border: none;
  background: none;
  color: #255730;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
blockquote:before {
  content: '';
  display: block;
  width: 26px;
  height: 20px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: -150px -200px;
  position: absolute;
  top: 4px;
  left: 35px;
  opacity: 0.35;
}
blockquote:last-child {
  margin-bottom: 0;
}
.box,
.boxed_content {
  position: relative;
  margin: 30px 0 30px 0;
  padding: 30px 30px;
  color: inherit;
  background: #ececec;
  border-left: 5px solid #5ebec0;
  overflow: hidden;
}
.box.box-source,
.boxed_content.box-source {
  border: none;
  font-size: 12px;
  line-height: normal;
}
.box:last-child,
.boxed_content:last-child {
  margin-bottom: 0;
}
.box.width_half,
.boxed_content.width_half {
  width: calc(50% - 15px);
  margin-left: auto;
  margin-right: auto;
}
.box.width_half.align_left,
.boxed_content.width_half.align_left {
  float: left;
  margin-top: 0;
  margin-right: 30px;
}
.box.width_half.align_right,
.boxed_content.width_half.align_right {
  float: right;
  margin-top: 0;
  margin-left: 30px;
}
.box .boxed_label,
.boxed_content .boxed_label {
  display: block;
  padding: 0 15px 0 18px;
  height: 44px;
  line-height: 44px;
  color: #ffffff;
  font-size: 15px;
  position: absolute;
  top: -22px;
  left: 40px;
  background: #8eafbd;
  background: #5ebec0;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  z-index: 1;
}
.spacer {
  display: block;
}
.spacer.spacer_10 {
  height: 10px;
}
.spacer.spacer_15 {
  height: 15px;
}
.spacer.spacer_20 {
  height: 20px;
}
.spacer.spacer_25 {
  height: 25px;
}
.spacer.spacer_30 {
  height: 30px;
}
.spacer.spacer_40 {
  height: 40px;
}
.spacer.spacer_50 {
  height: 50px;
}
.spacer.spacer_60 {
  height: 60px;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.icon:first-child {
  margin-left: 0;
}
.icon:last-child {
  margin-right: 0;
}
.icon.icon_arrow_left {
  width: 6px;
  height: 12px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -200px;
}
.icon.icon_arrow_right {
  width: 6px;
  height: 12px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -225px;
}
.icon.icon_arrow_down {
  width: 12px;
  height: 6px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: -20px -200px;
}
.icon.icon_arrow_up {
  width: 12px;
  height: 6px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: -20px -225px;
}
.icon.icon_arrow_left_big {
  width: 14px;
  height: 17px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: -50px -200px;
}
.icon.icon_arrow_right_big {
  width: 14px;
  height: 17px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: -50px -225px;
}
.icon.icon_phone {
  width: 20px;
  height: 11px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: -149px -150px;
}
.icon.icon_mobile {
  width: 20px;
  height: 12px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: -198px -150px;
}
.icon.icon_email {
  width: 20px;
  height: 9px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: -250px -150px;
}
.white_overlay {
  display: block;
  width: 1440px;
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}
.white_overlay.white_overlay_left_1 {
  background-image: url('../images/white_overlay_left_1.png');
  height: 300px;
  bottom: 0;
  right: 50%;
}
.white_overlay.white_overlay_right_1 {
  background-image: url('../images/white_overlay_right_1.png');
  height: 300px;
  bottom: 0;
  left: 50%;
}
.white_overlay.white_overlay_left_2 {
  background-image: url('../images/white_overlay_left_2.png');
  height: 214px;
  bottom: 0;
  right: 50%;
}
.white_overlay.white_overlay_right_2 {
  background-image: url('../images/white_overlay_right_2.png');
  height: 214px;
  bottom: 0;
  left: 50%;
}
.white_overlay.white_overlay_left_3 {
  background-image: url('../images/white_overlay_left_3.png');
  height: 214px;
  top: 0;
  right: 50%;
}
.white_overlay.white_overlay_right_3 {
  background-image: url('../images/white_overlay_right_3.png');
  height: 214px;
  top: 0;
  left: 50%;
}
/*
------------------------------------------------------------
	Header Styles
------------------------------------------------------------
*/
body.admin-bar #header_holder {
  top: 32px;
}
#header_holder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
#header_holder #header {
  background: rgba(255, 255, 255, 0.78);
  position: relative;
  *zoom: 1;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#header_holder #header:after {
  content: "";
  display: table;
  clear: both;
}
#header_holder #header .container {
  *zoom: 1;
  position: relative;
}
#header_holder #header .container:after {
  content: "";
  display: table;
  clear: both;
}
#header_holder #header #header_left {
  position: relative;
  padding: 20px 0;
  float: left;
  width: 270px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#header_holder #header #header_right {
  position: relative;
  float: right;
  width: calc(100% - 270px);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#header_holder #header #header_top_right {
  position: absolute;
  top: 10px;
  right: 0;
  *zoom: 1;
}
#header_holder #header #header_top_right:after {
  content: "";
  display: table;
  clear: both;
}
#header_holder #header #header_phone_number {
  display: block;
  float: right;
  text-decoration: none;
  color: #1c1c1c;
  font-size: 23px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 8px;
}
#header_holder #header #top_menu {
  clear: both;
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#header_holder #header #top_menu:after {
  content: "";
  display: table;
  clear: both;
}
#header_holder #header #top_menu li {
  float: left;
  display: block;
  margin: 0 6px 0 0;
  padding: 0;
}
#header_holder #header #top_menu li:last-child {
  margin-right: 0;
}
#header_holder #header #top_menu li a {
  display: block;
  margin: 0;
  padding: 0 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  line-height: 23px;
  color: #ffffff;
  background: #255730;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}
#header_holder #header #top_menu li a:hover {
  background: #16331c;
  text-decoration: none;
  color: #ffffff;
}
#header_holder #header #top_menu li ul {
  display: none;
}
#header_holder #header #logo {
  display: inline-block;
  width: 211px;
}
#header_holder #header #logo:hover {
  opacity: 0.8;
}
#header_holder.scrolled {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
#header_holder.scrolled #header {
  background: rgba(255, 255, 255, 0.9);
}
#header_holder.scrolled #header #header_left {
  padding: 10px 0;
}
#header_holder.scrolled #header #logo {
  width: 130px;
}
#header_holder.scrolled #header #header_phone_number {
  font-size: 19px;
  margin-right: 185px;
}
#header_holder.scrolled #header #top_menu {
  margin-top: -30px;
}
#header_holder.scrolled #menu_holder #main_menu > li > a {
  padding-bottom: 5px;
}
#header_holder.scrolled #menu_holder #main_menu > li > a span {
  padding-bottom: 5px;
}
/*** Main Menu ***/
#menu_holder {
  display: block;
  position: absolute;
  left: 290px;
  right: 0;
  bottom: 0px;
}
#menu_holder #main_menu {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu_holder #main_menu > li {
  position: relative;
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
}
#menu_holder #main_menu > li.current-menu-item > a span,
#menu_holder #main_menu > li.current-menu-ancestor > a span {
  border-color: #5ebec0;
}
#menu_holder #main_menu > li > a {
  display: block;
  margin: 0;
  padding: 10px 15px 10px 10px;
  width: 100%;
  color: #1c1c1c;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}
#menu_holder #main_menu > li > a span {
  padding: 10px 0 10px 0;
  border-bottom: 5px solid transparent;
  position: relative;
  top: -5px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#menu_holder #main_menu > li > a:hover {
  color: #5ebec0;
  text-decoration: none;
}
#menu_holder #main_menu > li:hover > ul {
  display: block;
}
#menu_holder #main_menu > li ul {
  display: none;
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px;
  z-index: 10;
  text-align: left;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
#menu_holder #main_menu > li ul li {
  display: block;
  margin: 0;
  padding: 0;
}
#menu_holder #main_menu > li ul li.current-menu-item > a,
#menu_holder #main_menu > li ul li.current-menu-ancestor > a {
  background: #eeeeee;
}
#menu_holder #main_menu > li ul li.current-menu-item > a:hover,
#menu_holder #main_menu > li ul li.current-menu-ancestor > a:hover {
  background: #dff3f3;
}
#menu_holder #main_menu > li ul li a {
  display: block;
  position: relative;
  margin: 0;
  padding: 7px 15px 7px 40px;
  font-size: 15px;
  font-weight: 500;
  color: #1c1c1c;
  text-decoration: none;
  background: #ffffff;
}
#menu_holder #main_menu > li ul li a:hover {
  background: #dff3f3;
}
#menu_holder #main_menu > li ul li a:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #5ebec0;
  position: absolute;
  top: 16px;
  left: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#menu_holder #main_menu > li ul li ul {
  display: none;
}
/*
------------------------------------------------------------
	Breadcrumbs and Nav Buttons
------------------------------------------------------------
*/
#breadcrumbs {
  min-height: 37px;
  margin: 10px 0 7px 0;
  font-size: 11px;
  *zoom: 1;
}
#breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}
#breadcrumbs p {
  font-weight: bold;
}
#breadcrumbs p a {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 5px;
  max-width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #5ebec0;
  text-decoration: underline;
}
#breadcrumbs p a:hover {
  color: #255730;
}
#breadcrumbs #breadcrumbs_text {
  float: left;
  margin-top: 9px;
}
#breadcrumbs #social_share {
  float: right;
}
#page_views {
  float: right;
}
/*
------------------------------------------------------------
	Single Page and Post Content
------------------------------------------------------------
*/
#top_image {
  max-width: 1920px;
  width: 100%;
  height: 480px;
  padding: 0;
  margin: 0 auto 45px auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#top_image img {
  display: none;
}
#page_text a {
  color: #5ebec0;
}
#page_text a:hover {
  color: #255730;
}
#page_text .phone_link {
  color: inherit;
}
#page_text .phone_link:hover {
  color: #5ebec0;
}
#page_text ul {
  margin-top: -5px;
  line-height: 1.4;
}
#page_text .wp-caption {
  margin-bottom: 20px;
}
#page_text .wp-caption.alignright {
  margin-left: 20px;
}
#page_text .wp-caption.alignrleft {
  margin-right: 20px;
}
#page_text .wp-caption:last-child {
  margin-bottom: 0;
}
#page_text .wp-caption a {
  display: block;
  width: 100%;
}
#page_text .wp-caption a > img {
  display: block;
  width: 100%;
  height: auto;
  border: 3px solid #f6f4f0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#page_text .wp-caption a > img:hover {
  border-color: #5ebec0;
}
#page_text .wp-caption .wp-caption-text {
  padding: 20px;
  background: #f6f4f0;
  font-style: italic;
  font-size: 13px;
}
#page_text table {
  width: 100%;
}
#page_text table tr td {
  padding: 5px 10px;
  border: 1px solid #eeeeee;
}
#page_text table tr:nth-child(even) td {
  background: #f5f5f5;
}
#page_text .prices_table td:last-child {
  text-align: right;
}
/*
------------------------------------------------------------
	Homepage Styles
------------------------------------------------------------
*/
body.home h1,
body.home h2,
body.home h3,
body.home h4,
body.home h5 {
  text-transform: uppercase;
}
/*** Homepage Slider ***/
#homepage_slider {
  position: relative;
  height: 520px;
  max-width: 1920px;
  margin: 0 auto 40px auto;
}
#homepage_slider .single_slide {
  height: 520px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#homepage_slider .single_slide .single_slide_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#homepage_slider .single_slide .single_slide_inner .container {
  position: relative;
  z-index: 1;
}
#homepage_slider .single_slide .single_slide_inner .white_overlay {
  z-index: 0;
}
#homepage_slider .single_slide .slide_content {
  max-width: 500px;
  margin: 0 auto;
  padding: 220px 0 0 0;
  text-align: center;
}
#homepage_slider .single_slide .slide_content .button {
  display: inline-block;
  width: auto;
  margin-top: 40px;
}
#homepage_slider .single_slide .slide_content h1,
#homepage_slider .single_slide .slide_content h2,
#homepage_slider .single_slide .slide_content h3 {
  font-weight: normal;
}
#homepage_slider .single_slide .slide_content h1,
#homepage_slider .single_slide .slide_content h2 {
  font-size: 39px;
}
#homepage_slider .single_slide .button {
  font-size: 26px;
  width: 100% !important;
  max-width: 280px !important;
}
/*** Homepage Icon Items Row ***/
#homepage_icon_items {
  position: relative;
  margin-bottom: 60px;
}
#homepage_icon_items .homepage_icon_item {
  display: block;
  padding: 0 20px;
  text-align: center;
  color: inherit;
  text-decoration: none;
}
#homepage_icon_items .homepage_icon_item .homepage_icon_item_icon {
  display: inline-block;
  position: relative;
  margin: 0 auto 15px auto;
  width: 100px;
  height: 100px;
  border: 3px solid #5ebec0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#homepage_icon_items .homepage_icon_item .homepage_icon_item_icon:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#homepage_icon_items .homepage_icon_item .homepage_icon_item_icon.icon_tooth:before {
  width: 30px;
  height: 44px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: 0 -250px;
}
#homepage_icon_items .homepage_icon_item .homepage_icon_item_icon.icon_braces:before {
  width: 62px;
  height: 25px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: -50px -250px;
}
#homepage_icon_items .homepage_icon_item .homepage_icon_item_icon.icon_map:before {
  width: 35px;
  height: 42px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: -150px -250px;
}
#homepage_icon_items .homepage_icon_item h3 {
  margin-bottom: 10px;
}
#homepage_icon_items a.homepage_icon_item:hover {
  color: #5ebec0;
  text-decoration: none;
}
#homepage_icon_items a.homepage_icon_item:hover .homepage_icon_item_icon {
  opacity: 0.8;
}
/*** Homepage Image Items Row ***/
#homepage_image_items {
  position: relative;
  margin-bottom: 60px;
}
#homepage_image_items .homepage_image_item {
  display: block;
  color: inherit;
  text-decoration: none;
}
#homepage_image_items .homepage_image_item .homepage_image_item_image {
  margin-bottom: 15px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#homepage_image_items .homepage_image_item .homepage_image_item_image img {
  display: block;
  width: 100%;
  height: auto;
}
#homepage_image_items .homepage_image_item h3 {
  margin-bottom: 10px;
}
#homepage_image_items a.homepage_image_item:hover {
  color: #5ebec0;
  text-decoration: none;
}
#homepage_image_items a.homepage_image_item:hover .homepage_image_item_image {
  opacity: 0.8;
}
/*** Homepage Blue Row ***/
#homepage_blue_content {
  position: relative;
  max-width: 1920px;
  margin: 0 auto 60px auto;
  padding: 130px 0;
  color: #ffffff;
  background: #5ebec0;
}
#homepage_blue_content .homepage_blue_content_image_large {
  display: block;
  height: 100%;
  width: 46%;
  max-width: 700px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 54%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 0;
}
#homepage_blue_content .white_overlay {
  z-index: 1;
}
#homepage_blue_content .white_overlay_left_3,
#homepage_blue_content .white_overlay_left_2 {
  right: 70%;
}
#homepage_blue_content .white_overlay_right_3,
#homepage_blue_content .white_overlay_right_2 {
  left: 30%;
}
#homepage_blue_content #homepage_blue_content_inner {
  position: relative;
  z-index: 2;
}
#homepage_blue_content .homepage_blue_content_image {
  display: none;
}
/*
------------------------------------------------------------
	Sidebar Styles
------------------------------------------------------------
*/
#sidebar .sidebar_widget {
  position: relative;
  margin: 0 0 60px 0;
}
#sidebar .sidebar_widget:last-child {
  margin-bottom: 0;
}
#sidebar .sidebar_widget .widget_icon {
  width: 61px;
  height: 61px;
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
  margin: auto;
  border: 3px solid #5ebec0;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#sidebar .sidebar_widget .widget_icon .widget_icon_inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#sidebar .sidebar_widget .widget_icon .widget_icon_inner span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#sidebar .sidebar_widget .widget_icon .widget_icon_inner span.widget_icon_info {
  width: 10px;
  height: 30px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: -150px 0px;
}
#sidebar .sidebar_widget .widget_icon .widget_icon_inner span.widget_icon_person {
  width: 20px;
  height: 31px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: -100px 0px;
}
#sidebar .sidebar_widget .widget_icon .widget_icon_inner span.widget_icon_calendar {
  width: 22px;
  height: 22px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: -50px 0px;
}
#sidebar .sidebar_widget .widget_icon .widget_icon_inner span.widget_icon_comment {
  width: 26px;
  height: 26px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
#sidebar .sidebar_widget .widget_icon .widget_icon_inner span.widget_icon_book {
  width: 32px;
  height: 24px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: -200px 0px;
}
#sidebar .sidebar_widget .widget_icon .widget_icon_inner span.widget_icon_send {
  width: 27px;
  height: 23px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: -300px 0px;
}
#sidebar .sidebar_widget .widget_icon .widget_icon_inner span.widget_icon_phone {
  width: 28px;
  height: 28px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -300px;
}
#sidebar .sidebar_widget .widget_icon .widget_icon_inner span.widget_icon_clock {
  width: 31px;
  height: 31px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: -50px -300px;
}
#sidebar .sidebar_widget .widget_image img {
  width: 100%;
  height: auto;
}
#sidebar .sidebar_widget .widget_content {
  padding: 30px;
  background: #ececec;
}
#sidebar .sidebar_widget .widget_content.with_icon {
  padding-top: 50px;
}
#sidebar .sidebar_widget .widget_content.widget_content_background_grey {
  background: #ececec;
}
#sidebar .sidebar_widget .widget_content.widget_content_background_blue {
  background: #5ebec0;
  color: #ffffff;
}
#sidebar .sidebar_widget .widget_content.widget_content_background_blue a {
  color: inherit;
}
#sidebar .sidebar_widget .widget_content.widget_content_background_blue a:hover {
  color: inherit;
}
#sidebar .sidebar_widget .widget_content.widget_content_background_blue a:hover.phone_link {
  opacity: 0.8;
}
#sidebar .sidebar_widget .widget_content.widget_content_background_green {
  background: #255730;
  color: #ffffff;
}
#sidebar .sidebar_widget .widget_content.widget_content_background_green .button {
  background: #5ebec0;
}
#sidebar .sidebar_widget .widget_content.widget_content_background_green .button:hover {
  background: #42a7a9;
}
#sidebar .sidebar_widget p {
  margin-bottom: 15px;
}
#sidebar .sidebar_widget p:last-child {
  margin-bottom: 0;
}
#sidebar .sidebar_widget h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
#sidebar .sidebar_widget h3:last-child {
  margin-bottom: 0;
}
#sidebar .sidebar_widget.quote_widget .sidebar_widget_inner {
  padding-bottom: 50px;
  position: relative;
}
#sidebar .sidebar_widget .sidebar_quote_text {
  padding: 30px;
  background: #ececec;
  position: relative;
}
#sidebar .sidebar_widget .sidebar_quote_text:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  right: 31px;
  border: 18px solid transparent;
  border-top-color: #ececec;
}
#sidebar .sidebar_widget .sidebar_quote_by {
  display: block;
  position: absolute;
  bottom: 3px;
  right: 80px;
}
#sidebar .sidebar_widget .sidebar_quote_by .person_name {
  font-weight: bold;
}
#sidebar .sidebar_widget .sidebar_quote_icon {
  display: block;
  position: absolute;
  right: 37px;
  bottom: 0;
  width: 24px;
  height: 22px;
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: -250px 0;
}
.working_hours {
  line-height: 1.85;
  *zoom: 1;
}
.working_hours:after {
  content: "";
  display: table;
  clear: both;
}
.working_hours .time_label {
  float: left;
  clear: left;
  font-weight: normal;
}
.working_hours .time_value {
  float: right;
  font-weight: normal;
}
/*** Sidebar Menu ***/
#sidebar_menu_holder {
  margin: 20px 0;
}
#sidebar_menu_holder:first-child {
  margin-top: 0;
}
#sidebar_menu_holder:last-child {
  margin-bottom: 0;
}
#sidebar_menu_holder #sidebar_menu {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sidebar_menu_holder #sidebar_menu li.current-menu-item > a {
  background: #f6f4f0;
}
#sidebar_menu_holder #sidebar_menu > li {
  display: none;
}
#sidebar_menu_holder #sidebar_menu > li.current-menu-item,
#sidebar_menu_holder #sidebar_menu > li.current-menu-parent,
#sidebar_menu_holder #sidebar_menu > li.current-menu-ancestor {
  display: block;
}
#sidebar_menu_holder #sidebar_menu > li > a {
  display: none;
}
#sidebar_menu_holder #sidebar_menu > li > ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sidebar_menu_holder #sidebar_menu > li > ul > li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
}
#sidebar_menu_holder #sidebar_menu > li > ul > li.current-menu-item > ul,
#sidebar_menu_holder #sidebar_menu > li > ul > li.current-menu-parent > ul,
#sidebar_menu_holder #sidebar_menu > li > ul > li.current-menu-ancestor > ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e8e8e8;
}
#sidebar_menu_holder #sidebar_menu > li > ul > li.current-menu-item > ul > li > a,
#sidebar_menu_holder #sidebar_menu > li > ul > li.current-menu-parent > ul > li > a,
#sidebar_menu_holder #sidebar_menu > li > ul > li.current-menu-ancestor > ul > li > a {
  display: block;
  position: relative;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
  color: #222222;
}
#sidebar_menu_holder #sidebar_menu > li > ul > li.current-menu-item > ul > li > a:before,
#sidebar_menu_holder #sidebar_menu > li > ul > li.current-menu-parent > ul > li > a:before,
#sidebar_menu_holder #sidebar_menu > li > ul > li.current-menu-ancestor > ul > li > a:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 16px;
  left: 15px;
  background: #5ebec0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#sidebar_menu_holder #sidebar_menu > li > ul > li.current-menu-item > ul > li > a:hover,
#sidebar_menu_holder #sidebar_menu > li > ul > li.current-menu-parent > ul > li > a:hover,
#sidebar_menu_holder #sidebar_menu > li > ul > li.current-menu-ancestor > ul > li > a:hover {
  background: #f6f4f0;
  color: #5ebec0;
  text-decoration: none;
}
#sidebar_menu_holder #sidebar_menu > li > ul > li.current-menu-item > ul > li ul,
#sidebar_menu_holder #sidebar_menu > li > ul > li.current-menu-parent > ul > li ul,
#sidebar_menu_holder #sidebar_menu > li > ul > li.current-menu-ancestor > ul > li ul {
  display: none !important;
}
#sidebar_menu_holder #sidebar_menu > li > ul > li > a {
  display: block;
  padding: 10px 15px;
  font-weight: bold;
  text-decoration: none;
  color: #222222;
}
#sidebar_menu_holder #sidebar_menu > li > ul > li > a:hover {
  background: #f6f4f0;
  color: #5ebec0;
  text-decoration: none;
}
#sidebar_menu_holder #sidebar_menu > li > ul > li > ul {
  display: none;
}
/*
------------------------------------------------------------
	Forms and Input Styles
------------------------------------------------------------
*/
body ::-webkit-input-placeholder {
  color: inherit !important;
  opacity: 0.75 !important;
  font-weight: 500 !important;
}
body :-moz-placeholder {
  color: inherit !important;
  opacity: 0.75 !important;
  font-weight: 500 !important;
}
body ::-moz-placeholder {
  color: inherit !important;
  opacity: 0.75 !important;
  font-weight: 500 !important;
}
body :-ms-input-placeholder {
  color: inherit !important;
  opacity: 0.75 !important;
  font-weight: 500 !important;
}
body .vfbp-form {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
body .vfbp-form:after {
  content: "";
  display: table;
  clear: both;
}
#vfb-form-success {
  padding: 20px;
  margin: 0 0 20px 0;
  color: #ffffff;
  background: #5ebec0;
}
#sidebar .vfbp-form .vfb-control-label {
  display: none;
}
#sidebar .vfbp-form .button {
  display: block;
  width: 100%;
}
.vfbp-form {
  margin: 0 -15px 20px -15px;
}
.vfbp-form:last-child {
  margin-bottom: 0;
}
.vfbp-form .btn {
  -webkit-appearance: none;
  display: inline-block;
  margin: 0;
  padding: 12px 20px 10px 20px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  background: #255730;
  border: none !important;
  outline: none !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.vfbp-form .btn.sidebar_button {
  display: inline-block;
  width: auto;
  font-size: 14px;
  padding: 6px 20px 4px 20px;
}
.vfbp-form .btn:hover {
  text-decoration: none;
  color: #ffffff;
  background: #16331c;
}
.vfbp-form .btn:active,
.vfbp-form .btn:focus {
  text-decoration: none;
  color: #ffffff;
  background: #16331c;
}
.vfbp-form .vfb-form-control {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#page_content input[type="text"],
form:not(.searchform) input[type="text"],
#page_content input[type="phone"],
form:not(.searchform) input[type="phone"],
#page_content input[type="tel"],
form:not(.searchform) input[type="tel"],
#page_content input[type="email"],
form:not(.searchform) input[type="email"],
#page_content input[type="number"],
form:not(.searchform) input[type="number"],
#page_content input[type="password"],
form:not(.searchform) input[type="password"],
#page_content textarea,
form:not(.searchform) textarea,
#page_content select,
form:not(.searchform) select {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid #c9c8c5;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  color: #1c1c1c;
  border: 1px solid #dff3f3;
  background: #dff3f3;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#page_content input[type="text"]:focus,
form:not(.searchform) input[type="text"]:focus,
#page_content input[type="phone"]:focus,
form:not(.searchform) input[type="phone"]:focus,
#page_content input[type="tel"]:focus,
form:not(.searchform) input[type="tel"]:focus,
#page_content input[type="email"]:focus,
form:not(.searchform) input[type="email"]:focus,
#page_content input[type="number"]:focus,
form:not(.searchform) input[type="number"]:focus,
#page_content input[type="password"]:focus,
form:not(.searchform) input[type="password"]:focus,
#page_content textarea:focus,
form:not(.searchform) textarea:focus,
#page_content select:focus,
form:not(.searchform) select:focus,
#page_content input[type="text"]:active,
form:not(.searchform) input[type="text"]:active,
#page_content input[type="phone"]:active,
form:not(.searchform) input[type="phone"]:active,
#page_content input[type="tel"]:active,
form:not(.searchform) input[type="tel"]:active,
#page_content input[type="email"]:active,
form:not(.searchform) input[type="email"]:active,
#page_content input[type="number"]:active,
form:not(.searchform) input[type="number"]:active,
#page_content input[type="password"]:active,
form:not(.searchform) input[type="password"]:active,
#page_content textarea:active,
form:not(.searchform) textarea:active,
#page_content select:active,
form:not(.searchform) select:active {
  border-color: #5ebec0;
  outline: none;
  box-shadow: none;
}
#page_content textarea,
form:not(.searchform) textarea {
  max-width: 100%;
  height: 140px;
}
#page_content input[type="submit"],
form:not(.searchform) input[type="submit"],
#page_content button[type="submit"],
form:not(.searchform) button[type="submit"] {
  -webkit-appearance: none;
  display: inline-block;
  margin: 0;
  padding: 12px 20px 10px 20px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  background: #255730;
  border: none !important;
  outline: none !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 100%;
  padding: 8px 15px 6px 15px;
  color: #255730;
  border: 2px solid #255730 !important;
  background: #ffffff;
}
#page_content input[type="submit"].sidebar_button,
form:not(.searchform) input[type="submit"].sidebar_button,
#page_content button[type="submit"].sidebar_button,
form:not(.searchform) button[type="submit"].sidebar_button {
  display: inline-block;
  width: auto;
  font-size: 14px;
  padding: 6px 20px 4px 20px;
}
#page_content input[type="submit"]:hover,
form:not(.searchform) input[type="submit"]:hover,
#page_content button[type="submit"]:hover,
form:not(.searchform) button[type="submit"]:hover {
  text-decoration: none;
  color: #ffffff;
  background: #16331c;
}
#page_content input[type="submit"]:active,
form:not(.searchform) input[type="submit"]:active,
#page_content button[type="submit"]:active,
form:not(.searchform) button[type="submit"]:active,
#page_content input[type="submit"]:focus,
form:not(.searchform) input[type="submit"]:focus,
#page_content button[type="submit"]:focus,
form:not(.searchform) button[type="submit"]:focus {
  text-decoration: none;
  color: #ffffff;
  background: #16331c;
}
#page_content input[type="submit"]:hover,
form:not(.searchform) input[type="submit"]:hover,
#page_content button[type="submit"]:hover,
form:not(.searchform) button[type="submit"]:hover {
  background: #255730;
  color: #ffffff;
}
#page_content .vfb-has-error .vfb-help-block,
form:not(.searchform) .vfb-has-error .vfb-help-block {
  display: block;
  position: relative;
  margin: -5px 0 10px 0;
  padding: 4px 10px;
  background: #de3314;
  color: #ffffff;
  font-size: 13px;
}
#page_content .vfb-has-error .vfb-help-block:before,
form:not(.searchform) .vfb-has-error .vfb-help-block:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #de3314;
  position: absolute;
  bottom: 100%;
  left: 8px;
}
body .vfbp-form {
  margin-left: -5px;
  margin-right: -5px;
}
body .vfbp-form .vfb-col-1,
body .vfbp-form .vfb-col-2,
body .vfbp-form .vfb-col-3,
body .vfbp-form .vfb-col-4,
body .vfbp-form .vfb-col-5,
body .vfbp-form .vfb-col-6,
body .vfbp-form .vfb-col-7,
body .vfbp-form .vfb-col-8,
body .vfbp-form .vfb-col-9,
body .vfbp-form .vfb-col-10,
body .vfbp-form .vfb-col-11,
body .vfbp-form .vfb-col-12 {
  padding-left: 5px;
  padding-right: 5px;
}
body .vfbp-form label.vfb-control-label {
  display: none;
}
.mymail-form {
  color: #1c1c1c;
}
.mymail-form .mymail-form-fields {
  margin-left: -5px;
  margin-right: -5px;
  *zoom: 1;
}
.mymail-form .mymail-form-fields:after {
  content: "";
  display: table;
  clear: both;
}
.mymail-form .mymail-form-fields .mymail-wrapper {
  float: left;
  width: 33.33%;
  margin: 0;
  padding: 0 5px;
}
.mymail-form input[type="text"],
.mymail-form input[type="email"] {
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid transparent !important;
  outline: none !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.mymail-form input[type="text"]:active,
.mymail-form input[type="email"]:active,
.mymail-form input[type="text"]:focus,
.mymail-form input[type="email"]:focus {
  border-color: #255730 !important;
}
.mymail-form .button {
  width: 100%;
  border: none !important;
  outline: none !important;
  background: #255730 !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.mymail-form .button:hover {
  background: #16331c !important;
}
.custom_checkbox {
  display: inline-block;
  *zoom: 1;
}
.custom_checkbox:after {
  content: "";
  display: table;
  clear: both;
}
.custom_checkbox.active .custom_checkbox_indicator {
  background: #255730;
  border-color: #255730;
}
.custom_checkbox.active .custom_checkbox_indicator:before {
  opacity: 1;
}
.custom_checkbox:hover {
  cursor: pointer;
}
.custom_checkbox:hover .custom_checkbox_indicator {
  border-color: #255730;
}
.custom_checkbox .custom_checkbox_indicator {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border: 1px solid #5ebec0;
  background: #f5f5f5;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.custom_checkbox .custom_checkbox_indicator:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  background-image: url('../images/images_sprite.png');
  background-repeat: no-repeat;
  background-position: -350px -50px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.custom_checkbox .custom_checkbox_label {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
}
/*
------------------------------------------------------------
	Custom Dropdown Styles
------------------------------------------------------------
*/
.custom_dropdown {
  display: inline-block;
  position: relative;
  width: 100%;
}
.custom_dropdown .custom_dropdown_current {
  position: relative;
  box-sizing: content-box;
  padding: 5px 46px 4px 15px;
  line-height: normal;
  line-height: 19px;
  font-size: 14px;
  color: #1c1c1c;
  background: #f5f5f5;
  overflow: hidden;
  border: 1px solid #5ebec0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.custom_dropdown .custom_dropdown_current .select_dropdown_arrow {
  width: 31px;
  height: 31px;
  position: absolute;
  top: 0;
  right: 0;
  background: #5ebec0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.custom_dropdown .custom_dropdown_current .select_dropdown_arrow .dropdown_arrow_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.custom_dropdown .custom_dropdown_current .select_dropdown_arrow .dropdown_arrow_inner:after {
  display: none !important;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 23px;
  right: 20px;
  border: 6px solid transparent;
  border-top-color: #ffffff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.custom_dropdown .custom_dropdown_current .select_dropdown_arrow .dropdown_arrow_inner .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.custom_dropdown .custom_dropdown_current .select_dropdown_arrow i {
  display: none !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.custom_dropdown .custom_dropdown_current .select_dropdown_arrow i:before {
  display: none !important;
}
.custom_dropdown .custom_dropdown_current:hover {
  cursor: pointer;
  color: #1c1c1c;
  background: #f1efef;
}
.custom_dropdown .custom_dropdown_current:hover .select_dropdown_arrow {
  background: #42a7a9;
}
.custom_dropdown .custom_dropdown_current:hover .select_dropdown_arrow .dropdown_arrow_inner:after {
  border-top-color: #ffffff;
}
.custom_dropdown .custom_dropdown_options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 220px;
  background: #ffffff;
  border: 1px solid #5ebec0;
  border-top: none;
  z-index: 2;
  overflow: auto;
}
.custom_dropdown .custom_dropdown_options .single_option {
  padding: 6px 15px;
  margin: 0;
  color: #1c1c1c;
  font-size: 14px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.custom_dropdown .custom_dropdown_options .single_option.sub_option {
  padding: 3px 15px 3px 30px;
  font-size: 12px;
}
.custom_dropdown .custom_dropdown_options .single_option:hover {
  background: #f1efef;
  cursor: pointer;
}
.custom_dropdown .custom_dropdown_options .single_option.selected {
  background: #f1efef;
}
.custom_dropdown .custom_dropdown_options.mCS_no_scrollbar {
  padding-right: 0;
}
.custom_dropdown .custom_dropdown_options.mCS_no_scrollbar .single_motor_option {
  margin-right: 0;
}
.custom_dropdown .custom_dropdown_options .mCSB_scrollTools {
  margin: 10px 0;
}
.custom_dropdown .custom_dropdown_options .mCSB_container {
  margin-right: 16px;
}
/*
------------------------------------------------------------
	Staff Members
------------------------------------------------------------
*/
.staff_members_holder .staff_members {
  margin-left: -25px;
  margin-right: -25px;
}
.staff_members_holder .staff_members .single_staff {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 40px;
}
.staff_members_holder .staff_members .single_staff:last-child {
  margin-bottom: 0;
}
.staff_members_holder .staff_members .single_staff:nth-child(2n+1) {
  clear: left;
}
.staff_members_holder .staff_members .single_staff .staff_image_holder {
  width: 100%;
  margin: 0 auto 30px auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #eeeeee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  image-rendering: pixelated;
}
.staff_members_holder .staff_members .single_staff .staff_image_holder img {
  display: none;
}
.staff_members_holder .staff_members .single_staff .staff_content p {
  margin: 0;
}
.staff_members_holder .staff_members .single_staff .staff_content .staff_name {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.staff_members_holder .staff_members .single_staff .staff_content .staff_position {
  margin-bottom: 10px;
  font-weight: 600;
}
.staff_members_holder .staff_members .single_staff .staff_content .staff_text {
  margin-top: 10px;
}
.staff_members_holder .staff_members .single_staff .staff_content .icon {
  width: 20px !important;
  opacity: 0.8;
  vertical-align: middle;
}
.staff_members_holder .staff_category {
  display: block;
  margin: 0 0 20px 0 !important;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eeeeee;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
}
/*
------------------------------------------------------------
	Accordion Tabs
------------------------------------------------------------
*/
.custom_accordion .panel {
  margin: 0 0 10px 0;
}
.custom_accordion .panel:last-child {
  margin-bottom: 0;
}
.custom_accordion .panel-heading .panel-title {
  display: block;
  font-family: 'Poppins', Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
  color: #1c1c1c;
}
.custom_accordion .panel-heading .panel-title a {
  display: block;
  position: relative;
  padding: 10px 20px;
  text-decoration: none;
  color: #1c1c1c !important;
  background: #f5f5f5;
  border: 1px solid #dddddd;
}
.custom_accordion .panel-heading .panel-title a:hover {
  background: #e5e5e5;
  border-color: #d5d5d5;
  color: #5ebec0 !important;
}
.custom_accordion .panel-heading .panel-title a:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 10px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #5ebec0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.custom_accordion .panel-heading .panel-title a:not(.collapsed) {
  border-color: #5ebec0;
  color: #5ebec0 !important;
}
.custom_accordion .panel-heading .panel-title a:not(.collapsed):before {
  opacity: 1;
}
.custom_accordion .panel-body {
  display: block;
  position: relative;
  margin: 10px 0 0 0;
  padding: 20px;
  border: 1px solid #e5e5e5;
  *zoom: 1;
}
.custom_accordion .panel-body:after {
  content: "";
  display: table;
  clear: both;
}
/*
------------------------------------------------------------
	Footer Styles
------------------------------------------------------------
*/
#footer_holder {
  position: relative;
  background: #255730;
  margin: 40px auto 0 auto;
  padding: 140px 0 60px 0;
  overflow: hidden;
  color: #ffffff;
}
#footer_holder #footer {
  position: relative;
}
#footer_holder .footer_col_1 p:last-child strong {
  display: inline-block;
  width: 75px;
}
#footer_holder .footer_col_2 span {
  display: inline-block;
  width: 72px;
}
#footer_holder .circle_icon {
  margin-top: 59px;
  width: 50px;
  height: 50px;
  border: 3px solid #ffffff;
  background: none !important;
}
#footer_holder .circle_icon:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}
#footer_holder .white_overlay.white_overlay_right_3 {
  top: auto;
  left: auto;
  bottom: 100%;
  right: 30%;
}
#footer_holder .white_overlay.white_overlay_left_3 {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 70%;
}
#footer_holder .white_overlay.large_footer_overlay_1 {
  left: auto;
  right: 30%;
  bottom: 120%;
  margin-right: 100px;
}
#footer_holder .white_overlay.large_footer_overlay_2 {
  left: auto;
  right: 30%;
  margin-right: 1530px;
  bottom: 120%;
}
#footer_holder + #mobile_menu {
  display: none !important;
}
/*
------------------------------------------------------------
	Live Search Styles
------------------------------------------------------------
*/
body.admin-bar #sf_sb {
  margin-top: -37px;
}
body #sf_sb {
  margin-top: -5px;
}
body #sf_results {
  border: none;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
body #sf_val ul li.sf_header {
  padding: 6px 10px;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
  border: none;
  background: #5ebec0;
  color: #ffffff;
}
body #sf_val ul li.sf_item {
  min-height: 0;
  margin: 0 !important;
  padding: 8px 10px;
  line-height: normal;
  font-size: 14px;
  border: none !important;
  border-bottom: 1px solid #eeeeee !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
body #sf_val ul li.sf_item.sf_selected {
  color: #5ebec0 !important;
  background: #f5f5f5 !important;
}
body #sf_val ul li.sf_item.sf_selected a {
  color: #5ebec0 !important;
}
body #sf_val ul li.sf_item.sf_selected a p,
body #sf_val ul li.sf_item.sf_selected a span {
  color: #5ebec0 !important;
}
body #sf_val ul li.sf_more {
  border: none !important;
  margin: 0 !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
body #sf_val ul li.sf_more.sf_selected {
  border: none !important;
  background: #5ebec0 !important;
}
body .sf_result_container {
  max-height: 300px;
}
body .live_search_item {
  display: block;
  color: #1c1c1c;
  *zoom: 1;
}
body .live_search_item:after {
  content: "";
  display: table;
  clear: both;
}
body .live_search_item.page_search_item {
  padding: 5px 0;
}
body .live_search_item .live_search_left {
  width: 50px;
  height: 50px;
  background: #eeeeee url('../images/placeholder.png') no-repeat center center;
  background-size: cover;
  float: left;
}
body .live_search_item .live_search_left .live_search_image {
  width: 100%;
  height: 100%;
  background: #eeeeee url('../images/placeholder.png') no-repeat center center;
  background-size: cover;
}
body .live_search_item .live_search_right {
  width: calc(100% - 60px);
  float: right;
}
body .live_search_item p {
  margin: 0;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 3px;
}
body .live_search_item p:last-child {
  margin-bottom: 0;
}
body .live_search_item .live_search_title {
  display: block;
  font-weight: bold;
}
body .live_search_item .live_search_excerpt {
  display: block;
  font-size: 12px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .live_search_item .live_search_meta {
  font-size: 12px;
  opacity: 0.5;
}
body .live_search_item img {
  position: static !important;
}
/*
------------------------------------------------------------
	Ads
------------------------------------------------------------
*/
.ad_holder .ad_label {
  margin-bottom: 0;
  opacity: 0.5;
  font-size: 12px;
}
.ad_holder img {
  width: 100%;
  height: auto;
}
/*
------------------------------------------------------------
	Cookies
------------------------------------------------------------
*/
#cookies_notification {
  padding: 0 !important;
  width: 340px !important;
}
#cookies_notification #cookies_box_text_holder {
  position: relative;
  padding: 18px 25px 18px 25px !important;
}
#cookies_notification #cookies_box_icon {
  position: absolute !important;
  top: 20px !important;
  left: 25px !important;
  color: #255730 !important;
}
#cookies_notification #cookies_box_title {
  position: static !important;
  margin-bottom: 0 !important;
  color: #1c1c1c !important;
  font-size: 17px !important;
  font-weight: 600 !important;
}
#cookies_notification #cookies_box_text {
  margin-bottom: 0 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}
#cookies_notification #cookies_box_text br {
  display: none !important;
}
#cookies_notification #cookies_box_buttons_holder {
  background: #f6f4f4 !important;
  padding: 7px 25px !important;
  *zoom: 1;
}
#cookies_notification #cookies_box_buttons_holder:after {
  content: "";
  display: table;
  clear: both;
}
#cookies_notification #cookies_box_link {
  float: left !important;
  font-size: 12px !important;
  opacity: 1 !important;
}
#cookies_notification #cookies_box_link:hover {
  color: #255730 !important;
}
#cookies_notification #cookies_box_button {
  float: right !important;
  margin: -7px -25px -7px 0 !important;
  padding: 7px 25px 7px 25px !important;
  background: none !important;
  color: #1c1c1c !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: normal !important;
}
#cookies_notification #cookies_box_button:hover {
  background: #255730 !important;
  color: #ffffff !important;
}
#cookie_info_holder {
  display: none;
}
#cookie_info {
  max-width: 600px;
  max-height: 800px;
}
/*
------------------------------------------------------------
	Mobile Menu Styles
------------------------------------------------------------
*/
#mm-blocker {
  z-index: 12 !important;
}
#mm-blocker:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#mm-blocker #mobile_menu_icon {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
#mobile_menu_icon {
  display: none;
  position: static;
  float: right;
  margin: 10px 0 0 0;
  width: 60px;
  text-align: right;
  z-index: 13;
  background: #5ebec0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#mobile_menu_icon.is-active {
  opacity: 1;
  background: #255730;
}
html.mm-right.mm-opening #mobile_menu_icon.mm-slideout {
  width: 100%;
}
/*** Mobile Menu Style***/
#mobile_menu ul li.current-menu-item > a,
#mobile_menu ul li.current-menu-ancestor > a {
  color: #5ebec0;
}
#mobile_menu ul li a:hover {
  background: rgba(255, 255, 255, 0.05);
}
#mobile_menu ul li:after {
  left: 0;
}
#mobile_menu ul li.hide_mobile {
  display: none !important;
}
/*** Hamburget Mobile Menu Icon ***/
.hamburger {
  padding: 10px 10px;
  display: block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1 !important;
}
.hamburger-box {
  width: 40px;
  height: 30px;
  display: block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
------------------------------------------------------------
	Misc
------------------------------------------------------------
*/
.phone_link {
  text-decoration: none !important;
}
.prices_table td:last-child {
  white-space: nowrap;
}
/*
------------------------------------------------------------
	Responsive Styles
------------------------------------------------------------
*/
.margin-bottom {
  margin-bottom: 40px;
}
.margin-bottom:last-child {
  margin-bottom: 0;
}
.margin-bottom-small {
  margin-bottom: 20px;
}
.margin-bottom-small:last-child {
  margin-bottom: 0;
}
/* EXTRA LG - CUSTOM > */
/* < EXTRA LG - CUSTOM */
/* LG > */
@media (min-width: 1200px) {
  .margin-bottom-lg {
    margin-bottom: 40px;
  }
  .margin-bottom-lg:last-child {
    margin-bottom: 0;
  }
  .margin-bottom-small-lg {
    margin-bottom: 20px;
  }
  .margin-bottom-small-lg:last-child {
    margin-bottom: 0;
  }
}
/* < LG */
@media (max-width: 1199px) {
  .margin-bottom-md {
    margin-bottom: 40px;
  }
  .margin-bottom-md:last-child {
    margin-bottom: 0;
  }
  .margin-bottom-small-md {
    margin-bottom: 20px;
  }
  .margin-bottom-small-md:last-child {
    margin-bottom: 0;
  }
  .container {
    width: auto !important;
  }
}
/* MD > */
@media (min-width: 992px) {
  #mobile_menu {
    display: none !important;
  }
  #mobile_menu_icon {
    display: none !important;
  }
  #mm-blocker {
    display: none !important;
  }
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}
/* < MD */
@media (max-width: 991px) {
  .margin-bottom-sm {
    margin-bottom: 40px;
  }
  .margin-bottom-sm:last-child {
    margin-bottom: 0;
  }
  .margin-bottom-small-sm {
    margin-bottom: 20px;
  }
  .margin-bottom-small-sm:last-child {
    margin-bottom: 0;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header_holder {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  }
  #header_holder #header {
    background: rgba(255, 255, 255, 0.9);
  }
  #header_holder #header #header_left {
    padding: 10px 0;
    width: 150px;
  }
  #header_holder #header #header_right {
    width: calc(100% - 150px);
  }
  #header_holder #header #logo {
    width: 130px;
  }
  #header_holder #header #header_phone_number {
    font-size: 19px;
    margin: 22px 80px 0 0 !important;
  }
  #header_holder #header #top_menu {
    display: none;
  }
  #mobile_menu_icon {
    display: block;
    margin: 0;
    position: absolute;
    top: 17px;
    right: 0px;
  }
  #menu_holder {
    display: none;
  }
  #sf_sb {
    display: none !important;
  }
  #homepage_slider {
    height: 460px;
  }
  #homepage_slider .single_slide {
    height: 460px;
  }
  #homepage_slider .single_slide .single_slide_inner {
    background: rgba(255, 255, 255, 0.35);
  }
  #homepage_slider .single_slide .slide_content {
    padding-top: 160px;
  }
  #homepage_slider .single_slide .slide_content h1,
  #homepage_slider .single_slide .slide_content h2 {
    font-size: 34px;
  }
  #homepage_slider .single_slide .button {
    font-size: 24px;
    max-width: 260px;
    padding: 6px 20px 6px 20px;
  }
}
@media (max-width: 840px) {
  #footer_holder {
    padding-top: 90px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
  html,
  html[lang="da-DK"] {
    margin-top: 0 !important;
  }
  body.admin-bar #header_holder {
    top: 0;
  }
}
/* SM > */
/* < SM */
@media (max-width: 767px) {
  .margin-bottom-xs {
    margin-bottom: 40px;
  }
  .margin-bottom-xs:last-child {
    margin-bottom: 0;
  }
  .margin-bottom-small-xs {
    margin-bottom: 20px;
  }
  .margin-bottom-small-xs:last-child {
    margin-bottom: 0;
  }
  html body h1 {
    font-size: 32px;
  }
  html body h1 span[style="font-size: 24px;"] {
    display: block;
    font-size: 22px !important;
  }
  blockquote {
    padding: 0 0 0 40px;
    font-size: 18px;
  }
  blockquote:before {
    left: 0;
  }
  .wp-caption {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #content_holder #page_content {
    margin-bottom: 40px;
  }
  #sidebar {
    padding-top: 60px;
    border-top: 1px solid #f6f4f0;
  }
  #sidebar .sidebar_widget {
    float: left;
    width: calc(50% - 10px);
  }
  #sidebar .sidebar_widget:nth-child(even) {
    float: right;
  }
  #sidebar .sidebar_widget:nth-child(odd) {
    clear: left;
  }
  .mymail-form .mymail-form-fields .mymail-wrapper {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  .mymail-form .mymail-form-fields .mymail-wrapper:last-child {
    margin-bottom: 0;
  }
  #homepage_icon_items .homepage_icon_item_holder {
    margin-bottom: 40px;
  }
  #homepage_icon_items .homepage_icon_item_holder:last-child {
    margin-bottom: 0;
  }
  #homepage_image_items .homepage_image_item_holder {
    margin-bottom: 40px;
  }
  #homepage_image_items .homepage_image_item_holder:last-child {
    margin-bottom: 0;
  }
  #homepage_blue_content {
    padding-top: 0;
    padding-bottom: 80px;
  }
  #homepage_blue_content #homepage_blue_content_inner {
    z-index: 1;
  }
  #homepage_blue_content .homepage_blue_content_image_large {
    display: none;
  }
  #homepage_blue_content .homepage_blue_content_image {
    display: block;
    margin: 0 0 40px 0;
    width: 100%;
  }
  #homepage_blue_content .col-sm-6:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  #homepage_blue_content .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  #homepage_blue_content .row > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer_holder {
    padding-top: 60px;
  }
  #footer_holder #footer .main_footer_content {
    padding-top: 40px;
  }
  #footer_holder .white_overlay.white_overlay_left_3 {
    left: 50%;
  }
  #footer_holder .white_overlay.white_overlay_right_3 {
    right: 50%;
  }
}
@media (max-width: 767px) and (min-width: 451px) {
  #homepage_icon_items .homepage_icon_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 0;
  }
  #homepage_icon_items .homepage_icon_item .homepage_icon_item_icon {
    margin: 0 20px 0 0;
    flex: 0 0 100px;
  }
  #homepage_image_items .homepage_image_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
  }
  #homepage_image_items .homepage_image_item .homepage_image_item_image {
    margin: 0 20px 0 0;
    flex: 0 0 140px;
  }
}
@media (max-width: 650px) {
  #footer_holder {
    padding-bottom: 40px;
  }
  #footer_holder #footer .main_footer_content {
    padding-top: 40px;
  }
  #footer_holder #footer .main_footer_content .footer_col_1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #footer_holder #footer .main_footer_content .footer_col_1 > p:first-child {
    margin-right: 20px;
    margin-bottom: 0;
  }
  #footer_holder #footer .main_footer_content .footer_col_1 > p:last-child strong {
    width: 65px;
  }
  #footer_holder #footer .main_footer_content .footer_col_2 {
    width: auto !important;
    margin-right: 40px;
  }
  #footer_holder #footer .main_footer_content .footer_col_3 {
    width: auto !important;
  }
}
@media (max-width: 570px) {
  #footer_holder #footer .main_footer_content .footer_col_1 {
    display: block;
  }
  #footer_holder #footer .main_footer_content .footer_col_1 > p:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* XS > */
/* XS > */
/* < XS */
@media (max-width: 550px) {
  .margin-bottom-xxs {
    margin-bottom: 40px;
  }
  .margin-bottom-xxs:last-child {
    margin-bottom: 0;
  }
  .margin-bottom-small-xxs {
    margin-bottom: 20px;
  }
  .margin-bottom-small-xxs:last-child {
    margin-bottom: 0;
  }
  #sidebar .sidebar_widget {
    float: none !important;
    width: auto !important;
    clear: both;
  }
  .staff_members_holder .staff_members .single_staff {
    clear: both;
  }
}
@media (max-width: 550px) and (min-width: 401px) {
  .single_staff {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .single_staff .staff_image_holder {
    flex: 0 0 120px;
    width: 120px !important;
    height: 120px !important;
    margin: 0 20px 0 0 !important;
  }
  .single_staff .staff_content {
    padding-top: 10px;
  }
}
/* <<< XS */
@media (max-width: 450px) {
  #homepage_blue_content {
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
  #footer_holder {
    padding-top: 40px;
  }
}
@media (max-width: 420px) {
  #header_holder #header #header_phone_number {
    font-size: 14px !important;
    margin-top: 27px !important;
    margin-right: 70px !important;
  }
  #homepage_slider {
    height: 400px;
  }
  #homepage_slider .single_slide {
    height: 400px;
  }
  #homepage_slider .single_slide .slide_content {
    padding-top: 140px;
  }
}
@media (max-width: 360px) {
  html body h1 {
    font-size: 28px;
  }
  html body h1 span[style="font-size: 24px;"] {
    display: block;
    font-size: 20px !important;
  }
  blockquote {
    font-size: 16px;
  }
  blockquote:before {
    transform: scale(0.8);
  }
  blockquote p {
    line-height: 1.2;
  }
  #mobile_menu_icon {
    width: 50px;
  }
  .hamburger-box {
    width: 30px;
  }
  .hamburger-inner {
    width: 30px;
  }
  .hamburger-inner:before,
  .hamburger-inner:after {
    width: 30px;
  }
  #header_holder #header #header_phone_number {
    font-size: 14px !important;
    margin-top: 27px !important;
    margin-right: 60px !important;
  }
  #homepage_slider .single_slide .slide_content h1,
  #homepage_slider .single_slide .slide_content h2 {
    font-size: 28px;
  }
  #homepage_slider .single_slide .button {
    font-size: 22px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer_holder {
    padding-top: 30px;
  }
  #sidebar .sidebar_widget .widget_content {
    padding: 20px;
  }
  #page_text .wp-caption .wp-caption-text {
    padding: 10px;
  }
  .box,
  .boxed_content {
    padding: 20px;
  }
}
@media (max-width: 350px) {
  #header_holder #header #header_phone_number {
    text-align: right;
    margin-top: 20px !important;
  }
  #header_holder #header #header_phone_number span {
    display: block;
  }
}
@media (max-width: 321px) {
  #header_holder #header #header_left {
    width: 100px;
  }
  #header_holder #header #header_right {
    width: calc(100% - 100px);
  }
  #header_holder #header #logo {
    width: 100px !important;
  }
  #header_holder #header #header_phone_number {
    margin-top: 12px !important;
  }
  #mobile_menu_icon {
    top: 10px !important;
  }
  #homepage_slider {
    height: 400px;
  }
  #homepage_slider .single_slide {
    height: 400px;
  }
  #homepage_slider .single_slide .slide_content {
    padding-top: 140px;
  }
  #homepage_slider .single_slide .slide_content h1,
  #homepage_slider .single_slide .slide_content h2 {
    font-size: 24px;
  }
  #homepage_slider .single_slide .button {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*** Additional Bootstrap Columns for XXS **/
@media (max-width: 550px) {
  /*** XXS Col Size ***/
  html body .hidden-xxs {
    display: none !important;
  }
  html body .col-xxs-1,
  html body .col-xxs-2,
  html body .col-xxs-3,
  html body .col-xxs-4,
  html body .col-xxs-5,
  html body .col-xxs-6,
  html body .col-xxs-7,
  html body .col-xxs-8,
  html body .col-xxs-9,
  html body .col-xxs-10,
  html body .col-xxs-11,
  html body .col-xxs-12 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
  html body .col-xxs-1,
  html body .col-xxs-2,
  html body .col-xxs-3,
  html body .col-xxs-4,
  html body .col-xxs-5,
  html body .col-xxs-6,
  html body .col-xxs-7,
  html body .col-xxs-8,
  html body .col-xxs-9,
  html body .col-xxs-10,
  html body .col-xxs-11 {
    float: left;
  }
  html body .col-xxs-1 {
    width: 8.33333333%;
  }
  html body .col-xxs-2 {
    width: 16.66666667%;
  }
  html body .col-xxs-3 {
    width: 25%;
  }
  html body .col-xxs-4 {
    width: 33.33333333%;
  }
  html body .col-xxs-5 {
    width: 41.66666667%;
  }
  html body .col-xxs-6 {
    width: 50%;
  }
  html body .col-xxs-7 {
    width: 58.33333333%;
  }
  html body .col-xxs-8 {
    width: 66.66666667%;
  }
  html body .col-xxs-9 {
    width: 75%;
  }
  html body .col-xxs-10 {
    width: 83.33333333%;
  }
  html body .col-xxs-11 {
    width: 91.66666667%;
  }
  html body .col-xxs-12 {
    width: 100%;
  }
  html body .col-xxs-push-1 {
    left: 8.33333333%;
  }
  html body .col-xxs-push-2 {
    left: 16.66666667%;
  }
  html body .col-xxs-push-3 {
    left: 25%;
  }
  html body .col-xss-push-4 {
    left: 33.33333333%;
  }
  html body .col-xxs-push-5 {
    left: 41.66666667%;
  }
  html body .col-xxs-push-6 {
    left: 50%;
  }
  html body .col-xxs-push-7 {
    left: 58.33333333%;
  }
  html body .col-xxs-push-8 {
    left: 66.66666667%;
  }
  html body .col-xxs-push-9 {
    left: 75%;
  }
  html body .col-xxs-push-10 {
    left: 83.33333333%;
  }
  html body .col-xxs-push-11 {
    left: 91.66666667%;
  }
  html body .col-xxs-pull-1 {
    right: 8.33333333%;
  }
  html body .col-xxs-pull-2 {
    right: 16.66666667%;
  }
  html body .col-xxs-pull-3 {
    right: 25%;
  }
  html body .col-xxs-pull-4 {
    right: 33.33333333%;
  }
  html body .col-xxs-pull-5 {
    right: 41.66666667%;
  }
  html body .col-xxs-pull-6 {
    right: 50%;
  }
  html body .col-xxs-pull-7 {
    right: 58.33333333%;
  }
  html body .col-xxs-pull-8 {
    right: 66.66666667%;
  }
  html body .col-xxs-pull-9 {
    right: 75%;
  }
  html body .col-xxs-pull-10 {
    right: 83.33333333%;
  }
  html body .col-xxs-pull-11 {
    right: 91.66666667%;
  }
  html body .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }
  html body .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }
  html body .col-xxs-offset-3 {
    margin-left: 25%;
  }
  html body .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }
  html body .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }
  html body .col-xxs-offset-6 {
    margin-left: 50%;
  }
  html body .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }
  html body .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }
  html body .col-xxs-offset-9 {
    margin-left: 75%;
  }
  html body .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }
  html body .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }
}
/*** CUSTOM COLUMN - RESPONSIVE ***/
.row.custom_row {
  margin-bottom: 20px;
}
.row.custom_row:last-child {
  margin-bottom: 0;
}
.row.custom_row > div {
  float: left;
  padding: 0 15px;
}
@media (max-width: 500px) {
  .row.custom_row > div.custom_column.col-xxs-12 {
    width: 100% !important;
  }
  .row.custom_row > div.custom_column.col-xxs-11 {
    width: 91.66666667% !important;
  }
  .row.custom_row > div.custom_column.col-xxs-10 {
    width: 83.33333333% !important;
  }
  .row.custom_row > div.custom_column.col-xxs-9 {
    width: 75% !important;
  }
  .row.custom_row > div.custom_column.col-xxs-8 {
    width: 66.66666667% !important;
  }
  .row.custom_row > div.custom_column.col-xxs-7 {
    width: 58.33333333% !important;
  }
  .row.custom_row > div.custom_column.col-xxs-6 {
    width: 50% !important;
  }
  .row.custom_row > div.custom_column.col-xxs-5 {
    width: 41.66666667% !important;
  }
  .row.custom_row > div.custom_column.col-xxs-4 {
    width: 33.33333333% !important;
  }
  .row.custom_row > div.custom_column.col-xxs-3 {
    width: 25% !important;
  }
  .row.custom_row > div.custom_column.col-xxs-2 {
    width: 16.66666667% !important;
  }
  .row.custom_row > div.custom_column.col-xxs-1 {
    width: 8.33333333% !important;
  }
}
@media (max-width: 1199px) {
  .row.custom_row > div.custom_column.col-xs-12 {
    width: 100% !important;
  }
  .row.custom_row > div.custom_column.col-xs-11 {
    width: 91.66666667% !important;
  }
  .row.custom_row > div.custom_column.col-xs-10 {
    width: 83.33333333% !important;
  }
  .row.custom_row > div.custom_column.col-xs-9 {
    width: 75% !important;
  }
  .row.custom_row > div.custom_column.col-xs-8 {
    width: 66.66666667% !important;
  }
  .row.custom_row > div.custom_column.col-xs-7 {
    width: 58.33333333% !important;
  }
  .row.custom_row > div.custom_column.col-xs-6 {
    width: 50% !important;
  }
  .row.custom_row > div.custom_column.col-xs-5 {
    width: 41.66666667% !important;
  }
  .row.custom_row > div.custom_column.col-xs-4 {
    width: 33.33333333% !important;
  }
  .row.custom_row > div.custom_column.col-xs-3 {
    width: 25% !important;
  }
  .row.custom_row > div.custom_column.col-xs-2 {
    width: 16.66666667% !important;
  }
  .row.custom_row > div.custom_column.col-xs-1 {
    width: 8.33333333% !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .row.custom_row > div.custom_column.col-sm-12 {
    width: 100% !important;
  }
  .row.custom_row > div.custom_column.col-sm-11 {
    width: 91.66666667% !important;
  }
  .row.custom_row > div.custom_column.col-sm-10 {
    width: 83.33333333% !important;
  }
  .row.custom_row > div.custom_column.col-sm-9 {
    width: 75% !important;
  }
  .row.custom_row > div.custom_column.col-sm-8 {
    width: 66.66666667% !important;
  }
  .row.custom_row > div.custom_column.col-sm-7 {
    width: 58.33333333% !important;
  }
  .row.custom_row > div.custom_column.col-sm-6 {
    width: 50% !important;
  }
  .row.custom_row > div.custom_column.col-sm-5 {
    width: 41.66666667% !important;
  }
  .row.custom_row > div.custom_column.col-sm-4 {
    width: 33.33333333% !important;
  }
  .row.custom_row > div.custom_column.col-sm-3 {
    width: 25% !important;
  }
  .row.custom_row > div.custom_column.col-sm-2 {
    width: 16.66666667% !important;
  }
  .row.custom_row > div.custom_column.col-sm-1 {
    width: 8.33333333% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .row.custom_row > div.custom_column.col-md-12 {
    width: 100% !important;
  }
  .row.custom_row > div.custom_column.col-md-11 {
    width: 91.66666667% !important;
  }
  .row.custom_row > div.custom_column.col-md-10 {
    width: 83.33333333% !important;
  }
  .row.custom_row > div.custom_column.col-md-9 {
    width: 75% !important;
  }
  .row.custom_row > div.custom_column.col-md-8 {
    width: 66.66666667% !important;
  }
  .row.custom_row > div.custom_column.col-md-7 {
    width: 58.33333333% !important;
  }
  .row.custom_row > div.custom_column.col-md-6 {
    width: 50% !important;
  }
  .row.custom_row > div.custom_column.col-md-5 {
    width: 41.66666667% !important;
  }
  .row.custom_row > div.custom_column.col-md-4 {
    width: 33.33333333% !important;
  }
  .row.custom_row > div.custom_column.col-md-3 {
    width: 25% !important;
  }
  .row.custom_row > div.custom_column.col-md-2 {
    width: 16.66666667% !important;
  }
  .row.custom_row > div.custom_column.col-md-1 {
    width: 8.33333333% !important;
  }
}
