@font-face {
    font-family: 'Lato';
	src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/lato-regular.woff2') format('woff2'),
		url('../fonts/lato-regular.woff') format('woff'),
		url('../fonts/lato-regular.ttf') format('truetype'),
		url('../fonts/lato-regular.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
	src: url('../fonts/lato-medium.eot');
    src: url('../fonts/lato-medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/lato-medium.woff2') format('woff2'),
		url('../fonts/lato-medium.woff') format('woff'),
		url('../fonts/lato-medium.ttf') format('truetype'),
		url('../fonts/lato-medium.svg#latomedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
	src: url('../fonts/lato-mediumitalic.eot');
    src: url('../fonts/lato-mediumitalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/lato-mediumitalic.woff2') format('woff2'),
		url('../fonts/lato-mediumitalic.woff') format('woff'),
		url('../fonts/lato-mediumitalic.ttf') format('truetype'),
		url('../fonts/lato-mediumitalic.svg#latomediumitalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
	src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/lato-bold.woff2') format('woff2'),
		url('../fonts/lato-bold.woff') format('woff'),
		url('../fonts/lato-bold.ttf') format('truetype'),
		url('../fonts/lato-bold.svg#latobold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
	src: url('../fonts/lato-italic.eot');
    src: url('../fonts/lato-italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/lato-italic.woff2') format('woff2'),
		url('../fonts/lato-italic.woff') format('woff'),
		url('../fonts/lato-italic.ttf') format('truetype'),
		url('../fonts/lato-italic.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
	src: url('../fonts/lato-bolditalic.eot');
    src: url('../fonts/lato-bolditalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/lato-bolditalic.woff2') format('woff2'),
		url('../fonts/lato-bolditalic.woff') format('woff'),
		url('../fonts/lato-bolditalic.ttf') format('truetype'),
		url('../fonts/lato-bolditalic.svg#latobolditalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

html {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
}

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}

body {
	font-family: Lato, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	/*overflow-y: hidden;
	overflow-x: hidden;*/
	-webkit-overflow-scrolling: touch;
}

header {

}

main {
    display: block;
}

footer {
	margin-top: 60px;
}

h1,h2,h3,h4,h5,h6 {
	color: #000;
}

h1 {
	font-size: 2.5rem;
	font-weight: bold;
	font-style: italic;
    color: #ffc328;
    margin-top: 0;
}

h2 {
	font-size: 1.8rem;
	font-weight: normal;
    color: #000;
}

h2:first-child {
    margin-top: 0;
}

h3 {
	font-size: 1.4rem;
}

h4 {
	font-size: 1.2rem;
}

h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover {

}

p {
	margin-bottom: 20px;
}

img, iframe {
	max-width: 100%;
    border: none;
}

hr {
	border: none;
	margin: 30px 0 20px 0 !important;
	border-bottom: 1px solid #eee;
}

a {
	color: #95989a;
}

a:hover, a:focus {
    color: #000;
	text-decoration: underline;
}


ul.inline li {
	display: inline-block;
	margin-right: 15px;
}

label {
  display: inline;
  margin-bottom: 0 !important;
  line-height: normal !important;
  cursor: auto;
}

input[type="text"] {
	vertical-align: baseline; /* To display error labels on the right side on inputs correctly */
}

input, button, select, textarea {
	font-family: inherit !important;
}

select {
  color: #000 !important;
}

legend {
	font-size: 1.2rem;
}

fieldset {
	background-color: transparent;
}

input[type="radio"], input[type="checkbox"] {
	/*margin-top: 3px !important;*/
}

.fieldsetDiv {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	position: relative;
}

.container-fluid {
	max-width: 1170px;
}

ul.nav-tabs {
	margin-bottom: 20px !important;
}

.nav-tabs > li, .nav-pills > li {
	list-style-type: none !important;
}

.navbar {
	background-color: transparent !important;
	background-image: none !important;
	border: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	min-height: 20px !important;
	margin: 16px 0 0 0 !important;
	filter: none !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
    float: right;
}

.navbar ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.navbar ul li {
	list-style-type: none;
	margin: 0 !important;
}

.navbar ul li a {
	color: #626262 !important;
	display: block;
	margin: 0 0 0 120px;
	padding: 8px 0 4px 0;
	border-bottom: 3px solid #eee;
    font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: none !important;
	text-align: center !important;
}

.navbar ul li a:hover, .navbar ul li a:focus, .navbar ul li a:active, .navbar ul li a.act {
	color: #000 !important;
    border-bottom: 3px solid #ffc328;
}

.navbar ul li:first-child a {
	margin-left: 0;
}

.navbar ul li:last-child a {

}

.navbar-collapse {
	max-height: none !important;
	padding: 0;
}

/* Custom styles for Bootstrap page subnavi */

ul.pageSubNavi {
	border-bottom: none;
	margin-top: 25px;
	margin-bottom: 10px !important;
}

ul.pageSubNavi li {
    margin: 0 !important;
}

ul.pageSubNavi li a, ul.pageSubNavi li a:hover {
	display: block;
	border: none !important;
	border-bottom: 1px solid #eeeeee !important;
	border-radius: 0px !important;
	margin: 0 !important;
}

ul.pageSubNavi li a:hover {
	background-color: #fafafa !important;
}

ul.pageSubNavi li:first-child a {
    border-top: 1px solid #eeeeee !important;
}

ul.pageSubNavi li a.act {
	text-decoration: underline;
}

ul.pageSubNavi > li > a:hover, .pageSubNavi > li > a:focus {
	background-color: transparent;
	text-decoration: underline;
}

ul.pageSubNavi ul {
	margin-top: 0;
	border-bottom: 1px solid #eeeeee !important;
}

ul.pageSubNavi ul li {
	margin: 5px 0 !important;
}

ul.pageSubNavi ul li:last-child {
	margin-bottom: 15px !important;
}

ul.pageSubNavi > ul > li > a, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
}

ul.pageSubNavi ul li a, ul.pageSubNavi ul li a:hover {
    border: none !important;
	background-color: transparent !important;
}

ul.pageSubNavi ul li:first-child a {
    border-top: none !important;
}

ul.pageSubNavi ul li a.last {
    /*border-bottom: 1px solid #eeeeee !important;*/
}

ul.pageSubNavi ul li.last {
	margin-bottom: 10px;
}

ul.pageSubNavi > li.open > a {
    /*border-bottom: none !important;*/
	border-bottom: 1px solid #eeeeee !important;
}

ul.pageSubNavi li.open {
	padding-bottom: 0px;
}

.subNaviHeading {
	margin-top: 2px;
	line-height: normal;
}

/* Custom styles for Bootstrap page subnavi end */

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #ffc328;
    border-color: #ffc328;
}

.pagination > li > a, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #000;
}

.table > thead > tr > th {
    background-color: #eee;
}

.adminTable > thead > tr > th {
    background-color: #000;
}

.table tr:last-child td, .table tr:last-child th {
    border-bottom: 1px solid #ddd;
}

.glyphicon-menu-link .glyphicon {
    top: 2px;
}
/* Bootstrap overrides end */

.logo {
	width: 120px;
	height: 31px;
	margin: 20px 0 10px 0;
    float: left;
	background-image: url('../images/illume-logo-text-only.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.logo-video {
    width: 250px;
	height: 150px;
    float: none;
    background-image: url('../images/illume-logo-white.svg');
}

#languages {
	float: right;
	margin: 10px 0 0 0;
}

#languages a {
	margin-left: 5px;
	padding: 4px 8px;
    color: #000;
	text-transform: uppercase;
}

#languages a.act {
	background-color: #ffc328;
	color: #fff;
}

#loginInfoDiv {
	text-align: right;
	float: right;
	font-size: 12px;
	margin: 12px 0 0 0;
}

#loginInfoDiv a {
}

/* tracker */
#tracker {
	background-color: #b6e2f2;
}

#tracker ul {
    margin: 5px 0;
    padding: 0;
}

#tracker ul li {
    list-style-type: none;
    margin: 0;
    display: inline;
	white-space: pre;
	font-size: 12px;
}

#tracker ul li:after {
    content: "  //   ";
}

#tracker ul li:last-child:after {
    content: none;
}

#tracker ul li a {
    color: #000;
}
/* tracker end */

#mainVideo {
    position: relative;
    background-color: #000;
}

#mainVideo video {
    display: block;
    width: 100% !important;
    height: auto !important;
}

#mainVideo h1 {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: none;
}

#mainVideo #play {
    color: #fff;
    font-size: 6em;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

#mainVideo p {
    font-size: 2em;
    color: #ffc328;
    text-align: center;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 10px;
    display: none;
}

#mainArrow {
    font-size: 2em;
    margin: 60px 0;
    text-align: center;
}

#mainArrow a {
    color: #ffc328;
}

#mainImg {
    position: relative;
    padding-top: 40%;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
}

#mainImg .mainImgSlogan {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    margin: 0;
    color: #ffc328;
    font-size: 2.5em;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

section.section-main {
    margin: 80px 0;
}

section#mainMovies {
    margin-bottom: 80px;
}

section#mainNews {
    margin-top: 80px;
    margin-bottom: 80px;
}

#contactMapAndAddress {
    font-size: 1.6em;
}

#personnel .col-md-6 {
    margin-top: 30px;
    margin-bottom: 30px;
}

#personnel h2 {
    margin-top: 0;
}

.personnel-title {
    font-size: 1.4em;
    margin: 0 0 5px 0;
    color: #95989a;
}

.personnel-img {
    width: 160px;
    height: 160px;
    background-color: #ddd;
    margin: 0 15px 140px 0;
    clear: left;
}

.spotlight-col {
    height: 400px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.spotlight-col:nth-child(3n+1) {
    clear: left;
}

.spotlight-col a {
    color: #000;
}

.spotlight-img {
    height: 0;
    padding-top: 56.25%;
    margin: 0 -15px;
    background-position: center;
    background-size: cover;
    background-color: #dcdcdc;
}

.movie-img {
    margin-bottom: 20px;
}

.movie-default-img {
    height: auto;
    width: 100%;
    background-color: #dcdcdc;
}

div.video-thumb, div.img-thumb {
    position: relative;
    width: 22%;
    padding-top: 22%;
    margin: 0 0 20px 4%;
    background-color: #000;
    background-position: center;
    background-size: cover;
}

div.video-thumb a, div.img-thumb a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*a:nth-child(4n+1) div.video-thumb, a:nth-child(4n+1) div.img-thumb {
    margin-left: 0;
}*/

div.video-thumb:nth-child(4n+1), div.img-thumb:nth-child(4n+1) {
    margin-left: 0;
}

div.img-thumb .img-thumb-buttons {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

div.video-thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 30%;
}

div.video-thumb-youtube:before {
    background-image: url('../../../modules/IllumeMDB/images/icon-youtube.svg');
}

div.video-thumb-vimeo:before {
    background-image: url('../../../modules/IllumeMDB/images/icon-vimeo.svg');
}

.spotlight-gradient {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.director-col {
    text-align: center;
    height: auto;
    margin-bottom: 20px;
}

.director-img {
    height: 160px;
    width: 160px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    background-color: #dcdcdc;
    border-radius: 50%;
}

.director-main-img {
    margin-bottom: 20px;
}

.mdb-tab-content {
    margin-top: 15px;
}

.mdb-rel-list {
    position: relative;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
}

.mdb-rel-list ul {
    margin: 0;
    padding: 0;
}

.mdb-rel-list li {
    cursor: default;
}

.mdb-rel-list li:hover {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}

.mdb-rel-list li label {
    font-size: 12px;
    font-weight: normal;
}

.mdb-rel-list li .btn {
    margin: 0 0 0 5px;
    padding: 1px 5px;
}

.hr-header {
    margin-top: 0 !important;
}

.page-sidebar-img {
    margin-bottom: 20px;
}

.illume-form .btn-default, .illume-form .btn-default:hover {
    background-color: #fff;
    color: #ffc328;
    border-color: #ffc328;
}

.illume-form .btn-default:hover {
    color: #000;
}

.illume-form .btn:active {
    box-shadow: none;
}

.illume-form .btn-primary {
    background-color: #ffc328;
    border-color: #ffc328;
    color: #fff;
}

.illume-form .btn-primary:hover, .illume-form .btn-primary:active:focus {
    background-color: #ffc328;
    color: #000;
    border-color: #f2b927;
}

.illume-form .form-control {
    background-color: #e9e9e9;
    color: #95989a !important;
    border: none;
    box-shadow: none;
}

.illume-form select.form-control {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;

    background-image: url('../images/select-menu.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.illume-form .search {
    background-image: url('../images/icon-search.svg');
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 32px;
}

#MDBSearchResults {
    margin-top: 30px;
}

#MDBSearchResultsText {
    display: none;
}

iframe#googleMaps {
	border: 0;
	width: 100%;
	height: 350px;
	background-color: #eee;
	background-image: url('../../../images/ajax-loader-indicator-big-light.gif');
	background-repeat: no-repeat;
	background-position: center;
}

.clear {
    clear: both;
}

p.date {
    color: #95989a;
    margin-bottom: 0;
}

div.pageFlowDiv p a {
	color: #333;
}

.thumbnailCropDiv {
	position: relative;
	width: 80px;
	height: 80px;
    border: 1px solid #e0e0e0;
    padding: 5px;
    margin: 0px 15px 20px 0px;
    background-color: #fff;
	float:left;

	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.thumbnailDiv {
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.thumbnailDiv img {
	max-width: none !important;
}

#subNaviMenuButton {
	background: none !important;
	background-color: #48aac4 !important;
	border: none !important;
	box-shadow: none !important;
	margin-top: 0 !important;
}

.navbar-toggle .icon-bar {
    background-color: #fff !important;
}

#adminPageNavi {
	text-align: right;
	margin-bottom: 20px;
	margin-right: 0px;
}

#adminPageNavi h3 {
	margin-top: 20px;
	margin-bottom: 3px;
	padding: 0px 12px;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
}

#adminPageNavi button:last-child {
	margin-right: 10px;
}

#adminPageNavi hr {

}

a.adminIcon {
	font-size: 12px;
}

/* Fix BS button placement */
/*input + button {
    margin-top: -4px;
}*/

.btn-help {
	padding: 0 !important;
	border: none !important;
	background: none !important;
	box-shadow: none !important;
}

table.adminTable {
	/*font-size: 12px;*/
}

table.adminTable tr:hover td {
	background-color: #ffd !important;
}

/*
table.adminTable td, table.adminTable td a {
	color: #000;
}*/

.modal-content {
    overflow: hidden;
}

.modal h5 {
	margin-bottom: 5px !important;
}

.modal hr {
	border-color: #eee !important;
}

input.loading {
	background-image: url('../../../images/ajax-loader-indicator-small-light.gif') !important;
	background-repeat: no-repeat !important;
	background-position: 97% center !important;
}

div.iFrameContainer {
	position: relative;
	width: 100%;
	height: 0px;
	padding-bottom: 60%;
}

iframe.videoIFrame {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0;
	border: none;
}

#copyright {
    margin: 20px 0;
}

/* SoMe icons */

ul.someIcons {
	margin: 0;
	padding: 0;
	float: left;
}

footer ul.someIcons, ul.someIcons-share {
	float: right;
}

ul.someIcons li {
	list-style-type: none;
	float: left;
}

ul.someIcons li a {
    display: inline-block;
	width: 32px;
	height: 32px;
	margin-left: 10px;
	background-repeat: no-repeat;
}

ul.someIcons-share li a {
	width: 16px;
	height: 16px;
	margin-top: 10px;
	margin-left: 5px;
	background-size: cover;
}

ul.someIcons li:first-child a {
	margin-left: 0;
}

ul.someIcons li a span {
    display: none;
}

ul.someIcons li a.facebook {
    background-image: url('../images/icon-facebook-32x32.png');
}

ul.someIcons li a.twitter {
    background-image: url('../images/icon-twitter-32x32.png');
}

.heading-icon {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 32px 32px;
    padding-left: 42px;
    line-height: 32px;
}

.heading-icon-facebook {
    background-image: url('../images/icon-facebook.svg');
}

.heading-icon-twitter {
    background-image: url('../images/icon-twitter.svg');
}

.heading-icon-instagram {
    background-image: url('../images/icon-instagram.svg');
}

.some-feed {
    margin-bottom: 30px;
}
/* SoMe icons end */


/* FB likeBox hacks */
#fb-root {
	display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	width: 100% !important;
}
/* FB likeBox hacks end */

#fbPagePlugin {
	background-image: url('../../../images/ajax-loader-indicator-big-light.gif');
    background-repeat: no-repeat;
    background-position: center;
	min-height: 64px;
}

#insta img {
	margin: 0 4% 4% 0;
	width: 48% !important;
}

#insta a:nth-child(even) img {
	margin-right: 0;
}

.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #fafafa;
}

.table-striped > tr:nth-child(odd) > th.horz {
	background-color: #fafafa;
}

.table-striped > tbody > tr:nth-child(even) > td {
  background-color: #fff;
}

.table-striped > tbody > tr:nth-child(even) > th.horz {
  background-color: #fff;
}

.table-downloads td {
    vertical-align: middle !important;
}

.table-downloads .glyphicon {
    font-size: 24px;
}

.adminTwoColRow {
    max-width: 430px;
}

/* Image & video gallery module styles */

div.galleryTn {
	position: relative;
	width: 30%;
	padding-top: 30%;
	float: left;
	margin-right: 5%;
	border: 1px solid #eee;
	background-size: cover;
	background-position: center;
}

div.gallery div.galleryTn:nth-child(4n+4) {
	margin-right: 0;
}

div.galleryTnContainer {
	float: left;
	text-align: center;
	margin-right: 5%;
	margin-bottom: 2%;
	min-height: 190px;
	width: 20%;
}

div.galleryTnContainer:nth-child(4n+4) {
	margin-right: 0;
}

div.galleryTnContainer:nth-child(4n+1){
    clear: left
}

div.galleryTn {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 100%;
	margin: 0 5% 5% 0;
	background-size: cover;
	background-position: center;
}

div.galleryTn a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

div.galleryTn a span {
	display: none;
}

div.galleryList p > a {
	color: #333;
}

#videoGallery div.galleryTn a:hover {
	background-image: url('../images/video-tn-play-icon.png');
	background-size: cover;
}

/* Image & video gallery module styles end */

#lightcase-title, #lightcase-caption {
    color: #fff !important;
}

.adminTextInput, .adminSelect {
    width: 100% !important;
    max-width: 400px !important;
}

@media (max-width: 1187px) {
    #mainImg {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 991px) {
    .navbar ul li a {
    	margin-left: 80px;
    }
    #personnel .col-md-6 {
        clear: both;
    }
    .adminTextInput, .adminSelect {
        width: 100% !important;
        max-width: none !important;
    }
    .adminTwoColRow {
        max-width: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px)
{
	/* Fix BS button placement */
	/*input + button {
		margin-top: 2px;
	}*/
}



@media (max-width: 767px) {
	body {
        padding-top: 60px;
    }
    header {
		height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        z-index: 1999;
	}
	#lanAndLogin {
		float: right;
        margin-top: 10px;
	}
	header .logo {
		margin-top: 15px;
	}
	.navbar {
		min-height: 0 !important;
		height: auto !important;
		width: auto !important;
		margin: 0 0 0 -15px !important;
		float: left !important;
		clear: both !important;
		position: static;
		z-index: 9999;
	}
	.navbar-collapse {
		background-color: rgba(255, 255, 255, 0.9) !important;
		padding: 30px !important;
		/*min-width: 320px;*/
		border: none !important;
        border-right: 1px solid #eee !important;
		position: fixed !important;
		top: 60px !important;
		right: 50% !important;
		bottom: 0 !important;
		left: 0 !important;
		z-index: 9999;

		-webkit-transition: left 0.5s, right 0.5s;
	    -moz-transition: left 0.5s, right 0.5s;
	    -o-transition: left 0.5s, right 0.5s;
	    transition: left 0.5s, right 0.5s;
	}
	.navbar-collapse.slide-out {
		left: -50% !important;
		right: 100% !important;
	}
	.navbar ul li a {
		margin: 0;
		text-align: left !important;
	}
	#navbarButton {
		margin: 15px 20px 0 0;
		padding: 5px;
		background: none;
		background-color: transparent;
		border: none;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		float: left;
	}
    #navbarButton .icon-bar {
        background-color: #626262 !important;
		width: 32px;
		height: 5px;
    }
	#navbarButton:hover .icon-bar {
        background-color: #000 !important;
    }
	.navbar ul li {
		width: auto;
	}
	.navbar ul li a, .navbar ul li:first-child a {
		padding: 10px 0;
	}
	.navbar ul li a:hover {
		/*background-color: rgba(255, 255, 255, 0.2) !important;*/
	}
    .hr-header {
        margin-bottom: 20px !important;
        border: none;
    }
	ul.pageSubNavi {
		border-bottom: 1px solid #eee;
	}
	#mainVideo {
		margin-top: 1px;
	}
    .logo-video {
        width: 125px;
    	height: 75px;
    }
    #mainVideo p {
        font-size: 1.2em;
    }
    section.section-main {
        margin: 0px 0;
    }
    section#mainMovies {
        margin-bottom: 0;
    }
    section#mainNews {
        margin: 0;
    }
    hr {
        margin-top: 0 !important;
        border-bottom: 1px solid #eee;
    }
    #MDBSearchResults {
        margin-top: 20px;
    }
    .spotlight-col {
        height: auto;
        margin-bottom: 30px;
        overflow: visible;
    }
    .spotlight-col:last-child {
        margin-bottom: 0px;
    }
    .spotlight-gradient {
        display: none;
    }
    .director-col {
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .director-img {
        width: 120px;
        height: 120px;
        margin-right: 30px;
        float: left;
    }
    .director-col h2 {
        position: absolute;
        left: 150px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }
	/* Fix BS button placement */
	/*input + button {
		margin-top: 2px;
	}*/
}

@media (max-width: 640px) {

}

@media (max-width: 550px) {

}

@media (max-width: 480px) {
    .navbar-collapse {
        right: 0 !important;
        border: none !important;
    }
    #lanAndLogin {
    	margin-top: 7px;
    }
    #loginInfoDiv {
    	clear: right;
        margin-top: 5px;
    }
    #languages  {
        margin: 0;
    }
    #languages a {
        padding: 3px 7px;
    }
    .logo-video {
        width: 75px;
    	height: 45px;
    }
    #mainVideo p {
        font-size: 1em;
    }
    #personnel .col-md-6 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .personnel-title:after {
        content: "";
        display: block;
        clear: both;
    }
    .personnel-img {
        margin-top: -20px;
        margin-bottom: 0;
        width: 120px;
        height: 120px;
    }
    div.video-thumb, div.img-thumb {
        width: 48%;
        padding-top: 48%;
        margin: 0 0 20px 4%;
    }
    div.video-thumb:nth-child(2n+1), div.img-thumb:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media (max-width: 319px) {
    header .logo {
    	width: 84px;
    	height: 22px;
    	margin-top: 20px;
    }
}

@media (max-width: 275px) {
    header .logo {
    	display: none;
    }
}

/* W8 Phone fix */
@-ms-viewport{
	width: device-width;
}
