


.c_boxfloat{
  display: table;  
  background-clip: padding-box;
  width:1000px;
  z-index:999999;
  background-color: #1b252e;
    width:100%;
  position: fixed;
        bottom: 0;
  left: 0;
  }

ul.countdown{
  list-style: none;
  margin-top: 10px;
  padding: 0;
  display: block;
  text-align: center;
  font-family: "Open Sans", Arial;
  margin-bottom:10px;
}

ul.countdown li{
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding:5px;
  line-height:auto;
  margin-bottom:0px;
  min-height:50px !important;
  max-height:50px !important;
  height:50px !important;
}

.c_text_holder p{
  margin:0 !important;
  margin-bottom:0 !important;  
  padding:0 !important;
}

ul.countdown li span {
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

ul.countdown li.seperator {
  font-size: 30px;
  line-height: 35px;
  vertical-align: top;
  background:none;
  color: #ffffff;
  padding:0px;
}

ul.countdown li p {
  color: #000000;
  font-size: 14px;
  line-height: 14px;
  margin:0px;
  min-width:50px;
}

.c.buybox {
  width:auto;
}

.c_countdown_holder{
  width:300px;
  float:left;
}

.c_buybox{
  float:right;
  margin-right:5px;
}

.float_button, .float_button:active, .float_button:visited{
  display:inline-block;
  padding: 18px 20px 18px 20px;
  color: #000000;
  background-color: #ffd000;
  background-repeat: repeat-x;
  font-size: 20px;
  font-family: "", Arial;
  background-clip: padding-box;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  
  
    box-shadow: 0 3px 0 rgba(33, 33, 33, 1.0);
  -webkit-box-shadow: 0 3px 0 rgba(33, 33, 33, 1.0);
  -moz-box-shadow: 0 3px 0 rgba(33, 33, 33, 1.0);
  
    }

.float_button:hover{
  color: #000000;
  background-color: #ffd630;
}

.c_table { 
  width: 100%; 
  border-collapse: collapse; 
    max-width: 1000px;
    margin-left: auto;
  margin-right: auto;
}

.c_table td { 
  text-align: center;
  vertical-align: middle;
}

.c_table tr {
  vertical-align: middle;
}


@media screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
.bounce_hack{
  display:none !important;
}

.c_boxfloat{
	  	  width:100% !important;
	  }

ul.countdown{
	margin-bottom: 5px;
}

.countdown{
  margin-bottom: 10px !important;
}

ul.countdown li span {
	  font-size: 18px;
	  font-weight: 400;
	  line-height: 18px;
}

ul.countdown li p {
	  font-size: 10px;
	  margin:0px;
	  min-width:40px;
}

.c_text_holder{
	display:none;

}

.float_button{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
}

  .c_table table, .c_table tbody, .c_table td, .c_table tr { 
    display: block; 
  }
    
  .c_table td { 
    border: none;
    position: relative;
  }

  .c_countdown_holder, .c_text_holder, .c_buybox{
    margin-left: auto;
    margin-right: auto;
    float:none;
  }

  .c_buybox{
    margin-right:0;
  }
}

@media screen and (max-width: 1024px){
  .logo_hide{
      display:none !important;
  }
}

@media screen and (max-width: 800px) and (orientation:landscape){
  .c_table table, .c_table tbody, .c_table td, .c_table tr { 
    display: auto; 
  }
    
  .c_table td { 
    border: auto;
    position: auto;
    display:table-cell;
  }

  .c_table tr { 
    border: auto;
    position: auto;
    display:table-cell;
  }

  .c_countdown_holder, .c_text_holder, .c_buybox{
    margin-left: auto;
    margin-right: auto;
    float:none;
  }

  .c_buybox{
    margin-right:auto;
  }

  .c_text_holder_central span{
    display:none !important;
  }

  .c_text_holder{
    width:100%;
  }

  .c_buybox{
    float:right;
    margin-right:10px;
  }
  
}
