body{
overflow-x: hidden
}

#gallery{
	margin-top: 250px !important;
}

.navbar-nav > li:nth-child(3) {
	margin-right: 0 !important;
}

.menu--miranda .menu__item {
    margin: 1.5em 0.7em;
}

.gallery-grid1{
height:213px;
overflow:hidden;
background-position:center center;
background-size:cover;
background-repeat:no-repeat;
}

.banner-top{
	z-index: 1;
	width: 100%;
	position: relative;
background: rgba(0,0,0,0.6);
}

header{
background: rgba(0,0,0,0.5) !important
}


#js-main-slider{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	overflow: hidden;
z-index: 0 !important
	
}

.img-eventos{
	width: 100%;
	height: 300px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-bottom: 30px 
}

#nossas_fotos{
	margin-top: 30px;
	margin-bottom: 30px
}

.table-clientes-buffet{
	height: 200px;
}

.table-clientes-buffet td{
	height: 200px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat !important;
}

.table-clientes-buffet2{
	height: 250px;
}

.table-clientes-buffet2 td{
	height: 250px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat !important;
}

/*-- //Portfolio --*/


.filtr-item {
    padding: 0em;
   width: 25%;
    float: left;
overflow:hidden;
max-height:265px
}
.filtr-container {
	width:100%;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;

    z-index: 1;
    
}

/* Filter controls */
.simplefilter li, .multifilter li, .sortandshuffle li {
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    font-size: 1em;
    margin: 0 0.4em;
    text-transform: uppercase;
	    border: none;
    background: none;
     border-bottom: 5px solid #fff;
}
.simplefilter li {
      border: none;
    background: none;
    border-bottom: 3px solid #000;
	position:relative;
}
.simplefilter li:before{
        content: '';
    position: absolute;
    top: 19px;
    background: #333;
    height: 3px;
    width: 18px;
    right: -26px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    -webkit-transform: rotate(-64deg);
    -moz-transform: rotate(-64deg);
    -o-transform: rotate(-64deg);
    -ms-transform: rotate(-64deg);
    transform: rotate(-64deg);
	}
.simplefilter li.active {
       border-bottom: 5px solid #f53753;
    background: none;
}
/* Shuffle and sort controls */
select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}
.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}
.sortandshuffle .sort-btn {
    background-color: #de0000;
}
.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}

/*----*/
.filtr-item {
    transform: scale(1) translate3d(0px, 0px, 0px);
	-o-transform: scale(1) translate3d(0px, 0px, 0px);   
    transition: all 0.5s ease-out 0ms;
	-o-transition: all 0.5s ease-out 0ms;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}

.filtr-item figure img{
min-height:265px;
width:100% !important
}

/*----*/
ul.simplefilter {
    text-align: center;
	margin-bottom: 3em;
}
@media(max-width:991px){
	.filtr-item{
		float:left;
		width:33.33%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 10px 13px;
		font-size: 1em;
	}
}
@media(max-width:768px){
	.filtr-item{
		float:left;
		width:48%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 8px 10px;
		font-size: 0.9em;
		letter-spacing: 0px;
		margin: 0 0em;
	}
	.simplefilter li:before {
		content: '';
		position: absolute;
		top: 17px;
		background: #333;
		height: 3px;
		width: 15px;
		right: -9px;
	}
}
@media(max-width:600px){
	.filtr-item {
		padding: 0em;
	}
	ul.simplefilter {
		margin-bottom: 0em;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		margin-bottom: 1em;
	}

	}
	@media(max-width:414px){
	ul.simplefilter {
		margin-bottom: 0em;
	}
	.filtr-item{
		width:100%;
	}
	.simplefilter li, .multifilter li, .sortandshuffle li {
		padding: 4px 4px;
		font-size: 0.8em;
		letter-spacing: 0px;
		margin-bottom: 1em;
		margin: 0 0 1em 0;
	}
}
@media(max-width:384px){
.simplefilter li:before {
		content: '';
		position: absolute;
		top: 11px;
		background: #333;
		height: 2px;
		width: 12px;
		right: -9px;
	}
}