/*---- Site load first ----*/
@font-face {
  font-family: 'AauxProOT-Regular';
  src:
    url('fonts/AauxProOT-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/AauxProOT-Regular.otf') format('opentype'),
    url('fonts/AauxProOT-Regular.woff') format('woff'),
    url('fonts/AauxProOT-Regular.ttf') format('truetype'),
    url('fonts/AauxProOT-Regular.svg#AauxProOT-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AauxProOT-Medium';
  src:
    url('fonts/AauxProOT-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/AauxProOT-Medium.otf') format('opentype'),
    url('fonts/AauxProOT-Medium.woff') format('woff'),
    url('fonts/AauxProOT-Medium.ttf') format('truetype'),
    url('fonts/AauxProOT-Medium.svg#AauxProOT-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AauxProOT-Bold';
  src:
    url('fonts/AauxProOT-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/AauxProOT-Bold.otf') format('opentype'),
    url('fonts/AauxProOT-Bold.woff') format('woff'),
    url('fonts/AauxProOT-Bold.ttf') format('truetype'),
    url('fonts/AauxProOT-Bold.svg#AauxProOT-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  color: #000;
  font-family: arial;
  font-weight: 400;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
p {
  font-weight: 400;
  font-style: normal;
}
article,
aside,
footer,
header,
menu,
nav,
section,
main {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}
a {
  background-color: transparent;
  outline: none !important;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
button,
input {
  outline: none !important;
  box-shadow: none !important;
}
img {
  border: 0;
  width: auto;
  height: auto;
  display: block;
  font-size: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
  -webkit-appearance: button;
  cursor: pointer;
}
button,
select {
  text-transform: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.clearfix {
  clear: both;
}
.block {
  display: block !important;
}
.visible-xs {
  display: none !important;
}
.visible-sm-xs {
  display: none !important;
}
.v-main {
  display: table;
  width: 100%;
  height: 100%;
}
.v-align-middle,
.v-align-top,
.v-align-bottom {
  display: table-cell;
}
.v-align-middle {
  vertical-align: middle !important;
}
.v-align-top {
  vertical-align: top !important;
}
.v-align-bottom {
  vertical-align: bottom !important;
}
.video-div {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hide {
  display: none !important;
}
/*------Form Elements-------*/

/*------Common Styles-------*/
.full-width,
.image-fullwidth {
  width: 100% !important;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
/*------Common Styles-------*/
.container::before,
.container::after,
.row::before,
.row::after,
.footer::after,
.footer::before {
  display: table;
  clear: both;
  content: '';
}
.hide-desktop {
  display: none !important;
}
.padding-bot0 {
  padding-bottom: 0 !important;
}
.border-bottom0 {
  border-bottom: none !important;
}
.col-10 {
  width: 10%;
}
.col-15 {
  width: 15%;
}
.col-20 {
  width: 20%;
}
.col-25 {
  width: 25%;
}
.col-30 {
  width: 30%;
}
.col-28 {
  width: 28%;
}
.col-36 {
  width: 36%;
}
.col-40 {
  width: 40%;
}
.col-50 {
  width: 50%;
}
.col-47 {
  width: 47%;
}
.col-53 {
  width: 53%;
}
.col-56 {
  width: 56%;
}
.col-60 {
  width: 60%;
}
.col-70 {
  width: 70%;
}
.col-75 {
  width: 75%;
}
.col-80 {
  width: 80%;
}
.col-90 {
  width: 90%;
}
.col-100 {
  width: 100%;
}
.col-oneThird {
  width: 33.3333%;
}
.col-oneThird.mid {
  width: 33.3334%;
}
.col-twoThird {
  width: 66.6667%;
}
[class^='col-'] {
  float: left;
}
.relative {
  position: relative;
}
.hide-overflow {
  overflow: hidden;
}
.marginB0 {
  margin-bottom: 0 !important;
}

.media-body {
  width: 10000px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-left {
  padding-right: 15px;
}
/*-----------For Owl------------*/
.owl-next,
.owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 35px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
}
.owl-next {
  background-image: url(../images/arrow-right.png);
  right: 82px;
  opacity: 1;
}
.owl-prev {
  background-image: url(../images/arrow-left.png);
  left: 82px;
  opacity: 1;
}
.owl-next:after,
.owl-prev:after {
  content: '';
  width: 200%;
  height: 200%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.owl-dots {
  position: absolute;
  right: 0;
  bottom: -15px;
}
.owl-dot {
  position: relative;
  float: left;
  width: 64px;
  height: 5px;
  background: #061d49 !important;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  margin: 0 0 0 8px;
  cursor: pointer;
  border: none;
}
.owl-dot.active,
.owl-dot:hover {
  background: #9c132d !important;
}
.noevents {
  pointer-events: none !important;
}
.carousel-control {
  position: absolute;
  right: 40px;
  top: -25px;
  width: 255px;
  z-index: 2000;
}
.carousel-control_btn {
  background: #9c132d url(../images/parkers-orange/control-white-left.png) center center no-repeat;
  background-size: 16px auto;
  float: left;
  height: 50px;
  width: 118px;
  text-indent: -9999px;
}
.carousel-control_btn.next {
  background-image: url(../images/parkers-orange/control-white-right.png);
  float: right;
}
/*-----------For Owl------------*/

/*-----------Main Style, MH SEP 18------------*/
.parkers-interactive_wrapper {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 750px;
  background: #a5cde9 url(../images/parkers-orange/sky.jpg) center center no-repeat;
  background-size: cover;
}
.ipoc-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ipoc-welcome.bottomNavFix {
  padding-bottom: 84px;
}
.group-circle_bottle {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.ipoc-section_tree {
  -webkit-transform: scale3d(1.6, 1.6, 1);
  -ms-transform: scale3d(1.6, 1.6, 1);
  transform: scale3d(1.6, 1.6, 1);

  -webkit-transform-origin: 50% 10%;
  -moz-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  z-index: 1;
}
.ipoc-circlebottle_anim {
  z-index: 3;
}
.ipoc-tree_main {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 175%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
}
.ipoc-section_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bottomNavFix {
  padding-bottom: 50px;
}
.ipoc-welcome {
  width: 616px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  font-size: 16px;
}
.ipoc-welcome_img {
  width: 121px;
  display: block;
  margin: 0 auto 20px;
}
.shadow-element {
  position: relative;
}
.ipoc-dpshadow {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: blur(64px);
  filter: blur(64px);
}

.circle-shadow {
  top: 150px;
  left: 50%;
  position: absolute;
  width: 494px;
  height: 488px;
  background: #fff;
  transform: translateX(-50%);
  border-radius: 50%;
}
.circle-shadow::before {
  position: absolute;
  left: 9px;
  top: 9px;
  right: 9px;
  bottom: 9px;
  content: '';
  border: 6px solid #9c132d;
  border-radius: 50%;
}
.circle-shadow::after {
  position: absolute;
  left: 24px;
  top: 24px;
  right: 24px;
  bottom: 24px;
  content: '';
  border-radius: 50%;
  background: #071d49;
}

.ipoc-circlebottle_anim .circle-shadow {
  top: 50%;
  width: 257px;
  height: 257px;
  transform: translate(-50%, -50%);
}
.ipoc-circlebottle_anim .circle-shadow::before {
  left: 7px;
  top: 7px;
  right: 7px;
  bottom: 7px;
  border: 5px solid #9c132d;
}
.ipoc-circlebottle_anim .circle-shadow::after {
  left: 18px;
  top: 18px;
  right: 18px;
  bottom: 18px;
}

.ipoc-dpshadow2 {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 831px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.ipoc-welcome h2 {
  font-size: 1.8em;
  line-height: 1.3em;
  color: #fff;
  font-family: 'kepler-std';
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 5px;
}
.ipoc-welcome h2 sup {
  font-size: 0.65em;
}
.ipoc-welcome p {
  font-size: 1.25em;
  line-height: 1.3em;
  font-family: 'AauxProOT-Regular';
  font-weight: normal;
  color: #fff;
  margin-bottom: 32px;
}
.ipoc-welcome h5 {
  font-size: 0.875em;
  line-height: 1.0625em;
  text-transform: uppercase;
  font-family: 'AauxProOT-Bold';
  color: #9c132d;
}
.ipoc-welcome h5 span {
  display: block;
  padding-bottom: 26px;
  background: url(../images/parkers-orange/down-arrow.png) center bottom no-repeat;
}

.ipoc-circles {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
}
.circle-container_top {
  width: 706px;
  overflow: hidden;
  margin-bottom: 39px;
}
.circle-container_mid {
  width: 1107px;
  overflow: hidden;
  margin-bottom: 72px;
}
.circle-container_bottom {
  width: 795px;
  overflow: hidden;
}
.ipoc-circles a {
  padding: 8px;
  background: #fff;
  display: block;
  border-radius: 50%;
  width: 178px;
}
.ipoc-circles a span {
  border: 2px solid #9c132d;
  padding: 5px;
  display: block;
  border-radius: 50%;
}
.ipoc-circles a img {
  width: 148px;
  display: block;
}

.circle-bottle_container {
  width: 616px;
  position: relative;
}
.circle-bottle_container .circleBottle {
  width: 142px;
  margin: 0 auto;
  position: relative;
}

.container {
  width: 1440px;
  margin: 0 auto;
}
.carousel_module {
  width: 936px;
  float: left;
  position: relative;
}
.carousel-module_one .owl-item .item {
  background: #000;
}
.detail-module {
  width: 28.5%;
  float: right;
}
.content-module h2 {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 58px;
  padding-top: 41px;
  position: relative;
  color: #061d49;
  font-family: 'AauxProOT-Bold';
  font-weight: normal;
  margin: 0 0 24px;
}
.content-module h2::before {
  content: '';
  position: absolute;
  top: 0;
  width: 70px;
  height: 6px;
  background: #061d49;
}
.content-module p {
  font-size: 26px;
  line-height: 44px;
  color: #1a1240;
  font-family: 'AauxProOT-Regular';
  font-weight: normal;
}
.owl-carousel .item {
  position: relative;
}
.owl-carousel .item video,
.custom-video video,
.video-img,
.quote-slides {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.video-img .play {
  position: absolute;
  width: 156px;
  height: 156px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(../images/parkers-orange/play.png) 0 0 no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

.static-video_container {
  position: relative;
}

.quote-slides {
  background: #fff;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.quote-slides::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 16px;
  bottom: 16px;
  right: 16px;
  border: 1px solid #9c132d;
}
.quote-slides::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 30px;
  background: #fff;
  width: 275px;
  height: 10px;
  display: none;
}
.quote-slide_detail {
  padding: 0 110px 0 170px;
}
.quote-slide_detail .media img {
  width: 120px;
}
.quote-slide_detail {
  font-size: 16px;
}
.quote-slide_detail h3 {
  font-size: 1.8em;
  line-height: 1.5em;
  color: #061d49;
  font-family: 'kepler-std';
  font-weight: normal;
  margin-bottom: 24px;
  position: relative;
}
/*.quote-slide_detail h3.quote-icon::before {
    content: url(../images/parkers-orange/quote.png);
    position: absolute;
    top: -10px;
    left: -64px;
}*/

.quote-slide_detail h3.quote-icon::before {
  content: '\201C';
  position: absolute;
  font-size: 100px;
  font-family: arial;
  top: 20px;
  left: -35px;
}
.quote-slide_detail h3.quote-icon span {
  position: relative;
  display: inline-block;
}
.quote-slide_detail h3.quote-icon span::after {
  content: '\201D';
  position: absolute;
  font-size: 100px;
  font-family: arial;
  bottom: -20px;
  right: -38px;
}
.quote-slide_detail .media h5 {
  font-family: 'AauxProOT-Bold';
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.5em;
  text-transform: uppercase;
  padding-top: 32px;
  position: relative;
  color: #061d49;
}
.quote-slide_detail .media h5 span {
  display: block;
  font-family: 'AauxProOT-Medium';
}
.quote-slide_detail .media h5::before {
  content: '';
  position: absolute;
  top: 0;
  width: 52px;
  height: 4px;
  background: #061d49;
}

.exit-screen .ipoc-welcome h2 {
  font-size: 1.875em;
  line-height: 1.33em;
  color: #fff;
  font-family: 'kepler-std';
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 3px;
  padding: 0;
  text-transform: none;
}
.exit-screen .ipoc-welcome h2::before {
  display: none;
}
.exit-screen .ipoc-welcome {
  font-size: 16px;
}
.exit-screen .ipoc-welcome_img {
  width: 100px;
  margin: 0 auto 16px;
}
.exit-screen .ipoc-welcome p {
  font-size: 1em;
  line-height: 1.67em;
  margin-bottom: 0;
  color: #fff;
}
.counter-mainSection {
  max-width: 330px;
  margin: 0 auto;
}
.time-counter {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
}
.time-counter > div {
  width: 100px;
  text-align: center;
  position: relative;
}
.time-counter > div:first-child {
  width: 136px;
}
.time-counter span {
  text-transform: uppercase;
  font-family: 'kepler-std';
  font-weight: normal;
  font-size: 66px;
  line-height: 66px;
  color: #fff;
  display: block;
  padding-top: 0;
}
.time-counter > div span:after {
  position: absolute;
  right: -7px;
  content: ':';
}
.time-counter > div:last-child span:after {
  display: none;
}
.time-counter h6 {
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  font-family: 'AauxProOT-Bold';
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

.ipoc-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}
.guideline {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50px;
  background: url(../images/parkers-orange/guideline.png) 50% 50% no-repeat;
  background-size: cover;
}
.parkers-interactive_footer,
.footer_contents {
  width: 100%;
  height: 50px;
}
.parkers-interactive_footer {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(6, 29, 73, 0.9);
  padding: 0 24px;
  z-index: 9999;
}
.footer_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.backtomain {
  font-size: 14px;
  line-height: 14px;
  font-family: 'AauxProOT-Regular';
  font-weight: normal;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  padding-top: 2px;
  letter-spacing: 0.04em;
}

.parkers-interactive_control {
  width: 600px;
  height: 30px;
  position: relative;
}
.info {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding-top: 2px;
  font-size: 14px;
  font-family: 'AauxProOT-Regular';
  letter-spacing: 0.05em;
  opacity: 0.75;
}
.blankArea {
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  right: 0;
  text-indent: -9999px;
  display: none;
}
.ipoc-controls {
  padding: 0;
  border: none;
  background: none;
  position: absolute;
  width: 30%;
  height: 50px;
  top: 50%;
  background: rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.noeventstrue .button-overlaps button {
  pointer-events: auto;
}
.button-overlaps {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.button-overlaps button {
  width: 40%;
  height: 60px;
  opacity: 0;
  pointer-events: none;
}
.button-overlaps .max,
.button-overlaps .min {
  pointer-events: auto !important;
}
.button-overlaps button.next {
  float: right;
}

.carousel-control {
  opacity: 0;
  visibility: hidden;
}
.closeSection {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000;
  z-index: 9999;
}
.blinking {
  -webkit-animation: navbar-button-pulse 1s infinite;
  animation: navbar-button-pulse 1s infinite;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes navbar-button-pulse {
  0% {
    background: rgba(255, 255, 255, 0);
  }
  100% {
    background: rgba(255, 255, 255, 0.55);
  }
}
@keyframes navbar-button-pulse {
  0% {
    background: rgba(255, 255, 255, 0);
  }
  100% {
    background: rgba(255, 255, 255, 0.55);
  }
}
.ipoc-controls::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 150%;
  height: 150%;
}
.ipoc-controls.ipoc-control_left::before {
  left: auto;
  right: 0;
}

.ipoc-controls img {
  display: block;
  margin: 0 auto;
}
.site-logo {
  display: block;
  opacity: 0.5;
}
.site-logo img {
  width: auto;
  height: 28px;
}
.ipoc-control_left {
  left: 0;
}
.ipoc-control_right {
  right: 0;
}
.owl-content {
  color: #fff;
  text-align: right;
  opacity: 0.5;
  padding-top: 1px;
}
.owl-content p {
  font-size: 8px;
  line-height: 12px;
  font-family: 'AauxProOT-Regular';
  font-weight: normal;
  float: right;
  opacity: 0.5;
  margin-top: -1px;
}
.owl-content a {
  float: right;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.owl-content a img {
  width: 46px;
}
iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.item {
  position: relative;
  display: block !important;
}

.playing .video-img .play {
  opacity: 0;
}
.ipoc-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 27px 0 0;
}
.ipoc-share a + a {
  margin-left: 36px;
}
.computer .ipoc-share a {
  -webkit-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  transition-duration: 500ms;
}
.computer .ipoc-share a:hover {
  opacity: 0.55;
}

@media screen and (max-width: 1599px) {
  .parkers-interactive_wrapper {
    min-height: 600px;
  }

  .circle-shadow {
    top: 120px;
    width: 390px;
    height: 390px;
  }
  .circle-shadow::before {
    left: 7px;
    top: 7px;
    right: 7px;
    bottom: 7px;
    border: 6px solid #9c132d;
  }
  .circle-shadow::after {
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
  }

  .ipoc-circlebottle_anim .circle-shadow {
    width: 203px;
    height: 203px;
  }
  .ipoc-circlebottle_anim .circle-shadow::before {
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border: 4px solid #9c132d;
  }
  .ipoc-circlebottle_anim .circle-shadow::after {
    left: 14px;
    top: 14px;
    right: 14px;
    bottom: 14px;
  }
  .exit-screen .circle-shadow {
    top: 110px;
    width: 409px;
    height: 409px;
  }

  .bottomNavFix {
    padding-bottom: 44px;
  }
  .ipoc-welcome.bottomNavFix {
    padding-bottom: 84px;
  }
  .ipoc-welcome {
    width: 500px;
    font-size: 13px;
  }
  .ipoc-welcome_img {
    width: 96px;
    margin: 0 auto 12px;
  }
  .ipoc-dpshadow2 {
    width: 741px;
  }
  .ipoc-welcome p {
    margin-bottom: 22px;
  }

  .ipoc-welcome h5 span {
    padding-bottom: 20px;
  }

  .circle-container_top {
    width: 590px;
    margin-bottom: 34px;
  }
  .circle-container_mid {
    width: 923px;
    margin-bottom: 61px;
  }
  .circle-container_bottom {
    width: 663px;
  }
  .ipoc-circles a {
    padding: 6px;
    width: 150px;
  }
  .ipoc-circles a span {
    padding: 3px;
  }
  .ipoc-circles a img {
    width: 128px;
  }
  .circle-bottle_container {
    width: 500px;
  }
  .circle-bottle_container .circleBottle {
    width: 118px;
  }

  .container {
    width: 1100px;
  }
  .detail-module {
    width: 30%;
    padding-right: 20px;
  }
  .content-module h2 {
    font-size: 40px;
    line-height: 46px;
    padding-top: 30px;
    margin: 0 0 16px;
  }
  .content-module h2::before {
    width: 54px;
    height: 4px;
  }
  .content-module p {
    font-size: 21px;
    line-height: 36px;
  }
  .video-img .play {
    width: 130px;
    height: 130px;
  }
  .owl-dot {
    width: 54px;
    height: 4px;
  }
  .carousel-control {
    top: -18px;
    width: 216px;
  }
  .carousel-control_btn {
    height: 42px;
    width: 100px;
  }
  .quote-slides {
    padding: 12px;
  }
  .quote-slides::before {
    top: 12px;
    left: 12px;
    bottom: 12px;
    right: 12px;
  }
  .quote-slides::after {
    top: 8px;
    right: 30px;
    width: 236px;
    height: 6px;
  }
  .quote-slide_detail {
    padding: 0 85px 0 125px;
  }
  .quote-slide_detail .media img {
    width: 100px;
  }
  .quote-slide_detail {
    font-size: 12px;
  }
  .quote-slide_detail h3 {
    margin-bottom: 18px;
  }
  .quote-slide_detail h3.quote-icon::before {
    top: 15px;
    left: -30px;
    font-size: 80px;
  }
  .quote-slide_detail h3.quote-icon span::after {
    font-size: 80px;
    bottom: -17px;
    right: -31px;
  }
  .quote-slide_detail .media h5 {
    padding-top: 22px;
  }
  .quote-slide_detail .media h5::before {
    width: 40px;
    height: 3px;
  }

  .exit-screen .ipoc-welcome h2 {
    margin-bottom: 3px;
  }
  .exit-screen .ipoc-welcome {
    font-size: 14px;
  }
  .exit-screen .ipoc-welcome_img {
    width: 84px;
    margin: 0 auto 12px;
  }
  .counter-mainSection {
    max-width: 280px;
  }
  .time-counter {
    margin: 6px 0 0;
  }
  .time-counter > div {
    width: 85px;
  }
  .time-counter > div:first-child {
    width: 110px;
  }
  .time-counter span {
    font-size: 55px;
    line-height: 55px;
  }
  .time-counter > div span:after {
    right: -5px;
  }
  .time-counter h6 {
    font-size: 12px;
  }

  .backtomain {
    padding-top: 0;
  }
  .parkers-interactive_footer,
  .footer_contents {
    height: 44px;
  }
  .parkers-interactive_control {
    height: 24px;
  }
  .ipoc-controls {
    height: 44px;
  }
  .ipoc-controls img {
    width: auto;
    height: 18px;
  }
  .owl-content {
    padding-top: 3px;
  }
  .owl-content a img {
    width: 40px;
  }
  .owl-content p {
    line-height: 10px;
    margin-top: 0px;
  }
  .site-logo img {
    height: 25px;
  }
  .ipoc-share {
    margin: 20px 0 0;
  }
  .ipoc-share a + a {
    margin-left: 26px;
  }
  .carousel_module {
    width: 715px;
  }
}

@media screen and (max-width: 1199px) {
  .parkers-interactive_wrapper {
    min-height: 550px;
  }
  .ipoc-welcome {
    width: 388px;
    font-size: 12px;
  }
  .ipoc-welcome_img {
    width: 80px;
    margin: 0 auto 13px;
  }
  .ipoc-welcome h2 {
    font-size: 1.7em;
    line-height: 1.3em;
  }
  .ipoc-dpshadow2 {
    width: 628px;
  }
  .ipoc-welcome p {
    margin-bottom: 18px;
  }
  .ipoc-welcome h5 span {
    padding-bottom: 16px;
    background-size: 12px;
  }

  .circle-shadow {
    top: 108px;
    width: 320px;
    height: 320px;
  }
  .circle-shadow::before {
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border: 4px solid #9c132d;
  }
  .circle-shadow::after {
    left: 14px;
    top: 14px;
    right: 14px;
    bottom: 14px;
  }

  .ipoc-circlebottle_anim .circle-shadow {
    width: 165px;
    height: 165px;
  }
  .ipoc-circlebottle_anim .circle-shadow::before {
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border: 3px solid #9c132d;
  }
  .ipoc-circlebottle_anim .circle-shadow::after {
    left: 12px;
    top: 12px;
    right: 12px;
    bottom: 12px;
  }

  .exit-screen .circle-shadow {
    top: 120px;
    width: 320px;
    height: 320px;
  }
  .circle-container_top {
    width: 442px;
    margin-bottom: 25px;
  }
  .circle-container_mid {
    width: 693px;
    margin-bottom: 45px;
  }
  .circle-container_bottom {
    width: 498px;
  }
  .ipoc-circles a {
    padding: 4px;
    width: 112px;
  }
  .ipoc-circles a span {
    padding: 2px;
  }
  .ipoc-circles a img {
    width: 96px;
  }
  .circle-bottle_container {
    width: 388px;
  }
  .circle-bottle_container .circleBottle {
    width: 90px;
  }

  .container {
    width: 720px;
  }
  .carousel_module {
    width: 445px;
  }
  .detail-module {
    width: 35%;
    padding-right: 0;
  }
  .content-module h2 {
    font-size: 26px;
    line-height: 26px;
    padding-top: 24px;
    margin: 0 0 12px;
  }
  .content-module h2 br {
    display: none;
  }
  .content-module h2::before {
    width: 48px;
    height: 3px;
  }
  .content-module p {
    font-size: 16px;
    line-height: 26px;
  }
  .video-img .play {
    width: 100px;
    height: 100px;
  }

  .owl-dot {
    width: 48px;
    height: 3px;
  }
  .carousel-control {
    right: 24px;
    top: -24px;
    width: 164px;
  }
  .carousel-control_btn {
    height: 36px;
    width: 78px;
    background-size: 13px auto;
  }
  .quote-slides {
    padding: 8px;
  }
  .quote-slides::before {
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
  }
  .quote-slides::after {
    top: 5px;
    right: 18px;
    width: 176px;
    height: 7px;
  }
  .quote-slide_detail {
    padding: 0 25px 0 55px;
  }
  .quote-slide_detail .media img {
    width: 66px;
  }
  .quote-slide_detail {
    font-size: 8px;
  }
  .quote-slide_detail h3 {
    margin-bottom: 10px;
  }
  .quote-slide_detail .media h5 {
    font-size: 1.35em;
  }
  .media-left {
    padding-right: 12px;
  }
  .quote-slide_detail h3.quote-icon::before {
    top: 11px;
    left: -24px;
    font-size: 60px;
  }
  .quote-slide_detail h3.quote-icon span::after {
    font-size: 60px;
    bottom: -12px;
    right: -24px;
  }
  .quote-slide_detail .media h5 {
    padding-top: 15px;
  }
  .quote-slide_detail .media h5::before {
    width: 32px;
    height: 3px;
  }
  .exit-screen .ipoc-welcome {
    font-size: 12px;
  }
  .exit-screen .ipoc-welcome_img {
    width: 70px;
    margin: 0 auto 10px;
  }
  .counter-mainSection {
    max-width: 240px;
  }
  .time-counter {
    margin: 6px 0 0;
  }
  .time-counter > div {
    width: 75px;
  }
  .time-counter > div:first-child {
    width: 90px;
  }
  .time-counter span {
    font-size: 45px;
    line-height: 45px;
  }
  .time-counter > div span:after {
    right: -5px;
  }
  .time-counter h6 {
    font-size: 11px;
  }
  .backtomain {
    font-size: 11px;
    line-height: 11px;
  }
  .parkers-interactive_control {
    width: 500px;
  }
  .info {
    font-size: 12px;
  }

  .ipoc-share {
    margin: 17px 0 0;
  }
  .ipoc-share a + a {
    margin-left: 20px;
  }
  .ipoc-share a img {
    width: 20px;
  }
}

@media screen and (max-width: 767px) {
  .circle-shadow {
    display: none;
  }
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  iframe.autoplay {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
  }
  .container {
    width: 100%;
  }
  .parkers-interactive_wrapper {
    height: auto;
    min-height: 1px;
    background: none;
  }
  .ipoc-section {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
  }
  .ipoc-section_center {
    display: block;
  }
  .intro-screen .ipoc-opening {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .ipoc-opening {
    background-image: url(../images/parkers-orange/tree-mob.jpg);
    background-size: 100% auto;
    padding-top: 72px;
    padding-bottom: 100px;
  }
  .ipoc-welcome {
    width: auto;
    font-size: 17px;
    padding-bottom: 0;
  }
  .ipoc-welcome_img {
    width: 115px;
    margin: 0 auto 18px;
    filter: drop-shadow(0 0 64px #fff);
  }
  .shadow-element::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 258px;
    background: rgba(255, 255, 255, 0.8);
  }
  .ipoc-welcome_copy {
    position: relative;
  }
  .ipoc-welcome h2,
  .time-counter h6 {
    color: #061d49 !important;
  }
  .time-counter span {
    color: #9c132d !important;
  }
  .ipoc-welcome_copy h2 br {
    display: block;
  }
  .ipoc-welcome p {
    margin-bottom: 30px;
    color: #061d49 !important;
  }
  .ipoc-welcome h5 {
    padding-bottom: 28px;
  }
  .ipoc-welcome h5 span {
    padding-bottom: 40px;
    background-size: 30px;
    background-image: url(../images/parkers-orange/scroll-down-lg.png);
  }
  .content-module {
    opacity: 1 !important;
    pointer-events: all !important;
  }
  .carousel_module {
    width: 100%;
  }
  .content-module h2 br {
    display: block;
  }
  .overlay-texts {
    position: absolute;
    width: 72%;
    left: 0;
    bottom: 18%;
    background: rgba(255, 255, 255, 0.8);
  }
  .overlay-texts-lg {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 90px 25% 90px 35px;
  }
  .overlay-texts::before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .overlay-detail {
    position: absolute;
    top: 0;
    left: 0;
    padding: 35px;
  }
  .content-module .overlay-texts-lg h2 {
    font-size: 55px;
    line-height: 55px;
  }
  .content-module h2 {
    font-size: 34px;
    line-height: 36px;
    padding-top: 32px;
    margin: 0 0 18px;
  }
  .content-module h2::before {
    width: 64px;
    height: 5px;
  }
  .content-module p {
    font-size: 30px;
    line-height: 40px;
  }
  .arrow-right {
    position: absolute;
    width: 26px;
    height: 32px;
    top: 0;
    right: -30%;
    background: url(../images/parkers-orange/arrow-right.png?var=2) right 0 no-repeat;
    background-size: contain;
  }
  .typeManual .arrow-right {
    top: 50%;
    right: 7.5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .arrow-down {
    position: absolute;
    width: 32px;
    height: 26px;
    left: 50%;
    margin-left: -16px;
    bottom: 7.5%;
    background: url(../images/parkers-orange/arrow-down.png?var=1) right 0 no-repeat;
    background-size: contain;
  }
  .overlay-texts.typeAuto {
    padding: 35px;
  }
  .overlay-texts.typeAuto::before {
    padding-top: 0;
  }
  .quote-slides {
    padding: 0;
    display: block;
    background: no-repeat;
    width: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .manual-border {
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    bottom: 18px;
    border: 1px solid #9c132d;
    pointer-events: none;
  }
  .quote-slides::before,
  .quote-slides::after {
    display: none;
  }
  .quote-slide_detail {
    font-size: 18px;
    padding: 0 45px 75px;
  }
  .quote-slide_detail h3 {
    padding-left: 45px;
    margin-bottom: 35px;
  }
  .quote-slide_detail h3.quote-icon::before {
    top: 15px;
    left: 14px;
    font-size: 80px;
  }
  .quote-slide_detail h3.quote-icon span::after {
    font-size: 80px;
    bottom: -18px;
    right: -28px;
  }
  .quote-slide_detail .media h5 {
    padding-top: 26px;
  }
  .quote-slide_detail .media h5::before {
    width: 52px;
    height: 4px;
  }
  .quote-slide_detail .media img {
    width: 120px;
  }
  .quote-slide_detail .media-left {
    padding-right: 24px;
  }
  .longVersion .quote-slide_detail h3 {
    font-size: 1.73em;
  }

  .exit-screen {
    background-image: url(../images/parkers-orange/tree-mob.jpg);
    background-size: 100% auto;
    padding-top: 56px;
    padding-bottom: 44px;
  }
  .ipoc-welcome {
    padding-bottom: 0 !important;
  }
  .exit-screen .ipoc-welcome_img {
    width: 90px;
    margin: 0 auto 24px;
  }
  .exit-screen .shadow-element::before {
    top: 202px;
  }
  .exit-screen .ipoc-welcome p {
    font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 0;
    max-width: 80%;
    margin: 0 auto;
  }
  .exit-screen .ipoc-welcome p br {
    display: none;
  }
  .exit-screen .ipoc-welcome {
    font-size: 17px;
  }
  .time-counter {
    margin: 18px 0 0;
    padding-bottom: 30px;
  }
  .time-counter > div:first-child {
    width: 190px;
  }
  .time-counter > div span:after {
    right: -9px;
  }
  .time-counter > div {
    width: 130px;
  }
  .counter-mainSection {
    max-width: 450px;
  }
  .time-counter span {
    font-size: 95px;
    line-height: 95px;
  }
  .time-counter h6 {
    font-size: 14px;
  }
  .video-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    z-index: 55;
  }
  .playing .video-overlay {
    display: block;
  }
  .owl-stage-outer,
  .owl-stage,
  .owl-carousel .owl-item {
    display: block;
  }
  .carousel_module {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  .intro-screen .ipoc-opening {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    opacity: 1;
    pointer-events: auto;
  }
  .video-img .play {
    background-image: url(../images/parkers-orange/play-mob.png);
    width: 75vw;
    height: 75vw;
  }
  .ipoc-share {
    margin: 0;
    padding-bottom: 30px;
    position: relative;
  }
  .ipoc-share a + a {
    margin-left: 45px;
  }
  .ipoc-share a img {
    width: 24px;
  }
}

@media screen and (max-width: 539px) {
  .ipoc-opening {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .ipoc-welcome {
    font-size: 13px;
  }
  .ipoc-welcome_img {
    width: 82px;
    margin: 0 auto 12px;
    filter: drop-shadow(0 0 54px #fff);
  }
  .shadow-element::before {
    top: 184px;
  }

  .ipoc-welcome p {
    margin-bottom: 20px;
  }
  .ipoc-welcome h5 {
    padding-bottom: 20px;
  }
  .ipoc-welcome h5 span {
    padding-bottom: 25px;
    background-size: 20px auto;
  }

  .overlay-texts {
    width: 75%;
  }
  .overlay-texts-lg {
    padding: 60px 25% 60px 20px;
  }
  .overlay-detail {
    padding: 25px 20px;
  }
  .content-module .overlay-texts-lg h2 {
    font-size: 38px;
    line-height: 38px;
  }

  .content-module h2 {
    font-size: 26px;
    line-height: 26px;
    padding-top: 24px;
    margin: 0 0 12px;
  }
  .content-module h2::before {
    width: 48px;
    height: 3px;
  }
  .content-module p {
    font-size: 21px;
    line-height: 32px;
  }
  .arrow-right {
    right: -25%;
  }
  .arrow-down {
    margin-left: -12px;
    bottom: 7.5%;
  }
  .overlay-texts.typeAuto {
    padding: 35px 25px;
  }

  .manual-border {
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
  .quote-slide_detail {
    font-size: 13px;
    padding: 0 35px 60px 35px;
  }
  .quote-slide_detail h3 {
    padding-left: 30px;
    margin-bottom: 25px;
  }
  .quote-slide_detail h3.quote-icon::before {
    top: 12px;
    left: 5px;
    font-size: 70px;
  }
  .quote-slide_detail h3.quote-icon span::after {
    font-size: 70px;
    bottom: -15px;
    right: -25px;
  }
  .quote-slide_detail .media h5 {
    padding-top: 20px;
  }
  .quote-slide_detail .media h5::before {
    width: 48px;
    height: 3px;
  }
  .quote-slide_detail .media img {
    width: 100px;
  }
  .quote-slide_detail .media-left {
    padding-right: 18px;
  }
  .longVersion .quote-slide_detail h3 {
    font-size: 1.83em;
  }

  .parkers-interactive_footer {
    padding: 0 20px;
  }
  .exit-screen {
    padding-top: 36px;
    padding-bottom: 44px;
  }
  .exit-screen .ipoc-welcome_img {
    width: 80px;
    margin: 0 auto 18px;
  }
  .exit-screen .shadow-element::before {
    top: 180px;
  }
  .exit-screen .ipoc-welcome p {
    max-width: 320px;
  }
  .exit-screen .ipoc-welcome {
    font-size: 13px;
  }
  .time-counter {
    margin: 12px 0 0;
    padding-bottom: 24px;
  }
  .time-counter > div:first-child {
    width: 120px;
  }
  .time-counter > div span:after {
    right: -5px;
  }
  .time-counter > div {
    width: 95px;
  }
  .counter-mainSection {
    max-width: 310px;
  }
  .time-counter span {
    font-size: 55px;
    line-height: 55px;
  }
  .time-counter h6 {
    font-size: 12px;
  }

  .ipoc-share {
    padding-bottom: 28px;
  }
  .ipoc-share a + a {
    margin-left: 30px;
  }
  .ipoc-share a img {
    width: 20px;
  }
}
@media screen and (max-width: 395px) {
  .overlay-texts {
    bottom: 14%;
  }
  .content-module p {
    font-size: 19px;
    line-height: 28px;
  }
  .quote-slide_detail {
    font-size: 12px;
  }
  .quote-slide_detail .media h5 {
    font-size: 1.25em;
  }
}
/*-----------Main Style, MH SEP 18------------*/
