/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}

body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:hover {
  color: #06e;
}

a:focus {
  outline: 0;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 85%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

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

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

button,
input {
  line-height: normal;
  *overflow: visible;
}

table button,
table input {
  *overflow: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}

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-decoration {
  -webkit-appearance: none;
}

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

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

input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

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

td {
  vertical-align: top;
}

input,
textarea,
a {
  outline: 0 none;
}

/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

/* Main */

body,
html {
  background: #000;
  overflow: hidden;
}

/* Common Use */

a.diag-btn {
  float: left;
  height: 57px;
  line-height: 57px;
  background: url(../img/sprite.png) no-repeat 0 -200px;
  padding: 0 15px 0 30px;
  color: #f20779;
  text-decoration: none;
  font-weight: 700;
  position: relative;
}

a.diag-btn:hover {
  color: #fff;
}

a.diag-btn .rside {
  position: absolute;
  height: 100%;
  width: 30px;
  top: 0;
  right: -30px;
  background: url(../img/sprite.png) no-repeat 100% -200px
}

a.diag-btn .rside .arr {
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -8px;
  width: 9px;
  height: 17px;
  background: url(../img/sprite.png) -550px 0;
}

a.diag-btn:hover .rside .arr {
  background-position: -550px -50px
}

a.icon-btn {
  position: relative;
  float: left;
  padding-left: 37px;
  height: 33px;
  line-height: 25px;
  color: #f20779;
  text-decoration: none;
}

a.icon-btn:hover {
  color: #fff
}

a.icon-btn .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 33px;
}

a.icon-btn .pdf-link {
  background: url(../img/sprite.png) no-repeat -350px -100px;
}

a.close-handle {
  background: url(../img/sprite.png) no-repeat -400px -100px;
  height: 45px;
  width: 45px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  text-indent: -9999px;
}

.info-block-text .rightside,
.gallery-list .leftside,
.accent-descr-wrapper .leftside,
.accent-descr-wrapper .rightside,
.filter-toolbar .leftside,
.filter-toolbar .rightside,
a.backlink .rightside {
  position: absolute;
  width: 109px;
  top: 0;
  height: 100%;
  background: url(../img/diagonal-background.png) no-repeat 100% 0;
  right: -109px
}

.ie7 .info-block-text .rightside,
.e8 .info-block-text .rightside {
  height: 218px
}

.gallery-list .leftside,
.accent-descr-wrapper .leftside,
.filter-toolbar .leftside {
  left: -109px;
  right: auto;
  background-position: 0 100%;
  z-index: 5
}

/* clear Generic <li>,<ul> styles */

.footer ul,
.footer li,
.main-line ul,
.menu-line li,
.site-content-home ul,
.site-content-home li,
.contacts-list li,
.contacts-list ul,
.downloads-list,
.text-display table li,
.text-display table ul,
.references-list li,
.references-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.total-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  max-height: 1200px;
  display: none
}

.top {
  position: absolute;
  height: 93px;
  width: 225px;
  z-index: 100
}

.top h1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}

.top h1 a {
  display: block;
  text-indent: -9999px;
  background: url(../img/sec-logo.png) no-repeat 50% 50%;
  width: 90px;
  height: 90px;
  overflow: hidden;
  background-size: contain;
  margin: 0 auto;
}

.site-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 21;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.site-content canvas {
  display: block;
  margin: 0 auto;
}

.as-background {
  z-index: 10;
  height: 100%
}

.stripped-background {
  background: url(../img/stripped-background.png) no-repeat 50% 50%;
}

.page_404 {
  background: url(../img/404.png) no-repeat 50% 50%
}

.main-navigation {
  position: absolute;
  top: 0;
  left: 0;
  height: 180px;
  width: 220px;
  z-index: 120;
}

.menu-decoration-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 541px;
  width: 220px;
  background: url(../img/nav-background.png) no-repeat 0 0;
  z-index: 2
}

/* Font */

.misc-controls .subscribe,
a.menu-handle,
a.send-form-button,
.gallery-title,
.text-heading,
.accent-descr-text h2.heading,
.downloads-list li a,
.download-arrow,
.info-block-text .person-name,
.short-descr .team-text,
.end-user-agreement-box h2,
.references-list strong,
.nothing-found {
  color: #fff;
  font-family: OpenSansCondensedLight, 'Open Sans Condensed', Arial, sans-serif;
  font-style: italic;
  font-size: 20px;
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
}

/* menu */

.menu-line {
  background: url(../img/transp-2.png) repeat 0 0;
  position: absolute;
  right: 50px;
  top: 121px;
  height: 50px;
  width: 580px;
  /* -webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s */
}

.menu-line a.menu-handle {
  color: #fff;
  position: absolute;
  height: 100%;
  width: 85px;
  font-size: 27px;
  line-height: 51px;
  text-align: left;
  right: 0;
  top: 0;
}

.ie .menu-line a.menu-handle {
  font-size: 25px;
}

a.menu-handle .plus {
  background: url(../img/sprite.png) no-repeat -200px 0;
  position: absolute;
  right: 0;
  top: 50%;
  height: 20px;
  height: 20px;
  margin-top: -10px;
  width: 20px;
}

.menu-line .menu-line {
  top: 51px;
  display: none
}

.menu-line .subsub-nav {
  top: 102px
}

.menu-line ul {
  height: 100%;
  position: absolute;
  right: 180px;
  top: 0;
  margin: 0
}

.menu-line .menu-line ul {
  padding-left: 0;
  left: 10px;
  right: auto;
}

.menu-line li {
  float: left;
  line-height: 50px;
  margin: 0 5px;
  height: 50px;
  position: relative;
  padding: 0 10px;
}

.menu-line li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 10;
  font-size: 12px;
  padding: 18px 0
}

.menu-line .selected-background {
  position: absolute;
  left: -5px;
  right: -5px;
  height: 100%;
  display: none;
  -webkit-transform: skew(-22deg);
  -moz-transform: skew(-22deg);
  transform: skew(-22deg);
  top: 0;
  z-index: 1;
}

.menu-line li.hover .selected-background {
  display: block;
}

.menu-line li.selected .selected-background {
  display: block;
}

a.backlink {
  height: 52px;
  background: url(../img/transp-3.png) repeat 0 0;
  position: absolute;
  left: -20px;
  top: 176px;
  padding: 0 15px 0 55px;
  color: #f20779;
  line-height: 52px;
  text-decoration: none
}

.small-arrow {
  width: 14px;
  height: 9px;
  position: absolute;
  background: url(../img/sprite.png) no-repeat -350px -150px;
  top: 50%;
  left: 35px;
  margin-top: -4px
}

a:hover .small-arrow {
  background-position: -350px -170px
}

a.backlink .rightside {
  width: 23px;
  right: -23px
}

.misc-controls {
  position: absolute;
  right: 0;
  top: 20px;
  width: 245px;
  /*  => was 361 px */
  height: 60px;
  z-index: 120
}

.misc-controls .link-canvas {
  float: left;
  height: 50px;
  width: 60px;
  background: url(../img/misc-nav-background.png) no-repeat 0 0;
  position: relative;
  margin-right: 1px
}

.misc-controls .link-canvas .leftside,
.menu-line .leftside,
.menu-line .rightside,
.gallery-title .leftside {
  background: url(../img/misc-nav-background.png) no-repeat 100% 0;
  position: absolute;
  right: -20px;
  width: 20px;
  height: 100%;
  top: 0
}

.menu-line .rightside {
  left: -22px;
  width: 22px;
  background-position: 0 100%
}

.misc-controls .link-canvas a {
  text-indent: -9999px;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/sprite.png);
  position: relative;
  top: 15px;
  left: 30px;
  float: left
}

.misc-controls .large-canvas {
  width: 101px;
}

.misc-controls .subscribe {
  height: 50px;
  line-height: 51px;
  width: 137px;
  background: url(../img/sprite.png) no-repeat 0 -100px;
  float: left;
  text-indent: 49px;
}

.ie .misc-controls .subscribe {
  text-indent: 45px;
  font-size: 18px
}

.misc-controls a.home {
  background-position: 0 0;
}

.misc-controls a.fullscreen {
  background-position: -50px 0;
}

.misc-controls a.fullscreen.opened {
  background-position: 0 -150px
}

.misc-controls a.en {
  background-position: -150px 0;
  left: 38px
}

.misc-controls a.bg {
  background-position: -100px 0;
}

.misc-controls a.home:hover,
.misc-controls a.home.disable {
  background-position: 0 -50px;
}

.misc-controls a.fullscreen:hover,
.misc-controls a.fullscreen.disable {
  background-position: -50px -50px;
}

.misc-controls a.en:hover,
.misc-controls a.en.disable {
  background-position: -150px -50px;
  left: 38px
}

.misc-controls a.bg:hover,
.misc-controls a.bg.disable {
  background-position: -100px -50px;
}

.misc-controls a.fullscreen.opened:hover {
  background-position: -50px -150px
}

.subscribe-form {
  position: absolute;
  left: 100%;
  width: 250px;
  height: 50px;
}

.subscribe-form .row-input {
  background: #1a0618;
  position: relative;
  width: 171px;
  height: 50px;
}

.subscribe-form .row-input strong {
  position: absolute;
  color: #a58c9a;
  top: 18px;
  left: 11px;
  font-weight: 400;
  z-index: 5
}

.subscribe-form .row-input input {
  background: transparent;
  border: 1px solid #1a0618;
  position: absolute;
  left: 10px;
  right: 10px;
  height: 18px;
  top: 15px;
  color: #a58c9a;
  z-index: 10
}

a.send-form-button {
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
  width: 77px;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-align: center
}

.hidden-submit {
  display: none;
}

.row-input em {
  display: none
}

.error-field em,
.success-field em {
  width: 149px;
  height: 35px;
  line-height: 35px;
  border: 1px dotted #e7147a;
  color: #e7147a;
  position: absolute;
  top: 7px;
  left: 5px;
  padding: 0 5px;
  z-index: 5;
  display: block;
  font-style: normal
}

.success-field em {
  color: #fff;
  border: 0 none
}

.error-field input,
.error-field strong,
.success-field input,
.success-field strong {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

/* footer */

.footer {
  position: absolute;
  height: 74px;
  background: url(../img/transp.png) repeat 0 0;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 120
}

.footer .copyrights {
  color: #a58c9a;
  height: 20px;
  top: 50%;
  position: absolute;
  margin: -5px 0 0 20px;
  font-size: 12px;
  font-weight: 400;
  font-style: italic
}

@media screen and (max-width: 1160px) {
  .footer .copyrights {
    width: 150px;
  }
}

.footer ul,
.footer li {
  list-style-type: none;
  padding: 0;
  margin: 0
}

.footer .specials {
  background: url(../img/transp-2.png) repeat 0 0;
  width: 135px;
  top: -10px;
  left: 50%;
  margin-left: -67px;
  position: absolute;
  height: 84px;
}

.footer .specials ul {
  text-align: center;
  margin-top: 10px;
}

.footer .specials li {
  display: inline;
  padding: 0 21px;
  float: left;
}

.footer .specials li.seg {
  margin-left: 15px;
}

/*.footer .specials li.paradise a{background:url(/img/paradise-logo.png) no-repeat 0 0;width:71px;height:61px;display:block;text-indent:-9999px;}*/

.footer .specials li.seg a {
  background: url(../img/smalllogo.png) no-repeat 0 0;
  width: 43px;
  height: 63px;
  display: block;
  text-indent: -9999px;
  position: relative
}

.footer .specials li.seg a:hover {
  background-position: 100% 0;
}

.footer .specials li.seg strong {
  width: 125px;
  position: absolute;
  left: -41px;
  bottom: -2px;
  height: 6px;
  background: url(../img/sprite.png) no-repeat -346px -350px;
}

.footer .specials li.seg a:hover strong {
  background-position: -346px -359px;
}

.footer .specials li.icca a,
.footer .specials li.icca .link-alike {
  background: url(../img/icca-logo.png) no-repeat 0 0;
  width: 61px;
  height: 61px;
  display: block;
  text-indent: -9999px;
}

.footer .specials li.icca a:hover {
  background-position: 100% 0;
}

.footer .leftside,
.footer .rightside,
.gallery-title .rightside {
  width: 37px;
  position: absolute;
  top: 0;
  height: 100%;
  background: url(../img/footer-center.png) no-repeat 0 0;
  left: -37px;
}

.footer .rightside {
  left: auto;
  right: -37px;
  background-position: 100% 0
}

.footer .webdesign {
  color: #a58c9a;
  position: absolute;
  height: 20px;
  top: 50%;
  margin: -4px 20px 0 0;
  right: 0;
  font-style: italic;
  font-size: 12px;
  font-weight: 400
}

.footer .webdesign a {
  color: #f20779;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400
}

.footer .webdesign a:hover {
  color: #fff;
  font-size: 12px;
  font-weight: 400
}

/* Home content */

ul.accents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150
}

ul.as-background {
  z-index: 10
}

.site-content .img-accent {
  width: 100%;
  position: absolute;
  top: 0;
  padding-left: 4px;
  height: 100%;
  background: url(../img/vertical-gradient.png) no-repeat 0 50%;
}

.site-content .canvas-displacement .img-accent {
  background-image: none;
  margin-left: -200px;
}

.site-content .canvas-displacement .img-1 {
  margin-left: 0
}

.site-content .img-1 {
  left: 0;
  z-index: 1;
}

.site-content .img-2 {
  left: 33.3333%;
  z-index: 2
}

.site-content .img-3 {
  left: 66.6666%;
  z-index: 3
}

.site-content .img-2 .open-accent {
  margin-top: -250px;
}

.site-content .open-accent-3 {
  left: auto;
  top: auto;
  right: 0;
  bottom: 222px;
  margin-top: auto;
  z-index: 150;
  margin-right: -48px
}

.canvas-displacement .open-accent-3 {
  margin-right: -37px;
}

.accent-descr-wrapper {
  width: 428px;
  height: 175px;
  position: absolute;
  background: url(../img/transp-3.png) repeat 0 0;
  z-index: 160
}

.accent-descr-text {
  color: #a58c9a
}

.accent-descr-text strong {
  font-weight: 400
}

.accent-descr-text h2.heading {
  font-size: 39px;
  font-weight: 400;
  line-height: 38px;
  margin: 10px 0;
  height: 74px;
  overflow: hidden;
}

.accent-descr-text .wrapped-text {
  height: 35px;
  overflow: hidden
}

.accent-descr-text .wrapped-text p {
  margin: 0
}

.accent-descr-wrapper .rightside {
  width: 72px;
  right: -72px;
}

.accent-descr-wrapper .leftside {
  width: 72px;
  left: -72px;
}

.accent-descr-wrapper a.more-link {
  position: absolute;
  bottom: 12px;
  left: 0;
  color: #f20779;
  text-decoration: none
}

.accent-descr-wrapper a.more-link:hover {
  color: #fff;
}

.accent-descr-wrapper a.diag-btn {
  position: absolute;
  bottom: 0;
  right: 13px;
  height: 39px;
  line-height: 39px;
  font-weight: 400;
  text-indent: 25px
}

.accent-3-descr {
  right: 0;
  margin-right: -449px;
  bottom: 222px;
  padding-left: 15px;
}

.accent-1-descr {
  left: 0;
  margin-left: -583px;
  bottom: 222px
}

.accent-2-descr {
  left: 0;
  margin-left: -583px;
  bottom: 222px
}

.accent-3-descr .leftside {
  display: none;
}

.accent-3-descr a.more-link {
  left: 15px;
}

.canvas-displacement .accent-1-descr,
.canvas-displacement .accent-2-descr {
  margin-left: -540px
}

.canvas-displacement .accent-3-descr {
  margin-right: -540px;
  padding-left: 0;
}

.canvas-displacement .accent-3-descr .leftside {
  display: block;
}

.canvas-displacement .accent-3-descr a.more-link {
  left: 0;
}

.open-accent {
  background: url(../img/rectangle-handle-rect.png) no-repeat 0 0;
  width: 201px;
  height: 175px;
  position: absolute;
  bottom: 0;
  z-index: 16;
  margin-left: -153px;
}

.open-accent .lefside {
  position: absolute;
  left: -71px;
  height: 100%;
  top: 0;
  width: 71px;
  background: url(../img/accent-leftside.png) no-repeat 100% 0;
}

.img-accent-canvas {
  position: relative;
  z-index: 10;
  top: 0;
  height: 100%;
}

.as-background .img-accent-canvas {
  z-index: 1;
  text-align: center;
  overflow: hidden;
}

.ie7 .as-background .img-accent-canvas {
  text-align: left
}

.img-accent-canvas img,
.img-accent-canvas canvas {
  position: relative;
  z-index: 10;
  text-align: center
}

.img-accent-canvas canvas {
  position: absolute;
  bottom: 0;
}

.canvas-displacement .accents .img-2,
.canvas-displacement .accents .img-3 {
  margin-left: -200px
}

.img-accent-canvas .open-accent {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 5
}

.open-accent strong {
  width: 67px;
  height: 67px;
  background: url(../img/sprite.png) no-repeat -250px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: -9999px;
  margin: -34px 0 0 -36px;
  z-index: 10
}

.expanded strong {
  height: 1px;
  margin-top: 0;
  background: #f20779 none;
  overflow: hidden
}

.grad-line {
  position: absolute;
  left: 0;
  height: 100%;
  width: 5px;
}

.open-accent-1 {
  left: 100%
}

.open-accent-2 {
  left: 33.333%
}

.open-accent-3 {
  left: 66.666%
}

.canvas-displacement .open-accent {
  background: url(../img/rectangle-handle.png) no-repeat 0 0;
}

.canvas-displacement .open-accent-1 {
  margin-left: -133px;
}

.canvas-displacement .open-accent-2,
.canvas-displacement .open-accent-3 {
  margin-left: -200px;
}

/* Gallery */

.gallery-title,
.gallery-controls {
  position: absolute;
  height: 64px;
  left: 0;
  bottom: 266px;
  background: url(../img/transp-3.png) repeat 0 0;
  font-size: 36px;
  z-index: 50
}

.low-title {
  bottom: 84px
}

.gallery-title h2 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 59px;
  height: 50px;
}

.gallery-title {
  padding: 0 20px 0 25px;
  line-height: 64px
}

.gallery-controls {
  left: auto;
  right: 0;
  width: 120px;
}

.gallery-title .leftside {
  right: -27px;
  width: 27px;
  height: 64px;
  background-image: url(../img/diagonal-background.png)
}

.gallery-controls .rightside {
  position: absolute;
  left: -27px;
  width: 27px;
  height: 64px;
  background: url(../img/diagonal-background.png) no-repeat 0 100%;
  top: 0;
}

.gallery-controls a {
  position: absolute;
  text-indent: -99999px;
  display: block;
  width: 33px;
  height: 41px;
  margin-top: 13px;
  background-image: url(../img/sprite.png)
}

.gallery-controls a.next {
  background-position: -500px 0;
  left: 45px
}

.gallery-controls a.next:hover {
  background-position: -500px -50px;
}

.gallery-controls a.prev {
  background-position: -450px 0;
  left: -5px
}

.gallery-controls a.prev:hover {
  background-position: -450px -50px;
}

.gallery-controls a.hide-em-all {
  background: url(../img/diagonal-background.png) no-repeat 0 100%;
  left: -110px;
  width: 81px;
  margin-top: 0;
  height: 64px
}

.gallery-controls a.hide-em-all .rightside {
  background: url(../img/diagonal-background.png) no-repeat 100% 0;
  height: 64px;
  width: 27px;
  left: auto;
  right: -27px;
  position: absolute;
  top: 0
}

.gallery-controls a.hide-em-all .zoom-icon {
  background: url(../img/sprite.png) no-repeat -453px -260px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 39px;
  top: 17px
}

.gallery-controls a.hide-em-all.opened .zoom-icon {
  background-position: -403px -260px
}

.references-list ul {
  position: absolute;
  top: 50%
}

.gallery-list {
  height: 170px;
  background: url(../img/transp-2.png) repeat 0 0;
  bottom: 95px;
  left: 0;
  right: 0;
  position: absolute;
  overflow: hidden;
  z-index: 10
}

.gallery-list .canvas {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer
}

.gallery-list ul {
  position: relative;
  height: 170px;
  top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none
}

.gallery-list li {
  float: left;
  width: 170px;
  height: 150px;
  padding: 10px 5px;
  list-style-type: none
}

.gallery-list li a {
  position: relative;
  width: 170px;
  height: 150px;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden
}

.gallery-list .dark-cover {
  background: url(../img/transp.png) repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: .4s opacity;
}

.gallery-list .plus-zoom {
  background: url(../img/sprite.png) no-repeat -150px -100px;
  width: 83px;
  height: 83px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -42px 0 0 -42px;
  opacity: 0;
  -webkit-transition: .4s opacity;
}

.gallery-list .play-icon {
  background: url(../img/youtu-play-icon.png);
  width: 83px;
  height: 83px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -42px 0 0 -42px;
  opacity: 0;
  -webkit-transition: .4s opacity;
}

.gallery-list li a .dark-cover {
  opacity: 0;
}

.gallery-list li a .plus-zoom {
  opacity: 1;
}

a.nav-list {
  background: url(../img/diagonal-background.png) no-repeat 100% 0;
  width: 131px;
  height: 151px;
  position: absolute;
  top: 50%;
  margin: -75px 0 0;
  left: 0;
  text-indent: -9999px;
  z-index: 100
}

a.nav-list.animated {
  margin-top: -158px;
}

a.nav-list .arrw {
  width: 34px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  background: url(../img/sprite.png) no-repeat -200px -258px
}

a.next-page {
  left: auto;
  right: 0;
  background-position: 0 100%
}

a.next-page .arrw {
  background-position: -250px -258px;
  margin: -32px -32px 0 0;
}

a.animated {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

a.nav-list.collapsed {
  left: -170px;
}

a.next-page.collapsed {
  left: auto;
  right: -170px;
}

.super-large {
  width: 222px;
  height: 254px;
  top: 50%;
  margin-top: -151px;
  background: url(../img/diagonal-background.png)
}

.super-large .rightside {
  display: none
}

.super-large a,
.references-list .super-large a {
  width: 35px;
  height: 67px;
  top: 50%;
  margin-top: -34px
}

.super-large a.prev {
  background-position: -200px -257px;
  left: 112px;
}

.super-large a.next {
  background-position: -250px -257px;
  left: 167px
}

.super-large a.prev:hover {
  background-position: -300px -257px
}

.super-large a.next:hover {
  background-position: -350px -257px
}

/* Person's Info */

.info-block-text {
  position: absolute;
  z-index: 20;
  bottom: 95px;
  left: 0;
  height: 176px;
  background: url(../img/transp-3.png) repeat 0 0;
  color: #aeaeae;
  width: 358px;
  color: #bababa;
  padding: 21px 20px 21px 25px;
}

.short-descr {
  background: url(../img/dots.gif) repeat-x 0 100%;
  height: 155px;
  overflow: hidden
}

.short-descr .team-text {
  line-height: 36px;
  font-size: 30px;
}

.info-block .gallery-title {
  bottom: 315px;
}

.info-block .gallery-list {
  left: 541px;
  overflow: visible;
}

.info-block .gallery-list .canvas {
  margin-left: -93px;
  z-index: 10
}

.info-block .gallery-list .canvas {
  margin-left: -105px
}

html.no-canvas .info-block .gallery-list .canvas {
  margin-left: -33px;
  overflow: hidden;
}

.gallery-list ul {
  overflow: hidden;
}

.info-block-text .person-name {
  color: #fff;
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 400
}

.info-block-text .short-descr .person-name {
  line-height: 33px;
  display: block;
  margin-bottom: 11px;
}

.about-text {
  height: 142px;
  background: url(../img/dots.gif) repeat-x 0 100%;
  overflow: hidden
}

.team-text {
  height: 135px;
  overflow: hidden;
}

.team-more {
  position: absolute;
  bottom: 0;
  left: 25px;
  height: 56px;
  background: url(../img/dots.gif) repeat-x 0 0;
  width: 100%;
}

.team-more a.read-more {
  left: 0;
}

.info-content-limmiter {
  height: 131px;
  overflow: hidden
}

.info-content-limmiter p {
  margin: 0;
}

.info-content-limmiter strong {
  font-weight: normal;
}

.info-title-limmiter {
  height: 139px;
  overflow: hidden
}

.info-block-text em {
  color: #f20779
}

a.read-more {
  position: absolute;
  bottom: 15px;
  color: #f20779;
  left: 25px;
  text-decoration: none;
}

a.more-services {
  left: auto;
  right: 20px;
}

a.read-more:hover {
  color: #fff;
}

/* Common Gradients */

.red-to-perple {
  background: #ec2217;
  background: -webkit-linear-gradient(top, #ec2217, #750879);
  background: -moz-linear-gradient(top, #ec2217, #750879);
  background: linear-gradient(top, #ec2217, #750879)
}

/*
.menu-line li.hover .selected-background,
.menu-line li:hover .selected-background{
	background:#ab144c;
	display:block
} */

.menu-line li.selected .selected-background,
.gallery-list li:hover,
.menu-line li.hover .selected-background,
.menu-line li:hover .selected-background {
  background: #740879;
  /* Old browsers */
  background: -moz-linear-gradient(left, #740879 0%, #db1e25 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #740879), color-stop(100%, #db1e25));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #740879 0%, #db1e25 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #740879 0%, #db1e25 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #740879 0%, #db1e25 100%);
  /* IE10+ */
  background: linear-gradient(to right, #740879 0%, #db1e25 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#740879', endColorstr='#db1e25', GradientType=1);
  /* IE6-9 */
}

.menu-line li.selected .selected-background,
.menu-line li.hover .selected-background,
.menu-line li:hover .selected-background {
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* Facebook Widget Opener */

.facebook-div {
  position: absolute;
  right: -12px;
  width: 137px;
  bottom: 0;
  height: 355px;
  background: url(../img/diagonal-background.png) no-repeat 0 100%;
  z-index: 12
}

.facebook-widget {
  left: 125px;
  bottom: 74px;
  position: absolute;
}

a.facebook-widget-opener {
  position: absolute;
  width: 54px;
  height: 50px;
  text-indent: -9999px;
  bottom: 172px;
  left: 71px
}

.facebook-div .bg-1,
.bg-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/sprite.png) no-repeat -250px -100px;
  z-index: 10;
  top: 0;
  left: 0
}

.facebook-div .bg-2 {
  background-position: -250px -150px;
  z-index: 15;
  display: none
}

a.facebook-widget-opener:hover {
  background-position: -250px -100px
}

.fb_iframe_widget iframe {
  background: #070704
}

.fb-like-tooltip .fb_iframe_widget iframe {
  background: transparent none
}

.fb-like {
  width: 85px;
  float: right;
  margin-top: 3px;
  position: relative;
  z-index: 100
}

.fb-like a.fb-live-button {
  width: 66px;
  height: 37px;
  position: relative;
  float: right;
  margin: -3px -3px 0 0;
  text-indent: -9999px
}

.fb-like a.fb-live-button .bg-1,
.fb-like a.fb-live-button .bg-2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../img/sprite.png)
}

.fb-like a.fb-live-button .bg-1 {
  background-position: 0 -300px;
}

.fb-like a.fb-live-button .bg-2 {
  background-position: -100px -300px;
  display: none
}

.f-letter {
  width: 11px;
  height: 21px;
  background: url(../img/sprite.png) no-repeat -400px -300px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -5px;
  z-index: 5
}

.fb-like-tooltip {
  display: none;
  position: absolute;
  bottom: 43px;
  left: 50%;
  width: 225px;
  padding: 0 20px;
  height: 47px;
  background: url(../img/sprite.png) no-repeat 0 -350px;
  margin: 0 7px 0 -118px
}

.fb-like-tooltip .the-tip {
  background: url(../img/sprite.png) no-repeat -300px -350px;
  width: 16px;
  height: 10px;
  bottom: -10px;
  left: 50%;
  margin: 0 0 0 -8px;
  position: absolute;
}

.fb-like-tooltip .fb-like {
  float: left;
  width: 230px;
  height: 26px;
  margin-top: 11px;
  overflow: hidden;
  text-align: center;
}

/* Text popup */

.text-display {
  width: 666px;
  background: url(../img/transp-3.png) repeat 0 0;
  padding: 20px;
  top: 72px;
  position: absolute;
  left: 50%;
  margin-left: -333px;
  bottom: 350px;
  z-index: 50;
  display: none
}

.text-display table {
  width: 100%
}

.text-display th {
  text-align: left;
  color: #fff;
  padding-bottom: 15px
}

.text-display table li {
  padding-bottom: 8px
}

.text-display .dotline {
  width: 100%;
  height: 18px;
  background: url(../img/dots.gif) repeat-x 0 100%;
  margin-bottom: 18px
}

.text-display-content {
  position: absolute;
  width: 90%;
  top: 20px;
  left: 20px;
  bottom: 20px;
  overflow: auto;
  color: #bababa;
  overflow: hidden
}

.mobile-browser .text-display-content {
  overflow: auto
}

.close-button-background {
  width: 95px;
  height: 80px;
  background: url(../img/diagonal-background.png) no-repeat 100% 0;
  position: absolute;
  top: 0;
  right: -95px;
}

.text-display a.close-handle {
  top: 20px;
  left: 10px;
  width: 36px;
  height: 36px
}

.text-heading {
  font-size: 24px;
  color: #fff;
}

.text-display-content a {
  color: #f20779;
}

/* Downloads Gallery */

.downloads-list-wrapper {
  position: absolute;
  bottom: 222px;
  left: 0;
  height: 443px;
  width: 100%;
  -webkit-transition: bottom .5s;
  -moz-transition: bottom .5s;
  transition: bottom .5s;
  z-index: 13
}

.downloads-list {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 400px;
  z-index: 10
}

.downloads-list li {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 379px;
  height: 335px;
  background: url(../img/diagonal-background.png) no-repeat 0 100%;
  margin-left: -41px;
  font-size: 12px;
  line-height: 14px
}

/*.downloads-list li:hover{bottom:-20px} */

.canvas .downloads-list li img {
  display: none
}

.downloads-list li a {
  position: absolute;
  bottom: 0;
  height: 70px;
  padding: 5px 0 15px;
  z-index: 5;
  line-height: 20px;
  font-size: 21px;
  margin-left: 41px;
  width: 360px;
  text-transform: none
}

.downloads-list li .rightside {
  position: absolute;
  right: -140px;
  width: 140px;
  height: 335px;
  background: url(../img/diagonal-background.png) no-repeat 100% 0;
  z-index: 1
}

.downloads-canvas {
  position: relative;
  z-index: 15;
  background: none transparent;
  cursor: pointer
}

.downloads-list-wrapper .gallery-controls {
  bottom: 0
}

.download-link {
  position: absolute;
  padding-left: 25px;
  left: 0;
  bottom: 0;
  width: 80px;
  color: #e40772
}

.download-link strong {
  height: 45px;
  display: block;
  overflow: hidden;
  margin-right: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px
}

.download-arrow {
  position: absolute;
  padding-left: 25px;
  left: 0;
  bottom: 10px;
  width: 20px;
  color: #e40772;
  height: 20px;
  line-height: 20px;
  text-transform: none
}

.arr-down {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(../img/sprite.png) no-repeat -450px -100px
}

.canvas-less .downloads-list li {
  width: 379px;
  height: 442px;
  overflow: hidden;
  background: url(../img/transp-3.png) repeat 0 0;
  margin: 0;
}

.canvas-less .downloads-list li img {
  display: block;
}

.canvas-less .downloads-list li a {
  top: 0;
  width: 349px;
  margin: 0;
  padding: 0 15px;
  height: 442px;
}

.canvas-less .downloads-list li .img-wrapper {
  width: 379px;
  height: 340px;
  overflow: hidden;
  position: relative;
  left: -15px;
  display: block;
}

.canvas-less .download-link strong {
  margin: 10px 0 0;
}

.canvas-less .download-arrow {
  left: 15px;
  bottom: 15px;
}

/* Google Maps */

.gmap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120%;
  z-index: 1;
}

/* Contacts list */

.contacts-list {
  position: absolute;
  z-index: 20;
  margin-left: 0;
  bottom: 95px;
  left: 124px;
  background: url(../img/transp-3.png) repeat 0 0;
  color: #aeaeae;
  -webkit-transition: margin .3s, left .5s;
  -moz-transition: margin .3s, left .5s;
  transition: margin .3s, left .5s;
  display: none
}

.ie7 .contacts-list {
  width: 365px
}

.ie7 .contacts-list .diag-btn {
  width: 150px
}

.mobile-portrait .contacts-list {
  left: -2px
}

.low-res .contacts-list {
  left: 124px;
}

.contacts-list strong {
  font-weight: 400;
  color: #fff;
}

.contacts-list em,
.contacts-list a {
  font-style: normal;
  color: #f20779;
  text-decoration: none
}

.contacts-list li {
  float: left;
  width: 223px;
  margin-right: 70px;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: margin .3s, font-size .3s, width .3s;
  -moz-transition: margin .3s, font-size .3s, width .3s;
  transition: margin .3s, font-size .3s, width .3s;
}

.contacts-list .rightside {
  -webkit-transition: right .3s, width .3s;
  -moz-transition: right .3s, width .3s;
  transition: right .3s, width .3s;
}

.contacts-list li.last {
  margin-right: 0
}

.contacts-list li .rside {
  width: 60px;
  height: 100%;
  right: -60px;
  background: url(../img/rside-stripe.png) no-repeat 0 100%;
  position: absolute;
  top: 0;
  -webkit-transition: width .3s, -webkit-opacity .3s, opacity .3s;
  -moz-transition: width .3s, -moz-opacity .3s, opacity .3s;
  transition: width .3s, opacity .3s;
}

.contacts-list li p {
  margin: 0;
}

.mobile-portrait .contact-form {
  margin-left: -110px
}

.mobile-portrait .contact-form li {
  margin-right: 10px;
  font-size: 11px;
  width: 200px;
  line-height: 16px
}

.mobile-portrait .contact-form li .rside {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  width: 0;
}

.contacts-list .leftside,
.contacts-list .rightside {
  position: absolute;
  width: 109px;
  top: 0;
  height: 100%;
  background: url(../img/diagonal-background.png) no-repeat 0 100%;
  left: -109px
}

.contacts-list .rightside {
  left: auto;
  right: -109px;
  background-position: 100% 0
}

.contacts-list ul {
  background: url(../img/dots.gif) repeat-x 0 100%;
  float: left;
  width: 100%;
  margin: 20px 0 0 10px;
  min-height: 160px
}

.contacts-list .diag-btn {
  float: right;
  margin-right: -5px;
  z-index: 15;
  -webkit-transition: right .3s;
  -moz-transition: right .3s;
  transition: right .3s;
  font-weight: 400
}

.mobile-portrait .contact-form .diag-btn {
  right: -3px;
}

.contacts-list a.icon-btn {
  margin: 14px 0 0 10px
}

.ie7 .contacts-list a.icon-btn {
  position: absolute;
  bottom: 5px;
  left: 0;
}

.contact-form {
  position: absolute;
  right: -476px;
  background: url(../img/transp-3.png) repeat 0 0;
  color: #aeaeae;
  bottom: 0;
  height: 336px;
  width: 316px;
  display: none
}

.contact-form form {
  position: relative;
  z-index: 10;
  top: 21px;
}

.contact-form .rightside {
  width: 138px;
  right: -138px
}

.contact-form .leftside {
  width: 138px;
  left: -138px;
}

.contact-form .row {
  position: relative;
  height: 31px;
  margin: 0 0 6px;
  width: 310px;
}

.contact-form .text-row {
  line-height: 33px
}

.low-res .contact-form .text-row {
  left: -50px;
}

.contact-form .message-box {
  height: 115px
}

.contact-form .row strong {
  color: #aeaeae;
  position: absolute;
  top: 2px;
  left: 10px;
  line-height: 29px;
  z-index: 1
}

.contact-form .row strong.captcha-field-label {
  left: 101px;
}

.contact-form .row input,
.contact-form .row textarea {
  position: absolute;
  width: 286px;
  height: 29px;
  line-height: 29px;
  border: 1px dotted #929292;
  background: transparent;
  color: #aeaeae;
  padding: 0 10px;
  resize: none;
  z-index: 10
}

.contact-form .row input.captcha-field {
  width: 115px;
  left: 93px;
}

.contact-form .error input,
.contact-form .error textarea {
  border: 1px dotted #f20779;
  color: #f20779;
}

.contact-form .error strong {
  display: none
}

.contact-form .row textarea {
  height: 92px;
  padding: 10px;
  width: 286px;
  line-height: 15px;
}

.contact-form a.close-handle {
  left: auto;
  right: -100px;
  top: 20px;
  width: 36px;
  height: 36px
}

.contact-form a.submit {
  float: right;
  width: 76px;
  height: 31px;
  position: relative;
  text-align: center;
  text-decoration: none;
  overflow: hidden
}

.contact-form a.submit strong {
  color: #fff;
  position: relative;
  z-index: 5;
  text-decoration: none;
  display: block;
  left: 0;
  top: 2px
}

.contact-form a.submit .bg-1,
.contact-form a.submit .bg-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 76px;
  height: 33px;
  background: url(../img/sprite.png) no-repeat 0 -267px;
  z-index: 1
}

.contact-form a.submit .bg-2 {
  background-position: -100px -267px;
  display: none;
  z-index: 2
}

.captcha-wrapper {
  float: left;
  width: 88px;
  height: 31px;
  margin-right: 2px;
}

/* License Agreement */

.end-user-agreement-box {
  position: absolute;
  top: 180px;
  bottom: 280px;
  max-width: 1200px;
  max-height: 700px;
  height: 65%;
  width: 80vw;
  left: 11vw;
  color: #fff;
  font-size: 12px;
  /* line-height: 14px; */
}

.mobile-portrait .end-user-agreement-box {
  left: 120px;
  width: 500px;
  bottom: 180px
}

.mobile-portrait .text-display-content {
  width: 500px
}

.end-user-agreement-box h2 {
  font-size: 36px;
  text-transform: none;
  margin-top: 0
}

/* YouTUbe Player */

.you-tube-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
  text-align: center;
  background: #000
}

a.exit-fullscreen {
  background: #000;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding-right: 100px;
  font-weight: 400;
  display: block;
  text-align: right;
  position: relative;
  color: #f20779
}

a.exit-fullscreen:hover {
  color: #fff
}

.exit-fullscreen .close-x {
  width: 19px;
  height: 19px;
  background: url(../img/sprite.png) no-repeat -503px -260px;
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -10px;
}

/* ==|== non-semantic helper classes ======================================== */

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.options-wrapper {
  width: 286px;
  height: 29px;
  border: 1px dotted #929292;
  color: #aeaeae;
  padding: 0 10px;
  line-height: 29px;
  display: block;
  position: relative;
}

.error .options-wrapper {
  border: 1px dotted #f20779;
}

.error .select-value {
  color: #f20779;
  position: relative;
}

.error .click-arrow {
  border-color: #f20779
}

.options-holder {
  background: #414141;
  margin: 1px 0 0;
  overflow: hidden;
  padding-right: 12px;
  position: relative
}

.options-holder label {
  display: block;
  position: relative;
  z-index: 100;
  text-indent: 10px;
  background: #414141;
  color: #aeaeae;
  margin-right: 30px;
}

.options-holder label:hover {
  color: #fff;
  background: #2a2a2a
}

.click-handler {
  position: relative;
  cursor: pointer;
}

.click-arrow {
  border-left: 1px dotted #929292;
  height: 29px;
  background: url(../img/sprite.png) no-repeat -500px -100px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0
}

.click-handler:hover .click-arrow {
  background: url(../img/sprite.png) no-repeat -550px -100px;
}

.error .click-handler .click-arrow {
  background: url(../img/sprite.png) no-repeat -550px -150px;
}

.contact-form .row input,
.contact-form .row textarea,
.contact-form .contact-form,
.contact-form .row input.captcha-field,
.contact-form .row strong.captcha-field-label,
.contact-form .row,
.options-wrapper,
.contact-form a.submit,
.contact-form a.close-handle {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.mobile-portrait .contact-form .row {
  width: 210px
}

.mobile-portrait .contact-form .captcha-row {
  width: 255px;
  margin-left: -50px
}

.mobile-portrait .contact-form {
  width: 210px;
  right: -380px
}

.mobile-portrait .contact-form .row input,
.mobile-portrait .contact-form .row textarea,
.options-wrapper {
  width: 175px
}

.mobile-portrait .contact-form .row strong.captcha-field-label {
  left: 96px;
  font-size: 11px
}

.mobile-portrait .contact-form .row input.captcha-field {
  width: 61px;
  left: 96px;
}

.mobile-portrait .contact-form a.submit {
  width: 58px;
  margin-right: 11px
}

.mobile-portrait .contact-form a.close-handle {
  right: -45px
}

/* Filter toolbar */

.filter-wrapper {
  position: absolute;
  left: 247px;
  right: 391px;
  top: 0;
  z-index: 22
}

.filter-toolbar {
  background: url(../img/transp-3.png) repeat 0 0;
  height: 65px;
  width: 840px;
  position: relative;
  z-index: 50;
  margin: 0 auto;
}

.filter-toolbar form {
  margin-left: 0;
  position: relative;
  height: 100%;
}

.filter-toolbar .column {
  float: left;
  position: relative;
  top: 0;
  width: 33%;
  max-width: 165px;
  height: 65px;
}

.filter-toolbar .sel {
  background: #000
}

.filter-toolbar .options-wrapper {
  width: 100%;
  padding: 0;
  margin-top: 20px
}

.filter-toolbar .options-wrapper {
  border: 0 none
}

.filter-toolbar .select-value {
  color: #fff;
  margin-right: 30px;
  line-height: 16px;
  display: block;
  overflow: hidden;
  padding-left: 10px;
  position: absolute;
  top: 50%;
  margin-top: -8px
}

.filter-toolbar .click-arrow {
  border: 0;
  right: 10px
}

.filter-toolbar .options-holder label {
  text-indent: 0;
  padding: 10px;
  line-height: 16px;
  background: #000;
  color: #fff;
  margin-right: 10px
}

.mobile-browser .options-holder label {
  margin-right: 0
}

.filter-toolbar .options-holder label:hover {
  background: #1a1a1a;
  color: #f20779
}

.filter-toolbar .options-holder label.selected {
  background: #333
}

.filter-toolbar .options-holder {
  background: #000
}

.filter-toolbar .leftside {
  width: 45px;
  left: -45px;
}

.filter-toolbar .rightside {
  width: 45px;
  right: -45px;
}

.filter-toolbar .click-handler {
  height: 100%
}

.nothing-found {
  position: absolute;
  width: 383px;
  height: 242px;
  top: 240px;
  left: 333px;
  color: #ffb5d3;
  font-size: 30px;
  text-align: center;
  line-height: 168px;
  text-transform: none;
}

/* toolbars */

.scroll-box {
  z-index: 200
}

.scroll-bar {
  background: #797979;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer
}

.text-display .scroll-bar {
  background: #5f5058
}

/* References no canvas */

.references-list li {
  width: 389px;
  height: 251px;
  position: absolute;
  color: #fff;
  cursor: pointer
}

.brands-list li {
  /*background:url(/img/diagonal-background-white.png) no-repeat 0 0;*/
  width: 290px
}

.brands-list li a {
  padding: 15px;
  position: relative;
  display: block
}

.brands-list img {
  position: relative;
}

.brands-list .circle-plus,
.brands-list li a {}

.brands-list li .circle-plus {}

.references-list li a {
  text-decoration: none;
  color: #fff;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2
}

.references-list .circle-plus {
  width: 81px;
  height: 81px;
  background: url(../img/circle-plus.png) no-repeat 0 0;
  position: absolute;
  left: 244px;
  top: 31px;
  display: none;
  z-index: 5
}

.references-list li .overlay {
  background: url(../img/inner-news-overlay.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none
}

.brands-list li .overlay {
  background: url(../img/overlay-diagonal.png) repeat 0 0;
  display: block;
  height: 251px;
  width: 390px;
  z-index: 3;
}

.oldie .brands-list li {
  background: #fff none;
}

.oldie .brands-list li .overlay {
  background: 0 none;
}

.brands-list li .rightside {
  width: 389px;
  height: 100%;
  left: 0;
  position: absolute;
  background: url(../img/diagonal-background-white.png) no-repeat 100% 0;
  top: 0;
  z-index: 1;
}

.brands-list li .rightside .overlay {
  display: none;
}

/*.brands-list li .rightside .overlay{background-position: 100% 0}
.oldie .brands-list li .rightside{display:none;}*/

.oldie .brands-list li .overlay {
  background: url(../img/transp-4.png) repeat 0 0;
}

.oldie .brands-list li .rightside {
  background: 0 none;
}

.brands-list li .circle-plus {
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px
}

.references-list .data-span {
  position: absolute;
  left: 65px;
  top: 116px;
  width: 220px;
  display: none;
  z-index: 5;
  color: #ffb5d3;
  font-size: 12px
}

.references-list strong {
  position: absolute;
  left: 65px;
  top: 136px;
  line-height: 28px;
  font-size: 24px;
  width: 220px;
  display: none;
  z-index: 5;
  font-weight: 400;
  text-transform: none;
  height: 88px;
  overflow: hidden;
}

.oldie .references-list li {
  width: 290px;
  overflow: hidden;
  height: 251px;
}

.oldie .references-list li .overlay {
  background-image: url(../img/inner-news-overlay-msie.png)
}

.oldie .brands-list li .overlay {
  background: url(../img/transp-4.png) repeat 0 0;
  display: block;
  height:
}

.oldie .brands-list li {
  height: 251px;
}

.oldie .references-list .circle-plus {
  left: 200px;
}

.oldie .brands-list li .circle-plus {
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px
}

.oldie .references-list strong,
.oldie .references-list .data-span {
  left: 11px;
}

/* Social Icons */

.social {
  position: absolute;
  top: 26px;
  right: 150px;
  width: 190px;
}

.copyrights .social {
  left: 100%;
  right: 0;
  width: 200px;
  top: -11px;
  margin-left: 120px;
}

.copyrights .social a {
  width: 41px;
  height: 36px;
}

.row-1 {
  width: 74px;
  height: 24px;
  margin: 0 auto 7px;
}

.row-2 {
  width: 111px;
  margin: 0 auto;
  height: 24px;
}

.social a {
  float: left;
  width: 37px;
  height: 23px;
  background: url(../img/sprite.png) no-repeat 0 0;
  /*position:absolute;*/
}

.row-1 a,
.row-2 a {
  position: static;
}

.social a:hover {
  background-position-y: -450px;
}

a.flicker-icon {
  background-position: 0 -400px;
}

a.vimeo-icon {
  background-position: -50px -400px;
}

a.facebook-icon {
  background-position: -100px -400px;
}

a.pinterest-icon {
  background-position: -150px -400px;
}

a.youtube-icon {
  background-position: -200px -400px;
}

a.paradise-icon {
  background-position: -250px -400px;
  width: 26px;
  height: 22px;
  margin-right: 5px
    /*width:42px;height:36px;left:-49px;top:10px;*/
}

a.flicker-icon:hover {
  background-position: 0 -450px;
}

a.vimeo-icon:hover {
  background-position: -50px -450px;
}

a.facebook-icon:hover {
  background-position: -100px -450px;
}

a.pinterest-icon:hover {
  background-position: -150px -450px;
}

a.youtube-icon:hover {
  background-position: -200px -450px;
}

a.paradise-icon:hover {
  background-position: -250px -450px;
}

.small-footer .social {
  right: 150px
}

/*.small-footer .social{right:160px;top:30px;}
.small-footer .social a{float:left;width:28px;height:17px;}

.small-footer  a.flicker-icon{background-position:0 -500px;}
.small-footer  a.vimeo-icon{background-position:-50px -500px;}
.small-footer  a.facebook-icon{background-position:-100px -500px;}
.small-footer  a.pinterest-icon{background-position:-150px -500px;}
.small-footer  a.youtube-icon{background-position:-200px -500px;}*/

/*.small-footer  a.paradise-icon{background-position:-250px -500px;}*/

/*.small-footer  a.flicker-icon:hover{background-position:0 -550px;}
.small-footer  a.vimeo-icon:hover{background-position:-50px -550px;}
.small-footer  a.facebook-icon:hover{background-position:-100px -550px;}
.small-footer  a.pinterest-icon:hover{background-position:-150px -550px;}
.small-footer  a.youtube-icon:hover{background-position:-200px -550px;}*/

/*.small-footer  a.paradise-icon:hover{background-position:-250px -550px;}*/

/*.references-list li.page-nav{width:}*/

/* 404 */

.page_404_text {
  margin: -200px 0 0 225px;
  float: left;
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  height: 400px
}

.page_404_text img {
  margin-bottom: 50px
}

/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {}

@media only screen and (min-width: 768px) {}

/* ==|== print styles ======================================================= */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

canvas {
  -webkit-transform: translateZ(1);
  -moz-transform: translateZ(1);
  transform: translateZ(1);
}

body>canvas {
  position: absolute;
  left: 100px;
  z-index: 1000;
  background: #fff
}

/* PAGING */

.super-page {
  width: 395px;
  height: 250px;
}

.oldie .super-page {
  width: 290px;
}

.references-list li.paging {
  background: url(../img/transp-3.png) repeat 0 0;
}

.references-list li.paging a {
  width: 100%;
  height: 100%;
  padding: 0;
}

.big-arrow-to-right {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 65px;
  margin: -32px 0 0 -17px;
  background: url(../img/sprite.png) no-repeat -200px -257px;
}

.big-arrow-to-left {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 65px;
  margin: -32px 0 0 -17px;
  background: url(../img/sprite.png) no-repeat -250px -257px;
}

.references-list li.paging {
  background-image: none;
  width: 289px;
}

.references-list li.paging a {
  background: url(../img/diagonal-background.png) no-repeat 0 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.references-list li.paging a .rightside {
  background: url(../img/diagonal-background.png) no-repeat 100% 0;
  width: 101px;
  right: -101px;
  position: absolute;
  height: 100%;
}

.oldie .references-list li.paging a {
  background: url(../img/transp-4.png) repeat 0 0
}

.oldie .references-list li.paging a .rightside {
  display: none;
}

.references-list .big-arrow-to-left,
.references-list .big-arrow-to-right {
  margin: -32px 0 0 32px;
}

.oldie .references-list .big-arrow-to-left,
.oldie .references-list .big-arrow-to-right {
  margin: -32px 0 0 -17px;
}

.thank-you-message {
  position: absolute;
  width: 300px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -150px;
  color: #fff;
  display: none;
  text-align: center
}

.low-res .text-display-content {
  width: 80%;
}

.low-res .text-display {
  width: 600px;
  margin-left: -300px;
}

.contact-form .row strong.captcha-field-label,
.contact-form a.submit,
.contact-form .row input.captcha-field {
  margin-top: 6px;
}

.send_newsletter_label {
  color: #fff;
  font-family: OpenSansCondensedLight, 'Open Sans Condensed', Arial, sans-serif;
  font-size: 14px;
}

.send_newsletter {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.subscribe-row {
  background: #1a0618;
  padding: 5px 10px;
  margin-top: 1px;
}

.subscribe-row .btn-wrapper {
  position: relative;
  display: inline-block;
  padding-left: 0;
  line-height: 33px;
  text-align: center;
  width: 250px;
  background: url(../img/dots.gif) repeat-x 100% 0;
  margin-top: 10px;
  text-indent: -25px;
}

.subscribe-row .icon-btn {
  float: none;
}

.subscribe-row .icon-btn:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 17px;
  background: url(../img/sprite.png) -550px 0;
  top: 0px;
  right: -20px;
}

.btn-wrapper .icon-btn:hover:after {
  background-position: -550px -50px;
}

.copyrights .social .dianas-angels {
  background: url(../img/Dianas-Angels-logo.png) no-repeat center;
  width: 120px;
  background-size: contain;
  margin-left: 15px;
  margin-top: 5px;
  opacity: 0.5;
}

.copyrights .social .dianas-angels:hover {
  opacity: 1
}

.cookie-wrapper {
  max-width: 470px;
  transform: skewX(-23deg);
  position: fixed;
  top: 26px;
  left: 201px;
  background: #f76022;
  width: 100%;
  height: 145px;
  z-index: 300;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  display: none;
  opacity: 0;
  transition: display .4s ease-in-out, opacity .4s ease-in-out;

}

.cookie-content {
  transform: skew(23deg);
  padding: 20px 0px 50px 55px;
  max-width: 370px;
  max-height: 80px;
  width: 100%;
  height: 100%;
}

.cookie-title {
  font-size: 18px;
  font-family: 'OpenSansCondensedLight', 'Open Sans Condensed', Arial, sans-serif;

  font-style: italic;
  font-weight: 300;
  padding-bottom: 15px;
}

.cookie-text {
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}

.privacy-button {
  text-decoration: underline;
  color: #fff;
}

.privacy-button:link,
.privacy-button:visited,
.privacy-button:hover,
.privacy-button:active {
  color: #fff;
}

.cookie-button {
  display: inline-block;
  font-family: OpenSansCondensedBold, 'Open Sans Condensed', Arial, sans-serif;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  font-weight: bold;
}

.cookie-button-wrap {
  overflow: hidden;
  position: absolute;
  right: 30px;
  bottom: 20px;

}

.cookie-button:hover:after {
  left: 0%;
}

.cookie-button:after {
  content: '';
  display: inline-block;
  background: #fff;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0px;
  left: -100%;
  transition: left .4s ease-in-out;
}

.privacy-button-wrap {
  position: relative;
}

.show {
  opacity: 1;
  display: block;
  transition: display .4s ease-in-out, opacity .4s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .cookie-wrapper {
    width: 100%;
    top: 180px;
    left: 0;
    height: 190px;
  }

  .cookie-button-wrap {
    right: 40%;
    bottom: -25px;
  }

  .cookie-content {
    width: 75%;
  }
}

.button-footer:link,
.button-footer:visited,
.button-footer:active {
  color: #a58c9a;
  text-decoration: none;
}

.button-footer:hover {
  color: #fff;
}

/* Gallery */
.img-accent-canvas img {
  transform: inherit;
  position: absolute;
  top: 0;
  left: 0;
  transition: top .5s ease-in-out, opacity .5s ease-in-out, transform 2s linear;
  opacity: 1;
  transform-origin: right center;
  transform: scale(1.03);
}

.img-accent-canvas img.zooming {
  transform: scale(1);
}
.img-accent-canvas img.removing {
  top: -100%;
  opacity: 0;
  z-index: 11;
}
.removing {
  pointer-events: none;
}

.img-accent-canvas img.coming-in {
  z-index: 10;
  animation: fade-in .5s ease-in;
}
@keyframes fade-in {
  0% {opacity :0;}
  100% {opacity: 1;}
}
/* close button */
.close{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
  cursor: pointer;
  transform: skewX(23deg);
}
.close-wrapper {
	position: absolute;
	top: 15px;
	right: 30px;
	z-index: 2000;
}
.close-wrapper.hide-x {
	display: none;
}
.close::before, .close::after {
		content: '';
		position: absolute;
		height: 2px;
		width: 100%;
		top: 50%;
		left: 0;
		margin-top: -1px;
		background: #000;
		transition: background .4s ease-in-out;
}
.close:hover::before,
.close:hover::after {
		background:	#019850;
}

.close::before {
	transform: rotate(45deg);
	}
.close::after {
	transform: rotate(-45deg);
	}
.close.heavy::before,.close.heavy::after {
	height: 4px;
	margin-top: -6px;
}