/* line 29, ../sass/style.scss */
body {
  margin: 0px;
  background: #000;
  font-family: "Roboto", Helvetica, sans-serif;
  overflow-x: hidden;
  /* ==========================================================================
     BORDERS
  ========================================================================== */
  /* ==========================================================================
  		BACKGROUND IMAGES
  ========================================================================== */
  	/* ==========================================================================
     		Diagonal Text
     ========================================================================== */
  /* ==========================================================================
     	Page Content
     ========================================================================== */
  	 /* ==========================================================================
     		PROJECT PAGE
        ========================================================================== */
}
/* line 35, ../sass/style.scss */
body h1.home {
  color: #fff;
  text-transform: uppercase;
  font-size: 51px;
  font-weight: 300;
  font-family: "Roboto", Helvetica, sans-serif;
  line-height: 58px;
}
@media (max-width: 479px) {
  /* line 35, ../sass/style.scss */
  body h1.home {
    font-size: 40px;
    line-height: 40px;
  }
}
/* line 50, ../sass/style.scss */
body h1 {
  color: #fff;
  text-transform: none;
  font-size: 26px;
  font-weight: 300;
  font-family: "Roboto", Helvetica, sans-serif;
  line-height: 30px;
}
@media (max-width: 479px) {
  /* line 50, ../sass/style.scss */
  body h1 {
    font-size: 36px;
    line-height: 36px;
  }
}
/* line 65, ../sass/style.scss */
body h2 {
  color: #a6a6a6;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", Helvetica, sans-serif;
  line-height: 22px;
  -webkit-margin-before: 0.1em;
  -webkit-margin-after: 0.1em;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}
/* line 78, ../sass/style.scss */
body a {
  color: #fff;
  text-decoration: none;
}
/* line 83, ../sass/style.scss */
body a img {
  border: none;
}
/* line 87, ../sass/style.scss */
body .clear {
  clear: both;
}
/* line 89, ../sass/style.scss */
body p {
  font-family: "Roboto", Helvetica, sans-serif;
}
/* line 96, ../sass/style.scss */
body #top, body #bottom, body #left, body #right {
  background: #fff;
  position: fixed;
  z-index: 99999;
}
/* line 101, ../sass/style.scss */
body #left, body #right {
  top: 0;
  bottom: 0;
  width: 25px;
}
@media (max-width: 479px) {
  /* line 101, ../sass/style.scss */
  body #left, body #right {
    width: 8px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 101, ../sass/style.scss */
  body #left, body #right {
    width: 8px;
  }
}
/* line 111, ../sass/style.scss */
body #left {
  left: 0;
}
/* line 112, ../sass/style.scss */
body #right {
  right: 0;
}
/* line 114, ../sass/style.scss */
body #top, body #bottom {
  left: 0;
  right: 0;
  height: 25px;
}
@media (max-width: 479px) {
  /* line 114, ../sass/style.scss */
  body #top, body #bottom {
    height: 8px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 114, ../sass/style.scss */
  body #top, body #bottom {
    height: 8px;
  }
}
/* line 123, ../sass/style.scss */
body #top {
  top: 0;
}
/* line 124, ../sass/style.scss */
body #bottom {
  bottom: 0;
}
/* line 131, ../sass/style.scss */
body #bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -99999;
}
/* line 141, ../sass/style.scss */
body #bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
  width: auto;
}
/* line 161, ../sass/style.scss */
body .lW {
  float: left;
  clear: left;
  height: 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 161, ../sass/style.scss */
  body .lW {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 479px) {
  /* line 161, ../sass/style.scss */
  body .lW {
    display: none;
    visibility: hidden;
  }
}
/* line 173, ../sass/style.scss */
body .rW {
  float: right;
  clear: right;
  height: 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 173, ../sass/style.scss */
  body .rW {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 479px) {
  /* line 173, ../sass/style.scss */
  body .rW {
    display: none;
    visibility: hidden;
  }
}
/* line 190, ../sass/style.scss */
body #container {
  background: black;
  margin-left: 250px;
  top: -160px;
  position: fixed;
  width: 650px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* ie */
  -moz-opacity: 0.8;
  /* old firefox */
  -khtml-opacity: 0.8;
  /* old safari */
  transform: rotate(-24deg);
  -ms-transform: rotate(-24deg);
  /* ie9 */
  -webkit-transform: rotate(-24deg);
  /*safari and chrome */
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 190, ../sass/style.scss */
  body #container {
    margin-left: 0px;
    width: 100%;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* ie9 */
    -webkit-transform: rotate(0deg);
    /*safari and chrome */
  }
}
@media (max-width: 479px) {
  /* line 190, ../sass/style.scss */
  body #container {
    margin-left: 0px;
    width: 100%;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* ie9 */
    -webkit-transform: rotate(0deg);
    /*safari and chrome */
  }
}
/* line 226, ../sass/style.scss */
body #services ul li {
  list-style-type: none;
}
/* line 232, ../sass/style.scss */
body .news ul p {
  margin-top: 2px;
  margin-bottom: 2px;
}
/* line 237, ../sass/style.scss */
body .news-title {
  position: absolute;
  top: 225px;
  left: 250px;
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 237, ../sass/style.scss */
  body .news-title {
    position: absolute;
    top: 225px;
    left: 75px;
  }
}
@media (max-width: 479px) {
  /* line 237, ../sass/style.scss */
  body .news-title {
    top: 200px;
    left: 57px;
  }
}
/* line 255, ../sass/style.scss */
body #navigation {
  z-index: 10;
  position: absolute;
  top: 80px;
  left: 160px;
  width: 540px;
  color: #a6a6a6;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 255, ../sass/style.scss */
  body #navigation {
    margin-left: 0px;
    width: 600px;
    top: 70px;
    left: 70px;
  }
}
@media (max-width: 479px) {
  /* line 255, ../sass/style.scss */
  body #navigation {
    margin-left: 0px;
    width: 300px;
    top: 70px;
    left: 50px;
  }
}
/* line 286, ../sass/style.scss */
body #navigation #logo {
  float: left;
}
/* line 288, ../sass/style.scss */
body #navigation .nav {
  margin: 0px;
  padding: 0px;
  float: right;
  margin-top: 52px;
}
@media (max-width: 479px) {
  /* line 288, ../sass/style.scss */
  body #navigation .nav {
    margin-top: 20px;
  }
}
@media (min-width: 480px) and (max-width: 675px) {
  /* line 288, ../sass/style.scss */
  body #navigation .nav {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
}
/* line 300, ../sass/style.scss */
body #navigation .nav li {
  list-style-type: none;
  display: inline-block;
  float: left;
  font-size: 18px;
}
/* line 307, ../sass/style.scss */
body #navigation .nav li a {
  color: #a6a6a6;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  padding: 0px 7px;
  text-transform: uppercase;
}
/* line 317, ../sass/style.scss */
body #navigation .nav li a:hover, body #navigation .nav li a.selected {
  color: #fff;
}
/* line 325, ../sass/style.scss */
body #sub-nav {
  z-index: 5;
  position: absolute;
  top: 130px;
  left: 114px;
  width: 530px;
  color: #a6a6a6;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
@media (max-width: 479px) {
  /* line 325, ../sass/style.scss */
  body #sub-nav {
    float: left;
    margin-top: 50px;
    text-align: left;
    left: 57px;
    margin-left: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 325, ../sass/style.scss */
  body #sub-nav {
    left: 34px;
    top: 120px;
  }
}
@media (min-width: 480px) and (max-width: 675px) {
  /* line 325, ../sass/style.scss */
  body #sub-nav {
    float: left;
    margin-top: 40px;
    text-align: left;
    left: 77px;
  }
}
/* line 347, ../sass/style.scss */
body #sub-nav ul {
  margin: 0px;
  padding: 0px;
  float: right;
  margin-top: 52px;
}
@media (min-width: 480px) and (max-width: 675px) {
  /* line 347, ../sass/style.scss */
  body #sub-nav ul {
    float: left;
  }
}
@media (max-width: 479px) {
  /* line 347, ../sass/style.scss */
  body #sub-nav ul {
    float: left;
  }
}
/* line 357, ../sass/style.scss */
body #sub-nav ul li {
  list-style-type: none;
  display: inline-block;
  float: left;
  padding-right: 15px;
}
/* line 363, ../sass/style.scss */
body #sub-nav ul li a {
  color: #a6a6a6;
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
}
/* line 372, ../sass/style.scss */
body #sub-nav ul li a.selected {
  color: #fff;
}
/* line 374, ../sass/style.scss */
body #sub-nav ul li a:hover {
  color: #fff;
}
/* line 382, ../sass/style.scss */
body #content-text {
  z-index: 10;
  position: absolute;
  top: 320px;
  left: 260px;
  width: 600px;
  color: #a6a6a6;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 382, ../sass/style.scss */
  body #content-text {
    margin-left: 0px;
    position: relative;
    width: auto;
    margin-top: 210px;
    padding: 20px 70px 30px 70px;
    top: 0;
    left: 0;
  }
}
@media (min-width: 480px) and (max-width: 675px) {
  /* line 382, ../sass/style.scss */
  body #content-text {
    top: 0px;
    margin-top: 250px;
    padding: 20px 70px 30px 70px;
  }
}
@media (max-width: 479px) {
  /* line 382, ../sass/style.scss */
  body #content-text {
    width: auto;
    padding: 20px 50px 60px 50px;
    top: 0px;
    margin-top: 250px;
    left: 0;
  }
}
/* line 428, ../sass/style.scss */
body #project-wrapper {
  width: 100%;
}
/* line 433, ../sass/style.scss */
body .nv {
  display: none;
  visibility: hidden;
}
/* line 437, ../sass/style.scss */
body .list_carousel {
  width: 120%;
  overflow: hidden !important;
  z-index: 9;
  top: 280px;
  padding-bottom: 20px;
  position: absolute;
}
/* line 447, ../sass/style.scss */
body .list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
}
/* line 455, ../sass/style.scss */
body .list_carousel ul .mask {
  width: 90%;
  padding-left: 30px;
  height: 0px;
  position: absolute;
  vertical-align: text-bottom;
  overflow: hidden;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 1;
  filter: alpha(opacity=100);
  /* ie */
  -moz-opacity: 1;
  /* old firefox */
  -khtml-opacity: 1;
  /* old safari */
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
/* line 474, ../sass/style.scss */
body .list_carousel ul .mask h2 {
  color: #fff;
  text-transform: none;
  font-size: 26px;
  font-weight: 300;
  font-family: "Roboto", Helvetica, sans-serif;
  line-height: 30px;
  transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  /* IE 9 */
  -webkit-transform: skew(-20deg, 0deg);
  /* Safari and Chrome */
}
/* line 486, ../sass/style.scss */
body .list_carousel ul .mask p {
  font-size: 14px;
  color: #a6a6a6;
  -webkit-margin-before: 0px;
  transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  /* IE 9 */
  -webkit-transform: skew(-20deg, 0deg);
  /* Safari and Chrome */
}
/* line 496, ../sass/style.scss */
body .list_carousel ul li {
  font-size: 40px;
  color: #999;
  background: #000;
  text-align: left;
  width: 300px;
  height: 380px;
  padding: 0;
  margin: 6px;
  display: block;
  float: left;
  transform: skew(20deg, 0deg);
  -ms-transform: skew(20deg, 0deg);
  /* IE 9 */
  -webkit-transform: skew(20deg, 0deg);
  /* Safari and Chrome */
  overflow: hidden;
}
/* line 516, ../sass/style.scss */
body .list_carousel ul li.title h2 {
  color: #fff;
  text-transform: none;
  font-size: 26px;
  font-weight: 300;
  margin-top: 270px;
  padding-left: 30px;
  font-family: "Roboto", Helvetica, sans-serif;
  line-height: 30px;
  transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  /* IE 9 */
  -webkit-transform: skew(-20deg, 0deg);
  /* Safari and Chrome */
}
/* line 530, ../sass/style.scss */
body .list_carousel ul li.title p {
  font-size: 14px;
  color: #a6a6a6;
  padding-left: 30px;
  -webkit-margin-before: 0px;
  transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  /* IE 9 */
  -webkit-transform: skew(-20deg, 0deg);
  /* Safari and Chrome */
}
/* line 541, ../sass/style.scss */
body .list_carousel ul li.longerimg {
  width: 600px;
}
/* line 544, ../sass/style.scss */
body .list_carousel ul li.longerimg img {
  margin-left: -80px;
  margin-top: -80px;
}
/* line 550, ../sass/style.scss */
body .list_carousel ul li.longerimg a img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
}
/* line 558, ../sass/style.scss */
body .list_carousel ul li.vertimg {
  width: 300px;
}
/* line 561, ../sass/style.scss */
body .list_carousel ul li.vertimg img {
  margin-left: -90px;
  margin-top: -20px;
}
/* line 567, ../sass/style.scss */
body .list_carousel ul li.vertimg a img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
}
/* line 576, ../sass/style.scss */
body .list_carousel ul li.longerimg-text {
  width: 600px;
}
/* line 579, ../sass/style.scss */
body .list_carousel ul li.longerimg-text h3.first {
  margin-top: 30px;
}
/* line 583, ../sass/style.scss */
body .list_carousel ul li.longerimg-text h3 {
  color: #fff;
  text-transform: uppercase;
  -webkit-margin-after: 4px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Roboto", Helvetica, sans-serif;
  transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  /* IE 9 */
  -webkit-transform: skew(-20deg, 0deg);
  /* Safari and Chrome */
}
/* line 599, ../sass/style.scss */
body .list_carousel ul li.longerimg-text p {
  font-size: 13px;
  color: #a6a6a6;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-margin-before: 0px;
  transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  /* IE 9 */
  -webkit-transform: skew(-20deg, 0deg);
  /* Safari and Chrome */
}
/* line 608, ../sass/style.scss */
body .list_carousel ul li.longerimg-text p.no-m {
  -webkit-margin-after: 0px;
  margin: 0px;
}
/* line 611, ../sass/style.scss */
body .list_carousel ul li.longerimg-text img {
  margin-left: -80px;
  margin-top: -70px;
}
/* line 617, ../sass/style.scss */
body .list_carousel ul li.longerimg-text a img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
}
/* line 626, ../sass/style.scss */
body .list_carousel ul img {
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  margin-left: -110px;
  transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  /* IE 9 */
  -webkit-transform: skew(-20deg, 0deg);
  /* Safari and Chrome */
}
/* line 638, ../sass/style.scss */
body .list_carousel ul a img {
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  border: none;
}
/* line 648, ../sass/style.scss */
body .list_carousel ul a.vis:hover img {
  filter: none;
  -moz-filter: none;
}
/* line 658, ../sass/style.scss */
body .list_carousel.responsive {
  width: auto;
  margin-left: 0;
}
/* line 662, ../sass/style.scss */
body .clearfix {
  float: none;
  clear: both;
}
/* line 666, ../sass/style.scss */
body .prev {
  float: left;
  margin-left: 40px;
  z-index: 9999;
  left: 0px;
  position: absolute;
  top: 180px;
}
/* line 674, ../sass/style.scss */
body .next {
  float: right;
  position: absolute;
  right: 40px;
  z-index: 9;
  right: 20%;
  top: 180px;
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 674, ../sass/style.scss */
  body .next {
    right: 23%;
  }
}
@media (max-width: 479px) {
  /* line 674, ../sass/style.scss */
  body .next {
    right: 24%;
  }
}
/* line 686, ../sass/style.scss */
body .pager {
  float: left;
  width: 300px;
  text-align: center;
  z-index: 9999;
}
/* line 691, ../sass/style.scss */
body .pager a {
  margin: 0 5px;
  text-decoration: none;
}
/* line 696, ../sass/style.scss */
body .pager a.selected {
  text-decoration: underline;
}
/* line 703, ../sass/style.scss */
body #filter {
  z-index: 5;
  position: absolute;
  top: 167px;
  left: 380px;
}
@media (max-width: 479px) {
  /* line 703, ../sass/style.scss */
  body #filter {
    margin-top: 40px;
    left: 7px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 703, ../sass/style.scss */
  body #filter {
    margin-top: 40px;
    left: 37px;
  }
}
/* line 715, ../sass/style.scss */
body #filter ul {
  display: inline-block;
}
@media (max-width: 479px) {
  /* line 715, ../sass/style.scss */
  body #filter ul {
    padding-left: 50px;
  }
}
/* line 720, ../sass/style.scss */
body #filter ul li {
  float: left;
  display: inline-block;
  padding-right: 15px;
  text-transform: none;
  color: #fff;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 15px;
}
/* line 728, ../sass/style.scss */
body #filter ul li a {
  color: #a6a6a6;
  font-weight: 400;
  font-size: 15px;
}
/* line 733, ../sass/style.scss */
body #filter ul li a:hover, body #filter ul li a.active {
  color: #fff;
}
/* line 740, ../sass/style.scss */
body #warning {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 160px;
  background-color: #000;
  margin-top: 0px;
  padding: 4px 0px 4px 0px;
  color: #fff;
  z-index: 99999;
  margin: 0px auto;
  text-align: center;
}
/* line 741, ../sass/style.scss */
body #warning h4 {
  font-family: "Roboto", Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
}
/* line 742, ../sass/style.scss */
body #warning p {
  color: #a6a6a6;
  font-family: "Roboto", Helvetica, sans-serif;
}
