﻿.carousel { margin: 0px auto 0 auto; }
.carousel-caption .title { margin: 0 0 30px; color: #2bbed8; font-size: 2.75em; }
.carousel-caption span { font-size: 2em; }
.carousel .item { background-size: cover; background-repeat: no-repeat; background-position: center; }


#myCarousel.home-carousel { position: relative; }
#myCarousel.home-carousel .carousel-indicators { left: 50%; transform: translateX(-50%); bottom: 0; }

/*#comps-bg { background-image: url('images/competition/gmb-comps-bg.jpg'); background-repeat: no-repeat; background-size: contain; background-position: center; height: 459px; width: 100%; }*/
#comps-bg { background-color: #162847; border-radius: 15px; min-height: 300px; }


.carousel { }
.carousel-inner { position: relative; width: 100%; overflow: hidden; }
.carousel-inner > .item { position: relative; display: none; -webkit-transition: .6s ease-in-out left; -o-transition: .6s ease-in-out left; transition: .6s ease-in-out left; }
.carousel-inner > .item > img,
.carousel-inner > .item > a > img { line-height: 1; }

.banner.about { background-image: url("images/about-gimmeballs.webp"); background-repeat: no-repeat; background-position: center; background-size: cover; height: 560px; }
.banner.about::before { display: none; }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item { -webkit-transition: -webkit-transform .6s ease-in-out; -o-transition: -o-transform .6s ease-in-out; transition: transform .6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; perspective: 1000px; }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right { left: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left { left: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active { left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev { display: block; }
.carousel-inner > .active { left: 0; }
.carousel-inner > .next,
.carousel-inner > .prev { position: absolute; top: 0; width: 100%; }
.carousel-inner > .next { left: 100%; }
.carousel-inner > .prev { left: -100%; }
.carousel-inner > .next.left,
.carousel-inner > .prev.right { left: 0; }
.carousel-inner > .active.left { left: -100%; }
.carousel-inner > .active.right { left: 100%; }
.carousel-control { position: absolute; top: 0; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); background-color: rgba(0, 0, 0, 0); filter: alpha(opacity=50); opacity: .5; }
.carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); background-repeat: repeat-x; }
.carousel-control.right { right: 0; left: auto; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); background-repeat: repeat-x; }
.carousel-control:hover,
.carousel-control:focus { color: #fff; text-decoration: none; filter: alpha(opacity=90); outline: 0; opacity: .9; }
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; margin-top: -10px; }
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; }
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; }
.carousel-control .icon-prev,
.carousel-control .icon-next { width: 20px; height: 20px; font-family: serif; line-height: 1; }
.carousel-control .icon-prev:before { content: '\2039'; }
.carousel-control .icon-next:before { content: '\203a'; }
.carousel-indicators { position: absolute; left: 15px; z-index: 15; width: auto; padding-left: 0; list-style: none; bottom: 0; }
.carousel-indicators li { display: inline-block; width: 12px; height: 12px; margin: 1px; text-indent: -999px; cursor: pointer; background-color: grey; border-radius: 10px; }
.carousel-indicators .active { background-color: #50bdaa; }
.carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); }
.carousel-caption .btn { text-shadow: none; }

.banner.landpage { display: flex; justify-content: center; background: rgb(74,173,148); background: linear-gradient(90deg, rgba(74,173,148,1) 50%, rgba(40,53,81,1) 50%); }
.banner.landpage:before { display: none; }
.banner.landpage:after { display: none; }
.banner.landpage .grad { width: 100%; background: rgb(74,173,148); background: linear-gradient(90deg, rgba(74,173,148,1) 25%, rgba(40,53,81,1) 75%); display: flex; justify-content: center; }
.banner.landpage .toptxt { font-weight: 300; }
.banner.landpage h1 { font-size: 4em; }

.corporate-banner { background-image: url('images/corporateballs.png'); background: rgb(102,128,185); background: linear-gradient(255deg, #6680B9 0%, #0F203D 100%) 0% 0% no-repeat padding-box; margin-top: 20px; border-radius: 30px; margin-bottom: 14px; overflow: hidden; }
.corporate-banner .bg-img { /*background-image: url('images/corporateballs.png');*/ padding: 30px; height: 463px; background-repeat: no-repeat; background-position-y: center; background-position-x: 90%; }
.corporate-banner h1, .corporate-banner-2 h2 { color: #fff; font-size: 3.8em; }
.corporate-banner .inner { max-width: 650px; }
.corporate-banner .inner .text, .corporate-banner-2 .inner .text { color: #fff; font-size: 1.8em; font-weight: 100; }
.corporate-banner .inner .list-text, .corporate-banner-2 .inner .list-text { color: #fff; font-size: 1.4em; line-height: 32px; font-weight: bold; }
.corporate-banner .inner .btn, .corporate-banner-2 .inner .btn { border-radius: 5px; font-size: 1.5em; height: 58px; }
.corporate-banner-2 .btn-wrapper {position:relative;}
.corporate-banner-2 .btn-wrapper span {position:absolute;text-align:right;color:rgb(255, 255, 255);right:15px;bottom:-20px;font-size:0.75em;}


.corporate-banner-2 { background-color: #4AAD94; border-radius: 30px; margin-bottom: 18px; }
.corporate-banner-2 .bg-img { height: 284px; }
.corporate-banner-2 h1 { color: #fff; font-size: 3.8em; }
.corporate-banner-2 .inner .list-text { font-weight: 200; }
.corporate-banner-2 .inner .text { font-weight: 500; }
.corporate-banner-2 .btn-wrapper { max-width: 470px; }
.corporate-banner-2 .btn-wrapper.society { width: 49%;float:left; }
.corporate-banner-2 .btn-wrapper.society.right {margin-left:2%;}

.banner.golfballsale { background-repeat: no-repeat; background-size: cover; display: flex; align-items: flex-end; border-bottom: 6px solid #4AAD94; color: #FFF; }
.banner.golfballsale::before { display: none; }


@media screen and (min-width: 1800px) and (max-height: 950px) {
    .home-carousel .item { height: 490px !important; }
}

@media screen and (min-width: 1921px) {
    .home-carousel .item { height: 600px; }
    .home-carousel .bg-image { min-width: 2560px; width: 100%; height: 600px; top: 0px; left: 50%; transform: translateX(-50%); position: absolute; background-position: center; background-size: cover; }
}

@media screen and (max-width: 1920px) and (min-width: 992px) {
    .home-carousel .item { padding-bottom: 28%; }
    .home-carousel .bg-image { padding-bottom: 28%; width: 100%; top: 0px; left: 50%; transform: translateX(-50%); position: absolute; background-position: center; background-size: cover; }

    .corporate-banner .banner-img { padding-left: 30px; }
    /*.corporate-banner .banner-img img { max-width: 80%; }*/
}

@media screen and (max-width: 1520px) {
    .corporate-banner .banner-img img { max-width: 80%; }
    .corporate-banner .bg-img { background-position-x: 700px; background-size: 550px; }
    .corporate-banner-2 h1 { color: #fff; font-size: 3em; }
    .corporate-banner-2 .bg-img { background-size: 400px; background-position-x: 40px; }
    .corporate-banner-2 .inner .text { font-size: 1.6em; }
}

@media screen and (max-width: 1340px) {
    .corporate-banner .bg-img { background-position-x: 650px; background-size: 450px; }
}

@media screen and (max-width: 1100px) {
    .corporate-banner .bg-img { background-position-x: 600px; background-size: 400px; }
    .corporate-banner h1, .corporate-banner-2 h2 { color: #fff; font-size: 2.9em; }
    .corporate-banner .inner .text, .corporate-banner-2 .inner .text { font-size: 1.4em; }
    .corporate-banner .inner .list-text, .corporate-banner-2 .inner .text { font-size: 1.3em; }
    .corporate-banner-2 .bg-img { background-size: 350px; background-position-x: 40px; }
    .corporate-banner-2 h2 { text-align: center; }
}

@media screen and (min-width: 992px) and (max-width: 1340px) {
    .corporate-banner-2 .btn-wrapper.society { width: 47%; font-size: 0.9em;}
    .corporate-banner-2 .btn-wrapper.society.right {margin-right:2%;}
}

@media screen and (min-width: 992px) {
    .banner-content h1, .banner-content h2, .banner-content h3 { max-width: 50%; display: block; }
    .banner-content h3 { font-weight: 800; }
    .banner-content h1 span, .banner-content h2 span, .banner-content h3 span { width: 100%; display: block; padding-bottom: 0px; }
    .banner { min-height: 500px; }
}

@media screen and (max-width: 991px) {
    .banner.landpage .grad { width: 100%; background: rgb(74,173,148); background: linear-gradient(180deg, rgba(74,173,148,1) 25%, rgba(40,53,81,1) 75%); display: flex; justify-content: center; }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .home-carousel .item { padding-bottom: 28%; height: 0px; }
    .home-carousel .bg-image { width: 100%; padding-bottom: 28%; background-position: center; background-size: cover; }
    .banner-content h1, .banner-content h2, .banner-content h3 { font-size: 1.0em; max-width: 50%; }
    .banner-content h3 { font-weight: 800; }
    .banner-content h1 span, .banner-content h2 span, .banner-content h3 span { width: 100%; }

    /*.corporate-banner .inner { display: flex; flex-direction: column; align-items: center; }*/
    .corporate-banner .bg-img { flex-direction: column-reverse; justify-content: center; align-items: center; text-align: center; height: 500px; }
    .corporate-banner .banner-img img { max-width: 40%; }
    .corporate-banner-2 h1 { color: #fff; font-size: 2em; }
    .corporate-banner-2 .inner .text, .corporate-banner-2 .inner .list-text { font-size: 1.2em; }
    .corporate-banner-2 .bg-img { flex-direction: column-reverse; justify-content: center; align-items: center; text-align: center; height: 500px; }
    .corporate-banner-2 .inner { }
    .corporate-banner-2 .btn-wrapper { margin: auto; }
    .corporate-banner .inner .btn, .corporate-banner-2 .inner .btn { font-size: 1.2em; }
    .corporate-banner .btn-wrapper { width: 500px; margin: auto; }
}

@media screen and (max-width: 767px) and (min-width: 500px) {
    .home-carousel .bg-image { padding-bottom: 28%; height: 0px; background-size: cover; background-position: center; }
    .home-carousel .item { height: 300px; }
    .banner-content h1, .banner-content h3 { font-size: 0.89em !important; max-width: 60%; }
    .banner-content h2 { max-width: 60%; }
    .banner-content h3 { font-weight: 800; }

    .corporate-banner .inner { display: flex; flex-direction: column; align-items: center; }
    .corporate-banner .bg-img { background-size: 240px; background-position-x: center; background-position-y: 20px; justify-content: center; align-items: end; text-align: center; height: 600px; }
}

@media screen and (min-width: 768px) {

    .carousel .item { margin-bottom: 0px; }
    .banner.golfballsale { background-image: url(images/golf-balls-on-sale.jpg); min-height: 650px; max-height: 650px; padding: 50px 0; }
    .banner.golfballsale h1 { font-size: 5.5625rem; text-transform: uppercase; font-family: ArticulatCF-Heavy, 'articulat-heavy-cf', sans-serif; line-height: 5.125rem; letter-spacing: -2.67px; }
    .banner.golfballsale .toptxt { font-family: articulat-cf, sans-serif; font-weight: 700; font-style: normal; font-size: 1.375rem; line-height: 25px; }
    .banner.golfballsale i.fa-chevrons-down { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); font-size: 1.5rem; cursor: pointer; }
}

@media screen and (max-width: 767px) {
    .corporate-banner .inner { display: flex; flex-direction: column; align-items: center; }
    .corporate-banner .bg-img { height: 550px; justify-content: center; align-items: center; flex-direction: column-reverse; }
    .corporate-banner .banner-img img { max-width: 40%; }
    .carousel .item { padding-bottom: 28%; margin: 0 auto; background-size: cover; background-position: center; background-repeat: no-repeat; height: 0; }
    .corporate-banner h1 { font-size: 2.8em !important; }
    .corporate-banner-2 { padding-bottom: 10px; }
    .corporate-banner-2 .bg-img { flex-direction: column; justify-content: center; align-items: center; text-align: center; height: 458px; grid-gap: 20px; }
    .corporate-banner-2 .banner-img img { max-width: 80%; }
    .corporate-banner-2 .inner .max-w-470 { display: flex; justify-content: center; }
    .corporate-banner .inner .btn, .corporate-banner-2 .inner .btn { font-size: 1.2em; }
    .corporate-banner .btn-wrapper { width: 500px; margin: auto; }

    .banner.golfballsale { background-image: url(images/golf-balls-on-sale-mob.jpg); min-height: 420px; max-height: 420px; padding: 10px; }
    .banner.golfballsale h1 { font-size: 3.25rem !important; text-transform: uppercase; font-family: ArticulatCF-Heavy, 'articulat-heavy-cf', sans-serif; line-height: 3.0625rem; letter-spacing: -1.56px; }
    .banner.golfballsale .toptxt { font-family: articulat-cf, sans-serif; font-weight: 700; font-style: normal; font-size: 1.125rem; line-height: 1.25rem; }
    .banner.golfballsale .inner { max-width: 375px; }
    .banner.golfballsale i.fa-chevrons-down { position: absolute; bottom: 10px; left: 50%; font-size: 1rem; }

    .banner.about { height: 350px; background-position: 42%; }

    .corporate-banner-2 .btn-wrapper.society { width: 100%;float:none; }
    .corporate-banner-2 .btn-wrapper.society.right {margin-left:0;}

}

@media screen and (max-width:530px) {
    .home-carousel .bg-image { padding-bottom: 130.23%; background-size: cover; height: auto; background-position: center; }
    .carousel .item { padding-bottom: 130.23%; margin: 0 auto; max-height: 568px; background-size: cover; background-position: center; background-repeat: no-repeat; height: 0; }
    .carousel .item .banner-content .btn { width: calc(100% - 30px); }
    .carousel .item .banner-content .btn { background-color: #283551; }
    .carousel .item:hover .banner-content .btn { background-color: #4aad94; }
    .banner-content { padding-top: 30px; }
    .banner-content h1, .banner-content h2, .banner-content h3 { font-size: 7.5vw !important; max-width: 100%; }
    .banner-content h3 { font-weight: 800; }
    .banner-content h1 span, .banner-content h2 span, .banner-content h3 span { font-size: 1.3em !important; max-width: 100%; padding-bottom: 0px; }
    .banner-content .banner-text { font-size: 1.5em; font-weight: 300; }
    .container.banner-container { top: 0px; left: 0px; transform: none; height: 100%; }
    .corporate-banner { text-align: center; }
    /*.corporate-banner .bg-image { background-image: none; }*/

    .corporate-banner .bg-img { height: 500px; justify-content: center; align-items: center; flex-direction: column-reverse; }
    .corporate-banner .banner-img img { max-width: 40%; }
    .corporate-banner .inner { display: flex; flex-direction: column; align-items: center; max-width: 340px; }
    .corporate-banner .btn-wrapper .section { justify-content: center; }
    .corporate-banner .inner .btn, .corporate-banner-2 .inner .btn { font-size: 1.2em; }
    .corporate-banner h1 { font-size: 2.1em !important; }
    .corporate-banner .inner .text-wrapper, .corporate-banner .inner .btn-wrapper { max-width: 450px; }
    .corporate-banner .inner .text-wrapper { padding: 0 15px; }
    .corporate-banner .inner .text { font-weight: 500; font-size: 1.2em; }
    .corporate-banner .inner .list-text { font-weight: 700; font-size: 1.1em; line-height: 22px; text-align: center; margin-bottom: 10px; }
    .corporate-banner-2 .bg-img { justify-content: center; align-items: center; text-align: center; }
    .corporate-banner-2 h1 { margin-bottom: 10px; }
    .corporate-banner-2 .inner .text, .corporate-banner-2 .inner .list-text { font-size: 1.2em; }
}


@media screen and (max-width:450px) {
    .corporate-banner .bg-img { height: 500px; justify-content: center; align-items: center; }
    .corporate-banner .inner .btn-wrapper { max-width: 300px; margin: auto; }
    .corporate-banner .inner .btn, .corporate-banner-2 .inner .btn { height: 48px; }
    .corporate-banner .inner .text-wrapper { max-width: 300px; margin: auto; }
    .corporate-banner-2 .btn-wrapper { padding: 0 15px; }
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev { margin-left: -10px; }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next { margin-right: -10px; }
    .carousel-caption { right: 20%; left: 20%; padding-bottom: 30px; }
    .carousel-indicators { bottom: 6px; }
}
