body,
form,
input,
textarea {
  font-family: 'HelveticaNeueCyrRoman', 'helvetica neue', 'Open Sans', sans-serif;
}
html.no-scroll {
  overflow: hidden;
  padding-right: 18px;
}
.content-wrapper {
  margin-top: 38px;
  padding: 0 2em;
}
.main-container {
  font-family: 'HelveticaNeueCyrLight', 'helvetica neue', 'Open Sans', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
}
label {
  font-weight: normal;
}
.visible {
  opacity: 1.0;
}
.pull-center {
  text-align: center;
}
#curtains-orientier {
  overflow: hidden;
  height: 0;
}
#content-wrapper {
  height: inherit;
  width: inherit;
}
.general-container {
  box-sizing: border-box;
  min-height: 100%;
}
.central {
  max-width: 1200px;
  margin: 0 auto;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
html,
body {
  background: #333333;
  width: 100%;
  height: 100%;
  color: white;
}
body {
  min-width: 900px;
}
.h1-wrapper {
  background: #333333;
}
.h1-wrapper h1 {
  margin: 0;
  padding: 0.6em 1.8em;
  text-align: right;
  font-family: 'electra', 'helvetica neue', 'Open Sans', sans-serif;
  font-size: 39px;
  line-height: 1.5em;
  color: white;
  font-weight: bolder;
  text-transform: uppercase;
}
.h1-wrapper h1.upper {
  z-index: 41;
  position: relative;
}
#content-wrapper {
  box-sizing: border-box;
  min-height: 100%;
}
.footer {
  margin-top: -60px !important;
}
.central {
  max-width: 1200px;
  margin: 0 auto;
}
.main-corners {
  min-height: 100%;
}
.main-corners.left {
  background: url(../../images/portfolio/left-corner.png) no-repeat top left;
  padding-left: 26px;
  margin: 0 -53px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 70px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 70px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 70px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main-corners.right {
  background: url(../../images/portfolio/right-corner.png) no-repeat top right;
  padding-right: 27px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 70px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 70px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main-container {
  max-width: 1200px;
  margin: 0 auto;
  height: inherit;
  min-height: 100%;
}
.main-wrapper {
  background: #666666;
  min-height: 100%;
  padding-bottom: 88px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* ======== Categories ======= */
.portfolio-categories {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}
.portfolio-categories li {
  display: inline-block;
  margin: 0 2em 0;
  padding: 0 0 0 0;
}
.portfolio-categories li a {
  font-family: 'HelveticaNeueCyrBold', 'helvetica neue', 'Verdana', 'Arial', sans-serif;
  text-shadow: black 0 1px 1px;
  display: inline-block;
  color: white;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 5px 25px 3px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: bolder;
}
.portfolio-categories li a:hover,
.portfolio-categories li a.active {
  background: #333333;
}
.categories-wrapper {
  text-align: center;
  padding: 2em 0;
}
/* ======== END Categories ======= */
/* ======== Portfolio ======= */
.portfolio-gallery {
  text-align: center;
  opacity: 1.0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.portfolio-gallery.loading {
  opacity: 0.0;
}
.portfolio-gallery .portfolio-item {
  padding: 10px 20px;
  text-decoration: none;
  color: white;
  display: inline-block;
  height: 200px;
  vertical-align: top;
}
.portfolio-gallery .portfolio-item img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 282px;
  height: 101px;
  opacity: 0.0;
}
.portfolio-gallery .portfolio-item img.loaded {
  opacity: 1.0;
}
.portfolio-gallery .portfolio-item img:hover {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: black 0px 3px 18px;
  -moz-box-shadow: black 0px 3px 18px;
  box-shadow: black 0px 3px 18px;
}
.portfolio-gallery .portfolio-item .info {
  padding-top: 6px;
}
.portfolio-gallery .portfolio-item .info .title {
  font-size: 1.2em;
  line-height: 20px;
  font-family: 'HelveticaNeueCyrBold', 'helvetica neue', 'Verdana', 'Arial', sans-serif;
  font-weight: bolder;
}
.portfolio-gallery .portfolio-item .info .type {
  font-weight: lighter;
  line-height: 20px;
}
/* ======== END Portfolio ======= */
/* ======== Preview portfolio ====== */
.portfolio-gallery-background {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.0;
}
.portfolio-gallery-background.visible {
  z-index: 40;
  opacity: 0.85;
}
.portfolio-item-preview {
  color: black;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  opacity: 0.0;
  min-width: 853px;
  min-height: 480px;
  z-index: -1;
  border: #6A6C6C 4px solid;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #DDDDDD;
}
.portfolio-item-preview.visible {
  z-index: 110;
  opacity: 1.0;
}
.portfolio-item-preview .video-container {
  background: url(../../images/progress.gif) no-repeat center 200px;
}
.portfolio-item-preview .video-container .loading {
  display: none;
}
.portfolio-item-preview .video-info {
  padding: 1.5em 1.7em;
}
.portfolio-item-preview .video-info ul {
  max-width: 800px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-item-preview .video-info strong {
  font-family: 'HelveticaNeueCyrBold', 'helvetica neue', 'Verdana', 'Arial', sans-serif;
}
.portfolio-item-preview .close {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: inline-block;
  float: right;
  margin-right: -50px;
  margin-bottom: -37px;
  width: 37px;
  height: 37px;
  opacity: 0.3;
  background: url(../../images/close.png) no-repeat;
}
.portfolio-item-preview .close:hover {
  opacity: 1.0;
}
/* ======== END Preview portfolio ====== */
/*# sourceMappingURL=portfolio.css.map */