/* start: headers */
h1.extended {
	text-align: justify;
	font-size: 18px;
	font-weight: bold;
	color: #1e317a;
	margin: 0 10px 15px 0;
	line-height:24px;
}

h1.signups {
	text-align: justify;
	font-size: 21px;
	font-weight: bold;
	color: #1e317a;
	margin: 0 20px 25px 0px;
	line-height:28px;
}

h2.extended {
	color: #1e317a;
	font-size: 16px;
	font-weight: bold;
	margin-top: 50px;
}

h2.extended-light {
    color: #1e317a;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}

h2.signups {
	text-align: justify;
	margin: 15px 20px 5px 20px;
}
/* end: headers */

/* start: tables */
.table > thead > tr > td {
	color: #fff;
	background-color: #1e317a;
	font-weight: bold;
}
.table > tbody > tr > td, .table > thead > tr > td {
	vertical-align: middle;
}
.table td.first {
	text-transform: uppercase;
	font-weight: bold;
	width: 25%;
}
.table td.first span {
	text-transform: lowercase;
	font-weight: normal;
}
.table td span {
	color: #1e317a;
	font-weight: bold;
}
/* end: tables */

/* start: forms */
label.question-label {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
}
label.question-label span {
	letter-spacing: 3px;
	background-color: #eee;
}
.btn-submit {
	background-color: #1e317a;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}
div.input-group img {
	border: 1px solid #ccc;
	border-radius: 4px;
}

div.signups-contact-form div.col-lg-12 {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 20px;
}
div.signups-contact-form input, div.signups-contact-form select, div.signups-contact-form textarea {
	width: 100% !important;
}

div.signups-contact-form input:required:invalid {
	background-position: 95% 35%;
	background-size: 15px;
}

div.signups-contact-form select:required:invalid {
	background-position: 2% 35%;
	background-size: 15px;
}

div.signups-contact-form i {
	font-size: 18px;
}
/* end: forms */

/* start: others */
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-30 {
	margin-top: 30px !important;
}
.m-t-50 {
	margin-top: 50px !important;
}
.m-tb-5 {
	margin: 5px 0;
}
.m-b-10 {
	margin-bottom: 10px;
}

.fs-14 {
	font-size: 14px !important;
}

.breadcrumbs {
	margin-bottom: 20px;
}
/* end: others */


/* start: embed movies */
.responsive-iframe-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 75%;
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

div.movie-description {
	text-align: center;
	color: #1e317a;
	font-weight: bold;
	margin-bottom: 15px;
}

div.movie-item {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	div.movie-item {
		margin-left: 25%;
	}
}
/* end: embed movies */

/* start: test forms */
div.test-textbox {
	border: 3px solid #1e317a;
	margin: 40px 0 0 0;
	padding-bottom: 10px;
}
div.test-textbox h3 {
	text-align: center;
	font-weight: bold;
	letter-spacing: 5px;
}
div.test-textbox p {
	text-align: justify;
	margin: 0 15px 10px 15px;
}
div.test-textbox div span {
	letter-spacing: 3px;
	background-color: #eee;
}
p.test-question-group-info {
	font-size: 12px;
}
/* end: test forms */

/* start: article */
article p {
		text-align: justify;
}
article ul {
	text-align: justify;
	padding-left:20px;
}
article ol {
	text-align: justify;
	padding-left:20px;
}
article span.featured {
	color: #d00;
}
article a.btn-navy {
	background-color: #1e317a;
}
/* end: article */

/* start: lectors */
article.lector-info {
	margin-bottom:20px;
}

article.lector-info h2 {
	margin-top:20px;
	line-height:20px;
}

article.lector-info img.lector {
	width:150px !important; 
	margin-left:10px;
	margin-bottom:0px;
}

@media (max-width: 767px) {
	article.lector-info {
		padding-left: 0px;
		padding-right: 0px;
	}
	article.lector-info img.lector {
		width:120px !important; 
		margin-left:10px;
		margin-bottom:0px;
	}
}
/* end: lectors */

/* start: lists */
ul.education-list {
	list-style-type:none;
}
ul.education-list li {
	margin:5px 0;
}
ul.education-list li:before {
	content: "\e233";
	font-family: 'Glyphicons Halflings';
	font-size: 16px;
	float: left;
	margin-top: 1px;
	margin-left: -20px;
	color: #1e317a;
}

ul.school-list {
	list-style-type:none;
	margin-left: 20px;
}
ul.school-list li {
	margin:15px 0;
}
ul.school-list li:before {
	content: "\e233";
	font-family: 'Glyphicons Halflings';
	font-size: 16px;
	float: left;
	margin-top: 1px;
	margin-left: -25px;
	color: #1e317a;
}

ul.signups {
	text-align: justify;
	margin: 0 20px 10px 20px;
}
/* end: lists */

/* start: submit buttons */
a.submit-m, a.submit-s {
	background-color: #1e317a;
	text-transform: uppercase;
}

a.submit-m {
	font-size:12px;
}

a.submit-s {
	font-size:11px;
}	

@media (max-width: 767px) {
	a.submit-m {
		display:none;
	}	
}
/* end: submit buttons */

/* start: course-item */
div.course-item {
	background:#fff;
	border:none;
	border-radius:0;
	margin-bottom:20px;
}
/* end: course-item */

/* start: news item */
div.news-item {
	background: #f1f1f1;
	padding: 10px 24px;
	margin-bottom: 20px;
	text-align: justify;
}

div.news-item h2 {
	color: #d00;
	font-size: 16px;
	font-weight: bold;
}

div.news-item h3 {
	color: #1e317a;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
}

div.news-item div.news-date {
	font-size: 12px;
	margin: -10px 0 10px 0;
}

div.news-item img {
	display: block;
	margin: 0 auto;
}

div.news-item a.btn-news {
	background-color: #1e317a;
	font-size: 16px;
}
/* end: news item */

/* start: why us */
div.why-us-item {
	margin-bottom: 30px;
	background: #f1f1f1;
	padding: 15px;
}

div.why-us-item div {
	padding: 0;
}

div.why-us-item h2 {
	font-size: 16px;
	font-weight: bold;
	color: #d00;
	line-height: 24px;
	margin-top: 0;
}

div.why-us-item img {
	margin: 0 auto;
	width:100% !important;
}
/* end: why us */

/* start: page header */
#header {
	border-bottom: none;
}

.navbar {
	padding: 15px 10px;
}

.navbar .navbar-nav > li {
	padding-bottom: 0;
}

@media (max-width: 1280px) {
	.navbar-header {
		margin-left: 20px;
	}
	#main-menu {
		margin-right: 20px;
	}
	.navbar-nav li {
		margin-left: 10px;
	}
}
/* end: page header */

/* start: flags */
@media (max-width: 767px) {
	.container .row img.country-flag {
        width: 10% !important;
        height: auto !important;
    }	
}
/* end: flags */

/* start: focused links */
a:hover {
	color: #1e317a;
}
a:focus {
	color: #fff;
	background-color: #1e317a;
}
#main-menu li a:focus {
	color: #fff;
	background-color: #1e317a;
}
a.focused:focus {
	color: #fff;
	background-color: #1e317a;
	display:block;
}
div.breadcrumbs a {
	color: #1e317a;
	font-weight:bold;
}
div.breadcrumbs a:focus {
	color: #fff;
	font-weight:bold;
	background-color: #1e317a;
}
div.gallery-thumb a:focus {
	outline: 5px solid #1e317a;
}
a.imginside:focus img {
	outline: 5px solid #1e317a;
}
a.redh:hover, a.redh:focus, input.button:hover, input.button:focus {
	background-color: #c52d2f !important;
}
footer a {
	color: #fff;
}
footer a:focus {
	color: #1e317a;
	background-color: #fff;
}
/* end: focused links */

/* start: focused images */
a.navbar-brand:focus {
	outline: 2px solid #1e317a;
}
ul.social-share li {
	margin: 10px;
}
ul.social-share a:focus {
	color: #d00;
}
/* end: focused images */

/* start: focused inputs */
input[type="text"]:focus, select:focus, textarea:focus {
	border: 3px solid #1e317a !important;
}
label {
	font-weight: normal;
	cursor: default !important;
}
/* end: focused inputs */

/* start: focused checkboxes */
ul.checkboxes {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}

ul.checkboxes li {
  list-style: none;
  margin: 1px;
  padding: 0;
}

[role="checkbox"] {
  display: inline-block;
  padding: 4px 20px;
  cursor: pointer;
  float: left;
  width: 10%;
}

[role="checkbox"]::before {
  position: relative;
  top: 1px;
  left: -4px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' style='forced-color-adjust: auto;'%3E%3Crect x='2' y='2' height='13' width='13' rx='2' stroke='currentcolor' stroke-width='1' fill-opacity='0' /%3E%3C/svg%3E");
}

[role="checkbox"][aria-checked="true"]::before {
  position: relative;
  top: 1px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' style='forced-color-adjust: auto;'%3E%3Crect x='2' y='2' height='13' width='13' rx='2' stroke='currentcolor' stroke-width='1' fill-opacity='0' /%3E%3Cpolyline points='4,8 7,12 12,5' fill='none' stroke='currentcolor' stroke-width='2' /%3E%3C/svg%3E");
}

[role="checkbox"]:focus,
[role="checkbox"]:hover {
  padding: 2px 18px;
  border: 2px solid #005a9c;
  border-radius: 5px;
  background-color: #def;
}

[role="checkbox"]:hover {
  cursor: pointer;
}
ul.checkboxes li p {
	float:left;
	width:90%;
	line-height:24px;
}
/* end: focused checkboxes */

/* start: footer */
div.footer-menu {
	color: #fff;
	margin: 10px 0;
}

div.footer-menu a {
	margin: 0 5px;
}

/* Styl domyślny - dla wersji mobilnej */
.main-footer {
  height: 100%;
  margin-top: 20px;
  background-color: #2d5986; /* Wpisz tutaj swój jednolity kolor */
  background-image: none;
}

/* Styl dla wersji WWW (ekrany o szerokości od 768px w górę) */
@media (min-width: 768px) {
  .main-footer {
    background-image: url(/theme/nsjw/images/miasto-xs.png);
  }
}

/* end: footer */