.purchase .btn-buy > a {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.fullboxall {
    background: #f8f8f8 none repeat scroll 0 0;
    display: inline-block;
    padding-bottom: 60px;
    padding-top: 30px;
    width: 100%;
}

.random-banner{
	display:none;
}

#newspage h3 .small {
    font-size: 85% !important;
    font-weight: inherit;
    color: inherit;
}

.clock{
    background: url('../../../img/home/clock.png');
    background-size: cover;
    background-repeat: no-repeat;
    height:250px;
    padding:30px;
    margin-bottom:35px;
    text-align:center;
    position: relative;
}

.clock-old:before {
    content:"";
    width:100%;
    height:100%;
    background: rgba(240,240,240,0.5);
    position:absolute;
    top:0px;
    left:0px;
}

.clock .title {
    font-size:28px;
    /*text-transform: uppercase;*/
    color:black;
    position:absolute;
    left:0px;
    margin-top:10px;
    text-align:center;
    width:100%;
}

.clock .more {
    position: absolute;
    bottom:20px;
    font-size:17px;
    margin-left: auto;
    margin-right: auto;
    right: 55px;
    width:180px;
}

#defaultCountdown {
    overflow: hidden;
    width: 100%;
    position:absolute;
    left:0px;
    margin-top:50px;
}
#defaultCountdown span.countdown_row {
    overflow: hidden;
}
#defaultCountdown span.countdown-section {
    display: inline-block;
    margin: 2px;
    padding: 25px 0;
    text-align: center;
    width: 150px;
}
#defaultCountdown span.countdown-amount {
    color: black;
    display: block;
    font-size: 60px !important;
    font-weight: 200;
    line-height: 65px !important;
}
#defaultCountdown span.countdown-period {
    color: black;
    display: block;
    font-size: 16px !important;
    font-weight: 200;
}

@media(max-width:991px){
    .clock .title {
        font-size:25px;
    }
	.random-banner img{
		margin:20px auto;
	}
}

