
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #444444;
    /*background-color: #400B20;*/
    background-color: #f5f5b5;
    background-color: #F3F2EF;
    /*background-image: url('/Pages_GolfEquipment/images2/bodybg_01.jpg');*/
}

.container {
    font-size: 14px;
}

p {
    font-size: 14px;
}
.titlebox {
    height: 140px;
    padding: 10px 10px 10px 10px;
    background-image: url('/sites/golfequipment/files/pics/sliderbg002.jpg');
    background-image: linear-gradient(45deg,#000000 5%,#4a0440 10%);
    background-image: linear-gradient(45deg,#000000 5%,#360B19 10%);
   /* background-image: linear-gradient(45deg,#360B19 30%, #4a0440 30%);*/
    color: white;
}

.pagebodyX {
    /*  background: url('/sites/golfequipment/files/pics/Golf_BG_Large003.jpg') no-repeat;*/
    background-image: url('/sites/golfequipment/files/pics/Golf_BG_Large001.jpg');
    /* background-image: url('/sites/golfequipment/files/pics/GolfLogo_square.jpg');*/
    background: url('/sites/golfequipment/files/pics/Golf_BG_Large001.jpg') center center no-repeat;
    /* background-size: cover;*/
} 
 

a {
    text-decoration: none;
    color: #770000;
}

    a:hover {
        color: #cccccc;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}




/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #fff101;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
    border: 1px solid #000000;
}

    .back-to-top i {
        font-size: 28px;
        color: #000;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #770000;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }




/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #0880e8;
        border-top-color: #bfe0fd;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
