@charset "UTF-8";
/* CSS styles for Hexis */
/***********************************************/
/* FONTS
/***********************************************/
/***********************************************/
/* GENERAL
/***********************************************/
.mceContentBody_ {
    font-family: canada-type-gibson, sans-serif;
    font-size: 20px;
    line-height: 145%;
    /*font-weight: 300;*/
    color: #2a303f;
    letter-spacing: 0.5px;
}
header.inner.contacts .contacts-container .form-wrap ul.other-contacts li span:nth-child(1) {
    position: relative;
}
header.inner.contacts .contacts-container .form-wrap ul.other-contacts li > span:nth-child(1) {
    position: absolute;
}
.t-secondary span a {
	color: #578ac8;
}
.dark-form-footer .section-contact {
	background-color: #578ac8;
}
.dark-form-footer .section-contact .title h2 {
	color: #FFF;
}
.t-white a {
	color: #FFF;
}
#navbar .hide-top-menu {
	display: none !important;
}
.chrono_credits {
	display: none !important;
}
.txt p > span[id^=cloak] {
    display: inline;
    font-size: 1em;
    color: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
    line-height: inherit;
	position: relative;
	text-align: left;
	top: auto;
	right: auto;
	width: auto;
	min-height: inherit;
}
header.header-home, .header.header-home {
    padding: 0;
    height: 100vh;
}
form#chronoform-form_contacts .form-loader {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -13px;
      margin-top: -13px;
      width: 26px;
      height: 26px;
      background-image: url("../img/others/form-loader.png");
      -webkit-background-size: 26px 26px;
      -moz-background-size: 26px 26px;
      background-size: 26px 26px;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      z-index: 9;
      -webkit-animation-duration: 1.6s;
      -moz-animation-duration: 1.6s;
      -o-animation-duration: 1.6s;
      animation-duration: 1.6s;
      -webkit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
      -o-animation-timing-function: linear;
      animation-timing-function: linear;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-name: loader;
      -moz-animation-name: loader;
      -o-animation-name: loader;
      animation-name: loader;
      opacity: 0; }
form#chronoform-form_contacts #form-submit.loading:before {
 	bottom: 100%;
}
form#chronoform-form_contacts #form-submit.loading span {
	opacity: 0;
}
form#chronoform-form_contacts #form-submit.loading .form-loader {
	opacity: 1;
}
form#chronoform-form_contacts .form-complete, form#chronoform-form_contacts .form-captcha, form#chronoform-form_contacts .result {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    height: calc(100% - 30px);
    width: 100%;
    background-color: #f1f1f1;
    z-index: 10;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
form#chronoform-form_contacts .form-complete > div, form#chronoform-form_contacts .form-captcha > div, form#chronoform-form_contacts .result > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    padding: 0 30px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0;
    transition-delay: 0.6s;
    width: 360px;
}

@media (min-width: 0) and (max-width: 767px) {
  form#chronoform-form_contacts .form-complete > div, form#chronoform-form_contacts .form-captcha > div, form#chronoform-form_contacts .result > div {
	text-align: center; } }
@media (min-width: 768px) and (max-width: 991px) {
  form#chronoform-form_contacts .form-complete > div, form#chronoform-form_contacts .form-captcha > div, form#chronoform-form_contacts .result > div {
	padding: 0 60px; } }
@media (min-width: 1200px) {
  form#chronoform-form_contacts .form-complete > div, form#chronoform-form_contacts .form-captcha > div, form#chronoform-form_contacts .result > div {
	width: 580px;
	padding: 0 85px; } }
form#chronoform-form_contacts .form-complete.show, form#chronoform-form_contacts .form-captcha.show, form#chronoform-form_contacts .result.show {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
form#chronoform-form_contacts .form-complete.show > div, form#chronoform-form_contacts .form-captcha.show > div, form#chronoform-form_contacts .result.show > div {
	opacity: 1;
}
form#chronoform-form_contacts .form-complete, form#chronoform-form_contacts .result {
	z-index: 11;
}


/* PAGEBUILDER CK */
.rowck > .inner {
    display: block;
}
.blockck {
    display: block;
    float: none;
}
.rowck > .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}
.rowck *.m-lg {
    margin-bottom: 40px;
}
@media (min-width: 992px){
.rowck *.m-lg {
    margin-bottom: 80px;
}
}
/* /PAGEBUILDER CK */

/* COOKIES NOTIFICATION */
#cookie-settings p.xs {
    text-transform: none;
}
#cookie-settings {
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: #ffffff;
  width: 365px;
  height: auto;
  padding: 30px;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  z-index: 101; }
  @media (min-width: 0) and (max-width: 575px) {
    #cookie-settings {
      right: 0;
      bottom: 0;
      left: 0;
      width: auto;
      max-width: 100%; } }
  #cookie-settings.hide {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    transition-delay: 0s !important;
    -webkit-transform: translateY(15px) !important;
    -moz-transform: translateY(15px) !important;
    -o-transform: translateY(15px) !important;
    transform: translateY(15px) !important;
    opacity: 0 !important;
    visibility: hidden; }
  #cookie-settings .cookie-content .btn-cookie-close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 26px;
    height: 26px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    #cookie-settings .cookie-content .btn-cookie-close:before, #cookie-settings .cookie-content .btn-cookie-close:after {
      content: "";
      height: 26px;
      width: 3.5px;
      background-color: #d8d8d8;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      position: absolute;
      top: 0;
      right: 10px;
left: auto;}
    #cookie-settings .cookie-content .btn-cookie-close:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    #cookie-settings .cookie-content .btn-cookie-close:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #cookie-settings .cookie-content .btn-cookie-close:hover:before, #cookie-settings .cookie-content .btn-cookie-close:hover:after {
      background-color: #276af6; }
  #cookie-settings .cookie-content > p {
    margin-bottom: 25px; }
    #cookie-settings .cookie-content > p a {
      color: #276af6; }
      #cookie-settings .cookie-content > p a:hover, #cookie-settings .cookie-content > p a.active {
        color: #ff4800; }
  #cookie-settings .cookie-content .btn {
    font-size: 12.5px;
    display: block;
    line-height: 120%;
    padding: 6px 6px 5px 8px;
    letter-spacing: 1px; }
  #cookie-settings .cookie-content .switch-wrap {
    position: relative;
    background-color: #f2f4f3; }
    #cookie-settings .cookie-content .switch-wrap > span {
      display: inline-block;
      width: calc(100% - 54px);
      font-size: 14px;
      line-height: 26px;
      font-weight: 600;
      padding: 8px 14px; }
    #cookie-settings .cookie-content .switch-wrap .switch {
      position: absolute;
      top: 8px;
      right: 8px;
      width: 54px;
      height: 26px; }
      #cookie-settings .cookie-content .switch-wrap .switch input {
        opacity: 0;
        width: 0;
        height: 0; }
      #cookie-settings .cookie-content .switch-wrap .switch .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #d8d8d8;
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        -ms-border-radius: 26px;
        border-radius: 26px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        #cookie-settings .cookie-content .switch-wrap .switch .slider:before {
          position: absolute;
          content: "";
          height: 18px;
          width: 18px;
          left: 4px;
          bottom: 4px;
          background-color: #ffffff;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
      #cookie-settings .cookie-content .switch-wrap .switch input:checked + .slider {
        background-color: #276af6; }
      #cookie-settings .cookie-content .switch-wrap .switch input:checked + .slider:before {
        -webkit-transform: translateX(28px);
        -moz-transform: translateX(28px);
        -o-transform: translateX(28px);
        transform: translateX(28px); }

body #cookie-settings {
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease; }

body.loaded #cookie-settings {
  transition-delay: 2.1s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }
#cookie-settings .btn.btn-black {
	margin-top: 9px;
}
#cookie-settings .btn.btn-black:hover {
	color: #FFF;
	background: #ea2534;
}
#cookie-settings .btn.btn-secondary, #cookie-settings .btn.btn-secondary.active {
    background-color: #276af6;
	color: #FFF;
}
#cookie-settings .btn.btn-secondary:hover {
    color: #276af6;
	background: #FFF;
}
#cookie-settings .btn.btn-cookie-close {
	border: 0;
	min-width: inherit;
}

/***********************************************/
/* TYPOGRAPHY
/***********************************************/

/* ---- quotes ---- */

/* ---- other ---- */

/* -tail- */

/***********************************************/
/* LISTS/TABLES
/***********************************************/
/* ---- lists ---- */

/* ---- definition lists ---- */

/* ---- tables ---- */

/***********************************************/
/* FORMS/BUTTONS
/***********************************************/

/* ---- labels ---- */

/* ---- inputs ----- */

/* ---- buttons ---- */

/* ---- selects ---- */

/* ---- dropdown ---- */
/* -tail- */

/***********************************************/
/* ICONS
/***********************************************/
/***********************************************/
/* SIZES
/***********************************************/
/***********************************************/
/* BOXES/ALIGNMENTS/UTILS
/***********************************************/

/* ---- spacers/alignments ---- */

/* ---- dividers ---- */

/* ---- alerts/notifications ---- */

/* ---- other ---- */

/***********************************************/
/* MAIN MENU
/***********************************************/
/***********************************************/
/* SECONDARY MENU
/***********************************************/
/***********************************************/
/* STRUCTURE
/***********************************************/

/*--- content container ---*/

/* ---- E&D ------ */

/* ---- modals ---- */

/***********************************************/
/* CMS
/***********************************************/
.mceIframeContainer iframe {
    min-height: 400px;
}
.mceContentBody, .mceContentBody * {
	opacity: 1 !important;
}
.mceContentBody .module-block {
	border: 1px solid blue;
}
.mceContentBody .btn.btn-cta h2 {
    margin: 0px 0 10px;
}
.mceContentBody .animate.animate-cta h2 > span {
    overflow: visible;
    display: block;
	padding-bottom: 20px;
}
.mceContentBody .animate.animate-cta h2 > span > span {
	display: inline-block;
}
.mceContentBody ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px; }
  .mceContentBody ul li:before, .mceContentBody ul li:after {
    content: " ";
    position: absolute;
    background-color: #4e7fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .mceContentBody ul li:before {
    top: 4px;
    left: 4px;
    height: 10px;
    width: 2px; }
  .mceContentBody ul li:after {
    top: 8px;
    left: 0;
    height: 2px;
    width: 10px; }
.mceContentBody ul > :last-child {
  margin-bottom: 0; }

.mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 {
    text-transform: none;
    margin: 50px 0 30px;
    color: #4e7fff;
}
/* ---- 3 ---- */

/* styles & models */
.menu-secondary li.active a, .menu-secondary li.active a:active {
	background-color: #f66014;
	color: #FFF;
}

/***********************************************/
/* PRINT
/***********************************************/
@media print {
}
/***********************************************/
/* RESPONSIVE
/***********************************************/
/*
@media (max-width: 1399px) and (min-width: 1200px){
	nav#navbar nav > ul > li a {
		font-size: 11px;
		letter-spacing: 2px;
		padding-right: 8px;
		padding-left: 8px;
	}
}
*/