/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */



/* ========================================================================
   GUSTO
 ========================================================================== */

.gusto-panel-icon.uk-text-center > h3 {
  position: relative;
  padding-top: 42px;
}
.gusto-panel-icon.uk-text-center > h3 [class*='uk-icon-'] {
  position: absolute;
  top: 0;
  left: calc(50% - 16px);
  width: 32px;
  color: #d85349;
  font-size: 32px;
}
.gusto-panel-icon.uk-text-center > h3::before,
.gusto-panel-icon.uk-text-center > h3::after {
  content: '';
  position: absolute;
  top: 16px;
  width: 80px;
  height: 2px;
  background: #ededf0;
}
.gusto-panel-icon.uk-text-center > h3::before {
  right: calc(50% + 32px);
}
.gusto-panel-icon.uk-text-center > h3::after {
  left: calc(50% + 32px);
}
.uk-block-primary .gusto-panel-icon.uk-text-center > h3 [class*='uk-icon-'] {
  color: #ffffff;
}
.uk-block-secondary .gusto-panel-icon.uk-text-center > h3 [class*='uk-icon-'] {
  color: #c7d5e3;
}
.uk-block-primary .gusto-panel-icon.uk-text-center > h3::before,
.uk-block-primary .gusto-panel-icon.uk-text-center > h3::after {
  background: #cd443a;
}
.uk-block-secondary .gusto-panel-icon.uk-text-center > h3::before,
.uk-block-secondary .gusto-panel-icon.uk-text-center > h3::after {
  background: #28394c;
}
@media (max-width: 767px) {
  .gusto-panel-icon.uk-text-center > h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.gusto-special-grid .gusto-panel-light {
  background: #f5f6fa;
}
.gusto-special-grid .gusto-panel-light .uk-panel-title {
  color: #d85349;
}
.gusto-special-grid .gusto-panel-dark {
  background: #eaecf1;
}
.gusto-special-grid .gusto-panel-dark .gusto-panel-title {
  color: #d85349;
}
.gusto-special-grid .uk-grid-collapse > [class*='uk-width-medium-'] > .uk-panel,
.gusto-special-grid [class*='uk-width-large-1-'] > .uk-panel > .uk-grid-collapse > div > .uk-panel {
  box-sizing: border-box;
  padding: 40px;
}
.gusto-special-grid [class*='uk-width-large-1-'] > .uk-panel > .uk-grid-collapse > div > .uk-panel > .uk-panel-teaser {
  margin: -40px -40px 40px -40px;
}
@media (max-width: 959px) {
  .gusto-special-grid .uk-panel-title {
    margin-top: 25px;
  }
}

 .uk-sticky-placeholder + .gusto-block-fullheight:not(.gusto-grid-collapse) > .uk-container {
    padding-top: 100px;
  }
   .gusto-navbar-center .uk-sticky-placeholder + .gusto-block-fullheight:not(.gusto-grid-collapse) > .uk-container {
    padding-top: 180px;
  }
  .gusto-grid-collapse > .uk-container::before,
.gusto-grid-collapse > .uk-container::after {
  display: none;
}
.gusto-grid-collapse > .uk-container > .uk-grid {
  width: 100%;
  margin-left: 0;
}
.gusto-grid-collapse > .uk-container > .uk-grid > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0;
}

/* ========================================================================
   GUSTO LIST
 ========================================================================== */

.gusto-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.gusto-list > li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 0;
  line-height: 24px;
}
.gusto-list > li h4 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin: 0;
}
.gusto-list > li .gusto-list-badge {
  display: inline-block;
  min-width: 35px;
  margin-right: 13px;
  color: #a3a9b0;
}




/* ========================================================================
   LYKKA
 ========================================================================== */
 
.lykka-overlay-lykka .uk-overlay > .uk-overlay-panel {
  padding: 30px;
}
@media (min-width: 1220px) {
  .lykka-overlay-lykka .uk-overlay > .uk-overlay-panel {
    padding: 50px;
  }
}
.lykka-overlay-lykka .uk-overlay > .uk-overlay-panel:before,
.lykka-overlay-lykka .uk-overlay > .uk-overlay-panel:after {
  position: absolute;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
}
.lykka-overlay-lykka .uk-overlay > .uk-overlay-panel:before {
  top: 20px;
  right: 10px;
  bottom: 20px;
  left: 10px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media (min-width: 1220px) {
  .lykka-overlay-lykka .uk-overlay > .uk-overlay-panel:before {
    top: 40px;
    right: 20px;
    bottom: 40px;
    left: 20px;
  }
}
.lykka-overlay-lykka .uk-overlay > .uk-overlay-panel:after {
  top: 10px;
  right: 20px;
  bottom: 10px;
  left: 20px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
@media (min-width: 1220px) {
  .lykka-overlay-lykka .uk-overlay > .uk-overlay-panel:after {
    top: 20px;
    right: 40px;
    bottom: 20px;
    left: 40px;
  }
}
.lykka-overlay-lykka .uk-overlay:hover > .uk-overlay-panel:before,
.lykka-overlay-lykka .uk-overlay:hover > .uk-overlay-panel:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.lykka-overlay-lykka .uk-overlay:hover > .uk-overlay-panel:after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
 .lykka-panel-header > .uk-panel-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: 'Lato';
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  color: rgba(102, 102, 102, 0.5);
  font-style: normal;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .lykka-panel-header > .uk-panel-title {
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
  }
}
.lykka-panel-header > .uk-panel-title:before {
  position: absolute;
  content: "\e600";
  bottom: -6.5px;
  left: 50%;
  width: 150px;
  margin-left: -75px;
  color: rgba(185, 184, 184, 0.5);
  font-family: 'lykka';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 13px;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lykka-panel-header-subtitle {
  margin-bottom: 40px;
  font-family: 'Lato';
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  color: #626262;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .lykka-panel-header-subtitle {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 38px;
  }
}
.lykka-block-padding-collapse .lykka-panel-header {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .lykka-block-padding-collapse .lykka-panel-header {
    padding-top: 60px;
  }
}
@media (min-width: 1220px) {
  .lykka-block-padding-collapse .lykka-panel-header {
    padding-top: 90px;
  }
}
 .lykka-grid-lykka.uk-grid > div > .uk-panel p:last-child {
  position: relative;
  margin-bottom: 40px;
}
.lykka-grid-lykka.uk-grid > div > .uk-panel p:last-child:before {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
 
 
 
 
/* ========================================================================
   RS FORMS
 ========================================================================== */

   .rsform-submit-button, .rsform-button {  
    padding: 3px 10px;  
    border: 1px solid #469bdb;  
    background: #469bdb;  
    border-radius: 4px;  
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);  
    color: #FFF;  
}  

.rsform-submit-button:hover, .rsform-button:hover {  
    border-color: #444;  
    background: #444;  
    color: #FFF;  
}


/* ========================================================================
   CUSTOM
 ========================================================================== */

.tm-top-teaser { height: auto; }