/*// Internal Protfolio Styles*/
.bg-gradient {
	background-image: linear-gradient(to top, #edf0f5, #fff, #fff);
}
.bg-gradient-revert {
	background-image: linear-gradient(to bottom, #edf0f5, #fff, #fff);
}
.portfolio-internal {
    height: 290px;
    background-position: center;
    background-size: cover;
    position: relative;
}
@media (min-width: 768px){
	.portfolio-internal{
		margin-top: 100px;
		height: 571px;		
	}
}
@media (min-width: 992px){
	.portfolio-internal {
		height: 290px;    	
    }
}
.portfolio-internal h1 {
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    text-align: left;
    letter-spacing: normal;
    color: #fff;
    position: absolute;
    bottom: -269px;
    left: 0;
}
.portfolio-internal:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	background: rgba(0, 0, 0, .6);
}
.portfolio-item-infografic {
	margin-top: 80px;
}
.portfolio-item-infografic .group-title {
	max-width: 100%;
	margin-bottom: 30px;
}
.portfolio-item-infografic img {
	margin-bottom: 30px;
}
.group-title {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.71;
	display: -ms-flexbox;
	display: flex;
	max-width: 180px;
	text-align: left;
	white-space: nowrap;
	letter-spacing: normal;
	color: #000;
	-ms-flex-align: center;
	align-items: center;
}
.group-title:after {
	display: block;
	width: 100%;
	height: 1px;
	margin-left: 10px;
	content: '';
	background: #000;
}
.internal-content {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: -300px auto 0;
	padding: 50px;
	background: #fff;
}
.portfolio-single-main {
    font-size: 14px;
    line-height: 1.71;
    color: #000;
}
.portfolio-single-main {
	font-size: 14px;
	line-height: 1.71;
	color: #000;
}
.portfolio-single-main .rotate-title {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 105px;
	cursor: pointer;
	-ms-transform: rotate(90deg) translate(80px, 0);
	transform: rotate(90deg) translate(80px, 0);
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.portfolio-single-main hr {
	margin: 50px -90px;
}
.portfolio-single-main .name {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
.portfolio-single-main .client-logo img {
	max-height: 150px;
	width: auto;
}
.portfolio-single-main .site-link {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.71;
	text-align: left;
	letter-spacing: normal;
	color: #3b9ae0;
}
.portfolio-single-main .site-link i.fa.fa-link {
	margin-right: 7px;
	-ms-transform: rotate(90deg) translateX(1px);
	transform: rotate(90deg) translateX(1px);
}
.portfolio-single-main .site-link a {
	text-decoration: underline;
}
.grid-container .grid-sizer,
.grid-container .grid-item {
	width: 45%;
}
.grid-container {
    width: 60%;
    margin: 0 auto;
    position: relative;
    column-count: 2;
    column-gap: 30px;
}
.grid-container .grid-item {
    background: #fff;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
/*    display: inline;*/
    
    /*float: left;*/
    /*display: grid;
    grid-template-rows: 1fr auto;*/
    /*margin:0 0 20px;*/
    /*break-inside: avoid;*/
    width: 100%
}

.grid-container .grid-item:nth-child(2n) {
    float: left;
    margin:0 0 0px;
}
.grid-container .grid-item img {
	/*display: block;*/
	width: 100%;
	cursor: pointer;
	box-shadow: 2px 2px 4px 0 #ccc;
	margin-bottom: 30px;
	/*grid-row: 1 / -1;
    grid-column: 1;*/
}

.grid-container #overlay{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.8) none 50% / contain no-repeat;
  cursor: pointer;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.grid-container #overlay.open {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    overflow: auto;
}
.grid-container #overlay.open img {
    overflow: scroll;
    width: 90%;
    display: block;
    height: auto;
    margin: 60px auto;
}
.grid-container #overlay:after { /* X button icon */
  content: "X";
  position: absolute;
  color:#fff;
  top: 10px;
  right:20px;
  font-size: 2em;
}
.full-image-section {
	padding-top: 40%;
	overflow: visible;
	background-position: center;
	background-size: cover;
}
.responsive-example {
	margin-bottom: 150px;
}

.responsive-example .tablet {
	position: absolute;
	bottom: -120px;
	left: 0;
	max-width: 430px;
}
.responsive-example .mobile {
	position: absolute;
	bottom: -150px;
	left: 280px;
	max-width: 230px;
}
.section-title {
	font-family: "sofia-pro", sans-serif;
	font-size: 36px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.13;
	margin: 10px 0 25px;
	color: #000219;
}
.more-works-section img {
	margin-bottom: 20px;
}
.more-works-section .tags-list {
	margin-bottom: 20px;
}
.more-works-section .tags-list li {
	margin-right: 5px;
	margin-bottom: 5px;
	color: #fff;
	background: #bfc5ce;
}
.more-works-section .tags-list li:last-child {
	margin-right: 0;
}
.more-works-section .title {
	font-size: 24px;
	line-height: 1.5;
	margin: 0;
}

.mobile-more-project-slider .wrapper {
    overflow: hidden;
   	margin-bottom: 20px;
}
.square-box{
	width: 100%;
	padding-bottom: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
.square-box:hover {
    transform: scale(1.2);
}
.mac-slider-wrapper {
	position: relative;
	padding-bottom: 60%;
	background-size: cover;
}
.mac-slider {
	position: absolute;
	top: 4%;
	left: 13%;
	width: 75%;
}
.mac-slider .bg-item {
	width: 100%;
	padding-bottom: 65%;
	background-position: center center;
	background-size: cover;
}
.colors-row .color {
	font-size: 14px;
	margin-bottom: 30px;
	padding-top: 110%;
	padding-bottom: 5%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #d8d8d8;
}

@media (min-width: 768px){
	.grid-container .grid-item img {
		cursor: inherit;
	}
}

@media (min-width: 992px){
	.portfolio-internal {
		height: 570px;
	}
}

@media (max-width: 767px){
	.grid-container {
		column-count: 1;
	}
	.grid-container .grid-item {
	    display: inline;
	}
}