
/*

gambol green = #00c07e
bouncing blue = #012b67

*/


@media (min-width: 1600px) {
  .container-xl{
    max-width: 1280px;
  }
}

.green {
    color: #00c07e;
}

.bouncing-blue {
    color: #012b67;
}

/* Set and reset stuff */
html, body {
  background: transparent;
  font-size: 100%;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

/* Set and reset stuff END */


html {
  height: 100%;
  background: #eaeaea;
scroll-behavior: smooth;

}

body {
  height: 100%;
  width: 100%;
  max-width: 1700px;
  margin: auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: #000;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  padding-top: 0px;
    
}

h1, h2, h3 {
    font-family: 'Kanit', sans-serif;
  font-weight: 700;
    text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 14px;
  color: #00c07e;
  position: relative;
}

h1 {
  font-size: 70px;
  line-height: 84%;

}

h2 {
  font-size: 54px;
  line-height: 100%;
}


h3 {
  font-size: 45px;
  line-height: 100%;
  color: #000;
    
}


h4, h5 {
    font-family: 'Open Sans', sans-serif;
  line-height: normal;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 14px;
  color: #000;
  position: relative;
}

h4 {
  font-size: 32px;
  line-height: 110%;
}


h5 {
text-transform: uppercase;
     font-size: 20px;
  line-height: 110%;
}

.bolder {
    font-family: 'Kanit', sans-serif;
  font-weight: 700;
    font-size: 140%;
    line-height: 110%;
    letter-spacing: 1px;

}

@media (max-width: 480px) {
    
h1 {
  font-size: 40px;
  line-height: 84%;

}
    
h2 {
  font-size: 34px;
  line-height: 100%;
}    
    
h3 {
  font-size: 25px;
  line-height: 100%;
  color: #000;
    
}    
    
}


.smaller {
    font-size: 200%;

}

.iconTitle {
    font-size: 110%;
}


.guidepage h2 {
  padding-top: 12px;
}


.rounded-oz {
    border-radius: 12px;
}

.border-green {
    border: 4px solid transparent;
    box-shadow: 0 0 0 4px #00c07e;
}

.border-grey {
    border: 4px solid transparent;
    box-shadow: 0 0 0 4px #CCC;
}

.border-none {
    border: none;
}

.spaced {
  letter-spacing: 6px!important;
}


.block {
  display: block;
  width: 100%;
  position: relative;
  /* border: 2px solid red; */
}

.strike {
    position: relative;
    display: inline-block;
}
.strike::before {
    content: '';
    border-bottom: 3px solid #00c07e;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: skewY(-10deg);    
}


/*  Breadcrumb START */

.bread {
  width: 100%;
  margin: 0 auto 0;
  padding: 9px 30px 9px 30px;
  white-space: nowrap;
  text-align: left;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #FFF;
  font-size: 14px;
    font-weight: 600;
  color: #000;
}

.bread li {
  display: inline-block;
  margin: 0 0 0 0;
}

.bread a {
  color: #000;
}

.current {
  color: #7d7d7d;
}

@media (max-width: 480px) {

.bread {
  width: 100%;
  margin: 0 auto 0;
  padding: 9px 6px 9px 6px;
  white-space: normal;
  text-align: left;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #FFF;
  font-size: 11px;
    font-weight: 600;
  color: #000;
}    
    
    
}


/*  Breadcrumb END */



.close-x {
  position: absolute;
  z-index: 1001;
  right: 6px;
  top: 6px;
  width: 30px;
  height: 30px;
  padding-top: 6px;
  background: #cecece;
  line-height: 19px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
}

/* ---- Our Code Below --- */

a {
  color: #00c07e;
    text-decoration: none;
    
}

a:hover {
  color: #888888;
    text-decoration: none;
}

a:active {
  color: #191919;
    text-decoration: none;
}


.no-padding {
    padding: 0;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.txtRed {
    color: #700000;
}


hr {
  border: 1px solid #666666;
    margin: 20px 0px 20px 0px;
}

hr.light {
  border-color: white; }




p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 20px;
}


ul {
	padding-left: 20px;
	line-height: 22px;
	margin: 0px;
	list-style-image: url("/images/bullet.png");
}

li {
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



.mt-extra {
    margin-top: 60px;
}


.shadowImage {
    	box-shadow: 0px 4px 8px rgba(0,0,0,0.1) ;

}



section {
    margin: 0;
    padding: 2rem;
    background: #FFF;
}



@media (max-width: 480px) {


      
}

section.product h2 {
    font-size: 40px;
    margin-top: 0;
}


section.pageMain {
    background: #FFF;
    position: relative;
    padding: 40px 20px;
}


section.testimonials {
    background: #cc6600;
    padding: 40px 20px;
}






section.features {    
  margin: 0px 20px 0px 20px;
    padding: 0px;
}



#features h2 {
    font-size: 40px;
    margin-top: 0; 
    font-weight: 800;
	
}

#features h3 {
    font-size: 30px;
    line-height: 34px;
    margin-top: 0; 
    font-weight: 600;
	
}

#features p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

#features ul li {
  font-size: 16px!important;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0 0 0 -18px;
  padding: 0 0 12px 22px;
  background: url(/images/listDot4.png) no-repeat 0 2px;
  list-style: none;
  background-size: 16px;
}

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;

}

section.features .feature-item h3 {
    font-weight: 600;
	font-size: 30px;
}

section.features .feature-item i {
    font-size: 80px;
    display: block;
    margin-bottom: 15px;

}




@media (max-width: 480px) {

}




@media (min-width: 768px) {
     
}
  



section.homeMid {
  
    position: relative;
    text-align: center;
    background: url("../images/temp-big-image.jpg") center center scroll;
    background-size: cover;
    padding: 0;
    margin: 0;
}


section.homeMid .homeMid-content {
    position: relative;
    z-index: 1;
    padding: 400px 0px;

}

@media (max-width: 480px) {
      section.homeMid .homeMid-content {
        padding: 100px 0px;
    }
}

section.homeMid .homeMid-content h2 {
      font-size: 50px;
      max-width: 1200px;
      margin-top: 0;
      margin-bottom: 25px;
      color: white; }

@media (min-width: 768px) {
      section.homeMid .homeMid-content h2 {
        font-size: 80px; }
}
  
section.homeMid .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}



#sponsorship {
        background: #FFF url("../images/backgrounds/OZTrampoline-Bouncing-Motif-1.svg") right bottom scroll no-repeat;
      position: relative;
    padding: 160px 20px;
}

@media (max-width: 480px) {
#sponsorship {
    padding: 40px 20px;
}
    

}


#everytrampoline {
        background: #00c07e url("../images/backgrounds/OZTrampoline-Bouncing-Motif-Footer.svg") center bottom scroll no-repeat;
    background-size: cover;
      position: relative;
    color: #FFF;
    padding: 60px 20px;
}

#everytrampoline h2 {
    color: #FFF;
    margin-top: -9px;
}

#everytrampoline h5 {
    color: #FFF;
}




/* --- FOOTER --- */

footer {
    padding: 40px;
    text-align: left;
    color: #FFF;
    background: #00c07e url("../images/backgrounds/OZTrampoline-Bouncing-Motif-Footer.svg") left bottom scroll no-repeat; 
    margin: 0;

}


footer p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}


footer h5 {
  text-transform: uppercase;
  font-size: 17px;
  line-height: 19px;
  letter-spacing: 0px;
  margin: 22px 0 6px 0;
  font-weight: 700;
  color: #FFF;
}

footer hr {
  border: 1px solid #FFF;
  margin: 20px 0 24px 0;
}

footer a {
  color: #FFF !important;
  line-height: 35px;
}

footer a:hover {
  color: #012B67 !important;
}


footer ul {
    margin-bottom: 0;
}

footer ul li a {
      font-size: 12px;
  color: #FFF;
}

@media (max-width: 480px) {
footer ul li a {
      font-size: 18px;
  color: #FFF;
}
        
    
}


    
footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
        text-decoration: none;
    color: #012b67;
}

.product-thumbnail {
    margin: 0px 0px 0px 0px;
	border: #ccc solid 1px;
}

.product-thumbnail:hover {
    opacity: 0.7;
}

.bg-primary {
    background: #012b67;
    color: #FFF;
}

.bg-blue {
    background: #012b67;
    color: #FFF;
}

.bg-green {
    background: #00CE7D;
    color: #FFF;
}

.bg-black {
    background: #414042;
    color: #fff;
}

.bg-gambol-green {
    background: #00CE7D;
    padding: .8rem .5rem .8rem .5rem;
}

.bg-bouncing-blue {
    background: #012b67;
    color: #FFF;
    padding: .8rem .5rem .8rem .5rem;
}

.bg-testimonials {
    background: #fff url("../images/backgrounds/bg-testimonials.jpg") left top scroll no-repeat;
    color: #FFF;
    padding: 320px 0px 30px 0px;
    margin: 0px;

}

.text-primary {
  color: #fdcc52; }


.input-group-text {
    background: #00c07e;
    color: #fff;
    border: 1px solid #00c07e;
}

/* ----- BUTTONS ----- */


.btn {
      -webkit-transition: all ease .3s ;
    -moz-transition: all ease .3s ;
    transition: all ease .3s ;
}

.btn:focus {
        box-shadow: none !important;
        outline: 0 none !important;
}

.btn-primary {
	font-size: 20px;
	font-weight: 600;
    text-transform: uppercase;
	text-align: center;
	background: #00c07e;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 20px 40px 20px 40px;
	border-radius: 60px;
    border: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
	background: #00E294;
	color: #FFF;
    box-shadow: 0px 10px 14px -7px #61FFC9;
    
}

.btn-primary-narrow {
	font-size: 20px;
	font-weight: 600;
    text-transform: uppercase;
	text-align: center;
	background: #00c07e;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 8px 40px 8px 40px;
	border-radius: 60px;
    border: none;
}

.btn-primary-narrow:hover, .btn-primary-narrow:focus, .btn-primary-narrow:active, .btn-primary-narrow.active {
	background: #00E294;
	color: #FFF;
    box-shadow: 0px 10px 14px -7px #61FFC9;
    
}

.btn-secondary {
	font-size: 20px;
	font-weight: 600;
    text-transform: uppercase;    
	text-align: center;
	background: #FFF;
	color: #012B67;
	margin: 0px 0px 0px 0px;
	padding: 20px 40px 20px 40px;
	border-radius: 35px;
    border: 2px solid #012B67;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
	background: #012b67;
	color: #FFF;
    border: 2px solid #012B67;
    box-shadow: 0px 10px 14px -7px #A8CBFE;

}

.btn-narrow {
	font-size: 18px;
	font-weight: 600;
    text-transform: uppercase;
	text-align: center;
	background: #00c07e;
	color: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 8px 20px 8px 20px;
	border-radius: 60px;
    border: none;
}

.btn-narrow:hover, .btn-narrow:focus, .btn-narrow:active, .btn-narrow.active {
	background: #00E294;
	color: #FFF;
    box-shadow: 0px 10px 14px -7px #61FFC9;
    
}


.btn-success {
    font-size: 70%;
    width: 90%;    
    font-weight: bold;
	background: #00c07e;
	color: #FFF;
	margin: 0px 0px 10px 0px;
    padding: 4px;
    border-radius: 60px;
    border: none;
}

.btn-warning {
    font-size: 70%;
    width: 90%;
    font-weight: bold;
	color: #FFF;    
	margin: 0px 0px 0px 0px;
    padding: 4px;    
    border-radius: 60px;
    border: none;
}

@media (max-width: 1400px) {

.btn-success {
    width: 40%;    
}

.btn-warning {
    width: 40%;

}
      
}

.btn-size {
    font-size: 90%;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    background-color: #FFF;    
    border-radius: 4px;
    border: 2px solid #000;
    padding: 4px 8px 4px 8px;
    margin-bottom: 20px;
}

.btn-size:hover, .btn-size:focus, .btn-size:active, .btn-size.active {
    color: #FFF;
    background-color: #000;
    border: 2px solid #000;    
    box-shadow: 0px 10px 14px -7px #9F9F9F;
    
}


.btn-outline {
	font-size: 90%;
	font-weight: 600;
    text-transform: uppercase;
	text-align: center;
    border: #00c07e 1px solid;    
    border-radius: 4px 4px 4px 4px;
    padding: 10px 20px 10px 20px;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: #fff;
    border: #00c07e 1px solid;
    background-color: #00c07e;
    border-radius: 4px 4px 0px 0px;
    
}


.btn-outline-light {
    font-family: MontserratB;
    font-size: 90%;
    color: #FFF;
  border: #FFF 1px solid;
    border-radius: 4px;
    padding: 10px 20px 10px 20px;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
    color: #404042;
    border: #ABCF37 1px solid;
    background-color: #ABCF37;
}

.btn-outline-dark {
  color: black;
  border: 1px solid;
  border-color: #ABCF37;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active {
    color: white;
    border-color: #ABCF37;
    background-color: #ABCF37;
}

.btn-dark {
  color: white;
  border: 1px solid;
  border-color: black;
	background-color: #414042;
	
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
    color: black;
    border-color: #414042;
    background-color: #FFF;
}



.btn-danger {
  color: white;
  border: 1px solid;
  border-color: 700000;
	background-color: #700000;
}


.btn-xl {
  font-size: 16px;
  padding: 15px 45px;
}

.btn-link-green {
    font-size: 98%;
    color: #00c07e;
    text-decoration: none;
    padding: 0px;

}

.btn-link-green:hover, .btn-link-green:focus, .btn-link-green:active, .btn-link-green.active {
    color: #012b67;

}

.btn-link-blue {
    font-size: 98%;
    color: #012b67;
    text-decoration: none;
    padding: 0px;

}

.btn-link-blue:hover, .btn-link-blue:focus, .btn-link-blue:active, .btn-link-blue.active {
    color: #00c07e;

}

.btn-link-white {
    font-size: 98%;
    color: #fff;
    text-decoration: none;
    padding: 0px;
    text-align: left;

}

.btn-link-white:hover, .btn-link-white:focus, .btn-link-white:active, .btn-link-white.active {
    color: #012b67;

}

.btn-link-white2 {
    font-size: 98%;
    color: #fff;
    text-decoration: none;
    padding: 0px;
    text-align: left;

}

.btn-link-white2:hover, .btn-link-white2:focus, .btn-link-white2:active, .btn-link-white2.active {
    color: #00c07e;

}


.btn-pointer-green {
    position: relative;
    font-weight: 800;
    padding-right: 1.25rem;
    padding-right: 2.5rem;
}
.btn-pointer-green::after {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("../images/arrow-green.svg") ;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.25rem 1.25rem;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.2s;
}
.btn-pointer-green:hover::after,
[href]:hover .btn-pointer-green::after {
    right: 0.4375rem;
}

.btn-pointer-blue {
    position: relative;
    font-weight: 800;
    padding-right: 1.25rem;
    padding-right: 2.5rem;
}
.btn-pointer-blue::after {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("../images/arrow-blue.svg") ;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.25rem 1.25rem;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.2s;
}
.btn-pointer-blue:hover::after,
[href]:hover .btn-pointer-blue::after {
    right: 0.4375rem;
}

.btn-pointer-white {
    position: relative;
    font-weight: 800;
    padding-right: 1.25rem;
    padding-right: 2.5rem;
}
.btn-pointer-white::after {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("../images/arrow-white.svg") ;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.25rem 1.25rem;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.2s;
}
.btn-pointer-white:hover::after,
[href]:hover .btn-pointer-white::after {
    right: 0.4375rem;
}


.pill-green {
    font-size: 70%;
    width: 104px;
    text-align: center;
    font-weight: bold;
	background: #00c07e;
	color: #FFF;
	margin: 0px 0px 10px 0px;
    padding: 2px;
    border-radius: 60px;
    border: none;
}

.pill-yellow {
    font-size: 70%;
    width: 104px;
    text-align: center;    
    font-weight: bold;
	background: #f4c244;
	color: #FFF;
	margin: 0px 0px 10px 0px;
    padding: 2px;
    border-radius: 60px;
    border: none;
}



/* ----- CHECKBOX ----- */


.css-label {
  cursor: pointer;
}
.css-checkbox {
  display: none;
}
    
.fas {
  color: white;
  line-height: 16px;
  border-radius: 4px;
}
    
.far {
  color: white;
  line-height: 16px;
  border-radius: 4px;
}    
    
.fa-plus {
  padding-top: 2px;
  padding-right: 2px;
  padding-left: 2px;
    color: #ccc;
  background-color: none;
}
    
.fa-minus {
  padding-top: 1px;
  padding-right: 2px;
  padding-left: 2px;
  background-color: #E85764;
  display: none;
}
    
.fa-check-circle {
  padding-top: 2px;
  padding-right: 2px;
  padding-left: 2px;
    color: #00c07e;  
  background-color: none;
  display: none;
}    
        
.css-checkbox:checked + .css-label .fa-check-circle {
  display: inline;
}
.css-checkbox:checked + .css-label .fa-plus {
  display: none;
}


/* ----- CAROUSEL ----- */

.carousel {
    margin: 0px 0px 0px 0px;
}

@media (max-width: 480px) {

.carousel {
    margin: 0px 0px 0px 0px;
}
      
}




/* ----- PRODUCT LIST ----- */

#product .product-item {
  margin: 0px 0px 0px 0px;
    padding: 14px;
    
}

@media (max-width: 480px) {

#product .product-item {
  margin: 0px 0px 0px 0px;
    padding: 30px;
}
      
}

#product .product-item .product-link {
    position: relative;
    display: block;
    max-width: 600px;
    margin: 0 auto;
    cursor: pointer;
    text-decoration: none;
}

#product .product-item .product-link .product-hover {
      position: absolute;
      width: 100%;
      height: 100%;
      transition: all ease 0.5s;
      opacity: 0;
      background: rgba(171,207,55,0.75); }

#product .product-item .product-link .product-hover:hover {
        opacity: 1; }

#product .product-item .product-link .product-hover .product-hover-content {
        font-size: 20px;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 20px;
        margin-top: -12px;
        text-align: center;
        color: white; }

#product .product-item .product-link .product-hover .product-hover-content i {
          margin-top: -12px; }

#product .product-item .product-link .product-hover .product-hover-content h3,

#product .product-item .product-link .product-hover .product-hover-content h4 {
          margin: 0; }

#product .product-item .product-caption {
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    background-color: #fff; }

#product .product-item .product-caption h3 {
      margin: 0px 0px 0px 0px;
      text-transform: none;
        color: #414042;
}

#product .product-item .product-caption h4 {
    margin: 0px 0px 10px 0px;
    text-transform: none;
    color: #414042;
    font-size: 20px;
}
 
#product .product-item .product-caption p {
      font-size: 16px;
      margin: 0;
}


/* --------------------------------------
   Corner Banner
   -------------------------------------- */
   
#cornerbanner {
	position: absolute;
	z-index: 999;
    top: 8px;
	right: 8px;
	width: 130px;
	height: 130px;
}

#cornerbannerLeft {
	position: absolute;
	z-index: 999;
    top: 8px;
	left: 8px;
	width: 200px;
}

@media (max-width: 480px) {
    
#cornerbannerLeft {
	position: absolute;
	z-index: 999;
    top: 8px;
	left: 8px;
	width: 140px;
}

}



#cornerbanner-product-review {
	position: absolute;
	z-index: 999;
    top: 8px;
	right: 8px;
	width: 230px;
}

#cornerbannerholder {
    position: relative;
	width: 100%;
	z-index: 998;
	top: 0;

}


.boxBorder {
      border: #D8D8D8 solid 2px;
    border-radius: 12px;
    background: #fff;
    text-align: left;
    padding: 20px;
    margin: 0px 0px 20px 0px;

}


/*-- CARD --*/

.card {
      border: #D8D8D8 solid 1px;
    border-radius: 12px;
    background: #fff;
    text-align: left;
    padding: 16px;
    margin: 0px 0px 20px 0px;

}

.card-body {
    color: #000;
    border-radius: 0px;

}

.card-footer {
background-color: transparent;
    margin-top: -20px;
    margin-bottom: 4px;
    padding-top: 0;
    padding-bottom: 0;    
    border: none;

}

.card-footer h4 {
    color: #00c07e;
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;    

}

.card-title {
    font-family: 'Kanit', sans-serif;
  font-weight: 700;
  color: #000000;
    font-size: 26px;
    line-height: 24px;
    padding: 0px 20px 5px 20px;
    margin: 20px 0px 0px 0px;
    text-transform: none;
    letter-spacing: 1px;
}

.card-title2 {
    font-family: 'Kanit', sans-serif;
  font-weight: 700;
  color: #000000;
    font-size: 22px;
    line-height: 24px;
    padding: 0px 0px 5px 0px;
    margin: 10px 0px 0px 0px;
    text-transform: none;
    letter-spacing: 1px;
}

.tmb-gallery-2 {
    margin: 0px;
	padding: 30px;
}

.tmb-gallery-2:hover {
    opacity: 0.7;
}

.tmb-link {
    margin: 0;
  -webkit-transition: all ease .3s ;
    -moz-transition: all ease .3s ;
    transition: all ease .3s ;
    
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
    
}

.tmb-link:hover {
    opacity: 0.7;
    
    -webkit-clip-path: inset(10px);
    clip-path: inset(10px);    
      
}

/* ZOOM EFFECTS [1] The container */
.img-hover-zoom {
  height: 650; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .3s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.10);
}



.text-green {
    color: #00c07e !important;
}


.bg-white {
    background-color: #fff;
}
.bg-green {
    background-color: #00c07e;
}

.bg-green-motif {
        background: #00c07e url("../images/backgrounds/OZTrampoline-Bouncing-Motif-Footer.svg") center bottom scroll no-repeat;
    background-size: cover;
      position: relative;
    color: #FFF;
}

.bg-bordered {
    	border-radius: 8px;
}


.bg-gray {
    background-color: #e6e6e6;
}
.bg-gray-light {
    background-color: #f3f3f3;
}



#topPanel {
    position: fixed;
    background: #012b67;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	display: none;
	z-index: 9990;    
}


/* Back to Top button */

#top {
	display: none;
	position: fixed;
	bottom: 110px;
	right: 20px;
	z-index: 9999;
}
#top a {
	font-family:'Avenir Next W01';
	text-transform: uppercase;
	text-decoration: none;
	text-indent: -9000px;
	color: #fff;
	width: 40px;
	height: 40px;
	background:url(/vendor/scrolling-nav/btn-top.svg) top center no-repeat;
	display: block;
}
#top a:hover {
	background: url(/vendor/scrolling-nav/btn-top-over.svg) top center no-repeat;
	background-size: 40px 40px;
}


