/* Typography */
/* Tables */
table {
  width: 100%;
  border: 1px solid #f0f0f0;
  margin: 30px 0; }

th {
  font-weight: bold;
  background: whitesmoke;
  padding: 5px; }

td {
  padding: 5px;
  border: 1px solid #f0f0f0; }

/* Notice Styles */
blockquote {
  margin-bottom: 1rem;
  padding-left: 20px;
  font-size: 1.25rem; }
  blockquote cite {
    display: block;
    font-size: 80%;
    color: #666666; }
    blockquote cite::before {
      content: "\2014 \00A0"; }
  blockquote > blockquote > blockquote {
    margin: 0; }
    blockquote > blockquote > blockquote p {
      padding: 15px;
      display: block;
      margin-top: 0rem;
      margin-bottom: 0rem;
      border: 1px solid #f0f0f0; }
    blockquote > blockquote > blockquote > p {
      /* Yellow */
      margin-left: -75px;
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #faebcc; }
    blockquote > blockquote > blockquote blockquote > p {
      /* Red */
      margin-left: -100px;
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1; }
    blockquote > blockquote > blockquote blockquote > blockquote > p {
      /* Blue */
      margin-left: -125px;
      color: #31708f;
      background-color: #d9edf7;
      border-color: #bce8f1; }
    blockquote > blockquote > blockquote blockquote > blockquote > blockquote > p {
      /* Blue */
      margin-left: -150px;
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6; }

.default-animation {
  transition: all 0.5s ease; }

.pulse {
  animation-name: pulse_animation;
  animation-duration: 2000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes pulse_animation {
  0% {
    transform: scale(1); }
  30% {
    transform: scale(1); }
  40% {
    transform: scale(1.08); }
  50% {
    transform: scale(1); }
  60% {
    transform: scale(1); }
  70% {
    transform: scale(1.05); }
  80% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }
/* images responsive */
img {
  max-width: 100%; }

/* Center the footer text */
.container .text-muted {
  margin: 20px 0;
  text-align: center; }

/* Make branding more obvious */
.navbar .navbar-brand {
  font-size: 26px;
  position: absolute;
  left: 50%;
  transform: translate(-50%); 
  margin: 0;
  padding: 4px 18px;
  z-index: 1;}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 40px; }

.header {
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
  color: #f5f2f8; }
  .header h1 {
    font-size: 60px;
    color: #f0f0f0;
    margin-top: 0; }
    @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
      .header h1 {
        font-size: 40px; } }
    @media only all and (max-width: 47.938rem) {
      .header h1 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 2.5rem; } }
  .header h2 {
    margin-top: 0;
    font-weight: normal; }
    @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
      .header h2 {
        font-size: 30px; } }
    @media only all and (max-width: 47.938rem) {
      .header h2 {
        font-size: 25px; } }
  .header .btn {
    font-size: 1.375rem;
    padding: 10px 30px;
    margin-top: 30px;
    border-radius: 3px;
    box-shadow: none;
    border: 0; }
    @media only all and (max-width: 47.938rem) {
      .header .btn {
        font-size: 1.25rem; } }

.navbar {
  position: sticky;
  z-index: 3;
  top: 0;
}
.navbar-brand {
  display: flex;
  max-width: 264px;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  height: 70px;
  align-items: center;
}
.navbar-toggler {
  border: 0;
  width: 60px;
  height: 40px;
  margin-left: 16px;
  position: relative;
  z-index: 15;
}
  .navbar-toggler span {
    display: block;
    height: 8px;
    border-top: transparent 2px solid;
    border-bottom: transparent 2px solid;
    width: 32px;
  }
  .navbar-toggler span::before {
    background: #000;
    content: '';
    display: block;
    height: 2px;
    transform: rotate(45deg);
    margin:-4px 0 0;
    transition: margin .3s;
    width: 32px;
    position: absolute;
  }
  .navbar-toggler span::after {
    background: #000;
    content: '';
    display: block;
    height: 2px;
    transform: rotate(-45deg);
    margin:-4px 0 0;
    transition: all .3s;
    width: 32px;
    position: absolute;
  }
  .navbar-toggler.collapsed span {
    border-color: #000;
  }
  .navbar-toggler.collapsed:hover span{
    border-color: #215A0DE5;
  }
  .navbar-toggler:hover span::before,
  .navbar-toggler:hover span::after {
    background-color: #215A0DE5;
  }
  .navbar-toggler.collapsed span::before {
    margin: -9px 0 0;
    transform:none;
  }
  .navbar-toggler.collapsed span::after {
    margin: 11px 0 0;
    transform:none;
  }
  .navbar-collapse .navbar-nav .nav-link:focus,
  .navbar-collapse .navbar-nav .nav-link:hover {
    color: #215A0DEB;
  }
  @media (max-width:1200px){
    .navbar-collapse {
      position: absolute;
      z-index: 11;
      top: 0;
      background-color: #fff;
      padding: 46px 30px 28px;
      border-radius: 0 0 .5rem 0;
      border-bottom: 1px solid #215A0DE5;
      border-right: 1px solid #215A0DE5;
    }
    .header-phone {
      margin-right: 30px;
    }
  }
.header-phone {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
  .header-phone:hover {
    text-decoration: none;
    color: #215A0DEB;
  }
  @media (max-width:768px){
    .header-phone {
      font-size: 16px;
      margin-right: 20px;
    }
  }
  @media (max-width:600px){
    .header-phone {
      position: relative;
      color: transparent !important;
    }
    .header-phone::before {
      display: inline-block;
      font: normal normal normal 34px/1 FontAwesome !important;
      font-size: 14px;
      font-size: inherit;
      text-rendering: auto;
      position: absolute;
      right: 6px;
      top: -3px;
      content: "\f098";
      color: #000 !important;
    }
    .header-phone:hover::before {
      color: #215A0DEB !important;
    }
  }

.main-content {
  margin-top: 2rem; 
  margin-bottom: 10vh;}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #fff; }
#footer .social {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 12px 0 0;
}
#footer .social li a{
  display: block;
  width: 48px;
  height: 48px;
  font-size: 30px;
  line-height: 44px;
  text-align: center;
  background-color: #215A0D99;
  color: #fff;
  border-radius: 24px;
  margin-right: 4px;
  transition: background-color .5s;
}
#footer .social li a:hover {
  background-color: #215A0D;
}
#footer .nav-item.active a{
  color:#215A0D;
  cursor: default;
}
#footer .nav-link{
  padding: 0;
}
#footer h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 24px 0 12px;
}
#footer a {
  color:#000;
  transition: color .3s;
}
#footer a:hover {
  color:#215A0D;
}
#footer .contacts {
  padding-top: 8px;
}
#footer .contacts p {
  margin:0;
}

.hero {
  position: relative;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  background-size: cover;
  background-position: center;
  border-image: url('../images/gm-image-border.png') 82/24px stretch;
  min-height: calc(100vh - 78px);
  overflow: hidden;
  text-shadow: #222 1px 1px 1px;
  margin: 0 12px;}
  .hero.hero-fullscreen {
    height: 100vh; }
  .hero.hero-large {
    height: 500px; }
  .hero.hero-medium {
    height: 400px; }
  .hero.hero-small {
    height: 110px; }
  .hero.hero-tiny {
    height: 8rem; }
  .header-fixed .hero {
    background-position: 50% 0; }
  .hero #to-start {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    font-size: 2rem;
    cursor: pointer;
    z-index: 2; }

    .hero .row {
      height: 100%;
    }
    .hero .card {
      background-color: #215A0D70;
      border: #F1F457CC 1px solid;
      border-radius: 50px;
      padding: 40px;
    }
    .hero .card .link-more{
      background-color: transparent;
      background-position: center;
      bottom: auto;
      top:8px;
      right: 8px;
      width: 60px;
      height: 60px;
    }
    @media (max-width:768px){
      .hero {
        border-image: none;
        border-radius: 30px;
      }
    }

ol.breadcrumb {
  padding-left: 0;
  background: transparent; }

.list-item {
  margin: 30px 0 50px; }

.blog-header-image {
  margin: 15px 0; }

.sidebar-content {
  margin-bottom: 50px; }

ul.pagination {
  justify-content: center; }
  ul.pagination li {
    border: 0; }
    ul.pagination li .page-link {
      display: block;
      padding: .5rem .75rem; }
      ul.pagination li .page-link span {
        display: initial;
        padding: 0; }

.related-pages {
  padding: 0;
  list-style: none; }
  .related-pages li {
    border-bottom: 1px solid #f0f0f0;
    line-height: 34px; }
    .related-pages li:last-child {
      border-bottom: 0; }
    .related-pages li a {
      display: block; }
  .related-pages .score {
    display: block;
    float: right;
    color: #999;
    font-size: 85%; }

.btn-file {
  position: relative;
  overflow: hidden; }
  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block; }

.modular .features {
  padding: 3.125rem 0;
  text-align: center; }
  .modular .features h2 {
    margin: 0;
    line-height: 100%; }
  .modular .features h2 + h3 {
    margin-top: 0;
    font-weight: normal; }
  .modular .features h4 {
    margin: 0.625rem 0; }
  .modular .features p {
    margin: 10px 0;
    font-size: 17px; }
    @media only all and (max-width: 47.938rem) {
      .modular .features p {
        font-size: 14px; } }
  .modular .features .feature-items {
    margin-top: 30px; }
    .modular .features .feature-items .feature {
      display: block;
      vertical-align: top;
      margin-top: 20px;
      margin-bottom: 10px; }
      .modular .features .feature-items .feature i.fa {
        font-size: 2.5rem;
        color: #62488A; }
      .modular .features .feature-items .feature h4 {
        font-size: 1rem;
        font-weight: normal; }
      .modular .features .feature-items .feature p {
        font-size: 14px;
        margin: 5px 0 10px; }
  .modular .features.big {
    text-align: center; }
    .modular .features.big .feature {
      margin: 30px 0; }
      .modular .features.big .feature.has-icon {
        display: flex; }
        .modular .features.big .feature.has-icon i.fa {
          flex: 0 0 auto;
          font-size: 3.125rem; }
        .modular .features.big .feature.has-icon .feature-content {
          flex: 1 1 auto; }
          .modular .features.big .feature.has-icon .feature-content.push {
            margin-left: 35px; }
      .modular .features.big .feature .feature-content {
        padding-right: 15px; }
        .modular .features.big .feature .feature-content h4 {
          font-size: 1.5rem;
          text-align: left;
          margin: 0; }
        .modular .features.big .feature .feature-content p {
          padding: 0;
          text-align: left;
          font-size: 14px; }
  .modular .featurette {
		padding: 10vh 0;
	}

.callout {
  background: #f0f0f0;
  color: #666666;
  padding: 15px 15px; }
  .callout:after {
    content: "";
    display: table;
    clear: both; }
  .callout .container h2 {
    padding-top: 1.25rem; }
  .callout .container img.float-md-left {
    margin-right: 2rem; }
  .callout .container img.float-md-right {
    margin-left: 2rem; }
  @media only all and (max-width: 47.938rem) {
    .callout .container img {
      margin-bottom: 1rem; }
      .callout .container img.float-md-left, .callout .container img.float-md-right {
        margin: 0 auto; } }

.modular .modular-row:last-child {
  margin-bottom: 2rem; }
.modular .modular-anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden; }

body.fixed-nav {
  padding-top: 50px; }

h2 {
  color: #215A0DE5;
  font-size: 36px;
  font-weight: bold;
}
.link-more {
  padding:8px 40px 8px 0;
  background: url('../images/arrow.png') center right no-repeat;
  background-size: contain;
  text-decoration: none;
  transition: all .3s;
}
.link-more span {
  display: inline-block;
  padding:8px 16px;
  margin-right: 8px;
  border-radius: 24px;
  background-color: #215A0DE5;
  border: #F1F457CC 1px solid;
  color: #F1F457CC;
}

.card {
  background-color: #215A0D66;
  border-radius: 30px;
  padding: 28px;
  position: relative;
  border: 0;
  margin-bottom: 18px;
}

.card.large-corner {
  border-radius: 48px;
  padding: 38px;
}
.card .link-more {
  width: 70px;
  height: 70px;
  padding:0;
  background: #fff url('../images/arrow.png') bottom right no-repeat;
  background-size: 48px;
  text-decoration: none;
  transition: all .5s;
  position: absolute;
  right: 0;
  bottom: -1px;
  border-radius: 30px 0 0;
}
.card .link-more:hover {
  background-size: 54px;
}
.card .link-more .corner {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: absolute;

}
.card .link-more .corner.top {
  top: -30px;
  right: 0;
}
.card .link-more .corner.bottom {
  left: -30px;
  bottom: 0;
}
.card .link-more .corner::before {
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  box-shadow: 30px 30px 0 0 #fff;

}

.card img {
  border-radius: 18px;
}
.card img.float-left {
  margin: 0 10px 0 0;
}
.card img.float-right {
  margin: 0 0 0 10px;
}

/* contact */
#contacts {
  padding: 24px 0;
}
#contacts .social {
  list-style: none;
  padding: 0;
  margin:0;
}
#contacts .social li {
  padding: 12px 0;
}
#contacts .social li a {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-weight: bold;
  padding-left: 48px;
  position: relative;
}
#contacts .social li a i{
  display: block;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  background-color: #215A0D99;
  color: #fff;
  border-radius: 24px;
  margin-right: 8px;
  transition: background-color .5s;
  position: absolute;
  left: 0;
}
#contacts .social li a:hover {
  color: #215A0D;
  text-decoration: none;
}
#contacts .social li a:hover i {
  background-color: #215A0D;
}

/*not specific classes*/
.text-lighter {
  opacity: .8;
}
.rounded-corners {
  border-radius: 28px;
}
/*owl carousel styles*/
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.owl-item > div {
  overflow: hidden;
}
  
  /*markdown extra <p> styles remove*/
  .owl-item > div > p {
    margin: 0;
  }
.owl-item > div .link-more {
  background-color: transparent;
  background-size: 48px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: 60px;
  min-width: 60px;
}
.owl-item > div .link-more:hover {
  background-size: 54px;
}

/* animated elements */
.animated-wrapper {
  /*overflow: hidden;*/
  margin-bottom: 18px;
}
  /*.animated-wrapper*/ .animated {
    transform: scale(0);
    transition: all 1s;
  }
  /*.animated-wrapper*/ h2.animated {
    transform: scale(0) rotate(90deg);
    
  }
  /*.animated-wrapper*/ .animated.visible {
    transform: scale(1) rotate(0deg);
    
  }
.form-container { 
  display: block;
  margin-bottom: 15vh;
}
.form-container.hidden { 
  display: none;
}
.form-container .form-field {
  padding: 0 0 12px;
}
.form-container .form-field .form-control {
  border-color: #215A0D;
  max-width: 600px;
}
.form-container .form-field .form-control:focus {
  box-shadow: 0 0 0 .2rem #215A0D55;
}
.form-container .buttons {
  text-align: center;
}
.form-container .submit-button,
.button{
  padding: 8px 28px;
  margin-right: 8px;
  border-radius: 20px;
  background-color: #215A0DE5;
  border: #F1F457CC 1px solid;
  color: #F1F457CC;
  transition: all .3s;
}
.form-container .submit-button:hover,
.button:hover {
  background-color: #215A0D;
  color: #F1F457CC;
  text-decoration: none;
}

video {max-width: 100%;}

#grav-login {
  max-width: 50rem !important; }
  #grav-login .col-sm-2 {
    width: 50%;
    text-align: right;
    padding-top: 5px; }
  #grav-login .col-sm-10 {
    width: 50%; }
  #grav-login form {
    padding-top: 30px; }
  #grav-login .rememberme {
    float: right !important; }
  #grav-login .form-actions button {
    margin-top: 50px; }
  #grav-login .form-actions .button.secondary {
    line-height: 26px; }
    #grav-login .form-actions .button.secondary i {
      line-height: 26px; }
  #grav-login .button {
    vertical-align: bottom !important; }

/*# sourceMappingURL=theme.css.map */
