img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0px;
  padding: 0px;
}
iframe {
  border: 0;
}
.sound iframe {
  width: 100%
}
ul {
  list-style: none outside none;
}
ul, ol, dl {
  list-style-position: outside;
}
/* float */
.f-left {
  float: left !important
}
.f-right {
  float: right !important
}
.no-float {
  float: none !important;
}
/* other col size */
.col-large {
  width: 90%;
}
.col-medium {
  width: 85%;
}
.col-small {
  width: 75%;
}
.col-extra-small {
  width: 70%;
}
/* display */
.display-block {
  display: block !important
}
.overflow-hidden {
  overflow: hidden !important
}
.overflow-hidden-mobile {
  position: fixed !important;
  overflow: hidden !important
}
.display-inline-block {
  display: inline-block !important
}
.display-inline {
  display: inline !important
}
.display-none {
  display: none !important
}
.display-table {
  display: table !important
}
/* position */
.position-relative {
  position: relative !important;
  z-index: 5
}
.position-absolute {
  position: absolute !important;
}
.position-right {
  right: 0 !important;
}
.position-left {
  left: 0 !important;
}
.position-top {
  top: 0 !important;
}
/* width */
.width {
  display: inline-block;
  position: relative;
  width: 90%;
}
.width-20 {
  width: 20% !important;
}
.width-30 {
  width: 30% !important;
}
.width-40 {
  width: 40% !important;
}
.width-50 {
  width: 50% !important;
}
.width-60 {
  width: 60% !important;
}
.width-70 {
  width: 70% !important;
}
.width-80 {
  width: 80% !important;
}
.width-90 {
  width: 90% !important;
}
.width-100 {
  width: 100% !important;
}
.width-auto {
  width: auto !important
}
/* height */
.height-100 {
  height: 100% !important
}
.height-auto {
  height: auto !important
}
.clear-both {
  clear: both
}
.roundedimage {
  border-radius: 100%
}
nav {
  width: 100%;
  top: 0px;
  z-index: 99;
}
nav .container {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  position: relative;
}
.navbar-nav {
  padding-top: 20px;
  padding-bottom: 20px;
}
.shrink-nav .container {
  height: 60px;
}
.shrink-nav {
  /*background-color: #FFF;*/
  background-color: rgba(0, 0, 0, 0.5);
}
.sticky-nav {
  position: fixed;
  top: 0px;
  display: inline-table;
}
.mega-menu-full .mega-menu-column {
  margin: 0;
}
.navbar-nav li a.active {
  border-bottom: 2px solid #000
}
.nav-white-bg {
  background-color: #fff !important;
}
.black-bg {
  background: rgba(0, 0, 0, 0.65)
}
.nav-white.sticky-nav .navbar-nav li a {
  color: #fff
}
.nav-white.shrink-nav .navbar-nav li a {
  color: #fff
}
.nav-white.sticky-nav .navbar-nav li a:hover, .nav-white.sticky-nav .navbar-nav > .open > a {
  border-bottom-color: #fff
}
.nav-white.shrink-nav .navbar-nav li a:hover, .nav-white.shrink-nav .navbar-nav > .open > a {
  border-bottom-color: #fff
}
.nav-dark.shrink-nav .navbar-nav li a:hover, .nav-dark.shrink-nav .navbar-nav > .open > a {
  border-bottom-color: #fff !important
}
.nav-dark-transparent.shrink-nav .navbar-nav li a:hover, .nav-dark-transparent.shrink-nav .navbar-nav > .open > a {
  border-bottom-color: #fff !important
}
.navbar-default .navbar-nav > li > a i {
  display: none;
}
/*.mega-menu-full {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.mega-menu-column {
  display: inline-block;
  margin-right: 35px;
  vertical-align: top;
}
.mega-menu-column:last-child {
  margin-right: 0;
}
.sticky-nav .navbar-nav > li > .dropdown-menu {
  top: 66px;
}
.nav li.simple-dropdown {
  position: relative;
}
.dropdown.simple-dropdown .dropdown-menu {
  left: -10px;
  transform: translateX(0px);
  padding-top: 30px;
  top: 56px !important
}
.full-width-pull-menu {
  display: inline-table\9 !important;
}
.full-width-pull-menu .container {
  display: table-cell\9 !important;
}
.menu-new {
  background: #c11f1f;
  padding: 0 6px 1px 5px;
  font-size: 10px;
  color: #fff;
  margin-left: 5px;
}
.megamenu-right-icon {
  display: none !important;
}
  simple dropdown menu    
.simple-dropdown-menu ul {
  padding: 0 !important;
}
.simple-dropdown-menu ul li {}
.simple-dropdown-menu ul li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  height: 38px;
  line-height: 36px;
  padding: 0 13px;
}
.simple-dropdown-menu ul li a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.sub-menu {
  position: relative;
  width: 100%;
}
.sub-menu ul {
  background-color: rgba(27, 22, 28, 0.95);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  display: none;
  left: 200px;
  margin: 0 !important;
  min-width: 200px;
  padding: 10px 25px 35px;
  position: absolute;
  top: 0;
}
.sub-menu:hover ul {
  display: block;
}
.sub-menu a i {
  position: absolute !important;
  top: 11px !important;
}
.dropdown-menu li a i {
  color: #c8c8c8;
  float: left;
  font-size: 14px;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  right: 0;
  top: 5px;
}
.dropdown-menu li a:hover i {
  color: #fff;
}
.sticky-nav.nav-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0)
}
.nav-border-bottom-fix {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}
.nav-white .search-cart-header .subtitle, .nav-white .top-cart .fa-shopping-cart, .nav-white .search-button, .nav-white .top-cart a:hover .fa-shopping-cart {
  color: #fff
}
.nav-white.shrink-nav .search-cart-header .subtitle, .nav-white.shrink-nav .top-cart .fa-shopping-cart, .nav-white.shrink-nav .search-button, .nav-white.shrink-nav .top-cart a:hover .fa-shopping-cart {
  color: #000
}*/
/*  dark navigation  */
.nav-dark {
  background-color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 1)
}
.nav-dark.shrink-nav .navbar-nav li a {
  color: #fff
}
.nav-dark .search-cart-header .subtitle, .nav-dark .top-cart .fa-shopping-cart, .nav-dark .search-button, .nav-dark .top-cart a:hover .fa-shopping-cart {
  color: #fff !important
}
.nav-dark .search-button {
  color: #fff !important
}
.nav-dark .dropdown-menu, .nav-dark .cart-content {
  background: rgba(0, 0, 0, 0.9)
}
.nav-dark .navbar-nav li a:hover {
  border-bottom-color: #fff
}
.nav-dark li a.active {
  border-bottom: 2px solid #fff !important
}
/*  transparent dark navigation  */
.nav-dark-transparent {
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.8)
}
.nav-dark-transparent.shrink-nav .navbar-nav li a {
  color: #fff
}
.nav-dark-transparent .search-cart-header .subtitle, .nav-dark-transparent .top-cart .fa-shopping-cart, .nav-dark-transparent .search-button, .nav-dark-transparent .top-cart a:hover .fa-shopping-cart {
  color: #fff !important
}
.nav-dark-transparent .dropdown-menu, .nav-dark-transparent .cart-content {
  background: rgba(0, 0, 0, 0.9)
}
.nav-dark-transparent .navbar-nav li a:hover {
  border-bottom-color: #fff !important
}
.nav-dark-transparent .close-search, .nav-white .close-search {
  color: #000 !important
}
/*  transparent light navigation  */
.nav-light-transparent {
  background-color: rgba(255, 255, 255, 0.8)
}
/* ===================================
    One page
====================================== */
.tab-portfolio img {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  opacity: 1
}
.tab-portfolio:hover img {
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  opacity: 0.5
}
.tab-portfolio .portfolio-images {
  width: auto;
  overflow: hidden;
  background-color: #000;
  position: relative;
}
.tab-portfolio .view {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -47px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
.tab-portfolio:hover .view {
  top: 50%;
  margin-top: -25px;
}
.tab-portfolio .portfolio-details {
  padding: 20px 20px;
  text-align: left;
  border-bottom: 1px solid #d4d4d4;
}
.tab-portfolio .portfolio-details span {
  text-transform: uppercase;
}
.portfolio-right {
  float: right;
  margin-top: -10px;
}
.tab-portfolio .portfolio-details h3 {
  margin: 0 0 2px 0;
}
.tab-portfolio .portfolio-details .portfolio-right .fa {
  color: #000000;
  margin: 0 2px 0 0;
}
/* ===================================
    Bootstrap slider
====================================== */
.standard-slider {
  height: 60% !important;
}
.standard-with-slider {
  height: 73% !important;
}
.standard-with-slider .carousel-control.right, .standard-with-slider .carousel-control.left {
  top: 42%;
}
.list-icon i {
  margin-right: 3%;
}
/* ===================================
    Portfolio - ajax
====================================== */
/*  single #1 */
.half-project-img {
  height: 550px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.project-img-gallery {
  padding: 15px 0
}
.spend-year {
  border-right: 1px solid #e5e5e5;
  float: left;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 47px;
  min-height: 110px;
  text-align: center;
  width: 50%;
}
.spend-year span {
  font-weight: 400;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  line-height: 0;
  margin-top: 40px;
}
.spend-time {
  border-right: 1px solid #e5e5e5;
  float: left;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 47px;
  min-height: 110px;
  text-align: center;
  width: 50%;
}
.spend-time span {
  font-weight: 400;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  line-height: 0;
  margin-top: 40px;
}
.related-projects-list .masonry-items li {
  padding: 5px
}
.project-header-text {
  margin-top: 30%;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.project-subtitle {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 8px;
  line-height: 65px;
  text-transform: uppercase;
}
.project-title {
  display: block;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 7px;
  text-transform: uppercase;
}
/*  single #2 */
.half-project-img-slider {
  min-height: 700px;
}
/*  single #3 */
.half-project-small-img {
  min-height: 300px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.half-project-small-img .project-header-text {
  margin-top: 10.5%
}
.project-details ul {}
.project-details ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
  text-transform: uppercase
}
.project-details ul li:last-child {
  border-bottom: none
}
/*  single #5 */
.work-background-slider-text {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 150px 120px
}
.work-background-slider-year {
  position: absolute;
  bottom: 0;
  right: 0
}
.work-background-slider-main .spend-year {
  line-height: 55px;
  width: auto;
}
.work-background-slider-main .spend-year span {
  margin-top: auto
}
/* next - previous project */
/* next - previous style #1 */
.next-previous-project .next-project a {
  position: fixed;
  right: -133px;
  top: 49%;
  z-index: 5;
  background-color: #585858
}
.next-previous-project .next-project a img, .previous-project a img {
  max-height: 83px;
}
.next-previous-project .next-project a span {
  color: #000;
  font-weight: 400;
  letter-spacing: 2px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
  font-size: 9px;
  top: 83px;
  padding-top: 10px;
  display: block;
  width: 100%;
  left: 32px
}
.next-previous-project .next-project a img:nth-child(3), .previous-project a img:nth-child(2) {
  opacity: 1
}
.next-previous-project .next-project a:hover {
  right: 0;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
}
.next-previous-project .previous-project a {
  position: fixed;
  left: -133px;
  top: 49%;
  z-index: 5;
  opacity: 1
}
.next-previous-project .previous-project a:hover {
  left: 0;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
}
.next-previous-project .previous-project a span {
  color: #000;
  font-weight: 400;
  letter-spacing: 2px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
  font-size: 9px;
  top: 83px;
  padding-top: 10px;
  display: block;
  width: 100%;
  left: 20px
}
.previous-project-bottom, .next-project-bottom {
  top: 79.5% !important
}
/* next - previous style #2 */
.next-previous-project-style2 a {
  width: 33.33%;
  display: inline-block;
  text-align: center;
  padding: 50px 0;
  letter-spacing: 4px;
  font-size: 11px;
  border-top: 1px solid #e5e5e5;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
}
.next-previous-project-style2 a span {
  padding-left: 0px;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
}
.next-previous-project-style2 a i {
  font-size: 14px;
  color: #000;
  margin: 0 7px;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
}
.next-previous-project-style2 a:hover {
  background-color: #000;
  color: #fff;
  border-top: 1px solid #000
}
.next-previous-project-style2 a:hover i {
  color: #fff
}
.next-previous-project-style2 .back-project span {
  text-indent: -9999px;
  float: left
}
.next-previous-project-style2 a.next-project:hover span {
  padding-left: 45px;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
}
.next-previous-project-style2 a.previous-project:hover span {
  padding-right: 45px;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
}
/* ===================================
    Portfolio - multi pages
====================================== */
/* single #3 */
.project-highlight {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.project-highlight span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
}
/* single #4 */
.great-result {
  position: relative;
  z-index: 3
}
.great-result .owl-pagination {
  bottom: 50px
}
/* single #5 */
.highlight-project-center-block {
  position: relative
}
/* ===================================
    Masonry portfolio - home
====================================== */
.masonry-portfolio-header {
  min-height: 600px
}
.masonry-portfolio-header-title {
  color: #000;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 40px;
  margin: 130px auto 0;
  text-align: center;
  text-transform: uppercase;
}
/* ===================================
    Intro
====================================== */
.work-img {
  background: #000000;
}
.work-img:hover a {
  opacity: 0.5;
}
/* ===================================
    Portfolio
====================================== */
/* portfolio filter */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.grid-wrap .tab-content {
  margin-top: 25px;
}
/* portfolio filter light */
.nav-tabs-light li a {
  margin: 0 15px
}
/*.nav-tabs-light li:first-child a {
  margin: 0 32px 0 0
}
.nav-tabs-light li:last-child a {
  margin: 0 0 0 32px
}*/

.nav-tabs-light a {
  color: #888888;
  font-size: 12px;
}
.nav-tabs-style2 {
  margin-top: 20px;
}
.nav-tabs-style2 li {
  position: relative;
}
.nav-tabs-style2 li a {
  font-size: 14px;
  color: #626262;
  letter-spacing: 0.55px;
  border: 0;
  font-weight: 400;
  margin: 0 30px;
}
.nav-tabs-style2 li.active a {
  border-bottom: 0;
}
.nav-tabs-style2 li.active:before {
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #ef824c;
  position: absolute;
  left: 0;
  top: 15px;
}
/* masonry basic */
.grid li {
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}
.grid img {
  width: 100%
}
.grid-gallery {
  clear: both;
  float: left;
  width: 100%;
}
.gallery-img a {
  position: relative;
  z-index: 2;
  display: block
}
.grid-gallery ul {
  list-style: none;
  padding: 0;
}
.grid-gallery figure {
  margin: 0;
  position: relative
}
.grid-gallery figure img {
  display: block;
  width: 100%;
  opacity: 1;
  cursor: pointer;
}
.grid-gallery figcaption h3 {
  margin: 0 0 8px;
  padding: 0;
  text-transform: uppercase;
}
.grid-gallery figcaption i {
  font-size: 32px;
  color: #aeaeae;
  margin-bottom: 20px
}
.grid-gallery figcaption h3 a, .grid-gallery figcaption h3 {
  letter-spacing: 4px;
  font-weight: 400;
  color: #e3e3e3
}
.grid-gallery figcaption p {
  display: block;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  color: #aeaeae;
  margin-bottom: 0
}
.grid {
  margin: 0 auto;
}
.grid li {
  box-sizing: border-box;
  float: left;
  margin: 0;
  width: 25%;
  display: inline-table;
}
.grid figure {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background: #000;
}
.grid figcaption {
  bottom: 70px;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
.gallery-img {
  opacity: 1;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.grid figure:hover .gallery-img {
  background-color: #000;
}
.no-hover figure:hover .gallery-img {
  background-color: transparent !important;
}
.no-hover figure:hover img {
  opacity: 1 !important;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
figure:hover img {
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  opacity: 0.15;
  cursor: /*url("../images/icon-zoom-white.png"),*/ pointer;
}
.mfp-figure figure:hover img {
  cursor: pointer
}
.grid figure:hover figcaption {
  opacity: 1;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
}
/* portfolio grid - 2 column  */
.revolution-masonry-portfolio-list .portfolio-item {
  padding: 10px;
}
/* portfolio grid */
/* portfolio grid - 2 column  */
.work-2col .grid li {
  float: left;
  width: 50%;
}
/* portfolio grid - 3 column  */
.work-3col .grid figcaption {
  bottom: 35px;
}
.work-3col .grid li {
  float: left;
  width: 33.33%;
}
/* portfolio grid - 4 column  */
.work-4col .grid li {
  float: left;
  width: 25%;
}
.work-4col .grid figcaption {
  bottom: 40px;
}
#portfolio.work-4col .grid figcaption {
  bottom: 60px;
}
.work-4col .grid-gallery figcaption h3 {
  font-size: 13px;
  margin: 0 0 3px
}
.work-4col .grid-gallery figcaption p {
  font-size: 11px
}
/* portfolio grid - 5 column  */
.work-5col .grid li {
  float: left;
  width: 20%;
}
.work-5col .grid figcaption {
  bottom: 15px;
}
.work-5col .grid-gallery figcaption h3 {
  font-size: 11px;
  margin: 0 0 3px;
  letter-spacing: 2px
}
.work-5col .grid-gallery figcaption p {
  font-size: 10px;
  letter-spacing: 1px
}
.work-5col .grid-gallery figcaption i {
  font-size: 28px;
  margin-bottom: 15px
}
.work-5col figure:hover img {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  opacity: .15;
}
/* portfolio grid - gutter */
/*.gutter .grid-gallery ul {
  margin-left: -14px
}*/
.gutter .grid li {
  padding: 0 15px 0px 15px;
}
/* portfolio grid - with title */
.work-with-title .grid figcaption {
  opacity: 1;
  position: relative;
  bottom: 0;
  padding: 40px 0 30px 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}
.work-with-title .grid li figcaption h3, .work-with-title .grid figcaption h3 a, .work-with-title .grid li figcaption p {
  color: #888888
}
.work-with-title .grid figcaption h3 a {
  display: block
}
.work-with-title .grid li:hover figcaption h3, .work-with-title .grid li:hover figcaption h3 a {
  color: #888888
}
.work-with-title .grid li:hover figcaption {
  bottom: 50px;
}
/* portfolio grid - wide */
.work-2col.wide .grid figcaption {
  bottom: 100px
}
.work-3col.wide .grid figcaption {
  bottom: 80px
}
.work-4col.wide .grid figcaption {
  bottom: 60px
}
.work-5col.wide .grid figcaption {
  bottom: 40px
}
/* portfolio grid - wide with title */
.work-2col.wide-title .grid figcaption {
  bottom: 0;
}
.work-3col.wide-title .grid figcaption {
  bottom: 0;
}
.work-4col.wide-title .grid figcaption {
  bottom: 0;
}
.work-5col.wide-title .grid figcaption {
  bottom: 0;
}
/* portfolio masonry adjustment */
.grid-gallery ul {
  margin-left: 1px;
}
.work-5col.masonry .grid-gallery ul {
  margin-left: -1px
}
li.nav.active a {
    background: #f2f2f2;    
}

.nav-tabs {
    text-align: center; 
	margin-bottom: 35px;
}
.nav-tabs > li {
    display: inline-block;
    float: none;
    margin: 0 0 20px;
    vertical-align: top;
}
.nav-tabs > li > a {
    line-height: 1.42857143;
    border-radius: 0;
    float: left;
    text-transform: uppercase;
    margin: 0px 10px;
    outline: none;
    letter-spacing: 2px;
    font-weight: 600;
    /* border-bottom: 1px solid transparent; */
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 8px 15px;
	text-decoration: none;
	cursor: pointer;
}

.nav > a {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
@media(max-width:1023px) {
.gutter .grid li {
    padding: 0px;
}
}