/* Add here all your CSS customizations */

.bgheader{background: url(../img/bgheader.png) 0 0;}

.bodybottom {

    padding-bottom:5px !important;
}

.homegallery
{
    min-height:150px;
    max-height:150px;
}

.actimg {
    min-height: 300px !important;
    max-height: 360px !important;
}

.actimg2 {
    max-height: 280px !important;
}

.effectdiv {
    position: absolute;
    z-index: 555;
    width: 89px;
    height: 100px; top:-20px;
    background: url(../img/logo-effect.png);
    -webkit-animation: mymove 2s infinite;
    animation: mymove 3s infinite;
}
/*
effectdiv:hover {
    -webkit-animation-play-state: paused;  Safari 4.0 - 8.0 
    animation-play-state: paused;
}
*/


/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {left: 0px;}
    to {left: 320px;}
}

@keyframes mymove {
    from {left: 0px;}
    to {left: 320px;}
}






.quickh{min-width:120px; float:left; text-align:left;}

.topbg{background: rgba(255, 255, 255, 0.4) !important;}

.bggallery{
	
background: rgb(254,244,204);
background: linear-gradient(90deg, rgba(254,244,204,1) 0%, rgba(209,209,209,1) 100%);
}



.bginrpgh{
    background: rgb(242,242,242);
background: -moz-linear-gradient(90deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 50%, rgba(242,242,242,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 50%, rgba(242,242,242,1) 100%);
background: linear-gradient(90deg, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 50%, rgba(242,242,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2",endColorstr="#f2f2f2",GradientType=1);
}

.bginrcont{background:rgba(255, 255, 255, 0.9);
box-shadow: 0 0 20px 0 #d1d1d1;;
}

.bginrpg1
{
background: url(../img/bg1.jpg) 0 0 repeat;
background-attachment: fixed;

}

.bginrpg2
{
background: url(../img/bg2.jpg) 0 0 repeat;
background-attachment: fixed;

}

.bginrpg3
{
background: url(../img/bg3.jpg) 0 0 repeat;
background-attachment: fixed;

}

.bginrpg4
{
background: url(../img/bg4.jpg) 0 0 repeat;
background-attachment: fixed;

}










