@font-face {
  font-family: 'CentraleSans';
  src: url('fonts-ph-sonicare/CentraleSansBook.eot');
  src: url('fonts-ph-sonicare/CentraleSansBook.eot?#iefix') format('embedded-opentype'), url('fonts-ph-sonicare/CentraleSansBook.woff') format('woff'), url('fonts-ph-sonicare/CentraleSansBook.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CentraleSans';
  src: url('fonts-ph-sonicare/CentraleSansXBold.eot');
  src: url('fonts-ph-sonicare/CentraleSansXBold.eot?#iefix') format('embedded-opentype'), url('fonts-ph-sonicare/CentraleSansXBold.woff') format('woff'), url('fonts-ph-sonicare/CentraleSansXBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
.ph-sonicare-wrapper {
  background-color: #1e9889;
  color: white;
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ph-sonicare-wrapper * {
  font-family: 'CentraleSans';
}
.ph-sonicare-wrapper .ph-sonicare-clearer {
  clear: both;
}
.ph-sonicare-wrapper .ph-sonicare-btn {
  display: inline-block;
  background-color: #ef7f22;
  color: white;
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
  text-transform: uppercase;
  min-height: 40px;
  padding: 0 50px 0 20px;
  text-decoration: none;
  position: relative;
  transition: all 0.5s;
}
.ph-sonicare-wrapper .ph-sonicare-btn:after {
  content: '';
  background: url(ph-sonicare-images/btn-arrows.png);
  display: inline-block;
  height: 17px;
  width: 28px;
  position: absolute;
  top: 11px;
  right: 10px;
}
.ph-sonicare-wrapper .ph-sonicare-btn:hover {
  background-color: #c65410;
}
.ph-sonicare-wrapper .ph-sonicare-header {
  position: relative;
  margin-bottom: 0;
  margin-bottom: -4px;
}
.ph-sonicare-wrapper .ph-sonicare-header img {
  width: 100%;
  height: auto;
}
.ph-sonicare-wrapper .ph-sonicarekup-zarejestruj {
  margin: 0 5%;
}
.ph-sonicare-wrapper .ph-sonicarekup-zarejestruj .ph-sonicarekup-zarejestruj-wciecie {
  position: relative;
}
.ph-sonicare-wrapper .ph-sonicarekup-zarejestruj .ph-sonicarekup-zarejestruj-wciecie h2 {
  font-weight: normal;
  font-size: 36px;
  line-height: 45px;
  margin-top: 40px;
}
.ph-sonicare-wrapper .ph-sonicarekup-zarejestruj .ph-sonicarekup-zarejestruj-wciecie p,
.ph-sonicare-wrapper .ph-sonicarekup-zarejestruj .ph-sonicarekup-zarejestruj-wciecie ol {
  font-size: 16px;
  line-height: 22px;
  width: 40%;
}
.ph-sonicare-wrapper .ph-sonicarekup-zarejestruj .ph-sonicarekup-zarejestruj-wciecie h4 {
  font-size: 22px;
  margin-bottom: 17px;
}
.ph-sonicare-wrapper .ph-sonicarekup-zarejestruj .ph-sonicarekup-zarejestruj-wciecie .badge350zl {
  position: absolute;
  bottom: -100px;
  right: 0;
  max-width: 60%;
}
.ph-sonicare-wrapper .ph-sonicarekup-zarejestruj h3 {
  text-align: center;
  font-size: 26px;
}
.ph-sonicare-wrapper .ph-sonicarekup-zarejestruj .ph-sonicarekup-zarejestruj-3-boxes {
  display: flex;
  justify-content: space-between;
}
.ph-sonicare-wrapper .ph-sonicarekup-zarejestruj .ph-sonicarekup-zarejestruj-3-boxes .ph-sonicarekup-zarejestruj-box {
  width: 24%;
  border: 2px solid white;
  border-radius: 10px;
  padding: 20px 3%;
  text-align: center;
  font-size: 22px;
  background: #018d7a;
  background: linear-gradient(180deg,#018d7a 0%,#1e9889 100%);
  position: relative;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
.ph-sonicare-wrapper .ph-sonicarekup-zarejestruj .ph-sonicarekup-zarejestruj-3-boxes .ph-sonicarekup-zarejestruj-box:after {
  content: "";
  width: 65px;
  height: 25px;
  background-image: url(ph-sonicare-images/3-boxes-bottom.png);
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.ph-sonicare-wrapper .ph-sonicarekup-zarejestruj .ph-sonicarekup-zarejestruj-bottom-line {
  border-bottom: 1px solid white;
  margin-top: 50px;
}
.ph-sonicare-wrapper .ph-sonicarekup-zarejestruj .ph-sonicarekup-zarejestruj-bottom-text {
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ph-sonicare-wrapper .ph-sonicare-intro {
  background-repeat: repeat-x;
  background-position: top center;
  background-image: url(ph-sonicare-images/sattsfakcja.jpg);
  padding: 30px 5% 60px 5%;
  display: flex;
}
@media all and (min-width:1201px) {
    .ph-sonicare-wrapper .ph-sonicare-intro {
      background-image: url(ph-sonicare-images/sattsfakcja-1360.jpg);
      background-position: top left;
    }
}
.ph-sonicare-wrapper .ph-sonicare-intro .ph-sonicare-intro-text {
  margin-top: 50px;
  width: 70%;
}
@media all and (max-width:780px) {
    .ph-sonicare-wrapper .ph-sonicare-intro .ph-sonicare-intro-text {
        margin-top: 0;
    }
}
@media all and (max-width:600px) {
    .ph-sonicare-wrapper .ph-sonicare-intro .ph-sonicare-intro-text {
      width: 100%;
    }
}
.ph-sonicare-wrapper .ph-sonicare-intro .ph-sonicare-intro-text .ph-badge {
  max-width: 100%;
  position: relative;
  /* left: -20px; */
  left: -1.5%;
}
.ph-sonicare-wrapper .ph-sonicare-intro .ph-sonicare-intro-text p {
  font-size: 14px;
  line-height: 22px;
  width: 61%;
  margin-bottom: 30px;
  margin-top: -10px;
  color: #002544;
}
.ph-sonicare-wrapper .ph-sonicare-intro .ph-sonicare-intro-text .ph-sonicare-intro-text-btns .ph-sonicare-btn {
  margin-right: 40px;
  margin-bottom: 10px;
}
.ph-sonicare-wrapper .ph-sonicare-intro .ph-sonicare-intro-packshot img {
  max-width: 100%;
  position: relative;
  top: 10px;
}
.ph-sonicare-wrapper .ph-sonicare-wejdz-do-swiata img {
  max-width: 100%;
}
.ph-sonicare-wrapper .ph-sonicare-products-main {
  margin: 0 5%;
  padding-bottom: 30px;
  border-bottom: 1px solid white;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-top: 10px;
}
.ph-sonicare-wrapper .ph-sonicare-products-main h2 {
  font-weight: normal;
  font-size: 31px;
  text-align: center;
  margin-bottom: 40px;
}
.ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper {
  display: flex;
}
.ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product-bar {
  width: 11%;
  background: url(ph-sonicare-images/product-bar.png) no-repeat center top;
  background-size: auto 100%;
}
@media all and (max-width:945px) {
    .ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product-bar {
      width: 5%;
    }
}
.ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product {
  width: 26%;
  position: relative;
  padding-bottom: 50px;
}
.ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product h3 {
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 40px;
}
.ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product h3 strong {
  display: block;
}
.ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product .ph-sonicare-product-image {
  position: relative;
  text-align: center;
}
.ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product .ph-sonicare-product-image .ph-sonicare-product-image-img {
  max-width: 100%;
  height: auto;
}
.ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product .ph-sonicare-product-image .ph-sonicare-product-image-badge {
  position: absolute;
  top: 0;
  right: 0px;
  width: 100px;
  max-width: 40%;
  height: auto;
}
.ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product p {
  font-size: 14px;
  line-height: 22px;
  max-width: none;
}
.ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product ul li {
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid white;
  padding-top: 7px;
  padding-bottom: 7px;
}
.ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product ul li:last-child {
  border-bottom: none;
}
.ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product .ph-sonicare-btn {
  position: absolute;
  bottom: 0;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: auto;
}
.ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product .ph-sonicare-btn:after {
  top: 9px;
}
.ph-sonicare-wrapper .ph-sonicare-zaawansowana-technologia-soniczna {
  margin: 0 5%;
  border-bottom: 1px solid white;
  margin-bottom: 60px;
}
.ph-sonicare-wrapper .ph-sonicare-zaawansowana-technologia-soniczna h2 {
  font-weight: normal;
  font-size: 31px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1000;
}
.ph-sonicare-wrapper .ph-sonicare-zaawansowana-technologia-soniczna .ph-sonicare-zaawansowana-technologia-soniczna-wrapper {
  display: flex;
  justify-content: space-between;
}
.ph-sonicare-wrapper .ph-sonicare-zaawansowana-technologia-soniczna .ph-sonicare-zaawansowana-technologia-soniczna-wrapper .ph-sonicare-zaawansowana-technologia-soniczna-left {
  width: 40%;
}
.ph-sonicare-wrapper .ph-sonicare-zaawansowana-technologia-soniczna .ph-sonicare-zaawansowana-technologia-soniczna-wrapper .ph-sonicare-zaawansowana-technologia-soniczna-left h3 {
  font-weight: normal;
  font-size: 24px;
}
.ph-sonicare-wrapper .ph-sonicare-zaawansowana-technologia-soniczna .ph-sonicare-zaawansowana-technologia-soniczna-wrapper .ph-sonicare-zaawansowana-technologia-soniczna-left p {
  font-size: 14px;
  line-height: 20px;
}
.ph-sonicare-wrapper .ph-sonicare-zaawansowana-technologia-soniczna .ph-sonicare-zaawansowana-technologia-soniczna-wrapper .ph-sonicare-zaawansowana-technologia-soniczna-right {
  width: 55%;
  position: relative;
}
.ph-sonicare-wrapper .ph-sonicare-zaawansowana-technologia-soniczna .ph-sonicare-zaawansowana-technologia-soniczna-wrapper .ph-sonicare-zaawansowana-technologia-soniczna-right img {
  top: -55px;
  position: relative;
  max-width: 100%;
}
.ph-sonicare-wrapper .ph-sonicare-footer {
  background: #0774d6;
  background: -moz-linear-gradient(top,#0774d6 0%,#1a2e61 100%);
  background: -webkit-linear-gradient(top,#1e9889 0%,#156570 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0774d6',endColorstr='#1a2e61',GradientType=0);
  text-align: center;
  padding: 30px 0 50px 0;
}
.ph-sonicare-wrapper .ph-sonicare-footer img {
  max-height: 100px;
}
@media (max-width: 800px) {
  .ph-sonicare-wrapper .ph-sonicarekup-zarejestruj .ph-sonicarekup-zarejestruj-3-boxes {
    display: block;
  }
  .ph-sonicare-wrapper .ph-sonicarekup-zarejestruj .ph-sonicarekup-zarejestruj-3-boxes .ph-sonicarekup-zarejestruj-box {
    width: 94%;
    margin-bottom: 20px;
  }
  .ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper {
    display: block;
  }
  .ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product-bar {
    display: none;
  }
  .ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid white;
  }
  .ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product:last-child {
    border-bottom: none;
  }
  .ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product .ph-sonicare-productmobile-left {
    width: 40%;
  }
  .ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product .ph-sonicare-productmobile-right {
    width: 50%;
  }
  .ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product .ph-sonicare-btn {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
  .ph-sonicare-wrapper .ph-sonicare-zaawansowana-technologia-soniczna h2 br {
    display: none;
  }
  .ph-sonicare-wrapper .ph-sonicare-zaawansowana-technologia-soniczna .ph-sonicare-zaawansowana-technologia-soniczna-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .ph-sonicare-wrapper .ph-sonicare-zaawansowana-technologia-soniczna .ph-sonicare-zaawansowana-technologia-soniczna-wrapper .ph-sonicare-zaawansowana-technologia-soniczna-left {
    width: 100%;
    order: 3;
  }
  .ph-sonicare-wrapper .ph-sonicare-zaawansowana-technologia-soniczna .ph-sonicare-zaawansowana-technologia-soniczna-wrapper .ph-sonicare-zaawansowana-technologia-soniczna-right {
    width: 100%;
    position: relative;
  }
  .ph-sonicare-wrapper .ph-sonicare-zaawansowana-technologia-soniczna .ph-sonicare-zaawansowana-technologia-soniczna-wrapper .ph-sonicare-zaawansowana-technologia-soniczna-right img {
    top: -5px;
    position: relative;
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  .ph-sonicare-wrapper .ph-sonicare-intro {
    display: flex;
    flex-wrap: wrap;
  }
  .ph-sonicare-wrapper .ph-sonicare-intro .ph-sonicare-intro-text {
    margin-top: 50px;
    width: 100%;
    order: 3;
  }
  .ph-sonicare-wrapper .ph-sonicare-intro .ph-sonicare-intro-text .ph-badge {
    left: -3%;
  }
  .ph-sonicare-wrapper .ph-sonicare-intro .ph-sonicare-intro-text p {
    width: 100%;
    margin-top: 10px;
  }
  .ph-sonicare-wrapper .ph-sonicare-intro .ph-sonicare-intro-text .ph-sonicare-intro-text-btns {
    text-align: center;
  }
  .ph-sonicare-wrapper .ph-sonicare-intro .ph-sonicare-intro-text .ph-sonicare-intro-text-btns .ph-sonicare-btn {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .ph-sonicare-wrapper .ph-sonicarekup-zarejestruj .ph-sonicarekup-zarejestruj-wciecie p,
  .ph-sonicare-wrapper .ph-sonicarekup-zarejestruj .ph-sonicarekup-zarejestruj-wciecie ol {
    width: 90%;
  }
  .ph-sonicare-wrapper .ph-sonicarekup-zarejestruj .ph-sonicarekup-zarejestruj-wciecie .badge350zl {
    position: relative;
    bottom: 0px;
    right: 0;
    max-width: 100%;
  }
  .ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper {
    display: block;
  }
  .ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product-bar {
    display: none;
  }
  .ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid white;
  }
  .ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product:last-child {
    border-bottom: none;
  }
  .ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product .ph-sonicare-productmobile-left {
    width: 100%;
  }
  .ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product .ph-sonicare-productmobile-right {
    width: 100%;
  }
  .ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product .ph-sonicare-btn {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
  .ph-sonicare-wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product p br {
    display: none;
  }
}




body {
  margin: auto;
}
#lp_wrapper .sg_sprawdz {
    display: inline-block;
    background-color: #f60;
    border-radius: 3px;
    color: #fff !important;
    font-family: arimoregular,sans-serif;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    clear: both;
    z-index: 101;
    font-weight: 400;
    text-decoration: none;
    width: 160px;
    padding: 14px 20px;
}
#lp_wrapper .sg_sprawdz:hover {
    background-color: #31a2ed;
    text-decoration: none;
}
#lp_wrapper .sg_sprawdz {
    width: 200px;
    max-width: 100%;
    padding: 14px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#lp_wrapper .sg_sprawdz.auto {
    width: auto;
    padding-left: 26px;
    padding-right: 26px;
}
#lp_wrapper .sam_kv .sg_sprawdz {
    margin: 30px auto 40px;
}
@media (max-width: 1399px) {
    #lp_wrapper .sam_kv .sg_sprawdz {
        display: block;
    }
}
@media (max-width: 991px) {
    #lp_wrapper .hp-header__block .sg_sprawdz {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
}
#lp_wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product .sg_sprawdz {
    position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
}
@media (max-width: 800px) {
    #lp_wrapper .ph-sonicare-products-main .ph-sonicare-products-wrapper .ph-sonicare-product .sg_sprawdz {position: relative; bottom: auto; margin-top: 20px;}
}
#lp_wrapper .btn-center {
    text-align: center;
    margin: 28px auto;
}
#lp_wrapper .btn-center .sg_sprawdz {
  margin: 8px;
}
#lp_wrapper .btn-wrapper {
    margin: 0 -5px;
}
#lp_wrapper .btn-wrapper .sg_sprawdz {
  margin: 5px;
}
.responsive {
    max-width: 100%;
    height: auto;
}
#lp_wrapper .linkSG {
    word-wrap: break-word;
    -moz-user-select: all;
    -khtml-user-select: all;
    -webkit-user-select: all;
    -ms-user-select: all;
    user-select: all;
}
#lp_wrapper .form {
    word-wrap: break-word;
    margin: 25px auto 0;
    font-size: 17px;
    line-height: normal;
    font-weight: normal;
}
#lp_wrapper .clear {clear: both; height: 0;}

#lp_wrapper .row-steps {
    text-align: center;
    font-size: 0;
    margin: 38px auto;
    font-family: 'Source Sans Pro', Arial;
}
#lp_wrapper .row-steps .maintxt {
    font-size: 38px;
    line-height: 140%;
    font-weight: 400;
    padding: 0 15px;
    color: #134b19;
    margin: auto;
}
#lp_wrapper .row-steps .col {
    display: inline-block;
    vertical-align: top;
    width: 365px;
    max-width: 32.33333%;
    padding: 60px 12px 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#lp_wrapper .row-steps .col:before {
    content: "";
    display: block;
    width: 290px;
    max-width: 100%;
    height: 2px;
    background-color: #134b19;
    margin: 0 auto -35.5px;
}
#lp_wrapper .row-steps .col .number {
    display: block;
    position: relative;
    height: 65px;
    width: 65px;
    line-height: 62px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    background-color: #fff;
    color: #134b19;
    border: 2px solid #134b19;
    margin: 0 auto 20px;
    -moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.2);
}
#lp_wrapper .row-steps .col .txt {
    font-size: 20px;
    line-height: 125%;
    font-weight: 400;
}
#lp_wrapper .row-steps .col .narrower {
    width: 220px;
    max-width: 100%;
    margin: auto;
}
#lp_wrapper .row-steps .col .wider {
    max-width: 116%;
    margin-left: -8%;
    margin-right: -8%;
}
@media all and (min-width:1025px) {
    #lp_wrapper .row-steps .col {max-width: 30.33333%;}
    #lp_wrapper .row-steps .col.marg {margin-left: 2%; margin-right: 2%;}
}
@media all and (max-width:1024px) {
    #lp_wrapper .row-steps .col .wider {max-width: 100%; margin-left: auto; margin-right: auto;}
    #lp_wrapper .row-steps .col .txt {font-size: 18px;}
    #lp_wrapper .row-steps .col .txt br {display: none;}
}
@media all and (max-width:835px) {
    #lp_wrapper .row-steps .col {width: 305px; max-width: 50%;}
}
@media all and (max-width:450px) {
    #lp_wrapper .row-steps .col {max-width: 100%;}
}

#lp_wrapper .video-container {
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
}
#lp_wrapper .video-container iframe, #lp_wrapper .video-container object, #lp_wrapper .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#lp_wrapper .box-video {
    width: 100%;
    margin: 15px auto;
}
#lp_wrapper .footer-lp {
    font-family: Arial;
    font-size: 16px;
    color: #2e7ae7;
    padding-top: 20px;
    text-align: left;
    background-color: #fff;
    line-height: normal;
    font-weight: normal;
}
#lp_wrapper .footer-lp a {
    text-decoration: none;
    color: #31a2ed;
    font: inherit;
}
#lp_wrapper .footer-lp a:hover {
    text-decoration: underline;
    color: #31a2ed;
}
