/* before */
/*@mixin bg-img-properties($repeat, $size, $position) {*/
/* TRANSFORM ALIGNMENT */
/* END */
/* transform */
/* end - transform */
/* transition */
/* end - transition */
/* box-shadow */
/* end - box-shadow */
.noscroll {
  overflow: hidden;
}

.showCase {
  width: 100%;
  height: 580px;
}
.showCase .bgbox {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #252929;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.showCase .bgbox:before {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.showCase .videoContainer {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.showCase .videoContainer #showCaseVideo {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  object-fit: cover;
}
.showCase .cbox01 {
  position: absolute;
  bottom: 125px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 77px;
}
.showCase .cbox02 {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  text-align: center;
}
.showCase.v1 {
  height: 400px;
}

.breadcrumb {
  width: 100%;
}
.breadcrumb ul {
  font-size: 0;
}
.breadcrumb ul li {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.breadcrumb ul li:after {
  display: inline-block;
  content: '';
  width: 42px;
  height: 1px;
  margin: 0 30px 5px 30px;
  font-size: 17px;
  vertical-align: middle;
  background-color: #ffffff;
}
.breadcrumb ul li:last-child:after {
  display: none;
}

.pageHeader {
  width: 1030px;
  margin: 0 auto;
}

.textBgColor {
  display: inline-block;
  padding: 13px 28px;
  margin-left: -28px;
  background-color: #0a519e;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.preFooter {
  background: #0d86c8;
  padding: 51px 0 79px 0;
  margin-top: 150px;
  font-size: 0;
}
.preFooter .type-19 {
  display: inline-block;
  vertical-align: top;
  width: 49.9%;
}
.preFooter .type-19 .cbox01 {
  margin-bottom: 25px;
}
.preFooter .type-19 .cbox02 {
  margin-left: 0px;
}
.preFooter .type-19 .cbox02 .cbox02B {
  width: 100%;
}
.preFooter .type-19 .pin .cbox02A {
  display: none;
}
.preFooter .type-21 {
  display: inline-block;
  vertical-align: top;
  width: 49.9%;
  margin-top: 52px;
  padding-left: 10px;
}
.preFooter .preFooterText {
  display: block !important;
}
.preFooter .contactText {
  display: none;
}

#socialMediaButtonsContainer {
  font-size: 0;
}
#socialMediaButtonsContainer .socialMediaButton {
  display: block;
}
#socialMediaButtonsContainer .socialMediaButton.generic {
  display: none;
}
#socialMediaButtonsContainer .socialMediaButton .stButton {
  margin: 0 0 4px 0;
  line-height: normal;
}
#socialMediaButtonsContainer .socialMediaButton .stButton .stLarge {
  width: 40px;
  height: 40px;
  margin: 0 0;
  background-size: initial;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#socialMediaButtonsContainer .socialMediaButton.facebook .stButton .stLarge {
  background-image: url("/media/1011/icon-facebook-color.png") !important;
  background-size: 9px auto;
}
#socialMediaButtonsContainer .socialMediaButton.twitter .stButton .stLarge {
  background-image: url("/media/1012/icon-twitter-color.png") !important;
  background-size: 20px auto;
}
#socialMediaButtonsContainer .socialMediaButton.instagram .stButton .stLarge {
  background-image: url("/media/1010/icon-instagram-color.png") !important;
  background-size: 20px auto;
}

#overlay {
  position: fixed;
  z-index: 900;
  top: -10000px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: opacity .4s;
  -webkit-transition: opacity .4s;
}
#overlay.on {
  top: 0;
  height: 100%;
  opacity: 1;
}
#overlay .popUpCloseButton {
  display: none;
  position: fixed;
  top: 50px;
  right: 50px;
}
#overlay .popUpCloseButton img {
  width: 25px;
  height: auto;
}
#overlay.on .popUpCloseButton {
  display: block;
}

#player {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000px;
  height: 600px;
  margin: -300px 0 0 -500px !important;
}

#scrollTop {
  position: fixed;
  z-index: 10;
  right: 50px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  opacity: 0;
  visibility: hidden;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  background-color: #ffffff;
  border: 1px solid #e0e4e4;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, -o-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}
#scrollTop:before {
  content: "";
  display: inline-block;
  border: 1px solid #a2a6a6;
  border-width: 0 2px 2px 0;
  padding: 4px;
  margin-top: 4px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#scrollTop.on {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s, -o-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}

@media all and (max-width: 767px) {
  .showCase {
    height: 240px;
  }
  .showCase .cbox01 {
    padding: 0 25px;
    bottom: 70px;
    line-height: 34px;
  }
  .showCase .cbox02 {
    bottom: 28px;
  }
  .showCase.v1 {
    height: 240px;
  }

  .pageHeader {
    width: 100%;
  }

  .breadcrumb ul {
    text-align: center;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumb ul li:after {
    width: 20px;
    margin: 0 15px 5px 15px;
  }

  .pageHeader {
    /*width: 80%;*/
    margin: 0 auto;
  }

  .textBgColor {
    padding: 9px 20px;
    margin-left: -20px;
  }

  .preFooter {
    padding: 50px 0 60px 0;
    font-size: 0;
  }
  .preFooter .type-19 {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  .preFooter .type-19 .cbox01 {
    margin-bottom: 30px;
    text-align: center;
  }
  .preFooter .type-19 .cbox02 {
    margin-left: 0px;
  }
  .preFooter .type-19 .cbox02 .cbox02B {
    width: auto;
  }
  .preFooter .type-19 .pin {
    margin-bottom: 55px;
  }
  .preFooter .type-19 .pin .cbox02B .cbox02B-01 {
    text-align: center;
  }
  .preFooter .type-21 {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  .preFooter .preFooterText {
    display: block !important;
  }
  .preFooter .contactText {
    display: none;
  }

  #socialMediaButtonsContainer {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkiit-justify-content: space-around;
  }
  #socialMediaButtonsContainer .socialMediaButton {
    display: inline-block;
    vertical-align: top;
    height: 100%;
  }
  #socialMediaButtonsContainer .socialMediaButton .stButton {
    height: 100%;
    margin: 0 0 0 0;
  }
  #socialMediaButtonsContainer .socialMediaButton .stButton .stLarge {
    width: 60px;
    height: 100%;
  }
  #socialMediaButtonsContainer .socialMediaButton.facebook .stButton .stLarge {
    background-size: 8px auto;
  }
  #socialMediaButtonsContainer .socialMediaButton.twitter .stButton .stLarge {
    background-size: 15px auto;
  }
  #socialMediaButtonsContainer .socialMediaButton.instagram .stButton .stLarge {
    background-size: 16px auto;
  }

  #overlay .popUpCloseButton {
    top: 50px;
    right: 20px;
  }

  #player {
    width: 90%;
    height: 190px;
    margin: -95px 0 0 -45% !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .showCase {
    height: 490px;
  }
  .showCase .cbox01 {
    bottom: 113px;
    line-height: 54px;
  }
  .showCase .cbox02 {
    bottom: 66px;
  }
  .showCase.v1 {
    height: 490px;
  }

  .pageHeader {
    width: 100%;
  }

  .textBgColor {
    padding: 9px 23px;
    margin-left: -23px;
  }

  .preFooter {
    padding: 60px 0 60px 0;
    font-size: 0;
  }
  .preFooter .type-19 {
    display: block;
    width: 100%;
    padding-left: 71px;
    padding-right: 71px;
    margin-bottom: 60px;
  }
  .preFooter .type-19 .cbox01 {
    margin-bottom: 38px;
  }
  .preFooter .type-19 .cbox02 {
    margin-left: 0px;
  }
  .preFooter .type-19 .cbox02 .cbox02B {
    width: auto;
  }
  .preFooter .type-19 .pin {
    margin-bottom: 55px;
  }
  .preFooter .type-19 .pin .cbox02A {
    display: none;
  }
  .preFooter .type-21 {
    display: block;
    width: 100%;
    margin-top: 0;
    padding-left: 71px;
    padding-right: 71px;
  }
  .preFooter .contactText {
    display: none;
  }

  #socialMediaButtonsContainer {
    width: 480px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkiit-justify-content: space-around;
  }
  #socialMediaButtonsContainer .socialMediaButton {
    display: inline-block;
    vertical-align: top;
    height: 100%;
  }
  #socialMediaButtonsContainer .socialMediaButton .stButton {
    height: 100%;
    margin: 0 0 0 0;
  }
  #socialMediaButtonsContainer .socialMediaButton .stButton .stLarge {
    width: 60px;
    height: 100%;
  }

  #player {
    width: 600px;
    height: 338px;
    margin: -169px 0 0 -300px !important;
  }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .showCase {
    height: 355px;
  }
  .showCase .cbox01 {
    bottom: 88px;
    line-height: 48px;
  }
  .showCase .cbox02 {
    bottom: 46px;
  }
  .showCase.v1 {
    height: 410px;
  }

  .pageHeader {
    width: 100%;
  }

  .textBgColor {
    padding: 9px 23px;
    margin-left: -23px;
  }

  .preFooter {
    padding: 60px 0 60px 0;
    font-size: 0;
  }
  .preFooter .type-19 {
    display: block;
    width: 100%;
    padding-left: 71px;
    padding-right: 71px;
    margin-bottom: 60px;
  }
  .preFooter .type-19 .cbox01 {
    margin-bottom: 38px;
  }
  .preFooter .type-19 .cbox02 {
    margin-left: 0px;
  }
  .preFooter .type-19 .cbox02 .cbox02B {
    width: auto;
  }
  .preFooter .type-19 .pin {
    margin-bottom: 55px;
  }
  .preFooter .type-19 .pin .cbox02A {
    display: none;
  }
  .preFooter .type-21 {
    display: block;
    width: 100%;
    margin-top: 0;
    padding-left: 71px;
    padding-right: 71px;
  }
  .preFooter .contactText {
    display: none;
  }

  #socialMediaButtonsContainer {
    width: 480px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkiit-justify-content: space-around;
  }
  #socialMediaButtonsContainer .socialMediaButton {
    display: inline-block;
    vertical-align: top;
    height: 100%;
  }
  #socialMediaButtonsContainer .socialMediaButton .stButton {
    height: 100%;
    margin: 0 0 0 0;
  }
  #socialMediaButtonsContainer .socialMediaButton .stButton .stLarge {
    width: 60px;
    height: 100%;
  }

  #player {
    width: 800px;
    height: 600px;
    margin: -300px 0 0 -400px !important;
  }
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
  .showCase {
    height: 472px;
  }
  .showCase .cbox01 {
    bottom: 119px;
    line-height: 66px;
  }
  .showCase .cbox02 {
    bottom: 57px;
  }
  .showCase.v1 {
    height: 550px;
  }

  .pageHeader {
    width: 972px;
  }
}
/* 1440 */
@media all and (min-width: 1400px) and (max-width: 1599px) {
  .showCase {
    height: 472px;
  }
  .showCase .cbox01 {
    bottom: 119px;
    line-height: 66px;
  }
  .showCase .cbox02 {
    bottom: 57px;
  }
  .showCase.v1 {
    height: 550px;
  }

  .pageHeader {
    width: 972px;
  }
}
