@charset "utf-8";

/*
Theme Name:  CEE
Theme URI: https://www.cee.pl
Author: estinet
Author URI: https://www.estinet.pl/
Description: 
Version: 2.0
*/

/* .cky-consent-container {
    position: fixed;
    width: 910px!important;
    box-sizing: border-box;
    z-index: 9999999;
    border-radius: 6px;
    display: flex!important;
    justify-content: center!important;
    right: 40px!important;
    margin: 0 auto!important;
    top: 40px!important;
    align-items: center!important;
} */


.cky-box-bottom-left {
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    width: auto!important;
    margin: auto;background-color: rgb(255 255 255 / 90%);
}
.cky-consent-container .cky-consent-bar {max-width: 600px;}
/* lato-300 - latin-ext_latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/lato-v17-latin-ext_latin-300.eot');
    /* IE9 Compat Modes */
    src: local(''), url('fonts/lato-v17-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/lato-v17-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/lato-v17-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
    url('fonts/lato-v17-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/lato-v17-latin-ext_latin-300.svg#Lato') format('svg');
    /* Legacy iOS */
}

/* lato-regular - latin-ext_latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/lato-v17-latin-ext_latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('fonts/lato-v17-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/lato-v17-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/lato-v17-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/lato-v17-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/lato-v17-latin-ext_latin-regular.svg#Lato') format('svg');
    /* Legacy iOS */
}

/* lato-700 - latin-ext_latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/lato-v17-latin-ext_latin-700.eot');
    /* IE9 Compat Modes */
    src: local(''), url('fonts/lato-v17-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/lato-v17-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/lato-v17-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/lato-v17-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/lato-v17-latin-ext_latin-700.svg#Lato') format('svg');
    /* Legacy iOS */
}

/* lato-900 - latin-ext_latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/lato-v17-latin-ext_latin-900.eot');
    /* IE9 Compat Modes */
    src: local(''), url('fonts/lato-v17-latin-ext_latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/lato-v17-latin-ext_latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/lato-v17-latin-ext_latin-900.woff') format('woff'), /* Modern Browsers */
    url('fonts/lato-v17-latin-ext_latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/lato-v17-latin-ext_latin-900.svg#Lato') format('svg');
    /* Legacy iOS */
}
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-search:before {
    content: "\f002";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-linkedin:before {
    content: "\f08c";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-phone:before {
    content: "\f095";
}
.fa-calendar:before {
    content: "\f133";
}
.fa-users:before {
    content: "\f0c0";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-clock-o:before {
    content: "\f017";
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong {
    font-weight: 900;
}
em {
    font-style: italic
}
.fa {
    font: normal normal normal 14px/1 FontAwesome!important
}
a, a:hover, a:focus {
    text-decoration: none;
}
body {
    font-family: 'Lato', Tahoma, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #474747;
}
.container {
    position: relative;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', Tahoma, sans-serif;
}

/*.top-wrapper {position: absolute; left: 0; right: 0; top: 0; z-index: 10; background-color: transparent; }*/

.top-wrapper .container {
    padding-top: 5px;
    padding-bottom: 5px;
}
.logo {padding: 20px 0;}
.logo img {
    width: 290px;
}
@media screen and (max-width:900px) {
    .logo img {width: 140px;}
}
.search-box {
    position: absolute;
    right: 30px;
    bottom: 65px;
    width: 220px;
    line-height: 30px;
}
.search-box input[type="text"] {
    position: relative;
    width: 100%;
    border: 1px solid #cacaca;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 40px;
    box-sizing: border-box;
    line-height: 30px;
}
.search-box .searchButton {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 10;
    background-color: transparent;
    border: 0
}
body #mega-menu-wrap-menu1 #mega-menu-menu1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: #fff!important;
}
#nav {
    position: absolute;
    right: 0;
    bottom: 0px;
}
#nav ul {
    float: right
}
#nav ul li {
    display: inline-block
}
#nav ul li a {
    color: #001c5e;
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px;
    position: relative;
}
#nav ul li.mega-current-page-ancestor>a, #nav ul li .mega-current-menu-ancestor>a, #nav ul li.mega-current-menu-parent>a {
    color: #ef7f1f!important;
}
#nav ul {}
.top-socials {
    position: absolute;
    top: 10px;
    right: 590px;
}
.top-socials ul {}
.top-socials ul li {
    display: inline-block
}
.top-socials ul li a {
    display: block;
    float: left;
    color: #001c5e;
    font-size: 20px;
    padding: 0 10px;
}
.top-socials .fa {
    font-size: 18px!important;
}
.top-phone {
    position: absolute;
    right: 460px;
    top: 15px;
    font-size: 16px;
}
.top-phone a, .top-mail a {
    color: #000
}
.top-phone .fa, .top-mail .fa {
    color: #ef7f1f;
    margin-right: 4px
}
.top-mail {
    position: absolute;
    right: 280px;
    top: 15px;
    font-size: 16px;
}
.lang {
    position: absolute;
    top: 15px;
    right: 28px;
}
.lang select {
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
}
.header {
    background-image: url(images/header-slider.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    position: relative
}
.header .container {
    position: initial
}
.et-db #et-boc .et-l .et_pb_row_0 {
    width: 100%;
}
.header-slider {
    position: relative
}
.header-slider .caption {
    position: absolute;
    bottom: 10vh;
    left: 0;
    top: initial;
    right: 0;
    text-align: center;
    z-index: 10;
    color: #fff;
}
.caption .termin {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 1px 1px 3px #474747;
}
.caption h2 {
    font-weight: 700;
    max-width: 60%;
    margin: 0 auto 10px;
    font-size: 30px;
    line-height: 1.3;
    text-shadow: 1px 1px 3px #474747;
}
.caption .add-info {
    font-weight: 700;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px #474747;
}
.caption .read-more {
    background: #ef7f01;
    color: #fff;
    padding: 8px 15px;
    box-shadow: none;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    width: 150px;
    margin: 0 auto;
    border-radius: 4px;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.rslides_tabs {
    text-align: center;
    position: absolute;
    bottom: 0px;
    z-index: 100;
    width: 100%;
}
.rslides_tabs li {
    display: inline-block;
}
.rslides_tabs li a {
    display: block;
    margin: 0 3px;
    text-indent: -9999px;
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.rslides_tabs li.rslides_here a {
    background-color: #fff;
    border: 2px solid transparent;
}
.caption {
    position: absolute;
    top: 260px;
}
.caption h3 {
    font-size: 100px;
    color: #fff;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px #474747
}
.caption h3 span {
    display: block
}
.caption h3 span.color {
    color: #ef7f1f
}
.caption p {
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}
.caption .fa {
    margin-right: 5px
}
.zgoda-opis h4.show-more {
    cursor: pointer
}
.box-add {
    display: none
}
.box-add.active {
    display: block
}
h3.package-title a {
    pointer-events: none!important;
    color: #474747
}
#user_login, #user_pass {
    padding: 0px 10px;
    width: 100%!important;
    border: 1px solid #ccc;
    line-height: 34px;
}
.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement, .ur-frontend-form .ur-form-row .ur-form-grid input[type=date], .ur-frontend-form .ur-form-row .ur-form-grid input[type=email], .ur-frontend-form .ur-form-row .ur-form-grid input[type=number], .ur-frontend-form .ur-form-row .ur-form-grid input[type=password], .ur-frontend-form .ur-form-row .ur-form-grid input[type=phone], .ur-frontend-form .ur-form-row .ur-form-grid input[type=text], .ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker], .ur-frontend-form .ur-form-row .ur-form-grid input[type=url], .ur-frontend-form .ur-form-row .ur-form-grid select, .ur-frontend-form .ur-form-row .ur-form-grid textarea {
    border: 1px solid #ccc
}
.scroll {
    cursor: pointer;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -25px;
    color: #fff;
    z-index: 100;
    background-color: #ef7f1f;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
}
.header a.btn.btn-more {
    border: 2px solid #fff;
    color: #fff;
    line-height: 36px;
    padding: 0 25px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 2px #474747
}
.header a.btn.btn-more:hover {
    box-shadow: none;
    border: 2px solid #ef7f1f;
    color: #ef7f1f
}
.rslides_nav {
    position: absolute;
    top: 50%;
    margin-top: -42px;
    text-indent: -99999px;
    display: block;
    width: 40px;
    height: 82px;
    background-image: url(images/nav.png);
    background-repeat: no-repeat;
    background-position: 0 0
}
.rslides_nav.next {
    left: 20px;
    background-position: 12px center
}
.rslides_nav.prev {
    right: 20px;
    background-position: -28px center
}
.lead {
    margin-bottom: 50px;
}
.lead h2 {
    font-size: 42px;
    line-height: normal;
    font-weight: 900;
    margin-bottom: 20px;
}
.lead h3 {
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #ef7f1f;
}
.section {
    padding: 40px 0;
}
.section-bg {
    background-color: #f2f2f2
}
.ramka-opisu {
    margin: 20px 0 0
}
.pages .ramka-opisu h6 {
    font-weight: 700;
    display: inline
}
.pages .ramka-opisu p {
    display: inline;
    padding-left: 10px;
}
.add-description {}
.pages.page-1822 {
    padding-bottom: 100px!important;
}
.page-1822 #caldera_form_1 h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}
.page-1822 #caldera_form_1 {}
.page-1822 #caldera_form_1 {}

/* strefa logowania */

#loginform label {
    width: 80px;
    display: inline-block;
}
#user_login, #user_pass {
    padding: 0px 10px;
    width: 260px;
    border: 1px solid #ccc;
    line-height: 34px;
}
#wp-submit {
    padding: 8px 25px;
    border: 0;
    background: #ff7701;
    background: -moz-linear-gradient(left, #f91c3d 0%, #ff5400 100%);
    background: -webkit-linear-gradient(left, #ff7701 0%, #ff5400 100%);
    background: linear-gradient(to right, #ff7701 0%, #ff5400 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f91c3d', endColorstr='#ff5400', GradientType=1);
    color: #fff;
}
.oferta-wrapper-2 h1 {
    font-size: 42px;
    line-height: normal;
    font-weight: 900;
    margin-bottom: 20px
}
.oferta {
    margin-bottom: 40px;
    padding: 0 10px;
}
.oferta .inner {
    padding: 20px 15px;
    background-color: #f1f1f1;
    min-height: 370px;
    position: relative;
    overflow: hidden;
}
.oferta .inner {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border: 6px solid #fff;
}
.oferta .inner .mask {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}
.oferta-1 .inner {
    background-image: url(images/oferta-bg.jpg);
}
.oferta-2 .inner {
    background-image: url(images/oferta-2-bg.jpg);
}
.oferta-3 .inner {
    background-image: url(images/oferta-3-bg.jpg);
}
.oferta-4 .inner {
    background-image: url(images/oferta-bg.jpg);
}
.oferta-5 .inner {
    background-image: url(images/oferta-bg.jpg);
}
.oferta-6 .inner {
    background-image: url(images/oferta-bg.jpg);
}
.oferta-text {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.3;
    text-align: justify
}
.oferta:hover .mask {
    background-color: rgba(0, 0, 0, 0.14)
}
.oferta:hover .inner {
    box-shadow: none;
}
.oferta:hover .inner a {
    color: #fff
}
.oferta h4 {
    padding: 10px 0px 10px;
    font-weight: 900;
    font-size: 17px;
    line-height: 1.2;
    color: #185288;
    position: relative;
    z-index: 1;
}
.oferta h4 a {
    color: #185288;
    display: block
}
.oferta .btn-more {
    display: inline-block;
    width: 100px;
    background: #ff7701;
    background: -moz-linear-gradient(left, #f91c3d 0%, #ff5400 100%);
    background: -webkit-linear-gradient(left, #ff7701 0%, #ff5400 100%);
    background: linear-gradient(to right, #ff7701 0%, #ff5400 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f91c3d', endColorstr='#ff5400', GradientType=1);
    border-radius: 0px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    padding: 0;
    z-index: 2
}
.menu-list {
    text-align: left
}
.menu-list ul li a {
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 2px
}
.our-best {}
.best .icon {
    margin-bottom: 0px;
    max-width: 36%;
    margin: 0 auto;
}
.best h3 {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    font-weight: 700;
    margin-bottom: 10px;
}
.best a {
    color: #ef7f01;
}
.about-us .row:nth-of-type(odd) .about-text {
    float: right
}
.about-us .row:nth-of-type(odd) .about-img {
    float: left
}
.about-us .about-text {
    padding-top: 40px;
}
.about-us .about-img {
    position: relative
}
.about-us .about-img .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 50px;
    margin-top: -20px;
    margin-left: -20px;
}
.about-us h2 {}
.about-us h2 a {
    display: block;
    line-height: 1;
    color: #000
}
.about-us .spec {
    color: #fff;
    margin: 20px 0
}
.news-wrapper {
    padding-top: 60px
}
.news-wrapper .news {
    min-height: 400px;
    position: relative;
    background-size: cover;
    background-position: center
}
.news-wrapper .news a {
    display: block;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.news-wrapper .news:hover {
    opacity: 0.9
}
.news-wrapper .news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent 0px, rgba(0, 0, 0, 0.35) 130px, rgba(0, 0, 0, 0.55));
    padding: 30px 40px 40px
}
.news-wrapper .news-date {
    font-size: 13px;
    line-height: 26px;
    border-radius: 5px;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.spec {
    background: #ff7701;
    background: -moz-linear-gradient(left, #f91c3d 0%, #ff5400 100%);
    background: -webkit-linear-gradient(left, #ff7701 0%, #ff5400 100%);
    background: linear-gradient(to right, #ff7701 0%, #ff5400 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f91c3d', endColorstr='#ff5400', GradientType=1);
}
.news-wrapper .news h3 {
    font-size: 20px;
    font-weight: 900;
    min-height: 60px;
}
.news-wrapper .news .news-text {
    margin: 20px 0 10px;
    display: block;
    min-height: 70px;
}
.news .more {
    display: block
}
.cat .news {
    margin-bottom: 30px;
}
.cat .inner {
    border: 1px solid #dedede;
}
.cat .news-content {
    padding: 10px;
    background-color: #f1f1f1;
    min-height: 230px;
}
.cat .news.baza-wiedzy .news-content {
    padding: 0;
    background-color: #fff;
    min-height: auto;
}
.cat .news .news-date {
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 10px;
}
.cat .news h3 {
    font-size: 16px;
    font-weight: 900;
}
.cat .news h3 a {
    color: #474747;
    display: block;
    font-weight: 600;
}
.cat .more {
    font-size: 13px;
    color: #ff7701;
}
#addshow {
    display: none;
}
.box-add2 {
    display: none;
}
#more {
    cursor: pointer;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 20px;
}
#more:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 10px;
}
#more.active:after {
    content: "\f106";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 10px;
}
.show-more2 {
    cursor: pointer;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 20px;
}
.show-more2:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 10px;
}
.show-more2.active:after {
    content: "\f106";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 10px;
}
.add-tag {
    text-transform: uppercase;
    font-size: 11px;
    background-color: #ef7f01;
    color: #fff;
    padding: 3px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
}
.post-archiwum {
    opacity: 0.6;
}
.pages .ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
    border: 1px solid #dedede;
    margin: 10px;
}
.baza-wiedzy .news {
    padding: 10px 10px 40px 10px;
    border: 1px solid #dedede;
}
.baza-wiedzy .news-content {
    padding: 10px;
    background-color: #f1f1f1;
    min-height: 220px;
}
.baza-wiedzy .news.baza-wiedzy .news-content {
    padding: 0;
    background-color: #fff;
    min-height: auto;
}
.baza-wiedzy .news .news-date {
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 10px;
}
.baza-wiedzy .news h3 {
    font-size: 16px;
    font-weight: 900;
}
.baza-wiedzy .news h3 a {
    color: #474747;
    display: block;
    font-weight: 600;
}
.baza-wiedzy .more {
    font-size: 13px;
    color: #ff7701;
}
#et-boc.et-boc .index-branzowy h2 {
    font-size: 16px;
    color: #2f2f2f;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.index-branzowy ul {
    margin: 0!important;
}
.index-branzowy ul:after {
    content: "";
    display: block;
    clear: both
}
.index-branzowy ul li {
    display: inline-block;
    width: 24%;
    float: left;
    min-height: 60px;
    padding: 10px!important;
    box-sizing: border-box!important;
    font-size: 14px;
    background-color: #f1f1f1!important;
    margin-bottom: 10px!important;
    margin-right: 1%!important;
}
.main-best {
    color: #fff;
    padding: 40px 0;
    background-color: #1e3467
}
.main-best .big {
    font-size: 44px;
    font-weight: 900;
    text-align: center;
}
.main-best .small {
    font-size: 22px;
    padding-top: 0;
    text-align: center;
}
.main-best .small span {
    display: block;
    font-size: 14px;
}
.comming.section {
    padding: 60px 0;
}
.kurs {
    padding: 0 10px 50px;
}
.kurs h4 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.5px;
    min-height: 65px;
    line-height: 1.2;
}
.kurs .data {
    font-size: 13px;
    font-weight: 900;
    color: #848484;
    margin-bottom: 20px;
    display: block;
}
.kurs .data .fa {
    color: #ff7701
}
.kurs .cats {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.kurs a {
    color: #000
}
.kurs span.btn {
    display: inline-block;
    width: 80px;
    background: #ff7701;
    background: -moz-linear-gradient(left, #f91c3d 0%, #ff5400 100%);
    background: -webkit-linear-gradient(left, #ff7701 0%, #ff5400 100%);
    background: linear-gradient(to right, #ff7701 0%, #ff5400 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f91c3d', endColorstr='#ff5400', GradientType=1);
    border-radius: 0px;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    padding: 0;
}
.pages ul.rodzaj_szkolenia {
    padding: 0;
    margin: 0;
}
ul.rodzaj_szkolenia li {
    display: inline-block;
    padding-right: 10px;
    list-style: none
}

/*   forms */

.form-group .row {
    margin-bottom: 15px;
}
.form-group label {
    margin-bottom: 5px;
}
.form-group sup {
    color: red
}
.form-group span.separator {
    display: block;
}
.typ_szkolenia input {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}
.typ_szkolenia span.info {
    color: inherit;
}
.error {
    padding: 5px 9px;
    border: 1px solid red;
    color: red;
    border-radius: 3px;
}
.success {
    padding: 5px 9px;
    border: 1px solid green;
    color: green;
    border-radius: 3px;
}
form span {
    color: red;
}
form span.typ1, form span.typ2, .caldera-forms-conditional-field {
    color: #000
}
#fld_5971058_1_opt1620467, #fld_5971058_1_opt1893525 {
    margin-top: 5px;
}
span.spec-info-cena {
    color: inherit;
}
.form-inline input[type="checkbox"] {
    line-height: 0!important;
    padding: 0;
    height: 13px;
    margin: 0;
}
.zgody input[type="checkbox"] {
    display: inline-block;
    height: 16px;
    width: 16px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.zaswiadczenie input[type="checkbox"] {
    display: inline-block;
    height: 16px;
    width: 16px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.form-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.form-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.pages .zgody p {
    margin-bottom: 10px
}
.pages .zgody ul {
    list-style: square
}
.pages .zgody ul li {
    margin-bottom: 2px;
}
.pages .zgoda-opis {
    font-size: 13px;
}
.pages .zgoda-opis p {
    margin-bottom: 10px
}
.pages iframe {
    max-width: 100%;
}
.pages #et-boc .et_pb_text ul {
    margin-bottom: 0;
    padding-bottom: 10px
}
.pages #et-boc .et_pb_text ul:nth-of-type() {
    padding-bottom: 20px
}
.pages #et-boc .et_pb_text ul ul {
    margin-bottom: 0;
    padding-bottom: 0;
}
.zasiadczenie-row {
    display: none
}
.zasiadczenie-row.active {
    display: block
}
.spec-oswiadczenia .fa-asterisk {
    font-size: 8px;
    position: relative;
    top: -2px;
}
.pages .spec-oswiadczenia p {
    margin-bottom: 5px
}
.box-newsletter a {
    color: #ff7701
}
.content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

/*.header-pages { min-height: 140px; background-image: url(images/header-page.jpg); background-position: center; background-size: cover; background-color: #000; }*/

.header-pages {
    min-height: 140px;
    color: #fff;
    background-color: #1e3467;
    background-image: url('https://www.cee.pl/wp-content/themes/ceetheme/images/header-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.header-pages .icon {
    position: absolute;
    right: 22px;
    top: 10px;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px;
}
.head-7 .icon {
    background-image: url(images/headers/icon-contact.svg);
}

/*kontakt*/

.head-9 .icon, .parent-pageid-9 .icon {
    background-image: url(images/headers/icon-o-nas.svg);
}

/*o nas*/

.head-baza-wiedzy .icon {
    background-image: url(images/headers/icon-baza-wiedzy.svg);
    -webkit-background-size: 60px;
    background-size: 60px;
}

/*baza wiedzy*/

.head-news .icon {
    background-image: url(images/headers/icon-news.svg);
}

/*news*/

.head-393 .icon, .parent-pageid-393 .header-pages .icon {
    background-image: url(images/headers/icon-dofinansowanie.svg);
}

/*dofinansowanie*/

.head-178 .icon, .head-186 .icon {
    background-image: url(images/headers/icon-klienci.svg);
}

/* nasi klienci */

.head-38 .icon {
    background-image: url(images/headers/icon-oferta-v2.svg);
}

/*oferta*/

.parent-pageid-38 .icon {
    background-image: url(images/headers/icon-oferta-v2.svg);
}

/*oferta*/

.parent-pageid-131 .icon {
    background-image: url(images/headers/icon-oferta-v2.svg);
}

/*oferta*/

.parent-pageid-123 .icon {
    background-image: url(images/headers/icon-oferta-v2.svg);
}

/*oferta*/

.parent-pageid-114 .icon {
    background-image: url(images/headers/icon-oferta-v2.svg);
}

/*oferta*/

.page-id-135 .icon {
    background-image: url(images/headers/icon-oferta-v2.svg);
}

/*oferta*/

.header-pages a {
    color: #fff;
}
.header-pages .header-title {
    padding-top: 50px;
    font-size: 26px;
    font-weight: bold;
    color: #fff
}
.breadcrumbs {
    font-size: 12px;
    color: #fff;
}
.et-db #et-boc .et-l .et_pb_row {
    max-width: 1140px
}
.et-db #et-boc .et_pb_column h3 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-weight: 800;
    color: #474747;
}
.pages {
    padding: 40px 0;
}
.page-3325 {
    min-height: 40vh;
}
.pages.full-width {
    padding: 20px 0;
}
.et-db .pages #et-boc .et_pb_module a, .pages a {
    font-weight: 700;
    color: #ef7f01;
}
.pages h1, .pages #et-boc h1, .pages #et-boc .et_pb_column h1 {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 700;
    color: #185288;
}
.pages h2, .pages #et-boc h2 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #1263a4;
}
.pages #et-boc .tabs h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 900;
    color: #000;
}
.pages #et-boc .tabs ul {
    margin-bottom: 30px
}
.et-db #et-boc .et_pb_tabs_controls li.et_pb_tab_active a {
    color: #fff!important
}
.pages h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 700;
    color: #474747;
    /*color: #ef7f01;*/
}
.pages h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #1263a4;
}
.pages h5 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px
}
.pages .su-column p+h4 {
    font-size: 13px;
}
.pages p {
    margin-bottom: 20px;
}
.pages ol {
    margin: 0 0 20px 30px;
    list-style-type: decimal
}
.pages ul {
    margin: 0 0 20px 30px;
    list-style-type: square
}
.lista-firm ul {
    margin: 0!important
}
.lista-firm ul:after {
    content: "";
    display: block;
    clear: both
}
.lista-firm ul li {
    display: inline-block;
    width: 24%;
    float: left;
    min-height: 60px;
    padding: 10px!important;
    box-sizing: border-box!important;
    font-size: 14px;
    background-color: #f1f1f1!important;
    margin-bottom: 10px!important;
    margin-right: 1%!important;
}
.cat {
    padding: 40px 0;
}
.opinia-content {
    background-color: #f1f1f1;
    padding: 10px;
    margin-bottom: 20px;
}
.opinia-content:hover {
    box-shadow: 0 0 5px 0 #a5a5a5
}
.opinia-content h3 {
    text-align: right;
    font-weight: bold;
}

/* widok szkolenia */

.oferta-szkolen {
    padding-bottom: 30px;
}
.oferta-szkolen h2 {
    font-size: 20px;
    font-weight: 700;
    background-color: #f1f1f1;
    padding: 5px 0 5px 10px;
    text-transform: uppercase;
    border-bottom: 1px dashed #d3d3d3;
}
.oferta-szkolen h2:after {
    /* content: ""; */
    display: block;
    width: 140px;
    height: 1px;
    background-color: #ef7f01;
    margin-top: 5px;
}
.oferta-szkolen {}
.szkolenie-title {
    font-weight: 700;
    font-size: 18px;
}
.product-row {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1
}
.product-row:last-child {
    border-bottom: 0
}
.product-type {
    padding: 0;
    text-align: right;
}
.product-type ul {
    margin-top: 0px;
    margin: 0;
    padding: 0;
}
.product-type ul li {
    display: inline-block;
    float: left;
    width: 60px;
    margin: 0 5px;
}
.product-row a {}
.product-row h3.szkolenie-title {
    padding-left: 5px;
}
.product-row h3.szkolenie-title a {
    color: #265a88;
    font-weight: 600;
}
.product-row .szkolenie-lead {
    padding-left: 5px;
}
.product-row .szkolenie-lead p {
    margin-bottom: 0
}
.product-row .szkolenie-termin {
    padding-left: 5px;
}
.product-row .szkolenie-termin strong {
    color: #ef7f01;
}
.product-row .szkolenie-btn {
    padding-left: 0;
    text-align: right;
}
.product-row .btn-more {
    background: #185288 none repeat scroll 0 0;
    border: 1px solid #185288;
    color: #fff;
    border-radius: 0;
    padding: 0 15px;
    height: 35px;
    font-size: 14px;
    display: inline-block;
    line-height: 32px;
}
.product-row .btn-more:hover {
    background-color: #ef7f1f;
    border-color: #ef7f1f
}
.szkolenia-opinie .box-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.opinia {
    padding-left: 0;
    padding-right: 0;
}
.panel-body {
    padding: 10px;
    font-size: 13px;
}
.panel-body p {
    margin: 0
}
.thumbnail {
    padding: 0px;
}
.panel {
    position: relative;
}
.panel>.panel-heading:after, .panel>.panel-heading:before {
    position: absolute;
    top: 11px;
    left: -16px;
    right: 100%;
    width: 0;
    height: 0;
    display: block;
    content: " ";
    border-color: transparent;
    border-style: solid solid outset;
    pointer-events: none;
}
.panel>.panel-heading:after {
    border-width: 7px;
    border-right-color: #f7f7f7;
    margin-top: 1px;
    margin-left: 2px;
}
.panel>.panel-heading:before {
    border-right-color: #ddd;
    border-width: 8px;
}
.nav-inner {
    margin: 20px 0;
}
.nav-inner ul {
    margin: 0;
    padding: 0;
}
.nav-inner ul:after {
    content: "";
    display: block;
    clear: both
}
.nav-inner ul li {
    display: inline-block;
    float: left;
    width: 33.333%;
    text-align: center;
}
.nav-inner ul li a {
    display: block;
    padding: 0 20px;
    line-height: 42px;
    background: #e2e2e2;
    color: #3a3a3a;
}
.nav-inner ul li a.active {
    background-color: #185288;
    color: #fff
}
.nav-inner ul li a:hover {
    background-color: #185288;
    color: #fff
}
#details h2 {
    font-size: 20px;
    font-weight: 600
}
#details h2 strong {
    font-weight: 600;
}
#details table {
    margin-bottom: 20px;
}
.program-szkolenia {
    padding: 30px 0;
}
#program h2 {
    font-size: 20px;
    font-weight: 600
}
form span.custom-toggle {
    color: #474747
}
.custom-toggle {
    display: none
}
.custom-toggle.expand {
    display: block
}
.et-db #et-boc .page-wrapper .et-l .et_pb_module .caldera-grid input[type=text] {
    width: 80%;
}
span.more {
    color: #ef7f1f!important
}
.caldera-grid form input[type="checkbox"] {
    position: relative;
    left: 0;
    top: 1px;
}

/* widok stron*/

.pages .product-more .signup {
    color: #fff!important;
    margin-top: 20px;
}
.pages ul.training-type {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pages ul.training-type li {
    margin-bottom: 5px;
}
.pages ul.training-type li img {
    width: 18px;
    display: inline-block;
}
.pages ul.pending {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pages ul.pending li {
    margin-bottom: 20px;
}
.pages ul.pending p {
    margin-bottom: 0;
}
.pages ul {
    list-style: square
}
.pages ul ul {
    list-style: lower-alpha;
    margin-bottom: 0px;
}
.pages ul ul ul {
    list-style: square;
    margin-bottom: 0px;
}
.pages ul ul ul ul {
    list-style: circle;
    margin-bottom: 0px;
}

/* sidebar */

.sidebar {}
.sidebar .widget {}
.sidebar .widget {
    margin-bottom: 30px;
}
.sidebar .blockTitle {
    text-transform: uppercase;
    color: #ef7f1f;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 22px;
    padding-top: 10px;
}
.sidebar .menu {
    list-style: none;
    margin: 0;
}
.sidebar .menu li {}
.sidebar .menu>li a {
    display: block;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    color: #185288;
    background-color: #f1f1f1;
    padding: 10px 10px;
    line-height: 1.2;
    border-bottom: 1px dashed #d3d3d3;
    margin: 0;
}
.sidebar .menu .sub-menu {
    list-style: none;
    margin: 10px 0px;
    display: none
}
.sidebar .menu .current-menu-item .sub-menu {
    display: block
}
.sidebar .menu .sub-menu .sub-menu {
    display: none
}
.sidebar .menu .sub-menu li a {
    padding: 7px 10px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
}
.sidebar .menu ul {
    margin: 10px 0 10px 20px;
}
.sidebar .menu ul li {}
.sidebar .menu ul li:last-of-type {
    border-bottom: 0px dashed #d3d3d3;
}
.sidebar .menu li.current-menu-item>a {
    background-color: #185288;
    color: #fff;
    border-bottom: 0;
}
.sidebar .menu li.current-page-ancestor>a {
    background-color: #185288;
    color: #fff;
    border-bottom: 0;
}
.postid-2812 .sidebar .menu li#menu-item-2839 a {
    background-color: #185288;
    color: #fff;
    border-bottom: 0;
}
.sidebar .menu li.current-menu-parent ul.sub-menu {
    display: block
}
.sidebar .menu li.current-page-ancestor ul.sub-menu {
    display: block
}
.sidebar .menu li.current-page-ancestor ul ul.sub-menu {
    display: block;
}
.sidebar .menu li#menu-item-2839 .sub-menu {
    display: none!important
}
.sidebar .menu li.current-menu-parent>a, .sidebar .menu li.current_page_ancestor>a {
    background-color: #185288;
    color: #fff;
    border-bottom: 0;
}
.sidebar .menu ul li.current-menu-item>a {
    background-color: #ef7f01;
    color: #fff;
}
.sidebar .logout-menu {
    margin: 0;
    list-style: none
}
.sidebar .logout-menu li a {
    background-color: #ff5a00;
    color: #fff;
    border-bottom: 0;
    display: block;
    padding: 10px 10px;
    line-height: 1.2;
}
.sidebar ul.sub-menu ul.sub-menu {
    margin-left: 10px;
}
.sidebar ul.sub-menu ul.sub-menu li:before {
    content: "\f105";
    float: left;
    display: inline-block;
    padding: 7px 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}
.cat-type.biegly-rewident .sidebar li.menu-item-149 ul.sub-menu {
    display: block
}
.cat-type.kursy-ksiegowosci .sidebar li.menu-item-141 ul.sub-menu {
    display: block
}
.cat-type.kursy-kadry-place .sidebar li.menu-item-141 ul.sub-menu {
    display: block
}
.cat-type.kursy-ksiegowosci .sidebar li.menu-item-141 li.menu-item-144>a {
    background-color: #185288;
    color: #fff;
    border-bottom: 0;
}
.cat-type.kursy-kadry-place .sidebar li.menu-item-141 li.menu-item-4303>a {
    background-color: #185288;
    color: #fff;
    border-bottom: 0;
}
.cat-type.doradca-podatkowy .sidebar li.menu-item-141 ul.sub-menu {
    display: block
}
.cat-type.doradca-podatkowy .sidebar li.menu-item-141 li.menu-item-142>a {
    background-color: #185288;
    color: #fff;
    border-bottom: 0;
}
.cat-type.szkolenia-podatkowe .sidebar li.menu-item-140 ul.sub-menu {
    display: block
}
.cat-type.szkolenia-podatkowe .sidebar li.menu-item-140 li.menu-item-781>a {
    background-color: #185288;
    color: #fff;
    border-bottom: 0;
}
.cat-type.szkolenia-ksiegowosc .sidebar li.menu-item-140 ul.sub-menu {
    display: block
}
.cat-type.szkolenia-ksiegowosc .sidebar li.menu-item-140 li.menu-item-780>a {
    background-color: #185288;
    color: #fff;
    border-bottom: 0;
}
.cat-type.kursy-kadry-i-place .sidebar li.menu-item-140 ul.sub-menu {
    display: block
}
.cat-type.kursy-kadry-i-place .sidebar li.menu-item-140 li.menu-item-779>a {
    background-color: #185288;
    color: #fff;
    border-bottom: 0;
}
.cat-type.szkolenia-finansowe .sidebar li.menu-item-140 ul.sub-menu {
    display: block
}
.cat-type.szkolenia-finansowe .sidebar li.menu-item-140 li.menu-item-782>a {
    background-color: #185288;
    color: #fff;
    border-bottom: 0;
}
.cat-type.szkolenia-dla-jednostek-budzetowych .sidebar li.menu-item-786 a {
    background-color: #185288;
    color: #fff;
    border-bottom: 0;
}
.cat-type.szkolenia-dla-firm .sidebar li.menu-item-145 ul.sub-menu {
    display: block
}
.cat-type.szkolenia-dla-firm .sidebar li.menu-item-145 li.menu-item-784>a {
    background-color: #185288;
    color: #fff;
    border-bottom: 0;
}
.cat-type.szkolenia-dla-pracownikow-bankow .sidebar li.menu-item-145 ul.sub-menu {
    display: block
}
.cat-type.szkolenia-dla-pracownikow-bankow .sidebar li.menu-item-145 li.menu-item-783>a {
    background-color: #185288;
    color: #fff;
    border-bottom: 0;
}
.cat-type.szkolenia-dla-ubezpieczycieli .sidebar li.menu-item-145 ul.sub-menu {
    display: block
}
.cat-type.szkolenia-dla-ubezpieczycieli .sidebar li.menu-item-145 li.menu-item-785>a {
    background-color: #185288;
    color: #fff;
    border-bottom: 0;
}
.sidebar .searchform input[type="text"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c0c0c0;
    border-radius: initial;
    box-shadow: none;
    height: 40px;
    padding: 10px;
    width: 75%;
}
.sidebar .searchform input[type="submit"] {
    background: #185288 none repeat scroll 0 0;
    border: 1px solid #185288;
    color: #fff;
    border-radius: 0;
    padding: 0 8px;
    height: 40px;
    float: right;
    font-size: 14px;
    width: 24%;
}
.sidebar .screen-reader-text {
    display: none
}
.et-db #et-boc .sidebar-menu.et_pb_widget_area_left {
    border-right: 0;
}
.et-db .pages #et-boc.et-boc .sidebar-menu {}
.et-db .pages #et-boc.et-boc .sidebar-menu ul {
    margin: 0px;
}
.et-db .pages #et-boc.et-boc .sidebar-menu ul li {
    border-bottom: 1px dashed #d3d3d3;
    margin: 0;
}
.et-db .pages #et-boc.et-boc .sidebar-menu .sub-menu li:last-of-type {
    border-bottom: 0px dashed #d3d3d3;
}
.et-db .pages #et-boc.et-boc .sidebar-menu ul li a {
    display: block;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    color: #185288;
    background-color: #f1f1f1;
    padding: 10px 10px;
    line-height: 1.2;
}
.et-db .pages #et-boc.et-boc .sidebar-menu li.current-menu-item>a {
    background-color: #185288;
    color: #fff;
    border-bottom: 0;
}
.et-db .pages #et-boc.et-boc .sidebar-menu li.current-menu-parent ul.sub-menu {
    display: block
}

/* end sidebars */


/* formularz */

.et-db #et-boc #formularz h3 {
    color: #0a0a0a!important;
}
.et-db #et-boc #formularz {
    transition: all 0.5s;
    background-color: #e6e6e6;
    color: #0a0a0a!important;
    padding-top: 15px!important;
    padding-right: 20px!important;
    padding-bottom: 10px!important;
    padding-left: 20px!important;
}
#formularz .form-group {
    margin-bottom: 5px;
}
.et-db #et-boc #formularz .et_pb_module input {
    margin-bottom: 5px;
}
#formularz .caldera-grid .form-control {
    width: 100%!important;
    border: 1px solid #fff!important;
    border-radius: 0px;
}
.pages #et-boc #formularz .caldera-grid .form-group input[type=submit] {
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-send {
    border: 0;
    padding: 0px 10px;
    height: auto;
    width: auto;
    box-sizing: border-box;
    display: inline-block;
    background: #ff7701;
    background: -moz-linear-gradient(left, #f91c3d 0%, #ff5400 100%);
    background: -webkit-linear-gradient(left, #ff7701 0%, #ff5400 100%);
    background: linear-gradient(to right, #ff7701 0%, #ff5400 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f91c3d', endColorstr='#ff5400', GradientType=1);
    border-radius: 3px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    z-index: 2;
}
.btn-send:focus, .btn-send:hover {
    background: #1e3467;
    background: -moz-linear-gradient(left, #1e3467 0%, #1e3467 100%);
    background: -webkit-linear-gradient(left, #1e3467 0%, #1e3467 100%);
    background: linear-gradient(to right, #1e3467 0%, #1e3467 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e3467', endColorstr='#1e3467', GradientType=1);
    color: #fff;
}
.page-1822 div#caldera_form_1 {
    max-width: 660px;
}
.single {
    padding-top: 20px;
}
.pages #et-boc .caldera-grid div.row {
    padding-bottom: 5px;
}
.form-group {
    margin-bottom: 5px!important;
}
.wraps {
    display: inline-block;
    margin-left: 20px;
}
input.input-results, .et-db #et-boc .et_pb_module input[type=text], .et-db #et-boc .et_pb_module input[type=email], .et-db #et-boc .et_pb_module textarea {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.step, .best {
    margin-bottom: 40px;
}
.col-lg-9.page-content {
    float: right;
}
.col-lg-3.sidebar {
    float: left;
}
.et-db #et-boc .et_pb_module input select, .et-db #et-boc .et_pb_module input textarea, .et-db #et-boc .et_pb_module input.text, .et-db #et-boc .et_pb_module input.title, .et-db #et-boc .et_pb_module input[type=email], .et-db #et-boc .et_pb_module input[type=password], .et-db #et-boc .et_pb_module input[type=tel], .et-db #et-boc .et_pb_module input[type=text] {
    color: #4e4e4e;
    padding: 5px 10px;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
}
.pages #et-boc .caldera-grid .form-control {
    border: 1px solid #bcbcbc;
    background-color: #fff;
    color: #4e4e4e;
    padding: 5px 10px;
    height: auto;
    width: 100%!important;
    box-sizing: border-box;
}
.pages .caldera-grid .form-group input[type=submit] {
    border: 0;
    padding: 0px 10px;
    height: auto;
    width: auto;
    box-sizing: border-box;
    display: inline-block;
    background: #ff7701;
    background: -moz-linear-gradient(left, #f91c3d 0%, #ff5400 100%);
    background: -webkit-linear-gradient(left, #ff7701 0%, #ff5400 100%);
    background: linear-gradient(to right, #ff7701 0%, #ff5400 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f91c3d', endColorstr='#ff5400', GradientType=1);
    border-radius: 3px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    z-index: 2;
}
.information {}
.information {
    border-radius: 0;
    box-shadow: none;
    border: 3px;
}
.information h2 {
    font-size: 18px;
}
.information p {
    margin-bottom: 0;
}
.spec-info {
    background-color: #e6e6e6;
    color: #0a0a0a;
    border-radius: 2px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.spec-info [class*=col-] {
    padding: 5px 15px;
}
.spec-info .product-more {
    position: absolute;
    bottom: 15px;
    right: 10px;
    z-index: 100;
}
.pages .signup {
    background-color: #ef7f1f;
    color: #fff;
    text-transform: uppercase
}
.pages .btn-ask {
    background-color: #0c2765;
    color: #fff;
    text-transform: uppercase
}
.fluid-width-video-wrapper {
    margin-bottom: 20px;
}
.signup-form {
    padding-top: 40px;
    padding-bottom: 100px;
}
.pages .signup-form h2 {
    font-size: 20px;
}
.footer {
    background-color: #fff;
    color: #0c2765
}
.footer p {
    margin-bottom: 10px
}
.footer .widget-title {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
}
.footer ul li a {
    padding: 4px 0;
    display: block;
    color: #0c2765
}
.footer ul li a:hover {
    color: #ef7f1f;
    text-decoration: underline
}
.footer .btn.spec {
    color: #fff
}
#fmClientForm-header h3 {
    display: none;
}
.fm-form-wrapper {
    width: 100%!important;
}
#email-field {
    width: 300px;
}
.bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
}
.info-box {
    display: none;
    width: 240px;
    height: 240px;
    background-image: url(images/oferta-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 10px;
    padding: 20px;
}
@media only screen and (min-width: 1160px) and (max-width: 1450px) {
    .header {
        height: 80vh;
    }
    .caption {
        top: 180px;
    }
    .caption h3 {
        font-size: 80px;
    }
    .scroll {
        bottom: 20px;
    }
    .news-wrapper .news-content {
        background: linear-gradient(transparent 0px, rgba(0, 0, 0, 0.55) 45px, rgba(0, 0, 0, 0.55));
        padding: 20px 20px 20px;
    }
    .news-wrapper .news h3 {
        font-size: 17px;
        line-height: 1.3;
        font-weight: 900;
        min-height: 70px;
    }
    .news-wrapper .news .news-text {
        margin: 10px 0 10px;
        display: block;
        min-height: 90px;
    }
}
@media only screen and (min-width: 300px) and (max-width: 768px) {
    .header-mobile {
        min-height: 35vh;
        background-image: url(images/mobile-header-bg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    body {
        font-size: 16px;
        line-height: 1.5
    }
    #nav {
        bottom: initial;
        top: 0;
    }
    .et-db #et-boc {
        max-width: 96%;
        margin: 0 auto;
    }
    .col-lg-9.page-content {
        float: none;
    }
    .col-lg-3.sidebar {
        float: none;
    }
    #mega-menu-wrap-menu1 .mega-menu-toggle {
        padding: 0 10px;
    }
    #mega-menu-wrap-menu1 #mega-menu-menu1>li.mega-menu-item>a.mega-menu-link {
        font-size: 16px;
    }
    .top-socials {
        right: 110px;
        top: 0px;
    }
    .top-socials ul li a {
        padding: 6px 15px
    }
    .top-phone {
        position: absolute;
        right: 10px;
        top: 55px;
        font-size: 16px;
    }
    .top-mail {
        position: absolute;
        right: 10px;
        top: 80px;
        font-size: 16px;
    }
    .search-box {
        display: none
    }
    .info-box {
        display: none!important
    }
    .oferta h4 {
        font-size: 20px;
    }
    .oferta-text {
        font-size: initial;
        margin-bottom: 10px;
        line-height: initial;
    }
    .kurs .cats {
        font-size: 14px;
    }
    .kurs h4 {
        margin-bottom: 20px;
        min-height: auto;
        letter-spacing: 0px;
    }
    .nav-inner ul li {
        float: none;
        width: 100%;
    }
    .nav-inner ul li a {
        margin-bottom: 2px;
    }
    .header-pages {
        padding-bottom: 30px;
        min-height: auto
    }
    .header-pages .header-title {
        padding-top: 30px;
        font-size: 22px;
        line-height: 1.2;
    }
    .header-pages .icon {
        display: none
    }
    input.input-results {
        display: inline-block;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }
    .step, .best {
        margin-bottom: 40px;
    }
    .header-pages .icon {
        position: absolute;
        right: 22px;
        top: 40px;
        width: 80px;
        height: 80px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80px;
    }
    .index-branzowy ul li, .lista-firm ul li {
        display: inline-block;
        width: 100%;
        float: left;
        min-height: auto;
        padding: 10px!important;
        box-sizing: border-box!important;
        font-size: initial;
        background-color: #f1f1f1!important;
        margin-bottom: 10px!important;
        margin-right: 1%!important;
    }
    .rodzaj_szkolenia:after {
        clear: both;
        content: "";
        display: block
    }
    .product-row h3.szkolenie-title a {
        display: block;
        padding: 10px 0
    }
    .product-type {
        padding-left: 15px
    }
    .footer .widget {
        margin-bottom: 40px;
    }
    .bottom, .bottom .text-right {
        text-align: center
    }
    .pages h1, .pages #et-boc h1, .pages #et-boc .et_pb_column h1 {
        margin-bottom: 30px;
        font-size: 24px;
    }
    .footer .form-inline input[type=checkbox] {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-top: 4px;
        float: left;
        margin-right: 10px;
    }
    #email-field {
        margin-right: 10px;
        width: 200px;
        display: inline-block;
        float: left;
    }
    .spec-info .product-more {
        position: relative;
        bottom: 15px;
        right: 0;
        z-index: 100;
        left: 0;
        text-align: center;
    }
}