html, body {
  margin: 0;
  padding: 0; }

body {
  background-color: #f2fafe;
  background-image: url("/client/public/assets/img/index/bg-top3.png"), url("/client/public/assets/img/index/bg-bot.png");
  background-repeat: no-repeat,no-repeat;
  background-position: center top,center bottom;
  font-family: Roboto,sans-serif;
  color: #000;
  margin-top: 70px; }
  body.modal-open > div.app {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px); }

html.child-page {
  height: 100%; }
  html.child-page > body {
    background: #0071C1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #0071C1, #1BBC9B);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #0071C1, #1BBC9B);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #0071C1, #1BBC9B);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #0071C1, #1BBC9B);
    /* Standard syntax */
    height: calc(100% - 70px); }
    html.child-page > body div.app {
      height: 100%; }
      html.child-page > body div.app main {
        min-height: calc(100% - 105px); }
      html.child-page > body div.app footer {
        padding-top: 15px; }
        html.child-page > body div.app footer > div > div > div > div > div:nth-of-type(2), html.child-page > body div.app footer > div > div > div > div > div:nth-of-type(3) {
          display: none; }
        html.child-page > body div.app footer > div > div > div > div > div:last-of-type {
          float: right; }
          html.child-page > body div.app footer > div > div > div > div > div:last-of-type > p {
            text-align: center; }

#system .card-claims p {
  min-height: 80px; }

#howit {
  background-color: #f2fafe;
  background-image: url(../img/index/bg-how-to.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 150px;
  color: #fff; }

#extension a, #extension a:hover, #extension a:focus {
  outline: none;
  color: #337ab7; }

#extension > div > div > div:last-of-type {
  margin-top: 20px; }

.navbar-fixed-top {
  position: absolute; }

.navbar {
  color: #fff; }

.navbar-brand {
  padding-top: 20px;
  margin-right: -20px; }

.navbar-nav li > a {
  color: #fff;
  font-size: 1.2em;
  margin-top: 27px;
  font-weight: 400;
  text-shadow: none;
  margin-left: -2px; }

@media only screen and (max-width: 768px) {
  .collapsing, .in {
    background-color: #f2fafe; }
  .collapsing ul li a, .in ul li a {
    color: #007ee5 !important;
    margin-top: 0; }
  .collapsing ul li a:hover, .in ul li a:hover {
    color: #007ee5 !important; }
  .collapsing ul li a:focus, .in ul li a:focus {
    color: #007ee5 !important; }
  #howit {
    padding-bottom: 140px !important;
    text-align: center; }
  footer p {
    text-align: center !important;
    padding-bottom: 5px; }
  footer {
    padding-bottom: 10px !important; } }

.navbar-nav li > a:hover {
  color: rgba(255, 255, 255, 0.75);
  background: none; }

.navbar-nav li > a:focus {
  background: none; }

@media screen and (min-width: 768px) {
  .navbar-nav .button-menu a {
    color: #1cc19f;
    background-color: #f2fafe;
    text-transform: none;
    font-weight: 600;
    margin-top: 30px;
    border-radius: 4px;
    line-height: 10px;
    margin-left: 15px;
    -webkit-box-shadow: 3px 3px 29px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 29px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 29px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); } }

.navbar-nav .button-menu a:hover {
  background-color: #fff;
  color: #007ee5; }

.navbar-nav .button-menu a:focus {
  background-color: #fff;
  color: #007ee5; }

.navbar-toggle .collapsed {
  color: #fff;
  background-color: #fff; }

#heading {
  color: #fff;
  min-height: 550px; }

h1 {
  font-size: 2.3em;
  font-weight: 700;
  margin-bottom: 30px; }

h2 {
  font-size: 2em;
  color: #003557; }

h3 {
  font-size: 1.5em; }

.lead-header {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.9em;
  font-weight: 400; }

.lead {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.5em;
  font-weight: 400; }

.topp50 {
  padding-top: 50px; }

.topm35 {
  margin-top: 35px; }

.botp50 {
  padding-bottom: 50px; }

.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px; }

.btn.btn-white {
  font-size: 1.5em;
  color: #1cc19f;
  background-color: #f2fafe;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
  padding: 10px 20px;
  -webkit-box-shadow: 3px 3px 29px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 29px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 29px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); }

.btn.btn-white:hover {
  background-color: #fff;
  color: #007ee5; }

.btn.btn-blue {
  font-size: 1.5em;
  color: #f2fafe;
  background-color: #007ee5;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
  padding: 10px 20px;
  -webkit-box-shadow: 3px 3px 29px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 29px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 29px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); }

.btn.btn-blue:hover {
  background-color: #0060df;
  color: #fff; }

.btn-blue:focus {
  background-color: #0060df;
  color: #fff; }

.btn.btn-green {
  font-size: 1.5em;
  color: #f2fafe;
  background-color: #1BBC9B;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 4px;
  padding: 10px 20px;
  -webkit-box-shadow: 3px 3px 29px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 29px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 29px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); }

.btn.btn-green:hover {
  background-color: #1cc19f;
  color: #fff; }

.btn.btn-green:focus {
  background-color: #1cc19f;
  color: #fff; }

.card {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 20px;
  -webkit-box-shadow: 3px 3px 29px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 3px 29px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 29px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  min-height: 100%; }

.card-claims {
  padding: 10px 20px;
  margin-bottom: 20px;
  min-height: 100%;
  color: rgba(0, 0, 0, 0.8); }

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0; }

.no-gutter ul {
  padding-left: 0; }

#pricing ul {
  margin-bottom: 25px;
  margin-bottom: 20px;
  min-height: 100%; }

#pricing li {
  padding-left: 15px;
  list-style: none;
  font-size: 1.3em;
  line-height: 2.5em;
  font-weight: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

#pricing .right li {
  color: #007ee5; }

#extension h4 {
  padding-left: 15px;
  list-style: none;
  font-size: 1.3em;
  font-weight: normal;
  margin-top: 35px; }

footer {
  color: #fff;
  min-height: 50px;
  padding-top: 150px;
  padding-bottom: 30px; }

footer a {
  color: #fff; }

footer a:hover, a:focus {
  color: rgba(255, 255, 255, 0.5); }

.panel-group .panel {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  -webkit-box-shadow: 3px 3px 29px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 3px 29px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 29px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  min-height: 100%; }

.panel-group .panel-heading {
  background-color: #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-image: none; }

.panel-group .panel-heading a:hover {
  color: #000; }

.panel-group .panel-heading a:focus {
  color: #000; }

.scrolloff {
  pointer-events: none; }

#map {
  width: 100%;
  height: 500px; }
  #map .angular-google-map-container {
    height: 500px; }

.bg-green {
  background-color: #0273c0;
  background-image: url(../img/index/bg-testimonials.png);
  background-size: cover;
  color: #fff;
  min-height: 500px;
  padding-top: 150px; }

.bg-green h2, #howit h2 {
  color: #fff; }

blockquote {
  border-left-color: #007ee5;
  color: #363636; }

.testimonial {
  font-size: 1.3em;
  color: #000;
  padding: 10px 0 30px; }

.img-center {
  margin: 0 auto;
  padding-bottom: 20px; }

#reference img {
  max-width: 70%; }

.jmeno {
  font-size: 1em;
  text-align: right;
  padding-top: 0;
  font-weight: 400; }

#reference .row > [class*='col-'] blockquote {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

#reference .row > [class*='col-']:nth-child(1) blockquote {
  border-color: #F7CA18; }

#reference .row > [class*='col-']:nth-child(2) blockquote {
  border-color: #1BBC9B; }

#reference .row > [class*='col-']:nth-child(3) blockquote {
  border-color: #F64747; }

#odnas .card {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

#howit img {
  max-height: 130px; }

@media screen and (max-width: 991px) {
  .row .col-sm-4 > .pull-right {
    float: none !important; }
  #howit .row {
    margin-bottom: 20px; }
  #howit p {
    padding-top: 2px !important; } }

#mapa h2 {
  z-index: 1;
  position: absolute;
  max-width: 70%;
  min-width: 30%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 1em;
  top: 10%;
  left: 0;
  text-align: right; }

@media screen and (max-width: 767px) {
  #mapa h2 {
    text-align: center; } }

.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 17px; }

.modal {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.modal-title {
  color: #003557; }

.btn-success {
  color: #f2fafe;
  background-color: #1BBC9B !important;
  background: #1BBC9B;
  border-color: #1BBC9B; }

.btn-success:hover {
  background-color: #1cc19f !important;
  color: #fff;
  background: #1BBC9B;
  border-color: #1BBC9B; }

.btn-success:active {
  background-color: #1cc19f !important;
  color: #fff;
  background: #1BBC9B;
  border-color: #1BBC9B; }

.modal-body {
  background-image: url(../img/index/bg-mid.png);
  color: white;
  background-position: center bottom;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 600; }

label {
  font-size: 1.1em;
  line-height: 1.8em;
  font-weight: 500; }

.form-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.modal p {
  display: initial; }

.form-control {
  opacity: 0.9; }

.grid {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  text-align: center; }

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  min-width: 320px;
  background: #3085a3;
  text-align: center; }

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%; }

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none; }

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0; }

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300; }

.grid figure h2 span {
  font-weight: 800; }

.grid figure h2,
.grid figure p {
  margin: 0; }

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%; }

/*---------------*/
/***** Sadie *****/
/*---------------*/
figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(242, 250, 254, 0) 0%, rgba(242, 250, 254, 0.8) 50%);
  background: linear-gradient(to bottom, rgba(242, 250, 254, 0) 0%, rgba(242, 250, 254, 0.8) 50%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0); }

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0); }

figure.effect-sadie:hover h2 {
  color: #000;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0); }

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
  color: #000;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

layout-header #attendance-logo {
  margin-top: 25px; }

layout-header button.navbar-toggle {
  color: white;
  margin-top: 20px; }

.navbar-brand.twigsee {
  display: block;
  float: left;
  clear: left;
  margin-top: 20px; }

.navbar-brand.twigsee img {
  width: 180px; }

@media (max-width: 991px) and (min-width: 767px) {
  layout-header > nav > div.container {
    width: auto;
    margin-right: 15px; } }

@media (max-width: 885px) and (min-width: 767px) {
  layout-header > nav > div.container {
    font-size: 12px; }
    layout-header > nav > div.container #bs-example-navbar-collapse-1 > ul > li > a {
      margin-top: 14px; }
    layout-header > nav > div.container #bs-example-navbar-collapse-1 > ul > li.button-menu > a {
      margin-top: 19px; }
    layout-header > nav > div.container a.navbar-brand img {
      width: 100px; }
    layout-header > nav > div.container .navbar-brand.twigsee img {
      width: 100px; } }

@media (max-width: 767px) {
  .wow {
    margin-top: 100px; } }

.footer-content {
  display: flex;
  align-items: flex-end;
  align-content: space-between;
  margin: 0 20px 20px 20px; }
  .footer-content > div {
    flex: 1 1 auto; }
    .footer-content > div.text-center {
      margin: 0 10px;
      white-space: nowrap; }
    .footer-content > div > div {
      margin-top: 8px; }

@media (max-width: 480px) {
  .footer-content {
    margin: 0 5px 20px 5px; } }

modal-price-list table {
  width: 100%; }
  modal-price-list table > tbody tr {
    border-bottom: 1px solid #ebebeb; }
    modal-price-list table > tbody tr th, modal-price-list table > tbody tr td {
      width: 50%;
      padding: 20px 0; }
    modal-price-list table > tbody tr th {
      padding-right: 30px;
      text-align: right; }
    modal-price-list table > tbody tr td {
      padding-left: 30px; }
    modal-price-list table > tbody tr:last-child {
      border-bottom: none; }

modal-contact .form-horizontal .control-label {
  padding-top: 0;
  margin-bottom: 15px;
  line-height: 34px; }

modal-contact textarea {
  margin-bottom: 15px; }

.points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .points > * {
    flex: 0 0 100%; }

@media (min-width: 768px) {
  .points > * {
    flex: 0 0 50%; } }

@media (min-width: 992px) {
  .points > * {
    flex: 0 0 33%; } }

.clickable {
  cursor: pointer; }

.disabled {
  cursor: default;
  color: #AAA; }

.visit {
  color: #093b6c; }

.lunches {
  color: #f7941d; }

page-child {
  margin: 30px auto;
  display: block; }
  page-child .child-info {
    margin-bottom: 15px; }
    page-child .child-info h2 {
      margin-top: 0; }
    page-child .child-info > div .summary {
      font-weight: bold; }
  page-child .container {
    background: #f2fafe;
    padding: 30px;
    border-radius: 5px; }
    page-child .container.error {
      margin-top: 10vh; }
    page-child .container > div.error {
      padding: 45px 30px;
      text-align: center; }
      page-child .container > div.error > img {
        width: 250px; }
      page-child .container > div.error > h2 {
        margin-top: 60px; }
  page-child .calendar {
    margin: 15px auto; }
  page-child .arrows, page-child h3 {
    margin: 10px auto;
    line-height: 28px; }
  page-child .header > div.week_day {
    border: none;
    height: auto; }
  page-child .week_day {
    height: 108px;
    width: calc(100% / 5);
    float: left;
    border-top: 1px solid black;
    border-left: 1px solid black;
    padding: 5px 10px; }
    page-child .week_day.weekend {
      display: none; }
    page-child .week_day:nth-of-type(7n-2) {
      border-right: 1px solid black; }
    page-child .week_day:nth-last-child(-n+7) {
      border-bottom: 1px solid black; }
    page-child .week_day.inactive > div, page-child .week_day.inactive > i {
      opacity: 0.5; }
    page-child .week_day.inactive > div.clickable {
      cursor: default; }
    page-child .week_day > i {
      float: right;
      margin: 3px 0; }
    page-child .week_day > div {
      margin: 10px; }
      page-child .week_day > div > span {
        line-height: 24px;
        display: inline-block;
        vertical-align: top; }
      page-child .week_day > div.inactive {
        opacity: 0.5;
        cursor: default; }
    page-child .week_day > div.closed {
      height: 60px;
      line-height: 60px;
      text-align: center;
      font-size: 14px; }

@media (max-width: 991px) {
  page-child .calendar {
    padding: 0 15px;
    overflow-y: auto; }
    page-child .calendar > .row {
      min-width: 630px; }
  page-child .week_day > div.closed {
    line-height: 30px; } }
