.chekout { text-align: center; margin: 20px; }
.im-checkout { margin: auto; } 
.im-checkout-btn.btn--flat:hover,.im-checkout-btn.btn--flat:focus { background:#003b6f;color:#fff; }
.im-checkout-btn.btn--flat {
    font-weight: 600;
    cursor: pointer;
}
.bank-detail-bg { background:#f1f1f1;padding: 15px; }
.coins-holder, .magazine-selext-more, .single-magazine-select {
    width: 100%;
    float: left;
    border: 1px solid #b3b3b3;
    border-bottom: 0;
    padding: 0px 10px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.month-sec {
    width: 100%;
    float: left;
    text-align: center;
}
.month-sec span {
    display: inline-block;
    margin: auto;
    color: #1f8ae4;
    text-transform: uppercase;
    font-size: 26px;
    padding: 18px 0px 15px;
    line-height: 24px;
    font-weight: 800;
    border-bottom: 1px solid #d7d7d7;
}

a.subscribe-btn-lnk {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 20px;
    display: inline-block;
    background: #e03906;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin: 10px 0px 15px 0;
    text-transform: uppercase;
}
a.subscribe-btn-lnk:hover {
	text-decoration: none;
	color: #fff;
}

.subscription-wrpr,
.magazine-list-wrpr {
    margin-bottom: 100px;
}
.radio-check-wrapper form {
    clear: both;
}
.radio-check-wrapper form p label {
    display: block !important;
    border-bottom: 1px solid #ababab;
    padding: 0px !important;     
}
.tab-pane .radio-check-wrapper form p label {
    border: 0px;
    padding: 0px 0px 0px 50px !important;    
}
.radio-check-wrapper form p {

    margin: 0px;
}
.radio-check-wrapper form [type="radio"]:checked + label:before, 
.radio-check-wrapper form [type="radio"]:not(:checked) + label:before {
    top: 15px;
    left: 27px;
    border: 1px solid #7e7e7e;
}
.radio-check-wrapper form [type="radio"]:checked + label:after, 
.radio-check-wrapper form [type="radio"]:not(:checked) + label:after {
    top: 18px;
    left: 30px;
    background: #0094fe;
}
.radio-check-wrapper form p label span.year-bonus {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}
.radio-check-wrapper form p {
    margin-bottom: 8px;
    clear: both;
}
.radio-check-wrapper form p label span.year-bonus i {
    display: block;
    font-size: 20px;
    font-style: normal;
    margin: 6px 0;
    line-height: 30px;
    padding: 0px 10px;
}
.year-discount {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0px;
}
.year-discount i {
    display: inline-block;
    font-style: normal;
}
.year-discount i:first-child {
    font-size: 24px;
    margin-right: 30px;
    position: relative;    
    color: #828689;
}
.year-discount i:last-child {
    font-size:30px;
    font-weight: 800;
}
.year-bonus {
    padding: 8px 0px 8px;
    background: #f1f1f1;
    min-height: 50px;
}
.single-issue {
    line-height: 40px;
}
.radio-check-wrapper {
    width: 100%;
    float: left;
    border: 1px solid #ababab;
}

i.upto-save {
    width: 100px;
    color: #f77400;
    font-size: 16px;
}
.year-discount i:first-child.mar-min {
    margin-right: 10px;
}

.select-mag {
	width: 100%;
    float: left;
    position: relative;
    margin-top: 20px;
}
.select-mag:after {
    content: '';
    right: 15px;
    top: 25px;
    position: absolute;
    pointer-events: none;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #f00;
    border-right: 15px solid transparent;
    margin: 0px;   
}
.select-mag:before {
    content: '';
    right: 15px;
    top: 22px;
    position: absolute;
    pointer-events: none;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
    margin: 0px;
    z-index: 1;   
}
select::-ms-expand {
display: none;
}
.select-mag select {
	font-size: 18px;
	border: 1px solid #b7b7b7;
	text-transform: uppercase;
	display: block;
	width: 100%;
	height: 50px;
	margin: 5px 0px;
	padding: 0px 24px;
	font-size: 16px;
	line-height: 1.75;
	color: #333;
	background-color: #ffffff;
	background-image: none;
	-ms-word-break: normal;
	word-break: normal;    
}
.mag-center-wrapper {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 20px;
}
.mag-center-wrapper span {
    width: 130px;
    height: 180px;
    display: inline-block;
    margin: 0 auto;
}
.mag-center-wrapper span img {
    width: 100%;
    height: 100%;
}
.table-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell-wrapper {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.table-inner-wrapper {
    vertical-align: middle;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.table-content {
    width: 100%;
    text-align: center;
}
.table-content figure {
    display: inline-block;
    margin: auto;
}
.table-content h2 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin: 5px 0px;
    padding: 0px;
}
.table-content h2 i {
    display: block;
    font-style: normal;
    font-size: 26px;
}
.postal-img {
    height: 220px;
    padding: 10px 0;
}
.site-header.fixed .logo h1 a img {
	max-width: 100%;
}

.latest-news-content {
	width: 100%;
	float: left;
	padding:0 0 20px;
}