/*
=======================
  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;
}
@media (max-width: 575px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: top;
    -webkit-transform-origin: top;
  }
}
/*
==================
  GENERAL STYLES
==================
*/
body {
  background: #fff;
}
img {
  border: 0;
}
iframe {
  border: 0;
}
.ccm-page {
  color: #2b2b2b;
  font-family: "Merriweather", Arial, Helvetica, sans-serif;
}
.ccm-page .styleguide {
  margin: 100px 0;
}
.ccm-page .content.box-shadow {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(99, 99, 99, 0.3);
  margin: 0 0 30px 0;
  padding: 30px 30px 0 30px;
  transition: border-color 0.5s;
}
.ccm-page .content.box-shadow .link-with-arrow a {
  margin: 0 0 35px 0;
  width: 100%;
}
.ccm-page .content.box-shadow:hover {
  border-color: #acacac;
}
.ccm-page .content.box-shadow-red {
  border: 1px solid #ff7373;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(171, 5, 5, 0.3);
  margin: 0 0 30px 0;
  padding: 30px 30px 0 30px;
  transition: border-color 0.5s;
}
.ccm-page .content.box-shadow-blue {
  border: 1px solid #73b3ff;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(46, 108, 185, 0.3);
  margin: 0 0 30px 0;
  padding: 30px 30px 0 30px;
  transition: border-color 0.5s;
}
.ccm-page .content:after {
  clear: both;
  content: '';
  display: table;
}
.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5,
.ccm-page h6 {
  color: #50b948;
  font-family: "Cinzel Decorative", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.ccm-page h1 {
  font-size: 36px;
  margin: 0 0 20px;
}
.ccm-page h2 {
  font-size: 30px;
  line-height: 1.3em;
  margin: 0 0 20px;
}
.ccm-page h3 {
  font-size: 26px;
  line-height: 1.3em;
  margin: 70px 0 20px;
}
.ccm-page h4 {
  border-bottom: 1px solid #50b948;
  font-family: "Kreon", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
  margin: 40px 0 35px 0;
  padding: 0 0 40px 0;
}
.ccm-page h5 {
  font-size: 14px;
  margin: 0 0 20px;
}
.ccm-page h6 {
  font-size: 12px;
  margin: 0 0 20px;
}
.ccm-page hr {
  border: 0;
  border-top: 1px solid #a7dca3;
  margin: 50px 0;
}
.ccm-page a {
  color: #2c9b32;
}
.ccm-page a:hover {
  color: #50b948;
  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 .cke_editable p,
.ccm-page .cke_focus p,
.ccm-page .content p {
  font-size: 16px;
  line-height: 1.8em;
  margin: 0 0 30px 0;
  font-weight: 300;
}
.ccm-page .cke_editable ul,
.ccm-page .cke_editable ol,
.ccm-page .content ul,
.ccm-page .content ol {
  padding: 0 0 0 24px;
  margin: 0 0 30px 0;
}
.ccm-page .cke_editable ul ul,
.ccm-page .cke_editable ul ol,
.ccm-page .cke_editable ol ol,
.ccm-page .cke_editable ol ul,
.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 .cke_editable ol li,
.ccm-page .cke_editable ul li,
.ccm-page .content ol li,
.ccm-page .content ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
.ccm-page .content table {
  margin: 0 0 30px 0;
}
.ccm-page .cke_editable table td,
.ccm-page .content table td {
  font-size: 16px;
  font-weight: 300;
  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: 90%;
}
.ccm-page .link-with-arrow a {
  border-bottom: 1px solid #50b948;
  color: #50b948;
  font-size: 16px;
  font-family: "Kreon", Arial, Helvetica, sans-serif;
  display: block;
  letter-spacing: 1px;
  margin: 0 0 70px 0;
  padding: 0 0 15px 0;
  position: relative;
  transition: border .3s;
  width: 95%;
}
.ccm-page .link-with-arrow a:hover {
  border-color: #2c9b32;
}
.ccm-page .link-with-arrow a:hover:after {
  color: #2c9b32;
  transform: translateX(5px);
}
.ccm-page .link-with-arrow a:after {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  transition: transform .3s, color .3s;
}
.ccm-page .color-purple {
  color: #e12be4;
  font-weight: 400;
}
.ccm-page .comment {
  color: #828282;
  display: block;
  font-size: 12px;
  line-height: 1.8em;
}
.ccm-page .youtubeBlock {
  margin: 0 0 30px 0;
}
@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: 20px;
    line-height: 1.3em;
    margin: 0 0 15px;
  }
  .ccm-page h3 {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .ccm-page h4 {
    font-size: 14px;
    margin: 0 0 15px 0;
  }
  .ccm-page h5 {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .ccm-page h6 {
    font-size: 12px;
    margin: 0 0 15px;
  }
  .ccm-page .content hr {
    margin: 30px 0;
  }
  .ccm-page .content p {
    font-size: 14px;
    line-height: 1.6em;
    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;
  }
  .ccm-page .link-with-arrow {
    margin: 0 0 30px 0;
  }
  .ccm-page .youtubeBlock {
    margin: 0 0 15px 0;
  }
}
/*
===========
  BUTTONS
===========
*/
.ccm-page a.button-special,
.ccm-page .button-special a,
.ccm-page .formidable input[type="submit"] {
  background: #2c9b32;
  border-color: inherit;
  color: #fff;
  display: inline-block;
  font-family: "Kreon", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 54px;
  letter-spacing: 1px;
  line-height: 54px;
  padding: 0 30px;
  position: relative;
  transition: background .3s, transform .3s;
  text-decoration: none;
  text-transform: uppercase;
}
.ccm-page a.button-special:after,
.ccm-page .button-special a:after,
.ccm-page .formidable input[type="submit"]:after {
  background: #50b948;
  color: #fff;
  content: "\f061";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 17px;
  height: 54px;
  left: 30px;
  position: relative;
  text-align: center;
  transition: background .3s;
  width: 54px;
}
.ccm-page a.button-special:hover,
.ccm-page .button-special a:hover,
.ccm-page .formidable input[type="submit"]:hover {
  background: #50b948;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.ccm-page a.button-special:hover:after,
.ccm-page .button-special a:hover:after,
.ccm-page .formidable input[type="submit"]:hover:after {
  background: #50b948;
}
.ccm-page a.button-special:active,
.ccm-page .button-special a:active,
.ccm-page .formidable input[type="submit"]:active {
  box-shadow: none;
  color: #fff;
  text-decoration: none;
  top: 3px;
}
.ccm-page a.button-special:focus,
.ccm-page .button-special a:focus,
.ccm-page .formidable input[type="submit"]:focus {
  box-shadow: none;
  color: #fff;
  outline: none;
  text-decoration: none;
}
.ccm-page a.button-special.full-width,
.ccm-page .button-special.full-width a {
  padding: 0 30px;
  width: 100%;
}
.ccm-page a.button-special.full-width:after,
.ccm-page .button-special.full-width a:after {
  left: inherit;
  right: 0;
  position: absolute;
}
@media (max-width: 991px) {
  .ccm-page a.button-special,
  .ccm-page .button-special a,
  .ccm-page .formidable input[type="submit"] {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
  .ccm-page a.button-special:after,
  .ccm-page .button-special a:after,
  .ccm-page .formidable input[type="submit"]:after {
    font-size: 16px;
    height: 50px;
    left: 25px;
    width: 50px;
  }
}
@media (max-width: 767px) {
  .ccm-page a.button-special,
  .ccm-page .button-special a,
  .ccm-page .formidable input[type="submit"] {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
  .ccm-page a.button-special:after,
  .ccm-page .button-special a:after,
  .ccm-page .formidable input[type="submit"]:after {
    font-size: 14px;
    height: 40px;
    left: 20px;
    width: 40px;
  }
}
/*
===============================
  HEADER AREA SPECIFIC STYLES
===============================
*/
.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: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.ccm-page header .header-item {
  position: relative;
}
.ccm-page .logo {
  margin: 30px 0;
  position: relative;
}
.ccm-page header .logout {
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 3px;
}
@media (max-width: 991px) {
  .ccm-page .logo {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .ccm-page .logo {
    margin: 15px 0 25px;
  }
}
/*
===================================
  NAVIGATION AREA SPECIFIC STYLES
===================================
*/
.ccm-page .section-navigation {
  background: #50b948;
}
.ccm-page .nav {
  margin: 0;
  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;
  padding: 0;
  position: static;
}
.ccm-page .nav li:hover > ul {
  display: block;
}
.ccm-page .nav li span,
.ccm-page .nav li a {
  border-bottom: none;
  border-right: 1px solid #2c9b32;
  color: #ffffff;
  display: block;
  font-family: "Kreon", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 16px 33px;
  position: relative;
  text-transform: uppercase;
}
.ccm-page .nav li span {
  cursor: default;
}
.ccm-page .nav > li.nav-dropdown > span:after,
.ccm-page .nav > li.nav-dropdown > a:after {
  font-size: 1em;
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin: 0 0 0 10px;
  position: relative;
}
.ccm-page .nav li:first-child span,
.ccm-page .nav li:first-child a {
  border-left: 1px solid #2c9b32;
}
.ccm-page .nav li:hover span,
.ccm-page .nav li:hover a {
  background: #2c9b32;
}
.ccm-page .nav li a:hover,
.ccm-page .nav li a:focus {
  background: #2c9b32;
  color: #ffffff;
  text-decoration: none;
}
.ccm-page .nav li .selected,
.ccm-page .nav li .nav-path-selected {
  color: #ffffff;
}
.menu-toggle-container {
  display: none;
}
.ccm-page #toggle {
  border-bottom: none;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-family: "Kreon", 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 ul {
  background: #2c9b32;
  display: none;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  position: absolute;
  top: 100%;
  /*transform: translateX(-1px);*/
  z-index: 10;
}
.ccm-page .nav li.mega-menu ul {
  border-left: none;
  left: 0;
  min-width: 100%;
  padding: 10px 24px 25px;
  transform: none;
}
.ccm-page .nav ul li {
  float: none;
  position: relative;
  text-align: left;
}
.ccm-page .nav li.mega-menu ul li {
  float: left;
  width: 224px;
}
.ccm-page .nav ul li span,
.ccm-page .nav ul li a {
  padding: 14px 33px;
}
.ccm-page .nav li.mega-menu ul li span,
.ccm-page .nav li.mega-menu ul li a {
  border-left: none;
  border-right: none;
  color: #ffffff;
  font-weight: 300;
  display: block;
  margin: 0;
  padding: 14px 18px;
  transition: color .3s;
}
.ccm-page .nav li.mega-menu ul li:first-child span,
.ccm-page .nav li.mega-menu ul li:first-child a {
  border-left: none;
}
.ccm-page .nav ul li a:hover {
  color: #8ff992;
  text-decoration: none;
}
.ccm-page .nav li.mega-menu ul li a:hover {
  color: #8ff992;
  text-decoration: none;
}
/*
=====================================
  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: 0;
  position: static;
  top: 0;
  transform: none;
  z-index: 10;
}
.ccm-page .nav li.mega-menu ul ul {
  box-shadow: none;
  display: block;
  list-style: none;
  left: 100%;
  margin: 0;
  min-width: 100%;
  padding: 0;
  position: static;
  top: 0;
  z-index: 10;
}
.ccm-page .nav ul ul li {
  float: none;
  width: inherit;
}
.ccm-page .nav ul ul li a {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4em;
  padding: 6px 6px 6px 49px;
  text-transform: none;
}
.ccm-page .nav li.mega-menu ul ul li a {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3em;
  padding: 6px 6px 6px 34px;
  text-transform: none;
}
.ccm-page .nav ul ul li a::before {
  color: #72d46b;
  content: "»";
  display: inline-block;
  font-family: "Times New Roman";
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  margin: 0px 0px 0px -15px;
  position: absolute;
  text-decoration: inherit;
  transition: transform .3s;
}
.ccm-page .nav ul ul li a:hover:before {
  transform: translateX(2px);
}
@media (min-width: 768px) {
  .ccm-page .nav {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .ccm-page .nav li a {
    padding: 16px 26px;
  }
  /* second level */
  .ccm-page .nav li.mega-menu ul li {
    width: 184px;
  }
  .ccm-page .nav ul li a {
    padding: 10px 26px;
  }
  .ccm-page .nav li.mega-menu ul li a {
    padding: 10px 4px;
  }
  /* 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: 6px 6px 6px 20px;
  }
}
@media (max-width: 991px) {
  .ccm-page .nav ul {
    padding: 8px 0;
  }
  .ccm-page .nav li a {
    padding: 16px 10px;
  }
  /* second level */
  .ccm-page .nav li.mega-menu ul {
    padding: 5px 15px 15px;
  }
  .ccm-page .nav li.mega-menu ul li {
    width: 144px;
  }
  .ccm-page .nav ul li a {
    font-size: 14px;
    padding: 10px 10px;
  }
  .ccm-page .nav li.mega-menu ul li a {
    min-height: 56px;
  }
  /* third level */
  .ccm-page .nav ul ul li a {
    font-size: 14px;
    padding: 6px 6px 6px 29px;
  }
  .ccm-page .nav li.mega-menu ul ul li a {
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  .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: #2c9b32;
    display: none;
    left: 0;
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
    top: 0;
  }
  .ccm-page .nav li {
    border-top: 1px solid #50b948;
    float: none;
  }
  .ccm-page .nav li span,
  .ccm-page .nav li a {
    display: block;
    border: none;
    padding: 8px 18px;
  }
  .ccm-page .nav li:first-child span,
  .ccm-page .nav li:first-child a {
    border-left: none;
  }
  .ccm-page .nav > li.nav-dropdown > span:after,
  .ccm-page .nav > li.nav-dropdown > a:after,
  .ccm-page .nav > li > span: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;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .ccm-page .nav > li.nav-dropdown > span:after,
  .ccm-page .nav > li.nav-dropdown > a:after {
    content: "\f107";
  }
  .ccm-page .nav > li:first-child > span,
  .ccm-page .nav > li:first-child > a {
    border-left: none;
  }
  .ccm-page .nav li:hover span,
  .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: #2fa535;
    /*display: block;*/
    padding: 0;
    position: relative;
    transform: none;
  }
  .ccm-page .nav li.mega-menu ul {
    background: #2fa535;
    border-left: none;
    left: 0;
    min-width: 100%;
    padding: 0;
  }
  .ccm-page .nav ul li {
    border-top: none;
    float: none !important;
    width: 100% !important;
  }
  .ccm-page .nav ul li span,
  .ccm-page .nav ul li a {
    border-bottom: none;
    display: block;
    font-family: "Kreon", Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0;
    overflow: hidden;
    padding: 8px 18px 8px 18px !important;
    text-overflow: ellipsis;
    width: 100%;
  }
  .ccm-page .nav li.mega-menu ul li span,
  .ccm-page .nav li.mega-menu ul li a {
    min-height: inherit;
  }
  .ccm-page .nav ul li span.level-2,
  .ccm-page .nav ul li a.level-2 {
    color: #c5dced;
  }
  .ccm-page .nav ul li span:hover,
  .ccm-page .nav ul li a:hover {
    background: inherit;
  }
  /* third level */
  .ccm-page .nav ul ul {
    background: none;
    left: 0;
    position: relative;
  }
  .ccm-page .nav ul ul li a {
    font-size: 15px !important;
    display: inline-block;
    line-height: 1.2em !important;
    overflow: hidden;
    padding: 6px 18px 6px 34px !important;
    text-overflow: ellipsis;
  }
  /* toggle */
  .ccm-page #toggle {
    margin: 0 auto;
    padding: 0;
  }
}
/*
===============
  BANNER AREA
===============
*/
.ccm-page.is-edit #flexslider {
  height: inherit;
  overflow: inherit;
}
.ccm-page.is-edit #flexslider .slide {
  display: block !important;
  height: 70px;
  overflow: hidden;
}
.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;
  min-height: 600px;
  margin: 0;
  overflow: hidden;
  position: relative;
  zoom: 1;
}
.ccm-page #flexslider.loading .slides > li:first-child {
  display: block;
  opacity: 1 !important;
}
.ccm-page #flexslider .slides {
  margin: 0;
  padding: 0;
}
.ccm-page #flexslider .slides .slide {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.ccm-page #flexslider .slides .slide img {
  height: auto;
  max-width: inherit;
  width: 100%;
}
.ccm-page #flexslider .slides .slide .text-container {
  background: rgba(255, 255, 255, 0.5) url(/application/themes/defaulttheme/images/big-leaf.png) no-repeat top left;
  margin: 85px 0;
  padding: 35px;
  width: 440px;
}
.ccm-page #flexslider .slides .slide .text-container h2 {
  color: #3c3c3c;
  font-size: 48px;
  line-height: 1.1em;
  margin: 0 0 35px 0;
}
.ccm-page #flexslider .slides .slide .text-container p {
  color: #3c3c3c;
  font-family: "Kreon", Arial, sans-serif;
  font-size: 18px;
  letter-spacing: .5px;
  line-height: 1.6em;
  margin: 0 0 40px 0;
  max-width: 350px;
}
.ccm-page #flexslider .slides .slide .text-container a {
  color: #50b948;
  border: 1px solid #50b948;
  border-radius: 50%;
  display: block;
  font-size: 18px;
  height: 50px;
  padding: 12px 16px;
  position: relative;
  transition: color 0.5s, border-color 0.5s;
  width: 50px;
}
.ccm-page #flexslider .slides .slide .text-container a:hover {
  color: #2c9b32;
  border-color: #2c9b32;
}
.ccm-page #flexslider .slides .slide .text-container a:hover i {
  transform: rotate(-90deg);
}
.ccm-page #flexslider .slides .slide .text-container a i {
  transition: transform .5s;
}
.ccm-page .banner-bottom-stripe {
  background: #50b948;
  height: 10px;
  margin: 0 0 100px 0;
  width: 440px;
}
@media (max-width: 767px) {
  .ccm-page #flexslider {
    min-height: inherit;
  }
  .ccm-page #flexslider .slides .slide {
    background-position: -545px center;
  }
  .ccm-page #flexslider .slides .slide .text-container {
    margin: 15px 0;
    padding: 25px;
    max-width: 440px;
    width: 100%;
  }
  .ccm-page #flexslider .slides .slide .text-container h2 {
    color: #3c3c3c;
    font-size: 28px;
    line-height: 1.1em;
    margin: 0 0 35px 0;
  }
  .ccm-page #flexslider .slides .slide .text-container p {
    letter-spacing: .2px;
    line-height: 1.4em;
    margin: 0 0 40px 0;
    max-width: 350px;
  }
  .ccm-page .banner-bottom-stripe {
    margin: 0 0 15px 0;
    width: 100%;
  }
}
/*
======================
  SECTION HEADING
======================
*/
.ccm-page .section-heading {
  background: url(/application/themes/defaulttheme/images/heading-background.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 0 100px 0;
  position: relative;
}
.ccm-page .section-heading .text-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column 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;
  height: 354px;
}
.ccm-page .section-heading .text-container h1 {
  color: #3c3c3c;
  font-size: 48px;
  margin: 0;
  text-align: center;
}
.ccm-page .section-heading .text-container h2 {
  color: #3c3c3c;
  font-family: "Kreon", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0 0 15px 0;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .ccm-page .section-heading {
    margin: 0 0 50px 0;
  }
  .ccm-page .section-heading .text-container {
    height: 250px;
  }
  .ccm-page .section-heading .text-container h1 {
    font-size: 32px;
  }
  .ccm-page .section-heading .text-container h2 {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 767px) {
  .ccm-page .section-heading {
    margin: 0 0 30px 0;
  }
  .ccm-page .section-heading .text-container {
    height: 180px;
  }
  .ccm-page .section-heading .text-container h1 {
    font-size: 22px;
  }
  .ccm-page .section-heading .text-container h2 {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
  }
}
/*
============
  SERVICES
============
*/
.ccm-page .services-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;
}
.ccm-page .services-container .service {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #50b948;
  width: 285px;
}
.ccm-page .services-container .service:first-child {
  border-left: none;
}
.ccm-page .services-container .service img {
  margin: 0 0 30px 0;
  max-width: inherit;
  width: 100%;
}
.ccm-page .services-container .service h2 {
  color: #fff;
  font-size: 22px;
  line-height: 1.4em;
  margin: 0 0 25px 0;
  padding: 0 25px;
}
.ccm-page .services-container .service p {
  color: #fff;
  font-family: "Kreon", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .5px;
  line-height: 1.6em;
  margin: 0 0 20px 0;
  padding: 0 25px;
}
.ccm-page .services-container .service hr {
  border-color: #2c9b32;
  margin: 25px 25px 20px;
}
.ccm-page .services-container .service a {
  color: #fff;
  display: block;
  font-family: "Kreon", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .5px;
  padding: 0 25px 20px 25px;
  position: relative;
  text-transform: uppercase;
  transition: text-shadow 0.3s;
}
.ccm-page .services-container .service a:after {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  right: 25px;
  transition: transform .3s;
}
.ccm-page .services-container .service a:hover {
  text-shadow: 0 0 6px #2c9b32, 0 0 15px #2c9b32;
}
.ccm-page .services-container .service a:hover:after {
  transform: translateX(5px);
}
.ccm-page .cta-green {
  background: #2c9b32;
  color: #fff;
  display: block;
  font-family: "Cinzel Decorative", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.4em;
  margin: 0 0 100px 0;
  padding: 21px 15px 19px;
  text-align: center;
  transition: background .3s;
}
.ccm-page .cta-green:hover {
  background: #33a43a;
  color: #fff;
}
.ccm-page .cta-green:hover i {
  color: #fff;
  transform: translateX(5px);
}
.ccm-page .cta-green i {
  color: #2c9b32;
  transition: color .3s, transform .3s;
}
@media (max-width: 1199px) {
  .ccm-page .services-container .service {
    width: 235px;
  }
}
@media (max-width: 991px) {
  .ccm-page .services-container .service {
    width: 180px;
  }
  .ccm-page .services-container .service img {
    margin: 0 0 15px 0;
  }
  .ccm-page .services-container .service h2 {
    font-size: 17px;
    margin: 0 0 15px 0;
    padding: 0 15px;
  }
  .ccm-page .services-container .service p {
    font-size: 15px;
    line-height: 1.5em;
    padding: 0 15px;
  }
  .ccm-page .services-container .service hr {
    margin: 25px 15px 20px;
  }
  .ccm-page .services-container .service a {
    font-size: 15px;
    padding: 0 15px 20px 15px;
  }
  .ccm-page .services-container .service a:after {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .ccm-page .services-container {
    display: block;
    margin: 0 -15px;
    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 .services-container .service {
    display: inline-block;
    float: none;
    margin: 0 7px 15px 7px;
    text-align: left;
    vertical-align: top;
    white-space: normal;
    width: 230px;
  }
  .ccm-page .services-container .service:first-child {
    margin: 0 7px 15px 15px;
  }
  .ccm-page .services-container .servicelast-child {
    margin: 0 15px 15px 7px;
  }
  .ccm-page .services-container .service h2 {
    font-size: 17px;
    padding: 0 15px;
  }
  .ccm-page .services-container .service p {
    font-size: 15px;
    line-height: 1.5em;
    padding: 0 15px;
  }
  .ccm-page .services-container .service hr {
    margin: 25px 15px 20px;
  }
  .ccm-page .services-container .service a {
    font-size: 15px;
    padding: 0 15px 20px 15px;
  }
  .ccm-page .services-container .service a:after {
    right: 15px;
  }
  .ccm-page .cta-green {
    font-size: 16px;
    letter-spacing: 1.5px;
    margin: 0 0 30px 0;
    padding: 21px 15px 19px;
  }
}
/*
==================
  PDF ARTICLES
==================
*/
.ccm-page .articles-container {
  margin: 0 -15px 60px;
}
.ccm-page .articles-container .article {
  background-color: #edf5ec;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #f1f1f1));
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #f1f1f1 100%);
  background-image: -moz-linear-gradient(bottom, #ffffff 0%, #f1f1f1 100%);
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #f1f1f1 100%);
  background-image: -ms-linear-gradient(bottom, #ffffff 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #edf5ec 100%);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);
  float: left;
  margin: 0 15px 30px;
  text-align: center;
  width: 262px;
}
.ccm-page .articles-container .article .image-container {
  height: 262px;
  width: 262px;
}
.ccm-page .articles-container .article .image-container img {
  display: inline-block;
  max-height: 100%;
}
.ccm-page .articles-container .article .text {
  font-family: "Kreon", Arial, Helvetica, sans-serif;
  font-size: 17px;
  padding: 5px 0 3px;
}
.ccm-page .articles-container .article .text i {
  color: #e12be4;
}
@media (max-width: 1199px) {
  .ccm-page .articles-container .article {
    width: 212px;
  }
  .ccm-page .articles-container .article .image-container {
    height: 212px;
    width: 212px;
  }
}
@media (max-width: 991px) {
  .ccm-page .articles-container .article {
    margin: 0 10px 20px 10px;
    width: 167px;
  }
  .ccm-page .articles-container .article .image-container {
    height: 167px;
    width: 167px;
  }
}
@media (max-width: 767px) {
  .ccm-page .articles-container {
    display: block;
    margin: 0 -15px;
    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 .articles-container .article {
    display: inline-block;
    float: none;
    margin: 10px 7px 15px 7px;
    vertical-align: top;
    white-space: normal;
    width: 200px;
  }
  .ccm-page .articles-container .article:first-child {
    margin: 10px 7px 15px 15px;
  }
  .ccm-page .articles-container .articlelast-child {
    margin: 10px 15px 15px 7px;
  }
  .ccm-page .articles-container .article .image-container {
    height: 200px;
    width: 200px;
  }
}
/*
=============
  FILE LIST
=============
*/
.ccm-page .fileset-list {
  list-style-type: none;
  margin: 0 0 60px 0;
  padding: 0;
}
.ccm-page .fileset-list li {
  margin: 0 0 10px 0;
  padding: 0 0 0 28px;
  position: relative;
}
.ccm-page .fileset-list li:before {
  color: #e12be4;
  content: "\f019";
  font-family: FontAwesome;
  margin: 0 10px 0 0;
  position: absolute;
  left: 0;
}
/*
==================
  CALL TO ACTION
==================
*/
.ccm-page .cta {
  background: url(/application/themes/defaulttheme/images/green-stripe-background.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 0 40px 0;
  padding: 60px 0 0 0;
}
.ccm-page .cta .text {
  color: #3c3c3c;
  font-family: "Cinzel Decorative", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin: 0 auto 60px auto;
  max-width: 820px;
  text-align: center;
}
.ccm-page .cta .cta-green {
  margin: 0;
}
.ccm-page hr.after-cta {
  margin: 0 0 80px 0;
}
@media (max-width: 767px) {
  .ccm-page .cta {
    margin: 0 0 40px 0;
    padding: 30px 0 0 0;
  }
  .ccm-page .cta .text {
    font-size: 18px;
    margin: 0 auto 30px auto;
  }
  .ccm-page .cta .cta-green {
    margin: 0;
  }
  .ccm-page hr.after-cta {
    margin: 0 0 40px 0;
  }
}
/*
============
  PRODUCTS
============
*/
.ccm-page .product {
  margin: 0 0 50px 0;
  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;
  border-bottom: 1px dashed #eee;
  padding: 0 0 10px 0;
}
.ccm-page .product .image-container {
  margin: 0 30px 30px 0;
  text-align: center;
  width: 240px;
}
.ccm-page .product .image-container img {
  height: auto;
  margin: 7px 0 0 0;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.ccm-page .product .text-container {
  flex: 1 1;
}
.ccm-page .product .text-container h4 {
  border-bottom: none;
  font-family: "Kreon", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .5px;
  margin: 0 0 15px 0;
  padding: 0;
}
.ccm-page .product .text-container .content p {
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .ccm-page .product {
    display: block;
  }
  .ccm-page .product .image-container {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
/*
======================
  SECTION SPECIALS
======================
*/
.ccm-page .section-specials {
  background: url(/application/themes/defaulttheme/images/grey-stripe-background.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 0 80px 0;
  padding: 60px 0 0 0;
}
.ccm-page .section-specials h2 {
  color: #50b948;
  font-size: 30px;
}
.ccm-page .specials-box {
  background: #fff;
  color: #464646;
  display: block;
  margin: 30px 0;
  overflow: hidden;
  padding: 20px 30px 20px 20px;
  transition: box-shadow 0.3s;
  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;
  align-items: top;
  -webkit-align-items: top;
}
.ccm-page .specials-box.box-shadow {
  box-shadow: 0 0 12px 1px rgba(33, 33, 33, 0.3);
}
.ccm-page .specials-box.box-shadow:hover {
  box-shadow: 0 0 15px 2px rgba(33, 33, 33, 0.5);
}
.ccm-page .specials-box:hover {
  box-shadow: 0 0 12px 1px rgba(33, 33, 33, 0.3);
}
.ccm-page .specials-box img {
  margin: 0 30px 0 0;
}
.ccm-page .specials-box .text-container {
  flex: 1 1 100px;
}
.ccm-page .specials-box .text-container h3 {
  color: #50b948;
  font-family: "Kreon", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 1.3em;
  margin: 10px 0 30px 0;
  text-transform: uppercase;
}
.ccm-page .specials-box .text-container p {
  color: #464646;
  font-size: 14px;
  line-height: 1.7em;
}
.ccm-page .section-specials .cta-green {
  margin: 0;
}
@media (max-width: 1199px) {
  .ccm-page .specials-box img {
    margin: 0 20px 0 0;
    width: 200px;
  }
  .ccm-page .specials-box .text-container h3 {
    margin: 5px 0 20px 0;
  }
}
@media (max-width: 991px) {
  .ccm-page .specials-box img {
    margin: 0 20px 10px 0;
    width: 200px;
  }
  .ccm-page .specials-box .text-container h3 {
    margin: 5px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .ccm-page .section-specials {
    margin: 0 0 30px 0;
    padding: 30px 0 0 0;
  }
  .ccm-page .section-specials h2 {
    color: #50b948;
    font-size: 26px;
    line-height: 1.4em;
    margin: 0 10px;
  }
  .ccm-page .specials-box {
    margin: 15px 0;
  }
}
/*
===================
  SECTION CONTENT
===================
*/
.ccm-page .section-content h1 {
  color: #3c3c3c;
  font-size: 48px;
  letter-spacing: 1px;
  margin: 0 0 80px 0;
}
.ccm-page .section-content h3 {
  color: #50b948;
  font-family: "Kreon", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}
.ccm-page .section-content h4 {
  border-bottom: none;
  color: #3c3c3c;
  font-family: "Kreon", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
  padding: 0;
}
@media (max-width: 991px) {
  .ccm-page .section-content h1 {
    font-size: 44px;
    margin: 0 0 80px 0;
  }
}
@media (max-width: 767px) {
  .ccm-page .section-content h1 {
    font-size: 24px;
    line-height: 1.4em;
    margin: 0 0 30px 0;
  }
  .ccm-page .section-content h4 {
    color: #666;
    font-family: "Kreon", Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
  }
}
/*
=========
  PANEL
=========
*/
.ccm-page .panel-with-image {
  background: url(/application/themes/defaulttheme/images/panel-background.jpg) no-repeat left top;
  overflow: hidden;
  margin: 0 0 60px 0;
  padding: 60px 0 60px 60px;
  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 .panel-with-image img {
  border: 20px solid #fff;
}
.ccm-page .panel-with-image .text-container {
  flex: 1 1 490px;
  margin: 0 0 0 40px;
}
.ccm-page .panel-with-image .text-container h2 {
  margin: 0 0 30px;
}
.ccm-page .panel-with-image .text-container p {
  color: #50b948;
  font-size: 16px;
  line-height: 1.8em;
}
@media (max-width: 1199px) {
  .ccm-page .panel-with-image {
    background-position: -100px;
    padding: 40px 0 40px 40px;
  }
  .ccm-page .panel-with-image img {
    border: 20px solid #fff;
    width: 400px;
  }
  .ccm-page .panel-with-image .text-container {
    flex: 1 1 450px;
    margin: 0 0 0 40px;
  }
  .ccm-page .panel-with-image .text-container h2 {
    margin: 0 0 30px;
  }
  .ccm-page .panel-with-image .text-container p {
    font-size: 16px;
    line-height: 1.8em;
  }
}
@media (max-width: 991px) {
  .ccm-page .panel-with-image {
    background-position: -175px;
    padding: 40px 0 40px 40px;
  }
  .ccm-page .panel-with-image img {
    border: 10px solid #fff;
    width: 300px;
  }
  .ccm-page .panel-with-image .text-container {
    flex: 1 1 320px;
    margin: 0 0 0 30px;
  }
  .ccm-page .panel-with-image .text-container h2 {
    margin: 0 0 30px;
  }
  .ccm-page .panel-with-image .text-container p {
    font-size: 15px;
    line-height: 1.8em;
  }
}
@media (max-width: 767px) {
  .ccm-page .panel-with-image {
    background-position: inherit;
    background-size: cover;
    margin: 0 0 30px 0;
    padding: 15px;
  }
  .ccm-page .panel-with-image img {
    border: 10px solid #fff;
    width: 300px;
  }
  .ccm-page .panel-with-image .image-container {
    margin: 0 0 15px 0;
  }
  .ccm-page .panel-with-image .text-container {
    background: #fff;
    margin: 0;
    padding: 15px;
    width: 100%;
  }
  .ccm-page .panel-with-image .text-container h2 {
    margin: 0 0 30px;
  }
  .ccm-page .panel-with-image .text-container p {
    font-size: 14px;
    line-height: 1.7em;
  }
}
/*
================
  SECTION BLOG
================
*/
.ccm-page .section-blog {
  background: url(/application/themes/defaulttheme/images/grey-stripe-background.jpg) no-repeat center top;
  background-size: cover;
  margin: 0 0 80px 0;
  padding: 60px 0 0 0;
}
.ccm-page .section-blog h3 {
  font-size: 30px;
  margin: 0 0 50px 0;
}
.ccm-page .news-container {
  margin: 0 -15px;
}
.ccm-page .news-container:after {
  clear: both;
  content: " ";
  display: table;
}
.ccm-page .news-box {
  display: block;
  float: left;
  margin: 0 15px 30px 15px;
  position: relative;
  width: 360px;
  z-index: 2;
}
.ccm-page .news-box .image-container {
  overflow: hidden;
  position: relative;
}
.ccm-page .news-box .image-container img {
  backface-visibility: hidden;
  transition: transform .5s ease;
}
.ccm-page .news-box .image-container .arrow {
  background: #50b948;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: background .5s;
  width: 60px;
}
.ccm-page .news-box .title {
  background: #50b948;
  color: #fff;
  font-family: "Kreon", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 25px;
  position: relative;
  text-align: left;
  transition: background .5s;
}
.ccm-page .news-box:hover img {
  transform: scale(1.05);
}
.ccm-page .news-box:hover .arrow,
.ccm-page .news-box:hover .title {
  background: #2c9b32;
}
.ccm-page .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 50px 0;
}
.ccm-page .ccm-block-next-previous-wrapper p {
  width: 50%;
}
.ccm-page .ccm-block-next-previous-wrapper p.ccm-block-next-previous-next-link {
  text-align: right;
}
@media (max-width: 1199px) {
  .ccm-page .news-box {
    margin: 0 15px 30px 15px;
    width: 293px;
  }
  .ccm-page .news-box .image-container .arrow {
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
  .ccm-page .news-box .title {
    font-size: 18px;
    padding: 15px 15px 13px;
  }
}
@media (max-width: 991px) {
  .ccm-page .news-box {
    margin: 0 10px 20px 10px;
    width: 230px;
  }
  .ccm-page .news-box .image-container .arrow {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
  .ccm-page .news-box .title {
    font-size: 15px;
    padding: 12px 15px 10px;
  }
}
@media (max-width: 767px) {
  .ccm-page .section-blog {
    margin: 0 0 30px 0;
    padding: 30px 0 0 0;
  }
  .ccm-page .section-blog h3 {
    font-size: 24px;
    margin: 0 0 25px 0;
  }
  .ccm-page .news-container {
    display: block;
    margin: 0 -15px;
    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 .news-box {
    display: inline-block;
    float: none;
    margin: 0 7px 15px 7px;
    text-align: left;
    vertical-align: top;
    white-space: normal;
    width: 180px;
  }
  .ccm-page .news-box:first-child {
    margin: 0 7px 15px 15px;
  }
  .ccm-page .news-boxlast-child {
    margin: 0 15px 15px 7px;
  }
  .ccm-page .ccm-block-next-previous-wrapper {
    margin: 0 0 30px 0;
  }
}
/*
==========================
  SECTION ACCREDITATIONS
==========================
*/
.ccm-page .section-accreditations h2 {
  font-family: "Kreon", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin: 0 0 20px 0;
  text-align: center;
}
.ccm-page .section-accreditations p {
  font-size: 14px;
  text-align: center;
}
.ccm-page .section-accreditations .accreditations-logo-container {
  text-align: center;
  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-around;
  -webkit-justify-content: space-around;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  align-items: center;
  -webkit-align-items: center;
  padding: 30px 0;
}
.ccm-page .section-accreditations .accreditations-logo-container img {
  display: inline;
  height: auto;
  margin: 20px 10px;
  max-height: 90px;
  max-width: 130px;
  vertical-align: middle;
  width: auto;
}
@media (max-width: 767px) {
  .ccm-page .section-accreditations h2 {
    line-height: 1.3em;
  }
  .ccm-page .section-accreditations p {
    font-size: 14px;
    text-align: center;
  }
  .ccm-page .section-accreditations .accreditations-logo-container {
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    padding: 10px 0;
  }
  .ccm-page .section-accreditations .accreditations-logo-container img {
    display: inline;
    height: auto;
    margin: 20px 10px;
    max-height: 60px;
    max-width: 90px;
    vertical-align: middle;
    width: auto;
  }
}
/*
================
  CONTACT INFO
================
*/
.ccm-page .contact-info .items {
  margin: 0 0 50px 0;
}
.ccm-page .contact-info .items .item {
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0 10px 25px;
  position: relative;
}
.ccm-page .contact-info .items .item:before {
  color: #50b948;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  left: -30px;
  margin: 0;
  padding: 0 0 0 6px;
  position: absolute;
}
.ccm-page .contact-info .items .item.contact-phone:before {
  content: "P:";
}
.ccm-page .contact-info .items .item.contact-mobile:before {
  content: "M:";
}
.ccm-page .contact-info .items .item.contact-fax:before {
  content: "F:";
}
.ccm-page .contact-info .items .item.contact-email:before {
  content: "E:";
}
.ccm-page .contact-info .items .item.contact-address:before {
  content: "A:";
}
.ccm-page .contact-info .items .item a {
  color: #2b2b2b;
}
.ccm-page .contact-info .items .item a:hover {
  color: #50b948;
}
@media (max-width: 991px) {
  .ccm-page .contact-info .items .item {
    font-size: 16px;
    margin: 10px 0 10px 20px;
    max-width: 200px;
  }
  .ccm-page .contact-info .items .item:before {
    left: -30px;
  }
}
@media (max-width: 767px) {
  .ccm-page .contact-info .items {
    display: block;
  }
  .ccm-page .contact-info .items .item {
    font-size: 16px;
    margin: 10px 0 10px 30px;
    max-width: 100%;
  }
  .ccm-page .contact-info .items .item:before {
    left: -30px;
    margin: 0 5px 0 0;
  }
}
/*
=======================
  CONTACT INFO COLUMN
=======================
*/
.ccm-page .contact-info-column .items {
  display: block;
  margin: 0;
}
.ccm-page .contact-info-column .items .item {
  color: #fff;
  font-family: "Kreon", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: .7px;
  margin: 15px 0 0 35px;
  max-width: 180px;
  padding: 0 0 15px 0;
  position: relative;
}
.ccm-page .contact-info-column .items .item:after {
  background: #383838;
  bottom: 0;
  content: '';
  height: 1px;
  position: absolute;
  left: -40px;
  right: 0;
}
.ccm-page .contact-info-column .items .item:before {
  border: none;
  color: #50b948;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: inherit;
  left: -35px;
  line-height: inherit;
  margin: 0 15px 0 0;
  padding: 0;
  position: absolute;
  width: inherit;
}
.ccm-page .contact-info-column .items .item.contact-phone:before {
  content: "P:";
}
.ccm-page .contact-info-column .items .item.contact-mobile:before {
  content: "M:";
}
.ccm-page .contact-info-column .items .item.contact-fax:before {
  content: "F:";
}
.ccm-page .contact-info-column .items .item.contact-email:before {
  content: "E:";
}
.ccm-page .contact-info-column .items .item.contact-address:before {
  content: "A:";
}
.ccm-page .contact-info-column .items .item a {
  color: #fff;
  transition: text-shadow 0.3s;
}
.ccm-page .contact-info-column .items .item a:hover {
  text-shadow: 0 0 5px #50b948, 0 0 12px #50b948;
}
@media (max-width: 767px) {
  .ccm-page .contact-info-column .items {
    display: block;
    margin: 0 0 40px 0;
  }
  .ccm-page .contact-info-column .items .item {
    margin: 15px 0 0 35px;
  }
}
/*
=======================
  CONTACT INFO HEADER
=======================
*/
.ccm-page .contact-info-header .item {
  font-size: 16px;
}
.ccm-page .contact-info-header .item.call {
  color: #50b948;
  font-family: Kreon;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 0 0 64px;
}
.ccm-page .contact-info-header .item.contact-phone {
  color: #808084;
  font-family: Kreon;
  font-size: 25px;
  letter-spacing: 2px;
}
.ccm-page .contact-info-header .item.contact-phone:before {
  border: 1px solid #50b948;
  border-radius: 50%;
  color: #50b948;
  font-family: FontAwesome;
  font-size: 20px;
  height: 50px;
  left: 0;
  margin: 0 6px 0 0;
  padding: 13px 14px;
  position: relative;
  top: -13px;
  width: 50px;
}
.ccm-page .contact-info-header .item.contact-phone:before {
  content: "\f095";
}
.ccm-page .contact-info-header .item a {
  color: #808084;
  transition: color .3s;
}
.ccm-page .contact-info-header .item a:hover {
  color: #222;
}
@media (max-width: 767px) {
  .ccm-page .contact-info-header {
    margin: 0 0 10px 0;
  }
  .ccm-page .contact-info-header .item {
    font-size: 16px;
  }
  .ccm-page .contact-info-header .item.contact-phone:before,
  .ccm-page .contact-info-header .item.contact-email:before,
  .ccm-page .contact-info-header .item.contact-address:before {
    font-size: 16px;
  }
}
/*
=====================
  GALLERY STYLES
=====================
*/
.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;
  max-width: 940px;
}
.ccm-page .formidable .row {
  margin-left: -10px;
  margin-right: -10px;
}
.ccm-page .formidable [class*="col-sm"] {
  padding-left: 10px;
  padding-right: 10px;
}
.formidable .form-group {
  margin: 0 -10px 0 -10px;
}
.ccm-page :-moz-placeholder {
  color: #464646 !important;
  font-size: 16px;
  font-weight: 400;
}
.ccm-page ::-moz-placeholder {
  color: #464646 !important;
  font-size: 16px;
  font-weight: 400;
}
.ccm-page :-ms-input-placeholder {
  color: #464646 !important;
  font-size: 16px;
  font-weight: 400;
}
.ccm-page ::-webkit-input-placeholder {
  color: #464646 !important;
  opacity: 1 !important;
  font-size: 16px;
  font-weight: 400;
}
.formidable textarea,
.formidable input[type=text],
.formidable input[type=email] {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #c0c0c0;
  box-shadow: none;
  color: #282828;
  font-family: "Kreon", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: inherit;
  outline: none;
  padding: 15px 13px;
}
.formidable select,
.formidable input {
  margin: 10px 0;
}
.formidable textarea {
  height: 180px;
  margin: 10px 0;
}
.formidable select {
  background: #fff;
  border: 1px solid #c0c0c0;
  box-shadow: none;
  color: #282828;
  font-family: "Kreon", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: inherit;
  outline: none;
  padding: 15px 13px;
}
.formidable .form-control:focus {
  border-color: #333;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.formidable .captcha_holder {
  display: block;
  margin: 5px 0 0 0;
  text-align: center;
}
.formidable .captcha_input {
  display: inline-block;
}
.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;
  }
}
/*
===============================
  FOOTER AREA SPECIFIC STYLES
===============================
*/
.ccm-page .footer {
  background: #202020 url(/application/themes/defaulttheme/images/big-leaf-black.png) no-repeat 320px top;
  color: #787878;
  padding: 50px 0 30px;
}
.ccm-page .footer .contact {
  margin: 63px 0 0 0;
}
.ccm-page .footer .contact h4 {
  border-bottom: 1px solid #2e4e2c;
  font-family: "Kreon", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0 0 15px 0;
  padding: 0 0 35px 0;
  position: relative;
}
.ccm-page .footer .contact h4:after {
  background: #2e4e2c;
  content: " ";
  height: 1px;
  left: 100%;
  position: absolute;
  top: 54px;
  width: 30px;
}
.ccm-page .footer .footer-logos-container {
  border-bottom: 1px solid #2e4e2c;
  margin: 35px 0 0 auto;
  text-align: right;
}
.ccm-page .footer .footer-logos-container img {
  display: inline-block;
  margin: 0 0 20px 0;
}
.ccm-page .footer hr {
  border-color: #2e4e2c;
  margin: 5px 0;
}
.ccm-page .footer .footer-info {
  font-size: 14px;
}
.ccm-page .footer .copyright {
  font-size: 11px;
  margin: 20px 0 0 0;
  text-align: right;
}
.ccm-page .footer .copyright a {
  color: #adadad;
  transition: text-shadow 0.5s, color 0.5s;
}
.ccm-page .footer .copyright a:hover {
  color: #fff;
  text-shadow: 0 0 5px #50b948, 0 0 12px #50b948;
}
.ccm-page #back-to-top {
  bottom: 40px;
  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: 991px) {
  .ccm-page .footer .copyright {
    line-height: 1.6em;
  }
  .ccm-page .footer .copyright span {
    display: block;
  }
  .ccm-page .footer .copyright span.separator {
    display: none;
  }
}
@media (max-width: 767px) {
  .ccm-page .footer {
    padding: 30px 0;
  }
  .ccm-page .footer .contact {
    margin: 0 0 30px 0;
  }
  .ccm-page .footer .contact h4 {
    padding: 0 0 15px 0;
  }
  .ccm-page .footer .contact h4:after {
    display: none;
  }
  .ccm-page .footer .footer-logos-container {
    border-bottom: none;
    text-align: left;
    margin: 15px 0 0 0;
  }
  .ccm-page .footer .footer-info {
    margin: 0 0 15px 0;
  }
  .ccm-page .footer .copyright {
    text-align: left;
  }
}
/*
================
  SOCIAL ICONS
================
*/
.ccm-page .social-icons {
  margin: 30px 0 0 0;
  text-align: right;
}
.ccm-page .social-icons a {
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
  height: 40px;
  margin: 0 0 0 15px;
  position: relative;
  width: 40px;
}
.ccm-page .social-icons a i {
  color: #fff;
  left: 14px;
  position: absolute;
  top: 11px;
}
.ccm-page .social-icons a.social-facebook {
  background: #3B5998;
}
.ccm-page .social-icons a.social-linkedin {
  background: #4875b4;
}
.ccm-page .social-icons a.social-google-plus {
  background: #c63d2d;
}
.ccm-page .social-icons a.social-twitter {
  background: #33ccff;
}
.ccm-page .social-icons a.social-youtube {
  background: #cc181e;
}
.ccm-page .social-icons a.social-instagram {
  background: #945b02;
}
.ccm-page .social-icons a.social-pinterest {
  background: #cb2027;
}
.ccm-page .social-icons a:hover {
  opacity: .9;
}
@media (max-width: 767px) {
  .ccm-page .social-icons {
    margin: 10px 0 0 0;
    text-align: left;
  }
  .ccm-page .social-icons a {
    border-radius: 50%;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    margin: 0 15px 0 0;
    position: relative;
    width: 40px;
  }
}
/*
=====================
  GALLERY STYLES
=====================
*/
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.ccm-page .lightgallery {
  overflow: auto;
  margin: 20px 0 70px;
  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;
}
.ccm-page .lightgallery .thumb-item {
  /*float: left;*/
  overflow: hidden;
  padding: 0 15px 30px 15px;
  text-align: center;
  width: 16.6666%;
}
.ccm-page .lightgallery .thumb-item img {
  border: 1px solid #eee;
  display: block;
  margin: 0 auto;
  padding: 4px;
  transition: border-color 0.3s;
}
.ccm-page .lightgallery .thumb-item:hover img {
  border-color: #5d99e2;
}
@media (max-width: 767px) {
  .ccm-page .lightgallery .thumb-item {
    padding: 5px;
    width: 25%;
  }
}
/*
=====================
  BEFORE AFTER
=====================
*/
.ccm-page .lightgallery.before-after:hover {
  color: #2c9b32;
}
.ccm-page h3.gallery-heading {
  border-bottom: 1px solid #50b948;
  font-size: 20px;
  font-family: "Kreon", Arial, Helvetica, sans-serif;
  margin: 40px 0 50px 0;
  padding: 0 0 40px 0;
}
.ccm-page .lightgallery.before-after .thumb-item {
  background: #f3f3f3;
  margin: 0 0 15px 0;
  padding: 10px;
  position: relative;
  width: 16%;
}
.ccm-page .lightgallery.before-after .thumb-item img {
  transition: opacity .3s;
  transform: translate3d(0, 0, 0);
}
.ccm-page .lightgallery.before-after .thumb-item:hover img {
  opacity: .9;
}
.ccm-page .lightgallery.before-after .thumb-item:nth-child(2n) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 15px 15px 0;
  padding: 10px 10px 30px 5px;
}
.ccm-page .lightgallery.before-after .thumb-item:nth-child(2n):before {
  bottom: 5px;
  content: "AFTER";
  left: -3px;
  letter-spacing: .5px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.ccm-page .lightgallery.before-after .thumb-item:nth-child(2n + 1) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px 30px 10px;
}
.ccm-page .lightgallery.before-after .thumb-item:nth-child(2n + 1):before {
  bottom: 5px;
  content: "BEFORE";
  left: 0;
  letter-spacing: .5px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.ccm-page .lightgallery.before-after .thumb-item img {
  border: none;
  padding: 0;
}
@media (max-width: 1199px) {
  .ccm-page .lightgallery.before-after .thumb-item {
    width: 15%;
  }
  .ccm-page .lightgallery.before-after .thumb-item:nth-child(2n):before {
    bottom: 6px;
    font-size: 12px;
    left: 0;
  }
  .ccm-page .lightgallery.before-after .thumb-item:nth-child(2n + 1):before {
    bottom: 6px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .ccm-page h3.gallery-heading {
    border-bottom: 1px solid #50b948;
    font-size: 20px;
    font-family: "Kreon", Arial, Helvetica, sans-serif;
    margin: 40px 0 30px 0;
    padding: 0 0 20px 0;
  }
  .ccm-page .lightgallery.before-after .thumb-item {
    width: 24%;
  }
  .ccm-page .lightgallery.before-after .thumb-item:nth-child(4n) {
    margin: 0 0 15px 0;
  }
  .ccm-page .lightgallery.before-after .thumb-item:nth-child(2n):before {
    bottom: 7px;
    font-size: 11px;
  }
  .ccm-page .lightgallery.before-after .thumb-item:nth-child(2n + 1):before {
    bottom: 7px;
    font-size: 11px;
  }
}
@media (max-width: 460px) {
  .ccm-page .lightgallery.before-after .thumb-item {
    width: 50%;
  }
  .ccm-page .lightgallery.before-after .thumb-item:nth-child(2n) {
    margin: 0 0 15px 0;
  }
  .ccm-page .lightgallery.before-after .thumb-item:nth-child(2n):before {
    bottom: 7px;
    font-size: 11px;
  }
  .ccm-page .lightgallery.before-after .thumb-item:nth-child(2n + 1):before {
    bottom: 7px;
    font-size: 11px;
  }
}
