@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700,800);
@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #e2e2e2;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.wrapper {
  width: 1016px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.header {
  min-width: 1016px;
  height: 205px;
}
.header-top {
  background-color: #009e58;
  height: 44px;
}
.header-top ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-top li {
  float: right;
  margin-left: 1px;
}
.header-top li:first-child {
  float: left;
  margin-left: 0;
}
.header-top a {
  color: #ffffff;
  position: relative;
  display: block;
  height: 44px;
}
.header-top a.home {
  text-indent: -9999px;
  width: 21px;
}
.header-top a.home:before {
  content: '';
  background: url(../images/sprites.png) no-repeat 0 0;
  position: absolute;
  top: 13px;
  left: 0;
  width: 21px;
  height: 19px;
  overflow: hidden;
}
.header-top a.online {
  background-color: #00a65c;
  font-size: 0.75em;
  line-height: 44px;
  text-transform: uppercase;
  width: 180px;
  padding-left: 50px;
  transition: background-color 0.2s ease;
}
.header-top a.online:before {
  content: '';
  background: url(../images/sprites.png) no-repeat 0 -19px;
  position: absolute;
  top: 16px;
  left: 21px;
  width: 19px;
  height: 17px;
  overflow: hidden;
}
.header-top a.online:hover {
  background-color: #00b062;
  text-decoration: none;
}
.header-middle {
  background-color: #fefefe;
}
.header-middle .wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header-middle .cm-beton {
  float: right;
}
.header-logo {
  float: left;
}
.header-logo .logo {
  font-size: 0px;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.header-logo .logo-title {
  padding: 8px 0 0;
  margin: 0;
}
.header-logo .logo-title strong {
  font-weight: 800;
}
.header-nav {
  background-color: #eee;
  position: absolute;
  top: 161px;
  right: 0;
  left: 0;
  width: 100%;
  height: 44px;
}
.header-nav.is-sticky {
  position: fixed;
  top: 0;
  z-index: 9999;
}
.nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav > li {
  float: left;
  margin-left: 1px;
}
.nav > li:first-child {
  margin-left: 0;
}
.nav > li:first-child > a:before {
  display: none;
}
.nav > li > a {
  color: #009e58;
  font-weight: 500;
  font-size: 0.8125em;
  line-height: 44px;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding: 0 10px;
  height: 44px;
  transition: color, background-color 0.2s ease;
}
.nav > li > a:before {
  content: '';
  background-color: #818181;
  position: absolute;
  top: 50%;
  left: -1px;
  width: 1px;
  height: 12px;
  margin-top: -6px;
}
.nav > li:hover > a {
  color: #ffffff;
  background-color: #009e58;
  text-decoration: none;
}
.nav > li:hover > a:before {
  display: none;
}
.nav > li:hover + li > a:before {
  display: none;
}
.nav > li:hover > div {
  max-height: 800px;
}
.nav > li > div {
  background-color: #ffffff;
  position: absolute;
  top: 44px;
  right: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  min-width: 1016px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.nav > li > div > div {
  border-top: 2px solid #009e58;
  border-bottom: 2px solid #009e58;
}
.nav > li > div > div > div {
  padding-bottom: 125px;
  overflow: hidden;
}
.nav > li > div > div > div > ul {
  padding: 0;
  margin: 0 0 0 -54px;
  list-style: none;
}
.nav > li > div > div > div > ul > li {
  float: left;
  width: 296px;
  padding-top: 40px;
  margin-left: 54px;
}
.nav > li > div > div > div > ul > li > a {
  color: #009e58;
  font-weight: 700;
  font-size: 1.125em;
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccecde;
  margin-bottom: 5px;
}
.nav > li > div > div > div > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav > li > div > div > div > ul > li > ul > li > a {
  color: #2f2f2f;
  font-weight: 500;
  font-size: 0.9375em;
  position: relative;
  display: block;
  padding: 4px 0 4px 25px;
  transition: color .2s ease;
}
.nav > li > div > div > div > ul > li > ul > li > a:before {
  content: '';
  background-color: #ffffff;
  position: absolute;
  top: 11px;
  left: 4px;
  z-index: 1;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.nav > li > div > div > div > ul > li > ul > li > a:after {
  content: '';
  background-color: #2f2f2f;
  position: absolute;
  top: 9px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}
.nav > li > div > div > div > ul > li > ul > li > a:hover {
  color: #009e58;
  text-decoration: none;
}
.nav > li > div > div > div > ul > li > ul > li > a:hover:after {
  background-color: #009e58;
}
.sb-search {
  position: relative;
  width: 67px;
  height: 44px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.sb-search-input {
  position: absolute;
  top: 0;
  right: 67px;
  border: 0;
  outline: 0;
  background: #fff;
  width: 0;
  font-size: 0.75em;
  line-height: 44px;
  text-transform: uppercase;
  height: 44px;
  margin: 0;
  z-index: 10;
  padding: 0 15px;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sb-icon-search,
.sb-search-submit {
  background-color: #00a65c;
  width: 67px;
  height: 44px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.sb-icon-search:before,
.sb-search-submit:before {
  content: '';
  background: url(../images/sprites.png) no-repeat 0 -36px;
  position: absolute;
  top: 11px;
  left: 21px;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.sb-icon-search:hover {
  background: #00b564;
}
.sb-search-submit {
  background: #00a65c;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  border: 0;
  outline: 0;
  z-index: -1;
}
.sb-icon-search {
  z-index: 90;
}
.sb-search-open {
  width: 297px;
}
.sb-search-open .sb-search-input {
  width: 200px;
}
.sb-search-open .sb-icon-search {
  background: #00b564;
  color: #fff;
  z-index: 11;
}
.sb-search-open .sb-search-submit {
  z-index: 90;
}
.sb-search-input::-webkit-input-placeholder {
  color: #009e58;
  opacity: 1;
}
.sb-search-input:-moz-placeholder {
  color: #009e58;
  opacity: 1;
}
.sb-search-input::-moz-placeholder {
  color: #009e58;
  opacity: 1;
}
.sb-search-input:-ms-input-placeholder {
  color: #009e58;
  opacity: 1;
}
.footer {
  color: #606060;
  font-size: 0.875em;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 100px;
}
.footer p {
  padding: 15px 0 0;
  margin: 0;
}
.footer a {
  color: #606060;
}
.footer-images {
  display: table;
  margin: 40px auto 0;
}
.footer-images img {
  float: left;
  display: block;
}
.footer-images img.center-margin {
  margin-right: 140px;
  margin-left: 140px;
}
.slider {
  position: relative;
}
.slider ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slider img {
  display: block;
}
.slider .bx-pager {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 10;
}
.slider .bx-pager-item {
  display: inline;
}
.slider .bx-pager-link {
  background-color: #ffffff;
  text-indent: -9999px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
}
.slider .bx-pager-link.active {
  background-color: #009e58;
}
.slider .bx-prev {
  background-color: #009d57;
  background-color: rgba(0, 157, 87, 0.5);
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  transition: background-color 0.2s ease;
}
.slider .bx-prev:before {
  content: '';
  background: url(../images/sprites.png) no-repeat 0 -60px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 22px;
  margin-top: -11px;
  margin-left: -7px;
}
.slider .bx-prev:hover {
  background-color: #009d57;
}
.slider .bx-next {
  background-color: #009d57;
  background-color: rgba(0, 157, 87, 0.5);
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  transition: background-color 0.2s ease;
}
.slider .bx-next:before {
  content: '';
  background: url(../images/sprites.png) no-repeat -15px -60px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 22px;
  margin-top: -11px;
  margin-left: -7px;
}
.slider .bx-next:hover {
  background-color: #009d57;
}
.main {
  background-color: #fefefe;
  padding-bottom: 40px;
}
.section-home .article {
  text-align: center;
  padding-top: 20px;
  padding-right: 60px;
  padding-left: 60px;
}
.section-home .list {
  padding: 40px 0 0 33px;
  margin: 0;
  list-style: none;
}
.section-home .list li {
  position: relative;
  float: left;
  width: 225px;
  height: 172px;
  margin-left: 10px;
}
.section-home .list li:first-child {
  margin-left: 0;
}
.section-home .list a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  display: block;
}
.section-home .list a:hover {
  text-decoration: none;
}
.section-home .list a:hover span {
  background-color: #009d57;
}
.section-home .list img {
  display: block;
}
.section-home .list span {
  background-color: #009d57;
  background-color: rgba(0, 157, 87, 0.7);
  line-height: 45px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 45px;
  transition: background-color 0.2s ease;
}
.section-home .info {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
  margin-top: 65px;
}
.section-home .info h2 {
  color: #009e58;
  font-weight: 700;
  font-size: 1.5em;
}
.section-home .info-list {
  padding: 40px 0 0 51px;
  margin: 0;
  list-style: none;
}
.section-home .info-list li {
  position: relative;
  float: left;
  width: 210px;
  padding-top: 75px;
  margin-left: 18px;
}
.section-home .info-list li:first-child {
  margin-left: 0;
}
.section-home .info-list li:before {
  content: '';
  background-image: url(../images/sprites.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
}
.section-home .info-list li.nth0:before {
  background-position: -30px 0;
  width: 73px;
  height: 58px;
  margin-left: -36px;
}
.section-home .info-list li.nth1:before {
  background-position: -30px -58px;
  width: 71px;
  height: 61px;
  margin-left: -30px;
}
.section-home .info-list li.nth2:before {
  background-position: -103px 0;
  width: 52px;
  height: 57px;
  margin-left: -26px;
}
.section-home .info-list li.nth3:before {
  background-position: -101px -57px;
  width: 58px;
  height: 58px;
  margin-left: -29px;
}
.section-home .info-list strong {
  color: #009e58;
}
.section-home .info-list span {
  color: #4f4f4f;
  font-size: 0.875em;
}
.section-home .info-list a {
  color: #017743;
  font-size: 0.875em;
  text-decoration: underline;
}
.section-home .info-list a:hover {
  text-decoration: none;
}
.section-home .tags {
  font-weight: 700;
  line-height: 37px;
  text-align: center;
  padding: 40px 60px 0;
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
}
.section-home .tags p {
  padding: 0;
  margin: 0;
}
.section-home .tags a {
  color: #009e58;
  display: inline-block;
  padding: 0 3px;
}
.section-home .tags .tag-xl {
  font-size: 1.875em;
}
.section-home .tags .tag-l {
  font-size: 1.5em;
}
.section-home .tags .tag-m {
  font-size: 1.3125em;
}
.section-home .tags .tag-s {
  font-size: 0.75em;
}
.section-home .tags .tag-xs {
  font-size: 0.6875em;
}
.wysiwyg {
  color: #282828;
}
.wysiwyg p {
  line-height: 1.5em;
  padding: 20px 0 0;
  margin: 0;
}
.wysiwyg a {
  color: #009e58;
}
