/* Automatically included across all of c5 - use this file gingerly */
img.ccm-captcha-image {display: block}

/* clear and pagination styles */
*.ccm-spacer {clear: both; font-size:1px; line-height:1px; }
div.ccm-pagination { text-align:center; position: relative}
div.ccm-pagination span.ccm-page-right {position: absolute; top: 0px; right: 0px; margin-right: 0px !important}
div.ccm-pagination span.ccm-page-right span {margin-right: 0px}
div.ccm-pagination span.ccm-page-left {position: absolute; top: 0px; left: 0px}
div.ccm-pagination span {margin-right: 4px}
.ccm-ui div.ccm-pagination span {margin-right: 0px;}

/* Extra pagination styling to make code generated by C5 pagination helper look nice */
div.pagination ul strong, div.pagination ul span.ltgray {
	display:block;
	padding:0 14px;
	float:left;
	line-height:34px;
	border-right:1px solid #DDD;
	text-decoration:none;
}

/* Layout */ 
/*
.ccm-layout .ccm-layout-cell{ overflow:hidden; }
*/
.ccm-layout-table .ccm-layout-col {float:left}
.ccm-layout .first .ccm-layout-col-spacing { margin-left:0px !important } 
.ccm-layout .last .ccm-layout-col-spacing { margin-right:0px !important } 

/* global error styles */
.ccm-error {font-weight: bold; color: #f00}
.ccm-required {font-weight: bold; color: #3975AD}

div#ccm-overlay {
	position: fixed;
	z-index:99;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	height:100%;
	width:100%;
	display: none;
} 

.ccm-input-time-wrapper select {width: 55px !important; margin-right: 4px !important;}
.ccm-input-date {width: 80px !important; margin-right: 4px !important;}

/*
 * Reseting
 */

a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, main,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, summary,
table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

article, aside, canvas, details, figcaption, figure, footer, header,
main, menu, nav, section, summary {
	display: block;
}

a, ins, del {
	text-decoration: none;
	color: inherit;
}

ul, ol {
	list-style: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

caption, th {
	text-align: left;
}

q::after, q::before {
	content: "";
}


/*
 * Defaults
 */

b, strong {
	font-weight: bold;
}

sup, sub {
	vertical-align: 0;
	position: relative;
	letter-spacing: 1px;
	font-size: 80%;
}

sup {
	bottom: 0.5em;
}

sub {
	top: 0.5em;
}

body {
	font-family: 'Segoe UI', Arial, sans-serif;
	font-size: 14px;
}

.mobile-show {
	display: none !important;
}

.show-number {
	font-size: 0.8em;
	border: 1px solid #ddd;
	background: #eee;
	padding: 0px 4px 1px;
	position: relative;
	top: -1px;
}

.ccm-ui {
	font: inherit;
}

.ccm-ui .nav-tabs > li {
	list-style-type: none;
}

.ccm-ui .nav-tabs > li a {
	border-radius: 0;
}

.ccm-ui .nav-tabs > li a:hover {
	color: #222;
	background-color: #f6f6f6;
}

.ccm-ui .nav-tabs > li.active a {
	color: #888;
}

.ccm-ui .nav-tabs > li.active a:hover {
	background-color: #fff;
}


/*
 * Buttons
 */

.button, .ccm-input-button {
	display: inline-block;
	padding: 4px 10px;
	text-align: center;
	color: #505050 !important;
	border: 1px solid #ddd !important;
	background-color: #fafafa;
	cursor: pointer;
	outline: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.button:hover, .ccm-input-button:hover {
	background-color: #f4f4f4;
	border-color: #bbb !important;
	color: #222 !important;
}

.button.pdf {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAClUlEQVQ4T32SXUiTYRTH/9s7p2NbgWVSFIISXUkQiHkVXSSMSPADwfJCunAJK4ZSNnJjkKGmrUYGCQpGMvCjQCi1UUMIw4GJS7ooi1wXY5oFMufHvt7Oedg7FMoH/pxz3vc5v+ec8zwqpFe1w3FJLctHlfifNh73jXZ2ftv9T6UEVW1t5udO59NYMok4K5VCUpYhk3gtLCzgmdd7jRJ8L9rbl5Q81RzwwAA0S/SFaUlSghQnxUiSw4FssxmBQACXTSZU2WxNdMC7V93dAqL6DMgHyMkmqdOJ22S3SFHSJulwKASfz5ep/NHQkP371FS7AAQIcJAcLQOyspC/s4OfhYWILC8LwAbpeDiMBLXE7RiNRjQ5nZYJl+uJAHwkgJEcDVdRXIw8jwe/3W6E+/tFMkNOra0hlkgIiMFgQKPdfv2N290rAB8IQDMAz+AQ9ZqMxZDb2IgfNhtC09OihZL1dWzH4wKi0+tx1Wa78ba397EAUGeyjpz8ykoU9PQgMjOD7KIi5JC+ULxIOr+xIW6GIdqcHFxpabFO9/W5BeA1Abj88mAQ4fFxrHq9+DM/j8jKikjiCi5Go0hR/xxLWi2qLZbm9wMDDwXgJQHY4RZ4ccBXmUr7EbLVm5sCwJJo0CazuWV2cNAlAB56B7S5mRN2i0GsIqsVJR0dGYCGABcaGm76PZ4eAUgfjDO1tbfmhoe7UnxdDEu/QnEyfctUoNHgXH196/zIyP09gOKamtZPo6OdfNci+T8QiQBn6+puL46Nde0BnDSZ7nydmBCvaz+IWpJwuqKibWly8p4C4Fs0HikttazMztqVlsQM0pUolitTqdU4UVZ2d9Xv54cU4Rnkko7pCgrKodfnKYB9bTT6aysY9NKe0F8LFVw7Cm6E7wAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	background-position: 11px 50%;
	padding-left: 40px;
}

.button.full {
	width: 100%;
	box-sizing: border-box;
}

.button.right {
	float: right;
}


/*
 * Article photos
 */

.article-photo {
	width: 40%;
	display: block;
	margin-top: 5px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

a.article-photo:hover {
	-webkit-filter: brightness(130%);
}

.article-photo.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: right;
}

.article-photo img {
	display: block;
}

.article-photo span {
	color: #888;
	font-size: 0.786em;
	line-height: 1.4em;
	display: block;
	margin-top: 4px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

.article-photo:hover span {
	color: #000;
}

.article-side-photo {
	width: 45%;
}


/*
 * Footer Silnet.pl 
 */

#silnet-copyright {
	float: left;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}

#silnet-copyright img {
	max-width: 100%;
	height: auto;
	position: relative;
	display: block;
}

#silnet-copyright .silnet {
	width: 80px;
	position: relative;
	float: left;
	display: inline-block;
}

#silnet-copyright .silnet .normal {
	z-index: 1;
}

#silnet-copyright .silnet .hover {
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	margin-top: -25%;
}

#silnet-copyright:hover .silnet .hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#silnet-copyright:hover .silnet .normal {
	opacity: 0;
	filter: alpha(opacity=0);
}

#silnet-copyright .mobilne {
	width: 160px;
	position: relative;
	float: left;
	display: none;
}


/*
 * Formularze
 */

.miniSurveyView {
	margin-bottom: 0;
}

.miniSurveyView .formBlockSurveyTable {
	width: 100%;
}

.miniSurveyView #msg {
	background: #f8f8f8;
	padding: 20px;
	color: #444;
	border: 0;
	margin: 0 0 30px 0;
}

.miniSurveyView #msg .error {
	color: #aa0000;
	padding-left: 6px;
	margin-left: 10px;
}

.miniSurveyView .required {
	color: #ccc;
}

.miniSurveyView td {
	vertical-align: middle;
	padding: 4px 0;
}

.miniSurveyView td.question {
	width: 140px;
	text-align: right;
	vertical-align: top;
	padding-right: 15px;
	line-height: 1.8em;
}

.miniSurveyView td label {
	font-size: 0.929em;
}

.miniSurveyView input[type=text],
.miniSurveyView input[type=email],
.miniSurveyView input[type=password],
.miniSurveyView input[type=tel],
.miniSurveyView input[type=file],
.ccm-search-block-form .ccm-search-block-text,
.miniSurveyView textarea {
	margin: 0;
	padding: 4px 11px;
	border: 1px solid #ccc;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #444;
	font-size: 0.929em;
	width: 250px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.miniSurveyView input[type=text]:focus,
.miniSurveyView input[type=email]:focus,
.miniSurveyView input[type=password]:focus,
.miniSurveyView input[type=tel]:focus,
.miniSurveyView input[type=file]:focus,
.ccm-search-block-form .ccm-search-block-text:focus,
.miniSurveyView textarea:focus,
.miniSurveyView input[type=text]:hover,
.miniSurveyView input[type=email]:hover,
.miniSurveyView input[type=password]:hover,
.miniSurveyView input[type=tel]:hover,
.miniSurveyView input[type=file]:hover,
.ccm-search-block-form .ccm-search-block-text:hover,
.miniSurveyView textarea:hover {
	border-color: #999;
	outline: none;
}

.miniSurveyView input[type=file] {
	border: 0;
	padding: 0;
}

.miniSurveyView input[type=checkbox] {
	position: relative;
	top: 2px;
}

.miniSurveyView input[type=checkbox].right-label {
	margin: 0 5px 0 0;
}

.ccm-search-block-form .ccm-search-block-text {
	width: 60%;
}

.miniSurveyView textarea {
	margin-bottom: -4px;
	height: 70px;
}

.miniSurveyView select {
	padding: 4px 7px;
	border: 1px solid #ccc;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #444;
	font-size: 0.929em;
	width: 274px;
}

.miniSurveyView .formBlockSubmitButton,
.ccm-search-block-form .ccm-search-block-submit {
	padding: 6px 12px;
	margin-left: 0;
	margin-top: 10px;
}


/*
 * Deresponsify
 */
 
.deresponsify {
	display: none;
}

.responsify {
	display: none;
}

.responsify.show {
	display: block;
}
@media screen and (max-width: 480px) {

	/*
	 * Concrete5
	 */
	#ccm-page-controls-wrapper {
		display: none;
	}

	html {
		margin-top: 0 !important;
	}

	
	/*
	 * Defaults
	 */

	.mobile-show {
		display: block !important;
	}

	.mobile-hide {
		display: none !important;
	}


	/*
	 * Buttons
	 */

	.button, .ccm-input-button {
		width: 100% !important;
		box-sizing: border-box;
		font-size: 0.929em;
		padding: 7px 10px;
	}

	.miniSurveyView td {
		display: block;
		padding-top: 0;
		padding-bottom: 10px;
	}
	
	.miniSurveyView td.question {
		text-align: left;
		padding-bottom: 0;
	}

	.miniSurveyView td.question.empty {
		display: none;
	}

	.miniSurveyView tr:last-child td {
		padding-bottom: 0;
	}
	
	.miniSurveyView input[type=text],
	.miniSurveyView input[type=email],
	.miniSurveyView input[type=tel],
	.miniSurveyView input[type=file],
	.ccm-search-block-form .ccm-search-block-text,
	.miniSurveyView textarea {
		width: 95.5%;
		padding: 4px 2%;
	}
	
	.miniSurveyView select {
		width: 100%;
		background-color: #fff;
	}


	/*
	 * Footer Silnet.pl 
	 */

	#silnet-copyright {
		float: none;
		padding: 0;
		border: 0;
		margin: 0;
	}

	#silnet-copyright > * {
		padding: 0 10px;
		float: none !important;
	}

	#silnet-copyright .mobilne {
		display: inline-block;
	}


	/*
	 * Formularze
	 */

	.miniSurveyView td {
		display: block;
	}
	
	.miniSurveyView .question {
		text-align: left;
	}
	
	.miniSurveyView input[type=text],
	.miniSurveyView input[type=email],
	.miniSurveyView input[type=tel],
	.miniSurveyView input[type=file],
	.ccm-search-block-form .ccm-search-block-text,
	.miniSurveyView textarea {
		width: 95.5%;
		padding: 4px 2%;
	}
	
	.miniSurveyView select {
		width: 100%;
	}

	
	/*
	 * Concrete5 Layouts
	 */
	 
	.ccm-layout-col {
		width: auto !important;
		float: none !important;
		margin-bottom: 20px !important;
	}

	.ccm-layout-col:last-child {
		margin-bottom: 0 !important;
	}

	.ccm-layout-col .ccm-layout-col-spacing {
		margin: 0 !important;
	}
	

	/*
	 * Deresponsify
	 */
	
	.deresponsify {
		display: block;
	}
	
}
BODY {
	background: #101010;
	font-family: 'Roboto', sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 0.813em;
	z-index: 1;
	position: relative;
}

BODY.page {
	background: url(../themes/kursyzawodowe/images/background.jpg) no-repeat center calc(100% + 350px) #000;
}

body.index::before {
	/*content: url(../images/background.png);
	position: absolute;
	bottom: 0;
	left: -18px;
	z-index: 0;
	width: 100%;
	height: auto;


	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: 50%;
	width: 100%;
	height: 100%;
	content: '';*/
}

body.index::before {
	z-index: 3;
}

/*BODY.index.fixed {
	background: url(../images/background.jpg) no-repeat center 9px #000;
}*/

a,
a:hover,
li:hover,
:after,
input[type=button],
.transition {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


a.tel {
	text-decoration: none !important;
	color: #fff !important;
}


a.tel .show-number {
	background:#4a4a4a;
	font-size: 0.8em;
	padding: 1px 5px;
	display:inline-block;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 1px 0;
	color: #fff;
}

a.tel .show-number:hover {
	background: #838383;
}

.wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

@media screen and (max-width: 1440px) {
	.wrapper {
		max-width: 80%;
	}
}

header .wrapper {
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 20px 0;
}

@media screen and (min-width:1001px) and (max-width: 1440px) {
	.wrapper {
		max-width: 85% !important;
	}
}

header {
	width: 100%;
	/*height: 105px;*/
	clear: both;
	/*overflow: hidden;*/
	background: #000;
	border-bottom: 1px solid #303030;
	border-top: 1px solid #303030;
	transition: all 0.4s ease;
	position: relative;
	z-index: 999;
}


header > .wrapper > h1 {
	/*margin: 25px 15px 0 5px;*/
	display: inline-block;
	width: 242px;
	/*height: 60px;
	float:left;*/
	transition: all 0.4s ease;
}

header > .wrapper > h1 > a > img {
	width: 100%;
	height: auto;
}

/*
.page header > .wrapper > h1 {
	width: 402px;
	margin-left: 0px;
}
*/

header > .wrapper > nav {
	/*width: 55%;
	float:left;
	padding: 30px 0 0;*/
	transition: all 0.4s ease;
}
header > .wrapper > nav > ul {
	/*height: 80px;*/
}
header > .wrapper > nav > ul > li {
	list-style-type: none;
	float:left;
}
header > .wrapper > nav > ul > li > a {
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	padding: 0 10px 0;
	display:block;
}

header > .wrapper > nav > ul > li > a:hover {
	color: #ffb801;
}

header > .wrapper > aside {
	/*float: right;
	margin: 43px 0 0;*/
	width: 14%;
    text-align: right;
	order: 3;
	transition: all 0.4s ease;
}

header > .wrapper > aside a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	background: url("../themes/kursyzawodowe/images/icon-phone.png") no-repeat scroll left 1px / 20px 20px transparent;
	padding: 0 0 0 25px;
}

header > .wrapper > aside a .show-number {
	background:#4a4a4a;
	font-size: 0.6em;
	padding: 2% 5%;
	
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

header > .wrapper > aside a .show-number:hover {
	background: #838383;
}

#home-additional-content a[href^=tel],
.page #container .wrapper > article a[href^=tel] {
	text-decoration: none;
}

#home-additional-content a[href^=tel] .show-number,
.page #container .wrapper > article .show-number {
	background:#4a4a4a;
	display:inline-block;
	border: none;
	padding: 2px 10px;
    border-radius: 0;
    font-size: 12px;
    text-transform: none;
}

#home-additional-content a[href^=tel] .show-number:hover,
.page #container .wrapper > article .show-number:hover {
	background: #838383;
}

header > .wrapper .mobile-menu-trigger {
	display: none;
}

/*** FIXED MENU ***/
.fixed > header > .wrapper > h1 {
	
	width: 20%;
	transition: all 0.4s ease;
}

.fixed > header > .wrapper > h1 > a > img {
	width: 90%;
	transition: all 0.4s ease;
}

.fixed > header {
	position: fixed;
	display: flex;
    z-index: 999;
    background: #111;
	height: 60px;
	transition: all 0.4s ease;
	top: 0;
}

.fixed > header > .wrapper > nav {
    width: 60%;
	transition: all 0.4s ease;
}

.fixed > header > .wrapper > nav > ul > li > a {
    color: #fff;
    font-size: 1.308em;
    font-weight: 400;
    padding: 20px 8px 0px;
    display: block;
}

.fixed > header > .wrapper > nav > ul > li > a:hover {
	color: #ffb801;
}

.fixed > header > .wrapper > nav > ul {
    height: 60px;
}

.fixed > header > .wrapper > aside {
    float: right;
	transition: all 0.4s ease;
}


/*** ***/


#container {
	clear: both;
	overflow: hidden;
}

#container .wrapper article {
	z-index: 4;
}

#container .wrapper nav {
	z-index: 4;
}

#slider-content {
	width: 100%;
	height: 530px;
	margin: 0 auto;
	z-index: 2;
	overflow: hidden;
}

#slider-content .slider-container  section {
	position: relative;
}
#slider-content .slider-container  section > img {
	z-index: 2;
}
#slider-content .slider-container  section > h2 {
	color: #fff;
    display: block;
    font-size: 5.688em;
    font-weight: 300;
    line-height: 0.85em;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 50px;
    white-space: normal;
    width: 45%;
    word-wrap: normal;
    z-index: 5;
}

#slider-content .slider-container  section > h2 > span {
	color: #ffb801;
	font-weight: 500;
	font-size: 1em;

}
#slider-content .slider-container  section > h2 > a.slider-button {
	border: 2px solid #ffb801;
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 0.21em;
    height: 37px;
    line-height: 37px;
    padding: 0 15px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-top: -20px;
}

#slider-content .slider-container  section > h2 > a.slider-button:hover {
	background: #ffb801;
	color: #000;
}

#container .wrapper > nav > ul {
	padding: 0;
	margin: 0;
}

#container .wrapper > nav > ul#offer-container li,
#container .wrapper > nav > ul#offer-aside-container li  {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 15px;
	width: 240px;
	height: 280px;
	float: left;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-size: contain !important;
	cursor: pointer;
}

#container .wrapper > nav > ul#offer-container li.hover,
#container .wrapper > nav > ul#offer-aside-container li.hover {
	margin-top: -30px !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	
}

#container .wrapper > nav > ul#offer-container li > p,
#container .wrapper > nav > ul#offer-aside-container li > p{
	font-size: 1.808em;
	color: #fff;
	clear: both;
	line-height: 1.1em;
}
#container .wrapper > nav > ul#offer-container li > p > a,
#container .wrapper > nav > ul#offer-aside-container li > p > a  {
	padding: 85px 0 20px 25px;
	display: block;
	box-sizing: border-box;
	text-align: left;
}
#container .wrapper > nav > ul#offer-container li > p > a > span,
#container .wrapper > nav > ul#offer-aside-container li > p > a > span {
	font-weight: 300;
	font-size: 1.35em;
	color: #fff;
	line-height: 1em;
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#container .wrapper > nav > ul#offer-container div li:hover > p > a,
#container .wrapper > nav > ul#offer-container div li:hover > p > a > span {
	color: #ff0000;
}

#container .wrapper > nav {
	/*margin-top: -180px;*/
    position: relative;
    z-index: 200;
}

#container .wrapper > nav > ul#offer-container li:nth-child(1),
#container .wrapper > nav > ul#offer-container div:nth-child(1) li,
#container .wrapper > nav > ul#offer-aside-container li:nth-child(1) {
	/*background-color: #3a3a3a*/
	background: url(../themes/kursyzawodowe/images/bg-choose-01.png) no-repeat top left transparent;
	margin: 0;
}

#container .wrapper > nav > ul#offer-container li:nth-child(2),
#container .wrapper > nav > ul#offer-container div:nth-child(2) li,
#container .wrapper > nav > ul#offer-aside-container li:nth-child(2)  {
	/*background-color: #ffb700*/
	background: url(../themes/kursyzawodowe/images/bg-choose-02.png) no-repeat top left transparent;
}

#container .wrapper > nav > ul#offer-container li:nth-child(3),
#container .wrapper > nav > ul#offer-container div:nth-child(3) li,
#container .wrapper > nav > ul#offer-aside-container li:nth-child(3)  {
	/*background-color: #3b3b3b*/
	background: url(../themes/kursyzawodowe/images/bg-choose-03.png) no-repeat top left transparent;
}
#container .wrapper > nav > ul#offer-container li:nth-child(4),
#container .wrapper > nav > ul#offer-container div:nth-child(4) li,
#container .wrapper > nav > ul#offer-aside-container li:nth-child(4)  {
	/*background-color: #ffb700*/
	background: url(../themes/kursyzawodowe/images/bg-choose-04.png) no-repeat top left transparent;
}
#container .wrapper > nav > ul#offer-container li:nth-child(5),
#container .wrapper > nav > ul#offer-container div:nth-child(5) li,
#container .wrapper > nav > ul#offer-aside-container li:nth-child(5)  {
	/*background-color: #ffb700*/
	background: url(../themes/kursyzawodowe/images/bg-choose-05.png) no-repeat top left transparent;
}

#container .wrapper > nav > ul#offer-container li:nth-child(6),
#container .wrapper > nav > ul#offer-container div:nth-child(6) li,
#container .wrapper > nav > ul#offer-aside-container li:nth-child(6)  {
	/*background-color: #ffb700*/
	background: url(../themes/kursyzawodowe/images/bg-choose-06.png) no-repeat top left transparent;
}

#container .wrapper > nav > ul#offer-container li:nth-child(7),
#container .wrapper > nav > ul#offer-container div:nth-child(7) li,
#container .wrapper > nav > ul#offer-aside-container li:nth-child(7)  {
	/*background-color: #ffb700*/
	background: url(../themes/kursyzawodowe/images/bg-choose-07.png) no-repeat top left transparent;
}

#container .wrapper > nav > ul#offer-container li:nth-child(8),
#container .wrapper > nav > ul#offer-container div:nth-child(8) li,
#container .wrapper > nav > ul#offer-aside-container li:nth-child(8)  {
	/*background-color: #ffb700*/
	background: url(../themes/kursyzawodowe/images/bg-choose-08.png) no-repeat top left transparent;
}

#container .wrapper > nav > ul#offer-container li:nth-child(9),
#container .wrapper > nav > ul#offer-container div:nth-child(9) li,
#container .wrapper > nav > ul#offer-aside-container li:nth-child(9)  {
	/*background-color: #ffb700*/
	background: url(../themes/kursyzawodowe/images/bg-choose-09.png) no-repeat top left transparent;
}

#container .wrapper > nav > ul#offer-container li:nth-child(10),
#container .wrapper > nav > ul#offer-container div:nth-child(10) li,
#container .wrapper > nav > ul#offer-aside-container li:nth-child(10)  {
	/*background-color: #ffb700*/
	background: url(../themes/kursyzawodowe/images/bg-choose-10.png) no-repeat top left transparent;
}


#container .wrapper > nav > ul#offer-container li:nth-child(11),
#container .wrapper > nav > ul#offer-container div:nth-child(11) li,
#container .wrapper > nav > ul#offer-aside-container li:nth-child(11)  {
	/*background-color: #ffb700*/
	background: url(../themes/kursyzawodowe/images/bg-choose-11.png) no-repeat top left transparent;
}


#partners {
	padding: 50px 10px 0;
	clear: both;
	z-index: 5;
	position: relative;
}

#partners > .wrapper {
	/*padding: 0 350px 0 0;
    width: 510px;*/
}
#partners > .wrapper .caroufredsel_wrapper {
	width: 45% !important;
}

#partners > .wrapper ul img {
	width: 140px;
	height: auto;
}

#partners > .wrapper ul li {
	float:left;
	margin: 0 5px;
}

#partners > .wrapper > h4 {
	font-weight: 300;
	color:#444444;
	font-size: 2.308em;
	clear: both;
	margin: 0 0 20px 0;
}

footer {
	clear: both;
	padding: 50px 0 30px;
	overflow: hidden;
	position: relative;
	z-index: 5;
}



footer > .wrapper > p {
	color: #646363;
	font-size: 0.85em;
	line-height: 1.2em;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	border-left: 1px solid #cfcfcf;
	float:left;
}



/* PAGE */
body.page {
	background-color: #101010;
	/*background-position: center bottom;*/
	background-position: center calc(100% + 350px) !important;
}

body.page::after {
	background-image: url(../themes/kursyzawodowe/style/.../images.backround.jpg);
}

body.page.small {
	background-color: #101010;
	background-position: center calc(100% + 350px) !important;
}

.page #container {
	/*padding: 30px 0 0;*/
	/*min-height: 900px;*/
}

.page #container .wrapper {
	padding: 0;
	max-width: 1200px;
	width: 100%;
}
.page #container .wrapper > nav {
	margin: 0;
	width: 392px;
	min-height: 760px;
	float:left;
	z-index: 0;
}

#home-additional-content a,
.page #container .wrapper > article {
	/* float: right; */
	/* padding: 20px 0px 200px 20px; */
    /* width: 59%; */
	/* color: #fff; */
	/* font-size: 1.05em; */
}

#home-additional-content hr,
.page #container .wrapper > article hr {
	color: #585858;
	border: 0;
	height: 0;
	border-top: 1px solid #585858;
	display:inline-block;
	width: 100%;
	margin: 20px 0;
}

#home-additional-content h1,
.page #container .wrapper > article h1 {
	font-weight: 300;
	color: #fff;
	font-size: 2.615em;
	margin: 0 0 2% 0;
}

#home-additional-content h2,
.page #container .wrapper > article h2 {
	font-weight: 300;
	color: #feb500;
	font-size: 2.415em;
	margin: 0 0 3% 0;
}

#home-additional-content h3,
.page #container .wrapper > article h3 {
	font-weight: 300;
	color: #fff;
	font-size: 1.815em;
	margin: 0 0 2% 0;
}

#home-additional-content h4,
.page #container .wrapper > article h4 {
	font-weight: 300;
	color: #fff;
	font-size: 2.15em;
	margin: 0 0 2% 0;
}


#home-additional-content p{
	color: #888888;
	margin: 10px 0;
    line-height: 22px;
}
#home-additional-content > p,
.page #container .wrapper > article > p {
	margin: 10px 0;
	line-height: 22px;
}

#home-additional-content > p.special,
.page #container .wrapper > article > p.special {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
	padding: 15px;
}

#home-additional-content a,
.page #container .wrapper > article a {
	color: #feb500;
	text-decoration: underline;
}

#home-additional-content a:hover,
.page #container .wrapper > article a:hover {
	color: #ffcf5a;
}
.polityka-prywatnosci article h2 {
	font-size: 30px !important;
}

#home-additional-content ul,
.page #container .wrapper > article ul {
	padding: 20px 0 10px 20px;
	overflow: hidden;
}
#home-additional-content ul li:before,
.page #container .wrapper > article ul li:before {
	content:'\25CF\0020';
	color: #feb500;
}
#home-additional-content ul > li,
.page #container .wrapper > article ul > li {
	padding: 5px 0 5px 5px;
}
.page #container .wrapper > article  #krok_po_kroku ul > li:nth-child(2) {
	margin-top: -10px;
}
.page #container .wrapper > article  #krok_po_kroku ul > li:last-child {
	margin-top: -20px;
}
.page #container .wrapper > article .formularz-zgloszenia  {
	margin-top: 20px;
}

.page #container .wrapper > nav > ul#offer-aside-container li {
	z-index: 0;
}
.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(3),
.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(5),
.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(7),
.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(9),
.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(11),
.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(13) {
	margin: -75px 0 0 !important;
}
.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(2),
.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(4),
.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(6),
.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(8),
.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(10),
.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(12),
.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(14) {
	float: right;
	margin: -75px 0 0 !important;
}

.page #container .wrapper > nav > ul#offer-aside-container li:hover {
	-moz-transform: scale(1.06);
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}

.page #container .wrapper table {
	margin: 2em 0;
	table-layout: fixed;
    width: 100%;
}

.page #container .wrapper table thead td,
.page #container .wrapper table thead th {
	padding: 1em;
	background: #3D3D3D;
	border-bottom: 2px solid #FBBA00;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.3em;
	vertical-align: middle;
}

.page #container .wrapper table thead td strong,
.page #container .wrapper table thead th strong {
	font-weight: 300;
}

.page #container .wrapper table tbody td {
	padding: 1em;
	background: #222222;
	border-bottom: 1px solid #474747;
	vertical-align: middle;
}

.page #container .wrapper table tbody tr:nth-child(even) td {
	background: #101010;
}

#btn_mapa {
	float: right;
	display: inline-block;
	width: 115px;
	height: 106px;
	margin: -10px 10px 0 0;
	font-size: 0px;
	background: url(../themes/kursyzawodowe/images/mapa-dojazdu.png) no-repeat top left transparent;
}

#btn_mapa:hover {
	margin-top: -30px;
}

.miniSurveyView input[type="text"],
.miniSurveyView input[type="email"],
.miniSurveyView input[type="password"],
.miniSurveyView input[type="tel"],
.miniSurveyView input[type="file"],
.map-container .map-controls input,
.ccm-search-block-form .ccm-search-block-text,
.miniSurveyView textarea {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 0px;
	background: #404040;
	color: #fff;
}

.miniSurveyView .formBlockSubmitButton,
.ccm-search-block-form .ccm-search-block-submit,
.button-special,
.map-container .map-controls button {
	border: 2px solid #ffb801 !important;
    clear: both;
    color: #fff !important;
    display: inline-block;
    font-size: 1em;
    padding: 0 10px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: transparent;
	/*height: 34px;*/
	padding: 10px;
	text-align: center;
	text-decoration: none !important;
	display: inline-block;
}

.miniSurveyView .formBlockSubmitButton:hover,
.ccm-search-block-form .ccm-search-block-submit:hover,
.button-special:hover,
.map-container .map-controls button:hover {
	background: #ffb801;
	color: #000;
}

.map-container .map-controls button {
	clear: none;
	padding: 0 10px;
	height: 34px;
	line-height: 28px;
	margin-top: 35px !important;
}

.map-container .map-controls label {
	margin-top: 10px;
}

.map-container .map-controls {
	border-bottom: 1px solid #585858 !important;
}

#directions {
	display: none;
	background: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px;
}

/*
#mapa_dojazdu, .map-container {
	display: none;
}
*/
.gm-style .gm-style-iw {
	color: #000;
}



#krok_po_kroku {
	background: url(../themes/kursyzawodowe/images/background-krok-po-kroku.jpg) no-repeat 40px 50px transparent;
	margin: 20px 0 0;
	min-height: 550px;
}

#krok_po_kroku > ul {
	margin: 80px 0 0 120px;
	padding: 0 !important;
}
#krok_po_kroku > ul  > li:before {
	display: none;
}
#krok_po_kroku > ul  > li {
	font-size: 1.2em;
	margin: 0 0 80px;
	padding: 0 !important;

}



.page #container .wrapper > article > div.oferta > p{
	text-align: center;
	font-size: 1.2em;
}

.page #container .wrapper > article > div.oferta > ul {
	margin: 20px 0 ;
	padding: 0;
}

.page #container .wrapper > article > div.oferta > ul li:before {
	display: none;
}

.page #container .wrapper > article > div.oferta > ul li {
	float:left;
	width: 50%;
	text-align: center;
	padding: 0;
}

.page #container .wrapper > article > div.oferta > ul li > a {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	border: 2px solid #ffb801;
	height: 45px;
	line-height: 45px;
	display: block;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.page #container .wrapper > article a.materialy {
	border: 2px solid #ffb801;
	float: right;
	border: 2px solid #ffb801;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 0 20px;
	font-size: 0.5em;
	color:#fff;
}

.page #container .wrapper > article > div.oferta > ul li > a:hover,
a.materialy:hover {
	background: #ffb801;
	color: #000 !important;
}

.page #container .wrapper > article > .table-container > table {
	width: 100%;
}

.galeria IMG {
	border: 1px solid #404040;
    margin: 0 3px 3px 0;
    padding: 2px;
	width: 155px;
	height: 80px;
	/*height: auto;*/
	background: #fff;
}


#klienci .silnet-gallery-container IMG {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
	opacity: 0.9;
    filter: alpha(opacity=90);
}


#klienci .silnet-gallery-container IMG:hover {
	cursor: pointer;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
	opacity: 1;
	filter: none;
}


#formularz_oferta  form{
	display: none;
}

.display_block {
	display: block !important;
}

#pseie {
	position: fixed;
	top: 140px;
	right: 0px;
}

#pseie img {
	width: 65px;
	height: auto;
	z-index: 100;
	position: relative;
	cursor: pointer;
}

#pseie span {
	display: block;
	position: fixed;
	color: #fff;
	right: -320px;
	top: 146px;
	background-color: #676767;
	padding: 20px 70px 20px 20px;
	z-index: 90;
	width: 215px;
	text-align: left;
	transition: 0.6s all;
}

#pseie:hover span {
	right: 0px;
}

#promocje {position: fixed; right: 0px; top:220px; z-index:100;}
#promocje a {height:150px; width: 60px; display:block; background: url(../themes/kursyzawodowe/images/terminy-szkolen.png) no-repeat 50% 50% #FBBA00; font-size: 0;}


table.szkolenia ul {
	padding: 0;
	margin: 0;
}

table.szkolenia ul li {
	list-style-type: none;
}

table.szkolenia ul li:before {
	content: '';
	display: none;
}

table.szkolenia .register_training {
	border: 2px solid #ffb801 !important;
    clear: both;
    color: #fff !important;
    display: inline-block;
    font-size: 1em;
    padding: 0 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: transparent;
	height: 34px;
	line-height: 34px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
	cursor: pointer;
}

table.szkolenia .register_training:hover {
	background: #ffb801;
    color: #fff;
}

table.szkolenia .register_training.active {
	background: #ffb801;
	color: #444 !important;
	font-weight: 500;
}

table.szkolenia .register_training.active:hover {
	background: #fff;
    color: #444 !important;
}
table.szkolenia .zglos-sie #msg {
	display: none;
}

table.szkolenia li.expired {
	color: gray;
}

table.szkolenia input.disabled {
	cursor: auto;
    border-color: gray !important;
}

table.szkolenia input.disabled:hover {
	background: gray;
}

.silnet-logo-container .silnet-logo-svg {
	width: 20px;
	height: 20px;
	padding-top: 2px; 
	display: inline-block;
	vertical-align: middle;
	transform-origin: 50% 50%;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.silnet-logo-container .silnet-logo-svg > * {
	transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.silnet-logo-container .silnet-logo-svg circle {
	fill: rgba(255, 255, 255, 0);
	animation-duration: 3s;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.silnet-logo-container .silnet-logo-svg:hover circle {
	fill: rgba(255, 255, 255, 1);
}

.silnet-logo-container .silnet-logo-svg path {
	fill: rgba(0, 0, 0, 0.5);
	animation-duration: 3s;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.silnet-logo-container.silnet-white .silnet-logo-svg path {
	fill: rgba(255, 255, 255, 0.5);
}

.silnet-logo-container .silnet-logo-svg:hover path {
	fill: #ed1c24 !important;
}

.silnet-logo-container .silnet-logo-svg.animate {
	-webkit-animation-name: 'silnet-logo-link-animation';
	        animation-name: 'silnet-logo-link-animation';
}

.silnet-logo-container .silnet-logo-svg.animate circle {
	-webkit-animation-name: 'silnet-logo-circle-animation';
	        animation-name: 'silnet-logo-circle-animation';
}

.silnet-logo-container .silnet-logo-svg.animate path {
	-webkit-animation-name: 'silnet-logo-path-animation';
	        animation-name: 'silnet-logo-path-animation';
}

.silnet-logo-container.silnet-white .silnet-logo-svg.play-animation path {
	-webkit-animation-name: 'silnet-white-logo-path-animation';
	        animation-name: 'silnet-white-logo-path-animation';
}

@-webkit-keyframes silnet-logo-link-animation {
	0% {-webkit-transform: rotate3d(0, 1, 0, 0deg);transform: rotate3d(0, 1, 0, 0deg);}
	60%, 80% {-webkit-transform: rotate3d(0, 1, 0, 360deg);transform: rotate3d(0, 1, 0, 360deg);}
	85% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1.2);transform: rotate3d(0, 1, 0, 360deg) scale(1.2);}
	90% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1);transform: rotate3d(0, 1, 0, 360deg) scale(1);}
	95% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1.2);transform: rotate3d(0, 1, 0, 360deg) scale(1.2);}
	100% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1);transform: rotate3d(0, 1, 0, 360deg) scale(1);}
}

@keyframes silnet-logo-link-animation {
	0% {-webkit-transform: rotate3d(0, 1, 0, 0deg);transform: rotate3d(0, 1, 0, 0deg);}
	60%, 80% {-webkit-transform: rotate3d(0, 1, 0, 360deg);transform: rotate3d(0, 1, 0, 360deg);}
	85% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1.2);transform: rotate3d(0, 1, 0, 360deg) scale(1.2);}
	90% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1);transform: rotate3d(0, 1, 0, 360deg) scale(1);}
	95% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1.2);transform: rotate3d(0, 1, 0, 360deg) scale(1.2);}
	100% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1);transform: rotate3d(0, 1, 0, 360deg) scale(1);}
}

@-webkit-keyframes silnet-logo-circle-animation {
	0% {fill: rgba(255, 255, 255, 0);}
	40%, 94% {fill: rgba(255, 255, 255, 1);}
	100% {fill: rgba(255, 255, 255, 0);}
}

@keyframes silnet-logo-circle-animation {
	0% {fill: rgba(255, 255, 255, 0);}
	40%, 94% {fill: rgba(255, 255, 255, 1);}
	100% {fill: rgba(255, 255, 255, 0);}
}

@-webkit-keyframes silnet-logo-path-animation {
	0% {fill: rgba(0, 0, 0, 0.5);}
	40%, 94% {fill: #ed1c24;}
	100% {fill: rgba(0, 0, 0, 0.5);}
}

@keyframes silnet-logo-path-animation {
	0% {fill: rgba(0, 0, 0, 0.5);}
	40%, 94% {fill: #ed1c24;}
	100% {fill: rgba(0, 0, 0, 0.5);}
}

@-webkit-keyframes silnet-white-logo-path-animation {
	0% {fill: rgba(255, 255, 255, 0.5);}
	40%, 94% {fill: #ed1c24;}
	100% {fill: rgba(255, 255, 255, 0.5);}
}

@keyframes silnet-white-logo-path-animation {
	0% {fill: rgba(255, 255, 255, 0.5);}
	40%, 94% {fill: #ed1c24;}
	100% {fill: rgba(255, 255, 255, 0.5);}
}

.youtube-rwd-wrap{
    margin: 30px auto 20px;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.youtube-rwd{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.form-errors {
	background: rgba(197, 0, 0, 0.15);
	border: 1px solid rgba(197, 0, 0, 0.25);
	color: #fff;
	padding: 15px;
}

.form-success {
	background: rgba(23, 197, 0, 0.15);
	border: 1px solid rgba(23, 197, 0, 0.25);
	color: #fff;
	padding: 15px;
}

.form-errors ul {
	padding-bottom: 0 !important;
}

.form-success p:last-child {
	margin-bottom: 0 !important;
}

/* Online courses */

.online-courses .price-summary .value {
	font-size: 28px;
	font-weight: 700;
}

.online-courses .price-summary .currency {
	font-size: 16px;
	font-weight: 700;
}

ol.decimal-style {
	list-style: decimal;
	margin-left: 35px;
}


.course-access {
	background: #fff;
	color: #000;
	padding: 20px;
	position: relative;
}

.course-access:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background: #FFB801;
}
.page #container .wrapper > article .course-access h3 {
	color: #000;
}

.course-access ol li {
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 36px;
	margin-bottom: 16px;
}
.course-access ol li:after {
	content: '\27F6';
    position: absolute;
    right: 26px;
    top: 7px;
    color: #FFB801;
	font-size: 30px;
	transform: rotate(90deg);
	font-weight: 700;
}

.course-access ol li:last-child:after {
	content: 'OK';
	transform: rotate(0deg);
}
.course-access ol li img {
	max-width: 100%;
    height: auto;
    padding: 10px;
    border: 2px solid #ddd;
	width: 30px;
	margin-right: 10px;
}


@media screen and (min-width: 600px) {
	.course-access ol {
		display: flex;
		flex-wrap: wrap;
	}
	.course-access ol li {
		width: calc( 50% - 36px);
	}

	.course-access ol li:nth-child(1):after {
		transform: rotate(0deg);
	}
	.course-access ol li:nth-child(2):after {
		transform: rotate(135deg);
	}
	.course-access ol li:nth-child(3):after {
		transform: rotate(0deg);
	}
}

@media screen and (min-width: 800px) {
	.course-access ol {
		display: flex;
		flex-wrap: nowrap;
	}
	.course-access ol li {
		width: unset;
	}
	.course-access ol li:after {
		right: 6px;
	}
	.course-access ol li:nth-child(2):after {
		transform: rotate(0deg);
	}

	.course-access ol li span {
		width: 40%;
	}
}

@media screen and (min-width: 1001px) {
	.course-access ol {
		display: flex;
		flex-wrap: wrap;
	}
	.course-access ol li {
		width: calc( 50% - 36px);
	}

	.course-access ol li:after {
		right: 26px;
	}

	.course-access ol li:nth-child(1):after {
		transform: rotate(0deg);
	}
	.course-access ol li:nth-child(2):after {
		transform: rotate(135deg);
	}
	.course-access ol li:nth-child(3):after {
		transform: rotate(0deg);
	}
}

@media screen and (min-width: 1440px) {
	.course-access ol {
		display: flex;
		flex-wrap: nowrap;
	}
	.course-access ol li {
		width: 25%;
	}
	.course-access ol li:after {
		right: 6px;
	}
	.course-access ol li:nth-child(2):after {
		transform: rotate(0deg);
	}
	.course-access ol li:last-child:after{
		display: none;
	}
	.course-access ol li span {
		width: 50%;
	}
}

.instruction {
	margin-top: 100px;
}

.instruction-item {
	position: relative;
    border: 2px solid #404040;
	margin-top: 80px;
	margin-bottom: 100px;
	flex: 1 1 33%;
	padding: 130px 10px 60px 10px;
}



.instruction-item h3 {
	width: 120px;
	font-size: 1.415em!important;
    padding: 0px 10px;
    text-align: center;
    position: absolute;
    top: -85px;
    left: calc(50% - 70px);
    height: 165px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.instruction-item h3.white {
	background: url(https://kursyzawodowe.pl/themes/kursyzawodowe/images/bg-instruction-white.png) no-repeat top left transparent;
	color: #101010!important;
    background-size: 100%;
}

.instruction-item h3.yellow {
	background: url(https://kursyzawodowe.pl/themes/kursyzawodowe/images/bg-instruction-yellow.png) no-repeat top left transparent;
    background-size: 100%;
	color: #101010!important;
}

.instruction-item h3.gray {
	background: url(https://kursyzawodowe.pl/themes/kursyzawodowe/images/bg-instruction-gray.png) no-repeat top left transparent;
    background-size: 100%;
}

.instruction-item li {
	counter-increment: inst;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;

}

.instruction-item li:before {
	content: counter(inst);
    background: url(https://kursyzawodowe.pl/themes/kursyzawodowe/images/bg-for-li.png) no-repeat top left transparent;
    width: 24px;
    height: 28px;
    position: absolute;
    left: -43px;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 12.5px);
}


.instruction-item > p > a {
	text-decoration: none!important;
	color: #101010!important;
	background: #feb500;
	position: absolute;
	bottom: -2px;
	width: calc(100% - 20px);
	left: -2px;
	padding: 10px;
	text-align: center;
	border: 2px solid #feb300;
}
.instruction-item > p > a:hover {
	text-decoration: none!important;
	color: #101010!important;
	background: #fff;
	border: 2px solid #fff;
}

@media screen and (min-width: 600px) {
	.instruction {
		display: flex;
		flex-wrap: wrap;
		margin-top: 50px;
	}
	.instruction-item{
		margin-bottom: 20px;
	}
	.instruction-item:nth-child(2) {
		margin-left: 20px;
	}
}
@media screen and (min-width: 1290px) {
	.instruction {
		display: flex;
		flex-wrap: nowrap;
	}
	.instruction-item:nth-child(2) {
		margin-right: 20px;
		margin-left: 20px;
	}
}



.page-courses-list h3 a {
	text-decoration: none!important;
}

.page-courses-list .ccm-page-list-description {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #4c4c4c;
}

.page-courses-list a.button {
  margin-top: 15px;
  background: #feb500;
  border: 0!important;
  padding: 8px 15px;
  text-decoration: none!important;
}
.page-courses-list a.button:hover {
  background: #fff;
}

img.ccm-image-block {
  max-width: 100%;
  height: auto;
}


.on-line-courses {
	display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.on-line-courses .content {
	width: 48%;
}

.on-line-courses .video {
	width: 48%;
}

@media screen and (max-width: 992px) {
	.on-line-courses {
		flex-direction: column;
	}
	
	.on-line-courses .content {
		width: 100%;
	}
	
	.on-line-courses .video {
		width: 100%;
		margin-top: 30px;
	}
}

/* Przykładowe pytania */ 
.przykladowe_pytania #container .wrapper > article {
	width: 100%;
}

/*Pytania egzaminacyjne*/
.exam-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
  }
  p.additional-exam-text {
	  color: #fff;
  }
  .exam-item {
	width: calc(50% - 30px);
	padding: 10px;
	margin: 5px;
	background: rgb(40, 40, 40);
  }
  
  @media (max-width: 767px) {
	.exam-item {
	  width: 100%;
	}
  }
  
  .exam-item h3{
	margin: 0px;
	font-size: 20px;
	font-weight: 600;
	line-height: 21px;
  }

  .exam-item h2.question {
	font-size: 1.8em !important;
}

  .exam-item img {
	max-width: 100%;
  }
  .answer-container {
	  margin: 15px 0px;
  }
  ul.answer-list {
	list-style: lower-alpha;
  }

  ul.answer-list li.answer-variant:before {
	  display: none;
  }

  span.show-answer{
	background: #feb500;
	color: #fff;
	width: 150px;
	display: block;
	text-align: center;
	padding: 5px;
	cursor: pointer;
  }
  span.show-answer:hover,
  span.hide-answer:hover {
	background: #333333;
	color: #fff;
  }
  
  .show-correct-answer span.show-answer{
	background: #333333;
  }
  .show-correct-answer span.show-answer:hover{
	background: #feb500;
  }
  .show-correct-answer .corect-answer {
	color: #feb500;
  }
  
  span.hide-everything,
  span.show-everything {
	background: #feb500;
	color: #fff;
	display: block;
	text-align: center;
	padding: 5px;
	cursor: pointer;
	  margin: 20px 0px;
  }
  
  @media (max-width: 480px) {
	span.hide-everything,
	span.show-everything {
	  float: none;
	  margin: 0 0 15px 0;
	}
  }
   /* koniec pytań egzaminacyjnych */

/* Toplayer SEP */
.toplayer-new {
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
	align-items: center;
	justify-content: center;
	background-color: #000000cc;
}

.toplayer-new .toplayer-inner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: left;
	color: white;
	position: relative;
	background-color: #fff;
	width: 30%;
	padding: 40px;
}

.toplayer-new .toplayer-inner-label {
	font-size: 1.7rem;
	color: black;
	font-weight: bold;
	width: fit-content;
	background-color: #fbba00;
	padding: 7px 20px;
	margin-bottom: 20px
}

.toplayer-new .toplayer-inner-text {
	font-weight: 500;
	width: fit-content;
	line-height: 4rem;
	font-size: 1.5rem;
	color: #000000;
}

.toplayer-new .toplayer-inner-text-down {
	color: #000000;
	font-size: 18px;
	margin: 20px 0px;
}

.toplayer-new a {
    text-decoration: none;
}

.toplayer-new .toplayer-inner-price {
	width: fit-content;
	font-size: 10rem;
	color: #fbba00;
	font-weight: 900;
	transform: scaleX(1.3);
    transform-origin: left;
    line-height: 10rem;
}

.toplayer-new .toplayer-inner-price .currency{
	font-size: 6rem;
}

.toplayer-new .btn {
	width: fit-content;
	background-color: white;
	color: black;
	font-size: 1.3rem;
	font-weight: 900;
	display: flex;
	align-items: center;
	border: 1px solid white;
	padding: 11px 20px;
    border: 2px solid #1c1c1c;
    font-size: 18px;
    line-height: 0px;
    margin-top: 50px;
}

.toplayer-new .btn img{
	padding-left: 10px;
	height: 16px;
	transition: 500ms all;
}

.toplayer-new .btn:hover img {
	padding-left: 20px;
	margin-right: -10px;
}

.toplayer-new .toplayer-close {
	cursor: pointer;
	position: absolute;
	right: 40px;
	top: 40px;
	aspect-ratio: 1;
	width: 30px;
	font-size: 1.3rem;
	text-align: center;
	transition: 500ms all;
	border: 2px solid #000;
	color: #000000;
}

.toplayer-new .toplayer-close:hover {
	background-color: white;
	color: black;
}

.toplayer-sep a {
    text-decoration: none !important;
}

@media screen and (max-width: 750px) {
	.toplayer-new .toplayer-close {
		right: 0px;
		top: 0px;
	}
	.toplayer-new .toplayer-inner {
		width: 95%;
        padding:0px
	}
	.toplayer-new .toplayer-inner-label {
		font-size: 1.2rem;
	}
	.toplayer-new .toplayer-inner-text {
		font-size: 2rem;
		line-height: 2rem;
	}

	.toplayer-new .toplayer-inner-price {
		font-size: 5rem;
        line-height: 5rem;
	}
	.toplayer-new .toplayer-inner-price .currency {
		font-size: 2rem;
	}
	.toplayer-new .btn {
		margin-top: 15px;
	}
	.toplayer-sep .toplayer-inner {
		width: 100%;
		padding: 20px
	}
	.toplayer-sep .btn {
		line-height: 30px;
	}
}
.toplayer-sep
{
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}
.table-container {
	width: 100%;
	overflow-x: auto;
}
.table-container .head-table{
	font-size: 18px;
    line-height: 24px;
    color: #aba9a9;
}

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

	/*BODY {
		background: url(../images/background.jpg) no-repeat center -15px #000;
	}

	BODY.index.fixed {
		background: url(../images/background.jpg) no-repeat center -122px #000;
	}*/

	header > .wrapper > nav {
		width: 65%;
		float:left;
		/*padding: 30px 0 0;*/
		transition: all 0.4s ease;
		font-size: 85%;
	}

	header > .wrapper > h1 {
		/*margin: 30px 15px 0 15px;*/
		display: inline-block;
		width: 22%;
		/*height: 60px;
		float:left;*/
		transition: all 0.4s ease;
	}

	header > .wrapper > h1 > a > img { 
		width: 100%;
	}

	header > .wrapper > aside {
		/*float: right;*/
		margin: 0 !important;
		transition: all 0.4s ease;
	}

	header > .wrapper > aside a {
		color: #fff;
    	font-size: 15px;
    	font-weight: 400;
    	background: url(../themes/kursyzawodowe/images/icon-phone.png) no-repeat scroll left 1px / 16px 16px transparent;
    	padding: 0 0 0 21px;
	}

	.wrapper {
		padding: 0;
	}

	.page #container .wrapper > article {
		float: right;
		padding: 20px 20px 200px 20px;
		width: 49%; 
		color: #fff;
		font-size: 1.05em;
	}

	#slider-content {
		width: 100%;
		height: 530px;
		margin: 0 auto;
		z-index: 1;
	}

	#container .wrapper > nav > ul#offer-container li > p > a{
		padding: 65px 0 20px 25px;
		display: block;
		box-sizing: border-box;
		text-align: left;
		font-size: 85%;
	}
	#container .wrapper > nav > ul#offer-aside-container li > p > a {
		padding: 85px 0 20px 25px;
		display: block;
		box-sizing: border-box;
		text-align: left;
		font-size: 100%;
	}
}

@media screen and (max-width: 1000px) {
	
	#partners > .wrapper {
		width: 92% !important;
		padding: 0 4% !important;
		overflow: hidden;
	}
	.index #container {
		background: none repeat scroll 0 0 #000;
		padding: 5% 0;
	}
	.index #container .wrapper {
		width: 100%;
		padding: 0;
	}

	body {
		background: #fff;
	}

	#slider-content {
		width: 100%;
		height: auto;
	}

	header > .wrapper {
		height: 100%;
		box-sizing: border-box;
	}

	header > .wrapper > h1 {
		width: 60%;
		/*margin: 3% 0;*/
		height: auto;
	}

	.fixed > header > .wrapper > h1 {
		/*margin: 9px 15px 0 15px;*/
		width: 60%;
		transition: all 0.4s ease;
	}

	header > .wrapper > h1 img {
		width: 100%;
		max-width: 330px;
		height: auto;
	}
	header > .wrapper > aside {
		width: 25%;
		margin: 5.5% 3% 0 7%;
	}

	header > .wrapper .mobile-menu-trigger {
		display: block;
		position: relative;
		width: 23px;
		height: 23px;
		padding: 8px 5px;
		right: 2%;
		top: 12%;
		z-index: 4;
		background-color: transparent;
	}

	/*Slider*/
	#slider-content .slider-container section > h1 {
		background: #222121;
		font-size: 3em;
		padding: 4%;
		text-align: left;
		top: auto;
		width: 92%;
		bottom: 0px;
		/*border-top: 1px solid #303030;*/
		border-bottom: 1px solid #303030;
	}

	#slider-content .slider-container section > h1 > br {
		display: none;
	}

	#slider-content .slider-container section img {
		width: 100%;
	}

	#slider-content .tos-wrapper.tos-has-bullets .tos-pagination {
		display: none;
	}

	#slider-content .slider-container section > h1 > a.slider-button {
		background: #ffb801;
		color: #000;
		float: right;
		font-size: 0.4em;
		height: auto;
		line-height: 1em;
		margin: 1% 0 0 2%;
		padding: 1% 2%;
	}


	/*MENU*/
	header > .wrapper > nav {
		display: none;
	}

	header > .wrapper > nav > ul > li > a {
		text-indent: 2%;
		font-size: 18px;
		line-height: 24px;
	}

	.fixed header > .wrapper > nav > ul > li > a{
		font-size: 18px;
		line-height: 24px;
	}
	
	header > .wrapper .mobile-menu-trigger {
		display: block;
		order: 3;
		width: 23px;
		height: 23px;
		padding: 8px 5px;
		right: 2%;
		top: 36%;
		z-index: 4;
		background-color: transparent;
	}

	header > .wrapper .mobile-menu-trigger.expand {
		top: 8%;
	}

	header > .wrapper .mobile-menu-trigger > span {
		display: block;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		-ms-transition: 0.4s;
		transition: 0.4s;
	}

	header > .wrapper .mobile-menu-trigger.expand > span {
		transform: rotate(-90deg) scale(0.7);
	}

	header > .wrapper  .mobile-menu-trigger > span > span {
		display: block;
		background-color: #ffb801;
		height: 3px;
		margin: 3px 0;
		width: 23px;
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		-ms-transition: 0.4s;
		transition: 0.4s;
	}

	header > .wrapper  .mobile-menu-trigger.expand > span > span:nth-child(1) {
		transform: rotate(45deg) translate3d(2.5px, -4px, 0);
	}

	header > .wrapper .mobile-menu-trigger.expand > span > span:nth-child(3) {
		transform: rotate(-45deg) translate3d(2.5px, 4px, 0);
	}

	header > .wrapper > nav.expand  {
		background: #222121;
		clear: both;
		display: inline-block;
		float: none;
		margin: 0 0 3%;
		padding: 2%;
		transform: scaleY(1);
		width: 96%;
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		position: absolute;
		bottom: -10px;
		left: 0;
		transform: translateY(100%);
	}

	.fixed header > .wrapper > nav.expand  {
		/*position: fixed;
		top: 63px;
		left: 4%;*/
	}

	header > .wrapper > nav.expand  > ul {
		clear: both;
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
	}
	header > .wrapper > nav.expand  > ul > li {
		float: none;
		clear: both;
		width: 100%;
	}

	header > .wrapper > nav.expand  > ul > li > a {
		border-bottom: 1px solid #3c3c3c;
		padding: 2% 0;
	}
	header > .wrapper > nav.expand  > ul > li:last-child > a {
		border-color: #222121;
	}
	header > .wrapper > nav.expand  > ul > li > a:hover {
		border-bottom: 1px solid #ffb801;
	}


	#container .wrapper > nav {
		display: block;
		margin: 0 !important;
	}

	#container .wrapper > nav > ul {
		padding: 0;
		margin: 0;
		/*margin: 1% 0 0;*/
	}

	#container .wrapper > nav > ul#offer-container li,
	#container .wrapper > nav > ul#offer-aside-container li {
		padding: 0;
		margin: 0;
		clear: both;
		float: none;
		width: 63%;
		padding: 2% 4% 2% 33%;
		height: auto;
		overflow: hidden;

	}
	#container .wrapper > nav > ul#offer-container li > h1,
	#container .wrapper > nav > ul#offer-container li > p,
	#container .wrapper > nav > ul#offer-aside-container li > h1,
	#container .wrapper > nav > ul#offer-aside-container li > p {
		margin: 0;
		padding: 0;
		display: inline-block;
		float: left;
		clear: none;
	}
	#container .wrapper > nav > ul#offer-container li > p,
	#container .wrapper > nav > ul#offer-aside-container li > p  {
		margin: 0 0 0 2%;
		font-size: 1.308em;
	}
	/*
	#container .wrapper > nav > ul#offer-container li > p {
		margin: 0;
		padding: 0;
		display: inline-block;
		float: left;
		clear: none;
	}
	*/
	#container .wrapper > nav > ul#offer-container li > p > a,
	#container .wrapper > nav > ul#offer-aside-container li > p > a {
		padding: 20px 0 20px 25px;
	}
	#container .wrapper > nav > ul#offer-container li:hover,
	#container .wrapper > nav > ul#offer-aside-container li:hover {
		margin: 0;
		/*padding: 3% 0 3% 37%;*/
	}
	#container .wrapper > nav > ul#offer-container li:nth-child(1),
	#container .wrapper > nav > ul#offer-aside-container li:nth-child(1) {
		background-color: #3a3a3a;
		background-position: left center;
		background-size: 30% auto !important;
		margin: 0 !important;
	}

	#container .wrapper > nav > ul#offer-container li:nth-child(2),
	#container .wrapper > nav > ul#offer-aside-container li:nth-child(2)  {
		background-color: #ffb700;
		background-position: left center;
		background-size: 30% auto !important;
		margin: 0 !important;
	}

	#container .wrapper > nav > ul#offer-container li:nth-child(3),
	#container .wrapper > nav > ul#offer-aside-container li:nth-child(3)  {
		background-color: #3b3b3b;
		background-position: left center;
		background-size: 30% auto !important;
		margin: 0 !important;
	}

	#container .wrapper > nav > ul#offer-container li:nth-child(4),
	#container .wrapper > nav > ul#offer-aside-container li:nth-child(4)  {
		background-color: #ffb700;
		background-position: left center;
		background-size: 30% auto !important;
		margin: 0 !important;
	}
	#container .wrapper > nav > ul#offer-container li:nth-child(5),
	#container .wrapper > nav > ul#offer-aside-container li:nth-child(5)  {
		background-color: #3b3b3b;
		background-position: left center;
		background-size: 30% auto !important;
		margin: 0 !important;
	}
	#container .wrapper > nav > ul#offer-container li:nth-child(6),
	#container .wrapper > nav > ul#offer-aside-container li:nth-child(6)  {
		background-color: #ffb700;
		background-position: left center;
		background-size: 30% auto !important;
		margin: 0 !important;
	}
	#container .wrapper > nav > ul#offer-container li:nth-child(7),
	#container .wrapper > nav > ul#offer-aside-container li:nth-child(7)  {
		background-color: #3b3b3b;
		background-position: left center;
		background-size: 30% auto !important;
		margin: 0 !important;
	}

	.page #container .wrapper > nav > ul#offer-container li:nth-child(1),
	.page #container .wrapper > nav > ul#offer-container li:nth-child(2),
	.page #container .wrapper > nav > ul#offer-container li:nth-child(3),
	.page #container .wrapper > nav > ul#offer-container li:nth-child(4),
	.page #container .wrapper > nav > ul#offer-container li:nth-child(5),
	.page #container .wrapper > nav > ul#offer-container li:nth-child(6),
	.page #container .wrapper > nav > ul#offer-container li:nth-child(7),
	.page #container .wrapper > nav > ul#offer-container li:nth-child(8),
	.page #container .wrapper > nav > ul#offer-container li:nth-child(9),
	.page #container .wrapper > nav > ul#offer-container li:nth-child(10),
	.page #container .wrapper > nav > ul#offer-container li:nth-child(11),
	.page #container .wrapper > nav > ul#offer-container li:nth-child(12),	
	.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(1),
	.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(2),
	.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(3),
	.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(4),
	.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(5), 
	.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(6),
	.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(7),
	.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(8),
	.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(9),
	.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(10),
	.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(11),
	.page #container .wrapper > nav > ul#offer-aside-container li:nth-child(12) {	
		margin: 0 !important;
	}

	.page #container .wrapper > nav > ul#offer-container li:hover,
	.page #container .wrapper > nav > ul#offer-aside-container li:hover {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	#partners {
		padding: 0;
	}

	#partners > .wrapper > h1 {
		margin: 4% 0 2% 0;
	}


	footer {
		border-top: 1px solid #303030;
		padding: 4% 0 0;
		margin: 2% 0;
		text-align: center;
	}
	footer > .wrapper {
		text-align: center;
	}
	footer > .wrapper > p {
		text-align: left;
		border-color: #303030;
	}

	.page #container .wrapper > article {
		clear: both;
		width: 100%;
		padding: 0 3% !important;
		box-sizing: border-box;
	}
	.page #container .wrapper > article > p {
		margin: 3% 0;
		font-size: 1.2em;
		line-height: 1.1em;
	}
	.page #container .wrapper > nav {
		clear: both;
		width: 100%;
		padding: 5% 0 0;
		min-height: inherit;
	}

	#krok_po_kroku {
		background: none;
		min-height: inherit;
	}

	#krok_po_kroku > ul {
		margin: 5% 0 0;
	}

	#krok_po_kroku > ul > li:before {
		display: block;
		float: left;
		margin: 0 2% 0 0;
	}
	#krok_po_kroku > ul > li {
		margin: 0 0 20px !important;
	}

	.page #container .wrapper > article h1 {
		line-height: 1em;
		margin: 0 0 5% 0;
	}

	.page #container .wrapper > article ul {
		padding: 5% 0 5% 3%;
	}


	.page #container .wrapper > article h4 {
		text-align: center;
		font-size: 1.7em;
	}

	.page #container .wrapper > article h5 {
		text-align: center;
	}

	.page #container .wrapper > article > div.oferta > ul {
		overflow: hidden;
	}
	.page #container .wrapper > article > div.oferta > ul > li {
		clear: both;
		display:block;
		width: 80%;
		margin: 4% auto;
		float: none;
	}

	.page #container .wrapper > article a.materialy {
		clear: both;
		float: none;
		width: 80%;
		margin: 4% auto;
	}
	.galeria IMG {
		border: 1px solid #404040;
		margin: 1%;
		padding: 1%;
		width: 20%;
		height: auto;
	}

	.miniSurveyView #msg {
		padding: 5%;
		margin: 5% 0;
	}

	.miniSurveyView .formBlockSubmitButton, .ccm-search-block-form .ccm-search-block-submit, .map-container .map-controls button{
		height: 2em;
		padding: 0 5% !important;
	}

	.button-special {
		line-height: 2em;
	}
	.map-container .map-controls button {
		height: auto;
	}
	/*
	.page #container .wrapper > nav > ul#offer-container li,
	*/
	.page #container .wrapper > nav > ul#offer-container li:hover,
	.page #container .wrapper > nav > ul#offer-aside-container li:hover {
		margin: 0 !important;
		/*padding: 2% 4% 2% 33% !important;*/
		clear: both;
	}

	.page #container .wrapper > article  #krok_po_kroku ul > li:nth-child(2),
	.page #container .wrapper > article #krok_po_kroku ul > li:last-child {
		margin-top: 0px;
	}
	#partners  {
		display: none;
	}
	/*
	header > .wrapper > aside a .show-number {
		padding: 2% 2%;
	}
	*/

	#pseie {
		position: static;
		width: 94%;
		padding: 3% 3% 0 3%;
	}

	#pseie img {
		width: 65px;
		height: auto;
		z-index: 100;
		position: relative;
		cursor: default;
		vertical-align: middle;
	}

	#pseie span {
		display: inline-block;
		vertical-align: middle;
		position: static;
		color: #fff;
		background-color: transparent;
		padding: 20px 0px 20px 20px;
		width: auto;
		font-size: 1.2em;
	}

	#promocje  {
		position: static;
		width: 100%;
		clear: both;
		padding: 3% 0;
		text-align: center;
		top: auto;
		margin: 0;
		background: #101010;
	}
	#promocje a {
		font-size: 1.1em;
		background: #fbba00;
		color: #000;
		margin: 0 auto;
		display: block;
		height: auto;
		width: 80%;
		padding: 2% 0;
	}

}

@media screen and (max-width: 900px) {
	header > .wrapper .mobile-menu-trigger {
		top: 33%;
	}

}

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

	header {
		position: fixed !important;
		top: 0 !important;
	}

	body > #container > .wrapper {
		padding-top: 120px !important;
	}
	
	header > .wrapper .mobile-menu-trigger {
		top: 30%;
	}
	header > .wrapper > aside a {
		margin-top: 5%;
	}
}
@media screen and (max-width: 600px) {

	header > .wrapper {
		display: flex;
		padding: 10px 0;
	}
	
	header > .wrapper > h1 {
		width: 50%;
	}

	.fixed > header > .wrapper > h1 {
		/*margin: 9px 15px 0 15px;*/
		width: 50%;
		transition: all 0.4s ease;
	}

	header > .wrapper > aside a {
		font-size: 1.25em;
	}

	#slider-content .slider-container section > h1 {
		font-size: 2.5em;
	}

	header > .wrapper > aside {
		/*margin: 6% 7% 0;*/
		/* clear: both;
		float: left;
		margin: 0;
		width: 100%;
		text-align: center; */
		width: 30%;
	}

	header > .wrapper .mobile-menu-trigger {
		top: 10%;
	}

	.galeria IMG {
		width: 28%;
	}
}
@media screen and (max-width: 480px) {
	header {
		width: 100%;
		height: 95px;
		clear: both;
		/* overflow: hidden; */
		border-bottom: 1px solid #303030;
		border-top: 1px solid #303030;
		transition: all 0.4s ease;
		position: relative;
		z-index: 999;
	}
	
	header > .wrapper {
		display: block;
	}

	header > .wrapper .mobile-menu-trigger {
		display: block;
		position: absolute;
		width: 23px;
		height: 23px;
		padding: 8px 5px;
		right: 2%;
		top: 7%;
		z-index: 4;
		background-color: transparent;
	}

	header > .wrapper > aside {
		clear: both;
		display: block;
		float: none;
		margin: 5px auto !important;
		width: 100%;
		text-align: center;
		padding: 2% 0;
		font-size: 85%;
		border-top: 1px solid #1c1c1c;
	}

	#slider-content .slider-container section > h1 {
		font-size: 2em;
	}
	#slider-content .slider-container section > h1 > a.slider-button {
		display: none;
	}
	footer > .wrapper > p {
		float: none;
		padding: 0;
		margin: 2% 0;
		border: 0;
		text-align: center;
	}

	header > .wrapper > h1 {
		width: 60%;
		margin: 0;
		transition: all 0.4s ease;
	}

	.fixed header > .wrapper > h1 {
		width: 60%;
		margin: 0;
		transition: all 0.4s ease;
	}

	.fixed header {
		height: 95px;
	}

	.fixed header > .wrapper > aside {
		/*display: inline-block;*/
		float: none;
		/*margin: 0 auto;*/
		width: 100%;
		text-align: center;
		/*padding: 20px 0 4% 0;*/
		font-size: 85%;
	}

	header > .wrapper > aside a {
		font-size: 1.5em;
	}

	#btn_mapa {
		display: none;
	}

	.mobile-show {
		display: inline-block !important;
	}

	.galeria IMG {
		width: 45%;
	}
	#container .wrapper > nav > ul#offer-container li,
	#container .wrapper > nav > ul#offer-aside-container li {
		    padding: 2% 18.5% 2% 18.5%;
	}
	#container .wrapper > nav > ul#offer-container li p,
	#container .wrapper > nav > ul#offer-aside-container li p {
		width: 100%;
	}
	#container .wrapper > nav > ul#offer-container li p a,
	#container .wrapper > nav > ul#offer-aside-container li p a{
		padding: 20px 0 20px 0px;
		text-align: center;
	}
	#container .wrapper > nav > ul#offer-container li:nth-child(1),
	#container .wrapper > nav > ul#offer-container li:nth-child(2),
	#container .wrapper > nav > ul#offer-container li:nth-child(3),
	#container .wrapper > nav > ul#offer-container li:nth-child(4),
	#container .wrapper > nav > ul#offer-container li:nth-child(5),
	#container .wrapper > nav > ul#offer-container li:nth-child(6),
	#container .wrapper > nav > ul#offer-container li:nth-child(7),
	#container .wrapper > nav > ul#offer-container li:nth-child(8),
	#container .wrapper > nav > ul#offer-container li:nth-child(9),
	#container .wrapper > nav > ul#offer-container li:nth-child(10),
	#container .wrapper > nav > ul#offer-container li:nth-child(11),
	#container .wrapper > nav > ul#offer-container li:nth-child(12),	
	#container .wrapper > nav > ul#offer-aside-container li:nth-child(1),
	#container .wrapper > nav > ul#offer-aside-container li:nth-child(2),
	#container .wrapper > nav > ul#offer-aside-container li:nth-child(3),
	#container .wrapper > nav > ul#offer-aside-container li:nth-child(4),
	#container .wrapper > nav > ul#offer-aside-container li:nth-child(5), 
	#container .wrapper > nav > ul#offer-aside-container li:nth-child(6),
	#container .wrapper > nav > ul#offer-aside-container li:nth-child(7),
	#container .wrapper > nav > ul#offer-aside-container li:nth-child(8),
	#container .wrapper > nav > ul#offer-aside-container li:nth-child(9),
	#container .wrapper > nav > ul#offer-aside-container li:nth-child(10),
	#container .wrapper > nav > ul#offer-aside-container li:nth-child(11),
	#container .wrapper > nav > ul#offer-aside-container li:nth-child(12) {
		background-size: 100% auto !important;
		background-position: 50% 50%;
	}

	.miniSurveyView td {
		width: 100% !important;
		box-sizing: border-box;
	}
	.table-container table, .table-container table thead,  .table-container table tbody, .table-container table th, .table-container table td, .table-container table tr{
    	display: block	;
  	}
	  .table-container table td, .table-container table td p, .table-container table td li{
		  text-align: center;
	}
}

@media screen and (max-width: 400px) {
	#container .wrapper > nav > ul#offer-container li > h1,
	#container .wrapper > nav > ul#offer-aside-container li > h1 {
		font-size: 3em;
	}

	#container .wrapper > nav > ul#offer-container li > p,
	#container .wrapper > nav > ul#offer-aside-container li > p {
		font-size: 1.2em;
		line-height: 1.2em;
	}
	.galeria {
		text-align: center;
	}
	.galeria IMG {
		width: 60%;
		clear:both;
		margin: 0 auto;
	}

	.fixed > header > .wrapper > h1 {
		/*margin-top: 5%;*/
	}

	.fixed > header > .wrapper > h1 > a > img {
		width: 100%;
	}

}

@media screen and (max-width: 330px) {
	#slider-content  {
		/*display: none;*/
	}

	header > .wrapper > h1,
	.fixed > header > .wrapper > h1 {
		width: 70%;
	}
	
}

.silnet-logo-container .silnet-logo-svg {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	transform-origin: 50% 50%;
	animation-duration: 4s;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.silnet-logo-container .silnet-logo-svg > * {
	transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.silnet-logo-container .silnet-logo-svg circle {
	fill: rgba(255, 255, 255, 0);
	animation-duration: 3s;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.silnet-logo-container .silnet-logo-svg:hover circle {
	fill: rgba(255, 255, 255, 1);
}

.silnet-logo-container .silnet-logo-svg path {
	fill: rgba(0, 0, 0, 0.5);
	animation-duration: 3s;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.silnet-logo-container.silnet-white .silnet-logo-svg path {
	fill: rgba(255, 255, 255, 0.5);
}

.silnet-logo-container .silnet-logo-svg:hover path {
	fill: #ed1c24 !important;
}

.silnet-logo-container .silnet-logo-svg.animate {
	-webkit-animation-name: 'silnet-logo-link-animation';
	        animation-name: 'silnet-logo-link-animation';
}

.silnet-logo-container .silnet-logo-svg.animate circle {
	-webkit-animation-name: 'silnet-logo-circle-animation';
	        animation-name: 'silnet-logo-circle-animation';
}

.silnet-logo-container .silnet-logo-svg.animate path {
	-webkit-animation-name: 'silnet-logo-path-animation';
	        animation-name: 'silnet-logo-path-animation';
}

.silnet-logo-container.silnet-white .silnet-logo-svg.play-animation path {
	-webkit-animation-name: 'silnet-white-logo-path-animation';
	        animation-name: 'silnet-white-logo-path-animation';
}

@-webkit-keyframes silnet-logo-link-animation {
	0% {-webkit-transform: rotate3d(0, 1, 0, 0deg);transform: rotate3d(0, 1, 0, 0deg);}
	60%, 80% {-webkit-transform: rotate3d(0, 1, 0, 360deg);transform: rotate3d(0, 1, 0, 360deg);}
	85% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1.2);transform: rotate3d(0, 1, 0, 360deg) scale(1.2);}
	90% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1);transform: rotate3d(0, 1, 0, 360deg) scale(1);}
	95% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1.2);transform: rotate3d(0, 1, 0, 360deg) scale(1.2);}
	100% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1);transform: rotate3d(0, 1, 0, 360deg) scale(1);}
}

@keyframes silnet-logo-link-animation {
	0% {-webkit-transform: rotate3d(0, 1, 0, 0deg);transform: rotate3d(0, 1, 0, 0deg);}
	60%, 80% {-webkit-transform: rotate3d(0, 1, 0, 360deg);transform: rotate3d(0, 1, 0, 360deg);}
	85% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1.2);transform: rotate3d(0, 1, 0, 360deg) scale(1.2);}
	90% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1);transform: rotate3d(0, 1, 0, 360deg) scale(1);}
	95% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1.2);transform: rotate3d(0, 1, 0, 360deg) scale(1.2);}
	100% {-webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1);transform: rotate3d(0, 1, 0, 360deg) scale(1);}
}

@-webkit-keyframes silnet-logo-circle-animation {
	0% {fill: rgba(255, 255, 255, 0);}
	40%, 94% {fill: rgba(255, 255, 255, 1);}
	100% {fill: rgba(255, 255, 255, 0);}
}

@keyframes silnet-logo-circle-animation {
	0% {fill: rgba(255, 255, 255, 0);}
	40%, 94% {fill: rgba(255, 255, 255, 1);}
	100% {fill: rgba(255, 255, 255, 0);}
}

@-webkit-keyframes silnet-logo-path-animation {
	0% {fill: rgba(0, 0, 0, 0.5);}
	40%, 94% {fill: #ed1c24;}
	100% {fill: rgba(0, 0, 0, 0.5);}
}

@keyframes silnet-logo-path-animation {
	0% {fill: rgba(0, 0, 0, 0.5);}
	40%, 94% {fill: #ed1c24;}
	100% {fill: rgba(0, 0, 0, 0.5);}
}

@-webkit-keyframes silnet-white-logo-path-animation {
	0% {fill: rgba(255, 255, 255, 0.5);}
	40%, 94% {fill: #ed1c24;}
	100% {fill: rgba(255, 255, 255, 0.5);}
}

@keyframes silnet-white-logo-path-animation {
	0% {fill: rgba(255, 255, 255, 0.5);}
	40%, 94% {fill: #ed1c24;}
	100% {fill: rgba(255, 255, 255, 0.5);}
}
/*
	jQuery Touch Optimized Sliders "R"Us
	Core CSS
*/
.tos-noanimation {
  -webkit-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important; }

.tos-fastanimation {
  -webkit-transition-duration: 0.2s !important;
  -moz-transition-duration: 0.2s !important;
  -ms-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important;
  -webkit-transition-timing-function: ease-out !important;
  -moz-transition-timing-function: ease-out !important;
  -ms-transition-timing-function: ease-out !important;
  -o-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important; }

.tos-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .tos-wrapper.tos-opened {
    display: block; }
  .tos-wrapper.tos-opening {
    opacity: 1; }
  .tos-wrapper.tos-fixed {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90; }
  .tos-wrapper.tos-inline {
    position: relative; }

.tos-slider {
  white-space: nowrap;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative; }

.tos-wrapper.tos-fx-slide .tos-slider {
  left: 0;
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -ms-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease; }
.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider {
  position: absolute; }

.tos-wrapper.tos-fx-fade .tos-slider {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.tos-uibg {
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }


nav .tos-slide {
  width: 18% !important;
  margin: 0px 33px 0 49px;
}

@media screen and (min-width: 1201px) and (max-width: 1440px) {
  nav .tos-slide {
    width: 18% !important;
    margin: 0px 35px 0 40px !important;
  }

  .tos-prev,
  .tos-next {
    top: 41% !important;
  }
}

@media screen and (max-width: 1200px) {
  nav .tos-slide {
    width: 18% !important;
    margin: 0px 0px 0 49px !important;
  }

  .tos-prev,
  .tos-next {
    top: 33% !important;
  }
}

.tos-slide {
  -webkit-overflow-scrolling: touch;
  line-height: 1px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .tos-slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px; }
  .tos-slide.tos-loading:after {
    content: '';
    border-right: 5px solid black;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin: -15px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -ms-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear; }
  .tos-slide.tos-loading > * {
    opacity: 0; }
  .tos-slide > * {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }

.tos-wrapper.tos-fixed .tos-slide.tos-loading:after {
  border-right-color: white; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(360deg); } }

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg); }

  to {
    -ms-transform: rotate(360deg); } }

@-o-keyframes spin {
  from {
    -o-transform: rotate(0deg); }

  to {
    -o-transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

.tos-slide > * {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  box-sizing: border-box; }
.tos-slide.tos-html > div {
  -webkit-overflow-scrolling: touch;
  white-space: normal;
  text-align: left;
  line-height: 1.5; }
  .tos-slide.tos-html > div * {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none; }

.tos-wrapper.tos-fill .tos-slide.tos-image > img {
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%; }
.tos-wrapper.tos-fixed .tos-slide.tos-html > div {
  background-color: white;
  color: #333333;
  box-sizing: border-box;
  display: inline-block;
  padding: 40px;
  overflow: auto; }

.tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(0, 0, 0, 0.85); }
  .tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide {
    padding: 20px; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Buttons addon
*/
.tos-prev,
.tos-next,
.tos-close {
  background: black;
  border-radius: 3px;
  opacity: 0.5;
  display: block;
  width: 40px;
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.tos-prev,
.tos-next {
  height: 80px;
  margin-top: -40px;
  top: 45%; }
  .tos-prev.tos-disabled,
  .tos-next.tos-disabled {
    cursor: default; }

.tos-prev {
  left: 0; }

.tos-next {
  right: 0; }

.tos-close {
  height: 40px;
  top: 20px;
  right: 20px; }

.tos-desktop .tos-wrapper:hover .tos-prev,
.tos-desktop .tos-wrapper:hover .tos-next,
.tos-desktop .tos-wrapper:hover .tos-close,
.tos-touch .tos-wrapper.tos-hover .tos-prev,
.tos-touch .tos-wrapper.tos-hover .tos-next,
.tos-touch .tos-wrapper.tos-hover .tos-close {
  opacity: 0.5; }
  .tos-desktop .tos-wrapper:hover .tos-prev:hover,
  .tos-desktop .tos-wrapper:hover .tos-next:hover,
  .tos-desktop .tos-wrapper:hover .tos-close:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-prev:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-next:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-close:hover {
    opacity: 0.9; }
  .tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled,
  .tos-desktop .tos-wrapper:hover .tos-next.tos-disabled,
  .tos-desktop .tos-wrapper:hover .tos-close.tos-disabled,
  .tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled,
  .tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled,
  .tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled {
    opacity: 0.2; }

.tos-prev span,
.tos-next span,
.tos-close span:before,
.tos-close span:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.tos-close span:before,
.tos-close span:after {
  width: 6px;
  height: 6px;
  margin-top: -4px;
  margin-left: 0;
  margin-right: 0; }

.tos-prev span,
.tos-close span:before {
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  left: 50%; }

.tos-next span,
.tos-close span:after {
  border-top: 3px solid white;
  border-right: 3px solid white;
  right: 50%; }

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide {
  padding-left: 80px;
  padding-right: 80px; }

.tos-inline {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: inline-block;
  margin: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto; }
  .tos-inline.tos-prev {
    margin-right: -60px; }
  .tos-inline.tos-next {
    margin-left: -60px; }

.tos-loading .tos-inline {
  opacity: 0 !important; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2); }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3); }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Caption addon
*/
.tos-caption {
  color: white;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1; }
  .tos-caption:after {
    content: '';
    display: block;
    clear: both; }
  .tos-caption > div {
    box-sizing: border-box;
    padding: 0 20px;
    float: left; }
    .tos-caption > div:last-child {
      float: right;
      margin-right: -2px; }

.tos-desktop .tos-wrapper:hover .tos-caption,
.tos-touch .tos-wrapper.tos-hover .tos-caption {
  opacity: 1; }

.tos-wrapper .tos-caption {
  line-height: 20px;
  font-size: 15px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  bottom: 20px; }
.tos-wrapper.tos-has-caption .tos-uibg {
  height: 100px; }

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide {
  padding-bottom: 60px; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 40px;
  font-size: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  bottom: 40px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 200px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 60px;
  font-size: 45px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  bottom: 60px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 300px; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Drag addon
*/
.tos-wrapper.tos-fx-slide .tos-slider {
  -webkit-transition-property: left, margin;
  -moz-transition-property: left, margin;
  -ms-transition-property: left, margin;
  -o-transition-property: left, margin;
  transition-property: left, margin; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Pagination addon
*/
.tos-pagination {
  text-align: right;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  bottom: 180px;
  right: 7%;
  z-index: 1;
	

  }
  .tos-pagination a {
    display: inline-block; }
  .tos-pagination.tos-bullets a {
    background-color: #fff }
    .tos-pagination.tos-bullets a:hover {
      background-color: #fed469 }
    .tos-pagination.tos-bullets a.tos-selected {
      background-color: #ffb801 }

.tos-desktop .tos-wrapper:hover .tos-pagination,
.tos-touch .tos-wrapper.tos-hover .tos-pagination {
  opacity: 1; }

.tos-wrapper .tos-pagination {
  padding: 0 0 20px 0; }
.tos-wrapper.tos-has-bullets .tos-pagination {
  height: 8px; 
  z-index: 50;
  position: relative; }
  .tos-wrapper.tos-has-bullets .tos-pagination a {
    width: 8px;
    height: 8px;
    margin: 0 2px; }
.tos-wrapper.tos-has-bullets .tos-caption {
  bottom: 40px; }
.tos-wrapper.tos-has-bullets .tos-uibg {
  height: 90px; }
.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 130px; }
.tos-wrapper.tos-has-thumbnails .tos-pagination {
  height: 50px; }
  .tos-wrapper.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin: 0 5px; }
.tos-wrapper.tos-has-thumbnails .tos-caption {
  bottom: 80px; }
.tos-wrapper.tos-has-thumbnails .tos-uibg {
  height: 130px; }
.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 170px; }

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide {
  padding-bottom: 50px; }
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption .tos-slide {
  padding-bottom: 80px; }
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide {
  padding-bottom: 90px; }
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide {
  padding-bottom: 120px; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination {
  padding: 0 0 40px 0; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 20px; }
  .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    margin: 0 10px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 80px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 180px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 260px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 100px; }
  .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: 0 10px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 160px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 260px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 340px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination {
  padding: 0 0 60px 0; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 30px; }
  .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    margin: 0 15px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 120px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 270px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 390px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 150px; }
  .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 150px;
    height: 150px;
    margin: 0 15px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 240px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 390px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 510px; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Youtube media
*/
.tos-play {
  background: black;
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
  .tos-play:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%; }

.tos-desktop .tos-wrapper:hover .tos-play,
.tos-touch .tos-wrapper.tos-hover .tos-play {
  opacity: 0.5; }
  .tos-desktop .tos-wrapper:hover .tos-play:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-play:hover {
    opacity: 0.9; }

.tos-wrapper .tos-play {
  border-radius: 80px;
  width: 80px;
  height: 80px;
  margin: -40px; }
  .tos-wrapper .tos-play:after {
    border: 20px solid transparent;
    border-left-color: white;
    border-left-width: 30px;
    margin-top: -20px;
    margin-left: -10.5px; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 160px;
  width: 160px;
  height: 160px;
  margin: -80px; }
  .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play:after {
    border: 40px solid transparent;
    border-left-color: white;
    border-left-width: 60px;
    margin-top: -40px;
    margin-left: -21px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 240px;
  width: 240px;
  height: 240px;
  margin: -120px; }
  .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play:after {
    border: 60px solid transparent;
    border-left-color: white;
    border-left-width: 90px;
    margin-top: -60px;
    margin-left: -31.5px; }
