/* FONT CALL
font-family: "bennet-banner", sans-serif;
font-weight: 400;
font-style: normal;
Bennet Banner Italic
font-family: "bennet-banner", sans-serif;
font-weight: 400;
font-style: italic;
Bennet Banner Bold
font-family: "bennet-banner", sans-serif;
font-weight: 700;
font-style: normal;
Bennet Banner Bold Italic
font-family: "bennet-banner", sans-serif;
font-weight: 700;
font-style: italic;
Bennet Banner Black
font-family: "bennet-banner", sans-serif;
font-weight: 900;
font-style: normal;
Bennet Banner Black Italic
font-family: "bennet-banner", sans-serif;
font-weight: 900;
font-style: italic;

*/




/* === general === */


body, html {
	font-size: 100%;
	padding: 0;
	margin: 0;
	/* cursor: url(../css/cursor.png), auto; */
	font-family: "soleil", "degular", sans-serif;
	color: #3f3f3f;
	scroll-behavior: smooth;
	quotes: "\201C" "\201D" "\2018" "\2019";
	min-height: 800px;
}

a {
	color: #2a2a2a;
	text-decoration: none;
	quotes: "\201C" "\201D" "\2018" "\2019";
	transition: all 0.2s;
}

a.hover{
	text-decoration: none;
}

*{
	text-decoration: none;
}

a.link {
    cursor: pointer;
}


/* a:hover {
	 cursor: url(../css/cursor_hover.png), auto;
 }*/


/* reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div {
	-webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
}

.container-fluid {
	margin: 0;
	padding: 0;
	background-size: 100% 100%;
}

img{
	display: block;
	width: 100%;
	height: auto;
}

section{
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

.separation-little{
	background-color: transparent;
	width: 100%;
	height: 3vh;
}

.separation-big{
   background-color: transparent;
   width: 100%;
   height: 10vh;
}

hr{
	border-top: 1px solid #000;
}

strong {
	font-weight: 700;
}
.callto {
	content: "";
	display: block;
	position: relative;
	z-index: 1;
	left: 50%;
	bottom: 0;
	border-left: 4px solid;
	border-width: 0 0 0 2px;
	border-color: #fff;
	height: 80px;
	animation: pulse 2s infinite;
	position: relative;
	bottom: 80px;
	-webkit-appearance: button;
	    -moz-appearance: button;
	    appearance: button;
}

@media (min-width: 576px) {

.d-sm-inline-block {
    display: inline-block !important;
}
}
/*.callto {
	font-size: 1em;
	font-weight: 900;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	position: relative;
	bottom: 80px;
}
.callto::after {
    content: "";
    display: block;
    position: relative;
    z-index: 1;
    left: 50%;
    bottom: 0;
    border: 4px solid;
    border-width: 0 0 0 2px;
    border-color: #fff;
    height: 80px;
	animation: pulse 2s infinite;
}*/

/* === scrollbar === */


/*body::-webkit-scrollbar-thumb {
	cursor: pointer;
  }

::-webkit-scrollbar-track
{
	background-color: #EDEDED;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #EDEDED;
}

::-webkit-scrollbar-thumb
{
	background-color: #000000;
}*/


/* === topmenu autohide === */

.autohide{
	position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
}
.scrolled-down{
	transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
	transform:translateY(0); transition: all 0.3s ease-in-out;
}
.solid {
		background: rgba(255, 255, 255, 1)!important;
}

/* === topmenu collapse === */

.navbar-collapse.show {
	height: 100vh;
	text-align: center;
	font-size: 2em;
	padding-top: 10vh;

}

/* === topmenu background === */

.navbar-light {
	background: #fff;
}

.navbar-collapse.show #extra-menu {
	margin-top: 40px;
}
/* === header === */

header{
	height: 100vh;
	position: relative;
}

/* === container === */

.container{
	background: url("") no-repeat center center fixed;
    background-size: cover;
    height: 100%;
	overflow: hidden;
}

/* === background image === */

.bg_img{
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	display: flex;
	position: absolute;
	background-image: url("");
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

/* === logo === */


.flex-container {
	display: flex;
	height: auto;
	margin-top: -35px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	padding: 5%;
}

.flex-container > div {
	background-color: #fff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* === general variations === */

.border-row {
 border-top: #afafaf 1px solid;
 border-bottom: #afafaf 1px solid;
}
.border-row-top {
	border-top: #afafaf 1px solid;
   }
.border-row-bottom {
	border-top: #afafaf 1px solid;
   }
.border-title {
	border-bottom: #FD4B4B 1px solid;
   }

.btn-round {
	padding: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.4;
	width: 200px;
	height: 200px;
    border-radius: 100px;
	display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* === works page === */

.works-back {
	width: 100vw;
	height: 100vh;
	position: fixed;
	overflow: hidden;
	background-image: url("");
	background-position: center;
  	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	opacity: 0;
 }

.works-back.bg-over {
	opacity: 1;
	transition: 0.5s all ease-in-out;
}

.works-title-pos {
	position:relative;
	width: 100%;
	top: 40%;
}
/* .area-vl {
	height: 30vh;
	width: 100%;
	left: 0;
	position: absolute;
}

.vl {
	border-left: 2px solid #fff;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -1px;
}*/

.works-list {
	height: auto;
	margin-top: -20px;
	background-color: #FD4B4B;
}

.one-work {
	 width: 100%;
	 height: 50vh;
	 opacity: 1;
	 padding-top: 1em;
	 padding-bottom: 1em;
	 background-position: center center;
	 background-size: cover;
}

@media screen and (min-width: 600px) {

	.one-work {
		 width: auto;
		 height: auto;
		 background-color: transparent;
		 background: none!important;
		 opacity: 0.3;
		 padding-top: 1em;
		 padding-bottom: 1em;
		 margin-bottom: 5em;
	}

	.one-work:hover{
		width: auto;
		height: auto;
		background-color: transparent;
		opacity: 1;
	}

}


 /* === single project === */

.project-img{
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	display: flex;
	position: absolute;
	background-image: url("");
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	z-index: 0;
}


.fadein{
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.prev {
    width: 18px;
    height: 36px;
    position: relative;
    float: left;
    margin-top: 6px;
    margin-right: 30px;
    margin-left: 40px;
}

 .prev-text {
  position: relative;
  float: left;
}

.next {
  width: 18px;
  height: 36px;
  position: relative;
  float: right;
  margin-top: 6px;
  margin-left: 50px;
  margin-right: 35px;
}

.next-text {
position: relative;
float: right;
text-align: right;
}

.uppercase{
text-transform: uppercase;
}

/* === about page === */

.about-back{
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-color:#FD4B4B;
	position: absolute;
}

.post-screen{
	margin-top: 100vh;
}

/* === contacts page === */

.contacts-back{
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-color: #FD4B4B;
	position: absolute;
}

/* === form === */
input:focus {
	border:none;
	outline:none;
}
input[type=text], input[type=email], input[type=submit] {
	/* padding: 30px 0px 10px 20px; */
	margin: 0;
	display: inline-block;
	/*background-color: #f0f0f0;*/
	background-color: #fff;
	box-sizing: border-box;
	text-shadow:none;
	border: none;
	border-bottom: 1px black solid;
	box-shadow: none;
	color: #FD4B4B;
	font-size: 16px;
	font-weight: 100;
}

 input[type=email] {
 	width: 70%;
}

input[type=submit] {
	color: #2a2a2a;
	border: none;
	padding: 0px;
	width: 20%;
	margin-top: 0px;
	text-align:left;
	font-size: 16px;
}

@media screen and (min-width: 440px) {
	 input[type=email] {
	 	width: 70%;
	}
	input[type=submit] {
		color: #2a2a2a;
		border: none;
		width: 28%;
		float: right;
		top: 6px;
		position: relative;
		margin-top: 0;
	}
}
input[type=submit]:hover {
	color: #FD4B4B;
	border: none;
}
input::-webkit-input-placeholder { /* Edge */
  color: #d3d3d3;
}

input::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d3d3d3;
}

input::placeholder {
  color: #d3d3d3;
}

/* === backstage === */
.backstage-image{
	 padding: 1em;
}

.gallery-wrapper {
	overflow: hidden;
}
/* .element-item {
	padding: 1rem;
} */
.grid-item {
	padding: 1rem;
}

.airbag-fixed,
.airbag,
.airbag-bottom,
.airbag-bottom-fixed {
	padding-bottom: 12vh;
}

.airbag-fixed,
.airbag,
.airbag-top {
	padding-top: 16vh;
}
.medium-airbag {
	padding-top: 8vh;
	padding-bottom: 8vh;
}
.tiny-airbag,
.tiny-airbag-top{
	padding-top: 6vh;
}
.tiny-airbag,
.tiny-airbag-bottom {
	padding-bottom: 6vh;
}
.micro-airbag{
	padding-top: .8em;
	padding-bottom: .8em;
}
@media (max-width: 575px) {
.airbag-fixed {
	padding-top: 9vh;
	padding-bottom: 5vh;
}
.airbag,
.airbag-bottom,
.airbag-bottom-fixed {
	padding-bottom: 5vh;
}

.airbag,
.airbag-top {
	padding-top: 7vh;
}

.tiny-airbag,
.tiny-airbag-top{
	padding-top: 3vh;
}
.tiny-airbag,
.tiny-airbag-bottom {
	padding-bottom: 3vh;
}
}

* { box-sizing: border-box; }

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-sizer,
.grid-item {
  width: 33.333%;
}

@media (max-width: 575px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
  }
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}


.clickable{
	background-color: white;
	-webkit-transition: background-color .5s ease-out;
	 -moz-transition: background-color .5s ease-out;
	 -o-transition: background-color .5s ease-out;
	 transition: background-color .5s ease-out;
}

.clickable:hover{
	background-color: #F0EFEF;
}

.non-clickable{
	opacity: .4;
}

hr {
	border: none;
	height: 1px;
	color: #808080;
	background-color: #808080;
	margin:0;
}

.post-header{
	width: 100%;
	height: auto;
	margin-top: 10vh;
/*	position: absolute;*/
}

/* ======= ISOTOPE WORK ========= */
  
.grid {
	width:100%;
  }
  
  .btn-filter,
  .btn-filter:focus,
  .btn-filter:active {
	  background:none;
	  border:0;
	  font-size:16px;
	  font-family: "deregular", sans-serif;
	  	  font-weight:100;
	  -webkit-tap-highlight-color: transparent;
	  -webkit-touch-callout: none;
	  -webkit-user-select: none;
	  -khtml-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  outline: none !important;
}
  .btn-filter.is-checked {
	  border-bottom:1px solid;
  }

/*	======= ABOUT ========= */

.partner-img {
	border-bottom: 1px solid #808080;
}

/*	======= LINE ========= */
.c-scrolldown {
  width: 1px;
  height: 60px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}


/*.c-scrolldown {
  width: 50px;
  height: 60px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
.c-scrolldown .c-line {
  width: 1px;
  height: 100%;
  display: block;
  margin: 0 auto;
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  -webkit-appearance: button;
      -moz-appearance: button;
      appearance: button;

}*/
@keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 60px;
  }
}
/*	======= INDEX IMG LINK ========= */
.imglink {
		position: absolute;
		right: 20px;
		bottom: 20px;
		font-size: .7em;
		padding: 3px 6px;
		background-color: rgba(60, 60, 60, .5);
		color: rgba(240, 240, 240, .5);
}
.imglink:hover {
	color: #FD4B4B;
	background-color: rgba(255, 255, 255, .85);
}

.carousel-loghi img {
	opacity: 0.77;
}
/* ======== FOOTER ======== */
footer {
	width: 100%;
	border-top: 1px solid #afafaf;
}

/* ======== MODAL ======== */
.modal {
	z-index: 3010;
	 background: #FD4B4B;

}
.modal-backdrop {
  background-color: transparent;
}
.md-close {
	position: absolute;
	right: 10px;
	top: 15px;
	width: 32px;
	height: 32px;
	opacity: 0.6;
}
.md-close:hover {
	opacity: 1;
	cursor: pointer;
}
.md-close:before, .md-close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 4px;
	background-color: #fff;
}
.md-close:before {
	transform: rotate(45deg);
}
.md-close:after {
	transform: rotate(-45deg);
}

.modal-content {
    background: none;
    background-clip: padding-box;
    border: none!important;
    border-radius: 0!important;
    outline: 0;
}

@media (min-width: 576px) {
		.modal-dialog {
		    max-width: 70vw;
		    margin: 1.75rem auto;
		}
}


/* ============== INDEX =================*/
.indexfolio-img {
	height:350px;
	overflow: hidden;
}
.indexfolio-inner-img {
	/* width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-image: url("");
	transition: all .5s; */
	overflow: hidden;

}
.indexfolio-inner-img:hover > img {
	transform: scale(1.15);
	transition: all .5s ease-in-out;
}
@media (min-width: 768px) {
	.indexfolio-img {
		height:300px;
	}
}
@media (min-width: 1200px) {
	.indexfolio-img {
		height:330px;
	}
}

/* ============== CLIENTS =================*/
.zetalogos {
	max-width: 240px;
	padding: 0;
}
.zetalogos img {
	/* max-width: 300px; */
	padding: 0;
	opacity: 0.77;
}


/* ============== CLIENTS SLIDER HOMEPAGE =================*/


  /* Slider */
  
  .slick-slide {
	  margin: 0px 20px;
  }
  
  .slick-slide img {
	  width: 100%;
  }
  
  .slick-slider {
	  position: relative;
	  display: block;
	  box-sizing: border-box;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
			  user-select: none;
	  -webkit-touch-callout: none;
	  -khtml-user-select: none;
	  -ms-touch-action: pan-y;
		  touch-action: pan-y;
	  -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list {
	  position: relative;
	  display: block;
	  overflow: hidden;
	  margin: 0;
	  padding: 0;
  }
  .slick-list:focus {
	  outline: none;
  }
  .slick-list.dragging  {
	  cursor: pointer;
	  cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
	  -webkit-transform: translate3d(0, 0, 0);
		 -moz-transform: translate3d(0, 0, 0);
		  -ms-transform: translate3d(0, 0, 0);
		   -o-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
  }
  
  .slick-track {
	  position: relative;
	  top: 0;
	  left: 0;
	  display: block;
  }
  .slick-track:before,
  .slick-track:after {
	  display: table;
	  content: '';
  }
  .slick-track:after {
	  clear: both;
  }
  .slick-loading .slick-track{
	  visibility: hidden;
  }
  
  .slick-slide {
	  display: none;
	  float: left;
	  height: 100%;
	  min-height: 1px;
  }
  [dir='rtl'] .slick-slide {
	  float: right;
  }
  .slick-slide img {
	  display: block;
  }
  .slick-slide.slick-loading img {
	  display: none;
  }
  .slick-slide.dragging img {
	  pointer-events: none;
  }
  .slick-initialized .slick-slide {
	  display: block;
  }
  .slick-loading .slick-slide {
	  visibility: hidden;
  }
  .slick-vertical .slick-slide {
	  display: block;
	  height: auto;
	  border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
	  display: none;
  }

/* ============== VIDEO BACKGROUND PROJECT =================*/

  .video-background-holder {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }

  .video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.3;
    z-index: 1;
  }

  .video-background-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

  .video-background-content {
    position: relative;
    z-index: 2;
}

.themilaneser-img {
	background-image: url('/assets/works/themilaneser/tm_cover_mobile.jpg');
	background-position: center bottom;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	display: flex;
	position: absolute;
  	background-repeat: no-repeat;
  	background-size: cover;
  	z-index: 0;

}

@media (min-width: 575px) {
	.themilaneser-img {
		background-image: url('/assets/works/themilaneser/tm_cover.jpg');
	}
  }


  /* ============== BOOTSTRAP OVERRIDE =================*/
.navbar-toggler,
.navbar-toggler:hover,
.navbar-toggler:focus {
	color: rgba(0, 0, 0, 0.5);
    /* border-color: rgba(0, 0, 0, 0.1); */
	padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

button:focus {
    outline: 0;
}

.collapsing {
	transition: all 0.3s ease-in-out;
}
.navbar-collapse {
	transition: all 0.3s ease-in-out;
}
.navbar-collapse.show {
}
.w-30 {
    width: 32% !important;
}