/** # ------------------------------------------------------------------------ * JPRO TOP BAR # ------------------------------------------------------------------------ * @package      mod_jpro_top_bar * @version      1.0 * @created      August 2015 * @author       Joomla Pro * @email        admin@joomla-pro.org * @websites     http://joomla-pro.org * @copyright    Copyright (C) 2015 Joomla Pro. All rights reserved. * @license      GNU General Public License version 2, or later # ------------------------------------------------------------------------**/@media screen and (max-width: 600px) {	.jpro-top-bar .inner .button,	.jpro-top-bar .jpro-top-bar-countdown{		display: block;		margin: 5px 0;	}	.jpro-top-bar .hidden-phone{		display: none !important;	}}@media screen and (min-width: 601px) {	.jpro-top-bar .inner .button{		display: inline-block;	}}.jpro-top-bar-spacer {}.jpro-top-bar {    position: absolute;    top: 0;    right: 0;    width: 100%;    margin: 0;    padding: 0;    z-index: 9999;}.jpro-top-bar .top-bar-content{	display: inline-block;}.jpro-top-bar.fixed {    position: fixed !important;}.jpro-top-bar .inner {    text-align: center;    padding: 10px 50px 10px 10px;    background: #DD3333;    color: #FFFFFF;    border-bottom:1px solid #DB5555;	position: relative;}.jpro-top-bar .inner .button{    border-radius:50px;    padding: 5px 10px;    border: 0px none;    box-shadow: none;    text-shadow: none;}/*control buttons*/.jpro-top-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;}.jpro-top-bar .buttons .opened {    background-position: left bottom;	background-color: transparent !important;}.jpro-top-bar .buttons .opened:hover {    background-position: right bottom;}.jpro-top-bar .buttons .closed {    background-position: left top;}.jpro-top-bar .buttons .closed:hover {    background-position: right top;}.jpro-top-bar-countdown {    display: inline-block;    padding: 3px 10px;    margin: -3px 10px 0 10px;    font-size: 12px;    background: #EA7777;}.jpro-top-bar-countdown .digit{    padding: 1px 3px;    border-radius:5px;    background: #333;    color: #FFF;}