
0. =BOOTSTRAP FRAMEWORK REFERENCE IMPORTS

In "style.less" we reference some of Bootstrap's .less files in order to take advantage of their classes and mixins.
We also reference the "theme_variables.less" in order to override the original variables and make our custom theme. 
A customized "theme_custom_bootstrap.css" is also loaded by the theme in a precompiled minified css version.
================================================================= 
*/
/*!
 ______ _____   _______ _______ _______ _______ ______ _______ 
|   __ \     |_|    ___|_     _|   |   |       |   __ \   _   |
|    __/       |    ___| |   | |       |   -   |      <       |
|___|  |_______|_______| |___| |___|___|_______|___|__|___|___|

P L E T H O R A T H E M E S . C O M 				   (c) 2015
                        
Theme Name: Medicus
THEME STYLES v.1.0.0
=============================================================== 
*/
/* 
1. =THEME MIXINS GENERAL HELPER STYLES & CLASSES
=============================================================== 
*/
.background_cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.background_cover_fixed {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bg_vtop {
  background-position: center top !important;
}
.bg_vbottom {
  background-position: center bottom !important;
}
.full_height {
  min-height: calc(100vh -  90px);
  min-height: -o-calc(100vh -  90px);
  min-height: -webkit-calc(100vh -  90px);
  min-height: -moz-calc(100vh -  90px);
}
.transparent_header .full_height {
  min-height: calc(100vh);
  min-height: -o-calc(100vh);
  min-height: -webkit-calc(100vh);
  min-height: -moz-calc(100vh);
}
.show {
  visibility: visible !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.not_visible {
  visibility: hidden;
}
.pause_animation {
  -moz-animation-name: none;
  -webkit-animation-name: none;
  animation-name: none;
  visibility: hidden;
}
.overflow_hidden {
  overflow: hidden;
}
.uppercase {
  text-transform: uppercase !important;
}
.centered {
  text-align: center !important;
}
.elevate {
  -o-transform: translate(0px, -45%) !important;
  -webkit-transform: translate(0px, -45%) !important;
  -ms-transform: translate(0px, -45%) !important;
  transform: translate(0px, -45%) !important;
}
@media (max-width: 767px) {
  .elevate {
    -o-transform: translate(0px, 0px) !important;
    -webkit-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
    margin-bottom: 64px !important;
    margin-top: 0 !important;
  }
}
.lead {
  font-size: 17px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22.5px;
  }
}
.btn_inline {
  display: inline-block;
  margin-right: 10px;
}
.btn_block a.btn {
  display: block !important;
}
.boxed {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.boxed_plus {
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.boxed_special {
  padding-top: 40px !important;
  padding-bottom: 37px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border: solid 1px #234865 !important;
}
.boxed_special:after {
  content: "";
  display: inline-block;
  height: 5px;
  background: #234865;
  bottom: 0;
  width: 80px;
  position: absolute;
  left: 50%;
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
div[class*='_section'].boxed_special {
  border: solid 1px #234865 !important;
}
.stretchy_wrapper {
  width: 100% !important;
  padding-bottom: 56.25% !important;
  /* 16:9 */
  position: relative !important;
  overflow: hidden !important;
  height: 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.stretchy_wrapper.ratio_16-9 {
  padding-bottom: 56.25% !important;
}
.stretchy_wrapper.ratio_15-9 {
  padding-bottom: 62% !important;
}
.stretchy_wrapper.ratio_4-3 {
  padding-bottom: 75% !important;
}
.stretchy_wrapper.ratio_12-5 {
  padding-bottom: 41.66% !important;
}
.stretchy_wrapper.ratio_2-1 {
  padding-bottom: 50% !important;
}
.stretchy_wrapper.ratio_1-1 {
  padding-bottom: 100% !important;
}
.stretchy_wrapper.ratio_5-1 {
  padding-bottom: 20% !important;
}
.stretchy_wrapper > * {
  display: block;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.transparent,
.transparent_film {
  background-color: transparent !important;
}
.transparent_film > * {
  position: relative;
}
.transparent_film:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #efefef;
  background-color: rgba(239, 239, 239, 0.5);
}
.black_section.transparent_film:before {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.white_section.transparent_film:before {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
}
.skincolored_section.transparent_film:before {
  background-color: #2b9eff;
  background-color: rgba(44, 158, 255, 0.5);
}
.secondary_section.transparent_film:before {
  background-color: #283c5e;
  background-color: rgba(40, 60, 94, 0.5);
}
.dark_section.transparent_film:before {
  background-color: #19212e;
  background-color: rgba(25, 33, 46, 0.5);
}
.light_section.transparent_film:before {
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, 0.5);
}
.neutralize_links a:link,
.neutralize_links a:visited {
  color: #323232 !important;
}
.black_section.neutralize_links a:link,
.black_section .neutralize_links a:link,
.black_section.neutralize_links a:visited,
.black_section .neutralize_links a:visited {
  color: #ffffff !important;
}
.white_section.neutralize_links a:link,
.white_section .neutralize_links a:link,
.white_section.neutralize_links a:visited,
.white_section .neutralize_links a:visited {
  color: #323232 !important;
}
.skincolored_section.neutralize_links a:link,
.skincolored_section .neutralize_links a:link,
.skincolored_section.neutralize_links a:visited,
.skincolored_section .neutralize_links a:visited {
  color: #ffffff !important;
}
.secondary_section.neutralize_links a:link,
.secondary_section .neutralize_links a:link,
.secondary_section.neutralize_links a:visited,
.secondary_section .neutralize_links a:visited {
  color: #ffffff !important;
}
.dark_section.neutralize_links a:link,
.dark_section .neutralize_links a:link,
.dark_section.neutralize_links a:visited,
.dark_section .neutralize_links a:visited {
  color: #ffffff !important;
}
.light_section.neutralize_links a:link,
.light_section .neutralize_links a:link,
.light_section.neutralize_links a:visited,
.light_section .neutralize_links a:visited {
  color: #323232 !important;
}
.gradient_film_to_top,
.gradient_film_to_bottom {
  background-color: transparent !important;
}
.gradient_film_to_top > *,
.gradient_film_to_bottom > * {
  position: relative;
}
.gradient_film_to_top:before,
.gradient_film_to_bottom:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.gradient_film_to_top:before {
  background: linear-gradient(to top, #efefef 0%, rgba(239, 239, 239, 0.8) 10%, rgba(255, 255, 255, 0) 100%);
}
.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, #efefef 0%, rgba(239, 239, 239, 0.8) 10%, rgba(255, 255, 255, 0) 100%);
}
.black_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.white_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.skincolored_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, rgba(69, 170, 255, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.secondary_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, rgba(48, 71, 112, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.dark_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, rgba(34, 45, 63, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.light_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, rgba(229, 229, 229, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.black_section.gradient_film_to_top:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.white_section.gradient_film_to_top:before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.skincolored_section.gradient_film_to_top:before {
  background: linear-gradient(to top, rgba(69, 170, 255, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.secondary_section.gradient_film_to_top:before {
  background: linear-gradient(to top, rgba(48, 71, 112, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.dark_section.gradient_film_to_top:before {
  background: linear-gradient(to top, rgba(34, 45, 63, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.light_section.gradient_film_to_top:before {
  background: linear-gradient(to top, rgba(229, 229, 229, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
}
.separator_top > .separator_top,
.separator_bottom > .separator_bottom {
  position: absolute;
  width: 100%;
  background-color: inherit;
  border-color: inherit;
  z-index: 1;
}
.separator_top > .separator_top {
  top: 0;
}
.separator_bottom > .separator_bottom {
  bottom: 0;
}
.sep_angled_positive_bottom .separator_bottom,
.sep_angled_negative_bottom .separator_bottom,
.sep_angled_positive_top .separator_top,
.sep_angled_negative_top .separator_top {
  display: none\9;
}
.sep_angled_positive_bottom .separator_bottom:before,
.sep_angled_negative_bottom .separator_bottom:before,
.sep_angled_positive_top .separator_top:before,
.sep_angled_negative_top .separator_top:before,
.sep_angled_positive_bottom .separator_bottom:after,
.sep_angled_negative_bottom .separator_bottom:after,
.sep_angled_positive_top .separator_top:after,
.sep_angled_negative_top .separator_top:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 32px 0 0 900px;
  border-width: 32px 0 0 50vw;
  border-left-width: 900px;
  border-left-width: 50vw;
  position: absolute;
  z-index: 9;
}
.sep_angled_positive_bottom .separator_bottom:before,
.sep_angled_positive_bottom .separator_bottom:after {
  bottom: -31px;
}
.sep_angled_positive_bottom .separator_bottom:before {
  border-left-color: transparent;
  border-right-color: transparent;
  right: 50%;
}
.sep_angled_positive_bottom .separator_bottom:after {
  border-left-color: transparent;
  border-right-color: transparent;
  left: 50%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sep_angled_negative_bottom .separator_bottom:before,
.sep_angled_negative_bottom .separator_bottom:after {
  bottom: -31px;
}
.sep_angled_negative_bottom .separator_bottom:before {
  border-left-color: transparent;
  border-right-color: transparent;
  left: 50%;
}
.sep_angled_negative_bottom .separator_bottom:after {
  border-left-color: transparent;
  border-right-color: transparent;
  right: 50%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sep_angled_positive_top .separator_top:before,
.sep_angled_positive_top .separator_top:after {
  top: -31px;
}
.sep_angled_positive_top .separator_top:before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 49.99%;
}
.sep_angled_positive_top .separator_top:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
  right: 49.99%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sep_angled_negative_top .separator_top:before,
.sep_angled_negative_top .separator_top:after {
  top: -31px;
}
.sep_angled_negative_top .separator_top:before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 0;
}
.sep_angled_negative_top .separator_top:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
  right: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.folded_section {
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  z-index: 1;
}
.folded_section > div,
.folded_section > div > div,
.folded_section > div > div > div,
.folded_section > div > div > div .separator_top,
.folded_section > div > div > div .separator_bottom {
  background-color: inherit;
  border-color: inherit;
}
.folded_section > div > div > div .separator_top {
  margin-bottom: 0px;
}
.folded_section > div > div > div .separator_bottom {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .folded_section > div > div > div .separator_top,
  .folded_section > div > div > div .separator_bottom {
    display: none;
  }
}
.sep_triangular_downhill_top .separator_top {
  border-style: solid;
  border-left-width: inherit;
  display: none\9;
}
.sep_triangular_downhill_top .separator_top:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 25px 0 0 1rem;
  border-left-width: inherit;
  top: -24px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 0;
  position: absolute;
  z-index: 9;
}
.sep_triangular_uphill_top .separator_top {
  border-style: solid;
  border-left-width: inherit;
  display: none\9;
}
.sep_triangular_uphill_top .separator_top:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 25px 0 0 1rem;
  border-left-width: inherit;
  top: -24px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  right: 0;
  position: absolute;
  z-index: 9;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sep_triangular_downhill_bottom .separator_bottom {
  border-style: solid;
  border-left-width: inherit;
  display: none\9;
}
.sep_triangular_downhill_bottom .separator_bottom:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 25px 0 0 1rem;
  border-left-width: inherit;
  bottom: -24px;
  border-left-color: transparent;
  border-right-color: transparent;
  left: 0;
  position: absolute;
  z-index: 9;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sep_triangular_uphill_bottom .separator_bottom {
  border-style: solid;
  border-left-width: inherit;
  display: none\9;
}
.sep_triangular_uphill_bottom .separator_bottom:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 25px 0 0 1rem;
  border-left-width: inherit;
  bottom: -24px;
  border-left-color: transparent;
  border-right-color: transparent;
  right: 0;
  position: absolute;
  z-index: 9;
}
i.fa.skincolored_section {
  background-color: #234865 !important;
}
i.fa.secondary_section {
  background-color: #304770 !important;
}
i.fa.light_section {
  background-color: #e5e5e5 !important;
}
i.fa.dark_section {
  background-color: #222d3f !important;
}
i.fa.black_section {
  background-color: #323232 !important;
}
i.fa.white_section {
  background-color: #ffffff !important;
}
.no_margin {
  margin: 0 !important;
}
.no_margin_top {
  margin-top: 0 !important;
}
.no_margin_bottom {
  margin-bottom: 0 !important;
}
.margin_top {
  margin-top: 128px !important;
}
.margin_bottom {
  margin-bottom: 128px !important;
}
.margin_top_half {
  margin-top: 64px !important;
}
.margin_bottom_half {
  margin-bottom: 64px !important;
}
.margin_top_third {
  margin-top: 42.66666667px !important;
}
.margin_bottom_third {
  margin-bottom: 42.66666667px !important;
}
.no_padding {
  padding: 0 !important;
}
.no_padding_top {
  padding-top: 0 !important;
}
.no_padding_bottom {
  padding-bottom: 0 !important;
}
.padding_top {
  padding-top: 128px !important;
}
.padding_bottom {
  padding-bottom: 128px !important;
}
.padding_top_half {
  padding-top: 64px !important;
}
.padding_bottom_half {
  padding-bottom: 64px !important;
}
.padding_top_third {
  padding-top: 42.66666667px !important;
}
.padding_bottom_third {
  padding-bottom: 42.66666667px !important;
}
@media only screen and (max-width: 991px) {
  .margin_top_grid {
    margin-top: 31px !important;
  }
  .margin_bottom_grid {
    margin-bottom: 31px !important;
  }
}
/* 
2. =BUTTONS
=============================================================== 
*/
.btn {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  background-image: none;
  border: 0px solid transparent;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.5;
  padding: 8px 24px;
  font-size: 13px !important;
  line-height: 1.5 !important;
  border-radius: 0;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #efefef;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-default {
  color: #efefef;
  background-color: #323232;
  border-color: transparent;
  color: #efefef !important;
  background-color: #323232 !important;
  border-color: transparent !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #efefef;
  background-color: #181818;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default .badge {
  color: #323232;
  background-color: #efefef;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #efefef !important;
  background-color: #181818 !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #323232;
  border-color: transparent;
}
.btn-default .badge {
  color: #323232;
  background-color: #efefef;
}
.btn-primary {
  color: #ffffff;
  background-color: #234865;
  border-color: transparent;
  color: #ffffff !important;
  background-color: #234865 !important;
  border-color: transparent !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1293ff;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary .badge {
  color: #234865;
  background-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff !important;
  background-color: #1293ff !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #234865;
  border-color: transparent;
}
.btn-primary .badge {
  color: #234865;
  background-color: #ffffff;
}
.btn-secondary {
  color: #ffffff;
  background-color: #304770;
  border-color: transparent;
  color: #ffffff !important;
  background-color: #304770 !important;
  border-color: transparent !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #21304c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary .badge {
  color: #304770;
  background-color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #ffffff !important;
  background-color: #21304c !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #304770;
  border-color: transparent;
}
.btn-secondary .badge {
  color: #304770;
  background-color: #ffffff;
}
.btn-white {
  color: #4eabf9;
  background-color: #ffffff;
  border-color: transparent;
  color: #4eabf9 !important;
  background-color: #ffffff !important;
  border-color: transparent !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #4eabf9;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white .badge {
  color: #ffffff;
  background-color: #4eabf9;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #4eabf9 !important;
  background-color: #e6e6e6 !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #ffffff;
  border-color: transparent;
}
.btn-white .badge {
  color: #ffffff;
  background-color: #4eabf9;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: transparent;
  color: #ffffff !important;
  background-color: #5cb85c !important;
  border-color: transparent !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff !important;
  background-color: #449d44 !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: transparent;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #67b8fc;
  border-color: transparent;
  color: #ffffff !important;
  background-color: #67b8fc !important;
  border-color: transparent !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #35a1fb;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info .badge {
  color: #67b8fc;
  background-color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff !important;
  background-color: #35a1fb !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #67b8fc;
  border-color: transparent;
}
.btn-info .badge {
  color: #67b8fc;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: transparent;
  color: #ffffff !important;
  background-color: #f0ad4e !important;
  border-color: transparent !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff !important;
  background-color: #ec971f !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: transparent;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: transparent;
  color: #ffffff !important;
  background-color: #d9534f !important;
  border-color: transparent !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff !important;
  background-color: #c9302c !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: transparent;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #234865;
  font-weight: normal;
  border-radius: 0;
  padding: 8px 0 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #304770;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  font-size: 15px;
  line-height: 1.33;
  padding: 10px 16px;
  font-size: 15px !important;
  line-height: 1.33 !important;
  border-radius: 0;
}
.btn-sm {
  font-size: 12px;
  line-height: 1.6;
  padding: 5px 10px;
  font-size: 12px !important;
  line-height: 1.6 !important;
  border-radius: 0;
}
.btn-xs {
  font-size: 10px;
  line-height: 1.6;
  padding: 4px 10px;
  font-size: 10px !important;
  line-height: 1.6 !important;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn.with-icon {
  position: relative;
  padding-right: 57px;
}
.btn.with-icon i {
  display: block;
  border: solid 1px transparent;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 37px;
  height: 100%;
  line-height: 36px;
  font-size: 19px;
  color: inherit !important;
}
.btn.with-icon.btn-sm i {
  line-height: 29px;
}
.btn.with-icon.icon-left {
  padding-right: 24px;
  padding-left: 57px;
}
.btn.with-icon.icon-left i {
  right: inherit;
  left: -2px;
}
.btn.with-icon.btn-default i {
  background-color: #000000;
}
.btn.with-icon.btn-primary i {
  background-color: #0079de;
}
.btn.with-icon.btn-secondary i {
  background-color: #111a29;
}
.btn.with-icon.btn-white i {
  background-color: #cccccc;
}
.btn.with-icon.btn-danger i {
  background-color: #a02622;
}
.btn.with-icon.btn-warning i {
  background-color: #c77c11;
}
.btn.with-icon.btn-info i {
  background-color: #0589f8;
}
.btn.with-icon.btn-success i {
  background-color: #357935;
}
/* 
3. =BODY & TYPOGRAPHY
=============================================================== 
*/
body {
  -webkit-font-smoothing: antialiased;
  background-color: #efefef;
  color: #323232;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  overflow-x: hidden;
}
body.sticky_header:not(.transparent_header) {
  margin-top: 90px;
}
.overflow_wrapper {
  overflow: hidden;
  position: relative;
}
a {
  color: #234865;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #304770;
}
a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  color: inherit;
}
h1,
.h1 {
  font-size: 27px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 15px;
}
h6,
.h6 {
  font-size: 13px;
}
/* =Responsive: Small devices (SM) Tablets (Mobile Menu) 
-------------------------------------------------------------- */
@media only screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 26px;
  }
  h2,
  .h2 {
    font-size: 25px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 17px;
  }
  h5,
  .h5 {
    font-size: 14px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
}
/* =Responsive: Extra small devices (XS) Phones
-------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 20px;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 15px;
  }
  h5,
  .h5 {
    font-size: 12px;
  }
  h6,
  .h6 {
    font-size: 11px;
  }
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
blockquote {
  border-left: 5px solid #777777;
}
blockquote p {
  font-size: 18.75px;
  font-weight: 300;
  line-height: 1.43;
}
.page_title_in_content {
  margin-bottom: 42px;
}
.page_title_in_content + section {
  padding-top: 0px !important;
}
.page_title_in_content .section_header {
  margin: 32px 0 !important;
}
.sidebar_on {
  padding-top: 64px !important;
}
.sidebar_off {
  padding-top: 64px !important;
}
.head_panel.diagonal-bgcolor-trans + .main > section:first-child {
  padding-top: 128px !important;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
table .table {
  background-color: #efefef;
}
/* 
4. =THE HEADER, LOGO & PRIMARY MENU
=============================================================== 
*/
/*
--------------------------------------------------------------  
 
THE HEADER ELEMENT

-------------------------------------------------------------- 
*/
.header {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #efefef;
  border-color: #efefef;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  z-index: 11;
  min-height: 30px;
  color: #555555;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.header .container {
  position: relative;
}
.header a:link,
.header a:visited {
  color: #444444;
}
.header a:hover,
.header a:active {
  color: #4eabf9;
}
.header .topbar {
  font-size: 13px;
  position: relative;
  z-index: 101;
  background-color: #efefef;
  color: #555555;
}
.header .topbar a:link,
.header .topbar a:visited {
  color: #555555;
}
.header .topbar a:hover,
.header .topbar a:active {
  color: #4eabf9;
}
.header .topbar .container {
  border-bottom: solid 1px #dddddd;
}
.header .topbar div[class*='col-'] {
  padding-top: 8px;
  padding-bottom: 2px;
}
.header .mainbar {
  border-color: #efefef;
}
.header.transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #efefef !important;
  background-color: rgba(239, 239, 239, 0.8) !important;
}
.sticky_header .header.transparent {
  position: fixed;
}
body.sticky_header .header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.collapsed {
  -o-transform: translate(-250px, 0px);
  -webkit-transform: translate(-250px, 0px);
  -ms-transform: translate(-250px, 0px);
  transform: translate(-250px, 0px);
}
/*
--------------------------------------------------------------  
 
THE LOGO

-------------------------------------------------------------- 
*/
.logo {
  margin: 20px 0;
  display: inline-block;
}
.logo a.brand {
  display: block;
  line-height: 1em;
  text-align: left;
  font-size: 32px;
  font-weight: 900;
}
.logo a.brand img {
  width: auto;
  max-height: 50px;
}
.logo a.brand:link,
.logo a.brand:visited {
  color: #444444;
}
.logo p {
  padding: 0;
  margin: 0;
  color: #555555;
}
/* =Responsive: Small devices (SM) Tablets (Mobile Menu) 
-------------------------------------------------------------- */
@media only screen and (max-width: 991px) {
  .logo {
    margin: 14px 0;
  }
  .logo a.brand {
    font-size: 28px;
  }
  .logo a.brand img {
    max-height: 34px;
  }
  .logo p {
    font-size: 13px;
  }
}
/* =Responsive: Extra small devices (XS) Phones
-------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .logo {
    margin: 10px 0;
  }
  .logo a.brand {
    font-size: 22px;
  }
  .logo a.brand img {
    max-height: 30px;
  }
  .logo p {
    font-size: 12px;
  }
}
/*
--------------------------------------------------------------  
 
THE PRIMARY MENU

-------------------------------------------------------------- 
*/

/* =Responsive: Medium devices (MD)
-------------------------------------------------------------- */

/* =Responsive: Small devices (SM) Tablets (Mobile Menu) 
-------------------------------------------------------------- */

/*
--------------------------------------------------------------  
 
NAVIGATION SOCIAL ICONS

-------------------------------------------------------------- 
*/
a.social_links {
  position: absolute;
  top: 50%;
  right: 10px;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  a.social_links {
    right: 0px;
    -o-transform: translate(-100px, -50%);
    -webkit-transform: translate(-100px, -50%);
    -ms-transform: translate(-100px, -50%);
    transform: translate(-100px, -50%);
    z-index: 101;
  }
}
.team_social {
  width: 100%;
  opacity: 0;
  padding-top: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  -o-transform: translate(0, -200%);
  -webkit-transform: translate(0, -200%);
  -ms-transform: translate(0, -200%);
  transform: translate(0, -200%);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.team_social a {
  margin: 0 3px 3px 0;
}
.team_social a i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  padding: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
}
.team_social a:link i,
.team_social a:visited i {
  color: #fff;
}
.team_social a:hover i,
.team_social a:active i {
  background-color: #000;
}
.team_social.showLinks {
  opacity: 1;
  -o-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  z-index: 1;
}
/* 
5. =THE HEAD PANEL AREA
=============================================================== 
*/
.head_panel {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.stretchy_wrapper.ratio_slider {
  padding-bottom: 320px !important;
}
@media only screen and (min-width: 480px) {
  .stretchy_wrapper.ratio_slider {
    padding-bottom: 400px !important;
  }
}
@media only screen and (min-width: 768px) {
  .stretchy_wrapper.ratio_slider {
    padding-bottom: 640px !important;
  }
}
@media only screen and (min-width: 1900px) {
  .stretchy_wrapper.ratio_slider {
    padding-bottom: 35% !important;
  }
}
.transparent_header .stretchy_wrapper.ratio_slider {
  padding-bottom: 400px !important;
}
@media only screen and (min-width: 480px) {
  .transparent_header .stretchy_wrapper.ratio_slider {
    padding-bottom: 460px !important;
  }
}
@media only screen and (min-width: 768px) {
  .transparent_header .stretchy_wrapper.ratio_slider {
    padding-bottom: 720px !important;
  }
}
@media only screen and (min-width: 1900px) {
  .transparent_header .stretchy_wrapper.ratio_slider {
    padding-bottom: 40% !important;
  }
}
.head_panel .owl-carousel .item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.head_panel .owl-carousel .item:before {
  -webkit-backface-visibility: hidden;
}
.head_panel .owl-carousel .item .container {
  height: 100%;
  position: relative;
  min-height: inherit;
}
.head_panel .owl-carousel .owl-nav {
  height: 0px;
  top: 50%;
  width: 100%;
  position: absolute;
  margin: 0;
}
.head_panel .owl-carousel .owl-prev,
.head_panel .owl-carousel .owl-next {
  position: absolute;
  width: 44px;
  height: 50px;
  display: block;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(https://www.digiklant.com/zorg/wp-content/themes/standaard/assets/less/../images/slider-arrows.png);
  background-repeat: no-repeat;
  background-color: transparent;
  margin: 0;
  opacity: .3;
}
.head_panel .owl-carousel .owl-prev:hover,
.head_panel .owl-carousel .owl-next:hover {
  opacity: 1;
  background-image: url(https://www.digiklant.com/zorg/wp-content/themes/standaard/assets/less/../images/slider-arrows.png);
  background-repeat: no-repeat;
  background-color: transparent;
}
.head_panel .owl-carousel .owl-prev {
  background-position: 0 0;
  left: 0;
  top: 0;
  text-indent: -2000px;
}
.head_panel .owl-carousel .owl-next {
  background-position: -44px 0;
  top: 0;
  right: 0;
  text-indent: 2000px;
}
.head_panel .owl-carousel .owl-next:hover {
  background-position: -44px 0;
}
.head_panel .owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.head_panel .slider_wrapper .caption {
  position: absolute;
  left: 25%;
  top: 50%;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50%;
}
.head_panel .slider_wrapper .caption.caption-full {
  width: 80%;
  left: 10%;
}
.head_panel .slider_wrapper .caption.caption_left {
  left: 0px;
  right: inherit;
  text-align: left;
}
.head_panel .slider_wrapper .caption.caption_right {
  right: 0;
  left: inherit;
  text-align: left;
}
.caption .inner.transparent_film {
  padding: 30px;
}
.caption .inner img {
  width: inherit;
}
.caption .inner .t1 {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.05em;
}
@media only screen and (min-width: 480px) {
  .caption .inner .t1 {
    font-size: 56px;
  }
}
.caption .inner .t1 img {
  vertical-align: inherit;
}
.caption .inner .t2 {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
}
@media only screen and (min-width: 480px) {
  .caption .inner .t2 {
    font-size: 30px;
  }
}
.caption .inner .t3 {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
}
@media only screen and (min-width: 480px) {
  .caption .inner .t3 {
    font-size: 24px;
  }
}
.caption .inner p {
  margin-bottom: 14px;
}
.caption .inner p.desc {
  font-size: 16px;
  line-height: 1.3em;
}
.caption .inner p.desc:before {
  content: "";
  border-bottom: 2px solid #234865;
  display: block;
  margin: 12px 0;
}
.caption.no-line p.desc:before,
.caption.no-line .t2:after {
  border-bottom: 0px !important;
  margin: 8px 0 0 0 !important;
}
.caption.caption_fancy .inner .t2 {
  display: inline-block;
}
.caption.caption_fancy .inner .t2:after {
  border-bottom: 7px solid #234865;
  content: "";
  display: block;
  margin: 12px 0 12px 0;
}
.caption.caption_fancy .inner .t3 {
  font-weight: 700;
  margin: 3px 0;
}
.caption.caption_fancy .inner p.desc:before {
  display: none;
}
.caption.caption_flat .inner .t1 {
  line-height: 1em;
}
.caption.caption_flat .inner .t1 small {
  font-weight: 300;
}
.caption.caption_flat .inner .t2 {
  margin-bottom: 20px;
}
.caption.caption_flat .inner p.desc {
  font-size: 18px;
  -webkit-box-decoration-break: clone;
  /* Needs PreFixing */
  box-decoration-break: clone;
  /* Needs PreFixing */
  background-color: #234865;
  color: #ffffff;
  display: inline;
  line-height: 2.1em;
  padding: 6px 12px;
  width: 100%;
  margin: 0;
}
.caption.caption_flat .inner p.desc:before {
  display: none;
}
.caption.caption_flat .inner a.btn {
  margin-top: 23px;
}
.caption.caption_flat .inner.skincolored_section p.desc {
  background-color: #304770;
}
.caption.caption_elegant .inner .t2 {
  letter-spacing: 4px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
}
.caption.caption_elegant .inner .t2:after {
  border-bottom: 3px solid #234865;
  content: "";
  display: block;
  margin: 10px auto 0 auto;
  width: 10%;
}
.caption.caption_elegant .inner .t3 {
  font-size: 18px;
  font-weight: 300;
  margin: 12px 0 6px 0;
}
/*** Full-Width Photo ***/
.full_width_photo {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 380px;
  width: 100%;
}
/*** Head Panel's Heading group ***/
.head_panel .hgroup {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: inherit;
  z-index: 10;
}
.head_panel .hgroup .title {
  position: relative;
}
.head_panel .hgroup .title h1 {
  font-weight: 900;
  margin: 0;
  padding: 15px 0 4px 0;
}
.head_panel .hgroup .title.transparent_film h1 {
  padding: 16px 0 13px 0;
}
.head_panel .hgroup .title.diagonal-bgcolor-trans {
  margin: 30px 0 0 0;
  background: #F7F7F7;
  background: linear-gradient(to right, #F7F7F7 0%, #F7F7F7 15%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (min-width: 1200px) {
  .head_panel .hgroup .title.diagonal-bgcolor-trans {
    background: linear-gradient(to right, #F7F7F7 15%, #F7F7F7 15%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 100%);
  }
}
@media only screen and (min-width: 1600px) {
  .head_panel .hgroup .title.diagonal-bgcolor-trans {
    background: linear-gradient(to right, #F7F7F7 25%, #F7F7F7 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
  }
}
@media only screen and (min-width: 2250px) {
  .head_panel .hgroup .title.diagonal-bgcolor-trans {
    background: linear-gradient(to right, #F7F7F7 0%, #F7F7F7 33%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 100%);
  }
}
.head_panel .hgroup .title.diagonal-bgcolor-trans h1 {
  left:70px;
  //padding: 19px 30px 0px 0;
  display: inline-block;
  position: relative;
  background-color: #F7F7F7;
  color: #234865;
  min-width: 125px;
  z-index: 2;
}
.head_panel .hgroup .title.diagonal-bgcolor-trans h1:after {
  background: #F7F7F7;
  background: linear-gradient(to top right, #F7F7F7 0%, #F7F7F7 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  content: '';
  width: 72px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -72px;
}
.head_panel .hgroup .subtitle {
  position: relative;
  z-index: 1;
  padding: 0px 0 0px 0;
}
.head_panel .hgroup .subtitle p {
  font-size: 18px;
  margin: 0;
  line-height: 1.1em;
}
.head_panel .hgroup .subtitle.body-bg_section {
  background: #F7F7F7;
  color: #323232;
}
@media only screen and (min-width: 480px) {
  .head_panel .hgroup .subtitle.body-bg_section:after {
   background-color: #E5E5E5;
   background-image:
   linear-gradient(
   #E5E5E5, #fff
   );
    content: '';
    width: 0;
    height: 0;
border-style: solid;
border-color: #F7F7F7;
    border-width: 30px 0 0 100vw;
    bottom: -20px;
    //border-left-color: transparent;
    border-right-color: transparent;
    left: 0;
    position: absolute;
    z-index: 9;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);


  }
}
.sep_triangular_downhill_bottom .separator_bottom {
  border-style: solid;
  border-left-width: inherit;
  display: none\9;
}
.sep_triangular_downhill_bottom .separator_bottom:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 25px 0 0 1rem;
  border-left-width: inherit;
  bottom: -24px;
  border-left-color: transparent;
  border-right-color: transparent;
  left: 0;
  position: absolute;
  z-index: 9;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.head_panel .hgroup.fancy.vcenter {
  bottom: inherit;
  top: 50%;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.head_panel .hgroup.fancy .title h1 {
  font-size: 50px;
  line-height: 1em;
}
.head_panel .hgroup.fancy .subtitle p {
  font-size: 30px;
  font-weight: 300;
  line-height: 1em;
}
/*** MAP ***/
.map {
  height: 480px !important;
}
.map img {
  max-width: none !important;
}
/* 
6. =THE MAIN AREA & THE ROOT SECTION ELEMENT
=============================================================== 
*/
.main {
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  z-index: 9;
}
.main > section {
  position: relative;
  background-color: #efefef;
  border-color: #efefef;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 128px;
  padding-bottom: 128px;
}
@media only screen and (max-width: 480px) {
  .main > section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.main > section.no_padding {
  padding-top: 0;
  padding-bottom: 0;
}
.main > section.no_top_padding {
  padding-top: 0;
}
.main > section.no_bottom_padding {
  padding-bottom: 0;
}
.main > section.no_cols_padding div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.main > section.full_width > .container {
  width: 100%;
}
.main > section div[class*="col-"] {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main[class*='_section'] section {
  background-color: transparent;
}
.main section .container .container {
  width: inherit;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .vcenter div[class*="col-"],
  .vbottom div[class*="col-"] {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: -4px;
  }
}
.vcenter div[class*="col-"].same_height_col,
.vbottom div[class*="col-"].same_height_col {
  margin-right: 0;
  float: left;
  display: -webkit-box !important;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box !important;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox !important;
  /* TWEENER - IE 10 */
  display: -webkit-flex !important;
  /* NEW - Chrome */
  display: flex !important;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .vbottom div[class*="col-"] {
    vertical-align: bottom;
  }
}
.section_header {
  position: relative;
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 42.66666667px 0 !important;
}
.section_header h1,
.section_header h2,
.section_header h3,
.section_header h4,
.section_header h5,
.section_header h6 {
  margin: 0 0 1px 0;
}
.section_header p {
  margin-bottom: 0;
}
.section_header h1 + p,
.section_header h2 + p {
  margin-top: 5px;
  font-size: 18px;
}
.section_header h3 + p {
  margin-top: 3px;
  font-size: 17px;
}
.section_header h4 + p,
.section_header h5 + p,
.section_header h6 + p {
  margin-top: 0px;
  font-size: 16px;
}
.section_header.xbold h1,
.section_header.xbold h2,
.section_header.xbold h3,
.section_header.xbold h4,
.section_header.xbold h5,
.section_header.xbold h6 {
  font-weight: 900;
}
.section_header.fancy h1 {
  font-size: 39px;
}
.section_header.fancy h2 {
  font-size: 39px;
}
.section_header.fancy h3 {
  font-size: 27px;
}
.section_header.fancy h4 {
  font-size: 24px;
}
.section_header.fancy h5 {
  font-size: 24px;
}
.section_header.fancy h6 {
  font-size: 24px;
}
@media only screen and (max-width: 480px) {
  .section_header.fancy h1 {
    font-size: 31.2px;
  }
  .section_header.fancy h2 {
    font-size: 31.2px;
  }
  .section_header.fancy h3 {
    font-size: 21.6px;
  }
  .section_header.fancy h4 {
    font-size: 19.2px;
  }
  .section_header.fancy h5 {
    font-size: 19.2px;
  }
  .section_header.fancy h6 {
    font-size: 19.2px;
  }
}
.section_header.fancy h1,
.section_header.fancy h2,
.section_header.fancy h3,
.section_header.fancy h4,
.section_header.fancy h5,
.section_header.fancy h6 {
  font-weight: 900;
}
.section_header.fancy p {
  font-weight: normal;
}
.section_header.thin h1,
.section_header.thin h2,
.section_header.thin h3,
.section_header.thin h4,
.section_header.thin h5,
.section_header.thin h6 {
  font-weight: 300;
}
.section_header.thin p {
  font-weight: 300;
}
.section_header.thin h1 + p {
  font-size: 19px;
}
.section_header.elegant h1 {
  font-size: 39px;
}
.section_header.elegant h2 {
  font-size: 39px;
}
.section_header.elegant h3 {
  font-size: 27px;
}
.section_header.elegant h4 {
  font-size: 24px;
}
.section_header.elegant h5 {
  font-size: 24px;
}
.section_header.elegant h6 {
  font-size: 24px;
}
.section_header.elegant h1,
.section_header.elegant h2,
.section_header.elegant h3,
.section_header.elegant h4,
.section_header.elegant h5,
.section_header.elegant h6 {
  font-weight: 500;
  margin: 0 0 8px 0;
}
.section_header.elegant p {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1em;
}
.section_header.elegant h1 + p,
.section_header.elegant h2 + p {
  font-size: 16px;
}
.section_header.elegant h3 + p {
  font-size: 15px;
}
.section_header.elegant h4 + p,
.section_header.elegant h5 + p,
.section_header.elegant h6 + p {
  font-size: 13px;
}
/*** SKINCOLORED SECTION (PRIMARY) ***/
.skincolored_section,
.main .skincolored_section,
div[class*="_section"] .skincolored_section,
section[class*="_section"] .skincolored_section,
section[class*="_section"] div[class*="_section"] .skincolored_section {
  background-color: #234865;
  border-color: #234865;
  color: #ffffff;
}
.skincolored_section a:link,
.main .skincolored_section a:link,
div[class*="_section"] .skincolored_section a:link,
section[class*="_section"] .skincolored_section a:link,
section[class*="_section"] div[class*="_section"] .skincolored_section a:link,
.skincolored_section a:visited,
.main .skincolored_section a:visited,
div[class*="_section"] .skincolored_section a:visited,
section[class*="_section"] .skincolored_section a:visited,
section[class*="_section"] div[class*="_section"] .skincolored_section a:visited {
  color: #304770;
}
.skincolored_section a:hover,
.main .skincolored_section a:hover,
div[class*="_section"] .skincolored_section a:hover,
section[class*="_section"] .skincolored_section a:hover,
section[class*="_section"] div[class*="_section"] .skincolored_section a:hover,
.skincolored_section a:active,
.main .skincolored_section a:active,
div[class*="_section"] .skincolored_section a:active,
section[class*="_section"] .skincolored_section a:active,
section[class*="_section"] div[class*="_section"] .skincolored_section a:active {
  color: #fbc02d;
}
.skincolored_section a i,
.main .skincolored_section a i,
div[class*="_section"] .skincolored_section a i,
section[class*="_section"] .skincolored_section a i,
section[class*="_section"] div[class*="_section"] .skincolored_section a i {
  color: #ffffff;
}
/*** SECONDARY COLORED SECTION ***/
.secondary_section,
.main .secondary_section,
div[class*="_section"] .secondary_section,
section[class*="_section"] .secondary_section,
section[class*="_section"] div[class*="_section"] .secondary_section {
  background-color: #304770;
  border-color: #304770;
  color: #ffffff;
}
.secondary_section a:link,
.main .secondary_section a:link,
div[class*="_section"] .secondary_section a:link,
section[class*="_section"] .secondary_section a:link,
section[class*="_section"] div[class*="_section"] .secondary_section a:link,
.secondary_section a:visited,
.main .secondary_section a:visited,
div[class*="_section"] .secondary_section a:visited,
section[class*="_section"] .secondary_section a:visited,
section[class*="_section"] div[class*="_section"] .secondary_section a:visited {
  color: #234865;
}
.secondary_section a:hover,
.main .secondary_section a:hover,
div[class*="_section"] .secondary_section a:hover,
section[class*="_section"] .secondary_section a:hover,
section[class*="_section"] div[class*="_section"] .secondary_section a:hover,
.secondary_section a:active,
.main .secondary_section a:active,
div[class*="_section"] .secondary_section a:active,
section[class*="_section"] .secondary_section a:active,
section[class*="_section"] div[class*="_section"] .secondary_section a:active {
  color: #fbc02d;
}
.secondary_section a i,
.main .secondary_section a i,
div[class*="_section"] .secondary_section a i,
section[class*="_section"] .secondary_section a i,
section[class*="_section"] div[class*="_section"] .secondary_section a i {
  color: #ffffff;
}
/*** DARK SECTION ***/
.dark_section,
.main .dark_section,
div[class*="_section"] .dark_section,
section[class*="_section"] .dark_section,
section[class*="_section"] div[class*="_section"] .dark_section {
  background-color: #222d3f;
  border-color: #222d3f;
  color: #ffffff;
}
.dark_section a:link,
.main .dark_section a:link,
div[class*="_section"] .dark_section a:link,
section[class*="_section"] .dark_section a:link,
section[class*="_section"] div[class*="_section"] .dark_section a:link,
.dark_section a:visited,
.main .dark_section a:visited,
div[class*="_section"] .dark_section a:visited,
section[class*="_section"] .dark_section a:visited,
section[class*="_section"] div[class*="_section"] .dark_section a:visited {
  color: #234865;
}
.dark_section a:hover,
.main .dark_section a:hover,
div[class*="_section"] .dark_section a:hover,
section[class*="_section"] .dark_section a:hover,
section[class*="_section"] div[class*="_section"] .dark_section a:hover,
.dark_section a:active,
.main .dark_section a:active,
div[class*="_section"] .dark_section a:active,
section[class*="_section"] .dark_section a:active,
section[class*="_section"] div[class*="_section"] .dark_section a:active {
  color: #fbc02d;
}
.dark_section a i,
.main .dark_section a i,
div[class*="_section"] .dark_section a i,
section[class*="_section"] .dark_section a i,
section[class*="_section"] div[class*="_section"] .dark_section a i {
  color: #ffffff;
}
/*** LIGHT SECTION ***/
.light_section,
.main .light_section,
div[class*="_section"] .light_section,
section[class*="_section"] .light_section,
section[class*="_section"] div[class*="_section"] .light_section {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #323232;
}
.light_section a:link,
.main .light_section a:link,
div[class*="_section"] .light_section a:link,
section[class*="_section"] .light_section a:link,
section[class*="_section"] div[class*="_section"] .light_section a:link,
.light_section a:visited,
.main .light_section a:visited,
div[class*="_section"] .light_section a:visited,
section[class*="_section"] .light_section a:visited,
section[class*="_section"] div[class*="_section"] .light_section a:visited {
  color: #234865;
}
.light_section a:hover,
.main .light_section a:hover,
div[class*="_section"] .light_section a:hover,
section[class*="_section"] .light_section a:hover,
section[class*="_section"] div[class*="_section"] .light_section a:hover,
.light_section a:active,
.main .light_section a:active,
div[class*="_section"] .light_section a:active,
section[class*="_section"] .light_section a:active,
section[class*="_section"] div[class*="_section"] .light_section a:active {
  color: #304770;
}
.light_section a i,
.main .light_section a i,
div[class*="_section"] .light_section a i,
section[class*="_section"] .light_section a i,
section[class*="_section"] div[class*="_section"] .light_section a i {
  color: #323232;
}
/*** BLACK SECTION ***/
.black_section,
.main .black_section,
div[class*="_section"] .black_section,
section[class*="_section"] .black_section,
section[class*="_section"] div[class*="_section"] .black_section {
  background-color: #323232;
  border-color: #323232;
  color: #ffffff;
}
.black_section a:link,
.main .black_section a:link,
div[class*="_section"] .black_section a:link,
section[class*="_section"] .black_section a:link,
section[class*="_section"] div[class*="_section"] .black_section a:link,
.black_section a:visited,
.main .black_section a:visited,
div[class*="_section"] .black_section a:visited,
section[class*="_section"] .black_section a:visited,
section[class*="_section"] div[class*="_section"] .black_section a:visited {
  color: #234865;
}
.black_section a:hover,
.main .black_section a:hover,
div[class*="_section"] .black_section a:hover,
section[class*="_section"] .black_section a:hover,
section[class*="_section"] div[class*="_section"] .black_section a:hover,
.black_section a:active,
.main .black_section a:active,
div[class*="_section"] .black_section a:active,
section[class*="_section"] .black_section a:active,
section[class*="_section"] div[class*="_section"] .black_section a:active {
  color: #fbc02d;
}
.black_section a i,
.main .black_section a i,
div[class*="_section"] .black_section a i,
section[class*="_section"] .black_section a i,
section[class*="_section"] div[class*="_section"] .black_section a i {
  color: #ffffff;
}
/*** WHITE SECTION ***/
.white_section,
.main .white_section,
div[class*="_section"] .white_section,
section[class*="_section"] .white_section,
section[class*="_section"] div[class*="_section"] .white_section {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #323232;
}
.white_section a:link,
.main .white_section a:link,
div[class*="_section"] .white_section a:link,
section[class*="_section"] .white_section a:link,
section[class*="_section"] div[class*="_section"] .white_section a:link,
.white_section a:visited,
.main .white_section a:visited,
div[class*="_section"] .white_section a:visited,
section[class*="_section"] .white_section a:visited,
section[class*="_section"] div[class*="_section"] .white_section a:visited {
  color: #4eabf9;
}
.white_section a:hover,
.main .white_section a:hover,
div[class*="_section"] .white_section a:hover,
section[class*="_section"] .white_section a:hover,
section[class*="_section"] div[class*="_section"] .white_section a:hover,
.white_section a:active,
.main .white_section a:active,
div[class*="_section"] .white_section a:active,
section[class*="_section"] .white_section a:active,
section[class*="_section"] div[class*="_section"] .white_section a:active {
  color: #304770;
}
.white_section a i,
.main .white_section a i,
div[class*="_section"] .white_section a i,
section[class*="_section"] .white_section a i,
section[class*="_section"] div[class*="_section"] .white_section a i {
  color: #323232;
}
/*** BODY-BACKGROUND SECTION ***/
.body-bg_section,
div[class*="_section"] .body-bg_section,
section[class*="_section"] .body-bg_section,
section[class*="_section"] div[class*="_section"] .body-bg_section {
  background-color: #efefef;
  border-color: #efefef;
  color: #323232;
}
.body-bg_section a:link,
div[class*="_section"] .body-bg_section a:link,
section[class*="_section"] .body-bg_section a:link,
section[class*="_section"] div[class*="_section"] .body-bg_section a:link,
.body-bg_section a:visited,
div[class*="_section"] .body-bg_section a:visited,
section[class*="_section"] .body-bg_section a:visited,
section[class*="_section"] div[class*="_section"] .body-bg_section a:visited {
  color: #234865;
}
.body-bg_section a:hover,
div[class*="_section"] .body-bg_section a:hover,
section[class*="_section"] .body-bg_section a:hover,
section[class*="_section"] div[class*="_section"] .body-bg_section a:hover,
.body-bg_section a:active,
div[class*="_section"] .body-bg_section a:active,
section[class*="_section"] .body-bg_section a:active,
section[class*="_section"] div[class*="_section"] .body-bg_section a:active {
  color: #304770;
}
.body-bg_section a i,
div[class*="_section"] .body-bg_section a i,
section[class*="_section"] .body-bg_section a i,
section[class*="_section"] div[class*="_section"] .body-bg_section a i {
  color: #323232;
}
/*** PARTICLES ***/
.particles-js-container {
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*** COLUMN HEADER ***/
.col_header {
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 0;
}
/* 
7. =DESIGN ELEMENTS
=============================================================== 
*/
/*** TESTIMONIAL ***/
.testimonial li {
  font-size: 18px;
}
.testimonial .name {
  font-style: italic;
  font-size: 15px;
  margin-top: 30px;
}
.testimonial ul.slides li {
  display: none;
}
.testimonial ul.slides li:first-child {
  display: block;
}
.testimonial .owl-theme .owl-dots .owl-dot span {
  background: #234865 none repeat scroll 0 0;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span,
.testimonial .owl-theme .owl-dots .owl-dot:hover span {
  background: #304770 none repeat scroll 0 0;
}
/* CONTACT FORMS */
.wpcf7-form-control,
.wpcf7-form-control.wpcf7-date,
.form-control {
  background-color: #efefef;
  border: 1px solid #cbcbcb;
  border-radius: 0px;
  color: #323232;
  font-size: 14px;
  height: inherit;
  line-height: 1.5;
  padding: 7px 22px 6px 22px;
}
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-select {
  width: 100%;
}
select {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('https://www.digiklant.com/zorg/wp-content/themes/standaard/assets/less/../../assets/images/form-selector-grey.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  margin-bottom: 0;
  padding: 7px 17px 6px 17px !important;
  max-width: 100%;
  line-height: 1.5;
}
input.wpcf7-captchar {
  float: right;
  height: 36px;
  width: 69%;
}
img.wpcf7-captchac {
  height: 36px;
  padding: 0;
  width: 30%;
}
.captcha-code {
  background-repeat: no-repeat;
  height: 30px;
}
.widget_quickcontact .captchainput,
.widget_appointment .captchainput {
  width: 50%;
  padding: 3px 5px 5px 5px;
  border: 0;
  margin-right: 5px;
  color: black;
}
.widget_appointment .wpcf7-submit,
.widget_quickcontact .wpcf7-submit {
  margin-top: 5px;
}
.loading {
  animation: loading 1s linear infinite;
}
@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}
form.wpcf7-form p {
  margin: 0 0 5px 0;
}
#contact_panel {
  z-index: 10;
}
/*** TIMETABLE ***/
.timetable table.timetable_hours {
  margin: 0px 0;
  width: 100%;
  font-size: 14px;
}
.timetable table.timetable_hours td {
  padding: 2px 10px 2px 0;
}
.timetable table.timetable_hours tr td:nth-child(even) {
  font-weight: 400;
  text-align: right;
  padding: 2px 0px 2px 0;
}
.widget .timetable table.timetable_hours {
  margin: 0 0 20px 0;
}
/*** NEWSLETTER FORM ***/
#newsletterResponse {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  left: 130px;
  transition: all 600ms;
}
.newsletter_form button[type="submit"] {
  position: relative;
}
.newsletter_form .newsletter_input {
  margin-left: 10%;
  width: 59%;
}
.newsletter_form h3,
.newsletter_form h4 {
  text-align: center;
}
.newsletter_form h4 {
  margin-bottom: 20px;
}
.newsletter_form h3 {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 300;
  margin-top: 0;
  text-transform: uppercase;
}
.newsletter_form .fa-refresh-animate {
  transition: all 600ms;
  display: none;
  -animation: respin .9s infinite linear;
  -webkit-animation: respin2 .9s infinite linear;
}
.refresh-show {
  display: inline-block !important;
}
@-webkit-keyframes respin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes respin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
/* SVG LOADER PROGRESS ICON */
span.progress_ball {
  transition: all 600ms;
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  z-index: 999999;
}
span.progress_ball .fa {
  -webkit-animation: respin2 .9s infinite linear;
  animation: respin .9s infinite linear;
  color: white;
  font-size: 50px;
  left: 28px;
  position: absolute;
  top: 25px;
}
span.progress_ball.show {
  display: block;
}
/*** SVG NEWSLETTER ***/
.svg_newsletter {
  position: relative;
  height: 220px;
}
.svg_newsletter .row {
  position: absolute;
  top: 50%;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  margin: 0;
}
.svg_newsletter #newsletterResponse {
  top: 44px;
  left: 0;
  position: absolute;
}
.svg_newsletter .left_area {
  -o-transform: translate(15px, -15px);
  -webkit-transform: translate(15px, -15px);
  -ms-transform: translate(15px, -15px);
  transform: translate(15px, -15px);
}
.svg_newsletter .left_area h3,
.svg_newsletter .left_area p {
  text-align: left;
  line-height: 1.1em;
  font-size: 18px;
  margin: 0;
}
.svg_newsletter .left_area h3 {
  font-weight: 900;
  font-size: 26px;
}
.svg_newsletter .right_area {
  -o-transform: translate(0, 25px);
  -webkit-transform: translate(0, 25px);
  -ms-transform: translate(0, 25px);
  transform: translate(0, 25px);
}
/*** TEASER BOX ***/
.teaser_box {
  position: relative;
  overflow: hidden;
}
.teaser_box.image_hover img {
  opacity: .7;
  transition: all 100ms;
}
.teaser_box.image_hover img:hover {
  opacity: 1;
  transform: translateY(-5px);
}
.teaser_box.image_hover .figure > i,
.teaser_box.image_hover .figure > a i {
  opacity: .75;
  transform: translateY(5px);
  transition: all 100ms;
}
.teaser_box.image_hover .figure > i:hover,
.teaser_box.image_hover .figure > a:hover i {
  opacity: 1;
  transform: translateY(0px);
}
@media only screen and (max-width: 767px) {
  .teaser_box {
    margin-bottom: 20px !important;
    max-width: 360px;
    margin: 0 auto;
  }
}
.teaser_box .figure {
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.teaser_box .figure > i,
.teaser_box .figure > a i {
  font-size: 80px;
  display: inline-block;
}
.teaser_box .figure.stretchy_wrapper > i,
.teaser_box .figure.stretchy_wrapper > a i {
  position: absolute;
  padding: 0;
  left: 50%;
  top: 50%;
  right: inherit;
  bottom: inherit;
  height: auto;
  width: auto;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.teaser_box .figure + .content {
  padding: 20px 0px 0px 0px;
}
.teaser_box .content {
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.teaser_box .content.boxed {
  padding: 25px 20px 25px 20px !important;
}
.teaser_box .content.boxed_special {
  padding: 26px 20px 25px 20px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.teaser_box .content .hgroup {
  position: relative;
  margin: 0;
}
.teaser_box .content .hgroup h4 {
  font-size: 15px;
  font-weight: 900;
  margin: 0;
}
.teaser_box .content .hgroup p {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 0;
}
.teaser_box .content .desc {
  padding: 8px 0px 0px 0px;
  font-size: 14px;
}
.teaser_box .content .desc p {
  margin: 0;
}
.teaser_box .content .link {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.teaser_box .content .link > a {
  min-width: 80px;
  cursor: pointer;
}
.teaser_box:hover .link {
  bottom: 0px;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.teaser_box:hover .content.with_button {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.teaser_box:hover .figure + .content.with_button {
  padding-top: 14px !important;
  padding-bottom: 6px !important;
}
.teaser_box:hover .content.boxed.with_button {
  padding: 20px 20px 30px 20px !important;
}
.teaser_box:hover .content.boxed_special.with_button {
  padding: 21px 20px 30px 20px !important;
}
@media only screen and (max-width: 767px) {
  .teaser_box .figure > i,
  .teaser_box .figure > a i {
    font-size: 70px;
  }
}
/*** TEAM MEMBER ***/
a[href="#team_profile"] {
  cursor: default;
}
.team_member:hover .team_social {
  filter: alpha(opacity=1);
  opacity: 1;
  -webkit-transform: translate(-50%, -100%) !important;
  -ms-transform: translate(-50%, -100%) !important;
  transform: translate(-50%, -100%) !important;
  z-index: 1000;
}
.teaser_box.team_member:hover {
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.15);
}
.teaser_box.team_member .content {
  position: relative;
}
.teaser_box.team_member .link {
  opacity: 0;
}
.teaser_box.team_member:hover .link {
  opacity: 1;
}
.teaser_box.team_member .team_social {
  top: 0;
  bottom: inherit;
  right: inherit;
  left: 50%;
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: inherit;
}
.teaser_box.team_member .team_social a:link i,
.teaser_box.team_member .team_social a:visited i {
  color: #ffffff !important;
  margin-bottom: 7px;
}
.teaser_box.team_member .team_social a:hover,
.teaser_box.team_member .team_social a:active {
  background-color: #ffffff;
  color: #234865;
  text-decoration: none;
}
.team_social a:hover,
.team_social a:active {
  background-color: #234865;
  color: #fff;
  text-decoration: none;
}
.team_social.show {
  position: relative;
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-align: center;
}
/*** DOCTORS TIMETABLE ***/
table.timetable_big {
  margin: 0;
}
table.timetable_big thead tr:nth-child(2) {
  background-color: #234865;
  color: white;
}
table.timetable_big thead tr:nth-child(2) th {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #DDD;
}
table.timetable_big thead tr:nth-child(2) th:first-child {
  background-color: #fff;
  border-left: none;
}
table.timetable_big thead tr:nth-child(2) th:last-child {
  border-right: none;
}
table.timetable_big thead tr:nth-child(3) th {
  border-left: 1px solid #DDD;
  border-bottom: none;
}
table.timetable_big thead tr:nth-child(3) th:first-child {
  border-left: none;
}
table.timetable_big tbody tr:nth-child(odd):hover,
table.timetable_big tbody tr:hover {
  background-color: #234865;
}
table.timetable_big tbody tr:nth-child(odd):hover td:first-child,
table.timetable_big tbody tr:hover td:first-child {
  color: #FFF;
}
table.timetable_big tbody tr:nth-child(odd) {
  background-color: #F7F7F7;
}
table.timetable_big tbody td {
  border-left: 1px solid #DDD;
}
table.timetable_big tbody td.check {
  background-color: rgba(184, 240, 178, 0.7);
  font: normal normal normal 14px/1 FontAwesome;
}
table.timetable_big tbody td.check.check::before {
  content: "\f00c";
}
table.timetable_big tbody td:first-child {
  border-left: none;
}
/* PRICING PLAN */
.pricing_plan {
  position: relative;
}
.pricing_plan:hover {
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.15);
}
.pricing_plan .plan_title {
  padding: 30px;
}
.pricing_plan .plan_title h3 {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.2em;
  font-weight: 900;
  margin: 0;
  padding: 0;
  position: relative;
}
.pricing_plan .plan_title p {
  margin: 0;
}
.pricing_plan .the_price {
  padding: 10px 30px;
  font-size: 30px;
  font-weight: 800;
}
.pricing_plan .the_price small {
  font-size: 14px;
  margin-left: 6px;
  font-weight: 400;
}
.pricing_plan .the_offerings {
  padding: 30px;
  line-height: 2em;
}
.pricing_plan .the_offerings a.btn {
  margin: 20px 0 10px 0;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
}
.pricing_plan .pricing_plan_photo {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .pricing_plan {
    margin-bottom: 20px !important;
    max-width: 360px;
    margin: 0 auto;
  }
  .pricing_plan h3 {
    font-size: 1.5em;
  }
}
/* PRICING RIBBON #2 */
.heart {
  height: 100px !important;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  left: inherit;
  width: 100px;
  z-index: 1;
}
.heart.beating .heart-inner {
  -webkit-animation: heartbeat .7s linear infinite;
  -moz-animation: heartbeat .7s linear infinite;
  -ms-animation: heartbeat .7s linear infinite;
  -o-animation: heartbeat .7s linear infinite;
  animation: heartbeat .7s linear infinite;
}
.heart-inner {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAwElEQVRIDe3BsSqFYRgA4Lc/C+WIkwswMJ7JBWAwGE+dO1A2k3IFFhOThSTZ3IHdFVAWpWTUP+lQJ49J6c/X950zyPA/T0TrL6hMxaQMXDq2bS4m4cO3M90Yl6Gfzs3HOGxq2jMT5Qw03epEGX37HjTVFqOENynLkWcopdaNHH1po8hzIu3VbOQ49CnlThU51rxLuYg8PS9SDqKEdY9+dxplbDhy5d7Isye1G9d27EY5lY5VW3pWLFkwrYpW61/7ArSManrIV35GAAAAAElFTkSuQmCC) 25px 50px #234865 no-repeat;
  background-color: #234865;
  bottom: 55px;
  height: 80px;
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
  width: 80px;
}
.heartbeat 0% {
  transform: scale(0.8) rotate(45deg);
}
.heartbeat 5% {
  transform: scale(0.85) rotate(45deg);
}
.heartbeat 10% {
  transform: scale(0.9) rotate(45deg);
}
.heartbeat 15% {
  transform: scale(0.9) rotate(45deg);
}
.heartbeat 50% {
  transform: scale(0.8) rotate(45deg);
}
.heartbeat 100% {
  transform: scale(0.8) rotate(45deg);
}
@-webkit-keyframes heartbeat {
  0% {
    transform: scale(0.8) rotate(45deg);
  }
  5% {
    transform: scale(0.85) rotate(45deg);
  }
  10% {
    transform: scale(0.9) rotate(45deg);
  }
  15% {
    transform: scale(0.9) rotate(45deg);
  }
  50% {
    transform: scale(0.8) rotate(45deg);
  }
  100% {
    transform: scale(0.8) rotate(45deg);
  }
}
@-moz-keyframes heartbeat {
  0% {
    transform: scale(0.8) rotate(45deg);
  }
  5% {
    transform: scale(0.85) rotate(45deg);
  }
  10% {
    transform: scale(0.9) rotate(45deg);
  }
  15% {
    transform: scale(0.9) rotate(45deg);
  }
  50% {
    transform: scale(0.8) rotate(45deg);
  }
  100% {
    transform: scale(0.8) rotate(45deg);
  }
}
@-ms-keyframes heartbeat {
  0% {
    transform: scale(0.8) rotate(45deg);
  }
  5% {
    transform: scale(0.85) rotate(45deg);
  }
  10% {
    transform: scale(0.9) rotate(45deg);
  }
  15% {
    transform: scale(0.9) rotate(45deg);
  }
  50% {
    transform: scale(0.8) rotate(45deg);
  }
  100% {
    transform: scale(0.8) rotate(45deg);
  }
}
@-o-keyframes heartbeat {
  0% {
    transform: scale(0.8) rotate(45deg);
  }
  5% {
    transform: scale(0.85) rotate(45deg);
  }
  10% {
    transform: scale(0.9) rotate(45deg);
  }
  15% {
    transform: scale(0.9) rotate(45deg);
  }
  50% {
    transform: scale(0.8) rotate(45deg);
  }
  100% {
    transform: scale(0.8) rotate(45deg);
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(0.8) rotate(45deg);
  }
  5% {
    transform: scale(0.85) rotate(45deg);
  }
  10% {
    transform: scale(0.9) rotate(45deg);
  }
  15% {
    transform: scale(0.9) rotate(45deg);
  }
  50% {
    transform: scale(0.8) rotate(45deg);
  }
  100% {
    transform: scale(0.8) rotate(45deg);
  }
}
/* CLIENTS LIST */
.clients_list {
  text-align: center;
}
.clients_list a {
  display: inline-block;
  margin: 10px;
  padding: 10px;
  -webkit-transition: all 700ms ease-in-out;
  -o-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.clients_list a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* TWITTER FEED */
.twitter_feed_wrapper .twitter_feed_icon {
  text-align: center;
}
.twitter_feed_wrapper .twitter_feed_icon i {
  font-size: 140px;
}
.twitter_feed_wrapper blockquote {
  border-left: 0px solid;
  margin: 0;
  padding: 15px 0 0 0;
}
.twitter_feed_wrapper blockquote p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0px;
}
.twitter_feed_wrapper .twitter_slider {
  background-color: transparent;
  border: none;
  margin: 0;
}
.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav {
  transition: all 600ms;
  position: absolute;
  right: 0;
  top: 18px;
  opacity: 0.4;
}
.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav a {
  opacity: 1;
  background: url('https://www.digiklant.com/zorg/wp-content/themes/standaard/assets/less/images/luna-controls-twitter.png') no-repeat -55px 0;
  background-size: 80px;
  border: 1px solid white;
  height: 40px;
  margin: 0;
  top: 0;
  width: 40px;
}
.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav .flex-prev,
.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav .flex-next {
  text-indent: 20000px;
}
.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav .flex-next {
  background-position: 100% 50%;
  right: -50px;
}
.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav .flex-prev {
  background-position: 0 50%;
  left: inherit;
  position: absolute;
  right: -89px;
}
.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav:hover {
  opacity: 1;
}
.twitter_feed_wrapper .twitter_slider ul.flex-direction-nav.vertical {
  transform: rotate(-90deg) translateX(-75px);
}
.twitter_feed_wrapper .twitter_slider:hover .flex-next {
  right: -50px;
}
.twitter_feed_wrapper .twitter_slider:hover .flex-prev {
  left: inherit;
}
/* PORTFOLIO GRID ELEMENT */
ul.portfolio_filters {
  list-style: none;
  margin: 0 0 24px 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
ul.portfolio_filters li {
  display: inline-block;
}
ul.portfolio_filters li a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 0 2px 12px 2px;
  padding: 6px 30px;
  position: relative;
  text-transform: uppercase;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
ul.portfolio_filters li a.active {
  padding: 12px 40px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
ul.portfolio_filters li a.active:after {
  border: solid transparent;
  border-color: rgba(69, 170, 255, 0);
  border-top-color: #234865;
  border-width: 6px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -6px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
ul.portfolio_filters li a:hover,
ul.portfolio_filters li a:active {
  text-decoration: none;
  background-color: #234865;
  color: #ffffff;
}
ul.portfolio_filters li a:hover:after,
ul.portfolio_filters li a:active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(69, 170, 255, 0);
  border-top-color: #234865;
  border-width: 6px;
  margin-left: -6px;
}
ul.portfolio_filters li a.active,
ul.portfolio_filters li a.active:hover {
  background-color: #234865;
  color: #ffffff;
}
.portfolio_item {
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.portfolio_item a {
  display: block;
}
.portfolio_item a .figure {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-color: #304770;
}
.portfolio_item a .portfolio_title {
  bottom: 0;
  padding: 8px;
  position: absolute;
  right: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}
.portfolio_item a .portfolio_title h3 {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.4px;
}
.portfolio_item a .portfolio_description {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  -o-transform: translate(0px, -100%);
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}
.portfolio_item a .portfolio_description p {
  text-align: center;
  padding: 30px;
  font-weight: bold;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.portfolio_item a .portfolio_description.portfolio_gradient,
.portfolio_item a .portfolio_description.degrade {
  background: linear-gradient(135deg, #304770 0%, #234865 100%) repeat scroll 0 0 #304770;
}
.portfolio_item a:hover .portfolio_description {
  -o-transform: translate(0px, 0%);
  -webkit-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}
.portfolio_item a:hover .portfolio_title {
  right: 50%;
  -o-transform: translate(50%, 0);
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/* KNOWLEDGEBASE */
.knowledgebase h5 {
  border-radius: 100px;
  border: solid 1px;
  display: inline-block;
  font-size: 30px;
  font-weight: 100;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  margin: 0 0 10px 0;
}
.knowledgebase ul {
  list-style: none;
  border-left: 1px dashed;
  margin-left: 30px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.knowledgebase ul li {
  position: relative;
}
.knowledgebase ul li a {
  display: block;
  position: relative;
  padding: 2px 0px;
}
/* MASKED HEADING */
.masked_heading {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.masked_heading h1,
.masked_heading h2,
.masked_heading h3,
.masked_heading h4,
.masked_heading h5,
.masked_heading h6 {
  font-size: 12vw;
  font-weight: 900;
  background-color: #efefef;
  mix-blend-mode: lighten;
  display: inline-block;
  margin: 0 !important;
  padding: 0;
}
.masked_heading h1 small,
.masked_heading h2 small,
.masked_heading h3 small,
.masked_heading h4 small,
.masked_heading h5 small,
.masked_heading h6 small {
  font-size: 3vw;
  font-weight: 900;
  display: block;
}
.black_section .masked_heading h1,
.black_section .masked_heading h2,
.black_section .masked_heading h3,
.black_section .masked_heading h4,
.black_section .masked_heading h5,
.black_section .masked_heading h6 {
  mix-blend-mode: darken;
  background-color: #323232;
}
.dark_section .masked_heading h1,
.dark_section .masked_heading h2,
.dark_section .masked_heading h3,
.dark_section .masked_heading h4,
.dark_section .masked_heading h5,
.dark_section .masked_heading h6 {
  mix-blend-mode: darken;
  background-color: #222d3f;
}
.skincolored_section .masked_heading h1,
.skincolored_section .masked_heading h2,
.skincolored_section .masked_heading h3,
.skincolored_section .masked_heading h4,
.skincolored_section .masked_heading h5,
.skincolored_section .masked_heading h6 {
  mix-blend-mode: darken;
  background-color: #234865;
}
.secondary_section .masked_heading h1,
.secondary_section .masked_heading h2,
.secondary_section .masked_heading h3,
.secondary_section .masked_heading h4,
.secondary_section .masked_heading h5,
.secondary_section .masked_heading h6 {
  mix-blend-mode: darken;
  background-color: #304770;
}
.white_section .masked_heading h1,
.white_section .masked_heading h2,
.white_section .masked_heading h3,
.white_section .masked_heading h4,
.white_section .masked_heading h5,
.white_section .masked_heading h6 {
  background-color: #ffffff;
}
.light_section .masked_heading h1,
.light_section .masked_heading h2,
.light_section .masked_heading h3,
.light_section .masked_heading h4,
.light_section .masked_heading h5,
.light_section .masked_heading h6 {
  background-color: #e5e5e5;
}
/* GOOGLE MAPS: ANIMATED PIN */
.pin_container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(-45deg);
  animation-name: bounce;
  animation-fill-mode: both;
  animation-duration: 1s;
}
.pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #89849b;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}
.pin:after {
  content: '';
  width: 14px;
  height: 14px;
  margin: 8px 0 0 8px;
  background: #2f2f2f;
  position: absolute;
  border-radius: 50%;
}
.pulse {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px 0px 0px -12px;
  margin: 8px 0px 0px -22px;
  transform: rotateX(55deg) rotateY(38deg);
  z-index: -2;
}
.pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  box-shadow: 0 0 1px 2px #89849b;
  animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
/* PL Shortcode: Image Post */
.pl_image_post {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pl_image_post a.pl_image_post_content {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
}
.pl_image_post a.pl_image_post_content .section_header {
  margin-bottom: 1em;
}
.pl_image_post a.pl_image_post_content .section_header h4 {
  margin-bottom: 5px;
}
.pl_image_post a.pl_image_post_content .section_header p {
  margin: 0;
  font-weight: bold;
  letter-spacing: inherit;
}
.pl_image_post a.pl_image_post_content .section_header p.post_meta {
  font-weight: normal;
  margin: 15px 0 0 0;
  letter-spacing: 3px;
}
.pl_image_post a.pl_image_post_content .desc {
  overflow: hidden;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  max-height: 0;
}
.pl_image_post a.pl_image_post_content:hover .desc {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  height: auto;
  max-height: 200px;
}
/* PL Shortcode: Fixed Ratio Media */
.pl_fixed_ratio_media .stretchy_wrapper img {
  z-index: -1;
}
/* Single Profile Page */
.single-profile blockquote {
  text-align: center;
}
/* 
8. =BLOG PAGE ELEMENTS
=============================================================== 
*/
/*
--------------------------------------------------------------  
 
BLOG PAGE ELEMENTS

-------------------------------------------------------------- 
*/
article.post {
  padding-bottom: 34px;
  margin-bottom: 40px;
}
article.post .post_headings {
  margin: 0 0 15px 0;
}
article.post .post_title {
  font-weight: 900;
  margin: -3px 0 13px 0;
  font-size: 33px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
article.post .post_title a:link,
article.post .post_title a:visited {
  color: inherit;
}
article.post p.post_subtitle {
  font-size: 17px;
  font-weight: 500;
}
article.post .post_figure_and_info {
  position: relative;
  margin: 0 0 15px 0;
}
article.post .post_figure_and_info .post_sub a {
  color: inherit;
}
article.post .post_figure_and_info .post_sub .post_info {
  display: inline-block;
  padding: 10px 10px;
  color: #fff;
}
article.post .post_figure_and_info .post_sub .post_info i {
  margin-right: 5px;
}
article.post .post_figure_and_info .post_sub .post_info.post_date {
  background-color: #304770;
}
article.post .post_figure_and_info .post_sub .post_info.post_author {
  background-color: rgba(48, 71, 112, 0.75);
  border-left: solid 1px;
}
article.post .post_figure_and_info .post_sub .post_info.post_categories {
  background-color: #234865;
  border-left: solid 1px;
}
article.post .post_figure_and_info .post_sub .post_info.post_tags {
  background-color: #5cb85c;
  border-left: solid 1px;
}
article.post .post_figure_and_info .post_sub .post_info.post_comment {
  background-color: rgba(69, 170, 255, 0.5);
}
article.post.split_33 {
  overflow: hidden;
}
article.post.split_33 .post_figure_and_info {
  margin: 0 20px 0 0;
  width: 33%;
  float: left;
}
article.post figure a {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
article.post .stretchy_wrapper img {
  z-index: -1;
}
article.post.sticky {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #323232;
  border-bottom: none !important;
}
article.post.sticky a:link,
article.post.sticky a:visited {
  color: #234865;
}
article.post.sticky a:hover,
article.post.sticky a:active {
  color: #304770;
}
article.post.sticky a i {
  color: #323232;
}
.post-grid.classic article.post,
.post-grid.compact article.post {
  border-bottom: dashed 1px #b2b2b2;
}
.post-grid.classic article.post.boxed,
.post-grid.compact article.post.boxed {
  border-bottom: inherit;
}
.post-grid.classic div[class*="col-"]:last-child article.post,
.post-grid.compact div[class*="col-"]:last-child article.post {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: inherit;
}
.post-grid.compact article.post {
  overflow: hidden;
}
.post-grid.compact article.post .post_figure_and_info .post_sub {
  position: relative;
}
.post-grid.boxed_children article.post {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.post-grid.boxed_children article.post.dark_section,
.post-grid.boxed_children article.post.black_section,
.post-grid.boxed_children article.post.skincolored_section,
.post-grid.boxed_children article.post.white_section,
.post-grid.boxed_children article.post.light_section {
  border: none !important;
}
.post-grid.boxed_children article.post h2.post_title {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
}
.post-grid.boxed_children article.post p.post_subtitle {
  font-size: 15px;
}
.post-grid.boxed_children article.post .post_figure_and_info {
  margin-top: 10px;
  display: block;
  background-color: #304770;
}
.post-grid.boxed_children article.post .post_figure_and_info .post_sub {
  position: relative;
}
#post_comments {
  padding: 0 0 30px 0;
  margin: 20px 0 40px 0;
  border-bottom: dashed 1px #cccccc;
}
#post_comments .comment {
  padding: 10px 0;
}
#post_comments .comment .comment_name {
  font-weight: 600;
  padding-top: 10px;
}
#post_comments .comment .comment_name a.reply {
  font-size: 12px;
  padding: 0 6px;
}
#post_comments .comment .comment_date {
  font-size: 12px;
}
.comment div[class^="col-"] {
  margin-bottom: 10px;
  margin-top: 10px;
}
.comment-respond .comment-form p.form-submit {
  margin-top: 22px;
}
/*
9. =SIDEBAR AND WIDGETS
=============================================================== 
*/
.wpb_widgetised_column {
  padding-top: 4px;
}
.widget {
  position: relative;
  margin: 0 0 32px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.widget h4 {
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  width: 100%;
  display: table;
  white-space: nowrap;
  overflow: hidden;
}
.widget h4:after {
  border-top: 1px solid;
  border-color: inherit;
  content: "";
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 100%;
  left: 1.5%;
}
.widget h4.centered:after {
  width: 50%;
}
.widget h4.centered:before {
  border-top: 1px solid;
  border-color: inherit;
  content: "";
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 50%;
  right: 1.5%;
}
/* 
 =PL About Us Widget
 -------------------------------------------------------------- 
*/
.pl_about_us_widget p {
  margin-bottom: 21px;
}
.pl_about_us_widget p a:link i,
.pl_about_us_widget p a:visited i {
  color: #323232;
}
.pl_about_us_widget p a:hover i,
.pl_about_us_widget p a:active i {
  background-color: #234865;
}
.pl_about_us_widget p i {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  margin: 0 3px 3px 0;
  padding: 0 0px 0 0;
  background-color: #234865;
  background-color: rgba(69, 170, 255, 0.3);
}
.pl_about_us_widget p span {
  display: inline;
  margin: 0 0 0 3px;
  vertical-align: 15%;
}
.pl_about_us_widget p span a:link,
.pl_about_us_widget p span a:visited {
  color: #234865;
}
.pl_about_us_widget p span a:hover,
.pl_about_us_widget p span a:active {
  color: #304770;
}
.pl_about_us_widget p.contact_detail {
  margin: 0;
  line-height: 1.1em;
}
.pl_about_us_widget p.social {
  margin: 5px 0;
}


.pl_about_us_widget i.fa-facebook,
.team_social i.fa-facebook {
  background-color: #3b5998;
}
.pl_about_us_widget i.fa-twitter,
.team_social i.fa-twitter {
  background-color: #00aced;
}
.pl_about_us_widget i.fa-google-plus,
.team_social i.fa-google-plus {
  background-color: #dd4b39;
}
.pl_about_us_widget i.fa-youtube,
.team_social i.fa-youtube {
  background-color: #bb0000;
}
.pl_about_us_widget i.fa-linkedin,
.team_social i.fa-linkedin {
  background-color: #007bb6;
}
.pl_about_us_widget i.fa-instagram,
.team_social i.fa-instagram {
  background-color: #517fa4;
}
.pl_about_us_widget i.fa-pinterest-p,
.team_social i.fa-pinterest-p {
  background-color: #cb2027;
}
.pl_about_us_widget i.fa-vine,
.team_social i.fa-vine {
  background-color: #00bf8f;
}
.pl_about_us_widget i.fa-flickr,
.team_social i.fa-flickr {
  background-color: #ff0084;
}
.pl_about_us_widget i.fa-tumblr,
.team_social i.fa-tumblr {
  background-color: #32506d;
}
.pl_about_us_widget i.fa-vimeo,
.team_social i.fa-vimeo {
  background-color: #aad450;
}
.pl_about_us_widget i.fa-foursquare,
.team_social i.fa-foursquare {
  background-color: #0072b1;
}
/* 
 =PL Latest News & Portfolio Widgets
 -------------------------------------------------------------- 
*/
.pl_latest_portfolio_widget ul.media-list,
.pl_latest_news_widget ul.media-list {
  margin: 0;
}
.pl_latest_portfolio_widget li.media,
.pl_latest_news_widget li.media {
  position: relative;
  min-height: 65px;
  margin-top: 15px;
  overflow: hidden;
}
.pl_latest_portfolio_widget li.media:first-child,
.pl_latest_news_widget li.media:first-child {
  margin-top: 0;
}
.pl_latest_portfolio_widget li.media .media-photo,
.pl_latest_news_widget li.media .media-photo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 100%;
  margin: 0px;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
}
.pl_latest_portfolio_widget li.media h5.media-heading,
.pl_latest_news_widget li.media h5.media-heading {
  font-weight: 700;
  padding: 2px 0px 0px 0px;
  margin: 0 0 5px 85px;
  font-size: 14px;
}
.pl_latest_portfolio_widget li.media p,
.pl_latest_news_widget li.media p {
  margin: 0 0 0 85px;
  line-height: 1.1em;
  font-size: 13px;
}
.pl_latest_portfolio_widget li.media small,
.pl_latest_news_widget li.media small {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px;
  text-align: center;
  width: 65px;
  z-index: 2;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
/* 
 =Widget TagCloud
 -------------------------------------------------------------- 
*/
.tagcloud {
  overflow: hidden;
}
.tagcloud a {
  display: inline-block;
  padding: 10px;
  margin: 0 3px 3px 0;
  font-weight: 300;
  background-color: #234865;
  color: #efefef;
}
.tagcloud a:hover {
  background-color: #323232;
}








/* 
13. =RESPONSIVE STATES
=============================================================== 
*/
/* =Responsive: Small devices (SM) Tablets (Mobile Menu) 
-------------------------------------------------------------- */
@media only screen and (max-width: 991px) {
  /*** HEAD PANEL ***/
  .head_panel .slider_wrapper .caption {
    left: 5%;
    width: 90%;
  }
  .head_panel .slider_wrapper .caption.caption_left {
    left: 5%;
  }
  .head_panel .slider_wrapper .caption.caption_right {
    right: 5%;
  }
  .full_width_photo {
    min-height: 280px;
  }
  /*** MAP ***/
  .map {
    height: 280px !important;
  }
  /* TWITTER FEED */
  .twitter_feed_wrapper blockquote p {
    font-size: 15px;
  }
  /* NEWSLETTER FORMS */
  .newsletter_form .newsletter_input {
    width: 50%;
    display: inline-block;
  }
  .elevate {
    margin-top: 0px;
  }
  .svg_newsletter .newsletter_input {
    margin: 0;
  }
  .svg_newsletter .right_area {
    -o-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  footer.vbottom .widget.boxed {
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .close-handle {
    padding: 20px;
    right: 10px;
    top: 10px;
  }
  .close-handle:after,
  .close-handle:before {
    left: 10px;
    top: 19px;
    width: 20px;
  }
}
/* =Responsive: Extra small devices (XS) Phones
-------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /*** HEAD PANEL ***/
  .full_width_photo {
    min-height: 180px;
  }
  .map {
    height: 180px !important;
  }
  .newsletter_form .newsletter_input {
    width: 69%;
    display: inline-block;
  }
  .newsletter_form button.form-control {
    display: inline-block;
    width: auto;
  }
  .pricing_plan {
    margin-bottom: 10px;
  }
  .owl-nav {
    visibility: hidden;
  }
  .copyright div {
    text-align: center;
  }
}






/* =Responsive: Landscape Phone to Tablet (Menu Collapse)
-------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 48%;
  }
}
/* =Responsive: Portrait Phone
-------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  .woocommerce .plethora-woo-shop-grid-4 ul.products li.product,
  .woocommerce .plethora-woo-related-grid-4 .related ul.products li.product,
  .woocommerce .plethora-woo-related-grid-4 .upsells.products ul.products li.product,
  .woocommerce .plethora-woo-shop-grid-3 ul.products li.product,
  .woocommerce .plethora-woo-related-grid-3 .related ul.products li.product,
  .woocommerce .plethora-woo-related-grid-3 .upsells.products ul.products li.product,
  .woocommerce .plethora-woo-shop-grid-2 ul.products li.product,
  .woocommerce .plethora-woo-related-grid-2 .related ul.products li.product,
  .woocommerce .plethora-woo-related-grid-2 .upsells.products ul.products li.product {
    width: 100%;
  }
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
  }
}
