/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	.flip-clock-label {  position: absolute;  top: -1.5em;  right: -86px;  color: black;  text-shadow: none;display: none; }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	.flip-clock-label {  position: absolute;  top: -1.5em;  right: -86px;  color: black;  text-shadow: none;display: none; }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.flip-clock-label {  position: absolute;  top: -1.5em;  right: -86px;  color: black;  text-shadow: none; }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.flip-clock-label {  position: absolute;  top: -1.5em;  right: -86px;  color: black;  text-shadow: none; }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.flip-clock-label {  position: absolute;  top: -1.5em;  right: -86px;  color: black;  text-shadow: none; }
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.flip-clock-label {  position: absolute;  top: -1.5em;  right: -86px;  color: black;  text-shadow: none; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.flip-clock-label {  position: absolute;  top: -1.5em;  right: -86px;  color: black;  text-shadow: none; }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.flip-clock-label {  position: absolute;  top: -1.5em;  right: -86px;  color: black;  text-shadow: none; }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
	.flip-clock-label {  position: absolute;  top: -1.5em;  right: -86px;  color: black;  text-shadow: none; display: none; }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {
	.flip-clock-label {  position: absolute;  top: -1.5em;  right: -86px;  color: black;  text-shadow: none; display: none; }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
	.flip-clock-label {  position: absolute;  top: -1.5em;  right: -86px;  color: black;  text-shadow: none; display: none; }
}