/*
###############################################
##### RELEVANT BOOTSTRAP STYLES ###############
###############################################
*/

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  margin-left: 20px;
}

.span8 {
    width: 620px;
}

hr {
    margin: 18px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}

/*
###############################################
##### SHOP HOURS GENERAL STYLES ###############
###############################################
*/

.centerShopHours {
    margin-bottom: 20px;
}

.specialShopHours {
    margin: 20px 0px;
}

.shophours_center_times{
	margin-bottom: 40px;
    font-size: 16px;
}

.shophours_center_times .clock{
	margin:0px 2px 0px -26px;
}
.shophours_center_times .sub {
    color: #777777;
}
.shophours_center_times .item {
    width: 100%;
    margin-bottom: 25px;
}


.shophours_center_times h2{
	margin-bottom:10px;
}

.shophours_timetable h2{
	margin-bottom:10px;
}


.shophours_timetable .tab-content {
    overflow: hidden;
}

.shophours_section{
	margin-bottom:22px;
}

.shophours_row_odd,
.shophours_row_even{
	padding:2px 0px 2px 0px;
    clear: both;
}

.shophours_row_even{
	background: url(../img/row_odd.png);
}

.shophours_background_wrap{
	background-image:url(../img/timetable_lines.png);
	background-repeat:repeat-y;
	background-position:220px top;
}

.shophours_letter{
	display:block;
	background-image:url(../img/timetable_letter_divider.png);
	background-position:right 50%;
	background-repeat:no-repeat;
	margin-bottom:10px;
}

.shophours_numbers{
	display:block;
	height:28px;
	background-image:url(../img/timetable_numbers.png);
	background-repeat:no-repeat;
	background-position:218px top;
}

.shophours_title{
	float:left;
	width:220px;
}

.shophours_bar{
	width:375px;
	float:left;
}

.shophours_bar_container{
	position:relative;
}

.shophours_bar_color{
    font-weight: bold;
	position:absolute;
	font-size:11px;
	text-align:center;
	background-color:#e20019;
	color:#FFF;
    white-space: nowrap;
    overflow:hidden;
}

@media (max-width: 480px) {

    .shophours_center_times .specialShopHours {
        margin-left: 26px;
    }

    .shophours_bar {
        width: 40%!important;
    }

    .shophours_numbers {
        display: none !important;
    }

    .shophours_background_wrap {
        background-image: none!important;
        background-position: 0;
        background-repeat: no-repeat;
    }

    .shophours_title {
        width: 50%!important;
        margin-right: 18px;
    }
    .shophours_bar_color {
        position: relative;
        left: auto!important;
        width: auto!important;
        margin: 1px 0px;
    }
    .shophours_title a.company_info {
        padding: 3px 0px;
    }

}

.shophours_center_times .icon-time {
    display: inline-block;
    vertical-align: bottom;
    width: 16px;
    height: 26px;
}
.icon-time {
    background-image: url(../img/icons/glyphicons_time_black.png);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}