@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	font-size: 1rem;
	color: #000;
	background: white;
	font-optical-sizing: auto; 
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a,button,img{
	text-decoration: none; 
	-o-transition: .5s; 
	-ms-transition: .5s; 
	-moz-transition: .5s; 
	-webkit-transition: .5s; 
	transition: .5s;
}
button{
	cursor: pointer;
	border: none;
}
p{
	line-height: 180%;
}
.clearfix{
	clear: both;
}
.flex{
	display: flex;
}
.grid{
	display: grid;
}
.alignleft{ float: left; margin: 0 30px 0 0; }
.alignright{ float: right; margin: 0 0 0 30px; }
.mobile{ display: none !important; }

.swiper{ 
	padding-bottom: 70px;
}

.swiper-pagination{
	bottom: 0 !important;
}

.swiper-pagination-bullet {
      width: 15px;
      height: 15px;
      text-align: center;
      line-height: 20px;
      font-size: 15px;
      color: #000;
      opacity: .8;
      background: #666;
	  margin: 0 6px !important;
    }

    .swiper-pagination-bullet-active {
	  opacity: 1;
      color: #fff;
      background: #e0c166;
    }


	.swiper-button-next, .swiper-button-prev{
		top: initial;
		bottom: 0;
	}
	.swiper-button-next{
		right: 0;
	}
	.swiper-button-prev{
		left: 0;
	}

	.swiper-button-prev:after{
		color: #000;
		font-size: 30px;
		display: block;
	}
	.swiper-button-next:after{
		color: #000;
		font-size: 30px;
		display: block;
	}

	.nav{ 
		width: 80px;
		margin: 0 auto;
		display: flex;
		position: absolute;
		left: 50%;
		margin-left: -40px;
		bottom: -5px;
		z-index: 70;
	}

	.swiper-button-lock{
		display: block !important;
	}



@media (max-width: 991.98px) { 
	.desktop{ display: none !important; }
	.mobile{ display: block !important; }
	.alignright, .alignleft{ width: 100% !important; float: none; margin: 0 0 30px 0;}
}