html:not(.full-height) {
  height: auto;
  overflow: visible;
}
html:not(.full-height) body {
  height: auto;
  overflow: visible;
}
body {
  font-size: 15px;
  color: #ffffff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  background-color: #32323c;
}
body.no-scroll,
body.body-overlayed {
  overflow: hidden !important;
}
body.px-animating {
  cursor: ew-resize;
}
html.full-height {
  height: 100%;
}
html.full-height .t3-wrapper,
html.full-height .t3-mainbody,
html.full-height .t3-content,
html.full-height #before-component,
html.full-height .module,
html.full-height .module-inner,
html.full-height .module-ct,
html.full-height .px-module {
  height: 100%;
}
html.full-height #before-component > .t3-module.active .px-module.centered .px-module-title {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
}
html.full-height #before-component > .t3-module.active .px-module.centered + div {
  margin-top: 40px;
}
html.full-height #t3-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal {
  display: block;
  position: relative !important;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  top: auto;
  z-index: 1;
  width: auto;
  left: auto;
  background: none;
}
#sbox-overlay {
  position: fixed;
  background-color: #000000;
  opacity: 1 !important;
  width: 100% !important;
  height: 100% !important;
}
#sbox-window {
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  padding: 0;
  background-color: transparent;
  text-align: center;
  box-shadow: none !important;
}
#sbox-window #sbox-content {
  background: transparent;
}
#sbox-btn-close {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1;
  font-weight: 300;
}
h1,
.h1 {
  font-size: 60px;
  letter-spacing: 20px;
  line-height: 80px;
}
h2,
.h2 {
  font-size: 48px;
}
h3,
.h3 {
  font-size: 24px;
  font-weight: 600;
}
h4,
.h4 {
  font-size: 22px;
  font-weight: 500;
}
h5,
.h5 {
  font-size: 20px;
  font-weight: 500;
}
h6,
.h6 {
  font-size: 18px;
}
p,
.p,
span {
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}
img {
  max-width: 100% !important;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
  color: #ffffff;
  outline: 0 !important;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
a:focus,
a:hover,
a:active,
a:visited {
  outline: 0 !important;
  text-decoration: none !important;
  background: transparent !important;
  color: #ffffff;
}
button {
  outline: none !important;
}
button:focus,
button:active {
  box-shadow: none;
  outline: none !important;
}

input[type="text"],
textarea {
  width: 100%;
  height: 50px;
  margin: 0 0 20px;
  padding: 0 15px;
  border: 0;
  border-radius: 5px;
  color: #5d5d68;
  background-color: #23232b;
}
input[type="text"]:focus,
textarea:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}
textarea {
  height: 280px;
  padding: 15px;
}

.mobile-image {
  position: relative;
}
.px-module {
  padding: 50px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
}
.px-module * {
  position: relative;
  z-index: 1;
}
.px-module:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.px-module .px-module-title {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.px-module.centered {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.px-btn {
  position: relative;
  display: inline-block;
  height: 54px;
  line-height: 49px;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.px-btn.px-btn-primary {
  background-color: #e55555;
}
.px-btn.px-btn-primary:hover {
  background-color: transparent !important;
  color: #e55555;
}
.px-btn.px-btn-secondary {
  background-color: transparent !important;
}
.px-btn.px-btn-secondary:hover {
  color: #fff;
}
.px-btn.px-btn-large {
  height: 60px;
  line-height: 55px;
  padding: 0 50px;
}

.px-navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  border: 0;
  z-index: 2;
  opacity: 1;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.px-navigation.no-header {
  opacity: 0;
  pointer-events: none;
}
.px-navigation.navbar-default .navbar-nav {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
.px-navigation.navbar-default .navbar-nav li {
  float: none;
  display: inline-block;
}
.px-navigation.navbar-default .navbar-nav li a {
  color: #ffffff;
  background: transparent !important;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 15px;
}
.px-navigation.navbar-default .navbar-nav li a:hover {
  color: #eeb46b;
}
.px-navigation.navbar-default .navbar-nav li.active a {
  color: #eeb46b;
}

.px-header .px-header-title {
  margin-top: 80px;
  text-transform: uppercase;
}
.px-header .px-header-subtitle {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 50px;
  font-weight: 300;
}
.px-header .px-header-subtitle p {
  font-size: 22px;
  font-weight: 500;
}
.px-header .px-mobile-video-container {
  height: 600px;
}
.px-header .px-mobile-video-container .px-video-play {
  position: absolute;
  left: 50%;
  bottom: 120px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.px-header .px-mobile-video-container .px-video-play img {
  width: 28px;
}
.px-header .px-mobile-video-container .px-mobile-video-block {
  top: 74px;
  bottom: 76px;
  cursor: pointer;
}
.px-header .px-mobile-video-container .px-mobile-video-block iframe {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.px-header .px-mobile-video-container.play .px-video-play {
  opacity: 0;
  pointer-events: none;
}
.px-header .px-mobile-video-container.play .px-mobile-video-block iframe {
  opacity: 1;
  pointer-events: all;
}
.px-header .px-mobile-video-container.play:hover .test {
  opacity: 1;
}
.px-header .app-store-button {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 152px;
  height: 45px;
  margin-left: 40px;
}

.mod-px-creative .px-creative-desc {
  margin-bottom: 40px;
}
.mod-px-creative .px-creative-images-container {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.mod-px-creative .px-creative-images-container .px-creative-image1 {
  margin-right: 40px;
}
.mod-px-creative .px-creative-images-container > div {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mod-px-creative .px-creative-images-container > div img {
  max-width: 300px !important;
}
.mod-px-creative .px-creative-images-container > div:last-child {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mod-px-creative .px-creative-images-container > div:last-child > div {
  display: inline-block;
}
.mod-px-creative .px-creative-images-switcher-block {
  position: relative;
  width: 100px;
  height: 50px;
  margin: 0 auto 35px;
  border: 2px solid #e55555;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.mod-px-creative .px-creative-images-switcher-block:before {
  content: '';
  position: absolute;
  width: 148px;
  height: 60px;
  top: 50%;
  right: 100%;
  margin-top: -1.5px;
  border: dotted #ffffff;
  border-width: 3px 0 0 3px;
  border-top-left-radius: 30px;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.mod-px-creative .px-creative-images-switcher-block:after {
  content: '';
  position: absolute;
  width: 148px;
  height: 60px;
  top: 50%;
  left: 100%;
  margin-top: -1.5px;
  border: dotted #ffffff;
  border-width: 3px 3px 0 0;
  border-top-right-radius: 30px;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.mod-px-creative .px-creative-images-switcher-block .px-creative-images-switcher {
  content: '';
  position: absolute;
  width: 36px;
  height: 36px;
  top: 5px;
  left: 4px;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mod-px-creative .px-creative-images-switcher-block.switched {
  border-color: #ffffff;
}
.mod-px-creative .px-creative-images-switcher-block.switched .px-creative-images-switcher {
  left: 56px;
  background-color: #e55555;
}
.mod-px-creative .px-creative-images-switcher-block.switched:before,
.mod-px-creative .px-creative-images-switcher-block.switched:after {
  width: 88px;
}

.mod-px-effects .px-effect-images-container {
  float: left;
  margin-right: 70px;
  z-index: 2;
}
.mod-px-effects .px-effect-images {
  display: inline-block;
  width: 275px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mod-px-effects .px-effect-images:not(.active) {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mod-px-effects .px-effect-images .gray {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin-right: -2px;
  background-size: cover;
}
.mod-px-effects .px-effect-separator {
  position: absolute;
  top: 36px;
  bottom: 64px;
  right: 0;
  width: 2px;
  margin-left: 1px;
  background-color: #21252a;
}
.mod-px-effects .px-effect-separator .px-effect-separator-block {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: -25px;
  margin-top: -25px;
  background-color: #21252a;
  border-radius: 25px;
  z-index: 10;
  cursor: ew-resize;
}
.mod-px-effects .px-effect-separator .px-effect-separator-block:before {
  position: absolute;
  left: 7px;
  top: 14px;
  content: "\f053";
  font-size: 16px;
  font-family: "FontAwesome";
}
.mod-px-effects .px-effect-separator .px-effect-separator-block:after {
  position: absolute;
  right: 7px;
  top: 14px;
  content: "\f054";
  font-size: 16px;
  font-family: "FontAwesome";
}
.mod-px-effects .px-effect-blocks-container .swiper-wrapper {
  overflow: hidden;
}
.mod-px-effects .px-effect-blocks-container .px-effects-slider-prev,
.mod-px-effects .px-effect-blocks-container .px-effects-slider-next {
  display: none;
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 24px;
  color: #fff;
  z-index: 10;
}
.mod-px-effects .px-effect-blocks-container .px-effects-slider-next {
  left: auto;
  right: 20px;
}
.mod-px-effects .px-effect-blocks-container .px-effects-pagination {
  display: none;
}
.mod-px-effects .px-effect-blocks-container .px-effects-pagination span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #bfccf2;
  opacity: 1;
  border-radius: 100%;
  background: transparent;
}
.mod-px-effects .px-effect-blocks-container .px-effects-pagination span.swiper-pagination-bullet-active {
  border-color: #21252a;
  background: #21252a;
}
.mod-px-effects .px-effect-block {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.mod-px-effects .px-effect-block:not(:last-child) {
  margin-bottom: 50px;
}
.mod-px-effects .px-effect-block .px-effect-icon:hover,
.mod-px-effects .px-effect-block.active .px-effect-icon {
  border-color: #21252a;
  background-color: #21252a;
}
.mod-px-effects .px-effect-block .px-effect-block-right {
  flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  text-align: left;
  margin-left: 30px;
}
.mod-px-effects .px-effect-block .px-effect-title {
  line-height: 1;
  margin-bottom: 20px;
}
.mod-px-effects .px-effect-block .px-effect-icon {
  width: 84px;
  height: 84px;
  border: 2px solid #ffffff;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mod-px-amaze {
  position: relative;
  overflow: hidden;
}
.mod-px-amaze .px-amaze-footer-mobile {
  display: none;
}
.mod-px-amaze .px-amaze-circles-container {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1000px;
  height: 500px;
  margin-left: -500px;
}
.mod-px-amaze .px-amaze-circles-container .circle {
  position: absolute;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.mod-px-amaze .px-amaze-circles-container .circle.large-circle {
  left: 0;
  right: 0;
  top: 0;
  height: 1000px;
}
.mod-px-amaze .px-amaze-circles-container .circle.large-circle .px-amaze-icon2 {
  position: absolute;
  top: -1%;
  left: 30%;
}
.mod-px-amaze .px-amaze-circles-container .circle.large-circle .px-amaze-icon4 {
  position: absolute;
  top: 6%;
  right: 16%;
}
.mod-px-amaze .px-amaze-circles-container .circle.medium-circle {
  top: 100px;
  left: 100px;
  right: 100px;
  height: 800px;
}
.mod-px-amaze .px-amaze-circles-container .circle.medium-circle .px-amaze-icon1 {
  position: absolute;
  top: 15%;
  left: 6%;
}
.mod-px-amaze .px-amaze-circles-container .circle.medium-circle .px-amaze-icon5 {
  position: absolute;
  top: 24%;
  right: 0;
}
.mod-px-amaze .px-amaze-circles-container .circle.small-circle {
  top: 200px;
  left: 200px;
  right: 200px;
  height: 600px;
}
.mod-px-amaze .px-amaze-circles-container .circle.small-circle .px-amaze-icon3 {
  position: absolute;
  top: -4%;
  right: 30%;
}
.mod-px-amaze .px-amaze-circles-container .circle.small-circle .px-amaze-footer {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 340px;
  text-align: center;
}
.mod-px-amaze .px-amaze-circles-container .circle.small-circle .px-amaze-footer-title {
  margin-bottom: 20px;
}

.mod-px-information .row > div:first-child {
  float: right;
}
.mod-px-information .px-information-left {
  text-align: left;
  margin-top: 80px;
}
.mod-px-information .px-information-left h5 {
  margin: 40px 0 10px;
}
.mod-px-information .px-information-left .px-information-left-buttons {
  margin-top: 50px;
}
.mod-px-information .px-information-left .px-information-left-buttons a {
  float: left;
}
.mod-px-information .px-information-left .px-information-left-buttons a:first-child {
  display: none;
}
.mod-px-information .px-information-left .px-information-left-buttons .px-btn {
  padding-left: 70px;
}
.mod-px-information .px-information-left .px-information-left-buttons .px-btn:before {
  content: '';
  position: absolute;
  width: 31px;
  height: 28px;
  left: 20px;
  top: 12px;
  background: url('../images/cleanpics/contact-icon.png');
}
.mod-px-information .px-information-left .px-information-left-buttons object {
  width: 180px;
}

.px-header-container {
  position: relative;
  height: 680px;
  background-size: cover;
  background-position: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.px-header-container:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.px-header-container .px-header-title {
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 1px;
  z-index: 1;
}
.px-header-container .px-header-desc {
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  font-weight: 300;
  z-index: 1;
  line-height: 1.3;
}
.px-header-container .px-header-date {
  font-size: 22px;
  color: #fff;
  z-index: 1;
}
html.contact .px-header-desc {
  padding-left: 40px;
}
html.contact .px-header-desc:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 21px;
  height: 27px;
  background: url('../images/cleanpics/contact-location.png');
}
.mod-px-contact-map {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.mod-px-contact-map iframe {
  width: 100%;
}
.mod-px-contact-map > div {
  flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
}
.mod-px-contact-map .px-contact-form {
  padding: 50px;
}
.mod-px-contact-map .px-contact-form .b2j-contact-actions {
  text-align: center;
}
.mod-px-contact-map .px-contact-form .b2j-contact-actions .btn-success {
  position: relative;
  display: inline-block;
  height: 54px;
  line-height: 49px;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  border: 2px solid #21252a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #21252a;
  min-width: 190px;
  margin: 10px 0 0 !important;
}
.mod-px-contact-map .px-contact-form .b2j-contact-actions .btn-success.px-btn-primary {
  background-color: #21252a;
}
.mod-px-contact-map .px-contact-form .b2j-contact-actions .btn-success.px-btn-primary:hover {
  background-color: transparent !important;
  color: #21252a;
}
.mod-px-contact-map .px-contact-form .b2j-contact-actions .btn-success.px-btn-secondary {
  background-color: transparent !important;
}
.mod-px-contact-map .px-contact-form .b2j-contact-actions .btn-success.px-btn-secondary:hover {
  color: #21252a;
}
.mod-px-contact-map .px-contact-form .b2j-contact-actions .btn-success.px-btn-large {
  height: 60px;
  line-height: 55px;
  padding: 0 50px;
}
.mod-px-contact-map .px-contact-form .b2j-contact-actions .btn-success:hover {
  background-color: transparent !important;
  color: #21252a;
}
.mod-px-contact-map .px-contact-form .b2j-contact-actions .btn-success span {
  background: none !important;
  font-size: inherit;
  font-weight: inherit;
  padding: 0 !important;
}
.mod-px-contact-map .px-contact-form .control-group {
  margin: 0;
}
.mod-px-contact-map .px-contact-map {
  margin: 50px 0;
}

.px-privacy-policy {
  margin: 40px 0;
  line-height: 1.8;
}
html.privacy-policy-page .px-header-title {
  text-transform: uppercase;
}

#t3-footer {
  height: 110px;
  background-color: #23232b;
  font-weight: 500;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  
  
  
  
}
#t3-footer .mobile-footer {
  display: none;
}
#t3-footer .mobile-footer a.back-to-top {
  position: relative;
  display: block;
  height: 60px;
  margin-bottom: 40px;
  padding: 0 25px;
  border: 2px solid #3C3C47;
  border-radius: 6px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#t3-footer .mobile-footer a.back-to-top:before,
#t3-footer .mobile-footer a.back-to-top:after {
  content: "\f062";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #3C3C47;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#t3-footer .mobile-footer .talk-to-us {
  margin-bottom: 25px;
}
#t3-footer .mobile-footer .talk-to-us .mail {
  color: #eeb46b;
}
#t3-footer.no-footer {
  opacity: 0;
  pointer-events: none;
}
#t3-footer .t3-footnav {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#t3-footer .copyright {
  color: #5d5d68;
}
#t3-footer .main-menu li {
  margin-top: 0;
}
#t3-footer .main-menu li a {
  padding: 0 15px;
  color: #ffffff;
  background-color: transparent;
  float: left;
  text-transform: uppercase;
}
#t3-footer .main-menu li a:hover {
  color: #eeb46b;
}
#t3-footer .main-menu li.active a {
  color: #eeb46b;
}
#t3-footer .footer-social-menu li {
  float: left;
}
#t3-footer .footer-social-menu li:not(:last-child) {
  margin-right: 10px;
}
#t3-footer .footer-social-menu li a {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #ffffff;
  border-radius: 50%;
  border: 2px solid white;
}
#t3-footer .footer-social-menu li a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#t3-footer .footer-social-menu li a:after {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  background-color: transparent;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#t3-footer .footer-social-menu li a:hover {
  background-color: transparent;
}
#t3-footer .footer-social-menu li a:hover:after {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
#t3-footer .download-kit a {
  padding: 0;
  text-transform: uppercase;
}
#t3-footer .download-kit a:hover {
  background-color: transparent;
}

.px-popup-container {
  position: relative;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 100px;
  z-index: 100;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.px-popup-container * {
  position: relative;
  z-index: 1;
}
.px-popup-container:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.px-popup-container.open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  pointer-events: all;
}
.px-popup-container .module,
.px-popup-container .module-inner,
.px-popup-container .module-ct {
  height: 100%;
}
.px-popup-container > div:not(.px-popup-close) {
  display: none;
}
.px-popup-container > div.active {
  display: block;
}
.px-popup-container .px-popup-close {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  z-index: 100;
}

@media screen and (max-width: 1600px) {
  html .px-header .px-mobile-video-container {
    height: 450px;
  }
  html .px-header .px-mobile-video-container .px-mobile-video-block {
    top: 56px;
    bottom: 56px;
    left: 13px;
    right: 12px;
  }
  html .px-header .px-mobile-video-container .px-header-title {
    margin-top: 50px;
  }
  .mod-px-creative .px-creative-images-container .mobile-image {
    width: 290px;
  }
  .mod-px-creative .px-creative-images-container .mobile-image img {
    max-width: 100% !important;
  }
  .mod-px-creative .px-creative-images-switcher-block.switched:before,
  .mod-px-creative .px-creative-images-switcher-block.switched:after {
    width: 48px;
  }
  .mod-px-amaze .px-amaze-circles-container .circle.medium-circle .px-amaze-icon1 {
    top: 16%;
  }
  .mod-px-amaze .px-amaze-circles-container .circle.medium-circle .px-amaze-icon5 {
    top: 28%;
  }
}

@media screen and (max-width: 1440px) {
  html .px-header .px-mobile-video-container {
    height: 450px;
  }
  html .px-header .px-mobile-video-container .px-mobile-video-block {
    top: 56px;
    bottom: 56px;
    left: 13px;
    right: 12px;
  }
}

@media screen and (max-width: 1400px) {
  .px-tutorial-item-block .px-mobile-video-block:before {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    z-index: -1;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
    background: -moz-radial-gradient(ellipse at center, #ffffff 0%, rgba(197, 197, 197, 0.95) 70%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-radial-gradient(ellipse at center, #ffffff 0%, rgba(197, 197, 197, 0.95) 70%, rgba(0, 0, 0, 0.6) 100%);
    background: radial-gradient(ellipse at center, #ffffff 0%, rgba(197, 197, 197, 0.95) 70%, rgba(0, 0, 0, 0.6) 100%);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
}

@media screen and (max-width: 1024px) {
  html .px-header .px-mobile-video-container {
    width: 248px;
  }
  html .px-header .app-store-button {
    display: none;
  }
  html .px-mobile-video-container > img,
  html .px-mobile-video-container .px-video-play {
    opacity: 0;
  }
  html .px-mobile-video-container .px-mobile-video-block {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }
  html .px-mobile-video-container .px-mobile-video-block iframe {
    opacity: 1 !important;
  }
  .mod-px-information .px-information-left .px-information-left-buttons a:first-child {
    display: block;
  }
  .mod-px-information .px-information-left .px-information-left-buttons a:last-child {
    margin-left: 20px;
  }
  .mod-px-creative .px-creative-images-container .mobile-image {
    width: 245px;
  }
  .mod-px-creative .px-creative-images-container .mobile-image img {
    max-width: 100% !important;
  }
  .mod-px-amaze .px-amaze-circles-container {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .mod-px-amaze .px-amaze-circles-container .circle.medium-circle .px-amaze-icon1 {
    top: 14%;
  }
  .mod-px-amaze .px-amaze-circles-container .circle.medium-circle .px-amaze-icon5 {
    top: 24%;
  }
  html .px-tutorial {
    padding: 0 50px;
  }
}

@media screen and (max-width: 800px) {
  html .px-header .px-mobile-video-container {
    width: 400px;
    height: 694px;
  }
  .mod-px-amaze .px-amaze-circles-container .circle.small-circle .px-amaze-icon3 {
    top: -5%;
  }
  .mod-px-amaze .px-amaze-circles-container .circle.medium-circle .px-amaze-icon1 {
    top: 11%;
  }
  .mod-px-amaze .px-amaze-circles-container .circle.medium-circle .px-amaze-icon5 {
    top: 20%;
  }
  .mod-px-amaze .px-amaze-circles-container .circle.large-circle .px-amaze-icon2 {
    top: -2%;
  }
  .mod-px-amaze .px-amaze-circles-container .circle.large-circle .px-amaze-icon4 {
    top: 5%;
  }
  .mod-px-effects .px-effect-images-container {
    display: inline-block;
    margin: 0;
    float: none;
  }
  .mod-px-effects .px-effect-images {
    width: 210px;
  }
  .mod-px-effects .px-effect-images .px-effect-separator {
    top: 36px;
    bottom: 49px;
  }
  .mod-px-effects .px-effects-slider-prev,
  .mod-px-effects .px-effects-slider-next {
    display: block !important;
  }
  .mod-px-effects .px-effects-slider-prev.swiper-button-disabled,
  .mod-px-effects .px-effects-slider-next.swiper-button-disabled {
    color: #676666;
  }
  .mod-px-effects .px-effects-pagination {
    display: block !important;
  }
  .mod-px-effects .px-effect-blocks-container {
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
  }
  .mod-px-effects .px-effect-block {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .mod-px-effects .px-effect-block .px-effect-block-right {
    width: 70%;
    text-align: center;
    margin: 30px 0 0;
  }
  .mod-px-effects .container {
    width: 100%;
  }
  .mod-px-creative .px-creative-images-container .mobile-image {
    width: 250px;
  }
  .mod-px-information .px-information-left {
    margin: 0;
  }
  .mod-px-contact-map {
    display: block;
  }
  .mod-px-contact-map .px-contact-map {
    height: 300px;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  html,
  body {
    overflow: visible !important;
  }
  .t3-wrapper {
    width: 100%;
    overflow-x: hidden;
  }
  html.full-height .t3-wrapper,
  html.full-height .t3-mainbody,
  html.full-height .t3-content,
  html.full-height #before-component,
  html.full-height .module,
  html.full-height .module-inner,
  html.full-height .module-ct,
  html.full-height .px-module {
    height: auto;
  }
  html .px-tutorial-item-block .px-mobile-video-container {
    width: 260px;
    height: 400px;
  }
  html .px-tutorial-item-block .px-mobile-video-container img {
    max-width: 100% !important;
  }
  html .px-tutorial-item-video-close {
    top: 20px;
    left: 20px;
  }
  html .px-tutorial-item-video-close .close {
    width: 30px;
    height: 30px;
  }
  html .px-header .px-mobile-video-container {
    width: 177px;
    height: 300px;
  }
  html .mod-px-effects .px-effect-blocks-container .px-effects-slider-prev,
  html .mod-px-effects .px-effect-blocks-container .px-effects-slider-next {
    top: 25px;
  }
  
  .navbar-default .navbar-toggle {
    float: left;
    border-color: transparent;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent !important;
  }
  .navbar-default .navbar-toggle .fa {
    font-size: 24px;
  }
  .navbar-default .navbar-collapse {
    padding: 0;
    border-color: transparent;
  }
  .navbar-default .navbar-collapse .navbar-nav {
    margin: 0;
    padding: 30px 0;
    background: #23232b;
  }
  .navbar-default .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
  }
  .navbar-default .navbar-collapse .navbar-nav li:not(:last-child) {
    margin-bottom: 20px;
  }
  .navbar-default .navbar-collapse .navbar-nav li a {
    border: 0;
  }
  .px-header .px-header-video-container .px-header-video iframe {
    height: 100%;
    width: 280px;
  }
  .mod-px-amaze .px-amaze-circles-container {
    position: relative;
    width: 260px;
    height: 260px;
    margin: 70px auto 30px;
  }
  .mod-px-amaze .px-amaze-circles-container img {
    width: 50px;
  }
  .mod-px-amaze .px-amaze-circles-container .circle.large-circle {
    height: auto;
    bottom: 0;
  }
  .mod-px-amaze .px-amaze-circles-container .circle.large-circle .px-amaze-icon2 {
    left: -10px;
    top: 50px;
  }
  .mod-px-amaze .px-amaze-circles-container .circle.large-circle .px-amaze-icon4 {
    right: -10px;
    top: 50px;
  }
  .mod-px-amaze .px-amaze-circles-container .circle.medium-circle {
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    height: auto;
  }
  .mod-px-amaze .px-amaze-circles-container .circle.medium-circle .px-amaze-icon5 {
    top: auto;
    bottom: -40px;
    left: -160px;
  }
  .mod-px-amaze .px-amaze-circles-container .circle.medium-circle .px-amaze-icon1 {
    top: -80px;
    left: 55px;
  }
  .mod-px-amaze .px-amaze-circles-container .circle.small-circle {
    top: 100px;
    bottom: 100px;
    left: 100px;
    right: 100px;
    height: auto;
  }
  .mod-px-amaze .px-amaze-circles-container .circle.small-circle .px-amaze-icon3 {
    top: 98px;
    right: -75px;
  }
  .mod-px-amaze .px-amaze-footer {
    display: none;
  }
  .mod-px-amaze .px-amaze-footer-mobile {
    display: block;
  }
  .mod-px-information .row > div:first-child {
    float: none;
    margin-bottom: 40px;
  }
  #t3-footer {
    position: relative !important;
    display: block;
    height: auto;
    padding: 40px 30px;
    text-align: center;
    opacity: 1 !important;
    pointer-events: all !important;
  }
  #t3-footer .mobile-footer {
    display: block;
  }
  #t3-footer .t3-footnav {
    display: block;
  }
  #t3-footer .footer-social-menu {
    margin-bottom: 30px;
  }
  #t3-footer .footer-social-menu li {
    float: none;
    display: inline-block;
  }
  html .blog-cat-item-block > div:first-child {
    margin-left: 30px;
    padding-top: 50px;
    padding-left: 20px;
    padding-bottom: 30px;
    border-left: 1px solid #41414b;
  }
  html .blog-cat-item-block > div:first-child:after {
    right: auto;
    left: -8px;
    bottom: 32px;
  }
  html .blog-cat-item-block > div:last-child {
    margin-left: 30px;
    padding-left: 20px;
  }
  html .blog-cat-item-block .blog-cat-item-date-created {
    margin: 0;
    text-align: left;
  }
  html .blog-cat-item-block .blog-cat-item-title {
    margin-top: 0;
  }
  html .blog-load-more {
    margin-left: 30px;
    padding-left: 20px;
  }
  html .px-tutorial {
    padding: 0 20px;
  }
  html .px-tutorial .row {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0 !important;
  }
  html .px-tutorial .tutorial-cat-item-title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 26px;
    line-height: 50px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  .full-height-module .module-inner,
  .full-height-module .module-ct,
  .full-height-module .px-module {
    height: 100% !important;
  }
  .px-header .px-header-subtitle p {
    font-size: 18px;
    font-weight: 300;
  }
  .px-header-desc {
    padding: 0 20px !important;
    text-align: center;
  }
  html.contact .px-header-desc {
    margin-left: 10px;
  }
  .mod-px-creative .px-creative-images-container .px-creative-image1 {
    margin: 0;
  }
  .mod-px-creative .px-creative-images-container .px-creative-image2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .mod-px-creative .px-creative-images-container.switched .px-creative-image1 {
    opacity: 0;
  }
  .mod-px-creative .px-creative-images-container.switched .px-creative-image2 {
    opacity: 1;
  }
  .mod-px-creative .px-creative-images-switcher-block:before,
  .mod-px-creative .px-creative-images-switcher-block:after {
    width: 48px;
  }
  .mod-px-information .px-information-left .px-information-left-buttons {
    text-align: center;
  }
  .mod-px-information .px-information-left .px-information-left-buttons a,
  .mod-px-information .px-information-left .px-information-left-buttons a.px-btn {
    display: block;
    max-width: 185px;
    margin: 0 auto;
    float: none;
  }
  .mod-px-information .px-information-left .px-information-left-buttons a.px-btn {
    margin-top: 20px;
  }
}
html .app-store-button {
  display: inline-block;
  width: 183px;
  height: 54px;
  background-image: url('../images/cleanpics/appStore.svg') !important;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.blog-cat-item-block:last-child > div:last-child {
  padding-bottom: 40px;
}
.blog-cat-item-block > div:first-child {
  padding-right: 40px;
}
.blog-cat-item-block > div:first-child:after {
  content: '';
  position: absolute;
  right: -8px;
  bottom: 2px;
  width: 15px;
  height: 15px;
  background-color: #41414b;
  border-radius: 100%;
}
.blog-cat-item-block > div:last-child {
  border-left: 1px solid #41414b;
  padding-left: 40px;
}
.blog-cat-item-block .blog-cat-item-date-created {
  color: #5d5d68;
  font-size: 15px;
  text-align: right;
  margin-top: 50px;
}
.blog-cat-item-block .blog-cat-item-title {
  font-size: 24px;
  font-weight: bold;
  margin: 50px 0 20px;
}
.blog-cat-item-block .blog-cat-item-title a {
  color: #eeb46b;
}
.blog-cat-item-block .blog-cat-item-more {
  color: #eeb46b;
  font-size: 15px;
}
.blog-load-more {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 45px 0 120px 40px;
  border-left: 1px solid #41414b;
}
.blog-load-more a {
  color: #eeb46b;
}
.blog-load-more:before {
  content: '';
  position: absolute;
  left: -8px;
  top: 50px;
  width: 15px;
  height: 15px;
  background-color: #eeb46b;
  border-radius: 100%;
}

.blog-item-block {
  padding: 40px 0;
}
.blog-item-block .container {
  max-width: 800px;
}
.blog-item-block .container .itemFullText {
  line-height: 1.733;
}
.blog-item-block .px-blog-item-share-container {
  margin-top: 30px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.blog-item-block .px-blog-item-share-container .b2jsocial_parent {
  display: inline-block;
  margin-left: 10px;
}
.blog-item-block .px-blog-item-share-container .b2jsocial_parent li {
  width: auto;
  height: auto;
  float: left;
}
.blog-item-block .px-blog-item-share-container .b2jsocial_parent li:not(:last-child) {
  margin-right: 10px;
}
.blog-item-block .px-blog-item-share-container .b2jsocial_parent li a {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #ffffff;
  font-family: "FontAwesome";
  border-radius: 50%;
  border: 2px solid #e55555;
}
.blog-item-block .px-blog-item-share-container .b2jsocial_parent li a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-item-block .px-blog-item-share-container .b2jsocial_parent li a:after {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  background-color: #e55555;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-item-block .px-blog-item-share-container .b2jsocial_parent li a:hover {
  background-color: transparent;
}
.blog-item-block .px-blog-item-share-container .b2jsocial_parent li a:hover:after {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
.blog-item-block .px-blog-item-share-container .b2jsocial_parent li a > span {
  display: none;
}
.blog-item-block .px-blog-item-share-container .b2jsocial_parent li.t a:before {
  content: "\f099";
}
.blog-item-block .px-blog-item-share-container .b2jsocial_parent li.f a:before {
  content: "\f09a";
}
.blog-item-block .px-blog-item-share-container .b2jsocial_parent li.g a:before {
  content: "\f0d5";
}

.px-tutorial {
  padding: 0 100px;
}
.px-tutorial .row {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.px-tutorial .row:not(:last-child) {
  border-bottom: 2px dashed #41414b;
}
.px-tutorial .row:first-child {
  margin-top: 50px;
}
.px-tutorial .tutorial-cat-item-container .tutorial-cat-item-video {
  position: relative;
  margin-bottom: 30px;
}
.px-tutorial .tutorial-cat-item-container .tutorial-cat-item-video .tutorial-cat-item-introtext {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 20px;
  text-align: center;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.px-tutorial .tutorial-cat-item-container .tutorial-cat-item-title-block {
  text-align: center;
}
.px-tutorial .tutorial-cat-item-container .tutorial-cat-item-title-block .tutorial-cat-item-title {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  font-weight: 400;
}
.px-tutorial .tutorial-cat-item-container .tutorial-cat-item-title-block .tutorial-cat-item-title a {
  position: relative;
  padding-left: 30px;
}
.px-tutorial .tutorial-cat-item-container .tutorial-cat-item-title-block .tutorial-cat-item-title a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 22px;
  background-image: url('../images/cleanpics/play-small.png');
  background-size: cover;
}
.px-tutorial .tutorial-cat-item-container.hovered .tutorial-cat-item-introtext {
  opacity: 1;
}
.px-tutorial .tutorial-cat-item-container.hovered img {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.px-tutorial .tutorial-cat-item-more {
  text-align: center;
}
.px-tutorial-item-block {
  position: fixed;
  width: 300px;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.px-tutorial-item-block.active {
  opacity: 1;
}
.px-tutorial-item-block .px-tutorial-item-video-block {
  position: relative;
}
.px-tutorial-item-block .px-tutorial-item-video-block img {
  width: 300px;
}
.px-tutorial-item-block .px-tutorial-item-video-block .avPlayerBlock {
  position: absolute !important;
  width: auto !important;
  top: 77px !important;
  bottom: 80px !important;
  left: 18px !important;
  right: 18px !important;
  padding: 0 !important;
}
.px-tutorial-item-block .px-tutorial-item-video-block .avPlayerBlock iframe {
  min-width: 0 !important;
}
.px-mobile-video-container {
  position: relative;
  display: inline-block;
}
.px-mobile-video-container img {
  max-width: 300px !important;
  max-height: 100% !important;
}
.px-mobile-video-container .px-mobile-video-block {
  position: absolute;
  width: auto;
  top: 77px;
  bottom: 80px;
  left: 18px;
  right: 18px;
  padding: 0;
}
.px-mobile-video-container .px-mobile-video-block .avPlayerBlock {
  position: absolute !important;
  width: auto !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 0 !important;
}
.px-mobile-video-container .px-mobile-video-block .avPlayerBlock iframe {
  min-width: 0 !important;
}
.px-mobile-video-container .px-mobile-video-block iframe {
  width: 100%;
  height: 100%;
}
.px-tutorial-item-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 120px;
  margin: -60px 0 0 -60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.px-tutorial-item-loading.loading {
  opacity: 1;
}
.px-tutorial-item-video-close {
  position: fixed;
  top: 40px;
  left: 40px;
  font-size: 30px;
  cursor: pointer;
  z-index: 1001;
}
.px-tutorial-item-video-close .close {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  opacity: .5;
}
.px-tutorial-item-video-close .close:before {
  content: '';
  position: absolute;
  width: 200%;
  height: 4px;
  top: 50%;
  left: -50%;
  background: #fff;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.px-tutorial-item-video-close .close:after {
  content: '';
  position: absolute;
  width: 200%;
  height: 4px;
  top: 50%;
  left: -50%;
  background: #fff;
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.test,
#t3-mainnav img {
  display: none !important;
}

.t3-navbar-collapse .header {
  display: none;
}
