/*KEYFRAME ANIMATIONS MIXIN*/
body {
  position: relative;
}
* {
  border: 0;
}
#ccm-theme-grid-edit-mode-row-wrapper {
  display: flex;
  -webkit-display: flex;
  /* Safari */
  -moz-display: flex;
  -ms-display: flex;
  width: 100%;
}
div.ccm-panel-content ul.nav,
div.ccm-panel-content menu {
  display: block;
}
div.ccm-page {
  font-family: 'Helvetica', sans-serif;
  background-color: #1f1f1f;
}
div.ccm-page .sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  z-index: 99;
  width: 310px;
  background-color: #111111;
  -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.27);
  color: #ffffff;
  padding-bottom: 2rem;
}
div.ccm-page .sidebar.has-ccm-toolbar {
  margin-top: 48px;
}
div.ccm-page .sidebar.edit-mode {
  position: relative;
  z-index: auto;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  div.ccm-page .sidebar {
    width: 100%;
    position: relative;
    height: auto;
    padding-bottom: 0;
  }
  div.ccm-page .sidebar.has-ccm-toolbar {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  div.ccm-page .sidebar .top-area {
    display: flex;
    -webkit-display: flex;
    /* Safari */
    -moz-display: flex;
    -ms-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
  }
}
div.ccm-page .sidebar .bars-area {
  margin-bottom: 20px;
}
div.ccm-page .sidebar .bars-area a {
  float: right;
  color: #c71e1e;
  padding: 0;
}
@media (max-width: 1200px) {
  div.ccm-page .sidebar .bars-area {
    min-height: 30px;
    margin: 2rem;
  }
}
div.ccm-page .sidebar .logo {
  margin: 40px 2rem;
  color: #ffffff;
}
div.ccm-page .sidebar .logo img {
  margin: 0 auto;
  max-width: 236px;
  max-height: 100px;
}
@media (max-width: 1200px) {
  div.ccm-page .sidebar .logo {
    margin: 1rem 2rem;
    display: flex;
    -webkit-display: flex;
    /* Safari */
    -moz-display: flex;
    -ms-display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
  }
  div.ccm-page .sidebar .logo img {
    max-height: 50px;
  }
}
div.ccm-page .sidebar .sidebar-content {
  margin: 0 2rem 2rem;
  flex-direction: column;
}
div.ccm-page .sidebar .sidebar-content .sidebar-block {
  width: 100%;
  margin: 1rem 0;
  color: #ffffff;
}
div.ccm-page .sidebar .sidebar-content > div:first-child {
  border-top: 1px solid rgba(183, 183, 183, 0.16);
  margin-top: 0;
  padding-top: 2rem;
}
div.ccm-page .sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background-color: #111111;
}
div.ccm-page .sidebar::-webkit-scrollbar {
  width: 10px;
  background-color: #111111;
}
div.ccm-page .sidebar::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #212121;
}
div.ccm-page .main {
  padding: 0 0 0 310px;
  min-height: calc(97vh);
}
@media (max-width: 1200px) {
  div.ccm-page .main {
    padding-left: unset;
  }
}
div.ccm-page .main.edit-mode {
  padding: 0;
}
div.ccm-page .main hr {
  border-top: 1px solid rgba(183, 183, 183, 0.16);
  width: 10rem;
}
div.ccm-page .main hr.text-left {
  display: inline-block;
  margin-top: 0;
}
div.ccm-page .main .btn-primary {
  background-color: #c71e1e;
  border: none;
}
div.ccm-page .main .btn-primary:active,
div.ccm-page .main .btn-primary:focus {
  background-color: #c71e1e !important;
  box-shadow: none !important;
}
div.ccm-page .main .content-block {
  margin-top: 3rem;
}
div.ccm-page .main .ccm-conversation-message-list .ccm-conversation-message-username {
  color: #c71e1e;
}
div.ccm-page .main .header-area {
  position: relative;
}
div.ccm-page .main .header-area div {
  z-index: 3;
}
div.ccm-page .main .header-area .fit-image-bg {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
div.ccm-page .main .header-area .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
div.ccm-page .main .inverted-area {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
div.ccm-page .main .inverted-area .full-image-half {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  div.ccm-page .main .inverted-area .full-image-half {
    display: none;
  }
}
div.ccm-page .main .inverted-area h1,
div.ccm-page .main .inverted-area h2,
div.ccm-page .main .inverted-area h3,
div.ccm-page .main .inverted-area h4,
div.ccm-page .main .inverted-area h5,
div.ccm-page .main .inverted-area h6 {
  font-weight: 500;
}
div.ccm-page .main .inverted-area h1,
div.ccm-page .main .inverted-area h2,
div.ccm-page .main .inverted-area h3,
div.ccm-page .main .inverted-area h4,
div.ccm-page .main .inverted-area h5,
div.ccm-page .main .inverted-area h6,
div.ccm-page .main .inverted-area p,
div.ccm-page .main .inverted-area label,
div.ccm-page .main .inverted-area i,
div.ccm-page .main .inverted-area li,
div.ccm-page .main .inverted-area small {
  color: #1b1b1b;
}
div.ccm-page .main .inverted-area .col-md-6 {
  margin-bottom: 3rem;
}
div.ccm-page .main .inverted-area img {
  width: 100%;
}
div.ccm-page .main .accent-bg-area {
  background-color: #c71e1e;
  color: #ffffff;
}
div.ccm-page .main .accent-bg-area h1,
div.ccm-page .main .accent-bg-area h2,
div.ccm-page .main .accent-bg-area h3,
div.ccm-page .main .accent-bg-area h4,
div.ccm-page .main .accent-bg-area h5,
div.ccm-page .main .accent-bg-area h6 {
  font-weight: 500;
}
div.ccm-page .main .accent-bg-area h1,
div.ccm-page .main .accent-bg-area h2,
div.ccm-page .main .accent-bg-area h3,
div.ccm-page .main .accent-bg-area h4,
div.ccm-page .main .accent-bg-area h5,
div.ccm-page .main .accent-bg-area h6,
div.ccm-page .main .accent-bg-area p,
div.ccm-page .main .accent-bg-area label,
div.ccm-page .main .accent-bg-area i,
div.ccm-page .main .accent-bg-area li,
div.ccm-page .main .accent-bg-area small {
  color: #ffffff;
}
div.ccm-page .main .accent-bg-area img {
  width: 100%;
}
div.ccm-page .main .accent-bg-area ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 0.8;
  /* Firefox */
}
div.ccm-page .main .accent-bg-area :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
div.ccm-page .main .accent-bg-area ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}
div.ccm-page .sidebar {
  color: #ffffff;
  font-weight: 200;
}
div.ccm-page .sidebar small {
  font-weight: bold;
}
div.ccm-page .sidebar p {
  line-height: 150%;
}
div.ccm-page .sidebar hr {
  border-color: rgba(183, 183, 183, 0.16);
}
div.ccm-page .sidebar h1,
div.ccm-page .sidebar h2,
div.ccm-page .sidebar h3,
div.ccm-page .sidebar h4,
div.ccm-page .sidebar h5,
div.ccm-page .sidebar h6 {
  text-transform: uppercase;
  color: #ffffff;
}
div.ccm-page .sidebar h1 {
  font-size: 30px;
}
div.ccm-page .sidebar h2 {
  font-size: 28px;
}
div.ccm-page .sidebar h3 {
  font-size: 26px;
}
div.ccm-page .sidebar h4 {
  font-size: 22px;
}
div.ccm-page .sidebar h5 {
  font-size: 20px;
}
div.ccm-page .sidebar h6 {
  font-size: 18px;
}
div.ccm-page .sidebar blockquote,
div.ccm-page .sidebar label,
div.ccm-page .sidebar li {
  color: #ffffff;
  font-weight: 200;
}
div.ccm-page .sidebar p,
div.ccm-page .sidebar blockquote,
div.ccm-page .sidebar li,
div.ccm-page .sidebar a {
  color: #ffffff;
  font-size: 16px;
  line-height: 190%;
  font-weight: 200;
}
div.ccm-page .sidebar a {
  color: #c71e1e;
  text-decoration: none;
}
div.ccm-page .sidebar blockquote {
  padding-left: 1rem;
  border-left: 2px solid #ffffff;
}
div.ccm-page .sidebar ul,
div.ccm-page .sidebar ol {
  padding-left: 16px;
}
div.ccm-page .sidebar ul li,
div.ccm-page .sidebar ol li {
  padding-left: 10px;
}
div.ccm-page .sidebar pre {
  background-color: #323944;
  color: #ffffff;
  padding: 2rem;
  border-radius: 5px;
  overflow-x: auto;
}
div.ccm-page .main {
  color: #ffffff;
  font-weight: 200;
}
div.ccm-page .main small {
  font-weight: bold;
}
div.ccm-page .main p {
  line-height: 150%;
}
div.ccm-page .main hr {
  border-color: rgba(183, 183, 183, 0.16);
}
div.ccm-page .main h1,
div.ccm-page .main h2,
div.ccm-page .main h3,
div.ccm-page .main h4,
div.ccm-page .main h5,
div.ccm-page .main h6 {
  text-transform: uppercase;
  color: #ffffff;
}
div.ccm-page .main blockquote,
div.ccm-page .main label,
div.ccm-page .main li {
  color: #ffffff;
  font-weight: 200;
}
div.ccm-page .main p,
div.ccm-page .main blockquote,
div.ccm-page .main li,
div.ccm-page .main a {
  color: #ffffff;
  font-size: 16px;
  line-height: 190%;
  font-weight: 200;
}
div.ccm-page .main a {
  color: #c71e1e;
  text-decoration: none;
}
div.ccm-page .main blockquote {
  padding-left: 2rem;
  border-left: 2px solid #ffffff;
}
div.ccm-page .main ul,
div.ccm-page .main ol {
  padding-left: 16px;
}
div.ccm-page .main ul li,
div.ccm-page .main ol li {
  padding-left: 10px;
}
div.ccm-page .main pre {
  background-color: #323944;
  color: #ffffff;
  padding: 2rem;
  border-radius: 5px;
  overflow-x: auto;
}
div.ccm-page .sidebar .fiddlr-sidebar-menu ul {
  list-style-type: none;
}
div.ccm-page .sidebar .fiddlr-sidebar-menu ul li {
  padding: 0;
}
div.ccm-page .sidebar .fiddlr-sidebar-menu ul.nav {
  padding: 0;
}
div.ccm-page .sidebar .fiddlr-sidebar-menu ul.nav li.nav-item a {
  display: inline-block;
  padding-right: 10px;
}
div.ccm-page .sidebar .fiddlr-sidebar-menu ul.nav li.nav-item a:nth-child(2) {
  float: right;
  color: #8b8b8b;
  font-size: 18px;
  padding: 3px 0;
  margin-right: 15px;
  position: absolute;
  right: 30px;
}
div.ccm-page .sidebar .fiddlr-sidebar-menu ul.nav li.nav-item .nav-link {
  color: #8b8b8b;
  text-transform: uppercase;
  font-size: 14px;
  padding: .5rem 2rem;
  position: relative;
}
div.ccm-page .sidebar .fiddlr-sidebar-menu ul.nav li.nav-item .nav-link.active,
div.ccm-page .sidebar .fiddlr-sidebar-menu ul.nav li.nav-item .nav-link:hover {
  color: #ffffff;
}
div.ccm-page .sidebar .fiddlr-sidebar-menu ul.nav li.nav-item .nav-link.active:before {
  content: "• ";
  color: #c71e1e;
  font-size: 35px;
  position: absolute;
  top: 9px;
  left: 1px;
}
div.ccm-page .sidebar .fiddlr-sidebar-menu ul.nav li.nav-item .nav-link.in-path {
  color: #ffffff;
}
div.ccm-page .sidebar .fiddlr-sidebar-menu ul.nav li.nav-item .nav-link i {
  position: absolute;
  right: 0;
  font-size: 20px;
}
div.ccm-page .sidebar .fiddlr-sidebar-menu ul.nav li.nav-item .collapse {
  background-color: #000000;
}
div.ccm-page .fiddlr-faq-card {
  margin: 3rem 0;
}
div.ccm-page .fiddlr-faq-card .card {
  border: 0;
  border-radius: 0;
  margin: 5px 0;
}
div.ccm-page .fiddlr-faq-card .card .card-header {
  border-radius: 0;
  background-color: #c71e1e;
  color: #ffffff;
  line-height: 30px;
}
div.ccm-page .fiddlr-faq-card .card .card-header a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
div.ccm-page .fiddlr-faq-card .card .card-header a[aria-expanded="true"] span {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.ccm-page .fiddlr-faq-card .card .card-header a span {
  float: right;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
div.ccm-page .fiddlr-faq-card .card .collapse .card-body .card-text {
  color: #1b1b1b;
}
div.ccm-page .fiddlr-faq-card .card .collapse .card-body .card-text p,
div.ccm-page .fiddlr-faq-card .card .collapse .card-body .card-text h1,
div.ccm-page .fiddlr-faq-card .card .collapse .card-body .card-text h2,
div.ccm-page .fiddlr-faq-card .card .collapse .card-body .card-text h3,
div.ccm-page .fiddlr-faq-card .card .collapse .card-body .card-text h4,
div.ccm-page .fiddlr-faq-card .card .collapse .card-body .card-text h5,
div.ccm-page .fiddlr-faq-card .card .collapse .card-body .card-text h6,
div.ccm-page .fiddlr-faq-card .card .collapse .card-body .card-text li,
div.ccm-page .fiddlr-faq-card .card .collapse .card-body .card-text i,
div.ccm-page .fiddlr-faq-card .card .collapse .card-body .card-text small {
  color: #1b1b1b;
}
div.ccm-page .sidebar .fiddlr-faq-card {
  width: 100%;
  margin: 1rem 0;
}
div.ccm-page .sidebar .fiddlr-faq-card .card .card-header {
  background-color: #c71e1e;
  color: #1b1b1b;
}
div.ccm-page .sidebar .fiddlr-faq-card .card .card-header a {
  color: #1b1b1b;
}
div.ccm-page .sidebar .fiddlr-faq-card .card .collapse .card-body .card-text {
  color: #1b1b1b;
}
div.ccm-page .sidebar .fiddlr-faq-card .card .collapse .card-body .card-text p,
div.ccm-page .sidebar .fiddlr-faq-card .card .collapse .card-body .card-text h1,
div.ccm-page .sidebar .fiddlr-faq-card .card .collapse .card-body .card-text h2,
div.ccm-page .sidebar .fiddlr-faq-card .card .collapse .card-body .card-text h3,
div.ccm-page .sidebar .fiddlr-faq-card .card .collapse .card-body .card-text h4,
div.ccm-page .sidebar .fiddlr-faq-card .card .collapse .card-body .card-text h5,
div.ccm-page .sidebar .fiddlr-faq-card .card .collapse .card-body .card-text h6,
div.ccm-page .sidebar .fiddlr-faq-card .card .collapse .card-body .card-text li,
div.ccm-page .sidebar .fiddlr-faq-card .card .collapse .card-body .card-text i,
div.ccm-page .sidebar .fiddlr-faq-card .card .collapse .card-body .card-text small {
  color: #1b1b1b;
}
div.ccm-page .accent-bg-area .fiddlr-faq-card .card .card-header {
  border: 1px solid #fff;
}
div.ccm-page .fiddlr-sidebar-image {
  margin: 2rem 0;
}
div.ccm-page .fiddlr-sidebar-image .thumbnail-area {
  position: relative;
}
div.ccm-page .fiddlr-sidebar-image .thumbnail-area:hover .hover-area {
  opacity: 1;
}
div.ccm-page .fiddlr-sidebar-image .thumbnail-area .hover-area {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  background-color: rgba(199, 30, 30, 0.58);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: flex;
  -webkit-display: flex;
  /* Safari */
  -moz-display: flex;
  -ms-display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
div.ccm-page .fiddlr-sidebar-image .thumbnail-area .hover-area a {
  color: #ffffff;
  text-decoration: none;
}
div.ccm-page .fiddlr-sidebar-image .thumbnail-area .hover-area a p {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}
div.ccm-page .fiddlr-sidebar-image .thumbnail-area img {
  width: 100%;
}
div.ccm-page .fiddlr-image {
  margin: 2rem 0;
}
div.ccm-page .fiddlr-image .thumbnail-area {
  position: relative;
}
div.ccm-page .fiddlr-image .thumbnail-area:hover .hover-area {
  opacity: 1;
}
div.ccm-page .fiddlr-image .thumbnail-area .hover-area {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  background-color: rgba(199, 30, 30, 0.58);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: flex;
  -webkit-display: flex;
  /* Safari */
  -moz-display: flex;
  -ms-display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
div.ccm-page .fiddlr-image .thumbnail-area .hover-area p {
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
div.ccm-page .fiddlr-image .thumbnail-area .hover-area p:hover {
  text-decoration: underline;
}
div.ccm-page .fiddlr-image .thumbnail-area .hover-area i {
  color: #ffffff;
  cursor: pointer;
}
div.ccm-page .fiddlr-image .thumbnail-area img {
  width: 100%;
}
div.ccm-page .fiddlr-image .large-version {
  display: none;
  position: fixed;
  z-index: 700;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
div.ccm-page .fiddlr-image .large-version .image-area {
  margin: 20px;
  display: flex;
  -webkit-display: flex;
  /* Safari */
  -moz-display: flex;
  -ms-display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
div.ccm-page .fiddlr-image .large-version .image-area img {
  width: auto;
  max-width: 100%;
}
div.ccm-page .fiddlr-image .large-version .image-area i {
  color: #fff;
  margin: 10px 0;
  cursor: pointer;
}
div.ccm-page .fiddlr-search .input-group {
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  max-width: 236px;
}
div.ccm-page .fiddlr-search .input-group input {
  background-color: transparent;
  border: 0;
  color: #ffffff;
}
div.ccm-page .fiddlr-search .input-group input:focus {
  box-shadow: none;
}
div.ccm-page .fiddlr-search .input-group button {
  background-color: transparent;
  color: #c71e1e;
  border: none;
}
div.ccm-page .fiddlr-search .searchResult p span {
  background-color: #c71e1e !important;
}
div.ccm-page .sidebar .fiddlr-search {
  width: 100%;
  margin: 1rem 0;
  color: #ffffff;
}
div.ccm-page .sidebar .fiddlr-search .input-group {
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  margin: 0;
  max-width: 100%;
}
div.ccm-page .sidebar .fiddlr-search .input-group input {
  color: #ffffff;
}
div.ccm-page .sidebar .fiddlr-search .input-group button {
  color: #c71e1e;
}
div.ccm-page .sidebar .fiddlr-search .searchResult p span {
  background-color: #c71e1e !important;
}
div.ccm-page .accent-bg-area .fiddlr-search .input-group {
  border: 1px solid #ffffff;
}
div.ccm-page .accent-bg-area .fiddlr-search .input-group input {
  color: #ffffff;
}
div.ccm-page .accent-bg-area .fiddlr-search .input-group button {
  color: #ffffff;
}
div.ccm-page .accent-bg-area .fiddlr-search .searchResult p span {
  background-color: #ffffff !important;
}
div.ccm-page .fiddlr-social-block .links-area {
  padding: 9px;
  text-align: center;
  background-color: #c71e1e;
}
div.ccm-page .fiddlr-social-block .links-area a {
  font-size: 15px;
  margin: 0 5px;
}
div.ccm-page .fiddlr-social-block .links-area a i {
  color: #ffffff;
}
div.ccm-page .sidebar .fiddlr-social-block {
  width: 100%;
  margin: 1rem 0;
}
div.ccm-page .sidebar .fiddlr-social-block .links-area {
  background-color: #c71e1e;
}
div.ccm-page .sidebar .fiddlr-social-block .links-area a i {
  color: #ffffff;
}
div.ccm-page .inverted-area .fiddlr-social-block .links-area a i {
  color: #ffffff;
}
div.ccm-page .accent-bg-area .fiddlr-social-block .links-area {
  background-color: #ffffff;
}
div.ccm-page .accent-bg-area .fiddlr-social-block .links-area a i {
  color: #c71e1e;
}
div.ccm-page .fiddlr-social-block-2 .links-area a {
  background-color: #c71e1e;
  font-size: 15px;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
div.ccm-page .fiddlr-social-block-2 .links-area a i {
  color: #ffffff;
  vertical-align: middle;
}
div.ccm-page .fiddlr-social-block-2 .links-area a:hover {
  background-color: #ffffff;
}
div.ccm-page .fiddlr-social-block-2 .links-area a:hover i {
  color: #c71e1e;
}
div.ccm-page .sidebar .fiddlr-social-block-2 {
  width: 100%;
  margin: 1rem 0;
  text-align: center;
}
div.ccm-page .sidebar .fiddlr-social-block-2 .links-area a {
  background-color: #c71e1e;
}
div.ccm-page .sidebar .fiddlr-social-block-2 .links-area a i {
  color: #ffffff;
}
div.ccm-page .sidebar .fiddlr-social-block-2 .links-area a:hover {
  background-color: #ffffff;
}
div.ccm-page .sidebar .fiddlr-social-block-2 .links-area a:hover i {
  color: #c71e1e;
}
div.ccm-page .inverted-area .fiddlr-social-block-2 .links-area a {
  border: 1px solid #c71e1e;
}
div.ccm-page .inverted-area .fiddlr-social-block-2 .links-area a i {
  color: #ffffff;
}
div.ccm-page .inverted-area .fiddlr-social-block-2 .links-area a:hover {
  background-color: #ffffff;
  border: 1px solid #c71e1e;
}
div.ccm-page .inverted-area .fiddlr-social-block-2 .links-area a:hover i {
  color: #c71e1e;
}
div.ccm-page .accent-bg-area .fiddlr-social-block-2 .links-area a {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
div.ccm-page .accent-bg-area .fiddlr-social-block-2 .links-area a i {
  color: #c71e1e;
}
div.ccm-page .accent-bg-area .fiddlr-social-block-2 .links-area a:hover {
  background-color: #c71e1e;
  border: 1px solid #ffffff;
}
div.ccm-page .accent-bg-area .fiddlr-social-block-2 .links-area a:hover i {
  color: #ffffff;
}
div.ccm-page .fiddlr-tags .fiddlr-tags-tag {
  background-color: #c71e1e;
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 11px;
  font-size: 14px;
}
div.ccm-page .sidebar .fiddlr-tags {
  width: 100%;
  margin: 1rem 0;
}
div.ccm-page .sidebar .fiddlr-tags .fiddlr-tags-tag {
  background-color: #c71e1e;
  color: #ffffff;
}
div.ccm-page .accent-bg-area .fiddlr-tags .fiddlr-tags-tag {
  background-color: #ffffff;
  color: #c71e1e;
}
div.ccm-page .fiddlr-testimonial .card {
  width: 100%;
  margin: 2rem 0;
}
div.ccm-page .fiddlr-testimonial .card .card-header {
  text-align: center;
  background-color: #c71e1e;
}
div.ccm-page .fiddlr-testimonial .card .card-header img {
  border-radius: 50%;
  margin: 20px;
  width: 120px;
  height: 120px;
  object-fit: cover;
}
div.ccm-page .fiddlr-testimonial .card .card-body {
  color: #1b1b1b;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid rgba(202, 202, 202, 0.15);
  border-top: 0;
}
div.ccm-page .fiddlr-testimonial .card .card-body .card-text {
  font-size: 15px;
  line-height: 26px;
  margin-top: 20px;
  color: #1b1b1b;
}
div.ccm-page .fiddlr-testimonial .card .card-body .card-title {
  margin: 20px 0 0;
  color: #c71e1e;
}
div.ccm-page .fiddlr-testimonial .card .card-body .company-info {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  color: #1b1b1b;
  font-weight: 600;
}
div.ccm-page .fiddlr-testimonial .card .card-body a {
  color: #1b1b1b;
  text-decoration: none;
}
div.ccm-page .sidebar .fiddlr-testimonial {
  width: 100%;
  margin: 1rem 0;
  background-color: transparent;
}
div.ccm-page .sidebar .fiddlr-testimonial .card {
  margin: 0;
}
div.ccm-page .sidebar .fiddlr-testimonial .card .card-header {
  background-color: #ffffff;
}
div.ccm-page .sidebar .fiddlr-testimonial .card .card-body {
  border: 0;
  color: #1b1b1b;
  background-color: #ffffff;
}
div.ccm-page .sidebar .fiddlr-testimonial .card .card-body .card-text {
  color: #1b1b1b;
}
div.ccm-page .sidebar .fiddlr-testimonial .card .card-body .card-title {
  color: #c71e1e;
}
div.ccm-page .sidebar .fiddlr-testimonial .card .card-body .company-info {
  color: #1b1b1b;
}
div.ccm-page .sidebar .fiddlr-testimonial .card .card-body a {
  color: #1b1b1b;
}
div.ccm-page .fiddlr-breadcrumb .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
div.ccm-page .fiddlr-breadcrumb .breadcrumb li:first-child {
  padding-left: 0;
}
div.ccm-page .fiddlr-breadcrumb .breadcrumb li:first-child i {
  display: none;
}
div.ccm-page .fiddlr-breadcrumb .breadcrumb li.active {
  font-weight: normal;
}
div.ccm-page .fiddlr-breadcrumb .breadcrumb li i {
  margin-right: 10px;
}
div.ccm-page .accent-bg-area .fiddlr-breadcrumb .breadcrumb li a {
  color: #ffffff;
}
div.ccm-page .row .fiddlr-slider.slide {
  margin: 40px 0;
}
div.ccm-page .fiddlr-slider.slide .carousel-inner {
  height: 700px;
}
div.ccm-page .fiddlr-slider.slide .carousel-inner img {
  height: 700px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1200px) {
  div.ccm-page .fiddlr-slider.slide .carousel-inner {
    height: 600px;
  }
  div.ccm-page .fiddlr-slider.slide .carousel-inner img {
    height: 600px;
  }
}
@media (max-width: 991px) {
  div.ccm-page .fiddlr-slider.slide .carousel-inner {
    height: 500px;
  }
  div.ccm-page .fiddlr-slider.slide .carousel-inner img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  div.ccm-page .fiddlr-slider.slide .carousel-inner {
    height: 400px;
  }
  div.ccm-page .fiddlr-slider.slide .carousel-inner img {
    height: 400px;
  }
}
div.ccm-page .fiddlr-slider.slide .carousel-caption {
  display: flex !important;
  -webkit-display: flex !important;
  /* Safari */
  -moz-display: flex !important;
  -ms-display: flex !important;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 6rem 3rem;
  text-align: right;
  position: absolute;
  right: 0;
  left: 50%;
  bottom: 0;
  top: 0;
  color: #ffffff;
}
div.ccm-page .fiddlr-slider.slide .carousel-caption h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 61.05px;
  color: #ffffff;
}
@media (max-width: 991px) {
  div.ccm-page .fiddlr-slider.slide .carousel-caption h1 {
    font-size: 28px;
    line-height: 30px;
  }
}
div.ccm-page .fiddlr-slider.slide .carousel-caption p {
  font-size: 18px;
  font-weight: normal;
  line-height: 34.05px;
  color: #ffffff;
}
@media (max-width: 991px) {
  div.ccm-page .fiddlr-slider.slide .carousel-caption p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  div.ccm-page .fiddlr-slider.slide .carousel-caption {
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
div.ccm-page .fiddlr-slider.slide .carousel-controls {
  position: absolute;
  top: 3rem;
  right: 3rem;
  display: flex;
  -webkit-display: flex;
  /* Safari */
  -moz-display: flex;
  -ms-display: flex;
}
div.ccm-page .fiddlr-slider.slide .carousel-controls .carousel-control-prev,
div.ccm-page .fiddlr-slider.slide .carousel-controls .carousel-control-next {
  position: relative;
  width: 30px;
}
div.ccm-page .fiddlr-slider.slide .carousel-indicators {
  margin: 0;
  right: 3rem;
  left: auto;
  bottom: 3rem;
}
div.ccm-page .fiddlr-slider.slide .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #707070;
}
div.ccm-page .fiddlr-slider.slide .carousel-indicators li.active {
  background-color: #c71e1e;
}
div.ccm-page .fiddlr-feature-big-icons {
  padding: 30px 10px 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
div.ccm-page .fiddlr-feature-big-icons:hover,
div.ccm-page .fiddlr-feature-big-icons:focus {
  background-color: #111111;
}
div.ccm-page .fiddlr-feature-big-icons a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
div.ccm-page .fiddlr-feature-big-icons i {
  font-size: 67px;
  color: #c71e1e;
  margin-bottom: 20px;
}
div.ccm-page .fiddlr-feature-big-icons .title {
  font-size: 27px;
  font-weight: 500;
}
div.ccm-page .fiddlr-feature-big-icons .desc {
  font-size: 14px;
  line-height: 24px;
}
div.ccm-page .inverted-area .fiddlr-feature-big-icons i {
  color: #c71e1e;
}
div.ccm-page .inverted-area .fiddlr-feature-big-icons:hover,
div.ccm-page .inverted-area .fiddlr-feature-big-icons:focus {
  background-color: rgba(17, 17, 17, 0.66);
}
div.ccm-page .inverted-area .fiddlr-feature-big-icons:hover .title,
div.ccm-page .inverted-area .fiddlr-feature-big-icons:focus .title,
div.ccm-page .inverted-area .fiddlr-feature-big-icons:hover .desc,
div.ccm-page .inverted-area .fiddlr-feature-big-icons:focus .desc,
div.ccm-page .inverted-area .fiddlr-feature-big-icons:hover p,
div.ccm-page .inverted-area .fiddlr-feature-big-icons:focus p {
  color: #ffffff;
}
div.ccm-page .fiddlr-feature-big-title {
  text-align: center;
  margin: 3rem 0;
}
div.ccm-page .fiddlr-feature-big-title .title {
  font-size: 80px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  line-height: 80px;
}
div.ccm-page .fiddlr-feature-big-title .desc {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
div.ccm-page .fiddlr-feature-big-title .desc p {
  line-height: normal;
  margin: 0;
}
div.ccm-page .fiddlr-small-icons {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
}
div.ccm-page .fiddlr-small-icons i {
  line-height: 34px;
  min-width: 20px;
}
div.ccm-page .fiddlr-small-icons .media-body {
  margin-left: 6px;
}
div.ccm-page .fiddlr-small-icons .media-body p,
div.ccm-page .fiddlr-small-icons .media-body a {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
}
div.ccm-page .fiddlr-main-pagelist {
  margin: 3rem 0;
}
div.ccm-page .fiddlr-main-pagelist .page-item {
  margin-top: 20px;
  margin-bottom: 20px;
}
div.ccm-page .fiddlr-main-pagelist .page-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
div.ccm-page .fiddlr-main-pagelist .page-item a:hover {
  background-color: #c71e1e;
}
div.ccm-page .fiddlr-main-pagelist .page-item a:hover .top .title-area h5,
div.ccm-page .fiddlr-main-pagelist .page-item a:hover .top .title-area small,
div.ccm-page .fiddlr-main-pagelist .page-item a:hover .bottom p {
  color: #ffffff;
}
div.ccm-page .fiddlr-main-pagelist .page-item a .top {
  display: flex;
  -webkit-display: flex;
  /* Safari */
  -moz-display: flex;
  -ms-display: flex;
  align-items: center;
  -webkit-align-items: center;
}
div.ccm-page .fiddlr-main-pagelist .page-item a .top img {
  flex: 0 0 200px;
  min-width: 50px;
  height: auto;
  width: 100%;
}
div.ccm-page .fiddlr-main-pagelist .page-item a .top .title-area {
  display: flex;
  -webkit-display: flex;
  /* Safari */
  -moz-display: flex;
  -ms-display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  margin-left: 20px;
  color: #ffffff;
}
div.ccm-page .fiddlr-main-pagelist .page-item a .top .title-area h5 {
  font-size: 18px;
  line-height: 31px;
  color: #ffffff;
}
div.ccm-page .fiddlr-main-pagelist .page-item a .top .title-area small {
  color: #ffffff;
}
@media (max-width: 480px) {
  div.ccm-page .fiddlr-main-pagelist .page-item a .top .title-area {
    align-items: center;
    -webkit-align-items: center;
  }
  div.ccm-page .fiddlr-main-pagelist .page-item a .top .title-area h5 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  div.ccm-page .fiddlr-main-pagelist .page-item a .top {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    padding: 20px;
  }
  div.ccm-page .fiddlr-main-pagelist .page-item a .top img {
    margin-bottom: 20px;
    flex: none;
    width: 100%;
  }
  div.ccm-page .fiddlr-main-pagelist .page-item a .top .title-area {
    margin: 0 20px;
  }
}
div.ccm-page .fiddlr-main-pagelist .page-item a .bottom {
  margin: 10px 80px;
  position: relative;
}
div.ccm-page .fiddlr-main-pagelist .page-item a .bottom p {
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
}
div.ccm-page .fiddlr-main-pagelist .page-item a .bottom i {
  color: #ffffff;
  background-color: #111111;
  padding: 15px 20px;
  position: absolute;
  bottom: -16px;
  right: -80px;
}
@media (max-width: 480px) {
  div.ccm-page .fiddlr-main-pagelist .page-item a .bottom {
    margin: 10px 50px 50px;
  }
  div.ccm-page .fiddlr-main-pagelist .page-item a .bottom p {
    text-align: center;
  }
  div.ccm-page .fiddlr-main-pagelist .page-item a .bottom i {
    bottom: -50px;
    right: -50px;
  }
}
div.ccm-page .fiddlr-main-pagelist .ccm-pagination-wrapper {
  text-align: center;
}
div.ccm-page .fiddlr-main-pagelist .ccm-pagination-wrapper .pagination li > span {
  border: none;
  line-height: 190%;
}
div.ccm-page .fiddlr-main-pagelist .ccm-pagination-wrapper .pagination li.active span {
  background-color: #c71e1e;
}
div.ccm-page .fiddlr-main-pagelist .ccm-pagination-wrapper .pagination li a {
  background-color: #ffffff;
  border: none;
}
div.ccm-page .inverted-area .fiddlr-main-pagelist .page-item a .top .title-area h5,
div.ccm-page .inverted-area .fiddlr-main-pagelist .page-item a .top .title-area small,
div.ccm-page .inverted-area .fiddlr-main-pagelist .page-item a .bottom p {
  color: #1b1b1b;
}
div.ccm-page .inverted-area .fiddlr-main-pagelist .page-item a:hover .top .title-area h5,
div.ccm-page .inverted-area .fiddlr-main-pagelist .page-item a:hover .top .title-area small {
  color: #ffffff;
}
div.ccm-page .inverted-area .fiddlr-main-pagelist .page-item a:hover .bottom p {
  color: #ffffff;
}
div.ccm-page .accent-bg-area .fiddlr-main-pagelist .page-item a .top .title-area h5,
div.ccm-page .accent-bg-area .fiddlr-main-pagelist .page-item a .top .title-area small,
div.ccm-page .accent-bg-area .fiddlr-main-pagelist .page-item a .bottom p {
  color: #ffffff;
}
div.ccm-page .accent-bg-area .fiddlr-main-pagelist .page-item a:hover {
  background-color: #383838;
}
div.ccm-page .fiddlr-secondary-pagelist {
  margin: 0 0 3rem;
}
div.ccm-page .fiddlr-secondary-pagelist ul {
  padding-left: 0;
  list-style-type: none;
}
div.ccm-page .fiddlr-secondary-pagelist ul li {
  padding: 0;
}
div.ccm-page .fiddlr-secondary-pagelist ul li a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 300;
  line-height: 34px;
}
div.ccm-page .fiddlr-secondary-pagelist ul li a:hover {
  color: #c71e1e;
}
div.ccm-page .inverted-area .fiddlr-secondary-pagelist ul li a {
  color: #1b1b1b;
}
div.ccm-page .inverted-area .fiddlr-secondary-pagelist ul li a:hover {
  color: #c71e1e;
}
div.ccm-page .accent-bg-area .fiddlr-secondary-pagelist ul li a:hover {
  color: #ffffff;
}
div.ccm-page .fiddlr-single-column-list.left-aligned .page-item-parent .page-item {
  margin: 4rem 0;
}
div.ccm-page .fiddlr-single-column-list .pagelist-title {
  margin-top: 2rem;
}
div.ccm-page .fiddlr-single-column-list .page-item-parent {
  border-bottom: 1px solid #333333;
}
div.ccm-page .fiddlr-single-column-list .page-item-parent:last-child {
  border: none;
}
div.ccm-page .fiddlr-single-column-list .page-item-parent .page-item {
  margin: 4rem;
  display: flex;
  -webkit-display: flex;
  /* Safari */
  -moz-display: flex;
  -ms-display: flex;
}
@media (max-width: 991px) {
  div.ccm-page .fiddlr-single-column-list .page-item-parent .page-item {
    display: block;
    margin: 3rem;
  }
}
@media (max-width: 767px) {
  div.ccm-page .fiddlr-single-column-list .page-item-parent .page-item {
    margin: 2rem;
  }
}
div.ccm-page .fiddlr-single-column-list .page-item-parent .page-item .left {
  -webkit-flex: 0 0 250px;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
}
div.ccm-page .fiddlr-single-column-list .page-item-parent .page-item .left img {
  width: 100%;
}
@media (max-width: 991px) {
  div.ccm-page .fiddlr-single-column-list .page-item-parent .page-item .left {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    text-align: left;
    margin-bottom: 2rem;
  }
  div.ccm-page .fiddlr-single-column-list .page-item-parent .page-item .left img {
    width: auto;
  }
}
@media (max-width: 480px) {
  div.ccm-page .fiddlr-single-column-list .page-item-parent .page-item .left img {
    width: 100%;
  }
}
div.ccm-page .fiddlr-single-column-list .page-item-parent .page-item .right {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  -webkit-display: flex;
  /* Safari */
  -moz-display: flex;
  -ms-display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
div.ccm-page .fiddlr-single-column-list .page-item-parent .page-item .right .title {
  font-weight: bold;
  font-size: 3rem;
}
div.ccm-page .fiddlr-single-column-list .page-item-parent .page-item .right .title:hover {
  color: #c71e1e;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
div.ccm-page .fiddlr-single-column-list .page-item-parent .page-item .right small {
  font-weight: normal;
}
div.ccm-page .fiddlr-single-column-list .page-item-parent .page-item .right .description {
  margin-top: 2rem;
  font-size: 21px;
  line-height: 180%;
}
@media (max-width: 991px) {
  div.ccm-page .fiddlr-single-column-list .page-item-parent .page-item .right {
    padding: 0;
  }
}
@media (max-width: 767px) {
  div.ccm-page .fiddlr-single-column-list .page-item-parent .page-item .right .title {
    font-size: 2rem;
  }
  div.ccm-page .fiddlr-single-column-list .page-item-parent .page-item .right .description {
    font-size: 16px;
    margin-top: 1rem;
  }
}
div.ccm-page .fiddlr-single-column-list .ccm-pagination-wrapper {
  text-align: center;
  border-top: 1px solid #333333;
}
div.ccm-page .fiddlr-single-column-list .ccm-pagination-wrapper .pagination li > span {
  border: none;
  line-height: 190%;
}
div.ccm-page .fiddlr-single-column-list .ccm-pagination-wrapper .pagination li.active span {
  background-color: transparent;
  font-weight: bold;
}
div.ccm-page .fiddlr-single-column-list .ccm-pagination-wrapper .pagination li a {
  background-color: transparent;
  border: none;
}
div.ccm-page .fiddlr-single-column-list .ccm-pagination-wrapper .disabled > span {
  background-color: transparent;
}
div.ccm-page .inverted-area .fiddlr-single-column-list .page-item-parent {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
div.ccm-page .inverted-area .fiddlr-single-column-list .ccm-pagination-wrapper {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
div.ccm-page .accent-bg-area .fiddlr-single-column-list .page-item-parent .page-item .right .title:hover {
  color: #ffffff;
}
div.ccm-page .accent-bg-area .fiddlr-single-column-list .btn {
  background-color: #ffffff !important;
}
div.ccm-page .accent-bg-area .fiddlr-single-column-list .btn a {
  color: #c71e1e;
}
div.ccm-page .accent-bg-area .fiddlr-single-column-list .btn:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
div.ccm-page .accent-bg-area .fiddlr-single-column-list .btn:hover a {
  color: #ffffff !important;
}
div.ccm-page .accent-bg-area .fiddlr-single-column-list .page-item-parent {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
div.ccm-page .accent-bg-area .fiddlr-single-column-list .page-item-parent:last-child {
  border-bottom: none;
}
div.ccm-page .accent-bg-area .fiddlr-single-column-list .ccm-pagination-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
div.ccm-page .accent-bg-area .fiddlr-single-column-list .ccm-pagination-wrapper .pagination li a {
  color: #ffffff;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
div.ccm-page .accent-bg-area .fiddlr-single-column-list .ccm-pagination-wrapper .pagination li a:hover {
  opacity: 1;
}
div.ccm-page .accent-bg-area .fiddlr-single-column-list .ccm-pagination-wrapper .pagination li.active span {
  color: #ffffff;
}
div.ccm-page .fiddlr-form {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
div.ccm-page .fiddlr-form .btn {
  background-color: #c71e1e;
  color: #ffffff;
  text-transform: uppercase;
}
div.ccm-page .fiddlr-form label,
div.ccm-page .fiddlr-form span,
div.ccm-page .fiddlr-form small {
  color: #ffffff;
}
div.ccm-page .fiddlr-form .required-notice {
  float: right;
}
div.ccm-page .accent-bg-area .fiddlr-form .btn {
  background-color: #ffffff !important;
  color: #c71e1e;
}
div.ccm-page .accent-bg-area .fiddlr-form .btn:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
div.ccm-page .accent-bg-area .fiddlr-form .text-muted {
  color: #ffffff !important;
}
div.ccm-page .btn-fiddlr {
  background-color: #ffffff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #ffffff;
  padding: 8px 18px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  color: #c71e1e;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
div.ccm-page .btn-fiddlr:hover,
div.ccm-page .btn-fiddlr:focus {
  background-color: #ededed;
  border: 1px solid #ededed;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
div.ccm-page .btn-fiddlr > a {
  text-decoration: none;
  outline: none;
  color: #c71e1e;
}
div.ccm-page .btn-fiddlr-sm {
  padding: 5px 12px;
  font-size: 12px;
}
div.ccm-page .btn-fiddlr-lg {
  padding: 10px 30px;
  font-size: 18px;
}
div.ccm-page .fiddlr-outline {
  background-color: transparent !important;
  border-color: #c71e1e;
  box-shadow: none;
}
div.ccm-page .fiddlr-outline:hover,
div.ccm-page .fiddlr-outline:focus {
  background-color: #c71e1e !important;
  border: 1px solid #c71e1e !important;
  color: #ffffff !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
div.ccm-page .fiddlr-outline:hover a,
div.ccm-page .fiddlr-outline:focus a {
  color: #ffffff !important;
}
div.ccm-page .fiddlr-primary {
  background-color: #c71e1e !important;
  border-color: #c71e1e;
  box-shadow: none;
  color: #ffffff;
}
div.ccm-page .fiddlr-primary:hover,
div.ccm-page .fiddlr-primary:focus {
  background-color: transparent !important;
  border: 1px solid #c71e1e !important;
  color: #c71e1e !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  /* IE10 is actually unprefixed */
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
div.ccm-page .fiddlr-primary:hover a,
div.ccm-page .fiddlr-primary:focus a {
  color: #c71e1e !important;
}
div.ccm-page .fiddlr-primary a {
  color: #ffffff;
}
div.ccm-page .fiddlr-radius {
  border-radius: 50px;
}
div.ccm-page hr {
  border-top: 1px solid rgba(183, 183, 183, 0.16);
  width: 10rem;
}
div.ccm-page hr.text-left {
  display: inline-block;
  margin-top: 0;
}
div.ccm-page hr.hr-full {
  width: 100%;
}
div.ccm-page .page-banner {
  background-size: cover;
}
div.ccm-page .page-banner img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  div.ccm-page .page-banner img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  div.ccm-page .page-banner img {
    height: 200px;
  }
}
div.ccm-page footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #383838;
}
.cookie-policy {
  position: fixed;
  bottom: 1rem;
  right: 2rem;
  z-index: 400;
  width: 300px;
}
.cookie-policy .card {
  background-color: transparent;
  border: 0;
  border-radius: 10px;
  box-shadow: 4px 4px 11px 5px rgba(0, 0, 0, 0.25);
}
.cookie-policy .card-body {
  border-radius: 10px;
  background-color: #403b3b;
}
.cookie-policy .card-body .card-title {
  color: #ffffff;
  margin: 0;
}
.cookie-policy .card-body .card-text {
  font-size: 14px;
  color: #ffffff;
  line-height: normal;
  margin: 20px 0;
}
.cookie-policy .card-body .more-info {
  background-color: #e2e2e2;
  color: #1b1b1b;
}
.cookie-policy .card-body .accept-btn {
  background-color: #c71e1e;
  color: #ffffff;
}
