/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: ginto;
  src: url(fonts/ABCGinto-Regular.otf);
}

@font-face {
  font-family: gintoCondensed;
  src: url(fonts/ABCGintoNordCondensed-Bold.otf);
}

html {
  font-size: 62.5%;
}

body {
  background-color: #3A0144!important;
}

p,
.row p {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-family: "ginto", sans-serif;
  font-weight: 400;
}

h1,
.row h1 {
  font-size: 4rem;
  line-height: 4rem;
  font-family: "gintoCondensed", sans-serif;
  font-weight:900;
  text-transform: uppercase;
}

.h1ghlight,
.row .h1ghlight {
  font-size: 4rem;
  line-height: 4rem;
  font-family: "gintoCondensed", sans-serif;
  font-weight:900;
  text-transform: uppercase;
  color:#FFFFFF;
  background-color:#970150;
  padding:2px 6px;
  border-radius: 6px;
}

.rotate {
  display: inline-block;
  transform: rotate(-3deg);


  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(-3deg);

  /* Firefox */
  -moz-transform: rotate(-3deg);

  /* IE */
  -ms-transform: rotate(-3deg);

  /* Opera */
  -o-transform: rotate(-3deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

a,
.row a {
  font-family: "gintoCondensed", sans-serif;
  text-decoration: none;
}

.tranlink,
.row .tranlink {
  color:#60A854!important;
  margin-top:10px;
}

.tranlink:hover,
.row .tranlink:hover {
  color:#AFF69E;
}



/* -------------------------------- 

Alternate Fixed & Scroll Backgrounds

-------------------------------- */
.rh-main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  z-index: 3;
}

.rh-main-header:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.rh-main-header__logo {
  float: right;
  margin: 10px 10px 0 0;
}

.rh-main-header__logo img {
  display: block;
  width:80%;
}

@media only screen and (min-width: 768px) {
.rh-main-header__logo img {
  display: block;
  width:100%;
}  
  .rh-main-header {
    height: 70px;
  }
  .rh-main-header__logo {
    margin: 20px 20px 0 0;
  }
}

.rh-fixed-bg {
  position: relative;
  min-height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 576px) {
.rh-fixed-bg {
  min-height: 90vh;
}
}

.rh-fixed-bg__content, .rh-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 3rem;
}

.rh-fixed-bg h1, .rh-fixed-bg h2 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}

.rh-fixed-bg.rh-fixed-bg--1 {
  background-image: url("../img/role_of_a_lifetime_hero_banner.png");
  background-position: left center;
}

.rh-fixed-bg.rh-fixed-bg--2 {
  background-image: url("../img/ellie_role_of_a_lifetime_with_dogs.png");
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .rh-fixed-bg h1, .rh-fixed-bg h2 {
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 1170px) {
  .rh-fixed-bg h1, .rh-fixed-bg h2 {
    font-size: 4.8rem;
    font-weight: 300;
  }
  @supports (background-attachment: fixed) {
    /* fix bug on IE11 and below */
    .rh-fixed-bg {
      background-attachment: fixed;
    }
  }
}

.rh-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 6em 0;
  z-index: 2;
  overflow: hidden;
}

.rh-scrolling-bg.rh-scrolling-bg--color-1 {
  background-color: #FFFFFF;
  color: #3A0144;
}

.rh-scrolling-bg.rh-scrolling-bg--color-2 {
  background-color: #AFF69E;
  color: #FFFFFF;
}

.rh-scrolling-bg.rh-scrolling-bg--color-3 {
  background-color: #3A0144;
  color: #FFFFFF;
}

.rh-scrolling-bg.rh-scrolling-bg--color-3:before {
  position: absolute;
  content: "";
  background-color: #3A0144;
}

.rh-scrolling-bg__content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .rh-scrolling-bg {
    padding: 6em 0;
    font-size: 2rem;
    line-height: 2;
    font-weight: 300;
  }
}

.ctabtn {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  -webkit-appearance: none;
  outline: 2px solid #970150;
  padding: 15px 25px;
  font-size: 2rem;
  text-transform: uppercase;
  line-height:2rem;
  border-radius: 4px;
  background-color: #970150;
  color: #FFFFFF!important;
  /*white-space: nowrap;*/
  -webkit-transition: outline 0.15s linear 0s, background-color 0.15s linear 0s;
  transition: outline 0.15s linear 0s, background-color 0.15s linear 0s;
  position: relative;
  text-align: center;
  max-width: 100%;
  /*text-overflow: ellipsis;*/
  font-family: 'delight', sans-serif;
  text-decoration: none!important;
  font-weight: 700!important;
  border: none;
}

.ctabtn:hover {
  background-color: #FFFFFF!important;
  text-decoration: none;
  color: #970150!important;
  outline: 2px solid #970150;   
}

.rounds {
  border-radius: 2rem;
}

.tilt {
  rotate: -6deg;
}

.rtilted {
  transform: skewY(-3deg);
  margin-top:-80px;
  margin-bottom:-80px;
}

.runtilted {
  transform: skewY(3deg);
}

.tilted {
  transform: skewY(3deg);
  margin-top:-80px;
  margin-bottom:-80px;
}

.untilted {
  transform: skewY(-3deg);
}

.boxed {
  background-color: #AFF69E;
  transform: rotate(-3deg);
  border-radius: 2rem;
  height: 340px;
  width:100%;
  max-width: 1200px;
  position: absolute;
}

.boxeddark {
  background-color: #60A854;
  transform: rotate(3deg);
  border-radius: 2rem;
  height: 500px;
  width:100%;
  position: absolute;
  left:80%;
}

@media only screen and (max-width: 576px) {
.boxed {
  background-color: #AFF69E;
  transform: rotate(-3deg);
  border-radius: 2rem;
  height: 500px;
  width:90%;
  max-width: 1200px;
  position: absolute;
}
.boxeddark {
  background-color: #60A854;
  transform: rotate(3deg);
  border-radius: 2rem;
  height: 300px;
  width:100%;
  position: absolute;
  left:80%;
  top:560px;
}
}




.item{
  opacity:0.4;
  transition:.4s ease all;
  margin:0 20px;
  transform:scale(.8);
}
@media(max-width:1000px){
  .item{margin:0; transform:scale(.9)}
}
.active .item{
  opacity:1;
  transform:scale(1);
} 

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}


.inner{position:absolute; bottom:30px; left:0; right:0; text-align:center;}
.inner a{color:#fff; text-decoration:none; border-bottom:2px solid rgba(255,255,255,0.5); transition:.3s ease border-color}
.inner a:hover{border-color:#fff;}
.black .inner a{color:#000; border-color:rgba(0,0,0,0.4)}
.black .inner a:hover{border-color:#000;}

.owl-controls {
  position:absolute; margin-top:300px;
}

.owl-nav {
  font-size:2rem;
  width:100px;
  color:#60A854;
}

.owl-prev span,
.owl-next span {
  padding:10px;
  font-weight: 900;
  font-size:30px;
}


.video-section .item{
  opacity:0.4;
  transition:.4s ease all;
  margin:0 20px;
  transform:scale(.8);
}

@media(max-width:1000px){
  .video-section .item{margin:0; transform:scale(.9)}
}

.video-section .active .item{
  opacity:1;
  transform:scale(1);
} 



.video-section .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.video-section video{
  max-width:100%;
  height:auto;
}

.plyr__control--overlaid {
  background: #E6FF00!important;
  color:#000!important;
}

@media only screen and (max-width: 576px) {
.mtp {
  margin-top:30vh;
}
}

