/* Gifts By Les custom css */

@media screen and (max-width:992px){
    #bio p{
        margin-top:0 !important;
    }
}
.custom-bg{
    color:#FF4653;
    font-size:64px;
    text-align:center;
    font-family: 'Abril Fatface', cursive;
}
.section-heading1{
    background-image: url('../img/bg4.jpg');
    background-size:cover;
    text-shadow:1px 1px 3px #000;
    color:#fff;
    padding:10px;
}
.section-heading2{
    background-image: url('../img/bg3.jpg');
    background-size:cover;
    text-shadow:1px 1px 3px #000;
    color:#fff;
    padding:10px;
}
.section-heading3{
    background-image: url('../img/bg2.jpg');
    background-size:cover;
    text-shadow:1px 1px 3px #000;
    color:#fff;
    padding:10px;
}
.products12{
        background-color:#eee;
        margin:10px;
        padding:10px;
}
.price{
    color:#fff;
    background-color:#0063C0;
    text-align:center;
    padding:20px;
    font-size:25px;
    margin:20px auto;
    line-height:30px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f8fff+0,2989d8+50,207cca+51,2d95e5+99 */
background: #4f8fff; /* Old browsers */
background: -moz-linear-gradient(top, #4f8fff 0%, #2989d8 50%, #207cca 51%, #2d95e5 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #4f8fff 0%,#2989d8 50%,#207cca 51%,#2d95e5 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #4f8fff 0%,#2989d8 50%,#207cca 51%,#2d95e5 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f8fff', endColorstr='#2d95e5',GradientType=0 ); /* IE6-9 */
    box-shadow: 2px 2px 8px #888888;
    border:1px solid #ffffff;
}
.price:hover{
background-color:#064D90;
background:navy;
 }
.products12 img{
    padding-top:25px;
    margin-top:40px;
    width:80%;
    margin:0 auto;
}
.footer{
    background-color:#eee;
    border-top:4px solid #ccc;
    margin-top:20px;
    height:130px;
}
.footer p{
 margin-top:60px;
 text-align:center;
 vertical-align:middle;
}
.marketing-section{
 background-color:#2b2881;
 background-image: url('../img/bg4.jpg');
 background-size:cover;
}
.event-12{
 background-color:#99ccff;
 background-image: url('../img/bg1.jpg');
 background-size:cover;
 }
.event-13{
 background-color:#0099ff;
}
.event-14{
 background-color:#0022ff;
 background-image: url('../img/amazing.jpg');
 background-size:cover;
}
.text-highlight{
 font-size:30px;
 color:#eeeeee;
}
.pull-right{
 position:fixed;
 right:0;
 bottom:0;
 padding:10px 10px 0px 10px;
 z-index:1000;
}
.lspic{
margin-top:20px;
margin-bottom:20px;
position:relative;
}