/* Defaults */

body {
    font-family: 'Cabin', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.025rem;
    margin-top: 15px;
    margin-bottom: 15px;
}

#top, #bottom, #left, #right {
	background: #f6f6f6;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 15px;
		}
		#left { left: 0; }
		#right { right: 0; }

	#top, #bottom {
		left: 0; right: 0;
		height: 15px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }

		.sticky-top {
            border-bottom: 1px solid #f6f6f6;
		top: 15px;
		}

.modal-backdrop.show {
    opacity: .75;
}

#searchModal .modal-content {
    background: transparent;
    border: 0;
    padding: 0;
    border-radius: 0;
}

.search-input {
    font-size: 3rem;
    color: white;
    background: transparent;
    width: 100%;
    border: 0;
}

#searchModal p {
    margin: 0;
    color: white;
    opacity: 0.5;
}

.close {
    float: right;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
    color: #444;
    text-shadow: none;
    opacity: 1;
    height: 2.5rem;
    width: 2.5rem;
    padding: 0 !important;
}

.fa.fa-search {
    line-height: 1.5;
}

a {
    color: rgb(69,90,100);
}

a:hover {
    color: #111111;
}

/* Header */

.dc-logo {
    font-size: 2.5rem;
    text-align: center;
    display: block;
    color: #111;
    letter-spacing: 0.25rem;
}

.navbar-nav .current, .navbar-nav .currentnav {
    background-color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #111;
}

.currentnav .nav-link {
    font-weight: 900;
}

/* Featured */

.featured-title {
    font-size: 2rem;
    color: #111;
    line-height: 2rem;
    display: block;
}

.featured-date {
    color: rgb(69,90,100);
    display: block;
    font-size: 1.25rem;
    line-height: 1.25rem;
}

.imageLegend a:hover {
	text-decoration: none;
}

.read-more {
    border: 1px solid #63757D;
    display: inline-block;
    padding: 0.5rem;
    color: #63757D;
    font-size: 0.75rem;
    text-transform: uppercase;
    border-radius: 6px;
    opacity: 0.5;
}

.read-more:hover {
    border: 1px solid #63757D;
    background-color: #63757D;
    display: inline-block;
    padding: 0.5rem;
    color: #FFFFFF;
    font-size: 0.75rem;
    text-transform: uppercase;
    border-radius: 6px;
    opacity: 1;
    text-decoration: none !important;
}

.ease, .ease:hover, .ease *, .ease:hover * {
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home-intro {
    font-size: 1.1rem;
}


.news i {
    font-size: 37px;
    color: #63757D;
    vertical-align: top;
        opacity: 0.5;
}

.news a:hover i {
    color: #333333;
    opacity: 1;
}

.news .read-more {
    margin-top: 3px;
    background: #63757D;
    color: white;
    opacity: 0.5;
    padding: 0 10px;
    line-height: 30px;
    vertical-align: top;
    height: 31px;
    border-radius: 6px;
}

.news .read-more:hover {
	background: #333333;
	border-color: #333333;
	opacity: 1;
}

.arrowText {
    text-align: center;
}

/* Legacy */

#scroll-box {
    overflow: hidden;
}

.pages.home {
	position: relative;
}

.pages.home:after {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
    display: block;
    position: absolute;
    top: -100px;
    right: 0;
    left: 0;
    height: 100px;
    content: none;
}

.home .imageLegend {
    width: calc(100% - 40px) !important;
}

.home .imageMain:hover {
    padding: 20px;
    background: #F6F6F6;
}

.home .imageMain:hover .imageLegend {
    width: 100% !important;
}


/* Projects */

.thumbnail > div {
    position: relative;
    background-size: cover;
}

.thumbnail .project-meta {
    position: absolute;
    bottom: 20px;
    color: white;
    right: 60px;
    left: 20px;
    opacity: 0;
}

.thumbnail img {
    opacity: 0;
}

.thumbnail:hover img {
    opacity: 0.5;
}

.thumbnail:hover .project-meta {
    right: 20px;
    opacity: 1;
}
.thumbnail.tool-tip {
    display: block;
}

.thumbnail:hover {
    background: #F6F6F6;
    padding: 20px;
}

.project-title {
    font-size: 1.25rem;
}

.project-meta strong {
    opacity: 0.75;
}

.fa.fa-sort-alpha-asc, .fa.fa-sort-numeric-asc, .fa.fa-th-large {
    background: #63757D;
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: 1.25rem;
}

.deactivated .fa, .deactivated a:hover .fa {
    opacity: 0.5;
}

a:hover .fa.fa-sort-alpha-asc, a:hover .fa.fa-sort-numeric-asc, a:hover .fa.fa-th-large {
    background: #111111;
}

.sorting {
    position: relative;
    margin-top: 25px;
}

.az, .grid, .chronological {
    display: inline-block;
    margin-right: 5px;
}
.fa span {
    font-family: 'cabin';
}

/* List */

.list-title {
    font-size: 1.5rem;
}

.list-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}

.list-block {
    display: block;
    background: #f6f6f6;
    position: relative;
}

.list-block:hover {
    background: #63757D;
}

.list-inner {
    background: white;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
}

.filters a, .filters a.deactivated:hover {
    background: rgb(69,90,100);
    color: white;
    display: block;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.filters a:hover {
    background: #111;
    text-decoration: none;
}

.filters a.deactivated {
    opacity: 0.5;
}

/* Single Item */

.text .date {
    margin-bottom: 15px;
    display: block;
}

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

.imageThumbs .col-md-4 a {
    background: #F6F6F6;
    display: block;
}

.imageThumbs .col-md-4 a:hover {
    padding: 20px;
}

.imageMain img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

.modal-title span {
    display: block;
    font-size: 75%;
}

.modal-title {
    font-size: 1rem;
}

#pdf-link {
    color: white;
    background: rgb(69,90,100);
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 25px;
}

#pdf-link:hover {
    background: #333;
    text-decoration: none;
}

.project-meta {
    border: 20px solid #f6f6f6;
    padding: 20px;
    margin-top: 30px !important;
}

input[type="submit"] {
    background: rgb(69,90,100);
    color: #fff;
    border: 1px solid rgb(69,90,100);
    padding: 5px 10px;
    border-radius: 0 4px 4px 0;
}

input[type="submit"]:hover {
    background: #333;
    border: 1px solid #333;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

input {
    color: rgb(69,90,100);
    border: 1px solid rgb(69,90,100);
    padding: 5px 10px;
    border-radius: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#email {
    border-radius: 4px 0 0 4px;
    margin-right: -5px;

}

.mobile-header {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}


/* Media Queries */
@media all  and (min-width: 990px) {
    .dc-logo {
        display: block;
    }
    .navbar-brand {
        display: none;
    }
    .mobile-header {
        display: none;
    }
    .desktop-header {
        display: block;
    }

.sorting {
    position: absolute;
    bottom: 0;
    margin-top: 0;
}
}
/*@media all  and (max-width: 770px) {
    .imageMain.item {
        display: none;
    }
}*/
@media all and (min-width: 0px) and (max-width: 990px) {
    .dc-logo {
        display: none;
    }
    .navbar-brand {
        display: inline-block;
    }
    .sorting {
        position: relative;
        margin-top: 10px;
    }
    .thumbnail .project-meta {
        right: 20px;
        opacity: 1;
        border-width: 5px;
        border-color: rgba(255,255,255,0.5);
    }
    .mobile-header {
        display: block;
    }
    .desktop-header {
        display: none;
    }
}

@media all  and (min-width: 0px) and (max-width: 480px) {
    .list-block .img-mask {
        display: none;
    }
    .list-inner {

    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    position: relative;
    padding: 20px;
    background: #f6f6f6;

}
.list-meta {
    background: #ffffff;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;

}
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,1);
}

@media all and (display-mode: fullscreen) {
    body .fslightbox-source {
        object-fit: contain;
        height: 100% !important;
        width: 100% !important;
    }

 .fslightbox-source-outer > div {
        height: 100% !important;
        width: 100% !important;


    }
}

.project-meta h2 {
margin-top: 20px;
}