/* Import bootstrap 3 mixins and variables so we can use them */
/* Import core mixins so we can use them */
.clear_float:before,
.clear_float:after {
  display: table;
  content: " ";
}
.clear_float:after {
  clear: both;
}
/* Import our theme variables. */
/*
 * The sections in this document roughly correspond to our theme style guide.
 */
/* Import our theme mixins */
/* Import our theme fonts */
/* Our style rules - namespace so as not to collide with the core app styles */
div.ccm-page {
  position: relative;
}
div.ccm-page {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42857143;
  -webkit-font-smoothing: antialiased;
}
div.ccm-page blockquote {
  padding-left: 60px;
  font-size: 1.46em;
  font-weight: 300;
  border-color: #bdcfd8;
  color: #5b676c;
  line-height: 1.42857143;
}
div.ccm-page h1 {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h2 {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h3 {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h4 {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h5 {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.42857143;
  text-transform: uppercase;
}
div.ccm-page h6 {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: #a3db75;
  line-height: 1.42857143;
  text-transform: uppercase;
}
div.ccm-page img {
  max-width: 100%;
  height: auto;
}
div.ccm-page hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #ececec;
}
div.ccm-page main {
  background-color: #ffffff;
  padding-bottom: 0px;
  /*
    div.container:last-child {
      padding-bottom: 80px;
    }
    */
}
div.ccm-page main a:not(.fa):not(.btn),
div.ccm-page footer a:not(.fa):not(.btn) {
  color: #20bde8;
}
div.ccm-page main a:not(.fa):not(.btn):hover,
div.ccm-page footer a:not(.fa):not(.btn):hover {
  color: #abddff;
  text-decoration: none;
}
div.ccm-page div[data-container=block] div.container:last-child {
  padding-bottom: 0px;
}
div.ccm-page.page-type-blog-entry div.col-sidebar {
  padding-top: 40px;
}
div.ccm-page div.col-sidebar hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
div.ccm-page div.ccm-system-errors {
  margin-top: 40px;
}
div.ccm-page header {
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
div.ccm-page header nav .dropdown:after {
  content: ' ▶';
}
div.ccm-page header nav .dropdown:hover:after {
  content: '\25bc';
}
div.ccm-page header nav ul {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  list-style: none;
  margin-top: 10px !important;
  padding: 0px 0px 0px 0px;
  float: right;
}
div.ccm-page header nav ul a {
  font-family: 'Nunito';
  font-size: 1.1em;
  font-weight: bold;
  color: #1a1a1a;
  transition: all 0.3s ease-in;
  text-transform: none;
}
div.ccm-page header nav ul a:hover {
  color: #1071d0;
  text-decoration: none;
}
div.ccm-page header nav ul li {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}
div.ccm-page header nav ul li:hover ul {
  opacity: 1;
  top: 30px;
  visibility: visible;
}
div.ccm-page header nav ul li ul {
  cursor: pointer;
  padding: 15px;
  padding-bottom: 0px;
  float: left;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 20px;
  visibility: hidden;
  width: 200px;
  background-color: #ffffff;
  z-index: 99;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  border: 1px solid #edf2f3;
}
div.ccm-page header nav ul li ul li {
  float: none;
  width: 100%;
  padding-bottom: 0px;
}
div.ccm-page header nav ul li ul li:hover a {
  color: #0099ff;
}
div.ccm-page header nav ul li ul li a {
  display: block;
  padding-bottom: 15px;
  font-size: 1.0em;
  text-transform: none;
  color: #a2a2a2;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
div.ccm-page header nav ul li ul li a:hover {
  color: #0099ff;
}
div.ccm-page div.ccm-pagination-wrapper {
  text-align: center;
}
div.ccm-page .pagination > li.active span {
  background: none;
  color: #548627;
  border-color: #d4efbd;
}
div.ccm-page .pagination > li.next.disabled a,
div.ccm-page .pagination > li.next.disabled span {
  color: #b3beb8;
}
div.ccm-page .pagination > li.next a {
  border-right: 1px solid #d4efbd;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-right: 25px;
}
div.ccm-page .pagination > li.next span {
  border-right: 1px solid #d4efbd;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-right: 25px;
}
div.ccm-page .pagination > li.prev.disabled a,
div.ccm-page .pagination > li.prev.disabled span {
  color: #b3beb8;
}
div.ccm-page .pagination > li.prev span {
  border-left: 1px solid #d4efbd;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 25px;
}
div.ccm-page .pagination > li.prev a {
  border-left: 1px solid #d4efbd;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-left: 25px;
}
div.ccm-page .pagination > li > a {
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: #d4efbd;
}
div.ccm-page .pagination > li > a:hover {
  background: none;
}
div.ccm-page .pagination > li > span {
  font-size: 14px;
  border-left: 0;
  border-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-color: #d4efbd;
}
div.ccm-page .breadcrumb {
  background-color: transparent;
  margin: 0px !important;
  padding-top: 20px !important;
  padding: 0px;
  color: white !important;
  text-align: center;
}
div.ccm-page .breadcrumb a {
  color: white !important;
  font-size: 0.9em !important;
}
div.ccm-page .breadcrumb a:hover {
  text-decoration: underline;
  color: #87cbff !important;
}
div.ccm-page .breadcrumb li.active {
  color: #87cbff !important;
}
div.ccm-page img.ccm-captcha-image {
  display: block;
  margin: 0px auto 30px auto;
}
div.ccm-page main .ccm-search-block-form h3 {
  font-family: 'Nunito';
  font-size: 1.6em;
  text-transform: uppercase;
}
div.ccm-page main .ccm-search-block-form input.ccm-search-block-text {
  border: 1px solid #e6e6e6;
  margin-right: 15px;
  width: 50%;
  margin-bottom: 15px;
  padding: 10px;
}
div.ccm-page main .ccm-search-block-form input.ccm-search-block-submit:focus {
  outline: none;
}
div.ccm-page main .ccm-search-block-form #searchResults {
  margin-top: 15px;
  border-top: 1px solid #ececec;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 24px;
  padding-bottom: 7px;
  border-bottom: 1px solid #ececec;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult p {
  color: #6e6e6e;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 {
  margin-top: 0px;
  text-transform: none;
  margin-bottom: 5px;
  font-family: inherit;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a {
  font-weight: 400;
  font-size: 22px;
  color: #0099ff;
}
div.ccm-page main .ccm-search-block-form #searchResults .searchResult h3 a:hover {
  color: #abddff;
}
div.ccm-page .btn {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -ms-border-radius: 20px;
  padding: 10px 30px 10px 30px;
}
div.ccm-page .btn-success {
  color: #ffffff;
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.ccm-page .btn-success:focus,
div.ccm-page .btn-success.focus {
  color: #ffffff;
  background-color: #00994d;
  border-color: #255625;
}
div.ccm-page .btn-success:hover {
  color: #ffffff;
  background-color: #00994d;
  border-color: #398439;
}
div.ccm-page .btn-success:active,
div.ccm-page .btn-success.active,
.open > .dropdown-togglediv.ccm-page .btn-success {
  color: #ffffff;
  background-color: #00994d;
  background-image: none;
  border-color: #398439;
}
div.ccm-page .btn-success:active:hover,
div.ccm-page .btn-success.active:hover,
.open > .dropdown-togglediv.ccm-page .btn-success:hover,
div.ccm-page .btn-success:active:focus,
div.ccm-page .btn-success.active:focus,
.open > .dropdown-togglediv.ccm-page .btn-success:focus,
div.ccm-page .btn-success:active.focus,
div.ccm-page .btn-success.active.focus,
.open > .dropdown-togglediv.ccm-page .btn-success.focus {
  color: #ffffff;
  background-color: #00753b;
  border-color: #255625;
}
div.ccm-page .btn-success.disabled:hover,
div.ccm-page .btn-success[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-success:hover,
div.ccm-page .btn-success.disabled:focus,
div.ccm-page .btn-success[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-success:focus,
div.ccm-page .btn-success.disabled.focus,
div.ccm-page .btn-success[disabled].focus,
fieldset[disabled] div.ccm-page .btn-success.focus {
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.ccm-page .btn-success .badge {
  color: #00cc66;
  background-color: #ffffff;
}
div.ccm-page .btn-default {
  color: #6e6e6e;
  background-color: #ffffff;
  border-color: #b7e390;
}
div.ccm-page .btn-default:focus,
div.ccm-page .btn-default.focus {
  color: #6e6e6e;
  background-color: #e6e6e6;
  border-color: #75c231;
}
div.ccm-page .btn-default:hover {
  color: #6e6e6e;
  background-color: #e6e6e6;
  border-color: #97d75f;
}
div.ccm-page .btn-default:active,
div.ccm-page .btn-default.active,
.open > .dropdown-togglediv.ccm-page .btn-default {
  color: #6e6e6e;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #97d75f;
}
div.ccm-page .btn-default:active:hover,
div.ccm-page .btn-default.active:hover,
.open > .dropdown-togglediv.ccm-page .btn-default:hover,
div.ccm-page .btn-default:active:focus,
div.ccm-page .btn-default.active:focus,
.open > .dropdown-togglediv.ccm-page .btn-default:focus,
div.ccm-page .btn-default:active.focus,
div.ccm-page .btn-default.active.focus,
.open > .dropdown-togglediv.ccm-page .btn-default.focus {
  color: #6e6e6e;
  background-color: #d4d4d4;
  border-color: #75c231;
}
div.ccm-page .btn-default.disabled:hover,
div.ccm-page .btn-default[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-default:hover,
div.ccm-page .btn-default.disabled:focus,
div.ccm-page .btn-default[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-default:focus,
div.ccm-page .btn-default.disabled.focus,
div.ccm-page .btn-default[disabled].focus,
fieldset[disabled] div.ccm-page .btn-default.focus {
  background-color: #ffffff;
  border-color: #b7e390;
}
div.ccm-page .btn-default .badge {
  color: #ffffff;
  background-color: #6e6e6e;
}
div.ccm-page a.ccm-block-page-list-rss-feed {
  font-size: 1.5em;
  color: #d1d1d1;
}
div.ccm-page a.ccm-block-page-list-rss-feed:hover {
  color: #75ca2a;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal:before,
div.ccm-page div.ccm-block-page-list-page-entry-horizontal:after {
  display: table;
  content: " ";
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal:after {
  clear: both;
}
div.ccm-page div.ccm-block-page-list-page-entry-horizontal,
div.ccm-page div.ccm-block-page-list-page-entry {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ececec;
}
div.ccm-page div.ccm-block-page-list-page-entry-read-more {
  margin-top: 20px;
}
div.ccm-page div.ccm-block-page-list-no-pages {
  text-align: center;
  font-size: 1.4em;
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}
div.ccm-page div.col-sidebar div.block-sidebar-wrapped div.ccm-block-page-list-wrapper {
  margin: 0px;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper {
  margin: 25px 40px 25px 40px;
  font-size: .85em;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper a.ccm-block-page-list-rss-feed {
  font-size: .85em;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper div.ccm-block-page-list-page-entry {
  border: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
div.ccm-page div.col-sidebar div.ccm-block-page-list-wrapper div.ccm-block-page-list-page-entry a {
  font-weight: normal;
}
div.ccm-page div.ccm-block-page-list-header {
  font-size: 16px;
}
div.ccm-page main .jumbo {
  min-height: 300px;
}
div.ccm-page main .jumbo h1 {
  color: #75ca2a !important;
  font-family: 'Nunito' !important;
  font-size: 2.46em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
  padding-top: 40px;
  font-size: 3.69em;
  padding-bottom: 40px;
}
div.ccm-page main .jumbo p {
  font-size: 1.6em;
  color: #1a1a1a;
  font-weight: 200;
}
/* comes outside of main because we want to show it in redactor */
.title-thin {
  color: #75ca2a !important;
  font-family: 'Nunito' !important;
  font-size: 2.46em !important;
  line-height: 1.14285714;
  font-weight: 200 !important;
  display: block;
}
.title-caps-bold {
  color: #75ca2a !important;
  font-family: 'Nunito' !important;
  font-size: 1.73em !important;
  line-height: 2.47142857em !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.title-caps {
  color: #75ca2a !important;
  font-family: 'Nunito' !important;
  font-size: 1.73em !important;
  line-height: 2.47142857em !important;
  font-weight: 300;
  text-transform: uppercase;
}
.image-caption {
  font-family: 'Nunito', Helvetica, Arial, sans-serif;
  color: #b8c4cd;
  font-size: 1em;
}
footer#footer-theme {
  background: #0054a6;
  padding-top: 30px;
  padding-bottom: 30px;
}
.ccm-responsive-overlay {
  background: white;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 50px;
  left: 0px;
  -webkit-text-size-adjust: none;
}
.ccm-responsive-overlay ul {
  padding: 15px 0px 15px 0px !important;
}
.ccm-responsive-overlay ul li {
  list-style-type: none;
  display: block;
}
.ccm-responsive-overlay ul li.parent-ul a:after {
  padding-left: 7px;
  padding-top: 3px;
  font-size: 20px;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-overlay ul li a {
  color: #1a1a1a;
  transition: all 0.3s ease-in;
  font-size: 1em;
  display: inline-block;
  width: 80%;
  padding: 7px 5% 7px 0px;
  margin: 0% 5% 0% 0;
  padding-left: 15px;
  height: 100%;
  font-weight: 800;
  text-decoration: none;
  font-family: 'Bai Jamjuree', Helvetica, Arial, sans-serif;
}
.ccm-responsive-overlay ul li a:hover {
  color: #fb7902;
}
.ccm-responsive-overlay ul li ul li {
  padding-left: 10px;
}
.ccm-responsive-overlay ul li ul li.last-li a {
  padding-top: 0px;
  font-size: 15px;
}
.ccm-responsive-overlay ul li ul li.last-li a:after {
  content: '';
}
.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  z-index: 9999 !important;
  position: absolute;
  top: 5px;
  right: 15px;
  float: right;
}
.ccm-responsive-menu-launch.responsive-button-close i:after {
  font-size: 20px;
  color: #1a1a1a;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-menu-launch i:after {
  font-size: 20px;
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #1a1a1a;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
@media all and (max-width: 767px) {
  .ccm-responsive-menu-launch {
    display: block;
  }
  .ccm-responsive-navigation.original {
    display: none;
  }
  header .ccm-search-block-form {
    margin-top: 20px;
  }
}
@media all and (min-width: 767px) {
  .ccm-responsive-overlay {
    display: none !important;
  }
}
.accordion-button {
  font-size: 1.3em !important;
  font-weight: 800 !important;
}
a {
  outline: none !important;
}
.moref {
  font-weight: bold;
  border-radius: 20px;
  transition: all 0.3s ease-in;
  background: #69120f;
  color: white !important;
  text-align: center !important;
  display: inline-block;
  padding: 10px 22px 10px 22px;
  margin: 5px auto 0px auto;
}
.moref:hover {
  background: #0054A6;
}
.loc {
  display: block;
  width: 100%;
}
.logo img {
  display: block;
  margin: 0px auto !important;
}
.t1page {
  color: white !important;
  font-size: 2.6em !important;
  display: block;
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
}
.location {
  padding-bottom: 70px;
  padding-top: 40px;
}
.areaoffer {
  padding: 70px 0px 70px 0px;
}
.spoffer {
  padding: 30px !important;
  border: 10px solid #078F00;
  margin-bottom: 40px !important;
  border-radius: 30px;
}
.tparea {
  max-width: 992px;
  margin: 0px auto !important;
}
.tareafront {
  background: #1071d0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.tareapage {
  background: url(/packages/cloneamental/themes/cloneamental/css/img/cover.jpg) no-repeat center top;
  padding-top: 55px;
  padding-bottom: 55px;
}
.cpa {
  max-width: 992px !important;
  margin: 0px auto !important;
}
.t1 {
  font-size: 2.4em !important;
  display: block;
  text-align: center;
  color: white !important;
}
.t2 {
  font-size: 2.4em !important;
  display: block;
  text-align: center;
  padding-top: 30px;
}
.t2:after {
  content: "";
  width: 60px;
  background: #69120f;
  margin: 15px auto 35px auto;
  display: block;
  height: 2px;
}
.tpp3 {
  font-size: 2.2em !important;
  display: block;
  text-align: left;
  font-weight: 800 !important;
  padding-top: 10px;
}
.tpp3:after {
  content: "";
  width: 60px;
  background: #116FCF;
  margin: 15px 0px 15px 0px;
  display: block;
  height: 2px;
}
.t3f {
  font-size: 1.8em !important;
  display: block;
  font-weight: bold !important;
  padding-top: 0px;
  margin-top: 0px !important;
}
.t3f:after {
  content: "";
  width: 60px;
  background: #69120f;
  margin: 15px 0px 15px 0px;
  display: block;
  height: 2px;
}
.spec {
  background: #ededed;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 35px;
}
.str {
  font-weight: bold !important;
}
.t1u {
  text-align: center;
  width: 100%;
  display: block;
  color: white !important;
}
.areaabout {
  background: #f2f2f2;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 70px;
  margin-top: 40px;
}
.rml1 {
  font-weight: bold;
  border-radius: 30px;
  transition: all 0.3s ease-in;
  background: #69120f;
  color: white !important;
  width: 170px;
  text-align: center !important;
  display: block;
  padding: 15px 10px 15px 10px;
  margin: 0px auto 0px auto;
}
.rml2 {
  font-weight: bold;
  border-radius: 30px;
  transition: all 0.3s ease-in;
  background: #078f00;
  color: white !important;
  width: 170px;
  text-align: center !important;
  display: block;
  padding: 15px 10px 15px 10px;
  margin: 0px auto 0px auto;
}
.rml1:hover {
  background: #0054A6;
}
.rml2:hover {
  background: #0054A6;
}
.lispec {
  list-style-type: none !important;
  padding-left: 0px !important;
}
.lispec li {
  font-size: 1.1em !important;
  padding-top: 20px;
}
.lispec i {
  font-size: 16px !important;
  color: #078f00;
}
.back-to-top {
  z-index: 9999;
  position: fixed;
  bottom: 2em;
  right: 10px;
  border: 1px solid #0054A6;
  text-decoration: none;
  color: #fff !important;
  background: #0054A6;
  font-size: 1em;
  padding: 0.5em;
  display: none;
}
.back-to-top:hover {
  background: #fff;
  color: #0054A6 !important;
  border: 1px solid #0054A6 !important;
}
.pp a {
  color: white !important;
  text-align: center;
  display: block;
  width: 100%;
}
.areacontact {
  padding-top: 70px;
  padding-bottom: 70px;
}
.mb {
  color: white !important;
}
.t4 {
  font-size: 2.1em !important;
}
.lf {
  font-size: 1.0em !important;
}
.o1 {
  font-size: 1.0em !important;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #69120f !important;
}
.o2 {
  font-size: 1.0em !important;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #078f00 !important;
}
.pf {
  margin-bottom: 5px !important;
}
.pf::before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  display: inline-block;
  padding-right: 7px;
  color: #0054a6;
  vertical-align: middle;
}
.loc {
  font-size: 1.3em !important;
  padding-top: 15px;
}
.locci img {
  display: block;
  margin: 30px auto 0px auto !important;
  border-radius: 20px;
}
.dataptop {
  font-size: 1.1em !important;
  text-align: center;
}
.hdr {
  display: block;
  height: 1px;
  width: 30px;
  background: #0054a6;
  margin: 5px 0px 10px 0px !important;
  float: right;
}
.ci1 img {
  display: block;
  margin: 0px auto !important;
  border-radius: 20px;
}
.ci2 img {
  display: block;
  margin: 0px auto !important;
  border-radius: 20px;
}
.pagesite {
  padding-top: 70px;
  padding-bottom: 70px !important;
}
.t2loc {
  font-size: 1.3em !important;
}
.locl {
  font-size: 1.4em !important;
}
.locl strong:after {
  content: "";
  width: 40px;
  height: 2px;
  margin: 15px 0px 15px 0px;
  display: block;
  background: #1071d0;
}
.cl {
  color: #078f00 !important;
}
.ro {
  color: #0054A6 !important;
  font-size: 0.9em !important;
}
.arealoc {
  position: relative;
  margin-top: 15px !important;
}
.arealoc iframe {
  max-width: 545px !important;
  position: relative;
  width: 100%;
}
.ainfo .title {
  font-weight: bold !important;
}
.ainfo .pure-accordion-block-container {
  margin-top: 15px !important;
  border-bottom: 0px !important;
  margin-bottom: 0px !important;
  padding: 5px 0px 0px 0px !important;
}
.ainfo .pure-accordion-block-container .header .fa.fa-chevron-down {
  top: 14px !important;
}
.rinfo {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.rinfo strong {
  padding-top: 5px;
  font-size: 1.1em !important;
}
.rinfo i {
  color: #078f00 !important;
}
.i1 img {
  display: block;
  margin: 35px auto 10px auto !important;
  border-radius: 20px;
}
.i2 img {
  display: block;
  margin: 35px auto 10px auto !important;
  border-radius: 20px;
}
.i3 img {
  display: block;
  margin: 35px auto 10px auto !important;
  border-radius: 20px;
}
.i4 img {
  display: block;
  margin: 35px auto 10px auto !important;
  border-radius: 20px;
}
.price tr td {
  border: 1px solid #ededed;
  padding: 10px;
}
.price {
  max-width: 992px;
  vertical-align: middle;
  margin: 30px auto 20px auto !important;
}
.price p {
  margin: 0px !important;
}
.fls {
  font-size: 1.6em !important;
}
.tld {
  background: #1071d0 !important;
  color: white !important;
}
.cform {
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 25px;
  border-width: 1px;
  background-color: #fff;
  border-radius: 10px;
}
.cform input {
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 1px solid #ddd !important;
  box-shadow: none !important;
}
.cform textarea {
  box-shadow: none !important;
  border: 1px solid #ededed;
  min-height: 200px;
}
.cform select {
  box-shadow: none !important;
  border: 1px solid #ededed;
}
.cform label {
  padding-top: 0px;
  margin: 0px !important;
  font-size: 0.85em !important;
  padding-bottom: 8px !important;
}
.cform .field-checkboxlist .control-label {
  display: none;
}
.cform .checkboxList span:after {
  content: "Potwierdzam, że zapoznałem (-am) się z polityką prywatności i informacjami o przetwarzaniu danych osobowych przez Specjalistyczne Centrum Rehabilitacyjno-Lecznicze i wyrażam zgodę na kontakt w celu odpowiedzi na zadane pytanie";
  font-size: 0.7em !important;
  display: block;
  text-align: justify;
}
.cform input.btn {
  float: right;
  z-index: 1 !important;
  background: #e78337;
}
@media all and (max-width: 767px) {
  .dataptop {
    font-size: 0.92em !important;
    padding-top: 5px;
  }
  .t4 {
    text-align: center !important;
  }
  .lf {
    text-align: center !important;
  }
  .mb {
    display: block;
    width: 100%;
    text-align: center !important;
    padding-bottom: 20px;
  }
  .hdr {
    display: none !important;
  }
  .loc {
    text-align: center !important;
  }
  .ci1 img {
    margin: 0px auto 20px auto !important;
  }
  .ci2 img {
    margin: 20px auto 10px auto !important;
  }
  .t1 {
    font-size: 1.8em !important;
  }
  .logo img {
    max-width: 120px !important;
    margin: 0px auto 10px auto !important;
    width: 100%;
  }
  .t1page {
    text-align: center !important;
  }
  .cform {
    margin-top: 35px;
  }
  .dataptop {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  div.ccm-page header nav ul li a {
    padding-left: 7px !important;
  }
  .loc {
    text-align: center !important;
  }
  .t1page {
    text-align: center !important;
  }
}
@media all and (min-width: 992px) {
  .dataptop {
    padding-top: 24px !important;
    text-align: right !important;
  }
  .loc {
    font-size: 1.1em !important;
    padding-top: 15px;
  }
  .t4 {
    padding-top: 16px !important;
  }
  div.ccm-page header nav ul li a {
    padding-left: 31px !important;
  }
  .t3f {
    font-size: 2.4em !important;
    display: block;
    font-weight: bold !important;
    padding-top: 0px;
  }
  .logo img {
    float: left !important;
  }
}
@media all and (min-width: 1200px) {
  .loc {
    font-size: 1.3em !important;
    padding-top: 15px;
  }
  div.ccm-page header nav ul li {
    padding-left: 23px !important;
  }
  .dataptop {
    padding-top: 24px !important;
  }
  .lf {
    font-size: 1.1em !important;
  }
  .t3f {
    padding-top: 30px;
  }
  .o1 {
    font-size: 1.0em !important;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #69120f !important;
  }
  .o2 {
    font-size: 1.0em !important;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #078f00 !important;
  }
  .dataptop {
    text-align: right !important;
  }
  .pp a {
    text-align: right !important;
  }
}
