.btn-xsm {
	padding: 0px 1px !important;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.form-control {
	border-color: #d6d6d6 !important;
	outline: 0;
	border-radius: 4px !important;
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
	/*-webkit-box-shadow: inset 0 0px 0px rgb(0, 0, 0), 0 0 2px
		rgba(234, 232, 232, 0.4) !important;
	box-shadow: inset 0 0px 0px rgb(0, 0, 0), 0 0 2px
		rgba(234, 232, 232, 0.4) !important;*/
}

.form-control:focus {
	border-color: #d6d6d6 !important;
	outline: 0;
	-webkit-box-shadow: inset 0 0px 0.5px rgb(0, 0, 0), 0 0 1px
		rgba(234, 232, 232, 0.6) !important;
	box-shadow: inset 0 0px 0.5px rgb(0, 0, 0), 0 0 1px
		rgba(234, 232, 232, 0.6) !important;
}

div.wrapper {
	/*	margin-top: 215px;*/
	/*background-color: #EEEEEE;*/
	/* background: url(../img/1.png);
	background-repeat: repeat;
	background-size: 100% auto; */
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	/*max-height: 230px;*/
}

.box {
	border: none;
	box-shadow: none;
}

.background_container {
	position: relative;
}

div.ukraine {
	position: absolute;
	margin: 20px 0px 0px 0px;
}

div.ukraine img {
	width: 140px;
}

.font_24, p.film_entry.font_24, p.slider_title.font_24, h3.font_24, h2.font_24,
	h2.page_header.announcement.font_24 a, a.font_24, .page-header.film_tile a.font_24
	{
	line-height: 1.1;
	font-size: 24px;
	font-family: Roboto, sans-serif;
	font-weight: 100;
}

div.checkbox input {
	height: 25px;
	width: 25px;
}

div.checkbox label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 5px;
	margin-bottom: 5px;
}

table#name input[type="checkbox"] {
	float: left;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 8px;
	margin-right: 3px;
}
/*
.dropdown-menu {
	font-size: 1.18em;
	
}

.dropdown-menu>li>a {
	line-height: 1.1;
}

.dropdown-menu>li>a:hover {
	color: #9E6B15;
}

div.footer_menu_item {
	margin: 1px 0px;
	font-size: 14px;
}

.regular_menu {
	display: none;
}

.menu_link {
	position: relative;
}

*/
.tile div.news_tile.wrap {
	float: left;
	position: relative;
}

.tile div.news_tile.wrap:nth-of-type(3) {
	
}

.resize_fit_center {
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	float: left;
}

.first .resize_fit_center {
	vertical-align: middle;
}

.next .resize_fit_center {
	float: left;
}

.nav-tabs-custom>.nav-tabs>li.active {
	border-top-color: #ff5500;
}

.guests_desc {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.35);
	position: relative;
	width: 100%;
	height: 60px;
	margin-top: -60px;
	padding: 10px;
}

.calendar_messsage {
	font-size: 14px;
	color: #fff;
	text-align: left;
	width: 200px;
	padding: 5px 0px 0px 5px;
	display: inline-block;
}

div.tile.countdown {
	padding: 0px 0px 5px 5px;
	border: 1px solid #6D6D6D;
}

.clock {
	margin: 0px;
	display: block;
	float: none;
	color: #9E9E9E;
	clear: both;
	margin-top: 0px;
	text-align: right;
	font-size: 16px;
}

h2.page-header.announcement {
	border-bottom: none;
}

.clock_2 {
	clear: both;
	float: right;
}

h3.wff_starts {
	color: #ff5500;
	text-align: left;
	display: inline-block;
	float: left;
	margin-top: 10px;
}

.gal_img {
	height: 100%;
	width: auto;
}

.gal_img_container {
	width: 100%;
	padding: 0px;
	float: left;
}

div.gal_img_container:nth-child(1) {
	padding-right: 0px;
}

p.film_entry {
	font-weight: 400;
}

select.content_type option {
	height: 60px;
}

div.announcement_container, div.news_container {
	padding: 5px 10px 35px;
	height: 300px;
	overflow: scroll;
}

.tile div.news_forward {
	width: 50px;
	height: 30px;
	position: absolute;
	top: auto;
	right: 0px;
	bottom: 0px;
	left: auto;
	font-weight: bold;
	color: #ff5500;
}

.right_login_box {
	float: left;
	width: auto;
	margin-top: 5px;
	font-size: 11px;
	display: none;
}

#clock-digit {
	display: inline-block;
	background-color: #333;
	font-family: 'Orbitron', sans-serif;
	border-radius: 4px;
	padding: 3px 3px;
	text-shadow: 0px 0px 2px #fff;
	color: #fff;
	text-align: center;
	min-width: 20px;
}

.grayscale {
	filter: grayscale(0.4);
	-webkit-filter: grayscale(0.4);
	-moz-filter: grayscale(0.4);
	-o-filter: grayscale(0.4);
	-ms-filter: grayscale(0.4);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.grayscale:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}

div.pictures_container {
	display: block;
	width: 100%;
	clear: both;
	float: left;
	padding: 0px;
	background-color: #FAFAFA;
}

div.film_tile.wff_pic_tile {
	float: left;
	width: 100%;
	display: inline-block;
	padding: 0px 10px 5px 10px;
	background-color: #fff;
}

div.right_login_box .fa.fa-th {
	float: left;
	margin-right: 10px;
	font-size: 18px;
	margin-top: 2px;
	color: black !important;
	cursor: pointer;
}

div#livesearch_results {
	background-color: #fff;
	width: 400px;
	height: auto;
	position: absolute;
	top: 0px;
	right: 0;
	left: auto;
	z-index: 999999999999999999999999;
	width: 400px;
	border-left: 1px #e3be28 solid;
	border-right: 1px #e3be28 solid;
}

div#livesearch_result {
	padding: 0px 5px 0pxpx 5px;
	border-bottom: 1px #EEEEEE solid;
	float: left;
	width: 100%;
	position: relative;
}

div#livesearch_result span.l_title {
	color: #ff5500;
	font-size: 16px;
}

div#livesearch_result span.l_title_en {
	color: #202020;
	font-size: 12px;
	position: relative;
}

div#livesearch_result span.l_title_pl {
	color: #202020;
	font-size: 11px;
	position: relative;
}

div#livesearch_result span.l_dir {
	color: #202020;
	font-size: 11px;
	position: relative;
}

div#livesearch_result img {
	height: 58px;
	width: 100px;
	vertical-align: top;
	margin-top: 8px;
	float: left;
}

div.l_container {
	float: left;
	line-height: 1.2;
}

div.show_more_results {
	text-align: center;
	position: relative;
	padding: 5px;
	float: left;
	width: 100%;
	background-color: #e3be28;
	cursor: pointer;
	display: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.item.festivi {
	width: 300px;
	height: 200px;
	padding-left: 0px;
}

div.ukraine {
	margin: 20px 0px 0px 1060px;
}

div.ukraine img {
	width: 140px;
}

.festivi_iframe {
	width: 100%;
	height: 100%;
}

.none, div.none, span.none, div.icons.none, div.languages.none {
	display: none;
}

a.join_company_link {
	font-weight: bold;
	cursor: pointer;
}

div.cookies {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
	background: #fff;
	opacity: 0.7;
	cursor: pointer;
}

div.cookies span {
	float: right;
}

div.item.load_more_button {
	width: 100%;
	padding: 4px 0px 0px 0px;
	height: 45px;
	text-align: center;
	clear: both;
	color: #fff;
	font-weight: 400;
	font-size: 19px;
	cursor: pointer;
	margin-top: -5px;
}

div.load_more_button div {
	background-color: #A67B42;
	width: 100%;
	height: 40px;
	padding-top: 5px;
}

.load_more_button:hover {
	opacity: 0.9;
}

div#livesearch_result div {
	width: 290px;
	display: inline-block;
	padding: 5px;
}

div#livesearch_result:nth-of-type(odd) {
	/*background: #F7F7F7;*/
	
}

div#livesearch_result:nth-of-type(even) {
	background: #fff;
}

div#livesearch_result:hover {
	background-color: #e3be28;
	cursor: pointer;
}

/*CONTENT LIVESEARCH */
div.cl_title {
	float: left;
	padding: 10px;
	font-size: 18px;
	width: 100%;
	background-color: #FBFBFB;
	padding: 10px;
}

input.livesearch_content {
	width: 80%;
	border: #f7f7f7;
	height: 70px;
	color: e5e3e3;
	font-size: 18px;
	padding-left: 15px;
}

span.cl_search.btn {
	width: 20%;
	color: #fff;
	font-size: 18px;
}

span.cl_search.btn {
	background: #f7f7f7;
	height: 70px;
}

select.content_type {
	width: 100%;
	border: none;
	height: 70px;
	font-size: 18px;
	margin-top: 10px;
	color: e5e3e3;
	padding-left: 10px;
}

div#mobile_livesearch {
	border: none;
	float: right;
	margin: 10px 10px 0px 0px;
}

div#cl_livesearch_results {
	background-color: #fff;
	width: 400px;
	height: auto;
	position: absolute;
	top: 0px;
	right: 0;
	left: auto;
	z-index: 999999999999999999999999;
	width: 400px;
	border-left: 1px #e3be28 solid;
	border-right: 1px #e3be28 solid;
}

div#cl_livesearch_result {
	padding: 0px 5px 0px 5px;
	border-bottom: 1px #EEEEEE solid;
	float: left;
	width: 100%;
	background: #fff;
	height: 75px;
}

div#cl_livesearch_result span.cl_title {
	color: #ff5500;
	font-size: 16px;
}

div#cl_livesearch_result span.cl_title_en {
	color: #202020;
	font-size: 12px;
	position: relative;
}

div#cl_livesearch_result span.cl_title_pl {
	color: #202020;
	font-size: 11px;
	position: relative;
}

div#cl_livesearch_result span.cl_dir {
	color: #202020;
	font-size: 11px;
	position: relative;
}

div#cl_livesearch_result img {
	height: 58px;
	width: 100px;
	vertical-align: top;
	margin-top: 8px;
	margin-bottom: 8px;
	float: left;
}

div.cl_container {
	float: left;
	line-height: 1.2;
}

div.cl_show_more_results {
	text-align: center;
	position: relative;
	padding: 5px;
	float: left;
	width: 100%;
	background-color: #e3be28;
	cursor: pointer;
	display: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

div#cl_livesearch_result div {
	width: 80%;
	display: inline-block;
	padding: 5px;
}

div#cl_livesearch_result {
	position: relative;
	height: auto;
}

div#cl_livesearch_result:nth-of-type(even) {
	background: #fff;
}

div#cl_livesearch_result:hover {
	background-color: #e3be28;
	cursor: pointer;
}

div.history_div {
	width: 19%;
	float: left;
	margin-right: 1%;
	/*background-color: rgba(242, 242, 242, 1);*/
	border-radius: 10px;
	padding: 10px 20px 10px 20px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 20px 10px;
}

div.history_div.en {
	min-height: 80px;
}

.tile div.announcement_scroll_up:hover, .tile div.announcement_scroll_down:hover
	{
	/*background-color: #F7F7F7;*/
	transition: background-color 0.5s ease;
}

.tile div.announcement_scroll_down {
	background-color: #eeeeee;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 20px;
	padding: 5px 0px;
	cursor: pointer;
	z-index: 999999999;
	display: none;
}

.tile div.news_scroll_down {
	background-color: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 20px;
	padding: 5px 0px;
	cursor: pointer;
	z-index: 999999999;
}

.tile div.announcement_scroll_up {
	background-color: nonr;
	position: relative;
	top: 0;
	left: 0;
	height: 20px;
	padding: 5px 0px;
	cursor: pointer;
	display: none;
}

.tile div.news_scroll_up {
	position: relative;
	top: 0;
	left: 0;
	height: 20px;
	padding: 5px 0px;
	cursor: pointer;
	font-weight: bold;
	z-index: 2;
	margin-bottom: 10px;
}

.tile div.news_scrollup_message {
	margin-left: 5px;
	font-size: 13px;
	color: black;
	height: 80px;
	overflow: hidden;
	display: block;
	position: relative;
}

.tile div.news_scrollup_message p {
	display: inline;
	color: black;
	font-size: 12px;
}

.tile div.news_scroll_title {
	color: black;
	float: left;
	text-align: left;
	margin: 5px 5px;
	font-size: 14px;
}

div.news_scroll_up a, div.news_scroll_down a {
	color: black;
}

div.news_scroll_title:hover, div.news_scroll_up a:hover, div.news_scroll_down a:hover
	{
	color: #ff5500;
}

#sidebar-box {
	top: 0;
	position: absolute;
	/*	background-image: linear-gradient(to bottom, transparent, white);*/
}

hr.news_top {
	color: black;
	background: black;
	width: 14%;
	margin: 6px auto;
	height: 2px;
}

hr.news_bottom {
	color: #ff5500;
	background: #ff5500;
	width: 16%;
	margin: 4px 0;
	height: 2px;
}

.tile div.important_dates_date.l_news {
	width: 100%;
	text-align: right;
	margin: 0px 0px 5px;
}

hr.news_left {
	color: black;
	background: black;
	width: 7%;
	margin: 30px 0px 10px 5px;
	height: 3px;
}

/******** NEWSLETTER ******************/
#to_hover {
	/*	background-color: #ffffff;
	transition: all .4s ease-in-out;*/
	
}

#to_hover:hover {
	/*	background-color: #efefef;
	transition: all .4s ease-in-out;*/
	
}

div.news_tile.wrap {
	cursor: pointer;
}

.alert>.fa, .alert>.glyphicon {
	display: none;
}

.background_container img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	opacity: 0.4;
}

div.film_container, div.guests_container {
	float: left;
	display: inline-block;
	border: 1px solid #6D6D6D;
	padding: 0px 5px 5px 5px;
}

div.film_container_wrapper {
	display: block;
	clear: both;
	float: left;
	padding: 0px;
	background-color: none;
	margin: -3px 0px 0px 3px;
}

div.gallery_container {
	width: auto;
}

div.gal_img_container, div.gallery_container {
	height: auto;
}

.bg-wff-header {
	background-color: #050F3C;
}

.bg-wff-header:hover {
	color: #fff;
}

.bg-wff-header:active {
	background-color: #455962;
}

form#login_form{
	padding: 0px 10px;
}

.page-header.film_tile {
	
}

/*
p {
	font-size: 1.1em;
}
*/
/*
.wrapper {
	background-color: #eaeaec;
}
*/
img.logo_leaf {
	width: 80px;
	height: 80px;
	margin: -15px 0px 0px 0px;
}

.header-cont {
	width: 100%;
	/*position: fixed;*/
	/*margin-top: 10px;*/
	margin-bottom: 5px;
	float: left;
	background: #fff;
	z-index: 50000000;
	padding-top: 10px;
}

.top_bar {
	position: relative;
	display: table;
	color: #9E9E9E;
	margin: 0 auto;
}

.icons {
	float: left;
	width: auto;
	margin: 50px 0px 0px 0px;
	font-size: 1.2em;
}

.language, .languages a, div.menu.pos>span, div.menu.pos>a {
	color: black;
}

.icons a:hover, .languages a:hover {
	color: #ff5500;
}

.icons a, .social_news a {
	border-style: solid;
	border-width: 2px;
	border-radius: 8px;
	padding: 2px;
}

.social_news a {
	margin-right: 5px;
	font-size: 16px;
	cursor: pointer;
	color: #8F8F8F;
}

.social_news a:hover {
	color: #ff5500;
}

.social_news .fa-twitter {
	position: relative;
	left: -2px;
}

.icons a {
	background-color: #fff;
	color: black;
}

.languages {
	width: 60px;
	display: inline-block;
	float: right;
	right: 0px;
	top: 5px;
	text-align: right;
	font-weight: bold;
}

div.languages b {
	top: -1px;
	color: black;
	position: relative;
	margin-right: 3px;
	margin-left: 3px;
}

div.languages a {
	display: inline-block;
	clear: both;
	text-align: center;
	margin-right: 3px
}

.sign_out>i {
	color: black;
}

div.main_logo {
	text-align: center;
	height: 50px;
	padding: 0px auto 25px auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 0 2% 0% 1%;
	position: relative;
	padding: 0px auto 25px auto;
}

div.main_logo.en {
	background-image: url(../img/38_wff_logo_en.jpg);
}

div.main_logo.pl {
	background-image: url(../img/38_wff_logo_pl.jpg);
}

.under_menu_bar {
	border-bottom: 0px;
	height: 50px;
}

.under_menu_bar.middle {
	margin: 0 auto 0 auto;
}

.nav-tab {
	border-bottom: 0px;
}

.under_menu.buttons {
	float: right;
	margin-right: 0px;
	width: auto;
}

.under_menu.buttons>a {
	color: white;
}

.under_menu_bar>.nav-tabs {
	border-bottom: none;
}

.menu.fa {
	margin-right: 10px;
	font-size: 1.2em;
}

div.main.livesearch {
	float: right;
}

input.main.livesearch {
	background-color: #ffffff;
	height: 40px;
	width: 250px;
	outline: none;
	border-right: none;
}

.input-group .input-group-addon {
	/*	background-color: rgba(193, 42, 42, 0.6);*/
	background-color: #FAFAFA;
	color: #333;
	border: none;
	border-left: none;
}

input[type="radio"] {
	width: auto;
	height: auto;
}

.input-group-addon.email {
	background: #fff url('../img/login_user.png') -3px -4px no-repeat;
	border: none;
}

span.input-group-addon.email, span.input-group-addon.password {
	min-width: 35px;
}

.input-group-addon.password {
	background: #fff url('../img/login_password.png') -3px -4px no-repeat;
	border: none;
}

div.input-group.email, div.input-group.password {
	border: 1px solid #eaeaec;
}

input.email, input.password {
	border: none;
}

.submit_form_button {
	margin-bottom: 40px;
}

.box.box-solid.box-primary>.box-header {
	color: #fff;
}

.btn.livesearch {
	height: 40px;
}

.black {
	color: black;
}

.profile_menu {
	float: right;
	font-size: 1em;
	vertical-align: middle;
	line-height: 40px;
}

.under_menu.thumb {
	position: relative;
	left: 55%;
	border-radius: 50%;
}

.profile_menu>a {
	color: black;
	margin: 0 8px 0 0px;
	float: left;
}

.klaps, .camera {
	width: 15px;
	height: 15px;
	margin-top: -5px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #202020;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #202020;
}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/
div.menu.container {
	display: table;
	margin: 0 auto 0 auto;
}

div.menu.main {
	display: table;
	margin: 0px auto 0%;
	font-family: 'Open Sans', sans-serif;
}

div.menu.pos {
	display: inline;
	float: left;
}

.tile div.second_news_title {
	text-align: left;
	color: #ff5500;
	padding: 10px 0px 5px 0px;
	font-size: 1.2em
}

.tile div.second_news_title.next {
	padding-top: 10px;
	font-size: 1em;
}

div.menu.pos>span, div.menu.pos>a {
	display: inline-block;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	outline: 0;
	text-align: left;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.0em;
	font-family: 'Open Sans', sans-serif;
}

div.menu.pos {
	text-align: center;
}

.dropdown-menu>li>a {
	text-align: left;
}

.open>.dropdown-menu {
	background-color: #F7F7F7;
}

.dropdown-menu>li>a {
	display: block;
}

.dropdown-menu>li>a:hover {
	background-color: #cecece;
}

.alert {
	position: relative;
	height: auto;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-right: 30px;
}

div.listek_menu {
	background-color: #ff5500;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	/* width and height can be anything, as long as they're equal */
}

div.listek_menu img {
	height: 20px;
	width: 20px;
	margin-right: 3px;
}

div.menu {
	padding-bottom: 0px;
}

div.menu.current_page_item {
	color: #FFF;
	border-bottom: 2px solid #3b3b3b;
}

/*Przycisk do submitt'owania formularzy*/
.bg-color {
	background-color: #1D1D1D;
}

.bg-color-f {
	background-color: #000000;
}

.bg-wff {
	background-color: #ff5500;
}

.btn.btn-default {
	background-color: #EDEDED;
}

.btn:hover {
	opacity: 0.95;
}

/*przyciski do dodawania/usuwania pól many-to-manyi selecty*/
select.mtm {
	float: left;
	width: 85%;
}

.btn {
	border-radius: 4px;
}

.btn.add.mtm, .btn.rem.mtm, .btn.otm.add, .btn.rem.otm {
	float: right;
	height: 25px;
	line-height: 8px;
}

.register_box {
	margin-left: 20px;
}

.btn.register {
	
}

.back_to_login {
	margin-bottom: 20px;
	margin-left: 20px;
}

.register_rules {
	text-align: justify;
	max-width: 400px;
	margin: 10px 10px 10px 0px;
}

/* formularz one-to-many */
div.sub {
	width: 90%;
	float: right;
}

.item {
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: none;
	margin-bottom: 5px;
	float: left;
}

.pinterest_window {
	margin: 0 auto;
	clear: both;
}

.box-header.login {
	padding-top: 40px;
}

div.login_btn{
	padding: 0px 10px;
}

div.login_btn, div.login_links {
	min-height: 40px;
	font-weight: 500;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	cursor: default;
	background-color: #f9f9f9;
	border: none;
}

span.form-control {
	clear: both;
	word-wrap: break-word;
	border: none;
}

.form-control {
	min-height: 34px;
}

.bold {
	font-weight: bold;
}

.left_5 {
	margin-left: 5px;
}

.pic_basic {
	margin-bottom: 10px;
	float: left;
	clear: both;
}

.pic_size {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.download {
	clear: both;
	float: left;
}

.f_err {
	clear: bother;
	color: red;
}

.role_users_list {
	max-width: 460px;
	height: 400px;
	overflow-y: scroll;
	border: 1px solid rgb(169, 169, 169);
	padding: 10px 10px 10px 10px;
}

.role_users_list button.btn.btn-danger {
	padding: 5px;
	font-size: 12px;
}

.role_users_list div.float_right {
	margin-right: 15px;
}

.form-label {
	float: left;
}

.role_user_rights {
	width: 460px;
	height: 400px;
	overflow-y: scroll;
	border: 1px solid rgb(169, 169, 169);
	padding: 10px 10px 10px 10px;
}

.regular_column {
	min-width: 400px;
	max-width: 550px;
	width: 50%;
}

div.image.news_tile {
	width: 100%;
	text-align: center;
	display: inline;
}

@media ( min-width :0px) {
	.item {
		width: 300px
	}
}

@media ( min-width :410px) {
	.item {
		width: 400px
	}
	div.main_logo {
		height: 70px;
	}
}

@media ( min-width :510px) {
	.item {
		width: 500px
	}
	div.main_logo {
		height: 90px;
	}
}

@media ( min-width :768px) {
	.item {
		width: 300px
	}
	div.main_logo.en {
		background-image: url(../img/38_wff_logo_en.jpg);
	}
	div.main_logo.pl {
		background-image: url(../img/38_wff_logo_pl.jpg);
	}
	div.ukraine {
		margin: 10px 0px 0px 630px;
	}
	div.ukraine img {
		min-width: 110px;
	}
}

@media ( min-width :992px) {
	.item {
		width: 400px
	}
	div.image.news_tile {
		width: 100%;
		height: 115px;
		line-height: 115px;
	}
}

@media ( min-width :1270px) {
	.item {
		width: 400px
	}
	div.image.news_tile {
		width: 100%;
		height: 145px;
		line-height: 145px;
	}
}

@media ( min-width :1510px) {
	.item {
		width: 500px
	}
	.tile.tile-big.announcement {
		height: 549px;
	}
}

._100 {
	width: 100px;
}

._200 {
	width: 200px;
}

._300 {
	width: 300px;
}

._350 {
	width: 350px;
}

._400 {
	width: 400px;
}

._450 {
	width: 450px;
}

._500 {
	width: 500px;
}

._600 {
	width: 600px;
}

._700 {
	width: 700px;
}

._800 {
	width: 800px;
}

._900 {
	width: 900px;
}

._1000 {
	width: 1000px;
}

._1100 {
	width: 1100px;
}

._1200 {
	width: 1200px;
}

._1300 {
	width: 1320px;
}

.page_loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #EEEEEE;
	/*	background: url('../img/custom_loading.gif') 50% 50% no-repeat
		rgb(249, 249, 249);*/
}

div#deep_link {
	display: none;
	z-index: 999999;
}

p.app_screen {
	color: #fff;
	margin: 2% auto;
	display: table;
	text-align: center;
}

div#deep_link img {
	margin: 2% auto;
	width: 95%;
	display: table;
}

#screen {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999999999;
	overflow: hidden;
}

#screen_content_gray {
	width: 50%;
	height: 100%;
	margin: 0 auto;
	background-color: #F9F9F9;
	overflow: auto;
}

#screen_content {
	display: table;
	margin: 5% auto;
}

.foreign_info {
	margin-left: 5px;
	cursor: pointer;
}

.foreign_edit {
	margin-left: 5px;
	cursor: pointer;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
	padding-top: 5px;
}

.sign_out {
	cursor: pointer;
	position: relative;
	font-size: 14px;
	margin-left: 15px;
	top: -2px;
}

.text_center {
	text-align: center;
}

span.pull-left.header {
	padding: 5px 3px 0px 0px;
	font-size: 23px;
	float: left;
	cursor: pointer;
}

div.pull-left.header {
	padding-top: 3px;
	font-size: 20px;
	width: 200px;
	float: left;
}

ul.livesearch {
	width: 490px;
	list-style-type: none;
	background-color: white;
	z-index: 100;
	opacity: 0.99;
	position: absolute;
	font-size: 13px;
	margin-top: 35px;
}

ul.select_livesearch {
	max-width: 100%;
	width: 100%;
	overflow-x: hidden;
	list-style-type: none;
	background-color: white;
	z-index: 100;
	clear: both;
}

ul.select_livesearch>li {
	padding: 10px 0px 10px 13px;
	background-color: #D9D9D9;
	z-index: 100;
	opacity: 0.99;
}

ul.livesearch>li {
	width: 490px;
	padding: 10px 0px 10px 13px;
	background-color: #D9D9D9;
	z-index: 100;
	opacity: 0.99;
}

ul.select_livesearch>li:hover {
	background-color: #ACAEBF;
	cursor: pointer;
	z-index: 100;
	opacity: 0.99;
}

ul.livesearch>li:hover {
	background-color: #ACAEBF;
	cursor: pointer;
	z-index: 100;
	opacity: 0.99;
}

ul.many_to_many_livesearch {
	list-style-type: none;
	background-color: white;
	z-index: 100;
	opacity: 0.99;
	margin: -16px 0px 0px 4px;
	display: block;
	position: absolute;
	margin-left: 0px;
	margin-bottom: -30px;
	width: 513px;
}

ul.many_to_many_livesearch>li {
	width: 513px;
	padding: 8px 0px 8px 8px;
	margin-left: -45px;
	background-color: #D9D9D9;
	z-index: 100;
	opacity: 0.99;
	display: block;
}

ul.many_to_many_livesearch>li:hover {
	background-color: #ACAEBF;
	cursor: pointer;
	z-index: 100;
	opacity: 0.99;
}

.mtm_list_div {
	display: block;
	float: left;
	border: 1px solid #F7F7F7;
	height: 30px;
	margin: 3px 2px 2px 5px;
	padding: 5px 5px 0px 5px;
	border: 0px solid;
	border-radius: 5px;
	background-color: #F7F7F7;
	color: #9B9999;
	cursor: pointer;
}

.recipients {
	display: block;
	float: left;
	border: 1px solid #F7F7F7;
	height: 30px;
	margin: 3px 2px 2px 5px;
	padding: 5px 5px 0px 5px;
	border: 0px solid;
	border-radius: 5px;
	background-color: #F7F7F7;
	color: #9B9999;
	cursor: pointer;
}

.role_users {
	float: left;
	width: 460px;
	margin-left: 0px;
}

.role_rights {
	float: right;
	margin-right: 10px;
	max-width: 460px;
}

.list_row {
	min-height: 50px;
	width: 450px;
	padding: 0px 5px 5px 5px;
}

.list_row:hover {
	background-color: #E8DFDC;
}

.chosen {
	background-color: #CCCCCC;
}

.read {
	background-color: #F2F2F2;
}

.seen_by {
	font-size: 13px;
	color: #C3BDFF;
}

.center {
	float: none;
	margin: 0 auto;
}

.add_right_left_list_record {
	cursor: pointer;
	padding: 5px 5px 5px 5px;
	width: 290px;
	font-size: 13px;
}

.highlight {
	background-color: #fcefef;
}

.picture {
	height: 150px;
	width: auto;
}

.file {
	margin-top: 45px;
	min-height: 100px;
	position: relative;
}

.file_link {
	margin-top: 30px;
	margin-left: 100px;
}

.file_delete {
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
}

.file_delete input {
	width: 15px !important;
	height: 15px !important;
	margin-right: 5px;
}
/*
 .file_name {
 position: absolute;
 top: -30px;
 }*/
.tile div.wff_starts_container {
	width: auto;
	margin: 0 auto;
}

div#clockdiv {
	margin-top: -3px;
}

h3.wff.starts {
	margin-right: 20px;
}

.file_input {
	margin: 10px 0px 10px 0px;
	width: 100%;
	clear: both;
}

.dropdown-menu a, .dropdown-menu button {
	width: 100%;
}

.clear_left_margin {
	margin-top: 10px;
	margin-left: 0px;
}

.h_50 {
	height: 50px;
}

.form-group {
	/*min-height: 59px;*/
	float: left;
	width: 100%;
}

.form-label {
	width: 100%;
}

#event_participants {
	font-size: 80%;
	overflow: auto;
	max-height: 150px;
}

.font_size_70 {
	font-size: 70%;
}

.dropdown-menu {
	padding: 0px 0 0 0;
	min-width: 0px;
}

.content #logout_h {
	position: absolute;
	background: #E9EAEC;
	right: 0px;
	top: 80px;
	width: 60px;
	z-index: 10000;
}

.hand {
	cursor: pointer;
}

.bg-left-gray {
	background-color: #333333;
}

.edit_profile_form {
	margin-bottom: 10px;
}

#dialog {
	display: none;
}

.participant_list {
	max-height: 200px;
	overflow: auto;
}

.minutes_delimiter {
	float: left;
	margin: 5px 2px 0px 2px;
	font-weight: bold;
}

.h_m_select {
	float: left;
	width: 65px;
}

.h_m_datepicker {
	float: left;
	margin: 5px 0px 0px 5px;
	cursor: pointer;
}

.date_input {
	width: 150px;
	clear: both;
	float: left;
}

#attachment_versions_list {
	width: 600px;
	position: absolute;
	left: 50%;
	top: 30%;
	margin-left: -300px;
	display: none;
	z-index: 10001;
}

#electronic_signature {
	width: 600px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -300px;
	z-index: 1000000;
}

#alert_box {
	width: 600px;
	min-height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -300px;
	z-index: 1000000;
}

#alert_close_button {
	position: absolute;
	right: 5px;
	top: 5px;
}

#alert_type {
	padding: 0px 0px 0px 0px;
}

#alert_i {
	position: absolute;
	left: 5px;
	top: 5px;
}

#alert_title {
	margin-right: 5px;
}

.box>.overlay, .box>.loading-img {
	top: 140px;
	height: 130px;
}

/*.tab-pane {
	margin: 10px 0px 0px -15px;
}*/
.nav-tabs-custom>.nav-tabs.pull-right>li {
	padding-bottom: 5px;
	font-size: 16px;
}

.required {
	color: red;
	margin-left: 3px;
}

.dashboard_picture {
	height: 90px;
	width: 75px;
}

.dashboard_name {
	max-width: 75px;
}

.admin_switch_button {
	float: left;
	margin-right: 20px;
	z-index: 200;
}

.calendar_button {
	float: left;
	z-index: 200;
}

#alert_dialog {
	margin: 0px 0px 5px 0px;
	padding-bottom: 5px;
}

.bg-project {
	background-color: #99AD99;
}

.bg-task {
	background-color: #99ADC2;
}

.bg-car_usage {
	background-color: #D6C2AD;
}

.bg-business_trip {
	background-color: #D69999;
}

.btn-cal_margin {
	margin-bottom: 3px;
	border-radius: 0px;
	color: white;
	font-size: 14px;
}

.btn-cal_margin:hover {
	color: white;
	font-size: 14px;
}

.bg-a3 {
	background: #a3a3a3 !important;
}

#export_button {
	background: transparent;
	border: none !important;
	font-size: 0;
}

.btn_export {
	width: 100%;
}

.fa-margin {
	margin: 3px 3px;
	float: left;
}

#calendar_wrapper {
	float: left;
	width: 60%;
	margin: 0 auto 0 auto;
}

.box-title.center {
	width: 100%;
	text-align: center;
}

/* COMPANY DASHBOARD */
.label.payment {
	display: block;
	white-space: pre-wrap;
	max-width: 90px;
}

.fa-question-circle, .fa-times {
	cursor: pointer;
}

.fa-times.popup_box {
	margin-top: 8px;
}

div.popup_box {
	z-index: 99999999;
	max-width: 600px;
	/*width: 400px;*/
	background-color: #fff;
	position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

div.popup.box-body {
	max-height: 400px;
	overflow-y: scroll;
	font-size: 0.85em;
}

.crop {
	overflow: hidden;
}

/******************** FOOTER - LOGA - MENU ****************/
div.baner {
	background-color: white;
}

div.baner_container, div.menu_container {
	position: relative;
	width: 100%;
	float: left;
	text-align: center;
}

div.baner_container {
	height: 110px;
}

div.menu_container {
	display: none;
}

.baner_container .baner img {
	cursor: pointer;
}

.baner_title {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 99;
	padding-top: 10px;
}

.baner_title.h_2, .baner_title.h_3, .baner_title.h_4, .baner_title.h_5,
	.baner_title.h_6, .baner_title.h_7, .baner_title.h_8, .baner_title.h_9,
	.baner_title.h_10, .baner_title.h_11, .baner_title.h_12 {
	display: none;
}

.baner img {
	margin-top: 10px;
	width: 23%;
	height: auto;
	max-width: 215px !important;
}

.fa.fa-mail-reply, .fa.fa-mail-forward {
	color: #A2783F;
	float: right;
	font-size: 0.6em;
}

div.menu_container {
	margin-top: 20px;
	height: 280px;
}

.baner_container_background, .menu_container_background {
	opacity: 0.8;
	position: relative;
	width: 100%;
	height: 100%;
}

.baner_container_background {
	background-color: #fff;
}

.menu_container_background {
	background-color: #D2D2D2;
}

.baner, .footer_menu {
	position: absolute;
	width: 100%;
	top: 10px;
	height: 110px;
	text-align: center;
}

.baner {
	display: none;
}

.footer_menu_group {
	float: left;
	margin: 10px 0 0 10px;
	clear: both;
}

.footer_menu_item {
	float: left;
	clear: both;
	display: none;
}

.footer_menu_item>a {
	color: #202020;
}

.footer_menu_item>a:hover {
	color: #9E6B15;
}

.footer_menu_link {
	float: left;
	color: #202020;
	font-weight: 600;
	margin: 10px 0 10px 0;
	font-size: 16px;
}

.footer_menu_item_text {
	text-align: left;
	display: inline-block;
	float: left;
}

.header_menu_item_text {
	text-align: left;
	width: 120px;
	display: inline-block;
	position: relative;
	top: -2px !important;
}

.page_container {
	margin: 0 auto;
	float: none;
}

.page-header {
	margin-bottom: 10px;
}

.page_container.news, .page_container.announcement {
	height: 540px;
}

h2.page-header.news, h2.page-header.announcement {
	font-size: 1.1em;
}

.page_box {
	padding: 1% 1% 1% 1%;
	background-color: #FFFFFF !important;
}

.main.livesearch {
	float: left;
}

aside {
	margin: 20px auto 0 auto;
}

.tile.countdown:hover {
	/*	background-color: #544F48;*/
	
}

.tile.announcement {
	opacity: 1;
}

.tile.countdown:hover {
	outline: 3px #ff5500 solid;
	border: 1px #efefef solid;
}

.tile.announcement:hover {
	opacity: 0.95;
	outline: 3px #ff5500 solid;
	border: 1px #efefef solid;
}

.news_tile.wrap:hover {
	opacity: 0.95;
	outline: 3px #ff5500 solid;
	border: 1px #efefef solid;
}

.tile div.important_dates_title {
	font-size: 12px;
	float: left;
	width: 70%;
	line-height: 1.2;
	padding-left: 5px;
	text-align: left;
	color: #202020;
}

.tile div.important_dates_date {
	width: 70%;
	color: #B4AA64;
	text-align: left;
	padding-left: 5px;
	font-size: 15px;
	font-weight: 500;
	white-space: nowrap;
	margin-top: -4px;
	font-size: 12px;
}

.tile .news_tile div.left_news_content p {
	text-align: left;
	font-size: 18px;
}

div.main.input-group {
	border: 1px solid #6D6D6D;
}

div.menu.pos>span:hover, div.menu.pos>a:hover {
	color: #ff5500;
	cursor: pointer;
}

@media ( min-width :0px) {
	.top_bar, .page_container, .dashboard.clearfix, div.films_container,
		aside {
		width: 100%;
		max-width: 100%;
	}
	.font_24, p.film_entry.font_24, p.slider_title.font_24, h3.font_24, h2.font_24,
		h2.page_header.announcement.font_24 a, a.font_24, .page-header.film_tile a.font_24
		{
		line-height: 1.1;
		font-size: 16px;
		font-family: Roboto, sans-serif;
		font-weight: 100;
	}
	p.slider_title.font_24 {
		font-size: 12px;
	}
	div.header-cont {
		position: relative;
	}
	.tile div.timeTo {
		width: 150px;
		font-size: 10px;
	}
	.tile-big.festivi {
		/*	display: none;*/
		
	}
	/*	div.main_logo img {
		margin: 0px auto 0px auto;
		width: 100%;
		padding: 0 2% 0% 1%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
	}*/
	div.menu.main {
		display: none;
	}
	div.main.livesearch {
		display: none;
	}
	div.icons {
		font-size: 0.8em;
		clear: both;
		display: none;
	}
	.fa-fw.fa-twitter {
		display: none;
	}
	div.crop img {
		width: 100%;
		height: auto;
		overflow: auto;
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}
	div.languages {
		margin-top: 2px;
		font-size: 0.8em;
		text-align: right;
		clear: both;
		display: none;
	}
	.under_menu_bar {
		height: auto;
	}
	div.main.livesearch {
		width: 60%;
	}
	div.main.livesearch.mobile {
		display: table;
		margin-right: 0.5%;
	}
	input.main.livesearch {
		height: 40px;
		min-height: 40px;
		width: 100%;
		border: none;
	}
	div.main.livesearch.mobile {
		margin-top: 7px;
	}
	div.mobile input.main.livesearch {
		height: 30px;
		min-height: 30px;
		line-height: 32px;
	}
	img.mobile_flag {
		margin-top: 5px;
		float: left;
		height: 35px;
		width: 35px;
		margin-left: 5px;
	}
	.glyphicon.glyphicon-user {
		color: black;
		top: 1px;
	}
	.user_login {
		color: black
	}
	.fa.fa-search {
		font-size: 0.8em;
		margin: 0;
		padding: 0;
	}
	span.input-group-addon {
		line-height: 0.3em;
	}
	img.menu_leaf {
		height: 30px;
		width: 30px;
		float: left;
		margin-top: 9px;
		margin-left: -6px;
		margin-right: 2px;
	}
	.profile_menu {
		line-height: 30px;
		font-size: .8em;
		margin-top: 0px;
	}
	div.profile_menu>a>i {
		font-size: 1.6em;
	}
	.under_menu.thumb {
		height: 30px;
		width: 30px;
		margin-top: -2px;
		position: relative;
		margin-right: 10px;
	}
	span.user_login {
		display: none;
		text-transform: uppercase;
	}
	/* FILM SLIDER */
	.tile.film_slider, .tile div.crop {
		height: 150px;
	}
	/*Film w kafelkach*/
	.film_tile>div.box.box-solid.box-primary {
		background-color: #455962;
	}
	/* NEWSY POUKŁADANE W KAFELKI */
	.page_container.news_tile, li.tile-big.news_tile, .news_tile>div.box.box-solid.box-primary
		{
		/*background-color: #FAFAFA;*/
		max-width: 700px;
	}
	div.news_tile.list {
		height: auto;
	}
	div.news_tile.list {
		color: #202020;
		font-weight: 600;
	}
	div.date.news_tile.list {
		color: #202020;
		font-weight: 100;
	}
	.news_tile.next {
		float: right;
	}
	.news_tile.wrap.bump_up {
		border: 1px solid #6D6D6D;
	}
	h2.page-header.news_tile {
		border: none;
		text-align: left;
		padding-bottom: 0px;
		margin-bottom: 5px;
	}
	.page-header.news_tile a, .page-header.film_tile a {
		color: #ff5500;
	}
	div.message.news_tile.first {
		font-size: 0.9em;
		padding-top: 10px;
		font-weight: 400;
		color: #333333;
	}
	div.news_tile.list:hover {
		/*	color: #ff5500;*/
		
	}
	div.festival_announcement:nth-of-type(4), div.festival_announcement:nth-of-type(5)
		{
		display: none;
	}
	.tile div.news_tile.wrap:first-child {
		background-color: #fff;
		float: left;
		width: 450px;
		height: 200px;
		padding: 10px;
	}
	.tile div.news_tile.wrap {
		background-color: #fff;
		display: inline-block;
		width: 307px;
		height: 99px;
		padding: 10px;
		margin-bottom: 1px;
		padding: 5px
	}
	div.title.news_tile {
		line-height: 1.2;
	}
	div.title.news_tile.first {
		text-align: left;
		padding: 0px 5px;
		margin-top: -3px;
		width: 230px;
		height: auto;
		font-size: 1em;
		font-weight: 600;
	}
	.news_tile.wrap:nth-of-type(4) {
		display: none;
	}
	div.title.news_tile.next {
		font-size: 0.85em;
		text-align: left;
		padding: 0 5px;
		font-weight: 400;
		width: 160px;
		height: 70px;
	}
	div.image.news_tile.first {
		float: left;
		display: inline-block;
		width: 200px;
	}
	div.date.news_tile {
		width: auto;
		font-family: 'Open Sans', sans-serif;
		font-style: italic;
	}
	div.date.news_tile.first {
		float: left;
		display: inline-block;
		text-align: right;
		color: black;
		font-weight: 400;
		font-size: 0.8em;
		height: 20px;
		display: none;
	}
	div.date.news_tile.next {
		float: left;
		font-size: 0.6em;
		padding-left: 5px;
	}
	div.message.news_tile.first {
		font-size: 0.85em;
		text-align: left;
		padding-top: 10px;
		font-weight: 400;
	}
	div.message.news_tile.next {
		display: none;
	}
	.tile div.news_more {
		float: right;
		width: auto;
		font-size: 0.8em;
		height: 20px;
		color: #333333;
		text-decoration: underline;
		margin-top: 5px;
		margin-right: 2px;
		padding-bottom: 5px;
		text-align: right;
		display: none;
	}
	/*kafelek filmy i goście */
	.page-header.film_tile a {
		color: #B4A578;
	}
	a:hover, a:focus {
		text-decoration: none;
	}
	a {
		color: #B4A578;
	}
	a:hover {
		color: #B4A578;
	}
	h2.page-header.film_tile {
		border-bottom: none;
		text-align: left;
		margin-bottom: 0px;
		margin-top: 10px;
	}
	/* KAFELEK  NEWSÓW */
	.tile div.news_tile.wrap:first-child {
		display: inline-block;
		width: 100%;
		height: auto;
		margin-left: 0px;
		margin-bottom: 5px;
	}
	.tile div.news_tile.wrap {
		display: none;
	}
	div.title.news_tile.first {
		padding: 0px 5px;
		margin-top: -3px;
		width: 60%;
		height: auto;
		font-size: 0.85em;
	}
	div.image.news_tile.first {
		width: 100px;
	}
	div.date.news_tile.first {
		font-weight: 400;
		font-size: 0.8em;
		height: 20px;
	}
	div.message.news_tile.first {
		font-size: 0.8em;
		padding-top: 10px;
		font-weight: 400;
	}
	div.film_container, div.guests_container {
		float: left;
		display: inline-block;
		width: 99%;
		background-color: #fff;
	}
	div.guests_container {
		margin-top: 5px;
	}
	div#to_hover:hover {
		outline: 3px #ff5500 solid;
		border: 1px #efefef solid;
	}
	section.pinterest_window {
		padding: 0px 1%;
		position: relative;
	}
}

@media ( min-width :930px) {
	section.pinterest_window {
		min-width: 920px;
	}
}

@media ( min-width :1024px) {
	section.pinterest_window {
		min-width: 1020px;
	}
}

@media ( min-width :1270px) {
	section.pinterest_window {
		min-width: 1200px;
	}
}

@media ( min-width :470px) {
	.top_bar, .under_menu_bar.middle, .page_container, .dashboard.clearfix,
		div.films_container, aside {
		width: 100%;
		max-width: 100%;
	}
	.font_24, p.film_entry.font_24, p.slider_title.font_24, h3.font_24, h2.font_24,
		h2.page_header.announcement.font_24 a, a.font_24, .page-header.film_tile a.font_24
		{
		line-height: 1.1;
		font-size: 20px;
		font-family: Roboto, sans-serif;
		font-weight: 100;
	}
	p.slider_title.font_24 {
		font-size: 16px;
	}
	div.header-cont {
		
	}
	.col3 {
		margin: 0px 0 10px 0px;
	}
	.wrapper {
		
	}
	div.baner_container {
		height: 140px;
	}
	/*div.main_logo img {
		margin-top: 0px;
		margin-bottom: 0px;
		width: 100%;
		height: auto;
	}*/
	.fa-fw.fa-twitter {
		display: inline-block;
	}
	div.icons {
		font-size: 0.8em;
		/*margin-top: 5px;*/
		width: 110px;
	}
	div.languages {
		margin-top: 0px;
		font-size: 0.8em;
	}
	input.main.livesearch {
		width: 100%;
	}
	span.user_login {
		display: inline-block;
		margin-right: -10px;
	}
	/* FILM SLIDER */
	.tile.film_slider, .tile div.crop {
		height: 240px;
	}

	/* KAFELEK  NEWSÓW */
	.tile div.news_tile.wrap:first-child {
		display: inline-block;
		height: auto;
		margin-left: 0px;
		margin-bottom: 5px;
	}
	div.film_container, div.guests_container {
		width: 99%;
		margin-bottom: 0px;
	}
}

.tile div.news_tile.wrap {
	display: none;
}

div.title.news_tile.first {
	padding: 10px 10px 0px 0px;
	width: 100%;
	font-size: 0.9em;
}

div.image.news_tile.first {
	width: 100%;
	height: auto;
}

div.date.news_tile.first {
	font-weight: 400;
	font-size: 0.8em;
	height: 20px;
	margin-left: 0px;
	margin-top: 0px;
	display: block;
}

div.message.news_tile.first {
	font-size: 0.8em;
	padding-top: 10px;
	font-weight: 400;
}

.gal_img {
	height: 100%;
	width: 100%;
}

.gal_img_container {
	overflow: hidden;
	box-sizing: border-box;
}

div.film_container, div.guests_container {
	float: left;
	display: inline-block;
}

div.film_tile {
	padding: 0px 5px 0 0px;
}

div.pictures_container>.film_tile {
	border: 1px solid #6D6D6D;
}

@media ( min-width :630px) {
	.top_bar, .under_menu_bar.middle, .page_container, .dashboard.clearfix,
		div.films_container, aside {
		width: 600px;
		max-width: 600px;
	}
	.font_24, p.film_entry.font_24, p.slider_title.font_24, h3.font_24, h2.font_24,
		h2.page_header.announcement.font_24 a, a.font_24, .page-header.film_tile a.font_24
		{
		line-height: 1.1;
		font-size: 20px;
		font-family: Roboto, sans-serif;
		font-weight: 100;
	}
	div.header-cont {
		
	}
	.wrapper {
		
	}
	div.icons, div.languages {
		display: block;
	}
	div.languages {
		margin-top: -25px;
	}
	.gal_img {
		height: 100%;
		width: 100%;
	}
	.gal_img_container {
		overflow: hidden;
		box-sizing: border-box;
	}
	div.film_container, div.guests_container {
		float: left;
		display: inline-block;
		width: 290px;
	}
	div.mobile_lang {
		display: none;
	}
}

@media ( min-width :758px) {
	section.pinterest_window {
		padding: 0;
		min-width: 750px;
	}
	.under_menu_bar {
		display: none;
	}
	.regular_menu {
		display: block;
		position: relative;
		top: 0px;
	}
	.font_24, p.film_entry.font_24, p.slider_title.font_24, h3.font_24, h2.font_24,
		h2.page_header.announcement.font_24 a, a.font_24, .page-header.film_tile a.font_24
		{
		line-height: 1.1;
		font-size: 20px;
		font-family: Roboto, sans-serif;
		font-weight: 100;
	}
	p.slider_title.font_24 {
		font-size: 16px;
	}
	.right_login_box {
		display: block;
	}
	.tile-big.festivi {
		display: list-item;
	}
	.under_menu_bar.middle {
		margin: 10px auto 0 auto;
	}
	/*
	.main_logo>a>img {
		float: none;
	}*/
	.under_menu_bar {
		height: 20px;
		margin-top: -10px;
	}
	.under_menu.buttons>a {
		font-size: 1.2em;
	}
	.icons, .languages {
		position: absolute;
	}
	.clock {
		margin: 0px;
		display: block;
		float: none;
	}
	.profile_menu {
		line-height: 35px;
		font-size: 0.9em;
		margin-top: 0px;
	}
	.under_menu.thumb {
		height: 20px;
		width: 20px;
		margin-top: 0px;
		position: relative;
		margin-right: 10px;
	}
	div#mobile_livesearch {
		display: none;
	}
	div#livesearch_results {
		width: 255px;
		top: 42px;
	}
	div#livesearch_result img {
		height: 58px;
		width: 100px;
	}
	div#livesearch_result div {
		width: 140px;
	}
	div.main.livesearch {
		display: table;
	}
	input.main.livesearch {
		height: 35px;
		width: 100%;
	}
	div.main.livesearch {
		width: 255px;
		top: 0px;
	}
	input.livesearch_content {
		width: 90%;
	}
	span.cl_search.btn {
		width: 10%;
		color: #fff;
		font-size: 18px;
	}
	.fa.fa-search {
		font-size: 0.8em;
	}
	.pictures_container {
		margin-top: 1px;
	}
	div.icons {
		font-size: 1.0em;
		width: 130px;
		display: block;
	}
	div.languages {
		margin-top: 0px;
		font-size: 13px;
		display: block;
	}
	div.page_container.news_tile {
		height: 472px;
		margin-bottom: 0px;
	}
	div.main_logo {
		width: 420px;
		height: 90px;
		margin: 0px auto 0px auto;
		left: 20px;
	}
	div.header-cont {
		
	}
	.wrapper {
		/*	margin-top: 190px;*/
		
	}
	.dropdown-menu li {
		white-space: nowrap;
	}
	.open>.dropdown-menu {
		
	}
	.header_menu_item_text {
		width: auto;
		font-size: 0.9em;
	}
	img.mobile_flag {
		display: none;
	}
	div.menu.pos {
		margin-right: 25px;
		font-size: 0.9em;
		letter-spacing: 0.0em;
		font-size: 0.9em;
	}
	.baner, .footer_menu, div.baner_container {
		height: 225px;
		margin-top: 10px;
	}
	.baner img.fundacja {
		margin-top: 45px !important;
		width: 230px;
		height: 100px;
	}
	div.menu.pos span, div.menu.pos a {
		font-size: 1.15em;
	}
	div.menu.main {
		display: table;
		margin: 0px auto 15px auto;
		font-size: 0.85em;
	}
	div.listek_menu {
		margin: 3px 5px 3px -5px;
		float: left;
	}
	.footer_menu_item div.listek_menu {
		margin: 5px 5px 3px 0px;
	}
	img.menu_leaf {
		display: none;
	}
	.footer_menu_group {
		display: inline-block;
		width: 180px;
		height: 280px;
		margin: 0 auto;
		float: none;
		clear: none;
	}
	.footer_menu_item {
		width: 150px;
		display: inline-block;
	}
	.footer_menu_item_text {
		width: 130px;
	}
	.tile.film_slider, .tile div.crop {
		height: 270px;
	}

	/* KAFELEK  NEWSÓW */
	.tile-big.news_tile {
		
	}
	.tile div.news_tile.wrap:first-child {
		width: 480px;
		height: 496px;
		padding: 15px;
		margin-left: 0px;
		margin-right: 10px;
		margin-bottom: 8px;
	}
	.tile div.news_tile.wrap {
		display: inline-block;
		width: 48.75%;
		height: 97px;
		padding: 10px;
		margin: 0px 0px 0px 0px;
		padding: 5px 5px 0px 5px
	}
	div.title.news_tile.first {
		padding: 10px 5px 0px 0px;
		width: 100%;
		font-size: 1.15em;
		height: auto;
		font-weight: 300;
	}
	div.title.news_tile.next {
		font-size: 0.7em;
		padding: 0 5px;
		font-weight: 400;
		width: 130px;
		height: 70px;
	}
	div.image.news_tile.first {
		width: 100%;
		height: 190px;
		min-height: 190px;
		display: block;
		overflow: hidden;
	}
	div.date.news_tile.first {
		font-weight: 400;
		font-size: 0.8em;
		height: 20px;
		padding-left: 0px;
	}
	div.date.news_tile.next {
		font-size: 0.6em;
		padding-left: 5px;
	}
	div.message.news_tile.first {
		font-size: 14px;
		text-align: left;
		padding-top: 10px;
		font-weight: 400;
		display: block;
		clear: both;
	}
	div.message.news_tile.next {
		display: none;
	}
	div.news_tile.wrap:nth-child(4), div.news_tile.wrap:nth-child(3), div.news_tile.wrap:nth-child(2)
		{
		display: none;
	}
	div.news_tile.wrap:nth-child(2) {
		float: left;
		margin-right: 10px;
	}
	div.film_container, div.guests_container {
		float: left;
		display: inline-block;
		width: 100%;
		height: auto;
	}
	div.guests_container {
		margin-top: 0px;
	}
	div.film_container, div.guests_container {
		width: 479px;
	}
	div.gal_img_container, div.gallery_container {
		height: 258px;
	}
	div.gal_img_container.wff_pic {
		height: 150px;
	}
	div.festival_announcement.short_list:nth-of-type(4n+4), div.festival_announcement.short_list:nth-of-type(5n+5)
		{
		display: none;
	}
	li.announcement {
		height: 497px;
		margin-top: 2px;
	}
	h2.page-header.announcement {
		
	}
	div.film_container_wrapper {
		margin-top: -2px;
	}
	.gal_img {
		height: 100%;
		width: 100%;
	}
	div.film_tile {
		padding: 0px 5px 0 5px;
	}
	div.film_container, div.guests_container {
		margin-bottom: 5px;
	}
	img.slider_16_9 {
		height: 266px;
		min-height: 266px;
	}
	.tile div.important_dates_date {
		font-size: 11px;
	}
}

@media ( min-width :1014px) {
	.top_bar, .under_menu_bar.middle, div.dashboard.clearfix, div.submenu,
		.page_container, div.films_container, aside, div.menu.main {
		width: 930px;
		max-width: 930px;
		min-width: 930px;
	}
	#triangle_up {
		left: 40%;
	}
	.font_24, p.film_entry.font_24, p.slider_title.font_24, h3.font_24, h2.font_24,
		h2.page_header.announcement.font_24 a, a.font_24, .page-header.film_tile a.font_24
		{
		line-height: 1.1;
		font-size: 20px;
		font-family: Roboto, sans-serif;
		font-weight: 100;
	}
	.under_menu_bar.middle {
		margin: 10px auto 0px auto;
	}
	.regular_menu {
		top: 5px;
	}
	.under_menu_bar {
		height: 20px;
	}
	.under_menu.buttons>a {
		margin: 10px 5px;
		font-size: 1.2em;
	}
	div.film_container, div.guests_container {
		width: 307px;
	}
	img.slider_16_9 {
		height: 348px;
	}
	.tile.film_slider, .tile div.crop {
		height: 348px;
	}
	.tile_big.festivi, img.festivi {
		min-height: 170px;
	}
	.profile_menu {
		line-height: 40px;
		font-size: 1.05em;
		margin-top: 0px;
	}
	div.tile.countdown {
		padding: 0px 0px 5px 10px;
	}
	.under_menu.thumb {
		height: 30px;
		width: 30px;
		margin-bottom: -10px;
		top: -5px;
		position: relative;
		left: 7px;
		z-index: 99;
	}
	input.main.livesearch {
		height: 35px;
		width: 200px;
	}
	input.main.livesearch {
		height: 35px;
		width: 270px;
	}
	.profile_menu {
		margin-top: 0px;
	}
	.under_menu.thumb {
		
	}
	p.film_entry {
		font-size: 1.4em
	}
	.fa.fa-search {
		font-size: 1em;
	}
	div.main_logo {
		height: 100px;
		width: 520px;
		margin: 0 auto 10px auto;
		left: 50px;
	}
	div.ukraine {
		margin: 15px 0px 0px 800px;
		position: absolute;
	}
	div.ukraine img {
		min-width: 130px;
	}
	div.header-cont {
		
	}
	.wrapper {
		/*	margin-top: 195px;*/
		
	}
	div.page_container.news_tile {
		margin-bottom: 0px;
	}
	div.menu_pos {
		font-size: 0.95em;
	}
	.open>.dropdown-menu {
		
	}
	.header_menu_item_text {
		min-width: 170px;
		font-size: 14px;
	}
	.profile_menu {
		font-size: 1.05em;
	}
	div.menu.pos {
		font-size: 1em;
		margin-right: 32px;
	}
	div.menu.pos:last-child {
		margin-right: none;
	}
	div.menu.pos span {
		
	}
	div.listek_menu {
		margin: 6px 6px 5px -5px;
		float: left;
	}
	.footer_menu_item div.listek_menu {
		margin: 5px 6px 5px 0px;
	}
	.footer_menu_group {
		width: 200px;
	}
	.footer_menu_item {
		width: 200px;
	}
	.footer_menu_item_text {
		width: 170px;
	}
	a.news_tile {
		color: #fff;
	}
	/* Kafelki newsów */
	.tile-big.news_tile {
		padding-bottom: 0px;
	}
	h2.page-header.news, h2.page-header.announcement {
		font-weight: normal;
		color: #666666;
		width: 100%;
	}
	h2.page-header.news_tile {
		padding-top: 0px;
		padding-bottom: 5px;
		margin-bottom: 10px;
		padding-bottom: 5px;
		font-weight: normal;
	}
	div.news_tile.list {
		/*color: #826134;*/
		color: #202020;
	}
	div#livesearch_results {
		width: 305px;
	}
	div#livesearch_result img {
		height: 58px;
		width: 100px;
	}
	div#livesearch_result div {
		width: 190px;
	}

	/* KAFELEK  NEWSÓW */
	.tile div.news_tile.wrap:first-child {
		width: 353px;
		height: 511px;
		padding: 15px;
		margin-left: 0px;
		margin-right: 5px;
		margin-bottom: 0px;
	}
	.tile div.news_tile.wrap {
		width: 262px;
		height: 253px;
		margin: 0px 0px 0px 0px;
		padding: 15px;
		float: left;
	}
	.tile div.news_tile.wrap {
		margin: 0px 0px 5px 0px;
	}
	div.date.news_tile.first {
		margin-top: -3px;
		font-weight: normal;
	}
	div.title.news_tile.first {
		padding: 5px 5px 0px 0px;
		width: 100%;;
		font-size: 1.15em;
		height: auto;
		font-weight: 600;
	}
	div.title.news_tile.next {
		font-size: 0.85em;
		padding: 0px;
		font-weight: 600;
		width: 100%;
		height: 50px;
	}
	div.news_tile.wrap:nth-child(2) {
		float: left;
	}
	div.news_tile.wrap:nth-child(3), div.news_tile.wrap:nth-child(2) {
		display: inline-block;
	}
	div.image.news_tile.first {
		width: 100%;
		height: 165px;
		min-height: 165px;
		display: block;
		overflow: hidden;
	}
	.tile div.news_more {
		float: right;
		width: auto;
		font-size: 0.8em;
		height: 20px;
		color: #333333;
		text-decoration: underline;
		margin-top: 5px;
		margin-right: 2px;
		padding-bottom: 5px;
		text-align: right;
	}
	div.news_more.next {
		display: none;
	}
	div.message.news_tile.first {
		display: block;
		clear: both;
	}
	div.date.news_tile.first {
		font-weight: 400;
		font-size: 0.8em;
		height: 20px;
		padding-left: 0px;
		padding-top: 5px;
	}
	div.date.news_tile.next {
		font-size: 0.6em;
		padding-left: 5px;
		padding-top: 0px;
		/*	display: none;*/
	}
	div.message.news_tile.first {
		font-size: 14px;
		text-align: left;
		padding-top: 10px;
		font-weight: 400;
		display: block;
		clear: both;
	}
	div.message.news_tile.next {
		display: none;
	}
	div.icons {
		font-size: 1.2em;
		/*margin-top: 1.8em;*/
		width: 320px;
		margin-right: 20px;
	}
	div.languages {
		margin-top: 1.8em;
		font-size: 0.9em;
	}
	div.festival_announcement.short_list:nth-of-type(4n+4) {
		display: block;
	}
	div.film_container {
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 6px;
		height: 222px;
		/*padding-right: 11px;*/
	}
	div.film_container_wrapper {
		margin-top: 0;
	}
	div.gallery_container {
		width: 288px;
	}
	.pictures_container {
		margin-top: 0px;
	}
	div.guests_container {
		margin-top: 0px;
	}
	div.gal_img_container, div.gallery_container, div.gal_img_container.wff_pic
		{
		height: 172px;
	}
	div.festival_announcement.short_list:nth-of-type(5) {
		display: none;
	}
	div.wff_pic_tile {
		height: 222 px;
	}
	img.slider_16_9 {
		height: 348px;
		min-height: 348px;
	}
	.tile div.important_dates_date {
		font-size: 14px;
	}
	.tile div.important_dates_title {
		font-size: 13px;
	}
}

@media ( min-width :1270px) {
	.top_bar, .under_menu_bar.middle, div.dashboard.clearfix, div.submenu,
		.page_container, div.films_container, aside, div.menu.main {
		width: 1320px;
		max-width: 1320px;
	}
	.font_24, p.film_entry.font_24, p.slider_title.font_24, h3.font_24, h2.font_24,
		h2.page_header.announcement.font_24 a, a.font_24, .page-header.film_tile a.font_24
		{
		line-height: 1.1;
		font-size: 22px;
		font-family: Roboto, sans-serif;
		font-weight: 100;
	}
	div.tile.countdown {
		padding: 0px 0px 5px 10px;
	}
	.tile.film_slider, .tile div.crop {
		height: 450px;
	}
	.tile_big.festivi, .tile img.festivi {
		height: 225px;
	}
	.menu_container_background {
		min-height: 310px;
	}
	div.film_container, div.guests_container {
		float: left;
		display: inline-block;
		width: 394px;
		height: 275px;
		padding-bottom: 15px;
	}
	div.film_container div#to_hover:hover {
		max-width: 394px;
	}
	div.gallery_container {
		width: auto;
	}
	div.gal_img_container, div.gallery_container, div.gal_img_container.wff_pic
		{
		height: 219px;
	}
	.wrapper {
		margin-top: 0px;
	}
	.top_bar, .under_menu_bar.middle {
		margin: 0px auto 0 auto;
	}
	div.main_logo {
		height: 110px;
		width: 730px;
		margin: 0px auto 10px auto;
	}
	div.ukraine {
		margin: 20px 0px 0px 1060px;
	}
	div.ukraine img {
		min-width: 140px;
	}
	.tile div.important_dates_title {
		line-height: 1.4;
		font-size: 14px;
	}
	.wrapper {
		/*	margin-top: 205px;*/
		
	}
	.pictures_container {
		margin-top: 0px;
	}
	div.menu.pos {
		min-width: auto;
		margin-right: 50px;
	}
	div.menu.pos:last-child {
		margin-right: 0px;
	}
	div.menu.pos span, div.menu.pos a {
		font-size: 1.1em
	}
	.open>.dropdown-menu {
		
	}
	.dropdown-menu li {
		white-space: nowrap;
	}
	.header_menu_item_text {
		width: auto;
		font-size: 14px;
	}
	div.header-cont {
		
	}
	div.calendar_message {
		width: 300px;
	}
	div#about.menu.pos.dropdown:last-child {
		min-width: 120px;
		width: 120px;
	}
	div.listek_menu {
		margin: 9px 5px 0px -10px;
	}
	.footer_menu_item div.listek_menu {
		margin: 7px 5px 0px 0px;
	}
	div#livesearch_results {
		width: 400px;
	}
	div#livesearch_result img {
		height: 58px;
		width: 100px;
	}
	div#livesearch_result div {
		width: 290px;
	}

	/* KAFELEK NEWSÓW */
	a.news_tile {
		color: #202020;
	}
	.wff_pic_tile {
		height: 280px;
	}
	h2.page-header.news_tile, h2.page-header.film_tile {
		border: none;
		text-align: left;
		padding-bottom: 0px;
		margin-bottom: 5px;
	}
	.page-header.news_tile a, .page-header.film_tile a {
		
	}
	div.news_tile.list {
		
	}
	.tile div.news_tile.wrap:first-child {
		background-color: #fff;
		float: left;
		width: 470px;
		height: 549px;
	}
	.tile div.news_tile.wrap {
		display: inline-block;
		width: 319px;
		height: 272px;
	}
	.tile .news_tile.wrap:nth-of-type(4) {
		display: none;
	}
	div.title.news_tile.first {
		
	}
	div.title.news_tile.next {
		
	}
	div.image.news_tile.first {
		float: left;
		display: inline-block;
		height: 238px;
	}
	div.date.news_tile.first {
		float: left;
		display: inline-block;
		text-align: left;
		color: black;
		font-weight: 400;
		font-size: 0.8em;
		height: 20px;
	}
	div.date.news_tile.next {
		font-size: 0.6em;
		padding-left: 5px;
	}
	div.message.news_tile.first {
		font-size: 14px;
		text-align: left;
		padding-top: 10px;
		font-weight: 400;
		display: block;
		clear: both;
	}
	div.message.news_tile.next {
		display: none;
	}
	.clock {
		font-size: 20px;
	}
	.clock_2 {
		clear: both;
		float: right;
	}
	#clock-digit {
		display: inline-block;
		background-color: #333;
		font-family: 'Orbitron', sans-serif;
		border-radius: 4px;
		padding: 3px 3px;
		text-shadow: 0px 0px 2px #fff;
		color: #fff;
	}
	img.slider_16_9 {
		height: 450px;
		min-height: 450px;
	}
	input.main.livesearch {
		width: 364px;
		height: 40px;
	}
	.tile div.timeTo {
		width: auto;
		margin-top: 11px;
		float: left;
	}
	h3.wff_starts {
		margin-right: 15px;
	}
	.tile div.wff_starts_container {
		width: auto;
		margin: 0 auto;
	}
	div.festival_announcement.short_list:nth-of-type(5) {
		display: inline-block;
	}
	div.wff_pic_tile {
		height: 275px;
	}
}

div#gallery:hover {
	max-width: 324px;
}

@media ( max-width :658px) {
	div.baner[num="1"] {
		top: 20px !important;
	}
	div.baner[num="2"] {
		top: 25px !important;
	}
	div.baner[num="11"] {
		top: 25px !important;
	}
	div.baner[num="12"] {
		top: 40px !important;
	}
}

div.baner[num="2"] {
	top: 30px !important;
}

div.baner[num="3"] {
	top: 40px !important;
}

div.baner[num="4"] {
	top: 33px !important;
}

div.baner[num="5"] {
	top: 37px !important;
}

div.baner[num="6"] {
	top: 25px !important;
}

div.baner[num="7"], div.baner[num="11"] {
	top: 30px !important;
}

div.baner[num="8"] {
	top: 35px !important;
}

div.baner[num="9"] {
	top: 30px !important;
}

div.baner[num="10"] {
	top: 30px !important;
}

div.baner[num="11"] {
	top: 33px !important;
}

div.baner[num="12"] {
	top: 30px !important;
}

div.baner[num="13"] {
	top: 30px !important;
}

@media ( max-width :758px) {
	.baner_title {
		font-size: 0.8em !important;
	}
	h4.baner_title {
		margin-top: 5px;
	}
}

.pinterest_window {
	margin-bottom: 50px !important;
}