ul.ft-menu,
ul.ft-menu * { 
	margin: 0; 
	border: 0; 
	padding: 0;
	line-height: 1;
	position: relative;
	text-align: left;
	font-family: 'IDAHO';
	font-weight: bold !important;
	font-size: 1.5vw !important;
	letter-spacing: 1px !important;
	color: #0092B2;
}


ul.ft-menu { 
	list-style: none;
	height: 100%;
}

ul.ft-menu .ft-field-holder
{
	display: inline-block;
	padding: 8px 10px;
	width: 25%;
	margin-right: 4%;
	margin-left: 4%;
	margin-bottom: 2%;
	*display: inline; 
	*zoom: 1;
	background: none !important;
	position: relative !important;
	float:left;
}

li.ft-field { 
	display: inline-block;
	border: 2px solid #ddd;
	padding: 8px 10px;
	width: 100%;
	margin-right: 3.5%;
	margin-bottom: 2%;
	*display: inline; 
	*zoom: 1;
	background: none !important;
	position: relative !important;
}
@media screen and (max-width: 885px) {
	li.ft-field { 
		width: 91%;
		margin-right:0 ;
	}
}

li.ft-field:last-of-type {
	margin-right: 0;
}
li.ft-field > span.ft-label { 
    cursor: pointer; 
}
li.ft-field > span.ft-label:after { 
	font-family: 'Terminal Dosis';
	content:"\25bc";
    padding:0 5px;
    position: relative;
    float: right;
	font-size: 10px;
	top: 9px;
}
li.ft-field > span.ft-label.ft-active { 
    color: #0041A5; 
}
li.ft-field > span.ft-label.ft-opened:after { 
    content:"\25b2";
}

li.ft-field > div.ft-panel { 
	position: absolute; 
	min-width: 200px; 
	background-clip: padding-box;
	border: 5px solid #ddd;
	border: 5px solid rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	top: 100%;
	margin-top: 15px;
	left: 50%;
	margin-left: -105px;
	z-index: 9999;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
li.ft-field > div.ft-panel:before,
li.ft-field > div.ft-panel:after {
	position: absolute;
	content: " ";
	height: 0;
	width: 0;
	left: 50%;
}
li.ft-field > div.ft-panel:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ddd;
	border-bottom: 10px solid rgba(0, 0, 0, 0.3);
	top: -15px;
	margin-left: -10px;
}
li.ft-field > div.ft-panel:after {
	content: " ";
	height: 0;
	width: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #eee;
	top: -8px;
	margin-left: -8px;
}

ul.ft-selected {
	padding: 3px 10px 0 10px;
}
ul.ft-selected > li {
	font-size: 10px;
	display: inline-block;
	*display: inline; 
	*zoom: 1;
	margin-right: 3px;
	cursor: pointer;
	padding: 1px 5px 2px 5px;
	color: #555;
	border: 1px solid #555;
}
ul.ft-selected > li:after {
	font-family: 'FontAwesome';
	content:" \f00d";
	color: #555;
}
ul.ft-selected > li:active {
	background: #97f8ab;
}

li.ft-field > div.ft-panel > fieldset.ft-search { 
	padding: 10px;
	background: #eee;
}
li.ft-field > div.ft-panel > fieldset.ft-search:before {
	font-family: 'FontAwesome';
	content:"\f002";
	position: absolute;
    font-size: 15px;
	bottom: 21px;
	left: 15px;
	color: #BBB;
	text-shadow: none;
	z-index: 1;
}
li.ft-field > div.ft-panel > fieldset.ft-search > input { 
	outline: none;
	display: block;
	width: 140px;
	padding: 6px 10px 3px 32px !important; 
	color: gray;
	background: white;
}

li.ft-field > div.ft-panel > ul.ft-tags { 
	position: relative !important; 
	max-height: 200px !important; 
	border-top: 1px solid #ddd;
	overflow-x: hidden; 
	overflow-y: auto; 
	width: 100%;
}
li.ft-field > div.ft-panel > ul.ft-tags > li { 
    background: white;
	display: block;
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 8px 35px 8px 15px;
	cursor: pointer;
}
li.ft-field > div.ft-panel > ul.ft-tags > li:after { 
	content: attr(data-count);
    font-size: 11px;
    font-weight: normal;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
	padding: 3px 6px;
	color: white;
	background: #0d6b21;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight { 
	border-bottom: 1px solid #fee3e8;
	background: #FFCA3D;
}

li.ft-field > div.ft-panel > ul.ft-tags > li.ft-highlight:after {
	background: #0d6b21;
}

li.ft-field > div.ft-panel > div.ft-mismatch {
	padding: 10px 15px;
	color: white;
	background: #555555;
}

/* REQUIRED! */
.ft-hidden { display: none !important; }


/* Custom webkit scrollbars */
li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar {
    width: 10px;
}
li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    background: #DDD;
}
li.ft-field > div.ft-panel > ul.ft-tags::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
    background: #EEE;
}

#all-rides-holder {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 2%;	
}

ul#container
{
	list-style-type: none;
	clear: both;
	width: 1565px;
	margin: 0 auto;
}


ul#container a .holder{
	width: 300px;
	height: 350px;
	-webkit-transition: -webkit-transform .15s ease;
	-moz-transition: -moz-transform .15s ease;
	-o-transition: -o-transform .15s ease;
	-ms-transition: -ms-transform .15s ease;
	transition: transform .15s ease;
	position: relative;	
}

ul#container a .holder:hover {
	-webkit-transform: scale(1.05);
 	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
  	-ms-transform: scale(1.05);
  	transform: scale(1.05);
  	z-index: 5;	
}

ul#container h2
{
	font-size: 1.5vw;
	text-align: center;
	background-color: white;
	padding-top: 2%; 	
}
ul#container p
{
	margin: 3px 0 0 0; 	
}
ul#container .thumb img {
	width: 100%;
}

ul#container .text-holder
{
	padding: 2% 2% 2% 5%;	
	float: left;
}

ul#container .indicator
{
	position: absolute;
	right: 10px;
	color: lightgray;
}

ul#container .indicator:after
{
	content: "\25BA";
	font-size: 25px;	
}

.isotope-item {
  z-index: 2;
}

ul#container a:hover .holder .indicator:after  
{
	color: #15347a;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
	
	-webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
