.tx_hphsupplierhub_filter {
	margin-bottom: 30px;
}
select#sh_sort {
    height: 45px;
    text-transform: uppercase;
    max-width: 525px;
    border-color: #000;
    text-indent: 3px;
}

/*Listview*/
.tx_hphsupplierhub_partners {
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
	margin: 0 -10px;
}

.tx_hphsupplierhub_partners .partner {
    flex: 0 1 calc(25% - 25px);
    margin: 10px;
    padding: 20px 0;
    border-top: 2px solid #535353;
    min-width: 230px;

    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    /*justify-content: space-between;*/
}
@media (max-width: 530px) {
	.tx_hphsupplierhub_partners .partner {
		flex: 0 1 100%;
	}
}
.tx_hphsupplierhub_partners .partner .image {
    max-width: 255px;
    height: 170px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    overflow: hidden;
}
.tx_hphsupplierhub_partners .partner .image a {
    width: 100%;
    height: auto;
    text-align: center;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.tx_hphsupplierhub_partners .partner .image img {
    height: 100%;
    object-fit: contain;
    height: 100%;
	transition: all 0.5s ease-in-out;
}
.tx_hphsupplierhub_partners .partner .image:hover img {
    transform: scale(1.05);
}
.tx_hphsupplierhub_partners .partner .text {
    flex-grow: 1;
    margin-top: 20px;
}
.tx_hphsupplierhub_partners .partner .button {
    color: #fff;
    background: linear-gradient(200deg, rgb(0 0 0) 0%, rgb(0 0 0) 100%);
    border: none;
    padding: 5px 10px;
    display: block;
    font-size: 17px;
    line-height: 1;
    margin-top: 20px;
    text-transform: none;
    font-weight: 600;
}
.tx_hphsupplierhub_partners .partner .button:hover {
	background: linear-gradient(200deg, rgba(0, 184, 241, 1) 0%, rgba(251, 48, 153, 1) 100%);
}

/*Pagination*/
.tx_hphsupplierhub .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-top: 50px;*/
    font-family: "Titillium Web", Verdana, Arial, sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
}
.tx_hphsupplierhub .pagination li {
	padding: 0;
	/*margin: 0 5px;*/
	position: relative;
}

.tx_hphsupplierhub .pagination li:before {
	display: none;
}
.tx_hphsupplierhub .pagination li + li:before {
	content: ", ";
    display: inline;
    width: auto;
    height: auto;
    background: transparent;
    position: static;
    border-radius: 0;
    margin: 0;
}
.tx_hphsupplierhub .pagination li a {
    text-decoration: none;
    color: #000;
    /*padding: 10px 5px;*/
}
.tx_hphsupplierhub .pagination li.active a {
    color: #FB3099;
}

/*Detailview*/
.sh_subhead {
	padding-top: 20px;
	position: relative;
	margin-bottom: 100px;
}
.sh_subhead:before {
	content: '';
	background: linear-gradient(200deg, rgba(0, 184, 241, 1) 0%, rgba(251, 48, 153, 1) 100%);
	height: 20px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.sh_logo {
    position: absolute;
    left: 40px;
    bottom: -80px;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 10px;
    padding: 20px;
}
.sh_logo img {
    /*object-fit: none;*/
    z-index: 3;
    max-width: 120px !important;
}
.sh_logo:before {
    content: '';
    background: linear-gradient(200deg, rgba(0, 184, 241, 1) 0%, rgba(251, 48, 153, 1) 100%);
    height: 220px;
    width: 220px;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
}
.sh_logo::after {
    content: '';
    background: #fff;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    position: absolute;
    z-index: 1;
}
@media (max-width: 600px) {
	.sh_logo {
	    position: absolute;
	    left: 20px;
	    bottom: -80px;
	    width: 150px;
	    height: 150px;
	}
	.sh_logo:before {
		height: 170px;
		width: 170px;
	}
	.sh_logo img {
	    width: 70% !important;
	    object-fit: cover;
	}
	.sh_logo::after {
	    height: 150px;
	    width: 150px;
	}
}
.tx_hphsupplierhub_show .button {
	padding: 10px 25px;
}
.tx_hphsupplierhub_show h1 + h4 {
    padding-top: 2.5em;
    line-height: 1.7;
}
.companyImage {
    border-radius: 100%;
    overflow: hidden;
    max-width: 120px;
    max-height: 120px;
    margin: 0 0 10px;
}
.allcont .maintext ul li::before {
    width: 10px;
    height: 10px;
    background: linear-gradient(200deg, rgba(0, 184, 241, 1) 0%, rgba(251, 48, 153, 1) 100%);
    border-radius: 0;
    top: 10px;
}
.tx_hphsupplierhub_show h5 {
	background: #000;
	padding: 5px 10px;
	color: #fff;
	display: inline;
}
.sh_podcast {
    align-items: center;
}

.sh_podcast + * {
    margin-top: 35px;
}

.sh_podcast .col.col1 {
    max-height: 400px;
    overflow: hidden;
}
.podcastText {
    margin-bottom: 30px;
}
.sh_content .col_pos_33-66 {
	margin: 50px 0;
}
.sh_content .col_pos_33-66 .image {
	display: flex;
	/*justify-content: center;*/
	height: 400px;
}
.sh_content .col_pos_33-66 .image img {
    object-fit: cover;
}
.picCaption {
    font-style: italic;
    margin-top: 5px;
}
@media (max-width: 960px) {
	.sh_content .col_pos_33-66 .image {
	    height: auto;
	}
	.sh_content .col_pos_33-66 .image img {
	    object-fit: contain;
	}
}
.sh_video video {
    width: 100%;
}
.sh_video video + p {
    margin-top: 30px;
}





