@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&display=swap");
body {
  background-color: #efefef;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1680px) {
  .container {
    width: 1450px;
  }
}
* {
  color: #333;
  font-size: 14px;
  line-height: 1.4em;
  font-family: "Montserrat", sans-serif;
}

.small {
  font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #333;
  line-height: 1.3em;
}
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  font: inherit;
  color: inherit;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

p {
  font-size: 14px;
  font-weight: 500;
  line-height: 35px;
}

.btn-danger {
  background-color: #C00000;
}

.section-title {
  font-weight: 700;
  font-size: 30px;
  display: block;
  position: relative;
  padding-bottom: 15px;
  letter-spacing: -1px;
}

.section {
  position: relative !important;
  display: block;
  background: transparent;
  padding: 100px 0;
}

.p-cstm {
  padding: 0 2px 2px 0;
}

.img-thu-pano {
  position: relative;
  display: inline-block;
  background-color: #222;
  overflow: hidden;
  margin: 10px auto 10px auto;
  box-shadow: 2.5px 4.33px 21px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.img-thu-pano img {
  max-width: 100%;
  max-height: 230px;
  display: block;
}
.img-thu-pano .mask-shadow {
  position: absolute;
  padding: 20px 30px;
  z-index: 3;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.img-thu-pano .mask-shadow .link-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #333;
  font-size: 14px;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -25px;
  text-align: center;
}
.img-thu-pano .mask-shadow .title {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
}
.img-thu-pano:hover {
  border-radius: 8px;
  transform: scale(1.1);
  z-index: 10;
  box-shadow: 2.5px 4.33px 111px 0px black;
}
.img-thu-pano:hover .mask-shadow {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
.img-thu-pano:hover .mask-shadow .title {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  animation-name: portfolioEnterTitle;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
}
.img-thu-pano:hover .mask-shadow .link-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  animation-name: portfolioEnterLink;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.img-thu {
  position: relative;
  display: block;
  width: auto;
  height: 315px;
  border-radius: 1px;
  overflow: hidden;
  background-color: #0060a8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 2.5px 4.33px 111px 0px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.img-thu .mask-shadow {
  position: absolute;
  padding: 20px 30px;
  z-index: 3;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.img-thu .mask-shadow .link-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #333;
  font-size: 14px;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -25px;
  text-align: center;
}
.img-thu .mask-shadow .title {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
}
.img-thu:hover {
  border-radius: 8px;
  transform: scale(1.1);
  z-index: 10;
  box-shadow: 2.5px 4.33px 111px 0px black;
}
.img-thu:hover .mask-shadow {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
.img-thu:hover .mask-shadow .title {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  animation-name: portfolioEnterTitle;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
}
.img-thu:hover .mask-shadow .link-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  animation-name: portfolioEnterLink;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

.box-album {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.box-album .thu-img {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  height: 234px;
  background-color: #0060a8;
}
.box-album .thu-img .album-thu {
  float: left;
  position: relative;
  width: 50%;
  height: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.box-album .thu-img .album-thu.top-left {
  top: 0px;
  left: 0px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.box-album .thu-img .album-thu.top-right {
  top: 0px;
  right: 0px;
  border-bottom: 1px solid #ccc;
}
.box-album .thu-img .album-thu.bottom-left {
  bottom: 0px;
  left: 0px;
  border-right: 1px solid #ccc;
}
.box-album .thu-img .album-thu.bottom-right {
  bottom: 0px;
  right: 0px;
}
.box-album .thu-img .mask-shadow {
  position: absolute;
  padding: 20px 30px;
  z-index: 3;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.box-album .thu-img .mask-shadow .link-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  font-size: 14px;
  border-radius: 50%;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  text-align: center;
}
.box-album .title {
  display: block;
  color: #333;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  padding: 0 10px;
  margin: 0;
  text-transform: capitalize;
}
.box-album .title-sub {
  display: block;
  color: #333;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 400;
  margin: 0;
  padding: 0 10px;
}
.box-album:hover .thu-img .mask-shadow {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
.box-album:hover .thu-img .mask-shadow .link-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  animation-name: passioneEnterLink;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

@keyframes portfolioEnterTitle {
  from {
    transform: translate(-150%, 0px);
  }
  to {
    transform: translate(0, 0px);
  }
}
@keyframes portfolioEnterLink {
  from {
    transform: translate(0, -100px);
  }
  66% {
    transform: translate(0, -100px);
  }
  to {
    transform: translate(0, 0px);
  }
}
header .navbar-cstm {
  padding: 30px 50px;
  background: #fff !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
header .navbar-cstm .navbar-toggler {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
header .navbar-cstm .navbar-toggler i {
  font-size: 22px;
}
header .navbar-cstm .navbar-brand {
  width: 232px;
  height: 60px;
  margin-top: -10px;
  margin-bottom: -10px;
  background-image: url("../img/logo.png");
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}
header .navbar-cstm .navbar-nav li .nav-link {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

footer {
  display: block;
  float: left;
  width: 100%;
  padding: 50px 50px !important;
  background-color: #000;
}
footer .link-social-f {
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
footer .link-social-f i {
  font-size: 18px;
  color: #fff;
}
footer .link-social-f:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

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