@import "/packages/theme_majorca/themes/majorca/css/build/fonts/sofiapro/stylesheet.css";
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('//fonts.googleapis.com/css?family=Abril+Fatface');
@import url('//fonts.googleapis.com/css?family=Limelight');
@import url('//fonts.googleapis.com/css?family=Lobster');
@import url('//fonts.googleapis.com/css?family=Playball');
@import url('//fonts.googleapis.com/css?family=Poiret+One');
@import url('//fonts.googleapis.com/css?family=Racing+Sans+One');
@import url('//fonts.googleapis.com/css?family=Caveat');
@import url('//fonts.googleapis.com/css?family=Montserrat:200,300,400,500,700,900');
@import url('//fonts.googleapis.com/css?family=Parisienne');
@import url('//fonts.googleapis.com/css?family=Playfair+Display:400,700,900');
@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,700');
/*----------------------------------------------

	Theme Name:
	Author: Shin'ichi Nakane
	Description: Main Style Sheet 02-26-2018 (mm-dd-yyyy)
	Version: 1.0

----------------------------------------------*/
/*
 * The sections in this document roughly correspond to our theme style guide.
 */
/* ==========================================================================
   Normalize styles
   ========================================================================== */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html,
button,
input,
select,
textarea {
  color: #ffffff;
}
/*
body {
    color: #333;
}
*/
html {
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.4;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ddd;
  color: #000;
  padding: 0.2em 0;
}
/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
a:visited {
  color: #000000;
}
a:hover {
  color: #000000;
}
a:active {
  outline: dotted;
}
a:focus {
  color: #000;
  text-decoration: none;
  outline: thin dotted #ea6f38;
  outline-offset: 2px;
}
ul,
ol {
  margin: 0 0 1.5em 2.4em;
  font-size: .9em;
  font-size: .9rem;
}
ul {
  list-style: disc;
  padding: 0;
}
ol {
  list-style: decimal;
  padding: 0;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.2em;
}
dl {
  margin: 0;
  padding: 0;
  font-size: .9em;
  font-size: .9rem;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  font-size: .9em;
  font-size: .9rem;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  top: -200px;
  transition: position 0.5s ease;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  width: auto;
  height: auto;
  padding: 15px 20px;
  font-size: .9em;
  font-size: .9rem;
  font-weight: bold;
  text-decoration: none;
  line-height: normal;
  background-color: #fafafa;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
  top: 5px;
  left: 5px;
  z-index: 99;
}
.screen-reader-text.login:hover,
.screen-reader-text.login:active,
.screen-reader-text.login:focus {
  top: 53px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: '';
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    /* text-decoration: underline; */
    text-decoration: none;
  }
  a[href]:after {
    content: '';
  }
  abbr[title]:after {
    content: '';
  }
  /*
    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }
*/
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .header-search,
  .global-nav,
  .pure-toggle,
  .pure-toggle-label,
  .footer-nav,
  .footer-navigation,
  .sidebar,
  .scroll-page-top,
  .bread-crumb-container,
  #ccm-account-menu-container {
    display: none;
  }
  .pure-toggle-label[data-toggle-label='left'],
  .pure-toggle-label[data-toggle-label='right'],
  .pure-toggle-label[data-toggle-label='top'] {
    display: none;
  }
}
div.ccm-page {
  font-family: 'Sofia Pro', 'Open Sans', Helvetica, 'Helvetica Neue', Arial, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /*
	.main-container-inner {
		width: 100%;
		margin: 0 auto;
	}

	@media (min-width: 768px) {
		.main-container-inner {
			width: 750px;
		}
	}

	@media (min-width: 992px) {
		.main-container-inner {
			width: 970px;
		}
	}

	@media (min-width: 1200px) {
		.main-container-inner {
			width: 1170px;
		}
	}
*/
  /*----------------------------------------------
	Home Intro Styles
----------------------------------------------*/
}
div.ccm-page h1 {
  font-family: 'Sofia Pro', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Avenir, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ' , Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 4em;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8;
  text-transform: none;
}
div.ccm-page h2 {
  font-family: 'Sofia Pro', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Avenir, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ' , Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 3.6em;
  font-weight: 400;
  color: #ea6f38;
  line-height: 1.8;
  text-transform: none;
}
div.ccm-page h3 {
  font-family: 'Sofia Pro', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Avenir, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ' , Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.8;
  text-transform: none;
}
div.ccm-page h4 {
  font-family: 'Sofia Pro', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Avenir, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ' , Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.8;
  text-transform: none;
}
div.ccm-page h5 {
  font-family: 'Sofia Pro', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Avenir, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ' , Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #ea6f38;
  line-height: 1.8;
  text-transform: uppercase;
}
div.ccm-page h6 {
  font-family: 'Sofia Pro', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Avenir, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ' , Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 0.85em;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.8;
  text-transform: uppercase;
}
div.ccm-page blockquote {
  padding-left: 60px;
  font-size: 1.46em;
  font-weight: 300;
  border-color: #f5ab15;
  color: #565656;
  line-height: 1.8;
  position: relative;
}
div.ccm-page blockquote:before {
  font-family: "Font Awesome 5 Free", sans-serif;
  content: '\f10d';
  color: #aaa;
  font-size: 1.5em;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 0;
}
div.ccm-page blockquote:after {
  font-family: "Font Awesome 5 Free", sans-serif;
  content: '\f10e';
  color: #aaa;
  font-size: 1.5em;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: 10px;
}
div.ccm-page img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
div.ccm-page h1,
div.ccm-page h2,
div.ccm-page h3,
div.ccm-page h4,
div.ccm-page h5,
div.ccm-page h6,
div.ccm-page .h1,
div.ccm-page .h2,
div.ccm-page .h3,
div.ccm-page .h4,
div.ccm-page .h5,
div.ccm-page .h6 {
  font-family: 'Sofia Pro', 'Open Sans', Helvetica, 'Helvetica Neue', Arial, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  /*color: @page-main-color;*/
}
div.ccm-page h1 small,
div.ccm-page h2 small,
div.ccm-page h3 small,
div.ccm-page h4 small,
div.ccm-page h5 small,
div.ccm-page h6 small,
div.ccm-page .h1 small,
div.ccm-page .h2 small,
div.ccm-page .h3 small,
div.ccm-page .h4 small,
div.ccm-page .h5 small,
div.ccm-page .h6 small,
div.ccm-page h1 .small,
div.ccm-page h2 .small,
div.ccm-page h3 .small,
div.ccm-page h4 .small,
div.ccm-page h5 .small,
div.ccm-page h6 .small,
div.ccm-page .h1 .small,
div.ccm-page .h2 .small,
div.ccm-page .h3 .small,
div.ccm-page .h4 .small,
div.ccm-page .h5 .small,
div.ccm-page .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
}
@media (min-width: 768px) {
  div.ccm-page h1,
  div.ccm-page h2,
  div.ccm-page h3,
  div.ccm-page h4,
  div.ccm-page h5,
  div.ccm-page h6,
  div.ccm-page .h1,
  div.ccm-page .h2,
  div.ccm-page .h3,
  div.ccm-page .h4,
  div.ccm-page .h5,
  div.ccm-page .h6 {
    line-height: 1.4;
  }
}
div.ccm-page h1,
div.ccm-page h2,
div.ccm-page h3,
div.ccm-page .h1,
div.ccm-page .h2,
div.ccm-page .h3 {
  margin-top: 0.9em;
  margin-bottom: 0.45em;
}
div.ccm-page h1 small,
div.ccm-page h2 small,
div.ccm-page h3 small,
div.ccm-page .h1 small,
div.ccm-page .h2 small,
div.ccm-page .h3 small,
div.ccm-page h1 .small,
div.ccm-page h2 .small,
div.ccm-page h3 .small,
div.ccm-page .h1 .small,
div.ccm-page .h2 .small,
div.ccm-page .h3 .small {
  font-size: 65%;
}
div.ccm-page h4,
div.ccm-page h5,
div.ccm-page h6,
div.ccm-page .h4,
div.ccm-page .h5,
div.ccm-page .h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}
div.ccm-page h4 small,
div.ccm-page h5 small,
div.ccm-page h6 small,
div.ccm-page .h4 small,
div.ccm-page .h5 small,
div.ccm-page .h6 small,
div.ccm-page h4 .small,
div.ccm-page h5 .small,
div.ccm-page h6 .small,
div.ccm-page .h4 .small,
div.ccm-page .h5 .small,
div.ccm-page .h6 .small {
  font-size: 75%;
}
div.ccm-page h1,
div.ccm-page .h1 {
  font-size: 2em;
}
div.ccm-page h2,
div.ccm-page .h2 {
  font-size: 1.7em;
}
div.ccm-page h3,
div.ccm-page .h3 {
  font-size: 1.4em;
}
div.ccm-page h4,
div.ccm-page .h4 {
  font-size: 1.2em;
}
div.ccm-page h5,
div.ccm-page .h5 {
  font-size: 1em;
}
div.ccm-page h6,
div.ccm-page .h6 {
  font-size: 0.85em;
}
@media (min-width: 768px) {
  div.ccm-page h1,
  div.ccm-page .h1 {
    font-size: 2.8em;
  }
  div.ccm-page h2,
  div.ccm-page .h2 {
    font-size: 2.2em;
  }
  div.ccm-page h3,
  div.ccm-page .h3 {
    font-size: 1.6em;
  }
  div.ccm-page h4,
  div.ccm-page .h4 {
    font-size: 1.25em;
  }
  div.ccm-page h5,
  div.ccm-page .h5 {
    font-size: 1em;
  }
  div.ccm-page h6,
  div.ccm-page .h6 {
    font-size: 0.85em;
  }
}
div.ccm-page h1,
div.ccm-page .h1 {
  font-weight: 400;
}
div.ccm-page h2,
div.ccm-page .h2 {
  font-weight: 400;
}
div.ccm-page h3,
div.ccm-page .h3 {
  font-weight: 500;
}
div.ccm-page h4,
div.ccm-page .h4 {
  font-weight: 500;
}
div.ccm-page h5,
div.ccm-page .h5 {
  font-weight: 600;
}
div.ccm-page h6,
div.ccm-page .h6 {
  font-weight: 600;
}
div.ccm-page .tooltip-inner {
  padding: 10px 10px;
  background-color: #14110b;
  border-radius: 2px;
}
div.ccm-page .tooltip.top .tooltip-arrow,
div.ccm-page .tooltip.top-left .tooltip-arrow,
div.ccm-page .tooltip.top-right .tooltip-arrow {
  border-top-color: #14110b;
}
div.ccm-page .tooltip.right .tooltip-arrow {
  border-right-color: #14110b;
}
div.ccm-page .tooltip.left .tooltip-arrow {
  border-left-color: #14110b;
}
div.ccm-page .tooltip.bottom .tooltip-arrow,
div.ccm-page .tooltip.bottom-left .tooltip-arrow,
div.ccm-page .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #14110b;
}
div.ccm-page .title-crosshead {
  color: #ffffff;
  font-family: 'Limelight', cursive;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4;
}
div.ccm-page .title-subhead {
  color: #ffffff;
  font-family: 'Abril Fatface', cursive;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4;
}
div.ccm-page .title-caps {
  color: #ffffff;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}
div.ccm-page .title-caps-bold {
  color: #aa4112;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.8;
  text-transform: uppercase;
}
div.ccm-page .title-thin {
  color: #aa4112;
  font-size: 2em;
  line-height: 1.2;
  font-weight: 200;
}
div.ccm-page .title-serif {
  font-family: 'Playfair Display', serif;
  line-height: 1.2;
  font-weight: 400;
}
div.ccm-page .title-playball {
  font-family: 'Playball', cursive;
  line-height: 1.2;
  font-weight: 400;
}
div.ccm-page .title-lobster {
  font-family: 'Lobster', cursive;
  line-height: 1.2;
  font-weight: 400;
}
div.ccm-page .title-caveat {
  font-family: 'Caveat', cursive;
  line-height: 1.2;
  font-weight: 400;
}
div.ccm-page .orange-span {
  color: #ea6f38;
}
div.ccm-page .xl-fonts {
  font-size: 5em;
  font-size: 5rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  div.ccm-page .xl-fonts {
    font-size: 6em;
    font-size: 6rem;
  }
}
div.ccm-page .area-content-accent {
  background-color: #fafafa;
  margin-top: 80px;
  padding: 65px 0 80px;
}
div.ccm-page .area-content-accent .title-caps,
div.ccm-page .area-content-accent .title-caps-bold,
div.ccm-page .area-content-accent h1,
div.ccm-page .area-content-accent h2,
div.ccm-page .area-content-accent h3,
div.ccm-page .area-content-accent h4,
div.ccm-page .area-content-accent h5,
div.ccm-page .area-content-accent h6 {
  color: #ffffff;
}
div.ccm-page .area-content-dark {
  background-color: #14110b;
  margin-top: 80px;
  padding: 65px 0 80px;
}
div.ccm-page .area-content-dark .title-caps,
div.ccm-page .area-content-dark .title-caps-bold,
div.ccm-page .area-content-dark h1,
div.ccm-page .area-content-dark h2,
div.ccm-page .area-content-dark h3,
div.ccm-page .area-content-dark h4,
div.ccm-page .area-content-dark h5,
div.ccm-page .area-content-dark h6 {
  color: #fff;
}
div.ccm-page .ccm-custom-style-pagefooter.area-content-accent,
div.ccm-page .ccm-custom-style-pagefooter.area-content-dark {
  margin-top: 0;
  padding: 80px 0;
  margin-bottom: -80px;
}
div.ccm-page .main-container {
  background-color: #96bfe2;
  padding-bottom: 50px;
}
div.ccm-page .page-header-image-container {
  height: 320px;
  overflow: hidden;
  position: relative;
}
div.ccm-page .page-header-image-container img {
  max-width: 200%;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.ccm-page .image-caption {
  font-family: 'Open Sans', Helvetica, 'Helvetica Neue', Arial, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  color: #9d6c07;
  font-size: 1em;
  font-style: italic;
}
div.ccm-page .not-found {
  width: 100%;
  margin: 20px 0;
  padding: 20px 0 60px;
  color: #eeeeee;
  background: url('/packages/theme_majorca/themes/majorca/css/build/img/404.jpg') left top no-repeat;
  background-size: cover;
}
div.ccm-page .not-found h1 {
  margin: 0;
  padding: 0 30px 10px;
  color: #96bfe2;
  font-size: 2.4em;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 0 0.3em rgba(255, 255, 255, 0.95);
  position: relative;
}
div.ccm-page .not-found h1:after {
  width: 100%;
  height: 15px;
  margin: 0;
  padding: 0;
  background: -webkit-gradient(linear, left top, right bottom, from(#96bfe2), color-stop(0.25, #96bfe2), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #96bfe2), color-stop(0.75, #96bfe2), color-stop(0.75, transparent), to(transparent));
  background: -moz-linear-gradient(-45deg, #96bfe2 25%, transparent 25%, transparent 50%, #96bfe2 50%, #96bfe2 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, #96bfe2 25%, transparent 25%, transparent 50%, #96bfe2 50%, #96bfe2 75%, transparent 75%, transparent);
  background-size: 4px 4px;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
}
div.ccm-page .not-found .caption {
  margin-top: 30px;
  padding: 15px;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  text-align: left;
}
div.ccm-page .not-found .caption h3 {
  width: 100%;
  padding-right: 0;
  color: #96bfe2;
  font-size: 1em;
  font-size: 1rem;
  text-align: center;
}
div.ccm-page .not-found .caption p {
  margin-bottom: 10px;
  color: #96bfe2;
  font-weight: 700;
  line-height: 1.6;
}
div.ccm-page .not-found .caption .ccm-search-block-form {
  width: 100%;
  margin: 0;
}
@media only screen and (min-width: 480px) {
  div.ccm-page .page-header-image-container {
    height: 480px;
    overflow: hidden;
    position: relative;
  }
  div.ccm-page .not-found .caption {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  div.ccm-page .page-header-image-container {
    height: auto;
    overflow: hidden;
    position: relative;
  }
  div.ccm-page .page-header-image-container img {
    max-width: 100%;
    width: 100%;
    height: auto;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  div.ccm-page .not-found {
    margin: 50px 0;
    padding: 30px 0 280px;
    background-size: cover;
  }
  div.ccm-page .not-found h1 {
    margin: 0;
    font-size: 3.2em;
    text-align: left;
  }
  div.ccm-page .not-found .caption {
    margin-top: 50px;
    padding: 30px;
    width: 60%;
    text-align: left;
  }
  div.ccm-page .not-found .caption h3 {
    width: auto;
    padding-right: 8px;
    text-align: left;
  }
  div.ccm-page .not-found .caption .ccm-search-block-form {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 992px) {
  div.ccm-page .not-found .caption {
    width: 46%;
  }
}
div.ccm-page .forbidden {
  width: 100%;
  margin: 50px 0;
  padding: 50px 0;
}
div.ccm-page .forbidden h1 {
  margin: 0 0 50px;
  padding: 0 20px 10px;
  font-size: 2em;
  text-shadow: 0 0 0.3em rgba(255, 255, 255, 0.9);
  position: relative;
}
div.ccm-page .text-muted {
  color: #aa4112;
}
div.ccm-page .text-primary {
  color: rgba(0, 0, 0, 0.7);
}
div.ccm-page a.text-primary:hover,
div.ccm-page a.text-primary:focus {
  color: #000000;
}
div.ccm-page .text-success {
  color: #2f8859;
}
div.ccm-page a.text-success:hover,
div.ccm-page a.text-success:focus {
  color: #28754d;
}
div.ccm-page .text-info {
  color: #4787b7;
}
div.ccm-page a.text-info:hover,
div.ccm-page a.text-info:focus {
  color: #4079a5;
}
div.ccm-page .text-warning {
  color: #ec7804;
}
div.ccm-page a.text-warning:hover,
div.ccm-page a.text-warning:focus {
  color: #d36b04;
}
div.ccm-page .text-danger {
  color: #ba0805;
}
div.ccm-page a.text-danger:hover,
div.ccm-page a.text-danger:focus {
  color: #a10704;
}
div.ccm-page .btn {
  min-width: 120px;
  margin-bottom: 0;
  border: solid 1px transparent;
  padding: 5px 10px;
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .btn:active {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page .btn-default {
  color: #14110b;
  text-shadow: none;
  background: #ffffff;
  border: 1px solid #b5b5b5;
}
div.ccm-page .btn-default:hover {
  background: #f5ab15;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page .btn-default:focus {
  outline: dotted 1px #f5ab15;
  outline-offset: -3px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page .btn-default:visited {
  color: #14110b;
}
div.ccm-page .btn-primary {
  color: #ffffff;
  text-shadow: none;
  background-color: #14110b;
}
div.ccm-page .btn-primary:hover {
  color: #14110b;
  background-color: #f5ab15;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page .btn-primary:focus {
  color: #ffffff;
  outline: dotted 1px #f5ab15;
  outline-offset: -3px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page .btn-primary:visited {
  color: #ffffff;
}
div.ccm-page .btn-success {
  color: #ffffff;
  background: #2f8859;
}
div.ccm-page .btn-success:hover {
  color: #ffffff;
  background-color: #28754d;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page .btn-success:focus {
  outline: dotted 1px #ffffff;
  outline-offset: -3px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page .btn-success:visited {
  color: #ffffff;
}
div.ccm-page .btn-info {
  color: #ffffff;
  background: #4787b7;
}
div.ccm-page .btn-info:hover {
  background-color: #4079a5;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page .btn-info:focus {
  outline: dotted 1px #ffffff;
  outline-offset: -3px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page .btn-info:visited {
  color: #ffffff;
}
div.ccm-page .btn-warning {
  color: #ffffff;
  background: #ec7804;
}
div.ccm-page .btn-warning:hover {
  background-color: #d36b04;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page .btn-warning:focus {
  outline: dotted 1px #ffffff;
  outline-offset: -3px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page .btn-warning:visited {
  color: #ffffff;
}
div.ccm-page .btn-danger {
  color: #ffffff;
  background: #ba0805;
}
div.ccm-page .btn-danger:hover {
  background-color: #a10704;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page .btn-danger:focus {
  outline: dotted 1px #ffffff;
  outline-offset: -3px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page .btn-danger:visited {
  color: #ffffff;
}
div.ccm-page .btn-link {
  color: #000000;
  background: transparent;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.ccm-page .btn-link:hover {
  color: #000000;
  background: #e8e8e8;
  text-decoration: none;
}
div.ccm-page .btn-link:focus {
  outline: dotted 1px rgba(0, 0, 0, 0.7);
  outline-offset: -3px;
}
div.ccm-page .btn-large {
  display: inline-block;
  padding: 12px 24px;
  color: #565656;
  font-size: 1.2em;
  font-size: 1.2rem;
  line-height: 1.8;
  border: solid 3px #565656;
  background: #ffffff;
  text-shadow: none;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page .btn-large:hover {
  background: #efefef;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.3);
}
div.ccm-page .btn-large:focus {
  outline: dotted 1px #565656;
  outline-offset: -3px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page .ccm-conversation-message-form .btn {
  min-width: 100px;
}
div.ccm-page .ccm-conversation-message-form .btn.ccm-conversation-attachment-toggle {
  min-width: auto;
}
div.ccm-page .ccm-conversation-message-form .btn.ccm-conversation-attachment-toggle:hover .fa {
  color: #14110b;
}
div.ccm-page .ccm-search-block-submit {
  min-width: 80px;
}
div.ccm-page a:focus .btn-default {
  background: #e6e6e6;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page a:focus .btn-primary {
  background: #000000;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page a:focus .btn-success {
  background: #226240;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page a:focus .btn-info {
  background: #396c92;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page a:focus .btn-warning {
  background: #ba5f03;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page a:focus .btn-danger {
  background: #880604;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page a:focus .btn-large {
  background: #e2e2e2;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page main {
  background-color: #96bfe2;
  padding-top: 20px;
  padding-bottom: 80px;
}
div.ccm-page main a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
div.ccm-page main a:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
div.ccm-page main a:visited {
  color: rgba(0, 0, 0, 0.7);
}
div.ccm-page main a:active {
  outline: dotted;
}
div.ccm-page main a:focus {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  outline: thin dotted #ea6f38;
  outline-offset: 2px;
}
div.ccm-page main .split-area {
  display: block;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  /*
			.split-left {
				padding-right: 15px;
			}

            .split-right {
	            padding-left: 15px;
            }
*/
}
div.ccm-page main .split-area.reverse {
  /*
	            .split-left {
		            padding-right: 15px;
				}

	            .split-right {
		            padding-left: 15px;
	            }
*/
}
div.ccm-page main .split-area .padding-right {
  padding-right: 0;
}
div.ccm-page main .split-area .padding-left {
  padding-left: 0;
}
div.ccm-page .ccm-block-custom-template-parallax {
  background-image: none !important;
}
div.ccm-page .ccm-block-custom-template-parallax.parallaxic-container {
  position: relative;
  z-index: 5;
}
div.ccm-page .ccm-block-custom-template-parallax.parallaxic-container img {
  width: 100%;
}
div.ccm-page .ccm-block-custom-template-parallax.parallaxic-container img.parallaxic-image {
  position: absolute;
  top: 0;
  left: 0;
  max-height: none;
  max-width: none;
  z-index: 4;
  width: auto;
}
div.ccm-page .ccm-block-custom-template-parallax .parallaxic-container {
  position: relative;
  z-index: 5;
}
div.ccm-page .ccm-block-custom-template-parallax .parallaxic-container img {
  width: 100%;
}
div.ccm-page .ccm-block-custom-template-parallax .parallaxic-container img.parallaxic-image {
  position: absolute;
  top: 0;
  left: 0;
  max-height: none;
  max-width: none;
  z-index: 4;
  width: auto;
}
div.ccm-page .ccm-block-custom-template-parallax .parallax-stripe-inner {
  text-align: center;
  z-index: 5;
  position: relative;
}
div.ccm-page .ccm-block-custom-template-parallax .parallax-image-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
div.ccm-page .parallax-stripe-inner {
  text-shadow: 0 0 2px #ffffff;
  padding: 100px 0;
  text-align: center;
}
div.ccm-page .content-secondary {
  margin-top: 40px;
}
div.ccm-page .content-secondary .block-sidebar-wrapped {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  div.ccm-page .content-secondary {
    margin-top: 0;
  }
}
div.ccm-page .oredered-list-style {
  list-style-type: none;
  counter-reset: oredered-list-style;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
div.ccm-page .oredered-list-style li {
  display: block;
  margin-bottom: 20px;
  font-size: 1.1em;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #000000;
  font-weight: 400;
  text-decoration: none;
}
div.ccm-page .oredered-list-style li:before {
  display: inline-block;
  min-width: 36px;
  min-height: 36px;
  margin-right: 5px;
  content: counter(oredered-list-style);
  counter-increment: oredered-list-style;
  color: #96bfe2;
  font-family: 'Sofia Pro', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-feature-settings: 'palt';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-align: center;
  line-height: 36px;
  background: #ffffff;
}
div.ccm-page .oredered-list-style li ol {
  display: block;
  margin-top: 20px;
  margin-left: 1em;
  padding: 0;
  counter-reset: oredered-list-style-child;
}
div.ccm-page .oredered-list-style li ol li:before {
  content: counter(oredered-list-style-child);
  counter-increment: oredered-list-style-child;
}
@media only screen and (min-width: 480px) {
  div.ccm-page .oredered-list-style {
    counter-reset: oredered-list-style;
  }
  div.ccm-page .oredered-list-style li {
    margin-bottom: 10px;
  }
  div.ccm-page .oredered-list-style li:before {
    min-width: 22px;
    min-height: 22px;
    content: counter(oredered-list-style);
    counter-increment: oredered-list-style;
    font-family: 'Sofia Pro', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
  }
  div.ccm-page .oredered-list-style li ol {
    margin-top: 10px;
  }
  div.ccm-page .content-secondary .oredered-list-style li,
  div.ccm-page .block-sidebar-wrapped .oredered-list-style li {
    font-size: .9em;
    font-size: .9rem;
    line-height: 1.4;
  }
  div.ccm-page .content-secondary .oredered-list-style li:before,
  div.ccm-page .block-sidebar-wrapped .oredered-list-style li:before {
    min-width: 18px;
    min-height: 18px;
    margin-top: 0;
    font-size: 13px;
    line-height: 18px;
  }
}
div.ccm-page .float-right {
  float: none;
}
div.ccm-page .float-left {
  float: none;
}
@media only screen and (min-width: 768px) {
  div.ccm-page .float-right {
    float: right;
  }
  div.ccm-page .float-left {
    float: left;
  }
}
div.ccm-page .splash-container {
  position: relative;
  display: block;
  height: 100%;
  height: 100vh;
}
div.ccm-page .splash-container .cover-wrapper {
  display: flex;
  -webkit-box-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  height: 100vh;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
div.ccm-page .splash-container .cover-wrapper .cover-container {
  margin-top: -30px;
}
div.ccm-page .splash-container .cover-wrapper .cover-container h1,
div.ccm-page .splash-container .cover-wrapper .cover-container .splash-heading {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: 'Limelight', cursive;
  font-size: 2.2em;
  text-align: center;
  font-feature-settings: 'palt';
}
div.ccm-page .splash-container .cover-wrapper .cover-container h2,
div.ccm-page .splash-container .cover-wrapper .cover-container .splash-caption {
  margin: 0 0 20px;
  padding: 0;
  color: #ffffff;
  font-family: 'Playball';
  font-size: 1.3em;
  text-align: center;
}
div.ccm-page .splash-container .cover-wrapper .cover-container .start-scroll-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  padding: 10px;
  color: #ffffff;
  font-size: .6em;
  font-size: .6rem;
  font-weight: 700;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .splash-container .cover-wrapper .cover-container .start-scroll-btn:hover {
  text-decoration: none;
  -webkit-filter: opacity(0.6);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
div.ccm-page .splash-container .cover-wrapper .cover-container .start-scroll-btn p {
  margin-bottom: 0;
}
div.ccm-page .splash-container .cover-wrapper .cover-container .start-scroll-btn a {
  width: 100%;
  padding-top: 15px;
  color: #ffffff;
}
div.ccm-page .splash-container .cover-wrapper .cover-container .start-scroll-btn a:hover {
  text-decoration: none;
}
div.ccm-page .splash-container .cover-wrapper .cover-container .start-scroll-btn a .fa {
  display: block;
  font-size: 1.4em;
}
@media only screen and (min-width: 768px) {
  div.ccm-page .splash-container .cover-wrapper .cover-container {
    margin-top: 0;
  }
  div.ccm-page .splash-container .cover-wrapper .cover-container h1,
  div.ccm-page .splash-container .cover-wrapper .cover-container .splash-heading {
    font-size: 3em;
  }
  div.ccm-page .splash-container .cover-wrapper .cover-container h2,
  div.ccm-page .splash-container .cover-wrapper .cover-container .splash-caption {
    margin: 0 0 30px;
    font-size: 1.8em;
  }
  div.ccm-page .splash-container .cover-wrapper .cover-container .start-scroll-btn {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    padding: 10px;
    font-size: .9em;
    font-size: .9rem;
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.3);
  }
  div.ccm-page .splash-container .cover-wrapper .cover-container .start-scroll-btn a .fa {
    font-size: 1.6em;
  }
}
div.ccm-page .splash-container .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  background: #555;
  overflow: hidden;
  z-index: -1;
}
div.ccm-page .splash-container .video-wrapper video {
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
div.ccm-page .splash-container .video-wrapper img {
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
}
div.ccm-page .splash-container .image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
}
div.ccm-page .splash-container .image-wrapper img {
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
}
div.ccm-page .splash-container .play-button {
  display: block;
  color: #ffffff;
  font-size: 1em;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .splash-container .play-button:hover {
  text-decoration: none;
  opacity: 0.6;
}
div.ccm-page .splash-container .play-button.pause:before {
  display: inline-block;
  margin-top: 0.2em;
  margin-right: 5px;
  padding: 0;
  color: #ffffff;
  font-size: 1em;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  content: '\f04c';
}
div.ccm-page .splash-container .play-button.play:before {
  display: inline-block;
  margin-top: 0.2em;
  margin-right: 5px;
  padding: 0;
  color: #ffffff;
  font-size: 1em;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  content: '\f04b';
}
@media only screen and (min-width: 480px) {
  div.ccm-page .splash-container .play-button {
    bottom: 10px;
  }
}
@media only screen and (min-width: 769px) {
  div.ccm-page .splash-container .play-button {
    bottom: 10px;
  }
}
div.ccm-page .splash-container .not-select {
  text-align: center;
  position: absolute;
  color: #fff;
  font-size: 1.1em;
  font-size: 1.1rem;
  font-weight: 700;
  top: 55px;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  div.ccm-page main .split-area {
    display: -webkit-flex;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
  }
  div.ccm-page main .split-area .padding-right {
    padding-right: 15px;
  }
  div.ccm-page main .split-area .padding-left {
    padding-left: 0;
  }
  div.ccm-page main .split-area.reverse {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  div.ccm-page main .split-area.reverse .padding-right {
    padding-left: 0;
  }
  div.ccm-page main .split-area.reverse .padding-left {
    padding-right: 15px;
  }
  div.ccm-page main .split-area div {
    flex: 1;
  }
}
@media (min-width: 992px) {
  div.ccm-page main .split-area {
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  div.ccm-page main .split-area div {
    flex: 1;
  }
  div.ccm-page main .split-area.reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  div.ccm-page main .split-area.reverse div {
    flex: 1;
  }
  div.ccm-page main .split-area .padding-right {
    padding-right: 30px;
  }
  div.ccm-page main .split-area .padding-left {
    padding-left: 30px;
  }
}
/*----------------------------------------------
	Ripple Effect Styles
----------------------------------------------*/
.ripple {
  position: relative;
  overflow: hidden;
}
.ripple .rp-effect {
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
  background: #fff;
  pointer-events: none;
  animation: ripple 700ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.btn-link .rp-effect {
  background: #9c9c9c;
}
@-webkit-keyframes ripple {
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes ripple {
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
.modal-backdrop {
  z-index: 1;
}
@media (min-width: 768px) {
  .modal-backdrop {
    z-index: 999;
  }
}
.toolbar div.ccm-page .majorca-faq-modals-container .modal {
  top: 100px;
}
@media (min-width: 768px) {
  .toolbar div.ccm-page .majorca-faq-modals-container .modal {
    top: 50px;
  }
}
/*----------------------------------------------
	Simple Lightbox Styles
----------------------------------------------*/
.sl-overlay {
  background: #ffffff;
  opacity: 0.9;
}
.sl-wrapper .sl-close {
  color: rgba(20, 17, 11, 0.7);
}
.sl-wrapper .sl-counter {
  color: rgba(20, 17, 11, 0.7);
}
.sl-wrapper .sl-navigation button {
  color: rgba(20, 17, 11, 0.7);
}
.sl-wrapper .sl-image .sl-caption {
  text-align: center;
}
/*----------------------------------------------
	Sample content Styles
----------------------------------------------*/
div.ccm-page main .split-area .ccm-layout-column-wrapper {
  display: block;
  margin-bottom: 30px;
}
div.ccm-page main .split-area .ccm-layout-column-wrapper .padding-right {
  padding-right: 0;
}
div.ccm-page main .split-area .ccm-layout-column-wrapper .padding-left {
  padding-left: 0;
}
div.ccm-page main .split-area .ccm-layout-column-wrapper .ccm-layout-column {
  float: none;
  width: 100% !important;
}
@media (min-width: 768px) {
  div.ccm-page main .split-area .ccm-layout-column-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  div.ccm-page main .split-area .ccm-layout-column-wrapper .padding-right {
    padding-right: 15px;
  }
  div.ccm-page main .split-area .ccm-layout-column-wrapper .padding-left {
    padding-left: 0;
  }
  div.ccm-page main .split-area .ccm-layout-column-wrapper .ccm-layout-column {
    flex: 1;
  }
  div.ccm-page main .split-area.reverse .ccm-layout-column-wrapper {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  div.ccm-page main .split-area.reverse .ccm-layout-column-wrapper .padding-right {
    padding-left: 0;
  }
  div.ccm-page main .split-area.reverse .ccm-layout-column-wrapper .padding-left {
    padding-right: 15px;
  }
  div.ccm-page main .split-area.reverse .ccm-layout-column {
    flex: 1;
  }
}
@media (min-width: 992px) {
  div.ccm-page main .split-area .ccm-layout-column-wrapper {
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  div.ccm-page main .split-area .ccm-layout-column-wrapper .ccm-layout-column {
    flex: 1;
  }
  div.ccm-page main .split-area.reverse .ccm-layout-column-wrapper {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  div.ccm-page main .split-area.reverse .ccm-layout-column-wrapper .padding-right {
    padding-right: 30px;
  }
  div.ccm-page main .split-area.reverse .ccm-layout-column-wrapper .padding-left {
    padding-left: 30px;
  }
  div.ccm-page main .split-area.reverse .ccm-layout-column-wrapper .ccm-layout-column {
    flex: 1;
  }
}
/* =========================================================
    Global Navigation Style
   ========================================================= */
.global-nav {
  margin: 0;
  padding: 0;
  z-index: 98;
}
.global-nav .nav-container,
.global-nav .ccm-responsive-navigation {
  margin: 0 auto;
  padding: 0 0 15px;
}
.global-nav .nav-container ul,
.global-nav .ccm-responsive-navigation ul {
  margin: 64px 0 0;
  padding: 0 10px;
  list-style-type: none;
  font-family: 'Sofia Pro', 'Open Sans', Helvetica, 'Helvetica Neue', Arial, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
.global-nav .nav-container ul li,
.global-nav .ccm-responsive-navigation ul li {
  border: none;
}
.global-nav .nav-container ul li a,
.global-nav .ccm-responsive-navigation ul li a {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px 0;
  color: #14110b;
  text-align: center;
  text-decoration: none;
  /*background: @global-navigation-background-color;*/
  border: solid 1px #b5b5b5;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.global-nav .nav-container ul li a.nav-selected,
.global-nav .ccm-responsive-navigation ul li a.nav-selected,
.global-nav .nav-container ul li a.nav-path-selected,
.global-nav .ccm-responsive-navigation ul li a.nav-path-selected {
  color: #ffffff;
  background: #ea6f38;
}
.global-nav .nav-container ul li ul,
.global-nav .ccm-responsive-navigation ul li ul {
  margin: -6px 0 0;
  padding: 0;
}
.global-nav .nav-container ul li ul li,
.global-nav .ccm-responsive-navigation ul li ul li {
  margin: -6px 0 0;
}
.global-nav .nav-container ul li ul li a,
.global-nav .ccm-responsive-navigation ul li ul li a {
  color: #14110b;
  background: #eaeaea;
}
.global-nav .nav-container ul li ul li a.nav-selected,
.global-nav .ccm-responsive-navigation ul li ul li a.nav-selected,
.global-nav .nav-container ul li ul li a.nav-path-selected,
.global-nav .ccm-responsive-navigation ul li ul li a.nav-path-selected {
  background: #f6c2ab;
}
.global-nav .nav-container ul li ul li ul li a,
.global-nav .ccm-responsive-navigation ul li ul li ul li a {
  background: #f7f7f7;
}
.global-nav .nav-container ul li ul li ul li a.nav-selected,
.global-nav .ccm-responsive-navigation ul li ul li ul li a.nav-selected,
.global-nav .nav-container ul li ul li ul li a.nav-path-selected,
.global-nav .ccm-responsive-navigation ul li ul li ul li a.nav-path-selected {
  background: #fbe4d9;
}
@media (min-width: 768px) {
  .global-nav {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    /*background: @global-navigation-background-color;*/
  }
  .global-nav .nav-container,
  .global-nav .ccm-responsive-navigation {
    width: 750px;
    margin: 0 auto;
    padding: 0;
  }
  .global-nav .nav-container ul,
  .global-nav .ccm-responsive-navigation ul {
    display: table;
    margin: 0 auto;
    padding: 0;
    vertical-align: middle;
  }
  .global-nav .nav-container ul li,
  .global-nav .ccm-responsive-navigation ul li {
    float: none;
    display: table-cell;
    width: auto;
    font-size: 1.1em;
    font-size: 1.1rem;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2;
    border: none;
    position: relative;
  }
  .global-nav .nav-container ul li a,
  .global-nav .ccm-responsive-navigation ul li a,
  .global-nav .nav-container ul li a:visited,
  .global-nav .ccm-responsive-navigation ul li a:visited {
    margin-bottom: 0;
    padding: 15px 15px;
    color: rgba(20, 17, 11, 0.7);
    /*background: @global-navigation-background-color;*/
    border: none;
  }
  .global-nav .nav-container ul li a:hover,
  .global-nav .ccm-responsive-navigation ul li a:hover,
  .global-nav .nav-container ul li a:visited:hover,
  .global-nav .ccm-responsive-navigation ul li a:visited:hover {
    color: #14110b;
  }
  .global-nav .nav-container ul li a:focus,
  .global-nav .ccm-responsive-navigation ul li a:focus,
  .global-nav .nav-container ul li a:visited:focus,
  .global-nav .ccm-responsive-navigation ul li a:visited:focus {
    outline-offset: -4px;
  }
  .global-nav .nav-container ul li a:after,
  .global-nav .ccm-responsive-navigation ul li a:after,
  .global-nav .nav-container ul li a:visited:after,
  .global-nav .ccm-responsive-navigation ul li a:visited:after {
    content: '';
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    top: 25%;
    bottom: 25%;
    left: 5%;
    right: 5%;
    border-bottom: 5px solid #ea6f38;
    position: absolute;
  }
  .global-nav .nav-container ul li a:hover:after,
  .global-nav .ccm-responsive-navigation ul li a:hover:after,
  .global-nav .nav-container ul li a:visited:hover:after,
  .global-nav .ccm-responsive-navigation ul li a:visited:hover:after {
    opacity: 1;
    bottom: 0;
  }
  .global-nav .nav-container ul li a.nav-selected,
  .global-nav .ccm-responsive-navigation ul li a.nav-selected,
  .global-nav .nav-container ul li a:visited.nav-selected,
  .global-nav .ccm-responsive-navigation ul li a:visited.nav-selected,
  .global-nav .nav-container ul li a.nav-path-selected,
  .global-nav .ccm-responsive-navigation ul li a.nav-path-selected,
  .global-nav .nav-container ul li a:visited.nav-path-selected,
  .global-nav .ccm-responsive-navigation ul li a:visited.nav-path-selected {
    color: #14110b;
    /*background: @global-navigation-background-color;*/
  }
  .global-nav .nav-container ul li a.nav-selected:after,
  .global-nav .ccm-responsive-navigation ul li a.nav-selected:after,
  .global-nav .nav-container ul li a:visited.nav-selected:after,
  .global-nav .ccm-responsive-navigation ul li a:visited.nav-selected:after,
  .global-nav .nav-container ul li a.nav-path-selected:after,
  .global-nav .ccm-responsive-navigation ul li a.nav-path-selected:after,
  .global-nav .nav-container ul li a:visited.nav-path-selected:after,
  .global-nav .ccm-responsive-navigation ul li a:visited.nav-path-selected:after {
    opacity: 1;
    border-bottom: 5px solid #ea6f38;
    bottom: 0;
  }
  .global-nav .nav-container ul li a.nav-dropdown:hover:after,
  .global-nav .ccm-responsive-navigation ul li a.nav-dropdown:hover:after,
  .global-nav .nav-container ul li a:visited.nav-dropdown:hover:after,
  .global-nav .ccm-responsive-navigation ul li a:visited.nav-dropdown:hover:after {
    opacity: 0;
    top: 0;
    bottom: 0;
  }
  .global-nav .nav-container ul li:hover > ul,
  .global-nav .ccm-responsive-navigation ul li:hover > ul {
    margin: 0;
    opacity: 1;
    visibility: visible;
  }
  .global-nav .nav-container ul li:hover > ul li,
  .global-nav .ccm-responsive-navigation ul li:hover > ul li {
    margin: 0;
  }
  .global-nav .nav-container ul li .nav-container-child,
  .global-nav .ccm-responsive-navigation ul li .nav-container-child {
    min-width: 220px;
    margin: -20px auto 0;
    padding: 0 15px 15px;
    border-top: solid 5px #ea6f38;
    background: #fff;
    -webkit-transition: margin .3s, opacity .3s;
    -o-transition: margin .3s, opacity .3s;
    transition: margin .3s, opacity .3s;
    position: absolute;
    top: 90%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
  }
  .global-nav .nav-container ul li .nav-container-child:after,
  .global-nav .ccm-responsive-navigation ul li .nav-container-child:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -25px;
    margin-left: -10px;
    color: #ea6f38;
    border: 10px solid transparent;
    border-bottom-color: inherit;
  }
  .global-nav .nav-container ul li .nav-container-child li,
  .global-nav .ccm-responsive-navigation ul li .nav-container-child li {
    display: block;
    width: 100%;
    padding-bottom: 5px;
    line-height: 1.4;
  }
  .global-nav .nav-container ul li .nav-container-child li:first-child,
  .global-nav .ccm-responsive-navigation ul li .nav-container-child li:first-child {
    margin-top: 15px;
  }
  .global-nav .nav-container ul li .nav-container-child li a,
  .global-nav .ccm-responsive-navigation ul li .nav-container-child li a {
    width: 100%;
    padding: 8px 10px 5px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .global-nav .nav-container ul li .nav-container-child li a:hover,
  .global-nav .ccm-responsive-navigation ul li .nav-container-child li a:hover {
    color: #000000;
    background: #ea6f38;
  }
  .global-nav .nav-container ul li .nav-container-child li a:after,
  .global-nav .ccm-responsive-navigation ul li .nav-container-child li a:after {
    content: none;
  }
  .global-nav .nav-container ul li .nav-container-child li a.nav-selected,
  .global-nav .ccm-responsive-navigation ul li .nav-container-child li a.nav-selected,
  .global-nav .nav-container ul li .nav-container-child li a.nav-path-selected,
  .global-nav .ccm-responsive-navigation ul li .nav-container-child li a.nav-path-selected {
    color: #000000;
    background: #f4b294;
  }
  .global-nav .ccm-responsive-navigation ul li ul {
    min-width: 220px;
    margin: -20px auto 0;
    padding: 0 15px 15px;
    border-top: solid 5px #ea6f38;
    background: #fff;
    -webkit-transition: margin .3s, opacity .3s;
    -o-transition: margin .3s, opacity .3s;
    transition: margin .3s, opacity .3s;
    position: absolute;
    top: 93%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
  }
  .global-nav .ccm-responsive-navigation ul li ul:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -25px;
    margin-left: -10px;
    color: #ea6f38;
    border: 10px solid transparent;
    border-bottom-color: inherit;
  }
  .global-nav .ccm-responsive-navigation ul li ul li {
    display: block;
    width: 100%;
    padding-bottom: 5px;
    line-height: 1.4;
  }
  .global-nav .ccm-responsive-navigation ul li ul li:first-child {
    margin-top: 15px;
  }
  .global-nav .ccm-responsive-navigation ul li ul li a {
    width: 100%;
    padding: 8px 10px 5px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .global-nav .ccm-responsive-navigation ul li ul li a:hover {
    color: #000000;
    background: #ea6f38;
  }
  .global-nav .ccm-responsive-navigation ul li ul li a:after {
    content: none;
  }
  .global-nav .ccm-responsive-navigation ul li ul li a.nav-selected,
  .global-nav .ccm-responsive-navigation ul li ul li a.nav-path-selected {
    color: #000000;
    background: #f4b294 !important;
  }
  .show-nav .global-nav {
    border-bottom: solid 1px #eeeeee;
  }
  .pure-drawer.center .global-nav ul {
    margin: 0 auto;
  }
  .pure-drawer.left .global-nav ul {
    margin: 0;
  }
  .pure-drawer.right .global-nav {
    zoom: 1;
  }
  .pure-drawer.right .global-nav:before,
  .pure-drawer.right .global-nav:after {
    content: '';
    display: table;
  }
  .pure-drawer.right .global-nav:after {
    clear: both;
  }
  .pure-drawer.right .global-nav ul {
    float: right;
    margin: 0;
  }
  .pure-drawer.full .global-nav {
    border: none;
  }
  .pure-drawer.full .global-nav .nav-container,
  .pure-drawer.full .global-nav .ccm-responsive-navigation {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pure-drawer.full .global-nav .nav-container ul,
  .pure-drawer.full .global-nav .ccm-responsive-navigation ul {
    width: 100%;
    margin: 0;
    table-layout: fixed;
  }
  .pure-drawer.full .global-nav .nav-container ul li,
  .pure-drawer.full .global-nav .ccm-responsive-navigation ul li {
    border-right: solid 1px rgba(212, 200, 176, 0.7);
  }
  .pure-drawer.full .global-nav .nav-container ul li:first-child,
  .pure-drawer.full .global-nav .ccm-responsive-navigation ul li:first-child {
    border-left: solid 1px rgba(212, 200, 176, 0.7);
  }
  .pure-drawer.full .global-nav .nav-container ul li a,
  .pure-drawer.full .global-nav .ccm-responsive-navigation ul li a {
    padding: 15px 5px;
  }
  .pure-drawer.full .global-nav .nav-container ul li a:hover:after,
  .pure-drawer.full .global-nav .ccm-responsive-navigation ul li a:hover:after {
    bottom: 0;
  }
  .pure-drawer.full .global-nav .nav-container ul li a.nav-selected:after,
  .pure-drawer.full .global-nav .ccm-responsive-navigation ul li a.nav-selected:after,
  .pure-drawer.full .global-nav .nav-container ul li a.nav-path-selected:after,
  .pure-drawer.full .global-nav .ccm-responsive-navigation ul li a.nav-path-selected:after {
    bottom: 0;
  }
  .pure-drawer.full .global-nav .nav-container ul li:hover > ul,
  .pure-drawer.full .global-nav .ccm-responsive-navigation ul li:hover > ul {
    margin: 0;
    opacity: 1;
    visibility: visible;
  }
  .pure-drawer.full .global-nav .nav-container ul li .nav-container-child,
  .pure-drawer.full .global-nav .ccm-responsive-navigation ul li .nav-container-child {
    margin: -20px auto 0;
    top: 90%;
  }
  .pure-drawer.full .global-nav .nav-container ul li .nav-container-child li,
  .pure-drawer.full .global-nav .ccm-responsive-navigation ul li .nav-container-child li {
    border: none;
  }
  .pure-drawer.full.show-nav .global-nav {
    border-bottom: solid 1px #eeeeee;
  }
  .pure-drawer.full.show-nav .global-nav .nav-container ul li a:hover:after,
  .pure-drawer.full.show-nav .global-nav .ccm-responsive-navigation ul li a:hover:after {
    bottom: -1px;
  }
  .pure-drawer.full.show-nav .global-nav .nav-container ul li a.nav-selected:after,
  .pure-drawer.full.show-nav .global-nav .ccm-responsive-navigation ul li a.nav-selected:after,
  .pure-drawer.full.show-nav .global-nav .nav-container ul li a.nav-path-selected:after,
  .pure-drawer.full.show-nav .global-nav .ccm-responsive-navigation ul li a.nav-path-selected:after {
    bottom: -1px;
  }
  .pure-drawer.full.show-nav .global-nav .nav-container ul li .nav-container-child,
  .pure-drawer.full.show-nav .global-nav .ccm-responsive-navigation ul li .nav-container-child {
    top: 92%;
  }
  .pure-drawer.button {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .pure-drawer.button .global-nav {
    background: none;
    border: none;
  }
  .pure-drawer.button .global-nav .nav-container,
  .pure-drawer.button .global-nav .ccm-responsive-navigation {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pure-drawer.button .global-nav .nav-container ul,
  .pure-drawer.button .global-nav .ccm-responsive-navigation ul {
    width: 100%;
    margin: 0;
    table-layout: fixed;
  }
  .pure-drawer.button .global-nav .nav-container ul li,
  .pure-drawer.button .global-nav .ccm-responsive-navigation ul li {
    padding-left: 2px;
  }
  .pure-drawer.button .global-nav .nav-container ul li:first-child,
  .pure-drawer.button .global-nav .ccm-responsive-navigation ul li:first-child {
    padding-left: 0;
  }
  .pure-drawer.button .global-nav .nav-container ul li a,
  .pure-drawer.button .global-nav .ccm-responsive-navigation ul li a {
    padding: 15px 5px;
    background: #f0f0f0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  .pure-drawer.button .global-nav .nav-container ul li a:hover,
  .pure-drawer.button .global-nav .ccm-responsive-navigation ul li a:hover {
    background: #e3e3e3;
  }
  .pure-drawer.button .global-nav .nav-container ul li a:hover:after,
  .pure-drawer.button .global-nav .ccm-responsive-navigation ul li a:hover:after {
    bottom: 0;
  }
  .pure-drawer.button .global-nav .nav-container ul li a.nav-selected:after,
  .pure-drawer.button .global-nav .ccm-responsive-navigation ul li a.nav-selected:after,
  .pure-drawer.button .global-nav .nav-container ul li a.nav-path-selected:after,
  .pure-drawer.button .global-nav .ccm-responsive-navigation ul li a.nav-path-selected:after {
    bottom: 0;
  }
  .pure-drawer.button .global-nav .nav-container ul li:hover > ul,
  .pure-drawer.button .global-nav .ccm-responsive-navigation ul li:hover > ul {
    margin: 0;
    opacity: 1;
    visibility: visible;
  }
  .pure-drawer.button .global-nav .nav-container ul li .nav-container-child,
  .pure-drawer.button .global-nav .ccm-responsive-navigation ul li .nav-container-child {
    margin: -20px auto 0;
    top: 90%;
  }
  .pure-drawer.button .global-nav .nav-container ul li .nav-container-child li,
  .pure-drawer.button .global-nav .ccm-responsive-navigation ul li .nav-container-child li {
    border: none;
  }
  .pure-drawer.button .global-nav .nav-container ul li .nav-container-child li a,
  .pure-drawer.button .global-nav .ccm-responsive-navigation ul li .nav-container-child li a {
    color: rgba(0, 0, 0, 0.7);
    background: none;
  }
  .pure-drawer.button .global-nav .nav-container ul li .nav-container-child li a:hover,
  .pure-drawer.button .global-nav .ccm-responsive-navigation ul li .nav-container-child li a:hover {
    color: #000000;
    background: #ea6f38;
  }
  .pure-drawer.button .global-nav .nav-container ul li .nav-container-child li a:after,
  .pure-drawer.button .global-nav .ccm-responsive-navigation ul li .nav-container-child li a:after {
    content: none;
  }
  .pure-drawer.button .global-nav .nav-container ul li .nav-container-child li a.nav-selected,
  .pure-drawer.button .global-nav .ccm-responsive-navigation ul li .nav-container-child li a.nav-selected,
  .pure-drawer.button .global-nav .nav-container ul li .nav-container-child li a.nav-path-selected,
  .pure-drawer.button .global-nav .ccm-responsive-navigation ul li .nav-container-child li a.nav-path-selected {
    color: #000000;
    background: #f4b294;
  }
  .pure-drawer.button.show-nav .global-nav .nav-container ul li a:hover:after,
  .pure-drawer.button.show-nav .global-nav .ccm-responsive-navigation ul li a:hover:after {
    bottom: -1px;
  }
  .pure-drawer.button.show-nav .global-nav .nav-container ul li a.nav-selected:after,
  .pure-drawer.button.show-nav .global-nav .ccm-responsive-navigation ul li a.nav-selected:after,
  .pure-drawer.button.show-nav .global-nav .nav-container ul li a.nav-path-selected:after,
  .pure-drawer.button.show-nav .global-nav .ccm-responsive-navigation ul li a.nav-path-selected:after {
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .global-nav .nav-container,
  .global-nav .ccm-responsive-navigation {
    width: 970px;
  }
  .global-nav .nav-container ul li,
  .global-nav .ccm-responsive-navigation ul li {
    font-size: 1.2em;
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .global-nav .nav-container,
  .global-nav .ccm-responsive-navigation {
    width: 1170px;
  }
}
/**************************************************************
## Pure Drawer ##
Pure Drawer is a 100% css solution for off-canvas drawers.
https://github.com/mac81/pure-drawer/tree/master/src

Documentation - http://mac81.github.io/pure-drawer/documentation
Licensed under the MIT license - http://opensource.org/licenses/MIT
Developed: Thomas Wilthil - https://www.linkedin.com/profile/view?id=21545731
**************************************************************/
/**************
## Container ##
**************/
.pure-container {
  position: relative;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
/************
## Toggler ##
************/
.pure-toggle {
  left: -9999px;
  position: absolute;
  top: -9999px;
}
.pure-toggle:focus ~ .pure-toggle-label {
  color: #ea6f38;
}
.pure-toggle-label {
  display: none;
  cursor: pointer;
  display: block;
  position: fixed;
  top: 10px;
  z-index: 99;
  color: #ffffff;
  width: 44px;
  height: 44px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  border: 2px solid #14110b;
  background-color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.toolbar .pure-toggle-label {
  margin-top: 47px;
}
/*
.pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label {
    position: static;
    margin: 10px 0 0 10px;
}
*/
@media only screen and (min-width: 768px) {
  .pure-toggle-label {
    display: none;
  }
}
.pure-toggle-label:hover {
  border: 2px solid #ea6f38;
}
.pure-toggle-label:hover .pure-toggle-icon,
.pure-toggle-label:hover .pure-toggle-icon:before,
.pure-toggle-label:hover .pure-toggle-icon:after {
  background-color: #ea6f38;
}
.pure-toggle-label:active {
  -webkit-tap-highlight-color: transparent;
}
.pure-toggle-label .pure-toggle-icon,
.pure-toggle-label .pure-toggle-icon:before,
.pure-toggle-label .pure-toggle-icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 22px;
  cursor: pointer;
  background: #14110b;
  display: block;
  content: '';
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.pure-toggle-label .pure-toggle-icon {
  transform: translate3d(-50%, -4px, 0);
  -webkit-transform: translate3d(-50%, -1px, 0);
}
.pure-toggle-label .pure-toggle-icon:before {
  transform: translate3d(-50%, -14px, 0);
  -webkit-transform: translate3d(-50%, -12px, 0);
}
.pure-toggle-label .pure-toggle-icon:after {
  transform: translate3d(-50%, 10px, 0);
  -webkit-transform: translate3d(-50%, 8px, 0);
}
.pure-toggle-label[data-toggle-label='left'] {
  left: 15px;
  right: auto;
}
.pure-toggle-label[data-toggle-label='right'] {
  left: auto;
  right: 15px;
}
.pure-toggle-label[data-toggle-label='top'] {
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label:not([data-toggle-label='left']),
.pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label:not([data-toggle-label='right']),
.pure-toggle[data-toggle='top']:checked ~ .pure-toggle-label:not([data-toggle-label='top']) {
  opacity: 0;
  z-index: -1;
}
.pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label[data-toggle-label='left'],
.pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'],
.pure-toggle[data-toggle='top']:checked ~ .pure-toggle-label[data-toggle-label='top'] {
  color: #fff;
}
.pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label[data-toggle-label='left'] .pure-toggle-icon,
.pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon,
.pure-toggle[data-toggle='top']:checked ~ .pure-toggle-label[data-toggle-label='top'] .pure-toggle-icon {
  background-color: transparent;
}
.pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label[data-toggle-label='left'] .pure-toggle-icon:before,
.pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label[data-toggle-label='left'] .pure-toggle-icon:after,
.pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon:before,
.pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon:after,
.pure-toggle[data-toggle='top']:checked ~ .pure-toggle-label[data-toggle-label='top'] .pure-toggle-icon:before,
.pure-toggle[data-toggle='top']:checked ~ .pure-toggle-label[data-toggle-label='top'] .pure-toggle-icon:after {
  top: 0;
}
.pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label[data-toggle-label='left'] .pure-toggle-icon:before,
.pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon:before,
.pure-toggle[data-toggle='top']:checked ~ .pure-toggle-label[data-toggle-label='top'] .pure-toggle-icon:before {
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
}
.pure-toggle[data-toggle='left']:checked ~ .pure-toggle-label[data-toggle-label='left'] .pure-toggle-icon:after,
.pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label[data-toggle-label='right'] .pure-toggle-icon:after,
.pure-toggle[data-toggle='top']:checked ~ .pure-toggle-label[data-toggle-label='top'] .pure-toggle-icon:after {
  -ms-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
  transform: translateX(-50%) translateY(-10px) rotate(-45deg);
  -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
  top: 10px;
}
/***********
## Drawer ##
***********/
.pure-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  visibility: hidden;
  background-color: #ffffff;
  transition-property: all;
  overflow-y: visible;
  overflow-x: hidden;
  width: 300px;
}
.pure-drawer::-webkit-scrollbar {
  width: 0;
  cursor: default;
}
.pure-drawer::scrollbar {
  width: 0;
  cursor: default;
}
@media only screen and (min-width: 768px) {
  .pure-drawer {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    background-color: transparent;
    visibility: visible;
    transition-duration: none;
    overflow-x: visible;
  }
  .pure-drawer.button {
    background-color: #96bfe2;
  }
  .edit-mode .pure-drawer {
    position: static;
  }
}
.pure-drawer[data-position='right'] {
  left: auto;
  right: 0;
}
.pure-drawer[data-position='top'] {
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .pure-drawer[data-position='top'] {
    height: auto;
  }
}
/*********************
## Pusher Container ##
*********************/
.pure-pusher-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
/***********
## Pusher ##
***********/
.pure-pusher {
  position: relative;
  height: 100%;
  left: 0;
  z-index: 2;
  /*background-color: #fff;*/
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: ease-out;
}
@media (min-width: 768px) {
  .pure-pusher {
    position: static;
    height: auto;
    left: auto;
    z-index: 1;
    /*background-color: #fff;*/
    transition-property: none;
    transition-duration: 0;
    transition-timing-function: none;
  }
}
/*******************
## Pusher Overlay ##
*******************/
.pure-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition-property: opacity;
  transition-duration: 500ms;
  transition-delay: 500ms;
  transition-timing-function: ease-in-out;
}
@media only screen and (min-width: 768px) {
  .pure-toggle[data-toggle='left']:checked ~ .pure-overlay[data-overlay='left'] {
    left: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .pure-toggle[data-toggle='right']:checked ~ .pure-overlay[data-overlay='right'] {
    right: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .pure-toggle[data-toggle='top']:checked ~ .pure-overlay[data-overlay='top'] {
    top: 100%;
  }
}
.pure-toggle[data-toggle='left']:checked ~ .pure-overlay[data-overlay='left'],
.pure-toggle[data-toggle='right']:checked ~ .pure-overlay[data-overlay='right'],
.pure-toggle[data-toggle='top']:checked ~ .pure-overlay[data-overlay='top'] {
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 3;
}
/********************************
## Fallback for older browsers ##
********************************/
.no-csstransforms3d .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
  left: 100%;
}
@media only screen and (min-width: 768px) {
  .no-csstransforms3d .pure-toggle[data-toggle='left']:checked ~ .pure-pusher-container .pure-pusher {
    left: 300px;
  }
}
.no-csstransforms3d .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
  left: -100%;
}
@media only screen and (min-width: 768px) {
  .no-csstransforms3d .pure-toggle[data-toggle='right']:checked ~ .pure-pusher-container .pure-pusher {
    left: -300px;
  }
}
.no-csstransforms3d .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
  top: 100%;
}
@media only screen and (min-width: 768px) {
  .no-csstransforms3d .pure-toggle[data-toggle='top']:checked ~ .pure-pusher-container .pure-pusher {
    top: 100%;
  }
}
/*****************************
## Effect - Slide in on top ##
*****************************/
/* DRAWER */
[data-effect='pure-effect-slide'] .pure-drawer {
  z-index: 3;
  transition-duration: 500ms;
}
[data-effect='pure-effect-slide'] .pure-drawer[data-position='left'] {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media only screen and (min-width: 768px) {
  [data-effect='pure-effect-slide'] .pure-drawer[data-position='left'] {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
[data-effect='pure-effect-slide'] .pure-drawer[data-position='right'] {
  -webkit-transform: translate3d(100, 0, 0);
  transform: translate3d(100%, 0, 0);
}
@media only screen and (min-width: 768px) {
  [data-effect='pure-effect-slide'] .pure-drawer[data-position='right'] {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
[data-effect='pure-effect-slide'] .pure-drawer[data-position='top'] {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
@media only screen and (min-width: 768px) {
  [data-effect='pure-effect-slide'] .pure-drawer[data-position='top'] {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
[data-effect='pure-effect-slide'] .pure-toggle[data-toggle='left']:checked ~ .header-container .pure-drawer[data-position='left'],
[data-effect='pure-effect-slide'] .pure-toggle[data-toggle='right']:checked ~ .header-container .pure-drawer[data-position='right'],
[data-effect='pure-effect-slide'] .pure-toggle[data-toggle='top']:checked ~ .header-container.pure-drawer[data-position='top'] {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* OVERLAY */
[data-effect='pure-effect-slide'] .pure-overlay {
  transition-duration: 500ms;
  transition-delay: 250ms;
}
.edit-mode [data-effect='pure-effect-slide'] .pure-drawer[data-position='left'],
.edit-mode [data-effect='pure-effect-slide'] .pure-drawer[data-position='right'],
.edit-mode [data-effect='pure-effect-slide'] .pure-drawer[data-position='top'] {
  -webkit-transform: none;
  transform: none;
}
/* line 27, ../sass/simplelightbox.scss */
body.hidden-scroll {
  overflow: hidden;
}
/* line 30, ../sass/simplelightbox.scss */
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1050;
}
/* line 41, ../sass/simplelightbox.scss */
.sl-wrapper {
  z-index: 1040;
}
/* line 43, ../sass/simplelightbox.scss */
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
/* line 49, ../sass/simplelightbox.scss */
.sl-wrapper button:hover {
  opacity: 0.7;
}
/* line 54, ../sass/simplelightbox.scss */
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 1060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  font-size: 3rem;
}
/* line 69, ../sass/simplelightbox.scss */
.sl-wrapper .sl-close:focus {
  outline: none;
}
/* line 74, ../sass/simplelightbox.scss */
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  font-size: 1rem;
}
/* line 84, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
/* line 87, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 1060;
  font-family: Arial, Baskerville, monospace;
}
/* line 99, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
/* line 104, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
/* line 109, ../sass/simplelightbox.scss */
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  /* line 87, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  /* line 116, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  /* line 121, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  /* line 87, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  /* line 129, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  /* line 134, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
/* line 142, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
/* line 147, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
}
@media (min-width: 35.5em) {
  /* line 147, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  /* line 147, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
/* line 160, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  /* line 160, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  /* line 160, ../sass/simplelightbox.scss */
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
/* line 170, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 180, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
/* line 185, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
/* line 190, ../sass/simplelightbox.scss */
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}
/* line 201, ../sass/simplelightbox.scss */
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
/* line 220, ../sass/simplelightbox.scss */
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.image-right-tilt .ccm-image-block {
  display: block;
  margin: 0 auto 0 auto;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.image-circle .ccm-image-block {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/*----------------------------------------------
	Link Style
----------------------------------------------*/
.link-image {
  width: 100%;
  height: auto;
  position: relative;
}
.link-image a {
  display: block;
  margin: 0;
  padding: 0;
}
.link-image a:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.link-image a:hover:after {
  opacity: 1;
}
.link-image a:hover .more-content {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.link-image a .more-content {
  display: block;
  padding: 6px 12px 8px;
  color: #fff;
  font-size: .9em;
  line-height: 1;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  -o-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
  -webkit-transform: 0.5s, opacity 0.3s;
  -moz-transform: 0.5s, opacity 0.3s;
  -o-transform: 0.5s, opacity 0.3s;
  transform: 0.5s, opacity 0.3s;
}
/*----------------------------------------------
	Lightbox Style
----------------------------------------------*/
.lightbox-image {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.lightbox-image a {
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}
.lightbox-image a:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
}
.lightbox-image a:hover:after {
  opacity: 1;
}
.lightbox-image a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  filter: blur(3px) grayscale(100%);
}
.lightbox-image img {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
}
.lightbox-image .fa {
  display: block;
  padding: 0;
  color: #fff;
  font-size: 2.5em;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lightbox-image:hover .fa {
  opacity: 1;
  pointer-events: none;
}
/*----------------------------------------------
	Thin Border Image Style
----------------------------------------------*/
.thin-border-image {
  padding: 9px;
  background: #96bfe2;
  border: solid 1px #eeeeee;
}
/*----------------------------------------------
	Middle Border Image Style
----------------------------------------------*/
.middle-border-image {
  padding: 0;
  background: #96bfe2;
  border: solid 15px #eeeeee;
}
/*----------------------------------------------
	Middle Border Gap Image Style
----------------------------------------------*/
.middle-border-gap-image {
  padding: 5px;
  background: #96bfe2;
  border: solid 10px #eeeeee;
}
/*----------------------------------------------
	Double Border Image Style
----------------------------------------------*/
.double-border-image img {
  padding: 2px;
  -webkit-box-shadow: 0 0 0 1px #ddd, 0 0 0 3px #fff, 0 0 0 4px #ddd;
  box-shadow: 0 0 0 1px #ddd, 0 0 0 3px #fff, 0 0 0 4px #ddd;
}
/*----------------------------------------------
	Shadow Image Style
----------------------------------------------*/
.shadow-pale-image {
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.2);
}
.shadow-middle-image {
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35), 0 9px 22px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35), 0 9px 22px rgba(0, 0, 0, 0.35);
}
.shadow-deep-image {
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5), 0 10px 24px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5), 0 10px 24px rgba(0, 0, 0, 0.5);
}
.shadow-pale-inset-image {
  position: relative;
}
.shadow-pale-inset-image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2) inset, 0 8px 20px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2) inset, 0 8px 20px rgba(0, 0, 0, 0.2) inset;
  pointer-events: none;
}
.shadow-middle-inset-image {
  position: relative;
}
.shadow-middle-inset-image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.35) inset, 0 9px 22px rgba(0, 0, 0, 0.35) inset;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.35) inset, 0 9px 22px rgba(0, 0, 0, 0.35) inset;
  pointer-events: none;
}
.shadow-deep-inset-image {
  position: relative;
}
.shadow-deep-inset-image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5) inset, 0 10px 24px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5) inset, 0 10px 24px rgba(0, 0, 0, 0.5) inset;
  pointer-events: none;
}
/*----------------------------------------------
	Circle Image Style
----------------------------------------------*/
.circle-image img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.circle-thin-border-image img {
  padding: 9px;
  background: #96bfe2;
  border: solid 1px #eeeeee;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.circle-middle-border-image img {
  background: #96bfe2;
  border: solid 15px #eeeeee;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.circle-drop-shadow-pale-image img {
  background: #96bfe2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
}
.circle-drop-shadow-middle-image img {
  background: #96bfe2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3));
}
.circle-drop-shadow-deep-image img {
  background: #96bfe2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.45));
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.45));
}
div.ccm-page {
  /* =========================================================
    Sort Button Style
   ========================================================= */
  /* Slider */
  /* Slider */
  /* Icons */
  /* Arrows */
  /* Dots */
  /*----------------------------------------------
	Slick Slider Majorca Style
----------------------------------------------*/
  /*!
 * rippler v0.1.1
 * http://blivesta.github.io/rippler/
 * Licensed under MIT
 * Author : blivesta
 * http://blivesta.com/
 */
  /*# sourceMappingURL=rippler.css.map */
  /*----------------------------------------------
	Social Links
----------------------------------------------*/
  /*----------------------------------------------
	Social Links Light Color
----------------------------------------------*/
  /*----------------------------------------------
	Social Links Square
----------------------------------------------*/
  /*----------------------------------------------
	Social Links Circle
----------------------------------------------*/
  /*----------------------------------------------
	Social Links Color
----------------------------------------------*/
  /*----------------------------------------------
	Social Links Light Color
----------------------------------------------*/
  /*----------------------------------------------
	Share This Page
----------------------------------------------*/
  /*----------------------------------------------
	Social Links Light Color
----------------------------------------------*/
  /*----------------------------------------------
	Social Links Square
----------------------------------------------*/
  /*----------------------------------------------
	Social Links Light Color
----------------------------------------------*/
  /* =========================================================
    Thumbnail Grid Style
   ========================================================= */
  /* =========================================================
    Thumbnail List Style
   ========================================================= */
  /* =========================================================
    Thumbnail Grid Card Masonry Style
   ========================================================= */
  /* =========================================================
    Thumbnail Grid Card List Style
   ========================================================= */
  /* =========================================================
    Thumbnail Grid Card Switch Style
   ========================================================= */
  /* =========================================================
    Carousel Thumbnail Grid Style
   ========================================================= */
  /*----------------------------------------------
	Lightbox Style
----------------------------------------------*/
  /* =========================================================
    Majorca Slick Carousel Style
   ========================================================= */
  /*----------------------------------------------
	Slick Slider
----------------------------------------------*/
  /*----------------------------------------------
	Page Attribute Display Styles
----------------------------------------------*/
  /*----------------------------------------------
	Google Map Styles
----------------------------------------------*/
  /*----------------------------------------------
	Calendar Event Styles
----------------------------------------------*/
  position: relative;
}
div.ccm-page header.header-container {
  margin: 0;
  padding: 0;
  background: #ffffff;
  background: linear-gradient(180deg, #ffffff 0%, #96bfe2 100%);
}
div.ccm-page header.header-container .header-container-inner {
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 0 20px;
}
div.ccm-page header.header-container .header-container-inner .header-summary-container {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
div.ccm-page header.header-container .header-container-inner .header-summary-container .content-right,
div.ccm-page header.header-container .header-container-inner .header-summary-container .content-left {
  float: none;
}
div.ccm-page header.header-container .header-container-inner div.site-logo img {
  width: auto;
}
div.ccm-page header.header-container .header-container-inner .site-name {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.6em;
  font-weight: normal;
  text-align: left;
  line-height: 1.4;
  font-feature-settings: 'palt';
}
div.ccm-page header.header-container .header-container-inner .site-name a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.ccm-page header.header-container .header-container-inner .site-name a:hover {
  color: #ea6f38;
}
div.ccm-page header.header-container .header-container-inner .site-name a#header-site-title {
  font-size: 2em;
  color: #565656;
  font-family: 'Sofia Pro', cursive;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
  font-feature-settings: 'palt';
}
div.ccm-page header.header-container .header-container-inner .site-name a#header-site-title:hover {
  color: #ea6f38;
}
div.ccm-page header.header-container .header-container-inner .site-name p {
  margin-top: 5px;
  color: #ffffff;
  font-family: 'Open Sans', Helvetica, 'Helvetica Neue', Arial, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-feature-settings: 'palt';
  line-height: 1.2;
}
div.ccm-page header.header-container .header-container-inner .header-contents {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
div.ccm-page header.header-container .header-container-inner .header-search {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
div.ccm-page header.header-container .header-container-inner .header-search .ccm-search-block-form {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
}
div.ccm-page header.header-container .header-container-inner .header-search .ccm-search-block-form:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 5px;
  text-decoration: inherit;
  color: #14110b;
}
div.ccm-page header.header-container .header-container-inner .header-search .ccm-search-block-form:focus {
  outline: none;
}
div.ccm-page header.header-container .header-container-inner .header-search .ccm-search-block-form h3 {
  margin: 0;
  padding: 8px 5px 8px 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1;
}
div.ccm-page header.header-container .header-container-inner .header-search .ccm-search-block-form .ccm-search-block-text {
  width: 100%;
  height: 40px;
  margin: 0 0 5px;
  padding: 0 5px 0 28px;
  color: #14110b;
  border: solid 1px #eeeeee;
  border-radius: 0;
}
div.ccm-page header.header-container .header-container-inner .header-search .ccm-search-block-form .ccm-search-block-text:focus {
  outline: none;
  background: #f9d3c2;
}
div.ccm-page header.header-container .header-container-inner .header-search .ccm-search-block-form .btn-default {
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0 10px;
  color: #ffffff;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  border-radius: 0;
  border: solid 1px #eeeeee;
  border-color: #eeeeee;
  background: #f6f6f6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.ccm-page header.header-container .header-container-inner .header-search .ccm-search-block-form .btn-default:hover {
  color: #ffffff;
  background: #ea6f38;
}
div.ccm-page header.header-container .header-container-inner .header-search .social-links,
div.ccm-page header.header-container .header-container-inner .header-search .ccm-block-social-links,
div.ccm-page header.header-container .header-container-inner .header-search .social-links-plate {
  display: inline-block;
  width: auto;
  padding-bottom: 30px;
}
div.ccm-page header.header-container .header-container-inner .social-links,
div.ccm-page header.header-container .header-container-inner .ccm-block-social-links,
div.ccm-page header.header-container .header-container-inner .social-links-plate {
  display: block;
  width: auto;
  margin-bottom: 0;
  padding: 0;
}
div.ccm-page header.header-container .header-container-inner .social-links li,
div.ccm-page header.header-container .header-container-inner .ccm-block-social-links li,
div.ccm-page header.header-container .header-container-inner .social-links-plate li {
  padding: 0 5px;
}
div.ccm-page header.header-container.header-dark-color {
  color: #eeeeee;
  background-color: #ffffff;
}
div.ccm-page header.header-container.header-dark-color .header-container-inner .site-name a {
  color: #96bfe2;
}
div.ccm-page header.header-container.header-dark-color .header-container-inner .site-name a:hover {
  color: #ea6f38;
}
div.ccm-page header.header-container.header-dark-color .header-container-inner .site-name a#header-site-title {
  color: #96bfe2;
}
div.ccm-page header.header-container.header-dark-color .header-container-inner .site-name a#header-site-title:hover {
  color: #ea6f38;
}
div.ccm-page header.header-container.header-dark-color .header-container-inner .site-name p {
  margin-top: 5px;
  color: #96bfe2;
}
div.ccm-page header.header-container.header-dark-color .header-search .ccm-search-block-form:before {
  color: #eeeeee;
}
div.ccm-page header.header-container.header-dark-color .header-search .ccm-search-block-form .ccm-search-block-text {
  color: #eeeeee;
  background: #ffffff;
}
div.ccm-page header.header-container.header-dark-color .header-search .ccm-search-block-form .ccm-search-block-text:focus {
  background: #ffffff;
}
div.ccm-page header.header-container.header-dark-color .header-search .ccm-search-block-form .btn-default {
  color: #eeeeee;
  border: solid 1px #eeeeee;
  border-color: #eeeeee;
  background: #ffffff;
}
div.ccm-page header.header-container.header-dark-color .header-search .ccm-search-block-form .btn-default:hover {
  color: #ffffff;
  background: #ea6f38;
}
div.ccm-page header.header-container.header-dark-color .header-search .social-links ul li a,
div.ccm-page header.header-container.header-dark-color .header-search .ccm-block-social-links ul li a,
div.ccm-page header.header-container.header-dark-color .header-search .social-links-plate ul li a {
  color: #ffffff;
}
div.ccm-page header.header-container.header-dark-color .social-links,
div.ccm-page header.header-container.header-dark-color .ccm-block-social-links,
div.ccm-page header.header-container.header-dark-color .social-links-plate {
  color: rgba(255, 255, 255, 0.7);
}
div.ccm-page header.header-container.header-dark-color .social-links:hover,
div.ccm-page header.header-container.header-dark-color .ccm-block-social-links:hover,
div.ccm-page header.header-container.header-dark-color .social-links-plate:hover {
  color: #ffffff;
}
div.ccm-page header.header-container.toggle-label-top {
  padding-top: 50px;
}
div.ccm-page header.header-container .header-image-container {
  height: 320px;
  overflow: hidden;
  position: relative;
}
div.ccm-page header.header-container .header-image-container img {
  max-width: 200%;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 480px) {
  div.ccm-page header.header-container .header-container-inner .social-links li,
  div.ccm-page header.header-container .header-container-inner .ccm-block-social-links li,
  div.ccm-page header.header-container .header-container-inner .social-links-plate li {
    padding: 0;
  }
  div.ccm-page header.header-container .header-container-inner .header-search .ccm-search-block-form {
    width: 70%;
  }
  div.ccm-page header.header-container .header-container-inner .header-search .ccm-search-block-form .btn-default {
    height: 44px;
  }
  div.ccm-page header.header-container .header-container-inner.simple .social-links li,
  div.ccm-page header.header-container .header-container-inner.simple .ccm-block-social-links li,
  div.ccm-page header.header-container .header-container-inner.simple .social-links-plate li {
    margin: 0 10px;
  }
  div.ccm-page header.header-container .header-container-inner.simple .social-links li a .fa,
  div.ccm-page header.header-container .header-container-inner.simple .ccm-block-social-links li a .fa,
  div.ccm-page header.header-container .header-container-inner.simple .social-links-plate li a .fa {
    display: inline-block;
    width: 45px;
    height: 45px;
    padding: 10px 5px 10px;
    color: rgba(20, 17, 11, 0.7);
    font-weight: 200;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    background: #fff;
    border: 1px solid rgba(20, 17, 11, 0.7);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  div.ccm-page header.header-container .header-container-inner.simple .social-links li a:hover .fa,
  div.ccm-page header.header-container .header-container-inner.simple .ccm-block-social-links li a:hover .fa,
  div.ccm-page header.header-container .header-container-inner.simple .social-links-plate li a:hover .fa {
    color: #ffffff;
    background: #ea6f38;
    border: 1px solid #ea6f38;
    box-shadow: 0 0 0 6px #f6c2ab;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  div.ccm-page header.header-container.header-dark-color .header-container-inner.simple .social-links li a .fa,
  div.ccm-page header.header-container.header-dark-color .header-container-inner.simple .ccm-block-social-links li a .fa,
  div.ccm-page header.header-container.header-dark-color .header-container-inner.simple .social-links-plate li a .fa {
    color: rgba(255, 255, 255, 0.7);
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.7);
  }
  div.ccm-page header.header-container.header-dark-color .header-container-inner.simple .social-links li a:hover .fa,
  div.ccm-page header.header-container.header-dark-color .header-container-inner.simple .ccm-block-social-links li a:hover .fa,
  div.ccm-page header.header-container.header-dark-color .header-container-inner.simple .social-links-plate li a:hover .fa {
    color: #ffffff;
    background: #ea6f38;
    border: 1px solid #ea6f38;
    box-shadow: 0 0 0 6px #f6c2ab;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  div.ccm-page header.header-container .header-image-container {
    height: 480px;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 768px) {
  div.ccm-page header.header-container {
    width: 100%;
  }
  div.ccm-page header.header-container .header-container-inner .header-summary-container {
    text-align: left;
  }
  div.ccm-page header.header-container .header-container-inner .header-summary-container .content-right {
    float: right;
  }
  div.ccm-page header.header-container .header-container-inner .header-summary-container .content-left {
    float: left;
  }
  div.ccm-page header.header-container .header-container-inner div.site-logo img {
    width: 100%;
  }
  div.ccm-page header.header-container .header-container-inner .site-name {
    text-align: left;
  }
  div.ccm-page header.header-container .header-container-inner .site-name p {
    font-size: 1.4em;
    font-size: 1.4rem;
  }
  div.ccm-page header.header-container .header-container-inner .header-contents {
    text-align: right;
  }
  div.ccm-page header.header-container .header-container-inner .header-search {
    margin: 0;
    text-align: right;
  }
  div.ccm-page header.header-container .header-container-inner .header-search .ccm-search-block-form {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  div.ccm-page header.header-container .header-container-inner .header-search .ccm-search-block-form:before {
    top: 0;
  }
  div.ccm-page header.header-container .header-container-inner .header-search .ccm-search-block-form .ccm-search-block-text {
    width: auto;
    height: 30px;
    margin: 0;
    padding: 0 5px 0 28px;
  }
  div.ccm-page header.header-container .header-container-inner .header-search .ccm-search-block-form .btn-default {
    width: auto;
    min-width: auto;
    height: 30px;
    margin: 0;
    padding: 0 10px;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  div.ccm-page header.header-container .header-container-inner .header-search .social-links,
  div.ccm-page header.header-container .header-container-inner .header-search .ccm-block-social-links,
  div.ccm-page header.header-container .header-container-inner .header-search .social-links-plate {
    padding-right: 10px;
    padding-bottom: 0;
  }
  div.ccm-page header.header-container .header-container-inner .social-links,
  div.ccm-page header.header-container .header-container-inner .ccm-block-social-links,
  div.ccm-page header.header-container .header-container-inner .social-links-plate {
    display: inline-block;
    width: auto;
  }
  div.ccm-page header.header-container .header-container-inner .ccm-block-social-links li {
    margin-right: 0;
    margin-left: 5px;
    padding: 4px 0;
  }
  div.ccm-page header.header-container .header-container-inner .header-item-container {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  div.ccm-page header.header-container .header-container-inner.simple .site-name {
    text-align: center;
  }
  div.ccm-page header.header-container .header-container-inner.simple .header-contents {
    text-align: center;
  }
  div.ccm-page header.header-container .header-container-inner.simple .header-search {
    text-align: center;
  }
  div.ccm-page header.header-container .header-container-inner.simple .header-search .ccm-search-block-form {
    width: auto;
  }
  div.ccm-page header.header-container .header-container-inner.simple .social-links,
  div.ccm-page header.header-container .header-container-inner.simple .ccm-block-social-links,
  div.ccm-page header.header-container .header-container-inner.simple .social-links-plate {
    display: block;
    text-align: center;
  }
  div.ccm-page header.header-container .header-container-inner.elemental .ccm-search-block-form {
    flex-wrap: nowrap;
  }
  div.ccm-page header.header-container .header-container-inner.elemental .ccm-search-block-form:before {
    display: none;
  }
  div.ccm-page header.header-container .header-container-inner.elemental .ccm-search-block-form .ccm-search-block-text {
    width: 70%;
    padding-left: 5px;
  }
  div.ccm-page header.header-container.toggle-label-top {
    padding-top: 0;
  }
  div.ccm-page header.header-container .header-image-container {
    height: auto;
    overflow: hidden;
    position: relative;
  }
  div.ccm-page header.header-container .header-image-container img {
    max-width: 100%;
    width: 100%;
    height: auto;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (min-width: 992px) {
  div.ccm-page header.header-container .header-container-inner .header-item-container {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  div.ccm-page header.header-container .header-container-inner .header-item-container .site-name p {
    font-size: 1.4em;
    font-size: 1.4rem;
  }
  div.ccm-page header.header-container .header-container-inner .header-item-container .header-search .social-links,
  div.ccm-page header.header-container .header-container-inner .header-item-container .header-search .ccm-block-social-links,
  div.ccm-page header.header-container .header-container-inner .header-item-container .header-search .social-links-plate {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page header.header-container .header-container-inner .header-item-container .site-name p {
    font-size: 1.4em;
    font-size: 1.4rem;
  }
}
@media print {
  div.ccm-page header.header-container.toggle-label-top {
    padding-top: 0;
  }
}
div.ccm-page footer.footer-container {
  display: block;
  margin: 0 auto;
  padding: 0;
  color: #565656;
  background: #ffffff;
  position: relative;
}
div.ccm-page footer.footer-container:before {
  display: block;
  content: '';
  width: 100%;
  height: 16px;
  background: url('/packages/theme_majorca/themes/majorca/css/build/img/border_dotted_jet.png') repeat 0 0;
}
div.ccm-page footer.footer-container .bread-crumb-container {
  zoom: 1;
}
div.ccm-page footer.footer-container .bread-crumb-container:before,
div.ccm-page footer.footer-container .bread-crumb-container:after {
  content: '';
  display: table;
}
div.ccm-page footer.footer-container .bread-crumb-container:after {
  clear: both;
}
div.ccm-page footer.footer-container .breadcrumb li,
div.ccm-page footer.footer-container .bread-crumbs li {
  display: none;
}
div.ccm-page footer.footer-container a {
  color: #14110b;
}
div.ccm-page footer.footer-container a:hover,
div.ccm-page footer.footer-container a:focus {
  color: rgba(20, 17, 11, 0.7);
  text-decoration: none;
}
div.ccm-page footer.footer-container #footer-site-title {
  display: block;
  margin-bottom: 15px;
  font-family: 'Limelight', cursive;
  font-weight: 900;
  color: #565656;
  text-transform: uppercase;
  font-size: 1.2em;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page footer.footer-container #footer-site-title:hover {
  color: #ea6f38;
  text-decoration: none !important;
}
div.ccm-page footer.footer-container .footer-logo {
  margin: 0 0 30px;
  text-align: center;
}
div.ccm-page footer.footer-container .footer-logo img {
  margin: 0 auto;
}
div.ccm-page footer.footer-container .footer-title {
  margin: 15px 0 10px;
}
div.ccm-page footer.footer-container .footer-content-container {
  text-align: center;
}
div.ccm-page footer.footer-container .footer-content-container .social-links,
div.ccm-page footer.footer-container .footer-content-container .ccm-block-social-links {
  margin-top: 30px;
  margin-left: 3px;
  margin-bottom: 30px;
}
div.ccm-page footer.footer-container .footer-content-container .social-links li,
div.ccm-page footer.footer-container .footer-content-container .ccm-block-social-links li {
  padding: 0 5px;
}
div.ccm-page footer.footer-container .footer-content-container .social-links li a,
div.ccm-page footer.footer-container .footer-content-container .ccm-block-social-links li a {
  color: #14110b;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page footer.footer-container .footer-content-container .social-links li a:hover,
div.ccm-page footer.footer-container .footer-content-container .ccm-block-social-links li a:hover {
  color: rgba(20, 17, 11, 0.7);
}
div.ccm-page footer.footer-container .footer-content-container .social-links li a:hover .fa,
div.ccm-page footer.footer-container .footer-content-container .ccm-block-social-links li a:hover .fa {
  opacity: 1;
}
div.ccm-page footer.footer-container .footer-navigation,
div.ccm-page footer.footer-container .second-footer-navigation {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  text-align: left;
}
div.ccm-page footer.footer-container .footer-navigation p,
div.ccm-page footer.footer-container .second-footer-navigation p {
  margin-bottom: 10px;
}
div.ccm-page footer.footer-container .footer-navigation a,
div.ccm-page footer.footer-container .second-footer-navigation a {
  display: block;
  margin: 0;
  padding: 10px;
  color: #14110b;
  text-align: center;
  border: solid 1px #b5b5b5;
}
div.ccm-page footer.footer-container .footer-navigation a:hover,
div.ccm-page footer.footer-container .second-footer-navigation a:hover {
  opacity: 1;
}
div.ccm-page footer.footer-container .footer-navigation .ccm-block-page-list-page-entry,
div.ccm-page footer.footer-container .second-footer-navigation .ccm-block-page-list-page-entry {
  margin-bottom: 10px;
}
div.ccm-page footer.footer-container .footer-navigation .ccm-block-page-list-page-entry .ccm-block-page-list-title,
div.ccm-page footer.footer-container .second-footer-navigation .ccm-block-page-list-page-entry .ccm-block-page-list-title {
  font-size: 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}
div.ccm-page footer.footer-container .footer-navigation .ccm-block-page-list-page-entry .ccm-block-page-list-title:before,
div.ccm-page footer.footer-container .second-footer-navigation .ccm-block-page-list-page-entry .ccm-block-page-list-title:before {
  margin-right: 0;
  content: none;
}
div.ccm-page footer.footer-container .footer-navigation .ccm-block-page-list-page-entry .ccm-block-page-list-date,
div.ccm-page footer.footer-container .second-footer-navigation .ccm-block-page-list-page-entry .ccm-block-page-list-date {
  display: none;
}
div.ccm-page footer.footer-container .footer-navigation ul,
div.ccm-page footer.footer-container .second-footer-navigation ul {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-size: 1rem;
}
div.ccm-page footer.footer-container .footer-navigation ul li,
div.ccm-page footer.footer-container .second-footer-navigation ul li {
  margin-bottom: 10px;
  line-height: 1.4;
}
div.ccm-page footer.footer-container .footer-navigation ul li a:hover,
div.ccm-page footer.footer-container .second-footer-navigation ul li a:hover {
  background: none;
}
div.ccm-page footer.footer-container address {
  margin-bottom: 20px;
  font-style: normal;
  font-size: .9em;
  font-size: .9rem;
  line-height: 1.4;
}
div.ccm-page footer.footer-container .footer-social {
  margin-bottom: 10px;
}
div.ccm-page footer.footer-container .list-inline {
  margin-bottom: 10px;
}
div.ccm-page footer.footer-container .copyright {
  min-height: 54px;
  margin: 15px 0 0;
  padding: 15px 0;
  font-size: .85em;
  font-size: .85rem;
  text-align: center;
  color: #fafafa;
  background: #000000;
}
div.ccm-page footer.footer-container .copyright p {
  margin: 0;
}
div.ccm-page footer.footer-container .scroll-page-top {
  margin: 0 0 15px;
  text-align: center;
}
div.ccm-page footer.footer-container .scroll-page-top .icon-arrow {
  display: block;
  margin: 10px 0 0;
  font-size: 2em;
  font-size: 2rem;
  color: #565656;
  line-height: .1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page footer.footer-container .scroll-page-top a:hover .icon-arrow {
  color: #ea6f38;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
div.ccm-page footer.footer-container .scroll-page-top span {
  visibility: hidden;
}
div.ccm-page footer.footer-container .scroll-page-top a {
  display: block;
  padding: 15px 0 0;
  color: #14110b;
  font-size: 1em;
  font-size: 1rem;
  font-weight: 700;
  font-feature-settings: 'palt';
  opacity: 1;
}
div.ccm-page footer.footer-container .scroll-page-top a:hover,
div.ccm-page footer.footer-container .scroll-page-top a:focus {
  color: rgba(20, 17, 11, 0.7);
  text-decoration: none;
}
div.ccm-page footer.footer-container #ccm-account-menu-container.ccm-ui {
  color: #b5b5b5;
  font-family: 'Open Sans', Helvetica, 'Helvetica Neue', Arial, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1;
  background-color: transparent;
  text-shadow: none;
}
div.ccm-page footer.footer-container #ccm-account-menu-container #ccm-account-menu {
  top: auto;
  right: 10px;
  bottom: 10px;
  box-shadow: 0 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  zoom: 1;
}
div.ccm-page footer.footer-container #ccm-account-menu-container #ccm-account-menu:before,
div.ccm-page footer.footer-container #ccm-account-menu-container #ccm-account-menu:after {
  content: '';
  display: table;
}
div.ccm-page footer.footer-container #ccm-account-menu-container #ccm-account-menu:after {
  clear: both;
}
div.ccm-page footer.footer-container #ccm-account-menu-container #ccm-account-menu a.btn {
  min-width: auto;
  padding: 5px 20px;
  color: #eeeeee;
  font-weight: 400;
  background-color: transparent;
  border-color: #eeeeee;
  box-shadow: 0 0 0 0;
  text-shadow: none;
}
div.ccm-page footer.footer-container #ccm-account-menu-container #ccm-account-menu a.btn:active,
div.ccm-page footer.footer-container #ccm-account-menu-container #ccm-account-menu a.btn:hover {
  color: #ffffff;
  background-color: #ea6f38;
  box-shadow: 0 0 0 0;
}
div.ccm-page footer.footer-container #ccm-account-menu-container #ccm-account-menu button {
  min-width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #b5b5b5;
  background-color: transparent;
  border-color: #eeeeee;
  border-left: 1px solid;
  box-shadow: 0 0 0 0;
}
div.ccm-page footer.footer-container #ccm-account-menu-container #ccm-account-menu button:active,
div.ccm-page footer.footer-container #ccm-account-menu-container #ccm-account-menu button:focus,
div.ccm-page footer.footer-container #ccm-account-menu-container #ccm-account-menu button:hover {
  color: #ffffff;
  background-color: #ea6f38;
  border-color: #eeeeee;
  box-shadow: 0 0 0 0;
}
div.ccm-page footer.footer-container .simple .footer-logo {
  text-align: center;
}
div.ccm-page footer.footer-container .simple .footer-social {
  margin: 10px auto 30px;
  text-align: center;
}
div.ccm-page footer.footer-container .simple .footer-social li {
  margin: 0 10px;
}
div.ccm-page footer.footer-container .login-container {
  margin: 15px auto;
}
div.ccm-page footer.footer-container .login-container .login-btn a {
  margin-bottom: 0;
  padding: 5px 10px;
  color: #565656;
  font-size: 1em;
  font-size: 1rem;
  text-shadow: none;
  line-height: 1.4;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #565656;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page footer.footer-container .login-container .login-btn a:hover {
  color: #14110b;
  background: #f5ab15;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page footer.footer-container .login-container .login-btn a:focus {
  background: #ffffff;
  outline: dotted 1px #f5ab15;
  outline-offset: -3px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page footer.footer-container .login-container .login-btn a:active {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page footer.footer-container .login-container .login-btn a:visited {
  color: #14110b;
}
div.ccm-page.edit-mode footer.footer-container .social-links,
div.ccm-page.edit-mode footer.footer-container .ccm-block-social-links {
  margin-top: 50px;
}
@media (min-width: 480px) {
  div.ccm-page footer.footer-container .footer-content-container .social-links li,
  div.ccm-page footer.footer-container .footer-content-container .ccm-block-social-links li {
    padding: 0;
  }
  div.ccm-page footer.footer-container .simple .footer-social .ccm-block-social-links li {
    margin: 0 10px;
  }
  div.ccm-page footer.footer-container .simple .footer-social .ccm-block-social-links li a .fa {
    display: inline-block;
    width: 45px;
    height: 45px;
    padding: 10px 5px 10px;
    color: #14110b;
    font-weight: 200;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    background: #ffffff;
    border: 1px solid #14110b;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  div.ccm-page footer.footer-container .simple .footer-social .ccm-block-social-links li a:hover .fa {
    color: #ffffff;
    background: #ea6f38;
    border: 1px solid #ea6f38;
    box-shadow: 0 0 0 6px #f6c2ab;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
}
@media (min-width: 768px) {
  div.ccm-page footer.footer-container .breadcrumb,
  div.ccm-page footer.footer-container .bread-crumbs {
    display: block;
    margin: 15px 0 0;
    padding: 0 15px;
    list-style: none;
    background: none;
    zoom: 1;
  }
  div.ccm-page footer.footer-container .breadcrumb:before,
  div.ccm-page footer.footer-container .bread-crumbs:before,
  div.ccm-page footer.footer-container .breadcrumb:after,
  div.ccm-page footer.footer-container .bread-crumbs:after {
    content: '';
    display: table;
  }
  div.ccm-page footer.footer-container .breadcrumb:after,
  div.ccm-page footer.footer-container .bread-crumbs:after {
    clear: both;
  }
  div.ccm-page footer.footer-container .breadcrumb li,
  div.ccm-page footer.footer-container .bread-crumbs li {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    color: #14110b;
    font-size: .9em;
    font-size: .9rem;
  }
  div.ccm-page footer.footer-container .breadcrumb li:before,
  div.ccm-page footer.footer-container .bread-crumbs li:before {
    margin-right: 5px;
    color: #14110b;
    opacity: .5;
    font-family: "Font Awesome 5 Free", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    content: '\f105';
  }
  div.ccm-page footer.footer-container .breadcrumb li:first-child:before,
  div.ccm-page footer.footer-container .bread-crumbs li:first-child:before,
  div.ccm-page footer.footer-container .breadcrumb li.first:before,
  div.ccm-page footer.footer-container .bread-crumbs li.first:before {
    content: none;
  }
  div.ccm-page footer.footer-container .breadcrumb li a,
  div.ccm-page footer.footer-container .bread-crumbs li a {
    color: rgba(20, 17, 11, 0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  div.ccm-page footer.footer-container .breadcrumb li a:hover,
  div.ccm-page footer.footer-container .bread-crumbs li a:hover {
    color: #14110b;
    text-decoration: none;
  }
  div.ccm-page footer.footer-container .breadcrumb li.active,
  div.ccm-page footer.footer-container .bread-crumbs li.active {
    color: #14110b;
  }
  div.ccm-page footer.footer-container #footer-site-title {
    margin-bottom: 10px;
  }
  div.ccm-page footer.footer-container .footer-logo {
    margin-bottom: 15px;
    text-align: left;
  }
  div.ccm-page footer.footer-container .footer-content-container {
    text-align: left;
  }
  div.ccm-page footer.footer-container .footer-content-container .social-links,
  div.ccm-page footer.footer-container .footer-content-container .ccm-block-social-links {
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 0;
  }
  div.ccm-page footer.footer-container .footer-content-container .social-links li a,
  div.ccm-page footer.footer-container .footer-content-container .ccm-block-social-links li a {
    color: #14110b;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  div.ccm-page footer.footer-container .footer-content-container .social-links li a:hover,
  div.ccm-page footer.footer-container .footer-content-container .ccm-block-social-links li a:hover {
    color: #14110b;
  }
  div.ccm-page footer.footer-container .footer-content-container .social-links li a:hover .fa,
  div.ccm-page footer.footer-container .footer-content-container .ccm-block-social-links li a:hover .fa {
    opacity: 1;
  }
  div.ccm-page footer.footer-container .footer-social {
    margin-bottom: 15px;
  }
  div.ccm-page footer.footer-container .footer-social .social-links,
  div.ccm-page footer.footer-container .footer-social .ccm-block-social-links {
    margin-top: 0;
  }
  div.ccm-page footer.footer-container .footer-social.right .social-links,
  div.ccm-page footer.footer-container .footer-social.right .ccm-block-social-links {
    text-align: right;
  }
  div.ccm-page footer.footer-container .footer-navigation,
  div.ccm-page footer.footer-container .second-footer-navigation {
    margin: 30px 0 0;
    padding: 0;
    font-size: 1em;
    font-size: 1rem;
  }
  div.ccm-page footer.footer-container .footer-navigation p,
  div.ccm-page footer.footer-container .second-footer-navigation p {
    margin-bottom: 10px;
  }
  div.ccm-page footer.footer-container .footer-navigation a,
  div.ccm-page footer.footer-container .second-footer-navigation a {
    display: inline-flex;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    color: #14110b;
    font-weight: 400;
    text-decoration: none;
    text-align: left;
    border: none;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  div.ccm-page footer.footer-container .footer-navigation a:before,
  div.ccm-page footer.footer-container .second-footer-navigation a:before {
    display: inline-block;
    min-width: 18px;
    min-height: 18px;
    margin-top: 0.1375em;
    margin-right: 5px;
    padding: 0;
    font-family: "Font Awesome 5 Free", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-align: center;
    line-height: 18px;
    background: #14110b;
    content: '\f105';
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  div.ccm-page footer.footer-container .footer-navigation a:hover,
  div.ccm-page footer.footer-container .second-footer-navigation a:hover {
    color: rgba(20, 17, 11, 0.7);
  }
  div.ccm-page footer.footer-container .footer-navigation a:hover:before,
  div.ccm-page footer.footer-container .second-footer-navigation a:hover:before {
    color: #ffffff;
    background: #ea6f38;
  }
  div.ccm-page footer.footer-container .footer-navigation .ccm-block-page-list-page-entry,
  div.ccm-page footer.footer-container .second-footer-navigation .ccm-block-page-list-page-entry {
    margin-bottom: 10px;
  }
  div.ccm-page footer.footer-container .footer-navigation .ccm-block-page-list-page-entry .ccm-block-page-list-title,
  div.ccm-page footer.footer-container .second-footer-navigation .ccm-block-page-list-page-entry .ccm-block-page-list-title {
    margin: 0;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4;
    /*
						&:before {
							margin-right: 0;
							content: none;
						}
*/
  }
  div.ccm-page footer.footer-container .footer-navigation .ccm-block-page-list-page-entry .ccm-block-page-list-date,
  div.ccm-page footer.footer-container .second-footer-navigation .ccm-block-page-list-page-entry .ccm-block-page-list-date {
    display: inline-block;
    margin-top: 0;
    margin-left: 23px;
    color: rgba(20, 17, 11, 0.7);
  }
  div.ccm-page footer.footer-container .footer-navigation .ccm-block-page-list-page-entry .ccm-block-page-list-date:before,
  div.ccm-page footer.footer-container .second-footer-navigation .ccm-block-page-list-page-entry .ccm-block-page-list-date:before {
    color: rgba(20, 17, 11, 0.7);
  }
  div.ccm-page footer.footer-container .footer-navigation p,
  div.ccm-page footer.footer-container .second-footer-navigation p {
    line-height: 1.4;
  }
  div.ccm-page footer.footer-container .footer-navigation ul,
  div.ccm-page footer.footer-container .second-footer-navigation ul {
    font-size: .9em;
    font-size: .9rem;
  }
  div.ccm-page footer.footer-container .second-footer-navigation {
    padding-left: 15px;
  }
  div.ccm-page footer.footer-container #footer-site-title {
    color: #565656;
  }
  div.ccm-page footer.footer-container .simple .footer-navigation-container {
    text-align: center;
  }
  div.ccm-page footer.footer-container .simple .footer-navigation-container .footer-navigation {
    display: table;
    width: auto;
    margin: 0 auto 50px;
    padding: 0;
    font-size: 1em;
    font-size: 1rem;
    vertical-align: middle;
  }
  div.ccm-page footer.footer-container .simple .footer-navigation-container .footer-navigation p {
    display: table-cell;
    width: auto;
    padding-right: 15px;
    font-size: 1em;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
  }
  div.ccm-page footer.footer-container .simple .footer-navigation-container .footer-navigation a {
    display: inline-flex;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    color: #14110b;
    font-weight: 400;
    text-decoration: none;
    text-align: left;
    border: none;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  div.ccm-page footer.footer-container .simple .footer-navigation-container .footer-navigation a:before {
    display: inline-block;
    min-width: auto;
    min-height: auto;
    margin-top: 0.125em;
    margin-right: 5px;
    padding: 0;
    font-family: "Font Awesome 5 Free", sans-serif;
    color: #14110b;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-align: center;
    line-height: 1;
    background: none;
    content: '\f105';
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  div.ccm-page footer.footer-container .simple .footer-navigation-container .footer-navigation a:hover {
    color: rgba(20, 17, 11, 0.7);
  }
  div.ccm-page footer.footer-container .simple .footer-navigation-container .footer-navigation a:hover:before {
    color: rgba(20, 17, 11, 0.7);
    background: none;
  }
  div.ccm-page footer.footer-container .simple .footer-navigation-container .footer-navigation .ccm-block-page-list-wrapper {
    margin-bottom: 0;
  }
  div.ccm-page footer.footer-container .simple .footer-navigation-container .footer-navigation .ccm-block-page-list-wrapper .ccm-block-page-list-pages {
    display: table;
  }
  div.ccm-page footer.footer-container .simple .footer-navigation-container .footer-navigation .ccm-block-page-list-wrapper .ccm-block-page-list-pages .ccm-block-page-list-page-entry {
    display: table-cell;
    width: auto;
    padding-right: 15px;
    font-size: 1em;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
  }
  div.ccm-page footer.footer-container .simple .footer-navigation-container .footer-navigation ul {
    display: table;
  }
  div.ccm-page footer.footer-container .simple .footer-navigation-container .footer-navigation ul li {
    display: table-cell;
    width: auto;
    padding-right: 15px;
    font-size: 1em;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  div.ccm-page footer.footer-container .footer-navigation,
  div.ccm-page footer.footer-container .second-footer-navigation {
    margin: 0;
  }
}
div.ccm-page .ccm-pagination-wrapper {
  margin: 50px 0 0;
  text-align: center;
}
div.ccm-page .ccm-pagination-wrapper .pagination {
  margin: 0 auto;
}
div.ccm-page .ccm-pagination-wrapper .pagination > li {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-size: .9em;
  font-size: .9rem;
}
div.ccm-page .ccm-pagination-wrapper .pagination > li.active span {
  padding: 6px 10px;
  color: #ffffff;
  background: #14110b;
  border: 1px solid #14110b;
}
div.ccm-page .ccm-pagination-wrapper .pagination > li.next {
  font-size: .9em;
  font-size: .9rem;
}
div.ccm-page .ccm-pagination-wrapper .pagination > li.next.disabled a,
div.ccm-page .ccm-pagination-wrapper .pagination > li.next.disabled span {
  color: #565656;
  background-color: #ffffff;
  border: 1px solid #b5b5b5;
}
div.ccm-page .ccm-pagination-wrapper .pagination > li.next.disabled a:hover,
div.ccm-page .ccm-pagination-wrapper .pagination > li.next.disabled span:hover,
div.ccm-page .ccm-pagination-wrapper .pagination > li.next.disabled a:focus,
div.ccm-page .ccm-pagination-wrapper .pagination > li.next.disabled span:focus {
  color: #565656;
  background-color: #ffffff;
  border: 1px solid #b5b5b5;
}
div.ccm-page .ccm-pagination-wrapper .pagination > li.next a,
div.ccm-page .ccm-pagination-wrapper .pagination > li.next span {
  padding: 6px 14px;
  color: #ffffff;
  background-color: #707070;
  border: 1px solid #707070;
}
div.ccm-page .ccm-pagination-wrapper .pagination > li.next a:hover,
div.ccm-page .ccm-pagination-wrapper .pagination > li.next span:hover,
div.ccm-page .ccm-pagination-wrapper .pagination > li.next a:focus,
div.ccm-page .ccm-pagination-wrapper .pagination > li.next span:focus {
  color: #14110b;
  background-color: #f5ab15;
  border: 1px solid #f5ab15;
}
div.ccm-page .ccm-pagination-wrapper .pagination > li.next a:focus,
div.ccm-page .ccm-pagination-wrapper .pagination > li.next span:focus {
  outline-offset: -3px;
}
div.ccm-page .ccm-pagination-wrapper .pagination > li.prev {
  font-size: .9em;
  font-size: .9rem;
}
div.ccm-page .ccm-pagination-wrapper .pagination > li.prev.disabled a,
div.ccm-page .ccm-pagination-wrapper .pagination > li.prev.disabled span {
  color: #565656;
  background-color: #ffffff;
  border: 1px solid #b5b5b5;
}
div.ccm-page .ccm-pagination-wrapper .pagination > li.prev.disabled a:hover,
div.ccm-page .ccm-pagination-wrapper .pagination > li.prev.disabled span:hover,
div.ccm-page .ccm-pagination-wrapper .pagination > li.prev.disabled a:focus,
div.ccm-page .ccm-pagination-wrapper .pagination > li.prev.disabled span:focus {
  color: #565656;
  background-color: #ffffff;
  border: 1px solid #b5b5b5;
}
div.ccm-page .ccm-pagination-wrapper .pagination > li.prev a,
div.ccm-page .ccm-pagination-wrapper .pagination > li.prev span {
  padding: 6px 14px;
  color: #ffffff;
  background-color: #707070;
  border: 1px solid #707070;
}
div.ccm-page .ccm-pagination-wrapper .pagination > li.prev a:hover,
div.ccm-page .ccm-pagination-wrapper .pagination > li.prev span:hover,
div.ccm-page .ccm-pagination-wrapper .pagination > li.prev a:focus,
div.ccm-page .ccm-pagination-wrapper .pagination > li.prev span:focus {
  color: #14110b;
  background-color: #f5ab15;
  border: 1px solid #f5ab15;
}
div.ccm-page .ccm-pagination-wrapper .pagination > li.prev a:focus,
div.ccm-page .ccm-pagination-wrapper .pagination > li.prev span:focus {
  outline-offset: -3px;
}
div.ccm-page .ccm-pagination-wrapper .pagination > li > a {
  margin: 0 5px;
  padding: 6px 10px;
  color: #ffffff;
  background-color: #707070;
  border: 1px solid #707070;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
div.ccm-page .ccm-pagination-wrapper .pagination > li > a:hover,
div.ccm-page .ccm-pagination-wrapper .pagination > li > a:focus {
  color: #14110b;
  background-color: #f5ab15;
  border: 1px solid #f5ab15;
}
div.ccm-page .ccm-pagination-wrapper .pagination > li > a:focus {
  outline-offset: -3px;
}
div.ccm-page .ccm-pagination-wrapper .pagination > li > span {
  margin: 0 5px;
  color: #ffffff;
  background-color: #cfcfcf;
  border: 1px solid #cfcfcf;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
div.ccm-page .majorca-pagination .pagination > li.next.disabled a:after,
div.ccm-page .majorca-pagination .pagination > li.next.disabled span:after {
  padding-left: 5px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f105';
}
div.ccm-page .majorca-pagination .pagination > li.next a:after,
div.ccm-page .majorca-pagination .pagination > li.next span:after {
  padding-left: 5px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f105';
}
div.ccm-page .majorca-pagination .pagination > li.prev.disabled a:before,
div.ccm-page .majorca-pagination .pagination > li.prev.disabled span:before {
  padding-right: 5px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f104';
}
div.ccm-page .majorca-pagination .pagination > li.prev a:before,
div.ccm-page .majorca-pagination .pagination > li.prev span:before {
  padding-right: 5px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f104';
}
div.ccm-page .breadcrumb {
  display: none;
}
@media (min-width: 768px) {
  div.ccm-page .breadcrumb {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 15px;
    list-style: none;
  }
  div.ccm-page .breadcrumb li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    color: #ffffff;
    font-size: .9em;
    font-size: .9rem;
  }
  div.ccm-page .breadcrumb li:before {
    margin-right: 5px;
    color: #ffffff;
    opacity: .5;
    font-family: "Font Awesome 5 Free", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    content: '\f105';
  }
  div.ccm-page .breadcrumb li:first-child:before,
  div.ccm-page .breadcrumb li .first:before {
    content: none;
  }
  div.ccm-page .breadcrumb li a {
    color: #b5b5b5;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  div.ccm-page .breadcrumb li a:hover {
    color: #ffffff;
    text-decoration: none;
  }
  div.ccm-page .breadcrumb li.active a {
    color: #ffffff;
  }
}
div.ccm-page .ccm-block-topic-list-flat-filter {
  margin: 0;
  padding: 8px 0;
  line-height: 1.4;
}
div.ccm-page .ccm-block-topic-list-flat-filter .breadcrumb {
  display: block;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: #96bfe2;
}
div.ccm-page .ccm-block-topic-list-flat-filter .breadcrumb li {
  display: inline-block;
  float: none;
  margin: 0 5px 0 0;
}
div.ccm-page .ccm-block-topic-list-flat-filter .breadcrumb li:before {
  margin: 0;
  padding: 0;
  content: none;
}
div.ccm-page .ccm-block-topic-list-flat-filter .breadcrumb li a {
  display: block;
  margin: 0 0 5px;
  padding: 3px 10px;
  color: #96bfe2;
  font-size: .9em;
  font-size: .9rem;
  background-color: #ffffff;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .ccm-block-topic-list-flat-filter .breadcrumb li a:hover,
div.ccm-page .ccm-block-topic-list-flat-filter .breadcrumb li a:focus {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  background-color: #ea6f38;
}
div.ccm-page .ccm-block-topic-list-flat-filter .breadcrumb li a.ccm-block-topic-list-topic-selected,
div.ccm-page .ccm-block-topic-list-flat-filter .breadcrumb li a:active {
  color: #96bfe2;
  font-weight: normal;
  text-decoration: none;
  background-color: #ffffff;
}
div.ccm-page .ccm-block-topic-list-flat-filter.shuffle-links .breadcrumb li {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 3px 10px;
  color: #96bfe2;
  font-size: .9em;
  font-size: .9rem;
  background-color: #ffffff;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .ccm-block-topic-list-flat-filter.shuffle-links .breadcrumb li:hover,
div.ccm-page .ccm-block-topic-list-flat-filter.shuffle-links .breadcrumb li:focus {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  background-color: #ea6f38;
}
div.ccm-page .ccm-block-topic-list-flat-filter.shuffle-links .breadcrumb li.ccm-block-topic-list-topic-selected,
div.ccm-page .ccm-block-topic-list-flat-filter.shuffle-links .breadcrumb li.active,
div.ccm-page .ccm-block-topic-list-flat-filter.shuffle-links .breadcrumb li:active {
  color: #96bfe2;
  font-weight: normal;
  text-decoration: none;
  background-color: #ffffff;
}
@media print {
  div.ccm-page .ccm-block-topic-list-flat-filter.shuffle-links .breadcrumb li {
    padding: 0;
  }
  div.ccm-page .ccm-block-topic-list-flat-filter.shuffle-links .breadcrumb li.ccm-block-topic-list-topic-selected,
  div.ccm-page .ccm-block-topic-list-flat-filter.shuffle-links .breadcrumb li.active,
  div.ccm-page .ccm-block-topic-list-flat-filter.shuffle-links .breadcrumb li:active {
    font-weight: bold;
  }
}
div.ccm-page .filters-none {
  display: none;
}
div.ccm-page .filters-group {
  float: right;
  padding: 8px 0;
}
div.ccm-page .filters-group .filter-label {
  float: left;
  display: block;
  margin-top: 2px;
  margin-right: 10px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1.4;
}
div.ccm-page .filters-group .btn-group:after,
div.ccm-page .filters-group .btn-group:before {
  content: ' ';
  display: table;
}
div.ccm-page .filters-group .btn-group .btn {
  float: left;
  margin-bottom: 5px;
  padding: 2px 15px;
  border-radius: 0;
  color: #96bfe2;
  font-size: .9em;
  font-size: .9rem;
  background-color: #ffffff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .filters-group .btn-group .btn:first-child {
  border-radius: 2px 0 0 2px;
}
div.ccm-page .filters-group .btn-group .btn input[type=radio] {
  margin-top: 0;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}
div.ccm-page .filters-group .btn-group .btn:not(:first-child) {
  margin-left: 0;
  border-left: solid 1px #96bfe2;
}
div.ccm-page .filters-group .btn-group .btn:last-child {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
div.ccm-page .filters-group .btn-group .btn:hover,
div.ccm-page .filters-group .btn-group .btn:focus {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  background-color: #ea6f38;
}
div.ccm-page .filters-group .btn-group .btn.active,
div.ccm-page .filters-group .btn-group .btn:active {
  color: #96bfe2;
  font-weight: normal;
  text-decoration: none;
  background-color: #ffffff;
}
@media print {
  div.ccm-page .filters-group {
    float: right;
    padding: 8px 0;
  }
  div.ccm-page .filters-group .btn-group .btn {
    min-width: auto;
    padding: 0 0 0 5px;
    border-radius: 0;
  }
  div.ccm-page .filters-group .btn-group .btn.active,
  div.ccm-page .filters-group .btn-group .btn:active {
    font-weight: bold;
  }
}
div.ccm-page .main-container .ccm-search-block-form {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
div.ccm-page .main-container .ccm-search-block-form h3 {
  margin: 0;
  padding: 8px 5px 8px 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
}
div.ccm-page .main-container .ccm-search-block-form .ccm-search-block-text {
  width: 100%;
  height: 30px;
  margin: 0 0 5px;
  padding: 0 5px;
  color: #ffffff;
  border: solid 1px #eeeeee;
  border-radius: 0;
}
div.ccm-page .main-container .ccm-search-block-form .ccm-search-block-text:focus {
  outline: none;
  background: #f9d3c2;
}
div.ccm-page .main-container .ccm-search-block-form .ccm-search-block-submit {
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0 10px;
  color: #ffffff;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  border-radius: 0;
  border: solid 1px #eeeeee;
  border-color: #eeeeee;
  background: #f6f6f6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.ccm-page .main-container .ccm-search-block-form .ccm-search-block-submit:hover {
  color: #ffffff;
  background: #ea6f38;
}
div.ccm-page .main-container .ccm-search-block-form #searchResults {
  width: 100%;
  margin-top: 50px;
}
div.ccm-page .main-container .ccm-search-block-form #searchResults .searchResult {
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-align: left;
  border-bottom: solid 1px #eeeeee;
}
div.ccm-page .main-container .ccm-search-block-form #searchResults .searchResult h3 {
  font-size: 1.2em;
}
div.ccm-page .main-container .ccm-search-block-form #searchResults .searchResult .pageLink {
  color: #000000;
  font-size: .9em;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .main-container .ccm-search-block-form #searchResults .searchResult .pageLink:hover {
  color: rgba(0, 0, 0, 0.7);
}
div.ccm-page .main-container .ccm-search-block-form #searchResults .searchResult .pageLink:hover:before {
  color: #ffffff;
  background: #ea6f38;
}
div.ccm-page .main-container .ccm-search-block-form #searchResults .searchResult .pageLink:before {
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
  margin-right: 5px;
  color: #96bfe2;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 20px;
  text-align: center;
  content: '\f0c1';
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .main-container .ccm-search-block-form #searchResults .searchResult span {
  padding: 0 5px;
  color: #ffffff;
  background-color: #f4b294 !important;
}
@media (min-width: 480px) {
  div.ccm-page .main-container .ccm-search-block-form .ccm-search-block-text {
    width: 70%;
  }
  div.ccm-page .main-container .ccm-search-block-form .btn-default {
    width: 70%;
    height: 44px;
  }
}
@media (min-width: 768px) {
  div.ccm-page .main-container .ccm-search-block-form {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  div.ccm-page .main-container .ccm-search-block-form .ccm-search-block-text {
    width: 50%;
    height: 30px;
    margin: 0;
    padding: 0 5px;
  }
  div.ccm-page .main-container .ccm-search-block-form .btn-default {
    width: auto;
    height: 30px;
    margin: 0;
    padding: 0 10px;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
div.ccm-page .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
div.ccm-page .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
div.ccm-page .slick-list:focus {
  outline: none;
}
div.ccm-page .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
div.ccm-page .slick-slider .slick-track,
div.ccm-page .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
div.ccm-page .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
div.ccm-page .slick-track:before,
div.ccm-page .slick-track:after {
  display: table;
  content: '';
}
div.ccm-page .slick-track:after {
  clear: both;
}
div.ccm-page .slick-loading .slick-track {
  visibility: hidden;
}
div.ccm-page .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
div.ccm-page [dir='rtl'] .slick-slide {
  float: right;
}
div.ccm-page .slick-slide img {
  display: block;
}
div.ccm-page .slick-slide.slick-loading img {
  display: none;
}
div.ccm-page .slick-slide.dragging img {
  pointer-events: none;
}
div.ccm-page .slick-initialized .slick-slide {
  display: block;
}
div.ccm-page .slick-loading .slick-slide {
  visibility: hidden;
}
div.ccm-page .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
div.ccm-page .slick-arrow.slick-hidden {
  display: none;
}
@charset 'UTF-8';
div.ccm-page .slick-loading .slick-list {
  background: #ffffff url('/packages/theme_majorca/themes/majorca/css/build/ajax-loader.gif') center center no-repeat;
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/packages/theme_majorca/themes/majorca/css/build/fonts/slick.eot');
  src: url('/packages/theme_majorca/themes/majorca/css/build/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/packages/theme_majorca/themes/majorca/css/build/fonts/slick.woff') format('woff'), url('/packages/theme_majorca/themes/majorca/css/build/fonts/slick.ttf') format('truetype'), url('/packages/theme_majorca/themes/majorca/css/build/fonts/slick.svg#slick') format('svg');
}
div.ccm-page .slick-prev,
div.ccm-page .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
div.ccm-page .slick-prev:hover,
div.ccm-page .slick-prev:focus,
div.ccm-page .slick-next:hover,
div.ccm-page .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
div.ccm-page .slick-prev:hover:before,
div.ccm-page .slick-prev:focus:before,
div.ccm-page .slick-next:hover:before,
div.ccm-page .slick-next:focus:before {
  opacity: 1;
}
div.ccm-page .slick-prev.slick-disabled:before,
div.ccm-page .slick-next.slick-disabled:before {
  opacity: .25;
}
div.ccm-page .slick-prev:before,
div.ccm-page .slick-next:before {
  font-family: 'slick';
  font-size: 25px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.ccm-page .slick-prev {
  left: -25px;
}
div.ccm-page [dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
div.ccm-page .slick-prev:before {
  content: '←';
}
div.ccm-page [dir='rtl'] .slick-prev:before {
  content: '→';
}
div.ccm-page .slick-next {
  right: -25px;
}
div.ccm-page [dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
div.ccm-page .slick-next:before {
  content: '→';
}
div.ccm-page [dir='rtl'] .slick-next:before {
  content: '←';
}
div.ccm-page .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
div.ccm-page .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
div.ccm-page .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
div.ccm-page .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
div.ccm-page .slick-dots li button:hover,
div.ccm-page .slick-dots li button:focus {
  outline: none;
}
div.ccm-page .slick-dots li button:hover:before,
div.ccm-page .slick-dots li button:focus:before {
  opacity: 1;
}
div.ccm-page .slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.ccm-page .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
div.ccm-page .slick-slider .slick-prev,
div.ccm-page .slick-slider .slick-next,
div.ccm-page .slick-slider [dir='rtl'] .slick-prev,
div.ccm-page .slick-slider [dir='rtl'] .slick-next {
  display: none !important;
}
div.ccm-page .slick-slider .slick-prev:before,
div.ccm-page .slick-slider .slick-next:before {
  color: #14110b;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .slick-slider .slick-prev:hover:before,
div.ccm-page .slick-slider .slick-next:hover:before {
  color: #f5ab15;
  opacity: 1;
}
div.ccm-page .slick-slider .slick-prev:focus,
div.ccm-page .slick-slider .slick-next:focus {
  outline-color: #f5ab15;
  outline-offset: 4px;
}
div.ccm-page .slick-slider .slick-prev.slick-disabled:before,
div.ccm-page .slick-slider .slick-next.slick-disabled:before {
  opacity: 0.25;
}
div.ccm-page .slick-slider .slick-dots {
  right: 0;
  left: 0;
  bottom: 0;
}
div.ccm-page .slick-slider .slick-dots li {
  width: 30px;
  height: 30px;
}
div.ccm-page .slick-slider .slick-dots li button {
  width: 30px;
  height: 30px;
  box-shadow: none;
}
div.ccm-page .slick-slider .slick-dots li button:before {
  color: #b5b5b5;
  font-size: 30px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .slick-slider .slick-dots li button:hover:before {
  color: #f5ab15;
  opacity: 1;
}
div.ccm-page .slick-slider .slick-dots li button:focus {
  outline-color: #f5ab15;
  outline-offset: 4px;
}
div.ccm-page .slick-slider .slick-dots li.slick-active button:before {
  color: #14110b;
  opacity: 1;
}
@media (min-width: 480px) {
  div.ccm-page .slick-slider .slick-prev {
    left: 0;
  }
  div.ccm-page .slick-slider [dir='rtl'] .slick-prev {
    right: 0;
    left: auto;
  }
  div.ccm-page .slick-slider .slick-next {
    right: 0;
  }
  div.ccm-page .slick-slider [dir='rtl'] .slick-next {
    right: auto;
    left: 0;
  }
}
@media (min-width: 768px) {
  div.ccm-page .slick-slider .slick-prev {
    display: inline-block !important;
    left: -20px;
  }
  div.ccm-page .slick-slider [dir='rtl'] .slick-prev {
    right: -20px;
    left: auto;
  }
  div.ccm-page .slick-slider .slick-next {
    display: inline-block !important;
    right: -20px;
  }
  div.ccm-page .slick-slider [dir='rtl'] .slick-next {
    right: auto;
    left: -20px;
  }
  div.ccm-page .slick-slider .slick-dots {
    bottom: 0;
  }
  div.ccm-page .slick-slider .slick-dots li {
    width: 20px;
    height: 20px;
  }
  div.ccm-page .slick-slider .slick-dots li button {
    width: 20px;
    height: 20px;
  }
  div.ccm-page .slick-slider .slick-dots li button:before {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  div.ccm-page .slick-slider .slick-prev {
    left: -25px;
  }
  div.ccm-page .slick-slider [dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
  }
  div.ccm-page .slick-slider .slick-next {
    right: -25px;
  }
  div.ccm-page .slick-slider [dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
  }
}
div.ccm-page .majorca-slick-slider .slick-slider .slick-slide {
  height: 320px;
  overflow: hidden;
  position: relative;
}
div.ccm-page .majorca-slick-slider .slick-slider .slick-slide img {
  max-width: 200%;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 480px) {
  div.ccm-page .majorca-slick-slider .slick-slider .slick-slide {
    height: 480px;
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 768px) {
  div.ccm-page .majorca-slick-slider .slick-slider .slick-slide {
    height: auto;
    overflow: hidden;
    position: relative;
  }
  div.ccm-page .majorca-slick-slider .slick-slider .slick-slide img {
    max-width: 100%;
    width: 100%;
    height: auto;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
div.ccm-page .rippler {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.ccm-page .rippler:focus,
div.ccm-page .rippler:active {
  outline: none;
}
div.ccm-page .rippler::-moz-focus-inner {
  border: 0;
}
div.ccm-page .rippler-button {
  display: inline-block;
}
div.ccm-page .rippler-img {
  display: block;
}
div.ccm-page .rippler-circle-mask {
  border-radius: 50%;
  -webkit-mask: url(/packages/theme_majorca/themes/majorca/css/img/circle.svg) no-repeat;
  -webkit-mask-size: 100%;
}
div.ccm-page .rippler-effect {
  position: absolute;
  opacity: .2;
}
div.ccm-page .rippler-default .rippler-svg {
  fill: #fff;
}
div.ccm-page .rippler-inverse .rippler-svg {
  fill: #000;
}
div.ccm-page .rippler-bs-default .rippler-svg {
  fill: #000;
}
div.ccm-page .rippler-bs-inverse .rippler-svg {
  fill: #000;
}
div.ccm-page .rippler-bs-primary .rippler-svg {
  fill: #428bca;
}
div.ccm-page .rippler-bs-info .rippler-svg {
  fill: #5bc0de;
}
div.ccm-page .rippler-bs-success .rippler-svg {
  fill: #5cb85c;
}
div.ccm-page .rippler-bs-warning .rippler-svg {
  fill: #ed9c28;
}
div.ccm-page .rippler-bs-danger .rippler-svg {
  fill: #d2322d;
}
div.ccm-page .rippler-div {
  border-radius: 50%;
}
div.ccm-page .rippler-default .rippler-div {
  background-color: #fff;
}
div.ccm-page .rippler-inverse .rippler-div {
  background-color: #000;
}
div.ccm-page .rippler-bs-default .rippler-div {
  background-color: #000;
}
div.ccm-page .rippler-bs-inverse .rippler-div {
  background-color: #000;
}
div.ccm-page .rippler-bs-primary .rippler-div {
  background-color: #428bca;
}
div.ccm-page .rippler-bs-info .rippler-div {
  background-color: #5bc0de;
}
div.ccm-page .rippler-bs-success .rippler-div {
  background-color: #5cb85c;
}
div.ccm-page .rippler-bs-warning .rippler-div {
  background-color: #ed9c28;
}
div.ccm-page .rippler-bs-danger .rippler-div {
  background-color: #d2322d;
}
div.ccm-page .ccm-block-social-links {
  margin-bottom: 30px;
  line-height: 1;
}
div.ccm-page .ccm-block-social-links ul {
  width: auto;
  margin: 0;
  padding: 0;
}
div.ccm-page .ccm-block-social-links ul li {
  margin: 0;
  padding: 0;
}
div.ccm-page .ccm-block-social-links ul li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 3.2em;
  text-align: center;
}
div.ccm-page .ccm-block-social-links ul li a .fa {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .ccm-block-social-links ul li a:hover .fa {
  opacity: 0.6;
}
@media (min-width: 480px) {
  div.ccm-page .ccm-block-social-links {
    margin-bottom: 0;
    line-height: 1;
  }
  div.ccm-page .ccm-block-social-links ul li {
    margin-right: 5px;
  }
  div.ccm-page .ccm-block-social-links ul li a {
    font-size: 1.6em;
  }
  div.ccm-page .ccm-block-social-links ul li a .fa {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  div.ccm-page .ccm-block-social-links ul li a:hover .fa {
    opacity: 1;
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
div.ccm-page .light-color .ccm-block-social-links ul li a {
  color: #f1f1f1;
}
div.ccm-page .square-panel ul {
  width: auto;
  margin: 0;
  padding: 0;
}
div.ccm-page .square-panel ul li {
  margin: 0 0 5px;
  padding: 0;
}
div.ccm-page .square-panel ul li a {
  display: block;
  min-width: 50px;
  min-height: 50px;
  margin-right: 5px;
  margin-top: 0;
  padding: 2px 0;
  color: #96bfe2;
  font-size: 1.8em;
  text-align: center;
  background: #ffffff;
  opacity: 1;
  border-bottom: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
div.ccm-page .square-panel ul li a:hover {
  color: #ffffff;
  background: #ea6f38;
}
div.ccm-page .square-panel ul li a .fa {
  opacity: 1;
  line-height: 1.8;
}
div.ccm-page .square-panel ul li a .fa.fa-github-square:before {
  content: '\f09b';
}
div.ccm-page .square-panel ul li a .fa.fa-google-plus-square:before {
  content: '\f0d5';
}
div.ccm-page .square-panel ul li a .fa.fa-linkedin-square:before {
  content: '\f0e1';
}
div.ccm-page .square-panel ul li a .fa.fa-tumblr-square:before {
  content: '\f173';
}
@media (min-width: 480px) {
  div.ccm-page .square-panel ul li a {
    display: block;
    min-width: 36px;
    min-height: 36px;
    font-size: 1.2em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  div.ccm-page .square-panel ul li a:hover .fa,
  div.ccm-page .square-panel ul li a:active .fa {
    line-height: 1.8;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (min-width: 480px) {
  div.ccm-page .square-panel ul {
    width: auto;
    padding-right: 5px;
  }
}
div.ccm-page .expand ul li a {
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
div.ccm-page .expand ul li a:after {
  width: 100%;
  height: 100%;
  padding: 1px;
  background: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  pointer-events: none;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  -o-transition: -o-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
  position: absolute;
  top: -1px;
  left: -1px;
}
div.ccm-page .expand ul li a:hover {
  color: #ffffff;
  background-color: #ea6f38;
}
div.ccm-page .expand ul li a:hover:after {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  z-index: 1;
}
@media (min-width: 480px) {
  div.ccm-page .spin ul {
    width: auto;
    padding-right: 5px;
  }
  div.ccm-page .spin ul li a:hover,
  div.ccm-page .spin ul li a:active {
    background: #ea6f38;
    opacity: 1;
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
div.ccm-page .circle-panel ul {
  width: auto;
  margin: 0;
  padding: 0;
}
div.ccm-page .circle-panel ul li {
  margin: 0 0 5px;
  padding: 0;
}
div.ccm-page .circle-panel ul li a {
  display: block;
  min-width: 50px;
  min-height: 50px;
  margin-right: 5px;
  margin-top: 0;
  padding: 2px 0;
  color: #96bfe2;
  font-size: 1.8em;
  text-align: center;
  background: #ffffff;
  opacity: 1;
  border-bottom: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
div.ccm-page .circle-panel ul li a:hover {
  color: #ffffff;
  background: #ea6f38;
}
div.ccm-page .circle-panel ul li a .fa {
  opacity: 1;
  line-height: 1.8;
}
div.ccm-page .circle-panel ul li a .fa.fa-github-square:before {
  content: '\f09b';
}
div.ccm-page .circle-panel ul li a .fa.fa-google-plus-square:before {
  content: '\f0d5';
}
div.ccm-page .circle-panel ul li a .fa.fa-linkedin-square:before {
  content: '\f0e1';
}
div.ccm-page .circle-panel ul li a .fa.fa-tumblr-square:before {
  content: '\f173';
}
@media (min-width: 480px) {
  div.ccm-page .circle-panel ul li a {
    display: block;
    min-width: 36px;
    min-height: 36px;
    font-size: 1.2em;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  div.ccm-page .circle-panel ul li a:hover .fa,
  div.ccm-page .circle-panel ul li a:active .fa {
    line-height: 1.8;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (min-width: 480px) {
  div.ccm-page .circle-panel ul {
    width: auto;
    padding-right: 5px;
  }
}
div.ccm-page .circle-panel.hover-color-bg ul li a .fa:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 480px) {
  div.ccm-page .circle-panel.hover-color-bg ul li a .fa:after {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
}
div.ccm-page .circle-panel.expand ul li a:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
div.ccm-page .circle-panel.colored-base ul li a .fa:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
div.ccm-page .color-icon ul li a .fa-facebook {
  color: #3b5998;
}
div.ccm-page .color-icon ul li a .fa-github-square {
  color: #171515;
}
div.ccm-page .color-icon ul li a .fa-google-plus-square {
  color: #dd4b39;
}
div.ccm-page .color-icon ul li a .fa-instagram {
  color: #3f729b;
}
div.ccm-page .color-icon ul li a .fa-linkedin-square {
  color: #0e76a8;
}
div.ccm-page .color-icon ul li a .fa-pinterest {
  color: #cb2027;
}
div.ccm-page .color-icon ul li a .fa-twitter {
  color: #55acee;
}
div.ccm-page .color-icon ul li a .fa-youtube {
  color: #cd201f;
}
div.ccm-page .color-icon ul li a .fa-dribbble {
  color: #ea4c89;
}
div.ccm-page .color-icon ul li a .fa-flickr {
  color: #ff0084;
}
div.ccm-page .color-icon ul li a .fa-foursquare {
  color: #0732a2;
}
div.ccm-page .color-icon ul li a .fa-external-link {
  color: #f5ab15;
}
div.ccm-page .color-icon ul li a .fa-reddit {
  color: #ff4500;
}
div.ccm-page .color-icon ul li a .fa-skype {
  color: #00aff0;
}
div.ccm-page .color-icon ul li a .fa-soundcloud {
  color: #ff5500;
}
div.ccm-page .color-icon ul li a .fa-steam {
  color: #171a21;
}
div.ccm-page .color-icon ul li a .fa-stumbleupon {
  color: #eb4924;
}
div.ccm-page .color-icon ul li a .fa-tumblr-square {
  color: #2c4762;
}
div.ccm-page .color-icon ul li a .fa-vine {
  color: #00b389;
}
div.ccm-page .color-icon ul li a:hover .fa {
  opacity: 1;
}
div.ccm-page .hover-color-icon ul li a:hover .fa {
  opacity: 1;
}
div.ccm-page .hover-color-icon ul li a:hover .fa-dribbble {
  color: #ea4c89;
}
div.ccm-page .hover-color-icon ul li a:hover .fa-facebook {
  color: #3b5998;
}
div.ccm-page .hover-color-icon ul li a:hover .fa-flickr {
  color: #ff0084;
}
div.ccm-page .hover-color-icon ul li a:hover .fa-foursquare {
  color: #0732a2;
}
div.ccm-page .hover-color-icon ul li a:hover .fa-github-square {
  color: #171515;
}
div.ccm-page .hover-color-icon ul li a:hover .fa-google-plus-square {
  color: #dd4b39;
}
div.ccm-page .hover-color-icon ul li a:hover .fa-instagram {
  color: #3f729b;
}
div.ccm-page .hover-color-icon ul li a:hover .fa-linkedin-square {
  color: #0e76a8;
}
div.ccm-page .hover-color-icon ul li a:hover .fa-external-link {
  color: #f5ab15;
}
div.ccm-page .hover-color-icon ul li a:hover .fa-pinterest {
  color: #cb2027;
}
div.ccm-page .hover-color-icon ul li a:hover .fa-reddit {
  color: #ff4500;
}
div.ccm-page .hover-color-icon ul li a:hover .fa-skype {
  color: #00aff0;
}
div.ccm-page .hover-color-icon ul li a:hover .fa-soundcloud {
  color: #ff5500;
}
div.ccm-page .hover-color-icon ul li a:hover .fa-steam {
  color: #171a21;
}
div.ccm-page .hover-color-icon ul li a:hover .fa-stumbleupon {
  color: #eb4924;
}
div.ccm-page .hover-color-icon ul li a:hover .fa-tumblr-square {
  color: #2c4762;
}
div.ccm-page .hover-color-icon ul li a:hover .fa-twitter {
  color: #55acee;
}
div.ccm-page .hover-color-icon ul li a:hover .fa-vine {
  color: #00b389;
}
div.ccm-page .hover-color-icon ul li a:hover .fa-youtube {
  color: #cd201f;
}
div.ccm-page .hover-color-bg ul li a:hover {
  color: #96bfe2;
}
div.ccm-page .hover-color-bg ul li.dribbble a:hover {
  background: #ea4c89;
}
div.ccm-page .hover-color-bg ul li.facebook a:hover {
  background: #3b5998;
}
div.ccm-page .hover-color-bg ul li.flickr a:hover {
  background: #ff0084;
}
div.ccm-page .hover-color-bg ul li.foursquare a:hover {
  background: #0732a2;
}
div.ccm-page .hover-color-bg ul li.github-square a:hover {
  background: #444;
}
div.ccm-page .hover-color-bg ul li.google-plus-square a:hover {
  background: #dd4b39;
}
div.ccm-page .hover-color-bg ul li.instagram a:hover {
  background: #3f729b;
}
div.ccm-page .hover-color-bg ul li.linkedin-square a:hover {
  background: #0e76a8;
}
div.ccm-page .hover-color-bg ul li.external-link a:hover {
  background: #f5ab15;
}
div.ccm-page .hover-color-bg ul li.pinterest a:hover {
  background: #cb2027;
}
div.ccm-page .hover-color-bg ul li.reddit a:hover {
  background: #ff4500;
}
div.ccm-page .hover-color-bg ul li.skype a:hover {
  background: #00aff0;
}
div.ccm-page .hover-color-bg ul li.soundcloud a:hover {
  background: #ff5500;
}
div.ccm-page .hover-color-bg ul li.steam a:hover {
  background: #444;
}
div.ccm-page .hover-color-bg ul li.stumbleupon a:hover {
  background: #eb4924;
}
div.ccm-page .hover-color-bg ul li.tumblr-square a:hover {
  background: #2c4762;
}
div.ccm-page .hover-color-bg ul li.twitter a:hover {
  background: #55acee;
}
div.ccm-page .hover-color-bg ul li.vine a:hover {
  background: #00b389;
}
div.ccm-page .hover-color-bg ul li.youtube a:hover {
  background: #cd201f;
}
div.ccm-page .colored-base ul li a {
  color: #96bfe2;
}
div.ccm-page .colored-base ul li a:hover {
  color: #96bfe2;
}
div.ccm-page .colored-base ul li.dribbble a,
div.ccm-page .colored-base ul li.dribbble a:hover {
  background: #ea4c89;
}
div.ccm-page .colored-base ul li.facebook a,
div.ccm-page .colored-base ul li.facebook a:hover {
  background: #3b5998;
}
div.ccm-page .colored-base ul li.flickr a,
div.ccm-page .colored-base ul li.flickr a:hover {
  background: #ff0084;
}
div.ccm-page .colored-base ul li.foursquare a,
div.ccm-page .colored-base ul li.foursquare a:hover {
  background: #0732a2;
}
div.ccm-page .colored-base ul li.github-square a,
div.ccm-page .colored-base ul li.github-square a:hover {
  background: #444;
}
div.ccm-page .colored-base ul li.google-plus-square a,
div.ccm-page .colored-base ul li.google-plus-square a:hover {
  background: #dd4b39;
}
div.ccm-page .colored-base ul li.instagram a,
div.ccm-page .colored-base ul li.instagram a:hover {
  background: #3f729b;
}
div.ccm-page .colored-base ul li.linkedin-square a,
div.ccm-page .colored-base ul li.linkedin-square a:hover {
  background: #0e76a8;
}
div.ccm-page .colored-base ul li.external-link a,
div.ccm-page .colored-base ul li.external-link a:hover {
  background: #f5ab15;
}
div.ccm-page .colored-base ul li.pinterest a,
div.ccm-page .colored-base ul li.pinterest a:hover {
  background: #cb2027;
}
div.ccm-page .colored-base ul li.reddit a,
div.ccm-page .colored-base ul li.reddit a:hover {
  background: #ff4500;
}
div.ccm-page .colored-base ul li.skype a,
div.ccm-page .colored-base ul li.skype a:hover {
  background: #00aff0;
}
div.ccm-page .colored-base ul li.soundcloud a,
div.ccm-page .colored-base ul li.soundcloud a:hover {
  background: #ff5500;
}
div.ccm-page .colored-base ul li.steam a,
div.ccm-page .colored-base ul li.steam a:hover {
  background: #444;
}
div.ccm-page .colored-base ul li.stumbleupon a,
div.ccm-page .colored-base ul li.stumbleupon a:hover {
  background: #eb4924;
}
div.ccm-page .colored-base ul li.tumblr-square a,
div.ccm-page .colored-base ul li.tumblr-square a:hover {
  background: #2c4762;
}
div.ccm-page .colored-base ul li.twitter a,
div.ccm-page .colored-base ul li.twitter a:hover {
  background: #55acee;
}
div.ccm-page .colored-base ul li.vine a,
div.ccm-page .colored-base ul li.vine a:hover {
  background: #00b389;
}
div.ccm-page .colored-base ul li.youtube a,
div.ccm-page .colored-base ul li.youtube a:hover {
  background: #cd201f;
}
div.ccm-page .light-color .square-panel ul li a {
  color: #ffffff;
  background: #eeeeee;
}
div.ccm-page .light-color .square-panel ul li a:hover {
  color: #ffffff;
  background: #ea6f38;
}
div.ccm-page .light-color .hover-color-bg ul li a:hover {
  color: #96bfe2;
}
div.ccm-page .light-color .hover-color-bg ul li.dribbble a:hover {
  background: #ea4c89;
}
div.ccm-page .light-color .hover-color-bg ul li.facebook a:hover {
  background: #3b5998;
}
div.ccm-page .light-color .hover-color-bg ul li.flickr a:hover {
  background: #ff0084;
}
div.ccm-page .light-color .hover-color-bg ul li.foursquare a:hover {
  background: #0732a2;
}
div.ccm-page .light-color .hover-color-bg ul li.github-square a:hover {
  background: #444;
}
div.ccm-page .light-color .hover-color-bg ul li.google-plus-square a:hover {
  background: #dd4b39;
}
div.ccm-page .light-color .hover-color-bg ul li.instagram a:hover {
  background: #3f729b;
}
div.ccm-page .light-color .hover-color-bg ul li.linkedin-square a:hover {
  background: #0e76a8;
}
div.ccm-page .light-color .hover-color-bg ul li.external-link a:hover {
  background: #f5ab15;
}
div.ccm-page .light-color .hover-color-bg ul li.pinterest a:hover {
  background: #cb2027;
}
div.ccm-page .light-color .hover-color-bg ul li.reddit a:hover {
  background: #ff4500;
}
div.ccm-page .light-color .hover-color-bg ul li.skype a:hover {
  background: #00aff0;
}
div.ccm-page .light-color .hover-color-bg ul li.soundcloud a:hover {
  background: #ff5500;
}
div.ccm-page .light-color .hover-color-bg ul li.steam a:hover {
  background: #444;
}
div.ccm-page .light-color .hover-color-bg ul li.stumbleupon a:hover {
  background: #eb4924;
}
div.ccm-page .light-color .hover-color-bg ul li.tumblr-square a:hover {
  background: #2c4762;
}
div.ccm-page .light-color .hover-color-bg ul li.twitter a:hover {
  background: #55acee;
}
div.ccm-page .light-color .hover-color-bg ul li.vine a:hover {
  background: #00b389;
}
div.ccm-page .light-color .hover-color-bg ul li.youtube a:hover {
  background: #cd201f;
}
div.ccm-page .light-color .circle-panel ul li a {
  color: #ffffff;
  background: #eeeeee;
}
div.ccm-page .light-color .circle-panel ul li a:hover {
  color: #ffffff;
  background: #ea6f38;
}
div.ccm-page .light-color .circle-panel.hover-color-bg ul li a:hover {
  color: #96bfe2;
}
div.ccm-page .light-color .expand ul li a:after {
  background: #eeeeee;
}
div.ccm-page .light-color .expand ul li a:hover {
  color: #ffffff;
  background-color: #ea6f38;
}
div.ccm-page .light-color .colored-base ul li a {
  color: #96bfe2;
}
div.ccm-page .light-color .colored-base ul li a:hover {
  color: #96bfe2;
}
div.ccm-page .light-color .colored-base ul li.dribbble a,
div.ccm-page .light-color .colored-base ul li.dribbble a:hover {
  background: #ea4c89;
}
div.ccm-page .light-color .colored-base ul li.facebook a,
div.ccm-page .light-color .colored-base ul li.facebook a:hover {
  background: #3b5998;
}
div.ccm-page .light-color .colored-base ul li.flickr a,
div.ccm-page .light-color .colored-base ul li.flickr a:hover {
  background: #ff0084;
}
div.ccm-page .light-color .colored-base ul li.foursquare a,
div.ccm-page .light-color .colored-base ul li.foursquare a:hover {
  background: #0732a2;
}
div.ccm-page .light-color .colored-base ul li.github-square a,
div.ccm-page .light-color .colored-base ul li.github-square a:hover {
  background: #444;
}
div.ccm-page .light-color .colored-base ul li.google-plus-square a,
div.ccm-page .light-color .colored-base ul li.google-plus-square a:hover {
  background: #dd4b39;
}
div.ccm-page .light-color .colored-base ul li.instagram a,
div.ccm-page .light-color .colored-base ul li.instagram a:hover {
  background: #3f729b;
}
div.ccm-page .light-color .colored-base ul li.linkedin-square a,
div.ccm-page .light-color .colored-base ul li.linkedin-square a:hover {
  background: #0e76a8;
}
div.ccm-page .light-color .colored-base ul li.external-link a,
div.ccm-page .light-color .colored-base ul li.external-link a:hover {
  background: #f5ab15;
}
div.ccm-page .light-color .colored-base ul li.pinterest a,
div.ccm-page .light-color .colored-base ul li.pinterest a:hover {
  background: #cb2027;
}
div.ccm-page .light-color .colored-base ul li.reddit a,
div.ccm-page .light-color .colored-base ul li.reddit a:hover {
  background: #ff4500;
}
div.ccm-page .light-color .colored-base ul li.skype a,
div.ccm-page .light-color .colored-base ul li.skype a:hover {
  background: #00aff0;
}
div.ccm-page .light-color .colored-base ul li.soundcloud a,
div.ccm-page .light-color .colored-base ul li.soundcloud a:hover {
  background: #ff5500;
}
div.ccm-page .light-color .colored-base ul li.steam a,
div.ccm-page .light-color .colored-base ul li.steam a:hover {
  background: #444;
}
div.ccm-page .light-color .colored-base ul li.stumbleupon a,
div.ccm-page .light-color .colored-base ul li.stumbleupon a:hover {
  background: #eb4924;
}
div.ccm-page .light-color .colored-base ul li.tumblr-square a,
div.ccm-page .light-color .colored-base ul li.tumblr-square a:hover {
  background: #2c4762;
}
div.ccm-page .light-color .colored-base ul li.twitter a,
div.ccm-page .light-color .colored-base ul li.twitter a:hover {
  background: #55acee;
}
div.ccm-page .light-color .colored-base ul li.vine a,
div.ccm-page .light-color .colored-base ul li.vine a:hover {
  background: #00b389;
}
div.ccm-page .light-color .colored-base ul li.youtube a,
div.ccm-page .light-color .colored-base ul li.youtube a:hover {
  background: #cd201f;
}
div.ccm-page .ccm-block-share-this-page {
  line-height: 1;
}
div.ccm-page .ccm-block-share-this-page ul {
  width: auto;
  margin: 0;
  padding: 0;
}
div.ccm-page .ccm-block-share-this-page ul li {
  margin: 0;
  padding: 0;
}
div.ccm-page .ccm-block-share-this-page ul li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #14110b;
  font-size: 3.2em;
  text-align: center;
}
div.ccm-page .ccm-block-share-this-page ul li a .fa {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .ccm-block-share-this-page ul li a:hover .fa {
  opacity: 0.6;
}
div.ccm-page .content-secondary .ccm-block-share-this-page,
div.ccm-page .block-sidebar-wrapped .ccm-block-share-this-page {
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  div.ccm-page .ccm-block-share-this-page {
    line-height: 1;
  }
  div.ccm-page .ccm-block-share-this-page ul li {
    margin-right: 5px;
  }
  div.ccm-page .ccm-block-share-this-page ul li a {
    font-size: 1.6em;
  }
  div.ccm-page .ccm-block-share-this-page ul li a .fa {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  div.ccm-page .ccm-block-share-this-page ul li a:hover .fa {
    opacity: 1;
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
  div.ccm-page .ccm-block-share-this-page.hover-color-icon ul li a:hover .fa-facebook {
    color: #3b5998;
  }
  div.ccm-page .ccm-block-share-this-page.hover-color-icon ul li a:hover .fa-google-plus {
    color: #dd4b39;
  }
  div.ccm-page .ccm-block-share-this-page.hover-color-icon ul li a:hover .fa-linkedin-square {
    color: #0e76a8;
  }
  div.ccm-page .ccm-block-share-this-page.hover-color-icon ul li a:hover .fa-print {
    color: #444;
  }
  div.ccm-page .ccm-block-share-this-page.hover-color-icon ul li a:hover .fa-pinterest {
    color: #cb2027;
  }
  div.ccm-page .ccm-block-share-this-page.hover-color-icon ul li a:hover .fa-reddit {
    color: #ff4500;
  }
  div.ccm-page .ccm-block-share-this-page.hover-color-icon ul li a:hover .fa-twitter {
    color: #55acee;
  }
  div.ccm-page .ccm-block-share-this-page.hover-color-icon ul li a:hover .fa-envelope {
    color: #00b389;
  }
  div.ccm-page .ccm-block-share-this-page.color-icon ul li a .fa-facebook {
    color: #3b5998;
  }
  div.ccm-page .ccm-block-share-this-page.color-icon ul li a .fa-google-plus {
    color: #dd4b39;
  }
  div.ccm-page .ccm-block-share-this-page.color-icon ul li a .fa-linkedin-square {
    color: #0e76a8;
  }
  div.ccm-page .ccm-block-share-this-page.color-icon ul li a .fa-pinterest {
    color: #cb2027;
  }
  div.ccm-page .ccm-block-share-this-page.color-icon ul li a .fa-twitter {
    color: #55acee;
  }
  div.ccm-page .ccm-block-share-this-page.color-icon ul li a .fa-print {
    color: #444;
  }
  div.ccm-page .ccm-block-share-this-page.color-icon ul li a .fa-reddit {
    color: #ff4500;
  }
  div.ccm-page .ccm-block-share-this-page.color-icon ul li a .fa-envelope {
    color: #00b389;
  }
  div.ccm-page .ccm-block-share-this-page.color-icon ul li a:hover .fa {
    opacity: 1;
  }
}
div.ccm-page .light-color .ccm-block-share-this-page ul li a {
  color: #f1f1f1;
}
div.ccm-page .majorca-share-this-page {
  /*----------------------------------------------
	Social Links Circle
----------------------------------------------*/
  /*----------------------------------------------
	Social Links Color
----------------------------------------------*/
}
div.ccm-page .majorca-share-this-page.square-panel ul {
  width: auto;
  margin: 0;
  padding: 0;
}
div.ccm-page .majorca-share-this-page.square-panel ul li {
  margin: 0 0 5px;
  padding: 0;
}
div.ccm-page .majorca-share-this-page.square-panel ul li a {
  display: block;
  min-width: 50px;
  min-height: 50px;
  margin-right: 5px;
  margin-top: 0;
  padding: 2px 0;
  color: #96bfe2;
  font-size: 1.8em;
  text-align: center;
  background: #ffffff;
  opacity: 1;
  border-bottom: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
div.ccm-page .majorca-share-this-page.square-panel ul li a:hover {
  color: #ffffff;
  background: #ea6f38;
}
div.ccm-page .majorca-share-this-page.square-panel ul li a .fa {
  opacity: 1;
  line-height: 1.8;
}
div.ccm-page .majorca-share-this-page.square-panel ul li a .fa.fa-google-plus:before {
  content: '\f0d5';
}
div.ccm-page .majorca-share-this-page.square-panel ul li a .fa.fa-linkedin:before {
  content: '\f0e1';
}
@media (min-width: 480px) {
  div.ccm-page .majorca-share-this-page.square-panel ul li a {
    display: block;
    min-width: 36px;
    min-height: 36px;
    font-size: 1.2em;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  div.ccm-page .majorca-share-this-page.square-panel ul li a:hover .fa,
  div.ccm-page .majorca-share-this-page.square-panel ul li a:active .fa {
    line-height: 1.8;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (min-width: 480px) {
  div.ccm-page .majorca-share-this-page.square-panel ul {
    width: auto;
    padding-right: 5px;
  }
}
div.ccm-page .majorca-share-this-page.expand ul li a {
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
div.ccm-page .majorca-share-this-page.expand ul li a:after {
  width: 100%;
  height: 100%;
  padding: 1px;
  background: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  pointer-events: none;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
  -moz-transition: -moz-transform 0.2s, opacity 0.3s;
  -o-transition: -o-transform 0.2s, opacity 0.3s;
  transition: transform 0.2s, opacity 0.3s;
  position: absolute;
  top: -1px;
  left: -1px;
}
div.ccm-page .majorca-share-this-page.expand ul li a:hover {
  color: #ffffff;
  background-color: #ea6f38;
}
div.ccm-page .majorca-share-this-page.expand ul li a:hover:after {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  z-index: 1;
}
@media (min-width: 480px) {
  div.ccm-page .majorca-share-this-page.spin ul {
    width: auto;
    padding-right: 5px;
  }
  div.ccm-page .majorca-share-this-page.spin ul li a:hover,
  div.ccm-page .majorca-share-this-page.spin ul li a:active {
    background: #ea6f38;
    opacity: 1;
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
div.ccm-page .majorca-share-this-page.circle-panel ul {
  width: auto;
  margin: 0;
  padding: 0;
}
div.ccm-page .majorca-share-this-page.circle-panel ul li {
  margin: 0 0 5px;
  padding: 0;
}
div.ccm-page .majorca-share-this-page.circle-panel ul li a {
  display: block;
  min-width: 50px;
  min-height: 50px;
  margin-right: 5px;
  margin-top: 0;
  padding: 2px 0;
  color: #96bfe2;
  font-size: 1.8em;
  text-align: center;
  background: #ffffff;
  opacity: 1;
  border-bottom: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
div.ccm-page .majorca-share-this-page.circle-panel ul li a:hover {
  color: #ffffff;
  background: #ea6f38;
}
div.ccm-page .majorca-share-this-page.circle-panel ul li a .fa {
  opacity: 1;
  line-height: 1.8;
}
div.ccm-page .majorca-share-this-page.circle-panel ul li a .fa.fa-google-plus:before {
  content: '\f0d5';
}
div.ccm-page .majorca-share-this-page.circle-panel ul li a .fa.fa-linkedin:before {
  content: '\f0e1';
}
@media (min-width: 480px) {
  div.ccm-page .majorca-share-this-page.circle-panel ul li a {
    display: block;
    min-width: 36px;
    min-height: 36px;
    font-size: 1.2em;
  }
  div.ccm-page .majorca-share-this-page.circle-panel ul li a:hover .fa,
  div.ccm-page .majorca-share-this-page.circle-panel ul li a:active .fa {
    line-height: 1.8;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (min-width: 480px) {
  div.ccm-page .majorca-share-this-page.circle-panel ul {
    width: auto;
    padding-right: 5px;
  }
}
div.ccm-page .majorca-share-this-page.circle-panel.hover-color-bg ul li a .fa:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 480px) {
  div.ccm-page .majorca-share-this-page.circle-panel.hover-color-bg ul li a .fa:after {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
}
div.ccm-page .majorca-share-this-page.circle-panel.expand ul li a:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
div.ccm-page .majorca-share-this-page.circle-panel.colored-base ul li a .fa:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
div.ccm-page .majorca-share-this-page.color-icon ul li a .fa-facebook {
  color: #3b5998;
}
div.ccm-page .majorca-share-this-page.color-icon ul li a .fa-google-plus {
  color: #dd4b39;
}
div.ccm-page .majorca-share-this-page.color-icon ul li a .fa-linkedin-square {
  color: #0e76a8;
}
div.ccm-page .majorca-share-this-page.color-icon ul li a .fa-pinterest {
  color: #cb2027;
}
div.ccm-page .majorca-share-this-page.color-icon ul li a .fa-twitter {
  color: #55acee;
}
div.ccm-page .majorca-share-this-page.color-icon ul li a .fa-print {
  color: #444;
}
div.ccm-page .majorca-share-this-page.color-icon ul li a .fa-reddit {
  color: #ff4500;
}
div.ccm-page .majorca-share-this-page.color-icon ul li a .fa-envelope {
  color: #00b389;
}
div.ccm-page .majorca-share-this-page.color-icon ul li a:hover .fa {
  opacity: 1;
}
div.ccm-page .majorca-share-this-page.hover-color-icon ul li a:hover .fa {
  opacity: 1;
}
div.ccm-page .majorca-share-this-page.hover-color-icon ul li a:hover .fa-facebook {
  color: #3b5998;
}
div.ccm-page .majorca-share-this-page.hover-color-icon ul li a:hover .fa-google-plus {
  color: #dd4b39;
}
div.ccm-page .majorca-share-this-page.hover-color-icon ul li a:hover .fa-linkedin-square {
  color: #0e76a8;
}
div.ccm-page .majorca-share-this-page.hover-color-icon ul li a:hover .fa-print {
  color: #444;
}
div.ccm-page .majorca-share-this-page.hover-color-icon ul li a:hover .fa-pinterest {
  color: #cb2027;
}
div.ccm-page .majorca-share-this-page.hover-color-icon ul li a:hover .fa-reddit {
  color: #ff4500;
}
div.ccm-page .majorca-share-this-page.hover-color-icon ul li a:hover .fa-twitter {
  color: #55acee;
}
div.ccm-page .majorca-share-this-page.hover-color-icon ul li a:hover .fa-envelope {
  color: #00b389;
}
div.ccm-page .majorca-share-this-page.hover-color-bg ul li a:hover {
  color: #96bfe2;
}
div.ccm-page .majorca-share-this-page.hover-color-bg ul li.facebook a:hover {
  background: #3b5998;
}
div.ccm-page .majorca-share-this-page.hover-color-bg ul li.google-plus a:hover {
  background: #dd4b39;
}
div.ccm-page .majorca-share-this-page.hover-color-bg ul li.linkedin-square a:hover {
  background: #0e76a8;
}
div.ccm-page .majorca-share-this-page.hover-color-bg ul li.print a:hover {
  background: #444;
}
div.ccm-page .majorca-share-this-page.hover-color-bg ul li.pinterest a:hover {
  background: #cb2027;
}
div.ccm-page .majorca-share-this-page.hover-color-bg ul li.reddit a:hover {
  background: #ff4500;
}
div.ccm-page .majorca-share-this-page.hover-color-bg ul li.twitter a:hover {
  background: #55acee;
}
div.ccm-page .majorca-share-this-page.hover-color-bg ul li.envelope a:hover {
  background: #00b389;
}
div.ccm-page .majorca-share-this-page.colored-base ul li a {
  color: #96bfe2;
}
div.ccm-page .majorca-share-this-page.colored-base ul li a:hover {
  color: #96bfe2;
}
div.ccm-page .majorca-share-this-page.colored-base ul li.facebook a,
div.ccm-page .majorca-share-this-page.colored-base ul li.facebook a:hover {
  background: #3b5998;
}
div.ccm-page .majorca-share-this-page.colored-base ul li.flickr a,
div.ccm-page .majorca-share-this-page.colored-base ul li.flickr a:hover {
  background: #ff0084;
}
div.ccm-page .majorca-share-this-page.colored-base ul li.google-plus a,
div.ccm-page .majorca-share-this-page.colored-base ul li.google-plus a:hover {
  background: #dd4b39;
}
div.ccm-page .majorca-share-this-page.colored-base ul li.linkedin-square a,
div.ccm-page .majorca-share-this-page.colored-base ul li.linkedin-square a:hover {
  background: #0e76a8;
}
div.ccm-page .majorca-share-this-page.colored-base ul li.print a,
div.ccm-page .majorca-share-this-page.colored-base ul li.print a:hover {
  background: #444;
}
div.ccm-page .majorca-share-this-page.colored-base ul li.pinterest a,
div.ccm-page .majorca-share-this-page.colored-base ul li.pinterest a:hover {
  background: #cb2027;
}
div.ccm-page .majorca-share-this-page.colored-base ul li.reddit a,
div.ccm-page .majorca-share-this-page.colored-base ul li.reddit a:hover {
  background: #ff4500;
}
div.ccm-page .majorca-share-this-page.colored-base ul li.twitter a,
div.ccm-page .majorca-share-this-page.colored-base ul li.twitter a:hover {
  background: #55acee;
}
div.ccm-page .majorca-share-this-page.colored-base ul li.envelope a,
div.ccm-page .majorca-share-this-page.colored-base ul li.envelope a:hover {
  background: #00b389;
}
div.ccm-page .light-color .majorca-share-this-page.square-panel ul li a {
  color: #ffffff;
  background: #eeeeee;
}
div.ccm-page .light-color .majorca-share-this-page.square-panel ul li a:hover {
  color: #ffffff;
  background: #ea6f38;
}
div.ccm-page .light-color .majorca-share-this-page.hover-color-bg ul li a:hover {
  color: #96bfe2;
}
div.ccm-page .light-color .majorca-share-this-page.hover-color-bg ul li.facebook a:hover {
  background: #3b5998;
}
div.ccm-page .light-color .majorca-share-this-page.hover-color-bg ul li.google-plus a:hover {
  background: #dd4b39;
}
div.ccm-page .light-color .majorca-share-this-page.hover-color-bg ul li.linkedin-square a:hover {
  background: #0e76a8;
}
div.ccm-page .light-color .majorca-share-this-page.hover-color-bg ul li.print a:hover {
  background: #444;
}
div.ccm-page .light-color .majorca-share-this-page.hover-color-bg ul li.pinterest a:hover {
  background: #cb2027;
}
div.ccm-page .light-color .majorca-share-this-page.hover-color-bg ul li.reddit a:hover {
  background: #ff4500;
}
div.ccm-page .light-color .majorca-share-this-page.hover-color-bg ul li.twitter a:hover {
  background: #55acee;
}
div.ccm-page .light-color .majorca-share-this-page.hover-color-bg ul li.envelope a:hover {
  background: #00b389;
}
div.ccm-page .light-color .majorca-share-this-page.circle-panel ul li a {
  color: #ffffff;
  background: #eeeeee;
}
div.ccm-page .light-color .majorca-share-this-page.circle-panel ul li a:hover {
  color: #ffffff;
  background: #ea6f38;
}
div.ccm-page .light-color .majorca-share-this-page.circle-panel.hover-color-bg ul li a:hover {
  color: #96bfe2;
}
div.ccm-page .light-color .majorca-share-this-page.expand ul li a:after {
  background: #eeeeee;
}
div.ccm-page .light-color .majorca-share-this-page.expand ul li a:hover {
  color: #ffffff;
  background-color: #ea6f38;
}
div.ccm-page .light-color .majorca-share-this-page.colored-base ul li a {
  color: #96bfe2;
}
div.ccm-page .light-color .majorca-share-this-page.colored-base ul li a:hover {
  color: #96bfe2;
}
div.ccm-page .light-color .majorca-share-this-page.colored-base ul li.facebook a,
div.ccm-page .light-color .majorca-share-this-page.colored-base ul li.facebook a:hover {
  background: #3b5998;
}
div.ccm-page .light-color .majorca-share-this-page.colored-base ul li.google-plus a,
div.ccm-page .light-color .majorca-share-this-page.colored-base ul li.google-plus a:hover {
  background: #dd4b39;
}
div.ccm-page .light-color .majorca-share-this-page.colored-base ul li.linkedin-square a,
div.ccm-page .light-color .majorca-share-this-page.colored-base ul li.linkedin-square a:hover {
  background: #0e76a8;
}
div.ccm-page .light-color .majorca-share-this-page.colored-base ul li.print a,
div.ccm-page .light-color .majorca-share-this-page.colored-base ul li.print a:hover {
  background: #444;
}
div.ccm-page .light-color .majorca-share-this-page.colored-base ul li.pinterest a,
div.ccm-page .light-color .majorca-share-this-page.colored-base ul li.pinterest a:hover {
  background: #cb2027;
}
div.ccm-page .light-color .majorca-share-this-page.colored-base ul li.reddit a,
div.ccm-page .light-color .majorca-share-this-page.colored-base ul li.reddit a:hover {
  background: #ff4500;
}
div.ccm-page .light-color .majorca-share-this-page.colored-base ul li.twitter a,
div.ccm-page .light-color .majorca-share-this-page.colored-base ul li.twitter a:hover {
  background: #55acee;
}
div.ccm-page .light-color .majorca-share-this-page.colored-base ul li.envelope a,
div.ccm-page .light-color .majorca-share-this-page.colored-base ul li.envelope a:hover {
  background: #00b389;
}
div.ccm-page .ccm-block-feature-item {
  margin: 0 0 50px;
  text-align: left;
}
div.ccm-page .ccm-block-feature-item i {
  width: 40px;
  height: 40px;
  margin: 0 5px 0 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  background-color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 0 0 1px #eeeeee;
  box-shadow: 0 0 0 1px #eeeeee;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .ccm-block-feature-item h4 {
  margin-top: 0;
  color: #000000;
  font-size: 1.4em;
  font-weight: 400;
}
div.ccm-page .ccm-block-feature-item h4 a {
  color: rgba(0, 0, 0, 0.7);
}
div.ccm-page .ccm-block-feature-item h4 a:hover {
  color: #000000;
  text-decoration: none;
}
div.ccm-page .ccm-block-feature-item p {
  margin-left: 0;
  padding: 0 2px;
}
div.ccm-page .feature-home-page .ccm-block-feature-item {
  text-align: center;
}
div.ccm-page .feature-home-page .ccm-block-feature-item i {
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto 15px;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  line-height: 75px;
  background-color: #14110b;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px #eeeeee;
  box-shadow: 0 0 0 1px #eeeeee;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .feature-home-page .ccm-block-feature-item h4 {
  color: #14110b;
  font-size: 1.2em;
  font-weight: 400;
}
div.ccm-page .feature-home-page .ccm-block-feature-item h4 a {
  color: #000000;
  font-weight: 700;
}
div.ccm-page .feature-home-page .ccm-block-feature-item h4 a:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
div.ccm-page .feature-home-page .ccm-block-feature-item p {
  margin-left: 0;
  padding: 0 2px;
}
div.ccm-page .ccm-block-feature-item-hover-wrapper {
  margin: 20px auto 40px;
  text-align: center;
  font-size: 120%;
}
div.ccm-page .ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover {
  display: table;
  margin: 0 auto;
  cursor: help;
}
div.ccm-page .ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover .ccm-block-feature-item-hover-icon {
  display: table-cell;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  background: #96bfe2;
  border: 5px solid #eeeeee;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: help;
}
div.ccm-page .ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover .ccm-block-feature-item-hover-icon i {
  margin-top: 3px;
  color: #b5b5b5;
  font-size: 2em;
}
@media (min-width: 768px) {
  div.ccm-page .ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover .ccm-block-feature-item-hover-icon {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  div.ccm-page .ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover .ccm-block-feature-item-hover-icon {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover .ccm-block-feature-item-hover-icon {
    width: 134px;
    height: 134px;
  }
}
div.ccm-page .ccm-block-feature-item-hover-wrapper:hover {
  cursor: help;
}
div.ccm-page .ccm-block-feature-item-hover-wrapper:hover .ccm-block-feature-item-hover-icon {
  background: #ea6f38;
  border: 5px solid #eeeeee;
}
div.ccm-page .ccm-block-feature-item-hover-wrapper:hover .ccm-block-feature-item-hover-icon i {
  color: #ffffff;
}
div.ccm-page .ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover-title {
  margin-top: 10px;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 400;
}
div.ccm-page .majorca-feature-item {
  color: #ffffff;
  text-align: center;
}
div.ccm-page .majorca-feature-item i {
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto 15px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 75px;
  background-color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 0 0 1px #eeeeee;
  box-shadow: 0 0 0 1px #eeeeee;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .majorca-feature-item a {
  color: rgba(0, 0, 0, 0.7);
}
div.ccm-page .majorca-feature-item a:hover {
  color: #000000;
}
div.ccm-page .majorca-feature-item h4 {
  margin-top: 0;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
}
div.ccm-page .majorca-feature-item h4 a {
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}
div.ccm-page .majorca-feature-item h4 a:hover {
  color: #000000;
  text-decoration: none;
}
div.ccm-page .majorca-feature-item h4 a:hover i {
  color: #ffffff;
  background: #ea6f38;
}
div.ccm-page .majorca-feature-item h4 a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 0.2em;
  margin-right: 5px;
  margin-left: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 18px;
  background: #ffffff;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .majorca-feature-item p {
  margin-left: 0;
  padding: 0 2px;
}
div.ccm-page .majorca-feature-card,
div.ccm-page .majorca-feature-card-color-icon {
  text-align: center;
  margin-bottom: 82px;
  position: relative;
}
div.ccm-page .majorca-feature-card i,
div.ccm-page .majorca-feature-card-color-icon i {
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto 15px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 75px;
  background-color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 0 0 1px #eeeeee;
  box-shadow: 0 0 0 1px #eeeeee;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: -32px;
  right: 0;
  left: 0;
}
div.ccm-page .majorca-feature-card .card-container h4,
div.ccm-page .majorca-feature-card-color-icon .card-container h4 {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 400;
}
div.ccm-page .majorca-feature-card .card-container p,
div.ccm-page .majorca-feature-card-color-icon .card-container p {
  margin-left: 0;
  padding: 0 2px;
}
div.ccm-page .majorca-feature-card a,
div.ccm-page .majorca-feature-card-color-icon a,
div.ccm-page .majorca-feature-card span,
div.ccm-page .majorca-feature-card-color-icon span {
  display: block;
  padding: 35px 20px 10px;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 32px;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page .majorca-feature-card a,
div.ccm-page .majorca-feature-card-color-icon a {
  color: rgba(0, 0, 0, 0.7);
}
div.ccm-page .majorca-feature-card a:visited,
div.ccm-page .majorca-feature-card-color-icon a:visited {
  color: rgba(0, 0, 0, 0.7);
}
div.ccm-page .majorca-feature-card a:hover,
div.ccm-page .majorca-feature-card-color-icon a:hover {
  display: block;
  color: #000000;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.35);
}
div.ccm-page .majorca-feature-card a:active,
div.ccm-page .majorca-feature-card-color-icon a:active {
  display: block;
  color: #ffffff;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page .majorca-feature-card-item .icon {
  width: 74px;
  height: 74px;
  margin: -36px auto 0;
  text-align: center;
  background-color: #96bfe2;
  border: solid 6px #96bfe2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
div.ccm-page .majorca-feature-card-item .icon i {
  display: block;
  width: 62px;
  height: 62px;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  background-color: #ffffff;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
}
div.ccm-page .majorca-feature-card-item a,
div.ccm-page .majorca-feature-card-item span {
  display: inline-block;
  margin: 0 0 40px;
  color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .majorca-feature-card-item a:visited {
  color: rgba(0, 0, 0, 0.7);
}
div.ccm-page .majorca-feature-card-item a:hover,
div.ccm-page .majorca-feature-card-item a:focus {
  color: #000000;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.35);
}
div.ccm-page .majorca-feature-card-item h4 {
  margin: 0;
  padding: 50px 0 60px;
  color: #fff;
  text-align: center;
  background-color: #ffffff;
}
div.ccm-page .majorca-feature-card-item .card-body {
  margin: 0;
  padding: 15px 20px 10px;
}
div.ccm-page .feature-circle-icon i {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
div.ccm-page .feature-circle-icon i:after {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
div.ccm-page .feature-circle-icon .ccm-block-feature-item i {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
div.ccm-page .feature-circle-icon .majorca-feature-item.button a.btn {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
div.ccm-page .ccm-block-feature-item.hover-icon a {
  color: rgba(0, 0, 0, 0.7);
}
div.ccm-page .ccm-block-feature-item.hover-icon a:hover {
  color: #000000;
}
div.ccm-page .ccm-block-feature-item.hover-icon a:hover i {
  color: #ffffff;
  background-color: #ea6f38;
  box-shadow: 0 0 0 6px #f6c2ab;
}
div.ccm-page .ccm-block-feature-item.spin a {
  color: rgba(0, 0, 0, 0.7);
}
div.ccm-page .ccm-block-feature-item.spin a:hover {
  color: #000000;
}
div.ccm-page .majorca-feature-item.button a.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 1em;
  color: #14110b;
  border: 1px solid #b5b5b5;
  background-color: #ffffff;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
div.ccm-page .majorca-feature-item.button a.btn p {
  margin-bottom: 0;
}
div.ccm-page .majorca-feature-item.button a:hover.btn {
  color: #14110b;
  border: 1px solid #b5b5b5;
  background-color: #f5ab15;
}
div.ccm-page .majorca-feature-item.hover-icon a:hover i,
div.ccm-page .majorca-feature-card.hover-icon a:hover i,
div.ccm-page .majorca-feature-card-item.hover-icon a:hover i,
div.ccm-page .majorca-feature-item.hover-icon a:active i,
div.ccm-page .majorca-feature-card.hover-icon a:active i,
div.ccm-page .majorca-feature-card-item.hover-icon a:active i {
  color: #ffffff;
  background-color: #ea6f38;
  box-shadow: 0 0 0 10px #f6c2ab;
}
div.ccm-page .majorca-feature-card-item.hover-icon a:hover i,
div.ccm-page .majorca-feature-card-item.hover-icon a:active i {
  box-shadow: 0 0 0 6px #f6c2ab;
}
@media (min-width: 768px) {
  div.ccm-page .ccm-block-feature-item.spin a:hover i,
  div.ccm-page .ccm-block-feature-item.spin a:active i {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
  div.ccm-page .majorca-feature-item.spin a:hover i,
  div.ccm-page .majorca-feature-card.spin a:hover i,
  div.ccm-page .majorca-feature-card-color-icon.spin a:hover i,
  div.ccm-page .majorca-feature-card-item.spin a:hover i,
  div.ccm-page .majorca-feature-item.spin a:active i,
  div.ccm-page .majorca-feature-card.spin a:active i,
  div.ccm-page .majorca-feature-card-color-icon.spin a:active i,
  div.ccm-page .majorca-feature-card-item.spin a:active i {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
  div.ccm-page .majorca-feature-item.button a.btn {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
}
div.ccm-page .majorca-feature-inline {
  line-height: 1;
}
div.ccm-page .majorca-feature-inline .fa {
  display: inline-block;
  padding-right: 5px;
  color: #ffffff;
}
div.ccm-page .majorca-feature-inline .fa:before {
  font-size: 26px;
}
div.ccm-page .majorca-feature-inline h4 {
  display: inline-block;
  margin: 0;
  color: #ffffff;
  font-size: 1.4em;
  font-size: 1.4rem;
}
div.ccm-page .majorca-feature-inline p {
  display: block;
  margin-top: 5px;
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.2;
}
div.ccm-page .majorca-feature-inline a {
  color: rgba(0, 0, 0, 0.7);
}
div.ccm-page .majorca-feature-inline a:hover {
  color: #000000;
}
div.ccm-page .majorca-feature-inline a:hover i {
  color: #ffffff;
  background-color: #ea6f38;
  box-shadow: 0 0 0 6px #f6c2ab;
}
div.ccm-page .content-secondary .majorca-feature-inline .fa:before,
div.ccm-page .block-sidebar-wrapped .majorca-feature-inline .fa:before {
  font-size: 18px;
}
div.ccm-page .content-secondary .majorca-feature-inline h4,
div.ccm-page .block-sidebar-wrapped .majorca-feature-inline h4 {
  font-size: 1em;
  font-size: 1rem;
}
div.ccm-page .content-secondary .majorca-feature-inline p,
div.ccm-page .block-sidebar-wrapped .majorca-feature-inline p {
  font-size: .9em;
  font-size: .9rem;
}
div.ccm-page .ccm-block-page-list-wrapper {
  margin: 0 0 30px;
}
div.ccm-page .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry {
  margin-bottom: 50px;
}
div.ccm-page .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry .ccm-block-page-list-title {
  margin: 10px 0;
  padding: 0;
  font-family: 'Sofia Pro', 'Open Sans', Helvetica, 'Helvetica Neue', Arial, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  font-feature-settings: 'palt';
}
div.ccm-page .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry .ccm-block-page-list-title:before {
  margin-right: 5px;
  color: #000000;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f0c8';
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry .ccm-block-page-list-title:hover:before {
  color: #ea6f38;
}
div.ccm-page .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry .ccm-block-page-list-date {
  margin: 10px 0 0;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.4;
}
div.ccm-page .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry .ccm-block-page-list-date:before {
  margin-right: 5px;
  color: #ffffff;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f073';
}
div.ccm-page .ccm-block-page-list-wrapper .ccm-block-page-list-page-entry .ccm-block-page-list-description {
  margin: 10px 0;
  color: #ffffff;
  line-height: 1.4;
}
div.ccm-page .ccm-block-page-list-page-entry a.ccm-block-page-list-read-more {
  display: inline-block;
  padding: 10px 30px 10px 30px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #fff;
}
div.ccm-page .ccm-block-page-list-page-entry a.ccm-block-page-list-read-more:hover {
  text-decoration: none;
  background: #efefef;
}
div.ccm-page .ccm-block-page-list-no-pages {
  width: 30%;
  margin: 50px auto;
  padding: 30px;
  font-size: 1.75em;
  text-align: center;
  border: solid 2px #b5b5b5;
}
div.ccm-page .content-secondary .ccm-block-page-list-header,
div.ccm-page .block-sidebar-wrapped .ccm-block-page-list-header {
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
}
div.ccm-page .content-secondary .ccm-block-page-list-header:after,
div.ccm-page .block-sidebar-wrapped .ccm-block-page-list-header:after {
  width: 100%;
  height: 8px;
  margin: 0;
  padding: 0;
  content: '';
  background: url('/packages/theme_majorca/themes/majorca/css/build/build/img/border_slash_jet.png') repeat 0 0;
  position: absolute;
  bottom: -8px;
  left: 0;
}
div.ccm-page .content-secondary .ccm-block-page-list-header h5,
div.ccm-page .block-sidebar-wrapped .ccm-block-page-list-header h5 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: 'Sofia Pro', 'Open Sans', Helvetica, 'Helvetica Neue', Arial, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}
div.ccm-page .content-secondary .ccm-block-page-list-page-entry,
div.ccm-page .block-sidebar-wrapped .ccm-block-page-list-page-entry {
  margin-bottom: 10px;
}
div.ccm-page .content-secondary .ccm-block-page-list-page-entry .ccm-block-page-list-title,
div.ccm-page .block-sidebar-wrapped .ccm-block-page-list-page-entry .ccm-block-page-list-title {
  margin-bottom: 20px;
  font-size: 1.1em;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.4;
}
div.ccm-page .content-secondary .ccm-block-page-list-page-entry .ccm-block-page-list-title:before,
div.ccm-page .block-sidebar-wrapped .ccm-block-page-list-page-entry .ccm-block-page-list-title:before {
  margin-right: 0;
  content: none;
}
div.ccm-page .content-secondary .ccm-block-page-list-page-entry .ccm-block-page-list-title a,
div.ccm-page .block-sidebar-wrapped .ccm-block-page-list-page-entry .ccm-block-page-list-title a {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0;
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .content-secondary .ccm-block-page-list-page-entry .ccm-block-page-list-title a:before,
div.ccm-page .block-sidebar-wrapped .ccm-block-page-list-page-entry .ccm-block-page-list-title a:before {
  display: inline-block;
  min-width: 36px;
  min-height: 36px;
  margin-right: 5px;
  padding: 0;
  font-family: "Font Awesome 5 Free", sans-serif;
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-align: center;
  line-height: 36px;
  background: #ffffff;
  content: '\f105';
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .content-secondary .ccm-block-page-list-page-entry .ccm-block-page-list-title a:hover,
div.ccm-page .block-sidebar-wrapped .ccm-block-page-list-page-entry .ccm-block-page-list-title a:hover {
  color: rgba(0, 0, 0, 0.7);
}
div.ccm-page .content-secondary .ccm-block-page-list-page-entry .ccm-block-page-list-title a:hover:before,
div.ccm-page .block-sidebar-wrapped .ccm-block-page-list-page-entry .ccm-block-page-list-title a:hover:before {
  color: #ffffff;
  background: #ea6f38;
}
@media only screen and (min-width: 480px) {
  div.ccm-page .content-secondary .ccm-block-page-list-page-entry .ccm-block-page-list-title,
  div.ccm-page .block-sidebar-wrapped .ccm-block-page-list-page-entry .ccm-block-page-list-title {
    margin-bottom: 10px;
    font-size: 1em;
    font-size: 1rem;
  }
  div.ccm-page .content-secondary .ccm-block-page-list-page-entry .ccm-block-page-list-title a,
  div.ccm-page .block-sidebar-wrapped .ccm-block-page-list-page-entry .ccm-block-page-list-title a {
    display: inline-flex;
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
  div.ccm-page .content-secondary .ccm-block-page-list-page-entry .ccm-block-page-list-title a:before,
  div.ccm-page .block-sidebar-wrapped .ccm-block-page-list-page-entry .ccm-block-page-list-title a:before {
    display: inline-block;
    min-width: 18px;
    min-height: 18px;
    margin-top: 0.1375em;
    font-size: 16px;
    line-height: 18px;
  }
}
div.ccm-page .content-secondary .ccm-block-page-list-page-entry .ccm-block-page-list-date,
div.ccm-page .block-sidebar-wrapped .ccm-block-page-list-page-entry .ccm-block-page-list-date {
  margin: 10px 0 0;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.4;
}
div.ccm-page .content-secondary .ccm-block-page-list-page-entry .ccm-block-page-list-date:before,
div.ccm-page .block-sidebar-wrapped .ccm-block-page-list-page-entry .ccm-block-page-list-date:before {
  margin-right: 5px;
  color: #ffffff;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f073';
}
div.ccm-page .content-secondary .ccm-block-page-list-page-entry .ccm-block-page-list-description,
div.ccm-page .block-sidebar-wrapped .ccm-block-page-list-page-entry .ccm-block-page-list-description {
  margin: 10px 0;
  color: #ffffff;
  line-height: 1.4;
}
div.ccm-page .announcement-page-list-wrapper .announcement-page-list-rss-feed {
  position: absolute;
  top: -30px;
  right: 0;
}
div.ccm-page .announcement-page-list-wrapper .announcement-page-list-rss-feed .fa {
  font-size: 1.6em;
  font-size: 1.6rem;
}
div.ccm-page .announcement-page-list-wrapper .announcement-page-list-header h5 {
  margin: 10px 0 30px;
  padding: 0;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  font-feature-settings: 'palt';
}
div.ccm-page .announcement-page-list-wrapper .announcement-page-list-header h5:before {
  margin-right: 5px;
  color: #000000;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f0c8';
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .announcement-page-list-wrapper .announcement-page-list-pages {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.ccm-page .announcement-page-list-wrapper .announcement-list-page-entry-horizontal {
  zoom: 1;
}
div.ccm-page .announcement-page-list-wrapper .announcement-list-page-entry-horizontal:before,
div.ccm-page .announcement-page-list-wrapper .announcement-list-page-entry-horizontal:after {
  content: '';
  display: table;
}
div.ccm-page .announcement-page-list-wrapper .announcement-list-page-entry-horizontal:after {
  clear: both;
}
div.ccm-page .announcement-page-list-wrapper .announcement-page-list-page-entry-horizontal,
div.ccm-page .announcement-page-list-wrapper .announcement-page-list-page-entry {
  padding: 30px;
  margin-bottom: 30px;
  background: #fbfbfb;
  position: relative;
}
div.ccm-page .announcement-page-list-wrapper .announcement-page-list-page-entry-horizontal .new,
div.ccm-page .announcement-page-list-wrapper .announcement-page-list-page-entry .new {
  display: inline-block;
  margin: 0;
  padding: 4px 8px;
  color: #fff;
  font-size: 1em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
div.ccm-page .announcement-page-list-wrapper .announcement-page-list-page-entry-horizontal .announcement-page-list-page-entry-thumbnail {
  width: 100%;
  margin-bottom: 15px;
}
div.ccm-page .announcement-page-list-wrapper .announcement-page-list-page-entry-horizontal .announcement-page-list-page-entry-thumbnail a {
  display: block;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .announcement-page-list-wrapper .announcement-page-list-page-entry-horizontal .announcement-page-list-page-entry-thumbnail a:hover {
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.35);
}
div.ccm-page .announcement-page-list-wrapper .announcement-page-list-page-entry-horizontal .announcement-page-list-page-entry-text {
  width: 100%;
}
div.ccm-page .announcement-page-list-wrapper li .announcement-page-list-title {
  margin-top: 15px;
  font-size: 1em;
  font-size: 1rem;
  font-weight: 700;
}
div.ccm-page .announcement-page-list-wrapper li .announcement-page-list-title a {
  color: #000000;
}
div.ccm-page .announcement-page-list-wrapper li .announcement-page-list-title a:hover {
  color: rgba(0, 0, 0, 0.7);
}
div.ccm-page .announcement-page-list-wrapper li .announcement-page-list-description {
  margin-top: 15px;
}
div.ccm-page .announcement-page-list-wrapper li .announcement-page-list-page-entry-read-more {
  text-align: right;
}
div.ccm-page .announcement-page-list-wrapper li .announcement-page-list-page-entry-read-more a:not(.fa):not(.btn) {
  color: #000000;
}
div.ccm-page .announcement-page-list-wrapper li .announcement-page-list-page-entry-read-more a:not(.fa):not(.btn):hover {
  color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  div.ccm-page .announcement-page-list-wrapper .announcement-page-list-rss-feed .fa {
    font-size: 1.4em;
    font-size: 1.4rem;
  }
  div.ccm-page .announcement-page-list-wrapper .announcement-page-list-page-entry-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  div.ccm-page .announcement-page-list-wrapper .announcement-page-list-page-entry-horizontal .announcement-page-list-page-entry .new {
    font-size: .8em;
    font-size: .8rem;
  }
  div.ccm-page .announcement-page-list-wrapper .announcement-page-list-page-entry-horizontal .announcement-page-list-page-entry-thumbnail {
    width: 40%;
    margin-bottom: 0;
  }
  div.ccm-page .announcement-page-list-wrapper .announcement-page-list-page-entry-horizontal .announcement-page-list-page-entry-text {
    width: 55%;
    margin-left: auto;
  }
}
div.ccm-page .majorca-announcement-wrapper .majorca-announcement-rss-feed {
  position: absolute;
  top: 0;
  right: 0;
}
div.ccm-page .majorca-announcement-wrapper .majorca-announcement-rss-feed .fa {
  font-size: 1.6em;
  font-size: 1.6rem;
}
div.ccm-page .majorca-announcement-wrapper .majorca-announcement-header h5 {
  margin: 10px 0;
  padding: 0;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  font-feature-settings: 'palt';
}
div.ccm-page .majorca-announcement-wrapper .majorca-announcement-header h5:before {
  margin-right: 5px;
  color: #000000;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f0c8';
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li {
  margin: 0 0 20px;
  padding: 30px 0 0;
  font-size: 1em;
  font-size: 1rem;
  border-top: solid 1px #eeeeee;
}
div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li:first-child {
  border: none;
}
div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text .majorca-announcement-date {
  min-width: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
}
div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text .majorca-announcement-page-entry-thumbnail {
  margin: 15px 0;
}
div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text .majorca-announcement-page-entry-thumbnail img {
  width: 100px;
  height: 100px;
}
div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text .majorca-announcement-title {
  font-family: 'Sofia Pro', 'Open Sans', Helvetica, 'Helvetica Neue', Arial, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: 500;
}
div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text .majorca-announcement-title a {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 10px;
  color: #000000;
  text-decoration: none;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text .majorca-announcement-title a:before {
  display: inline-block;
  min-width: 36px;
  min-height: 36px;
  margin-right: 5px;
  padding: 0;
  font-family: "Font Awesome 5 Free", sans-serif;
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-align: center;
  line-height: 36px;
  background: #ffffff;
  content: '\f105';
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text .majorca-announcement-title a:hover {
  color: rgba(0, 0, 0, 0.7);
}
div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text .majorca-announcement-title a:hover:before {
  color: #ffffff;
  background: #ea6f38;
}
div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text .majorca-announcement-title .new {
  display: inline-block;
  margin: 0;
  padding: 4px 8px;
  color: #ffffff;
  font-size: 1em;
  font-size: 1rem;
  line-height: 1;
  background-color: #ea6f38;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (min-width: 480px) {
  div.ccm-page .majorca-announcement-wrapper .majorca-announcement-rss-feed .fa {
    font-size: 1.2em;
    font-size: 1.2rem;
  }
  div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1em;
    font-size: 1rem;
  }
  div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text .majorca-announcement-date {
    margin-bottom: 0;
  }
  div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text .majorca-announcement-page-entry-thumbnail {
    margin-left: auto;
  }
  div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text .majorca-announcement-page-entry-thumbnail img {
    width: 60px;
    height: 60px;
  }
  div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text .majorca-announcement-title {
    position: relative;
  }
  div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text .majorca-announcement-title a {
    display: inline-flex;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    margin: 0;
  }
  div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text .majorca-announcement-title a:before {
    display: inline-block;
    min-width: 18px;
    min-height: 18px;
    margin-top: 0em;
    font-size: 16px;
    line-height: 18px;
  }
  div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text .majorca-announcement-title .new {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 4px 8px;
    color: #ffffff;
    font-size: .8em;
    font-size: .8rem;
    line-height: 1;
    background-color: #ea6f38;
    position: absolute;
    top: -8px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text .majorca-announcement-title .new:after {
    display: inline-block;
    content: '';
    border: 6px solid transparent;
    border-top: 12px solid #ea6f38;
    position: absolute;
    bottom: -15px;
    left: 3px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text .majorca-announcement-page-entry-read-more {
    margin-left: auto;
  }
  div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text .majorca-announcement-page-entry-read-more a {
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text .majorca-announcement-page-entry-read-more a:hover {
    background: #e8e8e8;
    text-decoration: none;
  }
  div.ccm-page .majorca-announcement-wrapper .majorca-announcement-pages li .majorca-announcement-page-entry-text .majorca-announcement-page-entry-read-more a:focus {
    outline: dotted 1px rgba(0, 0, 0, 0.7);
    outline-offset: -3px;
  }
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item {
  position: relative;
  min-height: 1px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a {
  display: table;
  width: 100%;
  color: #ffffff;
  position: relative;
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a:hover {
  opacity: 1;
  color: #ffffff;
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a:hover .ccm-block-page-list-page-entry-grid-thumbnail-hover {
  opacity: 1;
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .ccm-block-page-list-page-entry-grid-thumbnail-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .ccm-block-page-list-page-entry-grid-thumbnail-hover .ccm-block-page-list-page-entry-grid-thumbnail-title-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .ccm-block-page-list-page-entry-grid-thumbnail-hover .ccm-block-page-list-page-entry-grid-thumbnail-title-wrapper .ccm-block-page-list-page-entry-grid-thumbnail-title {
  display: table-cell;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .ccm-block-page-list-page-entry-grid-thumbnail-hover .ccm-block-page-list-page-entry-grid-thumbnail-title-wrapper .ccm-block-page-list-page-entry-grid-thumbnail-title i {
  display: none;
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .ccm-block-page-list-page-entry-grid-thumbnail-hover .ccm-block-page-list-page-entry-grid-thumbnail-title-wrapper .ccm-block-page-list-page-entry-grid-thumbnail-title i.ccm-block-page-list-page-entry-grid-thumbnail-icon {
  display: block;
  margin: 0 auto 10px auto;
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail a .ccm-block-page-list-page-entry-grid-thumbnail-hover .ccm-block-page-list-page-entry-grid-thumbnail-title-wrapper .ccm-block-page-list-page-entry-grid-thumbnail-title i.ccm-block-page-list-page-entry-grid-thumbnail-icon:before {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  content: '\f064';
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail .ccm-block-page-list-title {
  margin: 15px 0 5px;
  padding-left: 0;
  color: #ffffff;
  font-size: 1.1em;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail .ccm-block-page-list-title:before {
  margin-right: 0;
  color: #ffffff;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f0c8';
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail .ccm-block-page-list-title a {
  color: #ffffff;
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail .ccm-block-page-list-date {
  margin: 10px 0 0;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.4;
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail .ccm-block-page-list-date:before {
  margin-right: 5px;
  color: #ffffff;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f073';
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail .ccm-block-page-list-description {
  margin: 10px 0 0;
  padding: 0;
  font-size: .9em;
  line-height: 1.4;
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-header {
  padding-left: 15px;
  padding-right: 15px;
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-header h5 {
  margin-bottom: 15px;
  font-size: 1em;
  font-weight: 700;
}
@media (min-width: 767px) {
  div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item {
    float: left;
    width: 33.33333333%;
    min-height: 147px;
  }
  div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 147px;
  }
  div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-header h5 {
    padding-left: 5px;
    font-size: 1.2em;
    border-left: solid 8px #ffffff;
  }
}
@media (min-width: 992px) {
  div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item {
    min-height: 193px;
  }
  div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 193px;
  }
  div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-header h5 {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item {
    min-height: 240px;
  }
  div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item img {
    width: 100%;
    height: 240px;
  }
  div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-header h5 {
    font-size: 1.6em;
  }
}
div.ccm-page .majorca-thumbnail-list-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
div.ccm-page .majorca-thumbnail-list-wrapper .majorca-thumbnail-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /*
			-webkit-justify-content: space-between;
		justify-content: space-between;
*/
  margin: 0;
  padding: 0;
}
div.ccm-page .majorca-thumbnail-list-wrapper .majorca-thumbnail-list-container .majorca-thumbnail-list-item {
  width: 108px;
  height: 108px;
  margin: 0 15px 30px;
  padding: 0;
  overflow: hidden;
}
div.ccm-page .majorca-thumbnail-list-wrapper .majorca-thumbnail-list-container .majorca-thumbnail-list-item a {
  display: block;
  padding: 0;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
div.ccm-page .majorca-thumbnail-list-wrapper .majorca-thumbnail-list-container .majorca-thumbnail-list-item a:hover {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
div.ccm-page .majorca-thumbnail-list-wrapper .majorca-thumbnail-list-container .majorca-thumbnail-list-item a:hover .majorca-thumbnail-list-thumbnail {
  width: 100%;
  height: 100%;
}
div.ccm-page .majorca-thumbnail-list-wrapper .majorca-thumbnail-list-container .majorca-thumbnail-list-item a:hover .majorca-thumbnail-list-thumbnail:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
div.ccm-page .majorca-thumbnail-list-wrapper .majorca-thumbnail-list-container .majorca-thumbnail-list-item a:hover .majorca-thumbnail-list-thumbnail .more-content,
div.ccm-page .majorca-thumbnail-list-wrapper .majorca-thumbnail-list-container .majorca-thumbnail-list-item a:hover .majorca-thumbnail-list-thumbnail .fa {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
div.ccm-page .majorca-thumbnail-list-wrapper .majorca-thumbnail-list-container .majorca-thumbnail-list-item a:active {
  display: block;
  color: #ffffff;
}
div.ccm-page .majorca-thumbnail-list-wrapper .majorca-thumbnail-list-container .majorca-thumbnail-list-item a .majorca-thumbnail-list-thumbnail {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
div.ccm-page .majorca-thumbnail-list-wrapper .majorca-thumbnail-list-container .majorca-thumbnail-list-item a .majorca-thumbnail-list-thumbnail:after {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
div.ccm-page .majorca-thumbnail-list-wrapper .majorca-thumbnail-list-container .majorca-thumbnail-list-item a .majorca-thumbnail-list-thumbnail .more-content {
  display: block;
  width: 80px;
  padding: 6px 8px 8px;
  color: #fff;
  font-size: .7em;
  font-size: .7rem;
  text-align: center;
  line-height: 1;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  -o-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
  -webkit-transform: 0.5s, opacity 0.3s;
  -moz-transform: 0.5s, opacity 0.3s;
  -o-transform: 0.5s, opacity 0.3s;
  transform: 0.5s, opacity 0.3s;
}
div.ccm-page .majorca-thumbnail-list-wrapper .majorca-thumbnail-list-container .majorca-thumbnail-list-item a .majorca-thumbnail-list-thumbnail .fa {
  display: block;
  padding: 0;
  color: #fff;
  font-size: 1.5em;
  font-size: 1.5rem;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  -o-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
  -webkit-transform: 0.5s, opacity 0.3s;
  -moz-transform: 0.5s, opacity 0.3s;
  -o-transform: 0.5s, opacity 0.3s;
  transform: 0.5s, opacity 0.3s;
}
div.ccm-page .majorca-thumbnail-list-wrapper .majorca-thumbnail-list-container .majorca-thumbnail-list-item a .majorca-thumbnail-list-thumbnail img {
  width: 108px;
  height: 108px;
}
div.ccm-page .footer-container .second-footer-navigation .majorca-thumbnail-list-wrapper {
  margin-left: -10px;
  margin-right: 0;
}
div.ccm-page .footer-container .second-footer-navigation .majorca-thumbnail-list-wrapper .majorca-thumbnail-list-item {
  width: 95px;
  height: 95px;
  margin: 0 10px 15px;
}
div.ccm-page .footer-container .second-footer-navigation .majorca-thumbnail-list-wrapper .majorca-thumbnail-list-item a:before {
  content: none;
}
div.ccm-page .footer-container .second-footer-navigation .majorca-thumbnail-list-wrapper .majorca-thumbnail-list-item img {
  width: 95px;
  height: 95px;
}
@media (min-width: 768px) {
  div.ccm-page .footer-container .second-footer-navigation .majorca-thumbnail-list-wrapper {
    margin-left: -15px;
    margin-right: 0;
  }
}
div.ccm-page .grid-card,
div.ccm-page .grid-tiles,
div.ccm-page .carousel-thumbnail-grid-wrapper {
  width: 100%;
  margin: 0;
  zoom: 1;
}
div.ccm-page .grid-card:before,
div.ccm-page .grid-tiles:before,
div.ccm-page .carousel-thumbnail-grid-wrapper:before,
div.ccm-page .grid-card:after,
div.ccm-page .grid-tiles:after,
div.ccm-page .carousel-thumbnail-grid-wrapper:after {
  content: '';
  display: table;
}
div.ccm-page .grid-card:after,
div.ccm-page .grid-tiles:after,
div.ccm-page .carousel-thumbnail-grid-wrapper:after {
  clear: both;
}
div.ccm-page .grid-card a,
div.ccm-page .grid-tiles a,
div.ccm-page .carousel-thumbnail-grid-wrapper a {
  display: block;
  padding: 0;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
div.ccm-page .grid-card a:hover,
div.ccm-page .grid-tiles a:hover,
div.ccm-page .carousel-thumbnail-grid-wrapper a:hover {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
div.ccm-page .grid-card a:hover .card-thumb:after,
div.ccm-page .grid-tiles a:hover .card-thumb:after,
div.ccm-page .carousel-thumbnail-grid-wrapper a:hover .card-thumb:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
div.ccm-page .grid-card a:hover .card-thumb .more-content,
div.ccm-page .grid-tiles a:hover .card-thumb .more-content,
div.ccm-page .carousel-thumbnail-grid-wrapper a:hover .card-thumb .more-content,
div.ccm-page .grid-card a:hover .card-thumb .fa,
div.ccm-page .grid-tiles a:hover .card-thumb .fa,
div.ccm-page .carousel-thumbnail-grid-wrapper a:hover .card-thumb .fa {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
div.ccm-page .grid-card a:active,
div.ccm-page .grid-tiles a:active,
div.ccm-page .carousel-thumbnail-grid-wrapper a:active {
  display: block;
  color: #ffffff;
}
div.ccm-page .grid-card a .card-thumb,
div.ccm-page .grid-tiles a .card-thumb,
div.ccm-page .carousel-thumbnail-grid-wrapper a .card-thumb {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
div.ccm-page .grid-card a .card-thumb:after,
div.ccm-page .grid-tiles a .card-thumb:after,
div.ccm-page .carousel-thumbnail-grid-wrapper a .card-thumb:after {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
div.ccm-page .grid-card a .card-thumb .more-content,
div.ccm-page .grid-tiles a .card-thumb .more-content,
div.ccm-page .carousel-thumbnail-grid-wrapper a .card-thumb .more-content {
  display: block;
  padding: 6px 12px 8px;
  color: #fff;
  font-size: .9em;
  font-size: .9rem;
  line-height: 1;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  -o-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
  -webkit-transform: 0.5s, opacity 0.3s;
  -moz-transform: 0.5s, opacity 0.3s;
  -o-transform: 0.5s, opacity 0.3s;
  transform: 0.5s, opacity 0.3s;
}
div.ccm-page .grid-card a .card-thumb .fa,
div.ccm-page .grid-tiles a .card-thumb .fa,
div.ccm-page .carousel-thumbnail-grid-wrapper a .card-thumb .fa {
  display: block;
  padding: 0;
  color: #fff;
  font-size: 2em;
  font-size: 2rem;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  -o-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
  -webkit-transform: 0.5s, opacity 0.3s;
  -moz-transform: 0.5s, opacity 0.3s;
  -o-transform: 0.5s, opacity 0.3s;
  transform: 0.5s, opacity 0.3s;
}
div.ccm-page .grid-card a .card-thumb img,
div.ccm-page .grid-tiles a .card-thumb img,
div.ccm-page .carousel-thumbnail-grid-wrapper a .card-thumb img {
  display: block;
  min-width: 100%;
  margin: 0 auto;
}
div.ccm-page .grid-card a .card-content,
div.ccm-page .grid-tiles a .card-content,
div.ccm-page .carousel-thumbnail-grid-wrapper a .card-content,
div.ccm-page .grid-card .no-image .card-content,
div.ccm-page .grid-tiles .no-image .card-content,
div.ccm-page .carousel-thumbnail-grid-wrapper .no-image .card-content {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
div.ccm-page .grid-card a .card-content .attention,
div.ccm-page .grid-tiles a .card-content .attention,
div.ccm-page .carousel-thumbnail-grid-wrapper a .card-content .attention,
div.ccm-page .grid-card .no-image .card-content .attention,
div.ccm-page .grid-tiles .no-image .card-content .attention,
div.ccm-page .carousel-thumbnail-grid-wrapper .no-image .card-content .attention {
  color: #ffffff;
}
div.ccm-page .grid-card a .card-content .card-title,
div.ccm-page .grid-tiles a .card-content .card-title,
div.ccm-page .carousel-thumbnail-grid-wrapper a .card-content .card-title,
div.ccm-page .grid-card .no-image .card-content .card-title,
div.ccm-page .grid-tiles .no-image .card-content .card-title,
div.ccm-page .carousel-thumbnail-grid-wrapper .no-image .card-content .card-title {
  margin: 15px 0 5px;
  padding: 0;
  color: #ffffff;
  font-size: 1.1em;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
  font-feature-settings: 'palt';
}
div.ccm-page .grid-card a .card-content .card-title:before,
div.ccm-page .grid-tiles a .card-content .card-title:before,
div.ccm-page .carousel-thumbnail-grid-wrapper a .card-content .card-title:before,
div.ccm-page .grid-card .no-image .card-content .card-title:before,
div.ccm-page .grid-tiles .no-image .card-content .card-title:before,
div.ccm-page .carousel-thumbnail-grid-wrapper .no-image .card-content .card-title:before {
  margin-right: 5px;
  color: #ffffff;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f0c8';
}
div.ccm-page .grid-card a .card-content .card-date,
div.ccm-page .grid-tiles a .card-content .card-date,
div.ccm-page .carousel-thumbnail-grid-wrapper a .card-content .card-date,
div.ccm-page .grid-card .no-image .card-content .card-date,
div.ccm-page .grid-tiles .no-image .card-content .card-date,
div.ccm-page .carousel-thumbnail-grid-wrapper .no-image .card-content .card-date {
  margin: 10px 0 0;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.4;
}
div.ccm-page .grid-card a .card-content .card-date:before,
div.ccm-page .grid-tiles a .card-content .card-date:before,
div.ccm-page .carousel-thumbnail-grid-wrapper a .card-content .card-date:before,
div.ccm-page .grid-card .no-image .card-content .card-date:before,
div.ccm-page .grid-tiles .no-image .card-content .card-date:before,
div.ccm-page .carousel-thumbnail-grid-wrapper .no-image .card-content .card-date:before {
  margin-right: 5px;
  color: #ffffff;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f073';
}
div.ccm-page .grid-card a .card-content .ccm-block-page-list-description,
div.ccm-page .grid-tiles a .card-content .ccm-block-page-list-description,
div.ccm-page .carousel-thumbnail-grid-wrapper a .card-content .ccm-block-page-list-description,
div.ccm-page .grid-card .no-image .card-content .ccm-block-page-list-description,
div.ccm-page .grid-tiles .no-image .card-content .ccm-block-page-list-description,
div.ccm-page .carousel-thumbnail-grid-wrapper .no-image .card-content .ccm-block-page-list-description {
  margin: 10px 0 0;
  line-height: 1.4;
}
div.ccm-page .grid-card .grid-item,
div.ccm-page .grid-tiles .grid-item,
div.ccm-page .carousel-thumbnail-grid-wrapper .grid-item {
  margin: 0 0 30px;
  padding: 0;
  background-color: #fff;
}
div.ccm-page .grid-card .card-item,
div.ccm-page .grid-tiles .card-item,
div.ccm-page .carousel-thumbnail-grid-wrapper .card-item {
  margin: 0 0 30px;
  padding: 0;
  background-color: #fff;
}
div.ccm-page .grid-card .card-item a,
div.ccm-page .grid-tiles .card-item a,
div.ccm-page .carousel-thumbnail-grid-wrapper .card-item a {
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page .grid-card .card-item a:hover,
div.ccm-page .grid-tiles .card-item a:hover,
div.ccm-page .carousel-thumbnail-grid-wrapper .card-item a:hover {
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.35);
}
div.ccm-page .grid-card .card-item a:active,
div.ccm-page .grid-tiles .card-item a:active,
div.ccm-page .carousel-thumbnail-grid-wrapper .card-item a:active {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page .grid-card .card-item a .card-content,
div.ccm-page .grid-tiles .card-item a .card-content,
div.ccm-page .carousel-thumbnail-grid-wrapper .card-item a .card-content {
  width: 100%;
  margin: 0;
  padding: 15px;
  position: relative;
}
div.ccm-page .grid-card .card-item .no-image,
div.ccm-page .grid-tiles .card-item .no-image,
div.ccm-page .carousel-thumbnail-grid-wrapper .card-item .no-image {
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page .grid-card .card-item .no-image .card-content,
div.ccm-page .grid-tiles .card-item .no-image .card-content,
div.ccm-page .carousel-thumbnail-grid-wrapper .card-item .no-image .card-content {
  width: 100%;
  margin: 0;
  padding: 15px;
  position: relative;
}
div.ccm-page .grid-card .tile-item,
div.ccm-page .grid-tiles .tile-item,
div.ccm-page .carousel-thumbnail-grid-wrapper .tile-item {
  margin: -1px 0 0;
  padding: 0;
  background-color: #fff;
}
@media (min-width: 480px) {
  div.ccm-page .grid-card {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  div.ccm-page .grid-card .grid-item {
    width: 100%;
    padding: 0;
  }
  div.ccm-page .grid-card .card-item {
    width: 50%;
    margin: 0 0 30px;
    padding: 0 10px;
  }
  div.ccm-page .grid-tiles .tile-item {
    width: 50%;
  }
  div.ccm-page .filters-grid {
    width: 103%;
    margin: 0 -10px 0 -10px;
  }
}
@media (min-width: 768px) {
  div.ccm-page .grid-card {
    width: 740px;
    margin: 0 0 0 -10px;
    padding: 0;
  }
  div.ccm-page .grid-card .grid-item {
    width: 50%;
    padding: 0 10px;
  }
  div.ccm-page .grid-card .grid-item a .card-thumb,
  div.ccm-page .grid-card .grid-item .no-image .card-thumb {
    min-height: 220px;
  }
  div.ccm-page .grid-card .grid-item a .card-thumb img,
  div.ccm-page .grid-card .grid-item .no-image .card-thumb img {
    height: 220px;
  }
  div.ccm-page .grid-card .card-item {
    width: 226px;
    margin: 0 10px 20px;
    padding: 0;
  }
  div.ccm-page .grid-tiles .tile-item {
    width: 360px;
  }
}
@media (min-width: 992px) {
  div.ccm-page .grid-card {
    width: 960px;
  }
  div.ccm-page .grid-card .grid-item {
    width: 33.33333%;
  }
  div.ccm-page .grid-card .grid-item a .card-thumb,
  div.ccm-page .grid-card .grid-item .no-image .card-thumb {
    min-height: 210px;
  }
  div.ccm-page .grid-card .grid-item a .card-thumb img,
  div.ccm-page .grid-card .grid-item .no-image .card-thumb img {
    height: 210px;
  }
  div.ccm-page .grid-card .card-item {
    width: 300px;
  }
  div.ccm-page .grid-tiles .tile-item {
    width: 313px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .grid-card {
    width: 1160px;
  }
  div.ccm-page .grid-card .grid-item {
    width: 33.33333%;
  }
  div.ccm-page .grid-card .grid-item a .card-thumb,
  div.ccm-page .grid-card .grid-item .no-image .card-thumb {
    min-height: 240px;
  }
  div.ccm-page .grid-card .grid-item a .card-thumb img,
  div.ccm-page .grid-card .grid-item .no-image .card-thumb img {
    height: 240px;
  }
  div.ccm-page .grid-card .card-item {
    width: 270px;
  }
  div.ccm-page .grid-tiles .tile-item {
    /* width: 285px; */
    width: 380px;
  }
}
@media (min-width: 480px) {
  div.ccm-page .grid-tiles .tile-item .ccm-block-page-list-page-entry-grid-item {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
div.ccm-page .list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
div.ccm-page .list-card .list-item {
  margin-bottom: 30px;
  padding: 0 10px;
}
div.ccm-page .list-card .list-item a {
  display: flex;
  align-items: center;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .list-card .list-item a:hover {
  display: flex;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.35);
}
div.ccm-page .list-card .list-item a:hover .card-thumb:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
div.ccm-page .list-card .list-item a:hover .card-thumb .more-content,
div.ccm-page .list-card .list-item a:hover .card-thumb .fa {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
div.ccm-page .list-card .list-item a .card-thumb {
  width: 40%;
  overflow: hidden;
  position: relative;
}
div.ccm-page .list-card .list-item a .card-thumb:after {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
div.ccm-page .list-card .list-item a .card-thumb .more-content {
  display: block;
  padding: 6px 12px 8px;
  color: #fff;
  font-size: .9em;
  line-height: 1;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -75%);
  -ms-transform: translate(-50%, -75%);
  -o-transform: translate(-50%, -75%);
  transform: translate(-50%, -75%);
  -webkit-transform: 0.5s, opacity 0.3s;
  -moz-transform: 0.5s, opacity 0.3s;
  -o-transform: 0.5s, opacity 0.3s;
  transform: 0.5s, opacity 0.3s;
}
div.ccm-page .list-card .list-item a .card-thumb .fa {
  display: block;
  padding: 0;
  color: #fff;
  font-size: 2.5em;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  -o-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
  -webkit-transform: 0.5s, opacity 0.3s;
  -moz-transform: 0.5s, opacity 0.3s;
  -o-transform: 0.5s, opacity 0.3s;
  transform: 0.5s, opacity 0.3s;
}
div.ccm-page .list-card .list-item a .card-thumb img {
  width: 100%;
  height: 100%;
}
div.ccm-page .list-card .list-item a .card-content {
  text-align: center;
  width: 60%;
  padding: 0 20px;
}
div.ccm-page .list-card .list-item a .card-content .card-title {
  color: #ffffff;
  font-size: 1.1em;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.2;
  font-feature-settings: 'palt';
}
div.ccm-page .list-card .list-item a .card-content .card-title:before {
  margin-right: 5px;
  color: #ffffff;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f0c8';
}
div.ccm-page .list-card .list-item a .card-content .card-date {
  margin: 10px 0 0;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.4;
}
div.ccm-page .list-card .list-item a .card-content .card-date:before {
  margin-right: 5px;
  color: #ffffff;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f073';
}
div.ccm-page .list-card .list-item a .card-content .ccm-block-page-list-description {
  margin: 10px 0 0;
  line-height: 1.4;
}
@media (min-width: 480px) {
  div.ccm-page .list-card .card-content p {
    display: block;
    padding-left: 0;
    border: none;
  }
}
@media (min-width: 768px) {
  div.ccm-page .list-card .card-content {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  div.ccm-page .list-card .card-content {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .list-card .list-item {
    display: flex;
    align-items: center;
    width: 50%;
  }
  div.ccm-page .list-card .list-item .card-thumb {
    height: 147px;
  }
  div.ccm-page .list-card .list-item .card-content {
    padding: 0 20px;
  }
}
div.ccm-page .switch {
  position: relative;
  float: right;
  width: 60px;
  height: 30px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: bold;
  background: #008486;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .switch.list {
  background: #cc4800;
}
div.ccm-page .switch.list .toggle {
  left: 1px;
}
div.ccm-page .switch.card .toggle {
  left: 33px;
}
div.ccm-page .switch span {
  width: 25px;
  height: 30px;
  display: flex;
  align-items: center;
}
div.ccm-page .switch span.on {
  position: absolute;
  left: 10px;
}
div.ccm-page .switch span.off {
  position: absolute;
  right: 0;
}
div.ccm-page .switch .toggle {
  position: absolute;
  right: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  background: #fff;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .carousel-thumbnail-grid-wrapper {
  margin: 0 0 50px;
}
div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-thumbnail-grid {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 15px;
}
div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-thumbnail-grid .carousel-grid-item {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  overflow: hidden;
}
div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-thumbnail-grid .carousel-grid-item .carousel-grid a {
  display: block;
  width: 100%;
  color: #2d2d2d;
  position: relative;
}
div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-thumbnail-grid .carousel-grid-item .carousel-grid a:hover {
  opacity: 1;
}
div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-thumbnail-grid .carousel-grid-item .carousel-grid a:hover .carousel-grid-thumbnail-hover {
  opacity: 1;
}
div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-thumbnail-grid .carousel-grid-item .carousel-grid a img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-thumbnail-grid .carousel-grid-item .carousel-grid a .carousel-grid-thumbnail-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-thumbnail-grid .carousel-grid-item .carousel-grid a .carousel-grid-thumbnail-hover .carousel-grid-thumbnail-title-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-thumbnail-grid .carousel-grid-item .carousel-grid a .carousel-grid-thumbnail-hover .carousel-grid-thumbnail-title-wrapper .carousel-grid-thumbnail-title {
  display: table-cell;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-thumbnail-grid .carousel-grid-item .carousel-grid a .carousel-grid-thumbnail-hover .carousel-grid-thumbnail-title-wrapper .carousel-grid-thumbnail-title i {
  display: none;
}
div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-thumbnail-grid .carousel-grid-item .carousel-grid a .carousel-grid-thumbnail-hover .carousel-grid-thumbnail-title-wrapper .carousel-grid-thumbnail-title i.carousel-grid-thumbnail-icon {
  display: block;
  margin: 0 auto 10px auto;
}
div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-thumbnail-grid .carousel-grid-item .carousel-grid a .carousel-grid-thumbnail-hover .carousel-grid-thumbnail-title-wrapper .carousel-grid-thumbnail-title i.carousel-grid-thumbnail-icon:before {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  content: '\f064';
}
div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-thumbnail-grid .slick-prev:before {
  margin-right: 0;
}
div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-thumbnail-grid .slick-next:before {
  margin-left: 0;
}
div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-thumbnail-grid .slick-dots {
  bottom: -50px;
}
@media (min-width: 768px) {
  div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-thumbnail-grid .slick-dots {
    bottom: -30px;
  }
}
@media (min-width: 480px) {
  div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-grid-item {
    min-height: 245px;
  }
  div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-grid-item img {
    width: 100%;
    height: 245px;
  }
}
@media (min-width: 768px) {
  div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-grid-item {
    min-height: 175px;
  }
  div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-grid-item img {
    width: 100%;
    height: 175px;
  }
}
@media (min-width: 992px) {
  div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-grid-item {
    min-height: 170px;
  }
  div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-grid-item img {
    width: 100%;
    height: 170px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-grid-item {
    min-height: 208px;
  }
  div.ccm-page .carousel-thumbnail-grid-wrapper .carousel-grid-item img {
    width: 100%;
    height: 208px;
  }
}
div.ccm-page .lightbox-pagelist {
  width: 100%;
  height: auto;
  position: relative;
}
div.ccm-page .lightbox-pagelist a {
  display: block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}
div.ccm-page .lightbox-pagelist a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  filter: blur(3px) grayscale(100%);
}
div.ccm-page .lightbox-pagelist a img {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
}
div.ccm-page .lightbox-pagelist a .fa {
  display: block;
  padding: 0;
  color: #fff;
  font-size: 2.5em;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.ccm-page .lightbox-pagelist:hover .fa {
  opacity: 1;
  pointer-events: none;
}
div.ccm-page .majorca-thumbnail-header h5,
div.ccm-page .carousel-thumbnail-grid-header h5 {
  margin-bottom: 15px;
  font-size: 1em;
  font-family: 'Sofia Pro', 'Open Sans', Helvetica, 'Helvetica Neue', Arial, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.4;
}
div.ccm-page .majorca-thumbnail-header {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 767px) {
  div.ccm-page .majorca-thumbnail-header h5,
  div.ccm-page .carousel-thumbnail-grid-header h5 {
    padding-left: 10px;
    font-size: 1.2em;
    border-left: solid 8px #ffffff;
  }
}
@media (min-width: 992px) {
  div.ccm-page .majorca-thumbnail-header h5,
  div.ccm-page .carousel-thumbnail-grid-header h5 {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .majorca-thumbnail-header h5,
  div.ccm-page .carousel-thumbnail-grid-header h5 {
    font-size: 1.6em;
  }
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail.lightbox-pagelist a .ccm-block-page-list-page-entry-grid-thumbnail-hover {
  background-color: rgba(0, 0, 0, 0.4);
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail.lightbox-pagelist a .ccm-block-page-list-page-entry-grid-thumbnail-hover .ccm-block-page-list-page-entry-grid-thumbnail-title-wrapper .ccm-block-page-list-page-entry-grid-thumbnail-title i {
  display: block;
}
div.ccm-page .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item .ccm-block-page-list-page-entry-grid-thumbnail .ccm-block-page-list-title.majorca-list-title {
  font-family: 'Sofia Pro', 'Open Sans', Helvetica, 'Helvetica Neue', Arial, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-weight: 500;
}
@media print {
  div.ccm-page .grid-card {
    height: auto !important;
  }
  div.ccm-page .grid-card .grid-item,
  div.ccm-page .grid-card .card-item {
    position: static !important;
    float: left;
    width: 33.33333% !important;
    padding: 0 10px !important;
  }
  div.ccm-page .grid-card .grid-item img,
  div.ccm-page .grid-card .card-item img {
    height: 180px;
  }
  div.ccm-page .grid-tiles .tile-item {
    position: static !important;
    float: left;
    width: 33.33333% !important;
    padding: 0 !important;
  }
}
div.ccm-page div.ccm-block-page-title-byline {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ececec;
}
div.ccm-page div.ccm-block-page-title-byline h1.page-title {
  margin-bottom: 0;
  padding: 0 0 15px;
  font-family: 'Sofia Pro', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Avenir, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ' , Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 4em;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8;
  text-transform: none;
  font-feature-settings: 'palt';
  line-height: 1.2;
}
div.ccm-page div.ccm-block-page-title-byline span.page-date {
  margin: 0;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.4;
}
div.ccm-page div.ccm-block-page-title-byline span.page-date:before {
  margin-right: 5px;
  color: #ffffff;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f073';
}
div.ccm-page div.ccm-block-page-title-byline span.page-author {
  margin: 0;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.4;
}
div.ccm-page div.ccm-block-page-title-byline span.page-author:before {
  margin-right: 5px;
  color: #ffffff;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f2bd';
}
div.ccm-page div.ccm-block-page-title-byline span.page-date,
div.ccm-page div.ccm-block-page-title-byline span.page-author {
  margin-right: 15px;
}
div.ccm-page .page-title {
  margin-bottom: 0.9em;
  font-family: 'Sofia Pro', 'Open Sans', Helvetica, 'Helvetica Neue', Arial, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-feature-settings: 'palt';
}
div.ccm-page .page-title.border-left {
  padding-left: 15px;
  border-left: 8px solid #ffffff;
}
div.ccm-page .page-title.border-gradation {
  zoom: 1;
  text-align: center;
  position: relative;
}
div.ccm-page .page-title.border-gradation:before,
div.ccm-page .page-title.border-gradation:after {
  content: '';
  display: table;
}
div.ccm-page .page-title.border-gradation:after {
  clear: both;
}
div.ccm-page .page-title.border-gradation:before {
  display: block;
  width: 100%;
  height: 1px;
  padding: 0;
  text-align: center;
  overflow: visible;
  background: #96bfe2;
  background-image: -webkit-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -moz-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -ms-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -o-linear-gradient(left, transparent, #b5b5b5, transparent);
  position: absolute;
  top: 48%;
}
div.ccm-page .page-title.border-gradation span {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
  background: #96bfe2;
}
div.ccm-page .page-title.background-color {
  padding: 30px 0;
  color: #ffffff;
  background: #eeeeee;
}
div.ccm-page .page-title.background-color span {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-right: 0;
  padding-left: 30px;
  color: #ffffff;
}
div.ccm-page .page-title.border-bottom {
  border-bottom: 1px solid #b5b5b5;
}
div.ccm-page .page-title.border-middle {
  position: relative;
}
div.ccm-page .page-title.border-middle:before {
  width: 100%;
  border-top: 1px solid #b5b5b5;
  position: absolute;
  top: 48%;
  left: 0;
  content: '';
}
div.ccm-page .page-title.border-middle span {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-right: 15px;
  padding-left: 0;
  background-color: #96bfe2;
}
div.ccm-page .page-title.marker {
  background: linear-gradient(transparent 65%, #f1a17d 65%);
}
div.ccm-page .page-title.border-dual-color {
  border-bottom: solid 3px #e8e8e8;
  position: relative;
}
div.ccm-page .page-title.border-dual-color:after {
  position: absolute;
  content: '';
  display: block;
  border-bottom: solid 3px #ea6f38;
  bottom: -3px;
  width: 20%;
}
div.ccm-page .page-title.border-slash {
  padding-bottom: 10px;
  background: url('/packages/theme_majorca/themes/majorca/css/build/build/img/border_slash_jet.png') repeat-x bottom;
}
div.ccm-page .page-title.border-slash-middle {
  background: url('/packages/theme_majorca/themes/majorca/css/build/build/img/border_slash_jet.png') repeat-x center;
}
div.ccm-page .page-title.border-slash-middle span {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-right: 15px;
  padding-left: 0;
  background-color: #96bfe2;
}
div.ccm-page .page-title.border-dotted {
  padding-bottom: 10px;
  background: url('/packages/theme_majorca/themes/majorca/css/build/build/img/border_dotted_jet.png') repeat-x bottom;
}
div.ccm-page .page-title.border-dotted-middle {
  background: url('/packages/theme_majorca/themes/majorca/css/build/build/img/border_dotted_jet.png') repeat-x center;
}
div.ccm-page .page-title.border-dotted-middle span {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-right: 15px;
  padding-left: 0;
  background-color: #96bfe2;
}
div.ccm-page .page-title.title-border-bottom span {
  display: inline-block;
  position: relative;
}
div.ccm-page .page-title.title-border-bottom span:after {
  margin: auto;
  border-bottom: 1px solid #b5b5b5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -5px;
  content: '';
}
div.ccm-page .page-title.dog-ear {
  position: relative;
  padding: 30px 0;
  color: #ffffff;
  background: #eeeeee;
}
div.ccm-page .page-title.dog-ear:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  border-width: 0 0 20px 20px;
  border-style: solid;
  border-color: #ffffff #ffffff #bbbbbb;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
div.ccm-page .page-title.dog-ear span {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-right: 0;
  padding-left: 30px;
  color: #ffffff;
}
div.ccm-page .page-title.ribbon {
  position: relative;
  padding: 30px 0;
  color: #ffffff;
  background: #eeeeee;
}
div.ccm-page .page-title.ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 20px transparent;
  border-right: solid 25px #bbbbbb;
}
div.ccm-page .page-title.ribbon span {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-right: 0;
  padding-left: 30px;
  color: #ffffff;
}
div.ccm-page h1.pagetitle,
div.ccm-page .h1.pagetitle {
  font-family: 'Sofia Pro', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Avenir, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ' , Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 4em;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8;
  text-transform: none;
  line-height: 1.4;
}
div.ccm-page h2.pagetitle,
div.ccm-page .h2.pagetitle {
  font-family: 'Sofia Pro', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Avenir, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ' , Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 3.6em;
  font-weight: 400;
  color: #ea6f38;
  line-height: 1.8;
  text-transform: none;
  line-height: 1.4;
}
div.ccm-page h3.pagetitle,
div.ccm-page .h3.pagetitle {
  font-family: 'Sofia Pro', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Avenir, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ' , Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.8;
  text-transform: none;
  line-height: 1.2;
}
div.ccm-page h4.pagetitle,
div.ccm-page .h4.pagetitle {
  font-family: 'Sofia Pro', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Avenir, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ' , Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.8;
  text-transform: none;
  line-height: 1.2;
}
div.ccm-page h5.pagetitle,
div.ccm-page .h5.pagetitle {
  font-family: 'Sofia Pro', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Avenir, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ' , Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #ea6f38;
  line-height: 1.8;
  text-transform: none;
  line-height: 1.2;
}
div.ccm-page h6.pagetitle,
div.ccm-page .h6.pagetitle {
  font-family: 'Sofia Pro', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Avenir, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ' , Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 0.85em;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.8;
  text-transform: none;
  line-height: 1.2;
}
div.ccm-page .accent .border-left {
  padding-left: 15px;
  border-left: 8px solid #ea6f38;
}
div.ccm-page .accent .background-color {
  background: #ea6f38;
}
div.ccm-page .accent .border-bottom {
  border-bottom: 1px solid #ea6f38;
}
div.ccm-page .accent .border-middle:before {
  border-top: 1px solid #ea6f38;
}
div.ccm-page .accent .title-border-bottom span:after {
  border-bottom: 1px solid #ea6f38;
}
div.ccm-page .accent .border-dual-color {
  border-bottom: solid 3px #f6c2ab;
}
div.ccm-page .accent .dog-ear {
  background: #ea6f38;
}
div.ccm-page .accent .dog-ear:after {
  border-color: #ffffff #ffffff #c14a14;
}
div.ccm-page .accent .ribbon {
  background: #ea6f38;
}
div.ccm-page .accent .ribbon:before {
  border-right: solid 25px #aa4112;
}
div.ccm-page .title-center {
  text-align: center;
}
div.ccm-page .title-center .background-color span {
  padding-right: 0;
  padding-left: 0;
}
div.ccm-page .title-center .border-middle span,
div.ccm-page .title-center .border-slash-middle span,
div.ccm-page .title-center .border-dotted-middle span {
  padding-right: 15px;
  padding-left: 15px;
}
div.ccm-page .title-right {
  text-align: right;
}
div.ccm-page .title-right .background-color span {
  padding-right: 30px;
  padding-left: 0;
}
div.ccm-page .title-right .border-middle span,
div.ccm-page .title-right .border-slash-middle span,
div.ccm-page .title-right .border-dotted-middle span {
  padding-right: 0;
  padding-left: 15px;
}
div.ccm-page .block-sidebar-wrapped .page-title {
  margin-bottom: 15px;
  padding: 0;
  color: #ffffff;
  font-family: 'Sofia Pro', 'Open Sans', Helvetica, 'Helvetica Neue', Arial, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}
div.ccm-page .block-sidebar-wrapped .page-title:after {
  width: 100%;
  height: 8px;
  margin: 0;
  padding: 0;
  content: '';
  background: url('/packages/theme_majorca/themes/majorca/css/build/build/img/border_slash_jet.png') repeat 0 0;
  position: absolute;
  bottom: -8px;
  left: 0;
}
div.ccm-page .area-content-dark .page-title.border-left {
  border-left: 8px solid #ffffff;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-inner {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider {
    width: 750px;
  }
}
@media (min-width: 992px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider {
    width: 1170px;
  }
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li {
  max-height: 480px;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides li.majorca-image-list {
  max-height: 100%;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text {
  position: absolute;
  width: 70%;
  top: 5%;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2 {
  margin-top: 0;
  margin-bottom: 2%;
  padding: 0;
  color: #14110b;
  font-size: 1.5em;
  font-weight: 200;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text .ccm-image-slider-title {
  font-size: 2.8em;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p {
  display: block;
  color: #565656;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.4;
}
@media (min-width: 768px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text h2 {
    font-size: 2.25;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-text p {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .majorca-image-slider-text {
    width: 100%;
    margin: 35px 0;
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .majorca-image-slider-text h2 {
    margin: 0;
    font-size: 2.4em;
    font-feature-settings: 'palt';
  }
  div.ccm-page .ccm-image-slider-container .ccm-image-slider .majorca-image-slider-text p {
    display: block;
    width: 70%;
    margin-top: 15px;
    color: #565656;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4;
  }
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides_nav {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 38px;
  width: 38px;
  background: #fff;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides_nav.next {
  color: #14110b;
  right: -50px;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides_nav.next:before {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  content: '\f054';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides_nav.prev {
  color: #14110b;
  left: -50px;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides_nav.prev:after {
  display: inline-block;
  margin: 0 auto;
  content: '\f053';
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  font-size: 16px;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider:hover .rslides_nav.next {
  text-decoration: none;
  opacity: 0.7;
  right: 25px;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider:hover .rslides_nav.next:hover {
  color: #14110b;
  background: #f5ab15;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider:hover .rslides_nav.prev {
  text-decoration: none;
  opacity: 0.7;
  left: 25px;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider:hover .rslides_nav.prev:hover {
  color: #14110b;
  background: #f5ab15;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides_tabs {
  margin: 15px auto;
  padding: 0;
  text-align: center;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides_tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides_tabs li a {
  background: #b5b5b5;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides_tabs li a:hover {
  background: #f5ab15;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides_tabs li.rslides_here a {
  background: #14110b;
}
div.ccm-page .ccm-image-slider-container .ccm-image-slider .rslides_tabs li.rslides_here a:hover {
  background: #14110b;
}
div.ccm-page .majorca-slick-carousel-container {
  margin: 0 0 50px;
}
div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 15px;
}
div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team {
  margin: 0;
  padding: 0;
}
div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .carousel-list {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  overflow: hidden;
}
div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .carousel-list a {
  display: block;
  width: 100%;
  color: #2d2d2d;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .carousel-list a:hover {
  display: block;
  color: #14110b;
  text-decoration: none;
}
div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .carousel-list a:hover .carousel-image:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .carousel-list a:hover .carousel-image .more-content,
div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .carousel-list a:hover .carousel-image .fa {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .carousel-list a:active {
  display: block;
  color: #14110b;
}
div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .carousel-list a .carousel-image {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .carousel-list a .carousel-image:after {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .carousel-list a .carousel-image .more-content {
  display: block;
  padding: 6px 12px 8px;
  color: #fff;
  font-size: .8em;
  font-size: .8rem;
  line-height: 1;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  -o-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
  -webkit-transform: 0.5s, opacity 0.3s;
  -moz-transform: 0.5s, opacity 0.3s;
  -o-transform: 0.5s, opacity 0.3s;
  transform: 0.5s, opacity 0.3s;
}
div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .carousel-list a .carousel-image .fa {
  display: block;
  padding: 0;
  color: #fff;
  font-size: 2em;
  font-size: 2rem;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  -o-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
  -webkit-transform: 0.5s, opacity 0.3s;
  -moz-transform: 0.5s, opacity 0.3s;
  -o-transform: 0.5s, opacity 0.3s;
  transform: 0.5s, opacity 0.3s;
}
div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .carousel-list a .carousel-image img {
  display: block;
  min-width: 100%;
  margin: 0 auto;
}
div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .carousel-list .more-content {
  display: block;
  padding: 6px 12px 8px;
  color: #fff;
  font-size: .8em;
  font-size: .8rem;
  line-height: 1;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  -o-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
  -webkit-transform: 0.5s, opacity 0.3s;
  -moz-transform: 0.5s, opacity 0.3s;
  -o-transform: 0.5s, opacity 0.3s;
  transform: 0.5s, opacity 0.3s;
}
div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .carousel-list .fa {
  display: block;
  padding: 0;
  color: #fff;
  font-size: 1.5em;
  font-size: 1.5rem;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  -o-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
  -webkit-transform: 0.5s, opacity 0.3s;
  -moz-transform: 0.5s, opacity 0.3s;
  -o-transform: 0.5s, opacity 0.3s;
  transform: 0.5s, opacity 0.3s;
}
div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .slick-prev {
  display: none;
}
div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .slick-next {
  display: none;
}
div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .slick-dots {
  bottom: -50px;
}
@media (min-width: 768px) {
  div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .slick-prev {
    display: inline-block;
    left: -25px;
  }
  div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .slick-prev:before {
    margin-right: 0;
  }
  div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .slick-next {
    display: inline-block;
    right: -25px;
  }
  div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .slick-next:before {
    margin-left: 0;
  }
  div.ccm-page .majorca-slick-carousel-container .majorca-slick-carousel .carousel-team .slick-dots {
    bottom: -30px;
  }
}
@media (min-width: 480px) {
  div.ccm-page .majorca-slick-carousel-container .carousel-grid {
    min-height: 245px;
  }
  div.ccm-page .majorca-slick-carousel-container .carousel-grid img {
    width: 100%;
    height: 245px;
  }
}
@media (min-width: 768px) {
  div.ccm-page .majorca-slick-carousel-container .carousel-grid {
    min-height: 175px;
  }
  div.ccm-page .majorca-slick-carousel-container .carousel-grid img {
    width: 100%;
    height: 175px;
  }
}
@media (min-width: 992px) {
  div.ccm-page .majorca-slick-carousel-container .carousel-grid {
    min-height: 170px;
  }
  div.ccm-page .majorca-slick-carousel-container .carousel-grid img {
    width: 100%;
    height: 170px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .majorca-slick-carousel-container .carousel-grid {
    min-height: 208px;
  }
  div.ccm-page .majorca-slick-carousel-container .carousel-grid img {
    width: 100%;
    height: 208px;
  }
}
div.ccm-page .main-container-inner .slick-image-slider-container {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  div.ccm-page .main-container-inner .slick-image-slider-container {
    width: 750px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  div.ccm-page .main-container-inner .slick-image-slider-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .main-container-inner .slick-image-slider-container {
    width: 1170px;
  }
}
div.ccm-page .slick-image-slider {
  padding-bottom: 0;
  background-color: #ffffff;
  overflow: hidden;
}
div.ccm-page .slick-image-slider .slick-image-slider-inner ul {
  margin: 0;
  padding: 0;
}
div.ccm-page .slick-image-slider .slick-image-slider-inner .slide-item {
  position: relative;
}
div.ccm-page .slick-image-slider .slick-image-slider-inner .slide-item .slick-arrow {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.ccm-page .slick-image-slider .slick-image-slider-inner .slide-item button {
  box-shadow: none;
}
div.ccm-page .slick-image-slider .slick-image-slider-inner .slide-item .slick-prev,
div.ccm-page .slick-image-slider .slick-image-slider-inner .slide-item .slick-next {
  width: 30px;
  height: 30px;
}
div.ccm-page .slick-image-slider .slick-image-slider-inner .slide-item .slick-prev:before,
div.ccm-page .slick-image-slider .slick-image-slider-inner .slide-item .slick-next:before {
  color: #ffffff;
  font-size: 30px;
}
div.ccm-page .slick-image-slider .slick-image-slider-inner .slide-item .slick-prev:hover:before,
div.ccm-page .slick-image-slider .slick-image-slider-inner .slide-item .slick-next:hover:before,
div.ccm-page .slick-image-slider .slick-image-slider-inner .slide-item .slick-prev:focus:before,
div.ccm-page .slick-image-slider .slick-image-slider-inner .slide-item .slick-next:focus:before {
  color: #f5ab15;
  opacity: 1;
}
div.ccm-page .slick-image-slider .slick-image-slider-inner .slide-item .slick-prev {
  left: -30px;
}
div.ccm-page .slick-image-slider .slick-image-slider-inner .slide-item .slick-next {
  right: -30px;
}
div.ccm-page .slick-image-slider .slick-image-slider-inner .slide-item:hover .slick-prev {
  left: 20px;
  z-index: 999;
}
div.ccm-page .slick-image-slider .slick-image-slider-inner .slide-item:hover .slick-next {
  right: 20px;
  z-index: 999;
}
div.ccm-page .slick-image-slider .slick-image-slider-inner .slick-dots {
  bottom: -45px;
}
div.ccm-page .slick-image-slider .slick-image-slider-inner .slick-dots li {
  margin: 0 15px;
}
div.ccm-page .slick-image-slider .slick-image-slider-inner .slick-dots li button {
  width: 40px;
  height: 40px;
}
div.ccm-page .slick-image-slider .slick-image-slider-inner .slick-dots li button:before {
  font-size: 30px;
}
div.ccm-page .carousel-item .slick-prev,
div.ccm-page .carousel-item .slick-next {
  width: 25px;
  height: 25px;
}
div.ccm-page .carousel-item .slick-prev:before,
div.ccm-page .carousel-item .slick-next:before {
  font-size: 25px;
}
div.ccm-page .carousel-item .slick-dots li button:before {
  font-size: 30px;
}
div.ccm-page .majorca-slick-carousel-container .carousel-item .slick-prev,
div.ccm-page .majorca-slick-carousel-container .carousel-item .slick-next {
  width: 25px;
  height: 25px;
}
div.ccm-page .majorca-slick-carousel-container .carousel-item .slick-prev:before,
div.ccm-page .majorca-slick-carousel-container .carousel-item .slick-next:before {
  font-size: 25px;
}
div.ccm-page .slider-nav .slick-prev,
div.ccm-page .slider-nav .slick-next {
  width: 25px;
  height: 25px;
}
div.ccm-page .slider-nav .slick-prev:before,
div.ccm-page .slider-nav .slick-next:before {
  color: #ffffff;
  font-size: 25px;
}
div.ccm-page .slider-nav .slick-prev {
  left: 15px;
  z-index: 5;
}
div.ccm-page .slider-nav .slick-next {
  right: 15px;
  z-index: 5;
}
div.ccm-page .slider-nav .slick-slide:focus {
  outline: thin dotted #ea6f38;
  outline-offset: -4px;
}
@media (min-width: 768px) {
  div.ccm-page .slick-slider .slick-dots li button:before {
    font-size: 16px;
    opacity: 1;
  }
  div.ccm-page .slick-image-slider {
    padding-bottom: 80px;
  }
  div.ccm-page .slick-image-slider .slick-image-slider-inner .slick-dots {
    bottom: -30px;
  }
  div.ccm-page .slick-image-slider .slick-image-slider-inner .slick-dots li {
    margin: 0 5px;
  }
  div.ccm-page .slick-image-slider .slick-image-slider-inner .slick-dots li button {
    width: 16px;
    height: 16px;
  }
  div.ccm-page .slick-image-slider .slick-image-slider-inner .slick-dots li button:before {
    font-size: 16px;
  }
}
div.ccm-page .ccm-block-testimonial-wrapper {
  margin: 0 0 50px;
  zoom: 1;
}
div.ccm-page .ccm-block-testimonial-wrapper:before,
div.ccm-page .ccm-block-testimonial-wrapper:after {
  content: '';
  display: table;
}
div.ccm-page .ccm-block-testimonial-wrapper:after {
  clear: both;
}
div.ccm-page .ccm-block-testimonial-wrapper .ccm-block-testimonial {
  text-align: center;
}
div.ccm-page .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-image {
  float: none;
  position: relative;
  min-height: 1px;
  margin-bottom: 15px;
}
div.ccm-page .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: #ffffff;
}
div.ccm-page .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text {
  float: none;
  position: relative;
  min-height: 1px;
}
div.ccm-page .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text div.ccm-block-testimonial-name {
  display: inline-block;
  margin: 0 0 25px;
  color: #ffffff;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: none;
  position: relative;
}
div.ccm-page .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text div.ccm-block-testimonial-name:after {
  width: 100%;
  height: 4px;
  margin: 0 auto;
  padding: 0;
  background: #ea6f38;
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
}
div.ccm-page .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text .ccm-block-testimonial-position {
  display: block;
  margin: 0;
  color: #933810;
  font-style: normal;
}
div.ccm-page .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text .ccm-block-testimonial-paragraph {
  display: block;
  margin-top: 20px;
  font-size: .9em;
  font-size: .9rem;
}
div.ccm-page .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text .testimonial-sns {
  margin: 30px 0 0;
  font-size: 1em;
  font-size: 1rem;
}
div.ccm-page .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text .testimonial-sns li {
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 0;
  line-height: 1;
}
div.ccm-page .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text .testimonial-sns li:last-child {
  margin-right: 0;
}
div.ccm-page .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text .testimonial-sns li a.testimonial-circle-icon .fa {
  display: inline-block;
  width: 45px;
  height: 45px;
  color: #b5b5b5;
  font-weight: 200;
  text-decoration: none;
  text-align: center;
  line-height: 45px;
  background: #96bfe2;
  border: 1px solid #b5b5b5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div.ccm-page .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text .testimonial-sns li a.testimonial-circle-icon .fa:hover {
  color: #ffffff;
  background: #ea6f38;
  border: 1px solid rgba(160, 160, 160, 0.6);
}
@media (min-width: 480px) {
  div.ccm-page .ccm-block-testimonial-wrapper .ccm-block-testimonial {
    padding: 0;
    text-align: left;
  }
  div.ccm-page .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-image {
    float: left;
    width: 25%;
    margin-top: .4em;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  div.ccm-page .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text .ccm-block-testimonial-paragraph {
    margin-top: 10px;
  }
  div.ccm-page .carousel-team .ccm-block-testimonial {
    padding: 0 15px;
    text-align: left;
  }
  div.ccm-page .carousel-team .ccm-block-testimonial .ccm-block-testimonial-image {
    float: left;
    width: 30%;
    margin-top: .4em;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  div.ccm-page .carousel-team .ccm-block-testimonial .ccm-block-testimonial-text .ccm-block-testimonial-paragraph {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  div.ccm-page .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-image {
    margin-right: 15px;
    margin-bottom: 5px;
  }
  div.ccm-page .carousel-team .ccm-block-testimonial {
    padding: 0 10px;
  }
  div.ccm-page .carousel-team .ccm-block-testimonial .ccm-block-testimonial-image {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  div.ccm-page .single .ccm-block-testimonial-wrapper .ccm-block-testimonial {
    width: 65%;
    margin: 0 auto;
  }
  div.ccm-page .double .ccm-block-testimonial-wrapper .ccm-block-testimonial {
    width: 80%;
    margin: 0 auto;
  }
}
div.ccm-page .image-circle .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-image img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
div.ccm-page .testimonial-bio {
  margin-bottom: 60px;
}
div.ccm-page .testimonial-bio .ccm-block-testimonial-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
div.ccm-page .testimonial-bio .ccm-block-testimonial-wrapper .ccm-block-testimonial {
  margin-left: 0;
  margin-right: 0;
}
div.ccm-page .testimonial-bio .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-image {
  width: auto;
  float: none;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}
div.ccm-page .testimonial-bio .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-image img {
  margin: 0 auto;
}
div.ccm-page .testimonial-bio .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text {
  float: none;
  width: 100%;
  padding: 0;
}
div.ccm-page .testimonial-bio .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text .ccm-block-testimonial-name {
  display: block;
  margin: 0 0 25px;
  color: #ffffff;
  font-size: 1.2em;
  font-size: 1.2rem;
  text-transform: none;
  text-align: center;
  position: relative;
}
div.ccm-page .testimonial-bio .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text .ccm-block-testimonial-name:after {
  width: 16%;
  height: 4px;
  margin: 0 auto;
  margin-left: -8%;
  padding: 0;
  background: #ea6f38;
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
}
div.ccm-page .testimonial-bio .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text .ccm-block-testimonial-position {
  display: block;
  margin: 0;
  color: #933810;
  font-style: normal;
  text-align: center;
  position: relative;
}
div.ccm-page .testimonial-bio .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text .ccm-block-testimonial-paragraph {
  display: block;
  margin: 15px 0 10px;
  position: relative;
}
div.ccm-page .testimonial-bio .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-text .ccm-block-testimonial-paragraph:before {
  width: 80%;
  height: 8px;
  margin: 0 auto;
  margin-left: -40%;
  padding: 0;
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
}
div.ccm-page .testimonial-bio.bio-border {
  padding: 15px;
  background-color: #ffffff;
}
@media (max-width: 479px) {
  div.ccm-page .ccm-block-testimonial-image img {
    margin: 10px auto;
  }
}
div.ccm-page .carousel-team {
  padding-right: 15px;
  padding-left: 15px;
}
div.ccm-page .majorca-testimonial-wrapper {
  margin-bottom: 20px;
  zoom: 1;
}
div.ccm-page .majorca-testimonial-wrapper:before,
div.ccm-page .majorca-testimonial-wrapper:after {
  content: '';
  display: table;
}
div.ccm-page .majorca-testimonial-wrapper:after {
  clear: both;
}
div.ccm-page .majorca-testimonial-wrapper .majorca-testimonial {
  margin: 0;
  text-align: center;
}
div.ccm-page .majorca-testimonial-wrapper .majorca-testimonial .majorca-testimonial-image {
  float: left;
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}
div.ccm-page .majorca-testimonial-wrapper .majorca-testimonial .majorca-testimonial-image img {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
div.ccm-page .majorca-testimonial-wrapper .majorca-testimonial .majorca-testimonial-text {
  width: 100%;
}
div.ccm-page .majorca-testimonial-wrapper .majorca-testimonial .majorca-testimonial-text .majorca-testimonial-name {
  display: inline-block;
  margin: 0 0 25px;
  color: #ffffff;
  font-family: 'Sofia Pro', 'Open Sans', Helvetica, 'Helvetica Neue', Arial, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}
div.ccm-page .majorca-testimonial-wrapper .majorca-testimonial .majorca-testimonial-text .majorca-testimonial-name:after {
  width: 100%;
  height: 4px;
  margin: 0 auto;
  padding: 0;
  background: #ea6f38;
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
}
div.ccm-page .majorca-testimonial-wrapper .majorca-testimonial .majorca-testimonial-text .majorca-testimonial-position {
  color: #933810;
  font-style: normal;
}
div.ccm-page .majorca-testimonial-wrapper .majorca-testimonial .majorca-testimonial-text .majorca-testimonial-paragraph {
  margin-top: 20px;
  font-size: .9em;
  font-size: .9rem;
}
div.ccm-page .majorca-testimonial-wrapper .majorca-testimonial .majorca-testimonial-text .testimonial-sns {
  margin-top: 30px;
  font-size: 1em;
  font-size: 1rem;
}
div.ccm-page .majorca-testimonial-wrapper .majorca-testimonial .majorca-testimonial-text .testimonial-sns.list-inline {
  margin-left: 0;
}
div.ccm-page .majorca-testimonial-wrapper .majorca-testimonial .majorca-testimonial-text .testimonial-sns.list-inline li {
  margin-bottom: 10px;
}
div.ccm-page .majorca-testimonial-wrapper .majorca-testimonial .majorca-testimonial-text .testimonial-sns.list-inline li:first-child {
  padding-left: 0;
}
div.ccm-page .majorca-testimonial-wrapper .majorca-testimonial .majorca-testimonial-text .testimonial-sns.list-inline li a.testimonial-circle-icon .fa {
  display: inline-block;
  width: 45px;
  height: 45px;
  color: #b5b5b5;
  font-weight: 200;
  text-decoration: none;
  text-align: center;
  line-height: 45px;
  background: #96bfe2;
  border: 1px solid #b5b5b5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
div.ccm-page .majorca-testimonial-wrapper .majorca-testimonial .majorca-testimonial-text .testimonial-sns.list-inline li a.testimonial-circle-icon .fa:hover {
  color: #ffffff;
  background: #ea6f38;
  border: 1px solid rgba(160, 160, 160, 0.6);
}
@media (min-width: 480px) {
  div.ccm-page .carousel-team .majorca-testimonial {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  div.ccm-page .carousel-team {
    width: 720px;
    padding-right: 0;
    padding-left: 0;
  }
  div.ccm-page .single .carousel-team .majorca-testimonial {
    width: 50%;
    margin: 0 auto;
  }
  div.ccm-page .double .carousel-team .majorca-testimonial {
    width: 70%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  div.ccm-page .carousel-team {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  div.ccm-page .carousel-team {
    width: 1140px;
  }
}
div.ccm-page .image-circle .ccm-block-testimonial-wrapper .ccm-block-testimonial .ccm-block-testimonial-image img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
div.ccm-page .image-circle .majorca-testimonial-wrapper .majorca-testimonial .majorca-testimonial-image img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
div.ccm-page .ccm-block-topic-list-wrapper {
  margin: 0 0 30px;
}
div.ccm-page .ccm-block-topic-list-wrapper .ccm-block-topic-list-header h5 {
  margin: 10px 0;
  padding: 0;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  font-feature-settings: 'palt';
}
div.ccm-page .ccm-block-topic-list-wrapper .ccm-block-topic-list-header h5:before {
  margin-right: 5px;
  color: #000000;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f0c8';
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .ccm-block-topic-list-wrapper .ccm-block-topic-list-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
div.ccm-page .ccm-block-topic-list-wrapper .ccm-block-topic-list-list li {
  margin-bottom: 20px;
  font-size: 1.1em;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.8;
}
div.ccm-page .ccm-block-topic-list-wrapper .ccm-block-topic-list-list li a {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0;
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .ccm-block-topic-list-wrapper .ccm-block-topic-list-list li a:before {
  display: inline-block;
  min-width: 36px;
  min-height: 36px;
  margin-right: 5px;
  padding: 0;
  font-family: "Font Awesome 5 Free", sans-serif;
  color: #96bfe2;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-align: center;
  line-height: 36px;
  background: #ffffff;
  content: '\f105';
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .ccm-block-topic-list-wrapper .ccm-block-topic-list-list li a:hover {
  color: rgba(0, 0, 0, 0.7);
}
div.ccm-page .ccm-block-topic-list-wrapper .ccm-block-topic-list-list li a:hover:before {
  color: #ffffff;
  background: #ea6f38;
}
div.ccm-page .ccm-block-topic-list-wrapper .ccm-block-topic-list-list ul {
  margin-top: 0;
  margin-left: 1em;
}
@media only screen and (min-width: 480px) {
  div.ccm-page .ccm-block-topic-list-wrapper .ccm-block-topic-list-list li {
    margin-bottom: 10px;
    font-size: 1em;
    font-size: 1rem;
    line-height: 1.4;
  }
  div.ccm-page .ccm-block-topic-list-wrapper .ccm-block-topic-list-list li a {
    display: inline-flex;
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
  div.ccm-page .ccm-block-topic-list-wrapper .ccm-block-topic-list-list li a:before {
    min-width: 18px;
    min-height: 18px;
    margin-top: 0.1375em;
    font-size: 16px;
    line-height: 18px;
  }
}
div.ccm-page ul.ccm-block-topic-list-page-topics {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
  font-size: 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
div.ccm-page ul.ccm-block-topic-list-page-topics li {
  margin-bottom: 20px;
}
div.ccm-page ul.ccm-block-topic-list-page-topics li a {
  display: block;
  padding: 15px 10px;
  color: #ffffff;
  background-color: #e8e8e8;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page ul.ccm-block-topic-list-page-topics li a:before {
  display: inline-block;
  margin-right: 3px;
  padding: 0;
  font-family: "Font Awesome 5 Free", sans-serif;
  color: #ffffff;
  margin-top: 0.35em;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-align: center;
  line-height: 1;
  content: '\f105';
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page ul.ccm-block-topic-list-page-topics li a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #cfcfcf;
}
@media only screen and (min-width: 480px) {
  div.ccm-page ul.ccm-block-topic-list-page-topics {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-size: 1rem;
    line-height: 1.8;
  }
  div.ccm-page ul.ccm-block-topic-list-page-topics li {
    margin-bottom: 10px;
  }
  div.ccm-page ul.ccm-block-topic-list-page-topics li a {
    display: inline-flex;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    background: none;
  }
  div.ccm-page ul.ccm-block-topic-list-page-topics li a:before {
    margin-right: 5px;
    min-width: 18px;
    min-height: 18px;
    margin-top: 0.3375em;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    background: #ffffff;
  }
  div.ccm-page ul.ccm-block-topic-list-page-topics li a:hover {
    color: rgba(0, 0, 0, 0.7);
    background: none;
  }
  div.ccm-page ul.ccm-block-topic-list-page-topics li a:hover:before {
    color: #ffffff;
    background: #ea6f38;
  }
}
div.ccm-page .ccm-block-topic-list-topic-selected {
  font-weight: bold;
}
div.ccm-page .content-secondary .ccm-block-topic-list-wrapper,
div.ccm-page .block-sidebar-wrapped .ccm-block-topic-list-wrapper {
  margin: 0 0 30px;
}
div.ccm-page .content-secondary .ccm-block-topic-list-wrapper .ccm-block-topic-list-header,
div.ccm-page .block-sidebar-wrapped .ccm-block-topic-list-wrapper .ccm-block-topic-list-header {
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
}
div.ccm-page .content-secondary .ccm-block-topic-list-wrapper .ccm-block-topic-list-header:after,
div.ccm-page .block-sidebar-wrapped .ccm-block-topic-list-wrapper .ccm-block-topic-list-header:after {
  width: 100%;
  height: 8px;
  margin: 0;
  padding: 0;
  content: '';
  background: url('/packages/theme_majorca/themes/majorca/css/build/build/img/border_slash_jet.png') repeat 0 0;
  position: absolute;
  bottom: -8px;
  left: 0;
}
div.ccm-page .content-secondary .ccm-block-topic-list-wrapper .ccm-block-topic-list-header h5,
div.ccm-page .block-sidebar-wrapped .ccm-block-topic-list-wrapper .ccm-block-topic-list-header h5 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: 'Sofia Pro', 'Open Sans', Helvetica, 'Helvetica Neue', Arial, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}
div.ccm-page .content-secondary .ccm-block-topic-list-wrapper .ccm-block-topic-list-header h5:before,
div.ccm-page .block-sidebar-wrapped .ccm-block-topic-list-wrapper .ccm-block-topic-list-header h5:before {
  content: none;
}
@media only screen and (min-width: 480px) {
  div.ccm-page .content-secondary .ccm-block-topic-list-wrapper .ccm-block-topic-list-list li,
  div.ccm-page .block-sidebar-wrapped .ccm-block-topic-list-wrapper .ccm-block-topic-list-list li {
    font-weight: 400;
    /*
					a{
						&:before {
							margin-top: ((1.4em - 1em) / 2);
						}
					}
*/
  }
  div.ccm-page .content-secondary .ccm-block-topic-list-wrapper ul.ccm-block-topic-list-page-topics,
  div.ccm-page .block-sidebar-wrapped .ccm-block-topic-list-wrapper ul.ccm-block-topic-list-page-topics {
    line-height: 1.4;
  }
  div.ccm-page .content-secondary .ccm-block-topic-list-wrapper ul.ccm-block-topic-list-page-topics li a:before,
  div.ccm-page .block-sidebar-wrapped .ccm-block-topic-list-wrapper ul.ccm-block-topic-list-page-topics li a:before {
    margin-top: 0.1375em;
  }
}
div.ccm-page .ccm-block-next-previous-wrapper {
  margin: 0 0 30px;
}
div.ccm-page .ccm-block-next-previous-wrapper h5 {
  margin: 10px 0;
  padding: 0;
  font-size: 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  font-feature-settings: 'palt';
}
div.ccm-page .ccm-block-next-previous-wrapper a {
  display: block;
  padding: 15px 10px;
  color: #ffffff;
  background-color: #e8e8e8;
}
div.ccm-page .ccm-block-next-previous-wrapper a:before {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 1em;
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
}
div.ccm-page .ccm-block-next-previous-wrapper a:hover {
  color: #ffffff;
  background-color: #cfcfcf;
}
div.ccm-page .ccm-block-next-previous-wrapper .ccm-block-next-previous-parent-link {
  padding-top: 10px;
  line-height: 1.2;
  border-top: dotted 1px #eeeeee;
}
div.ccm-page .ccm-block-next-previous-wrapper .ccm-block-next-previous-parent-link a:before {
  padding-right: 3px;
  content: '\f106';
}
div.ccm-page .ccm-block-next-previous-wrapper .ccm-block-next-previous-previous-link {
  padding-bottom: 10px;
  line-height: 1.2;
}
div.ccm-page .ccm-block-next-previous-wrapper .ccm-block-next-previous-previous-link a:before {
  padding-right: 3px;
  content: '\f104';
}
div.ccm-page .ccm-block-next-previous-wrapper .ccm-block-next-previous-next-link {
  padding-bottom: 10px;
  line-height: 1.2;
}
div.ccm-page .ccm-block-next-previous-wrapper .ccm-block-next-previous-next-link a:before {
  padding-right: 3px;
  content: '\f105';
}
@media only screen and (min-width: 480px) {
  div.ccm-page .ccm-block-next-previous-wrapper a {
    padding: 0;
    color: #000000;
    background: none;
    border: none;
  }
  div.ccm-page .ccm-block-next-previous-wrapper a:hover {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    background: none;
  }
  div.ccm-page .ccm-block-next-previous-wrapper .ccm-block-next-previous-previous-link {
    margin-left: 1em;
    text-indent: -1em;
  }
  div.ccm-page .ccm-block-next-previous-wrapper .ccm-block-next-previous-next-link {
    margin-left: 1em;
    text-indent: -1em;
  }
}
div.ccm-page .content-secondary .ccm-block-next-previous-header,
div.ccm-page .block-sidebar-wrapped .ccm-block-next-previous-header {
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
}
div.ccm-page .content-secondary .ccm-block-next-previous-header:after,
div.ccm-page .block-sidebar-wrapped .ccm-block-next-previous-header:after {
  width: 100%;
  height: 8px;
  margin: 0;
  padding: 0;
  content: '';
  background: url('/packages/theme_majorca/themes/majorca/css/build/build/img/border_slash_jet.png') repeat 0 0;
  position: absolute;
  bottom: -8px;
  left: 0;
}
div.ccm-page .content-secondary .ccm-block-next-previous-header h5,
div.ccm-page .block-sidebar-wrapped .ccm-block-next-previous-header h5 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: 'Sofia Pro', 'Open Sans', Helvetica, 'Helvetica Neue', Arial, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}
div.ccm-page .content-secondary .ccm-block-next-previous-header h5:before,
div.ccm-page .block-sidebar-wrapped .ccm-block-next-previous-header h5:before {
  content: none;
}
div.ccm-page .content-secondary .ccm-block-next-previous-previous-link,
div.ccm-page .block-sidebar-wrapped .ccm-block-next-previous-previous-link,
div.ccm-page .content-secondary .ccm-block-next-previous-next-link,
div.ccm-page .block-sidebar-wrapped .ccm-block-next-previous-next-link {
  margin-left: 0;
  margin-bottom: 20px;
  font-size: 1em;
  font-size: 1rem;
  font-weight: 400;
  text-indent: 0;
  line-height: 1.4;
}
div.ccm-page .content-secondary .ccm-block-next-previous-previous-link a,
div.ccm-page .block-sidebar-wrapped .ccm-block-next-previous-previous-link a,
div.ccm-page .content-secondary .ccm-block-next-previous-next-link a,
div.ccm-page .block-sidebar-wrapped .ccm-block-next-previous-next-link a {
  display: block;
  margin: 0;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .content-secondary .ccm-block-next-previous-previous-link a:before,
div.ccm-page .block-sidebar-wrapped .ccm-block-next-previous-previous-link a:before,
div.ccm-page .content-secondary .ccm-block-next-previous-next-link a:before,
div.ccm-page .block-sidebar-wrapped .ccm-block-next-previous-next-link a:before {
  display: inline-block;
}
@media only screen and (min-width: 480px) {
  div.ccm-page .content-secondary .ccm-block-next-previous-previous-link,
  div.ccm-page .block-sidebar-wrapped .ccm-block-next-previous-previous-link,
  div.ccm-page .content-secondary .ccm-block-next-previous-next-link,
  div.ccm-page .block-sidebar-wrapped .ccm-block-next-previous-next-link {
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 1em;
    font-size: 1rem;
    font-weight: 400;
    text-indent: 0;
    line-height: 1.4;
  }
  div.ccm-page .content-secondary .ccm-block-next-previous-previous-link a,
  div.ccm-page .block-sidebar-wrapped .ccm-block-next-previous-previous-link a,
  div.ccm-page .content-secondary .ccm-block-next-previous-next-link a,
  div.ccm-page .block-sidebar-wrapped .ccm-block-next-previous-next-link a {
    display: inline-flex;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    margin: 0;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  div.ccm-page .content-secondary .ccm-block-next-previous-previous-link a:before,
  div.ccm-page .block-sidebar-wrapped .ccm-block-next-previous-previous-link a:before,
  div.ccm-page .content-secondary .ccm-block-next-previous-next-link a:before,
  div.ccm-page .block-sidebar-wrapped .ccm-block-next-previous-next-link a:before {
    display: inline-block;
    min-width: 18px;
    min-height: 18px;
    margin-top: 0.1375em;
    margin-right: 5px;
    padding: 0;
    font-family: "Font Awesome 5 Free", sans-serif;
    color: #96bfe2;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-align: center;
    line-height: 18px;
    background: #ffffff;
    content: '\f105';
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  div.ccm-page .content-secondary .ccm-block-next-previous-previous-link a:hover,
  div.ccm-page .block-sidebar-wrapped .ccm-block-next-previous-previous-link a:hover,
  div.ccm-page .content-secondary .ccm-block-next-previous-next-link a:hover,
  div.ccm-page .block-sidebar-wrapped .ccm-block-next-previous-next-link a:hover {
    color: rgba(0, 0, 0, 0.7);
  }
  div.ccm-page .content-secondary .ccm-block-next-previous-previous-link a:hover:before,
  div.ccm-page .block-sidebar-wrapped .ccm-block-next-previous-previous-link a:hover:before,
  div.ccm-page .content-secondary .ccm-block-next-previous-next-link a:hover:before,
  div.ccm-page .block-sidebar-wrapped .ccm-block-next-previous-next-link a:hover:before {
    color: #ffffff;
    background: #ea6f38;
  }
}
div.ccm-page .contents-next-previous-wrapper {
  margin: 0 0 30px;
  padding-top: 10px;
  border-top: dotted 1px #eeeeee;
}
div.ccm-page .contents-next-previous-wrapper h5 {
  margin: 0 0 5px;
  font-weight: 400;
  border: none;
}
div.ccm-page .contents-next-previous-wrapper .contents-top-container,
div.ccm-page .contents-next-previous-wrapper .contents-previous-container,
div.ccm-page .contents-next-previous-wrapper .contents-next-container {
  margin: 0;
  padding-bottom: 10px;
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.4;
}
div.ccm-page .contents-next-previous-wrapper a {
  display: block;
  padding: 15px 10px;
  color: #ffffff;
  background-color: #e8e8e8;
}
div.ccm-page .contents-next-previous-wrapper a:before {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 1em;
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
}
div.ccm-page .contents-next-previous-wrapper a:hover {
  color: #ffffff;
  background-color: #cfcfcf;
}
div.ccm-page .contents-next-previous-wrapper .contents-next-previous-parent-link {
  padding-top: 10px;
  line-height: 1.2;
}
div.ccm-page .contents-next-previous-wrapper .contents-next-previous-parent-link a:before {
  padding-right: 3px;
  content: '\f106';
}
div.ccm-page .contents-next-previous-wrapper .contents-next-previous-previous-link {
  padding-bottom: 10px;
  line-height: 1.2;
}
div.ccm-page .contents-next-previous-wrapper .contents-next-previous-previous-link a:before {
  padding-right: 3px;
  content: '\f104';
}
div.ccm-page .contents-next-previous-wrapper .contents-next-previous-next-link {
  padding-bottom: 10px;
  line-height: 1.2;
}
div.ccm-page .contents-next-previous-wrapper .contents-next-previous-next-link a:before {
  padding-right: 3px;
  content: '\f105';
}
@media only screen and (min-width: 480px) {
  div.ccm-page .contents-next-previous-wrapper {
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  div.ccm-page .contents-next-previous-wrapper .contents-top-container,
  div.ccm-page .contents-next-previous-wrapper .contents-previous-container,
  div.ccm-page .contents-next-previous-wrapper .contents-next-container {
    flex: 1;
    line-height: 1.8;
  }
  div.ccm-page .contents-next-previous-wrapper a {
    display: inline-flex;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    padding: 0;
    color: #000000;
    background: none;
  }
  div.ccm-page .contents-next-previous-wrapper a:before {
    display: inline-block;
    min-width: 18px;
    min-height: 18px;
    padding: 0;
    font-family: "Font Awesome 5 Free", sans-serif;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-align: center;
    line-height: 18px;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  div.ccm-page .contents-next-previous-wrapper a:hover {
    color: rgba(0, 0, 0, 0.7);
    background: none;
  }
  div.ccm-page .contents-next-previous-wrapper a:hover:before {
    color: #ffffff;
    background: #ea6f38;
  }
  div.ccm-page .contents-next-previous-wrapper .contents-top-container {
    text-align: center;
  }
  div.ccm-page .contents-next-previous-wrapper .contents-top-container .contents-next-previous-parent-link {
    padding-top: 0;
    border: none;
  }
  div.ccm-page .contents-next-previous-wrapper .contents-top-container .contents-next-previous-parent-link a:before {
    margin-right: 5px;
    content: '\f106';
  }
  div.ccm-page .contents-next-previous-wrapper .contents-previous-container .contents-next-previous-previous-link a:before {
    margin-right: 5px;
    content: '\f104';
  }
  div.ccm-page .contents-next-previous-wrapper .contents-next-container {
    text-align: right;
  }
  div.ccm-page .contents-next-previous-wrapper .contents-next-container .contents-next-previous-next-link a:before {
    padding-left: 0;
    content: none;
  }
  div.ccm-page .contents-next-previous-wrapper .contents-next-container .contents-next-previous-next-link a:after {
    display: inline-block;
    min-width: 18px;
    min-height: 18px;
    margin-left: 5px;
    padding: 0;
    font-family: "Font Awesome 5 Free", sans-serif;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-align: center;
    line-height: 18px;
    background: #ffffff;
    content: '\f105';
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  div.ccm-page .contents-next-previous-wrapper .contents-next-container .contents-next-previous-next-link a:hover:after {
    color: #000000;
    background: #ea6f38;
  }
}
div.ccm-page .contents-next-previous-wrapper.button {
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
div.ccm-page .contents-next-previous-wrapper.button a {
  display: inline-block;
  padding: 10px 15px;
  color: #14110b;
  background-color: #ffffff;
  border: 1px solid #b5b5b5;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .contents-next-previous-wrapper.button a:before {
  min-width: auto;
  min-height: auto;
  margin-top: 0;
  margin-left: 0;
  color: #14110b;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 1em;
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f106';
  background: none;
}
div.ccm-page .contents-next-previous-wrapper.button a:hover {
  color: #14110b;
  text-decoration: none;
  background-color: #f5ab15;
  border: 1px solid #b5b5b5;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page .contents-next-previous-wrapper.button a:hover:before {
  color: #14110b;
}
div.ccm-page .contents-next-previous-wrapper.button a:focus {
  outline: dotted 1px #565656;
  outline-offset: -3px;
  background-color: #f5ab15;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page .contents-next-previous-wrapper.button .contents-top-container,
div.ccm-page .contents-next-previous-wrapper.button .contents-previous-container,
div.ccm-page .contents-next-previous-wrapper.button .contents-next-container {
  flex: 1;
}
div.ccm-page .contents-next-previous-wrapper.button .contents-next-previous-parent-link,
div.ccm-page .contents-next-previous-wrapper.button .contents-next-previous-previous-link,
div.ccm-page .contents-next-previous-wrapper.button .contents-next-previous-next-link {
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.8;
}
div.ccm-page .contents-next-previous-wrapper.button .contents-top-container {
  text-align: center;
}
div.ccm-page .contents-next-previous-wrapper.button .contents-top-container .contents-next-previous-parent-link {
  padding-top: 0;
}
div.ccm-page .contents-next-previous-wrapper.button .contents-next-container {
  text-align: right;
}
div.ccm-page .contents-next-previous-wrapper.button .contents-next-container .contents-next-previous-next-link a:before {
  padding-left: 0;
  content: '';
}
div.ccm-page .contents-next-previous-wrapper.button .contents-next-container .contents-next-previous-next-link a:after {
  min-width: auto;
  min-height: auto;
  margin-top: 0;
  margin-left: 5px;
  color: #14110b;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 1em;
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f105';
  background: none;
}
div.ccm-page .contents-next-previous-wrapper.button .contents-next-container .contents-next-previous-next-link a:hover {
  color: #14110b;
  text-decoration: none;
  background-color: #f5ab15;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page .contents-next-previous-wrapper.button .contents-next-container .contents-next-previous-next-link a:hover:after {
  color: #14110b;
}
div.ccm-page .contents-next-previous-wrapper.button .contents-next-container .contents-next-previous-next-link a:focus {
  outline: dotted 1px #565656;
  outline-offset: -3px;
  background-color: #f5ab15;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 480px) {
  div.ccm-page .contents-next-previous-wrapper.button a {
    display: inline-block;
    padding: 5px 10px;
  }
}
div.ccm-page .ccm-block-tags-wrapper {
  margin: 0 0 30px;
}
div.ccm-page .ccm-block-tags-wrapper .ccm-block-tags-header h5 {
  margin: 10px 0;
  padding: 0;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  font-feature-settings: 'palt';
}
div.ccm-page .ccm-block-tags-wrapper .ccm-block-tags-header h5:before {
  margin-right: 5px;
  color: #000000;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f0c8';
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .ccm-block-tags-wrapper .ccm-block-tags-header h5:hover:before {
  color: #ea6f38;
}
div.ccm-page .ccm-block-tags-wrapper .ccm-block-tags-tag {
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 1em;
  font-size: 1rem;
  background-color: #e8e8e8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .ccm-block-tags-wrapper .ccm-block-tags-tag.label {
  font-weight: normal;
}
div.ccm-page .ccm-block-tags-wrapper a {
  display: inline-block;
}
div.ccm-page .ccm-block-tags-wrapper a:hover,
div.ccm-page .ccm-block-tags-wrapper a:focus {
  text-decoration: none;
}
div.ccm-page .ccm-block-tags-wrapper a:hover .ccm-block-tags-tag,
div.ccm-page .ccm-block-tags-wrapper a:focus .ccm-block-tags-tag {
  background-color: #cfcfcf;
}
@media only screen and (min-width: 480px) {
  div.ccm-page .ccm-block-tags-wrapper .ccm-block-tags-tag {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: .9em;
    font-size: .9rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  div.ccm-page .ccm-block-tags-wrapper a:hover,
  div.ccm-page .ccm-block-tags-wrapper a:focus {
    text-decoration: none;
  }
  div.ccm-page .ccm-block-tags-wrapper a:hover .ccm-block-tags-tag,
  div.ccm-page .ccm-block-tags-wrapper a:focus .ccm-block-tags-tag {
    background-color: #ea6f38;
  }
}
div.ccm-page .content-secondary .ccm-block-tags-wrapper,
div.ccm-page .block-sidebar-wrapped .ccm-block-tags-wrapper {
  margin: 0 0 30px;
}
div.ccm-page .content-secondary .ccm-block-tags-wrapper .ccm-block-tags-header,
div.ccm-page .block-sidebar-wrapped .ccm-block-tags-wrapper .ccm-block-tags-header {
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
}
div.ccm-page .content-secondary .ccm-block-tags-wrapper .ccm-block-tags-header:after,
div.ccm-page .block-sidebar-wrapped .ccm-block-tags-wrapper .ccm-block-tags-header:after {
  width: 100%;
  height: 8px;
  margin: 0;
  padding: 0;
  content: '';
  background: url('/packages/theme_majorca/themes/majorca/css/build/build/img/border_slash_jet.png') repeat 0 0;
  position: absolute;
  bottom: -8px;
  left: 0;
}
div.ccm-page .content-secondary .ccm-block-tags-wrapper .ccm-block-tags-header h5,
div.ccm-page .block-sidebar-wrapped .ccm-block-tags-wrapper .ccm-block-tags-header h5 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: 'Sofia Pro', 'Open Sans', Helvetica, 'Helvetica Neue', Arial, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}
div.ccm-page .content-secondary .ccm-block-tags-wrapper .ccm-block-tags-header h5:before,
div.ccm-page .block-sidebar-wrapped .ccm-block-tags-wrapper .ccm-block-tags-header h5:before {
  content: none;
}
div.ccm-page .ccm-block-date-navigation-wrapper {
  margin: 0 0 30px;
}
div.ccm-page .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-header h5 {
  margin: 10px 0;
  padding: 0;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  font-feature-settings: 'palt';
}
div.ccm-page .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-header h5:before {
  margin-right: 5px;
  color: #000000;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f0c8';
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-dates {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
}
div.ccm-page .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-dates li {
  margin-bottom: 20px;
  font-size: 1.1em;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
}
div.ccm-page .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-dates li a {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0;
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-dates li a:before {
  display: inline-block;
  min-width: 36px;
  min-height: 36px;
  margin-right: 5px;
  padding: 0;
  font-family: "Font Awesome 5 Free", sans-serif;
  color: #96bfe2;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-align: center;
  line-height: 36px;
  background: #ffffff;
  content: '\f105';
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-dates li a:hover {
  color: rgba(0, 0, 0, 0.7);
}
div.ccm-page .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-dates li a:hover:before {
  color: #ffffff;
  background: #ea6f38;
}
@media only screen and (min-width: 480px) {
  div.ccm-page .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-dates li {
    margin-bottom: 10px;
    font-size: 1em;
    font-size: 1rem;
    line-height: 1.4;
  }
  div.ccm-page .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-dates li a {
    display: inline-flex;
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
  div.ccm-page .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-dates li a:before {
    display: inline-block;
    min-width: 18px;
    min-height: 18px;
    margin-top: 0.1375em;
    font-size: 16px;
    line-height: 18px;
  }
}
div.ccm-page .content-secondary .ccm-block-date-navigation-wrapper,
div.ccm-page .block-sidebar-wrapped .ccm-block-date-navigation-wrapper,
div.ccm-page .block-sidebar-padded .ccm-block-date-navigation-wrapper {
  margin: 0 0 30px;
}
div.ccm-page .content-secondary .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-header,
div.ccm-page .block-sidebar-wrapped .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-header,
div.ccm-page .block-sidebar-padded .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-header {
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
}
div.ccm-page .content-secondary .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-header:after,
div.ccm-page .block-sidebar-wrapped .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-header:after,
div.ccm-page .block-sidebar-padded .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-header:after {
  width: 100%;
  height: 8px;
  margin: 0;
  padding: 0;
  content: '';
  background: url('/packages/theme_majorca/themes/majorca/css/build/build/img/border_slash_jet.png') repeat 0 0;
  position: absolute;
  bottom: -8px;
  left: 0;
}
div.ccm-page .content-secondary .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-header h5,
div.ccm-page .block-sidebar-wrapped .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-header h5,
div.ccm-page .block-sidebar-padded .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-header h5 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}
div.ccm-page .content-secondary .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-header h5:before,
div.ccm-page .block-sidebar-wrapped .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-header h5:before,
div.ccm-page .block-sidebar-padded .ccm-block-date-navigation-wrapper .ccm-block-date-navigation-header h5:before {
  content: none;
}
div.ccm-page .form-group {
  zoom: 1;
}
div.ccm-page .form-group:before,
div.ccm-page .form-group:after {
  content: '';
  display: table;
}
div.ccm-page .form-group:after {
  clear: both;
}
div.ccm-page input {
  margin: 0;
  padding: 0;
  border: none;
}
div.ccm-page .control-label,
div.ccm-page .ccm-conversation-message-count,
div.ccm-page .ccm-conversation-no-messages {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
}
div.ccm-page .ccm-conversation-message-count {
  color: #ffffff;
}
div.ccm-page .ccm-captcha-image {
  width: auto;
  margin-top: 10px;
}
div.ccm-page .well {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
div.ccm-page .text-muted {
  padding-left: 5px;
  color: #aa4112;
}
div.ccm-page .text-muted:before {
  margin-right: 3px;
  color: #aa4112;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: .9em;
  font-size: .9rem;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f069';
  background: none;
}
div.ccm-page .alert {
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
div.ccm-page .ccm-block-type-form .form-group,
div.ccm-page .ccm-block-express-form .form-group,
div.ccm-page .main-reply-form .form-group,
div.ccm-page .ccm-block-switch-language .form-group,
div.ccm-page .poll .form-group {
  margin-bottom: 15px;
  zoom: 1;
}
div.ccm-page .ccm-block-type-form .form-group:before,
div.ccm-page .ccm-block-express-form .form-group:before,
div.ccm-page .main-reply-form .form-group:before,
div.ccm-page .ccm-block-switch-language .form-group:before,
div.ccm-page .poll .form-group:before,
div.ccm-page .ccm-block-type-form .form-group:after,
div.ccm-page .ccm-block-express-form .form-group:after,
div.ccm-page .main-reply-form .form-group:after,
div.ccm-page .ccm-block-switch-language .form-group:after,
div.ccm-page .poll .form-group:after {
  content: '';
  display: table;
}
div.ccm-page .ccm-block-type-form .form-group:after,
div.ccm-page .ccm-block-express-form .form-group:after,
div.ccm-page .main-reply-form .form-group:after,
div.ccm-page .ccm-block-switch-language .form-group:after,
div.ccm-page .poll .form-group:after {
  clear: both;
}
div.ccm-page .ccm-block-type-form fieldset,
div.ccm-page .ccm-block-express-form fieldset,
div.ccm-page .main-reply-form fieldset,
div.ccm-page .ccm-block-switch-language fieldset,
div.ccm-page .poll fieldset {
  margin-bottom: 15px;
}
div.ccm-page .ccm-block-type-form fieldset .control-label,
div.ccm-page .ccm-block-express-form fieldset .control-label,
div.ccm-page .main-reply-form fieldset .control-label,
div.ccm-page .ccm-block-switch-language fieldset .control-label,
div.ccm-page .poll fieldset .control-label {
  margin-bottom: 5px;
}
div.ccm-page .ccm-block-type-form fieldset .ccm-social-link-attribute .form-group,
div.ccm-page .ccm-block-express-form fieldset .ccm-social-link-attribute .form-group,
div.ccm-page .main-reply-form fieldset .ccm-social-link-attribute .form-group,
div.ccm-page .ccm-block-switch-language fieldset .ccm-social-link-attribute .form-group,
div.ccm-page .poll fieldset .ccm-social-link-attribute .form-group {
  margin-bottom: 5px;
}
div.ccm-page .ccm-block-type-form .control-label,
div.ccm-page .ccm-block-express-form .control-label,
div.ccm-page .main-reply-form .control-label,
div.ccm-page .ccm-block-switch-language .control-label,
div.ccm-page .poll .control-label,
div.ccm-page .ccm-block-type-form .ccm-conversation-message-count,
div.ccm-page .ccm-block-express-form .ccm-conversation-message-count,
div.ccm-page .main-reply-form .ccm-conversation-message-count,
div.ccm-page .ccm-block-switch-language .ccm-conversation-message-count,
div.ccm-page .poll .ccm-conversation-message-count,
div.ccm-page .ccm-block-type-form .ccm-conversation-no-messages,
div.ccm-page .ccm-block-express-form .ccm-conversation-no-messages,
div.ccm-page .main-reply-form .ccm-conversation-no-messages,
div.ccm-page .ccm-block-switch-language .ccm-conversation-no-messages,
div.ccm-page .poll .ccm-conversation-no-messages {
  display: inline-block;
  color: #ffffff;
  font-size: .9em;
  font-size: .9rem;
}
div.ccm-page .ccm-block-type-form .ccm-conversation-message-count,
div.ccm-page .ccm-block-express-form .ccm-conversation-message-count,
div.ccm-page .main-reply-form .ccm-conversation-message-count,
div.ccm-page .ccm-block-switch-language .ccm-conversation-message-count,
div.ccm-page .poll .ccm-conversation-message-count {
  color: #ffffff;
}
div.ccm-page .ccm-block-type-form .form-control,
div.ccm-page .ccm-block-express-form .form-control,
div.ccm-page .main-reply-form .form-control,
div.ccm-page .ccm-block-switch-language .form-control,
div.ccm-page .poll .form-control {
  display: inline-block;
  width: 100%;
  margin: 0 0 5px;
  padding: 0 5px;
  color: #ffffff;
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.8;
  border: solid 1px #eeeeee;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
div.ccm-page .ccm-block-type-form .form-control:focus,
div.ccm-page .ccm-block-express-form .form-control:focus,
div.ccm-page .main-reply-form .form-control:focus,
div.ccm-page .ccm-block-switch-language .form-control:focus,
div.ccm-page .poll .form-control:focus {
  outline: none;
  background: #fdf5f1;
}
div.ccm-page .ccm-block-type-form input[type='file'],
div.ccm-page .ccm-block-express-form input[type='file'],
div.ccm-page .main-reply-form input[type='file'],
div.ccm-page .ccm-block-switch-language input[type='file'],
div.ccm-page .poll input[type='file'] {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.ccm-page .ccm-block-type-form .radio,
div.ccm-page .ccm-block-express-form .radio,
div.ccm-page .main-reply-form .radio,
div.ccm-page .ccm-block-switch-language .radio,
div.ccm-page .poll .radio,
div.ccm-page .ccm-block-type-form .checkbox,
div.ccm-page .ccm-block-express-form .checkbox,
div.ccm-page .main-reply-form .checkbox,
div.ccm-page .ccm-block-switch-language .checkbox,
div.ccm-page .poll .checkbox {
  margin-top: 0;
}
div.ccm-page .ccm-block-type-form .radio input[type='radio'],
div.ccm-page .ccm-block-express-form .radio input[type='radio'],
div.ccm-page .main-reply-form .radio input[type='radio'],
div.ccm-page .ccm-block-switch-language .radio input[type='radio'],
div.ccm-page .poll .radio input[type='radio'],
div.ccm-page .ccm-block-type-form .checkbox input[type='radio'],
div.ccm-page .ccm-block-express-form .checkbox input[type='radio'],
div.ccm-page .main-reply-form .checkbox input[type='radio'],
div.ccm-page .ccm-block-switch-language .checkbox input[type='radio'],
div.ccm-page .poll .checkbox input[type='radio'],
div.ccm-page .ccm-block-type-form .radio input[type='checkbox'],
div.ccm-page .ccm-block-express-form .radio input[type='checkbox'],
div.ccm-page .main-reply-form .radio input[type='checkbox'],
div.ccm-page .ccm-block-switch-language .radio input[type='checkbox'],
div.ccm-page .poll .radio input[type='checkbox'],
div.ccm-page .ccm-block-type-form .checkbox input[type='checkbox'],
div.ccm-page .ccm-block-express-form .checkbox input[type='checkbox'],
div.ccm-page .main-reply-form .checkbox input[type='checkbox'],
div.ccm-page .ccm-block-switch-language .checkbox input[type='checkbox'],
div.ccm-page .poll .checkbox input[type='checkbox'] {
  position: static;
}
div.ccm-page .ccm-block-type-form .radio span,
div.ccm-page .ccm-block-express-form .radio span,
div.ccm-page .main-reply-form .radio span,
div.ccm-page .ccm-block-switch-language .radio span,
div.ccm-page .poll .radio span,
div.ccm-page .ccm-block-type-form .checkbox span,
div.ccm-page .ccm-block-express-form .checkbox span,
div.ccm-page .main-reply-form .checkbox span,
div.ccm-page .ccm-block-switch-language .checkbox span,
div.ccm-page .poll .checkbox span {
  margin: 0;
  font-size: .9em;
  font-size: .9rem;
}
div.ccm-page .ccm-block-type-form .ccm-input-time-wrapper .form-control,
div.ccm-page .ccm-block-express-form .ccm-input-time-wrapper .form-control,
div.ccm-page .main-reply-form .ccm-input-time-wrapper .form-control,
div.ccm-page .ccm-block-switch-language .ccm-input-time-wrapper .form-control,
div.ccm-page .poll .ccm-input-time-wrapper .form-control {
  margin: 0 5px;
}
div.ccm-page .ccm-block-type-form button,
div.ccm-page .ccm-block-express-form button,
div.ccm-page .main-reply-form button,
div.ccm-page .ccm-block-switch-language button,
div.ccm-page .poll button,
div.ccm-page .ccm-block-type-form input[type='button'],
div.ccm-page .ccm-block-express-form input[type='button'],
div.ccm-page .main-reply-form input[type='button'],
div.ccm-page .ccm-block-switch-language input[type='button'],
div.ccm-page .poll input[type='button'],
div.ccm-page .ccm-block-type-form input[type='reset'],
div.ccm-page .ccm-block-express-form input[type='reset'],
div.ccm-page .main-reply-form input[type='reset'],
div.ccm-page .ccm-block-switch-language input[type='reset'],
div.ccm-page .poll input[type='reset'],
div.ccm-page .ccm-block-type-form input[type='submit'],
div.ccm-page .ccm-block-express-form input[type='submit'],
div.ccm-page .main-reply-form input[type='submit'],
div.ccm-page .ccm-block-switch-language input[type='submit'],
div.ccm-page .poll input[type='submit'] {
  padding: 5px 10px;
  color: #ffffff;
  line-height: 1;
  text-shadow: none;
  background-color: #14110b;
  box-shadow: none;
  border-left: none;
  cursor: pointer;
  -webkit-appearance: button;
  -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .ccm-block-type-form button:hover,
div.ccm-page .ccm-block-express-form button:hover,
div.ccm-page .main-reply-form button:hover,
div.ccm-page .ccm-block-switch-language button:hover,
div.ccm-page .poll button:hover,
div.ccm-page .ccm-block-type-form input[type='button']:hover,
div.ccm-page .ccm-block-express-form input[type='button']:hover,
div.ccm-page .main-reply-form input[type='button']:hover,
div.ccm-page .ccm-block-switch-language input[type='button']:hover,
div.ccm-page .poll input[type='button']:hover,
div.ccm-page .ccm-block-type-form input[type='reset']:hover,
div.ccm-page .ccm-block-express-form input[type='reset']:hover,
div.ccm-page .main-reply-form input[type='reset']:hover,
div.ccm-page .ccm-block-switch-language input[type='reset']:hover,
div.ccm-page .poll input[type='reset']:hover,
div.ccm-page .ccm-block-type-form input[type='submit']:hover,
div.ccm-page .ccm-block-express-form input[type='submit']:hover,
div.ccm-page .main-reply-form input[type='submit']:hover,
div.ccm-page .ccm-block-switch-language input[type='submit']:hover,
div.ccm-page .poll input[type='submit']:hover {
  color: #14110b;
  background-color: #f5ab15;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.35);
}
div.ccm-page .ccm-block-type-form button:hover + i,
div.ccm-page .ccm-block-express-form button:hover + i,
div.ccm-page .main-reply-form button:hover + i,
div.ccm-page .ccm-block-switch-language button:hover + i,
div.ccm-page .poll button:hover + i,
div.ccm-page .ccm-block-type-form input[type='button']:hover + i,
div.ccm-page .ccm-block-express-form input[type='button']:hover + i,
div.ccm-page .main-reply-form input[type='button']:hover + i,
div.ccm-page .ccm-block-switch-language input[type='button']:hover + i,
div.ccm-page .poll input[type='button']:hover + i,
div.ccm-page .ccm-block-type-form input[type='reset']:hover + i,
div.ccm-page .ccm-block-express-form input[type='reset']:hover + i,
div.ccm-page .main-reply-form input[type='reset']:hover + i,
div.ccm-page .ccm-block-switch-language input[type='reset']:hover + i,
div.ccm-page .poll input[type='reset']:hover + i,
div.ccm-page .ccm-block-type-form input[type='submit']:hover + i,
div.ccm-page .ccm-block-express-form input[type='submit']:hover + i,
div.ccm-page .main-reply-form input[type='submit']:hover + i,
div.ccm-page .ccm-block-switch-language input[type='submit']:hover + i,
div.ccm-page .poll input[type='submit']:hover + i {
  color: #14110b;
  background-color: #f5ab15;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.35);
}
div.ccm-page .ccm-block-type-form .ccm-captcha-image,
div.ccm-page .ccm-block-express-form .ccm-captcha-image,
div.ccm-page .main-reply-form .ccm-captcha-image,
div.ccm-page .ccm-block-switch-language .ccm-captcha-image,
div.ccm-page .poll .ccm-captcha-image {
  margin-top: 10px;
}
div.ccm-page .ccm-block-type-form .btn,
div.ccm-page .ccm-block-express-form .btn,
div.ccm-page .main-reply-form .btn,
div.ccm-page .ccm-block-switch-language .btn,
div.ccm-page .poll .btn {
  margin-bottom: 0;
  border: solid 1px transparent;
  padding: 5px 10px;
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .ccm-block-type-form .btn:active,
div.ccm-page .ccm-block-express-form .btn:active,
div.ccm-page .main-reply-form .btn:active,
div.ccm-page .ccm-block-switch-language .btn:active,
div.ccm-page .poll .btn:active {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page .ccm-block-type-form .btn-default,
div.ccm-page .ccm-block-express-form .btn-default,
div.ccm-page .main-reply-form .btn-default,
div.ccm-page .ccm-block-switch-language .btn-default,
div.ccm-page .poll .btn-default {
  color: #14110b;
  text-shadow: none;
  background: #ffffff;
}
div.ccm-page .ccm-block-type-form .btn-default:hover,
div.ccm-page .ccm-block-express-form .btn-default:hover,
div.ccm-page .main-reply-form .btn-default:hover,
div.ccm-page .ccm-block-switch-language .btn-default:hover,
div.ccm-page .poll .btn-default:hover {
  background: #f5ab15;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page .ccm-block-type-form .btn-default:focus,
div.ccm-page .ccm-block-express-form .btn-default:focus,
div.ccm-page .main-reply-form .btn-default:focus,
div.ccm-page .ccm-block-switch-language .btn-default:focus,
div.ccm-page .poll .btn-default:focus {
  background: #e6e6e6;
  outline: dotted 1px #f5ab15;
  outline-offset: -3px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page .ccm-block-type-form .btn-default:visited,
div.ccm-page .ccm-block-express-form .btn-default:visited,
div.ccm-page .main-reply-form .btn-default:visited,
div.ccm-page .ccm-block-switch-language .btn-default:visited,
div.ccm-page .poll .btn-default:visited {
  color: #ffffff;
}
div.ccm-page .ccm-block-type-form .btn-primary,
div.ccm-page .ccm-block-express-form .btn-primary,
div.ccm-page .main-reply-form .btn-primary,
div.ccm-page .ccm-block-switch-language .btn-primary,
div.ccm-page .poll .btn-primary {
  color: #ffffff;
  text-shadow: none;
  background-color: #14110b;
}
div.ccm-page .ccm-block-type-form .btn-primary:hover,
div.ccm-page .ccm-block-express-form .btn-primary:hover,
div.ccm-page .main-reply-form .btn-primary:hover,
div.ccm-page .ccm-block-switch-language .btn-primary:hover,
div.ccm-page .poll .btn-primary:hover {
  color: #14110b;
  background-color: #f5ab15;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page .ccm-block-type-form .btn-primary:focus,
div.ccm-page .ccm-block-express-form .btn-primary:focus,
div.ccm-page .main-reply-form .btn-primary:focus,
div.ccm-page .ccm-block-switch-language .btn-primary:focus,
div.ccm-page .poll .btn-primary:focus {
  color: #14110b;
  background-color: #f5ab15;
  outline: dotted 1px #f5ab15;
  outline-offset: -3px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page .ccm-block-type-form .btn-primary:visited,
div.ccm-page .ccm-block-express-form .btn-primary:visited,
div.ccm-page .main-reply-form .btn-primary:visited,
div.ccm-page .ccm-block-switch-language .btn-primary:visited,
div.ccm-page .poll .btn-primary:visited {
  color: #ffffff;
}
div.ccm-page .ccm-block-type-form .btn-success,
div.ccm-page .ccm-block-express-form .btn-success,
div.ccm-page .main-reply-form .btn-success,
div.ccm-page .ccm-block-switch-language .btn-success,
div.ccm-page .poll .btn-success {
  color: #ffffff;
  background: #2f8859;
}
div.ccm-page .ccm-block-type-form .btn-success:hover,
div.ccm-page .ccm-block-express-form .btn-success:hover,
div.ccm-page .main-reply-form .btn-success:hover,
div.ccm-page .ccm-block-switch-language .btn-success:hover,
div.ccm-page .poll .btn-success:hover {
  background-color: #28754d;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page .ccm-block-type-form .btn-success:focus,
div.ccm-page .ccm-block-express-form .btn-success:focus,
div.ccm-page .main-reply-form .btn-success:focus,
div.ccm-page .ccm-block-switch-language .btn-success:focus,
div.ccm-page .poll .btn-success:focus {
  outline: dotted 1px #ffffff;
  outline-offset: -3px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page .ccm-block-type-form .btn-success:visited,
div.ccm-page .ccm-block-express-form .btn-success:visited,
div.ccm-page .main-reply-form .btn-success:visited,
div.ccm-page .ccm-block-switch-language .btn-success:visited,
div.ccm-page .poll .btn-success:visited {
  color: #ffffff;
}
div.ccm-page .ccm-conversation-message-form .btn-primary {
  color: #ffffff;
  background-color: #14110b;
  text-shadow: none;
}
div.ccm-page .ccm-conversation-message-form .btn-primary:hover {
  color: #14110b;
  background-color: #f5ab15;
  -webkit-box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.35);
}
div.ccm-page .ccm-conversation-message-form .btn-primary:focus {
  outline: dotted 1px #f5ab15;
  outline-offset: -3px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page .ccm-conversation-wrapper .form-control {
  margin: 0 0 5px;
  padding: 0 5px;
  color: #ffffff;
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.8;
  border: solid 1px #eeeeee;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
div.ccm-page .ccm-conversation-wrapper .form-control:focus {
  outline: none;
  background: #fdf5f1;
}
div.ccm-page .ccm-faq-container {
  zoom: 1;
}
div.ccm-page .ccm-faq-container:before,
div.ccm-page .ccm-faq-container:after {
  content: '';
  display: table;
}
div.ccm-page .ccm-faq-container:after {
  clear: both;
}
div.ccm-page .ccm-faq-container .ccm-faq-block-links a {
  display: block;
  margin-bottom: 10px;
}
div.ccm-page .ccm-faq-container .ccm-faq-block-entries {
  position: relative;
  min-height: 1px;
}
div.ccm-page .ccm-faq-container .ccm-faq-block-entries h3 {
  margin-top: 0px;
}
div.ccm-page .ccm-faq-container .ccm-faq-block-entries .faq-entry-content {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  div.ccm-page .ccm-faq-container .ccm-faq-block-links {
    float: left;
    width: 25%;
  }
  div.ccm-page .ccm-faq-block-entries {
    float: left;
    width: 66.66666667%;
    margin-left: 8.33333333%;
  }
}
div.ccm-page .majorca-faq-tabs-container .nav-tabs {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e8e8e8;
}
div.ccm-page .majorca-faq-tabs-container .nav-tabs.nav-justified {
  border-bottom: 0;
}
div.ccm-page .majorca-faq-tabs-container .nav-tabs > li > a {
  display: block;
  color: #14110b;
}
div.ccm-page .majorca-faq-tabs-container .nav-tabs > li > a:hover {
  color: rgba(0, 0, 0, 0.7);
  background: #e8e8e8;
}
div.ccm-page .majorca-faq-tabs-container .nav-tabs > li > a:focus {
  outline-offset: -4px;
}
div.ccm-page .majorca-faq-tabs-container .nav-tabs > li.active > a,
div.ccm-page .majorca-faq-tabs-container .nav-tabs > li.active > a:hover,
div.ccm-page .majorca-faq-tabs-container .nav-tabs > li.active > a:focus {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-bottom-color: transparent;
  cursor: default;
  pointer-events: none;
}
div.ccm-page .majorca-faq-tabs-container .tab-content {
  position: relative;
}
div.ccm-page .majorca-faq-tabs-container .tab-content .tab-pane {
  margin-bottom: 50px;
}
div.ccm-page .majorca-faq-pills-container .nav-pills {
  margin: 0;
  padding: 0;
}
div.ccm-page .majorca-faq-pills-container .nav-pills > li > a {
  padding: 8px 12px;
  color: #14110b;
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.4;
  background: #ffffff;
  border: 1px solid #b5b5b5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
div.ccm-page .majorca-faq-pills-container .nav-pills > li > a:hover {
  color: rgba(0, 0, 0, 0.7);
  background: #e8e8e8;
}
div.ccm-page .majorca-faq-pills-container .nav-pills > li.active > a,
div.ccm-page .majorca-faq-pills-container .nav-pills > li.active > a:hover,
div.ccm-page .majorca-faq-pills-container .nav-pills > li.active > a:focus {
  color: #fff;
  border: solid 1px #14110b;
  background-color: #14110b;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  pointer-events: none;
}
div.ccm-page .majorca-faq-collapse-container .collapse-nav {
  margin-bottom: 15px;
}
div.ccm-page .majorca-faq-collapse-container .collapse-nav .btn {
  margin-bottom: 5px;
  text-align: left;
  white-space: normal;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
div.ccm-page .majorca-faq-collapse-container .panel-group .panel {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
div.ccm-page .majorca-faq-collapse-container .panel-group .panel + .panel {
  margin-top: 5px;
}
div.ccm-page .majorca-faq-collapse-container .panel-heading {
  padding: 8px 12px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
div.ccm-page .majorca-faq-collapse-container .panel-heading .panel-title {
  margin: 0;
  font-size: 1.1em;
  font-size: 1.1rem;
}
div.ccm-page .majorca-faq-collapse-container .panel-heading .panel-title a {
  display: block;
}
div.ccm-page .majorca-faq-collapse-container .panel-heading .panel-title a:not(.collapsed) {
  pointer-events: none;
}
div.ccm-page .majorca-faq-modals-container .modals-nav {
  margin-bottom: 15px;
}
div.ccm-page .majorca-faq-modals-container .modals-nav .btn {
  margin-bottom: 5px;
  text-align: left;
  white-space: normal;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
div.ccm-page .majorca-faq-modals-container .modal {
  top: 55px;
}
@media (min-width: 768px) {
  div.ccm-page .majorca-faq-modals-container .modal {
    top: 0;
  }
}
div.ccm-page .panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr=#e8e8e8, GradientType=0);
}
div.ccm-page .ccm-block-file a {
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  color: #000000;
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.4;
}
div.ccm-page .ccm-block-file a:after {
  margin-left: 5px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 1.1em;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  line-height: 1;
  content: '\f15b';
}
div.ccm-page .ccm-block-file a:hover {
  color: #000000;
  background: #e8e8e8;
  text-decoration: none;
}
div.ccm-page .ccm-block-file a:focus {
  outline: dotted 1px rgba(0, 0, 0, 0.7);
  outline-offset: -3px;
}
div.ccm-page .ccm-block-file.download-file a:after {
  content: '\f019';
}
div.ccm-page .default-btn .ccm-block-file {
  padding: 0;
}
div.ccm-page .default-btn .ccm-block-file a {
  color: #14110b;
  text-shadow: none;
  background: #ffffff;
  border: 1px solid #b5b5b5;
}
div.ccm-page .default-btn .ccm-block-file a:hover {
  background: #f5ab15;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page .default-btn .ccm-block-file a:focus {
  outline: dotted 1px #f5ab15;
  outline-offset: -3px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page .default-btn .ccm-block-file a:visited {
  color: #ffffff;
}
div.ccm-page .default-btn.align-center {
  text-align: center;
}
div.ccm-page .primary-btn .ccm-block-file {
  display: block;
  padding: 0;
}
div.ccm-page .primary-btn .ccm-block-file a {
  color: #ffffff;
  text-shadow: none;
  background-color: #14110b;
}
div.ccm-page .primary-btn .ccm-block-file a:hover {
  color: #14110b;
  background-color: #f5ab15;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page .primary-btn .ccm-block-file a:focus {
  color: #ffffff;
  outline: dotted 1px #f5ab15;
  outline-offset: -3px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page .primary-btn .ccm-block-file a:visited {
  color: #ffffff;
}
div.ccm-page .primary-btn.align-center {
  text-align: center;
}
div.ccm-page .success-btn .ccm-block-file {
  padding: 0;
}
div.ccm-page .success-btn .ccm-block-file a {
  color: #ffffff;
  background: #2f8859;
}
div.ccm-page .success-btn .ccm-block-file a:hover {
  color: #ffffff;
  background-color: #28754d;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page .success-btn .ccm-block-file a:focus {
  outline: dotted 1px #ffffff;
  outline-offset: -3px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page .success-btn .ccm-block-file a:visited {
  color: #ffffff;
}
div.ccm-page .success-btn.align-center {
  text-align: center;
}
div.ccm-page .large-btn .ccm-block-file {
  padding: 0;
}
div.ccm-page .large-btn .ccm-block-file a {
  display: inline-block;
  padding: 12px 24px;
  color: #565656;
  font-size: 1.2em;
  font-size: 1.2rem;
  line-height: 1.8;
  border: solid 3px #565656;
  background: #ffffff;
  text-shadow: none;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page .large-btn .ccm-block-file a:hover {
  background: #efefef;
  -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.3);
}
div.ccm-page .large-btn .ccm-block-file a:focus {
  outline: dotted 1px #565656;
  outline-offset: -3px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page .large-btn .ccm-block-file a:after {
  font-size: 1.4em;
  font-size: 1.4rem;
}
div.ccm-page .large-btn.align-center {
  text-align: center;
}
div.ccm-page hr {
  margin-top: 80px;
  margin-bottom: 80px;
  border-top: 1px solid #eeeeee;
}
div.ccm-page .thin-border-emboss hr {
  height: auto;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #96bfe2;
}
div.ccm-page .thin-border-gradation hr {
  height: 1px;
  border: none;
  background: #96bfe2;
  background-image: -webkit-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -moz-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -ms-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -o-linear-gradient(left, transparent, #b5b5b5, transparent);
}
div.ccm-page .border-slash hr {
  height: 10px;
  border: none;
  background: url('/packages/theme_majorca/themes/majorca/css/build/build/img/border_slash_jet.png') repeat 0 0;
}
div.ccm-page .border-dotted hr {
  height: 10px;
  border: none;
  background: url('/packages/theme_majorca/themes/majorca/css/build/build/img/border_dotted_jet.png') repeat 0 0;
}
div.ccm-page .square-icon {
  zoom: 1;
}
div.ccm-page .square-icon:before,
div.ccm-page .square-icon:after {
  content: '';
  display: table;
}
div.ccm-page .square-icon:after {
  clear: both;
}
div.ccm-page .square-icon hr {
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
  border: none;
  overflow: visible;
  padding: 0;
  background: #96bfe2;
  background-image: -webkit-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -moz-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -ms-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -o-linear-gradient(left, transparent, #b5b5b5, transparent);
}
div.ccm-page .square-icon hr:after {
  display: inline-block;
  padding: 0 0.5em;
  color: #565656;
  font-size: 1.4em;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  content: '\f0c8';
  background: #fff;
  position: relative;
  top: -0.9em;
}
div.ccm-page .circle-icon {
  zoom: 1;
}
div.ccm-page .circle-icon:before,
div.ccm-page .circle-icon:after {
  content: '';
  display: table;
}
div.ccm-page .circle-icon:after {
  clear: both;
}
div.ccm-page .circle-icon hr {
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
  border: none;
  overflow: visible;
  padding: 0;
  background: #96bfe2;
  background-image: -webkit-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -moz-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -ms-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -o-linear-gradient(left, transparent, #b5b5b5, transparent);
}
div.ccm-page .circle-icon hr:after {
  display: inline-block;
  padding: 0 0.5em;
  color: #565656;
  font-size: 1.4em;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  content: '\f111';
  background: #fff;
  position: relative;
  top: -0.9em;
}
div.ccm-page .diamond-icon {
  zoom: 1;
}
div.ccm-page .diamond-icon:before,
div.ccm-page .diamond-icon:after {
  content: '';
  display: table;
}
div.ccm-page .diamond-icon:after {
  clear: both;
}
div.ccm-page .diamond-icon hr {
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
  border: none;
  overflow: visible;
  padding: 0;
  background: #96bfe2;
  background-image: -webkit-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -moz-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -ms-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -o-linear-gradient(left, transparent, #b5b5b5, transparent);
}
div.ccm-page .diamond-icon hr:after {
  display: inline-block;
  padding: 0 0.5em;
  color: #b5b5b5;
  font-size: 1.4em;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  content: '\f3a5';
  background: #fff;
  position: relative;
  top: -0.8em;
}
div.ccm-page .heart-icon {
  zoom: 1;
}
div.ccm-page .heart-icon:before,
div.ccm-page .heart-icon:after {
  content: '';
  display: table;
}
div.ccm-page .heart-icon:after {
  clear: both;
}
div.ccm-page .heart-icon hr {
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
  border: none;
  overflow: visible;
  padding: 0;
  background: #96bfe2;
  background-image: -webkit-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -moz-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -ms-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -o-linear-gradient(left, transparent, #b5b5b5, transparent);
}
div.ccm-page .heart-icon hr:after {
  display: inline-block;
  padding: 0 0.5em;
  color: #ec6ebb;
  font-size: 1.4em;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  content: '\f004';
  background: #fff;
  position: relative;
  top: -0.8em;
}
div.ccm-page .star-icon {
  zoom: 1;
}
div.ccm-page .star-icon:before,
div.ccm-page .star-icon:after {
  content: '';
  display: table;
}
div.ccm-page .star-icon:after {
  clear: both;
}
div.ccm-page .star-icon hr {
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
  border: none;
  overflow: visible;
  padding: 0;
  background: #96bfe2;
  background-image: -webkit-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -moz-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -ms-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -o-linear-gradient(left, transparent, #b5b5b5, transparent);
}
div.ccm-page .star-icon hr:after {
  display: inline-block;
  padding: 0 0.5em;
  color: #f5ab15;
  font-size: 1.4em;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  content: '\f005';
  background: #fff;
  position: relative;
  top: -0.9em;
}
div.ccm-page .scissors-icon {
  zoom: 1;
}
div.ccm-page .scissors-icon:before,
div.ccm-page .scissors-icon:after {
  content: '';
  display: table;
}
div.ccm-page .scissors-icon:after {
  clear: both;
}
div.ccm-page .scissors-icon hr {
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: left;
  border: none;
  overflow: visible;
  padding: 0;
  background: #96bfe2;
  background-image: -webkit-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -moz-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -ms-linear-gradient(left, transparent, #b5b5b5, transparent);
  background-image: -o-linear-gradient(left, transparent, #b5b5b5, transparent);
}
div.ccm-page .scissors-icon hr:after {
  display: inline-block;
  margin-left: 10%;
  padding: 0 0.5em;
  color: #565656;
  font-size: 1.4em;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f0c4';
  background: #fff;
  position: relative;
  top: -0.9em;
}
div.ccm-page .majorca-nav-list-container .nav-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
  font-size: 1em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}
div.ccm-page .majorca-nav-list-container .nav-list li {
  margin-bottom: 20px;
  font-size: 1.1em;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.8;
}
div.ccm-page .majorca-nav-list-container .nav-list li a {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0;
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .majorca-nav-list-container .nav-list li a:before {
  display: inline-block;
  min-width: 36px;
  min-height: 36px;
  margin-right: 5px;
  padding: 0;
  font-family: "Font Awesome 5 Free", sans-serif;
  color: #96bfe2;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-align: center;
  line-height: 36px;
  background: #ffffff;
  content: '\f105';
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .majorca-nav-list-container .nav-list li a:hover {
  color: rgba(0, 0, 0, 0.7);
}
div.ccm-page .majorca-nav-list-container .nav-list li a:hover:before {
  color: #ffffff;
  background: #ea6f38;
}
div.ccm-page .majorca-nav-list-container .nav-list li a.nav-selected:before,
div.ccm-page .majorca-nav-list-container .nav-list li a.nav-path-selected:before {
  color: #ffffff;
  background: #cfcfcf;
}
div.ccm-page .majorca-nav-list-container .nav-list li a.nav-selected:hover:before,
div.ccm-page .majorca-nav-list-container .nav-list li a.nav-path-selected:hover:before {
  color: #ffffff;
  background: #ea6f38;
}
div.ccm-page .majorca-nav-list-container .nav-list .nav-list-child {
  margin-top: 20px;
  margin-left: 1em;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
  font-size: 1em;
  font-size: 1rem;
  font-weight: 400;
}
div.ccm-page .majorca-nav-list-container .nav-list.oredered-list {
  counter-reset: nav-oredered;
}
div.ccm-page .majorca-nav-list-container .nav-list.oredered-list li a:before {
  content: counter(nav-oredered);
  counter-increment: nav-oredered;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  font-feature-settings: 'palt';
}
div.ccm-page .majorca-nav-list-container .nav-list.oredered-list li .nav-list-child {
  counter-reset: nav-oredered-child;
  margin-left: 1em;
}
div.ccm-page .majorca-nav-list-container .nav-list.oredered-list li .nav-list-child li a:before {
  content: counter(nav-oredered-child);
  counter-increment: nav-oredered-child;
}
@media only screen and (min-width: 480px) {
  div.ccm-page .majorca-nav-list-container .nav-list li {
    margin-bottom: 10px;
    font-size: 1em;
    font-size: 1rem;
  }
  div.ccm-page .majorca-nav-list-container .nav-list li a {
    display: inline-flex;
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
  div.ccm-page .majorca-nav-list-container .nav-list li a:before {
    min-width: 22px;
    min-height: 22px;
    margin-top: 0.35em;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
  }
  div.ccm-page .majorca-nav-list-container .nav-list .nav-list-child {
    margin-top: 10px;
  }
  div.ccm-page .majorca-nav-list-container .nav-list.oredered-list {
    counter-reset: nav-oredered;
  }
  div.ccm-page .majorca-nav-list-container .nav-list.oredered-list li a:before {
    min-width: 22px;
    min-height: 22px;
    content: counter(nav-oredered);
    counter-increment: nav-oredered;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
  }
}
div.ccm-page .content-secondary .majorca-nav-list-container,
div.ccm-page .block-sidebar-wrapped .majorca-nav-list-container {
  margin-bottom: 30px;
}
div.ccm-page .content-secondary .majorca-nav-list-container .nav-list li,
div.ccm-page .block-sidebar-wrapped .majorca-nav-list-container .nav-list li {
  font-size: 1.1em;
  font-size: 1.1rem;
}
div.ccm-page .content-secondary ul.nav,
div.ccm-page .block-sidebar-wrapped ul.nav {
  margin: 0;
  padding: 0;
}
div.ccm-page .content-secondary ul.nav li,
div.ccm-page .block-sidebar-wrapped ul.nav li {
  margin-bottom: 2px;
  font-size: 1em;
  font-size: 1rem;
}
div.ccm-page .content-secondary ul.nav li a,
div.ccm-page .block-sidebar-wrapped ul.nav li a {
  padding: 10px 15px;
  color: #14110b;
  background-color: #ffffff;
  border: 1px solid #b5b5b5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .content-secondary ul.nav li a.nav-selected,
div.ccm-page .block-sidebar-wrapped ul.nav li a.nav-selected,
div.ccm-page .content-secondary ul.nav li a.nav-path-selected,
div.ccm-page .block-sidebar-wrapped ul.nav li a.nav-path-selected {
  background: #f4b294;
}
div.ccm-page .content-secondary ul.nav li a:before,
div.ccm-page .block-sidebar-wrapped ul.nav li a:before {
  min-width: auto;
  min-height: auto;
  margin-top: 0;
  margin-right: 5px;
  color: #14110b;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 1em;
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f105';
  background: none;
}
div.ccm-page .content-secondary ul.nav li a:hover,
div.ccm-page .block-sidebar-wrapped ul.nav li a:hover {
  color: #14110b;
  text-decoration: none;
  background-color: #f5ab15;
}
div.ccm-page .content-secondary ul.nav li a:hover:before,
div.ccm-page .block-sidebar-wrapped ul.nav li a:hover:before {
  color: #14110b;
}
div.ccm-page .content-secondary ul.nav li a:focus,
div.ccm-page .block-sidebar-wrapped ul.nav li a:focus {
  outline: dotted 1px #565656;
  outline-offset: -3px;
  background-color: #f5ab15;
}
div.ccm-page .content-secondary ul.nav ul,
div.ccm-page .block-sidebar-wrapped ul.nav ul {
  margin: -6px 0 0;
  padding: 0;
  list-style: none;
}
div.ccm-page .content-secondary ul.nav ul li,
div.ccm-page .block-sidebar-wrapped ul.nav ul li {
  position: relative;
  display: block;
  margin: -6px 0 2px;
  font-size: 1em;
  font-size: 1rem;
}
div.ccm-page .content-secondary ul.nav ul li a,
div.ccm-page .block-sidebar-wrapped ul.nav ul li a {
  position: relative;
  display: block;
  padding-left: 25px;
  color: #14110b;
  background: #e8e8e8;
}
div.ccm-page .content-secondary ul.nav ul li a.nav-selected,
div.ccm-page .block-sidebar-wrapped ul.nav ul li a.nav-selected,
div.ccm-page .content-secondary ul.nav ul li a.nav-path-selected,
div.ccm-page .block-sidebar-wrapped ul.nav ul li a.nav-path-selected {
  background: #f6c2ab;
}
div.ccm-page .content-secondary ul.nav ul li a:hover,
div.ccm-page .block-sidebar-wrapped ul.nav ul li a:hover {
  color: #14110b;
  text-decoration: none;
  background-color: #f5ab15;
}
div.ccm-page .content-secondary ul.nav ul li a:hover:before,
div.ccm-page .block-sidebar-wrapped ul.nav ul li a:hover:before {
  color: #14110b;
}
div.ccm-page .content-secondary ul.nav ul li a:focus,
div.ccm-page .block-sidebar-wrapped ul.nav ul li a:focus {
  outline: dotted 1px #565656;
  outline-offset: -3px;
  background-color: #f5ab15;
}
div.ccm-page .content-secondary ul.nav ul li ul li a,
div.ccm-page .block-sidebar-wrapped ul.nav ul li ul li a {
  padding-left: 35px;
  background: #f5f5f5;
}
div.ccm-page .content-secondary ul.nav ul li ul li a.nav-selected,
div.ccm-page .block-sidebar-wrapped ul.nav ul li ul li a.nav-selected,
div.ccm-page .content-secondary ul.nav ul li ul li a.nav-path-selected,
div.ccm-page .block-sidebar-wrapped ul.nav ul li ul li a.nav-path-selected {
  background: #fbe4d9;
}
div.ccm-page .content-secondary ul.nav ul li ul li a:hover,
div.ccm-page .block-sidebar-wrapped ul.nav ul li ul li a:hover {
  color: #14110b;
  text-decoration: none;
  background-color: #f5ab15;
}
div.ccm-page .content-secondary ul.nav ul li ul li a:hover:before,
div.ccm-page .block-sidebar-wrapped ul.nav ul li ul li a:hover:before {
  color: #14110b;
}
div.ccm-page .content-secondary ul.nav ul li ul li a:focus,
div.ccm-page .block-sidebar-wrapped ul.nav ul li ul li a:focus {
  outline: dotted 1px #565656;
  outline-offset: -3px;
  background-color: #f5ab15;
}
@media only screen and (min-width: 480px) {
  div.ccm-page .content-secondary .majorca-nav-list-container .nav-list,
  div.ccm-page .block-sidebar-wrapped .majorca-nav-list-container .nav-list {
    padding: 0;
  }
  div.ccm-page .content-secondary .majorca-nav-list-container .nav-list li,
  div.ccm-page .block-sidebar-wrapped .majorca-nav-list-container .nav-list li {
    font-size: 1em;
    font-size: 1rem;
    line-height: 1.4;
  }
  div.ccm-page .content-secondary .majorca-nav-list-container .nav-list li a:before,
  div.ccm-page .block-sidebar-wrapped .majorca-nav-list-container .nav-list li a:before {
    min-width: 18px;
    min-height: 18px;
    margin-top: 0.1375em;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }
  div.ccm-page .content-secondary .majorca-nav-list-container .nav-list.oredered-list,
  div.ccm-page .block-sidebar-wrapped .majorca-nav-list-container .nav-list.oredered-list {
    counter-reset: nav-oredered;
  }
  div.ccm-page .content-secondary .majorca-nav-list-container .nav-list.oredered-list li a:before,
  div.ccm-page .block-sidebar-wrapped .majorca-nav-list-container .nav-list.oredered-list li a:before {
    min-width: 18px;
    min-height: 18px;
    margin-top: 0.1375em;
    content: counter(nav-oredered);
    counter-increment: nav-oredered;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}
div.ccm-page .ccm-block-page-attribute-display-wrapper {
  border-top: 1px solid #ececec;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
  color: #ffffff;
}
div.ccm-page .ccm-block-page-attribute-display-wrapper .ccm-block-page-attribute-display-title {
  color: #14110b;
  display: block;
}
div.ccm-page .ccm-block-page-attribute-display-wrapper:last-child {
  border-bottom: 1px solid #ececec;
}
div.ccm-page .map-title h3 {
  margin: 10px 0;
  padding: 0;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  font-feature-settings: 'palt';
}
div.ccm-page .map-title h3:before {
  margin-right: 5px;
  color: #000000;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f0c8';
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .map-link {
  margin: 0;
  text-align: center;
}
div.ccm-page .map-link a {
  display: inline-block;
  margin: 10px auto;
  padding: 5px 10px;
  font-size: 1em;
  font-size: 1rem;
  color: #14110b;
  text-shadow: none;
  background: #ffffff;
  border: 1px solid #b5b5b5;
  box-shadow: none;
  line-height: 1;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .map-link a:hover {
  background: #f5ab15;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page .map-link a:hover + i {
  background: #000000;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
div.ccm-page .map-link a:focus {
  outline: dotted 1px #f5ab15;
  outline-offset: -3px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
div.ccm-page .navy .map-link a:hover {
  background: #57c0f7;
}
div.ccm-page .navy .map-link a:hover + i {
  background: #141624;
}
div.ccm-page .navy .map-link a:focus {
  outline: dotted 1px #57c0f7;
}
div.ccm-page .olive .map-link a:hover {
  background: #67c665;
}
div.ccm-page .olive .map-link a:hover + i {
  background: #161e11;
}
div.ccm-page .olive .map-link a:focus {
  outline: dotted 1px #67c665;
}
div.ccm-page .wine .map-link a:hover {
  background: #f06f78;
}
div.ccm-page .wine .map-link a:hover + i {
  background: #1e1118;
}
div.ccm-page .wine .map-link a:focus {
  outline: dotted 1px #f06f78;
}
div.ccm-page .content-secondary .map-title,
div.ccm-page .block-sidebar-wrapped .map-title {
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
}
div.ccm-page .content-secondary .map-title:after,
div.ccm-page .block-sidebar-wrapped .map-title:after {
  width: 100%;
  height: 8px;
  margin: 0;
  padding: 0;
  content: '';
  background: url('/packages/theme_majorca/themes/majorca/css/build/build/img/border_slash_jet.png') repeat 0 0;
  position: absolute;
  bottom: -8px;
  left: 0;
}
div.ccm-page .content-secondary .map-title h3,
div.ccm-page .block-sidebar-wrapped .map-title h3 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: 'Sofia Pro', 'Open Sans', Helvetica, 'Helvetica Neue', Arial, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}
div.ccm-page .content-secondary .map-title h3:before,
div.ccm-page .block-sidebar-wrapped .map-title h3:before {
  content: none;
}
div.ccm-page .ccm-block-switch-language .form-control {
  width: auto;
}
div.ccm-page .majorca-switch-language {
  margin: 0;
}
div.ccm-page .majorca-switch-language .majorca-switch-language-label {
  margin-bottom: 5px;
}
div.ccm-page .majorca-switch-language ul {
  margin: 0;
  padding: 0;
}
div.ccm-page .majorca-switch-language ul li {
  display: inline-block;
  width: auto;
  margin: 0;
}
div.ccm-page .majorca-switch-language ul li a {
  display: block;
  margin: 0;
  padding: 15px 18px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
  background: #d5d5d5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .majorca-switch-language ul li a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #ea6f38;
}
div.ccm-page .majorca-switch-language ul li a.majorca-switch-language-active {
  color: #fff;
  background: #ffffff;
  pointer-events: none;
}
div.ccm-page .align-center .majorca-switch-language {
  text-align: center;
}
div.ccm-page .align-right .majorca-switch-language {
  text-align: right;
}
@media (min-width: 768px) {
  div.ccm-page .majorca-switch-language {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
  }
  div.ccm-page .majorca-switch-language .majorca-switch-language-label {
    margin-right: 5px;
    margin-bottom: 0;
  }
  div.ccm-page .majorca-switch-language ul li {
    display: inline-block;
    margin: 0;
  }
  div.ccm-page .majorca-switch-language ul li a {
    padding: 6px 12px;
  }
  div.ccm-page .align-center .majorca-switch-language {
    justify-content: center;
  }
  div.ccm-page .align-right .majorca-switch-language {
    justify-content: flex-end;
  }
}
div.ccm-page .header-dark-color .ccm-block-switch-language,
div.ccm-page .header-dark-color .majorca-switch-language {
  color: #eee;
}
div.ccm-page .header-dark-color .ccm-block-switch-language ul li a,
div.ccm-page .header-dark-color .majorca-switch-language ul li a {
  color: #ffffff;
  background: #b5b5b5;
}
div.ccm-page .header-dark-color .ccm-block-switch-language ul li a:hover,
div.ccm-page .header-dark-color .majorca-switch-language ul li a:hover {
  color: #ffffff;
  background: #ea6f38;
}
div.ccm-page .header-dark-color .ccm-block-switch-language ul li a.majorca-switch-language-active,
div.ccm-page .header-dark-color .majorca-switch-language ul li a.majorca-switch-language-active {
  color: #ffffff;
  background: #96bfe2;
}
div.ccm-page .footer-container .ccm-block-switch-language ul li a,
div.ccm-page .footer-container .majorca-switch-language ul li a {
  color: #ffffff;
  background: #b5b5b5;
}
div.ccm-page .footer-container .ccm-block-switch-language ul li a:hover,
div.ccm-page .footer-container .majorca-switch-language ul li a:hover {
  color: #ffffff;
  background: #ea6f38;
}
div.ccm-page .footer-container .ccm-block-switch-language ul li a.majorca-switch-language-active,
div.ccm-page .footer-container .majorca-switch-language ul li a.majorca-switch-language-active {
  color: #ffffff;
  background: #14110b;
}
div.ccm-page .ccm-express-form h3,
div.ccm-page .ccm-dashboard-express-entry h3 {
  margin: 10px 0;
  padding: 0;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  font-feature-settings: 'palt';
}
div.ccm-page .ccm-express-form h3:before,
div.ccm-page .ccm-dashboard-express-entry h3:before {
  margin-right: 5px;
  color: #000000;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f0c8';
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .ccm-express-form fieldset a,
div.ccm-page .ccm-dashboard-express-entry fieldset a,
div.ccm-page .ccm-express-form .ccm-express-form-field-set a,
div.ccm-page .ccm-dashboard-express-entry .ccm-express-form-field-set a {
  padding-left: 1px;
  color: #000000;
}
div.ccm-page .ccm-express-form fieldset a:hover,
div.ccm-page .ccm-dashboard-express-entry fieldset a:hover,
div.ccm-page .ccm-express-form .ccm-express-form-field-set a:hover,
div.ccm-page .ccm-dashboard-express-entry .ccm-express-form-field-set a:hover {
  color: #000000;
  text-decoration: none;
}
div.ccm-page .ccm-express-form fieldset a:before,
div.ccm-page .ccm-dashboard-express-entry fieldset a:before,
div.ccm-page .ccm-express-form .ccm-express-form-field-set a:before,
div.ccm-page .ccm-dashboard-express-entry .ccm-express-form-field-set a:before {
  padding-right: 5px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: "\f138";
}
div.ccm-page .ccm-express-form fieldset legend,
div.ccm-page .ccm-dashboard-express-entry fieldset legend,
div.ccm-page .ccm-express-form .ccm-express-form-field-set legend,
div.ccm-page .ccm-dashboard-express-entry .ccm-express-form-field-set legend {
  font-family: 'Sofia Pro', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Avenir, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ' , Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.8;
  text-transform: none;
  border: none;
}
div.ccm-page .ccm-express-form fieldset .control-label,
div.ccm-page .ccm-dashboard-express-entry fieldset .control-label,
div.ccm-page .ccm-express-form .ccm-express-form-field-set .control-label,
div.ccm-page .ccm-dashboard-express-entry .ccm-express-form-field-set .control-label {
  font-family: 'Sofia Pro', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Avenir, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ' , Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #ea6f38;
  line-height: 1.8;
  text-transform: none;
}
div.ccm-page .majorca-express-entry-list-header h2 {
  margin: 10px 0;
  padding: 0;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  font-feature-settings: 'palt';
}
div.ccm-page .majorca-express-entry-list-header h2:before {
  margin-right: 5px;
  color: #000000;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f0c8';
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .majorca-express-entry-list-header p {
  font-size: .9em;
  font-size: .9rem;
}
div.ccm-page .majorca-express-entry-list-header-sidebar {
  margin-bottom: 15px;
  position: relative;
}
div.ccm-page .majorca-express-entry-list-header-sidebar:after {
  width: 100%;
  height: 8px;
  margin: 0;
  padding: 0;
  content: '';
  background: url('/packages/theme_majorca/themes/majorca/css/build/build/img/border_slash_jet.png') repeat 0 0;
  position: absolute;
  bottom: -8px;
  left: 0;
}
div.ccm-page .majorca-express-entry-list-header-sidebar h2 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: 'Sofia Pro', 'Open Sans', Helvetica, 'Helvetica Neue', Arial, Roboto, 'Droid Sans', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}
div.ccm-page .majorca-express-entry-list-header-sidebar h2:before {
  content: none;
}
div.ccm-page .majorca-express-entry-list-header-sidebar p {
  font-size: .9em;
  font-size: .9rem;
}
div.ccm-page .ccm-block-express-entry-list-table {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
}
div.ccm-page .ccm-block-express-entry-list-table thead tr a {
  color: #ffffff;
}
div.ccm-page .ccm-block-express-entry-list-table thead tr a:hover {
  color: #000000;
  text-decoration: none;
}
div.ccm-page .ccm-block-express-entry-list-table.sidebar thead > tr > th,
div.ccm-page .ccm-block-express-entry-list-table.sidebar tbody > tr > td {
  padding-right: 0;
  padding-left: 0;
}
div.ccm-page .ccm-block-express-entry-list-table .ccm-block-express-entry-list-row-a a,
div.ccm-page .ccm-block-express-entry-list-table .ccm-block-express-entry-list-row-b a {
  padding-left: 1px;
  color: #000000;
  /*
			&:before {
				padding-right: 5px;
				font-family: "Font Awesome 5 Free", sans-serif;
				font-style: normal;
				font-weight: 900;
				font-variant: normal;
				content: "\f138";
			}
*/
}
div.ccm-page .ccm-block-express-entry-list-table .ccm-block-express-entry-list-row-a a:hover,
div.ccm-page .ccm-block-express-entry-list-table .ccm-block-express-entry-list-row-b a:hover {
  color: #000000;
  text-decoration: none;
}
div.ccm-page .sidebar-pagination .ccm-pagination-wrapper {
  margin-top: 15px;
  margin-bottom: 50px;
}
div.ccm-page .sidebar-pagination .ccm-pagination-wrapper .pagination > li.prev > a,
div.ccm-page .sidebar-pagination .ccm-pagination-wrapper .pagination > li.prev > span {
  padding-right: 0;
  padding-left: 0;
}
div.ccm-page .sidebar-pagination .ccm-pagination-wrapper .pagination > li.prev > a:before,
div.ccm-page .sidebar-pagination .ccm-pagination-wrapper .pagination > li.prev > span:before {
  left: -10px;
}
div.ccm-page .sidebar-pagination .ccm-pagination-wrapper .pagination > li.next > a,
div.ccm-page .sidebar-pagination .ccm-pagination-wrapper .pagination > li.next > span {
  padding-right: 0;
  padding-left: 0;
}
div.ccm-page .sidebar-pagination .ccm-pagination-wrapper .pagination > li.next > a:after,
div.ccm-page .sidebar-pagination .ccm-pagination-wrapper .pagination > li.next > span:after {
  right: -10px;
}
div.ccm-page .ccm-block-calendar-event-list-wrapper h2 {
  margin: 10px 0;
  padding: 0;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  font-feature-settings: 'palt';
}
div.ccm-page .ccm-block-calendar-event-list-wrapper h2:before {
  margin-right: 5px;
  color: #000000;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f0c8';
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .ccm-block-calendar-event-list-wrapper .ccm-block-calendar-event-list-event {
  margin-bottom: 30px;
}
div.ccm-page .ccm-block-calendar-event-list-wrapper .ccm-block-calendar-event-list-event .ccm-block-calendar-event-list-event-date {
  margin-bottom: 10px;
}
div.ccm-page .ccm-block-calendar-event-list-wrapper .ccm-block-calendar-event-list-event .ccm-block-calendar-event-list-event-date span {
  border-right: solid 1px #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
  border-left: solid 1px #b5b5b5;
}
div.ccm-page .ccm-block-calendar-event-list-wrapper .ccm-block-calendar-event-list-event .ccm-block-calendar-event-list-event-date span:first-child {
  background: #ffffff;
  border: solid 1px #ffffff;
}
div.ccm-page .ccm-block-calendar-event-list-wrapper .ccm-block-calendar-event-list-event .ccm-block-calendar-event-list-event-title {
  font-weight: 700;
}
div.ccm-page .ccm-block-calendar-event-wrapper .ccm-block-calendar-event-header h3 {
  margin: 10px 0;
  padding: 0;
  font-size: 1.2em;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  font-feature-settings: 'palt';
}
div.ccm-page .ccm-block-calendar-event-wrapper .ccm-block-calendar-event-header h3:before {
  margin-right: 5px;
  color: #000000;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  content: '\f0c8';
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ccm-page .ccm-block-calendar-event-wrapper .ccm-block-calendar-event-attributes {
  display: inline-block;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 1em;
  font-size: 1rem;
  background-color: #e8e8e8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (min-width: 480px) {
  div.ccm-page .ccm-block-calendar-event-wrapper .ccm-block-calendar-event-attributes {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: .9em;
    font-size: .9rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
}
.ccm-panel-detail {
  display: block !important;
}
.clone-nav {
  display: none;
}
@media (min-width: 768px) {
  .clone-nav {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: translateY(-100%);
  }
  .show-nav {
    width: 100%;
    transform: translateY(0);
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  .show-nav.clone-nav {
    display: block;
  }
  .toolbar .show-nav {
    transform: translateY(47px);
  }
}
.js .loader-container {
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #fff;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
}
.js .loading {
  width: 50px;
}
.no-js .loader-container {
  display: none;
}
.add-account-menu div#ccm-account-menu {
  z-index: 15;
}
/* Micro ClearFix Mixin */
#concrete-announcement-modal {
  opacity: 1;
}
