/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Muli", sans-serif;
  font-size: 16px;
  line-height: 1.533333;
  color: #2a2d32;
  background-color: #fff;
  max-width: 100%;
  overflow-x: hidden;
}

a {
  color: #22ac60;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2,
.h2 {
  font-weight: 300;
  font-size: 42px;
  line-height: 60px;
}

h3,
.h3 {
  font-weight: 300;
  font-size: 26px;
  line-height: 40px;
  color: #4b4b4b;
}

h4,
.h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}

h5, .h5,
h6, .h6 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.green-overlay {
  background-color: rgba(34, 172, 96, 0.9);
  box-shadow: inset 0px 0px 3px 1px #ccc7c4;
  -moz-box-shadow: inset 0px 0px 3px 1px #ccc7c4;
  -webkit-box-shadow: inset 0px 0px 3px 1px #ccc7c4;
}

.white-overlay {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0px 0px 3px 1px #ccc7c4;
  -moz-box-shadow: inset 0px 0px 3px 1px #ccc7c4;
  -webkit-box-shadow: inset 0px 0px 3px 1px #ccc7c4;
}

@media (max-width: 1023px) {
  h2,
  .h2 {
    font-size: 34px;
    line-height: 48px;
  }

  h3,
  .h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 28px;
    line-height: 40px;
  }

  h3,
  .h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.white {
  color: #fff;
}

.text-center {
  text-align: center;
}

/**
* Inputs
-------------------------*/
.tc-input {
  background-color: #fff;
  color: #2a2d32;
  border: 1px solid #e7e8ec;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 0 20px;
  margin: 0;
  outline: none !important;
  font-size: 14px;
  height: 50px;
  font-family: "Muli", sans-serif;
  /* FF 4-18 */
  /* FF 4-18 */
}
.tc-input::-webkit-input-placeholder {
  color: #565a61;
  opacity: 1;
}
.tc-input:-moz-placeholder {
  color: #565a61;
  opacity: 1;
}
.tc-input::-moz-placeholder {
  color: #565a61;
  opacity: 1;
}
.tc-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.tc-input:focus:-moz-placeholder {
  color: transparent;
}
.tc-input:focus::-moz-placeholder {
  color: transparent;
}
.tc-input.input-lg {
  height: 70px;
  padding: 0 30px;
}
.tc-input.input-md {
  height: 50px;
  padding: 0 20px;
}
.tc-input.input-sm {
  height: 32px;
  padding: 0 10px;
}

/**
* Buttons
-------------------------*/
.tc-btn-sm {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  font-weight: normal;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  border: none;
}
.tc-btn-sm.tc-btn-white {
  background: #fff;
  color: #2a2d32;
}
.tc-btn-sm.tc-btn-green {
  background: #22ac60;
  color: #fff;
}
.tc-btn-sm.tc-btn-orange {
  background: #e89042;
  color: #fff;
}
.tc-btn-sm:hover {
  opacity: 0.8;
  text-decoration: none;
}

.tc-btn-md {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  font-weight: normal;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  border: none;
}
.tc-btn-md.tc-btn-white {
  background: #fff;
  color: #2a2d32;
}
.tc-btn-md.tc-btn-green {
  background: #22ac60;
  color: #fff;
}
.tc-btn-md.tc-btn-orange {
  background: #e89042;
  color: #fff;
}
.tc-btn-md:hover {
  opacity: 0.8;
  text-decoration: none;
}

.tc-btn-lg {
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  font-weight: normal;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  border: none;
}
.tc-btn-lg.tc-btn-white {
  background: #fff;
  color: #2a2d32;
}
.tc-btn-lg.tc-btn-green {
  background: #22ac60;
  color: #fff;
}
.tc-btn-lg.tc-btn-orange {
  background: #e89042;
  color: #fff;
}
.tc-btn-lg:hover {
  opacity: 0.8;
  text-decoration: none;
}

.container1000 {
  width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.col-group {
  margin: 0 -10px;
}
.col-group:after {
  content: "";
  display: table;
  clear: both;
}

.col-3,
.col-4,
.col-5 {
  padding: 0 10px;
  float: left;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333333333%;
}

.col-5 {
  width: 20%;
}

@media (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}

body {
  padding-top: 91px !important;
}

.tc-navbar {
  border-bottom: 1px solid #e7e8ec;
  border-bottom: 1px solid rgba(231, 232, 236, 0.25);
  height: 91px;
  color: #2a2d32;
  width: 100%;
  background-color: #fff;
  z-index: 100;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  box-shadow: 0px 2px 2px 0px #dddddd;
  -moz-box-shadow: 0px 2px 2px 0px #dddddd;
  -webkit-box-shadow: 0px 2px 2px 0px #dddddd;
  position: absolute;
  top: 0;
  left: 0;
}
.tc-navbar a {
  color: #2a2d32;
}
.tc-navbar .tc-navbar-header {
  padding: 30px 0 12px;
  float: left;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.tc-navbar .tc-navbar-header .tc-navbar-brand {
  display: block;
  width: 140px;
  height: 48px;
  background-size: contain;
  background-image: url(../images/logo-green.png);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  background-repeat: no-repeat;
}
.tc-navbar .tc-navbar-collapse {
  float: left;
  width: 85%;
  width: calc(100% - 140px);
  padding: 0;
}
.tc-navbar .tc-navbar-collapse .tc-navbar-nav {
  padding: 0 0 0 12px;
  margin: 0;
  float: left;
  position: relative;
}
.tc-navbar .tc-navbar-collapse .tc-navbar-nav:before {
  content: "";
  width: 1px;
  height: 30px;
  display: block;
  background-color: #e7e8ec;
  position: absolute;
  top: 35px;
  left: 10px;
}
.tc-navbar .tc-navbar-collapse .tc-navbar-nav > li {
  border-top: 5px solid transparent;
  list-style: none;
  float: left;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.tc-navbar .tc-navbar-collapse .tc-navbar-nav > li > a {
  display: block;
  line-height: 30px;
  padding: 30px 8px 25px 8px;
  font-size: 14px;
  font-weight: normal;
}
.tc-navbar .tc-navbar-collapse .tc-navbar-nav > li > a:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #2a2d32;
}
.tc-navbar .tc-navbar-collapse .tc-navbar-nav > li.tc-dropdown {
  position: relative;
}
.tc-navbar .tc-navbar-collapse .tc-navbar-nav > li.tc-dropdown:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #22ac60 transparent;
  position: absolute;
  top: 83%;
  left: 25px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -ms-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.tc-navbar .tc-navbar-collapse .tc-navbar-nav > li > ul {
  position: absolute;
  top: 80px;
  left: 0;
  padding: 0;
  margin: 0;
  background: #2a2d32;
  width: 240px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  z-index: 10;
}
.tc-navbar .tc-navbar-collapse .tc-navbar-nav > li > ul > li {
  list-style: none;
}
.tc-navbar .tc-navbar-collapse .tc-navbar-nav > li > ul > li a {
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 13px;
  color: #ccc;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.tc-navbar .tc-navbar-collapse .tc-navbar-nav > li > ul > li a:hover {
  text-decoration: none;
  color: #fff;
  background: #26282d;
}
.tc-navbar .tc-navbar-collapse .tc-navbar-nav > li:hover {
  border-top: 5px solid #22ac60;
}
.tc-navbar .tc-navbar-collapse .tc-navbar-nav > li:hover > a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.tc-navbar .tc-navbar-collapse .tc-navbar-nav > li.tc-dropdown:hover > a {
  opacity: 0.6;
  text-decoration: none;
}
.tc-navbar .tc-navbar-collapse .tc-navbar-nav > li.tc-dropdown:hover:before {
  opacity: 1;
}
.tc-navbar .tc-navbar-collapse .tc-navbar-nav > li.tc-dropdown:hover > ul {
  border-top: 5px solid #22ac60;
  height: auto;
  padding-bottom: 20px;
  z-index: 20;
}
.tc-navbar .tc-navbar-collapse .tc-navbar-right {
  float: right;
  width: 45%;
  overflow: hidden;
  padding-top: 10px;
}
.tc-navbar .tc-navbar-collapse .tc-navbar-right h1 {
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 6px;
  text-align: right;
  -webkit-transition: height 250ms ease-out;
  -moz-transition: height 250ms ease-out;
  -ms-transition: height 250ms ease-out;
  -o-transition: height 250ms ease-out;
  transition: height 250ms ease-out;
}
.tc-navbar .tc-navbar-collapse .tc-navbar-right .tc-try-btn {
  float: right;
  margin-left: 30px;
}
.tc-navbar .tc-navbar-collapse .tc-navbar-right .tc-try-btn > a {
  min-width: 132px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.tc-navbar .tc-navbar-collapse .tc-navbar-right .tc-chat-links {
  text-align: right;
  line-height: 32px;
  font-size: 13px;
  /*a {
  	text-decoration: underline;
  }*/
}
.tc-navbar .tc-navbar-toggle-outer {
  float: left;
  display: none;
  padding: 35px 0 25px;
}
.tc-navbar .tc-navbar-toggle-outer .tc-navbar-toggle-inner {
  padding: 8px 0 7px 12px;
  margin-left: 12px;
  border-left: 1px solid #e7e8ec;
}
.tc-navbar .tc-navbar-toggle {
  border: none;
  padding: 0;
  background-color: transparent;
  display: block;
  width: 20px;
  height: 15px;
  outline: none !important;
}
.tc-navbar .tc-navbar-toggle .icon-bar {
  width: 100%;
  height: 3px;
  background-color: #22ac60;
  display: block;
}
.tc-navbar .tc-navbar-toggle .icon-bar:nth-child(2) {
  margin-top: 3px;
  margin-bottom: 3px;
}
.tc-navbar.nav-transparent:not(.nav-scrolled) {
  background-color: transparent;
  color: #fff;
}
.tc-navbar.nav-transparent:not(.nav-scrolled) a {
  color: #fff;
}
.tc-navbar.nav-transparent:not(.nav-scrolled) .tc-navbar-header {
  padding: 26px 0 16px;
  float: left;
}
.tc-navbar.nav-transparent:not(.nav-scrolled) .tc-navbar-header .tc-navbar-brand {
  background-image: url(../images/logo-white.png);
}
.tc-navbar.nav-transparent:not(.nav-scrolled) .tc-navbar-toggle .icon-bar {
  background-color: #fff;
}
.tc-navbar.nav-scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  height: 85px;
  position: fixed;
}
.tc-navbar.nav-scrolled .tc-navbar-header {
  padding: 20px 0 16px;
}
.tc-navbar.nav-scrolled .tc-navbar-collapse .tc-navbar-nav:before {
  top: 30px;
}
.tc-navbar.nav-scrolled .tc-navbar-collapse .tc-navbar-nav > li > a {
  padding: 25px 8px;
}
.tc-navbar.nav-scrolled .tc-navbar-collapse .tc-navbar-nav > li:before {
  top: 85%;
}
.tc-navbar.nav-scrolled .tc-navbar-collapse .tc-navbar-nav > li > ul {
  top: 75px;
}
.tc-navbar.nav-scrolled .tc-navbar-right {
  padding-top: 29px;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.tc-navbar.nav-scrolled .tc-navbar-right h1 {
  height: 0;
  overflow: hidden;
  margin: 0;
}
.tc-navbar.nav-scrolled .tc-navbar-right .tc-chat-links {
  color: #2a2d32;
}
.tc-navbar.nav-scrolled .tc-navbar-toggle-outer {
  padding: 29px 0 25px;
}

footer {
  color: #fff;
  background-color: #2a2d32;
  background-image: url(../images/footer_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 70px;
  margin-top: 80px;
}
footer h2, footer h3 {
  color: #fff;
}
footer .footer_upper {
  padding-bottom: 20px;
}
footer:before {
  content: url(../images/footer_cart.png);
  display: block;
  margin-top: -110px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
footer .footer-buttons {
  margin-top: 40px;
}
footer .footer-buttons > a {
  min-width: 185px;
  margin: 0 13px;
}
footer .footer-widgets {
  margin-top: 40px;
}
footer .footer-widgets:after {
  content: "";
  display: table;
  clear: both;
}
footer .footer-widgets .footer-widget {
  float: left;
  width: 20%;
  text-align: left;
}
footer .footer-widgets .footer-widget h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
footer .footer-widgets .footer-widget ul {
  padding: 0;
  margin: 0;
}
footer .footer-widgets .footer-widget ul li {
  list-style: none;
  color: #7e848e;
  font-size: 14px;
  margin-bottom: 12px;
}
footer .footer-widgets .footer-widget ul li.social-icons a {
  font-size: 20px;
  margin-right: 8px;
}
footer .footer-widgets .footer-widget ul li.social-icons a:last-child {
  margin-right: 0;
}
footer .footer-widgets .footer-widget ul li.social-icons a:hover {
  text-decoration: none;
  color: #fff;
}
footer .footer-widgets .footer-widget ul li a {
  color: #7e848e;
}
footer .footer_bottom {
  border-top: 1px solid #3f4246;
  padding: 25px 0;
}
footer .footer_bottom .footer_bottom_left {
  text-align: left;
  color: #7e848e;
  font-size: 14px;
  float: left;
  padding: 11px 0;
}
footer .footer_bottom .footer_bottom_left a {
  color: #7e848e;
}
footer .footer_bottom .footer-seals {
  vertical-align: middle;
  margin-right: 18px;
}
footer .footer_bottom .footer_bottom_right {
  float: right;
}
footer .footer_bottom .footer_bottom_right img {
  opacity: 0.25;
}

.tc-navbar *,
footer *,
.tc-mobile-menu a {
  font-family: "Muli", sans-serif;
  letter-spacing: 0;
}
