.header.header--big{
  position:relative
}

.header--big:before{
  content:'';
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-image:linear-gradient(to bottom right,#002f4b,#00afff);
  opacity:.3
}

.header__logo{
  position:relative;
  z-index:100
}

 
.header--big .reserve{
  z-index: 10;
}


@media (max-width:767px){
  .header--big{
    background:url(../img/denver-to-vail-transportation.jpg) center no-repeat;
    background-size:cover;
    height:300px;
  }
  .header i{
    margin-top:-10px
  }
  .header i:first-child{
    margin-top:0
  }
}

.footer__menu{
  padding-left: 0;
}

.header-map{
  overflow: hidden;
  min-height: auto;
}

.header-map-wrapper iframe{
  height: 492px;
}

.p404{
  min-height: 600px;
  padding: 150px 0 50px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  text-align: center;
  color: #333;
}
.p404 .title{
  font-size: 150px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1;
}
.p404 h1{
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 28px;
  color: #333;
}
.main-section .p404{

}

@media all and (min-width: 768px){
  #archive-posts-container{
    display: flex;
    flex-wrap:  wrap;
    justify-content: space-between;
  }
  #archive-posts-container:before,#archive-posts-container:after{
    display: none;
  }
  #archive-posts-container .post{
    width: 48%;
    border: none;
    padding-bottom: 0;
    position: static !important
  }
  #archive-posts-container .posts-inner-container{
    border: none
  }
}



@media all and (min-width: 768px) and (max-width: 991px) {

  .header-map{
    padding-top: 100px;
    display: block;
    height: 592px;
  }
  .footer__articles a,.footer__menu a,.footer__social-contacts a{
    font-size: 16px
  }
  .icon--logo_footer{
    background-size: 244px 5042px;
    width:  200px;
  }
  .footer__social-copyright{
    font-size: 12px
  }
}
@media all and (max-width: 767px){
  .header-map{
  }
  .footer-block_left{
    display: none;
  }
  .footer-block_right{
    width: 100%;
  }
  .footer__articles li{
    text-align: center
  }
  .footer__social-links li{
    padding: 0 15px
  }
    .footer-block{
    display: flex;
    flex-wrap: wrap;
  }
  .footer-block_center{
    width: 100%;
    order:  1;
  }
  .title.about__title{
    font-size: 50px;
    margin-bottom: 15px;
  }

}

@media all and (max-width: 991px) {
  .header-map{
    display: block;
    min-height: 0;
  }
  .articles .container{
    width: 100%;
  }
  .articles__image{
    top: -1px;
  }
  .articles__txt,.articles__row{
    height: auto;
  }
  .pertners__list{
    flex-wrap: wrap;
    justify-content: center;
  }
  .pertners__list li{
    margin: 5px;
  }
  .about__subtitle{
    margin-bottom: 15px;
  }
  .articles__txt{
    padding: 30px;
  }
  .articles h3.title{
    margin-bottom: 15px;
  }
  .articles__text a{
    margin-top: 10px;
  }
  .contact h3.title{
    margin-bottom: 15px;
  }
}
@media all and (min-width: 992px) {
  .archive-posts-container .posts-inner-container{
    display: flex;
  }
  .archive-posts-container .entry-thumbnail{
    flex:  0 0 33.333%;
  }
  .archive-posts-container .posts-content-container{
    flex:  1 1 auto;
  }

}
.site-content .pagination{
  margin: 0 0 50px;
}
.site-content .archive-posts-container{
  margin-bottom: 0;
}
#archive-posts-container{
  margin-bottom: 0;
}
.single-post .page-title-section, .archive .page-title-section, .category .page-title-section{
  margin-top: 25px;
  min-height: 0px;
  padding: 10px 0;
  height: auto;
}
.single-post .page-title-container, .archive .page-title-container, .category .page-title-container{
  display: flex;
  flex-wrap: wrap;
}
.single-post .page-title-header, .archive .page-title-header, .category .page-title-header{
  display: flex;
  flex-wrap: wrap;
}
.blog h1{
  padding-top: 30px;
  color: #333;
}
.page-title-container .page-breadcrumbs{
  order:  -1;
  width: 100%;
}
.entry-meta li:first-of-type{
  margin-left: 0;

}
.entry-meta li:first-of-type:before{
  display: none;
}

h1{
  font-size: 52px;
  font-weight: 700;

  /*color: #fff;*/
}
.header h1{
  text-transform: uppercase;
  color: #fff;
  font-family: AgencyFB_Bold,Arial,sans-serif;
}

.butn{
  display:block;
  position: relative;
  padding:0px;
  width: 290px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  animation: pulses 1s infinite cubic-bezier(0.6, 0, 0, 1);
  box-shadow: 0 0 0 0 rgb(90 153 220 / 70%) ;
}

@-webkit-keyframes pulses {
  to {
    box-shadow:0 0 0 15px rgba(90, 153, 220, 0)
  }
}