@font-face {
    font-family: 'Gotham-Black';
    src: url('../fonts/Gotham-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Thin';
    src: url('../fonts/Gotham-Thin.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
html, body { 

}

body {
    margin: 0;
    padding: 0;
    width: 100wv;
    color: #231f20;
    font-size: 0;
    
}
.wrapper {
  display: block;
    max-width: 750px;
    margin: auto;
    padding: 0 24px;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}
.black_line {
  background: #000;
    position: fixed;
    z-index: 1032;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    display: none;
}
.space {
  height: 78px;
  width: 100%;
}
.space_big {
  height: 140px;
  width: 100%;
}
.content {
  margin-top: 186px;
  
}

.section {
  display: block;
  width: 100%;
  opacity: 0;
}
.logo {
  height: 142px;
  width: 100%;
  opacity: 0;
}
.logo_image {
  width: 264px;
  height: 56px;
  margin-top: 44px; 
}

.menu {
  position: relative;
  height: 42px;
  width: 100%;
  border-top: 1px solid #231f20;
  border-bottom: 1px solid #231f20;
  opacity: 0;
  overflow: hidden;
}

.menu_inside {
  position: relative;
  display: table;
  white-space: nowrap;
}
.menu_item {
  display: inline-block;
  margin-top: 17px;	
  margin-right: 10px;
  
}
a {
  color: #231f20;
 
  text-decoration: none;
}
.menu_item_active{
  color: #b8559e !important;
}

a:hover {
  color: #b8559e;
}
.a_mail {
  font-weight: bold;
}
ul {
  margin: 0;
  padding: 0;
}
.menu_item > a {
  font-family: 'Gotham-Light';
  text-transform: uppercase;
  color: #231f20;
  font-size: 10px;
  line-height: 10px;
  text-decoration: none;
}
.menu_item > a:hover {
  color: #cd000e;
}
.page404 {
  font-family: 'Gotham-Bold';
  color: #231f20;
  font-size: 24px;
  padding-top: 70px;
  opacity: 0;
  text-transform: uppercase;
}
h1,h2 {
  font-family: 'Gotham-Bold';
  text-transform: uppercase;

  color: #231f20;
  font-size: 18px;
  line-height: 18px;
  margin: 0;
}
.info_left {
  display: inline-block;
  width: 200px;
  vertical-align: top;
}

.info_date {
  font-family: 'Times New Roman', Times, serif;
  font-size: 40px;
  line-height: 40px;
  height: 48px;
  font-style: italic;
  color: #231f20;
  text-align: right;
  margin-top: -6px;
}

.info_name {
  border-top: 1px solid #231f20;
  text-align: right;
  padding-top: 10px;
}

.info_right {
  display: inline-block;
  max-width: 550px;
}
.info_right_inner {
  padding-left: 30px;
  font-family: 'Gotham-Book';
  color: #535353;
  font-size: 12px;
  line-height: 18px;
  margin-top: -5px;
}                               	

.row {
  display: flex; 
  align-items:center; 
}
.row_inside {
  margin: auto;
}
.row_inside_empty {
  margin: 0;
}
.row_images {
  display: block;
  white-space: nowrap;
  margin-bottom: 5px;  
}
.project_row_image {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  background-color: lightgray;
  vertical-align: top;
  overflow: hidden;
}
.no_background {
  background-color: transparent;
}
.project_big_image {
  opacity: 0;
}
.project_row_image_info {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  font-size: 24px;
  color: cadetblue;
  background-color: black;
}
.grad {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.project_row_image_grad {
  position: absolute;
  bottom: 0;
  left: 0;
  iborder: 1px solid #ff0000;
  
}

.project_row_image_grad1 {
  height: 60%;
  width: 100%;
}
.project_row_image_grad2 {
  height: 40%;
  width: 100%;
}
.project_row_image_grad3 {
  height: 10%;
  width: 100%;
}

.project_row_image_solid_white {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0;
}

.project_row_image_solid_black {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0;
}

.project_row_image_grad_white {
  background-image: linear-gradient(to top, rgba(255,255,255,1) 0, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
}

.project_row_image_grad_black {
  background-image: linear-gradient(to top, rgba(0,0,0,1) 0, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);
}


.project_row_image_cover {
  position: absolute;
  
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition-property: opacity;
  transition-duration: .3s;
}
.project_row_image_cover_plus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/24_big_plus.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.project_row_image_cover:hover {
  opacity: .7;
}
.project_row_image_first {
  margin-left: 0;
}
.project_row_image:nth-last-child() {
  margin-left: 0;
}
.project_row_image_border {
  position: absolute;
  width: 100%;
  height: 100%;
  iborder: 5px solid rgba(0, 0, 0, .05);
  -webkit-box-shadow:inset 0px 0px 0px 1px rgba(0, 0, 0, .05);
  -moz-box-shadow:inset 0px 0px 0px 1px rgba(0, 0, 0, .05);
  box-shadow:inset 0px 0px 0px 1px rgba(0, 0, 0, .05);
}

.viewer_noshow {
  display: none;
}
.viewer {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}
.viewer_inner {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  margin: 90px 40px 85px 40px;
  iborder: 1px solid #000;
  width: calc(100% - 80px);
  height: calc(100% - 175px);
  cursor: pointer;
}
.viewer_inner_short {
  height: calc(100% - 201px);
}
.for_info {
  iz-index: 200;
}
.blackwhite {
  position: absolute;
  top: 38px;
  right: 75px;
  height: 14px;
  width: 14px;
  background-image: url('../images/22_turn_to_black.svg');
  cursor: pointer;
}
.blackwhite.is_black {
  background-image: url('../images/23_turn_to_white.svg');
}
/*
.blackwhite:hover {
  background-image: url('../images/23_turn_to_white_rollover.svg');
}
.blackwhite.is_black:hover {
  background-image: url('../images/22_turn_to_black_rollover.svg');
}
*/

.fullscreen {
  position: fixed;
  top: 38px;
  right: 39px;
  height: 14px;
  width: 14px;
  background-image: url('../images/18_Fullscreen_black.svg');
  cursor: pointer;
  z-index: 160;
}
.fullscreen.is_black {
  background-image: url('../images/19_Fullscreen_white.svg');
}
/*
.fullscreen.is_black:hover {
  background-image: url('../images/19_Fullscreen_white_rollover.svg');
}
.fullscreen:hover{
  background-image: url('../images/18_Fullscreen_black_rollover.svg');
}
*/

.fullscreen_on {
  background-image: url('../images/20_Fullscreen_close_black.svg');
}
.fullscreen_on.is_black {
  background-image: url('../images/21_Fullscreen_close_white.svg');
}
/*
.fullscreen_on:hover {
  background-image: url('../images/20_Fullscreen_close_black_rollover.svg');
}
.fullscreen_on.is_black:hover {
  background-image: url('../images/21_Fullscreen_close_white_rollover.svg');
}
*/

.viewer_close {
  position: absolute;
  bottom: 29px;
  right: 40px;
  height: 23px;
  width: 23px;
  cursor: pointer;
  background-image: url('../images/09_Close_black.svg');
}
/*
.viewer_close:hover {
  background-image: url('../images/10_Close_rollover.svg');
}
*/
.viewer_close.is_black {
  background-image: url('../images/11_Close_white.svg');
}
/*
.viewer_close.is_black:hover {
  background-image: url('../images/10_Close_rollover.svg');
}
*/

.viewer_info {
  opacity: 0;
  position: absolute;
  bottom: -26px;
  left: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url('../images/06_image_caption_black.svg');
}
.viewer_info_on {
  background-image: url('../images/07_image_caption_enabled.svg');
}

.viewer_info.is_black {
  background-image: url('../images/08_image_caption_white.svg');
}

.viewer_info_text {
  position: absolute;
  bottom: -26px;
  left: 36px;
  font-size: 20px;
  display: none;
  font-family: 'Gotham-Book';
  font-size: 12px;
  line-height: 16px;
  color: #58595b;  
}

.viewer_info_text.is_black {
  color: #fff;
}

.viewer_info_text1 {
  margin-right: 20px;
}

.viewer_controls.is_black {
  color: #fff;
}

.viewer_controls_info1 {
  position: absolute;
  height: 23px;
  font-family: 'Gotham-Light';
  font-size: 10px;
  line-height: 23px;
  bottom: 30px;
  right: 168px;
  width: 30px;
  text-align: right;
  color: #535353;
  user-select: none;
}
.viewer_controls_slash {
  position: absolute;
  bottom: 30px;
  right: 154px;
  width: 14px;
  height: 23px;
  background-image: url('../images/28_slash_black.svg');
}
.viewer_controls_slash.is_black {
  background-image: url('../images/29_slash_white.svg');
}
.viewer_controls_info2_pos {
  position: absolute;
  bottom: 30px;
  right: 137px;
}
.viewer_controls_info2 {
  position: absolute;
  height: 23px;
  bottom: 30px;
  right: 124px;
  width: 30px;
  font-family: 'Gotham-Light';
  font-size: 10px;
  line-height: 23px;
  text-align: left;
  color: #535353;
  user-select: none;
}
.viewer_controls_prev {
  position: absolute;
  bottom: 30px;
  right: 218px;
  cursor: pointer;
  height: 23px;
  width: 13px;
  background-image: url('../images/12_prev_black.svg');
}
/*
.viewer_controls_prev:hover {
  background-image: url('../images/13_prev_rollover.svg');
}
*/
.viewer_controls_prev.is_black {
  background-image: url('../images/14_prev_white.svg');
}
/*
.viewer_controls_prev.is_black:hover {
  background-image: url('../images/13_prev_rollover.svg');
}
*/

.viewer_controls_next {
  position: absolute;
  bottom: 30px;
  right: 91px;
  cursor: pointer;
  height: 23px;
  width: 13px;
  background-image: url('../images/15_next_black.svg');
}
/*
.viewer_controls_next:hover {
  background-image: url('../images/16_next_rollover.svg');
}
*/
.viewer_controls_next.is_black {
  background-image: url('../images/17_prev_white.svg');
}
/*
.viewer_controls_next.is_black:hover {
  background-image: url('../images/16_next_rollover.svg');
}
*/

.viewer_controls_zoom {
  display: none;
  position: absolute;
  bottom: 23px;
  right: 259px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-image: url('../images/24_big_plus.svg');
}
.viewer_controls_zoom.is_black{
  background-image: url('../images/24_big_plus.svg');
}

.viewer_controls_cs {
  display: none;
  position: absolute;
  bottom: 24px;
  right: 259px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-image: url('../images/24_big_plus_black.svg');
}
.viewer_controls_cs.is_black{
  background-image: url('../images/26_big_plus_white.svg');
}

.viewer_controls_ab {
  display: none;
  position: absolute;
  bottom: 23px;
  right: 259px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-image: url('../images/24_big_plus_black.svg');
}
.viewer_controls_ab.is_black{
  background-image: url('../images/26_big_plus_white.svg');
}
.viewer_controls_ab_on {
  display: none;
  position: absolute;
  bottom: 30px;
  right: 259px;
  width: 35px;
  height: 21px;
  cursor: pointer;
  background-image: url('../images/25_big_minus_black.svg');
}
.viewer_controls_ab_on.is_black{
  background-image: url('../images/27_big_minus_white.svg');
}
.viewer_controls_play {
  display: none;
  position: absolute;
  bottom: 23px;
  right: 259px;
  width: 23px;
  height: 33px;
  cursor: pointer;
  background-image: url('../images/30_CS_play_regular_black.svg');
}
.viewer_controls_play.is_black {
  background-image: url('../images/31_CS_play_regular_white.svg');
}
.viewer_controls_pause {
  display: none;
  position: absolute;
  bottom: 23px;
  right: 259px;
  width: 23px;
  height: 33px;
  cursor: pointer;
  background-image: url('../images/32_CS_pause_regular_black.svg');
}
.viewer_controls_pause.is_black {
  background-image: url('../images/33_CS_pause_regular_white.svg');
}


.viewer_image {  
  object-position: center;
  max-height: 100%;
  max-width: 100%;
  iborder: 1px solid #000;
  position: absolute;
  top: 0;
  display: block;
  left: 100px;
}


.noscroll {
  overflow: hidden;
  
}
.show_image {
  opacity: 0;
}
/*----------------------*/
#imageViewerZoom {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 150;
  padding-top: 6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
#imageViewerZoom #imageViewerZoomViewport {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: #FFF;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#imageViewerZoomViewportPan {
  position: relative;
  z-index: 100;
}

#imageViewerZoom #imageViewerZoomViewport img {
    position: relative;
    display: block;
    margin: 0 auto;
    opacity: 0;
}

.controlZOOMout {
  position: absolute;
  right: 40px;
  bottom: 30px;
  height: 21px;
  width: 35px;
  
  z-index: 1000;
  cursor: pointer;
  background-image: url('../images/27_big_minus_white.svg');
}
/*------------------------------------------*/
.casestudy {
  display: none;
}
.play_btn, .pause_btn {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: opacity;
  transition-duration: .3s;
}
.play_btn > img {
  width: 100px;
  height: 100px;
  cursor: pointer;
  
}
.pause_btn > img {
  width: 100px;
  height: 100px;
  cursor: pointer;
  
}
.play_btn:hover {
  opacity: 1;
}
.pause_btn:hover {
  opacity: 1;
}
/*-------------------------------*/
.darkView {
  background-color: #30302e;
  color: #30302e;
}
.menu_nav_prev {
  position: absolute;
  z-index: 6;
  right: 28px;
  top: 14px;
  height: 14px;
  width: 8px;
  background-image: url('../images/02_left_menu_arrow.svg');
  cursor: pointer;
}

.menu_nav {
  
}
/*
.menu_nav_prev:hover {
  background-image: url('../images/03_left_menu_arrow_rollover.svg');
}
*/
.menu_nav_next {
  position: absolute;
  z-index: 6;
  right: 0;
  top: 14px;
  height: 14px;
  width: 8px;
  background-image: url('../images/04_right_menu_arrow.svg');
  cursor: pointer;
}
/*
.menu_nav_next:hover {
  background-image: url('../images/05_right_menu_arrow_rollover.svg');
}
*/
.menu_left_grad {
  position: none;
  z-index: 5;
  width: 15px;
  height: 42px;
  top: 0;
  left: 0;
  background-image: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));
}

.menu_right_grad {
  position: absolute;
  z-index: 5;
  width: 15px;
  height: 42px;
  top: 0;
  right: 75px;
 
  background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
}
.menu_after_grad {
  position: absolute;
  z-index: 5;
  width: 75px;
  height: 42px;
  top: 0;
  right: 0;
  background-color: #fff;
}

.btnScrollTop, .btnScrollBottom {
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  opacity: 0;
}
.btnScrollTop {
  position: fixed;
  top: 194px;
  background: url(../images/36_top_arrow.svg) center center no-repeat;
  height: 10px;
  width: 18px;
  padding: 10px;
}
.btnScrollBottom {
  position: fixed;
  bottom: 7px;
  background: url(../images/38_bottom_arrow.svg) center center no-repeat;
  height: 10px;
  width: 18px;
  padding: 10px;
}
/*
.btnScrollTop:hover {
  background: url(../images/37_top_arrow_rollover.svg) center center no-repeat;
}
.btnScrollBottom:hover {
  background: url(../images/39_bottom_arrow_rollover.svg) center center no-repeat;
}
*/
.mobile_menu {
  display: none;
}
.mobile_section {
  display: none;
}
#nav-icon2 {
  display: none;
}


