/****************************
-- Buying Options --
****************************/
.ComponentBuy{
  display: block;
  font-family: "Neue Haas Unica Pro", sans-serif;
}

.ComponentBuy.arlov2 {
  font-family: 'morebirounded', serif !important;
}
.ComponentBuy .container{
  max-width: 1100px;
  padding: 80px 0;
  margin: 0 auto !important;
}

.ComponentBuy .ComponentSwimlane__Headline {
  font-weight: 300;
  margin-bottom: 10px;
}
.ComponentBuy .ComponentSwimlane__BodyCopy {
  font-weight: 300;
}
.ComponentBuy.arlov2 .ComponentSwimlane__Headline {
  font-weight: 400;
  margin-bottom: 10px;
}
.ComponentBuy.arlov2 .ComponentSwimlane__BodyCopy {
  font-weight: 400;
}

.ComponentBuy .col.left {
  display: inline-block;
  float: left;
  width: 50%;
}
.ComponentBuy .col.right {
  display: inline-block;
  width: 50%;
}

.ComponentBuy .textHolder {
  position: relative;
}


.ComponentSwimlane--SwimlaneStandard {
  font-family: "Neue Haas Unica Pro", sans-serif;
}
.ComponentSwimlane__Headline {
  font-weight: 300;
}
.ComponentSwimlane__BodyCopy {
  font-weight: 300;
}
.ComponentSwimlane__Cta {
  margin: 20px auto !important;
}
.ComponentSwimlane__Cta .button--primary {
    display: block;
    font-size: 16px;
    font-weight: 300;
    width: 170px;
    height: 60px;
    text-align: center;
    line-height: 56px;
    color: #fff;
    border-radius: 5px;
    border: none;
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#384851),color-stop(50%,#3c9));
    background: linear-gradient(90deg,#384851 50%,#3c9 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    transition: all .4s cubic-bezier(.785,.135,.15,.86);
}

.ComponentSwimlane__Cta .button--primary:hover{
  background-position: left bottom;
  color: #fff;
  cursor: pointer;
}


/*PriceSpider Like Button*/
.PackageCompareL .btn.t1.pricespiderlike_cta {
    padding: 5px 12px;
}



@media (max-width: 768px){
  .ComponentBuy .container {
    padding: 30px 0;
  }
  .ComponentHero__Textarea.desktop {
    display: none;
  }
  .ComponentBuy .ComponentSwimlane__Headline {
    margin-bottom: 15px;
  }

  .ComponentSwimlane__Cta .button--primary {
    margin: 0 auto;
  }

  .ComponentBuy .col.left {
    float: none;
    width: 100%;

  }
  .ComponentBuy .col.right {
    width: 100%;
  }
  .ComponentBuy .textHolder {
    text-align: center;
  }
  .ComponentBuy h1.ComponentSwimlane__Headline  {
    font-size: 40px;
  }
  .ComponentBuy--desktop{
    display: none;
  }

  .ComponentBuy--mobile {
    padding: 40px;
  }

  .ComponentBuy--mobile .textHolder {
    padding: 0 30px;
  }

  .ComponentBuy--mobile img {
    width: 100%;
  }
}

@media (min-width: 769px){
  .ComponentBuy .textHolder{
    padding: 0 30px;
    margin-top: 150px;
  }
  .ComponentBuy--mobile{
    display: none;
  }
}


@media (min-width: 1440px){
  .ComponentBuy .textHolder{
    margin-top: 50px;
      position: relative;
  }
}
