/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 23.08.2017, 17:19:59
    Author     : Mila
*/
html {
  position: relative;
  min-height: 100%;
}

body {
  width: 100%;
  min-width: 320px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 160px;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  background: url("../images/backgr2.png");
  background-position: center;
}
.row,
#portfolio {
  margin-left: 0px;
  margin-right: 0px;
}

.footer {
  position: absolute;
  bottom: 0;
  height: 130px;
  background: transparent;
  border-top: 1px solid #fff;
width:100%;
}

.footer-inner {
  position: absolute;
  bottom: 0;
  height: 130px;
  background: rgb(84, 134, 83); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(84, 134, 83, 1) 0%,
    rgba(27, 62, 112, 1) 100%,
    rgba(27, 62, 112, 1) 100%,
    rgba(27, 62, 112, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(84, 134, 83, 1) 0%,
    rgba(27, 62, 112, 1) 100%,
    rgba(27, 62, 112, 1) 100%,
    rgba(27, 62, 112, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(84, 134, 83, 1) 0%,
    rgba(27, 62, 112, 1) 100%,
    rgba(27, 62, 112, 1) 100%,
    rgba(27, 62, 112, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#548653', endColorstr='#1b3e70',GradientType=1 ); /* IE6-9 */
  width: 100%;
}

.fic-footer {
  padding: 30px 10px;
  color: #fff;
}
.fic-footer p {
  text-align: right;
}
.fic-footer button {
  max-width: 700px;
  margin: auto;
}

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

/*    .row-flex, .super-list  {
    display: flex;
    flex-flow: row wrap;
}*/
.fic-logo {
  padding-top: 35px;
}
.fic-logo-small {
  padding-top: 30px;
}
.fic-logo-small img {
  float: right;
  padding-top: 10px;
}
.zatr-menu,
.zatr-menu-opener:hover,
.zatr-menu-opener.active {
  background: transparent !important;
}
.zatr-menu.active .zatr-menu-link {
  color: #ffffff;
}
.zatr-menu-opener-inner,
.zatr-menu-opener-inner::before,
.zatr-menu-opener-inner::after {
  background: #ffffff;
}

.zatr-menu,
.zatr-menu-opener {
  position: absolute !important;
  top: 25px !important;
}
.zatr-menu-opener-inner {
  position: absolute !important;
  top: 15px !important;
}

.cb-slideshow li {
  list-style-type: none;
}
.cb-slideshow h3 {
  display: none;
}

.zatr-menu.active a {
  position: relative;
  display: inline-block;
  margin: 15px 0px;
  outline: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.35em;
}

.zatr-menu.active a:hover,
.zatr-menu.active a:focus {
  outline: none;
}
.fic-main {
  color: #fff;
  padding-top: 150px;
}
.fabout {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0.8+0,1+30,1+50,1+70,0.8+100 */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 0.8) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 0.8) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 0.8) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=1 ); /* IE6-9 */
}
.item-page .page-header h1 {
  text-align: center;
  word-wrap: normal;
}
.item-page .row-flex {
  padding-bottom: 50px;
}
h2.bg-info {
  text-align: center;
  min-height: 100px;
  padding-top: 10px;
  margin-top: 0px;
  border-left: 5px solid #1b3e70;
}

.btn-outline {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  margin-bottom: 10px;
}
.btn-outline:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.btn-outline-inner {
  color: rgba(27, 62, 112, 1);
  background-color: transparent;
  border-color: rgba(27, 62, 112, 1);
  margin-bottom: 10px;
}
.btn-outline-inner:hover {
  background: rgba(27, 62, 112, 0.3);
  color: rgba(27, 62, 112, 1);
}

.fic-com,
.fic-service {
  padding-bottom: 50px;
}

.fic-service {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.fic-service .category-desc {
  padding: 30px;
}
.fic-service h2 {
  text-align: center;
  word-wrap: normal;
}
.fic-service .serv {
  padding: 5px;
}
.serv-inner {
  padding-bottom: 20px;
  padding-top: 5px;
}

.serv-inner {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.serv .serv-inner {
  position: relative;
}
.serv .serv-inner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.serv .serv-inner:hover::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.fic-brief {
  padding: 20px;
}

.fabout p {
  padding: 15px;
  font-size: 1.2em;
}
.fic-com p {
  font-size: 1.2em;
}
.fabout figure {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #91b6d3;
  overflow: hidden;
}
.fabout figure:hover + span {
  bottom: -36px;
  opacity: 1;
}

.fabout figure img {
  filter: grayscale(70%) opacity(50%);
}
.fabout figure img {
  -webkit-transform: rotate(15deg) scale(1.6);
  transform: rotate(15deg) scale(1.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fabout figure:hover img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  filter: grayscale(0%);
}

.qfblock {
  padding: 10px 10px !important;
}

.qfemail .inputbox,
.qftext .inputbox,
.qftextarea .inputbox {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.qftextarea .inputbox {
  height: 94px;
}
.qfblock div input {
  display: block !important;
}
.qfblock div input[type="checkbox"] {
  display: inline-block !important;
}
.qfblock label {
  text-align: left !important;
  width: auto !important;
  vertical-align: middle !important;
}

input[type="button"] {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  color: rgba(27, 62, 112, 1);
  background-color: transparent;
  border: 1px solid rgba(27, 62, 112, 1) !important;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 16px !important;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.qfblock div.qfcheckbox {
  padding-top: 30px;
}

.fic-order,
#portfolio {
  padding-left: 30px;
  padding-right: 30px;
}
.fic-order .row-flex {
  max-width: 1400px;
  margin: auto;
}
h1.page-heading,
h2.tpHeadingTitle,
.tpTitle {
  text-align: center;
}

#tz_options {
  max-width: 1200px;
  margin: auto;
}
.filter-title {
  display: none;
}
#filter {
  background: #d9edf7;
  text-align: center;
  padding: 10px 0px;
}
#filter a {
  font-size: 16px;
}
#tpPortfolio .element .TzInner {
  padding: 0px;
  border: 1px solid transparent;
  margin: 5px;
}

.tz_portfolio_plus_image {
  overflow: hidden;
  background: #84b8d2;
}
.element .TzInner img {
  filter: grayscale(0%) opacity(100%);
}
.element .TzInner img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.element .TzInner:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: grayscale(70%) opacity(50%);
}
h3.TzPortfolioTitle {
  text-align: center;
  color: #555;
  background: #000;
  padding: 5px;
  border-radius: 6px;
}
h3.TzPortfolioTitle a {
  color: #fff;
}
h3.TzPortfolioTitle a:hover {
  color: #fff;
  text-decoration: none;
}
#tpPortfolio .element .TzInner .TzArticleMedia {
  margin-bottom: 0px;
}
.TzPortfolioDescription {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.element:hover .TzPortfolioDescription {
  opacity: 1;
  z-index: 9000;
}
.TzPortfolioReadmore {
  display: none !important;
}

.tpItemPage #tz-portfolio-template-media {
  background: rgba(253, 253, 253, 0.5);
  /*    height: 280px;*/
}
#tz-portfolio-template-title {
  height: 70px;
}

.tpItemPage .tpImage {
  text-align: center;
}
.tpItemPage .tpImage img {
  height: auto;
  width: 100%;
  max-width: 900px;
}
#tz-portfolio-template-introtext {
  padding-bottom: 50px;
}
#tz-portfolio-template-introtext.container-fluid {
  max-width: 900px;
  margin: auto;
}

#tz-portfolio-template-information {
  max-width: 1200px;
  margin: auto;
}
li.tp_extrafield-item {
  list-style-type: none;
}
.tp_extrafield-label {
  display: none;
}
.tp_extrafield-value {
  background: #548653;
  padding: 10px;
  border-radius: 50px;
  font-size: 24px;
  color: #fff;
}
i.tp-folder-open {
  display: none;
}
.tpArticleCategory a {
  color: rgba(27, 62, 112, 1);
  background-color: transparent;
  border: 1px solid;
  border-radius: 6px;
  border-color: rgba(27, 62, 112, 1);
  padding: 10px 40px;
}
.tpArticleCategory a:hover {
  background: rgba(27, 62, 112, 0.3);
  color: rgba(27, 62, 112, 1);
}
#portfolio {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0px auto !important;
}
#portfolio > div {
  margin: 0px auto;
}
.tz_portfolio_plus_image {
  background: #fff;
}
.tplElegant .option-combo a.btn-default {
  border: 1px solid transparent;
}
.tpArticleCategory a:hover {
  text-decoration: none;
}
#tz-portfolio-template-project-info-inner {
  margin-top: 20px;
}
.fic-gallery img:hover {
  filter: none;
  transition: 0.3s;
}
button {
  transition: 0.3s;
}
/* .fic-gallery a img {
  left: auto;
} */
@media screen and (min-width: 768px) {
  .fic-top-inner {
    background: url("../images/background_inner.png") no-repeat;
    background-size: cover;
    height: 90px;
    width: 100%;
  }

  .zatr-menu.active {
    width: 60% !important;
    height: auto !important;
  }
  /* Effect 14: border switch */
  .zatr-menu.active a {
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
  }

  .zatr-menu.active a::before,
  .zatr-menu.active a::after {
    position: absolute;
    width: 45px;
    height: 2px;
    background: #fff;
    content: "";
    opacity: 0.2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
  }

  .zatr-menu.active a::before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  .zatr-menu.active a::after {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }

  .zatr-menu.active a:hover::before,
  .zatr-menu.active a:hover::after,
  .zatr-menu.active a:focus::before,
  .zatr-menu.active a:focus::after {
    opacity: 1;
  }

  .zatr-menu.active a:hover::before,
  .zatr-menu.active a:focus::before {
    left: 50%;
    -webkit-transform: rotate(0deg) translateX(-50%);
    -moz-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%);
  }

  .zatr-menu.active a:hover::after,
  .zatr-menu.active a:focus::after {
    right: 50%;
    -webkit-transform: rotate(0deg) translateX(50%);
    -moz-transform: rotate(0deg) translateX(50%);
    transform: rotate(0deg) translateX(50%);
  }
  .fic-gallery {
    padding-bottom: 30px;
  }

  .fic-gallery a {
    display: inline-block;
    height: 160px;
    overflow: hidden;
    width: 19%;
    float: left;
    margin: 3px;
    background: #d9edf7;
  }

  .fic-gallery img {
    width: auto;
    height: 200%;
    padding: 5px;
    position: relative;
    left: -50%;
    top: -25%;
    filter: grayscale(100%) opacity(50%);
    margin: 0px !important;
  }
}
@media screen and (max-width: 992px) {
  .fic-brief button {
    font-size: 16px;
  }

  .fic-gallery a {
    width: 32%;
    height: 180px;
    overflow: hidden;
    margin: 2px;
  }

  .fic-gallery img {
    overflow: hidden;
    padding: 5px;
  }
  #tz-portfolio-template-title {
    height: 90px;
  }
}
@media screen and (max-width: 769px) {
  body {
    margin-bottom: 200px;
  }

  .footer-inner {
    height: 200px;
  }

  .page-header h2 {
    text-align: center;
    word-wrap: normal;
  }

  .fic-main {
    color: #fff;
    padding-top: 0px;
  }
  .fic-top-inner {
    background: url("../images/background_inner.png") no-repeat;
    background-size: cover;
    height: 90px !important;
  }

  .zatr-menu,
  .zatr-menu-inner {
    background: #000 !important;
    left: 0 !important;
  }

  .zatr-menu.active {
    width: 100% !important;
    height: auto !important;
    background: #000 !important;
  }
  .zatr-menu.active a {
    display: block;
    width: 100%;
    float: none;
    line-height: 5em;
    width: 90%;
  }
  .zatr-menu.active a:hover,
  .zatr-menu.active a:focus,
  .zatr-menu.active a.active {
    color: #000;
    background: rgba(255, 255, 255, 0.5);
    width: 90%;
  }
  .zatr-menu,
  .zatr-menu-opener {
    position: absolute !important;
    top: 0px !important;
    left: 10px;
  }
  .zatr-menu-opener-inner {
    position: absolute !important;
    top: -40px !important;
    left: 10px;
  }
  .fic-footer {
    padding: 20px 10px;
    color: #fff;
    text-align: center !important;
  }
  .fic-footer p {
    padding-top: 10px;
    text-align: center;
  }

  .fic-gallery a {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    float: left;
    margin: 0px;
  }

  .fic-gallery img {
    width: 100%;
    height: auto;
    margin: 0px !important;
  }
  #tz-portfolio-template-title h1 {
    height: 100px;
    font-size: 20px;
  }
  .tpArticleCategory a {
    display: block;
    text-align: center;
  }
  .fic-service .serv {
    padding: 25px;
  }
  .fic-service .serv h2 {
  }
  .fic-service .serv img {
    display: none;
  }
}

.slideshow,
.slideshow:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -900;
}
.slideshow:after {
  content: "";
  background: transparent url(../images/main.jpg) repeat top left;
}
.slideshow li {
  list-style-type: none;
}
.slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 36s linear infinite 0s;
  -moz-animation: imageAnimation 36s linear infinite 0s;
  -o-animation: imageAnimation 36s linear infinite 0s;
  -ms-animation: imageAnimation 36s linear infinite 0s;
  animation: imageAnimation 36s linear infinite 0s;
}
.slideshow li div {
  z-index: 1000;
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-animation: titleAnimation 36s linear infinite 0s;
  -moz-animation: titleAnimation 36s linear infinite 0s;
  -o-animation: titleAnimation 36s linear infinite 0s;
  -ms-animation: titleAnimation 36s linear infinite 0s;
  animation: titleAnimation 36s linear infinite 0s;
}
.slideshow li:nth-child(1) span {
  background-image: url(../images/main.jpg);
}
.slideshow li:nth-child(2) span {
  background-image: url(../images/1.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
  background-image: url(../images/2.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
.slideshow li:nth-child(4) span {
  background-image: url(../images/3.jpg);
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}
.slideshow li:nth-child(5) span {
  background-image: url(../images/4.jpg);
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}
.slideshow li:nth-child(6) span {
  background-image: url();
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}
.slideshow li:nth-child(2) div {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow li:nth-child(3) div {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
.slideshow li:nth-child(4) div {
  -webkit-animation-delay: 18s;
  -moz-animation-delay: 18s;
  -o-animation-delay: 18s;
  -ms-animation-delay: 18s;
  animation-delay: 18s;
}
.slideshow li:nth-child(5) div {
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}
.slideshow li:nth-child(6) div {
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -o-transform: scale(1.05);
    -o-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -ms-transform: scale(1.05);
    -ms-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -ms-transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    transform: scale(1.1);
  }
  25% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
  }
  8% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(10);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes titleAnimation {
  0% {
    opacity: 0;
    -moz-transform: translateY(200px);
  }
  8% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    -moz-transform: scale(10);
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes titleAnimation {
  0% {
    opacity: 0;
    -o-transform: translateY(200px);
  }
  8% {
    opacity: 1;
    -o-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -o-transform: scale(1);
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    -o-transform: scale(10);
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes titleAnimation {
  0% {
    opacity: 0;
    -ms-transform: translateY(200px);
  }
  8% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
  17% {
    opacity: 1;
    -ms-transform: scale(1);
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(10);
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleAnimation {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  8% {
    opacity: 1;
    transform: translateY(0px);
  }
  17% {
    opacity: 1;
    transform: scale(1);
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    transform: scale(10);
  }
  100% {
    opacity: 0;
  }
}
/* Show at least something when animations not supported */
.no-cssanimations .slideshow li span {
  opacity: 1;
}
@media screen and (max-width: 1366px) {
  #portfolio {
    width: 74%;
  }
}
@media screen and (max-width: 1280px) {
  #portfolio > div {
    left: 0;
  }
}
@media screen and (max-width: 1140px) {
  .slideshow li div h3 {
    font-size: 100px;
  }
  #tpPortfolio #portfolio > div {
    left: auto !important;
  }
}
@media screen and (max-width: 600px) {
  .slideshow li div h3 {
    font-size: 50px;
  }
  #portfolio > div {
    margin-left: -8%;
    border: none;
  }
  #portfolio {
    width: 100%;
  }
}
