/*!
Theme Name: AVOIR
Theme URI: http://plethorathemes.com/avoir/
Description: AVOIR Portfolio - Minimal Creative Portfolio 
Version: 1.0.0
Author: Plethora Themes
Author URI: http://www.plethorathemes.com
Note: Special style.less version for WooCommerce
*/
/* 
    TABLE OF CONTENTS
=================================================================

    0. =BOOTSTRAP FRAMEWORK REFERENCE IMPORTS

    1. =THEME MIXINS GENERAL HELPER STYLES & CLASSES 

    2. =BODY & TYPOGRAPHY

    3. =THE HEADER, LOGO & PRIMARY MENU

    4. =THE HEAD PANEL AREA

    5. =THE MAIN AREA

    6. =BUTTONS

    7. =FORMS

    8. =DESIGN ELEMENTS

    9. =BLOG PAGE 

    10. =SIDEBAR & WIDGETS

    11. =FOOTER WIDGETIZED AREA

    12. =MISC STYLES

    13. =RESPONSIVE STATES

    14. =VISUAL COMPOSER ADJUSTMENTS

    15. =WORDPRESS ADJUSTMENTS

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


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) 2016
                        
Theme Name: AVOIR
THEME STYLES v.1.0.0
=============================================================== 
*/
/* 
1. =THEME MIXINS GENERAL HELPER STYLES & CLASSES
=============================================================== 
*/
.background_cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.relative {
  position: relative;
}
.bg_vtop {
  background-position: center top !important;
}
.bg_vbottom {
  background-position: center bottom !important;
}
.full_height {
  min-height: calc(100vh -  220px);
  min-height: -o-calc(100vh -  220px);
  min-height: -webkit-calc(100vh -  220px);
  min-height: -moz-calc(100vh -  220px);
}
@media only screen and (max-width: 991px) {
  .full_height {
    min-height: calc(100vh -  160px);
    min-height: -o-calc(100vh -  160px);
    min-height: -webkit-calc(100vh -  160px);
    min-height: -moz-calc(100vh -  160px);
  }
}
@media only screen and (max-width: 767px) {
  .full_height {
    min-height: calc(100vh -  116px);
    min-height: -o-calc(100vh -  116px);
    min-height: -webkit-calc(100vh -  116px);
    min-height: -moz-calc(100vh -  116px);
  }
}
.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 {
  overflow: visible !important;
}
.overflow_hidden {
  overflow: hidden;
}
.uppercase {
  text-transform: uppercase !important;
}
.elevate {
  -o-transform: translate(0px, -70px);
  -webkit-transform: translate(0px, -70px);
  -ms-transform: translate(0px, -70px);
  transform: translate(0px, -70px);
}
.btn_inline {
  display: inline-block;
  margin-right: 10px;
}
.boxed {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.boxed_plus {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.boxed_special {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  border: solid 1px;
}
[class*="_section"].boxed_special {
  border: none;
}
.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.ratio_slider {
  padding-bottom: 33% !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 !important;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 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);
}
.primary_section.transparent_film:before {
  background-color: #2ecc71;
  background-color: rgba(46, 204, 113, 0.5);
}
.secondary_section.transparent_film:before {
  background-color: #d30202;
  background-color: rgba(211, 2, 2, 0.5);
}
.dark_section.transparent_film:before {
  background-color: #2658fd;
  background-color: rgba(38, 88, 253, 0.5);
}
.light_section.transparent_film:before {
  background-color: #f4f4f4;
  background-color: rgba(244, 244, 244, 0.5);
}
/*.black_section.neutralize_links {
  a:link, a:visited, a:hover, a:active { color: @black-section-txtcolor !important; }
}
.white_section.neutralize_links {
  a:link, a:visited, a:hover, a:active { color: @white-section-txtcolor !important; }
}
.primary_section.neutralize_links {
  a:link, a:visited, a:hover, a:active { color: @primary-section-txtcolor !important; }
}
.secondary_section.neutralize_links {
  a:link, a:visited, a:hover, a:active { color: @secondary-section-txtcolor !important; }
}
.dark_section.neutralize_links {
  a:link, a:visited, a:hover, a:active { color: @dark-section-txtcolor !important; }
}
.light_section.neutralize_links {
  a:link, a:visited, a:hover, a:active { color: @light-section-txtcolor !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, #ffffff 0%, rgba(255, 255, 255, 0.8) 10%, transparent 100%);
}
.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.8) 10%, transparent 100%);
}
.black_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
}
.white_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 0%, transparent 100%);
}
.primary_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, rgba(46, 204, 113, 0.65) 0%, transparent 100%);
}
.secondary_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, rgba(211, 2, 2, 0.65) 0%, transparent 100%);
}
.dark_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, rgba(38, 88, 253, 0.65) 0%, transparent 100%);
}
.light_section.gradient_film_to_bottom:before {
  background: linear-gradient(to bottom, rgba(244, 244, 244, 0.65) 0%, transparent 100%);
}
.black_section.gradient_film_to_top:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
}
.white_section.gradient_film_to_top:before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.65) 0%, transparent 100%);
}
.primary_section.gradient_film_to_top:before {
  background: linear-gradient(to top, rgba(46, 204, 113, 0.65) 0%, transparent 100%);
}
.secondary_section.gradient_film_to_top:before {
  background: linear-gradient(to top, rgba(211, 2, 2, 0.65) 0%, transparent 100%);
}
.dark_section.gradient_film_to_top:before {
  background: linear-gradient(to top, rgba(38, 88, 253, 0.65) 0%, transparent 100%);
}
.light_section.gradient_film_to_top:before {
  background: linear-gradient(to top, rgba(244, 244, 244, 0.65) 0%, transparent 100%);
}
.no_margin {
  margin: 0 !important;
}
.no_margin_top {
  margin-top: 0 !important;
}
.no_margin_bottom {
  margin-bottom: 0 !important;
}
.margin_top {
  margin-top: 24px !important;
}
.margin_bottom {
  margin-bottom: 24px !important;
}
.margin_top_1-2 {
  margin-top: 12px !important;
}
.margin_bottom_1-2 {
  margin-bottom: 12px !important;
}
.padding_none {
  padding: 0 !important;
}
.padding_top_none {
  padding-top: 0 !important;
}
.padding_bottom_none {
  padding-bottom: 0 !important;
}
.padding_top {
  padding-top: 96px !important;
}
.padding_bottom {
  padding-bottom: 96px !important;
}
.padding_top_2-3 {
  padding-top: 64px !important;
}
.padding_bottom_2-3 {
  padding-bottom: 64px !important;
}
.padding_top_1-2 {
  padding-top: 48px !important;
}
.padding_bottom_1-2 {
  padding-bottom: 48px !important;
}
.padding_top_1-3 {
  padding-top: 32px !important;
}
.padding_bottom_1-3 {
  padding-bottom: 32px !important;
}
.padding_top_1-4 {
  padding-top: 24px !important;
}
.padding_bottom_1-4 {
  padding-bottom: 24px !important;
}
.click-disable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.max-width-1 {
  max-width: 97px;
}
.max-width-2 {
  max-width: 195px;
}
.max-width-3 {
  max-width: 292px;
}
.max-width-4 {
  max-width: 390px;
}
.max-width-5 {
  max-width: 487px;
}
.max-width-6 {
  max-width: 585px;
}
.max-width-7 {
  max-width: 682px;
}
.max-width-8 {
  max-width: 778px;
}
.max-width-9 {
  max-width: 875px;
}
.max-width-10 {
  max-width: 972px;
}
.element-centered {
  margin-left: auto;
  margin-right: auto;
}
/* - Responsive Utilities */
@media (max-width: 991px) {
  .small-image-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .small-text-center {
    text-align: center !important;
  }
}
@media (max-width: 491px) {
  .xs-text-center {
    text-align: center !important;
  }
}
/* 
2. =BODY & TYPOGRAPHY
=============================================================== 
*/
body {
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
  color: #131313;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
}
body.sticky_header:not(.transparent_header) {
  margin-top: 220px;
}
@media only screen and (max-width: 991px) {
  body.sticky_header:not(.transparent_header) {
    margin-top: 160px;
  }
}
@media only screen and (max-width: 767px) {
  body.sticky_header:not(.transparent_header) {
    margin-top: 116px;
  }
}
body.sticky_header.header_will_appear {
  margin-top: 0;
}
.overflow_wrapper {
  overflow: hidden;
  position: relative;
}
.container-fluid {
  max-width: auto;
}
a {
  color: #1e73be;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #08d1c7;
}
a:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Josefin Sans, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 14px;
}
* + h1,
* + h2,
* + h3,
* + .h1,
* + .h2,
* + .h3 {
  margin-top: 28px;
}
* + h4,
* + h5,
* + h6,
* + .h4,
* + .h5,
* + .h6 {
  margin-top: 14px;
}
h1,
.h1 {
  font-size: 50px;
}
h2,
.h2 {
  font-size: 42px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 12px;
}
@media only screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 33.6px;
  }
  h3,
  .h3 {
    font-size: 22.4px;
  }
  h4,
  .h4 {
    font-size: 17.6px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 35px;
  }
  h2,
  .h2 {
    font-size: 29.4px;
  }
  h3,
  .h3 {
    font-size: 19.6px;
  }
  h4,
  .h4 {
    font-size: 15.4px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  h1,
  .h1 {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 25.2px;
  }
  h3,
  .h3 {
    font-size: 16.8px;
  }
  h4,
  .h4 {
    font-size: 13.2px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
}
p {
  margin: 0 0 14px;
}
p + p img,
p + div img {
  display: block;
  margin-top: 20px;
}
.lead {
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
}
figure img {
  max-width: 100%;
}
i.fa {
  font-style: normal;
}
iframe {
  border: none;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 28px;
}
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.75;
  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: #ffffff;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 14px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 28px;
}
dt,
dd {
  line-height: 1.75;
}
.list-reset {
  padding-left: 0;
  list-style: none;
}
blockquote {
  padding: 14px 28px;
  margin: 0 0 14px;
  font-size: 20px;
  border-left: 5px solid;
  border-color: #939393;
}
.blockquote-reverse,
blockquote.pull-right {
  border-left: 0 none !important;
  border-left: 5px solid;
  border-color: #939393;
}
.primary_section blockquote,
.primary_section .blockquote-reverse,
.primary_section blockquote.pull-right {
  border-color: #ffffff;
}
.secondary_section blockquote,
.secondary_section .blockquote-reverse,
.secondary_section blockquote.pull-right {
  border-color: #ffffff;
}
.dark_section blockquote,
.dark_section .blockquote-reverse,
.dark_section blockquote.pull-right {
  border-color: #e4e4e4;
}
.light_section blockquote,
.light_section .blockquote-reverse,
.light_section blockquote.pull-right {
  border-color: #b2b2b2;
}
.black_section blockquote,
.black_section .blockquote-reverse,
.black_section blockquote.pull-right {
  border-color: #e6e6e6;
}
.white_section blockquote,
.white_section .blockquote-reverse,
.white_section blockquote.pull-right {
  border-color: #b2b2b2;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: inherit;
}
address {
  margin-bottom: 28px;
  font-style: normal;
  line-height: 1.75;
}
i.fa.primary_section {
  background-color: #2ecc71 !important;
}
i.fa.secondary_section {
  background-color: #d30202 !important;
}
i.fa.light_section {
  background-color: #f4f4f4 !important;
}
i.fa.dark_section {
  background-color: #2658fd !important;
}
i.fa.black_section {
  background-color: #000000 !important;
}
i.fa.white_section {
  background-color: #ffffff !important;
}
.spaced_titles h1,
.spaced_titles h2,
.spaced_titles h3,
.spaced_titles h4,
.spaced_titles h5,
.spaced_titles h6 {
  letter-spacing: 2px;
}
.title-space {
  letter-spacing: 7px;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
}
.big {
  font-size: 22px;
  line-height: 1.2em;
}
.bigger {
  font-size: 42px;
  line-height: 1.2em;
}
.super {
  font-size: 60px;
  line-height: 1em;
  margin-bottom: 0;
}
.super small {
  font-size: .35em;
}
.hyper {
  font-size: 150px;
  line-height: 1.1em;
}
.hyper small {
  font-size: .35em;
}
.tiny {
  font-size: 12px;
}
i.fa.primary {
  color: #2ecc71;
}
i.fa.secondary {
  color: #d30202;
}
i.fa.success {
  color: #5cb85c;
}
i.fa.info {
  color: #5bc0de;
}
i.fa.warning {
  color: #f0ad4e;
}
i.fa.danger {
  color: #d9534f;
}
/* 
3. =THE HEADER, LOGO & PRIMARY MENU
=============================================================== 
*/
/*
--------------------------------------------------------------  
 
THE HEADER ELEMENT

-------------------------------------------------------------- 
*/
.header {
  color: #ffffff;
  background-color: #000000;
  -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;
  z-index: 10;
}
.header .container,
.header .container-fluid {
  position: relative;
  min-height: 35px;
}
.header a:link,
.header a:visited {
  color: #ffffff;
}
.header a:hover,
.header a:active {
  color: #ffffff;
}
.header.alt_header_triggered {
  color: #ffffff;
  background-color: #000000;
}
.header.alt_header_triggered nav.primary_nav ul li a:link,
.header.alt_header_triggered nav.primary_nav ul li a:visited {
  color: #ffffff;
}
.header.alt_header_triggered nav.primary_nav ul li a:hover,
.header.alt_header_triggered nav.primary_nav ul li a:active {
  color: #ffffff;
}
.header.alt_header_triggered nav.primary_nav ul li.active a:link,
.header.alt_header_triggered nav.primary_nav ul li.active a:visited {
  color: #ffffff;
}
.header.alt_header_triggered nav.primary_nav ul li.active a:hover,
.header.alt_header_triggered nav.primary_nav ul li.active a:active {
  color: #ffffff;
}
.header.transparent {
  position: absolute;
  width: 100%;
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.header.transparent.alt_header_triggered {
  background-color: #000000 !important;
}
.header.header_centered {
  text-align: center;
}
.header.header_centered .logo {
  display: block;
  margin-top: 50px;
  margin-bottom: 43px;
}
.header.header_centered .logo a.brand {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .header.header_centered .logo {
    margin-top: 45px;
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .header.header_centered .logo {
    margin-top: 35px;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 496px) {
  .header.header_centered .logo {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.header.header_centered .nav_and_tools {
  position: relative;
  right: inherit;
  left: inherit;
  padding: 0;
  margin-top: 43px;
  margin-bottom: 43px;
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  text-align: center;
  display: block;
}
.header.logo_centered_in_menu {
  text-align: center;
}
.header.logo_centered_in_menu .logo {
  display: block;
  margin: 50px 0;
}
.header.logo_centered_in_menu .logo a.brand {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .header.logo_centered_in_menu .logo {
    margin: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .header.logo_centered_in_menu .logo {
    margin: 35px;
  }
}
@media only screen and (max-width: 496px) {
  .header.logo_centered_in_menu .logo {
    margin: 35px;
  }
}
.header.logo_centered_in_menu .nav_and_tools {
  position: relative;
  right: inherit;
  left: inherit;
  padding: 0;
  margin: 0;
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  text-align: center;
  display: block;
}
.header.logo_centered_in_menu .primary_nav > ul > li {
  vertical-align: middle;
}
/* =Sticky Header Effects
------------------------------------------------------------ */
.header.sticky_header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.header.sticky_header.transparent {
  position: fixed;
}
.header.sticky_header.alt_header_triggered .logo.hidden_on_header_stuck {
  display: none;
}
.header.sticky_header.alt_header_triggered .logo.shown_on_header_stuck {
  display: inline-block;
}
.header.sticky_header.alt_header_triggered nav.primary_nav.hidden_on_header_stuck {
  display: none;
}
.header.appearing_sticky_header {
  position: fixed;
  width: 100%;
  -o-transform: translate(0, -220px);
  -webkit-transform: translate(0, -220px);
  -ms-transform: translate(0, -220px);
  transform: translate(0, -220px);
}
.header.appearing_sticky_header.stuck {
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.header.bottom_sticky_header {
  position: fixed;
  top: inherit;
  bottom: 0px;
  width: 100%;
}
.header.bottom_to_top_sticky_header {
  position: absolute;
  width: 100%;
  bottom: 0px;
  top: inherit;
}
.header.bottom_to_top_sticky_header.stuck {
  position: fixed;
  top: 0px;
  bottom: inherit;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
/*
--------------------------------------------------------------  
 
THE LOGO

-------------------------------------------------------------- 
*/
.logo {
  margin: 50px 0;
  display: inline-block;
}
.logo a.brand {
  display: block;
  line-height: 1em;
  text-align: left;
  font-weight: 900;
}
.logo a.brand span.site_title {
  font-size: 32px;
  line-height: 1em;
}
.logo a.brand img {
  width: auto;
  max-height: 120px;
}
.logo a.brand:link,
.logo a.brand:visited {
  color: #ffffff;
}
.logo a.brand:hover,
.logo a.brand:active {
  color: #ffffff;
}
.logo p {
  padding: 0;
  margin: 0;
  color: #ffffff;
}
.logo.shown_on_header_stuck {
  display: none;
}
.logo.hidden_on_header_stuck {
  display: inline-block;
}
.header nav.primary_nav ul li.logo_in_nav {
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .logo {
    margin: 45px 0;
  }
  .logo a.brand span.site_title {
    font-size: 28px;
  }
  .logo a.brand img {
    max-height: 70px;
  }
  .logo p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    margin: 35px 0;
  }
  .logo a.brand span.site_title {
    font-size: 22px;
  }
  .logo a.brand img {
    max-height: 46px;
  }
  .logo p {
    font-size: 12px;
  }
}
/*
--------------------------------------------------------------  
 
NAVIGATION AND TOOLS ON THE HEADER

-------------------------------------------------------------- 
*/
.nav_and_tools {
  display: block;
  position: absolute;
  width: auto;
  white-space: nowrap;
  top: 50%;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
.header.nav_centered .nav_and_tools {
  right: inherit;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header.nav_left .nav_and_tools {
  right: inherit;
  display: inline-block;
  padding-left: 15px;
}
/*
-- HEADER TOOLS
-------------------------------------------------------------- 
*/
.header_tools {
  font-family: Josefin Sans, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  line-height: 1em;
  display: inline-block;
}
.header_tools > div {
  display: inline-block;
}
.header_tools .nav_mini_tool_container {
  margin-left: 10px;
  margin-right: 10px;
  -o-transform: translate(0px, -2px);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}
@media only screen and (max-width: 496px) {
  .header_tools {
    margin-right: 54px;
  }
}
/*
-- THE PRIMARY MENU
-------------------------------------------------------------- 
*/
.header nav.primary_nav > ul > li > ul {
  display: none;
}
.header nav.primary_nav {
  display: inline-block;
  font-family: Josefin Sans, sans-serif;
}
.header nav.primary_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header nav.primary_nav ul li a {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 15px;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header nav.primary_nav ul li a {
    padding: 5px 10px;
  }
}
.header nav.primary_nav ul li a:link,
.header nav.primary_nav ul li a:visited,
.header nav.primary_nav ul li a:focus {
  color: #ffffff;
  background: none;
}
.header nav.primary_nav ul li a:hover,
.header nav.primary_nav ul li a:active {
  color: #ffffff;
  background: none;
}
.header nav.primary_nav ul li.logo_in_nav a {
  padding: 0 15px;
}
.header nav.primary_nav ul li.active a:link,
.header nav.primary_nav ul li.active a:visited,
.header nav.primary_nav ul li.active a:focus {
  color: #ffffff;
}
.header nav.primary_nav ul li.active a:hover,
.header nav.primary_nav ul li.active a:active {
  color: #ffffff;
}
.header nav.primary_nav ul li.lihaschildren {
  position: relative;
  margin-right: 15px;
}
.header nav.primary_nav ul li.lihaschildren:after {
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  content: '\276F';
  font-size: 10px;
  transform: rotate(90deg);
  position: absolute;
  right: -3px;
  top: 10px;
}
.header nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content {
  position: absolute;
  left: 0;
  min-width: 150px;
  padding: 55px 0;
  z-index: 1;
  top: 35px;
}
.header nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content li {
  display: block;
  background-color: #ffffff;
}
.header nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content li:first-child {
  padding-top: 22px;
}
.header nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content li:last-child {
  padding-bottom: 22px;
}
.header nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content li a {
  font-size: 13px;
  font-weight: normal;
  line-height: 1em;
  padding: 10px 19px;
}
.header nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content li a:link,
.header nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content li a:visited,
.header nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content li a:focus {
  color: #131313;
}
.header nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content li a:hover,
.header nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content li a:active {
  color: #1e73be;
}
.header nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content.open {
  display: block !important;
  visibility: visible;
}
.header nav.primary_nav ul li.lihaschildren.drop-left ul.menu-dropdown-content {
  right: 0;
  left: inherit;
}
.header nav.primary_nav ul li.lihaschildren.drop-left ul.menu-dropdown-content li a {
  text-align: right;
}
.header nav.primary_nav ul li.lihaschildren.drop-left ul.menu-dropdown-content .sublihaschildren > a:after {
  transform: rotate(180deg);
  top: 8px;
  right: inherit;
  left: 0;
}
.header nav.primary_nav ul li.lihaschildren.drop-left ul.menu-dropdown-content .sublihaschildren ul.menu-dropdown-content {
  top: -41px !important;
  left: inherit;
  right: 100%;
}
.header nav.primary_nav ul li.lihaschildren.drop-mid > ul.menu-dropdown-content {
  left: 50%;
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.header nav.primary_nav ul li.lihaschildren.two-column > ul {
  width: 440px;
}
.header nav.primary_nav ul li.lihaschildren.two-column > ul > li {
  float: left;
  width: 50%;
  border-right: solid 1px #dfdfdf;
}
.header nav.primary_nav ul li.lihaschildren.two-column > ul > li:first-child:before {
  content: '';
  display: block;
  width: 440px;
  height: 22px;
  background-color: #ffffff;
  position: absolute;
  top: 55px;
  left: 0;
}
.header nav.primary_nav ul li.lihaschildren.two-column > ul > li:last-child:after {
  content: '';
  display: block;
  width: 440px;
  height: 22px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.header nav.primary_nav ul li.lihaschildren.two-column > ul > li:nth-child(2) {
  padding-top: 22px;
}
.header nav.primary_nav ul li.lihaschildren.two-column > ul > li:nth-last-child(2) {
  padding-bottom: 22px;
}
.header nav.primary_nav ul li.lihaschildren.two-column > ul > li:nth-last-child(2):nth-child(even) {
  padding-bottom: 0;
}
.header nav.primary_nav ul li.lihaschildren.two-column > ul > li:nth-child(even) {
  border-right: solid 0px;
}
.header nav.primary_nav ul li.lihaschildren.two-column > ul > li:nth-child(odd) {
  clear: left;
}
.header nav.primary_nav ul li.lihaschildren.two-column > ul > li a {
  white-space: normal;
}
.header nav.primary_nav ul li.lihaschildren .sublihaschildren {
  position: relative;
}
.header nav.primary_nav ul li.lihaschildren .sublihaschildren > a:after {
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  content: '\276F';
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  top: 12px;
  right: 5px;
  line-height: 1em;
  opacity: 0.5;
}
.header nav.primary_nav ul li.lihaschildren .sublihaschildren:hover > a:after {
  opacity: 1;
}
.header nav.primary_nav ul li.lihaschildren .sublihaschildren ul.menu-dropdown-content {
  height: auto;
  display: none;
  position: absolute;
  top: -77px !important;
  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;
}
@media only screen and (min-width: 496px) {
  .header nav.primary_nav ul.hover_menu li.lihaschildren:hover > ul.menu-dropdown-content,
  .header nav.primary_nav ul.hover_menu li.sublihaschildren:hover > ul.menu-dropdown-content {
    display: block !important;
    visibility: visible;
  }
}
.header nav.primary_nav ul li.lihaschildren.two-column li.sublihaschildren:nth-child(2) > a:after {
  top: 34px !important;
}
.header nav.primary_nav ul li.lihaschildren.two-column li.sublihaschildren:nth-child(2) > ul.menu-dropdown-content {
  top: -33px !important;
}
.header nav.primary_nav ul li.lihaschildren li.sublihaschildren:nth-child(1) > a:after {
  top: 34px !important;
}
.header nav.primary_nav ul li.lihaschildren li.sublihaschildren:nth-child(1) > ul.menu-dropdown-content {
  top: -20px !important;
}
.header.bottom_sticky_header nav.primary_nav ul li.lihaschildren > ul.menu-dropdown-content {
  left: 0;
  bottom: 50px;
}
.header.bottom_sticky_header nav.primary_nav ul li.lihaschildren.drop-left ul.menu-dropdown-content {
  right: 0;
  left: inherit;
  bottom: 50px;
}
.header.bottom_sticky_header nav.primary_nav ul li.lihaschildren.drop-right ul.menu-dropdown-content {
  left: 0;
  bottom: 50px;
}
.header.bottom_sticky_header nav.primary_nav ul li.lihaschildren.drop-mid ul.menu-dropdown-content {
  bottom: 50px;
  left: 50%;
  -o-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.header.bottom_sticky_header nav.primary_nav ul li.lihaschildren.drop-mid ul.menu-dropdown-content.open {
  -o-transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}
.header.logo_centered_in_menu nav > ul > li > a {
  border-bottom: solid 1px;
}
/* - Mobile Menu - */
@media only screen and (min-width: 496px) {
  .header .nav_and_tools nav.primary_nav ul li:not(.logo_in_nav) {
    display: inline-block;
  }
}
@media only screen and (max-width: 495px) {
  .header .nav_and_tools nav.primary_nav ul li:not(.logo_in_nav) {
    display: none;
  }
  .header.header_centered .nav_and_tools {
    padding: 0;
    margin: 0;
    height: 0;
  }
}
.mobile-navigation {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  position: fixed;
  width: 100vw;
  height: 0;
  top: 0;
  left: 0;
  margin-left: 0 !important;
  background-color: #000000;
  opacity: 0;
  z-index: -1;
  transition-property: opacity, height;
  transition-duration: 0.2s, 0s;
  transition-delay: 0s, 0.4s;
  overflow: hidden;
}
.mobile-navigation.visible {
  min-height: 100vh;
  opacity: 1;
  z-index: 9999 !important;
  transition-property: opacity, height;
  transition-duration: 0.2s, 0s;
  transition-delay: 0s, 0s;
  overflow: auto;
}
.header .mobile-navigation nav.primary_nav {
  margin: 0 auto;
}
.header .mobile-navigation nav.primary_nav ul li {
  margin-top: 24px;
  transform: translateY(16px);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.header .mobile-navigation nav.primary_nav ul li.list-animation {
  transform: translateY(0px);
}
.header .mobile-navigation nav.primary_nav ul li a {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 2px;
  padding: 0;
}
.header .mobile-navigation nav.primary_nav ul li.lihaschildren {
  margin-right: 0;
}
.header .mobile-navigation nav.primary_nav ul li.lihaschildren:after {
  display: none;
}
.header .mobile-navigation nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content {
  top: 0;
  position: absolute;
  z-index: 1;
  padding: 0;
}
.header .mobile-navigation nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content li {
  background-color: #000000;
}
.header .mobile-navigation nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content li:first-child {
  padding-top: 10px;
}
.header .mobile-navigation nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content li:last-child {
  padding-bottom: 10px;
}
.header .mobile-navigation nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content li:before,
.header .mobile-navigation nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content li:after {
  display: none;
}
.header .mobile-navigation nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 0;
  text-align: center !important;
}
.header .mobile-navigation nav.primary_nav ul li.lihaschildren ul.menu-dropdown-content.open {
  position: relative;
}
.header .mobile-navigation nav.primary_nav ul li.lihaschildren.two-column > ul {
  width: auto;
}
.header .mobile-navigation nav.primary_nav ul li.lihaschildren.two-column > ul > li {
  float: none;
  width: auto;
  border-right: none;
}
.header .mobile-navigation nav.primary_nav ul li.lihaschildren.two-column > ul > li:nth-child(2) {
  padding-top: 0;
}
.header .mobile-navigation nav.primary_nav ul li.lihaschildren.two-column > ul > li:nth-last-child(2) {
  padding-bottom: 0;
}
.header .mobile-navigation nav.primary_nav ul li.lihaschildren.two-column > ul > li:nth-last-child(2):nth-child(even) {
  padding-bottom: 0;
}
.header .mobile-navigation nav.primary_nav ul li.lihaschildren.two-column > ul > li:nth-child(even) {
  border-right: solid 0px;
}
.header .mobile-navigation nav.primary_nav ul li.lihaschildren.two-column > ul > li:nth-child(odd) {
  clear: left;
}
.header .mobile-navigation nav.primary_nav ul li.lihaschildren .sublihaschildren > a:after {
  display: none;
}
.header .mobile-navigation nav.primary_nav ul li.lihaschildren .sublihaschildren:hover > a:after {
  opacity: 1;
}
.header .mobile-navigation nav.primary_nav ul li.lihaschildren .sublihaschildren ul.menu-dropdown-content {
  margin-top: 24px;
  margin-bottom: 24px;
  border-top: dashed 1px;
  border-bottom: dashed 1px;
  border-left: none;
  border-right: none;
  padding-bottom: 24px;
  position: relative;
  top: 0 !important;
  left: 0;
}
.mobile-navigation ul li:nth-child(2) {
  transition-delay: 0.02s !important;
}
.mobile-navigation ul li:nth-child(3) {
  transition-delay: 0.04s !important;
}
.mobile-navigation ul li:nth-child(4) {
  transition-delay: 0.06s !important;
}
.mobile-navigation ul li:nth-child(5) {
  transition-delay: 0.08s !important;
}
.mobile-navigation ul li:nth-child(6) {
  transition-delay: 0.01s !important;
}
@media only screen and (min-width: 495px) {
  .mobile-navigation {
    display: none;
  }
}
#navicon.active .bar:nth-of-type(1) {
  -webkit-animation: dissappear 0.5s ease;
  -moz-animation: dissappear 0.5s ease;
  -o-animation: dissappear 0.5s ease;
  animation: dissappear 0.5s ease;
  -webkit-animation-fill-mode: forwards;
  -mox-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#navicon.active .bar:nth-of-type(2) {
  -webkit-animation: squishTop 0.5s ease;
  -moz-animation: squishTop 0.5s ease;
  -o-animation: squishTop 0.5s ease;
  animation: squishTop 0.5s ease;
  -webkit-animation-fill-mode: forwards;
  -mox-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#navicon.active .bar:nth-of-type(3) {
  -webkit-animation: squishBottom 0.5s ease;
  -moz-animation: squishBottom 0.5s ease;
  -o-animation: squishBottom 0.5s ease;
  animation: squishBottom 0.5s ease;
  -webkit-animation-fill-mode: forwards;
  -mox-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#navicon.inactive .bar:nth-of-type(1) {
  -webkit-animation: dissappearRev 0.5s ease;
  -moz-animation: dissappearRev 0.5s ease;
  -o-animation: dissappearRev 0.5s ease;
  animation: dissappearRev 0.5s ease;
  -webkit-animation-fill-mode: forwards;
  -mox-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#navicon.inactive .bar:nth-of-type(2) {
  -webkit-animation: squishTopRev 0.5s ease;
  -moz-animation: squishTopRev 0.5s ease;
  -o-animation: squishTopRev 0.5s ease;
  animation: squishTopRev 0.5s ease;
  -webkit-animation-fill-mode: forwards;
  -mox-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#navicon.inactive .bar:nth-of-type(3) {
  -webkit-animation: squishBottomRev 0.5s ease;
  -moz-animation: squishBottomRev 0.5s ease;
  -o-animation: squishBottomRev 0.5s ease;
  animation: squishBottomRev 0.5s ease;
  -webkit-animation-fill-mode: forwards;
  -mox-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-moz-keyframes squishBottom {
  0% {
    margin-top: 14px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: -3px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
@-webkit-keyframes squishBottom {
  0% {
    margin-top: 14px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: -3px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
@-o-keyframes squishBottom {
  0% {
    margin-top: 14px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: -3px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
@keyframes squishBottom {
  0% {
    margin-top: 14px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: -3px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
@-moz-keyframes squishTop {
  0% {
    margin-top: -10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes squishTop {
  0% {
    margin-top: -10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-o-keyframes squishTop {
  0% {
    margin-top: -10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes squishTop {
  0% {
    margin-top: -10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@-moz-keyframes dissappear {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes dissappear {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes dissappear {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dissappear {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes squishBottomRev {
  0% {
    margin-top: -3px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: 14px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes squishBottomRev {
  0% {
    margin-top: -3px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: 14px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes squishBottomRev {
  0% {
    margin-top: -3px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: 14px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes squishBottomRev {
  0% {
    margin-top: -3px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: 14px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes squishTopRev {
  0% {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: -10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes squishTopRev {
  0% {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: -10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes squishTopRev {
  0% {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: -10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes squishTopRev {
  0% {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  50% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    margin-top: -10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes dissappearRev {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes dissappearRev {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes dissappearRev {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dissappearRev {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#navicon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 30px;
  padding-top: 13px;
  z-index: 9999999;
  cursor: pointer;
}
@media only screen and (min-width: 496px) {
  #navicon {
    display: none;
  }
}
#navicon .bar {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#navicon .bar:nth-of-type(2) {
  margin-top: -10px;
}
#navicon .bar:nth-of-type(3) {
  margin-top: 14px;
}
/* Special Effects NavIcons */
#navicon.ham {
  transform: none;
  padding: 0;
  width: 100px;
  height: 50px;
  top: 20px;
}
/* Special Effects NavIcon #2: Rotate */
#navicon.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#navicon.hamRotate.active {
  transform: rotate(45deg);
}
#navicon.hamRotate180.active {
  transform: rotate(180deg);
}
#navicon.ham .line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #000;
  stroke-width: 5.5;
  stroke-linecap: round;
}
#navicon.ham1 .top {
  stroke-dasharray: 40 139;
}
#navicon.ham1 .bottom {
  stroke-dasharray: 40 180;
}
#navicon.ham1.active .top {
  stroke-dashoffset: -98px;
}
#navicon.ham1.active .bottom {
  stroke-dashoffset: -138px;
}
#navicon.ham2 .top {
  stroke-dasharray: 40 121;
}
#navicon.ham2 .bottom {
  stroke-dasharray: 40 121;
}
#navicon.ham2.active .top {
  stroke-dashoffset: -102px;
}
#navicon.ham2.active .bottom {
  stroke-dashoffset: -102px;
}
#navicon.ham3 .top {
  stroke-dasharray: 40 130;
}
#navicon.ham3 .middle {
  stroke-dasharray: 40 140;
}
#navicon.ham3 .bottom {
  stroke-dasharray: 40 205;
}
#navicon.ham3.active .top {
  stroke-dasharray: 75 130;
  stroke-dashoffset: -63px;
}
#navicon.ham3.active .middle {
  stroke-dashoffset: -102px;
}
#navicon.ham3.active .bottom {
  stroke-dasharray: 110 205;
  stroke-dashoffset: -86px;
}
#navicon.ham4 .top {
  stroke-dasharray: 40 121;
}
#navicon.ham4 .bottom {
  stroke-dasharray: 40 121;
}
#navicon.ham4.active .top {
  stroke-dashoffset: -68px;
}
#navicon.ham4.active .bottom {
  stroke-dashoffset: -68px;
}
#navicon.ham5 .top {
  stroke-dasharray: 40 82;
}
#navicon.ham5 .bottom {
  stroke-dasharray: 40 82;
}
#navicon.ham5.active .top {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}
#navicon.ham5.active .bottom {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}
#navicon.ham6 .top {
  stroke-dasharray: 40 172;
}
#navicon.ham6 .middle {
  stroke-dasharray: 40 111;
}
#navicon.ham6 .bottom {
  stroke-dasharray: 40 172;
}
#navicon.ham6.active .top {
  stroke-dashoffset: -132px;
}
#navicon.ham6.active .middle {
  stroke-dashoffset: -71px;
}
#navicon.ham6.active .bottom {
  stroke-dashoffset: -132px;
}
#navicon.ham8 .top {
  stroke-dasharray: 40 160;
}
#navicon.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
#navicon.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}
#navicon.ham8.active .top {
  stroke-dashoffset: -64px;
}
#navicon.ham8.active .middle {
  transform: rotate(90deg);
}
#navicon.ham8.active .bottom {
  stroke-dashoffset: -64px;
}
/*
-- OTHER TOOLS ON THE HEADER
-------------------------------------------------------------- 
*/
.tools_on_header {
  display: inline-block;
  padding-left: 25px;
}
.tools_on_header a {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  box-sizing: content-box;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 2.5px 0 2.5px 2px;
  background-color: rgba(0, 0, 0, 0);
}
.tools_on_header a:link,
.tools_on_header a:visited {
  color: #ffffff;
}
.tools_on_header a:hover,
.tools_on_header a:active,
.tools_on_header a:focus {
  color: #000000;
  background: #ffffff;
}
a.cart_toggler {
  background-color: rgba(0, 0, 0, 0);
  height: 15px;
  line-height: 1;
  padding: 10px 30px;
  margin: 0 0 0 15px;
}
a.cart_toggler span {
  margin: 0 0 0 4px;
}
/* 
4. =THE HEAD PANEL AREA
=============================================================== 
*/
/*** Head Panel a.k.a. Media Panel ***/
.head_panel {
  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;
}
.head_panel .container,
.head_panel .container_fluid {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .head_panel .container,
  .head_panel .container_fluid {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 280px;
  }
}
@media (max-width: 768px) {
  .head_panel .container,
  .head_panel .container_fluid {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 80px;
  }
}
.head_panel.full_height {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.head_panel.full_height .container,
.head_panel.full_height .container_fluid {
  padding-bottom: 48px;
  padding-top: 48px;
}
/*** Head Panel's Heading group ***/
.head_panel .hgroup {
  font-family: Josefin Sans, sans-serif;
}
.head_panel .hgroup h1.title {
  font-size: 110px;
  letter-spacing: 2px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.head_panel .hgroup h1.title + p.subtitle {
  padding: 14px 0 0 0;
}
.head_panel .hgroup h1.title + p.subtitle + ul.breadcrumb {
  padding: 8px 0 0 0;
}
.head_panel .hgroup h1.title + ul.breadcrumb {
  padding: 16px 0 0 0;
}
@media (max-width: 992px) {
  .head_panel .hgroup h1.title {
    font-size: 80px;
  }
  .head_panel .hgroup h1.title + p.subtitle {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .head_panel .hgroup h1.title {
    font-size: 50px;
  }
}
.head_panel .hgroup p.subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.head_panel .hgroup ul.breadcrumb {
  padding-left: 0;
  list-style: none;
}
.head_panel .hgroup ul.breadcrumb li + li:before {
  content: '/';
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}
.head_panel .hgroup ul.breadcrumb li {
  display: inline-block;
}
.head_panel .hgroup ul.breadcrumb li a {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
}
/*** MAP ***/
.map {
  height: 480px !important;
}
.map img {
  max-width: none !important;
}
@media (max-width: 992px) {
  .map {
    min-height: 380px;
  }
}
@media (max-width: 768px) {
  .map {
    min-height: 280px;
  }
}
/* 
5. =THE MAIN AREA
=============================================================== 
*/
.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,
.main .vc_row {
  position: relative;
  background-color: #ffffff;
  -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: 96px;
  padding-bottom: 96px;
  border-color: #ffffff;
}
.main .section div[class*="col-"],
.main .vc_row 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;
}
.content_top {
  background-color: #131313;
  color: #ffffff;
  text-align: center;
}
.content_top .title_in_content {
  padding-top: 96px;
  padding-bottom: 96px;
}
.transparent_header .content_top .title_in_content,
.sticky_header .content_top .title_in_content {
  padding-top: 316px;
}
@media (max-width: 992px) {
  .transparent_header .content_top .title_in_content,
  .sticky_header .content_top .title_in_content {
    padding-top: 256px;
  }
}
@media (max-width: 768px) {
  .transparent_header .content_top .title_in_content,
  .sticky_header .content_top .title_in_content {
    padding-top: 212px;
  }
}
.vc_off .content_main {
  padding-top: 96px;
  padding-bottom: 96px;
}
.vc_on .content_main #sidebar {
  padding-top: 96px;
  padding-bottom: 96px;
}
.single-project .vc_on .post_figure_and_info {
  padding-top: 96px;
}
/*** SKINCOLORED SECTION (PRIMARY) ***/
.primary_section,
.main .primary_section,
[class*="_section"] .primary_section,
[class*="_section"] [class*="_section"] .primary_section {
  background-color: #2ecc71;
  color: #ffffff;
  border-color: #2ecc71;
}
.primary_section a:link,
.main .primary_section a:link,
[class*="_section"] .primary_section a:link,
[class*="_section"] [class*="_section"] .primary_section a:link,
.primary_section a:visited,
.main .primary_section a:visited,
[class*="_section"] .primary_section a:visited,
[class*="_section"] [class*="_section"] .primary_section a:visited {
  color: #eeee22;
}
.primary_section a:hover,
.main .primary_section a:hover,
[class*="_section"] .primary_section a:hover,
[class*="_section"] [class*="_section"] .primary_section a:hover,
.primary_section a:active,
.main .primary_section a:active,
[class*="_section"] .primary_section a:active,
[class*="_section"] [class*="_section"] .primary_section a:active {
  color: #eded00;
}
/*** SECONDARY COLORED SECTION ***/
.secondary_section,
.main .secondary_section,
[class*="_section"] .secondary_section,
[class*="_section"] [class*="_section"] .secondary_section {
  background-color: #d30202;
  color: #ffffff;
  border-color: #d30202;
}
.secondary_section a:link,
.main .secondary_section a:link,
[class*="_section"] .secondary_section a:link,
[class*="_section"] [class*="_section"] .secondary_section a:link,
.secondary_section a:visited,
.main .secondary_section a:visited,
[class*="_section"] .secondary_section a:visited,
[class*="_section"] [class*="_section"] .secondary_section a:visited {
  color: #eeee22;
}
.secondary_section a:hover,
.main .secondary_section a:hover,
[class*="_section"] .secondary_section a:hover,
[class*="_section"] [class*="_section"] .secondary_section a:hover,
.secondary_section a:active,
.main .secondary_section a:active,
[class*="_section"] .secondary_section a:active,
[class*="_section"] [class*="_section"] .secondary_section a:active {
  color: #eded00;
}
/*** DARK SECTION ***/
.dark_section,
.main .dark_section,
[class*="_section"] .dark_section,
[class*="_section"] [class*="_section"] .dark_section {
  background-color: #2658fd;
  color: #fdfdfd;
  border-color: #2658fd;
}
.dark_section a:link,
.main .dark_section a:link,
[class*="_section"] .dark_section a:link,
[class*="_section"] [class*="_section"] .dark_section a:link,
.dark_section a:visited,
.main .dark_section a:visited,
[class*="_section"] .dark_section a:visited,
[class*="_section"] [class*="_section"] .dark_section a:visited {
  color: #eeee22;
}
.dark_section a:hover,
.main .dark_section a:hover,
[class*="_section"] .dark_section a:hover,
[class*="_section"] [class*="_section"] .dark_section a:hover,
.dark_section a:active,
.main .dark_section a:active,
[class*="_section"] .dark_section a:active,
[class*="_section"] [class*="_section"] .dark_section a:active {
  color: #eded00;
}
/*** LIGHT SECTION ***/
.light_section,
.main .light_section,
[class*="_section"] .light_section,
[class*="_section"] [class*="_section"] .light_section {
  background-color: #f4f4f4;
  color: #323232;
  border-color: #f4f4f4;
}
.light_section a:link,
.main .light_section a:link,
[class*="_section"] .light_section a:link,
[class*="_section"] [class*="_section"] .light_section a:link,
.light_section a:visited,
.main .light_section a:visited,
[class*="_section"] .light_section a:visited,
[class*="_section"] [class*="_section"] .light_section a:visited {
  color: #1e73be;
}
.light_section a:hover,
.main .light_section a:hover,
[class*="_section"] .light_section a:hover,
[class*="_section"] [class*="_section"] .light_section a:hover,
.light_section a:active,
.main .light_section a:active,
[class*="_section"] .light_section a:active,
[class*="_section"] [class*="_section"] .light_section a:active {
  color: #0acdd1;
}
/*** BLACK SECTION ***/
.black_section,
.main .black_section,
[class*="_section"] .black_section,
[class*="_section"] [class*="_section"] .black_section {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.black_section a:link,
.main .black_section a:link,
[class*="_section"] .black_section a:link,
[class*="_section"] [class*="_section"] .black_section a:link,
.black_section a:visited,
.main .black_section a:visited,
[class*="_section"] .black_section a:visited,
[class*="_section"] [class*="_section"] .black_section a:visited {
  color: #eeee22;
}
.black_section a:hover,
.main .black_section a:hover,
[class*="_section"] .black_section a:hover,
[class*="_section"] [class*="_section"] .black_section a:hover,
.black_section a:active,
.main .black_section a:active,
[class*="_section"] .black_section a:active,
[class*="_section"] [class*="_section"] .black_section a:active {
  color: #eded00;
}
/*** WHITE SECTION ***/
.white_section,
.main .white_section,
[class*="_section"] .white_section,
[class*="_section"] [class*="_section"] .white_section {
  background-color: #ffffff;
  color: #323232;
  border-color: #ffffff;
}
.white_section a:link,
.main .white_section a:link,
[class*="_section"] .white_section a:link,
[class*="_section"] [class*="_section"] .white_section a:link,
.white_section a:visited,
.main .white_section a:visited,
[class*="_section"] .white_section a:visited,
[class*="_section"] [class*="_section"] .white_section a:visited {
  color: #1e73be;
}
.white_section a:hover,
.main .white_section a:hover,
[class*="_section"] .white_section a:hover,
[class*="_section"] [class*="_section"] .white_section a:hover,
.white_section a:active,
.main .white_section a:active,
[class*="_section"] .white_section a:active,
[class*="_section"] [class*="_section"] .white_section a:active {
  color: #08c7d1;
}
.textify_links a:link,
.textify_links a:visited {
  color: #131313;
}
.textify_links a:hover,
.textify_links a:active {
  color: #1e73be;
}
.primary_section .textify_links a:link,
.primary_section.textify_links a:link,
.primary_section .textify_links a:visited,
.primary_section.textify_links a:visited {
  color: #ffffff;
}
.primary_section .textify_links a:hover,
.primary_section.textify_links a:hover,
.primary_section .textify_links a:active,
.primary_section.textify_links a:active {
  color: #eeee22;
}
.secondary_section .textify_links a:link,
.secondary_section.textify_links a:link,
.secondary_section .textify_links a:visited,
.secondary_section.textify_links a:visited {
  color: #ffffff;
}
.secondary_section .textify_links a:hover,
.secondary_section.textify_links a:hover,
.secondary_section .textify_links a:active,
.secondary_section.textify_links a:active {
  color: #eeee22;
}
.dark_section .textify_links a:link,
.dark_section.textify_links a:link,
.dark_section .textify_links a:visited,
.dark_section.textify_links a:visited {
  color: #fdfdfd;
}
.dark_section .textify_links a:hover,
.dark_section.textify_links a:hover,
.dark_section .textify_links a:active,
.dark_section.textify_links a:active {
  color: #eeee22;
}
.light_section .textify_links a:link,
.light_section.textify_links a:link,
.light_section .textify_links a:visited,
.light_section.textify_links a:visited {
  color: #323232;
}
.light_section .textify_links a:hover,
.light_section.textify_links a:hover,
.light_section .textify_links a:active,
.light_section.textify_links a:active {
  color: #1e73be;
}
.black_section .textify_links a:link,
.black_section.textify_links a:link,
.black_section .textify_links a:visited,
.black_section.textify_links a:visited {
  color: #ffffff;
}
.black_section .textify_links a:hover,
.black_section.textify_links a:hover,
.black_section .textify_links a:active,
.black_section.textify_links a:active {
  color: #eeee22;
}
.white_section .textify_links a:link,
.white_section.textify_links a:link,
.white_section .textify_links a:visited,
.white_section.textify_links a:visited {
  color: #323232;
}
.white_section .textify_links a:hover,
.white_section.textify_links a:hover,
.white_section .textify_links a:active,
.white_section.textify_links a:active {
  color: #1e73be;
}
.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.vc_row[data-vc-full-width],
.sep_angled_negative_bottom.vc_row[data-vc-full-width],
.sep_angled_positive_top.vc_row[data-vc-full-width],
.sep_angled_negative_top.vc_row[data-vc-full-width] {
  overflow: inherit;
}
.sep_angled_positive_bottom .separator_bottom,
.sep_angled_negative_bottom .separator_bottom,
.sep_angled_positive_top .separator_top,
.sep_angled_negative_top .separator_top {
  left: 0;
  padding-left: inherit;
  padding-right: inherit;
  width: inherit;
  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: 24px 0 0 900px;
  border-width: 24px 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: -23px;
}
.sep_angled_positive_bottom .separator_bottom:before {
  border-left-color: transparent;
  border-right-color: transparent;
  right: 50%;
}
.sep_angled_positive_bottom .separator_bottom:after {
  border-left-color: transparent;
  border-right-color: transparent;
  left: 50%;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sep_angled_negative_bottom .separator_bottom:before,
.sep_angled_negative_bottom .separator_bottom:after {
  bottom: -23px;
}
.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: -23px;
}
.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: -23px;
}
.sep_angled_negative_top .separator_top:before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: 0;
}
.sep_angled_negative_top .separator_top:after {
  border-top-color: transparent;
  border-bottom-color: transparent;
  right: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.folded_section {
  -o-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  z-index: 1;
}
.folded_section > div,
.folded_section > div > div,
.folded_section > div > div > div,
.folded_section > div > div > div .separator_top,
.folded_section > div > div > div .separator_bottom {
  background-color: inherit;
  border-color: inherit;
}
.folded_section > div > div > div .separator_top {
  margin-bottom: 0px;
}
.folded_section > div > div > div .separator_bottom {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .folded_section > div > div > div .separator_top,
  .folded_section > div > div > div .separator_bottom {
    display: none;
  }
}
.sep_triangular_downhill_top .separator_top {
  border-style: solid;
  border-left-width: inherit;
  display: none\9;
}
.sep_triangular_downhill_top .separator_top:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: inherit;
  border-width: 19px 0 0 1rem;
  border-left-width: inherit;
  top: -18px;
  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: 19px 0 0 1rem;
  border-left-width: inherit;
  top: -18px;
  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: 19px 0 0 1rem;
  border-left-width: inherit;
  bottom: -18px;
  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: 19px 0 0 1rem;
  border-left-width: inherit;
  bottom: -18px;
  border-left-color: transparent;
  border-right-color: transparent;
  right: 0;
  position: absolute;
  z-index: 9;
}
/* 
6. =BUTTONS
=============================================================== 
*/
.btn {
  font-family: Josefin Sans, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #131313;
  color: #131313;
  background-color: #ffffff;
  line-height: 1.1;
  text-align: center;
  padding: 12px 20px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  background-color: #131313;
  color: #ffffff;
  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-link {
  display: inline-block;
  font-family: Josefin Sans, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-link:after {
  content: '\2192';
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.btn.btn-primary {
  border: 2px solid #2ecc71 !important;
  color: #2ecc71 !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2ecc71;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-primary:hover:before,
.btn.btn-primary:focus:before,
.btn.btn-primary:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  color: #ffffff !important;
  background-color: transparent !important;
}
.btn.btn-primary.btn-inv {
  color: #ffffff !important;
  background-color: #2ecc71 !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-primary.btn-inv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-primary.btn-inv:hover:before,
.btn.btn-primary.btn-inv:focus:before,
.btn.btn-primary.btn-inv:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-primary.btn-inv:hover,
.btn.btn-primary.btn-inv:focus {
  color: #2ecc71 !important;
  border: 2px solid #2ecc71 !important;
  background-color: transparent !important;
}
.btn.btn-secondary {
  border: 2px solid #d30202 !important;
  color: #d30202 !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-secondary:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d30202;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-secondary:hover:before,
.btn.btn-secondary:focus:before,
.btn.btn-secondary:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  color: #ffffff !important;
  background-color: transparent !important;
}
.btn.btn-secondary.btn-inv {
  color: #ffffff !important;
  background-color: #d30202 !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-secondary.btn-inv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-secondary.btn-inv:hover:before,
.btn.btn-secondary.btn-inv:focus:before,
.btn.btn-secondary.btn-inv:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-secondary.btn-inv:hover,
.btn.btn-secondary.btn-inv:focus {
  color: #d30202 !important;
  border: 2px solid #d30202 !important;
  background-color: transparent !important;
}
.btn.btn-dark {
  border: 2px solid #2658fd !important;
  color: #2658fd !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-dark:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2658fd;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-dark:hover:before,
.btn.btn-dark:focus:before,
.btn.btn-dark:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-dark:hover,
.btn.btn-dark:focus {
  color: #fdfdfd !important;
  background-color: transparent !important;
}
.btn.btn-dark.btn-inv {
  color: #fdfdfd !important;
  background-color: #2658fd !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-dark.btn-inv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fdfdfd;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-dark.btn-inv:hover:before,
.btn.btn-dark.btn-inv:focus:before,
.btn.btn-dark.btn-inv:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-dark.btn-inv:hover,
.btn.btn-dark.btn-inv:focus {
  color: #2658fd !important;
  border: 2px solid #2658fd !important;
  background-color: transparent !important;
}
.btn.btn-light {
  border: 2px solid #f4f4f4 !important;
  color: #f4f4f4 !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-light:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f4f4;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-light:hover:before,
.btn.btn-light:focus:before,
.btn.btn-light:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-light:hover,
.btn.btn-light:focus {
  color: #323232 !important;
  background-color: transparent !important;
}
.btn.btn-light.btn-inv {
  color: #323232 !important;
  background-color: #f4f4f4 !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-light.btn-inv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #323232;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-light.btn-inv:hover:before,
.btn.btn-light.btn-inv:focus:before,
.btn.btn-light.btn-inv:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-light.btn-inv:hover,
.btn.btn-light.btn-inv:focus {
  color: #f4f4f4 !important;
  border: 2px solid #f4f4f4 !important;
  background-color: transparent !important;
}
.btn.btn-black {
  border: 2px solid #000000 !important;
  color: #000000 !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-black:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-black:hover:before,
.btn.btn-black:focus:before,
.btn.btn-black:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-black:hover,
.btn.btn-black:focus {
  color: #ffffff !important;
  background-color: transparent !important;
}
.btn.btn-black.btn-inv {
  color: #ffffff !important;
  background-color: #000000 !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-black.btn-inv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-black.btn-inv:hover:before,
.btn.btn-black.btn-inv:focus:before,
.btn.btn-black.btn-inv:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-black.btn-inv:hover,
.btn.btn-black.btn-inv:focus {
  color: #000000 !important;
  border: 2px solid #000000 !important;
  background-color: transparent !important;
}
.btn.btn-white {
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-white:hover:before,
.btn.btn-white:focus:before,
.btn.btn-white:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-white:hover,
.btn.btn-white:focus {
  color: #323232 !important;
  background-color: transparent !important;
}
.btn.btn-white.btn-inv {
  color: #323232 !important;
  background-color: #ffffff !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-white.btn-inv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #323232;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-white.btn-inv:hover:before,
.btn.btn-white.btn-inv:focus:before,
.btn.btn-white.btn-inv:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-white.btn-inv:hover,
.btn.btn-white.btn-inv:focus {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  background-color: transparent !important;
}
.btn.btn-success {
  border: 2px solid #5cb85c !important;
  color: #5cb85c !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-success:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #5cb85c;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-success:hover:before,
.btn.btn-success:focus:before,
.btn.btn-success:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-success:hover,
.btn.btn-success:focus {
  color: #ffffff !important;
  background-color: transparent !important;
}
.btn.btn-success.btn-inv {
  color: #ffffff !important;
  background-color: #5cb85c !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-success.btn-inv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-success.btn-inv:hover:before,
.btn.btn-success.btn-inv:focus:before,
.btn.btn-success.btn-inv:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-success.btn-inv:hover,
.btn.btn-success.btn-inv:focus {
  color: #5cb85c !important;
  border: 2px solid #5cb85c !important;
  background-color: transparent !important;
}
.btn.btn-info {
  border: 2px solid #5bc0de !important;
  color: #5bc0de !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-info:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #5bc0de;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-info:hover:before,
.btn.btn-info:focus:before,
.btn.btn-info:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-info:hover,
.btn.btn-info:focus {
  color: #ffffff !important;
  background-color: transparent !important;
}
.btn.btn-info.btn-inv {
  color: #ffffff !important;
  background-color: #5bc0de !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-info.btn-inv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-info.btn-inv:hover:before,
.btn.btn-info.btn-inv:focus:before,
.btn.btn-info.btn-inv:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-info.btn-inv:hover,
.btn.btn-info.btn-inv:focus {
  color: #5bc0de !important;
  border: 2px solid #5bc0de !important;
  background-color: transparent !important;
}
.btn.btn-warning {
  border: 2px solid #f0ad4e !important;
  color: #f0ad4e !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-warning:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0ad4e;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-warning:hover:before,
.btn.btn-warning:focus:before,
.btn.btn-warning:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-warning:hover,
.btn.btn-warning:focus {
  color: #ffffff !important;
  background-color: transparent !important;
}
.btn.btn-warning.btn-inv {
  color: #ffffff !important;
  background-color: #f0ad4e !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-warning.btn-inv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-warning.btn-inv:hover:before,
.btn.btn-warning.btn-inv:focus:before,
.btn.btn-warning.btn-inv:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-warning.btn-inv:hover,
.btn.btn-warning.btn-inv:focus {
  color: #f0ad4e !important;
  border: 2px solid #f0ad4e !important;
  background-color: transparent !important;
}
.btn.btn-danger {
  border: 2px solid #d9534f !important;
  color: #d9534f !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-danger:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d9534f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-danger:hover:before,
.btn.btn-danger:focus:before,
.btn.btn-danger:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-danger:hover,
.btn.btn-danger:focus {
  color: #ffffff !important;
  background-color: transparent !important;
}
.btn.btn-danger.btn-inv {
  color: #ffffff !important;
  background-color: #d9534f !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-danger.btn-inv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-danger.btn-inv:hover:before,
.btn.btn-danger.btn-inv:focus:before,
.btn.btn-danger.btn-inv:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-danger.btn-inv:hover,
.btn.btn-danger.btn-inv:focus {
  color: #d9534f !important;
  border: 2px solid #d9534f !important;
  background-color: transparent !important;
}
.btn.btn-default {
  border: 2px solid #131313 !important;
  color: #131313 !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-default:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #131313;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-default:hover:before,
.btn.btn-default:focus:before,
.btn.btn-default:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-default:hover,
.btn.btn-default:focus {
  color: #ffffff !important;
  background-color: transparent !important;
}
.btn.btn-default.btn-inv {
  color: #ffffff !important;
  background-color: #131313 !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn.btn-default.btn-inv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn.btn-default.btn-inv:hover:before,
.btn.btn-default.btn-inv:focus:before,
.btn.btn-default.btn-inv:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn.btn-default.btn-inv:hover,
.btn.btn-default.btn-inv:focus {
  color: #131313 !important;
  border: 2px solid #131313 !important;
  background-color: transparent !important;
}
.primary_section .btn.btn-default {
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.primary_section .btn.btn-default:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.primary_section .btn.btn-default:hover:before,
.primary_section .btn.btn-default:focus:before,
.primary_section .btn.btn-default:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.primary_section .btn.btn-default:hover,
.primary_section .btn.btn-default:focus {
  color: #2ecc71 !important;
  background-color: transparent !important;
}
.primary_section .btn.btn-default.btn-inv {
  color: #2ecc71 !important;
  background-color: #ffffff !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.primary_section .btn.btn-default.btn-inv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2ecc71;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.primary_section .btn.btn-default.btn-inv:hover:before,
.primary_section .btn.btn-default.btn-inv:focus:before,
.primary_section .btn.btn-default.btn-inv:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.primary_section .btn.btn-default.btn-inv:hover,
.primary_section .btn.btn-default.btn-inv:focus {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  background-color: transparent !important;
}
.secondary_section .btn.btn-default {
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.secondary_section .btn.btn-default:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.secondary_section .btn.btn-default:hover:before,
.secondary_section .btn.btn-default:focus:before,
.secondary_section .btn.btn-default:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.secondary_section .btn.btn-default:hover,
.secondary_section .btn.btn-default:focus {
  color: #d30202 !important;
  background-color: transparent !important;
}
.secondary_section .btn.btn-default.btn-inv {
  color: #d30202 !important;
  background-color: #ffffff !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.secondary_section .btn.btn-default.btn-inv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d30202;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.secondary_section .btn.btn-default.btn-inv:hover:before,
.secondary_section .btn.btn-default.btn-inv:focus:before,
.secondary_section .btn.btn-default.btn-inv:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.secondary_section .btn.btn-default.btn-inv:hover,
.secondary_section .btn.btn-default.btn-inv:focus {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  background-color: transparent !important;
}
.dark_section .btn.btn-default {
  border: 2px solid #fdfdfd !important;
  color: #fdfdfd !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.dark_section .btn.btn-default:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fdfdfd;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.dark_section .btn.btn-default:hover:before,
.dark_section .btn.btn-default:focus:before,
.dark_section .btn.btn-default:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.dark_section .btn.btn-default:hover,
.dark_section .btn.btn-default:focus {
  color: #2658fd !important;
  background-color: transparent !important;
}
.dark_section .btn.btn-default.btn-inv {
  color: #2658fd !important;
  background-color: #fdfdfd !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.dark_section .btn.btn-default.btn-inv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2658fd;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.dark_section .btn.btn-default.btn-inv:hover:before,
.dark_section .btn.btn-default.btn-inv:focus:before,
.dark_section .btn.btn-default.btn-inv:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.dark_section .btn.btn-default.btn-inv:hover,
.dark_section .btn.btn-default.btn-inv:focus {
  color: #fdfdfd !important;
  border: 2px solid #fdfdfd !important;
  background-color: transparent !important;
}
.light_section .btn.btn-default {
  border: 2px solid #323232 !important;
  color: #323232 !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.light_section .btn.btn-default:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #323232;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.light_section .btn.btn-default:hover:before,
.light_section .btn.btn-default:focus:before,
.light_section .btn.btn-default:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.light_section .btn.btn-default:hover,
.light_section .btn.btn-default:focus {
  color: #f4f4f4 !important;
  background-color: transparent !important;
}
.light_section .btn.btn-default.btn-inv {
  color: #f4f4f4 !important;
  background-color: #323232 !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.light_section .btn.btn-default.btn-inv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f4f4;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.light_section .btn.btn-default.btn-inv:hover:before,
.light_section .btn.btn-default.btn-inv:focus:before,
.light_section .btn.btn-default.btn-inv:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.light_section .btn.btn-default.btn-inv:hover,
.light_section .btn.btn-default.btn-inv:focus {
  color: #323232 !important;
  border: 2px solid #323232 !important;
  background-color: transparent !important;
}
.black_section .btn.btn-default {
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.black_section .btn.btn-default:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.black_section .btn.btn-default:hover:before,
.black_section .btn.btn-default:focus:before,
.black_section .btn.btn-default:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.black_section .btn.btn-default:hover,
.black_section .btn.btn-default:focus {
  color: #000000 !important;
  background-color: transparent !important;
}
.black_section .btn.btn-default.btn-inv {
  color: #000000 !important;
  background-color: #ffffff !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.black_section .btn.btn-default.btn-inv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.black_section .btn.btn-default.btn-inv:hover:before,
.black_section .btn.btn-default.btn-inv:focus:before,
.black_section .btn.btn-default.btn-inv:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.black_section .btn.btn-default.btn-inv:hover,
.black_section .btn.btn-default.btn-inv:focus {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  background-color: transparent !important;
}
.white_section .btn.btn-default {
  border: 2px solid #323232 !important;
  color: #323232 !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.white_section .btn.btn-default:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #323232;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.white_section .btn.btn-default:hover:before,
.white_section .btn.btn-default:focus:before,
.white_section .btn.btn-default:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.white_section .btn.btn-default:hover,
.white_section .btn.btn-default:focus {
  color: #ffffff !important;
  background-color: transparent !important;
}
.white_section .btn.btn-default.btn-inv {
  color: #ffffff !important;
  background-color: #323232 !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.white_section .btn.btn-default.btn-inv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.white_section .btn.btn-default.btn-inv:hover:before,
.white_section .btn.btn-default.btn-inv:focus:before,
.white_section .btn.btn-default.btn-inv:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.white_section .btn.btn-default.btn-inv:hover,
.white_section .btn.btn-default.btn-inv:focus {
  color: #323232 !important;
  border: 2px solid #323232 !important;
  background-color: transparent !important;
}
.footer .btn.btn-default {
  border: 2px solid #131313 !important;
  color: #131313 !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footer .btn.btn-default:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #131313;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.footer .btn.btn-default:hover:before,
.footer .btn.btn-default:focus:before,
.footer .btn.btn-default:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.footer .btn.btn-default:hover,
.footer .btn.btn-default:focus {
  color: #fafafa !important;
  background-color: transparent !important;
}
.footer .btn.btn-default.btn-inv {
  color: #fafafa !important;
  background-color: #131313 !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footer .btn.btn-default.btn-inv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fafafa;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.footer .btn.btn-default.btn-inv:hover:before,
.footer .btn.btn-default.btn-inv:focus:before,
.footer .btn.btn-default.btn-inv:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.footer .btn.btn-default.btn-inv:hover,
.footer .btn.btn-default.btn-inv:focus {
  color: #131313 !important;
  border: 2px solid #131313 !important;
  background-color: transparent !important;
}
.btn.btn-default.btn-inv:hover {
  background-color: #131313 !important;
}
.primary_section .btn.btn-default.btn-inv:hover {
  background-color: #ffffff !important;
}
.secondary_section .btn.btn-default.btn-inv:hover {
  background-color: #ffffff !important;
}
.dark_section .btn.btn-default.btn-inv:hover {
  background-color: #fdfdfd !important;
}
.light_section .btn.btn-default.btn-inv:hover {
  background-color: #323232 !important;
}
.black_section .btn.btn-default.btn-inv:hover {
  background-color: #ffffff !important;
}
.white_section .btn.btn-default.btn-inv:hover {
  background-color: #323232 !important;
}
.footer .btn.btn-default.btn-inv:hover {
  background-color: #131313 !important;
}
input[type="submit"].btn-primary:hover {
  background-color: #2ecc71 !important;
}
input[type="submit"].btn-secondary:hover {
  background-color: #d30202 !important;
}
input[type="submit"].btn-dark:hover {
  background-color: #2658fd !important;
}
input[type="submit"].btn-light:hover {
  background-color: #f4f4f4 !important;
}
input[type="submit"].btn-black:hover {
  background-color: #000000 !important;
}
input[type="submit"].btn-white:hover {
  background-color: #ffffff !important;
}
input[type="submit"].btn.btn-default:hover {
  background-color: #131313 !important;
}
.primary_section input[type="submit"].btn-default:hover {
  background-color: #ffffff !important;
}
.secondary_section input[type="submit"].btn-default:hover {
  background-color: #ffffff !important;
}
.dark_section input[type="submit"].btn-default:hover {
  background-color: #fdfdfd !important;
}
.light_section input[type="submit"].btn-default:hover {
  background-color: #323232 !important;
}
.black_section input[type="submit"].btn-default:hover {
  background-color: #ffffff !important;
}
.white_section input[type="submit"].btn-default:hover {
  background-color: #323232 !important;
}
.footer input[type="submit"].btn-default:hover {
  background-color: #131313 !important;
}
input[type="submit"].btn.btn-default.btn-inv:hover {
  background-color: #ffffff !important;
}
.primary_section input[type="submit"].btn-inv.btn-default:hover {
  background-color: #2ecc71 !important;
}
.secondary_section input[type="submit"].btn-inv.btn-default:hover {
  background-color: #d30202 !important;
}
.dark_section input[type="submit"].btn-inv.btn-default:hover {
  background-color: #2658fd !important;
}
.light_section input[type="submit"].btn-inv.btn-default:hover {
  background-color: #f4f4f4 !important;
}
.black_section input[type="submit"].btn-inv.btn-default:hover {
  background-color: #000000 !important;
}
.white_section input[type="submit"].btn-inv.btn-default:hover {
  background-color: #ffffff !important;
}
.footer input[type="submit"].btn.btn-inv.btn-default:hover {
  background-color: #fafafa !important;
}
.btn-lg {
  font-size: 16px;
  padding: 16px 32px;
  line-height: 1.25;
}
.btn-sm {
  font-size: 12px;
  padding: 8px 10px;
  line-height: 1.25;
}
.btn-xs {
  font-size: 11px;
  padding: 6px 8px;
  line-height: 1.25;
}
.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 i {
  display: inline-block;
  margin: 0;
}
.btn.with-icon.icon-left i {
  margin-right: 6px;
}
.btn.with-icon.icon-right i {
  margin-left: 6px;
}
/* 
7. =FORMS
=============================================================== 
*/
/* - Form elements - */
select,
textarea,
input {
  color: inherit;
  background-color: inherit;
  font-weight: 400;
  font-size: 16px;
  height: 43px;
  line-height: 1.75;
  padding: 0 12px;
  border: 1px solid;
  border-color: #bbbbbb;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0px;
  -webkit-box-shadow: 0px;
  text-shadow: none;
}
select:focus,
textarea:focus,
input:focus {
  outline: none;
  box-shadow: none !important;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
}
select:-moz-placeholder,
textarea:-moz-placeholder,
input:-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  font-size: 12px;
  text-transform: uppercase;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
}
.primary_section select,
.primary_section textarea,
.primary_section input {
  border-color: #ffffff;
}
.secondary_section select,
.secondary_section textarea,
.secondary_section input {
  border-color: #ffffff;
}
.dark_section select,
.dark_section textarea,
.dark_section input {
  border-color: #fdfdfd;
}
.light_section select,
.light_section textarea,
.light_section input {
  border-color: #dadada;
}
.black_section select,
.black_section textarea,
.black_section input {
  border-color: #ffffff;
}
.white_section select,
.white_section textarea,
.white_section input {
  border-color: #dadada;
}
.footer select,
.footer textarea,
.footer input {
  border-color: #bbbbbb;
}
input[type="submit"],
input[type="button"],
input[type="reset"],
button {
  font-family: Josefin Sans, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #131313;
  color: #131313;
  background-color: #ffffff;
  line-height: 1.1;
  text-align: center;
  padding: 12px 20px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  border-color: inherit;
}
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button:focus,
input[type="submit"]:active:focus,
input[type="button"]:active:focus,
input[type="reset"]:active:focus,
button:active:focus,
input[type="submit"].active:focus,
input[type="button"].active:focus,
input[type="reset"].active:focus,
button.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
button:focus {
  background-color: #131313;
  color: #ffffff;
  text-decoration: none;
}
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
button:active,
input[type="submit"].active,
input[type="button"].active,
input[type="reset"].active,
button.active {
  outline: 0;
  background-image: none;
}
input[type="submit"].disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
button.disabled,
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
button[disabled],
fieldset[disabled] input[type="submit"],
fieldset[disabled] input[type="button"],
fieldset[disabled] input[type="reset"],
fieldset[disabled] button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
input[type="color"] {
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  height: auto;
  display: inline-block;
}
.radio,
.checkbox {
  padding-left: 20px;
}
input[type="number"] {
  max-width: 40px;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
span.spinner {
  font-family: Helvetica, Arial, serif;
  cursor: pointer;
  display: inline-block;
  height: 43px;
  line-height: 43px;
  background-color: #323232;
  color: #fff;
  font-weight: bolder;
  padding: 0 12px;
  vertical-align: middle;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}
textarea {
  height: auto;
}
.form-control {
  height: 43px;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: inherit;
  box-shadow: 0px;
  -webkit-box-shadow: 0px;
}
.big_form .form-control {
  margin-bottom: 24px;
  padding: 24px;
  min-height: 73px;
}
/*
8. =DESIGN ELEMENTS
=============================================================== 
*/
/*** SVG DIVIDER ***/
.svg_divider {
  margin-bottom: 20px;
  line-height: 0;
  margin-top: 20px;
}
.svg_divider svg {
  fill: currentColor;
}
/*** HEADING GROUP SC ***/
.heading_group_sc h1,
.heading_group_sc h2,
.heading_group_sc h3,
.heading_group_sc h4,
.heading_group_sc h5,
.heading_group_sc h6 {
  margin-top: 0;
  margin-bottom: 24px;
}
.heading_group_sc h1,
.heading_group_sc h2 {
  font-weight: bold;
  letter-spacing: 4px;
}
.heading_group_sc h3 {
  font-weight: bolder;
  letter-spacing: 4px;
}
.heading_group_sc h4,
.heading_group_sc h5 {
  font-weight: bolder;
  letter-spacing: 2px;
}
.heading_group_sc span.subtitle {
  letter-spacing: 7px;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  margin-bottom: 3px;
}
.heading_group_sc span.subtitle + .svg_divider {
  margin-top: 20px;
}
.heading_group_sc.subtitle_bottom h1,
.heading_group_sc.subtitle_bottom h2,
.heading_group_sc.subtitle_bottom h3,
.heading_group_sc.subtitle_bottom h4,
.heading_group_sc.subtitle_bottom h5,
.heading_group_sc.subtitle_bottom h6 {
  margin-bottom: 4px;
}
/*** TEASER BOX ***/
.teaser_box {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .teaser_box {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.teaser_box .figure {
  display: inline-block;
  max-width: 100%;
  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;
  margin-bottom: 16px;
}
.teaser_box .figure > a {
  display: block;
  max-width: 100%;
}
.teaser_box .figure > i,
.teaser_box .figure > a i {
  font-size: 40px;
  display: inline-block;
  line-height: 40px;
}
.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.rounded {
  border-radius: 6px;
  text-align: center;
}
.teaser_box .figure.rounded i {
  padding: 10px;
}
.teaser_box .figure.rounded img {
  border-radius: 6px;
}
.teaser_box .figure.with_image {
  display: block;
  margin-bottom: 24px;
}
.teaser_box .figure.circled {
  border-radius: 100px;
  width: 70px;
  height: 70px;
  text-align: center;
}
.teaser_box .figure.circled i {
  padding: 15px;
}
.teaser_box .figure.circled img {
  border-radius: 70px;
}
.teaser_box .figure.circled.with_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: inline-block;
}
.teaser_box .content .hgroup {
  margin-bottom: 24px;
}
.teaser_box .content .hgroup h4 {
  font-weight: bold;
  margin: 0;
  letter-spacing: 0;
}
.teaser_box .content .hgroup p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
}
.teaser_box .content .hgroup p + h4 {
  margin-top: 5px;
}
.teaser_box .content .hgroup h4 + p {
  margin-top: 5px;
}
.teaser_box .content .desc {
  position: relative;
  z-index: 1;
}
.teaser_box .content .desc p {
  margin-bottom: 0;
}
.teaser_box.horizontal {
  position: relative;
}
.teaser_box.horizontal .figure {
  left: 0;
  position: absolute;
  z-index: 1;
  top: 0;
}
.teaser_box.horizontal .figure.with_image {
  width: 60px;
  height: 60px;
}
.teaser_box.horizontal .figure.circled i {
  font-size: 27px;
}
.teaser_box.horizontal .content {
  padding-left: 84px;
}
.teaser_box.horizontal .content .hgroup {
  margin-bottom: 14px;
}
.teaser_box.horizontal .content .hgroup h1,
.teaser_box.horizontal .content .hgroup h2,
.teaser_box.horizontal .content .hgroup h3,
.teaser_box.horizontal .content .hgroup h4,
.teaser_box.horizontal .content .hgroup h5,
.teaser_box.horizontal .content .hgroup h6 {
  z-index: 1;
  letter-spacing: 0px;
}
.teaser_box.horizontal .content .hgroup p {
  font-size: 146px;
  line-height: 1em;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
.teaser_box.boxed_special {
  overflow: inherit;
  margin-top: 30px !important;
  padding-top: 62px !important;
}
.teaser_box.boxed_special .figure {
  position: absolute;
  top: 0;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.teaser_box.boxed_special.horizontal {
  margin-left: 30px !important;
}
.teaser_box.boxed_special.horizontal .figure {
  left: 0;
}
.teaser_box.boxed_special.horizontal .content {
  padding-left: 0;
}
/* COUNTER SC */
.counter_sc_wrapper {
  position: relative;
  z-index: 999;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.counter_sc_wrapper i {
  font-size: 40px;
}
.counter_sc_wrapper h4 {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 2px;
}
.counter_sc_wrapper span.counter {
  display: block;
  margin-bottom: 20px;
  margin-top: 24px;
  font-weight: bold;
  font-size: 28px !important;
}
.counter_sc_wrapper p {
  margin-top: 14px;
  opacity: 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;
  -webkit-animation: fadeInUp .2s;
  animation: fadeInUp .2s;
}
.counter_sc_wrapper:hover p {
  opacity: 1;
  -webkit-animation: fadeInUp .2s;
  animation: fadeInUp .2s;
}
/* LOOP SHORTCODES */
.grid_wrapper .grid_item {
  margin: 15px -1px;
}
.grid_wrapper .grid_item .stretchy_wrapper img {
  position: absolute;
  z-index: -1;
}
.grid_wrapper .grid_item img {
  width: 100%;
}
.grid_wrapper.no_gutter .grid_item {
  padding: 0 !important;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .masonry_grid.grid_wrapper .grid_item.featured_in_loop.col-sm-6 {
    width: 100%;
  }
  .masonry_grid.grid_wrapper .grid_item.featured_in_loop.col-sm-4 {
    width: 66.6666%;
  }
  .masonry_grid.grid_wrapper .grid_item.featured_in_loop.col-sm-3 {
    width: 50%;
  }
  .masonry_grid.grid_wrapper .grid_item.featured_in_loop.col-sm-2 {
    width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .masonry_grid.grid_wrapper .grid_item.featured_in_loop.col-md-6 {
    width: 100%;
  }
  .masonry_grid.grid_wrapper .grid_item.featured_in_loop.col-md-4 {
    width: 66.6666%;
  }
  .masonry_grid.grid_wrapper .grid_item.featured_in_loop.col-md-3 {
    width: 50%;
  }
  .masonry_grid.grid_wrapper .grid_item.featured_in_loop.col-md-2 {
    width: 33.3333%;
  }
}
.filter_button_group {
  text-align: center;
  margin-bottom: 48px;
}
.filter_button_group a.filter_button {
  cursor: pointer;
  letter-spacing: 4px;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
/*  GRID ITEM STYLE - Hover Overlay */
.gris_hover_overlay a {
  position: relative;
  display: block;
}
.grid_item_overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.grid_item_overlay_inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  top: 50%;
}
.grid_item_overlay_inner h2,
.grid_item_overlay_inner p {
  opacity: 0;
  filter: alpha(opacity=0);
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.grid_item_overlay_inner h2 {
  font-size: 42px;
  line-height: 1.2em;
  margin-bottom: 0;
}
.grid_item_overlay_inner p.subtitle,
.grid_item_overlay_inner p.primary_taxonomy {
  letter-spacing: 7px;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
}
.grid_item_overlay_inner p.subtitle span,
.grid_item_overlay_inner p.primary_taxonomy span {
  padding: 0 5px;
}
.grid_item_overlay_inner *:empty {
  display: none;
}
@media (max-width: 480px) {
  .primary_taxonomy span {
    display: inline-block;
  }
}
/*  GRID ITEM STYLE - Profile Classic Vertical  */
.gris_profile_strict_default {
  /* Hover Effect */
}
.gris_profile_strict_default .hgroup p {
  font-size: 13px;
}
.gris_profile_strict_default .figure.with_image a img,
.gris_profile_strict_default .team_social a {
  transition: all 500ms ease;
}
.gris_profile_strict_default .figure.with_image a:hover > img {
  opacity: 0.8;
  transform: scale(1.05);
}
.gris_profile_strict_default .team_social a:hover {
  opacity: 0.8;
  transform: scale(1.15);
}
.team_social a {
  display: inline-block !important;
  color: #fff !important;
  margin: 0 6px 6px 0;
}
.team_social a i {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  border-radius: 40px;
}
/*  GRID ITEM STYLE - Post Masonry  */
.masonry_grid .text-center .blog_post_listing_meta h2 {
  padding-left: 16px;
  padding-right: 16px;
}
.masonry_grid .text-center .blog_post_listed_content_wrapper {
  padding-left: 16px;
  padding-right: 16px;
}
.masonry_grid .text-center a.btn {
  margin: 24px 0;
}
.list_grid.grid_wrapper .grid_item {
  margin: 0 0 15px 0;
}
/* - Pricing - */
.pricing_wrap {
  width: 80%;
  min-height: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(211, 2, 2, 0.2);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(211, 2, 2, 0.2);
  box-shadow: inset 0px 0px 0px 1px rgba(211, 2, 2, 0.2);
  padding-bottom: 35px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.pricing_wrap .pricing_head {
  padding: 50px 0;
  background-color: #d30202;
}
.pricing_wrap .pricing_head h4 {
  color: #fff;
  font-weight: 700;
}
.pricing_wrap .pricing_head h3 {
  color: #fff;
  font-weight: 700;
  font-size: 34px;
}
.pricing_wrap .pricing_details ul {
  padding-left: 0;
  list-style: none;
  padding: 35px 0;
}
.pricing_wrap .pricing_details ul li {
  font-size: 14px;
  margin: 7px 0;
}
.pricing_wrap:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(211, 2, 2, 0.5);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(211, 2, 2, 0.5);
  box-shadow: inset 0px 0px 0px 1px rgba(211, 2, 2, 0.5);
}
/* PL Shortcode: Fixed Ratio Media */
.pl_fixed_ratio_media .stretchy_wrapper img {
  z-index: -1;
}
.pl_fixed_ratio_media.wpb_content_element {
  margin-top: 15px;
  margin-bottom: 15px;
}
/*  SINGLE PROJECT PAGE */
.single-project .stretchy_wrapper img {
  z-index: -1;
}
.post_navigation {
  margin-bottom: 48px;
}
.previous_post {
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
}
.next_post {
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
}
/*  SINGLE PROFILE PAGE */
.profile_single_photo {
  text-align: right;
}
.profile_single_photo blockquote {
  border-left: none;
  border-right: solid 5px;
  margin-top: 24px;
}
.profile_single_content h1 {
  margin-bottom: 0px;
}
.profile_single_content .heading_group_sc {
  margin-bottom: 16px;
}
.team_social {
  margin-top: 16px;
  margin-bottom: 16px;
}
/* - Slider Revolution Captions - */
.caption-bordered h2 {
  border: 15px solid #fff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 150px;
  line-height: 1.1em;
  font-weight: bolder;
  text-align: center;
  padding: 24px;
  margin-bottom: 24px !important;
  color: #fff !important;
}
.caption-bordered h2 small {
  font-size: .35em;
}
.caption-bordered span {
  letter-spacing: 7px;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  color: #fff !important;
  font-size: 16px !important;
  margin-bottom: 48px !important;
  text-align: center;
}
.caption-bordered a.btn-link {
  color: #fff !important;
  display: block;
}
.caption-bordered a.btn-link:hover {
  color: #2ecc71 !important;
}
.caption-classic h2 {
  margin-left: auto;
  margin-right: auto;
  font-size: 150px;
  line-height: 1.1em;
  font-weight: normal;
  text-align: center;
  padding: 24px;
  margin-bottom: 24px !important;
  color: #fff !important;
  letter-spacing: .5px;
  line-height: 122px !important;
}
.caption-classic h2 small {
  font-size: .35em;
}
@media (max-width: 768px) {
  .caption-classic h2 {
    line-height: 68px !important;
  }
}
@media (max-width: 480px) {
  .caption-classic h2 {
    line-height: 48px !important;
  }
}
.caption-classic img {
  margin-bottom: 24px !important;
  width: 40px !important;
  height: auto !important;
}
.caption-classic p {
  font-size: 22px !important;
  line-height: 26px !important;
  color: #fff !important;
  opacity: 1;
  margin-bottom: 0px !important;
}
.caption-classic span {
  letter-spacing: 7px;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  color: #fff !important;
  font-size: 14px !important;
  margin-bottom: 0px !important;
}
.caption-classic a.btn-white {
  margin-top: 24px !important;
}
.caption-classic a.btn-link {
  color: #fff !important;
  display: block;
}
.caption-classic a.btn-link:hover {
  color: #2ecc71 !important;
}
/* - Typewritter Headings - */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  width: 2px;
  display: block;
  background-color: #000;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 0.5s infinite;
  -moz-animation: cd-pulse 0.5s infinite;
  animation: cd-pulse 0.5s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
  background-color: #000;
  color: #fff;
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  background-color: #000;
  color: #fff;
}
.cd-headline.type b {
  visibility: hidden;
  font-style: normal !important;
}
.cd-headline.type b.is-visible {
  visibility: visible;
  font-style: normal !important;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
  font-style: normal !important;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}
@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
.cd-headline {
  margin-bottom: 24px;
  font-weight: bolder;
  font-size: 42px;
  line-height: 1.2em;
}
.cd-headline span {
  line-height: 50px;
}
.cd-headline span b {
  display: inline-block;
  left: 0;
  position: absolute;
  margin-right: 5px;
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .cd-headline {
    font-size: 22px;
    line-height: 1.2em;
  }
}
/*** EMBED LITE SHORTCODE ***/
.ple_yt-box {
  width: 100%;
  height: auto;
  position: relative;
}
.ple_yt-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.ple_yt-view {
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.ple_yt-thumb {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.ple_yt-view .play {
  filter: alpha(opacity=80);
  opacity: .8;
  height: 77px;
  left: 50%;
  margin-left: -38px;
  margin-top: -38px;
  position: absolute;
  top: 50%;
  width: 77px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE0AAABNCAYAAADjCemwAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAABgtJREFUeNrtXE1IJEcUFuYgHhZZAzOQwKLsaeY4MuCisLNkMUYM+TtmQwgYQSEg8RCIBAMBSYIQPCgEEiEYISZIgrhzCRLYg+BBMiiDGCHGH4xGETH4O85M+huql7Knuqe7urq7ercePAZnuqtefXZVvfe911VToyRUUqdpVNMmTROaJjVt0bRN0/uapslnG/k+Sa5rIvfVPQ8gRTSNaRrX9B4Bxa3eI+3FSPvPjLxAnpAbA+7s7HxrcnLyk8XFxe82NjZ+Ozw8XDk9Pd29urr6r1Ao5EulUhGf+Bvf43dch+txH+5ngJgg/YVWXtI0RQ9qbGzso1wu99PJyclfJQGCdtAe2jWAlyL9h0ZeJGtQeQC9vb2Pstns1NnZ2X7JQ0H76Af9UeC1EHukldtksS4bPDw83Le5uTlfCkDQL/qnwEsS+6SSu/SThbWnJIHADsOTd1cGsG5p2qwbhUXayaCOj4//XFtbm52fn/96fHx8oK+v793W1tbXGhoaHkYikQf4xN/4Hr/jOlyP+5z0A7so4JqJ3YFITPenBgcHP8DuZmcA29vbT2ZnZ4fb29vfcONu4H60g/bs9Av7YCfl/8X8BuyObnwmk/kK7kGVRfqfhYWFb9wCZQUg2kc/VbArwl7q3jt+Adakd4rdysrC8/PzfzGlvADKTNEf+rWyC3ZT9zT5Btj6+nqmmmHRaPShn4Dpin6r/UNhvx/APZ2SVrsjFumRkZEPgwDLqLDDatPAOLycqjE7T5j22+Pa2toHMgCmK+yBXTafOGGbwy19l7R65LVt/VuZwDIq7LOxxt0X5Y40U7skU/xe7N1sEmZjoHbVZiGePvwbM7ciLIDZAK5I+XHckcNtvSMzx1X2Kel0qmKc1HVcsWrSKjTC4hpGwKgN7XGVkCvJQ++Ug28zt0K2XZJnVzVzR6gg3xGt1GLlj8nih4nw46r4by1OGNcyH2YjBLGte3t7i/39/e/JBpyZG0XxcbYY4DJFzSIQEdPxhka4v1AoXK+urv7a0dHxpiygYTysWBXjp6jzqkkQ07XMjXtBt5PP58+wgzU2Nr4isxtCrW2WyZqE2SML2sWNYWa8/szMzOcgHIMGjkUrUUtRwiovqTdQkQQBXyUaNF2Ojo5yBk7fd8X4WP9U6pqIaVCOdBhrYG4JRBvkanFra+v37u7ud4IADeNjGUWlB5nBPDLVaeQRWRS1W6Ps8vnX19f5lZWV6VQq1eU3cCzqHHiQ3+Ms0MqlAqxELrh4v0DT5fLy8hgLdH19/ct+gYZxshLSVAnEDanTSwW8mJo8oFFG/z0xMfFxkFOUKoG4UXSDKpw0aiRYIZMIg9zmMA8ODv6gWAjPlBVaARfye7SC+2cF58gzygAacY6LYFq7urre9go0jNciiG+q8M9YsaYovkxk5txL55jl6FKxaKKCBmLxZshsywYa7UfNzc19IZJxwXgteLZkBauBOjDjDSgJkBU0et0dHR3tF2EnxmtsH7iwWA+UaKZRQGe8AbUUsoOmy87OzhO3zjHGa2wXuJDf22jQytkmUoF4Q1CEEhbQRDjHGC9jA8pT2aqnog+sInkiKpj2CzTssNgB0+n06zx2YrysEI+65tl60hD4Dw0N9bix08mTFuo1DSFXJpP5UsQu6mRNC+XuSZjgX0QG9052z9D5aYYivXQQflpoIoKLi4tDsBFesb1OIgLpY09MxVwu97PXPJuT2FNqlgMMx8DAwPt+0ENOWA4p+TRMRT8TL075NKmYW3j1y8vLP8bj8Vf9pLudMrfS5Aj29/eXgsrE8+QIAs1GgeaZnp7+LKgUHm82KpC8J6ZiNpv9we+pKCrv6XuGHUUxPT09j2QoTeDNsPtWy6EZuDc1NfWp7CWldms5PK0a0qbixdLS0veyFL6IqhryrD5td3d3IaiSAz/q01QlJEclpKq55ay5VdXdHNXdEPUeAaeoN1Y4Rb0bxSHqLTxOUe97cop6s5hT1DvsboFTpyVwTlV1LofzzUGdAMPpjqizhtxEDjXqVCuuWFWdn8Yp6qQ+F6LOhHQh6vRRF6LOuRUg6kTl50n+B4KhcERZo7nRAAAAAElFTkSuQmCC") no-repeat;
  transition: transform 0.2s ease-in-out;
  cursor: hand;
  cursor: pointer;
}
.ple_yt-view .play:hover {
  transform: scale(1.1);
}
/* 
9. =BLOG PAGE ELEMENTS
=============================================================== 
*/
/*
--------------------------------------------------------------  
 
BLOG PAGE ELEMENTS

-------------------------------------------------------------- 
*/
.blog_intro {
  margin-bottom: 48px;
}
.blog_post .blog_post_listed_wrapper {
  margin-bottom: 48px;
}
.blog_post .blog_post_listing_meta {
  margin-bottom: 24px;
}
.blog_post .blog_post_listing_meta figure {
  margin-bottom: 24px;
}
.blog_post .blog_post_listing_meta figure.stretchy_wrapper img {
  z-index: -1;
}
.blog_post .blog_post_listing_meta h2 {
  font-family: Josefin Sans, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 24px;
  letter-spacing: 2px;
}
.blog_post .blog_post_listing_meta span {
  letter-spacing: 7px;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 4px;
  font-size: 13px;
}
.blog_post .blog_post_listing_meta span span:first-child {
  padding-left: 2px;
}
.blog_post .blog_post_listing_meta span.blog_post_date {
  margin-top: 24px;
}
.blog_post .blog_post_listing_meta .blog_post_comments i {
  -o-transform: translate(0px, -2px);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}
.blog_post .blog_post_listing_subtitle {
  font-weight: bold;
}
.blog_post a.btn {
  margin-top: 24px;
}
/* - Single Post - */
.blog_post.sticky .blog_post_listed_wrapper {
  padding: 48px;
  margin-left: -48px;
  background-color: #f4f4f4;
  color: #323232;
  border-color: #f4f4f4;
}
.blog_post.sticky .blog_post_listed_wrapper blockquote,
.blog_post.sticky .blog_post_listed_wrapper .blockquote-reverse,
.blog_post.sticky .blog_post_listed_wrapper blockquote.pull-right {
  border-color: #b2b2b2;
}
.blog_post.sticky .blog_post_listed_wrapper a:link,
.blog_post.sticky .blog_post_listed_wrapper a:visited {
  color: #1e73be;
}
.blog_post.sticky .blog_post_listed_wrapper a:hover,
.blog_post.sticky .blog_post_listed_wrapper a:active {
  color: #0acdd1;
}
.blog_post.sticky .blog_post_listed_wrapper select,
.blog_post.sticky .blog_post_listed_wrapper textarea,
.blog_post.sticky .blog_post_listed_wrapper input {
  border-color: #dadada;
}
.post_figure_and_info figure {
  margin-bottom: 24px;
}
.post_figure_and_info.project_single .blog_post_single_meta {
  border: none;
  padding: 0;
}
.blog_post_single_excerpt .blog_post_single_excerpt_subtitle {
  max-width: 778px;
  margin-top: 0;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.blog_post_single_excerpt p.lead {
  max-width: 778px;
  margin-bottom: 40px;
}
.text-center .blog_post_single_excerpt .blog_post_single_excerpt_subtitle {
  margin-left: auto;
  margin-right: auto;
}
.text-center .blog_post_single_excerpt p.lead {
  margin-left: auto;
  margin-right: auto;
}
.blog_post_single_meta {
  padding-bottom: 24px;
  border-bottom: solid 1px #dfdfdf;
  margin-bottom: 24px;
}
.blog_post_single_meta > span {
  padding-right: 5px;
}
.blog_post_single_meta:empty,
.blog_post_single_excerpt:empty {
  display: none;
}
.post_comments {
  margin: 48px 0 0 0;
}
.post_comments h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.1;
  margin-bottom: 24px;
  margin-top: 0;
}
.post_comments .comment {
  margin-top: 24px;
  margin-bottom: 24px;
}
.post_comments .comment figure img {
  margin-top: 0;
}
.post_comments .comment_name {
  font-weight: bold;
}
.post_comments .comment_name a {
  font-weight: normal;
}
.new_comment {
  margin: 48px 0 0 0;
}
.new_comment .comment-respond h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.1;
  margin-bottom: 24px;
  margin-top: 0;
}
.new_comment .comment-respond form.comment-form .row {
  margin-bottom: 24px;
}
.pagination > li {
  border-radius: 0px;
  margin-right: 0px !important;
  display: inline-block;
  margin-top: 48px;
}
.pagination > li.active a {
  border: solid 1px;
}
.pagination > li > a {
  background-color: transparent;
  border: 0px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  border-radius: 0px;
  font-size: 14px;
  color: inherit;
}
.pagination > li > a:focus {
  background-color: transparent;
  color: #2ecc71;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: inherit;
  color: inherit;
  border-color: inherit;
}
/*
10. =SIDEBAR AND WIDGETS
=============================================================== 
*/
.widget {
  position: relative;
  margin: 0 0 30px 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-family: Josefin Sans, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}
.widget:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ccc;
  opacity: .4;
  margin-top: 30px;
  display: block;
  position: relative;
}
.widget.plethora-multibox-widget {
  margin: 0 0 30px 0;
}
.widget.plethora-multibox-widget:after {
  display: none;
}
.footer .widget:after {
  display: none;
}
.media-object {
  float: left;
  margin-right: 18px;
}
.media-body h5 {
  margin-top: 8px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.media-body h5:hover {
  color: #2ecc71;
}
.media-body p {
  opacity: .8;
  margin-top: 6px;
}
ul.tags {
  padding-left: 0;
  list-style: none;
}
ul.tags li {
  display: inline-block;
}
ul.tags li:after {
  content: ',';
  margin-right: 5px;
}
ul.tags li:last-child::after {
  content: ' ';
}
ul.tags li a {
  -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.tags li a:hover {
  color: #2ecc71 !important;
}
ul.archive {
  padding-left: 0;
  list-style: none;
}
ul.archive li {
  display: block;
}
ul.archive li a {
  -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.archive li a:hover {
  color: #2ecc71 !important;
}
ul.instagram_widget {
  padding-left: 0;
  list-style: none;
}
ul.instagram_widget li img {
  width: 100%;
}
/* 
 =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: #fff;
}
.pl_about_us_widget p a:hover i,
.pl_about_us_widget p a:active i {
  background-color: #1e73be;
}
.pl_about_us_widget p i {
  color: #fff;
  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;
}
.pl_about_us_widget p span {
  display: inline;
  margin: 0 0 0 12px;
}
.pl_about_us_widget p span a:link,
.pl_about_us_widget p span a:visited {
  color: #1e73be;
}
.pl_about_us_widget p span a:hover,
.pl_about_us_widget p span a:active {
  color: #08d1c7;
}
.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: #131313;
}
footer .pl_about_us_widget p a:hover i,
footer .pl_about_us_widget p a:active i {
  background-color: #131313;
}
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: #131313;
}
footer .pl_about_us_widget p span a:hover,
footer .pl_about_us_widget p span a:active {
  color: #131313;
}
.pl_about_us_widget i,
.team_social i {
  background-color: #323232;
}
.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: 0px;
  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: normal;
  padding: 0px 0px 0px 0px;
  margin: 4px 0 5px 85px;
  font-size: 14px;
  line-height: 1.15em;
}
.pl_latest_portfolio_widget li.media p,
.pl_latest_news_widget li.media p {
  margin: 0 0 6px 85px;
  line-height: 1.2em;
  font-size: 14px;
}
.pl_latest_portfolio_widget li.media small,
.pl_latest_news_widget li.media small {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 0 7px 0;
  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: #1e73be;
  color: #ffffff;
}
.tagcloud a:hover {
  background-color: #131313;
}
footer .tagcloud a {
  background-color: #131313;
  color: #fafafa !important;
}
footer .tagcloud a:hover {
  background-color: #131313;
}
#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,
.woocommerce-MyAccount-navigation {
  font-family: Josefin Sans, 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,
.woocommerce-MyAccount-navigation 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,
.woocommerce-MyAccount-navigation ul li a {
  font-size: 15px;
  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,
.woocommerce-MyAccount-navigation 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,
.woocommerce-MyAccount-navigation 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,
.woocommerce-MyAccount-navigation 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,
.woocommerce-MyAccount-navigation 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,
.woocommerce-MyAccount-navigation 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,
.woocommerce-MyAccount-navigation 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,
.woocommerce-MyAccount-navigation 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,
.woocommerce-MyAccount-navigation ul li ul.children {
  margin-top: 10px;
  margin-left: 10px;
  padding-top: 0px;
  margin-bottom: 10px;
  border-left: dashed 1px #939393;
}
.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,
.woocommerce-MyAccount-navigation 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,
.woocommerce-MyAccount-navigation 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,
.woocommerce-MyAccount-navigation 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,
.woocommerce-MyAccount-navigation 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,
.woocommerce-MyAccount-navigation ul li .rss-date {
  font-size: 14px;
  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,
.woocommerce-MyAccount-navigation ul li .rssSummary {
  font-size: 14px;
}
.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,
.woocommerce-MyAccount-navigation ul li cite {
  font-size: 14px;
}
.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: 0px;
  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: #ffffff;
  background: #1e73be;
}
#wp-calendar tbody td:hover a {
  color: #ffffff;
}
#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: #ffffff;
  border-top: solid 2px #2ecc71;
}
.nav-tabs > li > a {
  border-radius: 0;
}
.tab-content {
  padding: 10px 0;
}
.widget_categories label {
  margin-right: 5px;
}
/* 
11. =FOOTER WIDGETIZED AREA
=============================================================== 
*/
.footer {
  background-color: #fafafa;
  color: #131313;
  -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: 96px;
  padding-bottom: 24px;
  position: relative;
}
.footer a:link,
.footer a:visited {
  color: #131313;
}
.footer a:hover,
.footer a:active {
  color: #8224e3;
}
.footer hr {
  position: relative;
  display: block;
  background-color: rgba(221, 221, 221, 0.002);
  width: 100%;
}
/* -  Copyright - */
.footer_infobar {
  border-top: solid 1px #dfdfdf;
  padding: 24px 0 0 0;
  margin-top: 64px;
}
.footer_message {
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  color: #131313;
}
.footer_message p {
  margin: 0;
}
.footer_message a {
  color: #131313 !important;
}
.footer_message a:hover {
  color: #131313 !important;
}
ul.social_menu {
  list-style: none;
  padding-top: 0px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding-left: 0 !important;
  padding-bottom: 0px;
}
ul.social_menu li {
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-overflow-scrolling: touch;
  margin: 0 10px;
}
ul.social_menu li:last-child {
  margin-right: 0;
}
ul.social_menu li a {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}
/* 
12. =MISC STYLES
=============================================================== 
*/
/* 
 = PAGE LOADER SCREEN
 -------------------------------------------------------------- 
*/
.loading {
  background-color: #2a2826;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.loading .row {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.loading img.loader {
  animation: 0.5s ease 0s normal none 1 running fadeInUp;
  margin-bottom: 10px;
}
.loading img.loader_logo {
  animation: 0.5s ease 0s normal none 1 running fadeInUp;
  display: block;
  margin: 0 auto;
  height: 10px;
}
/* 
 = 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: 9px;
  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%;
}
#loader {
  z-index: 99;
}
.close-handle {
  cursor: pointer;
  position: fixed;
  right: 60px;
  top: 30px;
  z-index: 999999;
  padding: 30px;
  border-radius: 60px;
  background-color: #fff;
}
.close-handle:before,
.close-handle:after {
  background-color: #323232;
  -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);
}
@media only screen and (max-width: 991px) {
  .close-handle {
    padding: 20px;
    right: 10px;
    top: 10px;
  }
  .close-handle:after,
  .close-handle:before {
    left: 10px;
    top: 19px;
    width: 20px;
  }
}
.loader-modal-content {
  background-color: #ffffff;
}
.pageload-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
}
.pageload-overlay.show {
  visibility: visible;
}
.pageload-overlay svg {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.pageload-overlay svg path {
  fill: #323232;
}
div.progress_ball {
  transition: all 600ms;
  display: none;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  z-index: 999999;
}
div.progress_ball.show {
  display: block;
}
.c_loader,
.c_loader:before,
.c_loader:after {
  background: #ffffff;
  -webkit-animation: load1 0.8s infinite ease-in-out;
  animation: load1 0.8s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.c_loader:before,
.c_loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.c_loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.c_loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 30px 0 0 45px;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.c_loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
/* 
13. =RESPONSIVE STATES
=============================================================== 
*/
/* =Responsive: Very Large Desktops (Higher Part of LG)
-------------------------------------------------------------- */
/* =Responsive: Large Desktops (Lower 200px Part of LG)
-------------------------------------------------------------- */
@media (min-width: 1200px) and (max-width: 1400px) {
  .stretchy_wrapper.ratio_slider {
    padding-bottom: 40% !important;
  }
}
/* =Responsive: Medium devices (MD) Desktops
-------------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
  .stretchy_wrapper.ratio_slider {
    padding-bottom: 50% !important;
  }
}
/* =Responsive: Small devices (SM) Tablets (Mobile Menu) 
-------------------------------------------------------------- */
/* =Responsive: Extra small devices (XS) Phones
-------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .stretchy_wrapper.ratio_slider {
    padding-bottom: 70% !important;
  }
  .copyright div {
    text-align: center;
  }
}
/* =Responsive: Small Phones (XXS)
-------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  .stretchy_wrapper.ratio_slider {
    padding-bottom: 80% !important;
  }
  .hidden-xxs {
    display: none;
  }
}
/* =Responsive: Small Phones (XXXS)
-------------------------------------------------------------- */
@media only screen and (max-width: 320px) {
  .stretchy_wrapper.ratio_slider {
    padding-bottom: 100% !important;
  }
  .hidden-xxxs {
    display: none;
  }
}
/* 
14. =VISUAL COMPOSER ADJUSTMENTS
=============================================================== 
*/
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  padding-top: 0px;
}
.wpb_button,
.vc_icon_element,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 24px;
  margin-top: 24px;
}
.flexslider .slides img {
  height: auto;
}
.nivoslider img {
  height: auto;
}
.vc_carousel-inner img {
  height: auto;
}
.vc_message_box-icon > * {
  transform: translate(-50%, -50%) !important;
}
.vc_video-bg {
  position: absolute !important;
}
.vc_row.vc_video-bg-container.transparent_film::before {
  z-index: 1;
}
.vc_row.vc_video-bg-container .wpb_column {
  z-index: 2;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0px;
}
@media (min-width: 768px) {
  .vc_col-sm-10 {
    width: 83.3332%;
  }
}
@media (min-width: 992px) {
  .vc_col-md-10 {
    width: 83.3332%;
  }
}
@media only screen and (max-width: 767px) {
  .pp_pic_holder.pp_default {
    width: 100% !important;
    left: 0 !important;
    overflow: hidden;
  }
  div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important;
  }
  div.pp_default .pp_content_container .pp_right {
    padding-right: 0 !important;
  }
  .pp_content {
    width: 100% !important;
    height: auto !important;
  }
  .pp_fade {
    width: 100% !important;
    height: 100% !important;
  }
  a.pp_expand,
  a.pp_contract,
  .pp_hoverContainer,
  .pp_gallery,
  .pp_top,
  .pp_bottom {
    display: none !important;
  }
  #pp_full_res img {
    width: 100% !important;
    height: auto !important;
  }
  .pp_details {
    width: 100% !important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top: -2px !important;
  }
  a.pp_close {
    right: 7% !important;
    top: 10px !important;
  }
}
/* 
15. =WORDPRESS ADJUSTMENTS
=============================================================== 
*/
/* 
 =WP General Styles
 -------------------------------------------------------------- 
*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin: 0px 0 10px 10px;
}
.alignleft {
  float: left;
  margin: 0px 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;
}
.gallery dl.gallery-item img {
  border: none !important;
}
/* 
 =Admin-bar Fix
 -------------------------------------------------------------- 
*/
body.admin-bar.sticky_header .overflow_wrapper,
body.admin-bar.sticky_header .header {
  margin-top: 30px;
}
/* 
16. =WOOCOMMERCE COLOR-RELATED STYLES
=============================================================== 
*/
/*!
Theme Name: Avoir

WooCommerce, mainly color-related styles


/* WOO Header Tools & Cart
-------------------------------------------------------------- */
.ple_woo_container {
  margin-left: 10px;
  margin-right: 10px;
}
.ple_woo_container:last-child {
  margin-right: 0px;
}
.ple_woo_cart_count {
  background-color: #2ecc71;
  border-radius: 20px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 11px;
  height: 22px;
  left: -8px;
  line-height: 22px;
  position: relative;
  text-align: center;
  top: -18px;
  width: 22px;
}
#ple_woocart .woocommerce-Price-amount {
  display: inline-block;
  -o-transform: translate(0px, -1px);
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}
.ple_woo_cart_icon i {
  font-size: 14px;
}
.ple_woo_user i {
  font-size: 12px;
}
/* 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
-------------------------------------------------------------- */
.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 {
  height: 43px;
}
/* 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: Josefin Sans, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #131313;
  color: #131313;
  background-color: #ffffff;
  line-height: 1.1;
  text-align: center;
  padding: 12px 20px;
  cursor: pointer;
  border: 2px solid #131313 !important;
  color: #131313 !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color !important;
  transition-property: color !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
  border-radius: 0px;
}
.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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  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 {
  background-color: #131313;
  color: #ffffff;
  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;
  filter: alpha(opacity=65);
}
.woocommerce #content input.button:before,
.woocommerce #respond input#submit:before,
.woocommerce a.button:before,
.woocommerce button.button:before,
.woocommerce input.button:before,
.woocommerce-page #content input.button:before,
.woocommerce-page #respond input#submit:before,
.woocommerce-page a.button:before,
.woocommerce-page button.button:before,
.woocommerce-page input.button:before {
  content: "" !important;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #131313 !important;
  -webkit-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
  -webkit-transform-origin: 0 0 !important;
  transform-origin: 0 0 !important;
  -webkit-transition-property: transform !important;
  transition-property: transform !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}
.woocommerce #content input.button:hover:before,
.woocommerce #respond input#submit:hover:before,
.woocommerce a.button:hover:before,
.woocommerce button.button:hover:before,
.woocommerce input.button:hover:before,
.woocommerce-page #content input.button:hover:before,
.woocommerce-page #respond input#submit:hover:before,
.woocommerce-page a.button:hover:before,
.woocommerce-page button.button:hover:before,
.woocommerce-page input.button:hover:before,
.woocommerce #content input.button:focus:before,
.woocommerce #respond input#submit:focus:before,
.woocommerce a.button:focus:before,
.woocommerce button.button:focus:before,
.woocommerce input.button:focus:before,
.woocommerce-page #content input.button:focus:before,
.woocommerce-page #respond input#submit:focus:before,
.woocommerce-page a.button:focus:before,
.woocommerce-page button.button:focus:before,
.woocommerce-page input.button:focus:before,
.woocommerce #content input.button:active:before,
.woocommerce #respond input#submit:active:before,
.woocommerce a.button:active:before,
.woocommerce button.button:active:before,
.woocommerce input.button:active:before,
.woocommerce-page #content input.button:active:before,
.woocommerce-page #respond input#submit:active:before,
.woocommerce-page a.button:active:before,
.woocommerce-page button.button:active:before,
.woocommerce-page input.button:active:before {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !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 {
  color: #ffffff !important;
  background-color: transparent !important;
}
.woocommerce #content input.button.btn-inv,
.woocommerce #respond input#submit.btn-inv,
.woocommerce a.button.btn-inv,
.woocommerce button.button.btn-inv,
.woocommerce input.button.btn-inv,
.woocommerce-page #content input.button.btn-inv,
.woocommerce-page #respond input#submit.btn-inv,
.woocommerce-page a.button.btn-inv,
.woocommerce-page button.button.btn-inv,
.woocommerce-page input.button.btn-inv {
  color: #ffffff !important;
  background-color: #131313 !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color !important;
  transition-property: color !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}
.woocommerce #content input.button.btn-inv:before,
.woocommerce #respond input#submit.btn-inv:before,
.woocommerce a.button.btn-inv:before,
.woocommerce button.button.btn-inv:before,
.woocommerce input.button.btn-inv:before,
.woocommerce-page #content input.button.btn-inv:before,
.woocommerce-page #respond input#submit.btn-inv:before,
.woocommerce-page a.button.btn-inv:before,
.woocommerce-page button.button.btn-inv:before,
.woocommerce-page input.button.btn-inv:before {
  content: "" !important;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff !important;
  -webkit-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
  -webkit-transform-origin: 0 0 !important;
  transform-origin: 0 0 !important;
  -webkit-transition-property: transform !important;
  transition-property: transform !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}
.woocommerce #content input.button.btn-inv:hover:before,
.woocommerce #respond input#submit.btn-inv:hover:before,
.woocommerce a.button.btn-inv:hover:before,
.woocommerce button.button.btn-inv:hover:before,
.woocommerce input.button.btn-inv:hover:before,
.woocommerce-page #content input.button.btn-inv:hover:before,
.woocommerce-page #respond input#submit.btn-inv:hover:before,
.woocommerce-page a.button.btn-inv:hover:before,
.woocommerce-page button.button.btn-inv:hover:before,
.woocommerce-page input.button.btn-inv:hover:before,
.woocommerce #content input.button.btn-inv:focus:before,
.woocommerce #respond input#submit.btn-inv:focus:before,
.woocommerce a.button.btn-inv:focus:before,
.woocommerce button.button.btn-inv:focus:before,
.woocommerce input.button.btn-inv:focus:before,
.woocommerce-page #content input.button.btn-inv:focus:before,
.woocommerce-page #respond input#submit.btn-inv:focus:before,
.woocommerce-page a.button.btn-inv:focus:before,
.woocommerce-page button.button.btn-inv:focus:before,
.woocommerce-page input.button.btn-inv:focus:before,
.woocommerce #content input.button.btn-inv:active:before,
.woocommerce #respond input#submit.btn-inv:active:before,
.woocommerce a.button.btn-inv:active:before,
.woocommerce button.button.btn-inv:active:before,
.woocommerce input.button.btn-inv:active:before,
.woocommerce-page #content input.button.btn-inv:active:before,
.woocommerce-page #respond input#submit.btn-inv:active:before,
.woocommerce-page a.button.btn-inv:active:before,
.woocommerce-page button.button.btn-inv:active:before,
.woocommerce-page input.button.btn-inv:active:before {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}
.woocommerce #content input.button.btn-inv:hover,
.woocommerce #respond input#submit.btn-inv:hover,
.woocommerce a.button.btn-inv:hover,
.woocommerce button.button.btn-inv:hover,
.woocommerce input.button.btn-inv:hover,
.woocommerce-page #content input.button.btn-inv:hover,
.woocommerce-page #respond input#submit.btn-inv:hover,
.woocommerce-page a.button.btn-inv:hover,
.woocommerce-page button.button.btn-inv:hover,
.woocommerce-page input.button.btn-inv:hover,
.woocommerce #content input.button.btn-inv:focus,
.woocommerce #respond input#submit.btn-inv:focus,
.woocommerce a.button.btn-inv:focus,
.woocommerce button.button.btn-inv:focus,
.woocommerce input.button.btn-inv:focus,
.woocommerce-page #content input.button.btn-inv:focus,
.woocommerce-page #respond input#submit.btn-inv:focus,
.woocommerce-page a.button.btn-inv:focus,
.woocommerce-page button.button.btn-inv:focus,
.woocommerce-page input.button.btn-inv:focus {
  color: #131313 !important;
  border: 2px solid #131313 !important;
  background-color: transparent !important;
}
.woocommerce input.button:hover {
  background-color: #131313 !important;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit[disabled]:disabled,
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button[disabled]:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button[disabled]:disabled {
  padding: 12px 20px;
}
/* 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: #2ecc71;
  color: #ffffff;
}
.woocommerce .woocommerce-info {
  border: none;
}
.woocommerce .woocommerce-info a:link,
.woocommerce .woocommerce-info a:visited {
  color: #eeee22;
}
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-info a:active {
  color: #eded00;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-message:before {
  background-color: #d30202;
  color: #ffffff;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-Message {
  border: none;
  overflow: hidden;
  clear: both;
}
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-Message a,
.woocommerce .woocommerce-message a:link,
.woocommerce .woocommerce-Message a:link,
.woocommerce .woocommerce-message a:visited,
.woocommerce .woocommerce-Message a:visited {
  color: #eeee22;
}
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-Message a:hover,
.woocommerce .woocommerce-message a:active,
.woocommerce .woocommerce-Message a:active {
  color: #eded00;
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-Message .button {
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color !important;
  transition-property: color !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}
.woocommerce .woocommerce-message .button:before,
.woocommerce .woocommerce-Message .button:before {
  content: "" !important;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff !important;
  -webkit-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
  -webkit-transform-origin: 0 0 !important;
  transform-origin: 0 0 !important;
  -webkit-transition-property: transform !important;
  transition-property: transform !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}
.woocommerce .woocommerce-message .button:hover:before,
.woocommerce .woocommerce-Message .button:hover:before,
.woocommerce .woocommerce-message .button:focus:before,
.woocommerce .woocommerce-Message .button:focus:before,
.woocommerce .woocommerce-message .button:active:before,
.woocommerce .woocommerce-Message .button:active:before {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-Message .button:hover,
.woocommerce .woocommerce-message .button:focus,
.woocommerce .woocommerce-Message .button:focus {
  color: #323232 !important;
  background-color: transparent !important;
}
.woocommerce .woocommerce-message .button.btn-inv,
.woocommerce .woocommerce-Message .button.btn-inv {
  color: #323232 !important;
  background-color: #ffffff !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color !important;
  transition-property: color !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}
.woocommerce .woocommerce-message .button.btn-inv:before,
.woocommerce .woocommerce-Message .button.btn-inv:before {
  content: "" !important;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #323232 !important;
  -webkit-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
  -webkit-transform-origin: 0 0 !important;
  transform-origin: 0 0 !important;
  -webkit-transition-property: transform !important;
  transition-property: transform !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}
.woocommerce .woocommerce-message .button.btn-inv:hover:before,
.woocommerce .woocommerce-Message .button.btn-inv:hover:before,
.woocommerce .woocommerce-message .button.btn-inv:focus:before,
.woocommerce .woocommerce-Message .button.btn-inv:focus:before,
.woocommerce .woocommerce-message .button.btn-inv:active:before,
.woocommerce .woocommerce-Message .button.btn-inv:active:before {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}
.woocommerce .woocommerce-message .button.btn-inv:hover,
.woocommerce .woocommerce-Message .button.btn-inv:hover,
.woocommerce .woocommerce-message .button.btn-inv:focus,
.woocommerce .woocommerce-Message .button.btn-inv:focus {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  background-color: transparent !important;
}
.select2-container .select2-choice {
  background-clip: padding-box;
  background-color: inherit;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: #444;
  display: block;
  font-weight: 400;
  overflow: hidden;
  padding: 0 0 0 0px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.select2-chosen {
  background: inherit !important;
  background-color: #fff !important;
  border: 0px solid #ccc;
  border-radius: 0px;
  box-shadow: inherit !important;
  color: inherit !important;
  height: 41px !important;
  line-height: 41px;
  overflow: hidden;
  padding: 0 0 0 10px;
}
/* WOO Shop Catalog Page
-------------------------------------------------------------- */
.woocommerce .woocommerce-breadcrumb,
.term-description {
  color: inherit;
  display: inline-block;
  float: left;
}
.term-description {
  padding-left: 10px;
}
.woocommerce-result-count {
  display: inline-block;
  float: right !important;
  font-size: 0.92em;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  display: block;
  clear: both;
  float: none;
}
.woocommerce-ordering {
  margin-bottom: 26px !important;
}
.woocommerce-ordering select.orderby,
.variations select {
  -moz-appearance: none;
  background-image: url("https://bytrueno.de/wp-content/themes/avoir/assets/less/../../assets/images/drop.png");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  border: solid 2px;
  margin-bottom: 0;
  padding: 8px 20px;
  width: 100%;
  -webkit-appearance: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin-bottom: 3.8%;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  color: inherit !important;
}
.woocommerce ul.products li.product a img {
  margin: 0 0 10px 0;
}
.woocommerce ul.products li.product h2,
.woocommerce-page ul.products li.product h2 {
  padding: 10px 5px;
  font-weight: bold;
  font-size: 18px;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating,
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
  color: #FFD700 !important;
}
.woocommerce p.stars a,
.woocommerce-page p.stars a {
  color: #FFD700 !important;
}
.woocommerce .products .star-rating {
  margin: 5px auto;
  padding: 10px;
}
.woocommerce ul.products li.product .price {
  font-weight: bold;
}
.woocommerce ul.products li.product .price ins {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  text-decoration: none;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  background-color: #d30202;
  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;
}
mark {
  background: none repeat scroll 0 0 transparent;
  color: inherit;
}
.products li {
  text-align: center;
}
.products li a.button {
  display: block;
  margin: 0 !important;
}
.woocommerce a.added_to_cart {
  font-family: Josefin Sans, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #131313;
  color: #131313;
  background-color: #ffffff;
  line-height: 1.1;
  text-align: center;
  padding: 12px 20px;
  cursor: pointer;
  color: #ffffff !important;
  background-color: #2ecc71 !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: solid 2px #2ecc71;
  display: block;
}
.woocommerce a.added_to_cart:focus,
.woocommerce a.added_to_cart:active:focus,
.woocommerce a.added_to_cart.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart:focus {
  background-color: #131313;
  color: #ffffff;
  text-decoration: none;
}
.woocommerce a.added_to_cart:active,
.woocommerce a.added_to_cart.active {
  outline: 0;
  background-image: none;
}
.woocommerce a.added_to_cart.disabled,
.woocommerce a.added_to_cart[disabled],
fieldset[disabled] .woocommerce a.added_to_cart {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.woocommerce a.added_to_cart:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.woocommerce a.added_to_cart:hover:before,
.woocommerce a.added_to_cart:focus:before,
.woocommerce a.added_to_cart:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart:focus {
  color: #2ecc71 !important;
  border: 2px solid #2ecc71 !important;
  background-color: transparent !important;
}
.woocommerce ul.products li.product .price del {
  color: inherit;
  display: inline-block;
  opacity: 0.5;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
  padding: 0.75em;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: transparent;
  border: solid 1px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: inherit;
  color: inherit;
  border-color: inherit;
}
/* WOO Single Product Page
-------------------------------------------------------------- */
.woocommerce div.product {
  clear: both;
}
.woocommerce div.product .product_title {
  clear: none;
  font-size: 42px;
  font-weight: bold;
  margin-top: 0;
  padding: 0;
}
.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: #131313 !important;
  font-size: 2em !important;
  font-weight: bold !important;
}
.price ins {
  text-decoration: none;
}
.woocommerce div.product form.cart .variations td.label {
  background-color: #000000;
  border-radius: 0;
  display: block;
  font-size: 15px;
  height: 43px;
  padding: 7px;
  vertical-align: middle;
}
.woocommerce-page div.product form.cart .variations td.label label {
  margin: 0;
}
.woocommerce div.product form.cart .variations td.value {
  padding: 0;
}
.variations select {
  width: auto;
}
.woocommerce #content div.product form.cart div.quantity input,
.woocommerce div.product form.cart div.quantity input,
.woocommerce-page #content div.product form.cart div.quantity input,
.woocommerce-page div.product form.cart div.quantity input {
  border: solid 2px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  margin: 0 -5px;
  padding: 0 1em;
}
.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;
  color: #323232;
  border-color: #ffffff;
  border-radius: inherit;
  box-shadow: none !important;
  margin-bottom: 20px;
}
.panel blockquote,
.panel .blockquote-reverse,
.panel blockquote.pull-right {
  border-color: #b2b2b2;
}
.panel a:link,
.panel a:visited {
  color: #1e73be;
}
.panel a:hover,
.panel a:active {
  color: #08c7d1;
}
.panel select,
.panel textarea,
.panel input {
  border-color: #dadada;
}
.panel h2,
.panel h3 {
  font-size: 16px;
  font-weight: bold;
}
.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 p.stars a {
  height: 2em;
}
.woocommerce p.stars a::before {
  display: none;
}
.upsells.products h2,
.related.products h2 {
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 30px;
}
/* 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: #000000;
  color: #ffffff;
  border-color: #000000;
  font-size: 15px;
  margin-bottom: 33px;
}
.woocommerce table.shop_table thead tr th blockquote,
.woocommerce table.shop_table thead tr th .blockquote-reverse,
.woocommerce table.shop_table thead tr th blockquote.pull-right {
  border-color: #e6e6e6;
}
.woocommerce table.shop_table thead tr th a:link,
.woocommerce table.shop_table thead tr th a:visited {
  color: #eeee22;
}
.woocommerce table.shop_table thead tr th a:hover,
.woocommerce table.shop_table thead tr th a:active {
  color: #eded00;
}
.woocommerce table.shop_table thead tr th select,
.woocommerce table.shop_table thead tr th textarea,
.woocommerce table.shop_table thead tr th input {
  border-color: #ffffff;
}
.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 #ffffff;
}
.woocommerce table.shop_table tbody tr.cart_item td {
  border-bottom: 1px solid #ccc !important;
}
.woocommerce table.shop_table tbody tr:first-child td {
  border-top: solid 20px #ffffff;
}
.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 #ffffff;
}
.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: #f4f4f4;
  color: #323232;
  border-color: #f4f4f4;
  border-top: solid 5px #ffffff;
}
.woocommerce table.shop_table tfoot tr.cart-subtotal th blockquote,
.woocommerce table.shop_table tfoot tr.cart-subtotal td blockquote,
.woocommerce table.shop_table tfoot tr.cart-subtotal th .blockquote-reverse,
.woocommerce table.shop_table tfoot tr.cart-subtotal td .blockquote-reverse,
.woocommerce table.shop_table tfoot tr.cart-subtotal th blockquote.pull-right,
.woocommerce table.shop_table tfoot tr.cart-subtotal td blockquote.pull-right {
  border-color: #b2b2b2;
}
.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: #1e73be;
}
.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: #0acdd1;
}
.woocommerce table.shop_table tfoot tr.cart-subtotal th select,
.woocommerce table.shop_table tfoot tr.cart-subtotal td select,
.woocommerce table.shop_table tfoot tr.cart-subtotal th textarea,
.woocommerce table.shop_table tfoot tr.cart-subtotal td textarea,
.woocommerce table.shop_table tfoot tr.cart-subtotal th input,
.woocommerce table.shop_table tfoot tr.cart-subtotal td input {
  border-color: #dadada;
}
.woocommerce table.shop_table 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: #000000;
  color: #ffffff;
  border-color: #000000;
  font-size: 15px;
  margin-bottom: 33px;
}
.cross-sells h2 blockquote,
.cart_totals h2 blockquote,
.cross-sells h2 .blockquote-reverse,
.cart_totals h2 .blockquote-reverse,
.cross-sells h2 blockquote.pull-right,
.cart_totals h2 blockquote.pull-right {
  border-color: #e6e6e6;
}
.cross-sells h2 a:link,
.cart_totals h2 a:link,
.cross-sells h2 a:visited,
.cart_totals h2 a:visited {
  color: #eeee22;
}
.cross-sells h2 a:hover,
.cart_totals h2 a:hover,
.cross-sells h2 a:active,
.cart_totals h2 a:active {
  color: #eded00;
}
.cross-sells h2 select,
.cart_totals h2 select,
.cross-sells h2 textarea,
.cart_totals h2 textarea,
.cross-sells h2 input,
.cart_totals h2 input {
  border-color: #ffffff;
}
.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;
}
.woocommerce a.button.checkout-button.wc-forward {
  border: 2px solid #2ecc71 !important;
  color: #2ecc71 !important;
  background-color: transparent !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color !important;
  transition-property: color !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
  width: 100%;
}
.woocommerce a.button.checkout-button.wc-forward:before {
  content: "" !important;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2ecc71 !important;
  -webkit-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
  -webkit-transform-origin: 0 0 !important;
  transform-origin: 0 0 !important;
  -webkit-transition-property: transform !important;
  transition-property: transform !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}
.woocommerce a.button.checkout-button.wc-forward:hover:before,
.woocommerce a.button.checkout-button.wc-forward:focus:before,
.woocommerce a.button.checkout-button.wc-forward:active:before {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}
.woocommerce a.button.checkout-button.wc-forward:hover,
.woocommerce a.button.checkout-button.wc-forward:focus {
  color: #ffffff !important;
  background-color: transparent !important;
}
.woocommerce a.button.checkout-button.wc-forward.btn-inv {
  color: #ffffff !important;
  background-color: #2ecc71 !important;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color !important;
  transition-property: color !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}
.woocommerce a.button.checkout-button.wc-forward.btn-inv:before {
  content: "" !important;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff !important;
  -webkit-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
  -webkit-transform-origin: 0 0 !important;
  transform-origin: 0 0 !important;
  -webkit-transition-property: transform !important;
  transition-property: transform !important;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}
.woocommerce a.button.checkout-button.wc-forward.btn-inv:hover:before,
.woocommerce a.button.checkout-button.wc-forward.btn-inv:focus:before,
.woocommerce a.button.checkout-button.wc-forward.btn-inv:active:before {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}
.woocommerce a.button.checkout-button.wc-forward.btn-inv:hover,
.woocommerce a.button.checkout-button.wc-forward.btn-inv:focus {
  color: #2ecc71 !important;
  border: 2px solid #2ecc71 !important;
  background-color: transparent !important;
}
/* WOO Checkout Page
-------------------------------------------------------------- */
.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-billing-fields h3,
.woocommerce-shipping-fields h3,
h3#order_review_heading {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 30px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
  background-color: #f4f4f4;
  color: #323232;
  border-color: #f4f4f4;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th blockquote,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td blockquote,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th .blockquote-reverse,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td .blockquote-reverse,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th blockquote.pull-right,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td blockquote.pull-right {
  border-color: #b2b2b2;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th a:link,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td a:link,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th a:visited,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td a:visited {
  color: #1e73be;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th a:hover,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td a:hover,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th a:active,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td a:active {
  color: #0acdd1;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th select,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td select,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th textarea,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td textarea,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th input,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td input {
  border-color: #dadada;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td {
  background-color: #2ecc71;
  color: #ffffff;
  border-color: #2ecc71;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total th blockquote,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td blockquote,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total th .blockquote-reverse,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td .blockquote-reverse,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total th blockquote.pull-right,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td blockquote.pull-right {
  border-color: #ffffff;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total th a:link,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td a:link,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total th a:visited,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td a:visited {
  color: #eeee22;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total th a:hover,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td a:hover,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total th a:active,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td a:active {
  color: #eded00;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total th select,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td select,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total th textarea,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td textarea,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total th input,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td input {
  border-color: #ffffff;
}
#order_comments {
  min-height: 6em !important;
  padding: 12px;
}
.woocommerce-checkout #payment div.payment_box::before {
  border-color: transparent transparent #f4f4f4;
}
.woocommerce-checkout #payment div.payment_box {
  background-color: #f4f4f4;
  border-radius: 0px;
  color: #323232;
}
/* WOO Checkout Complete
-------------------------------------------------------------- */
.woocommerce ul.order_details {
  list-style: outside none none;
  margin: 0 0 1.5em;
  padding: 15px;
}
.woocommerce .woocommerce-thankyou-order-details + .clear + p + h2,
.woocommerce-MyAccount-content h2 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 30px;
}
.woocommerce-order-received header h2,
.woocommerce-order-received header h3 {
  position: relative;
  text-align: center;
  padding: 10px;
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
  font-size: 15px;
  margin-bottom: 33px;
}
.woocommerce-order-received header h2 blockquote,
.woocommerce-order-received header h3 blockquote,
.woocommerce-order-received header h2 .blockquote-reverse,
.woocommerce-order-received header h3 .blockquote-reverse,
.woocommerce-order-received header h2 blockquote.pull-right,
.woocommerce-order-received header h3 blockquote.pull-right {
  border-color: #e6e6e6;
}
.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: #eeee22;
}
.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: #eded00;
}
.woocommerce-order-received header h2 select,
.woocommerce-order-received header h3 select,
.woocommerce-order-received header h2 textarea,
.woocommerce-order-received header h3 textarea,
.woocommerce-order-received header h2 input,
.woocommerce-order-received header h3 input {
  border-color: #ffffff;
}
.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);
}
.woocommerce-account .addresses .title h3 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 30px;
}
.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
  float: right;
  border: solid 1px;
  padding: 5px 10px;
}
/* WOO Widgets
-------------------------------------------------------------- */
/* Price Filter */
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 2px;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  background: none repeat-x scroll center top #2ecc71 !important;
  background-color: #2ecc71;
  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: #ccc;
}
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  background: inherit !important;
  background-color: #131313 !important;
  height: 12px !important;
  top: -5px !important;
  width: 12px !important;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  float: left;
  font-size: 1em;
}
/* Product Cats */
.woocommerce.widget_product_categories ul li a {
  display: inline-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;
}
/* Product Search */
.widget_product_search label {
  display: none;
}
.widget_product_search input {
  vertical-align: top;
}
/* The Cart Widget */
.widget_shopping_cart > h4 {
  border-bottom: solid 2px;
  padding: 11px 0;
}
.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 {
  border-top: solid 2px !important;
  padding: 12px 0px !important;
  margin: 5px 0 !important;
}
.woocommerce.widget ul.product_list_widget li {
  padding: 10px 0px;
  margin: 5px 0;
  border-bottom: solid 1px #EBEBEB;
}
.woocommerce.widget ul.product_list_widget li span.quantity,
.woocommerce.widget ul.product_list_widget li span.reviewer,
.woocommerce.widget ul.product_list_widget li .woocommerce-Price-amount {
  font-size: 14px;
}
.woocommerce.widget ul.product_list_widget li:last-child {
  border-bottom: none;
}
.woocommerce.widget ul.product_list_widget li a {
  font-family: Josefin Sans, sans-serif;
  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: 60px;
}
.woocommerce.widget ul.product_list_widget li .star-rating {
  font-size: 0.8em;
  margin-top: 5px;
  margin-bottom: 0px;
  line-height: 0.9em;
}
.woocommerce.widget ul.product_list_widget li ins {
  text-decoration: none;
}
.woocommerce.widget ul.product_list_widget.cart_list li a {
  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 {
  float: right !important;
  position: relative;
  font-weight: normal;
  line-height: 0.65em;
}
.woocommerce a.remove {
  color: inherit !important;
  font-weight: normal;
  line-height: 0.65em;
}
.woocommerce a.remove:hover {
  background: red none repeat scroll 0 0;
  color: #fff !important;
}
/* =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 .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%;
  }
  /* 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: 48%;
  }
  .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: 48%;
  }
}
/* =Responsive: Portrait Phone
-------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  .woocommerce .plethora-woo-shop-grid-4 ul.products li.product,
  .woocommerce .plethora-woo-related-grid-4 .related ul.products li.product,
  .woocommerce .plethora-woo-related-grid-4 .upsells.products ul.products li.product,
  .woocommerce .plethora-woo-shop-grid-3 ul.products li.product,
  .woocommerce .plethora-woo-related-grid-3 .related ul.products li.product,
  .woocommerce .plethora-woo-related-grid-3 .upsells.products ul.products li.product,
  .woocommerce .plethora-woo-shop-grid-2 ul.products li.product,
  .woocommerce .plethora-woo-related-grid-2 .related ul.products li.product,
  .woocommerce .plethora-woo-related-grid-2 .upsells.products ul.products li.product {
    width: 100%;
  }
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
  }
  .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%;
  }
}
