/* Theme Name: Reborn
* Theme URI:
* Author: Jacek
* Author URI:
* Description:
* Version: 1.0
*/
@font-face {
  font-family: 'TitilliumText22LRegular';
  src: url("fonts/titilliumtext22l003-webfont.eot");
  src: url("fonts/titilliumtext22l003-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/titilliumtext22l003-webfont.woff") format("woff"), url("fonts/titilliumtext22l003-webfont.ttf") format("truetype"), url("fonts/titilliumtext22l003-webfont.svg#TitilliumText22LRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TitilliumText22LMedium';
  src: url("fonts/titilliumtext22l004-webfont.eot");
  src: url("fonts/titilliumtext22l004-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/titilliumtext22l004-webfont.woff") format("woff"), url("fonts/titilliumtext22l004-webfont.ttf") format("truetype"), url("fonts/titilliumtext22l004-webfont.svg#TitilliumText22LMedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TitilliumText22LBold';
  src: url("fonts/titilliumtext22l005-webfont.eot");
  src: url("fonts/titilliumtext22l005-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/titilliumtext22l005-webfont.woff") format("woff"), url("fonts/titilliumtext22l005-webfont.ttf") format("truetype"), url("fonts/titilliumtext22l005-webfont.svg#TitilliumText22LBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* line 13, sass/base/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 27, sass/base/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 35, sass/base/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 49, sass/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 62, sass/base/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 72, sass/base/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 81, sass/base/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 92, sass/base/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 105, sass/base/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 115, sass/base/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 125, sass/base/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 135, sass/base/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 144, sass/base/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 154, sass/base/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 165, sass/base/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 173, sass/base/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 182, sass/base/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 191, sass/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 199, sass/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 203, sass/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 214, sass/base/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 223, sass/base/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 232, sass/base/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 240, sass/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 252, sass/base/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 268, sass/base/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 278, sass/base/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 289, sass/base/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 300, sass/base/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 312, sass/base/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 323, sass/base/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 336, sass/base/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 350, sass/base/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, sass/base/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 368, sass/base/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 378, sass/base/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 388, sass/base/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 397, sass/base/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 407, sass/base/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 420, sass/base/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 429, sass/base/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 440, sass/base/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 448, sass/base/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 459, sass/base/_normalize.scss */
[hidden] {
  display: none;
}

/* line 463, sass/base/_normalize.scss */
a {
  text-decoration: none;
}

/* line 1, sass/templates/_main.scss */
.body {
  background: #58585a;
}

/* line 5, sass/templates/_main.scss */
ul li {
  list-style: none;
}

/* line 9, sass/templates/_main.scss */
.clrf {
  clear: both;
}

/* line 13, sass/templates/_main.scss */
.header {
  width: 970px;
  margin: 0 auto;
  padding: 33px 10px 0;
  height: 41px;
  padding-top: 18px;
  position: relative;
  z-index: 1;
}
/* line 22, sass/templates/_main.scss */
.header .logo {
  width: 120px;
  height: 93px;
  display: block;
  background: url("../images/logo.png") no-repeat center center;
  float: left;
  position: absolute;
}
@media screen and (max-width: 470px) {
  /* line 30, sass/templates/_main.scss */
  .header .logo a img {
    width: 60px;
    height: auto;
  }
}

/* line 41, sass/templates/_main.scss */
.content-wrapper {
  width: 970px;
  margin: 0 auto;
  padding: 100px 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

/* line 50, sass/templates/_main.scss */
.sidebarposition {
  width: 380px;
  padding-right: 20px;
}

/* line 55, sass/templates/_main.scss */
.content {
  width: 570px;
}
/* line 58, sass/templates/_main.scss */
.content ul {
  list-style: none;
  padding-left: 25px;
}
/* line 63, sass/templates/_main.scss */
.content li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #58585a;
  padding: 0 0 7px;
}
/* line 70, sass/templates/_main.scss */
.content em {
  font-size: medium;
}
/* line 74, sass/templates/_main.scss */
.content li::before {
  content: " \2022 ";
  color: red;
  padding-right: 10px;
}
/* line 80, sass/templates/_main.scss */
.content p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #58585a;
}
/* line 86, sass/templates/_main.scss */
.content h1,
.content h3 {
  color: #e53527;
  font-size: 30px;
  margin-bottom: 10px;
  font-family: "TitilliumText22LBold", Arial, Helvetica, sans-serif;
  margin: 0 0 10px;
}

/* line 96, sass/templates/_main.scss */
.wyrozniony {
  color: #e53527;
}

/* line 100, sass/templates/_main.scss */
footer {
  width: 1014px;
  margin: 25px auto;
  height: 80px;
  padding: 0 10px;
  display: flex;
}
/* line 108, sass/templates/_main.scss */
footer .languagesidebar ul {
  padding: 0;
  margin: 0;
}
/* line 112, sass/templates/_main.scss */
footer .languagesidebar ul li {
  float: left;
  padding: 0 5px 10px;
}
/* line 118, sass/templates/_main.scss */
footer .languagesidebar ul .lang-item img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.6s ease;
}
/* line 123, sass/templates/_main.scss */
footer .languagesidebar ul .lang-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transition: all 0.6s ease;
}
/* line 132, sass/templates/_main.scss */
footer .languagesidebar ul .lang-item.current-lang img {
  filter: grayscale(0%);
  opacity: 1;
  transition: all 0.6s ease;
}
/* line 141, sass/templates/_main.scss */
footer .rest-container {
  display: flex;
  flex-direction: column;
}
/* line 146, sass/templates/_main.scss */
footer #copyright,
footer #wspolpraca {
  color: #ababac;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  float: left;
  margin-top: 5px;
  margin-left: 10px;
}
/* line 155, sass/templates/_main.scss */
footer #copyright a,
footer #wspolpraca a {
  color: #ababac;
}
/* line 158, sass/templates/_main.scss */
footer #copyright a:hover,
footer #wspolpraca a:hover {
  color: #e53527;
  transition: all 0.6s ease;
}
/* line 165, sass/templates/_main.scss */
footer .climagessmall {
  margin: 0;
  padding: 0;
}
/* line 171, sass/templates/_main.scss */
footer .fosecond .widget {
  float: left;
}
/* line 175, sass/templates/_main.scss */
footer .fosecond .footerclient {
  padding: 7px 0 0 5px;
}
/* line 178, sass/templates/_main.scss */
footer .fosecond .footerclient img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.6s ease;
}
/* line 183, sass/templates/_main.scss */
footer .fosecond .footerclient img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transition: all 0.6s ease;
}
/* line 190, sass/templates/_main.scss */
footer .fosecond .footerclient:first-of-type {
  margin-left: 10px;
}
/* line 195, sass/templates/_main.scss */
footer .fosecond .footerclient:first-of-type {
  margin-left: 10px;
}

/* line 201, sass/templates/_main.scss */
footer.showlogo {
  background: url("images/make-you-smile.png") right top;
  background-repeat: no-repeat;
}

/* line 206, sass/templates/_main.scss */
.clients-logs img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.6s ease;
  margin-top: 5px;
  margin-right: 5px;
}
/* line 213, sass/templates/_main.scss */
.clients-logs img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transition: all 0.6s ease;
}

/* glowny div z like box'em */
/* line 222, sass/templates/_main.scss */
#like-box {
  position: fixed;
  z-index: 99;
  top: 150px;
  /* jego polozenie od gory */
  left: -296px;
  /* szerokosc wygenerowanego boxa + 4px obramowania */
  -webkit-transition: left 0.5s ease-out;
  -moz-transition: left 0.5s ease-out;
  -o-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
}

/* wysuniecie like box'a */
/* line 234, sass/templates/_main.scss */
#like-box:hover {
  left: 0px;
}

/* zewnetrzna ramka boxa */
/* line 239, sass/templates/_main.scss */
#like-box .outside {
  position: relative;
  z-index: 1;
  background: #3b5999;
  padding: 2px;
  min-width: 1px;
  float: left;
}

/* wewnetrzne tlo boxa */
/* line 249, sass/templates/_main.scss */
#like-box .inside {
  position: relative;
  z-index: 2;
  background: #fff;
}

/* pasek z logo FB */
/* line 256, sass/templates/_main.scss */
#like-box .belt {
  position: relative;
  z-index: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  float: left;
  width: 100px;
  height: 40px;
  padding: 7px 0px 0px 20px;
  margin: 50px 0px 0px -55px;
  background: #3b5999;
  color: #fff;
  font-weight: bold;
  font-family: Verdana;
  font-size: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 280, sass/templates/_main.scss */
.contact-page h1 {
  color: #e53527;
  font-size: 30px;
  margin-bottom: 10px;
  font-family: "TitilliumText22LBold", Arial, Helvetica, sans-serif;
  margin: 0 0 10px;
}
/* line 287, sass/templates/_main.scss */
.contact-page .wyrozniony, .contact-page p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/* line 291, sass/templates/_main.scss */
.contact-page a {
  color: #e53527;
  text-decoration: none;
}

/* line 2, sass/templates/_home.scss */
.home .content-wrapper {
  padding-top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* line 8, sass/templates/_home.scss */
.home .content-wrapper .content-home {
  width: 100%;
  position: relative;
  margin: 0;
  padding-bottom: 54px;
}
/* line 14, sass/templates/_home.scss */
.home .content-wrapper .content-home .red-bar {
  width: 100%;
  height: 235px;
  margin: 0 auto;
  background: url("images/pasek.png") center center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
/* line 25, sass/templates/_home.scss */
.home .content-wrapper .content-home .red-bar .boxes {
  max-width: 1014px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  height: 225px;
  padding-bottom: 10px;
}
/* line 33, sass/templates/_home.scss */
.home .content-wrapper .content-home .red-bar .boxes .redbarsidebar {
  width: 300px;
  margin-right: 20px;
  font-size: 12px;
  color: #fff;
}
/* line 38, sass/templates/_home.scss */
.home .content-wrapper .content-home .red-bar .boxes .redbarsidebar h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 14px;
  font-family: "TitilliumText22LBold", Arial, Helvetica, sans-serif;
}
/* line 44, sass/templates/_home.scss */
.home .content-wrapper .content-home .red-bar .boxes .redbarsidebar p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/* line 48, sass/templates/_home.scss */
.home .content-wrapper .content-home .red-bar .boxes .redbarsidebar a {
  color: #fff;
  transition: all 0.7s ease;
  font-family: "TitilliumText22LBold", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
/* line 53, sass/templates/_home.scss */
.home .content-wrapper .content-home .red-bar .boxes .redbarsidebar a:hover {
  transition: all 0.7s ease;
  text-shadow: 0px 0px 4px #c76e66;
}
/* line 59, sass/templates/_home.scss */
.home .content-wrapper .content-home .red-bar .boxes .redbarsidebar .column-3 p {
  color: #fff;
  font-family: "TitilliumText22LBold", Arial, Helvetica, sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 470px) {
  /* line 14, sass/templates/_home.scss */
  .home .content-wrapper .content-home .red-bar {
    display: none;
  }
}
@media screen and (max-width: 470px) {
  /* line 8, sass/templates/_home.scss */
  .home .content-wrapper .content-home {
    padding-bottom: 0px;
  }
}

/* line 2, sass/modules/_menu.scss */
.header .main-nav {
  float: right;
}
/* line 4, sass/modules/_menu.scss */
.header .main-nav ul {
  list-style: none;
}
/* line 7, sass/modules/_menu.scss */
.header .main-nav ul li {
  float: left;
  display: flex;
  flex-direction: column;
  text-align: center;
}
/* line 13, sass/modules/_menu.scss */
.header .main-nav ul li a {
  font-family: "TitilliumText22LMedium", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #58585a;
  text-align: center;
  display: block;
  line-height: 11px;
  padding: 0 15px;
  border-left: 1px solid #e53527;
  transition: all 1s ease;
}
/* line 24, sass/modules/_menu.scss */
.header .main-nav ul li a .topmenuli {
  float: left;
  width: 100%;
  padding-bottom: 3px;
  text-align: center;
}
/* line 31, sass/modules/_menu.scss */
.header .main-nav ul li a .bottommenuli {
  font-size: 11px;
  line-height: 11px;
  float: left;
  width: 100%;
  text-align: center;
}
/* line 39, sass/modules/_menu.scss */
.header .main-nav ul li a:hover {
  transition: all 0.6s ease;
  color: #e53527;
  font-family: "TitilliumText22LMedium", Arial, Helvetica, sans-serif;
}
/* line 47, sass/modules/_menu.scss */
.header .main-nav ul li:first-child a {
  border-left: 0;
  line-height: 22px;
}
/* line 54, sass/modules/_menu.scss */
.header .main-nav ul li:last-child a {
  line-height: 22px;
}
/* line 62, sass/modules/_menu.scss */
.header .main-nav li.current-menu-item a {
  color: #e53527;
  font-family: "TitilliumText22LMedium", Arial, Helvetica, sans-serif;
}

/* line 73, sass/modules/_menu.scss */
.fomenu div {
  width: 100%;
}
/* line 76, sass/modules/_menu.scss */
.fomenu div ul {
  margin: 0;
  padding: 0;
}
/* line 79, sass/modules/_menu.scss */
.fomenu div ul li {
  float: left;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0 10px;
  border-right: 1px solid #e53527;
  transition: all 0.6s ease;
}
/* line 86, sass/modules/_menu.scss */
.fomenu div ul li a {
  color: #58585a;
  transition: all 0.6s ease;
}
/* line 89, sass/modules/_menu.scss */
.fomenu div ul li a:hover {
  color: #e53527;
}
/* line 93, sass/modules/_menu.scss */
.fomenu div ul li:last-child {
  border-right: 0px;
}
/* line 98, sass/modules/_menu.scss */
.fomenu div ul .current-menu-item a {
  color: #e53527;
}
