/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */
*{
 	padding:0;
 	margin:0;
  -webkit-transition: .3s;
  transition: .3s;
 }

html {
  scroll-behavior: smooth;
 }

body{
  font-family: 'Montserrat', sans-serif;
  background-color: #252525;
  color: #fff;
}

.navbar-toggler svg {
  margin: -5px 0 0 0;
}
.compass-1,.compass-2 {
  fill: #fff;
}
.compass-2 {
  transform-origin: 52.5% 60%;
}
.compass-west {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.navbar .container {
  max-width: 100%;
}

.navbar-collapse.in,
.navbar-collapse.collapsing {
    clear: left;
}
.navbar-nav{
  background-color:transparent;
  }
.navbar .active  a{
  font-weight: 700;
  font-size: 120%;
  }

a.navbar-brand span{
  text-transform: capitalize;
  float: left;
  font-weight: 900;
}

.navbar a,
.navbar-toggler {
  color: #fff;
  outline: none !important;
}

.navbar-toggler-icon i {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3),
                2px 2px 3px rgba(0, 0, 0, 0.3);
}


.single_portfolio_text {
	display:inline-block;
	padding:0;
	position:relative;
	overflow:hidden;
}
.single_portfolio_text img {
	width:100%;
}

.single_portfolio_text:hover .portfolio_images_overlay {
	top:5%;
	left: 5%;
}

.single_portfolio_text a {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.single_portfolio_text a::after {
  content: " ";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
  right: 10%;
  left: 10%;
  top: 20%;

  }
.carousel-caption h1 {
  width: 70%;
  font-weight: 900;
  font-size: 12vw;
  line-height: 12vw;
  letter-spacing: -1px;
  word-spacing: -2px;
  text-align: right;
  margin-left: 0;
  position: absolute;
  right: 0;
  bottom: 100px;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5),
                4px 4px 6px rgba(0, 0, 0, 0.5);
}

@media (orientation:landscape){
  .carousel-caption {
    left: 15%;
    top: 30%;
    }

  .carousel-caption h1 {
    font-size: 10vw;
    line-height: 10vw;
    bottom: 30px;
  }
}


@media (min-width: 768px) and (orientation:portrait) {
  .carousel-caption h1 {
    font-size: 10vw;
    line-height: 10vw;
    letter-spacing: -2px;
    word-spacing: -2px;
    bottom: 100px;
  }
}
@media (min-width: 768px) and (orientation:landscape) {
  .carousel-caption h1 {
    font-size: 8vw;
    line-height: 8vw;
    bottom: 100px;

  }
}

.carousel-caption p {
  font-size: 28px;
  line-height: 32px;
  text-align: left;
  color: #111;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 150px;
  animation: fadein .95s ease-in-out;
  -webkit-animation: fadein .95s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  animation-delay: .1s;
}

@keyframes fadein {
  0% {opacity: 0;bottom:250px;}
  60% {opacity: 0;bottom:250px;}
  85% {opacity: 1;bottom:150px;}
  100%{opacity: 1;bottom:150px}
}
@media (min-width: 1200px) {
  .carousel-caption p {
    font-weight: 600;
  }
}
.sl1 {
  background-position: 75% 0;
}
.sl2 {
  background-position: 95% 0;
}
.sl3 {
  background-position: 80% 0;
}

.copyright {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 14px;
  bottom: 0;
  font-size: 8px;
}

.nav .open > a {
    background-color: transparent;
}

.nav .open > a:hover {
    background-color: transparent;
}

.nav .open > a:focus {
    background-color: transparent;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


#wrapper.toggled #sidebar-wrapper {
    width: 300px;
    }

/* #wrapper.toggled #page-content-wrapper {
    margin-right: -280px;
    position: absolute;
    } */

#sidebar-wrapper {
    background: rgba(200, 200, 200, 0.95);
    height: 100%;
    left: 280px;
    margin-left: -320px;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
  }

#page-content-wrapper {
    width: 100%;
}

.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    vertical-align: bottom;
}

.sidebar-nav li {
    display: inline-block;
    line-height: 20px;
    position: relative;
    width: 100%;
    background: #151515;

}

.sidebar-nav li:before {
    background-color: #1c1c1c;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: width 0.2s ease-in;
    -moz-transition: width 0.2s ease-in;
    -ms-transition: width 0.2s ease-in;
    -o-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 3px;
    z-index: -1;
}

.sidebar-nav li:before {
    background-color: rgba(255, 255, 255, 1);
}
.sidebar-nav > .sidebar-brand:before {
    display: none;
}
.sidebar-nav li:hover:before {
    -webkit-transition: width 0.2s ease-in;
    -moz-transition: width 0.2s ease-in;
    -ms-transition: width 0.2s ease-in;
    -o-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
}

.sidebar-nav li a {
  color: #fff;
  font-size: 20px;
  display: block;
  padding: 10px 15px 10px 40px;
  text-decoration: none;
  font-weight: 600;
}

.sidebar-nav li.open:hover before {
    -webkit-transition: width 0.2s ease-in;
    -moz-transition: width 0.2s ease-in;
    -ms-transition: width 0.2s ease-in;
    -o-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
}


.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    background-color: #fff;
    color: #151515;
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    font-size: 20px;
    height: 200px;
    line-height: 44px;
    background: url("../img/lisboa.svg");
    background-size: 50px auto;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}


.hamburger {
  position: fixed;
  background: transparent;
  border: none;
  display: block;
  width: 32px;
  height: 32px;
  top: 20px;
  left: 40px;
  z-index: 1000000;
  cursor: pointer;
}
.hamburger span {
  background: #fff;
}
    .hamburger:hover {
        outline: none;
    }

    .hamburger:focus {
        outline: none;
    }

    .hamburger:active {
        outline: none;
    }

    .hamburger.is-closed:before {
        -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);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        content: '';
        display: block;
        font-size: 14px;
        line-height: 32px;
        -ms-opacity: 0;
        opacity: 0;
        text-align: center;
        width: 100px;
    }

    .hamburger.is-closed:hover before {
        -webkit-transform: translate3d(-100px, 0, 0);
        -moz-transform: translate3d(-100px, 0, 0);
        -ms-transform: translate3d(-100px, 0, 0);
        -o-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        display: block;
        -ms-opacity: 1;
        opacity: 1;
    }

    .hamburger.is-closed:hover .hamb-top {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        top: 0;
    }

    .hamburger.is-closed:hover .hamb-bottom {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        bottom: 0;
    }

    .hamburger.is-closed .hamb-top {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        top: 5px;
    }

    .hamburger.is-closed .hamb-middle {
        margin-top: -2px;
        top: 50%;
    }

    .hamburger.is-closed .hamb-bottom {
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        bottom: 5px;
    }

    .hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
        height: 4px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .hamburger.is-open .hamb-top {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        margin-top: -2px;
        top: 50%;
    }

    .hamburger.is-open .hamb-middle {
        display: none;
    }

    .hamburger.is-open .hamb-bottom {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -moz-transition: -moz-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -ms-transition: -ms-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        -o-transition: -o-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
        margin-top: -2px;
        top: 50%;
    }

    .hamburger.is-open:before {
        -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);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        content: '';
        display: block;
        font-size: 14px;
        line-height: 32px;
        -ms-opacity: 0;
        opacity: 0;
        text-align: center;
        width: 100px;
    }

    .hamburger.is-open:hover before {
        -webkit-transform: translate3d(-100px, 0, 0);
        -moz-transform: translate3d(-100px, 0, 0);
        -ms-transform: translate3d(-100px, 0, 0);
        -o-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        display: block;
        -ms-opacity: 1;
        opacity: 1;
    }


.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    background-color: rgba(200, 200, 200, 0.5);
    z-index: 1;
}

.lisboalogo {
  display: block;
  background: url(../img/lisboa.svg);
  background-size: 100%;
  width: 200%;
  height: 200%;
  position: absolute;
  z-index: 1000000;
  top:0;
  left: -100%;
  background-repeat: no-repeat;
  opacity: 1;
  border: 10px solid orange;
}

@media (min-width: 768px) {
  .lisboa::before {
    background-size: 100%;
    width: 150%;
    height: 150%;
    left: -75%;
  }
}
.lisboa::after {
  display: block;
  content: " ";
  background: url(../img/logo.svg);
  width: 200px;
  height: 95px;
  position: fixed;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50% 0;
  top: 60px;
  left: 40px;
}


.baixa::before, .chiado::before, .alfama::before, .belem::before {
  content: " ";
  position: absolute;
  top:0;
  left: 0;
  background-image: url("../img/baixa0.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.baixa::before {
  background-image: url("../img/baixa0.jpg");
}
.chiado::before {
  background-image: url("../img/chiado0.jpg");
}
.alfama::before {
  background-image: url("../img/alfama0.jpg");
}
.belem::before {
  background-image: url("../img/belem0.jpg");
}
::-webkit-scrollbar {
  width: 20px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.025);
}

::-webkit-scrollbar-button {
  width: 1px;
  height: 1px;
}

.photoscroll {
  position: fixed;
  left: 50%;
  top: 115px;
  transform: translate(-50%, 0%);
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #252525;
  border-top: 10px solid #252525;
}
.photoscrolltitle {
  font-weight: 900;
  position: fixed;
  left: 50%;
  top: 10px;
  transform: translate(-50%, 0%);
  background: #252525;
  border-radius: 10px 10px 0 0;
  height: 55px;
  padding: 60px 25px;
}
.photoscroll div {
  margin: 10px 0;
}
.hor img {
  width: 100%;
  height: auto;
}
.ver img {
  width: 40%;
  height: auto;
  margin: 0 30%;
}

.btn {
  border: none;
  background: transparent;
  color: #fff;
  font-weight: 900;
  float: right;
  padding-top: 0;
  padding-bottom: 0;
}
.btn:active, .btn:focus, .btn:hover{outline: none;}


.current {
  color: #777 !important;
  pointer-events: none;
}
.lastimg {
  padding-bottom: 200px;
}
