/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
          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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

a {
  text-decoration: none;
  color: inherit; }

ul {
  padding: 0; }

.center-text {
  text-align: center; }

.right-text {
  text-align: right; }

.row {
  content: "";
  display: table;
  clear: both;
  width: calc(100% + 1em);
  margin-left: -0.5em;
  margin-right: -0.5em; }
  .row.full {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }

.row-flex, .ccm-page .bx-wrapper .bx-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5em;
  width: calc(100% + 1em);
  margin-left: -0.5em;
  margin-right: -0.5em; }
  .row-flex.full, .ccm-page .bx-wrapper .full.bx-pager {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  .row-flex.no-wrap, .ccm-page .bx-wrapper .no-wrap.bx-pager {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

.col, .ccm-page .bx-wrapper .bx-pager .bx-pager-item {
  margin: 0 0.5em;
  float: left; }
  .full .col, .full .ccm-page .bx-wrapper .bx-pager .bx-pager-item, .ccm-page .bx-wrapper .bx-pager .full .bx-pager-item {
    margin: 0; }

.col-right {
  margin: 0 0.5em;
  float: right; }
  .full .col-right {
    margin: 0; }

.l1 {
  width: calc(8.3333333333% - 1em); }

.full .l1 {
  width: 8.3333333333%; }

.l2, .ccm-page .bx-wrapper .bx-pager .bx-pager-item {
  width: calc(16.6666666667% - 1em); }

.full .l2, .full .ccm-page .bx-wrapper .bx-pager .bx-pager-item, .ccm-page .bx-wrapper .bx-pager .full .bx-pager-item {
  width: 16.6666666667%; }

.l3 {
  width: calc(25% - 1em); }

.full .l3 {
  width: 25%; }

.l4 {
  width: calc(33.3333333333% - 1em); }

.full .l4 {
  width: 33.3333333333%; }

.l5 {
  width: calc(41.6666666667% - 1em); }

.full .l5 {
  width: 41.6666666667%; }

.l6 {
  width: calc(50% - 1em); }

.full .l6 {
  width: 50%; }

.l7 {
  width: calc(58.3333333333% - 1em); }

.full .l7 {
  width: 58.3333333333%; }

.l8 {
  width: calc(66.6666666667% - 1em); }

.full .l8 {
  width: 66.6666666667%; }

.l9 {
  width: calc(75% - 1em); }

.full .l9 {
  width: 75%; }

.l10 {
  width: calc(83.3333333333% - 1em); }

.full .l10 {
  width: 83.3333333333%; }

.l11 {
  width: calc(91.6666666667% - 1em); }

.full .l11 {
  width: 91.6666666667%; }

.l12 {
  width: calc(100% - 1em); }

.full .l12 {
  width: 100%; }

.divider {
  width: 100%;
  background: #333;
  height: calc(1px + 1em);
  border-top: 0.5em solid #fff;
  border-bottom: 0.5em solid #fff; }

.color-baige {
  color: #666;
  background: inherit; }

.color-white {
  color: #333;
  background: inherit; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

/*@import "awesome/font-awesome";*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  min-height: 100vh; }

.container {
  width: 1028px;
  margin: 0 auto;
  max-width: 90%; }

.ccm-page .container {
  font: 300 medium "Open Sans", sans-serif;
  color: #333; }
  .ccm-page .container > header {
    border-bottom: #ccc solid 1px; }
    .ccm-page .container > header .up-nav {
      min-height: 1em;
      text-align: right; }
    .ccm-page .container > header .full {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin: 0; }
      .ccm-page .container > header .full .nav {
        list-style: none;
        text-transform: uppercase;
        margin: 0; }
        .ccm-page .container > header .full .nav li {
          display: inline-block;
          margin: 0 1em; }
          .ccm-page .container > header .full .nav li a {
            display: block;
            padding: 0.4em 0;
            border-bottom: transparent solid 5px;
            font-size: 85%; }
            .ccm-page .container > header .full .nav li a.nav-path-selected {
              border-bottom: #a1265a solid 5px; }
  .ccm-page .container main aside + .col, .ccm-page .container main .bx-wrapper .bx-pager aside + .bx-pager-item, .ccm-page .bx-wrapper .bx-pager .container main aside + .bx-pager-item {
    margin-top: 2.2em;
    margin-bottom: 3em; }
  .ccm-page .container main.product .central .panel {
    background: #235b7c;
    color: #fff;
    margin-top: 1em; }
    .ccm-page .container main.product .central .panel .product-image {
      width: 100%; }
    .ccm-page .container main.product .central .panel .title {
      padding: 0 1em;
      font-size: 125%; }
      .ccm-page .container main.product .central .panel .title span {
        background: #fff;
        color: #a1265a;
        height: 2em;
        border-radius: 1em;
        display: inline-block;
        text-align: center;
        padding: 0.25em;
        font-size: 150%;
        font-weight: 600;
        margin-left: 0.25em; }
    .ccm-page .container main.product .central .panel .descr {
      text-align: right;
      padding: 0 1em; }
      .ccm-page .container main.product .central .panel .descr h2 {
        margin: 0.5em 0 0; }
      .ccm-page .container main.product .central .panel .descr p {
        text-align: right;
        margin-top: 0; }
  .ccm-page .container aside {
    padding-right: 4em;
    margin-bottom: 3em; }
.ccm-page > footer {
  background: #e19849;
  min-height: 60px; }
  .ccm-page > footer .container {
    color: #fff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .ccm-page > footer .webmaster {
    margin-top: 3rem;
    padding-top: .2rem;
    padding-bottom: .5rem;
    border-top: 1px solid #efcaa1; }
    .ccm-page > footer .webmaster p {
      margin: 0;
      text-align: right;
      font-size: .75rem; }
.ccm-page .bx-wrapper {
  margin-bottom: 120px; }
  .ccm-page .bx-wrapper img {
    width: 100%;
    height: auto; }
  .ccm-page .bx-wrapper .bx-pager {
    bottom: -95px; }
    .ccm-page .bx-wrapper .bx-pager h3 {
      width: 100%;
      margin: 1em 0.5em 0;
      color: #a1265a; }
    .ccm-page .bx-wrapper .bx-pager .bx-pager-item {
      margin-bottom: 0.5em; }
      .ccm-page .bx-wrapper .bx-pager .bx-pager-item a {
        border-bottom: solid #fff 3px;
        display: block;
        line-height: 0; }
        .ccm-page .bx-wrapper .bx-pager .bx-pager-item a.hover, .ccm-page .bx-wrapper .bx-pager .bx-pager-item a.active {
          border-bottom: solid #a1265a 3px; }
.ccm-page .product-list-wrapper {
  margin-top: 1em; }
  .ccm-page .product-list-wrapper .product-list-page-item {
    margin-bottom: 1.5em; }
    .ccm-page .product-list-wrapper .product-list-page-item h3 {
      background: #235b7c;
      color: #fff;
      padding: 0.5em;
      text-align: right;
      font-size: 125%;
      margin: 0; }
    .ccm-page .product-list-wrapper .product-list-page-item .product-list-page-entry-thumbnail {
      border: 1px solid #ccc;
      padding: 0.5em 1em;
      margin-top: 3px; }
      .ccm-page .product-list-wrapper .product-list-page-item .product-list-page-entry-thumbnail img {
        width: 100%;
        height: auto; }
.ccm-page .block-page-list.templaate-cards .ccm-block-page-list-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem; }
  .ccm-page .block-page-list.templaate-cards .ccm-block-page-list-pages div.ccm-block-page-list-page-entry-horizontal,
  .ccm-page .block-page-list.templaate-cards .ccm-block-page-list-pages div.ccm-block-page-list-page-entry {
    margin: 10px;
    padding: 1rem;
    width: calc(50% - 20px);
    min-height: 6rem;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    border-radius: 5px; }
    .ccm-page .block-page-list.templaate-cards .ccm-block-page-list-pages div.ccm-block-page-list-page-entry-horizontal .ccm-block-page-list-title,
    .ccm-page .block-page-list.templaate-cards .ccm-block-page-list-pages div.ccm-block-page-list-page-entry .ccm-block-page-list-title {
      font-size: 125%; }
    .ccm-page .block-page-list.templaate-cards .ccm-block-page-list-pages div.ccm-block-page-list-page-entry-horizontal:nth-child(1) .ccm-block-page-list-title,
    .ccm-page .block-page-list.templaate-cards .ccm-block-page-list-pages div.ccm-block-page-list-page-entry:nth-child(1) .ccm-block-page-list-title {
      color: #235b7c; }
    .ccm-page .block-page-list.templaate-cards .ccm-block-page-list-pages div.ccm-block-page-list-page-entry-horizontal:nth-child(2) .ccm-block-page-list-title,
    .ccm-page .block-page-list.templaate-cards .ccm-block-page-list-pages div.ccm-block-page-list-page-entry:nth-child(2) .ccm-block-page-list-title {
      color: #8ab42c; }
    .ccm-page .block-page-list.templaate-cards .ccm-block-page-list-pages div.ccm-block-page-list-page-entry-horizontal:nth-child(3) .ccm-block-page-list-title,
    .ccm-page .block-page-list.templaate-cards .ccm-block-page-list-pages div.ccm-block-page-list-page-entry:nth-child(3) .ccm-block-page-list-title {
      color: #a1265a; }
    .ccm-page .block-page-list.templaate-cards .ccm-block-page-list-pages div.ccm-block-page-list-page-entry-horizontal:nth-child(4) .ccm-block-page-list-title,
    .ccm-page .block-page-list.templaate-cards .ccm-block-page-list-pages div.ccm-block-page-list-page-entry:nth-child(4) .ccm-block-page-list-title {
      color: #e19849; }
  .ccm-page .block-page-list.templaate-cards .ccm-block-page-list-pages div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
    display: table-cell;
    vertical-align: top;
    width: 1px; }
    .ccm-page .block-page-list.templaate-cards .ccm-block-page-list-pages div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
      width: 120px;
      max-width: none; }
  .ccm-page .block-page-list.templaate-cards .ccm-block-page-list-pages div.ccm-block-page-list-page-entry-text {
    display: table-cell;
    vertical-align: top; }
    .ccm-page .block-page-list.templaate-cards .ccm-block-page-list-pages div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
      font-weight: bold; }
    .ccm-page .block-page-list.templaate-cards .ccm-block-page-list-pages div.ccm-block-page-list-page-entry-text .ccm-block-page-list-description {
      text-align: justify;
      font-size: 87.5%; }
  .ccm-page .block-page-list.templaate-cards .ccm-block-page-list-pages div.ccm-block-page-list-page-entry-read-more {
    margin-top: 20px; }
.ccm-page a.ccm-block-page-list-rss-feed {
  position: absolute;
  top: 0;
  right: 0; }
.ccm-page div.ccm-block-page-list-wrapper {
  position: relative; }
.ccm-page .ccm-block-page-list-header h5 {
  color: #a1265a;
  font-size: 175%;
  font-weight: 600;
  margin-bottom: 0.5em;
  text-transform: uppercase; }
.ccm-page div.ccm-block-page-list-page-entry-horizontal {
  display: table;
  width: 100%; }
.ccm-page div.ccm-block-page-list-page-entry-horizontal,
.ccm-page div.ccm-block-page-list-page-entry {
  margin-bottom: 10px; }
  .ccm-page div.ccm-block-page-list-page-entry-horizontal .ccm-block-page-list-title,
  .ccm-page div.ccm-block-page-list-page-entry .ccm-block-page-list-title {
    font-size: 125%; }
  .ccm-page div.ccm-block-page-list-page-entry-horizontal:nth-child(1) .ccm-block-page-list-title,
  .ccm-page div.ccm-block-page-list-page-entry:nth-child(1) .ccm-block-page-list-title {
    color: #235b7c; }
  .ccm-page div.ccm-block-page-list-page-entry-horizontal:nth-child(2) .ccm-block-page-list-title,
  .ccm-page div.ccm-block-page-list-page-entry:nth-child(2) .ccm-block-page-list-title {
    color: #8ab42c; }
  .ccm-page div.ccm-block-page-list-page-entry-horizontal:nth-child(3) .ccm-block-page-list-title,
  .ccm-page div.ccm-block-page-list-page-entry:nth-child(3) .ccm-block-page-list-title {
    color: #a1265a; }
  .ccm-page div.ccm-block-page-list-page-entry-horizontal:nth-child(4) .ccm-block-page-list-title,
  .ccm-page div.ccm-block-page-list-page-entry:nth-child(4) .ccm-block-page-list-title {
    color: #e19849; }
.ccm-page div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
  display: table-cell;
  vertical-align: top;
  width: 1px; }
  .ccm-page div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    width: 120px;
    max-width: none; }
.ccm-page div.ccm-block-page-list-page-entry-text {
  display: table-cell;
  vertical-align: top; }
  .ccm-page div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
    font-weight: bold; }
  .ccm-page div.ccm-block-page-list-page-entry-text .ccm-block-page-list-description {
    text-align: justify;
    font-size: 87.5%; }
.ccm-page div.ccm-block-page-list-page-entry-read-more {
  margin-top: 20px; }
.ccm-page .block-content ul {
  margin: 0;
  padding-left: 2rem; }
.ccm-page .ccm-block-type-form .form-group {
  margin-bottom: 1rem; }
  .ccm-page .ccm-block-type-form .form-group .form-control {
    width: 100%;
    padding: 0.5rem; }
  .ccm-page .ccm-block-type-form .form-group .text-muted.small {
    font-size: 85%; }
.ccm-page .ccm-block-type-form .form-actions input[type=submit] {
  padding: 0.5rem 1.5rem;
  background: #a1265a;
  color: #fff;
  border: none;
  border-radius: 3px; }

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