/*slider*/
.slider {
  margin-top: 5px;
  display: block;
  margin: 0 auto;
}

.bx-pager {
  margin: 0;
  padding: 0;
}

.bx-wrapper {
  margin-bottom: 0 !important;
}

.bx-wrapper .bx-viewport {
  left: -1px !important;
  border: 1px solid #b2a487 !important;
  margin: 0 auto !important;
  background: #fff;
}

.bx-pager-item {
  visibility: hidden;
}

/* frees pace */
.news {
  border-style: double none;
  /*border-color: #b2a487;*/
  max-width: 900px;
  padding: 18px 0 10px 0;
  margin: 0 auto;
  margin-top: 5em;
}

.news-inner {
  max-width: 1050px;
  /*margin-top: 10px;
  margin-bottom: 10px;*/
  padding-left: 5px;
  color: #5d5d5d;
}

.free-space {
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 3em;
  padding-left: 5px;
  color: #5d5d5d;
}

/* recommernd */
.recommend-items {
  margin-top: 3em;
}



.bx-wrapper .bx-viewport {
border: solid #fff 0px !important;
left: 0px !important;
-webkit-box-shadow: 0 0 0px !important;
box-shadow: 0 0 0px !important;
}



.bx-viewport {
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  background: transparent !important;
}

/* instafeed */
#instafeed {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-moz-flex-flow: wrap;
	flex-flow: wrap;
	justify-content: space-between;
	width: 100%;
	margin-left: 27px;
	padding-top: 40px;
	box-sizing: border-box;
	clear: both;
}
#instafeed:after {
	content: '';
	width: -webkit-calc( 33.33% - 6.66px );
	width: calc( 33.33% - 6.66px );
}
#instafeed .card {
	width: -webkit-calc( 33.33% - 6.66px );
	width: calc( 33.33% - 6.66px );
	margin-bottom: 10px;
}
#instafeed .card div {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
}
#instafeed .card div img {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

@media screen and (max-width: 768px) {
	#instafeed {
		margin-left: 0;
	}
}