/*general*/

ul.list-style-none {
    padding-left: 0;
}
ul.list-style-none li {
    list-style: none;
}

/*layout*/

.well.pdf-download {
    text-align: center;
}

.row.project-logos > div, .row.project-title > div {
    text-align: center;
}

.row.project-title span {
    text-align: center;
    display: block;
    margin-bottom: 6px;
    color: #0076b3;
}

.row.project-title .ptitle {
    text-align: center;
    font-size: 1.4em;
}

body.desktop .project-title,
body.large .project-title {
    /*border-bottom:;: 1px solid #6f98c9;*/
}

body.desktop .project-sidebar,
body.large .project-sidebar {
    border-right: 1px solid #6f98c9;
}

/*block*/

.project-sidebar .block {
    text-align: left;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.5);
    /*border: 1px solid #6f98c9;*/
}

.project-sidebar .block .title {
    font-size: 1.1em;
    text-shadow: 1px 1px rgba(100,100,100,.5);
    color: #0076b3; /*#5d2839*/
    margin-bottom: 10px;
}

.project-sidebar .block .content {
    margin-left: 8px;
    /*text-shadow: 1px 1px rgba(50, 8, 21,.3);*/
}

/*main*/
.project-main {
    text-align: justify;
}

body.desktop .project-main, body.large .project-main {
    padding-top: 20px;
    padding-left: 30px; /* only on large devices, or it breaks the responsiveness */
}

.images-row {
    margin: 10px auto;
    text-align: center;
}

.images-row img {
    margin: auto 10px;
    max-height: 400px;
}


.image-row.2-images img {
    max-width: 100%;
}

body.desktop .images-row.two-images img,
body.large .images-row.two-images img {
    max-width: 50%;
}

/* youtube videos and responsive iframes */
.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
