/*------------------------------------------------------------------
Project:    LOYAL portfolio
Version:    1.0
Build Date:    15/08/16
Author: TheTheme99

[Table of contents]

1. portfolio 2 columns
2. portfolio 2 columns wide
3. portfolio 3 columns
4. portfolio 3 columns wide
5. portfolio 4 columns
6. portfolio 4 columns wide
7. portfolio 2 columns text
8. Mob menu sub
9. Menu
10. Header Navigation
11. Gallery1
12. Grid responsive
13. portfolio
14. respomsive

# [Color codes]

# White - #fff
# Black - #232323, #292929


[Typography]

Text, a: Lato;
-------------------------------------------------------------------*/
/* === All === */
::selection {
  background: #232323;
  /* Safari */ }

::-moz-selection {
  background: #232323;
  /* Firefox */ }

a,
a:hover,
a:focus {
  text-decoration: none; }

.sidebar-nav li.has-sub {
  color: #fff; }

.sidebar-nav li a {
  color: #fff; }

.menu-all-port img {
  height: 46px; }

.menu-all-port .nav1-bis {
  display: inline-block;
  margin: 0 0 0 15px; }

.menu-all-port .artclose {
  position: relative;
  top: 12px; }

.wrapper-portfolio .has-sub {
  color: #fff; }

.wrapper-portfolio #full-menu li:hover {
  color: rgba(255, 255, 255, 0.5); }

.wrapper-portfolio #full-menu li:hover ul li a {
  color: white !important; }

.wrapper-portfolio #full-menu li:hover ul li a:hover {
  color: rgba(255, 255, 255, 0.5) !important; }

/* portfolio 2 columns */
.port-2-col-header {
  background: url(../img/port/2-col/bg.png) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 458px; }

/* portfolio 2 columns wide */
.port-2-col-wide-header {
  background: url(../img/port/2-col-wide/bg.png) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 458px; }

.folio-2-col-wide .portfolio-content {
  width: 100%; }

.folio-2-col-wide .port-grid {
  width: 100%; }

.folio-2-col-wide .filter-wide {
  width: 1110px;
  margin: 0 auto 70px auto; }

/* portfolio 3 columns */
.port-3-col-header {
  background: url(../img/port/3-col/bg.png) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 458px;
 }

.folio-3-col .project-item {
  margin: 0;
  width: 33%; }

.folio-3-col .portfolio-content {
  width: 1110px;
  margin: 0 auto; }

.folio-3-col .port-grid {
  width: 1110px;
  margin: 0 auto; }

/* portfolio 3 columns wide */
.port-3-col-wide-header {
  background: url(../img/port/3-col-wide/bg.png) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 458px; }

.folio-3-col-wide .portfolio-content {
  width: 100%; }

.folio-3-col-wide .port-grid {
  width: 100%; }

.folio-3-col-wide .filter-wide {
  width: 1110px;
  margin: 0 auto 70px auto; }

.folio-3-col-wide .project-item {
  margin: 0;
  width: 33.33%; }

/* portfolio 4 columns */
.port-4-col-header {
  background: url(../img/port/4-col/bg.png) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 458px; }

.folio-4-col .project-item {
  margin: 0;
  width: 25%; }

.folio-4-col .portfolio-content {
  width: 1109px;
  margin: 0 auto; }

.folio-4-col .port-grid {
  width: 1109px;
  margin: 0 auto; }

/* portfolio 4 columns wide */
.port-4-col-wide-header {
  background: url(../img/port/4-col-wide/bg.png) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 458px; }

.folio-4-col-wide .portfolio-content {
  width: 100%; }

.folio-4-col-wide .port-grid {
  width: 100%; }

.folio-4-col-wide .filter-wide {
  width: 1110px;
  margin: 0 auto 70px auto; }

.folio-4-col-wide .project-item {
  margin: 0;
  width: 25%; }

/* portfolio 2 columns text */
.port-text {
  margin: 5px 0 30px 20px;
  text-align:center; }
  
  

  
  
  .port-text .port-text-name {
    font-family: "Lato-Regular";
    font-size: 14px;
    letter-spacing: 0.075em;
    color: #292929;
    text-transform: uppercase; }
  .port-text .port-text-descr {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #5d5d5d; }
  .port-text .port-sep {
    font-family: "Lato-Regular";
    font-size: 14px;
    color: #292929;
    margin: 0 20px; }

li.img {
  position: relative; }

li.img .port-text {
  width: 100%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
  bottom: 0;
  position: relative; }

li.img:hover .port-text {
  bottom: 30px;
  color: #fff;
  position: relative;
  z-index: 100;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1; }
  li.img:hover .port-text .port-text-name {
    color: #555; }
  li.img:hover .port-text .port-sep {
    color: #555; }
  li.img:hover .port-text .port-text-descr {
    color: #555; }
	
li.img:hover .port-text.videox {
		bottom: 0px !important;
 }
 
 li.img:hover .port-text.webx {
		bottom: 5px !important;
 }

.grid {
  margin: 0; }

html.photo-menu {
  overflow: visible !important; }

#full-menu .sub a {
  font-family: "Lato-Regular";
  display: block;
  width: 100%;
  padding: 5px 40px;
  font-size: 12px;
  color: #232323 !important;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-transition: all .5s ease 10ms;
  -moz-transition: all .5s ease 10ms;
  -o-transition: all .5s ease 10ms;
  transition: all .5s ease 10ms; }

.port-no-text #full-menu .sub a {
  color: #fff !important; }

#nav-main-sticky-wrapper {
  position: absolute;
  top: 0;
  width: 100%; }

/* === Mob menu sub ===*/
.port-no-text .has-sub {
  color: #fff; }

.port-no-text #full-menu .sub-menu-2 a {
  color: #fff !important; }

.port-no-text .mob-search {
  color: #fff; }

.port-no-text .mob-search input {
  color: #fff; }

/* === Menu === */
.search-effect {
  margin-left: 25px; }

.search-effect a {
  position: relative; }

.search-container {
  width: 0;
  display: block;
  height: 30px;
  background: transparent;
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: absolute;
  top: -8px;
  right: 0; }

.search-effect:hover .search-container {
  background: #fff;
  width: 200px;
  opacity: 1;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }

input.colortext,
input.colortext:active,
input.colortext:focus {
  background: transparent;
  border: 0;
  outline: none !important;
  box-shadow: none !important;
  font-size: 10px;
  padding: 0 10px 0 10px;
  font-weight: 100;
  letter-spacing: 0.1em;
  font-family: "Lato-Light"; }

#nav-main {
  width: 100%;
  z-index: 100;
  font-family: Lato, sans-serif;
  opacity: 1;
  position: relative; }

.port-no-text .mob-menu-3 .container {
  width: initial !important; }

.port-no-text .sticky-menu {
  background: transparent !important;
  border: none !important; }

.port-no-text #nav li a {
  font-family: "Lato-Regular";
  font-weight: 600; }

.port-no-text #nav li a .micons {
  font-size: 15px;
  margin: 0 0 0 12px;
  position: relative;
  top: 2px; }

.port-no-text .is-sticky #nav-main {
  height: 70px;
  z-index: 50;
  padding: 0 !important;
  z-index: 200; }

.port-no-text .is-sticky .nav3 #logo-container {
  top: 20px; }

.port-no-text .is-sticky #nav-main #mainbg {
  /* margin: 0 30px; */
  background: #232323;
  height: inherit;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.port-no-text #nav {
  top: 37px;
  width: 720px;
  margin: 0 auto;
  height: 50px;
  padding-left: 90px; }

.port-no-text #page .is-sticky #nav {
  top: 26px; }

.port-no-text #nav li {
  padding: 0 25px 15px 25px; }

.port-no-text #nav li:first-child {
  padding: 0 25px 15px 25px; }

.port-no-text #nav li ul li:last-child {
  padding: 15px 10px 0 10px; }

.port-no-text #nav li ul li {
  border: 0;
  padding: 15px 10px 15px 10px; }

.port-no-text #nav li ul li:first-child {
  padding: 0 10px 15px 10px; }

.port-no-text #nav li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.port-no-text #nav li span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.port-no-text #nav li:hover a {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.port-no-text #nav li:hover span {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.bis-header-right li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.bis-header-right li:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.has-sub {
  display: block;
  text-decoration: none;
  color: #999999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Lato-Bold";
  cursor: pointer; }

/* === Header Navigation === */
.navigation1 .footer-icons a {
  opacity: 0.7;
  color: #fff; }

.navigation1 .footer-icons a:hover {
  opacity: 1;
  color: #fff; }

.nav1-sep {
  display: inline-block;
  width: 1px;
  height: 25px;
  background: #fff;
  margin: 0 35px;
  position: relative;
  top: 6px; }

.nav1-bis {
  font-family: "Lato-Light";
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #fff;
  display: table-cell;
  vertical-align: middle; }

.logo {
  display: table;
  height: 23px; }

.logo img {
  margin-right: 20px; }

.is-sticky .logo {
  top: 12px; }

.is-sticky .bis-header-right {
  top: 15px; }

.port-no-text .is-sticky #nav {
  top: 26px; }

.is-sticky .footer-icons {
  top: 14px; }

.port-no-text #nav-main {
  height: 100px; }

.logo {
  top: 23px;
  left: 130px;
  position: absolute;
  font-weight: 100;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff; }

.bis-header-right {
  position: absolute;
  top: 26px;
  right: 126px;
  margin: 15px 0 0 0; }

.footer-icons a .fa {
  font-size: 18px; }

.footer-icons a {
  margin: 0 10px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.footer-icons a:hover {
  color: #848987;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.bis-header-right li {
  float: left;
  padding: 0 40px 15px 40px;
  position: relative;
  display: block; }

.bis-header-right li {
  padding: 0 20px 15px 20px; }

.bis-header-right li a {
  display: block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.075em;
  font-family: "Lato-Regular";
  text-decoration: none; }

.bis-header-right li a {
  font-family: "Lato-Regular";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.folio-2-col .port-grid {
  width: 1110px;
  margin: 0 auto; }

.project-item {
  margin: 0;
  width: 50%;
  height:auto; }

.folio-2-col .portfolio-content {
  padding: 0;
  width: 1110px;
  margin: 35px auto 0 auto; }

.row-folio {
  margin-left: 6px; }

.port-no-text22 .container-folio {
  width: 1210px !important; }

.filter a {
  margin: 0 30px;
  color: #afafaf;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.filter a:hover,
.filter a:hover.active {
  opacity: 1;
  color: #292929;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.filter a.active {
  color: #292929;
  border-bottom: 1px solid #292929;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.filter a {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.075em;
  font-family: "Lato-Regular";
  text-transform: uppercase; }

.filter {
  margin: 0 0 70px 0;
  text-align: center; }
  .filter a:first-child {
    margin-left: 0; }

#portfolio {
  margin-top: 170px;
  margin-bottom: 40px; }

.full-port {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #292929;
  margin: 15px 0 20px 0; }

.project-intro {
  bottom: 50px;
  left: 25px;
  top: initial; }

.full-border {
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.full-border:hover {
  color: #292929;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.full-port:hover .full-border {
  border-bottom: 1px solid #292929;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/* === Gallery1 === */
.gallery1 {
  background: #fff;
  position: relative;
  padding: 70px 0 0 0; }

.gallery1 h1 {
  font-size: 44px;
  line-height: 60px;
  letter-spacing: 0.001em;
  font-family: 'Playfair Display', serif;
  color: #292929;
  text-align: center; }

.gallery1 span {
  font-size: 20px;
  color: #292929;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  margin: 50px auto;
  display: block; }

.gallery-backg {
  background: #292929;
  position: absolute;
  bottom: 0;
  height: 388px;
  width: 100%; }

.gallery1 hr {
  margin: 0;
  margin-top: 110px;
  padding-bottom: 140px; }

.gallery1 h3 {
  font-family: 'Playfair Display', serif;
  font-size: 45px;
  line-height: 60px;
  color: #292929; }

.see {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 15px 0 0 0; }

/* === Grid responsive === */
@media only screen and (max-width: 1200px) {
  .mob-search span {
    color: #fff !important; } }
@media only screen and (max-width: 992px) {
  .see {
    font-size: 14px;
    margin: 0; } }
@media only screen and (max-width: 768px) {
  .see {
    margin: 0; } }
@media only screen and (max-width: 500px) {
  .see {
    font-size: 3vw;
    line-height: 4vw; }

  .project-intro {
    bottom: 0;
    left: 0; } }
/* === portfolio === */
.portfolio9-hover {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 60;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.img:hover .portfolio9-hover {
  
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.img .portfolio9-hover .circle {
  width: 90px;
  height: 90px;
  border: 4px solid #969596;
  border-radius: 50%;
  margin: -45px auto 0 auto;
  top: 50%;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.img:hover .portfolio9-hover .circle {
  width: 90px;
  height: 90px;
  opacity: 1;
  border: 6px solid #969596;
  border-radius: 50%;
  margin: -45px auto 0 auto;
  top: 50%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.port-grid li {
  overflow: hidden; }

.port-grid li a img {
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -o-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);

   }

.port-grid li:hover a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.grid {
  max-width: 100%;
  list-style: none;
  margin: 30px auto;
  padding: 0;
  overflow: hidden; }

.grid li {
  display: block;
  float: center;
  padding: 0;
  width: 33.333%;
  opacity: 0; }

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
  opacity: 1; }

.grid li a,
.grid li img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%; }

/* Effect 1: opacity */
.grid.effect-1 li.animate {
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards; }

@-webkit-keyframes fadeIn {
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  100% {
    opacity: 1; } }
/* Effect 2: Move Up */
.grid.effect-2 li.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards; }

@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
/* Effect 3: Scale up */
.grid.effect-3 li.animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards; }

@-webkit-keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
@keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
/* Effect 4: fall perspective */
.grid.effect-4 {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.grid.effect-4 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective 0.8s ease-in-out forwards;
  animation: fallPerspective 0.8s ease-in-out forwards; }

@-webkit-keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1; } }
@keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1; } }
/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-5 {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.grid.effect-5 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: fly 0.8s ease-in-out forwards;
  animation: fly 0.8s ease-in-out forwards; }

@-webkit-keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
@keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }
/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.grid.effect-6 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip 0.8s ease-in-out forwards;
  animation: flip 0.8s ease-in-out forwards; }

@-webkit-keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
@keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }
/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-7 {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.grid.effect-7 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: helix 0.8s ease-in-out forwards;
  animation: helix 0.8s ease-in-out forwards; }

@-webkit-keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1; } }
@keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; } }
/* Effect 8:  */
.grid.effect-8 {
  -webkit-perspective: 1300px;
  perspective: 1300px; }

.grid.effect-8 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp 0.8s ease-in forwards;
  animation: popUp 0.8s ease-in forwards; }

@-webkit-keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
@keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@media only screen and (max-width: 1400px) {
  .logo {
    left: 100px; } }
@media only screen and (max-width: 1200px) {
  .all-port .portfolio-content {
    width: 100%;
    padding: 0 30px; }

  .all-port .port-grid {
    width: 100%;
    padding: 0; }

  .folio-2-col-wide .filter-wide {
    width: 100%; }

  .folio-3-col-wide .filter-wide {
    width: 100%; }

  .folio-4-col-wide .filter-wide {
    width: 100%; }

  .footer9-menu {
    float: none;
    right: 0;
    position: relative;
    text-align: center; }

  .footer9 {
    padding: 30px 0 35px 0; }

  .footer9-menu nav a {
    margin: 15px 0 0 0; }

  .footer9-logo {
    position: relative;
    left: 0;
    float: none; }
    .footer9-logo img {
      display: block;
      margin: 0 auto; }

  .port-grid li a img {
    width: 100%; }

  .all-port .port-wide {
    padding: 0; }

  .filter-wide {
    padding-left: 30px; } }
@media only screen and (max-width: 1100px) {
  .folio-4-col .port-text {
    margin: 25px 0 50px 10px; }

  .folio-4-col .port-text .port-text-name {
    font-size: 12px; }

  .folio-4-col .port-text .port-sep {
    margin: 0 10px; }

  .folio-4-col .port-text .port-text-descr {
    font-size: 11px; } }
@media only screen and (max-width: 992px) {
  .folio-3-col .port-text {
    margin: 25px 0 50px 10px; } }
/* === respomsive === */
@media only screen and (max-width: 768px) {
  .all-port .project-item {
    width: 100%; }

  .folio-4-col .project-item {
    width: 50%; }

  .folio-4-col-wide .project-item {
    width: 50%; }

  .folio-3-col .port-text {
    margin: 25px 0 50px 30px; }

  .folio-4-col .port-text {
    margin: 25px 0 50px 30px; } }
@media only screen and (max-width: 600px) {
  .filter a {
    margin: 0 8px; }

  .all-port .portfolio-content {
    padding: 0 15px; }

  .all-port .portfolio-content {
    margin-top: 100px; }

  .port-header-height {
    height: 300px; }

  .all-port .port-wide {
    padding: 0; }

  .folio-4-col .port-text {
    margin: 25px 0 50px 30px; }

  .folio-4-col .project-item {
    width: 100%; } }

/*# sourceMappingURL=portfolio.css.map */
