html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

elements-of-type(html5-block) {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

html {
  font-size: 100%;
  line-height: 1.17;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding-bottom: 150px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ==========================================================================
	Links
	========================================================================== */
a {
  -webkit-transition: color 0.250s;
  -moz-transition: color 0.250s;
  -o-transition: color 0.250s;
  transition: color 0.250s;
  color: #000;
}

a:hover {
  color: #666;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
	 Typography
	 ========================================================================== */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1 img {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

p {
  font-size: 0.75em;
  text-align: left;
  letter-spacing: 0.03em;
  line-height: 1.3em;
  margin: 1em 0;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* ==========================================================================
	 Lists
	 ========================================================================== */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
	 Embedded content
	 ========================================================================== */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/* ==========================================================================
	 Figures
	========================================================================== */
figure {
  margin: 0;
}

.uppercase {
  text-transform: uppercase !important;
}

hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #bbbbbb;
  margin: 39px 0;
  padding: 0;
}

/* ==========================================================================
	Tables
	========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wp-content h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.wp-content h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

.wp-content h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

.wp-content h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

.wp-content h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

.wp-content h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

.wp-content p {
  margin: 1em auto;
  width: 550px;
}

.wp-content p.full-width {
  width: auto;
}

.wp-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-content .alignleft {
  float: left;
}

.wp-content .alignright {
  float: right;
}

/* Main menu */
.container > header {
  margin-top: 20px;
}

.customize-support .container > header {
  padding: 0;
  margin-top: 0;
}

.main-nav {
  width: 979px;
  margin: 0 auto;
}

.main-nav ul {
  text-align: left;
  padding: 0;
  width: 380px;
  overflow: hidden;
}

.customize-support .main-nav ul {
  padding: 0;
}

.main-nav ul li {
  display: inline-block;
  vertical-align: top;
}

.main-nav a {
  float: left;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75em;
  color: #000;
  letter-spacing: 1px;
  display: block;
}

.main-nav .current-menu-item a {
  padding-bottom: 15px;
  background: url("../images/black-dot.png") no-repeat bottom center;
}

.main-nav .left-menu {
  float: left;
  text-align: right;
}

.main-nav .left-menu li {
  padding-left: 33px;
}

.main-nav .right-menu {
  float: right;
}

.main-nav .right-menu li {
  padding-right: 33px;
}

/* Danska menyn */
.lang-dk .main-nav .left-menu li {
  padding-left: 15px;
}

.lang-dk .main-nav .right-menu li {
  padding-right: 15px;
}

/* Norska menyn */
.lang-no .main-nav .left-menu li {
  padding-left: 32px;
}

.lang-no .main-nav .right-menu li {
  padding-right: 32px;
}

/* Finska menyn */
.lang-fi .main-nav .left-menu li {
  padding-left: 31px;
}

.lang-fi .main-nav .right-menu li {
  padding-right: 31px;
}

.main-nav .left-menu li:first-child {
  padding-left: 0;
}

.main-nav .right-menu li:last-child {
  padding-right: 0;
}

/*dropdown*/
.secondary-nav ul ul {
  display: none;
  padding: 0;
  margin: 0;
  position: absolute;
  border: 1px solid #f3f3f3;
  background-color: #fff;
  padding: 20px 0;
  width: 140px;
  z-index: 6;
  top: 34px;
  left: -20px;
  max-height: 243px;
  overflow-y: auto;
}

.secondary-nav ul li:hover > ul {
  display: block;
}

.secondary-nav ul ul li {
  float: none;
  display: inline-block;
  background: none;
  margin: 0 !important;
  padding: 4px 10px;
}

.secondary-nav ul ul li a {
  color: #000;
  text-decoration: none;
  background: none;
  margin: 0 !important;
  font-weight: normal;
  text-transform: none;
  font-size: 0.6875rem;
  letter-spacing: 0.03em;
  display: inline-block;
}

.secondary-nav ul ul li a:hover {
  text-decoration: underline;
}

footer {
  height: 52px;
  line-height: 52px;
  background-color: #ccc;
  text-transform: uppercase;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

footer a {
  color: #000;
  text-decoration: none;
  margin: 0 20px;
  font-size: 0.97875em;
  font-weight: bold;
  letter-spacing: 1px;
}

.medium-footer {
  margin-top: 573px;
}

.main-page-footer {
  background-color: #fff;
  margin-top: 800px;
}

.main-page-footer .pinterest {
  float: right;
}

.regular-footer .upp {
  float: right;
}

.facebook,
.pinterest {
  float: left;
}

.upp:after {
  content: url(../images/arrow_up.png);
  margin-left: 12px;
}

.language_list {
  display: block;
  position: absolute;
  left: 50%;
  margin-top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.language_list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}

.language_list a {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  /* 4 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.container {
  max-width: 1140px;
  min-width: 980px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.main-content h2 {
  font-family: "Adobe Garamond Pro", serif;
  font-weight: 400;
  font-size: 2.5em;
  text-align: center;
  margin-top: 46px;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.main-content .double-header {
  margin-top: -20px;
  margin-bottom: 0;
}

.main-content .medarbetare {
  margin-top: 39px;
  margin-bottom: -7px;
}

.description-header {
  width: 267px;
  margin: 0 auto;
  line-height: 3.4em;
  padding-bottom: 13px;
  padding-top: 6px;
}

.description {
  width: 550px;
  margin: 0 auto;
}

.omoss .description p {
  margin-bottom: 15px;
}

.main-content img {
  margin-top: 34px;
}

.address {
  margin-top: 42px;
}

.address strong {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin: 0;
  margin-top: 28px;
  margin-bottom: 3px;
  display: block;
}

.address p,
.address a {
  font-size: 20px;
  letter-spacing: 0.01em;
  color: #000;
  margin: 0;
}

.address p:first-child {
  letter-spacing: 0.08em;
}

.search-box {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -110px;
}

.search-box input[type="text"],
.search-box input[type="search"] {
  border: 0;
  padding: 0;
  height: 18px;
  border-bottom: 2px solid #000;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 0.75em;
  color: #000;
  width: 225px;
  text-align: center;
}

::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

.search-box input[type="button"],
.search-box input[type="submit"] {
  border: 0;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 10px 8px;
}

.search-field,
.search-submit {
  outline: none;
}

.grid {
  margin: 0 auto;
  margin-top: 25px;
  position: relative;
  text-align: left;
  width: 1020px;
}

.item {
  width: 300px;
  display: inline-block;
  margin: 18px;
  vertical-align: top;
  text-align: center;
}

.item-info-left,
.item-info-right {
  display: block;
}

.item-info-left {
  width: 55%;
  min-height: 16px;
  float: left;
  text-align: left;
}

.item-info-right {
  width: 45%;
  float: right;
  text-align: right;
}

@media (max-width: 1050px) {
  .grid {
    width: 987px;
  }
  .item {
    margin-right: 13px;
    margin-left: 13px;
  }
}

.item span {
  font-size: 0.6875em;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.item h4 {
  margin: 0;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 3px;
}

.item a {
  color: #000;
  text-decoration: none;
}

.item-description {
  min-height: 20px;
}

.pressreleaser .item h4,
.varumarken .item h4 {
  font-size: 1em;
  margin-top: 5px;
  margin-bottom: 5px;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pressreleaser .item h4 a,
.varumarken .item h4 a {
  color: #000;
  text-decoration: none;
}

.pressreleaser .item .excerpt {
  min-height: 20px;
}

.pressreleaser .pressrelease-item .pressrelease-title {
  font-size: 0.75em;
  height: 32px;
  display: none;
}

.pressreleaser .pressrelease-item .customer-title {
  color: #666;
  -webkit-transition: color 0.250s;
  -moz-transition: color 0.250s;
  -o-transition: color 0.250s;
  transition: color 0.250s;
}

.pressreleaser .pressrelease-item .customer-title:hover {
  color: #000;
}

.plus {
  background: url("../images/plus.png");
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 27px;
  width: 27px;
  display: none;
}

.item-image {
  height: 300px;
  width: 300px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  line-height: 300px;
  background: center center no-repeat #fff;
  -webkit-background-size: cover;
  background-size: cover;
  box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.08);
  margin-bottom: 12px;
}

.pressrelease-item .item-image {
  height: 424px;
}

.img-hover {
  background-color: #000;
  display: block;
  z-index: 20;
}

.item img {
  margin: 0;
  vertical-align: middle;
  max-width: 300px;
  max-height: 300px;
  width: auto;
  margin-top: -1px;
}

.item .play {
  background: url(../images/arrow-right.png);
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 55px;
  width: 55px;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.item:hover .play {
  background-color: rgba(0, 0, 0, 0.7);
}

.item p {
  text-align: left;
  font-size: 0.6875em;
  letter-spacing: 0.03em;
  margin-top: 19px;
  margin-bottom: 16px;
}

.item .category,
.item input,
.item .laddaner,
.item .related-pr-link {
  display: block;
  font-size: 0.625em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0;
}

.item .category {
  text-align: left;
}

.item .category a {
  font-size: 1em;
}

.item .laddaner {
  color: #000;
  text-decoration: none;
  float: right;
}

.item .category,
.item .laddaner.high-res {
  margin-bottom: 5px;
}

.position,
.send-email {
  font-size: 0.6875em;
  text-transform: uppercase;
  margin-top: 17px;
  float: left;
  margin-bottom: 15px;
}

.send-email {
  float: right;
}

.send-email a {
  color: #000;
  text-decoration: none;
}

.omoss .item p {
  margin: 13px 0;
  text-transform: uppercase;
}

.item input {
  float: right;
  border: 0;
  background-color: #fff;
}

.omoss-image {
  margin-bottom: 35px;
}

.first-page {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  top: 100px;
}

.hover-area {
  position: absolute;
  width: 980px;
  height: 600px;
}

.left-hover,
.right-hover {
  width: 320px;
  height: 500px;
  z-index: 20;
  position: fixed;
  top: 160px;
}

.left-hover {
  left: 0;
}

.right-hover {
  right: 0;
}

.blogpost {
  border-bottom: 2px solid #bbbbbb;
  width: 661px;
  margin: 0 auto;
}

.blogpost .date {
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: bold;
  margin-bottom: 22px;
  margin-top: 43px;
}

.blogpost h2 {
  margin-top: 20px;
  margin-bottom: 0;
}

.blogpost img {
  margin-bottom: 23px;
  margin-top: 24px;
  max-width: 100%;
  height: auto;
}

.blogpost p {
  text-align: left;
  font-size: 0.75em;
  letter-spacing: 0.03em;
  line-height: 1.3em;
  width: 543px;
  margin: 1em auto;
}

.blogpost p.full-width {
  width: auto;
}

.blog-text {
  margin: 0 auto;
  width: 543px;
}

.blogpost .category {
  margin-top: 29px;
  text-align: center;
}

.blogpost .date {
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.category a {
  font-size: 0.6875rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.arrow-left {
  position: absolute;
  left: 0;
  top: 396px;
}

.arrow-right {
  position: absolute;
  right: 0;
  top: 396px;
}

.inner-box img {
  float: left;
}

.landscape .inner-box img {
  float: none;
  max-width: 741px;
  max-height: 490px;
}

.portrait .inner-box img {
  max-width: 506px;
  max-height: 752px;
}

.inner-box .text-wrap {
  float: right;
  width: 226px;
  padding: 0 26px;
  text-align: left;
  margin-top: 9px;
}

.ligg .inner-box .text-wrap,
.landscape .inner-box .text-wrap {
  float: none;
  width: 100%;
}

.image-content {
  margin-top: 20px;
  margin-bottom: 10px;
}

.image-links,
.image-meta {
  margin-top: 40px;
}

.landscape .image-column {
  display: inline-block;
  margin-top: 20px;
  margin-left: 40px;
  vertical-align: top;
  width: 130px;
}

.landscape .image-content {
  margin-left: 0;
  width: 290px;
}

.inner-box p {
  letter-spacing: 0.03em;
  font-size: 0.6875em;
  margin-top: 0;
  margin-bottom: 5px;
}

.inner-box b,
.inner-box a {
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.inner-box .to-pressrelease {
  margin-top: 30px;
}

.single-kund {
  margin-top: 50px;
  text-align: left;
}

.image-container {
  line-height: 300px;
  max-height: 300px;
  width: 300px;
  float: left;
  margin-right: 72px;
  margin-left: 20px;
}

.single-kund .single-text {
  margin-left: 392px;
}

.single-text {
  width: 600px;
  margin-top: 10px;
  text-align: center;
}

.mt {
  margin-top: 14px !important;
}

.single-kund img {
  max-height: 300px;
  max-width: 300px;
}

.single-kund h2 {
  font-family: "Adobe Garamond Pro", serif;
  font-weight: 400;
  font-size: 3.125em;
  letter-spacing: 0.02em;
  margin: 0;
}

.single-kund p {
  font-size: 0.75em;
  text-align: left;
  letter-spacing: 0.03em;
  line-height: 1.3em;
  margin: 0;
  margin-top: 14px;
}

.single-kund b,
.single-kund a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

.single-kund .email {
  text-transform: none;
}

.single-hr {
  margin-top: 0px;
}

.single-hr2 {
  margin-top: 0px;
}

.single h3 {
  font-family: "Adobe Garamond Pro", serif;
  font-size: 2.5em;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin: 20px 0 0;
}

.single h3 a {
  text-decoration: underline;
  color: #000;
}

.single .grid {
  margin-top: 10px;
}

.single .item h4 {
  font-size: 1em;
  margin-top: 5px;
  margin-bottom: 5px;
}

.pressheader {
  margin-bottom: -20px;
}

.white-arrow-left {
  position: absolute;
  left: -61px;
  bottom: 270px;
}

.white-arrow-right {
  position: absolute;
  right: -61px;
  bottom: 270px;
}

.white-arrow-left2 {
  position: absolute;
  left: -61px;
  bottom: 226px;
}

.white-arrow-right2 {
  position: absolute;
  right: -61px;
  bottom: 226px;
}

.cat-item.selected a {
  text-decoration: underline;
}

.wg-infinite-scroll-loader {
  display: none;
}

.acf-map,
.perpr-map {
  border: #ccc solid 1px;
  color: #fff;
  width: 660px;
  height: 462px;
  margin: 0 auto;
  margin-top: 34px;
}

.nav-search-container {
  position: relative;
}

.secondary-nav {
  margin-left: 59px;
  margin-top: 45px;
}

.secondary-nav ul {
  padding: 0;
  position: relative;
}

.secondary-nav li {
  float: left;
  position: relative;
}

.secondary-nav li {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.03em;
  font-weight: bold;
  margin-right: 34px;
  padding: 10px;
  display: block;
  width: 102px;
  background: url("../images/arrow-down.png") no-repeat bottom center;
}

.secondary-nav .secondary-nav__sort {
  margin-right: 54px;
  float: right;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  width: 936px !important;
  position: absolute;
  left: 50% !important;
  margin-left: -480px;
  z-index: 8020;
  padding: 20px;
}

.fancybox-skin {
  position: relative;
  color: #444;
  padding: 0 !important;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  width: 100%;
  height: auto !important;
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  background: url("../images/close.png") center center no-repeat;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 43px;
  height: 43px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 29px;
  height: 27px;
  margin-top: -13px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background: url("../images/arrow-left.png");
}

.fancybox-next span {
  right: 10px;
  background: url("../images/arrow-right.png");
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: rgba(25, 25, 25, 0.85);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.outer-box {
  width: 916px;
  position: relative;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}

.outer-box span {
  color: #fff;
  font-weight: bold;
  font-size: 0.75em;
  letter-spacing: 0.03em;
}

.outer-box h4 {
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: uppercase;
  margin: 4px 0 15px 0;
  font-size: 16px;
}

.inner-box {
  background-color: #fff;
  width: 732px;
  margin: 0 auto;
}

.ligg .inner-box,
.landscape .inner-box {
  width: 741px;
}

.card {
  width: 350px;
  height: 495px;
  position: absolute;
  text-align: center;
  box-shadow: 0 0 16px 5px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.cart a {
  position: relative;
}

.card .name {
  font-size: 19px;
  margin: 0;
  position: absolute;
  top: 20px;
  left: -165px;
  text-transform: uppercase;
  text-align: right;
  width: 180px;
  font-weight: bold;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.card .image {
  margin-top: 44px;
  margin-left: 3px;
}

.card .logo {
  margin: 20px auto;
}

.perpr-card {
  left: 564px;
  top: 67px;
  display: block;
  z-index: 4;
}

.perpr-card p {
  font-weight: bold;
  font-size: 0.875em;
  letter-spacing: 0.03em;
  line-height: 1.2em;
}

.perpr-card-text {
  width: 220px;
  position: absolute;
  top: 40px;
  right: 63px;
}

.images-card {
  left: 376px;
  top: 117px;
  z-index: 3;
}

.press-card {
  left: 245px;
  top: 7px;
  z-index: 2;
}

.about-card {
  left: 97px;
  top: 79px;
}

@media (max-height: 800px) {
  .first-page {
    top: 50px;
  }
  .hover-area {
    height: 490px;
  }
  .card {
    height: 385px;
    width: 272px;
  }
  .card .image {
    width: 200px;
    height: 320px;
    margin-top: 30px;
  }
  .card .name {
    left: -170px;
  }
  .card .logo {
    margin-bottom: 5px;
  }
  .perpr-card {
    top: 46px;
    left: 542px;
  }
  .perpr-card-text {
    top: 15px;
    right: 10px;
    font-size: 15px;
  }
  .images-card {
    top: 85px;
    left: 394px;
  }
  .press-card {
    top: 0;
    left: 291px;
  }
  .about-card {
    top: 49px;
    left: 176px;
  }
}

/* Hide scroll when all cards are visible */
@media (min-width: 1600px) {
  .left-hover,
  .right-hover {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=screen.css.map */