@import "assets/fonts/Avenir/AvenirLTStd-Roman/avenirltstd-roman.css";
/*
Theme Name: CKR
Author: Barracoda
Version: 1.0
*/
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
/*
.container {
	.clearfix;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: auto;
	margin-left: auto;	
}
*/.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
/*
.container {
	.clearfix;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: auto;
	margin-left: auto;	
}
*/.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
/*
.container {
	.clearfix;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: auto;
	margin-left: auto;	
}
*/header[role=banner] .nav-bar {
  background: #fff;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  padding: 9px 0;
  margin: 0 30px;
  line-height: 30px;
  font-size: 11.1px;
}
header[role=banner] .logo {
  letter-spacing: 3px;
  color: #000;
  position: absolute;
  top: 9px;
}
header[role=banner] .nav-toggle {
  position: absolute;
  right: 0;
  top: 9px;
  width: 100px;
  text-align: right;
}
header[role=banner] .nav-toggle span {
  /*padding-right: 15px;*/

}
header[role=banner] .nav-toggle span img {
  transition: 0.6s;
}
header[role=banner] .breadcrumb {
  display: none;
  position: absolute;
  top: 9px;
}
header[role=banner] .breadcrumb li {
  display: inline;
  cursor: pointer;
}
header[role=banner] .breadcrumb li:hover {
  color: #a3a3a3;
}
header[role=banner] .breadcrumb li + li {
  background: url(assets/img/separator.png) no-repeat left top;
  padding-left: 15px;
  margin-left: 10px;
}
@media (min-width: 860px) {
  header[role=banner] .breadcrumb {
    display: block;
    margin-left: 33.3333%;
  }
}
@media (min-width: 1220px) {
  header[role=banner] .breadcrumb {
    margin-left: 25%;
  }
}
@media (min-width: 1560px) {
  header[role=banner] .breadcrumb {
    margin-left: 20%;
  }
}
header[role=banner] nav {
  z-index: 97;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  background: #fff;
  padding: 20px 30px 30px;
  margin: 0;
  -ms-transition: top 300ms ease-in-out;
  -webkit-transition: top 300ms ease-in-out;
  transition: top 300ms ease-in-out;
}
header[role=banner] nav:before {
  content: " ";
  display: table;
}
header[role=banner] nav:after {
  content: " ";
  display: table;
  clear: both;
}
header[role=banner] nav:before {
  content: " ";
  display: table;
}
header[role=banner] nav:after {
  content: " ";
  display: table;
  clear: both;
}
header[role=banner] nav:before {
  content: " ";
  display: table;
}
header[role=banner] nav:after {
  content: " ";
  display: table;
  clear: both;
}
header[role=banner] nav .col {
  width: 100%;
  float: left;
  padding-left: 0;
}
@media (min-width: 860px) {
  header[role=banner] nav .col {
    width: 33.3333%;
  }
}
@media (min-width: 1220px) {
  header[role=banner] nav .col {
    width: 25%;
  }
}
@media (min-width: 1560px) {
  header[role=banner] nav .col {
    width: 20%;
  }
  header[role=banner] nav .col:first-child {
    margin-left: 20%;
  }
}
header[role=banner] ul {
  margin-bottom: 20px;
}
header[role=banner] ul li.active a {
  color: #000;
}
header[role=banner].open nav {
  top: 48px !important;
}
@media (max-height: 640px) {
  header[role=banner].open nav {
    bottom: 0;
    overflow-y: scroll;
  }
}
header[role=banner].open .nav-toggle span img {
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
* {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-size: 100%;
}
body.noscroll {
  position: fixed;
  overflow: hidden;
}
.wrapper {
  height: 100%;
}
body {
  background: #fff;
  font-family: 'AvenirLTStd55Roman', sans-serif;
  font-size: 11.1px;
  line-height: 20px;
  letter-spacing: 1.3px;
  color: #000;
  text-transform: uppercase;
}
p {
  font-size: 12.1px;
  text-transform: none;
  line-height: 20px;
}
p + p {
  margin-top: 20px;
}
a {
  color: #a3a3a3;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus,
a:active {
  color: #8a8a8a;
  outline: none;
}
h1,
h2,
h3 {
  font-family: 'AvenirLTStd55Roman', sans-serif;
  font-size: 11.1px;
  letter-spacing: 3px;
  line-height: initial;
  padding: 0;
  margin: 0;
  font-weight: normal;
  color: #696969;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul li {
  display: block;
  letter-spacing: 2px;
}
ul li + li {
  margin-top: 10px;
}
ul li a.active {
  color: #000;
}
h2,
h3 {
  margin-bottom: 20px;
}
.breadcrumb ul {
  width: 300px;
}
.section-start {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
	overflow: auto;
  z-index: 100;
}
.section-start::-webkit-scrollbar {
  display: none;
}
.section-start .section-inner {
  position: relative;
  z-index: -100;
  width: 100%;
  height: 100%;
  margin-bottom: 100%;
  background: url(assets/img/start-bg.jpg) no-repeat center center;
  background-size: cover;
}
.section-start .section-inner h1 {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  height: 19px;
  width: 100%;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background: none;
}
@media (min-width: 640px) {
  .section-start .section-inner h1 {
    background: url(assets/img/ckr-white.png) no-repeat top center;
  }
}
.section-start .scroll-x {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 28px;
	
	font-size:16px;
}
@media (min-width: 640px) {
  .section-start .scroll-x {
  display: none;
  }  
}
.section-start .scroll-down {
  display: none;
}
@media (min-width: 640px) {
  .section-start .scroll-down {
  display: inline-block;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  bottom: 80px;
  background: url(assets/img/arrow-down.png) no-repeat center bottom;
  padding-bottom: 30px;
  }  
}
@media (min-width: 860px) {
  .section-start.show {
    display: block;
  }
}
.section-project-list-headings {
  padding: 20px 0 0 0;
}
.section-project-list-headings:before {
  content: " ";
  display: table;
}
.section-project-list-headings:after {
  content: " ";
  display: table;
  clear: both;
}
.section-project-list-headings:before {
  content: " ";
  display: table;
}
.section-project-list-headings:after {
  content: " ";
  display: table;
  clear: both;
}
.section-project-list-headings:before {
  content: " ";
  display: table;
}
.section-project-list-headings:after {
  content: " ";
  display: table;
  clear: both;
}
.section-project-list-headings.hide {
  display: none;
}
.section-project-list-headings .col {
  width: 100%;
  float: left;
  padding-left: 0;
}
.section-project-list-headings .col-type,
.section-project-list-headings .col-year {
  display: none;
}
@media (min-width: 500px) {
  .section-project-list-headings .col {
    width: 50%;
  }
  .section-project-list-headings .col-type {
    display: block;
  }
}
@media (min-width: 860px) {
  .section-project-list-headings .col {
    width: 33.3333%;
  }
  .section-project-list-headings .col-client {
    margin-left: 33.3333%;
  }
}
@media (min-width: 1220px) {
  .section-project-list-headings .col {
    width: 25%;
  }
  .section-project-list-headings .col-client {
    margin-left: 25%;
  }
}
@media (min-width: 1560px) {
  .section-project-list-headings .col {
    width: 20%;
  }
  .section-project-list-headings .col-client {
    margin-left: 20%;
  }
  .section-project-list-headings .col-year {
    display: block;
  }
}
.project-list-item {
  margin-bottom: 15px;
}
.project-list-item:before {
  content: " ";
  display: table;
}
.project-list-item:after {
  content: " ";
  display: table;
  clear: both;
}
.project-list-item:before {
  content: " ";
  display: table;
}
.project-list-item:after {
  content: " ";
  display: table;
  clear: both;
}
.project-list-item:before {
  content: " ";
  display: table;
}
.project-list-item:after {
  content: " ";
  display: table;
  clear: both;
}
.project-list-item .col {
  width: 100%;
  float: left;
  padding-left: 0;
}
.project-list-item .col-1,
.project-list-item .col-3,
.project-list-item .col-4,
.project-list-item .col-5 {
  display: none;
}
@media (min-width: 500px) {
  .project-list-item .col {
    width: 50%;
  }
  .project-list-item .col-1 {
    display: block;
  }
}
@media (min-width: 860px) {
  .project-list-item .col {
    width: 33.3333%;
  }
  .project-list-item .col-3 {
    display: block;
  }
}
@media (min-width: 1220px) {
  .project-list-item .col {
    width: 25%;
  }
  .project-list-item .col-4 {
    display: block;
  }
}
@media (min-width: 1560px) {
  .project-list-item .col {
    width: 20%;
  }
  .project-list-item .col-5 {
    display: block;
  }
}
.projects-wrapper {
  position: relative;
  margin-top: 48px;
  margin-bottom: 48px;
  /*bottom: 48px;*/

  width: 100%;
  padding: 0 30px;
  /*overflow: scroll;*/

}
.section-projects {
  margin-left: -5px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.section-projects .project-item {
  overflow: hidden;
  float: left;
  min-height: 1px;
  display: inline-block;
}
.section-projects .project-item a {
  width: 100%;
  height: auto;
}
.section-projects .project-item a img {
  vertical-align: middle;
  width: 100.4%;
  height: auto;
  cursor: pointer;
  margin-left: 5px;
  /*margin-bottom: 5px;*/

}
body.display-list .section-projects {
  margin-left: 0;
}
.project-item {
  width: 100%;
  margin-bottom: 5px;
}
.project-item a {
  height: 100%;
  position: relative;
  display: block;
}
@media (min-width: 500px) {
  .project-item {
    width: 50%;
  }
}
@media (min-width: 860px) {
  .project-item {
    width: 33%;
  }
}
@media (min-width: 1220px) {
  .project-item {
    width: 25%;
  }
}
@media (min-width: 1560px) {
  .project-item {
    width: 20%;
  }
}
.project-info {
  overflow: hidden;
  position: absolute;
  margin-left: 5px;
  /*bottom: -100%;*/

  bottom: -62px;
  /*display: none;*/

  padding: 20px 30px;
  color: #000;
  background: #fff;
  width: 100%;
  text-align: center;
  -ms-transition: bottom 300ms ease-in-out;
  -webkit-transition: bottom 300ms ease-in-out;
  transition: bottom 300ms ease-in-out;
  /*margin-bottom: 5px;*/

  opacity: .85;
}
.project:hover .project-info {
  bottom: 0;
  /*display: block;*/

}
body.list .project-image-container {
  display: none;
}
body.list .project-text-container {
  display: block;
}
body.lightbox {
  overflow: hidden;
}
.current-project {
  display: none;
  padding-top: 15px;
  position: fixed;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 30px;
  background: #fff;
  overflow-y: scroll;
  z-index: 96;
}
.current-project .download {
  text-transform: uppercase;
}
.current-project h2 {
  margin: 0;
  color: #000;
}
.current-project .project-nav {
  position: absolute;
  right: 30px;
  top: 0;
}
.current-project .project-nav li {
  margin-top: 0;
  display: inline-block;
}
.current-project .project-nav li + li {
  margin-left: 5px;
}
.current-project .project-nav li a {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  overflow: hidden;
}
.current-project .project-nav li a.previous {
  background: url(assets/img/previous-active.png) no-repeat center center;
  /*background: url(assets/img/previous.png) no-repeat center center;
					&.active {
						background-image: url(assets/img/previous-active.png) ;
					}
					*/

}
.current-project .project-nav li a.close {
  background: url(assets/img/close.png) no-repeat center center;
}
.current-project .project-nav li a.next {
  background: url(assets/img/next-active.png) no-repeat center center;
  /*
					background: url(assets/img/next.png) no-repeat center center;
					&.active {
						background-image: url(assets/img/next-active.png) ;
					}
					*/

}
.current-project .info {
  color: #696969;
}
.current-project .info li + li {
  margin-top: 0;
}
.current-project .description {
  text-transform: none;
  margin-top: 20px;
  color: #000;
  /*padding-right: 15%;*/

  margin-bottom: 20px;
  color: #696969;
}
@media (min-width: 860px) {
  .current-project .description {
    padding-right: 15%;
  }
}
.current-project .thumbs {
  min-height: 50px;
}
.current-project .thumbs ul.thumbs li {
  display: inline-block;
  margin-right: 5px;
}
.current-project .thumbs ul.thumbs li.active {
  opacity: .3;
}
.current-project .thumbs ul.thumbs li a {
  display: block;
}
.current-project .thumbs ul.thumbs li img {
  max-height: 44px;
  width: auto;
}
.current-project .image {
  margin-top: 20px;
  overflow: hidden;
  -ms-transition: height 0.25s ease-in-out;
  -webkit-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
}
.current-project .image img {
  max-width: 100%;
  height: auto;
  overflow: auto;
  cursor: pointer;
}
.current-project section:before {
  content: " ";
  display: table;
}
.current-project section:after {
  content: " ";
  display: table;
  clear: both;
}
.current-project section:before {
  content: " ";
  display: table;
}
.current-project section:after {
  content: " ";
  display: table;
  clear: both;
}
.current-project section:before {
  content: " ";
  display: table;
}
.current-project section:after {
  content: " ";
  display: table;
  clear: both;
}
.current-project section + section {
  margin-top: 30px;
}
.current-project .project-info-container {
  float: left;
  width: 100%;
}
.current-project .project-image-container {
  float: left;
  width: 100%;
}
@media (min-width: 860px) {
  .current-project .project-info-container {
    width: 33.3333%;
  }
  .current-project .project-image-container {
    width: 66.6666%;
  }
}
@media (min-width: 1220px) {
  .current-project .project-info-container {
    width: 25%;
  }
  .current-project .project-image-container {
    width: 75%;
  }
}
@media (min-width: 1560px) {
  .current-project .project-info-container {
    width: 20%;
  }
  .current-project .project-image-container {
    width: 80%;
  }
}
.current-project .footer {
  margin-top: 20px;
}
.current-project .footer:before {
  content: " ";
  display: table;
}
.current-project .footer:after {
  content: " ";
  display: table;
  clear: both;
}
.current-project .footer:before {
  content: " ";
  display: table;
}
.current-project .footer:after {
  content: " ";
  display: table;
  clear: both;
}
.current-project .footer:before {
  content: " ";
  display: table;
}
.current-project .footer:after {
  content: " ";
  display: table;
  clear: both;
}
.current-project .footer .col {
  width: 100%;
  float: left;
  padding-left: 0;
}
.current-project .footer .col ul {
  margin-bottom: 40px;
}
.current-project .footer .col-1 {
  float: none;
}
.current-project .footer .col-2 {
  float: none;
}
.current-project .footer .col-3 {
  float: none;
}
.current-project .footer .col-4 {
  float: none;
}
@media (min-width: 860px) {
  .current-project .footer .col {
    width: 50%;
  }
  .current-project .footer .col-1 {
    float: left;
  }
  .current-project .footer .col-2 {
    float: left;
  }
}
@media (min-width: 1220px) {
  .current-project .footer .col {
    width: 33.3333%;
  }
  .current-project .footer .col-3 {
    float: left;
  }
}
@media (min-width: 1560px) {
  .current-project .footer .col {
    /*&:first-child {
  					margin-left: 20%;
  				}*/
  
    width: 25%;
  }
  .current-project .footer .col-4 {
    float: left;
  }
}
.section-project {
  display: none;
  padding-top: 15px;
  position: fixed;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 30px;
  overflow-y: scroll;
  z-index: 96;
  display: block;
  /*
	padding-top: 15px;
	position: static;
	padding: 0;
	*/

  background: #fff;
  z-index: 0;
}
.section-project .download {
  text-transform: uppercase;
}
.section-project h2 {
  margin: 0;
  color: #000;
}
.section-project .project-nav {
  position: absolute;
  right: 30px;
  top: 0;
}
.section-project .project-nav li {
  margin-top: 0;
  display: inline-block;
}
.section-project .project-nav li + li {
  margin-left: 5px;
}
.section-project .project-nav li a {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  overflow: hidden;
}
.section-project .project-nav li a.previous {
  background: url(assets/img/previous-active.png) no-repeat center center;
  /*background: url(assets/img/previous.png) no-repeat center center;
					&.active {
						background-image: url(assets/img/previous-active.png) ;
					}
					*/

}
.section-project .project-nav li a.close {
  background: url(assets/img/close.png) no-repeat center center;
}
.section-project .project-nav li a.next {
  background: url(assets/img/next-active.png) no-repeat center center;
  /*
					background: url(assets/img/next.png) no-repeat center center;
					&.active {
						background-image: url(assets/img/next-active.png) ;
					}
					*/

}
.section-project .info {
  color: #696969;
}
.section-project .info li + li {
  margin-top: 0;
}
.section-project .description {
  text-transform: none;
  margin-top: 20px;
  color: #000;
  /*padding-right: 15%;*/

  margin-bottom: 20px;
  color: #696969;
}
@media (min-width: 860px) {
  .section-project .description {
    padding-right: 15%;
  }
}
.section-project .thumbs {
  min-height: 50px;
}
.section-project .thumbs ul.thumbs li {
  display: inline-block;
  margin-right: 5px;
}
.section-project .thumbs ul.thumbs li.active {
  opacity: .3;
}
.section-project .thumbs ul.thumbs li a {
  display: block;
}
.section-project .thumbs ul.thumbs li img {
  max-height: 44px;
  width: auto;
}
.section-project .image {
  margin-top: 20px;
  overflow: hidden;
  -ms-transition: height 0.25s ease-in-out;
  -webkit-transition: height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out;
}
.section-project .image img {
  max-width: 100%;
  height: auto;
  overflow: auto;
  cursor: pointer;
}
.section-project section:before {
  content: " ";
  display: table;
}
.section-project section:after {
  content: " ";
  display: table;
  clear: both;
}
.section-project section:before {
  content: " ";
  display: table;
}
.section-project section:after {
  content: " ";
  display: table;
  clear: both;
}
.section-project section:before {
  content: " ";
  display: table;
}
.section-project section:after {
  content: " ";
  display: table;
  clear: both;
}
.section-project section + section {
  margin-top: 30px;
}
.section-project .project-info-container {
  float: left;
  width: 100%;
}
.section-project .project-image-container {
  float: left;
  width: 100%;
}
@media (min-width: 860px) {
  .section-project .project-info-container {
    width: 33.3333%;
  }
  .section-project .project-image-container {
    width: 66.6666%;
  }
}
@media (min-width: 1220px) {
  .section-project .project-info-container {
    width: 25%;
  }
  .section-project .project-image-container {
    width: 75%;
  }
}
@media (min-width: 1560px) {
  .section-project .project-info-container {
    width: 20%;
  }
  .section-project .project-image-container {
    width: 80%;
  }
}
.section-project .footer {
  margin-top: 20px;
}
.section-project .footer:before {
  content: " ";
  display: table;
}
.section-project .footer:after {
  content: " ";
  display: table;
  clear: both;
}
.section-project .footer:before {
  content: " ";
  display: table;
}
.section-project .footer:after {
  content: " ";
  display: table;
  clear: both;
}
.section-project .footer:before {
  content: " ";
  display: table;
}
.section-project .footer:after {
  content: " ";
  display: table;
  clear: both;
}
.section-project .footer .col {
  width: 100%;
  float: left;
  padding-left: 0;
}
.section-project .footer .col ul {
  margin-bottom: 40px;
}
.section-project .footer .col-1 {
  float: none;
}
.section-project .footer .col-2 {
  float: none;
}
.section-project .footer .col-3 {
  float: none;
}
.section-project .footer .col-4 {
  float: none;
}
@media (min-width: 860px) {
  .section-project .footer .col {
    width: 50%;
  }
  .section-project .footer .col-1 {
    float: left;
  }
  .section-project .footer .col-2 {
    float: left;
  }
}
@media (min-width: 1220px) {
  .section-project .footer .col {
    width: 33.3333%;
  }
  .section-project .footer .col-3 {
    float: left;
  }
}
@media (min-width: 1560px) {
  .section-project .footer .col {
    /*&:first-child {
  					margin-left: 20%;
  				}*/
  
    width: 25%;
  }
  .section-project .footer .col-4 {
    float: left;
  }
}
.section-filters .filter-bar {
  display: none;
  background: #fff;
  position: fixed;
  z-index: 97;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  margin: 0 30px;
  font-size: 11.1px;
  padding: 9px 0;
  line-height: 30px;
  z-index: 94;
}
@media (min-width: 860px) {
  .section-filters .filter-bar {
    display: block;
  }
}
.section-filters .sorting ul {
  margin-left: 30px;
  float: left;
}
.section-filters .sorting ul li {
  margin: 0;
  display: inline-block;
}
.section-filters .sorting ul li + li {
  margin-left: 15px;
  padding-left: 15px;
}
.section-filters .sorting .label {
  float: left;
  color: #696969;
}
.section-filters .list-types {
  padding-top: 5px;
}
.section-filters .list-types:before {
  content: " ";
  display: table;
}
.section-filters .list-types:after {
  content: " ";
  display: table;
  clear: both;
}
.section-filters .list-types:before {
  content: " ";
  display: table;
}
.section-filters .list-types:after {
  content: " ";
  display: table;
  clear: both;
}
.section-filters .list-types:before {
  content: " ";
  display: table;
}
.section-filters .list-types:after {
  content: " ";
  display: table;
  clear: both;
}
.section-filters .list-types ul {
  float: right;
  margin: 0;
  padding: 0;
}
.section-filters .list-types ul:before {
  content: " ";
  display: table;
}
.section-filters .list-types ul:after {
  content: " ";
  display: table;
  clear: both;
}
.section-filters .list-types ul:before {
  content: " ";
  display: table;
}
.section-filters .list-types ul:after {
  content: " ";
  display: table;
  clear: both;
}
.section-filters .list-types ul:before {
  content: " ";
  display: table;
}
.section-filters .list-types ul:after {
  content: " ";
  display: table;
  clear: both;
}
.section-filters .list-types ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: left;
}
.section-filters .list-types ul li + li {
  margin-left: 10px;
}
.section-filters .list-types ul li a {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 20px;
  height: 20px;
  width: auto;
}
.section-filters .list-types ul li a.icon {
  width: 20px;
}
.section-filters .list-types ul li a.filter-toggle {
  display: block;
}
.section-filters .list-types ul li a.list {
  background: url(assets/img/list-type-list.png) no-repeat center center;
}
.section-filters .list-types ul li a.list.active {
  background: url(assets/img/list-type-list-active.png) no-repeat center center;
}
.section-filters .list-types ul li a.grid {
  background: url(assets/img/list-type-grid.png) no-repeat center center;
}
.section-filters .list-types ul li a.grid.active {
  background: url(assets/img/list-type-grid-active.png) no-repeat center center;
}
.section-filters nav {
  position: fixed;
  z-index: 94;
  bottom: -100%;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 30px 30px 20px 30px;
  display: none;
  -ms-transition: bottom 300ms ease-in-out;
  -webkit-transition: bottom 300ms ease-in-out;
  transition: bottom 300ms ease-in-out;
}
.section-filters nav:before {
  content: " ";
  display: table;
}
.section-filters nav:after {
  content: " ";
  display: table;
  clear: both;
}
.section-filters nav:before {
  content: " ";
  display: table;
}
.section-filters nav:after {
  content: " ";
  display: table;
  clear: both;
}
.section-filters nav:before {
  content: " ";
  display: table;
}
.section-filters nav:after {
  content: " ";
  display: table;
  clear: both;
}
.section-filters nav .col {
  width: 100%;
  float: left;
  padding-left: 0;
}
@media (min-width: 860px) {
  .section-filters nav {
    display: block;
  }
  .section-filters nav .col {
    width: 33.3333%;
  }
}
@media (min-width: 1220px) {
  .section-filters nav .col {
    width: 25%;
  }
}
@media (min-width: 1560px) {
  .section-filters nav .col {
    width: 20%;
  }
  .section-filters nav .col:first-child {
    margin-left: 20%;
  }
}
.section-filters nav ul {
  margin-bottom: 40px;
}
.section-filters.open nav {
  bottom: 48px !important;
}
.section-filters.open .filter-toggle {
  color: #000;
}
.section-staff {
  padding: 0 30px;
}
.section-staff:before {
  content: " ";
  display: table;
}
.section-staff:after {
  content: " ";
  display: table;
  clear: both;
}
.section-staff:before {
  content: " ";
  display: table;
}
.section-staff:after {
  content: " ";
  display: table;
  clear: both;
}
.section-staff:before {
  content: " ";
  display: table;
}
.section-staff:after {
  content: " ";
  display: table;
  clear: both;
}
.section-staff .content {
  margin-top: 48px;
}
.section-staff .content .the-staff {
  margin: 0 -30px;
}
.section-staff .content .the-staff:before {
  display: table;
  content: '';
}
.section-staff .content .the-staff:after {
  display: table;
  content: '';
  clear: both;
}
.section-staff .content article {
  float: left !important;
  padding: 0 30px;
  display: block;
  width: 100%;
  padding-bottom: 50px;
}
.section-staff .content article h2 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.section-staff .content article h3 {
  text-transform: none;
  color: #a3a3a3;
}
@media (min-width: 860px) {
  .section-staff .content article {
    width: 50%;
  }
  .section-staff .content article:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 1220px) {
  .section-staff .content article {
    width: 33.33333%;
  }
  .section-staff .content article:nth-child(2n+1) {
    clear: none;
  }
  .section-staff .content article:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 1220px) {
  .section-staff .content {
    margin-left: 25%;
  }
}
@media (min-width: 1560px) {
  .section-staff .content {
    margin-left: 20%;
  }
}
.section-profile,
.section-page,
.section-article {
  padding: 20px 30px 0;
}
.section-profile:before,
.section-page:before,
.section-article:before {
  content: " ";
  display: table;
}
.section-profile:after,
.section-page:after,
.section-article:after {
  content: " ";
  display: table;
  clear: both;
}
.section-profile:before,
.section-page:before,
.section-article:before {
  content: " ";
  display: table;
}
.section-profile:after,
.section-page:after,
.section-article:after {
  content: " ";
  display: table;
  clear: both;
}
.section-profile:before,
.section-page:before,
.section-article:before {
  content: " ";
  display: table;
}
.section-profile:after,
.section-page:after,
.section-article:after {
  content: " ";
  display: table;
  clear: both;
}
.section-profile .content,
.section-page .content,
.section-article .content {
  margin-top: 48px;
}
.section-profile .content h2,
.section-page .content h2,
.section-article .content h2 {
  margin-top: 20px;
}
.section-profile .content p + h2,
.section-page .content p + h2,
.section-article .content p + h2 {
  margin-top: 30px;
}
.section-profile .content img,
.section-page .content img,
.section-article .content img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 860px) {
  .section-profile .content,
  .section-page .content,
  .section-article .content {
    width: 66.6666%;
  }
}
@media (min-width: 1220px) {
  .section-profile .content,
  .section-page .content,
  .section-article .content {
    margin-left: 25%;
    width: 50%;
  }
}
@media (min-width: 1560px) {
  .section-profile .content,
  .section-page .content,
  .section-article .content {
    margin-left: 20%;
    width: 40%;
  }
}
.section-article .content {
  width: 100%;
}
.section-article article {
  display: block;
  padding: 0;
}
.section-article article:before {
  content: " ";
  display: table;
}
.section-article article:after {
  content: " ";
  display: table;
  clear: both;
}
.section-article article:before {
  content: " ";
  display: table;
}
.section-article article:after {
  content: " ";
  display: table;
  clear: both;
}
.section-article article:before {
  content: " ";
  display: table;
}
.section-article article:after {
  content: " ";
  display: table;
  clear: both;
}
.section-article article + article {
  margin-top: 20px;
}
.section-article article .info-container {
  float: left;
}
.section-article article .info-container h2 {
  color: #000;
}
@media (min-width: 860px) {
  .section-article article .info-container h2 {
    margin-top: 0;
  }
}
.section-article article .info-container p {
  color: #696969;
}
.section-article article .info-container .downloads {
  margin-top: 20px;
}
.section-article article .image-container {
  float: left;
  line-height: 0;
}
@media (min-width: 860px) {
  .section-article article .image-container {
    width: 33.3333%;
  }
}
@media (min-width: 1220px) {
  .section-article article .image-container {
    width: 25%;
  }
}
@media (min-width: 1560px) {
  .section-article article .image-container {
    width: 20%;
  }
}
.section-article article .image-container img {
  max-width: 100% !important;
  height: auto !important;
}
@media (min-width: 860px) {
  .section-article article .image-container img {
    padding-right: 20px;
  }
}
