/* ogolne */

ul {
	list-style-type: none;
	padding-left: 0;
}

button:focus {
	outline: none;
}

body {
	background: #f4f4f4;
	-webkit-font-smoothing: antialiased!important;
	 margin: 0;
}

a,
a:hover {
	color: #03a9db;
}

/* fix dla wysokosci */
/*html {
  height: 100%;
  font-size: 100%;
}*/

#nothuman {
	position: absolute; 
	left:-9000px;
}

/* ukrywanie iframe dla google analytics */
iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}


.no-padding {
	padding: 0!important;
	margin: 0!important;
}
/* POMOCNICZE KLASY */
.vertical-spacer-box {
	height: 80px;
}

.spacer-vert-65 {
	height: 65px;
}

.spacer-vert-45 {
	height: 45px;
}

.ctr-hor {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.ctr-vert {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

/* NAGLOWKI */
h1 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 44px;
	color: #444444;
	font-weight: 300;
	font-style: normal;
}

h3 {
	font-size: 18px;
}


/* fonty dla body */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #3a3f48;
	font-style: normal;
	font-weight: 400;
}

/* kolory */
.green {
    color: #2ecc71!important;
}

.red {
	color: #fd553c!important;
}

.blue {
    color: #03a3dd!important;
}


/*KONTENERY GLOBALNE*/
.main-top-bar {	
	background: #fff;
	padding-top: 70px;
	padding-bottom: 10px;
	box-shadow: 0 1.5px rgba(0, 0, 0, 0.03)	
}

.productsPromoted .main-top-bar {
	padding-top: 0px !important;
}

/* dla platformy */
#app-container .main-top-bar {
	padding-top: 90px;
}


.main-content {
	margin-top: 60px;
	margin-bottom: 80px;
}


.main-top-bar-title {
	font-family: 'Open Sans';
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #000;
}

.main-top-bar-description {
	font-size: 14px;
    line-height: 18px;
	color: #6E6E6E;
	margin-top: -15px;
}

.mini-searcher {
    border-radius: 5px;
    border: 1px #e9ecef solid;
    color: #777777;
    font-size: 14px;
    padding: 0 0 0 10px;
    width: 150px;
    height: 32px;
    margin-right: 20px;
}


.container-searcher {
	margin-top: 18px;
	float: left;
	padding: 10px;
}



.category-filter {
	margin-top: 18px;
	float: left;
	padding: 10px;
}

.container-sorter {
	margin-top: 18px;
	float: left;
	padding: 10px;
}

@media only screen and (min-width : 320px) {
	.main-top-bar-title {	
		font-size: 22px;
		line-height: 28px;
	}

	
}

@media only screen and (min-width : 480px) {
	.main-top-bar-title {	
		font-size: 24px;
		line-height: 40px;
	}

	.main-top-bar-description {
		margin-top: -20px;
	}

	.container-searcher,
	.container-sorter,
	.category-filter {
		margin-top: 5px;
	}

	.mini-searcher {	
		width: 175px;
	}
}



@media only screen and (min-width : 992px) {
	.main-top-bar-title {	
		font-size: 30px;
		line-height: 60px;
	}

	.main-top-bar-description {
		margin-top: -25px;
	}

	.container-searcher,
	.container-sorter {
		margin-top: 18px;
	}

	.category-filter {
		margin-top: 15px;
	}

	.mini-searcher {	
		width: 235px;
	}
}




.searcher-heading {
	font-family: 'Open Sans';
	font-size: 24px;
	margin-top: 28px;
	font-weight: 600;
	color: #000;
}

.searcher-description {
	font-family: 'Open Sans';
	font-size: 18px;
}







.container-left {
	float: left;
}

.container-left > p {	
	font-size: 14px;
	margin-top: -35px;
}




.container-left > h2 {	
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 30px;
	}



@media (min-width: 768px)  {
.container-left > h2 {	
	font-size: 26px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 34px;
	}
}

@media (min-width: 992px) {
.container-left > h2 {	
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 40px;
	}
}

@media (min-width: 1200px) {
.container-left > h2 {	
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 48px;
	}
}

.container-right {
	float: left;
	vertical-align: center;
}

@media (min-width: 768px)  {
	.container-right {
		float: right;
	}
}

.container-right label{
	font-size: 14px;
	font-weight: normal;
}







/* BUTTONY */
/* btn bootstrap */
.btn {
	border-radius: 3px;
	color: #fff;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 600;
	padding: 6px 26px;
	line-height: 22px;
}

button {
 	outline: none;
    border: none;
    color: #fff;
 }

.btn:active,
.btn:hover,
.btn:visited,
.btn:focus {
	color: #fff;
	outline: none;
}


.btn.btn-xs {
  padding: 2px 8px;
  font-size: 11px;
  line-height: 1.7;
  border-radius: 3px;
}

.btn.btn-sm {
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn.btn-lg {
  padding: 10px 36px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 3px;
}
textarea, input { outline: none; }

/* btn custom */
.btn-green {
    background-color: #2ecc71;
    box-shadow: 0 2px 0 #189e51;
    /*position: relative;*/
}

.btn-green:hover {
    /*box-shadow: 0 2px 0 #189e51;
    top: 2px;
    color: #fff;*/
    background-color: #2abb66;
}

.btn-green:active {
    box-shadow: 0 2px 0 #189e51;
}

.btn-red {
    background-color: #fd553c;
    box-shadow: 0 2px 0 #c0392b;
    /*position: relative;*/
}

.btn-red:hover {
    /*box-shadow: 0 2px 0 #c0392b;
    top: 2px;
    color: #fff;*/
    background-color: #EF391E;
}

.btn-red:active {
    box-shadow: 0 2px 0 #c0392b;
}

.btn-red-border {
    background-color: #fff;
    box-shadow: unset;
    border: 1px solid #ef391e;
    color: #ef391e;
}

.btn-blue {
    background-color: #03a3dd;
    box-shadow: 0 2px 0 #007eac;
    /*position: relative;*/
}

.btn-blue:hover {
    /*box-shadow: 0 2px 0 #007eac;
    top: 2px;
    color: #fff;*/
    background-color: #0194CA;
}

.btn-blue:active {
    box-shadow: 0 2px 0 #007eac;
}

/* lokalny override bootstrap dla strony produktu */
.col-no-right-padding {
	padding-right: 0 !important;
}

/* override bootstrap - media queries */
@media(min-width:992px){ 
	.col-lg-3-half {
		width: 30%;
		float: left;
	}
	.col-custom-8 {
		width: 69%;
		float: left;
	}
}

/* modal window */
.modal-backdrop {
	z-index: 1040;
}

.modal-dialog {
	z-index: 1041;
}

/**********  OGOLNE TABELE ***********/
.sk-table {
	margin-bottom: 0;
	font-size: 14px;
}

.sk-table thead th {
	font-size: 10px;
	color: #555;
	text-transform: uppercase;
	font-weight: normal;
	height: 42px;
	vertical-align: middle !important;
	border-bottom: none !important;
}

.sk-table tbody tr {
	height: 60px;
}

.sk-table tbody tr td {
	height: 60px;
	line-height: 60px;
	padding-top: 0;
	padding-bottom: 0;
}

.sk-table a.btn {
	border: none;
	text-transform: none;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 3px;
}

.sk-table tr td i {
	margin-left: 5px;
	font-size: 16px;
	color: #03a3dd;
}

.sk-table span {
	margin-left: 10px;
}

.tr-summary {
	font-weight: 600;
}

/** OGOLNE TABELE - MEDIA Q */
@media (max-width: 991px) {
	.sk-table tr td {
		line-height: 36px !important;
	}
}

/** naglowek */
#header-container {
	background: #2d343a;
	position: fixed;
	top: 0;
	z-index: 100;
	left: 0;
	right: 0;
	box-shadow: 0 1px rgba(0,0,0,0.2);
}

#promo-bar {
background-color: #FF203D;
color: #fff;
font-size: 13px;
line-height: 1.5;
text-align: center;
padding: 12px 10px;
position: relative;
vertical-align: middle;
-webkit-transition: all .6s;
-moz-transition: all .6s;
-ms-transition: all .6s;
-o-transition: all .6s;
transition: all .6s;
font-weight: 400;
}

#promo-bar .promo-bar-main {
	width: 95%;
}

#promo-bar .promo-bar-btn {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase; 
  border: 1px solid #fff;
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 400;
}
#promo-bar .promo-cta {
  display: block;
  margin-top: 5px;
}

#promo-bar .promo-bar-btn:hover,
#promo-bar .promo-bar-btn:active,
#promo-bar .promo-bar-btn:focus {
	color: #fff;
	  text-decoration: none;
}

@media only screen and (min-width: 460px) {
	#promo-bar {
		font-size: 14px;
	}
}

@media only screen and (min-width: 768px) {
	#promo-bar .promo-cta {
		display: inline-block;
		margin-top: 0;
	}
}


@media only screen and (min-width: 1024px) {
	#promo-bar {
		font-size: 16px;
		line-height: 1;
	}
}

.promo-close {
position: absolute;
top: 0;
right: 15px;
cursor: pointer;
}

.promo-close:hover i {
transform:scale(1.2); 
-webkit-transform:scale(1.2); 
-moz-transform:scale(1.2); 
-o-transform:scale(1.2);
}

#promo-bar p {
margin: 0 auto;
display: inline-block;
}

#countdown,
#countdown p {
  display: inline-block;
}

#countdown i {
	margin: 0 0 0 4px;
	font-size: 1.3em;
	vertical-align: bottom;
}




div.common-messages.coupon-extra {
    position: relative;
    margin: 30px auto;
}

.common-messages.coupon-extra .coupon-extra-inner {
    background-color: #8e44ad;
    color:#fff;
    border-radius: 4px;
    font-size: 16px;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.common-messages.coupon-extra .coupon-extra-inner p {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.coupon-extra .coupon-extra-inner .coupon-info {
    margin-left: 30px;
}

.coupon-extra .coupon-extra-inner .coupon-icon {
    position: absolute;
    left: 15px;
    font-size: 1.6em;
    vertical-align: middle;
    margin-right: 10px;
}

.coupon-extra .coupon-extra-inner .coupon-btn {
    position: static;
    margin-top: 20px;
}

.coupon-extra .coupon-extra-inner .coupon-btn a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 6px 10px;
    border-radius: 3px;
    margin-left: 7px;
    background-color: #9c59b8;
}

.coupon-extra .coupon-extra-inner .coupon-btn a:hover,
.coupon-extra .coupon-extra-inner .coupon-btn a:active,
.coupon-extra .coupon-extra-inner .coupon-btn a:focus {
    background-color: #fff;
    color: #8e44ad;
}

.coupon-extra .coupon-extra-inner strong {
    font-weight: 600;
}


@media only screen and (min-width: 768px) {
    .common-messages.coupon-extra .coupon-extra-inner {
        text-align: left;
        padding-left: 50px;
        font-size: 18px;
    }

    .coupon-extra .coupon-extra-inner .coupon-info {
        margin-left: 15px;
        width: 80%;
    }

    .coupon-extra .coupon-extra-inner .coupon-btn {
        position: absolute;
        right: 10px;
        top: 8px;
    }

}

@media only screen and (min-width: 992px) {

    .coupon-extra .coupon-extra-inner .coupon-btn {
        right: 20px;
        top: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .coupon-extra .coupon-extra-inner .coupon-icon {
        top: 12px;
    }

}


#header-inner {
	text-align: center;
    min-height: 58px;
}

.header-left {
	float: left;
	display: inline-block;
}

.header-middle {
	float: none;
	margin: 0;
	display: inline-block;
}

.header-right {
	float: right;
	margin-top: 11px;
	display: inline-block;
}

.header-right * {
	float: left;
}

.header-simple-right {
	float: none;
	margin-top: 11px;
	text-align: left;
}

@media only screen and (min-width: 480px) {
	.header-simple-right {		
		float: right;
		text-align: right;
	}
}

.user-buttons {
	margin-top: 1px;
}

.header-simple-telephone {
	color: #e2e2e2;
	font-family: 'Open Sans';
	font-size: 18px;
	line-height: 18px;
	margin-right: 10px;
}

.header-simple-telephone p {
	margin-bottom: 0;
}

.small-info {
	font-size: 65%;
	font-weight: 300;
}

/* LOGO TOP */
#header-container-index {
		background: #2d343a;
		z-index: 100; 
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
}

#header-container .top-logo, 
#header-container-index .top-logo,
#header-container-index.scroll .top-logo {
	display: block;
	background: url('../images/layout/logo_top.png') no-repeat 0 0;
	background-size: 180px 28px;
	width: 180px;
	height: 28px;
	margin-top: 15px;
}

#header-container-index.scroll {
	background-color: #2d343a;
	box-shadow: 0 1px rgba(0,0,0,0.2);
}


#header-container-index.scroll  .header-right {
	margin-top: 11px;
}

.header-mobile {
	display: none;
}

@media only screen and (min-width: 1200px) {
	#header-container-index {
		background: none;
	}

	#header-container-index  .top-logo {
		display: block;
		background: url('../images/layout/logo_top.png') no-repeat 0 0;
		background-size: 234px 36px;
		width: 234px;
		height: 36px;
		margin-top: 35px;
	}

	#header-container-index  .header-right {
		margin-top: 35px;
	}
}


/****** nowe media queries ********/
@media (max-width: 1200px) {
    .header-middle {
        max-width: 28px;
    }
    
    .opineo-bottom, .opineo-top {
        max-width: 300px;
        margin: 0 auto;
    }
    .opineo-bottom {
        padding-top: 20px;
        padding-bottom: 75px !important;
    }
}



@media only screen and (max-width: 480px) {
	.header-mobile {
		display: block;
		background: #2d343a;
		padding-bottom: 5px;
		text-align: center;
		border-bottom: 1px solid #252B30;
	}
	#header-container {
		min-height: 116px;
		
	}
	.main-top-bar {
		padding-top: 120px;
	}
	.top-logo-mobile {
		display: inline-block;
		background: url('../images/layout/logo_top.png') no-repeat 0 0;
		background-size: 180px 28px;
		width: 180px;
		height: 28px;
		margin-top: 15px;
	}
	.top-logo {
		display: none!important;
	}
}



/* naglowek -menu  */
/*  menu zwiniete */
.top-menu {
	margin-top: 12px;
	border-radius: 7px;
}

.top-menu .top-menu-controls > button  {
	color: #fff;
	height: 36px;
	padding: 0;
	display: block;
	background: transparent;
}

.top-menu-controls {
	position: relative;
	margin-bottom: 10px;
}

.top-menu-controls:hover {
	cursor: pointer;
}

.top-menu .top-menu-controls > button:hover, 
.top-menu .top-menu-controls > button:focus {
	background: #42494e;
	text-decoration: none;
	border-radius: 3px;
}

.top-menu .top-menu-controls > button i:first-child {
	font-size: 22px;
	margin-left: 7px;
	position: absolute;
	top: 10px;
}

.top-menu .top-menu-desc{
	font-size: 12px;
	line-height: 36px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: normal; 
	text-transform: uppercase;
	color: #fff;
	margin-left: 37px;
	margin-right: 8px;
	display: inline-block;
}

.top-menu .top-menu-controls > button i:last-child {
	font-size: 16px;
	line-height: 16px;
	color: #70767c;
	margin-right: 10px;
}



/* rozwiniete menu mobilne */
	.menu-inner-mobile {
		margin: 0;
		margin-left: 0;
		position: fixed;
		left: 0;
		top: 0;
		width: 235px;
		height: 100%;
		z-index: 9999;
		overflow: auto;
	}


/* kontenr przy aktywnym menu mobilnym */
	/*display: block;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;*/
.container-mobile-active {
	-webkit-transform: translate3d(235px,0,0);
    -moz-transform: translate3d(235px,0,0);
    -ms-transform: translate3d(235px,0,0);
    -o-transform: translate3d(235px,0,0);
    transform: translate3d(235px,0,0);
}

/* PRZYCISK DLA MOBILNEGO WYSZUKIWANIA */
.button-mobile-form {
	display: none;
	width: 39px;
	height: 39px;
	cursor: pointer;
	padding: 5px;
}

.button-mobile-form i {
	color: #fff;
	font-size: 22px;
}

.top-search-form-mobile input {
	height: 30px;
	background: #42494e;
	border: none;
	color: #fff;
	border-radius: 2px;
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
}

.top-search-form-mobile input:focus {
	box-shadow: none;
	color: #333b3e;
	background: #fff;
}


/* naglowek - wyszukiwarka */
.top-search-form {
	display: block;
	position: relative;
	height: 34px;
}

.top-search-form input {
	width: 120px;
	height: 34px;
	background: #42494e;
	border: none;
	color: #fff;
	border-radius: 2px;
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

.top-search-form input:focus {
	box-shadow: none;
	width: 420px;
	color: #333b3e;
	background: #fff;
}

.top-search-form button {
	background: none;
	border: none;
	position: absolute;
	right: 0;
}
.top-search-form button:hover {
	background: none;
}
.top-search-form button i {
	/*width: auto;
	height: auto;*/
	float: none;
	font-size: 1.2em;
	color: #c7c9ca;
}



#active_search {
	display: none;
}


/* placeholder dla wyszukiwarki */
.top-search-form input::-webkit-input-placeholder {
   color: #b2b2b2;
   font-style: italic;
}

.top-search-form input:-moz-placeholder { /* Firefox 18- */
   color: #b2b2b2;
   font-style: italic;  
}

.top-search-form input::-moz-placeholder {  /* Firefox 19+ */
   color: #b2b2b2;
   font-style: italic;  
}

.top-search-form input:-ms-input-placeholder {  
   color: #b2b2b2;
   font-style: italic;  
}

/* rendering przycisku dla chrome */

button {
	-webkit-font-smoothing: antialiased;
}

/* przyciski uzytkownika */
.b-user-login {
	display: table;
	height: 36px;
	background: #fd553c;
	border-radius: 3px;
	box-shadow: 0px 2px #c0392b;
	border: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
	padding: 0;
	vertical-align: middle;

}

.b-user-login:active,
.b-user-login:focus,
.b-user-login:hover {
	text-decoration: none;
	color: #fff;
}

.b-user-login span {
	padding: 0 10px;
  display: none;
  border-left: 1px solid #ec4d34;
  height: 36px;
  line-height: 36px;
  float: none;
}

.b-user-login i {
	font-size: 2em;
  padding: 0 10px;
  vertical-align: middle;
  float: none;
  display: table-cell;
}

/*naglowek blok koszyka */
.header-cart-block {
	width: 39px;
	height: 39px;
	background: none;
	padding-top: 4px;
	border-radius: 4px;
	margin-left: 9px;
}
.header-cart-block:before {
	display: inline;
	font-family: 'FontAwesome';
	content: "\f07a";
	color: #c7c9ca;
	font-size: 22px;
}

.header-cart-block:hover {
	background: #252a2e;
}

.cart-href:hover {
	text-decoration: none;
}
.header-cart-block-active {
	position: relative;
	width: 39px;
	height: 39px;
	background: #fff;
	padding-top: 4px;
	border-radius: 4px;
	margin-left: 9px;
}
.header-cart-block-active span {
	display: block;
	width: 24px;
	height: 16px;
	background: #01a5da;
	border-radius: 2px;
	position: absolute;
	top: -8px;
	right: -4px;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
}

.header-cart-block-active span:before {
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	-ms-transform: rotate(-45deg); /* IE 9 */
    -ms-transform-origin: 60% 50%; /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 60% 50%; /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    transform-origin: 60% 50%;
	background: #01a5da;
	top: 14px;
	left: 10px;
	z-index: 10;
}

.header-cart-block-active:before {
	display: inline;
	font-family: 'FontAwesome';
	content: "\f07a";
	color: #333b3e;
	font-size: 22px;
}

/* przyciski po zalogowaniu */
.b-partner, 
.b-my-courses, 
.b-user-account, 
.button-hack-cart {
	color: #fff;
	font-size: 12px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	height: 36px;
	border-radius: 3px;
	border: none;
	padding-left: 12px;
	padding-right: 12px;
}

.b-my-courses {
	margin-left: 6px;	
	background: #008bc4;
	box-shadow: 0px 2px #0075a3;
    padding-top: 6px;
}

.b-my-courses:focus,
.b-my-courses:hover
{
    text-decoration: none;
    color: #fff;
}

.b-partner {
	margin-left: 6px;	
	background: #2ecc71;
	box-shadow: 0px 2px #189e51;
    padding-top: 6px;
}

.b-partner:focus,
.b-partner:hover
{
    text-decoration: none;
    color: #fff;
}

.b-user-account {
	margin-left: 10px;
	background: #fd553c;
	box-shadow: 0px 2px #c0392b;
}

.button-hack-cart {
	background: #2ecc71;
	box-shadow: 0px 2px #189e51;
	text-transform: none!important;
}

.button-hack-cart:hover {
	background-color: #2abb66;
}

/* menu użytkownika */
.user-menu-inner {
	background: #333b3e;
	width: 220px;
	border-radius: 4px;
	margin-top: 21px;
	left: -50px;
	padding-top: 0;
	padding-bottom: 0;
}

.user-menu-inner:before {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	-ms-transform: rotate(-45deg); /* IE 9 */
    -ms-transform-origin: 60% 50%; /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 60% 50%; /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    transform-origin: 60% 50%;
	background: #333b3e;
	top: -6px;
	left: 100px;
	z-index: -1;
}

.header-simple-right .user-menu-inner:before {
	left: 180px;
}

.user-menu-inner li {
	border-top: 1px solid rgba(199, 201, 202, .1);
	width: 100%;
}

.user-menu-inner li.no-divider {
	border: none;
}

.user-menu-inner li a {
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 27px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
}

.user-my-account li:nth-last-child(1) a {
	color: #fd553c;
}

.user-menu-inner li a i {
	margin-right: 9px;
	font-size: 20px;
	margin-top: 4px;
}

.user-menu-points {
	position: absolute;
	padding: 3px 5px 0;
	height: 20px;
	font-size: 11px;
	text-align: center;
	line-height: 14px;
	color: #333b3e;
	background: #FCF23A;
	border-radius: 2px;
	margin-left: 15px;
	right: 5px;
	margin-top: 4px;
}

.user-menu-inner li a:hover {
	background: #42494e;
	color: #fff;
}

.user-menu-inner a.red:hover {
	color: #fd553c;
}

/****  LISTA PODPOWIEDZI ****/
/* podstawowe style  - szukajka w naglowku*/
.top-search-form .ui-autocomplete {
	background: #fff;
	border-radius: 4px;
	border: 1px solid #c3c3c3;
}

.top-search-form .ui-autocomplete .ui-menu-item {
	border-bottom: 1px solid #c3c3c3;
	text-align: left;
	padding-left: 10px;
	height: 40px;
	width: 100%;
}

.top-search-form .ui-autocomplete li:last-child {
	border-bottom: none;
}

.top-search-form .ui-autocomplete .ui-menu-item img {
	height: 24px;
	display: inline-block;
	float: right;
	margin-top: 7px;
} 

.top-search-form .ui-autocomplete .ui-menu-item p {
	font-family: 'OpenSans', sans-serif;
	display: inline-block;
	font-size: 15px;
	color: #707578;
	line-height: 40px;
	margin-bottom: 0;
}

.top-search-form .ui-autocomplete .ui-menu-item p strong {
	/*margin: 0 3px;*/
}

/* alternatywne style  - strona index*/
.search-form-index .ui-autocomplete {
	background: rgba(255,255,255,.9);
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.search-form-index .ui-autocomplete .ui-menu-item {
	border-bottom: 1px solid #bbbbbb;
	text-align: left;
	padding-left: 10px;
	height: 60px;
	padding-top: 0;
	padding-bottom: 0;
}

.search-form-index .ui-autocomplete .ui-menu-item:last-child {
	border-bottom: none;
}

.search-form-index .ui-autocomplete .ui-menu-item p {
	display: inline-block;
	font-size: 22px;
	color: #707578;
	line-height: 60px;
	font-weight: 300;
	margin-bottom: 0;
	font-family: 'OpenSans', sans-serif;
}

.search-form-index .ui-autocomplete .ui-menu-item img {
	display: inline-block;
	float: right;
	margin-top: 14px;
    height: 32px;
}

.search-form-index .ui-autocomplete .ui-menu-item.keyword-type {
    height: 40px;
}

.search-form-index .ui-autocomplete .ui-menu-item.keyword-type p {
    font-size: 20px;
    line-height: 40px;
}

.top-search-form .ui-autocomplete .ui-menu-item.keyword-type {
    height: 30px;
}

.top-search-form .ui-autocomplete .ui-menu-item.keyword-type p {
    font-size: 13px;
    line-height: 30px;
}
/* popup newsletter */
#popupModal .modal-dialog {
	margin: 10% auto;
}

/* oruginalny styl wylaczony na czas konkursu recenzji */
#popupModal .modal-content {
	border: 0;
	box-shadow:none;
	font-family: 'Open Sans', sans-serif;
}

#popupModal .modal-header {
	background-color: #008DC4;
	color: #fff;
	font-family: 'Ubuntu';
	text-align:center;
	padding: 40px 0;
	border-radius: 6px 6px 0 0;
}

#popupModal .modal-header h4 {
	font-size: 24px;
}

#popupModal .modal-header h4 strong {
	display:block;
	font-size: 90px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
}

#popupModal .modal-header h4 span  {
	font-size: 18px;
}

#popupModal .modal-body {
	text-align:center;
	padding: 30px;
}

#popupModal button.close {
	opacity: 1;
	margin-top: -70px;
	margin-right: -30px;
	color: #000;
	font-size: 33px;
}

#popupModal button.close .fa-stack-1x {
	font-size: 1.4em;
}

#popupModal button.close .fa-stack-2x {
	font-size: 1.5em;
	top: 8px;
}



#popupModal .modal-body .form-text-input {
	width:40%;
	height: 52px;
	font-size:20px;
	display:inline-block;
	background: #fff;
	vertical-align:middle;
	margin-right: 10px;
}

#popupModal .modal-body .btn {
	text-transform: uppercase;
	height: 50px;
	vertical-align: top;
	padding: 10px 26px;
}

#popupModal .modal-body fieldset {
	position: relative;
}

#popupModal .modal-body fieldset:after {
	content: " ";
	background: transparent url('../images/layout/popup-arrow.png') no-repeat;
	height: 42px;
	width: 57px;
	position: absolute;
	left: 585px;
}


#popupModal .modal-footer
{
	border: 0;
	color: #b2b2b2;
	font-size: 16px;
	padding: 25px 15px 15px;
}

#popupModal .modal-footer .close {
	color: #03a9db;
	font-size: 16px;
	font-weight: 600;
	opacity: 1;
	text-shadow: none;
	line-height: inherit;
}

#popupModal .modal-footer p {
	margin: 0;
}

.customer-accept-terms p {
    font-size: 15px;
}

.customer-accept-terms button {
    font-size: 16px;
}

/* cookies */
#cookies-info-block {
  background: #2D343A;
  color: #fff;
  font-size: 12px;
line-height: 16px;
text-align:center;

}

#cookies-info-block .inner {
background: #42494E;
padding: 20px 30px;
border-radius: 2px;
position:relative;
}

#cookies-info-block .inner p {
margin-bottom: 0;
}

#cookies-info-block .close-cookie .close-inner{
	display: inline-block;
	background: #42494E;
	  padding: 3px 10px;
	  border-radius: 2px 2px 0 0;
}

#cookies-info-block .close-cookie .close-inner:hover {
cursor: pointer;
}

.close-cookie i {
margin-left: 5px;
}

img[height="1"] {
	opacity: 0;
}


/**** STOPKA *******/
/* STOPKA OGOLNE */
html {
  position: relative;
  min-height: 100%;
}
.pushfoot {
	height: 30px;
}
.body-for-footer-simple {
  /* Margin bottom by footer height */
  margin-bottom: calc(70px - 30px);
}
.main-footer {
  position: absolute;
    bottom:0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 70px;
}

@media only screen and (min-width : 320px) {
	.main-footer {
		text-align: center;
		height: 970px;
	}
	body {
		margin-bottom: calc(970px - 30px);
	}

	.footer-middle {
		margin-top: 20px;
	}

	.footer-second-col-links {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.footer-third-col-links {
		margin-top: 10px;
	}

	.footer-fourth-col-contact li {
		white-space: nowrap;
	}

	.footer-fourth-col-social {
		white-space: nowrap;
		margin-top: 10px;
		height: 24px;
	}
}


@media only screen and (min-width : 768px) {
	.main-footer {
		text-align: left;
		height: 460px;
	}
	body {
		margin-bottom: calc(460px - 30px);
	}

	.footer-middle {
		margin-top: 40px;
	}

	.footer-second-col-links {
		margin-top: 25px;
		margin-bottom: 10px;
	}

	.footer-third-col-links {
		margin-top: 30px;
	}

	.footer-fourth-col-social {
		margin-top: 30px;
		height: 24px;
	}
}

@media only screen and (min-width : 992px){
	.main-footer {		
		height: 610px;
	}
	body {
		margin-bottom: calc(610px - 30px);
	}
}

@media only screen and (min-width : 1200px) {
	.main-footer {
		text-align: left;
		height: 550px;
	}
	body {
		margin-bottom: calc(550px - 30px);
	}
}

.main-footer {
	background: #2D343A;
	color: #fff;
	font-size: 14px;
} 

.main-footer ul {
	padding-left: 0;
}

.main-footer ul li a {
	color: #fff;
}

.main-footer.footer-simple {
	height: 70px;
}

/* STOPKA GORNY RZAD */
.footer-top-links span {
	font-weight: 300;
	margin-right: 20px;
}

.footer-top-links strong {
	font-weight: 600;
}

.footer-top-links i {
	margin-right: 7px;
}

.footer-top > div {
    padding-top: 17px;
}

.footer-newsletter form {
    position: relative;
    display: table;
    border-collapse: separate;
}

.footer-newsletter label {
    display: table-cell;
    font-weight: 600;
    padding-right: 15px;
}

.footer-newsletter input[type="text"] {
    display: table-cell;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #b2b2b2;
    background: #42494e;
    border: none;
    height: 32px;
    width: 100%;
    padding-left: 10px;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.footer-newsletter input:focus,
.footer-newsletter input:active {
	background-color: #fff;
	color: #020101;
}

.subscribe-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}

.subscribe-btn button {
    display: table-cell;
    border-radius: 2px;
    font-size: 20px;
    height: 32px;
    vertical-align: bottom;
    color: #a4a4a4;
    background: #42494e;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 1px 8px;
}

.footer-middle p {
	font-weight: 300;
	margin-bottom: 7px;
}



.footer-second-col-links a {
	display: inline-block;
	color: #fff;
	border: 1px solid #c4d6db;
	border-radius: 4px;
	padding: 0px 4px;
	margin-right: 7px;
	font-size: 14px;
	line-height: 22px;
}

.footer-second-col-links a:hover {
	text-decoration: none;
}



.footer-third-col-links a {
	margin-right: 7px;
}



.footer-fourth-col-social a {
	margin-right: 5px;
	line-height: 24px;
}

.footer-fourth-col-social a i {
	font-size: 20px;
	color: #969a9d;
}

a.footer-social-blog {
	display: inline-block;
	color: #a4a4a4;
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #a4a4a4;
	border-radius: 3px;
	padding: 2px 6px;
	line-height: 15px;
	margin-left: 5px;
}

a.footer-social-blog:hover {
	text-decoration: none;
	color: #a4a4a4;
}

/* STOPKA DOLNY RZAD */
.footer-bottom {
	margin-top: 35px;
}

.footer-hr {
	border-top: 1px solid #444a4f;
}

.footer-bottom p {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 5px;
}

#slider1 .prev,
#slider1 .next {
	top: 38%!important;
}

#slider1 .prev {
left: -11px!important;
right: auto!important;
}

a.prev:after {
    content: "\f104";
    font-family: "FontAwesome"; 
}

.foooter-bottom-1st-col img {
	margin-right: 6px;
}

/* STOPKA COPYRIGHT */
.copyright {
	margin-top: 20px;
	height: 40px;
}

.copyright p {
	font-size: 12px;
	line-height: 40px;
}

/* top block */
#top-block-container {
	text-align: center;
	color: white;
	background: url('../images/layout/nowe/slider_duzy.jpg') no-repeat 0 0;
	height: 702px;
}

#top-block-container h1 {
	display: inline-block;
	font-size:  38px;
	line-height:  42px;
	margin-top: 30px;
}


#top-block-container form {
	width: 60%;
	margin: 0 auto;
}

#top-block-container ul {
	display:  inline-block;
	list-style-type: none;
	margin-bottom:  50px;
}

#top-block-container ul li {
	display:  block;
	text-align:  left;
	float: left;
	width:  140px;
	padding: 10px;
}

#top-block-container ul li:before {
	position: absolute;
	content:  "";
	width: 50px;
	height: 50px;
	background: url('../images/layout/nowe/ikona_ogolna_50.png') no-repeat;	
}

#top-block-search form input {
	width: 70%;
}

/* odsuwa zawartosc od menu*/
.top-margin {
	margin-top: 100px;
}

/* Blok features */

#block-features h3 {
	padding: 0;
	margin-bottom: 0;
}

#block-features article:before {
	position: absolute;
	content:  "";
	width: 50px;
	height: 50px;
	background: url('../images/layout/nowe/ikona_ogolna_50.png') no-repeat;
}

/* Blok popular topics */
#popular-topics ul {
	padding-left: 0;
	margin-left: 0;
}

#popular-topics ul li {
	float: left;
	margin: 15px;
}

.first-in-line {
	margin-left: 0 !important; /* NIE DZALA */
}

#popular-desc p {
	padding: 16% 0;
}

/* Blok opinie */
#students-opinions h2 {
	float: left;
}

#students-opinions > a {
	float:  right;
}

/* Blok wybrani klienci */
#selected-customers, #selected-schools {
	text-align: center;
}

#selected-customers h2, #selected-schools h2 {
	text-align: left;
}

#selected-customers ul, #selected-schools ul {
	display: inline-block;
	padding-left: 0;
	margin-left: 0;
}

#selected-customers ul li, #selected-schools ul li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

/* Blok ostatnie produkty */
#recent-products-container {
	margin-top: 50px;
}
#recent-products-container h2 {
	float: left;
}

#recent-products-container > a {
	float: right;
}


/****** STRONA PRODUKTU  *****/

/*** STRONA PRODUKTU - INFO TOOLTIP ***/
.product-anchor{
  display: block;
  height: 110px;
  margin-top: -110px;
  visibility: hidden;
}


#users-bought-cont {
	display: none;
	z-index: 1000;
	position: fixed;
	bottom: 15px;
	left: 50%;
}

#product-tip {
	display: block;
	cursor: pointer;
	background: #fff;
	width: 42px;
	height: 42px;
	border-radius: 20px;
	border: 1px solid #f1f1f1;
	z-index: 100;
	padding: 0;
	text-align: center;
	outline: none;
}

#product-tip i {
	font-size: 40px;
	color: #F9CF00;
}

.info-users-bought {
	display: block;
	position: absolute;
	top: -120px;
	left: -100px;
	z-index: 1010;
	font-size: 15px;
	color: #777;
	cursor: pointer;
	background: #fff;
	width: 220px;
	padding: 9px 14px;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
} 
/* override -wlasne style dla popover na stronie produktu */
.popover-content {
	font-size: 15px;
	color: #777;
	cursor: pointer;
}

#product-main-container .popover div.arrow {
	right: 10px !important;
}

.popover-close-icon {
	float: right;
	color: #c1c1c1;
}

/* ribbon extra feature */

#player-container {
position: relative;
}

.course-extra-feature {
    cursor: default;
    overflow: visible;
    pointer-events: auto;
    position: absolute;
    z-index: 5;
    background: #444;
    
    left: -7px;
    right: auto;
   
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.course-extra-feature.extra-1st {
	 bottom: 90px;
}
.course-extra-feature.extra-2nd {
	top: 80px;
}

.course-extra-feature.extra-blue {
	 background-color: #0084b4;
}
.course-extra-feature.extra-yellow {
	background-color: #F1C40F;
}

.course-extra-feature:after {
    background-color:transparent;
	border:15px solid #444;
	border-right-color:transparent;
	bottom:0;
	content:"";
	position:absolute;
	right:-20px;
	z-index:9
}

.course-extra-feature.extra-blue:after {	
	border-color: #0084b4;
	border-right-color:transparent;
}
.course-extra-feature.extra-yellow:after {
	
	border-color: #F1C40F;
	border-right-color:transparent;
}

.course-extra-feature i {
    position: absolute;
    right: 1px;
    top: 7px;
    margin-left: 5px
;
}

.course-extra-feature>div {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 10;
    height: 30px;
    line-height: 30px;
    -webkit-transition: width 0.1s 0.05s cubic-bezier(0.86, 0, 0.07, 1);
    transition: width 0.1s 0.05s cubic-bezier(0.86, 0, 0.07, 1);
     width: 100%;
}




.course-extra-feature span {
    display: block;
   
    width: 6em;
    float: left;
    margin-left: 5px;
    padding-right: 25px;
     opacity: 1;
    width: 100%;
    padding-left: 10px;
}



/**  OGOLNE STYLE DLA STRONY P **/

#product-main-container {
	padding-top: 95px;
}

/* BIALE BOXY */
.white-box {
	background: #fff;
	border-radius: 3px;
	border: 1px solid #f1f1f1 ;
	box-shadow: 0 1px #e6e6e6;
}


.product-name {
	font-family: 'Ubuntu', sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #444444;
	font-weight: 300;
	font-style: normal;
}

.product-lead {
	font-size: 16px;
	color: #999;
	font-weight: 300;
	margin-bottom: 25px;
}


@media only screen and (min-width : 768px) {
	.product-name {
		font-size: 36px;
		line-height: 44px;
	}

	.product-lead {
		font-size: 18px;
	}
}

@media only screen and (min-width : 992px) {
	.product-name {
		font-size: 44px;
		line-height: 50px;
	}

	.product-lead {
		font-size: 20px;
		font-family: 'Ubuntu';
	}
}


/* PLAYER */
#player-container {

}

.player-inner {

}

/* STRONA PRODUKTU - PONIZEJ PLAYERA */

#below-player {
	height: 45px;
	line-height: 45px;
	padding-left: 15px;
	padding-right: 15px;
}

#below-player a {
	font-size: 14px;
	text-decoration: underline;
	margin-left: 6px;
}

#below-player .stars_wrapper {
	vertical-align: middle;
}

.below-player-social {
	float: right;
}

/** PRODUKT OPIS **/

/* ZAKLADKI Z OPISEM ITP */
#product-top-links.stick,
#hack-tabs-to-header {
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 19;
	/*bottom: 25px;*/
	top: 58px;
	box-shadow: 0 1px rgba(0,0,0,0.1);
	  max-height: 52px;
}

/* PRZYCISK JEST NA GORNYM PASKU */
.start-learning-top {
	float: right;
}

.start-learning-top button {
	width: 100%;
	font-size: 16px;
	margin: 4px 0 2px 0;
	line-height: 32px;
	padding: 0 20px;
}

@media (max-width: 992px) {
#hack-tabs-to-header {
	bottom: 0;
	top: auto;
	box-shadow: 0 -1px rgba(0,0,0,0.1);

}

#hack-tabs-header-inner {
	text-align: center;
}

.start-learning-top {
	display: inline-flex;
	float: none;
}
}

#product-top-links {
	float: left;
	font-size: 14px;
	line-height: 52px;
	height: 52px;
	vertical-align: middle;
}

#product-top-links ul {
	padding-left: 0;
}

#product-top-links li {
	float: left;
	border-right: 1px solid #f1f1f1;
	padding-right: 20px;
	padding-left: 20px;
	position:relative;
}

#product-top-links a {
	color: #626a7b;
	text-decoration: none;
	display: inline-block;
}

#product-top-links li:hover a,
#product-top-links li.active a{
	color:#03a3dd;
}

#product-top-links li:hover:after,
#product-top-links li.active:after{
    border: 2px solid #03a3dd;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

#product-top-links i {
	color: #03a3dd;
	font-size: 1.2em;
	vertical-align:middle;
	margin-right: 10px;
}

#requirements {
	font-size: 14px;
	line-height: 52px;
	height: 52px;
	vertical-align:middle; 
}

#requirements {
	float: right;
	margin-right: 10px;
	padding-right: 10px;
}

#requirements a {
	color: #03a3dd;
}

#requirements a:after {
	content: ">>";
	float: right;
	font-weight: 700;
	transform: scale(0.8,1.8);
	font-size: .6em;
	padding-left: 5px;
}

/* TABSY PRZYKLEJONE DO GORY */
.return-top {
	display: none;
	width: 60px;
	height: 100%;
	text-align: center;
}

.return-top i {
	vertical-align: middle;
	line-height: inherit;
}

.tabs-top li:first-child {
	border-left: 1px solid #f1f1f1;
}

/* OPIS - PONIZEJ ZAKLADEK */
#content-list {
	margin-top: 64px;
}

.content-list-top {
	width: 100%;
	height: 50px;
	margin-top: 50px;
	margin-bottom: 30px;
}
.content-list-top h2 {
	float: left;
	line-height: 50px;
	margin: 0;
	font-size: 24px;
	font-weight: 600;
}

.content-list-top .toc-switches {
	float: right;
	margin-top: 10px;
}

.toc-switch {
	display: block;
	cursor: pointer;
	width: 150px;
	height: 30px;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #656565;
	border: 1px solid #656565;
	text-align: center;
	text-transform: uppercase;
}

.toc-switch:hover {
	color: #f4f4f4!important;
	background-color: #656565;
	text-decoration: none;

}

.toc-chapter {
	border-top: 1px solid #d8d8d8;
}

.toc-chapter .span-caret i {
	width: 9px !important;
	font-size: 1.6em;
	vertical-align: -10%;
}

.toc-chapter span.span-caret-right i:before {
	content: "\f0da";
}

.toc-chapter, .toc-lesson {
	font-size: 15px;
	color: #646464;
	line-height: 35px;
}

.toc-chapter i, .toc-lesson i {
	margin-right: 8px;
	color: #8a8a8a;
}

.toc-lesson {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	border-bottom: 1px solid #e6e6e6;
	margin-right: 10px;
	overflow: auto; 
}

.toc-lesson:hover {
	background-color: #fff;
}

.toc-lesson:hover i {
	color: #000;
}

.toc-lesson:last-child {
	border: none;
}

.lesson-title i {
	margin-right: 12px;
	font-size: 1.4em;
}

.lesson-free, .lesson-paid {
	display: inline-block;
	float: right;
	width: 145px;
	margin-right: 20px;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	margin-top: 8px;
	text-align: center;
}
.lesson-free {
	background: #03a3dd;
}

.lesson-free a,
.lesson-free a:active,
.lesson-free a:focus,
.lesson-free a:visited {
	color: #fff;
	text-decoration: none;
}

.lesson-paid {
	background: #fd553c;
	opacity: 0;
}

.toc-lesson:hover .lesson-paid {
	opacity: 1;
}


/* STRONA PRODUKTU - LISTA RECENZJI */
#product-reviews {
	margin-top: 40px;
}

#product-reviews .reviews-list-header {
	
	vertical-align: middle;
	line-height: 60px;
}

#product-reviews h2 {
	line-height: 60px;
	margin-top: 0 !important;
	font-size: 24px;
	font-weight: 600;
} 

#product-reviews .reviews-stars-average {
	font-size: 14px;
	margin-right: 8px;
	vertical-align: middle;
}

#product-reviews .reviews-list-header .stars_wrapper {
	margin-left: 8px;
vertical-align: middle;
}

/* STRONA PRODUKTU - WYROZNIONE RECENZJE */

#product-reviews .table-of-reviews{
    display: table;
    vertical-align: middle;
    text-align: center;
    margin: 20px auto 20px auto;
}

.single-review-box {
    width: 100%;
    display: block;
    padding: 0 10px;
}

.single-review-box .review-content {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 22px;
    padding-bottom: 20px;
}

.single-review-box .customer-name{
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
}

.single-review-box .review-date{
    font-size: 14px;
    margin: 0;
}

.single-review-box .stars_wrapper{
    position: relative;
    white-space: nowrap;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
}

.review-morecontent span {
    display: none;
}

@media only screen and (min-width: 768px) {
    .single-review-box {
        width: 33.3333%;
        display: table-cell;
        padding: 0 10px;
    }
}

/* STRONA PRODUKTU - WLASCIWA LISTA RECENZJI */
.single-review {
	position: relative;
	display: block;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #f1f1f1;
	box-shadow: 0 1px #e6e6e6;
}

.single-review:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	position: absolute;
	bottom: -6px;
	left: 40px;
	-ms-transform: rotate(-45deg);
	-ms-transform-origin: 60% 50%;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 60% 50%;
	transform: rotate(-45deg);
	transform-origin: 60% 50%;
	border-left: 1px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
}

.single-review .review-content {
	padding: 15px 15px 0 15px;
	font-size: 14px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 22px;
}

.single-review .stars_wrapper {
	margin-right: 10px;
	margin-bottom: 10px;
}

.review-customer-name {
	margin-bottom: 28px;
	margin-top: 12px;
	font-size: 14px;
	font-weight: 400;
	color: #353535;
	margin-left: 15px;
	font-style: italic;
}

.review-customer-name span {
	
	margin-left: 2px;
}

.single-answer {
display: block;
background: #fff;
border-radius: 4px;
border: 1px solid #f1f1f1;
box-shadow: 0 1px #e6e6e6;
width: 95%;
margin: 15px auto 25px;
}

.single-answer h6 {
background-color: #f1f1f1;
padding: 10px;
font-size: 14px;
margin-top: 0;
}


.single-answer .answer-content {
padding: 5px 15px 10px;
font-size: 14px;
color: #777777;
font-weight: 400;
line-height: 22px;
}

/* STRONA PRODUKTU - PRZYCISK POKAZ RECENZJE */
.load-more-reviews {
	display: block;
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	color: #fff;
	border: none;
	border-radius: 3px;
	font-family: 'Open Sans',sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	padding: 8px 17px;
}




/* NAGLOWKI H3 DLA PRAWEJ KOLUMNY PRODUKTU */
.product-box-title, .b-i-link{
	font-size: 12px;
	font-weight: 600;
	color: #03a9db;
	text-transform: uppercase;
	line-height: 14px;
	padding-bottom: 7px;
	padding-left: 25px;
}

/**/
/**** PRODUKT - BOX CENY  ***/
.price-inner img {
	margin-top: 30px;
	margin-bottom: 20px;
}

#price-container {
	text-align: center;
	position: relative;
}

#price-container .ribbon {
    z-index: 1;
}

#price-container .ribbon .banner {
	right: -13px;
	top: 23px;
}

.price-box-left-align {
	text-align: left;
	display: inline-block;
}

/* PUNKTY PREMIUM */
.p-points {
	color: #7b7b74;
	font-size: 14px;
	line-height: 17px;
	margin-top: 14px;
}

.p-points i {
	margin-right: 5px;
}


/*  DO KOSZYKA */
button.start-learning {
	background: #009946;
	height: 52px;
	box-shadow: inset 0 -2px #038d3e;
	font-size: 20px;
	font-weight: 600;
	width: 80%;
	text-align: center;
}

.start-learning span {
	margin-left: 10px;
}

/* STRONA PRODUKTU - BOX CENY*/
#hack-for-price,
#hack-for-price-box {
	font-family: 'OpenSans', sans-serif;
	color: #2e5175;
	font-size: 24px;
	line-height: 44px;
	letter-spacing: -0.05em;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}


.product-price .box-reduced-price {
	height: 54px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #2e5175;
	font-size: 54px;
	line-height: 54px;
	letter-spacing: -0.05em;
	float: left;
}

.box-reduced-price small,
.product-price-first-row small {
	font-size: 65%;
}

.p-points {
	display: block;
	font-size: 13px;
	font-weight: 300;
	margin-left: 12px;
	margin-top: 0;
	float: left;
	padding-top: 18px;
}

.p-points-value {
	font-size: 1.4em;
	margin-bottom: 0;

}


/* FORMATOWANIE CENY */
.hide {
	display: none;
}

.box-reduced-price .price-currency {
	font-size: 34px;
	letter-spacing: normal;
	margin-left: -5px;
}

/* CENY PROMOCYJNE */
.product-price-first-row {
	height: 54px;
}
.box-price-val, .box-reduced-price, .box-products-left {
	float: left;
}

.box-price-val, .box-products-left {
	color: #555555;
	font-weight: 300;
	margin-top: 6px;
}

.small-title {
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 10px;
	color: #777;

}

.box-price-val div:last-child, .box-products-left div:last-child {
	font-size: 36px;
	height: 36px;
}



.promo-active {
	margin-left: 20px;
	margin-right: 20px;
}

.promo-duration {
	color: #555;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}

.promo-duration i {
	margin-right: 4px;
	font-size: 1.2em;
}

.ribbon .text {
	font-size: 16px;
	font-weight: 600;
	text-shadow: none;
	text-transform: uppercase;
}

.btn-add-to-cart {
	color: #fff;
	font-family: 'Open Sans';
	padding: 10px 36px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 3px;
	background-color: #2ecc71;
	box-shadow: 0 2px 0 #189e51;
}

.btn-add-as-credit {
    color: #fff;
    font-family: 'Open Sans';
    padding: 7px 44px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    background-color: #2ecc71;
    box-shadow: 0 2px 0 #189e51;
}

.btn-add-as-credit:hover {
    background-color: #2abb66;
}

@media only screen and (min-width : 1200px) {
	.btn-add-to-cart {
		font-size: 20px;
	}

    .btn-add-as-credit {
        font-size: 16px;
    }
}

.btn-add-to-cart:hover {
	background-color: #2abb66;
}

.btn-add-to-cart i {
	margin-right: 5px;
	font-size: 1.1em;
}




/* CHECKBOX PLYTA DVD */
.label-dvd {
	font-size: 14px;
	color: #626a7b;
	font-weight: normal;
}
.label-dvd.active {
	color: #2abb68!important;
}

#dvd-form label:hover {
	
	cursor: pointer;
}

#dvd-form label:hover .fa-square-o:before {
	content: "\f046";
}


#dvd-form .fac-checkbox-o > span:after {
	margin-top: 0.1em;
	font-weight: 300;
	color: #656f78;
}

.fac-default > input + label:before {
	color: #009544;
	left: 0px;
	font-size: 18px;
}

#dvd-form a {
	font-size: 14px;
	color: #cdcdcd;
	margin-left: 6px;
}

#if_dvd {
	display: none;
}

.wants-dvd {
	margin-top: 10px;
}

.wants-dvd i {
	margin-right: 5px;
}


#hack-for-dvd-form {
	margin-bottom: 7px;
	margin-top: 11px;
}

.unavailable-dvd {
	text-align: center;
	margin: 8px auto 4px;
}

.unavailable-dvd p {
	font-size: 14px;
	color: #626a7b;
	margin: 0;
	line-height: 1.2;
}

/* opis dla starych kursow */
.old-description {
color: #333333;
font-size: 16px;
font-weight: 400;
padding: 30px 0 20px;
border-top: 1px solid #e6e6e6;
}

.old-description {
}

.old-description p {
text-align: left;
}

.old-description h2,
.old-description .slogan,
.old-description h4 {
color: #03a3dd;
text-align: center;
font-size: 26px;
line-height: 46px;
font-weight: 300;
padding-left: 50px;
padding-right: 50px;
}

.old-description ul {
margin-top: 20px;
margin-bottom: 30px;
padding-left: 50px;
padding-right: 50px;
text-align: left;
}

.old-description ul li {
margin-bottom: 10px;
display:table;
}

.old-description ul li:before {
content: "\f046";
font-family: 'FontAwesome';
padding-right: 10px;
color: #03a3dd;
display:table-cell;
}

.old-description strong {
font-size: 28px;
line-height: 40px;
font-weight: 300;
margin: 45px 0 17px;
display:block;
padding-left: 50px;
padding-right: 50px;
text-align: left;
}

.old-description img,
.old-description > div {
padding-left: 50px;
padding-right: 50px;
}

.old-description b {
	font-weight: 600;
}

.old-description li  strong,
.old-description p  strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  display: inline;
  padding: 0;
  margin: 0;
}

.old-description > i,
.old-description p {
margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
  padding-left: 50px;
padding-right: 50px;
}

.old-description .illustration {
display: table;
margin: 30px auto;
}

.old-description .illustration div {
width: 180px;
padding: 0;
display: table-cell;
}

.old-description .illustration img {
padding: 0;
margin-bottom: 6px;
width: 180px;
box-shadow: 0 1px 4px rgba(0,0,0,.5);
-moz-box-shadow: 0 1px 4px -moz-rgba(0,0,0,.5);
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999',Direction=180,Strength=4);
} 

.old-description .illustration .col_2 {
padding: 0 30px;
}

.old-description .illustration h3 {
font-family: Arial;	
padding: 0px;	
font-size: 13px;	
line-height: 16px;
margin-bottom: 6px;	
color: #00819a;	
font-weight: 600;	
font-style: normal;	
}

.old-description .illustration p {
padding: 0px;
font-size: 13px;	
line-height: 16px;
margin-bottom: 6px;
}

.old-description .faq {
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
  margin: 45px 0 17px;
  display: block;
  padding-left: 50px;
  padding-right: 50px;
}

.old-description #after_3d,
	.old-description .faq {
	display: none;
}

.old-description #after_3d div,
.old-description #after_3d img {
padding: 0;
}

.old-description #after_3d .project {
  display: block;
  width: 600px;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.old-description #after_3d .image {
  width: 200px;
  float: left;
  display: block;
}

.old-description #after_3d .project img {
  margin-bottom: 6px;
  width: 200px;
  height: 111px;
  box-shadow: 0 1px 4px rgba(0,0,0,.5);
  -moz-box-shadow: 0 1px 4px -moz-rgba(0,0,0,.5);
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
}

.old-description #after_3d .text_left {
  padding-top: 0px;
  margin-left: 15px;
  display: block;
  float: left;
  width: 380px;
  text-align: justify;
}

.old-description #after_3d .project h3 {
  font-family: Arial!important;
  padding: 0px;
  font-size: 13px!important;
  line-height: 16px!important;
  margin-bottom: 3px;
margin-top: 0;
  color: #00819a;
  font-weight: 700;
  font-style: normal;
}

.old-description #after_3d .project p {
  padding: 0px;
  font-size: 13px!important;
  margin-bottom: 6px;
line-height: 14px;
}

.old-description #after_3d .text_right {
  padding-top: 0px;
  margin-right: 15px;
  display: block;
  float: left;
  width: 380px;
  text-align: justify;
}

.old-description .author {
	display: none;
}

@media only screen and (min-width : 768px) {
	.old-description #after_3d,
	.old-description .faq {
		display: block;
	}
}


/* OPIS PRODUKTU */ 
#product-description {
	margin-top: 20px;
}

.product-description {
    border-style: solid;
    border-top-width: 1px;
    border-left-width: 0;
    border-bottom-width: 0;
    border-right-width: 0;
    border-color: #f1f1f1
}

.info-main ul {
	margin-left: 0;
	padding-left: 0;
}

.section-description {
	color: #333333;
	font-weight: 400;
	padding: 50px 40px;
	border-top: 1px solid #e6e6e6;
}

.section-description strong {
	font-weight: 600;
	color: #03a3dd;
}

.section-description a {
	text-decoration: underline;
}

.section-description.canvas-white {
	background-color: #fff;
}

.section-description.canvas-gray {
	background-color: #f9f9f9;
}

.section-title {
	font-size: 28px;
	line-height: 40px;
	font-weight: 300;
	margin: 17px 0;
}

.section-description img {
	margin: 40px auto;
}

.section-info-text {
	font-size: 16px;
	line-height: 26px;
	text-align: left;;
}

.desc-list {
	margin-top: 25px;
}

.desc-list.desc-question-list {
	margin-top: 0;
}

.desc-list > .desc-list-item {
	display: table;
	margin-bottom: 10px;
}

.desc-list.desc-question-list > .desc-list-item {
	margin-bottom: 0;
}

.desc-list-item span {
	display: table-cell;
}

.desc-list-item p {
	font-size: 16px;
	line-height: 22px;
}

.desc-list-item i {
	color: #03a3dd;
	padding-right: 15px;
	vertical-align: middle;
	font-size: 1.2em;
}

.answer-title {
	text-align:center;
	margin-top: 35px;
}

.answer-title h5 {
	color: #03a3dd;
	font-size: 26px;
	font-weight: 300;
}

.slider-box {
	padding: 50px 0 20px;
}

.slider-nav.nav-pills {
	text-align:center;
}

.slider-nav.nav-pills>li {
	float:none;
	display:inline-block;

}

.slider-nav.nav-pills > li > a {
	background: none;
	border:none;
	color: #333;
	padding: 0 15px;
	text-decoration: none;
}

.slider-nav.nav-pills > li > a:after {
	content: ".";
	color: #333;
	position:absolute;
	top: -10px;
	left: -7px;
	font-size:2em;
}

.slider-nav.nav-pills > li:first-child > a:after {
	content: "";

}

.slider-nav.nav-pills > li.active > a,
.slider-nav.nav-pills > li > a:hover,
.slider-nav.nav-pills > li.active > a:hover {
	color: #999;
	background: none;
}

.slider-box .tab-pane {
	text-align:center;
}

.slider-project-embed {
	margin: 20px auto;
}

.slider-project-embed img {
	margin: 0 auto;
}

.slider-bottom-info {
	text-align:left;
	max-width:100%;
	color: #888;
}

.slider-bottom-info.slider-title {
	text-align: center;
}

.section-description.with-icon {
	text-align:center;
}

.section-subtitle {
	color: #999;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: -20px;
}

.with-icon .section-subtitle {
	color: #999;
	font-size: 28px;
	font-weight: 300;
	margin-bottom: 25px;
	margin-top: -15px;
}

.section-description.with-icon > img {
	margin: 10px auto;
} 

.horizontal-table {
	display: table;
	width: 100%;
}

.horizontal-column-left,
.horizontal-column-right {
	display:table-cell;
	vertical-align: middle;
}

.horizontal-column-left {
	padding-right: 0;
}

.horizontal-column-right {
	padding-left: 0;
}

.horizontal-column-left.column-image {
	text-align: left;
}

.horizontal-column-right.column-image {
	text-align: right;
}

.section-description.img-bg {
	padding: 40px 0 0;

}

.section-description.img-bg img {
	margin-bottom: 0;
}

.section-description.img-bg > .section-title,
.section-description.img-bg > .section-info-text {
	padding: 0 40px;
}

.vertical-table-3 {
	font-size: 14px;
}

.vertical-box {
	text-align: center;
}

.vertical-table-3 .vertical-box h6,
.vertical-table-3 .vertical-box p {
	text-align: left;
}

.vertical-table-3 .vertical-box p > span {
	font-weight: 700;
}

.vertical-box h6 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
}

.vertical-table-3 .vertical-box img {
	margin: 20px auto;
}

.vertical-table-3 .vertical-box .img-shadow {
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.5);
	box-shadow: 0 1px 4px rgba(0,0,0,.5);
}

.vertical-box.circle-icon img {
	width: 90px; 
	height: 90px;
	margin-bottom: 30px;
}

.vertical-box.soft-icon img {
	width: auto;
	height:98px;
}

.vertical-table-2 h4 {
	text-align: left;
}

.vertical-table-4 {
	text-align: center;

}

.vertical-table-4 p {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 40px;
}

.vertical-table-4 .vertical-box {
	padding-top: 10px;
}

.vertical-table-4 .vertical-box h6 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

.vertical-table-4 .vertical-box img {
	margin: 10px auto;
}

.section-description .crop-img-right {
	margin-right: -40px;
}

.section-description .crop-img-left {
	margin-left: -40px;
}

.img-bg-soft-dark {
	min-height: 417px;
	color: #fff;
}

.img-bg-soft-dark .text-content {
	width: 50%;
}

.section-description.info-box {
	padding: 15px 40px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	padding-right: 30px;
	padding-top: 20px;
	text-align: left;
	color: #03a3dd;
	background-color: rgba(3, 163, 221, 0.16);
	border-color: rgba(26, 188, 156, 0.16);
}

.section-description.info-box a {
	text-decoration: underline;
}

.section-description.info-box p.light {
	font-weight: 300;
}

.section-description.info-box p {
	width: 90%;
}

.section-description.info-box .info-content > i.fa {
	font-size: 4.5em;
	position: absolute;
	top: 30px;
	right: 20px;
}

.info-box + .section-description{
	border-top: 0;
}

.section-description.faq-list {
	padding-left: 0;
	padding-right: 0;
}

.desc-faq-box {
	padding-left: 40px;
	padding-right: 40px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.faq-headline {
	position: relative;
}

.desc-faq-collapse {
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
}

.desc-faq-collapse[aria-expanded="true"]:before {
	content: "Zwiń";
}

.desc-faq-collapse[aria-expanded="false"]:before {
	content: "Rozwiń";
}

.desc-faq-collapse i {
	margin-left: 5px;
	vertical-align: middle;
}

.desc-faq-collapse[aria-expanded="true"] i:before {
	content: "\f106";
}

.faq-content {
	margin-top: 30px;
}

.single-faq {
	margin-bottom: 30px;
}

.single-faq h5 {
	font-weight: 600;
}

.horizontal-table img {
	display: none;
}

.section-description.canvas-promo-coupon {
    padding: 10px 0;
    background-color: #8e44ad;
    color: #fff;
}

.canvas-promo-coupon p {
    text-align: center;
    margin-bottom: 0;
}

.canvas-promo-coupon strong {
    color: inherit;
    font-weight: 700;
}

/* tylko dla tego jednego kursu */
.image-hover-change {
	background: transparent url(../opisy_kursow/184_Kurs_Photoshop_kreatywna_fotografia_slubna/projektB.png) no-repeat top right;
	height: 418px;
}

.image-hover-change:hover {
	background-image: url(../opisy_kursow/184_Kurs_Photoshop_kreatywna_fotografia_slubna/projektA.png);
}

.image-hover-change2 {
	background: transparent url(../opisy_kursow/184_Kurs_Photoshop_kreatywna_fotografia_slubna/projektB2.png) no-repeat top right;
	height: 418px;
	margin-left: -25px; margin-bottom: -50px; 
}

.image-hover-change2:hover {
	background-image: url(../opisy_kursow/184_Kurs_Photoshop_kreatywna_fotografia_slubna/projektA2.png);
}

/* stale elementy opisu - ikony */

.desc-course-features {
	text-align: center;
	padding: 25px 40px;
	border-top: 0;
}

.course-feature h6 {
	font-size: 14px;
	margin-top: 15px;
}

.course-feature-box {
	margin: 0 10px;
	text-align: center;
}


.course-feature-image {
	border-color: #03a3dd; 
	border-image: none; 
	border-radius: 50% 50% 50% 50%; 
	-moz-border-radius: 50% 50% 50% 50%; 
	-webkit-border-radius: 50% 50% 50% 50%; 
	border-style: solid; 
	border-width: 2px; 
	height: 80px; 
	width: 80px;
	margin:auto;
	position:relative;
}


.course-feature-image img {
	width: 48px;
	margin: 13px auto;
}


.desc-icon-table {
	display:table;
	vertical-align:middle;
	text-align: center;
	margin: 0 auto;
}

.course-feature-box,
.course-feature-arrow {
	display:table-cell;
}

.course-feature-arrow {
	padding: 0 10px;
}

.course-feature-box:last-child .course-feature-image:after {
	background: none;
}

.section-description.circle-fill {
	border-top: 1px solid #e6e6e6;
}

.section-description.our-app-section {
    background: #553982;
}

.our-app-section.img-bg-soft-dark .text-content {
    width: 100%;
    text-align: center;
}

@media only screen and (min-width : 680px) {
    .section-description.our-app-section {
        background: #553982 url('../opisy_kursow/my_app.png') no-repeat top right;
        padding-bottom: 0px
    }

    .our-app-section.img-bg-soft-dark .text-content {
        width: 50%;
        text-align: left;
    }
}

.section-description.our-app-section .horizontal-table img {
    display: inline-block;
}

.course-feature-image-fill {
	background-color: #03a3dd; 
	border-image: none; 
	border-radius: 50% 50% 50% 50%; 
	-moz-border-radius: 50% 50% 50% 50%; 
	-webkit-border-radius: 50% 50% 50% 50%;
	height: 70px; 
	width: 70px;
	margin: auto;
}

.circle-fill .course-feature-box {
  padding: 0 10px;
}

.course-feature-image-fill img {
	width: 40px;
	margin: 16px auto;
}

@media only screen and (min-width : 480px) {
	.course-feature-image-fill {
		height: 70px; 
		width: 70px;
	}

	.course-feature-image-fill img {
		width: 40px;
	}
}

@media only screen and (min-width : 768px) {
	.horizontal-column-left {
		padding-right: 15px;
	}

	.horizontal-column-right {
		padding-left: 15px;
	}
	
	.vertical-table-2 img,
	.horizontal-table img {
		display: inline-block;
	}

	.vertical-table-3 .vertical-box:nth-child(2) {
		border-left: 1px solid #e6e6e6;
		border-right: 1px solid #e6e6e6;
	}

	.vertical-table-4 .vertical-box {
		min-height: 150px;
		margin-bottom: 10px;
	}

	.vertical-table-4 .vertical-box:nth-child(3) {
		border-left: 1px solid #e6e6e6;
		border-right: 1px solid #e6e6e6;

	}
	.vertical-table-4 .vertical-box:nth-child(4) {
		border-right: 1px solid #e6e6e6;
	}

	.circle-border .course-feature-box {
		padding: 0 25px;
	}

	.circle-fill .course-feature-box {
		padding: 0 28px;
	}

	.course-feature-image {
		height: 100px; 
		width: 100px;
	}

	.course-feature-image img {
		margin: 26px auto;
	}

	.desc-course-features.circle-border .course-feature-image:after {
		top: 31px;
		left: 120px;
		width: 38px;
		height: 38px;
		background-size: 38px 38px;
	}

	.course-feature-box:last-child .course-feature-image:after {
		background: none;
	}
}

@media only screen and (min-width : 992px) {
	.circle-fill .course-feature-box {
		margin: 0 15px;
	}
}

@media only screen and (min-width : 1200px) {
	.circle-fill .course-feature-box {
		margin: 0 35px;
	}
}


/* INFO DOSTEPNOSC I RABATY */
.info-availiabity-discounts {
	border-radius: 3px;
	border: 1px solid #dededa;
	width: 88%;
	margin: 30px auto 35px auto;
	text-align: left;
}

.info-availiabity-discounts ul {
	margin-bottom: 0;
}

.info-availiabity-discounts ul li {
	height: 35px;
}

.info-availiabity-discounts ul li:hover {
	background-color: #fff;
}

.info-availiabity-discounts a {
	display: inline-block;
	padding: 0px 5px 0px 25px;
	font-size: 15px;
	line-height: 35px;
	width: 100%;
}

.info-availiabity-discounts a:active {
	outline: none;
}

.info-availiabity-discounts a:focus {
	outline: 0;
}

.info-availiabity-discounts a:hover {
	color: #03a9db;
}

.info-availiabity-discounts span {
	float: left;
}

.info-availiabity-discounts a:after {
	content: ">>";
	float: right;
	color: 	#26a0c4;
	font-weight: 700;
	letter-spacing: -2px;
	transform: scale(0.8,1.7);
	font-size: .6em;
	padding-right: 18px;
}

.info-availiabity-discounts li {
    border-bottom: 1px solid #dededa;
}

.info-availiabity-discounts li:last-child {
	border-bottom: 0;
}

.info-availiabity-discounts .business a {
    color: #34495e;
}

/* INFORMACJE O KURSIE */
.course-info-box {
	margin-bottom: 55px;
	text-transform: uppercase;
	font-size: 14px;
	color: #919896;
}

.course-info-box .tooltip {
	text-transform: none;
}

.tooltip-icon {
	margin-left: 5px;
	color: #cdcdcd!important;
	font-size: 16px;
}

.course-info-inner {
	padding-left: 25px;
	padding-right: 25px;
	border-top: 1px solid #f1f1f1;
}
.course-info-box li {
	border-bottom: 1px solid #f1f1f1;
	line-height: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	color: #90959b;
}

.course-info-box li:last-child {
	border-bottom: none;
}

.course-info-box li:first-child {
	border-bottom: none;
	padding-bottom: 0;
}

.course-info-box li span {
	float: right;
	color: #2d343a;
}

.course-info-box .progress {
	margin-bottom: 0;
	height: 12px;
	border-radius: 6px;
	box-shadow: none;
	background-color: #ebedef;
}

.progress-bar-success {
	background-color: #3498db;
	box-shadow: none;
}
.progress-bar-warning {
	background-color: #f1c40f;
	box-shadow: none;
}
.progress-bar-danger {
	background-color: #e74c3c;
	box-shadow: none;
}

/* FICZERY PRODUKTU */
#product-features-content {
	border-top: 1px solid #f1f1f1;
	padding-bottom: 20px;
	border-radius: 0;
	position: relative;
}

#product-features-content ul {
	padding: 15px 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.product-features-single {
	font-size: 15px;
	color: inherit;
	font-weight: normal;
	background: none;
	border: none;
	cursor: pointer;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 6px;
}

.product-features-single i {
	color: inherit;
	font-size: 1.22em;
	vertical-align: middle;
}

.product-features-single.features-active-header, 
.product-features-single.features-active-header i {
	color: #03a9db;
}

.product-features-single.features-active-header .fa-sort-desc:before {
	content: "\f0de";
}


.product-features-single span {
	padding-left: 10px;
}

#product-features-content .fa-sort-desc {
	float: right;
	padding-right: 25px;
	font-size: 0.9em;
	padding-top: 5px;
	vertical-align: middle;
}

.acc-content {
	display: none;
}

.acc-content-active {
	display: block;
	background: #fbfbfb;
	color: #353535;
	font-size: 15px;
	border: none;
	padding: 10px 25px;
	padding-left: 58px;
	line-height: 24px;
	border-bottom: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
}

#product-info {
	margin-top: 30px;
}


/* WSPOLNE DLA DOLNYCH BOXOW PRAWEJ KOLUMNY */
#author-box, #multi-licence {
	margin-top: 45px;
	padding-left: 25px;
	padding-right: 25px;
}

.author-box-title {
	color: #020101;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Open Sans';
	text-transform: uppercase;
	border-bottom: 1px solid #dededa;
	padding-bottom: 20px;
	padding-left: 0;
}

#multi-licence a:focus {
	outline: 0;
}

/* PRODUKT - AUTOR */
#author-box {
	font-size: 14px;
	line-height: 22px;
	color: #3a3b39;
	
}

.author {
	margin-top: 20px;
}

.author-image img {
	width: 68px;
	height: 68px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.author-info {
	width: 70%;
}

.author-name {
	font-weight: 600;
	font-size: 16px;
	color: #000107;
}

.author-title {
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	margin-top: -8px;
}

/* STRONA PRODUKTU - POWIAZANE SCIEZKI */
.available-in-paths {
	margin-top: 190px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.available-single-path {
	margin-bottom: 180px;
}

.available-single-path:last-child {
	margin-bottom: 0;
}

.available-in-paths .single-path-inner img {
	top: -127px;
}

.available-in-paths a:focus,
.available-in-paths a:active,
.available-in-paths a:hover {
	text-decoration: none;
	outline: none;
}

.available-in-paths p {
	font-size: 14px;
	color: #363945;
	line-height: 22px;
	padding: 0;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.available-in-paths p span {
	color: #fd553c;
	font-weight: 600;
	
}

.available-single-path > a {
	text-decoration: none;
}

.available-in-paths .single-path-top {
	border-bottom: none;
	padding: 0;
}

.available-in-paths .single-path-more {
	background: #fff;
	border-top: 1px solid #f1f1f1;
	position: static;
	color: #03a9db;
}

.available-in-paths .single-path-inner {
	margin-top: 150px;
}

/* STRONA PRODUKTU - MULTILICENCJE */
#multi-licence a {
	display: block;
	font-size: 15px;
}

#multi-licence a:after {
	content: ">>";
	float: right;
	color: 	#26a0c4;
	font-weight: 700;
	letter-spacing: -2px;
	transform: scale(0.8,1.7);
	font-size: .6em;
	padding-right: 18px;
}

/* STRONA PRODUKTU - SZYBKA POMOC */
#quick-help {
	margin-top: 50px;
	text-align: center;
	border: 1px solid #dededa;
	border-radius: 4px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#quick-help h3 {
	color: #020101;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	padding-left: 0;
	margin-bottom: 15px;
}

#quick-help a {
	font-size: 15px;
	font-weight: 700;
}

#quick-help a span {
	font-size: 14px;
	font-weight: normal;
}

#quick-help p {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	color: #222222;
}

#quick-help p i {
	margin-right: 6px;
	font-size: 1.2em;
}

/* STRONA PRODUKTU - POWIAZANE KURSY */
/* reszta bazuje na product-list-box */
#related-products-container h2 {
	margin-bottom: 50px;
	font-size: 24px;
	font-weight: 600;
}







/******** BRAK KURSU NOTFOUND **********/
.no-found-course.col-xs-6 {
    margin-bottom: 50px;
    text-align: left;
}

.no-found-course h3 {
    font-size: 24px;
    font-weight: 600;
   	color: #000;
}

.no-found-textarea {
    width: 100%;
    height: 112px;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    font-size: 16px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 15px;
    resize: none;
    margin-top: 10px;
}

.no-found-button {
    background-color: #fd553c;
    color: #ffffff;
    width: 160px;
    height: 40px;
    border-radius: 3px;
    box-shadow: 0px 3px #c0392b;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    border-width: 0;
    margin-top: 10px;
    position: relative;
}

button.no-found-button:hover{
    top: 2px;
    box-shadow: none;
}


/* strona produkty za punkty */
#products-points-left-col h2, #products-points-left-col form {
	display: inline-block;
}
#detailed-points-content h3 {
	font-size: 16px;
	text-decoration: underline;
}
#detailed-points-content h3 span {
	margin-left: 20px;
}

/* LP */
.jumbotron .land-page-banner-title {
	font-family: 'Ubuntu', sans-serif;
	font-size: 40px;
	line-height: 56px;
	color: #fff;
	text-align:left;
}

.jumbotron .land-page-description {
	font-size: 21px;
	font-family: 'Open Sans';
	line-height: 24px;
	color: #fff;
	font-weight: 300;
	text-align:left;
	margin-bottom: 85px;
}


.land-page-bullet {
	display:inline-block;
	text-align: center;
	padding: 15px;
	position: relative;
}

.land-page-bullet .bullet-img-wrap:after {
	content: "";
	background: url("../images/layout/lp-icon-arrow-right.png") no-repeat center top;
	background-size: 45px 30px;
	width: 45px;
	height: 30px;
	position: absolute;
	left: 100%;
	top: 22%;
}

.land-page-bullet .bullet-img-wrap.last:after {
	background-image: none;
}

.land-page-bullet div:first-child {
	height: 100px;
}
.land-page-bullet div:last-child {
	height: 50px;
}

.land-page-bullet p {
	font-size: 13px;
	font-family: 'Open Sans';
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 20px;
	padding: 0 20px;
}

.land-page-content .btn {
	margin-top: 10px;
}

.land-page-features,
.land-page-body {
padding: 80px 0;
}

.land-page-title {
font-size: 32px;
font-weight: 400;
margin-bottom: 50px;
}

.land-page-single-step {

width:100%;
vertical-align:middle;
}

.land-page-single-step .single-step-img {
display: inline-block;
margin: 0 30px;
}

.land-page-single-step .single-step-text {
display: inline-block;
vertical-align: middle;
}

.single-step-text strong {
font-weight: 600;
}

.land-page-body {
background-color: #fff;
}

.land-page-subtitle {
font-size: 28px;
font-weight: 400;
margin-bottom: 50px;
}


/* kurs jako prezent */


.gift-content-banner {
    background: url('../images/layout/gift_course/gift_course_banner.jpg') center no-repeat;
    font-family: OpenSans, sans-serif;
    background-size: cover;
    overflow: hidden;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3%;
    padding-bottom: 3%;
}

.gift-content-banner .land-page-title {
    font-size: 46px;
    line-height: 1.5;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 20px;
    padding-right: 10%;
}

.gift-content-banner .land-page-desc {
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.8;
    padding-right: 10%;
    color: #FFFFFF;
}

.gift-content-banner .land-page-list {
    padding-top: 10px;
    font-size: 18px;
    line-height: 1.5;
    color: #FFFFFF;
}

.gift-content-banner .land-page-list span {
    display: table-cell;
}

.gift-content-banner .land-page-list i {
    padding-right: 15px;
    vertical-align: middle;
    font-size: 1.2em;
}

.gift-land-page-body {
    font-family: OpenSans, sans-serif;
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 0;
}

.gift-course-section.canvas-gray {
    background-color: #f4f4f4;
}

.gift-course-section.canvas-white {
    background-color: #fff;
}

.about-section-title {
    font-weight: 600;
    font-size: 40px;
}

.about-section-title.bestseller-courses {
    text-align: left;
    margin-bottom: 40px;
}

.banner-section-title {
    font-weight: 600;
    font-size: 36px;
}

.land-banner-desc {
    font-size: 20px;
    line-height: 1.5;
    color: #FFFFFF;
}

.icon-feature {
    display: inline-block;
    width: 120px;
    height: 120px;
    background-image: url('../images/layout/gift_course/features.png');
    background-repeat: no-repeat;
}

.icon-feature:hover {
    background-position-y: -126px;
}

.section-start-feature {
    margin-top: 40px;
    text-align: center;
}

.icon-movie {
    background-position: 0 0;
}

.icon-practice {
    background-position: -196px 0;
}

.icon-note {
    background-position: -391px 0;
}

.icon-test {
    background-position: -588px 0;
}

.icon-certificate {
    background-position: -786px 0;
}

.feature-title {
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 10px;
    text-transform: uppercase;
}

.land-page-features {
    font-family: OpenSans, sans-serif;
    padding-top: 3%;
    padding-bottom: 3%;
}

.land-banner {
    font-family: OpenSans, sans-serif;
    padding-top: 20px;;
    padding-bottom: 30px;
    background-color: #9b59b6;
    color: #FFFFFF;
}

.features-numbers {
    margin-top: 5%;
}

.number-title {
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
}

.gift-course-section .btn {
    margin-top: 20px;
    margin-bottom: 10px;
}

.gift-course-promo-section {
    font-family: OpenSans, sans-serif;
    background-color: #424852;
    padding: 40px 0 40px 0;
}

.gift-course-promo-section .promo-title {
    margin: 0;
    font-weight: 700;
    font-size: 22px;
    color: #FFF;
}

.gift-course-promo-section .btn-more {
    background-color: #d94452;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 30px;
    line-height: 22px;
    margin-top: 20px;
}

.gift-course-promo-section .btn-more:hover {
    background-color: #be424e;
}

@media (min-width: 992px) {
    .gift-course-promo-section .btn-more {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .gift-course-promo-section .promo-title {
        font-size: 26px;
    }

}

/*****************************************/

.badge {
    height: 72px;
    width: 72px;
    vertical-align: middle;
    font: 48px Ubuntu,sans-serif;
    font-weight: 600;
    color: #DDDDDD;
    border: 2px solid #DDDDDD;
    border-radius: 50%; /* may require vendor prefixes */
    background: #fff;
}

/* o nas o kursach */
.about-us-program-banner {
	background: url('../images/layout/o-nas/baner1b.jpg');
	background-position: center 36px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
	color: #fff;
	margin-bottom: 0 !important;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
height: 100vh;
}

.overlay-banner {
background: #2d343a;
width: 100%;
height: 100%;
opacity: .8;
transition: opacity 1s;
position: absolute;
top: 0;
left: 0;
}

.about-us-program-banner .land-page-banner-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	line-height: 1.25;
	color: #fff;
	text-align:center;
}

.about-us-program-banner .scroll-down {
cursor: pointer;
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, -50%);
}

#about-us-container .land-page-banner-inner {
	margin-top: 100px;
}


.about-section .about-section-title {
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 40px;
}

.about-section .about-section-description {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.36;
}

@media only screen and (min-width : 768px) {
	.overlay-banner {
		opacity: .4;
		transition: opacity 1s;
	}

	.about-us-program-banner .land-page-banner-title {
		font-size: 48px;
	}

	#about-us-container .land-page-banner-inner {
		margin-top: 70px;
	}

	.about-section .about-section-title {
		font-size: 36px;
	}

	.about-section .about-section-description {
		font-size: 20px;
	}
}

@media only screen and (min-width : 1200px) {
	.about-us-program-banner .land-page-banner-title {
		font-size: 58px;
	}

	.overlay-banner {
		opacity: .1;
		transition: opacity 1s;
	}

	#about-us-container .land-page-banner-inner {
		margin-top: 60px;
	}

	.about-section .about-section-title {
		font-size: 48px;
	}

	.about-section .about-section-description {
		font-size: 22px;
	}
}


@media only screen and (max-height : 468px) {
	.about-us-program-banner .scroll-down {
		display: none;
	}
}

#about-us-container .icon-feature {
	display: inline-block;
	width: 120px;
	height: 120px;
	background-image: url('../images/layout/o-nas/features.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

#about-us-container .icon-feature.icon-movie {
	background-position: 0 0px;
}

#about-us-container .icon-feature.icon-movie:hover {
	background-position: 0 -126px;
}

#about-us-container .icon-feature.icon-practice {
	background-position: -196px 0px;
}

#about-us-container .icon-feature.icon-practice:hover {
	background-position: -196px -126px;
}

#about-us-container .icon-feature.icon-note {
	background-position: -391px 0px;
}

#about-us-container .icon-feature.icon-note:hover {
	background-position: -391px -126px;
}

#about-us-container .icon-feature.icon-test {
	background-position: -588px 0px;
}

#about-us-container .icon-feature.icon-test:hover {
	background-position: -588px -126px;
}

#about-us-container .icon-feature.icon-certificate {
	background-position: -786px 0px;
}

#about-us-container .icon-feature.icon-certificate:hover {
	background-position: -786px -126px;
}

.about-section {
	padding: 80px 0;
}

.section-start .about-section-title {
	font-size: 48px;
	font-weight: 300;
	line-height: 66px;
}

.section-start .about-section-description {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 300;
	width: 78%;
	margin: 20px auto;
}

.section-start-feature {
	margin-top: 40px;
}

.section-start-feature .feature-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 10px;
	text-transform: uppercase;
}

#about-us-container .section-movie {
	background: url('../images/layout/o-nas/baner-movie.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 10% 0 14%;
	color: #fff;
}

.section-movie .about-section-description {
	width: 80%;
}

.section-test {
	background-color: #f4f4f4;
	background: url('../images/layout/o-nas/baner-test.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 8% 0 13%;
}

.section-test .about-section-title {
	margin-top: 75px;
}


.section-test .about-section-description {
	margin-top: 25px;
	width: 70%;
}

.section-certificate {
	background-color: #fff;
	background: url('../images/layout/o-nas/baner-certificate.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 110px 0;
	color: #020101;
}

.section-certificate .about-section-title {
	margin-top: 160px;
}

.section-certificate .about-section-description {
	margin-top: 30px;
	margin-bottom: 220px;
}

#about-us-container .section-player {
	background: url('../images/layout/o-nas/baner-player.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 4% 0 48%;
	color: #020101;
}

.section-player .about-section-description {
	width: 78%;
	margin: 20px auto 40px;
}

.section-paths,
.section-other {
	background-color: #fff;
	padding: 150px 0;
}

.section-other .about-other-feature img {
	margin: 20px auto 10px;
}

.section-other .about-other-feature h4 {
  font-size: 28px;
  line-height: 1.3;
  margin: 20px auto 30px;
}

.section-other .about-other-feature p {
	font-size: 16px;
	line-height: 1.3;
	width: 80%;
	margin: 10px auto;
}

.section-paths .paths-img img {
	margin: 15px auto;
}

.section-paths .paths-img a:hover img {
	opacity: .8;
}

.section-paths .about-section-title {
	margin-top: 30px;
}

.section-paths .career-btn {
	text-align: center;
	margin-top: 50px;
}

.section-paths .career-btn .btn {
	  color: #656565!important;
  margin: 10px auto;
  padding: 12px 42px;
  font-size: 18px;
  text-transform: uppercase;
    border: 1px solid #656565;
}

.section-paths .career-btn .btn:hover {
	  color: #f4f4f4!important;
  background-color: #656565;
}

#about-us-container .section-searcher {
	background: url('../images/layout/o-nas/baner-searcher.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	padding: 0;
	color: #fff;
	text-align: center;
}

.section-searcher .searcher-container {
	padding: 130px 0 150px;
}

/* lp chomikuj */
.chomik-banner {
    background-color: #f30;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.chomik-banner.darkwarez {
    background-color: #000;
    color: #ffb300;
}

.chomik-banner .xy-center {
        position: absolute;
    top: 50vh;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.chomik-banner h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    font-weight: 300;
}

.chomik-banner h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 39px;
    font-weight: 700;
}

.chomik-banner button {
    margin-top: 10%;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    font-size: 20px;
    padding: 13px 24px;
}

.chomik-banner.darkwarez button {
    border-color: #ffb300;
    color: #ffb300;
}

.chomik-banner button i {
    vertical-align: bottom;
    margin-left: 5px;
    height: 20px;
}

#chomikuj-container .land-page-features {
    padding: 60px 0;
}

.land-page-features.color-gray {
    background-color: #fcfcfc;
}

.land-page-features.color-white {
    background-color: #fff;
}

.single-number {
    display: inline-block;
    padding: 17px 22px;
    border: 2px solid #f30;
    border-radius: 40px;
    color: #f30;
    font-size: 35px;
}

.single-title {
    color: #f30;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    margin: 40px auto;
    line-height: 1.2;
}

.darkwarez .single-number {
    color: #ffb300;
    border-color: #ffb300;
}

.darkwarez .single-title {
    color: #ffb300;
}

.single-step-text p {
    font-size: 24px;
    font-weight: 400;
    margin: 40px auto;
}

#chomikuj-container .section-last {
    background-color: #ff3300;
    color: #fff;
    padding: 140px 0;
}

#chomikuj-container .section-last.darkwarez {
    background-color: #000;
    color: #ffb300;
}
@media only screen and (min-width : 480px) {
    .chomik-banner h1 {
        font-size: 52px;
    }

    .chomik-banner h2 {
        font-size: 62px;
        font-weight: 700;
    }
}

/* lp z promocja */

.promotion-banner{
    background: url('../images/layout/promotion/promotion_baner2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    text-align: center;
    margin-top: 70px;
    color: #fff;
    margin-bottom: 0 !important;
    position: relative;
    height: 270px;
    width: 100%;
    background-position: center center;
}

.promotion-bar {
    width: 100%;
    color: #fff;

}

.promotion-bar .promo-bar-single {
    background: #000;
    height: 120px;
    padding:10px 10px;
    vertical-align: middle;
    text-align: center;
}


.promotion-bar .inverse {
    background-color: #f1c40f;
    color: #000;
    text-align: center;
}

.promotion-bar .timer-container {
    padding: 20px 0;
}

.timer-block h3,
.promo-bar-single .discount {
    font-size: 36px;
    font-weight: 600;
    margin: 15px 0;
}

.timer-block h3 {
    margin: 2px 0;
}

.promo-bar-single .discount.yellow {
    color: #f1c40f;
}

.timer-container p,
.promo-bar-single .discount small {
    color: inherit;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
}

.promotion-bar .promo-bar-single:last-child {
    line-height: 120px;
    padding: 0;
}

.timer-container p {
    margin-bottom: 0;
    margin-top: 5px;
    display: block!important;
}

.timer-block {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.timer-block small {
    color: #000;
    display:block;
    font-size: 14px;
    font-weight: 300;
}

.promotion-bar .btn {
    background-color: #F50005;
    padding: 10px 45px;
    font-size: 20px;
}

.promotion-bar .btn i {
    margin-right: 8px;
    font-size: 1.3em;
    vertical-align: middle;
}

.courses-title {
    font-size: 36px;
    line-height: 1.2;
    margin: 45px 0;
}

@media only screen and (min-width : 468px) {
    .promotion-banner {
        margin-top: 56px;
        height: 350px;
    }
}

@media only screen and (min-width : 768px) {
    .promotion-banner {
        height: 556px;
    }

    .promotion-bar .timer-container {
        padding: 7px 0;
    }
}



/* program lojalnosciowy */
.loyalty-program-banner {
	background: url('../images/layout/program_lojalnosciowy/baner.jpg');
	background-position: center 36px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 5%;
	color: #fff;
	margin-bottom: 0 !important;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
}

.loyalty-program-banner .land-page-bullet .bullet-img-wrap:after {
	  right: -70%;
	  left: inherit;
}


/* program lojalnosciowy */
.partner-program-banner {
	background: url('../images/layout/program_partnerski/baner.jpg');
	background-position: center 36px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 5%;
	color: #fff;
	margin-bottom: 0 !important;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
}

.partner-program-banner .land-page-bullet .bullet-img-wrap:after {
	  right: -70%;
	  left: inherit;
}

.gift-cards-container {
    height:100%;
    background:transparent url('../images/layout/gift_card/bg_giftcard.jpg') no-repeat center  0px fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 0 !important;
    padding-top: 2%;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.gift-cards-container .panel-default {
    margin: 33px 0;
    border: 1px solid #eeeff1;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.23);
}
.gift-cards-container .panel-default .panel-body {
    margin-bottom: 0;
    padding: 0 35px;
}

.gift-header {
    color: #fff;
    margin: 16% auto 8%;
}

.gift-baner {
    margin: 33px auto;
    box-shadow: 6px 4px 10px 0px rgba(0, 0, 0, 0.52);
    border-radius: 3px;
}

.gift-label {
    font-size: 18px;
    margin-bottom: 0;
    vertical-align: middle;
    line-height: 90px;
    font-weight: 600;
    margin-right: 15px;
    display: block;
}

.gift-choose .gift-price,
.gift-choose .gift-button {
    text-align: center;
}

.gift-choose .tab-content {
    vertical-align: middle;
    line-height: 88px;
}

.gift-card-list {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.gift-card-list > li {
    float: none;
    border: 1px solid #03a3dd;
    border-radius: 3px;
    font-size: 20px;
    position: relative;
    display: block;
    margin-bottom: 4px;
}
.gift-card-list > li > a {
    color: #03a3dd;
    display: block;
    padding: 5px 11px;
}

.gift-card-list > li.active > a {
    color: #fff;
}

.gift-card-list > li.active,
.gift-card-list > li > a:hover,
.gift-card-list > li > a:active,
.gift-card-list > li > a:focus,
.gift-card-list > li > a:visited {
    background-color: #03a3dd;
    text-decoration: none;
    color: #fff;

}

.gift-card-list > li+li {
    margin-left: 0;
}

.gift-faq {
    background-color: rgba(20,89,8,0.8);
    color: #fff;
    padding: 30px 0;
}

.gift-faq-single {
    margin: 30px 0;
}

.gift-faq-single h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
}

.gift-faq-single ol,
.gift-faq-single p {
    line-height: 1.5;
    font-size: 14px;
}

.cartitem-gift-card {
    color: inherit;
    font-weight: 600;
    font-size: 18px;
}

.gift-cards-container .btn-lg {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 3px;
}

/* multilicencje */
#header-container.header-business {
    background-color: #2980b9;
    color: #fff;
}

#header-container.header-business .top-logo {
    display: inline-block;
    vertical-align: text-bottom;
}

.business-right {
    margin-bottom: 0;
    line-height: 35px;
}

.business-program-banner {
    background: url('../images/layout/multilicencje/baner.jpg');
    background-position: center -56px;
    background-repeat: no-repeat;   background-size: cover;
    background-attachment: scroll;
    padding-top: 6%;
    padding-bottom: 10%;
}

.business-program-banner .land-page-banner-title {
    font-size: 36px;
    color: #fff;
}
.desc-list.business-lp .desc-list-title {
    font-weight: 600;
    color: #fff;
}

.desc-list.business-lp p {
    text-align: left;
    font-size: 21px;
    color: #fff;
}

.desc-list.business-lp .desc-list-item span {
    font-size: 21px;
    padding-left: 10px;
    vertical-align: middle;
    line-height: 26px;
}

.desc-list.business-lp .desc-list-item:before {
    content: "";
    display: block;
    background: url(../images/layout/multilicencje/plus_ico.png) center 5px no-repeat;
    width: 17px;
    height: 22px
}

.business-contact {
    background: url(../images/layout/multilicencje/contact_bg.jpg) top center no-repeat;
    color: #fff;
    line-height: 3.2;
    vertical-align: middle;
}

.business-contact .contact {
    margin-bottom: 0;
}

.header-business .top-logo {
    display: inline-block!important;
}

.business-phone {
    font-size: 17px;
    margin-right: 15px;
    margin-bottom: 0;
    vertical-align: middle;
    float:none;
    display:inline-block;
}
.business-phone span {
    float: none;
    font-weight: 600;
}

.business-back-to {
    background-color: transparent;
    float:none;
    font-size: 12px;
    color: #fff;
}

.business-back-to:hover,
.business-back-to:active {
    color: #fff;
    text-decoration: none;
}

.business-back-to img {
    vertical-align: middle;
    display:inline-block;
    float:none;
}

.business-back-to span {
    text-transform: uppercase;
    vertical-align: middle;
    float:none;
}

.business-program-banner .land-page-banner-title {
    line-height: 46px;
    font-weight: 400;
    margin-bottom: 35px;
}

.business-program-banner .white-box {
    padding-top: 2%;
}

.business-program-banner .form-text-area {
    width: 90%;
}

.business-program-banner .success-form {
    font-size: 18px;
    line-height: 1.2;
    padding: 10px;
    margin-bottom: 0;
}

.business-program-banner .form-title {
    margin: 10px auto 0;
}

.business-program-banner .form-horizontal {
    margin: 20px 0;
}

.business-program-banner .form-group {
    margin-bottom: 0;
}

.business-program-banner input {
    background-color: #f9f9f9;
}

.business-program-banner .form-group .btn-submit {
    margin: 30px auto 10px;
    margin-top: 30px;
    background-color: #e74c3c;
    width: 240px;
    height: 50px;
    padding: 10px;
}

.our-business-customers {
    margin: 40px auto 70px;
}

.our-business-customers .title {
    text-transform: uppercase;
    margin-bottom: 45px;
}

.our-business-customers img {
    vertical-align: middle;
    margin: 10px 25px;
}

.business-contact span{
    font-size: 20px;
    font-weight: 600;
    margin-right: 12px;
}

.business-contact .contact{
    font-size: 24px;
}

.business-contact .business-laur {
    display: none;
}

@media only screen and (min-width : 768px) {
    .business-contact {
        line-height: 152px;
    }

    .business-contact .business-laur {
        display: inline-block;
    }
}

@media only screen and (min-width : 1200px) {
    .business-contact {
        background-size: 100% auto;
    }
}

/* gift card normal template */
.gift-cards-container.type-normal {
    background: #00a1d9 url('../images/layout/gift_card/bgr_giftcard-normal.jpg') center 0 no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin-bottom: 0!important;
    padding-top: 2%;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.type-normal .gift-baner {
    margin: 33px auto;
    box-shadow: none;
}

.type-normal .special-margin {
    margin-top: 530px;
}

.type-normal .panel-default {
    background-color: #004770;
    color: #fff;
    border-radius: 2px;
    border: solid 1px #3ab4df;
}
.type-normal .gift-card-list > li.active {
    border-color: #f2d03b;
}
.type-normal .gift-card-list > li.active,
.type-normal .gift-card-list > li.active > a,
.type-normal .gift-card-list > li > a:hover,
.type-normal .gift-card-list > li > a:active,
.type-normal .gift-card-list > li > a:focus,
.type-normal .gift-card-list > li > a:visited {
    background-color: #f2d03b;
    border-color: #f2d03b;
    color: #004770;
}

.gift-cards-container.type-normal .btn {
    background-color: #f2d03b;
    color: #004770;
    box-shadow: none;;
}


@media only screen and (min-width : 468px) {
    .gift-header {
        margin: 3% auto;
    }

    .gift-label {
        font-size: 20px;
        display: inline-block;
    }

    .gift-card-list > li {
        float: left;
        margin-bottom: 0;
    }

    .gift-card-list > li+li {
        margin-left: 20px;
    }

    .gift-cards-container .btn-lg {
        padding: 10px 36px;
        font-size: 20px;
    }
}

@media only screen and (min-width : 992px) {
    .gift-choose .gift-price {
        text-align: left;
    }
    .gift-choose .gift-button {
        text-align: right;
    }
}

/**** SCIEZKI STRONA GLOWNA ****/
.paths-margin-bottom {
	height: 70px;
}

.paths-banner {
	background: url('../images/layout/sciezki/sciezki_baner_nowy.png') center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 3%;
	color: #fff;
	margin-bottom: 0 !important;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
}

.land-page-banner-inner {
	margin-top: 100px;
}

.land-page-banner-cont {
	padding-top: 65px;
	width: 75%;
	margin: 0 auto;
}

.paths-banner-bullets {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.certificate-companies .bt-product-link {
	border-radius: 3px;
	text-decoration: none;
}

.certificate-companies .bt-product-link {
	text-decoration: none;
	color: #fff;
}

.certificate-companies button{
    
}

@media only screen and (min-width : 768px) {
	.land-page-content .btn{
		margin-top: 50px;
        margin-bottom: 30px;
	}
}

/* SCIEZKI - BOXY */
.paths-content {
	text-align: center;
	margin-top: 80px;
}

.col-center {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.path-description {
	margin-bottom: 50px;
	width: 262px;
	display: inline-block;
}

.path-description a {
	text-decoration: none;
}

.single-path-inner {
	position: relative;
	padding-top: 43px;
	background-color: #fff;
	border: 1px solid #dfe4e7;
	border-radius: 5px;
}

.single-path-inner:hover {
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.single-path-inner img {
	position: absolute;
	top: -125px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.single-path-top {
	text-align: center;
	padding: 0 20px;
	border-bottom: 1px solid #dfe4e7;
}

.single-path-top h3 {
	margin-top: 43px !important;
	margin-bottom: 25px !important;
	color: #020101;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
}

.single-path-bottom {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 10px;
	text-align:left;
}

.single-path-bottom ul {
	padding-left: 0;
	margin-left: 28px;
}

.single-path-bottom ul li {
	font-size: 15px;
	line-height: 22px;
	color: #363945;
	margin-top: 8px;
	position: relative;
}

.single-path-bottom ul li i {
	color: #3ea9f5;
	font-size: 6px;
	line-height: 20px;
	left: -20px;
	position: absolute;
}

.single-path-more {
	background: #f4f4f4;
	border-top: 1px solid #dfe4e7;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 43px;
	bottom: 0;
	position: absolute;
	width: 100%;
}

.land-page-content {
	text-align:center;
}

/**********************      SCIEZKI BOXY - NOWE       *****************************/

.jumbotron .paths-banner-title {
	font-family: 'Ubuntu', sans-serif;
	font-size: 40px;
	line-height: 56px;
	color: #fff;
	text-align:left;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 60px;
}

.jumbotron .paths-banner-description {
	font-size: 21px;
	color: #fff;
	font-weight: 300;
	text-align:left;
	line-height: 1.6;
	margin-bottom: 80px;
}

.jumbotron .paths-banner-description strong{
	font-weight: 600;
}

.single-path-left{
	float: left;
	width: 30%;
	height: 105px;
	position: relative;
}

.path-description .single-path-inner {
	border-radius: 4px;
	border: 1px solid #dfe4e7;
	box-shadow: 0px 1px #e6e6e6;
	min-height: 150px;
	padding-top: 0;
	position: relative;
	background-color: #fff;

}

.path-description .single-path-inner img {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding-left: 5%;
	padding-right: 5%;
	position: absolute;
    height: auto;
    width: 100%;
}

.path-description .single-path-inner:hover {
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.single-path-right {
	text-align: left;
	display: table;
	width: 70%;
	float: right;
	height: 105px;
}

.single-path-desc{
	vertical-align: middle;
	display: table-cell;
	padding-left: 10px;
}

.single-path-desc-name {
	color: #020101;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;	
}

.single-path-desc-video-length{
	color: #020101;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;	
}

.path-description .single-path-more {
	background: #f4f4f4;
	border-top: 1px solid #dfe4e7;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 43px;
	bottom: 0;
	width: 100%;
	position: absolute;
}

/*********************************************************************/

@media only screen and (min-width : 480px) {
    .jumbotron .paths-banner-title {
		margin-top: 0;
	}
}

@media only screen and (min-width : 768px) {
    .paths-anchor {
        display: block;
        height: 56px;
        margin-top: -56px;
        visibility: hidden;
	}
}

@media only screen and (min-width : 768px) {
	.land-page-content {
		width: 586px;
		margin-left: 80px;
	}
}

@media only screen and (min-width : 992px) {
	.land-page-content {
		width: 879px;
		margin-left: 45px;
	}

	.path-promo-proc-img {
		display: block;
	}

	.path-promo-text-img {
		position: absolute;
		padding: 60px 2%;
	}
}

@media only screen and (min-width : 1200px) {
	.land-page-content {
		width: 1010px;
		margin-left: 85px;
	}
}

/* harmonogram */
.courses-roadmap {
	text-align: center;
}


.courses-roadmap .list-hex-grid:before {
	content: " ";
	position: absolute;
	width: 2px;
	left: 50%;
	top: -10%;
	display: block;
	height: 90%;
	margin-left: -1px;
	background: #dfe4e7;
	z-index: -1;
}

.courses-roadmap .roadmap-single {
	position:relative;
	margin-bottom: 60px;
}

.roadmap-text{
	display: inline-block;
}

.roadmap-text.right {
	left: 62%;
	text-align: left;
}

.roadmap-text.left {
	left: 13%;
	text-align: right;
	width: 280px;
}

.roadmap-text .roadmap-title {
	font-size: 26px;
	font-weight: 300;
}

.roadmap-text p {
	color: #999;
	font-size: 20px;
	font-weight: 300;
}

.cdourses-roadmap .roadmap-single .hex {
	margin-top: 67px;
	margin-bottom: 67px;
}

@media only screen and (min-width : 480px) {
	.roadmap-text{
		position: absolute;
		top: 11%;
	}

}

/******  STRONA POJEDYNCZEJ SCIEZKI ******/
/**********/
/* gorny pasek */
#single-path-page {
	margin: 60px auto 40px;
}

@media only screen and (max-width: 480px) {
	#single-path-page {
		margin-top: 120px;
	}
}

.path-title-outer {
	background: #fff;
	box-shadow: 0 1.5px rgba(0, 0, 0, 0.03)
}
.path-title-block {
	height: 175px;
	position: relative;
}
.path-title-block img {
	position: absolute;
	right: 60px;
	top: 97px;
}

.path-title-name {
	color: #000;
	font-size: 28px;
	font-weight: 500;
	margin-top: 45px;
}

.path-feature-icon {
    margin-bottom: 20px;
}

.path-feature-icon span {
    margin-right: 20px;
}

.path-feature-icon span i {
    margin-right: 5px;
}

.path-tooltip {
    cursor: help;
}

@media only screen and (min-width : 768px) {
	.path-title-name {
		font-size: 38px;
	}
}

.path-title-lead {
	color: #777;
	width: 77%;
}

/* STRONA SCIEZKI - TIMELINE */
.path-single-row {
	/*max-height: 100%;*/
}

.timeline {
	position: relative;
	height: 100%;
	z-index: 1;
	height: 100%;
}

.timeline:before {
	content: " ";
	position: absolute;
	width: 2px;
	left: 50%;
	top: 0;
	display: block;
	height: 100%;
	margin-left: -1px;
	background: #dfe4e7;
	z-index: -1;
}

.timeline-last {
	margin-bottom: 50px;
}

.timeline-last .timeline:before {
	height: 80%;
}

.timeline img{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform:    translateX(-50%);
    -ms-transform:     translateX(-50%);
    -o-transform:      translateX(-50%);
    transform:         translateX(-50%);
    margin-top: 75px;
}

.timeline img.timeline-img-first {
	margin-top: 110px;
}

.timeline-number {
	width: 22px;
	height: 22px;
	border: 2px solid #DFE4E7;
	border-radius: 12px;
	background: #FFF;
	color: #C2CACF;
	font-size: 11px;
	text-align: center;
	line-height: 18px;
    position: absolute;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform:    translateX(-50%);
    -ms-transform:     translateX(-50%);
    -o-transform:      translateX(-50%);
    transform:         translateX(-50%);
    box-shadow: 0 4px 0 #F4F4F4, 0 -4px 0 #f4f4f4;
    z-index: 10;
}

.timeline-active {
	width: 26px;
	height: 26px;
	font-size: 16px;
	border-radius: 12px;
	line-height: 23px;
}

.timeline-start {
	background: #fff;
	border: 1px solid #dfe4e7;
	width: 54px;
	text-align: center;
	font-size: 11px;
	color: #C2CACF;
	line-height: 18px;
	position: absolute;
	margin-left:auto;
    margin-right:auto;
	left: 0;
	right: 0;
	top: 35px;
	border-radius: 4px;
	box-shadow: 0 4px 0 #F4F4F4, 0 -4px 0 #f4f4f4;
}

/*.timeline-std .timeline-number:nth-child(2),
.timeline-first .timeline-number:nth-child(3) {
	margin-top: 56px;
}

.timeline-std .timeline-number:nth-child(3),
.timeline-std .timeline-number:nth-child(4),
.timeline-first .timeline-number:nth-child(4),
.timeline-first .timeline-number:nth-child(5) {
	margin-top: 22px;
}*/

.timeline-group-number {
	/*margin-top: 33px;*/
}

.timeline-group-number > div {
	/*margin-top: 22px;*/
}



/* STRONA SCIEZKI - BOX INFO */

.path-info-single {
	padding: 5px 30px 5px 30px;
	margin-top: 50px;
	border-color: #E7E7E7;
}

@media only screen and (min-width : 768px) {
	.path-info-single {
		padding-bottom: 20px;
		margin-top: 75px;
	}
}

.path-info-box h3 {
	font-size: 20px;
	color: #000;
	margin-bottom: 20px;
}

.path-info-box p {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #777777;
}

.h-rule {
	border-bottom: 1px solid #f1f1f1;
	margin-left: -30px;
	margin-right: -30px;
}

.path-info-box-second h4 {
	font-size: 15px;
	color: #03A3DD;
	line-height: 45px;
	border-top: 1px solid #f1f1f1;
	margin-bottom: 0;
	margin-top: 0;
	cursor: pointer;
}

.path-info-box-second h4:first-child {
	border: none;
}

.path-info-box-second h4 i {
	float: right;
	line-height: 45px;
	font-size: 1.1em;
}

.b-i-link {
	float: right;
	font-family: 'Ubuntu', sans-serif;
	font-size: 11px;
	font-weight: 400;
}

.path-course-info {
	background: #fafafa;
	overflow: auto;
	padding: 15px 15px 5px 15px;
	display: none;
	box-shadow: 0px 1.5px #e6e6e6;
}

/* STRONA SCIEZEK BOX CENY I KOSZA */


.path-price-box-inner {
	margin-top: 25px;
}

@media only screen and (min-width : 768px) {
	.path-price-box-inner {
		margin-top: 75px;
	}
}

.path-price-box-inner {
	border-bottom-width: 0px;
	border-radius: 5px;
	border-color: #E7E7E7;
}

.path-price-box-inner .p-points {
	padding-top: 5px;
	margin-left: 0;
	float: none;
}

.buy-path-button {
    display: inline-block;
    width: 70%;
    height: 50px;
    border-radius: 0 0 0 3px;
    background: #2ecc71;
    line-height: 50px;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    text-align: center;
    padding: 0;
}

.buy-path-as-gift {
    width: 30%;
    font-size: 16px;
    background: #fff;
    color: #2ecc71;
    border-radius: 0 0 3px 0;
}

.path-buttons-group{
    display: inline-flex;
    width: 100%;
    border-top: 1px solid #f1f1f1;
}

.mini-path-buttons-group{
    display: inline-flex;
    width: 100%;
    border-top: 1px solid #f1f1f1;
}

.mini-path-buttons-group .buy-path-button{
    width: 80%;
    font-size: 18px;
}

.mini-path-buttons-group .buy-path-as-gift i {
    margin-right: 0;
}

.mini-path-buttons-group .buy-path-as-gift{
    font-size: 18px;
    width: 20%;
}

@media (max-width: 600px){
    .path-buttons-group{
        display: block;
    }

    .buy-path-button{
        width: 100%;
        border-radius: 0;
    }

    .buy-path-as-gift{
        width: 100%;
        border-radius: 0 0 3px 3px;
    }
}

@media (max-width: 768px){
    .mini-path-buttons-group{
        border-top: none;
    }

    .mini-path-buttons-group .buy-path-button{
        border-radius: 0 0 0 3px;
    }

    .mini-path-buttons-group .buy-path-as-gift{
        border-radius: 0 0 3px 0;
    }
}

.buy-path-button:focus,
.buy-path-button:active,
.buy-path-button:hover {
	color: #fff;
	text-decoration: none;
	background-color: #2abb66;
}

.buy-path-button i {
	margin-right: 10px;
}

.buy-path-button.small-btn {
	height: 44px;
	font-size: 18px;
	line-height: 44px;
}

.buy-discount-button:hover {
	color: #fff;
}

.path-price-left {
	float: left;
	border-right: 1px solid #f1f1f1;
	text-align: center;
}

.path-price-left .box-price-val, .path-price-left .box-discount-val{
	width: 100%;
	padding: 15px 20px 0;
}

.path-price-left .box-price-val .price-currency {
	margin-left: 0;
}

.hr-rule-prices {
	clear: both;
	border-bottom: 1px solid #f1f1f1;
}

.path-price-box-inner .box-price-val div:last-child {
	font-size: 22px;
}

.box-discount-val div:last-child {
	font-size: 22px;
	font-weight: 600;
	color: #fd553c;
	padding-bottom: 10px;
}

.path-price-right {
	text-align: right;
	margin-right: 20px;
}

.path-price-right-inner {
	margin-top: 40px;
}

.discount-reduced-price {
	font-weight: 600;
	font-size: 52px;
	color: #2E5175;
}

.discount-reduced-price small {
	font-size: 70%;
}

/* strona sciezki marginesy dla pierwszego wiersza */

.timeline .path-box-first {
	margin-top: 110px;
}

.path-box-first {
	margin-top: 108px;
}
/* STRONA SCIEZKI - BOX CALEGO PAKIETU */
.discount-whole-packet {
	margin-top: 75px;
}

.wp-left {
	width: 64%;
	text-align: right;
}

.wp-small-title {
	margin: 0;
	font-size: 11px;
	font-weight: 300;

}

.wp-price {
	margin-top: 30px;
}

.box-price-val-wp, .box-discount-val-wp{
	padding-right: 0;
	padding-top: 0;
	margin-right: 20px;
}

.box-price-val-wp span:first-child, .box-discount-val-wp span:first-child {
	line-height: 50px;
}

.box-price-val-wp span:last-child {
	font-size: 20px;
	color: #020101;
	margin-left: 5px;
}

.box-discount-val-wp span:last-child {
	font-size: 20px;
	font-weight: 600;
	margin-left: 5px;
}

/**************************/
/*** SCIEZKA PROMOCJA *****/
/**************************/
/* usunac komentarz jesli promocja */
.discountPromoBlank {
	/*color: #fff!important;*/
}

.productDiscountBlank {
	/*display: none!important;*/
}

/*************************/
/***** KOSZYK ************/
/*************************/

/* KOSZYK - GORNY PASEK */
.cart-nav-info, .cart-info-secured {
	padding-top: 40px;
	padding-bottom: 40px;
}

.cart-info-secured {
	text-align: right;
}

.cart-nav-info ul {
	padding-left: 0;
}

.cart-nav-info ul li {
	float: left;
	font-weight: 300;
	color: #999;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	margin-right: 23px;
	display: none;
	vertical-align: middle;
}

.cart-nav-info ul li.nav-cart-arrow, 
.cart-nav-info ul li.nav-cart-active {
	color: #020101;
	font-weight: 400;
}

.cart-nav-info ul li.nav-cart-active {
	display: list-item;
}

.cart-nav-info .nav-cart-arrow i {
	padding-top: 5px;
}


.cart-info-secured img {
	max-width: 100%;
	display: inline-block;
}

/* KOSZYK - KROK 1 */
.cart-main-col {
	margin-top: 30px;
}

@media only screen and (min-width : 768px) {
	.cart-nav-info ul li {
		display: list-item;
	}

	.cart-main-col {
		margin-top: 60px;
	}

}

@media only screen and (min-width : 992px) {
	.cart-nav-info ul li {
		display: list-item;
		font-size: 19px;
		margin-right: 38px;
	}

}

@media only screen and (min-width : 1200px) {
	.cart-nav-info ul li {
		display: list-item;
		font-size: 20px;
	}

}

.cart-main-table, .t-and-p-choice {
	margin-bottom: 2px;
}

.cart-main-table tr th {
	text-align: center;
}

.cart-main-table tr th:first-child {
	text-align: left;
	padding-left: 20px !important;
}



.table-header-row {
	height: 40px !important;
}

.cart-box-head {
	padding: 0 20px;
	border-radius: 3px 3px 0 0;
}

.cart-blue-header {
	background-color: #03a3dd;
	color: #fff!important;
}

.cart-blue-header h3 {
	font-size: 16px;
	font-weight: 400;
	line-height: 44px;
	margin: 0;
}

.cart-main-table td {
	border-top: 1px solid #f1f1f1 !important;
	padding-left: 20px !important;
	vertical-align: middle !important;
	color: #020101;
	font-size: 18px;
	line-height: 26px !important;
	padding-bottom: 15px !important;
	padding-top: 15px !important;
}

.cart-main-table td span {
	font-size: 14px;
}



.cart-main-table td button {
	background: none;
	color: #02A6DB;
	font-size: 10px;
	text-transform: uppercase;
	border: none;
	line-height: 25px;
}

.cart-main-table td > a > i {
	position: relative;
	transform: translateX(-50%);
	font-size: 22px;
	color: #e2e2e2;
}

.table-summary-row td {
	text-align: right;
	font-size: 14px;
	font-weight: 600;
}

.table-summary-row td span {
	font-size: 18px;
	margin-left: 40px;
}

.c-col-4 {
	text-align: right;
}

.cart-item {
	border-bottom: 1px solid #f2f2f2;
	padding: 10px 20px;
	display: table;
	width: 100%;
}


.summary-price {
	font-size: 16px;
}

.name > a {
	color: inherit;
	font-weight: 600;
	font-size: 18px;
}

.remove {
	width: 5%;
}

@media only screen and (min-width : 768px) {
	.cart-item {
		min-height: 70px;
		padding: 8px 0
	}

	.cart-item > div {
		display: table-cell;
		vertical-align: middle;
		line-height: 26px;
	}

	.cart-list-head {
		border-radius: 3px 3px 0 0;
		display: table;
	    font-size: 10px;
	    color: #555;
	    text-transform: uppercase;
	    height: 40px;
	    padding: 0;
	    border-bottom: 1px solid #f2f2f2;
	    width: 100%;
	}

	.cart-list-head.visible-lg {
		display: table!important;
	}



	.cart-list-head > div {
	    display: table-cell;
		vertical-align: middle;    
	}

	.name {
		width: 67%;
		text-align:left;
		padding: 0 10px;
	}

	.name > .add-dvd {
		font-size: 12px;
		margin-top: -5px;
	}

	.name > .remove-dvd {
		font-size: 12px;
		margin-top: -5px;
	}

	.price {
		width: 14%;
		text-align: right;
		padding: 0 10px;
	}

	.quantity {
		width: 15%;
		text-align: center;
		padding: 0 10px;
	}

	.quantity button {
		background: none;
		color: #02A6DB;
		font-size: 10px;
		text-transform: uppercase;
		border: none;
		line-height: 25px;
	}

	.cart-item-quantity {
		border: 1px solid #e2e2e2!important;
		border-radius: 0!important;
		font-size: inherit!important;
		color: #020101!important;
		padding: 0!important;
		max-width: 25px!important;
		height: 30px!important; 
		text-align: center!important;
	}

	.cart-item-sale-price {
		font-size: 16px;
		text-decoration: line-through;
		color: #9ba8b8;
	}

	.summary-item {
		width: 28%;
		text-align: right;
		padding: 0 10px;
	}

	.cart-item > .price,
	.cart-item > .summary-item {
		font-size: 18px;
	}

	.remove {
		text-align: center;
		padding: 0 10px;
	}

	.remove i {
		position: relative;
		font-size: 22px;
		color: #E2E2E2;
	}

	.summary-price {
		font-size: 18px;
		padding-right: 28px;
	}
}

@media only screen and (min-width : 992px) {
	.name {
		width: 69%;
		padding: 0 20px;
	}

	.price {
		width: 20%;
		padding: 0 20px;
	}

	.quantity {
		width: 12%;
	}

	.summary-item {
		width: 26%;
		padding: 0 20px;
	}

	.remove {
		padding: 0 20px;
	}

	.summary-price {
		padding-right: 58px;
	}
}

.cart-item-mobile {
	width:100%; 
	padding:0;
}

.cart-item-mobile > a {
	color: inherit;
	font-weight: 600;
	font-size: 18px;
}

.cart-item-mobile .total-summ {
	font-weight: 600;
}

.cart-item-mobile .cart-variant {
	display: block; 
	font-size: 13px; 
}

.cart-item-mobile .cart-remove {
	color: #999;
}

.summary-row {
	text-align: right;
}

.summary-row span,
.summary-row > div {
	display: inline-block;
}

.summary,
.summary-total,
.summary-discount {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	text-align: right;
	font-size: 14px;	
}

.summary-discount {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	font-weight: 600;
}



.summary {
	font-weight: 600;
}

.summary-text {
	padding-right: 17px;
	
}



.summary span {/*
	font-size: 18px;
	font-weight: 700;*/
}





/* koszyk krok 1 - warianty z rabatami*/
.cart-main-table .discount-table-label {
	font-size: 14px !important;
	font-weight: normal;
	text-align: right;
}

.cart-main-table .discount-table-label-last {
	font-size: 14px !important;
	font-weight: 600;
	text-align: right;
}

.discount-table-price {
	font-weight: 600;
	text-align: right;
}

.discount-table-value {
	color: #2ecc71 !important;
	text-align: right;
}

td.bottomRight {
	text-align: right;
}

/* Koszyk krok 1 - info pod tabela */
.cart-below-table {
	margin-top: 15px;
}

@media only screen and (min-width: 768px) {
	.cart-below-table {
		margin-top: 5px;
	}
}

.coupon-row {
	margin-bottom: 30px;
}

.coupon-row .coupon-label {
	font-size: 14px;
	font-weight: 400;
	color: #020101;
	line-height: 20px;
}
.coupon-row .coupon-label a {
	color: #03a3dd;
}

.coupon-row a:hover {
	cursor: pointer;
}

.coupon-row input {
	display: table-cell;
	box-shadow: none;
	transition: none;
}

.coupon-row input:focus {
	border-color: #D7D9DA;
	box-shadow: none;
}

.coupon-row .input-group-addon {
	border: none;
	background: #03a3dd;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: 0 -2px 0 #2980b9 inset;
	font-weight: 400;
}

.coupon-row .input-group-addon button,
.coupon-row .input-group-addon a {
	background-color: transparent;
	text-transform: uppercase;
	color: #fff;
}

.coupon-row .input-group-addon a:hover {
	text-decoration: none;
}

@media only screen and (min-width : 480px) and (max-width: 767px) {
	.coupon-row .coupon-label {
		width: 27%;
		line-height: 42px;
		text-align: right;
		padding-right: 0;
	}
	.coupon-row .coupon-field {
		width: 73%;
	}
}




.cart-coupon-form p {
	display: inline-block;
	font-size: 14px;
	color: #020101;
	padding: 0;
	line-height: 20px;
}

.cart-coupon-form p span {
	color: #02A6DB;
}

#coupon_wrapper {
	height: 40px;
}

#coupon_wrapper input {
	height: 40px;
	border: 1px solid #d7d9da;
	border-radius: 3px 0 0 3px;
	border-right: none;
	padding-left: 10px;
	color: #737c85;
	font-size: 14px;
}

#coupon_wrapper button,
#coupon_wrapper a {
	height: 40px;
	line-height: 40px;
	border: none;
	background: #02A6DB;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
	box-shadow: 0 -2px 0 #008dc0 inset;
	font-weight: 400;
	margin-left: -4px;
	position: absolute;
}


#coupon_wrapper a:hover {
	text-decoration: none;
}

.cart-points-info {
	text-align: right;
	line-height: 22px;
}

.cart-points-info > span {
	float: right;
	font-size: 14px;
}

.cart-points-info > div > i {
	color: #02A6DB;
	font-size: 13px;
}

.select-payment {
	margin-top: 20px;
}

#tr-pay-collapse-group {
    padding: 10px 0;
}

.tr-pay-row {
	font-size: 16px;    
    height: 54px;    
    border-top: 1px solid #f2f2f2;
    display: table;
    width: 100%;
    padding: 0 25px;
}

.tr-pay-row:first-child {
	border: 0;
}

.tr-pay-row > div,
.tr-pay-row > span  {
    display: table-cell;
    vertical-align: middle;
}

.tr-pay-input {
    width: 1%;
}

.tr-pay-label {
    width: 68%;
}

.tr-pay-label img {
	margin: 4px 10px 4px 0;
	display: inline-block;
	vertical-align: middle;
}

.tr-pay-label label {
    font-weight: 400;
    margin: 0;
}

.tr-pay-price {
    text-align: right;
    width: 27%;
}

.tr-pay-price img {
	margin: 4px 0;
}

.collapse-transport {
	vertical-align: middle;
	line-height: 48px;
	border-top: 1px solid #f2f2f2 !important;
	border-botntom: 1px solid #f2f2f2 !important;
	padding-left: 20px;
}

.transport-collapse-toggle {
	color: inherit;
	display: block;
}

a.transport-collapse-toggle:hover,
a.transport-collapse-toggle:active,
a.transport-collapse-toggle:focus {
	color: inherit;
	text-decoration: none;
}

a.transport-collapse-toggle[aria-expanded="true"] .click-collapse:before {
	content: "zwiń";
}



a.transport-collapse-toggle[aria-expanded="false"] .click-collapse:before {
	content: "rozwiń";
}

a.transport-collapse-toggle i:before {
	color: #03a3dd;
}

a.transport-collapse-toggle[aria-expanded="true"] i:before {
content: "\f0d8";

}

.click-collapse {
	color: #03a3dd;
	text-decoration: underline;
	margin-left: 6px;
}

.click-collapse i {
	margin-left: 3px;
	vertical-align: middle;

}


.collapse-payment-list {
	padding-left: 20px;
	border-top: 1px solid #f2f2f2;
}

.cart-choose-country {
	padding-top: 10px;
	padding-left: 8px;
	vertical-align:middle;
	line-height: 42px;
}
.cart-choose-country ul {
	margin-bottom: 0;
}

.cart-choose-country label {
	font-size: 16px;
	font-weight: 400;
}


.t-and-p-choice td.price {
	line-height: 48px;
}

@media only screen and (min-width: 480px) {
	.collapse-transport {
		padding-left: 40px;
	}
}

@media only screen and (max-width: 480px) {
	.tr-pay-row {
		font-size: 13px;
		
	}

	.tr-pay-label {
	    width: 70%;
	}

	.tr-pay-price {
	    width: 17%;
	}

	.payname {
		margin-left: -8px;
	}
}

@media only screen and (min-width: 768px) {
	.cart-choose-country {
		padding-left: 40px;
	}

	.tr-pay-row {
		padding-left: 40px;
		padding-right: 48px;
	}
}

@media only screen and (min-width: 992px) {
	.cart-choose-country {
		padding-left: 41px;
	}

	.tr-pay-row {
		font-size: 14px;
		padding-left: 55px;
		padding-right: 78px;
	}
	.tr-pay-row.collapse-transport {
		font-size: 16px;
	}

	.payname.visible-lg,
	.payname.visible-md {
		display: inline!important;
	}
}

@media only screen and (min-width: 1200px) {
	.cart-choose-country {
		padding-left: 23px;
	}

	.tr-pay-row {
		font-size: 16px;
		min-height: 62px;
	}
}




/* TRANSPORT AND PAYMENT */
/* RADIOBUTTONS */

#invoice_personal,
#invoice_company,
.transport_method_radio{
	display: none;
}

#customer_agreed_pp,
#customer_accept_terms,
#customer_delivery_data,
#customer_wants_invoice,
#customer_options_comments,
#customer_wants_newsletter,
#wants_newsletter {
	display: none;
}

.fieldset-checkbox {
	margin-left: 88px;
	width: 100%;
}

.register-form .fieldset-checkbox {
	margin-left: 118px;
}

.fieldset-checkbox label {
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    margin-left: 9px;
}

.radio-cart-nonactive{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	width: 23px;
	height: 24px;
	background: url(../images/layout/cart-check-box-blue.png) no-repeat -120px;
	border: none;
	cursor: pointer;
	position: relative;
	left: -15px;

}

.radio-cart-nonactive:hover {
	/*background: url(../images/layout/cart-check-box-blue.png) no-repeat -144px;*/
}
.label-radio-blue:hover {
	cursor: pointer;
}

.label-radio-blue:hover .radio-cart-nonactive {
	cursor: pointer;
	background: url(../images/layout/cart-check-box-blue.png) no-repeat -144px;
}

.radio-cart-active {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	width: 23px;
	height: 24px;
	background: url(../images/layout/cart-check-box-blue.png) no-repeat -168px;
	border: none;
	cursor: pointer;
	position: relative;
	left: -15px;

}



/* koszyk krok 1 - tabel podsumowania */
.cart-sumary-full {
    margin: 15px 0;
    color: #020101;
    margin-right: 20px;
}

.summ-row-transport,
.summ-row-total {
    width: 100%;
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
}

.summ-row-transport > div, .summ-row-total > div {
    display: inline-block;
}

.summ-row-transport > .summ-text {
    padding-right: 28px;
}

.summ-row-transport > .summ-price {
    font-size: 16px;
    font-weight: 600;
}

.summ-row-total > .summ-text {
    padding-right: 6px;
}

.summ-price {
    padding-right: 10px;
    font-weight: 700;
}

.summ-row-total {
    font-size: 17px;
    border-top: 1px solid #d7d9da;
}

@media only screen and (min-width : 480px) {
	.summ-row-transport > .summ-price {
	    font-size: 18px;
	}
	.summ-row-total {
	    font-size: 20px;
	}
}

@media only screen and (min-width : 768px) {
	.summ-row-transport,
	.summ-row-total {
	    padding: 0 20px;
	}
	.summ-row-transport > .summ-text {
	    padding-right: 32px;
	}
	.summ-row-total > .summ-text {
	    padding-right: 12px;
	}
	.summ-price {
	    padding-right: 30px;
	}
}

@media only screen and (min-width : 992px) {
	.cart-sumary-full {
	    margin: 25px 0;
	}
	.summ-row-transport > .summ-text {
	    padding-right: 47px;
	}
	.summ-price {
	    padding-right: 60px;
	}
	.summ-row-total {
	    font-size: 22px;
	}
}

@media only screen and (min-width : 1200px) {}




/* Koszyk wazne */
.finalizationOptionSummary {
	display: none;
}

/* koszyk krok 1 - przyciski na dole */
.cart-step-one-buttons-inner {
	float: right;
	margin-right: 0px;
	margin-top: 15px;
}

.cart-step-one-buttons-inner .btn-lg {
	color: #fff;
	padding: 10px 25px;
	font-size: 18px;
	border: none;
	width: inherit;
	border-radius: 3px;

}

.cart-back {
	display: inline-block;
	background: #fff;
	color: #02A6DB;
	border-radius: 3px;
	box-shadow: 0 1px #f1f1f1;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	margin-right: 20px;
	line-height: 30px;
	height: 30px;
	text-decoration: none !important;
	padding: 0 15px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

@media only screen and (min-width : 320px) {
	.cart-step-one-buttons-inner .btn-lg {		
		float: right;
		margin-top: 10px;
	}
	.cart-back {
		margin-right: 20px;
		padding: 0 15px;
	}
}

@media only screen and (min-width : 480px) {
	.cart-step-one-buttons-inner .btn-lg {
		float: none;
		margin-top: 0;
	}
}

@media only screen and (min-width : 768px) {
	.cart-step-one-buttons-inner {
		margin-right: 20px;
	}
	.cart-step-one-buttons-inner .btn-lg {
		padding: 10px 36px;
		font-size: 20px;
	}
	.cart-back {
		margin-right: 30px;
		padding: 0 20px;
	}

}


.cart-back i {
	margin-right: 5px;
}

/* KOSZYK - BOXY INFO NA DOLE */
.cart-bottom-boxes {
	margin-top: 100px;
	margin-bottom: 50px;
}

.cart-bottom-boxes .col-lg-4 {
	border-top: 1px solid #d8d8d8;
	padding: 28px 27px 0;
}

.cart-bottom-col-left {
	float: left;
	width: 20%;
	text-align: center;
}

.cart-bottom-col-right{
	float: right;
	width: 78%;
}

.cart-bottom-boxes .col-lg-4 .cart-bottom-col-left > i {
	font-size: 2.2em;
	color: #8f8f8f;
}

.cart-bottom-boxes .col-lg-4 h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 18px;
	color: #8f8f8f;
}

.cart-bottom-boxes .col-lg-4 p {
	color: #8f8f8f;
	font-size: 14px;
	line-height: 20px;
}


.common-messages,
.cart-messages {
	display: table;
	margin-bottom: 15px;
	width: 100%;
}

@media only screen and (min-width : 1200px) {
	.cart-main-col .common-messages {
		padding-left: 20px;
	}
}

.common-messages:last-child,
.cart-messages:last-child {
	margin-bottom: 50px;
}

.common-messages .message,
.cart-messages .message {
	border: 1px solid transparent;
	border-left: 0;
	display: table-cell;
	border-radius: 0 4px 4px 0;
	padding: 20px;
	font-size: 16px;
	line-height: 18px;
	padding: 20px;
	text-align: left;
}

.common-messages .message-icon,
.cart-messages .message-icon {
	display: table-cell;
	border: 1px solid transparent;
	border-radius: 4px 0 0 4px;
	border-right: 0;
	width: 3%;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.common-messages.info .message,
.cart-messages.info .message {
	border-color: rgba(26, 188, 156, 0.16);
}

.common-messages.success .message,
.cart-messages.success .message {
	border-color: rgba(39, 174, 96, 0.43);
}

.common-messages.error .message,
.cart-messages.error .message {
	border-color: rgba(192, 57, 43, 0.32);
}

.common-messages.info .message-icon,
.cart-messages.info .message-icon {
	color: #03a3dd;
	background-color: rgba(3, 163, 221, 0.16);
	border-color: rgba(26, 188, 156, 0.16);
}

.common-messages.success .message-icon,
.cart-messages.success .message-icon {
	color: #27ae60;
	background-color: rgba(46, 204, 113, 0.24);
	border-color: rgba(39, 174, 96, 0.43);
}

.common-messages.error .message-icon,
.cart-messages.error .message-icon{
	color: #c0392b;
	background-color: rgba(231, 76, 60, 0.42);
	border-color: rgba(192, 57, 43, 0.32);
}

.common-messages .message p,
.cart-messages .message p {
	width: 90%;
	margin-bottom: 0;
    line-height: 1.2;
}

.common-messages .message-icon i,
.cart-messages .message-icon i {
	font-size: 1.3em;
}

.common-messages.info .message-icon i:before,
.cart-messages.info .message-icon i:before {
	content: "\f05a";
}

.common-messages.success .message-icon i:before,
.cart-messages.success .message-icon i:before {
	content: "\f058";
}

.common-messages.error .message-icon i:before,
.cart-messages.error .message-icon i:before {
	content: "\f06a";
}

/***********************/
/* KOSZYK KROK 2 - REJESTRACJA */
/**********************/

.cart-2nd-left {
	margin-bottom: 40px;
}


.form-top-links {
	float: right;
	margin-right: 25px;
	margin-top: 18px;
}

.form-top-links span {
	color: #020101;
}

.form-top-links a {
	font-size: 18px;
	color: #0090BB;
}

.form-newsletter {
	margin-bottom: 55px;
}

.customer-comment {
	height: 100px;
	margin-left: 120px;
}
.customer-comment textarea, .contact-form fieldset textarea  {
	width: 100%;
	height: 100px;
	z-index: 100;
	background: #F9F9F9;
	
	border: 1px solid #d7d9da;
}

.form-el-left {
	width: 25%;
	display: inline-block;
	margin-right: 3px;
}

#customer_wants_newsletter_box {
	margin-top: 0;
}

.first-header-cont {
	margin-bottom: 10px;
}

/* link kopiuj dane z wysylki do faktury */
.copy-data-invoice {
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}

.copy-data-invoice:hover {
	cursor: pointer;
}

/**  KOSZYK KROK 2 - DOL FORMULARZA **/
.form-white form {
	padding: 0 20px 20px 35px;
}

.form-horizontal {
	margin: 35px 0;
}

.white-box.profile-box .form-horizontal {
	margin: 0;
}

.form-horizontal.form-login {
	margin: 15px 0;
}

.form-group {
	margin-bottom: 5px;
	padding-left: 15px;
}

.fieldset-title {
	border: 0;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 4px;
	vertical-align: middle;
}


.label-field {
	font-weight: 400;
	display: inline-block;
	line-height: 30px;
	font-size: 15px;
	color: #737c85;
	margin-bottom: 0;
	padding-right: 0;
}

.cart-conditions em,
.fieldset-title em,
.label-field em {
	color: #EF5956;
	margin-left: 2px;
}

.form-text-input {
	width: 90%;
	display: block;
	height: 42px;
	border-radius: 4px;
	border: 1px solid #d7d9da;
	background-color: #fff;
	font-size: 15px;
	color: #737c85;
	padding:10px 15px;
}

.form-text-area {
	width: 100%;
	display: block;
	height: 118px;
	border-radius: 4px;
	border: 1px solid #d7d9da;
	background-color: #f9f9f9;
	font-size: 15px;
	color: #737c85;
	padding:10px 15px;
}

.form-text-area:focus {
	background-color: #fff;
}



.cart-small-info {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 0;
}

.form-textarea {
	resize: none;
	table-layout: fixed;
	width: 90%;
	height: 100px;
	display: block;
	border-radius: 4px;
	border: 1px solid #d7d9da;
	background-color: #F9F9F9;
	font-size: 14px;
	line-height: 1.2;
	color: #737c85;
	padding:10px 15px;
}

.form-text-input[value=""] {
	background-color: #f9f9f9;
}

.error-icon {
	display: none;
	color: #ef5956;
	font-size: 1.6em;
	position: absolute;
	right: 13%;
	top: 8px;
}

.input-field {
	padding-right: 0;
}

.form-text-input:active,
.form-text-input:focus {
	background: #fff;
}

.choose-invoice-type {
	margin-top: 10px;
}

.choose-invoice-type li {
	display: inline-block;
	width: 40%;
}

.checkbox-cart-nonactive {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	margin-left: -23px;
	padding: 0;
	width: 23px;
	height: 24px;
	background: url(../images/layout/cart-check-box-blue.png) no-repeat -72px;
	border: none;
	cursor: pointer;
	position: relative;
	top: -2px;
	left: -10px;
}

.checkbox-cart-nonactive:hover {
	background: url(../images/layout/cart-check-box-blue.png) no-repeat -24px;
}

.checkbox-cart-active {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	margin-left: -23px;
	padding: 0;
	width: 23px;
	height: 24px;
	background: url(../images/layout/cart-check-box-blue.png) no-repeat -49px;
	border: none;
	cursor: pointer;
	position: relative;
	top: -2px;
	left: -10px;
}

.has_error .form-text-area,
.has_error .form-text-input {
	background-color: #fff;
	border-color: #ef5956;
}

.has_error .error-icon {
	display: block;
}

.error-message {
	background: #ef5956;
	display: inline-block;
	color: #fff;
	border-radius: 4px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	white-space: nowrap;
}

.error-message.error-agreed {
	margin-top: 10px;
	margin-bottom: 5px;
	height: initial;
	line-height: 24px;
	white-space: normal;
}

.error-message:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #ef5956;
	position: absolute;
	-ms-transform: rotate(-45deg); 
	-ms-transform-origin: 60% 50%; 
	-webkit-transform: rotate(-45deg); 
	-webkit-transform-origin: 60% 50%; 
	transform: rotate(-45deg);
	transform-origin: 60% 50%;
	top: -5px;
	left: 10px;
}

.cart-conditions {
	font-size: 13px;
	font-weight: 300;
}


@media only screen and (min-width : 480px) {
	.error-message.error-agreed {
		line-height: 35px;
	}
}

@media only screen and (min-width : 768px) {
	.form-white {
		padding: 0 0 20px;
	}

	.form-white form {
		padding: 0;
	}

	.form-group {
		margin-bottom: 15px;
		padding-left: 0;
	}

	.label-field {
		line-height: 42px;
	}

	.invoice-needed {
		padding-right: 0;
	}

	.choose-invoice-type {
		margin-left: -32px;
		margin-bottom: 0;
		margin-top: 0;
	}

	.checkbox-cart-nonactive {
		left: -15px;
	}

	.checkbox-cart-active {
		left: -15px;
	}

	.form-white .has_error > .error-field {
		padding-left: 0;
		margin-left: -16px;
	}

	.error-message {
		margin-top: 3px;
	}

	.error-message:before {
		top: 12px;
		left: -5px;
	}

	.error-message.error-agreed:before {
		top: -5px;
		left: 10px;
	}

	.cart-conditions {
		padding-left: 25px;
	}
}

@media only screen and (min-width : 1200px) {
	.cart-2nd-left {
		padding: 0 35px
	}
}

.cart-2nd-bottom {
	margin-top: 40px;
}

.cart-2nd-rules {
	margin-top: 40px;
	width:80%;
	float:right;
}

.cart-login-set {
	display:table;
	vertical-align: middle;
}

.login-header {
	display:table-cell;
	padding-right: 35px;
}

.cart-user-login {
	display:table-cell;
	height: 36px;
	background: #fd553c;
	border-radius: 3px;
	box-shadow: 0px 2px #c0392b;
	border: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.cart-user-login span {
	padding: 0 10px;
	display: inline-block;
	border-left: 1px solid #ec4d34;
	height: 36px;
	line-height: 36px;
}

.cart-user-login i {
	font-size: 2em;
	padding: 0 10px;
	vertical-align: -15%;
}

/* hack dla formualrza */
.customer-comment {
	display: none;
}

/* inne */
.checkbox-newsletter h3 {
	color: #009946;
}

/* KOSZYK AJAXOWY FORMULARZ LOGOWANIA */
#modallogin {
	display: none;
	background: #fff;
	z-index: 9999;
    min-height: 220px;
    min-width: 380px;
    padding:0;
    border-radius: 5px;
    max-width: 623px;
}

#modallogin .panel-default {
	max-width: 500px;
	margin: 0;
}


/* KOSZYK KROK 2 - wlasny styl select box */
.customSelect {
	padding-left: 10px;
	background: url(../images/layout/select_box_down.png) no-repeat right;	
	width: 90%;
	
	border-radius: 3px;
	border: 1px solid #d7d9da;
	border-right-width: 0;
}

.select > .customSelect {
	border: 1px solid #e9ecef;
    border-radius: 5px;
    color: #04a6db;
    cursor: pointer;
    font-size: 14px;
    padding: 0 0 0 8px;
    width: 185px;
    overflow: hidden;
    background: url(../images/select_arrow.png) no-repeat right center;
}

.form-group .customSelect,
.form-select .customSelect {
	line-height: 42px;
	height: 42px;
}

.product-sorter .select > .customSelect {
	height: 32px;
	line-height: 32px;
}


.customSelectInner {
	text-align: left;
}


.customSelect::-ms-expand {
    display: none;
}


/* KOSZYK KROK 2 - TABELKA PO LEWEJ */
.cart-2nd-left-inner {
	padding: 10px 20px 30px;
}

.cart-2nd-left h4,  .cart-2nd-left a {
	font-size: 10px;
	text-transform: uppercase;
}

.cart-2nd-left h4 {
	float: left;
}

.cart-2nd-left a {
	float: right;
	color: #02A6DB;
}

.small-rule {
	clear: both;
	height: 1px;
	display: block;
	background: #d7d9da;
	margin: 0 -5px 0 -10px;
}

.small-cart-single {
	font-size: 14px;
	color: #020101;
	padding: 10px 0;
}

.small-cart-single p {
	margin-bottom: 0;
	line-height: 18px;
}

.small-cart-single p a {
	color: #020101;
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
	float: none;
}
.small-cart-quantity {
	margin-right: 8px;
}

.small-cart-price {
	float: right;
}
	
.small-cart-down, .small-cart-t-p {
	font-size: 14px;
	color: #020101;
}

.small-cart-sum div, .small-cart-discount div, .small-cart-customer-discount div, .small-cart-cart-discount div, .small-cart-total div, .small-cart-t-p-last div {
	overflow: auto;
	height: 36px;
	line-height: 36px;
}

.small-cart-discount, .small-cart-customer-discount, .small-cart-cart-discount{
	font-weight: 600;
}

.small-cart-t-p-last {
	font-weight: 600;
}

.small-cart-left {
	float: left;
	width: 70%;
}

.small-cart-right {
	float: right;
}

.small-cart-total {
	font-weight: 600;
}

.small-cart-t-p {
	margin-top: 40px;
}

/****  UKONCZENIE ZAMOWIENIA *****/
.order-completing-main,
.order-completed-main {
	color: #020101;
	padding: 30px 20px;
}

.order-completing-main {
	margin-bottom: 120px;
}

.order-completing-main h1,
.order-completed-main h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin: 30px auto 35px auto;
}

.order-completing-main .btn,
.order-completed-main .btn {
	font-family: 'Open Sans', sans-serif !important;
}

.order-completed-top {
	text-align: center;
}

.order-completed-top p {
	padding: 0 8%;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 50px;
}

.order-completed-top p span {
	font-weight: normal;
}

.order-complete-id span {
	font-weight: 600;
}

.order-complete-bottom {
	text-align: center;
}

.order-complete-bottom h2 {
	font-size: 24px;
	margin-bottom: 35px;
}

.btn-order-complete {
	width: 30%;
	margin: 0 auto 90px auto;
	text-transform: none !important;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 2px 0 #26a659;
}

.cart-boxes-complete {
	margin-top: 80px;
}

.order-complete-bottom {
	border-top: 1px solid #d8d8d8;
	margin-top: 0;
	padding-top: 40px;
}

.check-your-data, .make-transfer  {
	border-top: 1px solid #d8d8d8;
	padding-top: 40px;
}

.check-your-data {
	margin-top: 60px;
}

.make-transfer {
	margin-top: 40px;
}

.check-your-data h4, .make-transfer h4 {
	margin-bottom: 25px;
}

.check-your-data ul li span, .make-transfer ul li span {
	font-weight: 300;
}

.check-your-data ul li span, .make-transfer ul li span {
	display: inline-block;
	width: 160px;
	margin-right: 10px;
	text-align: right;
}

.order-span-underline {
	text-decoration: underline;
}

.order-info-invoice {
	margin-top: 30px;
}

.order-error-found {
	margin-top: 70px;
	margin-bottom: 10px;
	font-weight: 300;
}

.make-transfer ul li:last-child {
	margin-top: 10px;
}

.payment-info {
	font-weight: 300;
	line-height: 26px;
}

/* ROZNE METODY PLATNOSCI */
.payment-main-button, a.payment-main-button {
	display: block;
	font-size: 18px;
	font-weight: 600;
	width: 260px;
	padding: 12px;
	background: #02a3dd;
	margin: 40px auto;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}

/**** FORMULARZ LOGOWANIA ***/

/*.login-form-container {
	padding: 40px 20px;
}

.login-ajax-container {
	padding-top: 40px;
}

.login-form-container .login-submit {
	width: 150px;
	display: inline-block;
}

.login-ajax-container h1,
.login-form-container h1 {
	font-size: 36px;
	font-weight: 300;
} 

.login-form-container h1 {
	margin-bottom: 40px;
}

.login-ajax-container h1 {
	margin-bottom: 30px;
}

.login-ajax-container form ul li input,
.login-form-container form ul li input {
	width: 100%;
	padding-left: 10px;
}

.login-ajax-container form ul li,
.login-form-container form ul li {
	margin-bottom: 15px;
}

.login-ajax-container button,
.login-form-container button {
	margin-right: 10px;
}

.login-ajax-container p,
.login-form-container p {
	font-size: 14px;
}

.login-form-container p {
	margin-top: 40px;
}

.login-ajax-container p {
	margin-top: 30px;
}

.login-ajax-container > a {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #c7c9ca;
	font-size: 20px;
	cursor: pointer;
}
*/
#register-customer-container .form-horizontal,
#login-customer-container .form-horizontal {
    margin: 15px 0;
}

#login-customer-container .login-error ul li {
	background: #ef5956;
	height: 36px;
	line-height: 36px;
	width: 100%;
	color: #fff;
	padding-left: 10px;
	border-radius: 3px;
	text-align: left!important;
	margin-bottom: 20px;
}

body.no-footer {
	margin-bottom: 0;
}
.register-bg,
.login-bg {
	background:transparent url('../images/layout/baner_index_1.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-position: center center;
    position: fixed;
    width: 100%;
    height: 100%;
}

.panel-default {
	margin: 60px 30px;
}

.panel-default .panel-heading {
	text-align:center;
	background-color: inherit;
	border: none;
    padding: 10px 50px;
}

.panel-default .panel-heading h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 300;
	margin: 30px auto 15px;
}

.panel-default .panel-body {
	margin-bottom: 30px;
	padding: 10px 50px

}

.input-group .form-text-input {
	width: 100%;
	height: 46px;
	border-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	padding: 10px 5px;
}

.input-group-addon {
	color: #d7d9da;
	background-color: #f9f9f9;
	font-size: 1.5em;

}

.login-submit {
	height: 44px;
	text-transform: uppercase;
}

.panel-footer {
	padding: 0;
	background-color: #f4f4f4;
}

.login-footer {
	display:block;
	padding: 20px;
	color: #737c85;
	width: 50%;
	float:left;
}

.login-footer.left {
	padding-left: 60px;
	text-align: left;
}

.login-footer.right {
	padding-right: 60px;
	text-align: right;
}

.register-footer {
	display:block;
	padding: 20px 0;
	color: #737c85;
}

.login-footer:hover,
.login-footer:active,
.login-footer:focus {
	color: #737c85;
	text-decoration: none;
	background-color: #fff;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}

.login-footer.blank:hover,
.login-footer.blank:active,
.login-footer.blank:focus {
	background-color: #f4f4f4;
}

.login-footer p {
	margin-bottom: 0;
	font-size: 14px;
}

.register-customer-container .error-icon {
	right: 6%;
}

.register-customer-container .has_error .input-group-addon {
	border-color: #ef5956;
	color: #ef5956;
}

.login-customer-container label,
.register-customer-container label {
    font-weight: 400;
    line-height: 1.5;
}

.register-customer-container .register-agreed {
	border: 0;
    font-size: 15px;
    margin-bottom: 4px;
    vertical-align: middle;
}

.register-agreed em {
    color: #EF5956;
    margin-left: 2px;
}

.register-customer-container .error-message {
    margin-top: 10px;
}

.register-customer-container .error-message:before {
	top: -5px;
	left: 10px;
}

.form-group .login-error {
    color: #FD553C;
    margin-bottom: 10px;
}

/**** FORMULARZ REJESTRACJI  ***/

.register-form-buttons {
	text-align: center;
}

/****** ROZNE FORMULARZE (RESET HASLA ITP.) *****/
.reset-password-form label {
	font-weight: normal;
}

/******** KLIENT - OPLAC ZAMOWIENIE *******/
.order-pay-for {
	padding-bottom: 50px;
}

/******* KLIENT - MOJE ZAMOWIENIA  *******/
/* podsumowanie zamowienia */
.show-order {
	padding: 20px;
}

.show-order-products {
	margin-bottom: 30px;
}

.show-order-summary {
	margin: 50px auto 30px 30px; 
	width: 60%;
}

.order-summary-table tbody tr {
	height: 24px;
}

.order-summary-table tbody tr td {
	height: 24px;
}

.order-summary-table tr td:first-child {
	font-weight: 600;
}

/**************************************************/
/**************** PUNKTY PREMIUM *****************/
/*************************************************/
.product-points-prices {
    color: #03a3dd;
    font-weight: 600;
    font-size: 18px;
}

.premium-points-get-gift {
	margin-top: 30px;
	display: block;
}

/******** KONTO PARTNERA **********/
.partner-log-out {
	display: block;
	margin-top: 30px;
}

#partner-container img {
     max-width:100%;
     height:auto;
}

.partner-tab-navigation{
    float: right;
    padding-left: 0;
    margin-bottom: 2px;
    list-style: none;
    position: relative;
    z-index: 5;
}

.partner-tab-navigation li {
    float:left;
    padding: 3px;
    border-radius: 3px 3px 0 0;
    background-color: #fbfbfb;
    border: 1px solid #eeeff1;
    margin-bottom: -3px;
    border-left: none;
}

#partner-tabs > ul > li:first-child {
    border-left: 1px solid #eeeff1;
}

.partner-tab-navigation li.selected {
    background-color: #fff;
    border-bottom-color: #fff;
}

.partner-tab-navigation li a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
    display:block;
    margin-left:10px;
    margin-right:10px;
}

.partner-tab-navigation li:hover {
    background-color: #fff;
}

.partner-tab-navigation li a:hover{
    text-decoration:none;
}
.partner-tab-content {
    z-index: 3;
    padding: 10px;
}
.partner-tab-content h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 35px;
}

.partner-info-list ul {
    list-style: initial;
}

.partner-info-list li {
    margin-bottom: 35px;
}

.partner-info-list ul li {
    margin-bottom: 15px;
}

.partner-tab-content > div:not(.clearfix) {
    padding: 10px 40px 40px;
}

.partner-tab-content > #partner-info p{
    font-size: 16px;
    font-weight: 300;
}

.partner-tab-content textarea{
    resize: none;    
    border-color: #d8d8d8;
    background-color: #f6f6f6;
    border-radius: 5px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1.5px;
    font-family: 'Ubuntu';
    padding: 15px;
     table-layout: fixed;
}

.partner-tab-content input[type="text"]{
    border: 1px solid #d8d8d8;
    background-color: #f6f6f6;
    border-radius: 5px;
    font-size: 16px;
    line-height: 18px;
    padding: 10px;
}



#partner-info textarea{
    width: 80%;
}


#partner-cash input[type="text"]{
    float: left;
    width: 150px;
    height: 44px;
    margin-right: 15px;
}



.partner-data-table {
   vertical-align: middle !important;
    color: #000;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse; 
    font-size: 14px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

#partner-stats .partner-data-table {
    font-size: 18px;
     width: 100%;
}

#partner-stats .partner-data-table td {
    line-height: 1.4;
}

#partner-popular-product .partner-data-table td {
    line-height: 1.4;
}

#partner-popular-product .partner-data-table {
    
    width: 75%;
}

.partner-data-table th,
.partner-data-table td {
    padding: 8px;
    line-height: 2.8;
    vertical-align: top;    
}

.partner-data-table th {
    text-transform: uppercase;
    line-height: 40px;
    font-size: 10px;
    font-weight: 300;
}

.partner-data-table td {
    border-top: 1px solid #DDD;
}

.partner-data-table.product-stats td {
    line-height: 1.7;
    font-size: 14px;
}

table.partner-data-table > tbody > tr:nth-child(1) > td{
    border-top:none;
}

#partner-stats > table > tbody > tr:nth-child(1) > td:nth-child(2) {
    font-weight: 600;
}

#partner-container .red {
    color: #fd553c;
}

#partner-container .green {
    color: #2ecc71;
}

table.partner-data-table > tbody > tr > td:last-child{
    text-align: right;
}



#partner-history > table > tbody > tr > th:nth-child(1),
#partner-history > table > tbody > tr > td:nth-child(1) {
    width: 150px;
}

#partner-history > table > tbody > tr > th:nth-last-child(-n+1),
#partner-history > table > tbody > tr > td:nth-last-child(-n+1){
    width: 120px;
    text-align: right;
}

#partner-products > table > tbody > tr > td:nth-last-child(-n+2){
    width: 100px;
    text-align: center;
}

td[class^='show_details'] {
    color: #0090bb;
}


td[class^='show_details']:hover{
    cursor: pointer;
}

.order-details > td{
    text-align: left!important;
    border-top: none;
    padding-left: 158px;
}

td.product-creation {
    text-align: left!important;
    vertical-align: middle !important;
    border-top: none;
    padding: 40px;
}

#partner-products textarea {
    width: 95%;
    height: 155px;
}

.product-creation, .banner-details p {
    font-size: 18px;
    margin-top: 25px;
}

td.product-creation > div:first-child {
    text-align: center;
}

#partner-banner > table > tbody > tr > th:nth-last-child(-n+2),
#partner-banner > table > tbody > tr > td:nth-last-child(-n+2){
    width: 100px;
    text-align: right;
}

td.banner-details {
    text-align: center!important;
    border-top: none;
    padding: 40px;
}

#partner-banner textarea {
    width: 70%;
    height: 125px;
}

.data-no-found {
    padding: 25px;
    margin: 25px;
}

/* profil klienta */
.profile-box-title {
	color: #020101;
	font-size: 22px;
    line-height: 40px;
}


.profile-box {
    padding: 30px;
}

.profile-box .button-field {
	text-align: right;
}

.profile-box .input-field {
	padding-right: 15px;
}

.profile-box .customSelect,
.profile-box .form-text-input {	
	width: 100%;
}


.profile-box .error-icon {
	right: 9%;
}

@media only screen and (min-width : 480px) and (max-width : 767px) {
	.profile-box .error-icon {
		right: 5%;
	}
}

.profile-box .error-message {
	margin-top: 10px;
}

.profile-box .error-message:before {
	top: -5px;
	left: 10px;
}

.profile-box .common-messages {
	margin-top: 15px;
	margin-bottom: 0;
}

.profile-box .common-messages .message {
	padding: 10px 15px;
}

.profile-box .common-messages .message p {
	font-size: 13px;
}

.profile-box .input-disabled {
	cursor: not-allowed;
	background-color: #eee;
}

#emailChangeNotification {
	background: #F39C12;
	display: inline-block;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
	padding:10px 15px;
}

.may-also-like {
	padding: 40px 0 0;
}

.may-also-like:nth-child(odd) {
	background-color: #fff;
}

/***************/
/* KONTAKT */
/***************/
.profile-box.contact-box {
	padding: 20px 60px;
}

.contact-telephones {
	text-align:center;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 20px;
}

.contact-telephones strong {
	font-weight: 600;
}

.email-adresses {
	font-size: 14px;
	margin: 20px 0;
}

.contact-email-adress {
	display: table;
	width:100%;
}

.label-adress,
.email-adress {
	display:table-cell;

}

.email-adress {
	text-align:right;
}

.chat-online {
	font-size: 14px;
	margin-top: 35px;
	margin-bottom: 10px;
}

.chat-online img {
	display: inline-block;
	margin-bottom: 2px;
	vertical-align: baseline;
}

.chat-online img:hover {
	cursor: pointer;
}

.contact-info-text {
	font-size: 14px;
	margin: 10px 0;
	line-height: 1.6;
}

.contact-info-text strong {
	font-weight: 600;
}

.contact-info-text .small {
	font-size: 12px;
	line-height: 1.42;
}

.contact-info-text address {
	margin-bottom: 0;
}

.profile-box .image-map {
	display: inline-block;
}

/*****************************/
/****** STRONA STARTOWA ******/
/*****************************/
/** baner **/
.top-baner.jumbotron {
	background: url('../images/layout/baner_index_2.jpg');
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 18%;
	padding-bottom: 3%;
	color: #fff;
	margin-bottom: 0 !important;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
}

.top-baner h1 {
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 35px;
	margin-top: 60px;
}

@media only screen and (min-width : 480px) {
	.top-baner h1 {
		font-size: 36px;
		margin-top: 20px;
	}
}

@media only screen and (min-width : 768px) {
	.top-baner h1 {
		font-size: 42px;
	}
}

.top-baner a {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
	opacity: 0.8;
}

.top-baner p {
	font-size: 14px;
}

.top-baner form {
	position: relative;
}

.top-baner button {
	position: absolute;
	background: none;
	border: none;
	color: #717578;
	font-size: 30px;
	top : 10px;
	right: 10px;
}

.top-baner input {
	border-radius: 5px;
	border: none;
	box-shadow: none;
	color: #969696;
	height: 56px;
	font-size: 22px;
	margin-bottom: 5px;
	padding: 0 25px;
}

.top-baner input:focus {
	box-shadow: none;
}

.product-searcher-index {
	width: 100%;
	color: #707578;
	padding-left: 10px;
} 

.sk-intro {
	margin-top: 60px;
	text-align: center;
}

.sk-intro div {
	font-size: 35px;
}

.sk-intro div span {
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	text-transform: uppercase;
	display:block;
	margin-top: 10px;
	padding: 0 15px;
}


/* zalety SK i ficzery */
.why-sk {
	background: #fff;
	padding-top: 85px;
}

.feature-block {
	text-align: center;
	margin-bottom: 85px;
	padding: 0 40px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: #656565;
}

.feature-block h4 {
	color: #454545;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 40px 0 20px 0;
}

/* STARTOWA - co nas sadza */
.sk-opinions {
	margin: 60px 0;
}

.sk-opinions-boxes {
	padding: 0 20px;
}

.sk-review-single {
	font-size: 14px;
	font-weight: 400;
	color: #777;
	line-height: 26px;
}


.sk-opinions-boxes .sk-opinions-single:first-child {
	margin-left: 0;
}

.sk-opinions-boxes .sk-opinions-single:last-child {
	margin-right: 0;
}

.sk-opinions-header {
	height: 50px;
	margin: 0 0 50px;
	width: 100%;
}
.sk-opinions-header h2 {
	float: left;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	margin: 0;
}



.btn-home-page {
	color: #656565!important;
	float: right;
	margin-top: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	text-transform: uppercase;
}

.btn-more-courses:hover,
.btn-more-reviews:hover {
	color: #f4f4f4!important;
	background-color: #656565;
}

.btn-more-courses,
.btn-more-reviews {	
	border: 1px solid #656565;	
}


.btn-more-courses {
	background: #f4f4f4;
}

.sk-opinions-single > div {
	padding: 30px 25px 10px 25px;
}

.sk-review-single > .white-box {
	margin-top: 25px;
	padding: 30px 30px 10px;
	border-radius: 4px;
	position: relative;
	margin-bottom: 10px;
}

.sk-review-single .white-box:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	position: absolute;
	bottom: -6px;
	-ms-transform: rotate(-45deg); /* IE 9 */
    -ms-transform-origin: 60% 50%; /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 60% 50%; /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    transform-origin: 60% 50%;
	border-left: 1px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
}

.sk-review-stars {
	margin-top: 10px;
	float: right;
}

.sk-opinion-author {
	color: #353535;
}


/* STARTOWA - nasza oferta */
.sk-offer {
	background: #fff;
}

.sk-offer-inner {
	margin: 115px 0;
}

.sk-offer-right {
	padding-left: 30px;
}

.sk-offer-right h2 {
	margin-top: 0;
	font-family: 'Ubuntu';
	font-size: 30px;
	line-height: 1.2;
}

.sk-offer-right a {
	display: inline-block;
	border-bottom: 1px dashed #9E9E9E;
}

.sk-offer-right a:hover {
	text-decoration: none;
}

.sk-offer-right p {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #656565;
	margin-top: 30px;
}

.single-flip-box {
	display: inline-block;
	width: 110px;
	height: 110px;
	line-height: 110px;
	margin-bottom: 11px;
	position: relative;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.single-flip-box i {
	line-height: 110px;
}

.sk-offer-box-row a {
	color:#fff;
}

.flip-box-no-1 .front,
.flip-box-no-1 .back {
	background: #f1c50e;
}

.flip-box-no-2 .front,
.flip-box-no-2 .back {
	background: #e74b3c;
}

.flip-box-no-3 .front,
.flip-box-no-3 .back {
	background: #1bbc9b;
}

.flip-box-no-4 .front,
.flip-box-no-4 .back {
	background: #95a5a5;
}

.flip-box-no-5 .front,
.flip-box-no-5 .back {
	background: #53d78b;
}

.flip-box-no-6 .front,
.flip-box-no-6 .back {
	background: #2b96dc;
}

.flip-box-no-7 .front,
.flip-box-no-7 .back {
	background: #9c56b8;
}

.flip-box-no-8 .front,
.flip-box-no-8 .back {
	background: #34495e;
}


/* flip effect */

.single-flip-box .front {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: inherit;
	height: inherit;
	font-size:16px;
	font-weight:600;
	text-align:center;
	vertical-align:middle; 
	border-radius: 3px;

	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	transform: rotateX(0deg) rotateY(0deg);

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.single-flip-box.flip .front {
	z-index: 900;
	text-align:center;
	vertical-align:middle; 
	border-radius: 3px;

	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.single-flip-box .back {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 800;
	width: inherit;
	height: inherit;
	text-align:center;
	vertical-align:middle; 
	border-radius: 3px;

	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-179deg);
	transform: rotateY(-179deg);

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.single-flip-box.flip .back {
	z-index: 1000;
	text-align:center;
	vertical-align:middle; 
	border-radius: 3px;

	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
	transform: rotateX(0deg) rotateY(0deg);
}

@media only screen and (min-width : 768px) {
	.single-flip-box {
		width: 124px;
		height: 124px;
		line-height: 124px;
	}

	.single-flip-box i {
		line-height: 124px;
	}

	.single-flip-box .front {
		font-size:18px;
	}
}

@media only screen and (min-width : 992px) {
	.single-flip-box {
		width: 116px;
		height: 116px;
		line-height: 116px;
	}

	.single-flip-box i {
		line-height: 116px;
	}

}
@media only screen and (min-width : 1200px) {
	.single-flip-box {
		width: 124px;
		height: 124px;
		line-height: 124px;
	}

	.single-flip-box i {
		line-height: 124px;
	}
}

/*@media only screen and (min-width : 768px) {
	.single-flip-box {
		width: 124px;
		height: 124px;
		line-height: 124px;
	}

	.single-flip-box i {
		line-height: 124px;
	}
}*/

/* STARTOWA - Firmy */
.our-customers {
	background: url('../images/layout/bg_parallax.jpg');
	background-position: center 0;
	background-repeat: no-repeat;
	text-align: center;
	padding-bottom: 5.3%;
	padding-top: 3.3%;
}

.our-customers h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 50px;
}

.our-customers-img img {
	margin-left: 35px;
	margin-right: 35px;
	max-height: 45px;
}

.our-customers-img img:first-child {
	margin-left: 0;
}

.our-customers-img img:last-child {
	margin-right: 0;
}

.new-arrivals {
  margin: 60px 0;
}

/* STRONY INFORMACYJNE */
.info-page {
	padding: 60px 70px;
    margin-bottom: 30px;
}

.page-info-section p {
	margin: 15px auto;
	line-height: 1.7;
}

.page-info-section strong {
	font-weight: 600;
}

.page-info-section {
	margin-bottom: 50px;
}

.page-info-section:last-child {
	margin-bottom: 0;
}

.page-info-section .page-subtitle {
	font-size: 28px;
	font-weight: 300;
	line-height: 1.5;
}

.page-info-section .page-info-table {
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	margin: 25px 0;
}

.page-info-table .page-table-row {
	border-top: 1px solid #f2f2f2;
	line-height: 100px;
	vertical-align: middle;
}

.page-info-table .table-left,
.page-info-table .table-right{
	padding: 10px 25px;
	vertical-align: middle;
	min-height: 100px;

}

.page-info-table .table-left {
	text-align:center;
}

.page-info-table img {
	display: inline-block;
}

.page-info-table p {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.page-info-table ul {
	line-height: 1.8;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.info-page h2 {
	font-size: 40px;
	font-weight: 600;
	margin: 30px auto;
}

.info-page h2.title-long {
    font-size: 36px;
}

.page-info-section li {
	margin-left: 30px;
}

.page-info-section li p {
	margin: 0;
}

.info-page .page-subtitle + ol {
	margin-top: 20px;
}

.info-page ol li > ul {
	margin-left: 30px;
	list-style-type: lower-latin;
}

/* TOC - spis treści na stronie produktu */
.toc-container {
	border-bottom: 1px solid #d8d8d8;
}

.toc-chapter {
	clear: both;
	padding: 0 8px;
}
.toc-chapter-name {
	cursor: pointer;
}
.toc-lesson {
	clear: both;
}
.lesson-title {
	float: left;
}
.lesson-length {
	float: right;
}

@media only screen and (min-width : 480px) {
	.sk-offer-right h2,
	.sk-opinions-header h2 {
		font-size: 30px;
	}

	.btn-home-page {
		margin-top: 2px;
	}

}



/* --- MEDIA QUERIES --- */
@media (min-width: 1201px) {
	.top-search-form, .product-searcher-index {
		display: block !important;
	}
	.t-and-p-choice tr td label {
		line-height: 48px;
		font-size: 18px;
	}
} 


@media (max-width: 1200px) {
	

	/* LOGO TOP */
	.top-logo {
		/*background: url('../images/layout/logo_top_mobile.png') no-repeat 0 0;
		width: 28px;
		height: 28px;
		margin: 15px auto 0 auto;*/
	}

	/* WYSZUKIWARKA DLA MALYCH EKRANOW */
	/* MOBILNA WYSZUKIWARKA */
	.top-search-form {
		display: none;
		margin: 10px 0;
	}
	.button-mobile-form {
		display: block;
	}
	.top-search-form input, .top-search-form input:hover, .top-search-form input:focus {
		width: 100%;
		box-shadow: none;
		color: #333b3e;
		background: #fff;
	}
	.top-search-form button {
		position: absolute;
		bottom: 0;
	}

	#inactive_search {
		display: none!important;
	}
	#active_search {
		display: inline-block!important;
	}
	/* PRZYCISKI LOGOWANIA I UZYTKOWNIKA */
	.b-user-login span {
		display: none !important;
	}


	/* STRONA SCIEZEK */
	/*.path-description {
		margin-top: 160px;
	}
	.path-first-col {
		margin-top: 0px;
	}
	.paths-bullet {
		width: 22%;
	}*/
}

/* TABLET PION */
@media (max-width: 991px) {
	/*  nie usuwac bo skrypt na tym dziala!!!!!!*/
	.price-box-left-align {
		text-align: center;
		margin-left: 0;
	}
	.price-box-left-align img {
		display: inline-block;
	}
	#price-container {
		margin-top: 20px;
	}
	.price-row {
		text-align: center;
		margin-bottom: 20px;
	}
	.product-price, .p-points {
		float: none;
		display: inline-block;
	}

	/* Naglowki h3 na stronie produktu itp */
	#author-box, #multi-licence {
		margin-top: 45px;
		padding-left: 25px;
		padding-right: 25px;
	}

	#author-box h3, #multi-licence h3 {
		color: #000107;
		font-weight: 700;
		border-bottom: 1px solid #dededa;
		padding-bottom: 20px;
		padding-left: 0;
	}

	.course-info-box h3, #product-features h3 {
		font-size: 12px;
		color: #0090bb;
		text-transform: uppercase;
		line-height: 14px;
		padding-bottom: 7px;
		padding-left: 25px;
	}

	/* sie zmienia tlo banera na stronie sciezki */
	
	/* strona koszyka krok 1 */
	/*.cart-nav-info ul li {
		float: none;
	}
	.cart-nav-info ul li i {
		display: none;
	}*/
	.cart-bottom-single {
		margin-top: 30px;
		clear: both;
		overflow: auto;
	}
	.cart-main-table td, .t-and-p-choice tr td, .t-and-p-choice tr td span {
		font-size: 14px !important;
		padding-left: 0 !important;
		line-height: 36px !important;
	}
	.cart-main-table td input {
		margin-right: 10px;
	}
	/* startowa */
	.top-baner {
		padding-bottom: 6%;
	}
	.sk-intro {
		display: none;
	}
	.sk-opinions-single {
		max-width: 220px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.sk-offer-left {
		margin-bottom: 40px;
	}
	.our-customers {
		display: none;
	}
	.sk-offer-inner {
		margin: 80px 0;
	}
}

/* telefon poziomy */
@media (max-width: 767px) {

	/* LOGO TOP */
	/*.header-middle {
		margin-left: 15%;
	}*/
	/* MENU TOP */
	/* zwiniete */
	.top-menu {
		width: 40px;
	}
	.top-menu a.dropdown-toggle {
		width: 40px;
	}
	/* nie usuwac bo dziala na tym skrypt */
	.top-menu .top-menu-desc, .top-menu .menu-chevron {
		display: none;
	}
	/* rozwiniete */
	.top-menu-inner {
		width: 300px;
		padding-right: 0;
		margin-right: 0;
		top: 0;
		bottom: 0;
		padding-top: 0;
		margin-top: 0;
	}

	.top-menu-inner:before {
		content: '';
		width: 0;
		height: 0;
	}

	.top-menu-inner li {
		float: none;
		padding: 5px 0 5px 10px;
		width: 100%;
	}
	.top-menu-inner li a {
		width: 100%;
		line-height: 38px;
	}
	.top-menu-inner li.left-pad {
		padding-left: 10px;
	}
	.top-menu-inner-links a {
		display: block;
		float: none;
	}

	.top-menu-inner-links a:first-child {
		padding-left: 22px;
	}

	.top-menu-inner-links a.last-inner-link {
		float: none;
	}
	/* input w koszyku */
	.cart-main-table td input {
		margin-left: auto;
		margin-right: auto;
	}
	/* startowa */
	.sk-offer-box {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 14px;
	}
	.flip-container, .front, .back {
		width: 80px;
		height: 80px;
	}
	.sk-opinions-boxes {
		flex-direction: column;
	}
	.sk-opinions-single {
		margin: 0 0 20px 0;
		align-self: center;
		-ms-align-self: center;
		max-width: 320px;
	}

	.top-baner button {
		right: 5px;
	}
}

@media (max-width: 479px) {

	/* LOGO TOP */
	.logo {
		left: 10px;
	}
	/* startowa */
	/* placeholder dla wyszukiwarki */
	.search-form-index input::-webkit-input-placeholder {
		color: #fff;
	}
	.search-form-index input:-moz-placeholder { /* Firefox 18- */
		color: #fff;
	}
	.search-form-index input::-moz-placeholder {  /* Firefox 19+ */
		color: #fff;
	}
	.search-form-index input:-ms-input-placeholder {  
 		color: #fff;
	}
	.sk-offer-left {
		display: none;
	}
}

/*  MQ dla kolumn HS*/
@media (min-width: 480px) and (max-width: 767px){
	.col-hs-6 {
		width: 50% !important;
		float: left !important;
	}
}


/* GWIAZDKI DO RECENZJI */

.stars_wrapper{position:relative;white-space:nowrap;display:inline-block;font-size: 14px;font-weight: 400;top:1px;}
.stars_wrapper:before{font-family:'Glyphicons Halflings';content:"\e007 \e007 \e007 \e007 \e007";color:#f1c40f;line-height:1;letter-spacing:2px;cursor:default}
.stars_wrapper span.stars{position:absolute;left:0;overflow:hidden;}
.stars_wrapper span.stars:before{font-family:'Glyphicons Halflings';content:"\e006 \e006 \e006 \e006 \e006";color:#aaa;line-height:1;letter-spacing:2px;cursor:default;}
.stars_wrapper span.stars:before{color:#f1c40f}
.stars_wrapper-lg {font-size: 18px;}
.stars_wrapper-md {font-size: 14px;top:2px;}

/* TOOLTIP - PLYTA DVD */
.tooltip {
	width: 200px;
}

.tr-pay-label .tooltip-inner{
	max-width: 450px;
	width: 450px;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #2c3e50;
}
.tooltip-inner {
	text-align: left;
	background: #2c3e50;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	padding: 10px;
}

/* KATEGORIE */






.label-categ-prod {
	font-size: 14px;
	font-weight: 600;
	color: #2b3d4f;
}


.category-view {
	margin-top: 17px;
	float: left;
	padding: 10px;
	margin-left: 27px;
	margin-right: 27px;
	vertical-align: bottom;
}

.category-view a{
	text-decoration: none;
	color: #c7c9ca;

	padding: 5px;
	font-size: 2.1em!important;
	position: relative;
}

.category-view a:hover{
	color: #41484d;
}

.category-view a.active{
	color: #41484d;
}






.filter-level-img{
	position: relative;
    padding-top: 2px;
    padding-bottom: 2px;
}

.filter-level-img:hover{
	background: #f4f4f4;
	border-radius: 2px;
	
	cursor: pointer;
}

label.active > .filter-level-img{
	background: #f4f4f4;
	border-radius: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

input[id*="producer_id_"] {
    display: none;
}

/******** KONTO PARTNERA **********/


#partner-container img {
     max-width:100%;
     height:auto;
}



.partner-tab-navigation{
    float: right;
    padding-left: 0;
    margin-bottom: 2px;
    list-style: none;
    position: relative;
    z-index: 5;
}

.partner-tab-navigation li {
    float:left;
    padding: 3px;
    border-radius: 3px 3px 0 0;
    background-color: #fbfbfb;
    border: 1px solid #eeeff1;
    margin-bottom: -3px;
    border-left: none;
}

#partner-tabs > ul > li:first-child {
    border-left: 1px solid #eeeff1;
}

.partner-tab-navigation li.selected {
    background-color: #fff;
    border-bottom-color: #fff;
}

.partner-tab-navigation li a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 5px;
    display:block;
    margin-left:10px;
    margin-right:10px;
}

.partner-tab-navigation li:hover {
    background-color: #fff;
}

.partner-tab-navigation li a:focus,
.partner-tab-navigation li a:hover{
    text-decoration:none;
}
.partner-tab-content {
    z-index: 3;
    padding: 10px;
}
.partner-tab-content h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 35px;
}

.partner-tab-content > div:not(.clearfix) {
    padding: 10px 40px 40px;
}

.partner-tab-content > #partner-info p{
    font-size: 16px;
    font-weight: 300;
}

.partner-tab-content textarea{
    resize: none;    
    border-color: #d8d8d8;
    background-color: #f6f6f6;
    border-radius: 5px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1.5px;
    font-family: 'Ubuntu';
    padding: 15px;
     table-layout: fixed;
}

.partner-tab-content input[type="text"]{
    border: 1px solid #d8d8d8;
    background-color: #f6f6f6;
    border-radius: 5px;
    font-size: 16px;
    line-height: 18px;
    padding: 10px;
}



#partner-info textarea{
    width: 80%;
}

.partner-tab-content > #partner-info button {
   width: 104px;
}
#partner-cash input[type="text"]{
    float: left;
    width: 150px;
    height: 44px;
    margin-right: 15px;
}

#partner-cash input[disabled]{
    cursor: not-allowed;
}

#partner-cash input[type="button"]{
    margin-top: 4px;
    display: inline-block;
}

/*kolekcje*/
.list-hex-grid {
  margin-top: 55px;
  margin-bottom: 55px;
  font-size: 0px;
  word-spacing: 1px;
  word-spacing: 0;

}

.grid-3 {
  width: 190px;
float: left;
  display: inline;
  margin-left: 22px;
  margin-right: 22px;
  position: relative;
}

.list-hex-grid div.hex {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 60px;
  margin-bottom: 60px;
  float: none;
  position: relative;
  z-index: 10;
}

.list-hex-grid div.hex>a, 
.list-hex-grid div.hex>div {
  height: 110px;
color:inherit;
}

.list-hex-grid div.hex>a, 
.list-hex-grid div.hex>div {
  font-size: 18px;
  word-spacing: 1px;
  -moz-transition: none 1s;
  -o-transition: none 1s;
  -webkit-transition: none 1s;
  transition: none 1s;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: auto 220px;
  -o-background-size: auto 220px;
  -webkit-background-size: auto 220px;
  background-size: auto 220px;
  text-align: center;
  display: block;
  border: none;
  -webkit-backface-visibility: hidden;
}

.list-hex-grid div.hex.quaternary>a, .list-hex-grid div.hex.quaternary>div {
  background-color: #fff;
}

.list-hex-grid div.hex.quaternary>a:hover {
text-decoration:none;
}

.list-hex-grid img {
  display: inline-block;
  vertical-align: top;
margin-left: auto;
margin-right: auto;
margin-bottom:12px;
height:80px;
}

.list-hex-grid h3 {
font-size: 18px;
line-height:1;
margin:0;
font-weight:700;
}

.list-hex-grid span:not(.overlay-hex) {
display: inline-block;
font-size:16px;
font-weight:300;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  z-index: 14;
}

.list-hex-grid div.hex .hex-1, 
.list-hex-grid div.hex .hex-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -2;
  top: 0;
  left: 0;
  overflow: hidden;
  background: inherit;
  -webkit-backface-visibility: hidden;
}

.list-hex-grid div.hex .hex-1 {
  z-index: -1;
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.list-hex-grid div.hex .hex-1:before, .list-hex-grid div.hex .hex-2:before {
  content: '';
  position: absolute;
  background: inherit;
  left: 0;
  background: inherit;
}

.list-hex-grid div.hex .hex-1:before {
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.list-hex-grid div.hex .hex-2 {
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.overlay-hex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  background: #020101;
  opacity: 0;
  -o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}

.list-hex-grid div.hex.quaternary>a:hover .overlay-hex{
	opacity: .4;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}

.visible-hex-grid-xs,
.visible-hex-grid-hs {
	display: none;
}

@media only screen and (min-width : 480px) {
	.grid-3 {
		margin-left: 10px;
		margin-right: 10px;
	}

	.list-hex-grid div.hex {
		margin-top: 37px;
		margin-bottom: 37px;
	}
}

@media only screen and (min-width : 480px) and (max-width: 645px) {
	.visible-hex-grid-xs {
		display: block!important;
	}
}

@media only screen and (min-width : 646px) and (max-width: 767px) {
	.visible-hex-grid-hs {
		display: block!important;
	}
}


@media only screen and (min-width : 1200px) {
	.hex.grid-3.visible-lg {
		display: inline-block!important;
	}
}

/****************************************/
/*********** PRODUCT LIST **************/
/**************************************/

.product-list-boxes article {
	margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {

	.product-list-boxes {
		width: 586px;
		margin-left: 80px;
	}
}

@media (min-width: 992px) {
	.product-list-boxes {
		width: 879px;
		margin-left: 45px;
	}

	.product-list-boxes article {
		margin-bottom: 70px;
	}
}

@media (min-width: 1200px) {
	.product-list-boxes {
		width: 1172px;
		margin-left: 5px;

	}
}



#my-course-view-box,
#product-simple-search-results,
#home-page-newest,
#product-view-box {
	text-align: center;
}
.product-as-gift,
.product{
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #eeeff1;
	box-shadow: 0px 1px #e6e6e6;
	
}

#my-course-view-box .product,
#product-simple-search-results .product,
#related-products-container .product,
#home-page-newest .product,
#product-view-box .product-as-gift,
#product-view-box .product {
	width: 265px;
	display: inline-block;

}

/*#related-products-container .product{
    width: 263px;
    border-bottom: none;
}*/

#product-view-list .product {
    height: 171px;
    margin-bottom: 25px;
}

/*#product-view-list .product:hover {
    box-shadow: 0px 3px #e6e6e6;
    top: -3px;
}*/
.overlay {
	height: 170px;
	width: 265px;
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	background: #000;
	cursor: pointer;	
	position: absolute;
	left: -1px;
	opacity: 0;
}

#product-view-list .overlay {
	
	border-radius: 4px 0 0 4px;
}

#my-course-view-box .overlay,
#product-simple-search-results .overlay,
#related-products-container .overlay,
#home-page-newest .overlay,
#product-view-box .overlay {
	/*height: 167px;
	width: 263px;*/
	border-radius: 4px 4px 0 0;
}

.product:hover {
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.product:hover .overlay{
    /*box-shadow: 0px 3px #e6e6e6;
    top: -3px;*/
   opacity: .4;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}

.product:hover .product-circle-icon, 
.product:hover .product-play-icon {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.product-image{
    position: relative;
    display: block;
}

#product-view-list .product-image{
    float: left;
}

.product-image img {
	max-width: 100%;
}

#my-course-view-box .product-image img,
#product-simple-search-results .product-image img,
#related-products-container .product-image img,
#home-page-newest .product-image img,
#product-view-box .product-image img {
    border-radius: 4px 4px 0 0;
}

#product-view-list .product-image img {	
    border-radius: 4px 0 0 4px;
}

.product-ribbon-container {
    position: absolute;
    z-index: 11;

}

.product-ribbon-container .banner {
	  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.product-ribbon-container .ribbon {
    right: inherit !important;
    text-align: center;
}

#product-simple-search-results .product-ribbon-container .ribbon,
#related-products-container .product-ribbon-container .ribbon,
#product-view-box .product-ribbon-container .ribbon,
#home-page-newest .product-ribbon-container .ribbon {
    left: -158px;
    z-index: 1;
}



#product-view-list .product-ribbon-container .ribbon {
    left: -26px;
}

.product-level {
    display: block;
   -ms-transform: rotate(180deg); /* IE 9 */
   -ms-transform-origin: 50%; /* IE 9 */
   -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
   -webkit-transform-origin: 50%; /* Chrome, Safari, Opera */
   transform: rotate(180deg);
   transform-origin: 50%;
    margin-right: 5px;
    margin-top: -5px;
} 

.product-level > span {
    display: block;
    width: 8px;
    background: #fff;
    border-radius: 3px;
    float: left;
    border: 1px solid #fff;
}

.level-1st-rect {
    display: block;
    height: 35px;
}

.level-2nd-rect {
    display: block;
    height: 25px;
    margin-left: 3px;
    margin-right: 3px;
}

.level-3rd-rect {
    display: block;
    height: 15px;
}

.product-play-icon{
    display: block;
    color: #fff;
    font-size: 2.25em;
    position: absolute;
    width: 100%;
    height: 169px;
      top: 67px;
    left: 3px;
    text-align: center;
    opacity: 0;
    vertical-align: middle;
}

.product-circle-icon{
    display: block;
    color: #fff;    
    font-size: 5.5em;
    position: absolute;
    width: 100%;
    height: 169px;
    top: 43px;
    left: 0px;
    text-align: center;
     opacity: 0;
     vertical-align: middle;
}

.product-prices{	
    display: block;
    float: left;
}

#product-view-list .product-prices{	
	margin-left: 25px;
}

.base-price {
    display: block;
    float:left;
    height:32px;
    line-height:32px;
    position:relative;
    font-size:18px;
    margin-left:10px;
    padding:0 10px 0 12px;
    background:#1f93c8;
    color:#fff;
    text-decoration:none;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px; 
    border-bottom-right-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;    
    border-top-right-radius:4px;
}

.base-price:before {
    content:"";
    position:absolute;
    top:0;
    left:-16px;
    width:0;
    height:0;
    border-color:transparent #1f93c8 transparent transparent;
    border-style:solid;
    border-width:16px 16px 16px 0;  
}

.base-price:after {
   content:"";
    position:absolute;
    top:14px;
    left:0;
    width:4px;
    height:4px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background:#fff;
    -moz-box-shadow:-1px -1px 2px #004977;
    -webkit-box-shadow:-1px -1px 2px #004977;
    box-shadow:-1px -1px 2px #004977;
}

#product-view-list .base-price{
	margin-left: 10px;
}

.promo-price {
    color: #919191;
    font-size: 18px;
    margin-left: 10px;
    line-height: 32px;
}

.product-as-gift a,
.product a {
    color: inherit;
    text-decoration: none;
}

.product-inner {
    display: block;
    text-align: left;
}

#my-course-view-box .product-inner,
#product-simple-search-results .product-inner,
#related-products-container .product-inner,
#home-page-newest .product-inner,
#product-view-box .product-inner {
    padding-left: 18px;
    padding-right: 10px;
    margin-top: 15px;
    width: 100%;
}


#product-view-list .product-inner {
    height: 172px;
    padding: 10px 25px 10px 35px;
    margin-left: 270px;

}

.product-inner h3{
    color: #020101;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 15px;
}

#my-course-view-box .product-inner h3,
#product-simple-search-results .product-inner h3,
#related-products-container .product-inner h3,
#home-page-newest .product-inner h3,
#product-view-box .product-inner h3{
	font-size: 18px;
	line-height: 22px;
	margin-top: 25px;
}

#product-view-list .product-inner h3{
	font-size: 16px;
	line-height: 20px;
    margin-top: 10px;
}

@media (min-width: 992px)  {
#product-view-list .product-inner h3 {
	font-size: 18px;
	line-height: 24px;
	}
}

@media (min-width: 1200px) {
#product-view-list .product-inner h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
}
}

/*@media (min-width: 1200px) {
#product-view-list .product-inner h3 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 48px;
	}
}*/

.product-inner ul {
    list-style: none;
    margin-bottom: 24px;
    padding-left: 17px;
}

.product-inner ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    margin-bottom: 6px;
    min-height: 20px;
}

.product-inner ul li i {
    color: #3ea9f5;
    font-size: 6px;
    line-height: 20px;
    left: -15px;
    position: absolute;
}

.product-description {
    display: block;
    color: #363945;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
}

.product-description-list p{
	color: #363945;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}


@media (min-width: 768px)  {
.product-description-list p{
	
    font-size: 15px;
     line-height: 20px;
	}
}

@media (min-width: 992px) {
.product-description-list p{
	font-size: 15px;
    line-height: 22px;   
}
}


.product-bottom-row {
    display: block;
    margin-bottom: 15px;
    height: 32px;
}

#product-view-list .product-bottom-row {
    position: absolute;
    bottom: 25px;
    right: 45px;
}

.product-review-stars {
    display: block;
   
}

#product-view-list .review-score{
	font-size: 13px;
	color: #919191;
	margin-right: 5px;
}
#product-simple-search-results .product-review-stars,
#related-products-container .product-review-stars,
#home-page-newest .product-review-stars,
#product-view-box .product-review-stars {
    float: right;
    margin-top:0;
    line-height: .9em;
}

#product-simple-search-results .review-score,
#related-products-container .review-score,
#home-page-newest .review-score,
#product-view-box .review-score {
	position:relative;
	display: block;
	text-align: right;
	font-size: 13px;
	margin-right: 5px;
	color: #919191;
}

#product-simple-search-results .stars_wrapper,
#related-products-container .stars_wrapper,
#home-page-newest .stars_wrapper,
#product-view-box .stars_wrapper {
	display: block;
}

#product-view-list .product-review-stars {
    float: left;
}

#product-view-list .stars_wrapper {
    font-size: 16px;
    top: 2px;
}

/******** related *****************/
/*#related-products-container .product{
    border: 1px solid #eeeff1;
    box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  width:263px;
}
.bt-product-link {
	display: block;
    border: 1px solid #2ecc71;
    border-bottom: none;
    box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
    width: 100%;
	background: #2ecc71;
	color: #ffffff;	
	height: 47px;
	border-radius: 0 0 3px 3px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 47px;
}

#related-products-container .product:hover{
    border: none;
    top: -3px;
    box-shadow: 0px 3px #26a659;
}*/


/* customer reviews */
.review-customer-box {
    padding: 35px;
    text-align: right;
}

.review-customer-box fieldset legend {
    border-style: none;
    margin-bottom: 0px;
    font-size: 21px;
}

.review-customer-box fieldset h4 {
    border-style: none;
    margin-top: 5px;
    font-size: 14px;
}

.review-customer-box fieldset textarea {
    width: 100%;
    height: 112px;
    border-color: #e9ecef;
    background-color: #fffdf2;
    border-radius: 5px;
    font-size: 16px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 15px;
    resize: none;
    margin-top: 10px;
}

.review-customer-box fieldset textarea:focus {
	background-color: #fff;
}

.review-customer-box fieldset select {
    float: left;
}

.review-customer-box .buttons {
	margin-top: 20px;
}

.rating {
    line-height: 20px;
}

.rating p {
    font-size: 14px;
    color: #707070;
    float: left;
    margin-right: 10px;
}


/* gwiazdki zamiast radiobutton */


.rating {
    float:left;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {

    display: none;
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:100%;
    line-height:1.2;
    color:#f1c40f;
    font-weight: 300;
}

.rating:not(:checked) > label:before {
    /*font-family:'Glyphicons Halflings';content:"\e007 ";*/
}

.rating:checked > label:before {
    /*font-family:'Glyphicons Halflings';content:"\e006 ";*/
}

.rating > input:checked ~ label {
    color: #f1c40f;
}

.rating > input ~ label:before {
	font-family:'Glyphicons Halflings';content:"\e007 ";
}

.rating > input:checked ~ label:before {
	font-family:'Glyphicons Halflings';content:"\e006 ";
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #f1c40f;
}

.rating:not(:checked) > label:hover:before,
.rating:not(:checked) > label:hover ~ label:before {
	font-family:'Glyphicons Halflings';content:"\e006 ";
}

.rating:not(:checked) > label:hover:before,
.rating:not(:checked) > label:hover:before ~ label {
	/*font-family:'Glyphicons Halflings';content:"\e006 ";*/
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #f1c40f

}

/* change variant */
.choose-variant-features {
    border-color: #f2f2f2;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-left-width: 0;
    border-right-width: 0;
    padding: 20px;    
    color: #B8B8B8;
}

.choose-variant-title {
    text-align: center;
   
    font-size: 12px;
    padding: 10px 20px;
    vertical-align: middle;
}

.choose-variant-title span {
	 text-transform: uppercase;
	 font-weight: 600;
}

.choose-variant-features td {
    font-size: 14px;
    line-height: 22px;
}

.choose-variant-features td:nth-child(2) {
	padding-left: 10px;
}

.choose-variant-form {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 55px;
    vertical-align: middle;
    color: #3A3F48!important;
}

.choose-variant-form > .radio-variant {
	display: none;
}

.choose-variant-form label:hover {
	cursor: pointer;
}

.choose-variant-download > .choose-variant-title i {
    font-size: 8em;
}

.choose-variant-box > .choose-variant-title i {
	font-size: 6.5em;
	vertical-align: middle;
}

.choose-variant-box > .choose-variant-title span {
	margin-top: 10px;
}

.choose-variant-box > .choose-variant-title i:nth-child(2) {
    font-size: 3em;
    color: #b8b8b8;
    margin-left: 15px;
    margin-right: 15px;
}

.choose-variant-title.blue span {
    display: block;
}

.choose-variant-form .label-field {
	line-height: 55px;
}


.radio-ch-var-nonactive{
display: block;
float: left;
vertical-align: middle;
margin: 0;
margin-left: 10px;
margin-right: 10px;
padding: 0;
width: 23px;
height: 24px;
background: url(../images/layout/cart-check-box-blue.png) no-repeat -120px;
border: none;
cursor: pointer;
position: relative;
top: 16px;

}

.radio-ch-var-nonactive:hover {
	background: url(../images/layout/cart-check-box-blue.png) no-repeat -144px;
}

.label-field:hover .radio-ch-var-nonactive {
	background: url(../images/layout/cart-check-box-blue.png) no-repeat -144px;
}

.radio-ch-var-active {
display: block;
float: left;
vertical-align: middle;
margin: 0;
margin-left: 10px;
margin-right: 10px;
padding: 0;
width: 23px;
height: 24px;
background: url(../images/layout/cart-check-box-blue.png) no-repeat -168px;
border: none;
cursor: pointer;
position: relative;
top: 16px;

}


/* sidebar */
.pushmenu { /*this is the nav*/
  background: #333b3e;  
  width: 240px;
  height: 100%;
  overflow:auto;
  pointer-events: auto;
  top: 0;
  z-index: 1000;
  position:fixed;
}

.pushmenu-sidebar {
    text-align: left;
    background: #333b3e;
    font-size: 14px;
}

.pushmenu-sidebar a {
	display: block;
    border-style: none;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 35px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
}

.pushmenu a:hover {
  background:#42494e;
  color: #fff;
}

.pushmenu a:active {
  background: #42494e;
  color: #fff;
}

.pushmenu-left {
  left: -240px;

}

.pushmenu-left.pushmenu-open {
  left: 0;
}

.pushmenu-push-toright {
	overflow-x: hidden;
  position: relative;
  left: 0;
  left: 240px;
  overflow: hidden;
  pointer-events: auto;
}

.pushmenu-sidebar h3 {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#nav_list_close i{
	margin-top: -9px;
	margin-right: 5px; 
}

.pushmenu-sidebar li span {
    font-size: 14px;
}

.pushmenu-sidebar li:not(:first-child) i {
    font-size: 0.8em;
    vertical-align: middle;
    margin-right: 10px;
}

.pushmenu-sidebar li {
    border-top: 1px solid rgba(199, 201, 202, .1);
}




/*Transition*/
.pushmenu, .pushmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;  
}

#nav_list_open {
	font-size: 24px;
	position: absolute;
	color: #fff;
	padding: 7px 0;
	margin-top: 8px;
	border-radius: 2px;
}

.buttonset {
	background: #00A287;
	height: 16px;
	padding: 10px 20px 20px;
}

section.content {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 20px;
}

.overlay-sidebar {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 240px;
	right: 0;
	z-index: 16777271;
	visibility: hidden;
	opacity: 0;
	background-color: rgb(0, 0, 0);
}

.overlay-sidebar.open-menu {
	visibility: visible;
	opacity: 1;
}




/* from 2nd custom styles */

/*  glowne menu kategorii*/
.top-menu-inner {
	position: absolute;
	left: 15px;
	display: none;
    text-align: left;
	margin-top: 12px;
	width: 615px;
	border-radius: 3px;
	border: 1px solid #c3c3c3;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	padding: 15px 0 0 10px;
	background: #fff;
	font-weight: 600;
}

.top-menu-inner:before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	position: absolute;
	-ms-transform: rotate(-45deg); /* IE 9 */
    -ms-transform-origin: 60% 50%; /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    -webkit-transform-origin: 60% 50%; /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    transform-origin: 60% 50%;
	background: #fff;
	top: -6px;
	left: 20px;
}


.top-menu-inner .menu-group {
	float: left;
	width: 33%;
	padding: 0;
	margin: 0;

}

.top-menu-inner li > a {
	display: block;
	font-size: 15px;
	color: #4b5555;
	line-height: 36px;
	text-decoration: none;
	padding: 0 0 0 8px;
	font-weight: 600;
}

.top-menu-inner li a span {
	margin-left: 12px;
}

.top-menu-inner li.left-pad {
	padding-left: 15px;
}

.top-menu-inner li > a:hover {
	background: #42494e;
	color: #fff;
    border-radius: 4px;
}

.top-menu-bottom-hack {
	height: 10px;
	width: 100%;
	content: "";
	overflow: auto;
}

.top-menu-inner-links {
	overflow: auto;
	clear: both;
	background: #f4f4f4;
	margin-top: 10px;
	margin-left: -10px;
    padding-left: 10px;
}

.top-menu-inner-links li>a {
	float: left;
	font-size: 15px;
	line-height: 36px;
	color: #03a9db;
    font-weight: 400;
}

.top-menu-inner-links li>a:hover {
	text-decoration: underline;
    color: #03a9db;
    background: none;
    border-radius: 0;
}


/* style dla mobilnego przycisku w naglowku */
.mobile-menu-button span {
	display: none;
}

.mobile-menu-button {
	font-size: 24px;
	margin-left: 10px;
	position: absolute;
	color: #fff;
	padding: 7px 12px;
	margin-top: 8px;
	border-radius: 2px;
}

a.mobile-menu-button:hover {
	background: rgba(255,255,255,0.1);
	text-decoration: none;
	color: #fff;
}
/* MENU KATEGORII */
.menu-category-inner {
	padding-top: 10px;
}
.menu-category-inner a{
	display: block;
	text-decoration:  none;
	background: #FFF;
	height: 50px;
	margin-bottom: 18px;
	border-radius: 4px;
	border: 1px solid #42494e;
	line-height: 50px;
	color: #000;
	padding-left: 30px;
}
.menu-category-inner a i {
	margin-right: 8px;
}
a.mc-item-blue {
	color: #008bc4; 
}
a.mc-item-red {
	color: #fd553c;
}


/* style dla mobilnego przycisku konto uzytkownika */
.b-user-acount-mobile, 
.b-my-courses-mobile,
.b-partner-mobile {
	font-size: 25px;
} 

.top-search-wrapper {
	padding-top: 3px;
	padding-right: 8px;
}

.header-cart-block-active {
	height: 38px;
	width: 37px;
}

/* override bootstrap*/
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}


/******** LISTA RECENZJI ********/
/********************************/
.recently-reviewed .single-review-container {
    margin-bottom: 38px;
}

.review-left {
    width: 10%;
    display: inline-block;
    text-align: right;
    padding-right: 15px;
    vertical-align: top;
    margin-top: 10px;
}

.review-right {
    width: 89%;
    display: inline-block;
}

.review-right > div {
    font-size: 14px;
    margin-top: 9px;
}

.recently-reviewed .col-md-3 {
    text-align: center;
    padding-left: 35px;
}

.recently-reviewed .col-md-3 p {
    color: #575757;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 30px 0;
}

.recently-reviewed .single-review-container img {
	width: 45px;
}

.recently-reviewed .opineo-top img {
	width: 130px;
}

.opineo-bottom {
    position: relative;
    padding-bottom: 55%;
    padding-top: 440px;
    height: 0;
    overflow: hidden;
}

.opineo-bottom > div {
}

.opineo-bottom iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}

/* strefa pobierania */
.download-course {
	background: url('../images/layout/baner_course_down.jpg');
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 15%;
	color: #fff;
	margin-bottom: 0 !important;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
}

.download-course-form {
	vertical-align: middle;
}

.download-course-form input {
  display: inline-block;
  height: 50px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d7d9da;
  background-color: #fff;
  font-size: 20px;
  color: #737c85;
  padding: 10px 15px;
}

.download-course-form .btn-down-course {
  height: 48px;
  font-size: 20px;
  margin-top: 10px;
  padding: 6px 15px;
}

.btn-down-course i {
	margin-right: 10px;
}

.course-download-info {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 18px;
  margin: 65px auto;
  color: #000;
  border-radius: 3px;
}

.course-download-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.no-access h2 {
	color: #000;
	font-size: 48px;
}

.no-access .course-download-info {
	text-align: left;
	padding: 25px;
}

.no-access-info .single-question {
	margin-bottom: 25px;
}

.no-access-info h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 2px;
}

.no-access-info p {
	line-height: 1.4;
}

.no-access-info p > strong {
	color: #03a9db;
	font-weight: 400;
}

@media only screen and (min-width : 768px) {
	.download-course-form .btn-down-course {
		margin-top: 0;
	}
}

@media only screen and (min-width : 992px) {
	.download-course {
		padding-top: 9%;
	}

	.course-download-info {
	  background: rgba(255, 255, 255, 0.55);
	}
}

/* MULTI LICENCJE - SZKOLY */
.multi-licence-schools .multi-banner {
    padding-bottom: 20% !important;
}

.order-training {
    background: #fff;
}

/* MULTI LICENCJE - SZKOLY FORMULARZ */
#schools-form .container {
    margin-top: 100px;
    margin-bottom: 80px;
}

/****************************/
/****** PAGINACJA ***********/
/***************************/
.navigation {
    float: right;
}

.navigation a {
    display: inline-block;
    background: #cfd5d7;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 2px;
    text-decoration: none;
    margin: 0 3px;
}

.navigation a.current {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    color: #000;
}

a.last, a.next, a.first, a.previous {
    color: #cfd5d7;
    background: none;
    font-weight: normal;
    font-size: 18px;
    margin: 0 -3px;
}
a.last:before, a.next:before, a.first:before, a.previous:before {
    font-family: "FontAwesome"; 
}
a.last:before {
    content: "\f101";
}
a.next:before {
    content: "\f105";
}
a.first:before {
    content: "\f100";
}
a.previous:before {
    content: "\f104";
}

.clear-cart {
    background: none;
    color: #03a3dd;
    text-decoration: underline;
    font-size: 14px;
}

.clear-cart .fa {
    margin-right: 3px;
}

/* pusty koszyk przycisk */
.cart-empty {
    max-width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.cart-empty a {
    margin-top: 10px;
}

/***** SPECJALNY NAGLOWEK DLA STRON MULTI LICENCJI *****/
.pages-header {
    padding: 10px 0;
}
.pages-header a {
    margin-right: 10px;
}

/**************************/
/*** Wyniki konkursu *****/
/**************************/
.iphone-contest-banner-image {
    /*min-width: 400px;
    min-height: 234px;
    background: url('/images/iphone_winner_mobile.jpg') center center no-repeat;*/
}

/*@media screen and (min-width: 992px) {
    .iphone-contest-banner-image {
        min-width: 900px;
        min-height: 234px;
        background: url('/images/iphone_winner_desk.jpg') center center no-repeat;      
    }
}*/


.iphone-contest-banner {
    background: #03A3DD;
    padding: 50px 0;
}

.iphone-contest-content {
    background: #FFF;
    padding: 50px 30px;
    margin: 50px 0;
}

.iphone-contest-winner {
    display: block;
    font-weight: 700;
    font-style: italic;
}

.iphone-contest-gratulations {
    float: right;
}

.iphone-clear {
    clear: both;
}

.iphone-contest-runners-up-intro {
    margin: 30px 0 20px;
}

.iphone-contest-runners-up-header {
    font-weight: 700;
    margin-top: 20px;
}

.iphone-contest-review-header {
    display: block;
    margin: 30px 0 10px;
    font-weight: 600;
}

.iphone-review-paragraph-letter {
    font-size: 36px;
    font-weight: 700;
}

.ipad-contest-banner {
    background: url(../images/layout/konkurs_ipad/background.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color: #fff;
    position: relative;
    margin-top: 50px;
    margin-bottom: 0;
    padding-top: 5%;
    padding-bottom: 0;
}

.ipad-contest-banner .land-page-copy {
    font-size: 22px;
    line-height: 1.2;
    margin-top: 80px;
}

.contest-faq-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.contest-ico {
    margin: 20px auto;
}

.contest-ico-text {
    padding: 20px 40px;
    line-height: 1.4;
    margin-bottom: 0;
}

.contest-ico-btn {
    border: 1px #acacac solid;
    border-radius: 13px;
    background: #fff;
    color: #444444;
    padding: 1px 16px;
}

@media only screen and (min-width : 680px) {
    .ipad-contest-banner .land-page-copy {
        font-size: 40px;
        line-height: 1.2;
        margin-top: 120px;
    }
}


/* SPECJALNY STYLE DLA NISKICH STRON */
.short-page {
    margin-top: 15%;
    margin-bottom: 15%;
}

/* test autocomplete  WAZNE!!!*/
.top-search-form .ui-autocomplete .ui-menu-item strong {
    float: none;
}




@media (max-width: 767px) {
    .user-menu-inner {
        left: -120px;
    }
    .user-menu-inner:before {
        left: 150px;
    }
    .navigation {
    float: none;
    max-width: 90%;
    margin: 0 auto 30px auto;
    }
}


.buy-gift-card {
    text-align: center;
    margin: 55px auto 40px 35px;
}

.buy-gift-card .btn {
    background-color: #ea2237;
    position: relative;
    box-shadow: 0 2px 0 #cc1518;
}

.buy-gift-card .btn:hover,
.buy-gift-card .btn:active,
.buy-gift-card .btn:focus {
    background-color: #D82639;
}

.buy-gift-card .btn:before {
    content: url('../images/layout/promotion/btn-santa.png');
    position:absolute;
    left: -22%;
    top: -55%;
}

.har-logs pre {
    display: inline;
}

.har-logs ol li {
    margin-bottom: 20px;
}

/* FLOWPLAYER */
.flowplayer .fp-header .fp-icon.fp-share {
    display: none;
}
.flowplayer .fp-message {
    display: none;
}

.is-mouseout.flowplayer .fp-prev, .is-mouseout.flowplayer .fp-next {
	 filter: alpha(opacity=0);
	 opacity: 0;
	 /* same transition as other ui elements like fullscreen */
	 -webkit-transition: opacity .15s .3s;
	 -moz-transition: opacity .15s .3s;
	 transition: opacity .15s .3s;
 }

.vjs-styles{
	width: 85.5em;
	height: 55.5em;
	margin-left: .3em;
	margin-right: .3em;
}

.flowplayer.fp-default-playlist .fp-playlist a{
    height: 1.5em;
    width: 1.5em;
    color: #444!important;
    line-height: 1.7em;
    font-weight: 900;
    margin-left: .3em;
    margin-right: .3em;
}

/* VIDEOJS PLAYER */
.vjs-styles{
	width: 85.5em;
	height: 55.5em;
	margin-left: .3em;
	margin-right: .3em;
}

.vjs-playlist{
	position: absolute;
	right: 40px;
	bottom: 3em;
	width: 100%;
	text-align: right;
}

.vjs-playlist a {
	background-color: rgba(0,0,0,0.35);
	height: 40px;
	border-radius: 50%;
	width: 40px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.2s;
	margin-right: 7px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
	color: #fff;
	font-weight: 700;
}

.vjs-description{
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.9px;
	color: #ffffff;
	position: absolute;
	right: 45px;
	bottom: 42px;
}

/* PLATFORMA */
.body-footer-simple {
	margin-bottom: 70px;
}

#app-container .btn:focus,
#app-container .btn:active {
	outline: none;
	box-shadow: none;
}

#my-course-tabs-to-header {
	position: absolute;
	background: #fff;
	width: 100%;
	z-index: 19;
	top: 58px;
	left: 0;
	box-shadow: 0 1.3px rgba(0,0,0,0.1);
}

#my-course-tabs-header-inner {
	text-align: center;
}

#my-course-links {
	float: left;
	font-size: 14px;
	line-height: 46px;
	height: 46px;
	vertical-align: middle;
}

#my-course-links ul {
	padding-left: 0;
}

#my-course-links li {
	float: left;
	border-right: 1px solid #f1f1f1;
	padding-right: 20px;
	padding-left: 20px;
	position:relative;
}

#amy-course-links li:first-child {
	padding-left: 10px;
}

#my-course-links a {
	color: #42494e;
	text-decoration: none;
	display:block;
}

#my-course-links li:hover a,
#my-course-links li.active a{
	color:#03a3dd;
}

#my-course-links li:hover:after,
#my-course-links li.active:after{
    border: 2px solid #03a3dd;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

#my-course-links i {
	font-size: 1.4em;
	vertical-align:middle;
	margin-right: 10px;
}

#app-container .product-bottom-row {
	margin-top: 53px;
	margin-bottom: 0;
	position:relative;
}

#app-container .tooltip {
	opacity: 1;
	width: initial;
	z-index: 18;
}

#app-container .tooltip.top {
	margin-top: -42px;
}

#app-container .tooltip-inner {
	text-align: left;
	background: #1abc9c;
	font-size: 12px;
	font-weight: 600;
	padding: 4px;
	border-radius: 3px;
	max-width: 183px;
	line-height: 1.286;
	color: #ffffff;
	text-decoration: none;
}

#app-container .tooltip.top .tooltip-arrow {
	border-top-color: #1abc9c;
	margin-left: -7px;
	border-width: 7px 7px 0;
	bottom: 4px;
}

#app-container .tooltip {
	position: absolute;
	display: block;
	visibility: visible;
	font-size: 14px;
	line-height: 1.286;
}

#app-container .tooltip.top {
	padding: 9px 0;
}


#app-container .tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

#app-container .progress {
	margin-bottom: 0;
	overflow: visible;
	background-color: #f5f5f5;
	border-radius: 32px;
	height: 12px;
	box-shadow: none;
}

#app-container .product-bottom-row .progress {
	background: #ebedef;
	overflow: hidden;
}


#app-container .progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}


#app-container .progress-bar {
	background: #1abc9c;
	line-height: 12px;
	box-shadow: none;
}

/* puste listy */
.empty-source {
	margin: 20px 0 50px;
	padding: 20px 40px;
}

.empty-source .horizontal-table {
	margin: 10px auto;
}

/* ukończony kurs */
.my-course-ribbon-container {
	position: absolute;
	z-index: 11;
}

.my-course-ribbon-container .ribbon {
	right: -131px;
	top: 1px;
	z-index: 1;
}
.my-course-ribbon-container .ribbon-yellow .banner::after, 
.my-course-ribbon-container .ribbon-yellow .banner::before {
	background-color: #deb409;
}

.my-course-ribbon-container .ribbon-yellow .text::before,
.my-course-ribbon-container .ribbon-yellow .text::after {
	background-color: #f1c40f;
}

.trophy-overlay {
	height: 170px;
	width: 265px;
	background: #fff;
	cursor: pointer;	
	position: absolute;
	left: -1px;
	opacity: .7;
}

.course-trophy-icon {
	display: block;
	color: #f1c40f;
	font-size: 7.5em;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 3px;
	text-align: center;
	line-height: 167px;
}

/* aktualizacja kursu */
.update-course-info {
	position: absolute;
	left: 2px;
	top: -25px;
	display:block;
	z-index: 10;
	background-color: #fd553c;
	color: #fff;
	padding: 3px 10px;
	border-radius: 100%;
}

.update-course-info:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	-ms-transform: rotate(-45deg); /* IE 9 */
	-ms-transform-origin: 60% 50%; /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	-webkit-transform-origin: 60% 50%; /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	transform-origin: 60% 50%;
	background: #fd553c;
	top: 29px;
	left: 13px;
	z-index: 11;
}

/* notatki, ulubione */
.notes-list,
.certificate-list,
.favorite-list {
	padding: 0 15px;
	color: #020101;
}

.notes-list-head,
.certificate-list-head,
.favorite-list-head {
	font-size: 10px;
	color: #555;
	text-transform: uppercase;
	height: 50px;
	padding: 0;
	border-bottom: 1px solid #f2f2f2;
}

.notes-list-item,
.certificate-list-item,
.favorite-list-item {
	border-bottom: 1px solid #f2f2f2;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px
}

.notes-list-head > div,
.certificate-list-head > div,
.favorite-list-head > div {
	vertical-align: middle;
	line-height: 50px;
}

.notes-list-item > div,
.certificate-list-item > div,
.favorite-list-item > div {
	vertical-align: middle;
}

.table-course-title {
	display: block;
}

@media only screen and (min-width : 480px) {
	.table-course-title {
		display: inline;
	}
}

.table-remove {
	text-align: center;
}

.table-remove a {
	color: #d6d6d6;
}

.table-remove i {
	color: #d6d6d6;
	font-size: 1.6em;
}

.table-remove a:hover,
.table-remove a:hover i {
	color: #03a9db;
	cursor: pointer;
}

.lesson-name i,
.table-lesson-title i {
	margin-right: 5px;
}

.certificate-list-item > .table-lesson-title,
.favorite-list-item > .table-lesson-title {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
}


.table-date,
.table-remove {
	display: inline;
}

.visible-xs > .table-date,
.visible-xs > .table-course-title {
	margin-right: 10px;
}


@media only screen and (min-width : 768px) {
	.certificate-list-item > .table-lesson-title,
	.favorite-list-item > .table-lesson-title {
		font-size: 14px;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.notes-content {
	margin-bottom: 20px;
}

.lesson-name,
.course-name {
	display: block;
}

@media only screen and (min-width : 480px) {
	.lesson-name,
	.course-name {
		display: inline-block;
		
	}
}

@media only screen and (min-width : 768px) {
	.lesson-name {
		width: 50%;
	}

	.course-name {
		width: 48%;
	}

	.notes-content {
		margin-bottom: 25px;
	}
}

/* lista certyfikatow */
.public-certificate-btn {
	margin-top: 40px;
}

.public-certificate-btn .btn{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	padding: 3px 35px;
	line-height: 22px;
}

.certificate-list-item > div:not(:first-child),
.certificate-list-head > div:not(:first-child) {
	text-align:right;
}


.certificate-list .btn {
	padding: 2px 10px;
	font-family: 'Open Sans', sans-serif;
}

.certificate-list .btn i {
	font-size: 1.3em;
	vertical-align:middle;
	margin-right: 6px;
}

.certificate-list-head .table-date {
	white-space: nowrap;
}
/* notatki modal */
.my-notes {
	text-align: left;
}

.my-notes .modal-content {
	padding: 40px 20px 20px;
}

.my-notes .modal-header {
	border: none;
	padding-bottom: 0;

}

.my-notes .modal-header i {
	font-size: 1.4em;
}

.my-notes .help-block {
	font-size: 28px;
	font-family: 'Ubuntu';
	font-weight: 300;
	color: #444;
}

.my-notes .modal-header .close {
	margin-top: -40px;
	margin-right: -20px;
}

.my-notes modal-body {
	padding-top: 0px;
}

.my-notes .modal-body textarea {
	resize: none;
	table-layout: fixed;
	height: 170px;
	display: block;
	border-radius: 4px;
	border: 1px solid #d7d9da;
	background-color: #fff;
	font-size: 14px;
	font-family: 'Open Sans';
	line-height: 1.2;
	color: #737c85;
	padding:20px;
}

.my-notes .modal-footer {
	border:none;
}

.my-notes .modal-footer .btn {
	font-size: 14px;
	position: static;
}

.my-notes .modal-footer .btn-blue {
	background-color: #03a3dd;
	box-shadow: 0 2px 0 #007eac;
}

.my-notes .modal-footer .btn-blue:hover,
.my-notes .modal-footer .btn-blue:active,
.my-notes .modal-footer .btn-blue:focus {
	background-color: #0194CA;
}

.my-notes .modal-footer .btn-red {
	background-color: #fd553c;
	box-shadow: 0 2px 0 #c0392b;
}

.my-notes .modal-footer .btn-red:hover,
.my-notes .modal-footer .btn-red:active,
.my-notes .modal-footer .btn-red:focus {
	background-color: #EF391E;
}

@media only screen and (min-width: 768px) {
	.modal-dialog {
		width: 750px;
		margin: 50px auto;
	}
}

/* player */
.main-content.player {
	margin-top: 140px;
}

.player-top-title {
	font-family: 'Open Sans';
	font-size: 18px;
	line-height: 28px;
	color: #444;
	font-weight: 400;
	display: inline-block;
	margin: 0;
}

.pl-lesson-title, 
.player-nav {
	height: 46px;
	line-height: 46px;
}


.player-prev:active,
.player-next:active,
.player-prev,
.player-next {
	padding: 6px 20px;
	background-color: #c7c9ca;
}

.player-prev:focus,
.player-next:focus {
	background-color: #c7c9ca;
	border-color: #c7c9ca;
}

.player-prev:active i,
.player-next:active i,
.player-prev i,
.player-next i {
	font-size: 1.1em;
}

.player-prev:active,
.player-prev {
	border-radius: 3px 0 0 3px;
}

.player-next:active,
.player-next {
	border-radius: 0 3px 3px 0;
}

.player-prev:hover,
.player-next:hover {
	background-color: #999;
}

.player-prev[disabled],
.player-next[disabled] {
	background-color: #DDD;
}



.player-progress {
	margin-top: 30px;
	background-color: #e5e5e5;
	border-radius: 2px;
	width: initial;
	float:left;
	height: 36px;
	line-height: 32px;

}

.player-progress-icon {
	border-radius: 2px;
	display:inline-block;
	vertical-align:middle;
	background-color: #1ABC9C;
	padding: 2px 15px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	width: initial;
}

.player-progress-icon i {
	font-size: 1.2em;
	vertical-align:middle;
	margin-right: 5px;

}

.player-progress-icon span {
	font-weight: 600;
}

.player-progress-bar {
	display:none;
	vertical-align:middle;
	border-radius: 0 2px 2px 0;
	padding: 2px 8px;
	position:relative;
	width: 82%;
}

.player-progress-bar .progress {
    height: 12px;
    background: #fff;
    border-radius: 32px;
    margin-bottom: 0;
    box-shadow: none;
    overflow: visible;
}

.player-progress-bar .progress-bar {
    line-height: 12px;
    background: #1ABC9C;
    box-shadow: none;
    position: relative;
    border-radius: 6px;
}

.player-progress-bar .tooltip.top {
    padding: 9px 0;
}

.player-progress-bar .progress-bar-tooltip:after {
    border-color: #1ABC9C rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: -5px;
    content: "";
    display: block;
    left: 11px;
    position: absolute;
    width: 0;
}

.player-progress-bar .progress-bar-tooltip {
    background-color: #1ABC9C;
    color: #FFF;
    line-height: 15px;
    font-size: 11px;
    display: block;
    width: 36px;
    position: absolute;
    top: -32px;
    right: -18px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    filter: alpha(opacity=0);
    padding-top: 4px;
    padding-right: 6px;
    padding-bottom: 4px;
    padding-left: 6px;
}

.player-btn {
	margin-top: 30px;
	text-align:right;
	display:inline-block;
	float: right;
}

.player-btn .btn {
	border-radius: 2px;
	background-color: #c7c9ca;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	padding: 6px 12px;
	margin-left: 4px;

}

.player-btn .btn i {
	font-size: 1.2em;
	margin-right: 2px;
}

.btn-success.btn-note {
	background: #3498db!important;
	border-color: #3498db!important;
}

.btn-success.btn-favorite {
	background: #f1c40f!important;
	border-color: #f1c40f!important;
}

.player-course-content {
	margin-top: 35px;
	color: #646464;
}

.player-course-content ul {
	margin-bottom: 0;
}

.btn-materials,
.btn-movies {
	display: none;
	padding: 6px 10px!important;
}

.btn-movies.btn-success,
.btn-movies.btn-generating {
	background: #34495e!important;
	border-color: #34495e!important;
}

.btn-materials.btn-success,
.btn-materials.btn-generating {
	background: #9b59b6!important;
	border-color: #9b59b6!important;
}

.btn-movies.btn-generating,
.btn-materials.btn-generating {
	opacity: .8;

}


.course-chapter {
	font-size: 15px;
	font-weight: 700;
	display:block;
	border-bottom: 1px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
	padding: 15px 20px;
}

.course-lesson-list {
	padding: 0 20px;
}

.course-lesson-list li {
	font-size: 15px;
	padding: 12px;
	position:relative;
	border-bottom: 1px solid #f4f4f4; 
}

.course-lesson-list li:last-child {
	border-bottom: 0;
}

.course-lesson-list li:hover {
	cursor: pointer;
	background-color: #f6f6f6;
}

.course-lesson-list i {
	font-size:1.6em;
	margin-right: 15px;
	vertical-align: middle;
}

.course-lesson-list i.fa-check-circle {
	color: #1abc9c;
}

@media only screen and (min-width : 480px) {
	.pl-lesson-title, 
	.player-nav {
		height: 60px;
		line-height: 60px;
	}

	.player-top-title {
		font-size: 24px;
		line-height: 30px;
	}
	.player-nav {
		display: block;
	}

	.player-prev:active,
	.player-next:active,
	.player-prev,
	.player-next  {
		padding: 6px 25px;
	}

	

	.course-chapter {
		padding: 25px 20px;
	}

}

@media only screen and (min-width : 768px) {
	.player-prev:active,
	.player-next:active,
	.player-prev,
	.player-next  {
		padding: 8px 44px;
	}

	.btn-materials,
	.btn-movies {
		display: inline-block;
	}
	
}

@media only screen and (min-width : 992px) {
	.pl-lesson-title, 
	.player-nav {
	height: 80px;
	line-height: 80px;
	}

	.player-top-title {
		font-size: 30px;
		line-height: 36px;
	}


	.course-lesson-list li {
		padding: 7px;
	}

	.course-lesson-list i {
		font-size:1.3em;
	}
}

@media only screen and (min-width : 1200px) {
	.player-progress {
		width: 55%;
	}

	.player-progress-icon {
		border-radius: 2px 0 0 2px;
		width: 17%;
	}

	.player-progress-bar {
		display:inline-block;
	}
}

/* testy */
.course-test {
	width: 100%;
	background: #f6f6f6;
	border: 1px solid #fff;    
	-webkit-box-shadow: 0px 0px 1px 0px #e9e9e9;
	   -moz-box-shadow: 0px 0px 1px 0px #e9e9e9; 
	        box-shadow: 0px 0px 1px 0px #e9e9e9;
}

.question-quantity {
	margin: 20px 0;
}

.question-quantity .label {
	background: #8a8a8a;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	border-radius: 16px;
	padding: 5px 15px;
	display: inline-block;
	height: 26px;
	width: 120px;
}

.canvas {
	padding: 0 30px;
	color: #646464;
}

.test-question {
	font-size: 24px;
	line-height: 30px;
	padding: 20px 0;
	margin: 0;
	border-bottom: 1px solid #f2f2f2;
	font-weight: 400;    
}

.answers {
	margin-top: 15px;
}

.label-answer {
	font-size: 16px;
	display:table;
	margin-bottom: 15px;
}

.label-answer:hover {
	cursor: pointer;
}

.radio-answer {  
	line-height: 18px;
	display:table-cell;
	padding-left: 20px;
	vertical-align: middle;
}

.radio-button {
	display: inline-block;
	border-color:#8a8a8a; 
	border-image:none; 
	border-radius: 50% 50% 50% 50%; 
	-moz-border-radius: 50% 50% 50% 50%;  
	-webkit-border-radius: 50% 50% 50% 50%; 
	border-style:solid; 
	border-width:10px; 
	height:70px; 
	width:70px;
	display:table-cell;
	vertical-align: middle;
	text-align:center;
}

.radio-char {
	font-size: 20px;
	font-weight: 600;

}

.label-answer:hover .radio-button,
input.ng-valid-parse + .radio-button {
	border-color:#03a3dd; 
}

.label-answer:hover span[class*="radio-"],
input.ng-valid-parse ~ span[class*="radio-"] {
	color:#03a3dd; 
}

.label-answer input {
	display: none;
}

.test-controls {
	margin-bottom: 20px;
}

.test-next-btn {
	background: #03a3dd;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 15px;
}

.test-next-btn i {
	margin-left: 30px;
}

.test-summary > div:nth-child(1) {
	padding-right:5px;
	padding-left: 25px;
}

.test-summary > div:nth-child(2) {
	padding-right:25px;
	padding-left: 5px;
}

.test-score-success,
.test-score-danger {
	border-radius: 5px;
	background: #fff;
	padding: 5px 20px;
	width: 100%;
	display: inline-block;
	margin-top: 5px;
	text-align: center;
}

.test-score-success {
	color:#1abc9c;
	margin-right: 2px;
}

.test-score-danger {
	color:#fd553c;
}

.test-score-success h3,
.test-score-danger h3 {
	font-size: 68px;
	font-weight: 600;
	line-height: 1;
	margin:0;
}

.test-score-success p,
.test-score-danger p {
	font-size: 18px;
	font-weight: 600;	
	margin-bottom: 8px;
}

.test-message {
	padding: 0 25px;
	margin-top: 20px;

}

.test-message p
{
	font-size: 14px;
	line-height: 18px;
}

.test-info {
	color: #8a8a8a;
}

.test-summary-result  {
	text-align:center;
	padding: 50px 10px;;
}

.test-summary-result i {
	color: #42494e;
	font-size: 13em;
}

.test-summary-result.success i {
	color:#f1c40f;
}

.test-summary-result p {
	color: #555555;
	font-size: 24px;
	margin-top: 10px;
}

.test-message .alert {
	font-size: 14px;
	line-height: 18px;
	position:relative;
	padding-right: 30px;
	padding-top: 20px;
	text-align:left;
}

.test-message .alert-success {
	color: #1ABC9C;
	background-color: rgba(26, 188, 156, 0.18);
	border-color: rgba(26, 188, 156, 0.16);
}

.test-message .alert i {
	font-size: 3em;
	position: absolute;
	top: 10px;
	right: 10px;
}

/* autoplay */
.onoffswitch {
position: relative; width: 60px;
-webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
vertical-align: bottom;
display: none;
margin-bottom: 10px;
}

#app-container .tooltip-icon {
	margin-left: 0;
	margin-right: 10px;
	display: none;
	cursor: pointer;
}

@media only screen and (min-width: 768px) {
	.onoffswitch {
		display: inline-block;
	}

	#app-container .tooltip-icon {
		display: inline;
	}
}

@media only screen and (min-width: 992px) {
.onoffswitch {
margin-bottom: 20px;
}
}

.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block; overflow: hidden; cursor: pointer;
border-radius: 30px;
margin-bottom: 0;
}
.onoffswitch-inner {
display: block; width: 200%; margin-left: -100%;
transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block; float: left; width: 50%; height: 24px; padding: 0; line-height: 24px;
font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
box-sizing: border-box;
}
.onoffswitch-inner:before {
content: "\f04b";
font-family: "FontAwesome";
padding-left: 14px;
background-color: #1ABC9C; color: #FFFFFF;
}
.onoffswitch-inner:after {
content: "\f04c";
font-family: "FontAwesome";
padding-right: 14px;
background-color: #C7C9CA; color: #FFFFFF;
text-align: right;
}
.onoffswitch-switch {
display: inline-block; width: 20px; margin: 2px;
background: #FFFFFF;
position: absolute; top: 0; bottom: 0;
right: 36px;
border-radius: 30px;
transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox.checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox.checked + .onoffswitch-label .onoffswitch-switch {
right: 0px; 
}

#app-container .player-nav .tooltip {
	width: 120px;
}

#app-container .player-nav .tooltip-inner{
	max-width: 250px;
	width: 250px;
}

#app-container .player-nav .tooltip.top {
	margin-top: 0;
}

#app-container .player-nav .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #2c3e50;
}
#app-container .player-nav .tooltip-inner {
	text-align: left;
	background: #2c3e50;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	padding: 10px;
}

/**************************/
/*** BANER LEPSZY KURS *****/
/**************************/
.better-product-banner {
	background: rgb(239,188,17);
	color: #FFF;
	overflow: auto;
	padding: 25px 55px;
}

.better-product-banner br {
	display:block;
	margin-top:0px;
	content: " ";
}

.better-product-banner span {
	display: block;
	line-height: 1;
}

.better-product-banner-left {
	float: left;
}

.better-product-banner-right {
	display: none;
	float: none;
}

@media screen and (min-width: 768px) {
	.better-product-banner-right {
		display: inline;
		float: right;
	}
}

.better-product-banner-left-header {
	margin-bottom: 14px;
	font-size: 23px;
}

.better-product-banner-left-title {
	font-weight: 600;
	font-size: 27px;
}

.better-product-banner a {
	display: inline-block;
	color: #FFF;
	margin-top: 22px;
	background: rgb(255,1,2);
	border: 1px solid #FFF;
	border-radius: 10px;
	font-size: 19px;
	font-weight: 600;
	padding: 12px 25px;
	line-height: 1;
}

.better-product-banner a:after {
    content: ">>";
    float: right;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    padding-left: 7px;
    padding-top: 1px;
    letter-spacing: -1px;
    transform: scale(0.5, 1.3);
}

.better-product-banner a:hover {
	text-decoration: none;
}

.better-product-banner-icon {
	font-size: 114px;
}

/**************************/
/*** Black Friday *****/
/**************************/
.black-friday-header {
	padding-top: 120px;
	text-align: center;
	background: #2d2926;
	font-weight: 300;
}

@media screen and (min-width: 480px) {
	.black-friday-header {
		padding-top: 60px;
	}
}

.bf-row {
	padding-top: 40px;
	padding-bottom: 30px;
}

@media screen and (min-width: 1024px) {
	.bf-row {
		padding-top: 80px;
		padding-bottom: 60px;
	}
}

.bf-headers {
	padding-bottom: 30px;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.bf-headers {
		padding-top: 100px;
		padding-bottom: 30px;
		text-align: left;
	}
}

.bf-header {
	display: block;
	color: #FFF;
	font-size: 30px;
	margin-bottom: 14px;
}

@media screen and (min-width: 1024px) {
	.bf-header {
		font-size: 60px;
		margin-bottom: 10px;
		line-height: 1.6;
	}
}

.bf-subheader {
	display: block;
	color: #FFF;
	font-size: 20px;
}

@media screen and (min-width: 1024px) {
	.bf-subheader {
		font-size: 46px;
	}
}

.bf-image {
	min-width: 321px;
	min-height: 264px;
	background: url('/images/bf_mobile.png') center center no-repeat;
}

@media screen and (min-width: 1024px) {
	.bf-image {
		min-width: 524px;
		min-height: 424px;
		background: url('/images/bf_desk.png') center center no-repeat;
	}
}

/* special cart register info */
.special--cart-register {
    border-color: #f39c12;
}

.special--cart-register .message-icon {
    background-color: #f39c12;
    color: #fff;
    border-color: #f39c12;
}

.special--cart-register .white-box {
    background-color: #f1c40f;
    border-color: #f39c12;
}

.special--cart-register  .message-icon i:before,
.cart-messages.info .message-icon i:before {
    content: "\f05a";
}

.category-laur-container{
    position: absolute;
    top: 0.5%;
    right: 1.8%;
}
@media screen and (min-width: 768px) {
    .category-laur-container{
        top: 2.8%;
    }
}

.home-laur-container {
    display: none;
    position: absolute;
}

.category-laur-container img,
.home-laur-container img {
    display: block;
}

.price-box-left-align .tooltip,
.home-laur-container .tooltip {
    width: 300px;
}

.price-box-left-align .tooltip-inner,
.home-laur-container .tooltip-inner {
    max-width: 300px;
}
.price-box-left-align {
    position: relative;
}

.price-box-left-align .img-laur-klienta {
    position: absolute;
    display: block;
    width: 144px;
    height: 144px;
    top: 136px;
    right: 0;
}

@media screen and (min-width: 768px) {
    .home-laur-container {
        display: block;
        top: 15%;
        right: 2%;
    }
}

@media screen and (min-width: 992px) {
    .home-laur-container {
        top: 18%;
        right: 14%;
    }
}

@media screen and (min-width: 1200px) {
    .home-laur-container {
        top: 22%;
        right: 20%;
    }
}

.container-fluid.spring-sale {
    padding: 0;
    margin-top: 58px;
    background: url('../images/layout/wiosna_wyprz.jpg') center top;
    background-size: cover;
    height: 412px;
}

.main-top-bar.spring-sale {
    padding-top: 0;
}

.brands-recommend img {
    margin: 10px 0.5px;
}

.container-fluid.product-special-promo {
    padding: 0;
    margin-top: 58px;
    background: url('../images/layout/wiosna_wyprz.jpg') center top;
    background-size: cover;
    height: 412px;
}

.mobile-app {
    margin-top: 10px;
    margin-left: -5px;
}
.mobile-app a img {
    width: 120px;
    margin-bottom: 5px;
}

.unwrap-gift legend {
    text-align: left;
    border-bottom: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
}

.unwrap-gift .label-field {
    line-height: 1.2;
    margin-top: 10px;
}

.gift-course-preview {
    background: url('../images/layout/gift_course/prepare-gift.png') 0 center no-repeat;
    background-size: cover;
    width: 364px;
    height: 443px;
    position: relative;
    padding-top: 115px;
    margin: 0 auto;
}

.gift-course-preview .gift-course-name {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 4px;
    padding: 0 10px;
}

.gift-course-preview .gift-course-from {
    font-size: 23px;
    font-weight: 700;
    color: #0066a1;
}

.gift-course-preview .gift-course-img {
    position: absolute;
    bottom: 43px;
    left: 52px;
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.14);
}

.gift-course-message {
    padding: 15px;
    width: 364px;
    margin: 25px auto 5px;
    background-color: #f9f9f9;
    position:relative;
}

.gift-course-message p {
    margin-bottom: 0;
    line-height: 1.4;
}

.gift-course-message .title-message {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.gift-course-message:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    position: absolute;
    top: -7px;
    left: 40px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: 60% 50%;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

h2.gift-course-steps-title {
  font-size: 24px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin: 0 auto 40px;
}

.gift-course-steps-block {
    min-height: 126px;
}

.gift-course-arrow {
    margin: 40px auto 20px;
}

.gift-course-steps-more {
    font-size: 20px;
    font-weight: 700;
    color: #0066a1;
}

.unwrap-gift img {
    margin: 15px auto;
    border-radius: 3px;
}

.add-gift-course {
    display: block;
    border-width: 2px;
    border-radius: 3px;
    padding: 5px 30px;
    margin: 30px auto 0px;
    font-size: 14px;
    background-color: #e71e30;
    box-shadow: 0 2px 0 #8e0d0e;
}

.add-gift-course:hover {
    background-color: #db1e31;
}

.add-gift-course .button-text {
    color: #FFF;
    margin: 0 6px;
}

@media only screen and (min-width : 1200px) {
    .add-gift-course{
        font-size: 16px;
    }
}

.faq-container {
    margin: 55px auto
}

.faq-box {
    padding: 15px;
    margin-bottom: 25px;
}

.faq-box-title {
    border-bottom: 1px solid #e7e7e7;
    padding: 0 0 15px;
}

.faq-box-title img {
    width: 69px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.faq-box-title h2 {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
}

.faq-box-content {
    font-size: 14px;
    padding-top: 10px;
    line-height: 2;
}

.faq-box-content ol {
    padding-left: 15px;
}

.faq-box-content .faq-box-question:hover {
    cursor: pointer;
    color: #025484;
}

.faq-box-content .faq-box-question.active {
    color: #025484;
    font-weight: 600;
}

.faq-box-content-answer {
    display:none;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #d7d9da;
    border-radius: 3px;
    line-height: 1.4;
    margin-top: 10px;
    color: #3a3f48;
    font-weight: 400;
    position: relative;
}

.faq-box-content li.active .faq-box-content-answer {
    display: block;
}

.faq-box-content-answer:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: #f9f9f9;
    position: absolute;
    top: -11px;
    left: 30px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: 60% 50%;
    border-right: 1px solid #d7d9da;
    border-top: 1px solid #d7d9da;
}

@media only screen and (min-width : 768px) {
    .mobile-app a img {
        width: 120px;
    }
}
@media only screen and (min-width : 992px){
    .mobile-app a img {
        width: 99px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width : 1200px) {
	.mobile-app a img {
		width: 115px;
	}

	.mobile-app a + a {
		margin-left: 5px;
	}

	.wishlist-content .move-to-cart {
		color: #2ecc71;
	}
}

@media only screen and (min-width : 768px) {
    .wishlist-content div {
        text-align: center;
    }
    .wishlist-content div.name {
        text-align: left;
    }

    .wishlist-content .move-to-cart i {
        font-size: 28px;
        color: #2ecc71;
    }
}

#player-container + .tag-section {
    margin-top: 15px;
}

.tag-section .label.label-blue {
    font-weight: 400;
    background-color: #fff;
    color: #03a3dd;
    border: 1px solid #03a3dd;
}

.tag-section .label.label-red{
    font-weight: 400;
    background-color: #fff;
    color: #e92417;
    border: 1px solid #e92417;
}

.tag-section .label.label-blue-selected {
    background-color: #03a3dd;
}

.tag-section .label.label-red-selected{
    background-color: #e92417;
}

.tag-section .label.label-gray {
    font-weight: 400;
    background-color: #fff;
    color: #868585;
    border: 1px solid #868585;
}

.tag-section a {
    text-decoration: none;
}

.tag-section a:hover .label-blue {
    background-color: #03a3dd;
    color: #fff;
}

.tag-section a:hover .label-red {
    background-color: #e92417;
    color: #fff;
}

.tag-section a:hover .label-gray {
    background-color: #868585;
    color: #fff;
}

.mobile-product-profile img {
    width: 115px;
    margin-top: 10px;
}

.mobile-product-profile + .mobile-product-profile {
    margin-left: 15px;
}

.gift-course-box{
	padding-top: 36%;
	padding-bottom: 7%;
}

.gift-course-title{
	color: #FFF;
	font-weight: 400;
	font-size: 14px;
	margin: 0;
}

.gift-course-desc{
	color: #FFF;
	font-weight: 300;
	font-size: 12px;
	margin: 0 16%;
	line-height: 1.5;
}

.gift-course-desc strong{
	font-weight: 600;
}

.gift-course-desc a {
    color: #FFF;
}

@media only screen and (min-width : 1200px) {

	.gift-course-desc{
		margin: 0 20%;
		font-size: 13px;
	}

	.gift-course-title{
		font-size: 16px;
	}

	.gift-course-box{
		padding-bottom: 10%;
	}
}

.author-program-banner {
    background: url('../images/layout/dla_autorow/banner_author.jpg');
    background-position: center 36px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 5%;
    color: #fff;
    margin-bottom: 0 !important;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
}

.jumbotron .author-banner-title {
    font-size: 33px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 20%;
    margin-bottom: 20%;
}

.author-land-page-features {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.author-land-page-features .title-feature {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.author-land-page-features .desc-feature {
    font-size: 18px;
    font-weight: 300;
}

.author-land-page-body {
    background-color: #fff;
    padding-top: 5%;
    padding-bottom: 3%;
}

.author-land-page-form .title {
    font-size: 32px;
    color: #FFF;
    font-weight: 300;
}

.author-land-page-form .desc {
    font-size: 16px;
    color: #FFF;
    font-weight: 300;
}

.author-land-page-form .desc-content {
    margin-bottom: 60px;
}

.author-faq-single {
    margin: 30px 0;
}

.author-faq-single-title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}

.author-faq-single-desc {
    line-height: 1.6;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 70px;
}

.author-land-page-form {
    background-color: #2F3847;
    padding-top: 60px;
    padding-bottom: 3%;
}

.author-land-page-form .white-box {
    padding: 30px 5%;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 1px #e6e6e6;
}

.author-form-text {
    margin: 10px 30px 20px 0;
}

.author-form-checkbox-text {
    margin: 10px 30px 5px 0;
}

.author-form-text-last {
    margin: 10px 0 20px 0;
}

.author-form-title {
    font-size: 18px;
}

.author-form-desc {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
}

.author-land-page-form .form-horizontal {
    margin-top: 0;
}

.author-land-page-form .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.author-sub-checkbox {
    margin: 0 0 5px 30px;
}

.author-checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

input[type=checkbox].author-checkbox-input {
    margin: 8px 0 0 -20px;
}

.author-sub-checkbox label {
    line-height: 1.2;
}


.author-checkbox-description {
    font-size: 14px;
}

.author-form-input {
    width: 90%;
}

.author-form-text-input {
    width: 100%;
    display: block;
    height: 42px;
    border-radius: 10px;
    border: 1px solid #d7d9da;
    background-color: #FFF;
    font-size: 15px;
    color: #737c85;
    padding: 10px 15px;
}

.author-form-link-input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.author-form-textarea-input{
    border-radius: 10px;
    max-width: 100%;
    min-width: 100%;
    max-height: 400px;
    min-height: 120px;
}

.author-form-text-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.author-form-btn-submit {
    border-radius: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
}


.author-land-page-form .form-horizontal .has-feedback .form-control-feedback {
    right: 5%;
    top: 50%;
    width: auto;
    line-height: 0;
}

.author-land-page-form .help-block {
    display: block;
    font-size: 11px;
    float: right;
    margin-right: 1%;
    margin-bottom: -5px;
    line-height: 1.2;
}


.author-land-page-form .form-group {
    margin-bottom: 15px;
}

.author-land-page-form .success-form {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
}

@media only screen and (min-width : 480px){
    .jumbotron .author-banner-title {
        font-size: 43px;
    }
}

@media only screen and (min-width : 768px){
    .jumbotron .author-banner-title {
        font-size: 53px;
    }
}

@media only screen and (min-width : 992px){
    .jumbotron .author-banner-title {
        font-size: 63px;
    }
}


/*****************  PROMOTED  ************************/

.promoted-banner {
    background: url('../images/layout/promoted/promoted_banner.jpg');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 5%;
    color: #fff;
    margin-bottom: 0 !important;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
}

.jumbotron .promoted-banner-title {
    font-size: 33px;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 5%;
    margin-bottom: 5%;
}

.promoted-top-bar.main-top-bar{
    padding-top: 0;
}

.promoted-top-bar .main-top-bar-title{
    margin-top: 35px;
    text-align: center;
}

.promoted-top-bar .pull-left{
    float: none!important;
}

.promoted-single-box-promotion {
    margin-bottom: 50px;
    width: 350px;
    display: inline-block;
}

.promoted-single-box-promotion .single-promotion-inner {
    border-radius: 5px;
    padding-top: 0;
    background-color: #46719e;
    height: 200px;
    display: grid;
    box-shadow: 0 1.5px #37517b;
}

.single-promotion-inner .single-promotion-top{
    margin: auto auto 0 auto;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    top: 0;
}

.single-promotion-top .single-promotion-title-text{
    font-size: 24px;
    color: #FFF;
    font-weight: 700;
    line-height: 35px;
}

.single-promotion-title-text .single-promotion-text-large{
    font-size: 38px;
}

.single-promotion-inner .single-promotion-bottom{
    margin: auto auto 20px auto;
    display: inline-block;
    width: 100%;
    bottom: 0;
}

.single-promotion-bottom img{
    padding: 0 10px 0 10px;
}

#promoted-view-box{
    background-color: #f4f4f4;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 60px;
}

.single-promotion-bottom .btn {
    color: #2f2f2f;
    font-weight: 400;
    background-color: #f5b945;
    border: 1px solid transparent;
    box-shadow: 0 2px 0 #ec971f;
    border-radius: 3px;
    padding: 5px 30px;
    font-size: 14px;
}

.single-promotion-bottom .btn:hover {
    color: #2f2f2f;
    background-color: #ec971f;
}

@media only screen and (min-width : 480px){
    .jumbotron .promoted-banner-title {
        font-size: 43px;
    }
}

@media only screen and (min-width : 768px){
    .jumbotron .promoted-banner-title {
        font-size: 53px;
    }

    .promoted-top-bar .main-top-bar-title{
        font-size: 22px;
    }

    .promoted-top-bar .pull-left{
        float: left!important;
    }
}

@media only screen and (min-width : 992px){
    .jumbotron .promoted-banner-title {
        font-size: 60px;
    }

    .promoted-top-bar .main-top-bar-title{
        font-size: 26px;
    }
}


/**************************************** FORMULARZ BENEFITY ************************/

.business-credits-banner {
    background: url(../images/layout/kredyty/background.png);
    background-position: center -56px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 3%;
    padding-bottom: 6%;
}

.business-credits-banner .land-page-desc {
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #FFF;
    font-weight: 400;
}

.business-credits-banner .land-page-list {
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #FFF;
}

.business-credits-banner .land-page-list p {
    font-size: 16px;
}

.business-credits-banner .features-numbers p{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 4% 5%;
    line-height: 1.6;
}

.business-credits-banner .land-page-list i {
    padding-right: 15px;
    vertical-align: middle;
    font-size: 1.2em;
    color: #537cb6;
}

.business-credits-banner .desc-list-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
}

.nav-tabs > li {
    width: 50%;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #3c5e8e;
    color: #FFF;
    border: 1px solid #3c5e8e;
    font-weight: 700;
}

.nav-tabs > li > a {
    background-color: #537cb6;
    color: #FFF;
    margin-right: 0;
    font-weight: 300;
}

.nav-tabs > li > a:hover {
    border-color: #537cb6;
    background-color: #537cb6;
}

.get-credits-main-content{
    margin-top: 100px;
    margin-bottom: 80px;
}

.author-program-refferal {
	background: url('../images/layout/polec_autora/banner_refferal.jpg');
	background-position: center 90%;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 5%;
	color: #fff;
	margin-bottom: 0 !important;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
}

.plus21-program {
	background: url('../images/layout/2plus1/tlo_lepsze.jpg');
	background-position: center 20%;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 5%;
	color: #fff;
	margin-bottom: 0 !important;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
}

.author-refferal-banner-title {
	font-size: 33px;
	line-height: 1.5;
	font-weight: 700;
	margin-top: 5%;
	margin-bottom: 5%;
	text-transform: uppercase;
}


/*********************** Facebook butoon ***************/

.loginSocialBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
}
.loginSocialBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 38px;
    height: 100%;
}
.loginSocialBtn:focus {
    outline: none;
}
.loginSocialBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginSocialBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}
.loginSocialBtn--facebook:before {

    background: url('../../images/icons/other/icon-facebook.svg') center center no-repeat;
    background-size: 12px auto;
}
.loginSocialBtn--facebook:hover,
.loginSocialBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
}

/******************************************************/

#unwrap-gift-indicator.carousel-indicators li{
    border: 1px solid #000000;
}

#unwrap-gift-indicator.carousel-indicators .active{
    background-color: #000000;
}

.scroll-messages{
    overflow-y: scroll;
    height: 220px;
}



/*BENEFITY - Start*/
.benefity-banner{
    background: url(../images/layout/benefity/tlo.jpg) center no-repeat;
    background-size:cover;
}
.landing-page-benefit-banner-title{
    font-size:2.5em;
    line-height: 1.5;
    /*font-size:0.8em;*/
    font-weight: 700;
}
.btn-benefity-oferta{
    background-color: #41a85f;
    margin-top:30px;
}
.benefity-text-grey{
    color:#444;
}
.land-page-benefity-content{
    text-align: center;
    font-size:1.2em;
    margin: 0 auto 20px auto;
    width: 80%;
}
.benefit-bold{
    font-weight:800;
}
.benefity-table-section{
    background-color:#444;
    color:white;
}
.benefity-table{
    padding:50px 60px;
}

.vcenter {
    display: table-cell;
    vertical-align: middle;
}

.benefity-table-icon{
    margin-right: 5px;
}
.benefity-img-col{
    background: url(../images/layout/benefity/foto.jpg) center no-repeat;
    height:580px;
    background-size:cover;
}
.benefity-form{
    margin-top:50px;
    paddin:20px;
    padding-bottom:20px;
}
.benefity-summary{
    background-color: white;
    -webkit-box-shadow: 10px 10px 23px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 23px -7px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 23px -7px rgba(0,0,0,0.75);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    padding:40px;
    padding-top:20px;

    width:330px;
    max-width: 330px;
    margin: auto;
}
.benefity-form-title{
    margin-bottom: 30px;
    font-size: 1.2em
}
.benefity-amount{
    color:#2980b9;
    font-size: 35px;
}
.benefit-vat{
    font-size: 15px;
}
.benefity-form-desc{
    margin-top:15px;
    margin-bottom: 7px;
}
.benefity-pick-box{
    margin-top:20px;
}
.benefit-tip-text{
    line-height: 1.6em;
}
.faq{
    margin-top:50px;
    background-color: white;
    padding: 80px 20px 100px;
}
.benefit-faq-item{
    font-size:15px;
}
.benefit-faq-answer{
    font-size:0.8em;
    color:#575757;
    line-height: 1.8em;
}
.benefit-faq-item-divider{
    width:90%;
    border-bottom: 1px solid black;
    border-color:#ada6a6;
    margin-top:20px;
    margin-bottom:20px;
}
.benefit-selector-first{
    padding:10px 20px;

}

.benefity-blue{
    color:#2980b9;
}
.benefit-faq-title{
    font-size: 20px;
    padding-left: 15px;
    margin-bottom:30px;
}
.benefit-faq-icon{
    color:#2980b9; font-size:25px;
}
.benefit-question-mark{
    margin-left:10px;
}
.benefity-pick-box-top{
    margin-top: 30px;
}
.benefity-faq-before{
    margin-top:40px;
}

.benefity-faq-answer-title{
    font-weight:600;
    line-height: 1.6em;
}
.benefity-pick-box-bottom{
    margin-bottom: 20px;
}

.benefit-styled-select {
    height: 34px;
    overflow: hidden;
    width: 100px;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.benefit-styled-select select {
    background: transparent;
    /*border: none;*/
    font-size: 20px;
    font-weight: 700;
    height: 34px;
    padding: 5px; /* If you add too much padding here, the options won't show in IE */
    width: 100px;
    color: #2980b9;
    text-indent: 25px;
}

.benefit-styled-select.slate {
    height: 34px;
    width: 100px;
}

.benefit-styled-select.slate select {
    border: 1px solid #ccc;
    font-size: 16px;
    height: 34px;
    width: 100px;
}

/*BENEFITY - Start*/
