
body[data-env="development"] .tc-widget .tc-icon-cal {
    background: transparent url("../../../../../../assets/widget/widget_sprite.png") no-repeat scroll 0 0;
}
body[data-env="development"] .tc-widget .tc-icon-clock {
    background: transparent url("../../../../../../assets/widget/widget_sprite.png") no-repeat scroll 0 -24px;
}
body[data-env="development"] .tc-widget .tc-icon-ppl {
    background: transparent url("../../../../../../assets/widget/widget_sprite.png") no-repeat scroll 0 -48px;
}
.tc-widget {
    display: inline-block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: left;
    width: 200px;
}
.tc-widget * {
    box-sizing: border-box;
}
.tc-widget form {
    margin: 0;
}
.tc-widget .tc-wrap {
    float: left;
    width: 100%;
}
.tc-widget .tc-header {
    background: #712c1b none repeat scroll 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ffffff;
    padding: 8px 0;
    text-align: center;
}
.tc-widget .tc-h1 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
.tc-widget .tc-h2 {
    display: block;
    font-size: 9px;
    line-height: 10px;
}
.tc-widget .tc-body {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f6f5f3 none repeat scroll 0 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-color: transparent #cccccc #cccccc;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 15px 20px 20px;
}
.tc-widget .tc-icon {
    display: block;
    float: left;
    height: 24px;
    margin-right: 3px;
    margin-top: 3px;
    width: 24px;
}
.tc-widget .tc-icon-cal {
    background: transparent url("../../../../../../tc_widget/widget_sprite.png") no-repeat scroll 0 0;
}
.tc-widget .tc-icon-clock {
    background: transparent url("../../../../../../tc_widget/widget_sprite.png") no-repeat scroll 0 -24px;
}
.tc-widget .tc-icon-ppl {
    background: transparent url("../../../../../../tc_widget/widget_sprite.png") no-repeat scroll 0 -48px;
}
.tc-widget .tc-shop, .tc-widget .tc-date, .tc-widget .tc-time, .tc-widget .tc-ppl {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}
.tc-widget .tc-shop select {
    float: left;
    width: 158px;
}
.tc-widget select, .tc-widget input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    box-shadow: none;
    color: #555;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 30px;
    margin: 0;
}
.tc-widget select:focus, .tc-widget input[type="text"]:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.tc-widget input[type="text"][readonly="readonly"] {
    cursor: pointer;
}
.tc-widget select {
    line-height: 24px;
    padding: 3px;
    width: 118px;
}
.tc-widget input[type="text"] {
    padding: 4px 6px;
    width: 118px;
}
.tc-widget input[type="text"]:-moz-placeholder {
    color: #555;
}
.tc-widget input[type="text"]::-moz-placeholder {
    color: #555;
}
.tc-widget .tc-wrap-book {
    padding: 0 10px;
}
.tc-widget .tc-book {
    background-color: #f9a42b;
    border: 1px solid #d6820b;
    border-radius: 4px;
   
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
}
.tc-widget .tc-book:hover, .tc-widget .tc-book:focus, .tc-widget .tc-book:active {
    background-color: #f89406;
    color: #ffffff;
    text-decoration: none;
}
.tc-widget .tc-book:active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}
.tc-widget .tc-book:focus {
    outline: thin dotted #ad6704;
    outline-offset: -5px;
}
@media (min-width: 768px) {
.tc-widget[data-layout="horizontal"] {
    display: inline-block;
    height: 70px;
    margin-bottom: 20px;
    width: 875px;
}
.tc-widget[data-layout="horizontal"] .tc-wrap {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.tc-widget[data-layout="horizontal"] .tc-wrap * {
    vertical-align: middle;
}
.tc-widget[data-layout="horizontal"] .tc-header {
    float: none;
    height: 25px;
    padding: 4px;
    text-align: left;
    width: 100%;
}
.tc-widget[data-layout="horizontal"] .tc-body {
    border-top: medium none;
    height: 52px;
    padding: 10px 0;
}
.tc-widget[data-layout="horizontal"] .tc-h1, .tc-widget[data-layout="horizontal"] .tc-h2 {
    display: inline-block;
    padding: 0 5px;
}
.tc-widget[data-layout="horizontal"] .tc-content {
    display: inline-block;
}
.tc-widget[data-layout="horizontal"] .tc-shop, .tc-widget[data-layout="horizontal"] .tc-date, .tc-widget[data-layout="horizontal"] .tc-time, .tc-widget[data-layout="horizontal"] .tc-ppl {
    display: inline-block;
    float: none;
    margin-right: 25px;
    width: inherit;
}
.tc-widget[data-layout="horizontal"] .tc-wrap-input {
    display: inline-block;
    padding-left: 5px;
}
.tc-widget[data-layout="horizontal"] .tc-wrap-book {
    display: inline-block;
    margin: -20px 0 -5px;
    padding: 0;
}
.tc-widget[data-layout="horizontal"] .tc-book {
    height: 40px;
    padding: 0 25px;
}
.tc-widget[data-layout="horizontal"] .tc-date {
    margin-left: 45px;
}
.tc-widget[data-layout="horizontal"] .tc-shop, .tc-widget[data-layout="horizontal"] .tc-date, .tc-widget[data-layout="horizontal"] .tc-time, .tc-widget[data-layout="horizontal"] .tc-ppl {
    margin-right: 55px;
}
.tc-widget[data-layout="horizontal"][data-franchise-id] .tc-date, .tc-widget[data-layout="horizontal"][data-chain-id] .tc-date {
    margin-left: 0;
}
.tc-widget[data-layout="horizontal"][data-franchise-id] .tc-shop, .tc-widget[data-layout="horizontal"][data-franchise-id] .tc-date, .tc-widget[data-layout="horizontal"][data-franchise-id] .tc-time, .tc-widget[data-layout="horizontal"][data-franchise-id] .tc-ppl, .tc-widget[data-layout="horizontal"][data-chain-id] .tc-shop, .tc-widget[data-layout="horizontal"][data-chain-id] .tc-date, .tc-widget[data-layout="horizontal"][data-chain-id] .tc-time, .tc-widget[data-layout="horizontal"][data-chain-id] .tc-ppl {
    margin-right: 25px;
}
#bc-widget[data-layout="horizontal"] .tc-date {
    margin-left: 100px;
}
#bc-widget[data-layout="horizontal"] .tc-shop, #bc-widget[data-layout="horizontal"] .tc-date, #bc-widget[data-layout="horizontal"] .tc-time {
    margin-right: 90px;
}
#bc-widget[data-layout="horizontal"][data-franchise-id] .tc-date, #bc-widget[data-layout="horizontal"][data-chain-id] .tc-date {
    margin-left: 0;
}
#bc-widget[data-layout="horizontal"][data-franchise-id] .tc-shop, #bc-widget[data-layout="horizontal"][data-franchise-id] .tc-date, #bc-widget[data-layout="horizontal"][data-franchise-id] .tc-time, #bc-widget[data-layout="horizontal"][data-chain-id] .tc-shop, #bc-widget[data-layout="horizontal"][data-chain-id] .tc-date, #bc-widget[data-layout="horizontal"][data-chain-id] .tc-time {
    margin-right: 75px;
}
#bc-widget[data-layout="horizontal"] .tc-wrap-book {
    margin: -20px -10px -5px 25px;
}
}
.tc-widget[data-theme="dark"] .tc-header {
    background: #532013 none repeat scroll 0 0;
    color: #fff;
}
.tc-widget[data-theme="dark"] .tc-body {
    background: #712c1b none repeat scroll 0 0;
    border-color: #532013;
}
.tc-widget[data-theme="dark"] .tc-icon-cal {
    background: transparent url("../../../../../../tc_widget/widget_sprite.png") no-repeat scroll 0 -72px;
}
.tc-widget[data-theme="dark"] .tc-icon-clock {
    background: transparent url("../../../../../../tc_widget/widget_sprite.png") no-repeat scroll 0 -96px;
}
.tc-widget[data-theme="dark"] .tc-icon-ppl {
    background: transparent url("../../../../../../tc_widget/widget_sprite.png") no-repeat scroll 0 -120px;
}
.tc-widget[data-theme="clear"] .tc-header {
    background: transparent none repeat scroll 0 0;
    color: #909090;
    padding: 8px 0 0;
}
.tc-widget[data-theme="clear"][data-layout="calendar"][data-shop-id] .tc-body {
    padding-top: 30px;
}
.tc-widget[data-theme="clear"] .tc-body {
    background: transparent none repeat scroll 0 0;
    border-color: transparent;
}
.tc-widget[data-theme="clear"] .tc-date-inline .pika-single {
    border-width: 1px;
}
.tc-widget[data-theme="clear"] .tc-book {
    background-color: #bbb;
    border: 1px solid #909090;
}
.tc-widget[data-theme="clear"] .tc-book:hover, .tc-widget[data-theme="clear"] .tc-book:focus, .tc-widget[data-theme="clear"] .tc-book:active {
    background-color: #b0b0b0;
}
.tc-widget[data-theme="clear"] .tc-book:focus {
    outline-color: #909090;
}
.pika-single {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #ccc #ccc #bbb;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #333;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 8px;
    position: relative;
    width: 240px;
    z-index: 9999;
}
.pika-single.is-hidden {
    display: none;
}
.pika-single.is-bound {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
    position: absolute;
}
.pika-title {
    position: relative;
    text-align: center;
}
.pika-label {
    background-color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 5px 3px;
    position: relative;
    z-index: 9999;
}
.pika-title select {
    cursor: pointer;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 5px;
    z-index: 9998;
}
.pika-prev, .pika-next {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
}
.pika-prev:hover, .pika-next:hover {
    opacity: 1;
}
.pika-prev, .is-rtl .pika-next {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    float: left;
}
.pika-next, .is-rtl .pika-prev {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    float: right;
}
.pika-prev.is-disabled, .pika-next.is-disabled {
    cursor: default;
    opacity: 0.2;
}
.pika-select {
    display: inline-block;
}
.pika-table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.pika-table th, .pika-table td {
    width: 14.2857%;
}
.pika-table th {
    color: #999;
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
}
.pika-button {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 0 none;
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    outline: medium none;
    padding: 5px;
    text-align: right;
    width: 100%;
}
.is-today .pika-button {
    font-weight: bold;
}
.is-selected .pika-button {
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
}
.is-disabled .pika-button {
    color: #999;
    cursor: default;
    opacity: 0.3;
    pointer-events: none;
}
.pika-button:hover {
    background: #f9a329 none repeat scroll 0 0 !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    color: #fff !important;
}
.tc-widget .tc-date-inline .pika-single {
    border-bottom-color: #ccc;
    border-top-width: 0;
    margin: -15px 0 0 -21px;
    width: 200px;
}
.tc-widget[data-franchise-id] .tc-date-inline .pika-single, .tc-widget[data-chain-id] .tc-date-inline .pika-single {
    border-top-width: 1px;
    margin-top: 0;
}
.pika-single table {
    margin: 0;
}
.pika-single th, .pika-single td {
    padding: 0;
}
.pika-select {
    height: 20px !important;
}
.pika-table abbr {
    border-bottom: medium none;
    cursor: inherit;
}
.is-selected .pika-button {
    background: #712c1b none repeat scroll 0 0;
}
.pika-button:hover {
    background: #f9a329 none repeat scroll 0 0 !important;
}

.tc-header {display:none!important}
.tc-widget[data-layout="horizontal"] .tc-content {width:80%!important;}
.tc-widget[data-layout="horizontal"] {height:auto!important; margin-bottom:0!important;width:100%!important}
.tc-widget select {width:100%!important}
.tc-widget .tc-shop, .tc-widget .tc-date, .tc-widget .tc-time, .tc-widget .tc-ppl {width:24%!important;position:relative;}
.tc-widget input[type="text"] {width:100%!important}

.tc-widget[data-layout="horizontal"] .tc-shop, .tc-widget[data-layout="horizontal"] .tc-date, .tc-widget[data-layout="horizontal"] .tc-time, .tc-widget[data-layout="horizontal"] .tc-ppl {margin-left:0!important; margin-right:1%!important; }
topbar-left-inner {overflow:hidden;}
.tc-widget .tc-icon{ position:absolute; right:0}
.tc-widget .tc-wrap-input {width:100%!important}
.tc-widget .tc-icon {margin-top:5px!important;}
.tc-widget .tc-wrap-book {width:20%;}
.tc-shop::before {
	display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
    color: #909090;
	margin-top:7px;
    content: "\f078";
    height: 24px;
    position: absolute;
    right: 0;
    vertical-align: bottom;
    width: 24px;
}
.tc-widget .tc-icon-ppl, .tc-widget .tc-icon-clock, .tc-widget .tc-icon-cal {background:none!important; }
.tc-widget .tc-date:before {display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
    color: #909090;
	margin-top:7px;
    content: "\f073";
    height: 24px;
    position: absolute;
    right: 0;
    vertical-align: bottom;
    width: 24px;}
	
	.tc-widget .tc-time:before {display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
    color: #909090;
	margin-top:7px;
    content: "\f017";
    height: 24px;
    position: absolute;
    right: 0;
    vertical-align: bottom;
    width: 24px;}
	
	.tc-widget .tc-ppl:before {display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:20px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
    color: #909090;
	margin-top:7px;
    content: "\f007";
    height: 24px;
    position: absolute;
    right: 0;
    vertical-align: bottom;
    width: 24px;}
	
.tc-widget[data-theme="clear"] .tc-book {border:none!important; height:35px!important;}
#shop_id, .tc-wrap-input > input, .tc-wrap-input > select {
	  -webkit-appearance: none;
    -moz-appearance: none;
	border: 0 none!important;
    color: #444!important;
    height: 35px!important;
  
    outline: 0 none!important;
    width: 100%!important;}

.sj-topbar {
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	right:0;
	background-color:#000;
	line-height:18px;
	z-index:999;
	
}
.sj-topbar.topbar-top{
	top:-999px;
	bottom:auto;
} 
.sj-topbar.topbar-bottom{
	top:auto;
	bottom:-999px;
	position:fixed;
	z-index:999;
} 
.sj-topbar.topbar-ontop{
	bottom:auto;
	position:fixed;
	z-index:9999;
} 
.sj-topbar .topbar-container{
	margin:0 auto;
	vertical-align:middle;
	height:100%;
	position:relative;
}
.sj-topbar .topbar-left{
	float:left;
	max-width:65%;
	line-height:100%;
}
.sj-topbar .topbar-left .topbar-left-inner{
	width:100%;
	color:#fff;
	
	line-height:20px;
	font-weight:bold;
	display:inline-block;
}
.sj-topbar .topbar-right{
	float:right;
}
.sj-topbar .topbar-right .topbar-right-inner{
	vertical-align:middle;
	overflow:hidden;
	height:50px;
}
.sj-topbar .topbar-right-inner .topbar-button{
	background-color:#fff;
	padding:5px 10px;
	border-radius:4px;
	margin:11px 0;
	color:#797979;
	vertical-align:17px;
	display:inline-block;
	text-decoration:none;
	font-weight:normal;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #fff 38%, #ddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#fff), color-stop(100%,#ddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 38%,#ddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 38%,#ddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 38%,#ddd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fff 38%,#ddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ddd',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 3ms ease-in-out;
	-moz-transition: all 3ms ease-in-out;
	-ms-transition: all 3ms ease-in-out;
	-o-transition: all 3ms ease-in-out;
	transition: all 3ms ease-in-out;
}
.sj-topbar .topbar-right-inner .topbar-button:hover{
	background-color:#fff;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ddd 38%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#ddd), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 38%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ddd 38%,#fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ddd 38%,#fff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ddd 38%,#fff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
}
.sj-topbar .topbar-right .timeTo{
	display:inline-block;
	font-family: 'arial';
	font-size: 28px;
	line-height: 19px;
	margin-left:10px;
	margin-right:50px;
}
.sj-topbar .topbar-right .timeTo figure{
	color:#fff;
	background-color:#D5451F;
	padding:4px 10px;
	display:inline-block;
	margin:0 2px 0 0;
	text-align:center;
	background-color: rgba(0, 0, 0, 0.1);
}
.sj-topbar .topbar-right .timeTo figure figcaption{
	padding-bottom:6px;
	display:block;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
}
.sj-topbar .topbar-right .timeTo figure ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
}
/* .sj-topbar .topbar-right .timeTo figure .transition {
    -webkit-transition: top 400ms linear;
    -moz-transition: top 400ms linear;
    -ms-transition: top 400ms linear;
    -o-transition: top 400ms linear;
    transition: top 400ms linear;
} */
.sj-topbar .topbar-right .timeTo figure ul li {
    margin: 0;
    padding: 0;
    list-style: none;
	line-height:26px!important;
}
.sj-topbar .topbar-right .timeTo div {
	position: relative;
	display: inline-block;
	overflow:hidden;
	/*width: 25px;
	height: 30px;*/
	
/* 	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	overflow: hidden; */
}
/* .sj-topbar .topbar-right .timeTo div.first {
	border-left: 1px solid silver;
} */
.sj-topbar .topbar-right .timeTo.timeTo-white1 div {
	color: #666;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 38%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 38%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.sj-topbar .topbar-right .timeTo span {
	vertical-align: 4px;
	color:#FFF;
}
.sj-topbar .topbar-close{
	background: url("../images/btn-close.png") no-repeat scroll 9px center #D5451F;
    height: 40px;
    position: absolute;
    right: 0;
    line-height:40px;
	width:auto;
	font-size:15px;
	font-weight:bold;
    z-index: 1;
	cursor:pointer;
	background-color: rgba(0, 0, 0, 0.1);
}
.sj-topbar.topbar-top .topbar-close{
	bottom:0;
	top:auto;
}
.sj-topbar .topbar-close.close-type-2.btn-close{
	background-position: -66px center;
	background-color:#D5451F;
	background-color: rgba(0, 0, 0, 0.1);
}
.sj-topbar .topbar-close.close-type-4.btn-close{
	background-position: -66px center;
	background-color:#D5451F;
	background-color: rgba(0, 0, 0, 0.1);
}
.sj-topbar .topbar-close.close-type-2.btn-open{
	background-position: -28px center;
	background-color:#D5451F;
	background-color: rgba(0, 0, 0, 0.1);
}
.sj-topbar .topbar-close.close-type-4.btn-open{
	background-position: -28px center;
	background-color:#D5451F;
	background-color: rgba(0, 0, 0, 0.1);
}
.sj-topbar .topbar-close.close-type-3.btn-close{
	background-position:14px center ;
}
.sj-topbar.topbar-bottom .topbar-close{
	top:auto;
	bottom:0;
}
.sj-topbar.topbar-bottom .topbar-close.close-type-2.btn-close{
	background-position: -28px center;
	background-color:#D5451F;
	background-color: rgba(0, 0, 0, 0.1);
}
.sj-topbar.topbar-bottom .topbar-close.close-type-4.btn-close{
	background-position: -28px center;
	background-color:#D5451F;
	background-color: rgba(0, 0, 0, 0.1);
}
.sj-topbar.topbar-bottom .topbar-close.close-type-2.btn-open{
	background-position: -66px center;
	background-color:#D5451F;
	background-color: rgba(0, 0, 0, 0.1);
}
.sj-topbar.topbar-bottom .topbar-close.close-type-4.btn-open{
	background-position: -66px center;
	background-color:#D5451F;
	background-color: rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 675px) {.tc-widget .tc-wrap-book,
.tc-widget .tc-shop, .tc-widget .tc-date, .tc-widget .tc-time, .tc-widget .tc-ppl {width:100%!important;}
	.tc-widget[data-layout="horizontal"] .tc-content {
    padding: 0 10px;
    width: 100% !important;
}
	.sj-topbar .topbar-left,
	.sj-topbar .topbar-right{
		float:none;
		margin:0 auto;
	}
	
	.sj-topbar .topbar-left{
		margin-left:0;
	}
	
	.sj-topbar .topbar-right .timeTo{
		margin:0px;
		width:100%;
		text-align:left;
	}
	
	.sj-topbar .topbar-right .topbar-right-inner{
		text-align:left;
		height: auto;
	}
	
	.sj-topbar .topbar-left{
		max-width:90%;
	}
	
	.sj-topbar.topbar-bottom .topbar-right .topbar-right-inner{
		text-align:left;
	}
	
	.sj-topbar .topbar-left .topbar-left-inner{
		padding-bottom:0px;
	}
	
}
@media all and (min-width: 480px) and (max-width: 980px) {
	
	.sj-topbar .topbar-container{
		width:100%;
	}
	.sj-topbar .topbar-left{
		max-width:92%;
	}
}
@media all and (min-width: 768px) and (max-width: 1199px) {
	.sj-topbar .topbar-container{
		width:100%;
	}
		
	.sj-topbar .topbar-left{
		max-width:60%;
	}
	.sj-topbar .topbar-right .timeTo{
		margin-right:0px;
	}
}
@media all and (min-width: 1200px) {
	
	.sj-topbar .topbar-left{
		max-width:67%;
		overflow:hidden;
	}
	
	.sj-topbar .topbar-right .timeTo{
		margin-right:0px;
	}
	
	
} 
.sj-topbar .topbar-left.topbar-right-hiden{
	max-width:100%;
}
.sj-topbar .topbar-left.topbar-date-off{
	max-width:100%; width:100%;
}
/*-----------------------------ClearFix----------------------*/
.cf:before,
.cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.cf:after {
	clear: both;
}
/* Localized */