/*
=======================
  @@@ CONTAINERS
=======================
*/
@media only screen and (max-width: 5000px) and (min-width: 1760px) {
  .container {
    width: 1560px;
  }
  .inner-content {
    width: 1141px;
  }
}
@media only screen and (max-width: 1759px) and (min-width: 1560px) {
  .container {
    width: 1540px;
  }
  .inner-content {
    width: 1141px;
  }
}
@media only screen and (max-width: 1559px) and (min-width: 1330px) {
  .container {
    width: 1300px;
  }
  .inner-content {
    width: 1141px;
  }
}
@media only screen and (max-width: 1329px) and (min-width: 1200px) {
  .container {
    width: 1150px;
  }
  .inner-content {
    width: 1000px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .container {
    width: 950px;
  }
  .inner-content {
    width: 880px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .container {
    width: 750px;
  }
  .inner-content {
    width: 700px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 500px) {
  .container {
    width: 480px;
  }
  .inner-content {
    width: 480px;
  }
}
@media only screen and (max-width: 499px) and (min-width: 300px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .inner-content {
    width: 100%;
    margin: 0 auto;
  }
}
/*
=======================
  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;
}
img {
  border: 0;
}
iframe {
  border: 0;
}
.ccm-page {
  color: #646464;
  font-family: "Roboto", Arial, Helvetica, 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: #192a4f;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.ccm-page h1 {
  font-size: 42px;
  margin: 0 0 80px;
}
.ccm-page h2 {
  font-size: 36px;
  margin: 0 0 20px;
  word-spacing: 6px;
}
.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 #646464;
  margin: 20px 0;
}
.ccm-page a {
  color: #ffffff;
}
.ccm-page a:hover {
  color: #ffffff;
  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: 18px;
  line-height: 1.7em;
  margin: 0 0 40px 0;
}
.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 40px 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: 18px;
  margin: 0 0 15px 0;
  font-weight: 500;
}
.ccm-page .content table {
  margin: 0 0 40px 0;
}
.ccm-page .content table td {
  font-size: 18px;
  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;
}
.container.inner-content {
  font-family: neue-haas-grotesk-display, sans-serif;
}
.container.inner-content h1 {
  color: #192a4f;
  margin: 50px 0 50px;
}
.container.inner-content h3 {
  color: #192a4f;
  font-weight: 600;
  font-size: 48px;
  text-transform: none;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin-top: 55px;
  margin-bottom: 60px;
}
.container.inner-content h4 {
  color: #192a4f;
  font-weight: 700;
  font-size: 30px;
  margin-top: 50px;
  text-transform: none;
}
.container.inner-content h5 {
  color: #192a4f;
  font-weight: 700;
  font-size: 30px;
  text-transform: none;
}
.container.inner-content p {
  color: #646464;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 1.4;
  margin: 0 0 22px 0;
}
.container.inner-content img {
  margin-right: 60px;
}
.container.inner-content a {
  color: #002e50;
}
.ccm-page.page-template-contact .container.inner-content h4 {
  margin-top: 0;
}
.ccm-page.page-template-contact .container.inner-content .contact-info {
  margin-bottom: 25px;
}
.container.inner-content.bottomline .row .content {
  margin-top: 13px;
  margin-bottom: 60px;
}
.container.inner-content.bottomline h4 {
  margin-top: 45px;
  margin-bottom: 3px;
  padding-top: 43px;
}
.container.inner-content.bottomline h4:first-child {
  border-top: 1px solid #646464;
}
.container.inner-content.bottomline h5 {
  margin-bottom: 45px;
  border-bottom: 1px solid #646464;
  padding-bottom: 43px;
}
.ccm-page .container.supportlist ul {
  margin-bottom: 15px;
  margin-top: 35px;
  padding: 0px;
}
.ccm-page .container.supportlist ul li {
  color: #2a2a2a;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 1.05;
  list-style: none;
}
.ccm-page .container.supportlist ul li:before {
  content: "\f00c";
  color: #67bf3b;
  font-family: FontAwesome;
  font-size: 20px;
  left: 0;
  top: 3px;
  padding-right: 18px;
}
.container.inner-content.blogpage h1 {
  margin-top: 2em;
}
.ccm-page .container.staffs .row .content {
  margin-top: 27px;
}
.staffname {
  font-size: 30px;
  font-weight: 400;
  line-height: 0.76;
}
.staffname strong {
  font-weight: 600;
}
@media (max-width: 991px) {
  .ccm-page h1 {
    font-size: 38px;
    margin: 0 0 50px;
  }
  .ccm-page h2 {
    font-size: 30px;
  }
  .container.inner-content {
    font-family: neue-haas-grotesk-display, sans-serif;
  }
  .container.inner-content h3 {
    font-size: 38px;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 1.2;
    letter-spacing: 0.5px;
  }
  .container.inner-content h4 {
    font-weight: 700;
    font-size: 28px;
    text-transform: none;
    margin-top: 60px;
  }
  .container.inner-content h5 {
    font-weight: 700;
    font-size: 28px;
    text-transform: none;
  }
  .container.inner-content p {
    font-weight: 500;
    font-size: 16px;
  }
  .ccm-page .content ol li,
  .ccm-page .content ul li {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 12px 0;
  }
  .container.inner-content.bottomline .row .content {
    margin-top: 13px;
    margin-bottom: 40px;
  }
  .container.inner-content.bottomline h4 {
    margin-top: 15px;
    margin-bottom: 3px;
  }
  .container.inner-content.bottomline h5 {
    margin-bottom: 30px;
  }
  .ccm-page .container.supportlist ul li {
    font-size: 14px;
  }
  .ccm-page .container.supportlist ul li:before {
    font-size: 16px;
  }
  .staffname {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.00;
  }
  .staffname strong {
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .ccm-page .content img {
    display: block;
    float: none !important;
    margin: 0 0 15px 0 !important;
    padding: 0;
  }
  .ccm-page.page-template-home .content img {
    display: inline;
    float: none !important;
    margin: unset;
    padding: 0;
  }
  .ccm-page .content .cert_icon img {
    display: inline;
    float: inherit;
    margin: 0 0 15px 0 !important;
    padding: 0;
  }
  .ccm-page h1 {
    font-size: 26px;
    margin: 0 0 30px;
  }
  .ccm-page h2 {
    font-size: 20px;
    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;
  }
  .ccm-page .container.inner-content {
    font-family: neue-haas-grotesk-display, sans-serif;
  }
  .ccm-page .container.inner-content h1 {
    margin: 30px 0 30px;
  }
  .ccm-page .container.inner-content h3 {
    font-size: 27px;
    margin-top: 25px;
    margin-bottom: 30px;
    line-height: 1.2;
    letter-spacing: 0.5px;
  }
  .ccm-page .container.inner-content h4 {
    font-size: 24px;
    margin-top: 25px;
  }
  .ccm-page .container.inner-content h5 {
    color: #2a2a2a;
    font-size: 24px;
    text-transform: none;
  }
  .ccm-page .container.inner-content p {
    font-weight: 500;
    font-size: 14px;
  }
  .ccm-page .container.inner-content.bottomline .row .content {
    margin-top: 13px;
    margin-bottom: 20px;
  }
  .ccm-page .container.inner-content.bottomline h4 {
    margin-top: 15px;
    margin-bottom: 3px;
  }
  .ccm-page .container.inner-content.bottomline h5 {
    margin-bottom: 20px;
  }
  .ccm-page .container.supportlist ul {
    margin-top: 10px;
  }
}
/*
===========
  BUTTONS
===========
*/
.ccm-page a.button-special,
.ccm-page .button-special a,
.ccm-page .formidable input[type="submit"] {
  background: #f1592a;
  border: 1px solid #f1592a;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 55px;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 8px 70px;
  position: relative;
  transition: background .3s;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
}
.ccm-page a.button-special:hover,
.ccm-page .button-special a:hover,
.ccm-page .formidable input[type="submit"]:hover {
  background: #fff;
  color: #f1592a;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #f1592a;
}
.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 .formidable input[type="submit"] {
  background: #0055a4;
  border: 1px solid #0055a4;
}
.ccm-page .formidable input[type="submit"]:hover {
  background: #fff;
  color: #0055a4;
  cursor: pointer;
  border: 1px solid #0055a4;
}
@media (max-width: 1199px) {
  .ccm-page a.button-special,
  .ccm-page .button-special a,
  .ccm-page .formidable input[type="submit"] {
    font-size: 15px;
    font-weight: 700;
    height: 45px;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 2px 15px;
  }
}
@media (max-width: 991px) {
  .ccm-page a.button-special,
  .ccm-page .button-special a,
  .ccm-page .formidable input[type="submit"] {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: 4px 0;
    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: 40px;
    line-height: 40px;
    margin: 7px 0;
    padding: 0 25px;
  }
  .button-container .button-special a {
    margin-left: 30px;
  }
}
@media (max-width: 500px) {
  .ccm-page a.button-special,
  .ccm-page .button-special a,
  .ccm-page .formidable input[type="submit"] {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin: 7px 0;
    padding: 0 6px;
  }
  .button-container .button-special a {
    margin-left: 5px;
  }
}
/*
===============================
  HEADER AREA SPECIFIC STYLES
===============================
*/
.ccm-page .headerpart {
  background-color: #fff;
}
.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 .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;
}
.ccm-page header .header-item .message {
  top: 3px;
  position: absolute;
  left: 350px;
  letter-spacing: 0.5px;
}
.ccm-page header .header-item .message span {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #143282;
}
.ccm-page header .header-item:after {
  clear: both;
  content: " ";
  display: table;
}
.ccm-page header .header-item.nav-container {
  border-top: 1px solid #5a5a5a;
  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: 30px 50px 30px 0;
  position: relative;
}
.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 {
    margin: 15px 20px 30px 0;
    max-width: 400px;
  }
  .ccm-page header .header-item.nav-container {
    margin: 17px 0 0 0;
    padding: 17px 0 0 0;
  }
  .ccm-page header .header-item {
    position: relative;
  }
  .ccm-page header .header-item .message {
    top: 3px;
    left: 170px;
    letter-spacing: 0.5px;
  }
  .ccm-page header .header-item .message span {
    font-size: 20px;
  }
}
@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;
  }
  .ccm-page .logo {
    margin: 20px 15px 20px 0;
    max-width: 400px;
  }
  .ccm-page header .header-item.nav-container {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
  }
  .ccm-page header .header-item .message {
    top: 3px;
    left: 120px;
    letter-spacing: 0.5px;
  }
  .ccm-page header .header-item .message span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ccm-page header .header-item.nav-container {
    background: #236cb2;
    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;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-grow: 1;
    margin: 5px 0 0 0;
  }
  .ccm-page header .header-item.contact-container .contact-phone {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .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: 25px auto 15px;
    max-width: 100%;
  }
  .ccm-page .block-sociallinks {
    margin: 0;
  }
  .ccm-page .block-sociallinks li {
    float: left;
    margin: 0 10px 9px 10px;
  }
  .ccm-page header .header-item .message {
    display: none;
  }
}
/*
===================================
  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: #ffffff;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding: 0 18px;
}
.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: #f1592a;
  text-decoration: none;
}
.ccm-page .nav li .selected,
.ccm-page .nav li .nav-path-selected {
  color: #f1592a;
}
.menu-toggle-container {
  display: none;
}
.ccm-page #toggle {
  border-bottom: none;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: neue-haas-grotesk-display, 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: -6px;
}
.ccm-page #toggle span:after {
  top: 6px;
}
.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: 20px;
}
/* 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;
}
@media (max-width: 500px) {
  .ccm-page #toggle {
    font-size: 15px;
  }
}
/*
=====================================
  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;
  padding: 13px 14px 15px 14px;
}
.ccm-page .nav ul li a {
  color: #2a2a2a;
  display: block;
  font-size: 20px;
  margin: 0;
  padding: 13px 15px;
  text-transform: inherit;
  white-space: nowrap;
}
.ccm-page .nav ul li a:hover {
  color: #F1592a;
  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: 42%;
    margin: 0;
    opacity: 0;
    padding: 0 22px 16px;
    position: absolute;
    top: 75px;
    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;
    color: #2a2a2a;
    display: block;
    font-size: 16px;
    padding: 6px 18px;
    white-space: nowrap;
  }
  .ccm-page .nav ul li a {
    font-size: 16px;
  }
  .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;
    padding: 2px 14px 2px 14px;
  }
  .ccm-page .nav ul li a {
    display: inline-block;
    overflow: hidden;
    padding: 6px 28px 6px 20px;
    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 #slides {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0 0 0 0;
  max-height: 600px;
  overflow: hidden;
  position: relative;
  width: 100%;
  zoom: 1;
}
.ccm-page #slides .loading {
  color: #294078;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1000;
}
.ccm-page #slides .button {
  width: 216px;
  height: 55px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #010000;
  text-transform: uppercase;
  background-color: #ffee00;
  padding-top: 15px;
}
.ccm-page #slides .button:after {
  content: '\f061';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  padding-left: 20px;
}
#slides .slides {
  padding-left: 0px;
}
#slides .slides img {
  width: 100%;
  display: block;
}
.ccm-page.is-logged #slides {
  margin: 0px 0 70px 0;
}
.ccm-page.is-edit #slides {
  height: inherit;
  overflow: inherit;
}
.ccm-page #slides ul {
  padding-inline-start: 0;
}
.ccm-page.is-edit #slides ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ccm-page #slides li {
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}
.ccm-page.is-edit #slides li {
  display: block !important;
  height: 70px;
  overflow: hidden;
}
.ccm-page #slides li img {
  height: auto;
  max-width: inherit;
  width: 100%;
}
.ccm-page #slides li .text-container {
  color: #192a4f;
  margin: 0 auto;
  max-width: 850px;
  padding: 40px 40px 0 0;
  position: absolute;
  text-align: left;
  top: 20%;
  z-index: 2;
}
.ccm-page #slides li .text-container .abovetitle {
  color: #fff;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 60px;
  font-weight: 600;
  margin: 0 0 40px 0;
  line-height: 1.2;
  letter-spacing: 2px;
}
.ccm-page #slides li .text-container .title {
  color: #192a4f;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 1.3em;
  margin: 0 0 50px 0;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
.ccm-page #slides li .text-container .subtitle {
  color: #192a4f;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 450px;
  margin: 0 0 50px 0;
}
.banner-booking-button {
  position: absolute;
  top: 400px;
}
.banner-bottom {
  background-color: #004796;
  display: table;
  padding: 50px 0;
  position: relative;
  width: 100%;
}
.banner-bottom h2 {
  margin: 0;
}
.ccm-page #slides .painting-info-container {
  bottom: 20px;
  color: #fff;
  font-size: 13px;
  letter-spacing: .2px;
  position: absolute;
  right: 20px;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}
.ccm-page #slides .slides-pagination {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 9;
}
.ccm-page #slides .slides-pagination a {
  background: rgba(33, 33, 33, 0.5);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: Arial;
  font-size: 10px;
  height: 17px;
  margin: 0 3px;
  padding: 2px 0 0 0;
  text-align: center;
  width: 17px;
}
.ccm-page #slides .slides-pagination a:hover {
  color: #7aabe8;
}
.ccm-page #slides .slides-pagination a.current {
  color: #7aabe8;
}
.ccm-page .loader {
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  margin: 0 0 0 10px;
  perspective: 800px;
  pointer-events: none;
  position: relative;
  top: 10px;
  width: 32px;
}
.ccm-page .loader .inner {
  border-radius: 50%;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  width: 100%;
}
.ccm-page .loader .inner.one {
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #294078;
  left: 0%;
  top: 0%;
}
.ccm-page .loader .inner.two {
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #294078;
  right: 0%;
  top: 0%;
}
.ccm-page .loader .inner.three {
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #294078;
  bottom: 0%;
  right: 0%;
}
@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@media (max-width: 1329px) {
  .ccm-page #slides li .text-container {
    max-width: 650px;
    top: 25%;
  }
  .ccm-page #slides li .text-container .abovetitle {
    font-size: 55px;
  }
  .ccm-page #slides li .text-container .subtitle {
    font-size: 20px;
  }
  .banner-booking-button {
    top: 320px;
  }
}
@media (max-width: 1199px) {
  .ccm-page #slides li .text-container {
    max-width: 550px;
    top: 25%;
  }
  .ccm-page #slides li .text-container .abovetitle {
    font-size: 50px;
  }
  .ccm-page #slides li .text-container .subtitle {
    font-size: 20px;
  }
  .banner-booking-button {
    top: 215px;
  }
}
@media (max-width: 991px) {
  .ccm-page #slides li .text-container {
    max-width: 500px;
    top: 25%;
  }
  .ccm-page #slides li .text-container .abovetitle {
    font-size: 40px;
  }
  .ccm-page #slides li .text-container .subtitle {
    font-size: 18px;
  }
  .banner-booking-button {
    top: 183px;
  }
}
@media (max-width: 767px) {
  .ccm-page #slides li .text-container {
    max-width: 450px;
    padding: 11px;
    top: 25%;
    z-index: 2;
  }
  .ccm-page #slides li .text-container:before {
    height: 280px;
    width: 280px;
  }
  .ccm-page #slides li .text-container .abovetitle {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 20px 0;
  }
  .ccm-page #slides li .text-container .title {
    font-size: 64px;
    line-height: 1.3em;
    margin: 0 0 30px 0;
  }
  .ccm-page #slides li .text-container .subtitle {
    font-size: 14px;
    max-width: 180px;
  }
  .ccm-page #slides .painting-info-container {
    bottom: 10px;
    color: #fff;
    font-size: 11px;
    letter-spacing: .2px;
    position: absolute;
    right: 10px;
    text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  }
  .ccm-page #slides .slides-pagination {
    display: none;
  }
  .banner-booking-button {
    display: none;
  }
  .banner-bottom {
    padding: 25px 0;
  }
}
@media (max-width: 500px) {
  .ccm-page #slides li .text-container {
    width: 70%;
    padding: 11px;
    top: 25%;
    z-index: 2;
  }
  .ccm-page #slides li .text-container:before {
    height: 280px;
    width: 280px;
  }
  .ccm-page #slides li .text-container .abovetitle {
    font-size: 25px;
    font-weight: 700;
    margin: 0px 0 20px -15px;
  }
  .ccm-page #slides li .text-container .title {
    font-size: 12px;
    line-height: 1.3em;
    margin: 0 0 30px -15px;
  }
  .ccm-page #slides li .text-container .subtitle {
    font-size: 12px;
    max-width: 100%;
    margin: 0 0 0 -15px;
  }
  .ccm-page #slides .painting-info-container {
    bottom: 10px;
    color: #fff;
    font-size: 11px;
    letter-spacing: .2px;
    position: absolute;
    right: 10px;
    text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  }
  .ccm-page #slides .slides-pagination {
    display: none;
  }
  .banner-booking-button {
    display: none;
  }
}
@media (max-width: 430px) {
  .ccm-page #slides li .text-container {
    width: 100%;
  }
}
/*
=======================
  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: #192a4f;
  font-family: neue-haas-grotesk-display, 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: #646464;
  font-family: "Roboto", Arial, Helvetica, 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 {
  overflow: hidden;
  text-align: center;
}
.ccm-page .contactinfo .contact-info .items {
  overflow: hidden;
  text-align: left;
}
.ccm-page .contact-info .item {
  color: #646464;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
  position: relative;
}
.ccm-page .contact-info .item a {
  color: #646464;
}
.ccm-page .contact-info .item a:hover {
  color: #002e50;
}
.ccm-page .contact-info .item a:before {
  color: #002e50;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: 400;
  left: -28px;
  margin: 0;
  padding: 0 0 0 6px;
}
.ccm-page .contact-info .item.contact-address a:before {
  content: "\f041";
  left: -45px;
  top: -1px;
  padding-left: 10px;
  padding-right: 10px;
}
.ccm-page .contact-info .item.contact-email a:before {
  content: "\f0e0";
  left: -48px;
  top: 0;
  padding-right: 6px;
}
.ccm-page .contact-info .item.contact-phone a:before {
  content: "\f095";
  left: -165px;
  top: 1px;
  padding-right: 6px;
}
.ccm-page #header .contact-info .item.contact-phone:before {
  left: -165px;
  top: 1px;
}
.ccm-page .contact-info .item.contact-fax:before {
  content: "\f1ac";
  left: -49px;
  top: -2px;
}
.ccm-page .contact-info .item.contact-mobile:before {
  content: "\f10b";
  font-size: 19px;
  left: -40px;
  top: -2px;
}
/* ---- for header ---- */
.ccm-page .header-item .contact-info .item {
  color: #364aa2;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.ccm-page .header-item .contact-info .item a {
  color: #364aa2;
  transition: color 0.5s ease;
}
.ccm-page .header-item .contact-info .item a:hover {
  color: #002e50;
}
.ccm-page .contact-info .item:before {
  font-size: 20px;
}
.ccm-page .icon-container {
  align-items: center;
  display: flex;
}
.ccm-page .icon-container-small {
  align-items: center;
  display: none;
}
@media (max-width: 1559px) {
  .ccm-page .icon-container {
    width: 330px;
  }
}
@media (max-width: 1199px) {
  .ccm-page .icon-container {
    display: none;
  }
  .ccm-page .icon-container-small {
    width: 150px;
    display: flex;
    align-items: center;
  }
  .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;
  }
  .ccm-page .header-item .contact-info .item {
    font-size: 20px;
  }
  .ccm-page .header-item .contact-info .item:before {
    font-size: 20px;
  }
}
@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: -24px;
    top: -1px;
  }
  .ccm-page .contact-info .item.contact-email:before {
    left: -28px;
    top: 0;
  }
  /*
  .ccm-page .contact-info .item.contact-phone:before {
    content: "\f095";
	  left: -25px;
  	top: 1px;
  }
*/
  .ccm-page #header .contact-info .item.contact-phone:before {
    color: #364aa2;
  }
  .ccm-page .contact-info .item.contact-mobile:before {
    font-size: 15px;
    left: -24px;
    top: -2px;
  }
  .ccm-page .contact-info .item.contact-fax:before {
    left: -28px;
    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 0 0;
    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: -25px;
    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: -24px;
    top: -2px;
  }
  .ccm-page .contact-info .item.contact-fax:before {
    left: -28px;
    top: -2px;
  }
}
@media (max-width: 767px) {
  .contactinfo {
    margin-bottom: 25px;
  }
}
@media (max-width: 500px) {
  .ccm-page .icon-container-small {
    width: 80px;
    display: flex;
    align-items: center;
  }
  .ccm-page .header-item .contact-info .item {
    font-size: 13px;
  }
}
/*
=============
  BLOG LIST
=============
*/
.blog-list hr {
  border-top: 1px solid #192a4f;
  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;
  margin-top: 2em;
}
.ccm-page .item-blog:hover h3 {
  color: #192a4f;
}
.ccm-page .item-blog .image-container {
  position: relative;
  width: 360px;
}
.ccm-page .item-blog .image-container .read-more {
  background: #192a4f;
  border: 1px solid #192a4f;
  bottom: 0;
  color: #fff;
  height: 54px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 54px;
  transition: background-color 0.5s ease;
}
.ccm-page .item-blog .image-container .read-more i {
  font-size: 17px;
  position: relative;
  top: 17px;
}
.ccm-page .item-blog .image-container .read-more:hover {
  background: #fff;
  color: #192a4f;
}
.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 .formidable_column {
  padding: 30px;
}
.ccm-page .formidable .row {
  margin-left: -15px;
  margin-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: #0f0f2d !important;
  font-size: 14px;
  font-weight: 400;
}
.ccm-page .formidable ::-moz-placeholder {
  color: #0f0f2d !important;
  font-size: 14px;
  font-weight: 400;
}
.ccm-page .formidable :-ms-input-placeholder {
  color: #0f0f2d !important;
  font-size: 14px;
  font-weight: 400;
}
.ccm-page .formidable ::-webkit-input-placeholder {
  color: #0f0f2d !important;
  opacity: 1 !important;
  font-size: 14px;
  font-weight: 400;
}
.ccm-page .formidable textarea,
.ccm-page .formidable input[type=text],
.ccm-page .formidable input[type=email],
.ccm-page .formidable input[type=select],
.ccm-page .formidable input[type=textarea] {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #1b1b1b;
  box-shadow: none;
  color: #000000;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: inherit;
  outline: none;
  margin: 0 auto;
  padding: 15px 13px;
  margin-top: 15px;
}
.ccm-page .formidable h5 {
  margin: 10px auto;
}
.ccm-page .formidable textarea {
  margin: 10px auto;
  height: 180px;
}
.ccm-page .formidable select {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #1b1b1b;
  box-shadow: none;
  color: #000000;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: inherit;
  outline: none;
  margin: 0 auto;
  padding: 15px 13px;
  margin-top: 15px;
}
.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: 40px 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: #056839;
}
.ccm-page .formidable .element.send-5 {
  margin: 20px 0 65px;
  text-align: center;
}
@media (max-width: 767px) {
  .ccm-page .formidable .formidable_column {
    padding: 10px;
  }
  .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;
    margin-top: 15px;
  }
  .ccm-page .formidable textarea {
    height: 180px;
  }
  .ccm-page .formidable .form-group {
    margin-bottom: 5px;
  }
}
/*
===============================
  FOOTER AREA SPECIFIC STYLES
===============================
*/
.ccm-page .footer {
  margin: 0;
  background-color: #fff;
}
.ccm-page .footer a {
  color: #fff;
  transition: color 0.5s ease;
}
.ccm-page .footer a:hover {
  color: #f1592a;
}
.ccm-page .footer .calltoaction {
  background-color: #fff;
  margin-top: 50px;
}
.ccm-page .footer .calltoaction h2 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  padding-top: 70px;
  text-transform: none;
}
.ccm-page .footer .calltoaction a {
  transition: color 0.5s ease;
}
.ccm-page .footer .calltoaction a:hover {
  color: #004796;
}
.ccm-page .footer .calltoaction .container.inner-content .content {
  float: none;
}
.ccm-page .footer .calltoaction .container.inner-content .contact-info .items {
  text-align: left;
}
.ccm-page .footer .calltoaction .container.inner-content p {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  margin: 0 15px;
  padding-top: 0;
  padding-bottom: 15px;
}
.ccm-page .footer .footer_black {
  background-color: #002e50;
  margin-top: 25px;
  padding-top: 3em;
}
.ccm-page .footer .container.inner-content h5 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #f1592a;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.ccm-page .footer .container.inner-content p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.ccm-page .footer .container.inner-content .footer-sns-icon {
  margin: 25px auto 0px;
  text-align: center;
  font-size: 25px;
}
.ccm-page .footer .container.inner-content .footer-sns-icon a {
  color: #143282;
}
.ccm-page .footer .container.inner-content .footer-sns-icon .content {
  float: none;
}
.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 {
  background: #002e50;
  color: #aaa;
  font-size: 13px;
  padding: 15px 0;
  text-align: center;
}
.ccm-page .footer .copyright a {
  color: #aaa;
}
.ccm-page .footer .copyright a:hover {
  border-bottom: 1px dashed white;
}
@media (max-width: 1199px) {
  .ccm-page .footer .container.inner-content p {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .ccm-page .footer .container.inner-content .content {
    float: left;
  }
  .ccm-page .footer .container.inner-content .icon img {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .ccm-page .footer {
    margin: 0;
  }
  .ccm-page .footer .calltoaction {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .ccm-page .footer .calltoaction h2 {
    font-size: 40px;
    padding-top: 35px;
    text-transform: none;
  }
  .ccm-page .footer .calltoaction .container.inner-content .content {
    float: none;
  }
  .ccm-page .footer .calltoaction .container.inner-content p {
    font-size: 14px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .ccm-page .footer .container.inner-content p {
    font-size: 12px;
  }
  .ccm-page .footer .container.inner-content .content {
    float: none;
  }
  .ccm-page .footer .container.inner-content .content p img {
    padding-top: 40px;
  }
  .ccm-page .footer .col-xs-3 {
    width: 50%;
    margin-top: 25px;
    min-height: 250px;
  }
  .ccm-page .footer .copyright {
    text-align: left;
  }
  .ccm-page .footer .copyright span {
    display: block;
  }
}
@media (max-width: 500px) {
  .ccm-page .footer .calltoaction {
    margin-top: 20px;
  }
  .ccm-page .footer .calltoaction h2 {
    font-size: 32px;
  }
  .ccm-page .footer .container.inner-content p {
    font-size: 12px;
  }
  .ccm-page .footer .container.inner-content .col-xs-4 {
    width: 100%;
    margin-bottom: 25px;
  }
  .ccm-page .footer .container.inner-content .content {
    float: none;
  }
  .ccm-page .footer .container.inner-content .content p img {
    padding-top: 0px;
  }
  .ccm-page .footer .container.inner-content .icon {
    margin-top: 25px;
  }
  .ccm-page .footer .col-xs-3 {
    width: 100%;
    margin-top: 25px;
    min-height: unset;
  }
  .ccm-page .footer .copyright {
    text-align: left;
  }
  .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;
}
.ccm-page .twoblocks {
  margin-top: 30px;
  clear: both;
}
.ccm-page .twoblocks .block {
  float: left;
  position: relative;
  width: 750px;
}
.ccm-page .twoblocks .block .smalltitle {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  left: 33px;
  top: 80px;
}
.ccm-page .twoblocks .block .title {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-size: 62px;
  color: #fff;
  position: absolute;
  left: 30px;
  top: 92px;
}
.ccm-page .twoblocks .block .link {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background-color: #b60000;
  position: absolute;
  left: 30px;
  top: 221px;
  width: 216px;
  height: 55px;
  padding-top: 17px;
  padding-left: 30px;
}
.ccm-page .twoblocks .block .link:after {
  content: '\f061';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  padding-left: 20px;
}
.ccm-page .twoblocks .block:first-child {
  margin-right: 30px;
}
@media (max-width: 1565px) {
  .ccm-page .twoblocks {
    display: table;
    margin: 30px auto;
  }
  .ccm-page .twoblocks .block {
    float: left;
    position: relative;
    width: 550px;
  }
  .ccm-page .twoblocks .block .smalltitle {
    left: 33px;
    top: 60px;
  }
  .ccm-page .twoblocks .block .title {
    font-size: 62px;
    left: 30px;
    top: 70px;
  }
  .ccm-page .twoblocks .block .link {
    font-size: 16px;
    left: 30px;
    top: 175px;
    width: 216px;
    height: 55px;
    padding-top: 17px;
    padding-left: 30px;
  }
  .ccm-page .twoblocks .block .link:after {
    content: '\f061';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    padding-left: 20px;
  }
  .ccm-page .twoblocks .block:first-child {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .ccm-page .twoblocks .block {
    float: left;
    position: relative;
    width: 450px;
  }
  .ccm-page .twoblocks .block .smalltitle {
    left: 33px;
    top: 33px;
  }
  .ccm-page .twoblocks .block .title {
    font-size: 45px;
    left: 30px;
    top: 50px;
  }
  .ccm-page .twoblocks .block .link {
    font-size: 13px;
    left: 30px;
    top: 125px;
    width: 175px;
    height: 45px;
    padding-top: 14px;
    padding-left: 30px;
  }
  .ccm-page .twoblocks .block .link:after {
    content: '\f061';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    padding-left: 20px;
  }
  .ccm-page .twoblocks .block:first-child {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .ccm-page .twoblocks .block {
    float: none;
    margin: 0 auto 30px;
    width: 450px;
  }
  .ccm-page .twoblocks .block .smalltitle {
    left: 33px;
    top: 33px;
  }
  .ccm-page .twoblocks .block .title {
    font-size: 45px;
    left: 30px;
    top: 50px;
  }
  .ccm-page .twoblocks .block .link {
    font-size: 13px;
    left: 30px;
    top: 125px;
    width: 175px;
    height: 45px;
    padding-top: 14px;
    padding-left: 30px;
  }
  .ccm-page .twoblocks .block .link:after {
    content: '\f061';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    padding-left: 20px;
  }
  .ccm-page .twoblocks .block:first-child {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .ccm-page .twoblocks .block {
    float: none;
    margin: 0 auto 30px;
    width: 100%;
  }
  .ccm-page .twoblocks .block .smalltitle {
    left: 15px;
    top: 12px;
    font-size: 12px;
  }
  .ccm-page .twoblocks .block .title {
    font-size: 25px;
    left: 15px;
    top: 28px;
  }
  .ccm-page .twoblocks .block .link {
    font-size: 13px;
    left: 15px;
    top: 70px;
    width: 145px;
    height: 35px;
    padding-top: 8px;
    padding-left: 15px;
  }
  .ccm-page .twoblocks .block .link:after {
    content: '\f061';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    padding-left: 20px;
  }
  .ccm-page .twoblocks .block:first-child {
    margin-right: 0;
  }
}
/*
================
  @@@ Button
================
*/
.buttons-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/* Box colors */
.bg-1 {
  background: #ECEFF1;
  color: #37474f;
}
.bg-2 {
  background: #7986cb;
  color: #ECEFF1;
}
.bg-3 {
  background: #37474f;
  color: #fff;
}
/* Common button styles */
.button {
  float: left;
  min-width: 132px;
  max-width: 320px;
  display: block;
  margin: 0.5em;
  padding: 0.5em 2em;
  border: none;
  background: none;
  color: inherit;
  line-height: 1.7em;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.button:focus {
  outline: none;
}
.button > span {
  vertical-align: middle;
}
/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button {
  color: #37474f;
  border-color: #37474f;
}
.bg-2 .button {
  color: #ECEFF1;
  border-color: #ECEFF1;
}
.bg-3 .button {
  color: #fff;
  border-color: #fff;
}
/* Sizes */
.button--size-s {
  font-size: 14px;
}
.button--size-m {
  font-size: 16px;
}
.button--size-l {
  font-size: 18px;
}
/* Typography and Roundedness */
.button--text-upper {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.button--text-thin {
  font-weight: 300;
}
.button--text-medium {
  font-weight: 500;
}
.button--text-thick {
  font-weight: 600;
}
.button--round-s {
  border-radius: 5px;
}
.button--round-m {
  border-radius: 15px;
}
.button--round-l {
  border-radius: 40px;
}
/* Borders */
.button--border-thin {
  border: 1px solid;
}
.button--border-medium {
  border: 2px solid;
}
.button--border-thick {
  border: 3px solid;
}
/* Ujarak */
.ccm-page .button--ujarak {
  -webkit-transition: border-color 0.4s, color 0.4s;
  transition: border-color 0.4s, color 0.4s;
  background-color: #b60000;
  border: none;
  color: #fff;
}
.button--ujarak::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #236cb2;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.7, 1, 1);
  transform: scale3d(0.7, 1, 1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak.button--round-s::before {
  border-radius: 2px;
}
.button--ujarak.button--inverted::before {
  background: #7986CB;
}
.button--ujarak,
.button--ujarak::before {
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak:hover {
  color: #fff;
  border-color: #37474f;
}
.button--ujarak.button--inverted:hover {
  color: #37474F;
  border-color: #fff;
}
.button--ujarak:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*
========================
@@@  SECTION TESTIMONIALS
========================
*/
.ccm-page .section-testimonials {
  background: #f0f0f0;
  padding: 180px 0 0;
  margin-top: 40px;
  padding-top: 40px;
}
.ccm-page .section-testimonials .testimonial-edit {
  color: #fff;
}
.ccm-page .section-testimonials h2 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 60px;
  font-weight: 700;
  margin: 0 0 50px 0;
  text-align: center;
  text-transform: none;
}
.ccm-page .section-testimonials ul {
  list-style: none;
  padding-left: 0px;
}
.ccm-page .section-testimonials #flexslider-testimonials {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0;
  position: relative;
  zoom: 1;
}
.ccm-page .section-testimonials #flexslider-testimonials.loading .slides > li:first-child {
  display: block;
  opacity: 1 !important;
}
.ccm-page .section-testimonials #flexslider-testimonials .flex-viewport:before,
.ccm-page .section-testimonials #flexslider-testimonials .flex-viewport:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 15px;
  z-index: 2;
}
.ccm-page .section-testimonials #flexslider-testimonials .flex-viewport:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f46c24+1,f46c24+100&1+0,0+100 */
  background: -moz-linear-gradient(left, #f0f0f0 0%, #f0f0f0 1%, rgba(30, 136, 229, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f0f0f0 0%, #f0f0f0 1%, rgba(30, 136, 229, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f0f0f0 0%, #f0f0f0 1%, rgba(30, 136, 229, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#f0f0f0', GradientType=1);
  /* IE6-9 */
  left: 0;
}
.ccm-page .section-testimonials #flexslider-testimonials .flex-viewport:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f46c24+0,f46c24+99&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(30, 136, 229, 0) 0%, #f0f0f0 99%, #f0f0f0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(30, 136, 229, 0) 0%, #f0f0f0 99%, #f0f0f0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(30, 136, 229, 0) 0%, #f0f0f0 99%, #f0f0f0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#f0f0f0', GradientType=1);
  /* IE6-9 */
  right: 0;
}
.ccm-page .section-testimonials #flexslider-testimonials .slides {
  margin: 0;
  padding: 0;
}
.ccm-page .section-testimonials #flexslider-testimonials .slides .slide {
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.ccm-page .section-testimonials #flexslider-testimonials .flex-control-nav {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.ccm-page .section-testimonials #flexslider-testimonials .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
}
.ccm-page .section-testimonials #flexslider-testimonials .flex-control-nav li a {
  border: 1px solid #143282;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  height: 11px;
  text-indent: -9999px;
  width: 11px;
}
.ccm-page .section-testimonials #flexslider-testimonials .flex-control-nav li a:hover,
.ccm-page .section-testimonials #flexslider-testimonials .flex-control-nav li a.flex-active {
  background: #143282;
}
.ccm-page .ccm-block-testimonial {
  margin: 0 0 35px 0;
  padding: 0 15px 35px 15px;
  position: relative;
}
.ccm-page .ccm-block-testimonial .ccm-block-testimonial-text {
  color: #2a2a2a;
  font-size: 30px;
  line-height: 1.6em;
  text-align: center;
}
.ccm-page .ccm-block-testimonial .ccm-block-testimonial-paragraph {
  font-family: neue-haas-grotesk-display, sans-serif;
  margin: 50px 10%;
}
.ccm-page .ccm-block-testimonial .ccm-block-testimonial-paragraph:before,
.ccm-page .ccm-block-testimonial .ccm-block-testimonial-paragraph:after {
  margin: 0 2px 0 0;
  position: relative;
}
.ccm-page .ccm-block-testimonial .ccm-block-testimonial-paragraph:after {
  margin: 0 0 0 2px;
}
.ccm-page .ccm-block-testimonial .ccm-block-testimonial-name,
.ccm-page .ccm-block-testimonial .ccm-block-testimonial-position {
  color: #2a2a2a;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3em;
}
.ccm-page .ccm-block-testimonial ul {
  padding-left: 0px;
}
@media (max-width: 991px) {
  .ccm-page .section-testimonials {
    padding: 40px 0;
  }
  .ccm-page .section-testimonials h2 {
    margin: 0 0 20px 0;
  }
  .ccm-page .section-testimonials .ccm-block-testimonial-text {
    font-size: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .ccm-page .section-testimonials {
    padding: 40px 0 20px;
    margin: 0;
  }
  .ccm-page .section-testimonials h2 {
    font-size: 24px;
  }
  .ccm-page .section-testimonials #flexslider .flex-viewport:before,
  .ccm-page .section-testimonials #flexslider .flex-viewport:after {
    display: none;
  }
  .ccm-page .ccm-block-testimonial {
    margin: 0 0 35px 0;
    padding: 0 5px 15px 5px;
    position: relative;
  }
  .ccm-page .ccm-block-testimonial .ccm-block-testimonial-text {
    font-size: 14px;
    line-height: 1.5em;
  }
}
/*
===================================
  @@@ HEADING AREA
===================================
*/
.ccm-page .header-container {
  margin: 123px 0 115px 0;
}
.ccm-page .heading {
  height: 552px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.heading-title-container {
  width: 1540px;
  margin: 0 auto;
}
.ccm-page .heading h1,
.ccm-page .heading h2 {
  color: #192a4f;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 82px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}
@media (max-width: 1549px) {
  .heading-title-container {
    width: 1100px;
    margin: 0 auto;
  }
  .ccm-page .heading h1,
  .ccm-page .heading h2 {
    font-size: 72px;
  }
}
@media (max-width: 1329px) {
  .heading-title-container {
    width: 900px;
    margin: 0 auto;
  }
  .ccm-page .heading h1,
  .ccm-page .heading h2 {
    font-size: 62px;
  }
}
@media (max-width: 1199px) {
  .heading-title-container {
    width: 800px;
    margin: 0 auto;
  }
  .ccm-page .heading h1,
  .ccm-page .heading h2 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .heading-title-container {
    width: 600px;
    margin: 0 auto;
  }
  .ccm-page .header-container {
    margin: 100px 0 0 0;
  }
  .ccm-page .heading {
    margin: 0 0 50px 0;
    padding: 120px 0 70px;
    height: 420px;
  }
}
@media (max-width: 767px) {
  .ccm-page .heading h1 {
    font-size: 40px;
  }
  .ccm-page .heading h2 {
    font-size: 32px;
  }
  .ccm-page .heading {
    margin: 0 0 10px 0;
    padding: 50px 0 30px;
    height: 220px;
    background-size: contain;
  }
  .heading-title-container {
    width: 80%;
    margin: 0 auto;
  }
}
/* Override Bootstrap */
.text-danger {
  color: #fff;
  background: #a94442;
}
/*
==================
@@@  Services
==================
*/
.ccm-page .services {
  display: flex;
  flex-flow: row wrap;
  /* Then we define how is distributed the remaining space */
  justify-content: flex-start;
  align-items: flex-start;
}
.ccm-page .services .services_container {
  display: block;
}
.ccm-page .services .services_container .icon {
  border-radius: 50px;
  float: left;
  height: auto;
  max-width: 73px;
  width: 100%;
  margin-top: 15px;
}
.ccm-page .services .services_container .title {
  float: left;
  font-size: 22px;
  margin-top: 1.5em;
  padding-left: 20px;
  width: 300px;
}
.ccm-page .vertically .services .clear_both {
  clear: both;
}
.ccm-page .horizontally .services .title {
  width: 200px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .ccm-page .services .services_container .icon {
    max-width: 50px;
  }
  .ccm-page .services .services_container .title {
    font-size: 18px;
    width: 200px;
  }
}
/*
==================
@@@
==================
*/
.footer .contactform h4 {
  font-weight: 700;
  color: #fff;
  margin: 10px 0 10px 50px;
}
.footer .contactform .contact_heading {
  background-color: #0055a4;
  padding: 2rem 2rem 1rem;
  border-bottom: 9px solid #a8a9ac;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 2px 5px #7d7d7d;
}
.footer .contactform .contact_body {
  background-color: #ebebeb;
  height: 680px;
  border-radius: 0 0 24px 24px;
  background: #fff;
  box-shadow: 0 2px 5px #7d7d7d;
}
.booking_button {
  background-color: #002e50;
  float: right;
  margin: 0;
  overflow: inherit;
  padding: 0 10px;
  position: relative;
  text-align: right;
  width: 100%;
}
.booking_button .content p {
  margin: 0;
}
.booking_button.compact {
  float: none;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 30;
}
.menu-button-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.menu-button-container .menus-container {
  align-self: center;
  margin: 15px 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  flex-grow: 1;
}
.menu-button-container .menus-container .menu-container {
  align-self: flex-end;
  margin: 15px 30px;
}
.menu-button-container .menus-container .button-container {
  align-self: flex-end;
}
.booking_button.compact .menu-button-container {
  justify-content: center;
}
@media (max-width: 767px) {
  .menu-button-container {
    justify-content: center;
  }
  .menu-button-container .icon-container {
    width: 100%;
    flex-grow: 3;
  }
  .menu-button-container .menus-container {
    align-self: center;
    margin: 15px 0;
  }
  .menu-button-container .menus-container .menu-container {
    margin: 15px 50px 15px 0;
  }
  .booking_button.compact .menu-button-container {
    flex-wrap: wrap;
  }
  .booking_button.compact .menu-button-container .icon-container {
    margin: 0;
    width: 100%;
  }
  .booking_button.compact .menu-button-container .icon-container img {
    margin-top: 11px;
  }
  .footer .contactform h4 {
    margin-left: unset;
    text-align: center;
  }
  .footer .contactform .contact_heading {
    padding: 2rem 0 1rem;
  }
}
@media (max-width: 500px) {
  .footer .contactform .contact_body {
    height: 600px;
  }
}
/*
==================
@@@  Shop Detail
==================
*/
.slider-container {
  overflow: hidden;
}
.ccm-page .hb-store-infos {
  display: none;
}
.ccm-page.page-template-home .hb-store-infos {
  background-color: #002e50;
  text-align: center;
  padding: 2rem 2.188rem;
  float: right;
  max-width: 330px;
  width: 100%;
  height: 270px;
  z-index: 9;
  padding-top: 27px;
  position: absolute;
  margin-top: 20px;
  right: 70px;
  color: #fff;
}
.ccm-page.page-template-home .hb-store-infos h3 {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .ccm-page.page-template-home .hb-store-infos {
    height: 246px;
    padding-top: 12px;
    position: absolute;
    margin-top: 0px;
    right: 0px;
    color: #fff;
  }
  .ccm-page.page-template-home .hb-store-infos h3 {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .ccm-page.page-template-home .hb-store-infos {
    display: none;
  }
}
