* {
	border: none;
	margin: 0px;
	padding: 0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, time, del, ins, main {
  display: block;
}
html {
	background: #fff;
	color: #000;
	font-family: 'Alegreya Sans', Arial, sans-serif;
	font-size: 13px;
	height: 100%;
	font-weight: 300;
}
body {
	height: 100%;
	z-index: 5;
}
body.home {
}
body  ::-moz-selection {
	background: #01a6ef;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
}
body  ::selection {
	background: #01a6ef;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
}
body ::-moz-selection {
	background: #01a6ef;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
}
img {
	vertical-align: top;
}
a {
	color: #000;
	text-decoration: none;
	transition: color 0.3s, background-color 0.3s;
	-moz-transition: color 0.3s, background-color 0.3s;
	-webkit-transition: color 0.3s, background-color 0.3s;
	-o-transition: color 0.3s, background-color 0.3s;
}
body.news main div.left nav ul li a:hover,
body.film main div.left nav ul li a:hover,
a:hover {
	color: #01a6ef;
}
strong {
	font-weight: 500;
}
ul {
	list-style-type: none;
}
ins {
	text-decoration: none;
}
div.hideMe {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
}
.komunikat {
	background: #fbfbfb no-repeat 9px center;
	padding: 10px 5%;
	font-size: 14px;
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 90%;
	height: 16px;
	overflow: hidden;
}
aside.komunikat p {
	line-height: 21px;
}
.komunikat.icon {
}
.komunikat.ok {
	background-color: #F1FBE3;
	border-color: #EEF7E1;
}
.komunikat.error {
	background-color: #d66666;
	box-shadow: 0 0 0 2px #a44d4d;
}
.komunikat.info {
	background-color: #e3f4fb;
	border-color: #e1ebf7;
}
#bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	overflow: hidden;
}
#bg div.gradient {
	/* background: radial-gradient(ellipse at center center , #55595C -10%, #EEEEEE 37%, #EFE9DD 57%, #F0AE94 80%) repeat scroll 120% 90% / 130% 130% rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	opacity: 0.8; */
}
.home #bg div.gradient {
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
}
#bg div.kratka {
	/* position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background: url(/img/kratka.png) repeat left top; */
}
#bg img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	transition: -webkit-transform 2.5s, opacity 2.5s;
	transition: transform 2.5s, opacity 2.5s;
	transition: transform 2.5s, -webkit-transform 2.5s, opacity 2.5s;
}
body.home #bg img {
	z-index: 0;
	opacity: 1;
	object-fit: cover;
}
body.home #bg img.init {
	opacity: 1;
}
body.home #bg.start img {
	opacity: 1;
}
body.news #bg img,
body.film #bg img {
	width: 33.3%;
}
body.news.sub #bg div.gradient,
body.film.sub #bg div.gradient {
	/* background-position: -66% 60%;
	background-size: 60% 200%; */
}
body.home #bg img.anim {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0;
}
body.film #bg .gradient,
body.news #bg .gradient {
	background: radial-gradient(ellipse at center center , #55595C -10%, #EEEEEE 37%, #EFE9DD 57%, #D5D9CB 80%) repeat scroll 120% 90% / 130% 130% rgba(255, 255, 255, 0);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	opacity: .6;
}
#content {
	position: relative;
	z-index: 20;
	height: 100%;
}
header {
	background-color: #fff;
	color: #fff;
	text-align: right;
	position: fixed;
	width: 100%;
	z-index: 30;
}
footer.move,
header.move {
	background-color: rgba(255,255,255,0.85);
	box-shadow: 0 0 10px 5px #000;
}
header a {
	color: #000;
}
header nav a.wybrany,
header a:hover {
	color: #01a6ef;
}
header h1 {
	position: absolute;
	left: 60px;
	top: 23px;
}
header nav *,
header nav,
header h1 {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}
header nav {
	font-size: 18px;
	padding-right: 40px;
}
header nav a {
	padding: 30px;
}
header nav a:first-letter {
	/* font-weight: 400; */
}
main {
	height: 100%;
}
body.about main nav,
body.home main nav {
	position: absolute;
	width: 100%;
	height: 50%;
	margin: auto;
	overflow: hidden;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	text-align: center;
}
body.about main nav ul,
body.home main nav ul {
	position: absolute;
	width: 100%;
	height: 251px;
	margin: auto;
	overflow: hidden;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
body article.aboutus h1,
body.about main nav ul a,
body.home main nav ul a {
	display: block;
	font-size: 68px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 100;
	position: relative;
}
body article.aboutus h1 {
	color: #000;
}
body.about main nav ul a:hover,
body.home main nav ul a:hover {
	background-color: #fff;
	color: #000;
}
body.about main nav ul a.middle::before,
body.about main nav ul a.middle::after,
body.home main nav ul a.middle::before,
body.home main nav ul a.middle::after {
	content: '';
	width: 400px;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	margin: auto;
	overflow: hidden;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
body.about main nav ul a.middle::before,
body.home main nav ul a.middle::before {
	border-top: 1px solid #fff;
}
body.about main nav ul a.middle::after,
body.home main nav ul a.middle::after {
	border-bottom: 1px solid #fff;
	top: -1px;
}
body.news main div.left,
body.film main div.left {
	float: left;
	width: 33.3%;
}
body.news main div.left nav,
body.film main div.left nav {
	position: fixed;
	width: 33.3%;
	height: 196px;
	margin: auto;
	overflow: hidden;
	left: -66.7%;
	top: 0;
	bottom: 0;
	right: 0;
}
body.news main div.left nav ul,
body.film main div.left nav ul {
	font-size: 31px;
	text-transform: uppercase;
	text-align: center;
}
body.news main div.left nav ul li,
body.film main div.left nav ul li {
	margin-bottom: 15px;
}
body.news main div.left nav ul li:last-child,
body.film main div.left nav ul li:last-child {
	margin-bottom: 0;
}
body.news main div.left nav ul li a,
body.film main div.left nav ul li a {
	/* color:  #fff; */
}
body.news main div.left nav ul li a.wybrany,
body.film main div.left nav ul li a.wybrany {
	font-size: 68px;
}
body.news.sub main div.left,
body.film.subp main div.left {
	padding: 123px 3% 108px;
	width: 27.3%;
	position: fixed;
	font-weight: 400;
}
body.news.sub main div.left ul li,
body.film.subp main div.left ul li {
	display: inline;
	text-transform: uppercase;
	margin-right: 10px;
	font-weight: 300;
}
body.news.sub main div.left ul li a.wybrany,
body.film.subp main div.left ul li a.wybrany {
	font-weight: 600;
}
body.news.sub main div.left article,
body.film.subp main div.left article {
	margin-top: 15px;
	position: relative;
}
body.news.sub main div.left article div.scroller,
body.film.subp main div.left article div.scroller {
	position: absolute;
	top: 0;
	right: -7px;
	height: 100%;
	overflow: hidden;
	width: 7px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
}
body.news.sub main div.left article div.scroller div.knob,
body.film.subp main div.left article div.scroller div.knob {
	position: absolute;
	top: 0;
	right: 0;
	height: 15px;
	width: 100%;
	background-color: #01a6ef;
	border-radius: 5px;
}
body.news.sub main div.left article div.inner,
body.film.subp main div.left article div.inner {
	overflow: hidden;
}
body.news.sub main div.left h1,
body.film.subp main div.left h1 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 10px;
}
body.news.sub main div.left h2,
body.film.subp main div.left h2 {
	font-size: 14px;
	color: #22b8ef;
	text-transform: uppercase;
	font-weight: normal;
	text-shadow: 1px 1px 0 #000,1px 1px 0 #000;
}
body.news.sub main div.left p,
body.film.subp main div.left p {
	line-height: 18px;
	margin-bottom: 10px;
}
body.news.sub main div.left p:last-child,
body.film.subp main div.left p:last-child {
	margin-bottom: 0;
}
body.news main div.right,
body.film main div.right {
	margin-left: 33.3%;
	height: 100%;
}
body.news main div.right ul.tiles,
body.film main div.right ul.tiles {
	padding-top: 82px;
	padding-bottom: 105px;
}
body.news main div.right li,
body.film main div.right li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 50%;
	text-align: center;
	overflow: hidden;
	background: radial-gradient(ellipse at center center , #ddd -40%, #fff 37%) repeat scroll 50% 60% / 170% 220% rgba(255, 255, 255, 0);
	position: relative;
}
body.news main div.right li a ,
body.film main div.right li a {
	display: block;
	width: 100%;
	height: 100%;
}
body.news main div.right li img ,
body.film main div.right li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-filter: grayscale(0%) contrast(100%) brightness(100%);
	filter: grayscale(0%) contrast(100%) brightness(100%);
	transition: all .3s
}
body.news main div.right li:hover img ,
body.film main div.right li:hover img {
	-webkit-filter: grayscale(100%) contrast(105%) brightness(110%);
	filter: grayscale(100%) contrast(105%) brightness(110%);
}
body.news main div.right li div.text,
body.film main div.right li div.text {
	background-color: rgba(255,255,255,.7);
	text-shadow: 1px 1px 0 #fff;
	padding: 7px 15px;
	text-transform: uppercase;
	text-align: left;
	position: absolute;
	bottom: 0;
	width: 100%;
	transition: background-color .3s;
}
body.news main div.right li:hover div.text,
body.film main div.right li:hover div.text {
	background-color: rgba(255,255,255,1);
}
body.news main div.right li div.text strong,
body.film main div.right li div.text strong {
	font-size: 13px;
	display: block;
}
body.news main div.right li div.text strong:first-letter,
body.film main div.right li div.text strong:first-letter {
	/* font-size: 16px; */
}
body.news main div.right li div.text span,
body.film main div.right li div.text span {
	display: block;
	text-transform: none;
}
body.news main div.right li div.text span:first-letter,
body.film main div.right li div.text span:first-letter {
	/* font-size: 14px; */
}
body.news.sub main div.right,
body.film.subp main div.right {
	background: url(/img/spinner.gif) no-repeat center center;
}
section#gallery {
	height: 100%;
	width: 100%;
	background-color: #000;
	position: relative;
	padding: 83px 0 108px;
}
#gallery div.slidingInner,
#gallery div.slidingElement {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
#gallery div.slidingInner div {
	position: relative;
	height: 100%;
	width: 100%;
}
#gallery div.slidingElement {
	background-position: top left;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: bottom;
	zoom: 1;
	*display: inline;
}
#gallery div.slidingElement div.text {
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	height: auto;
	padding: 20px 5%;
	font-size: 14px;
	text-shadow: 1px 1px 0 #fff;
	color: #000;
	opacity: 0;
	transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
}
#gallery div.slidingElement:hover div.text {
	opacity: 1;
}
#gallery div.slidingElement div.text strong {
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
}
#gallery div.slidingElement a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
#gallery div.slidingElement img {
	height: 100%;
	width: 100%;
}
#gallery div.nav {
	display: none;
}
#gallery div.arrow {
	position: absolute;
	top: 0;
	color: #fff;
	width: 50px;
	height: 100%;
	font-size: 55px;
	text-align: center;
	cursor: pointer;
	transition: color 0.3s, background-color 0.3s;
	-moz-transition: color 0.3s, background-color 0.3s;
	-webkit-transition: color 0.3s, background-color 0.3s;
	-o-transition: color 0.3s, background-color 0.3s;
}
#gallery div.arrow.l {
	left: 0;
}
#gallery div.arrow.r {
	right: 0;
}
#gallery div.arrow:hover {
	color: #01a6ef;
}
#gallery div.arrow span {
	background: url(/img/arrow_left.png) no-repeat left top;
	position: absolute;
	height: 62px;
	width: 33px;
	margin: auto;
	overflow: hidden;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
#gallery div.arrow.r span {
	background-image: url(/img/arrow_right.png);
}
#gallery div.arrow span img {
	opacity: 0;
	transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
}
#gallery div.arrow:hover span img {
	opacity: 1;
}
body.about ul.team {
	padding-top: 83px;
	padding-bottom: 105px;
}
body.about ul.team li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 33.33%;
	position: relative;
}
body.about ul.team li::after {
	content: ' ';
	background: url(/img/kratka.png) repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
body.about ul.team li img {
	width: 100%;
	display: block;
}
body.about ul.team li div.text {
	background: #000;
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	opacity: 0;
	transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
}
body.about ul.team li:hover div.text {
	opacity: 1;
}
body.about ul.team li div.text div.inner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 84%;
	padding: 30px 8%;
}
body.about ul.team li div.text div.inner div.name {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
}
body.about ul.team li div.text div.inner div.title {
	font-size: 16px;
	color: #ddd;
}
body.about ul.team li div.text div.inner p {
	color: #ddd;
	margin-top: 10px;
}
body article.aboutus {
	width: 680px;
	margin: 0 auto;
	padding-top: 150px;
	padding-bottom: 95px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}
body article.aboutus p strong {
	text-transform: uppercase;
	color: #00afe8;
}
body article.aboutus p span {
	text-transform: uppercase;
}
body.aboutus #bg .gradient {
	/* background: radial-gradient(ellipse at center center , #EEEEEE 37%, #EFE9DD 57%, #D5D9CB 80%) repeat scroll 120% 90% / 130% 130% rgba(255, 255, 255, 0);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	opacity: .6; */
}
body article.aboutus h1 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 400;
}
body article.aboutus p {
	line-height: 23px;
	margin-bottom: 15px;
}
body article.aboutus ul li:first-letter,
body article.aboutus p:first-letter {
	/* font-size: 22px; */
}
/* body article.aboutus p:first-of-type {
	color: #00afe8;
	font-weight: 600;
	font-size: 16px;
} */
body article.aboutus p:last-child {
	margin-bottom: 0;
}
body article.aboutus ul {
	padding-left: 30px;
	list-style-type: disc;
	margin-bottom: 10px;
}
body article.aboutus p + ul {
	margin-top: -17px;
}
body article.aboutus ul li {
	margin-bottom: 7px;
}
body article.aboutus ul:last-child,
body article.aboutus ul li:last-child {
	margin-bottom: 0;
}
body article.aboutus a.resume {
	display: block;
	padding: 10px 0px;
	border: 2px solid;
	text-align: center;
	width: 260px;
	margin: 35px auto 15px;
}
body.contact #bg img {
	opacity: .5;
	object-fit: cover;
}
body.contact #bg .gradient {
	background: radial-gradient(ellipse at center center , #55595C -10%, #EEEEEE 37%, #EFE9DD 57%, #D5D9CB 80%) repeat scroll 120% 90% / 130% 130% rgba(255, 255, 255, 0);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	opacity: .1;
}
body.contact article {
	position: absolute;
	right: 50px;
	bottom: 140px;
	font-size: 24px;
	font-weight: 400;
}
body.contact article strong {
	color: #00bff3;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
footer {
	background-color: #fff;
	position: fixed;
	width: 100%;
	z-index: 30;
	bottom: 0;
	min-height: 96px;
}
footer a.facebook {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	width: 31px;
	height: 31px;
	margin: 0 8px 0 23px;
	background: url(/img/logo_facebook2.png) no-repeat left top;
	transition: opacity .3s;
	/* background: url(/img/logo_facebook.png) no-repeat left -31px; */
}
footer a.facebook.alone {
	margin-top: 31px;
}
footer a.facebook:hover {
	opacity: .8;
	/* background-position: left 0; */
}
footer a.facebook span {
	display: none;
}
footer div.slides,
footer ul li,
footer ul li div.img,
footer ul li div.text,
footer ul {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}
footer div.slides {
	margin: 13px 0 13px 83px;
	width: 87%;
	height: 70px;
	overflow: hidden;
	font-weight: 400;
	position: relative;
}
footer img.arrow {
	position: absolute;
	top: 13px;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	height: 31px;
}
footer img.arrow.l {
	left: 77px;
}
footer img.arrow.r {
	right: 30px;
}
footer div.slides ul {
	left: 0;
	position: relative;
	transition: left 0.3s, right 0.3s;
	-moz-transition: left 0.3s, right 0.3s;
	-webkit-transition: left 0.3s, right 0.3s;
	-o-transition: left 0.3s, right 0.3s;
}
footer div.slides li {
	margin-right: 20px;
	min-height: 68px;
	vertical-align: top;
}
footer div.slides li:last-child {
	margin-right: 0;
}
footer div.slides a {
	color: #888;
}
footer div.slides a strong {
	color: #01a6ef;
	font-size: 14px;
}
footer div.slides a img {
	color: #fff;
	height: 100%;
}
footer div.slides a:hover {
	color: #000;
}
footer ul li div.img div {
	height: 100%;
}
footer ul li div.img {
	vertical-align: middle;
	height: 70px;
	width: 139px;
	overflow: hidden;
}
footer div.slides li div.text {
	width: 310px;
	margin-left: 15px;
}
footer div.submenu {
	background-color: #000;
	padding-left: 160px;
}
footer div.submenu a {
	color: #fff;
	text-transform: uppercase;
	position: relative;
}
footer div.submenu a:hover {
	color: #01a6ef;
}
footer div.submenu a.wybrany {
	font-weight: 600;
}
footer div.submenu li {
	margin-right: 10px;
}
footer div.submenu li.wybrany {
	font-weight: bold;
}
footer div.submenu li a.wybrany::before {
	content: '\25e2';
	color: #000;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	position: absolute;
	width: 16px;
	height: 16px;
	margin: auto;
	overflow: hidden;
	left: 0;
	top: 16px;
	bottom: 0;
	right: 0;
}
@media only screen and (max-height : 700px) {
	body.contact article {
		font-size: 14px;
	}
	body.contact article strong {
		font-size: 13px;
	}
}
@media only screen and (max-width : 1450px) {
	body.news main div.left nav ul li a.wybrany, body.film main div.left nav ul li a.wybrany {
		font-size: 48px;
	}
}
@media only screen and (max-width : 1320px) {
	footer div.slides {
		width: 88%;
		margin-left: 82px;
	}
}
@media only screen and (max-width : 1040px) {
	body.news main div.left nav ul li a.wybrany, body.film main div.left nav ul li a.wybrany {
		font-size: 30px;
	}
	body.news main div.left nav ul li, body.film main div.left nav ul li {
		margin-bottom: 10px;
	}
	body.news main div.left nav ul, body.film main div.left nav ul {
		font-size: 21px;
	}
	footer div.slides {
		width: 75%;
		margin-left: 37px;
	}
}
@media only screen and (max-width : 750px) {
	header h1 {
		left: 10px;
	}
	header nav a {
		padding: 30px 20px;
	}
	body.news.sub #bg div.gradient, body.film.sub #bg div.gradient {
		background-position: 120% 90%;
		background-size: 130% 130%;
	}
	body.news main div.left, body.film main div.left,#bg img {
		display: none;
	}
	body.news.sub main div.left, body.film.subp main div.left {
		position: static !important;
		width: auto !important;
		float: none !important;
		display: block;
		padding-bottom: 38px;
	}
	body.news main div.right, body.film main div.right {
		margin-left: 0;
		height: auto;
	}
	body.news.sub main div.left article div.inner, body.film.subp main div.left article div.inner {
		height: auto;
	}
	body.about ul.team li {
		width: 50%;
	}
	body article.aboutus {
		width: 500px;
	}
	section#gallery {
		padding-top: 0;
		height: auto;
	}
	section#gallery div.arrow {
		display: none;
	}
	footer div.submenu {
		padding-left: 50px;
	}
}
@media only screen and (max-width : 550px) {
	body {
		z-index: 6;
	}
	header h1 img {
		width: 75px;
	}
	header nav {
		padding-right: 0;
	}
	header nav a {
		padding: 20px 10px;
	}
	body.news main div.right li, body.film main div.right li {
		width: 100%;
	}
	body.about ul.team, body.news main div.right ul.tiles, body.film main div.right ul.tiles {
		padding-top: 63px;
		padding-bottom: 41px;
	}
	body article.aboutus h1, body.about main nav ul a, body.home main nav ul a {
		font-size: 45px;
		color: #000;
	}
	body.about main nav ul a:hover, body.home main nav ul a:hover {
		color: #fff;
		background-color: #000;
	}
	body.about main nav ul a.middle::before, body.about main nav ul a.middle::after, body.home main nav ul a.middle::before, body.home main nav ul a.middle::after {
		width: 270px;
	}
	body.contact article {
		font-size: 19px;
		position: static;
		padding: 70px 15px;
	}
	body.about ul.team li {
		width: 100%;
	}
	body article.aboutus {
		width: 85%;
	}
	footer {
		min-height: 0;
	}
	footer a.facebook {
		margin: 5px 10px;
	}
	footer img.arrow,
	footer div.slides {
		display: none;
	}
	footer div.submenu {
		padding-left: 20px;
	}
}
@media only screen and (max-width : 550px) {
	header nav {
		font-size: 15px;
	}
}
@media only screen and (min-height: 600px) and (max-height: 610px) {
	body.news.sub main div.left article div.inner,
	body.film.subp main div.left article div.inner {
		height: 270px;
	}
}
@media only screen and (min-height: 611px) and (max-height: 621px) {
	body.news.sub main div.left article div.inner,
	body.film.subp main div.left article div.inner {
		height: 280px;
	}
}
@media only screen and (min-height: 622px) and (max-height: 633px) {
	body.news.sub main div.left article div.inner,
	body.film.subp main div.left article div.inner {
		height: 290px;
	}
}
@media only screen and (max-height : 420px) {
	body.news.sub main div.left article div.inner,
	body.film.subp main div.left article div.inner {
		height: 320px;
	}
}
@media only screen and (max-height : 320px) {
	body.news.sub main div.left article div.inner,
	body.film.subp main div.left article div.inner {
		height: 270px;
	}
}
@media only screen and (max-height : 270px) {
	body.news.sub main div.left article div.inner,
	body.film.subp main div.left article div.inner {
		height: 270px;
	}
}