@import 'normalize.css';

@import 'foundation.min.css';

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
  font-family: 'trend_slabone';
  src: url('../fonts/trendslab-one-webfont.eot');
  src: url('../fonts/trendslab-one-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/trendslab-one-webfont.woff') format('woff'), url('../fonts/trendslab-one-webfont.ttf') format('truetype'), url('../fonts/trendslab-one-webfont.svg#trend_slabone') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Trend Slab';
  src: url('../fonts/trendslab-one-webfont.eot');
  src: url('../fonts/trendslab-one-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/trendslab-one-webfont.woff') format('woff'), url('../fonts/trendslab-one-webfont.ttf') format('truetype'), url('../fonts/trendslab-one-webfont.svg#trend_slabone') format('svg');
  font-weight: normal;
  font-style: normal;
}

.row {
  max-width: 107rem;
}
a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.ribbon-right {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  background: #c7812e;
  color: #FFF;
  font: 14px 'Lato', Arial, Helvetica, sans-serif;
  min-width: 135px;
  display: block;
  text-align: center;
  padding: 5px 0.8em;
  position: relative;
  text-transform: uppercase;
  line-height: 18px;
}
@media all and (max-width: 767px) {
  .ribbon-right {
    margin-right: 10px;
  }
}
.ribbon-right:after {
  border-bottom: 14px solid transparent;
  border-left: 14px solid #c7812e;
  width: 0;
  border-top: 14px solid transparent;
  content: "";
  height: 0;
  margin: 0 5px;
  position: absolute;
  right: -18px;
  top: 0;
}
.ribbon-right:hover {
  background: #d28e3c;
  color: #FFF;
}
.ribbon-right:hover:after {
  border-left-color: #d28e3c;
}
body {
  font: 14px 'Lato', Arial, Helvetica, sans-serif;
}



/* Header */

body header.primary-header {
  display: none;
  text-transform: uppercase;
  position: relative;
  z-index: 999;
}
body header.primary-header .primary-nav > ul li .portal-link {
  background: #c7812e;
  border-radius: 5px 5px 0 0;
  color: #FFF;
  display: inline-block;
  padding: 10px 15px;
  margin: 16px 0 8px 8px;
  text-align: center;
  vertical-align: baseline;
  line-height: 20px;
}
body header.primary-header .primary-nav > ul li.logo {
  flex: 1;
  text-align: right;
}
body header.primary-header .primary-nav > ul li.logo > a {
  color: #7a98b4;
}
body header.primary-header .primary-nav {
  width: 100%;
}
body header.primary-header .primary-nav > ul {
  padding-left: 8px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0;
  position: relative;
  overflow: visible;
  z-index: 9999;
  list-style: none;
  height: 56px;
}
body header.primary-header .primary-nav ul li {
  display: inline-block;
  margin: 0 8px;
}
body header.primary-header .primary-nav ul li.on a {
  color: #c7812e;
}
body header.primary-header .primary-nav ul li.big {
  position: relative;
}
body header.primary-header .primary-nav ul li.on {
  overflow: visible !important;
}
body header.primary-header .primary-nav ul li.on ul {
  *zoom: 1;
  background: #FFF;
  background: rgba(255, 255, 255, 0.7);
  display: block;
  min-width: 92px;
  overflow: visible !important;
  position: absolute;
  top: 56px;
  margin-left: -40px;
  z-index: 9999 !important;
}
body header.primary-header .primary-nav ul li.on ul:before, body header.primary-header .primary-nav ul li.on ul:after {
  content: " ";
  display: table;
  line-height: 0;
}
body header.primary-header .primary-nav ul li.on ul:after {
  clear: both;
}
body header.primary-header .primary-nav ul li.on ul:before, body header.primary-header .primary-nav ul li.on ul:after {
  content: " ";
  display: table;
  line-height: 0;
}
body header.primary-header .primary-nav ul li.on ul:after {
  clear: both;
}
body header.primary-header .primary-nav ul li.on ul li {
  overflow: visible;
  margin: 0 20px;
  text-transform: capitalize;
  display: inline-block;
}
body header.primary-header .primary-nav ul li.on ul li a {
  color: #676767;
  line-height: 40px;
  text-transform: lowercase;
}
body header.primary-header .primary-nav ul li.on ul li a:hover {
  color: #c7812e;
}
body header.primary-header .primary-nav ul li.on ul li.on a {
  color: #c7812e;
}
body header.primary-header .primary-nav ul li ul {
  display: none;
}
body header.primary-header .primary-nav ul li nav {
  position: absolute;
  z-index: 99999;
}
body header.primary-header .primary-nav ul li img {
  cursor: pointer;
}
body header.primary-header .primary-nav ul li a {
  color: #676767;
  display: inline;
  font: bold 14px 'Lato', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  margin-left: 0;
  text-align: center;
  line-height: 56px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  body header.primary-header .primary-nav ul li a {
    font-size: 14px;
  }

  body header.primary-header .primary-nav > ul li .portal-link {
    padding: 12px 25px;
    margin: 12px 0 8px 8px;
  }
}

@media all and (min-width: 1080px) {
  body header.primary-header .primary-nav ul li {
    margin: 0 14px;
  }
  body header.primary-header .primary-nav ul li a {
    font-size: 16px;
  }
}

body header.primary-header .primary-nav ul li a:hover {
  color: #c7812e;
}


/* Splash */

body .splash {
  background: url('../images/index-splash-bkg.jpg') center center no-repeat;
  background-size: cover;
  margin-bottom: 45px;
  padding: 100px 110px 104px;
  position: relative;
  z-index: 2;
}
body .splash.internal {
  padding: 40px 110px;
}
@media all and (max-width: 767px) {
  body .splash.internal {
    padding: 10px;
  }
}
body .splash.internal img {
  margin-top: 75px;
}
@media all and (max-width: 767px) {
  body .splash.internal img {
    margin-top: 20px;
  }
}
body .splash.internal .content-area {
  color: #FFF;
}
body .splash.internal .content-area h2,
body .splash.internal .content-area h3,
body .splash.internal .content-area h4,
body .splash.internal .content-area h5,
body .splash.internal .content-area h6 {
  color: #FFF;
  font: 15px 'trend_slabone', "Times New Roman", Times, serif;
}
body .splash.internal .content-area p {
  font: 14px 'Lato', Arial, Helvetica, sans-serif;
  line-height: 1.6em;
}
body .splash.internal.team {
  background-image: url('../images/team-splash-bkg.jpg');
}
body .splash.internal.resources {
  background-image: url('../images/resources-bkg.jpg');
}
body .splash.internal.updates {
  background-image: url('../images/events-bkg.jpg');
  padding: 100px 0;
}
@media all and (max-width: 767px) {
  body .splash.internal.updates {
    padding: 20px 10px 10px;
  }
  body .splash.internal.updates img {
    margin-top: 10px !important;
  }
}
body .splash.internal.updates img {
  margin-top: 0;
}
body .splash.internal.updates h1 {
  color: #FFF;
  font: 55px 'trend_slabone', "Times New Roman", Times, serif;
  margin-top: 30px;
}
@media all and (max-width: 1010px) {
  body .splash.internal.updates h1 {
    margin-top: 10px;
  }
}
body .splash img {
  display: block;
  margin: 115px auto 0;
  width: 450px;
}
@media all and (min-width: 641px) and (max-width: 960px) {
  body .splash img {
    margin-top: 30%;
  }
}
@media all and (max-width: 767px) {

  body .splash.internal.updates h1 {
    font-size: 40px;
    text-align: center;
  }

  body .splash {
    padding: 50px;
  }

  body .splash img {
    margin: 0 auto 20px;
  }
}
body .splash .content-box {
  background: #FFF;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}
body .splash .content-box h4 {
  font: 26px 'trend_slabone', "Times New Roman", Times, serif;
  letter-spacing: 1px;
  text-align: center;
  margin: 75px auto 40px;
}
@media all and (max-width: 960px) and (min-width: 768px) {
  body .splash .content-box h4 {
    font-size: 17px;
    margin: 29px auto 25px;
  }
}
@media all and (max-width: 767px) {
  body .splash .content-box h4 {
    font-size: 18px;
    margin: 20px 0;
    text-align: center;
    width: 100%;
  }
}
body .splash .content-box .see-projects {
  display: block;
  padding: 15px 0;
  top: 10px;
  right: 65px;
  width: 230px;
}
@media all and (max-width: 960px) and (min-width: 768px) {
  body .splash .content-box .see-projects {
    right: -20px;
  }
}
@media all and (max-width: 767px) {
  body .splash .content-box .see-projects {
    right: 0;
    top: 10px;
    margin: 0 auto;
  }
}
body .splash .content-box .see-projects:after {
  border-bottom: 23px solid transparent;
  border-left: 23px solid #c7812e;
  border-top: 23px solid transparent;
  right: -27px;
}
body .splash .content-box .see-projects:hover:after {
  border-left-color: #d28e3c;
}
body .content {
  padding: 0 50px 40px;
}
@media all and (max-width: 767px) {
  body .content {
    padding: 0 10px 40px;
  }
}
body .content h3 {
  color: #555;
  font: 22px 'trend_slabone', "Times New Roman", Times, serif;
}
@media all and (max-width: 767px) {
  body .content h3 {
    font-size: 20px;
    text-align: center;
  }
}
body .content.events-roll form {
  margin-left: 10px;
}
body .content.events-roll form input {
  width: 40%;
}
@media all and (max-width: 767px) {
  body .content.events-roll form input {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  body .content.events-roll form button {
    width: 100%;
  }
}
body .content.events-roll form label,
body .content.events-roll form input {
  font-size: 16px;
}
body .content.events-roll form .small {
  font-size: 14px;
  font-style: italic;
}
body .content .item {
  *zoom: 1;
}
body .content .item:before,
body .content .item:after {
  content: " ";
  display: table;
  line-height: 0;
}
body .content .item:after {
  clear: both;
}
body .content .item h3 {
  float: left;
  width: 33%;
  text-align: right !important;
}
@media all and (max-width: 830px) {
  body .content .item h3 {
    float: none !important;
    text-align: center !important;
    margin-bottom: 20px;
    width: 100% !important;
  }
}
body .content .item p,
body .content .item ul {
  float: right;
  width: 60%;
}
body .content .item p li,
body .content .item ul li {
  list-style-type: none;
}
@media all and (max-width: 830px) {
  body .content .item p,
  body .content .item ul {
    float: none !important;
    margin-bottom: 20px;
    width: 100% !important;
  }
}
body .content .large-centered h3 {
  margin-bottom: 40px;
  text-align: center;
}
body .content .large-centered > .see-more {
  background: #c7812e;
  display: block;
  margin: 0 auto;
  width: 297px;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  padding: 5px 0;
}
body .content .large-centered > .see-more:hover {
  background: #d79a51;
}
body .content .large-centered .article h1,
body .content .large-centered .article h2 {
  color: #13558c;
  font: 16px 'trend_slabone', "Times New Roman", Times, serif;
  padding-left: 10px;
  text-transform: uppercase;
}
body .content .large-centered .article h2 {
  color: #434343;
}
body .content .large-centered .article p {
  color: #666;
  font: 15px 'Lato', Arial, Helvetica, sans-serif;
  line-height: 1.6em;
}
body .content .large-centered .article .full-description a {
  padding-right: 10px;
}
body .content .article {
  *zoom: 1;
  background: url('../images/shadow-bkg.jpg') bottom center no-repeat;
  margin-bottom: 64px;
  position: relative;
  padding-bottom: 60px;
}
body .content .article:before,
body .content .article:after {
  content: " ";
  display: table;
  line-height: 0;
}
body .content .article:after {
  clear: both;
}
body .content .article .for-smaller {
  display: none;
}
@media all and (max-width: 767px) {
  body .content .article {
    background: none;
    border-bottom: 2px dotted #CCC;
    padding-bottom: 40px;
  }
  body .content .article .for-smaller {
    clear: both;
    display: block;
  }
  body .content .article .for-larger {
    display: none !important;
  }
}
body .content .article p {
  font: 18px 'Lato', Arial, Helvetica, sans-serif;
  padding-left: 10px !important;
  line-height: 1.6em;
}
@media all and (max-width: 767px) {
  body .content .article p {
    font-size: 14px;
  }
}
body .content .article h1.article-title {
  color: #434343;
  font: 20px 'trend_slabone', "Times New Roman", Times, serif;
  letter-spacing: 2px;
  line-height: 1.6em;
  padding-left: 10px;
  text-transform: uppercase;
}
body .content .article h1.article-title span {
  color: #13558C;
}
@media all and (max-width: 767px) {
  body .content .article h1.article-title {
    font-size: 16px;
    text-align: center;
  }
}
body .content .article h4 {
  color: #434343;
  margin-left: 10px;
  font: 16px 'trend_slabone', "Times New Roman", Times, serif;
}
body .content .article.arete-article .article-title span {
  color: #c7812e;
}
body .content .article img {
  height: auto;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  body .content .article img {
    margin: 10px auto;
  }
}
body .content .article p {
  color: #666;
  line-height: 1.6em;
  padding-left: 20px;
}
@media all and (max-width: 767px) {
  body .content .article p {
    padding-left: 0;
  }
}
body .content .read-all a {
  background: #c7812e;
  color: #FFF;
  display: block;
  font-size: 20px;
  margin: -30px auto 40px;
  padding: 10px 0;
  text-align: center;
  width: 410px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body .content .read-all a:hover {
  background: #d28e3c;
}
body .content .event-list > h3 {
  color: #555;
  font: 22px 'trend_slabone', "Times New Roman", Times, serif;
  text-align: center;
}
body .content .event-list > h3.second {
  position: relative;
  margin-top: 40px !important;
}
@media all and (max-width: 767px) {
  body .content .event-list > h3.second {
    text-align: left;
  }
}
body .content .event-list > h3.second .twitter-button {
  position: absolute;
  right: 10px;
}
body .content .event-list .event {
  border-radius: 10px;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding: 25px 25px 45px;
}
@media all and (max-width: 767px) {
  body .content .event-list .event {
    padding: 10px 10px 45px;
  }
}
body .content .event-list .event.twitterfeed {
  padding: 30px 25px;
}
body .content .event-list .event #instafeed {
  *zoom: 1;
}
body .content .event-list .event #instafeed:before,
body .content .event-list .event #instafeed:after {
  content: " ";
  display: table;
  line-height: 0;
}
body .content .event-list .event #instafeed:after {
  clear: both;
}
body .content .event-list .event #instafeed img {
  border: 1px solid #D4D4D4;
  padding: 5px;
  width: 49%;
  margin-left: 1%;
}
@media all and (max-width: 767px) {
  body .content .event-list .event #instafeed img {
    float: right;
    width: 47%;
  }
  body .content .event-list .event #instafeed img:first-child {
    float: left;
  }
}
body .content .event-list .event .read-all {
  margin-top: 20px;
  width: 100%;
}
@media all and (max-width: 767px) {
  body .content .event-list .event .read-all {
    margin-bottom: -20px;
  }
}
body .content .event-list .event h3 {
  color: #434343;
  font: 20px 'trend_slabone', "Times New Roman", Times, serif;
  margin-top: 20px;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  body .content .event-list .event h3 {
    margin-top: 0;
    text-align: left;
    font-size: 14px;
  }
}
body .content .event-list .event h4.date {
  color: #666;
  font: bold 18px 'Lato', Arial, Helvetica, sans-serif;
  margin-top: 25px;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  body .content .event-list .event h4.date {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: -15px;
  }
}
body .content .event-list .event p {
  font-size: 16px;
}
body .content a.read-all {
  width: 40%;
  margin: 0 auto;
  display: block;
  background: #c7812e;
  padding: 5px;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
}
@media all and (max-width: 767px) {
  body .content a.read-all {
    margin-bottom: 40px;
  }
}
body .content a.read-all:hover {
  background: #d79a51;
}
body .primary-footer {
  background: #AEAEAE;
  color: #4E4E4E;
  font: 300 16px 'Lato', Arial, Helvetica, sans-serif;
  line-height: 1.6em;
  padding: 50px 50px 30px;
  text-align: right;
}
body .primary-footer a {
  color: #FFF;
}
body .primary-footer a:hover {
  color: #96C9DE;
}
body .primary-footer img {
  margin: 0 auto;
  width: 325px;
}
@media all and (max-width: 767px) {
  body .primary-footer img {
    margin: 20px auto;
  }
}
.left-off-canvas-menu {
  background: #DDD;
}
.left-off-canvas-menu ul li {
  list-style-type: none;
}
.left-off-canvas-menu ul li a {
  font-size: 28px;
}
.left-off-canvas-menu ul li a:hover {
  color: #1A6D86;
}
.left-off-canvas-menu .exit-off-canvas {
  display: block;
  box-shadow: none;
  background: none;
  position: absolute;
  width: 26%;
  height: 40px;
  font-size: 40px;
  margin-left: 70%;
  text-align: right;
}
.left-off-canvas-menu .exit-off-canvas:hover {
  color: #FFF;
}
.left-off-canvas-toggle {
  position: absolute;
  right: 20px;
  font-size: 40px;
  z-index: 9999999;
}
@media all and (max-width: 767px) {
  img {
    display: block;
    margin: 0 auto;
  }
}
.portfolio h3 {
  text-align: left !important;
}
.pagination .active a {
  color: #13558c;
}
.pagination .disabled {
  display: none;
}
.centered {
  text-align: center !important;
}
.views-field-tid,
.views-field-created {
  *zoom: 1;
  font-size: 16px;
  margin-left: 10px;
}
.views-field-tid:before,
.views-field-created:before,
.views-field-tid:after,
.views-field-created:after {
  content: " ";
  display: table;
  line-height: 0;
}
.views-field-tid:after,
.views-field-created:after {
  clear: both;
}
.views-field-tid label,
.views-field-created label {
  display: inline-block;
  margin-right: 5px;
}
.big-link a {
  color: #7a98b4 !important;
  text-decoration: none;
  border-bottom: 0;
}
.big-link a:hover {
  color: #c7812e !important;
  border-bottom: 0;
}
.tooltip {
  border-radius: 5px;
}
/* ---- isotope ---- */
.isotope {
  *zoom: 1;
}
.isotope:before, .isotope:after {
  content: " ";
  display: table;
  line-height: 0;
}
.isotope:after {
  clear: both;
}
.isotope:before, .isotope:after {
  content: " ";
  display: table;
  line-height: 0;
}
.isotope:after {
  clear: both;
}
/* clear fix */

.isotope:after {
  content: '';
  display: block;
  clear: both;
}



.box-container {
  display: none;
  padding-bottom: 110px;
}
.filters {
  *zoom: 1;
  margin-bottom: 40px;
}
.filters:before,
.filters:after {
  content: " ";
  display: table;
  line-height: 0;
}
.filters:after {
  clear: both;
}
.filters a {
  color: #575757;
  font: 16px 'Lato', Arial, Helvetica, sans-serif;
  padding: 0 5px;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .filters a {
    font-size: 10px;
  }
}
.filters a.current {
  color: #c7812e;
}
.faux-form {
  display: none;
  *zoom: 1;
  margin-top: -10px;
  width: 310px;
}
.faux-form:before,
.faux-form:after {
  content: " ";
  display: table;
  line-height: 0;
}
.faux-form:after {
  clear: both;
}
.faux-form label {
  float: left;
  line-height: 37px;
  margin-right: 5px;
  font-weight: bold;
}
.faux-form input {
  float: left;
  width: 180px;
}
.faux-form i {
  cursor: pointer;
  display: inline-block;
  position: relative;
  right: 40px;
  top: 5px;
  color: #c7812e;
}
@media all and (max-width: 767px) {
  .faux-form {
    margin: 0 auto;
  }
  .faux-form label,
  .faux-form input {
    display: block;
    float: none !important;
  }
  .faux-form label {
    width: 100%;
  }
  .faux-form input {
    margin: 0 auto;
  }
}






/* ---- .project-item ---- */

.project-item {
  margin: 0 2.5% 2.5%;
  width: 20%;
}
@media all and (max-width: 767px) {
  .project-item {
    overflow-x: hidden;
    width: 100%;
  }
}
.project-item .additional-details {
  display: none !important;
}
.project-item img {
  border-radius: 8px;
  float: none;
  pointer-events: none;
}
.project-item p.title {
  font-size: 16px;
  text-align: center;
}
.project-item.showing {
  padding-right: 20px;
  width: 100%;
}
.project-item.showing img {
  pointer-events: all;
}
.project-item.showing > img {
  max-width: 30%;
}
.project-item.showing .image-container {
  float: left;
  margin-right: 10px;
  width: 25%;
}
.project-item.showing p.title {
  display: none;
}
.project-item.showing .additional-details {
  display: block !important;
  float: right;
  width: 70%;
}
.project-item.showing .additional-details p.new-title {
  font: 18px 'trend_slabone', "Times New Roman", Times, serif;
}
.project-item .image-container {
  cursor: pointer;
  position: relative;
  height: 100%;
}
.project-item .image-container img {
  height: 100%;
  width: 100%;
}
.project-item .hover {
  font-size: .8em;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  padding: .5em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  display: none;
}
.project-item .hover h4 {
  color: #FFF;
  font: 16px 'trend_slabone', "Times New Roman", Times, serif;
  margin: .5em .5em;
}
.project-item:not(.showing) .image-container:hover .hover {
  opacity: 1;
  margin-top: 0;
  top: 0;
  z-index: 1;
}





/* team overrides */
.project-item.team .additional-details h5 {
  font: 18px 'trend_slabone', "Times New Roman", Times, serif;
}
.project-item.team .additional-details h6 {
  font: 16px 'trend_slabone', "Times New Roman", Times, serif;
  text-transform: uppercase;
}
.project-item.team .additional-details p.new-title {
  font: 18px 'trend_slabone', "Times New Roman", Times, serif;
}
.project-item.team .image-container {
  border: 1px solid #CCC;
}
.project-item.team .image-container img {
  border-radius: 0;
}
.project-item.team .slider {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
  padding: 4px;
  background: rgba(0,0,0,.8);
  color: white;
}
.project-item.team .slider .name {
  font: 14px 'trend_slabone', "Times New Roman", Times, serif;
}
.project-item.team .slider .title {
  overflow: hidden;
  transition: max-height .5s;
  max-height: 0;
}
.project-item.team:hover .slider .title {
  max-height: 50px;
}








@media all and (max-width: 767px) {
  .project-item, .showing.project-item {
    padding-right: 0;
    width: 100%;
    /*pointer-events: none;*/
  }
  .project-item p.title, .showing.project-item p.title {
    width: 100%;
  }
  .project-item .image-container, .showing.project-item .image-container {
    width: 80%;
    float: none;
    text-align: center;
    margin: auto;
  }
  .project-item p.title, .showing.project-item p.title {
    display: none;
  }
  .project-item .additional-details, .showing.project-item .additional-details {
    display: block !important;
    float: none;
    width: 85%;
    margin: 30px auto;
  }
  .project-item .additional-details p.new-title, .showing.project-item .additional-details p.new-title {
    font: 18px 'trend_slabone', "Times New Roman", Times, serif;
  }
  button.close {
    display: none;
  }
}









.row {
  position: relative;
}
.row.row-for-items {
  min-height: 400px;
}
#search-submit-button {
  background: #FFF;
  color: #c7812e;
  padding: 0;
  height: 2.3125rem;
  padding-left: 5px;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  color: #000;
}
.loader {
  background: url('../images/loader.GIF') center center no-repeat;
  position: absolute;
  top: 100px;
  left: 45%;
  height: 60px;
  width: 60px;
  display: block;
  padding-bottom: 200px;
}
@media all and (max-width: 767px) {
  .update-title,
  .update-date {
    text-align: left !important;
    font-size: 14px !important;
  }
}










/* Mobile Navigation */


#main::after {
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: visibility 0s 0.5s, opacity 0.5s;
  visibility: hidden;
  z-index: 9; }

#mobile-nav {
  background: rgba(255,255,255,0);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0);
  left: 0;
  max-height: 56px;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: left .5s, max-height .5s;
  width: 100%;
  z-index: 100000000; }
  #mobile-nav > .bar {
    color: #fff;
    height: 56px;
    font-size: 36px;
    padding: 0 20px;
    text-align: right;
    line-height: 56px;
    transition: color .5s, background-color .5s .3s;
    
    vertical-align: middle; }
  #mobile-nav > .bar i {
    cursor: pointer;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    transition: .4s;
  }
  #mobile-nav > .bar i:hover {
    text-shadow: 0px 2px 3px rgba(0,0,0,0.5)
  }
  #mobile-nav nav {
    background-color: #fff;
    line-height: 1.4em;
    transition: visibility 0s 0.5s;
    visibility: hidden; }
    #mobile-nav nav a {
      border-left: 2px solid transparent;
      display: block; }
      #mobile-nav nav a.active {
        border-left-color: #428bca; }
      #mobile-nav nav a:hover {
        background-color: #f5f5f5;
        text-decoration: none; }
    #mobile-nav nav > a:last-child {
      border-top: 2px solid #f5f5f5;
      bottom: 0;
      left: 0;
      padding: 0.8em 1.8em 0.8em 1em;
      position: relative;
      right: 0; }
    #mobile-nav nav > a, #mobile-nav nav > ul > li > a {
      background-color: #fff;
      border-bottom: 2px solid #f5f5f5;
      color: #c7812e;
      font-weight: 300;
      padding: 0.8em 1.8em 0.8em 1em;
      position: relative;
      text-overflow: ellipsis;
      white-space: nowrap; }
      #mobile-nav nav > a > .glyphicon, #mobile-nav nav > ul > li > a > .glyphicon {
        position: absolute;
        right: 0.5em;
        top: 1em; }
        #mobile-nav nav > a > .glyphicon.glyphicon-chevron-down, #mobile-nav nav > a > .glyphicon.glyphicon-chevron-right, #mobile-nav nav > ul > li > a > .glyphicon.glyphicon-chevron-down, #mobile-nav nav > ul > li > a > .glyphicon.glyphicon-chevron-right {
          display: none;
          font-size: 0.5em;
          left: 1.5em;
          right: auto;
          top: 2.5em; }
    #mobile-nav nav > ul {
      border-bottom: 1px solid #f5f5f5;
      border-top: 2px solid #f5f5f5;
      bottom: auto;
      left: 0;
      margin: 0;
      overflow-x: hidden;
      overflow-y: auto;
      padding: 0;
      position: relative;
      right: 0;
      top: 0;
      height: -webkit-calc(100vh - 56px);
      height: -moz-calc(100vh - 56px);
      height: -ms-calc(100vh - 56px);
      height: calc(100vh - 56px);
      padding-bottom: 150px; }
      #mobile-nav nav > ul > li > ul {
        background: #FFFFFF;
        border-bottom: 1px solid #f5f5f5;
        border-top: 0;
        font-size: 0.85em;
        list-style: inside disc;
        padding: 0.5em 0;
        margin: -2px 0 0;
        z-index: 1;
        position: relative;
        color: lightgrey; }
        #mobile-nav nav > ul > li > ul a {
          color: #7c7c7c;
          display: block;
          line-height: 1.3em;
          padding: 0.4em 0.8em 0.4em 2em; }
          #mobile-nav nav > ul > li > ul a.active {
            background-color: #eaedf0; }
  #mobile-nav .navbar-default {
    text-align: right; }
    #mobile-nav .navbar-default .navbar-toggle {
      float: none;
      margin: 6px;
      padding: 6px 8px; }


html.show-navigation {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%; }
  html.show-navigation body {
    height: 100%;
    overflow-y: hidden; }
  html.show-navigation #mobile-nav {
    box-shadow: 0 0 20px black;
    max-height: 100%; }
    html.show-navigation #mobile-nav > .bar {
      color: #9E9E9E;
      background-color: #F5F5F5;
      transition: color .5s,
      background-color 0s 0s; }
    html.show-navigation #mobile-nav > .bar i {
      text-shadow: none; }
    html.show-navigation #mobile-nav > .bar i:hover {
      text-shadow: none;
      color: #777777; }
    html.show-navigation #mobile-nav > nav {
      transition: visibility 0s 0s;
      visibility: visible; }
  html.show-navigation #main::after {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible; }

@media all and (min-width: 768px) {

  body header.primary-header {
    display: block;
  }

  #mobile-nav {
    display: none !important;
  }
}








