<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ### FONT
    font-family: 'Oswald', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Kristi', cursive;
    font-family: 'Lora', serif;
*/


html { 
	font-size: 62.5%; 
}
body {
    color: #2e3032;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container {
    max-width: 100%;
    width: 880px;
}
.big-container {
    width: 1068px;
}
.color-white {
	color: #fff !important;
}
.color-black {
    color: #000 !important;
}
.color-green {
    color: #9bb21d !important;
}
.color-red {
    color: #ea3535 !important;
}
.normal {
    font-weight: 400 !important;
}
.heavy {
    font-weight: 900 !important;
}
.open-sans {
    font-family: "Open Sans",sans-serif;
}
.italic {
    font-style: italic;
}

hr.bar-spacer {
    border-bottom: 1px solid #a8a8a8;
    border-top: 0 none;
    display: block;
    margin-bottom: 4rem !important;
}
.spacer {
    display: block;
    height: 1px;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
}
.double-spacer {
    border-bottom: 1px solid #969696;
    border-top: 1px solid #969696;
    height: 6px;
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.uppercase {
    text-transform: uppercase;
}
p {
    margin-bottom: 2rem;
}
h3, h2, h1 {
    font-family: "Oswald",sans-serif;
}
.font-32 {
    font-size: 3.2rem;
}
.section-headline {
    font-family: oswald;
    font-size: 4.4rem;
    font-weight: bold;
    margin-bottom: 2rem;
    color: #313726;
}
.section-subheadline {
    font-family: Open Sans;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.4;
}

.shadow-after {
    position: relative;
}
.shadow-after::before {
    bottom: -38.7px;
    content: url("images/shadow-image.png");
    left: 50%;
    margin-left: -42.5rem;
    position: absolute;
}

.alignleft {
    float: left;
    margin-bottom: 1rem;
    margin-right: 3rem;
    margin-top: 0.7rem;
}
.alignright {
    float: right;
    margin-left: 3rem;
    margin-bottom: 1rem;
    margin-top: 0.7rem;
}
.bordered-img {
    border: 3px solid #fff;
    box-shadow: 0 0 9px -2px #333;
}
.clear {
    clear: both;
}

a.orange-btn {
    background: #f0701a none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 5px 0 0 #ad4d0d;
    color: #fff;
    display: block;
    font-family: Oswald;
    font-size: 3.2rem;
    margin-top: 4.4rem;
    padding: 22px 5px;
    text-align: center;
}
a.orange-btn:hover {
    opacity: 0.9;
    text-decoration: none;
}

.tail-after {
    position: relative;
}
.tail-after::after {
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    border-top: 24px solid #658f1b;
    bottom: -24px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -34px;
    position: absolute;
    width: 0;
    z-index: 9;
}





/*  ### Content ###  */

.section1 {
    background-image: url("images/section1-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 7px solid #658f1b;
    padding: 1.7rem 0 1rem;
    text-align: center;
}

.section1 h2 {
    color: #6d6d6d;
    font-size: 4.4rem;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 4rem;
}

.section1 h1 {
    color: #000000;
    font-size: 5.9rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 4.5rem;
    margin-top: 0;
    text-transform: uppercase;
}
.video-wrap {
    margin-bottom: -168px;
}
.section2 {
    padding: 17.8rem 0 4rem;
}
.special-person-box {
    margin: 0 auto;
    max-width: 552px;
}
.special-person-box h4 {
    color: #2e3032;
    font-size: 1.6rem;
    font-style: italic;
    margin-bottom: 0;
    text-transform: uppercase;
}
.special-person-box h2 {
    color: #9bb21d;
    font-family: "Kristi",cursive;
    font-size: 8.2rem;
    margin: 0;
}
.special-person-box h3 {
    font-family: Open Sans;
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}
.intro-headline {
    font-family: "Merriweather",serif;
    font-size: 3.6rem;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 3rem;
}
.checklist li {
    background: rgba(0, 0, 0, 0) url("images/yellow-check.png") no-repeat scroll 0 3px;
    color: #fff;
    display: block;
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 1.8rem;
    padding-left: 3rem;
}
ul.checklist {
    padding-left: 2.5rem;
}

.greenchecklist li {
    background: rgba(0, 0, 0, 0) url("images/green-check.png") no-repeat scroll 0 3px;
    display: block;
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
    padding-left: 3rem;
}
ul.greenchecklist {
    margin-bottom: 4rem;
    padding-left: 2.5rem;
}



.section3 {
    background-image: url("images/section3-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10rem 0 8rem;
}
.section4 {
    background-image: url("images/section4-bg.jpg");
    background-position: center top;
    background-size: cover;
    padding: 9rem 0 6.3rem;
}

.section5 {
    padding: 5.3rem 0 0;
}

.section6, .section10 {
    background-image: url("images/gray-bg-pattern.jpg");
    background-repeat: repeat;
    padding: 7.3rem 0 7.3rem;
    position: relative;
}
.single-testimonial-headline {
    color: #a3a3a3;
    font-size: 2.4rem;
    font-weight: bold;
    padding-top: 20px;
    text-align: right;
    text-indent: 50px;
}
.single-testimonial-headline::before {
    content: url("images/qoute-icon.png");
    left: 10px;
    position: absolute;
    text-indent: 0;
    top: 0;
}
.single-testimonial-msg {
    color: #fff;
    font-family: "Lora",serif;
    font-style: italic;
    padding-right: 3rem;
    padding-top: 30px;
}
.single-testimonial-msg strong {
    font-family: Open Sans;
    font-style: initial;
}
.section7 {
    background-image: url("images/section7-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0 5.5rem;
}
.section7.tail-after::after {
    border-top-color: #b9c9e0;
}
.section8 {
    padding: 7rem 0 4rem;
}
.section8 .section-headline {
    margin-bottom: 0;
}
.section8 .section-headline + h3 {
    margin-top: 0;
}

.photo-box {
    background-image: url("images/photobox-pattern.png");
    border-radius: 5px;
    border-top: 2px solid #f8f8f8;
    box-shadow: 0 0 7px -2px #333;
    margin: 3.3rem -1.7rem 3rem;
    padding: 2.5rem 1.7rem;
    text-align: center;
}
.photo-box img {
    border: 3px solid #fff;
    box-shadow: 0 0 6px -3px #333;
}
.photo-box h4 {
    color: #636363;
    font-size: 16px;
    font-weight: bold;
}
.section8.tail-after::after {
    border-top-color: #fff;

}

.section9 {
    background-image: url("images/section9-new-bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 0 3.7rem;
}
.section9 .section-headline {
    margin-bottom: 3rem;
}
.section9.tail-after::after {
    border-top-color: #c8dd4f;
}


.section11 {
    padding: 6rem 0 6.3rem;
}
.section11 .section-headline {
    margin-bottom: 3rem;
    margin-top: 0;
}

.testimonialbox-item {
    border-top: 1px solid #b2b2b2;
    color: #000000;
    font-size: 1.6rem;
    padding: 4.2rem 0;
    position: relative;
}
.testimonialbox-item::before {
    border-bottom: 1px solid #b2b2b2;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: -7px;
    width: 100%;
}
.testimonialbox-item .thumb-img {
    float: left;
    width: 16%;
}
.testimonialbox-item .testimonial-msg {
    float: right;
    width: 79%;
}
.testimonialbox-item::after {
    clear: both;
    content: "";
    display: block;
}
.testimonialbox-item:last-child {
    padding-bottom: 0;
}
.testimonial-box {
    padding-top: 3.2rem;
}


.section12 {
    background-image: url("images/section12-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 0 7.8rem;
    position: relative;
}

.section13 {
    background-image: url("images/section13-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.5rem 0 4rem;
}

.section14 {
    background-image: url("images/section14-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0 4rem;
}
.section14-img + small {
    color: #848383;
    display: block;
    font-family: OPEN SANS;
    font-size: 14px;
    margin: 0.7rem 0 2rem;
    text-align: center;
}
.section14 .section-headline {
    margin-bottom: 4rem;
}

.section15 {
    background-image: url("images/section15-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0 4rem;
}

.section16 {
    padding: 4rem 0 4.6rem;
}
.section16 .section-headline {
    margin-bottom: 3rem;
}
.section16 .section-headline sup {
    font-size: 0.5em;
    margin-left: 0.1em;
}









/*#section2::before {
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 14px solid #658f1b;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -28px;
    position: absolute;
    top: 0;
    width: 0;
}*/




/*  ### FOOTER ###  */
#site-footer {
    background: #323232 none repeat scroll 0 0;
    text-align: center;
    padding: 2.5rem 0;
}
.copyright {
    margin-bottom: 0;
    color: #565959;
}

@media screen and (min-width: 1025px) {
    .section3-golfer {
        margin-bottom: -4.4rem;
        margin-left: -12rem;
        margin-top: -5.6rem;
    }
    .golf-clubs {
        margin-top: -10.6rem;
    }
    .section7-golfer {
        margin-left: -180px;
        margin-top: 50px;
    }
    .section9-img2 {
        margin-right: -170px;
    }

    .golf-ball-surrounding {
        margin-right: -230px;
        margin-top: -40px;
    }
    .gadget-image {
        margin-left: -120px;
    }

    .section14-img {
        margin-left: -50px;
    }
    .section14-img + small {
        margin-left: -50px;
    }
    .section4 .section-headline {
        margin-right: -90px;
    }
    .section12::after {
        bottom: -170px;
        content: url("images/golf-ball.png");
        position: absolute;
        right: -130px;
    }

}

@media screen and (max-width: 1440px) {
    .section2 .container {
    	max-width: 800px;
    }
    .section1 h1 {
	font-size: 5.6rem;
    }
    .section12 .container {
	position: relative;
	z-index: 2;
    }
}
@media screen and  (max-width: 1044px) {
    img {
        max-width: 100%;
    }
}

@media screen and  (max-width: 1000px) {
    img {
        max-width: 100%;
    }

    .top-banner h1 {
        font-size: 4rem;
    }
    body {
        font-size: 1.6rem;
    }
    .section-headline {
        font-size: 3rem;
        text-align: center;
    }
    .section2 {
        padding: 4rem 0;
    }
    .video-wrap {
        margin-bottom: 0;
    }



    .section1 h2 {
        font-size: 3.5rem;
    }
    .section1 h1 {
        font-size: 4rem;
    }
    .special-person-box h2 {
        font-size: 6rem;
    }
    .special-person-box h3 {
        font-size: 1.8rem;
    }
    .intro-headline {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    .font-32 {
        font-size: 2.8rem;
    }
    .section3 {
        padding: 3rem 0;
    }
    .checklist li {
        font-size: 1.8rem;
    }
    .section3-golfer {
        display: block;
        margin: 0 auto;
    }
    .golf-clubs {
        display: block;
        margin: 0 auto;
    }
    .single-testimonial-headline {
        text-align: center;
    }
    .single-testimonial-headline::before {
        display: block;
        margin: 0 auto;
        position: static;
    }
    .section6, .section10 {
        padding: 5rem 0 3rem;
    }
    .section7-golfer {
        display: block;
        margin: 0 auto;
    }
    .section-subheadline {
        font-size: 2rem;
    }
    .section-headline {
        font-size: 2.8rem;
    }
    body {
    }
    a.orange-btn {
        font-size: 2.8rem;
    }
    .gadget-image {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .section14-img {
        display: block;
        margin: 0 auto;
    }
    .guarantee-seal {
        display: block;
        margin: 0 auto 2rem;
    }


}

@media screen and (max-width: 800px) {
    .optin-section form {
        margin: 0 auto;
        max-width: 440px;
    }
    .optin-section input[type="text"], .optin-section input[type="email"], .optin-section button {
        margin-bottom: 1rem;
        width: 100%;
    }

}

@media screen and  (max-width: 700px) {
    br {
        display: none;
    }
    .section-headline {
        line-height: 1.3;
    }

    .special-person-box {
        text-align: center;
    }
    .spacer {
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
    }
    .alignleft, .alignright {
        display: block;
        float: none;
        margin: 0 auto;
    }
    .greenchecklist li {
        font-size: 1.6rem;
    }
    .testimonialbox-item .thumb-img, .testimonialbox-item .testimonial-msg {
        float: none;
        margin-bottom: 2rem;
        text-align: center;
        width: 100%;
    }
    a.orange-btn {
        font-size: 2.5rem;
    }

}

@media screen and (max-width: 500px) {
    a.orange-btn {
        font-size: 1.5rem;
    }
}



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