/* $Rev$ */
.breadcrumbs {
  background: grey;
}
.breadcrumbs * {
  color: white;
  border-color: white;
}

.breadcrumbs.wide-layout.backgroundcolor {
  margin-bottom: 0;
}

.page {
  overflow-x: hidden;
}

.content {
  padding-top: 0;
}

.pg.pg-content {
  padding: 0;
}
.pg.pane, .pg.main {
  width: 100%;
}

.ltr .pg-content .pg, .rtl .pg-content .pg {
  position: relative;
  z-index: 0;
}
.ltr .pg-content .pg.main, .rtl .pg-content .pg.main {
  padding: 0;
}

.pg-wrapper {
  width: 960px;
  height: 100%;
  padding: 40px 10px 0;
  margin: 0 auto;
  position: relative;
}

.whiteBackgroundScheme .feature-box {
  background-color: #ffffff;
  border-bottom: 0px solid white;
}
.whiteBackgroundScheme .feature-box .row {
  background-color: transparent;
}

.row {
  width: 100%;
}
.row.pg-stage {
  position: relative;
  height: auto;
  min-height: 545px;
  max-height: 100%;
}
.row.pg-navigation {
  height: 80px;
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 100;
}
.row.pg-navigation .pg-wrapper {
  width: 980px;
  padding: 0;
}

.collumn12 {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.collumn12.spread1 {
  width: 60px;
}
.collumn12.spread2 {
  width: 140px;
}
.collumn12.spread3 {
  width: 220px;
}
.collumn12.spread4 {
  width: 300px;
}
.collumn12.spread5 {
  width: 380px;
}
.collumn12.spread6 {
  width: 460px;
}
.collumn12.spread7 {
  width: 540px;
}
.collumn12.spread8 {
  width: 620px;
}
.collumn12.spread9 {
  width: 700px;
}
.collumn12.spread10 {
  width: 780px;
}
.collumn12.spread11 {
  width: 860px;
}
.collumn12.spread12 {
  width: 940px;
}
.collumn12.offset1 {
  margin-left: 90px;
}
.collumn12.offset2 {
  margin-left: 170px;
}
.collumn12.offset3 {
  margin-left: 250px;
}
.collumn12.offset4 {
  margin-left: 330px;
}
.collumn12.offset5 {
  margin-left: 410px;
}
.collumn12.offset6 {
  margin-left: 490px;
}
.collumn12.offset7 {
  margin-left: 570px;
}
.collumn12.offset8 {
  margin-left: 650px;
}
.collumn12.offset9 {
  margin-left: 730px;
}
.collumn12.offset10 {
  margin-left: 810px;
}
.collumn12.offset11 {
  margin-left: 890px;
}

.svg-fallback {
  display: none;
}

.no-svg svg {
  display: none;
}
.no-svg .svg-fallback {
  display: block;
}

.pg-wrapper {
  width: 980px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pg-main p, .pg-main a, .pg-main-stage p, .pg-main-stage a {
  font-family: "HelveticaNeueLightRg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2em;
  color: #202020;
}
.pg-main .breadcrumbs a, .pg-main-stage .breadcrumbs a {
  font-size: 11px;
}
.pg-main .text p, .pg-main-stage .text p {
  font-size: 15px;
  line-height: 1.47em;
}
.pg-main .text p.note, .pg-main-stage .text p.note {
  font-size: 12px;
}
.pg-main .text h2, .pg-main-stage .text h2 {
  font-size: 40px;
  line-height: 1.15em;
  margin-bottom: 14px;
}
.pg-main .text pre, .pg-main-stage .text pre {
  margin-bottom: 20px;
  padding: 10px 20px;
  border: 1px solid white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.7);
}
.pg-main .teaser .text, .pg-main-stage .teaser .text {
  padding-top: 124px;
}
.pg-main .teaser .text p, .pg-main .teaser .text h2, .pg-main-stage .teaser .text p, .pg-main-stage .teaser .text h2 {
  color: white;
}
.pg-main #other-features .text p, .pg-main-stage #other-features .text p {
  line-height: 1.2em;
}
.pg-main .text p.note, .pg-main #otherfeatures.text p.note, .pg-main-stage .text p.note, .pg-main-stage #otherfeatures.text p.note {
  font-size: 12px;
}
.pg-main .blackBackgroundScheme .text h2,
.pg-main .blackBackgroundScheme .text h3, .pg-main-stage .blackBackgroundScheme .text h2,
.pg-main-stage .blackBackgroundScheme .text h3 {
  color: #ffffff;
}
.pg-main .blackBackgroundScheme .text p, .pg-main-stage .blackBackgroundScheme .text p {
  color: #898989;
}
.pg-main .blackBackgroundScheme .text .white, .pg-main-stage .blackBackgroundScheme .text .white {
  color: white;
}
.pg-main .whiteBackgroundScheme .text h2,
.pg-main .whiteBackgroundScheme .text h3, .pg-main-stage .whiteBackgroundScheme .text h2,
.pg-main-stage .whiteBackgroundScheme .text h3 {
  color: #3f3f3f;
}
.pg-main .whiteBackgroundScheme .text p, .pg-main-stage .whiteBackgroundScheme .text p {
  color: #3f3f3f;
}
.pg-main .whiteBackgroundScheme .text .white, .pg-main-stage .whiteBackgroundScheme .text .white {
  color: white;
}
.pg-main .text-center, .pg-main-stage .text-center {
  text-align: center;
}
.pg-main.sg h1, .pg-main.sg h2, .pg-main.sg p, .pg-main.sg a, .pg-main.sg strong, .pg-main.sg b, .pg-main.sg .text h1, .pg-main.sg .text h2, .pg-main.sg .text p, .pg-main.sg .text a, .pg-main.sg .text strong, .pg-main.sg .text b, .pg-main-stage.sg h1, .pg-main-stage.sg h2, .pg-main-stage.sg p, .pg-main-stage.sg a, .pg-main-stage.sg strong, .pg-main-stage.sg b, .pg-main-stage.sg .text h1, .pg-main-stage.sg .text h2, .pg-main-stage.sg .text p, .pg-main-stage.sg .text a, .pg-main-stage.sg .text strong, .pg-main-stage.sg .text b {
  color: #fff;
}
.pg-main.sg h1.dark, .pg-main.sg h2.dark, .pg-main.sg p.dark, .pg-main.sg a.dark, .pg-main.sg strong.dark, .pg-main.sg b.dark, .pg-main.sg .text h1.dark, .pg-main.sg .text h2.dark, .pg-main.sg .text p.dark, .pg-main.sg .text a.dark, .pg-main.sg .text strong.dark, .pg-main.sg .text b.dark, .pg-main-stage.sg h1.dark, .pg-main-stage.sg h2.dark, .pg-main-stage.sg p.dark, .pg-main-stage.sg a.dark, .pg-main-stage.sg strong.dark, .pg-main-stage.sg b.dark, .pg-main-stage.sg .text h1.dark, .pg-main-stage.sg .text h2.dark, .pg-main-stage.sg .text p.dark, .pg-main-stage.sg .text a.dark, .pg-main-stage.sg .text strong.dark, .pg-main-stage.sg .text b.dark {
  color: #000;
}
.pg-main.sg h1.grey, .pg-main.sg h2.grey, .pg-main.sg p.grey, .pg-main.sg a.grey, .pg-main.sg strong.grey, .pg-main.sg b.grey, .pg-main.sg .text h1.grey, .pg-main.sg .text h2.grey, .pg-main.sg .text p.grey, .pg-main.sg .text a.grey, .pg-main.sg .text strong.grey, .pg-main.sg .text b.grey, .pg-main-stage.sg h1.grey, .pg-main-stage.sg h2.grey, .pg-main-stage.sg p.grey, .pg-main-stage.sg a.grey, .pg-main-stage.sg strong.grey, .pg-main-stage.sg b.grey, .pg-main-stage.sg .text h1.grey, .pg-main-stage.sg .text h2.grey, .pg-main-stage.sg .text p.grey, .pg-main-stage.sg .text a.grey, .pg-main-stage.sg .text strong.grey, .pg-main-stage.sg .text b.grey {
  color: #a3a3a3;
}
.pg-main.sg h1, .pg-main.sg h2, .pg-main.sg p, .pg-main.sg a, .pg-main.sg .text h1, .pg-main.sg .text h2, .pg-main.sg .text p, .pg-main.sg .text a, .pg-main-stage.sg h1, .pg-main-stage.sg h2, .pg-main-stage.sg p, .pg-main-stage.sg a, .pg-main-stage.sg .text h1, .pg-main-stage.sg .text h2, .pg-main-stage.sg .text p, .pg-main-stage.sg .text a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pg-main.sg .h1-headline,
.pg-main.sg .h2-headline,
.pg-main.sg .h3-headline, .pg-main.sg .text .h1-headline,
.pg-main.sg .text .h2-headline,
.pg-main.sg .text .h3-headline, .pg-main-stage.sg .h1-headline,
.pg-main-stage.sg .h2-headline,
.pg-main-stage.sg .h3-headline, .pg-main-stage.sg .text .h1-headline,
.pg-main-stage.sg .text .h2-headline,
.pg-main-stage.sg .text .h3-headline {
  font-family: "HelveticaNeueLightRg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: inline-block;
  margin-bottom: 17px;
}
.pg-main.sg .h1-headline.text-center,
.pg-main.sg .h2-headline.text-center,
.pg-main.sg .h3-headline.text-center, .pg-main.sg .text .h1-headline.text-center,
.pg-main.sg .text .h2-headline.text-center,
.pg-main.sg .text .h3-headline.text-center, .pg-main-stage.sg .h1-headline.text-center,
.pg-main-stage.sg .h2-headline.text-center,
.pg-main-stage.sg .h3-headline.text-center, .pg-main-stage.sg .text .h1-headline.text-center,
.pg-main-stage.sg .text .h2-headline.text-center,
.pg-main-stage.sg .text .h3-headline.text-center {
  width: 100%;
  text-align: center;
}
.pg-main.sg .h1-headline.dark,
.pg-main.sg .h2-headline.dark,
.pg-main.sg .h3-headline.dark, .pg-main.sg .text .h1-headline.dark,
.pg-main.sg .text .h2-headline.dark,
.pg-main.sg .text .h3-headline.dark, .pg-main-stage.sg .h1-headline.dark,
.pg-main-stage.sg .h2-headline.dark,
.pg-main-stage.sg .h3-headline.dark, .pg-main-stage.sg .text .h1-headline.dark,
.pg-main-stage.sg .text .h2-headline.dark,
.pg-main-stage.sg .text .h3-headline.dark {
  color: #282828;
}
.pg-main.sg .h1-headline.uppercase,
.pg-main.sg .h2-headline.uppercase,
.pg-main.sg .h3-headline.uppercase, .pg-main.sg .text .h1-headline.uppercase,
.pg-main.sg .text .h2-headline.uppercase,
.pg-main.sg .text .h3-headline.uppercase, .pg-main-stage.sg .h1-headline.uppercase,
.pg-main-stage.sg .h2-headline.uppercase,
.pg-main-stage.sg .h3-headline.uppercase, .pg-main-stage.sg .text .h1-headline.uppercase,
.pg-main-stage.sg .text .h2-headline.uppercase,
.pg-main-stage.sg .text .h3-headline.uppercase {
  text-transform: uppercase;
}
.pg-main.sg p.note, .pg-main.sg .text p.note, .pg-main-stage.sg p.note, .pg-main-stage.sg .text p.note {
  font-size: 9px;
  color: #fff;
}
.pg-main.sg .h1-headline, .pg-main.sg .text .h1-headline, .pg-main-stage.sg .h1-headline, .pg-main-stage.sg .text .h1-headline {
  font-weight: 100;
  font-size: 32px;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.pg-main.sg .h2-headline, .pg-main.sg .text .h2-headline, .pg-main-stage.sg .h2-headline, .pg-main-stage.sg .text .h2-headline {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 25px;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.pg-main.sg .h3-headline, .pg-main.sg .text .h3-headline, .pg-main-stage.sg .h3-headline, .pg-main-stage.sg .text .h3-headline {
  font-size: 24px;
  line-height: 27px;
}
.pg-main.sg strong, .pg-main.sg b, .pg-main.sg .text strong, .pg-main.sg .text b, .pg-main-stage.sg strong, .pg-main-stage.sg b, .pg-main-stage.sg .text strong, .pg-main-stage.sg .text b {
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
.pg-main.sg h1, .pg-main.sg h2, .pg-main.sg .text h1, .pg-main.sg .text h2, .pg-main-stage.sg h1, .pg-main-stage.sg h2, .pg-main-stage.sg .text h1, .pg-main-stage.sg .text h2 {
  font-family: "HelveticaNeueLightRg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
}
.pg-main.sg h1, .pg-main.sg h2.h1, .pg-main.sg .text h1, .pg-main.sg .text h2.h1, .pg-main-stage.sg h1, .pg-main-stage.sg h2.h1, .pg-main-stage.sg .text h1, .pg-main-stage.sg .text h2.h1 {
  font-size: 32px;
  line-height: 40px;
}
.pg-main.sg h2, .pg-main.sg .text h2, .pg-main-stage.sg h2, .pg-main-stage.sg .text h2 {
  font-size: 20px;
  line-height: 24px;
}
.pg-main.sg p, .pg-main.sg .text p, .pg-main-stage.sg p, .pg-main-stage.sg .text p {
  font-family: "HelveticaNeueRomanRg", "HelveticaNeue-Roman", "HelveticaNeue-Regular", "Helvetica Neue Roman", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  line-height: 20px;
}
.pg-main.sg a, .pg-main.sg .text a, .pg-main-stage.sg a, .pg-main-stage.sg .text a {
  font-family: Arial, "Lucida Grande", sans-serif;
}
.pg-main.sg strong, .pg-main.sg b, .pg-main.sg .text strong, .pg-main.sg .text b, .pg-main-stage.sg strong, .pg-main-stage.sg b, .pg-main-stage.sg .text strong, .pg-main-stage.sg .text b {
  font-family: "HelveticaNeueBoldRegular", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
}
.pg-main.sg .pg-box.dark p, .pg-main.sg .pg-box.dark strong, .pg-main.sg .pg-box.dark b, .pg-main.sg .text .pg-box.dark p, .pg-main.sg .text .pg-box.dark strong, .pg-main.sg .text .pg-box.dark b, .pg-main-stage.sg .pg-box.dark p, .pg-main-stage.sg .pg-box.dark strong, .pg-main-stage.sg .pg-box.dark b, .pg-main-stage.sg .text .pg-box.dark p, .pg-main-stage.sg .text .pg-box.dark strong, .pg-main-stage.sg .text .pg-box.dark b {
  color: #a3a3a3;
}
.pg-main.sg .pg-box.dark h1, .pg-main.sg .pg-box.dark h2, .pg-main.sg .text .pg-box.dark h1, .pg-main.sg .text .pg-box.dark h2, .pg-main-stage.sg .pg-box.dark h1, .pg-main-stage.sg .pg-box.dark h2, .pg-main-stage.sg .text .pg-box.dark h1, .pg-main-stage.sg .text .pg-box.dark h2 {
  color: #fff;
}
.pg-main.sg .pg-box.dark h1 strong, .pg-main.sg .pg-box.dark h1 b, .pg-main.sg .pg-box.dark h2 strong, .pg-main.sg .pg-box.dark h2 b, .pg-main.sg .text .pg-box.dark h1 strong, .pg-main.sg .text .pg-box.dark h1 b, .pg-main.sg .text .pg-box.dark h2 strong, .pg-main.sg .text .pg-box.dark h2 b, .pg-main-stage.sg .pg-box.dark h1 strong, .pg-main-stage.sg .pg-box.dark h1 b, .pg-main-stage.sg .pg-box.dark h2 strong, .pg-main-stage.sg .pg-box.dark h2 b, .pg-main-stage.sg .text .pg-box.dark h1 strong, .pg-main-stage.sg .text .pg-box.dark h1 b, .pg-main-stage.sg .text .pg-box.dark h2 strong, .pg-main-stage.sg .text .pg-box.dark h2 b {
  color: #fff;
}
.pg-main.sg .pg-box.dark .info, .pg-main.sg .text .pg-box.dark .info, .pg-main-stage.sg .pg-box.dark .info, .pg-main-stage.sg .text .pg-box.dark .info {
  color: #ff008a;
}
.pg-main.sg .info, .pg-main.sg .text .info, .pg-main-stage.sg .info, .pg-main-stage.sg .text .info {
  color: #ff008a;
}
.pg-main.sg.audio h1, .pg-main.sg.audio h2, .pg-main.sg.audio .text h1, .pg-main.sg.audio .text h2, .pg-main-stage.sg.audio h1, .pg-main-stage.sg.audio h2, .pg-main-stage.sg.audio .text h1, .pg-main-stage.sg.audio .text h2 {
  color: #08107b;
}
.pg-main.sg.audio h1, .pg-main.sg.audio h2, .pg-main.sg.audio h2.h1, .pg-main.sg.audio .text h1, .pg-main.sg.audio .text h2, .pg-main.sg.audio .text h2.h1, .pg-main-stage.sg.audio h1, .pg-main-stage.sg.audio h2, .pg-main-stage.sg.audio h2.h1, .pg-main-stage.sg.audio .text h1, .pg-main-stage.sg.audio .text h2, .pg-main-stage.sg.audio .text h2.h1 {
  font-size: 30px;
  line-height: 32px;
}
.pg-main.sg.audio p, .pg-main.sg.audio strong, .pg-main.sg.audio .text p, .pg-main.sg.audio .text strong, .pg-main-stage.sg.audio p, .pg-main-stage.sg.audio strong, .pg-main-stage.sg.audio .text p, .pg-main-stage.sg.audio .text strong {
  color: #303030;
}
.pg-main.sg.audio .text.centered, .pg-main-stage.sg.audio .text.centered {
  width: 100%;
}
.pg-main .goto, .pg-main-stage .goto {
  text-shadow: 0 1px 1px #666;
  display: inline-block;
  font-weight: bold;
  margin: 0 0 0 2px;
  padding: 6px 25px 7px 8px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #e9b225;
  /* Old browsers */
  background-image: -moz-linear-gradient(top, #e9b225 50%, #e49901 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #e9b225), color-stop(100%, #e49901));
  background-image: -webkit-linear-gradient(top, #e9b225 50%, #e49901 100%);
  background-image: -o-linear-gradient(top, #e9b225 50%, #e49901 100%);
  background-image: -ms-linear-gradient(top, #e9b225 50%, #e49901 100%);
  background-image: linear-gradient(to bottom, #e9b225 50%, #e49901 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9b225', endColorstr='#e49901',GradientType=0 );
}
.pg-main .goto:hover, .pg-main-stage .goto:hover {
  background-color: #e9b024;
  /* Old browsers */
  background-image: -moz-linear-gradient(top, #e9b024 40%, #e48201 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #e9b024), color-stop(100%, #e48201));
  background-image: -webkit-linear-gradient(top, #e9b024 40%, #e48201 100%);
  background-image: -o-linear-gradient(top, #e9b024 40%, #e48201 100%);
  background-image: -ms-linear-gradient(top, #e9b024 40%, #e48201 100%);
  background-image: linear-gradient(to bottom, #e9b024 40%, #e48201 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9b024', endColorstr='#e48201',GradientType=0 );
}
.pg-main .goto span, .pg-main-stage .goto span {
  width: 10px;
  height: 14px;
  display: block;
  margin-top: 5px;
  padding-left: 10px;
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_elements/fp_camera_elements_arrow_sprite.png) top right no-repeat transparent;
  position: absolute;
  right: 5px;
  top: 6px;
}
.pg-main .locale-ar_ae .goto span, .pg-main-stage .locale-ar_ae .goto span {
  padding-right: 10px;
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_elements/fp_camera_elements_arrow_sprite.png) top left no-repeat transparent;
  position: absolute;
  left: 5px;
  top: 6px;
}
.pg-main a.button, .pg-main-stage a.button {
  background: #e9b226;
  font-family: "HelveticaNeueRomanRg", "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 30px 7px 10px;
  position: relative;
}
.pg-main a.button span, .pg-main-stage a.button span {
  display: block;
  width: 7px;
  height: 12px;
  right: 10px;
  top: 12px;
  position: absolute;
}
.pg-main a.button span .link-arrow-right, .pg-main-stage a.button span .link-arrow-right {
  fill: white;
  width: 7px;
  height: 12px;
  top: 0;
  -moz-transition: fill 0.3s;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.pg-main a.button .svg-fallback, .pg-main-stage a.button .svg-fallback {
  position: relative;
  width: 7px;
  height: 11px;
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_elements/fp_camera_ui_sprite.png) -91px -154px no-repeat transparent;
}
.pg-main a.button:hover, .pg-main-stage a.button:hover {
  color: #08107b;
}
.pg-main a.button:hover .link-arrow-right, .pg-main-stage a.button:hover .link-arrow-right {
  fill: #08107b;
}
.pg-main a.button:hover .svg-fallback, .pg-main-stage a.button:hover .svg-fallback {
  background-position: -91px -165px;
}
.pg-main a.pointer-right, .pg-main-stage a.pointer-right {
  padding-right: 25px;
  position: relative;
}
.pg-main a.pointer-right span, .pg-main-stage a.pointer-right span {
  display: block;
  width: 7px;
  height: 12px;
  right: 10px;
  top: 2px;
  position: absolute;
}
.pg-main a.pointer-right span .link-arrow-right, .pg-main-stage a.pointer-right span .link-arrow-right {
  fill: white;
  width: 7px;
  height: 12px;
  top: 0;
  -moz-transition: fill 0.3s;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.pg-main a.pointer-right .svg-fallback, .pg-main-stage a.pointer-right .svg-fallback {
  position: relative;
  width: 7px;
  height: 11px;
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_elements/fp_camera_ui_sprite.png) -91px -154px no-repeat transparent;
}
.pg-main a.pointer-right:hover .link-arrow-right, .pg-main-stage a.pointer-right:hover .link-arrow-right {
  fill: #e9b226;
}
.pg-main a.pointer-right:hover .svg-fallback, .pg-main-stage a.pointer-right:hover .svg-fallback {
  background-position: -106px -154px;
}
.pg-main a.discover-button, .pg-main-stage a.discover-button {
  color: #b9b9b9;
  padding-left: 15px;
  position: relative;
  font-weight: bold;
}
.pg-main a.discover-button:hover, .pg-main-stage a.discover-button:hover {
  color: #e9b226;
}
.pg-main a.discover-button:hover .discover-icon, .pg-main-stage a.discover-button:hover .discover-icon {
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_etc/sp_camera_omd_arrow_bullet_left_right_yellow.png) no-repeat;
  top: 2px;
  left: 0px;
}
.pg-main a.discover-button .discover-icon, .pg-main-stage a.discover-button .discover-icon {
  background: url() top left no-repeat;
  display: inline-block;
  width: 15px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 2px;
}
.pg-main.sg .pg-navigation ul li a.button, .pg-main.sg .dark a.button, .pg-main-stage.sg .pg-navigation ul li a.button, .pg-main-stage.sg .dark a.button {
  font-size: 13px;
  color: black;
  -moz-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.pg-main.sg .pg-navigation ul li a.button:hover, .pg-main.sg .dark a.button:hover, .pg-main-stage.sg .pg-navigation ul li a.button:hover, .pg-main-stage.sg .dark a.button:hover {
  color: white;
}
.pg-main.sg .pg-navigation ul li a.button.yellow, .pg-main.sg .dark a.button.yellow, .pg-main-stage.sg .pg-navigation ul li a.button.yellow, .pg-main-stage.sg .dark a.button.yellow {
  color: white;
}
.pg-main.sg .pg-navigation ul li a.link, .pg-main.sg .dark a.link, .pg-main-stage.sg .pg-navigation ul li a.link, .pg-main-stage.sg .dark a.link {
  color: #a3a3a3;
}
.pg-main.sg .pg-navigation ul li a.link.pointer .link-arrow-right path, .pg-main.sg .pg-navigation ul li a.link.pointer .link-arrow-left path, .pg-main.sg .dark a.link.pointer .link-arrow-right path, .pg-main.sg .dark a.link.pointer .link-arrow-left path, .pg-main-stage.sg .pg-navigation ul li a.link.pointer .link-arrow-right path, .pg-main-stage.sg .pg-navigation ul li a.link.pointer .link-arrow-left path, .pg-main-stage.sg .dark a.link.pointer .link-arrow-right path, .pg-main-stage.sg .dark a.link.pointer .link-arrow-left path {
  fill: #a3a3a3;
}
.pg-main.sg .pg-navigation ul li a.link:hover, .pg-main.sg .dark a.link:hover, .pg-main-stage.sg .pg-navigation ul li a.link:hover, .pg-main-stage.sg .dark a.link:hover {
  color: white;
}
.pg-main.sg .pg-navigation ul li a.link:hover.pointer .link-arrow-right path, .pg-main.sg .pg-navigation ul li a.link:hover.pointer .link-arrow-left path, .pg-main.sg .dark a.link:hover.pointer .link-arrow-right path, .pg-main.sg .dark a.link:hover.pointer .link-arrow-left path, .pg-main-stage.sg .pg-navigation ul li a.link:hover.pointer .link-arrow-right path, .pg-main-stage.sg .pg-navigation ul li a.link:hover.pointer .link-arrow-left path, .pg-main-stage.sg .dark a.link:hover.pointer .link-arrow-right path, .pg-main-stage.sg .dark a.link:hover.pointer .link-arrow-left path {
  fill: white;
}
.pg-main.sg .pg-navigation ul li a.link:hover.pointer .link-arrow-right.black, .pg-main.sg .pg-navigation ul li a.link:hover.pointer .link-arrow-left.black, .pg-main.sg .dark a.link:hover.pointer .link-arrow-right.black, .pg-main.sg .dark a.link:hover.pointer .link-arrow-left.black, .pg-main-stage.sg .pg-navigation ul li a.link:hover.pointer .link-arrow-right.black, .pg-main-stage.sg .pg-navigation ul li a.link:hover.pointer .link-arrow-left.black, .pg-main-stage.sg .dark a.link:hover.pointer .link-arrow-right.black, .pg-main-stage.sg .dark a.link:hover.pointer .link-arrow-left.black {
  fill: gray;
}
.pg-main.sg a.button, .pg-main-stage.sg a.button {
  font-family: Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  background-color: #fff;
  padding: 10px;
  position: relative;
  display: inline-block;
  color: #000;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.pg-main.sg a.button span, .pg-main.sg a.button .svg-fallback, .pg-main-stage.sg a.button span, .pg-main-stage.sg a.button .svg-fallback {
  position: relative;
}
.pg-main.sg a.button span, .pg-main-stage.sg a.button span {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 100%;
  right: inherit;
  top: 0;
}
.pg-main.sg a.button span.txt, .pg-main-stage.sg a.button span.txt {
  width: auto;
}
.pg-main.sg a.button span.arrow, .pg-main-stage.sg a.button span.arrow {
  margin-left: 4px;
}
.pg-main.sg a.button .arrow_1, .pg-main.sg a.button .arrow_2, .pg-main-stage.sg a.button .arrow_1, .pg-main-stage.sg a.button .arrow_2 {
  width: 7px;
  height: 11px;
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_ui_sprite.png) -7px -73px no-repeat transparent;
  position: absolute;
  top: -6px;
  -moz-transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.pg-main.sg a.button .arrow_2, .pg-main-stage.sg a.button .arrow_2 {
  background-position: -21px -73px;
  opacity: 0;
}
.pg-main.sg a.button:hover, .pg-main-stage.sg a.button:hover {
  color: #fff;
  background-color: #000;
}
.pg-main.sg a.button:hover .arrow_1, .pg-main-stage.sg a.button:hover .arrow_1 {
  opacity: 0;
}
.pg-main.sg a.button:hover .arrow_2, .pg-main-stage.sg a.button:hover .arrow_2 {
  opacity: 1;
}
.pg-main.sg a.button.black, .pg-main-stage.sg a.button.black {
  color: #fff;
  background: #000;
}
.pg-main.sg a.button.black .link-arrow-right, .pg-main-stage.sg a.button.black .link-arrow-right {
  fill: #fff;
}
.pg-main.sg a.button.black .arrow_1, .pg-main-stage.sg a.button.black .arrow_1 {
  background-position: -21px -73px;
}
.pg-main.sg a.button.black .arrow_2, .pg-main-stage.sg a.button.black .arrow_2 {
  background-position: -7px -73px;
}
.pg-main.sg a.button.black.rtl .arrow_1, .pg-main-stage.sg a.button.black.rtl .arrow_1 {
  background-position: -14px -73px;
}
.pg-main.sg a.button.black.rtl .arrow_2, .pg-main-stage.sg a.button.black.rtl .arrow_2 {
  background-position: 0 -73px;
}
.pg-main.sg a.button.black:hover, .pg-main-stage.sg a.button.black:hover {
  color: #000;
  background: #fff;
}
.pg-main.sg a.button.yellow, .pg-main-stage.sg a.button.yellow {
  color: #fff;
  background: #e9b226;
}
.pg-main.sg a.button.yellow .link-arrow-right, .pg-main-stage.sg a.button.yellow .link-arrow-right {
  fill: #fff;
}
.pg-main.sg a.button.yellow .arrow_1, .pg-main.sg a.button.yellow .arrow_2, .pg-main-stage.sg a.button.yellow .arrow_1, .pg-main-stage.sg a.button.yellow .arrow_2 {
  background-position: -21px -73px;
}
.pg-main.sg a.button.yellow:hover, .pg-main-stage.sg a.button.yellow:hover {
  background: #ea9e1a;
}
.pg-main.sg a.button.blue, .pg-main-stage.sg a.button.blue {
  color: #fff;
  background: #08107b;
  border: 1px solid red;
}
.pg-main.sg a.button.blue .link-arrow-right, .pg-main-stage.sg a.button.blue .link-arrow-right {
  fill: #fff;
}
.pg-main.sg a.button.blue .arrow_1, .pg-main.sg a.button.blue .arrow_2, .pg-main-stage.sg a.button.blue .arrow_1, .pg-main-stage.sg a.button.blue .arrow_2 {
  background-position: -21px -73px;
}
.pg-main.sg a.button.blue:hover, .pg-main-stage.sg a.button.blue:hover {
  background: #0B16AD;
}
.pg-main.sg a.pointer-right, .pg-main-stage.sg a.pointer-right {
  padding-right: 25px;
  position: relative;
}
.pg-main.sg a.pointer-right span, .pg-main-stage.sg a.pointer-right span {
  display: block;
  width: 7px;
  height: 12px;
  right: 10px;
  top: 2px;
  position: absolute;
}
.pg-main.sg a.pointer-right span .link-arrow-right, .pg-main-stage.sg a.pointer-right span .link-arrow-right {
  fill: white;
  width: 7px;
  height: 12px;
  top: 0;
  -moz-transition: fill 0.3s;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.pg-main.sg a.pointer-right .svg-fallback, .pg-main-stage.sg a.pointer-right .svg-fallback {
  position: relative;
  width: 7px;
  height: 11px;
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_elements/fp_camera_ui_sprite.png) -91px -154px no-repeat transparent;
}
.pg-main.sg a.pointer-right:hover .link-arrow-right, .pg-main-stage.sg a.pointer-right:hover .link-arrow-right {
  fill: #e9b226;
}
.pg-main.sg a.pointer-right:hover .svg-fallback, .pg-main-stage.sg a.pointer-right:hover .svg-fallback {
  background-position: -106px -154px;
}
.pg-main.sg a.link, .pg-main-stage.sg a.link {
  font-size: 12px;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.pg-main.sg a.link.pointer, .pg-main-stage.sg a.link.pointer {
  color: white;
}
.pg-main.sg a.link.pointer .link-arrow-right path, .pg-main.sg a.link.pointer .link-arrow-left path, .pg-main-stage.sg a.link.pointer .link-arrow-right path, .pg-main-stage.sg a.link.pointer .link-arrow-left path {
  -moz-transition: fill 0.3s;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: white;
}
.pg-main.sg a.link.pointer .svg-fallback, .pg-main-stage.sg a.link.pointer .svg-fallback {
  position: relative;
  width: 11px;
  height: 11px;
  float: left;
  margin-right: 3px;
  margin-top: 1px;
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_ui_sprite.png) -13px -85px no-repeat transparent;
}
.pg-main.sg a.link.pointer.grey .txt, .pg-main-stage.sg a.link.pointer.grey .txt {
  color: #a3a3a3;
}
.pg-main.sg a.link.pointer.grey .link-arrow-right path, .pg-main.sg a.link.pointer.grey .link-arrow-left path, .pg-main-stage.sg a.link.pointer.grey .link-arrow-right path, .pg-main-stage.sg a.link.pointer.grey .link-arrow-left path {
  -moz-transition: fill 0.3s;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #a3a3a3;
}
.pg-main.sg a.link.pointer.grey .svg-fallback, .pg-main-stage.sg a.link.pointer.grey .svg-fallback {
  background-position: -61px -85px;
}
.pg-main.sg a.link.pointer.grey:hover .txt, .pg-main-stage.sg a.link.pointer.grey:hover .txt {
  color: #000000;
}
.pg-main.sg a.link.pointer.grey:hover .link-arrow-right path, .pg-main.sg a.link.pointer.grey:hover .link-arrow-left path, .pg-main-stage.sg a.link.pointer.grey:hover .link-arrow-right path, .pg-main-stage.sg a.link.pointer.grey:hover .link-arrow-left path {
  fill: #000000;
}
.pg-main.sg a.link.pointer.grey:hover .svg-fallback, .pg-main-stage.sg a.link.pointer.grey:hover .svg-fallback {
  background-position: -109px -85px;
}
.pg-main.sg a.link.pointer.black .txt, .pg-main-stage.sg a.link.pointer.black .txt {
  color: #000000;
}
.pg-main.sg a.link.pointer.black .link-arrow-right path, .pg-main.sg a.link.pointer.black .link-arrow-left path, .pg-main-stage.sg a.link.pointer.black .link-arrow-right path, .pg-main-stage.sg a.link.pointer.black .link-arrow-left path {
  -moz-transition: fill 0.3s;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #000000;
}
.pg-main.sg a.link.pointer.black .svg-fallback, .pg-main-stage.sg a.link.pointer.black .svg-fallback {
  background-position: -109px -85px;
}
.pg-main.sg a.link.pointer.black:hover .txt, .pg-main-stage.sg a.link.pointer.black:hover .txt {
  color: #a3a3a3;
}
.pg-main.sg a.link.pointer.black:hover .link-arrow-right path, .pg-main.sg a.link.pointer.black:hover .link-arrow-left path, .pg-main-stage.sg a.link.pointer.black:hover .link-arrow-right path, .pg-main-stage.sg a.link.pointer.black:hover .link-arrow-left path {
  fill: #a3a3a3;
}
.pg-main.sg a.link.pointer.black:hover .svg-fallback, .pg-main-stage.sg a.link.pointer.black:hover .svg-fallback {
  background-position: -61px -85px;
}
.pg-main.sg a.link:hover, .pg-main-stage.sg a.link:hover {
  color: black;
}
.pg-main.sg a.link:hover .link-arrow-right path, .pg-main.sg a.link:hover .link-arrow-left path, .pg-main-stage.sg a.link:hover .link-arrow-right path, .pg-main-stage.sg a.link:hover .link-arrow-left path {
  fill: black;
}
.pg-main.sg a.link:hover .svg-fallback, .pg-main-stage.sg a.link:hover .svg-fallback {
  background-position: -109px -85px;
}
.pg-main.sg a.link .txt, .pg-main-stage.sg a.link .txt {
  padding-left: 2px;
}
.pg-main.sg a.rtl.link.pointer.no-svg span, .pg-main-stage.sg a.rtl.link.pointer.no-svg span {
  float: right;
}
.pg-main.sg a.rtl.link.pointer.no-svg span.txt, .pg-main-stage.sg a.rtl.link.pointer.no-svg span.txt {
  float: left;
}
.pg-main.sg a.rtl.link.pointer .svg-fallback, .pg-main-stage.sg a.rtl.link.pointer .svg-fallback {
  float: right;
  margin-right: 0;
  margin-left: 3px;
  margin-top: 3px;
  background-position: -1px -85px;
}
.pg-main.sg a.toTop .up_arrow, .pg-main-stage.sg a.toTop .up_arrow {
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_ui_sprite.png) -1px -97px no-repeat transparent;
  width: 51px;
  height: 51px;
}
.pg-main.sg a.readmore, .pg-main-stage.sg a.readmore {
  color: white;
  font-family: Arial, Helvetica, "Lucida Grande", sans-serif;
  width: auto;
  height: 13px;
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_elements/sp_camera_arrow_bullet_ffffff.png) no-repeat left center;
}
.pg-main.sg a.readmore .hover-arrow, .pg-main-stage.sg a.readmore .hover-arrow {
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_elements/sp_camera_arrow_bullet_6e6e6e.png) no-repeat left center;
  -moz-transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: opacity 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.pg-main.sg a.readmore:hover, .pg-main-stage.sg a.readmore:hover {
  color: #9b9b9b;
}
.pg-main.sg a.readmore:hover .hover-arrow, .pg-main-stage.sg a.readmore:hover .hover-arrow {
  opacity: 1;
}
.pg-main.sg a.readmore.grey, .pg-main-stage.sg a.readmore.grey {
  color: #9b9b9b;
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_elements/sp_camera_arrow_bullet_6e6e6e.png) no-repeat left center;
}
.pg-main.sg a.readmore.grey .hover-arrow, .pg-main-stage.sg a.readmore.grey .hover-arrow {
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_elements/sp_camera_arrow_bullet_ffffff.png) no-repeat left center;
}
.pg-main.sg a.readmore.grey:hover, .pg-main-stage.sg a.readmore.grey:hover {
  color: white;
}
.pg-main.sg a.readmore .text, .pg-main-stage.sg a.readmore .text {
  position: relative;
  line-height: 13px;
  width: auto;
  padding-left: 18px;
  top: 0;
  right: initial;
}
.pg-main.sg.locale-ar_ae a.readmore, .pg-main.sg.locale-ar a.readmore, .pg-main-stage.sg.locale-ar_ae a.readmore, .pg-main-stage.sg.locale-ar a.readmore {
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_elements/sp_camera_arrow_bullet_left_ffffff.png) no-repeat right center;
}
.pg-main.sg.locale-ar_ae a.readmore .hover-arrow, .pg-main.sg.locale-ar a.readmore .hover-arrow, .pg-main-stage.sg.locale-ar_ae a.readmore .hover-arrow, .pg-main-stage.sg.locale-ar a.readmore .hover-arrow {
  width: 13px;
  height: 100%;
  left: initial;
  right: 0;
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_elements/sp_camera_arrow_bullet_left_6e6e6e.png) no-repeat right center;
}
.pg-main.sg.locale-ar_ae a.readmore.grey, .pg-main.sg.locale-ar a.readmore.grey, .pg-main-stage.sg.locale-ar_ae a.readmore.grey, .pg-main-stage.sg.locale-ar a.readmore.grey {
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_elements/sp_camera_arrow_bullet_left_6e6e6e.png) no-repeat right center;
}
.pg-main.sg.locale-ar_ae a.readmore.grey .hover-arrow, .pg-main.sg.locale-ar a.readmore.grey .hover-arrow, .pg-main-stage.sg.locale-ar_ae a.readmore.grey .hover-arrow, .pg-main-stage.sg.locale-ar a.readmore.grey .hover-arrow {
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_elements/sp_camera_arrow_bullet_left_ffffff.png) no-repeat right center;
}
.pg-main.sg.locale-ar_ae a.readmore .text, .pg-main.sg.locale-ar a.readmore .text, .pg-main-stage.sg.locale-ar_ae a.readmore .text, .pg-main-stage.sg.locale-ar a.readmore .text {
  padding-left: 0;
  padding-right: 18px;
}

.pg-main-stage .static-stage {
  position: relative;
  width: 100%;
  min-width: 960px;
  max-width: 1600px;
  height: 545px;
  margin: 0 auto;
  background: #808080;
}
.pg-main-stage.stage-height {
  height: 660px;
}
.pg-main-stage .text {
  position: absolute;
  width: 370px;
  left: 0;
  top: 100px;
  z-index: 200;
}
.pg-main-stage .text h2 {
  color: white;
  font-size: 50px;
  line-height: 1.1em;
}
.pg-main-stage.audio .static-stage {
  height: 446px;
}

.static-stage {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pg-main .breadcrumbs {
  margin-bottom: 0;
}
.pg-main .text.centered {
  width: 730px;
  margin: 0 auto;
}

.pg-main-stage.sg .button.stage-button-test-wow {
  bottom: 265px;
  position: absolute;
  height: auto;
}
.pg-main-stage.sg .button.stage-button-test-wow span {
  height: auto;
}
.pg-main-stage.sg .button.stage-button-test-wow.left {
  left: 0;
}
.pg-main-stage.sg .button.stage-button-test-wow.right {
  right: 0;
}

a.nav-tooltip {
  position: relative;
  text-decoration: none;
  top: 0;
  left: 0;
}
a.nav-tooltip:after {
  content: attr(data-title);
  position: absolute;
  bottom: -19px;
  right: 60%;
  background: #494949;
  padding: 10px 15px;
  color: #fff;
  white-space: nowrap;
  opacity: 0;
  font-family: "HelveticaNeueBoldRegular", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
a.nav-tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 7px solid #494949;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  opacity: 0;
  left: 8%;
  bottom: 15px;
}
a.nav-tooltip:hover:after {
  bottom: -19px;
}
a.nav-tooltip:hover:before {
  bottom: 15px;
}
a.nav-tooltip:hover:after, a.nav-tooltip:hover:before {
  opacity: 1;
}

div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
  height: 13px;
}

div.pp_default .pp_top .pp_left {
  background: -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
  background: top left repeat-x;
}

div.pp_default .pp_top .pp_right {
  background: -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
  background: -7px 0 repeat-y;
  padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
  background: top right repeat-y;
  padding-right: 13px;
}

div.pp_default .pp_next:hover {
  background: center right no-repeat;
  cursor: pointer;
}

div.pp_default .pp_previous:hover {
  background: center left no-repeat;
  cursor: pointer;
}

div.pp_default .pp_expand {
  background: 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_expand:hover {
  background: 0 -56px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_contract {
  background: 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_contract:hover {
  background: 0 -113px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: 2px 1px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
  background: center center #f8f8f8;
  border: 1px solid #aaa;
}

div.pp_default .pp_social {
  margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
  background: -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
  background: -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
  background: -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
  background: bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
  background: -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
  background: center center no-repeat;
}

div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff;
}

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
  background: #000;
}

div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}

div.dark_square .pp_nav {
  clear: none;
}

div.facebook .pp_description {
  margin: 0 37px 0 0;
}

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

div.facebook .pp_nav {
  margin-top: 0;
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_content {
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}

#pp_full_res {
  line-height: 1 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}

div.pp_default .pp_content, div.light_rounded .pp_content {
  background-color: #fff;
}

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
  color: #000;
}

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
  border-color: #fff;
}

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
  position: relative;
}

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
  background: #fff;
}

div.light_rounded .pp_description, div.light_square .pp_description {
  margin-right: 85px;
}

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
  color: #c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}

.pp_top, .pp_bottom {
  height: 20px;
  position: relative;
}

* html .pp_top, * html .pp_bottom {
  padding: 0 20px;
}

.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_fade, .pp_gallery li.default a img {
  display: none;
}

/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 *
 * Copyright 2012, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/
.swiper-container, .inner-swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper, .inner-swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -ms-transition-property: -ms-transform;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}

.swiper-slide, .inner-swiper-slide {
  float: left;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

.swiper-container, .swiper-slide, .inner-swiper-slide {
  width: 100%;
  height: 50%;
  max-width: 1600px;
}

.row.glossar .pg-wrapper {
  padding-top: 0;
}

#glossar {
  padding-top: 50px;
  position: relative;
  float: left;
}
#glossar .trenner {
  top: 20px;
  /*position: absolute;*/
  z-index: 1;
}
#glossar h2 {
  margin-bottom: 40px;
}
#glossar h2.center {
  text-align: center;
  margin: -65px 0 25px 0;
}
#glossar .spread4 h2 {
  font-size: 40px;
}
#glossar .glossar-navigation {
  float: left;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  margin-left: 2px;
}
#glossar .glossar-navigation ul {
  margin-top: 0;
}
#glossar .glossar-navigation ul li {
  position: relative;
  display: block;
  width: 190px;
  float: left;
  background: #ededed;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  margin-right: 0 !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}
#glossar .glossar-navigation ul li span {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 100%;
  padding: 10px 0 12px 0;
}
#glossar .glossar-navigation ul li.selected {
  background-color: #09117c;
  color: #fff;
}
#glossar .glossar-navigation ul li.active {
  background-color: #e9b225;
  color: #fff;
}
#glossar .top, #glossar .bottom {
  left: 0;
}
#glossar .top {
  position: absolute;
  bottom: 280px;
  z-index: 1;
}
#glossar .bottom {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
#glossar .glossar-content {
  position: relative;
  float: left;
  height: 380px;
  width: 100%;
  margin-top: 60px;
  overflow: hidden;
}
#glossar .glossar-content .tab-content {
  position: absolute;
  vertical-align: inherit;
  height: 380px;
  display: none;
}
#glossar .glossar-content .tab-content.active {
  display: block;
}
#glossar .glossar-content .text {
  min-height: 100px;
  width: 370px;
  float: left;
  margin-right: 20px;
  padding-top: 60px;
  vertical-align: inherit;
}
#glossar .glossar-content .text h2 {
  margin-bottom: 20px;
}
#glossar .glossar-content .text p {
  font-size: 12px;
  line-height: 16px;
}
#glossar .glossar-content .text .button {
  padding: 6px 4px 6px 0;
  position: absolute;
  margin-top: 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #0e31a5;
  background: -moz-linear-gradient(top, #0e31a5 0%, #090980 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0e31a5), color-stop(100%, #090980));
  background: -webkit-linear-gradient(top, #0e31a5 0%, #090980 100%);
  background: -o-linear-gradient(top, #0e31a5 0%, #090980 100%);
  background: -ms-linear-gradient(top, #0e31a5 0%, #090980 100%);
  background: linear-gradient(to bottom, #0e31a5 0%, #090980 100%);
  z-index: 2;
}
#glossar .glossar-content .text .button:hover {
  background: #e9b125;
  background: -moz-linear-gradient(top, #e9b125 0%, #e49900 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9b125), color-stop(100%, #e49900));
  background: -webkit-linear-gradient(top, #e9b125 0%, #e49900 100%);
  background: -o-linear-gradient(top, #e9b125 0%, #e49900 100%);
  background: -ms-linear-gradient(top, #e9b125 0%, #e49900 100%);
  background: linear-gradient(to bottom, #e9b125 0%, #e49900 100%);
}
#glossar .glossar-content .text .button a {
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_elements/fp_camera_elements_arrow.png) no-repeat scroll right 65% transparent;
  color: white;
  font-weight: bold;
  padding: 0.5em 1.5em 0.5em 1em;
}
#glossar .glossar-content .bild {
  width: 570px;
  float: right;
}
#glossar .glossar-content .bild .caption {
  margin-top: -40px;
  margin-left: 300px;
}
#glossar .glossar-content .bild .captionLiveGuid {
  margin-top: -50px;
  margin-left: 210px;
}

.locale-ar_ae #glossar h2.center {
  margin-bottom: 25px;
}
.locale-ar_ae #glossar .glossar-content .text {
  float: right;
  width: 370px;
  margin-right: 20px;
  padding-top: 60px;
  vertical-align: inherit;
}
.locale-ar_ae #glossar .glossar-content .text h2 {
  margin-bottom: 20px;
}
.locale-ar_ae #glossar .glossar-content .bild {
  width: 570px;
  float: left;
}
.locale-ar_ae #glossar .glossar-content .bild .caption {
  margin-top: -40px;
  margin-right: 180px;
  width: 200px;
}
.locale-ar_ae #glossar .glossar-content .bild .captionLiveGuid {
  margin-top: -50px;
  margin-right: 270px;
  width: 200px;
}
.locale-ar_ae #glossar .glossar-navigation ul li {
  float: right;
}

.row.glossar .pg-wrapper {
  padding-top: 0;
}

#glossar.flat {
  padding-top: 50px;
  position: relative;
  width: 958px;
  float: left;
}
#glossar.flat .trenner {
  top: 20px;
  z-index: 1;
}
#glossar.flat h2 {
  margin-bottom: 40px;
}
#glossar.flat h2.center {
  text-align: center;
  margin: -65px 0 25px 0;
}
#glossar.flat .spread4 h2 {
  font-size: 40px;
}
#glossar.flat .glossar-navigation {
  float: left;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  margin-left: 1px;
}
#glossar.flat .glossar-navigation ul {
  margin-top: 0;
}
#glossar.flat .glossar-navigation ul li {
  position: relative;
  display: block;
  width: 189px;
  float: left;
  background: #dddddd;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  margin-right: 0 !important;
  text-align: center;
  font-size: 12px;
  color: #282828;
  text-transform: none;
}
#glossar.flat .glossar-navigation ul li span {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 168px;
  padding: 10px 10px 12px;
}
#glossar.flat .glossar-navigation ul li.selected {
  background-color: #282828;
  color: #fff;
}
#glossar.flat .glossar-navigation ul li.active {
  background-color: #282828;
  color: #fff;
}
#glossar.flat .glossar-content {
  position: relative;
  float: left;
  height: 380px;
  width: 100%;
  margin-top: 60px;
  overflow: visible;
}
#glossar.flat .glossar-content .tab-content {
  position: absolute;
  vertical-align: inherit;
  height: 380px;
  display: none;
}
#glossar.flat .glossar-content .tab-content.active {
  display: block;
}
#glossar.flat .glossar-content .text {
  min-height: 100px;
  width: 310px;
  float: left;
  margin-right: 20px;
  vertical-align: inherit;
  padding-top: 0;
}
#glossar.flat .glossar-content .text h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
#glossar.flat .glossar-content .text p {
  font-size: 15px;
  line-height: 18px;
}
#glossar.flat .glossar-content .text .button {
  padding: 6px 4px 6px 0;
  position: absolute;
  margin-top: 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #0e31a5;
  background: -moz-linear-gradient(top, #0e31a5 0%, #090980 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0e31a5), color-stop(100%, #090980));
  background: -webkit-linear-gradient(top, #0e31a5 0%, #090980 100%);
  background: -o-linear-gradient(top, #0e31a5 0%, #090980 100%);
  background: -ms-linear-gradient(top, #0e31a5 0%, #090980 100%);
  background: linear-gradient(to bottom, #0e31a5 0%, #090980 100%);
  z-index: 2;
}
#glossar.flat .glossar-content .text .button:hover {
  background: #e9b125;
  background: -moz-linear-gradient(top, #e9b125 0%, #e49900 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9b125), color-stop(100%, #e49900));
  background: -webkit-linear-gradient(top, #e9b125 0%, #e49900 100%);
  background: -o-linear-gradient(top, #e9b125 0%, #e49900 100%);
  background: -ms-linear-gradient(top, #e9b125 0%, #e49900 100%);
  background: linear-gradient(to bottom, #e9b125 0%, #e49900 100%);
}
#glossar.flat .glossar-content .text .button a {
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_elements/fp_camera_elements_arrow.png) no-repeat scroll right 65% transparent;
  color: white;
  font-weight: bold;
  padding: 0.5em 1.5em 0.5em 1em;
}
#glossar.flat .glossar-content .flat.bild {
  width: 631px;
  float: right;
}
#glossar.flat .glossar-content .flat.bild .caption {
  margin-top: -40px;
  margin-left: 300px;
}
#glossar.flat .glossar-content .flat.bild .captionLiveGuid {
  margin-top: -50px;
  margin-left: 210px;
}

.locale-ar_ae #glossar h2.center, .locale-ar_ae #glossar.flat h2.center, .locale-ar #glossar.flat h2.center {
  margin-bottom: 25px;
}
.locale-ar_ae #glossar .glossar-content .text, .locale-ar_ae #glossar.flat .glossar-content .text, .locale-ar #glossar.flat .glossar-content .text {
  float: right;
  width: 360px;
  margin-right: 20px;
  padding-top: 60px;
  vertical-align: inherit;
}
.locale-ar_ae #glossar .glossar-content .text h2, .locale-ar_ae #glossar.flat .glossar-content .text h2, .locale-ar #glossar.flat .glossar-content .text h2 {
  margin-bottom: 20px;
}
.locale-ar_ae #glossar .glossar-content .bild, .locale-ar_ae #glossar.flat .glossar-content .bild, .locale-ar #glossar.flat .glossar-content .bild {
  width: 570px;
  float: left;
}
.locale-ar_ae #glossar .glossar-content .bild .caption, .locale-ar_ae #glossar.flat .glossar-content .bild .caption, .locale-ar #glossar.flat .glossar-content .bild .caption {
  margin-top: -40px;
  margin-right: 180px;
  width: 200px;
}
.locale-ar_ae #glossar .glossar-content .bild .captionLiveGuid, .locale-ar_ae #glossar.flat .glossar-content .bild .captionLiveGuid, .locale-ar #glossar.flat .glossar-content .bild .captionLiveGuid {
  margin-top: -50px;
  margin-right: 270px;
  width: 200px;
}
.locale-ar_ae #glossar .glossar-navigation ul li, .locale-ar_ae #glossar.flat .glossar-navigation ul li, .locale-ar #glossar.flat .glossar-navigation ul li {
  float: right;
}

.pg-main .tabs {
  position: relative;
}
.pg-main .tab-content {
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.pg-main .tab-content.active {
  display: block;
}
.pg-main .tab-navigation {
  position: absolute;
}
.pg-main .tab-navigation li {
  display: block;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.pg-main .tab-navigation li.last {
  margin-right: 0;
}
.pg-main .tab-navigation.switch li {
  position: absolute;
}
.pg-main .pg-tab-nav {
  width: auto;
}
.pg-main .pg-tab-nav p, .pg-main .pg-tab-nav h4 {
  color: white;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
.pg-main .pg-tab-nav h4 {
  font-family: "HelveticaNeueBoldRegular", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.pg-main .pg-tab-nav p {
  margin-bottom: 0;
}
.pg-main .pg-tab-nav .hint-txt {
  background: #282828;
  position: relative;
  height: auto;
  padding: 18px 20px;
  margin: 15px 0;
}
.pg-main .pg-tab-nav .tri-arrow-up, .pg-main .pg-tab-nav .tri-arrow-down {
  fill: transparent;
  opacity: 0;
}
.pg-main .pg-tab-nav .arrow-up, .pg-main .pg-tab-nav .arrow-down {
  width: 0;
  height: 0;
  border: 15px solid transparent;
  position: relative;
  margin: 0 auto;
}
.pg-main .pg-tab-nav .arrow-up {
  top: -15px;
}
.pg-main .pg-tab-nav .arrow-down {
  bottom: -15px;
}
.pg-main .pg-tab-nav .horizontal {
  position: relative;
  height: 15px;
  width: 100%;
  text-align: center;
}
.pg-main .pg-tab-nav .horizontal.bottom {
  margin-top: -15px;
}
.pg-main .pg-tab-nav .horizontal.top {
  margin-bottom: -16px;
}
.pg-main .pg-tab-nav .tri-arrow-up, .pg-main .pg-tab-nav .tri-arrow-down {
  width: 30px;
  height: 15px;
  margin: 0 auto;
}
.pg-main .pg-tab-nav .no-svg .tri-arrow-up, .pg-main .pg-tab-nav .no-svg .tri-arrow-down {
  display: none;
}
.pg-main .pg-tab-nav .no-svg .svg-fallback {
  display: block;
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_elements/fp_camera_ui_sprite.png) 0 -255px no-repeat transparent;
}
.pg-main .pg-tab-nav .no-svg.horizontal .svg-fallback {
  width: 30px;
  height: 15px;
  margin: 0 auto;
}
.pg-main .pg-tab-nav .no-svg.horizontal.top .svg-fallback {
  background-position: 0 -270px;
}
.pg-main .pg-tab-nav .no-svg.horizontal.bottom .svg-fallback {
  background-position: 0 -285px;
}
.pg-main .pg-tab-nav:hover .hint-txt {
  background: black;
}
.pg-main .pg-tab-nav:hover p, .pg-main .pg-tab-nav:hover h4 {
  color: white;
}
.pg-main .active .pg-tab-nav p, .pg-main .active .pg-tab-nav h4 {
  color: #3a3a3a;
}
.pg-main .active .pg-tab-nav .hint-txt {
  background: white;
}
.pg-main .active .pg-tab-nav .tri-arrow-up, .pg-main .active .pg-tab-nav .tri-arrow-down {
  fill: white;
  opacity: 1;
}
.pg-main .active .pg-tab-nav .arrow-up, .pg-main .active .pg-tab-nav .arrow-down {
  border-bottom-color: white;
}
.pg-main.sg .pg-tab-nav .no-svg .svg-fallback {
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_ui_sprite.png) -1px -1px no-repeat transparent;
}
.pg-main.sg .pg-tab-nav .no-svg.horizontal .svg-fallback {
  width: 30px;
  height: 15px;
  margin: 0 auto;
}
.pg-main.sg .pg-tab-nav .no-svg.horizontal.top .svg-fallback {
  background-position: -32px -1px;
}
.pg-main.sg .pg-tab-nav .no-svg.horizontal.bottom .svg-fallback {
  background-position: -32px -17px;
}

.pg-main-stage {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
.pg-main-stage.no-banner-stage {
  height: 680px;
}
.pg-main-stage#om-n-stage, .pg-main-stage#om-n-stage .static-stage {
  background-color: #ACACAC;
}
.pg-main-stage .static-stage.default {
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_elements/sp_camera_loader_gif.gif) center top no-repeat #acacac;
}
.pg-main-stage .static-stage.stage-background {
  background: url(/site/rmt/media/specialpages/sp_overviewpage/tough_home_overview/img_25/00_stage_7/sp_overviewpage_tough_home_overview_00_stage_image.jpg) no-repeat top center #fff;
}
.pg-main-stage .static-stage.stage-background .offset-top-headline {
  margin: 0;
  bottom: auto;
  position: absolute;
  left: 0;
  top: 110px;
  text-align: right;
}
.pg-main-stage .static-stage.stage-background .offset-top-headline h1, .pg-main-stage .static-stage.stage-background .offset-top-headline h2 {
  color: #000;
}
.pg-main-stage .static-stage.stage-background .offset-top-headline h2 {
  font-size: 32px;
  line-height: 40px;
}
.pg-main-stage .h2-headline.right-bottom-underline {
  right: 20px;
  position: absolute;
  top: 60px;
  font-size: 16px;
}
.pg-main-stage .stage-img {
  margin: 0 auto;
}
.pg-main-stage .scrollDown {
  width: 55px;
  height: 55px;
  position: absolute;
  bottom: 100px;
  left: 47%;
  opacity: 0;
  background-image: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_elements/sp_camera_scroll_down.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.pg-main-stage .headlineWrapper {
  position: relative;
  width: 960px;
  height: 100%;
  margin: 0 auto;
}
.pg-main-stage .headlineWrapper .inner {
  width: 275px;
  right: 0;
  float: right;
  margin-top: 80px;
}
.pg-main-stage .awards {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  display: block;
  clear: both;
  float: right;
  margin-right: 39px;
}
.pg-main-stage .action-banner-stage {
  position: relative;
  top: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 1600px;
  display: block;
}
.pg-main-stage .action-banner-stage img {
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pg-main-stage .action-banner-stage .close-button {
  z-index: 1001;
  height: 80px;
  width: auto;
  position: absolute;
  top: 5px;
  right: 10px;
  padding-right: 30px;
  line-height: 20px;
  cursor: pointer;
  color: #fff;
}
.pg-main-stage .action-banner-stage .close-button:after {
  content: 'X';
  position: absolute;
  z-index: 1001;
  border: 1px solid #fff;
  padding: 5px;
  color: #fff;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  top: 0;
  right: 0;
}

.pg-navigation-camera {
  background-color: #fff;
  z-index: 100;
  min-height: 118px;
  height: auto;
  position: absolute;
  display: inline-block;
  bottom: 0;
}
.pg-navigation-camera strong.product-name {
  margin-left: 5px;
  margin-top: 15px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}
.pg-navigation-camera p {
  margin: 0;
}
.pg-navigation-camera .pg-wrapper {
  padding: 0;
}
.pg-navigation-camera .roate-img-180 {
  position: absolute;
  bottom: -8px;
  transform: rotate(180deg);
  left: 50%;
  margin-left: -16px;
}
.pg-navigation-camera .tough-logo {
  position: relative;
  top: 40px;
  height: auto;
  float: left;
}
.pg-navigation-camera img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.pg-navigation-camera ul {
  display: table;
  table-layout: fixed;
}
.pg-navigation-camera ul li {
  list-style-type: none;
  display: table-cell;
  vertical-align: top;
}
.pg-navigation-camera a.discover-button {
  color: #b9b9b9;
  padding-left: 12px;
  position: relative;
  font-weight: bold;
}
.pg-navigation-camera a.discover-button:hover {
  color: #e9b226;
}
.pg-navigation-camera a.discover-button:hover .discover-icon {
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_etc/sp_camera_omd_arrow_bullet_left_right_yellow.png) no-repeat;
  top: 2px;
  left: 0px;
}
.pg-navigation-camera a.discover-button .discover-icon {
  background: url() top left no-repeat;
  display: inline-block;
  width: 15px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 2px;
}
.pg-navigation-camera ul.nav {
  width: 820px;
  float: left;
  padding-left: 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pg-navigation-camera ul.nav > li {
  padding: 18px 0 0 18px;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* only firefox */
}
.pg-navigation-camera ul.nav > li:hover {
  background: #e5e5e5;
}
.pg-navigation-camera ul.nav > li .li-open {
  cursor: pointer;
}
.pg-navigation-camera ul.nav > li > .li-open,
.pg-navigation-camera ul.nav > li > a {
  display: inline-block;
  height: 100%;
  width: 100%;
  padding-top: 5px;
}
.pg-navigation-camera ul.nav > li > .li-open span,
.pg-navigation-camera ul.nav > li > a span {
  position: absolute;
  margin-left: 8px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}
.pg-navigation-camera ul.nav > li > .li-open span.subline-em1,
.pg-navigation-camera ul.nav > li > a span.subline-em1 {
  top: 42px;
}
.pg-navigation-camera ul.nav > li > .li-open span.subline-em1-mark,
.pg-navigation-camera ul.nav > li > a span.subline-em1-mark {
  top: 30px;
  width: 60px;
}
.pg-navigation-camera ul.nav > li > .li-open span.subline-em10, .pg-navigation-camera ul.nav > li > .li-open span.subline-em5,
.pg-navigation-camera ul.nav > li > a span.subline-em10,
.pg-navigation-camera ul.nav > li > a span.subline-em5 {
  top: 37px;
}
.pg-navigation-camera ul.nav > li span {
  color: #000;
}
.pg-navigation-camera ul.nav > li p {
  color: black;
  font-size: 14px;
  padding-left: 14px;
  font-weight: 100;
  width: 200px;
  line-height: 18px;
}
@-moz-document url-prefix() {
  .pg-navigation-camera ul.nav > li p {
    padding-bottom: 10px;
  }
}
.pg-navigation-camera ul.nav > li h2 {
  font-size: 16px;
  color: #000;
  font-family: "HelveticaNeueBoldRegular", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
}
.pg-navigation-camera ul.nav > li.sub-nav-li:hover ul.sub-nav {
  visibility: visible;
}
.pg-navigation-camera ul.nav > li.open-subnavi > ul.sub-nav {
  visibility: visible;
}
.pg-navigation-camera ul.nav > li.open-subnavi .roate-img-180 {
  display: none;
}
.pg-navigation-camera ul.nav > li .sub-navi-close {
  display: none;
}
.pg-navigation-camera ul.nav > li ul.sub-nav {
  visibility: hidden;
  position: absolute;
  background: #fff;
  width: auto;
  padding: 30px;
  min-width: 265px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
  top: 100%;
  height: auto;
  min-height: 160px;
  margin-left: -18px;
}
.pg-navigation-camera ul.nav > li ul.sub-nav:before {
  content: '';
  position: absolute;
  border-top: 5px solid #fff;
  width: 100%;
  top: -2px;
  left: 0;
  z-index: 100;
}
.pg-navigation-camera ul.nav > li ul.sub-nav > li {
  display: block;
  margin-top: 10px;
}
.pg-navigation-camera ul.nav > li ul.sub-nav > li a:hover {
  color: #ea9e1a;
}
.pg-navigation-camera ul.nav > li ul.sub-nav > li a:hover .discover-icon {
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_etc/sp_camera_omd_arrow_bullet_left_right_yellow.png) no-repeat;
  left: 0px;
  top: 2px;
}
.pg-navigation-camera ul.nav > li ul.sub-nav > li h4 {
  color: black;
  margin-bottom: 15px;
  font-family: "HelveticaNeueBoldRegular", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
}
.pg-navigation-camera ul.nav > li ul.sub-nav .sub-navi-close {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -15px;
}

.pg-navigation.fixed, .pg-navigation-camera.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  bottom: auto;
}

.pg-main-stage.sg .pg-navigation {
  background: #282828;
}
.pg-main-stage.sg .pg-navigation a {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  padding: 0 20px;
  font-size: 13px;
  line-height: 20px;
  color: #a3a3a3;
  -moz-transition: color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition: color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transform: translateZ(0);
}
.pg-main-stage.sg .pg-navigation a.toTop {
  padding: 0;
}
.pg-main-stage.sg .pg-navigation a.button span.txt {
  width: 95px;
}
.pg-main-stage.sg .pg-navigation ul li {
  opacity: 1;
  text-align: center;
  max-width: 160px;
  margin: 0;
  display: table;
  vertical-align: middle;
  float: left;
  -moz-transition: background 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transition: background 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -o-transition: background 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: background 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  -webkit-transform: translateZ(0);
}
.pg-main-stage.sg .pg-navigation ul li.active, .pg-main-stage.sg .pg-navigation ul li:hover {
  background: #e9b226;
  color: #ffffff;
}
.pg-main-stage.sg .pg-navigation ul li.active .icon, .pg-main-stage.sg .pg-navigation ul li:hover .icon {
  opacity: 0;
}
.pg-main-stage.sg .pg-navigation ul li.active a, .pg-main-stage.sg .pg-navigation ul li:hover a {
  color: #ffffff;
}
.pg-main-stage.sg .pg-navigation ul li.active a {
  font-weight: bold;
}
.pg-main-stage.sg .pg-navigation ul.feature-navi {
  width: auto;
}
.pg-main-stage.sg .pg-navigation ul.additional-navi {
  width: auto;
  float: right;
  display: table;
  vertical-align: middle;
}
.pg-main-stage.sg .pg-navigation ul.additional-navi li {
  margin-right: 10px;
  max-width: initial;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  min-width: 0px;
  padding: 0;
  vertical-align: middle;
  display: table-cell;
  float: none;
}
.pg-main-stage.sg .pg-navigation ul.additional-navi li:hover a {
  color: #e9b226;
}
.pg-main-stage.sg .pg-navigation ul.additional-navi li.last {
  margin-right: 0;
  max-width: 150px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.pg-main-stage.sg .pg-navigation ul.additional-navi li.active, .pg-main-stage.sg .pg-navigation ul.additional-navi li:hover {
  background: none;
}
.pg-main-stage.sg .pg-navigation ul.additional-navi li.topWrapper {
  min-width: 51px;
}
.pg-main-stage.sg .pg-navigation ul.additional-navi li a {
  padding: 0;
}
.pg-main-stage.sg .pg-navigation ul.additional-navi li a .navLocator {
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_ui_sprite_yellow_png.png) 0 0;
  width: 16px;
  height: 22px;
  display: block;
  margin: 0 10px;
}
.pg-main-stage.sg .pg-navigation ul.additional-navi li a .navCart {
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_ui_sprite_yellow_png.png) 0 -23px;
  width: 22px;
  height: 17px;
  display: block;
  margin-right: 20px;
}
.pg-main-stage.sg .pg-navigation ul.additional-navi li:hover {
  cursor: pointer;
}
.pg-main-stage.sg .pg-navigation ul.additional-navi li:hover a .navLocator {
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_ui_sprite_yellow_png.png) -18px 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.pg-main-stage.sg .pg-navigation ul.additional-navi li:hover a .navCart {
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_ui_sprite_yellow_png.png) -20px -23px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.pg-main-stage.sg a.link {
  line-height: 12px;
}
.pg-main-stage.sg a.readmore .hover-arrow {
  height: 13px;
}
.pg-main-stage.sg .pg-navigation ul.additional-navi li {
  min-width: 48px;
}

.feature-box.eins {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.pg-main.overview-module, .pg-main#benefits {
  position: relative;
  background: url(/site/rmt/media/specialpages/sp_overviewpage/tough_home_overview/img_25/02_benefits/sp_overviewpage_tough_home_overview_02_benefits_teaser_background_new.png) no-repeat #fff;
  background-position: center center;
  min-height: 1020px;
}
.pg-main.overview-module .overview-header, .pg-main#benefits .overview-header {
  text-align: center;
  padding-top: 60px;
  margin-bottom: 50px;
}
.pg-main.overview-module .overview-header .overview-headline, .pg-main#benefits .overview-header .overview-headline {
  font-size: 60px;
  line-height: 72px;
  margin-top: 25px;
}
.pg-main.overview-module .overview-header .overview-copy, .pg-main#benefits .overview-header .overview-copy {
  font-size: 22px;
  line-height: 33px;
  margin-top: 30px;
  font-family: "HelveticaNeueLightRg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.pg-main.overview-module .overview-header-inner, .pg-main#benefits .overview-header-inner {
  display: inline-block;
}
.pg-main.overview-module .overview-header-inner h1, .pg-main#benefits .overview-header-inner h1 {
  color: #000;
  margin-bottom: 50px;
}
.pg-main.overview-module .overview-header-inner p, .pg-main#benefits .overview-header-inner p {
  color: #444;
  line-height: 25px;
  font-size: 17px;
}
.pg-main.overview-module .divider, .pg-main#benefits .divider {
  width: 25%;
  height: 1px;
  content: " ";
  background: #000;
  display: block;
  position: absolute;
  bottom: 90px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
.pg-main.overview-module .overview, .pg-main#benefits .overview {
  display: none;
  width: 100%;
  text-align: center;
}
.pg-main.overview-module .overview .teaser_1, .pg-main#benefits .overview .teaser_1 {
  background: url(/site/rmt/media/specialpages/sp_overviewpage/tough_home_overview/img_25/02_benefits/sp_overviewpage_tough_home_overview_02_benefits_overview_teaser_two.png) no-repeat center top #ffffff;
}
.pg-main.overview-module .overview .teaser_2, .pg-main#benefits .overview .teaser_2 {
  background: url(/site/rmt/media/specialpages/sp_overviewpage/tough_home_overview/img_25/02_benefits/sp_overviewpage_tough_home_overview_02_benefits_overview_teaser_one.png) no-repeat center top #ffffff;
}
.pg-main.overview-module .overview .teaser_3, .pg-main#benefits .overview .teaser_3 {
  background: url(/site/rmt/media/specialpages/sp_overviewpage/tough_home_overview/img_25/02_benefits/sp_overviewpage_tough_home_overview_02_benefits_overview_teaser_three.png) no-repeat center top #ffffff;
}
.pg-main.overview-module .overview .teaser_1, .pg-main.overview-module .overview .teaser_2, .pg-main.overview-module .overview .teaser_3, .pg-main#benefits .overview .teaser_1, .pg-main#benefits .overview .teaser_2, .pg-main#benefits .overview .teaser_3 {
  background-size: cover;
}
.pg-main.overview-module .overview .col, .pg-main#benefits .overview .col {
  background-color: #ffffff;
  display: inline-block;
  width: 300px;
  height: 420px;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
}
.pg-main.overview-module .overview .col .colored, .pg-main#benefits .overview .col .colored {
  display: block;
  vertical-align: top;
  height: 400px;
  padding-top: 20px;
}
.pg-main.overview-module .overview .col .colored p, .pg-main.overview-module .overview .col .colored h3, .pg-main#benefits .overview .col .colored p, .pg-main#benefits .overview .col .colored h3 {
  margin: 0;
  margin-bottom: 8px;
  color: #000000;
  overflow: hidden;
  font-family: "HelveticaNeueLightRg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
}
.pg-main.overview-module .overview .col .colored .teaser-hidden-element, .pg-main#benefits .overview .col .colored .teaser-hidden-element {
  opacity: 0;
}
.pg-main.overview-module .overview .col .colored h1, .pg-main.overview-module .overview .col .colored p, .pg-main.overview-module .overview .col .colored strong, .pg-main.overview-module .overview .col .colored .img, .pg-main.overview-module .overview .col .colored .btn-wrap, .pg-main#benefits .overview .col .colored h1, .pg-main#benefits .overview .col .colored p, .pg-main#benefits .overview .col .colored strong, .pg-main#benefits .overview .col .colored .img, .pg-main#benefits .overview .col .colored .btn-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
.pg-main.overview-module .overview .col .colored strong, .pg-main#benefits .overview .col .colored strong {
  top: 20px;
}
.pg-main.overview-module .overview .col .colored .btn-wrap, .pg-main#benefits .overview .col .colored .btn-wrap {
  width: 100%;
  bottom: 10px;
}
.pg-main.overview-module .overview .col .colored h1, .pg-main#benefits .overview .col .colored h1 {
  width: 75%;
  bottom: 0;
  line-height: 22px;
}
.pg-main.overview-module .overview .col .colored p, .pg-main#benefits .overview .col .colored p {
  opacity: 0;
  bottom: 90px;
  width: 75%;
  padding: 0 10px;
  color: #000;
}
.pg-main.overview-module .overview .col .colored .img, .pg-main#benefits .overview .col .colored .img {
  width: 160px;
  height: 100px;
  top: 50px;
}
.pg-main.overview-module .overview .col .colored .img_1, .pg-main#benefits .overview .col .colored .img_1 {
  background: url(/site/rmt/media/specialpages/sp_overviewpage/tough_home_overview/img_25/02_benefits/sp_overviewpage_tough_home_overview_02_benefits_teaser_hover_camera_tg6.png);
}
.pg-main.overview-module .overview .col .colored .img_2, .pg-main#benefits .overview .col .colored .img_2 {
  background: url(/site/rmt/media/specialpages/sp_overviewpage/tough_home_overview/img_25/02_benefits/sp_overviewpage_tough_home_overview_02_benefits_teaser_hover_camera_tg5.png);
}
.pg-main.overview-module .overview .col .colored .img_3, .pg-main#benefits .overview .col .colored .img_3 {
  background: url(/site/rmt/media/specialpages/sp_overviewpage/tough_home_overview/img_25/02_benefits/sp_overviewpage_tough_home_overview_02_benefits_teaser_hover_camera_tracker.png);
}
.pg-main.overview-module .overview .col .colored .img_1, .pg-main.overview-module .overview .col .colored .img_2, .pg-main.overview-module .overview .col .colored .img_3, .pg-main#benefits .overview .col .colored .img_1, .pg-main#benefits .overview .col .colored .img_2, .pg-main#benefits .overview .col .colored .img_3 {
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.pg-main.overview-module .overview .col .colored a, .pg-main#benefits .overview .col .colored a {
  height: 16px;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  background: #111111;
  color: #fff;
  padding: 8px;
  font-weight: bold;
  margin-bottom: 30px;
}
.pg-main.overview-module .overview .col .colored a .icon, .pg-main#benefits .overview .col .colored a .icon {
  display: inline-block;
  padding-left: 5px;
  width: 8px;
  height: 11px;
  background: url(/site/rmt/media/specialpages/sp_overviewpage/tough_home_overview/img_25/02_benefits/sp_overviewpage_tough_home_overview_02_benefits_arrow.png) no-repeat 6px 3px;
}

.teaser {
  position: relative;
  background: url(/site/rmt/media/specialpages/sp_overviewpage/tough_home_overview/img_25/03_teaser_1/sp_overviewpage_tough_home_overview_03_teaser_teaser_background.jpg) no-repeat center top #DED0C3;
  height: 600px;
}

#conversion .wrapper {
  width: 100%;
  background: #3f3f3f;
}
#conversion .wrapper ul {
  display: table;
  table-layout: fixed;
  height: 100%;
}
#conversion .wrapper ul.pg-wrapper {
  padding: 0;
  height: 440px;
  width: 100%;
}
#conversion .wrapper ul .button-wrapper {
  width: 100%;
  text-align: center;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 0px;
}
#conversion .wrapper ul.shop-active {
  width: 100%;
}
#conversion .wrapper ul.shop-active li.shop .inner {
  float: right;
  display: block;
  margin-right: 150px;
}
#conversion .wrapper ul.shop-active li:first-child:not(.hide) .inner {
  float: right;
  display: block;
  margin-right: 150px;
}
#conversion .wrapper ul.shop-active li:last-child:not(.hide) .inner {
  float: left;
  display: block;
  margin-left: 150px;
}
#conversion .wrapper ul.shop-active li:nth-child(2):not(.hide) .inner {
  float: right;
  display: block;
  margin-right: 150px;
}
#conversion .wrapper ul.shop-active li.buy-online .inner {
  float: left;
  display: block;
  margin-left: 150px;
}
#conversion .wrapper ul.wow-active {
  width: 100%;
}
#conversion .wrapper ul.wow-active li.shop .inner {
  float: right;
  display: block;
  margin-right: 150px;
}
#conversion .wrapper ul.wow-active li:last-child:not(.hide) .inner {
  float: left;
  display: block;
  margin-left: 150px;
}
#conversion .wrapper ul.wow-active li.buy-online .inner {
  float: right;
  display: block;
  margin-right: 150px;
}
#conversion .wrapper ul.wow-active li:nth-child(2):not(.hide) .inner {
  float: left;
  display: block;
  margin-left: 150px;
}
#conversion .wrapper ul.wow-active li:nth-child(1):not(.hide) .inner {
  float: right;
  display: block;
  margin-right: 150px;
}
#conversion .wrapper ul.try-active {
  width: 100%;
}
#conversion .wrapper ul.try-active li.shop .inner {
  float: right;
  display: block;
  margin-right: 150px;
}
#conversion .wrapper ul.try-active li:last-child:not(.hide) .inner {
  float: left;
  display: block;
  margin-left: 150px;
}
#conversion .wrapper ul.try-active li.buy-online .inner {
  float: right;
  display: block;
  margin-right: 150px;
}
#conversion .wrapper ul.try-active li:last-of-type {
  background: none;
}
#conversion .wrapper ul.try-active.wow-active li:last-of-type {
  background: #282828;
}
#conversion .wrapper ul.shop-active.wow-active, #conversion .wrapper ul.shop-active.try-active, #conversion .wrapper ul.wow-active.try-active {
  width: 980px;
}
#conversion .wrapper ul.shop-active.wow-active .inner, #conversion .wrapper ul.shop-active.try-active .inner, #conversion .wrapper ul.wow-active.try-active .inner {
  float: none !important;
  margin: 0 !important;
  display: inline-block !important;
}
#conversion .wrapper ul.shop-active.wow-active.try-active li .inner {
  width: 210px;
}
#conversion .wrapper ul li {
  display: table-cell;
  text-align: center;
  position: relative;
  padding: 10px 0px 50px;
  vertical-align: top;
  height: 475px;
}
#conversion .wrapper ul li:nth-child(even) {
  background: #282828;
}
#conversion .wrapper ul li .inner {
  width: 260px;
  display: inline-block;
  text-align: center;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 485px;
}
#conversion .wrapper ul li .inner img {
  display: inline-block;
  height: 135px;
}
#conversion .wrapper ul .button {
  width: auto;
  height: 43px;
  vertical-align: middle;
  line-height: 43px;
  padding: 0;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}
#conversion .wrapper ul .button:focus {
  outline: 0;
}
#conversion .wrapper ul .button span.text {
  width: 100%;
  line-height: 43px;
  padding-right: 35px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#conversion .wrapper ul .button .icon {
  height: 2px;
  right: -15px;
  top: 0;
}
#conversion .wrapper .h3-headline {
  margin-top: 20px;
  color: #fff;
  font-weight: normal;
  width: 100%;
  text-align: center;
  font-size: 22px;
  display: inline-block;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
  line-height: 26px;
  font-family: "HelveticaNeueLightRg", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#conversion .wrapper p {
  margin-bottom: 35px;
}
#conversion .item {
  width: 33%;
  background-color: #3f3f3f;
  float: left;
}
#conversion .item.darker {
  background-color: #282828;
}
#conversion .item img {
  margin: 0 auto;
}
#conversion .item p, #conversion .item h3 {
  color: #ffffff;
  text-align: center;
}
#conversion .item p {
  margin: 80px;
}

.locale-fr #conversion .wrapper ul
.buy-online .button span.text, .locale-fr #conversion .test-wow .button span.text {
  letter-spacing: -0.11em;
}
.locale-fr #conversion .wrapper ul
.buy-online .button .icon, .locale-fr #conversion .test-wow .button .icon {
  right: -8px;
}

#service-modul {
  background-color: #efefef;
  min-height: 380px;
  border-bottom: 1px solid #ccc;
}
#service-modul p, #service-modul strong {
  color: #404040;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2em;
}
#service-modul .register-copy {
  padding-left: 70px;
}
#service-modul strong {
  display: block;
  font-size: 22px;
  font-family: 'HelveticaNeueLightRg',Arial,Helvetica,sans-serif;
  font-weight: normal;
  margin-bottom: 16px;
}
#service-modul p {
  font-size: 15px;
  line-height: 20px;
}
#service-modul .bottom-align {
  position: relative;
  padding-bottom: 60px;
  min-height: 100px;
}
#service-modul .bottom-align .button.btn-service, #service-modul .bottom-align .select-section {
  position: absolute;
  bottom: 0;
}
#service-modul .bottom-align .select-customer {
  margin-bottom: 0;
}
#service-modul .button.btn-service {
  background: #828282;
  line-height: 45px;
  height: 45px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  position: relative;
  display: inline-block;
  color: #fff;
}
#service-modul .button.btn-service.subscribe {
  width: auto;
  padding: 0 25px;
}
#service-modul .button.btn-service.register-now {
  width: auto;
  margin-top: 25px;
  text-align: left;
  padding-left: 25px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#service-modul .button.btn-service span.text {
  width: 100%;
  line-height: 43px;
  padding-right: 35px;
}
#service-modul .button.btn-service .icon {
  height: 2px;
  right: -15px;
  top: 0;
}
#service-modul .button.btn-service .icon .arrow_1 {
  background-position: -21px -73px;
}
#service-modul .select-section {
  position: relative;
  margin-top: 25px;
  display: inline-block;
}
#service-modul .select-section select {
  width: 460px;
  height: 45px;
  background: #fff;
  border: 1px solid #cdcdcd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 40px;
  font-weight: bold;
  display: inline-block !important;
}
#service-modul .select-section:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #e9b226;
  top: 20px;
  left: 15px;
}
#service-modul .select-section:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 43px;
  background: none repeat scroll 0% 0% #FFF;
  z-index: 999;
  right: 0px;
  top: 1px;
  border-right: 1px solid #ccc;
}
#service-modul .register-section,
#service-modul .newsletter-section {
  display: inline-block;
  width: 100%;
}
#service-modul .register-section .pg-wrapper,
#service-modul .newsletter-section .pg-wrapper {
  padding: 0;
}
#service-modul .newsletter-section {
  min-height: 140px;
  border-bottom: 1px solid #ccc;
  padding: 45px 0 15px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#service-modul .register-section {
  padding: 30px 0 15px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#service-modul .warranty-icon {
  width: 60px;
  height: 43px;
  display: block;
  float: left;
  margin-right: 10px;
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_etc/sp_camera_service_modul_mail_icon.png) center left no-repeat;
  background-position: -10px -20px;
}

#follow-us .feature-box {
  background-color: #dfdfdf;
  min-height: 0;
}
#follow-us .feature-box .row {
  min-height: 0px;
  height: auto;
}
#follow-us .center {
  width: 189px;
  margin: 0 auto;
  height: 70px;
}
#follow-us .center ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#follow-us .center ul li {
  list-style-type: none;
  display: table-cell;
  text-align: center;
}
#follow-us a {
  display: inline-block;
  width: 53px;
  height: 53px;
  margin: 0 5px;
}
#follow-us a.fb {
  background: transparent url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_social/sp_camera_social_facebook_2.png) no-repeat center center;
}
#follow-us a.fb:hover {
  background: transparent url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_social/sp_camera_social_facebook_1.png) no-repeat center center;
}
#follow-us a.yt {
  background: transparent url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_social/sp_camera_social_youtube_2.png) no-repeat center center;
}
#follow-us a.yt:hover {
  background: transparent url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_social/sp_camera_social_youtube_1.png) no-repeat center center;
}
#follow-us a.fl {
  background: transparent url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_social/sp_camera_social_flickr_2.png) no-repeat center center;
}
#follow-us a.fl:hover {
  background: transparent url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_social/sp_camera_social_flickr_1.png) no-repeat center center;
}
#follow-us a.in {
  background: transparent url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_social/sp_camera_social_instagram_2.png) no-repeat center center;
}
#follow-us a.in:hover {
  background: transparent url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_social/sp_camera_social_instagram_1.png) no-repeat center center;
}
#follow-us a.vk {
  background: transparent url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_social/sp_camera_social_vk_2.png) no-repeat center center;
}
#follow-us a.vk:hover {
  background: transparent url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_social/sp_camera_social_vk_1.png) no-repeat center center;
}
#follow-us h2 {
  color: #3f3f3f;
}
#follow-us .collumn5 {
  margin-bottom: 60px;
}

#gallery {
  background-color: #b0b0b0;
}
#gallery .pg-wrapper {
  padding: 80px 0 0;
}
#gallery .h1-headline {
  text-align: center;
}
#gallery .text.continue {
  margin-top: 10px;
}

.swiper-container {
  margin-top: 55px;
  z-index: 0;
}

.swiper-container, .swiper-wrapper, .swiper-slide {
  width: 960px;
}

.swiper-wrapper, .swiper-slide {
  width: 960px;
  height: 620px !important;
  overflow: hidden;
}

.button-section {
  width: 960px;
  display: block;
  margin: 0 auto;
  position: relative;
  min-height: 50px;
  margin-top: 40px;
  padding-bottom: 40px;
}
.button-section .subline {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 5px;
  color: #FFF;
  font-size: 10px;
}
.button-section a.button.yellow {
  height: 43px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 43px;
  padding: 0 25px 0 45px;
  right: 20px;
  margin: 0;
  position: absolute;
}
.button-section a.button.yellow .arrow_2,
.button-section a.button.yellow .arrow_1 {
  right: -19px;
  top: 15px;
}

.gallery-item {
  overflow: visible;
  margin-bottom: 20px;
  display: inline-block;
  position: absolute;
}

.x1 {
  left: 0;
}

.x2 {
  left: 160px;
}

.x3 {
  left: 320px;
}

.x4 {
  left: 480px;
}

.x5 {
  left: 640px;
}

.x6 {
  left: 800px;
}

.y1 {
  top: 0;
}

.y2 {
  top: 160px;
}

.y3 {
  top: 320px;
}

.y4 {
  top: 480px;
}

.y5 {
  top: 640px;
}

.y6 {
  top: 800px;
}

.inspirationmodule {
  direction: ltr;
}
.inspirationmodule .mainImage {
  width: 140px;
  height: 140px;
  position: absolute;
}
.inspirationmodule .hover {
  position: absolute;
  cursor: pointer;
  width: 110px;
  height: 110px;
  display: block;
  zoom: 1;
  padding: 15px;
  z-index: 1000;
}
.inspirationmodule .hover,
.inspirationmodule .hover h2,
.inspirationmodule .hover p,
.inspirationmodule .hover a {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: relative;
  z-index: 999;
  display: block;
}
.inspirationmodule .big .hover {
  width: 270px;
  height: 270px;
}
.inspirationmodule .hover p {
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #08107B;
}
.inspirationmodule .hover h2 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
.inspirationmodule .hover span.inspirationButton {
  padding-left: 15px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-family: Arial, sans-serif;
}
.inspirationmodule span.inspirationButton {
  background-image: url(/site/rmt/media/specialpages/inspiration_1/img/sp_camera_om_d_e_m1_etc_arrow_bullet_white.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  color: #08107B;
  position: absolute;
  z-index: 1000;
}
.inspirationmodule .hover:hover h2,
.inspirationmodule .hover:hover p {
  color: #FFF;
}
.inspirationmodule .hover:hover .inspirationButton {
  background-image: url(/site/rmt/media/specialpages/inspiration_1/img/sp_camera_om_d_e_m1_etc_arrow_bullet_white.png);
  color: #FFF;
}
.inspirationmodule .hover:hover .inspirationButton:hover {
  background-image: url(/site/rmt/media/specialpages/inspiration_1/img/sp_camera_om_d_e_m1_etc_arrow_bullet_white.png);
  color: #FFF;
}
.inspirationmodule .gallery-item.big,
.inspirationmodule .mainImage.big {
  width: 300px;
  height: 300px;
}
.inspirationmodule p {
  margin-bottom: 4px;
}
.inspirationmodule .gallery-item {
  margin-bottom: 20px;
  margin-right: 0px;
}

#inline-1 .wrapper {
  display: none;
  width: 530px;
  height: 300px;
}

.pp_pic_holder {
  min-height: 300px;
}

.pp_content_container .pp_social,
.pp_content_container .pp_nav,
.pp_content_container .pp_gallery {
  display: none !important;
}
.pp_content_container .pp_next,
.pp_content_container .pp_previous {
  color: black;
  font-size: 0;
}
.pp_content_container .pp_next {
  float: right;
}
.pp_content_container .pp_inline {
  margin-top: -125px;
}
.pp_content_container .pp_content,
.pp_content_container .pp_details {
  background-color: transparent !important;
}
.pp_content_container .pp_content {
  height: auto !important;
}
.pp_content_container .pp_details {
  margin-top: 0px !important;
}
.pp_content_container .pp_details {
  z-index: 999;
  margin-top: -62px !important;
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.pp_content_container .pp_details.high {
  margin-top: -79px !important;
  padding-bottom: 0px;
}
.pp_content_container .pp_content.inline .pp_details {
  width: 100% !important;
  position: absolute;
  top: 236px;
}
.pp_content_container .pp_content.inline .pp_close {
  top: -145px;
}
.pp_content_container .pp_content.iframe .pp_details {
  position: absolute;
  top: 406px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 500px !important;
}
.pp_content_container .pp_content.iframe .pp_details a {
  margin-left: 20px;
}
.pp_content_container .pp_content.iframe .pp_close {
  top: -20px;
}
.pp_content_container .pp_expand {
  display: none !important;
}
.pp_content_container .pp_description {
  z-index: 999;
  color: #FFF;
  padding: 20px;
  padding-top: 15px;
  padding-bottom: 0;
  margin: 0 !important;
}
.pp_content_container .pp_description a {
  display: inline-block;
  color: white;
  margin-bottom: 8px;
  padding-bottom: 0px;
}
.pp_content_container .pp_description a:hover {
  color: grey;
}
.pp_content_container .pp_description p {
  font-size: 16px;
  margin-bottom: 4px;
}
.pp_content_container .pp_description .data {
  margin-right: 10px;
  font-size: 14px;
  margin-bottom: 18px;
  display: inline-block;
}
.pp_content_container .pp_description .value {
  color: white;
  font-size: 12px;
}
.pp_content_container #pp_full_res {
  position: absolute;
  top: 0;
}
.pp_content_container .pp_hoverContainer {
  position: relative;
  z-index: 999;
  display: table-cell;
  vertical-align: middle;
}
.pp_content_container .pp_next,
.pp_content_container .pp_previous {
  width: 25px;
  background-color: white;
  height: 54px;
  display: table-cell;
  vertical-align: middle;
}
.pp_content_container .pp_previous:hover,
.pp_content_container .pp_previous {
  background: black url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_overlay/sp_camera_common_img_overlay_arrow_left.png) no-repeat center center !important;
  width: 56px;
  cursor: pointer;
  overflow: hidden;
  margin-left: -1px;
}
.pp_content_container .pp_next:hover,
.pp_content_container .pp_next {
  background: black url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_overlay/sp_camera_common_img_overlay_arrow_right.png) no-repeat center center !important;
  width: 56px;
  cursor: pointer;
  margin-right: -1px;
}

#video-box-gallery {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100%;
}
#video-box-gallery > div {
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9999 !important;
}
#video-box-gallery.no-translate > div {
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.overlay-bg-gallery {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  content: '';
}

.pretty-inner {
  width: 100%;
  position: relative;
}

.pretty-inner img {
  width: 100%;
}

.pretty-inner figcaption {
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}

.pretty-inner-title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 13px;
  color: white;
}

.pretty-inner-description {
  color: white;
  font-weight: bold;
  font-size: 12px;
}

.hide {
  display: none;
}

.pp_content_container .pp_inline {
  margin-top: 0;
}

.pp_content_container .pp_details {
  margin-top: -780px !important;
}

div.pp_default .pp_close {
  background: url() 2px 1px no-repeat;
  cursor: pointer;
  color: white;
  font-size: 24px;
  background-color: black;
  height: 46px;
  width: 46px;
  margin-top: 20px;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  float: right;
  position: absolute;
  right: 0px;
  top: -20px;
  z-index: 9999;
  background-image: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_overlay/sp_camera_common_img_overlay_close.jpg);
}
div.pp_default .pp_close:hover {
  cursor: pointer;
  background-image: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_img_overlay/sp_camera_common_img_overlay_close_over.jpg);
}

.pp_content_container .pp_close {
  display: block;
}

.features .background-img-pl.outdoor-perfomance-bg, .features .background-img-pl.compact-camera-bg, .features .background-img-pl.shot-share-bg, .features .background-img-pl.smooth-moves-bg {
  background: url(/site/rmt/media/specialpages/sp_camera/sp_camera_common/sp_camera_common_img/sp_camera_common_spacer.gif) top center no-repeat;
}
.features .icon-sprite {
  background: url(/site/rmt/media/specialpages/sp_camera/tg_870/img_20/02_features_4/iconsprite.png) no-repeat;
}
.features ul.features-list {
  /*
  .camera-figure-pl {
  	width: 500px;
  	height: 250px;
  	background: #000;
  	display: inline-block;
  	position: absolute;
  	bottom: 0;
  	&.shot-share {
  		right: -160px;
  		width: 650px;
  		height: 100%;
  		background-image: url() ;
  		background-repeat: no-repeat;
  		background-color: transparent;
  	}
  	&.smooth-moves {
  		background-image: url();
  		top: 193px;
  		height: 300px;
  		background-color: transparent;
  		background-repeat: no-repeat;
  	}
  }
  */
}
.features ul.features-list > li .display-table {
  display: table;
  table-layout: fixed;
}
.features ul.features-list > li .display-table li {
  display: table-cell;
}
.features ul.features-list > li.outdoor-perfomance .offset-top {
  top: 163px;
  position: relative;
}
.features ul.features-list > li.outdoor-perfomance h2, .features ul.features-list > li.outdoor-perfomance p {
  color: #282828;
}
.features ul.features-list > li.outdoor-perfomance ul.icon-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-left: -20px;
  position: relative;
  top: 40px;
}
.features ul.features-list > li.outdoor-perfomance ul.icon-list li {
  display: table-cell;
  list-style-type: none;
  text-align: center;
}
.features ul.features-list > li.outdoor-perfomance ul.icon-list li i {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.features ul.features-list > li.outdoor-perfomance ul.icon-list li p {
  width: 100%;
  font-size: 25px;
  margin-top: 10px;
  color: #282828;
}
.features ul.features-list > li.outdoor-perfomance .icon-sprite.drop-height {
  background-position: -7px -180px;
}
.features ul.features-list > li.outdoor-perfomance .icon-sprite.water-icon {
  background-position: -7px -66px;
}
.features ul.features-list > li.outdoor-perfomance .icon-sprite.weight-icon {
  background-position: -7px -123px;
}
.features ul.features-list > li.outdoor-perfomance .icon-sprite.degree-icon {
  background-position: -5px -10px;
}
.features ul.features-list > li.smooth-moves p, .features ul.features-list > li.smooth-moves h2 {
  color: #282828;
}
.features ul.features-list > li.smooth-moves .offset-top {
  top: 185px;
  position: relative;
}
.features ul.features-list > li.smooth-moves .icon-sprite-func {
  position: absolute;
  bottom: 75px;
  right: 29px;
  width: 382px;
  height: 48px;
  display: inline-block;
  background: url();
}
.features ul.features-list > li.shot-share .offset-top {
  top: 185px;
  position: relative;
}
.features ul.features-list > li.shot-share .shot-share-icon-list {
  display: table;
  position: absolute;
  bottom: 40px;
  width: 375px;
  right: auto;
  left: -42px;
}
.features ul.features-list > li.shot-share .shot-share-icon-list li {
  list-style-type: none;
  display: table-cell;
  padding-left: 50px;
}
.features ul.features-list > li.shot-share .shot-share-icon-list li p {
  display: inline-block;
  line-height: 15px;
  font-size: 13px;
  margin: 0;
  position: relative;
  top: 11px;
  width: 80px;
  float: left;
}
.features ul.features-list > li.shot-share .shot-share-icon-list .icon-sprite {
  display: inline-block;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.features ul.features-list > li.shot-share .shot-share-icon-list .icon-sprite.oly-icon-blue {
  background-position: left -520px;
  float: left;
}
.features ul.features-list > li.shot-share .shot-share-icon-list .icon-sprite.oly-icon-green {
  background-position: left -460px;
  float: left;
}
.features ul.features-list > li.compact-camera .offset-top {
  top: 188px;
  position: relative;
}
.features ul.features-list > li.compact-camera .compact-camera-content {
  position: relative;
  top: 23px;
  left: 16px;
}
.features ul.features-list > li.compact-camera .compact-camera-content .mm {
  left: -60px;
  top: 60px;
  position: relative;
}
.features ul.features-list > li.compact-camera .compact-camera-content p {
  font-size: 30px;
  text-align: center;
}
.features ul.features-list > li.compact-camera .compact-camera-content p.subline {
  font-size: 15px;
  text-align: left;
  left: -10px;
  top: 60px;
  position: relative;
}
.features ul.features-list > li.compact-camera .compact-camera-content p.subline span {
  line-height: 35px;
}
.features ul.features-list > li.compact-camera .compact-camera-content input.switch label {
  position: relative;
  float: left;
  line-height: 1.6em;
  text-indent: 4em;
  margin: 0.2em 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.features ul.features-list > li.compact-camera .compact-camera-content .switcher {
  position: relative;
  display: inline-block;
  width: 70px;
  margin: 10px 15px;
}
.features ul.features-list > li.compact-camera .compact-camera-content .switcher input.switch {
  visibility: hidden;
  width: 60px;
}
.features ul.features-list > li.compact-camera .compact-camera-content .switcher label:after, .features ul.features-list > li.compact-camera .compact-camera-content .switcher label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  width: 60px;
  background-color: transparent;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
  border: 2px solid #fff;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  height: 30px;
}
.features ul.features-list > li.compact-camera .compact-camera-content .switcher label:after {
  width: 30px;
  top: 0;
  bottom: 0.1em;
  margin-left: 0.1em;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -1px;
}
.features ul.features-list > li.compact-camera .compact-camera-content .switcher .switch:checked ~ label:after {
  margin-left: 28px;
}
.features ul.features-list > li.compact-camera .compact-camera-content .cameracontainer {
  position: relative;
  display: inline-block;
  width: 517px;
  height: 346px;
  left: -11px;
  top: 3px;
}
.features ul.features-list > li.compact-camera .compact-camera-content .cameracontainer .compact-camera-mask {
  background-image: url(/site/rmt/media/specialpages/sp_camera/tg_870/img_20/02_features_4/feature02-panel.jpg);
  background-repeat: no-repeat;
  background-position: -158px -101px;
  width: 204px;
  height: 136px;
  display: block;
  position: absolute;
  left: 77px;
  top: 158px;
  border: 0.225em dashed #fff;
}
.features ul.features-list svg {
  position: absolute;
  left: 677px;
  top: 88px;
}

.locale-fi .features ul.features-list > .outdoor-perfomance ul.icon-list,
.locale-es .features ul.features-list > .outdoor-perfomance ul.icon-list,
.locale-et .features ul.features-list > .outdoor-perfomance ul.icon-list,
.locale-hu .features ul.features-list > .outdoor-perfomance ul.icon-list,
.locale-uk .features ul.features-list > .outdoor-perfomance ul.icon-list,
.locale-bg .features ul.features-list > .outdoor-perfomance ul.icon-list,
.locale-hr .features ul.features-list > .outdoor-perfomance ul.icon-list,
.locale-pl .features ul.features-list > .outdoor-perfomance ul.icon-list,
.locale-it .features ul.features-list > .outdoor-perfomance ul.icon-list,
.locale-sl .features ul.features-list > .outdoor-perfomance ul.icon-list,
.locale-pt .features ul.features-list > .outdoor-perfomance ul.icon-list,
.locale-el .features ul.features-list > .outdoor-perfomance ul.icon-list,
.locale-ru .features ul.features-list > .outdoor-perfomance ul.icon-list,
.locale-sr .features ul.features-list > .outdoor-perfomance ul.icon-list,
.locale-fr .features ul.features-list > .outdoor-perfomance ul.icon-list {
  top: 35px;
}

.locale-el .features ul.features-list > .outdoor-perfomance ul.icon-list {
  top: 0px;
}
.locale-el .features ul.features-list > li.smooth-moves .offset-top {
  top: 135px;
  position: relative;
}

.pg-main .hide, .pg-main-stage .hide {
  display: none !important;
}
.pg-main.hide, .pg-main-stage.hide {
  display: none !important;
}
.pg-main .invisible, .pg-main-stage .invisible {
  visibility: hidden !important;
}
.pg-main .test-and-wow, .pg-main-stage .test-and-wow {
  display: none;
}
.pg-main .show-touch-and-try .testwow, .pg-main-stage .show-touch-and-try .testwow {
  display: none !important;
}
.pg-main .show-test-and-wow.container, .pg-main-stage .show-test-and-wow.container {
  display: none !important;
}
.pg-main .show-test-and-wow .test-and-wow, .pg-main-stage .show-test-and-wow .test-and-wow {
  display: table-cell;
}
.pg-main .show-test-and-wow .touch-and-try, .pg-main-stage .show-test-and-wow .touch-and-try {
  display: none !important;
}
.pg-main .show-test-and-wow.touch-and-try, .pg-main-stage .show-test-and-wow.touch-and-try {
  display: none !important;
}
.pg-main .action-banner-stage .show + .close-button, .pg-main-stage .action-banner-stage .show + .close-button {
  display: block !important;
}
.pg-main .show-test-and-wow.touch-and-try, .pg-main-stage .show-test-and-wow.touch-and-try {
  display: none !important;
}
