html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background : url("../images/bg.png") no-repeat center center fixed; ;
    font-family: "Roboto", "Helvetica", sans-serif;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: background-color 0.2s;
    will-change: background-color;
}

.inspired-by {
    display: block;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.wrapper {
    position: relative;
    /*  overflow-x: hidden;
      width: 100%;
      height: 98%;*/

}

.card {
    display: block;
    position: relative;
    /*  top: 46000%;;*/
    margin: 0 auto;
    /*  width: 320px;*/
    background-color: #fff;
    border-radius: 15px;

    box-shadow: 0 30 50 rgba(0, 0, 0, 0.2);

    transform: translateX(-50%);
    transition: left 0.5s ease-out;
    will-change: left;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.card--19 {
    left: 50%;
}

.card--solstice,
.card--huarache {
    left: 150%;
}

.card__header {
    position: relative;
    height: 170px;
    padding: 30px 30px 300px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    color: #fff;
    text-align: center;
}

.card__header--19 {
    background-color: #F72648;
    background-image: linear-gradient(#F72648, #FCCB3C);

    background: #F72648;
    background: linear-gradient(#F72648, #FCCB3C);
}

.card__header--solstice {
    background-color: #3CA3FC;
    background-image: linear-gradient(#3CA3FC, #FFD300);

    background: #3CA3FC;
    background: linear-gradient(#3CA3FC, #FFD300);
}

.card__header--huarache {
    background-color: #26C9F7;
    background-image: linear-gradient(#26C9F7, #DFFC3C);

    background: #26C9F7;
    background: linear-gradient(#26C9F7, #DFFC3C);
}

.card__watermark {
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

.card__watermark::after {
    content: attr(data-watermark);
    position: relative;
    left: -20px;
    color: rgba(0, 0, 0, .3);
    font-size: 240px;
    font-weight: 700;
    text-transform: uppercase;
}

.card__logo {
    width: 50px;
    height: auto;
}

.card__price {
    float: right;
    font-size: 16px;
    font-weight: 300;
}

.card__title {
    margin: 35px 0 20px;
    font-size: 20px;
    text-align: justify;
    color: #f7f8f9;
    line-height: 1.1em;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.card__subtitle {
    display: block;
    font-size: 13px;
    font-weight: 300;
}

.card__body {
    position: relative;
    padding: 40px 30px 20px;
}

.card__image {
    z-index: 1;
    position: absolute;
    top: -290px;
    left: -30px;
    width: 125%;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.card__wish-list {
    display: block;
    width: 95%;
    margin: 0 auto 15px;
    padding: 15px;
    border: 2px solid #fff;
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.card__wish-list--19 {
    color: #8850FF;
    border-color: #8850FF;
}

.card__wish-list--solstice {
    color: #FFBA00;
    border-color: #FFBA00;
}

.card__wish-list--huarache {
    color: #26C9F7;
    border-color: #26C9F7;
}

.card__category {
    display: block;
    font-size: 12px;
    color: #AEAEAE;
    text-transform: uppercase;
    text-align: center;
}

.card__will-animate {
    will-change: transform;
}

.cards-placeholder {
    display: block;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}

.cards-placeholder__item {
    opacity: 0.3;
    display: inline-block;
    margin-right: 10px;
    background-color: #fff;
    width: 30px;
    height: 5px;
    border-radius: 5px;

    transition: opacity 0.2s;
    will-change: opacity;
}

.cards-placeholder__item--active {
    opacity: 1;
}




/* This top margin is only for code pen display - delete it for your own personal use */
.container{
    margin-top:30px;
}
/*  Delete above margin   */


.content {
    text-align: center;
    border: 1px solid #f0f0f0;
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 30px;

    font-family: 'raleway';
    padding:13px;

}

.content li:first-child,
.content li:last-child {
    padding: 20px 20px 0px 13px;
}
.content li {
    list-style: none;
    padding-top: 7px;
    padding-bottom: 7px;

}

.content big {
    font-size: 36px;
}


.pricing li:nth-last-child(2) {
    padding: 30px 13px;
}

.row {
    margin-right: -15px !important;
    margin-left: -15px !important;
    padding-top: 40% !important;
}
ul, ol {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    background-color: #F72648;
    background-image: linear-gradient(#F72648, #FCCB3C) !important;
    border-top-right-radius: 15px !important;
    border-top-left-radius: 15px !important;
}

/* Glyphicon Green */
span.glyphicon-leaf {
    font-size: 2.9em;
    color: #5cb85c;
    display: block;
    margin: auto;
    margin-bottom:7px;
}
/* Title Color Green*/
.p-green big,
.p-green h3 {
    color: #5cb85c;
}
/* Button Color Green*/
.p-green button {
    background: #5cb85c;
}


/* Glyphicon Yellow */
span.glyphicon-send {
    font-size: 2.9em;
    color: #f0ad4e;
    display: block;
    margin: auto;
    margin-bottom:7px;

}
/* Button Color Yellow */
.p-yel button {
    background: #f0ad4e;
}
/* Title Color Yellow */
.p-yel big,
.p-yel h3 {
    color: #f0ad4e;
}



/* Glyphicon blue */
span.glyphicon-globe {
    font-size: 2.9em;
    color: #fff;
    display: block;
    margin: auto;
    margin-bottom:7px;
}
/* Button Color blue */
.p-red button {
    background: #428bca;
}
/* Title Color blue */
.p-red big,
.p-red h3 {
    color: #428bca;
}



/* Glyphicon Red */
span.glyphicon-stats{
    font-size: 2.9em;
    color: #d9534f;
    display: block;
    margin: auto;
    margin-bottom:7px;
}
/* Button Color Red */
.p-blue button {
    background: #d9534f;
}
/* Title Color Red */
.p-blue big,
.p-blue h3 {
    color: #d9534f;
}





/* --------- END PRICING TABLES BOOTSTRAP CSS ----------*/
.btn-outline {
    color: inherit;
    transition: all .5s;
    background-color:transparent;

}

.btn-primary.btn-outline {
    color: #428bca;
    background-color:transparent;


}

.btn-success.btn-outline {
    color: #5cb85c;
    background-color:transparent;

}

.btn-info.btn-outline {
    color: #5bc0de;
    background-color:transparent;

}

.btn-warning.btn-outline {
    color: #f0ad4e;
    background-color:transparent;

}

.btn-danger.btn-outline {
    color: #d9534f;
    background-color:transparent;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.btn-outline.btn-lg {
    background-color: transparent;
    padding-left:50px;
    padding-right:50px;
}

.btn-danger{
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px; 
    color:transparent;
}

.btn.btn-round {
    border-radius: 250px;
    border-radius: 100%;
    padding: 2px;
    margin: 0 4px 0 0;
    top: 0;
    font-size: 10px;
    text-align: center;
    background-color:transparent;
    max-width:50px;
    max-height:100%;
}

.text{
    color:#000;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size:15px;
}

@media (min-width: 768px){
    .row {
        margin-top: 50% !important;
    }
}

@media (min-width: 992px){
    .row {
        margin-top: 70% !important;
    }
}

@media (min-width: 1200px){
    .row {
        margin-top: 0% !important;
    }
}
