/* Membership -> */
.membership-wrapper {
	width: 101%; 
	height: 105px; 
	margin: 50px 0; 
	padding: 0 1% 0 0; 
	float: left; 
	background: #980a0a;
}

.membership-wrapper table {
	width: 100%; 
	height: 105px;
	margin: 0;
	border:none;
	margin: 0 !important;
}

.membership-wrapper table tr {
	width: 100%; 
	height: 105px
}

.membership-wrapper table tr td:first-child {
	width: 242px; 
	height: 105px; 
	text-align: center;
	border:none;
	padding: 0;
}

.membership-wrapper table tr td:last-child {
	width: calc(100% - 242px); 
	height: 105px;
	border:none;
	padding: 0;
}

.membership-wrapper table tr td img {
	width: 202px;
	height: 65px;
}

.membership-wrapper table tr td p {
	margin: 0;
	font-family: myriad-pro, sans-serif; font-size: 16px; color: #f4c432
}

@media screen and (max-width: 600px) { 
.membership-wrapper {
	width: auto;
	height: auto;
	padding: 20px;
}

.membership-wrapper table {
	display: block;
	height: auto;
}

.membership-wrapper table tr {
	display: block;
	height: auto;
}

.membership-wrapper table tr td {
	width: 100% !important;
	height: auto !important;
	display: block;
}

.membership-wrapper table tr td:first-child {
	margin: 0 0 20px 0;
}

}
/* <- Membership */

/*Imp->*/
.special-link {
 width: auto;
 margin-bottom: 24px;
 margin-left: 24px ;
 margin-right: 0;
 
 font-size: 16px;
 position: relative;
}

.special-link-box {
 width: 20px;
 
 float: left;
 
 background: #7d3d24;
 position: absolute;
 top: 0;
 bottom: 0;
}

.special-link p {
 margin: 0 0 0 32px !important;
}
