#brand-lp,
#brand-lp *,
#brand-lp *:before,
#brand-lp*:after {
  box-sizing: border-box;
}
#brand-lp,
#brand-lp * {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  border: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: inherit;
  line-height: normal;
  outline: 0;
}

body {
  background: white !important;
}

#brand-lp {
  overflow: hidden;
  color: #000;
  font-style: normal;
  font-variant: normal;
  font-size: 16px;
  line-height: 1.4;
}

#brand-lp .clearfix {
  clear:both;
  overflow: hidden;
}

#brand-lp article,
#brand-lp aside,
#brand-lp details,
#brand-lp figcaption,
#brand-lp figure,
#brand-lp footer,
#brand-lp header,
#brand-lp hgroup,
#brand-lp main,
#brand-lp menu,
#brand-lp nav,
#brand-lp section,
#brand-lp summary {
  display: block;
}

#brand-lp ol,
#brand-lp ul {
  list-style-type: none;
}

#brand-lp a {
  background-color: transparent;
  text-decoration: none;
}

#brand-lp a:visited,
#brand-lp a:active,
#brand-lp a:hover,
#brand-lp a:focus {
  outline: 0;
}

#brand-lp small {
  font-size: 80%;
}

#brand-lp b,
#brand-lp strong {
  font-weight: bold;
}

#brand-lp dfn,
#brand-lp em {
  font-style: italic;
}

#brand-lp i {
  font-style: none;
  text-decoration: underline;
}

#brand-lp img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

#brand-lp iframe ,
#brand-lp object{
  width: 100%;
  height: 100%;
}

#brand-lp .hero-container {
  margin:0 0 30px;
  padding:0;
}

#brand-lp h1,
#brand-lp h2,
#brand-lp h3 {
  line-height: 1;
}

#brand-lp .hero-container > h1 {
  font-size: 36px;
  text-transform: uppercase;
}

#brand-lp .feature-block > h2 {
  text-transform: uppercase;
}

#brand-lp .hero-container > img {
  margin: 30px 0 20px;
}

#brand-lp h3 {
  font-size:24px;
  text-align:center;
}

#brand-lp .btn {
  background-color: #000;
  color: #fff;
  margin: 20px auto 30px;
  display: block;
  width: 250px;
  position: relative;
  line-height: 1;
}

#brand-lp .btn.btn-cta {
  text-align: center;
}

#brand-lp .btn.btn-cta:after {
  position: relative;
  top: -2px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  right: -5px;
}

#brand-lp .feature-block .g-row {
  margin: 30px 0 0 ;
  overflow: hidden;
}

#brand-lp .feature-block .g-row .g-width_50 {
  float:left;
  width:50%;
}

#brand-lp .feature-block .g-row .g-width_50 img {
  height:350px;
}

#brand-lp .feature-block .g-row .text-container {
  display:table;
  height:350px;
}

#brand-lp .feature-block .g-row .text-container .text-centerded {
  display:table-cell;
  vertical-align: middle;
  text-align: left;
}

#brand-lp .feature-block .g-row .text-container .text-centerded h3 {
  text-align: left;
}


#brand-lp .feature-block .g-row .text-container .text-centerded p,
#brand-lp .feature-block .g-row .g-width_100 p {
  margin:20px 0 0;
  font-size:18px;
}

#brand-lp .feature-block.text-block .g-row .text-container .text-centerded p,
#brand-lp .feature-block.text-block .g-row .g-width_100 p {
  margin:0;
}

#brand-lp .feature-block.text-block h2 {
  margin: 30px 0 0;
}


#brand-lp .feature-block .g-row .g-width_100 p:last-child {
  margin-bottom:20px;
}

#brand-lp .feature-block .g-row .text-container .text-centerded.left-pad {
  padding: 0 0 0 50px;
}

#brand-lp .feature-block .g-row .text-container .text-centerded.right-pad {
  padding: 0 50px 0 0;
}

#brand-lp .feature-block .btn {
  float:left;
  font-size:20px;
  text-align: center;
  width: auto;
  margin-bottom:0;
  padding: 5px 20px;
}

#brand-lp .feature-block .btn.btn-secondary {
  width:100%;
  margin: 0 0 20px;
}

#brand-lp .feature-block .g-pull-50 {
  right:50%;
  position:relative;
}

#brand-lp .feature-block .g-push-50 {
  left: 50%;
  position:relative;
}

#brand-lp .feature-block .g-row .g-width_50.lightbox {
  position: relative;
}

#brand-lp .feature-block .g-row .g-width_50.lightbox a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid rgba(0,0,0,0.5);
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  margin: 27% auto 0;
}

@media only screen and (max-width: 992px) and (min-width: 850px) {

  #brand-lp .feature-block .g-row .g-width_50.left-img img {
    transform: translateX(8%);
    left: -8%;
    width: 100%;
    position: relative;
    max-width: none;
  }

  #brand-lp .feature-block .g-row .g-width_50.right-img img {
    transform: translateX(8%);
    right: 8%;
    width: 100%;
    position: relative;
    max-width: none;
  }

  #brand-lp .feature-block .g-row .g-width_50.lightbox a:after {
    margin: 30% auto 0;
  }
}

@media only screen and (max-width: 849px) and (min-width: 768px) {
  #brand-lp .feature-block .g-row .g-width_50.left-img img {
    transform: translateX(-12%);
    left: 3%;
    width: 110%;
    position: relative;
    max-width: none;
  }

  #brand-lp .feature-block .g-row .g-width_50.right-img img {
    transform: translateX(-11%);
    right: -13%;
    width: 110%;
    position: relative;
    max-width: none;
  }

  #brand-lp .feature-block .g-row .g-width_50.lightbox a:after {
    margin: 35% auto 0;
  }
}



@media only screen and (max-width: 767px) {
  #brand-lp .hero-container > h1 {
    font-size: 30px;
    padding:0 20px;
  }

  #brand-lp h2 {
    font-size:26px;
  }

  #brand-lp .hero-container h3 {
    padding: 0 20px
  }

  #brand-lp h3 {
    font-size:22px;
  }

  #brand-lp {
    margin:0 -20px;
  }

  #brand-lp .btn {
    font-size:22px;
  }

  #brand-lp .feature-block {
    padding:0 20px;
  }

  #brand-lp .feature-block .g-row .g-width_50 {
    width:100%;
  }

  #brand-lp .feature-block .g-row .g-width_50 img {
    height:auto;
  }

  #brand-lp .feature-block .g-row .text-container .text-centerded p,
  #brand-lp .feature-block .g-row .g-width_100 p {
    font-size:16px;
  }



  #brand-lp .feature-block .g-row .text-container {
    height: auto;
    margin:20px 0 0 ;
  }

  #brand-lp .feature-block .g-row .text-container .text-centerded.left-pad,
  #brand-lp .feature-block .g-row .text-container .text-centerded.right-pad {
    padding:0;
  }

  #brand-lp .feature-block .g-pull-50,
  #brand-lp .feature-block .g-push-50 {
    left:0;
    right:0;
  }

  #brand-lp .feature-block .g-row .g-width_50.lightbox a:after {
    border-top: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid rgba(0,0,0,0.5);
    margin: 22% auto 0;
  }
}

/*-------------------------------------------
Lightbox
-------------------------------------------*/

.YouTubePopUp-Wrap{
  position:fixed;
  width:100%;
  height:100%;
  background-color:#000;
  background-color:rgba(0,0,0,0.8);
  top:0;
  left:0;
  z-index:9999999999999;
}

.YouTubePopUp-animation{
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUp;
  animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

body.logged-in .YouTubePopUp-Wrap{ /* For WordPress */
  top:32px;
  z-index:99998;
}

.YouTubePopUp-Content{
  max-width:680px;
  display:block;
  margin:0 auto;
  height:100%;
  position:relative;
}

.YouTubePopUp-Content iframe{
  max-width:100% !important;
  width:100% !important;
  display:block !important;
  height:480px !important;
  border:none !important;
  position:absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.YouTubePopUp-Hide{
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUpHide;
  animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.YouTubePopUp-Close{
  position:absolute;
  top:0;
  cursor:pointer;
  bottom:528px;
  right:0px;
  margin:auto 0;
  width:24px;
  height:24px;
  background:url("../images/close.png") no-repeat;
  background-size:24px 24px;
  -webkit-background-size:24px 24px;
  -moz-background-size:24px 24px;
  -o-background-size:24px 24px;
}

.YouTubePopUp-Close:hover{
  opacity:0.5;
}

@media all and (max-width: 768px) and (min-width: 10px){
  .YouTubePopUp-Content{
    max-width:90%;
  }
}

@media all and (max-width: 600px) and (min-width: 10px){
  .YouTubePopUp-Content iframe{
    height:320px !important;
  }

  .YouTubePopUp-Close{
    bottom:362px;
  }
}

@media all and (max-width: 480px) and (min-width: 10px){
  .YouTubePopUp-Content iframe{
    height:220px !important;
  }

  .YouTubePopUp-Close{
    bottom:262px;
  }
}
