<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}

#golfer1background {
    background: url(../images/slider/golfer1.png) fixed;
    background: -moz-linear-gradient(top, rgba(32,4,145,0.5) 0%, rgba(135,82,249,0.5) 100%),url(../images/slider/golfer1.png); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(32,4,145,0.5) 0%,rgba(135,82,249,0.5) 100%),url(../images/slider/golfer1.png); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(32,4,145,0.5) 0%,rgba(135,82,249,0.5) 100%),url(../images/slider/golfer1.png); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80200491', endColorstr='#808752f9',GradientType=0 ),url(../images/slider/golfer1.png); /* IE6-9 */
}
#golfer2background {
    background: url(../images/slider/golfer2.png) fixed;
    background: -moz-linear-gradient(top, rgba(32,4,145,0.5) 0%, rgba(135,82,249,0.5) 100%),url(../images/slider/golfer1.png); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(32,4,145,0.5) 0%,rgba(135,82,249,0.5) 100%),url(../images/slider/golfer1.png); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(32,4,145,0.5) 0%,rgba(135,82,249,0.5) 100%),url(../images/slider/golfer1.png); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80200491', endColorstr='#808752f9',GradientType=0 ),url(../images/slider/golfer1.png); /* IE6-9 */
}

.owl-wrapper {
    position: relative;
}

.owl-controls {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.owl-theme .owl-controls .owl-page span {
    /*background: #fff !important;*/
}

.owl-img {
    width: 100%;
    height: 100%;
}

.owl-text-overlay {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /*color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.4);
    padding-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    border-radius: 15px 50px 30px 5px;*/
}

h2.owl-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}



.owl-theme .owl-controls .owl-page span:active {
    /*background: #fff !important;*/
}

/* hide previous and next */

.owl-buttons {
   /* visibility: hidden;
    display: none;*/
}

.goldtext2 {
    color: #D5AD6D; /*if no support for background-clip*/
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(120deg, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

h1.goldtext2:after {
    background: none;
    text-align: center;
    content: attr(data-text);
    z-index: -1;
    position: absolute;
    text-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.goldtext {
    background: linear-gradient(-45deg, #cfc09f 0%,#7e6022 20%, #cfc09f 38%, #cfc09f 46%,#ffecb3 58%,#7a5d1f 78%,#cfc09f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    position: relative;
}

h1.goldtext:before {
    background: none;
    text-align: center;
    content: attr(data-text);
    z-index: -1;
    position: absolute;
    text-shadow: 5px 5px 2px rgba(0, 0, 0, 0.4);
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.surname
{
    display: none;
    border: none;
}

</pre></body></html>