/*
Theme Name: Calcarius
Author: Petr Pojer
Author URI: https://www.petrpojer.cz/
Description: Template for Calcarius website
Version: 1.0
*/
html {
  font-family: Arial;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
ahover,
aactive {
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
label {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
*:focus {
  outline: 0;
}
body {
  margin: 0px;
  padding: 0px;
  min-height: 100vh;
  line-height: 1.3;
  color: #2b2b2b;
  background: url("images/bg-body.jpg") no-repeat center center;
  background-size: cover;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
a {
  color: #c20e1a;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px auto;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word;
}
h1 {
  margin: 30px auto;
  padding-left: 25px;
  font-size: 26px;
  position: relative;
}
h1:before {
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: #c20e1a;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
}
h2 {
  margin: 20px auto;
  font-size: 20px;
}
h3 {
  margin: 20px auto 10px;
  font-size: 16px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child {
  margin-top: 0px;
}
p {
  margin: 20px auto;
  line-height: 1.5;
}
strong {
  font-weight: 700;
}
table {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  border-collapse: collapse;
}
iframe {
  max-width: 100%;
  display: block;
}
iframe + iframe {
  margin-top: 20px;
}
ol,
ul {
  padding-left: 20px;
}
ol li,
ul li {
  margin-bottom: 5px;
  padding-left: 10px;
}
ol li {
  margin-bottom: 20px;
}
textarea {
  resize: none;
}
.red {
  color: #c20e1a;
}
.relative {
  position: relative;
}
.margin-top {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .margin-top-xs {
    margin-top: 30px;
  }
}
.aligncenter {
  margin: 5px auto;
  display: block;
}
.alignright {
  margin: 10px 0px 10px 30px;
  float: right;
}
.alignleft {
  margin: 10px 30px 10px 0px;
  float: left;
}
@media (max-width: 992px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .text-left-sm {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .text-center-xs {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .text-left-xs {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .text-center-xs {
    text-align: center;
  }
}
.main-wrapper {
  background: url("images/bg-content.jpg") no-repeat center top;
  background-size: cover;
  -webkit-box-shadow: 4px 0px 16px rgba(0,0,0,0.6);
  -moz-box-shadow: 4px 0px 16px rgba(0,0,0,0.6);
  box-shadow: 4px 0px 16px rgba(0,0,0,0.6);
}
.content {
  padding: 30px 20px;
}
.content a {
  font-weight: 700;
}
footer {
  padding: 10px 0px;
  font-size: 14px;
}
footer a {
  font-weight: 700;
}
footer p {
  margin: 0px 0px 0px 20px;
}
header {
  margin-bottom: 15px;
}
header .header-wrapper {
  height: 135px;
  background: url("images/bg-header.jpg") no-repeat center center;
  -webkit-box-shadow: 4px 0px 16px rgba(0,0,0,0.6);
  -moz-box-shadow: 4px 0px 16px rgba(0,0,0,0.6);
  box-shadow: 4px 0px 16px rgba(0,0,0,0.6);
}
header .header-motto {
  margin-top: 40px;
  padding-right: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
header .header-motto:after {
  margin-top: -40px;
  width: 8px;
  height: 80px;
  background: #c20e1a;
  content: '';
  position: absolute;
  top: 50%;
  right: 0px;
}
#logo img {
  margin-top: 35px;
}
.button {
  padding: 0px 30px;
  min-width: 220px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 0px;
  display: inline-block;
  position: relative;
}
.button:hover {
  text-decoration: none;
}
.button.button-full {
  width: 100%;
}
.button.button-red {
  background: #c20e1a;
  color: #fff;
  border: 1px solid #c20e1a;
}
.button.button-red:hover {
  background: #fff;
  color: #c20e1a;
}
.claim {
  height: 620px;
  background: url("http://calcarius-web.itam.cas.cz/wp-content/themes/calcarius/images/bg-claim.jpg") no-repeat center bottom;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .claim {
    padding: 50px 0px;
    height: auto;
  }
}
.claim:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 45px 0px 45px;
  border-color: #c20e1a transparent transparent transparent;
  content: '';
  position: absolute;
  bottom: -45px;
  left: 50%;
  -ms-transform: translate(-50%, 0px);
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  z-index: 20;
}
.claim h1 {
  color: #fff;
  text-shadow: 3px 2px 12px rgba(0,0,0,0.85);
}
.claim .row {
  width: 100%;
}
.cta {
  height: 200px;
  background: url("http://calcarius-web.itam.cas.cz/wp-content/themes/calcarius/images/bg-cta.jpg") no-repeat center center;
  color: greenCta;
}
@media (max-width: 767px) {
  .cta {
    padding: 20px 0px;
    height: auto;
    background-size: cover;
  }
}
.cta .row {
  height: 200px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cta .row {
    height: auto;
    display: block;
  }
}
.cta strong {
  margin-bottom: 5px;
  font-size: 30px;
  display: block;
}
.cta span {
  font-size: 28px;
}
@media (max-width: 767px) {
  .cta span {
    margin-bottom: 30px;
    display: block;
  }
}
.gallery {
  margin: 0px -10px 20px !important;
  overflow: hidden;
}
.gallery img {
  border: 0px !important;
  border-radius: borderRadius;
}
.gallery .gallery-item {
  margin: 0px 0px 20px !important;
}
.gallery .gallery-item:hover {
  opacity: 0.8;
}
.gallery .gallery-item .wp-caption-text {
  margin-top: 5px;
  padding: 0px 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.gallery.gallery-columns-2 .gallery-item {
  padding: 0px 10px;
  width: 50%;
  float: left;
}
.gallery.gallery-columns-3 .gallery-item {
  padding: 0px 10px;
  width: 33.33%;
  float: left;
}
@media (max-width: 600px) {
  .gallery.gallery-columns-3 .gallery-item {
    width: 50%;
  }
}
.gallery.gallery-columns-4 .gallery-item {
  padding: 0px 10px;
  width: 25%;
  float: left;
}
@media (max-width: 600px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 50%;
  }
}
.mean-container {
  margin: 0;
  padding: 0;
  max-height: 100%;
}
.mean-container .mean-bar {
  width: 100%;
  position: relative;
  background: #fcfcfc;
  z-index: 999999;
  overflow: auto !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-container .mean-bar img {
  padding: 3px 0 6px 10px;
  max-width: 130px;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background-color: #fff;
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-container .mean-nav ul li {
  padding: 0px;
  position: relative;
  width: 100% !important;
  margin: 0;
  list-style-image: none;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li a {
  display: block;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #c20e1a;
  border-bottom: 1px solid #f0f0eb;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}
.mean-container .mean-nav ul li a:hover {
  background: #c20e1a;
  color: #fff;
}
.mean-container .mean-nav ul li ul li {
  background: #f0f0eb;
}
.mean-container .mean-nav ul li ul li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #8f8f8f;
  opacity: 1;
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li ul li a.mean-expand {
  margin-top: 0px;
  width: 16px;
  height: 17px;
  padding: 14px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  line-height: 16px;
  font-weight: 700;
  background: #f0f0eb;
  border: none !important;
}
.mean-container .mean-nav ul li ul li a.mean-expand:hover {
  background: #a1bb14;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mean-remove {
  display: none !important;
}
.pp-meanmenu-reveal {
  border: 2px solid #fff;
  border-radius: 3px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: none;
  display: none;
  margin-left: 0px;
  position: relative;
  line-height: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 40px;
  right: 30px;
}
@media (max-width: 992px) {
  .pp-meanmenu-reveal {
    display: block;
  }
}
.pp-meanmenu-reveal span {
  width: 25px;
  background-color: #fff;
  height: 3px;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 10px;
  -moz-transition: all ease-in-out 80ms;
  -o-transition: all ease-in-out 80ms;
  -webkit-transition: all ease-in-out 80ms;
  transition: all ease-in-out 80ms;
}
.pp-meanmenu-reveal span.top-line {
  top: 13px;
}
.pp-meanmenu-reveal span.middle-line {
  top: 21px;
}
.pp-meanmenu-reveal span.bottom-line {
  top: 29px;
}
.pp-meanmenu-reveal:hover span.top-line {
  margin-top: -3px;
}
.pp-meanmenu-reveal:hover span.bottom-line {
  margin-top: 3px;
}
.pp-meanmenu-reveal.meanclose span.middle-line {
  display: none;
}
.pp-meanmenu-reveal.meanclose span.top-line {
  -ms-transform: rotate(45deg) /* IE 9 */;
  -webkit-transform: rotate(45deg) /* Chrome, Safari, Opera */;
  transform: rotate(45deg);
  -moz-transition: all ease-in-out 150ms;
  -o-transition: all ease-in-out 150ms;
  -webkit-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
  top: 22px;
}
.pp-meanmenu-reveal.meanclose span.bottom-line {
  -ms-transform: rotate(-45deg) /* IE 9 */;
  -webkit-transform: rotate(-45deg) /* Chrome, Safari, Opera */;
  transform: rotate(-45deg);
  -moz-transition: all ease-in-out 150ms;
  -o-transition: all ease-in-out 80ms;
  -webkit-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
  top: 22px;
}
.pp-meanmenu-reveal.meanclose:hover span.top-line,
.pp-meanmenu-reveal.meanclose:hover span.bottom-line {
  margin-top: 0px;
}
#menu-main-wrapper {
  height: 60px;
  line-height: 60px;
  background: #fff;
}
#menu-main-wrapper #menu-main {
  margin: 0px auto;
  padding: 0px;
  list-style-type: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
#menu-main-wrapper #menu-main li {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: letterSpacingSmall;
  position: relative;
  float: left;
}
#menu-main-wrapper #menu-main li a {
  padding: 0px 30px;
  color: #000;
  display: block;
}
@media (max-width: 1199px) {
  #menu-main-wrapper #menu-main li a {
    padding: 0px 15px;
  }
}
#menu-main-wrapper #menu-main li a:hover {
  background: #c20e1a;
  color: #fff;
  text-decoration: none;
}
#menu-main-wrapper #menu-main li.current-menu-item a {
  background: #c20e1a;
  color: #fff;
}
.recipe-wrapper {
  padding: 70px 0px;
  height: 850px;
  background: url("http://calcarius-web.itam.cas.cz/wp-content/themes/calcarius/images/bg-recipe.jpg") no-repeat center center;
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .recipe-wrapper {
    padding: 30px 0px;
    height: auto;
  }
}
.recipe-wrapper .recipe-title {
  font-size: 40px;
  font-weight: 700;
}
.recipe-wrapper .recipe-subtitle {
  font-size: 28px;
}
.recipe-wrapper .recipe-content {
  margin-top: 50px;
}
.recipe-wrapper .recipe-top-image {
  width: 1000px;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-40%, -20%);
  -webkit-transform: translate(-40%, -20%);
  transform: translate(-40%, -20%);
}
@media (max-width: 767px) {
  .recipe-wrapper .recipe-top-image {
    display: none;
  }
}
.recipe-wrapper .recipe-bottom-image {
  width: 600px;
  max-width: none;
  position: absolute;
  bottom: 50px;
  right: 50px;
}
@media (max-width: 1300px) {
  .recipe-wrapper .recipe-bottom-image {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .recipe-wrapper .recipe-bottom-image {
    display: none;
  }
}
.recipe-wrapper .recipe-bottom {
  width: 100%;
  position: absolute;
  bottom: 50px;
}
@media (max-width: 767px) {
  .recipe-wrapper .recipe-bottom {
    position: static;
  }
}
.recipe-wrapper .recipe-button {
  padding: 0px 30px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,0.35);
  -moz-box-shadow: 2px 3px 5px rgba(0,0,0,0.35);
  box-shadow: 2px 3px 5px rgba(0,0,0,0.35);
  display: inline-block;
}
.recipe-wrapper .recipe-button:hover {
  background: #c20e1a;
  color: #fff;
  text-decoration: none;
}
.recipe-wrapper .recipe-button .icon {
  margin-left: 10px;
}
.home .sidebar-item:first-child {
  padding: 30px 20px;
  background: #d5cfc7;
}
.sidebar-item {
  margin-bottom: 30px;
}
.sidebar-item.sidebar-item-dark {
  padding: 30px 20px;
  background: #d5cfc7;
}
.sidebar-item .sidebar-item-title {
  margin-bottom: 25px;
  padding-left: 25px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.sidebar-item .sidebar-item-title:before {
  margin-top: -5px;
  width: 10px;
  height: 10px;
  background: #c20e1a;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
}
.sidebar-item ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.sidebar-item ul li {
  margin: 0px 0px 10px;
  padding: 0px;
}
.sidebar-item ul li a {
  font-weight: 700;
}
.visual-block-wrapper {
  padding: 100px 0px 40px;
  position: relative;
}
@media (max-width: 767px) {
  .visual-block-wrapper {
    padding: 30px 0px;
  }
}
.visual-block-wrapper.visual-block-wrapper-right:before {
  left: inherit;
  right: 0px;
}
.visual-block-wrapper.visual-block-wrapper-right .visual-block-content {
  text-align: right;
}
@media (max-width: 767px) {
  .visual-block-wrapper.visual-block-wrapper-right .visual-block-content {
    text-align: center;
  }
}
.visual-block-wrapper.visual-block-wrapper-right .visual-block-content h2:after {
  left: inherit;
  right: 0px;
}
.visual-block-wrapper:before {
  width: 50%;
  height: 100%;
  background: url("http://calcarius-web.itam.cas.cz/wp-content/themes/calcarius/images/bg-patter-grey.jpg");
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (max-width: 767px) {
  .visual-block-wrapper:before {
    width: 100%;
  }
}
.visual-block-wrapper .row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .visual-block-wrapper .row {
    display: block;
    text-align: center;
  }
}
.visual-block-wrapper p {
  line-height: 1.4;
  font-size: 24px;
  font-weight: fontLight;
}
.visual-block-wrapper img {
  border: 1px solid #c20e1a;
  -webkit-box-shadow: 15px 0px 15px rgba(0,0,0,0.2);
  -moz-box-shadow: 15px 0px 15px rgba(0,0,0,0.2);
  box-shadow: 15px 0px 15px rgba(0,0,0,0.2);
}
.visual-block-wrapper .visual-block-recipe-link {
  margin-top: 40px;
  margin-left: 160px;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .visual-block-wrapper .visual-block-recipe-link {
    margin-left: 0px;
  }
}
.visual-block-wrapper .visual-block-recipe-link strong {
  margin-bottom: 5px;
  color: #808080;
  font-size: 20px;
  display: block;
}
.visual-block-wrapper .visual-block-recipe-link a {
  text-decoration: underline;
}
.visual-block-wrapper .visual-block-recipe-link a:hover {
  text-decoration: none;
}
.burning-table {
  background: #fff;
}
@media (max-width: 460px) {
  .burning-table {
    display: block;
  }
}
@media (max-width: 460px) {
  .burning-table * {
    display: block;
  }
}
.burning-table tr {
  border-bottom: 1px solid #c20e1a;
}
.burning-table tr:last-child {
  border-bottom: 0px;
}
.burning-table th,
.burning-table td {
  padding: 10px 15px;
}
.burning-table th {
  text-align: right;
  vertical-align: top;
  border-right: 1px solid #c20e1a;
}
@media (max-width: 460px) {
  .burning-table th {
    padding-bottom: 0px;
    text-align: left;
    border-right: 0px;
  }
}
.burning-table .burning-table-gallery {
  margin: 15px -10px 0px;
  display: flex;
  flex-wrap: wrap;
}
.burning-table .burning-table-gallery .gallery-item {
  margin-bottom: 10px;
  padding: 0px 5px;
  width: 33.33%;
}
@media (max-width: 460px) {
  .burning-table .burning-table-gallery .gallery-item {
    width: 100%;
  }
}
.gallery-list {
  margin: 0px -10px;
  display: flex;
  flex-wrap: wrap;
}
.gallery-list .gallery-item {
  margin-bottom: 30px;
  padding: 0px 5px;
  width: 16.66%;
  text-align: center;
}
@media (max-width: 1199px) {
  .gallery-list .gallery-item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .gallery-list .gallery-item {
    width: 33.33%;
  }
}
@media (max-width: 500px) {
  .gallery-list .gallery-item {
    width: 50%;
  }
}
@media (max-width: 360px) {
  .gallery-list .gallery-item {
    width: 100%;
  }
}
.gallery-list .gallery-item img {
  margin-bottom: 10px;
}
.gallery-list .gallery-item span {
  padding: 0px 10px;
  display: block;
}
.gis-list {
  margin: 0px -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gis-list .gis-item {
  margin-bottom: 30px;
  padding: 0px 15px;
  width: 350px;
  max-width: 100%;
}
.gis-list .gis-item .gis-item-inner {
  padding: 15px 15px 70px;
  height: 100%;
  background: #d5cfc7;
  text-align: center;
  position: relative;
}
.gis-list .gis-item .gis-item-inner h2 {
  margin-bottom: 5px;
}
.gis-list .gis-item .gis-item-inner p {
  margin: 10px auto;
}
.gis-list .gis-item .gis-item-inner .button {
  width: 80%;
  position: absolute;
  bottom: 25px;
  left: 10%;
}
@media (max-width: 400px) {
  .gis-list .gis-item .gis-item-inner .button {
    padding: 0px 10px;
    width: 90%;
    left: 5%;
  }
}
.gis-list .gis-item .gis-item-image {
  position: relative;
}
.gis-list .gis-item .gis-item-image img {
  max-width: 220px;
}
.gis-list .gis-item .gis-item-image span {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #c20e1a;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gis-list .gis-item .gis-item-image span .icon {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.project-list .project-item {
  margin-bottom: 30px;
}
.project-list .project-item .project-item-inner {
  padding: 15px;
  background: #d5cfc7;
  text-align: center;
}
.project-list .project-item .project-item-inner h2 {
  margin-bottom: 5px;
}
.project-list .project-item .project-item-inner img {
  max-width: 220px;
}
.project-list .project-item .project-item-inner p {
  margin: 10px auto;
}
