.fc-vl-body #top-nav {
	margin-bottom:0;
}
.fc-vl-navbar-top {
	border-radius:0;
	border:none;
}
.fc-vl-navbar-top .navbar-brand {
	font-weight: 100;
	text-decoration: none;
}
.fc-vl-navbar-top .navbar-left {
	width:inherit;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #CFD8DC;
}

/* ==========================================================================
   Typeahead.js in Bootstrap 3 style
   ========================================================================== */

input.fc-vl-search {
	border-radius:0;
	border:none;
}
.fc-vl-search-input-group>.twitter-typeahead {
	width:200px;
}
.fc-vl-search-input-group>.input-group-btn {
/*	vertical-align:top;*/
}

.input-group.fc-vl-search-input-group .form-control.fc-vl-search {
	padding: 5px 10px;
	font-size: 14px;
}
.input-group.fc-vl-search-input-group .input-group-btn>button {
	height:34px;
	font-size: 13px;
	padding: 5px 10px;
}
.input-group.fc-vl-search-input-group .input-group-btn>button:hover {
/*	border-color:#B0BEC5; */
}

.tt-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.tt-suggestion > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: nowrap!important;
	margin:0;
}
.tt-suggestion > a:hover,
.tt-suggestion > a:focus,
.tt-suggestion.tt-cursor a {
	background-color: #e8e8e8;
	background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
	background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
	background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-repeat: repeat-x;
}

.tt-no-suggestions {
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #777;
	white-space: nowrap;
	margin: 0;
}






h1.page-title {
	margin-bottom:20px;
}
.field-key {
	font-weight: bold;
}

/* ---- Film pages */
.primary-title {
	font-style: normal;
}
.secondary-title {
	font-style: italic;
}


.user-actions {
	margin-top:15px;
}

.vl-enum .thumbnail h3 {
	margin:0;
}
.vl-enum .thumbnail .caption {
	padding:6px 0;
}







.vl-filters-panel {
	background-color:#ECEFF1;
	margin:-20px -15px 20px -15px;
	padding:1px 15px 0 15px;
	overflow-x:auto;
}
.vl-filters-table {
/*	min-width: 100%;*/
}
.vl-filters-table td {
	padding-right:20px;
	vertical-align: top;
}
.vl-filters-table td .fc-filter-checkbox .value {
	font-weight: normal;
}

.fc-filter-radio label, .fc-filter-checkbox label {
	display: inline;
	font-weight: 400;
	cursor: pointer;
}

.vl-filters-table .filter-group-content {
	min-width:160px;
	max-height:250px;
	overflow-y:auto;
}




/* Make .vl-filters-panel mobile-friendly compatible  */
@media (max-width: 767px) {
    .vl-filters-panel {
        margin:0 -10px;
        padding:15px;
        overflow-x:hidden;
    }
    table.vl-filters-table {
        display:flex;
        width:100%;
        margin:15px 5px;
    }
    table.vl-filters-table > tbody {
        display:flex;
        width:100%;
    }
    table.vl-filters-table > tbody > tr {
        display:flex;
        flex-direction:column;
        width:100%;
    }
    table.vl-filters-table > tbody > tr > td {
        width:100%;
    }
    .vl-filters-table .filter-group-content {
        max-height: none;
    }
}



.vl-navbar-secondary li.active {
	font-weight:bold;
}

/* lg and xl size */
@media (min-width: 1200px) {
	.vl-navbar-header {
		float:left;
	}
}
/* md size */
@media (max-width: 1199px) and (min-width: 992px) {
	.vl-navbar-header {
		float:none;
	}
	.vl-navbar-secondary {
		padding:0;
	}
	.vl-navbar-secondary>.navbar-nav{
		margin-left:-15px;
	}
}
/* sm size */
@media (max-width: 991px) and (min-width: 768px) {
	.vl-home {
		display:none;
	}
	.vl-navbar-header {
		float:none;
	}
	.vl-navbar-secondary {
		padding:0;
	}
	.vl-navbar-secondary>.navbar-nav{
		margin-left:-15px;
	}	
}
/* xs size */
@media (max-width: 767px) {
	.vl-navbar-header {
		float:none;
	}
	.vl-navbar-secondary {
		padding:0;
	}
	.vl-navbar-secondary>.navbar-nav{
		margin-right:0;
	}
	.fc-vl-search-wrapper {
		margin:0;
		padding-left:0;
		padding-right:0;
	}
	.vl-filters-panel {
		margin-top:0;
	}
}


.vl-thumbnail {
	overflow:hidden;
}
a.vl-thumbnail,
a.vl-thumbnail:hover,
a.vl-thumbnail:focus {
	text-decoration: none;
}
a.vl-viewing-thumbnail,
a.vl-viewing-thumbnail:hover,
a.vl-viewing-thumbnail:focus {
	text-decoration: none;
}
.vl-thumbnail .filmTitle {
	color:#455A64;
	margin:2px 0 6px 0;
	line-height:1.4;
}
.vl-thumbnail .filmInfo {
	color:#546E7A;
}
.vl-thumbnail .originalTitleFull {
	font-style:italic;
}
.vl-thumbnail .duration {
	margin-top:9px;
}
.fc-picture-thumb-vl {
	margin:-4px;
}
.fc-picture-thumb-vl>img {
	max-width:100%;
}
.fc-picture-still-vl {
	margin:0 0 15px 0;
}
.fc-picture-still-vl>img {
	max-width:100%;
}


.vl-rows-description {
	margin-bottom:30px;
	margin-top:-10px;
	font-size:16px;
	color:#777;
	font-weight: 100;
}

h6.filter-name {
	font-weight: bold;
	margin-right:15px;
}

.filter-group-content.filter-range.list-unstyled {
    overflow: hidden;
    padding: 0 10px;
}

.fc-tiles {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	gap:20px 0;
}
.fc-tiles .thumbnail {
	margin-bottom:0;
	height:100%;
}
.fc-tiles>.no-records {
	margin:0 15px;
}

/* Correct position of range filter slider labels */
.slider-labels>.min-range-label {
	margin-left:-8px;
	color:#424242;
}
.slider-labels>.max-range-label {
	margin-right:-8px;
	color:#424242;
}


.btn-my-films-toggle>.my-films-yes {
	display:none;
}
.btn-my-films-toggle.in>.my-films-yes {
	display:inline;
}
.btn-my-films-toggle.in>.my-films-no {
	display:none;
}
