

@font-face {
    font-family: 't_star_mono_roundbold';
    src: url('fonts/tstarmonoroundbold-webfont.eot');
    src: url('fonts/tstarmonoroundbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tstarmonoroundbold-webfont.woff2') format('woff2'),
         url('fonts/tstarmonoroundbold-webfont.woff') format('woff'),
         url('fonts/tstarmonoroundbold-webfont.ttf') format('truetype'),
         url('fonts/tstarmonoroundbold-webfont.svg#t_star_mono_roundbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*Preloader*/

#loader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}


#loaderInner {
    background-image: url(../images/spinner.gif);
    background-position: 50% center;
    background-repeat: no-repeat;
	background-size: 40px 40px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;

}
/*
fonts
Thin 100
Light 300
Regular 400
Medium 500
Bold 700
Black 900
*/
/*Wrapper*/
/*ff5733*/
:root {
	
	/**/
	--bgColor: #fff;
	--textcolor: rgb(255,135,0);
	--linkcolor: rgb(255,135,0); 
	--linkHoverColor: #fff;
	--linkHoverBgColor: #00ff00;
	--linkSelectedColor: #fff;
	--linkSelectedBgColor: #00ff00;
	/**/
	--bgColor: #fff;
	--textcolor: #ff7f32;
	--linkcolor: #ff7f32; 
	--linkHoverColor: #ff7f32;
	--linkHoverBgColor: #ff7f32;
	--linkSelectedColor: #ff7f32;
	--linkSelectedBgColor: #ff7f32;
}
html,body, #wrapper{
	min-height:100vh;
}
.content, .content .container{
	min-height: calc(100vh - 100px);
}
body{
	background-color:var(--bgColor);
	font-family: 't_star_mono_roundbold';
	letter-spacing: 1px;
}
#wrapper{
	position:relative;
	width:100%;
}
.container{
	max-width:1250px;
	    margin: 0 auto;
	padding:0 25px;
}

.container:before,
.container:after{
	display:block;
	content:' ';
	clear:both;
}
/*End wrapper*/


/*Header*/
#header{
	padding: 13px 0px 50px 0px;
}
.logo-url{
	float:left;
}
#mainNav{
	float:right;
	
}
#mainNav ul{
	float:right;
	margin-right: -11px;
}

#mainNav ul li{
	float:right;
	margin-left:25px;
}

#mainNav ul li{
	float: left;
	    position: relative;
	    display: table;
}
#mainNav ul li a{
	display: table-cell;
	color:var(--linkcolor); 
	/*padding:16px 10px;*/
	font-size:22px;
	/*font-size:23px;*/
	line-height:21px;
	line-height:20px;
	letter-spacing: 2px;
	vertical-align: middle;
	position: absolute;
    top: 27px;
 width: 100%;
padding-left: 12px;
	
}


.mt6{
	margin-top: -6px;
}
body.tr #mainNav .menu-item-studio a{
	padding-left:28px !important;
}
body.en #mainNav .menu-item-studio a{
	padding-left:34px !important;
}
body.tr #mainNav .menu-item-projects a{
	padding-left:20px !important;
}
body.en #mainNav .menu-item-projects a{
	padding-left:20px !important;
}
body.tr #mainNav .menu-item-contact a{
	padding-left:14px !important;
}
body.en #mainNav .menu-item-contact a{
	padding-left:18px !important;
}
#mainNav ul li.menu-item.selected .bg-menu-item, #mainNav ul li.menu-item:hover .bg-menu-item{
	visibility: visible;
	/*
	color:var(--linkHoverColor); 
	background-color:var(--linkHoverBgColor); 
	*/
}
.logo{
	width:287px;
}
.bg-menu-item{
	position:relative;
	width:100%;
	visibility: hidden;
	
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: var(--linkcolor);;
}

::selection {
  color: #fff;
  background: var(--linkcolor);;
}

body.en .menu-item-studio{
	width: 148px; 
	
}
body.en .menu-item-projects{
	    width: 160px;
}
body.en .menu-item-contact{
	    width: 135px;
}

body.tr .menu-item-studio{
	width:135px;
}

body.tr .menu-item-projects{
	width:160px;
}

body.tr .menu-item-contact{
	width:146px;
}
.menu-item-lang {
	    width: 61px;
}

.menu-item-lang span.active{
	    display:block;
}
.menu-item-lang span.passive{
	    display:none;
}
.menu-item-lang img{
	visibility: hidden !important;
}

.menu-item-lang:hover span.active{
	    display:none;
}
.menu-item-lang:hover span.passive{
	    display:block;
}

.menu-item-lang:hover img{
	visibility: visible !important;
}

header{
	position:relative;
	width:100%;
	padding:0px;
	
}
#heade:after,
#heade:before{
	display:block;
	content:" ";
	clear:both;
}

.home-slider{
	position:relative;
	width:100%;
	/*
	height: calc(100vh - 100px);
	background-color:var(--linkHoverBgColor); 
	*/
}
.home-slider ul,
.home-slider li{
	width:100%;
	/*
	height:100%;
	background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center;
	*/
}
.home-slider li img{
	width:100%;
}
.project-item{
	width: calc(20% - 20px);
    margin-right: 25px;
margin-bottom:7px;
    float: left;
	
}

.project-item:nth-child(5){
    margin-right: 0px;
}
.project-item:nth-child(10){
    margin-right: 0px;
}
.project-item:hover .image-holder {
	background-position: right center; 
  /*animation: pulse 20s infinite;*/
}
.image-holder{
	display: block !important;
	margin-bottom:6px;
	background-position: center center; 
transition: all 20s ease;
}
.project-item-title{
	padding:12px 0px;
	min-height: 90px;
}
.project-item-title a{
	font-size: 22px;
	line-height: 30px;
	display: inline-block;
	color:var(--linkcolor); 
	padding-bottom:4px;
	border-bottom:2px solid transparent; 
}
.not {
	margin-top:170px;
	margin-bottom:25px;
}
.not span{
	font-size:12px;
}
article{
	position:relative;
}

.project-nav{
	position:absolute;
	right:0px;
	top:0px;
}
.project-nav ul{
	float:right;
}
.project-nav ul li{
	float:left;
}
.project-nav ul li:last-child{
	margin-left:20px;
}
.project-nav a{
	display:inline-block !important;
	border:none !important;
	color:var(--linkcolor); 
	font-size:24px;
}


.disabled  {
    pointer-events: none;
    opacity: .3;
}

/* title-tip down */
.title-tip[title]:hover {
  position: relative;
}
.title-tip[title]:hover:before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  content: attr(title);
  margin-top: 0.5em;
  padding: 8px;
  width: 200px;    /* change it */
  overflow: hidden;
  word-wrap: break-word;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  background-color: var(--linkcolor);
  box-sizing: border-box;
  /*box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);*/
}

.title-tip[title]:hover:before {
    position: absolute;
    top: 100%;
    left: -171px;
    z-index: 99999;
    content: attr(title);
    margin-top: 0.5em;
    padding: 0px;
    width: 182px;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 22px;
    color: var(--linkcolor);
    text-align: center;
    background-color: transparent;
    box-sizing: border-box;
    /* box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); */
}

.title-tip[title]:hover:after {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99999;
  content: '';
  margin-left: -0.125em;
  width: 0;
  height: 0;
  border: 0.25em dashed transparent;
  border-bottom: 0.25em solid var(--linkcolor);
  font-size: inherit;
}

/* title-tip-up */
.title-tip-up[title]:hover:before {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.title-tip-up[title]:hover:after {
  top: auto;
  bottom: 100%;
  border: 0.25em dashed transparent;
  border-top: 0.25em solid var(--linkcolor);
}

/* title-tip-right */
.title-tip-right[title]:hover:before {
  top: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.5em;
}
.title-tip-right[title]:hover:after {
  top: 50%;
  left: 100%;
  margin-left: 0;
  margin-top: -0.125em;
  border: 0.25em dashed transparent;
  border-right: 0.25em solid var(--linkcolor);
}

/* title-tip-left */
.title-tip-left[title]:hover:before {
  top: auto;
  left: auto;
  right: 100%;
  margin-top: 0;
  margin-right: 0.5em;
}

.title-tip-left[title]:hover:before {
    top: 35px;
    left: -171px;
    right: 100%;
    margin-top: 0;
    margin-right: 0.5em;
}
.prev-project.title-tip-left[title]:hover:before {
    top: 35px;
    left: -124px;
    right: 100%;
    margin-top: 0;
    margin-right: 0.5em;
width:169px;
font-size: 20px;
}
.title-tip-left[title]:hover:after {
	display:none;
  top: 50%;
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-top: -0.125em;
  border: 0.25em dashed transparent;
  border-left: 0.25em solid var(--linkcolor);
}
.project-item:hover .project-item-title a{
	/*
	color:var(--linkHoverColor); 
	background-color:var(--linkHoverBgColor); 
	*/
	border-bottom:2px solid var(--linkcolor); 
}
.top-fixed.text-wrapper{
	position:fixed;
	top:25px;
	right:calc((100% - 1200px) / 2);
	width:calc((1200px * 43.333) / 100) !important; /*43.333%*/
}

.bottom-fixed.text-wrapper{
	position:fixed;
	bottom:0px;
	right:calc((100% - 1200px) / 2);
	width:calc((1200px * 43.333) / 100) !important; /*43.333%*/
}

.mobil-text-wrapper .social a,
.text-wrapper .social a{
	font-size: 22px;
	line-height: 31px;
	display: inline-block;
	color:var(--linkcolor); 
	/*padding-bottom:2px;*/
	border-bottom:2px solid transparent;
}

.mobil-text-wrapper .social a:hover
.text-wrapper .social a:hover{
	border-bottom:2px solid var(--linkcolor); 
}
.social li:last-child{
	margin-top: 30px;
}
@keyframes pulse {
  0% {
    background-position:100% 0px   ;
  }
  100% {
    background-color:  100% 100% ;
  }
}
.pl25{
	padding-left:25px;
}
.col-s{
	width:43.333% !important;
	margin:0px !important;
	
}
.col-l{
	width:56.666% !important;
	margin:0px !important;
}
.photo-wrapper{
	float:left;
	width:445px;
	margin-right:25px;
}
.photo-wrapper a{
	display:block;
	margin-bottom:25px;
}
.text-wrapper{
	float:left;
	width:calc(100% - 470px);
	color:var(--textcolor);;
}
.mobil-text-wrapper{
	color:var(--textcolor);;
}
.mobil-text-wrapper p,
.text-wrapper p{
	margin-bottom:18px;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: 400;
}
.mobil-text-wrapper a,
.text-wrapper a{
	    border-bottom: 2px solid var(--linkcolor);
	color: var(--linkcolor);
}
.mobil-text-wrapper h2,
.text-wrapper h2{
	font-size:22px;
	line-height:22px;
	margin-bottom:37px;
}
.mobil-text-wrapper h3,
.text-wrapper h3{
	font-size:22px;
	line-height:31px;
}
.mobil-text-wrapper h4,
.text-wrapper h4{
	font-size:22px;
	line-height:31px;
}
.mobil-text-wrapper h4.location,
.text-wrapper h4.location{
	margin-bottom:31px;
}
.fancybox-nav span {
    border: solid #fff !important;
    border-width: 0 3px 3px 0 !important;
    display: inline-block !important;
    padding: 10px !important;
    cursor: pointer;
    background-image: none !important;
}
.fancybox-nav.fancybox-next span {
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
}
.fancybox-nav.fancybox-prev span {
    transform: rotate(135deg) !important;
    -webkit-transform: rotate(135deg) !important;
}
.fancybox-close {
    position: absolute !important;
    width: 32px !important;
    height: 32px !important;
    opacity: 1 !important;
    background-image: none !important;
}

.fancybox-close {
    top: 21px  !important;
    right: 37px  !important;
    width: 36px;
    height: 36px;
   
}



.fancybox-close:before, .fancybox-close:after {
    position: absolute !important;
    left: 15px !important;
    content: ' ' !important;
    height: 33px !important;
    width: 3px !important;
    background-color: #fff !important;
}
.fancybox-close:before {
    transform: rotate(45deg) !important;
}

.fancybox-close:after {
    transform: rotate(-45deg) !important;
}

.fancybox-next span {
    right: 32px !important;
}
.fancybox-prev span {
    left: 32px !important;
}
.fancybox-overlay {
    background: none !important;
    opacity: 1 !important;
    background-color: rgba(255,255,255, .9) !important;
}

.fancybox-opened .fancybox-skin {
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
    box-shadow: none !important;
    background: transparent !important;
}


.fancybox-skin{
	padding: 0px 15px !important;
}

.pn{
   	position: absolute;
	    top: 50%;
	 top:calc(50% + 30px);
	-ms-transform: translateY(-50%);
	  transform: translateY(-50%);
	    width: 36px;
	    height: 34px;
	    /* margin-top: -18px; */
	    cursor: pointer;
	    z-index: 8040;
	     visibility: hidden; 
	    border: solid #fff !important;
	    border-width: 0 3px 3px 0 !important;
	    display: inline-block !important;
	    padding: 10px !important;
	
}
#slide-nav{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}
.content, .content .container {
    min-height: calc(100vh);
}
.carousel-next {
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
    right: calc(100vw - 1200px - 32px);
}

.carousel-prev {
	left: calc(100vw - 1200px - 32px);
	    transform: rotate(135deg) !important;
	    -webkit-transform: rotate(135deg) !important;
}
.carousel:hover .pn{
	visibility: visible; 
}
.home-slider{
	width:100%;
	height:calc(100vh);
	overflow: hidden;
}
.carousel{
	height:100%;
}
.slide-item{
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}
.slide-item a{
	height:100%;
	width:100%;
	display:block;
}
body.home #header {
    padding: 13px 0px 13px 0px;
    position: fixed;
    z-index: 9999;
background:#fff;
}

#nav-icon3 {
	display:none;
  width: 60px;
  height: 45px;
  position: relative;
  margin-top: 18px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--linkcolor);
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}



/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.mobil-text-wrapper{
	display:none;
}
.hide-full{
	display:none;
}
@media only screen and (max-width: 1260px) {
  	.carousel-next {
	    right:32px;
	}
	.carousel-prev {
		left: 32px;
	}
}
@media only screen and (max-width: 1024px) {
	.project-item {
	    width: calc(33.333% - 20px);
	}
	.project-item img{
	    height:480px;
	}
	.project-item:nth-child(5) {
	    margin-right: 25px;
	}
	.project-item:nth-child(3n) {
	    margin-right: 0px;
	}
}
@media only screen and (max-width: 930px) {
  	ul.menu{
		float: none !important;
		margin-right: 0px !important;
	}
	#mainNav {
		right: -360px;
		width: 360px;
		position: fixed;
		background: #fff;
		z-index: 9;
		top: 109px;
		height: 100vh;
		padding: 25px;
		    
	}
	body.home #mainNav {
		top: 99px;
	}
	.mainnav{
		transition: all .5s ease;
	}
	#mainNav.open{
		right:0px;
	}
	#nav-icon3{
		display:block;
		float: right;
	}
	.bg-menu-item{
		display:none;
	}
	#mainNav ul li {
		top:auto;
	    float: none;
	    position: relative;
	    display: block;
	    width: 100%;
	margin-left:0px;
	margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--linkcolor);
	}
	#mainNav ul li a{
		display:block;
		position:relative;
		top:auto !important;
	}
	body.tr #mainNav .menu-item-studio a,
	body.en #mainNav .menu-item-studio a,
	body.tr #mainNav .menu-item-projects a,
	body.en #mainNav .menu-item-projects a,
	body.tr #mainNav .menu-item-contact a,
	body.en #mainNav .menu-item-contact a {
	    padding-left: 12px !important;
	}
}
@media only screen and (max-width: 830px) {
	.photo-wrapper {
	    width: 100%;
	    margin-right: 0px;
	}
	.text-wrapper {
	    width:100%;
	}
	.mobil-text-wrapper{
		display:block;
	}
	.col-l {
	    width: 100% !important;
	    margin: 0px !important;
	}
	.hide-mobil{
		display:none !important;
	}
	.hide-full{
		display:block;
	}
	.social{
		margin-bottom: 18px;
	}
	
	.fixed-photo {
	    height: auto !important;
	     overflow: auto !important; 
	    position: relative;
	     cursor: default !important;
	    margin-bottom: 25px !important;
	}
	.fixed-photo img {
	    position: relative !important;
	}
}

@media only screen and (max-width: 720px) {
	.project-item {
	    width: calc(50% - 13px);
	}
	
	.project-item:nth-child(3n) {
	    margin-right: 25px;
	}
	.project-item:nth-child(2n) {
	    margin-right: 0px;
	}
}

@media only screen and (min-width: 721px) and (max-width: 1024px) {
	.project-item:nth-child(10){
		margin-right: 25px !important;
	}
}

@media only screen and (max-width: 480px) {
	.project-item {
	    width: 100%;
	margin-right: 0px;
	}
	
	.project-item:nth-child(3n) {
	    margin-right: 0px;
	}
	.project-item img{
		height:290px;
	}
}

@media only screen and (max-width: 440px) {
	.logo {
	    width: 220px;
	}
	
	#nav-icon3 {
	    width: 30px;
	    height: 26px;
	margin-top: 12px;
	}
	#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
	    top: 12px;
	}
	#nav-icon3 span:nth-child(4) {
	    top: 24px;
	}
	
	#mainNav {
	    right: calc(-100%);
		    width: 100%;
	}
	
	body.home #mainNav {
	    top: 77px;
	}
	
}