/*
    Clere Golf Hub Home Styling - Just home page stuff
    ==================================================

    Blue    #0d344a
    Green   #91c952
    Grey Text   #717275

*/

body {
    /*background: url("../images/dummy-layout-6.jpg") no-repeat center 0px;
    height:5000px;*/
}

.container {
    margin:0 auto;
    max-width: 1200px;
}

.mobileonly {
    display:none;
}



/* Main Headings */
h1, h2, h3, h4, h5, h6 {
    width:100%;
    font-weight:normal;
    line-height:1;
    margin:0;
    padding:0;
}
h1 {
    color:#c71e23;
    text-align:center;
    font-size:34px;
    padding:31px 0 0;
}
h6 {1
    color:#231f20;
    text-align:center;
    font-size:20px;
    padding:7px 0 0;
}



.navbar {
    color:#fff;
    background-color:#0d344a;
}

.navbar-top {
    position: relative;
    z-index: 100000;
    min-height: 85px;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 205px;
    margin-left: 50px;
}

.clere-logo {
    width: 306px;
    display: inline-block;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.groundcontrol-logo {
    height: 50px;
    margin-left: 20px;
}

.dev-tag {
    display: inline-block;
    font-size: 0.6em;
    padding-bottom: 40px;
}

.navbar-organization {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px 15px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.navbar-organization.active {
    color: #91c952;
}

.navbar-organization-name {
    font-size: 1em;
}

.navbar-buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
}

.navbar-link-wrapper {
    background-color: #729a45;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
    height: 20px;
}

.navbar-link-wrapper-height {
    height: 40px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.navbar-link {
    background-color: #729a45;
    color: #fff;
    font-size: 0.9em;
    font-family: var(--clere-font-family);
    width: 120px;
    height: 100%;
    position: relative;
    display: inline-block;
    outline: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    text-decoration: none;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    z-index: 10000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* https://www.w3schools.com/howto/howto_js_responsive_navbar_dropdown.asp */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top: 82px;
}

.dropdown-content a, #mobilemenu a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 14px;
}

.dropdown-content a:hover, .dropdown-content a.active {
  background-color: #0d344a;
  color:#fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

#menuburger {
    display: none;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    margin: 30px 0;
    font-size: 20px;
}

/* Responsive Header/Menu */
#mobilemenu {
    padding: 0;
    margin: 0;
    display: none;
}
#mobilemenu a {
    background-color: #0d344a;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 15px;
    border-top: 1px solid #fff;
}
#mobilemenu a:hover, #mobilemenu a.active {
    background-color: #fff;
    color: #0d344a;;
}



.clere-footer {
    position: relative;
    margin: 0 10px;
        margin-top: 0px;
    margin-top: auto;
    border-top: 1px solid #729a45;
    padding: 11px;
    font-size: 0.8em;
}

.clere-footer-wrapper {
    float: right;
}

.clere-green-color {
    color: #91c952;
}



.sport-rs-heading h4 {
    color:#6d6e71;
    font-weight:bold;
    font-size:46px;
    line-height: 1.2;
}
.sport-rs-heading h4 br { display:none; }



a.greenbtn {
    color: #fff;
    background: #91c952;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    font-weight: normal;
    padding: 10px 49px;
    margin: 23px 0 0;
    transition: 300ms ease;
    border: 1px solid #91c952;
}

a.greenbtn.small {
    font-size: 16px;
    padding: 6px 0px;
    margin: 0 0 0 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    width: 105px;
    text-align: center;
    letter-spacing: 1px;
}

a.greenbtn.small.reversed {
    background: #0d344a;
}

a.greenbtn:hover {
    background: #0d344a;
}

a.greenbtn.small.reversed:hover {
    background: #91c952;
}

a.squarelink {
    color: #0d344a;
    border: 1px solid #0d344a;
    padding: 11px 17px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
     -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
a.squarelink:hover {
    color: #fff;
    background: #0d344a;
}
a.squarelink.reversed {
    color: #fff;
    border: 1px solid #fff;
}
a.squarelink.reversed:hover {
    color: #0d344a;
    background: #fff;
}



#banner {
    /*background: url("../images/dummy-hero-bg.jpg") no-repeat center 0px #f0f;
    height:911px;*/
    background: #fff;
    border-top: 1px solid #f0f;
}
#banner .container {
    max-width: 1550px;
    position: relative;
}
#banner #hero-main {
    margin: 0 auto;
    max-width: 924px;
    display: block;
    padding-top: 60px;
}
#banner #hero-left {
    max-height: 440px;
    position: absolute;
    top: 285px;
    left: 0;
}
.right-textbox {
    position: absolute;
    top: 280px;
    right: 0;
    background:#0d344a;
    padding: 28px 56px 38px 39px;
    color: #fff;
    width: 405px;
}
.right-textbox h4 {
    font-weight: bold;
    font-size: 44px;
    margin: 0px 0 17px;
}
.right-textbox p {
    margin: 0;
    font-size: 18px;
}

#banner #hero-link {
    padding: 16px 0 38px;
    display: block;
    text-align: center;
    padding: 0 0 35px;
}



#usedby {
    padding: 15px 0 35px;
    /*background: url("../images/dummy-layout-6.jpg") no-repeat center -820px;*/
    text-align: center;
}
#usedby h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 15px;
}
#usedby img {
    width: 205px;
    height: auto;
    background: rgba(255,0,255,0.5);
    border: none;
    margin: 0 5%;
    display: inline-block;
}



#videobox {
    color: #fff;
    background: url("../images/bg-videobox.jpg") repeat-x center 0px #fff;
    /*background: url("../images/dummy-layout-6.jpg") no-repeat center -1028px;*/
}
#videobox a {
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 30px;
}
#videobox img {
    border-radius: 10px;
    max-width: 100%;
    -webkit-box-shadow: 5px 8px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 8px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 8px 5px 0px rgba(0,0,0,0.5);
}



/* Testimonial Videos */
#testimonialvideo {
    color: #fff;
    background: url("../images/bg-videobox.jpg") repeat-x center 0px #fff;
    background-size: contain;
}
#testimonialvideo .container {
    width:94%;
    margin:0 auto;
    padding: 30px 0;
    max-width: 1400px;
}
#testimonialvideo .monitor-background {
    background: url('../images/overlay-monitor-video-short.png') no-repeat center center transparent;
    background-size: contain;
    background-position: center top;
    margin: 20px auto 30px;
    padding: 2.2% 2.2% 14%;
    max-width: 600px;
    padding: 2.4% 5% 15%;
    max-width: 65%;
}

#testimonialvideo.twovideos .monitor-background {
    max-width: unset;
    width: 90%;
    padding: 4% 4% 24%;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:0;
}
.row {
    z-index: 3;
    position: relative;
    overflow:hidden;
}
.col-md-6, .col-md-4 {
    width: 100%;
    float: left;
}

#testimonialvideo h4 {
    color: #fff;
    font-weight: bold;
    font-size: 43px;
    margin: 30px 0 0;
    line-height: 1.05;
    text-align: center;
}
#testimonialvideo h4 span {
    color: #91c952;
}

@media (min-width: 650px) {
    .col-md-4, .col-md-4.wide {
        width: 48%;
        margin:0 1%;
    }
    .col-md-4.wide {
        width:98%;
    }

    #testimonialvideo h4 br {
        display:inline;
    }
}

@media (min-width: 981px) {
    .col-md-6 {
        width: 50%;
    }
    .col-md-4, .col-md-4.wide {
        width: 31.33333333%;
    }
    #testimonialvideo h4 {
        text-align: right;
    }
}



#coursemanager, #pinzonepro {
    /*background: url("../images/dummy-layout-6.jpg") no-repeat center -1538px;
    min-height: 513px;*/
    overflow: hidden;
}
#coursemanager .container, #pinzonepro .container {
    max-width: 1400px;
}
#cm-carousel, #cm-textbox {
    width: 54%;
    float:left;
}
#cm-textbox {
    width: 46%;
}


#cm-carousel .owl-item img {
    max-width: 575px;
    margin: 64px auto;
}
#cm-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width:100%;
}
#cm-carousel .owl-nav .owl-prev, #cm-carousel .owl-nav .owl-next {
    background: rgba(255,0,255,0.3);
    width: 80px;
    height: 80px;
    background: url("../images/cm-carousel-nav-left.png") no-repeat center center;
    text-indent: -3000px;
    background-size: 34px;
}
#cm-carousel .owl-nav .owl-next {
    position: absolute;
    right: 1%;
    background: url("../images/cm-carousel-nav-right.png") no-repeat center center;
    background-size: 34px;
}

#cm-textbox-top, #cm-textbox-bottom {
    width:100%;
    margin:54px 0 0;
    overflow:hidden;
    position: relative;
}
#cm-textbox-bottom {
    margin: 50px 0 0;
    overflow: visible;
}
.cm-textbox-right {
    float:right;
    width: 72%;
}
.cm-textbox-left {
    float:left;
    width: 22%;
    margin: 0 0 0 1%;
    text-align: right;
}

#cm-textbox h4 {
    color: #0d344a;
    font-weight: bold;
    font-size: 43px;
    margin: 0;
    line-height: 1.05;
}
#cm-textbox h4 span {
    color: #91c952;
}

#cm-textbox a.squarelink {
    font-size: 12px;
    padding: 8px 17px;
    margin: 99% 0 0;
}

.cm-textbox-left .quote {
    margin: 16% 0 0 auto;
    max-width: 100%;
}

#cm-testimonials {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
#cm-testimonials li {
    display: none;
    font-size: 18px;
    line-height: 22px;
    color: #717275;
    position: absolute;
}
#cm-testimonials li:nth-child(1){
    display: block;
}
#cm-testimonials li span, #tm-testimonials li span, #pinzonepro li span {
    font-style: italic;
    display: block;
    width: 100%;
    margin-top: 12px;
}



#tournamentmanager {
    background: url("../images/bg-videobox.jpg") repeat-x center 0px #fff;
    overflow: hidden;
}
#tournamentmanager .container {
    max-width: 1400px;
}
#tm-carousel, #tm-textbox {
    width: 54%;
    float:left;
}
#tm-textbox {
    width: 46%;
}


#tm-carousel .owl-item img {
    max-width: 575px;
    margin: 64px auto;
}
#tm-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width:100%;
}
#tm-carousel .owl-nav .owl-prev, #tm-carousel .owl-nav .owl-next {
    background: rgba(255,0,255,0.3);
    width: 80px;
    height: 80px;
    background: url("../images/cm-carousel-nav-left.png") no-repeat center center;
    text-indent: -3000px;
    background-size: 34px;
}
#tm-carousel .owl-nav .owl-next {
    position: absolute;
    right: 1%;
    background: url("../images/cm-carousel-nav-right.png") no-repeat center center;
    background-size: 34px;
}

#tm-textbox-top, #tm-textbox-bottom {
    width:100%;
    margin:54px 0 0;
    overflow:hidden;
    position: relative;
}
#tm-textbox-bottom {
    margin: 50px 0 0;
}
.tm-textbox-right {
    float:right;
    width: 22%;
}
.tm-textbox-right.mobileonly {
    display:none;
}
.tm-textbox-left {
    float:left;
    width: 72%;
    margin: 0 0 0 1%;
    text-align: right;
}

#tm-textbox h4 {
    color: #fff;
    font-weight: bold;
    font-size: 43px;
    margin: 0;
    line-height: 1.05;
}
#tm-textbox h4 span {
    color: #91c952;
}

#tm-textbox a.squarelink {
    font-size: 12px;
    padding: 8px 17px;
    margin: 99% 0 0;
    border: 1px solid #fff;
    color:#fff;
}
#tm-textbox a.squarelink:hover {
  color: #0d344a;
  background: #fff;
}

.tm-textbox-left .quote {
    margin: 16% 0 0 auto;
}

#tm-testimonials {
    margin: 0;
    padding: 0;
    list-style: none;
    position:relative;
}
#tm-testimonials li {
    /*display: none;*/
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    /*position: absolute;*/
}
.tm-textbox-right .quote {
    max-width:100%;
}
/*#tm-testimonials li:nth-child(1){
    display: block;
}
#tm-testimonials li span {
    font-style: italic;
    display: block;
    width: 100%;
    margin-top: 12px;
}*/



#pinzonepro {

}
#pp-carousel  {
    width: 54%;
    float:left;
}
#pp-carousel img {
    max-width: 84%;
    margin: 53px 0 53px 20px;
}
#pp-testimonials {
    margin: 0;
    padding: 0;
    list-style: none;
    position:relative;
}
#pp-testimonials li {
    /*display: none;*/
    font-size: 18px;
    line-height: 22px;
    color: #717275;
    /*position: absolute;*/
}
#pinzonepro #cm-textbox-bottom {
    margin: 60px 0 0;
}
#pinzonepro .cm-textbox-left .quote {
    margin:0;
}



#featuresbox {
    /*background: url("../images/dummy-layout-6.jpg") no-repeat center -3544px;
    min-height: 408px;*/
    margin: 0 0 44px;
}
#featuresbox .container {
    max-width: 1400px;
    overflow: hidden;
}
#featuresbox h4 {
    color: #0d344a;
    font-weight: bold;
    font-size: 43px;
    margin: 49px 0 41px 0;
    line-height: 1.05;
    float: right;
    width: 33%;
}
#featuresbox h4 span {
    color: #91c952;
}
#featuresbox a {
    color: #0d344a;
    font-weight: bold;
    text-decoration: none;
    width: 14%;
    display: inline-block;
    margin: 0;
    text-align: center;
    font-size: 17px;
    vertical-align: bottom;
}
#featuresbox a img {
    width: 73%;
    display: block;
    height:auto;
    margin: 0 auto 12px;
}
#featuresbox a:hover {
    color: #91c952;
}
#featuresbox a span {
    display: block;
    min-height: 50px;
}





#main-cta {
    color: #fff;
    background: url("../images/bg-cta.jpg") repeat-x center 0px #fff;
    display:none;
}
#main-cta .container {
    max-width: 1550px;
    position: relative;
    background: url("../images/bg-cta-container-2.jpg") no-repeat 91% top transparent;
}
.left-textbox h4 {
    font-weight: bold;
    font-size: 44px;
    margin: 0px 0 17px;
    display: block;
}
.left-textbox p {
    margin: 0;
    font-size: 18px;
    display: block;
    line-height: 1.4;
}
#main-cta #cta-link {
    margin: 42px 0 0;
    display: block;
    text-align: right;
}

#main-cta-hero {
    float: right;
    width: 50%;
    background: rgba(255,0,0,0.5);
    min-height: 100px;
}

.left-textbox {
    text-align: right;
    width: 30%;
    padding: 3.6% 0 2.5% 2.2%;
}



#carousel {
    background: #fff;
}
#carousel .container {
    max-width: 1550px;
    position: relative;
    overflow: hidden;
}
#carousel-main {
    width: 66.8%;
    float: left;
}
#carousel-main img {
    max-width:100%;
}
#carousel .right-textbox {
    position: relative;
    float: right;
    width: 27%;
    margin-top: 136px;
    top: unset;
    padding: 2% 3.5% 2% 2.7%;
}
#carousel .right-textbox h4 {
    margin-bottom: 29px;
}
.right-linkbox {
    float: right;
    clear: right;
    margin: 40px 0 0;
    width: 33.2%;
}

/*
.owl-carousel {
    margin:30px auto 0;
    width:100%;
}
.owl-carousel .owl-stage {
    display:flex;
    align-items:center;
}
.phone-carousel .current img { transform-style:flat!important; }
.owl-carousel .owl-item img { height:100%; }

.owl-carousel .owl-item {
    overflow:hidden;
    height:370px;
}
.owl-carousel .owl-item img {
    max-width: 70%;
    margin: 0 auto;
}
*/

/* Image Either Side */
.phone-carousel .active.center + .active,
.phone-carousel .active:first-child,
.phone-carousel :not(.active) + .active {
    height:440px;
    z-index: 2;
}
.phone-carousel .active.center + .active img,
.phone-carousel .active:first-child img,
.phone-carousel :not(.active) + .active img {
    max-width: 90%;
    margin: 0 auto;
}

/* Centre Image */
.phone-carousel .active.center {
    height:540px;
    margin-left: -20px;
    margin-right: -20px;
    /*padding-left: 10px;
    padding-right: 10px;*/
    z-index: 3;
}
.phone-carousel .active.center .item {
    margin-left: -10px;
    margin-right: -10px;
}
.phone-carousel .active.center .item img {
    max-width: 100%;
}


#dronebox {
    background: url("../images/bg-drone-container.jpg") no-repeat center center #fff;
    background-size: cover;
}
#dronebox .container {
    max-width: 1550px;
    position: relative;
    overflow: hidden;
    color: #fff;
    /*background: url("../images/bg-drone-container.jpg") no-repeat center center #fff;*/
}
#dronebox .left-textbox {
    background: rgba(13,52,74,0.7); /* #0d344a */
    margin: 83px 0 71px;
    width: 30.3%;
    padding: 2.1% 2.7% 2.2% 2%;
}
#dronebox .left-textbox h4 {
    margin-bottom: 25px;
}
#dronebox .left-textbox p {
    line-height: 1.1;
}



#player-app {
    margin: 70px 0 50px;
    background: url("../images/bg-cta.jpg") repeat-x center 0px #fff;
    background-size: contain;
}
#player-app .container {
    max-width: 1550px;
    position: relative;
    overflow: hidden;
    background: url("../images/bg-player-app-container.jpg") no-repeat left top transparent;
    background-size: contain;
}
#player-app .right-textbox {
    background: transparent;
    position: relative;
    float: right;
    width: 32.6%;
    margin: 42px 0 48px;
    top: unset;
    padding: 0;
}
#player-app .right-textbox p {
    line-height: 1.36;
}
#player-app-link {
    margin-top: 22px;
}



#hub-pack {
    margin-bottom: 70px;
}
#hub-pack .container {
    max-width: 1400px;
    position: relative;
    overflow: hidden;
}
#hub-pack #top-text {
    width: 800px;
    margin: 10px auto 0;
    text-align: center;
}
#hub-pack #top-text h4, .grey-box h4 {
    font-weight: bold;
    font-size: 41px;
    margin: 0px 0 13px;
    display: block;
    color: #000;
}
#hub-pack #top-text p {
    font-size: 18.4px;
    padding: 0 35px;
    margin: 0;
}

.grey-box {
    width: 47.4%;
    float: left;
    background: #dcdde3;
    margin-right: 1.2%;
    margin-top: 28px;
    padding: 1% 1% 2%;
    text-align: center;
}
.grey-box.last {
    margin-right: 0;
}
.grey-box h4 {
    border-bottom: 2px solid #767477;
    padding: 6px 0 15px;
    font-size: 43px;
    margin-bottom: 58px;
}
.grey-box .titlebox {
    border-bottom: 2px solid #767477;
    margin-bottom: 58px;
}
.grey-box .titlebox img {
    margin: 0 0 0px 45px;
}
.grey-box .titlebox h4 {
    padding: 23px 0 15px;
    font-size: 43px;
    border: none;
    display: inline-block;
    text-align: left;
    width: auto;
    margin-bottom: 0;
    vertical-align: bottom;
}
.grey-box a {
    margin: 0 1.2%;
    width: 17.6%;
    display: block;
    float: left;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.grey-box a:hover {
    color:#91c952;
}
.grey-box a span { display:block; }
.grey-box a img {
    margin-bottom: 12px;
    max-width: 90px;
    border-radius: 25%;
}
.grey-box a.first {
    margin-left: 10.7%;
}
.grey-box.last a.first {
    margin-left: 1.2%;
}



footer {
    background: #0d344a;
        /*background: url("../images/dummy-layout-6.jpg") no-repeat center -3952px;
        min-height: 408px;*/
    padding: 14px 0;
    overflow: hidden;
}
footer .container {
    max-width:1350px;
}
footer .footerlogo {
    width: 8%;
    float: left;
}
footer .footerlogo img {
    max-width:100%;
}
footer #footer-links {
    width: 84%;
    float: left;
    text-align: center;
}
footer #footer-links .innercontainer {
    overflow: hidden;
    line-height: 1.5;
    color: #fff;
    font-size: 14px;
}
footer #footer-links .innercontainer a {
    color:#fff;
    text-decoration: none;
}



#footer-col1 {
    width: 32%;
    float: left;
}
#footer-logo {
    width: 69%;
    float: left;
    padding: 0 4% 0 3%;
}
#footer-logo img {
    width: 100%;
}
#footer-social {
    /*width: 24%;
    float: left;*/
}
#footer-social a {
    overflow: hidden;
    margin: 10px 4px 10px;
    padding: 0;
    width: 24px;
    display: inline-block;
    height: 30px;
    text-indent: -3000px;
}
#icon-linkedin { background: url("../images/icon-linkedin.png") no-repeat center center / contain; }
#icon-twitter { background: url("../images/icon-twitter.png") no-repeat center center / contain; }
#icon-facebook { background: url("../images/icon-facebook.png") no-repeat center center / contain; }
#icon-youtube { background: url("../images/icon-youtube.png") no-repeat center center / contain; }
#icon-instagram { background: url("../images/icon-instagram.png") no-repeat center center / contain; }


#footer-col2 {
    width: 68%;
    float: left;
}
#footer-col2 .footer-menu {
    float: left;
    width: 17%;
    min-height: 182px;
    margin-right: 1%;
    padding: 12px 2% 0;
    margin-bottom: 20px;
}
#footer-col2 .footer-menu.first {
    margin-left: 3%;
}
#footer-col2 .footer-menu.last {}
#footer-col2 .footer-menu ul {
    padding: 0;
    margin: 0;
}
#footer-col2 .footer-menu ul li, #footer-col2 .footer-menu p {
    list-style: none;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    margin: 0;
}
#footer-col2 .footer-menu p {
    line-height: 20px;
}
#footer-col2 .footer-menu ul li a, #footer-col2 .footer-menu p a {
    color: #fff;
}
#footer-col2 #footer-menu1 {}
#footer-col2 #footer-menu2 {}
#footer-col2 #footer-menu3 {
    width: 23%;
    padding-top: 17px;
}
#footer-col2 #footer-menu4 {}
#footer-col2 #footer-menu4 .squarelink {
    padding: 8px 17px;
    margin-top: 6px;
    text-align: center;
}
#footer-innerfooter {
    clear: left;
    width: 93%;
    height: 40px;
    margin: 0 0 0 3%;
    color: #fff;
    font-size: 15.2px;
    line-height: 1;
    padding: 12px 0 0 15px;
}





#module-content {
    /*background: url("../images/dummy-layout-3.jpg") no-repeat center -85px;
    height:794px;*/
    overflow: hidden;
}
#module-content .container {
    padding: 70px 0 80px;
}
#module-content-col1, .module-content-col1{
    float: left;
    width: 8%;
    text-align: right;
    display:none;
}
#module-content-col1 img, .module-content-col1 img {
    max-width: 85%; /*81px;*/
    margin-right: 15px;
}
#module-content-col2, .module-content-col2, .module-content-centred {
    float: left;
    width: 84%;
    margin:0 8%;
}
.module-content-centred {
    text-align: center;
}
#module-inner-col1, .module-inner-col1 {
    float: left;
    width: 47%;
    padding-right: 5%;
}
#module-inner-col2, .module-inner-col2 {
    float: left;
    width: 48%;
}
#module-inner-col1 img, .module-inner-col1 img, #module-inner-col2 img, .module-inner-col2 img {
    max-width: 100%;
}
#module-inner-col2 img.overhang, .module-inner-col2 img.overhang {
    max-width: 111%;
}

#module-content h1, #module-banner h1, #module-content h2, #module-banner h2 {
    text-align: left;
    margin:0 0 20px;
    padding:0;
    font-size: 23.5px;
    font-weight: 600;
    line-height: 1;
    color: #717275;
}

#module-content p, #module-banner p {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 28px;
}

#module-content p strong, #module-banner p strong {
    font-size: 16px;
}

#module-content ul, #module-banner ul {
    margin: 0 0 17px;
    padding: 0 17px;
}
#module-content ul li, #module-banner ul li {
    padding-left: 16px;
    padding-bottom: 10px;
    line-height: 1.5;
}

#module-content .squarelink, #module-banner .squarelink {
    margin-top: 30px;
    padding: 11px 36px;
}

#module-banner .squarelink {
    margin:30px auto 0;
    color:#fff;
    border: 1px solid #fff;
    font-size: 14px;
}
#module-banner .squarelink:hover {
    color:#0d344a;
    background:#fff;
}

a.storelink {
    margin: 30px 0 0 2em;
    display: block;
    float: left;
}
a.squarelink.storelink {
    margin-left: 0;
}



#module-banner {
    background: url("../images/course-manager-banner-bg-lr.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 70px;
    overflow: hidden;
}
#module-banner.pinzonepro {
    background: url("../images/pinzonepro-banner-bg-lr.jpg") no-repeat center center;
    background-size: cover;
}
#module-banner .container {
    padding: 70px 0 40px;
}
#module-banner .container.deep {
    padding: 80px 0 100px;
}
#module-content.course-manager-overview .container {
    padding: 0 0 70px;
}
.module-inner-col1 {
    width: 48%;
    padding-right: 4%;
}
#module-content.course-manager-overview p {
    font-size: 16px;
}
#module-banner h1, #module-banner p, #module-banner ul li {
    color:#fff;
    text-shadow: 3px 3px 3px #333;
}
#module-banner.pinzonepro ul li {
    padding-top: 10px;
}
#module-banner .module-content-col1 img {
    border: 1px solid #fff;
    border-radius: 18px;
}

#module-banner.tournament {
    background: url("../images/tournament-manager-banner-bg-lr.jpg") no-repeat center center;
    background-size: cover;
}
#module-banner.tournament .container {
    padding: 40px 0;
}
#module-banner.tournament h1 {
    color: #0d344a;
    text-shadow: none;
}
#module-banner.tournament p {
    color: #0d344a;
    margin-bottom: 250px;
    text-shadow: none;
    width: 80%;
}
#module-banner.tournament .squarelink {
    background: #0d344a;
}
#module-banner.tournament .squarelink:hover {
    color:#0d344a;
    background:#fff;
}


/* ############################################################################################################## */
/* Responsive Styling */

@media (max-width:1490px) {
    #main-cta .container {
        /*background-position:115% top;*/
        background-size:contain;
    }
    #main-cta .left-textbox {
        width:33%;
        background: url("../images/bg-cta.jpg") repeat-x center 0px transparent;
        padding-right: 40px;
    }
    #carousel-main { width:65%; }
    #carousel .right-textbox { width:28%; margin-top:80px; }
    #dronebox .left-textbox { width:34%; }
    #player-app .right-textbox {
        background: url("../images/bg-cta.jpg") repeat-x center 0px #fff;
        width:34%;
        padding: 42px 0 46px 20px;
        margin: 0;
    }
    .right-textbox { width:455px; }
}

@media (max-width:1400px) {
    /*#cm-testimonials li, #tm-testimonials li { padding-right:1em; }*/
    #cm-textbox, #tm-textbox { width:45%; }
    #cm-textbox h4 { font-size:41px; }
    #tm-textbox h4, #testimonialvideo h4 { font-size:40px; }
    #pinzonepro #cm-textbox { padding-bottom:20px; }
}

@media (max-width:1390px) {
    /*#main-cta .container { background-position:135% top; }*/
    #main-cta .left-textbox { width:36%; }
    #carousel-main { width:63%; }
    #carousel .right-textbox { width:30%; }
    #dronebox .left-textbox { width:36%; }
    #player-app .right-textbox { width:38%; }
    #module-inner-col2 img.overhang, .module-inner-col2 img.overhang { max-width:100%; }
    .right-textbox { width:500px; }
    #featuresbox a { width:13.9%; }
}

@media (max-width:1320px) {
    #cm-carousel .owl-item img, #tm-carousel .owl-item img { max-width: 80%; }
}

@media (max-width:1290px) {
    /*#main-cta .container { background-position:150% top; }*/
    #carousel-main { width:61%; }
    #carousel .right-textbox { width:32%; margin-top:60px; }
    #dronebox .left-textbox { width:38%; }
    .right-textbox { width:530px; }
    #cm-textbox h4, #tm-textbox h4, #featuresbox h4, #testimonialvideo h4 { font-size:39px; }
}

@media (max-width:1240px) {
    .container { max-width:96%; }
    .navbar-logo { margin: 0px 9% 0 0%; }
    .navbar-buttons { margin-left: 8%; }
    #main-cta .left-textbox { width:40%; }
    #carousel-main { width:59%; margin-top:4%; margin-bottom:2%; }
    #carousel .right-textbox { width:34%; }
    #dronebox .left-textbox { width:42%; }
    #player-app .right-textbox { width:42%; }
    #cm-textbox h4, #tm-textbox h4, #featuresbox h4 { font-size:38px; }
    #testimonialvideo h4 { font-size:36px; }
    #cm-testimonials li, #tm-testimonials li { font-size: 16px; line-height: 1.3; }
}

@media (max-width:1190px) {
    .navbar-logo { margin: 0px 5% 0 0%; }
    #cm-carousel .owl-nav, #tm-carousel .owl-nav { top:43%; }
    #cm-carousel .owl-nav .owl-prev, #cm-carousel .owl-nav .owl-next,
    #tm-carousel .owl-nav .owl-prev, #tm-carousel .owl-nav .owl-next { width:60px; height:60px; }
    /*#cm-textbox h4, #tm-textbox h4, #featuresbox h4 { font-size:36px; }
    #cm-testimonials li, #tm-testimonials li { font-size: 15px; }*/
    .cm-textbox-left, .tm-textbox-right { width: 14%; }
    .cm-textbox-right, .tm-textbox-left { width: 80%; }
    #cm-textbox a.squarelink, #tm-textbox a.squarelink { text-align:center; padding:8px 0; }
    #cm-textbox-bottom, #tm-textbox-bottom { margin:35px 0 0; }
}

@media (max-width:1140px) {
    .navbar-logo { margin:0; }
    #main-cta .left-textbox { width:43%; }
    #carousel-main { width:53%; margin-top:6%; }
    #carousel .right-textbox { width:40%; margin-top:20px; }
    #dronebox .left-textbox { width:44%; }
    .grey-box, .grey-box.last { width:800px; float:none; overflow:hidden; margin:28px auto 0; }
    /*#cm-textbox h4, #tm-textbox h4, #featuresbox h4 { font-size:34px; }
    #cm-testimonials li, #tm-testimonials li { font-size: 15px; }*/
    #testimonialvideo h4 { font-size:34px; }
    #featuresbox h4 { width:36%; }
}

@media (max-width:1090px) {
    /*#main-cta .container { background-position:310% top; }*/
    #player-app .right-textbox { width:48%; }
    .navbar-buttons { margin-left:5%; }
    #cm-carousel .owl-nav, #tm-carousel .owl-nav { top:42%; }
    #cm-textbox h4, #tm-textbox h4, #featuresbox h4 { font-size:36px; }
    #testimonialvideo h4 { font-size:32px; }
    #cm-testimonials li, #tm-testimonials li { font-size: 15px; }
}

@media (max-width:1040px) {
    .clere-logo { width:270px; }
    .navbar-organization { padding:7px 7px 0; }
    a.greenbtn.small, .navbar-organization { font-size:14px; }
    /*#main-cta .container { background-position:368% top; }*/
    #main-cta .left-textbox { width:47%; }
    #carousel-main { margin-bottom: 6%; }
    #carousel .right-textbox { }
    #dronebox .left-textbox { width:48%; }
}

@media (max-width:1020px) {
    .cm-textbox-left, .tm-textbox-right { width: 12%; }
    .cm-textbox-right { width: 82%; }
    #cm-textbox h4, #tm-textbox h4, #featuresbox h4 { font-size:35px; }
    #testimonialvideo h4 { font-size:30px; }
    /*#cm-testimonials li, #tm-testimonials li { font-size: 15px; }*/
}

@media (max-width:980px) {
    #main-cta .container { background:none; }
    #main-cta .left-textbox { width:70%; }
    #carousel-main { width:45%; margin-top:11%; }
    #carousel .right-textbox { width:48%; }
    #player-app .right-textbox { width:51%; }
    .left-textbox h4 br { display:none; }

    #cm-carousel { width:52%; margin-right:2%; }
    .cm-textbox-left, .cm-textbox-right { width:100%; margin:0; }
    .cm-textbox-left { margin-top:15px; text-align:left; }
    #cm-textbox a.squarelink { margin:0; width:99%; }
    #cm-textbox-bottom { margin-top:15px; }
    #cm-textbox-bottom .cm-textbox-left { display:none; }
    #cm-textbox h4 { font-size:31px; }
    #cm-textbox h4 span br { display:none; }
    #cm-carousel .owl-nav { top:43%; }
    #cm-carousel .owl-nav .owl-prev, #cm-carousel .owl-nav .owl-next { width:40px; height:40px; }

    #tm-carousel { width:52%; margin-left:2%; }
    #tm-textbox { margin-left:1%; }
    .tm-textbox-left, .tm-textbox-right { width:100%; margin:0; }
    .tm-textbox-right { display:none; }
    .tm-textbox-right.mobileonly { margin-top:15px; text-align:left; display:block }
    #tm-textbox a.squarelink { margin:0; width:99%; }
    #tm-textbox-bottom { margin-top:15px; }
    #tm-textbox-bottom .cm-textbox-right { display:none; }
    #tm-textbox h4 { font-size:31px; }
    #testimonialvideo h4 { font-size: 40px; }
    #tm-textbox h4 span br, #testimonialvideo h4 br { display:none; }
    #tm-carousel .owl-nav { top:43%; }
    #tm-carousel .owl-nav .owl-prev, #tm-carousel .owl-nav .owl-next { width:40px; height:40px; }

    #featuresbox a { width:13.8%; font-size:16px; }
}

@media (max-width:950px) {
    .navbar-buttons { margin-left:4%; }
    #usedby h3 { font-size:22px; }
    #usedby img { margin: 0 2%; }
    #cm-textbox h4, #tm-textbox h4, #featuresbox h4 { font-size:30px; }
    #cm-testimonials li, #tm-testimonials li { font-size: 14px; }
}

@media (max-width:900px) {
    .clere-logo { width:230px; }
    .navbar-organization { padding:5px 5px 0; }
    a.greenbtn.small, .navbar-organization { font-size:13px; }
    #footer-col2 #footer-menu3, #footer-col2 #footer-menu4 { width:48%; min-height:unset; }
    #player-app .container { background:none; }
    #player-app .right-textbox { width:75%; }
    #cm-textbox h4, #tm-textbox h4, #featuresbox h4 { font-size:27px; }
    #cm-testimonials li, #tm-testimonials li { font-size: 12px; }
    #module-banner.tournament p { line-height:1.5; width:95%; }
}

@media (max-width:810px) { /* Both phones and iPad */

    .clere-logo { width:306px; }

    #menuburger { float:right; display:block; }
    .navbar-organization, .navbar-buttons { display:none; }

    .right-textbox { width:420px; }
    .right-textbox h4 { font-size:36px; }
    .right-textbox p { font-size:16px; }

    .container, #main-cta .container, #hub-pack .container { max-width:90%; }
    #carousel .container, #dronebox .container { max-width:100%; }

    #main-cta .container { background:none; }
    #main-cta #cta-link { margin:25px 0 0; text-align:left; }

    .left-textbox, #carousel .right-textbox { width:100%; padding:1em 0; text-align:left; }
    #carousel .right-textbox, #player-app .right-textbox { padding:1em 5%; width:90%; margin:0; }

    .right-linkbox {
        background: #0d344a;
        float: none;
        width: 90%;
        padding: 0 5% 1em;
        margin: 0;
    }
    .right-linkbox a.squarelink {
        color: #fff;
        border: 1px solid #fff;
    }
    .right-linkbox a.squarelink:hover {
        color: #0d344a;
        border: 1px solid #0d344a;
    }

    #dronebox .container { background-position: right center; }
    #dronebox .left-textbox { margin:10% 0 10% 5%; width:60%; padding:1em 3%; }

    #player-app { background:#0d344a; margin:0; }
    #player-app .container { background:none; max-width:100%; }

    #hub-pack #top-text { max-width:100%; margin:2em 0 0; }

    .grey-box, .grey-box.last { width:100%; }
    .grey-box h4, #hub-pack #top-text h4 { font-size:30px; }
    .grey-box a { width:17.2%; }
    /*.grey-box a.first { margin-left: 5.7%; }
    .grey-box a { font-size:12px; }*/
    .grey-box a img { max-width: 100%; }

    #carousel-main { float:none; width:100%; }

    #footer-col1 { width:27%; }
    #footer-col2 { width:73%; }

    #footer-col2 .footer-menu { width:23%; }
    #footer-col2 #footer-menu3, #footer-col2 #footer-menu4 { width:35%; }

    #module-content-col1 img, .module-content-col1 img { max-width:85%; }

    #usedby img { margin:0; width:30%; }

    #cm-carousel, #cm-textbox, #pp-carousel { width:90%; margin:0 5%; }
    #cm-carousel { margin-top:40px; }
    #cm-carousel .owl-item img { margin:0 auto; }
    #cm-textbox h4 { font-size:40px;  text-align:center; }
    .cm-textbox-left { text-align: center; }
    #cm-textbox a.squarelink { padding:16px 32px; font-size:16px; width:unset; }
    #cm-textbox-bottom { margin:35px 0 0; }
    #cm-textbox-bottom .cm-textbox-left { width:10%; display:block; margin:0 0 155px; }
    #cm-textbox-bottom .cm-textbox-right { width:86%; }
    #cm-testimonials li { font-size:18px; }
    .cm-textbox-left .quote { margin-top:5px; }

    #tournamentmanager { background-size:contain; }
    #tm-carousel, #tm-textbox { width:90%; margin:0 5%; }
    #tm-carousel { margin-bottom:40px; }
    #tm-carousel .owl-item img { margin:0 auto; }
    #tm-textbox h4, #testimonialvideo h4 { font-size:40px;  text-align:center; }
    .tm-textbox-right.mobileonly { text-align: center; }
    #tm-textbox a.squarelink { padding:16px 32px; font-size:16px; width:unset; }
    #tm-textbox-bottom { margin:35px 0 0; }
    #tm-textbox-bottom .tm-textbox-right { width:10%; display:block; margin:0 0 70px; }
    #tm-textbox-bottom .tm-textbox-left { width:86%; }
    #tm-testimonials li { font-size:18px; }
    .tm-textbox-right .quote { margin-top:5px; }

    #pp-carousel img { max-width:90%; margin:50px 5% 0; }

    #featuresbox h4 { width:40%; }
    #featuresbox a { width:13.7%; font-size:15px; }

}

@media (max-width:710px) {
    #module-inner-col1, #module-inner-col2, .module-inner-col1, .module-inner-col2 {
        float: none;
        width:100%;
        padding:0;
    }
    #module-inner-col1, .module-inner-col1 { margin-bottom:3em; }
    #main-cta .left-textbox { width:100%; padding:1em 0; }
    #dronebox .left-textbox { width:65%; }
    .desktoponly { display:none; }
    .mobileonly { display:block; }
    .module-inner-col1.mobileonly { margin-bottom:0; }
    .module-inner-col2.mobilespacing { margin-bottom:3em; }
    .grey-box .titlebox img { margin-left: 25px; }
    #module-banner.tournament p { line-height:1.3; width:100%; }

}

@media (max-width:670px) {
    #dronebox .left-textbox { width:84%; }

    #cm-textbox h4, #tm-textbox h4, #featuresbox h4, #testimonialvideo h4 { font-size:32px; }
    #cm-testimonials li, #tm-testimonials li { font-size:17px; }
    #cm-textbox a.squarelink { padding:12px 24px; font-size: 14px; }
    #cm-testimonials li, #tm-testimonials li { font-size:15px; }
    #tm-carousel { margin-top:40px; }

    #featuresbox .container { text-align: center; }
    #featuresbox h4 { width:100%; font-size: 30px; }
    /*#featuresbox h4 br { display:none; }*/
    #featuresbox h4 span { margin-left:10px; }
    #featuresbox a { width:24%; font-size:14px; }
    #module-banner.tournament p { line-height:1.2; }
}

@media (max-width:550px) {
    #usedby img { width: 32%; }
}

@media screen and (max-width: 481px) { /* Phones */

    #module-content .container { padding:20px 0 40px; }
    /*#module-content-col1, #module-content-col2, .module-content-col1, .module-content-col2 { float:none; width:100%; }*/
    #module-content-col1 img, .module-content-col1 img { max-width:81px; margin-right:0; }
    #module-inner-col2 img { max-width: 100%; }
    .navbar-logo { margin: 0; }

    #module-content .squarelink, a.storelink {
        float: none;
        margin: 30px 0 0;
        display: block;
        text-align: center;
    }

    #module-inner-col1, #module-inner-col2, .module-inner-col1 {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0 0 3em;
    }
    #module-inner-col2 { margin: 0; }

    .right-textbox { width:270px; }
    .right-textbox h4 { font-size: 16px; margin:0 0 10px; }
    .right-textbox p { font-size: 11px; }
    .tp-banner a.squarelink { font-size:11px; background:#0d344a; color:#fff; }

    #dronebox .left-textbox { margin:20% 5%; width:80%;  padding:1em 5%; }


    .left-textbox h4, #carousel .right-textbox h4, #player-app .right-textbox h4, #hub-pack #top-text h4 {
        font-size:33px;
    }
    .left-textbox p, #carousel .right-textbox p, #player-app .right-textbox p, #hub-pack #top-text p {
        font-size: 14px;
    }

    .grey-box, .grey-box.last { width:92%; padding:2% 4% 4%; }
    .grey-box a img { max-width:70%; }
    .grey-box h4 { font-size:33px; margin:0 0 20px; }
    .grey-box .titlebox h4 { text-align:center; }
    .grey-box .titlebox img { margin-left:0; }
    .grey-box a { width:50%; margin:0; min-height:200px; }
    /*.grey-box.last a { min-height:150px; }*/
    .grey-box a.first, .grey-box.last a.first { margin-left:0; }

    #footer-col1, #footer-col2 { float:none; width:100%; }
    #footer-logo { width: 75%; }
    /*#footer-social { width: 18%; }*/
    #footer-col2 .footer-menu, #footer-col2 .footer-menu.first, #footer-col2 #footer-menu3 {
        margin: 0 0 2em;
        padding: 0;
        width: 50%;
        min-height: unset;
    }
    #footer-innerfooter {
        width: 100%;
        margin: 0;
        padding: 0;
        height: unset;
    }

    .removeonphones { display:none; }
}

@media screen and (max-width: 380px) {
    .right-textbox { width:250px; }
}