.insubcription H3 A {
    font-size: 0.5em;
    color: #000;
}
.insubcription {
    border: solid #e10141 thin;
}

.card {
    background-color: #FFF;
    padding: 20px;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.10);
    box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.10);
    margin-bottom: 20px;
    position:relative;
}

.condGen a {
    color: #000;
    font-weight: bold;
}

.basket ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.basket .itemAction a {
    color: #000;
}

.itemQuantity,.itemSpectator, .itemTitle, .itemDescription, .itemPrice, .itemAction {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.itemDescription span {
    display: block;
}

.itemAction {
    float: right ;
    text-align: right;
    margin-left: 10px;
}

.itemPrice {
    float: right ;
    text-align: right;
}


.itemQuantity {
    width: 5%;
    text-align: center;
}

.itemTitle {
    width: 20%;
}

.itemDescription {
    width: 40%;
}

.itemSpectator {

}



.basket .items > li{
    /*border-bottom: solid #EE5757 thin;*/
    padding-top: 10px;
    padding-bottom: 10px;
}
.basket .basketTitle {
    font-size: 1.3em;
    font-weight: bold;
    background-color: #39b396;
    color: #FFF;
    padding: 10px;
}


.basket .item{
    font-weight: bold;
}

.basket .subItems{
    margin-top: 10px;
}

.basket .subItem{
    background-color: #e4e4e4;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: thin #FFF solid;
    font-weight: normal;
    font-size: 0.9em;
}

.basket .subItem{
    background-color: #e4e4e4;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: thin #FFF solid;
    font-weight: normal;
}

.basket .subItem .itemAction {
    visibility: hidden;
}


.basket .total{
    background-color: #39b396;
    color: #FFF;
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px;
    margin-top: 5px;
    }

.basket .total .itemAction {
    visibility: hidden;
}


.basket .emptyBasket {
    position: absolute;
    top: 5px;
    right: 20px;
    height: 150px;
}

.basket .emptyBasket A{
    color: #000;
    text-decoration: none;
}

.emptyBasket .text{
    opacity: 1;
    transition: all 0.3s ease 0s;
    letter-spacing: 1px;
}

.emptyBasket:hover .text, .remove:focus .text {
    opacity: 1;
}


.basket {
    padding: 0;
}

.basket .toggle{
    text-decoration: none;
}

.basket .toggle:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: left;
    padding-right: 10px;
}
.basket .toggle.collapsed:after {
    content:"\e080";
}


.basket .toggle .price {
    display: none;
}

.basket .toggle.collapsed .price {
    display: block;
    float: right;
}




.numberCircle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    padding: 8px;
    font-size: 24px;
    border: 2px solid #018360;
    position: relative;
    margin: 0 auto 0 auto;

}
.numberCircle .height_fix {
    margin-top: 100%;
}
.numberCircle .content {
    position: absolute;
    left: 0;
    top: 50%;
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: -16px; /* Note, this must be half the font size */
}

.stepBar .step {
    text-align: center;
    color: #018360;
}

.stepBar {
    padding: 10px 0 10px 0;
}

.stepLabel {
    font-size: 0.8em;
    text-transform: uppercase;
    margin-top: 5px;
}

.selected .numberCircle {
    border: 3px solid #FFF;
}

.stepBar .step.selected {
    color: #FFF;
}