/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
body {
    margin: 0;
}
nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
header, main, footer {
      padding-left: 300px;
    }

    @media only screen and (max-width : 992px) {
      header, main, footer {
        padding-left: 0;
      }
    }
.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
.side-nav .divider {
	margin: 0 0 0;}
.parallax-container {
    position: relative;
    overflow: hidden;
    height: 500px;
    z-index: 1;
}
nav {
    color: #fff;
    background-color: #eeeeee;
    width: 100%;
}
h1 {
    font-size: 2.6rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0;
}
h2 {
    font-size: 2.2rem;
    line-height: 110%;
    margin: 1.78rem 0 1.424rem 0;
}
h3 {
    font-size: 2rem;
    line-height: 110%;
    margin: 1.46rem 0 1.168rem 0;
}
h4 {
    font-size: 1.8rem;
    line-height: 110%;
    margin: 1.14rem 0 .912rem 0;
}
h5 {
    font-size: 1.4rem;
    line-height: 110%;
    margin: .82rem 0 .656rem 0;
}
h6 {
    font-size: 1.2rem;
    line-height: 110%;
    margin: .5rem 0 .4rem 0;
}
.page-form {
    max-width: 50%;
    min-width: 320px;
    margin: 30px auto;
    border-radius: 10px;
    border-top: 10px solid red;
    border-bottom: 10px solid red;
}
.card .card-content.map {
    padding: 0px;
    border-radius: 0 0 2px 2px;
}
.btn, .btn-large, .btn-flat {
    border: none;
    border-radius: 4px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0px 11px;
    text-transform: CAPITALIZE;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    font-size: 12px;
}
.btn-flat{border: 1px solid;}
.phone h4 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 7px;
}
.phone h4 .subtitle {
    font-size: 11px;
    color: #949494;
    text-align: right;
    font-weight: 400;
}
.logo {
    height: 38px;
    margin-top: 6px;
}
.main.poster{font-size: 58px;font-weight: 600;margin-bottom: 24px;}
.second.poster {
    font-size: 24px;
    font-weight: 400;
    margin-top: 28px;
}
.title{font-size: 22px;margin-bottom: 12px;}
.lefttitle {font-size: 18px;}
html {
    font-size: 14px;
}
.wrapper{padding: 34px 0;}
.line{border-left:1px solid;padding: 0 32px!important;}
.service .line{border-left:1px solid red;padding: 0 32px!important;}

.footer a{color:#fff;}
.footer p{line-height: 21px;font-size: 12px;}
.footer.second{line-height: 14px;font-size: 10px;}
.container {
    width: 960px;
}
.subtitle{margin-bottom:20px;}
.month{width:98%;margin: 0 1% 4px 1%;border: 0px;border-radius:1;font-size: 10px;}
.day{width: 12%;margin: 0 1% 4px 1%;border: 0px;border-radius: 2px;font-size: 10px;height: 22px;line-height: 22px;}
.hour{width: 46%;margin: 0 1% 4px 1%;border: 0px;border-radius:1;font-size: 10px;}
.modal .modal-content {
    padding: 14px;
}



.card-container{
  perspective: 900px;
  margin-right: 20px;
}

.cardbox{
  position: relative;
  transition: all 0.6s ease;
  transform-style: preserve-3d;
}

.front,.back{
  top: 0;
  left: 0;
  border-radius: 5px;
  backface-visibility: hidden;
}

.front{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.back{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  position: absolute !important;
}

.card-container:hover .cardbox{
  transform: rotateY(180deg);
}

.back{
  transform: rotateY(180deg);
}
.region{font-size: 12px;color:#000;height: 14px;line-height: 14px;padding: 0 !important;}
