/* TOMORROW STUDIO STYLES */

/* GENERIC */
html {
	scroll-behavior: smooth;
}
body {
	background-color: #000;
	color: #fff;
	font-family: 'Montserrat',sans-serif;
}
a {
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	color: #fff;
}
a:hover {color: rgba(255,255,255,0.7);}
a, a:hover, a:active, a:visited, a:focus {text-decoration: none;}
a, a:active, a:visited, a:focus {color: #fff;}

.bg-white a {
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	color: #000;
}
.bg-white a:hover {color: rgba(0,0,0,0.7);}
.bg-white a, .bg-white a:active, .bg-white a:visited, .bg-white a:focus {color: #000;}

h1, h2, h3, h4, h5, .size1, .size2, .size3, .size4, .size5 {
	font-weight: 700;
}
h1.thin, h2.thin, h3.thin, h4.thin, h5.thin, .size1.thin, .size2.thin, .size3.thin, .size4.thin, .size5.thin {
	font-weight: 100;
}
p {
	font-weight: 400;
}
h1 {
	font-size: 30px;
	margin: 0 0 10px 0;
}

h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
}
h3 {
    font-size: 25px;
    margin: 0 0 20px 0;
}
h4 {
    font-size: 20px;
    margin: 0 0 15px 0;
}
h5 {
    font-size: 16px;
    margin: 0 0 10px 0;
}
p {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 20px 0;
}
p.small {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 20px 0;
}
.size1 {
	font-size: 30px;
	margin: 0 0 10px 0;
}

.size2 {
    font-size: 30px;
    margin: 0 0 20px 0;
}
.size3 {
    font-size: 25px;
    margin: 0 0 20px 0;
}
.size4 {
    font-size: 20px;
    margin: 0 0 15px 0;
}
.size5 {
    font-size: 16px;
    margin: 0 0 10px 0;
}
@media (min-width: 576px) {
	h1 {font-size: 40px;}
	h2 {font-size: 45px;}
	h3 {font-size: 28px;}
	h4 {font-size: 20px;}
	h5 {font-size: 16px;}
	.size1 {font-size: 40px;}
	.size2 {font-size: 45px;}
	.size3 {font-size: 28px;}
	.size4 {font-size: 20px;}
	.size5 {font-size: 16px;}
}
@media (min-width: 768px) {
	h1 {font-size: 50px;}
	h2 {font-size: 45px;}
	h3 {font-size: 32px;}
	h4 {font-size: 22px;}
	h5 {font-size: 17px;}
	.size1 {font-size: 50px;}
	.size2 {font-size: 45px;}
	.size3 {font-size: 32px;}
	.size4 {font-size: 22px;}
	.size5 {font-size: 17px;}
}
@media (min-width: 992px) {
	h1 {font-size: 60px;}
	h2 {font-size: 55px;}
	h3 {font-size: 35px;}
	h4 {font-size: 25px;}
	h5 {font-size: 20px;}
	.size1 {font-size: 60px;}
	.size2 {font-size: 55px;}
	.size3 {font-size: 35px;}
	.size4 {font-size: 25px;}
	.size5 {font-size: 20px;}
	p {font-size: 16px;line-height: 24px;}
	p.small {font-size: 14px;line-height: 22px;}
}
.pt-0 {padding-top: 0!important}
.pt-10 {padding-top: 10px!important}
.pt-20 {padding-top: 20px!important}
.pt-30 {padding-top: 30px!important}
.pt-40 {padding-top: 40px!important}
.pt-50 {padding-top: 50px!important}
.pt-60 {padding-top: 60px!important}
.pt-70 {padding-top: 70px!important}
.pt-80 {padding-top: 80px!important}
.pt-90 {padding-top: 90px!important}
.pt-100 {padding-top: 100px!important}
.pt-125 {padding-top: 125px!important}
.pt-150 {padding-top: 150px!important}
.pt-175 {padding-top: 175px!important}
.pt-200 {padding-top: 200px!important}
.pt-225 {padding-top: 225px!important}
.pt-250 {padding-top: 250px!important}
.pb-0 {padding-bottom: 0!important}
.pb-10 {padding-bottom: 10px!important}
.pb-20 {padding-bottom: 20px!important}
.pb-30 {padding-bottom: 30px!important}
.pb-40 {padding-bottom: 40px!important}
.pb-50 {padding-bottom: 50px!important}
.pb-60 {padding-bottom: 60px!important}
.pb-70 {padding-bottom: 70px!important}
.pb-80 {padding-bottom: 80px!important}
.pb-90 {padding-bottom: 90px!important}
.pb-100 {padding-bottom: 100px!important}
.pb-125 {padding-bottom: 125px!important}
.pb-150 {padding-bottom: 150px!important}
.pb-175 {padding-bottom: 175px!important}
.pb-200 {padding-bottom: 200px!important}
.pb-225 {padding-bottom: 225px!important}
.pb-250 {padding-bottom: 250px!important}

.mt-0 {margin-top: 0!important}
.mt-10 {margin-top: 10px!important}
.mt-20 {margin-top: 20px!important}
.mt-30 {margin-top: 30px!important}
.mt-40 {margin-top: 40px!important}
.mt-50 {margin-top: 50px!important}
.mt-60 {margin-top: 60px!important}
.mt-70 {margin-top: 70px!important}
.mt-80 {margin-top: 80px!important}
.mt-90 {margin-top: 90px!important}
.mt-100 {margin-top: 100px!important}
.mt-125 {margin-top: 125px!important}
.mt-150 {margin-top: 150px!important}
.mt-175 {margin-top: 175px!important}
.mt-200 {margin-top: 200px!important}
.mt-225 {margin-top: 225px!important}
.mt-250 {margin-top: 250px!important}
.mb-0 {margin-bottom: 0!important}
.mb-10 {margin-bottom: 10px!important}
.mb-20 {margin-bottom: 20px!important}
.mb-30 {margin-bottom: 30px!important}
.mb-40 {margin-bottom: 40px!important}
.mb-50 {margin-bottom: 50px!important}
.mb-60 {margin-bottom: 60px!important}
.mb-70 {margin-bottom: 70px!important}
.mb-80 {margin-bottom: 80px!important}
.mb-90 {margin-bottom: 90px!important}
.mb-100 {margin-bottom: 100px!important}
.mb-125 {margin-bottom: 125px!important}
.mb-150 {margin-bottom: 150px!important}
.mb-175 {margin-bottom: 175px!important}
.mb-200 {margin-bottom: 200px!important}
.mb-225 {margin-bottom: 225px!important}
.mb-250 {margin-bottom: 250px!important}

.back {
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s
}

.back:hover {
	opacity: 0.7;
}

.text-black {
	color: #000;
}
.titleline {
	height:8px;
	width: 60px;
	background-color: #ccc;
	margin: 15px auto;
}
.titleline.left {
	height:8px;
	width: 60px;
	background-color: #ccc;
	margin: 15px 0;
}
.titleline {
	height:8px;
	width: 60px;
	background-color: #ccc;
	margin: 15px auto;
}
@media (max-width: 767px) {
.titleline {
	height: 6px;
	width: 40px;
}
}

/* NAVIGATION */
.underline, .select-underline {
  position: relative;
}
.underline::before {
  content: '';
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.select-underline::before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
	right: auto;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.nav-buffer {
	padding-top: 110px;
	margin-top: -110px;
}
@media (hover: hover) and (pointer: fine) {
.underline:hover::before {
	left: 0;
	right: auto;
	width: 100%;
}
}

/* NAVIGATION STICKY TOP */
.navbar {
  transition: all 0.5s ease-in-out;
	height: 90px;
}
.navbar-gradient {
	content: '';
	position: fixed;
	left: 0;
	top:0;
	width:100%;
	height: 90px;
	z-index: 50;
	display: inline-block;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.75)), color-stop(100%,rgba(0, 0, 0, 0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%,rgba(0, 0, 0, 0) 100%); /* W3C */
}
#navbar-black {
	background-color: #000;
	border-bottom: thin solid #232323;
	height: 90px;
}
a.nav-link:hover {
	color: #fff;
}
.nav-link {
	font-size: 15px;
	text-transform: uppercase;
}
.navbar-brand {
	padding-top: 15px;
	padding-bottom: 15px;
}
#logo-home {
	opacity: 0;
}
@media (min-width: 768px){
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
	margin-left: 30px;
}
}

/* NAVIGATION FULL SCREEN */
.fullnav {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.fullnav.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index:99;
}
.fullnav.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.fullnav.open li:nth-of-type(2) {
  -webkit-animation-delay: .25s;
          animation-delay: .25s;
}
.fullnav.open li:nth-of-type(3) {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}
.fullnav.open li:nth-of-type(4) {
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.fullnav.open li:nth-of-type(5) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.fullnav.open li:nth-of-type(6) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.fullnav.open li:nth-of-type(7) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.fullnav nav {
	position: relative;
  height: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
	line-height: 25px;
  font-weight: 400;
	text-transform: uppercase;
  text-align: center;
}
.fullnav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.fullnav ul li {
  display: block;
  height: 14.25%;
  height: calc(100% / 7);
  min-height: 40px;
  position: relative;
  opacity: 0;
}
.fullnav ul li a {
  display: inline;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
	padding-bottom: 10px;
}
@-webkit-keyframes fadeInRight {
0% {
	opacity: 0;
	left: 20%;
}
100% {
	opacity: 1;
	left: 0;
}
}
@keyframes fadeInRight {
0% {
	opacity: 0;
	left: 20%;
  }
100% {
	opacity: 1;
	left: 0;
}
}

.fullnavBtn {
  position: relative;
  top: 5%;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.fullnavBtn:hover {
  opacity: .7;
}
.fullnavBtn.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.fullnavBtn.active .middle {
  opacity: 0;
  background: #fff;
}
.fullnavBtn.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}
.fullnavBtn span {
  background: #fff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.fullnavBtn span:nth-of-type(2) {
  top: 11px;
}
.fullnavBtn span:nth-of-type(3) {
  top: 22px;
}

/* HEADER ANIMATED TITLE */
header {
	position: relative;
}
header .background {
	color: #fff;
	background-color: #000;
}
header .background .container {
	height: 100vh;
  min-height: 25rem;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
.cover-bg {
	background-size: cover;
	background-position: top center;
}
@keyframes showTopText {
  0% { transform: translate3d(0, 100%, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
.animated-title {
  height: 300px;
  left: 50%;
  position: absolute;
  top: 20px;
  transform: translate(-50%, -55%);
  width: 100%;
}
.animated-title > div {
  height: 50%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.animated-title > div div {
  position: absolute;
	width:100%;
}
.animated-title > div div h1 {
  display: block;
}
.animated-title > div.text-top div {
  animation: showTopText 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  bottom: 0;
  transform: translate(0, 100%);
}
.background-gradient {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0) 100%);
}
.hero.titleline {
	z-index: 100;
  animation-duration: 0.5s;
  animation-name: lineGrow;
	animation-fill-mode: forwards;
}
@-webkit-keyframes lineGrow {
  from {width: 0px;}
	to {width: 60px;}
}
@-moz-keyframes lineGrow {
  from {width: 0px;}
	to {width: 60px;}
}
@-ms-keyframes lineGrow {
  from {width: 0px;}
	to {width: 60px;}
}
@keyframes lineGrow {
  from {width: 0px;}
	to {width: 60px;}
}

/* HOME CAROUSEL */
#carousel-home .carousel-item {
	height: 100vh;
	min-height: 400px;
	position: relative;
	background-position: top center;
	background-size: cover;
}
#carousel-home .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 110px;
	transform: translate(-50%, -50%);
	z-index: 50;
}
#carousel-home .carousel-item img {
	height: 100%;
	object-fit: cover;
	object-position: top;
}

@media (max-width: 767px) {
#carousel-home .carousel-item {
    height: 70vh;
}
#carousel-home .carousel-item {
    min-height: 400px;
}
}

/* PROJECTS - IMAGES */
.imagehover {
	position: relative;
	width: 100%;
	margin: auto;
	overflow: hidden;
	border: solid 3px #000;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
.imagehover .imagehover-overlay {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 1.5s ease-in-out 0s;
	-moz-transition: all 1.5s ease-in-out 0s;
	transition: all 1.5s ease-in-out 0s
}
.imagehover:hover .imagehover-overlay {
	opacity: 1;
}
.imagehover-image {
	width: 100%;
	-webkit-transition: transform 1.5s ease-in-out 0s;
	-moz-transition: transform 1.5s ease-in-out 0s;
  transition: transform 1.5s ease-in-out 0s;
}
.imagehover:hover .imagehover-image {
	transform: scale(1.06);
}
.imagehover-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.75s ease-in-out 0s;
	-moz-transition: all 0.75s ease-in-out 0s;
	transition: all 0.75s ease-in-out 0s
}
.imagehover-details.visible {
	opacity: 1;
}
.imagehover-icon {
	color: #fff;
	font-size: 20px;
}
.imagehover:hover .imagehover-details {
	top: 50%;
	left: 50%;
	opacity: 1
}
.imagehover .imagehover-gradient {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0) 100%);
}
.imagehover a:hover {
	color: #fff;
}

/* PROJECTS - MODAL */
.modal.image .modal-header {
	padding: 1rem 1rem;
	border-bottom: none;
}
.modal.image .modal-footer {
	padding: 1rem 1rem;
	border-top: none;
}
.modal.image .modal-content {
	background-color: rgba(255,255,255,0);
	border: none;
	border-radius: 0;
}
.modal.image .modal-body {
	padding: 0;
}
.modal.image .modal-header .close {
	padding: 0;
	margin: -1rem -1rem 0 auto;
}
.modal.image .modal-footer .modal-next {
	padding: 0;
	margin: 0 -1rem -1rem auto;
}
.modal.image .modal-footer .modal-previous {
	padding: 0;
	margin: 0 auto -1rem -1rem;
}
.modal.image .close, .modal.image .modal-next, .modal.image .modal-previous  {
	opacity: 1;
}
.modal.image .modal-next:hover, .modal.image .modal-previous:hover  {
	opacity: 0.7;
}
.modal-backdrop
{
	opacity:1 !important;
}
button.modal-next, button.modal-previous {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}


/* PROJECTS - TESTIMONIALS */
#testimonial .carousel-content {
	padding: 25px 0px 50px 0px;
}
#testimonial {
	text-align: center;
	padding: 40px 0px;
	color: #fff;
}
#testimonial p {
	font-size: 20px;
	text-align: center;
}
#testimonial .quote-left {
}
#testimonial .quote-right {
	position: absolute;
	right: 0;
	bottom: -10px;
}
#testimonial h5 {
	text-align: center;
}

@media (max-width: 767px) {
#testimonial p {
	font-size: 16px;
}
}

/* TEAM */
#team .cond {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 575px) {
#team .img-fluid {
	max-width: 50%;
}
}

/* NEWS */

#news-list .headline {
	font-weight: 700;
	text-transform: uppercase;
}
#news-list .date {
	color: #666;
}
#home #news-list .date {
	color: #999;
}

/* FOOTER */
.footer {
	border-top: solid 1px #232323;
	background: #000;
	color: #999;
	padding-top: 34px;
	padding-bottom: 36px;
	font-size: 14px;
}
.footer a, .footer a:active, .footer a:visited, .footer a:focus {
    color: #999;
}
.footer a:hover {
	color: #fff;
	text-decoration: none;
}

@media (max-width: 767px) {
footer .text-right {
	text-align: left!important;
}
}



