.orange,
.orange:hover,
.orange i,
.orange:visited,
.orange:focus {
  color: #F8CD04; }

.text-center {
  text-align: center; }

.big_title {
  font-size: 3rem;
  line-height: 1.2; }

.big_text {
  font-size: 1.375rem;
  line-height: 1.2; }

.small_title {
  font-size: 1.125rem; }

.big_padding {
  padding: 9vh 0; }

.padding_top_0 {
  padding-top: 0; }

.padding_bottom_0 {
  padding-bottom: 0; }

@media (min-width: 1600px) {
  html {
    font-size: 18px; }
  .container {
    max-width: 1300px; } }

@media (min-width: 1900px) {
  html {
    font-size: 20px; } }

@media (max-width: 992px) {
  html {
    font-size: 14px; }
  .mobile_center {
    text-align: center; }
  .big_title {
    font-size: 3rem;
    line-height: 1.2; } }

/* MENU */
.navbar {
  display: block; }

/* ========== HEADER ========== */
.header_style {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%; }

.header_style.fixed {
  /* background-color: rgba(0, 0, 0, 0.4) */ }

.gc-logo {
  display: inline-block;
  height: 70px;
  box-sizing: content-box;
  padding-top: 15px; }

@media (max-width: 992px) {
  .gc-logo {
    width: 60vw; }
  .navbar-toggle {
    display: none; } }

.logo-footer {
  width: 15rem;
  display: inline-block; }
  .logo-footer img {
    width: 100%; }

.contact-info {
  margin: 0 auto; }
  .contact-info .row {
    margin: 0; }
  .contact-info .col-10 {
    padding-left: 0; }

.footer {
  background-color: #1B1C4D; }

.footer-main {
  padding: 3rem 0; }

.footer-sub {
  background-color: #000230;
  padding: 1rem 0;
  text-align: center;
  font-size: 0.875rem; }

@media (max-width: 992px) {
  .contact-info {
    width: 80%;
    margin-top: 2rem; } }

/* ========== BANNER ========== */
.inter_3_bg,
.dark.inter_3_bg {
  height: 90vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url(../images/bg/bg-black.jpg) fixed #444 center;
  background-size: 100% auto;
  background-position: center 0; }

.banner {
  padding-top: 25vh; }

.icon-major {
  display: block;
  /* text-align: center; */ }

.icon-major img {
  display: inline-block;
  width: 150px;
  height: auto;
  /* fill: #20225D; */ }

@media (max-width: 992px) {
  .inter_3_bg,
  .dark.inter_3_bg {
    background-size: auto 100%;
    background-position: 100% 0;
    background-repeat: no-repeat;
    height: 85vh; }
  .banner {
    padding-top: 15vh; }
    .banner.container {
      padding-left: 2rem;
      padding-right: 2rem; } }

/* ==============================
   Portfolio
   ============================== */
/*
 * Works filter
 */
.works-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 45px 0;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.4em;
  color: #555;
  cursor: default; }

.works-filter a {
  display: inline-block;
  margin: 0 27px;
  color: #999;
  text-decoration: none;
  -webkit-transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  cursor: pointer; }

.works-filter a:hover {
  color: #111;
  text-decoration: none; }

.works-filter a.active {
  color: #111;
  cursor: default; }

.works-filter a.active:hover {
  color: #111; }

/*
* Works grid 
*/
.works-grid {
  list-style: none;
  margin: 0;
  padding: 0; }

.work-item {
  width: 25%;
  float: left;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.work-grid-2 .work-item {
  width: 50%; }

.work-grid-3 .work-item {
  width: 33.333%; }

.container .work-grid-3 .work-item {
  width: 33.2%; }

.work-grid-5 .work-item {
  width: 20%; }

.works-grid.work-grid-gut {
  margin: 0 0 0 -10px; }

.works-grid.work-grid-gut .work-item {
  padding: 0 0 10px 10px; }

.work-item > a {
  display: block;
  padding: 0 0 84px 0;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none; }

.work-item a,
.work-item a:hover {
  color: #111;
  border: none; }

.work-img {
  position: relative;
  overflow: hidden; }

.work-img img {
  width: 100%;
  display: block;
  overflow: hidden; }

.work-intro {
  width: 100%;
  height: 84px;
  padding: 20px 20px 0 20px;
  -webkit-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
  letter-spacing: 0.2em; }

.work-title {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2; }

.work-descr {
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
  line-height: 1.2; }

.works-grid.hide-titles .work-item > a {
  overflow: hidden;
  padding: 0; }

.works-grid.hide-titles .work-item .work-intro {
  opacity: 0;
  bottom: -94px; }

.works-grid.hide-titles .work-item:hover .work-intro {
  opacity: 1; }

/* Work item hover state */
.work-intro {
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1); }

.work-item:hover .work-intro {
  /*bottom: auto;*/
  /*top: 50%;*/
  color: #fff;
  -webkit-transform: translateY(-99px);
  -moz-transform: translateY(-99px);
  transform: translateY(-99px);
  z-index: 3; }

.work-item:hover .work-title {
  color: #ccc; }

.work-item:hover .work-descr {
  color: #999; }

.work-item .work-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(250, 250, 250, 0);
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1); }

.work-item:hover .work-img:after {
  background: rgba(20, 20, 20, 0.85); }

.works-grid.hover-color .work-item:hover .work-intro,
.works-grid.hover-color .work-item:hover .work-title,
.works-grid.hover-color .work-item:hover .work-descr {
  color: #fff; }

.works-grid.hover-color .work-item:hover .work-img:after {
  background: #e41919;
  opacity: .73; }

.works-grid.hover-white .work-item:hover .work-intro,
.works-grid.hover-white .work-item:hover .work-title,
.works-grid.hover-white .work-item:hover .work-descr {
  color: #000; }

.works-grid.hover-white .work-item:hover .work-img:after {
  background: rgba(250, 250, 250, 0.9); }

.work-item .work-img > img {
  -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); }

.work-item:hover .work-img > img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

/* PORTFOLIO */
.work-img:before {
  content: '';
  width: 100%;
  padding-top: 50%;
  display: block; }

.work-item .work-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.works-filter {
  font-size: 0.875rem; }

.work-title {
  font-size: 0.875rem; }

.work-descr {
  font-size: 0.75rem; }

@media (max-width: 992px) {
  .works-filter a {
    display: block;
    margin-bottom: 1rem; }
  .work-grid-3 .work-item {
    width: 100%; } }

/* MODAL */
.modal-backdrop {
  background-color: transparent; }

.modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  max-width: none; }

.modal-content {
  border: none;
  border-radius: 0;
  height: 100%;
  background-color: transparent; }

.modal-body {
  padding: 0;
  display: flex;
  background-color: #444444; }

.close {
  font-family: 'Arial', sans-serif !important;
  position: absolute;
  top: 20px;
  right: 20px; }

.screenshots-container,
.details-container {
  height: 100vh;
  overflow: hidden; }

.screenshots-container {
  flex: 0 0 71vw; }

.details-container {
  flex: 0 0 29vw;
  background-color: #fff;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.25);
  padding: 2rem 2rem 10rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  left: 29vw;
  transition: all .3s ease-out;
  z-index: 1; }

.info-box .title {
  letter-spacing: 4px;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: 2rem; }

.tbl-details {
  width: 100%;
  text-transform: uppercase;
  line-height: 200%;
  color: #444444;
  font-size: 0.75rem; }
  .tbl-details th {
    font-weight: 700;
    width: 90px; }
  .tbl-details td {
    font-weight: 300; }
    .tbl-details td a {
      color: #444444;
      text-decoration: underline; }

.modal.show .details-container {
  left: 0; }

/* SWIPER */
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

.swiper-slide {
  display: flex;
  align-items: center; }
  .swiper-slide img {
    width: 100%;
    height: auto; }

.gallery-top {
  width: 100%; }
  .gallery-top .img-container {
    position: relative;
    width: 100%; }

.thumb-container {
  padding: 0 4rem;
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all .2s; }

.modal.show-completed .thumb-container {
  opacity: 1; }

.gallery-thumbs {
  box-sizing: border-box;
  padding: 0;
  height: auto; }
  .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.6;
    border: 0.3rem solid transparent;
    transition: all .3s; }
    .gallery-thumbs .swiper-slide:hover {
      cursor: pointer;
      opacity: 1; }
  .gallery-thumbs .img-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden; }
  .gallery-thumbs img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100% !important;
    width: auto;
    max-width: none !important; }
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #F8CD04; }

.controls > div {
  background-color: #F8CD04;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 2px;
  margin-top: -0.75rem; }
  .controls > div:focus {
    outline: none; }
  .controls > div:after {
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 1; }

.controls .swiper-button-prev {
  left: 2rem; }

.controls .swiper-button-next {
  right: 2rem; }

@media (max-width: 992px) {
  .modal-body {
    flex-direction: column-reverse;
    height: 100%;
    justify-content: flex-end; }
  .screenshots-container {
    flex-basis: 40%; }
  .details-container {
    flex-basis: 60%;
    height: auto;
    left: 0;
    padding-bottom: 8rem;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.25); }
  .thumb-container {
    bottom: 2rem; } }
