* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-text-size-adjust:none;
}

:focus {
  -moz-outline-style: none;
  outline:0;
}

:-moz-any-link:focus {
  outline: none;
}

img a {outline : none;}

img {
	border: none;
	border-style: none;
}

table {
	border: none;
	empty-cells: show;
}

th,td {
	border: none;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

.clear {
	margin-bottom:30px;
	clear:both;
}

.buttons {
	cursor: pointer;
}

body {
    
	width:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFF;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
	height: 100%;
	filter: grayscale(100%) !important;
}

a {
	outline:0 none !important;
	border:none;
	text-decoration:none;
	border-style: none;
}

*:focus {
	/*outline: 0 !important;*/
	border: none;
}

a:hover {
	text-decoration:none;
}
*:active {
	/*outline: none !important;*/
	/*border: none;*/
}
.clear {
	width:100%;
	clear:both;
}

.swiper2 {
    overflow: hidden;
}

.swiper2 .swiper-slide.swiper-slide-active {
    /* background: #fff; */
    /* border-radius: 20px; */
    /* border-color: transparent; */
    /* shadow */
    /* box-shadow: 0 0 100px 40px rgba(0,0,0,0.8); */
    /* overflow: hidden; */
    transition: all 0.3s ease-in-out;
  }

.swiper2 .swiper-slide.swiper-slide-prev ,
.swiper2 .swiper-slide.swiper-slide-next {
    opacity: 0.4;
  }

.double-slider {
    overflow: hidden;
}

.double-slider .swiper-slide.swiper-slide-active {
    /* background: #fff; */
    /* border-radius: 20px; */
    /* border-color: transparent; */
    /* shadow */
    /* box-shadow: 0 0 100px 40px rgba(0,0,0,0.8); */
    /* overflow: hidden; */
    transition: all 0.3s ease-in-out;
  }

.double-slider .swiper-slide.swiper-slide-prev ,
.double-slider .swiper-slide.swiper-slide-next {
    opacity: 0.4;
  }