/*!
Theme Name: HEALTHFLEX
Theme URI: http://plethorathemes.com/healthflex/
Description: Medical Wordpress Theme 
Version: 1.0.0
Author: Plethora Themes
Author URI: http://www.plethorathemes.com
*/
/* 
    TABLE OF CONTENTS
=================================================================

    0. =BOOTSTRAP FRAMEWORK REFERENCE IMPORTS

    1. =THEME MIXINS GENERAL HELPER STYLES & CLASSES

    2. =BUTTONS

    3. =BODY & TYPOGRAPHY

    4. =THE HEADER, LOGO & PRIMARY MENU

    5. =THE HEAD PANEL AREA

    6. =THE MAIN AREA & THE ROOT SECTION ELEMENT

    7. =DESIGN ELEMENTS

    8. =BLOG PAGE 

    9. =SIDEBAR & WIDGETS

    10. =FOOTER WIDGETIZED AREA

    11. =BOOTSTRAP ELEMENTS OVERRIDES

    12. =MISC STYLES

    13. =RESPONSIVE STATES

=================================================================
*/
/* 
================================================================= 


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: HEALTHFLEX
THEME STYLES v.1.0.1
=============================================================== 
*/
/* 
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 -  78px);
  min-height: -o-calc(100vh -  78px);
  min-height: -webkit-calc(100vh -  78px);
  min-height: -moz-calc(100vh -  78px);
}
.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 #45aaff !important;
}
.boxed_special:after {
  content: "";
  display: inline-block;
  height: 5px;
  background: #45aaff;
  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 #45aaff !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: 49.8%;
}
.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;
  }
  .folded_section > div > .separator_top,
  .folded_section > div > .separator_bottom {
    display: none;
  }
  .folded_section .teaser_box {
    margin-bottom: 0px !important;
  }
}
.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: #45aaff !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: 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:focus,
.btn-default.focus {
  color: #efefef;
  background-color: #181818;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:hover {
  color: #efefef;
  background-color: #181818;
  border-color: rgba(0, 0, 0, 0);
}
.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: #45aaff;
  border-color: transparent;
  color: #ffffff !important;
  background-color: #45aaff !important;
  border-color: transparent !important;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #1293ff;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #1293ff;
  border-color: rgba(0, 0, 0, 0);
}
.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: #45aaff;
  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: #45aaff;
  border-color: transparent;
}
.btn-primary .badge {
  color: #45aaff;
  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:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #21304c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #21304c;
  border-color: rgba(0, 0, 0, 0);
}
.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:focus,
.btn-white.focus {
  color: #4eabf9;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-white:hover {
  color: #4eabf9;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.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:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}
.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:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #35a1fb;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:hover {
  color: #ffffff;
  background-color: #35a1fb;
  border-color: rgba(0, 0, 0, 0);
}
.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:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: rgba(0, 0, 0, 0);
}
.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:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.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: #45aaff;
  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: 78px;
}
.overflow_wrapper {
  overflow: hidden;
  position: relative;
}
a {
  color: #45aaff;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #304770;
}
a:focus {
  outline: none;
}
ul,
ol,
dl {
  padding-left: 1em;
}
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: 39px;
}
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: 36px;
  }
  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: 32px;
  }
  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: 3px solid;
  border-color: inherit;
  padding: 16px 24px;
  margin: 10px 0 20px 0;
}
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: 38px;
}
.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

-------------------------------------------------------------- 
*/
label.mobile_collapser,
span.close_menu {
  display: none;
}
.menu_container,
.top_menu_container {
  position: absolute;
  top: 50%;
  -o-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  right: 4px;
  z-index: 100;
  background: transparent;
}
.menu_container ul.main_menu,
.top_menu_container ul.main_menu,
.menu_container ul.top_menu,
.top_menu_container ul.top_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu_container ul.main_menu li,
.top_menu_container ul.main_menu li,
.menu_container ul.top_menu li,
.top_menu_container ul.top_menu li {
  float: left;
  background: inherit;
  width: auto;
  text-align: left;
  position: relative;
}
.menu_container ul.main_menu li.lihasdropdown > a:after,
.top_menu_container ul.main_menu li.lihasdropdown > a:after,
.menu_container ul.top_menu li.lihasdropdown > a:after,
.top_menu_container ul.top_menu li.lihasdropdown > a:after {
  font-family: Arial, sans-serif;
  content: '\2023';
  font-size: 20px;
  position: absolute;
  top: 12.16666667px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 6px;
  color: #444444;
  height: 13px;
  width: 13px;
  line-height: 13px;
  overflow: hidden;
  opacity: 0.5;
}
.menu_container ul.main_menu li.lihasdropdown:hover > a:after,
.top_menu_container ul.main_menu li.lihasdropdown:hover > a:after,
.menu_container ul.top_menu li.lihasdropdown:hover > a:after,
.top_menu_container ul.top_menu li.lihasdropdown:hover > a:after {
  opacity: 1;
}
.menu_container ul.main_menu li a,
.top_menu_container ul.main_menu li a,
.menu_container ul.top_menu li a,
.top_menu_container ul.top_menu li a {
  font-size: 13px;
  line-height: 1em;
  padding: 10px 13px;
  display: block;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  background-color: transparent;
}
.menu_container ul.main_menu li a:link,
.top_menu_container ul.main_menu li a:link,
.menu_container ul.top_menu li a:link,
.top_menu_container ul.top_menu li a:link,
.menu_container ul.main_menu li a:visited,
.top_menu_container ul.main_menu li a:visited,
.menu_container ul.top_menu li a:visited,
.top_menu_container ul.top_menu li a:visited {
  color: #444444;
}
.menu_container ul.main_menu li a:hover,
.top_menu_container ul.main_menu li a:hover,
.menu_container ul.top_menu li a:hover,
.top_menu_container ul.top_menu li a:hover,
.menu_container ul.main_menu li a:active,
.top_menu_container ul.main_menu li a:active,
.menu_container ul.top_menu li a:active,
.top_menu_container ul.top_menu li a:active {
  color: #4eabf9;
}
.menu_container ul.main_menu li.lihasdropdown > a,
.top_menu_container ul.main_menu li.lihasdropdown > a,
.menu_container ul.top_menu li.lihasdropdown > a,
.top_menu_container ul.top_menu li.lihasdropdown > a {
  padding: 10px 23px 10px 13px;
}
.menu_container ul.main_menu li.lihasdropdown ul li a,
.top_menu_container ul.main_menu li.lihasdropdown ul li a,
.menu_container ul.top_menu li.lihasdropdown ul li a,
.top_menu_container ul.top_menu li.lihasdropdown ul li a {
  font-size: 11px;
}
.menu_container ul.main_menu li.active > a:link,
.top_menu_container ul.main_menu li.active > a:link,
.menu_container ul.top_menu li.active > a:link,
.top_menu_container ul.top_menu li.active > a:link,
.menu_container ul.main_menu li.active > a:visited,
.top_menu_container ul.main_menu li.active > a:visited,
.menu_container ul.top_menu li.active > a:visited,
.top_menu_container ul.top_menu li.active > a:visited {
  color: #4eabf9;
}
.menu_container ul.main_menu li.active > a:hover,
.top_menu_container ul.main_menu li.active > a:hover,
.menu_container ul.top_menu li.active > a:hover,
.top_menu_container ul.top_menu li.active > a:hover,
.menu_container ul.main_menu li.active > a:active,
.top_menu_container ul.main_menu li.active > a:active,
.menu_container ul.top_menu li.active > a:active,
.top_menu_container ul.top_menu li.active > a:active {
  color: #4eabf9;
}
.menu_container ul.main_menu li.drop-left ul.menu-dropdown,
.top_menu_container ul.main_menu li.drop-left ul.menu-dropdown,
.menu_container ul.top_menu li.drop-left ul.menu-dropdown,
.top_menu_container ul.top_menu li.drop-left ul.menu-dropdown,
.menu_container ul.main_menu li.dropleft ul.menu-dropdown,
.top_menu_container ul.main_menu li.dropleft ul.menu-dropdown,
.menu_container ul.top_menu li.dropleft ul.menu-dropdown,
.top_menu_container ul.top_menu li.dropleft ul.menu-dropdown {
  right: -27px;
  left: inherit;
}
.menu_container ul.main_menu li.drop-right ul.menu-dropdown,
.top_menu_container ul.main_menu li.drop-right ul.menu-dropdown,
.menu_container ul.top_menu li.drop-right ul.menu-dropdown,
.top_menu_container ul.top_menu li.drop-right ul.menu-dropdown {
  left: -27px;
}
.menu_container ul.main_menu li.drop-mid ul.menu-dropdown,
.top_menu_container ul.main_menu li.drop-mid ul.menu-dropdown,
.menu_container ul.top_menu li.drop-mid ul.menu-dropdown,
.top_menu_container ul.top_menu li.drop-mid ul.menu-dropdown {
  left: -130%;
}
.menu_container ul.main_menu li.drop-mid.two_column ul.menu-dropdown,
.top_menu_container ul.main_menu li.drop-mid.two_column ul.menu-dropdown,
.menu_container ul.top_menu li.drop-mid.two_column ul.menu-dropdown,
.top_menu_container ul.top_menu li.drop-mid.two_column ul.menu-dropdown {
  left: -225px;
}
.team_social + .menu_container {
  right: 45px;
}
.top_menu_container {
  z-index: 101;
}
.top_menu_container ul.top_menu li.lihasdropdown > a:after {
  color: #555555;
}
.top_menu_container ul.top_menu li a {
  font-size: 11px;
}
.top_menu_container ul.top_menu li a:link,
.top_menu_container ul.top_menu li a:visited {
  color: #555555;
}
.top_menu_container ul.top_menu li a:hover,
.top_menu_container ul.top_menu li a:active {
  color: #4eabf9;
}
.top_menu_container ul.top_menu li.active > a:link,
.top_menu_container ul.top_menu li.active > a:visited {
  color: #4eabf9;
}
.top_menu_container ul.top_menu li.active > a:hover,
.top_menu_container ul.top_menu li.active > a:active {
  color: #4eabf9;
}
.menu_container ul.main_menu li ul.menu-dropdown,
.top_menu_container ul.top_menu li ul.menu-dropdown {
  list-style: none;
  padding: 22px 0;
  margin: 0;
  background-color: #efefef;
  top: 23px;
  z-index: 30;
  overflow: visible !important;
  height: auto;
  min-height: 40px;
  max-height: 3000px;
  display: inherit;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  left: -27px;
  border: none;
  border-radius: 0;
  border-bottom: 4px solid #4eabf9;
}
.menu_container ul.main_menu li ul.menu-dropdown.show,
.top_menu_container ul.top_menu li ul.menu-dropdown.show {
  -o-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.menu_container ul.main_menu li ul.menu-dropdown li,
.top_menu_container ul.top_menu li ul.menu-dropdown li {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0px;
}
.menu_container ul.main_menu li ul.menu-dropdown li a,
.top_menu_container ul.top_menu li ul.menu-dropdown li a {
  display: block;
  padding: 7px 40px;
  text-decoration: none;
  margin: 0;
  line-height: 1em;
  white-space: nowrap;
}
.menu_container ul.main_menu li ul.menu-dropdown li a .fa,
.top_menu_container ul.top_menu li ul.menu-dropdown li a .fa {
  font-size: 16px;
  line-height: 0.7em;
  margin-right: 6px;
}
.menu_container ul.main_menu li ul.menu-dropdown li a span.label,
.top_menu_container ul.top_menu li ul.menu-dropdown li a span.label {
  left: 3px;
  position: relative;
  top: -2px;
}
.menu_container ul.main_menu li ul.menu-dropdown li:hover > a,
.top_menu_container ul.top_menu li ul.menu-dropdown li:hover > a {
  background: #4eabf9;
  color: #efefef;
}
.menu_container ul.main_menu li ul.menu-dropdown li ul.menu-dropdown,
.top_menu_container ul.top_menu li ul.menu-dropdown li ul.menu-dropdown {
  height: auto;
  display: none;
  position: absolute;
  top: -150%;
  width: 100%;
  min-width: 160px;
  left: 100%;
  -webkit-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.menu_container ul.main_menu li ul.menu-dropdown li ul.menu-dropdown li a,
.top_menu_container ul.top_menu li ul.menu-dropdown li ul.menu-dropdown li a {
  font-weight: 700;
  padding: 7px 20px;
}
.top_menu_container ul.top_menu li ul.menu-dropdown {
  background-color: #efefef;
  border-bottom: 4px solid #4eabf9;
  top: 18px !important;
  padding: 6px 0 10px 0;
}
.top_menu_container ul.top_menu li ul.menu-dropdown li:hover > a {
  background: #4eabf9;
  color: #efefef;
}
.menu_container ul.menu-dropdown > li.active > a,
.menu_container ul.menu-dropdown > li.active > a:hover,
.menu_container ul.menu-dropdown > li.active > a:focus {
  background-color: #efefef;
}
.top_menu_container ul.menu-dropdown > li.active > a,
.top_menu_container ul.menu-dropdown > li.active > a:hover,
.top_menu_container ul.menu-dropdown > li.active > a:focus {
  background-color: #efefef;
}
.menu_container ul > li > ul > li.sublihasdropdown .menu-dropdown,
.top_menu_container ul > li > ul > li.sublihasdropdown .menu-dropdown {
  padding: 10px 0 !important;
  top: -20px !important;
}
.menu_container ul > li > ul > li.sublihasdropdown > a:after,
.top_menu_container ul > li > ul > li.sublihasdropdown > a:after {
  content: "\203A";
  position: absolute;
  font-family: Arial, sans-serif;
  top: 0px;
  right: 15px;
  font-size: 20px;
  line-height: 1em;
  font-weight: bold;
  opacity: 0.5;
}
.menu_container ul > li > ul > li.sublihasdropdown:hover > a:after,
.top_menu_container ul > li > ul > li.sublihasdropdown:hover > a:after {
  opacity: 1;
}
.menu_container ul.main_menu li.two_column.lihasdropdown ul,
.menu_container ul.main_menu li.two-column.lihasdropdown ul {
  overflow: hidden;
  width: 550px;
  padding: 22px 0;
}
.menu_container ul.main_menu li.two_column.lihasdropdown ul li,
.menu_container ul.main_menu li.two-column.lihasdropdown ul li {
  float: left;
  width: 50%;
  border-right: solid 1px #444444;
}
.menu_container ul.main_menu li.two_column.lihasdropdown ul li:nth-child(even),
.menu_container ul.main_menu li.two-column.lihasdropdown ul li:nth-child(even) {
  border-right: solid 0px;
}
.menu_container ul.main_menu li.two_column.lihasdropdown ul li:nth-child(odd),
.menu_container ul.main_menu li.two-column.lihasdropdown ul li:nth-child(odd) {
  clear: left;
}
.menu_container ul.main_menu li.two_column.lihasdropdown ul li a,
.menu_container ul.main_menu li.two-column.lihasdropdown ul li a {
  white-space: normal;
}
.menu_container ul.main_menu li.two_column.lihasdropdown ul li ul,
.menu_container ul.main_menu li.two-column.lihasdropdown ul li ul {
  width: auto;
  width: 100%;
}
.menu_container ul.main_menu li.two_column.lihasdropdown ul li ul li,
.menu_container ul.main_menu li.two-column.lihasdropdown ul li ul li {
  float: none;
  width: 100%;
}
.menu_container ul.main_menu li.two_column.lihasdropdown ul li.sublihasdropdown ul li,
.menu_container ul.main_menu li.two-column.lihasdropdown ul li.sublihasdropdown ul li {
  border-right: solid 0px;
}
.menu_container ul.main_menu li.two_column.lihasdropdown ul li.sublihasdropdown > a:after,
.menu_container ul.main_menu li.two-column.lihasdropdown ul li.sublihasdropdown > a:after {
  right: 10px;
}
.top_menu_container {
  position: relative;
  top: inherit;
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  right: inherit;
}
.top_menu_container ul.top_menu > li:first-child > a {
  padding-left: 0;
}
.top_menu_container ul.top_menu > li:last-child:not(.lihasdropdown) > a {
  padding-right: 0;
}
.menu_container ul.main_menu li.btn {
  padding: 0 5px;
  margin: 0 12px;
  border-radius: 30px;
}
.menu_container ul.main_menu li.btn.btn-sm > a,
.menu li.btn.btn-sm > a {
  font-size: 80%;
  line-height: 1.3em;
}
.menu_container ul.main_menu li.btn:last-child {
  margin-right: 0px;
}
.menu_container ul.main_menu li.btn > a,
.menu li.btn > a,
.menu_container ul.main_menu li.btn > a:after {
  color: inherit;
}
.main.collapsed,
.head_panel.collapsed {
  z-index: -1;
}
/* =Responsive: Medium devices (MD)
-------------------------------------------------------------- */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_container ul.main_menu > li > a {
    padding: 10px 9px;
  }
  .menu_container ul.main_menu > li.lihasdropdown > a {
    padding: 10px 18px 10px 9px;
  }
  .menu_container ul.main_menu > li.lihasdropdown > a:after {
    right: 5px;
  }
}
/* =Responsive: Small devices (SM) Tablets (Mobile Menu) 
-------------------------------------------------------------- */
@media only screen and (max-width: 991px) {
  label.mobile_collapser {
    position: absolute;
    top: 50%;
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 15px;
    display: inline-block;
    cursor: pointer;
    color: #444444;
    text-align: right;
    margin: 0;
    width: 80px;
    padding: 15px 30px 15px 0;
    font-size: 13px;
    line-height: 1em;
  }
  label.mobile_collapser:after {
    content: '\2261';
    display: block;
    position: absolute;
    font-size: 40px;
    top: 13px;
    right: -5px;
  }
  span.close_menu {
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    line-height: 25px;
    position: absolute;
    margin: 15px;
    top: 0;
    left: 0;
    color: #444444;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    display: block;
  }
  .menu_container {
    position: fixed;
    top: 0;
    right: 0;
    float: none;
    width: 250px;
    margin: 0;
    margin-right: 0 !important;
    -o-transform: translate(250px, 0px);
    -webkit-transform: translate(250px, 0px);
    -ms-transform: translate(250px, 0px);
    transform: translate(250px, 0px);
    background-color: #efefef;
    padding: 62px 0;
    border-left: solid 1px #cccccc;
    display: block;
    overflow: auto;
  }
  .menu_container.collapsed {
    -o-transform: translate(250px, 0px);
    -webkit-transform: translate(250px, 0px);
    -ms-transform: translate(250px, 0px);
    transform: translate(250px, 0px);
  }
  .menu_container ul.main_menu {
    border-top: solid 1px #cccccc;
  }
  .menu_container ul.main_menu li {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #cccccc;
  }
  .menu_container ul.main_menu li a {
    padding: 15px 15px;
  }
  .menu_container ul.main_menu li.lihasdropdown:after {
    right: 10px;
  }
  .menu_container ul.main_menu li.drop-left ul.menu-dropdown,
  .menu_container ul.main_menu li.dropleft ul.menu-dropdown {
    right: inherit;
    left: 0;
  }
  .menu_container ul.main_menu li.drop-right ul.menu-dropdown {
    left: 0;
  }
  .menu_container ul.main_menu li.drop-mid ul.menu-dropdown {
    left: 0;
  }
  .menu_container ul.main_menu li.drop-mid.two_column ul.menu-dropdown {
    left: 0;
  }
  .menu_container ul.main_menu li ul.menu-dropdown {
    padding: 0px;
    top: 0;
    height: 0;
    min-height: inherit;
    max-height: inherit;
    position: relative;
    left: 0px;
    overflow: hidden !important;
    -o-transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
    border: none;
  }
  .menu_container ul.main_menu li ul.menu-dropdown.show {
    height: auto;
    -o-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  .menu_container ul.main_menu li ul.menu-dropdown li {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 0px;
    border-bottom: solid 1px #cccccc;
  }
  .menu_container ul.main_menu li ul.menu-dropdown li a {
    padding: 15px 20px;
  }
  .menu_container ul.main_menu li ul.menu-dropdown li ul.menu-dropdown {
    position: relative;
    top: inherit;
    width: 100%;
    min-width: inherit;
    left: inherit;
  }
  .menu_container ul.main_menu > li > ul.menu-dropdown > li.sublihasdropdown ul.menu-dropdown > li > a {
    padding: 15px 30px;
  }
  .menu_container ul.main_menu > li > ul.menu-dropdown > li.sublihasdropdown > a:after {
    content: '\2023';
    font-size: 20px;
    transform: rotate(90deg);
    position: absolute;
    top: 11px;
    right: 10px;
    color: #444444;
  }
  .menu_container ul.main_menu > li > ul.menu-dropdown > li.sublihasdropdown > ul.menu-dropdown {
    border: none !important;
    top: 0px !important;
  }
  .menu_container ul.main_menu li.two_column.lihasdropdown ul,
  .menu_container ul.main_menu li.two-column.lihasdropdown ul {
    width: inherit;
    padding: 0;
  }
  .menu_container ul.main_menu li.two_column.lihasdropdown ul li,
  .menu_container ul.main_menu li.two-column.lihasdropdown ul li {
    float: none;
    width: 100%;
    border-right: solid 0px;
  }
  .menu_container ul.main_menu li.two_column.lihasdropdown ul li:nth-child(odd),
  .menu_container ul.main_menu li.two-column.lihasdropdown ul li:nth-child(odd) {
    clear: none;
  }
  .menu_container ul.main_menu li.two_column.lihasdropdown ul li ul,
  .menu_container ul.main_menu li.two-column.lihasdropdown ul li ul {
    width: 100%;
  }
  .menu_container ul.main_menu li.two_column.lihasdropdown ul li ul li,
  .menu_container ul.main_menu li.two-column.lihasdropdown ul li ul li {
    float: none;
    width: 100%;
  }
  .menu_container ul.main_menu li.two_column.lihasdropdown ul li.sublihasdropdown > a:after,
  .menu_container ul.main_menu li.two-column.lihasdropdown ul li.sublihasdropdown > a:after {
    right: 10px;
  }
  .team_social + .menu_container {
    right: 0px;
  }
}
/*
--------------------------------------------------------------  
 
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 !important;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(http://wanylab.com/wp-content/themes/healthflex/assets/less/../images/slider-arrows.png) !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  margin: 0 !important;
  opacity: .3;
}
.head_panel .owl-carousel .owl-prev:hover,
.head_panel .owl-carousel .owl-next:hover {
  opacity: 1;
  background-image: url(http://wanylab.com/wp-content/themes/healthflex/assets/less/../images/slider-arrows.png) !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}
.head_panel .owl-carousel .owl-prev {
  background-position: 0 0 !important;
  left: 0;
  top: 0;
  text-indent: -20000px;
}
.head_panel .owl-carousel .owl-next {
  background-position: -44px 0 !important;
  top: 0;
  right: 0;
  text-indent: 20000px;
}
.head_panel .owl-carousel .owl-next:hover {
  background-position: -44px 0 !important;
}
.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;
}
.head_panel .slider_wrapper .caption.caption_right {
  right: 0;
  left: inherit;
}
.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 #45aaff;
  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 #45aaff;
  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: #45aaff;
  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 #45aaff;
  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: #e5e5e5;
  background: linear-gradient(to right, #e5e5e5 0%, #e5e5e5 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, #e5e5e5 15%, #e5e5e5 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, #e5e5e5 25%, #e5e5e5 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, #e5e5e5 0%, #e5e5e5 33%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 100%);
  }
}
.head_panel .hgroup .title.diagonal-bgcolor-trans h1 {
  padding: 19px 30px 0px 0;
  display: inline-block;
  position: relative;
  background-color: #e5e5e5;
  color: #323232;
  min-width: 200px;
  z-index: 2;
}
.head_panel .hgroup .title.diagonal-bgcolor-trans h1:after {
  background: #e5e5e5;
  background: linear-gradient(to top right, #e5e5e5 0%, #e5e5e5 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: 10px 0 10px 0;
}
.head_panel .hgroup .subtitle p {
  font-size: 18px;
  margin: 0;
  line-height: 1.1em;
}
.head_panel .hgroup .subtitle.body-bg_section {
  background: #e5e5e5;
  color: #323232;
}
@media only screen and (min-width: 480px) {
  .head_panel .hgroup .subtitle.body-bg_section:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 64px 0 0 100vw;
    bottom: -63px;
    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: 78px;
  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: #45aaff;
  border-color: #45aaff;
  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: #f9dd95;
}
.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: #f9ce61;
}
.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: #f9ce61;
}
.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: #45aaff;
}
.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: #f9ce61;
}
.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: #45aaff;
}
.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: #45aaff 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('http://wanylab.com/wp-content/themes/healthflex/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;
}
select::-ms-expand {
  display: none;
}
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: 14px;
}
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: #45aaff;
  text-decoration: none;
}
.team_social a:hover,
.team_social a:active {
  background-color: #45aaff;
  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: #45aaff;
  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: #45aaff;
}
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 #45aaff no-repeat;
  background-color: #45aaff;
  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('http://wanylab.com/wp-content/themes/healthflex/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: #45aaff;
  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: #45aaff;
  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: #45aaff;
  border-width: 6px;
  margin-left: -6px;
}
ul.portfolio_filters li a.active,
ul.portfolio_filters li a.active:hover {
  background-color: #45aaff;
  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%, #45aaff 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: #45aaff;
}
.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;
}
/* Before -After SC */
.twentytwenty-before-label-text,
.twentytwenty-after-label-text {
  display: none;
}
/* 
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: #45aaff;
  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: #45aaff;
}
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: #45aaff;
}
.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: #45aaff;
  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: #45aaff;
}
.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;
}
footer .pl_about_us_widget p a:link i,
footer .pl_about_us_widget p a:visited i {
  color: #ffffff;
}
footer .pl_about_us_widget p a:hover i,
footer .pl_about_us_widget p a:active i {
  background-color: #03a9f4;
}
footer .pl_about_us_widget p i {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
}
footer .pl_about_us_widget p span a:link,
footer .pl_about_us_widget p span a:visited {
  color: #ffffff;
}
footer .pl_about_us_widget p span a:hover,
footer .pl_about_us_widget p span a:active {
  color: #03a9f4;
}
.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: #45aaff;
  color: #efefef;
}
.tagcloud a:hover {
  background-color: #323232;
}
footer .tagcloud a {
  background-color: #03a9f4;
  color: #2c4167 !important;
}
footer .tagcloud a:hover {
  background-color: #ffffff;
}
#tags a {
  display: block;
  float: left;
  font-weight: 300;
  margin: 0 10px 10px 0;
  padding: 10px;
}
/* 
 =Widget Navs & Lists
 -------------------------------------------------------------- 
*/
.widget_nav_menu,
.widget_pages,
.widget_archive,
.widget_categories,
.widget_meta,
.widget_product_categories,
.widget_recent_comments,
.widget_recent_entries,
.widget_rss {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_product_categories ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a,
.widget_product_categories ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a {
  font-size: 13px;
  display: inline-block;
  font-weight: 600;
  padding: 3px 0px;
  text-transform: uppercase;
  position: relative;
}
.widget_nav_menu ul li a:link,
.widget_pages ul li a:link,
.widget_archive ul li a:link,
.widget_categories ul li a:link,
.widget_meta ul li a:link,
.widget_product_categories ul li a:link,
.widget_recent_comments ul li a:link,
.widget_recent_entries ul li a:link,
.widget_rss ul li a:link,
.widget_nav_menu ul li a:visited,
.widget_pages ul li a:visited,
.widget_archive ul li a:visited,
.widget_categories ul li a:visited,
.widget_meta ul li a:visited,
.widget_product_categories ul li a:visited,
.widget_recent_comments ul li a:visited,
.widget_recent_entries ul li a:visited,
.widget_rss ul li a:visited {
  color: inherit;
}
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_meta ul li a:hover,
.widget_product_categories ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_rss ul li a:hover {
  text-decoration: underline;
}
.widget_nav_menu ul li.current-menu-item > a,
.widget_pages ul li.current-menu-item > a,
.widget_archive ul li.current-menu-item > a,
.widget_categories ul li.current-menu-item > a,
.widget_meta ul li.current-menu-item > a,
.widget_product_categories ul li.current-menu-item > a,
.widget_recent_comments ul li.current-menu-item > a,
.widget_recent_entries ul li.current-menu-item > a,
.widget_rss ul li.current-menu-item > a,
.widget_nav_menu ul li.current_page_item > a,
.widget_pages ul li.current_page_item > a,
.widget_archive ul li.current_page_item > a,
.widget_categories ul li.current_page_item > a,
.widget_meta ul li.current_page_item > a,
.widget_product_categories ul li.current_page_item > a,
.widget_recent_comments ul li.current_page_item > a,
.widget_recent_entries ul li.current_page_item > a,
.widget_rss ul li.current_page_item > a,
.widget_nav_menu ul li.current-cat > a,
.widget_pages ul li.current-cat > a,
.widget_archive ul li.current-cat > a,
.widget_categories ul li.current-cat > a,
.widget_meta ul li.current-cat > a,
.widget_product_categories ul li.current-cat > a,
.widget_recent_comments ul li.current-cat > a,
.widget_recent_entries ul li.current-cat > a,
.widget_rss ul li.current-cat > a {
  text-decoration: underline;
}
.widget_nav_menu ul li ul.sub-menu,
.widget_pages ul li ul.sub-menu,
.widget_archive ul li ul.sub-menu,
.widget_categories ul li ul.sub-menu,
.widget_meta ul li ul.sub-menu,
.widget_product_categories ul li ul.sub-menu,
.widget_recent_comments ul li ul.sub-menu,
.widget_recent_entries ul li ul.sub-menu,
.widget_rss ul li ul.sub-menu,
.widget_nav_menu ul li ul.children,
.widget_pages ul li ul.children,
.widget_archive ul li ul.children,
.widget_categories ul li ul.children,
.widget_meta ul li ul.children,
.widget_product_categories ul li ul.children,
.widget_recent_comments ul li ul.children,
.widget_recent_entries ul li ul.children,
.widget_rss ul li ul.children {
  margin-top: 10px;
  margin-left: 10px;
  padding-top: 0px;
  margin-bottom: 10px;
  border-left: dashed 1px #b2b2b2;
}
.widget_nav_menu ul li ul.sub-menu li a,
.widget_pages ul li ul.sub-menu li a,
.widget_archive ul li ul.sub-menu li a,
.widget_categories ul li ul.sub-menu li a,
.widget_meta ul li ul.sub-menu li a,
.widget_product_categories ul li ul.sub-menu li a,
.widget_recent_comments ul li ul.sub-menu li a,
.widget_recent_entries ul li ul.sub-menu li a,
.widget_rss ul li ul.sub-menu li a,
.widget_nav_menu ul li ul.children li a,
.widget_pages ul li ul.children li a,
.widget_archive ul li ul.children li a,
.widget_categories ul li ul.children li a,
.widget_meta ul li ul.children li a,
.widget_product_categories ul li ul.children li a,
.widget_recent_comments ul li ul.children li a,
.widget_recent_entries ul li ul.children li a,
.widget_rss ul li ul.children li a {
  text-transform: none !important;
  font-weight: 400;
  padding: 3px 3px 3px 15px;
}
.widget_nav_menu ul li ul.sub-menu ul,
.widget_pages ul li ul.sub-menu ul,
.widget_archive ul li ul.sub-menu ul,
.widget_categories ul li ul.sub-menu ul,
.widget_meta ul li ul.sub-menu ul,
.widget_product_categories ul li ul.sub-menu ul,
.widget_recent_comments ul li ul.sub-menu ul,
.widget_recent_entries ul li ul.sub-menu ul,
.widget_rss ul li ul.sub-menu ul,
.widget_nav_menu ul li ul.children ul,
.widget_pages ul li ul.children ul,
.widget_archive ul li ul.children ul,
.widget_categories ul li ul.children ul,
.widget_meta ul li ul.children ul,
.widget_product_categories ul li ul.children ul,
.widget_recent_comments ul li ul.children ul,
.widget_recent_entries ul li ul.children ul,
.widget_rss ul li ul.children ul {
  margin-left: 20px;
}
.widget_nav_menu ul li .rss-date,
.widget_pages ul li .rss-date,
.widget_archive ul li .rss-date,
.widget_categories ul li .rss-date,
.widget_meta ul li .rss-date,
.widget_product_categories ul li .rss-date,
.widget_recent_comments ul li .rss-date,
.widget_recent_entries ul li .rss-date,
.widget_rss ul li .rss-date {
  font-size: 13px;
  font-weight: bold;
}
.widget_nav_menu ul li .rssSummary,
.widget_pages ul li .rssSummary,
.widget_archive ul li .rssSummary,
.widget_categories ul li .rssSummary,
.widget_meta ul li .rssSummary,
.widget_product_categories ul li .rssSummary,
.widget_recent_comments ul li .rssSummary,
.widget_recent_entries ul li .rssSummary,
.widget_rss ul li .rssSummary {
  font-size: 13px;
}
.widget_nav_menu ul li cite,
.widget_pages ul li cite,
.widget_archive ul li cite,
.widget_categories ul li cite,
.widget_meta ul li cite,
.widget_product_categories ul li cite,
.widget_recent_comments ul li cite,
.widget_recent_entries ul li cite,
.widget_rss ul li cite {
  font-size: 13px;
}
.widget_rss ul li {
  margin-bottom: 10px;
}
/* 
 =Widget Flickr
 -------------------------------------------------------------- 
*/
#latest-flickr-images ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#latest-flickr-images ul li {
  list-style: none;
  display: block;
  float: left;
  margin: 0 15px 15px 0px;
}
#latest-flickr-images ul li a {
  display: block;
  width: 70px;
  height: 70px;
  border: solid 1px #33333;
  overflow: hidden;
  border-radius: 0;
  opacity: 0.85;
}
#latest-flickr-images ul li a:hover {
  opacity: 1;
}
#latest-flickr-images ul li a img {
  min-width: 70px;
  min-height: 70px;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
/* 
 =Widget Calendar
 -------------------------------------------------------------- 
*/
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  color: inherit;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 15px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  border-bottom: solid 1px;
}
#wp-calendar tbody td {
  background: transparent;
  border: 1px solid;
  text-align: center;
  padding: 8px;
}
#wp-calendar tbody td:hover {
  color: #efefef;
  background: #45aaff;
}
#wp-calendar tbody td:hover a {
  color: #efefef;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
/* 
 =Rest Widgets
 -------------------------------------------------------------- 
*/
.widget_ads a {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #efefef;
  border-top: solid 2px #45aaff;
}
.nav-tabs > li > a {
  border-radius: 0;
}
.tab-content {
  padding: 10px 0;
}
.widget_categories label {
  margin-right: 5px;
}
/* 
10. =FOOTER WIDGETIZED AREA
=============================================================== 
*/
footer {
  background-color: #2c4167;
  border-color: #2c4167;
  color: #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 9;
}
footer a:link,
footer a:visited {
  color: #03a9f4;
}
footer a:hover,
footer a:active {
  color: #fbc02d;
}
footer .widget {
  margin: 15px 0;
}
@media (min-width: 768px) {
  footer .widget.boxed {
    position: relative;
    top: -30px;
  }
}
.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  height: auto !important;
  font-size: 14px;
}
/* 
11. =BOOTSTRAP ELEMENTS OVERRIDES
=============================================================== 
*/
/* 
X. =BOOTSTRAP ELEMENTS OVERRIDES
=============================================================== 
*/
.bs-example-tabs .nav-tabs {
  margin-bottom: 15px;
}
.form-control {
  -webkit-appearance: none;
  box-shadow: none;
}
.panel-primary {
  border-color: #45aaff;
}
.pagination > li > a,
.pagination > li > span,
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  background-color: rgba(255, 255, 255, 0.65);
}
.progress,
.progress-bar {
  box-shadow: none;
}
.badge {
  background-color: #45aaff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #304770;
  border-color: #304770;
}
/* =JUMBOTRON */
.jumbotron {
  background-color: #ccc;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
/* 
12. =MISC STYLES
=============================================================== 
*/
img {
  max-width: 100%;
  height: auto;
}
figure img {
  max-width: 100%;
}
select {
  background-color: #efefef;
  border: 1px solid #cbcbcb;
  border-radius: 0px;
  color: #323232;
  font-size: 14px;
  height: inherit;
  line-height: 1.5;
  padding: 8px 24px;
}
.brand-colors {
  height: 0;
  width: 0;
  display: none;
  margin: 0;
  padding: 0;
  color: #45aaff;
  background-color: #304770;
}
i.fa.primary {
  color: #45aaff;
}
i.fa.secondary {
  color: #304770;
}
i.fa.success {
  color: #5cb85c;
}
i.fa.info {
  color: #67b8fc;
}
i.fa.warning {
  color: #f0ad4e;
}
i.fa.danger {
  color: #d9534f;
}
#imagelightbox iframe {
  border: none;
}
.pager li a {
  background-color: #45aaff;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
}
.pager li a:hover {
  color: #555555;
}
.video_iframe iframe {
  border: none;
  width: 100%;
}
/* 
 =The Events Calendar Plugin
 -------------------------------------------------------------- 
*/
.single-tribe_events .tribe-events-schedule {
  margin: 0 0 10px 0;
}
.single-tribe_events .tribe-events-schedule h2 {
  display: inline-block;
  margin-top: 0px;
}
.single-tribe_events .tribe-events-event-meta {
  background-color: inherit;
}
a.tribe-events-gmap:link,
a.tribe-events-gmap:visited {
  color: #3B9DC6 !important;
}
a.tribe-events-gmap:hover,
a.tribe-events-gmap:active {
  color: #21759B !important;
}
.tribe-events-event-categories a:link,
.tribe-events-event-categories a:visited {
  color: #3B9DC6 !important;
}
.tribe-events-event-categories a:hover,
.tribe-events-event-categories a:active {
  color: #21759B !important;
}
/* 
 =3D Links Effect
 -------------------------------------------------------------- 
*/
.roll {
  display: inline-block;
  overflow: hidden;
  perspective: 400px;
  perspective-origin: 50% 50%;
  vertical-align: top;
}
.roll span {
  display: block;
  padding: 0 2px;
  position: relative;
  transform-origin: 50% 0%;
  transform-style: preserve-3d;
  transition: all 400ms ease;
}
.roll:hover span {
  background: #111;
  transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}
.roll span:after {
  background: #304770;
  color: #fff;
  content: attr(data-title);
  display: block;
  left: 0;
  padding: 0 2px;
  position: absolute;
  top: 0;
  transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
  transform-origin: 50% 0%;
}
/* 
 = BACK TO TOP BUTTON
 -------------------------------------------------------------- 
*/
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  transition: all 0.3s ease;
  z-index: 10001;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 10px;
  font-size: 19px;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
/* =SVG Loader
-------------------------------------------------------------- */
.loader-modal {
  display: block;
  display: none;
  height: 100%;
  left: 0;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.main.ajaxed {
  z-index: 999;
}
.ajax-error {
  left: 25%;
  position: absolute;
  top: 25%;
}
.member-bio,
.team-bio {
  display: none;
}
#loader {
  z-index: 99999;
}
.close-handle {
  cursor: pointer;
  position: fixed;
  right: 60px;
  top: 30px;
  z-index: 999999;
  padding: 30px;
}
.close-handle:before,
.close-handle:after {
  -webkit-transition: all 200ms linear;
  content: '';
  height: 3px;
  position: absolute;
  top: 29px;
  left: 11px;
  transition: all 200ms linear;
  width: 40px;
}
.close-handle:before,
.close-handle:hover:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-handle:after,
.close-handle:hover:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-handle {
  border-radius: 60px;
  background-color: #fff;
}
.close-handle:before,
.close-handle:after {
  background-color: #323232;
}
/* =SVG Page Loading Effect
-------------------------------------------------------------- */
.pageload-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  /* REMOVED LOADING BALLS */
}
.pageload-overlay.show {
  visibility: visible;
}
.pageload-overlay svg {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.pageload-overlay svg path {
  fill: #45aaff;
}
.pageload-overlay::after,
.pageload-overlay::before {
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
/* OWL SLIDER ADDITIONS */
ul.owl-carousel {
  list-style: none;
}
.profile_single_photo .stretchy_wrapper img {
  z-index: -1;
}
/* =DEMOs Page
-------------------------------------------------------------- */
.video_bg_col video,
.video_bg_row video {
  display: inline-block;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible;
  z-index: -1;
}
.video_bg_row .video_bg_poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video_bg_row video {
  height: auto;
  width: 100%;
}
.video_bg_col video {
  height: 100%;
  width: auto;
}
/* 
 =WPML
 -------------------------------------------------------------- 
*/
.wpml-ls-menu-item a img {
  vertical-align: top !important;
  max-width: 30px !important;
}
/* 
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: Small Phones (XXS)
-------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  .hidden-xxs {
    display: none;
  }
  .menu_container > ul.collapsed > li {
    width: 100% !important;
    border-right: solid 0px #cccccc !important;
  }
  .menu_container > ul.collapsed > li:last-child {
    border-bottom: solid 0px red !important;
  }
  .newsletter_form .newsletter_input {
    width: 100%;
    display: block;
  }
  .newsletter_form button.form-control {
    display: block;
    margin-bottom: 20px;
  }
}
/* =Responsive: Small Phones (XXXS)
-------------------------------------------------------------- */
@media only screen and (max-width: 320px) {
  .hidden-xxxs {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .menu_container.collapsed {
    -o-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
/* 
14. =WORDPRESS STYLES
=============================================================== 
*/
/* 
 =WP General Styles
 -------------------------------------------------------------- 
*/
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
  margin: 10px 0 10px 10px;
}
.alignleft {
  float: left;
  margin: 10px 10px 10px 0;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.textleft {
  text-align: left;
}
.wp-caption,
.gallery-caption {
  font-size: 13px;
  border-radius: 0;
  margin-bottom: 5px;
  max-width: 100%;
}
.wp-caption img,
.gallery-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  max-width: 100%;
  height: auto !important;
}
.wp-caption p.wp-caption-text,
.gallery-caption p.wp-caption-text {
  line-height: 17px;
  padding: 5px;
  margin: 0;
  text-align: center;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
/* 
 =Admin-bar Fix
 -------------------------------------------------------------- 
*/
body.admin-bar.sticky_header .overflow_wrapper,
body.admin-bar.sticky_header .header {
  margin-top: 30px;
}
/* 
 =Visual Composer Adjustments
 -------------------------------------------------------------- 
*/
@media (max-width: 991px) {
  .vc_row .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.main_col .vc_row {
  margin: 0;
}
.wpb_row {
  margin-bottom: 0px;
}
.wpb_content_element {
  margin-bottom: 32px;
}
.wpb_content_element + .vc_separator {
  position: relative;
  margin-top: -5px;
}
.vc_separator + .wpb_content_element {
  position: relative;
  margin-top: -7px;
}
.vc_separator + .wpb_text_column {
  position: relative;
  margin-top: -12px;
}
.wpb_text_column + .wpb_content_element {
  position: relative;
  margin-top: -7px;
}
.wpb_text_column + .vc_separator {
  position: relative;
  margin-top: -11px;
}
.vc_separator h4 {
  font-size: 18px;
  line-height: 1.3em;
}
.vc_separator .vc_sep_line {
  border-color: inherit !important;
}
.wpb_text_column .wpb_wrapper h1,
.wpb_text_column .wpb_wrapper h2,
.wpb_text_column .wpb_wrapper h3,
.wpb_text_column .wpb_wrapper h4,
.wpb_text_column .wpb_wrapper h5,
.wpb_text_column .wpb_wrapper h6 {
  margin-top: 0px;
}
.wpb_text_column .wpb_wrapper p + h1,
.wpb_text_column .wpb_wrapper p + h2,
.wpb_text_column .wpb_wrapper p + h3,
.wpb_text_column .wpb_wrapper p + h4,
.wpb_text_column .wpb_wrapper p + h5,
.wpb_text_column .wpb_wrapper p + h6 {
  margin-top: 22px;
}
.transparent_film.video > .vc_video-bg {
  position: absolute;
  z-index: -1;
}
.wpb_gmaps_widget .wpb_wrapper {
  background-color: none;
  padding: 0px;
}
@media (min-width: 768px) {
  .vc_grid-item {
    float: left !important;
  }
}
.vc-gitem-zone-height-mode-auto::before {
  padding-top: 56.25%;
}
.vc_round-chart {
  max-width: 320px;
}
.vc_message_box-icon > .fa {
  top: 16px;
}
/* 
14. =WOOCOMMERCE STYLES
=============================================================== 
*/
/*!
Theme Name: HEALTH-X

WooCommerce Plugin Specific styles (v.2.2.x)
This file is loaded only if the plugin is active.
Color styles can be found on style.less

*/
/* WOO Products Grid
-------------------------------------------------------------- */
.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 {
  width: 30.8%;
}
.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: 48.1%;
}
.woocommerce .plethora-woo-related-grid-4 .related ul.products li.product,
.woocommerce .plethora-woo-related-grid-4 .upsells.products ul.products li.product {
  width: 22.05%;
}
/* WOO General Styling
-------------------------------------------------------------- */
.woocommerce h1,
.woocommerce h2,
.woocommerce h3 {
  font-weight: 800;
}
.radio,
.checkbox {
  display: inline-block;
  margin-bottom: 0px;
  margin-top: 0px;
  min-height: 0px;
  padding-left: 0px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page form .form-row select,
.woocommerce form select,
.woocommerce-page form select,
.woocommerce form input[type='text'],
.woocommerce-page input[type='text'],
.woocommerce-page form textarea {
  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;
  -webkit-appearance: none;
  box-shadow: none;
}
/* WOO Buttons
-------------------------------------------------------------- */
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  display: inline-block;
  background-image: none;
  border: 0px solid transparent !important;
  font-weight: bold !important;
  text-align: center;
  text-transform: uppercase !important;
  padding: 8px 24px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  background-color: #45aaff !important;
  border-color: transparent !important;
}
.woocommerce #content input.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce-page #content input.button:focus,
.woocommerce-page #respond input#submit:focus,
.woocommerce-page a.button:focus,
.woocommerce-page button.button:focus,
.woocommerce-page input.button:focus,
.woocommerce #content input.button:active:focus,
.woocommerce #respond input#submit:active:focus,
.woocommerce a.button:active:focus,
.woocommerce button.button:active:focus,
.woocommerce input.button:active:focus,
.woocommerce-page #content input.button:active:focus,
.woocommerce-page #respond input#submit:active:focus,
.woocommerce-page a.button:active:focus,
.woocommerce-page button.button:active:focus,
.woocommerce-page input.button:active:focus,
.woocommerce #content input.button.active:focus,
.woocommerce #respond input#submit.active:focus,
.woocommerce a.button.active:focus,
.woocommerce button.button.active:focus,
.woocommerce input.button.active:focus,
.woocommerce-page #content input.button.active:focus,
.woocommerce-page #respond input#submit.active:focus,
.woocommerce-page a.button.active:focus,
.woocommerce-page button.button.active:focus,
.woocommerce-page input.button.active:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #content input.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce-page #content input.button:focus,
.woocommerce-page #respond input#submit:focus,
.woocommerce-page a.button:focus,
.woocommerce-page button.button:focus,
.woocommerce-page input.button:focus {
  color: #efefef !important;
  text-decoration: none;
}
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active,
.woocommerce #content input.button.active,
.woocommerce #respond input#submit.active,
.woocommerce a.button.active,
.woocommerce button.button.active,
.woocommerce input.button.active,
.woocommerce-page #content input.button.active,
.woocommerce-page #respond input#submit.active,
.woocommerce-page a.button.active,
.woocommerce-page button.button.active,
.woocommerce-page input.button.active {
  outline: 0;
  background-image: none;
}
.woocommerce #content input.button.disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce-page #content input.button.disabled,
.woocommerce-page #respond input#submit.disabled,
.woocommerce-page a.button.disabled,
.woocommerce-page button.button.disabled,
.woocommerce-page input.button.disabled,
.woocommerce #content input.button[disabled],
.woocommerce #respond input#submit[disabled],
.woocommerce a.button[disabled],
.woocommerce button.button[disabled],
.woocommerce input.button[disabled],
.woocommerce-page #content input.button[disabled],
.woocommerce-page #respond input#submit[disabled],
.woocommerce-page a.button[disabled],
.woocommerce-page button.button[disabled],
.woocommerce-page input.button[disabled],
fieldset[disabled] .woocommerce #content input.button,
fieldset[disabled] .woocommerce #respond input#submit,
fieldset[disabled] .woocommerce a.button,
fieldset[disabled] .woocommerce button.button,
fieldset[disabled] .woocommerce input.button,
fieldset[disabled] .woocommerce-page #content input.button,
fieldset[disabled] .woocommerce-page #respond input#submit,
fieldset[disabled] .woocommerce-page a.button,
fieldset[disabled] .woocommerce-page button.button,
fieldset[disabled] .woocommerce-page input.button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
}
.woocommerce #content input.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce-page #content input.button:focus,
.woocommerce-page #respond input#submit:focus,
.woocommerce-page a.button:focus,
.woocommerce-page button.button:focus,
.woocommerce-page input.button:focus,
.woocommerce #content input.button.focus,
.woocommerce #respond input#submit.focus,
.woocommerce a.button.focus,
.woocommerce button.button.focus,
.woocommerce input.button.focus,
.woocommerce-page #content input.button.focus,
.woocommerce-page #respond input#submit.focus,
.woocommerce-page a.button.focus,
.woocommerce-page button.button.focus,
.woocommerce-page input.button.focus {
  color: #ffffff !important;
  background-color: #1293ff !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
  color: #ffffff !important;
  background-color: #1293ff !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active,
.woocommerce #content input.button.active,
.woocommerce #respond input#submit.active,
.woocommerce a.button.active,
.woocommerce button.button.active,
.woocommerce input.button.active,
.woocommerce-page #content input.button.active,
.woocommerce-page #respond input#submit.active,
.woocommerce-page a.button.active,
.woocommerce-page button.button.active,
.woocommerce-page input.button.active,
.open > .dropdown-toggle.woocommerce #content input.button,
.open > .dropdown-toggle.woocommerce #respond input#submit,
.open > .dropdown-toggle.woocommerce a.button,
.open > .dropdown-toggle.woocommerce button.button,
.open > .dropdown-toggle.woocommerce input.button,
.open > .dropdown-toggle.woocommerce-page #content input.button,
.open > .dropdown-toggle.woocommerce-page #respond input#submit,
.open > .dropdown-toggle.woocommerce-page a.button,
.open > .dropdown-toggle.woocommerce-page button.button,
.open > .dropdown-toggle.woocommerce-page input.button {
  color: #ffffff !important;
  background-color: #1293ff !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active,
.woocommerce #content input.button.active,
.woocommerce #respond input#submit.active,
.woocommerce a.button.active,
.woocommerce button.button.active,
.woocommerce input.button.active,
.woocommerce-page #content input.button.active,
.woocommerce-page #respond input#submit.active,
.woocommerce-page a.button.active,
.woocommerce-page button.button.active,
.woocommerce-page input.button.active,
.open > .dropdown-toggle.woocommerce #content input.button,
.open > .dropdown-toggle.woocommerce #respond input#submit,
.open > .dropdown-toggle.woocommerce a.button,
.open > .dropdown-toggle.woocommerce button.button,
.open > .dropdown-toggle.woocommerce input.button,
.open > .dropdown-toggle.woocommerce-page #content input.button,
.open > .dropdown-toggle.woocommerce-page #respond input#submit,
.open > .dropdown-toggle.woocommerce-page a.button,
.open > .dropdown-toggle.woocommerce-page button.button,
.open > .dropdown-toggle.woocommerce-page input.button {
  background-image: none;
}
.woocommerce #content input.button .badge,
.woocommerce #respond input#submit .badge,
.woocommerce a.button .badge,
.woocommerce button.button .badge,
.woocommerce input.button .badge,
.woocommerce-page #content input.button .badge,
.woocommerce-page #respond input#submit .badge,
.woocommerce-page a.button .badge,
.woocommerce-page button.button .badge,
.woocommerce-page input.button .badge {
  color: #45aaff !important;
  background-color: #ffffff !important;
}
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #content input.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce-page #content input.button:focus,
.woocommerce-page #respond input#submit:focus,
.woocommerce-page a.button:focus,
.woocommerce-page button.button:focus,
.woocommerce-page input.button:focus,
.woocommerce #content input.button.focus,
.woocommerce #respond input#submit.focus,
.woocommerce a.button.focus,
.woocommerce button.button.focus,
.woocommerce input.button.focus,
.woocommerce-page #content input.button.focus,
.woocommerce-page #respond input#submit.focus,
.woocommerce-page a.button.focus,
.woocommerce-page button.button.focus,
.woocommerce-page input.button.focus,
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active,
.woocommerce #content input.button.active,
.woocommerce #respond input#submit.active,
.woocommerce a.button.active,
.woocommerce button.button.active,
.woocommerce input.button.active,
.woocommerce-page #content input.button.active,
.woocommerce-page #respond input#submit.active,
.woocommerce-page a.button.active,
.woocommerce-page button.button.active,
.woocommerce-page input.button.active,
.open > .dropdown-toggle.woocommerce #content input.button,
.open > .dropdown-toggle.woocommerce #respond input#submit,
.open > .dropdown-toggle.woocommerce a.button,
.open > .dropdown-toggle.woocommerce button.button,
.open > .dropdown-toggle.woocommerce input.button,
.open > .dropdown-toggle.woocommerce-page #content input.button,
.open > .dropdown-toggle.woocommerce-page #respond input#submit,
.open > .dropdown-toggle.woocommerce-page a.button,
.open > .dropdown-toggle.woocommerce-page button.button,
.open > .dropdown-toggle.woocommerce-page input.button {
  color: #ffffff !important;
  background-color: #1293ff !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.woocommerce #content input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce-page #content input.button:active,
.woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active,
.woocommerce #content input.button.active,
.woocommerce #respond input#submit.active,
.woocommerce a.button.active,
.woocommerce button.button.active,
.woocommerce input.button.active,
.woocommerce-page #content input.button.active,
.woocommerce-page #respond input#submit.active,
.woocommerce-page a.button.active,
.woocommerce-page button.button.active,
.woocommerce-page input.button.active,
.open > .dropdown-toggle.woocommerce #content input.button,
.open > .dropdown-toggle.woocommerce #respond input#submit,
.open > .dropdown-toggle.woocommerce a.button,
.open > .dropdown-toggle.woocommerce button.button,
.open > .dropdown-toggle.woocommerce input.button,
.open > .dropdown-toggle.woocommerce-page #content input.button,
.open > .dropdown-toggle.woocommerce-page #respond input#submit,
.open > .dropdown-toggle.woocommerce-page a.button,
.open > .dropdown-toggle.woocommerce-page button.button,
.open > .dropdown-toggle.woocommerce-page input.button {
  background-image: none;
}
.woocommerce #content input.button.disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce-page #content input.button.disabled,
.woocommerce-page #respond input#submit.disabled,
.woocommerce-page a.button.disabled,
.woocommerce-page button.button.disabled,
.woocommerce-page input.button.disabled,
.woocommerce #content input.button[disabled],
.woocommerce #respond input#submit[disabled],
.woocommerce a.button[disabled],
.woocommerce button.button[disabled],
.woocommerce input.button[disabled],
.woocommerce-page #content input.button[disabled],
.woocommerce-page #respond input#submit[disabled],
.woocommerce-page a.button[disabled],
.woocommerce-page button.button[disabled],
.woocommerce-page input.button[disabled],
fieldset[disabled] .woocommerce #content input.button,
fieldset[disabled] .woocommerce #respond input#submit,
fieldset[disabled] .woocommerce a.button,
fieldset[disabled] .woocommerce button.button,
fieldset[disabled] .woocommerce input.button,
fieldset[disabled] .woocommerce-page #content input.button,
fieldset[disabled] .woocommerce-page #respond input#submit,
fieldset[disabled] .woocommerce-page a.button,
fieldset[disabled] .woocommerce-page button.button,
fieldset[disabled] .woocommerce-page input.button,
.woocommerce #content input.button.disabled:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce-page #content input.button.disabled:hover,
.woocommerce-page #respond input#submit.disabled:hover,
.woocommerce-page a.button.disabled:hover,
.woocommerce-page button.button.disabled:hover,
.woocommerce-page input.button.disabled:hover,
.woocommerce #content input.button[disabled]:hover,
.woocommerce #respond input#submit[disabled]:hover,
.woocommerce a.button[disabled]:hover,
.woocommerce button.button[disabled]:hover,
.woocommerce input.button[disabled]:hover,
.woocommerce-page #content input.button[disabled]:hover,
.woocommerce-page #respond input#submit[disabled]:hover,
.woocommerce-page a.button[disabled]:hover,
.woocommerce-page button.button[disabled]:hover,
.woocommerce-page input.button[disabled]:hover,
fieldset[disabled] .woocommerce #content input.button:hover,
fieldset[disabled] .woocommerce #respond input#submit:hover,
fieldset[disabled] .woocommerce a.button:hover,
fieldset[disabled] .woocommerce button.button:hover,
fieldset[disabled] .woocommerce input.button:hover,
fieldset[disabled] .woocommerce-page #content input.button:hover,
fieldset[disabled] .woocommerce-page #respond input#submit:hover,
fieldset[disabled] .woocommerce-page a.button:hover,
fieldset[disabled] .woocommerce-page button.button:hover,
fieldset[disabled] .woocommerce-page input.button:hover,
.woocommerce #content input.button.disabled:focus,
.woocommerce #respond input#submit.disabled:focus,
.woocommerce a.button.disabled:focus,
.woocommerce button.button.disabled:focus,
.woocommerce input.button.disabled:focus,
.woocommerce-page #content input.button.disabled:focus,
.woocommerce-page #respond input#submit.disabled:focus,
.woocommerce-page a.button.disabled:focus,
.woocommerce-page button.button.disabled:focus,
.woocommerce-page input.button.disabled:focus,
.woocommerce #content input.button[disabled]:focus,
.woocommerce #respond input#submit[disabled]:focus,
.woocommerce a.button[disabled]:focus,
.woocommerce button.button[disabled]:focus,
.woocommerce input.button[disabled]:focus,
.woocommerce-page #content input.button[disabled]:focus,
.woocommerce-page #respond input#submit[disabled]:focus,
.woocommerce-page a.button[disabled]:focus,
.woocommerce-page button.button[disabled]:focus,
.woocommerce-page input.button[disabled]:focus,
fieldset[disabled] .woocommerce #content input.button:focus,
fieldset[disabled] .woocommerce #respond input#submit:focus,
fieldset[disabled] .woocommerce a.button:focus,
fieldset[disabled] .woocommerce button.button:focus,
fieldset[disabled] .woocommerce input.button:focus,
fieldset[disabled] .woocommerce-page #content input.button:focus,
fieldset[disabled] .woocommerce-page #respond input#submit:focus,
fieldset[disabled] .woocommerce-page a.button:focus,
fieldset[disabled] .woocommerce-page button.button:focus,
fieldset[disabled] .woocommerce-page input.button:focus,
.woocommerce #content input.button.disabled.focus,
.woocommerce #respond input#submit.disabled.focus,
.woocommerce a.button.disabled.focus,
.woocommerce button.button.disabled.focus,
.woocommerce input.button.disabled.focus,
.woocommerce-page #content input.button.disabled.focus,
.woocommerce-page #respond input#submit.disabled.focus,
.woocommerce-page a.button.disabled.focus,
.woocommerce-page button.button.disabled.focus,
.woocommerce-page input.button.disabled.focus,
.woocommerce #content input.button[disabled].focus,
.woocommerce #respond input#submit[disabled].focus,
.woocommerce a.button[disabled].focus,
.woocommerce button.button[disabled].focus,
.woocommerce input.button[disabled].focus,
.woocommerce-page #content input.button[disabled].focus,
.woocommerce-page #respond input#submit[disabled].focus,
.woocommerce-page a.button[disabled].focus,
.woocommerce-page button.button[disabled].focus,
.woocommerce-page input.button[disabled].focus,
fieldset[disabled] .woocommerce #content input.button.focus,
fieldset[disabled] .woocommerce #respond input#submit.focus,
fieldset[disabled] .woocommerce a.button.focus,
fieldset[disabled] .woocommerce button.button.focus,
fieldset[disabled] .woocommerce input.button.focus,
fieldset[disabled] .woocommerce-page #content input.button.focus,
fieldset[disabled] .woocommerce-page #respond input#submit.focus,
fieldset[disabled] .woocommerce-page a.button.focus,
fieldset[disabled] .woocommerce-page button.button.focus,
fieldset[disabled] .woocommerce-page input.button.focus,
.woocommerce #content input.button.disabled:active,
.woocommerce #respond input#submit.disabled:active,
.woocommerce a.button.disabled:active,
.woocommerce button.button.disabled:active,
.woocommerce input.button.disabled:active,
.woocommerce-page #content input.button.disabled:active,
.woocommerce-page #respond input#submit.disabled:active,
.woocommerce-page a.button.disabled:active,
.woocommerce-page button.button.disabled:active,
.woocommerce-page input.button.disabled:active,
.woocommerce #content input.button[disabled]:active,
.woocommerce #respond input#submit[disabled]:active,
.woocommerce a.button[disabled]:active,
.woocommerce button.button[disabled]:active,
.woocommerce input.button[disabled]:active,
.woocommerce-page #content input.button[disabled]:active,
.woocommerce-page #respond input#submit[disabled]:active,
.woocommerce-page a.button[disabled]:active,
.woocommerce-page button.button[disabled]:active,
.woocommerce-page input.button[disabled]:active,
fieldset[disabled] .woocommerce #content input.button:active,
fieldset[disabled] .woocommerce #respond input#submit:active,
fieldset[disabled] .woocommerce a.button:active,
fieldset[disabled] .woocommerce button.button:active,
fieldset[disabled] .woocommerce input.button:active,
fieldset[disabled] .woocommerce-page #content input.button:active,
fieldset[disabled] .woocommerce-page #respond input#submit:active,
fieldset[disabled] .woocommerce-page a.button:active,
fieldset[disabled] .woocommerce-page button.button:active,
fieldset[disabled] .woocommerce-page input.button:active,
.woocommerce #content input.button.disabled.active,
.woocommerce #respond input#submit.disabled.active,
.woocommerce a.button.disabled.active,
.woocommerce button.button.disabled.active,
.woocommerce input.button.disabled.active,
.woocommerce-page #content input.button.disabled.active,
.woocommerce-page #respond input#submit.disabled.active,
.woocommerce-page a.button.disabled.active,
.woocommerce-page button.button.disabled.active,
.woocommerce-page input.button.disabled.active,
.woocommerce #content input.button[disabled].active,
.woocommerce #respond input#submit[disabled].active,
.woocommerce a.button[disabled].active,
.woocommerce button.button[disabled].active,
.woocommerce input.button[disabled].active,
.woocommerce-page #content input.button[disabled].active,
.woocommerce-page #respond input#submit[disabled].active,
.woocommerce-page a.button[disabled].active,
.woocommerce-page button.button[disabled].active,
.woocommerce-page input.button[disabled].active,
fieldset[disabled] .woocommerce #content input.button.active,
fieldset[disabled] .woocommerce #respond input#submit.active,
fieldset[disabled] .woocommerce a.button.active,
fieldset[disabled] .woocommerce button.button.active,
fieldset[disabled] .woocommerce input.button.active,
fieldset[disabled] .woocommerce-page #content input.button.active,
fieldset[disabled] .woocommerce-page #respond input#submit.active,
fieldset[disabled] .woocommerce-page a.button.active,
fieldset[disabled] .woocommerce-page button.button.active,
fieldset[disabled] .woocommerce-page input.button.active {
  background-color: #45aaff !important;
  border-color: transparent !important;
}
.woocommerce #content input.button .badge,
.woocommerce #respond input#submit .badge,
.woocommerce a.button .badge,
.woocommerce button.button .badge,
.woocommerce input.button .badge,
.woocommerce-page #content input.button .badge,
.woocommerce-page #respond input#submit .badge,
.woocommerce-page a.button .badge,
.woocommerce-page button.button .badge,
.woocommerce-page input.button .badge {
  color: #45aaff !important;
  background-color: #ffffff !important;
}
/* WOO Messages
-------------------------------------------------------------- */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-error:before {
  background-color: #d9534f;
  color: #ffffff;
}
.woocommerce .woocommerce-error {
  border: none;
}
.woocommerce .woocommerce-error a:link,
.woocommerce .woocommerce-error a:visited {
  color: #FCEC07;
}
.woocommerce .woocommerce-error a:hover,
.woocommerce .woocommerce-error a:active {
  color: #ffffff;
}
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-info:before {
  background-color: #67b8fc;
  color: #ffffff;
}
.woocommerce .woocommerce-info {
  border: none;
}
.woocommerce .woocommerce-info a:link,
.woocommerce .woocommerce-info a:visited {
  color: #FCEC07;
}
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-info a:active {
  color: #ffffff;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-message:before {
  background-color: #304770;
  color: #ffffff;
}
.woocommerce .woocommerce-message {
  border: none;
  overflow: hidden;
}
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-message a:link,
.woocommerce .woocommerce-message a:visited {
  color: #f9ce61;
}
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-message a:active {
  color: #fbc02d;
}
.chosen-container-single .chosen-single {
  background: inherit !important;
  background-color: #fff !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inherit !important;
  color: inherit !important;
  height: 34px !important;
  line-height: 33px;
  overflow: hidden;
  padding: 0 0 0 10px;
}
#order_comments {
  min-height: 6em !important;
}
/* WOO Shop Page
-------------------------------------------------------------- */
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #989898 !important;
}
/* WOO Shop Catalog Page
-------------------------------------------------------------- */
.woocommerce .woocommerce-breadcrumb {
  color: inherit;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: none;
}
.woocommerce-ordering select.orderby {
  -moz-appearance: none;
  background-color: #e5e5e5;
  background-image: url("http://wanylab.com/wp-content/themes/healthflex/assets/less/../../assets/images/form-selector-grey.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: medium none;
  color: #323232;
  margin-bottom: 0;
  padding: 8px 20px;
  text-transform: uppercase;
  width: 100%;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #323232;
}
.woocommerce ul.products li.product a:link,
.woocommerce-page ul.products li.product a:link,
.woocommerce ul.products li.product a:visited,
.woocommerce-page ul.products li.product a:visited {
  color: #4eabf9;
}
.woocommerce ul.products li.product a:hover,
.woocommerce-page ul.products li.product a:hover,
.woocommerce ul.products li.product a:active,
.woocommerce-page ul.products li.product a:active {
  color: #304770;
}
.woocommerce ul.products li.product a i,
.woocommerce-page ul.products li.product a i {
  color: #323232;
}
.woocommerce ul.products li.product a img {
  margin: 0;
}
.woocommerce ul.products li.product h2,
.woocommerce-page ul.products li.product h2 {
  padding: 10px 5px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #323232;
  font-size: 18px;
}
.woocommerce ul.products li.product h2 a:link,
.woocommerce-page ul.products li.product h2 a:link,
.woocommerce ul.products li.product h2 a:visited,
.woocommerce-page ul.products li.product h2 a:visited {
  color: #4eabf9;
}
.woocommerce ul.products li.product h2 a:hover,
.woocommerce-page ul.products li.product h2 a:hover,
.woocommerce ul.products li.product h2 a:active,
.woocommerce-page ul.products li.product h2 a:active {
  color: #304770;
}
.woocommerce ul.products li.product h2 a i,
.woocommerce-page ul.products li.product h2 a i {
  color: #323232;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  display: block;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #323232;
  padding: 5px 20px;
  font-weight: 400;
  margin: 0;
  font-size: 1em;
  position: relative;
}
.woocommerce ul.products li.product .price a:link,
.woocommerce-page ul.products li.product .price a:link,
.woocommerce ul.products li.product .price a:visited,
.woocommerce-page ul.products li.product .price a:visited {
  color: #45aaff;
}
.woocommerce ul.products li.product .price a:hover,
.woocommerce-page ul.products li.product .price a:hover,
.woocommerce ul.products li.product .price a:active,
.woocommerce-page ul.products li.product .price a:active {
  color: #304770;
}
.woocommerce ul.products li.product .price a i,
.woocommerce-page ul.products li.product .price a i {
  color: #323232;
}
.woocommerce ul.products li.product .price:before,
.woocommerce-page ul.products li.product .price:before,
.woocommerce ul.products li.product .price:after,
.woocommerce-page ul.products li.product .price:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 10px 0 0 90px;
  position: absolute;
  z-index: 29;
  bottom: -10px;
  top: inherit;
  display: none\9;
}
.woocommerce ul.products li.product .price:before,
.woocommerce-page ul.products li.product .price:before {
  border-left-color: transparent;
  border-right-color: transparent;
  right: 50%;
  left: inherit;
}
.woocommerce ul.products li.product .price:after,
.woocommerce-page ul.products li.product .price:after {
  border-left-color: transparent;
  border-right-color: transparent;
  left: 50%;
  right: inherit;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.woocommerce ul.products li.product .add_to_cart_button {
  padding-top: 20px !important;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  background-color: #304770;
  border-radius: 60px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  height: 48px;
  width: 48px;
  padding: 8px;
  position: absolute;
  text-align: center;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating,
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
  color: #45aaff !important;
}
.woocommerce p.stars a,
.woocommerce-page p.stars a {
  color: #45aaff !important;
}
.woocommerce .products .star-rating {
  margin: 5px auto;
  padding: 10px;
}
mark {
  background: none repeat scroll 0 0 transparent;
  color: inherit;
}
.woocommerce #content input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce-page #content input.button.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce-page a.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce-page input.button.added:before {
  display: none !important;
}
.products li {
  text-align: center;
}
.products li a.button {
  display: block;
  margin: 0 !important;
}
.woocommerce a.added_to_cart {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  display: block;
  padding: 5px;
  white-space: nowrap;
  color: #ffffff;
  background-color: #5cb85c;
  border-color: transparent;
  color: #ffffff !important;
  background-color: #5cb85c !important;
  border-color: transparent !important;
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce a.added_to_cart:focus,
.woocommerce a.added_to_cart.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}
.woocommerce a.added_to_cart:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}
.woocommerce a.added_to_cart:active,
.woocommerce a.added_to_cart.active,
.open > .dropdown-toggle.woocommerce a.added_to_cart {
  color: #ffffff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}
.woocommerce a.added_to_cart:active,
.woocommerce a.added_to_cart.active,
.open > .dropdown-toggle.woocommerce a.added_to_cart {
  background-image: none;
}
.woocommerce a.added_to_cart .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart:focus,
.woocommerce a.added_to_cart.focus,
.woocommerce a.added_to_cart:active,
.woocommerce a.added_to_cart.active,
.open > .dropdown-toggle.woocommerce a.added_to_cart {
  color: #ffffff !important;
  background-color: #449d44 !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.woocommerce a.added_to_cart:active,
.woocommerce a.added_to_cart.active,
.open > .dropdown-toggle.woocommerce a.added_to_cart {
  background-image: none;
}
.woocommerce a.added_to_cart.disabled,
.woocommerce a.added_to_cart[disabled],
fieldset[disabled] .woocommerce a.added_to_cart,
.woocommerce a.added_to_cart.disabled:hover,
.woocommerce a.added_to_cart[disabled]:hover,
fieldset[disabled] .woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart.disabled:focus,
.woocommerce a.added_to_cart[disabled]:focus,
fieldset[disabled] .woocommerce a.added_to_cart:focus,
.woocommerce a.added_to_cart.disabled.focus,
.woocommerce a.added_to_cart[disabled].focus,
fieldset[disabled] .woocommerce a.added_to_cart.focus,
.woocommerce a.added_to_cart.disabled:active,
.woocommerce a.added_to_cart[disabled]:active,
fieldset[disabled] .woocommerce a.added_to_cart:active,
.woocommerce a.added_to_cart.disabled.active,
.woocommerce a.added_to_cart[disabled].active,
fieldset[disabled] .woocommerce a.added_to_cart.active {
  background-color: #5cb85c;
  border-color: transparent;
}
.woocommerce a.added_to_cart .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
/* WOO Single Product Page
-------------------------------------------------------------- */
.woocommerce #content div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
  margin: 4px 4px 0 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #323232;
  border: 0px solid;
  border-radius: 0;
  margin: 0 -5px;
  padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:link,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:visited {
  color: #45aaff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:active {
  color: #304770;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a i {
  color: #323232;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff none repeat scroll 0 0;
  border: none !important;
  border-bottom-color: #fff;
  z-index: 2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 0px solid #d3ced2;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
  box-shadow: inherit;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
  height: 0px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  color: inherit !important;
  font-weight: 700 !important;
  padding: 10px !important;
  text-decoration: none !important;
  text-shadow: inherit !important;
}
.panel {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #323232;
  border: 0px solid !important;
  border-radius: inherit;
  box-shadow: none !important;
  margin-bottom: 20px;
  padding: 10px 20px !important;
}
.panel a:link,
.panel a:visited {
  color: #4eabf9;
}
.panel a:hover,
.panel a:active {
  color: #304770;
}
.panel a i {
  color: #323232;
}
.panel h2,
.panel h3 {
  font-size: 16px;
}
.woocommerce #reviews h3 {
  margin: 0 0 16px 0;
}
.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
  padding: 10px 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  border-radius: inherit;
  margin: 0 0 0 80px;
  padding: 10px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
  background: inherit;
  border: inherit;
  border-radius: 60px;
  width: 60px;
}
.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
  margin: 0 0 20px 0;
}
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit {
  border: 0px solid;
  color: inherit;
  font-weight: bold !important;
}
.woocommerce #content div.product .summary p.price,
.woocommerce #content div.product .summary span.price,
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary span.price,
.woocommerce-page #content .summary div.product p.price,
.woocommerce-page #content .summary div.product span.price,
.woocommerce-page div.product .summary p.price,
.woocommerce-page div.product .summary span.price {
  color: #323232 !important;
  font-size: 2em !important;
  font-weight: bold !important;
}
.woocommerce #content div.product form.cart .variations label,
.woocommerce div.product form.cart .variations label,
.woocommerce-page #content div.product form.cart .variations label,
.woocommerce-page div.product form.cart .variations label {
  color: #323232 !important;
  font-size: 133% !important;
  margin-bottom: 0px !important;
  line-height: 34px !important;
  height: 34px !important;
}
.upsells.products h2,
.related.products h2 {
  position: relative;
  text-align: center;
  padding: 10px;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #323232;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 30px;
}
.upsells.products h2 a:link,
.related.products h2 a:link,
.upsells.products h2 a:visited,
.related.products h2 a:visited {
  color: #45aaff;
}
.upsells.products h2 a:hover,
.related.products h2 a:hover,
.upsells.products h2 a:active,
.related.products h2 a:active {
  color: #304770;
}
.upsells.products h2 a i,
.related.products h2 a i {
  color: #323232;
}
.upsells.products h2:before,
.related.products h2:before,
.upsells.products h2:after,
.related.products h2:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 10px 0 0 90px;
  position: absolute;
  z-index: 9;
  bottom: -10px;
  top: inherit;
  display: none\9;
}
.upsells.products h2:before,
.related.products h2:before {
  border-left-color: transparent;
  border-right-color: transparent;
  right: 50%;
  left: inherit;
}
.upsells.products h2:after,
.related.products h2:after {
  border-left-color: transparent;
  border-right-color: transparent;
  left: 50%;
  right: inherit;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media only screen and (max-width: 767px) {
  .woocommerce.single-product #sidebar {
    float: right;
  }
}
/* WooCommerce 3.0 Gallery */
.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 3em;
}
.woocommerce-product-gallery figure {
  margin: 0;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}
.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer;
}
.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: .5;
}
.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1;
}
.woocommerce-product-gallery img {
  display: block;
}
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
}
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%;
}
.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99;
}
a.woocommerce-product-gallery__trigger {
  text-decoration: none;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .875em;
  right: .875em;
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  z-index: 99;
  text-align: center;
  text-indent: -999px;
  overflow: hidden;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background-color: #169fda;
  color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: #1781ae;
  border-color: #1781ae;
  color: #ffffff;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\f00e";
  line-height: 2;
  text-indent: 0;
}
/* WOO Cart Page
-------------------------------------------------------------- */
.woocommerce table.shop_table {
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-collapse: separate;
  border-radius: 0px;
  margin: 0;
  text-align: left;
  width: 100%;
}
.woocommerce table.shop_table thead tr th {
  position: relative;
  text-align: center;
  padding: 10px;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #323232;
  font-size: 15px;
  margin-bottom: 33px;
}
.woocommerce table.shop_table thead tr th a:link,
.woocommerce table.shop_table thead tr th a:visited {
  color: #45aaff;
}
.woocommerce table.shop_table thead tr th a:hover,
.woocommerce table.shop_table thead tr th a:active {
  color: #304770;
}
.woocommerce table.shop_table thead tr th a i {
  color: #323232;
}
.woocommerce table.shop_table thead tr th:before,
.woocommerce table.shop_table thead tr th:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 10px 0 0 30px;
  position: absolute;
  z-index: 9;
  bottom: -10px;
  top: inherit;
  display: none\9;
}
.woocommerce table.shop_table thead tr th:before {
  border-left-color: transparent;
  border-right-color: transparent;
  right: 50%;
  left: inherit;
}
.woocommerce table.shop_table thead tr th:after {
  border-left-color: transparent;
  border-right-color: transparent;
  left: 50%;
  right: inherit;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.woocommerce table.shop_table tbody tr {
  margin-top: 15px;
}
.woocommerce table.shop_table tbody tr td,
.woocommerce table.shop_table tbody tr th {
  text-align: center;
  border-top: none;
  background-color: #fff;
  padding: 15px 5px;
  border-top: solid 5px #efefef;
}
.woocommerce table.shop_table tbody tr:first-child td {
  border-top: solid 20px #efefef;
}
.woocommerce table.shop_table tfoot tr {
  margin-top: 15px;
}
.woocommerce table.shop_table tfoot tr td,
.woocommerce table.shop_table tfoot tr th {
  text-align: center;
  background-color: #fff;
  padding: 15px 5px;
  border-top: solid 5px #efefef;
}
.woocommerce table.shop_table tfoot tr th {
  text-align: right;
}
.woocommerce table.shop_table tfoot tr.cart-subtotal th,
.woocommerce table.shop_table tfoot tr.cart-subtotal td {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #323232;
  border-top: solid 5px #efefef;
}
.woocommerce table.shop_table tfoot tr.cart-subtotal th a:link,
.woocommerce table.shop_table tfoot tr.cart-subtotal td a:link,
.woocommerce table.shop_table tfoot tr.cart-subtotal th a:visited,
.woocommerce table.shop_table tfoot tr.cart-subtotal td a:visited {
  color: #45aaff;
}
.woocommerce table.shop_table tfoot tr.cart-subtotal th a:hover,
.woocommerce table.shop_table tfoot tr.cart-subtotal td a:hover,
.woocommerce table.shop_table tfoot tr.cart-subtotal th a:active,
.woocommerce table.shop_table tfoot tr.cart-subtotal td a:active {
  color: #304770;
}
.woocommerce table.shop_table tfoot tr.cart-subtotal th a i,
.woocommerce table.shop_table tfoot tr.cart-subtotal td a i {
  color: #323232;
}
.woocommerce table.shop_table .woocommerce a.remove {
  margin: 0 auto;
}
.woocommerce table.shop_table td.actions {
  padding: 15px;
}
.woocommerce table.shop_table td.actions .coupon .input-text {
  min-width: 250px;
  outline: 0 none;
  padding: 10px 15px;
}
.cross-sells h2,
.cart_totals h2 {
  position: relative;
  text-align: center;
  padding: 10px;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #323232;
  font-size: 15px;
  margin-bottom: 33px;
}
.cross-sells h2 a:link,
.cart_totals h2 a:link,
.cross-sells h2 a:visited,
.cart_totals h2 a:visited {
  color: #45aaff;
}
.cross-sells h2 a:hover,
.cart_totals h2 a:hover,
.cross-sells h2 a:active,
.cart_totals h2 a:active {
  color: #304770;
}
.cross-sells h2 a i,
.cart_totals h2 a i {
  color: #323232;
}
.cross-sells h2:before,
.cart_totals h2:before,
.cross-sells h2:after,
.cart_totals h2:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 10px 0 0 90px;
  position: absolute;
  z-index: 9;
  bottom: -10px;
  top: inherit;
  display: none\9;
}
.cross-sells h2:before,
.cart_totals h2:before {
  border-left-color: transparent;
  border-right-color: transparent;
  right: 50%;
  left: inherit;
}
.cross-sells h2:after,
.cart_totals h2:after {
  border-left-color: transparent;
  border-right-color: transparent;
  left: 50%;
  right: inherit;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #ccc !important;
}
.woocommerce .cart-collaterals .cart_totals tr:first-child td,
.woocommerce .cart-collaterals .cart_totals tr:first-child th,
.woocommerce-page .cart-collaterals .cart_totals tr:first-child td,
.woocommerce-page .cart-collaterals .cart_totals tr:first-child th {
  border-top: 0px solid #ccc !important;
}
/* WOO Checkout Page
-------------------------------------------------------------- */
.woocommerce-checkout .main > section:first-child {
  padding-top: 64px !important;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #ccc;
  border-radius: 0;
}
.clear {
  clear: both;
}
.woocommerce-checkout #payment {
  background: none;
  border-radius: 0px;
}
.woocommerce-checkout #payment div.payment_box::before {
  border-color: transparent transparent #e5e5e5;
}
.woocommerce-checkout #payment div.payment_box {
  background-color: #e5e5e5;
  border-radius: 0px;
  color: #323232;
}
/* WOO Checkout Complete
-------------------------------------------------------------- */
.woocommerce ul.order_details {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #323232;
  list-style: outside none none;
  margin: 0 0 1.5em;
  padding: 15px;
}
.woocommerce ul.order_details a:link,
.woocommerce ul.order_details a:visited {
  color: #4eabf9;
}
.woocommerce ul.order_details a:hover,
.woocommerce ul.order_details a:active {
  color: #304770;
}
.woocommerce ul.order_details a i {
  color: #323232;
}
.woocommerce-order-received header h2,
.woocommerce-order-received header h3 {
  position: relative;
  text-align: center;
  padding: 10px;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #323232;
  font-size: 15px;
  margin-bottom: 33px;
}
.woocommerce-order-received header h2 a:link,
.woocommerce-order-received header h3 a:link,
.woocommerce-order-received header h2 a:visited,
.woocommerce-order-received header h3 a:visited {
  color: #45aaff;
}
.woocommerce-order-received header h2 a:hover,
.woocommerce-order-received header h3 a:hover,
.woocommerce-order-received header h2 a:active,
.woocommerce-order-received header h3 a:active {
  color: #304770;
}
.woocommerce-order-received header h2 a i,
.woocommerce-order-received header h3 a i {
  color: #323232;
}
.woocommerce-order-received header h2:before,
.woocommerce-order-received header h3:before,
.woocommerce-order-received header h2:after,
.woocommerce-order-received header h3:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 10px 0 0 90px;
  position: absolute;
  z-index: 9;
  bottom: -10px;
  top: inherit;
  display: none\9;
}
.woocommerce-order-received header h2:before,
.woocommerce-order-received header h3:before {
  border-left-color: transparent;
  border-right-color: transparent;
  right: 50%;
  left: inherit;
}
.woocommerce-order-received header h2:after,
.woocommerce-order-received header h3:after {
  border-left-color: transparent;
  border-right-color: transparent;
  left: 50%;
  right: inherit;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/* WOO Widgets
-------------------------------------------------------------- */
.woocommerce.widget h4 {
  position: relative;
  text-align: center;
  padding: 10px;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #323232;
  font-size: 15px;
  overflow: inherit;
}
.woocommerce.widget h4 a:link,
.woocommerce.widget h4 a:visited {
  color: #45aaff;
}
.woocommerce.widget h4 a:hover,
.woocommerce.widget h4 a:active {
  color: #304770;
}
.woocommerce.widget h4 a i {
  color: #323232;
}
.woocommerce.widget h4:before,
.woocommerce.widget h4:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 10px 0 0 90px;
  position: absolute;
  z-index: 9;
  bottom: -10px;
  top: inherit;
  display: none\9;
}
.woocommerce.widget h4:before {
  border-left-color: transparent;
  border-right-color: transparent;
  right: 50%;
  left: inherit;
}
.woocommerce.widget h4:after {
  border-left-color: transparent;
  border-right-color: transparent;
  left: 50%;
  right: inherit;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  background: none repeat-x scroll center top #45aaff !important;
  background-color: #45aaff;
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0) inset !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #666666;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  background: inherit !important;
  background-color: #304770 !important;
  height: 1.2em !important;
  top: -5px !important;
  width: 1.2em !important;
}
.woocommerce.widget_product_categories ul li a {
  display: block;
  font-size: 15px;
  font-weight: 800;
  padding: 3px 0;
  position: relative;
  text-transform: uppercase;
}
.woocommerce.widget_product_categories ul li a:link {
  color: inherit;
}
.woocommerce.widget_layered_nav_filters ul li a {
  background: none repeat scroll 0 0 #45aaff !important;
  border: 1px solid #45aaff !important;
}
.widget_product_search label {
  display: none;
}
.widget_product_search input#s {
  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;
  -webkit-appearance: none;
  box-shadow: none;
  width: 68%;
  display: inline-block;
}
.widget_product_search input#searchsubmit {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  display: inline-block;
  background-image: none;
  border: 0px solid transparent !important;
  font-weight: bold !important;
  text-align: center;
  text-transform: uppercase !important;
  padding: 8px 24px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
  color: #efefef !important;
  background-color: #323232 !important;
  border-color: transparent !important;
  width: 30%;
  position: relative;
  top: -1px;
}
.widget_product_search input#searchsubmit:focus,
.widget_product_search input#searchsubmit:active:focus,
.widget_product_search input#searchsubmit.active:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.widget_product_search input#searchsubmit:hover,
.widget_product_search input#searchsubmit:focus {
  color: #efefef !important;
  text-decoration: none;
}
.widget_product_search input#searchsubmit:active,
.widget_product_search input#searchsubmit.active {
  outline: 0;
  background-image: none;
}
.widget_product_search input#searchsubmit.disabled,
.widget_product_search input#searchsubmit[disabled],
fieldset[disabled] .widget_product_search input#searchsubmit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
}
.widget_product_search input#searchsubmit:focus,
.widget_product_search input#searchsubmit.focus {
  color: #efefef !important;
  background-color: #181818 !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.widget_product_search input#searchsubmit:hover {
  color: #efefef !important;
  background-color: #181818 !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.widget_product_search input#searchsubmit:active,
.widget_product_search input#searchsubmit.active,
.open > .dropdown-toggle.widget_product_search input#searchsubmit {
  color: #efefef !important;
  background-color: #181818 !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.widget_product_search input#searchsubmit:active:hover,
.widget_product_search input#searchsubmit.active:hover,
.open > .dropdown-toggle.widget_product_search input#searchsubmit:hover,
.widget_product_search input#searchsubmit:active:focus,
.widget_product_search input#searchsubmit.active:focus,
.open > .dropdown-toggle.widget_product_search input#searchsubmit:focus,
.widget_product_search input#searchsubmit:active.focus,
.widget_product_search input#searchsubmit.active.focus,
.open > .dropdown-toggle.widget_product_search input#searchsubmit.focus {
  color: #efefef !important;
  background-color: #070707 !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.widget_product_search input#searchsubmit:active,
.widget_product_search input#searchsubmit.active,
.open > .dropdown-toggle.widget_product_search input#searchsubmit {
  background-image: none;
}
.widget_product_search input#searchsubmit.disabled:hover,
.widget_product_search input#searchsubmit[disabled]:hover,
fieldset[disabled] .widget_product_search input#searchsubmit:hover,
.widget_product_search input#searchsubmit.disabled:focus,
.widget_product_search input#searchsubmit[disabled]:focus,
fieldset[disabled] .widget_product_search input#searchsubmit:focus,
.widget_product_search input#searchsubmit.disabled.focus,
.widget_product_search input#searchsubmit[disabled].focus,
fieldset[disabled] .widget_product_search input#searchsubmit.focus {
  background-color: #323232 !important;
  border-color: transparent !important;
}
.widget_product_search input#searchsubmit .badge {
  color: #323232 !important;
  background-color: #efefef !important;
}
.widget_product_search input#searchsubmit:hover,
.widget_product_search input#searchsubmit:focus,
.widget_product_search input#searchsubmit.focus,
.widget_product_search input#searchsubmit:active,
.widget_product_search input#searchsubmit.active,
.open > .dropdown-toggle.widget_product_search input#searchsubmit {
  color: #efefef !important;
  background-color: #181818 !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.widget_product_search input#searchsubmit:active,
.widget_product_search input#searchsubmit.active,
.open > .dropdown-toggle.widget_product_search input#searchsubmit {
  background-image: none;
}
.widget_product_search input#searchsubmit.disabled,
.widget_product_search input#searchsubmit[disabled],
fieldset[disabled] .widget_product_search input#searchsubmit,
.widget_product_search input#searchsubmit.disabled:hover,
.widget_product_search input#searchsubmit[disabled]:hover,
fieldset[disabled] .widget_product_search input#searchsubmit:hover,
.widget_product_search input#searchsubmit.disabled:focus,
.widget_product_search input#searchsubmit[disabled]:focus,
fieldset[disabled] .widget_product_search input#searchsubmit:focus,
.widget_product_search input#searchsubmit.disabled.focus,
.widget_product_search input#searchsubmit[disabled].focus,
fieldset[disabled] .widget_product_search input#searchsubmit.focus,
.widget_product_search input#searchsubmit.disabled:active,
.widget_product_search input#searchsubmit[disabled]:active,
fieldset[disabled] .widget_product_search input#searchsubmit:active,
.widget_product_search input#searchsubmit.disabled.active,
.widget_product_search input#searchsubmit[disabled].active,
fieldset[disabled] .widget_product_search input#searchsubmit.active {
  background-color: #323232 !important;
  border-color: transparent !important;
}
.widget_product_search input#searchsubmit .badge {
  color: #323232 !important;
  background-color: #efefef !important;
}
.widget_shopping_cart h4 {
  background-color: #304770 !important;
  border-color: #304770 !important;
  color: #ffffff !important;
}
.widget_shopping_cart h4 a:link,
.widget_shopping_cart h4 a:visited {
  color: #f9ce61 !important;
}
.widget_shopping_cart h4 a:hover,
.widget_shopping_cart h4 a:active {
  color: #fbc02d !important;
}
.widget_shopping_cart h4 a i {
  color: #ffffff !important;
}
.widget_shopping_cart .widget_shopping_cart_content {
  padding: 0px 0 !important;
}
.widget_shopping_cart .widget_shopping_cart_content ul {
  margin-bottom: 10px !important;
}
.widget_shopping_cart .widget_shopping_cart_content p {
  padding: 20px 0 10px 0px !important;
}
.widget_shopping_cart .widget_shopping_cart_content p.buttons {
  padding: 0px 0 0px 0px !important;
  margin-bottom: 0px;
}
.widget_shopping_cart p.total {
  background-color: #304770;
  border-color: #304770;
  color: #ffffff;
  border-top: none !important;
  padding: 10px 20px !important;
  margin: 5px 0 !important;
}
.widget_shopping_cart p.total a:link,
.widget_shopping_cart p.total a:visited {
  color: #f9ce61;
}
.widget_shopping_cart p.total a:hover,
.widget_shopping_cart p.total a:active {
  color: #fbc02d;
}
.widget_shopping_cart p.total a i {
  color: #ffffff;
}
.woocommerce.widget ul.product_list_widget li {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #323232;
  padding: 10px 20px;
  margin: 5px 0;
}
.woocommerce.widget ul.product_list_widget li a:link,
.woocommerce.widget ul.product_list_widget li a:visited {
  color: #4eabf9;
}
.woocommerce.widget ul.product_list_widget li a:hover,
.woocommerce.widget ul.product_list_widget li a:active {
  color: #304770;
}
.woocommerce.widget ul.product_list_widget li a i {
  color: #323232;
}
.woocommerce.widget ul.product_list_widget li a {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 10px;
  line-height: 1.2em;
  font-weight: 800;
}
.woocommerce.widget ul.product_list_widget li a:link,
.woocommerce.widget ul.product_list_widget li a:visited {
  color: inherit;
}
.woocommerce.widget ul.product_list_widget li a img {
  box-shadow: none;
  float: right;
  height: auto;
  margin-left: 4px;
  width: 80px;
}
.woocommerce.widget ul.product_list_widget li .star-rating {
  font-size: 0.8em;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 0.9em;
}
.woocommerce.widget ul.product_list_widget li .amount {
  font-weight: 600;
}
.woocommerce.widget ul.product_list_widget.cart_list li a {
  margin-top: 15px;
  line-height: 1.2em;
}
.woocommerce.widget ul.product_list_widget.cart_list li a:link,
.woocommerce.widget ul.product_list_widget.cart_list li a:visited {
  color: inherit;
}
.woocommerce.widget ul.product_list_widget.cart_list li a img {
  width: 60px;
}
.woocommerce.widget ul.product_list_widget.cart_list li a.remove {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  line-height: 1em;
  float: right;
}
/* =Responsive: Small screen to tablet & IPAD Portrait
-------------------------------------------------------------- */
@media only screen and (max-width: 991px) {
  .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 {
    width: 46.2%;
  }
  .button.wc-forward {
    margin-bottom: 5px !important;
  }
  .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%;
  }
  .woocommerce .main_col.plethora-woo-shop-grid-3 ul.products li.product,
  .woocommerce .main_col.plethora-woo-related-grid-3 .related ul.products li.product,
  .woocommerce .main_col.plethora-woo-related-grid-3 .upsells.products ul.products li.product {
    width: 45%;
  }
  .woocommerce .main_col.plethora-woo-shop-grid-3 ul.products li.product.first {
    clear: none;
  }
  .woocommerce .main_col.plethora-woo-shop-grid-3 ul.products li.product.last {
    margin: 0 3.8% 2.992em 0;
  }
}
/* =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%;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100%;
  }
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  .woocommerce .cart-collaterals .cross-sells ul.products li,
  .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 100%;
  }
}
/* =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%;
  }
  .woocommerce .main_col.plethora-woo-shop-grid-3 ul.products li.product,
  .woocommerce .main_col.plethora-woo-related-grid-3 .related ul.products li.product,
  .woocommerce .main_col.plethora-woo-related-grid-3 .upsells.products ul.products li.product {
    width: 100%;
  }
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cross-sells {
    float: none;
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
  }
}
/* 
15. =ECWID STYLES
=============================================================== 
*/
/******************************************************************************/
/******************** GENERAL STYLES ******************************************/
/******************************************************************************/
.ecwid,
.ecwid-minicart,
.ecwid-SearchPanel,
.dateBoxPopup,
.gwt-PopupPanel {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.ecwid {
  font-size: 15px !important;
  font-weight: normal !important;
  color: #323232 !important;
}
.ecwid a,
.ecwid a:visited,
.ecwid a:hover,
.ecwid a:active {
  color: #45aaff !important;
}
.ecwid input[type=text],
.ecwid input[type=password],
.ecwid input[type=button],
.ecwid input[type=checkbox],
.ecwid input[type=image],
.ecwid input[type=submit],
.ecwid textarea,
.ecwid input[type=email] {
  border: 1px solid #cbcbcb !important;
  border-radius: 0 !important;
  color: #323232 !important;
  padding: 7px 22px 7px !important;
  box-sizing: border-box !important;
}
.ecwid-EcwidHintingLink {
  color: #45aaff !important;
  font-size: inherit !important;
  font-weight: normal !important;
}
div.ecwid-Terms-link-title {
  color: #45aaff !important;
}
.ecwid-incart {
  color: inherit !important;
  fill: #5cb85c !important;
}
/* ========================= Ecwid buttons =================================== */
.ecwid button {
  text-transform: uppercase !important;
  font-weight: bold !important;
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.ecwid .ecwid-btn {
  font: normal normal 13px/1.5em Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  padding: 8px 24px !important;
  text-transform: uppercase !important;
  transition: none !important;
  font-weight: bold !important;
}
.ecwid .ecwid-btn--primary {
  background: #45aaff !important;
  border-radius: 0px !important;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
  color: #ffffff !important;
  padding: 8px 24px !important;
}
.ecwid .ecwid-btn--primary:hover,
.ecwid .ecwid-btn--primary-hover {
  background: #1293ff !important;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
  color: #ffffff !important;
  transition: none !important;
}
.ecwid .ecwid-btn--primary:active,
.ecwid .ecwid-btn--primary:focus:active {
  padding: 8px 24px !important;
  background: #1293ff !important;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
}
.ecwid .ecwid-btn--secondary {
  background: #304770 !important;
  border: 0px solid #cccccc !important;
  border-radius: 0px !important;
  color: #ffffff !important;
}
.ecwid .ecwid-btn--secondary:hover,
.ecwid .ecwid-btn--secondary-hover {
  background: #21304c !important;
  color: #ffffff !important;
}
.ecwid .ecwid-btn--secondary:active,
.ecwid .ecwid-btn--secondary:focus:active {
  padding: 8px 24px !important;
  background: #21304c !important;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
}
/******************************************************************************/
/***************************** STORE CATALOG PAGE *****************************/
/******************************************************************************/
/* Search Button */
button.ecwid-SearchPanel-button {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  display: inline-block;
  background-image: none;
  border: 0px solid transparent !important;
  font-weight: bold !important;
  text-align: center;
  text-transform: uppercase !important;
  padding: 8px 24px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  background-color: #45aaff !important;
  border-color: transparent !important;
  position: relative;
  top: -1px;
}
button.ecwid-SearchPanel-button:focus,
button.ecwid-SearchPanel-button:active:focus,
button.ecwid-SearchPanel-button.active:focus {
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
button.ecwid-SearchPanel-button:hover,
button.ecwid-SearchPanel-button:focus {
  color: #efefef !important;
  text-decoration: none;
}
button.ecwid-SearchPanel-button:active,
button.ecwid-SearchPanel-button.active {
  outline: 0;
  background-image: none;
}
button.ecwid-SearchPanel-button.disabled,
button.ecwid-SearchPanel-button[disabled],
fieldset[disabled] button.ecwid-SearchPanel-button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important;
}
button.ecwid-SearchPanel-button:focus,
button.ecwid-SearchPanel-button.focus {
  color: #ffffff !important;
  background-color: #1293ff !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
button.ecwid-SearchPanel-button:hover {
  color: #ffffff !important;
  background-color: #1293ff !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
button.ecwid-SearchPanel-button:active,
button.ecwid-SearchPanel-button.active,
.open > .dropdown-togglebutton.ecwid-SearchPanel-button {
  color: #ffffff !important;
  background-color: #1293ff !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
button.ecwid-SearchPanel-button:active,
button.ecwid-SearchPanel-button.active,
.open > .dropdown-togglebutton.ecwid-SearchPanel-button {
  background-image: none;
}
button.ecwid-SearchPanel-button .badge {
  color: #45aaff !important;
  background-color: #ffffff !important;
}
button.ecwid-SearchPanel-button:hover,
button.ecwid-SearchPanel-button:focus,
button.ecwid-SearchPanel-button.focus,
button.ecwid-SearchPanel-button:active,
button.ecwid-SearchPanel-button.active,
.open > .dropdown-togglebutton.ecwid-SearchPanel-button {
  color: #ffffff !important;
  background-color: #1293ff !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
button.ecwid-SearchPanel-button:active,
button.ecwid-SearchPanel-button.active,
.open > .dropdown-togglebutton.ecwid-SearchPanel-button {
  background-image: none;
}
button.ecwid-SearchPanel-button.disabled,
button.ecwid-SearchPanel-button[disabled],
fieldset[disabled] button.ecwid-SearchPanel-button,
button.ecwid-SearchPanel-button.disabled:hover,
button.ecwid-SearchPanel-button[disabled]:hover,
fieldset[disabled] button.ecwid-SearchPanel-button:hover,
button.ecwid-SearchPanel-button.disabled:focus,
button.ecwid-SearchPanel-button[disabled]:focus,
fieldset[disabled] button.ecwid-SearchPanel-button:focus,
button.ecwid-SearchPanel-button.disabled.focus,
button.ecwid-SearchPanel-button[disabled].focus,
fieldset[disabled] button.ecwid-SearchPanel-button.focus,
button.ecwid-SearchPanel-button.disabled:active,
button.ecwid-SearchPanel-button[disabled]:active,
fieldset[disabled] button.ecwid-SearchPanel-button:active,
button.ecwid-SearchPanel-button.disabled.active,
button.ecwid-SearchPanel-button[disabled].active,
fieldset[disabled] button.ecwid-SearchPanel-button.active {
  background-color: #45aaff !important;
  border-color: transparent !important;
}
button.ecwid-SearchPanel-button .badge {
  color: #45aaff !important;
  background-color: #ffffff !important;
}
/* Horizontal Menu */
.horizontal-menu {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.horizontal-menu svg,
.horizontal-menu-button svg {
  fill: #45aaff !important;
}
#horizontal-menu.horizontal-mobile .horizontal-menu-button {
  color: #45aaff !important;
}
.horizontal-menu.horizontal-menu--mobile .horizontal-menu-item > a {
  color: #45aaff !important;
}
#horizontal-menu.horizontal-desktop .horizontal-menu-item > a {
  border-radius: 0px !important;
  color: #323232 !important;
  border-right: solid 1px #cccccc !important;
}
#horizontal-menu.horizontal-desktop .horizontal-menu-item > a span {
  font-size: 13px !important;
  font-weight: bold !important;
  text-transform: uppercase;
}
#horizontal-menu.horizontal-desktop .horizontal-menu-item.horizontal-menu-item--hover > a {
  background: none !important;
  color: #45aaff !important;
}
#horizontal-menu.horizontal-desktop .horizontal-menu-subParent > li > a {
  padding: 5px 15px !important;
  border-right: solid 0px #cccccc !important;
}
#horizontal-menu.horizontal-desktop .horizontal-menu-subParent > li > a span {
  font-size: 12px !important;
}
#horizontal-menu .horizontal-menu-item.horizontal-menu-item--active > a {
  color: #323232 !important;
}
#horizontal-menu .horizontal-menu-item.horizontal-menu-item--active > a span {
  color: #45aaff !important;
}
/* Sign In Link */
.ecwid-minicart-mini-link,
.ecwid-productBrowser-auth-signInLink,
.ecwid-favorite-menu-item {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
}
/* MINI MINI Cart Link (also a widget) */
div.ecwid-minicart-mini-rollover {
  border: solid 1px #45aaff !important;
  border-radius: 0px !important;
}
.ecwid-minicart-mini-count {
  color: #45aaff !important;
}
/* Categories Grid Catalog */
.ecwid-productBrowser-subcategories-categoryName {
  position: relative !important;
  text-align: center !important;
  padding: 10px !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  color: #323232 !important;
  font-size: 15px !important;
  overflow: inherit !important;
}
.ecwid-productBrowser-subcategories-categoryName a:link,
.ecwid-productBrowser-subcategories-categoryName a:visited {
  color: #45aaff !important;
}
.ecwid-productBrowser-subcategories-categoryName a:hover,
.ecwid-productBrowser-subcategories-categoryName a:active {
  color: #304770 !important;
}
.ecwid-productBrowser-subcategories-categoryName a i {
  color: #323232 !important;
}
.ecwid-productBrowser-subcategories-categoryName:before,
.ecwid-productBrowser-subcategories-categoryName:after {
  content: '' !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-color: inherit !important;
  border-width: 10px 0 0 90px !important;
  position: absolute !important;
  z-index: 9 !important;
  top: -10px !important;
  bottom: inherit !important;
  display: none\9 !important;
}
.ecwid-productBrowser-subcategories-categoryName:before {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: 50% !important;
  right: inherit !important;
}
.ecwid-productBrowser-subcategories-categoryName:after {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  right: 50% !important;
  left: inherit !important;
  -webkit-transform: rotateY(180deg) !important;
  transform: rotateY(180deg) !important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-subcategories-categoryName {
  margin-top: 0px !important;
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-sixe: 15px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
/* Products Grid Catalog */
div.ecwid-productBrowser-head {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 27px !important;
  font-weight: bold !important;
  color: inherit !important;
  text-transform: uppercase !important;
}
.ecwid-results-topPanel-controlsPanel {
  padding: 5px 10px !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  color: #323232 !important;
}
.ecwid-results-topPanel-controlsPanel a:link,
.ecwid-results-topPanel-controlsPanel a:visited {
  color: #45aaff !important;
}
.ecwid-results-topPanel-controlsPanel a:hover,
.ecwid-results-topPanel-controlsPanel a:active {
  color: #304770 !important;
}
.ecwid-results-topPanel-controlsPanel a i {
  color: #323232 !important;
}
.ecwid-productBrowser-productsGrid-productMiddleFragment {
  position: relative !important;
  text-align: center !important;
  padding: 10px !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  color: #323232 !important;
  font-size: 15px !important;
  overflow: inherit !important;
}
.ecwid-productBrowser-productsGrid-productMiddleFragment a:link,
.ecwid-productBrowser-productsGrid-productMiddleFragment a:visited {
  color: #45aaff !important;
}
.ecwid-productBrowser-productsGrid-productMiddleFragment a:hover,
.ecwid-productBrowser-productsGrid-productMiddleFragment a:active {
  color: #304770 !important;
}
.ecwid-productBrowser-productsGrid-productMiddleFragment a i {
  color: #323232 !important;
}
.ecwid-productBrowser-productsGrid-productMiddleFragment:before,
.ecwid-productBrowser-productsGrid-productMiddleFragment:after {
  content: '' !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-color: inherit !important;
  border-width: 10px 0 0 90px !important;
  position: absolute !important;
  z-index: 9 !important;
  top: -10px !important;
  bottom: inherit !important;
  display: none\9 !important;
}
.ecwid-productBrowser-productsGrid-productMiddleFragment:before {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: 50% !important;
  right: inherit !important;
}
.ecwid-productBrowser-productsGrid-productMiddleFragment:after {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  right: 50% !important;
  left: inherit !important;
  -webkit-transform: rotateY(180deg) !important;
  transform: rotateY(180deg) !important;
}
div.ecwid-productBrowser-productNameLink a,
div.ecwid-productBrowser-productNameLink a:link,
div.ecwid-productBrowser-productNameLink a:active,
div.ecwid-productBrowser-productNameLink a:visited {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
  font-weight: bold !important;
  color: #323232 !important;
}
div.ecwid-productBrowser-price {
  position: relative !important;
  text-align: center !important;
  padding: 10px !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #323232 !important;
  font-size: 14px !important;
  overflow: inherit !important;
}
div.ecwid-productBrowser-price a:link,
div.ecwid-productBrowser-price a:visited {
  color: #4eabf9 !important;
}
div.ecwid-productBrowser-price a:hover,
div.ecwid-productBrowser-price a:active {
  color: #304770 !important;
}
div.ecwid-productBrowser-price a i {
  color: #323232 !important;
}
div.ecwid-productBrowser-price:before,
div.ecwid-productBrowser-price:after {
  content: '' !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-color: inherit !important;
  border-width: 10px 0 0 90px !important;
  position: absolute !important;
  z-index: 9 !important;
  bottom: -10px !important;
  top: inherit !important;
  display: none\9 !important;
}
div.ecwid-productBrowser-price:before {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  right: 50% !important;
  left: inherit !important;
}
div.ecwid-productBrowser-price:after {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  left: 50% !important;
  right: inherit !important;
  -webkit-transform: rotateY(180deg) !important;
  transform: rotateY(180deg) !important;
}
/* Products Table View */
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-productsTable-addToBagLink {
  color: #45aaff !important;
}
/******************************************************************************/
/******************** SINGLE PRODUCT PAGE *************************************/
/******************************************************************************/
div.ecwid-productBrowser-backgroundedPanel {
  background-color: #e5e5e5 !important;
}
div.ecwid-form {
  background-color: #e5e5e5 !important;
}
/******************************************************************************/
/***************************** WIDGETS ****************************************/
/******************************************************************************/
html#ecwid_html .widget h4 {
  position: relative;
  text-align: center;
  padding: 10px;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #323232;
  font-size: 15px;
  overflow: inherit;
}
html#ecwid_html .widget h4 a:link,
html#ecwid_html .widget h4 a:visited {
  color: #45aaff;
}
html#ecwid_html .widget h4 a:hover,
html#ecwid_html .widget h4 a:active {
  color: #304770;
}
html#ecwid_html .widget h4 a i {
  color: #323232;
}
html#ecwid_html .widget h4:before,
html#ecwid_html .widget h4:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 10px 0 0 90px;
  position: absolute;
  z-index: 9;
  bottom: -10px;
  top: inherit;
  display: none\9;
}
html#ecwid_html .widget h4:before {
  border-left-color: transparent;
  border-right-color: transparent;
  right: 50%;
  left: inherit;
}
html#ecwid_html .widget h4:after {
  border-left-color: transparent;
  border-right-color: transparent;
  left: 50%;
  right: inherit;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/*============ Categories Vertical Widget classes ===============*/
.ecwid-categories-vertical-table-cell {
  background-color: #fff !important;
  border-bottom: solid 3px #efefef !important;
  width: 100% !important;
}
.ecwid-categories-vertical-table-cell-categoryLink a:hover {
  background-color: #45aaff !important;
}
.ecwid-categories-vertical-table-cell-categoryLink a:hover span {
  color: #ffffff !important;
}
/* First level category links */
span.ecwid-categories-category {
  font-size: 15px !important;
  font-weight: bold !important;
  color: #323232 !important;
}
/* Second level category links */
div.ecwid-categoriesMenuBar span.ecwid-categories-category {
  font-size: 15px !important;
}
/* 3rd, 4th, etc level category links */
div.ecwid-categories-MenuBarPopup div.ecwid-categoriesMenuBar span.ecwid-categories-category {
  font-size: 13px !important;
}
/* Current category links */
div.ecwid-categoriesMenuBar td.gwt-MenuItem-selected a,
div.ecwid-categoriesMenuBar td.gwt-MenuItem-current a,
td.ecwid-categories-vertical-table-cell-selected a,
table.ecwid-categoriesTabBar table.gwt-TabBarItem-selected a {
  background-color: #45aaff !important;
}
div.ecwid-categoriesMenuBar td.gwt-MenuItem-selected span.ecwid-categories-category,
div.ecwid-categoriesMenuBar td.gwt-MenuItem-current span.ecwid-categories-category,
td.ecwid-categories-vertical-table-cell-selected span.ecwid-categories-category,
table.ecwid-categoriesTabBar table.gwt-TabBarItem-selected span.ecwid-categories-category {
  color: #ffffff !important;
}
/* Second level vertical categories */
div.ecwid-categoriesMenuBar td.gwt-MenuItem a:hover span,
div.ecwid-categoriesMenuBar td.gwt-MenuItem a:focus span,
div.ecwid-categoriesMenuBar td.gwt-MenuItem a:active span {
  background-color: transparent !important;
  color: #45aaff !important;
}
div.ecwid-categoriesMenuBar td.gwt-MenuItem.gwt-MenuItem-current a span {
  color: #45aaff !important;
}
/* Bag Widget classes */
/* Main container of the Bag widget */
div.ecwid-minicart {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
  width: 100% !important;
  border: 0px solid #bfbfbf !important;
  border-radius: 0px !important;
}
div.ecwid-minicart-link * {
  color: #45aaff !important;
}
/* Items counter */
div.ecwid-minicart-counter {
  left: 50% !important;
  color: #45aaff !important;
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* Click area over the bag icon */
div.ecwid-minicart-clickArea {
  left: 50% !important;
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/* Recently Viewed Products */
html#ecwid_html body#ecwid_body .ecwid-productsList ul li .ecwid-productsList-name {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  font-weight: bold !important;
  color: #323232 !important;
}
/******************************************************************************/
/***************************** SHOPPING BAG PAGE *****************************/
/******************************************************************************/
/******************************************************************************/
/***************************** SHIPPING DETAILS PAGE **************************/
/******************************************************************************/
html#ecwid_html body#ecwid_body div.ecwid-Checkout-blockTitle,
html#ecwid_html body#ecwid_body table.ecwid-Checkout-blockTitle div.gwt-Label,
html#ecwid_html body#ecwid_body table.ecwid-Checkout-blockTitle div.gwt-HTML {
  color: #323232 !important;
  padding: 8px 0 0 0 !important;
}
/******************************************************************************/
/***************************** PLACE ORDERS PAGE ******************************/
/******************************************************************************/
html#ecwid_html body#ecwid_body td.ecwid-Invoice-cell {
  background-color: #ffffff !important;
}
/* 
16. =RTL STYLES
=============================================================== 
*/
body.rtl {
  /* WIDGETS */
}
body.rtl .header .topbar div[class*='col-'] {
  direction: ltr;
  text-align: right;
}
body.rtl .top_menu_container .menu-item img.iclflag {
  float: right;
  margin-left: 4px;
}
body.rtl .menu_container {
  left: 45px;
}
body.rtl a.social_links {
  left: 10px !important;
  right: inherit;
}
body.rtl #return-to-top i {
  right: 16px;
}
body.rtl .pl_about_us_widget p.contact_detail:nth-child(2) span {
  direction: ltr;
  unicode-bidi: bidi-override;
}
@media only screen and (max-width: 991px) {
  body.rtl .mainbar .logo {
    display: block;
  }
}
