/*
UWAGA:
- UWAGA: style.css ma media-query, dlatego nie możemy go wprost zaimportować jako less w przestrzeni .ccm-page!
  Kopiujemy go tu w całości i dla poszczególnych blokow dodajemy przestrzeń .ccm-page.
*/
/*
------------------------------------------------------------------
Table of contents

1. Global styles  [Row 126]
2. Headers \ Menus [Row 427]
3. Side menus [Row 1611]
4. Footer [Row 2189]
5. Titles [Row 2388]
6. Templates [Row 2790]
7. Components [Row 2991]
8. Thypography [Row 4226]
9. Sections [Row 4556]
10. Skin white [Row 4806]
11. Mobile / responsive [Row 4900]
12. IE < 10 [Row 5803]
-------------------------------------------------------------------

==============================
GENERAL
==============================
*/
div.ccm-page {
  /*
  ==============================
  TYPOGRAPHY
  ==============================

  ------------------------------
  TAG ROW
  ------------------------------
  */
  /*
  ------------------------------
  QUOTE
  ------------------------------
  */
  /*
  ------------------------------
  SEPARATORS
  ------------------------------
  */
  /*
  ------------------------------
  VARIOUS
  ------------------------------
  */
  /*
  ==============================
  LAYOUT
  ==============================

  ------------------------------
  GENERIC
  ------------------------------
  */
}
div.ccm-page body,
div.ccm-page .adv-img p,
div.ccm-page .caption-bottom p,
div.ccm-page .adv-circle .caption p,
div.ccm-page .advs-box p,
div.ccm-page .list-blog p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #4C4C4C;
}
div.ccm-page .text-color,
div.ccm-page .mi-menu ul li > a:before,
div.ccm-page .sidebar-nav .panel-item > span:before,
div.ccm-page i.icon,
div.ccm-page .block-infos .bd-day {
  color: #6A4D8F;
}
div.ccm-page .bg-color {
  background-color: #6A4D8F;
}
div.ccm-page #preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99995;
}
div.ccm-page #preloader:after {
  content: '';
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(images/assets/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  z-index: 999999999999;
}
div.ccm-page .scroll-top-mobile {
  position: fixed;
  background: #fff;
  width: 50px;
  height: 50px;
  z-index: 995;
  right: 10px;
  text-align: center;
  bottom: 10px;
  cursor: pointer;
  padding: 15px 0;
  visibility: hidden;
  opacity: 0;
}
div.ccm-page .scroll-top-mobile.show {
  visibility: visible;
}
div.ccm-page .overflow-visble {
  overflow: visible !important;
}
div.ccm-page img {
  max-width: 100%;
}
div.ccm-page .form-control:focus {
  border-color: #9C9C9C;
  box-shadow: none;
}
div.ccm-page .clear {
  clear: both;
  width: 100%;
}
div.ccm-page .bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
div.ccm-page .opacity-show {
  opacity: 1 !important;
}
div.ccm-page a,
div.ccm-page [data-href] {
  cursor: pointer;
  outline: none;
  transition: all .5s;
}
div.ccm-page a[data-toggle],
div.ccm-page a[data-anima] {
  display: inline-block;
}
div.ccm-page body .row-1 {
  height: 25px !important;
}
div.ccm-page body .row-2 {
  height: 50px !important;
}
div.ccm-page body .row-3 {
  height: 75px !important;
}
div.ccm-page body .row-4 {
  height: 100px !important;
}
div.ccm-page body .row-5 {
  height: 125px !important;
}
div.ccm-page body .row-6 {
  height: 150px !important;
}
div.ccm-page body .row-7 {
  height: 175px !important;
}
div.ccm-page body .row-8 {
  height: 200px !important;
}
div.ccm-page body .row-9 {
  height: 225px !important;
}
div.ccm-page body .row-10 {
  height: 250px !important;
}
div.ccm-page body .row-11 {
  height: 275px !important;
}
div.ccm-page body .row-12 {
  height: 300px !important;
}
div.ccm-page body .row-13 {
  height: 325px !important;
}
div.ccm-page body .row-14 {
  height: 350px !important;
}
div.ccm-page body .row-15 {
  height: 375px !important;
}
div.ccm-page body .row-16 {
  height: 400px !important;
}
div.ccm-page body .row-17 {
  height: 425px !important;
}
div.ccm-page body .row-18 {
  height: 450px !important;
}
div.ccm-page body .row-19 {
  height: 475px !important;
}
div.ccm-page body .row-20 {
  height: 500px !important;
}
div.ccm-page body .row-21 {
  height: 750px !important;
}
div.ccm-page body .row-22 {
  height: 1000px !important;
}
div.ccm-page body .row-23 {
  height: 1250px !important;
}
div.ccm-page .tag-row {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.ccm-page .tag-row span {
  margin: 0 15px 0 0;
  color: #9C9C9C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  border-right: 1px solid #CCC;
  padding-right: 16px;
}
div.ccm-page .tag-row a {
  color: #9C9C9C;
}
div.ccm-page .tag-row span:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
div.ccm-page .tag-row span > span {
  display: block;
  margin: 5px 0;
  padding-right: 25px;
  font-weight: 400;
}
div.ccm-page .tag-row i {
  padding-right: 10px;
  color: #919191;
}
div.ccm-page .tag-row.cat {
  text-transform: uppercase;
  margin: 5px 0 10px 0;
}
div.ccm-page .tag-row .tag-col {
  float: left;
  width: 50%;
  margin: 0;
  padding-right: 5px;
  font-weight: 600;
}
div.ccm-page .tag-row > div {
  padding: 5px 0;
}
div.ccm-page .tag-row.icon-row {
  position: relative;
}
div.ccm-page .tag-row.icon-row span,
div.ccm-page .tag-row.icon-row-square span,
div.ccm-page .tag-row.icon-row-circle span {
  border-right: none;
}
div.ccm-page .tag-row.icon-row span:after {
  position: relative;
  content: "/";
  color: rgba(210, 210, 210, 0.5);
  right: -16px;
}
div.ccm-page .tag-row.icon-row-square span:after {
  content: "\25AA";
  right: -17px;
  position: relative;
}
div.ccm-page .tag-row.icon-row-circle span:after {
  content: "\25CF";
  right: -17px;
  position: relative;
  font-size: 10px;
  top: -3px;
}
div.ccm-page .tag-row span:last-child:after {
  display: none;
}
div.ccm-page .block-quote,
div.ccm-page div > p.block-quote:last-child {
  margin: 25px 0;
}
div.ccm-page .quote-author {
  font-style: italic;
  display: block;
  margin: 15px 0 0 0;
  font-size: 14px;
}
div.ccm-page .block-quote.quote-1,
div.ccm-page .block-quote.quote-2 {
  font-size: 20px;
  font-weight: 300;
  padding-left: 80px;
  position: relative;
  text-align: left;
  line-height: 28px;
}
div.ccm-page .block-quote.quote-2 {
  padding-right: 80px;
}
div.ccm-page .block-quote.quote-1:before,
div.ccm-page .block-quote.quote-2:before {
  content: "\f10e";
  font: normal normal normal 54px/1 FontAwesome;
  position: absolute;
  left: 2px;
  color: #ECECEC;
  right: 0;
  display: inline-block;
  text-align: left;
}
div.ccm-page .block-quote.quote-2:before {
  content: "\f10d";
}
div.ccm-page .block-quote.quote-2:after {
  content: "\f10e";
  font: normal normal normal 54px/1 FontAwesome;
  position: absolute;
  right: 13px;
  color: #ECECEC;
  margin-top: -67px;
}
div.ccm-page .block-quote.text-center {
  text-align: center;
}
div.ccm-page hr.space {
  border: none !important;
  clear: both;
  height: 70px;
  margin: 0;
}
div.ccm-page hr.space.l {
  height: 50px;
}
div.ccm-page hr.space.xs {
  height: 10px;
}
div.ccm-page hr.space.s {
  height: 20px;
}
div.ccm-page hr.space.m {
  height: 30px;
}
div.ccm-page span.space {
  width: 10px;
  display: inline-block;
}
div.ccm-page hr.text-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}
div.ccm-page hr.text-right {
  margin-right: 0 !important;
  margin-left: auto !important;
}
div.ccm-page hr.a {
  border-bottom: 1px solid #E0E0E0;
  width: 100%;
  height: 1px;
  max-width: 600px;
}
div.ccm-page hr.b {
  border-top: 1px dotted #D4D4D4;
}
div.ccm-page hr.c {
  border-top: 1px dashed #C7C7C7;
}
div.ccm-page hr.d {
  background-position: center center;
  background: url(images/assets/gradient-line.png) no-repeat center;
  background-size: contain;
  border: none;
  height: 3px;
}
div.ccm-page hr.d-dark {
  background-position: center center;
  background: url(images/assets/gradient-line-dark.png) no-repeat center;
  background-size: contain;
  border: none;
  height: 3px;
}
div.ccm-page hr.e {
  max-width: 50px;
  width: 50px;
  border-top: 3px solid #5D5D5D;
}
div.ccm-page .text-center > hr.e {
  margin: 15px auto;
}
div.ccm-page hr.f-top,
div.ccm-page .hr-f-top {
  background: linear-gradient(to top, rgba(204, 204, 204, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  height: 18px;
  margin-bottom: 0;
  border-bottom: 1px solid #E4E4E4;
  border-top: none;
}
div.ccm-page hr.f-top.f-dark,
div.ccm-page .hr-f-top-dark {
  background: linear-gradient(to top, rgba(51, 51, 51, 0.43) 0%, rgba(0, 0, 0, 0) 100%);
}
div.ccm-page hr.f,
div.ccm-page .hr-f-bottom {
  height: 18px;
  margin-top: 0;
  border-top: 1px solid #E4E4E4;
  background: linear-gradient(to bottom, rgba(204, 204, 204, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
}
div.ccm-page hr.f.f-dark,
div.ccm-page .hr-f-bottom-dark {
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0.43) 0%, rgba(0, 0, 0, 0) 100%);
}
div.ccm-page .hr-f-top,
div.ccm-page .hr-f-top-dark,
div.ccm-page .hr-f-bottom,
div.ccm-page .hr-f-bottom-dark {
  height: auto;
}
div.ccm-page hr.g {
  background: url(images/overlay/dotted.png) repeat;
  height: 18px;
  border: none;
}
div.ccm-page hr.h {
  background: url(images/overlay/line-45.png) repeat;
  height: 18px;
  border: none;
}
div.ccm-page hr.i {
  background: url(images/overlay/carbonio.png) repeat;
  height: 18px;
  border: none;
}
div.ccm-page hr.mini {
  max-width: 200px;
}
div.ccm-page hr.micro {
  max-width: 80px;
}
div.ccm-page .white hr.h {
  background: url(images/overlay/line-45-white.png) repeat;
}
div.ccm-page .white hr.g {
  background: url(images/overlay/dotted-white.png) repeat;
}
div.ccm-page .white hr.i {
  background: url(images/overlay/carbonio-white.png) repeat;
}
div.ccm-page .dropcap {
  font-size: 50px;
  left: 0;
  line-height: 1;
  margin: 0 20px 10px 0;
  position: relative;
  float: left;
  font-style: normal;
}
div.ccm-page .text-bold {
  font-weight: 700;
}
div.ccm-page .text-black {
  font-weight: 900 !important;
}
div.ccm-page .text-light {
  font-weight: 300;
}
div.ccm-page .text-xs {
  font-size: 11px !important;
  line-height: 11px;
}
div.ccm-page .text-s {
  font-size: 13px !important;
  line-height: 18px;
}
div.ccm-page .text-m {
  font-size: 18px !important;
  line-height: 25px;
}
div.ccm-page .text-l {
  font-size: 27px !important;
  line-height: 31px;
}
div.ccm-page .text-xl {
  font-size: 50px !important;
  line-height: 50px;
}
div.ccm-page .text-xxl {
  font-size: 110px !important;
  line-height: 110px;
}
div.ccm-page .boxed-layout .navbar-fixed-top,
div.ccm-page .boxed-layout .navbar-fixed-top,
div.ccm-page .boxed-layout header,
div.ccm-page .boxed-layout .parallax-mirror,
div.ccm-page .boxed-layout .content-parallax,
div.ccm-page .boxed-layout footer,
div.ccm-page .boxed-layout [class*="header-"],
div.ccm-page .boxed-layout #fullpage-main,
div.ccm-page .boxed-layout .container {
  max-width: 1200px;
  margin: 0 auto;
}
div.ccm-page .boxed-layout.side-menu-container .container {
  max-width: 100%;
}
div.ccm-page .boxed-layout .parallax-mirror {
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
}
div.ccm-page .boxed-layout .content-parallax {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.22);
}
div.ccm-page body.boxed-layout {
  background: #efefef;
}
div.ccm-page .boxed-layout .overlay-content .section-empty:not(.section-bg-color) {
  background: #fff !important;
}
div.ccm-page .col-center {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both;
}
div.ccm-page .fixed-bottom-area {
  position: fixed;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.42);
}
div.ccm-page .box-middle-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
div.ccm-page .row.box-middle {
  margin-left: 0;
  margin-right: 0;
}
div.ccm-page .no-margins,
div.ccm-page .no-margins .content {
  margin: 0 !important;
}
div.ccm-page .no-paddings,
div.ccm-page .no-paddings .content {
  padding: 0 !important;
}
div.ccm-page .no-paddings-x {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
div.ccm-page .no-paddings-y,
div.ccm-page .no-paddings-y .content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 994px) {
  div.ccm-page .no-padding-bottom,
  div.ccm-page .no-padding-bottom .content {
    padding-bottom: 0 !important;
  }
}
div.ccm-page {
  /*
  ------------------------------
  VERTICAL AND PRPORZIONAL ROW
  ------------------------------
  */
}
div.ccm-page div > p:last-child {
  margin-bottom: 0;
}
div.ccm-page .vertical-row.row,
div.ccm-page .vertical-row > .row {
  display: flex !important;
  align-items: center;
}
div.ccm-page .section-two-blocks > .vertical-row.row {
  align-items: initial;
}
div.ccm-page .middle-content,
div.ccm-page .middle-content > .row,
div.ccm-page .middle-content > .row > div {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
div.ccm-page .middle-content.text-left {
  align-items: baseline;
}
div.ccm-page .row.vertical-row:not(.box-middle) {
  margin-left: -15px;
  margin-right: -15px;
}
div.ccm-page .vertical-row > div {
  padding: 0;
}
div.ccm-page .row.vertical-row > div {
  padding-left: 15px;
  padding-right: 15px;
}
div.ccm-page .proporzional-row:not(.hc_column_cnt),
div.ccm-page .proporzional-row > .row {
  display: flex;
}
div.ccm-page .proporzional-row > *:not(.row),
div.ccm-page .proporzional-row > .row > * {
  flex: 1 1 auto;
}
div.ccm-page .proporzional-row .flexslider,
div.ccm-page .proporzional-row .hc_image_slider_cnt,
div.ccm-page .proporzional-row .flexslider div,
div.ccm-page .proporzional-row .flexslider .slides,
div.ccm-page .proporzional-row .img-box,
div.ccm-page .proporzional-row > div > .advs-box,
div.ccm-page [class*="row-"].grid-item > div,
div.ccm-page .grid-item > .row > div,
div.ccm-page .proporzional-row .google-map,
div.ccm-page .proporzional-row > .row > div > .row,
div.ccm-page .proporzional-row .hc_google_map_cnt,
div.ccm-page [class*="row-"] .flexslider,
div.ccm-page [class*="row-"] .flexslider div,
div.ccm-page [class*="row-"] .flexslider .slides,
div.ccm-page [class*="row-"] .row,
div.ccm-page [class*="row-"] li .img-box,
div.ccm-page .proporzional-row .hc_content_box_cnt,
div.ccm-page .proporzional-row > .row > div > .row > div > .advs-box,
div.ccm-page .proporzional-row > .row > div > .row > div > .adv-img,
div.ccm-page .proporzional-row > .row > div > .row > .hc_image_box_cnt {
  height: 100%;
  display: block;
}
div.ccm-page .clear-proporzional,
div.ccm-page .clear-proporzional *:not(hr) {
  height: auto !important;
}
div.ccm-page [class*="row-"]:not(.one-row-list) .col-md-12 {
  max-height: 100%;
  overflow: hidden;
}
div.ccm-page [class*="row-"]:not(.one-row-list) > .row > [class*="col-md-"],
div.ccm-page [class*="row-"]:not(.one-row-list) > .row > div > .img-box {
  height: 100%;
}
/*
------------------------------
BOXED AND BOXED INVERSE
------------------------------
*/
@media (min-width: 993px) {
  div.ccm-page [class*="boxed"].col-md-2:not(.no-margins) {
    width: calc(16.66666667% - 30px);
  }
  div.ccm-page [class*="boxed"].col-md-3:not(.no-margins) {
    width: calc(25% - 30px);
  }
  div.ccm-page [class*="boxed"].col-md-4:not(.no-margins) {
    width: calc(33.33333333% - 30px);
  }
  div.ccm-page [class*="boxed"].col-md-5:not(.no-margins) {
    width: calc(41.66666667% - 30px);
  }
  div.ccm-page [class*="boxed"].col-md-6:not(.no-margins) {
    width: calc(50% - 30px);
  }
  div.ccm-page [class*="boxed"].col-md-7:not(.no-margins) {
    width: calc(58.33333333% - 30px);
  }
  div.ccm-page [class*="boxed"].col-md-8:not(.no-margins) {
    width: calc(66.66666667% - 30px);
  }
  div.ccm-page [class*="boxed"].col-md-9:not(.no-margins) {
    width: calc(75% - 30px);
  }
  div.ccm-page [class*="boxed"].col-md-10:not(.no-margins) {
    width: calc(83.33333333% - 30px);
  }
  div.ccm-page [class*="boxed"].col-md-11:not(.no-margins) {
    width: calc(91.66666667% - 30px);
  }
  div.ccm-page [class*="boxed"].col-md-12:not(.no-margins) {
    width: calc(100% - 30px);
  }
  div.ccm-page .grid-item > [class*="boxed"],
  div.ccm-page .grid-item > [class*="boxed-inverse"],
  div.ccm-page .maso-item > [class*="boxed"],
  div.ccm-page .maso-item > [class*="boxed-inverse"] {
    width: 100% !important;
  }
}
div.ccm-page {
  /*
  ==============================
  HEADER - MENU
  ==============================

  ------------------------------
  GLOBAL
  ------------------------------
  */
}
div.ccm-page .base-box.boxed,
div.ccm-page .base-box.boxed-inverse,
div.ccm-page .boxed-inverse,
div.ccm-page [class*="col-md-"].boxed,
div.ccm-page [class*="col-md-"].boxed-inverse,
div.ccm-page .grid-box > .grid-item.boxed-inverse,
div.ccm-page .row.vertical-row > div.boxed-inverse,
div.ccm-page .row.vertical-row > div.boxed {
  border-style: none !important;
  padding: 25px 25px 25px 25px;
}
div.ccm-page [class*="col-md-"].boxed,
div.ccm-page [class*="col-md-"].boxed-inverse {
  margin: 0 15px;
}
div.ccm-page .grid-item > .boxed-inverse,
div.ccm-page .grid-item > .boxed {
  margin: 0;
  width: 100%;
}
div.ccm-page [class*="col-md-"].boxed-inverse,
div.ccm-page .boxed-inverse,
div.ccm-page .fixed-area.boxed-inverse {
  background-color: #f5f5f5;
}
div.ccm-page .section-bg-color [class*="col-md-"].boxed-inverse,
div.ccm-page .fixed-area.boxed-inverse {
  background-color: #fff;
}
div.ccm-page [class*="col-md-"].boxed {
  background-color: #444;
}
div.ccm-page .grid-item.boxed-inverse {
  margin-top: 15px;
  height: calc(100% - 109px);
}
div.ccm-page header {
  line-height: 1.42857143;
  z-index: 995;
}
div.ccm-page header form.navbar-form {
  margin: 0 0 0 0;
}
div.ccm-page .nav li:hover > ul,
div.ccm-page .nav li:hover > .mega-menu,
div.ccm-page .side-menu li:hover .panel,
div.ccm-page .side-menu li .panel:hover {
  display: block;
}
div.ccm-page header .btn-default,
div.ccm-page header .btn,
div.ccm-page header .anima-button.circle-button,
div.ccm-page header .input-group .btn:not(.btn-border) {
  background-color: #FAFAFA;
  color: #797979;
}
div.ccm-page header .btn-default:hover,
div.ccm-page header .circle-button:hover {
  border-color: #D2D2D2;
  background-color: #e6e6e6;
}
div.ccm-page .navbar-default .navbar-nav > li > a,
div.ccm-page .mega-menu h5 {
  color: #444;
}
div.ccm-page .nav > li.dropdown > a {
  padding-right: 25px;
}
div.ccm-page header .navbar-right > * {
  float: left;
}
div.ccm-page header .navbar-right > *:not(li) {
  padding-right: 15px;
  padding-left: 15px;
}
div.ccm-page header.hamburger-header {
  width: auto;
}
div.ccm-page .navbar-brand img {
  transition: all .3s;
  max-height: 100%;
}
div.ccm-page .navbar-brand.scroll-show.showed {
  display: table-cell !important;
}
div.ccm-page .navbar-brand .logo-retina,
div.ccm-page .brand .logo-retina,
div.ccm-page .logo-retina {
  display: none !important;
}
@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 994px), (min-resolution: 192dpi) and (min-width: 994px) {
  div.ccm-page .navbar-brand .logo-retina,
  div.ccm-page .brand .logo-retina,
  div.ccm-page .logo-retina {
    display: block !important;
  }
  div.ccm-page .navbar-brand .logo-default,
  div.ccm-page .brand .logo-default,
  div.ccm-page .logo-default {
    display: none !important;
  }
}
div.ccm-page {
  /*
  ------------------------------
  TOP SECTION - MINI
  ------------------------------
  */
  /*
  ------------------------------
  DROPDOWN
  ------------------------------
  */
  /*
  ------------------------------
  MEGA DROPDOWN
  ------------------------------
  */
  /*
  ------------------------------
  TRANSPARENT
  ------------------------------
  */
  /*
  ------------------------------
  MINIMAL DESIGN
  ------------------------------
  */
  /*
  ------------------------------
  LANGUAGE MENU
  ------------------------------
  */
  /*
  ------------------------------
  SHOP MENU
  ------------------------------
  */
  /*
  ------------------------------
  BIG LOGO
  ------------------------------
  */
  /*
  ------------------------------
  MIDDLE BOX
  ------------------------------
  */
  /*
  ------------------------------
  SUBLINE
  ------------------------------
  */
  /*
  ------------------------------
  SUBTITLE
  ------------------------------
  */
  /*
  ------------------------------
  INNER MENU
  ------------------------------
  */
  /*
  ------------------------------
  MIDDLE AND TOP LOGO
  ------------------------------
  */
  /*
  ------------------------------
  ICON MENU
  ------------------------------
  */
}
div.ccm-page .navbar-default .navbar-nav > li > a .caret {
  margin-left: 5px;
}
div.ccm-page .navbar-right ul ul ul.dropdown-menu {
  left: 100%;
}
div.ccm-page .wide-area .container {
  width: 100% !important;
}
div.ccm-page header .custom-area {
  padding: 0 15px;
}
div.ccm-page header .input-group input,
div.ccm-page header .btn-default,
div.ccm-page header .input-group .input-group-btn a {
  border-color: #EAEAEA;
}
div.ccm-page header .input-group input:focus,
div.ccm-page header .btn-default:focus {
  border-color: #EAEAEA;
}
div.ccm-page .navbar-right img {
  max-height: 41px;
  margin: 5px auto;
}
div.ccm-page .input-group button {
  color: #444;
  font-weight: 400;
  font-size: 13px;
}
div.ccm-page header .social-group a i.fa {
  padding: 5px 8px;
  margin-top: 3px;
  width: 30px;
  height: 30px;
  line-height: 22px;
  text-align: center;
  color: #505050;
}
div.ccm-page .dropdown-menu .fa-ul .divider {
  margin: 10px 0 10px -27px;
  opacity: 1 !important;
  background-color: rgba(138, 138, 138, 0.15) !important;
}
div.ccm-page header > .navbar {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #E4E4E4;
  transform: translate3d(0px, 0px, 0px);
}
div.ccm-page .navbar-main,
div.ccm-page .nav.inner {
  background-color: #FFFFFF;
  margin-bottom: 0;
  border: none;
}
div.ccm-page .navbar-main .btn-search {
  margin-top: 7px;
}
div.ccm-page .bg-menu {
  background-repeat: no-repeat;
  background-position: bottom right;
}
div.ccm-page .navbar-brand.center {
  text-align: center;
  width: 100%;
  width: calc(100% - 30px);
}
div.ccm-page .navbar-brand.center > img {
  display: inline-block;
}
div.ccm-page .scroll-show,
div.ccm-page .scroll-hide.hidden {
  display: none !important;
}
div.ccm-page .scroll-show.showed {
  display: block !important;
}
div.ccm-page .full-width-menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
}
div.ccm-page .full-width-menu .nav {
  border: none;
  border-radius: 0;
  margin: 0;
  float: none;
}
div.ccm-page .full-width-menu .nav.inner > li > a i.caret,
div.ccm-page .full-width-menu .dropdown-menu li a i.caret,
div.ccm-page .full-width-menu .nav.inner .dropdown-menu > li > a,
div.ccm-page .full-width-menu .nav.inner .dropdown-menu > li > a:hover {
  color: #696969 !important;
}
div.ccm-page div.full-width-menu .inner .dropdown-submenu:hover > a:after,
div.ccm-page div.full-width-menu .inner .dropdown-submenu > a:after {
  border-left-color: #696969 !important;
}
div.ccm-page .full-width-menu .dropdown-submenu:hover > a:after {
  border-left-color: inherit !important;
}
div.ccm-page .fixed-top {
  height: 52px;
}
div.ccm-page .navbar-nav > li:hover > a,
div.ccm-page .navbar-default .navbar-nav > li > a:hover,
div.ccm-page .dropdown > li:hover > a,
div.ccm-page .dropdown-menu ul > li:hover > a,
div.ccm-page .subline-bar li:hover,
div.ccm-page .sidebar-nav ul a:hover,
div.ccm-page .panel-item > span:hover,
div.ccm-page .sidebar-nav .panel-item > span:hover,
div.ccm-page .bg-transparent li.active {
  color: #171717;
  background: rgba(199, 199, 199, 0.15);
}
div.ccm-page .navbar-brand {
  margin-right: 15px;
}
div.ccm-page .search-box-menu {
  display: inline-block;
}
div.ccm-page .search-box input[type="text"] {
  width: 100% !important;
  max-width: 1140px;
  margin: auto;
  border-color: #EAEAEA;
  background-color: white;
  display: block;
}
div.ccm-page .search-box input[type="submit"] {
  position: absolute;
  right: 0;
  top: 50%;
  width: auto;
}
div.ccm-page .search-box {
  position: absolute;
  z-index: 95;
  display: none;
  margin: 60px 0 0 0;
  left: 0;
  right: 0;
}
div.ccm-page header .scroll-css .search-box {
  background-color: #fff !important;
}
div.ccm-page .navbar-social {
  margin: 7px 0 0 0;
}
div.ccm-page .navbar-social .social-group a {
  margin: 0;
}
div.ccm-page .navbar-big {
  background-color: #FDFDFD;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0;
}
div.ccm-page .navbar-big .navbar-nav > .active > a,
div.ccm-page .navbar-big .navbar-nav > li > a:hover {
  color: #555;
  background-color: #F7F7F7;
}
div.ccm-page .nav.nav-right > li {
  float: right;
}
div.ccm-page .hamburger-button {
  color: #636363;
  font-size: 30px;
  padding: 4px 15px;
  display: inline-block;
}
div.ccm-page .hamburger-button i {
  color: #636363;
}
div.ccm-page .hamburger-button:hover {
  color: #6A4D8F;
}
div.ccm-page .hamburger-button.active {
  color: #6D6D6D;
  text-shadow: 0 -1px 0 #080808;
}
div.ccm-page .hamburger-header .hamburger-button.active {
  margin-left: 250px;
}
div.ccm-page .hamburger-menu {
  visibility: hidden;
  opacity: 0;
}
div.ccm-page .container > .hamburger-button {
  padding-left: 0;
  padding-right: 0;
}
div.ccm-page .hamburger-button > span {
  font-size: 13px;
  transform: translateY(-7px);
  display: inline-block;
}
div.ccm-page .navbar-mini {
  background-color: #f8f8f8;
  color: #7B7B7B;
  font-size: 12px;
  border-bottom: 1px solid #e4e4e4;
}
div.ccm-page .navbar-mini .navbar-left span:first-child {
  padding-left: 0;
}
div.ccm-page .navbar-mini span {
  padding: 0 7px;
}
div.ccm-page .navbar-mini span i {
  margin-right: 7px;
}
div.ccm-page .navbar-mini hr {
  width: 1px;
  background-color: #BEBEBE;
  margin: 0 0 -2px 0;
  display: inline-block;
  height: 12px;
  padding: 0;
}
div.ccm-page .minisocial-group {
  float: right;
}
div.ccm-page .minisocial-group i {
  font-size: 15px;
  line-height: 33px !important;
  padding-top: 1px;
  display: block !important;
  float: left;
  color: #b7b7b7;
  cursor: pointer;
  border-right: 1px solid #DBDBDB;
  width: 35px;
  text-align: center;
}
div.ccm-page i.first {
  border-left: 1px solid #dbdbdb;
}
div.ccm-page .navbar-mini .navbar-left {
  padding-top: 10px;
}
div.ccm-page .navbar-mini .form-control {
  border-radius: 0;
  box-shadow: none;
  border-style: none;
  background: #f8f8f8;
}
div.ccm-page .navbar-mini .form-control.focus {
  background: rgba(152, 152, 152, 0.11) !important;
}
div.ccm-page .navbar-mini .navbar-form {
  float: right;
  padding: 0 15px 0 0;
  margin: 0;
}
div.ccm-page .navbar-mini .input-group-btn,
div.ccm-page .navbar-mini .input-group .input-group-btn {
  padding: 0;
  border: none;
}
div.ccm-page .navbar-mini .input-group-addon i {
  color: #555;
}
div.ccm-page .navbar-mini .navbar-form .btn-default {
  border-style: none;
  background: #F7F7F7;
  border-radius: 0;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #E7E7E7;
  color: #999999;
}
div.ccm-page .dropdown-submenu {
  position: relative;
}
div.ccm-page .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  box-shadow: 5px 4px 7px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
div.ccm-page .dropdown-menu > li > a {
  padding: 10px 20px;
}
div.ccm-page header .dropdown-submenu > .dropdown-menu {
  top: -1px;
}
div.ccm-page .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
div.ccm-page .dropdown-submenu > a:after {
  float: right;
  margin-top: 5px;
  margin-right: -5px;
  transform: rotate(45deg) !important;
}
div.ccm-page .dropdown-submenu:hover > a:after {
  border-left-color: #7E7E7E;
}
div.ccm-page .dropdown-submenu.pull-left {
  float: none;
}
div.ccm-page .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
div.ccm-page .dropdown .caret {
  border: none;
  margin-top: -26px;
}
div.ccm-page .mega-menu .col,
div.ccm-page .side-menu .panel .col {
  display: table-cell;
  vertical-align: top;
  min-width: 230px;
  padding: 0 25px;
}
div.ccm-page .mega-menu {
  min-width: 250px;
  padding: 25px 5px;
}
div.ccm-page .mega-menu a {
  color: #636363;
  padding-left: 5px;
  display: block;
  white-space: nowrap;
}
div.ccm-page .mega-menu .fa-ul .fa-li,
div.ccm-page li.panel-item .fa-li {
  color: #694E94;
}
div.ccm-page .mega-menu.bg-menu {
  min-width: 400px;
}
div.ccm-page .mega-menu .nav-tabs li {
  white-space: nowrap;
  margin-bottom: 0 !important;
  border-radius: 0;
}
div.ccm-page .mega-menu h5 {
  margin-top: 5px;
  min-height: 15px;
}
div.ccm-page .mega-menu.dropdown-menu {
  overflow: hidden;
}
div.ccm-page .mega-menu-fullwidth > li {
  position: static !important;
}
div.ccm-page .mega-menu-fullwidth > li.dropdown {
  position: relative !important;
}
div.ccm-page .mega-menu-fullwidth > li.dropdown.mega-dropdown {
  position: static !important;
}
div.ccm-page .mega-menu-fullwidth,
div.ccm-page .navbar.mega-menu-fullwidth .container,
div.ccm-page header .navbar-main > .container {
  position: relative;
}
div.ccm-page .mega-menu-fullwidth .mega-dropdown {
  position: static !important;
}
div.ccm-page div.mega-menu-fullwidth .mega-dropdown .mega-menu {
  width: 100%;
  width: calc(100% - 30px);
  margin: 0 15px;
}
div.ccm-page .wide-area.navbar.mega-menu-fullwidth .mega-dropdown .mega-menu {
  width: calc(100% - 30px);
}
div.ccm-page .mega-menu .fa-ul.no-icons {
  margin-left: 1px;
}
div.ccm-page .mega-menu .col > h5:first-child {
  margin-top: 0;
}
div.ccm-page .error404 header.menu-transparent.bg-transparent .navbar {
  background: #565656 !important;
}
div.ccm-page .bg-transparent li.active,
div.ccm-page .bg-transparent li:hover {
  background: rgba(199, 199, 199, 0.05);
}
div.ccm-page header.menu-transparent.scroll-css .subline-bar {
  background-color: #F9F9F9 !important;
}
div.ccm-page header.menu-transparent {
  height: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
div.ccm-page .menu-transparent .navbar-nav.subheader-bootstrap .sub {
  color: #E4E4E4;
}
div.ccm-page .menu-transparent.scroll-css .navbar-nav.subheader-bootstrap .sub {
  color: #848484;
}
div.ccm-page .bg-transparent .icon-menu li i {
  color: #F9F9F9 !important;
}
div.ccm-page .side-menu-header.bg-transparent .side-menu li a {
  border-top: 1px solid rgba(231, 231, 231, 0.38);
  color: #FFF;
}
div.ccm-page .side-menu-header.bg-transparent .side-menu ul {
  background-color: #444;
}
div.ccm-page header.menu-transparent.bg-transparent .navbar {
  border: none;
  background: rgba(0, 0, 0, 0.1) !important;
}
div.ccm-page header.bg-transparent .navbar-mini .navbar-form .btn-default,
div.ccm-page header.bg-transparent input,
div.ccm-page header.bg-transparent .fa,
div.ccm-page header.bg-transparent button,
div.ccm-page header.bg-transparent .social-group a i.fa {
  background: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(158, 158, 158, 0.39) !important;
  color: #E4E4E4;
}
div.ccm-page header.bg-transparent > .navbar {
  background-color: rgba(0, 0, 0, 0.41) !important;
  border-radius: 0;
}
div.ccm-page header.menu-transparent.scroll-css > .navbar {
  background: #FFF !important;
}
div.ccm-page .bg-transparent,
div.ccm-page .bg-transparent .navbar-nav a {
  background-color: rgba(0, 0, 0, 0) !important;
}
div.ccm-page .menu-transparent.bg-transparent .navbar-nav > li > a:hover,
div.ccm-page .bg-transparent .navbar-nav .active > a,
div.ccm-page header.menu-transparent .navbar-default {
  background-color: rgba(0, 0, 0, 0) !important;
}
div.ccm-page .menu-transparent:not(.scroll-css) .navbar-nav > li.dropdown:hover {
  background: rgba(0, 0, 0, 0.4) !important;
  border-radius: 0;
}
div.ccm-page header.bg-transparent .navbar-default .navbar-nav > li > a {
  color: #E4E4E4;
  transform: translateY(0px);
  transition: transform .3s;
}
div.ccm-page header.bg-transparent .dropdown-menu .divider {
  background-color: #505050;
}
div.ccm-page .nav.ms-minimal,
div.ccm-page .nav.ms-minimal li:hover,
div.ccm-page .navbar-default .navbar-nav.ms-minimal > .open > a,
div.ccm-page .navbar-default .navbar-nav.ms-minimal > .open > a:hover,
div.ccm-page .navbar-default.ms-minimal .navbar-nav > .open > a:focus {
  background: none !important;
  border: none !important;
}
div.ccm-page .nav.ms-minimal li a {
  border-bottom: 2px solid rgba(248, 248, 248, 0);
  letter-spacing: .5px;
  color: #585858 !important;
  font-weight: 600;
}
div.ccm-page .nav.ms-minimal .dropdown ul li > a {
  border-right: 1px solid rgba(0, 0, 0, 0);
}
div.ccm-page .nav.ms-minimal .dropdown-menu > li > a:hover {
  background-color: #FDFDFD !important;
}
div.ccm-page .nav.ms-minimal > li.active > a {
  background: none !important;
  border-bottom-color: #6A4D8F;
}
div.ccm-page .nav.ms-minimal > li:hover > a {
  background: none;
  border-bottom-color: #6A4D8F;
}
div.ccm-page .ms-minimal ul li > a,
div.ccm-page .ms-minimal ul ul li > a,
div.ccm-page .ms-minimal ul li > span {
  border-right: 2px solid rgba(248, 248, 248, 0);
  border-radius: 0;
}
div.ccm-page .ms-minimal li.active > a {
  background: none !important;
}
div.ccm-page .ms-minimal li:hover > a,
div.ccm-page .ms-minimal li:hover > span {
  border-right-color: #6A4D8F;
  border-radius: 0 !important;
}
div.ccm-page .ms-minimal li:hover {
  background: none;
}
div.ccm-page .nav.ms-minimal > li .dropdown-menu {
  border-radius: 0;
  background-color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0);
}
div.ccm-page header .navbar-right > .lan-menu {
  padding-right: 0;
}
div.ccm-page .lan-menu a img {
  margin: -2px 5px 0 0;
}
div.ccm-page .lan-menu li a {
  font-size: 11px;
  text-transform: uppercase;
  color: #5F5F5F;
}
div.ccm-page .lan-menu li a span {
  padding: 0;
}
div.ccm-page .lan-menu ul.dropdown-menu {
  min-width: 80px;
  width: 100%;
}
div.ccm-page .navbar-mini .lan-menu {
  float: right;
  height: 34px;
  width: auto;
}
div.ccm-page .navbar-mini .lan-menu li {
  height: 34px;
}
div.ccm-page .navbar-mini .lan-menu li a {
  padding: 8px 15px;
}
div.ccm-page .navbar-mini .lan-menu ul.dropdown-menu {
  padding-top: 0;
}
div.ccm-page .lan-menu ul li a {
  padding: 10px 15px;
}
div.ccm-page .shop-menu-cnt > i {
  font-size: 18px;
  line-height: 50px;
  cursor: pointer;
}
div.ccm-page .shop-menu-cnt:hover .shop-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}
div.ccm-page .shop-menu-cnt .shop-menu {
  z-index: 90;
  position: absolute;
  top: 50px;
  right: -16px;
  width: 320px;
  text-align: center;
  background-color: #fff;
  transition: all .4s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
}
div.ccm-page .shop-cart li {
  cursor: pointer;
}
div.ccm-page .shop-cart li img {
  width: 65px;
  height: 40px;
  margin: 0;
  float: left;
}
div.ccm-page .shop-cart .cart-item .cart-content {
  padding-left: 100px;
  text-align: left;
}
div.ccm-page .shop-menu-cnt .cart-total {
  display: block;
  text-align: left;
  padding: 8px 16px;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
}
div.ccm-page .shop-cart {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.ccm-page .shop-cart .cart-item {
  height: 70px;
  padding: 15px;
  transition: all .3s;
}
div.ccm-page .shop-cart .cart-item:hover {
  background: none;
  padding-left: 20px;
}
div.ccm-page .shop-menu .cart-buttons {
  text-align: left;
  padding: 15px;
}
div.ccm-page .shop-menu-cnt .cart-count {
  background-color: #000;
  top: 50%;
  margin-top: -5px;
  right: -11px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  z-index: 95;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
}
div.ccm-page .shop-menu-empty .shop-menu,
div.ccm-page .wc-backward {
  display: none !important;
}
div.ccm-page .navbar-big-logo .navbar-brand {
  position: relative;
  top: -36px;
  padding: 0;
  margin-left: 0 !important;
  margin-right: 0;
}
div.ccm-page .navbar-big-logo.navbar-fixed-top .container.scroll-css .navbar-brand {
  top: 0 !important;
}
div.ccm-page .navbar-big-logo .navbar-mini .container {
  padding-left: 197px;
  min-height: 35px;
}
div.ccm-page .navbar-big-logo .navbar-brand img {
  max-height: inherit;
}
div.ccm-page .navbar-big-logo .navbar-header {
  max-height: 30px;
}
div.ccm-page .navbar-main.middle-box-menu {
  padding-bottom: 41px;
}
div.ccm-page header.scroll-css .middle-box-menu {
  padding-bottom: 0 !important;
}
div.ccm-page .box-menu-inner .icon-box i {
  color: #636363;
}
div.ccm-page .box-menu-inner {
  position: absolute !important;
  left: 50%;
  margin-left: -585px;
  z-index: 95;
}
div.ccm-page .box-menu-inner > .row {
  background-color: #FBFBFB;
  margin: 0;
  height: 80px;
  padding: 15px 0;
  border: 1px solid #E8E8E8;
}
div.ccm-page .box-menu-inner .icon-box {
  margin: 0;
}
div.ccm-page .subline-bar {
  background-color: #F9F9F9;
  position: absolute;
  width: 100%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.21);
  z-index: 995;
}
div.ccm-page .subline-bar li:hover {
  background: rgba(222, 221, 221, 0.5);
  border-radius: 0;
}
div.ccm-page .subline-bar ul {
  margin: 0;
  padding: 0;
  display: none;
}
div.ccm-page .subline-bar ul li {
  float: left;
  list-style: none;
  padding: 5px 15px;
  cursor: pointer;
}
div.ccm-page .subline-bar a {
  color: #676767;
  font-size: 13px;
  text-decoration: none !important;
}
div.ccm-page header.fixed-top .subline-bar {
  position: fixed;
  margin-top: 85px;
}
div.ccm-page header.fixed-top.scroll-css .subline-bar {
  margin-top: 50px;
}
div.ccm-page .menu-right .subline-bar ul {
  float: right;
}
div.ccm-page .navbar-nav.subheader-bootstrap .sub {
  font-size: 11px;
  display: block;
  color: #848484;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 400;
}
div.ccm-page .navbar-nav.subheader-bootstrap li {
  text-align: left;
}
div.ccm-page .subtitle-header .navbar-main .navbar-form,
div.ccm-page .subtitle-header .navbar-main .navbar-social {
  padding: 10px 15px;
}
div.ccm-page .subtitle-header .lan-menu li a {
  padding-top: 25px;
  padding-bottom: 25px;
}
div.ccm-page .subtitle-header .search-box {
  margin: 80px 0 0 0;
}
div.ccm-page .subtitle-header .btn-search {
  margin-top: 17px;
}
div.ccm-page .navbar.navbar-inner {
  min-height: inherit;
}
div.ccm-page .navbar-inner .navbar-toggle {
  max-width: 100%;
  padding: 5px 10px;
  color: #696969;
  cursor: pointer;
  text-align: left;
}
div.ccm-page .nav.inner > li {
  float: left;
}
div.ccm-page .nav.inner > li > a {
  color: #444;
  cursor: pointer;
}
div.ccm-page .nav.inner > li > a:focus {
  background: none;
}
div.ccm-page .nav.inner li:hover {
  background: none;
}
div.ccm-page .nav.inner,
div.ccm-page .navbar-inner .navbar-toggle {
  margin: 5px 0;
  float: none;
}
div.ccm-page .navbar-inner .navbar-toggle:hover {
  background-color: #EEE;
}
div.ccm-page .navbar-inner .navbar-toggle span {
  font-size: 13px;
  margin: 0 15px;
  line-height: 28px;
}
div.ccm-page .navbar-inner .navbar-toggle i {
  font-size: 14px;
  margin-top: 3px;
}
div.ccm-page .navbar-inner .navbar-collapse {
  padding: 0;
}
div.ccm-page .navbar-inner .navbar-toggle i:last-child,
div.ccm-page .navbar-header .hamburger-button {
  float: right;
}
div.ccm-page .navbar-inner li > a > i.fa {
  margin-right: 0;
}
div.ccm-page .nav.inner > li > a:hover,
div.ccm-page .nav.inner:not(.ms-rounded) > li.active,
div.ccm-page .nav.inner.ms-rounded > li.active a {
  background-color: #f5f5f5;
}
div.ccm-page .nav.inner.ms-rounded {
  background: none !important;
  border: none;
  margin: -5px 0;
}
div.ccm-page .nav.inner.ms-rounded li a {
  line-height: 10px;
  padding: 10px 15px;
  border: 1px solid #9C9C9C;
  border-radius: 35px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: .5px;
  color: #585858;
  font-weight: 600;
}
div.ccm-page .nav.inner.ms-rounded.over > li {
  padding-bottom: 15px;
}
div.ccm-page .nav.inner.ms-rounded .dropdown-menu li,
div.ccm-page .nav.inner .dropdown-menu li a {
  border: none;
  border-radius: 0;
  margin-right: 0;
}
div.ccm-page .nav.inner.ms-rounded .dropdown-menu li a {
  padding: 3px 20px;
  line-height: 1.42857143;
}
div.ccm-page .nav.inner.ms-rounded .dropdown-menu {
  border-radius: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}
div.ccm-page .nav-center .scroll-show.showed {
  display: inline-block !important;
}
div.ccm-page .navbar-main.navbar-middle li.scroll-show.showed {
  display: inline-block !important;
}
div.ccm-page .navbar-main.navbar-middle .collapse > ul.nav {
  text-align: center;
  float: none;
}
div.ccm-page .navbar-main.navbar-middle .navbar-header {
  display: none;
}
div.ccm-page .navbar-main.navbar-middle ul.nav > li {
  float: none;
  display: inline-block;
}
div.ccm-page .navbar-middle .navbar-brand.center {
  height: auto;
  margin: 15px 0;
  display: block;
}
div.ccm-page .navbar-middle .navbar-collapse {
  position: relative;
}
div.ccm-page .navbar-middle .navbar-right {
  position: absolute;
  right: 0;
  top: 0;
}
div.ccm-page header.menu-top-logo:not(.scroll-css) .navbar-main.navbar-middle ul.navbar-nav {
  margin-left: 0 !important;
}
div.ccm-page .nav-center,
div.ccm-page .nav-center ul {
  float: none;
  text-align: center;
}
div.ccm-page .nav-center {
  width: 100%;
  max-width: 100%;
}
div.ccm-page .nav.nav-center > li {
  float: none;
  display: inline-block;
}
div.ccm-page .nav-center .dropdown-menu li {
  display: block;
  text-align: left;
}
div.ccm-page .icon-menu .navbar-collapse ul.nav > li > a i {
  margin-right: 10px;
  font-size: 40px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  vertical-align: middle;
  color: #5D5D5D;
}
div.ccm-page .icon-menu:not(.icon-menu-top) ul.nav > li > a i {
  width: auto;
  margin-right: 10px;
}
div.ccm-page .icon-menu .navbar-collapse ul.nav i.onlycover {
  background-size: contain;
  background-repeat: no-repeat;
}
div.ccm-page .icon-menu:not(.icon-menu-top) .navbar-collapse ul.nav i.onlycover {
  width: 60px !important;
  display: inline-block;
}
div.ccm-page .icon-menu .navbar-collapse ul.nav > a {
  padding: 10px 15px;
}
div.ccm-page header .icon-top.nav > li > a i {
  display: block;
  text-align: center;
  font-size: 34px !important;
  padding-bottom: 5px;
  margin: 0 auto !important;
  height: 36px;
  width: 40px !important;
  line-height: 40px;
}
div.ccm-page .icon-menu .icon-top > li > a {
  text-align: center;
}
@media (min-width: 769px) {
  div.ccm-page header.fixed-top.scroll-css .icon-menu .navbar-collapse ul.nav > li > a > i {
    font-size: 25px !important;
    height: 25px;
    line-height: 25px;
    transition: all .3s;
  }
  div.ccm-page header.fixed-top.scroll-css .icon-menu:not(.icon-menu-top) .navbar-collapse ul.nav i.onlycover {
    width: 25px !important;
  }
}
div.ccm-page {
  /*
  ------------------------------
  SIDE MENU
  ------------------------------
  */
}
div.ccm-page .icon-menu .navbar-brand {
  height: 90px;
}
div.ccm-page .icon-menu-top .navbar-brand {
  height: 110px;
}
div.ccm-page .icon-top > li > .dropdown-toggle > .caret {
  display: none;
}
div.ccm-page .icon-menu.icon-menu-top .nav.navbar-right {
  margin-top: 30px;
}
div.ccm-page .icon-menu .navbar-main .nav.navbar-right {
  margin-top: 20px;
}
div.ccm-page .scroll-css .icon-menu.icon-menu .nav.navbar-right {
  margin-top: 2px;
}
div.ccm-page .scroll-css .icon-menu.icon-menu-top .nav.navbar-right {
  margin-top: 12px;
}
div.ccm-page header.scroll-css .icon-menu .navbar-brand {
  height: 55px;
  padding: 5px 15px 5px 15px;
  transition: all .3s;
}
div.ccm-page header.scroll-css .icon-menu-top .navbar-brand {
  height: 75px;
}
div.ccm-page header.scroll-css .icon-top .icon-menu .navbar-brand {
  height: 75px;
}
div.ccm-page .side-menu .panel .col {
  padding: 86px 25px 0 0;
}
div.ccm-page .side-menu .panel .col:last-child {
  padding-right: 0;
}
div.ccm-page .side-menu .col .fa-li {
  line-height: 33px;
}
div.ccm-page .side-menu-center {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
div.ccm-page .side-menu-container,
div.ccm-page .side-menu-container #fullpage-main,
div.ccm-page .side-menu-container .footer-parallax {
  padding-left: 250px;
}
div.ccm-page .side-menu-container .fullpage-varrow .arrow {
  padding-left: 250px;
}
div.ccm-page .side-menu .arrow {
  float: right;
  line-height: 1.42857;
  font-weight: 400;
}
div.ccm-page .side-menu .glyphicon.arrow:before {
  content: "\e079";
}
div.ccm-page .side-menu .active > a > .glyphicon.arrow:before {
  content: "\e114";
}
div.ccm-page .side-menu-fixed .scroll-content,
div.ccm-page .side-menu .scroll-content {
  height: 100%;
  padding-bottom: 5px;
  padding-right: 0;
}
div.ccm-page .side-menu-fixed .top-area {
  padding: 15px 0;
}
div.ccm-page .side-menu-header.navbar-fixed-top .navbar-header {
  display: block;
}
div.ccm-page .side-menu .fa.arrow:before {
  transform: rotate(45deg);
}
div.ccm-page .side-menu .active > a > .fa.arrow:before {
  content: "\f107";
}
div.ccm-page .side-menu .ion.arrow:before {
  content: "\f3d2";
}
div.ccm-page .side-menu .active > a > .ion.arrow:before {
  content: "\f3d0";
}
div.ccm-page .side-menu .plus-minus,
div.ccm-page .side-menu .plus-times {
  float: right;
  line-height: 20px;
  font-weight: 400;
}
div.ccm-page .side-menu .fa.plus-times:before {
  content: "\f067";
}
div.ccm-page .side-menu .active > a > .fa.plus-times {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.ccm-page .side-menu .fa.plus-minus:before {
  content: "\f067";
}
div.ccm-page .side-menu .active > a > .fa.plus-minus:before {
  content: "\f068";
}
div.ccm-page .side-menu .collapse {
  display: none;
}
div.ccm-page .side-menu .collapse.in,
div.ccm-page .side-menu li.active > ul {
  display: block;
}
div.ccm-page .side-menu ul {
  background-color: #FBFBFB;
}
div.ccm-page .side-menu ul ul {
  background-color: #F5F5F5;
}
div.ccm-page .side-menu .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}
div.ccm-page .mi-menu .sidebar-nav {
  border: 1px solid #E0E0E0;
  height: 100%;
}
div.ccm-page .sidebar-nav li ul li a {
  padding-right: 20px !important;
}
div.ccm-page header.side-menu-lateral .sidebar-nav li ul li a,
div.ccm-page .sidebar-nav li.panel-item ul li a {
  padding-right: 20px !important;
}
div.ccm-page .menu-left .sidebar-nav li ul li a {
  padding-right: 0 !important;
  padding-left: 30px !important;
}
div.ccm-page .sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
div.ccm-page .sidebar-nav a,
div.ccm-page .sidebar-nav a:hover,
div.ccm-page .sidebar-nav a:focus,
div.ccm-page .sidebar-nav a:active {
  outline: none;
}
div.ccm-page ul.side-menu {
  display: block;
  padding: 1px 0;
}
div.ccm-page ul.side-menu li:first-child {
  margin-top: -1px;
}
div.ccm-page .sidebar-nav ul li,
div.ccm-page .sidebar-nav ul a,
div.ccm-page .sidebar-nav .panel-item > span {
  display: block;
  cursor: pointer;
}
div.ccm-page .sidebar-nav .panel-item ul ul {
  background: none;
}
div.ccm-page .mi-menu ul li > a,
div.ccm-page .sidebar-nav .panel-item > span {
  padding: 10px 20px;
  color: #616161;
}
div.ccm-page .side-menu-fixed .mi-menu nav {
  border: none;
  background: none;
  height: auto;
}
div.ccm-page .side-menu li.divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
div.ccm-page .mi-menu .sidebar-nav ul li:first-child > a {
  border-top: none;
}
div.ccm-page .mi-menu .sidebar-nav ul ul a {
  padding: 10px 30px;
  border-radius: 0;
}
div.ccm-page header.side-menu-lateral .mi-menu .sidebar-nav ul ul a,
div.ccm-page .mi-menu .sidebar-nav li.panel-item ul li a {
  padding: 10px 20px;
}
div.ccm-page .sidebar-nav ul ul a:hover,
div.ccm-page .sidebar-nav ul ul a:active {
  background-color: rgba(0, 0, 0, 0.03);
}
div.ccm-page .sidebar-nav-item {
  padding-left: 5px;
}
div.ccm-page .post-template-default .sidebar-cnt,
div.ccm-page .page-template-default .sidebar-cnt,
div.ccm-page .footer-parallax-container .comments-cnt,
div.ccm-page .footer-parallax-container .footer-parallax-container {
  background-color: #fff;
}
div.ccm-page .sidebar-cnt .comments-cnt > .container {
  width: 100%;
}
div.ccm-page .side-menu ul a {
  border-color: #DADADA;
  font-weight: 400;
}
div.ccm-page .side-menu ul ul a {
  border-color: #E4E4E4;
}
div.ccm-page .side-menu-fixed {
  width: 250px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99995;
  background-color: #FFFFFF;
  border-right: 1px solid #e7e7e7;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.05);
}
div.ccm-page .side-menu-fixed .brand {
  text-align: center;
  display: block;
  padding: 25px 5px;
}
div.ccm-page .side-menu-fixed .bottom-area {
  position: absolute;
  bottom: 20px;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
div.ccm-page .side-menu-fixed .social-group {
  margin: 15px;
  display: block;
}
div.ccm-page .side-menu-fixed .social-group a {
  display: inline-block;
}
div.ccm-page .side-menu-fixed .bottom-area p {
  margin: 5px;
  color: #7B7B7B;
  font-size: 12px;
}
div.ccm-page .side-menu-fixed .panel {
  min-width: 250px;
  height: 100% !important;
  position: fixed;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  left: 250px;
  background-color: #FBFBFB;
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7;
  box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.06);
  padding: 25px;
  z-index: 90;
}
div.ccm-page .panel-item .panel .fa-ul {
  display: block;
  position: static;
  padding-left: 27px;
}
div.ccm-page .panel-item .panel .fa-ul li a {
  padding: 0;
  padding: 6px 2px;
}
div.ccm-page .side-menu-fixed .panel ul,
div.ccm-page .sidebar-nav .panel ul li.active {
  background: none !important;
}
div.ccm-page .side-menu-fixed .panel > ul.collapse {
  display: block;
  margin-left: -25px;
  margin-right: -25px;
}
div.ccm-page navbar-fixed-top .side-menu-fixed .brand {
  display: none;
}
div.ccm-page *[data-menu-anima] .panel-item .panel ul {
  opacity: 1;
}
div.ccm-page .side-menu-header > .navbar {
  display: none;
}
div.ccm-page .side-menu-header > .navbar.navbar-fixed-top {
  display: block;
}
div.ccm-page .sm {
  padding-left: 250px;
}
div.ccm-page .side-menu .active {
  background-color: #FBFBFB;
  font-weight: 600;
}
div.ccm-page .side-menu ul .active {
  background-color: rgba(243, 243, 243, 0.8);
}
div.ccm-page .side-menu ul .active > a {
  font-weight: 600;
}
div.ccm-page *[data-spy="scroll"] .side-menu li.active > ul,
div.ccm-page .scroll-spy-menu li.active > ul {
  height: auto !important;
}
div.ccm-page .slimScrollBar-menu .slimScrollBar {
  opacity: 0 !important;
}
div.ccm-page .sidebar-nav.scroll-content,
div.ccm-page .sidebar.scroll-content {
  padding-right: 0;
}
@media (min-width: 993px) {
  div.ccm-page .side-menu-lateral .side-menu li:hover > ul {
    display: block !important;
    height: auto !important;
    z-index: 1000;
    visibility: visible;
    box-shadow: 4px 2px 5px rgba(0, 0, 0, 0.07);
    border: 1px solid #DEDEDE;
  }
  div.ccm-page .side-menu-lateral .side-menu li {
    position: relative;
    font-weight: 400;
  }
  div.ccm-page .side-menu-lateral .side-menu > li:not(.panel-item) ul {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 200px;
    display: none;
    border: 1px solid #F1F1F1;
    height: initial !important;
  }
  div.ccm-page .side-menu-lateral li:hover > ul,
  div.ccm-page .side-menu-lateral .side-menu > li:not(.panel-item):hover > ul,
  div.ccm-page .side-menu-lateral .side-menu > li:not(.panel-item) > ul > li:hover > ul {
    display: block;
  }
  div.ccm-page .side-menu-lateral .panel > ul {
    position: static;
  }
  div.ccm-page .side-menu-lateral .panel-item .panel ul ul {
    background: none;
    border: none !important;
    box-shadow: none !important;
  }
  div.ccm-page .side-menu-lateral .slimScrollDiv,
  div.ccm-page .side-menu-lateral .mi-menu nav {
    overflow: visible !important;
  }
  div.ccm-page .navbar-header .hamburger-button,
  div.ccm-page .side-menu-header .navbar-header .navbar-brand {
    display: none;
  }
}
div.ccm-page {
  /*
  ==============================
  FOOTER
  ==============================
  */
  /*
  ==============================
  BACKGROUND PATTERNS
  ==============================
  */
  /*
  ==============================
  TEMPLATES
  ==============================

  ------------------------------
  BACKGROUND IMAGE
  ------------------------------
  */
  /*
  ==============================
  TITLES
  ==============================

  ------------------------------
  GLOBAL
  ------------------------------
  */
}
div.ccm-page .side-menu.ms-simple li:hover {
  opacity: 0.7;
}
div.ccm-page .side-menu.ms-simple li a {
  border: none;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  background: none !important;
}
div.ccm-page .side-menu.ms-simple {
  padding: 0;
}
div.ccm-page .side-menu i {
  width: 25px;
  color: #616161;
}
div.ccm-page .footer-parallax-container .header-title:after {
  background: none;
}
div.ccm-page footer {
  background-color: #F5F5F5;
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
}
div.ccm-page footer h4,
div.ccm-page footer h5,
div.ccm-page footer h6 {
  margin-top: 0;
}
div.ccm-page .footer-base hr {
  margin-left: 0;
}
div.ccm-page .footer-bg {
  height: 330px;
  padding: 15px 0;
  background-position: center top;
}
div.ccm-page .footer-bg .footer-center {
  border: none;
  margin-top: 0;
}
div.ccm-page footer .container {
  padding: 35px 15px;
}
div.ccm-page .footer-bg .copy-row .copy-text {
  letter-spacing: 1px;
}
div.ccm-page .footer-1 {
  text-align: justify;
}
div.ccm-page footer .social-group i {
  color: #4C4C4C;
}
div.ccm-page .copy-row .col-md-12 {
  text-align: center;
}
div.ccm-page .footer-list a {
  display: block;
  border-bottom: 1px solid rgba(117, 117, 117, 0.1);
  color: #464646;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
div.ccm-page .copy-row hr {
  margin: 10px 15px 15px 15px;
}
div.ccm-page .copy-row .copy-text {
  font-size: 12px;
  line-height: 20px;
}
div.ccm-page .copy-row .nav {
  float: right;
  display: block;
  width: inherit;
  margin: 0 -15px 0 0;
}
div.ccm-page .footer-minimal .container {
  text-align: center;
}
div.ccm-page footer .social-group a {
  margin: 0 5px;
  display: inline-block;
}
div.ccm-page footer .social-group {
  float: none;
  margin-bottom: 15px;
}
div.ccm-page .footer-left {
  text-align: left;
}
div.ccm-page .footer-right {
  text-align: right;
}
div.ccm-page .footer-center {
  text-align: center;
}
div.ccm-page footer .content {
  overflow: hidden;
}
div.ccm-page footer.footer-parallax .content {
  margin-top: 0;
}
div.ccm-page footer.footer-center .content {
  border-top: 1px solid #E2E2E2;
  background-color: white;
}
div.ccm-page .footer-center .footer-main {
  margin: 20px;
  font-size: 13px;
}
div.ccm-page .footer-center .copy-row {
  margin-top: 15px;
  color: #757575;
  padding: 10px;
}
div.ccm-page .footer-minimal .copy-row {
  padding: 10px;
}
div.ccm-page .footer-center .footer-title {
  color: #4C4C4C;
  margin-bottom: 20px;
  font-weight: 600;
}
div.ccm-page .footer-parallax {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -121;
  height: 320px;
  padding-top: 20px;
  opacity: 0;
}
div.ccm-page .footer-parallax .container {
  padding-top: 30px;
}
div.ccm-page .footer-parallax-container {
  min-height: 500px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 30px -5px rgba(58, 58, 58, 0.72);
  margin-bottom: 290px;
}
div.ccm-page .overlay-content .footer-parallax {
  position: static;
}
div.ccm-page .footer-parallax .copy-text {
  float: none;
}
div.ccm-page .bg-overlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
}
div.ccm-page .bg-overlay.video {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.25);
}
div.ccm-page .bg-overlay.dotted {
  background-image: url(images/overlay/dotted.png);
}
div.ccm-page .bg-overlay.line-45 {
  background-image: url(images/overlay/line-45.png);
}
div.ccm-page .bg-overlay.carbonio {
  background-image: url(images/overlay/carbonio.png);
}
div.ccm-page .bg-overlay.tile {
  background-image: url(images/overlay/tile.png);
}
div.ccm-page .bg-overlay.points {
  background-image: url(images/overlay/points.png);
}
div.ccm-page .bg-overlay.transparent-dark {
  background-color: rgba(0, 0, 0, 0.51);
}
div.ccm-page .bg-overlay.transparent-light {
  background-color: rgba(255, 255, 255, 0.7);
}
div.ccm-page .bg-overlay.squares {
  background-image: url(images/overlay/squares.png);
}
div.ccm-page .bg-overlay.tv {
  background-image: url(images/overlay/tv.gif);
  opacity: .1;
}
div.ccm-page .overlay-container,
div.ccm-page .bg-gradient-container {
  position: relative;
  overflow: hidden;
}
div.ccm-page .overlay-container .bg-overlay,
div.ccm-page .background-page > .bg-overlay,
div.ccm-page .bg-gradient-container .bg-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  transform: translate3d(0, 0, 0);
}
div.ccm-page .overlay-content {
  position: relative;
  z-index: 9;
}
div.ccm-page .background-page {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  position: fixed;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
div.ccm-page .background-page .flexslider {
  background-color: rgba(0, 0, 0, 0) !important;
  height: 100%;
  margin: 0;
  z-index: 0;
}
div.ccm-page .background-page .flexslider .slides > li,
div.ccm-page .background-page .flexslider .slides,
div.ccm-page .full-screen-size .layer-parallax,
div.ccm-page .full-screen-title .layer-parallax,
div.ccm-page .full-screen-title .videobox {
  height: 100% !important;
}
div.ccm-page .background-page iframe {
  border-style: none;
}
div.ccm-page iframe {
  border: none;
}
div.ccm-page .background-page video {
  width: 100%;
  bottom: 0;
  top: 0;
}
div.ccm-page .title .title-content h1,
div.ccm-page .title .title-content .breadcrumb {
  margin-top: 0;
  text-transform: inherit;
}
div.ccm-page .header-title:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -120;
  left: 0;
  height: 100%;
}
div.ccm-page .header-title,
div.ccm-page .header-animation {
  text-align: center;
  height: 350px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1650px) {
  div.ccm-page .parallax-side-cnt .parallax-slider {
    width: auto !important;
    height: auto !important;
    left: 50% !important;
    transform: translate3d(0px, 0px, 0px) translateX(-50%) !important;
  }
}
div.ccm-page {
  /*
  ------------------------------
  BASE
  ------------------------------
  */
  /*
  ------------------------------
  IMAGE
  ------------------------------
  */
  /*
  ------------------------------
  SLIDER
  ------------------------------
  */
  /*
  ------------------------------
  VIDEO
  ------------------------------
  */
  /*
  ------------------------------
  ANIMATION
  ------------------------------
  */
  /*
  ==============================
  PAGINATION
  ==============================
  */
  /*
  ==============================
  CONTAINERS
  ==============================

  ------------------------------
  COLLAPSE
  ------------------------------
  */
  /*
  ------------------------------
  FIXED AREA
  ------------------------------
  */
  /*
  ------------------------------
  SCROLL BOX
  ------------------------------
  */
  /*
  ------------------------------
  GRID & MASONRY LIST
  ------------------------------
  */
  /*
  ==============================
  COMPONENTS
  ==============================

  ------------------------------
  GOOGLE MAP
  ------------------------------
  */
  /*
  ------------------------------
  SOCIAL
  ------------------------------
  */
  /*
  ------------------------------
  COUNTDOWN
  ------------------------------
  */
  /*
  ------------------------------
  TABLE
  ------------------------------
  */
  /*
  ------------------------------
  VARIOUS
  ------------------------------
  */
  /*
  ------------------------------
  STEPS
  ------------------------------
  */
  /*
  ==============================
  LISTS
  ==============================

  ------------------------------
  ICON LIST
  ------------------------------
  */
  /*
  ------------------------------
  TEXT LIST
  ------------------------------
  */
  /*
  ------------------------------
  COMMENTS LIST
  ------------------------------
  */
  /*
  ==============================
  ICONS
  ==============================

  ------------------------------
  GENERAL
  ------------------------------
  */
  /*
  ------------------------------
  ICON BOX
  ------------------------------
  */
  /*
  ==============================
  BUTTONS
  ==============================
  */
  /*
  ==============================
  IMAGE BOX
  ==============================
  */
  /*
  ==============================
  TITLES
  ==============================

  ------------------------------
  GLOBAL
  ------------------------------
  */
  /*
  ------------------------------
  TITLE BASE
  ------------------------------
  */
  /*
  ------------------------------
  TITLE MODERN
  ------------------------------
  */
  /*
  ------------------------------
  TITLE ICON
  ------------------------------
  */
  /*
  ==============================
  SECTIONS
  ==============================

  ------------------------------
  EMPTY - IMAGE - VIDEO - SLIDER
  ------------------------------
  */
  /*
  ------------------------------
  SECTION TWO BLOCKS
  ------------------------------
  */
}
div.ccm-page .header-title .breadcrumb.b,
div.ccm-page .header-slider .breadcrumb.b,
div.ccm-page .header-video .breadcrumb.b,
div.ccm-page .header-animation .breadcrumb.b {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}
div.ccm-page .header-title .breadcrumb.b a,
div.ccm-page .header-video .breadcrumb.b a,
div.ccm-page .header-video .breadcrumb.b a,
div.ccm-page .header-animation .breadcrumb.b a,
div.ccm-page .header-slider .breadcrumb.b a {
  color: #585858;
}
div.ccm-page .header-title.white .breadcrumb a,
div.ccm-page .header-video.white .breadcrumb a,
div.ccm-page .header-video.white .breadcrumb a,
div.ccm-page .header-base.white .breadcrumb a,
div.ccm-page .header-animation.white .breadcrumb a,
div.ccm-page .header-slider.white .breadcrumb a {
  color: #E4E4E4;
}
div.ccm-page .header-title.full-screen-title {
  position: relative;
  padding-top: 0;
}
div.ccm-page .header-slider .overlaybox,
div.ccm-page .header-video .overlaybox,
div.ccm-page .section-bg-video .overlaybox,
div.ccm-page .section-slider .overlaybox {
  position: absolute;
  z-index: 95;
  width: 100%;
  top: 0;
  text-align: center;
}
div.ccm-page .header-slider,
div.ccm-page .header-video,
div.ccm-page .header-title {
  overflow: hidden;
  position: relative;
}
div.ccm-page .full-screen-title .overlaybox {
  top: 50% !important;
  position: absolute;
  width: 100%;
  z-index: 9;
}
div.ccm-page .header-base {
  min-height: 150px;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-top: 0;
  background-color: #6F6F6F;
  border-bottom: 1px solid #E6E6E6;
}
div.ccm-page .header-base:not(.bg-cover) {
  background-color: #353535;
  color: #fff;
}
div.ccm-page .header-base:not(.bg-cover) p {
  color: rgba(255, 255, 255, 0.85);
}
div.ccm-page .header-base h1,
div.ccm-page .header-base.header-bar h1 {
  margin-top: 20px !important;
}
div.ccm-page .header-base .bar {
  height: 35px;
}
div.ccm-page .header-base.header-bar {
  padding-top: 0;
}
div.ccm-page .header-base.header-bar h2 {
  color: #828282;
}
div.ccm-page div.header-base.header-bar .breadcrumb.b a {
  color: #828282;
}
div.ccm-page .header-base hr {
  width: 100%;
  position: relative;
}
div.ccm-page .header-base .breadcrumb {
  margin-top: 20px;
}
@keyframes ken-burn-in {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
div.ccm-page .parallax-mirror.ken-burn img {
  animation: ken-burn-in 13s;
  transform-origin: bottom left;
  transform: scale(1.2);
}
div.ccm-page .parallax-mirror.ken-burn-center img {
  animation: ken-burn-in 10s;
  transform: scale(1.2);
}
div.ccm-page .parallax-mirror.ken-burn-out img {
  transform-origin: bottom left;
  transform: scale(1.1) !important;
  transition: transform 10s;
}
div.ccm-page .header-parallax {
  z-index: 2;
  height: 350px;
}
div.ccm-page .layer-parallax {
  left: 0;
  top: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 500px;
  width: 100%;
  z-index: -1;
  position: fixed !important;
}
div.ccm-page .header-parallax img {
  width: 100%;
}
div.ccm-page .full-screen-title.header-parallax {
  padding-top: 0;
  z-index: 0;
}
div.ccm-page .header-slider .flex-control-nav {
  bottom: 10px;
  z-index: 95;
}
div.ccm-page .header-slider .flex-control-paging li a {
  background: rgba(171, 171, 171, 0.5);
}
div.ccm-page .header-slider .flex-control-paging li a.flex-active {
  background: rgba(181, 181, 181, 0.9);
}
div.ccm-page .header-video .layer-parallax {
  height: 600px;
}
div.ccm-page .header-video {
  height: 350px;
  overflow: hidden;
}
div.ccm-page .videobox {
  position: absolute;
  height: 350px;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
div.ccm-page .videobox .mobile-poster {
  display: none;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
div.ccm-page .videobox video {
  width: 100%;
}
div.ccm-page .videobox iframe {
  width: 200%;
  margin-left: -50%;
  margin-top: -15%;
  height: 200%;
  position: absolute;
  left: 0;
}

/*
div.ccm-page *::--webkit-media-controls-play-button,
div.ccm-page *::-webkit-media-controls-start-playback-button,
div.ccm-page *::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
*/

div.ccm-page *:state(webkit-media-controls-play-button), 
div.ccm-page* :state(webkit-media-controls-start-playback-button), 
div.ccm-page *:state(webkit-media-controls-panel) {
    display: none !important;
    -webkit-appearance: none;
}


div.ccm-page .header-video .overlaybox {
  overflow: hidden;
}
div.ccm-page .header-animation:not(.section-bg-animation) .title-base {
  margin-top: 100px;
}
div.ccm-page .header-animation .anima-layer {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  min-width: 900px;
  min-height: 612px;
  overflow: hidden;
  z-index: 3;
}
div.ccm-page [data-parallax].header-animation .anima-layer {
  top: 0;
}
div.ccm-page .header-animation .clouds-1 {
  background: rgba(0, 0, 0, 0) url(images/assets/clouds_1.png) 100px 30px repeat-x;
}
div.ccm-page .header-animation .clouds-2 {
  background: rgba(0, 0, 0, 0) url(images/assets/clouds_2.png) 200px 220px repeat-x;
}
div.ccm-page .header-animation .fog-1 {
  background: rgba(0, 0, 0, 0) url(images/assets/fog_1.png) 200px 30px repeat-x;
}
div.ccm-page .header-animation .fog-2 {
  background: rgba(0, 0, 0, 0) url(images/assets/fog_1.png) 200px 160px repeat-x;
}
div.ccm-page .header-animation .fog-3 {
  background: rgba(0, 0, 0, 0) url(images/assets/fog_2.png) 0 0 repeat-x;
}
div.ccm-page .header-animation .overlay {
  position: absolute;
  left: 50%;
  z-index: 5;
}
div.ccm-page .header-animation .overlay.bottom {
  bottom: 0;
}
div.ccm-page .header-animation .container {
  position: relative;
  z-index: 9;
}
div.ccm-page .header-animation.header-parallax .layer-parallax {
  background-size: cover;
  background-position: center center;
}
div.ccm-page .header-animation {
  position: relative;
  height: 500px;
}
div.ccm-page .porfolio-bar a {
  color: #3D3D3D;
}
div.ccm-page .porfolio-bar a i {
  font-size: 20px;
  margin-top: -5px;
}
div.ccm-page .portfolio-details.fixed-area.active {
  padding: 25px 15px;
}
div.ccm-page .portfolio-details h3 {
  margin-top: 0;
}
div.ccm-page .dropdown-submenu > a:after,
div.ccm-page body .flex-direction-nav a:before,
div.ccm-page body .flex-direction-nav a.flex-next:before,
div.ccm-page .side-menu .fa.arrow:before,
div.ccm-page .dropdown .caret:before,
div.ccm-page .pagination > li > a i:before,
div.ccm-page .porfolio-bar .icon-box i:before,
div.ccm-page .fullpage-arrow i:before,
div.ccm-page .fullpage-varrow i:before,
div.ccm-page .mfp-arrow:before,
div.ccm-page li > a > .plus-times:before {
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  content: "" !important;
  display: inline-block;
  margin-left: .3em;
  position: relative;
  pointer-events: none;
  width: 6px;
  height: 6px;
  transition: right .15s;
  border-color: rgba(93, 93, 93, 0.5);
}
div.ccm-page .white .fullpage-arrow i:before,
div.ccm-page .white .fullpage-varrow i:before,
div.ccm-page .white .mfp-arrow:before,
div.ccm-page .white li > a > .plus-times:before {
  border-color: rgba(255, 255, 255, 0.5);
}
div.ccm-page .caret:before,
div.ccm-page .dropdown-submenu > a:after {
  transform: rotate(135deg);
}
div.ccm-page li > a > .plus-times:before {
  transform: rotate(45deg);
}
div.ccm-page .pagination > li > a i:before {
  transform: rotate(45deg);
  top: -1px;
}
div.ccm-page .pagination > li.first > a i:before,
div.ccm-page .pagination > li.prev > a i:before {
  transform: rotate(225deg);
}
div.ccm-page .porfolio-bar > div:first-child .icon-box i:before {
  transform: rotate(225deg);
  top: -2px;
}
div.ccm-page .porfolio-bar > div:last-child .icon-box i:before {
  transform: rotate(45deg);
  top: -2px;
}
div.ccm-page .pagination .next i,
div.ccm-page .pagination-sm .last i,
div.ccm-page .pagination i[class*="right"] {
  margin-left: 7px;
}
div.ccm-page .pagination .prev a i,
div.ccm-page .pagination .first a i,
div.ccm-page .pagination i[class*="left"] {
  margin-right: 7px;
}
div.ccm-page .hide-first-last .first,
div.ccm-page .hide-first-last .last {
  display: none;
}
div.ccm-page .pagination > li > a {
  color: #585858;
  border: 1px solid #9C9C9C;
}
div.ccm-page .pagination > li.disabled > a {
  border: 1px solid #9C9C9C;
  color: #969696;
}
div.ccm-page .pagination > li.disabled > a:hover {
  border: 1px solid #9C9C9C;
}
div.ccm-page .pagination > li > a:hover,
div.ccm-page .pagination > li > a:focus {
  border-color: #9C9C9C;
  color: #585858;
}
div.ccm-page .list-nav .pagination {
  margin: 0 auto;
}
div.ccm-page [data-height].collapse-box .panel:after {
  content: '';
  position: absolute;
  height: 60px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
div.ccm-page [data-height].collapse-box .panel.no-gradient:after {
  background: none;
}
div.ccm-page .fixed-area {
  z-index: 27;
}
div.ccm-page [class*="col-md"].fixed-area.active {
  margin-left: 0;
  margin-right: 0;
}
div.ccm-page .fixed-area > .row > *:not([class*=boxed]) {
  margin: 0 15px;
}
div.ccm-page .scroll-box {
  overflow: hidden;
}
div.ccm-page .slimScrollDiv .scroll-box {
  padding-right: 20px;
}
div.ccm-page .scroll-content {
  padding-right: 25px;
}
div.ccm-page .scroll-content > .col-md-12 {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
div.ccm-page .scroll-content.gradient-bottom:after {
  content: "";
  position: absolute;
  right: 10px;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(37, 37, 37, 0.73) 0%, rgba(0, 0, 0, 0) 100%);
  height: 18px;
  margin-bottom: 0;
  border-top: none;
}
div.ccm-page .scroll-content.gradient-light:after {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.59) 0%, rgba(0, 0, 0, 0) 100%);
}
div.ccm-page .grid-box,
div.ccm-page .maso-box {
  margin: -5px;
  width: 100%;
  width: calc(100% + 10px);
}
div.ccm-page .grid-box.no-margins.row {
  margin: 0;
  width: 100%;
}
div.ccm-page .grid-box .img-box:not(.thumbnail) > span,
div.ccm-page .grid-box .img-box-adv > span {
  height: auto;
}
div.ccm-page .grid-box.no-margins > .grid-item,
div.ccm-page .no-margins > .grid-item {
  padding: 0;
}
div.ccm-page .grid-box > .grid-item {
  padding: 5px;
}
div.ccm-page .grid-box .pagination-sm {
  margin: 15px 5px;
}
div.ccm-page .grid-item .advs-box .img-box,
div.ccm-page .grid-item .adv-img-down-text .img-box {
  height: auto;
}
div.ccm-page .grid-item .img-box:not([class*="row-"]),
div.ccm-page .grid-item .box,
div.ccm-page .grid-item .base-box {
  height: 100%;
}
div.ccm-page .grid-item p {
  height: auto;
}
div.ccm-page .grid-item > div {
  padding-left: 0;
  padding-right: 0;
}
div.ccm-page .grid-item > a,
div.ccm-page .maso-item > a {
  display: block;
}
div.ccm-page .menu-outer ul.nav {
  position: absolute;
  top: -85px;
  text-align: right;
  width: 100%;
}
div.ccm-page .menu-outer ul.nav li {
  float: none;
  display: inline-block;
}
div.ccm-page .load-more-maso.btn i,
div.ccm-page .load-more-grid.btn i {
  margin-right: 0;
}
div.ccm-page .album-title {
  padding: 5px 0;
  display: none;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
}
div.ccm-page .album-title .btn {
  margin-left: 15px;
}
div.ccm-page .album-title .btn .fa {
  margin: 0 10px 0 0;
}
div.ccm-page .album-box.col-md-2 .album-img {
  height: 75px;
}
div.ccm-page .album-box.col-md-6 .album-img {
  height: 200px;
}
div.ccm-page .album-box {
  padding: 15px;
}
div.ccm-page .album-item > div {
  padding-left: 0;
  padding-right: 0;
}
div.ccm-page .grid-list .list-nav {
  text-align: center;
  margin-top: 20px;
}
div.ccm-page .maso-list,
div.ccm-page .grid-list {
  position: relative;
}
div.ccm-page .album-item .maso-list .navbar-inner {
  margin-top: 25px;
}
div.ccm-page .maso-list .navbar-inner {
  margin-bottom: 5px;
}
div.ccm-page .maso-box > .maso-item {
  padding: 5px;
  visibility: hidden;
  max-width: 100%;
  height: auto;
}
div.ccm-page .maso-item > * {
  opacity: 0;
}
div.ccm-page .maso-mask .maso-item > a,
div.ccm-page .maso-custom .maso-item > * {
  opacity: 1;
}
div.ccm-page .maso-mask .maso-item,
div.ccm-page .maso-custom .maso-box > .maso-item {
  visibility: visible;
}
div.ccm-page .maso-box.no-margins .maso-item,
div.ccm-page .no-margins .maso-item {
  padding: 0;
}
div.ccm-page .maso-item .img-box {
  position: relative;
  width: 100%;
}
div.ccm-page .maso-item > .img-box {
  display: block;
}
div.ccm-page .maso-item .img-box:not([class*="row-"]) {
  height: 100%;
}
div.ccm-page .maso-box.bottom-endline {
  overflow: hidden;
  visibility: hidden;
}
div.ccm-page .maso-box.no-margins.row {
  margin: 0;
}
div.ccm-page .maso-box .clear {
  float: left;
}
div.ccm-page .maso-layout .maso-item:nth-child(3n+0) .img-box {
  height: 550px;
  max-height: 550px;
}
div.ccm-page .maso-layout .maso-item:nth-child(2n+0) .img-box {
  height: 350px;
  max-height: 350px;
}
div.ccm-page .maso-layout .maso-item:nth-child(4n+0) .img-box {
  height: 250px;
  max-height: 250px;
}
div.ccm-page .maso-layout .maso-item:nth-child(1) .img-box {
  height: 450px;
  max-height: 450px;
}
div.ccm-page .nav.inner.ms-rounded .maso-order {
  padding: 5px 15px;
  margin-right: 0;
  border-radius: 35px;
  color: #585858;
  line-height: 20px;
}
div.ccm-page .maso-order i {
  margin-right: 2px;
}
div.ccm-page .maso-order:hover {
  background-color: #EEE;
  cursor: pointer;
}
div.ccm-page .maso-list .list-nav {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.ccm-page .google-map {
  background: rgba(0, 0, 0, 0.1);
  height: 350px;
}
div.ccm-page .social-group i {
  font-size: 17px;
  display: block !important;
  float: left;
  color: #525252;
  cursor: pointer;
  font-weight: 400 !important;
}
div.ccm-page .social-group i.circle,
div.ccm-page .social-button i.circle {
  color: #585858;
  background: none;
  border: 1px solid #828282;
  margin-right: 2.5px;
  margin-left: 2.5px;
}
div.ccm-page .social-group a {
  display: inline-block;
}
div.ccm-page .social-group-button {
  display: inline-block;
  position: relative;
}
div.ccm-page .social-group-button .social-group i {
  opacity: 0;
  width: 25px;
  height: 25px;
  font-size: 12px;
  padding: 8px 0;
  line-height: 9px !important;
  transition: none;
}
div.ccm-page .social-group-button .social-group {
  display: none;
  position: absolute;
  margin-left: 57px;
  z-index: 25;
  top: 50%;
  margin-top: -13px;
  width: 250px;
  text-align: left;
}
div.ccm-page .social-group-button.bottom-icons .social-group {
  margin: 30px -125px;
  left: 50%;
  text-align: center;
}
div.ccm-page .social-group-button .social-button {
  cursor: pointer;
  position: relative;
}
div.ccm-page .social-group-button.social-line .social-group {
  width: 47px;
  left: 50%;
  margin-left: -23.5px;
  margin-top: 35px;
  background-color: white;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.42);
  border-radius: 20px;
  padding: 12px 7px 6px 8px;
  display: none;
}
div.ccm-page .social-group-button.social-line .social-group a {
  display: block;
  height: 30px;
}
div.ccm-page .social-line .social-group i.circle {
  border-color: #828282 !important;
  color: #585858 !important;
}
div.ccm-page .social-line .social-group i.circle:hover {
  border-color: #FFF !important;
  color: #FFF !important;
}
div.ccm-page .social-group a:first-child {
  margin-left: 0;
}
div.ccm-page .social-group a:last-child {
  margin-right: 0;
}
div.ccm-page .social-group a i {
  padding: 10px 12px;
  width: 52px;
  text-align: center;
  font-weight: 400 !important;
}
div.ccm-page .social-group i:hover,
div.ccm-page .minisocial-group i:hover {
  background: rgba(31, 31, 31, 0.05);
}
div.ccm-page .social-group .fa:hover {
  color: white;
  background-color: #505050;
  border-radius: 2px;
}
div.ccm-page .social-group .circle.fa:hover {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
}
div.ccm-page .social-group .fa-facebook {
  padding: 10px 14px;
}
div.ccm-page .social-group .fa-twitter {
  padding: 10px 11px;
}
div.ccm-page .social-group [class*="facebook"]:hover,
div.ccm-page .social-colors [class*="facebook"] {
  background-color: #3B5998;
}
div.ccm-page .social-group [class*="twitter"]:hover,
div.ccm-page .social-colors [class*="twitter"] {
  background-color: #3B8ACA;
}
div.ccm-page .social-group [class*="google"]:hover,
div.ccm-page .social-colors [class*="google"] {
  background-color: #d7473d;
}
div.ccm-page .social-group [class*="linkedin"]:hover,
div.ccm-page .social-colors [class*="linkedin"] {
  background-color: #0077B5;
}
div.ccm-page .social-group [class*="youtube"]:hover,
div.ccm-page .social-colors [class*="youtube"] {
  background-color: #cc181e;
}
div.ccm-page .social-group [class*="instagram"]:hover,
div.ccm-page .social-colors [class*="instagram"] {
  background-color: #464646;
}
div.ccm-page .social-colors i:hover {
  opacity: .8;
}
div.ccm-page .social-colors i {
  color: #fff;
}
div.ccm-page .countdown .countdown-text {
  margin-right: 5px;
}
div.ccm-page .countdown {
  margin: 0 -10px;
}
div.ccm-page .table .table {
  background-color: rgba(0, 0, 0, 0);
}
div.ccm-page .text-center th {
  text-align: center;
}
div.ccm-page .grid-table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
div.ccm-page .grid-table td {
  padding: 25px;
}
div.ccm-page .grid-table td > div {
  padding-left: 0;
  padding-right: 0;
}
div.ccm-page .grid-table.full-border-table {
  border: 1px solid #D2D2D2;
}
div.ccm-page .border-table td {
  border: 1px solid #D2D2D2;
}
div.ccm-page .border-table tr:first-child td {
  border-top: none;
}
div.ccm-page .border-table tr:last-child td {
  border-bottom: none;
}
div.ccm-page .border-table tr td:first-child {
  border-left: none;
}
div.ccm-page .border-table tr td:last-child {
  border-right: none;
}
div.ccm-page div .hc_space_cnt {
  padding: 0 0 0 0;
  clear: both;
}
div.ccm-page .breadcrumb.b {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  text-align: right;
}
div.ccm-page .tagbox span,
div.ccm-page .tagbox a,
div.ccm-page .tagcloud a {
  padding: 5px 15px;
  background-color: #484848;
  color: white !important;
  margin: 0 8px 8px 0;
  white-space: nowrap;
  float: left;
  border-radius: 3px;
  cursor: pointer;
}
div.ccm-page .tagbox span:hover {
  opacity: 0.7;
}
div.ccm-page .screen-reader-text {
  display: none;
}
div.ccm-page .box-steps .step-item {
  padding: 0 50px;
}
div.ccm-page .box-steps .step-item:after {
  content: '\f061';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -12.5px;
  font-size: 25px;
  opacity: .5;
}
div.ccm-page .box-steps .step-item > h3 {
  font-weight: 300;
}
div.ccm-page .box-steps .step-number {
  position: absolute;
  left: 15px;
  font-size: 40px;
  line-height: 40px;
  opacity: .3;
}
div.ccm-page .box-steps .step-item:last-child:after {
  display: none;
}
div.ccm-page .icon-list.vertical-icon-list .list-item {
  display: block;
  margin-bottom: 10px;
}
div.ccm-page .icon-list .list-item label {
  padding: 0 10px;
  cursor: text;
}
div.ccm-page .icon-list.text-bold .list-item label {
  font-weight: 600;
}
div.ccm-page .icon-list .list-item {
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
}
div.ccm-page .icon-list.text-right .list-item {
  margin-left: 10px;
  margin-right: 0;
}
div.ccm-page .icon-list.text-center .list-item {
  margin-left: 10px;
}
div.ccm-page .icon-list .list-item i,
div.ccm-page .icon-list .list-item label,
div.ccm-page .icon-box-top-bottom label {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
  line-height: normal;
}
div.ccm-page .icon-list.icon-list-top-bottom .list-item,
div.ccm-page .icon-box-top-bottom {
  text-align: center;
  margin-right: 0;
}
div.ccm-page .icon-list.icon-list-top-bottom label {
  display: block;
}
div.ccm-page .icon-list.icon-list-top-bottom .list-item i {
  display: inline-block;
  margin: 5px 0;
}
div.ccm-page .icon-list.text-right {
  margin-left: -10px;
}
div.ccm-page .icon-list.text-left {
  margin-right: -10px;
}
div.ccm-page .list-items .list-item {
  padding: 10px 0;
  border-bottom: 1px dashed #E6E6E6;
  transition: padding .3s;
}
div.ccm-page .list-items .list-item:hover {
  padding-left: 5px;
  background-color: rgba(115, 115, 115, 0.02);
}
div.ccm-page .list-items .list-item:last-child {
  border-bottom: none;
}
div.ccm-page .list-items .list-item h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.ccm-page .list-items .list-item p {
  line-height: 25px;
  color: #797979;
  font-size: 13px;
  margin: 0;
}
div.ccm-page .list-items .list-item span {
  text-align: right;
  display: block;
  font-size: 20px;
  white-space: nowrap;
  font-weight: 600;
  color: #696969;
}
div.ccm-page .list-item-img {
  position: relative;
}
div.ccm-page .list-item-img .col-md-9 {
  padding: 10px 0 10px 110px;
}
div.ccm-page .list-item-img .col-md-3 {
  padding-top: 10px;
}
div.ccm-page .list-item-img .icon {
  position: absolute;
  width: 80px;
  left: 14px;
  height: 80px;
  top: 50%;
  margin-top: -40px;
}
div.ccm-page .list-items .list-item.list-item-img {
  border-bottom: none;
}
div.ccm-page .list-item-img:after {
  content: '';
  position: absolute;
  width: 85%;
  width: calc(100% - 95px);
  margin-left: 95px;
  margin-top: 9px;
  height: 1px;
  border-bottom: 1px solid #E6E6E6;
}
div.ccm-page .list-items .list-item-img:last-child:after {
  display: none;
}
div.ccm-page .list-items-justified .list-item {
  position: relative;
}
div.ccm-page .list-items-justified .list-item h3 {
  float: left;
  width: 30%;
  padding-right: 15px;
}
div.ccm-page .list-items-justified .col-md-9,
div.ccm-page .list-items-justified .col-md-10 {
  width: 100%;
  display: flex;
}
div.ccm-page .list-items-justified .col-md-3,
div.ccm-page .list-items-justified .col-md-2 {
  position: absolute;
  left: 0;
  bottom: 12px;
  padding: 0;
}
div.ccm-page .list-items-justified .col-md-3 span,
div.ccm-page .list-items-justified .col-md-2 span {
  text-align: left;
}
div.ccm-page .list-items-justified .list-item p {
  float: right;
  width: 70%;
}
div.ccm-page ul.list-texts {
  padding-left: 0;
}
div.ccm-page ul.list-texts li {
  list-style-type: none;
  padding: 3px 0;
}
div.ccm-page ul.list-texts li b {
  padding-right: 5px;
}
div.ccm-page .list-texts-justified li {
  text-align: right;
  position: relative;
}
div.ccm-page .list-texts-justified li:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 19px;
  border-bottom: 1px dotted #bbb;
  z-index: 1;
}
div.ccm-page .list-texts-justified li b {
  text-align: left;
  float: left;
  background: white;
  position: relative;
  z-index: 2;
}
div.ccm-page .list-texts-justified li span {
  background: white;
  padding-left: 6px;
  position: relative;
  display: inline-block;
  z-index: 2;
}
div.ccm-page .comment-list img {
  margin-top: 5px;
  margin-left: 15px;
  padding: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
div.ccm-page .comment-list .name {
  font-weight: 800;
  margin-top: 2px;
}
div.ccm-page .comment-list .name span {
  font-weight: 300;
  padding-left: 10px;
  color: #A5A5A5;
  font-size: 12px;
}
div.ccm-page .comment-list .msg {
  font-size: 13px;
  color: #7B7B7B;
}
div.ccm-page .comment-list .item {
  padding-top: 15px;
}
div.ccm-page .comment-list .item.sub {
  padding-left: 72px;
  padding-bottom: 10px;
}
div.ccm-page .comment-list .sub.first .line {
  height: 50px;
  margin-top: -19px;
}
div.ccm-page .comment-respond {
  padding-bottom: 80px;
}
div.ccm-page .comment-list .reply a {
  opacity: .5;
}
div.ccm-page .comment-list .reply:hover a,
div.ccm-page #cancel-comment-reply-link:hover {
  opacity: 1;
}
div.ccm-page #comments .next.page-numbers {
  margin-left: 15px;
}
div.ccm-page #comments .prev.page-numbers {
  margin-right: 15px;
}
div.ccm-page #cancel-comment-reply-link {
  margin-left: 15px;
  opacity: .5;
}
div.ccm-page .bg-gray,
div.ccm-page .section-bg-color .list-texts-justified li b,
div.ccm-page .section-bg-color .list-texts-justified li span {
  background-color: #f7f7f7;
}
div.ccm-page .fa-ul > li,
div.ccm-page ul.no-icons li {
  line-height: 200%;
}
div.ccm-page .fa-ul > li a {
  color: #585858;
}
div.ccm-page .fa-ul .fa-li {
  line-height: 180%;
  text-align: left;
}
div.ccm-page .fa-ul i.square,
div.ccm-page .fa-ul i.circle {
  margin-bottom: 5px;
}
div.ccm-page .fa-ul.text-right {
  margin-left: 0;
  margin-right: 2.14285714em;
}
div.ccm-page .fa-ul.text-right .fa-li {
  left: inherit;
  right: -2.14285714em;
  padding-left: 0;
  text-align: right;
}
div.ccm-page .fa-ul.text-center > li {
  display: inline-block;
  margin: 0 20%;
}
div.ccm-page .fa-ul li > b {
  margin-right: 5px;
}
div.ccm-page .ul-squares {
  list-style-type: square !important;
}
div.ccm-page .ul-decimal {
  list-style-type: decimal !important;
}
div.ccm-page .ul-decimal.no-margins,
div.ccm-page .ul-squares.no-margins,
div.ccm-page .ul-dots.no-margins {
  margin-left: 18px !important;
  padding-left: 0;
}
div.ccm-page i.circle {
  padding: 20px;
  background-color: #585858;
  color: white;
  text-align: center;
  display: inline-block;
}
div.ccm-page i.circle.onlycover,
div.ccm-page i.circle.cover {
  background-color: rgba(0, 0, 0, 0) !important;
}
div.ccm-page i.onlycover {
  display: inline-block;
}
div.ccm-page i.square {
  padding: 20px;
  color: #FFF;
  background-color: #585858;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
}
div.ccm-page i.cover,
div.ccm-page i.onlycover {
  background-size: cover;
  background-position: center center;
  background-color: transparent !important;
  border: none;
}
div.ccm-page i.onlycover:before {
  visibility: hidden;
}
div.ccm-page .text-xs.circle,
div.ccm-page .text-xs.square {
  width: 27px;
  height: 27px;
  padding: 0;
  line-height: 27px;
}
div.ccm-page .text-s.circle,
div.ccm-page .text-s.square {
  width: 43px;
  height: 43px;
  padding: 0;
  line-height: 43px;
}
div.ccm-page .text-m.circle,
div.ccm-page .text-m.square {
  width: 58px;
  height: 58px;
  padding: 0;
  line-height: 58px;
}
div.ccm-page .text-l.circle,
div.ccm-page .text-l.square {
  width: 66px;
  height: 66px;
  padding: 0;
  line-height: 66px;
}
div.ccm-page .text-xl.circle,
div.ccm-page .text-xl.square {
  width: 92px;
  height: 92px;
  padding: 0;
  line-height: 92px;
  font-size: 35px !important;
}
div.ccm-page i.text-xl.circle,
div.ccm-page i.text-xl.square {
  line-height: 92px !important;
}
div.ccm-page .icon-box {
  display: table;
}
div.ccm-page .icon-box.icon-box-top-bottom {
  display: block;
}
div.ccm-page .icon-box.icon-box-top-bottom .icon-box-cell > i {
  float: none;
  margin: 7px 0 7px 0;
  display: inline-block;
}
div.ccm-page .icon-box-top-bottom.text-left .icon-box-cell {
  text-align: left;
}
div.ccm-page .text-center .icon-box {
  margin: 10px auto;
}
div.ccm-page .text-left .icon-box {
  margin: 1px 0 10px 0;
}
div.ccm-page .icon-box label {
  font-weight: 400;
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  position: relative;
}
div.ccm-page .icon-box.icon-box-right label {
  padding-left: 0;
  padding-right: 15px;
}
div.ccm-page .icon-box-top-bottom label {
  display: block;
  padding: 0;
}
div.ccm-page .icon-box-cell label {
  display: block;
  margin: 0;
}
div.ccm-page .icon-box-cell {
  display: table-cell;
  vertical-align: middle;
}
div.ccm-page .icon-box-cell p {
  padding: 5px 0 0 15px;
  margin: 0;
}
div.ccm-page .icon-box-right .icon-box-cell label {
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}
div.ccm-page .icon-box-right .icon-box-cell p {
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}
div.ccm-page .icon-box-top-bottom .icon-box-cell {
  display: block;
  text-align: center;
}
div.ccm-page .icon-box-top-bottom .icon-box-cell label {
  padding: 0;
}
div.ccm-page .icon-box-top-bottom .icon-box-cell p {
  padding: 0;
}
div.ccm-page .icon-box.text-light label {
  font-weight: 300;
}
div.ccm-page .btn {
  background-color: #f5f5f5;
}
div.ccm-page .btn:hover {
  background-color: #ececec;
}
div.ccm-page .btn-default i,
div.ccm-page .btn i,
div.ccm-page .btn-text i {
  color: #585858;
  margin-right: 10px;
}
div.ccm-page .input-group .input-group-btn a {
  border: 1px solid #9c9c9c;
}
div.ccm-page *[data-social] i,
div.ccm-page .btn-group-icons i {
  margin: 0 3px;
}
div.ccm-page .social-group {
  margin: 0 -3px;
}
div.ccm-page .dropdown.btn-group .active > a {
  color: #262626;
  background-color: #f5f5f5;
}
div.ccm-page .btn-default.btn-primary i {
  color: white;
}
div.ccm-page .btn.ico i {
  margin-right: 10px;
}
div.ccm-page .btn-text {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  display: inline-table;
}
div.ccm-page .btn-text:hover {
  color: #7D7D7D;
}
div.ccm-page .anima-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: padding-left 0.3s;
}
div.ccm-page .circle-button {
  padding: 5px 15px;
  border-radius: 20px;
  border: 1px solid #9C9C9C;
  display: inline-block;
}
div.ccm-page .anima-button i {
  position: absolute;
  top: 50%;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  margin-left: -50%;
  font-size: 100%;
}
div.ccm-page .anima-button.btn-xs i {
  margin-top: -9px;
}
div.ccm-page .anima-button:hover {
  padding-left: 30px;
  transition: padding-left 0.3s;
}
div.ccm-page .anima-button.circle-button:hover {
  padding-left: 33px;
}
div.ccm-page .anima-button.btn-lg:hover,
div.ccm-page .anima-button.btn-lg.circle-button:hover {
  padding-left: 43px;
}
div.ccm-page .anima-button.btn:hover i,
div.ccm-page .anima-button.circle-button:hover i {
  margin-left: -20px;
}
div.ccm-page .anima-button:hover i {
  margin-left: -25px;
  transition: all .3s;
}
div.ccm-page .anima-button.btn-lg:hover i,
div.ccm-page .anima-button.btn-lg.circle-button:hover i {
  margin-left: -30px;
}
div.ccm-page .btn-primary:hover i {
  color: white;
}
div.ccm-page .button-cnt {
  display: inline-block;
}
div.ccm-page .circle-button.btn-primary:hover {
  background-color: #6A4D8F;
  color: #FFF;
  border-color: #6A4D8F;
}
div.ccm-page .circle-button.btn-primary {
  color: #FFF !important;
  border: none;
}
div.ccm-page .btn-primary.circle-button:hover {
  background-color: #3070a7 !important;
}
div.ccm-page .navbar-main .circle-button {
  margin-top: 12px;
}
div.ccm-page .btn-border,
div.ccm-page .white .btn-border {
  border: 1px solid #9C9C9C;
  background: none !important;
  background-color: rgba(255, 255, 255, 0) !important;
}
div.ccm-page .abs-image {
  position: absolute;
  max-width: none;
}
div.ccm-page .row > div:first-child:not(.hc_image_cnt) > .abs-image,
div.ccm-page .row > div:first-child > .row > .hc_image_cnt > .abs-image {
  right: 0;
}
div.ccm-page .row > div:last-child:not(.hc_image_cnt) > .abs-image,
div.ccm-page .row > div:last-child > .row > .hc_image_cnt > .abs-image {
  left: 0;
}
div.ccm-page [href='#'].img-box:not(.adv-circle):hover img,
div.ccm-page [href=''].img-box:not(.adv-circle):hover img,
div.ccm-page .img-box:not([href]):hover img {
  opacity: 1 !important;
}
div.ccm-page [href='#'].img-box:not(.adv-circle):before,
div.ccm-page [href=''].img-box:not(.adv-circle):before,
div.ccm-page .img-box:not([href]):before {
  display: none;
}
div.ccm-page .img-box {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  outline: none !important;
  position: relative;
  text-align: left;
}
div.ccm-page .img-box.thumbnail .caption {
  background-color: #FFF;
}
div.ccm-page .img-box.adv-img:hover {
  background-color: transparent;
}
div.ccm-page .img-box:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background: #000000;
  z-index: 0;
  transition: opacity 0s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  opacity: 0;
}
div.ccm-page .gallery > a span,
div.ccm-page .img-box > span,
div.ccm-page .img-box-adv > span {
  display: block;
  overflow: hidden;
  height: 100%;
}
div.ccm-page .img-box.circle:before {
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.995);
}
div.ccm-page .img-box.circle.thumbnail:before {
  margin: 4px;
}
div.ccm-page .img-box:hover:before {
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
  transition: none;
  -webkit-transform: translateZ(0);
}
div.ccm-page .png-over .img-box img {
  opacity: .8 !important;
  margin: auto;
  height: auto !important;
}
div.ccm-page .png-over .img-box:hover img {
  opacity: 1 !important;
}
div.ccm-page .png-over .img-box:before,
div.ccm-page .png-over.img-box:before {
  display: none !important;
}
div.ccm-page .png-over li a {
  text-align: center;
}
div.ccm-page .png-over li img {
  width: auto !important;
}
div.ccm-page .img-box.thumbnail:before {
  margin: 4px;
}
div.ccm-page .img-box img {
  z-index: 2;
  position: relative;
  -webkit-transform: translateZ(0);
}
div.ccm-page .img-box:hover img {
  opacity: 0.8 !important;
  transition: opacity .3s;
}
div.ccm-page .img-box.adv-circle:hover img {
  opacity: 0.6 !important;
}
div.ccm-page .img-box.caption-out > span {
  height: 80%;
}
div.ccm-page .img-box.caption-out > span.caption {
  height: 20%;
}
div.ccm-page .img-box.circle img {
  margin: 0 !important;
}
div.ccm-page .img-box > i,
div.ccm-page .img-box span > i,
div.ccm-page .img-box .caption > i {
  position: absolute !important;
  margin: 15px;
  font-size: 20px;
  color: #FFF;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  z-index: 11;
  transform: translate3d(0, 0, 0);
}
div.ccm-page .img-box.i-bottom i {
  bottom: 0;
}
div.ccm-page .img-box.i-bottom-right i {
  bottom: 0;
  right: 0;
}
div.ccm-page .img-box.i-top-right > i {
  right: 15px;
}
div.ccm-page .img-box.i-top-right.inner > span > i {
  right: 0;
}
div.ccm-page .img-box.i-bottom-right.inner > span > i {
  bottom: 0;
  right: 0;
}
div.ccm-page .img-box.i-center i {
  left: 0;
  margin: -28px 0 0 50%;
  top: 50%;
  line-height: 50px;
}
div.ccm-page .img-box.i-center {
  position: relative;
}
div.ccm-page .img-box.i-center i::before {
  margin-left: -10.5px;
}
div.ccm-page .grayscale img {
  filter: url("data:image/svg+xml;utf8,<;svg xmlns=\'http://www.w3.org/2000/svg\'>;<;filter id=\'grayscale\'>;<;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/>;<;/filter>;<;/svg>;#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
div.ccm-page .grayscale:hover img {
  filter: url("data:image/svg+xml;utf8,<;svg xmlns=\'http://www.w3.org/2000/svg\'>;<;filter id=\'grayscale\'>;<;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/>;<;/filter>;<;/svg>;#grayscale");
  -webkit-filter: grayscale(0%);
}
div.ccm-page *[data-anima].img-box.i-center i {
  padding: 0;
}
div.ccm-page *[data-anima="fadeRight"].img-box i,
div.ccm-page *[data-anima="fadeLeft"].img-box i {
  padding: 0 15px;
}
div.ccm-page .img-box .caption {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: .2px;
  font-weight: bold;
  text-align: center;
  padding: 7px 7px 0 7px;
  color: #676767;
  background-color: #FFF;
  z-index: 9;
  position: relative;
}
div.ccm-page .img-box.inner,
div.ccm-page .img-box.inner span {
  position: relative;
}
div.ccm-page .img-box.anima-scale-up,
div.ccm-page .img-box.anima-scale-up-2x,
div.ccm-page .img-box.anima-scale-rotate,
div.ccm-page .img-box.show-scale {
  opacity: 1 !important;
}
div.ccm-page .img-box.inner.circle .caption {
  padding: 0 20%;
  background: none;
  bottom: 25px;
  height: 45px;
  white-space: normal;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.34);
}
div.ccm-page .img-box.inner .caption {
  position: absolute;
  z-index: 9;
  margin-top: -47px;
  width: 100%;
  left: 0;
  height: 47px;
  line-height: 14px;
  overflow: hidden;
  background: url("images/assets/bg-gradient.png") repeat-x top center;
  background-color: transparent !important;
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  transform: translate3d(0, 0, 0);
}
div.ccm-page span.caption-box {
  overflow: visible !important;
  display: block;
}
div.ccm-page .circle,
div.ccm-page .circle img {
  border-radius: 50%;
  position: relative;
  backface-visibility: hidden;
  transform: scale(1);
}
div.ccm-page .caption.caption-out {
  display: block;
  text-align: center;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: .2px;
  font-weight: bold;
  margin-top: 10px;
  color: #676767;
}
div.ccm-page .thumb-xs .img-box,
div.ccm-page .thumb-xs figure {
  height: 79px;
}
div.ccm-page .thumb-s .img-box,
div.ccm-page .thumb-s figure {
  height: 127px;
}
div.ccm-page .thumb-m .img-box,
div.ccm-page .thumb-m figure {
  height: 168px;
}
div.ccm-page .thumb-l .img-box,
div.ccm-page .thumb-l figure {
  height: 357px;
}
div.ccm-page .thumb-xl .img-box,
div.ccm-page .thumb-l figure {
  height: 500px;
}
div.ccm-page .header-video,
div.ccm-page .section-slide,
div.ccm-page .header-title:after {
  background-color: #1D1D1D;
  background-size: 10px;
}
div.ccm-page .title-base {
  text-align: center;
  position: relative;
}
div.ccm-page .title-base.title-small {
  margin: 0 0 35px 0;
}
div.ccm-page .title-base.title-small p {
  font-size: 13px;
  margin-top: 15px;
}
div.ccm-page .title-base.title-small h2 {
  margin: 0 0 15px 0 !important;
}
div.ccm-page .title-base.title-small hr {
  margin-bottom: 0;
  padding-bottom: 0;
}
div.ccm-page .title-base.text-right .scroll-top {
  right: auto;
  left: 0;
}
div.ccm-page .title-base hr {
  width: 50px;
  height: 3px;
  background-color: #694D94;
  border: none;
  margin-top: 0;
}
div.ccm-page .title-base h1 b,
div.ccm-page .title-base p b {
  font-style: italic;
}
div.ccm-page .header-title.white .title-base hr,
div.ccm-page .header-slider.white .title-base hr,
div.ccm-page .header-video.white .title-base hr,
div.ccm-page .header-animation.white .title-base hr {
  background-color: #694D94;
}
div.ccm-page .title-base h1,
div.ccm-page .title-icon h2,
div.ccm-page .title-icon h1,
div.ccm-page .title-base.title-small h2 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 40px;
}
div.ccm-page header .title-base h1,
div.ccm-page header div.title-base p,
div.ccm-page .header-base .breadcrumb.b a,
div.ccm-page .header-base .breadcrumb li {
  color: #FFF;
}
div.ccm-page .title-base p,
div.ccm-page div.title-icon p {
  font-size: 15px;
  margin-top: 20px;
  color: #8c8c8c;
}
div.ccm-page .title-base.text-left hr {
  margin: 0 auto 20px 0;
  left: 0;
}
div.ccm-page .title-base.text-right hr {
  margin: 0 0 20px auto;
  right: 0;
}
div.ccm-page .title-base .scroll-top,
div.ccm-page .title-modern .scroll-top {
  background-color: #3E3E3E;
  color: #FFF;
  width: 22px;
  height: 19px;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 45px;
  cursor: pointer;
}
div.ccm-page .title-base .scroll-top:hover,
div.ccm-page .title-modern .scroll-top:hover {
  background-color: #585858;
}
div.ccm-page .title-modern {
  position: relative;
  margin-bottom: 15px;
}
div.ccm-page .title-modern .scroll-top {
  top: 30px;
}
div.ccm-page .title-modern h1,
div.ccm-page .title-modern h2,
div.ccm-page .title-modern h3 {
  padding: 5px 0;
  margin: -1px;
  display: inline-block;
  border-bottom: 1px solid #6A4D8F;
  white-space: nowrap;
  padding-bottom: 10px;
}
div.ccm-page .title-modern p {
  margin: 5px 0;
  font-size: 13px;
  line-height: 1.42857143;
}
div.ccm-page .title-modern hr {
  margin: 0 0 15px 0;
  border-top: 1px solid #C1C1C1;
}
div.ccm-page .title-modern.st-icon hr {
  margin-right: 45px;
}
div.ccm-page .title-modern-2 hr {
  max-width: 700px;
  margin: 0 auto 13px auto !important;
}
div.ccm-page .title-icon {
  text-align: center;
}
div.ccm-page .title-icon h2 {
  z-index: 2;
  position: relative;
}
div.ccm-page .title-icon p {
  font-weight: 300;
  font-style: italic;
  display: block;
  margin: 1% 0;
  font-size: 14px;
  padding: 0;
  z-index: 2;
  position: relative;
}
div.ccm-page .title-icon i {
  font-size: 35px;
  width: 100%;
  background-image: url(images/assets/dotted-line.png);
  color: #BDBDBD;
  margin-bottom: 5px;
  background-position: center center;
}
div.ccm-page .title-icon-bg {
  padding-top: 25px;
  padding-bottom: 30px;
}
div.ccm-page .title-icon.title-icon-bg h2 i {
  margin-top: -80px;
  font-size: 170px;
}
div.ccm-page .title-icon.title-icon-bg i {
  background: none;
  left: 0;
  margin-top: -142px;
  position: absolute;
  z-index: 0;
  font-size: 200px;
  width: 100%;
  color: rgba(150, 150, 150, 0.18) !important;
  padding-right: 0;
}
div.ccm-page .container .container {
  padding-left: 0;
  padding-right: 0;
}
div.ccm-page .container.content,
div.ccm-page .section-empty > .content,
div.ccm-page .section-bg-image > .content,
div.ccm-page .section-bg-video > .content,
div.ccm-page .section-bg-animation > .content,
div.ccm-page .section-slider > .content {
  padding-top: 25px;
  padding-bottom: 25px;
}
div.ccm-page div.content {
  padding-left: 15px;
  padding-right: 15px;
}
div.ccm-page div.content > *:first-child {
  margin-top: 0;
}
div.ccm-page .section-empty,
div.ccm-page .footer-parallax-container.bg-color,
div.ccm-page .footer-parallax-container > .content {
  background-color: #FFF;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
div.ccm-page .section-bg-color {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
div.ccm-page .overlay-content .section-empty:not(.section-bg-color),
div.ccm-page .overlay-content.header-video,
div.ccm-page .overlay-content .section-slide,
div.ccm-page .overlay-content .header-title:after {
  background: none !important;
}
div.ccm-page .section-bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
div.ccm-page .section-bg-video {
  position: relative;
  overflow: hidden;
}
div.ccm-page .section-custom {
  background-color: #FFF;
}
div.ccm-page .section-bg-video .videobox {
  height: 130%;
}
div.ccm-page .section-bg-video .bg-overlay {
  position: absolute;
  z-index: 2;
}
div.ccm-page .section-bg-animation {
  text-align: left;
  padding: 0;
  overflow: hidden;
  height: 100%;
}
div.ccm-page .section-bg-animation .anima-layer {
  bottom: -55px;
}
div.ccm-page .section-bg-animation img.overlay {
  opacity: 1 !important;
}
div.ccm-page .section-bg-image.box-middle-container .container,
div.ccm-page .section-bg-video.box-middle-container .container,
div.ccm-page .section-slider.box-middle-container .container,
div.ccm-page .section-bg-animation.box-middle-container .container,
div.ccm-page .section-empty.box-middle-container .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
div.ccm-page [class*="section-"] > div > .row:first-child > div > *:first-child,
div.ccm-page [class*="section-"] > div > *:first-child,
div.ccm-page [class*="section-"] > *:first-child {
  margin-top: 0;
}
div.ccm-page [class*="section-"] > div > .row:last-child > div > *:last-child,
div.ccm-page [class*="section-"] > div > *:last-child,
div.ccm-page [class*="section-"] > *:last-child {
  margin-bottom: 0;
}
div.ccm-page .section-bg-animation .container,
div.ccm-page .section-slider .container {
  opacity: 1 !important;
}
div.ccm-page .section-bg-animation .container {
  margin-top: 0 !important;
}
div.ccm-page .section-bg-color,
div.ccm-page .section-two-blocks > .row > div:last-child {
  background-color: #f7f7f7;
}
div.ccm-page .section-two-blocks {
  overflow: hidden;
}
div.ccm-page .section-two-blocks > .row > div:last-child .content > div {
  padding: 0;
}
div.ccm-page .section-two-blocks > .row > div:first-child > div {
  padding-right: 0;
  padding-left: 0;
}
div.ccm-page .section-two-blocks .content {
  padding: 25px;
  width: 570px;
}
div.ccm-page .section-two-blocks > .row > .col-md-5 .content {
  width: 410px;
}
div.ccm-page .section-two-blocks > .row > .col-md-6:last-child .content,
div.ccm-page .section-two-blocks > .row > .col-md-5 .content {
  padding-right: 0;
  padding-left: 50px;
}
div.ccm-page .section-two-blocks.blocks-right > .row > .col-md-5 .content,
div.ccm-page .section-two-blocks.blocks-right > .row > .col-md-6:last-child .content {
  padding-left: 0;
  padding-right: 50px;
}
div.ccm-page .section-two-blocks > .row > .col-md-7 .content {
  width: 665px;
}
div.ccm-page .section-two-blocks .row > div > a.img-box {
  height: 100%;
  width: 100%;
}
div.ccm-page .section-two-blocks .row > div > a.img-box img {
  max-width: 100%;
  width: 100%;
  margin-left: 0 !important;
}
@media (min-width: 994px) {
  div.ccm-page .section-two-blocks .row > div > a.img-box img {
    right: 0;
    position: absolute;
  }
  div.ccm-page .section-two-blocks.blocks-right .row > div > a.img-box img {
    right: auto;
    left: 0;
  }
}
div.ccm-page .section-two-blocks > .row > .col-md-5,
div.ccm-page .section-two-blocks > .row > .col-md-6,
div.ccm-page .section-two-blocks > .row > .col-md-7 {
  padding: 0;
}
div.ccm-page .section-two-blocks.blocks-right > .row > .col-md-5,
div.ccm-page .section-two-blocks.blocks-right > .row > .col-md-5 .content,
div.ccm-page .section-two-blocks.blocks-right > .row > .col-md-6,
div.ccm-page .section-two-blocks.blocks-right > .row > .col-md-6 .content,
div.ccm-page .section-two-blocks.blocks-right > .row > .col-md-7,
div.ccm-page .section-two-blocks.blocks-right > .row > .col-md-7 .content {
  float: right;
}
div.ccm-page .section-two-blocks > .row > .col-md-5,
div.ccm-page .section-two-blocks > .row > .col-md-6,
div.ccm-page .section-two-blocks > .row > .col-md-7,
div.ccm-page .section-two-blocks > .row {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  div.ccm-page .section-two-blocks > .row {
    display: flex;
  }
  div.ccm-page .section-two-blocks.blocks-right > .row {
    flex-direction: row-reverse;
  }
  div.ccm-page .section-two-blocks.full-width-section .content {
    width: 100%;
    padding-right: 40px !important;
  }
  div.ccm-page .section-two-blocks.full-width-section.blocks-right .content {
    padding-left: 40px !important;
    padding-right: 25px !important;
  }
}
div.ccm-page {
  /*
  ------------------------------
  SECTION MAP
  ------------------------------
  */
  /*
  ==============================
  WHITE
  ==============================
  */
  /*
  ==============================
  WORDPRESS
  ==============================
  */
  /*
  ==============================
  WOOCOMMERCE
  ==============================
  */
  /*
  ==============================
  MOBILE - RESPONSIVE
  ==============================
  */
}
div.ccm-page .section-two-blocks.blocks-right .vertical-row {
  flex-direction: row-reverse;
}
div.ccm-page .section-two-blocks .row {
  min-width: 100%;
}
div.ccm-page .section-two-blocks .blocks-video iframe {
  position: relative;
  height: 130%;
  width: 130%;
  left: -12%;
  top: -12%;
}
div.ccm-page .section-two-blocks .blocks-video *[data-video-youtube] {
  position: relative;
  height: 100%;
}
div.ccm-page .section-two-blocks .blocks-video video {
  width: 100%;
}
div.ccm-page .section-two-blocks .row > [class*="col-"] {
  height: auto;
}
div.ccm-page .section-two-blocks.blocks-multi .row > [class*="col-"] {
  padding: 0;
}
div.ccm-page .section-two-blocks > .row > .col-md-6 > .google-map {
  height: 100%;
  min-height: 300px;
}
div.ccm-page .section-two-blocks .content > *:last-child {
  margin-bottom: 0;
}
div.ccm-page .two-blocks-container {
  background: #fff;
}
div.ccm-page .two-blocks-container > .row {
  max-width: 1140px;
  min-width: 0;
  margin: auto;
}
div.ccm-page .two-blocks-container > .row .content,
div.ccm-page .two-blocks-container.section-two-blocks > .row > .col-md-6:last-child .content {
  padding-right: 50px;
  padding-left: 50px;
}
div.ccm-page .block-text {
  text-align: center;
  padding: 25px !important;
}
div.ccm-page .block-inner {
  border: 2px solid #5A5A5A;
  padding: 25px;
  height: 100%;
}
div.ccm-page .section-map {
  position: relative;
  overflow: hidden;
}
div.ccm-page .section-map .google-map {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
}
div.ccm-page .section-map .overlaybox {
  position: absolute;
  z-index: 95;
  width: 100%;
  top: 0;
}
div.ccm-page .section-map .overlaybox-inner > *:last-child {
  margin-bottom: 0 !important;
}
div.ccm-page .section-map .overlaybox.overlaybox-top {
  margin-bottom: 150px;
}
div.ccm-page .section-map .overlaybox-top .overlaybox-inner {
  margin-top: 25px;
}
div.ccm-page .section-map .overlaybox-bottom .overlaybox-inner {
  margin-bottom: 25px;
}
div.ccm-page .section-map .overlaybox.overlaybox-bottom {
  bottom: 0;
  top: auto;
  margin-top: 150px;
}
div.ccm-page .section-map .overlaybox-inner > .row > * {
  padding: 0 15px;
}
div.ccm-page .overlaybox-side,
div.ccm-page .overlaybox-side .content,
div.ccm-page .overlaybox-side .row {
  height: 1px;
  padding: 0 !important;
}
div.ccm-page .overlaybox-side.overlaybox-right .overlaybox-inner {
  margin-left: 0;
  float: right;
}
div.ccm-page .overlaybox-side.overlaybox-center .overlaybox-inner {
  float: none;
  display: inline-block;
}
div.ccm-page .overlaybox-side.overlaybox-center,
div.ccm-page .overlaybox-side.overlaybox-center .row {
  text-align: center;
}
div.ccm-page .overlaybox-side .overlaybox-inner {
  padding: 25px;
  background-color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  margin: 0 25px;
  width: calc(50% - 25px);
}
div.ccm-page .border-table.white td {
  border: 1px solid white;
}
div.ccm-page .white .countdown span,
div.ccm-page .white .fa-ul > li a,
div.ccm-page .menu-transparent .lan-menu li a,
div.ccm-page .white .icon-list .list-item i,
div.ccm-page .white .icon-box-cell label:not(.counter),
div.ccm-page .white .title-icon h2,
div.ccm-page .white h1,
div.ccm-page .white .h1,
div.ccm-page .white h2,
div.ccm-page .white .h2,
div.ccm-page .white h3,
div.ccm-page .white .h3,
div.ccm-page .white h4,
div.ccm-page .white h5,
div.ccm-page .white h6,
div.ccm-page .white i,
div.ccm-page .white .advs-box .icon,
div.ccm-page .white .advs-box h2,
div.ccm-page .white .advs-box h3 {
  color: #FAFAFA;
}
div.ccm-page .bg-white,
div.ccm-page .bg-white.section-two-blocks > .row > div:last-child {
  background-color: #FFF !important;
}
div.ccm-page .white .title-base hr {
  background-color: #FAFAFA;
}
div.ccm-page .white .slimScrollBar {
  background-color: rgba(250, 250, 250, 0.51) !important;
}
div.ccm-page .bg-transparent .navbar-nav > li > a .caret:before,
div.ccm-page .white .white .btn.btn-border:hover,
div.ccm-page .white .pagination li > a i:before,
div.ccm-page .white.nav-inner .flex-control-paging li a {
  border-color: #fff !important;
}
div.ccm-page .btn-sm .caret:before,
div.ccm-page .btn-xs .caret:before,
div.ccm-page .btn-lg .caret:before {
  border-color: #fff;
}
div.ccm-page .white .advs-box h4,
div.ccm-page .white .navbar-nav > .active > a,
div.ccm-page .white .navbar-nav > .active > a:hover,
div.ccm-page .white .navbar-nav > .active > a:focus,
div.ccm-page .white .navbar-nav > .open > a,
div.ccm-page .white .navbar-nav > .open > a:hover,
div.ccm-page .white .navbar-nav > .open > a:focus,
div.ccm-page .white .navbar-nav > li > a:focus,
div.ccm-page .white,
div.ccm-page .white ul li,
div.ccm-page .white p,
div.ccm-page .white .breadcrumb > .active,
div.ccm-page .white .navbar-nav > li > a,
div.ccm-page .white .navbar-nav > li > a:hover,
div.ccm-page .white .dropdown-menu > li > a,
div.ccm-page .white .niche-box-testimonails h5,
div.ccm-page .white .title-base h1,
div.ccm-page .white .title-base h2,
div.ccm-page .white .title-base h3,
div.ccm-page .white ul.list-texts li b {
  color: #FAFAFA !important;
}
div.ccm-page .white .dropdown-menu {
  background-color: #3D3D3D;
}
div.ccm-page .white .dropdown-menu > li > a:hover,
div.ccm-page .white .dropdown-menu > li > a:focus,
div.ccm-page .white a {
  color: #E2E2E2;
}
div.ccm-page .white .navbar .navbar-mini {
  color: #B8B8B8;
  background-color: #444;
  border-bottom-color: #3D3D3D;
}
div.ccm-page .white .navbar .navbar-main {
  background-color: #444444;
  border-bottom: 1px solid #353535;
}
div.ccm-page .white header div.scroll-css,
div.ccm-page header.white div.scroll-css {
  background-color: #444444 !important;
}
div.ccm-page .white .navbar-mini .navbar-form .btn-default {
  background: #3E3E3E;
  border-left: 1px solid #3E3E3E;
}
div.ccm-page .white .navbar-mini .form-control {
  background: #444444;
}
div.ccm-page .white .minisocial-group i {
  color: #b7b7b7;
  border-right: 1px solid #3D3D3D;
}
div.ccm-page .white i.first {
  border-left: 1px solid #3D3D3D;
}
div.ccm-page .white .navbar.inside {
  border: 1px solid #3D3D3D;
}
div.ccm-page .white.circle-button i,
div.ccm-page .white .circle-button i,
div.ccm-page .white .navbar-toggle > span,
div.ccm-page .white .navbar-toggle i {
  color: white;
}
div.ccm-page .white.btn,
div.ccm-page .white .btn,
div.ccm-page .white .navbar-inner .navbar-toggle {
  color: white;
  border-color: #FFF;
  background: none;
}
div.ccm-page ul.pagination.white > li > a,
div.ccm-page .pagination > .disabled > span,
div.ccm-page .pagination.white > .disabled > a,
div.ccm-page .pagination.white > .disabled > a:hover {
  background: none;
  color: #FFF;
  border-color: #FFF;
}
div.ccm-page ul.pagination.white > li > a:hover,
div.ccm-page .white.circle-button:hover,
div.ccm-page .white .circle-button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
div.ccm-page .pagination.white > .active > a,
div.ccm-page .pagination.white > .active > a:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #404040;
}
div.ccm-page .widget #searchsubmit {
  padding: 0 9px;
  color: #fff;
  font-weight: 700;
  background-color: #656565 !important;
  border: none;
  border-radius: 2px;
}
div.ccm-page .widget #searchform input[type='text'] {
  background: #fbfbfb;
  border: 1px solid #e8e8e8;
}
div.ccm-page .widget .tagbox {
  padding: 15px 0;
}
div.ccm-page .widget > div:first-child > p:first-child {
  margin-top: 0;
  padding-top: 0;
}
div.ccm-page .widget input[type="search"] {
  border: 1px solid #a9a9a9;
}
div.ccm-page .hc-post-preview-button {
  display: none;
}
div.ccm-page .post-template-default .content > img,
div.ccm-page .textwidget a > img {
  height: auto;
}
div.ccm-page .sidebar-content .section-item .content.container {
  width: auto;
}
div.ccm-page .sidebar-content > .row > [class*="col-md"]:first-child > .section-item > .content {
  padding-top: 0;
}
div.ccm-page .list-blog > ul > li {
  position: relative;
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid #DCDCDC;
  transition: all .3s;
  list-style: none;
}
div.ccm-page .list-blog > ul > li:last-child {
  border-bottom: none;
}
div.ccm-page .list-blog > ul {
  padding: 0;
}
div.ccm-page .list-blog .post-date {
  font-size: 11px;
  opacity: .5;
}
div.ccm-page .list-blog a {
  color: inherit;
}
div.ccm-page .list-blog h5 {
  margin-top: 10px;
  font-weight: 600;
}
div.ccm-page .list-group-item .col-md-3,
div.ccm-page .list-group-item .col-md-4 {
  width: initial;
}
div.ccm-page .latest-post-list h5 {
  margin-top: 0;
  font-size: 13px;
  line-height: 17px;
}
div.ccm-page .latest-post-list .img-box img {
  height: 55px;
  width: 55px;
}
div.ccm-page .latest-post-list .col-md-8 {
  padding-left: 0;
}
div.ccm-page .list-group .list-group-item:last-child {
  border-bottom: none;
}
div.ccm-page .search-results .advs-box {
  width: 100%;
}
div.ccm-page .search-results .advs-box p {
  margin: 0;
}
div.ccm-page .aligncenter {
  text-align: center;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
div.ccm-page .aligncenter img {
  margin: 5px auto;
}
div.ccm-page img.alignleft {
  display: inline;
  float: left;
  margin: 0.4211em 1.6842em 1.6842em 0;
}
div.ccm-page img.alignright {
  display: inline;
  float: right;
  margin: 0.4211em 0 1.6842em 1.6842em;
}
div.ccm-page .wp-caption-text {
  opacity: .8;
  margin-bottom: 10px !important;
}
div.ccm-page .wp-caption-text a {
  font-weight: 900;
}
div.ccm-page .alignleft {
  display: inline;
  float: left;
}
div.ccm-page .alignright {
  display: inline;
  float: right;
}
div.ccm-page .wp-caption.alignleft,
div.ccm-page .wp-caption.alignright,
div.ccm-page .wp-caption.aligncenter {
  margin-bottom: 1.2632em;
}
div.ccm-page .blockquote.alignright,
div.ccm-page .wp-caption.alignright,
div.ccm-page img.alignright {
  margin: 0.4211em 0 1.6842em 1.6842em;
}
div.ccm-page .wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}
div.ccm-page .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
div.ccm-page blockquote.alignleft,
div.ccm-page .wp-caption.alignleft,
div.ccm-page img.alignleft {
  margin: 0.4211em 1.6842em 1.6842em 0;
}
div.ccm-page .default-wp-footer {
  border-top: 1px solid #dedede;
}
div.ccm-page .widget .searchform > div {
  display: flex;
}
div.ccm-page .searchform .screen-reader-text {
  display: none;
}
div.ccm-page .searchform input[type="text"] {
  width: 100%;
  margin-right: 15px;
}
div.ccm-page #wp-calendar {
  table-layout: fixed;
  border-radius: 2px;
  background: #f3f3f3;
  padding: 5px;
  width: 100%;
  outline: none !important;
  border: 1px solid #dcdcdc;
}
div.ccm-page #wp-calendar caption {
  text-align: center;
  background: #f3f3f3;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  font-weight: 600;
}
div.ccm-page #wp-calendar td,
div.ccm-page #wp-calendar th {
  text-align: center;
  padding-top: 10px;
  border: none;
}
div.ccm-page #wp-calendar #prev {
  text-align: left;
  padding-left: 12px;
  font-weight: 600;
  padding-bottom: 10px;
}
div.ccm-page #wp-calendar #next {
  text-align: right;
  padding-right: 12px;
  font-weight: 600;
  padding-bottom: 10px;
}
div.ccm-page .widget .list-group {
  clear: both;
  margin-bottom: 15px;
}
div.ccm-page .widget .tagcloud {
  margin: -5px;
}
div.ccm-page .widget .tagcloud a {
  float: none;
  display: inline-block;
  margin: 4px;
}
div.ccm-page .list-blog ul {
  padding: 0;
}
div.ccm-page .list-blog ul li {
  list-style: none;
}
div.ccm-page .list-blog ul ul.children {
  padding-left: 10px;
  position: relative;
  margin-bottom: 5px;
}
div.ccm-page .list-blog ul ul.children:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  top: 5px;
  background-color: #efefef;
}
div.ccm-page .list-blog > ul > li.cat-item {
  border: none;
  padding: 3px 0;
}
div.ccm-page .default-box.sticky-post {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.22);
  padding: 30px;
  background: #fdfdfd;
}
div.ccm-page .default-box .btn:after {
  display: none;
}
div.ccm-page div:not(.hc_column_cnt) > table:not(.grid-table) {
  margin-bottom: 15px;
}
div.ccm-page div:not(.hc_column_cnt) > table:not(.grid-table) th,
div.ccm-page div:not(.hc_column_cnt) > table:not(.grid-table) td {
  padding: 5px 15px;
}
div.ccm-page div:not(.hc_column_cnt) > table:not(.table) tr:first-child > th {
  padding-left: 0;
}
div.ccm-page dl dd {
  margin-bottom: 15px;
}
div.ccm-page .sidebar-content > .row > div > .container {
  width: 100%;
}
div.ccm-page .list-blog .screen-reader-text {
  display: none;
}
div.ccm-page .list-blog select {
  max-width: 100%;
}
div.ccm-page .list-blog input,
div.ccm-page .list-blog select {
  background: #f7f7f7;
  border-radius: 3px;
  padding: 5px;
}
div.ccm-page .list-blog input[type="submit"] {
  border-radius: 2px;
  border: 1px solid #cecece;
  background: #f7f7f7;
  padding: 5px;
}
div.ccm-page footer.entry-meta {
  display: none;
}
div.ccm-page .post-password-form {
  background: #f5f5f5;
  padding: 30px;
  border-radius: 2px;
  border: 1px solid #dedede;
  text-align: center;
  margin-bottom: 30px;
}
div.ccm-page .post-password-form input[type="submit"] {
  border: none;
  height: 28px;
  padding: 0 15px;
  border-radius: 3px;
}
div.ccm-page .post-password-form input[type="password"] {
  border-radius: 3px;
  border: 1px solid #d4d4d4;
}
div.ccm-page .hc-classic table,
div.ccm-page .hc-classic table td,
div.ccm-page .hc-classic table th,
div.ccm-page .hc_wp_editor_cnt table,
div.ccm-page .hc_wp_editor_cnt table td,
div.ccm-page .hc_wp_editor_cnt table th {
  border: 1px solid #808080;
  padding: 15px !important;
}
div.ccm-page .hc-classic .featured-image img {
  margin-bottom: 70px;
  border-radius: 6px;
}
div.ccm-page .hc-classic .info-box {
  padding: 20px;
  border-radius: 6px;
  margin-top: 50px;
  background: #f1f1f1;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.37);
  clear: both;
}
div.ccm-page .hc-classic .info-box i {
  margin-right: 10px;
  transform: translateY(2px);
  display: inline-block;
}
div.ccm-page .hc-classic .info-box > span {
  display: inline-block;
  margin-right: 30px;
}
div.ccm-page .hc-classic .info-cat a {
  margin-right: 10px;
}
div.ccm-page .hc-classic .container p a {
  text-decoration: underline;
}
div.ccm-page .hc-classic .container .info-box a {
  text-decoration: none;
}
div.ccm-page body.hc-classic .header-base:not(.bg-cover) h1 {
  font-size: 25px;
  margin-left: -2px;
  margin-bottom: 0;
}
div.ccm-page body.hc-classic .header-base {
  min-height: 115px;
}
div.ccm-page .hc-classic .content img {
  height: auto;
}
div.ccm-page footer.default-wp-footer {
  border-top: 1px solid #dedede;
  background: #f1f1f1;
  font-size: 13px;
}
div.ccm-page footer.default-wp-footer .container {
  padding: 19px 15px 15px 15px;
}
div.ccm-page .wysiwyg-editor p {
  margin: 0 0 15px 0;
  min-height: 15px;
}
div.ccm-page .wysiwyg-editor > ul,
div.ccm-page .wysiwyg-editor > ol {
  margin-bottom: 15px;
  margin-top: 15px;
}
div.ccm-page .wysiwyg-editor ol,
div.ccm-page .wysiwyg-editor ul {
  white-space: normal;
}
div.ccm-page .wysiwyg-editor ul > br,
div.ccm-page .wysiwyg-editor ol > br,
div.ccm-page ul > br {
  display: none;
}
div.ccm-page .woocommerce .product span.onsale {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
div.ccm-page .archive.woocommerce .page-title,
div.ccm-page div.ppt {
  display: none !important;
}
div.ccm-page .widget .product_list_widget li img {
  max-width: 50px;
  height: auto;
}
div.ccm-page .woocommerce ul.products li.product .onsale {
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  line-height: 45px;
  background: #000;
}
div.ccm-page .woocommerce ul.products li.product .price {
  color: #000;
}
div.ccm-page .visible-xs.hidden-sm {
  display: block !important;
}
div.ccm-page button.navbar-toggle {
  padding: 3px !important;
  border: none;
}
div.ccm-page .navbar-toggle > i {
  font-size: 25px;
  margin: 2px 5px 0 5px;
  line-height: 23px;
  color: #4C4C4C;
}
div.ccm-page .side-menu li.active > ul {
  display: none;
  height: auto !important;
}
div.ccm-page .side-menu li.active.open > ul {
  display: block;
}
div.ccm-page .navbar-toggle > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #585858;
  margin: 5px 5px 0 5px;
  float: right;
}
div.ccm-page .navbar-default form {
  border: none;
}
@media (max-width: 1500px) {
  div.ccm-page .side-menu-container .container {
    width: 100%;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  div.ccm-page .section-two-blocks div.content {
    width: 460px;
  }
  div.ccm-page div.box-menu-inner {
    margin-left: -485px;
  }
}
@media (max-width: 992px) {
  div.ccm-page {
    /*
  ------------------------------
  SECTIONS - RESPONSIVE
  ------------------------------
  */
    /*
  ------------------------------
  MENU - RESPONSIVE
  ------------------------------
  */
    /*
  ------------------------------
  TITLE - RESPONSIVE
  ------------------------------
  */
    /*
  ------------------------------
  COMPONENTS - RESPONSIVE
  ------------------------------
  */
    /*
  ------------------------------
  VARIOUS
  ------------------------------
  */
  }
  div.ccm-page [class*="col-md"] {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  div.ccm-page .scroll-top-mobile {
    visibility: visible;
  }
  div.ccm-page .full-screen-title {
    height: 100% !important;
  }
  div.ccm-page .middle-content > .row,
  div.ccm-page .middle-content > .row > div {
    flex-direction: row;
    flex-wrap: wrap;
  }
  div.ccm-page .section-two-blocks > div > [class*="col-md"] {
    padding-top: 0;
    padding-bottom: 0;
  }
  div.ccm-page .section-map .overlaybox-inner {
    width: 100%;
  }
  div.ccm-page .section-two-blocks div.content {
    width: 88%;
    width: calc(100% - 50px);
  }
  div.ccm-page .text-xxl {
    font-size: 45px !important;
    line-height: 50px;
  }
  div.ccm-page .text-xl {
    font-size: 35px !important;
  }
  div.ccm-page .no-paddings > .content > div {
    margin-left: -15px;
    margin-right: -15px;
  }
  div.ccm-page a.img-box {
    margin: 0;
  }
  div.ccm-page .background-page video,
  div.ccm-page .background-page iframe {
    display: none;
  }
  div.ccm-page .mega-tabs .nav-tabs li {
    float: none;
  }
  div.ccm-page [class*="col-md"].fixed-area.active {
    margin-left: 15px;
    margin-right: 15px;
  }
  div.ccm-page .scroll-content.scroll-mobile-disabled {
    padding-right: 0 !important;
  }
  div.ccm-page footer .fa-ul > li,
  div.ccm-page .title-base.text-right,
  div.ccm-page .list-items .list-item span {
    text-align: center;
  }
  div.ccm-page .maso-item,
  div.ccm-page .grid-item {
    overflow: visible !important;
  }
  div.ccm-page .maso-list,
  div.ccm-page .grid-list,
  div.ccm-page body [class*="row-"] {
    height: auto !important;
  }
  div.ccm-page [class*="row-"].google-map {
    min-height: 300px;
  }
  div.ccm-page .call-action-box .row {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 !important;
  }
  div.ccm-page .col-md-6,
  div.ccm-page .col-md-3:not(.widget),
  div.ccm-page .col-md-9,
  div.ccm-page footer .col-md-4 .col-md-6 {
    width: 50%;
    float: left;
  }
  div.ccm-page .row > div.widget {
    float: left;
  }
  div.ccm-page .col-md-4,
  div.ccm-page .col-md-2 {
    width: 33%;
    float: left;
  }
  div.ccm-page .col-md-8 {
    width: 66%;
    float: left;
  }
  div.ccm-page footer .content > div > .row > [class*="col-md"],
  div.ccm-page .col-md-4 [class*="col-md"],
  div.ccm-page .sidebar-content > .row > .col-md-9,
  div.ccm-page .woocommerce-cnt > .section-empty > .content > .row > .col-md-9 {
    width: 100%;
    float: none;
  }
  div.ccm-page div [class*="boxed"].col-md-12 {
    width: auto !important;
  }
  div.ccm-page [class*="col-md-"].boxed-inverse.col-sm-6,
  div.ccm-page [class*="col-md-"].boxed.col-sm-6 {
    width: 50%;
    width: calc(50% - 30px);
  }
  div.ccm-page .col-sm-6 {
    width: 50% !important;
  }
  div.ccm-page .col-sm-4 {
    width: 33.33% !important;
  }
  div.ccm-page .header-title .breadcrumb.b,
  div.ccm-page .header-slider .breadcrumb.b,
  div.ccm-page .header-video .breadcrumb.b,
  div.ccm-page .header-animation .breadcrumb.b {
    display: none;
  }
  div.ccm-page .section-item,
  div.ccm-page .section-empty,
  div.ccm-page .section-bg-image,
  div.ccm-page .section-item,
  div.ccm-page .section-empty,
  div.ccm-page .section-bg-image,
  div.ccm-page .header-title,
  div.ccm-page .header-animation,
  div.ccm-page .header-video {
    width: 100%;
  }
  div.ccm-page header .custom-area {
    text-align: center;
    width: 100%;
  }
  div.ccm-page .overlaybox-side,
  div.ccm-page .overlaybox-side .content,
  div.ccm-page .overlaybox-side .row,
  div.ccm-page .section-map {
    height: auto;
  }
  div.ccm-page .section-map {
    height: auto !important;
  }
  div.ccm-page .section-map .overlaybox {
    position: static;
  }
  div.ccm-page .section-map .google-map {
    min-height: 250px;
  }
  div.ccm-page .overlaybox-side .overlaybox-inner {
    margin: 0 !important;
    box-shadow: none;
    border: none;
  }
  div.ccm-page .section-bg-video .videobox {
    position: absolute;
  }
  div.ccm-page .section-two-blocks .blocks-video iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  div.ccm-page .section-two-blocks:not(.blocks-right) .row > div > a.img-box img {
    right: -50px;
    left: auto;
    position: absolute;
  }
  div.ccm-page .section-two-blocks > .row > div:first-child > div {
    padding: 0;
  }
  div.ccm-page .navbar-header {
    background-color: #FFF;
  }
  div.ccm-page .bg-transparent .navbar-header {
    background-color: rgba(61, 61, 61, 0);
  }
  div.ccm-page .bg-transparent .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  div.ccm-page .dropdown-submenu .dropdown-menu a {
    padding-left: 40px;
  }
  div.ccm-page .navbar-main.middle-box-menu {
    padding-bottom: 0 !important;
  }
  div.ccm-page header .navbar-nav {
    margin-top: 0;
  }
  div.ccm-page .one-page-menu .hamburger-button.active {
    right: 0;
    position: fixed;
    background: #FFF;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  }
  div.ccm-page .dropdown .dropdown-menu {
    display: none;
  }
  div.ccm-page div.box-menu-inner {
    display: none !important;
  }
  div.ccm-page .dropdown.open .dropdown-menu {
    display: block;
    margin: 0 !important;
  }
  div.ccm-page .side-menu li {
    overflow: hidden;
  }
  div.ccm-page .fa-ul > li {
    overflow: visible;
    text-align: left;
  }
  div.ccm-page .fa-ul.text-right > li {
    text-align: right;
  }
  div.ccm-page .nav li:hover > ul,
  div.ccm-page .nav li:hover > .mega-menu,
  div.ccm-page .side-menu li:hover .panel,
  div.ccm-page .side-menu li .panel:hover {
    display: none;
  }
  div.ccm-page .mega-menu.bg-menu {
    min-width: 5px;
  }
  div.ccm-page .nav li.open > .mega-menu,
  div.ccm-page .side-menu li.open .panel,
  div.ccm-page .side-menu li .panel.open {
    display: block;
  }
  div.ccm-page .navbar-fixed-top,
  div.ccm-page .navbar-fixed-bottom {
    position: static !important;
    margin-top: 0 !important;
  }
  div.ccm-page .navbar-fixed-top .navbar-collapse,
  div.ccm-page .navbar-fixed-bottom .navbar-collapse {
    max-height: inherit;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.13);
  }
  div.ccm-page .search-box {
    display: block;
    position: relative;
    width: 100% !important;
    margin: 0;
    box-shadow: none;
    background: none;
    border: none;
    padding: 0;
  }
  div.ccm-page .btn-search {
    display: none;
  }
  div.ccm-page .search-box-menu {
    display: block;
  }
  div.ccm-page .social-group,
  div.ccm-page .navbar-social {
    text-align: center;
  }
  div.ccm-page .social-group a {
    display: inline-block;
  }
  div.ccm-page .navbar-left {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
  }
  div.ccm-page .lan-menu {
    text-align: center;
    margin: 0 -15px;
    padding: 0 !important;
    display: block;
  }
  div.ccm-page .dropdown-submenu ul {
    display: block;
  }
  div.ccm-page .dropdown-submenu .dropdown-toggle:after {
    display: none;
  }
  div.ccm-page .bg-menu {
    background: none !important;
  }
  div.ccm-page .navbar-big-logo .navbar-mini .container {
    padding-left: 0 !important;
  }
  div.ccm-page .navbar-big-logo .navbar-header {
    text-align: center;
    max-height: 100%;
    padding-bottom: 15px;
  }
  div.ccm-page .navbar-big-logo .navbar-header button {
    float: none;
    width: 100%;
    margin: 10px;
  }
  div.ccm-page .navbar-big-logo .navbar-brand {
    position: static;
    display: block;
    float: left;
    max-width: 100%;
    width: 100%;
    height: inherit;
    text-align: center;
  }
  div.ccm-page .navbar-big-logo .navbar-brand img {
    margin: 0 auto;
  }
  div.ccm-page .subline-bar {
    position: static;
  }
  div.ccm-page .subline-bar ul {
    margin: 0 -15px;
  }
  div.ccm-page .subline-bar ul li {
    width: 33.33%;
    margin: 5px 0;
  }
  div.ccm-page header.fixed-top .subline-bar {
    position: static;
    margin-top: 0 !important;
  }
  div.ccm-page .navbar-main.navbar-middle .navbar-header {
    display: block;
  }
  div.ccm-page .navbar-main.navbar-middle ul.nav > li {
    text-align: left;
    display: block;
  }
  div.ccm-page .navbar-main.navbar-middle ul.nav > li.logo-item,
  div.ccm-page .navbar-middle ul.nav > .scroll-hide {
    display: none !important;
  }
  div.ccm-page .navbar-main.navbar-middle ul.nav {
    margin: 7.5px -15px !important;
  }
  div.ccm-page .navbar-middle .navbar-right {
    position: static;
  }
  div.ccm-page .navbar-main.navbar-middle .navbar-right ul.lan-menu.nav {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  div.ccm-page .navbar-middle .navbar-right .lan-menu ul li a {
    text-align: left;
  }
  div.ccm-page header.menu-top-logo:not(.scroll-css) .navbar-main.navbar-middle ul.navbar-nav {
    margin-left: -15px !important;
  }
  div.ccm-page .box-menu-inner {
    position: static !important;
    margin: 10px 0 0 0;
  }
  div.ccm-page .box-menu-inner > .row {
    height: inherit;
  }
  div.ccm-page .box-menu-inner .icon-box-cell i {
    width: 50px;
    font-size: 25px !important;
  }
  div.ccm-page .box-menu-inner [class*="col-"] {
    margin-bottom: 15px;
  }
  div.ccm-page .box-menu-inner [class*="col-"]:last-child {
    margin-bottom: 0;
  }
  div.ccm-page .icon-menu .navbar-brand img {
    margin-top: 0;
  }
  div.ccm-page .icon-menu .icon-top > li > a {
    text-align: center;
  }
  div.ccm-page .icon-menu .navbar-toggle {
    margin-top: 29px;
  }
  div.ccm-page .icon-menu-top .navbar-toggle {
    margin-top: 37px;
  }
  div.ccm-page header .navbar-right > * {
    float: none;
    padding: 0 !important;
  }
  div.ccm-page header .navbar-right .navbar-social,
  div.ccm-page header .navbar-right .social-group {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  div.ccm-page .nav.inner.ms-rounded.over > li {
    padding-bottom: 0;
  }
  div.ccm-page footer .container {
    padding: 35px 0 15px 0;
  }
  div.ccm-page .menu-outer ul.nav {
    position: relative;
    top: 0;
    text-align: left;
  }
  div.ccm-page .shop-menu-cnt .shop-menu {
    position: static;
    width: auto;
    display: none;
  }
  div.ccm-page .shop-menu-cnt:hover .shop-menu {
    display: block;
  }
  div.ccm-page .navbar-mini .nav {
    text-align: center;
    margin: 0;
    padding: 5px 0;
  }
  div.ccm-page .navbar-mini .navbar-left,
  div.ccm-page .navbar-mini .minisocial-group {
    display: none;
  }
  div.ccm-page .navbar-mini .container {
    padding: 0;
  }
  div.ccm-page .navbar-mini .navbar-right {
    padding: 0;
  }
  div.ccm-page .navbar-mini .navbar-form {
    padding: 0;
    float: none;
  }
  div.ccm-page .minisocial-group {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #E4E4E4;
  }
  div.ccm-page .minisocial-group i {
    float: none;
    display: inline-block !important;
  }
  div.ccm-page .navbar-mini .lan-menu li a {
    padding: 7px 15px;
  }
  div.ccm-page div.navbar-nav {
    margin: 0 0 0 0;
  }
  div.ccm-page .nav.ms-minimal > li.active > a,
  div.ccm-page .nav.ms-minimal > li:hover > a {
    border-bottom: none;
  }
  div.ccm-page .side-menu-fixed {
    visibility: hidden;
    opacity: 0;
  }
  div.ccm-page .side-menu-fixed .brand {
    display: none;
  }
  div.ccm-page .navbar-form {
    margin: 0;
  }
  div.ccm-page .side-menu-fixed .panel > ul.collapse {
    margin-left: 0;
    margin-right: 0;
  }
  div.ccm-page .side-menu-fixed .panel {
    position: static;
    box-shadow: none;
    padding: 0;
  }
  div.ccm-page .side-menu-fixed .panel ul {
    margin-top: 0 !important;
  }
  div.ccm-page .panel-item .panel ul ul {
    background: none;
  }
  div.ccm-page .side-menu-header .navbar-header,
  div.ccm-page .side-menu-header > .navbar {
    display: block;
  }
  div.ccm-page .navbar-right .hamburger-button {
    display: none;
  }
  div.ccm-page .side-menu-header.over .slimScrollDiv,
  div.ccm-page .side-menu-header.over .mi-menu nav {
    overflow: hidden !important;
  }
  div.ccm-page .side-menu-container .container {
    width: 100%;
  }
  div.ccm-page .side-menu-container,
  div.ccm-page .side-menu-container #fullpage-main {
    padding-left: 0;
  }
  div.ccm-page .navbar-brand {
    margin-top: 0 !important;
    margin-right: 5px;
    max-width: 80%;
    height: auto;
    padding-left: 15px;
  }
  div.ccm-page .navbar-toggle {
    max-width: 20%;
  }
  div.ccm-page .lan-menu ul li a {
    text-align: center;
  }
  div.ccm-page .navbar-mini .lan-menu.navbar-nav .open .dropdown-menu {
    background-color: #FDFDFD;
    position: absolute;
    margin-top: -5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.21);
  }
  div.ccm-page .dropdown-menu {
    padding-bottom: 5px;
  }
  div.ccm-page .navbar-left .social-group {
    width: 100%;
  }
  div.ccm-page .mega-menu {
    padding-top: 0;
    padding-left: 10px;
  }
  div.ccm-page .mega-menu .col,
  div.ccm-page .side-menu .panel .col {
    padding: 0 10px;
    display: block;
    min-width: 100%;
  }
  div.ccm-page .mega-menu .col > h5:first-child {
    margin-top: 15px;
  }
  div.ccm-page .side-menu-header .navbar-right {
    display: none;
  }
  div.ccm-page .side-menu .mega-item .panel {
    padding: 0 8px;
  }
  div.ccm-page .nav.inner > li {
    display: block;
    float: none;
  }
  div.ccm-page .navbar-inner .navbar-collapse li {
    text-align: left;
    margin: 0;
  }
  div.ccm-page .full-width-menu .nav {
    margin-left: -15px;
    margin-right: -15px;
    width: inherit;
    max-width: inherit;
  }
  div.ccm-page .full-width-menu .inner ul {
    position: relative !important;
  }
  div.ccm-page .full-width-menu .inner ul a {
    text-align: center;
  }
  div.ccm-page .nav.inner.ms-rounded li a,
  div.ccm-page .nav.inner.ms-rounded .maso-order {
    margin: 5px 0;
  }
  div.ccm-page .nav.ms-minimal li a {
    padding: 10px 15px;
  }
  div.ccm-page .videobox video {
    margin-top: 0 !important;
    background-color: #000;
  }
  div.ccm-page .title-base .scroll-top,
  div.ccm-page .title-modern .scroll-top {
    position: static;
    margin-top: 15px;
  }
  div.ccm-page .videobox,
  div.ccm-page .header-video {
    height: 350px;
    position: relative;
    overflow: hidden;
  }
  div.ccm-page .header-video .overlaybox {
    margin-top: 15px;
  }
  div.ccm-page .videobox .mobile-poster {
    display: block;
    height: 100%;
  }
  div.ccm-page .videobox iframe,
  div.ccm-page .videobox *[data-video-youtube] {
    display: none;
  }
  div.ccm-page .title-base h1 {
    font-size: 20px;
    margin-top: 25px;
  }
  div.ccm-page .title-base p,
  div.ccm-page .title-icon p {
    font-size: 13px;
  }
  div.ccm-page .title-base hr {
    display: none;
  }
  div.ccm-page .header-base {
    height: auto;
    padding-bottom: 35px;
  }
  div.ccm-page .header-base .breadcrumb,
  div.ccm-page .header-bootstrap .breadcrumb {
    text-align: center;
    float: none;
  }
  div.ccm-page .header-bootstrap .vertical-row {
    display: flex;
  }
  div.ccm-page .header-bootstrap .vertical-row > div {
    text-align: left !important;
  }
  div.ccm-page .title-modern h1,
  div.ccm-page .title-modern h2,
  div.ccm-page .title-modern h3 {
    white-space: normal;
  }
  div.ccm-page .title-modern-2 h1,
  div.ccm-page .title-modern-2 h2,
  div.ccm-page .title-modern-2 h3 {
    padding-right: 0;
  }
  div.ccm-page .header-title .container,
  div.ccm-page .header-video .container,
  div.ccm-page .header-animation .container,
  div.ccm-page .header-slider .container {
    margin-top: 0 !important;
    opacity: 1 !important;
  }
  div.ccm-page .header-title,
  div.ccm-page .header-video,
  div.ccm-page .header-animation,
  div.ccm-page .header-slider {
    height: 150px !important;
  }
  div.ccm-page .section-bg-animation {
    height: 100% !important;
  }
  div.ccm-page .porfolio-bar .col-md-2 {
    width: 40%;
    float: left;
  }
  div.ccm-page .porfolio-bar .col-md-8 {
    width: 20%;
    float: left;
  }
  div.ccm-page .icon-box-cell {
    text-align: left;
  }
  div.ccm-page .fixed-area {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
  div.ccm-page .vertical-row {
    display: block !important;
  }
  div.ccm-page .vertical-row > .row {
    display: block !important;
    margin: 0 -15px;
    width: auto;
  }
  div.ccm-page .vertical-row.row {
    display: block !important;
    width: auto;
    margin-bottom: 0 !important;
  }
  div.ccm-page .vertical-row .button-cnt {
    text-align: center !important;
  }
  div.ccm-page .vertical-row > div,
  div.ccm-page .row.vertical-row > div {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  div.ccm-page .vertical-row > div.col-md-8 {
    text-align: left;
  }
  div.ccm-page .proporzional-row .google-map {
    height: 350px;
  }
  div.ccm-page .scroll-hide {
    display: block !important;
    opacity: 1 !important;
  }
  div.ccm-page .tag-row.icon-row span {
    margin: 0;
  }
  div.ccm-page .tag-row.icon-row span:after {
    position: relative;
    top: -3px;
  }
  div.ccm-page .list-items .list-item .row {
    display: flex;
  }
  div.ccm-page .list-items .list-item .col-md-9 {
    width: 75%;
    min-width: 75%;
  }
  div.ccm-page .list-item-img .icon {
    display: none;
  }
  div.ccm-page .list-item-img:after {
    margin-left: 0;
    width: 100%;
  }
  div.ccm-page .list-items.list-items-justified .list-item .col-md-9 {
    width: 100%;
  }
  div.ccm-page .section-item.no-paddings .col-md-12 {
    padding-top: 0;
    padding-bottom: 0;
  }
  div.ccm-page iframe.video-box {
    height: auto !important;
    min-height: 250px;
  }
  div.ccm-page .collapse-box.text-center-xs > .text-left {
    text-align: center !important;
  }
  div.ccm-page .col-md-12 > div > .maso-box.row,
  div.ccm-page .col-md-12 > div > .grid-box.row {
    width: auto !important;
  }
  div.ccm-page .fa-ul.text-center-sm > li {
    display: inline-block;
    margin: 0 20%;
    white-space: nowrap;
  }
  div.ccm-page .ul-dots.text-center-sm,
  div.ccm-page .ul-square.text-center-sm,
  div.ccm-page .ul-decimal.text-center-sm {
    display: inline-block;
  }
  div.ccm-page .ul-dots.text-center-sm li,
  div.ccm-page .ul-square.text-center-sm li,
  div.ccm-page .ul-decimal.text-center-sm li {
    text-align: left !important;
  }
  div.ccm-page hr.space {
    height: 35px;
  }
  div.ccm-page hr.space.xs {
    height: 8px;
  }
  div.ccm-page hr.space.s {
    height: 10px;
  }
  div.ccm-page hr.space.m {
    height: 20px;
  }
  div.ccm-page hr.e {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto;
  }
  div.ccm-page .hidden-sm {
    display: none !important;
  }
  div.ccm-page .latest-post-list .col-md-8 {
    padding-left: 15px;
  }
  div.ccm-page .text-center .icon-box {
    margin-left: 0;
  }
  div.ccm-page .album-title .btn {
    margin: 10px 0;
  }
  div.ccm-page .pagination {
    margin-left: 1px;
  }
  div.ccm-page .pagination > li.first,
  div.ccm-page .pagination > li.last {
    display: none;
  }
  div.ccm-page .pagination > li.prev a {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
  }
  div.ccm-page .pagination > li.next a {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
  }
  div.ccm-page .list-items .list-item .col-md-10 {
    width: 70%;
    float: left;
  }
  div.ccm-page .list-items .list-item .col-md-2 {
    width: 30%;
    float: left;
  }
  div.ccm-page table.table,
  div.ccm-page table.table tbody,
  div.ccm-page table.table thead,
  div.ccm-page table.table tr,
  div.ccm-page table.table td,
  div.ccm-page table.table tr,
  div.ccm-page table.table th {
    display: block;
    width: 100%;
    border-bottom-width: 1px !important;
  }
  div.ccm-page table.table {
    border: none;
  }
  div.ccm-page table.table thead th:first-child {
    border-top: 1px solid #DDD !important;
  }
  div.ccm-page table.table thead th:last-child {
    border-bottom: 2px solid #DDD !important;
  }
  div.ccm-page table.bootgrid-table {
    border: 1px solid #ddd;
  }
  div.ccm-page .actionBar > div {
    margin-bottom: 5px !important;
  }
  div.ccm-page table.bootgrid-table tr > th,
  div.ccm-page table.bootgrid-table tr > td {
    border-top: 0 !important;
  }
  div.ccm-page footer,
  div.ccm-page .footer-left,
  div.ccm-page .footer-right {
    text-align: center;
  }
  div.ccm-page footer hr {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  div.ccm-page .footer-bg {
    height: inherit;
  }
  div.ccm-page footer {
    height: auto !important;
  }
  div.ccm-page .footer-parallax-container {
    margin-bottom: 0 !important;
  }
  div.ccm-page footer .fa-ul > li i {
    margin-left: -25px;
    left: inherit;
  }
  div.ccm-page .footer-parallax {
    position: static;
    opacity: 1 !important;
    padding: 0 !important;
  }
  div.ccm-page .section-map .overlaybox.overlaybox-top {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
  div.ccm-page .col-sm-12 {
    width: 100% !important;
  }
  div.ccm-page [class*="boxed"].col-sm-12,
  div.ccm-page [class*="boxed"].col-md-4.col-sm-12.boxed-inverse,
  div.ccm-page [class*="boxed"].col-sm-12.col-md-4.boxed {
    width: calc(100% - 30px) !important;
  }
  div.ccm-page .proporzional-row,
  div.ccm-page .proporzional-row > .row {
    display: block !important;
  }
  div.ccm-page [class*="col-md-"].boxed-inverse,
  div.ccm-page [class*="col-md-"].boxed,
  div.ccm-page .col-md-6.col-sm-12.boxed-inverse,
  div.ccm-page .col-md-6.col-sm-12.boxed {
    max-width: 100%;
    width: calc(100% - 30px) !important;
    margin: 5px 15px;
  }
  div.ccm-page .col-md-4.boxed-inverse:not([class*="col-sm-"]),
  div.ccm-page .col-md-4.boxed:not([class*="col-sm-"]) {
    width: calc(33.3333% - 30px) !important;
  }
  div.ccm-page .col-md-6.boxed-inverse:not([class*="col-sm-"]),
  div.ccm-page .col-md-6.boxed:not([class*="col-sm-"]) {
    width: calc(50% - 30px) !important;
  }
  div.ccm-page .section-two-blocks .row > div > a.img-box {
    display: block;
  }
  div.ccm-page div:not(.hc_column_cnt) > table th {
    padding: 8px;
  }
  div.ccm-page .icon-list.text-right {
    margin-left: 0;
  }
  div.ccm-page .text-center-sm,
  div.ccm-page .text-center-sm th,
  div.ccm-page .text-center-sm.hc_social_share_buttons_cnt > .text-left,
  div.ccm-page .text-center-sm .hc_social_share_buttons_cnt > .text-left {
    text-align: center !important;
  }
  div.ccm-page .text-left-sm {
    text-align: left !important;
  }
  div.ccm-page .text-right-sm {
    text-align: right !important;
  }
  div.ccm-page .text-center-sm .icon-box {
    margin: 10px auto;
  }
  div.ccm-page .visible-xs,
  div.ccm-page .button-cnt.visible-xs > .btn {
    display: none !important;
  }
  div.ccm-page .visible-sm,
  div.ccm-page .button-cnt.visible-sm > .btn,
  div.ccm-page .hidden-xs {
    display: block !important;
  }
  div.ccm-page .visible-xs.hidden-sm {
    display: none !important;
  }
  div.ccm-page .height-full-sm {
    height: 100% !important;
  }
  div.ccm-page footer .tag-row span,
  div.ccm-page footer .tag-row {
    white-space: normal;
  }
  div.ccm-page .icon-box-top-bottom.text-left.text-center-sm .icon-box-cell {
    text-align: center;
  }
  div.ccm-page .grid-table.grid-table-sm-12 td {
    width: 100%;
  }
  div.ccm-page .no-paddings .hc_pt_grid_list_cnt {
    padding: 0 !important;
  }
}
/*
==============================
MOBILE - EXTRA SMALL SCREENS
==============================
*/
@media (max-width: 767px) {
  div.ccm-page .col-md-6,
  div.ccm-page .col-md-3,
  div.ccm-page .col-md-3:not(.widget),
  div.ccm-page .col-md-4,
  div.ccm-page .col-md-2,
  div.ccm-page .col-md-9,
  div.ccm-page .col-md-8,
  div.ccm-page .col-md-7,
  div.ccm-page .col-md-1,
  div.ccm-page .col-md-5 {
    width: 100%;
    float: none;
  }
  div.ccm-page .col-sm-6,
  div.ccm-page .col-sm-4 {
    width: 100% !important;
    float: none;
  }
  div.ccm-page .grid-table {
    display: block;
  }
  div.ccm-page .grid-table tr,
  div.ccm-page .grid-table tbody,
  div.ccm-page .grid-table td {
    width: 100%;
    float: none;
    border: none !important;
  }
  div.ccm-page .grid-table td {
    width: 50%;
    float: left;
  }
  div.ccm-page .grid-table.grid-table-xs-12 td {
    width: 100%;
  }
  div.ccm-page .fa-ul.text-center-xs > li {
    display: inline-block;
    margin: 0 20%;
    white-space: nowrap;
  }
  div.ccm-page .icon-box-top-bottom.text-left.text-center-xs .icon-box-cell {
    text-align: center;
  }
  div.ccm-page footer [class*="col-md"],
  div.ccm-page .col-md-4 [class*="col-md"] {
    width: 100%;
    float: none;
  }
  div.ccm-page .hidden-xs {
    display: none !important;
  }
  div.ccm-page .visible-xs.hidden-sm {
    display: block !important;
  }
  div.ccm-page .visible-xs {
    display: block !important;
  }
  div.ccm-page .col-xs-12,
  div.ccm-page [class*="col-md-"].boxed-inverse,
  div.ccm-page [class*="col-md-"].boxed,
  div.ccm-page .col-md-6.boxed-inverse:not([class*="col-sm-"]),
  div.ccm-page .col-md-6.boxed:not([class*="col-sm-"]),
  div.ccm-page .col-md-4.boxed-inverse:not([class*="col-sm-"]),
  div.ccm-page .col-md-4.boxed:not([class*="col-sm-"]) {
    width: 100% !important;
    width: calc(100% - 30px) !important;
  }
  div.ccm-page .section-two-blocks {
    height: auto !important;
    overflow: hidden;
  }
  div.ccm-page .section-two-blocks .row {
    width: auto;
  }
  div.ccm-page .section-two-blocks:not(.two-blocks-container) .row > [class*="col-"] {
    padding: 0 15px;
  }
  div.ccm-page .two-blocks-container:not(.two-blocks-container) .row > [class*="col-"] {
    padding: 0 0;
  }
  div.ccm-page .section-two-blocks .content,
  div.ccm-page .section-two-blocks .col-md-5 .content {
    padding: 15px !important;
    width: auto !important;
    margin-bottom: 15px;
  }
  div.ccm-page .title-base.text-left {
    text-align: center !important;
  }
  div.ccm-page .vertical-row > div,
  div.ccm-page .row.vertical-row > div {
    text-align: center;
  }
  div.ccm-page .text-center-xs,
  div.ccm-page .text-center-xs th,
  div.ccm-page .text-center-xs.hc_social_share_buttons_cnt > .text-left,
  div.ccm-page .text-center-xs .hc_social_share_buttons_cnt > .text-left {
    text-align: center !important;
  }
  div.ccm-page .text-left-xs {
    text-align: left !important;
  }
  div.ccm-page .pull-none-xs {
    float: none !important;
  }
  div.ccm-page .no-bg-xs {
    background: none !important;
    background-image: none !important;
  }
  div.ccm-page .height-full-xs {
    height: 100% !important;
  }
  div.ccm-page .icon-list .list-item,
  div.ccm-page .icon-list.text-right .list-item {
    margin: 0 0 10px 0;
    padding-left: 0;
    display: block;
  }
  div.ccm-page .ul-dots.text-center-xs,
  div.ccm-page .ul-square.text-center-xs,
  div.ccm-page .ul-decimal.text-center-xs {
    display: inline-block;
  }
  div.ccm-page .ul-dots.text-center-xs li,
  div.ccm-page .ul-square.text-center-xs li,
  div.ccm-page .ul-decimal.text-center-xs li {
    text-align: left !important;
  }
}
/*
==============================
INTERNET EXPLORER < 10
==============================
*/
html.iex div.ccm-page .side-menu ul ul {
  display: block;
}
html.iex div.ccm-page .side-menu.over ul ul {
  display: none;
}
html.iex div.ccm-page .img-box img {
  margin-top: 0 !important;
}
html.iex div.ccm-page .footer-parallax {
  z-index: 0;
}
/* ### WP: CUSTOM OVERRIDES ### */
div.ccm-page .header-animation .clouds-1 {
  background: rgba(0, 0, 0, 0) url(../images/assets/clouds_1.png) 100px 30px repeat-x;
}
div.ccm-page .header-animation .clouds-2 {
  background: rgba(0, 0, 0, 0) url(../images/assets/clouds_2.png) 200px 220px repeat-x;
}
div.ccm-page .header-animation .fog-1 {
  background: rgba(0, 0, 0, 0) url(../images/assets/fog_1.png) 200px 30px repeat-x;
}
div.ccm-page .header-animation .fog-2 {
  background: rgba(0, 0, 0, 0) url(../images/assets/fog_1.png) 200px 160px repeat-x;
}
div.ccm-page .header-animation .fog-3 {
  background: rgba(0, 0, 0, 0) url(../images/assets/fog_2.png) 0 0 repeat-x;
}
