.flex-ca
{
	display: flex;
	justify-content: space-around;
	align-items:center;
}
.flex-cb
{
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.flex-cc
{
	display: flex;
	align-items:center;
	justify-content:center;
}
.flex-c
{
	display: flex;
	align-items:center;
}
.flex-e
{
	display: flex;
	align-items:center;
	justify-content: flex-end;
}
.flex-b
{
	display: flex;
	align-items:flex-end;
}
.flex-s
{
	display: flex;
	justify-content: flex-start;
}
.flex-sb
{
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
}
/* Support and Buy Button */
.theme-btn{
	background-color: #ffffff;
    border-radius: 40px;
    bottom: 10px;
    color: #ffffff;
    display: table;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
	z-index: 9999;
}
.theme-btn i{
	font-size: 22px;
    line-height: 50px;
}
.theme-btn.bt-booking{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ebbf0+8,39dfaa+100 */
	background: #1ebbf0; /* Old browsers */
	background: -moz-linear-gradient(45deg, #e83e8c 8%, #dc3545 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #e83e8c 8%,#dc3545 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #e83e8c 8%,#dc3545 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e83e8c', endColorstr='#dc3545',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	bottom: 70px;
}
.theme-btn.bt-support-now{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ebbf0+8,39dfaa+100 */
	background: #1ebbf0; /* Old browsers */
	background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #1ebbf0 8%,#39dfaa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #1ebbf0 8%,#39dfaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ebbf0', endColorstr='#39dfaa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	bottom: 130px;
}
.theme-btn.bt-buy-now{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1fdf61+0,88BA46+100 */
	background: #1fdf61; /* Old browsers */
	background: -moz-linear-gradient(top,  #A3D179 0%, #88BA46 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #A3D179 0%,#88BA46 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #A3D179 0%,#88BA46 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fdf61', endColorstr='#88BA46',GradientType=0 ); /* IE6-9 */
}
.theme-btn:hover{
	color:#fff;
	padding: 0 20px;
}
 .theme-btn span{
	display: table-cell;
	vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
	line-height: 50px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	text-transform:uppercase;
}
.theme-btn:hover span{
	opacity:1;
	letter-spacing: 1px;
	padding-left:10px;
}
.at-expanding-share-button[data-position="bottom-left"]{
	bottom: 130px !important;
}
/* Support and Buy Button END */

.fotoartikel{
	height:245px;
	object-fit:cover;
}
.fotoartikelth{
	height:150px;
	object-fit:cover;
}
.fotoarmada{
	height:250px;
	object-fit:cover;
}
.fotoarmada2{
	height:193px;
	object-fit:cover;
}
.fotoviewarmada{
	height:550px;
	object-fit:cover;
}
.fotoviewarmadath{
	height:100px;
	object-fit:cover;
}

.tabellist td,th{
	padding:.25rem .75rem !important;
}
.tabellist th{
	text-align:center;
}

.tabelsearch{
	font-size:16px !important;
}

@media (max-width: 768px){
	.page-title-box {
		padding-top: 95px;
		padding-bottom: 22px;
	}
}
@media (min-width: 992px){
	.dropdown-menu.dropdown-menu-lg {
	  min-width: 60rem;
	}
}