/* ------------- next event CSS ------------- */

#next_event_block {
    background: #323232;
    border-radius: 5px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    color: #fff;
    font-weight: bold;
    height: 300px;
    width: 214px;
    padding: 20px;
    position: relative;
    text-align: center;
    z-index: 25;
    float:right;
    margin: -380px 100px 0px 0px;
}
#next_event {
	font-size: 1.75em;
	margin:auto;
}
#countdown {
    background-image: url('/portals/33/images/countdown_bkg.png');
    height: 78px;
    width: 100px;
    color: #000;
	margin: 5px auto;
    border-radius: 5px;
}
#countdown #days_number {
	font-size: 3.75em;
	margin-top:8px;
}
#countdown #days_text {
	font-size: .75em;
	color: #888888;
    line-height: 0;
}
#next_event_title {
    font-size: .95em;
}
#event_date {
	font-size: .95em;
    float:right;
    line-height: 375%;
}
#event_date_nt {
	font-size: .95em;
    line-height: 375%;
}
#next_event_theme_logo {
	float:left;
	margin-top:8px;
}
#next_event_track_logo {
	float:right;
	margin-top:8px;
}
#next_event_track_logo_nt {
        margin-top:8px;
}
#details_btn {
    height:35px;
    width:119px;
    background-color:#c0c0c0;
    position: absolute;
    bottom: 5px;
    left: 5px;
    border-radius: 5px
}
#details_btn span {
    color:#666;
    font-size:1.25em;
    line-height: 225%;
}
#details_btn a {
    color:#666;
    text-decoration:none;
}
#register_btn {
    height:35px;
    width:119px;
    background-color:red;
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-radius: 5px
}
#register_btn span {
    font-size:1.25em;
    line-height: 225%;
}
#register_btn a {
    color:#fff;
    text-decoration:none;
}


@media screen and (max-width: 1015px) {
	#next_event_block {
		margin: -350px 100px 0px 0px;
	}
}
@media screen and (max-width: 850px) {
	#next_event_block {
		margin: -250px 0px 10px 0px;
	}
}
@media screen and (max-width:640px) {
	#next_event_block {
		float:none;
		margin: 10px auto;
	}
}

/* ------------- end next event CSS ------------- */