/* minho film commission css by publisitio 01903*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,400i,700i');
/* custom scrollbar */
* {
  scrollbar-color: #000 transparent;
  scrollbar-width: thin;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-button{
  height: 250px;
}
::-webkit-scrollbar-track {
  border-radius: 3px;
  background-image: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0) 40%,
    rgba(0,0,0,.5) 40%,
    rgba(0,0,0,.5) 55%,
    rgba(255,255,255,0) 55%,
    rgba(255,255,255,0) 100%);
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #000;
  transition: background .8s ease;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: red; 
}
.invert{
  filter: invert(1);
}
/* custom scrollbar end */
body{
	color: #000;
}
a {
  text-decoration: none !important;
}

/* colors */
/* colors end */
.myNavBar{
	position: absolute;
	width: 100%;
	top: 25px;
	z-index: 1;
  font-size: 1.1em !important;
}
/*
.dropdown:hover>.dropdown-menu {
  display: block;
}
*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: .5rem;
}
.header{
	font-family: 'Cormorant Garamond', serif;
}
    .header h1{
      font-size: 6.5vw;
      line-height: .9;
    }
    .header h1:first-child{
      font-size: 2.5rem;
      color: #ccc;
    }
    .header h1:first-child:before{
      content: '# ';
    }
    @media screen and (max-width: 801px){
      .header h1{
        font-size: 15vw;
      }
    }

.display-2{
	line-height: 1;
	font-size: 4.5rem;
}
.footer{
	background: #fff;
	padding: 50px 0;
	color: #aaa;
}
.footer .social a img{
  height: 50px;
  width: auto;
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  opacity: .2;
}
.footer .social a img:hover{
  opacity: 1;
}

ul.parceiros li {
  display: inline-block;
    /*float: left;*/
    padding: 0 25px 20px 0;
}
.credits{
	color: #aaa;
	font-size: .8rem;
}
[href^="https://publisitio.eu"]{
  color: #636262;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
[href^="https://publisitio.eu"]:hover {
  color: #333;
  text-decoration: none;
}
/* scroll to top */
.scrollToTop {
  width: 4em;
  height: 4em;
  padding: 0px;
  text-align: center;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  position: fixed;
  top: 0px;
  right: 10px;
  display: none;
  bottom: 0px;
  margin: auto 0;
  z-index: 999;
}
.Totop {
  display: inline-block;
  width: 4em;
  height: 4em;
  border: 0.15em solid rgba(0,0,0,.5);
  border-radius: 50%;
  margin-right: 0.75em;
  z-index: 99999;
}
.Totop:after {
  content: '';
  display: inline-block;
  margin-top: 1.5em;
  width: 1.4em;
  height: 1.4em;
  border-top: 0.15em solid rgba(0,0,0,.5);
  border-right: 0.15em solid rgba(0,0,0,.5);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.Totop{
  display: inline-block;
  border-radius: 50%;
}
.Totop:hover{
  border: 0.15em solid #000;
}
.Totop:hover:after {
  border-top: 0.15em solid #000;
  border-right: 0.15em solid #000;
}

/* general use */
.gallery img{
  border-radius: .5rem;
}
hr{
  border-top: 1px solid #8c8b8b;
}
.location{
  font-family: 'Cormorant Garamond', serif;
}
.btn {
  margin: 10px 0 20px;
  display: inline-block;
}
.otherlocation h1,
.otherincentives h1,
.otherplaces h1{
  font-family: 'Cormorant Garamond', serif;
}
.otherlocation a.btn,
.otherplaces a.btn{
  margin-bottom: 0px;
}
.otherlocation a.btn:visited,
.otherplaces a.btn:visited{ 
  color:#ccc;
  border-color: #ccc;
}
.otherlocation a.btn:hover,
.otherplaces a.btn:hover{
  color: #fff;
}

/* news */
.eventYear{
  color: #ccc;
}
.eventDate{
  color: #ffc107 !important;
}
/* news end */
/* general */

/*******************/
/* bootstrap reset */
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.9);
}
.dropdown-menu{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: inherit !important;
	color: #fff;
	text-align: left;
	list-style: none;
	background-color: rgba(255,255,255,.8) /*transparent*/ !important;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
  border-width: 0px 1px;
	border-radius: .50rem;
}
.carousel-control-prev,
.carousel-control-next{
  z-index: 0 !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
	fill: rgb(255,255,255);
	/*filter: invert(.8);*/
}
/*
.carousel-inner{
  max-width: 100%;
  max-height:600px !important;
}
*/
.carousel-inner img{
  height: 100vh;
  width: 100%;
}

.carousel-caption {
  top: 50%;  
  bottom: auto;
  -webkit-transform: translate(0, -50%); 
  -ms-transform: translate(0, -50%); 
  transform: translate(0, -50%);
  color: #fff;
  z-index: 0 !important;
}
.carousel-caption h1{
	padding-bottom: 25px;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}
.card {
  background-color: #000;
  border: 0px solid rgba(0,0,0,.125);
}
.card-title{
	font-family: 'Cormorant Garamond', serif;
}
.card-footer {
  background-color: transparent /* rgba(0,0,0,.03)*/ ;
  border-top: 0px solid rgba(0,0,0,.125);
}
.card{
  border-radius: 0;
  overflow: hidden;
}
.card img{
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.card:hover img{
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transform: scale(1.2);
}
.card:hover .test,
.card:hover .test a{
  color: white !important;
}
.card:hover .btn-outline-warning{
  background-color: #ffc107;
  border-color: #ffc107;
  color: white !important;
}
.card-nav{
  font-family: 'Cormorant Garamond', serif;
  position: absolute;
  top: 50%;  
  left: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%); 
  -ms-transform: translate(-50%, -50%); 
  transform: translate(-50%, -50%);
  color: #fff;
}
.card-img-top {
  min-height: 100%;
  }
/* bootstrap reset end */

/* \\\\\\\\\\\\\\\\\\\ */
/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 991.98px) {
	.navbar-home{
		background: #000;
	}
  .navbar-nav, .dropdown-item{
    text-align: center;
  }
	.navbar-toggler {
    padding: .75rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    margin: auto;
  }
	
	.display-2 {
    font-size: 2.0rem;
	}
	.myNavBar{
		position: relative;
		width: 100%;
		top: 0;
		z-index: 9999;
	}
	.card-group > .card {
    margin-bottom: 0px;
	}

}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  /* important for small devices */
  .carousel-inner img{
      height: auto;
      width: 100%;
    }
  /* important for small devices end */

  .navbar-brand{
    display: block;
    width: 100%;
    text-align: center;
  }
}


