@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,300,600,700);
.preloaderHIC {
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}

.preloaderHIC .cssload-speeding-wheel {
  width: 400px;
  height: 400px;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  position: absolute;
  top: calc(50% - 200px);
  left: calc(50% - 200px);
  background-image: url("/images/preloader-fm.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 400px 400px;
  animation: cssload-spin 1500ms infinite linear;
  -o-animation: cssload-spin 1500ms infinite linear;
  -ms-animation: cssload-spin 1500ms infinite linear;
  -webkit-animation: cssload-spin 1500ms infinite linear;
  -moz-animation: cssload-spin 1500ms infinite linear;
}

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
Theme Name: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 2.5.6
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Browser Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  margin: 20px 0 30px;
  padding-left: 20px;
  border-left: 5px solid;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

article,
aside,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* Basic Styles */
/* Body */
body {
  color: #666;
  background-color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7em;
}

body.et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container,
body.et_fixed_nav.et_boxed_layout #page-container {
  padding-top: 80px;
}

body.page-template-page-template-blank-php #page-container {
  padding-top: 0 !important;
}

body.et_cover_background {
  background-repeat: no-repeat !important;
  background-attachment: fixed;
  background-position: top center !important;
  background-size: cover !important;
}

/* Links */
a {
  color: #2ea3f2;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Inline Elements */
p {
  padding-bottom: 1em;
}

p:last-of-type {
  padding-bottom: 0;
}

p.et_normal_padding {
  padding-bottom: 1em;
}

strong {
  font-weight: bold;
}

cite,
em,
i {
  font-style: italic;
}

pre,
code {
  margin-bottom: 10px;
  font-family: Courier New, monospace;
}

ins {
  text-decoration: none;
}

sup,
sub {
  position: relative;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
}

sup {
  bottom: 0.8em;
}

sub {
  top: 0.3em;
}

dl {
  margin: 0 0 1.5em 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

blockquote p {
  padding-bottom: 0;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 10px;
  color: #333;
  font-weight: 500;
  line-height: 1em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

/* Forms */
input {
  -webkit-appearance: none;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input.text,
input.title,
textarea,
select {
  padding: 2px;
  border: 1px solid #bbb;
  color: #4e4e4e;
  background-color: #fff;
}

input[type=text]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
  border-color: #2d3940;
  color: #3e3e3e;
}

input[type=text],
input.text,
input.title,
textarea,
select {
  margin: 0;
}

textarea {
  padding: 4px;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
}

#ie8 img {
  width: auto;
}

/* Clearfix */
.clear {
  clear: both;
}

br.clear {
  margin: 0;
  padding: 0;
}

.et_vertical_nav #page-container:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  content: " ";
}

/* Word Break */
#et-secondary-menu li,
#top-menu li {
  word-wrap: break-word;
}

/* Accent Color */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background: #2ea3f2;
}

#et_search_icon:hover,
.mobile_menu_bar:before,
.et-social-icon a:hover,
.comment-reply-link,
.form-submit input,
.entry-summary p.price ins,
.woocommerce div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce #content div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price,
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before,
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.wp-pagenavi span.current,
.wp-pagenavi a:hover,
.et_password_protected_form .et_submit_button,
.nav-single a,
.posted_in a,
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
.bottom-nav li.current-menu-item > a,
.footer-widget h4 {
  color: #2ea3f2;
}

.et-search-form,
.nav li ul,
.et_mobile_menu,
.footer-widget li:before,
blockquote {
  border-color: #2ea3f2;
}

#top-header,
#et-secondary-nav li ul {
  background-color: #2ea3f2;
}

/* Containers */
#main-content {
  background-color: #fff;
}

#main-header {
  transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
}

.container {
  position: relative;
  width: 80%;
  max-width: 1080px;
  margin: auto;
}

#main-content .container {
  padding-top: 58px;
}

.et_full_width_page #main-content .container:before,
.et_full_width_portfolio_page #main-content .container:before {
  display: none;
}

/* Transparent Nav */
.et_transparent_nav #page-container {
  padding-top: 0 !important;
}

/* Boxed Layout */
.et_boxed_layout #page-container {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.et_boxed_layout #page-container,
.et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #top-header,
.et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container #main-header,
.et_fixed_nav.et_boxed_layout #page-container #top-header,
.et_fixed_nav.et_boxed_layout #page-container #main-header,
.et_boxed_layout #page-container .container,
.et_boxed_layout #page-container .et_pb_row,
.et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row,
.et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row,
.et_boxed_layout.et_pb_pagebuilder_layout.single #page-container .et_pb_row {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.et_boxed_layout.et_vertical_nav #page-container {
  max-width: 1425px;
}

.et_boxed_layout.et_vertical_nav #page-container #top-header {
  width: auto;
  max-width: none;
}

/* Vertical Navigation */
.et_vertical_nav #page-container {
  position: relative;
  padding-top: 0 !important;
}

/* Pages */
.main_title {
  margin-bottom: 20px;
}

/* Button Styles */
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
  position: relative;
  padding: 0.3em 1em;
  border: 2px solid;
  border-radius: 3px;
  background: transparent;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em !important;
  transition: all 0.2s;
}

/* Button Hover */
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover {
  padding: 0.3em 2em 0.3em 1em;
  border: 2px solid transparent;
}

/* Button Hover Dark Text */
.comment-reply-link:hover,
.form-submit input:hover,
.et_password_protected_form .et_submit_button:hover,
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* Button - With Icon */
.woocommerce a.button.alt:after,
.woocommerce-page a.button.alt:after,
.woocommerce button.button.alt:after,
.woocommerce-page button.button.alt:after,
.woocommerce input.button.alt:after,
.woocommerce-page input.button.alt:after,
.woocommerce #respond input#submit.alt:after,
.woocommerce-page #respond input#submit.alt:after,
.woocommerce #content input.button.alt:after,
.woocommerce-page #content input.button.alt:after,
.woocommerce a.button:after,
.woocommerce-page a.button:after,
.woocommerce button.button:after,
.woocommerce-page button.button:after,
.woocommerce input.button:after,
.woocommerce-page input.button:after,
.woocommerce #respond input#submit:after,
.woocommerce-page #respond input#submit:after,
.woocommerce #content input.button:after,
.woocommerce-page #content input.button:after {
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  font-size: 32px;
  line-height: 1em;
  content: "\35";
  transition: all 0.2s;
}

.et_button_icon_visible .et_pb_button,
.et_button_icon_visible.woocommerce a.button.alt,
.et_button_icon_visible.woocommerce-page a.button.alt,
.et_button_icon_visible.woocommerce button.button.alt,
.et_button_icon_visible.woocommerce-page button.button.alt,
.et_button_icon_visible.woocommerce input.button.alt,
.et_button_icon_visible.woocommerce-page input.button.alt,
.et_button_icon_visible.woocommerce #respond input#submit.alt,
.et_button_icon_visible.woocommerce-page #respond input#submit.alt,
.et_button_icon_visible.woocommerce #content input.button.alt,
.et_button_icon_visible.woocommerce-page #content input.button.alt,
.et_button_icon_visible.woocommerce a.button,
.et_button_icon_visible.woocommerce-page a.button,
.et_button_icon_visible.woocommerce button.button,
.et_button_icon_visible.woocommerce-page button.button,
.et_button_icon_visible.woocommerce input.button,
.et_button_icon_visible.woocommerce-page input.button,
.et_button_icon_visible.woocommerce #respond input#submit,
.et_button_icon_visible.woocommerce-page #respond input#submit,
.et_button_icon_visible.woocommerce #content input.button,
.et_button_icon_visible.woocommerce-page #content input.button {
  padding-right: 2em;
  padding-left: 0.7em;
}

.et_button_icon_visible .et_pb_button:after,
.et_button_icon_visible.woocommerce a.button.alt:after,
.et_button_icon_visible.woocommerce-page a.button.alt:after,
.et_button_icon_visible.woocommerce button.button.alt:after,
.et_button_icon_visible.woocommerce-page button.button.alt:after,
.et_button_icon_visible.woocommerce input.button.alt:after,
.et_button_icon_visible.woocommerce-page input.button.alt:after,
.et_button_icon_visible.woocommerce #respond input#submit.alt:after,
.et_button_icon_visible.woocommerce-page #respond input#submit.alt:after,
.et_button_icon_visible.woocommerce #content input.button.alt:after,
.et_button_icon_visible.woocommerce-page #content input.button.alt:after,
.et_button_icon_visible.woocommerce a.button:after,
.et_button_icon_visible.woocommerce-page a.button:after,
.et_button_icon_visible.woocommerce button.button:after,
.et_button_icon_visible.woocommerce-page button.button:after,
.et_button_icon_visible.woocommerce input.button:after,
.et_button_icon_visible.woocommerce-page input.button:after,
.et_button_icon_visible.woocommerce #respond input#submit:after,
.et_button_icon_visible.woocommerce-page #respond input#submit:after,
.et_button_icon_visible.woocommerce #content input.button:after,
.et_button_icon_visible.woocommerce-page #content input.button:after {
  margin-left: 0;
  opacity: 1;
}

.et_button_left .et_pb_button:hover:after,
.et_button_icon_visible.woocommerce a.button.alt:hover:after,
.et_button_icon_visible.woocommerce-page a.button.alt:hover:after,
.et_button_icon_visible.woocommerce button.button.alt:hover:after,
.et_button_icon_visible.woocommerce-page button.button.alt:hover:after,
.et_button_icon_visible.woocommerce input.button.alt:hover:after,
.et_button_icon_visible.woocommerce-page input.button.alt:hover:after,
.et_button_icon_visible.woocommerce #respond input#submit.alt:hover:after,
.et_button_icon_visible.woocommerce-page #respond input#submit.alt:hover:after,
.et_button_icon_visible.woocommerce #content input.button.alt:hover:after,
.et_button_icon_visible.woocommerce-page #content input.button.alt:hover:after,
.et_button_icon_visible.woocommerce a.button:hover:after,
.et_button_icon_visible.woocommerce-page a.button:hover:after,
.et_button_icon_visible.woocommerce button.button:hover:after,
.et_button_icon_visible.woocommerce-page button.button:hover:after,
.et_button_icon_visible.woocommerce input.button:hover:after,
.et_button_icon_visible.woocommerce-page input.button:hover:after,
.et_button_icon_visible.woocommerce #respond input#submit:hover:after,
.et_button_icon_visible.woocommerce-page #respond input#submit:hover:after,
.et_button_icon_visible.woocommerce #content input.button:hover:after,
.et_button_icon_visible.woocommerce-page #content input.button:hover:after {
  left: 0.15em;
}

.comment-reply-link:hover:after,
.woocommerce a.button.alt:hover:after,
.woocommerce-page a.button.alt:hover:after,
.woocommerce button.button.alt:hover:after,
.woocommerce-page button.button.alt:hover:after,
.woocommerce input.button.alt:hover:after,
.woocommerce-page input.button.alt:hover:after,
.woocommerce #respond input#submit.alt:hover:after,
.woocommerce-page #respond input#submit.alt:hover:after,
.woocommerce #content input.button.alt:hover:after,
.woocommerce-page #content input.button.alt:hover:after,
.woocommerce a.button:hover:after,
.woocommerce-page a.button:hover:after,
.woocommerce button.button:hover:after,
.woocommerce-page button.button:hover:after,
.woocommerce input.button:hover:after,
.woocommerce-page input.button:hover:after,
.woocommerce #respond input#submit:hover:after,
.woocommerce-page #respond input#submit:hover:after,
.woocommerce #content input.button:hover:after,
.woocommerce-page #content input.button:hover:after {
  margin-left: 0;
  opacity: 1;
}

.et_button_left .et_pb_button:after,
.et_button_left.woocommerce a.button.alt:after,
.et_button_left.woocommerce-page a.button.alt:after,
.et_button_left.woocommerce button.button.alt:after,
.et_button_left.woocommerce-page button.button.alt:after,
.et_button_left.woocommerce input.button.alt:after,
.et_button_left.woocommerce-page input.button.alt:after,
.et_button_left.woocommerce #respond input#submit.alt:after,
.et_button_left.woocommerce-page #respond input#submit.alt:after,
.et_button_left.woocommerce #content input.button.alt:after,
.et_button_left.woocommerce-page #content input.button.alt:after,
.et_button_left.woocommerce a.button:after,
.et_button_left.woocommerce-page a.button:after,
.et_button_left.woocommerce button.button:after,
.et_button_left.woocommerce-page button.button:after,
.et_button_left.woocommerce input.button:after,
.et_button_left.woocommerce-page input.button:after,
.et_button_left.woocommerce #respond input#submit:after,
.et_button_left.woocommerce-page #respond input#submit:after,
.et_button_left.woocommerce #content input.button:after,
.et_button_left.woocommerce-page #content input.button:after {
  left: 1em;
  margin-left: 0;
}

.et_button_left .et_pb_button:hover,
.et_button_icon_visible.et_button_left .et_pb_button,
.et_button_left.woocommerce a.button.alt:hover,
.et_button_left.woocommerce-page a.button.alt:hover,
.et_button_left.woocommerce button.button.alt:hover,
.et_button_left.woocommerce-page button.button.alt:hover,
.et_button_left.woocommerce input.button.alt:hover,
.et_button_left.woocommerce-page input.button.alt:hover,
.et_button_left.woocommerce #respond input#submit.alt:hover,
.et_button_left.woocommerce-page #respond input#submit.alt:hover,
.et_button_left.woocommerce #content input.button.alt:hover,
.et_button_left.woocommerce-page #content input.button.alt:hover,
.et_button_left.woocommerce a.button:hover,
.et_button_left.woocommerce-page a.button:hover,
.et_button_left.woocommerce button.button:hover,
.et_button_left.woocommerce-page button.button:hover,
.et_button_left.woocommerce input.button:hover,
.et_button_left.woocommerce-page input.button:hover,
.et_button_left.woocommerce #respond input#submit:hover,
.et_button_left.woocommerce-page #respond input#submit:hover,
.et_button_left.woocommerce #content input.button:hover,
.et_button_left.woocommerce-page #content input.button:hover,
.et_button_icon_visible.et_button_left.woocommerce a.button.alt,
.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt,
.et_button_icon_visible.et_button_left.woocommerce button.button.alt,
.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt,
.et_button_icon_visible.et_button_left.woocommerce input.button.alt,
.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt,
.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt,
.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt,
.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt,
.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt,
.et_button_icon_visible.et_button_left.woocommerce a.button,
.et_button_icon_visible.et_button_left.woocommerce-page a.button,
.et_button_icon_visible.et_button_left.woocommerce button.button,
.et_button_icon_visible.et_button_left.woocommerce-page button.button,
.et_button_icon_visible.et_button_left.woocommerce input.button,
.et_button_icon_visible.et_button_left.woocommerce-page input.button,
.et_button_icon_visible.et_button_left.woocommerce #respond input#submit,
.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit,
.et_button_icon_visible.et_button_left.woocommerce #content input.button,
.et_button_icon_visible.et_button_left.woocommerce-page #content input.button {
  padding-right: 0.7em;
  padding-left: 2em;
}

.et_button_left .et_pb_button:hover:after,
.et_button_icon_visible.et_button_left .et_pb_button:after,
.et_button_left.woocommerce a.button.alt:hover:after,
.et_button_left.woocommerce-page a.button.alt:hover:after,
.et_button_left.woocommerce button.button.alt:hover:after,
.et_button_left.woocommerce-page button.button.alt:hover:after,
.et_button_left.woocommerce input.button.alt:hover:after,
.et_button_left.woocommerce-page input.button.alt:hover:after,
.et_button_left.woocommerce #respond input#submit.alt:hover:after,
.et_button_left.woocommerce-page #respond input#submit.alt:hover:after,
.et_button_left.woocommerce #content input.button.alt:hover:after,
.et_button_left.woocommerce-page #content input.button.alt:hover:after,
.et_button_left.woocommerce a.button:hover:after,
.et_button_left.woocommerce-page a.button:hover:after,
.et_button_left.woocommerce button.button:hover:after,
.et_button_left.woocommerce-page button.button:hover:after,
.et_button_left.woocommerce input.button:hover:after,
.et_button_left.woocommerce-page input.button:hover:after,
.et_button_left.woocommerce #respond input#submit:hover:after,
.et_button_left.woocommerce-page #respond input#submit:hover:after,
.et_button_left.woocommerce #content input.button:hover:after,
.et_button_left.woocommerce-page #content input.button:hover:after,
.et_button_icon_visible.et_button_left.woocommerce a.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce button.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce input.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt:after,
.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt:after,
.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt:after,
.et_button_icon_visible.et_button_left.woocommerce a.button:after,
.et_button_icon_visible.et_button_left.woocommerce-page a.button:after,
.et_button_icon_visible.et_button_left.woocommerce button.button:after,
.et_button_icon_visible.et_button_left.woocommerce-page button.button:after,
.et_button_icon_visible.et_button_left.woocommerce input.button:after,
.et_button_icon_visible.et_button_left.woocommerce-page input.button:after,
.et_button_icon_visible.et_button_left.woocommerce #respond input#submit:after,
.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit:after,
.et_button_icon_visible.et_button_left.woocommerce #content input.button:after,
.et_button_icon_visible.et_button_left.woocommerce-page #content input.button:after {
  left: 0.15em;
}

/* Button Hover - No Icon */
.form-submit input:hover,
.et_password_protected_form .et_submit_button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover {
  padding: 0.3em 1em;
}

/* Button - With No Icon */
.et_button_no_icon .et_pb_button:after,
.et_button_no_icon.woocommerce a.button.alt:after,
.et_button_no_icon.woocommerce-page a.button.alt:after,
.et_button_no_icon.woocommerce button.button.alt:after,
.et_button_no_icon.woocommerce-page button.button.alt:after,
.et_button_no_icon.woocommerce input.button.alt:after,
.et_button_no_icon.woocommerce-page input.button.alt:after,
.et_button_no_icon.woocommerce #respond input#submit.alt:after,
.et_button_no_icon.woocommerce-page #respond input#submit.alt:after,
.et_button_no_icon.woocommerce #content input.button.alt:after,
.et_button_no_icon.woocommerce-page #content input.button.alt:after,
.et_button_no_icon.woocommerce a.button:after,
.et_button_no_icon.woocommerce-page a.button:after,
.et_button_no_icon.woocommerce button.button:after,
.et_button_no_icon.woocommerce-page button.button:after,
.et_button_no_icon.woocommerce input.button:after,
.et_button_no_icon.woocommerce-page input.button:after,
.et_button_no_icon.woocommerce #respond input#submit:after,
.et_button_no_icon.woocommerce-page #respond input#submit:after,
.et_button_no_icon.woocommerce #content input.button:after,
.et_button_no_icon.woocommerce-page #content input.button:after {
  display: none;
}

.et_button_no_icon .et_pb_button,
.et_button_no_icon .et_pb_button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button,
.et_button_no_icon.et_button_left .et_pb_button:hover,
.et_button_no_icon.woocommerce a.button.alt,
.et_button_no_icon.woocommerce-page a.button.alt,
.et_button_no_icon.woocommerce button.button.alt,
.et_button_no_icon.woocommerce-page button.button.alt,
.et_button_no_icon.woocommerce input.button.alt,
.et_button_no_icon.woocommerce-page input.button.alt,
.et_button_no_icon.woocommerce #respond input#submit.alt,
.et_button_no_icon.woocommerce-page #respond input#submit.alt,
.et_button_no_icon.woocommerce #content input.button.alt,
.et_button_no_icon.woocommerce-page #content input.button.alt,
.et_button_no_icon.woocommerce a.button,
.et_button_no_icon.woocommerce-page a.button,
.et_button_no_icon.woocommerce button.button,
.et_button_no_icon.woocommerce-page button.button,
.et_button_no_icon.woocommerce input.button,
.et_button_no_icon.woocommerce-page input.button,
.et_button_no_icon.woocommerce #respond input#submit,
.et_button_no_icon.woocommerce-page #respond input#submit,
.et_button_no_icon.woocommerce #content input.button,
.et_button_no_icon.woocommerce-page #content input.button,
.et_button_no_icon.woocommerce a.button.alt:hover,
.et_button_no_icon.woocommerce-page a.button.alt:hover,
.et_button_no_icon.woocommerce button.button.alt:hover,
.et_button_no_icon.woocommerce-page button.button.alt:hover,
.et_button_no_icon.woocommerce input.button.alt:hover,
.et_button_no_icon.woocommerce-page input.button.alt:hover,
.et_button_no_icon.woocommerce #respond input#submit.alt:hover,
.et_button_no_icon.woocommerce-page #respond input#submit.alt:hover,
.et_button_no_icon.woocommerce #content input.button.alt:hover,
.et_button_no_icon.woocommerce-page #content input.button.alt:hover,
.et_button_no_icon.woocommerce a.button:hover,
.et_button_no_icon.woocommerce-page a.button:hover,
.et_button_no_icon.woocommerce button.button:hover,
.et_button_no_icon.woocommerce-page button.button:hover,
.et_button_no_icon.woocommerce input.button:hover,
.et_button_no_icon.woocommerce-page input.button:hover,
.et_button_no_icon.woocommerce #respond input#submit:hover,
.et_button_no_icon.woocommerce-page #respond input#submit:hover,
.et_button_no_icon.woocommerce #content input.button:hover,
.et_button_no_icon.woocommerce-page #content input.button:hover,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button,
.et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button,
.et_button_no_icon.et_button_left.woocommerce a.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page a.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce button.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page button.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce #respond input#submit.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page #respond input#submit.alt:hover,
.et_button_no_icon.et_button_left.woocommerce #content input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce-page #content input.button.alt:hover,
.et_button_no_icon.et_button_left.woocommerce a.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page a.button:hover,
.et_button_no_icon.et_button_left.woocommerce button.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page button.button:hover,
.et_button_no_icon.et_button_left.woocommerce input.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page input.button:hover,
.et_button_no_icon.et_button_left.woocommerce #respond input#submit:hover,
.et_button_no_icon.et_button_left.woocommerce-page #respond input#submit:hover,
.et_button_no_icon.et_button_left.woocommerce #content input.button:hover,
.et_button_no_icon.et_button_left.woocommerce-page #content input.button:hover,
.woocommerce input.button,
.woocommerce input.button:hover {
  padding: 0.3em 1em !important;
}

/* Button with custom icon */
.et_button_custom_icon .et_pb_button:after,
.et_button_custom_icon.woocommerce a.button.alt:after,
.et_button_custom_icon.woocommerce-page a.button.alt:after,
.et_button_custom_icon.woocommerce button.button.alt:after,
.et_button_custom_icon.woocommerce-page button.button.alt:after,
.et_button_custom_icon.woocommerce input.button.alt:after,
.et_button_custom_icon.woocommerce-page input.button.alt:after,
.et_button_custom_icon.woocommerce #respond input#submit.alt:after,
.et_button_custom_icon.woocommerce-page #respond input#submit.alt:after,
.et_button_custom_icon.woocommerce #content input.button.alt:after,
.et_button_custom_icon.woocommerce-page #content input.button.alt:after,
.et_button_custom_icon.woocommerce a.button:after,
.et_button_custom_icon.woocommerce-page a.button:after,
.et_button_custom_icon.woocommerce button.button:after,
.et_button_custom_icon.woocommerce-page button.button:after,
.et_button_custom_icon.woocommerce input.button:after,
.et_button_custom_icon.woocommerce-page input.button:after,
.et_button_custom_icon.woocommerce #respond input#submit:after,
.et_button_custom_icon.woocommerce-page #respond input#submit:after,
.et_button_custom_icon.woocommerce #content input.button:after,
.et_button_custom_icon.woocommerce-page #content input.button:after {
  line-height: 1.7em;
}

.et_button_custom_icon .et_pb_button:hover:after,
.et_button_custom_icon.et_button_icon_visible .et_pb_button:after,
.et_button_custom_icon.woocommerce a.button.alt:hover:after,
.et_button_custom_icon.woocommerce-page a.button.alt:hover:after,
.et_button_custom_icon.woocommerce button.button.alt:hover:after,
.et_button_custom_icon.woocommerce-page button.button.alt:hover:after,
.et_button_custom_icon.woocommerce input.button.alt:hover:after,
.et_button_custom_icon.woocommerce-page input.button.alt:hover:after,
.et_button_custom_icon.woocommerce #respond input#submit.alt:hover:after,
.et_button_custom_icon.woocommerce-page #respond input#submit.alt:hover:after,
.et_button_custom_icon.woocommerce #content input.button.alt:hover:after,
.et_button_custom_icon.woocommerce-page #content input.button.alt:hover:after,
.et_button_custom_icon.woocommerce a.button:hover:after,
.et_button_custom_icon.woocommerce-page a.button:hover:after,
.et_button_custom_icon.woocommerce button.button:hover:after,
.et_button_custom_icon.woocommerce-page button.button:hover:after,
.et_button_custom_icon.woocommerce input.button:hover:after,
.et_button_custom_icon.woocommerce-page input.button:hover:after,
.et_button_custom_icon.woocommerce #respond input#submit:hover:after,
.et_button_left.woocommerce-page #respond input#submit:hover:after,
.et_button_custom_icon.woocommerce #content input.button:hover:after,
.et_button_custom_icon.woocommerce-page #content input.button:hover:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce a.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page a.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce button.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page button.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce input.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page input.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce #respond input#submit.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page #respond input#submit.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce #content input.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page #content input.button.alt:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce a.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page a.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce button.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page button.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce input.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page input.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce #respond input#submit:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page #respond input#submit:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce #content input.button:after,
.et_button_custom_icon.et_button_icon_visible.woocommerce-page #content input.button:after {
  margin-left: 0.3em;
}

/* Table Styles */
.entry-content table,
body.et-pb-preview #main-content .container table {
  width: 100%;
  margin: 0 0 15px 0;
  border: 1px solid #eee;
  text-align: left;
}

.entry-content tr th,
.entry-content thead th,
body.et-pb-preview #main-content .container tr th,
body.et-pb-preview #main-content .container thead th {
  padding: 9px 24px;
  color: #555;
  font-weight: bold;
}

.entry-content tr td,
body.et-pb-preview #main-content .container tr td {
  padding: 6px 24px;
  border-top: 1px solid #eee;
}

/* List Styles */
#left-area ul,
.entry-content ul,
.comment-content ul,
body.et-pb-preview #main-content .container ul {
  padding: 0 0 23px 16px;
  line-height: 26px;
  list-style-type: disc;
}

#left-area ol,
.entry-content ol,
.comment-content ol,
body.et-pb-preview #main-content .container ol {
  padding: 0 0 23px 0;
  line-height: 26px;
  list-style-position: inside;
  list-style-type: decimal;
}

#left-area ul li ul,
.entry-content ul li ol,
.comment-content ul li ul,
.comment-content ul li ol,
body.et-pb-preview #main-content .container ul li ol {
  padding: 2px 0 2px 20px;
}

#left-area ol li ul,
.entry-content ol li ol,
.comment-content ol li ul,
.comment-content ol li ol,
body.et-pb-preview #main-content .container ol li ol {
  padding: 2px 0 2px 35px;
}

ol.commentlist,
.comment .children {
  padding: 0 !important;
  line-height: 1.7em !important;
  list-style: none !important;
}

.comment-content ul {
  padding: 0 0 23px 16px !important;
  line-height: 26px !important;
}

.comment-content ol {
  line-height: 26px !important;
}

/* Gallery Styles */
#left-area ul.products {
  padding: 0 !important;
  line-height: 1.7 !important;
  list-style: none !important;
}

.gallery-item a {
  display: block;
}

.gallery-item a,
.gallery-caption {
  width: 90%;
}

/* Admin Bar Fixes */
body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header,
body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header,
body.admin-bar.et_fixed_nav #main-header,
body.admin-bar.et_fixed_nav #top-header {
  top: 32px;
}

body.et-wp-pre-3_8.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header,
body.et-wp-pre-3_8.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header,
body.et-wp-pre-3_8.admin-bar.et_fixed_nav #main-header,
body.et-wp-pre-3_8.admin-bar.et_fixed_nav #top-header {
  top: 28px;
}

body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header,
body.et_fixed_nav.et_secondary_nav_enabled #main-header {
  top: 30px;
}

body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header,
body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
  top: 62px;
}

.et_vertical_fixed.admin-bar #page-container #main-header {
  top: 32px;
}

#wpadminbar {
  z-index: 100001;
}

/* Header Styles */
.container {
  position: relative;
  text-align: left;
}

#top-header {
  z-index: 100000;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
}

#top-header a,
#top-header a {
  color: #fff;
}

#top-header,
#et-secondary-nav {
  transition: background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out;
}

#top-header .container {
  padding-top: 10px;
  font-weight: 600;
}

#main-header {
  position: relative;
  z-index: 99999;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  font-weight: 500;
  line-height: 23px;
}

.et_duplicate_social_icons {
  display: none;
}

#top-header,
#top-header .container,
#top-header #et-info,
#top-header .et-social-icon a {
  line-height: 1em;
}

#top-header .container {
  padding-top: 0.75em;
}

/* Transparent Nav */
.et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
.et_fixed_nav.et_show_nav #page-container {
  padding-top: 80px;
}

.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container,
.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
  padding-top: 110px;
}

.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container,
.et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container {
  padding-top: 177px;
}

.et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container,
.et_fixed_nav.et_show_nav.et_header_style_centered #page-container {
  padding-top: 147px;
}

.et_non_fixed_nav.et_transparent_nav #top-header,
.et_fixed_nav #top-header {
  top: 0;
  right: 0;
  left: 0;
}

.et_non_fixed_nav.et_transparent_nav #main-header,
.et_non_fixed_nav.et_transparent_nav #top-header {
  position: absolute;
}

.et_fixed_nav #main-header,
.et_fixed_nav #top-header {
  position: fixed;
}

/* Header Style Left */
.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
  padding-top: 33px;
}

.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
  padding-bottom: 33px;
}

.et_header_style_left .logo_container {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* Header Style Centered Inline */
.et_header_style_split #et-top-navigation nav > ul > li > a {
  z-index: 3;
}

.et_header_style_split .centered-inline-logo-wrap {
  height: 66px;
  margin: -33px 0;
  transition: all 0.4s ease-in-out;
}

.et_header_style_split .centered-inline-logo-wrap .logo_container {
  height: 100%;
}

.et_header_style_split .centered-inline-logo-wrap a {
  height: 100%;
}

.et_header_style_split .logo_container {
  position: initial;
}

.et_header_style_split #top-menu-nav {
  display: inline-block;
}

.et_header_style_split #et_top_search {
  display: inline-block;
  float: none;
}

.et_header_style_split.et_vertical_nav #et_top_search {
  display: block;
}

.et_header_style_split #et_search_icon:before {
  margin-top: -9px;
}

.et_header_style_split .mobile_menu_bar,
.et_header_style_left .mobile_menu_bar {
  padding-bottom: 24px;
}

.et_header_style_split #et-top-navigation {
  display: inline-block;
  float: none;
  position: relative;
  width: 100%;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.et_header_style_split.et_vertical_nav #et-top-navigation {
  display: block;
}

.et_header_style_split #main-header .container,
.et_header_style_split #main-header .logo_container {
  z-index: 2;
  text-align: center;
}

.et_header_style_split.et_vertical_nav #et-top-navigation {
  text-align: left;
}

.et_header_style_split span.logo_helper {
  display: none;
}

.et_header_style_split nav#top-menu-nav,
.et_header_style_split #top-menu,
.et_header_style_split nav.fullwidth-menu-nav,
.et_header_style_split .fullwidth-menu {
  float: none;
}

.safari.et_header_style_split #et-top-navigation {
  -webkit-transform: translate3d(0, 0, 0);
}

/* Header Style Centered */
.et_header_style_centered #main-header .container {
  height: inherit;
  text-align: center;
}

.et_header_style_centered.et_vertical_nav #main-header .container {
  height: auto;
}

.et_header_style_centered #main-header div#et-top-navigation {
  position: relative;
  bottom: 0;
  width: 100%;
}

.et_header_style_centered #logo,
.et_header_style_centered #et-top-navigation,
.et_header_style_centered nav#top-menu-nav,
.et_header_style_centered #top-menu {
  float: none;
}

.et_header_style_centered #logo {
  max-height: 64%;
}

.et_header_style_centered #main-header .logo_container {
  height: 100px;
  padding: 0;
}

.et_header_style_centered header#main-header.et-fixed-header .logo_container {
  height: 70px;
}

.et_vertical_nav.et_header_style_centered header#main-header.et-fixed-header .logo_container,
.et_vertical_nav.et_header_style_centered #main-header .logo_container {
  height: auto;
}

.et_header_style_centered #et_top_search {
  display: inline-block !important;
  float: none;
}

.et_header_style_centered #et_search_icon:before {
  top: -13px;
  left: 3px;
}

.et_header_style_centered nav#top-menu-nav {
  display: inline-block;
}

.et_header_style_centered #top-menu > li > a {
  padding-bottom: 2em;
}

.et_header_style_centered #et-top-navigation .et-cart-info {
  float: none;
}

.et_hide_search_icon #et_top_search {
  display: none !important;
}

/* Logo */
#logo {
  display: inline-block;
  float: none;
  max-height: 54%;
  margin-bottom: 0;
  vertical-align: middle;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
}

.et_pb_svg_logo #logo,
.et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
  height: 54%;
}

.logo_container {
  transition: all 0.4s ease-in-out;
}

span.logo_helper {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.et_vertical_nav .logo_container {
  position: relative;
  height: auto;
  padding: 0;
}

.et_vertical_nav span.logo_helper {
  display: none;
}

.safari .centered-inline-logo-wrap {
  transition: all 0.4s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
}

#et-define-logo-wrap img {
  width: 100%;
}

.gecko #et-define-logo-wrap.svg-logo {
  position: relative !important;
}

/* Shopping Cart */
.et-cart-info {
  color: inherit;
}

#top-header .et-cart-info {
  margin-left: 15px;
}

#et-top-navigation .et-cart-info {
  float: left;
  margin: -2px 0 0 22px;
  font-size: 16px;
}

.et_vertical_nav #et-top-navigation .et-cart-info {
  margin-left: 0;
}

/* Contact Info */
#et-info {
  float: left;
}

#et-info-phone,
#et-info-email,
.et-cart-info span {
  position: relative;
}

#et-info-phone:before {
  position: relative;
  top: 2px;
  margin-right: 2px;
  content: "\e090";
}

#et-info-phone {
  margin-right: 13px;
}

#et-info-email:before {
  margin-right: 4px;
  content: "\e076";
}

/* Social Icons */
#top-header .et-social-icons {
  display: inline-block;
  float: none;
}

#et-secondary-menu .et-social-icons {
  margin-right: 20px;
}

#top-header .et-social-icons li {
  margin-top: -2px;
  margin-left: 12px;
}

.et-social-icons {
  float: right;
}

.et-social-icons li {
  display: inline-block;
  margin-left: 20px;
}

.et-social-icon a {
  display: inline-block;
  position: relative;
  color: #666;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  transition: color 300ms ease 0s;
}

.et-social-icon span {
  display: none;
}

#top-header .et-social-icon a {
  font-size: 14px;
}

/* Secondary Nav */
#top-menu-nav,
#top-menu {
  line-height: 0;
}

#et-top-navigation {
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}

#et-secondary-menu {
  float: right;
}

#et-info,
#et-secondary-menu > ul > li a {
  display: block;
  padding-bottom: 0.75em;
}

#et-secondary-nav,
#et-secondary-nav li {
  display: inline-block;
}

#et-secondary-nav a {
  transition: background-color 0.4s, color 0.4s ease-in-out;
}

#et-secondary-nav li {
  margin-right: 15px;
}

#et-secondary-nav > li:last-child {
  margin-right: 0;
}

.et-cart-info span:before {
  margin-right: 10px;
  content: "\e07a";
}

nav#top-menu-nav,
#top-menu,
nav.fullwidth-menu-nav,
.fullwidth-menu {
  float: left;
}

/* Shared Fullwidth Menu Styles */
#top-menu li {
  display: inline-block;
  padding-right: 22px;
  font-size: 14px;
}

#top-menu > li:last-child {
  padding-right: 0;
}

#top-menu a {
  display: block;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

#top-menu-nav > ul > li > a:hover,
#et-secondary-menu > ul > li > a:hover,
#et-info-email:hover,
.et-social-icons a:hover {
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
}

/* Seach Form */
#et_search_icon:before {
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 17px;
  content: "\55";
}

#et_search_icon:hover {
  cursor: pointer;
}

#et_top_search {
  display: block;
  float: right;
  position: relative;
  width: 18px;
  margin: 3px 0 0 22px;
}

#et_top_search.et_search_opened {
  position: absolute;
  width: 100%;
}

.et_vertical_nav #et_top_search {
  margin-left: 0;
}

.et-search-form {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.et-search-form input {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 90%;
  margin: auto;
  border: none;
  color: #333;
  background: transparent;
}

.et_header_style_centered .et-search-form input,
.et_header_style_centered span.et_close_search_field {
  top: 60%;
}

.et_vertical_nav.et_header_style_centered .et-search-form input,
.et_vertical_nav.et_header_style_centered span.et_close_search_field {
  top: 0;
}

.et_search_form_container {
  animation: none;
}

.container.et_search_form_container {
  position: relative;
  height: 1px;
  opacity: 0;
}

.container.et_search_form_container.et_pb_search_visible {
  z-index: 999;
  animation: fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_search_visible.et_pb_no_animation {
  opacity: 1;
}

.et_pb_search_form_hidden {
  animation: fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

span.et_close_search_field {
  display: block;
  position: absolute;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  cursor: pointer;
}

span.et_close_search_field:after {
  display: inline-block;
  box-sizing: border-box;
  font-family: "ETmodules";
  font-size: 32px;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: "\4d";
  speak: none;
}

.container.et_menu_container {
  z-index: 99;
}

.container.et_search_form_container.et_pb_search_form_hidden {
  z-index: 1 !important;
}

.et_search_outer {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.container.et_pb_menu_hidden {
  z-index: -1;
}

form.et-search-form {
  background: rgba(0, 0, 0, 0) !important;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* Blog */
#left-area .post-meta {
  padding-bottom: 15px;
  font-size: 14px;
}

#left-area .post-meta a {
  color: #666;
  text-decoration: none;
}

#left-area .et_featured_image {
  padding-bottom: 7px;
}

.single .post {
  padding-bottom: 25px;
}

body.single .et_audio_content {
  margin-bottom: -6px;
}

/* Pagebuilder On Posts */
.single.et_pb_pagebuilder_layout.et_full_width_page #main-content .container {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
}

.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  padding-top: 6%;
}

.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper:last-of-type {
  padding-top: 0;
}

.et_pb_pagebuilder_layout.single-post #page-container .et_pb_row {
  width: 100%;
}

.et_pb_pagebuilder_layout.single-post #page-container .et_pb_with_background .et_pb_row {
  width: 80%;
}

.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row,
.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row {
  width: 80%;
}

.et_pb_pagebuilder_layout .entry-content,
.et_pb_pagebuilder_layout .et_pb_post .entry-content {
  margin-bottom: 0 !important;
  padding-top: 0;
}

/* Required by Theme Check */
/* Password Protected Post */
.et_password_protected_form {
  min-height: 550px;
  min-height: 68vh;
}

.et_password_protected_form p input {
  box-sizing: border-box;
  width: 100% !important;
  padding: 16px !important;
  border: none !important;
  border-radius: 0 !important;
  color: #999 !important;
  background-color: #eee;
  font-size: 14px;
}

.et_password_protected_form label {
  display: none;
}

.et_password_protected_form .et_submit_button {
  display: block;
  float: right;
  margin: 8px auto 0;
  font-family: inherit;
  cursor: pointer;
}

.post-password-required .et_pb_row,
.post-password-required p.nocomments.container {
  max-width: 100%;
}

.post-password-required p.nocomments.container:before {
  display: none;
}

/* WooCommerce */
p.demo_store {
  z-index: 100000;
  top: auto !important;
  bottom: 0 !important;
}

.entry-content address,
.comment-content address,
body.et-pb-preview #main-content .container address {
  margin-bottom: 12px;
  line-height: 24px;
}

.woocommerce-info a {
  color: #fff !important;
}

.shop_table .actions .submit {
  float: right;
}

.shop_table .actions .checkout-button {
  clear: both;
}

.col2-set.addresses {
  margin-top: 20px;
}

table.shop_table {
  margin-bottom: 30px !important;
}

.woocommerce-message a.button.wc-forward {
  border: none;
  background: #fff;
}

.woocommerce-message a.button.wc-forward:hover {
  border: none;
  background: #fff;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 15px;
  border-radius: 3px;
  font-size: 14px;
}

p.woocommerce-result-count {
  padding-bottom: 40px;
  color: #999;
  font-size: 14px;
  font-weight: 500;
}

.entry-summary .entry-title {
  padding-bottom: 14px !important;
}

.et_pb_widget .buttons a {
  margin-top: 10px !important;
}

.product_meta {
  padding-top: 6px;
  border-top: 1px solid #dadada;
  color: #666;
  font-size: 14px;
}

.posted_in a {
  color: #82c0c7;
  font-weight: 500;
  text-decoration: none;
}

.product .related h2 {
  padding-bottom: 16px;
  font-size: 26px !important;
}

/* Product List */
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  margin: 0 0 9px !important;
  box-shadow: none !important;
}

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  padding: 0.3em 0;
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  right: auto !important;
  left: 10px !important;
  margin: 0 !important;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
  position: absolute;
  z-index: 2;
  top: 10px !important;
  left: 10px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 6px 18px !important;
  border-radius: 3px !important;
  color: #fff;
  background: #ef8f61 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: 20px;
  font-weight: 500 !important;
  line-height: inherit !important;
}

.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img {
  box-shadow: none !important;
}

.woocommerce div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails,
.woocommerce #content div.product div.images div.thumbnails,
.woocommerce-page #content div.product div.images div.thumbnails {
  padding-top: 20px !important;
}

/* Pagination */
.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
  padding: 0 !important;
  list-style: none !important;
}

/* Star Rating */
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
  margin: 4px 0 0.3em 0 !important;
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
  color: #ccc !important;
  content: "\53\53\53\53\53" !important;
}

/* Price */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
  margin: 0 !important;
  color: #666 !important;
  font-size: 14px;
}

.entry-summary p.price span {
  font-size: 26px !important;
}

.entry-summary p.price del {
  margin-right: 10px;
  color: #999;
}

/* Cart */
.cart_table_item .quantity {
  width: 100px !important;
  margin: 0 !important;
}

#main-content .cart-subtotal td {
  border-top: none;
}

.woocommerce-checkout #main-content .cart-subtotal td {
  border-top: 1px solid #eee;
}

table.cart th,
#main-content table.cart th,
table.cart td,
#main-content table.cart td,
table.cart tr,
#main-content table.cart tr,
#content-area table tr,
#content-area table td,
#content-area table th {
  max-width: 100px;
  padding: 0.857em 0.587em;
}

table.cart td.actions .button.alt,
#main-content table.cart td.actions .button.alt {
  margin: 19px 0 9px;
}

table.cart td.actions .checkout-button {
  margin: 0 !important;
}

.orderby,
.woocommerce div.product form.cart .variations td select {
  padding: 4px 8px;
  border: none;
  border-radius: 5px;
  color: #666 !important;
  background-color: #ececec;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.cart_totals h2,
.shipping_calculator h2 {
  margin-bottom: 10px;
}

.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page #content div.product form.cart {
  margin: 24px 0 39px !important;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce #content div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity {
  overflow: hidden;
  width: auto;
  margin: 0 20px 0 0 !important;
  border-radius: 3px !important;
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 49px;
  border: none !important;
  border-radius: 3px;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
  box-shadow: none !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 150px;
  margin-right: 10px;
  padding: 6px 12px;
}

/*
.woocommerce-cart table.cart td.actions .coupon .input-text::input-placeholder {
  color: #fff;
}
*/
.woocommerce-cart table.cart td.actions .coupon .input-text::-webkit-input-placeholder {
  color: #fff;
}

.woocommerce-cart table.cart td.actions .coupon .input-text:-moz-placeholder {
  color: #fff;
}

.woocommerce-cart table.cart td.actions .coupon .input-text::-moz-placeholder {
  color: #fff;
}

.woocommerce-cart table.cart td.actions .coupon .input-text:-ms-input-placeholder {
  color: #fff;
}

.woocommerce .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page #content .quantity .minus {
  width: 30px !important;
  height: 24px !important;
  border: 1px solid #bcc8c9 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  color: #bcc8c9 !important;
  background: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  text-decoration: none !important;
}

.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
  width: 100px;
  margin: 0;
}

.woocommerce div.product form.cart .variations td {
  max-width: none !important;
  padding: 0 20px 20px 0 !important;
  line-height: 1.3em;
}

.woocommerce div.product form.cart .variations td:last-child {
  padding-right: 0 !important;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  padding: 6px 0;
}

/* Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
  border-bottom-color: #d9d9d9;
}

body.woocommerce .woocommerce-tabs {
  margin-bottom: 45px;
  border: 1px solid #d9d9d9;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs {
  margin: 0 !important;
  padding: 0 !important;
  background: #f4f4f4;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active {
  margin: 0 -2px;
  padding: 0;
  border: none;
  border-right: 1px solid #d9d9d9;
  border-radius: 0;
  background: none;
  background: #f4f4f4;
  box-shadow: none;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff !important;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a {
  padding: 4px 22px !important;
  color: #666 !important;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:before,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a {
  color: #000 !important;
}

body.woocommerce div.product .woocommerce-tabs .panel,
body.woocommerce #content-area div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: 30px;
}

/* Reviews */
#reviews .commentlist {
  padding-bottom: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
  margin-bottom: 40px !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 100px !important;
  padding: 0 !important;
  border: none !important;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
  width: auto !important;
  padding: 0 !important;
  border: none !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
  margin: 0 0 2px !important;
  padding: 0 !important;
  font-size: inherit !important;
}

.woocommerce #reviews .commentlist .star-rating {
  float: none !important;
  margin-bottom: 6px !important;
}

.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
  margin-bottom: 30px !important;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 15px !important;
  border: none !important;
  color: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: 18px !important;
}

.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
  display: none !important;
  color: #fff !important;
}

.woocommerce-page #reviews #commentform,
.woocommerce-page #review_form #respond p.form-submit {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Popup Adjustment */
div.pp_pic_holder {
  z-index: 100001;
}

div.pp_overlay {
  z-index: 100000;
}

/* Project Post Type */
.single-project #left-area {
  padding-bottom: 50px;
}

.et_main_title {
  padding-bottom: 12px;
}

.et_main_title h1 {
  display: inline-block;
  padding-right: 2px;
}

.et_main_title .et_project_categories {
  font-size: 14px;
}

.et_main_title .et_project_categories a {
  color: #666;
  text-decoration: none;
}

.project .entry-content {
  padding-top: 30px;
}

.et_project_meta_title {
  display: block;
  color: #333;
  font-weight: 700;
}

.et_project_meta {
  margin: 23px 0 14px;
  padding: 15px 0 39px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.et_project_meta p {
  padding-bottom: 15px;
}

.et_project_meta p a {
  color: #666;
  text-decoration: none;
}

.nav-single a {
  color: #82c0c7;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

.single .et_pb_post {
  margin-bottom: 27px;
}

.et_shop_image,
.et_portfolio_image {
  display: block;
  position: relative;
}

.et_portfolio_image img {
  margin-bottom: 0;
  vertical-align: bottom;
}

/* Project + Page Builder */
.et_pb_pagebuilder_layout .project .entry-content {
  padding-top: 0;
}

/* Fullwidth Projects */
.et_full_width_portfolio_page .et_project_meta {
  margin-bottom: 0;
}

.et_full_width_portfolio_page .et_project_meta {
  float: left;
  width: 21%;
  margin-top: 43px;
  border-bottom: none;
}

.et_full_width_portfolio_page .entry-content {
  margin-bottom: 43px;
}

.et_full_width_portfolio_page .nav-single {
  padding-top: 13px;
  border-top: 1px solid #e2e2e2;
}

/* Social Media */
.entry-content .et_pb_member_social_links {
  margin-top: 20px;
  padding: 0;
  list-style-type: none !important;
}

/* Dropdown Menu */
#et-top-navigation {
  float: right;
}

#top-menu li li {
  margin: 0;
  padding: 0 20px;
}

#top-menu li li a {
  width: 200px;
  padding: 6px 20px;
}

/* Secondary Navigation */
#et-secondary-nav li {
  position: relative;
  text-align: right;
}

#et-secondary-nav li ul {
  position: absolute;
  right: 0;
  padding: 1em 0;
}

#et-secondary-nav li ul ul {
  top: 0;
  right: 220px;
  margin-top: -1em;
}

#et-secondary-nav li ul li {
  display: block;
}

#et-secondary-nav li ul {
  visibility: hidden;
  z-index: 999999;
  opacity: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#et-secondary-nav li ul {
  -webkit-transform: translate3d(0, 0, 0);
}

#et-secondary-nav li.et-hover > ul {
  visibility: visible;
}

#et-secondary-nav li > ul {
  width: 220px;
}

#et-secondary-nav li:hover > ul {
  visibility: visible;
  opacity: 1;
}

#et-secondary-nav li li {
  margin: 0;
  padding: 0 2em;
}

#et-secondary-nav li li a {
  display: block;
  width: 100%;
  margin-right: 0;
  padding: 1em;
  font-size: 12px;
  line-height: 1em;
  transition: all 0.2s ease-in-out;
}

#et-secondary-nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

/* IE7 Fix */
#et-secondary-nav li:hover {
  visibility: inherit;
}

/* Dropdown Arrows */
#top-menu .menu-item-has-children > a:first-child:after,
#et-secondary-nav .menu-item-has-children > a:first-child:after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "ETmodules";
  font-size: 16px;
  font-weight: 800;
  content: "3";
}

#top-menu > li > a {
  padding: 0 0;
}

#top-menu > li > a:focus, #top-menu > li > a:hover {
  background-color: transparent;
}

#top-menu .menu-item-has-children > a:first-child,
#et-secondary-nav .menu-item-has-children > a:first-child {
  padding-right: 20px;
}

#top-menu li .menu-item-has-children > a:first-child {
  padding-right: 40px;
}

#top-menu li .menu-item-has-children > a:first-child:after {
  top: 6px;
  right: 20px;
}

#et-secondary-nav .menu-item-has-children > a:first-child:after {
  top: 0;
}

#et-secondary-nav li .menu-item-has-children > a:first-child:after {
  top: 0.67em;
  right: auto;
  left: 2.3em;
}

/* Mega Menu */
#top-menu li.mega-menu {
  position: inherit;
}

#top-menu li.mega-menu > ul {
  position: absolute !important;
  left: 0 !important;
  width: 100%;
  padding: 30px 20px;
}

#top-menu li.mega-menu ul li {
  display: block !important;
  float: left !important;
  margin: 0;
  padding: 0 !important;
}

#top-menu li.mega-menu li > ul {
  position: relative;
  top: auto;
  left: auto;
  width: 240px !important;
  padding: 0;
  border: none;
  box-shadow: none;
  animation: none !important;
}

#top-menu li.mega-menu li ul {
  display: none;
  visibility: visible;
  opacity: 1;
}

#top-menu li.mega-menu.et-hover li ul {
  display: block;
}

#top-menu li.mega-menu:hover > ul {
  visibility: visible !important;
  opacity: 1 !important;
}

#top-menu li.mega-menu > ul > li > a {
  width: 100%;
  padding: 0 20px 10px;
}

#top-menu li.mega-menu > ul > li > a:first-child {
  padding-top: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  font-weight: bold;
}

#top-menu li.mega-menu > ul > li > a:first-child:hover {
  background-color: transparent !important;
}

#top-menu li.mega-menu li > a {
  width: 200px !important;
}

#top-menu li.mega-menu.mega-menu-parent li li,
#top-menu li.mega-menu.mega-menu-parent li > a {
  width: 100% !important;
}

#top-menu li.mega-menu.mega-menu-parent li > .sub-menu {
  float: left;
  width: 100% !important;
}

#top-menu li.mega-menu > ul > li {
  width: 25%;
  margin: 0;
}

#top-menu li.mega-menu.mega-menu-parent-3 > ul > li {
  width: 33.33%;
}

#top-menu li.mega-menu.mega-menu-parent-2 > ul > li {
  width: 50%;
}

#top-menu li.mega-menu.mega-menu-parent-1 > ul > li {
  width: 100%;
}

#top-menu li.mega-menu .menu-item-has-children > a:first-child:after {
  display: none;
}

#top-menu li.mega-menu > ul > li > ul > li {
  width: 100%;
  margin: 0;
}

/* Vertical Navigation Mega Menu */
.et_vertical_nav #top-menu li.mega-menu {
  position: relative;
}

.et_vertical_nav #top-menu li.mega-menu li > ul {
  width: 100% !important;
}

.et_vertical_nav #top-menu li.mega-menu li > a {
  width: 100% !important;
}

.et_vertical_nav #top-menu li.mega-menu > ul {
  position: absolute !important;
  top: 62px;
  left: 0 !important;
  width: 790px !important;
  padding: 30px 20px;
}

.et_vertical_nav #top-menu li.mega-menu > ul > li {
  width: 33.333%;
}

.et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-1 > ul > li {
  width: 100%;
}

.et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-2 > ul > li {
  width: 50%;
}

.et_vertical_nav #top-menu li.mega-menu > ul > li:nth-child(n+4) {
  clear: both;
  margin-top: 30px;
}

/* Mobile Menu */
#et_mobile_nav_menu {
  display: none;
  float: right;
}

.mobile_menu_bar {
  display: block;
  position: relative;
  line-height: 0;
}

.mobile_menu_bar:before {
  position: relative;
  top: 0;
  left: 0;
  font-size: 32px;
  content: "\61";
  cursor: pointer;
}

.mobile_nav .select_page {
  display: none;
}

/* Comments */
#comment-wrap {
  padding-top: 75px;
}

.single-project #comment-wrap {
  padding-top: 0;
}

.et_pb_pagebuilder_layout #comment-wrap {
  padding-top: 0;
}

.comment-body {
  position: relative;
  min-height: 87px;
  margin-bottom: 48px;
  padding: 0 110px 0 100px;
}

.comment_avatar {
  position: absolute;
  top: 7px;
  left: 0;
}

.comment_avatar img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.comment_postinfo {
  margin-bottom: 8px;
}

span.fn,
span.fn a {
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

span.comment_date {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.comment_area .comment-reply-link {
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
}

.comment-reply-link:hover,
.form-submit:hover {
  text-decoration: none;
}

.comment .children {
  margin-left: 100px;
  padding-left: 0 !important;
}

/* Comment Form */
.comment #respond {
  margin: -30px 0 0;
}

#respond {
  padding-top: 17px;
}

#commentform {
  padding-bottom: 60px;
}

#commentform input[type="text"] {
  width: 47%;
}

#commentform textarea {
  box-sizing: border-box;
  width: 100%;
}

#commentform textarea,
#commentform input[type="text"] {
  padding: 12px;
  border: none;
  color: #999;
  background-color: #eee;
  font-size: 18px;
}

.form-submit {
  float: right;
}

.form-submit input {
  display: block;
  cursor: pointer;
}

#reply-title small {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

/* Footer */
#main-footer {
  background-color: #222;
}

/* Widgets */
#footer-widgets {
  padding: 6% 0 0;
}

.footer-widget {
  float: left;
  color: #fff;
}

.last {
  margin-right: 0;
}

.footer-widget .fwidget:last-child {
  margin-bottom: 0 !important;
}

#footer-widgets .footer-widget li {
  position: relative;
  padding-left: 14px;
}

#footer-widgets .footer-widget li:before {
  position: absolute;
  top: 9px;
  left: 0;
  border-width: 3px;
  border-style: solid;
  border-radius: 3px;
  content: "";
}

#footer-widgets .footer-widget li a {
  color: #fff;
  text-decoration: none;
}

#footer-widgets .footer-widget li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer-widget .widget_adsensewidget ins {
  min-width: 160px;
}

/* Bottom Bar */
#footer-bottom {
  padding: 15px 0 5px;
  background-color: #1f1f1f;
  background-color: rgba(0, 0, 0, 0.32);
}

#footer-bottom a {
  transition: all 0.4s ease-in-out;
}

#footer-info {
  float: left;
  padding-bottom: 10px;
  color: #666;
  text-align: left;
}

#footer-info a {
  color: #666;
  font-weight: 700;
}

#footer-info a:hover {
  opacity: 0.7;
}

/* Footer Menu */
#et-footer-nav {
  background-color: rgba(255, 255, 255, 0.05);
}

.bottom-nav {
  padding: 15px 0;
}

.bottom-nav li {
  display: inline-block;
  padding-right: 22px;
  font-size: 14px;
  font-weight: 600;
}

.bottom-nav a {
  color: #bbb;
  transition: all 0.4s ease-in-out;
}

.bottom-nav a:hover {
  opacity: 0.7;
}

/* Post Captions and Alignments */
div.post .new-post .aligncenter,
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption {
  max-width: 96%;
  margin-bottom: 10px;
  padding: 8px;
  padding-top: 4px;
  border: 1px solid #ddd;
  background-color: #f3f3f3;
  text-align: center;
}

.wp-caption.alignleft {
  margin: 0 10px 10px 0;
}

.wp-caption.alignright {
  margin: 0 0 10px 10px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 12px;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

/* WP Page Navi */
.pagination {
  clear: both;
}

.wp-pagenavi {
  clear: both;
  margin-bottom: 30px;
  padding-top: 13px;
  border-top: 1px solid #e2e2e2;
  text-align: right;
}

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0 5px;
  border: none !important;
  color: #666;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color: #999 !important;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  color: #82c0c7 !important;
}

/* Sections */
.page.et_pb_pagebuilder_layout #main-content {
  background-color: transparent;
}

/* Sidebar */
#sidebar {
  padding-bottom: 28px;
}

/* Widgets */
#sidebar .et_pb_widget {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}

/* ET Widgets */
img#about-image {
  float: left;
  margin: 3px 8px 8px 0;
}

/* Search Widget */
.widget_search .screen-reader-text {
  display: none;
}

.widget_search input#s,
.widget_search input#searchsubmit {
  height: 40px !important;
  margin: 0;
  padding: 0.7em;
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  line-height: normal !important;
}

.widget_search #s {
  width: 100%;
  border-radius: 3px;
}

.widget_search #searchform {
  position: relative;
}

.widget_search #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #ddd;
}

/* WordPress Calendar */
#wp-calendar {
  width: 100%;
  margin: 10px auto 0;
  empty-cells: show;
}

#wp-calendar a {
  display: block;
  font-weight: bold;
  text-decoration: none;
}

#wp-calendar a:hover {
  text-decoration: underline;
}

#wp-calendar caption {
  font: bold 13px Arial, Sans-Serif;
  text-decoration: none;
}

#wp-calendar td {
  padding: 3px 5px;
  color: #9f9f9f;
}

#wp-calendar td#today {
  font-weight: bold;
}

#wp-calendar th {
  padding: 3px 5px;
  font-style: normal;
  text-transform: capitalize;
}

#wp-calendar #prev a,
#wp-calendar #next a {
  font-size: 9pt;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

/* Tag Cloud */
.tagcloud a {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 8px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.05);
  font-size: 12px !important;
  transition: all 0.2s ease-in-out;
}

.tagcloud a:hover {
  background: rgba(0, 0, 0, 0.15);
}

/* Color Schemes */
.et_color_scheme_green a {
  color: #7cc68d;
}

.et_color_scheme_green .et_pb_counter_amount,
.et_color_scheme_green .et_pb_featured_table .et_pb_pricing_heading,
.et_color_scheme_green #top-header {
  background: #7cc68d !important;
}

.et_color_scheme_green.woocommerce a.button.alt,
.et_color_scheme_green.woocommerce-page a.button.alt,
.et_color_scheme_green.woocommerce button.button.alt,
.et_color_scheme_green.woocommerce-page button.button.alt,
.et_color_scheme_green.woocommerce input.button.alt,
.et_color_scheme_green.woocommerce-page input.button.alt,
.et_color_scheme_green.woocommerce #respond input#submit.alt,
.et_color_scheme_green.woocommerce-page #respond input#submit.alt,
.et_color_scheme_green.woocommerce #content input.button.alt,
.et_color_scheme_green.woocommerce-page #content input.button.alt,
.et_color_scheme_green.woocommerce a.button,
.et_color_scheme_green.woocommerce-page a.button,
.et_color_scheme_green.woocommerce button.button,
.et_color_scheme_green.woocommerce-page button.button,
.et_color_scheme_green.woocommerce input.button,
.et_color_scheme_green.woocommerce-page input.button,
.et_color_scheme_green.woocommerce #respond input#submit,
.et_color_scheme_green.woocommerce-page #respond input#submit,
.et_color_scheme_green.woocommerce #content input.button,
.et_color_scheme_green.woocommerce-page #content input.button,
.et_color_scheme_green .woocommerce-message,
.et_color_scheme_green .woocommerce-error,
.et_color_scheme_green .woocommerce-info {
  background: #7cc68d !important;
}

.et_color_scheme_green #et_search_icon:hover,
.et_color_scheme_green .mobile_menu_bar:before,
.et_color_scheme_green .footer-widget h4,
.et_color_scheme_green .et_pb_sum,
.et_color_scheme_green .et_pb_pricing li a,
.et_color_scheme_green .et_pb_pricing_table_button,
.et_color_scheme_green .comment-reply-link,
.et_color_scheme_green .form-submit input,
.et_color_scheme_green .et_pb_bg_layout_light .et_pb_newsletter_button,
.et_color_scheme_green .et_pb_contact_submit,
.et_color_scheme_green .et_password_protected_form .et_submit_button,
.et_color_scheme_green .et_pb_bg_layout_light .et_pb_more_button,
.et_color_scheme_green .et_pb_bg_layout_light .et_pb_promo_button,
.et_color_scheme_green .et_overlay:before,
.et_color_scheme_green .entry-summary p.price ins,
.et_color_scheme_green.woocommerce div.product span.price,
.et_color_scheme_green.woocommerce-page div.product span.price,
.et_color_scheme_green.woocommerce #content div.product span.price,
.et_color_scheme_green.woocommerce-page #content div.product span.price,
.et_color_scheme_green.woocommerce div.product p.price,
.et_color_scheme_green.woocommerce-page div.product p.price,
.et_color_scheme_green.woocommerce #content div.product p.price,
.et_color_scheme_green.woocommerce-page #content div.product p.price,
.et_color_scheme_green #top-menu li.current-menu-ancestor > a,
.et_color_scheme_green #top-menu li.current-menu-item > a,
.et_color_scheme_green .bottom-nav li.current-menu-item > a {
  color: #7cc68d;
}

.et_color_scheme_green.woocommerce .star-rating span:before,
.et_color_scheme_green.woocommerce-page .star-rating span:before {
  color: #7cc68d !important;
}

.et_color_scheme_green .et-search-form,
.et_color_scheme_green .nav li ul,
.et_color_scheme_green .et_mobile_menu,
.et_color_scheme_green .footer-widget li:before,
.et_color_scheme_green .et_pb_pricing li:before {
  border-color: #7cc68d !important;
}

.et_color_scheme_pink a {
  color: #c37cc6;
}

.et_color_scheme_pink .et_pb_counter_amount,
.et_color_scheme_pink .et_pb_featured_table .et_pb_pricing_heading,
.et_color_scheme_pink #top-header {
  background: #c37cc6 !important;
}

.et_color_scheme_pink.woocommerce a.button.alt,
.et_color_scheme_pink.woocommerce-page a.button.alt,
.et_color_scheme_pink.woocommerce button.button.alt,
.et_color_scheme_pink.woocommerce-page button.button.alt,
.et_color_scheme_pink.woocommerce input.button.alt,
.et_color_scheme_pink.woocommerce-page input.button.alt,
.et_color_scheme_pink.woocommerce #respond input#submit.alt,
.et_color_scheme_pink.woocommerce-page #respond input#submit.alt,
.et_color_scheme_pink.woocommerce #content input.button.alt,
.et_color_scheme_pink.woocommerce-page #content input.button.alt,
.et_color_scheme_pink.woocommerce a.button,
.et_color_scheme_pink.woocommerce-page a.button,
.et_color_scheme_pink.woocommerce button.button,
.et_color_scheme_pink.woocommerce-page button.button,
.et_color_scheme_pink.woocommerce input.button,
.et_color_scheme_pink.woocommerce-page input.button,
.et_color_scheme_pink.woocommerce #respond input#submit,
.et_color_scheme_pink.woocommerce-page #respond input#submit,
.et_color_scheme_pink.woocommerce #content input.button,
.et_color_scheme_pink.woocommerce-page #content input.button,
.et_color_scheme_pink .woocommerce-message,
.et_color_scheme_pink .woocommerce-error,
.et_color_scheme_pink .woocommerce-info {
  background: #c37cc6 !important;
}

.et_color_scheme_pink #et_search_icon:hover,
.et_color_scheme_pink .mobile_menu_bar:before,
.et_color_scheme_pink .footer-widget h4,
.et_color_scheme_pink .et_pb_sum,
.et_color_scheme_pink .et_pb_pricing li a,
.et_color_scheme_pink .et_pb_pricing_table_button,
.et_color_scheme_pink .comment-reply-link,
.et_color_scheme_pink .form-submit input,
.et_color_scheme_pink .et_pb_bg_layout_light .et_pb_newsletter_button,
.et_color_scheme_pink .et_pb_contact_submit,
.et_color_scheme_pink .et_password_protected_form .et_submit_button,
.et_color_scheme_pink .et_pb_bg_layout_light .et_pb_more_button,
.et_color_scheme_pink .et_pb_bg_layout_light .et_pb_promo_button,
.et_color_scheme_pink .et_overlay:before,
.et_color_scheme_pink .entry-summary p.price ins,
.et_color_scheme_pink.woocommerce div.product span.price,
.et_color_scheme_pink.woocommerce-page div.product span.price,
.et_color_scheme_pink.woocommerce #content div.product span.price,
.et_color_scheme_pink.woocommerce-page #content div.product span.price,
.et_color_scheme_pink.woocommerce div.product p.price,
.et_color_scheme_pink.woocommerce-page div.product p.price,
.et_color_scheme_pink.woocommerce #content div.product p.price,
.et_color_scheme_pink.woocommerce-page #content div.product p.price,
.et_color_scheme_pink #top-menu li.current-menu-ancestor > a,
.et_color_scheme_pink #top-menu li.current-menu-item > a,
.et_color_scheme_pink .bottom-nav li.current-menu-item > a {
  color: #c37cc6;
}

.et_color_scheme_pink.woocommerce .star-rating span:before,
.et_color_scheme_pink.woocommerce-page .star-rating span:before {
  color: #c37cc6 !important;
}

.et_color_scheme_pink .et-search-form,
.et_color_scheme_pink .nav li ul,
.et_color_scheme_pink .et_mobile_menu,
.et_color_scheme_pink .footer-widget li:before,
.et_color_scheme_pink .et_pb_pricing li:before {
  border-color: #c37cc6 !important;
}

.et_color_scheme_red a {
  color: #cd5c5c;
}

.et_color_scheme_red .et_pb_counter_amount,
.et_color_scheme_red .et_pb_featured_table .et_pb_pricing_heading,
.et_color_scheme_red #top-header {
  background: #cd5c5c !important;
}

.et_color_scheme_red.woocommerce a.button.alt,
.et_color_scheme_red.woocommerce-page a.button.alt,
.et_color_scheme_red.woocommerce button.button.alt,
.et_color_scheme_red.woocommerce-page button.button.alt,
.et_color_scheme_red.woocommerce input.button.alt,
.et_color_scheme_red.woocommerce-page input.button.alt,
.et_color_scheme_red.woocommerce #respond input#submit.alt,
.et_color_scheme_red.woocommerce-page #respond input#submit.alt,
.et_color_scheme_red.woocommerce #content input.button.alt,
.et_color_scheme_red.woocommerce-page #content input.button.alt,
.et_color_scheme_red.woocommerce a.button,
.et_color_scheme_red.woocommerce-page a.button,
.et_color_scheme_red.woocommerce button.button,
.et_color_scheme_red.woocommerce-page button.button,
.et_color_scheme_red.woocommerce input.button,
.et_color_scheme_red.woocommerce-page input.button,
.et_color_scheme_red.woocommerce #respond input#submit,
.et_color_scheme_red.woocommerce-page #respond input#submit,
.et_color_scheme_red.woocommerce #content input.button,
.et_color_scheme_red.woocommerce-page #content input.button,
.et_color_scheme_red .woocommerce-message,
.et_color_scheme_red .woocommerce-error,
.et_color_scheme_red .woocommerce-info {
  background: #cd5c5c !important;
}

.et_color_scheme_red #et_search_icon:hover,
.et_color_scheme_red .mobile_menu_bar:before,
.et_color_scheme_red .footer-widget h4,
.et_color_scheme_red .et_pb_sum,
.et_color_scheme_red .et_pb_pricing li a,
.et_color_scheme_red .et_pb_pricing_table_button,
.et_color_scheme_red .comment-reply-link,
.et_color_scheme_red .form-submit input,
.et_color_scheme_red .et_pb_bg_layout_light .et_pb_newsletter_button,
.et_color_scheme_red .et_pb_contact_submit,
.et_color_scheme_red .et_password_protected_form .et_submit_button,
.et_color_scheme_red .et_pb_bg_layout_light .et_pb_more_button,
.et_color_scheme_red .et_pb_bg_layout_light .et_pb_promo_button,
.et_color_scheme_red .et_overlay:before,
.et_color_scheme_red .entry-summary p.price ins,
.et_color_scheme_red.woocommerce div.product span.price,
.et_color_scheme_red.woocommerce-page div.product span.price,
.et_color_scheme_red.woocommerce #content div.product span.price,
.et_color_scheme_red.woocommerce-page #content div.product span.price,
.et_color_scheme_red.woocommerce div.product p.price,
.et_color_scheme_red.woocommerce-page div.product p.price,
.et_color_scheme_red.woocommerce #content div.product p.price,
.et_color_scheme_red.woocommerce-page #content div.product p.price,
.et_color_scheme_red #top-menu li.current-menu-ancestor > a,
.et_color_scheme_red #top-menu li.current-menu-item > a,
.et_color_scheme_red .bottom-nav li.current-menu-item > a {
  color: #cd5c5c;
}

.et_color_scheme_red .woocommerce .star-rating span:before,
.et_color_scheme_red .woocommerce-page .star-rating span:before {
  color: #cd5c5c !important;
}

.et_color_scheme_red .et-search-form,
.et_color_scheme_red .nav li ul,
.et_color_scheme_red .et_mobile_menu,
.et_color_scheme_red .footer-widget li:before,
.et_color_scheme_red .et_pb_pricing li:before {
  border-color: #cd5c5c;
}

.et_color_scheme_orange a {
  color: #edb059;
}

.et_color_scheme_orange .et_pb_counter_amount,
.et_color_scheme_orange .et_pb_featured_table .et_pb_pricing_heading,
.et_color_scheme_orange #top-header {
  background: #edb059 !important;
}

.et_color_scheme_orange.woocommerce a.button.alt,
.et_color_scheme_orange.woocommerce-page a.button.alt,
.et_color_scheme_orange.woocommerce button.button.alt,
.et_color_scheme_orange.woocommerce-page button.button.alt,
.et_color_scheme_orange.woocommerce input.button.alt,
.et_color_scheme_orange.woocommerce-page input.button.alt,
.et_color_scheme_orange.woocommerce #respond input#submit.alt,
.et_color_scheme_orange.woocommerce-page #respond input#submit.alt,
.et_color_scheme_orange.woocommerce #content input.button.alt,
.et_color_scheme_orange.woocommerce-page #content input.button.alt,
.et_color_scheme_orange.woocommerce a.button,
.et_color_scheme_orange.woocommerce-page a.button,
.et_color_scheme_orange.woocommerce button.button,
.et_color_scheme_orange.woocommerce-page button.button,
.et_color_scheme_orange.woocommerce input.button,
.et_color_scheme_orange.woocommerce-page input.button,
.et_color_scheme_orange.woocommerce #respond input#submit,
.et_color_scheme_orange.woocommerce-page #respond input#submit,
.et_color_scheme_orange.woocommerce #content input.button,
.et_color_scheme_orange.woocommerce-page #content input.button,
.et_color_scheme_orange .woocommerce-message,
.et_color_scheme_orange .woocommerce-error,
.et_color_scheme_orange .woocommerce-info {
  background: #edb059 !important;
}

.et_color_scheme_orange #et_search_icon:hover,
.et_color_scheme_orange .mobile_menu_bar:before,
.et_color_scheme_orange .footer-widget h4,
.et_color_scheme_orange .et_pb_sum,
.et_color_scheme_orange .et_pb_pricing li a,
.et_color_scheme_orange .et_pb_pricing_table_button,
.et_color_scheme_orange .comment-reply-link,
.et_color_scheme_orange .form-submit input,
.et_color_scheme_orange .et_pb_bg_layout_light .et_pb_newsletter_button,
.et_color_scheme_orange .et_pb_contact_submit,
.et_color_scheme_orange .et_password_protected_form .et_submit_button,
.et_color_scheme_orange .et_pb_bg_layout_light .et_pb_more_button,
.et_color_scheme_orange .et_pb_bg_layout_light .et_pb_promo_button,
.et_color_scheme_orange .et_overlay:before,
.et_color_scheme_orange .entry-summary p.price ins,
.et_color_scheme_orange.woocommerce div.product span.price,
.et_color_scheme_orange.woocommerce-page div.product span.price,
.et_color_scheme_orange.woocommerce #content div.product span.price,
.et_color_scheme_orange.woocommerce-page #content div.product span.price,
.et_color_scheme_orange.woocommerce div.product p.price,
.et_color_scheme_orange.woocommerce-page div.product p.price,
.et_color_scheme_orange.woocommerce #content div.product p.price,
.et_color_scheme_orange.woocommerce-page #content div.product p.price,
.et_color_scheme_orange #top-menu li.current-menu-ancestor > a,
.et_color_scheme_orange #top-menu li.current-menu-item > a,
.et_color_scheme_orange .bottom-nav li.current-menu-item > a {
  color: #edb059;
}

.et_color_scheme_orange .woocommerce .star-rating span:before,
.et_color_scheme_orange .woocommerce-page .star-rating span:before {
  color: #edb059 !important;
}

.et_color_scheme_orange .et-search-form,
.et_color_scheme_orange .nav li ul,
.et_color_scheme_orange .et_mobile_menu,
.et_color_scheme_orange .footer-widget li:before,
.et_color_scheme_orange .et_pb_pricing li:before {
  border-color: #edb059;
}

.et_color_scheme_green .et-cart-info,
.et_color_scheme_pink .et-cart-info,
.et_color_scheme_red .et-cart-info,
.et_color_scheme_orange .et-cart-info,
.et_color_scheme_green .et-social-icon a:hover,
.et_color_scheme_pink .et-social-icon a:hover,
.et_color_scheme_red .et-social-icon a:hover,
.et_color_scheme_orange .et-social-icon a:hover,
.et_color_scheme_green .et_pb_promo_button,
.et_color_scheme_pink .et_pb_promo_button,
.et_color_scheme_red .et_pb_promo_button,
.et_color_scheme_orange .et_pb_promo_button,
.et_color_scheme_green .et_pb_more_button,
.et_color_scheme_pink .et_pb_more_button,
.et_color_scheme_red .et_pb_more_button,
.et_color_scheme_orange .et_pb_more_button,
.et_color_scheme_green .et_pb_slide_description .et_pb_slide_title a,
.et_color_scheme_pink .et_pb_slide_description .et_pb_slide_title a,
.et_color_scheme_red .et_pb_slide_description .et_pb_slide_title a,
.et_color_scheme_orange .et_pb_slide_description .et_pb_slide_title a,
.et_color_scheme_green .et-pb-slider-arrows a,
.et_color_scheme_pink .et-pb-slider-arrows a,
.et_color_scheme_red .et-pb-slider-arrows a,
.et_color_scheme_orange .et-pb-slider-arrows a,
.et_color_scheme_green .et_audio_content a,
.et_color_scheme_pink .et_audio_content a,
.et_color_scheme_red .et_audio_content a,
.et_color_scheme_orange .et_audio_content a,
.et_color_scheme_green .et_link_content a,
.et_color_scheme_pink .et_link_content a,
.et_color_scheme_red .et_link_content a,
.et_color_scheme_orange .et_link_content a,
.et_color_scheme_green .et_pb_newsletter_button,
.et_color_scheme_pink .et_pb_newsletter_button,
.et_color_scheme_red .et_pb_newsletter_button,
.et_color_scheme_orange .et_pb_newsletter_button {
  color: inherit !important;
}

/* Floating Dot Navigation */
ul.et_pb_side_nav {
  display: block;
  position: fixed;
  z-index: 99999;
  top: 50%;
  right: 0;
  width: 40px;
  padding: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
}

ul.et_pb_side_nav li.side_nav_item {
  padding: 7px;
}

ul.et_pb_side_nav .side_nav_item a {
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
}

ul.et_pb_side_nav.et-visible {
  opacity: 1;
  animation: fadeInRight 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

ul.et_pb_side_nav .side_nav_item a.active {
  background-color: #fff !important;
}

/* Back To Top Button */
.et_pb_scroll_top.et-pb-icon {
  display: none;
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 125px;
  padding: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.et_pb_scroll_top:before {
  content: "2";
}

.et_pb_scroll_top.et-visible {
  opacity: 1;
  animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_scroll_top.et-hidden {
  opacity: 0;
  animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

/* Apply Animations */
.et_pb_menu_hidden #top-menu,
.et_pb_menu_hidden #et_search_icon:before,
.et_pb_menu_hidden .et-cart-info {
  opacity: 0;
  animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_menu_visible #top-menu,
.et_pb_menu_visible #et_search_icon:before,
.et_pb_menu_visible .et-cart-info {
  z-index: 99;
  opacity: 1;
  animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_menu_hidden #top-menu,
.et_pb_menu_hidden #et_search_icon:before,
.et_pb_menu_hidden .mobile_menu_bar {
  opacity: 0;
  animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_menu_visible #top-menu,
.et_pb_menu_visible #et_search_icon:before,
.et_pb_menu_visible .mobile_menu_bar {
  z-index: 99;
  opacity: 1;
  animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_no_animation #top-menu,
.et_pb_no_animation #et_search_icon:before,
.et_pb_no_animation .mobile_menu_bar,
.et_pb_no_animation.et_search_form_container {
  animation: none !important;
}

/* Responsive Styles Large Desktop And Above */
@media all and (min-width: 1405px) {
  .et_vertical_nav.et_right_sidebar.woocommerce div.product div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce-page div.product div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce-page div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images {
    width: 315px !important;
  }
  .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n+1),
  .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n+1) {
    clear: both !important;
  }
  .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n),
  .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n) {
    margin-right: 60px !important;
  }
  .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n),
  .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n) {
    margin-right: 0 !important;
  }
  .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n+1),
  .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n+1) {
    clear: none !important;
  }
  .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item,
  .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item {
    width: 193px;
  }
  .et_vertical_nav.archive.et_right_sidebar ul.products li.product {
    margin-right: 50px !important;
  }
}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 1100px) and (max-width: 1405px) {
  /*Vertical Navigation */
  .et_vertical_nav .footer-widget:nth-child(2n) {
    margin-right: 0;
  }
  .et_vertical_nav.et_right_sidebar.woocommerce div.product div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce-page div.product div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce-page div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images {
    width: 250px !important;
  }
  .et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.product:nth-child(3n) {
    margin-right: 0 !important;
  }
  .et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.first {
    clear: none !important;
  }
  .et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.product:nth-child(3n+1) {
    clear: both !important;
    margin-right: 60px !important;
  }
}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 981px) and (max-width: 1405px) {
  /* Vertical Navigation + Pricing Tables */
  .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table {
    width: 33.333%;
  }
  .et_vertical_nav .et_pb_pricing_2 .et_pb_pricing_table,
  .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_pricing_table {
    width: 50%;
  }
  .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table,
  .et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table,
  .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table,
  .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table {
    width: 100%;
    margin: 0 0 30px;
  }
  .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table:last-child,
  .et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table:last-child,
  .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table:last-child,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table:last-child,
  .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table:last-child {
    margin-bottom: 0;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(4n+1),
  .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(3n+1) {
    clear: none;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(3n+1),
  .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(2n+1) {
    clear: both;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(n+4),
  .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(n+3) {
    margin-top: 50px;
  }
  .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4),
  .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3) {
    margin-top: 30px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_sum,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_sum {
    font-size: 40px;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_content_top,
  .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_content_top {
    padding-bottom: 20px;
  }
  /* Vertical Nav + Slider Module */
  .et_vertical_nav .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description {
    width: 100%;
  }
  /* Vertical Nav + WooCommerce */
  .et_vertical_nav.archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(2n),
  .et_vertical_nav.archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(2n) {
    margin-right: 0 !important;
  }
  .et_vertical_nav.archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(2n+1),
  .et_vertical_nav.archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(2n+1) {
    clear: both !important;
    margin-right: 60px !important;
  }
  .et_vertical_nav.archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(3n+1),
  .et_vertical_nav.archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(3n+1) {
    clear: none !important;
  }
  /* Vertical Nav + Audio Module */
  .et_vertical_nav .et_pb_column_1_4 .et_audio_container {
    padding-bottom: 40px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-container .mejs-controls div,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-container .mejs-controls div {
    position: absolute;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-container,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-container {
    height: 80px !important;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-controls,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-controls {
    height: 100% !important;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-button.mejs-playpause-button,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-button.mejs-playpause-button {
    z-index: 99;
    top: 0;
    left: 0;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom {
    top: 30px;
    left: 7px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-button.mejs-volume-button,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-button.mejs-volume-button {
    top: 26px;
    right: 60px;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module a.mejs-horizontal-volume-slider,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module a.mejs-horizontal-volume-slider {
    display: block !important;
    position: absolute !important;
    top: 26px;
    right: 0;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-horizontal-volume-total,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-horizontal-volume-total {
    display: block;
    position: relative !important;
    width: 100% !important;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-controls div.mejs-time-rail,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-controls div.mejs-time-rail {
    width: 100% !important;
    padding-left: 30px !important;
  }
  .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module a.mejs-time-total.mejs-time-slider,
  .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module a.mejs-time-total.mejs-time-slider {
    position: relative !important;
    width: 100% !important;
    margin-left: 0;
  }
}

/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {
  /* Customizer Hide Logo */
  .et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,
  .et_hide_fixed_logo #main-header.et-fixed-header .logo_container {
    height: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  .et_hide_primary_logo #main-header:not(.et-fixed-header) .centered-inline-logo-wrap,
  .et_hide_fixed_logo #main-header.et-fixed-header .centered-inline-logo-wrap,
  .et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,
  .et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container,
  .et_header_style_split.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,
  .et_header_style_split.et_hide_fixed_logo #main-header.et-fixed-header .logo_container {
    height: 0;
    padding: 0;
    opacity: 0;
  }
  /* Header Height Fix */
  .et-animated-content#page-container {
    transition: margin-top, 0.4s ease-in-out;
  }
  .et_hide_nav #page-container,
  .et_transparent_nav #page-container {
    transition: none;
  }
  .et_transparent_nav.et_non_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
  .et_transparent_nav.et_non_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
  .et_transparent_nav.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
  .et_transparent_nav.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
    padding-top: 0;
  }
  /* Vertical Nav + Sidebar */
  .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n+1),
  .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n+1) {
    clear: none;
  }
  .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n),
  .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n) {
    margin-right: 60px;
  }
  .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n),
  .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n) {
    margin-right: 0;
  }
  .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n+1),
  .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n+1) {
    clear: both;
  }
  /* Header Logo Styles */
  .et_header_style_split #logo {
    display: none;
  }
  .et_vertical_nav.et_header_style_split #logo {
    display: block;
  }
  .et_header_style_split .centered-inline-logo-wrap #logo {
    display: initial;
    animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }
  .et_header_style_split.ie .centered-inline-logo-wrap #logo {
    display: inline;
  }
  .et_header_style_split.et_hide_primary_logo .centered-inline-logo-wrap {
    width: 0;
  }
  /* Search Bar */
  .et_fullwidth_nav .et-search-form,
  .et_fullwidth_nav .et_close_search_field {
    right: 30px;
  }
  /* Fixed header styles, only applied for non-responsive resolutions */
  #main-header.et-fixed-header {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
  }
  .et_header_style_left .et-fixed-header #et-top-navigation,
  .et_header_style_split .et-fixed-header #et-top-navigation {
    padding-top: 20px;
  }
  .et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a,
  .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
    padding-bottom: 20px;
  }
  .et_header_style_centered .et-fixed-header .et-search-form {
    top: 21px;
  }
  .et_header_style_split .et-fixed-header .centered-inline-logo-wrap {
    width: 54px;
    height: 54px;
    margin: -20px 0;
  }
  .et_header_style_centered .et-fixed-header #et_search_icon:before {
    margin-top: 0;
  }
  .et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header,
  .et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header,
  .et_hide_nav.et_fixed_nav #top-header,
  .et_hide_nav.et_fixed_nav #main-header {
    opacity: 0;
  }
  .et_hide_nav.et_non_fixed_nav.et_transparent_nav .et-fixed-header#top-header,
  .et_hide_nav.et_non_fixed_nav.et_transparent_nav .et-fixed-header#main-header,
  .et_hide_nav.et_fixed_nav .et-fixed-header#top-header,
  .et_hide_nav.et_fixed_nav .et-fixed-header#main-header {
    opacity: 1;
    transform: translateY(0px) !important;
  }
  .et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header,
  .et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header,
  .et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header,
  .et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header,
  .et_hide_nav .centered-inline-logo-wrap,
  .et_hide_nav.et_fixed_nav #top-header,
  .et_hide_nav.et_fixed_nav #top-header,
  .et_hide_nav.et_fixed_nav #main-header,
  .et_hide_nav.et_fixed_nav #main-header,
  .et_hide_nav .centered-inline-logo-wrap {
    transition-duration: 0.7s;
  }
  .et_hide_nav #page-container {
    padding-top: 0 !important;
  }
  /* Dropdown Animations */
  .et_primary_nav_dropdown_animation_fade #et-top-navigation ul li:hover > ul,
  .et_secondary_nav_dropdown_animation_fade #et-secondary-nav li:hover > ul {
    transition: all 0.2s ease-in-out;
  }
  .et_primary_nav_dropdown_animation_slide #et-top-navigation ul li:hover > ul,
  .et_secondary_nav_dropdown_animation_slide #et-secondary-nav li:hover > ul {
    animation: fadeLeft 0.4s ease-in-out;
  }
  .et_primary_nav_dropdown_animation_expand #et-top-navigation ul li:hover > ul,
  .et_secondary_nav_dropdown_animation_expand #et-secondary-nav li:hover > ul {
    -webkit-transform-origin: 0 0;
    animation: Grow 0.4s ease-in-out;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  .et_primary_nav_dropdown_animation_flip #et-top-navigation ul li ul li:hover > ul,
  .et_secondary_nav_dropdown_animation_flip #et-secondary-nav ul li:hover > ul {
    animation: flipInX 0.6s ease-in-out;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  .et_primary_nav_dropdown_animation_flip #et-top-navigation ul li:hover > ul,
  .et_secondary_nav_dropdown_animation_flip #et-secondary-nav li:hover > ul {
    animation: flipInY 0.6s ease-in-out;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  /* Vertical Navigation */
  .et_vertical_nav #et-main-area,
  .et_vertical_nav #top-header {
    position: relative;
    margin-left: 225px !important;
  }
  .et_vertical_nav #top-header {
    z-index: 9999;
  }
  .et_vertical_nav #page-container #main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    height: 100%;
    padding-top: 40px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  }
  .et_vertical_nav #main-header .container {
    width: auto;
    margin: 0 40px;
  }
  .et_vertical_nav #main-header #top-menu,
  .et_vertical_nav #main-header #top-menu-nav,
  .et_vertical_nav #main-header #et_top_search,
  .et_vertical_nav #main-header #et-top-navigation,
  .et_vertical_nav #main-header #logo {
    float: none;
    transition: none;
  }
  .et_vertical_nav #main-header #logo {
    max-height: none;
    margin-bottom: 28px;
    padding: 0;
  }
  .et_vertical_nav #main-header #top-menu li {
    display: block;
    padding-right: 0;
  }
  .et_vertical_nav #main-header #top-menu li.mega-menu > ul {
    top: 190px;
    left: 185px !important;
  }
  .et_vertical_nav #main-header #top-menu li ul {
    top: -32px;
    left: 185px;
  }
  .et_vertical_nav #main-header #top-menu li ul {
    border-top: none;
    border-left-width: 3px;
    border-left-style: solid;
  }
  .et_vertical_nav #main-header #top-menu li ul ul {
    top: -20px;
    left: 237px;
    border-left-width: 0;
  }
  .et_vertical_nav #main-header #top-menu li.mega-menu ul {
    top: -32px;
    left: auto;
  }
  .et_vertical_nav #main-header #top-menu li.mega-menu ul ul {
    top: auto;
  }
  .et_vertical_nav #main-header #top-menu > li > a {
    margin-right: -40px;
    padding-right: 40px;
    padding-bottom: 19px;
  }
  .et_vertical_nav #main-header #top-menu > li > a:after {
    right: 20px;
  }
  .et_vertical_nav.et_boxed_layout #page-container #main-header {
    left: auto;
    transition: none;
  }
  .et_vertical_nav.et_header_style_centered #main-header #top-menu-nav,
  .et_vertical_nav.et_header_style_split #main-header #top-menu-nav {
    width: 100%;
  }
  /* Vertical Navigation Search Form */
  .et_vertical_nav input.et-search-field {
    left: 0 !important;
  }
  .et_vertical_nav #et_search_icon:before {
    top: -3px;
  }
  .et_vertical_nav #et-top-navigation .et-cart-info {
    display: block;
    float: none;
  }
  .et_vertical_nav .container.et_search_form_container {
    position: relative;
    right: 0 !important;
    height: 40px !important;
  }
  .et_vertical_nav .container.et_search_form_container .et-search-form input {
    font-size: 14px !important;
  }
  .et_vertical_nav .container.et_search_form_container div#et_top_search {
    height: 30px;
  }
  .et_vertical_nav .et_pb_menu_hidden #top-menu-nav > ul,
  .et_vertical_nav .et_pb_menu_visible #top-menu-nav > ul,
  .et_vertical_nav .et_pb_menu_hidden .et-cart-info,
  .et_vertical_nav .et_pb_menu_visible .et-cart-info {
    opacity: 1 !important;
    animation: none !important;
  }
  .et_vertical_nav div#et_top_search {
    width: 100%;
  }
  .et_vertical_nav .et_pb_menu_hidden #et_top_search {
    opacity: 0;
    animation: fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }
  .et_vertical_nav .et_pb_menu_visible #et_top_search {
    opacity: 1;
    animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }
  .et_vertical_nav .container.et_search_form_container.et_pb_search_visible {
    right: 0;
    opacity: 1;
    animation: fadeInLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }
  .et_vertical_nav .et_pb_search_form_hidden {
    opacity: 0;
    animation: fadeOutLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  }
  .et_vertical_nav div#et_top_search {
    height: 30px;
    margin-top: 20px;
  }
  .et_vertical_nav .container.et_search_form_container {
    margin-top: -45px !important;
  }
  .et_vertical_nav span.et_close_search_field:after {
    font-size: 16px;
  }
  .et_vertical_nav span.et_close_search_field {
    width: 13px;
    height: 18px;
  }
  .et_vertical_nav .et-search-form input {
    width: 90%;
  }
  .et_vertical_nav .container.et_search_form_container .et-search-form input {
    font-style: normal !important;
    text-decoration: none !important;
  }
  .et_vertical_nav .et_search_form_container input::-moz-placeholder {
    font-style: normal !important;
    text-decoration: none !important;
  }
  .et_vertical_nav .et_search_form_container input::-webkit-input-placeholder {
    font-style: normal !important;
    text-decoration: none !important;
  }
  .et_vertical_nav .et_search_form_container input:-ms-input-placeholder {
    font-style: normal !important;
    text-decoration: none !important;
  }
  .et_vertical_nav .et_search_outer {
    overflow: visible;
    position: relative;
  }
  .et_vertical_nav.et_header_style_centered #main-header .et-search-form {
    left: 0;
  }
  .et_vertical_nav.et_header_style_centered #et_search_icon:before {
    left: 50%;
    margin-left: -5px;
  }
  .et_vertical_nav.et_header_style_centered #main-header #et_top_search {
    display: block !important;
    margin: 16px auto 0;
  }
  .et_vertical_nav.et_header_style_split #main-header .container.et_search_form_container {
    z-index: 1;
  }
  .et_vertical_nav.et_header_style_split #main-header .container.et_search_form_container.et_pb_search_visible {
    z-index: 999;
  }
  .et_vertical_nav.et_header_style_split #et_search_icon:before {
    margin-top: 0;
  }
  /* Grid Layouts: Gallery, Portfolio, Filterable Portfolio, Shop */
  .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n),
  .et_pb_row .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n),
  .et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n),
  .et_pb_row .et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n),
  .single.et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n),
  .archive.et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n),
  .et_pb_row .et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n) {
    margin-right: 0;
  }
  .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1),
  .et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n+1),
  .et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n+1) {
    clear: both;
  }
  /* Make Navigation Fullwidth */
  .et_fullwidth_nav #main-header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .et_fullwidth_secondary_nav #top-header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  /* Blog Sidebar */
  #sidebar {
    float: left;
    width: 20.875%;
  }
  #left-area {
    width: 79.125%;
    padding-bottom: 23px;
  }
  #main-content .container:before {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e2e2e2;
    content: "";
  }
  .et_full_width_page #left-area {
    float: none;
    width: 100% !important;
  }
  .et_right_sidebar #left-area {
    float: left;
    padding-right: 5.5%;
  }
  .et_right_sidebar #sidebar {
    padding-left: 30px;
  }
  .et_right_sidebar #main-content .container:before {
    right: 20.875% !important;
  }
  .et_left_sidebar #left-area {
    float: right;
    padding-left: 5.5%;
  }
  .et_left_sidebar #sidebar {
    padding-right: 30px;
  }
  .et_left_sidebar #main-content .container:before {
    left: 20.875% !important;
  }
  /* Gutters Adjustment */
  .et_pb_gutter.et_pb_gutters4 #left-area {
    width: 81%;
  }
  .et_pb_gutter.et_pb_gutters2 #left-area {
    width: 77.25%;
  }
  .et_pb_gutter.et_pb_gutters1 #left-area {
    width: 75%;
  }
  .et_pb_gutter.et_pb_gutters4 #sidebar {
    width: 19%;
  }
  .et_pb_gutter.et_pb_gutters2 #sidebar {
    width: 22.75%;
  }
  .et_pb_gutter.et_pb_gutters1 #sidebar {
    width: 25%;
  }
  .et_pb_gutters4.et_right_sidebar #left-area {
    padding-right: 8%;
  }
  .et_pb_gutters4.et_left_sidebar #left-area {
    padding-left: 8%;
  }
  .et_pb_gutters2.et_right_sidebar #left-area {
    padding-right: 3%;
  }
  .et_pb_gutters2.et_left_sidebar #left-area {
    padding-left: 3%;
  }
  .et_pb_gutters1.et_right_sidebar #left-area {
    padding-right: 0;
  }
  .et_pb_gutters1.et_left_sidebar #left-area {
    padding-left: 0;
  }
  .et_pb_gutter.et_pb_gutters4.et_right_sidebar #main-content .container:before {
    right: 19% !important;
  }
  .et_pb_gutter.et_pb_gutters4.et_left_sidebar #main-content .container:before {
    left: 19% !important;
  }
  .et_pb_gutter.et_pb_gutters2.et_right_sidebar #main-content .container:before {
    right: 22.75% !important;
  }
  .et_pb_gutter.et_pb_gutters2.et_left_sidebar #main-content .container:before {
    left: 22.75% !important;
  }
  .et_pb_gutter.et_pb_gutters1.et_right_sidebar #main-content .container:before {
    right: 25% !important;
  }
  .et_pb_gutter.et_pb_gutters1.et_left_sidebar #main-content .container:before {
    left: 25% !important;
  }
  .et_vertical_nav.et_vertical_fixed #page-container #main-header {
    position: fixed;
  }
  .et_vertical_nav.et_vertical_fixed.et_header_style_left .et-fixed-header #et-top-navigation,
  .et_vertical_nav.et_vertical_fixed.et_header_style_split .et-fixed-header #et-top-navigation {
    padding-top: 33px;
  }
}

/* Responsive Styles 981px - 1100px */
@media all and (min-width: 981px) and (max-width: 1100px) {
  /* Vertical Navigation Styles */
  .et_vertical_nav.et_right_sidebar #left-area,
  .et_vertical_nav.et_left_sidebar #left-area {
    width: 450px;
  }
  .et_vertical_nav.et_right_sidebar #sidebar,
  .et_vertical_nav.et_left_sidebar #sidebar {
    width: 165px;
    margin-left: 30px;
  }
  .et_vertical_nav.et_left_sidebar #sidebar {
    width: 165px;
    margin: 0 30px 0 0;
  }
  .et_vertical_nav.et_right_sidebar #main-content .container:before {
    right: 195px;
  }
  .et_vertical_nav.et_left_sidebar #main-content .container:before {
    left: 195px;
  }
  .et_vertical_nav #top-menu li.mega-menu > ul {
    width: 675px !important;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_number_counter .percent p {
    font-size: 65px;
    line-height: 65px;
  }
  .et_vertical_nav .et_pb_column_3_4 .mejs-container,
  .et_vertical_nav .et_pb_column_3_4 .mejs-container .mejs-controls {
    height: 60px !important;
  }
  .et_vertical_nav .et_pb_column_1_4 .et_pb_number_counter .percent p {
    font-size: 55px;
    line-height: 55px;
  }
  .et_vertical_nav.et_right_sidebar.woocommerce div.product div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce-page div.product div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images,
  .et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce-page div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images,
  .et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images {
    width: 215px !important;
  }
  /* Blog Posts */
  .et_vertical_nav .et_pb_column_1_4 .wp-pagenavi span.pages {
    display: block;
    width: 119px !important;
  }
  /* Sidebar */
  #sidebar .et_pb_widget {
    margin-left: 0;
  }
  .et_left_sidebar #sidebar .et_pb_widget {
    margin-right: 0;
  }
}

/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {
  /* Hide Logo On Mobile */
  .et_hide_mobile_logo #main-header .logo_container {
    display: none;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  /* Page Containers */
  #page-container,
  .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container,
  .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container,
  #page-container,
  .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container,
  .et_fixed_nav.et_show_nav #page-container {
    padding-top: 80px;
  }
  .et_non_fixed_nav #page-container {
    padding-top: 0;
  }
  .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container,
  .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container,
  .et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container,
  .et_fixed_nav.et_show_nav.et_header_style_centered #page-container {
    padding-top: 136px;
  }
  #sidebar,
  #left-area {
    width: 100% !important;
  }
  /* With Sidebar */
  .et_right_sidebar #left-area,
  .et_right_sidebar #sidebar,
  .et_left_sidebar #left-area,
  .et_left_sidebar #sidebar {
    float: none;
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .et_right_sidebar #left-area {
    margin-right: 0;
  }
  .et_right_sidebar #sidebar {
    margin-left: 0;
    border-left: none;
  }
  .et_left_sidebar #left-area {
    margin-left: 0;
  }
  .et_left_sidebar #sidebar {
    margin-right: 0;
    border-right: none;
  }
  #main-content .container:before {
    display: none !important;
  }
  .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1),
  .et_full_width_page .et_gallery_item:nth-child(4n+1) {
    clear: none;
  }
  /* Blog + Sidebar Module + Footer */
  .footer-widget:nth-child(n) {
    width: 46.25% !important;
    margin: 0 7.5% 7.5% 0 !important;
  }
  #footer-widgets .footer-widget .fwidget {
    margin-bottom: 16.21%;
  }
  .et_pb_gutters1 .footer-widget:nth-child(n) {
    width: 50% !important;
    margin: 0 !important;
  }
  .et_pb_gutters1 #footer-widgets .footer-widget .fwidget {
    margin-bottom: 0;
  }
  #footer-widgets {
    padding: 8% 0;
  }
  #footer-widgets .footer-widget:nth-child(2n) {
    margin-right: 0 !important;
  }
  #footer-widgets .footer-widget:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
  }
  .bottom-nav {
    text-align: center;
  }
  /* WooCommerce */
  .woocommerce .cart-collaterals > div,
  .woocommerce .cart-collaterals > form {
    float: none !important;
    width: 100% !important;
  }
  .shop_table .coupon {
    margin-bottom: 25px !important;
  }
  .checkout .form-row,
  .checkout .col-1,
  .checkout .col-2 {
    float: none !important;
    width: auto !important;
  }
  .checkout .col-1,
  .checkout .col-2 {
    margin-bottom: 25px !important;
  }
  /* Header Styles */
  #main-header,
  #top-header {
    transition: none;
  }
  #top-menu {
    display: none;
  }
  .et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header,
  .et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header,
  .et_hide_nav.et_fixed_nav #top-header,
  .et_hide_nav.et_fixed_nav #main-header {
    opacity: 1;
    transform: translateY(0px) !important;
  }
  .et_header_style_centered #main-header {
    padding: 20px 0;
  }
  .et_header_style_centered nav#top-menu-nav {
    display: none;
  }
  .et_header_style_split #main-header {
    padding: 20px 0;
  }
  .et_header_style_split #et-top-navigation,
  .et_header_style_split .et-fixed-header #et-top-navigation {
    display: block;
    padding-top: 0;
  }
  #et-top-navigation {
    margin-right: 0;
    transition: none;
  }
  .et_non_fixed_nav.et_transparent_nav #main-header,
  .et_non_fixed_nav.et_transparent_nav #top-header,
  .et_fixed_nav #main-header,
  .et_fixed_nav #top-header {
    position: absolute;
  }
  .et_header_style_left .et-fixed-header #et-top-navigation,
  .et_header_style_left #et-top-navigation {
    display: block;
    padding-top: 24px;
  }
  .et_non_fixed_nav.et_transparent_nav #main-header,
  .et_fixed_nav #main-header {
    transition: none;
  }
  .et_vertical_nav.et_right_sidebar #left-area,
  .et_vertical_nav.et_left_sidebar #left-area {
    width: auto;
  }
  #et-secondary-nav,
  #et-secondary-menu {
    display: none !important;
  }
  .et_non_fixed_nav.et_transparent_nav_temp #main-header,
  .et_secondary_nav_only_menu #main-header,
  .et_fixed_nav_temp #main-header,
  .et_secondary_nav_only_menu #main-header {
    top: 0 !important;
  }
  .et_secondary_nav_only_menu #top-header {
    display: none;
  }
  /* Logo */
  #logo,
  .logo_container,
  #main-header,
  .container {
    transition: none;
  }
  .et_header_style_centered #logo {
    max-height: 60px;
  }
  .et_header_style_centered header#main-header .logo_container {
    height: auto;
    max-height: 100px;
    padding: 0;
  }
  .et_header_style_split header#main-header .logo_container {
    height: auto;
    max-height: 100px;
    padding: 0;
  }
  .et_header_style_split #logo {
    max-height: 60px;
  }
  .et_vertical_nav span.logo_helper {
    display: inline-block;
  }
  .et_vertical_nav.et_header_style_left .logo_container {
    position: absolute;
    height: 100%;
  }
  .et_header_style_left #logo,
  .et_header_style_split #logo {
    max-width: 50%;
  }
  /* Search Form */
  #et_top_search {
    float: left;
    margin: 0 35px 0 0;
  }
  #et_search_icon:before {
    top: 7px;
  }
  .et_header_style_centered #et_top_search,
  .et_vertical_nav.et_header_style_centered #main-header #et_top_search {
    display: none !important;
  }
  .et_header_style_centered .et_search_outer,
  .et_header_style_split .et_search_outer {
    display: none;
  }
  .et_header_style_split #et_top_search,
  .et_vertical_nav.et_header_style_split #main-header #et_top_search {
    display: none !important;
  }
  .et_header_style_left .et-search-form,
  .et_header_style_split .et-search-form {
    width: 50% !important;
    max-width: 50% !important;
  }
  /* Social Icons */
  .et-social-icons,
  #footer-info {
    float: none;
    text-align: center;
  }
  .et-social-icons {
    margin: 0 0 5px;
  }
  #top-header .et-social-icons {
    margin-bottom: 0;
  }
  /* Cart */
  .et_header_style_centered #et-top-navigation .et-cart-info {
    display: none;
  }
  #et-top-navigation .et-cart-info {
    margin-top: 5px;
  }
  .et_vertical_nav #et-top-navigation .et-cart-info {
    margin-left: -38px;
  }
  /* Mobile Menu */
  #et_mobile_nav_menu {
    display: block;
  }
  /* Centered */
  .et_header_style_centered .mobile_menu_bar,
  .et_header_style_split .mobile_menu_bar {
    opacity: 1;
  }
  .et_header_style_centered #et_mobile_nav_menu {
    float: none;
    position: relative;
    margin-top: 20px;
  }
  .et_header_style_centered #main-header .mobile_nav {
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.05);
    text-align: left;
  }
  .et_header_style_centered .mobile_nav .select_page,
  .et_header_style_split .mobile_nav .select_page {
    display: inline-block;
    color: #666;
    font-size: 14px;
  }
  .et_header_style_centered .mobile_menu_bar {
    position: absolute;
    top: 2px;
    right: 5px;
  }
  .et_header_style_centered .et_mobile_menu {
    top: 53px;
  }
  /* Centered Inline Logo */
  .et_header_style_split #et_mobile_nav_menu {
    display: block;
    float: none;
    position: relative;
    margin-top: 20px;
  }
  .et_header_style_split nav#top-menu-nav {
    display: none;
  }
  .et_header_style_split #main-header .mobile_nav {
    display: block;
    padding: 9px 10px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.05);
    text-align: left;
  }
  .et_header_style_split .mobile_menu_bar {
    position: absolute;
    top: 2px;
    right: 5px;
  }
  .et_header_style_split .et_mobile_menu {
    top: 53px;
  }
  /* Admin Bar Fixes */
  body.admin-bar.et_vertical_nav #main-header {
    top: 0 !important;
  }
  .et_non_fixed_nav.et_transparent_nav.et_secondary_nav_only_menu.admin-bar #main-header,
  .et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header {
    top: 32px !important;
  }
}

/* Responsive Styles 782px */
@media screen and (max-width: 782px) {
  /* Admin Bar Fixes */
  body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header,
  body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header,
  body.admin-bar.et_fixed_nav #main-header,
  body.admin-bar.et_fixed_nav #top-header {
    top: 46px;
  }
  .et_non_fixed_nav.et_transparent_nav.et_secondary_nav_only_menu.admin-bar #main-header,
  .et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header {
    top: 46px !important;
  }
  body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header,
  body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header {
    top: 80px;
  }
}

/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {
  /* Blog + Sidebar Module + Footer */
  #footer-widgets .footer-widget,
  .et_pb_gutters1 #footer-widgets .footer-widget {
    width: 100% !important;
    margin-right: 0 !important;
  }
  #footer-widgets .footer-widget:nth-child(n),
  #footer-widgets .footer-widget .fwidget {
    margin-bottom: 9.5% !important;
  }
  .et_pb_gutters1 #footer-widgets .footer-widget:nth-child(n),
  .et_pb_gutters1 #footer-widgets .footer-widget .fwidget {
    margin-bottom: 0 !important;
  }
  #footer-widgets {
    padding: 10% 0;
  }
  #footer-widgets .footer-widget .fwidget:last-child {
    margin-bottom: 0 !important;
  }
  #footer-widgets .footer-widget:last-child {
    margin-bottom: 0 !important;
  }
  .comment-body {
    padding: 0 0 0 100px;
  }
  .comment-reply-link {
    top: auto !important;
    bottom: -40px;
  }
  #commentform input[type="text"] {
    box-sizing: border-box;
    width: 100%;
  }
  /* Blog Comments */
  .comment .children {
    margin-left: 0;
  }
  /* WooCommerce */
  body.woocommerce div.product .woocommerce-tabs ul.tabs li,
  body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li,
  body.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
  body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active {
    display: block !important;
    border-bottom: 1px solid #e0dadf !important;
  }
  body.woocommerce div.product .woocommerce-tabs ul.tabs li a,
  body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a {
    display: block !important;
  }
  .woocommerce .form-row {
    float: none !important;
    width: auto !important;
  }
  /* Admin Bar Fixes */
  body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header,
  body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header,
  body.admin-bar.et_fixed_nav #top-header,
  body.admin-bar.et_fixed_nav #main-header {
    top: 46px;
  }
  body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_two_panels #main-header,
  body.admin-bar.et_fixed_nav.et_secondary_nav_two_panels #main-header {
    top: 104px;
  }
  /* Header Styles */
  #et-info .et-social-icons {
    display: none;
  }
  #et-secondary-menu .et_duplicate_social_icons {
    display: inline-block;
  }
  #et-top-navigation {
    margin-right: 0;
  }
  body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_two_panels #main-header,
  body.et_fixed_nav.et_secondary_nav_two_panels #main-header {
    top: 58px;
  }
  #et-info,
  #et-secondary-menu {
    display: block;
    float: none;
    text-align: center;
  }
  .et_secondary_nav_two_panels #et-secondary-menu {
    margin-top: 12px;
  }
  #top-header .et-cart-info {
    margin-left: 0;
  }
}

/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {
  /* Header Styles */
  #et-top-navigation {
    margin-right: 0;
  }
  /* Blog + Sidebar Module + Footer */
  #footer-widgets .footer-widget:nth-child(n),
  .footer-widget .fwidget {
    margin-bottom: 11.5% !important;
  }
  #footer-widgets .footer-widget.last {
    margin-bottom: 0 !important;
  }
  .et_pb_gutters1 #footer-widgets .footer-widget:nth-child(n),
  .et_pb_gutters1 #footer-widgets .footer-widget .fwidget {
    margin-bottom: 0 !important;
  }
  #footer-widgets {
    padding: 12% 0;
  }
  /* WooCommerce */
  table.cart th,
  #content table.cart th,
  table.cart td,
  #content table.cart td,
  table.cart tr,
  #content table.cart tr {
    padding: 0.857em 0.287em !important;
  }
}

/* Printscreen Styles */
@media print {
  #top-header,
  #main-header {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  #page-container {
    padding-top: 0 !important;
  }
  #respond {
    display: none;
  }
}

/* Basic Styles */
@font-face {
  font-family: "ETmodules";
  src: url("../fonts/ETmodules_v2_4.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

/* Headers */
.et_pb_column_1_3 h1,
.et_pb_column_1_4 h1 {
  font-size: 26px;
}

.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2 {
  font-size: 22px;
}

/* Clearfix */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  content: " ";
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/* Word Break */
.et_pb_gallery_item,
.et_pb_portfolio_item,
.et_pb_blurb_content,
.et_pb_tabs_controls,
.et_pb_tab,
.et_pb_slide_description,
.et_pb_pricing_heading,
.et_pb_pricing_content,
.et_pb_promo_description,
.et_pb_newsletter_description,
.et_pb_counter_title,
.et_pb_circle_counter,
.et_pb_number_counter,
.et_pb_toggle_title,
.et_pb_toggle_content,
.et_pb_contact_main_title,
.et_pb_testimonial_description_inner,
.et_pb_team_member,
.et_pb_countdown_timer_container,
.et_pb_post,
.et_pb_text,
.product,
.et_pb_widget {
  word-wrap: break-word;
}

/* Accent Color */
.et_pb_sum,
.et_pb_pricing li a,
.et_pb_pricing_table_button,
.et_overlay:before,
.et_pb_member_social_links a:hover,
.woocommerce-page #content input.button:hover .et_pb_widget li a:hover,
.et_pb_bg_layout_light .et_pb_promo_button,
.et_pb_bg_layout_light .et_pb_more_button,
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,
.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.et_pb_contact_submit,
.et_pb_bg_layout_light .et_pb_newsletter_button {
  color: #2ea3f2;
}

.et_pb_pricing li span:before {
  border-color: #2ea3f2;
}

.et_pb_counter_amount,
.et_pb_featured_table .et_pb_pricing_heading,
.et_quote_content,
.et_link_content,
.et_audio_content {
  background-color: #2ea3f2;
}

/* Containers */
.et_pb_row {
  position: relative;
  width: 80%;
  max-width: 1080px;
  margin: auto;
}

/* Columns */
.et_pb_column {
  float: left;
  background-position: center;
  background-size: cover;
}

.et_pb_column.et_pb_section_parallax {
  position: relative;
}

/* Button Styles */
.et_pb_button {
  position: relative;
  padding: 0.3em 1em;
  border: 2px solid;
  border-radius: 3px;
  background: transparent;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em !important;
  transition: all 0.2s;
}

/* Button Hover */
.et_pb_button:hover {
  padding: 0.3em 2em 0.3em 1em;
  border: 2px solid transparent;
}

/* Button Hover Light Text */
.et_pb_button:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Button Hover Dark Text */
.et_pb_bg_layout_light .et_pb_button:hover,
.et_pb_pricing_table_button:hover,
.et_pb_contact_submit:hover,
.et_pb_contact_reset:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* Button - With Icon */
.et_pb_button:after {
  position: absolute;
  margin-left: -1em;
  opacity: 0;
  font-size: 32px;
  line-height: 1em;
  content: "\35";
  transition: all 0.2s;
}

.et_pb_button:hover:after,
.et_pb_more_button:hover:after,
.et_pb_promo_button:hover:after,
.et_pb_newsletter_button:hover:after,
.et_pb_pricing_table_button:hover:after {
  margin-left: 0;
  opacity: 1;
}

/* Button Hover - No Icon */
.et_pb_contact_reset:hover {
  padding: 0.3em 1em;
}

/* Subscribe Button Loader Icon */
.et_subscribe_loader {
  display: none;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
}

.et_pb_button_text_loading .et_pb_newsletter_button_text {
  visibility: hidden;
}

/* Gallery Styles */
.et_post_gallery {
  padding: 0 !important;
  line-height: 1.7 !important;
  list-style: none !important;
}

p.et_pb_gallery_caption {
  text-align: center;
}

/* Shared Fullwidth Menu Styles */
.fullwidth-menu li {
  display: inline-block;
  padding-right: 22px;
  font-size: 14px;
}

.fullwidth-menu > li:last-child {
  padding-right: 0;
}

.fullwidth-menu a {
  display: block;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.fullwidth-menu a:hover {
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
}

.fullwidth-menu li > a {
  padding-bottom: 29px;
  word-wrap: break-word;
}

/* Image Module */
.et_pb_image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
}

.et_pb_image.aligncenter {
  text-align: center;
}

/* Sticky Image */
.et_pb_image_sticky {
  display: inherit;
  margin-bottom: 0 !important;
}

/* Blurb Module */
.et-pb-icon {
  display: inline-block;
  box-sizing: border-box;
  font-family: "ETmodules";
  font-size: 96px;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: attr(data-icon);
  speak: none;
}

.et-pb-icon-circle {
  padding: 25px;
  border-radius: 100px;
  font-size: 48px;
}

.et-pb-icon-circle-border {
  border: 3px solid;
}

.et_pb_blurb_content {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
}

.et_pb_blurb_content p:last-of-type {
  padding-bottom: 0;
}

.et_pb_main_blurb_image {
  margin-bottom: 30px;
  text-align: center;
}

.et_pb_blurb h4 {
  padding-bottom: 5px;
}

.et_pb_blurb h4 a {
  text-decoration: none;
}

/* Positioned Left */
.et_pb_blurb_position_left .et_pb_main_blurb_image,
.et_pb_blurb_position_right .et_pb_main_blurb_image {
  display: table-cell;
  width: 32px;
}

.et_pb_blurb_position_left .et_pb_main_blurb_image img,
.et_pb_blurb_position_right .et_pb_main_blurb_image img {
  width: inherit;
}

.et_pb_blurb_position_left .et-pb-icon,
.et_pb_blurb_position_right .et-pb-icon {
  font-size: 32px;
}

.et_pb_blurb_position_left .et-pb-icon-circle,
.et_pb_blurb_position_right .et-pb-icon-circle {
  padding: 8px;
  border-radius: 32px;
  font-size: 16px;
}

.et_pb_blurb_position_left .et-pb-icon-circle-border,
.et_pb_blurb_position_right .et-pb-icon-circle-border {
  border: 2px solid;
}

.et_pb_blurb_position_left .et_pb_blurb_container,
.et_pb_blurb_position_right .et_pb_blurb_container {
  display: table-cell;
  vertical-align: top;
}

.et_pb_blurb_position_left .et_pb_blurb_container {
  padding-left: 15px;
}

.et_pb_blurb_position_left .et_pb_blurb_content {
  text-align: left;
}

/* Positioned Right */
.et_pb_blurb_position_right .et_pb_blurb_container {
  padding-right: 15px;
}

.et_pb_blurb_position_right .et_pb_blurb_content {
  padding-right: 52px;
  text-align: right;
}

.et_pb_blurb_position_right .et_pb_main_blurb_image {
  right: 0;
  left: auto;
}

.et_pb_blurb_position_right .et-pb-icon {
  margin-right: 0;
  margin-left: 20px;
}

/* Pricing Tables Module*/
.et_pb_pricing_table {
  float: left;
  width: 33.33%;
  margin: 30px -1px 0 0;
  padding-bottom: 30px;
  border: 1px solid #bebebe;
  background-color: #fcfcfc;
  text-align: center;
}

.et_pb_featured_table {
  position: relative;
  z-index: 100;
  margin-top: 0;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.et_pb_centered_pricing_items .et_pb_pricing {
  text-align: center;
}

/* Column Adjustments */
.et_pb_column_4_4 .et_pb_pricing_table {
  width: 25%;
}

.et_pb_column_4_4 .et_pb_pricing_3 .et_pb_pricing_table {
  width: 33.33%;
}

.et_pb_pricing_2 .et_pb_pricing_table,
.et_pb_column_2_3 .et_pb_pricing_table,
.et_pb_column_1_2 .et_pb_pricing_table {
  width: 50%;
}

.et_pb_pricing_1 .et_pb_pricing_table,
.et_pb_column_3_8 .et_pb_pricing_table,
.et_pb_column_1_3 .et_pb_pricing_table,
.et_pb_column_1_4 .et_pb_pricing_table {
  width: 100%;
  margin: 0 0 30px;
}

.et_pb_pricing_1 .et_pb_pricing_table:last-child,
.et_pb_column_3_8 .et_pb_pricing_table:last-child,
.et_pb_column_1_3 .et_pb_pricing_table:last-child,
.et_pb_column_1_4 .et_pb_pricing_table:last-child {
  margin-bottom: 0;
}

.et_pb_column_4_4 .et_pb_pricing_table:nth-child(4n+1),
.et_pb_column_3_4 .et_pb_pricing_table:nth-child(3n+1),
.et_pb_column_2_3 .et_pb_pricing_table:nth-child(2n+1),
.et_pb_column_1_2 .et_pb_pricing_table:nth-child(2n+1) {
  clear: both;
}

.et_pb_column_4_4 .et_pb_pricing_table:nth-child(n+5),
.et_pb_column_3_4 .et_pb_pricing_table:nth-child(n+4),
.et_pb_column_2_3 .et_pb_pricing_table:nth-child(n+3),
.et_pb_column_1_2 .et_pb_pricing_table:nth-child(n+3) {
  margin-top: 50px;
}

.et_pb_column_4_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+5),
.et_pb_column_3_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4),
.et_pb_column_2_3 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3),
.et_pb_column_1_2 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3) {
  margin-top: 30px;
}

.et_pb_pricing_heading {
  margin-bottom: 17px;
  padding: 10px 0;
  background-color: #bebebe;
}

.et_pb_pricing_heading h2 {
  padding-bottom: 5px;
  color: #fff;
}

.et_pb_best_value {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.et_pb_pricing_content_top {
  padding-bottom: 30px;
  border-bottom: 1px solid #bebebe;
}

.et_pb_et_price {
  color: #999;
  font-size: 16px;
}

.et_pb_dollar_sign {
  position: absolute;
  margin-left: -0.5em;
  font-size: 18px;
  font-weight: 400;
}

.et_pb_sum {
  font-size: 80px;
  font-weight: 300;
  line-height: 1.03em;
}

.et_pb_pricing_content {
  padding: 30px;
  text-align: left;
}

.et_pb_featured_table .et_pb_pricing_content {
  padding-bottom: 50px;
}

.et_pb_pricing li {
  position: relative;
  padding: 0 0 1.6em 14px;
  line-height: 1.6em;
}

.et_pb_pricing li:last-child {
  padding-bottom: 0;
}

.et_pb_pricing li span:before {
  position: absolute;
  top: 9px;
  left: -14px;
  border-width: 3px;
  border-style: solid;
  border-radius: 3px;
  content: "";
}

.et_pb_pricing li.et_pb_not_available {
  color: #ccc;
}

.et_pb_pricing li.et_pb_not_available span:before {
  border-color: #ccc;
}

.et_pb_pricing li a {
  font-weight: 500;
  text-decoration: none;
}

.et_pb_pricing li span {
  position: relative;
}

.et_pb_centered_pricing_items .et_pb_pricing li {
  padding-left: 0;
}

.et_pb_pricing_table_button {
  display: inline-block;
}

/* Testimonials Module */
.et_pb_testimonial {
  position: relative;
  padding: 30px;
  line-height: 1.5;
}

.et_pb_testimonial.et_pb_testimonial_no_bg {
  padding: 30px 0 0;
}

.et_pb_testimonial p:last-of-type {
  padding-bottom: 0;
}

.et_pb_testimonial_portrait,
.et_pb_testimonial_portrait:before {
  border-radius: 90px;
}

.et_pb_testimonial_portrait {
  display: table-cell;
  float: left;
  position: relative;
  width: 90px;
  height: 90px;
  margin-right: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.et_pb_testimonial_portrait:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  content: "";
}

.et_pb_column_1_3 .et_pb_testimonial_portrait,
.et_pb_column_1_4 .et_pb_testimonial_portrait,
.et_pb_column_3_8 .et_pb_testimonial_portrait {
  display: block;
  float: none;
  margin: 0 auto 20px;
}

.et_pb_testimonial_description {
  display: table-cell;
}

.et_pb_bg_layout_dark .et_pb_testimonial_description a {
  color: #fff;
}

.et_pb_testimonial_author {
  display: block;
  margin-top: 16px;
  font-weight: 700;
}

.et_pb_testimonial_author a {
  color: inherit;
}

.et_pb_testimonial:before {
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -16px;
  border-radius: 31px;
  background: #f5f5f5;
  font-size: 32px;
  content: "\7c";
}

.et_pb_testimonial.et_pb_testimonial_no_bg:before {
  background: inherit;
}

.et_pb_testimonial.et_pb_icon_off:before {
  display: none;
}

.et_pb_testimonial_old_layout,
.et_pb_testimonial_old_layout .et_pb_testimonial_description a {
  color: #666 !important;
}

/* Call To Action Module */
.et-promo {
  padding: 40px 0 25px;
  background-color: #1f6581;
}

.et-promo-description {
  float: left;
  padding: 0 60px;
}

.et-promo-description {
  width: 754px;
}

.et-promo-description p {
  color: #fff;
}

.et-promo-button {
  display: inline-block;
  float: left;
  margin-top: 20px;
  padding: 14px 20px;
  padding-right: 60px;
  border-radius: 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
  font-size: 20px;
  font-weight: 500;
}

/* Number Counter Module */
.et_pb_counter_title {
  display: block;
  font-size: 12px;
  line-height: 1.6em;
}

.et_pb_bg_layout_light .et_pb_counter_title {
  color: #666;
}

.et_pb_counter_container {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  color: #fff;
  background-color: #ddd;
}

.et_pb_counter_amount {
  display: block;
  float: left;
  min-height: 6px;
  padding: 1px 3% 1px 1px;
  opacity: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6em;
  text-align: right;
}

/* Blog Module */
.et_pb_post {
  margin-bottom: 60px;
}

.et_pb_post h2 {
  margin-top: 30px;
}

.et_pb_post h2 a,
.et_pb_portfolio_item h3 a {
  text-decoration: none;
}

.et_pb_post .post-meta {
  margin-bottom: 6px;
  font-size: 14px;
}

.et_pb_post .post-meta a,
.et_pb_portfolio_item .post-meta a {
  text-decoration: none;
}

.et_pb_post .more {
  color: #82c0c7;
  text-decoration: none;
}

.et_pb_posts a.more-link {
  display: block;
  clear: both;
}

/* Color Layouts */
.et_pb_bg_layout_light .et_pb_post .post-meta,
.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta,
.et_pb_bg_layout_light .et_pb_post .post-meta a,
.et_pb_bg_layout_light .et_pb_portfolio_item .post-meta a,
.et_pb_bg_layout_light .et_pb_post p,
.et_pb_bg_layout_light p.et_pb_title_meta_container,
.et_pb_bg_layout_light p.et_pb_title_meta_container a {
  color: #666;
}

.et_pb_bg_layout_dark .et_pb_post .post-meta,
.et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta,
.et_pb_bg_layout_dark .et_pb_post .post-meta a,
.et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta a,
.et_pb_bg_layout_dark .et_pb_post p,
.et_pb_bg_layout_dark p.et_pb_title_meta_container,
.et_pb_bg_layout_dark p.et_pb_title_meta_container a {
  color: inherit;
}

/* Grid Layout */
.et_pb_blog_grid .column {
  float: left;
  max-width: 100%;
}

.et_pb_blog_grid .column.size-1of3:nth-child(3n),
.et_pb_blog_grid .column.size-1of2:nth-child(2n) {
  margin-right: 0 !important;
}

.et_pb_blog_grid .et_pb_post {
  padding: 19px;
  border: 1px solid #d8d8d8;
  background-color: #fff;
  word-wrap: break-word;
}

.et_pb_blog_grid_dropshadow .et_pb_post {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.et_pb_image_container,
.et_pb_blog_grid .et_main_video_container,
.et_pb_blog_grid .et_audio_content,
.et_pb_blog_grid .et_pb_post .et_pb_slider {
  margin: -20px -20px 10px;
}

.et_pb_image_container img,
.et_pb_post a img {
  max-width: 100%;
  vertical-align: bottom;
}

.et_pb_blog_grid .et_pb_image_container img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

.et_pb_blog_grid .et_pb_no_thumb h2 {
  margin-top: 0;
}

.et_pb_blog_grid .et_audio_content {
  margin-bottom: 0;
}

.et_pb_blog_grid h2 {
  margin-top: 19px;
  font-size: 18px;
}

.et_pb_blog_grid[data-columns]::before {
  display: none;
  opacity: 0;
  line-height: 0;
}

.js .et_pb_blog_grid[data-columns] .et_pb_post {
  opacity: 0;
}

.js .et_pb_blog_grid[data-columns] .column .et_pb_post {
  opacity: 1;
  animation: gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

/* Video Module */
.et_pb_video {
  position: relative;
}

.et_pb_video_box {
  display: block;
  position: relative;
  z-index: 1;
  line-height: 0;
}

.et_pb_video_box video {
  width: 100% !important;
  height: auto !important;
}

.et_pb_video_overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

.et_pb_video_play:before {
  font-family: "ETmodules";
  content: "\49";
}

.et_pb_video_play {
  display: block;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  color: #fff;
}

.et_pb_bg_layout_light .et_pb_video_play {
  color: #333;
}

.et_pb_video_overlay_hover {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s ease-in-out;
}

.et_pb_video .et_pb_video_overlay_hover:hover {
  background: rgba(0, 0, 0, 0.6);
}

/* Column Adjustments */
.et_pb_column_4_4 .et_pb_video_play,
.et_pb_column_3_4 .et_pb_video_play,
.et_pb_column_2_3 .et_pb_video_play,
.et_pb_column_1_2 .et_pb_video_play {
  margin-top: -3rem;
  margin-left: -3rem;
  font-size: 6rem;
  line-height: 6rem;
}

.et_pb_column_3_8 .et_pb_video_play,
.et_pb_column_1_3 .et_pb_video_play,
.et_pb_column_1_4 .et_pb_video_play {
  margin-top: -1.5rem;
  margin-left: -1.5rem;
  font-size: 3rem;
  line-height: 3rem;
}

/* Video Slider Module */
.et_pb_video_slider .et_pb_slider:hover .et_pb_video_overlay_hover {
  background: rgba(0, 0, 0, 0.6);
}

.et_pb_video_slider .et_pb_slider_dots + .et-pb-controllers {
  position: relative;
  z-index: initial;
  bottom: 0;
  margin-top: 10px;
}

.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_light + .et-pb-controllers a {
  background-color: rgba(255, 255, 255, 0.5);
}

.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_light + .et-pb-controllers .et-pb-active-control {
  background-color: #fff !important;
}

.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_dark + .et-pb-controllers a {
  background-color: rgba(51, 51, 51, 0.5);
}

.et_pb_video_slider .et_pb_slider_dots.et_pb_controls_dark + .et-pb-controllers .et-pb-active-control {
  background-color: #333 !important;
}

.et_pb_carousel {
  overflow: hidden;
  position: relative;
  margin-top: 2%;
}

.et_pb_carousel:hover .et-pb-arrow-prev {
  left: 10px;
  opacity: 1;
}

.et_pb_carousel:hover .et-pb-arrow-next {
  right: 10px;
  opacity: 1;
}

.et_pb_slider_carousel {
  margin-bottom: 0 !important;
}

.et_pb_slider_carousel.et_pb_controls_light + .et_pb_carousel .et-pb-arrow-prev,
.et_pb_slider_carousel.et_pb_controls_light + .et_pb_carousel .et-pb-arrow-next,
.et_pb_slider_carousel.et_pb_controls_light + .et_pb_carousel .et_pb_video_play {
  color: #fff;
}

.et_pb_slider_carousel.et_pb_controls_dark + .et_pb_carousel .et-pb-arrow-prev,
.et_pb_slider_carousel.et_pb_controls_dark + .et_pb_carousel .et-pb-arrow-next,
.et_pb_slider_carousel.et_pb_controls_dark + .et_pb_carousel .et_pb_video_play {
  color: #333;
}

.et_pb_carousel_items {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.et_pb_carousel_items .et-carousel-group {
  display: none;
  float: left;
  position: relative;
  width: 100%;
}

.et_pb_carousel_items .et-carousel-group.active {
  display: block;
}

.et_pb_carousel_items .et-carousel-group.active .et_pb_carousel_item:last-child {
  margin-right: 0;
}

.et_pb_carousel_item {
  display: none;
  float: left;
  position: relative;
  margin: 0 2% 0 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.25);
}

.et_pb_carousel_items.columns-6 .et_pb_carousel_item {
  width: 15%;
}

.et_pb_carousel_items.columns-5 .et_pb_carousel_item {
  width: 18.4%;
}

.et_pb_carousel_items.columns-4 .et_pb_carousel_item {
  width: 23.5%;
}

.et_pb_carousel_items.columns-3 .et_pb_carousel_item {
  width: 32%;
}

.et_pb_carousel_items.columns-2 .et_pb_carousel_item {
  width: 49%;
}

.et_pb_carousel_items.columns-1 .et_pb_carousel_item {
  width: 100%;
}

.et_pb_carousel_item:after {
  display: block;
  padding-top: 75%;
  content: "";
}

.et_pb_carousel_item .et_pb_video_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.et_pb_carousel_item.et-pb-active-control .et_pb_video_overlay_hover {
  background: rgba(0, 0, 0, 0.6);
}

.et_pb_carousel_item .et_pb_video_play {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.et_pb_carousel_item .et_pb_video_overlay:hover .et_pb_video_play {
  opacity: 1;
}

.et_pb_carousel_item .et_pb_video_overlay_hover:hover {
  background: rgba(0, 0, 0, 0.6);
}

/* Mobile Adjustments */
.et_mobile_device .et_pb_slider_carousel .et-pb-arrow-prev {
  opacity: 0 !important;
}

.et_mobile_device .et_pb_slider_carousel .et-pb-arrow-next {
  opacity: 0 !important;
}

.et_mobile_device .et_pb_carousel .et-pb-arrow-prev {
  left: -10px;
  opacity: 1;
}

.et_mobile_device .et_pb_carousel .et-pb-arrow-next {
  right: -10px;
  opacity: 1;
}

/* Column Adjustments */
.et_pb_column_1_4 .et_pb_slider_carousel .et_pb_slide {
  min-height: initial !important;
}

.et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play {
  margin-top: -1.39rem;
  margin-left: -1.39rem;
  font-size: 2.78rem;
  line-height: 2.78rem;
}

.et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play,
.et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play {
  margin-top: -1rem;
  margin-left: -1rem;
  font-size: 2rem;
  line-height: 2rem;
}

.et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play {
  margin-top: -0.75rem;
  margin-left: -0.75rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

/* Sidebar Module */
.et_pb_widget_area_left {
  padding-right: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.et_pb_widget_area_right {
  padding-left: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.et_pb_no_sidebar_vertical_divider .et_pb_widget_area_left {
  border-right: none;
}

.et_pb_no_sidebar_vertical_divider .et_pb_widget_area_right {
  border-left: none;
}

.et_pb_sidebar_no_border {
  padding: 0;
  border: none;
}

/* Fullwidth Image Module */
.et_pb_fullwidth_image {
  position: relative;
  line-height: 0;
}

.et_pb_fullwidth_image img {
  width: 100%;
}

/* Call To Action Module */
.et_pb_promo {
  padding: 40px 60px;
  text-align: center;
}

.et_pb_promo_description {
  padding-bottom: 20px;
}

.et_pb_promo_description p:last-of-type {
  padding-bottom: 0;
}

.et_pb_promo_button {
  display: inline-block;
  color: inherit;
}

.et_pb_promo_button:hover,
.et_pb_newsletter_button:hover {
  text-decoration: none;
}

.et_pb_column_1_2 .et_pb_promo,
.et_pb_column_1_3 .et_pb_promo,
.et_pb_column_1_4 .et_pb_promo {
  padding: 40px;
}

/* Newsletter Module */
.et_pb_newsletter {
  padding: 25px;
}

.et_pb_newsletter_form,
.et_pb_newsletter_description {
  width: 50%;
  padding: 0;
}

.et_pb_newsletter_description {
  float: left;
  margin-bottom: 20px;
}

.et_pb_newsletter_description p:last-of-type {
  padding-bottom: 0;
}

.et_pb_newsletter_form {
  float: left;
}

.et_pb_newsletter_form p input {
  width: 100%;
  padding: 14px 4% !important;
  border: none !important;
  border-radius: 3px !important;
  color: #666;
  background-color: #fff;
  font-size: 14px;
  font-size: 16px;
  font-weight: 400;
}

.et_pb_newsletter_form p .et_pb_signup_error {
  border: 1px solid #f00 !important;
}

.et_pb_newsletter_result {
  display: none;
}

.et_pb_newsletter_button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  color: inherit;
  text-align: center;
}

.et_pb_login_form .et_pb_newsletter_button,
.et_pb_feedburner_form .et_pb_newsletter_button {
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.et_pb_login_form form,
.et_pb_feedburner_form form {
  text-align: left;
}

.et_pb_login_form ::-webkit-input-placeholder,
.et_pb_feedburner_form ::-webkit-input-placeholder {
  color: #666;
}

.et_pb_login_form ::-moz-placeholder,
.et_pb_feedburner_form ::-moz-placeholder {
  color: #666;
}

.et_pb_login_form :-ms-input-placeholder,
.et_pb_feedburner_form :-ms-input-placeholder {
  color: #666;
}

.et_pb_no_bg {
  padding: 0 !important;
}

/* Column Adjustments */
.logged-in .et_pb_login .et_pb_newsletter_description,
.et_pb_column_1_2 .et_pb_newsletter_form,
.et_pb_column_1_2 .et_pb_newsletter_description,
.et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_form,
.et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_description,
.et_pb_column_1_3 .et_pb_newsletter_form,
.et_pb_column_1_3 .et_pb_newsletter_description,
.et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_form,
.et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_description,
.et_pb_column_1_4 .et_pb_newsletter_form,
.et_pb_column_1_4 .et_pb_newsletter_description {
  width: 100%;
  padding: 0;
}

.et_pb_column_4_4 .et_pb_newsletter_form,
.et_pb_column_3_4 .et_pb_newsletter_form,
.et_pb_column_2_3 .et_pb_newsletter_form {
  padding-left: 40px;
}

/* Tabs Module */
.et_pb_tabs {
  border: 1px solid #d9d9d9;
}

ul.et_pb_tabs_controls {
  border-bottom: 1px solid #d9d9d9;
  background-color: #f4f4f4;
}

.et_pb_tabs_controls li {
  float: left;
  position: relative;
  max-width: 100%;
  padding: 5px 30px 3px;
  border-right: 1px solid #d9d9d9;
  font-weight: 600;
  cursor: pointer;
}

.et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
  border-right: none;
}

.et_pb_tabs_controls li a {
  color: #666;
  text-decoration: none;
}

.et_pb_tabs_controls li.et_pb_tab_active {
  bottom: -1px;
  padding: 4px 30px 4px;
  background-color: #fff;
}

.et_pb_tab_active a {
  color: #333 !important;
}

.et_pb_tab p:last-of-type {
  padding-bottom: 0;
}

.et_pb_all_tabs {
  padding: 24px 30px;
  background: #fff;
}

.et_pb_all_tabs > div,
.et_pb_toggle_close .et_pb_toggle_content {
  display: none;
}

.et_pb_all_tabs .et_pb_active_content {
  display: block;
}

/* Column Adjustments */
.et_pb_column_1_3 .et_pb_tabs_controls,
.et_pb_column_1_4 .et_pb_tabs_controls {
  border-bottom: none;
}

.et_pb_column_1_3 .et_pb_tabs_controls li,
.et_pb_column_1_4 .et_pb_tabs_controls li,
.et_pb_column_3_8 .et_pb_tabs_controls li {
  float: none;
  border-right: none;
  border-bottom: 1px solid #d9d9d9;
}

/* Accordion + Toggle Modules*/
.et_pb_toggle {
  border: 1px solid #d9d9d9;
}

.et_pb_toggle_close {
  padding: 20px;
  background-color: #f4f4f4;
}

.et_pb_toggle_open {
  padding: 20px;
  background: #fff;
}

.et_pb_toggle h5.et_pb_toggle_title {
  position: relative;
  padding: 0 50px 0 0;
  cursor: pointer;
}

.et_pb_toggle_close h5.et_pb_toggle_title {
  color: #666;
}

.et_pb_toggle_open h5.et_pb_toggle_title {
  color: #333;
}

.et_pb_toggle_title:before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
  color: #ccc;
  font-size: 16px;
  content: "\e050";
}

.et_pb_toggle_open .et_pb_toggle_title:before {
  content: "\e04f";
}

.et_pb_toggle_content {
  padding-top: 20px;
}

.et_pb_toggle_content p:last-of-type {
  padding-bottom: 0;
}

/* Map Module */
.et_pb_map {
  position: relative;
  width: 100%;
  height: 440px;
}

body.chrome.parallax-map-support .et_pb_map {
  transform: inherit !important;
}

.et_pb_fullwidth_section .et_pb_map_container {
  margin: 0;
}

.et_pb_map_container img {
  max-width: inherit;
}

.et_pb_map_pin {
  display: none;
  visibility: hidden;
}

/* Column Adjustments */
.et_pb_column_2_3 .et_pb_map {
  height: 400px;
}

.et_pb_column_1_2 .et_pb_map,
.et_pb_column_3_8 .et_pb_map {
  height: 280px;
}

.et_pb_column_1_3 .et_pb_map,
.et_pb_column_1_4 .et_pb_map {
  height: 230px;
}

/* Contact Form Module */
.et_pb_contact_main_title {
  padding-bottom: 16px;
  font-size: 26px;
  font-weight: 500;
}

.et_pb_column_1_3 .et_pb_contact_main_title,
.et_pb_column_1_4 .et_pb_contact_main_title {
  font-size: 22px;
}

.et_pb_contact_left {
  float: left;
  width: 100%;
}

.et_pb_contact_right {
  float: right;
  width: auto;
  margin: 8px 15px 0 0;
  text-align: right;
}

.et_pb_contact_form_label {
  display: none;
}

.et_pb_contact_left p {
  float: left;
  width: 48.5%;
  margin: 0 3% 3% 0;
  padding-bottom: 0;
}

.et_pb_contact_left p:last-child {
  margin-right: 0;
}

.et_pb_contact p input,
.et_pb_contact p textarea {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 0;
  color: #999;
  background-color: #eee;
  font-size: 14px;
}

.et_pb_contact_right p input {
  max-width: 45px;
  padding: 16px;
}

.et_pb_contact_message {
  min-height: 150px;
}

.et_pb_contact_submit,
.et_pb_contact_reset {
  display: block;
  float: right;
  margin: 8px auto 0;
  font-family: inherit;
  cursor: pointer;
}

.et_pb_column_3_8 .et_pb_contact_left p,
.et_pb_column_1_3 .et_pb_contact_left p,
.et_pb_column_1_4 .et_pb_contact_left p {
  float: none;
  width: 100%;
  margin-right: 0;
}

.et_pb_contact p .et_contact_error {
  border: 1px solid red !important;
}

/* Countdown Timer Module */
.et_pb_countdown_timer {
  padding: 4%;
}

.et_pb_countdown_timer .et_pb_countdown_timer_container {
  width: 100%;
  text-align: center;
}

.et_pb_countdown_timer .title {
  margin: 0 0 30px;
  padding: 0;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
}

.et_pb_countdown_timer .section {
  display: inline-block;
}

.et_pb_countdown_timer .section.values {
  width: 17%;
  max-width: 160px;
}

.et_pb_countdown_timer .section p {
  display: inline-block;
  padding-bottom: 0;
  font-size: 54px;
  line-height: 54px;
  text-align: center;
}

.et_pb_countdown_timer .section.zero p {
  opacity: 0.40;
}

.et_pb_countdown_timer .section p.label {
  display: block;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

.et_pb_countdown_timer .sep {
  position: relative;
  top: -28px;
}

/* Column Adjustments */
.et_pb_column_1_4 .et_pb_countdown_timer .section p {
  font-size: 20px;
  line-height: 20px;
}

.et_pb_column_1_2 .et_pb_countdown_timer .section p {
  font-size: 38px;
  line-height: 38px;
}

.et_pb_column_1_2 .et_pb_countdown_timer .section p.label {
  font-size: 12px;
  line-height: 20px;
}

.et_pb_column_1_2 .et_pb_countdown_timer .sep,
.et_pb_column_3_8 .et_pb_countdown_timer .sep,
.et_pb_column_1_3 .et_pb_countdown_timer .sep,
.et_pb_column_1_4 .et_pb_countdown_timer .sep {
  top: -22px;
}

.et_pb_column_1_3 .et_pb_countdown_timer .title,
.et_pb_column_1_4 .et_pb_countdown_timer .title {
  margin-bottom: 20px;
  font-size: 22px;
}

.et_pb_column_3_8 .et_pb_countdown_timer .section p,
.et_pb_column_1_3 .et_pb_countdown_timer .section p,
.et_pb_column_1_4 .et_pb_countdown_timer .section p {
  font-size: 28px;
  line-height: 28px;
}

.et_pb_column_3_8 .et_pb_countdown_timer .section p.label,
.et_pb_column_1_3 .et_pb_countdown_timer .section p.label,
.et_pb_column_1_4 .et_pb_countdown_timer .section p.label {
  font-size: 11px;
  line-height: 19px;
}

/* Vertical Nav Adjustments */
.et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .sep p,
.et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .section p.value,
.et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .sep p {
  font-size: 20px;
  line-height: 20px;
}

/* Circle Counter Module */
.et_pb_circle_counter,
.et_pb_number_counter {
  position: relative;
  margin: 0 auto 30px;
  text-align: center;
}

.et_pb_circle_counter {
  max-width: 225px;
}

.et_pb_circle_counter canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.et_pb_circle_counter .percent,
.et_pb_number_counter .percent {
  position: relative;
  z-index: 2;
}

.et_pb_circle_counter .percent p,
.et_pb_number_counter .percent p {
  visibility: hidden;
}

.et_pb_circle_counter .percent p {
  position: relative;
  padding: 49% 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 0.1em;
}

.et_pb_circle_counter h3,
.et_pb_number_counter h3 {
  padding: 20px 0 0 0;
  font-size: 18px;
}

/* Number Counter Module */
.et_pb_number_counter {
  width: auto;
}

.et_pb_number_counter canvas {
  display: none;
  visibility: hidden;
}

.et_pb_number_counter .percent {
  height: 72px;
}

.et_pb_number_counter .percent p {
  font-size: 72px;
  font-weight: 500;
  line-height: 72px;
}

/* Project Post Type */
.et_pb_post .entry-content {
  padding-top: 30px;
}

.et_pb_portfolio_item h2,
.et_pb_gallery_grid .et_pb_gallery_item h3 {
  margin-top: 10px;
}

.et_pb_inline_icon:before,
.et_overlay.et_pb_inline_icon:before {
  content: attr(data-icon);
}

/* Portfolio + Shop Overlay */
.et_overlay {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
}

.et_overlay:before {
  position: absolute;
  top: 55%;
  left: 50%;
  margin: -14px 0 0 -14px;
  font-size: 32px;
  content: "\e050";
  transition: all 0.4s;
}

.et_overlay:hover:before {
  top: 50%;
}

.et_shop_image:hover .et_overlay,
.et_portfolio_image:hover .et_overlay,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .meta,
.et_pb_gallery_image:hover .et_overlay {
  opacity: 1;
}

.et_pb_slider.et_pb_gallery_fullwidth span.et_overlay {
  display: none;
}

#ie7 .et_overlay,
#ie8 .et_overlay {
  display: none;
}

/* Fullwidth Menu Module */
.et_pb_fullwidth_menu .fullwidth-menu-nav,
.et_pb_fullwidth_menu .fullwidth-menu-nav > ul {
  float: none;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul {
  padding: 28px 0 0 !important;
  line-height: 1.7em;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul > li.mega-menu > ul {
  top: 76px;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul ul {
  padding: 20px 0;
  text-align: left;
}

.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a {
  color: #fff;
}

.et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.fullwidth-menu li li.menu-item-has-children > a:first-child:after {
  top: 12px;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards {
  padding: 0 0 29px !important;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards > li {
  padding-top: 28px;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards > li > a {
  padding-bottom: 0;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards li ul {
  top: initial;
  bottom: 100%;
  border-top: none;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #2ea3f2;
  box-shadow: 2px -2px 5px rgba(0, 0, 0, 0.1);
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards li ul li ul {
  bottom: -23px;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards li.mega-menu ul ul {
  top: initial;
  bottom: 0;
  border: none;
}

.et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards li.mega-menu > ul {
  bottom: 76px;
}

/* Login Module */
.et_pb_forgot_password {
  margin-top: -5px;
  font-size: 12px;
}

.et_pb_forgot_password a {
  color: #fff;
  text-decoration: underline;
}

.et_pb_bg_layout_light .et_pb_forgot_password a {
  color: #666;
}

/* Person Module */
.et_pb_team_member_image {
  display: table-cell;
  float: left;
  width: 320px;
  margin-right: 30px;
  line-height: 0;
}

.et_pb_team_member_description {
  display: table-cell;
  vertical-align: top;
}

.et_pb_team_member_no_image .et_pb_team_member_description {
  display: block !important;
}

.et_pb_team_member_description h4 {
  padding-bottom: 0;
}

.et_pb_member_position {
  padding-bottom: 7px;
  color: #aaa;
}

/* Column Adjustments */
.et_pb_column_1_2 .et_pb_team_member_image,
.et_pb_column_3_8 .et_pb_team_member_image,
.et_pb_column_1_3 .et_pb_team_member_image,
.et_pb_column_1_4 .et_pb_team_member_image {
  display: block;
  float: none;
  width: auto;
  margin: 0 0 12px;
  text-align: center;
}

.et_pb_column_1_2 .et_pb_team_member_description,
.et_pb_column_3_8 .et_pb_team_member_description,
.et_pb_column_1_3 .et_pb_team_member_description,
.et_pb_column_3_4 .et_pb_team_member_description {
  display: block;
}

/* Social Media */
.et_pb_member_social_links li {
  display: inline-block;
  margin-right: 15px;
}

.et_pb_member_social_links a {
  display: inline-block;
  position: relative;
  color: #b2b2b2;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: color 300ms ease 0s;
}

.et_pb_facebook_icon:before {
  content: "\e093";
}

.et_pb_twitter_icon:before {
  content: "\e094";
}

.et_pb_google_icon:before {
  content: "\e096";
}

.et_pb_linkedin_icon:before {
  content: "\e09d";
}

.et_pb_member_social_links span {
  display: none;
}

/* Blog Post Formats */
.et_quote_content,
.et_link_content,
.et_audio_content,
.et_pb_audio_module_content {
  position: relative;
  text-align: center;
  word-wrap: break-word;
}

.et_link_content,
.et_audio_content,
.et_pb_audio_module_content,
.et_quote_content {
  padding: 50px 60px;
}

/* Link Post Format */
.et_quote_content blockquote p,
.et_quote_content blockquote cite,
.et_link_content h2,
.et_link_content a.et_link_main_url,
.et_audio_content h2,
.et_pb_audio_module_content h2 {
  color: #fff !important;
}

.et_pb_text_color_dark .et_quote_content blockquote p,
.et_pb_text_color_dark .et_quote_content blockquote cite,
.et_pb_text_color_dark .et_link_content h2,
.et_pb_text_color_dark .et_link_content a.et_link_main_url,
.et_pb_text_color_dark .et_audio_content h2,
.et_pb_text_color_dark .et_pb_audio_module_content h2,
.et_pb_text_color_dark .et_audio_module_meta {
  color: #666 !important;
}

.et_pb_text_color_dark.et_quote_content blockquote p,
.et_pb_text_color_dark.et_quote_content blockquote cite,
.et_pb_text_color_dark.et_link_content h2,
.et_pb_text_color_dark.et_link_content a.et_link_main_url,
.et_pb_text_color_dark.et_audio_content h2,
.et_pb_text_color_dark.et_pb_audio_module_content h2 {
  color: #bbb !important;
}

.et_pb_text_color_dark.et_quote_content,
.et_pb_text_color_dark.et_link_content,
.et_pb_text_color_dark.et_audio_content {
  background-color: #e8e8e8;
}

.et_quote_main_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

/* Quote Post Format */
.et_quote_content blockquote {
  margin: 0;
  padding: 0;
  border: none;
}

.et_quote_content blockquote p,
.et_link_content h2,
.et_audio_content h2,
.et_pb_audio_module_content h2 {
  margin-top: 0;
}

.et_quote_content blockquote p,
.et_link_content h2,
.et_audio_content h2 {
  line-height: 44px;
}

.et_audio_content h2 {
  margin-bottom: 20px;
}

.et_quote_content blockquote cite,
.et_link_content a.et_link_main_url {
  font-size: 18px;
  font-weight: 200;
}

.et_quote_content blockquote cite {
  font-style: normal;
}

/* Column Adjustments */
.et_pb_column_1_2 .et_audio_content h2,
.et_pb_column_1_3 .et_audio_content h2,
.et_pb_column_3_8 .et_audio_content h2,
.et_pb_column_1_4 .et_audio_content h2,
.et_pb_blog_grid .et_audio_content h2 {
  margin-top: 0;
  margin-bottom: 9px;
}

.et_pb_column_2_3 .et_quote_content {
  padding: 50px 42px 45px;
}

.et_pb_column_2_3 .et_link_content,
.et_pb_column_2_3 .et_audio_content,
.et_pb_column_2_3 .et_pb_audio_module_content {
  padding: 40px 40px 45px;
}

.et_pb_column_1_2 .et_quote_content {
  padding: 35px 40px;
}

.et_pb_column_1_2 .et_link_content,
.et_pb_column_1_2 .et_audio_content {
  padding: 35px 40px;
}

.et_pb_column_1_2 .et_pb_audio_module_content {
  padding: 40px 40px 35px;
}

.et_pb_column_1_2 .et_quote_content blockquote p {
  font-size: 26px;
}

.et_pb_column_1_2 .et_quote_content blockquote p,
.et_pb_column_1_2 .et_link_content h2,
.et_pb_column_1_2 .et_audio_content h2 {
  line-height: 32px;
}

.et_pb_column_1_2 .et_quote_content blockquote cite,
.et_pb_column_1_2 .et_link_content a.et_link_main_url {
  font-size: 14px;
}

.et_pb_column_1_3 .et_quote_content,
.et_pb_column_3_8 .et_quote_content,
.et_pb_column_1_4 .et_quote_content,
.et_pb_blog_grid .et_quote_content {
  padding: 35px 30px 32px;
}

.et_pb_column_1_3 .et_quote_content blockquote p,
.et_pb_column_3_8 .et_quote_content blockquote p,
.et_pb_column_1_4 .et_quote_content blockquote p,
.et_pb_blog_grid .et_quote_content blockquote p,
.et_pb_column_1_3 .et_link_content h2,
.et_pb_column_3_8 .et_link_content h2,
.et_pb_column_1_4 .et_link_content h2,
.et_pb_blog_grid .et_link_content h2,
.et_pb_column_1_3 .et_audio_content h2,
.et_pb_column_3_8 .et_audio_content h2,
.et_pb_column_1_4 .et_audio_content h2,
.et_pb_blog_grid .et_audio_content h2 {
  font-size: 18px;
  line-height: 26px;
}

.et_pb_column_1_3 .et_quote_content blockquote cite,
.et_pb_column_3_8 .et_quote_content blockquote cite,
.et_pb_column_1_4 .et_quote_content blockquote cite,
.et_pb_blog_grid .et_quote_content blockquote cite,
.et_pb_column_1_3 .et_link_content a.et_link_main_url,
.et_pb_column_3_8 .et_link_content a.et_link_main_url,
.et_pb_column_1_4 .et_link_content a.et_link_main_url,
.et_pb_blog_grid .et_link_content a.et_link_main_url {
  font-size: 14px;
}

.et_pb_blog_grid .et_link_content,
.et_pb_blog_grid .et_quote_content {
  margin: -20px -20px 19px;
}

.et_pb_column_1_3 .et_link_content,
.et_pb_column_3_8 .et_link_content,
.et_pb_column_1_4 .et_link_content,
.et_pb_blog_grid .et_link_content,
.et_pb_column_1_3 .et_audio_content,
.et_pb_column_1_4 .et_audio_content,
.et_pb_column_3_8 .et_audio_content,
.et_pb_blog_grid .et_audio_content {
  padding: 35px 20px;
}

.et_pb_column_3_8 .et_pb_audio_module_content,
.et_pb_column_1_3 .et_pb_audio_module_content,
.et_pb_column_1_4 .et_pb_audio_module_content {
  padding: 30px;
}

/* Audio Post Format */
.et_pb_blog_grid .et_audio_content {
  margin-bottom: 19px;
}

.et_audio_container .mejs-container,
.et_audio_container .mejs-embed,
.et_audio_container .mejs-embed body,
.et_audio_container .mejs-container .mejs-controls {
  height: auto;
  background: none;
}

.et_audio_container .mejs-time.mejs-currenttime-container,
.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  display: none !important;
}

.et_audio_container .mejs-time.mejs-currenttime-container.custom {
  display: block !important;
  margin-left: 10px;
  padding: 0;
  line-height: inherit;
}

.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  top: 0;
  height: 4px;
  margin: 8px 0 0 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
}

.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(153, 153, 153, 0.5);
}

.et_audio_container .mejs-controls > div {
  height: 20px !important;
}

.et_audio_container .mejs-controls div.mejs-time-rail {
  display: block !important;
  position: relative;
  padding-top: 0;
}

.et_audio_container span.mejs-time-total.mejs-time-slider {
  display: block !important;
  position: relative !important;
  max-width: 100%;
}

.et_audio_container .mejs-button.mejs-volume-button {
  width: auto;
  height: auto;
  margin-left: 10px;
}

.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current,
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  height: 4px;
  border-radius: 5px;
  background: #fff;
}

.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current,
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #999;
}

.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  top: 8px;
}

.et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle,
.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: block;
  top: -3px;
  width: 10px;
  border: none;
}

.et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  position: absolute;
  top: 5px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
}

.et_audio_container .mejs-container .mejs-controls .mejs-time span {
  font-size: 18px;
}

.et_audio_container .mejs-controls a.mejs-horizontal-volume-slider {
  display: block !important;
  float: left;
  height: 19px;
  margin-left: 5px;
}

.et_audio_container .mejs-controls div.mejs-horizontal-volume-slider {
  height: 4px;
}

.et_audio_container .mejs-playpause-button button,
.et_audio_container .mejs-volume-button button {
  position: relative !important;
  z-index: 99;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  background: none !important;
}

.et_audio_container .mejs-playpause-button button:before {
  top: -8px;
  left: 0;
  font-size: 32px;
  content: "\45" !important;
}

.et_audio_container .mejs-playpause-button button:before,
.et_audio_container .mejs-volume-button button:before {
  color: #fff;
}

.et_pb_text_color_dark .et_audio_container .mejs-playpause-button button:before,
.et_pb_text_color_dark .et_audio_container .mejs-volume-button button:before {
  color: #666;
}

.et_pb_text_color_dark .mejs-controls .mejs-time-rail .mejs-time-handle,
.et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  background: #666;
}

.et_pb_text_color_dark .mejs-container .mejs-controls .mejs-time span {
  color: #999;
}

.et_audio_container .mejs-playpause-button {
  width: auto !important;
  height: auto !important;
  margin-top: -7px !important;
}

.et_audio_container .mejs-controls .mejs-button button:focus {
  outline: none;
}

.et_audio_container .mejs-playpause-button.mejs-pause button:before {
  content: "\60" !important;
}

.et_audio_container .mejs-volume-button button:before {
  font-size: 18px;
  content: "\e068";
}

.et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
.et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span {
  font-size: 14px;
}

/* Gallery Post Format */
.et_pb_post .et_pb_gallery_post_type .et_pb_slide {
  min-height: 500px;
  background-position: top center;
  background-size: cover !important;
}

.et_pb_row .et_pb_blog_grid .et_pb_post .et_pb_slide {
  min-height: 180px;
}

.et_gallery_item {
  float: left;
  width: 28.353%;
  margin: 0 7.47% 7.47% 0;
}

.et_gallery_item:nth-child(3n) {
  margin-right: 0;
}

.et_gallery_item:nth-child(3n+1) {
  clear: both;
}

/* Fullwidth Gallery */
.et_full_width_page .et_gallery_item {
  float: left;
  width: 20.875%;
  margin: 0 5.5% 5.5% 0;
}

.et_full_width_page .et_gallery_item:nth-child(3n) {
  margin-right: 5.5%;
}

.et_full_width_page .et_gallery_item:nth-child(3n+1) {
  clear: none;
}

.et_full_width_page .et_gallery_item:nth-child(4n) {
  margin-right: 0;
}

.et_full_width_page .et_gallery_item:nth-child(4n+1) {
  clear: both;
}

/* Column Adjustments */
.et_pb_column_3_4 .et_pb_post .et_pb_slide {
  min-height: 442px;
}

.et_pb_column_2_3 .et_pb_post .et_pb_slide {
  min-height: 390px;
}

.et_pb_column_1_2 .et_pb_post .et_pb_slide {
  min-height: 284px;
}

.et_pb_column_1_3 .et_pb_post .et_pb_slide,
.et_pb_column_3_8 .et_pb_post .et_pb_slide {
  min-height: 180px;
}

.et_pb_column_1_4 .et_pb_post .et_pb_slide {
  min-height: 125px;
}

/* Audio Module */
.et_pb_audio_module {
  position: relative;
}

.et_pb_audio_cover_art {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.et_pb_audio_module_content {
  margin-left: 220px;
}

.et_pb_audio_module_content h2 {
  margin-bottom: -5px;
}

.et_audio_module_meta {
  margin-bottom: 17px;
  color: #fff;
}

.et_pb_audio_no_image .et_pb_audio_module_content {
  margin-left: 0;
}

/* Column Adjustments */
.et_pb_column_2_3 .et_pb_audio_cover_art {
  width: 180px;
}

.et_pb_column_2_3 .et_pb_audio_module_content {
  margin-left: 180px;
}

.et_pb_column_1_2 .et_pb_audio_cover_art,
.et_pb_column_3_8 .et_pb_audio_cover_art,
.et_pb_column_1_3 .et_pb_audio_cover_art,
.et_pb_column_1_4 .et_pb_audio_cover_art {
  float: none;
  position: relative;
  width: 100%;
}

.et_pb_column_1_2 .et_pb_audio_module_content,
.et_pb_column_3_8 .et_pb_audio_module_content,
.et_pb_column_1_3 .et_pb_audio_module_content,
.et_pb_column_1_4 .et_pb_audio_module_content {
  margin-left: 0;
}

.et_pb_column_1_4 .et_audio_module_meta {
  font-size: 12px;
}

.et_pb_column_1_2 .et_pb_audio_cover_art {
  height: 380px;
}

.et_pb_column_3_8 .et_pb_audio_cover_art {
  height: 275px;
}

.et_pb_column_1_3 .et_pb_audio_cover_art {
  height: 240px;
}

.et_pb_column_1_4 .et_pb_audio_cover_art {
  height: 170px;
}

/* Icon Font */
.et-pb-arrow-prev:before,
.et-pb-arrow-next:before,
.et_pb_testimonial:before,
.et_pb_toggle_title:before,
.et_overlay:before,
#et_search_icon:before,
.mobile_menu_bar:before,
.et-social-icon a:before,
.et_pb_social_icon a.icon:before,
.et_pb_font_icon:before,
.et_audio_container .mejs-playpause-button button:before,
.et_audio_container .mejs-volume-button button:before,
#et-info-phone:before,
#et-info-email:before,
.et-cart-info span:before,
.et_pb_pricing_table_button:after,
.et_pb_promo_button:after,
a.et_pb_more_button:after,
.et_pb_newsletter_button:after,
.comment-reply-link:after,
.form-submit input:after,
.et_pb_contact_submit:after,
.et_pb_contact_reset:after,
.et_password_protected_form .et_submit_button:after,
.et_pb_button:after,
.woocommerce button.single_add_to_cart_button.button:after,
.woocommerce a.button.alt:after,
.woocommerce-page a.button.alt:after,
.woocommerce button.button.alt:after,
.woocommerce-page button.button.alt:after,
.woocommerce input.button.alt:after,
.woocommerce-page input.button.alt:after,
.woocommerce #respond input#submit.alt:after,
.woocommerce-page #respond input#submit.alt:after,
.woocommerce #content input.button.alt:after,
.woocommerce-page #content input.button.alt:after,
.woocommerce-page a.button:after,
.woocommerce button.button:after,
.woocommerce-page button.button:after,
.woocommerce input.button:after,
.woocommerce-page input.button:after,
.woocommerce #respond input#submit:after,
.woocommerce-page #respond input#submit:after,
.woocommerce #content input.button:after,
.woocommerce-page #content input.button:after {
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
}

.et_pb_custom_button_icon.et_pb_button:after {
  content: attr(data-icon);
}

/* Dropdown Menu */
.nav li li {
  margin: 0;
  padding: 0 20px;
}

.fullwidth-menu li li a {
  width: 200px;
  padding: 6px 20px;
}

.nav li {
  position: relative;
  line-height: 1em;
}

.nav li li {
  position: relative;
  line-height: 2em;
}

.nav li ul {
  position: absolute;
  padding: 20px 0;
}

.nav li ul {
  visibility: hidden;
  z-index: 9999;
  width: 240px;
  border-top: 3px solid #2ea3f2;
  opacity: 0;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.nav li ul {
  text-align: left;
  -webkit-transform: translate3d(0, 0, 0);
}

.nav li.et-hover > ul {
  visibility: visible;
}

.nav li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.nav li li ul {
  z-index: 1000;
  top: -23px;
  left: 240px;
}

.nav li.et-reverse-direction-nav li ul {
  right: 240px;
  left: auto;
}

.nav li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}

.nav li li a,
.et_mobile_menu li a {
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}

.nav ul li a:hover,
.et_mobile_menu li a:hover {
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.03);
}

/* Dropdown Arrows */
.fullwidth-menu .menu-item-has-children > a:first-child:after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "ETmodules";
  font-size: 16px;
  font-weight: 800;
  content: "3";
}

.fullwidth-menu .menu-item-has-children > a:first-child {
  padding-right: 20px;
}

.fullwidth-menu li li.menu-item-has-children > a:first-child:after {
  top: 6px;
  right: 20px;
}

/* Mega Menu */
.fullwidth-menu-nav li.mega-menu {
  position: inherit;
}

.fullwidth-menu-nav li.mega-menu > ul {
  position: absolute !important;
  left: 0 !important;
  width: 100%;
  padding: 30px 20px;
}

.fullwidth-menu-nav li.mega-menu ul li {
  display: block !important;
  float: left !important;
  margin: 0;
  padding: 0 !important;
}

.fullwidth-menu-nav li.mega-menu li > ul {
  position: relative;
  top: auto;
  left: auto;
  width: 240px !important;
  padding: 0;
  border: none;
  box-shadow: none;
  animation: none !important;
}

.fullwidth-menu-nav li.mega-menu li ul {
  display: none;
  visibility: visible;
  opacity: 1;
}

.fullwidth-menu-nav li.mega-menu.et-hover li ul {
  display: block;
}

.fullwidth-menu-nav li.mega-menu:hover > ul {
  visibility: visible !important;
  opacity: 1 !important;
}

.fullwidth-menu-nav li.mega-menu > ul > li > a:first-child {
  padding-top: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  font-weight: bold;
}

.fullwidth-menu-nav li.mega-menu > ul > li > a:first-child:hover {
  background-color: transparent !important;
}

.fullwidth-menu-nav li.mega-menu li > a {
  width: 200px !important;
}

.fullwidth-menu-nav li.mega-menu.mega-menu-parent li li,
.fullwidth-menu-nav li.mega-menu.mega-menu-parent li > a {
  width: 100% !important;
}

.fullwidth-menu-nav li.mega-menu.mega-menu-parent li > .sub-menu {
  float: left;
  width: 100% !important;
}

.fullwidth-menu-nav li.mega-menu > ul > li {
  width: 25%;
  margin: 0;
}

.fullwidth-menu-nav li.mega-menu.mega-menu-parent-3 > ul > li {
  width: 33.33%;
}

.fullwidth-menu-nav li.mega-menu.mega-menu-parent-2 > ul > li {
  width: 50%;
}

.fullwidth-menu-nav li.mega-menu.mega-menu-parent-1 > ul > li {
  width: 100%;
}

.et_pb_fullwidth_menu li.mega-menu .menu-item-has-children > a:first-child:after {
  display: none;
}

.et_fullwidth_nav #top-menu li.mega-menu > ul {
  right: 30px !important;
  left: 30px !important;
  width: auto;
}

/* Mobile Menu */
.et_mobile_menu {
  display: none;
  visibility: visible;
  position: absolute;
  z-index: 9999;
  left: 0;
  width: 100%;
  padding: 5%;
  border-top: 3px solid #2ea3f2;
  opacity: 1;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.et_mobile_menu li ul {
  display: block !important;
  visibility: visible !important;
  padding-left: 10px;
}

.et_mobile_menu li li {
  padding-left: 5%;
}

.et_mobile_menu li a {
  display: block;
  padding: 10px 5%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  color: #666;
}

.et_mobile_menu .menu-item-has-children > a {
  background-color: rgba(0, 0, 0, 0.03);
  font-weight: bold;
}

.et_mobile_menu li .menu-item-has-children > a {
  background-color: transparent;
}

.et_mobile_nav_menu {
  display: none;
  float: right;
}

.mobile_menu_bar {
  display: block;
  position: relative;
  line-height: 0;
}

.mobile_menu_bar:before {
  position: relative;
  top: 0;
  left: 0;
  font-size: 32px;
  content: "\61";
  cursor: pointer;
}

.mobile_nav .select_page {
  display: none;
}

/* Slider Modules & Gallery Post Format */
.et_pb_slide_video {
  position: absolute;
  top: 50%;
  bottom: auto;
}

.et_pb_slider {
  overflow: hidden;
  position: relative;
}

.et_pb_slides:after,
.et_pb_row:after,
.et_pb_row_inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  width: 0;
  height: 0;
  line-height: 0;
  content: ".";
}

.et_pb_slider .et_pb_slide {
  display: none;
  float: left;
  position: relative;
  width: 100%;
  margin-right: -100%;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  list-style: none !important;
}

.format-gallery .et_pb_slider .et_pb_slide,
.et_pb_slider_no_shadow .et_pb_slide {
  box-shadow: none;
}

.format-gallery .et_pb_slider.gallery-not-found .et_pb_slide {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.et_pb_slider.gallery-not-found .et_pb_slide,
.et_pb_slider.gallery-not-found .et_pb_slide .et_pb_container {
  min-height: 0 !important;
}

.et_pb_slider .et_pb_slide,
.et_pb_section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-size: cover;
}

.et_pb_slider .et_pb_slide:first-child {
  display: list-item;
}

.et_pb_post .et_pb_slider {
  margin-bottom: 0;
}

.et_pb_slider .et_pb_container {
  position: relative;
  z-index: 2;
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
}

.et_pb_slide {
  padding: 0 6%;
}

.et_pb_video_slider .et_pb_slide {
  padding: 0;
}

.et_pb_slider_fullwidth_off .et_pb_container {
  width: 100% !important;
}

/* Slider Arrows */
.et-pb-arrow-prev,
.et-pb-arrow-next {
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -24px;
  opacity: 0;
  color: #fff;
  font-size: 48px;
  transition: all 0.2s ease-in-out;
}

.et_pb_bg_layout_light .et-pb-arrow-prev,
.et_pb_bg_layout_light .et-pb-arrow-next {
  color: #333;
}

.et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
  background-color: #333;
}

.et_pb_bg_layout_light .et-pb-controllers a {
  background-color: rgba(0, 0, 0, 0.3);
}

.et-pb-controllers .et-pb-active-control {
  background-color: #fff !important;
}

.et-pb-arrow-prev:hover,
.et-pb-arrow-next:hover {
  text-decoration: none;
}

.et-pb-arrow-prev span,
.et-pb-arrow-next span {
  display: none;
}

.et-pb-arrow-prev {
  left: -22px;
}

.et-pb-arrow-next {
  right: -22px;
}

.et-pb-arrow-prev:before {
  content: "\34";
}

.et-pb-arrow-next:before {
  content: "\35";
}

.et_pb_slider:hover .et-pb-arrow-prev,
.et_mobile_device .et-pb-arrow-prev {
  left: 22px;
  opacity: 1;
}

.et_pb_slider:hover .et-pb-arrow-next,
.et_mobile_device .et-pb-arrow-next {
  right: 22px;
  opacity: 1;
}

.format-gallery .et-pb-arrow-prev,
.format-gallery .et-pb-arrow-next {
  color: #fff;
}

.format-gallery .et-pb-controllers a {
  background-color: rgba(255, 255, 255, 0.5);
}

.format-gallery .et_pb_slider:hover .et-pb-arrow-prev {
  left: 0;
}

.format-gallery .et_pb_slider:hover .et-pb-arrow-next {
  right: 0;
}

.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-prev,
.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev {
  left: 0;
}

.et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-next,
.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev {
  right: 0;
}

.et_pb_column_1_4 .et_pb_slider .et_pb_slide {
  min-height: 170px;
}

.et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-next {
  right: 0;
}

/* Dot Navigation */
.et-pb-controllers {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}

.format-gallery .et-pb-controllers {
  bottom: 0;
}

.et-pb-controllers a {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
}

.et_pb_post .et-pb-controllers a {
  margin-bottom: 10px;
}

.et-pb-controllers a:last-child {
  margin-right: 0;
}

.et-pb-controllers .et-pb-active-control {
  background-color: #fff;
}

/* Slider Image & Video */
.et_pb_slide_image {
  position: absolute;
  bottom: 0;
}

.et_pb_slide:first-child .et_pb_slide_image img {
  opacity: 0;
}

.et_pb_slide:first-child .et_pb_slide_image img.active {
  opacity: 1;
  animation-name: fadeLeft;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.6s;
  animation-fill-mode: both;
}

.et_pb_media_alignment_center .et_pb_slide_image {
  top: 50%;
  bottom: auto;
}

.et-pb-active-slide .et_pb_slide_image,
.et-pb-active-slide .et_pb_slide_video {
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.6s;
  animation-fill-mode: both;
}

.et-pb-active-slide .et_pb_slide_image {
  animation-name: fadeLeft;
}

.et_pb_slide_image img {
  vertical-align: bottom;
}

.et_pb_slide_image,
.et_pb_slide_video {
  width: 47.25%;
  margin-right: 5.5%;
}

/*
body.iphone .et_pb_slide .et_pb_section_video_bg video::-webkit-media-controls-start-playback-button {
  display: none !important;

  -webkit-appearance: none;
}*/
/* Title & Description */
.et-pb-active-slide .et_pb_slide_description {
  animation-name: fadeBottom;
  animation-duration: 0.7s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.9s;
  animation-fill-mode: both;
}

.et_pb_bg_layout_dark .et_pb_slide_description {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.et_pb_bg_layout_dark .et_pb_slide_content {
  color: #fff;
}

.et_pb_slide_description .et_pb_slide_title {
  margin-top: 0;
  font-size: 46px;
  font-weight: 300;
}

.et_pb_slide_description,
.et_pb_slider_fullwidth_off .et_pb_slide_description {
  width: auto;
  margin: auto;
  padding: 16% 8%;
}

.et_pb_slide_with_image .et_pb_slide_description {
  float: right;
  width: 47.25%;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.et_pb_slide_content {
  color: #333;
  font-size: 18px;
  font-weight: 400;
}

.et_pb_slide_content p:last-of-type {
  padding-bottom: 0;
}

/* Button */
.et_pb_more_button {
  display: inline-block;
  margin-top: 20px;
  color: inherit;
  text-shadow: none;
  text-decoration: none;
}

/* Parallax Background */
.et_parallax_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.et_pb_section_parallax,
.et_pb_slider_parallax {
  overflow: hidden;
}

.et_pb_section_parallax .et_pb_parallax_css,
.et_pb_slides .et_parallax_bg.et_pb_parallax_css {
  background-attachment: fixed;
}

.et_pb_section_parallax.et_pb_row .et_pb_column,
.et_pb_section_parallax.et_pb_row .et_pb_module,
.et_pb_section_parallax.et_pb_column .et_pb_module {
  position: relative;
  z-index: 9;
}

/* Mobile Devices */
.et_mobile_device .et-waypoint,
.et_mobile_device .et_pb_counter_amount {
  opacity: 1 !important;
  animation: none !important;
}

.et_mobile_device .et_pb_slider_parallax .et_pb_slide,
.et_mobile_device .et_pb_section_parallax .et_pb_parallax_css,
.et_mobile_device .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
  background-attachment: scroll;
}

/* Column Adjustments */
.et_pb_column_1_2 .et_pb_slider .et_pb_container,
.et_pb_column_3_8 .et_pb_slider .et_pb_container,
.et_pb_column_1_3 .et_pb_slider .et_pb_container,
.et_pb_column_1_4 .et_pb_slider .et_pb_container {
  min-height: initial !important;
}

.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_description {
  text-align: center;
}

.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_video {
  display: none;
}

.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description,
.et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description {
  text-align: center;
}

.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content,
.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content,
.et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_video {
  display: none;
}

.et_pb_column_1_2 .et_pb_slide_content,
.et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_content,
.et_pb_column_1_3 .et_pb_slide_content,
.et_pb_column_1_4 .et_pb_slide_content {
  font-size: 14px;
}

.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_content,
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_image,
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_video,
.et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content {
  display: block;
}

.et_pb_column_1_2 .et_pb_slide_description .et_pb_slide_title,
.et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_description .et_pb_slide_title {
  font-size: 26px;
  font-weight: 400;
}

.et_pb_column_1_3 .et_pb_slide_description .et_pb_slide_title,
.et_pb_column_1_4 .et_pb_slide_description .et_pb_slide_title {
  font-size: 22px;
  font-weight: 400;
}

/* Slider Preload */
.et_pb_preload > div,
.et_pb_preload .et_pb_section_video_bg {
  visibility: hidden;
}

.et_pb_preload {
  position: relative;
  background: #464646 !important;
}

.et_pb_preload:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  border-radius: 32px;
  content: "";
}

/* Text Module */
.et_pb_text p:last-of-type {
  padding-bottom: 0;
}

.et_pb_bg_layout_dark,
.et_pb_bg_layout_dark h1,
.et_pb_bg_layout_dark h2,
.et_pb_bg_layout_dark h3,
.et_pb_bg_layout_dark h4,
.et_pb_bg_layout_dark h5,
.et_pb_bg_layout_dark h6 {
  color: #fff !important;
}

.et_pb_text_align_left {
  text-align: left;
}

.et_pb_text_align_center {
  margin: auto;
  text-align: center;
}

.et_pb_text_align_right {
  text-align: right;
}

.et_pb_text_align_justified {
  text-align: justify;
}

/* Social Media Follow Module */
ul.et_pb_social_media_follow {
  margin: 0 0 22px;
  padding: 0;
  list-style-type: none !important;
}

.et_pb_social_media_follow li {
  float: left;
  margin-bottom: 8px;
}

.et_pb_social_media_follow li a {
  display: block;
  float: left;
  margin-right: 8px;
  text-align: center;
  text-decoration: none;
}

.et_pb_social_media_follow li a.follow_button {
  margin-top: 5px;
  margin-right: 25px;
  padding: 0 12px;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 1.6em;
  transition: all 0.3s;
}

.et_pb_social_media_follow li a.follow_button:hover {
  color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.2);
}

.et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.6);
}

.et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}

.et_pb_social_media_follow li a.icon {
  width: 32px;
  height: 32px;
  padding: 0;
}

.et_pb_social_media_follow li a.icon::before {
  display: block;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  transition: color 0.3s;
}

.et_pb_social_media_follow li a.icon:hover::before {
  color: rgba(255, 255, 255, 0.7);
}

.et_pb_social_media_follow li a.icon.rounded_rectangle {
  border-radius: 3px;
}

.et_pb_social_media_follow li a.icon.circle {
  border-radius: 100%;
}

li.et_pb_social_icon a span {
  display: none;
}

/* Icons */
.et-social-facebook a.icon:before {
  content: "\e093";
}

.et-social-twitter a.icon:before {
  content: "\e094";
}

.et-social-google-plus a.icon:before {
  content: "\e096";
}

.et-social-pinterest a.icon:before {
  content: "\e095";
}

.et-social-linkedin a.icon:before {
  content: "\e09d";
}

.et-social-tumblr a.icon:before {
  content: "\e097";
}

.et-social-instagram a.icon:before {
  content: "\e09a";
}

.et-social-skype a.icon:before {
  content: "\e0a2";
}

.et-social-flikr a.icon:before {
  content: "\e0a6";
}

.et-social-myspace a.icon:before {
  content: "\e0a1";
}

.et-social-dribbble a.icon:before {
  content: "\e09b";
}

.et-social-youtube a.icon:before {
  content: "\e0a3";
}

.et-social-vimeo a.icon:before {
  content: "\e09c";
}

.et-social-rss a.icon:before {
  content: "\e09e";
}

/* Sections */
.et_pb_section {
  position: relative;
  background-color: #fff;
}

.et_section_transparent {
  background-color: transparent;
}

.et_pb_fullwidth_section {
  padding: 0;
}

.et_pb_fullwidth_section .et_pb_row {
  padding: 0 !important;
}

.et_pb_inner_shadow {
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.07);
}

/* Background Videos */
.et_pb_section_video {
  overflow: hidden;
}

.et_pb_section_video_bg {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
}

.et_pb_section_video_bg .mejs-controls,
.et_pb_section_video_bg .mejs-overlay-play {
  display: none !important;
}

.et_pb_section_video_bg embed,
.et_pb_section_video_bg iframe,
.et_pb_section_video_bg object,
.et_pb_section_video_bg video {
  max-width: none;
}

.et_pb_section_video_bg .mejs-video {
  position: absolute;
  left: 50%;
}

.et_pb_section_video_bg .mejs-overlay-loading {
  display: none !important;
}

/* Rows */
.et_pb_row.et_pb_row_empty,
.et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty {
  display: none;
}

.et_pb_column.et_pb_column_empty {
  min-height: 1px;
}

.et_pb_row_inner {
  width: 100%;
}

.et_pb_row .et_pb_column:last-child,
.et_pb_row_inner .et_pb_column:last-child {
  margin-right: 0 !important;
}

/* Divider Module */
.et_pb_space {
  border: none;
}

.et_pb_divider {
  position: relative;
  margin: 0 0 30px 0;
}

.et_pb_divider:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #eee;
  border-top-color: rgba(0, 0, 0, 0.1);
  content: "";
}

.et_pb_divider_position_bottom:before {
  top: auto;
  bottom: 0;
}

.et_pb_divider_position_center:before {
  top: 50%;
}

body.ie .et_pb_divider {
  overflow: visible;
}

/* Fullwidth Header Module */
.et_pb_fullwidth_header {
  position: relative;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.et_pb_fullwidth_header p {
  padding-bottom: 0;
}

.et_pb_fullwidth_header_subhead {
  display: block;
}

.et_pb_fullscreen {
  padding: 0;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
  position: relative;
  z-index: 3;
  width: 80%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container {
  width: 80%;
  max-width: none;
  min-height: 100vh;
}

/* Center */
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center {
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-bottom {
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-center {
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container .header-content {
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-center .header-image-container.center {
  -ms-align-self: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container {
  width: 100%;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container.center {
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-image-container.bottom {
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

/* Left and Right */
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -ms-flex-wrap: wrap;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container {
  width: 100%;
}

.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container,
.et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container {
  width: 50%;
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container.center,
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container.center {
  -ms-align-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-image-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-image-container.bottom {
  -ms-align-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
  margin-right: 2%;
  margin-left: 4%;
  text-align: left;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
  float: right;
  margin-right: 4%;
  margin-left: 2%;
  text-align: right;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom,
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom {
  margin-bottom: 80px;
}

/* Content and Image Styling */
.et_pb_fullwidth_header .header-content {
  padding: 10px;
  text-align: center;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
  width: 80%;
  max-width: 800px;
  margin: 20px auto;
}

.et_pb_fullwidth_header .header-image {
  margin-right: 2%;
  margin-left: 2%;
  line-height: 0;
  text-align: center;
}

/* Header Content Styling */
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
  display: inline-block;
  margin-top: 20px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one {
  margin-right: 15px;
}

/* Header Overlay */
.et_pb_fullwidth_header .et_pb_fullwidth_header_overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  pointer-events: none;
}

/* Parallax Effect */
.et_pb_fullwidth_header .et_pb_parallax_css {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
}

/* Header Scroll */
.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
  position: absolute;
  z-index: 3;
  bottom: 0;
  width: 100%;
  min-height: 30px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a {
  display: inline-block;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon {
  color: #fff;
  font-size: 3.5em;
}

/* Accordion + Toggle Modules */
.et_pb_accordion .et_pb_toggle {
  margin-bottom: 10px;
}

.et_pb_accordion .et_pb_toggle:last-child {
  margin-bottom: 0;
}

.et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before {
  display: none;
}

.et_pb_counters,
.et_pb_pricing,
.et_pb_widget_area ul,
.et_pb_tabs_controls {
  padding: 0 !important;
  line-height: inherit !important;
  list-style: none !important;
}

/* Gallery and Portfolio Modules */
.et_pb_gallery .et_pb_gallery_items {
  overflow: hidden;
  width: 100%;
}

.et_pb_gallery_grid .et_pb_gallery_items {
  transition: height 0.2s ease-in-out;
}

.et_pb_gallery_grid .et_pb_gallery_image {
  overflow: hidden;
  position: relative;
}

.et_pb_gallery_image {
  line-height: 0;
}

.et_pb_gallery_fullwidth .et_pb_gallery_item {
  display: none;
  float: left;
  position: relative;
  margin-right: -100%;
}

.et_pb_gallery_fullwidth .et_pb_gallery_item,
.et_pb_gallery_fullwidth .et_pb_gallery_image img {
  width: 100%;
}

.et_pb_gallery_fullwidth .et_pb_gallery_item:first-child {
  display: block;
}

/* Filterable Portfolio Module */
.et_pb_filterable_portfolio .et_pb_portfolio_filters {
  clear: both;
  margin: 0 0 40px 0;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
  padding: 0;
  list-style-type: none !important;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li {
  float: left;
  font-size: 14px;
  line-height: 1em;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
  display: block;
  overflow: hidden;
  height: auto;
  margin: -1px -1px 0 0;
  padding: 10px 20px;
  border: 1px solid #e2e2e2;
  color: #666;
  background-color: #fff;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
  border-radius: 3px 0 0 3px;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
  border-radius: 0 3px 3px 0;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {
  color: #666;
  background-color: #f4f4f4;
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
  color: #82c0c7;
  background-color: #f9f9f9;
}

.et_pb_filterable_portfolio .et_pb_portfolio_items,
.et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.et_pb_filterable_portfolio .et_pb_portfolio_item.active,
.et_pb_gallery_grid .et_pb_gallery_item {
  opacity: 1;
  animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

/* Column Adjustments */
.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
  width: 100%;
}

.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
  border-radius: 3px 3px 0 0;
}

.et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
.et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a,
.et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
  border-radius: 0 0 3px 3px;
}

/* Gallery and Portfolio Pagination */
.et_pb_gallery .et_pb_gallery_pagination,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination {
  width: 100%;
  border-top: 1px solid #e2e2e2;
}

.et_pb_gallery .et_pb_gallery_pagination ul,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none !important;
}

.et_pb_gallery .et_pb_gallery_pagination ul li,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li {
  float: left;
  padding: 10px;
}

.et_pb_gallery .et_pb_gallery_pagination ul li a,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a {
  color: #999;
  font-size: 16px;
  line-height: 16px;
}

.et_pb_gallery .et_pb_gallery_pagination ul li a.active,
.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active {
  color: #82c0c7;
}

.et_pb_gallery.et_pb_bg_layout_dark .et_pb_gallery_pagination ul li a,
.et_pb_filterable_portfolio.et_pb_bg_layout_dark .et_pb_portofolio_pagination ul li a {
  color: #fff;
}

.et_pb_portfolio_items_wrapper.no_pagination {
  border-bottom: none;
}

/* Widgets */
.et_pb_widget {
  float: left;
  max-width: 100%;
}

.et_pb_widget a {
  color: #666;
  text-decoration: none;
}

.et_pb_widget li a:hover {
  color: #82c0c7;
}

.et_pb_widget ul li {
  margin-bottom: 0.5em;
}

.et_pb_widget ul li ul li {
  margin-left: 15px;
}

.et_pb_widget select {
  width: 100%;
  height: 28px;
}

.et_pb_widget_area .et_pb_widget a {
  color: inherit;
}

.et_pb_bg_layout_light .et_pb_widget li a {
  color: #666;
}

.et_pb_bg_layout_dark .et_pb_widget li a {
  color: inherit;
}

/* Fullwidth Portfolio Module */
.et_pb_fullwidth_portfolio {
  overflow: hidden;
  position: relative;
  margin: 0;
}

.et_pb_fullwidth_portfolio .et_overlay {
  border: none;
}

.et_pb_fullwidth_portfolio .et_pb_carousel_group {
  display: none;
  float: left;
  position: relative;
  width: 100%;
}

.et_pb_fullwidth_portfolio .et_pb_carousel_group.active {
  display: block;
}

.et_pb_fullwidth_portfolio.et_pb_fullwidth_portfolio_grid .et_pb_carousel_group {
  display: block;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_items {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_item {
  float: left;
  position: relative;
  width: 20%;
  height: 0;
  margin: 0;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image img {
  min-width: 100%;
  max-width: inherit;
  height: inherit;
  min-height: 100%;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image.landscape img {
  height: 100%;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image.portrait img {
  width: 100%;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay:before {
  top: 45%;
  transition: all 0.4s;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay:before {
  top: 33%;
}

.et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .et_pb_portfolio_image .et_overlay {
  background: rgba(0, 0, 0, 0.6);
}

.et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .meta p {
  color: #fff;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image .meta {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
}

.et_pb_fullwidth_portfolio h2 {
  margin: 30px 0;
  text-align: center;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image h3,
.et_pb_fullwidth_portfolio .et_pb_portfolio_image p {
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image h3 {
  margin-top: 40%;
  padding: 0 5px;
}

.et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover h3 {
  margin-top: 35%;
}

.et_pb_fullwidth_portfolio:hover .et-pb-arrow-prev {
  left: 22px;
  opacity: 1;
}

.et_pb_fullwidth_portfolio:hover .et-pb-arrow-next {
  right: 22px;
  opacity: 1;
}

/* Post Title Module */
.et_pb_title_container h1 {
  font-size: 26px;
  line-height: 1em;
}

.et_pb_column_1_3 .et_pb_title_container h1,
.et_pb_column_1_4 .et_pb_title_container h1 {
  font-size: 18px;
}

.et_pb_post_title.et_pb_featured_bg {
  overflow: hidden;
  position: relative;
  padding: 16% 8%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.et_pb_post_title .et_pb_parallax_css {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
}

.et_pb_title_featured_container img {
  width: 100%;
}

.et_pb_post_title.et_pb_featured_bg .et_pb_title_container {
  padding: 1em 1.5em;
}

.et_pb_title_container {
  display: inline-block;
  position: relative;
  z-index: 98;
  max-width: 100%;
  word-wrap: break-word;
}

.et_pb_title_featured_container {
  line-height: 0;
}

p.et_pb_title_meta_container {
  padding-bottom: 1em;
}

.et_pb_post_title.et_pb_featured_bg .et_pb_title_meta_container {
  padding-bottom: 0;
}

/* Fullwidth Post Title Module */
.et_pb_fullwidth_section .et_pb_post_title {
  padding: 6% 0;
}

.et_pb_fullwidth_section .et_pb_post_title.et_pb_image_above {
  padding-top: 0;
}

.et_pb_fullwidth_section .et_pb_post_title.et_pb_image_below {
  padding-bottom: 0;
}

.single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title,
.single-post.et_left_sidebar .et_pb_fullwidth_section .et_pb_post_title {
  padding-top: 0;
}

.single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg {
  padding-top: 6%;
}

.et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg .et_pb_title_container {
  padding-bottom: 0;
}

.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container {
  display: block;
  width: 80%;
  max-width: 1080px;
  margin: auto;
}

.single.et_right_sidebar .et_pb_fullwidth_section .et_pb_title_container,
.single.et_right_sidebar .et_pb_fullwidth_section .et_pb_title_container {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
}

.single .et_pb_fullwidth_section .et_pb_title_featured_container {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
}

/* Fullwidth Code Module */
.et_pb_fullwidth_code.et_pb_module {
  position: relative;
  z-index: 9;
}

/* Transitions */

@keyframes fadeBottom {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translatey(-60%);
  }
  100% {
    opacity: 1;
    transform: translatey(0);
  }
}

@keyframes fadeOutTop {
  0% {
    opacity: 1;
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    transform: translatey(-60%);
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translatey(60%);
  }
  100% {
    opacity: 1;
    transform: translatey(0);
  }
}

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    transform: translatey(60%);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-70%);
  }
}

@keyframes fadeTop {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes Grow {
  0% {
    opacity: 0;
    transform: scale(1, 0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideWidth {
  0% {
    width: 0;
  }
}

@keyframes gridFadeIn {
  0% {
    opacity: 0;
    transform: translatey(-5%);
  }
  100% {
    opacity: 1;
    transform: translatey(0);
  }
}

/* Animate.css - http://daneden.me/animate Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2015 Daniel Eden */

@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

/* Apply Animations */
.et-waypoint {
  opacity: 0;
}

.et_pb_counters {
  opacity: 1;
}

.et_pb_animation_off {
  opacity: 1;
}

.et-animated li span .et_pb_counter_amount {
  opacity: 1;
  animation: slideWidth 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_animation_left.et-animated {
  opacity: 1;
  animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_animation_right.et-animated {
  opacity: 1;
  animation: fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_animation_top.et-animated {
  opacity: 1;
  animation: fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_animation_bottom.et-animated {
  opacity: 1;
  animation: fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.et_pb_animation_fade_in.et-animated {
  opacity: 1;
  animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

/* Responsive Styles Tablet Portrait And Below */
@media all and (max-width: 768px) {
  .et_pb_column_4_4 .et_pb_video_play,
  .et_pb_column_3_4 .et_pb_video_play,
  .et_pb_column_2_3 .et_pb_video_play,
  .et_pb_column_1_2 .et_pb_video_play {
    margin-top: -1.5rem;
    margin-left: -1.5rem;
    font-size: 3rem;
    line-height: 3rem;
  }
}

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 981px) and (max-width: 1405px) {
  /* Map Module */
  .et_pb_column .et_pb_map {
    max-width: 100%;
  }
  /* Vertical Nav + Audio Module */
  .et_pb_blog_grid .mejs-container .mejs-controls div {
    position: absolute;
  }
  .et_pb_blog_grid .mejs-container {
    height: 80px !important;
  }
  .et_pb_blog_grid .mejs-controls {
    height: 100% !important;
  }
  .et_pb_blog_grid .mejs-button.mejs-playpause-button {
    z-index: 99;
    top: 0;
    left: 0;
  }
  .et_pb_blog_grid .mejs-time.mejs-currenttime-container.custom {
    top: 30px;
    left: 7px;
  }
  .et_pb_blog_grid .mejs-button.mejs-volume-button {
    top: 26px;
    right: 60px;
  }
  .et_pb_blog_grid a.mejs-horizontal-volume-slider {
    display: block !important;
    position: absolute !important;
    top: 26px;
    right: 0;
  }
  .et_pb_blog_grid .mejs-horizontal-volume-total {
    display: block;
    position: relative !important;
    width: 100% !important;
  }
  .et_pb_blog_grid .mejs-controls div.mejs-time-rail {
    width: 100% !important;
    padding-left: 30px !important;
  }
  .et_pb_blog_grid a.mejs-time-total.mejs-time-slider {
    position: relative !important;
    width: 100% !important;
    margin-left: 0;
  }
}

/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {
  /* Fluid Grid */
  .et_pb_gutters3 .et_pb_column,
  .et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 5.5%;
  }
  .et_pb_gutters3 .et_pb_column_4_4,
  .et_pb_gutters3.et_pb_row .et_pb_column_4_4 {
    width: 100%;
  }
  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 2.75%;
  }
  .et_pb_gutters3 .et_pb_column_3_4,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 {
    width: 73.625%;
  }
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module,
  .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 3.735%;
  }
  .et_pb_gutters3 .et_pb_column_2_3,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
    width: 64.833%;
  }
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module,
  .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_module {
    margin-bottom: 4.242%;
  }
  .et_pb_gutters3 .et_pb_column_1_2,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
    width: 47.25%;
  }
  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module,
  .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_module {
    margin-bottom: 5.82%;
  }
  .et_pb_gutters3 .et_pb_column_1_3,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
    width: 29.666%;
  }
  .et_pb_gutters3 .et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module,
  .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_module {
    margin-bottom: 9.27%;
  }
  .et_pb_gutters3 .et_pb_column_1_4,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_4 {
    width: 20.875%;
  }
  .et_pb_gutters3 .et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
    margin-bottom: 13.174%;
  }
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8,
  .et_pb_gutters3.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 {
    width: 46.265%;
    margin-right: 7.47%;
  }
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module,
  .et_pb_gutters3.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 .et_pb_module {
    margin-bottom: 7.47%;
  }
  .et_pb_gutters3 .et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
    margin-bottom: 13.174%;
  }
  .et_pb_gutters3 .et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
    margin-bottom: 9.27%;
  }
  .et_pb_gutters3 .et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
    margin-bottom: 5.82%;
  }
  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget,
  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget,
  .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3 .et_full_width_page.woocommerce-page ul.products li.product {
    width: 20.875%;
    margin: 0 5.5% 5.5% 0;
  }
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
  .et_pb_gutters3.et_left_sidebar.woocommerce-page ul.products li.product,
  .et_pb_gutters3.et_right_sidebar.woocommerce-page ul.products li.product {
    width: 28.353%;
    margin-right: 7.47%;
  }
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3,
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    width: 45.758%;
    margin-right: 8.483%;
  }
  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    width: 44.18%;
    margin-right: 11.64%;
  }
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 7.47%;
  }
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 8.483%;
  }
  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 11.64%;
  }
  .et_pb_gutters3 .et_pb_column_1_3 .et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_1_3 .et_pb_widget,
  .et_pb_gutters3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_widget,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 18.54%;
  }
  .et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget,
  .et_pb_gutters3 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_widget,
  .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 26.348%;
  }
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
  .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 14.94%;
  }
  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
    width: 29.666%;
    margin-right: 5.5%;
  }
  .et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
    margin-bottom: 18.54%;
  }
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
    width: 46.265%;
    margin-right: 7.47%;
  }
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
    margin-bottom: 14.94%;
  }
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
    width: 45.758%;
    margin-right: 8.483%;
  }
  .et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
    margin-bottom: 18.54%;
  }
  .et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 11.64%;
  }
  .et_pb_gutters3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 18.54%;
  }
  .et_pb_gutters3 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 26.348%;
  }
  .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 14.94%;
  }
  .et_pb_gutters3 .footer-widget {
    margin: 0 5.5% 5.5% 0;
  }
  .et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
    width: 20.875%;
  }
  .et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 26.348%;
  }
  .et_pb_gutters3.et_pb_footer_columns4 .footer-widget.last {
    margin-right: 0;
  }
  .et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 26.348%;
  }
  .et_pb_gutters3.et_pb_footer_columns3 .footer-widget {
    width: 29.666%;
  }
  .et_pb_gutters3.et_pb_footer_columns3 .footer-widget:nth-child(3) {
    margin-right: 0;
  }
  .et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
    margin-bottom: 18.54%;
  }
  .et_pb_gutters3.et_pb_footer_columns3 .footer-widget.last {
    width: 100%;
  }
  .et_pb_gutters3.et_pb_footer_columns3 .footer-widget.last .fwidget {
    margin-bottom: 5.5%;
  }
  .et_pb_gutters3.et_pb_footer_columns2 .footer-widget {
    width: 47.25%;
  }
  .et_pb_gutters3.et_pb_footer_columns2 .footer-widget:nth-child(even) {
    margin-right: 0;
  }
  .et_pb_gutters3.et_pb_footer_columns2 .footer-widget .fwidget {
    margin-bottom: 11.64%;
  }
  .et_pb_gutters3.et_pb_footer_columns1 .footer-widget {
    width: 100%;
    margin-right: 0;
  }
  .et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget {
    margin-bottom: 5.5%;
  }
  .et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) {
    clear: both;
    width: 73.625%;
  }
  .et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 7.47%;
  }
  .et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) {
    width: 20.875%;
    margin-right: 0;
  }
  .et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 26.348%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) {
    clear: both;
    width: 20.875%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 26.348%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) {
    width: 73.625%;
    margin-right: 0;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 7.47%;
  }
  .et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) {
    clear: both;
    width: 64.833%;
  }
  .et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 8.484%;
  }
  .et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) {
    width: 29.666%;
    margin-right: 0;
  }
  .et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 18.54%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) {
    clear: both;
    width: 29.666%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 18.54%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) {
    width: 64.833%;
    margin-right: 0;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 8.484%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
    width: 20.875%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
    margin-bottom: 26.348%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
    width: 47.25%;
    margin-right: 0;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
    margin-bottom: 11.64%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget.last {
    width: 100%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget.last .fwidget {
    margin-bottom: 5.5%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
    width: 47.25%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
    margin-bottom: 11.64%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) {
    width: 20.875%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) .fwidget {
    margin-bottom: 26.348%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(3) {
    margin-right: 0;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget.last {
    width: 100%;
  }
  .et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget.last .fwidget {
    margin-bottom: 5.5%;
  }
  .et_pb_gutters4 .et_pb_column,
  .et_pb_gutters4.et_pb_row .et_pb_column {
    margin-right: 8%;
  }
  .et_pb_gutters4 .et_pb_column_4_4,
  .et_pb_gutters4.et_pb_row .et_pb_column_4_4 {
    width: 100%;
  }
  .et_pb_gutters4 .et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 4%;
  }
  .et_pb_gutters4 .et_pb_column_3_4,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 {
    width: 73%;
  }
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_module,
  .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 5.479%;
  }
  .et_pb_gutters4 .et_pb_column_2_3,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 {
    width: 64%;
  }
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_module,
  .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_module {
    margin-bottom: 6.25%;
  }
  .et_pb_gutters4 .et_pb_column_1_2,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 {
    width: 46%;
  }
  .et_pb_gutters4 .et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_module,
  .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_module {
    margin-bottom: 8.696%;
  }
  .et_pb_gutters4 .et_pb_column_1_3,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_3 {
    width: 28%;
  }
  .et_pb_gutters4 .et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_module,
  .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3 .et_pb_module {
    margin-bottom: 14.286%;
  }
  .et_pb_gutters4 .et_pb_column_1_4,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_4 {
    width: 19%;
  }
  .et_pb_gutters4 .et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
    margin-bottom: 21.053%;
  }
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8,
  .et_pb_gutters4.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 {
    width: 44.52%;
    margin-right: 10.959%;
  }
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module,
  .et_pb_gutters4.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 .et_pb_module {
    margin-bottom: 10.959%;
  }
  .et_pb_gutters4 .et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
    margin-bottom: 21.053%;
  }
  .et_pb_gutters4 .et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
    margin-bottom: 14.286%;
  }
  .et_pb_gutters4 .et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
    margin-bottom: 8.696%;
  }
  .et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget,
  .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_column_4_4 .et_pb_widget,
  .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    width: 19%;
    margin: 0 8% 8% 0;
  }
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n) {
    width: 26.027%;
    margin-right: 10.959%;
  }
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3,
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    width: 43.75%;
    margin-right: 12.5%;
  }
  .et_pb_gutters4 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    width: 41.305%;
    margin-right: 17.391%;
  }
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 10.959%;
  }
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 12.5%;
  }
  .et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 17.391%;
  }
  .et_pb_gutters4 .et_pb_column_1_3 .et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_1_3 .et_pb_widget,
  .et_pb_gutters4 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_widget,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 28.572%;
  }
  .et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_1_4 .et_pb_widget,
  .et_pb_gutters4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_widget,
  .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 42.106%;
  }
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
  .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 21.918%;
  }
  .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
    width: 28%;
    margin-right: 8%;
  }
  .et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
    margin-bottom: 28.572%;
  }
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
    width: 44.52%;
    margin-right: 10.959%;
  }
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
    margin-bottom: 21.918%;
  }
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
    width: 43.75%;
    margin-right: 12.5%;
  }
  .et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
    margin-bottom: 28.572%;
  }
  .et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 17.392%;
  }
  .et_pb_gutters4 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 28.572%;
  }
  .et_pb_gutters4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 42.106%;
  }
  .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 21.918%;
  }
  .et_pb_gutters4 .footer-widget {
    margin: 0 8% 8% 0;
  }
  .et_pb_gutters4.et_pb_footer_columns4 .footer-widget {
    width: 19%;
  }
  .et_pb_gutters4.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 42.106%;
  }
  .et_pb_gutters4.et_pb_footer_columns4 .footer-widget.last {
    margin-right: 0;
  }
  .et_pb_gutters4.et_pb_footer_columns3 .footer-widget {
    width: 28%;
  }
  .et_pb_gutters4.et_pb_footer_columns3 .footer-widget:nth-child(3) {
    margin-right: 0;
  }
  .et_pb_gutters4.et_pb_footer_columns3 .footer-widget .fwidget {
    margin-bottom: 28.572%;
  }
  .et_pb_gutters4.et_pb_footer_columns3 .footer-widget.last {
    width: 100%;
  }
  .et_pb_gutters4.et_pb_footer_columns3 .footer-widget.last .fwidget {
    margin-bottom: 8%;
  }
  .et_pb_gutters4.et_pb_footer_columns2 .footer-widget {
    width: 46%;
  }
  .et_pb_gutters4.et_pb_footer_columns2 .footer-widget:nth-child(even) {
    margin-right: 0;
  }
  .et_pb_gutters4.et_pb_footer_columns2 .footer-widget .fwidget {
    margin-bottom: 17.392%;
  }
  .et_pb_gutters4.et_pb_footer_columns1 .footer-widget {
    width: 100%;
    margin-right: 0;
  }
  .et_pb_gutters4.et_pb_footer_columns1 .footer-widget .fwidget {
    margin-bottom: 8%;
  }
  .et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) {
    clear: both;
    width: 73%;
  }
  .et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 10.958%;
  }
  .et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) {
    width: 19%;
    margin-right: 0;
  }
  .et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 42.106%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) {
    clear: both;
    width: 19%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 42.106%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) {
    width: 73%;
    margin-right: 0;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 10.958%;
  }
  .et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) {
    clear: both;
    width: 64%;
  }
  .et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 12.5%;
  }
  .et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) {
    width: 28%;
    margin-right: 0;
  }
  .et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 28.572%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) {
    clear: both;
    width: 28%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 28.572%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) {
    width: 64%;
    margin-right: 0;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 12.5%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
    width: 19%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
    margin-bottom: 42.106%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
    width: 46%;
    margin-right: 0;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
    margin-bottom: 17.392%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget.last {
    width: 100%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget.last .fwidget {
    margin-bottom: 8%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
    width: 46%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
    margin-bottom: 17.392%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) {
    width: 19%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) .fwidget {
    margin-bottom: 42.106%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(3) {
    margin-right: 0;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget.last {
    width: 100%;
  }
  .et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget.last .fwidget {
    margin-bottom: 8%;
  }
  .et_pb_gutters2 .et_pb_column,
  .et_pb_gutters2.et_pb_row .et_pb_column {
    margin-right: 3%;
  }
  .et_pb_gutters2 .et_pb_column_4_4,
  .et_pb_gutters2.et_pb_row .et_pb_column_4_4 {
    width: 100%;
  }
  .et_pb_gutters2 .et_pb_column_4_4 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 1.5%;
  }
  .et_pb_gutters2 .et_pb_column_3_4,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 {
    width: 74.25%;
  }
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_module,
  .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_module {
    margin-bottom: 2.02%;
  }
  .et_pb_gutters2 .et_pb_column_2_3,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 {
    width: 65.666%;
  }
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module,
  .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_module {
    margin-bottom: 2.284%;
  }
  .et_pb_gutters2 .et_pb_column_1_2,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 {
    width: 48.5%;
  }
  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module,
  .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_module {
    margin-bottom: 3.093%;
  }
  .et_pb_gutters2 .et_pb_column_1_3,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_3 {
    width: 31.333%;
  }
  .et_pb_gutters2 .et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module,
  .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3 .et_pb_module {
    margin-bottom: 4.787%;
  }
  .et_pb_gutters2 .et_pb_column_1_4,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_4 {
    width: 22.75%;
  }
  .et_pb_gutters2 .et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
    margin-bottom: 6.593%;
  }
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8,
  .et_pb_gutters2.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 {
    width: 47.98%;
    margin-right: 4.04%;
  }
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module,
  .et_pb_gutters2.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 .et_pb_module {
    margin-bottom: 4.04%;
  }
  .et_pb_gutters2 .et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module {
    margin-bottom: 6.593%;
  }
  .et_pb_gutters2 .et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module {
    margin-bottom: 4.787%;
  }
  .et_pb_gutters2 .et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
  .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
    margin-bottom: 3.093%;
  }
  .et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget,
  .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget,
  .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    width: 22.75%;
    margin: 0 3% 3% 0;
  }
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n) {
    width: 30.64%;
    margin-right: 4.04%;
  }
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3,
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    width: 47.715%;
    margin-right: 4.569%;
  }
  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    width: 46.907%;
    margin-right: 6.186%;
  }
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 4.04%;
  }
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 4.569%;
  }
  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 6.186%;
  }
  .et_pb_gutters2 .et_pb_column_1_3 .et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_1_3 .et_pb_widget,
  .et_pb_gutters2 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_widget,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 9.574%;
  }
  .et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_1_4 .et_pb_widget,
  .et_pb_gutters2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_widget,
  .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 13.186%;
  }
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 .et_pb_grid_item,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 .et_pb_widget,
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product {
    margin-bottom: 8.08%;
  }
  .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
  .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 {
    width: 31.333%;
    margin-right: 3%;
  }
  .et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post {
    margin-bottom: 9.574%;
  }
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
  .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 {
    width: 47.98%;
    margin-right: 4.04%;
  }
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
    margin-bottom: 8.08%;
  }
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
  .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 {
    width: 47.715%;
    margin-right: 4.569%;
  }
  .et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post {
    margin-bottom: 9.574%;
  }
  .et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 6.186%;
  }
  .et_pb_gutters2 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 9.574%;
  }
  .et_pb_gutters2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 13.186%;
  }
  .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post {
    margin-bottom: 8.08%;
  }
  .et_pb_gutters2 .footer-widget {
    margin: 0 3% 3% 0;
  }
  .et_pb_gutters2.et_pb_footer_columns4 .footer-widget {
    width: 22.75%;
  }
  .et_pb_gutters2.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 13.186%;
  }
  .et_pb_gutters2.et_pb_footer_columns4 .footer-widget.last {
    margin-right: 0;
  }
  .et_pb_gutters2.et_pb_footer_columns3 .footer-widget {
    width: 31.333%;
  }
  .et_pb_gutters2.et_pb_footer_columns3 .footer-widget:nth-child(3) {
    margin-right: 0;
  }
  .et_pb_gutters2.et_pb_footer_columns3 .footer-widget .fwidget {
    margin-bottom: 9.574%;
  }
  .et_pb_gutters2.et_pb_footer_columns3 .footer-widget.last {
    width: 100%;
  }
  .et_pb_gutters2.et_pb_footer_columns3 .footer-widget.last .fwidget {
    margin-bottom: 3%;
  }
  .et_pb_gutters2.et_pb_footer_columns2 .footer-widget {
    width: 48.5%;
  }
  .et_pb_gutters2.et_pb_footer_columns2 .footer-widget:nth-child(even) {
    margin-right: 0;
  }
  .et_pb_gutters2.et_pb_footer_columns2 .footer-widget .fwidget {
    margin-bottom: 6.186%;
  }
  .et_pb_gutters2.et_pb_footer_columns1 .footer-widget {
    width: 100%;
    margin-right: 0;
  }
  .et_pb_gutters2.et_pb_footer_columns1 .footer-widget .fwidget {
    margin-bottom: 3%;
  }
  .et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) {
    clear: both;
    width: 74.25%;
  }
  .et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 4.04%;
  }
  .et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) {
    width: 22.75%;
    margin-right: 0;
  }
  .et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 13.186%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) {
    clear: both;
    width: 22.75%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 13.186%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) {
    width: 74.25%;
    margin-right: 0;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 4.04%;
  }
  .et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) {
    clear: both;
    width: 65.666%;
  }
  .et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 4.568%;
  }
  .et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) {
    width: 31.333%;
    margin-right: 0;
  }
  .et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 9.574%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) {
    clear: both;
    width: 31.333%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) .fwidget {
    margin-bottom: 9.574%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) {
    width: 65.666%;
    margin-right: 0;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) .fwidget {
    margin-bottom: 4.568%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) {
    width: 22.75%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget {
    margin-bottom: 13.186%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) {
    width: 48.5%;
    margin-right: 0;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget {
    margin-bottom: 6.186%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget.last {
    width: 100%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget.last .fwidget {
    margin-bottom: 3%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
    width: 48.5%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget {
    margin-bottom: 6.186%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) {
    width: 22.75%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) .fwidget {
    margin-bottom: 13.186%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(3) {
    margin-right: 0;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget.last {
    width: 100%;
  }
  .et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget.last .fwidget {
    margin-bottom: 3%;
  }
  .et_pb_gutters1 .et_pb_column,
  .et_pb_gutters1 .et_pb_column .et_pb_row_inner .et_pb_column,
  .et_pb_gutters1 .et_pb_column .et_pb_module,
  .et_pb_gutters1 .et_section_specialty .et_pb_column .et_pb_module,
  .et_section_specialty .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module,
  .et_section_specialty .et_pb_column .et_pb_gutters1.et_pb_row_inner .et_pb_column,
  .et_section_specialty .et_pb_column .et_pb_gutters1.et_pb_row_inner .et_pb_column .et_pb_module,
  .et_pb_gutters1 .et_pb_column .et_pb_widget,
  .et_pb_gutters1 .et_pb_column .et_pb_grid_item,
  .et_pb_gutters1 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters1 .et_pb_row_inner .et_pb_column .et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters1 .et_pb_row_inner .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of3,
  .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post,
  .et_pb_gutters1 .footer-widget,
  .et_pb_gutters1 .footer-widget .fwidget {
    margin: 0;
  }
  .et_pb_gutters1 .et_pb_column_4_4,
  .et_pb_gutters1.et_pb_footer_columns1 .footer-widget,
  .et_pb_gutters1.et_pb_footer_columns3 .footer-widget.last,
  .et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget.last,
  .et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget.last {
    width: 100%;
  }
  .et_pb_gutters1 .et_pb_column_3_4,
  .et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd),
  .et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) {
    width: 75%;
  }
  .et_pb_gutters1 .et_pb_column_2_3,
  .et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd),
  .et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) {
    width: 66.666%;
  }
  .et_pb_gutters1 .et_pb_column_1_2,
  .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8,
  .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8,
  .et_section_specialty .et_pb_column_3_4 .et_pb_gutters1.et_pb_row_inner .et_pb_column_3_8,
  .et_section_specialty .et_pb_column_2_3 .et_pb_gutters1.et_pb_row_inner .et_pb_column_1_3,
  .et_section_specialty .et_pb_column_1_2 .et_pb_gutters1.et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3,
  .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters1 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters1 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2,
  .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2,
  .et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget,
  .et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget,
  .et_pb_gutters1.et_pb_footer_columns2 .footer-widget,
  .et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3),
  .et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child {
    width: 50%;
  }
  .et_pb_gutters1 .et_pb_column_1_3,
  .et_pb_gutters1 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4,
  .et_section_specialty .et_pb_column_3_4 .et_pb_gutters1.et_pb_row_inner .et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters1 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3,
  .et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget,
  .et_pb_gutters1.et_pb_footer_columns3 .footer-widget,
  .et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even),
  .et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) {
    width: 33.333%;
  }
  .et_pb_gutters1 .et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item,
  .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget,
  .et_pb_gutters1.et_pb_footer_columns4 .footer-widget,
  .et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even),
  .et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd),
  .et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2),
  .et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) {
    width: 25%;
  }
  .et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd),
  .et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd),
  .et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd),
  .et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) {
    clear: both;
  }
  /* Sections and Rows */
  .et_pb_section {
    padding: 4% 0;
  }
  .et_pb_fullwidth_section {
    padding: 0;
  }
  .et_pb_row {
    padding: 2% 0;
  }
  .et_pb_column_3_4 .et_pb_row_inner {
    padding: 3.735% 0;
  }
  .et_pb_column_2_3 .et_pb_row_inner {
    padding: 4.2415% 0;
  }
  .et_pb_column_1_2 .et_pb_row_inner {
    padding: 5.82% 0;
  }
  .et_pb_column_single {
    padding: 2.855% 0;
  }
  .et_pb_column_single .et_pb_module:first-child {
    margin-top: 0;
  }
  .et_pb_column_single .et_pb_module:last-child {
    margin-bottom: 0;
  }
  .et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child,
  .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child,
  .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child {
    margin-bottom: 0;
  }
  .et_section_specialty > .et_pb_row {
    padding: 0;
  }
  .et_pb_row_inner {
    width: 100%;
  }
  .et_pb_row .et_pb_column:last-child,
  .et_pb_row_inner .et_pb_column:last-child {
    margin-right: 0 !important;
  }
  /* Fullwidth Rows */
  .et_pb_row.et_pb_row_fullwidth,
  .et_pb_specialty_fullwidth > .et_pb_row {
    width: 89% !important;
    max-width: 89% !important;
  }
  .et_pb_gutters4.et_pb_row.et_pb_row_fullwidth,
  .et_pb_gutters4 .et_pb_row.et_pb_row_fullwidth,
  .et_pb_gutters4.et_pb_specialty_fullwidth > .et_pb_row,
  .et_pb_gutters4 .et_pb_specialty_fullwidth > .et_pb_row {
    width: 86% !important;
    max-width: 86% !important;
  }
  .et_pb_gutters2.et_pb_row.et_pb_row_fullwidth,
  .et_pb_gutters2 .et_pb_row.et_pb_row_fullwidth,
  .et_pb_gutters2.et_pb_specialty_fullwidth > .et_pb_row,
  .et_pb_gutters2 .et_pb_specialty_fullwidth > .et_pb_row {
    width: 94% !important;
    max-width: 94% !important;
  }
  .et_pb_gutters1.et_pb_row.et_pb_row_fullwidth,
  .et_pb_gutters1 .et_pb_row.et_pb_row_fullwidth,
  .et_pb_gutters1.et_pb_specialty_fullwidth > .et_pb_row,
  .et_pb_gutters1 .et_pb_specialty_fullwidth > .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
  }
  /* Equalize Column Heights */
  .et_pb_row.et_pb_equal_columns,
  .et_pb_row_inner.et_pb_equal_columns,
  .et_pb_section.et_pb_equal_columns > .et_pb_row {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  /* Grid Layouts: Gallery, Portfolio, Filterable Portfolio, Shop */
  .et_pb_filterable_portfolio_grid,
  .et_pb_gallery_grid {
    display: none;
  }
  .et_pb_gallery_grid .et_pb_gallery_item,
  .et_pb_portfolio_grid .et_pb_portfolio_item,
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item {
    float: left;
    position: relative;
  }
  .et_pb_gallery_grid .et_pb_gallery_item img,
  .et_pb_portfolio_grid .et_pb_portfolio_item img,
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item img {
    width: 100%;
  }
  .et_pb_shop_grid .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    clear: none;
  }
  .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n),
  .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n),
  .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n),
  .et_pb_row .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n),
  .et_pb_row .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n),
  .et_pb_row .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n),
  .et_pb_row .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n),
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n),
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n),
  .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
  .et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n),
  .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
  .et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
  .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
  .et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
  .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
  .et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
  .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
  .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
  .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n) {
    margin-right: 0;
  }
  .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1),
  .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n+1),
  .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1),
  .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n+1),
  .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1),
  .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
  .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
  .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
    clear: both;
  }
  .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1) {
    clear: none;
  }
  .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1) {
    clear: none;
  }
  .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item,
  .et_pb_column_1_3 .et_pb_grid_item,
  .et_pb_column_1_4 .et_pb_grid_item,
  .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product,
  .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product {
    width: 100% !important;
    margin-right: 0;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item {
    clear: none !important;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item.last_in_row {
    margin-right: 0 !important;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item.first_in_row {
    clear: both !important;
  }
  .et_pb_gallery_grid .et_pb_gallery_item h3,
  .et_pb_portfolio_grid .et_pb_portfolio_item h2,
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
    margin: 10px 0 0;
    padding-bottom: 0;
    font-size: 18px;
    word-wrap: break-word;
  }
  .et_pb_portfolio_item .post-meta,
  .et_pb_gallery_item .et_pb_gallery_caption {
    margin: 0.4em 0 0;
    font-size: 14px;
  }
  /* Sidebar Widgets */
  .et_pb_column_4_4 .et_pb_widget:nth-child(4n),
  .et_pb_column_3_4 .et_pb_widget:nth-child(3n),
  .et_pb_column_2_3 .et_pb_widget:nth-child(2n),
  .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
  .et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n),
  .et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n),
  .et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n),
  .et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n),
  .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_widget:nth-child(3n),
  .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_widget:nth-child(2n),
  .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_widget:nth-child(2n) {
    margin-right: 0;
  }
  .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1),
  .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1),
  .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1),
  .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1) {
    clear: both;
  }
  .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget,
  .et_pb_column_1_3 .et_pb_widget,
  .et_pb_column_1_4 .et_pb_widget {
    width: 100% !important;
    margin-right: 0;
  }
  /* Slider Module */
  .et_pb_column_1_2 .et_pb_slide_image,
  .et_pb_column_1_2 .et_pb_slide_video,
  .et_pb_column_1_2 .et_pb_slide_with_image .et_pb_slide_description,
  .et_pb_column_3_8 .et_pb_slide_image,
  .et_pb_column_3_8 .et_pb_slide_video,
  .et_pb_column_3_8 .et_pb_slide_with_image .et_pb_slide_description,
  .et_pb_column_1_3 .et_pb_slide_image,
  .et_pb_column_1_3 .et_pb_slide_video,
  .et_pb_column_1_3 .et_pb_slide_with_image .et_pb_slide_description,
  .et_pb_column_1_4 .et_pb_slide_image,
  .et_pb_column_1_4 .et_pb_slide_video,
  .et_pb_column_1_4 .et_pb_slide_with_image .et_pb_slide_description {
    width: 100% !important;
  }
  .et_pb_column_1_2 .et_pb_slide_image,
  .et_pb_column_1_2 .et_pb_slide_video,
  .et_pb_column_3_8 .et_pb_slide_image,
  .et_pb_column_3_8 .et_pb_slide_video,
  .et_pb_column_1_3 .et_pb_slide_image,
  .et_pb_column_1_3 .et_pb_slide_video,
  .et_pb_column_1_4 .et_pb_slide_image,
  .et_pb_column_1_4 .et_pb_slide_video {
    margin: 10% 0 0 0 !important;
    padding: 0;
  }
  .et_pb_column_1_2 .et_pb_slide_image,
  .et_pb_column_3_8 .et_pb_slide_image,
  .et_pb_column_1_3 .et_pb_slide_image,
  .et_pb_column_1_4 .et_pb_slide_image {
    position: relative;
    top: auto;
    bottom: auto;
  }
  /* Audio Module */
  .et_pb_column_1_4 .et_pb_audio_module .mejs-container .mejs-controls div,
  .et_pb_column_1_3 .et_pb_audio_module .mejs-container .mejs-controls div,
  .et_pb_column_3_8 .et_pb_audio_module .mejs-container .mejs-controls div {
    position: absolute;
  }
  .et_pb_column_1_4 .et_pb_audio_module .mejs-container,
  .et_pb_column_1_3 .et_pb_audio_module .mejs-container,
  .et_pb_column_3_8 .et_pb_audio_module .mejs-container {
    height: 50px !important;
  }
  .et_pb_column_1_4 .et_pb_audio_module .mejs-controls,
  .et_pb_column_1_3 .et_pb_audio_module .mejs-controls,
  .et_pb_column_3_8 .et_pb_audio_module .mejs-controls {
    height: 100%;
  }
  .et_pb_column_1_4 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom,
  .et_pb_column_1_3 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom,
  .et_pb_column_3_8 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom {
    top: 30px;
  }
  .et_pb_column_1_4 .et_pb_audio_module .mejs-button.mejs-volume-button,
  .et_pb_column_1_3 .et_pb_audio_module .mejs-button.mejs-volume-button,
  .et_pb_column_3_8 .et_pb_audio_module .mejs-button.mejs-volume-button {
    top: 30px;
    right: 65px;
  }
  .et_pb_column_1_4 .et_pb_audio_module a.mejs-horizontal-volume-slider,
  .et_pb_column_1_3 .et_pb_audio_module a.mejs-horizontal-volume-slider,
  .et_pb_column_3_8 .et_pb_audio_module a.mejs-horizontal-volume-slider {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
  }
  .et_pb_column_1_4 .et_pb_audio_module .mejs-horizontal-volume-total,
  .et_pb_column_1_3 .et_pb_audio_module .mejs-horizontal-volume-total,
  .et_pb_column_3_8 .et_pb_audio_module .mejs-horizontal-volume-total {
    display: block;
    position: relative;
    width: 100%;
  }
  .et_pb_column_1_4 .et_pb_audio_module .mejs-controls div.mejs-time-rail,
  .et_pb_column_1_3 .et_pb_audio_module .mejs-controls div.mejs-time-rail,
  .et_pb_column_3_8 .et_pb_audio_module .mejs-controls div.mejs-time-rail {
    width: 100% !important;
    padding-left: 30px;
  }
  .et_pb_column_1_4 .et_pb_audio_module a.mejs-time-total.mejs-time-slider,
  .et_pb_column_1_3 .et_pb_audio_module a.mejs-time-total.mejs-time-slider,
  .et_pb_column_3_8 .et_pb_audio_module a.mejs-time-total.mejs-time-slider {
    position: relative;
    width: 100% !important;
    margin-left: 0;
  }
  /* Salvattore Styles */
  .et_pb_column_4_4 .et_pb_blog_grid[data-columns]::before {
    content: "3 .column.size-1of3";
  }
  .et_pb_column_3_4 .et_pb_blog_grid[data-columns]::before,
  .et_pb_column_2_3 .et_pb_blog_grid[data-columns]::before {
    content: "2 .column.size-1of2";
  }
  .et_pb_column_1_2 .et_pb_blog_grid[data-columns]::before,
  .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid[data-columns]::before,
  .et_pb_column_1_3 .et_pb_blog_grid[data-columns]::before,
  .et_pb_column_1_4 .et_pb_blog_grid[data-columns]::before {
    content: "1 .column.size-1of1";
  }
  /* Sticky Image */
  .et_pb_section_sticky,
  .et_pb_section_sticky .et_pb_row:last-child,
  .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child,
  .et_pb_section_sticky .et_pb_column_single {
    padding-bottom: 0 !important;
  }
  /* Fullwidth Menu Module */
  .et_dropdown_animation_fade.et_pb_fullwidth_menu ul li:hover > ul {
    transition: all 0.2s ease-in-out;
  }
  .et_dropdown_animation_slide.et_pb_fullwidth_menu ul li:hover > ul {
    animation: fadeLeft 0.4s ease-in-out;
  }
  .et_dropdown_animation_expand.et_pb_fullwidth_menu ul li:hover > ul {
    -webkit-transform-origin: 0 0;
    animation: Grow 0.4s ease-in-out;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  .et_dropdown_animation_flip.et_pb_fullwidth_menu ul li ul li:hover > ul {
    animation: flipInX 0.6s ease-in-out;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  .et_dropdown_animation_flip.et_pb_fullwidth_menu ul li:hover > ul {
    animation: flipInY 0.6s ease-in-out;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  .et_pb_fullwidth_menu.et_pb_fullwidth_menu_fullwidth .et_pb_row {
    width: 100%;
    max-width: 100%;
    padding: 0 30px !important;
  }
}

/* Responsive Styles 981px - 1100px */
@media all and (min-width: 981px) and (max-width: 1100px) {
  /* Slider Module */
  .et_pb_column_1_2 .et_pb_slide_content,
  .et_pb_column_1_3 .et_pb_slide_content,
  .et_pb_column_1_4 .et_pb_slide_content,
  .et_pb_column_2_3 .et_pb_slide_content {
    font-size: 14px;
  }
  .et_pb_column_1_2 .et_pb_slide_description .et_pb_slide_title,
  .et_pb_column_1_3 .et_pb_slide_description .et_pb_slide_title,
  .et_pb_column_1_4 .et_pb_slide_description .et_pb_slide_title,
  .et_pb_column_2_3 .et_pb_slide_description .et_pb_slide_title {
    font-size: 18px;
  }
  /* Blog Posts */
  .et_pb_post {
    margin-bottom: 42px;
  }
  /* Blog Post Formats */
  /* Quote */
  .et_quote_content {
    padding: 50px 70px 45px;
  }
  .et_pb_column_2_3 .et_quote_content {
    padding: 50px 50px 45px;
  }
  .et_pb_column_1_2 .et_quote_content {
    padding: 35px 47px 30px;
  }
  .et_pb_column_1_3 .et_quote_content,
  .et_pb_column_3_8 .et_quote_content,
  .et_pb_column_1_4 .et_quote_content,
  .et_pb_blog_grid .et_quote_content {
    padding: 35px 25px 32px;
  }
  /* Gallery */
  .et_pb_column_4_4 .et_pb_post .et_pb_slide {
    min-height: 534px;
  }
  .et_pb_column_3_4 .et_pb_post .et_pb_slide {
    min-height: 392px;
  }
  .et_pb_column_2_3 .et_pb_post .et_pb_slide {
    min-height: 345px;
  }
  .et_pb_column_1_2 .et_pb_post .et_pb_slide {
    min-height: 250px;
  }
  .et_pb_column_1_3 .et_pb_post .et_pb_slide,
  .et_pb_column_3_8 .et_pb_post .et_pb_slide {
    min-height: 155px;
  }
  .et_pb_column_1_4 .et_pb_post .et_pb_slide {
    min-height: 108px;
  }
  .et_pb_blog_grid .et_pb_post .et_pb_slide {
    min-height: 155px;
  }
  /* Audio */
  .et_pb_column_1_2 .et_pb_audio_cover_art {
    height: 340px;
  }
  .et_pb_column_3_8 .et_pb_audio_cover_art {
    height: 242px;
  }
  .et_pb_column_1_3 .et_pb_audio_cover_art {
    height: 210px;
  }
  .et_pb_column_1_4 .et_pb_audio_cover_art {
    height: 145px;
  }
  /* Contact Form Module */
  .et_pb_column_1_4 .et_pb_contact_right {
    margin-right: 5px;
  }
  /* Number Counter Module */
  .et_pb_column_1_4 .et_pb_number_counter .percent {
    height: 55px;
  }
  .et_pb_column_1_4 .et_pb_number_counter h3 {
    padding: 10px 0 0 0;
  }
}

/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {
  /* Page Containers */
  .et_pb_column {
    width: 100% !important;
  }
  /* Rows and Sections */
  .et_pb_section {
    padding: 50px 0;
  }
  .et_pb_fullwidth_section {
    padding: 0;
  }
  .et_pb_row,
  .et_pb_column .et_pb_row_inner {
    padding: 30px 0;
  }
  .et_section_specialty > .et_pb_row {
    padding: 0;
  }
  .et_pb_column {
    margin-bottom: 30px;
  }
  .et_pb_gutters1 .et_pb_column {
    margin-bottom: 0;
  }
  .et_pb_row:last-child .et_pb_column:last-child {
    margin-bottom: 0;
  }
  .et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 30px;
  }
  .et_pb_gutters1 .et_pb_column .et_pb_module {
    margin-bottom: 0;
  }
  .et_pb_gutters1 .et_section_specialty .et_pb_row > .et_pb_column > .et_pb_module,
  .et_section_specialty .et_pb_gutters1.et_pb_row > .et_pb_column > .et_pb_module {
    margin: 0;
  }
  .et_section_specialty .et_pb_row > .et_pb_column {
    padding-bottom: 0;
  }
  .et_pb_row .et_pb_column .et_pb_module:last-child,
  .et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child {
    margin-bottom: 0;
  }
  .et_pb_column.et_pb_column_empty {
    display: none;
  }
  /* Sticky Image */
  .et_pb_section_sticky_mobile,
  .et_pb_section_sticky_mobile .et_pb_row:last-child,
  .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner:last-child,
  .et_pb_section_sticky_mobile .et_pb_column_single {
    padding-bottom: 0 !important;
  }
  .et_pb_section_sticky .et_pb_row:last-child .et_pb_column.et_pb_row_sticky:last-child {
    margin-bottom: 0;
  }
  /* 1_4 Column Breakdown */
  .et_pb_row_4col,
  .et_pb_row_1-4_1-4_1-2,
  .et_pb_row_1-2_1-4_1-4,
  .et_pb_row_1-4_1-4 {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .et_pb_row_4col > .et_pb_column.et_pb_column_1_4,
  .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4,
  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
  .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 {
    width: 47.25% !important;
    margin-right: 5.5%;
  }
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1 .et_pb_row_1-4_1-4 .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row_4col > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row_1-4_1-4 .et_pb_column.et_pb_column_1_4 {
    width: 50% !important;
    margin-right: 0;
  }
  .et_pb_row_4col > .et_pb_column.et_pb_column_1_4:nth-child(even),
  .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4:nth-child(even),
  .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4:nth-child(even),
  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4:nth-child(odd) {
    margin-right: 0;
  }
  .et_pb_row_4col .et_pb_column:nth-last-child(-n+2),
  .et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n+2),
  .et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  /* Fullwidth Rows */
  .et_pb_row.et_pb_row_fullwidth,
  .et_pb_specialty_fullwidth > .et_pb_row {
    width: 80% !important;
    max-width: 80% !important;
  }
  .et_pb_gutters1.et_pb_row.et_pb_row_fullwidth,
  .et_pb_gutters1 .et_pb_row.et_pb_row_fullwidth,
  .et_pb_gutters1.et_pb_specialty_fullwidth > .et_pb_row,
  .et_pb_gutters1 .et_pb_specialty_fullwidth > .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
  }
  .et_pb_space.et-hide-mobile {
    display: none;
  }
  /* Grid Layouts: Gallery, Portfolio, Filterable Portfolio, Shop */
  .et_pb_column .et_pb_grid_item:nth-child(n),
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n),
  .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_column .woocommerce ul.products li.product:nth-child(n),
  .woocommerce-page ul.products li.product:nth-child(n),
  .et_gallery_item {
    float: left;
    clear: none;
    width: 28.333% !important;
    margin: 0 7.5% 7.5% 0 !important;
  }
  .et_pb_gutters1 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .woocommerce ul.products li.product:nth-child(n) {
    width: 33.333% !important;
    margin: 0 !important;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n) {
    clear: none !important;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).last_in_row {
    margin-right: 0 !important;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).first_in_row {
    clear: both !important;
  }
  /* Grid Layouts: 1/4 Columns */
  .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_widget:nth-child(n),
  .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_widget:nth-child(n),
  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_widget:nth-child(n),
  .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_widget:nth-child(n) {
    width: 100% !important;
    margin: 0 0 11.5% 0 !important;
  }
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_column_1_4 .et_pb_widget:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_widget:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_widget:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_widget:nth-child(n),
  .et_pb_gutters1.et_pb_row_4col > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_gutters1 .et_pb_row_4col > .et_pb_column_1_4 .et_pb_widget:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_widget:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_widget:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_blog_grid .column,
  .et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_widget:nth-child(n) {
    margin: 0 !important;
  }
  .et_pb_column .et_pb_grid_item:nth-child(3n),
  .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n),
  .et_pb_column .woocommerce ul.products li.product:nth-child(3n),
  .woocommerce-page ul.products li.product:nth-child(3n),
  .et_gallery_item:nth-child(3n) {
    margin-right: 0 !important;
  }
  .et_pb_column .et_pb_grid_item:nth-child(3n+1),
  .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1),
  .et_pb_column .woocommerce ul.products li.product:nth-child(3n+1),
  .woocommerce-page ul.products li.product:nth-child(3n+1),
  .et_gallery_item:nth-child(3n+1) {
    clear: both;
  }
  /* Filterable Portfolio Module */
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    width: auto;
  }
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    width: auto;
    border-radius: 0;
  }
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
    border-radius: 3px 0 0 3px;
  }
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a {
    border-radius: 0 3px 3px 0;
  }
  /* Blog + Sidebar Module + Footer */
  .et_pb_column .et_pb_blog_grid .column.size-1of2,
  .et_pb_column .et_pb_widget:nth-child(n) {
    width: 46.25% !important;
    margin: 0 7.5% 7.5% 0 !important;
  }
  .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post {
    margin-bottom: 16.21%;
  }
  .et_pb_column .et_pb_widget:nth-child(n) {
    margin-bottom: 7.5%;
  }
  .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2,
  .et_pb_gutters1 .et_pb_column .et_pb_widget:nth-child(n) {
    width: 50% !important;
    margin: 0 !important;
  }
  .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post,
  .et_pb_gutters1 .et_pb_column .et_pb_widget:nth-child(n) {
    margin-bottom: 0;
  }
  .et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n),
  .et_pb_column .et_pb_widget:nth-child(2n) {
    margin-right: 0 !important;
  }
  .et_pb_widget_area_left {
    padding-right: 0;
    border-right: none;
  }
  .et_pb_widget_area_right {
    padding-left: 0;
    border-left: none;
  }
  .et_pb_more_button {
    display: inline-block !important;
  }
  /* Slider Module */
  .et_pb_slide_description .et_pb_slide_title,
  .et_pb_column_1_4 .et_pb_slider_fullwidth_off h2 {
    font-size: 26px;
    font-weight: 500 !important;
  }
  .et_pb_slide_content {
    font-size: 13px;
    font-weight: 400;
  }
  .et_pb_slide_description {
    text-align: center;
  }
  .et_pb_slide_with_image .et_pb_slide_description {
    text-align: left;
  }
  /* Column Adjustments */
  .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_container {
    min-height: auto;
  }
  .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content {
    display: block;
  }
  .et_pb_post {
    margin-bottom: 42px;
  }
  /* Newsletter Module */
  .et_pb_column .et_pb_newsletter_form,
  .et_pb_column .et_pb_newsletter_description,
  .et_pb_column.et_pb_column_inner .et_pb_newsletter_form,
  .et_pb_column.et_pb_column_inner .et_pb_newsletter_description {
    width: 50%;
    padding: 0;
  }
  .et_pb_column .et_pb_newsletter_form,
  .et_pb_column.et_pb_column_inner .et_pb_newsletter_form {
    padding-left: 40px;
  }
  /* Pricing Tables Module */
  .et_pb_column .et_pb_pricing_table {
    width: 50% !important;
  }
  .et_pb_column .et_pb_pricing_table:nth-child(2n+1) {
    clear: both;
  }
  .et_pb_column .et_pb_pricing_table:nth-child(n+3) {
    margin-top: 50px;
  }
  /* Post Title Module */
  .et_pb_fullwidth_section .et_pb_post_title {
    padding: 80px 0;
  }
  /* Map Module */
  .et_pb_column .et_pb_map,
  .et_pb_fullwidth_section .et_pb_map {
    height: 350px;
  }
  /* Projects Post Type */
  .et_full_width_portfolio_page .et_project_meta {
    float: none;
    width: 100%;
    margin-top: -20px;
  }
  /* Contact Form Module */
  .et_pb_column .et_pb_contact_left p {
    float: left;
    width: 48.5%;
    margin-right: 3%;
  }
  .et_pb_column .et_pb_contact_left p:last-child {
    margin-right: 0;
  }
  /* Image Module */
  .et_always_center_on_mobile {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }
  /* Header Styles */
  .fullwidth-menu {
    display: none;
  }
  /* Mobile Menu */
  .et_mobile_nav_menu {
    display: block;
  }
  /* Countdown Timer Module */
  .et_pb_countdown_timer .title {
    font-size: 22px !important;
  }
  .et_pb_countdown_timer .section p {
    font-size: 64px !important;
    line-height: 64px !important;
  }
  .et_pb_countdown_timer .section p.label {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .et_pb_countdown_timer .sep {
    top: -28px !important;
  }
  /* Fullwidth Menu Module */
  .et_pb_fullwidth_menu .fullwidth-menu-nav {
    display: none;
  }
  .et_pb_fullwidth_menu .et_pb_row {
    min-height: 81px;
  }
  .et_pb_fullwidth_menu .et_mobile_nav_menu {
    float: none;
  }
  .et_pb_fullwidth_menu .mobile_menu_bar:before {
    top: 26px;
  }
  .et_pb_fullwidth_menu .et_mobile_menu {
    top: 81px;
    padding: 5%;
  }
  .et_pb_fullwidth_menu .et_mobile_menu ul {
    padding: 0;
  }
  .et_pb_fullwidth_menu .et_mobile_menu,
  .et_pb_fullwidth_menu .et_mobile_menu ul {
    text-align: left;
    list-style: none !important;
  }
  /* Rows and Sections */
  .et_pb_section .et_pb_row,
  .et_pb_section.et_section_specialty .et_pb_row {
    max-width: 1080px !important;
  }
  /* Blog Module */
  .et_pb_column_3_8 .et_pb_blog_grid .et_audio_container .mejs-time.mejs-currenttime-container.custom {
    margin-left: 0;
  }
  .et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
  .et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
  .et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span,
  .et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span {
    font-size: 18px;
  }
}

/* Responsive Styles Tablet Only */
@media all and (min-width: 768px) and (max-width: 980px) {
  /* Video Module */
  .et_pb_column_3_8 .et_pb_video_play,
  .et_pb_column_1_3 .et_pb_video_play,
  .et_pb_column_1_4 .et_pb_video_play {
    margin-top: -3rem;
    margin-left: -3rem;
    font-size: 6rem;
    line-height: 6rem;
  }
  /* Tabs Module */
  .et_pb_column_1_3 .et_pb_tabs_controls,
  .et_pb_column_1_4 .et_pb_tabs_controls {
    border-bottom: 1px solid #d9d9d9;
  }
  .et_pb_column_1_3 .et_pb_tabs_controls li,
  .et_pb_column_1_4 .et_pb_tabs_controls li {
    float: left;
    border-right: 1px solid #d9d9d9;
    border-bottom: none;
  }
  .et_pb_column_1_3 .et_pb_tabs_controls,
  .et_pb_column_1_4 .et_pb_tabs_controls,
  .et_pb_column_3_8 .et_pb_tabs_controls {
    border-bottom: 1px solid #d9d9d9;
  }
  .et_pb_column_1_3 .et_pb_tabs_controls li,
  .et_pb_column_1_4 .et_pb_tabs_controls li,
  .et_pb_tabs_controls li,
  .et_pb_tabs_controls li:last-child,
  .et_pb_column_3_8 .et_pb_tabs_controls li {
    float: left;
    border-right: 1px solid #d9d9d9;
    border-bottom: none;
  }
  /* Testimonials Module */
  .et_pb_column .et_pb_testimonial_portrait {
    display: table-cell;
    float: left;
    margin-right: 30px;
  }
  .et_pb_column .et_pb_testimonial_description {
    display: table-cell;
  }
  /* Column Adjustments */
  .et_pb_row_4col .et_pb_testimonial_portrait,
  .et_pb_row_1-4_1-4_1-2 .et_pb_testimonial_portrait,
  .et_pb_row_1-2_1-4_1-4 .et_pb_testimonial_portrait,
  .et_pb_row_1-4_1-4 .et_pb_testimonial_portrait {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
  /* Person Module */
  .et_pb_column .et_pb_team_member_image {
    float: left !important;
    width: 280px !important;
    margin: 0 30px 0 0 !important;
    text-align: left !important;
  }
  .et_pb_column .et_pb_team_member_description {
    display: table-cell;
  }
  /* Blog Post Formats */
  /* Quote */
  .et_quote_content {
    padding: 50px 43px 45px !important;
  }
  .et_quote_content blockquote p {
    font-size: 26px !important;
    line-height: 44px !important;
  }
  .et_quote_content blockquote cite {
    font-size: 18px !important;
  }
  .et_pb_blog_grid .et_quote_content {
    padding: 35px 30px !important;
  }
  .et_pb_blog_grid .et_quote_content blockquote p {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .et_pb_blog_grid .et_quote_content blockquote cite {
    font-size: 14px !important;
  }
  /* Link */
  .et_link_content {
    padding: 40px 40px 45px;
  }
  .et_link_content h2 {
    font-size: 26px !important;
    line-height: 44px !important;
  }
  .et_link_content a.et_link_main_url {
    font-size: 18px !important;
  }
  .et_pb_blog_grid .et_link_content h2 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .et_pb_blog_grid .et_link_content a.et_link_main_url {
    font-size: 14px !important;
  }
  /* Gallery */
  .et_pb_post .et_pb_slide {
    min-height: 384px !important;
  }
  .et_pb_blog_grid .et_pb_post .et_pb_slide {
    min-height: 182px !important;
  }
  /* Audio */
  .et_audio_content h2 {
    margin-bottom: 24px !important;
    font-size: 26px !important;
    line-height: 44px !important;
  }
  .et_pb_blog_grid .et_audio_content h2 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .et_pb_audio_cover_art {
    float: none !important;
    position: relative;
    width: 100% !important;
    height: 400px !important;
  }
  .et_pb_audio_module_content {
    margin-left: 0 !important;
    padding: 55px 60px 55px !important;
  }
  .et_pb_audio_module_content h2 {
    font-size: 36px !important;
  }
  .et_pb_column_1_4 .et_audio_module_meta {
    font-size: 14px !important;
  }
  /* Salvattore Styles */
  .et_pb_column .et_pb_blog_grid[data-columns]::before {
    content: "2 .column.size-1of2";
  }
}

/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {
  /* Salvattore Styles */
  .et_pb_column .et_pb_blog_grid[data-columns]::before {
    content: "1 .column.size-1of1";
  }
  /* Text Module */
  .et_pb_text_align_right {
    text-align: left;
  }
  /* Slider Modules */
  .et_pb_slide_image,
  .et_pb_slide_video {
    margin-top: 6% !important;
  }
  .et_pb_slide_video {
    float: none;
  }
  .et_pb_section_first .et_pb_slide_image {
    top: 20px;
    margin: 0 0 0 !important;
  }
  .et_pb_slide_description .et_pb_slide_title {
    font-size: 20px !important;
  }
  .et_pb_slide_content {
    font-size: 14px !important;
    font-weight: 400;
  }
  .et_pb_slide_with_image .et_pb_slide_description {
    float: none;
    width: 100%;
    text-align: center;
  }
  /* Blog Posts */
  .et_pb_post {
    margin-bottom: 42px;
  }
  .et_pb_post h2,
  .et_pb_portfolio_item h2,
  .et_pb_title_container h1 {
    font-size: 18px;
  }
  /* Video Slider Module */
  .et_pb_carousel .et-pb-arrow-prev,
  .et_pb_carousel:hover .et-pb-arrow-prev {
    left: -8px;
    opacity: 1;
  }
  .et_pb_carousel .et-pb-arrow-next,
  .et_pb_carousel:hover .et-pb-arrow-next {
    right: -8px;
    opacity: 1;
  }
  .et_pb_slider_carousel:hover .et-pb-arrow-prev {
    opacity: 0 !important;
  }
  .et_pb_slider_carousel:hover .et-pb-arrow-next {
    opacity: 0 !important;
  }
  /* Column Adjustments */
  .et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play,
  .et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play,
  .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play,
  .et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play,
  .et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play {
    margin-top: -1rem;
    margin-left: -1rem;
    font-size: 2rem;
    line-height: 2rem;
  }
  /* Grid Layouts: Gallery, Portfolio, Filterable Portfolio, Shop */
  .et_pb_column .et_pb_grid_item:nth-child(n),
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n),
  .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_column .woocommerce ul.products li.product:nth-child(n),
  .woocommerce-page ul.products li.product:nth-child(n),
  .et_gallery_item:nth-child(n) {
    clear: none;
    width: 45.25% !important;
    margin: 0 9.5% 9.5% 0 !important;
  }
  .et_pb_gutters1 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .woocommerce ul.products li.product:nth-child(n) {
    width: 50% !important;
    margin: 0 !important;
  }
  .et_pb_column .et_pb_grid_item:nth-child(2n),
  .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n),
  .et_pb_column .woocommerce ul.products li.product:nth-child(2n),
  .woocommerce-page ul.products li.product:nth-child(2n),
  .et_gallery_item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .et_pb_column .et_pb_grid_item:nth-child(2n+1),
  .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1),
  .et_pb_column .woocommerce ul.products li.product:nth-child(2n+1),
  .woocommerce-page ul.products li.product:nth-child(2n+1),
  .et_gallery_item:nth-child(2n+1) {
    clear: both;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n) {
    clear: none !important;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).last_in_row {
    margin-right: 0 !important;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).first_in_row {
    clear: both !important;
  }
  /* Filterable Portfolio Module */
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters ul {
    width: 100%;
  }
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li {
    width: 50%;
  }
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a {
    border-radius: 3px 0 0 0;
  }
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-child(2) a {
    border-radius: 0 3px 0 0;
  }
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(odd) a {
    border-radius: 0 0 3px 3px;
  }
  .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(even) a {
    border-radius: 0 0 3px;
  }
  /* Blog + Sidebar Module + Footer */
  .et_pb_column .et_pb_blog_grid .column.size-1of1,
  .et_pb_column .et_pb_widget:nth-child(n),
  .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1,
  .et_pb_gutters1 .et_pb_column .et_pb_widget:nth-child(n) {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
  .et_pb_column .et_pb_widget {
    margin-bottom: 9.5% !important;
  }
  .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
  .et_pb_gutters1 .et_pb_column .et_pb_widget {
    margin-bottom: 0 !important;
  }
  /* Call To Action Module */
  .et_pb_promo {
    padding: 40px;
  }
  /* Newsletter Module */
  .et_pb_column .et_pb_newsletter_form,
  .et_pb_column .et_pb_newsletter_description,
  .et_pb_column.et_pb_column_inner .et_pb_newsletter_form,
  .et_pb_column.et_pb_column_inner .et_pb_newsletter_description {
    width: 100%;
    padding: 0;
  }
  /* Slider Modules */
  .et_pb_slider:hover .et-pb-arrow-prev,
  .et_mobile_device .et-pb-arrow-prev {
    left: 0;
    opacity: 1;
  }
  .et_pb_slider:hover .et-pb-arrow-next,
  .et_mobile_device .et-pb-arrow-next {
    right: 0;
    opacity: 1;
  }
  .et-pb-controllers {
    position: absolute;
    z-index: 10;
    bottom: 5%;
    left: 0;
    width: 100%;
    height: 14px;
    text-align: center;
  }
  .format-gallery .et-pb-controllers {
    height: auto;
  }
  .et_transparent_nav .et_pb_section:first-child .et-pb-controllers {
    bottom: 18px;
  }
  .et_pb_more_button {
    display: inline-block !important;
  }
  .et_pb_slide_image,
  .et_pb_slide_video,
  .et_pb_slide_with_image .et_pb_slide_description {
    width: 100%;
  }
  .et_pb_slide_image,
  .et_pb_slide_video {
    display: none;
  }
  .et_pb_slider_show_image .et_pb_slide_image,
  .et_pb_slider_show_image .et_pb_slide_video {
    display: block;
  }
  .et_pb_slide_description .et_pb_slide_title {
    font-size: 24px;
  }
  .et_pb_slide_content {
    font-size: 12px;
  }
  .et_pb_slide_image,
  .et_pb_slide_video {
    position: relative;
    margin: 50px auto 0;
    padding: 0;
  }
  .et_pb_slide_image img {
    max-height: 300px;
  }
  .et_pb_section_first .et_pb_slide_image img {
    max-height: 300px !important;
  }
  .et_pb_slide_description,
  .et_pb_slider_fullwidth_off .et_pb_slide_description,
  .et_pb_slide_with_image .et_pb_slide_description {
    text-align: center;
  }
  /* Tabs Module */
  .et_pb_tabs_controls {
    border-bottom: none;
  }
  .et_pb_tabs_controls li {
    float: none;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }
  /* Pricing Tables Module */
  .et_pb_column .et_pb_pricing_table {
    width: 100% !important;
    margin: 0 0 30px !important;
  }
  .et_pb_column .et_pb_pricing_table:last-child {
    margin-bottom: 0;
  }
  /* Contact Form Module */
  .et_pb_column .et_pb_contact_left p {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  /* Map Module */
  .et_pb_column .et_pb_map,
  .et_pb_fullwidth_section .et_pb_map {
    height: 220px;
  }
  /* Countdown Timer Module */
  .et_pb_countdown_timer .title {
    margin-bottom: 20px !important;
    font-size: 22px !important;
  }
  .et_pb_countdown_timer .section p {
    font-size: 32px !important;
    line-height: 32px !important;
  }
  .et_pb_countdown_timer .section p.label {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .et_pb_countdown_timer .sep {
    top: -28px !important;
  }
  /* Testimonials Module */
  .et_pb_column .et_pb_testimonial_description {
    display: block;
    width: 100%;
    text-align: center;
  }
  .et_pb_column .et_pb_testimonial_portrait {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
  /* Person Module */
  .et_pb_team_member_image {
    display: block;
    float: none;
    width: auto;
    margin: 0 0 12px;
    text-align: center;
  }
  .et_pb_team_member_description {
    display: block;
  }
  /* Blog Post Formats */
  /* Quote */
  .et_quote_content,
  .et_pb_blog_grid .et_quote_content {
    padding: 35px 30px !important;
  }
  .et_quote_content blockquote p,
  .et_pb_blog_grid .et_quote_content blockquote p {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .et_quote_content blockquote cite,
  .et_pb_blog_grid .et_quote_content blockquote cite {
    font-size: 14px !important;
  }
  /* Link */
  .et_link_content {
    padding: 35px 20px;
  }
  .et_link_content h2,
  .et_audio_content h2 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .et_link_content a.et_link_main_url {
    font-size: 14px !important;
  }
  /* Gallery */
  .et_pb_post .et_pb_slide {
    min-height: 222px !important;
  }
  .et_pb_blog_grid .et_pb_post .et_pb_slide {
    min-height: 222px !important;
  }
  /* Audio */
  .et_audio_content {
    padding: 35px 20px !important;
  }
  .et_audio_content h2 {
    margin-bottom: 9px !important;
  }
  .et_audio_container .mejs-container .mejs-controls .mejs-time span {
    font-size: 14px !important;
  }
  .et_pb_audio_cover_art {
    float: none !important;
    position: relative;
    width: 100% !important;
    height: 300px !important;
  }
  .et_pb_audio_module_content {
    margin-left: 0 !important;
    padding: 30px !important;
  }
  .et_pb_audio_module_content h2 {
    font-size: 26px !important;
  }
  .et_pb_column_1_4 .et_audio_module_meta {
    font-size: 14px !important;
  }
  /* Hide On Mobile Class */
  .et-hide-mobile {
    display: none !important;
  }
  /* Fullwidth Header Module */
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left,
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right {
    -ms-flex-flow: column;
    flex-flow: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container,
  .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container,
  .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container,
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container,
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container,
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container {
    width: 100%;
  }
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content,
  .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content {
    margin: 20px 2%;
  }
}

/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {
  /* Quarter Column Adjustments */
  .et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
    width: 100% !important;
    margin: 0 0 30px 0;
  }
  .et_pb_gutters1 .et_pb_row .et_pb_column.et_pb_column_1_4,
  .et_pb_gutters1.et_pb_row .et_pb_column.et_pb_column_1_4 {
    margin-bottom: 0;
  }
  .et_pb_row .et_pb_column.et_pb_column_1_4:last-child {
    margin-bottom: 0;
  }
  /* Text Module */
  .et_pb_text_align_right {
    text-align: left;
  }
  /* Slider Modules */
  .et_pb_slide_description .et_pb_slide_title {
    font-size: 20px;
  }
  .et_pb_slide_content {
    font-size: 10px;
    font-weight: 400;
  }
  .et_pb_slide_content,
  a.et_pb_more_button {
    display: block;
  }
  .et_pb_slider_fullwidth_off .et_pb_slide_content,
  .et_pb_slider_fullwidth_off .et_pb_more_button {
    display: none;
  }
  /* Projects */
  .et_pb_portfolio_item {
    margin-bottom: 22px;
  }
  /* Blog Posts */
  .et_pb_post {
    margin-bottom: 42px;
  }
  .et_pb_post h2,
  .et_pb_blog_grid h2 {
    padding-bottom: 0;
    font-size: 16px;
  }
  .et_pb_post .post-meta {
    color: #666;
    font-size: 14px !important;
  }
  .et_pb_blog_grid .et_pb_post.format-quote > *,
  .et_pb_blog_grid .et_pb_post.format-link > *,
  .et_pb_blog_grid .et_main_video_container,
  .et_pb_blog_grid .et_audio_content,
  .et_pb_blog_grid .et_pb_post .et_pb_slider {
    display: block;
  }
  .et_pb_blog_grid .et_pb_post > .et_pb_image_container,
  .et_pb_blog_grid .et_pb_post > h2,
  .et_pb_blog_grid .et_pb_post > .post-meta {
    display: block;
  }
  .et_pb_blog_grid .et_pb_post .post-meta {
    display: block !important;
    padding: 0;
  }
  /* Blog Post Formats */
  .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play,
  .et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play,
  .et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play,
  .et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play {
    margin-top: -0.75rem;
    margin-left: -0.75rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .et_quote_content,
  .et_pb_blog_grid .et_quote_content,
  .et_audio_content,
  .et_pb_blog_grid .et_link_content {
    padding: 35px 20px !important;
  }
  .et_pb_blog_grid .et_main_video_container {
    margin-right: 0;
    margin-left: 0;
  }
  .et_pb_post .et_pb_slide,
  .et_pb_blog_grid .et_pb_post .et_pb_slide {
    min-height: 156px !important;
  }
  .et_pb_audio_cover_art {
    float: none !important;
    width: 100% !important;
    height: 210px !important;
  }
  .et_pb_audio_module_content h2 {
    font-size: 20px !important;
  }
  .et_pb_column_1_4 .et_audio_module_meta {
    font-size: 14px !important;
  }
  /* Grid Layouts: Gallery, Portfolio, Filterable Portfolio, Shop */
  .et_pb_column .et_pb_grid_item:nth-child(n),
  .et_pb_column .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n),
  .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_column .woocommerce ul.products li.product:nth-child(n),
  .woocommerce-page ul.products li.product:nth-child(n),
  .et_gallery_item:nth-child(n) {
    width: 100% !important;
    margin: 0 0 11.5% 0 !important;
  }
  .et_pb_gutters1 .et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n),
  .et_pb_gutters1 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
  .et_pb_gutters1 .woocommerce ul.products li.product:nth-child(n) {
    margin: 0 !important;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n) {
    clear: none !important;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).last_in_row {
    margin-right: 0 !important;
  }
  .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).first_in_row {
    clear: both !important;
  }
  /* Blog + Sidebar Module + Footer */
  .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
  .et_pb_column .et_pb_widget:nth-child(n) {
    margin-bottom: 11.5% !important;
  }
  .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,
  .et_pb_gutters1 .et_pb_column .et_pb_widget {
    margin-bottom: 0 !important;
  }
  /* Call To Action Module */
  .et_pb_promo {
    padding: 40px;
  }
  /* Map Module */
  .et_pb_column .et_pb_map,
  .et_pb_fullwidth_section .et_pb_map {
    height: 200px;
  }
  /* Tabs Module */
  .et_pb_tabs_controls {
    border-bottom: none;
  }
  .et_pb_tabs_controls li {
    float: none;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }
  /* Audio module */
  .et_pb_column .et_pb_audio_module .mejs-container .mejs-controls div {
    position: absolute;
  }
  .et_pb_column .et_pb_audio_module .mejs-container {
    height: 50px !important;
  }
  .et_pb_column .et_pb_audio_module .mejs-controls {
    height: 100%;
  }
  .et_pb_column .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom {
    top: 30px;
  }
  .et_pb_column .et_pb_audio_module .mejs-button.mejs-volume-button {
    top: 30px;
    right: 65px;
  }
  .et_pb_column .et_pb_audio_module a.mejs-horizontal-volume-slider {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
  }
  .et_pb_column .et_pb_audio_module .mejs-horizontal-volume-total {
    display: block;
    position: relative;
    width: 100%;
  }
  .et_pb_column .et_pb_audio_module .mejs-controls div.mejs-time-rail {
    width: 100% !important;
    padding-left: 30px;
  }
  .et_pb_column .et_pb_audio_module a.mejs-time-total.mejs-time-slider {
    position: relative;
    width: 100%;
    margin-left: 0;
  }
  .et_pb_column .et_pb_blog_grid .et_audio_container .mejs-time.mejs-currenttime-container.custom {
    margin-left: 0;
  }
  /* Testimonials Module */
  .et_pb_testimonial {
    padding-top: 10%;
  }
}

@media (min-width: 981px) {
  .et_pb_gutters3.et_pb_footer_columns3 .footer-widget {
    width: 29.666%;
  }
}

/* Magnific Popup Reset */
.mfp-wrap .mfp-container button:hover {
  background: transparent !important;
}

.mfp-wrap .mfp-arrow:active {
  position: absolute;
  top: 50%;
}

.mfp-wrap .mfp-close:active {
  position: absolute;
  top: -10px;
}

/* Magnific Popup CSS */
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a, .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  font-family: 'ETmodules';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mfp-fade.mfp-bg {
  opacity: 0.001;
  transition: all 0.5s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0.001;
  transition: all 0.5s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000001;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.55;
  filter: alpha(opacity=55);
  margin: 0;
  top: 50%;
  margin-top: -32px;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow-left {
  left: 10px;
}

.mfp-arrow-right {
  right: 10px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a, .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border: none;
  font-size: 64px;
  color: #fff;
}

.mfp-arrow-left:before, .mfp-arrow-right:before {
  display: none;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  content: "\34";
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  content: "\35";
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  font-size: 64px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 200;
  top: -10px;
  opacity: 0.2;
}

.mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover {
  opacity: 1;
}

.mfp-arrow {
  background: none !important;
  margin-top: -32px !important;
  width: 48px !important;
  height: 48px !important;
  line-height: 1em !important;
}

.mfp-arrow:after {
  margin: 0 !important;
  top: 0 !important;
  border: none !important;
  width: 48px !important;
  height: 48px !important;
}

.mfp-arrow-left {
  left: 0 !important;
}

/* Image In Popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* Image Shadow */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* Responsive Styles */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* IE7 Fix */
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.state-fb-pop-up {
  position: fixed;
  left: -2000px;
  bottom: 1px;
  margin: 0;
  text-align: center;
  background-color: #ffffff;
  padding: 0;
  height: auto;
  width: 320px;
  border: 1px solid #161616;
  overflow: visible;
  z-index: 99999;
}

.state-fb-pop-up img {
  max-width: 100%;
}

.state-pop-up h4.state-fb-pop-up-heading {
  font-weight: 700;
  text-align: left;
  border-bottom: none;
}

.state-fb-pop-up-close {
  position: absolute;
  z-index: 999;
  top: 10px;
  right: 10px;
  height: 32px;
  width: 32px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  opacity: 0.8;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.state-fb-pop-up-close:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.state-fb-pop-up-close img {
  max-width: 100%;
}

@media screen and (max-width: 450px) {
  .state-fb-pop-up {
    width: 320px;
  }
}

/*------------------------------------------------*/
/*-------------------[SHORTCODES]-----------------*/
/*------------------------------------------------*/
.et-box {
  margin: 0px 0px 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  position: relative;
}

.et-box-content {
  text-shadow: 1px 1px 1px #ffffff;
  padding: 27px 43px 17px 66px;
  min-height: 35px;
}

.et-box-content strong {
  color: #000000;
  font-weight: bold;
}

.et-warning:before, .et-download:before, .et-info:before, .et-bio:before, .et-shadow:before {
  content: '';
  position: absolute;
  top: 32px;
  left: 28px;
}

.et-info {
  border: 1px solid #e2e2ba;
}

.et-info:before {
  width: 22px;
  height: 20px;
  background: url(../images/shortcodes-sprite.png) no-repeat -97px -2px;
}

.et-info .et-box-content {
  color: #ada771;
  background: #f9f9dc;
  border: 1px solid #fbfbef;
  box-shadow: inset 0 0 45px #efefc0;
}

.et-info .et-box-content h1, .et-info .et-box-content h2, .et-info .et-box-content h3, .et-info .et-box-content h4, .et-info .et-box-content h5, .et-info .et-box-content h6 {
  color: #ada771;
}

.et-warning {
  border: 1px solid #e0b1b1;
}

.et-warning:before {
  width: 17px;
  height: 17px;
  background: url(../images/shortcodes-sprite.png) no-repeat -75px -41px;
}

.et-warning .et-box-content {
  color: #ad7676;
  background: #ffd9d5;
  border: 1px solid #fceeec;
  box-shadow: inset 0 0 45px #f0bfba;
}

.et-warning .et-box-content h1, .et-warning .et-box-content h2, .et-warning .et-box-content h3, .et-warning .et-box-content h4, .et-warning .et-box-content h5, .et-warning .et-box-content h6 {
  color: #ad7676;
}

.et-download {
  border: 1px solid #b9dbb6;
}

.et-download:before {
  width: 19px;
  height: 14px;
  background: url(../images/shortcodes-sprite.png) no-repeat -23px -19px;
}

.et-download .et-box-content {
  color: #7ea57b;
  background: #dff7dd;
  border: 1px solid #f1f9f0;
  box-shadow: inset 0 0 45px #cbe5c9;
}

.et-download .et-box-content h1, .et-download .et-box-content h2, .et-download .et-box-content h3, .et-download .et-box-content h4, .et-download .et-box-content h5, .et-download .et-box-content h6 {
  color: #7ea57b;
}

.et-bio {
  border: 1px solid #b3d8d3;
}

.et-bio:before {
  width: 19px;
  height: 15px;
  background: url(../images/shortcodes-sprite.png) no-repeat -23px -2px;
  top: 33px;
}

.et-bio .et-box-content {
  color: #80acb0;
  background: #ddf5f7;
  border: 1px solid #f1fafb;
  box-shadow: inset 0 0 45px #c6edf0;
}

.et-bio .et-box-content h1, .et-bio .et-box-content h2, .et-bio .et-box-content h3, .et-bio .et-box-content h4, .et-bio .et-box-content h5, .et-bio .et-box-content h6 {
  color: #80acb0;
}

.et-shadow {
  border: 1px solid #ddd;
}

.et-shadow .et-box-content {
  color: #737373;
  background: #fafafa;
  border: 1px solid #fafafa;
  box-shadow: inset 0 0 45px #e7e7e7;
}

.et-shadow .et-box-content h1, .et-shadow .et-box-content h2, .et-shadow .et-box-content h3, .et-shadow .et-box-content h4, .et-shadow .et-box-content h5, .et-shadow .et-box-content h6 {
  color: #737373;
}

.et-tooltip {
  position: relative;
}

.et-tooltip-box {
  display: none;
  color: #6d6e6e;
  line-height: 18px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: absolute;
  bottom: 35px;
  left: -94px;
  width: 235px;
  padding: 20px 25px 22px 25px;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}

.et-tooltip-arrow {
  background: url(../images/shortcodes-sprite.png) no-repeat -120px -2px;
  width: 24px;
  height: 13px;
  display: block;
  position: absolute;
  bottom: -13px;
  left: 129px;
}

.et-learn-more {
  background: #fff;
  border: 1px solid #e7e7e7;
  margin: 10px 0px;
  box-shadow: 1px -1px 0 0 #fff;
}

.et-learn-more h3.heading-more {
  cursor: pointer;
  padding: 16px 50px 16px 22px;
  font-size: 14px;
  color: #999;
  letter-spacing: 0px;
  text-shadow: 1px 1px 0 #fff;
  position: relative;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  margin: 0 !important;
}

.et-learn-more h3.heading-more span.et_learnmore_arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  border-left: 1px solid #fff;
  box-shadow: -1px 0 0 0 #e7e7e7;
}

.et-learn-more span.et_learnmore_arrow span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -6px;
  width: 13px;
  height: 10px;
  background: url(../images/shortcodes-sprite.png) no-repeat -58px -2px;
}

.et-learn-more .open span.et_learnmore_arrow span {
  background-position: -58px -14px;
}

.et-learn-more .learn-more-content {
  padding: 30px 30px 20px;
  visibility: hidden;
  border-top: 1px solid #e7e7e7;
}

.et_slidecontent .et-learn-more .learn-more-content {
  display: block;
  visibility: hidden;
}

.et-open .learn-more-content {
  display: block;
  visibility: visible !important;
}

.et_shortcodes_controller_nav {
  border-top: 1px solid #e7e7e7;
  box-shadow: inset 1px 1px 0 0 #fff;
  min-height: 53px;
  position: relative;
}

.et_shortcodes_controls_arrows, .et_shortcodes_controls {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 26px !important;
}

.et_shortcodes_controls {
  text-align: center;
  padding-top: 20px !important;
  line-height: 0 !important;
}

.et_shortcodes_controls li {
  display: inline-block;
  margin: 0 3px;
}

.et_shortcodes_controls a {
  background: url(../images/shortcodes-sprite.png) no-repeat -45px -1px;
  width: 11px;
  height: 11px;
  display: inline-block;
}

.et_shortcodes_controls .et_shortcodes_active_control a {
  background-position: -45px -14px;
}

.et_shortcodes_controls_arrows a {
  font-size: 14px;
  color: #999 !important;
  text-shadow: 1px 1px 0 #fff;
  position: absolute;
  top: 0;
}

.et_shortcodes_controls_arrows a:hover {
  color: #4c4c4c;
  text-decoration: none;
}

.et_shortcodes_controls_arrows .et_sc_nav_prev {
  padding: 14px 38px 12px 48px;
  border-right: 1px solid #e7e7e7;
  box-shadow: 1px 0 0 0 #fff;
  left: 0;
}

.et_shortcodes_controls_arrows .et_sc_nav_next {
  padding: 14px 48px 12px 38px;
  border-left: 1px solid #fff;
  box-shadow: -1px 0 0 0 #e7e7e7;
  right: 0;
}

.et_shortcodes_controls_arrows .et_sc_nav_next span, .et_shortcodes_controls_arrows .et_sc_nav_prev span {
  top: 21px;
}

.et_shortcodes_controls_arrows .et_sc_nav_next span {
  right: 30px;
}

.et_shortcodes_controls_arrows .et_sc_nav_prev span {
  left: 30px;
}

.et-simple-slider {
  background: #fff;
  border: 1px solid #e7e7e7;
  margin: 10px 0;
  position: relative;
}

.et-simple-slider h1, .et-simple-slider h2, .et-simple-slider h3, .et-simple-slider h4, .et-simple-slider h5, .et-simple-slider h6 {
  font-family: Century Gothic, Arial, sans-serif;
  color: #333333;
}

.et-simple-slides {
  overflow: hidden;
  margin: 30px 30px 20px;
}

.et-simple-slider div.et-slide {
  display: none;
  width: 100% !important;
}

.one_half, .one_third, .two_third, .one_fourth, .three_fourth {
  float: left;
  margin-right: 4%;
  position: relative;
}

.one_half {
  width: 48%;
}

.one_third {
  width: 30.66%;
}

.two_third {
  width: 65.32%;
}

.one_fourth {
  width: 22%;
}

.three_fourth {
  width: 74%;
}

a.small-button, a.big-button, a.icon-button {
  display: inline-block;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  line-height: 26px;
}

a.small-button, a.icon-button {
  padding: 6px 14px;
  font-weight: bold !important;
  font-size: 12px;
  margin: 0 5px 8px 0;
}

a.small-button:hover, a.big-button:hover, a.icon-button:hover {
  text-decoration: none;
}

a.smallblue, a.bigblue {
  color: #2b63a8 !important;
  background: #88bdff;
  background: linear-gradient(to bottom, #88bdff 0%, #60a7ff 100%);
  border: 1px solid #3e8ff4;
}

a.smallblue:hover, a.bigblue:hover {
  color: #23528c !important;
}

a.smalllightblue {
  color: #348db6 !important;
  background: #8edbff;
  background: linear-gradient(to bottom, #8edbff 0%, #60cdff 100%);
  border: 1px solid #51b5e4;
}

a.smalllightblue:hover {
  color: #287295 !important;
}

a.smallteal, a.bigteal, a.bigturquoise {
  color: #3da7a9 !important;
  background: #61eef0;
  background: linear-gradient(to bottom, #61eef0 0%, #59dcde 100%);
  border: 1px solid #48bec0;
}

a.smallteal:hover, a.bigteal:hover, a.bigturquoise:hover {
  color: #309192 !important;
}

a.smallgreen, a.biggreen {
  color: #569d51 !important;
  background: #94e48d;
  background: linear-gradient(to bottom, #94e48d 0%, #82cf7c 100%);
  border: 1px solid #4dab46;
}

a.smallgreen:hover, a.biggreen:hover {
  color: #478542 !important;
}

a.smallorange, a.bigorange {
  color: #c7822f !important;
  background: #ffcb8c;
  background: linear-gradient(to bottom, #ffcb8c 0%, #ffb660 100%);
  border: 1px solid #db9c51;
}

a.smallorange:hover, a.bigorange:hover {
  color: #a96c23 !important;
}

a.smallsilver {
  color: #595a5a !important;
  background: #f5f5f5;
  background: linear-gradient(to bottom, #f5f5f5 0%, #e2e2e2 100%);
  border: 1px solid #c3c3c3;
  text-shadow: 1px 1px 1px #fff;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.9), 1px 1px 1px rgba(0, 0, 0, 0.1);
}

a.smallsilver:hover {
  color: #454545 !important;
}

a.smallblack {
  color: #fff !important;
  background: #5b5b5b;
  background: linear-gradient(to bottom, #5b5b5b 0%, #383838 100%);
  border: 1px solid #0e0e0e;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: -1px -1px 0 #000;
}

a.smallblack:hover {
  color: #f7f7f7 !important;
}

a.smallred, a.bigred {
  color: #9a3e3e !important;
  background: #ff7979;
  background: linear-gradient(to bottom, #ff7979 0%, #ff5f5f 100%);
  border: 1px solid #d85353;
}

a.smallred:hover, a.bigred:hover {
  color: #803030 !important;
}

a.smallpink {
  color: #914d97 !important;
  background: #e782f1;
  background: linear-gradient(to bottom, #e782f1 0%, #d271da 100%);
  border: 1px solid #b15cb9;
}

a.smallpink:hover {
  color: #753b7a !important;
}

a.smallpurple, a.bigpurple {
  color: #653e9a !important;
  background: #b279ff;
  background: linear-gradient(to bottom, #b279ff 0%, #a35fff 100%);
  border: 1px solid #8b53d8;
}

a.smallpurple:hover, a.bigpurple:hover {
  color: #563386 !important;
}

a.big-button {
  font-weight: normal !important;
  font-size: 20px;
  padding: 14px 24px;
  margin: 8px 6px 8px 0;
}

a.big-button:hover {
  text-decoration: none;
}

a.icon-button {
  color: #595a5a !important;
  background: #f5f5f5;
  background: linear-gradient(to bottom, #f5f5f5 0%, #e1e1e1 100%);
  border: 1px solid #c3c3c3;
  text-shadow: 1px 1px 1px #fff;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.9), 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding-left: 36px;
  position: relative;
}

a.icon-button:hover {
  color: #404040;
}

a.icon-button span.et-icon {
  position: absolute;
  top: 10px;
  left: 12px;
  width: 18px;
  height: 16px;
}

a.download-icon span.et-icon {
  background: url(../images/shortcodes-sprite.png) no-repeat -3px -2px;
  width: 17px;
  height: 20px;
  top: 7px;
}

a.search-icon span.et-icon {
  background: url(../images/shortcodes-sprite.png) no-repeat -206px -2px;
  top: 9px;
}

a.refresh-icon span.et-icon {
  background: url(../images/shortcodes-sprite.png) no-repeat -169px -19px;
}

a.question-icon span.et-icon {
  background: url(../images/shortcodes-sprite.png) no-repeat -164px -2px;
}

a.people-icon span.et-icon {
  background: url(../images/shortcodes-sprite.png) no-repeat -151px -33px;
  height: 17px;
  top: 9px;
}

a.warning-icon span.et-icon {
  background: url(../images/shortcodes-sprite.png) no-repeat -188px -19px;
  width: 15px;
}

a.mail-icon span.et-icon {
  background: url(../images/shortcodes-sprite.png) no-repeat -131px -33px;
  height: 15px;
}

a.heart-icon span.et-icon {
  background: url(../images/shortcodes-sprite.png) no-repeat -131px -18px;
  width: 14px;
  height: 13px;
  top: 12px;
  left: 14px;
}

a.paper-icon span.et-icon {
  background: url(../images/shortcodes-sprite.png) no-repeat -147px -17px;
  width: 15px;
  height: 15px;
}

a.notice-icon span.et-icon {
  background: url(../images/shortcodes-sprite.png) no-repeat -147px -2px;
  width: 15px;
  height: 13px;
  top: 11px;
}

a.stats-icon span.et-icon {
  background: url(../images/shortcodes-sprite.png) no-repeat -184px -2px;
  width: 15px;
  height: 14px;
  top: 11px;
}

a.rss-icon span.et-icon {
  background: url(../images/shortcodes-sprite.png) no-repeat -171px -36px;
  width: 15px;
  top: 9px;
}

ul.et_shortcodes_mobile_nav {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none outside none !important;
  display: none;
  z-index: 2;
}

ul.et_shortcodes_mobile_nav a {
  position: relative;
}

ul.et_shortcodes_mobile_nav span, .et_shortcodes_controls_arrows span {
  position: absolute;
  top: 23px;
  display: block;
  width: 10px;
  height: 14px;
}

ul.et_shortcodes_mobile_nav .et_sc_nav_prev span, .et_shortcodes_controls_arrows .et_sc_nav_prev span {
  background: url(../images/shortcodes-sprite.png) no-repeat -3px -24px;
}

ul.et_shortcodes_mobile_nav .et_sc_nav_next span, .et_shortcodes_controls_arrows .et_sc_nav_next span {
  background: url(../images/shortcodes-sprite.png) no-repeat -3px -40px;
}

.et-tabs-container {
  background: #fff;
  border: 1px solid #e7e7e7;
  position: relative;
  margin: 50px 0px 15px;
}

.et-learn-more h3.heading-more, .et-tabs-container .et-tabs-control, .et-tabs-container ul.et_shortcodes_mobile_nav, .et_shortcodes_controller_nav, .et-testimonial-author-info, .et-protected-title, .pricing-heading, .pricing-content-bottom {
  background: #f9f9f9;
  background: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
}

.et-tabs-container .et-tabs-control, .et-tabs-container ul.et_shortcodes_mobile_nav {
  margin: 0px !important;
  overflow: hidden;
  border-top: 1px solid #fff;
  position: relative;
}

.et-tabs-container .et-tabs-control:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
}

.et-tabs-container .et-tabs-control li {
  list-style: none outside none;
  margin: 0 !important;
  float: left;
  padding: 0 !important;
  border-left: 1px solid #e7e7e7;
  box-shadow: -1px 0 0 #fff;
  position: relative;
}

.et-tabs-container .et-tabs-control li:first-child {
  border-left: 1px solid #fff;
  box-shadow: none;
}

.et-tabs-container .et-tabs-control li a {
  font-size: 14px;
  color: #999 !important;
  text-shadow: 1px 1px 0 #fff !important;
  display: block;
  padding: 15px 20px;
}

.et-tabs-container .et-tabs-control li a:hover {
  color: #4c4c4c !important;
  text-decoration: none;
}

.et-tabs-container .et-tabs-control li.active:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.et-tabs-container .et-tabs-control li.active a {
  background: #fff;
  color: #4c4c4c !important;
}

.et-tabs-content-wrapper > div {
  display: none;
}

.et_sliderfx_slide .et-tabs-content-wrapper {
  width: 1200%;
  position: relative;
  left: 0;
}

.et_sliderfx_slide .et-tabs-content-wrapper > div {
  float: left;
  display: block;
  height: 1px;
  visibility: hidden;
}

.et_sliderfx_slide .et-tabs-content-wrapper > div, .et_sliderfx_fade .et_slidecontent {
  word-wrap: break-word;
}

.et_sliderfx_slide .et_shortcode_slide_active {
  height: auto !important;
}

.et-tabs-container .et-tabs-content {
  margin: 30px 30px 20px;
}

.et-tabs-container ul.et_shortcodes_mobile_nav {
  border-bottom: 1px solid #e7e7e7;
}

.et-tabs-container ul.et_shortcodes_mobile_nav li {
  float: right;
  line-height: 26px;
}

.et-tabs-container ul.et_shortcodes_mobile_nav a {
  display: block;
  padding: 16px 10px 16px 45px;
  color: #999 !important;
  font-size: 14px;
  text-shadow: 1px 1px 0 #fff !important;
}

.et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_next {
  padding: 16px 45px 16px 10px;
  text-align: right;
}

.et-tabs-container ul.et_shortcodes_mobile_nav a:hover {
  text-decoration: none;
  color: #4c4c4c !important;
}

.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #e7e7e7;
  box-shadow: 1px 0 0 #fff;
}

.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next span {
  right: 28px;
}

.et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_prev span {
  left: 28px;
}

.et-tabs-container, .tabs-left, .et-simple-slider, .et-image-slider, .et-testimonial-box, .author-shortcodes, .et-protected {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.tabs-left {
  background: #fff;
  border: 1px solid #e7e7e7;
  position: relative;
  margin-bottom: 15px;
}

.tabs-left .et-tabs-control, .tabs-left ul.et_shortcodes_mobile_nav {
  width: 149px;
  border-top: 1px solid #fff;
  float: left;
  list-style: none outside none !important;
  margin: 0 !important;
  position: relative;
}

.tabs-left ul.et_shortcodes_mobile_nav {
  position: absolute;
  top: 0;
  left: 0;
}

.tabs-left .et-tabs-control li, .tabs-left ul.et_shortcodes_mobile_nav li {
  padding-right: 0 !important;
  padding-left: 0 !important;
  background: none !important;
  list-style: none !important;
  border-bottom: 1px solid #e7e7e7;
  box-shadow: 0 1px 0 0 #fff;
}

.tabs-left .et-tabs-control li a {
  color: #999 !important;
  font-size: 14px;
  text-shadow: 1px 1px 0 #fff !important;
  display: block;
  padding: 15px 10px 15px 20px;
}

.tabs-left .et-tabs-control li.active a {
  background: #fff;
  margin-right: -1px;
}

.tabs-left .et-tabs-control li a:hover, .tabs-left .et-tabs-control li.active a {
  text-decoration: none;
  color: #4c4c4c !important;
}

.tabs-left .et-tabs-content {
  padding: 30px 30px 20px;
  position: relative;
}

.tabs-left.et_sliderfx_slide .et-tabs-content-main-wrap {
  overflow: hidden;
}

.tabs-left .et-tabs-content h3 {
  padding-bottom: 14px;
  color: #333333;
}

.et_left_tabs_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 148px;
  height: 100%;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #fff;
  background: #f5f5f5;
  background: linear-gradient(to right, #f9f9f9 0%, #f5f5f5 100%);
}

.tabs-left ul.et_shortcodes_mobile_nav a {
  text-indent: -9999px;
}

.tabs-left ul.et_shortcodes_mobile_nav a span {
  top: 50%;
  margin-top: -7px;
}

.tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_next span {
  right: 50%;
  margin-right: -4px;
}

.tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_prev span {
  left: 50%;
  margin-left: -4px;
}

.author-shortcodes {
  background: #fff;
  border: 1px solid #e7e7e7;
  color: #363636;
  font-size: 14px;
  margin-bottom: 10px;
}

.author-shortcodes .author-inner {
  position: relative;
  padding: 30px 30px 20px 117px;
  min-height: 60px;
}

.author-shortcodes .author-image {
  position: absolute;
  top: 32px;
  left: 30px;
  width: 60px;
  height: 60px;
}

.author-shortcodes .author-image img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.author-shortcodes .author-image .author-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
}

.et-protected {
  border: 1px solid #e7e7e7;
  width: 390px;
  background: #fff;
  margin-bottom: 10px;
}

.et-protected-title {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e7e7e7;
  padding: 18px 10px 17px 50px;
  position: relative;
  color: #999;
  text-shadow: 0 1px 0 #fff;
  font-size: 14px;
}

.et-protected-title:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 20px;
  background: url(../images/shortcodes-sprite.png) no-repeat -23px -36px;
  width: 17px;
  height: 19px;
}

.et-protected-form {
  padding: 32px 37px 32px 32px;
  text-align: right;
}

.et-protected-form p {
  padding-bottom: 16px;
}

.et-protected-form p label {
  position: relative;
}

.et-protected-form p .et_protected_icon {
  width: 10px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 18px;
  background: url(../images/shortcodes-sprite.png) no-repeat -190px -37px;
  display: block;
}

.et-protected-form p .et_protected_password {
  height: 23px;
  background-position: -275px -2px;
}

.et-protected-form label span {
  display: none;
}

.et-protected-form p input {
  margin: 0 !important;
  border: 1px solid #e7e7e7;
  color: #363636;
  font-size: 14px;
  background: #f3f3f3;
  background: linear-gradient(to bottom, #f3f3f3 1%, #fefefe 100%);
  padding: 20px 20px 20px 40px;
  width: 100%;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  position: relative;
}

.et-protected-form input.etlogin-button {
  background: #f9f9f9;
  background: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  border: 1px solid #e7e7e7;
  padding: 14px 24px;
  color: #999;
  text-shadow: 0 1px 0 #fff;
  font-size: 14px;
  box-shadow: inset 1px 1px 0 0 #fff;
}

.et-simple-slides .et_slidecontent {
  width: auto;
}

.et-image-slides {
  background: #555;
}

.et-image-slider {
  background: #fff;
  border: 1px solid #e7e7e7;
  margin-bottom: 25px;
}

.et-image-slide {
  position: relative;
}

.et-image-slider img {
  display: block;
  width: auto;
  margin: 0 auto;
  height: auto;
}

.et-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
}

.et-learn-more, .et-tabs-container, .tabs-left, .et-simple-slider, .author-shortcodes, .et-tooltip-box {
  color: #201F1F !important;
  text-shadow: none !important;
}

.et-learn-more a, .et-tabs-container a, .tabs-left a, .et-simple-slider a, .author-shortcodes a, .et-tooltip-box a {
  text-shadow: none !important;
}

.et-custom-list ul {
  list-style: none !important;
  list-style-image: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
  line-height: 26px;
}

.et-custom-list ul li {
  padding-left: 28px !important;
  margin: 5px 0 !important;
  list-style: none !important;
  position: relative;
}

.et-custom-list ul li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../images/shortcodes-sprite.png) no-repeat -74px -2px;
  width: 22px;
  height: 18px;
}

.etlist-x ul li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  background: url(../images/shortcodes-sprite.png) no-repeat -75px -21px;
  width: 22px;
  height: 18px;
}

.etlist-dot ul li {
  padding-left: 25px !important;
}

.etlist-dot ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  background: url(../images/shortcodes-sprite.png) no-repeat -230px -3px;
  width: 10px;
  height: 9px;
}

.et-custom-list ul li ul {
  padding: 2px 0px !important;
  margin: 0 !important;
}

.et-pricing {
  margin: 40px 0 10px;
}

.pricing-table {
  float: left;
  width: 25%;
  margin-bottom: 22px;
  position: relative;
  margin-left: -1px;
}

.pricing-table-wrap {
  border: 1px solid #e7e7e7;
  border-bottom: none;
}

.pricing-heading {
  border-bottom: 1px solid #e7e7e7;
  padding: 23px 10px 22px;
  text-shadow: 1px 1px 0 #fff;
  font-size: 12px;
  color: #999;
  text-align: center;
  box-shadow: inset 1px 1px 0 0 #fff;
}

.pricing-title {
  text-transform: uppercase;
  font-size: 20px;
  color: #53b4c7 !important;
  font-weight: bold;
  text-shadow: none !important;
}

.pricing-heading p {
  padding-bottom: 0 !important;
}

.pricing-table ul.pricing {
  padding: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  list-style-image: none !important;
  line-height: 26px;
}

.pricing-table ul.pricing li {
  list-style: none !important;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e7e7e7;
  background: #f5f5f5;
  background: linear-gradient(to bottom, #f5f5f5 0%, #fefefe 7%, #ffffff 100%);
  padding: 14px 7px 14px 63px;
  position: relative;
  font-size: 12px;
  color: #363636;
  text-shadow: none !important;
}

.pricing-table ul.pricing li span.pricing-mark {
  position: absolute;
  top: 19px;
  left: 30px;
  width: 22px;
  height: 18px;
  background: url(../images/shortcodes-sprite.png) no-repeat -74px -2px;
}

.pricing-table ul.pricing li.x-mark span.pricing-mark {
  background-position: -74px -20px;
}

.pricing-content-bottom {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e7e7e7;
  box-shadow: inset 1px 0 0 0 #fff;
  padding: 20px 5px 43px;
  text-align: center;
}

span.et-price {
  font-size: 48px;
  color: #94c65c;
  text-shadow: 0 1px 0 #fff;
  font-family: Georgia, serif;
}

span.et-price sup {
  font-size: 24px;
  bottom: 13px;
  left: 1px;
}

span.et-price span.dollar-sign {
  font-size: 36px;
}

.pricing-table a.icon-button {
  margin: 0;
  padding-left: 15px;
  position: absolute;
  bottom: -13px;
  left: 50%;
}

.pricing-table a.icon-button {
  visibility: hidden;
}

.pricing-big {
  top: -20px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.pricing-big .pricing-table-wrap {
  border-color: #d6d5d5;
}

.pricing-big .pricing-heading {
  padding-top: 43px;
}

.pricing-big .pricing-content-bottom {
  padding-bottom: 63px;
  border-bottom: 1px solid #d6d5d5;
}

.et-testimonial-box {
  border: 1px solid #e7e7e7;
  background: #fff;
  position: relative;
  margin: 10px 0 45px;
}

.et-testimonial-author-info {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e7e7e7;
  padding: 20px 20px 15px;
  text-shadow: 0 1px 0 #fff;
}

.t-img {
  width: 60px;
  height: 60px;
  float: left;
  margin: 0 25px 5px 0;
  box-shadow: 0 1px 0 0 #fff;
  position: relative;
}

.t-img img {
  max-width: 100%;
  height: auto;
}

.t-overlay {
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.t-author, .t-position {
  display: block;
}

.t-author {
  font-size: 18px;
  color: #999;
  padding: 10px 0 5px;
}

.t-position {
  color: #595959;
}

.t-position, .et-testimonial {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 14px;
}

.et-testimonial {
  padding: 43px 35px 30px 77px;
  color: #363636;
  position: relative;
  text-shadow: none !important;
}

.et-testimonial:before {
  content: '';
  position: absolute;
  top: 43px;
  left: 35px;
  width: 25px;
  height: 19px;
  background: url(../images/shortcodes-sprite.png) no-repeat -45px -35px;
}

.t-bottom-arrow {
  background: url(../images/shortcodes-sprite.png) no-repeat -97px -25px;
  width: 31px;
  height: 32px;
  position: absolute;
  bottom: -32px;
  right: 40px;
}

.et-dropcap {
  font-size: 48px;
  float: left;
  display: block;
  margin: 0 7px 0 0;
  line-height: 1;
}

.et_quote {
  padding-left: 57px;
  min-height: 40px;
  font-family: Georgia, serif;
  font-size: 14px;
  font-style: italic;
  position: relative;
  line-height: 1.5;
  margin-bottom: 10px;
}

.et_quote .et_quote_sign {
  background: url(../images/shortcodes-sprite.png) no-repeat -206px -20px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 34px;
}

.quote-center .et_quote_sign {
  background-position: -251px -2px;
  width: 20px;
  height: 16px;
  top: 3px;
}

.quote-center .et_quote_additional_sign {
  background: url(../images/shortcodes-sprite.png) no-repeat -251px -22px;
  position: absolute;
  top: 3px;
  right: 13px;
  display: block;
  width: 20px;
  height: 16px;
}

.et_right_quote {
  width: 100%;
}

.quote-center {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  padding-left: 30px;
}

.quote-center .et_right_quote {
  padding-right: 30px;
  width: 95%;
}

.et-tabs-container .et-tabs-control {
  padding: 0;
}

.tabs-left .et-tabs-control {
  padding-left: 0;
}

.author-info h1, .author-info h2, .author-info h3, .author-info h4, .author-info h5, .author-info h6 {
  color: #201F1F !important;
  text-shadow: none !important;
}

.et-tabs-container .et-tabs-control li a, .tabs-left .et-tabs-control li a {
  text-decoration: none !important;
}

a.big-button, a.small-button, a.icon-button {
  cursor: pointer;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
.et_column_last {
  margin-right: 0px !important;
  clear: right;
}

.clear {
  clear: both;
}

/* Responsive Shortcodes */
body.et_right_sidebar .pricing-table, body.et_left_sidebar .pricing-table {
  width: 50%;
}

@media all and (max-width: 959px) {
  body.et_right_sidebar .one_third, body.et_right_sidebar .one_half, body.et_right_sidebar .one_third, body.et_right_sidebar .two_third, body.et_right_sidebar .one_fourth, body.et_right_sidebar .three_fourth,
  body.et_left_sidebar .one_third, body.et_left_sidebar .one_half, body.et_left_sidebar .one_third, body.et_left_sidebar .two_third, body.et_left_sidebar .one_fourth, body.et_left_sidebar .three_fourth {
    float: none;
    margin-right: 0;
    width: auto;
    margin-bottom: 10px;
  }
  body.et_right_sidebar .et-testimonial-box, body.et_right_sidebar .et-protected,
  body.et_left_sidebar .et-testimonial-box, body.et_left_sidebar .et-protected {
    width: auto !important;
  }
  body.et_right_sidebar .et-protected-form,
  body.et_left_sidebar .et-protected-form {
    padding: 15px !important;
  }
}

@media all and (min-width: 768px) and (max-width: 959px) {
  body.et_full_width_page .pricing-table {
    width: 50%;
  }
}

@media all and (max-width: 767px) {
  .et_left_tabs_bg {
    width: 50px;
  }
  .tabs-left .et-tabs-control, .et-tabs-container .et-tabs-control {
    display: none;
  }
  .tabs-left ul.et_shortcodes_mobile_nav {
    display: block;
    width: 51px;
  }
  .tabs-left ul.et_shortcodes_mobile_nav a {
    display: block;
    height: 49px;
    width: 100%;
  }
  .tabs-left .et-tabs-content {
    margin-left: 75px;
  }
  .et-tabs-container ul.et_shortcodes_mobile_nav {
    display: block;
  }
  .et-tabs-container ul.et_shortcodes_mobile_nav li {
    width: 50%;
  }
  .et-pricing {
    margin-top: 0;
  }
  body.et_right_sidebar .pricing-table, body.et_left_sidebar .pricing-table, body.et_full_width_page .pricing-table {
    width: 100%;
    margin-bottom: 35px;
  }
  .pricing-big {
    top: 0;
  }
  body.et_full_width_page .one_third, body.et_full_width_page .one_half, body.et_full_width_page .one_third, body.et_full_width_page .two_third, body.et_full_width_page .one_fourth, body.et_full_width_page .three_fourth {
    float: none;
    margin-right: 0;
    width: auto;
    margin-bottom: 10px;
  }
  body.et_full_width_page .et-testimonial-box, body.et_full_width_page .et-protected {
    width: auto !important;
  }
  body.et_full_width_page .et-protected-form {
    padding: 15px !important;
  }
  body.et_right_sidebar .author-shortcodes .author-inner,
  body.et_left_sidebar .author-shortcodes .author-inner {
    padding: 27px 27px 17px;
  }
  body.et_right_sidebar .author-shortcodes .author-image,
  body.et_left_sidebar .author-shortcodes .author-image {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }
  body.et_right_sidebar .quote-center .et_quote_additional_sign,
  body.et_left_sidebar .quote-center .et_quote_additional_sign {
    right: -13px;
  }
  body.et_right_sidebar .et_shortcodes_controls,
  body.et_left_sidebar .et_shortcodes_controls {
    display: none;
  }
  body.et_right_sidebar .et_shortcodes_controls_arrows a,
  body.et_left_sidebar .et_shortcodes_controls_arrows a {
    text-indent: -9999px;
  }
}

@media all and (max-width: 479px) {
  .et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_prev {
    padding-left: 26px;
  }
  .et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_prev span {
    left: 10px;
  }
  .et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_prev span {
    left: 10px;
  }
  .et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_next {
    padding-right: 26px;
  }
  .et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next span {
    right: 10px;
  }
  body.et_full_width_page .author-shortcodes .author-inner {
    padding: 27px 27px 17px;
  }
  body.et_full_width_page .author-shortcodes .author-image {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }
  body.et_full_width_page .quote-center .et_quote_additional_sign {
    right: -13px;
  }
  body.et_full_width_page .et_shortcodes_controls {
    display: none;
  }
  body.et_full_width_page .et_shortcodes_controls_arrows a {
    text-indent: -9999px;
  }
  .et-box:before, .et-testimonial:before {
    display: none;
  }
  .et-box-content {
    padding: 27px 27px 17px 27px;
  }
  .et-testimonial {
    padding: 25px;
  }
}

.nav li ul {
  border-color: #b21515;
}

#top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a,
.et_color_scheme_red #top-menu li.current-menu-ancestor > a, .et_color_scheme_red #top-menu li.current-menu-item > a,
.et_color_scheme_pink #top-menu li.current-menu-ancestor > a, .et_color_scheme_pink #top-menu li.current-menu-item > a,
.et_color_scheme_orange #top-menu li.current-menu-ancestor > a, .et_color_scheme_orange #top-menu li.current-menu-item > a,
.et_color_scheme_green #top-menu li.current-menu-ancestor > a, .et_color_scheme_green #top-menu li.current-menu-item > a {
  color: #e00d0d !important;
}

.et_pb_section_1 {
  background-color: #dddddd;
}

.et_pb_text_0 p {
  line-height: 1.3em;
}

.et_pb_text_0 {
  font-size: 26px;
  color: #000000 !important;
  line-height: 1.3em;
}

.et_pb_section_2 {
  background-color: #ffffff;
}

.et_pb_section_3 {
  background-color: #dddddd;
}

.et_pb_image_0 {
  margin-left: 0;
}

.et_pb_section_5 {
  background-color: #eeeeee;
}

@media only screen and (min-width: 981px) {
  .et-fixed-header #top-menu li.current-menu-ancestor > a,
  .et-fixed-header #top-menu li.current-menu-item > a {
    color: #e00d0d !important;
  }
}

@media only screen and (min-width: 1350px) {
  .et_pb_row {
    padding: 27px 0;
  }
  .et_pb_section {
    padding: 54px 0;
  }
  .single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
    padding-top: 81px;
  }
  .et_pb_section.et_pb_section_first {
    padding-top: inherit;
  }
  .et_pb_fullwidth_section {
    padding: 0;
  }
}

.preloader {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 99999;
  background: #fff;
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

#wrapper {
  font-family: 'Poppins',sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #686868;
  font-weight: 300;
  position: relative;
  min-height: 1000px;
  background: #ffffff;
  padding: 80px;
}

@font-face {
  #wrapper {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v1/2fCJtbhSlhNNa6S2xlh9GyEAvth_LlrfE80CYdSH47w.woff2) format("woff2");
    unicode-range: U+02BC,U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200B-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB;
  }
}

@font-face {
  #wrapper {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v1/UGh2YG8gx86rRGiAZYIbVyEAvth_LlrfE80CYdSH47w.woff2) format("woff2");
    unicode-range: U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
  }
}

@font-face {
  #wrapper {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v1/yQWaOD4iNU5NTY0apN-qj_k_vArhqVIZ0nv9q090hN8.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
  }
}

#wrapper * {
  outline: none !important;
}

#wrapper h1, #wrapper h2, #wrapper h3, #wrapper h4, #wrapper h5, #wrapper h6 {
  color: #2b2b2b;
  font-family: 'Poppins',sans-serif;
  margin: 10px 0;
  font-weight: 300;
}

#wrapper h1 {
  line-height: 48px;
  font-size: 36px;
}

#wrapper h2 {
  line-height: 36px;
  font-size: 24px;
}

#wrapper h3 {
  line-height: 30px;
  font-size: 21px;
}

#wrapper h4 {
  line-height: 22px;
  font-size: 18px;
}

#wrapper h5 {
  font-size: 18px;
  font-size: 16px;
}

#wrapper h5 {
  font-size: 16px;
  font-size: 14px;
}

#wrapper .dn {
  display: none;
}

#wrapper .db {
  display: block;
}

#wrapper .light_op_text {
  color: rgba(255, 255, 255, 0.5);
}

#wrapper blockquote {
  border-left: 5px solid #C02931 !important;
  border: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper p {
  line-height: 1.6;
}

#wrapper b {
  font-weight: 600;
}

#wrapper a:hover {
  outline: 0;
  text-decoration: none;
}

#wrapper a:active {
  outline: 0;
  text-decoration: none;
}

#wrapper a:focus {
  outline: 0;
  text-decoration: none;
}

#wrapper .clear {
  clear: both;
}

#wrapper .font-12 {
  font-size: 12px;
}

#wrapper hr {
  border-color: rgba(120, 130, 140, 0.13);
}

#wrapper .b-t {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .b-b {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .b-l {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .b-r {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .b-all {
  border: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .b-none {
  border: 0 !important;
}

#wrapper .max-height {
  height: 310px;
  overflow: auto;
}

#wrapper .p-0 {
  padding: 0 !important;
}

#wrapper .p-10 {
  padding: 10px !important;
}

#wrapper .p-20 {
  padding: 20px !important;
}

#wrapper .p-30 {
  padding: 30px !important;
}

#wrapper .p-l-0 {
  padding-left: 0 !important;
}

#wrapper .p-l-10 {
  padding-left: 10px !important;
}

#wrapper .p-l-20 {
  padding-left: 20px !important;
}

#wrapper .p-r-0 {
  padding-right: 0 !important;
}

#wrapper .p-r-10 {
  padding-right: 10px !important;
}

#wrapper .p-r-20 {
  padding-right: 20px !important;
}

#wrapper .p-r-30 {
  padding-right: 30px !important;
}

#wrapper .p-r-40 {
  padding-right: 40px !important;
}

#wrapper .p-t-0 {
  padding-top: 0 !important;
}

#wrapper .p-t-10 {
  padding-top: 10px !important;
}

#wrapper .p-t-20 {
  padding-top: 20px !important;
}

#wrapper .p-t-30 {
  padding-top: 30px !important;
}

#wrapper .p-b-0 {
  padding-bottom: 0 !important;
}

#wrapper .p-b-10 {
  padding-bottom: 10px !important;
}

#wrapper .p-b-20 {
  padding-bottom: 20px !important;
}

#wrapper .p-b-30 {
  padding-bottom: 30px !important;
}

#wrapper .p-b-40 {
  padding-bottom: 40px !important;
}

#wrapper .m-0 {
  margin: 0 !important;
}

#wrapper .m-l-5 {
  margin-left: 5px !important;
}

#wrapper .m-l-10 {
  margin-left: 10px !important;
}

#wrapper .m-l-15 {
  margin-left: 15px !important;
}

#wrapper .m-l-20 {
  margin-left: 20px !important;
}

#wrapper .m-l-30 {
  margin-left: 30px !important;
}

#wrapper .m-l-40 {
  margin-left: 40px !important;
}

#wrapper .m-r-5 {
  margin-right: 5px !important;
}

#wrapper .m-r-10 {
  margin-right: 10px !important;
}

#wrapper .m-r-15 {
  margin-right: 15px !important;
}

#wrapper .m-r-20 {
  margin-right: 20px !important;
}

#wrapper .m-r-30 {
  margin-right: 30px !important;
}

#wrapper .m-r-40 {
  margin-right: 40px !important;
}

#wrapper .m-t-5 {
  margin-top: 5px !important;
}

#wrapper .m-t-0 {
  margin-top: 0 !important;
}

#wrapper .m-t-10 {
  margin-top: 10px !important;
}

#wrapper .m-t-15 {
  margin-top: 15px !important;
}

#wrapper .m-t-20 {
  margin-top: 20px !important;
}

#wrapper .m-t-30 {
  margin-top: 30px !important;
}

#wrapper .m-t-40 {
  margin-top: 40px !important;
}

#wrapper .m-b-0 {
  margin-bottom: 0 !important;
}

#wrapper .m-b-5 {
  margin-bottom: 5px !important;
}

#wrapper .m-b-10 {
  margin-bottom: 10px !important;
}

#wrapper .m-b-15 {
  margin-bottom: 15px !important;
}

#wrapper .m-b-20 {
  margin-bottom: 20px !important;
}

#wrapper .m-b-30 {
  margin-bottom: 30px !important;
}

#wrapper .m-b-40 {
  margin-bottom: 40px !important;
}

#wrapper .vt {
  vertical-align: top;
}

#wrapper .vb {
  vertical-align: bottom;
}

#wrapper .font-bold {
  font-weight: 700;
}

#wrapper .font-normal {
  font-weight: normal;
}

#wrapper .font-light {
  font-weight: 300;
}

#wrapper .pull-in {
  margin-left: -15px;
  margin-right: -15px;
}

#wrapper .b-0 {
  border: none !important;
}

#wrapper .vertical-middle {
  vertical-align: middle;
}

#wrapper .bx-shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

#wrapper .mx-box {
  max-height: 380px;
  min-height: 380px;
}

#wrapper .thumb-sm {
  height: 32px;
  width: 32px;
}

#wrapper .thumb-md {
  height: 48px;
  width: 48px;
}

#wrapper .thumb-lg {
  height: 88px;
  width: 88px;
}

#wrapper .txt-oflo {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#wrapper .get-code {
  color: #2b2b2b;
  cursor: pointer;
  border-radius: 100%;
  background: #ffffff;
  padding: 4px 5px;
  font-size: 10px;
  margin: 0 5px;
  vertical-align: middle;
}

#wrapper .badge {
  text-transform: uppercase;
  font-weight: 600;
  padding: 3px 5px;
  font-size: 12px;
  margin-top: 1px;
  background-color: #fec107;
}

#wrapper .badge-xs {
  font-size: 9px;
}

#wrapper .badge-xs, #wrapper .badge-sm {
  transform: translate(0, -2px);
}

#wrapper .badge-success {
  background-color: #00c292;
}

#wrapper .badge-info {
  background-color: #03a9f3;
}

#wrapper .badge-warning {
  background-color: #fec107;
}

#wrapper .badge-danger {
  background-color: #C02931;
}

#wrapper .badge-purple {
  background-color: #03a9f3;
}

#wrapper .badge-red {
  background-color: #fb3a3a;
}

#wrapper .badge-inverse {
  background-color: #4c5667;
}

#wrapper .notify {
  position: relative;
  margin-top: -40px;
  margin-right: 3px;
}

#wrapper .notify .heartbit {
  position: absolute;
  top: -20px;
  right: -16px;
  height: 25px;
  width: 25px;
  z-index: 10;
  border: 5px solid #C02931;
  border-radius: 70px;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  animation-iteration-count: infinite;
}

#wrapper .notify .point {
  width: 6px;
  height: 6px;
  border-radius: 30px;
  background-color: #C02931;
  position: absolute;
  right: -6px;
  top: -10px;
}

#wrapper .text-white {
  color: #ffffff;
}

#wrapper .text-danger {
  color: #C02931;
}

#wrapper .text-muted {
  color: #8d9ea7;
}

#wrapper .text-warning {
  color: #fec107;
}

#wrapper .text-success {
  color: #00c292;
}

#wrapper .text-info {
  color: #03a9f3;
}

#wrapper .text-inverse {
  color: #4c5667;
}

#wrapper .text-blue {
  color: #03a9f3;
}

#wrapper .text-purple {
  color: #03a9f3;
}

#wrapper .text-primary {
  color: #03a9f3;
}

#wrapper .text-megna {
  color: #03a9f3;
}

#wrapper .text-dark {
  color: #686868 !important;
}

#wrapper .bg-primary {
  background-color: #03a9f3 !important;
}

#wrapper .bg-success {
  background-color: #00c292 !important;
}

#wrapper .bg-info {
  background-color: #03a9f3 !important;
}

#wrapper .bg-warning {
  background-color: #fec107 !important;
}

#wrapper .bg-danger {
  background-color: #C02931 !important;
}

#wrapper .bg-theme {
  background-color: #C02931 !important;
}

#wrapper .bg-theme-dark {
  background-color: #4F5467 !important;
}

#wrapper .bg-inverse {
  background-color: #4c5667 !important;
}

#wrapper .bg-purple {
  background-color: #03a9f3 !important;
}

#wrapper .bg-white {
  background-color: #ffffff !important;
}

#wrapper .label {
  letter-spacing: .05em;
  border-radius: 60px;
  padding: 4px 16px 3px;
  font-weight: 500;
}

#wrapper .label-rounded, #wrapper .label-rouded {
  border-radius: 60px;
  padding: 4px 16px 3px;
  font-weight: 500;
}

#wrapper .label-custom {
  background-color: #03a9f3;
}

#wrapper .label-success {
  background-color: #00c292;
}

#wrapper .label-info {
  background-color: #03a9f3;
}

#wrapper .label-warning {
  background-color: #fec107;
}

#wrapper .label-danger {
  background-color: #C02931;
}

#wrapper .label-megna {
  background-color: #03a9f3;
}

#wrapper .label-primary {
  background-color: #03a9f3;
}

#wrapper .label-purple {
  background-color: #03a9f3;
}

#wrapper .label-red {
  background-color: #fb3a3a;
}

#wrapper .label-inverse {
  background-color: #4c5667;
}

#wrapper .label-white {
  background-color: #ffffff;
}

#wrapper .label-default {
  background-color: #e4e7ea;
}

#wrapper .dropdown-menu {
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05) !important;
  -webkit-box-shadow: 0 !important;
  -moz-box-shadow: 0 !important;
  padding-bottom: 8px;
  margin-top: 0;
}

#wrapper .dropdown-menu > li > a {
  padding: 9px 20px;
}

#wrapper .dropdown-menu > li > a:focus, #wrapper .dropdown-menu > li > a:hover {
  background: #f7fafc;
}

#wrapper .navbar-top-links .progress {
  margin-bottom: 6px;
}

#wrapper label {
  font-weight: 500;
}

#wrapper .btn {
  border-radius: 0;
}

#wrapper .form-control {
  background-color: #ffffff;
  border: 1px solid #e4e7ea;
  border-radius: 0;
  box-shadow: none;
  color: #565656;
  height: 38px;
  max-width: 100%;
  padding: 7px 12px;
  transition: all 300ms linear 0s;
}

#wrapper .form-control:focus {
  box-shadow: none;
  border-color: #2b2b2b;
}

#wrapper .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

#wrapper .input-lg {
  height: 44px;
  padding: 5px 10px;
  font-size: 18px;
}

#wrapper .bootstrap-tagsinput {
  border: 1px solid #e4e7ea;
  border-radius: 0;
  box-shadow: none;
  display: block;
  padding: 7px 12px;
}

#wrapper .bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: 9px 10px;
}

#wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up, #wrapper .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
}

#wrapper .input-group-btn .btn {
  padding: 8px 12px;
}

#wrapper .form-horizontal .form-group {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-bottom: 25px;
}

#wrapper .form-group {
  margin-bottom: 25px;
}

#wrapper .select2-container-multi .select2-choices {
  border: 1px solid #e4e7ea;
}

#wrapper .list-group-item, #wrapper .list-group-item:first-child, #wrapper .list-group-item:last-child {
  border-radius: 0;
  border-color: rgba(120, 130, 140, 0.13);
}

#wrapper .list-group-item.active, #wrapper .list-group-item.active:focus, #wrapper .list-group-item.active:hover {
  background: #03a9f3;
  border-color: #03a9f3;
}

#wrapper .list-task .list-group-item, #wrapper .list-task .list-group-item:first-child {
  border-radius: 0;
  border: 0;
}

#wrapper .list-task .list-group-item:last-child {
  border-radius: 0;
  border: 0;
}

#wrapper .media {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 10px;
  padding: 15px;
}

#wrapper .media .media-heading {
  font-weight: 500;
}

#wrapper .well, #wrapper pre {
  background: #ffffff;
  border-radius: 0;
}

#wrapper .nav-tabs > li > a {
  border-radius: 0;
  color: #2b2b2b;
}

#wrapper .nav-tabs > li > a:hover, #wrapper .nav-tabs > li > a:focus {
  background: #ffffff;
}

#wrapper .modal-content {
  border-radius: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#wrapper .alert {
  border-radius: 0;
}

#wrapper .carousel-control {
  width: 8%;
}

#wrapper .carousel-control span {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-size: 30px;
}

#wrapper .popover {
  border-radius: 0;
}

#wrapper .popover-title {
  padding: 5px 14px;
}

#wrapper .container-fluid {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
}

#wrapper .col-lg-1, #wrapper .col-lg-10, #wrapper .col-lg-11, #wrapper .col-lg-12, #wrapper .col-lg-2, #wrapper .col-lg-3, #wrapper .col-lg-4, #wrapper .col-lg-5, #wrapper .col-lg-6, #wrapper .col-lg-7, #wrapper .col-lg-8, #wrapper .col-lg-9, #wrapper .col-md-1, #wrapper .col-md-10, #wrapper .col-md-11, #wrapper .col-md-12, #wrapper .col-md-2, #wrapper .col-md-3, #wrapper .col-md-4, #wrapper .col-md-5, #wrapper .col-md-6, #wrapper .col-md-7, #wrapper .col-md-8, #wrapper .col-md-9, #wrapper .col-sm-1, #wrapper .col-sm-10, #wrapper .col-sm-11, #wrapper .col-sm-12, #wrapper .col-sm-2, #wrapper .col-sm-3, #wrapper .col-sm-4, #wrapper .col-sm-5, #wrapper .col-sm-6, #wrapper .col-sm-7, #wrapper .col-sm-8, #wrapper .col-sm-9, #wrapper .col-xs-1, #wrapper .col-xs-10, #wrapper .col-xs-11, #wrapper .col-xs-12, #wrapper .col-xs-2, #wrapper .col-xs-3, #wrapper .col-xs-4, #wrapper .col-xs-5, #wrapper .col-xs-6, #wrapper .col-xs-7, #wrapper .col-xs-8, #wrapper .col-xs-9 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

#wrapper .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

#wrapper .btn-group-vertical > .btn:first-child:not(:last-child), #wrapper .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-radius: 0;
}

#wrapper .table-responsive {
  overflow-y: hidden;
}

#wrapper .pagination > li:first-child > a, #wrapper .pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

#wrapper .pagination > li:last-child > a, #wrapper .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

#wrapper .pagination > li > a, #wrapper .pagination > li > span {
  color: #2b2b2b;
}

#wrapper .pagination > li > a:hover, #wrapper .pagination > li > span:hover, #wrapper .pagination > li > a:focus, #wrapper .pagination > li > span:focus {
  background-color: #e4e7ea;
}

#wrapper .pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left;
}

#wrapper .pagination-split li:first-child {
  margin-left: 0;
}

#wrapper .pagination-split li a {
  border-radius: 0;
}

#wrapper .pagination > .active > a, #wrapper .pagination > .active > span, #wrapper .pagination > .active > a:hover, #wrapper .pagination > .active > span:hover, #wrapper .pagination > .active > a:focus, #wrapper .pagination > .active > span:focus {
  background-color: #C02931;
  border-color: #C02931;
}

#wrapper .pager li > a, #wrapper .pager li > span {
  border-radius: 0;
  color: #2b2b2b;
}

#wrapper .table-box {
  display: table;
  width: 100%;
}

#wrapper .cell {
  display: table-cell;
  vertical-align: middle;
}

#wrapper .jqstooltip {
  width: auto !important;
  height: auto !important;
}

#wrapper #wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-shadow: 1px 0 50px rgba(0, 0, 0, 0.2);
}

#wrapper #page-wrapper {
  padding: 0;
  min-height: 568px;
  background: #edf1f5;
  padding-bottom: 60px;
}

#wrapper .footer {
  bottom: 0;
  color: #58666e;
  left: 0;
  padding: 20px 30px;
  position: absolute;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  right: 0;
  background: #ffffff;
}

#wrapper .modal-open {
  overflow-y: auto;
  padding-right: 0 !important;
}

#wrapper .bg-title {
  border-bottom: 1px solid #e4e7ea;
  overflow: hidden;
  padding: 15px 15px 10px;
  margin-bottom: 25px;
  margin-left: -25.5px;
  margin-right: -25.5px;
}

#wrapper .bg-title h4 {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-top: 6px;
}

#wrapper .bg-title .breadcrumb {
  background: none;
  margin-bottom: 0;
  float: right;
  padding: 0;
  margin-top: 8px;
}

#wrapper .bg-title .breadcrumb a {
  color: rgba(0, 0, 0, 0.5);
}

#wrapper .bg-title .breadcrumb a:hover {
  color: #000;
}

#wrapper .bg-title .breadcrumb .active {
  color: #C02931;
}

#wrapper .logo b {
  height: 60px;
  display: inline-block;
  width: 60px;
  line-height: 60px;
  text-align: center;
}

#wrapper .logo i {
  color: #ffffff;
}

#wrapper .top-left-part {
  float: left;
}

#wrapper .top-left-part a {
  color: #ffffff;
  font-size: 18px;
  padding-left: 0;
  text-transform: uppercase;
}

#wrapper .navbar-header {
  width: 100%;
  background: #3F3F3F;
  border: 0;
}

#wrapper .navbar-default {
  border: 0;
}

#wrapper .navbar-top-links {
  margin-right: 0;
}

#wrapper .navbar-top-links .badge {
  position: absolute;
  right: 6px;
  top: 15px;
}

#wrapper .navbar-top-links > li {
  float: left;
}

#wrapper .navbar-top-links > li > a {
  color: #ffffff;
  padding: 0 12px;
  line-height: 60px;
  min-height: 60px;
}

#wrapper .navbar-top-links > li > a:hover {
  background: rgba(0, 0, 0, 0.1);
}

#wrapper .navbar-top-links > li > a:focus {
  background: rgba(0, 0, 0, 0);
}

#wrapper .nav .open > a, #wrapper .nav .open > a:focus, #wrapper .nav .open > a:hover {
  background: rgba(255, 255, 255, 0.2);
}

#wrapper .navbar-top-links .dropdown-menu li {
  display: block;
}

#wrapper .navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

#wrapper .navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

#wrapper .navbar-top-links .dropdown-messages, #wrapper .navbar-top-links .dropdown-tasks, #wrapper .navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

#wrapper .navbar-top-links .dropdown-messages {
  margin-left: 5px;
}

#wrapper .navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}

#wrapper .navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}

#wrapper .navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}

#wrapper .navbar-header .navbar-toggle {
  float: none;
  padding: 0 15px;
  line-height: 60px;
  border: 0;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  display: inline-block;
  border-radius: 0;
}

#wrapper .navbar-header .navbar-toggle:hover, #wrapper .navbar-header .navbar-toggle:focus {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

#wrapper .app-search {
  position: relative;
  margin: 0;
}

#wrapper .app-search a {
  position: absolute;
  top: 20px;
  right: 10px;
  color: #4c5667;
}

#wrapper .app-search .form-control, #wrapper .app-search .form-control:focus {
  border: none;
  font-size: 13px;
  color: #4c5667;
  padding-left: 20px;
  padding-right: 40px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: none;
  height: 30px;
  font-weight: 600;
  width: 180px;
  display: inline-block;
  line-height: 30px;
  margin-top: 15px;
  border-radius: 40px;
  transition: .5s ease-out;
}

#wrapper .app-search .form-control::-moz-placeholder {
  color: #4c5667;
  opacity: .5;
}

#wrapper .app-search .form-control::-webkit-input-placeholder {
  color: #4c5667;
  opacity: .5;
}

#wrapper .app-search .form-control::-ms-placeholder {
  color: #4c5667;
  opacity: .5;
}

#wrapper .nav-small-cap {
  color: #a6afbb;
  cursor: default;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .035em;
  padding: 12px 15px !important;
  pointer-events: none;
  margin: 20px 0 0 -15px;
  display: none !important;
}

#wrapper .profile-pic {
  padding: 0 20px;
  line-height: 50px;
}

#wrapper .profile-pic img {
  margin-right: 10px;
}

#wrapper .drop-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #2b2b2b;
  font-size: 15px;
  font-weight: 600;
  padding: 11px 20px 15px;
}

#wrapper .btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}

#wrapper .btn-rounded {
  border-radius: 60px;
}

#wrapper .btn-custom, #wrapper .btn-custom.disabled {
  background: #C02931;
  border: 1px solid #C02931;
  color: #ffffff;
}

#wrapper .btn-custom:hover, #wrapper .btn-custom.disabled:hover, #wrapper .btn-custom:focus, #wrapper .btn-custom.disabled:focus, #wrapper .btn-custom.focus, #wrapper .btn-custom.disabled.focus {
  background: #C02931;
  opacity: .8;
  color: #ffffff;
  border: 1px solid #C02931;
}

#wrapper .btn-primary, #wrapper .btn-primary.disabled {
  background: #03a9f3;
  border: 1px solid #03a9f3;
}

#wrapper .btn-primary:hover, #wrapper .btn-primary.disabled:hover, #wrapper .btn-primary:focus, #wrapper .btn-primary.disabled:focus, #wrapper .btn-primary.focus, #wrapper .btn-primary.disabled.focus {
  background: #03a9f3;
  opacity: .8;
  border: 1px solid #03a9f3;
}

#wrapper .btn-success, #wrapper .btn-success.disabled {
  background: #00c292;
  border: 1px solid #00c292;
}

#wrapper .btn-success:hover, #wrapper .btn-success.disabled:hover, #wrapper .btn-success:focus, #wrapper .btn-success.disabled:focus, #wrapper .btn-success.focus, #wrapper .btn-success.disabled.focus {
  background: #00c292;
  opacity: .8;
  border: 1px solid #00c292;
}

#wrapper .btn-info, #wrapper .btn-info.disabled {
  background: #03a9f3;
  border: 1px solid #03a9f3;
}

#wrapper .btn-info:hover, #wrapper .btn-info.disabled:hover, #wrapper .btn-info:focus, #wrapper .btn-info.disabled:focus, #wrapper .btn-info.focus, #wrapper .btn-info.disabled.focus {
  background: #03a9f3;
  opacity: .8;
  border: 1px solid #03a9f3;
}

#wrapper .btn-warning, #wrapper .btn-warning.disabled {
  background: #fec107;
  border: 1px solid #fec107;
}

#wrapper .btn-warning:hover, #wrapper .btn-warning.disabled:hover, #wrapper .btn-warning:focus, #wrapper .btn-warning.disabled:focus, #wrapper .btn-warning.focus, #wrapper .btn-warning.disabled.focus {
  background: #fec107;
  opacity: .8;
  border: 1px solid #fec107;
}

#wrapper .btn-danger, #wrapper .btn-danger.disabled {
  background: #C02931;
  border: 1px solid #C02931;
}

#wrapper .btn-danger:hover, #wrapper .btn-danger.disabled:hover, #wrapper .btn-danger:focus, #wrapper .btn-danger.disabled:focus, #wrapper .btn-danger.focus, #wrapper .btn-danger.disabled.focus {
  background: #C02931;
  opacity: .8;
  border: 1px solid #C02931;
}

#wrapper .btn-default, #wrapper .btn-default.disabled {
  background: #e4e7ea;
  border: 1px solid #e4e7ea;
}

#wrapper .btn-default:hover, #wrapper .btn-default.disabled:hover, #wrapper .btn-default:focus, #wrapper .btn-default.disabled:focus, #wrapper .btn-default.focus, #wrapper .btn-default.disabled.focus {
  opacity: .8;
  border: 1px solid #e4e7ea;
  background: #e4e7ea;
}

#wrapper .btn-default.btn-outline {
  background-color: #ffffff;
}

#wrapper .btn-default.btn-outline:hover, #wrapper .btn-default.btn-outline:focus, #wrapper .btn-default.btn-outline.focus {
  background: #e4e7ea;
}

#wrapper .btn-primary.btn-outline {
  color: #03a9f3;
  background-color: #ffffff;
}

#wrapper .btn-primary.btn-outline:hover, #wrapper .btn-primary.btn-outline:focus, #wrapper .btn-primary.btn-outline.focus {
  background: #03a9f3;
  color: #ffffff;
}

#wrapper .btn-success.btn-outline {
  color: #00c292;
  background-color: transparent;
}

#wrapper .btn-success.btn-outline:hover, #wrapper .btn-success.btn-outline:focus, #wrapper .btn-success.btn-outline.focus {
  background: #00c292;
  color: #ffffff;
}

#wrapper .btn-info.btn-outline {
  color: #03a9f3;
  background-color: transparent;
}

#wrapper .btn-info.btn-outline:hover, #wrapper .btn-info.btn-outline:focus, #wrapper .btn-info.btn-outline.focus {
  background: #03a9f3;
  color: #ffffff;
}

#wrapper .btn-warning.btn-outline {
  color: #fec107;
  background-color: transparent;
}

#wrapper .btn-warning.btn-outline:hover, #wrapper .btn-warning.btn-outline:focus, #wrapper .btn-warning.btn-outline.focus {
  background: #fec107;
  color: #ffffff;
}

#wrapper .btn-danger.btn-outline {
  color: #C02931;
  background-color: transparent;
}

#wrapper .btn-danger.btn-outline:hover, #wrapper .btn-danger.btn-outline:focus, #wrapper .btn-danger.btn-outline.focus {
  background: #C02931;
  color: #ffffff;
}

#wrapper .button-box .btn {
  margin: 0 8px 8px 0;
}

#wrapper .btn-primary.btn-outline:hover, #wrapper .btn-success.btn-outline:hover, #wrapper .btn-info.btn-outline:hover, #wrapper .btn-warning.btn-outline:hover, #wrapper .btn-danger.btn-outline:hover {
  color: white;
}

#wrapper .btn-label {
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin: -6px 12px -6px -14px;
  padding: 7px 15px;
}

#wrapper .btn-facebook {
  color: #ffffff !important;
  background-color: #3b5998 !important;
}

#wrapper .btn-twitter {
  color: #ffffff !important;
  background-color: #55acee !important;
}

#wrapper .btn-linkedin {
  color: #ffffff !important;
  background-color: #007bb6 !important;
}

#wrapper .btn-dribbble {
  color: #ffffff !important;
  background-color: #ea4c89 !important;
}

#wrapper .btn-googleplus {
  color: #ffffff !important;
  background-color: #dd4b39 !important;
}

#wrapper .btn-instagram {
  color: #ffffff !important;
  background-color: #3f729b !important;
}

#wrapper .btn-pinterest {
  color: #ffffff !important;
  background-color: #cb2027 !important;
}

#wrapper .btn-dropbox {
  color: #ffffff !important;
  background-color: #007ee5 !important;
}

#wrapper .btn-flickr {
  color: #ffffff !important;
  background-color: #ff0084 !important;
}

#wrapper .btn-tumblr {
  color: #ffffff !important;
  background-color: #32506d !important;
}

#wrapper .btn-skype {
  color: #ffffff !important;
  background-color: #00aff0 !important;
}

#wrapper .btn-youtube {
  color: #ffffff !important;
  background-color: #bb0000 !important;
}

#wrapper .btn-github {
  color: #ffffff !important;
  background-color: #171515 !important;
}

#wrapper .btn-primary.active.focus, #wrapper .btn-primary.active:focus, #wrapper .btn-primary.active:hover, #wrapper .btn-primary.focus:active, #wrapper .btn-primary:active:focus, #wrapper .btn-primary:active:hover, #wrapper .open > .dropdown-toggle.btn-primary.focus, #wrapper .open > .dropdown-toggle.btn-primary:focus, #wrapper .open > .dropdown-toggle.btn-primary:hover, #wrapper .btn-primary.focus, #wrapper .btn-primary:focus {
  background-color: #03a9f3;
  border: 1px solid #03a9f3;
}

#wrapper .btn-success.active.focus, #wrapper .btn-success.active:focus, #wrapper .btn-success.active:hover, #wrapper .btn-success.focus:active, #wrapper .btn-success:active:focus, #wrapper .btn-success:active:hover, #wrapper .open > .dropdown-toggle.btn-success.focus, #wrapper .open > .dropdown-toggle.btn-success:focus, #wrapper .open > .dropdown-toggle.btn-success:hover, #wrapper .btn-success.focus, #wrapper .btn-success:focus {
  background-color: #00c292;
  border: 1px solid #00c292;
}

#wrapper .btn-info.active.focus, #wrapper .btn-info.active:focus, #wrapper .btn-info.active:hover, #wrapper .btn-info.focus:active, #wrapper .btn-info:active:focus, #wrapper .btn-info:active:hover, #wrapper .open > .dropdown-toggle.btn-info.focus, #wrapper .open > .dropdown-toggle.btn-info:focus, #wrapper .open > .dropdown-toggle.btn-info:hover, #wrapper .btn-info.focus, #wrapper .btn-info:focus {
  background-color: #03a9f3;
  border: 1px solid #03a9f3;
}

#wrapper .btn-warning.active.focus, #wrapper .btn-warning.active:focus, #wrapper .btn-warning.active:hover, #wrapper .btn-warning.focus:active, #wrapper .btn-warning:active:focus, #wrapper .btn-warning:active:hover, #wrapper .open > .dropdown-toggle.btn-warning.focus, #wrapper .open > .dropdown-toggle.btn-warning:focus, #wrapper .open > .dropdown-toggle.btn-warning:hover, #wrapper .btn-warning.focus, #wrapper .btn-warning:focus {
  background-color: #fec107;
  border: 1px solid #fec107;
}

#wrapper .btn-danger.active.focus, #wrapper .btn-danger.active:focus, #wrapper .btn-danger.active:hover, #wrapper .btn-danger.focus:active, #wrapper .btn-danger:active:focus, #wrapper .btn-danger:active:hover, #wrapper .open > .dropdown-toggle.btn-danger.focus, #wrapper .open > .dropdown-toggle.btn-danger:focus, #wrapper .open > .dropdown-toggle.btn-danger:hover, #wrapper .btn-danger.focus, #wrapper .btn-danger:focus {
  background-color: #C02931;
  border: 1px solid #C02931;
}

#wrapper .btn-inverse, #wrapper .btn-inverse:hover, #wrapper .btn-inverse:focus, #wrapper .btn-inverse:active, #wrapper .btn-inverse.active, #wrapper .btn-inverse.focus, #wrapper .btn-inverse:active, #wrapper .btn-inverse:focus, #wrapper .btn-inverse:hover, #wrapper .open > .dropdown-toggle.btn-inverse {
  background-color: #4c5667;
  border: 1px solid #4c5667;
  color: #ffffff;
}

#wrapper .chat {
  margin: 0;
  padding: 0;
  list-style: none;
}

#wrapper .chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted rgba(120, 130, 140, 0.13);
}

#wrapper .chat li.left .chat-body {
  margin-left: 60px;
}

#wrapper .chat li.right .chat-body {
  margin-right: 60px;
}

#wrapper .chat li .chat-body p {
  margin: 0;
}

#wrapper .panel .slidedown .glyphicon, #wrapper .chat .glyphicon {
  margin-right: 5px;
}

#wrapper .chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}

#wrapper .login-panel {
  margin-top: 25%;
}

#wrapper .flot-chart {
  display: block;
  height: 400px;
}

#wrapper .flot-chart-content {
  width: 100%;
  height: 100%;
}

#wrapper table.dataTable thead .sorting, #wrapper table.dataTable thead .sorting_asc, #wrapper table.dataTable thead .sorting_desc, #wrapper table.dataTable thead .sorting_asc_disabled, #wrapper table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}

#wrapper table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}

#wrapper table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}

#wrapper table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}

#wrapper .btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.42857143;
}

#wrapper .btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}

#wrapper .btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

#wrapper .show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  background-color: #f7fafc;
}

#wrapper .show-grid {
  margin: 15px 0;
}

#wrapper .huge {
  font-size: 40px;
}

#wrapper .white-box {
  background: #ffffff;
  padding: 25px;
  margin-bottom: 15px;
}

#wrapper .white-box .box-title {
  margin: 0 0 12px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

#wrapper .panel {
  border-radius: 0;
  margin-bottom: 15px;
  border: 0;
}

#wrapper .panel .panel-heading {
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 25px;
}

#wrapper .panel .panel-heading .panel-title {
  font-size: 14px;
  color: #2b2b2b;
}

#wrapper .panel .panel-heading a i {
  font-size: 12px;
  margin-left: 8px;
}

#wrapper .panel .panel-action {
  float: right;
}

#wrapper .panel .panel-action a {
  opacity: .5;
}

#wrapper .panel .panel-action a:hover {
  opacity: 1;
}

#wrapper .panel .panel-body {
  padding: 25px;
}

#wrapper .panel .panel-body:first-child h3 {
  margin-top: 0;
  font-weight: 600;
  font-family: 'Poppins',sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

#wrapper .panel .panel-footer {
  background: #ffffff;
  border-radius: 0;
  padding: 20px 25px;
}

#wrapper .panel-green, #wrapper .panel-success {
  border-color: #00c292;
}

#wrapper .panel-green .panel-heading, #wrapper .panel-success .panel-heading {
  border-color: #00c292;
  color: white;
  background-color: #00c292;
}

#wrapper .panel-green .panel-heading a, #wrapper .panel-success .panel-heading a {
  color: #ffffff;
}

#wrapper .panel-green .panel-heading a:hover, #wrapper .panel-success .panel-heading a:hover {
  color: rgba(255, 255, 255, 0.5);
}

#wrapper .panel-green a, #wrapper .panel-success a {
  color: #00c292;
}

#wrapper .panel-green a:hover, #wrapper .panel-success a:hover {
  color: #007658;
}

#wrapper .panel-black, #wrapper .panel-inverse {
  border-color: #4c5667;
}

#wrapper .panel-black .panel-heading, #wrapper .panel-inverse .panel-heading {
  border-color: #4c5667;
  color: white;
  background-color: #4c5667;
}

#wrapper .panel-black .panel-heading a, #wrapper .panel-inverse .panel-heading a {
  color: #ffffff;
}

#wrapper .panel-black .panel-heading a:hover, #wrapper .panel-inverse .panel-heading a:hover {
  color: rgba(255, 255, 255, 0.5);
}

#wrapper .panel-black a, #wrapper .panel-inverse a {
  color: #4c5667;
}

#wrapper .panel-black a:hover, #wrapper .panel-inverse a:hover {
  color: #2c313b;
}

#wrapper .panel-darkblue, #wrapper .panel-primary {
  border-color: #03a9f3;
}

#wrapper .panel-darkblue .panel-heading, #wrapper .panel-primary .panel-heading {
  border-color: #03a9f3;
  color: white;
  background-color: #03a9f3;
}

#wrapper .panel-darkblue .panel-heading a, #wrapper .panel-primary .panel-heading a {
  color: #ffffff;
}

#wrapper .panel-darkblue .panel-heading a:hover, #wrapper .panel-primary .panel-heading a:hover {
  color: rgba(255, 255, 255, 0.5);
}

#wrapper .panel-darkblue a, #wrapper .panel-primary a {
  color: #03a9f3;
}

#wrapper .panel-darkblue a:hover, #wrapper .panel-primary a:hover {
  color: #0274a7;
}

#wrapper .panel-blue, #wrapper .panel-info {
  border-color: #03a9f3;
}

#wrapper .panel-blue .panel-heading, #wrapper .panel-info .panel-heading {
  border-color: #03a9f3;
  color: white;
  background-color: #03a9f3;
}

#wrapper .panel-blue .panel-heading a, #wrapper .panel-info .panel-heading a {
  color: #ffffff;
}

#wrapper .panel-blue .panel-heading a:hover, #wrapper .panel-info .panel-heading a:hover {
  color: rgba(255, 255, 255, 0.5);
}

#wrapper .panel-blue a, #wrapper .panel-info a {
  color: #03a9f3;
}

#wrapper .panel-blue a:hover, #wrapper .panel-info a:hover {
  color: #0274a7;
}

#wrapper .panel-red, #wrapper .panel-danger {
  border-color: #C02931;
}

#wrapper .panel-red .panel-heading, #wrapper .panel-danger .panel-heading {
  border-color: #C02931;
  color: white;
  background-color: #C02931;
}

#wrapper .panel-red .panel-heading a, #wrapper .panel-danger .panel-heading a {
  color: #ffffff;
}

#wrapper .panel-red .panel-heading a:hover, #wrapper .panel-danger .panel-heading a:hover {
  color: rgba(255, 255, 255, 0.5);
}

#wrapper .panel-red a, #wrapper .panel-danger a {
  color: #C02931;
}

#wrapper .panel-red a:hover, #wrapper .panel-danger a:hover {
  color: #811c21;
}

#wrapper .panel-yellow, #wrapper .panel-warning {
  border-color: #fec107;
}

#wrapper .panel-yellow .panel-heading, #wrapper .panel-warning .panel-heading {
  border-color: #fec107;
  color: white;
  background-color: #fec107;
}

#wrapper .panel-yellow .panel-heading a, #wrapper .panel-warning .panel-heading a {
  color: #ffffff;
}

#wrapper .panel-yellow .panel-heading a:hover, #wrapper .panel-warning .panel-heading a:hover {
  color: rgba(255, 255, 255, 0.5);
}

#wrapper .panel-yellow a, #wrapper .panel-warning a {
  color: #fec107;
}

#wrapper .panel-yellow a:hover, #wrapper .panel-warning a:hover {
  color: #b88b01;
}

#wrapper .panel-white, #wrapper .panel-default {
  border-color: rgba(120, 130, 140, 0.13);
}

#wrapper .panel-white .panel-heading, #wrapper .panel-default .panel-heading {
  color: #2b2b2b;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .panel-white .panel-body, #wrapper .panel-default .panel-body {
  color: #2b2b2b;
}

#wrapper .panel-white .panel-action a, #wrapper .panel-default .panel-action a {
  color: #2b2b2b;
  opacity: .5;
}

#wrapper .panel-white .panel-action a:hover, #wrapper .panel-default .panel-action a:hover {
  opacity: 1;
  color: #2b2b2b;
}

#wrapper .panel-white .panel-footer, #wrapper .panel-default .panel-footer {
  background: #ffffff;
  color: #2b2b2b;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .full-panel-info {
  border-color: #03a9f3;
}

#wrapper .full-panel-info .panel-heading {
  border-color: #03a9f3;
  color: white;
  background-color: #03a9f3;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .full-panel-info .panel-body {
  background: #03a9f3;
  color: #ffffff;
}

#wrapper .full-panel-info .panel-footer {
  background: #03a9f3;
  color: #ffffff;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .full-panel-info a {
  color: #03a9f3;
}

#wrapper .full-panel-info a:hover {
  color: #0274a7;
}

#wrapper .full-panel-warning {
  border-color: #fec107;
}

#wrapper .full-panel-warning .panel-heading {
  border-color: #fec107;
  color: white;
  background-color: #fec107;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .full-panel-warning .panel-body {
  background: #fec107;
  color: #ffffff;
}

#wrapper .full-panel-warning .panel-footer {
  background: #fec107;
  color: #ffffff;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .full-panel-warning a {
  color: #fec107;
}

#wrapper .full-panel-warning a:hover {
  color: #b88b01;
}

#wrapper .full-panel-success {
  border-color: #00c292;
}

#wrapper .full-panel-success .panel-heading {
  border-color: #00c292;
  color: white;
  background-color: #00c292;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .full-panel-success .panel-body {
  background: #00c292;
  color: #ffffff;
}

#wrapper .full-panel-success .panel-footer {
  background: #00c292;
  color: #ffffff;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .full-panel-success a {
  color: #00c292;
}

#wrapper .full-panel-success a:hover {
  color: #007658;
}

#wrapper .full-panel-purple {
  border-color: #03a9f3;
}

#wrapper .full-panel-purple .panel-heading {
  color: white;
  background-color: #03a9f3;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .full-panel-purple .panel-body {
  background: #03a9f3;
  color: #ffffff;
}

#wrapper .full-panel-purple .panel-footer {
  background: #03a9f3;
  color: #ffffff;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .full-panel-purple a {
  color: #03a9f3;
}

#wrapper .full-panel-purple a:hover {
  color: #0274a7;
}

#wrapper .full-panel-danger {
  border-color: #C02931;
}

#wrapper .full-panel-danger .panel-heading {
  border-color: #C02931;
  color: white;
  background-color: #C02931;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .full-panel-danger .panel-body {
  background: #C02931;
  color: #ffffff;
}

#wrapper .full-panel-danger .panel-footer {
  background: #C02931;
  color: #ffffff;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .full-panel-danger a {
  color: #C02931;
}

#wrapper .full-panel-danger a:hover {
  color: #811c21;
}

#wrapper .full-panel-inverse {
  border-color: #4c5667;
}

#wrapper .full-panel-inverse .panel-heading {
  border-color: #4c5667;
  color: white;
  background-color: #4c5667;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .full-panel-inverse .panel-body {
  background: #4c5667;
  color: #ffffff;
}

#wrapper .full-panel-inverse .panel-footer {
  background: #4c5667;
  color: #ffffff;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .full-panel-inverse a {
  color: #4c5667;
}

#wrapper .full-panel-inverse a:hover {
  color: #2c313b;
}

#wrapper .full-panel-default {
  border-color: rgba(120, 130, 140, 0.13);
}

#wrapper .full-panel-default .panel-heading {
  color: #2b2b2b;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .full-panel-default .panel-body {
  color: #2b2b2b;
}

#wrapper .full-panel-default .panel-footer {
  background: #ffffff;
  color: #2b2b2b;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .full-panel-default a {
  color: #2b2b2b;
}

#wrapper .full-panel-default a:hover {
  color: #2c313b;
}

#wrapper .panel-opcl {
  float: right;
}

#wrapper .panel-opcl i {
  margin-left: 8px;
  font-size: 10px;
  cursor: pointer;
}

#wrapper .fa-fw {
  width: 20px !important;
  display: inline-block !important;
  text-align: left !important;
}

#wrapper .waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

#wrapper .waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.08);
  transition: all .5s ease-out;
  transition-property: transform,opacity;
  transform: scale(0) translate(0, 0);
  transform: scale(0);
  pointer-events: none;
}

#wrapper .waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

#wrapper .waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

#wrapper .waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

#wrapper .waves-notransition {
  transition: none !important;
}

#wrapper .waves-button, #wrapper .waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

#wrapper .waves-button, #wrapper .waves-button:hover, #wrapper .waves-button:visited, #wrapper .waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

#wrapper .waves-button {
  padding: .85em 1.1em;
  border-radius: .2em;
}

#wrapper .waves-button-input {
  margin: 0;
  padding: .85em 1.1em;
}

#wrapper .waves-input-wrapper {
  border-radius: .2em;
  vertical-align: bottom;
}

#wrapper .waves-input-wrapper.waves-button {
  padding: 0;
}

#wrapper .waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

#wrapper .waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

#wrapper .waves-float {
  -webkit-mask-image: none;
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  transition: all 300ms;
}

#wrapper .waves-float:active {
  box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}

#wrapper .waves-block {
  display: block;
}

#wrapper .checkbox {
  padding-left: 20px;
}

#wrapper .checkbox label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

#wrapper .checkbox label::before {
  -o-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  background-color: #ffffff;
  border-radius: 1px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: .3s ease-in-out;
  width: 17px;
  outline: none !important;
}

#wrapper .checkbox label::after {
  color: #2b2b2b;
  display: inline-block;
  font-size: 11px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  position: absolute;
  top: 0;
  width: 16px;
}

#wrapper .checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

#wrapper .checkbox input[type="checkbox"]:disabled + label {
  opacity: .65;
}

#wrapper .checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: none;
  outline: thin dotted;
}

#wrapper .checkbox input[type="checkbox"]:checked + label::after {
  content: "\f00c";
  font-family: 'FontAwesome';
}

#wrapper .checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #e4e7ea;
  cursor: not-allowed;
}

#wrapper .checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

#wrapper .checkbox.checkbox-inline {
  margin-top: 0;
}

#wrapper .checkbox.checkbox-single label {
  height: 17px;
}

#wrapper .checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #03a9f3;
  border-color: #03a9f3;
}

#wrapper .checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

#wrapper .checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #C02931;
  border-color: #C02931;
}

#wrapper .checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

#wrapper .checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #03a9f3;
  border-color: #03a9f3;
}

#wrapper .checkbox-info input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

#wrapper .checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #fec107;
  border-color: #fec107;
}

#wrapper .checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

#wrapper .checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #00c292;
  border-color: #00c292;
}

#wrapper .checkbox-success input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

#wrapper .checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #03a9f3;
  border-color: #03a9f3;
}

#wrapper .checkbox-purple input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

#wrapper .checkbox-red input[type="checkbox"]:checked + label::before {
  background-color: #C02931;
  border-color: #C02931;
}

#wrapper .checkbox-red input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

#wrapper .checkbox-inverse input[type="checkbox"]:checked + label::before {
  background-color: #4c5667;
  border-color: #4c5667;
}

#wrapper .checkbox-inverse input[type="checkbox"]:checked + label::after {
  color: #ffffff;
}

#wrapper .radio {
  padding-left: 20px;
}

#wrapper .radio label {
  display: inline-block;
  padding-left: 5px;
  position: relative;
}

#wrapper .radio label::before {
  -o-transition: border .5s ease-in-out;
  -webkit-transition: border .5s ease-in-out;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid rgba(120, 130, 140, 0.13);
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-left: -20px;
  position: absolute;
  transition: border .5s ease-in-out;
  width: 17px;
  outline: none !important;
}

#wrapper .radio label::after {
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #2b2b2b;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 7px;
  left: 5px;
  margin-left: -20px;
  position: absolute;
  top: 5px;
  transform: scale(0, 0);
  transition: transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 7px;
}

#wrapper .radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: none !important;
}

#wrapper .radio input[type="radio"]:disabled + label {
  opacity: .65;
}

#wrapper .radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted;
}

#wrapper .radio input[type="radio"]:checked + label::after {
  transform: scale(1, 1);
}

#wrapper .radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

#wrapper .radio.radio-inline {
  margin-top: 0;
}

#wrapper .radio.radio-single label {
  height: 17px;
}

#wrapper .radio-primary input[type="radio"] + label::after {
  background-color: #03a9f3;
}

#wrapper .radio-primary input[type="radio"]:checked + label::before {
  border-color: #03a9f3;
}

#wrapper .radio-primary input[type="radio"]:checked + label::after {
  background-color: #03a9f3;
}

#wrapper .radio-danger input[type="radio"] + label::after {
  background-color: #C02931;
}

#wrapper .radio-danger input[type="radio"]:checked + label::before {
  border-color: #C02931;
}

#wrapper .radio-danger input[type="radio"]:checked + label::after {
  background-color: #C02931;
}

#wrapper .radio-info input[type="radio"] + label::after {
  background-color: #03a9f3;
}

#wrapper .radio-info input[type="radio"]:checked + label::before {
  border-color: #03a9f3;
}

#wrapper .radio-info input[type="radio"]:checked + label::after {
  background-color: #03a9f3;
}

#wrapper .radio-warning input[type="radio"] + label::after {
  background-color: #fec107;
}

#wrapper .radio-warning input[type="radio"]:checked + label::before {
  border-color: #fec107;
}

#wrapper .radio-warning input[type="radio"]:checked + label::after {
  background-color: #fec107;
}

#wrapper .radio-success input[type="radio"] + label::after {
  background-color: #00c292;
}

#wrapper .radio-success input[type="radio"]:checked + label::before {
  border-color: #00c292;
}

#wrapper .radio-success input[type="radio"]:checked + label::after {
  background-color: #00c292;
}

#wrapper .radio-purple input[type="radio"] + label::after {
  background-color: #03a9f3;
}

#wrapper .radio-purple input[type="radio"]:checked + label::before {
  border-color: #03a9f3;
}

#wrapper .radio-purple input[type="radio"]:checked + label::after {
  background-color: #03a9f3;
}

#wrapper .radio-red input[type="radio"] + label::after {
  background-color: #C02931;
}

#wrapper .radio-red input[type="radio"]:checked + label::before {
  border-color: #C02931;
}

#wrapper .radio-red input[type="radio"]:checked + label::after {
  background-color: #C02931;
}

#wrapper .fileupload {
  overflow: hidden;
  position: relative;
}

#wrapper .fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#wrapper .model_img {
  cursor: pointer;
}

#wrapper .myadmin-dd .dd-list .dd-item .dd-handle {
  background: #ffffff;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 8px 16px;
  height: auto;
  font-weight: 600;
  border-radius: 0;
}

#wrapper .myadmin-dd .dd-list .dd-item .dd-handle:hover {
  color: #03a9f3;
}

#wrapper .myadmin-dd .dd-list .dd-item button {
  height: auto;
  font-size: 17px;
  margin: 8px auto;
  color: #2b2b2b;
  width: 30px;
}

#wrapper .myadmin-dd-empty .dd-list .dd3-handle {
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom: 0;
  background: #ffffff;
  height: 36px;
  width: 36px;
}

#wrapper .myadmin-dd-empty .dd-list .dd3-handle:before {
  color: inherit;
  top: 7px;
}

#wrapper .myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #03a9f3;
}

#wrapper .myadmin-dd-empty .dd-list .dd3-content {
  height: auto;
  border: 1px solid rgba(120, 130, 140, 0.13);
  padding: 8px 16px 8px 46px;
  background: #ffffff;
  font-weight: 600;
}

#wrapper .myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #03a9f3;
}

#wrapper .myadmin-dd-empty .dd-list button {
  width: 26px;
  height: 26px;
  font-size: 16px;
  font-weight: 600;
}

#wrapper .settings_box {
  position: absolute;
  top: 75px;
  right: 0;
  z-index: 100;
}

#wrapper .settings_box a {
  background: #ffffff;
  padding: 15px;
  display: inline-block;
  vertical-align: top;
}

#wrapper .settings_box a i {
  display: block;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -moz-animation-name: rotate;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  font-size: 16px;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#wrapper .theme_color {
  margin: 0;
  padding: 0;
  display: inline-block;
  overflow: hidden;
  width: 0;
  transition: .5s ease-out;
  background: #ffffff;
}

#wrapper .theme_color li {
  list-style: none;
  width: 30%;
  float: left;
  margin: 0 1.5%;
}

#wrapper .theme_color li a {
  padding: 5px;
  height: 50px;
  display: block;
}

#wrapper .theme_color li a.theme-green {
  background: #00c292;
}

#wrapper .theme_color li a.theme-red {
  background: #C02931;
}

#wrapper .theme_color li a.theme-dark {
  background: #4c5667;
}

#wrapper .theme_block {
  width: 200px;
  padding: 30px;
}

#wrapper ul.common li {
  display: inline-block;
  line-height: 40px;
  list-style: outside none none;
  width: 48%;
}

#wrapper ul.common li a {
  color: #686868;
}

#wrapper ul.common li a:hover {
  color: #03a9f3;
}

#wrapper .row-in i {
  font-size: 24px;
}

#wrapper .dropdown-tasks, #wrapper .dropdown-alerts {
  padding: 0;
}

#wrapper .dropdown-tasks li a, #wrapper .dropdown-alerts li a, #wrapper .mailbox li > a {
  padding: 15px 20px;
}

#wrapper .dropdown-tasks li.divider, #wrapper .dropdown-alerts li.divider {
  margin: 0;
}

#wrapper .row-in-br {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .col-in {
  padding: 20px;
}

#wrapper .col-in h3 {
  font-size: 48px;
  font-weight: 100;
}

#wrapper .basic-list {
  padding: 0;
}

#wrapper .basic-list li {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  line-height: 27px;
}

#wrapper .basic-list li:last-child {
  border-bottom: 0;
}

#wrapper .steamline {
  position: relative;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  margin-left: 20px;
}

#wrapper .steamline .sl-left {
  float: left;
  margin-left: -20px;
  z-index: 1;
  margin-right: 15px;
}

#wrapper .steamline .sl-left img {
  max-width: 40px;
}

#wrapper .steamline .sl-right {
  padding-left: 35px;
}

#wrapper .steamline .sl-item {
  margin-top: 8px;
  margin-bottom: 30px;
}

#wrapper .sl-date {
  font-size: 10px;
  color: #98a6ad;
}

#wrapper .time-item {
  border-color: rgba(120, 130, 140, 0.13);
  padding-bottom: 1px;
  position: relative;
}

#wrapper .time-item:before {
  content: " ";
  display: table;
}

#wrapper .time-item:after {
  background-color: #ffffff;
  border-color: rgba(120, 130, 140, 0.13);
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  bottom: 0;
  content: '';
  height: 14px;
  left: 0;
  margin-left: -8px;
  position: absolute;
  top: 5px;
  width: 14px;
}

#wrapper .time-item-item:after {
  content: " ";
  display: table;
}

#wrapper .item-info {
  margin-bottom: 15px;
  margin-left: 15px;
}

#wrapper .item-info p {
  margin-bottom: 10px !important;
}

#wrapper .user-bg {
  margin: -25px;
  height: 230px;
  overflow: hidden;
  position: relative;
}

#wrapper .user-bg .overlay-box {
  background: #03a9f3;
  opacity: .9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
}

#wrapper .user-bg .overlay-box .user-content {
  padding: 15px;
  margin-top: 30px;
}

#wrapper .user-btm-box {
  padding: 40px 0 10px;
  clear: both;
  overflow: hidden;
}

#wrapper .vertical .carousel-inner {
  height: 100%;
  position: relative;
}

#wrapper .carousel.vertical .item {
  transition: .6s ease-in-out top;
}

#wrapper .carousel.vertical .active {
  top: 0;
}

#wrapper .carousel.vertical .next {
  top: 400px;
}

#wrapper .carousel.vertical .prev {
  top: -400px;
}

#wrapper .carousel.vertical .next.left, #wrapper .carousel.vertical .prev.right {
  top: 0;
}

#wrapper .carousel.vertical .active.left {
  top: -400px;
}

#wrapper .carousel.vertical .active.right {
  top: 400px;
}

#wrapper .carousel.vertical .item {
  left: 0;
}

#wrapper .twi-user img {
  margin-right: 20px;
  width: 50px;
}

#wrapper .twi-user {
  margin: 18px 0;
}

#wrapper .carousel-inner h3 {
  height: 112px;
  overflow: hidden;
}

#wrapper .chart-box {
  margin: 25px -15px -17px -17px;
}

#wrapper .list-task .task-done span {
  text-decoration: line-through;
}

#wrapper .chat-list {
  list-style: none;
  max-height: 332px;
  padding: 0 20px;
}

#wrapper .chat-list li {
  margin-bottom: 24px;
  overflow: auto;
}

#wrapper .chat-list .chat-image {
  display: inline-block;
  float: left;
  text-align: center;
  width: 50px;
}

#wrapper .chat-list .chat-image img {
  border-radius: 100%;
  width: 100%;
}

#wrapper .chat-list .chat-text {
  background: #f7fafc;
  border-radius: 0;
  display: inline-block;
  padding: 15px;
  position: relative;
}

#wrapper .chat-list .chat-text h4 {
  color: #1a2942;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  margin: 0;
  line-height: 15px;
  position: relative;
}

#wrapper .chat-list .chat-text p {
  margin: 0;
  padding-top: 3px;
}

#wrapper .chat-list .chat-text b {
  font-size: 10px;
  opacity: .8;
}

#wrapper .chat-list .chat-body {
  display: inline-block;
  float: left;
  font-size: 12px;
  margin-left: 12px;
  width: 65%;
}

#wrapper .chat-list .odd .chat-image {
  float: right !important;
}

#wrapper .chat-list .odd .chat-body {
  float: right !important;
  margin-right: 12px;
  text-align: right;
  color: #ffffff;
}

#wrapper .chat-list .odd .chat-text {
  background: #C02931;
}

#wrapper .chat-list .odd .chat-text h4 {
  color: #ffffff;
}

#wrapper .myadmin-alert {
  border-radius: 0;
  color: #fff;
  padding: 12px 30px 12px 12px;
  position: relative;
  text-align: left;
}

#wrapper .myadmin-alert a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}

#wrapper .myadmin-alert h4 {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

#wrapper .myadmin-alert .img {
  border-radius: 3px;
  height: 40px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 40px;
}

#wrapper .myadmin-alert-img {
  min-height: 64px;
  padding-left: 65px;
}

#wrapper .myadmin-alert-icon {
  padding-left: 20px;
}

#wrapper .myadmin-alert-icon i {
  padding-right: 10px;
}

#wrapper .myadmin-alert .closed {
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  font-weight: bold;
  padding: 4px;
  position: absolute;
  right: 3px;
  text-decoration: none;
  top: 0;
}

#wrapper .myadmin-alert .closed:hover {
  color: #fff;
}

#wrapper .myadmin-alert-click {
  cursor: pointer;
  padding-right: 12px;
}

#wrapper .myadmin-alert .primary {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: inherit;
  outline: 0 none;
  padding: 4px 10px;
}

#wrapper .myadmin-alert .cancel {
  background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  outline: 0 none;
  padding: 4px 10px;
}

#wrapper .myadmin-alert .primary:hover, #wrapper .myadmin-alert .cancel:hover {
  opacity: .9;
}

#wrapper .myadmin-alert-top, #wrapper .myadmin-alert-bottom, #wrapper .myadmin-alert-top-left, #wrapper .myadmin-alert-top-right, #wrapper .myadmin-alert-bottom-left, #wrapper .myadmin-alert-bottom-right, #wrapper .myadmin-alert-fullscreen {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1000;
}

#wrapper .myadmin-alert-top {
  left: 0;
  right: 0;
  top: 0;
}

#wrapper .myadmin-alert-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

#wrapper .myadmin-alert-top-left {
  left: 20px;
  top: 80px;
}

#wrapper .myadmin-alert-top-right {
  right: 20px;
  top: 80px;
}

#wrapper .myadmin-alert-bottom-left {
  bottom: 20px;
  left: 20px;
}

#wrapper .myadmin-alert-bottom-right {
  bottom: 20px;
  right: 20px;
}

#wrapper .myadmin-alert-fullsize {
  left: 50%;
  margin: -20px;
  top: 50%;
}

#wrapper .alert-custom {
  background: #C02931;
  color: #ffffff;
  border-color: #C02931;
}

#wrapper .alert-inverse {
  background: #4c5667;
  color: #ffffff;
  border-color: #4c5667;
}

#wrapper .alert-success {
  background: #00c292;
  color: #ffffff;
  border-color: #00c292;
}

#wrapper .alert-dark {
  background: #686868;
  color: #ffffff;
  border-color: #686868;
}

#wrapper .alert-warning {
  background: #fec107;
  color: #ffffff;
  border-color: #fec107;
}

#wrapper .alert-danger {
  background: #C02931;
  color: #ffffff;
  border-color: #C02931;
}

#wrapper .alert-primary {
  background: #03a9f3;
  color: #ffffff;
  border-color: #03a9f3;
}

#wrapper .alert-info {
  background: #03a9f3;
  color: #ffffff;
  border-color: #03a9f3;
}

#wrapper .alert-info .closed {
  color: inherit;
}

#wrapper .alert-info a.closed:hover {
  color: inherit;
}

#wrapper .tab-content {
  margin-top: 30px;
}

#wrapper .customtab {
  border-bottom: 2px solid #f7fafc;
}

#wrapper .customtab li.active a, #wrapper .customtab li.active a:hover, #wrapper .customtab li.active a:focus {
  background: #ffffff;
  border: 0;
  border-bottom: 2px solid #C02931;
  margin-bottom: -1px;
  color: #C02931;
}

#wrapper .customtab li a, #wrapper .customtab li a:hover, #wrapper .customtab li a:focus {
  border: 0;
}

#wrapper .customtab2 {
  border-bottom: 1px solid #f7fafc;
  border-top: 1px solid #f7fafc;
  padding: 10px 0;
}

#wrapper .customtab2 li.active a, #wrapper .customtab2 li.active a:hover, #wrapper .customtab2 li.active a:focus {
  background: #C02931;
  border: 1px solid #C02931;
  color: #ffffff;
}

#wrapper .customtab2 li a, #wrapper .customtab2 li a:hover, #wrapper .customtab2 li a:focus {
  border: 0;
}

#wrapper .vtabs {
  display: table;
}

#wrapper .vtabs .tabs-vertical {
  width: 150px;
  border-right: 1px solid rgba(120, 130, 140, 0.13);
  display: table-cell;
  vertical-align: top;
}

#wrapper .vtabs .tabs-vertical li a {
  color: #2b2b2b;
  margin-bottom: 10px;
}

#wrapper .vtabs .tab-content {
  display: table-cell;
  padding: 20px;
  vertical-align: top;
}

#wrapper .tabs-vertical li.active a, #wrapper .tabs-vertical li.active a:hover, #wrapper .tabs-vertical li.active a:focus {
  background: #C02931;
  border: 0;
  border-right: 2px solid #C02931;
  margin-right: -1px;
  color: #ffffff;
}

#wrapper .customvtab .tabs-vertical li.active a, #wrapper .customvtab .tabs-vertical li.active a:hover, #wrapper .customvtab .tabs-vertical li.active a:focus {
  background: #ffffff;
  border: 0;
  border-right: 2px solid #C02931;
  margin-right: -1px;
  color: #2b2b2b;
}

#wrapper .nav-pills > li.active > a, #wrapper .nav-pills > li.active > a:focus, #wrapper .nav-pills > li.active > a:hover {
  background: #C02931;
  color: #ffffff;
}

#wrapper .nav-pills > li > a {
  color: #2b2b2b;
  border-radius: 0;
}

#wrapper .panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before {
  content: '\e64b';
}

#wrapper .panel-group .panel .panel-heading .accordion-toggle.collapsed:before {
  content: '\e64b';
}

#wrapper .panel-group .panel .panel-heading a[data-toggle=collapse] {
  display: block;
}

#wrapper .panel-group .panel .panel-heading a[data-toggle=collapse]:before {
  content: '\e648';
  display: block;
  float: right;
  font-family: 'themify';
  font-size: 14px;
  text-align: right;
  width: 25px;
}

#wrapper .panel-group .panel .panel-heading .accordion-toggle {
  display: block;
}

#wrapper .panel-group .panel .panel-heading .accordion-toggle:before {
  content: '\e648';
  display: block;
  float: right;
  font-family: 'themify';
  font-size: 14px;
  text-align: right;
  width: 25px;
}

#wrapper .panel-group .panel .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}

#wrapper .panel-group .panel-heading {
  padding: 12px 20px;
}

#wrapper .progress {
  -webkit-box-shadow: none !important;
  background-color: rgba(120, 130, 140, 0.13);
  box-shadow: none !important;
  height: 4px;
  border-radius: 0;
  margin-bottom: 18px;
  overflow: hidden;
}

#wrapper .progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
}

#wrapper .progress.progress-sm {
  height: 8px !important;
}

#wrapper .progress.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}

#wrapper .progress.progress-md {
  height: 15px !important;
}

#wrapper .progress.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}

#wrapper .progress.progress-lg {
  height: 20px !important;
}

#wrapper .progress.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}

#wrapper .progress-bar-primary {
  background-color: #03a9f3;
}

#wrapper .progress-bar-success {
  background-color: #00c292;
}

#wrapper .progress-bar-info {
  background-color: #03a9f3;
}

#wrapper .progress-bar-megna {
  background-color: #03a9f3;
}

#wrapper .progress-bar-warning {
  background-color: #fec107;
}

#wrapper .progress-bar-danger {
  background-color: #C02931;
}

#wrapper .progress-bar-inverse {
  background-color: #4c5667;
}

#wrapper .progress-bar-purple {
  background-color: #03a9f3;
}

#wrapper .progress-bar-custom {
  background-color: #03a9f3;
}

#wrapper .progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: myanimation;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: myanimation;
  transition: 5s all;
}

@keyframes myanimation {
  from {
    width: 0;
  }
}

#wrapper .progress-vertical {
  min-height: 250px;
  height: 250px;
  width: 4px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

#wrapper .progress-vertical .progress-bar {
  width: 100%;
}

#wrapper .progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  width: 4px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}

#wrapper .progress-vertical-bottom .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}

#wrapper .progress-vertical.progress-sm, #wrapper .progress-vertical-bottom.progress-sm {
  width: 8px !important;
}

#wrapper .progress-vertical.progress-sm .progress-bar, #wrapper .progress-vertical-bottom.progress-sm .progress-bar {
  font-size: 8px;
  line-height: 5px;
}

#wrapper .progress-vertical.progress-md, #wrapper .progress-vertical-bottom.progress-md {
  width: 15px !important;
}

#wrapper .progress-vertical.progress-md .progress-bar, #wrapper .progress-vertical-bottom.progress-md .progress-bar {
  font-size: 10.8px;
  line-height: 14.4px;
}

#wrapper .progress-vertical.progress-lg, #wrapper .progress-vertical-bottom.progress-lg {
  width: 20px !important;
}

#wrapper .progress-vertical.progress-lg .progress-bar, #wrapper .progress-vertical-bottom.progress-lg .progress-bar {
  font-size: 12px;
  line-height: 20px;
}

#wrapper .timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
}

#wrapper .timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}

#wrapper .timeline > li {
  position: relative;
  margin-bottom: 20px;
}

#wrapper .timeline > li:before, #wrapper .timeline > li:after {
  content: " ";
  display: table;
}

#wrapper .timeline > li:after {
  clear: both;
}

#wrapper .timeline > li:before, #wrapper .timeline > li:after {
  content: " ";
  display: table;
}

#wrapper .timeline > li:after {
  clear: both;
}

#wrapper .timeline > li > .timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

#wrapper .timeline > li > .timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -8px;
  border-top: 8px solid transparent;
  border-right: 0 solid rgba(120, 130, 140, 0.13);
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(120, 130, 140, 0.13);
}

#wrapper .timeline > li > .timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -7px;
  border-top: 7px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}

#wrapper .timeline > li > .timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  overflow: hidden;
  background-color: #4c5667;
}

#wrapper .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

#wrapper .timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -8px;
  border-right-width: 8px;
  border-left-width: 0;
}

#wrapper .timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -7px;
  border-right-width: 7px;
  border-left-width: 0;
}

#wrapper .timeline-badge.primary {
  background-color: #03a9f3 !important;
}

#wrapper .timeline-badge.success {
  background-color: #00c292 !important;
}

#wrapper .timeline-badge.warning {
  background-color: #fec107 !important;
}

#wrapper .timeline-badge.danger {
  background-color: #C02931 !important;
}

#wrapper .timeline-badge.info {
  background-color: #03a9f3 !important;
}

#wrapper .timeline-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400;
}

#wrapper .timeline-body > p, #wrapper .timeline-body > ul {
  margin-bottom: 0;
}

#wrapper .timeline-body > p + p {
  margin-top: 5px;
}

#wrapper .chart {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

#wrapper .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

#wrapper .chart.chart-widget-pie {
  margin-top: 5px;
  margin-bottom: 5px;
}

#wrapper .pie-chart > span {
  left: 0;
  margin-top: -2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

#wrapper .chart > span > img {
  left: 0;
  margin-top: -2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 60%;
  height: 60%;
  transform: translateY(-50%);
  margin: 0 auto;
}

#wrapper .percent {
  display: inline-block;
  line-height: 100px;
  z-index: 2;
  font-weight: 600;
  font-size: 18px;
  color: #2b2b2b;
}

#wrapper .percent:after {
  content: '%';
  margin-left: .1em;
  font-size: .8em;
}

#wrapper .table {
  margin-bottom: 10px;
}

#wrapper .table-striped > tbody > tr:nth-of-type(odd), #wrapper .table-hover > tbody > tr:hover, #wrapper .table > thead > tr > td.active, #wrapper .table > tbody > tr > td.active, #wrapper .table > tfoot > tr > td.active, #wrapper .table > thead > tr > th.active, #wrapper .table > tbody > tr > th.active, #wrapper .table > tfoot > tr > th.active, #wrapper .table > thead > tr.active > td, #wrapper .table > tbody > tr.active > td, #wrapper .table > tfoot > tr.active > td, #wrapper .table > thead > tr.active > th, #wrapper .table > tbody > tr.active > th, #wrapper .table > tfoot > tr.active > th {
  background-color: #f7fafc !important;
}

#wrapper .table > thead > tr > th, #wrapper .table > tbody > tr > th, #wrapper .table > tfoot > tr > th, #wrapper .table > thead > tr > td, #wrapper .table > tbody > tr > td, #wrapper .table > tfoot > tr > td, #wrapper .table > thead > tr > th, #wrapper .table-bordered {
  border-top: 1px solid #e4e7ea;
}

#wrapper .table > tbody > tr > td, #wrapper .table > tbody > tr > th, #wrapper .table > tfoot > tr > td, #wrapper .table > tfoot > tr > th, #wrapper .table > thead > tr > td, #wrapper .table > thead > tr > th {
  padding: 15px 8px;
}

#wrapper .table-bordered > thead > tr > th, #wrapper .table-bordered > tbody > tr > th, #wrapper .table-bordered > tfoot > tr > th, #wrapper .table-bordered > thead > tr > td, #wrapper .table-bordered > tbody > tr > td, #wrapper .table-bordered > tfoot > tr > td {
  border: 1px solid #e4e7ea;
}

#wrapper .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e4e7ea;
}

#wrapper tbody {
  color: #797979;
}

#wrapper th {
  color: #666666;
  font-weight: 500;
}

#wrapper .table-bordered {
  border: 1px solid #e4e7ea;
}

#wrapper table.focus-on tbody tr.focused th {
  background-color: #C02931;
  color: #ffffff;
}

#wrapper table.focus-on tbody tr.focused td {
  background-color: #C02931;
  color: #ffffff;
}

#wrapper .table-rep-plugin .table-responsive {
  border: none !important;
}

#wrapper .table-rep-plugin tbody th {
  font-size: 14px;
  font-weight: normal;
}

#wrapper .footable-odd {
  background-color: #f7fafc;
}

#wrapper .form-control-line {
  border-left: 0 none;
  border-radius: 0;
  border-right: 0 none;
  border-top: 0 none;
  box-shadow: none;
  padding-left: 0;
}

#wrapper .has-success .form-control {
  border-color: #00c292;
  box-shadow: none !important;
}

#wrapper .has-warning .form-control {
  border-color: #fec107;
  box-shadow: none !important;
}

#wrapper .has-error .form-control {
  border-color: #C02931;
  box-shadow: none !important;
}

#wrapper .input-group-addon {
  border-radius: 2px;
  border: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .input-daterange input:first-child, #wrapper .input-daterange input:last-child {
  border-radius: 0;
}

#wrapper .form-material .form-group {
  overflow: hidden;
}

#wrapper .form-material .form-control {
  background-color: rgba(0, 0, 0, 0);
  background-position: center bottom, center calc(99%);
  background-repeat: no-repeat;
  background-size: 0 2px,100% 1px;
  padding: 0;
  transition: background 0s ease-out 0s;
}

#wrapper .form-material .form-control, #wrapper .form-material .form-control.focus, #wrapper .form-material .form-control:focus {
  background-image: linear-gradient(#03a9f3, #03a9f3), linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  float: none;
}

#wrapper .form-material .form-control.focus, #wrapper .form-material .form-control:focus {
  background-size: 100% 2px,100% 1px;
  outline: 0 none;
  transition-duration: .3s;
}

#wrapper .form-bordered .form-group {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding-bottom: 20px;
}

#wrapper .select2-container .select2-choice {
  background-image: none !important;
  border: none !important;
  height: auto !important;
  padding: 0 !important;
  line-height: 22px !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

#wrapper .select2-container .select2-choice .select2-arrow {
  background-image: none !important;
  background: transparent;
  border: none;
  width: 14px;
  top: -2px;
}

#wrapper .select2-container .select2-container-multi.form-control {
  height: auto;
}

#wrapper .select2-results .select2-highlighted {
  color: #ffffff;
  background-color: #03a9f3;
}

#wrapper .select2-drop-active {
  border: 1px solid #e3e3e3 !important;
  padding-top: 5px;
}

#wrapper .select2-search input {
  border: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .select2-container-multi {
  width: 100%;
}

#wrapper .select2-container-multi .select2-choices {
  border: 1px solid #border !important;
  box-shadow: none !important;
  background-image: none !important;
  border-radius: 0 !important;
  min-height: 38px;
}

#wrapper .select2-container-multi .select2-choices .select2-search-choice {
  padding: 4px 7px 4px 18px;
  margin: 5px 0 3px 5px;
  color: #555555;
  background: #f5f5f5;
  border-color: rgba(120, 130, 140, 0.13);
  box-shadow: none;
}

#wrapper .select2-container-multi .select2-choices .select2-search-field input {
  padding: 7px 7px 7px 10px;
  font-family: inherit;
}

#wrapper .icon-list-demo div {
  cursor: pointer;
  line-height: 60px;
  white-space: nowrap;
  color: #686868;
}

#wrapper .icon-list-demo div:hover {
  color: #2b2b2b;
}

#wrapper .icon-list-demo div p {
  margin: 10px 0;
  padding: 5px 0;
}

#wrapper .icon-list-demo i {
  -webkit-transition: all .2s;
  -webkit-transition: font-size .2s;
  display: inline-block;
  font-size: 18px;
  margin: 0 15px 0 10px;
  text-align: left;
  transition: all .2s;
  transition: font-size .2s;
  vertical-align: middle;
  width: auto;
  transition: all .3s ease 0s;
}

#wrapper .icon-list-demo .col-md-4 {
  border-radius: 0;
}

#wrapper .icon-list-demo .col-md-4:hover {
  background-color: #f7fafc;
}

#wrapper .icon-list-demo .col-md-4:hover i {
  font-size: 2em;
}

#wrapper .gmaps, #wrapper .gmaps-panaroma {
  height: 300px;
}

#wrapper .gmaps, #wrapper .gmaps-panaroma {
  height: 300px;
  background: #e4e7ea;
  border-radius: 3px;
}

#wrapper .gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #03a9f3;
  border-radius: 4px;
  padding: 10px 20px;
}

#wrapper .gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

#wrapper .gmaps-overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #03a9f3;
}

#wrapper .gmaps-overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #03a9f3;
}

#wrapper .jvectormap-zoomin, #wrapper .jvectormap-zoomout {
  width: 10px;
  height: 10px;
  line-height: 10px;
}

#wrapper .jvectormap-zoomout {
  top: 40px;
}

#wrapper .error-box {
  height: 100%;
  position: fixed;
  width: 100%;
}

#wrapper .error-box .footer {
  width: 100%;
  left: 0;
  right: 0;
}

#wrapper .error-body {
  padding-top: 5%;
}

#wrapper .error-body h1 {
  font-size: 210px;
  font-weight: 900;
  line-height: 210px;
}

#wrapper #recoverform {
  display: none;
}

#wrapper .pricing-box {
  position: relative;
  text-align: center;
  margin-top: 30px;
}

#wrapper .featured-plan {
  margin-top: 0;
}

#wrapper .featured-plan .pricing-body {
  padding: 60px 0;
  background: #f7fafc;
  border: 1px solid #ddd;
}

#wrapper .featured-plan .price-table-content .price-row {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .pricing-body {
  border-radius: 0;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom: 5px solid rgba(120, 130, 140, 0.13);
  vertical-align: middle;
  padding: 30px 0;
  position: relative;
}

#wrapper .pricing-body h2 {
  position: relative;
  font-size: 56px;
  margin: 20px 0 10px;
  font-weight: bold;
}

#wrapper .pricing-body h2 span {
  position: absolute;
  font-size: 15px;
  top: -10px;
  margin-left: -10px;
}

#wrapper .price-table-content .price-row {
  padding: 20px 0;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .pricing-plan {
  padding: 0 15px;
}

#wrapper .pricing-plan .no-padding {
  padding: 0;
}

#wrapper .price-lable {
  position: absolute;
  top: -10px;
  padding: 5px 10px;
  margin: 0 auto;
  display: inline-block;
  width: 100px;
  left: 0;
  right: 0;
}

#wrapper .mails a {
  color: #2b2b2b;
}

#wrapper .mails td {
  vertical-align: middle !important;
  position: relative;
}

#wrapper .mails td:last-of-type {
  width: 100px;
  padding-right: 20px;
}

#wrapper .mails tr:hover .text-white {
  display: none;
}

#wrapper .mails .mail-select {
  padding: 12px 20px;
  min-width: 134px;
}

#wrapper .mails .checkbox {
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: middle;
  display: inline-block;
  height: 17px;
}

#wrapper .mails .checkbox label {
  min-height: 16px;
}

#wrapper .mail-list .list-group-item {
  background-color: transparent;
  border: 0;
  border-left: 3px solid #ffffff;
  border-radius: 0;
}

#wrapper .mail-list .list-group-item:hover {
  background: #f7fafc;
  border-left: 3px solid #f7fafc;
}

#wrapper .mail-list .list-group-item:focus {
  border-left: 3px solid #f7fafc;
}

#wrapper .mail-list .list-group-item.active:focus {
  background: #f7fafc;
  border-left: 3px solid #C02931;
}

#wrapper .mail-list .list-group-item.active {
  border-left: 3px solid #C02931;
  border-radius: 0;
  color: #2b2b2b !important;
}

#wrapper .mail_listing {
  min-height: 500px;
}

#wrapper .inbox_listing .inbox-item:hover {
  background: #f7fafc;
}

#wrapper .inbox_listing .inbox-item {
  padding-left: 20px;
}

#wrapper .inbox-widget.inbox_listing .inbox-item .inbox-item-text {
  height: 19px;
  overflow: hidden;
}

#wrapper .message-center .unread .mail-contnet h5, #wrapper .message-center .unread .mail-contnet .mail-desc {
  font-weight: 600;
  color: #2b2b2b !important;
}

#wrapper .calendar {
  float: left;
  margin-bottom: 0;
}

#wrapper .fc-view {
  margin-top: 30px;
}

#wrapper .none-border .modal-footer {
  border-top: none;
}

#wrapper .fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px;
}

#wrapper .fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

#wrapper .fc-day {
  background: #ffffff;
}

#wrapper .fc-toolbar .fc-state-active, #wrapper .fc-toolbar .ui-state-active, #wrapper .fc-toolbar button:focus, #wrapper .fc-toolbar button:hover, #wrapper .fc-toolbar .ui-state-hover {
  z-index: 0;
}

#wrapper .fc-widget-header {
  border: 0 !important;
}

#wrapper .fc-widget-content {
  border-color: rgba(120, 130, 140, 0.13) !important;
}

#wrapper .fc th.fc-widget-header {
  background: #03a9f3;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 0;
  text-transform: uppercase;
}

#wrapper .fc-button {
  background: #ffffff;
  border: 1px solid rgba(120, 130, 140, 0.13);
  color: #555555;
  text-transform: capitalize;
}

#wrapper .fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}

#wrapper .fc-state-hover {
  background: #F5F5F5;
}

#wrapper .fc-unthemed .fc-today {
  border: 1px solid #C02931;
  background: #fcf8e3 !important;
}

#wrapper .fc-state-highlight {
  background: #f0f0f0;
}

#wrapper .fc-cell-overlay {
  background: #f0f0f0;
}

#wrapper .fc-unthemed .fc-today {
  background: #ffffff;
}

#wrapper .fc-event {
  border-radius: 0;
  border: none;
  cursor: move;
  font-size: 13px;
  margin: 1px -1px 0 -1px;
  padding: 5px 5px;
  text-align: center;
  background: #03a9f3;
}

#wrapper .calendar-event {
  cursor: move;
  margin: 10px 5px 0 0;
  padding: 6px 10px;
  display: inline-block;
  color: #ffffff;
  min-width: 140px;
  text-align: center;
  background: #03a9f3;
}

#wrapper .calendar-event a {
  float: right;
  opacity: .6;
  font-size: 10px;
  margin: 4px 0 0 10px;
  color: #ffffff;
}

#wrapper .fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}

#wrapper .fc-basic-view td.fc-day-number {
  padding-right: 5px;
}

#wrapper .navbar-top-links > li.right-side-toggle a:focus {
  background: #4F5467;
}

#wrapper .right-sidebar {
  position: fixed;
  right: -240px;
  width: 240px;
  display: none;
  z-index: 1000;
  background: #ffffff;
  top: 0;
  height: 100%;
  box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
  transition: all .3s ease;
}

#wrapper .right-sidebar .rpanel-title {
  display: block;
  padding: 21px;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  background: #C02931;
}

#wrapper .right-sidebar .rpanel-title span {
  float: right;
  cursor: pointer;
  font-size: 11px;
}

#wrapper .right-sidebar .rpanel-title span:hover {
  color: #2b2b2b;
}

#wrapper .right-sidebar .r-panel-body {
  padding: 20px;
}

#wrapper .right-sidebar .r-panel-body ul {
  margin: 0;
  padding: 0;
}

#wrapper .right-sidebar .r-panel-body ul li {
  list-style: none;
  padding: 5px 0;
}

#wrapper .shw-rside {
  right: 0;
  width: 240px;
  display: block;
}

#wrapper .visited li a {
  color: #686868;
}

#wrapper .visited li.active a {
  color: #C02931;
}

#wrapper .stats-row {
  margin-bottom: 20px;
}

#wrapper .stat-item {
  display: inline-block;
  padding-right: 15px;
}

#wrapper .stat-item + .stat-item {
  padding-left: 15px;
  border-left: 1px solid #eee;
}

#wrapper .country-state {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}

#wrapper .country-state h2 {
  margin: 0;
}

#wrapper .country-state .progress {
  margin-top: 8px;
}

#wrapper .two-part li {
  width: 48.8%;
}

#wrapper .two-part li i {
  font-size: 50px;
}

#wrapper .two-part li span {
  font-size: 50px;
  font-weight: 100;
  font-family: 'Poppins',sans-serif;
}

#wrapper .news-slide {
  position: relative;
}

#wrapper .news-slide .overlaybg {
  height: 360px;
  overflow: hidden;
}

#wrapper .news-slide .overlaybg img {
  width: 100%;
  height: 100%;
}

#wrapper .nav-pills-rounded li {
  display: inline-block;
  float: none;
}

#wrapper .nav-pills-rounded li a {
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  color: #686868;
  padding: 10px 25px;
}

#wrapper .nav-pills-rounded li.active a, #wrapper .nav-pills-rounded li.active a:focus, #wrapper .nav-pills-rounded li.active a:hover {
  background: #C02931;
  color: #ffffff;
}

#wrapper .feeds {
  margin: 0;
  padding: 0;
}

#wrapper .feeds li {
  list-style: none;
  padding: 10px;
  display: block;
}

#wrapper .feeds li:hover {
  background: #f7fafc;
}

#wrapper .feeds li > div {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
}

#wrapper .feeds li > div i {
  line-height: 40px;
}

#wrapper .feeds li span {
  float: right;
  width: auto;
  font-size: 12px;
}

#wrapper .jq-icon-info {
  background-color: #03a9f3;
  color: #ffffff;
}

#wrapper .jq-icon-success {
  background-color: #00c292;
  color: #ffffff;
}

#wrapper .jq-icon-error {
  background-color: #C02931;
  color: #ffffff;
}

#wrapper .jq-icon-warning {
  background-color: #fec107;
  color: #ffffff;
}

#wrapper .jq-toast-wrap.top-right {
  right: 15%;
}

#wrapper .sweet-alert {
  padding: 25px;
}

#wrapper .sweet-alert h2 {
  margin-top: 0;
}

#wrapper .sweet-alert p {
  line-height: 30px;
}

#wrapper ul.list-icons {
  margin: 0;
  padding: 0;
}

#wrapper ul.list-icons li {
  list-style: none;
  line-height: 40px;
}

#wrapper ul.list-icons li i {
  font-size: 12px;
  margin-right: 5px;
}

#wrapper .demo-tooltip .tooltip, #wrapper .demo-popover .popover {
  position: relative;
  margin-right: 25px;
  opacity: 1;
  display: inline-block;
}

#wrapper .tooltip-inner {
  border-radius: 3px;
  padding: 5px 10px;
}

#wrapper .tooltip.in {
  opacity: 1;
}

#wrapper .tooltip-primary.tooltip .tooltip-inner, #wrapper .tooltip-primary + .tooltip .tooltip-inner {
  color: #ffffff;
  background-color: #03a9f3;
}

#wrapper .tooltip-primary.tooltip.top .tooltip-arrow, #wrapper .tooltip-primary + .tooltip.top .tooltip-arrow {
  border-top-color: #03a9f3;
}

#wrapper .tooltip-primary.tooltip.right .tooltip-arrow, #wrapper .tooltip-primary + .tooltip.right .tooltip-arrow {
  border-right-color: #03a9f3;
}

#wrapper .tooltip-primary.tooltip.bottom .tooltip-arrow, #wrapper .tooltip-primary + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #03a9f3;
}

#wrapper .tooltip-primary.tooltip.left .tooltip-arrow, #wrapper .tooltip-primary + .tooltip.left .tooltip-arrow {
  border-left-color: #03a9f3;
}

#wrapper .tooltip-success.tooltip .tooltip-inner, #wrapper .tooltip-success + .tooltip .tooltip-inner {
  color: #ffffff;
  background-color: #00c292;
}

#wrapper .tooltip-success.tooltip.top .tooltip-arrow, #wrapper .tooltip-success + .tooltip.top .tooltip-arrow {
  border-top-color: #00c292;
}

#wrapper .tooltip-success.tooltip.right .tooltip-arrow, #wrapper .tooltip-success + .tooltip.right .tooltip-arrow {
  border-right-color: #00c292;
}

#wrapper .tooltip-success.tooltip.bottom .tooltip-arrow, #wrapper .tooltip-success + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #00c292;
}

#wrapper .tooltip-success.tooltip.left .tooltip-arrow, #wrapper .tooltip-success + .tooltip.left .tooltip-arrow {
  border-left-color: #00c292;
}

#wrapper .tooltip-warning.tooltip .tooltip-inner, #wrapper .tooltip-warning + .tooltip .tooltip-inner {
  color: #ffffff;
  background-color: #fec107;
}

#wrapper .tooltip-warning.tooltip.top .tooltip-arrow, #wrapper .tooltip-warning + .tooltip.top .tooltip-arrow {
  border-top-color: #fec107;
}

#wrapper .tooltip-warning.tooltip.right .tooltip-arrow, #wrapper .tooltip-warning + .tooltip.right .tooltip-arrow {
  border-right-color: #fec107;
}

#wrapper .tooltip-warning.tooltip.bottom .tooltip-arrow, #wrapper .tooltip-warning + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fec107;
}

#wrapper .tooltip-warning.tooltip.left .tooltip-arrow, #wrapper .tooltip-warning + .tooltip.left .tooltip-arrow {
  border-left-color: #fec107;
}

#wrapper .tooltip-info.tooltip .tooltip-inner, #wrapper .tooltip-info + .tooltip .tooltip-inner {
  color: #ffffff;
  background-color: #03a9f3;
}

#wrapper .tooltip-info.tooltip.top .tooltip-arrow, #wrapper .tooltip-info + .tooltip.top .tooltip-arrow {
  border-top-color: #03a9f3;
}

#wrapper .tooltip-info.tooltip.right .tooltip-arrow, #wrapper .tooltip-info + .tooltip.right .tooltip-arrow {
  border-right-color: #03a9f3;
}

#wrapper .tooltip-info.tooltip.bottom .tooltip-arrow, #wrapper .tooltip-info + tooltip.bottom .tooltip-arrow {
  border-bottom-color: #03a9f3;
}

#wrapper .tooltip-info.tooltip.left .tooltip-arrow, #wrapper .tooltip-info + .tooltip.left .tooltip-arrow {
  border-left-color: #03a9f3;
}

#wrapper .tooltip-danger.tooltip .tooltip-inner, #wrapper .tooltip-danger + .tooltip .tooltip-inner {
  color: #ffffff;
  background-color: #C02931;
}

#wrapper .tooltip-danger.tooltip.top .tooltip-arrow, #wrapper .tooltip-danger + .tooltip.top .tooltip-arrow {
  border-top-color: #C02931;
}

#wrapper .tooltip-danger.tooltip.right .tooltip-arrow, #wrapper .tooltip-danger + .tooltip.right .tooltip-arrow {
  border-right-color: #C02931;
}

#wrapper .tooltip-danger.tooltip.bottom .tooltip-arrow, #wrapper .tooltip-danger + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #C02931;
}

#wrapper .tooltip-danger.tooltip.left .tooltip-arrow, #wrapper .tooltip-danger + .tooltip.left .tooltip-arrow {
  border-left-color: #C02931;
}

#wrapper .flotTip {
  padding: 8px 12px;
  background-color: #2b2b2b;
  z-index: 100;
  color: #ffffff;
  opacity: .9;
  font-size: 13px;
}

#wrapper .popover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

#wrapper .popover .popover-title {
  border-radius: 0;
}

#wrapper .popover-primary + .popover .popover-title {
  color: #ffffff;
  background-color: #03a9f3;
  border-color: #03a9f3;
}

#wrapper .popover-primary + .popover.bottom .arrow {
  border-bottom-color: #03a9f3;
}

#wrapper .popover-primary + .popover.bottom .arrow:after {
  border-bottom-color: #03a9f3;
}

#wrapper .popover-success + .popover .popover-title {
  color: #ffffff;
  background-color: #00c292;
  border-color: #00c292;
}

#wrapper .popover-success + .popover.bottom .arrow {
  border-bottom-color: #00c292;
}

#wrapper .popover-success + .popover.bottom .arrow:after {
  border-bottom-color: #00c292;
}

#wrapper .popover-info + .popover .popover-title {
  color: #ffffff;
  background-color: #03a9f3;
  border-color: #03a9f3;
}

#wrapper .popover-info + .popover.bottom .arrow {
  border-bottom-color: #03a9f3;
}

#wrapper .popover-info + .popover.bottom .arrow:after {
  border-bottom-color: #03a9f3;
}

#wrapper .popover-warning + .popover .popover-title {
  color: #ffffff;
  background-color: #fec107;
  border-color: #fec107;
}

#wrapper .popover-warning + .popover.bottom .arrow {
  border-bottom-color: #fec107;
}

#wrapper .popover-warning + .popover.bottom .arrow:after {
  border-bottom-color: #fec107;
}

#wrapper .popover-danger + .popover .popover-title {
  color: #ffffff;
  background-color: #C02931;
  border-color: #C02931;
}

#wrapper .popover-danger + .popover.bottom .arrow {
  border-bottom-color: #C02931;
}

#wrapper .popover-danger + .popover.bottom .arrow:after {
  border-bottom-color: #C02931;
}

#wrapper .btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

#wrapper .btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
  border-radius: 0;
}

#wrapper .fileinput {
  margin-bottom: 9px;
  display: inline-block;
}

#wrapper .fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}

#wrapper .fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}

#wrapper .fileinput .thumbnail > img {
  max-height: 100%;
}

#wrapper .fileinput .btn {
  vertical-align: middle;
}

#wrapper .fileinput-exists .fileinput-new, #wrapper .fileinput-new .fileinput-exists {
  display: none;
}

#wrapper .fileinput-inline .fileinput-controls {
  display: inline;
}

#wrapper .fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}

#wrapper .form-control .fileinput-filename {
  vertical-align: bottom;
}

#wrapper .fileinput.input-group {
  display: table;
}

#wrapper .fileinput.input-group > * {
  position: relative;
  z-index: 2;
}

#wrapper .fileinput.input-group > .btn-file {
  z-index: 1;
}

#wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

#wrapper .ms-container .ms-list {
  border-radius: 0;
  box-shadow: none;
}

#wrapper .ms-container .ms-selectable li.ms-elem-selectable, #wrapper .ms-container .ms-selection li.ms-elem-selection {
  padding: 6px 10px;
}

#wrapper .ms-container .ms-selectable li.ms-hover, #wrapper .ms-container .ms-selection li.ms-hover {
  background: #03a9f3;
}

#wrapper .datepicker table tr td.today, #wrapper .datepicker table tr td.today:hover, #wrapper .datepicker table tr td.today.disabled, #wrapper .datepicker table tr td.today.disabled:hover {
  background-image: none;
  background: #C02931;
  color: #ffffff;
}

#wrapper .datepicker table tr td.active, #wrapper .datepicker table tr td.active:hover, #wrapper .datepicker table tr td.active.disabled, #wrapper .datepicker table tr td.active.disabled:hover {
  background-image: none;
  background: #03a9f3;
  color: #ffffff;
}

#wrapper .sidebar {
  background: #ffffff;
}

#wrapper .sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

#wrapper .sidebar .fa-fw {
  width: 20px;
  text-align: left;
  display: inline-block;
}

#wrapper .sidebar .label {
  font-size: 9px;
  width: 18px;
  height: 18px;
}

#wrapper .sidebar .sidebar-search {
  padding: 15px;
}

#wrapper #side-menu li a {
  color: #ffffff;
}

#wrapper #side-menu > li > a {
  color: #4c5667;
  border-bottom: 2px solid #ffffff;
}

#wrapper #side-menu > li > a {
  padding: 15px;
}

#wrapper #side-menu > li > a:hover, #wrapper #side-menu > li > a:focus {
  background: #f7fafc;
  border-color: #f7fafc;
}

#wrapper #side-menu > li > a.active {
  color: #ffffff;
}

#wrapper #side-menu ul > li > a:hover {
  color: #03a9f3;
  background: #f7fafc;
}

#wrapper #side-menu ul > li > a.active {
  color: #03a9f3;
}

#wrapper .sidebar .arrow {
  position: absolute;
  right: 15px;
  top: 13px;
}

#wrapper .sidebar .fa.arrow:before {
  content: "\f105";
}

#wrapper .sidebar .active > a > .fa.arrow:before {
  content: "\f107";
}

@media (min-width: 767px) {
  #wrapper #side-menu > li > a span.arrow {
    display: none;
  }
  #wrapper #side-menu .fa-fw {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
    margin-bottom: 5px;
  }
  #wrapper #side-menu > li {
    float: left;
  }
  #wrapper #side-menu > li .collapse.in {
    display: none;
  }
}

#wrapper .open-close {
  display: none !important;
}

#wrapper .sttabs {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  font-weight: 300;
}

#wrapper .sticon::before {
  display: inline-block;
  margin: 0 .4em 0 0;
  vertical-align: middle;
  font-size: 20px;
  speak: none;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#wrapper .sttabs nav {
  text-align: center;
}

#wrapper .sttabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  font-family: 'Poppins',sans-serif;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#wrapper .sttabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#wrapper .sttabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
}

#wrapper .sttabs nav a span {
  vertical-align: middle;
  font-wight: 500;
  font-size: 14px;
  font-family: 'Poppins',sans-serif;
}

#wrapper .sttabs nav a:focus {
  outline: none;
}

#wrapper .sttabs nav li.tab-current a {
  color: #C02931;
}

#wrapper .tabs-style-bar nav ul li a {
  margin: 0 2px;
  background-color: #f7fafc;
  color: #686868;
  padding: 5px 0;
  transition: background-color .2s,color .2s;
}

#wrapper .tabs-style-bar nav ul li a:hover, #wrapper .tabs-style-bar nav ul li a:focus {
  color: #C02931;
}

#wrapper .tabs-style-bar nav ul li a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: 'Poppins',sans-serif;
}

#wrapper .tabs-style-bar nav ul li.tab-current a {
  background: #C02931;
  color: #fff;
}

#wrapper .tabs-style-iconbox nav {
  background: #f7fafc;
}

#wrapper .tabs-style-iconbox nav ul li a {
  overflow: visible;
  padding: 35px 0;
  line-height: 1;
  transition: color .2s;
  color: #2b2b2b;
}

#wrapper .tabs-style-iconbox nav ul li.tab-current {
  z-index: 1;
}

#wrapper .tabs-style-iconbox nav ul li.tab-current a {
  background: #C02931;
  color: #ffffff;
  box-shadow: -1px 0 0 #ffffff;
}

#wrapper .tabs-style-iconbox nav ul li.tab-current a::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-top-color: #C02931;
  content: '';
  pointer-events: none;
}

#wrapper .tabs-style-iconbox nav ul li:first-child::before, #wrapper .tabs-style-iconbox nav ul li::after {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
  width: 1px;
  height: 60%;
  content: '';
}

#wrapper .tabs-style-iconbox nav ul li:first-child::before {
  right: auto;
  left: 0;
}

#wrapper .tabs-style-iconbox .sticon::before {
  display: block;
  margin: 0 0 .25em 0;
}

#wrapper .tabs-style-underline nav {
  border: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .tabs-style-underline nav a {
  padding: 20px 0;
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  transition: color .2s;
  color: #2b2b2b;
}

#wrapper .tabs-style-underline nav li:last-child a {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .tabs-style-underline nav li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #C02931;
  content: '';
  transition: transform .3s;
  transform: translate3d(0, 150%, 0);
}

#wrapper .tabs-style-underline nav li.tab-current a::after {
  transform: translate3d(0, 0, 0);
}

#wrapper .tabs-style-linetriangle nav a {
  overflow: visible;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: color .2s;
}

#wrapper .tabs-style-linetriangle nav a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  padding: 15px 0;
  color: #2b2b2b;
}

#wrapper .tabs-style-linetriangle nav li.tab-current a:after, #wrapper .tabs-style-linetriangle nav li.tab-current a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none;
}

#wrapper .tabs-style-linetriangle nav li.tab-current a:after {
  margin-left: -10px;
  border-width: 10px;
  border-top-color: #ffffff;
}

#wrapper .tabs-style-linetriangle nav li.tab-current a span {
  color: #C02931;
}

#wrapper .tabs-style-linetriangle nav li.tab-current a:before {
  margin-left: -11px;
  border-width: 11px;
  border-top-color: rgba(0, 0, 0, 0.2);
}

#wrapper .tabs-style-iconfall {
  overflow: visible;
}

#wrapper .tabs-style-iconfall nav {
  max-width: 1200px;
  margin: 0 auto;
}

#wrapper .tabs-style-iconfall nav a {
  display: inline-block;
  overflow: visible;
  padding: 1em 0 2em;
  color: #2b2b2b;
  line-height: 1;
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

#wrapper .tabs-style-iconfall nav a:hover, #wrapper .tabs-style-iconfall nav a:focus {
  color: #C02931;
}

#wrapper .tabs-style-iconfall nav li.tab-current a {
  color: #C02931;
}

#wrapper .tabs-style-iconfall nav li::before {
  position: absolute;
  bottom: 1em;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 4px;
  background: #C02931;
  content: '';
  opacity: 0;
  transition: transform .2s ease-in;
  transform: scale3d(0, 1, 1);
}

#wrapper .tabs-style-iconfall nav li.tab-current::before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

#wrapper .tabs-style-iconfall nav li.tab-current .sticon::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#wrapper .tabs-style-iconfall .sticon::before {
  display: block;
  margin: 0 0 .35em;
  opacity: 0;
  font-size: 24px;
  transition: transform .2s,opacity .2s;
  transform: translate3d(0, -100px, 0);
  pointer-events: none;
}

@media screen and (max-width: 58em) {
  #wrapper .tabs-style-iconfall nav li .sticon::before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

#wrapper .tabs-style-linemove nav {
  background: #f7fafc;
}

#wrapper .tabs-style-linemove nav li:last-child::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #C02931;
  content: '';
  transition: transform .3s;
}

#wrapper .tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
  transform: translate3d(-400%, 0, 0);
}

#wrapper .tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
  transform: translate3d(-300%, 0, 0);
}

#wrapper .tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
  transform: translate3d(-200%, 0, 0);
}

#wrapper .tabs-style-linemove nav li:nth-child(4).tab-current ~ li:last-child::before {
  transform: translate3d(-100%, 0, 0);
}

#wrapper .tabs-style-linemove nav a {
  padding: 30px 0;
  color: #2b2b2b;
  line-height: 1;
  transition: color .3s,transform .3s;
}

#wrapper .tabs-style-linemove nav li.tab-current a {
  color: #C02931;
}

#wrapper .tabs-style-line nav a {
  padding: 20px 10px;
  box-shadow: inset 0 -2px #d1d3d2;
  color: #686868;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  transition: color .3s,box-shadow .3s;
}

#wrapper .tabs-style-line nav a:hover, #wrapper .tabs-style-line nav a:focus {
  box-shadow: inset 0 -2px #74777b;
}

#wrapper .tabs-style-line nav li.tab-current a {
  box-shadow: inset 0 -2px #C02931;
  color: #C02931;
}

@media screen and (max-width: 58em) {
  #wrapper .tabs-style-line nav ul {
    display: block;
    box-shadow: none;
  }
  #wrapper .tabs-style-line nav ul li {
    display: block;
    -ms-flex: none;
    flex: none;
  }
}

#wrapper .tabs-style-circle {
  overflow: visible;
}

#wrapper .tabs-style-circle nav li {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

#wrapper .tabs-style-circle nav li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
  width: 120px;
  height: 120px;
  border: 1px solid #C02931;
  border-radius: 50%;
  content: '';
  opacity: 0;
  transition: transform .2s,opacity .2s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

#wrapper .tabs-style-circle nav a {
  overflow: visible;
  color: #2b2b2b;
  font-weight: 500;
  font-size: 14;
  line-height: 1.1;
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

#wrapper .tabs-style-circle nav a span {
  display: inline-block;
}

#wrapper .tabs-style-circle nav a:hover, #wrapper .tabs-style-circle nav a:focus {
  color: #C02931;
}

#wrapper .tabs-style-circle nav li.tab-current a {
  color: #C02931;
}

#wrapper .tabs-style-circle nav li.tab-current a span {
  transform: translate3d(0, 4px, 0);
}

@media screen and (max-width: 58em) {
  #wrapper .tabs-style-circle nav li::before {
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
  }
}

#wrapper .tabs-style-circle nav li.tab-current::before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

#wrapper .tabs-style-circle nav a span, #wrapper .tabs-style-circle .icon::before {
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

#wrapper .tabs-style-circle .sticon::before {
  display: block;
  margin: 0;
  pointer-events: none;
}

#wrapper .tabs-style-circle nav li.tab-current .sticon::before {
  transform: translate3d(0, -4px, 0);
}

#wrapper .tabs-style-shape {
  max-width: 1200px;
  margin: 0 auto;
}

#wrapper .tabs-style-shape nav ul li {
  margin: 0 3em;
}

#wrapper .tabs-style-shape nav ul li:first-child {
  margin-left: 0;
}

#wrapper .tabs-style-shape nav ul li.tab-current {
  z-index: 1;
}

#wrapper .tabs-style-shape nav li a {
  overflow: visible;
  margin: 0 -3em 0 0;
  padding: 0;
  color: #fff;
  font-weight: 500;
}

#wrapper .tabs-style-shape nav li a svg {
  position: absolute;
  left: 100%;
  margin: 0;
  width: 3em;
  height: 100%;
  fill: #bdc2c9;
}

#wrapper .tabs-style-shape nav li:first-child a span {
  padding-left: 2em;
  border-radius: 30px 0 0 0;
}

#wrapper .tabs-style-shape nav li:last-child a span {
  padding-right: 2em;
  border-radius: 0 30px 0 0;
}

#wrapper .tabs-style-shape nav li a svg:nth-child(2), #wrapper .tabs-style-shape nav li:last-child a svg {
  right: 100%;
  left: auto;
  transform: scale3d(-1, 1, 1);
}

#wrapper .tabs-style-shape nav li a span {
  display: block;
  overflow: hidden;
  padding: .65em 0;
  background-color: #bdc2c9;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#wrapper .tabs-style-shape nav li a:hover span {
  background-color: #C02931;
}

#wrapper .tabs-style-shape nav li a:hover svg {
  fill: #C02931;
}

#wrapper .tabs-style-shape nav li a svg {
  pointer-events: none;
}

#wrapper .tabs-style-shape nav li a svg use {
  pointer-events: auto;
}

#wrapper .tabs-style-shape nav li.tab-current a span, #wrapper .tabs-style-shape nav li.tab-current a svg {
  transition: none;
}

#wrapper .tabs-style-shape nav li.tab-current a span {
  background: #f7fafc;
}

#wrapper .tabs-style-shape nav li.tab-current a svg {
  fill: #f7fafc;
}

#wrapper .tabs-style-shape .content-wrap {
  background: #f7fafc;
}

@media screen and (max-width: 58em) {
  #wrapper .tabs-style-shape nav ul {
    display: block;
    padding-top: 1.5em;
  }
  #wrapper .tabs-style-shape nav ul li {
    display: block;
    margin: -1.25em 0 0;
    -ms-flex: none;
    flex: none;
  }
  #wrapper .tabs-style-shape nav ul li a {
    margin: 0;
  }
  #wrapper .tabs-style-shape nav ul li svg {
    display: none;
  }
  #wrapper .tabs-style-shape nav ul li a span {
    padding: 1.25em 0 2em !important;
    border-radius: 30px 30px 0 0 !important;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
    line-height: 1;
  }
  #wrapper .tabs-style-shape nav ul li:last-child a span {
    padding: 1.25em 0 !important;
  }
  #wrapper .tabs-style-shape nav ul li.tab-current {
    z-index: 1;
  }
}

#wrapper .tabs-style-linebox nav ul li {
  margin: 0 .5em;
  -ms-flex: none;
  flex: none;
}

#wrapper .tabs-style-linebox nav a {
  padding: 0 1.5em;
  color: #2b2b2b;
  font-weight: 500;
  transition: color .3s;
}

#wrapper .tabs-style-linebox nav a:hover, #wrapper .tabs-style-linebox nav a:focus {
  color: #C02931;
}

#wrapper .tabs-style-linebox nav li.tab-current a {
  color: #ffffff;
}

#wrapper .tabs-style-linebox nav a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #d2d8d6;
  content: '';
  transition: background-color .3s,transform .3s;
  transition-timing-function: ease, cubic-bezier(0.7, 0, 0.3, 1);
  transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
}

#wrapper .tabs-style-linebox nav li.tab-current a::after {
  transform: translate3d(0, 0, 0);
}

#wrapper .tabs-style-linebox nav a:hover::after, #wrapper .tabs-style-linebox nav a:focus::after, #wrapper .tabs-style-linebox nav li.tab-current a::after {
  background: #C02931;
}

@media screen and (max-width: 58em) {
  #wrapper .tabs-style-linebox nav ul {
    display: block;
    box-shadow: none;
  }
  #wrapper .tabs-style-linebox nav ul li {
    display: block;
    -ms-flex: none;
    flex: none;
  }
}

#wrapper .tabs-style-flip {
  max-width: 1200px;
  margin: 0 auto;
}

#wrapper .tabs-style-flip nav a {
  padding: .5em 0;
  color: #2b2b2b;
  transition: color .3s;
}

#wrapper .tabs-style-flip nav a:hover, #wrapper .tabs-style-flip nav a:focus {
  color: #C02931;
}

#wrapper .tabs-style-flip nav a span {
  text-transform: uppercase;
  letter-spacing: 1px;
}

#wrapper .tabs-style-flip nav a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  content: '';
  transition: transform .3s,background-color .3s;
  transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
  transform-origin: 50% 100%;
  perspective-origin: 50% 100%;
}

#wrapper .tabs-style-flip nav li.tab-current a {
  color: #C02931;
}

#wrapper .tabs-style-flip nav li.tab-current a::after {
  background-color: #f7fafc;
  transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
}

#wrapper .tabs-style-flip .content-wrap {
  background: #f7fafc;
}

#wrapper .tabs-style-circlefill {
  max-width: 800px;
  border: 1px solid #C02931;
  margin: 0 auto;
}

#wrapper .tabs-style-circlefill nav ul li {
  overflow: hidden;
  border-right: 1px solid #C02931;
}

#wrapper .tabs-style-circlefill nav li a {
  padding: 1.5em 0;
  color: #fff;
  font-size: 1.25em;
}

#wrapper .tabs-style-circlefill nav li:first-child {
  border-left: none;
}

#wrapper .tabs-style-circlefill nav li:last-child {
  border: none;
}

#wrapper .tabs-style-circlefill nav li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  border: 1px solid #C02931;
  border-radius: 50%;
  background: #C02931;
  content: '';
  transition: transform .3s;
}

#wrapper .tabs-style-circlefill nav li.tab-current::before {
  transform: scale3d(2.5, 2.5, 1);
}

#wrapper .tabs-style-circlefill nav a {
  transition: color .3s;
}

#wrapper .tabs-style-circlefill nav a span {
  display: none;
}

#wrapper .tabs-style-circlefill nav li.tab-current a {
  color: #ffffff;
}

#wrapper .tabs-style-circlefill .icon::before {
  display: block;
  margin: 0;
  pointer-events: none;
}

#wrapper .tabs-style-circlefill .content-wrap {
  border-top: 1px solid #C02931;
}

#wrapper .content-wrap {
  position: relative;
}

#wrapper .content-wrap section {
  display: none;
  margin: 0 auto;
  padding: 25px;
  min-height: 150px;
}

#wrapper .content-wrap section p {
  margin: 0;
  padding: .75em 0;
}

#wrapper .content-wrap section.content-current {
  display: block;
}

#wrapper .no-js .content-wrap section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

#wrapper .no-flexbox nav ul {
  display: block;
}

#wrapper .no-flexbox nav ul li {
  min-width: 15%;
  display: inline-block;
}

@media screen and (max-width: 58em) {
  #wrapper .sttabs nav a span {
    display: none;
  }
  #wrapper .sttabs nav a:before {
    margin-right: 0;
  }
}

#wrapper .mytooltip {
  display: inline;
  position: relative;
  z-index: 1;
}

#wrapper .tooltip-item {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 0 10px;
}

#wrapper .tooltip-item::after {
  content: '';
  position: absolute;
  width: 360px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
}

#wrapper .mytooltip:hover .tooltip-item::after {
  pointer-events: auto;
}

#wrapper .tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 360px;
  left: 50%;
  margin: 0 0 20px -180px;
  bottom: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #2b2b2b;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

#wrapper .tooltip-effect-1 .tooltip-content {
  transform: translate3d(0, -10px, 0);
  transition: opacity .3s,transform .3s;
  color: #ffffff;
}

#wrapper .tooltip-effect-2 .tooltip-content {
  transform-origin: 50% calc(110%);
  transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
  transition: opacity .2s,transform .2s;
}

#wrapper .tooltip-effect-3 .tooltip-content {
  transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
  transition: opacity .3s,transform .3s;
}

#wrapper .tooltip-effect-4 .tooltip-content {
  transform-origin: 50% 100%;
  transform: scale3d(0.7, 0.3, 1);
  transition: opacity .2s,transform .2s;
}

#wrapper .tooltip-effect-5 .tooltip-content {
  width: 180px;
  margin-left: -90px;
  transform-origin: 50% calc(106%);
  transform: rotate3d(0, 0, 1, 15deg);
  transition: opacity .2s,transform .2s;
  transition-timing-function: ease, cubic-bezier(0.17, 0.67, 0.4, 1.39);
}

#wrapper .mytooltip:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

#wrapper .tooltip.tooltip-effect-2:hover .tooltip-content {
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

#wrapper .tooltip-content::after {
  content: '';
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #2a3035;
  border-width: 10px;
  margin-left: -10px;
}

#wrapper .tooltip-content img {
  position: relative;
  height: 140px;
  display: block;
  float: left;
  margin-right: 1em;
}

#wrapper .tooltip-text {
  font-size: 14px;
  line-height: 24px;
  display: block;
  padding: 1.31em 1.21em 1.21em 0;
  color: #fff;
}

#wrapper .tooltip-effect-5 .tooltip-text {
  padding: 1.4em;
}

#wrapper a.mytooltip {
  font-weight: 500;
  color: #C02931;
}

#wrapper .tooltip-content2 {
  position: absolute;
  z-index: 9999;
  width: 80px;
  height: 80px;
  padding-top: 25px;
  left: 50%;
  margin-left: -40px;
  bottom: 100%;
  border-radius: 50%;
  text-align: center;
  background: #C02931;
  color: #ffffff;
  opacity: 0;
  margin-bottom: 20px;
  cursor: default;
  pointer-events: none;
}

#wrapper .tooltip-content2 i {
  opacity: 0;
}

#wrapper .mytooltip:hover .tooltip-content2, #wrapper .mytooltip:hover .tooltip-content2 i {
  opacity: 1;
  font-size: 18px;
}

#wrapper .tooltip-effect-6 .tooltip-content2 {
  transform: translate3d(0, 10px, 0) rotate3d(1, 1, 1, 45deg);
  transform-origin: 50% 100%;
  transition: opacity .3s,transform .3s;
}

#wrapper .tooltip-effect-6 .tooltip-content2 i {
  transform: scale3d(0, 0, 1);
  transition: opacity .3s,transform .3s;
}

#wrapper .tooltip-effect-7 .tooltip-content2 {
  transform: translate3d(0, 10px, 0);
  transition: opacity .3s,transform .3s;
}

#wrapper .tooltip-effect-7 .tooltip-content2 i {
  transform: translate3d(0, 15px, 0);
  transition: opacity .3s,transform .3s;
}

#wrapper .tooltip-effect-8 .tooltip-content2 {
  transform: translate3d(0, 10px, 0) rotate3d(0, 1, 0, 90deg);
  transform-origin: 50% 100%;
  transition: opacity .3s,transform .3s;
}

#wrapper .tooltip-effect-8 .tooltip-content2 i {
  transform: scale3d(0, 0, 1);
  transition: opacity .3s,transform .3s;
}

#wrapper .tooltip-effect-9 .tooltip-content2 {
  transform: translate3d(0, -20px, 0);
  transition: opacity .3s,transform .3s;
}

#wrapper .tooltip-effect-9 .tooltip-content2 i {
  transform: translate3d(0, 20px, 0);
  transition: opacity .3s,transform .3s;
}

#wrapper .mytooltip:hover .tooltip-content2, #wrapper .mytooltip:hover .tooltip-content2 i {
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

#wrapper .tooltip-effect-6:hover .tooltip-content2 i {
  transform: rotate3d(1, 1, 1, 0);
}

#wrapper .tooltip-content2::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin: -7px 0 0 -15px;
  width: 30px;
  height: 20px;
  background: url(../../plugins/images/tooltip/tooltip1.svg) no-repeat center center;
  background-size: 100%;
}

#wrapper .tooltip-content3 {
  position: absolute;
  background: url(../../plugins/images/tooltip/shape1.svg) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: 9999;
  width: 200px;
  bottom: 100%;
  left: 50%;
  margin-left: -100px;
  padding: 50px 30px;
  text-align: center;
  color: #fff;
  opacity: 0;
  cursor: default;
  font-size: 14;
  line-height: 27px;
  pointer-events: none;
  transform: scale3d(0.1, 0.2, 1);
  transform-origin: 50% 120%;
  transition: opacity .4s,transform .4s;
  transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
}

#wrapper .mytooltip:hover .tooltip-content3 {
  opacity: 1;
  pointer-events: auto;
  transform: scale3d(1, 1, 1);
}

#wrapper .tooltip-content3::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  margin-left: -8px;
  top: 100%;
  background: #00AEEF;
  transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
}

#wrapper .tooltip-item2 {
  color: #03a9f3;
  cursor: pointer;
  z-index: 100;
  position: relative;
  display: inline-block;
  font-weight: 500;
  transition: background-color .3s,color .3s,transform .3s;
}

#wrapper .mytooltip:hover .tooltip-item2 {
  color: #ffffff;
  transform: translate3d(0, -0.5em, 0);
}

#wrapper .tooltip-content4 {
  position: absolute;
  z-index: 99;
  width: 360px;
  left: 50%;
  margin-left: -180px;
  bottom: -5px;
  text-align: left;
  background: #03a9f3;
  opacity: 0;
  font-size: 14px;
  line-height: 27px;
  padding: 1.5em;
  color: #ffffff;
  border-bottom: 55px solid #2b2b2b;
  cursor: default;
  pointer-events: none;
  border-radius: 5px;
  transform: translate3d(0, -0.5em, 0);
  transition: opacity .3s,transform .3s;
}

#wrapper .tooltip-content4 a {
  color: #2b2b2b;
}

#wrapper .tooltip-text2 {
  opacity: 0;
  transform: translate3d(0, 1.5em, 0);
  transition: opacity .3s,transform .3s;
}

#wrapper .mytooltip:hover .tooltip-content4, #wrapper .mytooltip:hover .tooltip-text2 {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#wrapper .tooltip-content5 {
  position: absolute;
  z-index: 9999;
  width: 300px;
  left: 50%;
  bottom: 100%;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  color: #ffffff;
  background: transparent;
  opacity: 0;
  margin: 0 0 20px -150px;
  cursor: default;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  transition: opacity .3s .3s;
}

#wrapper .mytooltip:hover .tooltip-content5 {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

#wrapper .tooltip-content5 span {
  display: block;
}

#wrapper .tooltip-text3 {
  border-bottom: 10px solid #C02931;
  overflow: hidden;
  transform: scale3d(0, 1, 1);
  transition: transform .3s .3s;
}

#wrapper .mytooltip:hover .tooltip-text3 {
  transition-delay: 0s;
  transform: scale3d(1, 1, 1);
}

#wrapper .tooltip-inner2 {
  background: #2b2b2b;
  padding: 40px;
  transform: translate3d(0, 100%, 0);
  webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
}

#wrapper .mytooltip:hover .tooltip-inner2 {
  transition-delay: .3s;
  transform: translate3d(0, 0, 0);
}

#wrapper .tooltip-content5::after {
  content: '';
  bottom: -20px;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #C02931;
  border-width: 10px;
  margin-left: -10px;
}

@media (max-width: 1350px) {
  #wrapper .carousel .item h3 {
    font-size: 17px;
    height: 90px;
  }
}

#wrapper .search-listing {
  padding: 0;
  margin: 0;
}

#wrapper .search-listing li {
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .search-listing li h3 {
  margin: 0;
  font-size: 18px;
}

#wrapper .search-listing li h3 a {
  color: #03a9f3;
}

#wrapper .search-listing li h3 a:hover {
  text-decoration: underline;
}

#wrapper .search-listing li a {
  color: #00c292;
}

#wrapper .megamenu {
  left: 0;
  right: 0;
  width: 100%;
}

#wrapper .mega-dropdown {
  position: static !important;
}

#wrapper .mega-dropdown-menu {
  padding: 20px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important;
}

#wrapper .mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

#wrapper .mega-dropdown-menu > li > ul > li {
  list-style: none;
}

#wrapper .mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 8px 0;
  clear: both;
  line-height: 1.42857143;
  color: #686868;
  white-space: normal;
}

#wrapper .mega-dropdown-menu > li > ul > li > a:hover, #wrapper .mega-dropdown-menu > li > ul > li > a:focus {
  text-decoration: none;
  color: #C02931;
}

#wrapper .mega-dropdown-menu .dropdown-header {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0;
  margin-top: 12px;
}

#wrapper .mega-dropdown-menu li.demo-box a {
  color: #ffffff;
  display: block;
}

#wrapper .mega-dropdown-menu li.demo-box a:hover {
  opacity: .8;
}

#wrapper button.dt-button, #wrapper div.dt-button, #wrapper a.dt-button {
  background: #03a9f3;
  color: #ffffff;
  border-color: #03a9f3;
}

#wrapper button.dt-button:hover, #wrapper div.dt-button:hover, #wrapper a.dt-button:hover {
  background: #03a9f3;
}

#wrapper button.dt-button:hover:not(.disabled), #wrapper div.dt-button:hover:not(.disabled), #wrapper a.dt-button:hover:not(.disabled) {
  background: #f7fafc;
  color: #2b2b2b;
  border-color: rgba(120, 130, 140, 0.13);
}

#wrapper .list-style-none {
  margin: 0;
  padding: 0;
}

#wrapper .list-style-none li {
  list-style: none;
  margin: 0;
}

#wrapper .list-style-none li.box-label a {
  font-weight: 500;
}

#wrapper .list-style-none li.divider {
  margin: 10px 0;
  height: 1px;
  background: rgba(120, 130, 140, 0.13);
}

#wrapper .list-style-none li a {
  padding: 15px 10px;
  display: block;
  color: #686868;
}

#wrapper .list-style-none li a:hover {
  color: #C02931;
}

#wrapper .list-style-none li a span {
  float: right;
}

#wrapper .common-list {
  margin: 0;
  padding: 0;
}

#wrapper .common-list li {
  list-style: none;
  display: block;
}

#wrapper .common-list li a {
  padding: 12px 0;
  color: #686868;
  display: block;
}

#wrapper .common-list li a:hover {
  color: #C02931;
}

#wrapper .color-table.primary-table thead th {
  background-color: #03a9f3;
  color: #ffffff;
}

#wrapper .color-table.success-table thead th {
  background-color: #00c292;
  color: #ffffff;
}

#wrapper .color-table.info-table thead th {
  background-color: #03a9f3;
  color: #ffffff;
}

#wrapper .color-table.warning-table thead th {
  background-color: #fec107;
  color: #ffffff;
}

#wrapper .color-table.danger-table thead th {
  background-color: #C02931;
  color: #ffffff;
}

#wrapper .color-table.inverse-table thead th {
  background-color: #4c5667;
  color: #ffffff;
}

#wrapper .color-table.dark-table thead th {
  background-color: #2b2b2b;
  color: #ffffff;
}

#wrapper .color-table.red-table thead th {
  background-color: #fb3a3a;
  color: #ffffff;
}

#wrapper .color-table.purple-table thead th {
  background-color: #03a9f3;
  color: #ffffff;
}

#wrapper .color-table.muted-table thead th {
  background-color: #98a6ad;
  color: #ffffff;
}

#wrapper .color-bordered-table.primary-bordered-table {
  border: 2px solid #03a9f3;
}

#wrapper .color-bordered-table.primary-bordered-table thead th {
  background-color: #03a9f3;
  color: #ffffff;
}

#wrapper .color-bordered-table.success-bordered-table {
  border: 2px solid #00c292;
}

#wrapper .color-bordered-table.success-bordered-table thead th {
  background-color: #00c292;
  color: #ffffff;
}

#wrapper .color-bordered-table.info-bordered-table {
  border: 2px solid #03a9f3;
}

#wrapper .color-bordered-table.info-bordered-table thead th {
  background-color: #03a9f3;
  color: #ffffff;
}

#wrapper .color-bordered-table.warning-bordered-table {
  border: 2px solid #fec107;
}

#wrapper .color-bordered-table.warning-bordered-table thead th {
  background-color: #fec107;
  color: #ffffff;
}

#wrapper .color-bordered-table.danger-bordered-table {
  border: 2px solid #C02931;
}

#wrapper .color-bordered-table.danger-bordered-table thead th {
  background-color: #C02931;
  color: #ffffff;
}

#wrapper .color-bordered-table.inverse-bordered-table {
  border: 2px solid #4c5667;
}

#wrapper .color-bordered-table.inverse-bordered-table thead th {
  background-color: #4c5667;
  color: #ffffff;
}

#wrapper .color-bordered-table.dark-bordered-table {
  border: 2px solid #2b2b2b;
}

#wrapper .color-bordered-table.dark-bordered-table thead th {
  background-color: #2b2b2b;
  color: #ffffff;
}

#wrapper .color-bordered-table.red-bordered-table {
  border: 2px solid #fb3a3a;
}

#wrapper .color-bordered-table.red-bordered-table thead th {
  background-color: #fb3a3a;
  color: #ffffff;
}

#wrapper .color-bordered-table.purple-bordered-table {
  border: 2px solid #03a9f3;
}

#wrapper .color-bordered-table.purple-bordered-table thead th {
  background-color: #03a9f3;
  color: #ffffff;
}

#wrapper .color-bordered-table.muted-bordered-table {
  border: 2px solid #98a6ad;
}

#wrapper .color-bordered-table.muted-bordered-table thead th {
  background-color: #98a6ad;
  color: #ffffff;
}

#wrapper .full-color-table.full-primary-table {
  background-color: rgba(171, 140, 228, 0.8);
}

#wrapper .full-color-table.full-primary-table thead th {
  background-color: #03a9f3;
  border: 0 !important;
  color: #ffffff;
}

#wrapper .full-color-table.full-primary-table tbody td {
  border: 0 !important;
  color: #ffffff;
}

#wrapper .full-color-table.full-primary-table tr:hover {
  background-color: #03a9f3;
}

#wrapper .full-color-table.full-success-table {
  background-color: rgba(0, 194, 146, 0.8);
}

#wrapper .full-color-table.full-success-table thead th {
  background-color: #00c292;
  border: 0 !important;
  color: #ffffff;
}

#wrapper .full-color-table.full-success-table tbody td {
  border: 0 !important;
  color: #ffffff;
}

#wrapper .full-color-table.full-success-table tr:hover {
  background-color: #00c292;
}

#wrapper .full-color-table.full-info-table {
  background-color: rgba(3, 169, 243, 0.8);
}

#wrapper .full-color-table.full-info-table thead th {
  background-color: #03a9f3;
  border: 0 !important;
  color: #ffffff;
}

#wrapper .full-color-table.full-info-table tbody td {
  border: 0 !important;
  color: #ffffff;
}

#wrapper .full-color-table.full-info-table tr:hover {
  background-color: #03a9f3;
}

#wrapper .full-color-table.full-warning-table {
  background-color: rgba(254, 193, 7, 0.8);
}

#wrapper .full-color-table.full-warning-table thead th {
  background-color: #fec107;
  border: 0 !important;
  color: #ffffff;
}

#wrapper .full-color-table.full-warning-table tbody td {
  border: 0 !important;
  color: #ffffff;
}

#wrapper .full-color-table.full-warning-table tr:hover {
  background-color: #fec107;
}

#wrapper .full-color-table.full-danger-table {
  background-color: rgba(251, 150, 120, 0.8);
}

#wrapper .full-color-table.full-danger-table thead th {
  background-color: #C02931;
  border: 0 !important;
  color: #ffffff;
}

#wrapper .full-color-table.full-danger-table tbody td {
  border: 0 !important;
  color: #ffffff;
}

#wrapper .full-color-table.full-danger-table tr:hover {
  background-color: #C02931;
}

#wrapper .full-color-table.full-inverse-table {
  background-color: rgba(76, 86, 103, 0.8);
}

#wrapper .full-color-table.full-inverse-table thead th {
  background-color: #4c5667;
  border: 0 !important;
  color: #ffffff;
}

#wrapper .full-color-table.full-inverse-table tbody td {
  border: 0 !important;
  color: #ffffff;
}

#wrapper .full-color-table.full-inverse-table tr:hover {
  background-color: #4c5667;
}

#wrapper .full-color-table.full-dark-table {
  background-color: rgba(43, 43, 43, 0.8);
}

#wrapper .full-color-table.full-dark-table thead th {
  background-color: #2b2b2b;
  border: 0 !important;
  color: #ffffff;
}

#wrapper .full-color-table.full-dark-table tbody td {
  border: 0 !important;
  color: #ffffff;
}

#wrapper .full-color-table.full-dark-table tr:hover {
  background-color: #2b2b2b;
}

#wrapper .full-color-table.full-red-table {
  background-color: rgba(251, 58, 58, 0.8);
}

#wrapper .full-color-table.full-red-table thead th {
  background-color: #fb3a3a;
  border: 0 !important;
  color: #ffffff;
}

#wrapper .full-color-table.full-red-table tbody td {
  border: 0 !important;
  color: #ffffff;
}

#wrapper .full-color-table.full-red-table tr:hover {
  background-color: #fb3a3a;
}

#wrapper .full-color-table.full-purple-table {
  background-color: rgba(150, 117, 206, 0.8);
}

#wrapper .full-color-table.full-purple-table thead th {
  background-color: #03a9f3;
  border: 0 !important;
  color: #ffffff;
}

#wrapper .full-color-table.full-purple-table tbody td {
  border: 0 !important;
  color: #ffffff;
}

#wrapper .full-color-table.full-purple-table tr:hover {
  background-color: #03a9f3;
}

#wrapper .full-color-table.full-muted-table {
  background-color: rgba(152, 166, 173, 0.8);
}

#wrapper .full-color-table.full-muted-table thead th {
  background-color: #98a6ad;
  border: 0 !important;
  color: #ffffff;
}

#wrapper .full-color-table.full-muted-table tbody td {
  border: 0 !important;
  color: #ffffff;
}

#wrapper .full-color-table.full-muted-table tr:hover {
  background-color: #98a6ad;
}

#wrapper .floating-labels .form-group {
  position: relative;
}

#wrapper .floating-labels .form-control {
  font-size: 20px;
  padding: 10px 10px 10px 0;
  display: block;
  border: none;
  border-bottom: 1px solid #e4e7ea;
}

#wrapper .floating-labels select.form-control > option {
  font-size: 14px;
}

#wrapper .has-error .form-control {
  border-bottom: 1px solid #C02931;
}

#wrapper .has-warning .form-control {
  border-bottom: 1px solid #fec107;
}

#wrapper .has-success .form-control {
  border-bottom: 1px solid #00c292;
}

#wrapper .floating-labels .form-control:focus {
  outline: none;
  border: none;
}

#wrapper .floating-labels label {
  color: #686868;
  font-size: 16px;
  position: absolute;
  cursor: auto;
  top: 10px;
  transition: .2s ease all;
  -moz-transition: .2s ease all;
  -webkit-transition: .2s ease all;
}

#wrapper .floating-labels .form-control:focus ~ label, #wrapper .floating-labels .form-control:valid ~ label {
  top: -20px;
  font-size: 12px;
  color: #03a9f3;
}

#wrapper .floating-labels .bar {
  position: relative;
  display: block;
}

#wrapper .floating-labels .bar:before, #wrapper .floating-labels .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #03a9f3;
  transition: .2s ease all;
  -moz-transition: .2s ease all;
  -webkit-transition: .2s ease all;
}

#wrapper .floating-labels .bar:before {
  left: 50%;
}

#wrapper .floating-labels .bar:after {
  right: 50%;
}

#wrapper .floating-labels .form-control:focus ~ .bar:before, #wrapper .floating-labels .form-control:focus ~ .bar:after {
  width: 50%;
}

#wrapper .floating-labels .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: .5;
}

#wrapper .floating-labels .input-lg ~ label, #wrapper .floating-labels .input-lg {
  font-size: 24px;
}

#wrapper .floating-labels .input-sm ~ label, #wrapper .floating-labels .input-sm {
  font-size: 16px;
}

#wrapper .has-warning .bar:before, #wrapper .has-warning .bar:after {
  background: #fec107;
}

#wrapper .has-success .bar:before, #wrapper .has-success .bar:after {
  background: #00c292;
}

#wrapper .has-error .bar:before, #wrapper .has-error .bar:after {
  background: #C02931;
}

#wrapper .has-warning .form-control:focus ~ label, #wrapper .has-warning .form-control:valid ~ label {
  color: #fec107;
}

#wrapper .has-success .form-control:focus ~ label, #wrapper .has-success .form-control:valid ~ label {
  color: #00c292;
}

#wrapper .has-error .form-control:focus ~ label, #wrapper .has-error .form-control:valid ~ label {
  color: #C02931;
}

#wrapper .has-feedback label ~ .t-0 {
  top: 0;
}

#wrapper .re ul.two-part li i, #wrapper .re ul.two-part li span {
  font-size: 36px;
}

#wrapper .bg-light h4 {
  font-weight: bold;
}

#wrapper .agent-contact, #wrapper .pro-desc {
  font-size: 12px;
}

#wrapper .form-agent-inq .form-group {
  margin-bottom: 10px;
}

#wrapper .agent-info {
  max-height: 358px;
  height: 358px;
  background: #f7fafc;
}

#wrapper .pro-list {
  margin-top: 15px;
}

#wrapper .pro-img, #wrapper .pro-detail {
  display: table-cell;
  vertical-align: top;
}

#wrapper .pro-detail h5 a {
  color: #686868;
  line-height: 20px;
  font-weight: 500;
}

#wrapper .pro-box .pro-list-img {
  display: block;
  height: 210px;
  position: relative;
  overflow: hidden;
}

#wrapper .pro-box .pro-label {
  position: absolute;
  text-transform: uppercase;
  top: 0;
  right: 0;
  border-radius: 2px;
  padding: 5px;
  font-size: 80%;
}

#wrapper .pro-col-label {
  padding: 7px;
  width: 26%;
  display: block;
  margin-top: -15px;
  margin-left: 37%;
  border: 1px solid rgba(120, 130, 140, 0.13);
  text-transform: uppercase;
}

#wrapper .pro-box .pro-label-img {
  position: absolute;
  top: 30px;
  right: 30px;
}

#wrapper .pro-box.pro-horizontal pro-content {
  width: 100%;
  height: 210px;
}

#wrapper .pro-content .pro-list-details {
  height: 138px;
  max-height: 142px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .pro-content .pro-list-info {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

#wrapper .pro-content .pro-list-details h3, #wrapper .pro-content .pro-list-details h4, #wrapper .pro-list-info ul.pro-info li, #wrapper .pro-agent .agent-name h5, #wrapper .pro-agent .agent-name small, #wrapper ul.pro-info li span.label, #wrapper .pro-location span, #wrapper .pro-list-info-3-col ul.pro-info li, #wrapper .pro-content-3-col .pro-list-details h3, #wrapper .pro-content-3-col .pro-list-details h4, #wrapper .pro-content-3-col .pro-list-details h4 small, #wrapper .pro-agent-col-3 .agent-name h5, #wrapper .pro-agent-col-3 .agent-name small {
  font-weight: 500;
}

#wrapper .pro-list-info ul.pro-info, #wrapper .pro-list-info-3-col ul.pro-info {
  padding: 16px 10px 10px 10px;
  list-style: none;
}

#wrapper .pro-list-info ul.pro-info li {
  padding: 10px 0 10px 20px;
  font-size: 12px;
}

#wrapper ul.pro-info li span.label {
  width: 25px;
  height: 25px;
  padding: 8px;
  border-radius: 50%;
  margin-top: -4px;
  margin-right: 15px;
  font-size: 12px;
}

#wrapper ul.pro-info li span img, #wrapper ul.pro-amenities li span img {
  margin-top: -8px;
  padding-right: 12px;
}

#wrapper .pro-agent .agent-img a img, #wrapper .pro-agent-col-3 .agent-img a img {
  border: 3px solid #ffffff;
  box-shadow: 1px 1px 1px rgba(120, 130, 140, 0.13);
}

#wrapper .pro-agent .agent-img, #wrapper .pro-agent .agent-name, #wrapper .pro-agent-col-3 .agent-img, #wrapper .pro-agent-col-3 .agent-name {
  float: left;
}

#wrapper .pro-agent .agent-img {
  padding-top: 12px;
}

#wrapper .pro-agent .agent-name {
  padding: 10px 0 0 15px;
}

#wrapper .pro-location span {
  padding-top: 27px;
}

#wrapper .pro-content-3-col {
  padding: 15px;
  background: #f7fafc;
}

#wrapper .pro-content-3-col .pro-list-details h4 small {
  color: #C02931;
}

#wrapper .pro-list-info-3-col ul.pro-info li {
  padding: 10px 5px;
}

#wrapper .pro-agent-col-3 .agent-img {
  padding: 15px;
}

#wrapper .pro-agent-col-3 .agent-name {
  padding: 15px 15px 15px 5px;
}

#wrapper ul.pro-amenities {
  list-style: none;
  padding: 8px 0;
}

#wrapper ul.pro-amenities li {
  padding: 10px 0 10px 0;
  font-size: 12px;
}

#wrapper ul.pro-amenities li span i {
  padding-right: 12px;
}

#wrapper .pro-rd .table > tbody > tr > td:first-child {
  font-weight: 500;
}

#wrapper .pro-rd .table > tbody > tr > td, #wrapper .pro-rd .table > tbody > tr > th {
  border: none;
  padding: 8px 8px 8px 0;
  font-size: 12px;
}

#wrapper .pd-agent-info {
  max-height: 200px;
  height: 200px;
  background: #f7fafc;
  margin-top: 15px;
}

#wrapper .pd-agent-contact, #wrapper .pd-agent-inq {
  padding: 25px;
}

#wrapper .pro-add-form .radio label, #wrapper .pro-add-form .checkbox label {
  font-weight: 100;
}

#wrapper .register-box {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 2%;
}

#wrapper .step-register {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
}

#wrapper #sortable_panels .panel-heading {
  cursor: move;
}

#wrapper .icolors, #wrapper .icheck-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

#wrapper .icolors > li {
  padding: 0;
  margin: 2px;
  float: left;
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #2b2b2b;
  text-align: center;
}

#wrapper .icolors > li.active:after {
  content: "\2713 ";
  color: #ffffff;
  line-height: 30px;
}

#wrapper .icolors > li:first-child {
  margin-left: 0;
}

#wrapper .icolors > li.orange {
  background: #C02931;
}

#wrapper .icolors > li.yellow {
  background: #fec107;
}

#wrapper .icolors > li.info {
  background: #03a9f3;
}

#wrapper .icolors > li.green {
  background: #00c292;
}

#wrapper .icolors > li.red {
  background: #fb3a3a;
}

#wrapper .icolors > li.purple {
  background: #03a9f3;
}

#wrapper .icolors > li.blue {
  background: #03a9f3;
}

#wrapper .icheck-list {
  float: left;
  padding-right: 50px;
  padding-top: 10px;
}

#wrapper .icheck-list li {
  padding-bottom: 5px;
}

#wrapper .icheck-list li label {
  padding-left: 10px;
}

#wrapper .default-steps .column-step {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background: #edf1f5;
}

#wrapper .default-steps .column-step.active {
  background: #03a9f3;
}

#wrapper .default-steps .step-number, #wrapper .default-steps .column-step.active .step-number {
  font-size: 24px;
  background: #03a9f3;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin: auto auto 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
}

#wrapper .default-steps .column-step.active .step-number {
  background: #ffffff;
  color: #686868;
}

#wrapper .default-steps .step-title {
  font-size: 24px;
  font-weight: 100;
}

#wrapper .default-steps .column-step.active .step-title, #wrapper .default-steps .column-step.active .step-info {
  color: #ffffff;
}

#wrapper .thin-steps .column-step {
  padding: 20px;
  background: #edf1f5;
}

#wrapper .thin-steps .column-step.active {
  background: #C02931;
}

#wrapper .thin-steps .step-number, #wrapper .thin-steps .column-step.active .step-number {
  font-size: 20px;
  background: #C02931;
  color: #ffffff;
  border-radius: 50%;
  float: left;
  display: inline-block;
  margin: auto;
  padding-top: 2px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}

#wrapper .thin-steps .column-step.active .step-number {
  background: #ffffff;
  color: #686868;
}

#wrapper .thin-steps .step-title {
  font-size: 24px;
  font-weight: 100;
  padding-left: 60px;
  margin-top: -2px;
}

#wrapper .thin-steps .column-step.active .step-title, #wrapper .thin-steps .column-step.active .step-info {
  color: #ffffff;
}

#wrapper .thin-steps .step-info {
  padding-left: 60px;
  margin-top: -5px;
}

#wrapper .steps-no-bg .column-step {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

#wrapper .steps-no-bg .step-number, #wrapper .steps-no-bg .column-step.active .step-number {
  font-size: 24px;
  background: #ffffff;
  color: #686868;
  border: 1px solid #686868;
  border-radius: 50%;
  display: inline-block;
  margin: auto auto 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
}

#wrapper .steps-no-bg .column-step.active .step-number {
  background: #ffffff;
  color: #03a9f3;
  border: 1px solid #03a9f3;
}

#wrapper .steps-no-bg .step-title {
  font-size: 24px;
  font-weight: 100;
}

#wrapper .steps-no-bg .column-step.active .step-title, #wrapper .steps-no-bg .column-step.active .step-info {
  color: #03a9f3;
}

#wrapper .thin-steps-no-bg .column-step {
  padding: 20px;
}

#wrapper .thin-steps-no-bg .step-number, #wrapper .thin-steps-no-bg .column-step.active .step-number {
  font-size: 20px;
  background: #ffffff;
  color: #686868;
  border: 1px solid #686868;
  border-radius: 50%;
  float: left;
  display: inline-block;
  margin: auto;
  padding-top: 1px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}

#wrapper .thin-steps-no-bg .column-step.active .step-number {
  background: #ffffff;
  color: #C02931;
  border: 1px solid #C02931;
}

#wrapper .thin-steps-no-bg .step-title {
  font-size: 24px;
  font-weight: 100;
  padding-left: 60px;
  margin-top: -2px;
}

#wrapper .thin-steps-no-bg .column-step.active .step-title, #wrapper .thin-steps-no-bg .column-step.active .step-info {
  color: #C02931;
}

#wrapper .thin-steps-no-bg .step-info {
  padding-left: 60px;
  margin-top: -5px;
}

#wrapper .numbered-bg .column-step {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  height: 160px;
  background: #edf1f5;
}

#wrapper .numbered-bg .column-step.active {
  background: #03a9f3;
}

#wrapper .numbered-bg .step-number, #wrapper .numbered-bg .column-step.active .step-number {
  font-size: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 120px;
  color: #e4e7ea;
  z-index: 1;
}

#wrapper .numbered-bg .column-step.active .step-number {
  color: #0298da;
}

#wrapper .numbered-bg .step-title {
  font-size: 24px;
  font-weight: 100;
  padding-top: 18px;
}

#wrapper .numbered-bg .step-title, #wrapper .numbered-bg .step-info {
  z-index: 3;
  position: relative;
}

#wrapper .numbered-bg .column-step.active .step-title, #wrapper .numbered-bg .column-step.active .step-info {
  color: #ffffff;
}

#wrapper .thin-steps-numbered-bg .column-step {
  padding: 20px;
  text-align: center;
  background: #edf1f5;
}

#wrapper .thin-steps-numbered-bg .column-step.active {
  background: #03a9f3;
}

#wrapper .thin-steps-numbered-bg .step-number, #wrapper .thin-steps-numbered-bg .column-step.active .step-number {
  font-size: 120px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 75px;
  color: #e4e7ea;
  z-index: 1;
}

#wrapper .thin-steps-numbered-bg .column-step.active .step-number {
  color: #0298da;
}

#wrapper .thin-steps-numbered-bg .step-title {
  font-size: 24px;
  font-weight: 100;
}

#wrapper .thin-steps-numbered-bg .step-title, #wrapper .thin-steps-numbered-bg .step-info {
  z-index: 3;
  position: relative;
}

#wrapper .thin-steps-numbered-bg .column-step.active .step-title, #wrapper .thin-steps-numbered-bg .column-step.active .step-info {
  color: #ffffff;
}

#wrapper .line-steps .column-step {
  padding: 30px 0;
  text-align: center;
}

#wrapper .line-steps .step-number {
  font-size: 20px;
  background: #ffffff;
  border-radius: 50% !important;
  display: inline-block;
  margin: auto auto 14px;
  border: 3px solid #e4e7ea;
  position: relative;
  height: 40px;
  width: 40px;
  z-index: 3;
  line-height: 37px;
}

#wrapper .line-steps .step-title {
  font-size: 20px;
  font-weight: 100;
  position: relative;
}

#wrapper .line-steps .step-title:after, #wrapper .line-steps .step-title:before {
  content: '';
  height: 3px;
  width: 50%;
  position: absolute;
  background-color: #e4e7ea;
  top: -32px;
  z-index: 1;
  transform: translateY(-100%);
}

#wrapper .line-steps .step-title:after {
  left: 50%;
}

#wrapper .line-steps .step-title:before {
  right: 50%;
}

#wrapper .line-steps .start .step-title:before, #wrapper .line-steps .finish .step-title:after {
  content: none;
}

#wrapper .line-steps .start .step-title:after {
  background-color: #03a9f3;
}

#wrapper .line-steps .start .step-number {
  color: #03a9f3;
  border-color: #03a9f3;
}

#wrapper .line-steps .start .step-title, #wrapper .line-steps .start .step-info {
  color: #686868;
}

#wrapper .line-steps .active .step-title:after, #wrapper .line-steps .active .step-title:before {
  background-color: #03a9f3;
}

#wrapper .line-steps .active .step-number {
  color: #03a9f3;
  border-color: #03a9f3;
  webkit-transform: scale(1.3);
  transform: scale(1.3);
}

#wrapper .line-steps .active .step-title, #wrapper .line-steps .active .step-info {
  color: #686868;
}

#wrapper .line-steps .upcoming .step-title:after, #wrapper .line-steps .upcoming .step-title:before {
  background-color: #03a9f3;
}

#wrapper .line-steps .upcoming .step-number {
  color: #03a9f3;
  border-color: #03a9f3;
}

#wrapper .line-steps .upcoming .step-title, #wrapper .line-steps .upcoming .step-info {
  color: #686868;
}

#wrapper .line-steps .finish .step-number {
  color: #e4e7ea;
}

#wrapper .line-steps .finish .step-title, #wrapper .line-steps .finish .step-info {
  color: #686868;
}

#wrapper .ribbon-wrapper, #wrapper .ribbon-wrapper-reverse, #wrapper .ribbon-wrapper-bottom, #wrapper .ribbon-wrapper-right-bottom {
  position: relative;
  background: #edf1f5;
  padding: 50px 15px 15px 50px;
}

#wrapper .ribbon-overflow {
  overflow: hidden;
}

#wrapper .ribbon-wrapper-reverse {
  padding: 50px 50px 15px 15px;
}

#wrapper .ribbon-wrapper-bottom {
  padding: 15px 15px 50px 50px;
}

#wrapper .ribbon-wrapper-right-bottom {
  padding: 15px 50px 50px 15px;
}

#wrapper .ribbon {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  clear: left;
  position: absolute;
  top: 12px;
  left: -2px;
  color: #ffffff;
}

#wrapper .ribbon-bookmark:before {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border: 15px solid #2b2b2b;
  border-right: 10px solid transparent;
}

#wrapper .ribbon-right {
  left: auto;
  right: -2px;
}

#wrapper .ribbon-bookmark.ribbon-right:before {
  right: 100%;
  left: auto;
  border-right: 15px solid #2b2b2b;
  border-left: 10px solid transparent;
}

#wrapper .ribbon-vertical-l, #wrapper .ribbon-vertical-r {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  left: 12px;
  top: -2px;
}

#wrapper .ribbon-vertical-r {
  left: auto;
  right: 12px;
}

#wrapper .ribbon-bookmark.ribbon-vertical-l:before, #wrapper .ribbon-bookmark.ribbon-vertical-r:before {
  top: 100%;
  left: 0;
  margin-top: -14px;
  border-right: 15px solid #2b2b2b;
  border-bottom: 10px solid transparent;
}

#wrapper .ribbon-badge {
  top: 15px;
  overflow: hidden;
  left: -90px;
  width: 100%;
  text-align: center;
  transform: rotate(-45deg);
}

#wrapper .ribbon-badge.ribbon-right {
  left: auto;
  right: -90px;
  transform: rotate(45deg);
}

#wrapper .ribbon-badge.ribbon-bottom {
  top: auto;
  bottom: 15px;
  transform: rotate(45deg);
}

#wrapper .ribbon-badge.ribbon-right.ribbon-bottom {
  transform: rotate(-45deg);
}

#wrapper .ribbon-corner {
  top: 0;
  left: 0;
  background-color: transparent !important;
  padding: 6px 0 0 10px;
}

#wrapper .ribbon-corner i {
  position: relative;
}

#wrapper .ribbon-corner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border: 30px solid transparent;
  border-top-color: #C02931;
  border-left-color: #C02931;
}

#wrapper .ribbon-corner.ribbon-right:before {
  right: 0;
  left: auto;
  border-right-color: #526069;
  border-left-color: transparent;
}

#wrapper .ribbon-corner.ribbon-right {
  right: 0;
  left: auto;
  padding: 6px 10px 0 0;
}

#wrapper .ribbon-corner.ribbon-bottom:before {
  top: auto;
  bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #526069;
}

#wrapper .ribbon-corner.ribbon-bottom {
  bottom: 0;
  top: auto;
  padding: 0 10px 6px 10px;
}

#wrapper .ribbon-custom {
  background: #C02931;
}

#wrapper .ribbon-bookmark.ribbon-right.ribbon-custom:before {
  border-right-color: #C02931;
  border-left-color: transparent;
}

#wrapper .ribbon-bookmark.ribbon-vertical-l.ribbon-custom:before, #wrapper .ribbon-bookmark.ribbon-vertical-r.ribbon-custom:before {
  border-right-color: #C02931;
  border-bottom-color: transparent;
}

#wrapper .ribbon-primary {
  background: #03a9f3;
}

#wrapper .ribbon-bookmark.ribbon-primary:before {
  border-color: #03a9f3;
  border-right-color: transparent;
}

#wrapper .ribbon-bookmark.ribbon-right.ribbon-primary:before {
  border-right-color: #03a9f3;
  border-left-color: transparent;
}

#wrapper .ribbon-bookmark.ribbon-vertical-l.ribbon-primary:before, #wrapper .ribbon-bookmark.ribbon-vertical-r.ribbon-primary:before {
  border-right-color: #03a9f3;
  border-bottom-color: transparent;
}

#wrapper .ribbon-primary.ribbon-corner:before {
  border-top-color: #03a9f3;
  border-left-color: #03a9f3;
}

#wrapper .ribbon-primary.ribbon-corner.ribbon-right:before {
  border-right-color: #03a9f3;
  border-left-color: transparent;
}

#wrapper .ribbon-primary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #03a9f3;
}

#wrapper .ribbon-success {
  background: #00c292;
}

#wrapper .ribbon-bookmark.ribbon-success:before {
  border-color: #00c292;
  border-right-color: transparent;
}

#wrapper .ribbon-bookmark.ribbon-right.ribbon-success:before {
  border-right-color: #00c292;
  border-left-color: transparent;
}

#wrapper .ribbon-bookmark.ribbon-vertical-l.ribbon-success:before, #wrapper .ribbon-bookmark.ribbon-vertical-r.ribbon-success:before {
  border-right-color: #00c292;
  border-bottom-color: transparent;
}

#wrapper .ribbon-success.ribbon-corner:before {
  border-top-color: #00c292;
  border-left-color: #00c292;
}

#wrapper .ribbon-success.ribbon-corner.ribbon-right:before {
  border-right-color: #00c292;
  border-left-color: transparent;
}

#wrapper .ribbon-success.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #00c292;
}

#wrapper .ribbon-info {
  background: #03a9f3;
}

#wrapper .ribbon-bookmark.ribbon-info:before {
  border-color: #03a9f3;
  border-right-color: transparent;
}

#wrapper .ribbon-bookmark.ribbon-right.ribbon-info:before {
  border-right-color: #03a9f3;
  border-left-color: transparent;
}

#wrapper .ribbon-bookmark.ribbon-vertical-l.ribbon-info:before, #wrapper .ribbon-bookmark.ribbon-vertical-r.ribbon-info:before {
  border-right-color: #03a9f3;
  border-bottom-color: transparent;
}

#wrapper .ribbon-info.ribbon-corner:before {
  border-top-color: #03a9f3;
  border-left-color: #03a9f3;
}

#wrapper .ribbon-info.ribbon-corner.ribbon-right:before {
  border-right-color: #03a9f3;
  border-left-color: transparent;
}

#wrapper .ribbon-info.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #03a9f3;
}

#wrapper .ribbon-warning {
  background: #fec107;
}

#wrapper .ribbon-bookmark.ribbon-warning:before {
  border-color: #fec107;
  border-right-color: transparent;
}

#wrapper .ribbon-bookmark.ribbon-right.ribbon-warning:before {
  border-right-color: #fec107;
  border-left-color: transparent;
}

#wrapper .ribbon-bookmark.ribbon-vertical-l.ribbon-warning:before, #wrapper .ribbon-bookmark.ribbon-vertical-r.ribbon-warning:before {
  border-right-color: #fec107;
  border-bottom-color: transparent;
}

#wrapper .ribbon-warning.ribbon-corner:before {
  border-top-color: #fec107;
  border-left-color: #fec107;
}

#wrapper .ribbon-warning.ribbon-corner.ribbon-right:before {
  border-right-color: #fec107;
  border-left-color: transparent;
}

#wrapper .ribbon-warning.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #fec107;
}

#wrapper .ribbon-danger {
  background: #C02931;
}

#wrapper .ribbon-bookmark.ribbon-danger:before {
  border-color: #C02931;
  border-right-color: transparent;
}

#wrapper .ribbon-bookmark.ribbon-right.ribbon-danger:before {
  border-right-color: #C02931;
  border-left-color: transparent;
}

#wrapper .ribbon-bookmark.ribbon-vertical-l.ribbon-danger:before, #wrapper .ribbon-bookmark.ribbon-vertical-r.ribbon-danger:before {
  border-right-color: #C02931;
  border-bottom-color: transparent;
}

#wrapper .ribbon-danger.ribbon-corner:before {
  border-top-color: #C02931;
  border-left-color: #C02931;
}

#wrapper .ribbon-danger.ribbon-corner.ribbon-right:before {
  border-right-color: #C02931;
  border-left-color: transparent;
}

#wrapper .ribbon-danger.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #C02931;
}

#wrapper .ribbon-default {
  background: #2b2b2b;
}

#wrapper .ribbon-bookmark.ribbon-default:before {
  border-color: #2b2b2b;
  border-right-color: transparent;
}

#wrapper .ribbon-bookmark.ribbon-right.ribbon-default:before {
  border-right-color: #2b2b2b;
  border-left-color: transparent;
}

#wrapper .ribbon-bookmark.ribbon-vertical-l.ribbon-default:before, #wrapper .ribbon-bookmark.ribbon-vertical-r.ribbon-default:before {
  border-right-color: #2b2b2b;
  border-bottom-color: transparent;
}

#wrapper .ribbon-default.ribbon-corner:before {
  border-top-color: #2b2b2b;
  border-left-color: #2b2b2b;
}

#wrapper .ribbon-default.ribbon-corner.ribbon-right:before {
  border-right-color: #2b2b2b;
  border-left-color: transparent;
}

#wrapper .ribbon-default.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #2b2b2b;
}

#wrapper .bootstrap-switch, #wrapper .bootstrap-switch .bootstrap-switch-container {
  border-radius: 2px;
}

#wrapper .bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

#wrapper .bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

#wrapper .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, #wrapper .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  color: #ffffff;
  background: #03a9f3;
}

#wrapper .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info, #wrapper .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
  color: #ffffff;
  background: #03a9f3;
}

#wrapper .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, #wrapper .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
  color: #ffffff;
  background: #00c292;
}

#wrapper .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning, #wrapper .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
  color: #ffffff;
  background: #fec107;
}

#wrapper .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger, #wrapper .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
  color: #ffffff;
  background: #C02931;
}

#wrapper .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default, #wrapper .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
  color: #2b2b2b;
  background: #e4e7ea;
}

#wrapper .lobipanel .panel-heading .dropdown .dropdown-menu > li > a .panel-control-icon, #wrapper .lobipanel > .panel-heading .dropdown .dropdown-toggle .panel-control-icon {
  line-height: 1px;
}

#wrapper .lobipanel .panel-heading .dropdown .dropdown-menu > li > a {
  color: #2b2b2b;
}

#wrapper .lobipanel .panel-heading .dropdown .dropdown-menu {
  box-shadow: none !important;
}

#wrapper .lobipanel .panel-heading .dropdown .dropdown-menu > li > a:focus:hover, #wrapper .lobipanel .panel-heading .dropdown .dropdown-menu > li > a:hover {
  background: none;
  text-shadow: none;
  opacity: .6;
}

#wrapper .lobipanel-placeholder {
  background-color: #03a9f3;
  opacity: .1;
  border: 1px dashed #2b2b2b;
}

#wrapper .dp-selected[style] {
  background-color: #03a9f3 !important;
}

#wrapper .grid-stack-item-content {
  background: #ffffff;
  color: #2b2b2b;
  font-family: 'Poppins',sans-serif;
  text-align: center;
  font-size: 20px;
}

#wrapper .grid-stack-item-content .fa {
  font-size: 64px;
  display: block;
  margin: 20px 0 10px;
}

@media (max-width: 1350px) {
  #wrapper .carousel .item h3 {
    font-size: 17px;
    height: 90px;
  }
}

@media (min-width: 1024px) {
  #wrapper .app-search .form-control:focus {
    width: 300px;
  }
}

@media (min-width: 768px) {
  #wrapper #page-wrapper {
    position: inherit;
    margin: 0;
  }
  #wrapper .navbar-default {
    position: relative;
    width: 100%;
    top: 0;
  }
  #wrapper .fix-header .navbar-static-top {
    position: fixed;
    max-width: 1400px;
  }
  #wrapper .fix-header .sidebar {
    padding-top: 60px;
  }
  #wrapper .sidebar {
    z-index: 10;
    position: relative;
    width: 100%;
  }
  #wrapper .sidebar #side-menu > li:hover a {
    background: #f7fafc;
  }
  #wrapper #wrapper.fix-top .sidebar {
    position: fixed;
    max-width: 1400px;
    top: 0;
    transition: .5s ease-in;
  }
  #wrapper #wrapper.fix-top #page-wrapper {
    padding-top: 115px;
  }
  #wrapper .navbar-top-links .dropdown-messages, #wrapper .navbar-top-links .dropdown-tasks, #wrapper .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
  #wrapper .mail_listing {
    border-left: 1px solid rgba(120, 130, 140, 0.13);
    padding-left: 20px;
  }
  #wrapper .inbox-panel {
    padding-right: 20px;
  }
  #wrapper .top-minus {
    margin-top: -62px;
    float: right;
  }
  #wrapper .lobipanel .panel-heading .dropdown .dropdown-menu > li > a {
    color: #ffffff;
  }
}

@media (max-width: 1024px) {
  #wrapper .b-r-none {
    border-right: 0;
  }
  #wrapper .carousel-inner h3 {
    height: 90px;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  #wrapper .navbar-top-links {
    display: inline-block;
  }
  #wrapper .navbar-top-links .profile-pic img {
    margin-right: 0;
  }
  #wrapper .top-left-part {
    width: 60px;
  }
  #wrapper .navbar-top-links li:last-child {
    margin-right: 0;
  }
  #wrapper .navbar-top-links .dropdown-messages, #wrapper .navbar-top-links .dropdown-tasks, #wrapper .navbar-top-links .dropdown-alerts {
    width: 260px;
  }
  #wrapper .row-in-br {
    border-right: 0;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  }
  #wrapper .bg-title .breadcrumb {
    float: left;
    margin-top: 0;
    margin-bottom: 10px;
  }
  #wrapper ul.timeline:before {
    left: 40px;
  }
  #wrapper ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
  }
  #wrapper ul.timeline > li > .timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }
  #wrapper ul.timeline > li > .timeline-panel {
    float: right;
  }
  #wrapper ul.timeline > li > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  #wrapper ul.timeline > li > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  #wrapper .dropdown .mailbox, #wrapper .dropdown .dropdown-tasks {
    left: -94px;
  }
  #wrapper .fix-header .navbar-static-top {
    position: fixed;
    top: 0;
    width: 100%;
  }
  #wrapper .fix-header #page-wrapper {
    margin-top: 60px;
  }
  #wrapper .fix-header .sidebar {
    position: fixed;
    height: 350px;
    top: 60px;
    z-index: 100;
    overflow: auto !important;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
  }
  #wrapper .mega-dropdown-menu {
    height: 340px;
    overflow: auto;
  }
  #wrapper .table-responsive.pro-rd {
    border: none;
  }
  #wrapper .step-register, #wrapper .login-register, #wrapper #msform fieldset {
    position: relative;
  }
}

@media (max-width: 480px) {
  #wrapper .vtabs .tabs-vertical {
    width: auto;
  }
  #wrapper .stat-item {
    padding-right: 0;
  }
  #wrapper .login-box {
    width: 100%;
  }
  #wrapper .pro-content .pro-list-details {
    height: 100px;
    border-right: none;
  }
  #wrapper .pro-list-info ul.pro-info li {
    padding: 10px 0 10px 0;
  }
  #wrapper .pro-list-info ul.pro-info {
    padding-left: 0;
  }
  #wrapper .pro-agent .agent-img {
    padding-top: 3px;
  }
  #wrapper .pro-agent .agent-name {
    padding: 2px 0 10px 15px;
  }
}

@media (max-width: 991px) {
  #wrapper .line-steps .step-title:after, #wrapper .line-steps .step-title:before {
    content: none;
  }
  #wrapper .numbered-bg .step-info, #wrapper .numbered-bg .step-title {
    padding-right: 0;
  }
}
