/* Theme Name: CineTakeHD */

*
{
margin: 0;
padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: 'Open Sans',  sans-serif;
	font-weight:300;
	font-size: 16px;
	background-color:white;
	background-image:url(images/bg_main.jpg);
	background-position:top center;
	color:black;
	
	min-height:100%;
	position: relative;
	}

	header,footer,nav,section,article,aside,hgroup
	{
		display: block;
	}

	fieldset, img
	{
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
	}


	.aligncenter
	{
		display: block;
		margin-left: auto;
    	margin-right: auto;	
	}
	
	header a
	{
	color: black;
	text-decoration: none;
	}
	a
	{
		color:black;
		text-decoration:none;
	}
	article a {
	color:#291749;
	}
	article a:hover {
	color:red;
	}
	a:hover
	{
	color:red;
	}
	
	
	p
	{
	margin: 0 0 10px 0;
	}

	.clearfix
	{
	clear: both;
	}

	.web
	{
	width: 100%;
	margin: 0 auto;
	}

	header #logo
	{
	margin-top:15px;
	float: left;
	width:130px;
	height:128px;
	margin-left:66px;

	}
	header #logo2{
		display:none;
		margin-top:05px;
	float: left;
	width:130px;
	height:128px;
	margin-right:50px;
	}

	header {
		color:white;
		font-size:20px;
	}
	header form
	{
	margin-top:52px;
	float: right;
	padding: 25px 0;
	}

	/*header form input[name=s]
	 {
	 height: 35px;
	 width: 160px;
	 padding-left: 5px;
	 outline: none;
	 border: 1px solid #58585A;
	 border-radius: 7px 0 0 7px;
	 color: #31323d;
	 }

	 header form input[type=submit]
	 {
	 height: 39px;
	 outline: none;
	 width: 80px;
	 font-weight: 700;
	 background: #58585A;
	 color: #FFF;
	 border-radius: 0 7px 7px 0;
	 cursor: pointer;
	 border: none;
	 }*/

	header nav
	{
	width:auto;
	height: auto;
	
	}
	#menu_bg{
		width:auto;
		background:white;
		float:right;
		margin-bottom:100px;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
	}
	header nav ul,
	.web aside ul
	{
	list-style: none;
	}

	header nav ul li a
	{
	color: black;
	display: block;
	padding-top: 40px;
	line-height: 40px;
	}
	
	
	header nav ul li:first-child a{
		background-image:url(images/menu_ico1.png);
		background-position:top center;
		background-repeat:no-repeat;
		min-width:140px;
		text-align:center;
		
	}
	header nav ul li:nth-child(2) a{
		background-image:url(images/menu_ico2.png);
		background-position:top center;
		background-repeat:no-repeat;
		min-width:140px;
		text-align:center;
	}
	header nav ul li:nth-child(3) a{
		background-image:url(images/menu_ico3.png);
		background-position:top center;
		background-repeat:no-repeat;
		min-width:140px;
		text-align:center;
	}
	header nav ul li:nth-child(4) a{
		background-image:url(images/menu_ico4.png);
		background-position:top center;
		background-repeat:no-repeat;
		min-width:140px;
		text-align:center;
	}
	header nav ul li a:hover
	{
	color: red;
	
	}
	header nav ul li:first-child a:hover{
		background-image:url(images/menu_ico1_hover.png);
		background-position:top center;
		background-repeat:no-repeat;
		min-width:140px;
		text-align:center;
	}
	header nav ul li:nth-child(2) a:hover{
		background-image:url(images/menu_ico2_hover.png);
		background-position:top center;
		background-repeat:no-repeat;
		min-width:140px;
		text-align:center;
	}
	header nav ul li:nth-child(3) a:hover{
		background-image:url(images/menu_ico3_hover.png);
		background-position:top center;
		background-repeat:no-repeat;
		min-width:140px;
		text-align:center;
	}
	header nav ul li:nth-child(4) a:hover{
		background-image:url(images/menu_ico4_hover.png);
		background-position:top center;
		background-repeat:no-repeat;
		min-width:140px;
		text-align:center;
	}
	
	
	.web section
	{
	width: 100%;
	float: left;
	margin-top: 0px;
	}
	
	.web section article
	{
	/*border: 1px solid #e9e9e9;
	 padding: 20px;
	 border-radius: 20px;
	 margin-bottom: 10px;*/
	}

	.web section article h1
	{
	margin: 0 0 10px 0;
	padding: 5px 10px;
	font-size: 25px;
	}

	a.more-link
	{
	display: block;
	background: #2c5c88;
	color: #FFF;
	width: 100px;
	padding: 10px 25px;
	border-radius: 5px;
	text-align: center;
	}

	a.more-link:hover
	{
	background: #F39130;
	}

	.web aside
	{
	width: 240px;
	margin-top: 10px;
	float: right;
	}

	.web aside h2
	{
	background: #2a669e;
	color: white;
	padding: 10px;
	font-size: 15px;
	}

	.web aside nav
	{
	margin-bottom: 10px;
	}

	.web aside nav ul li:first-child a
	{
	border-top: 1px solid #e9e9e9;
	}

	.web aside nav ul li a
	{
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	display: block;
	
	padding: 10px 35px;
	}

	.web aside nav ul li a:hover
	{
	text-decoration: underline;
	}
.center{
	text-align:center;
}

.lewy{
	position:relative;
	float:left;
	width:50% !important;
	color:white;
	min-height:100%;
}
.mobile_margin{
	margin-left:200px;
}	
.bialylink:link, .bialylink:active, .bialylink:visited{
	color: white;text-decoration: none;
}
.bialylink:hover{
	color:red;
	margin-bottom:20px;
}
.social_media{
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}
.aktualnosc_image{
	float:left;
	margin-right:30px;
	max-width:200px;
	max-height:200px;
	-webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.75);
box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.75);
	  }
.button{
	padding:10px 30px 10px 30px;
	color:white;
	background:red;
	border:1px solid white;
	border-radius: 4px;
	margin: 10px;
}
.button:hover{
	color:red;
	background:white;
	
}
.biala_linka:a, .biala_linka:link, .biala_linka:active, .biala_linka:visited, .news-post{
		color:white !important;
		text-decoration:none;
	}
	.biala_linka:hover{
		color:red;
	}
	footer
	{
	color: white;
	background:#272727;
	height:auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:30px;
	padding-top:30px;
	position:relative;
	bottom:0;
	margin-top:
	/*border-top:10px solid #e0e1e4; */
	}

	ul {
	list-style-image: url('images/bullet.png');
	}
	.index_sp{height: 770px;}

	#primary-menu{
	
	font-family: 'Titillium Web', sans-serif;
	padding: 5px 20px;
	
	
	
	background-repeat:no-repeat;
	height:50px !important;
	
		
	

	}

	#primary-menu > li{            /* Top Level */
	float:left;

	position:relative;
	
	font-size:15px;
	
	z-index: 9999;
	background:none;
	text-transform:uppercase;
	margin-top:0px;
	}
	
	#primary-menu > li > span{
	display:block;
	background:none;
	padding:3px 1%;
	

	}
	#primary-menu > li a:hover {
	/*text-decoration:underline;*/
	

	}
	#primary-menu > li:hover > span{
	color:#fff;

	}

	#primary-menu > li > ul{        /* Second Level */
		display:none;
		white-space: nowrap;
		font-size:.8em;
		min-width:150px;
		padding-left:20px;
		padding-right:20px;
		color:white;
		
	}
	#primary-menu > li:hover > ul{
		display:block;
		position:absolute;
		top:106px;
		left:-22px;
	}
	
	#primary-menu > li > ul a{        /* Second Level */
		/*background-image:none;*/
		padding-top:30px;
		color:white;
	}
	.collumn{
	width:46%;
	float:left;
	text-align:left;
	margin:2%;
	text-align:justify;
	
	}
	.pobierz{
		padding:8px 20px 8px 20px;
		background:red;
		color:white;
		text-align:center;
		font-size:16px;
		line-height:32px;
		margin:0px;
		border:1px solid white;
		border-radius:5px;
		float: right;
		
	} 
	.pobierz:hover{
		color:red;
		background:white;
	}
	#tab_three_content ul, section ul {
		margin-left:30px;
		margin-bottom:30px;
	}
	ul.sub-menu > li:not(:first-child)  a {
		background-image:url('images/submenu_second.png');
		background-repeat:repeat;
		border-bottom:1px solid #808080;
		padding-top:10px !important;
		
	}
	
	ul.sub-menu > li:first-child  a {
		padding-top:10px;
		background-image:url('images/submenu_first.png');
		border-bottom:1px solid #808080;
	}
	
	#primary-menu > li > ul > li > span{
	display:block;
	}
	#primary-menu > li > ul > li:hover > span{
	color:white;
	}
	#primary-menu > li > ul > li:hover:not(:first-child)  a {
	background-image:url('images/submenu_second.png');
	background-repeat:repeat;
	border-bottom:1px solid #808080;
	color:red;
	padding-top:10px !important;
	
	}
	#primary-menu > li > ul > li:hover:first-child  a {
	background-image:url('images/submenu_first.png');
	background-repeat:repeat;
	border-bottom:1px solid #808080;
	color:red;
	
	}
	#primary-menu > li > ul li > ul{   /* Third Level & beyond */
	display:none;
	
	white-space: nowrap;
	}
	#primary-menu > li > ul li:hover > ul{
	display:block;
	position:absolute;
	left:97%;
	top:0px;
	width:auto;
	min-width:200px;
	}
	#primary-menu > li > ul > li ul > li{
	display:block;

	}
	#primary-menu > li > ul > li ul > li:hover a{
	color:#fff;
	
	}

	.current-menu-item, .current-menu-ancestor
	{
	/*background-color: #ef1c25; bg aktywnego menu */
	}

	.current-menu-item a, .current-menu-ancestor a
	{
	color:red;
	border-bottom:4px solid red;
	
	}
	.downloads-list{
		display:block;
		list-style: none;
		margin-bottom:100px;
	}
	.logo img{
		margin-right:20px !important;
	}
	#tab_one_content, #tab_two_content, #tab_three_content{
		padding:100px 30px 30px 30px;
		color:white;
		font-size:16px;
	}
	/*newsletter*/
	.tnp-email {
		padding:3px !important;
		width:120px !important;
	}
	.tnp-submit {
		padding:3px 7px 3px 7px !important;
		border:1px solid white !important;
		border-radius:4px !important;
		margin-left:15px !important;
		margin-top:12px !important;
		
	}
	/* bx slider */
	.slide{
		position:relative;
		width:100%;
		height:auto;
		min-height:400px;
		color:white;
		text-align:center;
	}
	#fsc{
		position:absolute;
		bottom:0;
		right:0;
		width:400px;
	}
	#pedzle{
		position:absolute;
		bottom:0;
		left:300px;
		height:250px;
	}
	/* koniec */

	
	.wrapper{
	width:80%;
	min-width:1000px;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	position:relative;
	margin-bottom:0px;
	background:none;

	}
	.wrapper_small{
	width:90%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:100px;;
	padding:0;
	position:relative;
	background:none;
	}
	
	.wysokosc{
		min-height:55vh;
	}
	
	#tab_one_button, #tab_two_button ,#tab_three_button{
	 cursor: pointer;
	}
	
	.zakladka{
		position:relative;
		display:inline;
		float:left;
		width:33.3% !important;
		text-align:center;
		height:80px;
		line-height:80px;
		color:white;
		font-size:20px;
		
		
	}
	.active{
		background:white;
		color:red;
		-webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.75);
box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.75);
	}
	.panel{
		position:relative;
		width:100%;
		max-width:940px;
		background-image:url(images/panel.jpg);
		background-repeat:no-repeat;
		height:auto;
		padding-bottom:50px;
		margin-bottom:50px;
		text-align:left;
	}
	.lewy_pict{
		float:left;margin-bottom:80px;
		max-width:50%;
	}
	#glowny_tekst{
		float:right;
		max-width:50%;
		font-size:16px;
		font-weight:400;
		text-align: right;
		margin-right: 50px;
	}
	@media screen and (max-width: 700px) {
    	#glowny_tekst{
			text-align: center;
		}
	}
	.auto{
		min-height:auto !important;
		height:100px !important;
	}
	.wrapper_index {
	wwidth:90%;
	min-width:1000px;
	max-width:1200px; 
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding:0;
	position:relative;
	background-color:white;
	}
	.max {max-width:90% !important;}
	
	
	/* foot obrazki /*
	 *
	 *
	 */
	#p1, #p2{
	max-width:20%;
	margin-right:18%;
	}
	#p3{
	max-width:20%;

	}

	#laczynas{

	float:right;
	}

	#np_ac{
	position:relative;
	float:left;
	color:black;
	margin-left:5%;

	}
	.line{
	width:100%;
	height:1px;
	position:relative;
	background:#ee1c24;
	}
	.line2{
	width:100%;
	height:1px;
	position:relative;
	background:#ffc5c7;
	margin:30px 0 10px 0;
	}
	.contrast0{
	width:28px;
	height:28px;
	border:2px solid black;
	font-size:20px;
	font-weight:bold;
	font-family:Arial;
	border-radius:14px;
	background:white;
	margin-left:10px;
	}
	.contrast2{
	width:28px;
	height:28px;
	border:2px solid black;
	font-size:20px;
	font-weight:bold;
	color:white;
	font-family:Arial;
	border-radius:14px;
	background:black;
	margin-left:5px;
	margin-right:10px;
	}

	.contrast:hover, .contrast2:hover{
	border:2px solid  #ef1c25;
	border-radius:14px;
	color: #ef1c25;
	}
	.type{

	border:none;
	font-size:20px;
	font-weight:bold;
	font-family:Arial;

	background:#f5f5f5;
	margin-left:10px;
	padding-top:7px;
	}
	.type2{

	border:none;
	font-size:24px;
	font-weight:bold;
	font-family:Arial;

	background:#f5f5f5;
	margin-left:10px;
	}
	.type:hover, .type2:hover{
	color: #ef1c25;
	}

	.kocujsitemap h2{
	display:none;
	}
	.kocujsitemap ul > li{
	display:inline;
	list-style:none;
	margin-right:20px;
	text-transform:uppercase;
	text-align:left;
	
	}

	.kocujsitemap a{	
		color:#8575a0;
	}
	.lewa{
	float:left
	}
	.prawa{
	float:right;
	}
	.thumb{
	float:right;
	max-width:18%;
	margin-left:2%;
	height:auto;
	}
	.thumb img{
	float:right;
	max-width:100%;
	height:auto;

	}
	.search_result{
	float:left;
	max-width:80%;
	}
	.zdjecie_ztytulem{
	width:100%;
	position:relative;
	}
	.zdjecie_ztytulem img {
	background:white;
	float:left;
	margin-right:30px;
	margin-bottom:7px;

	}
	img{
	max-width:100%;
	}
	.tytul_artykul{

	font-size:2em;
	margin-bottom:30px;
	border-bottom:1px solid  #ef1c25;
	width:auto;
	}
	
	
	
article {
	padding-right: 20px;
	text-align: justify;
	color: #58595b;
	min-height: 56.3 vw;
	font-size: 1.1em;
	
	}
	
	article .tytul {
	font-size: 2em;
	line-height: 1em;
	color: #ee1c24;

	margin: 5px 0 0 0;
	text-align: left !important;
}
article h1, article h2, article h3, article h4 {
	text-align: left;
}
article ul {
	margin-left: 20px;
}
article .data {

	float: right;
	color: black;
}
b {
	font-weight:700;
}
h1 {
	font-size:3em;
	color:#383636;
	font-weight:500;
	
}
h2 {
	font-size: 1.2em;

}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size:1.2em;
}
h1, h2, h3, h4 {
}
p {

}


/* paging */
.next {
	float: right;
	margin-right: 2%;
	margin-left: 10px;
}

.prev {
	float: left;
	margin-right: 10px;
}
.page-numbers {
	text-align: center;
}
.current {
	background: #ee1c24;
	padding: 1px 3px 1px 3px;
	color: white;
	border-radius: 2px;
}
.padding{
	padding-top:120px;
}
.aktualnosc {
		position: relative;
		
		height: auto;
		border-bottom: 1px solid #c9c9c9;
		padding-bottom: 50px;
		margin-bottom:30px;
		
	}
.wpis_image{
	max-width:200px;
	float:left;
	margin-right:30px;
	margin-bottom:20px;
	}	
.video{
	float:left;
	margin-right:30px;
	max-width:48%;
}
.file{
	
	margin-bottom:30px;
	width:100%;
	border-bottom: 1px solid #c9c9c9;
	overflow: hidden;
	padding: 5px;

}
.footer_table{
	width:100%;
}
/*RESPONSIVE*/
@media all and (max-width: 700px) {
	.web {
		max-width: 100%;
	}
	 .lewy, .lewy_pict, #glowny_tekst, .collumn{
		width: 96% !important;
		margin: 2%;
	}
	.mobile_margin{
	margin-left:0px;
}	
.footer_table{
	max-width:320px;
}
.lewy_pict, #glowny_tekst{
		max-width: 96% !important;
		margin: 2%;
	}
	.collumn_small {
		border-bottom: 1px solid white;
		padding: 0;
	}
	.collumn_left, .collumn_left2 {
		padding: 0;
	}
	.collumn_big{
		padding:0;
	}
	.padding{
		padding-top:10px;
		border-bottom:none;
		}
	.glownytekst, .glownytekst2, h1 {
		font-size: 30px;
		text-align: center;
	}
	.mobile {
		font-size: 10px;
	}
	#belka .collumn_small {
		border-bottom:none;
		padding-top:0px;
		margin-top:-20px;
		padding-bottom:30px;
		
	}
	.panel{
		position:relative;
		width:100%;
		max-width:940px;
		background-image:url(images/panel_mobil.jpg);
		background-repeat:no-repeat;
		height:auto;
		margin-bottom:100px;
		text-align:left;
		
	}
	
	header #logo{
		display:none;
	}
	header #logo2{
		display:inline;
		float:left;
	}
	#menu_bg{
		width:auto;
		background:white;
		float:right;
		margin-bottom:10px;
		margin-top:20px;
	}
	.select_wlasny3 {
	display:block;
	}
	.wpis_image{
	width:100% !important;
	float:right;
	margin-right:0px;
	margin-bottom:20px;
	}
	.select_wlasny3 .select3{
		width:90%;	
	}
	.collumn_right_special{
	width:80%;
	position:relative;
	float:left;
	top:auto;
	left:auto;
	padding:10%;
	}
	.ambasador2{
		margin-top:50px;
		height:auto !important;
		margin-bottom:20px;
	
	}
	.infowindow-content {
	color: black;
	font-family:Arial !important;
	width:300px;
	font-size:10px;
	}
	#szary{
		width:95%;
		padding-left:5%;
		padding-bottom:10px;
	}
	
	.wrapper, .wraper_small{
		width:90%;
		max-width:90%;
		min-width:90%;
		margin-left: 5%;
		margin-right: 5%;
		position: relative;
		margin-bottom: 10px;
		
		
		
	}
	img, video {
		max-width:100%;
		
	}
	
	.mobile_wrapper{
		width:100%;
	}
	#mapa_wydarzen, #zglos {
		background: #291749;
		height: auto;
	}
	#mapa_wydarzen2{
		background:white;
		height:auto !important;
	}
	#news {
		background-image: none;
		background: #291749;
		height: 1000px;
	}
	#wydarzenia, #foto_bg{
		background-image: none;
		background: #291749;
		height: auto;
		position:relative;
		margin-top:0;
	}
	#o_ets{
		background-image: none;
		background: #291749;
		height:auto;
		padding-bottom:30px;
	}
	.zajawka {
		position: relative;
		width: 100% !important;
		padding: 10px 0px 10px 0;
		float: left;
		font-size: 14px;
		height: auto;
		border-bottom: 1px solid white;
	}
	#primary-menu > li:first-child {
		margin-left: 0 !important;
		
	}
	footer {
		padding-bottom: 35px;
		padding-top: 30px;
	}
	header input[name=s], header input[type=submit] {
		
		display:none;
	}
	
	/* nowe newsy */
	.aktualnosc {
		position: relative;
		width: 98%;
		height: auto;
		border-bottom: 1px solid #c9c9c9;
		padding-bottom: 20px;
		margin-right: 1%;
		margin-left: 1%;
		margin-bottom: 2%;
	}
	
	.aktualnosci_wiecej {
		position: relative;
		bottom: -10px;
		left: auto;
		padding-top: 20px;
		padding-bottom: 15px;
	}

	@media screen and (orientation: portrait) {
		header #logo2{
		display:none;
		float:left;
	}
	}
}

/* wagc2.0 */
@-moz-document url-prefix() {
.a11y-toggle-grayscale {
display:none !important;
}
.a11y-toggle-fontsize { margin-top: -25px; }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
	

}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
}