@font-face {
  font-family: 'GothamHTFBookRegular';
  src: url('fonts/gothamhtf-book-webfont.eot');
  src: url('fonts/gothamhtf-book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gothamhtf-book-webfont.woff') format('woff'), url('fonts/gothamhtf-book-webfont.ttf') format('truetype'), url('fonts/gothamhtf-book-webfont.svg#GothamHTFBookRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamHTFLightRegular';
  src: url('fonts/gothamhtf-light-webfont.eot');
  src: url('fonts/gothamhtf-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/gothamhtf-light-webfont.woff') format('woff'), url('fonts/gothamhtf-light-webfont.ttf') format('truetype'), url('fonts/gothamhtf-light-webfont.svg#GothamHTFLightRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AdobeGaramondPro';
  src: url('fonts/agaramondpro-italic-webfont.eot');
  src: url('fonts/agaramondpro-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/agaramondpro-italic-webfont.woff') format('woff'), url('fonts/agaramondpro-italic-webfont.ttf') format('truetype'), url('fonts/agaramondpro-italic-webfont.svg#AdobeGaramondProItalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'AdobeGaramondPro';
  src: url('fonts/agaramondpro-regular-webfont.eot');
  src: url('fonts/agaramondpro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/agaramondpro-regular-webfont.woff') format('woff'), url('fonts/agaramondpro-regular-webfont.ttf') format('truetype'), url('fonts/agaramondpro-regular-webfont.svg#AdobeGaramondProRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.font-gotham {
  font-family: GothamHTFBookRegular, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #0d2238;
}
.font-gotham-light {
  font-family: GothamHTFLightRegular, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #0d2238;
}
.active-anim {
  position: relative;
  top: -20px;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
.active-anim.active {
  top: 0;
  opacity: 1;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.active-anim.inactive {
  top: -20px;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.close-active-anim {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform: scale(0.9) rotate(0deg);
  -moz-transform: scale(0.9) rotate(0deg);
  -ms-transform: scale(0.9) rotate(0deg);
  -o-transform: scale(0.9) rotate(0deg);
  transform: scale(0.9) rotate(0deg);
  opacity: 0;
}
.close-active-anim.active {
  opacity: 1;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.close-active-anim.active:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform 250ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 250ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 250ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.close-active-anim.inactive {
  -webkit-transform: scale(0) rotate(0deg);
  -moz-transform: scale(0) rotate(0deg);
  -ms-transform: scale(0) rotate(0deg);
  -o-transform: scale(0) rotate(0deg);
  transform: scale(0) rotate(0deg);
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
.work_centered {
  display: block;
  margin: 40px auto;
  -webkit-box-shadow: 0 0 10px #a0a0a0;
  -moz-box-shadow: 0 0 10px #a0a0a0;
  box-shadow: 0 0 10px #a0a0a0;
}
.border-bottom-fade {
  border-bottom: 1px solid #ccc;
}
.border-top-fade {
  border-top: 1px solid #ccc;
}
.clearfix {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.inline-block {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li {
  cursor: default;
}
a {
  text-decoration: none;
  color: #0d2238;
}
a:hover {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  color: #47bfa2;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.inside {
  width: 940px;
  margin: 0 auto;
}
body {
  background: #fafafa;
  border-top: 1px solid #f1895b;
  border-bottom: 1px solid #F1895B;
}
header {
  height: 102px;
  text-align: center;
}
header p#titleHead {
  font-family: GothamHTFBookRegular, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #0d2238;
  font-size: 1.5em;
  /* 24px / 16px */

  letter-spacing: 0.08em;
  margin: 25px 0;
}
header p#titleHead span {
  font-family: AdobeGaramondPro, garamond, Times new roman, serif;
  color: #f1895b;
  text-transform: none;
  font-style: italic;
  letter-spacing: 0;
  font-size: .9166667em;
}
header h1,
header h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: -9999px;
  font-size: .1em;
}
header nav {
  margin: 0;
}
header nav li {
  margin: 0 0 0 15px;
}
header nav li,
header nav li a {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  cursor: pointer;
  font: 1em AdobeGaramondPro, garamond, Times new roman, serif;
  color: #0d2238;
}
#works {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: #f1f1f1;
  padding: 30px 0 0 0;
  position: relative;
  -webkit-box-shadow: 0 0 10px 0 #cfcfcf inset;
  -moz-box-shadow: 0 0 10px 0 #cfcfcf inset;
  box-shadow: 0 0 10px 0 #cfcfcf inset;
}
#works .work {
  width: 300px;
  float: left;
  margin: 0 20px 20px 0;
  position: relative;
}
#works .work .imgs {
  height: 180px;
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#works .work .imgs img {
  position: absolute;
  top: 0;
}
#works .work .imgs img.nb {
  z-index: 10;
  opacity: 1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#works .work .imgs img.nb:hover {
  opacity: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#works .work .imgs img.loader {
  z-index: 11;
  opacity: 1;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  opacity: 0;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
#works .work .imgs img.fwa_banner {
  right: 0;
  z-index: 5;
}
#works .work .imgs.clicked .loader {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#works .work .imgs:hover {
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
#works .work .border {
  border-top: 1px solid #0d2238;
  width: 60px;
  margin: 8px 0;
}
#works .work h3 {
  margin: 0;
  font-size: 0.9375em;
  line-height: 1.5em;
  font-family: GothamHTFLightRegular, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #0d2238;
}
#works .work p {
  font: 0.9375em/1em AdobeGaramondPro, garamond, Times new roman, serif;
  color: #f1895b;
  margin: 0;
}
#works .inside .work:nth-child(3n) {
  margin: 0;
}
#works:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#works #overlay {
  height: 100%;
  width: 100%;
  z-index: 5;
  background: #000;
  position: absolute;
  top: 0;
  display: none;
  opacity: .4;
}
#about {
  width: 940px;
  margin: 20px auto;
  border-bottom: 1px solid #a0a0a0;
}
#about a {
  border-bottom: 1px solid #eeeeee;
}
#about a:hover {
  color: #47bfa2;
  border-bottom: 1px solid #47bfa2;
}
#about #left_side,
#about #right_side {
  float: left;
  width: 380px;
  margin: 0 100px 0 0;
}
#about #right_side {
  margin: 0;
  width: 460px;
}
#about #top_part:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#about h4 {
  font-size: 1.125em;
  line-height: 1.25em;
  font-family: GothamHTFLightRegular, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #0d2238;
  color: #0d2238;
  border-top: 1px solid #a0a0a0;
  margin: 20px 0 0 0;
  padding: 15px 0;
}
#about p,
#about ul.skills-details li {
  margin: 0;
  color: #464747;
  font-size: 0.75em;
}
#about p span,
#about ul.skills-details li span {
  font-weight: bold;
}
#about p.mgin,
#about ul.skills-details li.mgin {
  margin: 0 0 1em 0;
}
#about ul.prof li {
  padding: 0 0 25px 0;
}
#about ul.prof li p:first-child {
  color: #0d2238;
  font-weight: bold;
  font-size: 13px;
}
#about ul.prof li p:first-child span {
  color: #a0a0a0;
  font-weight: normal;
}
#about ul.prof li:nth-child(odd) {
  float: left;
  display: table-cell;
  width: 200px;
  font-size: 13px;
  color: #464747;
}
#about ul.prof li:nth-child(even) {
  width: 600px;
  display: table-cell;
}
#work_focus {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
  clear: both;
  position: relative;
  top: 10px;
  z-index: 10;
}
#work_focus .inside {
  display: none;
}
#work_focus.active {
  border-top: 1px solid #cccccc;
  padding: 15px 0;
  margin: 10px 0;
}
#work_focus #title {
  margin: 0;
  font-size: 1.25em;
  line-height: 1.5em;
  font-family: GothamHTFLightRegular, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #0d2238;
  width: 300px;
  display: inline;
  position: relative;
  top: -20px;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
#work_focus #title.active {
  top: 0;
  opacity: 1;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#work_focus #title.inactive {
  top: -20px;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
#work_focus #top #close {
  background: url("../img/sprite.png") 0 -52px no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  float: right;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform: scale(0.9) rotate(0deg);
  -moz-transform: scale(0.9) rotate(0deg);
  -ms-transform: scale(0.9) rotate(0deg);
  -o-transform: scale(0.9) rotate(0deg);
  transform: scale(0.9) rotate(0deg);
  opacity: 0;
}
#work_focus #top #close.active {
  opacity: 1;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
#work_focus #top #close.active:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform 250ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 250ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 250ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
#work_focus #top #close.inactive {
  -webkit-transform: scale(0) rotate(0deg);
  -moz-transform: scale(0) rotate(0deg);
  -ms-transform: scale(0) rotate(0deg);
  -o-transform: scale(0) rotate(0deg);
  transform: scale(0) rotate(0deg);
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
#work_focus .project_desc {
  margin: 5px 0 0 0;
}
#work_focus .project_desc ul {
  width: 300px;
  margin: 0 20px 10px 0;
  float: left;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  position: relative;
  top: -20px;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
#work_focus .project_desc ul.active {
  top: 0;
  opacity: 1;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#work_focus .project_desc ul.inactive {
  top: -20px;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
#work_focus .project_desc ul li {
  display: table-cell;
  font-size: 0.875em;
  padding: 5px 0 3px 0;
}
#work_focus .project_desc ul li:first-child {
  color: #f1895b;
  width: 80px;
}
#work_focus .project_desc ul li:last-child {
  color: #464747;
}
#work_focus .project_desc ul.awards li {
  width: 100%;
}
#work_focus .project_desc ul.normal-list {
  width: 100%;
  margin: 0 20px 10px 0;
  float: none;
  border-top: 0;
  border-bottom: 0;
}
#work_focus .project_desc ul.normal-list li {
  display: block;
}
#work_focus .project_desc ul.normal-list li:first-child {
  color: #f1895b;
  width: 100%;
}
#work_focus .project_desc ul.normal-list li:last-child {
  color: #464747;
}
#work_focus .project_desc:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#work_focus ul.last {
  margin: 0 0 10px 0;
}
#work_focus ul.long {
  width: 600px;
}
#work_focus ul.description {
  width: 100%;
  border-top: none;
}
#work_focus ul.description a {
  border-bottom: 1px solid #D8D8D8;
}
#work_focus ul.description p {
  margin: 7px 0;
}
#work_focus .carousel_wrapper {
  outline: none;
  position: relative;
  position: relative;
  top: -20px;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
#work_focus .carousel_wrapper.active {
  top: 0;
  opacity: 1;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#work_focus .carousel_wrapper.inactive {
  top: -20px;
  -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
#work_focus .carousel_wrapper .carousel-wrap {
  width: 780px;
  height: 390px !important;
  margin: 0 auto 30px auto;
  position: relative;
  top: 20px;
  -webkit-box-shadow: 0 0 10px #a0a0a0;
  -moz-box-shadow: 0 0 10px #a0a0a0;
  box-shadow: 0 0 10px #a0a0a0;
}
#work_focus .carousel_wrapper.mobile_carousel  .carousel-wrap{
  width: 320px;
  height: 480px !important;
}

#work_focus .carousel_wrapper .carousel-wrap ul {
  border: none;
}
#work_focus .carousel_wrapper .carousel-wrap li {
  padding: 0;
  width: 780px;
  height: 390px;
  float: left;
}
#work_focus .carousel_wrapper .carousel-control {
  width: 20px;
  border: none;
  height: 26px;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#work_focus .carousel_wrapper .carousel-control.previous {
  background: url("../img/sprite.png") 0 -26px no-repeat;
  position: absolute;
  left: 20px;
  top: 192px;
}
#work_focus .carousel_wrapper .carousel-control.previous:hover {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  left: 18px;
}
#work_focus .carousel_wrapper .carousel-control.next {
  background: url("../img/sprite.png") 0 0 no-repeat;
  position: absolute;
  right: 20px;
  top: 192px;
}
#work_focus .carousel_wrapper .carousel-control.next:hover {
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
  right: 18px;
}
#work_focus .carousel_wrapper .carousel-pagination {
  position: absolute;
  top: 0;
  left: 50%;
}
#work_focus .carousel_wrapper .carousel-pagination p {
  margin: 0;
  line-height: 0;
}
#work_focus .carousel_wrapper .carousel-pagination p a {
  width: 10px;
  height: 10px;
}
#work_focus .carousel_wrapper .carousel-pagination p a.active span {
  background: #f1895b;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#work_focus .carousel_wrapper .carousel-pagination span {
  width: 10px;
  height: 10px;
  background: #a0a0a0;
  display: inline-block;
  cursor: pointer;
  margin: 0 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#work_focus .carousel_wrapper .carousel-pagination span:hover {
  background: #f1895b;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#work_focus .carousel_wrapper.via .carousel-wrap {
  height: 469px !important;
  width: 670px;
}
#work_focus .carousel_wrapper.via .carousel-wrap li {
  height: 469px;
  width: 670px;
}
#work_focus .carousel_wrapper.michelin .carousel-wrap {
  height: 485px !important;
  width: 780px;
}
#work_focus .carousel_wrapper.michelin .carousel-wrap li {
  height: 485px;
  width: 780px;
}
#work_focus .carousel_wrapper.void .carousel-wrap {
  height: 508px !important;
  width: 688px;
  -webkit-box-shadow: 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 #ffffff;
  box-shadow: 0 0 0 #ffffff;
}
#work_focus .carousel_wrapper.void .carousel-wrap li {
  height: 508px;
  width: 688px;
}
footer {
  padding: 0 0 20px 0;
}
footer .top {
  background: url("../img/sprite.png") 0 -102px no-repeat;
  width: 10px;
  height: 6px;
  font: 12px Arial, Helvetica, sans-serif;
  padding: 0 0 0 14px;
  display: block;
  line-height: 8px;
  width: 100px;
  cursor: pointer;
  float: left;
}
footer .top:hover {
  color: #47bfa2;
}
footer p {
  float: right;
  margin: -10px 0;
  font: 13px AdobeGaramondPro, garamond, Times new roman, serif;
  font-style: italic;
  color: #f1895b;
}

/** NIOU **/

.projects-sep-old{
    clear: both;

    font-family: GothamHTFBookRegular, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #0d2238;
    font-size: 1.3em;
    letter-spacing: 0.06em;
    margin: 20px 0 10px 0;
}

#works .work.last{
  margin: 0 20px 20px 0;
}

.big_height_mobile{
  height: 572px !important;
}

#work_focus .carousel_wrapper.big_height_mobile .carousel-wrap{
  height: 572px !important;
}

.carousel_wrapper.big_height_mobile{
  height: 592px !important;
}

.iphone_video{
  background-image: url("../img/iphonevideo.png");
  position: relative;
  width: 368px; height: 755px;
  margin: 20px auto;
}

.iphone_video video{
  width: 320px;
  height: 568px;
  position: absolute;
      left: 25px;
    top: 90px;
}