.swiper-slide {
	/* 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;
}

.main-banner div.image, .swiper-container {width:100%; height:100%;}
.main-banner div.info {width:50%; padding-left:10%; display:inline-block;}
.main-banner div.image {width:35%; margin-left: 5%; display:inline-block; text-align: center; background-color:rgba(255,255,255,.1); border-radius:50%; box-shadow:10px 20px 40px 10px rgba(255,255,255,.15) inset;}
.main-banner div.image img {max-height: 300px;}


.swiper-pagination-bullet {width:10px; height:10px; border:4px solid rgba(255,255,255,.5); box-sizing: initial;}
.swiper-pagination-bullet:hover {border:4px solid rgba(255,255,255,.75);}
.swiper-container-horizontal > .swiper-pagination {bottom:25px;}

.swiper-button-next {right:0; border-top-left-radius:85px; border-bottom-left-radius:85px; text-indent:5px;}
.swiper-button-prev {left:0; border-top-right-radius:85px; border-bottom-right-radius:85px; text-indent:-5px;}
.swiper-button-next, .swiper-button-prev {
    width: 60px; height: 120px; margin-top: -60px; text-align: center; color:rgba(255,255,255,.5); font-size:3em; background-color:rgba(0,0,0,.06); background-image: none;
}
.swiper-button-next:hover, .swiper-button-prev:hover {background-color:rgba(0,0,0,.15);}

.fa-angle-right::before, .fa-angle-left::before {line-height:120px;}

.swiper-slide h2 {font-size:2.75em; font-weight:600; line-height:1; margin-bottom:15px; text-shadow:0 2px 30px rgba(0,0,0,.25);}
.swiper-slide p {font-size:1.75em; margin-bottom:15px; line-height:1.25;}
.swiper-slide .btn {font-size:1.35em; margin:12px 10px 0 0; padding:0 20px 5px; box-shadow:0 0 20px 3px rgba(0,0,0,.15); border-radius:.25em; color:#fff; border:1px solid;}
.swiper-slide .btn .glyphicon {margin-top:-4px;}

#swiper-home {height:380px;}

@media all and (min-width:1400px) {
	.swiper-slide > div {max-width: 1500px;}
}

@media all and (max-width:980px) {
	.swiper-slide h2 {font-size:3em;}
	.swiper-slide p {font-size:1.35em;}
	.swiper-slide .btn {font-size:1.2em;}
}

@media all and (max-width:760px) {
  .main-banner div.info {width:100%; padding:0 3%; display:block; text-align: center;}
	.swiper-slide h2 {font-size:2.5em;}
	.swiper-slide p {font-size:1.5em;}
	#swiper-home {height:560px;}
}

@media all and (max-width:580px) {
  .main-banner div.info {width:100%; padding:0 3%; display:block; text-align: center;}
	.swiper-slide h2 {font-size:2.5em;}
	.swiper-slide p {font-size:1.5em;}
	#swiper-home {height:500px;}
}
