@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700,700i&subset=latin-ext');

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed, figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display: block;}
body {line-height:1;}
ol,ul {list-style:none;}
blockquote,q { quotes:none;} blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}
b,strong {font-weight:bold;}
i,em {font-style:italic;}
.rwContentBox ul,.cn ul { list-style-type:disc;margin:20px 0;margin-left:45px;}
.rwContentBox ol,.cn ol { list-style-type:decimal;margin:20px 0;margin-left:55px;}
.rwContentBox li,.cn li { padding-left:0px;}
div,h1,h2,h3,h4,h5,h6,p,form { position:relative;margin:0;padding:0;display:block;font-weight:300;}
ul { margin-top:0;}
img { border:0;}
.clear,.cl { clear:both;}

body {
	padding: 0; 
	margin: 0;
	background: #fff url('gfx/b.jpg') no-repeat right bottom;
	font: 300 20px/1.7 lato, sans-serif;
	color: #111;
	}

body>div {
	background: url('gfx/t.jpg') no-repeat left -30px;
	}

body:not(.homed)>div {
	background: url('gfx/t2.png') no-repeat left -30px;
	}

a {
	color: #c00000;
	text-decoration: none;	
	outline: none;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	}
a:hover {
	color: #f00;
	text-decoration: underline;
	}

body>div>header {
	display: block;
	position: relative;
	}

body>div>header>div {
	position: relative;
	width: 1600px;
	margin: auto;
	}

body>div>header>div>a {
	display: block;
	width: 560px;
	padding: 250px 30px 60px 200px;
	text-align: right;
	color: #434a54;
	text-decoration: none !important;
	font-weight: 200;
	font-size: 100px;
	line-height: 0.8;
	border-bottom: 3px solid #c00000;
	}

body:not(.homed)>div>header>div>a {
	display: block;
	width: 320px;
	padding: 40px 10px 40px 200px;
	text-align: right;
	color: #000;
	text-decoration: none !important;
	font-weight: 200;
	font-size: 64px;
	line-height: 0.8;
	border-bottom: 3px solid #c00000;
	}

div.mainfoto {
	width: 800px;
	height: 450px;
	position: absolute;
	left: 800px;
	top: 80px;
	background-position: center;
	background-size: cover;
	}

body:not(.homed) div.mainfoto {
	display: none;
	}

body>div>nav.l8s {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 0.8em;
	}

body>div>nav.l8s a {
	color: #434a54;
	opacity: 0.6;
	}

body.vpl nav.l8s ul li:nth-child(1) {
	display: none;
	}

body.ven nav.l8s ul li:nth-child(2) {
	display: none;
	}

nav.mn {
	display: block;
	position: relative;
	width: 1600px;
	margin: 0 auto;
	padding-top: 25px;
	}

body:not(.homed) nav.mn li {
	display: inline-block;
	}

nav.mn li a {
	color: #434a54;
	font-size: 26px;
	line-height: 1.6;
	font-weight: 300;
	}

body:not(.homed) nav.mn ul {
	position: relative;
	left: -7px;
	padding-top: 10px;
	padding-bottom: 140px;
	}

body:not(.homed) nav.mn li a {
	display: inline-block;
	font-size: 18px;
	padding: 0 7px;
	}

nav.mn li a:hover,
nav.mn li a.active {
	color: #c00;
	text-decoration: none;
	}

.in-main {
	position: relative;
	width: 1400px;
	margin: 0 auto;
	padding-bottom: 100px;
	}
	
footer {
	text-align: right;
	font-size: 13px;
	line-height: 1.2;
	padding: 0 15px 15px 0;
	}

footer * {
	color: #434a54;
	}
																		/* tytuly sekcji */
.content_headers {
	width: 550px;
	margin: 0 0 0 auto;
	text-align: right;
	padding-bottom: 30px;
	border-bottom: 3px solid #c00000;
	margin-bottom: 80px;
	}

.content_headers .content_title {
    font-size: 64px;
    line-height: 59px;
    font-weight: 200;
	}

.content_headers .content_description {
    font-size: 35px;
    line-height: 1;
    font-weight: 300;
    margin-left: 0px;
    margin-top: 15px;
	}






















body {
	padding: 0; 
	margin: 0;
	background: #fff url('gfx/b.jpg') no-repeat right bottom;
	font: 300 20px/1.7 open sans, sans-serif;
	color: #111;
	}

body>div {
	background: url('gfx/t.jpg') no-repeat left -30px;
	}

body:not(.homed)>div {
	background: url('gfx/t2.png') no-repeat left -30px;
	}

a {
	color: #c00000;
	text-decoration: none;	
	outline: none;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	}
a:hover {
	color: #f00;
	text-decoration: underline;
	}

body>div>header {
	display: block;
	position: relative;
	}

body>div>header>div {
	position: relative;
	width: 1600px;
	margin: auto;
	}

body>div>header>div>a {
	display: block;
	width: 560px;
	padding: 250px 30px 60px 200px;
	text-align: right;
	color: #434a54;
	text-decoration: none !important;
	font-weight: 200;
	font-size: 100px;
	line-height: 0.8;
	border-bottom: 3px solid #c00000;
	}

body:not(.homed)>div>header>div>a {
	display: block;
	width: 320px;
	padding: 40px 10px 40px 200px;
	text-align: right;
	color: #000;
	text-decoration: none !important;
	font-weight: 200;
	font-size: 64px;
	line-height: 0.8;
	border-bottom: 3px solid #c00000;
	}

div.mainfoto {
	width: 800px;
	height: 450px;
	position: absolute;
	left: 800px;
	top: 80px;
	background-position: center;
	background-size: cover;
	}

body:not(.homed) div.mainfoto {
	display: none;
	}

body>div>nav.l8s {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 0.8em;
	}

body>div>nav.l8s a {
	color: #434a54;
	opacity: 0.6;
	}

body.vpl nav.l8s ul li:nth-child(1) {
	display: none;
	}

body.ven nav.l8s ul li:nth-child(2) {
	display: none;
	}

nav.mn {
	display: block;
	position: relative;
	width: 1600px;
	margin: 0 auto;
	padding-top: 25px;
	}

body:not(.homed) nav.mn li {
	display: inline-block;
	}

nav.mn li a {
	color: #434a54;
	font-size: 26px;
	line-height: 1.6;
	font-weight: 300;
	}

body:not(.homed) nav.mn ul {
	position: relative;
	left: -7px;
	padding-top: 10px;
	padding-bottom: 140px;
	}

body:not(.homed) nav.mn li a {
	display: inline-block;
	font-size: 18px;
	padding: 0 7px;
	}

nav.mn li a:hover,
nav.mn li a.active {
	color: #c00;
	text-decoration: none;
	}

.in-main {
	position: relative;
	width: 1400px;
	margin: 0 auto;
	padding-bottom: 100px;
	}
	
footer {
	text-align: right;
	font-size: 13px;
	line-height: 1.2;
	padding: 0 15px 15px 0;
	}

footer * {
	color: #434a54;
	}
																		/* tytuly sekcji */
.content_headers {
	width: 550px;
	margin: 0 0 0 auto;
	text-align: right;
	padding-bottom: 30px;
	border-bottom: 3px solid #c00000;
	margin-bottom: 80px;
	}

.content_headers .content_title {
    font-size: 64px;
    line-height: 59px;
    font-weight: 200;
	}

.content_headers .content_description {
    font-size: 35px;
    line-height: 1;
    font-weight: 300;
    margin-left: 0px;
    margin-top: 15px;
	}




























@media (min-width: 1200px) and (max-width: 1600px) {


body {
	padding: 0; 
	margin: 0;
	background: #fff url('gfx/b.jpg') no-repeat right bottom;
	font: 300 20px/1.7 open sans, sans-serif;
	color: #111;
	}

body>div {
	background: url('gfx/t.jpg') no-repeat left -30px;
	}

body:not(.homed)>div {
	background: url('gfx/t2.png') no-repeat left -30px;
	}

a {
	color: #c00000;
	text-decoration: none;	
	outline: none;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	}
a:hover {
	color: #f00;
	text-decoration: underline;
	}

body>div>header {
	display: block;
	position: relative;
	}

body>div>header>div {
	position: relative;
	width: 1200px;
	margin: auto;
	}

body>div>header>div>a {
	display: block;
	width: 450px;
	padding: 100px 20px 40px 30px;
	text-align: right;
	color: #434a54;
	text-decoration: none !important;
	font-weight: 200;
	font-size: 70px;
	line-height: 0.8;
	border-bottom: 3px solid #c00000;
	position: relative;
	}

body>div>header>div>a::after {
	content: 'Film Director';
	display: block;
	font-size: .4em;
	padding-top: .5em;
}
	
body:not(.homed)>div>header>div>a {
	display: block;
	width: 320px;
	padding: 40px 10px 40px 200px;
	text-align: right;
	color: #000;
	text-decoration: none !important;
	font-weight: 200;
	font-size: 60px;
	line-height: 0.8;
	border-bottom: 3px solid #c00000;
	}

div.mainfoto {
	width: 700px;
	height: 400px;
	position: absolute;
	left: 500px;
	top: 60px;
	background-position: center;
	background-size: cover;
	}

body:not(.homed) div.mainfoto {
	display: none;
	}

body>div>nav.l8s {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 1em;
	}

body>div>nav.l8s a {
	color: #434a54;
	opacity: 0.6;
	}

body.vpl nav.l8s ul li:nth-child(1) {
	display: none;
	}

body.ven nav.l8s ul li:nth-child(2) {
	display: none;
	}

nav.mn {
	display: block;
	position: relative;
	width: 1150px;
	padding-left: 50px;
	margin: 0 auto;
	padding-top: 25px;
	}

body:not(.homed) nav.mn {
	width: 1190px;
	padding-left: 10px;
	}

body:not(.homed) nav.mn li {
	display: inline-block;
	}

nav.mn li a {
	color: #434a54;
	font-size: 22px;
	line-height: 1.6;
	font-weight: 300;
	}

body:not(.homed) nav.mn ul {
	position: relative;
	left: -7px;
	padding-top: 10px;
	padding-bottom: 100px;
	}

body:not(.homed) nav.mn li a {
	display: inline-block;
	font-size: 18px;
	padding: 0 7px;
	}

nav.mn li a:hover,
nav.mn li a.active {
	color: #c00;
	text-decoration: none;
	}

.in-main {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
	}

.in-main * {
	max-width: 1200px;
	}

footer {
	text-align: right;
	font-size: 13px;
	line-height: 1.2;
	padding: 0 15px 15px 0;
	}

footer * {
	color: #434a54;
	}
																		/* tytuly sekcji */
.content_headers {
	width: 550px;
	margin: 0 0 0 auto;
	text-align: right;
	padding-bottom: 30px;
	border-bottom: 3px solid #c00000;
	margin-bottom: 80px;
	}

.content_headers .content_title {
    font-size: 64px;
    line-height: 59px;
    font-weight: 200;
	}

.content_headers .content_description {
    font-size: 35px;
    line-height: 1;
    font-weight: 300;
    margin-left: 0px;
    margin-top: 15px;
	}

}
























@media (min-width: 980px) and (max-width: 1200px) {


body {
	padding: 0; 
	margin: 0;
	background: #fff url('gfx/b.jpg') no-repeat right bottom;
	font: 300 18px/1.7 open sans, sans-serif;
	color: #111;
	}

body>div {
	background: url('gfx/t.jpg') no-repeat left -30px;
	background-size: 110%;
	}

body:not(.homed)>div {
	background: url('gfx/t2.png') no-repeat left -30px;
	background-size: 110%;
	}

a {
	color: #c00000;
	text-decoration: none;	
	outline: none;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	}
a:hover {
	color: #f00;
	text-decoration: underline;
	}

body>div>header {
	display: block;
	position: relative;
	}

body>div>header>div {
	position: relative;
	width: auto;
	margin: auto;
	}

body>div>header>div>a {
	display: block;
	width: 420px;
	padding: 100px 30px 40px 0px;
	text-align: right;
	color: #434a54;
	text-decoration: none !important;
	font-weight: 200;
	font-size: 60px;
	line-height: 0.8;
	border-bottom: 3px solid #c00000;
	}
body>div>header>div>a::after {
	content: 'Film Director';
	display: block;
	font-size: .5em;
	padding-top: .5em;
}

body:not(.homed)>div>header>div>a {
	display: block;
	width: 420px;
	padding: 40px 30px 40px 0px;
	text-align: right;
	color: #000;
	text-decoration: none !important;
	font-weight: 200;
	font-size: 60px;
	line-height: 0.8;
	border-bottom: 3px solid #c00000;
	}

div.mainfoto {
	width: 650px;
	height: 400px;
	position: absolute;
	left: 450px;
	top: 60px;
	background-position: center;
	background-size: cover;
	}

body:not(.homed) div.mainfoto {
	display: none;
	}

body>div>nav.l8s {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 1em;
	}

body>div>nav.l8s a {
	color: #434a54;
	opacity: 0.6;
	}

body.vpl nav.l8s ul li:nth-child(1) {
	display: none;
	}

body.ven nav.l8s ul li:nth-child(2) {
	display: none;
	}

nav.mn {
	display: block;
	position: relative;
	width: 980px;
	padding-left: 50px;
	margin: 0 auto;
	padding-top: 25px;
	}

body:not(.homed) nav.mn {
	width: 970px;
	padding-left: 10px;
	}

body:not(.homed) nav.mn li {
	display: inline-block;
	}

nav.mn li a {
	color: #434a54;
	font-size: 24px;
	line-height: 1.6;
	font-weight: 300;
	}

body:not(.homed) nav.mn ul {
	position: relative;
	left: -7px;
	padding-top: 10px;
	padding-bottom: 100px;
	}

body:not(.homed) nav.mn li a {
	display: inline-block;
	font-size: 18px;
	padding: 0 7px;
	}

nav.mn li a:hover,
nav.mn li a.active {
	color: #c00;
	text-decoration: none;
	}

.in-main {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 100px;
	}

.in-main * {
	max-width: 980px;
	}

footer {
	text-align: right;
	font-size: 13px;
	line-height: 1.2;
	padding: 0 15px 15px 0;
	}

footer * {
	color: #434a54;
	}
																		/* tytuly sekcji */
.content_headers {
	width: 550px;
	margin: 0 0 0 auto;
	text-align: right;
	padding-bottom: 30px;
	border-bottom: 3px solid #c00000;
	margin-bottom: 60px;
	}

.content_headers .content_title {
    font-size: 60px;
    line-height: 59px; 
    font-weight: 200;
	}

.content_headers .content_description {
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
    margin-left: 0px;
    margin-top: 15px;
	}

}




































@media (min-width: 0px) and (max-width: 980px) {


	body {
		padding: 0; 
		margin: 0;
		background: url('gfx/t2.png') no-repeat left 0px;
		background-size: 150%;
		font: 300 18px/1.7 open sans, sans-serif;
		color: #111;
		}

	body>div {
		background: none;
		background-size: 110%;
		}

	body:not(.homed)>div {
		background: url('gfx/b.jpg') no-repeat right bottom;
		background-size: 140%;
		}

	body>div {
		max-width: 320px;
		margin: 0 auto;
		}

	a {
		color: #c00000;
		text-decoration: none;	
		outline: none;
		transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-webkit-transition: all 0.3s linear;
		}
	a:hover {
		color: #f00;
		text-decoration: underline;
		}

	body>div>header {
		display: block;
		position: relative;
		}

	body>div>header>div {
		position: relative;
		width: auto;
		margin: auto;
		}

	body>div>header>div>a,
	body:not(.homed)>div>header>div>a {
		display: block;
		width: auto;
		padding: 60px 20px 20px 0px;
		text-align: right;
		color: #434a54;
		text-decoration: none !important;
		font-weight: 200;
		font-size: 40px;
		line-height: 0.8;
		border-bottom: 3px solid #c00000;
		top: -1em;
		position: relative;
		}

body:not(.homed)>div>header>div>a::after,
body>div>header>div>a:after {
	content: 'Film Director';
	display: block;
	font-size: .5em;
	padding-top: .5em;
}

	
	div.mainfoto {
		width: 320px !important;
		height: 200px;
		position: absolute;
		left: 0px;
		top: 160px;
		background-position: center;
		background-size: cover;
		}

	body:not(.homed) div.mainfoto {
		display: none;
		}

	body>div>nav.l8s {
		position: absolute;
		top: 15px;
		right: 20px;
		font-size: 0.7em;
		}

	body>div>nav.l8s a {
		color: #434a54;
		opacity: 0.6;
		}

	body.vpl nav.l8s ul li:nth-child(1) {
		display: none;
		}

	body.ven nav.l8s ul li:nth-child(2) {
		display: none;
		}

	nav.mn {
		display: block;
		position: relative;
		width: auto;
		padding-left: 50px;
		margin: 0 auto;
		padding-top: 250px;
		}

	body:not(.homed) nav.mn {
		width: auto;
		padding: 10px;
		}

	body:not(.homed) nav.mn li {
		display: inline-block;
		}

	nav.mn li a {
		color: #434a54;
		font-size: 20px;
		line-height: 1.6;
		font-weight: 300;
		}

	body:not(.homed) nav.mn ul {
		position: relative;
		left: -7px;
		padding-top: 10px;
		padding-bottom: 100px;
		}

	body:not(.homed) nav.mn li a {
		display: inline-block;
		font-size: 17px;
		padding: 0 7px;
		}

	nav.mn li a:hover,
	nav.mn li a.active {
		color: #c00;
		text-decoration: none;
		}

	.in-main {
		position: relative;
		width: 310px;
		padding: 0 5px;
		padding-bottom: 100px;
		}

	.in-main * {
		max-width: 310px;
		}

	.balanced-item.fancy {
		width: 310px !important;
		height: 210px !important;
		left: 0px !important;
		top: 0 !important;
		float: none !important;
		display: block !important;
		}

	.balanced-image-wrapper {
		width: 310px !important;
		height: 210px !important;
		left: 0px !important;
		top: 0 !important;
		float: none !important;
		display: block !important;
		text-align: center !important;
		}

	.balanced-image-wrapper img {
		height: auto !important;
		width: 310px !important;
		display: block !important;
		position: relative !important;
		margin: auto !important;
		position: relative !important;
		left: 0 !important;
		}

	footer {
		text-align: right;
		font-size: 13px;
		line-height: 1.2;
		padding: 0 5px 15px 0;
		}

	footer * {
		color: #434a54;
		}




	
	.content_headers {
		width: auto;
		margin: 0 0 0 auto;
		text-align: right;
		padding-bottom: 30px;
		border-bottom: 3px solid #c00000;
		margin-bottom: 60px;
		}

	.content_headers .content_title {
		font-size: 40px;
		line-height: 40px; 
		font-weight: 300;
		}

	.content_headers .content_description {
		font-size: 25px;
		line-height: 1;
		font-weight: 300;
		margin-left: 0px;
		margin-top: 15px;
		}

	.ct_reach_text.tinymce-ct * {
		font-size: 0.9em !important;
	}

}


.fancy .ga_img_overlay .awesome {
	font-size: 80px !important;
	opacity: 0.25 !important;
	color: #000 !important;
    text-shadow: 0 0 15px #fff,0 0 15px #fff,0 0 15px #fff !important;
}


ul.gallery_new li span.gal_content_2 span.gal_img span.gal_img_2 a {
	background: transparent;
	}