@charset "utf-8";
/*	----------------------------
	Cheap Foreclosure Homes CSS
	Coded by X-JHEDStudios.com
	---------------------------- */
	
@import "main.css";
@import "inner.css";
@import "common.css";

#countdown_bar { background-color:#044677; padding:10px 0; overflow:hidden; width:100%; z-index:10010; display:none;}
.countdown_pos { width:995px; margin:0 auto;}
.countdown_text { font-size:24px; color:#FFF; float:left; padding:8px 20px 0 0; line-height:34px;}
.countdown_text .line_through { text-decoration:line-through; }
.countdown_timer { border:2px solid #FFF; background-color:#00558f; -moz-border-radius:18px;-webkit-border-radius:18px;border-radius:18px; color:#FFF; padding:3px 40px; font-size:26px; line-height:26px;}
.countdown_time_text { float:right;}
.countdown_time_text .text_expire { color:#FFF; text-decoration:none; text-align:center; padding-bottom:3px; font-size:12px;}
.limite_time { background-color:#C00;}
.pos_bottom { position:fixed; bottom:0;}
.pos_top { position:fixed; top:0;}
.space_bar_down {margin-bottom:76px;}

.space_bar_up { margin-top:84px;}
.space_bar_up .navbar-fixed-top { top:78px;}
.space_bar_up #space-header { margin-top:165px;}

@media (max-width: 992px) { 
	.countdown_pos { width:100%; padding:0;} 
	.countdown_text{ font-size:18px; line-height:24px; padding:8px 0 0 20px;} 
	.countdown_timer { font-size:20px; line-height: 20px; padding: 3px 30px; float:right;} 
	.countdown_time_text { padding:0 20px;}
	.space_bar_up .navbar-fixed-top { top:72px;}
	.space_bar_up { margin-top: 70px;}	
}
@media (max-width: 768px) { 
	.countdown_text { font-size:16px; line-height:22px; width:70%; padding:0 0 0 10px;}
	.countdown_time_text { padding:0 10px 0 0;} 	
}
@media (max-width: 480px) { 
	.space_bar_up { margin-top: 115px;}
	.countdown_pos { padding:0;}
	.countdown_text { width:100%; float:none; font-size:14px; padding:0 0 10px; text-align:center;}
	.countdown_timer { width:50%; float:none; text-align:center; margin:0 auto;}
	.countdown_time_text { width:100%; padding:0;}	 
	.space_bar_up .navbar-fixed-top { top:105px;}
	.space_bar_up #space-header { margin-top:215px;}
}