
*,
*:before,
*:after {
    box-sizing: border-box;
}

/* Controls
---------------------------------------------------------------------- */

.control {

}

.control:first-of-type{
	margin-left:50px;
}


.control {
    position: relative;
	display:inline;
	margin-right:25px;
    cursor: pointer;
    font-size: 14px;
    color: #000;
	font-family: SuisseIntl-Regular;
	padding-bottom: 3px;
	border-bottom:0px solid #fff;
}

.control:hover {
	color:#ea2654;
	padding-bottom: 3px;
	border-bottom:1px solid #ea2654;
	transition: 0.5s;
}

.controls ul{
	margin-bottom: 75px;
	margin-top: 0px;
	text-align: center;
}


.mixitup-control-active {
	text-decoration:none;
	border-bottom:1px solid #000;
	color: #000;
	padding-bottom: 3px;

}



/* Container
---------------------------------------------------------------------- */

.container {
    text-align: justify;
    font-size: 16px;
}

.container a img {
	height:100%;
	width:100%;
	margin:0 !important;
	padding:0;
	}

.container a:hover img {
	transition: 0.5s;
	opacity: 0.5;
	}


.container:after {
    content: '';
    display: inline-block;
    width: 100%;
}

/* Grid Items
---------------------------------------------------------------------- */

.item,
.gap {
    display: inline-block;
    vertical-align: top;
}

.item {
    margin-bottom: 0.0rem;
    position: relative;
}

.item:before {
    content: '';
    display: inline-block;
    padding-top: 0%;
}

/* Grid Breakpoints
---------------------------------------------------------------------- */

/* 2 Columns */

.item,
.gap {
    width: calc(99%/3 - (((3 - 1) * 0.1rem) / 3));
}

/* 3 Columns */

/* MEDIA SCREEN */



@media screen and (max-width: 1000px) and (min-width:581px){
    .item,
    .gap {
        width: calc(99.2%/2 - (((2 - 1) * 0rem) / 2));
    }
	.control {
	}
	.control:first-of-type{
		margin-left:00px;
	}
	.control {
		display:inline;
		text-indent:0px;
		border:0;
		line-height: 36px;
	}
		.control:hover {
		line-height: 36px;
			border: none;
	}
	
	.controls ul {
	margin-bottom: 25px;
	margin-top: 25px;
	}
	
	
}

/* 4 Columns */



@media only screen and (max-width: 580px) {
    .item,
    .gap {
        width: calc(99%/1 - (((1 - 1) * 0rem) / 1));
    }
	
	.control:first-of-type{
		margin-left:00px;
	}
	.control {
		display:list-item;
		text-indent:50px;
		border:0;
		line-height: 36px;
	}
	
	.control:hover {
		line-height: 36px;
	}

}


