/**
 * fullPage 2.6.0
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

.section-buy .btn{
    text-shadow: none;
    opacity: .9;
    position: relative;
    padding: 16px 44px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 20px auto 5px;
    line-height: 1;
}

.section-buy .full-background{
    position: relative;
    z-index: 10;
}

.section-buy .full-background .container{
    padding-top: 0;
}
.section-buy .card{
    background-color: #FFFFFF;
    border-radius: 2px;
    padding: 7px;
    text-align: center;
    margin-top: 70px;
}
.section-buy .card h3,
.section-buy .card h1{
    color: #333333;
    text-shadow: none;
}
.section-buy h5{
    padding: 10px 0;
}

.section-buy .card h3{
    text-transform: uppercase;
    font-size: 1.3em;
}
.section-buy .card h1 small{
    display: inline-block;
    width: 35px;
}
.section-buy .card p{
    font-size: 1em;
    color: #a9a9a9;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 5px;
    min-height: 70px;

}
.section-buy .card h1{
    font-size: 6.3em;
    font-weight: 100;
    font-family: "Slim-Joe";
    text-transform: uppercase;
      
}
.section-buy .card h1 span{
    letter-spacing: 0px;
}
.section-buy .card .content-inside{
      padding: 35px 15px 27px;
      border: 1px solid #bbb;
      background: white;
      border-radius: 3px;
}
.section-buy .card .footer{
    padding: 0px;
    border-top: 0px;
}
.section-buy .btn-default:hover,
.section-buy .btn-default:focus{
    color: #333333;
}
.section-buy .btn.btn-fill{
    background-color: #c5a47e;
    border-color: #c5a47e;
    opacity: 1;
}
.section-buy .btn.btn-fill:hover,
.section-buy .btn.btn-fill:focus{
  background-color: #343434;
  border-color: #343434;
  color: white;
}
.section-buy .content{
    text-shadow: none;
    max-width: 768px;
    margin: 100px auto 80px;
    text-align: center;
    color: #FFFFFF;
}

.section-buy .separator{
  margin: 16px auto 32px;
  color: #c5a47e;
  width: 20%;
}

.separator-container .separator.line-separator:before,
.separator-container .separator.line-separator:after,
.section-buy .separator-container .separator.line-separator:before,
.section-buy .separator-container .separator.line-separator:after{
    border-color: #c5a47e;
}

.section-buy{
    background: transparent;
}

.section-buy{
/*    background: url('../img/bg_email_icewarp.jpg');*/
}
    
.section-buy,

.section-with-hover .project .over-area,
.section-with-hover .project .content,
.section-with-hover .project h4,
.section-with-hover .project p{
    opacity: 1;
}

@media (max-width: 768px){

    .section-buy .content{
        top: 0%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        text-shadow: none;
        max-width: 768px;
        margin: 75px auto 0;
    }


    .section-buy .full-background > .container{
        position: relative;
    }

    .section-buy .card{
        margin-bottom: 30px;
    }

    .separator, .section-buy .separator{
        width: 50%;
    }

}

@media (min-width: 400px) and (max-width:768px){
    .section-buy .card{
        max-width: 350px;
        margin: 0 auto 30px;
    }
}








