/*
=======================
  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;
}
.ccm-page .content-editor-image-right {
  float: right;
  margin: 0 0 30px 30px;
}
.ccm-page .content-editor-image-left {
  float: left;
  margin: 0 30px 30px 0;
}
.ccm-page .ccm-image-block {
  margin: 0 0 15px 0;
}
@media (max-width: 991px) {
  .ccm-page .content-editor-image-left,
  .ccm-page .content-editor-image-right {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .ccm-page .content-editor-image-left,
  .ccm-page .content-editor-image-right {
    float: none;
    margin: 0 0 15px;
    max-width: 100%;
  }
}
@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;
  background-image: url(/application/themes/defaulttheme/images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
img {
  border: 0;
}
iframe {
  border: 0;
}
.ccm-page {
  color: #939799;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}
.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: #939799;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.ccm-page h1 {
  font-size: 80px;
  letter-spacing: 16px;
  margin: 30px 0 80px;
}
.ccm-page h2 {
  font-size: 36px;
  margin: 0 0 20px;
}
.ccm-page h3 {
  font-size: 24px;
  margin: 60px 0 20px;
}
.ccm-page h4 {
  font-size: 14px;
  margin: 0 0 20px 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 #eee;
  margin: 20px 0;
}
.ccm-page a {
  color: #ffffff;
}
.ccm-page a:hover {
  color: #939799;
  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 .content p {
  font-size: 17px;
  line-height: 1.7em;
  margin: 0 0 6px 0;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.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 6px 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: 17px;
  margin: 0 0 15px 0;
}
.ccm-page .content table {
  margin: 0 0 6px 0;
}
.ccm-page .content table td {
  font-size: 17px;
  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%;
}
.ccm-page .important {
  color: #6d9d31;
  font-weight: 700;
}
@media (max-width: 991px) {
  .ccm-page h1 {
    font-size: 38px;
    margin: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .ccm-page .content img {
    padding: 0;
  }
  .ccm-page h1 {
    font-size: 26px;
    margin: 0 0 30px;
  }
  .ccm-page h2 {
    font-size: 22px;
    margin: 0 0 15px;
  }
  .ccm-page h3 {
    font-size: 18px;
    margin: 40px 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 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 a.button-special,
.ccm-page .button-special a,
.ccm-page .formidable input[type="submit"] {
  background: #fff;
  border-color: inherit;
  border-radius: 4px;
  color: #000;
  display: inline-block;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  height: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 0 30px;
  position: relative;
  transition: background .3s;
  text-decoration: none;
  text-transform: uppercase;
  width: 200px;
}
.ccm-page a.button-special:hover,
.ccm-page .button-special a:hover,
.ccm-page .formidable input[type="submit"]:hover {
  background: #939799;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.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;
}
@media (max-width: 991px) {
  .ccm-page a.button-special,
  .ccm-page .button-special a,
  .ccm-page .formidable input[type="submit"] {
    font-size: 15px;
    height: 50px;
    line-height: 40px;
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .ccm-page a.button-special,
  .ccm-page .button-special a,
  .ccm-page .formidable input[type="submit"] {
    font-size: 15px;
    height: 50px;
    line-height: 40px;
    padding: 0 25px;
  }
}
/*
===============================
  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;
*/
  text-align: center;
}
.ccm-page header .inner-item {
  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;
  align-items: center;
  -webkit-align-items: center;
  flex-grow: 1;
}
.ccm-page header .header-item {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.ccm-page header .header-item:after {
  clear: both;
  content: " ";
  display: table;
}
.ccm-page header .header-item.nav-container {
  border-top: 1px solid #d0d0d0;
  margin: 22px 0 0 0;
  padding: 25px 0 0 0;
  position: relative;
}
.ccm-page header .header-item.contact-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;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  flex-grow: 1;
}
.ccm-page .logo {
  margin: 93px auto 103px;
  position: relative;
  width: 282px;
}
.ccm-page .block-sociallinks {
  border-bottom: none;
  margin: 0 0 0 15px;
  padding: 0;
  position: relative;
  top: 3px;
}
.ccm-page .block-sociallinks li {
  float: left;
  margin: 0 0 9px 10px;
}
.ccm-page .block-sociallinks li a {
  height: 16px;
  line-height: 16px;
  width: 16px;
}
.ccm-page .block-sociallinks img {
  margin: 0;
}
@media (max-width: 1199px) {
  .ccm-page .logo {
    max-width: 200px;
  }
  .ccm-page header .header-item.nav-container {
    margin: 17px 0 0 0;
    padding: 17px 0 0 0;
  }
}
@media (max-width: 991px) {
  .ccm-page header {
    flex-grow: 0;
  }
  .ccm-page header .inner-item {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    flex: 1 0 70%;
  }
  .ccm-page .logo {
    margin: 66px auto 66px;
    max-width: 200px;
  }
  .ccm-page header .header-item.nav-container {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
  }
}
@media (max-width: 767px) {
  .ccm-page header .header-item.nav-container {
    background: #056839;
    border-radius: 4px;
    border-top: none;
    margin: 0 0 15px;
    padding: 7px 0;
    text-align: center;
  }
  .ccm-page header .header-item.contact-container {
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    flex-grow: 1;
    margin: 0 0 15px 0;
  }
  .ccm-page header .inner-item {
    margin: 0 0 10px 0;
    width: 100%;
    flex-direction: column-reverse;
  }
  .ccm-page header .header-item {
    width: 100%;
  }
  .ccm-page .logo {
    margin: 66px auto 66px;
    max-width: 100%;
    width: 200px;
  }
  .ccm-page .block-sociallinks {
    margin: 0;
  }
  .ccm-page .block-sociallinks li {
    float: left;
    margin: 0 10px 9px 10px;
  }
}
/*
===================================
  NAVIGATION AREA SPECIFIC STYLES
===================================
*/
.ccm-page ul.nav {
  margin: 0;
  padding: 0;
}
.ccm-page .nav li {
  display: block;
  float: left;
  line-height: normal;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.ccm-page .nav li:hover > ul {
  display: block;
}
.ccm-page .nav li a {
  border-bottom: none;
  color: #262921;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 0 14px;
  text-transform: uppercase;
}
.ccm-page .nav > li:first-child a {
  padding: 0 14px 0 0;
}
.ccm-page .nav > li:last-child a {
  padding: 0 0 0 14px;
}
.ccm-page .nav li a:hover,
.ccm-page .nav li a:focus {
  background: none;
  color: #056839;
  text-decoration: none;
}
.ccm-page .nav li .selected,
.ccm-page .nav li .nav-path-selected {
  color: #056839;
}
.menu-toggle-container {
  display: none;
}
.ccm-page #toggle {
  border-bottom: none;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: "Roboto Condensed", 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: #fff;
  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: #fff;
  display: none;
  list-style: none;
  margin: 0;
  min-width: 100%;
  padding: 14px 0 0 0;
  position: absolute;
  top: 100%;
  z-index: 10;
}
.ccm-page .nav ul li {
  border-bottom: 1px solid #dddddd;
  float: none;
  position: relative;
  text-align: left;
}
.ccm-page .nav ul li a {
  color: #262921;
  font-size: 15px;
  display: block;
  margin: 0;
  padding: 13px 15px;
  text-transform: inherit;
  white-space: nowrap;
}
.ccm-page .nav ul li a:hover {
  color: #262921;
  background: #eeeeee;
  text-decoration: none;
}
/*
=====================================
  THIRD LEVEL SPECIFIC MENU STYLES
=====================================
*/
.ccm-page .nav ul ul {
  background: #fff;
  box-shadow: none;
  list-style: none;
  left: 100%;
  margin: 0;
  min-width: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}
@media (min-width: 767px) {
  .ccm-page .nav {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .ccm-page .nav li a {
    font-size: 16px;
    padding: 0 12px;
  }
  .ccm-page .nav > li:first-child a {
    padding: 0 12px 0 0;
  }
  .ccm-page .nav > li:last-child a {
    padding: 0 0 0 12px;
  }
}
@media (max-width: 991px) {
  .ccm-page .nav li a {
    font-size: 16px;
    padding: 0 8px;
  }
  .ccm-page .nav > li:first-child a {
    padding: 0 8px 0 0;
  }
  .ccm-page .nav > li:last-child a {
    padding: 0 0 0 8px;
  }
}
@media (max-width: 767px) {
  .menu-toggle-container {
    display: block;
  }
  .ccm-page .nav {
    background: #f9f9f9;
    -webkit-box-shadow: 0 8px 5px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 5px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 5px -5px rgba(0, 0, 0, 0.3);
    display: none;
    left: 50%;
    margin: 0;
    opacity: 0;
    padding: 0 22px 16px;
    position: absolute;
    top: 38px;
    z-index: 99;
    transform: translate(-50%, 0);
  }
  .ccm-page .nav:before {
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f9f9f9 transparent;
    content: " ";
    height: 0;
    left: 50%;
    position: absolute;
    top: -10px;
    transform: translate(-50%, 0);
    width: 0;
    z-index: 99;
  }
  .ccm-page .nav li {
    border-top: 1px solid #eee;
    float: none;
    text-align: left;
  }
  .ccm-page .nav li a {
    border: 1px solid transparent;
    display: block;
    font-size: 16px;
    padding: 6px 18px;
    white-space: nowrap;
  }
  .ccm-page .nav > li:first-child a {
    padding: 6px 18px;
  }
  .ccm-page .nav > li:last-child a {
    padding: 6px 18px;
  }
  .ccm-page .nav li a:before {
    display: none;
  }
  /* second level */
  .ccm-page .nav ul {
    background: #f9f9f9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    padding: 0;
    position: relative;
  }
  .ccm-page .nav ul li {
    border-top: 1px solid #eee;
    border-bottom: none;
  }
  .ccm-page .nav ul li a {
    display: inline-block;
    overflow: hidden;
    padding: 8px 28px 8px 22px;
    text-overflow: ellipsis;
  }
  .ccm-page .nav ul li a:hover {
    background: inherit;
  }
  /* third level */
  .ccm-page .nav ul ul {
    background: #f9f9f9;
    left: 0;
    position: relative;
  }
  .ccm-page .nav ul ul li a {
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    padding: 5px 18px 5px 26px;
    text-overflow: ellipsis;
  }
  /* toggle */
  .ccm-page #toggle {
    margin: 0 auto;
    padding: 0;
  }
}
/*
===============
  BANNER AREA
===============
*/
.ccm-page .ccm-image-slider .rslides {
  margin: 0 0 80px 0;
}
.ccm-page .ccm-image-slider .rslides_nav {
  display: none;
}
@media (max-width: 991px) {
  .ccm-page .ccm-image-slider .rslides {
    margin: 0 0 50px 0;
  }
}
@media (max-width: 767px) {
  .ccm-page .ccm-image-slider .rslides {
    margin: 0 0 30px 0;
  }
}
/*
=======================
  IMAGE BOXES SECTION
=======================
*/
.ccm-page .swipe {
  display: none;
  font-size: 13px;
  margin: 0 0 15px 0;
  text-align: center;
}
.ccm-page .image-boxes-section {
  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;
  margin: 30px -10px 60px;
  position: relative;
  z-index: 10;
}
.ccm-page.is-edit .image-boxes-section {
  display: block;
  margin: 0;
  z-index: auto;
}
.ccm-page .image-box {
  background: #f5ffcc;
  display: block;
  margin: 0 10px 20px 10px;
  transition: background .7s;
  width: 366px;
}
.ccm-page .image-box:hover {
  background: #e3f0ae;
}
.ccm-page .image-container {
  overflow: hidden;
  position: relative;
}
.ccm-page .image-box img {
  -webkit-backface-visibility: hidden;
  transition: transform .7s ease;
  transform: translate3d(0px, 0px, 0px);
}
.ccm-page .image-box:hover img {
  transform: scale(1.1);
}
.ccm-page .image-box .text-container {
  border-top: 5px solid #6d9d31;
  padding: 25px;
}
.ccm-page .image-box .title {
  color: #939799;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: uppercase;
}
.ccm-page .image-box .text {
  color: #939799;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  text-align: left;
}
@media (max-width: 1199px) {
  .ccm-page .image-box {
    width: 299px;
  }
}
@media (max-width: 991px) {
  .ccm-page .image-boxes-section {
    margin: 30px -10px 30px;
  }
  .ccm-page .image-box .text-container {
    padding: 15px;
  }
  .ccm-page .image-box .title {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .ccm-page .image-box {
    width: 226px;
  }
}
@media (max-width: 767px) {
  .ccm-page .image-boxes-section {
    display: block;
    margin: 15px -15px 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 .image-box {
    display: inline-block;
    float: none;
    margin: 0 7px 15px 7px;
    vertical-align: top;
    white-space: normal;
    width: 210px;
  }
  .ccm-page .image-box .title {
    font-size: 20px;
    line-height: 1.1em;
  }
  .ccm-page .image-box:first-child {
    margin: 0 7px 15px 10px;
  }
  .ccm-page .image-box:last-child {
    margin: 0 10px 15px 7px;
  }
  .ccm-page .image-box .text {
    font-size: 13px;
    white-space: normal;
  }
  .ccm-page .swipe {
    display: block;
    margin: 0;
  }
  .ccm-page .swipe i {
    -webkit-animation: swipe 3s ease-out infinite;
    -moz-animation: swipe 3s ease-out infinite;
    animation: swipe 3s ease-out infinite;
  }
  @-moz-keyframes swipe {
    50% {
      -moz-transform: rotate(-20deg);
    }
    100% {
      -moz-transform: rotate(0deg);
    }
  }
  @-webkit-keyframes swipe {
    50% {
      -webkit-transform: rotate(-20deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
    }
  }
  @keyframes swipe {
    50% {
      -webkit-transform: rotate(-20deg);
      transform: rotate(-20deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
}
/*
================
  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: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  margin: 0;
}
.ccm-page .contact-info .item {
  color: #ffffff;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0 40px;
  position: relative;
}
.ccm-page .contact-info .item a {
  color: #ffffff;
}
.ccm-page .contact-info .item a:hover {
  color: #939799;
}
.ccm-page .contact-info .item:before {
  color: #ffffff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 400;
  left: -28px;
  margin: 0;
  padding: 0 0 0 6px;
  position: absolute;
}
.ccm-page .contact-info .item.contact-address:before {
  content: "\f041";
  left: -28px;
  top: -1px;
}
.ccm-page .contact-info .item.contact-email:before {
  content: "\f0e0";
  left: -28px;
  top: 0;
}
.ccm-page .contact-info .item.contact-phone:before {
  content: "\f095";
  left: -25px;
  top: 1px;
}
.ccm-page .contact-info .item.contact-mobile:before {
  content: "\f10b";
  font-size: 19px;
  left: -20px;
  top: -2px;
}
@media (max-width: 1199px) {
  .ccm-page .contact-info .item {
    font-size: 16px;
  }
  .ccm-page .contact-info .item:before {
    font-size: 14px;
    left: -28px;
    margin: 0;
    padding: 0 0 0 6px;
  }
}
@media (max-width: 991px) {
  .ccm-page .contact-info .item {
    font-size: 16px;
    margin: 0 0 0 40px;
  }
  .ccm-page .contact-info .item:before {
    font-size: 13px;
    left: -28px;
    margin: 0;
    padding: 0 0 0 6px;
  }
  .ccm-page .contact-info .item.contact-address:before {
    left: -28px;
    top: -1px;
  }
  .ccm-page .contact-info .item.contact-email:before {
    left: -28px;
    top: 0;
  }
  .ccm-page .contact-info .item.contact-phone:before {
    left: -25px;
    top: 1px;
  }
  .ccm-page .contact-info .item.contact-mobile:before {
    font-size: 15px;
    left: -20px;
    top: -2px;
  }
}
@media (max-width: 767px) {
  .ccm-page .contact-info {
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
  }
  .ccm-page .contact-info .item {
    font-size: 16px;
    margin: 0 10px 10px 30px;
    max-width: 100%;
  }
  .ccm-page .contact-info .item:before {
    font-size: 16px;
    left: -30px;
    margin: 0 5px 0 0;
    padding: 0 0 0 6px;
  }
  .ccm-page .contact-info .item.contact-address:before {
    left: -28px;
    top: -1px;
  }
  .ccm-page .contact-info .item.contact-email:before {
    left: -28px;
    top: 0;
  }
  .ccm-page .contact-info .item.contact-phone:before {
    left: -25px;
    top: 1px;
  }
  .ccm-page .contact-info .item.contact-mobile:before {
    font-size: 18px;
    left: -20px;
    top: -2px;
  }
}
/*
=======================
  CONTACT INFO FOOTER
=======================
*/
.contact-info-footer {
  color: #606060;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  margin: 0 0 60px 0;
}
.contact-info-footer h2 {
  font-size: 36px;
  margin: 0;
}
.contact-info-footer hr {
  margin: 20px 0 30px;
}
.contact-info-footer .items {
  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;
}
.contact-info-footer .item {
  margin: 0 50px 30px 0;
  flex: 0 1 auto;
}
.contact-info-footer .item:after {
  clear: both;
  content: " ";
  display: table;
}
.contact-info-footer .icon-container {
  float: left;
  opacity: 0;
}
.contact-info-footer i {
  color: #6d9d31;
  font-size: 42px;
}
.contact-info-footer .text {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0 65px;
}
.contact-info-footer .text p {
  font-size: 14px;
  margin: 0 0 5px;
}
.contact-info-footer .text a {
  color: #606060;
}
.contact-info-footer .text a:hover {
  color: #6d9d31;
}
.contact-info-footer .text .or {
  font-size: 14px;
  margin: 5px 0;
}
@media (max-width: 1199px) {
  .contact-info-footer .item {
    max-width: 230px;
  }
}
@media (max-width: 991px) {
  .contact-info-footer .item {
    margin: 0 50px 30px 0;
    max-width: 200px;
  }
  .contact-info-footer i {
    font-size: 28px;
  }
  .contact-info-footer .text {
    font-size: 16px;
    margin: 0 0 0 45px;
  }
}
@media (max-width: 767px) {
  .contact-info-footer {
    margin: 30px 0;
  }
  .contact-info-footer .items-container {
    display: block;
  }
  .contact-info-footer .item {
    max-width: inherit;
  }
  .contact-info-footer h2 {
    font-size: 22px;
  }
}
/*
=============
  BLOG LIST
=============
*/
.blog-list hr {
  border-top: 1px solid #194841;
  margin: 40px 0;
}
.ccm-page .item-blog {
  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: flex-start;
  -webkit-align-items: flex-start;
}
.ccm-page .item-blog:hover h3 {
  color: #031916;
}
.ccm-page .item-blog .image-container {
  position: relative;
  width: 360px;
}
.ccm-page .item-blog .image-container .read-more {
  background: #194841;
  border: 1px solid #194841;
  bottom: 0;
  color: #fff;
  height: 54px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 54px;
}
.ccm-page .item-blog .image-container .read-more i {
  font-size: 17px;
  position: relative;
  top: 17px;
}
.ccm-page .item-blog .blog-info {
  flex: 1 1 350px;
  margin: 0 80px 0 0;
}
.ccm-page .item-blog .blog-info h3 {
  font-size: 28px;
  letter-spacing: 1px;
  margin: 0 0 30px 0;
}
.ccm-page .item-blog .blog-info p {
  color: #54534a;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 0 30px 0;
}
.ccm-page .item-blog .blog-info p.author-date {
  color: #828282;
  font-size: 15px;
  margin: 0;
}
@media (max-width: 991px) {
  .ccm-page .item-blog .blog-info {
    margin: 0 40px 0 0;
  }
  .ccm-page .item-blog .blog-info h3 {
    font-size: 22px;
    margin: 0 0 20px 0;
  }
  .ccm-page .item-blog .blog-info p {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .ccm-page .item-blog .image-container {
    width: 200px;
  }
  .ccm-page .item-blog .image-container .read-more {
    height: 40px;
    width: 40px;
  }
  .ccm-page .item-blog .image-container .read-more i {
    font-size: 14px;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .blog-list hr {
    margin: 30px -15px;
  }
  .ccm-page .item-blog {
    flex-direction: column-reverse;
  }
  .ccm-page .item-blog .blog-info {
    flex: 1 1 0;
    margin: 15px 0 0 0;
  }
  .ccm-page .item-blog .blog-info h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .ccm-page .item-blog .blog-info p {
    font-size: 15px;
    margin: 0 0 20px 0;
  }
}
/*
=====================
  FORMIDABLE STYLES
=====================
*/
.ccm-page .formidable {
  margin: 0;
}
.ccm-page .formidable .row {
  margin-left: -15px;
  margin-right: -15px;
}
.ccm-page .formidable [class*="width"] {
  padding-left: 15px;
  padding-right: 15px;
}
.ccm-page .formidable .form-group {
  margin: 0 -15px 0 -15px;
}
.ccm-page .formidable .formidable_message {
  padding: 0 15px;
}
.ccm-page .formidable .formidable_message div {
  background: #fff6f6;
  border-left: 1px solid #a94442;
  border-right: 1px solid #a94442;
  color: #a94442;
  margin: 0 15px 0 15px;
  padding: 1px 15px;
}
.ccm-page .formidable .formidable_message div:first-child {
  border-top: 1px solid #a94442;
  padding: 10px 15px 1px;
}
.ccm-page .formidable .formidable_message div:last-child {
  border-bottom: 1px solid #a94442;
  padding: 1px 15px 10px;
}
.ccm-page .formidable :-moz-placeholder {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.ccm-page .formidable ::-moz-placeholder {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.ccm-page .formidable :-ms-input-placeholder {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.ccm-page .formidable ::-webkit-input-placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.ccm-page .formidable textarea,
.ccm-page .formidable input[type=text],
.ccm-page .formidable input[type=email] {
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #c0c0c0;
  box-shadow: none;
  color: #fff;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: inherit;
  outline: none;
  margin: 10px 0 18px;
  padding: 15px 13px;
}
.ccm-page .formidable textarea {
  height: 180px;
  margin: 10px 0;
}
.ccm-page .formidable select {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #c0c0c0;
  box-shadow: none;
  color: #000000;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: inherit;
  outline: none;
  margin: 10px 0;
  padding: 15px 13px;
}
.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: 20px 0 0 0;
  text-align: center;
}
.ccm-page .formidable .captcha_input {
  display: block;
}
.ccm-page .formidable .g-recaptcha > div {
  margin: 0 auto;
}
.ccm-page .formidable #ff_buttons {
  text-align: center;
}
.ccm-page .formidable #ff_buttons input[type=submit] {
  background: #6d9d31;
  border: 1px solid #056839;
  border: none;
  color: #fff;
  padding: 0 80px;
}
.ccm-page .formidable #ff_buttons input[type=submit]:hover {
  background: #939799;
}
@media (max-width: 767px) {
  .ccm-page .formidable .formidable_column {
    padding: 0;
  }
  .ccm-page .formidable .width-3,
  .ccm-page .formidable .width-4,
  .ccm-page .formidable .width-6 {
    width: 100%;
  }
  .ccm-page .formidable textarea,
  .ccm-page .formidable input[type=text],
  .ccm-page .formidable input[type=email] {
    padding: 11px 12px;
  }
  .ccm-page .formidable .form-group {
    margin-bottom: 5px;
  }
}
/*
===============================
  FOOTER AREA SPECIFIC STYLES
===============================
*/
.ccm-page .footer {
  margin: 100px 0 0 0;
  clear: both;
  border-top: 1px #939799 solid;
}
.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;
}
.ccm-page .footer .copyright {
  color: #6c6c6c;
  font-size: 12px;
  text-align: center;
  top: -20px;
  position: relative;
}
.ccm-page .footer .copyright .left {
  float: left;
}
.ccm-page .footer .copyright .right {
  float: right;
}
.ccm-page .footer .container {
  margin: 50px auto 0px;
  text-align: center;
}
.ccm-page .footer .copyright a {
  color: #6c6c6c;
}
.ccm-page .footer .copyright a:hover {
  border-bottom: 1px dashed white;
}
@media (max-width: 767px) {
  .ccm-page .footer {
    margin: 66px 0 0 0;
  }
  .ccm-page .footer .container {
    margin: 50px auto 25px;
  }
  .ccm-page .footer .copyright {
    text-align: center;
  }
  .ccm-page .footer .copyright .left {
    float: none;
  }
  .ccm-page .footer .copyright .right {
    float: none;
  }
  .ccm-page .footer .copyright span {
    display: block;
  }
}
/*
================
  SOCIAL ICONS
================
*/
.ccm-page .social-icons {
  margin: 0;
}
.ccm-page .social-icons a {
  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;
  background: #194841;
  border-radius: 50%;
  color: #fff;
  float: left;
  font-size: 14px;
  height: 30px;
  margin: 0 0 0 15px;
  transition: background .3s;
  width: 30px;
}
.ccm-page .social-icons a i {
  transition: color .3s;
}
.ccm-page .social-icons a:hover {
  background: #fff;
}
.ccm-page .social-icons a:hover i {
  color: #194841;
  text-shadow: none;
}
.ccm-page .social-icons:after {
  content: " ";
  clear: both;
  display: table;
}
/*
================
  For Coming Soon page
================
*/
.container.address p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 2;
  text-transform: uppercase;
}
.container.address a {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 2;
  padding-left: 10px;
  text-transform: uppercase;
}
.container.address .item.contact-email:before {
  color: #ffffff;
  content: "\f0e0";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: 400;
  left: -28px;
  margin: 0;
  padding: 0 0 0 6px;
  top: 0;
}
.container.address .item.contact-phone:before {
  color: #ffffff;
  content: "\f095";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 23px;
  font-weight: 400;
  left: -25px;
  margin: 0;
  padding: 0 0 0 6px;
  top: 1px;
}
@media (max-width: 500px) {
  .container.address p {
    font-size: 15px;
  }
  .container.address a {
    font-size: 15px;
  }
  .container.address .item.contact-email:before {
    display: none;
  }
  .container.address .item.contact-phone:before {
    display: none;
  }
}
/*
================
  Formidable part
================
*/
.container.contact {
  max-width: 500px;
}
.element.send-5 {
  text-align: center;
}
/*
================
  Instagram
================
*/
.instagram {
  position: absolute;
  right: 100px;
  top: 100px;
}
@media (max-width: 991px) {
  .instagram {
    position: absolute;
    right: 30px;
    top: 30px;
  }
}
