.at-multirow-swiper-container {
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-container-multirow-column > .swiper-wrapper {
	flex-direction: column;
}

.at-multirow-swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;
  height: calc((100% - 30px) / 2);

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.at-multirow-swiper-container .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.at-multirow-swiper-container .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}


.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.happy-client-slider .swiper-pagination{
	position: relative;
	bottom: 0;
	margin-top: 30px;
}

.happy-client-slider .swiper-pagination .swiper-pagination-bullet{
	font-family: "Open Sans", Sans-serif;
	font-size: 14px;
	width: 40px;
    height: 40px;
    border-radius: 2px;
    color: #000;
    background: #f3f3f3;
    opacity: 1;
    display: inline-block;
    margin: 0 4px;
    line-height: 40px;
	outline: 0;
	box-shadow: none;
}

.happy-client-slider .swiper-pagination .swiper-pagination-bullet-active{
	background: #a01518;
	color: #fff;
}

.happy-client-slider .swiper-arrow-pagination{
	text-align: center;
	display: none;
	margin-top: 30px;
}

.happy-client-slider .swiper-arrow-pagination .swiper-prev,
.happy-client-slider .swiper-arrow-pagination .swiper-next{
	width: 40px;
    height: 40px;
    border-radius: 2px;
    color: #000;
    background: #f3f3f3;
    opacity: 1;
    display: inline-block;
    margin: 0 4px;
    line-height: 40px;
	cursor: pointer;
	outline: 0;
	box-shadow: none;
}

.thumb-gallery-slide{
	height: 500px;
}

.thumb-gallery-slide img{
	max-height: 100%;
	height: auto;
	width: auto;
	max-width: 100%;
}

@media only screen and (max-width: 991px){
	
}

@media only screen and (max-width: 767px){
	.at-multirow-swiper-container{
		height: auto;
		max-height: 260px;
	}
	
	.happy-client-slider .swiper-pagination{
		display: none;
	}
	
	.happy-client-slider .swiper-arrow-pagination{
		display: block;
	}
}

