/*
@menu-background-color-hover: #161616;
@menu-background-color-hover-light: #262626;
@menu-border-color: #444;
@menu-color: #fff;
@menu-color-hover: #e51937;
@menu-font-family: "filson-soft", Arial, Helvetica, sans-serif;
*/
/*
=======================
  COMMON QUIRKY STUFF
=======================
*/
iframe[name='google_conversion_frame'] {
  float: left;
  font-size: 0 !important;
  height: 0 !important;
  line-height: 0 !important;
  margin-top: -13px;
  width: 0 !important;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
#redactor-dropdown-holder .redactor-dropdown-page_name,
#redactor-dropdown-holder .redactor-dropdown-user_name {
  display: none;
}
@media (max-width: 575px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
/*
==================
  GENERAL STYLES
==================
*/
body {
  background: #fff;
}
img {
  border: 0;
}
iframe {
  border: 0;
}
.ccm-page {
  color: #2c2c2c;
  font-family: "filson-soft", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.ccm-page .styleguide {
  margin: 100px 0;
}
.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5,
.ccm-page h6 {
  color: #ff3333;
  font-family: "priori-sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.ccm-page h1 {
  font-size: 36px;
  margin: 0 0 20px;
}
.ccm-page h2 {
  font-size: 48px;
  margin: 0 0 20px;
}
.ccm-page.page-type-page h2 {
  font-size: 32px;
}
.ccm-page h3 {
  font-size: 26px;
}
.ccm-page h4 {
  border-bottom: 1px solid #a6a6a6;
  font-size: 24px;
  margin: 0 0 30px 0;
  padding: 15px 0;
  text-transform: uppercase;
}
.ccm-page h5 {
  font-family: "filson-soft", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0 0 30px;
}
.ccm-page h6 {
  font-size: 12px;
  margin: 0 0 20px;
}
.ccm-page hr {
  border: 0;
  border-top: 1px solid #b5b5b5;
  margin: 30px 0;
}
.ccm-page .separator {
  height: 40px;
}
.ccm-page a {
  color: #e51937;
}
.ccm-page a:hover {
  color: #ff3333;
  text-decoration: none;
}
.ccm-page a[href^=tel] {
  display: inline-block;
}
.ccm-page a:focus,
.ccm-page a:active {
  outline: none;
  text-decoration: none;
}
.ccm-page .content p {
  font-size: 15px;
  line-height: 1.8em;
  margin: 0 0 30px 0;
}
.ccm-page .content ul,
.ccm-page .content ol {
  padding: 0 0 0 24px;
  margin: 0 0 30px 0;
}
.ccm-page .content ul ul,
.ccm-page .content ul ol,
.ccm-page .content ol ol,
.ccm-page .content ol ul {
  margin: 4px 0;
}
.ccm-page .content ol li,
.ccm-page .content ul li {
  font-size: 15px;
  margin: 0 0 10px 0;
}
.ccm-page .content ul {
  padding: 0 0 0 2px;
}
.ccm-page .content ul li {
  list-style-type: none;
}
.ccm-page .content ul li:before {
  font-family: "FontAwesome";
  color: #ff3333;
  content: "\f111";
  font-size: 6px;
  padding: 0 10px 0 0;
  position: relative;
  top: -2px;
}
.ccm-page .content table {
  margin: 0 0 30px 0;
}
.ccm-page .content table td {
  font-size: 15px;
  padding: 6px 25px 6px 0;
}
.ccm-page .img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.ccm-page img {
  height: auto;
  max-width: 100%;
}
.ccm-page .map {
  font-size: 0;
}
.ccm-page .map iframe {
  pointer-events: none;
  width: 100%;
}
@media (max-width: 991px) {
  .ccm-page h3 {
    font-size: 38px;
    margin: 0 auto 60px auto;
  }
}
@media (max-width: 767px) {
  .ccm-page .content img {
    display: block;
    float: none !important;
    margin: 0 0 15px 0 !important;
    padding: 0;
  }
  .ccm-page h1 {
    font-size: 26px;
    margin: 0 0 15px;
  }
  .ccm-page h2 {
    font-size: 22px;
    margin: 0 0 15px;
  }
  .ccm-page.page-type-page h2 {
    font-size: 22px;
  }
  .ccm-page h3 {
    font-size: 23px;
    margin: 0 0 35px;
  }
  .ccm-page h4 {
    font-size: 18px;
    margin: 0 0 15px 0;
    padding: 8px 0;
  }
  .ccm-page h5 {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .ccm-page h6 {
    font-size: 12px;
    margin: 0 0 15px;
  }
  .ccm-page .content p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 20px 0;
  }
  .ccm-page .content ol li,
  .ccm-page .content ul li {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 12px 0;
  }
  .ccm-page .content table td {
    font-size: 14px;
  }
}
/*
===========
  BUTTONS
===========
*/
.ccm-page .button-special,
.ccm-page .form-actions button,
.ccm-page .formidable input[type="submit"] {
  background: #ff3333;
  border: 2px solid #ff3333;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: "filson-soft", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .7px;
  padding: 8px 17px 7px;
  position: relative;
  transition: background .3s, border .3s, color .3s;
  text-decoration: none;
}
.ccm-page .button-special.black {
  background: #161616;
  border: 2px solid #fff;
  border-radius: 4px;
}
.ccm-page .button-special.white {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #ff3333;
  display: block;
  margin: 0 auto;
  max-width: 490px;
  padding: 10px 17px 9px;
  text-align: center;
}
.ccm-page .form-actions button,
.ccm-page .formidable input[type="submit"] {
  padding: 11px 40px;
}
.ccm-page .button-special a {
  color: #fff;
}
.ccm-page .button-special:hover,
.ccm-page .form-actions button:hover,
.ccm-page .formidable input[type="submit"]:hover {
  border: 2px solid #c00b26;
  background: #c00b26;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.ccm-page .button-special.black:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #161616;
}
.ccm-page .button-special:active,
.ccm-page .form-actions button:active,
.ccm-page .formidable input[type="submit"]:active {
  box-shadow: none;
  text-decoration: none;
  top: 3px;
}
.ccm-page .button-special:focus,
.ccm-page .form-actions button:focus,
.ccm-page .formidable input[type="submit"]:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}
@media (max-width: 767px) {
  .ccm-page .button-special,
  .ccm-page .form-actions button,
  .ccm-page .formidable input[type="submit"] {
    font-size: 13px;
    padding: 7px 14px 5px;
  }
}
/*
===============================
  HEADER AREA SPECIFIC STYLES
===============================
*/
.ccm-page .header-container {
  background: #161616;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
}
.ccm-page .header-container .logo {
  margin: 20px 0 20px 10px;
  position: relative;
  transition: width .3s, height .3s, margin .3s;
}
.ccm-page .header-container.compact .logo {
  margin: 10px 0 10px 10px;
  width: 160px;
}
.ccm-page.is-logged .header-container {
  top: 48px;
}
.ccm-page header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
  -webkit-align-items: center;
}
.ccm-page header .header-item {
  position: relative;
}
.ccm-page header .header-item.hi-logo {
  flex-grow: 1;
}
.ccm-page header .header-item.hi-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-align-items: center;
}
.ccm-page header .header-item.hi-phone {
  margin: 0 20px;
}
@media (max-width: 767px) {
  .ccm-page .header-container {
    position: relative;
  }
  .ccm-page .header-container .logo {
    margin: 15px 10px 15px 5px;
    width: 140px;
  }
  .ccm-page .header-container.hi-phone {
    margin: 0 20px 0 0;
  }
  .ccm-page .header-container.compact .logo {
    margin: 15px 10px 15px 5px;
    width: 140px;
  }
  .ccm-page .header-container.compact .hi-logo {
    /*display: none;*/
    margin: 0 0 33px 0;
  }
  .ccm-page .header-container.compact .hi-phone {
    /*display: none;*/
  }
  .ccm-page .header-container.compact .hi-buttons {
    background: #181818;
    left: 0;
    margin: 0;
    padding: 10px;
    position: fixed;
    top: 0;
    z-index: 10;
  }
  .ccm-page .header-container.compact .section-menu {
    /*display: none;*/
    position: relative;
    z-index: 11;
  }
  .ccm-page.page-type-page .header-container {
    margin: 0;
  }
  .ccm-page header {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
  }
  .ccm-page header .header-item.hi-logo {
    order: 1;
  }
  .ccm-page header .header-item.hi-buttons {
    order: 3;
    width: 100%;
    margin: 0 0 10px 5px;
  }
  .ccm-page header .header-item.hi-phone {
    order: 2;
  }
}
/*
================
  HEADING AREA
================
*/
.ccm-page .heading {
  border-bottom: 1px solid #a6a6a6;
  margin: 190px 0 40px 0;
}
.ccm-page .heading h1 {
  font-size: 58px;
  text-align: center;
  margin: 0 0 60px 0;
}
@media (max-width: 1199px) {
  .ccm-page .heading h1 {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .ccm-page .heading {
    margin: 170px 0 50px;
  }
  .ccm-page .heading h1 {
    font-size: 36px;
    margin: 0 0 40px 0;
  }
}
@media (max-width: 767px) {
  .ccm-page .heading {
    margin: 20px 0;
  }
  .ccm-page .heading h1 {
    font-size: 24px;
    margin: 0 0 15px 0;
  }
}
/*
===================================
  NAVIGATION AREA SPECIFIC STYLES
===================================
*/
.ccm-page .section-menu {
  background: #161616;
  border-bottom: 1px solid #5a5a5a;
  border-top: 1px solid #5a5a5a;
}
.ccm-page .header-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  position: relative;
}
.ccm-page .nav {
  border-left: 1px solid #5a5a5a;
  padding: 0;
}
.ccm-page .cursor-default {
  cursor: default;
}
.ccm-page .nav li {
  display: block;
  float: left;
  line-height: normal;
  list-style-type: none;
  margin: 0;
  position: static;
}
.ccm-page .nav li:hover > ul {
  display: block;
}
.ccm-page .nav li a {
  border-right: 1px solid #5a5a5a;
  color: #ffffff;
  display: block;
  font-family: "filson-soft", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 16px 30px;
  position: relative;
  text-transform: uppercase;
}
.ccm-page .nav > li.nav-dropdown.mega-menu > a:after {
  font-size: 1em;
  content: "\f107";
  font-family: FontAwesome;
  font-weight: 700;
  text-decoration: inherit;
  margin: 0 0 0 10px;
  position: relative;
}
.ccm-page .nav li:hover {
  background: #393939;
}
.ccm-page .nav li a:hover,
.ccm-page .nav li a:focus {
  background: transparent;
  color: #ffffff;
  text-decoration: none;
}
.ccm-page .nav > li > a.selected,
.ccm-page .nav > li > a.nav-path-selected {
  background: #393939;
  color: #ffffff;
}
.menu-toggle-container {
  display: none;
}
.ccm-page #toggle {
  border-bottom: none;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-family: "filson-soft", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  position: relative;
}
.ccm-page #toggle:active,
.ccm-page #toggle:focus {
  text-decoration: none;
}
.ccm-page #toggle span:after,
.ccm-page #toggle span:before {
  content: "";
  left: 0;
  position: absolute;
  top: -5px;
}
.ccm-page #toggle span:after {
  top: 5px;
}
.ccm-page #toggle span {
  display: inline-block;
  position: relative;
  top: -5px;
}
.ccm-page #toggle span,
.ccm-page #toggle span:after,
.ccm-page #toggle span:before {
  backface-visibility: hidden;
  background: #ffffff;
  border-radius: 2px;
  height: 2px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 17px;
}
/* on activation */
.ccm-page #toggle.on span {
  background-color: transparent;
}
.ccm-page #toggle.on span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0;
}
.ccm-page #toggle.on span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 0;
}
/*
=====================================
  SECOND LEVEL SPECIFIC MENU STYLES
=====================================
*/
.ccm-page .nav {
  /* mega menu styles */
}
.ccm-page .nav ul {
  background: #3f3f3f;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.3);
  display: none;
  list-style: none;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  transform: translateX(-1px);
  z-index: 10;
}
.ccm-page .nav ul li {
  border-radius: 0;
  float: none;
  padding: 0;
  position: relative;
  text-align: left;
}
.ccm-page .nav ul li:hover {
  background: transparent;
}
.ccm-page .nav ul li a {
  font-size: 14px;
  font-weight: 400;
  padding: 12px 33px;
  transition: color .3s;
  transform: translate3d(0, 0, 0);
}
.ccm-page .nav ul li a:hover {
  color: #ff3333;
  text-decoration: none;
}
.ccm-page .nav ul li a:hover:after {
  opacity: 1;
  transform: translateX(7px);
}
.ccm-page .nav ul li a:after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f101";
  line-height: 1.2em;
  margin: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .3s, transform .3s;
}
.ccm-page .nav ul li a.path-selected,
.ccm-page .nav ul li a.nav-path-selected {
  border-bottom: none;
}
.ccm-page .nav li.mega-menu ul {
  border-left: none;
  left: 0;
  min-width: 100%;
  padding: 20px 10px 25px;
  transform: none;
}
.ccm-page .nav li.mega-menu ul li {
  float: left;
  margin: 0 20px;
  width: 180px;
}
.ccm-page .nav li.mega-menu ul li a {
  color: #ff3333;
  border-left: none;
  border-right: none;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  padding: 18px 0 3px;
  position: relative;
  transition: color .3s;
  transform: translate3d(0, 0, 0);
}
.ccm-page .nav li.mega-menu ul li a:hover {
  color: #e51937;
  text-decoration: none;
}
.ccm-page .nav li.mega-menu ul li a:hover:after {
  opacity: 1;
  transform: translateX(7px);
}
.ccm-page .nav li.mega-menu ul li a:after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f101";
  line-height: 1.2em;
  margin: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .3s, transform .3s;
}
/*
=====================================
  THIRD LEVEL SPECIFIC MENU STYLES
=====================================
*/
.ccm-page .nav ul ul {
  box-shadow: none;
  display: block;
  list-style: none;
  left: 100%;
  margin: 0;
  min-width: 100%;
  padding: 5px 0;
  position: static;
  top: 0;
  transform: none;
  z-index: 10;
}
.ccm-page .nav ul ul li {
  float: none;
  width: inherit;
}
.ccm-page .nav ul ul li a {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
  padding: 6px 20px 6px 40px;
  text-transform: none;
}
.ccm-page .nav li.mega-menu ul ul {
  box-shadow: none;
  display: block;
  list-style: none;
  left: 100%;
  margin: 12px 0 0 0;
  min-width: 100%;
  padding: 0;
  position: static;
  top: 0;
  z-index: 10;
}
.ccm-page .nav li.mega-menu ul ul li {
  margin: 0;
}
.ccm-page .nav li.mega-menu ul ul li a {
  border-bottom: none;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3em;
  min-height: inherit;
  padding: 10px 0;
  text-transform: none;
  transition: color .3s;
}
.ccm-page .nav li.mega-menu ul ul li a:hover {
  color: #ff3333;
  text-decoration: none;
}
.ccm-page .nav li.mega-menu ul ul li a.icon-package:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f1b3";
  line-height: 1.2em;
  margin: 0 5px 0 0;
}
@media (min-width: 768px) {
  .ccm-page .nav {
    display: block !important;
    z-index: 100;
  }
}
@media (max-width: 1199px) {
  .ccm-page .nav li a {
    padding: 16px 26px;
  }
  /* second level */
  .ccm-page .nav ul li a {
    padding: 10px 19px;
  }
  .ccm-page .nav li.mega-menu ul {
    left: 0px;
  }
  .ccm-page .nav li.mega-menu ul li {
    width: 144px;
  }
  /* third level */
  .ccm-page .nav ul ul li a {
    padding: 6px 6px 6px 42px;
  }
  .ccm-page .nav li.mega-menu ul ul li a {
    padding: 8px 0;
  }
}
@media (max-width: 991px) {
  .ccm-page .nav li a {
    font-size: 12px;
    padding: 16px 16px;
  }
  /* second level */
  .ccm-page .nav ul li a {
    padding: 10px 12px;
  }
  .ccm-page .nav li.mega-menu ul {
    left: 0;
    padding: 15px 10px 25px;
  }
  .ccm-page .nav li.mega-menu ul li {
    margin: 0 10px;
    width: 120px;
  }
  .ccm-page .nav li.mega-menu ul li a {
    font-size: 13px;
    line-height: 1.2em;
  }
  /* third level */
  .ccm-page .nav ul ul li a {
    padding: 6px 6px 6px 42px;
  }
  .ccm-page .nav li.mega-menu ul ul li a {
    font-size: 13px;
    padding: 8px 0;
  }
}
@media (max-width: 767px) {
  .ccm-page .header-menu {
    display: block;
    position: relative;
    top: 1px;
  }
  .ccm-page .menu-container {
    text-align: left;
  }
  .ccm-page .nav.on {
    display: block;
  }
  .menu-toggle-container {
    display: block;
    padding: 10px 0 8px;
  }
  .ccm-page .nav {
    background: #393939;
    border-right: 1px solid #5a5a5a;
    border-bottom: 1px solid #5a5a5a;
    display: none;
    left: 0;
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
    top: 0;
  }
  .ccm-page .nav li {
    border-top: 1px solid #5a5a5a;
    border-radius: 0;
    float: none;
    padding: 0;
  }
  .ccm-page .nav li a {
    display: block;
    border: none;
    padding: 10px 12px;
  }
  .ccm-page .nav li a.selected,
  .ccm-page .nav li a.nav-path-selected {
    border-bottom: none;
  }
  .ccm-page .nav > li.nav-dropdown > a:after,
  .ccm-page .nav > li > a:after {
    color: #fff;
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin: 0 10px 0 0 !important;
    position: absolute !important;
    right: 0;
    top: 10px;
  }
  .ccm-page .nav > li.nav-dropdown > a:after {
    content: "\f107";
  }
  .ccm-page .nav > li:first-child > a {
    border-left: none;
  }
  .ccm-page .nav li:hover a {
    background: inherit;
  }
  .ccm-page .nav li a:hover,
  .ccm-page .nav li a:focus {
    background: inherit;
    color: #ffffff;
  }
  /* SECOND LEVEL */
  .ccm-page .nav ul {
    background: #464646;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    /*display: block;*/
    margin: 0;
    padding: 0;
    position: relative;
    transform: none;
  }
  .ccm-page .nav ul li {
    border-top: none;
    float: none !important;
    width: 100% !important;
  }
  .ccm-page .nav ul li a {
    border-bottom: none;
    display: block;
    font-family: "filson-soft", Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    padding: 10px 12px 10px 12px !important;
    text-overflow: ellipsis;
    width: 100%;
  }
  .ccm-page .nav ul li a.nav-dropdown {
    padding: 10px 12px 6px 12px !important;
  }
  .ccm-page .nav ul li a:hover {
    background: inherit;
  }
  .ccm-page .nav li.mega-menu ul {
    background: #464646;
    border-left: none;
    border-radius: none;
    left: 0;
    min-width: 100%;
    padding: 0;
  }
  .ccm-page .nav li.mega-menu ul li {
    margin: 0;
    padding: 0;
  }
  .ccm-page .nav li.mega-menu ul li a {
    border-bottom: 0;
    color: #fff;
    min-height: inherit;
  }
  /* third level */
  .ccm-page .nav ul ul {
    background: none;
    left: 0;
    margin: 0 0 15px 0;
    position: relative;
  }
  .ccm-page .nav ul ul li a {
    font-size: 13px !important;
    display: inline-block;
    line-height: 1.2em !important;
    overflow: hidden;
    padding: 6px 12px 6px 20px !important;
    text-overflow: ellipsis;
  }
  .ccm-page .nav li.mega-menu ul ul {
    margin: 0;
  }
  /* toggle */
  .ccm-page #toggle {
    margin: 0 auto;
    padding: 0;
  }
}
/*
===============
  BANNER AREA
===============
*/
.ccm-page .slider-container {
  position: relative;
  margin: 110px 0 0 0;
}
.ccm-page .slider-container:after {
  border-style: solid;
  border-width: 7px 8px 0 8px;
  border-color: #ff3333 transparent transparent transparent;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 0;
}
.ccm-page #flexslider {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.ccm-page.is-edit #flexslider {
  height: inherit;
  overflow: inherit;
}
.ccm-page #flexslider .slides {
  margin: 0;
  padding: 0;
  position: relative;
}
.ccm-page #flexslider .slide {
  border-bottom: 5px solid #ff3333;
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.ccm-page #flexslider.loading .slides > li:first-child {
  display: block;
  opacity: 1 !important;
}
.ccm-page.is-edit #flexslider .slide {
  display: block !important;
  height: 70px;
  overflow: hidden;
}
.ccm-page #flexslider .slide img {
  height: auto;
  max-width: inherit;
  width: 100%;
}
.ccm-page #flexslider .slide .text {
  background: #ff3333;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 0;
  color: #fff;
  font-family: "filson-soft", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  left: 50%;
  letter-spacing: 1px;
  padding: 13px 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 2px 1px #bb2525;
  transform: translate(-50%, 0);
  width: 1140px;
}
@media (max-width: 1199px) {
  .ccm-page #flexslider .slide .text {
    font-size: 26px;
    padding: 13px 0;
    width: 970px;
  }
}
@media (max-width: 991px) {
  .ccm-page #flexslider .slide .text {
    font-size: 20px;
    padding: 11px 0;
    width: 750px;
  }
}
@media (max-width: 767px) {
  .ccm-page .slider-container {
    position: relative;
    margin: 0;
  }
  .ccm-page #flexslider .slide .text {
    background: rgba(255, 51, 51, 0.8);
    font-size: 16px;
    letter-spacing: .3px;
    padding: 10px;
    width: 90%;
  }
}
/*
====================
  HOME SECTION TOP
====================
*/
.ccm-page .home-section-top {
  background: url(/application/themes/defaulttheme/images/x-big.png) no-repeat center bottom;
  padding: 100px 0;
}
.ccm-page .home-section-top img.trusted {
  margin: 0 auto 70px auto;
  max-width: 150px;
}
.ccm-page .home-section-top h1 {
  font-size: 60px;
  line-height: 1.05em;
  margin: 0 auto 60px auto;
  max-width: 905px;
  text-align: center;
}
.ccm-page .home-section-top h2 {
  font-size: 60px;
  line-height: 1.05em;
  margin: 0 auto 60px auto;
  text-align: center;
}
.ccm-page .home-section-top p {
  font-size: 16px;
  line-height: 2em;
  margin: 0 auto 30px auto;
  max-width: 990px;
  text-align: center;
}
@media (max-width: 1199px) {
  .ccm-page .home-section-top h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .ccm-page .home-section-top {
    padding: 60px 0 100px;
  }
  .ccm-page .home-section-top img.trusted {
    margin: 0 auto 40px auto;
  }
  .ccm-page .home-section-top h1 {
    font-size: 44px;
    max-width: 700px;
  }
  .ccm-page .home-section-top h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .ccm-page .home-section-top {
    background: url(/application/themes/defaulttheme/images/x-big.png) no-repeat center bottom;
    padding: 30px 0 0;
  }
  .ccm-page .home-section-top img.trusted {
    margin: 0 auto 30px auto;
  }
  .ccm-page .home-section-top h1,
  .ccm-page .home-section-top h2 {
    font-size: 28px;
    margin: 0 auto 30px auto;
  }
}
/*
====================
  HOME SECTION RED
====================
*/
.ccm-page .home-section-red {
  background: #ff3333;
  margin: 0 0 90px 0;
  padding: 0 0 50px 0;
  position: relative;
}
.ccm-page.page-type-marquee .home-section-red {
  margin: 0;
  padding: 0;
}
.ccm-page .home-section-red:after {
  border-style: solid;
  border-width: 7px 8px 0 8px;
  border-color: #ff3333 transparent transparent transparent;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 0;
}
.ccm-page .home-section-red img.lets-talk {
  margin: 0 auto 20px auto;
}
@media (max-width: 991px) {
  .ccm-page .home-section-red {
    margin: 0 0 60px 0;
  }
  .ccm-page.page-type-marquee .home-section-red {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .ccm-page .home-section-red {
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
  }
  .ccm-page.page-type-marquee .home-section-red {
    margin: 0;
  }
}
/*
=======================
  IMAGE BOX CONTAINER
=======================
*/
.ccm-page .image-box-container.default {
  margin: 0 -15px 40px;
}
.ccm-page .image-box-container {
  margin: -50px -15px 40px;
}
.ccm-page.page-type-marquee .image-box-container {
  margin: -50px -15px 0;
}
.ccm-page .image-box-container:after {
  clear: both;
  content: " ";
  display: table;
}
.ccm-page .image-box {
  border-bottom: 5px solid #fff;
  display: block;
  float: left;
  height: 365px;
  margin: 0 15px 30px 15px;
  position: relative;
  width: 360px;
}
.ccm-page .image-box .image-container {
  overflow: hidden;
  position: relative;
}
.ccm-page .image-box .image-container .shadow:before {
  bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: box-shadow 0.3s ease-out;
}
.ccm-page .image-box:hover .image-container .shadow:before {
  -webkit-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.4);
}
.ccm-page .image-box img {
  backface-visibility: hidden;
}
.ccm-page .image-box .title {
  color: #fff;
  font-family: "priori-sans", Arial, Helvetica, sans-serif;
  font-size: 60px;
  font-weight: 700;
  left: 50%;
  line-height: 1em;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 1px #393a3c;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: color .3s;
}
.ccm-page .image-box:hover .title {
  color: #eee;
}
.ccm-page .image-box .arrow {
  background: #fff;
  bottom: 0;
  height: 50px;
  padding: 15px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 55px;
}
.ccm-page .image-box .arrow i {
  color: #ff3333;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .ccm-page .image-box {
    height: 294px;
    width: 293px;
  }
  .ccm-page .image-box .title {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .ccm-page .image-box {
    height: 220px;
    width: 220px;
  }
  .ccm-page .image-box .title {
    font-size: 36px;
  }
  .ccm-page .image-box .arrow {
    height: 40px;
    padding: 14px 0;
    width: 45px;
  }
  .ccm-page .image-box .arrow i {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .ccm-page .image-box-container {
    display: block;
    margin: 15px -15px 20px !important;
    min-height: .01%;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: center;
    white-space: nowrap;
    width: calc(100% + 30px);
  }
  .ccm-page .image-box {
    display: inline-block;
    float: none;
    height: 190px;
    margin: 0 7px 15px 7px;
    width: 190px;
  }
  .ccm-page .image-box:first-child {
    margin: 0 7px 15px 15px;
  }
  .ccm-page .image-box:last-child {
    margin: 0 15px 15px 7px;
  }
  .ccm-page .image-box .title {
    font-size: 32px;
    white-space: normal;
  }
}
/*
=========================================
  CASE STUDIES LIST AND EXHIBITOR PACKS
=========================================
*/
.ccm-page .cs-box-container {
  margin: 0 -15px 40px;
}
.ccm-page .cs-box-container:after {
  clear: both;
  content: " ";
  display: table;
}
.ccm-page .cs-box {
  display: block;
  float: left;
  margin: 0 15px 30px 15px;
  position: relative;
  width: 360px;
}
.ccm-page.is-edit .cs-box {
  float: none;
}
.ccm-page .cs-box .info {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 36%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 36%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 36%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  content: " ";
  height: 100px;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
}
.ccm-page .cs-box .venue,
.ccm-page .cs-box .install {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.ccm-page .cs-box .venue span,
.ccm-page .cs-box .install span {
  font-weight: 400;
}
.ccm-page .cs-box .install {
  margin: 0 0 5px 0;
}
.ccm-page .cs-box .image-container {
  overflow: hidden;
  position: relative;
}
.ccm-page .cs-box .image-container .shadow:before {
  bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: box-shadow 0.3s ease-out;
}
.ccm-page .cs-box:hover .image-container .shadow:before {
  -webkit-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.4);
}
.ccm-page .cs-box img {
  backface-visibility: hidden;
}
.ccm-page .cs-box .title {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-family: "priori-sans", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  left: 50%;
  line-height: 1em;
  padding: 7px;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 1px #393a3c;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: color .3s;
  width: 100%;
}
.ccm-page .cs-box:hover .title {
  color: #eee;
}
.ccm-page .cs-box .arrow {
  background: rgba(255, 51, 51, 0.9);
  bottom: 0;
  display: none;
  height: 55px;
  padding: 15px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 55px;
}
.ccm-page .cs-box.exhibitor-pack .arrow {
  background: rgba(55, 98, 213, 0.9);
}
.ccm-page .cs-box .arrow i {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1199px) {
  .ccm-page .cs-box {
    width: 293px;
  }
  .ccm-page .cs-box .title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .ccm-page .cs-box {
    width: 220px;
  }
  .ccm-page .cs-box .venue,
  .ccm-page .cs-box .install {
    font-size: 12px;
  }
  .ccm-page .cs-box .title {
    font-size: 18px;
  }
  .ccm-page .cs-box .arrow {
    height: 45px;
    padding: 14px 0;
    width: 45px;
  }
  .ccm-page .cs-box .arrow i {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .ccm-page .cs-box-container {
    display: block;
    margin: 15px -15px 0;
    min-height: .01%;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: center;
    white-space: nowrap;
    width: calc(100% + 30px);
  }
  .ccm-page .cs-box {
    display: inline-block;
    float: none;
    height: 190px;
    margin: 0 7px 15px 7px;
    text-align: left;
    width: 190px;
    white-space: normal;
  }
  .ccm-page .cs-box:first-child {
    margin: 0 7px 15px 15px;
  }
  .ccm-page .cs-box:last-child {
    margin: 0 15px 15px 7px;
  }
  .ccm-page .cs-box .title {
    font-size: 18px;
  }
  .ccm-page .cs-box .venue,
  .ccm-page .cs-box .install {
    font-size: 12px;
  }
}
/*
======================
  CATEGORY LIST
======================
*/
.ccm-page .category-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin: 0 -15px 100px;
}
.ccm-page .category-box-item {
  display: block;
  margin: 10px 15px 30px 15px;
  text-decoration: none;
  width: 260px;
}
.ccm-page .category-box-item .image-container {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #a6a6a6;
  display: table-cell;
  height: 260px;
  position: relative;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s;
  vertical-align: middle;
  width: 260px;
}
.ccm-page .category-box-item .image-container img {
  max-height: 100%;
}
.ccm-page .category-box-item:hover .image-container {
  border: 1px solid #a6a6a6;
  box-shadow: 0 0 22px -6px #b5b5b5;
}
.ccm-page .category-box-item .show-more {
  bottom: 0;
  color: #a6a6a6;
  left: 50%;
  opacity: 0;
  position: absolute;
  transition: opacity .2s;
  transform: translateX(-50%);
  width: 100%;
}
.ccm-page .category-box-item:hover .show-more {
  opacity: 1;
}
.ccm-page .category-box-item .name {
  color: #ff3333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
  margin: 10px 0;
}
@media (max-width: 1199px) {
  .ccm-page .category-box-item {
    width: 210px;
  }
  .ccm-page .category-box-item .image-container {
    height: 210px;
    width: 210px;
  }
  .ccm-page .category-box-item .name {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .ccm-page .category-box-item {
    width: 155px;
  }
  .ccm-page .category-box-item .image-container {
    height: 155px;
    width: 155px;
  }
  .ccm-page .category-box-item .name {
    font-size: 14px;
    margin: 10px 0 5px;
  }
}
@media (max-width: 767px) {
  .ccm-page .category-box-item {
    width: calc(33.3333% - 30px);
  }
  .ccm-page .category-box-item .image-container {
    /*height: 180px;
    width: 100%;*/
  }
}
@media (max-width: 400px) {
  .ccm-page .category-box {
    margin: 0 -10px 100px;
  }
  .ccm-page .category-box {
    margin: 0 -10px 30px;
  }
  .ccm-page .category-box-item {
    margin: 10px 10px 30px 10px;
    width: calc(50% - 20px);
  }
  .ccm-page .category-box-item .image-container {
    height: 150px;
    width: 150px;
  }
}
/*
======================
  HOME SECTION WHITE
======================
*/
.ccm-page .home-section-white h3 {
  color: #2c2c2c;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0 auto 90px auto;
  max-width: 895px;
}
@media (max-width: 767px) {
  .ccm-page .home-section-white h3 {
    font-size: 23px;
    margin: 0 0 35px;
  }
}
/*
================
  NEWSLETTER
================
*/
.ccm-page .newsletter {
  text-align: center;
  margin: 0 0 100px 0;
}
.ccm-page .newsletter .form-container {
  background: #161616;
  border-radius: 3px;
  margin: 20px 0 0;
  padding: 20px 30px 30px;
  position: relative;
  text-align: left;
}
.ccm-page .newsletter .form-container p {
  color: #fff;
  font-family: "priori-sans", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.ccm-page .newsletter .form-container .md-field-group {
  background: #282828;
  border-bottom: 1px solid #737373;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: inline-block;
  padding: 7px 3px 7px 7px;
}
.ccm-page .newsletter .form-container input[type="email"]:-moz-placeholder {
  color: #767676 !important;
  font-size: 18px;
  font-weight: 400;
}
.ccm-page .newsletter .form-container input[type="email"]::-moz-placeholder {
  color: #767676 !important;
  font-size: 18px;
  font-weight: 400;
}
.ccm-page .newsletter .form-container input[type="email"]:-ms-input-placeholder {
  color: #767676 !important;
  font-size: 18px;
  font-weight: 400;
}
.ccm-page .newsletter .form-container input[type="email"]::-webkit-input-placeholder {
  color: #767676 !important;
  opacity: 1 !important;
  font-size: 18px;
  font-weight: 400;
}
.ccm-page .newsletter .form-container input[type="email"] {
  -webkit-appearance: none;
  background: #282828;
  border: none;
  color: #fff;
  font-family: "filson-soft", Arial, Helvetica, sans-serif;
  font-size: 18px;
  outline: none;
  padding: 9px 18px;
  vertical-align: middle;
  width: 450px;
}
.ccm-page .newsletter .form-container input[type="submit"] {
  background: #ff3333;
  border: none;
  border-radius: 4px;
  color: #fff;
  left: -5px;
  padding: 11px 27px 12px;
  position: relative;
  top: 0;
  transition: background .3s;
}
.ccm-page .newsletter .form-container input[type="submit"]:hover {
  background: #c00b26;
}
.ccm-page .newsletter .form-container #mce-responses .response {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: italic;
  line-height: 1.4em;
  margin: 15px 0 0 0;
  max-width: 641px;
  padding: 8px 10px;
  text-shadow: 0 1px 1px #fff;
}
.ccm-page .newsletter .form-container #mce-error-response {
  background: -moz-linear-gradient(top, #fef6f6, #fcf0f0);
  background: -webkit-gradient(top, #fef6f6, #fcf0f0);
  background: -webkit-linear-gradient(top, #fef6f6, #fcf0f0);
  background-color: #fcf0f0;
  border: 1px solid #e2d0d0;
  color: #981212;
}
.ccm-page .newsletter .form-container #mce-success-response {
  background: -moz-linear-gradient(top, #effbf2, #def7e3);
  background: -webkit-gradient(top, #effbf2, #def7e3);
  background: -webkit-linear-gradient(top, #effbf2, #def7e3);
  background-color: #def7e3;
  border: 1px solid #bfe6c7;
  color: #18741c;
}
.ccm-page .newsletter .form-container img {
  margin-left: 30px;
  position: absolute;
  right: 27px;
  top: 44%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1199px) {
  .ccm-page .newsletter .form-container p {
    font-size: 34px;
    margin: 0 0 20px 0;
  }
  .ccm-page .newsletter .form-container img {
    right: -8px;
  }
}
@media (max-width: 991px) {
  .ccm-page .newsletter .form-container p {
    font-size: 24px;
  }
  .ccm-page .newsletter .form-container {
    margin: 50px 0 0;
  }
  .ccm-page .newsletter .form-container input[type="email"]:-moz-placeholder {
    font-size: 14px;
  }
  .ccm-page .newsletter .form-container input[type="email"]::-moz-placeholder {
    font-size: 14px;
  }
  .ccm-page .newsletter .form-container input[type="email"]:-ms-input-placeholder {
    font-size: 14px;
  }
  .ccm-page .newsletter .form-container input[type="email"]::-webkit-input-placeholder {
    font-size: 14px;
  }
  .ccm-page .newsletter .form-container input[type="email"] {
    font-size: 14px;
    padding: 3px 18px;
    vertical-align: inherit;
    width: 336px;
  }
  .ccm-page .newsletter .form-container input[type="submit"] {
    padding: 6px 12px;
  }
  .ccm-page .newsletter .form-container img {
    max-width: 230px;
    right: -11px;
    top: 50%;
  }
  .ccm-page .newsletter .form-container #mce-responses .response {
    max-width: 336px;
  }
}
@media (max-width: 767px) {
  .ccm-page .newsletter {
    margin: 0 0 30px 0;
  }
  .ccm-page .newsletter .form-container p {
    font-size: 20px;
    line-height: 1.1em;
    max-width: 176px;
  }
  .ccm-page .newsletter .form-container .md-field-group {
    background: none;
    border-bottom: none;
    border-top-left-radius: none;
    border-top-right-radius: none;
    display: block;
    padding: 0;
  }
  .ccm-page .newsletter .form-container {
    margin: 20px 0 0;
    padding: 15px;
  }
  .ccm-page .newsletter .form-container input[type="email"] {
    padding: 9px 12px;
    width: 100%;
  }
  .ccm-page .newsletter .form-container input[type="submit"] {
    display: block;
    left: 0;
    margin: 15px 0 0 auto;
    padding: 8px 12px 6px;
    top: 0;
  }
  .ccm-page .newsletter .form-container img {
    max-width: 140px;
    top: 15%;
  }
}
/*
==========================
  SOLUTION BOX CONTAINER
==========================
*/
.ccm-page .solution-box {
  display: block;
  margin: 0 0 30px 0;
  position: relative;
}
.ccm-page .solution-box .image-container {
  overflow: hidden;
  position: relative;
}
.ccm-page .solution-box .image-container .shadow:before {
  bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: box-shadow 0.3s ease-out;
}
.ccm-page .solution-box:hover .image-container .shadow:before {
  -webkit-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.4);
}
.ccm-page .solution-box img {
  backface-visibility: hidden;
  max-width: inherit;
  width: 100%;
}
.ccm-page .solution-box .arrow {
  background: #ff3333;
  border-top-left-radius: 4px;
  bottom: 0;
  height: 50px;
  padding: 15px 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: background .3s;
  width: 55px;
}
.ccm-page .solution-box .arrow i {
  color: #fff;
  font-size: 24px;
  margin: 0 0 0 2px;
}
.ccm-page .solution-box:hover .arrow {
  background: #c00b26;
}
.ccm-page .solution-box .text {
  background: #ff3333;
  padding: 25px 40px;
  transition: background .3s;
}
.ccm-page .solution-box:hover .text {
  background: #c00b26;
}
.ccm-page .solution-box .text h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.ccm-page .solution-box .text p {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7em;
  margin: 0;
}
@media (max-width: 991px) {
  .ccm-page .solution-box .arrow {
    height: 40px;
    padding: 14px 0;
    width: 45px;
  }
  .ccm-page .solution-box .arrow i {
    font-size: 18px;
  }
  .ccm-page .solution-box .text h3 {
    font-size: 32px;
  }
  .ccm-page .solution-box .text p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .ccm-page .solution-box {
    margin: 0 0 15px 0;
  }
  .ccm-page .solution-box .text {
    padding: 20px 25px;
  }
  .ccm-page .solution-box .text h3 {
    font-size: 26px;
    margin: 0 0 15px 0;
  }
  .ccm-page .solution-box .text p {
    font-size: 14px;
  }
}
/*
=============
  NEWS LIST
=============
*/
.news-list hr {
  border-top: 1px solid #d5d5cf;
  margin: 30px 0;
}
.ccm-page .item-news:after {
  clear: both;
  content: " ";
  display: table;
}
.ccm-page .item-news .image-container {
  display: block;
  float: right;
  margin: 0 0 0 50px;
  position: relative;
  width: 360px;
}
.ccm-page .item-news .image-container:before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  content: " ";
  height: 70px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
.ccm-page .item-news .image-container .read-more {
  background: #ff3333;
  bottom: 0;
  color: #fff;
  height: 54px;
  opacity: .95;
  position: absolute;
  right: 0;
  text-align: center;
  transition: background .3s;
  width: 54px;
}
.ccm-page .item-news .image-container .read-more i {
  font-size: 17px;
  position: relative;
  top: 17px;
}
.ccm-page .item-news .news-info {
  flex: 1 1 350px;
  margin: 0 80px 0 0;
}
.ccm-page .item-news .news-info h3 {
  font-size: 28px;
  margin: 0 0 30px 0;
}
.ccm-page .item-news .image-container:hover .read-more {
  background: #c00b26;
}
.ccm-page .item-news .news-info p {
  color: #54534a;
  font-size: 16px;
  margin: 0 0 30px 0;
}
.ccm-page .item-news .news-info p.author-date {
  color: #828282;
  font-size: 15px;
  margin: 0 0 10px 0;
}
.ccm-page .item-news .news-info p.read-more-link {
  margin: 0;
}
@media (max-width: 991px) {
  .ccm-page .item-news .news-info {
    margin: 0 40px 0 0;
  }
  .ccm-page .item-news .image-container {
    width: 200px;
  }
  .ccm-page .item-news .image-container .read-more {
    height: 40px;
    width: 40px;
  }
  .ccm-page .item-news .image-container .read-more i {
    font-size: 14px;
    top: 10px;
  }
  .ccm-page .item-news .news-info h3 {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .ccm-page .item-news .news-info p {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .ccm-page .item-news .image-container {
    float: none;
    margin: 0 0 15px 0;
  }
  .ccm-page .item-news .news-info {
    margin: 15px 0 0 0;
  }
  .news-list hr {
    border-top: 1px solid #d5d5cf;
    margin: 30px -15px;
  }
  .ccm-page .item-news .news-info p {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
  .ccm-page .item-news .news-info p.author-date {
    font-size: 14px;
  }
}
/*
=================
  PREVIOUS NEXT
=================
*/
.ccm-block-next-previous-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  margin: 0 0 30px 0;
}
.ccm-block-next-previous-previous-link,
.ccm-block-next-previous-parent-link,
.ccm-block-next-previous-next-link {
  flex: 1 1 100px;
  font-size: 17px;
  position: relative;
  width: 50%;
}
.ccm-block-next-previous-previous-link {
  margin: 0 30px 0 0;
  padding: 0 0 0 15px;
}
.ccm-block-next-previous-previous-link:before {
  content: "«";
  left: 0;
  position: absolute;
  top: 0;
}
.ccm-block-next-previous-next-link {
  margin: 0 0 0 30px;
  padding: 0 15px 0 0;
  text-align: right;
}
.ccm-block-next-previous-next-link:after {
  content: "»";
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .ccm-block-next-previous-previous-link,
  .ccm-block-next-previous-parent-link,
  .ccm-block-next-previous-next-link {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .ccm-block-next-previous-previous-link,
  .ccm-block-next-previous-parent-link,
  .ccm-block-next-previous-next-link {
    font-size: 14px;
    width: 100%;
  }
}
/*
================
  CONTACT INFO
================
*/
.ccm-page .contact-info .items {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  margin: 40px auto 0;
  width: 720px;
}
.ccm-page .contact-info .item {
  color: #161616;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .5px;
  line-height: 1.7em;
  margin: 0 0 70px;
  position: relative;
  width: 200px;
}
.ccm-page .contact-info .item h4 {
  border-bottom: 1px solid #ff3333;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin: 0 0 15px;
  padding: 0 0 15px;
  position: relative;
  text-transform: uppercase;
}
.ccm-page .contact-info .item a {
  color: #2c2c2c;
}
.ccm-page .contact-info .item a:hover {
  color: #ff3333;
}
@media (max-width: 991px) {
  .ccm-page .contact-info .item {
    margin: 0 0 40px 0;
  }
}
@media (max-width: 767px) {
  .ccm-page .contact-info .items {
    display: block;
    margin: 20px auto 0;
    width: 100%;
  }
  .ccm-page .contact-info .item {
    font-size: 14px;
    margin: 0 0 30px 0;
    max-width: 100%;
  }
}
/*
=======================
  CONTACT INFO HEADER
=======================
*/
.ccm-page .contact-info-header .items {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
}
.ccm-page .contact-info-header .items .item {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 1.7em;
  position: relative;
}
.ccm-page .contact-info-header .items .item:before {
  color: #e51937;
  content: "\f095";
  font-family: FontAwesome;
  font-size: 21px;
  margin: 0 2px 0 0;
  position: relative;
  top: 2px;
}
.ccm-page .contact-info-header .items .item a {
  color: #fff;
  transition: color .3s;
}
.ccm-page .contact-info-header .items .item a:hover {
  color: #ff3333;
}
@media (max-width: 991px) {
  .ccm-page .contact-info-header .items .item {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .ccm-page .contact-info-header .items .item {
    font-size: 14px;
    max-width: 100%;
  }
}
/*
=======================
  CONTACT INFO COLUMN
=======================
*/
.ccm-page .contact-info.contact-column {
  display: block;
  margin: 0;
}
.ccm-page .contact-info.contact-column .item {
  font-size: 15px;
  margin: 20px 0 0 25px;
  position: relative;
}
.ccm-page .contact-info.contact-column .item:before {
  border: none;
  border-radius: none;
  color: #2c2c2c;
  display: block;
  font-family: FontAwesome;
  font-size: 15px;
  font-weight: 400;
  height: inherit;
  left: -25px;
  line-height: inherit;
  margin: 0 15px 0 0;
  padding: 0;
  position: absolute;
  width: inherit;
}
.ccm-page .contact-info.contact-column .item a {
  color: #2c2c2c;
}
.ccm-page .contact-info.contact-column .item a:hover {
  color: #ff3333;
}
.ccm-page .contact-info.contact-column .item.contact-address:before,
.ccm-page .contact-info.contact-column .item.contact-email:before,
.ccm-page .contact-info.contact-column .item.contact-phone:before {
  line-height: inherit;
  padding: 0;
}
/*
=======================
  CONTACT INFO HEADER
=======================
*/
.ccm-page header .contact-info .item {
  font-size: 24px;
}
.ccm-page header .contact-info .item.contact-phone:before,
.ccm-page header .contact-info .item.contact-email:before,
.ccm-page header .contact-info .item.contact-address:before {
  color: #fcca54;
  font-size: 24px;
  left: 0;
  margin: 0 10px 0 0;
  position: relative;
  top: 1px;
}
.ccm-page header .contact-info .item a {
  color: #fff;
}
.ccm-page header .contact-info .item a:hover {
  color: #fcca54;
}
@media (max-width: 767px) {
  .ccm-page header .contact-info .item {
    font-size: 16px;
  }
  .ccm-page header .contact-info .item.contact-phone:before,
  .ccm-page header .contact-info .item.contact-email:before,
  .ccm-page header .contact-info .item.contact-address:before {
    font-size: 16px;
  }
}
/*
=====================
  GALLERY STYLES
=====================
*/
.ccm-page .vivid-thumb-gallery {
  margin: 0 0 30px 0;
}
.ccm-page .vivid-thumb-gallery .thumb-item {
  padding: 0 !important;
  text-align: center;
}
.ccm-page .vivid-thumb-gallery .thumb-item a {
  display: block;
  margin: 15px;
}
.ccm-page .vivid-thumb-gallery .thumb-item img {
  border: 1px solid #eee;
  display: inline-block;
  padding: 4px;
  transition: border .3s;
}
.ccm-page .vivid-thumb-gallery .thumb-item img:hover {
  border-color: #5d99e2;
}
@media (max-width: 767px) {
  .ccm-page .vivid-thumb-gallery .thumb-item a {
    margin: 5px;
  }
}
/*
=====================
  FORMIDABLE STYLES
=====================
*/
.ccm-page .formidable {
  margin: 0 auto 40px auto;
}
.ccm-page .formidable h3 {
  color: #ff3333;
  font-family: "priori-sans", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin: 40px 0 20px 0;
  max-width: 100%;
  text-align: center;
}
.ccm-page .formidable .row {
  margin-left: -5px;
  margin-right: -5px;
}
.ccm-page .formidable [class*="col-sm"] {
  padding-left: 5px;
  padding-right: 5px;
}
.formidable .form-group {
  margin: 0 -5px 0 -5px;
}
.ccm-page :-moz-placeholder {
  color: #767676 !important;
  font-size: 15px;
  font-weight: 300;
}
.ccm-page ::-moz-placeholder {
  color: #767676 !important;
  font-size: 15px;
  font-weight: 300;
}
.ccm-page :-ms-input-placeholder {
  color: #767676 !important;
  font-size: 15px;
  font-weight: 300;
}
.ccm-page ::-webkit-input-placeholder {
  color: #767676 !important;
  opacity: 1 !important;
  font-size: 15px;
  font-weight: 300;
}
.ccm-page .formidable textarea,
.ccm-page .formidable input[type=text],
.ccm-page .formidable input[type=email] {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #a6a6a6;
  border-radius: 0;
  box-shadow: none;
  color: #282828;
  font-size: 16px;
  font-weight: 400;
  height: inherit;
  outline: none;
  padding: 15px 13px;
}
.ccm-page .formidable select {
  background: #fff;
  border: 1px solid #a6a6a6;
  border-radius: 0;
  box-shadow: none;
  color: #282828;
  font-size: 16px;
  font-weight: 400;
  height: inherit;
  outline: none;
  padding: 14px 13px 15px;
  margin: 5px 0;
}
.ccm-page .formidable textarea {
  height: 180px;
  margin: 5px 0;
}
.ccm-page .formidable .form-control:focus {
  border-color: #333;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ccm-page .formidable .captcha_holder {
  display: block;
  margin: 5px 0 0 0;
  text-align: center;
}
.ccm-page .formidable .captcha_input {
  display: inline-block;
}
.ccm-page .formidable #ff_buttons {
  text-align: center;
}
@media (max-width: 767px) {
  .formidable textarea,
  .formidable input[type=text],
  .formidable input[type=email] {
    padding: 11px 12px;
  }
  .formidable .form-group {
    margin-bottom: 5px;
  }
}
/*
===============================
  CALL TO ACTION
===============================
*/
.ccm-page .cta {
  margin: 0 0 60px 0;
  text-align: center;
}
.ccm-page .cta .text-top {
  color: #ff3333;
  font-size: 16px;
  font-weight: 700;
}
.ccm-page .cta .text-bottom {
  color: #fff;
  font-size: 30px;
}
.ccm-page .cta .text-bottom i {
  color: #ff3333;
}
.ccm-page .cta .text-bottom a {
  color: #fff;
  font-weight: 700;
  transition: text-shadow 0.3s;
}
.ccm-page .cta .text-bottom a:hover {
  text-shadow: 0 0 6px #c00b26, 0 0 15px #c00b26;
}
.ccm-page .cta hr {
  border-color: #4b4b4b;
  margin: 10px 0 15px;
}
@media (max-width: 991px) {
  .ccm-page .cta .text-bottom {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .ccm-page .cta {
    margin: 0 0 30px 0;
  }
  .ccm-page .cta .text-top {
    font-size: 13px;
  }
  .ccm-page .cta .text-bottom {
    font-size: 15px;
  }
}
/*
===============================
  CALL TO ACTION RED
===============================
*/
.ccm-page .cta-red {
  background: #ff3333;
  color: #fff;
  padding: 60px 0 55px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.ccm-page .cta-red:after {
  border-color: #ff3333 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  bottom: -7px;
  content: " ";
  height: 0;
  left: 50%;
  position: absolute;
  margin: 0 0 0 -7px;
  width: 0;
}
.ccm-page .cta-red .text-top {
  border-bottom: 1px solid #ff7a7a;
  color: #fff;
  font-family: "brothers", Georgia, serif;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0 auto 10px;
  max-width: 490px;
  padding: 0 0 20px 0;
}
.ccm-page .cta-red .text-middle {
  border-bottom: 1px solid #ff7a7a;
  font-family: "balboa-plus-fill", sans-serif;
  font-size: 48px;
  letter-spacing: 2px;
  line-height: 1em;
  margin: 0 auto 20px;
  max-width: 490px;
  padding: 0 0 10px 0;
}
.ccm-page .cta-red .page-link {
  background: #fff;
  border-radius: 3px;
  color: #ff3333;
  display: block;
  font-family: "filson-soft", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  margin: 0 auto;
  max-width: 490px;
  padding: 10px 0 8px;
  text-decoration: none;
  transition: box-shadow 0.3s;
}
.ccm-page .cta-red .page-link i {
  position: relative;
  top: -1px;
}
.ccm-page .cta-red .page-link:hover {
  box-shadow: 0 0 12px 2px #840000;
}
@media (max-width: 767px) {
  .ccm-page .cta-red {
    padding: 30px 15px 25px;
  }
}
/*
===============================
  FOOTER AREA SPECIFIC STYLES
===============================
*/
.ccm-page .footer {
  background: #282828;
  padding: 50px 0 0;
}
.ccm-page .footer-section-pattern {
  background: #161616 url(/application/themes/defaulttheme/images/footer-pattern.png) repeat-x center top;
  height: 209px;
  padding: 111px 0 0 0;
  text-align: center;
}
.ccm-page .footer-section-info {
  background: #161616;
  padding: 70px 0;
}
.ccm-page .footer-section-info h4 {
  border-bottom: 1px solid #ff3333;
  color: #ff3333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  position: relative;
}
.ccm-page .footer-section-info h4:after {
  background: #4b4b4b;
  content: " ";
  height: 1px;
  left: 100%;
  letter-spacing: .7px;
  position: absolute;
  top: 34px;
  width: 30px;
}
.ccm-page .footer-section-info .row div:last-child h4:after {
  display: none;
}
.ccm-page .footer-section-info p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7em;
}
.ccm-page .footer-section-info .content a {
  color: #fff;
  transition: text-shadow 0.3s;
}
.ccm-page .footer-section-info .content a:hover {
  color: #fff;
  text-shadow: 0 0 6px #c00b26, 0 0 15px #c00b26;
}
.ccm-page .footer-buttons-container {
  margin: 20px 0 0 0;
  text-align: right;
}
.ccm-page .footer-buttons-container .button-special {
  margin: 0 10px 0 0;
}
.ccm-page .footer-section-exceeding-expectations {
  background: #161616;
  padding: 0 0 80px 0;
  text-align: center;
}
.ccm-page .footer-section-copyright {
  background: #161616;
}
.ccm-page .copyright-boxes-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
}
.ccm-page .copyright-boxes-container .copyright-box {
  border-top: 1px solid #4b4b4b;
  border-left: 1px solid #4b4b4b;
  color: #959599;
  font-family: "filson-soft", Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 23px 0 21px;
  text-align: center;
  width: 210px;
}
.ccm-page .copyright-boxes-container .copyright-box a {
  color: #959599;
  transition: color 0.3s, text-shadow 0.3s;
}
.ccm-page .copyright-boxes-container .copyright-box a:hover {
  color: #fff;
  text-shadow: 0 0 6px #c00b26, 0 0 15px #c00b26;
}
.ccm-page .copyright-boxes-container .copyright-box:last-child {
  border-right: 1px solid #4b4b4b;
}
.ccm-page #back-to-top {
  bottom: 130px;
  color: #bbb;
  display: block;
  opacity: 0.8;
  position: fixed;
  right: 5px;
}
.ccm-page #back-to-top i {
  font-size: 32px;
  position: relative;
  top: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}
.ccm-page #back-to-top:hover i {
  color: #999;
  top: -3px;
}
@media (max-width: 1199px) {
  .ccm-page .footer-buttons-container .button-special {
    padding: 6px 8px 5px;
  }
}
@media (max-width: 991px) {
  .ccm-page .footer-section-info h4:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ccm-page .footer {
    padding: 20px 0 0;
  }
  .ccm-page .footer-buttons-container {
    text-align: left;
  }
  .ccm-page .copyright-boxes-container .copyright-box {
    border-right: 1px solid #4b4b4b;
    padding: 16px 0 14px;
  }
}
/*
================
  SOCIAL ICONS
================
*/
.ccm-page .social-icons {
  border-bottom: 1px solid #4b4b4b;
  padding: 0 0 9px;
  text-align: right;
}
.ccm-page .social-icons a {
  color: #ff3333;
  display: inline-block;
  font-size: 18px;
  margin: 0 15px 0 0;
  transition: color 0.3s, text-shadow 0.3s;
}
.ccm-page .social-icons a:hover {
  color: #fff;
  text-shadow: 0 0 6px #c00b26, 0 0 15px #c00b26;
}
@media (max-width: 767px) {
  .ccm-page .social-icons {
    text-align: left;
  }
}
/*
====================
  SOCIAL ICONS BIG
====================
*/
.ccm-page .social-icons-big {
  text-align: center;
}
.ccm-page .social-icons-big a {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  margin: 0 20px;
  transition: color 0.3s, text-shadow 0.3s;
}
.ccm-page .social-icons-big a:hover {
  color: #fff;
}
.ccm-page .social-icons-big a i.fa-facebook {
  color: #3B5998;
}
.ccm-page .social-icons-big a i.fa-linkedin {
  color: #4875b4;
}
.ccm-page .social-icons-big a i.fa-google-plus {
  color: #c63d2d;
}
.ccm-page .social-icons-big a i.fa-twitter {
  color: #33ccff;
}
.ccm-page .social-icons-big a i.fa-youtube {
  color: #cc181e;
}
.ccm-page .social-icons-big a i.fa-instagram {
  color: #945b02;
}
.ccm-page .social-icons-big a i.fa-pinterest {
  color: #cb2027;
}
