.sprite {
	background: url('imgs/iconset_sprite.png') no-repeat -712px -242px;
	width: 15px;
	height: 15px;
}

.flexstyle {
	display:flex;
}

@media only screen and (min-width: 769px) {
	.levelfromabove:not(:first-child) {
		margin-top: 30px;
		/* Margin for wide screens, except the first element */
	}
}

@media only screen and (max-width: 768px) {
	.levelfromabove:not(:first-child) {
			margin-top: 30px;
		/* Margin for mobile and tablet devices */
	}
}

.full-width{
	width: 100%;
	max-width: 100%;
}

@media (min-width: 768px) {
	.post-future-horizontal .post-future-main-full {
		flex-basis: 70%;
	}
}


.vjs-tech {
	width:100%;
}



.rd-navbar-small-brand {
	display:none;
}

@media only screen and (max-width: 1199px) {
	
	.searchmessage {
		bottom: -30px;
		left: 0px;
		background-color: rgba(0, 152, 0,40%);
		padding: 10px;
		min-width: 300px;
		font-size: 12px;
		line-height: 12px;
	}
	
	.rd-navbar-small-brand {
		display:block;
		position: absolute;
    left: 50%;
    transform: translateX(-70%);
		top: 5px;	
	}

	.rd-navbar-small-brand img {
		max-width: 55%;
	}	

}


@media (min-width: 1200px) {
  .swiper-classic h1, .swiper-classic .h1 {
    font-size: 33px;
  }
}

@media (max-width: 768px) {
  .swiper-classic h1, .swiper-classic .h1 {
    font-size: 33px;
	text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .rd-navbar-small-brand img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .rd-navbar-small-brand {
    left: 54%;
  }
}