/********* px-video.css ************/

/* utilities */
.sr-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.show-inline {
  display: inline-block;
}

/* containers */
.px-video-img-captions-container * {
  box-sizing: border-box;
}
.px-video-img-captions-container {
  position: relative;
  background-color: #FFF;
}
.px-video-container {
  position: relative;
}
.px-video-container .loading-spinner {
  background: no-repeat url('https://www.paypalobjects.com/webstatic/es_MX/mktg/logos-buttons/redesign/loading.gif');
  content: '';
  position: absolute;
  left: 50%;
  top: 40%;
  width: 45px;
  height: 45px;
  margin-left: -30px;
  margin-top: -30px;
  text-indent: -999em;
  overflow: hidden;
}

/* progress indicator */
.px-video-progress {
  width: 100%;
  height: 10px;
}
.px-video-progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  border: none;
}
.px-video-progress[value]::-webkit-progress-bar {
  background-color: #E6E6E6;
}
.px-video-progress[value]::-webkit-progress-value {
  background-color: #009CDF;
}

/* caption area */
.px-video-captions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: .5em;
  min-height: 2.5em;
  background-color: #000;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  opacity: 0.75;
}

/* buttons */
.px-video-controls button {
  border: 1px #fff solid;
  background: transparent;
  padding: 0;
  margin: 0 5px;
  min-width: 25px;
  height: 20px;
  overflow: hidden;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
}
.px-video-controls button:focus {
  border: 1px #999 dotted;
  outline: none;
}
.px-video-controls button {
  cursor: pointer;
}
button.px-video-restart {
  margin-left: 0;
}
/* restart button */

.px-video-controls button.px-video-restart {
  background-position: -6px -333px;
}
.px-video-controls button.px-video-restart:hover,
.px-video-controls button.px-video-restart:focus {
  background-position: -6px -297px;
}

/* rewind button */
.px-video-controls button.px-video-rewind {
  background-position: -6px -189px;
}
.px-video-controls button.px-video-rewind:hover,
.px-video-controls button.px-video-rewind:focus {
  background-position: -6px -153px;
}

/* play button */
.px-video-controls button.px-video-play {
  background-position: -6px -45px;
}
.px-video-controls button.px-video-play:hover,
.px-video-controls button.px-video-play:focus {
  background-position: -6px -9px;
}

/* pause button */
.px-video-controls button.px-video-pause {
  background-position: -6px -117px;
}
.px-video-controls button.px-video-pause:hover,
.px-video-controls button.px-video-pause:focus {
  background-position: -6px -81px;
}

/* forward button */
.px-video-controls button.px-video-forward {
  background-position: -6px -261px;
}
.px-video-controls button.px-video-forward:hover,
.px-video-controls button.px-video-forward:focus {
  background-position: -6px -225px;
}

/* captions button */
.px-video-captions-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-left: 25px;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
  background-position: -6px -835px;
}
.px-video-captions-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -799px;
}
.px-video-captions-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -799px;
  cursor: pointer;
}
.px-video-captions-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -799px;
}
.px-video-captions-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -871px;
}

/* mute button */
.px-video-mute-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-left: 240px;
  margin-top: 2px;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
  background-position: -6px -476px;
}
.px-video-mute-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -440px;
}
.px-video-mute-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -440px;
  cursor: pointer;
}
.px-video-mute-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -440px;
}
/* checked state of mute button */
.px-video-mute-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -692px;
}
.px-video-mute-btn-container input[type="checkbox"]:checked:hover+label,
.px-video-mute-btn-container input[type="checkbox"]:checked:focus+label {
  background-position: -6px -656px;
}

/* volume range input */
.px-video-controls input[type='range'] {
  -webkit-appearance: none;
  height: 6px;
  width: 100px;
  margin-top: 8px;
  background-color: #E6E6E6;
  outline:none;
}
.px-video-controls input[type='range']:focus::-webkit-slider-thumb {
  outline: 1px #999 dotted;
}
.px-video-controls input[type='range']::-moz-range-track {
  -moz-appearance: none;
  height: 6px;
  background-color: #E6E6E6;
  border: none;
}
.px-video-controls input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  height: 10px;
  width: 6px;
  background-color: #666;
}
.px-video-controls input[type='range']::-moz-range-thumb {
  height: 12px;
  width: 8px;
}
/* fixing display for IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .px-video-controls input[type='range'] {
    position: relative;
    padding: 0;
    height: 8px;
    top: -3px;
  }
  .px-video-time {
    margin-top: 4px;
  }
  .px-video-captions {
    padding: 8px;
    min-height: 36px;
  }
}

/* Fullscreen styles */
.px-video-fullscreen-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin: 0 10px;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
  background-position: -6px -907px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -943px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -943px;
  cursor: pointer;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -943px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -979px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:checked:hover+label {
  background-position: -6px -1015px;
}
.px-video-container.fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-cursor-visibility: auto-hide;
}
.display-inline {
  display: inline-block;
  vertical-align: top;
}
/* style applied through js */
.px-video-controls.js-fullscreen-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 940;
  background: white;
  text-align: center;
}

  .px-video-captions.js-fullscreen-captions {
  min-height: 3.5em;
  font-size: 2.5em;
  padding: 1em;
}

.hero-bg, .hero-bg.parallax .parallax-bg {
    background-image: url('https://www.paypalobjects.com/webstatic/mktg/hero/2_Home_Hero_fr.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.phone-line-top {
    background: url("https://www.paypalobjects.com/webstatic/mktg/wright/merchant/phone-icon.png") no-repeat scroll 2px center / 11px 13px transparent;
    padding-left: 20px;
}
.phone-line {
    background: transparent url("https://www.paypalobjects.com/webstatic/en_US/mktg/wright/merchant/businesshomepage_telicon_1x.png") 2px center no-repeat;
    background-size: 11px 13px;
    padding-left: 20px;
}
.iconImage {
    background: url('https://www.paypalobjects.com/webstatic/en_US/mktg/caImages/1_Home_PaymentLogos_Grey.png') no-repeat;
    margin-left: -20px;
    margin-top: 20px;
    height: 40px;
}
.n2 {
    background-image: url('https://www.paypalobjects.com/webstatic/en_US/mktg/caImages/1_ecommerce.png');
}
.n3 {
    background: transparent url("https://www.paypalobjects.com/webstatic/mktg/hero/Pro_Vid_Bg.jpg") center top no-repeat;
    background-size: cover;
    height: 400px;
}
.n4 {
    background-image: url('https://www.paypalobjects.com/webstatic/mktg/hero/VT_Bg.jpg');
}
.n5 {
    background-image: url('https://www.paypalobjects.com/webstatic/fr_CA/mktg/caImages/2_Stand_DetailOrder_fr.jpg');
}
hr{
    margin-top:0px !important;
}
.play>span {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  text-indent: -999em;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 36px;
}
.play>span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -10px;
  overflow: hidden;
  border: 24px solid transparent;
  border-width: 12px 24px;
  border-left-color: #fff;
}
.testimonial_wrap{
  display:none !important;
}
html[data-device-type="dedicated"] .n4 {
    background-position: 90% bottom;
}
html[data-device-type="portable"] .n4 {
    background-position: 90% bottom;
}
#hero-down-arrow {
    bottom: 10%;
    left: 50%;
    margin: -6px 0 0 -19px;
    position: absolute;
}
.hero-bg a {
    font-weight: bold;
}
.fancy-down-arrow-grey {
    border: none;
}
html[data-device-type="mobile"] .hero-bg {
    background-size: auto 265px;
    background-position: 74% top;
}
@media (orientation: landscape) {
    html[data-device-type="mobile"] .hero-bg {
        background-size: 480px 265px;
    }
}
html[data-device-type="mobile"] #hero-down-arrow, html[data-device-type="mobile"] .iconImage {
    display: none;
}
.pricing {
    margin: 1.875em 0;
}
#sticky-nav {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.1);
    z-index: 3;
}
.n-1 {
    background-image: url("https://www.paypalobjects.com/webstatic/fr_CA/mktg/caImages/3_Pro_CustomersSeeModule_Step1_fr.png");
    background-position: 100% 0;
    background-repeat: no-repeat;
}
.n-2 {
    background-image: url("https://www.paypalobjects.com/webstatic/fr_CA/mktg/caImages/3_Pro_CustomersSeeModule_Step2_fr.png");
    background-position: 100% 0;
    background-repeat: no-repeat;
}
.n-3 {
    background-image: url("https://www.paypalobjects.com/webstatic/fr_CA/mktg/caImages/3_Pro_CustomersSeeModule_Step3_fr.png");
    background-position: 100% 0;
    background-repeat: no-repeat;
}
.n-4 {
    background-image: url("https://www.paypalobjects.com/webstatic/fr_CA/mktg/caImages/3_Pro_CustomersSeeModule_Step4_fr.png");
    background-position: 100% 0;
    background-repeat: no-repeat;
}
#closing-cta {
    padding: 45px 0;
}
/*html[data-device-type="portable"] .editorial-img {
    background-size: auto 300px;
}*/

@media (orientation: portrait) {
    html[data-device-type="portable"] .editorial-img {
        background-position: 100% bottom;
    }
}
.customPulloutPara {
    padding-top: 5px;
}
.customPulloutFont {
    font-size: 20px;
}
html[data-device-type="mobile"] .customPulloutPara {
    padding-top: 0;
}
.arrow {
    background: url("https://www.paypalobjects.com/webstatic/en_US/mktg/wright/merchant/businesshomepage_arrow_1x.png") no-repeat scroll center top;
    padding-top: 100px;
}
.invoice-img {
    display: block;
    margin: auto auto;
}
.containerCentered.blue {
    box-shadow: 0 1px 0 0 rgba(252, 252, 252, 0.75);
}
.payments {
    margin-top: -20px;
    padding-bottom: 60px;
}
.f20 {
    font-size: 20px;
}
hr {
    margin: 15px 0;
}
#faq hr {
    text-align: left;
    width: 20%;
}
a.blueLink {
    color: #009cde;
}
a.blueLink:hover, a.blueLink:focus, a.blueLink:active {
    color: #0c8dc4;
}
.howitWorks {
    height: 350px;
    overflow: hidden;
    position: relative;
}
.imageContainer > div {
    display: block;
    position: absolute;
}
.imageContainer {
    position: relative;
    height: 350px;
    width: 100%;
}
html[data-device-type="dedicated"] .custome {
    height: 24.857em;
    line-height: 24.857em;
}
.customerStep {
    padding: 40px 0 0;
}
.customerStep a {
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
}
.customerStep .activeStep {
    color: #444;
}
.sliderImages {
    width: 100%;
}
.panel01 {
    padding: 80px 0;
}
html[data-device-type="mobile"] .hero-bg {
    background-size: auto 265px;
    background-position: 81% top;
}
html[data-device-type="mobile"] .customerStep a {
    margin: 0 8px;
}
html[data-device-type="mobile"] #how-it-works .x-large {
    padding-bottom: 30px;
    font-size: 3rem;
    text-align: left;
}
html[data-device-type="mobile"] .customerStep {
    padding-top: 0;
}
html[data-device-type="portable"] .hero-bg {
    background-position: 65% center;
}
html[data-device-type="mobile"] .n2 {
    background-position: 85% top;
}
html[data-device-type="mobile"] .n-1 {
    background-image: none;
}
html[data-device-type="mobile"] .n-2 {
    background-image: none;
}
html[data-device-type="mobile"] .n-3 {
    background-image: none;
}
html[data-device-type="mobile"] .n-4 {
    background-image: none;
}
@media (orientation: portrait) {
    html[data-device-type="portable"] .n-1 {
        background-size: auto 250px;
        background-position: 100% center;
    }
    html[data-device-type="portable"] .n-2 {
        background-size: auto 250px;
        background-position: 100% center;
    }
    html[data-device-type="portable"] .n-3 {
        background-size: auto 250px;
        background-position: 100% center;
    }
    html[data-device-type="portable"] .n-4 {
        background-size: auto 250px;
        background-position: 100% center;
    }
    html[data-device-type="portable"] .n4 {
        background-position: 90% bottom;
    }
    html[data-device-type="portable"] .hero-bg {
        background-position: 55% center;
    }
}

