@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: "MetaBlack";
    font-weight: bold;
    src: local("☺"), url("../fonts/MetaWebPro-Black.woff") format("woff");
}

@font-face {
	font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.ttf');
    font-weight: 100;
    font-style: normal;
}

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

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

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

html {
	background-color: #575757;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased !important;
	font-smooth:always;
	overflow-x:hidden;
	}
html.theme.light {
  background-color: #fff;
}
body {
	margin:0;
	padding:0;
	font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	color:#333;
	font-weight: 600;
	font-size:1.1em;
	}
h1, h2, h3 {
  font-family:'Roboto';
}
h1 {
	text-transform:uppercase;
	letter-spacing:0.2em;
	font-size:2.5em;
	text-align:center;
	}
h2, .nk-section-separator {
	text-transform: uppercase;
	margin:40px auto 10px auto;
	letter-spacing:0.1em;
	text-align:center;
	}
h3 {
	text-transform: capitalize;
	font-size: 1em;
  margin: 0;
	}

.setCover .nk-section-separator {
  margin: 0;
  }
a {
	text-decoration:none;
	color:#009EFF;
	}
form {

	}
input{
	 	border-radius:4px;
		border:1px solid #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	}
#glz-logo {
	  width: 60px;
		height: 52px;
		background: rgba(0, 0, 0, 0) url("/images/icons/logo_tg_sprite.png") -21px -150px no-repeat;
		position: fixed;
		top: 7px;
		left: 20px;
		z-index: 69;
		display: inline-block;
		float: left;
	}
#gulzila-logo {
	width: 60px;
		height: 52px;
		background: rgba(0, 0, 0, 0) url("/images/icons/logo_glz_sprite.png") -21px -150px no-repeat;
		position: fixed;
		top: 7px;
		left: 20px;
		z-index: 69;
		display: inline-block;
		float: left;
	}	
.theme.light #glz-logo {
  background: rgba(0, 0, 0, 0) url("/images/icons/logo_tg_sprite.png") -200px -150px no-repeat;
  }
#glz-header {
	width:100%;
	height:64px;
	background-color: rgba(87,87,87,1);
	position:fixed;
	z-index: 99;
	}
.theme.light #glz-header {
	background-color: #fff;
	}
#glz-nav-underlay {
	height: 34px;
	position: fixed;
	top:60px;
	width: 100%;
	background-color:#949ea2;
	outline:0;
	background-image: linear-gradient(top, #919191 0%, #999 100%);
	background-image: -o-linear-gradient(top, #919191 0%, #999 100%);
	background-image: -moz-linear-gradient(top, #919191 0%, #999 100%);
	background-image: -webkit-linear-gradient(top, #919191 0%, #999 100%);
	background-image: -ms-linear-gradient(top, #919191 0%, #999 100%);
	background-image: -webkit-gradient(	linear,left top,left bottom,color-stop(0, #919191),color-stop(1, #999));
	}
@media screen and (max-device-width:480px) {
	body {
		zoom: 1;
		min-height:900px;
		width:100%;
		margin: 0;
		}
	}

/*** ***/
.home-content {
	height:200px;
	}
#nk-cover {
	display: none;
	position: fixed;
	z-index:9999;
	opacity:0.90;
	filter:alpha(opacity=90);
	background-color:#fff;
	width:100%;
	top:-10px;
	}
#set-list {
	margin-top: 80px;
	}
.nk-content {
	margin:0 auto;
	width:100%					;
	height:inherit;
	}

.section-link-back {
  display: none;
  }
.setProj .section-link-back {
  display: inline-block;
  text-align: left;
  cursor:pointer;
  width: 80%;
  position:relative;
  top:8px;
  left:-16px;
  overflow: hidden;
  text-indent: -80px;
  background: url(/images/icons/icon_back.png) no-repeat left;
  background-size: 20px;
  opacity: 75%;
  transition: all 1s;
  }
.setProj .section-link-back:hover {
  opacity: 100%;
  }
.nk-content ul {
	list-style:none;
	margin:0;
	padding:0;
	}
.nk-content li {
	display:inline-block;
	}
.nk-content .setCover li {
	width:30%;
	}
.nk-content .setCover li.case-study {
	width:38%;
	}

  @media screen and (max-width: 1300px){
      .nk-content .setCover li {
        width:48%;
      }
      .setCover .nk-section-separator {
        font-size: 118%;
      }
    }
.setCover .project.shown, .setProj .project.shown {
  display: inline-block;
  }
.setProj .project.hidden {
  display: none;
}
.setfull .project, .setSlide .project {
  display: inline-block;
}
.setCover .nk-content li.project, .setProj .nk-content li.project {
	display:inline;
	}
.setCover .nk-content li.project ul, .setProj .nk-content li.project ul {
	display: inherit;
	}
.nk-content-hd {
	position:fixed;
	top: 0;
	z-index:999;
	height: inherit;
	width: inherit;
	padding-bottom: 16px;
	}
.nk-content-hd h1 {
	color: #fff;
  font-family: "BonvenoCFLight";
  font-size: 36px;
  font-weight: 100;
  letter-spacing: 10px;
  margin: 0 0 0 10px;
  text-align: left;
	text-shadow: 0 1px 2px #E0770D;
	height: 50px;
	}
#menu-link-mobile {
	display: none;
  cursor: pointer;
	}

/* Navigation */
#nk-nav {
	outline:0;
	height:inherit;
	z-index:99;
	width: 560px;
  margin: 0 auto;
	/* text-indent: 30px; */
  padding: 0 15px;
	margin: 0 auto;
	position: relative;
  top: 10px;
	}
.nk-settings {
	display: inline-block;
	float: right;
	position: relative;
  top: 16px;
  right: 39px;
}
.slide-button {
	border:0;
	}
#glz-header a {
	border:0;
	}
#nk-nav ul {
	height:34px;
	position: relative;
	left: 75px;
	}
#nk-nav li {
	height:27px;
	padding: 8px 20px 0 20px;
	font-size: .9em;
	font-weight: 600;
	letter-spacing: 2px;
	text-align:center;
	font-family:'Roboto', Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	}

.proj-nav {
  display: none;
}
.setProj .proj-nav {
  display: inline-block;
  padding-bottom: 40px;
  width: 100%;
}
.proj-default, .proj-selected {
  transition: 0.5s all;
  display: inline-block;
  width:  8px;
  height: 8px;
  margin: 0 10px;
  border-radius: 10px;
  cursor: pointer;
}
.proj-default:hover {
  background-color: #009eff;
}
.proj-default {
  background-color: #fff;
  border:2px solid #009eff;
}
.proj-selected {
  background-color: #009eff;
  border:2px solid #009eff;
}

.sets-icon {
	display:inline-block;
	width:10px;
	height:10px;
	background:transparent url(/portfolio/icons/sprite_sets_icon.png) no-repeat 0 0;
	position: relative;
	left: -4px;
	top: 1px;
	}
.selected .sets-icon {
	background-position: 0 -10px;
	}
.sets-label {
	display:inline-block;
	}

#nk-nav li {
	color:#fff;
	}
.theme.light #nk-nav li {
	color:#000;
  }
#nk-nav li.selected {
	opacity: 1;
	filter:alpha(opacity=1);
	font-family:"droid_sansbold";
	text-shadow: none;
	font-weight:600;
  border-bottom: 3px solid #fff;
  padding-bottom: 13px;
	}
body.theme.light #nk-nav li.selected {
  border-color: #000;
}
#nk-nav li.home.selected {
	}
.nav-tab {
	cursor:pointer;
	}
.nav-main {
	color:#fff;
	}
.nav-main li.selected {
  cursor: pointer;
  }
#nk-content-bd {
	width: 100%;
	text-align:center;
	background-color: #f8f8f8;
	}
.nk-content-links {
	color:#fff;
	height: inherit;
	padding:10px;
  margin:20px 0 10px 0; font-size:12px;
	font-size:11px;
	background-color: #575757;
	}
.theme.light .nk-content-links {
	color:#000;
	background-color: #fff;
	}
.nk-content-links a {
  	color:#ABABAB;
  	font-size: 14px;
  	font-weight: 600;
    font-family: "droid_sansregular";
    text-transform: lowercase;
    padding:0 20px;
  	}
.nk-content-ft img.icon-social {
  	width: 20px;
  	height: 20px;
  	position: relative;
  	top: -2px;
  	vertical-align: middle;
  	padding-right: 5px;
	}
.setCover .nk-content-links, .setProj .nk-content-links {
	display:none;
	}
.nk-content-links li {
	float:none;
	white-space: nowrap;
	}
.nk-content-links ul.link-column {
	margin:0 auto;
	display:inline-block;
	}
.nk-content-links ul.link-column li {
	display:table-cell;
	}
.nk-content-links ul.link-list {
	padding: 0px 10px
	}
.nk-content-links ul.link-list li {
	display:table-row;
	line-height: 20px;
	letter-spacing:1px;
	text-align: left;
	}
.nk-content-links ul.link-list li input {
	margin:5px 0;
	}
.nk-content-links li.link-split {
	padding:0 5px;
	border-left:1px dotted #B8B8B8;
	}
.nk-content-links li h3 {
	font-family: "droid_sansregular";
	font-size: 14px;
	font-weight: 600;
	margin: 2px 0 10px 0;
	color: #CCC;
	letter-spacing: 1px;
	text-align: left;
	}
.nk-content-links li a {
	color:#fff;
	}
.contactField {
	background-color: #fff;
	color: #000;
	width: 155px;
	max-width: 155px;
	min-width: 155px;
	min-height: 35px;
	font-size: 11px;
	text-indent: 3px;
	line-height: 11px;
	border-radius: 4px;
	border: 1px solid #777;
	outline: 0;
	-moz-box-shadow: inset 0 4px 9px -2px #ccc;
	-webkit-box-shadow: inset 0 4px 9px -2px #ccc;
	box-shadow: inset 0 4px 9px -2px #ccc;
	}
textarea.contactField {
	min-height: 60px;
	}
.contactField.error {
	color:#f00;
	border:2px solid #f00;
	background-color: #fee;
	}
.postResponse {
	font-weight:900;
	font-size:16px;
	position: relative;
	top: 30px;
	}
.sendButton {
	-webkit-appearance: none;
	background-color: #1fa6ff;
	border:1px solid #3E789E;
	color:#fff;
	outline:0;
	cursor: pointer;
	border-radius: 2px;
	width: 100%;
	height: 30px;
	letter-spacing: 1px;
	}
.nk-content-links .icon-social {

	}
.nk-content-links .icon-social.icon-twiter {
	background: rgba(0, 0, 0, 0) url(/portfolio/icons/icon_social_white_twitter.png) 2px 3px no-repeat;
	padding: 10px;
	margin: 0 5px;
	}
.nk-content-links .icon-social.icon-tumblr {
	background: transparent url(/portfolio/icons/icon_social_white_tumblr.png) 0 0 no-repeat;
	padding: 10px;
	width: 0px !important;
	height: 0px !important;
	text-indent: 110px !important;
	}
.nk-content-links .fb-contain, .nk-content-links .in-contain {
	display:inline-block;
	}
.nk-content-links .in-contain {
	background: transparent url(/portfolio/icons/icon_social_white_linkedin.png) 0 0 no-repeat;
	overflow:hidden;
	width: 19px;
	position: relative;
	left: -19px;
	}
.nk-content-links .in-contain .IN-widget{
	opacity:0;
	filter: alpha(opacity=0);
	}
.nk-content-links .icon-social.icon-facebook {
	background: transparent url(/portfolio/icons/icon_social_white_facebook.png) 0 0 no-repeat;
	position: relative;
	top: -2px;
	left: -20px;
	margin-left:-2px;
	display:inline-block;
	}
.nk-content-links .icon-social.icon-facebook span {
	opacity:0;
	filter:alpha(opacity=0);
	}
.nk-content-links .true-pin {
	opacity:0;
	filter:alpha(opacity=0);
	display: inline-block;
	width:20px;
	overflow:hidden;
	z-index:9;
	border:1px solid red;
	position:relative;
	}
.nk-content-links .icon-social.icon-pintrest {
	background: transparent url(/portfolio/icons/icon_social_white_pin.png) 0 0 no-repeat !important;
	width: 20px;
	height: 20px;
	display: inline-block;
	position:relative;
	left:-25px;
	z-index:1;
	}

.nk-content-ft {
	font-size:11px;
	color:#333;
	text-align:center;
	}

.nav-settings button {
	border:0;
	width: 24px;
	height: 24px;
  margin: 6px 6px 0 0;
	padding:0;
  cursor:pointer;
  outline:0;
	opacity:0.5;
	filter:alpha(opacity=0.5);
	background-color: #575757;
	}
.nav-settings button#login {
    background: transparent url(/images/icons/icon_login.png) 0 2px no-repeat;
    opacity: 1;
  }
.nav-settings button#set-proj {
  background: transparent url(/portfolio/tiles/icon_proj.png) 0 2px no-repeat;
  }
.nav-settings button#set-full {
  background: transparent url(/portfolio/tiles/icon_full.png) 0 2px no-repeat;
  }
.nav-settings button#set-slide {
  background: transparent url(/portfolio/tiles/icon_stripe.png) 0 2px no-repeat;
  }
.theme.light .nav-settings button#set-proj {
  background: transparent url(/portfolio/tiles/icon_proj_drk.png) 0 2px no-repeat;
  }
.theme.light .nav-settings button#set-full {
  background: transparent url(/portfolio/tiles/icon_full_drk.png) 0 2px no-repeat;
  }
.theme.light .nav-settings button#set-slide {
  background: transparent url(/portfolio/tiles/icon_stripe_drk.png) 0 2px no-repeat;
  }

/* Settings */
.nav-settings {
	float:right;
  	position: relative;
	}

.nav-settings button.selected {
	background-image:none;
	opacity:1;
	filter:alpha(opacity=1);
	}

#set-list li {
	float:none;
	width: 210px;
}
.nk-set {
	display:inline-block;
	margin:10px 10px 10px 0;
	width:164px;
	height:145px;
	}
.nk-set-title {
	color: #FFF;
	font-size: 11px;
	font-weight: 100;
	letter-spacing: 1px;
	position: absolute;
	top: 69px;
	width: 134px;
	top: 115px;
	width: 190px;
	background: url(/portfolio/tiles/grey40.png) repeat;
	background: rgba(0, 0, 0, 0.5);
	text-transform: capitalize;
	height: 18px;
	text-shadow: 0 1px 1px #000;
	}

.nk-set-preview, .nk-fake-pic, .nk-fake-bas  {
	-moz-box-shadow: 1px 2px 2px -1px #ccc;
	-webkit-box-shadow:1px 2px 2px -1px #ccc;
	box-shadow: 1px 2px 2px -1px #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	}
.nk-set-preview {
	width:140px;
	height:90px;
	width: 196px;
	height: 136px;
	display:inline-block;
	border:1px solid #dedede;
	background-color:#fff;
	position:relative;
	margin:10px;
	z-index:99;
	}
.nk-fake-pic {
	width:191px;
	height: 135px;
	border:1px solid #dedede;
	background-color:#dadada;
	position:absolute;
	}
.nk-fake-bas {
	width:189px;
	height: 133px;
	border:1px solid #dedede;
	background-color:#dadada;
	position:absolute;
	}
.nk-set .nk-fake-pic, .nk-set .nk-fake-bas {
	margin: -147px 0 0 12px;
	transition-duration: 0.3s;
	-webkit-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
    transform:rotate(0deg);
	}
.nk-set:hover .nk-fake-pic {
	margin: -140px 0 0 19px;
	}
.nk-set:hover .nk-fake-bas {
	margin: -135px 0 0 22px;
	}
.nk-set:hover .nk-fake-pic {
	z-index:2;
	-webkit-transform:rotate(4deg);
	-o-transform:rotate(4deg);
	-ms-transform:rotate(4deg);
	-moz-transform:rotate(4deg);
    transform:rotate(4deg);
	}
.nk-set:hover .nk-fake-bas {
	z-index:1;
	-webkit-transform: rotate(10deg);
	-o-transform:rotate(10deg);
	-ms-transform:rotate(10deg);
	-moz-transform:rotate(10deg);
    transform:rotate(10deg);
	}
.nk-set-holder {
	overflow: hidden;
	text-align: center;
	width: 134px;
	height: 84px;
	width: 190px;
	height:130px;
	margin: 2px;
	border: 1px solid #999;
	}
.nk-set-preview img {
	height: 140px;
	position: relative;
	top: -1px;
	}
  .glz-form-buttons {
  	text-align:center;
  	margin-top:20px;
  	}
  .glz-button-primary, .glz-button-secondary {
  	width:15%;
  	min-width:144px;
  	height:40px;
  	color:#fff;
  	font-size:1.1em;
  	font-weight:600;
    text-transform: lowercase;
  	background-color: #1fa6ff;
  	border:2px solid #1fa6ff;
  	margin:10px 0;
  	border-radius:4px;
  	cursor:pointer;
  	outline: 0;
  	letter-spacing: 0.05em;
  	padding: 0 10px;
  	transition: all 0.5s;
  	-moz-transition: all 0.5s;
  	-webkit-transition: all 0.5s;
  	-o-transition: all 0.5s;
  	line-height: 0;
    margin: 0 8px;
    font-family: 'droid_sansregular';
  	}
    .glz-button-secondary {
      color: #1fa6ff;
      background-color: #fff;
    }
    .glz-button-primary:active, .glz-button-primary:hover, .glz-button-secondary:active, .glz-button-secondary:hover {
    -moz-box-shadow: inset 0 4px 9px -2px rgba(0,0,0,0.2);
  	-webkit-box-shadow: inset 0 4px 9px -2px rgba(0,0,0,0.2);
  	box-shadow: inset 0 4px 9px -2px rgba(0,0,0,0.2);
  	transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
  	-o-transition: all 0.3s;
    }

/***********************************
********** SLIDESHOW ***************
***********************************/

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

}

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

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

#nk-slide-container.setFull {
	padding-top: 65px;
	}
#nk-slide-container.setSlide {
	padding-top: 105px;
	}
#nk-slide-container.setCover, #nk-slide-container.setProj {
	padding-top: 45px;
	width: 100%;
	}

.nk-proj {
  transition: 0.5s all;
  border-radius: 16px;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  border:2px solid rbga(255,255,255,1);
  background-color: #fff;
  width: 100%;
  }
.nk-proj:hover {
  -moz-box-shadow: 0 2px 15px rgba(187,187,187,0.6);
  -webkit-box-shadow: 0 2px 15px rgba(187,187,187,0.6);
  box-shadow: 0 2px 15px rgba(187,187,187,0.6);
  }
.nk-proj img {
  transition: 0.5s all;
  width: inherit;
  height: inherit;
  vertical-align: middle;
  }
.setCover .nk-proj {
  display: none;
  }
.nk-about-project {
	text-align: left;
	padding: 10px 0 0 12px;
	margin:0 auto;
	text-align:center;
	width: 80%;
	position:relative;
	top: 70px;
  left: -15px;
	}
.nk-about-project .nk-project-head {
	border:0;
	}

h2.nk-project-head {
	margin: 5px auto;
	border-top: 1px solid #ddd;
	width: 100%;
	}
.nk-project-head {
	font-family:'Roboto';
	font-size: 200%;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 5px 0;
}
img.aux-img {
  width:60%;
  max-width:640px;
  border: 0;
  padding-right: 40%;
}
img.aux-img-wide{
  width: 100%;
  padding: 24px 10% 0 0;
  max-width: 740px;
  border: 0;
}
.nk-project-title, .nk-project-subsection {
  font-size: 120%;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  width: 90%;
  margin: 10px auto 16px auto;
  color: #444;
}
.project-client {
  color:#000;
  text-transform: uppercase;
  font-weight: 600;
  }
.project-sector {
  float:right;
  font-weight: 600;
  color:#999;
  font-size: 90%;
  }
.setCover .nk-project-title {
  display: inline-block;
  height: 0px;
  margin: 0;
  font-size: 60%;
  width: 100%;
  text-align: left;
  font-weight: 300;
  color: #333;
  }
.descrHolder {
	width: 100%;
}
.nk-proj .descrHolder  a {
	color:#000 !important;
	text-decoration: none !important;
}
.setProj .nk-project-title {
  width: 90%;
  text-align: left;
  }
.setCover .nk-project-subsection, .setFull .nk-project-subsection {
  display: none;
  }
.nk-project-subsection {
  padding-top: 16px;
  }
.nk-project-subsection.first {
  margin-top: 40px;
  }
.nk-project-subsection.last {
  margin-bottom: 40px;
  }
.setFull .nk-project-title, .setSlide .nk-project-title {
  display: none;
  }

/* Apps and Devices */
.setFull .project-tools {
  display: none;
}
.setCover .project-tools .device-type, .setCover .project-tools .app-type {
  background-size: 16px;
  padding-left: 16px;
}
.project-tools {
  text-transform: capitalize;
  font-size: 70%;
  color: #999;
  height: 24px;
  text-align: left;
  float: right;
  position: relative;
  top: 10px;
  display: inline-block;
}
.device-type, .app-type {
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  height: 24px;
  padding-left: 32px;
  background-size: 24px 24px;
  display: inline-block;
  margin-right: 0 16px;
}
.device-type.mobile {
  background-image: url(/images/icons/devices/mobile.png);
}
.device-type.desktop {
  background-image: url(/images/icons/devices/desktop.png);
}
.app-type.figma {
  background-image: url(/images/icons/apps/figma.png);
}
.app-type.sketch {
  background-image: url(/images/icons/apps/sketch.png);
}
.app-type.principle {
  background-image: url(/images/icons/apps/principle.png);
}
.app-type.abstract {
  background-image: url(/images/icons/apps/abstract.png);
}
.app-type.illustrator {
  background-image: url(/images/icons/apps/illustrator.png);
}
.app-type.photoshop {
  background-image: url(/images/icons/apps/photoshop.png);
}
.app-type.sublime {
  background-image: url(/images/icons/apps/sublime.png);
}
.app-type.mural {
  background-image: url(/images/icons/apps/mural.png);
}

.nk-section-separator {
  font-family:'Roboto';
  font-size: 200%;
  font-weight: 600;
	}
.setFull .nk-section-separator {
  cursor: pointer;
  transition: 0.5s all;
  text-transform: capitalize;
  background: url(/portfolio/tiles/icon_expand.png) no-repeat;
  background-position: center 45px;
  height: 75px;
  margin-bottom: -20px;
  }
.setFull .nk-section-separator:hover {
  background-position: center 55px;
  height: 75px;
  color: #009eff;
  }
.aux-img {
  width:100%;
  max-width:640px;
  padding-top: 40px;
}
.case-study .nk-project-description {
  width:90%;
  margin: 5px auto 10px 5%;
  }
.nk-project-description {
	font-size: 85%;
	letter-spacing: 0.5px;
	color:#7e7e7e;
	line-height:1.9em;
  margin: 5px auto 20px 5%;
	width:70%;
	text-align:center;
	}
.nk-intro-description {
	font-size:75%;
	letter-spacing: 0.5px;
	color:#7e7e7e;
	line-height: 2em;
	width:100%;
  height: 80px;
	text-align:left;
  display: none;
  padding-bottom: 24px;
	}
.setCover .nk-intro-description {
  display: block;
  }
.setCover .nk-cover-description {
  font-size: 70%;
  letter-spacing: 0.5px;
  margin-left: 15px;
  color: #7e7e7e;
  line-height: 1.5em;
  width: 100%;
  text-align: left;
  display: inline-block;
  margin: 0;
	}
.nk-cover-description {
  display: none;
  }
.setFull .nk-project-description, .setCover .nk-project-description {
  display: none;
  }
.setProj .nk-separator {
    padding: 20px 0;
    width: 90%;
    }
.setCover .nk-separator {
  padding-top: 24px;
  width: 90% !important;
  position: relative;
  top: 20px;
  left: -20px;
  }
.setProj .nk-project-description {
  text-align:left;
  }
.setProj .nk-section-separator {
  text-align:left;
  margin:5px auto 40px auto;
  padding-bottom: 10px;
  width:90%;
  text-transform: capitalize;
  border-bottom: 1px solid #009EFF;
  }
.setCover .nk-section-separator.no-description, .setProj .nk-section-separator.no-description {
  margin-bottom: 0;
  }
.setCover .nk-section-separator {
  font-size: 120%;
  text-align: left;
  margin: 20px 0 10px 0;
  padding-bottom: 10px;
  width: 100%;
  text-transform: capitalize;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: 1px solid rgba(0,158,255,.25);
  transition: all 1s;
  }


@media screen and (max-width: 1600px){
    .setCover .nk-section-separator {
      font-size: 140%;
    }
  }
.setCover .nk-section-separator:hover {
  border-bottom: 1px solid rgba(0,158,255,1);
  }
.slideGlue {
	display: inline-block;
	}
.setFull .slideGlue {
	white-space: no-wrap;
	}
.setSlide li.nk-separator, .setSlide li.nk-subsection,.setSlide li.section-description {
	display:none;
	width:1px;
	}
.setFull li.nk-separator, .setSlide li.nk-subsection, .setFull li.section-description {
	display: block;
	}
.setFull li.nk-separator{
	display: block;
	float: none;
	clear: both;
	position: relative;
	height:inherit;
	width:auto;
	margin: 60px 0;
	}
.setFull li.nk-subsection, .setSlide li.nk-subsection {
   display: none;
 }
.setProj li.nk-subsection {
   display: inline-block;
   float: none;
   clear: both;
   position: relative;
   height:inherit;
   width:auto;
   margin: 20px 0;
   width: 90%;
  }
.case-study li.nk-subsection {
  margin-bottom:0;
}
.setCover li.nk-subsection {
  display: none;
}
.setFull .nk-separator.top-section {
	padding-top:10px;
	}
.setFull .nk-separator.mid-section {
	padding-top:10px;
	}
.setFull .nk-separator.mid-section.sub-section {
	padding-top:10px;
	}
.section-description {
	font-size: 12px;
	color:#333;
	font-family:Helvetica Neue, Helvetica, Arial, sans-serif;
	width: 400px;
	text-align: left;
	padding: 2px 50% 20px 7px;
	}
.nk-slide-frame {
	-moz-border-radius: 10px;
	border-radius: 4px;
	padding:10px;
	display: inline-block;
	width: 80%;
	height:119px;
	overflow: hidden;
  border-top: 0;
	}
.setFull .nk-slide-frame {
	border-radius: 0;
	padding:0;
	}
.setSlide .nk-slide-frame {
	background-color: #f0f0f0;
	}
.setCover .nk-slide-frame, .setProj .nk-slide-frame {
	overflow:visible;
	background-color: #f8f8f8;
	border:0;
	height:inherit;
	width: 100%;
	min-height: 500px;
	float: right;
	position: relative;
	top: -40px;
	padding-bottom: 60px;
	}
.setCover .nk-slide-frame {
  top:0;
  margin-bottom: 20px;
  min-height: 80%;
}
.setSlide .current-image-viewer {
	margin-top: 30px;
	}
.pageStyle-interface .setFull .nk-slide-frame, .pageStyle-about .setFull .nk-slide-frame {
	background-color: transparent;
	border:0;
	-moz-border-radius: 0;
	border-radius: 0;
	top: -25px;
	position: relative;
	padding:5px;
	display: inline-block;
	width: 870px;
	height:inherit;
	overflow: hidden;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
.setFull .nk-slide-frame {
	height:inherit;
	width:100%;
	padding:0;
	border:0;
	box-shadow: 0 0 0 rgba(255,255,255, 0);
	}
#nk-slide-holder {
	width:inherit;
	height:120px;
	position:relative;
	left:0px;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	}
.setSlide {
	white-space: nowrap;
	}
.setCover #nk-slide-holder, .setProj #nk-slide-holder {
  height: inherit;
  width: 100%;
  margin: 0 auto 80px auto;
  position: relative;
  left: 3% !important;
  max-width: 1440px;
	}
.setV .slide, .setProj .slide {
  width: 40%;
  padding: 8px;
  }
.pageStyle-visual .setCover .slide, .pageStyle-visual .setProj .slide {
	max-width: 480px;
  	width: 40%;
}
.setFull #nk-slide-holder {
	width:100%;
	height:inherit;
	left:0 !important;
	}
.setCover #nk-slide-holder li, .setFull #nk-slide-holder li, .setProj #nk-slide-holder li{
	float: none;
	}
.setCover li.slide {
  display: none;
}
li.cover {
  display: none;
}
.setCover li.cover {
  display: inline-block;
  text-align: left;
  width: 100%;
}
.nk-cover {
  width: 90%;
  border-radius: 16px;
  margin: 16px 0;
  transition: all 1s;
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;
}
.nk-cover:hover {
  background: rgba(0,158,255,0);
}
img.cover-pic {
  width: 100%;
  cursor: pointer;
}
#nk-slide-holder li.project-head{
	display: none;
	}
.setFull #nk-slide-holder li.project-head{
	display: block;
	width:100%;
	background-color: #000;
	color: #fff;
	}
.setFull #nk-slide-holder li.project{
	width:100%;
	}
.setFull .section-project {
    /* background-color: #f8f8f8; */
    padding: 0 20px 40px 20px;
	}
.setFull li.project.odd, .setFull li.project.odd .section-project{
	background-color: #f8f8f8;
	}
.setFull li.project.even, .setFull li.project.even .section-project{
	background-color: #f0f0f0;
	}
.setFull .section-project li {
	}
.setSlide .section-project li {
  margin: 0 5px;
	float: none;
	}
.setProj .next-project {
  display: inline-block;
  width: 100%;
  }
.setCover .next-project, .setFull .next-project, .setSlide .next-project {
  display: none;
  }
.setProj #nk-slide-current, .nk-slide-current, .setFull #nk-slide-current, .nk-slide-current  {
  position:fixed;
  }
.setSlide #nk-slide-current, .nk-slide-current {
  position:relative;
  min-height: 800px;
  }
#nk-slide-current, .nk-slide-current {
	top:-20px;
	display:none;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
  }
.intr-current-desc {
  z-index: 999999;
  text-align: left;
  background-color: #444;
  position: absolute;
  margin-top: 48%;
  padding: 24px 40px;
  border-radius: 16px;
  opacity: 0;
  transition: all 0.5s;

  }
.setFull .intr-current-desc {
  top: -30%;
  display: block;
  }
.setSlide .intr-current-desc {
  display: none;
  }
.intr-proj-header {
  text-transform: uppercase;
  color: #ccc;
  font-size: 70%;
  font-weight: 400;
  margin-bottom: 8px;
  }
.intr-proj-name {
  text-transform: capitalize;
  color: #fff;
  font-size: 140%;
  font-weight: 600;
  white-space: nowrap;
  }
.nk-current-desc {
  position: fixed;
  bottom: 24px;
  width: 80%;
  max-height: 240px;
  left: 10%;
  margin: 0 auto;
  text-align: left;
  padding: 16px;
  background-color: #ffff;
  -moz-box-shadow: 0 2px 15px rgba(187,207,245,0.9);
	-webkit-box-shadow: 0 2px 15px rgba(187,207,245,0.9);
	box-shadow: 0  2px 15px rgba(187,207,245,0.9);
  border-radius: 8px;
  border: 2px solid #777;
  color:#000;
  transition: all 0.2s;
  overflow: hidden;
  opacity: 0.9;
  }
.setFull .nk-current-desc, .setSlide .nk-current-desc {
  display: none;
  }
.nk-current-desc.closed {
  height: 6px;
  width:  6px;
  border-radius: 20px;
  background-color: #000;
  }
.setProj #nk-slide-current .nk-current-desc.closed #button-x-close.button-close img {
  background-color: #000;
  box-shadow: 0 0 #000;
  transition: all 1s;
  }
.nk-current-desc .button-close {
  right: -8px;
  top: -8px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-width: 1px 5px;
  font-size: 28px;
  line-height: 20px;
  transform: rotate(0deg);
  font-weight: 500;
  overflow: hidden !important;
  }
.nk-current-desc.closed .button-close {
  transform: rotate(180deg);
  }
.nk-current-desc h3.nk-head {
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.2s;
}
.nk-current-desc.closed h3.nk-head {
  display: none;
}
.nk-current-desc .nk-desc {
  display: block;
}
.nk-current-desc.closed .nk-desc {
  display: none;
}
.nk-current-desc .nk-desc-proj {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #aaa;
}
.nk-current-desc.closed  .nk-desc-proj {
  display: none;
}
.nk-current-desc .nk-desc {
  font-size: 70%;
  padding-top: 10px;
  letter-spacing: 0.04em;
  font-weight: 6©00;
}
.setCover #nk-slide-current, .setProj #nk-slide-current{
	top: 5%;
  z-index: 99999;
  margin: 0 20%;
  width: 60%;
	}
.collapsed .setSlide #nk-slide-current {
	-moz-transition: all 0;
	-webkit-transition: all 0;
	-o-transition: all 0;
	}
.setFull #nk-slide-current	{
	display:none;
	position:fixed;
	top: 80px;
	z-index:9999;
	padding: 0;
	white-space: nowrap;
	border-radius: 6px;
	overflow: hidden;
	}
.setFull #nk-slide-current .nk-current-desc	{
  white-space: normal;
  }
.setCover #current-image-viewer, .setFull #current-image-viewer, .setProj #current-image-viewer {
	max-width: 80%;
	max-height: 500px;
	}
.setProj .img-step-nav {
  margin-top: 40%;
  }
.setFull .img-step-nav {
  margin-top: 30%;
  }
.img-step-nav {
	position: relative;
	width:0;
	transition: all 1s;
  z-index: 9999;
	}
.setSlide .img-step-nav {
  	margin-top: 0%;
    display: none;
  }
.setCover #nk-slide-current #button-close, .setProj #nk-slide-current #button-close, .setFull #nk-slide-current #button-close {
	opacity:0.2;
	filter:alpha(opacity=0.2);
	transition: all 0.5s;
	}
.setProj #nk-slide-current:hover #button-close, .setProj #nk-slide-current:hover #button-close, .setFull #nk-slide-current:hover #button-close {
	opacity:1;
	filter:alpha(opacity=100);
	}
.setProj #nk-slide-current .img-step-nav, .setFull #nk-slide-current .img-step-nav {
	opacity:0.2;
	filter:alpha(opacity=0.2);
	}
.setProj #nk-slide-current:hover .img-step-nav, .setFull #nk-slide-current:hover .img-step-nav {
	opacity:1;
	filter:alpha(opacity=100);
	}
.setFull .img-step-nav.stepBack {
	float:left;
	left:3px;
	}
.setFull .img-step-nav.stepNext {
	float:right;
	left:-53px;
	}
.setProj .img-step-nav {
  position: absolute;
  }
.setProj .img-step-nav.stepBack {
  float: left;
  right:120%;
  }
.setProj .img-step-nav.stepNext {
  float: right;
  left:120%;
  }

#nk-slide-current #button-close {
	display:none;
	}
#nk-set {
  z-index: 9999;
  }
.setProj #nk-slide-current #tmp-closer {
  right: 64px;
	}
.setFull #nk-slide-current #button-close, .button-close {
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  right: 0;
  cursor: pointer;
  margin: 13px;
  transition: all 0.5s;
	}
.setFull #tmp-closer, .setSlide #tmp-closer {
  display: none;
  }
.setProj #nk-slide-current img {
	/* max-width:840px; */

	}
.setProj #nk-slide-current img {
	max-width:55%;
	max-height:90%;
	position: fixed;
	margin-left: -90px;
	margin-top:-20px;
  border-radius: 8px;
	}
.setProj #nk-slide-current .button-close img {
	border:0;
  max-width:100%;
	position: fixed;
  margin-left: 0;
  margin-top: 2px;
  cursor: pointer;
  border-radius: 18px;
  box-shadow: 0 0 #FF7C00;
  background-color: #FF7C00;
  transition: all 0.5s;
  overflow: hidden;
	}
.setProj #nk-slide-current .nk-current-desc .button-close img:hover {
  box-shadow: 0 0 #fff;
  background-color: #fff;
  }
.setProj #nk-slide-current .button-close img:hover {
  box-shadow: 0 0 2px 6px #FF7C00;
  }
.nk-thumb-frame {
	display:inline-block;
	margin:4px;
	background-color:#fff;
	-moz-box-shadow: 0 1px 1px rgba(187,207,245,1);
	-webkit-box-shadow: 0 1px 1px rgba(187,207,245,1);
	box-shadow: 0 1px 1px rgba(187,207,245,1);
	-moz-border-radius: 6px;
	border-radius: 6px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	}
.nk-thumb-frame:hover {
	-moz-box-shadow: 0 2px 15px rgba(187,207,245,1);
	-webkit-box-shadow: 0 2px 15px rgba(187,207,245,1);
	box-shadow: 0  2px 15px rgba(187,207,245,1);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	}

.setCover .nk-thumb-frame, .setProj .nk-thumb-frame {
  display: none;
  }
.setFull .nk-thumb-frame {
  display: inline-block;
	margin:15px;
	}
.setSlide .nk-thumb-frame {
  display: inline-block;
	}

.setProj .nk-proj {
  display: inline-block;
  }
.setFull .nk-proj {
  display: none;
	}
.setSlide .nk-proj {
  display: none;
	}

.nk-thumb-holder, .setFull .selected .nk-thumb-holder {
	display:inline-block;
	padding: 3px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	cursor: pointer;
  border: 3px solid white;
	}

.setFull .landscape, .setFull .portrait {
	width: 300px;
	height: 300px;
	}
.setFull .portrait .nk-thumb, .setFull .landscape .nk-thumb {
  max-width: 160%;
	}
.setSlide .selected .nk-thumb-holder {
	border: 3px solid #ff7b00;
	position:relative;
	top:1px;
	}
.setSlide .selected {
	height: 107px;
	}
#imgLoader {
	position:fixed !important;
	display:none;
	width: 160px;
	height: 160px;
	left:45%;
  top:45%;
	margin:0 auto;
	z-index:99999;
	}
.spinner {
	position: relative;
	left: -10px;
	top: 3px;
	margin: -1px;
	}
.setFull #imgLoader {
	margin: 200px auto;
    position: fixed !important;
    top: 10px;
	}
.nk-thumb {
	position:relative;
  	top:  -5%;
  	left: -5%;
	}
.setSlide .landscape .nk-thumb, .setSlide .portrait .nk-thumb {
  top: -10%;
  left: -20%;
  min-width: 150%;
	}
.landscape .nk-thumb,.portrait .nk-thumb {
	min-width: 120px;
  /* min-height: 120px; */
	}
.portrait .nk-thumb, .landscape .nk-thumb {
	max-width: 200px;
	}
.setSlide .nk-thumb-holder {
	width:100px;
	height:100px;
	}
.setSlide .nk-thumb-holder.landscape {
	width:100px;
	}
.pageStyle-interface .nk-thumb-holder.landscape {
		width:200px;
		height:100px;
		}
.pagesStyle-interface .setFull .nk-thumb-holder.portrait {
	width:100px;
	height:100px;
	}
.slide-nav-holder {
	display: inline-block;
	position: relative;
	top: -65px;
	margin-left: 5px;
	}
.setCover .slide-nav-holder {
  display: none;
  }
.nk-arrow-border, .nk-arrow {
	display:none;
	}
.setSlide .selected .nk-arrow-border {
	display: none;
	display:block;
	border-color: #ff7b00 transparent transparent transparent;
	border-style: solid;
	border-width: 6px;
	height:0;
	width:0;
	position:relative;
	margin:0 auto;
	bottom:0px;
	}
.setSlide .selected .nk-arrow {
	display:block;
	border-color: #ff7b00 transparent transparent transparent;
	border-style: solid;
	border-width: 12px;
	height:0;
	width:0;
	position:relative;
	margin:0 auto;
	bottom:13px;
	}

.slide-button {
	background:transparent url(/portfolio/tiles/arrow_sprite.png) no-repeat;
	width:40px;
	height:60px;
	text-indent: -200px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	outline: 0;
	cursor: pointer;
	overflow: hidden;
  box-shadow: none;
  transition: all 0.5s;
	}
.setProj .slide-button:hover, .setFull .slide-button:hover {
  box-shadow: 0 0 2px 6px rgba(60, 200, 255, 1);
}
#img-step-prev{
	background-position: 0 0;
}
#img-step-next{
	background-position: 0 -69px;
}
#bLeft {
	background-position: -41px 0;
	}
#bRight{
	background-position: -41px -69px;
}

.project-button-large{
	display:none;
	width:53px;
	height:58px;
	position:absolute;
	margin:10px;
	cursor:pointer;
	-moz-box-shadow: 2px 2px 2px #999;
	}
.project-button-small{
	width:24px;
	height:27px;
	position:relative;
	top: -102px;
	margin-left: 9px;
	}
.selected .project-button-small{
	top: -124px;
	margin-left: 11px;
	}
.setFull .project-button-small{
	display:none;
}
.setFull .slide-button {
	display:none;
	}
.setFull .slide-button.inMainPic {
	display:block;
	margin:5px
	}
.setSlide .slide-button.inMainPic {
	display:none;
	}
.toolTipHolder {
  position: absolute;
  z-index: 9999999;
  background-color: #444;
  color: #fff;
  border-radius: 4px;
  padding: 8px;
  font-size: 60%;
  opacity: 0.9;
  white-space: nowrap;
}
.nk-proj .descrHolder {
  position: absolute;
  z-index: 99;
  background-color: rgba(255, 2555, 255, 0.9);
  color: #000;
  border-radius: 4px;
  padding: 8px;
  font-size: 70%;
  opacity: 0.90;
  line-height: 20px;
  padding: 8px;
  border-radius: 16px 16px 0 0;
  display: inline-block;
}
.nk-proj.noHover .descrHolder {
	display: none;
}
.annotation {
  background-color: #1fa6ff;
  color: #fff;
  border-radius: 8px;
  width: 17px;
  height: 17px;
  text-align: center;
  display: inline-block;
  font-size: 80%;
  vertical-align: middle;
  font-weight: bold;
  line-height: 17px;
  margin: 0 2px;
  position: relative;
  top: -1px;
  font-family: helvetica, sans-serif;
  font-size: 12px;
}

.annotation.problem {
  background-color: #eb5757;
}

.annotation.improvement {
  background-color: #7bdf17;
}
#descrHolder .annotation {
  display: none;
}

/*************************************
********** CASE STUDIES **************
*************************************/

.study-body {
  background-color: #fff;
  width:100%;
  height: inherit;
}
.study-body .section-link-back {
  display: inline-block;
  text-align: left;
  cursor: pointer;
  width: 80%;
  position: relative;
  top: -16px;
  left: -16px;
  overflow: hidden;
  text-indent: -80px;
  background: url(/images/icons/icon_back.png) no-repeat left;
  background-size: 20px;
  opacity: 75%;
  transition: all 1s;
}
.study-content {
  background-color: #fff;
  width:70%;
  max-width: 1200px;
  height: inherit;
  margin: 0 auto;
  padding-top: 96px;
  text-align: left;
}
.study-title {
  text-align: left;
  padding-bottom: 10px;
  text-transform: capitalize;
  border-bottom: 1px solid #009EFF;
  font-family: 'Roboto';
  font-size: 200%;
  font-weight: 600;
}
.study-subhead {
  font-size: 120%;
  font-weight: 600;
  letter-spacing: 1px;
  color: #444;
  margin: 56px 0 16px 0;
}
.study-description {
  font-size: 85%;
  letter-spacing: 0.5px;
  color: #7e7e7e;
  line-height: 1.9em;
}
.study-pic {
  width:100%;
  max-width:100%;
  margin: 40px 0;
  transition: all 2s;
}
.study-pic.shade-onHover:hover {
  z-box-shadow: 0 2px 15px rgba(99,99,99,.3);
  -webkit-box-shadow: 0 2px 15px rgba(99,99,99,.3);
  box-shadow: 0 2px 15px rgba(99,99,99,.3);
  transition: all 2s;
}
.study-pic.outlined {
  border:1px solid #eee;
}
.picFull.study-pic img {
  max-width:80%;
  max-height: 560px;
}
.picFull.study-pic.outlined img {
  max-width:100%;
  max-height: 560px;
}
.picHalf.study-pic img {
  max-width:100%;
}
.study-description.descFull {
  width:100%;
}
.study-description.descHalf {
  width:48%;
  display: inline-block;
  vertical-align: top;
}
.study-pic.picFull {
  width:100%;
  max-width:100%;
}
.study-pic.picHalf {
  width:48%;
  max-width:48%;
  display: inline-block;
  margin:inherit 0;
}
.study-description.descHalf.onLeft, .study.picHalf.onLeft  {
  margin-right: 2%;
}
.study-description.descHalf.onRight, .study.picHalf.onRight  {
  margin-left: 2%;
}
.picHalf, .descHalf {
  margin-top:24px;
}
.study-project-nav {
  text-align: center;
  padding:80px 0;
}
.study-project-nav {
  text-align: center;
  padding:80px 0;
}
.study-project-nav .proj-nav {
  display: block;
  padding-bottom: 24px;
}

#detailView {
  display: inline-block;
  position: absolute;
  top: 80px;
  text-align: center;
  cursor: pointer;
  background-color: rgba(255,255,255,0.7);
  width:98%;
  left:1%;
  right:1%;
}
#detailView .picView {
  width:100%;
  margin: 0 auto;
  -moz-box-shadow: 0 2px 15px rgba(99,99,99,.3);
  -webkit-box-shadow: 0 2px 15px rgba(99,99,99,.3);
  box-shadow: 0 2px 15px rgba(99,99,99,.3);
  border-radius: 24px;
}

.pic-thumb {
  cursor: pointer;
}

/***********************************
********** RESPONSIVE **************
***********************************/

@media screen and (max-width: 1380px){
	.nk-slide-frame {
  	width: 80%;
	}
	h2.nk-project-head {
		width:650px;
	}
	.setFull .landscape,  .setFull .portrait {
		width: 250px;
		height: 250px;
	}
  .setFull .nk-thumb-frame {
  	margin:10px;
  	}
  .setProj .slide {
    width:40%;
  }
  .pageStyle-visual .setProj .slide {
    width: 40%;
	max-width: 350px;
  }
}

@media screen and (max-width: 1180px) {
	.nk-set-title {
		top:67px;
		}
	.nk-set {
		width:200px;
		height:180px;
		}
	.nk-set-preview {
		width:200px;
		height:140px;
		}
	.nk-fake-pic, .nk-fake-bas {
		width:190px;
		height:88px;
		}
	.nk-set-holder {
		width:190px;
		height:130px;
		}
	.nk-set-title {
		top:120px;
		width:190px;
		font-weight:500;
		font-size:12px;
		}
	.nk-set-preview img {
		height:180px;
		}
  .setFull .nk-thumb-frame {
  	margin:5px;
  	}
	.setFull .landscape,  .setFull .portrait {
		width: 200px;
		height: 200px;
	}
	.portrait .nk-thumb, .landscape .nk-thumb {
		max-width: 150px;
	}
	.setProj #nk-slide-current img {
		max-width:550px;
	}
	.setProj #nk-slide-holder {
		width: 100% !important;
    height: inherit;
    margin: 0 auto;
	}
  .setProj .slide {
    width:40%;
  }
  .pageStyle-visual .setProj .slide {
    width: 20%;
  }
}

/**** COVER ONLY ****/
@media screen and (max-width: 1110px) {
  .setCover #nk-slide-holder {
      width: 100%;
      left: 0;
  }
  .nk-intro-description {
    height: 104px;
  }
}
@media screen and (max-width: 900px) {
  .nk-content .setCover li {
    width: 75% !important;
  }
  .setCover .nk-separator {
    position: relative;
    top: 20px;
    left: 20px;
    padding-top: 20px;
  }
  .nk-intro-description {
    height: 104px;
  }
}

@media screen and (max-width: 740px) {
	#set-list {
		margin-top: 40px;
		}
		.nk-content {
		width:100%;
		}
	#set-list {
		min-width: 430px;
		}
	#glz-logo{
		left: 45%;
	}
	#menu-link-mobile {
		position: fixed;
  		top: 20px;
		left:10px;
		display:inline-block;
		width:30px;
		height:25px;
		margin:3px 0;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		z-index:9999;

	}
	.nk-content-hd h1 {
		text-align:center;
	}
	.nav-settings {
		top:40px;
	}
	#nk-content-bd.collapsed {
		margin-left:40px;
	}
	#nk-nav {
		display:none;
	}
	#nk-nav.expanded {
		display:block;
		height: 100%;
		width: 140px;
		position: fixed;
  		top: 64px;
		left:0;
		background-color: #000;
	}
	#nk-nav ul {
		text-indent: 0;
		padding-top: 24px;
    	left: 0;
		}
	#nk-nav.expanded li {
		color:#fff;
		width:120px;
		height:25px;
		padding: 7px 13px;
    	margin-bottom: 16px;
		font-size: 16px;
		border-right:0;
		font-weight:200;
		text-align: left;
	}
	.nav-settings button {
		border:0;
	}
	.nk-content-links {
		padding-left: 0;
	}
	#glz-nav-underlay {
		display:none;
	}
	#nk-set {
    	display: none;
	}
	.nav-settings button {
		width: 30px;
		height: 30px;
		margin: 8px 6px 0 0;
	}
	.section-description {
		width: 410px;
		padding-right:0;
		}
  .nk-intro-description {
    	height: 104px;
  	}
	.nk-section-separator {
		font-size:22px;
		width:100%;
	}
	.h2.nk-project-head {
		width:400px;
	}
	.nk-login.selected {
		background-color:#555;
	}
  	.nk-cover {
    	margin:16px 0 0 0;
    	min-height: 190px;
  	}
	.nk-module-login {
		display: none;
		color: #FFF;
		font-size: 20px;
		position: relative;
		position: relative;
		top: 0px;
		left: 0px;
		float:none;
		clear:both;
		text-transform:lowercase;
		font-size:14px;
		height: 22px;
	}
	#login-menu {
		left: 0;
		top: initial;
		width: 190px;
		height: 150px;
		border-width: 0;
		border-bottom:1px solid #fff;
		}
	#login-menu input.data-entry{
		width: 170px;
		height: 25px;
		}
	.nk-slide-frame {
		width: 300px;
		margin-bottom:40px;
		}
	.collapsed .nk-slide-frame {
		width: 100% !important;
		overflow:hidden;
		}
	h2.nk-project-head {
		width:430px;
		}
	#nk-slide-container.setProj {
		margin: 100px auto;
		}
	.setFull #nk-slide-current	{
		max-width: 550px;
		min-width: 100px;
		max-height: 500px;
	}
	.setFull #nk-slide-current img	{
		max-width: 370px;
		max-height: 500px;
	}
	#nk-slide-container.setFull {
		margin: 0;
	}
	#nk-slide-container.setSlide, #nk-slide-container.setProj {
		margin: 0;
	}
	.nk-about-project {
		width: 400px;
		top:48px;
	}
	.collapsed .nk-about-project {
		width: 250px;
		top:48px;
	}
	.nk-thumb-holder.landscape {
		width: 100px;
		height:100px;
		}
	.pageStyle-interface .nk-thumb-holder.portrait {
		width: 100px;
		height:100px;
		}
	#nk-slide-current img {
		max-width:400px;
		}
	.setCover #nk-slide-current img, .setProj #nk-slide-current img {
		margin-left: -30px;
    	max-width: 210px;
		}
	.setProj #nk-slide-holder {
		width: 200px;
		}
	.setProj #nk-slide-current .img-step-nav, .setFull #nk-slide-current .img-step-nav {
		opacity:1;
		filter:alpha(opacity=1);
		}
	.setFull .landscape .nk-thumb, .setFull .portrait .nk-thumb  {
		max-width: 160%;
	}
	.nk-thumb-holder.landscape {
		width: 100px;
		height:100px;
	}
	.nk-thumb-holder.portrait, .setFull .selected .nk-thumb-holder {
		width: 100px;
		height:100px;
	}
	.nk-proj .descrHolder {
		max-height: 120px;
		overflow-y: clip;
		font-size: 60%;
    	line-height: 12px;
	}  
	.setFull .project-button-large{
		margin-left:50px;
	}
	.setFull .nk-thumb-frame {
		margin:4px;
	}
	.nav-settings button {
	    width: 25px;
	    height: 30px;
	    margin: 8px 0px 0 0;
	}
	.slide-button {
		padding:0;
	}
	.slide-nav-holder {
		top:-105px;
	}
  .setCover .slide, .setProj .slide {
		width: 40%;
		padding: 5px;
    }
  .pageStyle-visual .setCover .slide, .pageStyle-visual .setProj .slide {
    	width: 40%;
    }
  .nk-content-ft img.icon-social {
  		display: none;
  	}
  .nk-content .setCover li {
    width: 98% !important;
  }
  .nk-content-ft a  {
  		font-size: 12px;
  		padding:0 15px;
  	}
  .setCover .nk-separator {
    position: relative;
    top: 20px;
    padding-top: 20px;
  }
  .setCover #nk-slide-holder {
    width: 80%;
    left: 0;
  }
  .nk-current-desc {
    width: 85%;
    left: 2%;
  }
  .project-tools {
      display: none;
  }
  .project-sector, .project-client {
    font-size: 70%;
  }
  .nk-project-title, .nk-project-subsection {
    margin-bottom: 8px;
  }
  .study-content {
    width:90%;
  }
  .study-body .section-link-back {
    left: 0;
  }
  .study-body .study-description.descHalf, .study-body .study-pic.picHalf  {
    width:100%;
    font-size: 70%;
    margin: 20px 0;
    max-width: 100%;
  }
}
