.content {
	/*margin-top: 165px;*/
}

#topslidesGallery img {
	height: 70vh;
	width:100vw;
	object-fit: contain;
}

.lSAction a {
	border-bottom-color: transparent !important;
}

.works {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}

.works div.work {
	margin: 0 10px 10px 10px;
	max-width:300px;
	min-width: 150px;
	width:25%;
	
}

.works div.small {
	margin: 0 5px 10px 5px;
	width:120px;
	min-width: unset;
	font-size:0.75em;
}

.works div img {
	width:100%;
	height:300px;
	object-fit:cover;
}

.works div.small img {
	width:120px;
	height:120px;
	object-fit:cover;
}

.small p {
	line-height: 130%;
	margin-top:-5px;
}

.content h2 {
	color: #6699fe;
	font-family: 'Architectural';
	font-size:48px;
	text-transform: uppercase;
	
}

.allcontacts h3 {
	color: #6699fe;
	font-family: 'PartitaDeco';
	font-size:24px;
	text-transform: uppercase;
	
}


img.icons {
	height:24px !important;
	width:24px !important;
	vertical-align: middle;
}

.small {
	
}

h1.filter {
	/*margin-top:220px; */
	line-height: 150%;
}

.imglink {
	border-bottom: unset !important;
}

.articlecontent img {
	max-width:90vw;
	max-height:70vh;
}

.articlecontent {
	text-align: center;
	width: 80%;
    margin: 0 auto;
	
}

.articlecontent p {
	text-align: left;
}

.work.article {
	background-color: #6699fe;
	padding:10px 20px;
	
}

a.article {
	border-bottom: unset !important;
	color:black;
	margin:0 20px 20px 20px;
}

.works div.work.article {
	max-width:unset;
	min-width: unset;
	width:calc(100% - 60px);
	text-align: center;
	
}

.articlescontent {
	width:80%;
	margin: 0 auto;
}



.articlescontent h2 {
	font-family: unset;
	color:unset;
	font-size:1.5em;
	line-height: 150%;
	}
	
.videocontainer {
    position: relative;
    
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.works div.work.videos {
    margin: 0 10px 10px 10px;
    width: 24%;
	min-width: 320px;
	max-height: unset !important;
	max-width: unset !important;
}

.work p:nth-child(1){
	margin-bottom: 0;
}
.work p:nth-child(2){
	margin-top: 0;
}