﻿
/* ================= BACK TO TOP BUTTON ================== */
/*@media only screen and (max-width:1024px) {
    .buy-now-corner {
        display: none !important;
    }
}*/

 .buy-now-corner  {
    background-color: red;
    position: fixed;
    bottom: 1.5em;
    right: 1.5em;
    display: none;
    background-image:url('../images/shopping.png');
    background-repeat:no-repeat;
    background-position:center center;
    width:60px;
    height:60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition:background 0.2s ease-in-out;
    -moz-transition:background 0.2s ease-in-out;
    -o-transition:background 0.2s ease-in-out;
    -ms-transition:background 0.2s ease-in-out;
    transition:background 0.2s ease-in-out;
}

.buy-now-corner:hover  {
    background-image:url('../images/shopping-invert.png');
}



/*---------------- home-slider-frame  -----------------*/

#home-slider-frame {
    width:100%;
   /* height:100%;*/
    position: absolute;
    top: 0;
    left:0;
}


/* Responsive2*/

.charity .title {

    margin-bottom: 0px;
	font-size: 26px;
	margin-top:80px;
}

.charity img {
    width:50%;
}

.charity p{
    line-height:2em;
}