@charset "UTF-8";
/*!
Theme Name: Woerner 2016
Theme URI: http://wearetrue.nl/
Author: True Communications
Author URI: http://wearetrue.nl/
Description: Custom template - Woerner © 2016
Version: 1.0
*/
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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  box-sizing: border-box;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  color: #42545b;
  text-rendering: optimizeLegibility;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  background: #f2f2f2;
}

body {
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
}
body.noscroll {
  position: fixed;
  overflow: hidden;
  overflow-y: hidden;
  width: 100%;
  left: 0;
  top: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
}

::-moz-selection {
  color: #FFF;
  background: #ed8324;
  /* WebKit/Blink Browsers */
}

::selection {
  color: #FFF;
  background: #ed8324;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  color: #FFF;
  background: #ed8324;
  /* Gecko Browsers */
}

::-ms-clear {
  width: 0;
  height: 0;
}

::-ms-reveal {
  width: 0;
  height: 0;
}

sup {
  position: relative;
  top: -0.5em;
  vertical-align: top;
  font-size: 0.6em;
}

form:after {
  content: "";
  display: table;
  clear: both;
}
form label {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 20px;
  display: block;
}
form label.dropdown_label {
  font-weight: 700;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 16px;
  font-size: 0.88889rem;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: normal;
  border: medium none;
  padding: 20px;
  width: 100%;
  min-width: 40px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  margin-bottom: 10px;
  color: #d4d4d4;
  background: #6e7a80;
}
header input[type="text"], header input[type="tel"], header input[type="email"], header input[type="password"], header textarea {
  color: #42545b;
}
@media (min-width: 64em) {
  input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea {
    font-size: 18px;
    font-size: 1rem;
  }
}

label {
  display: inline-block;
  color: #42545b;
}
label.radioinput {
  position: relative;
  padding-left: 30px;
  margin-left: 5px;
}
label.radioinput:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: #c8c8c8;
  border-radius: 50%;
}

input[type=radio] {
  position: absolute;
  left: -99999px;
}

textarea {
  font-size: 18px;
  font-size: 1rem;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  padding: 20px;
  min-height: 145px;
  resize: vertical;
  line-height: 20px;
  margin-bottom: 0;
}

input[type="submit"] {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 16px;
  font-size: 0.88889rem;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  cursor: pointer;
  background-color: #ed8324;
  border: medium none;
  display: inline-block;
  color: #42545b;
  padding: 0 20px;
  line-height: 60px;
}
@media (min-width: 64em) {
  input[type="submit"] {
    font-size: 18px;
    font-size: 1rem;
  }
}
footer input[type="submit"] {
  color: #fff;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 1;
  color: #d4d4d4;
  font-size: 18px;
  font-size: 1rem;
  line-height: 30px;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d4d4d4;
  opacity: 1;
  font-size: 18px;
  font-size: 1rem;
  line-height: 30px;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d4d4d4;
  opacity: 1;
  font-size: 18px;
  font-size: 1rem;
  line-height: 30px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #d4d4d4;
  font-size: 18px;
  font-size: 1rem;
  line-height: 30px;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 18px;
  font-size: 1rem;
  line-height: 18px;
  margin-bottom: 12px;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-align: center;
  color: #42545b;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 22px;
    font-size: 1.22222rem;
    line-height: 22px;
    text-align: left;
  }
}
@media (min-width: 64em) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 30px;
    font-size: 1.66667rem;
    line-height: 30px;
    margin-bottom: 22px;
  }
}
.touch h1, .touch h2, .touch h3, .touch h4, .touch h5, .touch h6 {
  text-rendering: optimizeSpeed;
}
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6 {
  display: none;
}
.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6 {
  display: block;
}

ul {
  list-style: disc;
  margin: 0 0 24px 18px;
}

ol {
  list-style: decimal;
  margin: 0 0 24px 17px;
}

li {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 24px;
  font-weight: 300;
}
@media (min-width: 64em) {
  li {
    font-size: 16px;
    font-size: 0.88889rem;
    line-height: 26px;
  }
}
@media (min-width: 80em) {
  li {
    font-size: 18px;
    font-size: 1rem;
    line-height: 30px;
  }
}

p {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 24px;
  margin-bottom: 24px;
  text-rendering: optimizeLegibility;
  text-align: center;
  font-weight: 300;
}
.touch p {
  text-rendering: optimizeSpeed;
}
@media (min-width: 48em) {
  p {
    text-align: left;
  }
}
@media (min-width: 64em) {
  p {
    font-size: 16px;
    font-size: 0.88889rem;
    line-height: 26px;
    margin-bottom: 26px;
  }
}
@media (min-width: 80em) {
  p {
    font-size: 18px;
    font-size: 1rem;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 24px;
  outline: 0;
  color: #42545b;
}
@media (min-width: 64em) {
  a {
    font-size: 16px;
    font-size: 0.88889rem;
    line-height: 26px;
    margin-bottom: 26px;
  }
}
@media (min-width: 80em) {
  a {
    font-size: 18px;
    font-size: 1rem;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

table {
  margin-bottom: 30px;
}
table td {
  font-size: 16px;
  font-size: 0.88889rem;
  padding-right: 16px;
}

.wrapper {
  margin: 0 auto;
  width: 270px;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 48em) {
  .wrapper {
    width: 728px;
  }
}
@media (min-width: 64em) {
  .wrapper {
    width: 940px;
  }
}
@media (min-width: 80em) {
  .wrapper {
    width: 1190px;
  }
}

.btn {
  font-size: 18px;
  font-size: 1rem;
  position: relative;
  display: inline-block;
  background: #ed8324;
  text-decoration: none;
  color: #FFFFFF;
  line-height: 60px;
  font-weight: 600;
  padding: 0 30px 2px 30px;
}
.btn:hover {
  background: #42545b;
}

.cc_banner-wrapper .cc_btn {
  background-color: #ed8324 !important;
}

.breadcrumbs {
  display: none;
}
@media (min-width: 48em) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs > span {
  background: rgba(0, 0, 0, 0.2);
}
.breadcrumbs span, .breadcrumbs a {
  font-size: 16px;
  font-size: 0.88889rem;
  color: #ffffff;
  line-height: 40px;
  display: inline-block;
  font-weight: 300;
}
@media (min-width: 48em) {
  .breadcrumbs span, .breadcrumbs a {
    line-height: 50px;
  }
}
@media (min-width: 64em) {
  .breadcrumbs span, .breadcrumbs a {
    font-size: 18px;
    font-size: 1rem;
  }
}
.breadcrumbs span.breadcrumb_last {
  margin: 0 20px;
}
.breadcrumbs a {
  padding-right: 30px;
  background: url(images/arrowBeadcrumbs.svg) no-repeat right center;
  background-size: 10px 17px;
  margin-left: 22px;
  margin-bottom: 0;
}

.socialMediaLinks {
  display: inline-block;
  margin: 30px 0 0 0;
}
.socialMediaLinks:after {
  content: "";
  display: table;
  clear: both;
}
.socialMediaLinks .icon {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: calc(60 / 2 * 1px);
  border-radius: 100%;
  border: 2px solid white;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.socialMediaLinks .icon.facebook {
  color: #3b5998;
  border-color: #3b5998;
}
.socialMediaLinks .icon.facebook:hover {
  color: #fff;
  background-color: #3b5998;
}
.socialMediaLinks .icon.twitter {
  color: #00aced;
  border-color: #00aced;
}
.socialMediaLinks .icon.twitter:hover {
  color: #fff;
  background-color: #00aced;
}
.socialMediaLinks .icon.linkedin {
  color: #007bb6;
  border-color: #007bb6;
}
.socialMediaLinks .icon.linkedin:hover {
  color: #fff;
  background-color: #007bb6;
}
.socialMediaLinks .icon.youtube {
  color: #bb0000;
  border-color: #bb0000;
}
.socialMediaLinks .icon.youtube:hover {
  color: #fff;
  background-color: #bb0000;
}
.socialMediaLinks .icon.vimeo, .socialMediaLinks .icon.vimeo-square {
  color: #aad450;
  border-color: #aad450;
}
.socialMediaLinks .icon.vimeo:hover, .socialMediaLinks .icon.vimeo-square:hover {
  color: #fff;
  background-color: #aad450;
}
.socialMediaLinks .icon.instagram {
  color: #517fa4;
  border-color: #517fa4;
}
.socialMediaLinks .icon.instagram:hover {
  color: #fff;
  background-color: #517fa4;
}
.socialMediaLinks .icon.pinterest {
  color: #cb2027;
  border-color: #cb2027;
}
.socialMediaLinks .icon.pinterest:hover {
  color: #fff;
  background-color: #cb2027;
}
.socialMediaLinks .icon.google-plus {
  color: #dd4b39;
  border-color: #dd4b39;
}
.socialMediaLinks .icon.google-plus:hover {
  color: #fff;
  background-color: #dd4b39;
}
.socialMediaLinks .icon.tumblr {
  color: #32506d;
  background-color: #32506d;
}
.socialMediaLinks .icon.tumblr:hover {
  color: #fff;
  background-color: #32506d;
}

.socialCntr {
  background: #ffffff;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #42545b;
}
@media (min-width: 48em) {
  .socialCntr {
    text-align: left;
    padding: 0;
  }
}
.socialCntr h3 {
  font-weight: 300;
  text-transform: none;
}
@media (min-width: 48em) {
  .socialCntr h3 {
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    line-height: 120px;
  }
}
.socialCntr .social a {
  margin-bottom: 0;
}
.socialCntr .social a:last-of-type {
  margin: 0;
}
@media (min-width: 48em) {
  .socialCntr .social {
    float: left;
  }
}

.topMenuCntr {
  border-bottom: 1px solid #ced3d5;
  padding: 8px 0;
}
.topMenuCntr:after {
  content: "";
  display: table;
  clear: both;
}
.topMenuCntr .topMenu {
  display: none;
}
@media (min-width: 80em) {
  .topMenuCntr .topMenu {
    display: block;
    width: 350px;
    float: left;
  }
}
.topMenuCntr .topMenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topMenuCntr .topMenu ul:after {
  content: "";
  display: table;
  clear: both;
}
.topMenuCntr .topMenu ul li {
  float: left;
  width: 50%;
  border-right: 1px solid #ced3d5;
  text-align: center;
  line-height: 24px;
}
.topMenuCntr .topMenu ul li a {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 24px;
  text-decoration: none;
  font-weight: 500;
}
.topMenuCntr .callUs {
  float: left;
  width: calc(270px / 2);
}
@media (min-width: 48em) {
  .topMenuCntr .callUs {
    width: 240px;
  }
}
@media (min-width: 64em) {
  .topMenuCntr .callUs {
    width: 313px;
  }
}
@media (min-width: 80em) {
  .topMenuCntr .callUs {
    width: 236px;
  }
}
.topMenuCntr .callUs a {
  font-size: 14px;
  font-size: 0.77778rem;
  display: block;
  text-indent: -9999px;
  border-right: 1px solid #ced3d5;
  color: #42545b;
  text-decoration: none;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .topMenuCntr .callUs a {
    text-indent: 0;
  }
}
.topMenuCntr .callUs a span {
  position: relative;
  display: block;
  width: 100%;
  height: 24px;
  background: url(images/callIcon.svg) no-repeat center center;
  background-size: 17px 18px;
  float: left;
}
@media (min-width: 48em) {
  .topMenuCntr .callUs a span {
    display: inline-block;
    width: 18px;
    height: 17px;
    float: none;
    margin-left: 12px;
    top: 3px;
  }
}
.topMenuCntr .search {
  position: relative;
  float: left;
  width: calc(270px / 2);
}
@media (min-width: 48em) {
  .topMenuCntr .search {
    width: 240px;
    padding-left: 40px;
  }
}
@media (min-width: 64em) {
  .topMenuCntr .search {
    width: 313px;
  }
}
@media (min-width: 80em) {
  .topMenuCntr .search {
    width: 236px;
  }
}
.topMenuCntr .search .searchIcon {
  display: block;
  text-indent: -9999px;
  background: url(images/searchIcon.svg) no-repeat center center;
  background-size: 16px 18px;
  color: #42545b;
}
@media (min-width: 48em) {
  .topMenuCntr .search .searchIcon {
    display: none;
  }
}
.topMenuCntr .search form {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  position: absolute;
  top: -100px;
  right: 0;
  width: 270px;
  height: 41px;
  z-index: 300;
  padding: 8px;
}
.topMenuCntr .search form.open {
  background: #f2f2f2;
  top: 33px;
}
@media (min-width: 48em) {
  .topMenuCntr .search form.open {
    position: relative;
    top: auto;
    padding: 0;
  }
  .topMenuCntr .search form.open input[type=submit] {
    top: 0;
    right: 0;
  }
}
.topMenuCntr .search form.open input[type=submit] {
  top: 8px;
  right: 8px;
}
@media (min-width: 48em) {
  .topMenuCntr .search form {
    position: relative;
    top: auto;
    display: block;
    height: 24px;
    padding: 0;
  }
}
.topMenuCntr .search form input[type=text] {
  float: left;
  height: 24px;
  margin: 0;
  line-height: 30px;
  padding: 0 0 0 4px;
  background: none;
}
.topMenuCntr .search form input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  padding: 0;
  background: url(images/searchIcon.svg) no-repeat center center;
  background-size: 16px 18px;
}
.topMenuCntr .search form ::-webkit-input-placeholder {
  color: #42545b;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.77778rem;
}
.topMenuCntr .search form :-moz-placeholder {
  color: #42545b;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.77778rem;
}
.topMenuCntr .search form ::-moz-placeholder {
  color: #42545b;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.77778rem;
}
.topMenuCntr .search form :-ms-input-placeholder {
  color: #42545b;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.77778rem;
}

.languageSelector {
  display: none;
}
@media (min-width: 48em) {
  .languageSelector {
    font-size: 14px;
    font-size: 0.77778rem;
    display: block;
    float: left;
    width: 248px;
    border-right: 1px solid #ced3d5;
  }
  .languageSelector .title {
    display: none;
  }
}
@media (min-width: 48em) and (min-width: 48em) {
  .languageSelector .title {
    display: inline-block;
    float: left;
    color: #42545b;
    margin-right: 4px;
    line-height: 24px;
  }
}
@media (min-width: 48em) and (min-width: 64em) {
  .languageSelector .title {
    padding-top: 2px;
  }
}

@media (min-width: 64em) {
  .languageSelector {
    width: 313px;
  }
}
@media (min-width: 80em) {
  .languageSelector {
    width: 318px;
    padding-left: 30px;
  }
}

#lang_sel {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 99;
  float: left;
  height: 24px;
}
@media (min-width: 48em) {
  #lang_sel {
    background: none;
    width: auto;
    padding-top: 0;
  }
}
#lang_sel a {
  font-size: 14px;
  font-size: 0.77778rem;
  color: #42545b;
  text-decoration: none;
  margin-bottom: 0;
}
#lang_sel > ul {
  list-style: none;
  margin: 0;
  height: 24px;
}
#lang_sel > ul > li {
  line-height: 24px;
  width: 100%;
  padding: 0 15px;
}
#lang_sel > ul > li > a.lang_sel_sel {
  line-height: 24px;
  font-weight: 500;
}
#lang_sel > ul > li > a.lang_sel_sel:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: '';
  background: transparent url(images/langselArrow.svg) right center no-repeat;
  background-size: 8px 7px;
  margin-left: 20px;
  display: inline-block;
  width: 8px;
  height: 7px;
}
#lang_sel > ul > li > a.lang_sel_sel:hover {
  border: none;
}
#lang_sel > ul > li:hover {
  background-color: #f2f2f2;
}
#lang_sel > ul > li:hover a.lang_sel_sel:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: '';
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}
#lang_sel > ul > li:hover ul {
  display: block;
}
#lang_sel > ul > li ul {
  list-style: none;
  margin: 0;
  top: 35px;
  border: none;
  width: 100%;
  display: none;
}
@media (min-width: 48em) {
  #lang_sel > ul > li ul {
    top: 30px;
  }
}
#lang_sel > ul > li ul li {
  width: 100%;
}
#lang_sel > ul > li ul li a {
  line-height: 30px;
}
@media (min-width: 48em) {
  #lang_sel > ul > li ul li a {
    line-height: 30px;
    display: block;
  }
}

.menuCntr {
  background: #ffffff;
  padding: 18px 0;
}
.menuCntr:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 48em) {
  .menuCntr {
    padding-bottom: 70px;
  }
}
@media (min-width: 64em) {
  .menuCntr {
    padding-bottom: 40px;
  }
}
.menuCntr .wrapper {
  position: relative;
}
.menuCntr .mainmenu {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: -100vh;
  position: fixed;
  left: 0;
  width: 100vw;
  background: white;
  z-index: 100;
  height: calc(100vh - 127px);
}
.menuCntr .mainmenu.open {
  top: 127px;
}
@media (min-width: 64em) {
  .menuCntr .mainmenu {
    position: relative;
    top: auto;
    left: auto;
    background: none;
    display: block !important;
    width: calc(100% - 200px);
    float: left;
    height: auto;
  }
}
.menuCntr .mainmenu ul {
  float: none;
  list-style: none;
  margin: 13px auto 0;
  width: 270px;
}
@media (min-width: 64em) {
  .menuCntr .mainmenu ul {
    width: auto;
    float: right;
  }
}
.menuCntr .mainmenu ul li {
  height: 40px;
  line-height: 40px;
}
@media (min-width: 48em) {
  .menuCntr .mainmenu ul li {
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 64em) {
  .menuCntr .mainmenu ul li {
    float: left;
    margin-left: 14px;
  }
}
@media (min-width: 80em) {
  .menuCntr .mainmenu ul li {
    margin-left: 42px;
  }
}
.menuCntr .mainmenu ul li:first-child {
  margin-left: 0;
}
.menuCntr .mainmenu ul li.current-menu-item a {
  color: #ed8324;
}
.menuCntr .mainmenu ul li a {
  font-size: 16px;
  font-size: 0.88889rem;
  text-decoration: none;
  font-weight: 500;
}
@media (min-width: 80em) {
  .menuCntr .mainmenu ul li a {
    font-size: 16px;
    font-size: 0.88889rem;
  }
}
.menuCntr .mainmenu ul li a:hover {
  color: #ed8324;
}
.menuCntr .logo {
  display: block;
  width: 200px;
  height: 50px;
  background: url(images/logo.svg) no-repeat 0 0;
  background-size: contain;
}
@media (min-width: 64em) {
  .menuCntr .logo {
    float: left;
  }
}
.menuCntr .menuBtnWrap {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  width: 40px;
  height: 33px;
  right: 5px;
  top: 7px;
  cursor: pointer;
  z-index: 200;
  /* Icon 3 */
}
@media (min-width: 48em) {
  .menuCntr .menuBtnWrap {
    width: auto;
    padding-right: 40px;
    top: 10px;
  }
}
@media (min-width: 64em) {
  .menuCntr .menuBtnWrap {
    display: none;
  }
}
.menuCntr .menuBtnWrap p {
  display: none;
}
@media (min-width: 48em) {
  .menuCntr .menuBtnWrap p {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
    color: #ed8324;
  }
}
.menuCntr .menuBtnWrap .menu-button {
  position: absolute;
  width: 30px;
  height: inherit;
  top: 5px;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.menuCntr .menuBtnWrap .menu-button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ed8324;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.menuCntr .menuBtnWrap .menu-button span:nth-child(1) {
  top: 0;
}
.menuCntr .menuBtnWrap .menu-button span:nth-child(2),
.menuCntr .menuBtnWrap .menu-button span:nth-child(3) {
  top: 9px;
}
.menuCntr .menuBtnWrap .menu-button span:nth-child(4) {
  top: 18px;
}
.menuCntr .menuBtnWrap.open .menu-button span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.menuCntr .menuBtnWrap.open .menu-button span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menuCntr .menuBtnWrap.open .menu-button span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menuCntr .menuBtnWrap.open .menu-button span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}

.ctaCntr {
  background-color: #42545b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF42545B', endColorstr='#FF2E3B40');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNTQ1YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlM2I0MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #42545b), color-stop(100%, #2e3b40));
  background-image: -webkit-linear-gradient(top, #42545b 0%, #2e3b40 100%);
  background-image: linear-gradient(to bottom, #42545b 0%, #2e3b40 100%);
  padding: 20px 0;
}
@media (min-width: 48em) {
  .ctaCntr {
    background: #f2f2f2;
    margin-bottom: -10px;
  }
}
@media (min-width: 48em) {
  .ctaCntr .wrapper {
    margin-top: -40px;
  }
  .ctaCntr .wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 64em) {
  .ctaCntr .wrapper {
    width: 940px;
    margin-top: -100px;
  }
}
.ctaCntr .cta {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  position: relative;
  display: block;
  background: #728085;
  margin-bottom: 10px;
  text-decoration: none;
}
@media (min-width: 48em) {
  .ctaCntr .cta {
    float: left;
    width: 229px;
    min-height: 193px;
    margin-right: 20px;
    background: #ffffff;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    padding: 20px;
  }
}
@media (min-width: 64em) {
  .ctaCntr .cta {
    width: 300px;
    min-height: 250px;
  }
}
@media (min-width: 48em) {
  .ctaCntr .cta:last-child {
    margin-right: 0;
    width: 230px;
  }
}
@media (min-width: 64em) {
  .ctaCntr .cta:last-child {
    width: 300px;
  }
}
.ctaCntr .cta__image {
  position: relative;
}
@media (min-width: 48em) {
  .ctaCntr .cta__image {
    display: block;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background-position: center center;
    background-size: cover;
    background-image: none;
    min-height: 153px;
    overflow: hidden;
  }
}
@media (min-width: 64em) {
  .ctaCntr .cta__image {
    min-height: 210px;
  }
}
.ctaCntr .cta__image:before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #728085;
}
@media (min-width: 48em) {
  .ctaCntr .cta__image:before {
    background: rgba(0, 0, 0, 0.5);
  }
}
.ctaCntr .cta__text {
  position: relative;
  text-align: center;
}
@media (min-width: 48em) {
  .ctaCntr .cta__text {
    padding-top: 5px;
  }
}
@media (min-width: 64em) {
  .ctaCntr .cta__text {
    padding-top: 40px;
  }
}
.ctaCntr .cta__text--title {
  font-size: 18px;
  font-size: 1rem;
  line-height: 60px;
  display: block;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .ctaCntr .cta__text--title {
    line-height: 42px;
  }
}
@media (min-width: 64em) {
  .ctaCntr .cta__text--title {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}
.ctaCntr .cta__text--text {
  display: none;
}
@media (min-width: 48em) {
  .ctaCntr .cta__text--text {
    display: block;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 22px;
    padding: 0 10px;
    max-height: 72px;
    overflow: hidden;
  }
}
@media (min-width: 64em) {
  .ctaCntr .cta__text--text {
    max-height: 66px;
  }
}
.ctaCntr .cta__text--btn {
  display: none;
}
@media (min-width: 48em) {
  .ctaCntr .cta__text--btn {
    display: block;
    width: 29px;
    height: 18px;
    margin: 0 auto;
    background: url(images/arrowCta.svg) no-repeat 0 0;
    text-indent: -99999px;
  }
}
.ctaCntr .cta:hover .cta__image {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.ctaCntr .cta:hover .cta__image:before {
  background: #ed8324;
}
@media (min-width: 48em) {
  .ctaCntr .cta:hover .cta__image:before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d67717+0,b91b0d+100&0.8+0,0.8+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(214, 119, 23, 0.8) 0%, rgba(185, 27, 13, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(214, 119, 23, 0.8) 0%, rgba(185, 27, 13, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccd67717', endColorstr='#ccb91b0d', GradientType=0);
    /* IE6-9 */
  }
}

@media (min-width: 48em) {
  .content.home {
    padding: 50px 0;
  }
}
@media (min-width: 80em) {
  .content.home {
    padding: 70px 0;
  }
}
@media (min-width: 64em) {
  .content.home .wrapper {
    width: 870px;
    padding: 0;
  }
}
@media (min-width: 48em) {
  .content.home h1 {
    font-size: 40px;
    font-size: 2.22222rem;
    line-height: 40px;
    text-align: center;
    margin-bottom: 12px;
  }
}
.content.home p {
  text-align: center;
}
@media (min-width: 48em) {
  .content.home p {
    font-size: 18px;
    font-size: 1rem;
    line-height: 30px;
  }
}

.specialismenMobile {
  padding: 20px 0;
}
@media (min-width: 48em) {
  .specialismenMobile {
    display: none;
  }
}
.specialismenMobile__item {
  font-size: 18px;
  font-size: 1rem;
  display: block;
  color: #ffffff;
  background: #f49429;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f49429 0%, #c8251b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f49429 0%, #c8251b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f49429', endColorstr='#c8251b', GradientType=1);
  /* IE6-9 */
  margin-bottom: 10px;
  text-decoration: none;
  text-align: center;
  font-weight: 800;
  line-height: 60px;
  text-transform: uppercase;
}
.specialismenMobile__item:last-child {
  margin-bottom: 0;
}

.specialismen {
  position: relative;
  display: none;
}
@media (min-width: 48em) {
  .specialismen {
    display: block;
    padding: 32px 0;
  }
}
@media (min-width: 64em) {
  .specialismen {
    padding: 50px 0;
  }
}
.specialismen .wrapper {
  background: url(images/slideBg.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}
.specialismen .slider .slide .specialismen__item {
  width: 540px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 64em) {
  .specialismen .slider .slide .specialismen__item {
    width: 768px;
  }
}
.specialismen .slider .slide .specialismen__item h3 {
  font-size: 30px;
  font-size: 1.66667rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 24px;
}
.specialismen .slider .slide .specialismen__item p {
  font-size: 18px;
  font-size: 1rem;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
.specialismen .slider .slide .specialismen__item a {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}
.specialismen .slider .slide .specialismen__item a span {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 20px;
  background: url(images/next.svg) no-repeat 0 0;
  background-size: contain;
  margin-left: 10px;
  top: 4px;
}
.specialismen .controls {
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 364px);
  width: 728px;
}
@media (min-width: 64em) {
  .specialismen .controls {
    width: 940px;
    left: calc(50% - 470px);
  }
}
@media (min-width: 64em) {
  .specialismen .controls {
    width: 1190px;
    left: calc(50% - 595px);
  }
}
.specialismen .controls a {
  position: absolute;
  top: 0;
  display: block;
  width: 22px;
  height: 36px;
  background: #000;
  text-indent: -99999px;
  background: url(images/next.svg) no-repeat 0 0;
  background-size: contain;
}
.specialismen .controls a.prevBtn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 20px;
}
@media (min-width: 64em) {
  .specialismen .controls a.prevBtn {
    left: 30px;
  }
}
@media (min-width: 80em) {
  .specialismen .controls a.prevBtn {
    right: 40px;
  }
}
.specialismen .controls a.nextBtn {
  right: 20px;
}
@media (min-width: 64em) {
  .specialismen .controls a.nextBtn {
    right: 30px;
  }
}
@media (min-width: 80em) {
  .specialismen .controls a.nextBtn {
    right: 40px;
  }
}

.headerafbeeldingCntr {
  background-color: #42545b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF42545B', endColorstr='#FF2E3B40');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNTQ1YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlM2I0MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #42545b), color-stop(100%, #2e3b40));
  background-image: -webkit-linear-gradient(top, #42545b 0%, #2e3b40 100%);
  background-image: linear-gradient(to bottom, #42545b 0%, #2e3b40 100%);
}
.headerafbeeldingCntr .headerafbeelding {
  position: relative;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 48em) {
  .headerafbeeldingCntr .headerafbeelding {
    height: 230px;
    width: 728px;
    margin: 0 auto;
    top: -50px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 64em) {
  .headerafbeeldingCntr .headerafbeelding {
    width: 980px;
    height: 350px;
  }
}
@media (min-width: 80em) {
  .headerafbeeldingCntr .headerafbeelding {
    width: 1230px;
  }
}
.home .headerafbeeldingCntr .headerafbeelding {
  height: 250px;
}
@media (min-width: 48em) {
  .home .headerafbeeldingCntr .headerafbeelding {
    height: 300px;
  }
}
@media (min-width: 64em) {
  .home .headerafbeeldingCntr .headerafbeelding {
    height: 400px;
  }
}
@media (min-width: 80em) {
  .home .headerafbeeldingCntr .headerafbeelding {
    height: 500px;
  }
}

.fullGradient {
  background-color: #42545b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF42545B', endColorstr='#FF2E3B40');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNTQ1YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlM2I0MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #42545b), color-stop(100%, #2e3b40));
  background-image: -webkit-linear-gradient(top, #42545b 0%, #2e3b40 100%);
  background-image: linear-gradient(to bottom, #42545b 0%, #2e3b40 100%);
}
.fullGradient .headerafbeeldingCntr {
  background-color: transparent;
  background-image: none;
}

.grey {
  background: #f2f2f2 !important;
}

.topContent {
  padding-top: 30px;
}
@media (min-width: 48em) {
  .topContent {
    padding-top: 0;
  }
}
@media (min-width: 80em) {
  .topContent {
    margin-bottom: -50px;
  }
}
@media (min-width: 48em) {
  .topContent .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 48em) {
  .topContent .wrapper > div {
    position: relative;
    background: #ffffff;
    padding: 18px 20px 0;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    width: 354px;
    top: -30px;
  }
  .topContent .wrapper > div ul, .topContent .wrapper > div p {
    margin-bottom: 18px;
  }
}
@media (min-width: 64em) {
  .topContent .wrapper > div {
    width: 460px;
    padding: 20px 30px 0;
  }
}
@media (min-width: 80em) {
  .topContent .wrapper > div {
    width: 585px;
    padding: 46px 50px 16px;
    top: -100px;
  }
}
@media (min-width: 48em) {
  .topContent__left {
    margin-right: 20px;
  }
}
@media (min-width: 64em) {
  .topContent__right h2 {
    margin-bottom: 15px;
  }
}
.topContent__right ul {
  list-style: none;
  margin: 0;
}
.topContent__right ul li {
  font-size: 16px;
  font-size: 0.88889rem;
  padding-left: 38px;
  background: url(images/listArrow.svg) no-repeat 0 7px;
  background-size: 27px 22px;
  line-height: 42px;
}
@media (min-width: 80em) {
  .topContent__right ul li {
    font-size: 18px;
    font-size: 1rem;
  }
}

.subContent {
  background: #FFFFFF;
}
@media (min-width: 48em) {
  .subContent .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 48em) {
  .subContent .wrapper > div {
    padding: 30px 20px 0;
    width: 354px;
  }
}
@media (min-width: 64em) {
  .subContent .wrapper > div {
    width: 460px;
    padding: 30px 30px 10px;
  }
}
@media (min-width: 80em) {
  .subContent .wrapper > div {
    width: 585px;
    padding: 44px 60px 10px 0;
  }
}
.subContent__left {
  padding-top: 30px;
}
@media (min-width: 48em) {
  .subContent__left {
    margin-right: 20px;
  }
}

.content {
  padding: 32px 0;
  background: #FFFFFF;
}
@media (min-width: 48em) {
  .content {
    padding: 26px 0;
  }
}
@media (min-width: 64em) {
  .content {
    padding: 46px 0;
  }
}
@media (min-width: 48em) {
  .content .wrapper {
    padding: 0 20px;
  }
}
@media (min-width: 64em) {
  .content .wrapper {
    padding: 0 180px 0 30px;
  }
}
@media (min-width: 80em) {
  .content .wrapper {
    padding: 0 220px 0 0;
  }
}
.content .wrapper p:last-of-type {
  margin-bottom: 4px;
}

.splitContent {
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .splitContent {
    padding-top: 0;
  }
}
@media (min-width: 80em) {
  .splitContent {
    margin-bottom: 50px;
  }
}
@media (min-width: 48em) {
  .splitContent .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.splitContent .wrapper > div {
  position: relative;
  background: #ffffff;
  padding: 15px 15px 2px;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}
@media (min-width: 48em) {
  .splitContent .wrapper > div {
    padding: 18px 20px 0;
    width: 354px;
  }
  .splitContent .wrapper > div ul, .splitContent .wrapper > div p {
    margin-bottom: 18px;
  }
}
@media (min-width: 64em) {
  .splitContent .wrapper > div {
    width: 460px;
    padding: 20px 30px 0;
  }
}
@media (min-width: 80em) {
  .splitContent .wrapper > div {
    width: 585px;
    padding: 46px 50px 16px;
  }
}
.splitContent .left {
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .splitContent .left {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.splitContent .right {
  overflow: hidden;
  min-height: 100px;
}
@media (min-width: 48em) {
  .splitContent .right {
    display: block;
  }
}
@media (min-width: 64em) {
  .splitContent .right h2 {
    margin-bottom: 15px;
  }
}
.splitContent .right img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: 100%;
}
.splitContent ul {
  list-style: none;
  margin: 0;
}
.splitContent ul li {
  font-size: 16px;
  font-size: 0.88889rem;
  padding-left: 38px;
  background: url(images/listArrow.svg) no-repeat 0 7px;
  background-size: 27px 22px;
  line-height: 42px;
}
@media (min-width: 80em) {
  .splitContent ul li {
    font-size: 18px;
    font-size: 1rem;
  }
}
.splitContent ul li a {
  text-decoration: none;
}

.introduction {
  position: relative;
  background: #ffffff;
  padding: 15px 15px 2px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
.introduction:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 48em) {
  .introduction {
    margin-top: -30px;
    padding: 25px 25px 2px;
  }
}
@media (min-width: 64em) {
  .introduction {
    margin-top: -100px;
  }
}
.introduction.center h1, .introduction.center h2, .introduction.center h3, .introduction.center h4, .introduction.center h5, .introduction.center h6, .introduction.center p {
  text-align: center;
}
.introduction.center p {
  max-width: 700px;
  margin: 0 auto 30px;
}

.searchresults {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .searchresults {
    margin-top: -30px;
  }
}
@media (min-width: 64em) {
  .searchresults {
    margin-top: -100px;
  }
}
.searchresults .result {
  position: relative;
  background-color: #fff;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 18px 20px;
  margin-bottom: 20px;
}

.readmore {
  display: block;
  color: #ed8324;
}

.overviewProduct:after, .overviewNews:after, .newsDetail:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 48em) {
  .overviewProduct, .overviewNews, .newsDetail {
    margin-bottom: 40px;
  }
}
@media (min-width: 48em) {
  .overviewProduct .wrapper, .overviewNews .wrapper, .newsDetail .wrapper {
    margin-top: -20px;
  }
}
@media (min-width: 64em) {
  .overviewProduct .wrapper, .overviewNews .wrapper, .newsDetail .wrapper {
    margin-top: -100px;
  }
}
.overviewProduct__left, .overviewNews__left, .newsDetail__left {
  position: relative;
  display: none;
}
@media (min-width: 48em) {
  .overviewProduct__left, .overviewNews__left, .newsDetail__left {
    display: block;
    width: 236px;
    margin-right: 20px;
    float: left;
  }
}
@media (min-width: 64em) {
  .overviewProduct__left, .overviewNews__left, .newsDetail__left {
    width: 225px;
  }
}
@media (min-width: 80em) {
  .overviewProduct__left, .overviewNews__left, .newsDetail__left {
    width: 280px;
  }
}
.overviewProduct__right, .overviewNews__right, .newsDetail__right {
  padding: 20px 0;
}
@media (min-width: 48em) {
  .overviewProduct__right, .overviewNews__right, .newsDetail__right {
    position: relative;
    display: block;
    width: 472px;
    padding: 0;
    float: left;
  }
}
@media (min-width: 64em) {
  .overviewProduct__right, .overviewNews__right, .newsDetail__right {
    width: 695px;
  }
}
@media (min-width: 80em) {
  .overviewProduct__right, .overviewNews__right, .newsDetail__right {
    width: 890px;
  }
}

.pagCntr {
  width: 100%;
  background: #ffffff;
}
.pagCntr .pagination {
  width: 270px;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 48em) {
  .pagCntr .pagination {
    width: 728px;
  }
}
@media (min-width: 64em) {
  .pagCntr .pagination {
    width: 940px;
  }
}
@media (min-width: 80em) {
  .pagCntr .pagination {
    width: 1190px;
  }
}
.pagCntr .pagination .wrapper {
  margin-top: auto;
}
.pagCntr .pagination a.prevPage {
  margin-left: 0;
}
.pagCntr .pagination a.nextPage {
  margin-right: 0;
}

.paginationWrap {
  background: #fff;
}

.pagination {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 320px;
}
@media (min-width: 48em) {
  .pagination {
    max-width: 728px;
  }
}
@media (min-width: 64em) {
  .pagination {
    max-width: 48em;
  }
}
@media (min-width: 80em) {
  .pagination {
    max-width: 64em;
  }
}
.pagination ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 64em) {
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pagination ul li {
  display: inline-block;
  line-height: 60px;
  margin-right: 10px;
}
@media (min-width: 64em) {
  .pagination ul li {
    font-size: 18px;
    font-size: 1rem;
  }
}
.pagination ul li a {
  line-height: 60px;
  text-decoration: none;
}
.pagination ul li span {
  line-height: 60px;
}
.pagination ul li span.current {
  text-decoration: underline;
}
.pagination a, .pagination span {
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 50px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .pagination a, .pagination span {
    font-size: 18px;
    font-size: 1rem;
    line-height: 60px;
  }
}
.pagination a.prevPage, .pagination span.prevPage {
  margin-left: 10px;
}
@media (min-width: 48em) {
  .pagination a.prevPage, .pagination span.prevPage {
    margin-left: 20px;
  }
}
.pagination a.nextPage, .pagination span.nextPage {
  margin-right: 10px;
}
@media (min-width: 48em) {
  .pagination a.nextPage, .pagination span.nextPage {
    margin-right: 20px;
  }
}

.productSelector ul {
  list-style: none;
  margin: 0;
}
.productSelector ul li {
  margin-bottom: 5px;
}
.productSelector ul li.current-menu-item ul, .productSelector ul li.current-menu-parent ul, .productSelector ul li:hover ul {
  display: block !important;
}
.productSelector ul li.active ul {
  display: none;
}
@media (min-width: 64em) {
  .productSelector ul li {
    margin-bottom: 10px;
  }
}
.productSelector ul li a {
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 24px;
  color: #42545b;
  display: block;
  text-decoration: none;
  background: #ffffff;
  margin-bottom: 0;
  padding: 13px 20px;
  font-weight: 700;
}
@media (min-width: 80em) {
  .productSelector ul li a {
    font-size: 18px;
    font-size: 1rem;
    padding: 18px 20px;
  }
}
.productSelector ul li a:hover {
  background: #42545b;
  color: #ffffff;
}
.productSelector ul li ul {
  display: none;
  margin-top: 1px;
}
.productSelector ul li ul li {
  margin-bottom: 1px;
}
.productSelector ul li ul li.active a, .productSelector ul li ul li.current-menu-item a {
  background: #ed8324;
  color: #ffffff;
}
.productSelector ul li ul li a {
  font-weight: 300;
  background: #d2d2d2;
  color: #42545b;
}
.productSelector ul li ul li a.active, .productSelector ul li ul li a:hover {
  color: #ffffff;
  background: #ed8324;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1px;
}
.product:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 64em) {
  .product {
    margin-bottom: 10px;
  }
}
.product__image {
  float: left;
  width: 80px;
  background: #ffffff;
  margin-right: 1px;
  position: relative;
}
@media (min-width: 48em) {
  .product__image {
    width: 120px;
  }
}
@media (min-width: 64em) {
  .product__image {
    width: 225px;
  }
}
@media (min-width: 80em) {
  .product__image {
    width: 300px;
  }
}
.product__image img {
  width: 70px;
  display: block;
  margin: 0 auto;
}
.overviewProduct .product__image img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  max-width: 80%;
  max-height: 80%;
  width: auto;
}
@media (min-width: 48em) {
  .product__image img {
    width: 110px;
  }
}
@media (min-width: 64em) {
  .product__image img {
    width: 200px;
    margin-top: 10px;
    margin-top: 0;
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}
.product__text {
  position: relative;
  width: 189px;
  float: left;
  background: #ffffff;
  padding: 10px;
  min-height: 80px;
}
@media (min-width: 48em) {
  .product__text {
    width: 351px;
    padding: 20px;
  }
}
@media (min-width: 64em) {
  .product__text {
    width: 469px;
    padding: 30px;
  }
}
@media (min-width: 80em) {
  .product__text {
    width: 589px;
  }
}
.product__text.empty {
  width: 100% !important;
}
.product__text h3 {
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 16px;
  margin-bottom: 6px;
  text-align: left;
  overflow-wrap: break-word;
}
@media (min-width: 48em) {
  .product__text h3 {
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
@media (min-width: 64em) {
  .product__text h3 {
    font-size: 30px;
    font-size: 1.66667rem;
    line-height: 30px;
    margin-bottom: 6px;
  }
}
.product__text p {
  display: none;
}
@media (min-width: 64em) {
  .product__text p {
    display: block;
    margin-bottom: 10px;
  }
}
.product__text a.btn {
  font-size: 14px;
  font-size: 0.77778rem;
  padding: 0 18px;
  line-height: 40px;
  margin-bottom: 0;
}
@media (min-width: 64em) {
  .product__text a.btn {
    font-size: 18px;
    font-size: 1rem;
    padding: 0 30px 2px 30px;
    line-height: 60px;
  }
}

@media (min-width: 48em) {
  .productDetail .wrapper {
    margin-top: -20px;
  }
}
@media (min-width: 64em) {
  .productDetail .wrapper {
    margin-top: -100px;
  }
}

.singleProduct {
  background: #ffffff;
  padding: 30px 10px;
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .singleProduct {
    padding: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 64em) {
  .singleProduct {
    margin-bottom: 60px;
  }
}
.singleProduct__info {
  margin-bottom: 20px;
}
.singleProduct__info:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 64em) {
  .singleProduct__info {
    margin-bottom: 60px;
  }
}
@media (min-width: 48em) {
  .singleProduct__info--title h3 {
    text-align: left;
    margin-bottom: 30px;
  }
}
.singleProduct__info--image {
  text-align: center;
}
@media (min-width: 48em) {
  .singleProduct__info--image {
    width: 120px;
    float: left;
    text-align: left;
    margin-right: 10px;
  }
}
@media (min-width: 64em) {
  .singleProduct__info--image {
    width: 200px;
  }
}
@media (min-width: 80em) {
  .singleProduct__info--image {
    margin-right: 40px;
  }
}
.singleProduct__info--image img {
  width: 100%;
}
.singleProduct__info--text {
  text-align: center;
}
@media (min-width: 48em) {
  .singleProduct__info--text {
    width: 282px;
    float: left;
    text-align: left;
  }
}
@media (min-width: 64em) {
  .singleProduct__info--text {
    width: 425px;
  }
}
@media (min-width: 80em) {
  .singleProduct__info--text {
    width: 590px;
  }
}
.singleProduct__info--text h3 {
  font-size: 18px;
  font-size: 1rem;
  line-height: 18px;
  margin-bottom: 5px;
}
.singleProduct__info--text .btn {
  font-size: 14px;
  font-size: 0.77778rem;
  padding: 0 18px;
  line-height: 40px;
  color: #ffffff;
}
@media (min-width: 64em) {
  .singleProduct__info--text .btn {
    font-size: 18px;
    font-size: 1rem;
    padding: 0 30px 2px 30px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}
.singleProduct__info--text a {
  color: #ed8324;
}
.singleProduct__info .download p {
  margin-bottom: 0;
}
.singleProduct__specs {
  margin-top: 1em;
}
.singleProduct__specs--text ul {
  list-style: none;
  margin: 0;
}
.singleProduct__specs--text ul li {
  margin-bottom: 10px;
}
.singleProduct__specs--text ul li:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 48em) {
  .singleProduct__specs--text ul li {
    margin-bottom: 0;
  }
}
.singleProduct__specs--text ul li:nth-child(odd) {
  background: #f2f2f2;
  padding: 10px 0;
}
@media (min-width: 48em) {
  .singleProduct__specs--text ul li:nth-child(odd) {
    padding: 0;
  }
}
.singleProduct__specs--text ul li div {
  text-align: center;
  line-height: 18px;
}
@media (min-width: 48em) {
  .singleProduct__specs--text ul li div {
    width: 50%;
    float: left;
    text-align: left;
    min-height: 40px;
    padding: 14px;
  }
}
@media (min-width: 64em) {
  .singleProduct__specs--text ul li div {
    min-height: 60px;
    padding: 20px;
  }
}
.singleProduct__specs--text ul li div:first-of-type {
  font-weight: 700;
  border-right: 1px solid #ffffff;
}

.news {
  position: relative;
  padding: 20px 0;
}
@media (min-width: 48em) {
  .news {
    padding: 0;
    margin-bottom: -20px;
  }
}
.news__item {
  background: #ffffff;
  padding: 15px 15px 2px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-bottom: 20px;
}
.news__item:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 48em) {
  .news__item {
    padding: 25px 25px 2px;
  }
}
.news__item--image {
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .news__item--image {
    position: relative;
    width: 270px;
    float: left;
    margin-right: 20px;
  }
}
@media (min-width: 64em) {
  .news__item--image {
    width: 340px;
    margin-right: 34px;
  }
}
.news__item--image img {
  width: 100%;
  display: block;
}
@media (min-width: 48em) {
  .news__item--text {
    float: left;
    width: 388px;
    padding-top: 8px;
  }
}
@media (min-width: 64em) {
  .news__item--text {
    padding-top: 14px;
    width: 496px;
  }
}
@media (min-width: 80em) {
  .news__item--text {
    width: 766px;
  }
}
.news__item--text h3 {
  margin-bottom: 5px;
}

p.date {
  font-size: 16px;
  font-size: 0.88889rem;
  color: #ed8324;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (min-width: 48em) {
  p.date {
    margin-bottom: 15px;
  }
}

.overviewNews .news__item--text p {
  margin-bottom: 0;
}

span.wpcf7-not-valid-tip {
  font-size: 16px;
  font-size: 0.88889rem;
  margin: -10px 0;
}

div.wpcf7-mail-sent-ok {
  border: none;
  color: #c5c5c5;
}

div.wpcf7-validation-errors {
  font-size: 16px;
  font-size: 0.88889rem;
  color: red;
  border: none;
  font-weight: 300;
}

div.wpcf7-response-output {
  margin: 0;
  padding: 0;
}

.login-username, .login-password {
  margin-bottom: 0;
}

footer {
  background-color: #42545b;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF42545B', endColorstr='#FF2E3B40');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNTQ1YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlM2I0MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #42545b), color-stop(100%, #2e3b40));
  background-image: -webkit-linear-gradient(top, #42545b 0%, #2e3b40 100%);
  background-image: linear-gradient(to bottom, #42545b 0%, #2e3b40 100%);
  padding: 28px 0 0;
}
@media (min-width: 48em) {
  footer {
    padding: 26px 0 0;
  }
}
@media (min-width: 64em) {
  footer {
    padding: 46px 0 0;
  }
}
footer.contact {
  background-color: transparent;
  background-image: none;
}
@media (min-width: 48em) {
  footer.contact {
    margin-top: -41px;
  }
}
footer h1, footer h2, footer h3, footer p, footer a {
  color: #c5c5c5;
  text-align: left;
}
footer h3 {
  font-size: 24px;
  font-size: 1.33333rem;
  line-height: 24px;
  margin-bottom: 26px;
  text-transform: uppercase;
}
footer p {
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 26px;
}
@media (min-width: 80em) {
  footer p {
    font-size: 18px;
    font-size: 1rem;
    line-height: 28px;
  }
}

.footer__content {
  padding-bottom: 46px;
}
.footer__content .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 48em) {
  .footer__content .wrapper > div {
    width: 324px;
    float: left;
  }
}
@media (min-width: 64em) {
  .footer__content .wrapper > div {
    width: 290px;
  }
}
@media (min-width: 80em) {
  .footer__content .wrapper > div {
    width: 280px;
  }
}
@media (min-width: 48em) {
  .footer__content--left {
    margin-right: 80px;
  }
}
@media (min-width: 64em) {
  .footer__content--left {
    margin-right: 35px;
  }
}
@media (min-width: 80em) {
  .footer__content--left {
    margin-right: 150px;
  }
}
.footer__content--left .googleMaps {
  margin-bottom: 32px;
}
.footer__content--left #map-canvas {
  width: 100%;
  height: 190px;
}
.footer__content--middle {
  display: none;
}
@media (min-width: 48em) {
  .footer__content--middle {
    display: block;
  }
}
@media (min-width: 64em) {
  .footer__content--middle {
    margin-right: 35px;
  }
}
@media (min-width: 80em) {
  .footer__content--middle {
    margin-right: 150px;
  }
}
.page-template-account-login .footer__content--middle {
  display: block;
  margin-top: 30px;
}
@media (min-width: 48em) {
  .page-template-account-login .footer__content--middle {
    margin-top: 0;
  }
}
.footer__content--right {
  display: none;
}
@media (min-width: 64em) {
  .footer__content--right {
    display: block;
  }
}
@media (min-width: 80em) {
  .footer__content--right {
    margin-right: 0;
  }
}
.footer__content--right ul {
  list-style: none;
  margin: 0 0 28px;
}
.footer__content--right ul li {
  line-height: 30px;
}
.footer__content--right ul li a {
  text-decoration: none;
}
.footer__bottom {
  background: #20292d;
  padding: 8px 0;
}
.footer__bottom p, .footer__bottom a {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 24px;
  margin-bottom: 0;
  text-align: center;
  color: #888888;
  font-weight: 500;
}
@media (min-width: 48em) {
  .footer__bottom p, .footer__bottom a {
    text-align: left;
  }
}
.footer__bottom a {
  display: inline-block;
  margin-right: 18px;
}
.footer__bottom a.true {
  display: none;
}
@media (min-width: 64em) {
  .footer__bottom a.true {
    display: inline-block;
    margin: 0;
  }
}
.footer__bottom span {
  display: none;
}
@media (min-width: 48em) {
  .footer__bottom span {
    display: inline-block;
  }
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

/*# sourceMappingURL=style.css.map */