
/*--------------------------------------------------------------
# location
--------------------------------------------------------------*/
/*----  Main Style  ----*/
/*.active {
  border-bottom: 2px solid;
}
*/
#all-location h2
{
  text-align: center;
  font-size: 36px;
  color: grey;
  font-weight: 700;
  text-transform: uppercase;
}
#all-location .section-title p
{

  text-align: center;
  font-weight: 200;
  font-size: 17px;
  color: grey;
}
#cards_landscape_wrap-2 .container h2
{
  padding-bottom: 0px;
}

.nav
{
  color: none;
  background-color: none;
  border-color: none;
}

.border-0
{
  background: none !important;
  color:  black !important;
  border: none !important;
}
.border-0:hover
{
  color:  #0c7a3c !important;
  border: none !important;
  font-weight: 700;
}

.grid-filter li {
 display:inline-block;
 float:none;

 border:0;
 position:relative
}
.grid-filter li:active {
 text-decoration: underline #0c7a3c;
}

#cards_landscape_wrap-2{
  text-align: center;
  background: #F7F7F7;

}
#cards_landscape_wrap-2 .container{
  padding-top: 40px; 
  padding-bottom: 20px;
}
#cards_landscape_wrap-2 a{
  text-decoration: none;
  outline: none;
}
#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box{
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box img{
  -webkit-transition:all .9s ease; 
  -moz-transition:all .9s ease; 
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease; 
  width: 100%;
  height: 200px;
}
#cards_landscape_wrap-2 .card-flyer:hover .image-box img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
#cards_landscape_wrap-2 .card-flyer .text-box{
  text-align: center;
}
#cards_landscape_wrap-2 .card-flyer .text-box .text-container{
  padding: 30px 18px;
}
#cards_landscape_wrap-2 .card-flyer{
  background: #FFFFFF;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}
#cards_landscape_wrap-2 .card-flyer:hover{
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
}
#cards_landscape_wrap-2 .card-flyer .text-box p{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px; 
  font-size: 14px;
  letter-spacing: 1px;
  color: #020202;
}
#cards_landscape_wrap-2 .card-flyer .text-box h6{
  margin-top: 0px;
  margin-bottom: 4px; 
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Montserrat;
  letter-spacing: 1px;
  color: #08A3A0;
}



/*------------------------------------------------------------
#ski
--------------------------------------------------------------*/
#ski
{
  
  width: 100%;
}
.ski {
    background: url("../img/ah-ski-resort.png") center center no-repeat;
    background-size: contain;
    min-height: 350px;
}

#ski .border-ski
{
  background: #fff;
  color: #f2f2f2;
  opacity: 100%;
  width: 1169px;
  border-radius: 10px 10px 0 0;
  padding: 20px;
  margin-top: 24rem;
}



.border-ski1{
  background: #f2f2f2;
  border: 10px;
  width: 70%;
  margin:  0;

}

.ski h2 {
  font-size: 48px;
  font-weight: 700;
  color: #FEFEFE;
  margin-bottom: 15px;
}

.ski p
{
  color: #FEFEFE;
  text-align: center;
}

.border-ski p {


  text-align: justify;
}


.li-pad{

  padding-bottom: 10px;
}
