#outsideContainer {
	padding-top: 50px;
}

#main {
	padding-top: 0;
}

.nav.navbar-nav > li.nav-all > a {
	color:#ffffff;
}

.nav.navbar-nav > li.nav-all > a:hover {
	color:#0077c8;
}

.ribbon.ribbon-highlight > span a,
.ribbon.ribbon-highlight > .ribbon-inner a {
  color: #ffffff;
}

.ribbon:after {
	border: 0;
}

.search-bar {
	font-size: 18px;
	margin: 30px 0 20px;
}

.search-bar .search-register {
	color: white;
	height: 40px;
	position: relative
}

.search-bar .search-register ul {
	margin: 5px 5px 0 0;
}

.search-bar .search-register li {
	padding: 0;
}

.search-bar .search-register li a::after {
	position:relative;
	content: "\002F";
	color:#fff;	
}

.search-bar .search-register li:last-child a::after {
	content:none;
}

.ais-SearchBox .ais-SearchBox-input {
	background-color:#e9e9e9;
	font-size: 18px;
	border:none;
	min-width: 200px;
	padding:10px;
	margin-bottom:20px;
	font-family: "Roboto", sans-serif;
    width: 100%;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
   color: #444!important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #444!important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #444!important;  
}

:-ms-input-placeholder {  
   color: #444!important;  
}

.search-bar .btn {
    background-color: #0077c8;
    border: none;
    font-weight: 500;
}

.search-bar .btn:hover {
    background-color: #16a0ff;
    color: #ffffff;
}


.footer-area i {
	width: 40px;
}

/* Sidebar */
.facet-category-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-size:30px;
  text-transform:uppercase;
  color:#000000;
}

.facet {
  background: #f7f7f7 none repeat scroll 0 0;
  border-top: 3px solid #000;
  margin-bottom: 10px;
  padding: 5px 15px;
}

.facet-title {  
    font-size: 16px!important;
    margin: 0;
    padding-bottom: 5px;
	display: block;
	position: relative;
	font-family: "Roboto", sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	padding-top:5px;
}

.facet .ais-Panel-body {
	margin-top:5px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

div.ais-root__collapsible .facet-title span:after {
	content: '\f107';
	position: absolute;
	right: 0;
	font-family: FontAwesome;	
}

div.ais-root__collapsed .facet-title span:after {
	content: '\f105';
	position: absolute;
	right: 0;
	font-family: FontAwesome;
}

ol.ais-Hits-list,
.ais-RefinementList-list {
    padding: 0;
    list-style: none;
}

.ais-ClearRefinements, .ais-RefinementList-showMore,
.facet .ais-SearchBox-form {
    display: none;
}

.ais-refinement-list--item {
  line-height: 1;
  margin: 0 0 10px 0;
}

.ais-RefinementList-item {
  font-size: 13px !important;
  font-weight: normal;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  line-height:1.2em;
  color: #d76d27;
}

.ais-RefinementList-item label {
    font-weight: 400;
    margin-bottom: 10px;
}

input[type="radio"], input[type="checkbox"] {
  line-height: 1;
  margin: 0 5px 0 0;
}

.facet-count {
  color: #555;
}

.ais-refinement-list--checkbox {
  float: left;
}

/* Events */
.product-date-container .col-md-3 {width:15% !important;}

.ais-Hits-item {
    float: left;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 50%;
}

.ais-Hits-item .product-date-container {
	background-color: #000000;
	color:#fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
    font-weight: 400;
	padding: 12px 0 5px !important;
	min-height:80px;
	width: 40px;
	font-family: "Roboto", sans-serif;
}

.ais-Hits-item .product-picture-wrapper {
	margin: 5px 0;
}

.ais-Hits-item .product-date-container a {
	color: #fff;
	display: block;
    padding: 7px 0;
}

.ais-Hits-item .product-date-container span {
	display: block;
}

.ais-Hits-item .product-date-container .date {
	font-size: 1.8em;
}

.ais-Hits-item .product-desc-container {
	background-color: #fff;
}

.ais-Hits-item .product-desc-wrapper {
	line-height: 1.3;
}

.ais-Hits-item .product-picture {
	overflow: hidden;
}
.ais-Hits-item .product-picture img {width:100%;}

.event-date-mobile {
	color: #fff;
	background-color: #000000;
	line-height: 1;
	text-transform: uppercase;
	padding: 3px;
	text-align: center;
}

.event-date-mobile span.day {
	display:block;
}

.ais-Hits-item .event-details span {
	display: block;
}

.ais-Hits-item .event-details {
	color: #555;
	font-weight: 400;
	position: relative;
	margin-top: 6px;
	min-height: 62px;
}

.ais-Hits-item .event-details .product-name {
	color: #1e73be;
    line-height: 1.2em;
    text-transform: uppercase;
    max-height: 2.3em;
    overflow: hidden;
	position: relative;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
}

.ais-Hits-item .event-details .product-type,
.ais-Hits-item .event-details .product-tickets {
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "Roboto", sans-serif;
}

.ais-Hits-item .event-details .product-city {
	color:#999;
	font-style:italic;
	font-family: "Roboto", sans-serif;
}

.ais-Hits-item .event-arrow a {
	display: block;
	position: relative;
	height: 40px;
	color: #ccc;
}

.ais-Hits-item .event-arrow i {
    font-size: 2em;
    margin-top: 5px;
    position: absolute;
    right: 50%;
    top: 50%;
	color: #ccc;
}
.no-pad-left {
	padding-left:0!important;
}

.no-pad {
	padding:0!important;
}

#pagination {
	font-size: 0;
	margin: 40px 0;
}

#pagination ul {
	margin:0;
	padding: 0;
	text-align:center;
}

#pagination li {
	margin: 0;
	padding: 0;	
	border: none;
	border-right:0;
}

#pagination ul li:last-child {
	border-right: none;
}

#pagination li a {
	display: block;
	background-color: #fff;
	padding: 10px;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
}

#pagination li a:hover {
	background-color: #0077c8;
	color: #fff;
}

#pagination li.active a {
	color: #ccc;
}

#pagination li.active a:hover {
	background-color: #fff;
}

#pagination .fa {
	font-size: 0.85em;
}

#pagination .ais-pagination--item__disabled {
	display: none;
}

.no-results {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}

.sideBanner img {
	  display: block;
	  height: auto;
	  max-width: 100%;
}


@media screen and (min-width: 768px) {
	
	.results-wrapper {
		padding-top: 35px;
	}
	
	#outsideContainer {
		padding-top: 150px;
	}
	
	.ais-Hits-item {
		margin-bottom: 20px;
		min-height: 200px;
		background-color: transparent;
	}
	
	.ais-Hits-item .product-picture {
		margin: 0;
		position: relative;
	}
	
	.ais-Hits-item .product-picture-wrapper {
		margin: 0;
	}	
	
	.ais-Hits-item .product-picture-wrapper img {
		width: 100%;
	}
	
	.search-bar {
		max-width: 80%;
	}
	
}

@media screen and (min-width: 992px) {
	.ais-root__collapsed .ais-body, .ais-root__collapsed .ais-footer {
		display: block;
	}
	div.ais-root__collapsible .facet-title span::after {
		content: none;
	}
}

@media screen and (max-width: 767px) {
    .hide-mobile {
        display: none;
    }
    .ais-Hits-item {
        left: auto;
        right: auto;
        width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .ais-Hits-item {
        width: 100%;
    }
}

