/** * ------------------------------------------------------------------------
 * JA Promo Bar module
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------ */@media screen and (max-width: 600px) {	.ja-promo-bar .inner .button,	.ja-promo-bar .ja-promo-bar-countdown{		display: block;		margin: 5px 0;	}	.ja-promo-bar .hidden-phone{		display: none !important;	}}@media screen and (min-width: 601px) {	.ja-promo-bar .inner .button{		display: inline-block;	}}.ja-promo-bar-spacer {}.ja-promo-bar {    position: absolute;    top: 0;    right: 0;    width: 100%;    margin: 0;    padding: 0;    z-index: 9999;}.ja-promo-bar .promo-bar-content{	display: inline-block;}.ja-promo-bar.fixed {    position: fixed !important;}.ja-promo-bar .inner {    text-align: center;    padding: 10px 50px 10px 10px;    background: #DD3333;    color: #FFFFFF;    border-bottom:1px solid #DB5555;	position: relative;}.ja-promo-bar .inner .button{    border-radius:50px;    padding: 5px 10px;    border: 0px none;    box-shadow: none;    text-shadow: none;}/*control buttons*/.ja-promo-bar .buttons span{    position: absolute;    top: 0;    right: 0;    width: 40px;    height: 40px;    display: inline-block;    text-indent: -9999px;    cursor: pointer;    background-color: #B82828;    background-image: url("images/icon-arrow.png");    background-repeat: no-repeat;	border-bottom-left-radius: 5px;    border-bottom-right-radius: 5px;}.ja-promo-bar .buttons .opened {    background-position: left bottom;	background-color: transparent !important;}.ja-promo-bar .buttons .opened:hover {    background-position: right bottom;}.ja-promo-bar .buttons .closed {    background-position: left top;}.ja-promo-bar .buttons .closed:hover {    background-position: right top;}.ja-promo-bar-countdown {    display: inline-block;    padding: 3px 10px;    margin: -3px 10px 0 10px;    font-size: 12px;    background: #EA7777;}.ja-promo-bar-countdown .digit{    padding: 1px 3px;    border-radius:5px;    background: #333;    color: #FFF;}