#main-container {
	text-align: center;
	/*so content is not covered by navbar*/
	margin-top: 60px; 
}

#grid-- {
	max-width: 1440px !important;
	margin-top: 200px;
}

.centre
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.col-lg-4 {
	/*padding: 0 40px;*/
}

.item-padding-left {
	padding-left: 40px;
}

.item-padding-right {
	padding-right: 40px;
}

.extra-row-padding {
	padding-bottom: 10px;
}


a.portfolio-item {
	border-bottom: white 0px solid;
	background-color: white;
	position: relative;
	top: 0px;
	opacity: 1;	
	/*transitions*/
	transition: all 0.2s ease;
        display: block; /* fix for transition bug in Chrome */	
}


a.portfolio-item:hover {
	border-bottom: white 0px solid;
	background-color: white;
	text-decoration: none;
	opacity: .50;

}

.portfolio-item-image {
	max-width: 100%;
	max-height: 100%;
}



.portfolio-title {
	font-size: 14px;
	line-height: 18px;	
	padding-top: 6px;
	height: 60px;
	color: black;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.portfolio-description {
	font-size: 12px;
	line-height: 18px;	
	color: black;
	padding-top: 6px;
	display: none;	
	
}



.rsod-badge-sticker {
	position: relative;
	display: inline-block;
}

.rsod-badge-sticker::after {
	content: "";
	display: block;
	position: absolute;
  top: -2.5%;
  left: 5%;
  width: 22%;
  height: 22%;
  background: url(../img/NewTrads_TraditionalHome_172x172.png);
  background-size: 100% 100%;
  filter: drop-shadow(1px 2px 3px rgba(0,0,0, 0.8));
}

/* hide badge rules on IE 10 & 11 - they don't work I don't have a good workaround right now */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .rsod-badge-sticker {
    display: block;
  }
  .rsod-badge-sticker::after {
	  display: none;
  }
}


@media screen and (max-width: 1440px){
	
	.portfolio-item-image {
		max-width: 308px;
		max-height: 308px;
	}
}




.disabled-container {
        position: relative;
        display: inline-block;
        background-color: white;
        opacity: .25;
}

.disabled-container IMG {
        display: block;
}

.disabled-label {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        font-size: 24px;
        color: white;
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 45%;
        text-shadow: 0px 0px 5px black;
}

@media screen and (max-width: 1440px) {

        .disabled-label {
                max-width: 308px;
                max-height: 308px;
        }
}

