html, body {
	height: 100%;
	font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
    font-family: 'Raleway', sans-serif;
}

#sidebar {
	margin:0 auto;
	width: 50%
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li {
	display: inline;
}

.nav-menu {
	height: 30px;
}
.container{
  width:1145px;
}

#nav-en, #nav-pt {
	display:none;
}

.vertical-top {
	vertical-align: top;
	height: 0;
  width:100%;
  text-align: center;  /* align the inline(-block) elements horizontally */
  /*font: 0/0 a;*/         /* remove the gap between inline(-block) elements */
}

.vertical-center {
  height:100%;
  width:100%;
  text-align: center;  /* align the inline(-block) elements horizontally */
  font: 0/0 a;         /* remove the gap between inline(-block) elements */
  font-family: 'Raleway', sans-serif;
}

.vertical:before {    /* create a full-height inline block pseudo=element */
  content: ' ';
  display: inline-block;
  vertical-align: middle;  /* vertical alignment of the inline element */
  height: 100%;
}

.vertical > .container {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;  /* vertical alignment of the inline element */
  /*font: 16px/1 "Helvetica Neue", Helvetica, Arial, sans-serif; */      /* <-- reset the font property */
}
.jumbotron {
	background-color: #fff;
	margin-bottom: 0px;
}

.jumbotron.vertical a {
	color: #000;
	font-size: 16px;
	line-height: 20px;
	margin: 2px
}

.jumbotron.vertical a:hover {
	color: #f8068b;
	text-decoration: none;
	
}

.jumbotron.vertical h1 a:hover {
	color: #f8068b;
}

.jumbotron.vertical-top .content
{
	padding-top: 55px;
	font-size: 14px;
	display: none
}
#about.justify-content-center {
	width: 100%;
	text-align: justify;
}

#works.justify-content-center {
	width: 100%;
	text-align: left;
}

#works.justify-content-center .container{
	width: 100%;
	padding-bottom: 100px;
}


#works.justify-content-center ul{
	list-style-type: none;
}
#works .container{
	display:none
}
#works p {
	font-size: 12px;
	text-align: justify;
}
#works .p-2.bd-highlight {
	/*width: 40%*/
}
#about .p-2.bd-highlight {
	/*width: 50%*/
	line-height: 25px;
}

#work_list {
	width: 40%;
	text-align: left;
	margin: 0 0 0 80px;
}

#work_list .col_list {
	margin: 0 0 3px 0;
}

.gallery-detail-work {
	margin-top: 70px;
	margin-right: 4px; 
	margin-bottom: 10px
}

@media only screen and (max-width: 600px) {
	#work_list {
		width: 100%;
	}	
	
	#work_list {

		text-align: left;
		margin: 0;
	}
	.gallery-detail-work {
		margin: 0;
	}
}

#work_list span.year{
	font-weight: 200;
	font-size: 14px;
	color: #999
	/*text-decoration: underline;*/
}
#work_list_detail span.year{
	font-weight: 200;
	font-size: 15px;
	color: #999
	/*text-decoration: underline;*/
}

#work_list_detail {
	padding-left: 0; 
	padding-right: 0;
	border-right: 1px solid #c1c0c0;;
	font-size: 12px;

}
#work_list_detail a{
	color: #8e8a8a;
}
#work_list_detail a:hover{
	color: #8e8a8a;
	    font-weight: 500;
}
#underline {
	max-width: 100%;
	border-bottom: 1px solid #c1c0c0;;
	font-weight: 500
}

.nav-item .active {
	font-weight: 500;
	color: #f8068b !important;
}

.container-menu h1, .container-menu h1 a {
	color: #262424 !important;
}

.container-menu h1.align_to_left {
	text-align: left;
    margin-left: 23px;
    font-size: 28px;
}

.container-menu h1.align_to_left a {
	font-size: 30px;
}

.container-menu h1.align_to_center a {
	font-size: 30px;
	text-align: center
}

.menu-work-details {
	margin:0 0 0 -20px;
	padding:0;
}
#menu-top  {
	position: relative; 
}
#menu-top h1 a{
	font-size: 40px
}
#menu-top .lang-nav-menu-right {
	position: absolute; 
	right: 50px;
	top: 5px;
}
.d-lg-flex .lang-nav-menu-right{
	margin: 0 28px;
}

#video-gallery {
	text-align: right;

}
#video-gallery.overflow{
	overflow: scroll;
    height: 225px;
}
.quote {
	white-space: pre-line;
}

/*
Pedro Barreiro
text-align: left;
    margin-left: 23px;
    font-size: 28px;*/

/*
.navbar, .collapse.navbar-collapse {
	display:block !important;
}
 */
 
 /* Image Gallery */
 
 .demo-gallery > ul {
                margin-bottom: 0;
 }
 .demo-gallery > ul > li {
     float: left;
     margin-bottom: 15px;
     margin-right: 0;
     width: 200px;
 }
 .demo-gallery > ul > li a {
     border: 3px solid #FFF;
     border-radius: 3px;
     display: block;
     overflow: hidden;
     position: relative;
     float: left;
 }
 .demo-gallery > ul > li a > img {
     -webkit-transition: -webkit-transform 0.15s ease 0s;
     -moz-transition: -moz-transform 0.15s ease 0s;
     -o-transition: -o-transform 0.15s ease 0s;
     transition: transform 0.15s ease 0s;
     -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
     height: 100%;
     width: 100%;
 }
 .demo-gallery > ul > li a:hover > img {
     -webkit-transform: scale3d(1.1, 1.1, 1.1);
     transform: scale3d(1.1, 1.1, 1.1);
 }
 .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
     opacity: 1;
 }
 .demo-gallery > ul > li a .demo-gallery-poster {
     background-color: rgba(0, 0, 0, 0.1);
     bottom: 0;
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     -webkit-transition: background-color 0.15s ease 0s;
     -o-transition: background-color 0.15s ease 0s;
     transition: background-color 0.15s ease 0s;
 }
 .demo-gallery > ul > li a .demo-gallery-poster > img {
     left: 50%;
     margin-left: -10px;
     margin-top: -10px;
     opacity: 0;
     position: absolute;
     top: 50%;
     -webkit-transition: opacity 0.3s ease 0s;
     -o-transition: opacity 0.3s ease 0s;
     transition: opacity 0.3s ease 0s;
 }
 .demo-gallery > ul > li a:hover .demo-gallery-poster {
     background-color: rgba(0, 0, 0, 0.5);
 }
 .demo-gallery .justified-gallery > a > img {
     -webkit-transition: -webkit-transform 0.15s ease 0s;
     -moz-transition: -moz-transform 0.15s ease 0s;
     -o-transition: -o-transform 0.15s ease 0s;
     transition: transform 0.15s ease 0s;
     -webkit-transform: scale3d(1, 1, 1);
     transform: scale3d(1, 1, 1);
     height: 100%;
     width: 100%;
 }
 .demo-gallery .justified-gallery > a:hover > img {
     -webkit-transform: scale3d(1.1, 1.1, 1.1);
     transform: scale3d(1.1, 1.1, 1.1);
 }
 .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
     opacity: 1;
 }
 .demo-gallery .justified-gallery > a .demo-gallery-poster {
     background-color: rgba(0, 0, 0, 0.1);
     bottom: 0;
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     -webkit-transition: background-color 0.15s ease 0s;
     -o-transition: background-color 0.15s ease 0s;
     transition: background-color 0.15s ease 0s;
 }
 .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
     left: 50%;
     margin-left: -10px;
     margin-top: -10px;
     opacity: 0;
     position: absolute;
     top: 50%;
     -webkit-transition: opacity 0.3s ease 0s;
     -o-transition: opacity 0.3s ease 0s;
     transition: opacity 0.3s ease 0s;
 }
 .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
     background-color: rgba(0, 0, 0, 0.5);
 }
 .demo-gallery .video .demo-gallery-poster img {
     height: 48px;
     margin-left: -24px;
     margin-top: -24px;
     opacity: 0.8;
     width: 48px;
 }
 .demo-gallery.dark > ul > li a {
     border: 3px solid #04070a;
 }
 .home .demo-gallery {
     padding-bottom: 80px;
 }