
/* 
    Created on : Mar 2, 2015,
    Author     : Dakota Sonnentag
*/

.right-side {
    background-color: #EEE;
}

.giftMain{
    border-radius: 3px;
}
#rightColumnBorder {
    border-left: 1px solid #BABABA;
}
#rightColumn {
    border-left: 1px solid #BABABA;
}
.fancyEffectGift{
    float: right;
    margin-right: 15px;
    margin-left: 0px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.fancyEffectContent {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.bgWhite {
    background-color: #fff;
}
#infoText{
    text-align: justify;
    margin-top: 15px;
}

#giftImg{
    padding-top: 15px;
}
.giftSubText {
    padding-top: 10px;
    text-align: left;
}
#giftWrapper{
    text-align: left;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.giftMain:nth-child(1){
    border-radius: 3px 0px 0px 3px;
}
.giftMain:nth-child(2){
    border-radius: 0px 3px 3px 0px;
    /*background-color: #EEE;*/
}
#giftClickHere {
    text-align: center;
}
@media (max-width: 992px) {
    .giftMain {
        height: 100%;
    }
    .giftMain:nth-child(2){
        /*border-left: 1px solid #BABABA;*/
        background-color: #EEE;
    }
    .giftMain:nth-child(1){
        border-right: none;
    }
    .fancyEffectGift {
        margin-right: 0px;
    }

    
    .right-side{  float: right; }
}

@media (max-width: 767px) {
    #giftClickHere {
        font-size: 20px;
    }
    .giftMain:nth-child(1){
        border-right: 0px;
    }
    .giftMain:nth-child(2){
        border-left: 0px;
    }
    
    #rightColumn { border: none; }
    #rightColumnBorder { border-left: none; }
}

