/* line 1, ../../../../scss/sass/_global.scss */
body,
html {
  width: 100%;
  margin: 0;
  font-family: var(--font-family);
  color: #616060;
  font-size: 17px;
  /* height: 100%; */
}

/* line 11, ../../../../scss/sass/_global.scss */


/* line 16, ../../../../scss/sass/_global.scss */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
  padding: 35px 0;
	transition: all 0.5s;
}

/* line 31, ../../../../scss/sass/_global.scss */

/* line 35, ../../../../scss/sass/_global.scss */
header .logo .logo-acc img {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
	transform: scale(1);
}

/* line 62, ../../../../scss/sass/_global.scss */
header #main-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
}

/* line 67, ../../../../scss/sass/_global.scss */

/* line 79, ../../../../scss/sass/_global.scss */
header #main-menu li.active,
header #main-menu li:hover {
  color: var(--blue);
}

/* line 83, ../../../../scss/sass/_global.scss */
header #main-menu li::after {
  font-weight: 200;
  font-size: 6px;
  content: '/';
  display: inline-block;
  position: absolute;
  right: -3px;
  top: 50%;
  margin-top: -4px;
}

/* line 95, ../../../../scss/sass/_global.scss */
header #main-menu li:last-child::after {
  display: none;
}

/* line 127, ../../../../scss/sass/_global.scss */
#pages-container {
  width: 100%;
  /*height: 100%;*/
  overflow: hidden;
}

/* line 8, ../../../../scss/sass/_pages.scss */
/*#homepage .text-container {
  position: relative;
}*/

/* line 29, ../../../../scss/sass/_pages.scss */


#homepage .text-container {
  width: 100%;
  height: 100vh;
  min-height: 700px;
}
#homepage .text-container .container,
#homepage .text-container .container .row {
  height: 100%;
}

#homepage img.picture {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

/* line 37, ../../../../scss/sass/_pages.scss */
#portfolio {
  position: relative;
}

/* line 40, ../../../../scss/sass/_pages.scss */
#portfolio .portfolio-item {
  margin: 0px;
  padding: 0px;
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0px 12%;
  box-sizing: border-box;
}

#portfolio .portfolio-item .image {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* #portfolio .portfolio-item .image img {
  border-radius: 11px;
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

*/
/*#services {
  position: relative;
}
#services .service {
  position: absolute;
  top: 70%;
  left: 70%;
  width: 30%;
  height: 30%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  z-index: 11;
}
#services .service .text-container {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#services .service img {
  width: 100%;
  max-height: 100%;
}
#services .service.active {
  width: 80%;
  height: 85vh;
  left: 0px;
  top: 0px;
  max-height: none;
  cursor: default;
  z-index: 10;
}
#services .service.active .text-container {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#services .service .text-container {
  width: auto;
}
#services .service .text-container h2 {
  font-weight: normal;
  font-size: 64px;
  color: #FFF;
}
#services .service .text-container h2 span {
  color: #FFF;
}
#services .service .text-container p {
  color: #FFF;
  margin-left: 30%;
  max-width: 500px;
  font-weight: 200;
}
#services .services-menu {
  position: absolute;
  right: 0px;
  width: 20%;
  bottom: 32%;
  margin: 0px;
  padding: 0px;
  list-style: none;
  padding: 20px;
  box-sizing: border-box;
  z-index: 12;
}
#services .services-menu li {
  font-size: 22px;
  font-weight: 300;
  color: #000;
  margin: 10px 0px;
  cursor: pointer;
}
#services .services-menu li span {
  position: relative;
  text-transform: uppercase;
}
#services .services-menu li span:after {
  content: '';
  width: 0%;
  height: 5px;
  background: #306090;
  position: absolute;
  bottom: -8px;
  left: 0px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#services .services-menu li:hover span:after {
  width: 100%;
}
#services .services-menu li.active span:after {
  width: 100%;
}*/

/* line 229, ../../../../scss/sass/_pages.scss */
#contacts .text-container h2 span {
  color: var(--blue);
}

/* line 234, ../../../../scss/sass/_pages.scss */

/* line 244, ../../../../scss/sass/_pages.scss */

/* line 249, ../../../../scss/sass/_pages.scss */

/* line 258, ../../../../scss/sass/_pages.scss */
#contacts .text-container .info .business a.mail:after {
  content: '';
  width: 40%;
  height: 5px;
  background: var(--blue);
  position: absolute;
  bottom: -8px;
  left: 0px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 270, ../../../../scss/sass/_pages.scss */
#contacts .text-container .info .business a.mail:hover:after {
  width: 100%;
}

/* line 277, ../../../../scss/sass/_pages.scss */

/* line 4, ../../../../scss/sass/_project.scss */
#project #project-top {
  position: relative;
}

/* line 7, ../../../../scss/sass/_project.scss */
#project #project-top .cover {
  width: 100%;
  display: block;
}

/* line 12, ../../../../scss/sass/_project.scss */
#project #project-top .back-arrow {
  position: absolute;
  color: #d1d1d1;
  top: 20%;
  left: 10%;
  text-decoration: none;
}

/* line 19, ../../../../scss/sass/_project.scss */
#project #project-top .back-arrow:after {
  content: '';
  width: 45px;
  height: 14px;
  background: url("../images/single-arrow-left.png") center center no-repeat;
  position: absolute;
  top: 20px;
  left: -21px;
}

/* line 90, ../../../../scss/sass/_project.scss */
#project #project-info {
  display: -webkit-flex;
  display: flex;
}

/* line 93, ../../../../scss/sass/_project.scss */
#project #project-info .info-left {
  padding: 40px 80px;
  width: 30%;
  color: #FFF;
  font-weight: 300;
  font-size: 19px;
}

/* line 101, ../../../../scss/sass/_project.scss */
#project #project-info .info-right {
  width: 70%;
  padding: 40px 80px;
  font-weight: 300;
  font-size: 19px;
}

/*************
  Donald CSS
****************/

#portfolio .portfolio-item-donald {
  margin: 0px;
  padding: 0px;
  display: block;
  width: 90%;
  height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0px 12%;
  box-sizing: border-box;
}

/* line 52, ../../../../scss/sass/_pages.scss */
/* #portfolio .portfolio-item .is_active .image */
#portfolio .is_active .image {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#portfolio .portfolio-item-donald .image {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}