.collections
{
	padding:24px 0 0 0;
}

.collections .collection
{
	display: inline-block;
    letter-spacing: 1px;
    
    padding: 8px 20px 8px;
    background: #bd262c;
    color: #fff;
    margin: 0 2.5px 6px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    transition: 0.5s,all,ease;
}

.overlay .collection
{
	display: inline-block;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 8px 10px 8px;
    background: #bd262c;
    color: #fff!important;
    margin: 0 2.5px 6px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    transition: 0.5s,all,ease;
    font-size: 0.7em!important;
}

.collections-header
{
	padding: 24px 24px 48px 24px;
}

@media (min-width: 767px) {
    .collections-header
{
	padding: 24px 0 48px 0;
}
    
}

.collections-header .collection
{
    display: inline-block;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 8px 10px 8px;
    background: #bd262c;
    color: #fff!important;
    margin: 0 2.5px 6px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    transition: 0.5s,all,ease;
    font-size: 0.8em!important;
}

.collections-header h2
{
	
    letter-spacing: 1px;
    margin-top:0;
    color: #000;
    
    font-size: 2.4em!important;
}

.collections-hero
{
min-height:calc(30vh);
}

@media (min-width: 767px) {
    .collections-hero
{
	min-height:calc(50vh);
}
    
}


.collection-gallery
{
	padding-top:48px;
}

div.angledribbon {
    height: 35px;
    width: 180px;
    background-color: #808080;
    position: absolute;
    top: 48px;
    right: -6px;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    font-size: 22px;
    white-space: nowrap;
  -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
}

.angledribbon:before {
    box-sizing: border-box;
    border-style: solid;
    border-color: transparent;
    border-width: 37px;
    border-left-width: 53px;
    border-right-width: 26px;
    content: "";
    display: block;
    left: -49px;
    position: absolute;
    width: 141%;
    border-top-width: 0px;
    border-bottom-color: #808080;
    top: -2px;
    z-index: -1;
}

.img_cont img{
   width : 100%; 
   height:auto;
   padding-right: 30px;
}

#gallery-page p 
{
    margin-top:0; 
}