@charset "utf-8";
/* CSS Document */
/* Overrides */
.auto-container {
	max-width:100%;
	margin:100px;
	margin-top:0;
	margin-bottom:0;
}
/* Masonry */
.filter-list {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
}	
@media only screen and (min-width: 1560px) {
	.boxed-body .main-footer {
		width:100% !important;
	    margin-left: -15px !important;
    	margin-right: -15px !important;
	}	
}
@media only screen and (max-width: 767px) {
	.filter-list {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
		-moz-column-count: 1; /* Firefox */
		column-count: 1;
	    margin: 0 -90px 0 -90px !important;
	}
	.auto-container {
		margin: 0 !important;	
	}
	
}
.default-portfolio-item {
	margin-bottom:15px;	
}
/* Main Header */
.main-header {
	border-bottom:1px solid #f0f0f0;
}
.header-style-two .social-links {
    position: absolute;
    right: 0px;
    top: 45px;
		
}
.header-style-two .social-links li {
	position: relative;
    float: left;
    margin-left: 20px;
    line-height: 30px;	
}
.main-menu .navigation > li > ul > li {
	margin-left:0 !important;	
}
.contact-info-section, .sidebar-page-container, .projects-section, .work-details-section {
	padding: 180px 0px 70px;	
}
/* Footer */
.main-footer {
	border-top:1px solid #f0f0f0;
}
.project-name-outer {
	width:100%;
	height:100%;
	float:left;
	margin:20px auto !important;
	background:#000;
	position:absolute;
}
.project-name {
	box-sizing:border-box;
	text-align:center !important;
	border-bottom:3px solid;
	border-color:transparent;
	transition:all ease .5s;
	-webkit-transition:all ease .5s;
	-moz-transition:all ease .5s;
	-o-transition:all ease .5s;
}
figure.image {
	transition:all ease .5s;
	-webkit-transition:all ease .5s;
	-moz-transition:all ease .5s;
	-o-transition:all ease .5s;	
}
.default-portfolio-item:hover figure.image {
	opacity:.3;	
}
.default-portfolio-item:hover .project-name {
	border-color:#000;	
}
.contact-info-section .left-column .phone {
	font-size:15px !important;	
}