/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
h4.stopka{color:#fff;}
h1 {color:#fff;text-align:left;padding-left:20px;font-size:3em;float:left;}
h3 {color:#414141;padding:10px;margin:0;text-align:center;}
h4 {color:#fff;font-size:1em;margin:0;padding:5px;}
.tytulystron{font-size:2em;margin:10px 80px 10px 0;float:right;}

.tytulystron{text-align:left !important; margin: 10px 0 !important;float:left  !important; padding-left: 0  !important;}
p {text-align:justify;}
/* html element 62.5% font-size for REM use */
html {
  font-size:62.5%;
background:#fff;
}
body {
	font:300 14px/1.4 'Open Sans', Helvetica, Arial, sans-serif;
	color:#494949;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
    height: auto;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.topka{
background:#e8e8e8;
}
.menu_wrapper{
	max-width:1200px;
	width:100%;
	margin:0 auto;
	position:relative;
}

.naTytul{
	background:#3a5795;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	height:auto;
	margin-bottom:20px;
}

.naTytulin{
max-width:1200px;
margin:auto;}

/* wrapper */
.wrapper {
	max-width:1200px;
	width:95%;
	margin:0 auto;
	position:relative;
	/*padding:20px 20px 0 20px;*/
}
/* header */
.header {
	

}
/* logo */
.logo {
float:left;
}
.logo-img {
margin-right:30px;
}
/* nav */
.nav {
	display:block;
	position:relative;
	text-align: center;
	line-height:19px !important;
	float:right !important;
}

.nav * {
	-webkit-tap-highlight-color:transparent !important;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
}
.nav a {
	color:#414141;
	text-decoration:none;
}
.nav .nav-main-list, .nav .nav-main-list li {
	margin:0px;
	padding:0px;
}
.nav ul {
	display:block;
	width:auto !important;
	margin:0 auto !important;
	overflow:hidden;
	list-style:none;
}


/* sublevel menu - in construction */
.nav ul li ul, .nav ul li ul li, .nav ul li ul li a {
	display:none ;
	height:0px ;
	width:0px ;
}
/* */


.nav .nav-main-list li {
	display:inline-block;
	padding:0px;
	margin:0px !important;
}
.nav-toggled {
	display:none;
	width:100%;
	position:relative;
	overflow:hidden;
	margin:0 auto !important;
}
.nav-button:hover {
	cursor:pointer;
}
.nav .nav-toggled ul {
	display:none;
	margin:0px !important;
	padding:0px !important;
}
.nav .nav-toggled ul li {
	display:block;
	margin:0 auto !important;
}





/* GRAPHITE STYLE */

.nav.graphite .nav-main-list li a{
	display:inline-block;
	padding:24px;
	margin:0px -3px 0px -3px;
	font-size:13px;

}
.nav.graphite .nav-main-list li a:hover {
/*background:#3a5795;
color:#fff;
border-top:2px solid #818181;*/
}

.nav.graphite .nav-main-list li.menu-item-has-children:hover ul,
.nav.graphite .nav-main-list li.menu-item-has-children:focus ul,
.nav.graphite .nav-main-list li.menu-item-has-children:active ul
{
	display: block !important;
	position:absolute;
	height:auto;
	width:auto;
	min-width: 250px;
	background: #e8e8e8;
	z-index: 150;
	padding:0;
	    top: 52px;
	margin:0;
}
.nav.graphite .nav-main-list li.menu-item-has-children:hover ul>li,
.nav.graphite .nav-main-list li.menu-item-has-children:focus ul>li,
.nav.graphite .nav-main-list li.menu-item-has-children:active ul>li
{
	display: block ;
	height:auto;
	width:auto;
}
.nav.graphite .nav-main-list li.menu-item-has-children:hover ul>li>a,
.nav.graphite .nav-main-list li.menu-item-has-children:focus ul>li>a,
.nav.graphite .nav-main-list li.menu-item-has-children:active ul>li>a
{
	display: block ;
	height:auto;
	width:auto;
}
.nav.graphite .nav-toggled {
	width:100%;
	background-color:#3a5795;
	min-height:36px;
	border-top:1px solid #fff;
}
.nav.graphite .nav-toggled-controls {
	display:block;
	height:36px;
	color:white;
	text-align:left;
	position:relative;
}
.nav.graphite .nav-toggled-title {
	position:relative;
	top:9px;
	left:15px;
	font-size:16px;
	color:white;
}
.nav.graphite .nav-button {
	display:block;
	position:absolute;
	right:15px;
	top:8px;
}

.nav.graphite .nav-button span {
	display:block;
	margin-top:4px;
	height:2px;
	background:white;
	width:24px;
}
.nav.graphite .nav-toggled ul li a {
	display:block;
	width:100%;
	color:#fff;
	background-color:#3a5795;
	text-align:center;
	padding:10px 0px 10px 0px;
	border-top:1px solid #fff;
}
.nav.graphite .nav-toggled ul li a:active {
	background-color:#444444;
	border-bottom:1px solid #444444;
	border-top:1px solid #444444;
}



li.current-menu-item a, li.current_page_parent a{
/*background:#3a5795;
color:#fff;
border-top:2px solid #818181;*/
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
background:#2F2F2F;
clear:both;
height:auto;
bottom:0;
min-width:100%;
}

#footerKontener{max-width:1200px;width:100%;margin:auto;min-height:440px;overflow:hidden;}
#nasociale{max-width:1920px;width:100%;height:auto;margin:auto;background:#818181;}
#nasocial{max-width:1200px;width:100%;margin:auto;overflow:auto;}
#social{max-width:600px;float:right;}
#menu_dolne{max-width:600px;float:left;margin:25px 0 0 10px;}
.menudolne{color:#fff;padding:5px;font-size:15px;}

#facebook{height:50px; width:50px;background:url(img/social.png) no-repeat;float:left;margin:10px;}
#facebook:hover{background:url(img/social.png) 0px -50px no-repeat;}

#google{height:50px; width:50px;background:url(img/social.png) -50px 0px no-repeat;float:left;margin:10px;}
#google:hover{background:url(img/social.png) -50px -50px no-repeat;}

#youtube{height:50px; width:50px;background:url(img/social.png) -100px 0px no-repeat;float:left;margin:10px;}
#youtube:hover{background:url(img/social.png) -100px -50px no-repeat;}

#pinterest{height:50px; width:50px;background:url(img/social.png) -150px 0px no-repeat;float:left;margin:10px;}
#pinterest:hover{background:url(img/social.png) -150px -50px no-repeat;}

.recentcomments{color:#818181;}
.daneStopka{width:300px;padding:10px;float:left;height:350px;}
.daneStopkaKontakt{color:#fff;padding:5px 0 0 5px;}
.sidebar-widget{width:300px;padding:10px;float:left;}
.post-date{color:#818181;display:none;}
.comment-author-link{color:#818181;}
.sidebar-widget a {color:#fff;}
.sidebar-widget a:hover {color:#b1b1b1;}
.sidebar-widget ul{list-style:none;display:initial;}
.sidebar-widget li {border-bottom:1px solid #fff;padding:10px 0 8px 5px;}


.sidebar-widget-right{padding:10px 30px;overflow:hidden;}
.post-date-right{color:#818181;}
.comment-author-link-right{color:#818181;}
.sidebar-widget-right a {color:#424242;font-size:14px;}
.sidebar-widget-right a:hover {color:#000;}
.sidebar-widget-right ul{list-style:none;display:initial;}
.sidebar-widget-right li {border-bottom:1px solid #3a5795;padding:5px;}

.rightbar{float:right;width:30%;}
.wpisy{width:70%;float:left;}
.post {border-bottom:1px solid #3a5795;padding:10px;margin-bottom:20px;max-width:800px;}
.wpis-odstep{margin:10px 0;}

.post, .sidebar-widget-right li:last-of-type, .sidebar-widget li:last-of-type{border-bottom:0 none; }

.view-article{color:#3a5795;font-weight:bold;}

/*------------------------------------*\
    PAGES

\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.padobrazka{padding:7px;}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
font-family: 'Open Sans', sans-serif;
	/*
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
	*/
    font-weight:normal;
    font-style:normal;
}



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#818181;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#818181;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#818181;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	/*display:block;*/
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

.author{font-size:12px;}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#494949 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

.huge_it_slideshow_image_wrap_1{
}
.naCopyright{max-width:1920px;width:100%;background:#3a5795;height:auto;float:left;margin:auto;}
p.copyright{text-align:center;color:#fff;padding:10px;}


.section{
overflow:hidden;padding-bottom:30px;}

#na_formularz{float:left;overflow:hidden;}
#na_mapa{float:right;padding:20px;margin:auto;}

/*------------------------------------*\
	Formularz
\*-------------------------------------*/

.wpcf7-form {
	width:100%;
	margin-bottom:10px; }
 
.wpcf7-form input,
	#wpcf7-f235-p1277-o2, .wpcf7-form textarea{ 
	width:100%;
	margin: 4px 0 8px 0;
    padding: 5px 7px;
    font-size: 14px;
    vertical-align: middle;}
 

.wpcf7-form p { 
	margin-top:10px; 
	margin-bottom:10px; 
}

input.wpcf7-form-control.wpcf7-submit input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
background-color: #3a5795;
color:#fff;
font-size:24px;
} 
input.wpcf7-form-control.wpcf7-submit input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .entry-content .button:hover {
background-color: #818181;font-size:24px;
}

input[type=text], input[type=email], input[type=password], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #3a5795;
}


input[type=text]:focus,input[type=email]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(85, 153, 255, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(85, 153, 255, 1);
}

.kontaktowe, .accordion-title
{
text-align:center;
color:#414141;
font-size:24px;
padding:10px;
border-bottom:1px solid #3a5795;
}

  .google-maps {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
.nainfoKontakt{margin:auto;max-width:900px;}
ul.infoKontakt{list-style-type:none !important;display:inline-block;margin:3px 0;vertical-align:top;padding:5px 30px;}
li.lewaKontakt{text-transform:uppercase;font-weight:bold;}

.box_Instruktor {margin: 20px 0;float: left;width:100%;}
.box_Instruktor:hover{background:#414141;color:#fff;}
.index_lewa_Instruktor {float: left;width: 25%;}
.index_prawa_Instruktor {float: left;width: 72%;width: calc(75% - 20px);text-align: justify;padding: 0 10px;margin-top:10px;}

.huge_it_slideshow_dots_thumbnails_1{display:none !important;}
.glowny{border-bottom:solid 3px #aaa;}



.dataAktualizacji{color:#868686;text-align:left;font-size:12px;}
.tytulWpisu{font-size:22px;color:#3a5795;padding:5px 0 10px 0;}
.trescWpisu{padding:12px 0 20px 0;font-size:14px; color:#3a3a3a;}
.czytajWiecej{width:100px;height:35px;border:2px solid #ececec;vertical-align:middle;display:table-cell;text-align:center;}


#szkoleniaBoxy{width:100%;height:auto;margin:20px 0;}
.szkoleniaBox{width:370px;height:280px;float:left;margin:15px;}
.szkoleniaBox>a>span{
	display:none
}
.szkoleniaBox:hover>a>span{    position: relative;
    font-weight: bold;
    font-size: 16px;
    /* bottom: 70px; */
    margin-bottom: -40px;
    /* height: 2rem; */
    background: #3a5795;
    color: #fff;
    display: block;
    width: 80%;
    margin: 0 auto;
    /* height: 60px; */
    padding: 1rem 2rem;
    text-align: center;
    top: 40%;
	}


#glownaBoxy{width:100%;height:auto;}
.glownaBox{width:370px;float:left;margin:15px;}
.glownaTekst{padding:0 10px;min-height:190px;height:auto;overflow:hidden;}


#szkolenia1{height:250px; width:370px;background:url(img/szkolenia1.jpg) no-repeat;float:left;margin:-14px 0 5px 0;}
#szkolenia1:hover{background:url(img/szkolenia1.jpg) 0px -250px no-repeat;}

#szkolenia2{height:250px; width:370px;background:url(img/szkolenia1.jpg) -370px 0px no-repeat;float:left;margin:-14px 0 5px 0;}
#szkolenia2:hover{background:url(img/szkolenia1.jpg) -370px -250px no-repeat;}

#szkolenia3{height:250px; width:370px;background:url(img/szkolenia1.jpg) -740px 0px no-repeat;float:left;margin:-14px 0 5px 0;}
#szkolenia3:hover{background:url(img/szkolenia1.jpg) -740px -250px no-repeat;}

#szkolenia4{height:250px; width:370px;background:url(img/szkolenia2.jpg) no-repeat;float:left;margin:-14px 0 5px 0;}
#szkolenia4:hover{background:url(img/szkolenia2.jpg) 0px -250px no-repeat;}

#szkolenia5{height:250px; width:370px;background:url(img/szkolenia2.jpg) -370px 0px no-repeat;float:left;margin:-14px 0 5px 0;}
#szkolenia5:hover{background:url(img/szkolenia2.jpg) -370px -250px no-repeat;}

#szkolenia6{height:250px; width:370px;background:url(img/szkolenia2.jpg) -740px 0px no-repeat;float:left;margin:-14px 0 5px 0;}
#szkolenia6:hover{background:url(img/szkolenia2.jpg) -740px -250px no-repeat;}

#szkolenia7{height:250px; width:370px;background:url(img/szkolenia3.jpg) no-repeat;float:left;margin:-14px 0 5px 0;}
#szkolenia7:hover{background:url(img/szkolenia3.jpg) 0px -250px no-repeat;}

#szkolenia8{height:250px; width:370px;background:url(img/szkolenia3.jpg) -370px 0px no-repeat;float:left;margin:-14px 0 5px 0;}
#szkolenia8:hover{background:url(img/szkolenia3.jpg) -370px -250px no-repeat;}

#szkolenia9{height:250px; width:370px;background:url(img/szkolenia3.jpg) -740px 0px no-repeat;float:left;margin:-14px 0 5px 0;}
#szkolenia9:hover{background:url(img/szkolenia3.jpg) -740px -250px no-repeat;}

#foto1{height:250px; width:370px;background:url(img/fotySprite.png) no-repeat;float:left;margin:-14px 0 5px 0;}
#foto1:hover{background:url(img/fotySprite.png) 0px -250px no-repeat;}

#foto2{height:250px; width:370px;background:url(img/fotySprite.png) -370px 0px no-repeat;float:left;margin:-14px 0 5px 0;}
#foto2:hover{background:url(img/fotySprite.png) -370px -250px no-repeat;}

#foto3{height:250px; width:370px;background:url(img/fotySprite.png) -740px 0px no-repeat;float:left;margin:-14px 0 5px 0;}
#foto3:hover{background:url(img/fotySprite.png) -740px -250px no-repeat;}

.glownaMid{margin-top:-14px;}


.pasek{max-width:1920px;width:100%;height:auto;float:left;margin:0px auto;background:#3a5795;}
.pasek2{max-width:1920px;width:100%;height:auto;float:left;margin:20px auto;}
.pasek3{max-width:1920px;width:100%;height:60px;float:left;margin:0px auto;background:#3a5795;}
.pasek4{max-width:1920px;width:100%;height:60px;float:left;margin:0px auto;background:#3a5795;margin-bottom:20px;}
.naFilmy{max-width:1200px;width:100%;height:auto;margin:auto;}
.nadaneKontakt{max-width:900px;width:100%;height:auto;margin:auto;overflow:hidden;}
.filmik{margin:30px;float:left;width:340px;}

.opinia{font-style:italic;text-align:right;}
.daneKontakt{width:300px;float:left;padding:10px;}


.szkolenia_tytul{padding:5px;}
.column-1{width:140px;}

h1.zielony, h2.zielony, h3.zielony{color:#3a5795;font-size:16px;float:none;text-align:center;padding:0;}
h4.zielony{color:#3a5795;font-size:14px;}
h2.bialy{color:#fff;text-shadow: 1px 1px 3px #666666;}
h3.bialy{color:#fff;}
h1.wpisy-blog,h2.wpisy-blog{margin:0;width:100%;font-size:22px;padding:0;}

a.stopka_link {color:#fff;}
a.stopka_link:hover {color:#b1b1b1;}


.przycisk_glowna {
  text-shadow: 1px 1px 3px #666666;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  text-align:center;
}

.przycisk_glowna:hover {
  text-decoration: none;
color:#fff;
}


.divprzycisk_glowna{margin:auto;width:250px;padding:10px;
  background: #3a5795;
  background-image: -webkit-linear-gradient(top, #3a5795, #7CA6FF);
  background-image: -moz-linear-gradient(top, #3a5795, #7CA6FF);
  background-image: -ms-linear-gradient(top, #3a5795, #7CA6FF);
  background-image: -o-linear-gradient(top, #3a5795, #7CA6FF);
  background-image: linear-gradient(to bottom, #3a5795, #7CA6FF);
  width:250px;
}

.divprzycisk_glowna:hover {
  background: #7CA6FF;
  background-image: -webkit-linear-gradient(top, #7CA6FF, #3a5795);
  background-image: -moz-linear-gradient(top, #7CA6FF, #3a5795);
  background-image: -ms-linear-gradient(top, #7CA6FF, #3a5795);
  background-image: -o-linear-gradient(top, #7CA6FF, #3a5795);
  background-image: linear-gradient(to bottom, #7CA6FF, #3a5795);
}

.huge_it_slideshow_image_item_gallery_2, .huge_it_slideshow_description_text_gallery_2{font-size:20px !important;background:transparent !important;}
.huge_it_slideshow_image_wrap_gallery_2{padding-top:1px !important;border-color:#3a5795 !important;background:#3a5795 !important;}
.mapagoogle{max-width:1200px;width:100%;height:450px}
.filmyglowna{width:370px;height:255px;}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


 @media screen and (max-width: 600px) 
{
.column-1{width:90px;}
.ukryj, .huge_it_slideshow_image_wrap_gallery_2, .pasek3{display:none !important;}
.rightbar{float:left;width:100%;}
.wpisy{width:100%;float:left;}
.nav {float:none;}
.logo {float:none;margin:auto;width:191px;}

} 


@media only screen and (max-width:400px) {

.filmyglowna{width:300px;height:180px;}
#szkoleniaBoxy{width:100%;height:auto;margin:10px 0;}
.szkoleniaBox{width:300px;height:280px;float:left;margin:10px;}


#glownaBoxy{width:100%;height:auto;}
.glownaBox{width:300px;float:left;margin:10px;}
.glownaTekst{padding:0 10px;min-height:190px;height:auto;overflow:hidden;}


#szkolenia1{height:250px; width:300px;background:url(img/szkolenia1.jpg) no-repeat;float:left;margin:-14px 0 5px 0;}
#szkolenia1:hover{background:url(img/szkolenia1.jpg) 0px -250px no-repeat;}

#szkolenia2{height:250px; width:300px;background:url(img/szkolenia1.jpg) -370px 0px no-repeat;float:left;margin:-14px 0 5px 0;}
#szkolenia2:hover{background:url(img/szkolenia1.jpg) -370px -250px no-repeat;}

#szkolenia3{height:250px; width:300px;background:url(img/szkolenia1.jpg) -740px 0px no-repeat;float:left;margin:-14px 0 5px 0;}
#szkolenia3:hover{background:url(img/szkolenia1.jpg) -740px -250px no-repeat;}

#szkolenia4{height:250px; width:300px;background:url(img/szkolenia2.jpg) no-repeat;float:left;margin:-14px 0 5px 0;}
#szkolenia4:hover{background:url(img/szkolenia2.jpg) 0px -250px no-repeat;}

#szkolenia5{height:250px; width:300px;background:url(img/szkolenia2.jpg) -370px 0px no-repeat;float:left;margin:-14px 0 5px 0;}
#szkolenia5:hover{background:url(img/szkolenia2.jpg) -370px -250px no-repeat;}

#szkolenia6{height:250px; width:300px;background:url(img/szkolenia2.jpg) -740px 0px no-repeat;float:left;margin:-14px 0 5px 0;}
#szkolenia6:hover{background:url(img/szkolenia2.jpg) -740px -250px no-repeat;}

#szkolenia7{height:250px; width:300px;background:url(img/szkolenia3.jpg) no-repeat;float:left;margin:-14px 0 5px 0;}
#szkolenia7:hover{background:url(img/szkolenia3.jpg) 0px -250px no-repeat;}

#szkolenia8{height:250px; width:300px;background:url(img/szkolenia3.jpg) -370px 0px no-repeat;float:left;margin:-14px 0 5px 0;}
#szkolenia8:hover{background:url(img/szkolenia3.jpg) -370px -250px no-repeat;}

#szkolenia9{height:250px; width:300px;background:url(img/szkolenia3.jpg) -740px 0px no-repeat;float:left;margin:-14px 0 5px 0;}
#szkolenia9:hover{background:url(img/szkolenia3.jpg) -740px -250px no-repeat;}

#foto1{height:250px; width:300px;background:url(img/fotySprite.png) no-repeat;float:left;margin:-14px 0 5px 0;}
#foto1:hover{background:url(img/fotySprite.png) 0px -250px no-repeat;}

#foto2{height:250px; width:300px;background:url(img/fotySprite.png) -370px 0px no-repeat;float:left;margin:-14px 0 5px 0;}
#foto2:hover{background:url(img/fotySprite.png) -370px -250px no-repeat;}

#foto3{height:250px; width:300px;background:url(img/fotySprite.png) -740px 0px no-repeat;float:left;margin:-14px 0 5px 0;}
#foto3:hover{background:url(img/fotySprite.png) -740px -250px no-repeat;}

.filmik{margin:10px;float:left;width:300px;}

h3.bialy{color:#fff;font-size:15px;}

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {


}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

.wt_button{
	display:inline;     
	background: #3a5795;
    color: #fff;
    border: 0;
    padding: 6px 9px;
    border-radius: 3px;
	cursor: pointer; 
	}
	
.nav .nav-main-list{
	display: flex;
    justify-content: flex-end;
	
	align-items: stretch;
	}	
.nav .nav-main-list li{
	display: flex; /* new */
    border-top: 2px solid #e8e8e8;
	align-items: center;
}
.nav .nav-main-list li:hover,
li.current-menu-item {
	    background: #3a5795;
    color: #fff;
    border-top: 2px solid #818181;
}	
.nav .nav-main-list li:hover > a,
li.current-menu-item > a{
	  
    color: #fff;
}

#commentform > p {
	display:flex;
	
}
#commentform > p >span,
#commentform > p >input,
#commentform > p >textarea,
#commentform > p >label
{
	width:25%;
	align-self:center;
	
}

#commentform > p >input,
#commentform > p >textarea
{
	width:45%;
	align-self:center;
	
}
#commentform > p.comment-notes{display:block; padding: 1em 0;}
#commentform > p.form-submit{display:block; padding: 1em 0;}


/* Grid */


/* POSITIONING */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

/* ==== GRID SYSTEM ==== */

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
  .container {
    width: 90%;
  }
}

@media only screen and (min-width: 45em) {  /* 720px */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

@media only screen and (min-width: 60em) { /* 960px */
  .container {
    width: 100%;
    /*max-width: 60rem;*/
  }
}


.mlogo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.mcol .textwidget {
    display:flex;
    align-items: center;  
    justify-content: flex-start;
    width: 100%;
    
}
.mcol .textwidget i {
    font-size: 5rem;
}
.mcol .textwidget p {
    padding: 0 1rem;
    line-height:2rem;
}
.stopkaMobile {display:none}
@media only screen and (max-width: 45em) {  /* 720px */
    .mlogo  {
        
        flex-direction: column;
    }
    
    .mlogo .widget_custom_html{
            width: 70%
    }
.stopkaMobile {display:block}
.stopkaDesktop {display:none}

.stopkaMobile .icon {     background: #fff;
    border-radius: 100%;
    width: 64px;
    height: 64px;
    display: block;
    margin: 5px auto; }
.stopkaMobile .icon i{    color: #494949;
    font-size: 38px;
    line-height: 64px;}

.daneStopka{height:auto; width: 100%;}
.daneStopka h4{ text-align:center; font-size: 1.25em;}
.daneStopkaKontakt{text-align:center;}
.daneStopkaKontakt a {color:#fff; padding: 10px;}
.daneStopkaKontakt a.ablock {display:block; padding: 5px;}
.pasek2 p { padding: 0 10px;}
#social  { text-align: center;
    display: flex;
    clear: both;
    width: 100%;
justify-content: center;} 

}
.mlogo .mcol:nth-child(4) a
{
    padding: 10px;
    
}
.mlogo .mcol:nth-child(4) a
{
    color: #3a5795;
}
.mnav{
    display:flex;
    justify-content: center;
}

.nav.graphite .nav-main-list li a{
    padding: 6px 24px;
}


@media screen and (max-width: 320px)
{
    .logo-img {
        margin-left: 0 !important;
    }
}

.szkolenie h1{
    display:none
}

.szkolenie {
    display:flex;
    flex-direction: row;
    width:100%;
    height: 100%;
    
    flex-wrap: wrap;
 
}
.woocommerce-MyAccount-navigation-link--downloads{font-weight:bold}
.szkolenie main{width:70%;}
.szkolenie .sidebar{width:30%;}
.szkolenie .zielony{text-align:center;}
.szkolenie .sidebar-widget-right{padding:0 10px;}
.szkolenie .szkolenie-start {width: 80%; background: #3a5795;     color: #fff;     border-top: 2px solid #818181; font-size: 2em; padding: 15px 40px; display:block; text-align:center; margin:0 auto;}
.szkolenie .szkolenie-pay {width: 80%; background: #3a5795;     color: #fff;     border-top: 2px solid #818181; font-size: 2em; padding: 15px 40px; display:block; text-align:center; margin:0 auto;}
.woocommerce{clear:both}
.pdfemb-poweredby {display:none !important;}
.woocommerce-checkout input, .woocommerce-checkout select, .woocommerce-checkout textarea,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 10px;
    font-size: 16px;
}
@media screen and (max-width: 720px)
{
    .szkolenie main{width:100%;}
   .szkolenie .sidebar{width:100%;}
}

@media screen and (max-width: 1068px) {
  .contact-sidebar-right{
    width: 100%;
  }
  .wpisy {
    width: 100%;
  }
}

/*@media screen and (max-width: 1025px) {
  .contact-sidebar-right{
    width: 100%;
    padding-top: 100px;
  }
}

@media screen and (max-width: 641px) {
  .contact-sidebar-right{
    width: 100%;
    padding-top: 250px;
  }
}*/

form.kurs-login {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
	background: #dfdfdf;
}

form.kurs-login button.kbutton { 
 border: 1px solid black;
}


input#kusername, input#kpassword {
    padding: 10px;
    font-size: 16px;
	width: 100%;
}

button.kbutton {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.kurs-username label, .kurs-password label {
    line-height: 2;
    display: block;
}

.kurs-username span.required, .kurs-password span.required {
    color: red;
    font-weight: 700;
    border: 0;
}
/*BLUMO*/
.podstrona{
	position:relative;
	display:inline-block;
}
.podstrona figcaption a{
	position:absolute;
	left:0px;
	bottom:50px;
	padding:5px 10px 5px 10px;
	background:#3a5795;
}
.podstrona figcaption a>h4{
	color:#fff;
}
.podstrona figcaption a>p{
	margin:0px;
}
@media screen and (max-width: 1110px) {
	.mnav{
		display:block;
		width:80%;
		margin:0px auto 0px auto;
	}
	.mnav a br{
		display:none;
		white-space:nowrap;
	}
	.nav{
		float:none !important;
	}
}
@media screen and (max-width: 480px) {
	.filmik{
		margin:0px auto 20px auto;
		width:94%;
		float:none;
	}
	.filmyglowna{
		width:100%;
		margin-top:20px;
	}
	.naFilmy{
		width:96%;
	}
	.sidebar-widget{
		width:100%;
	}
}