#side-banner {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 5;
    transition: .3s;
}
#side-banner a img {
    width: auto;
    height: 50vh;
}
#side-banner a img:hover {
    opacity: 0.9;
}

#banner-close {
    margin: -15px;
    position: fixed;
    z-index: 1;
}

#banner-close img {
    width: 25px;
}

.topnews {
   text-align: center;
   margin-bottom: 70px; 
}
.topnews h2 {
   margin-bottom: 20px; 
}
#news_text {
   display: inline-block;
   text-align: left;
}
/* Instafeed */
#Instagram ul {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  z-index:1;
  margin: 0 0;
}
#Instagram ul li {
  margin: 1px;
  display: block;
  object-fit: cover;
  overflow: hidden;
}
#Instabox {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
#Instagram img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
#Instagram ul {
  width: 100%;
}
#Instagram ul li {
  width: 32.7%;
}
}
@media (min-width: 768px) {
#Instagram ul {
  width: 100%;
}
#Instagram ul li {
  width: 16.3%;
}
#Instagram img {
  transition:all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1)
 }
#Instagram li:hover img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) scale(1.1, 1.1);
 }
 }
@media (min-width: 1080px) {
#Instagram ul li {
  width: 10.9%;
}
}
.mar_b_60 {
   margin-bottom: 60px; 
}
#loopslider {
    margin: 0 auto 60px auto;
    max-width: 1500px;
    height: 315px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#loopslider ul {
    height: 315px;
    float: left;
    display: inline;
    overflow: hidden;
}
#loopslider ul li {
    width: 210px;
    height: 315px;
    float: left;
    display: inline;
    overflow: hidden;
}
#loopslider #loopleft {
    top: 0;
    left: 0;
    width: 20px;
    height: 315px;
    line-height: 315px;
    color: #555;
    text-align: center;
    font-weight: bold;
    background: #fff;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
}
#loopslider #loopright {
    top: 0;
    right: 0;
    width: 20px;
    height: 315px;
    line-height: 315px;
    color: #555;
    text-align: center;
    font-weight: bold;
    background: #fff;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
    z-index: 2;
}

/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#loopslider ul {
    display: inline-block;
    overflow: hidden;
}
#loopslider li {
    margin-right: 20px;
}

.appstore-banner {
    display: flex;
    align-items: center;
	justify-content: center;
    background-color: #F2F2F2;
    font-size: 1.3em;
    width: 100%;
    height: 55px;
    padding: auto auto;
    margin: 0 -500%;
    padding: 0 500%;
    margin-top: 30px;
    margin-bottom: 40px;
}
.appstore-banner:hover{
    opacity: 0.8;
}
.appstore-banner a{
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}
.appstore-banner img{
    height: 35px;
    margin-left: 10px;
}

.swiper-slide {
  cursor: pointer;
  left: 9%;
}
@media (max-width: 648px) {
.swiper-slide {
  left: 13%;
}
}

.stylingslide .swiper-button-prev,
.stylingslide .swiper-button-next {
  display: none;
}

.stylingslide {
  margin-bottom: 60px;
}

.novelty {
  display: table;
  margin: 0 auto 60px;
  text-align: center;
}
.novelty img:hover{
  opacity: 0.8;
}
.novelty img {
  width: 80%;
  max-width: 500px;
  display: block;
  margin: 0 auto 20px;
}