@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css");

footer{
	margin:0;
}

.inline-flex{
	display: inline-flex;
}

.filter-title{
	font-size:22px;
	color: #002b49;
	padding: 5px;
}

.filter-subtitle{
	font-size:18px;
	color: #002b49;
	padding-bottom: 10px;
}


.items-list .item{
	background: #dcf1fd ; 
	min-height: 200px;
	margin:13px 0;
	padding:0px;
}

.items-list .item:hover{
	-webkit-box-shadow: 3px 3px 0px 0px rgba(222,222,222,1);
	-moz-box-shadow: 3px 3px 0px 0px rgba(222,222,222,1);
	box-shadow: 3px 3px 0px 0px rgba(222,222,222,1);
}

.items-list .item .title{
	font-size: 22px;
    color: #002b49;
	font-weight: bold;
}

.items-list .item .image{
	padding:0px;
}

.items-list .item .image img{
	width:100%;
	height:100%;
}

.items-list .item .content-holder{
	padding:5px 15px;
}

.items-list .item .content-holder .content{
	padding-top: 10px;
    padding-bottom: 10px;
    height: 100px;
    line-height: 23px;
    letter-spacing: 0px;
	margin:0px;
}

.items-list .item .options {
	
}

.items-list .item .options .options-buttons{
	
}

.items-list .item .options .options-buttons .price {
    border: 1px solid #002b49;
    border-radius: 3px;
    color: #002b49;
    display: inline-block;
    height: 45px;
    font-size: 20px;
    padding: 0px 5px;
    line-height: 45px;
}

.items-list .item .options .options-buttons .price span.priceHoler{
	display: block;
    padding-right: 13px;
}

.items-list .item .options .options-buttons .price span.euroHolder{
    font-size: 16px;
    display: block;
    margin-top: -50px;
}

.items-list .item .options .options-buttons .item-details {
	border: 1px solid #002b49;
    border-radius: 3px;
    color: white;
    background: #002b49;
    color: white;
    height: 45px;
	font-size: 22px;
    float: right;
    margin-left: 5px;
    padding: 0px 10px 0px 10px;
}

.items-list .item .options .options-buttons .item-details:hover{
	border: 1px solid #75cdee; 
	background: #75cdee;
	color: #002b49;
}

.top-filters{
	height:35px; 
	border-bottom: 3px solid #ededed;
	margin: 0 -15px;
	margin-bottom:12px;
	margin-top: 10px;
}

.top-filters .filter-option{
	float:right;
	width:35px;
	height:35px;
	cursor:pointer;
}

.top-filters .filter-option.active{
	border-bottom: 3px solid #75ceef;
}

.top-filters .filter-option.show1{
    background: url(../images/sort-icon.png) 5px 5px no-repeat;
}

.top-filters .filter-option.show2{
	background: url(../images/sort-icon.png) -35px 5px no-repeat;
}

.top-filters .filter-option-select{
	float:right;
}
.top-filters .filter-option-select select{
	border: none;
    font-weight: bolder;
    font-size: 14px;
	height: 35px;
	border-bottom: 3px solid #ededed;
	
		 -webkit-appearance: none;
  -moz-appearance: none;
    padding-right: 21px;
    background: url(data:image/gif;base64,R0lGODlhCwALAJEAAAAAAP///xUVFf///yH5BAEAAAMALAAAAAALAAsAAAIPnI+py+0/hJzz0IruwjsVADs=) ;
    background-repeat: no-repeat;
    background-position: 95% 30%;
}
.top-filters .filter-option-select select::-ms-expand {
    display: none;
}

.top-filters .filter-option-select select:focus{
	outline: none;
}

.top-filters .noborder{
	border-bottom: 3px solid white;
	height:35px;
	width:10px;
	float:right;
}

.filters .panel-title a.collapsed span.arrow:after{
	content: '\f0d7';
	top: 0px;
	right: 20px;
	font-family: fontawesome;
	color: #76cded;
	    font-size: 14px;
}

.filters .panel-title a:not(collapsed) span.arrow:after{
	content: '\f0d8';
	top: 0px;
	right: 20px;
	font-family: fontawesome;
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	color: #76cded;
	font-size: 14px;
}

.filters{
	border: 1px solid #b9b9b9;
	padding:15px;
}

.filters .filter-group{ 
	width: 100%;
    display: inline-block;
    font-size: 18px;
    color: #002b49;
    font-weight: 400;
	letter-spacing: -1px;
}

.filters .item-holder{
	/* padding-left: 20px; */
}

.filters .arraw-float{
	float:right;
}
 
.filters .panel-group .panel-default{
	border-bottom: 1px solid #ededed;
}

.searchCheckBoxes {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.searchCheckBoxes input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark  {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: white;
  border:1px solid #b9b9b9;
  border-radius: 3px;
  margin-top:3px;
}

.searchCheckBoxes:hover{
	color:#75cdee;
}

.searchCheckBoxes:hover input:not(:checked)   ~ .checkmark {
	background-color: #b9b9b9;
}
.searchCheckBoxes:hover input:not(:checked)   ~ .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
      display: block;
}


.searchCheckBoxes input:checked ~ .checkmark {
/*  background-color: white;*/
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.searchCheckBoxes input:checked ~ .checkmark:after {
  display: block;
}


.searchCheckBoxes .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 8px;
  border: solid #002b49;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.margin-top-7{
	margin-top:7px;
}

.nodisplayinmobile{
	display:block;
}

.displayinmobile{
	display:none;
}

.page-link{
	border:none;
	background:none;
	color:#002b49;
}

.page-item.active .page-link{
	background-color: #8f8f90;
    border-color: #8f8f90;
}

.legend{
	
}

.legend .legend-item{
	
}

.legend .legend-item label{
	font-size: 15px;
    letter-spacing: -0.5px;
    margin-top: 10px;
    position: absolute;    	    
}

.legend .options-item{
	width:40px;
	height:40px;
}

.body-end-border{
	height: 1px;
    width: 100%;
    background: #dedede;
    margin-top: 15px;
    margin-bottom: 20px;
}



@media (max-width: 992px) {
	.items-list .item .content-holder .content{
		display:none;
	}
	
	.options-item{
		height: 35px;
		width: 35px;
	}
	
	.options-item.bus{
	background-size: 30px;
	}
	
	.items-list .item .options .options-buttons .item-details{
		height: 35px;
		font-size: 18px;
	}
	
	.items-list .item .options .options-buttons .price{
		height: 35px;
		line-height: 35px;
		font-size: 18px;
	}
	
	.items-list .item .options .options-buttons .price span.euroHolder{
		margin-top: -40px;
	}
	
	.filter-holder{
		padding: 0px;
	}
	
	.filter-holder .filters{
		background: #dcf1fd;
		border:none;
	}
	
	.nodisplayinmobile{
		display:none;
	}
	
	.displayinmobile{
		display:block;
	}
	
	.filter-title{
		display: inline-block;
		padding: 15px;
	}
	
	.top-mobile-filters{
		display: inline-block;
		float: right;
	}
	
	.top-mobile-filters .filter-option-select{
		float:right;
		padding: 15px;
	}
	.top-mobile-filters .filter-option-select select{
		border: none;
		font-size: 16px;
		height: 35px;
		border: none;
		margin-right: -15px;
		background:none;
	}
	
	.top-mobile-filters .filter-option-select select::-ms-expand {	display: none; }
	.top-mobile-filters .filter-option-select select{
		-webkit-appearance: none;
		appearance: none;
	}
	
	.filters .filter-subtitle span.arrow:after{
		content: '\f0d7';
		top: 0px;
		right: 20px;
		font-family: fontawesome;
		color: #002b49;
	}

	.filters .filter-subtitle span.arrow.open:after{
		content: '\f0d8';
		top: 0px;
		right: 20px;
		font-family: fontawesome;
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		color: #002b49;
	}
	
	#accordion{
		padding: 0px 15px;
	}
	
	.filter-subtitle{
		padding:0px;
	}
	
	.filters .panel-group .panel-default{
		border-bottom: 1px solid white;
		padding: 3px;
	}
}


/*
	GRID 
*/
@media (min-width: 992px) {
.items-list.grid{
	
}

.items-list.grid .item{
	flex: none;
    width: calc(33% - 22px);
    margin: 12px;
}

.items-list.grid .item .title{
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    height: 1.2em;
    white-space: nowrap;
	margin-bottom: 10px;
}

.items-list.grid .item .image{
	flex: none;
    width: 100%;
    max-width: 100%;
	height: 160px;
}

.items-list.grid .item .content-holder{
	flex: none;
    width: 100%;
    max-width: 100%;	
	padding: 10px;
}

.items-list.grid .item .content-holder .content{
	display:none;
}

.items-list.grid .item .options-item{
    height: 35px;
    width: 30px;
    background-size: 25px 25px !important;
    background-repeat: no-repeat;
    margin-right: 1px;
}

.items-list.grid .item .options .options-items{
	display: none ;
}

.items-list.grid .item .options .options-buttons{
	text-align: center !important;
}


.items-list.grid .item .options .options-buttons .price{
    padding: 0px 10px;
   
    font-size: 18px;
    height: 35px;
    line-height: 35px;
	/*position: absolute;
    top: -32px;
    left: 0px;
    width: calc(100% - 1px);
    background: #75cdee;
    border: 4px solid #dcf1fd;
    margin-left: 0px;
    text-align: center;
    height: 38px;
    border-radius: 0;
    line-height: 32px;*/
}

.items-list.grid .item .options .options-buttons .price span.priceHoler{
	display: inline-block;
	padding-right:0px;
}

.items-list.grid .item .options .options-buttons .price span.euroHolder{
	vertical-align: top;
    margin-top: -3px;
	display: inline-block;
}

.items-list.grid .item .options .options-buttons .item-details{
    border: 1px solid #002b49;
    background: #002b49;
    color: white;
    height: 35px;
	font-size: 18px;
    padding: 0px 6px 0px 6px;
    float:none;
}

.items-list.grid .item .options .options-buttons .item-details:hover{
	border: 1px solid #75cdee;
    background: #75cdee;
    color: #002b49;
}


}