#buynow h1, 
#buynow h2, 
#buynow h3, 
#buynow h4 {
    color: #06a94e;
}

#buynow h1 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
}

@media screen and (min-width: 64em){
  #buynow h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

@media screen and (min-width: 80em){
  #buynow h1 {
    font-size: 50px;
    font-size: 4.5rem;
  }
}

/****************************
-- Main --
****************************/
#buynow .wrapper {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 30px;
    position: relative;
    width: 100%;
    z-index: 0;
}

#buynow ul{
  list-style: none;
  padding: 0;
}

#buynow .support-swimlane{
  margin-top: 10px;
}

#buynow .main {
  padding-top: 20px;
}

#buynow .main h4 {
  color: #4d4d4d;
  margin-bottom: 1em; /*Used to be 0.83em*/
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

#buynow .compheader {
  padding-left: 137px;
}

#buynow .col1 {
  float:left;
  margin-top:20px;
}
#buynow .col2 {
  float:right;
  margin-top:-44px;
  left:30px;
}


#buynow .btn.t4 {
  width: 46%;
  margin-top: 0;
}

#buynow .support-swimlane .swimlane .col p {
  margin-bottom: 30px;

}

#buynow .compare-camera-features .grid-title img{
  /*width: 80%;*/
  width:65%;
  margin:auto;
}

#buynow .btn-open-optional.closeMenu:after {
    content: '-';
    background-position: -16px -23px;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    position: absolute;
}
#buynow .btn-open-optional:after {
    color: #b6b6b6;
    content: '+';
    font-family: arloicons;
    font-size: 30px;
    height: 16px;
    line-height: 9px;
    margin-top: 16px;
    position: absolute;
    right: 30px;
    text-align: center;
    width: 16px;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    background-position: -16px -23px;
}

#buynow .btn-open-optional:hover:after {
    color:#06a94e;
}

#buynow .btn-open-optional.closeMenu:after {
  content: '-';
  background-position: -16px -23px;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  position:absolute;
  line-height: 5px;
}


/* Media queries begin */

@media (max-width: 1279px){
  #buynow .support-swimlane{
    margin-top: 0;
  }
}
@media (max-width: 560px){

  #buynow .compheader {
    padding-left: 35px;
    font-size: 12px;
  }

  #buynow .col2 {
    float:left;
    margin-top:10px;
    left:-5px;
  }

  #buynow .compare-camera-features .grid-title img{
    /*width: 80%;*/
    width:100%;
    margin:auto;
  }

  #buynow .btn-open-optional:after {
    top:23px;
  }

}

@media (max-width: 485px){
  #buynow .col2 {
    left:0px;
  }
}


/****************************
-- Support Swimlane --
****************************/


#buynow .support-swimlane .img{
  border:0;
  vertical-align: bottom;
  display: inline-block;
}

/****************************
-- Tech Specs --
****************************/
#buynow .techspecs {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 0px;
  padding-bottom: 30px;
}

/****************************
-- Specs --
****************************/
#buynow .specs {
  background-color: #f8f8f8;
}

#buynow .specs .more {
  border-top: 1px solid #e5e5e5;
  padding: 30px 0 80px;
}

#buynow .specs .more .col {
  width: 100%;
}

#buynow .specs h4 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
}

#buynow .specs .specs-block > p,
#buynow .specs .spec {
  margin-bottom: 15px;
}

#buynow .specs .spec h5 {
  margin-bottom: 8px;
}

#buynow .specs .spec li {
  margin-top: 8px;
}

#buynow .specs .spec li:first-child {
  margin: 0;
}

#buynow .specs .more {
  overflow: hidden;
  position: relative;
}

#buynow .specs .more .close {
  background-color: #e7e7e7;
  border-radius: 100%;
  bottom: -78px;
  color: #989898;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  height: 135px;
  left: 50%;
  line-height: 1;
  margin-left: -78px;
  padding-top: 26px;
  position: absolute;
  text-align: center;
  transition: color 200ms ease;
  width: 135px;
}

#buynow .specs .more .close:hover {
  color: #0f6d35;
}

#buynow .specs .more .close:before {
  content: attr(data-icon);
  font-family: arloicons;
  font-size: 12px;
  line-height: 16px;
  margin-right: .5em;
}



/****************************
-- Optional --
****************************/


#buynow .optional{
  background: #f7f9f8;
}

#buynow .optional .grid{
  width: 100%;
  overflow: hidden;
}

#buynow .optional .grid:after{
  display: block;
  content: "";
  clear: both;
}

#buynow .optional .col{
  float: left;
  width: 31%;
  margin: 10px 1%;
  padding: 30px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 705px){
  #buynow .optional .col{
    float: none !important;
    display: block;
    width: 90%;
    border-left: 0 !important;
  }

  #buynow .optional .col:not(:last-child){
    border-bottom: 1px solid #e5e5e5;
  }
}

#buynow .optional .padding{
  display: block;
  height: 40px;
}

#buynow .optional .wrapper{
  padding: 39px 0px;
}

#buynow .optional .wrapper h1 > a {
    font-size: 39px;
    display: block;
    width: 100%;
    padding: 36px 0;
    position: relative;
}
#buynow .optional .wrapper h1 > a span{
    position: absolute;
    right: 10px;
    color: #959596;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

#buynow .optional .col-line{
  border-left:1px solid #e5e5e5;
}

#buynow .optional .grid h1{
  font-size: 24px;
  padding:  0;
}

#buynow .optional .col:last-child h1 {
    padding-bottom: 3px;
}

#buynow .optional .col h3{
  font-size: 17px;
  font-weight: bold;
}


#buynow .optional .grid h2{
  font-size: 20px;
  color: #4e4e4e;
  padding: 4px 0;
}

  #buynow .optional .col .optional-middle-sec1, #buynow .optional .col .optional-middle-sec2{
    display: block;
  }
  #buynow .optional .col .optional-middle1, #buynow .optional .col .optional-middle2{
    display: none;
  }


/****************************
-- Animation --
****************************/
#buynow .animation {
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
}

#buynow .animation:before {
  background-color: #06a74e;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

#buynow .animation .anim-wrap {
  left: 0;
  padding: 30px 30px 40px;
  position: absolute;
  right: 0;
  top: 0;
}

#buynow .animation .vertical-wrap {
  margin: 0 auto;
  max-width: 1120px;
  position: relative;
  text-align: center;
}

#buynow .animation .vertical-wrap .middle {
  width: 100%;
}

#buynow .animation .bottom {
  bottom: 20px;
  left: 30px;
  position: absolute;
  right: 30px;
  text-align: center;
  transition: opacity 300ms ease;
}

#buynow .animation .bottom.b2 {
  opacity: 0;
}

#buynow .animation .intro {
  opacity: 0;
  transition: opacity 300ms ease;
}

#buynow .animation .image {
  max-width: 400px;
  opacity: 0;
  -webkit-transition: -webkit-transform 800ms ease, margin 400ms ease;
  transition: transform 800ms ease, margin 400ms ease;
  width: 80%;
  margin: 0 auto;
}

#buynow .animation .img1,
#buynow .animation .img2 {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 400ms ease 150ms;
}

#buynow .animation .img2 {
  opacity: 0;
}

#buynow .animation .feats .bx-wrapper .bx-controls-direction a {
  width: 16px;
}

#buynow .animation .feats .bx-wrapper .bx-controls-direction a:after {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  height: 12px;
  left: 50%;
  line-height: 12px;
  margin-left: -5px;
  margin-top: -6px;
  position: absolute;
  text-align: center;
  text-indent: initial;
  top: 50%;
  width: 10px;
}

#buynow .animation .feats .bx-wrapper .bx-controls-direction .bx-prev {
  left: -25px;
}

#buynow .animation .feats .bx-wrapper .bx-controls-direction .bx-next {
  right: -25px;
}

/* Fixed Position */
#buynow .animation .anim-wrap.fixed {
  bottom: 0;
  position: fixed;
  top: 0;
}

/* State 1 */
#buynow .animation .state1 .intro,
#buynow .animation .state2 .intro {
  opacity: 1;
}

#buynow .animation .state1 .image,
#buynow .animation .state2 .image {
  opacity: 1;
}

/* State 2 */
#buynow .animation .state2 .bottom.b1 {
  opacity: 0;
}

#buynow .animation .state2 .bottom.b2 {
  opacity: 1;
}

#buynow .animation .state2 .image {
  margin-bottom: 40px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#buynow .animation .state2 .img1 {
  opacity: 0;
}

#buynow .animation .state2 .img2 {
  opacity: 1;
}



@media screen and (min-width: 80em){
#buynow .swimlane.grid {
    margin-top: -150px;
}
}

@media screen and (min-width: 64em){
#buynow .support-swimlane .grid {
    margin: 0 -65px;
    padding: 20px 0 0;
}
}
@media screen and (min-width: 48em){
#buynow .support-swimlane .swimlane {
    padding: 40px 0;
}
}
#buynow .support-swimlane .swimlane {
    padding: 20px 0;
}
@media screen and (min-width: 48em){
  #buynow .swimlane {
      margin: 0 -10px;
      padding: 40px 0;
      text-align: left;
  }
}
#buynow .swimlane {
    padding: 20px 0 40px;
    text-align: center;
}
#buynow .grid {
    font-family: arloicons;
    /* padding: 0px 0 70px 0; */
    transform: initial;
    position: relative;
    left: 0;
    width: initial;
}

@media screen and (min-width: 64em) {

  /*---------------------
  Support Swimlane
  ---------------------*/
/*   #buynow .support-swimlane .grid {
    margin: 0 -65px;
    padding: 20px 0 65px;
  } */

  #buynow .support-swimlane .grid .copy {
    padding: 0 65px;
    width: 57.2%;
  }

  #buynow .support-swimlane .grid .img {
    padding: 0 65px;
    width: 42.8%;
  }

  #buynow .support-swimlane .img .limiter {
    margin-right: 15px;
  }

  #buynow .support-swimlane .img .limiter img {
    right: auto;
  }

  #buynow .support-swimlane .links a {
    font-size: 13px;
    font-size: 1.3rem;
  }

  #buynow .support-swimlane .links li {
    margin-top: 13px;
  }

  /*---------------------
  Featured
  ---------------------*/
  #buynow #support h4 {
    font-size: 28px;
    font-size: 2.8rem;
  }

  #buynow #support .featured .grid {
    margin: 0 -30px;
    padding: 60px 0 100px;
  }

  /* FAQs */
  #buynow #support .featured .faqs {
    padding: 0 30px;
    width: 39.83%;
  }

  #buynow #support .featured .faqs h5 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0;
  }

  #buynow #support .featured .faqs p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  #buynow #support .featured .faqs .more {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 25px;
  }

  /* Videos */
  #buynow #support .featured .videos {
    padding: 0 30px;
    width: 60.17%;
  }

  /*---------------------
  Article List
  ---------------------*/
  #buynow #support .article-list {
    padding-top: 50px;
  }

  /* Articles */
  #buynow #support .article-list .articles .col {
    width: 25%;
  }
}

#buynow .title-cover-top {
    background: url(../images/title-cover-top-svg.svg) bottom center no-repeat transparent;
    background-size: 100% 100%;
    bottom: 100%;
    height: 0;
    left: 0;
    margin-bottom: -1px;
    padding-bottom: 7.2917%;
    position: absolute;
    right: 0;
}

#buynow .main-title .bottom {
    background-color: #fff;
    position: relative;
}

@media screen and (min-width: 64em){
  #buynow .main-title .bottom .wrapper {
      margin-top: -45px;
  }
}

#buynow .main-title .wrapper {
    max-width: 700px;
}

#buynow .on-load-anim.wf-active .main-title.loaded {
    -webkit-animation: fadeInFromTop 300ms ease-in 500ms forwards;
    animation: fadeInFromTop 300ms ease-in 500ms forwards;
}
#buynow .on-load-anim .main-title {
    opacity: 0;
}
#buynow .main-title {
    background-position: center center;
    background-size: cover;
}

#buynow .main-title .top {
    background-color: #06a94e;
    background-position: center;
    background-size: cover;
}

#buynow .top-white .main-title .top .inner {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(20%,rgba(255,255,255,0.96)), color-stop(100%,rgba(230,230,230,0.8)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.96) 20%,rgba(230,230,230,0.8) 100%);
    background-position: center center;
    background-size: cover;
}

@media screen and (min-width: 60.0625em){
  #buynow .main-title .top .inner {
      padding-top: 120px;
  }
}

@media screen and (min-width: 40.0625em){
  #buynow .main-title .top .inner {
      padding-top: 61px;
  }
}

#buynow .main-title .top .inner {
    background-color: rgba(6, 169, 78, 0.9);
    padding: 53px 0 7.2917%;
}

@media screen and (min-width: 64em)
#buynow .main-title .top .wrapper {
    padding: 20px 15px 40px;
}
#buynow .main-title .top .wrapper {
    max-width: 730px;
    padding: 15px;
}
#buynow .main-title .wrapper {
    max-width: 700px;
}

#buynow .main-title .top .inner {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(20%,rgba(255,255,255,0.96)), color-stop(100%,rgba(230,230,230,0.8)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.96) 20%,rgba(230,230,230,0.8) 100%);
    background-position: center center;
    background-size: cover;
}

#buynow .main-title .top .inner h1{
  color: #06a94e;
}

@media screen and (min-width: 60.0625em){
#buynow .main-title .top .inner {
    padding-top: 120px;
}
}
@media screen and (min-width: 40.0625em){
#buynow .main-title .top .inner {
    padding-top: 61px;
}
}

#buynow h3 {
    color: #06a94e;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 64em){
#buynow h3 {
    font-size: 26px;
    font-size: 2.6rem;
}
}

@media screen and (min-width: 80em){
#buynow h3 {
    font-size: 34px;
    font-size: 3.4rem;
}
}

#buynow .support-swimlane .swimlane .col p {
    margin-bottom: 30px;
}

#buynow p:first-of-type {
    margin-top: 0;
}


@media screen and (min-width: 48em){
#buynow .support-swimlane .copy {
    padding-bottom: 1.3889%;
}
}

#buynow .support-swimlane .copy {
    padding-bottom: 20px;
    text-align: left;
}

#buynow .support-swimlane .copy .btn{
  text-align: left;
}

@media screen and (min-width: 64em){
#buynow .swimlane > .copy {
    width: 64.29%;
}
}

@media screen and (min-width: 48em){
#buynow .swimlane > .copy {
    display: inline-block;
    max-width: none;
    vertical-align: middle;
    width: 58.33%;
}
}

#buynow .btn.t4 {
    width: 46%;
    margin-top: 0;
}
#buynow .btn.t4, #buynow #header.fixed .btn.t1 {
    background-color: #06a94e;
    color: #fff;
}
#buynow .col1 {
    float: left;
    margin-top: 20px;
}

#buynow .btn {
    border-radius: 23px;
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    padding: 13px 25px 15px;
    position: relative;
    transition: all 200ms ease-in-out;
}

@media screen and (min-width: 40.0625em){
  #buynow .btn {
      font-size: 15px;
      font-size: 1.5rem;
  }
}

#buynow a {
    color: #06a94e;
    cursor: pointer;
    line-height: 1;
    text-decoration: none;
}

#buynow .btn.t4:hover, #buynow #header.fixed .btn.t1:hover {
    background-color: #0f6d35;
}

@media screen and (min-width: 64em){
  #buynow .support-swimlane .btn::after {
      top: 20px;
  }
}

#buynow .btn::after {
    content: "→";
    position: absolute;
    right: 16px;
    width: 0px;
    overflow: hidden;
    transition: width 200ms ease-in-out;
}

#buynow .btn:hover:after {
    padding-left: 5px;
    width: 16px;
}

#buynow .btn:hover {
    padding-left: 17px;
    padding-right: 33px;
}



#buynow .col1 {
    float: left;
}

@media (max-width: 1023px){
  #buynow .col.img.animate {
    display: block;
    width: 50%;
    margin: 50px auto;
  }
  #buynow .wrapper.center{
    width: 90%;
  }
  #buynow .support-swimlane .copy{
    text-align: center;
  }
  #buynow .btn.t4{
    text-align: center !Important;
  }
}

@media screen and (max-width: 616px){
  #buynow a.btn.t4.col1 {
      margin-right: 7.5%;
  }
   #buynow a.btn.t4{
     font-size: 13px;
   }
   #buynow .support-swimlane .copy a.btn{
     min-height:61.99px ;
   }
}

@media screen and (max-width: 499px){
   #buynow a.btn.t4.col1 {
      margin-right: 4%;
  }
}

@media screen and (max-width: 485px){
  #buynow .support-swimlane .copy a.btn{
    display: block;
    width: 100% !important;
    margin: 0 0 3% 5px !important;
    font-size: 15px;
    min-height: inherit;
    padding: 18px 20px;
  }
}

#buynow section.product-list h2, #buynow section.product-list h3, #buynow section.product-list h4 {
  color:  #06a94e;
}

#buynow .product-list > .wrapper {
    text-align: center;
}

#buynow .product-list .item h5 {
    /* margin: 0.5em 0; */
    margin: 0;
    /* font-size: 16px; */
}


#buynow .product-list .item p {
  font-size: 15px;
}

#buynow .product-list .item h5 {
    color: #4d4d4d;
}
#buynow .product-list h2, #buynow .product-list h5 {
    margin-bottom: 20px;
}
#buynow .product-list .item h5 {
    font-size: 18px;
    font-size: 1.8rem;
}
#buynow .product-list .item h5 {
    margin: 0.5em 0 0 0;
}
@media screen and (min-width: 64em){
  #buynow h5 {
      font-size: 16px;
      font-size: 1.6rem;
  }
}

#buynow h5 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 30px 0;
}

#buynow .product-list .item ul {
  list-style-type: none;
  text-align: center;
}
#buynow .product-list .item ul {
  /* list-style-type: disc; */
  /* margin: 0 0 5px 15px; */
  padding: 0;
}

@media screen and (min-width: 40.0625em){
  #buynow .product-list .grid .item:nth-child(2n+1), #buynow .product-list > .center .grid .item:last-child {
    border-left: 0;
  }

  #buynow .product-list .grid .item:nth-child(3n+3){
    border-right: 0;
  }
}

@media screen and (min-width: 40.0625em){
  #buynow .product-list .grid .item:first-child, #buynow .product-list .grid .item:first-child + .item {
    margin: 0;
  }
}

@media screen and (min-width: 40.0625em){
  #buynow .product-list .grid .item {
    border-top: 0;
    border-left: 1px solid #e5e5e5;
    display: inline-block;
    padding: 0 30px;
    width: 50%;
  }
}

@media screen and (max-width: 960px){
  #buynow .product-list .grid .item {
    margin: 40px 0 0;
  }
}

@media screen and (min-width: 60em){
  #buynow .product-list .grid .item {
    border-left: 0;
    border-right: 1px solid #e5e5e5;
    padding: 0 50px;
    width: 33.33%;
  }
}

#buynow .product-list .item:first-child, #buynow .product-list .bx-wrapper .item {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
#buynow .product-list .item {
  border-top: 1px solid #e5e5e5;
  display: block;
  /*margin-top: 30px;*/
  padding-top: 30px;
}

#buynow .product-list .grid > .col {
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
}

@media (max-width: 641px){
  #buynow .product-list .grid > .col {
    display: block;
  }
}

#buynow #price {
  font-size: 18px;
  color: #06a94e;
}

@media screen and (min-width: 64em){
  #buynow .product-list .item .price {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#buynow .product-list .item p.price {
  color: #989898;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 64em){
  #buynow .product-list .item p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#buynow .compare-camera-features {
    padding: 20px 0 60px;
}

#buynow .compare-camera-features h2 {
    margin-bottom: 40px;
}

#buynow .compare-camera-features .grid {
    width: 100%;
    padding: 0;
}

#buynow .compare-camera-features .grid:last-child .col-line{
  border-bottom: 0;
}

#buynow .compare-camera-features .grid .col-line {
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

#buynow .compare-camera-features .grid .col {
    width: 24%;
    float: left;
    padding: 2px 1%;
}

#buynow .green-font-for-col {
    color: #1DA953;
}

#buynow p:first-of-type {
    margin-top: 0;
}

#buynow p.small {
    font-size: 1.3rem;
    margin: 0;
}

@media (max-width: 490px){
  #buynow .compare-camera-features .grid .col p {
      font-size: 1.3em;
      text-align: left;
  }
}

#buynow p.p-buynow {
    margin-bottom: 25px;
}