body {
	background:#fff;
}

/* for equal height */
.row-eq-height {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}

.center-block {
	float:none;
}

.column-centered {
	margin:0px auto;
	float:none;
}

.flush {
	padding:0px;
}

.flush-left {
	padding-left:0px;
}

.flush-right {
	padding-right:0px;
}

.tablerow {
	display:table;
	width:100%;
	height:100%;
}

.tablecell {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

img {
	max-width:100%;
	display:inline-block;
}

h1,h2,h3,h4,h5,h6,p,ul,a {
	font-family: 'Open Sans', sans-serif;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background:#fff;
}

.navbar-default {
	background:#fff;
	min-height:55px;
	border:none;
	border-radius:0px;
	margin:0px;
}

.navbar-brand {
	height:55px;
	padding:10px 15px;
    padding: 0px 15px;
}

.navbar-brand img {
	display:inline-block;
    width: 200px;
}

.navbar-right {
	margin-right:0px;
}

.navbar-nav>li {
	margin-top:15px;
}

.navbar-nav>li>a {
	color:#fff;
}

.navbar-default .navbar-nav>li>a {
	color:#000;
	font-size:17px;
	font-weight:400;
	padding:2px 10px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a.btn-pink {
	background:#c4243d;
	color:#fff;
	font-size:14px;
	border-radius:3px;
	padding:6px 30px;
	margin-left:35px;
	text-transform:uppercase;
	margin-top:-3px;
}

.navbar-default .navbar-nav>li>a {
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background:none;
	color:#000;
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 5px;
    top: 35px;
    right: 50%;
    border: 2px solid #ccc;
    padding: 20px;
    margin-right: -137px;
	min-width:286px;
}

.navbar-nav>li>.dropdown-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 12px 15px;
    border-color: transparent transparent #ccc transparent;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -15px;
}

#podstrona .normal.top-bottom {
	padding:1px 0px;
}

#podstrona .normal h6 {
	font-weight:bold;
	font-size:14px;
	color:#000;
	line-height:20px;
}

#podstrona .normal .border {
	border:2px solid #bfbfbf;
	border-radius:7px;
	padding:35px 0px;
	margin-bottom:10px;
}

#podstrona .box {
	float:left;
	width:100%;
	border:2px solid #f1f1f1;
	border-radius:5px;
	padding:20px 20px;
	margin:20px 0px;
}

#podstrona .box p {
	margin-bottom:0px;
	margin-top:30px;
	color:#0b0b0b;
}

#podstrona .box a.btn-info {
	line-height:40px;
	color:#d85964;
	font-size:18px;
	width:100%;
	background:none;
	display:inline-block;
	border:1px solid #d85964;
	border-radius:5px;
	margin-top:15px;
	font-weight:700;
}

.btn {
	display:inline-block;
	color:#fff;
	background:#ed5564;
	font-weight:600;
	border-radius:5px;
	border:none;
	font-size:14px;
	padding:20px 35px;
}

.btn:hover {
	background:#000;
	color:#fff;
}

#banner .btn {
	margin-bottom:60px;
}

#banner.contact {
	background:none;
}

#banner.contact p {
	color:#171614;
	font-size:22px;
}

#contact-info {
	padding:15px 0px 50px 0px;
}

#contact-info .gray {
	background:#f7f7f7;
	padding:30px 45px;
}

#contact-info .content-center {
	display:inline-block;
}

#contact-info .details {
	display:inline-block;
	width:100%;
	padding:25px 0px;
}

#contact-info p {
	font-size:24px;
	color:#252525;
}

#contact-info p a {
	font-weight:bold;
}

#contact-info h3 {
	color:#000000;
	font-size:28px;
	margin-top:0px;
}

#contact-info h3 a {
	font-size:16px;
	font-weight:bold;
}

#contact-info h3 span {
	font-size:16px;
	font-weight:bold;
}

#contact-info p.normal-size {
	font-size:18px;
}

#contact-info .blue {
	background:#08355f;
	padding:25px 25px;
}

#contact-info h2 {
	color:#fff;
}

#contact-info input {
	height:48px;
	border:1px solid #8da3ba;
	width:100%;
	padding-left:20px;
}

#contact-info input::-webkit-input-placeholder,#contact-info textarea::-webkit-input-placeholder {
	color:#cecece;
}

#contact-info .field {
	float:left;
	width:100%;
	padding:8px 0px;
}

#contact-info input[type="checkbox"] {
	border:1px solid #8da3ba;
	height:15px;
	width:15px;
	float:left;
	-webkit-appearance: none;
	padding:0px;
	outline:0;
	background:#fff;
	position:relative;
}

#contact-info input[type="checkbox"]:checked:before{
	content:'\â';
	position:absolute;
	top:0px;
	left:0px;
	outline:0;
	line-height: 15px;
    text-align: center;
    width: 100%;
}

#contact-info  button {
	background:#ed5564;
	border-radius:7px;
	padding:0px 50px;
	color:#d2eeef;
	font-size:16px;
	text-transform:uppercase;
	border:none;
	line-height:64px;
}

#contact-info label p {
	font-weight:normal;
	font-size:14px;
	color:#fff;
	margin-left:-15px;
}

#contact-info textarea {
	height:130px;
	resize:none;
	border:1px solid #8da3ba;
	width:100%;
	padding-left:20px;
}

.navbar-nav>li>.dropdown-menu:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 13px 13px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -13px;
}

section {
	float:left;
	width:100%;
}

a, a:hover, a:focus {
	color:inherit;
	text-decoration:none;
}

/* Main Styles */
#header {
	padding:5px 0px;
	background:#fff;
	z-index:999999;
    -webkit-transition: background-color .2s .3s;
    -o-transition: background-color .2s .3s;
    transition: background-color .2s .3s;
}

#header.navbar-fixed-top {
	box-shadow:0px 0px 10px 0px rgba(0,0,0,.3);
}

/*** ***/
#banner {
	position:relative;
}

#banner .align {
	position:absolute;
	top:0;
	right:0;
	max-width:800px;
}

#banner .sp {
	position:relative;
	z-index:999;
}

#banner h2 {
    font-weight: 800;
    color: #0e1311;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 42px!important;
	margin-top: 0;
}

#banner .sp {
	padding:120px 15px;
}

#banner p {
    font-weight: 400;
    color: #0e1311;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.5;
}

#banner .btn-green {
    display: inline-block;
    line-height: 46px;
    border-radius: 3px;
    padding: 0 53px;
    color: #fff;
    background: #0d8b03;
    text-align: center;
    font-size: 17px;
}

#info-small {
	padding:40px 0px;
}

#info-small h2 {
	color:#232220;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:25px;
}

#info-small p {
	color:#232220;
	font-size:16px;
	line-height:30px;
	margin-bottom:30px;
}

#podstrona {
	padding:25px 0px;
	float:left;
	width:100%;
}

#podstrona ul.side-bar li {
	list-style:none;
	display:inline-block;
	width:100%;
	padding:12px 0px;
}

#podstrona ul.side-bar li a {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline-block;
	color:#000000;
	width:100%;
	line-height:26px;
	padding:0px 15px;
	border-radius:10px;
}

#podstrona ul.side-bar li:hover a {
	color:#fff;
	background:#354ab5;
}

#banner.szcz h2 {
	font-size:26px;
	line-height:32px;
}

#banner.szcz ul {
	padding-left:0px;
}

#banner.szcz ul li {
	list-style:none;
	display:inline-block;
	width:100%;
	font-weight:600;
	padding:10px 0px;
	background:url(../images/tick.png) left center no-repeat;
	padding-left:30px;
}

/*** ***/
#info {
	padding:30px 0;
}

#info h6 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.6px;
    color: #3176f7;
    text-transform: uppercase;
    margin: 0px;
    line-height: 1.5;
}

#info h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.44;
    color: #1b2b4b;
    margin: 30px 0px 23px 0px;
    margin-top: 25px;
}

#info p {
    font-size: 18px;
    line-height: 1.78;
    margin: 23px 0px 23px 0px;
    margin-bottom: 40px;
    color: #66717f;
}

#info .btn-blue {
	display:inline-block;
    line-height: 1;
    font-size: 16px;
    border-radius: 23px;
    background-color: transparent;
    color: #3176f7;
    padding: 12px 20px;
    min-width: 110px;
    font-weight: 600;
    border: 2px solid #3176f7;
    min-width: 170px;
}

#info .bg {
    padding: 91px 22px 22px 22px;
    background: #F6F7F9 no-repeat center 22px;
    background-size: 50px;
	background:#asdfasdf;
	padding-top:25px;
	height:100%;
}

#info .bt {
	margin-bottom:25px;
}

#info h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.19;
    letter-spacing: 1.1px;
    margin: 14px 0 14px 0;
    margin-top: 35px;
    margin-bottom: 14px;
    color: #1b2b4b;
}

#info .bg p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-top: 16px;
    margin: 23px 0px 23px 0px;
    margin-bottom: 0px;
    color: #66717f;
}

#info .rt {
    padding-right: 90px;
}

#info .bg img {
	max-width:45px;
}

/*** ***/
#info-turn {
    background-color: #ffd000;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

#info-turn h2 {
    font-size:50px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -.035em;
    color: #000;
	margin-bottom:45px;
}

#info-turn .btn-red {
	display:inline-block;
	line-height:58px;
	border-radius:5px;
	padding:0 130px;
	color:#fff;
	background:#0d8b03;
	text-align:center;
	font-size:18px;
    background-color: #ff2b03;
    border-color: #ff2b03;
}

#info-turn p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
	margin-top:25px;
}

#info-turn p .fa {
	margin-left:10px;
	margin-right:15px;
}

/*** ***/
#info-w {
	padding:30px 0;
}

#info-w h2 {
    font-size: 35px;
    line-height: 45px;
    color: #2c3947;
    font-weight: 400;
    margin-bottom: 0px;
}

#info-w h2 span {
    color: #1665c1;
    font-weight: bolder;
}

#info-w h3 {
    color: #2c3947;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
}

#info-w p {
    font-size: 15px;
    line-height: 25px;
    color: #999090;
}


/*** ***/
#info-start {
	padding:30px 0;
	padding-bottom:35px;
}

#info-start h2 {
    font-size: 2.25em;
    margin-bottom: 0.5em;
    color: #212326;
    line-height: 1.3333333333;
    font-weight: 400;
}

#info-start p {
    font-weight: 400;
    color: #6b7177;
    color: #999090;
    font-size: 1.125em;
    margin-bottom: 0.6666666667em;
}

#info-start .btn-green {
	display:inline-block;
    line-height: 55px;
	border-radius:5px;
	padding:0 30px;
	color:#fff;
	background:#0d8b03;
	text-align:center;
	font-size:16px;
    background-color: #004c3f;
    color: #ffffff;
    margin-top: 16px;
    font-weight: 700;
    box-shadow: 0 5px 25px 0 rgba(0,0,0,0.25);
    background-color: #008060;
}

/*** ***/
#info-all {
	padding:20px 0;
}

#info-all h3 {
    font-weight: 800;
    color: rgb(14, 19, 17);
    margin-bottom: 20px;
    display: block;
}

#info-all p {
    font-size: 15px;
    margin-bottom: 15px;
    color: rgb(14, 19, 17);
}

#info-all img {
	max-width:80px;
}

.fullwidth {
	width:100%;
}

/*** ***/
#footer {
	background:#001036;
	padding:30px 0;
	padding-bottom:30px;
}

#footer h3 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
	text-transform:uppercase;
	font-weight:bold;
}

#footer ul {
	list-style:none;
	display:inline-block;
	width:100%;
	padding:0;
	margin:0;
}

#footer ul li a {
    display: inline-block;
    font-size: 15px;
    color: #b3b3b3;
    text-decoration: none;
    padding: 7px 0;
}

#footer ul li a.icon {
    background: url(../images/footer_icons.png);
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-right: 5px;
    margin-top: 10px;
    opacity: 0.5;
}

#footer ul li a.lb {
    background: #405e9d;
    position: relative;
    left: 0;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    padding: 0 7px;
}

#footer ul li a.lb:after {
    border: 4px solid transparent;
    border-bottom-color: #405e9d;
    position: absolute;
    top: -8px;
    left: 7px;
    content: '';
}

#footer .contact {
    background: url(../images/footer_contact_bg.png) no-repeat;
    padding: 25px 20px 25px 21px;
    width: 241px;
    color: #fff;
    height: 195px;
}


#footer .contact h4 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

#footer .contact .tel {
	display:inline-block;
    background: url(../images/tel_ico.gif) no-repeat;
    padding-left: 30px;
    line-height: 28px;
    height: 31px;
    margin-bottom: 10px;
    font-size: 24px;
}

#footer .contact .button {
	display:inline-block;
    height: 38px;
    line-height: 36px;
    font-size: 14px;
    text-decoration: none;
    background-color: #2560a2;
    background-image: url(../images/button_hover_blue.png);
    padding: 0 32px 0 15px;
	position:relative;
}

#footer .contact .button span {
    background: url(../images/arrow_white_btn.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 42px;
    width: 7px;
    position: absolute;
    top: 0;
    right: 15px;
}

#footer .contact .button span {
    height: 38px;
}

/*** ***/
#copyright {
	background:#001036;
    border-top: 1px solid #142246;
}

#copyright p {
    font-size: 15px;
    color: #b3b3b3;
	margin:20px 0;
}

#copyright p span {
    color: #d4d4d4;
}
/*** ***/
/*** ***/
/*** ***/

/*** ***/
/*** ***/
/*** ***/
/*** ***/

/*** ***/
.bx-wrapper img {
	display:inline-block;
}

ul.bxslider {
	list-style:none;
}

.bx-wrapper {
	margin-bottom:0px;
}

.bx-wrapper .bx-controls-direction a {
	width:28px;
	height:34px;
}

.bx-wrapper .bx-next {
	background:url(../images/arrow-right.png) no-repeat;
}

.bx-wrapper .bx-prev {
	background:url(../images/arrow-left.png) no-repeat;
}
/* Media Css */
@media only screen and (max-width: 767px) {
.row-eq-height {
	display:block;
}

.small-text-center {
	text-align:center;
}

.small-text-left {
	text-align:left;
}

.small-text-right {
	text-align:right;
}

.navbar-brand img {
    display: inline-block;
    width: 214px;
    max-width: 170PX;
    margin-top: 4px;
}

.navbar-brand {
	width:60%;
}

.navbar-default {
}

.navbar-right {
	margin-right:-15px;
}

.navbar-default .navbar-toggle {
	margin-top:12px;
	margin-right:0px;
	border:none;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	border:none;
	background:none;
}

.navbar-nav>li {
    margin-top: 10px;
    
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    text-align: left;
    padding: 15px 15px;
}

#header .navbar-default .navbar-nav > li > a {
    text-align: left;
}

.navbar-default .navbar-toggle .icon-bar {
	background:#000;
}


.navbar-default .navbar-nav>li>a.btn-pink {
	margin-left:0;
}

#info .rt {
    padding-right: 15px;
	margin-bottom:25px;
}

#banner .btn-green {
    padding: 0 20px;
    margin-bottom: 40px;
    font-size: 15px;
}

#info-w h2 {
    font-size: 22px;
    line-height: 32px;
}

#info-start h2 {
    font-size: 1.25em;
}

#footer {
	margin-top:-2px;
}

#footer .contact {
	margin-top:20px;
    float: none;
    display: inline-block;
}

#info-turn .btn-red {
    display: inline-block;
    line-height: 58px;
    border-radius: 5px;
    padding: 0 20px;
	font-size:14px;
}

#info-turn h2 {
    font-size: 28px;
}

.navbar-nav .open .dropdown-menu {
	right:auto;
	left:auto;
	margin:0 auto;
	background:#f5f5f5;
}

.navbar-nav .open .dropdown-menu:before, .navbar-nav .open .dropdown-menu:after {
	display:none;
}

#header {
}

#banner h2 {
	margin-top:50px;
}

#banner .sp {
    padding: 200px 15px;
	padding-top:200px;
	padding-bottom:15px;
}

#banner .align {
	max-width:320px;
}
.container {
    width: 88%;
}


}

@media only screen and (min-width: 768px) and (max-width: 1169px) {
.navbar-header {
}
li.btnli {
    display: flex;
    align-items: flex-start;
    padding: 11px 0px;
}


#footer .contact {
    background: url(../images/footer_contact_bg.png) no-repeat;
    width: 100%;
    height: 195px;
    background-size: 100% 100%;
}

#footer .contact h4 {
    font-size: 15px;
}

#footer .contact .tel {
    font-size: 14px;
}
#footer .contact .button {
    height: 38px;
    line-height: 36px;
    font-size: 12px;
    padding: 0 18px 0 8px;
    position: relative;
}

#footer .contact .button span {
    right: 6px;
}

#copyright p {
    font-size: 13px;
}

#banner h2 {
	margin-top:50px;
}

#info .rt {
    padding-right: 15px;
	margin-bottom:25px;
}

#info-turn h2 {
    font-size: 34px;
}

#info-turn .btn-red {
    padding: 0 80px;
}

#info-turn p {
    font-size: 14px;
}
#banner .sp {
    padding: 100px 15px;
    padding: 50px 15px;
}

#banner .align {
	max-width:550px;
    max-width: 432px;
}

.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}

.navbar-default .navbar-nav>li>a.btn-pink {
    font-size: 12px;
    padding: 6px 15px;
    margin-left: 13px;
}

#banner .btn-green {	
    padding: 0 33px;
    font-size: 15px;
}

#banner p {
    font-size: 15px;
}
#banner h2 {
    margin-top: 50px;
    font-size: 32px;
}
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #000;
}

.navbar-default .navbar-nav>li>a>.fa {
margin-left:15px;
}

#header.navbar-fixed-top {
box-shadow: none;
}

@media only screen and (min-width: 767px) {
.navbar-nav>li.dropdown:hover>.dropdown-menu {
display:block;
}

}

.navbar-nav>li>.dropdown-menu {
min-width: 140px;
border-radius: 8px;
background-color: #fff;
box-shadow: 0 25px 32px 0 rgb(30 30 30 / 20%);
border:none;
padding:0;
top: 100%;
}

.navbar-nav>li>.dropdown-menu:before , .navbar-nav>li>.dropdown-menu:after {
display:none;
}

.dropdown-menu>li>a {
padding: 18px 25px;
color: #626262;
font-size: 15px;
}
#header { padding: 9px 0px; } .navbar-nav>li { margin-top: 10px; } .navbar-default .navbar-nav>li>a { font-size: 15px; padding:0px 12px; line-height: 38px; } .navbar-default .navbar-nav>li>a .fa { font-size: 20px; } .navbar-nav>li { margin-left: 13px; } .navbar-default .navbar-nav>li>a.btn-pink { font-size: 15px; font-weight: 600; line-height: 38px; display: inline-block; padding: 0; padding-right: 24px; padding-left: 24px; border-radius: 50px; background-color: #0dbd8b; text-align: center; -webkit-transition: all 400ms ease-out; transition: all 400ms ease-out; color: #fff; text-decoration: none; margin-top: 0px; margin-left: 20px; } .navbar-brand img { display: inline-block; width: 150px; margin-top: 3px; } .dropdown-menu { min-width:320px; } .dropdown-menu>li>a { padding: 14px 32px 14px 32px; color: #626262; font-size: 15px; line-height: 1.5; white-space: inherit; } .dropdown-menu>li>a>b { margin-bottom: 2px; font-size: 16px; font-weight: 600; } .dropdown-menu>li>a:focus b, .dropdown-menu>li>a:hover b { color: #0dbd8b; }



/** New Css Pages Add **/ 
.index-new .mt-30 {
  margin-top: 30px;
}

/*** ***/
#bread.shopelo {
    padding: 20px 0;
}

#bread.shopelo  a {
	font-size:14px;
    font-family: AEmb,Helvetica,Arial,sans-serif;
    font-weight: 600;
    color: #232f3e;
}

#bread.shopelo .fa {
	margin:0 15px;
	font-weight:bold;
}


/*** ***/
#info.left-sidebar {
    padding: 10px 0 150px 0;
}

#info.left-sidebar .left-bar {
	padding-top:10px;
}

#info.left-sidebar .left-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
}

#info.left-sidebar .left-bar ul>li {
    margin-bottom: 16px;
}

#info.left-sidebar .left-bar ul li, .design-Sell #info.left-sidebar .left-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
}

#info.left-sidebar .left-bar>ul>li>.active {
    color: #232f3e;
}

#info.left-sidebar .left-bar>ul>li.active a, #info.left-sidebar .left-bar>ul>li.active span {
    color: #232f3e;
    display: block;
    font: 900 22px/26px AEmb,Helvetica,Arial,sans-serif;
}

#info.left-sidebar .left-bar .active+ul {
    position: relative;
}

#info.left-sidebar .left-bar>ul>li:first-of-type>span+ul, #info.left-sidebar .left-bar>ul>li>.active+ul {
    max-height: none;
}

#info.left-sidebar .left-bar>ul>li>a.active+ul, #info.left-sidebar .left-bar>ul>li>span.active+ul {
    margin-top: 16px;
}

#info.left-sidebar .left-bar ul li ul {
	margin-bottom:17px;
}

#info.left-sidebar .left-bar ul li.has-children>a {
    color: #6c7778;
    display: inline-block;
	width:100%;
	margin-bottom:17px;
    font: 400 16px/24px AEmb,Helvetica,Arial,sans-serif;
}

#info.left-sidebar .left-bar ul li.has-children.active a {
    color: #232f3e;
    display: block;
    font: 900 22px/26px AEmb,Helvetica,Arial,sans-serif;
}

#info.left-sidebar .left-bar ul li ul li a {
	border-left:4px solid #eaeded;	
    position: relative;
    color: #232f3e;
    color: #6c7778 !important;
    display: block;
    font: 400 16px/24px AEmb,Helvetica,Arial,sans-serif!important;
    padding: 8px 0 8px 16px;
    -webkit-transition: color .15s cubic-bezier(.64,.15,.53,.53);
    transition: color .15s cubic-bezier(.64,.15,.53,.53);
}


#info.left-sidebar .left-bar ul li ul li a.active {
	border-color:#0099d9;
}

#info.left-sidebar h2 {
    font-size: 48px;
    line-height: 58px;
    font-family: AEmb,Helvetica,Arial,sans-serif;
    font-weight: 900;
    color: #232f3e;
	margin-top:0;
	margin-bottom:40px;
}

.index-new .link {
	position:relative;
	display:inline-block;
    color: #232f3e;
    font: 700 16px/24px AEmb,Helvetica,Arial,sans-serif;
}

/*.index-new .link.link-type-standard-dark:after {*/
.index-new .link.link-type-standard-dark:after {
    content: "";
    background: rgba(0,0,0,0) url(https://shopelo.pl/images/spritesheet-icons-with-reverse-icons.svg) no-repeat;
    display: inline-block;
    -webkit-transition: transform .2s cubic-bezier(.64,.15,.53,.53);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.64,.15,.53,.53);
    transition: -webkit-transform .2s cubic-bezier(.64,.15,.53,.53);
    transition: transform .2s cubic-bezier(.64,.15,.53,.53);
    transition: transform .2s cubic-bezier(.64,.15,.53,.53),-webkit-transform .2s cubic-bezier(.64,.15,.53,.53);
    height: 14px;
    margin-left: 12px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    width: 14px;
    background-position: -1px -27px;
}

.index-new .link:hover:after {
    background-position: -20px -27px;
    -webkit-transform: translate(4px);
    -ms-transform: translate(4px);
    transform: translate(4px);
}

#info.left-sidebar .rt p a:hover {
    background-size: 0 2px;
    background-position: right 100%;
    text-decoration: none;
}

#info.left-sidebar .rt h3 {
    font-size: 32px;
    line-height: 38px;
    color: #232f3e;
    font-family: AEmb,Helvetica,Arial,sans-serif;
	margin-top:0;
    padding-left: 24px;
    border-left: 8px solid #0099d9;
    font-weight: 900;
	margin-bottom:30px;
}

#info.left-sidebar .rt p {
    color: #6c7778;
    font-size: 16px;
    line-height: 24px;
    font-family: AEmb,Helvetica,Arial,sans-serif;
	margin-bottom:28px;
}

#info.left-sidebar .rt p a {
    padding-bottom: 4px;
    background: -webkit-linear-gradient(currentColor 99%,rgba(0,0,0,0)) no-repeat left 100%;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(99%,currentColor),to(rgba(0,0,0,0))) no-repeat left 100%;
    background: linear-gradient(currentColor 99%,rgba(0,0,0,0)) no-repeat left 100%;
    background-size: 100% 2px;
    -webkit-transition: background-size .3s cubic-bezier(.64,.15,.53,.53);
    transition: background-size .3s cubic-bezier(.64,.15,.53,.53);
    text-decoration: none;
}

#info.left-sidebar .rt hr {
    border-color: #eaeded;
	float:left;
	width:100%;
	margin:80px 0 0 0;
}

#info.left-sidebar .sp-top {
	padding-top:70px;
}

#info.left-sidebar .bt {
	margin-bottom:70px;
}

#info.left-sidebar .tp {
	margin-top:30px;
}

#info.left-sidebar .tpt {
	margin-top:40px;
}

#info.left-sidebar .rt ul.list {
    text-align: left;
    padding-left: 20px;
    margin: 0 0 25px 16px;
}

#info.left-sidebar .rt ul.list li {
    font-family: AEmb,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 24px;
    list-style: disc;
    margin-bottom: 16px;
    color: #6c7778;
}

#info.left-sidebar .bg-qu {
    border-left: 8px solid #008296;
    padding: 32px 48px;
    background-color: #fafafa;
    border-radius: 16px;
	margin:50px 0 40px 0;
}

#info.left-sidebar .bg-qu h3 {
	border:none;
	padding:0;
    font-size: 24px;
	margin-top:0px;
	margin-bottom:15px;
}

#info.left-sidebar .bg-qu h3 span {
    color: #008296;
}

#info.left-sidebar .bg-qu p {
    font-size: 16px;
    line-height: 24px;
    color: #373d3e;
	margin-bottom:0px;
}

#info.left-sidebar .rt h3.b-none {
	border:none;
	padding:0;
}

#banner.naucz {
	padding:40px 0;
}

#banner.naucz h6 {
    font-family: AEmbMono,Helvetica,Arial,sans-serif;
    color: #232f3e;
    font-size: 14px;
	text-transform:uppercase;
}

#banner.naucz h2 {
    font-size: 70px;
    line-height: 1.2 !important;
    color: #1a1a1a;
    font-weight: 900;
}

#banner.naucz p {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 24px;
	margin-bottom:30px;
}

#banner.naucz .l-btn {
	display:inline-block;
	color:#e71113;
	font-size:14px;
	font-weight:700;
}

#banner.naucz .l-btn .fa {
	margin-left:7px;
}

#banner.naucz .img img {
	max-width:72%;
}

/*** ***/
#info-tex.page-two .bg {
    border-radius: 7px;
    box-shadow: 0 0 32px rgb(0 0 0 / 10%);
    margin-bottom: 40px;
    padding: 40px 35px 35px 35px;
    background-color: #fff;
}

#info-tex.page-two .bg img {
	max-width:60px;
}


#info-tex.page-two h3 {
    font-size: 28px;
	line-height:1.4;
    color: #333333;
    font-weight: 900;
    margin-bottom: 20px;
}

#info-tex.page-two p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    font-weight: 500;
	min-height:120px;
}

#info-tex.page-two .l-btn {
	color:#000;
	font-size:14px;
	font-weight:600;
}

#info-tex.page-two .l-btn .fa {
	margin-left:5px;
}

#info-tex.page-two .bg-s {
	background:#e9eef2;
	padding:25px 5px;
	margin:10px 0 60px 0;
}

#info-tex.page-two .bg-s h3 {
	color:#e20001;
	font-size:22px;
	font-weight:900;
	margin:0;
	min-height:inherit;
}

#info-tex.page-two p.h-none {
	min-height:50px;
}

#info-tex.page-two .bg-s p {
	color:#000;
	font-size:14px;
	margin:0;
	min-height:inherit;
}

#info-tex.page-two .bg-s .s-btn {
	color:#fff;
	background:#e20001;
	display:inline-block;
	line-height:45px;
	width:140px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
}

#info-tex.page-two .lgs {
	margin-bottom:20px;
}


#info-tex.page-two .lgs h3 {
	font-size:30px;
	margin-bottom:10px;
}

#info-tex.page-two .lgs p {
	margin-bottom:10px;
    min-height: 105px;
}

#info-tex.page-two .bg-s.bt-s {
	margin-bottom:15px;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/arrow-left-white.png) no-repeat;
	background-size:cover;
}

.bx-wrapper .bx-next {
    background: url(../images/arrow-right-white.png) no-repeat;
}

.pagination>li>a.five {
	background:red;
	color:black;
}

#banner .progressbar__label-top ul {
	padding:0px 0;
	margin:0;
	display:inline-block;
	width:100%;
	list-style:none;
}

#banner .progressbar__label-top ul li {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	width:10.5%;
}

#banner .progressbar__label-top ul li:first-child {
    padding-left: 25px;
}

#banner .progressbar__label-top ul li p {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-size:14px;
	margin-bottom:0px;
}

hr {
  margin-top: 3em;
  margin-bottom: 2em;
}


.progressbar__label {
  margin: 0.5em 0 0.5em 0;
  display: block;
  box-sizing: border-box;
  position: relative;
}

.progressbar__label.progressbar__label-top {
  font-size: 1.5em;
}

.progressbar__label.progressbar__label-bottom {
  color: #333;
  font-size: 2em;
  font-weight: bold;
  opacity: 0;
}

.progressbar__bar {
  width: 100%;
  background: #CCC;
  border-radius: 10px;
  padding: 0;
  display: block;
  height: 25px;
}

.progressbar__bar .progressbar__bar-inner {
  display: flex;
  width: 0%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  height: 25px;
  border-radius: 10px;
  background: red;
  background: -webkit-linear-gradient(left, orange, yellow, green, cyan, blue, violet);
  background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
  background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
  background: linear-gradient(to right, orange, yellow, green, cyan, blue, violet);
}

.progressbar__bar .progressbar__bar-item {
  /*  display:block; */
  /*  float:left;  */
  box-sizing: border-box;
  position: relative;
  text-align: right;
  border-right: 1px solid white;
  width: 0%;
  height: 25px;
  margin: 0;
  padding: 3px 5px;
  opacity: 0;
}

.progressbar__bar .progressbar__bar-item:first-of-type {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.progressbar__bar .progressbar__bar-item:last-of-type {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: none;
}

.progressbar__bar .progressbar__bar-item:last-of-type:after {
  clear: both;
  content: "";
  display: block;
}

.progressbar__bar .progressbar__bar-item .progressbar__bar-item-label {
  color: white;
}

.progressbar__bar .progressbar__bar-item .progressbar__bar-max-label {
	color: #333;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 25px;
	border-right: 2px solid #CCC;
	border-right: none;
	padding-top: 20px;
	padding-right: 5px;
	opacity: 0;
	font-size: 2em;
	font-weight: bold;
}

#info.left-sidebar .left-bar ul li.collapsed ul {
  display:none;
}


#info.left-sidebar .left-bar ul li.has-children>a.active+ul {
	display:block;
}	


#info.left-sidebar .left-bar ul li.has-children>a {
	margin:0;
    padding: 11px 0px;
}	

#info.left-sidebar .left-bar ul li.active ul {
    display: block;
    position: relative;
    width: 100%;
	background:none;
	border:none;
	padding:0;
    min-width: 100%;
	border-radius:0;
	margin:0;
}

#info.left-sidebar .left-bar ul li ul {
    margin-bottom: 10px;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

#info.left-sidebar #sidebar .navbar-collapse {
	padding:0;
}

#info.left-sidebar #sidebar .navbar-inverse {
	background:none;
	border:none;
	border-radius:0;
	margin:0;
}

#info.left-sidebar #sidebar .navbar-inverse .navbar-nav>.active>a, #info #sidebar .navbar-inverse .navbar-nav>.active>a:focus, #info #sidebar .navbar-inverse .navbar-nav>.active>a:hover {
	background:none;
	border-color:#0099d9;
    color: #232f3e;
}

#info.left-sidebar .dropdown-menu>.active>a,#info .dropdown-menu>.active>a:focus,#info .dropdown-menu>.active>a:hover {
	background:none;
	border-color:#0099d9;
    color: #232f3e;
}

#info.left-sidebar .left-bar ul li {
	width:100%;
}

#info.left-sidebar .left-bar ul li.has-children.active>a {
    color: #232f3e;
    display: block;
    font: 900 22px/26px AEmb,Helvetica,Arial,sans-serif !important;
}


#info.left-sidebar .dropdown-menu>li>a:hover {
	background:none;
}


@media (max-width: 768px) {
  /* fast styled */
    body.bg {
        background: rgba(0, 0, 0, 0.5);
        overflow-x: hidden;
    }
    #contact-info label p {
        margin-left: -3px;
    }
    .features__item {
        align-items: center;
    }
    .features__item--text {
        font-size: 15px;
        line-height: 25px;
    }
    .comparison {
        overflow-x: auto;
    }
    .responsive-video { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
    .responsive-video iframe, .responsive-video object, .responsive-video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
    .btn {
        font-size: 11px;
    }
    
}

