@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(gallery.css);
body{
    font-size:14px;
    line-height:22px;
    font-weight:300;

}

body .lw {
    color: #333;
}

a {
    color: #F98610;
    cursor: pointer;
    transition: all 0.35s ease 0s!important;
}

a:hover {
    color: #D02927;
    text-decoration: none;
}

h1, h2, h3,h4, h5, h6{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color:#7D676A;
}

.l {
    position: relative;
    font-size: 32px;
}
.l1 {
    color: #e10505;
    font-weight: 900;
    letter-spacing: 2px;
}
.l2 {
    color: #B3B3B3;
    font-size: 28px;
}
.l3 {    position: absolute;
         top: 34px;
         left: 0;
         color:000;
         font-size: 18px;
         letter-spacing: -1px;
         white-space: nowrap;
}

.m-top-20 {
    margin-top:20px;
}

.section-title {
    display: inline-block;
    border-bottom: 1px solid #7D676A;
    margin: 0px 0px 15px;
    padding: 0px 0px 5px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
}

.wrapper {
    position: relative;
    left: 0px;
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.aux-text {
    display: inline-block !important;
    padding: 10px 0px;
    color: #111;
    font-size: 14px;
    margin:10px 0;
    font-weight: bold;
}

.blinking {
    color:#D02927;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.1; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.1; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.1; }
    100% { opacity: 1.0; }
}

.top-header-menu {
    float: right;
}

.top-header-menu > ul.menu {
    list-style: none outside none;
    margin: 10px 0;
    padding: 0px;
}


.header-logo-box,
.header-top-contact,
.top-header-menu > ul.menu{
    display: table-cell;
    vertical-align: middle;
    height:100px;
}
.header-top-contact{
    width: 390px;
}
.header-top-contact strong{
    color:#b8be04;
    color:#a50000;
}
.top-header-menu > ul.menu > li {
    position: relative;
    float: left;
    display:table-cell;
    margin-left: 8px;

}

.top-header-menu > ul.menu > li > a {
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    vertical-align: middle;
    display: table-cell
}

header{
    z-index:9999;
    position:fixed;
    left: 0;
    right: 0;
    top:0;
    background:rgba(255,255,255,0.99);
    -webkit-box-shadow: 0px 0px 8px 2px #000000;
    -moz-box-shadow: 0px 0px 8px 2px #000000;
    box-shadow: 0px 0px 8px 2px #000000;
}

@media(max-width: 767px){
    header{
        position: relative;
    }
}

header .keywords {
    text-transform: uppercase;
    line-height:60px
}
header .keywords .quotes {
    display: none;
    text-align: center;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color:#D02927;
    padding-top:20px;
    z-index: 0;
}

header .fa-ul {
    float: right!important;
}

header .fa-ul li:first-child {
    color:#fff;
    background: #D02927;
    padding: 5px 8px;
    font-size:18px;
}

header .fa-ul li i{
    font-size: 18px;
    background: #D02927;
    color: #fff;
    padding: 5px 8px;
    width: 31px;
}

header .fa-ul li {
    font-weight: bold;
    white-space: nowrap;
}

header.affix .top-header-menu > ul.menu {
    height:63px;
}
.navbar {
    background: transparent url("img/wave.jpg") repeat scroll center top;
    min-height: 37px;
}
.navbar-header.navbar-toggle-aside-menu {
    padding: 8px 10px 2px;
}

.navbar-toggle {
    border-color: #111;
    margin-top: 20px;
    transition: all 0.35s ease 0s!important;
}

.navbar-toggle .icon-bar{
    transition: all 0.35s ease 0s!important;
}


/*.lw .navbar{
    background: none repeat scroll 0% 0% #FFF;
    border-bottom: 1px solid #E0EDED;
}*/

.navbar {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    border-radius: 0px;
    z-index: 1000;
}

.navbar-toggle .icon-bar {
    background-color: #4C4C4C;
}

.navbar-toggle:hover, .navbar-toggle:focus {
    background-color: #D02927;
    border-color: #D02927;
}   

.navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    max-height: 100%!important;
}
header .navbar-brand {
    padding: 0px 15px;
    border: 1px solid transparent;
    border-radius: 3px;
}

header .navbar-brand img {
    height:66px;
    margin-top:5px;
    margin-bottom:5px;
}

header .logo span.slogan {
    padding:0;
    margin-left:20px;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    color:#111;
}
.logo img {
    max-height: 44px;
    float:left;
}

.logo span.slogan {
    float: left;
    display: inline-block;
    padding-left: 10px;
    font-size: 0.9em;
    color: #D02927;
    padding-top: 15px;
}


.logo span.blinking{
    float: none;
    display: inline-block;
    font-size: 18px;
    color: #D02927;
    padding:0;
    margin-left: 0;
}
@media (max-width: 1199px){
    header .logo span.slogan{
        float: none;
        margin: 5px auto 0;
        text-align: center;
    }
}
@media (max-width: 992px){
.top-header-menu > ul.menu > li a{
    margin-bottom: 5px;
display: inline-block;
}
}
@media (max-width: 767px){
    .header-top-contact{
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    }
}
@media(max-width: 359px){
    header .logo .col-xs-6{
         float: none;
         width: 100%;
    }
    .header-logo-box,
     .top-header-menu > ul.menu{
        height: auto;
        float:none;
        display: block;
        width: 100%;
        text-align: cenrter;
        margin: 10px auto;
    }
    .header-logo-box img{
        display: block;
        margin:0 auto;
        float: none;
    }

}

.navbar .navbar-nav > li > a {
    color: #fff;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.nav > li > a:hover, 
.nav > li > a:focus  {
    color: #FFF !important;
    background-color: #ED9C28!important;
    border-radius: 0px;
}
.navbar .navbar-nav > li > a {
    padding: 8px 9px;
    margin-right: 0px;
    font-size: 18px;
    font-weight: normal;
}

.navbar .dropdown-menu {
    margin-top: 13px !important;
    min-width: 220px;
    left: auto;
    right: 0px;
}
.dropdown-form {
    min-width: 300px;
    z-index: 500;
}

.btn {
    border: none;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    border-radius: 4px;
    padding: 10px 15px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.btn:hover,
.btn:focus {
    outline: none;
    color: #ffffff;
}
.btn:active,
.btn.active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    background-color: #bdc3c7;
    color: rgba(255, 255, 255, 0.75);
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.btn > [class^="fui-"] {
    margin: 0 1px;
    position: relative;
    line-height: 1;
    top: 1px;
}
.btn-xs.btn > [class^="fui-"] {
    font-size: 11px;
    top: 0;
}
.btn-hg.btn > [class^="fui-"] {
    top: 2px;
}
.btn-default {
    color: #ffffff;
    background-color: #bdc3c7;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #ffffff;
    background-color: #cacfd2;
    border-color: #cacfd2;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background: #a1a6a9;
    border-color: #a1a6a9;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #bdc3c7;
    border-color: #bdc3c7;
}
.btn-wide {
    min-width: 140px;
    padding-left: 30px;
    padding-right: 30px;
}
.btn-link {
    color: #16a085;
}
.btn-link:hover,
.btn-link:focus {
    color: #F98610;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #bdc3c7;
    text-decoration: none;
}
.btn-hg {
    padding: 13px 20px;
    font-size: 22px;
    line-height: 1.227;
    border-radius: 6px;
}
.btn-lg {
    padding: 10px 19px;
    font-size: 17px;
    line-height: 1.471;
    border-radius: 6px;
}
.btn-sm {
    padding: 9px 13px;
    font-size: 13px;
    line-height: 1.385;
    border-radius: 4px;
}
.btn-xs {
    padding: 6px 9px;
    font-size: 12px;
    line-height: 1.083;
    border-radius: 3px;
}
.btn-tip {
    font-weight: 300;
    padding-left: 10px;
    font-size: 92%;
}
.btn-block {
    white-space: normal;
}
.btn-default .caret {
    border-top-color: #ffffff;
}

.btn-one {
    border: 2px solid #FFF;
    color: #FFF;
}

.btn-one:hover {
    color: #D02927;
    background-color: #FFF;
    border-color: #FFF;
}

.btn-two,.btn-two:hover {
    color: #FFF;
    background-color: #D02927;
    border: 1px solid #D02927;
}

.p-15 {
    padding: 15px !important;
}

section.slice {
    padding:30px 0px;
}

.white-bg {
    background:#fff;
}

#csSlider{
    overflow: hidden;
    position:relative;
}
#content-slider{
    position:absolute;left:0;top:0
}
#csSlider_arrows {
    position:relative;
    font-size:20px;
    width:100%;
}
#csSlider_right,
#csSlider_left{
    z-index: 999;
    top:180px;
    position: absolute;
    cursor: pointer;
    border:1px solid #D2322D;
    color:#D2322D;
    padding:5px 8px;
    transition: all 0.35s ease 0s !important;
}
#csSlider_right:hover,
#csSlider_left:hover{
    border-color:#F98610;
    color:#F98610;
}
#csSlider_left{
    left: 0;
}
#csSlider_right{
    right: 0;
}
.rs2 {
    text-align: center;
    float:left;
}

.rs2 img[id^="rs-"]{
    display: none;
}

.rs2 img[id^="rs-k"]{
    height:400px;
}

.slider-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    position:relative;
    overflow: hidden;
}
/*.banner {
    background-image:url( img/banner.png);
    background-repeat: no-repeat;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    width: 659px;
    height:410px;
    background-position: 0 1px0px;
}*/

#lightSlider {
    margin-bottom: 0;
}
.offer-item {
    position: relative;
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid #eee;
    transition: border-color 0.3s ease;  
}

.offer-item img {
    display: block;
    padding: 2px;
    width: 100%
}

#lightSlider li img {
    margin:0 auto!important;
}

.offer-item:hover  {
    border-color: rgba(66, 139, 202, 0.5);
}

.offer-item span {
    background:rgba(59, 59, 59, 0.7);
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    right: 2px;
    bottom:16px;
}

.zapytanie-ofertowe {
    background: url(img/wave.jpg) top center ;
    padding: 20px 0;
}

.zapytanie-ofertowe   h6 {
    font-size: 150%;
    font-weight: 500;
    color: #fff;
}

.zapytanie-ofertowe .zapytanie-title {
    color: #fff;
}

.read-man {
    background-color: #2d353d;
    border: 3px solid #f5f5f5;
    border-radius: 100%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    height: 49px;
    margin-top: 24px;
    position: absolute;
    right: 24px;
    width: 49px;
    z-index: 901;
}

.read-link {
    cursor: pointer;
}

.zapytanie-ofertowe-form {
    background:rgba(255,255,255,0.8);
    border-radius: 3px;
    display: none;
    margin-top: 20px;
    padding: 20px 0px;
}

#partersscroll {
    width: 100%;    
    height: 85px;
    background: url(img/logos2.jpg) repeat-x;
    -webkit-animation: backgroundScroll 50s linear infinite;
    animation: backgroundScroll 50s linear infinite;
}

@-webkit-keyframes backgroundScroll {
    from {background-position: 0 0;}
    to {background-position: -1905px 0;}
}

@keyframes backgroundScroll {
    from {background-position: 0 0;}
    to {background-position: -1905px 0;}
}

@media screen and (max-width:991px) {
    .lSSlideOuter .lSPager.lSpg {margin-bottom:20px;}
}

.slice img {
    margin:20px 0;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.bg-banner-1 {
    padding: 40px 0px !important;
    background: url(img/indexbg.jpg) no-repeat fixed top center transparent !important;
    color: #FFF;
}

.content-28 {
    position: relative;
    overflow: hidden;
    padding-bottom: 0px!important;
    text-align: center;
    background-color: #F4F5F6;
}

.content-28 img {
    margin-bottom:0!important;
}

.content-5 .features > [class*="col-sm-"] {
    position: relative;
    margin-top: 40px;
}

.content-5 .features > [class*="col-sm-"] > [class*="fa fa-"] {
    position: absolute;
    left: -45px;
    top: 7px;
    font-size: 25px;
    font-weight: normal;
    color: #2C3E50;
    display: inline-block;
}

.content-5 .features p{
    text-align: center;
}
.tpl-6-section-1 {
    position: relative;
    overflow: hidden;
    background-image: url("img/background11.jpg");
    background-position: 50% -69px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 65px;
    padding-bottom: 65px;
    text-align: center;
    background-size: cover;
    color:#fff;
}

.tpl-6-section-1 .lead {
    font-size: 15px;
    color: #F98610;
    font-weight: 500;
    text-transform: uppercase;
}
.tpl-6-section-1 .tpl-6-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
}

.bg-midnight-blue {
    background-color: rgba(44, 62, 80, 0.5);
}

img.rounded {
    border-radius: 128px;
}

a.searchtitle {
    color:#D02927;
}

.autocols {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}
footer:after {
    clear: both;
}
footer:before, footer:after {
    display: table;
    content: " ";
}

footer {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 30px;
    border-top:3px solid #F98610;
    background: #232323;
}

footer h4 {
    color:#808080;
}
footer .col ul {
    margin: 0px;
    padding: 0px;
    list-style: none outside none;
}

footer .col ul li {
    color: #8F8F8F;
}

footer .col p {
    color: #CCC;
    font-size: 13px;
    margin-bottom: 10px;
}

footer .col.col-social-icons i {
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    background: #FFF;
    color: #111;
    border-radius: 2px;
}

footer .col.col-social-icons a:hover > i {
    background: #4A65A0;
    color:#fff;
    transition: all 0.35s ease 0s;
}
.page-scroll:before {
    font-family: "FontAwesome";
    content: "^";
    color: #FFF;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-top: -5px;
    margin-left: -10px;
    text-indent: 0px;
}

.page-scroll {
    display: inline;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: medium none;
    text-indent: 100%;
    background: none repeat scroll 0% 0% #555;
    border-radius: 3px;
}

.page-scroll:hover {
    background:#D02927;
}

ul.partners {
    margin-bottom:20px;
    list-style-type: none;
}

i.fa-li {
    padding-top: 3px;
    color:#D02927;
}

.subpage-padding{
    padding-top:167px!important;
}
.subheader {
    background: url(img/wave.jpg) top center;
    color: #FFF;
}

.breadcrumb {
    border: 1px solid #fff;
    background:none;
    margin-top:15px !important
}

.breadcrumb a {
    color:#fff;
}
.breadcrumb a:hover {
    text-decoration: underline;
    color:#fff;
}
.breadcrumb a:last-child{
    pointer-events: none;
    cursor: default;
}

.widget {
    margin-bottom: 20px;
    background: #fff;
}

.widget ul {
    list-style: none outside none;
    margin: 0px;
    padding: 0px !important;
    overflow: hidden;
}

.widget ul li {
    border-bottom: 1px solid #E0EDED;
}

.widget ul li a {
    display: block;
    padding: 10px 15px;
}

.widget ul li a:before {
    font-family: "FontAwesome";
    content: "\f100";
    position: relative;
    top: 0px;
    float: left;
    margin-right: 5px;
}

.widget ul li.active a,
.widget ul li a:hover {
    background: none repeat scroll 0% 0% #ED9C28;
    color: #FFF;
    text-decoration: none;
}

.searcgcontent a:hover {
    text-decoration: underline;
}

.gallery {
    list-style-type: none;
}

.gallery li {
    display: inline-block;
    float: left;
    margin-bottom: 16px;
    margin-right: 16px;
}

.gallery li img {
    max-width: 220px;
}

.offtext,
.ontext {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.ontext {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

.offtext {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}

#map {
    width: 100%;
    height: 348px;
    background-repeat: no-repeat;
    display: block;
    border-top:3px solid #D02927;
    border-bottom:3px dashed #D02927;
    margin-bottom: 30px;
}

.shadow {text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);margin-bottom: 20px}


@media (max-width: 767px) {
    .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 15px!important;
        width: 100%;
    }

    .logo .col-sm-6 img,
    .logo .col-sm-6 ul{
        margin:10px auto;
    }
}

section.slice.subheader {
    padding:167px 0 0 0;
}

@media(max-width:767px){
    section.slice.subheader {
        padding:20px 0 0 0;
    }
}

section.bg-banner-1 iframe{
    width:100%;min-height:355px;border:none
}

.logo > .col-sm-6 {
    float:none;
    display:inline-block;
    vertical-align:middle;
    margin-right: -4px;
}

.guarantee {
    position: relative;
}
.guarantee .year {
    position: absolute;
    z-index: 1;
    right: 0px;
    top: -95px;
    background: #fff;
    padding:10px;
    border:none;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    border-radius: 90px;
}

.guarantee .year img{
    border:none;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    border-radius: 90px;
}


.partners {
    padding: 0;
    display:table;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.partners li {
    display:table-cell;
}

@media (min-width: 768px){
    .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
    .navbar-nav>li {
        display: table-cell;

        float: none;
        text-align: center;
        white-space: nowrap;
        border-left: 2px solid #fff;
    }
    .navbar-nav>li:first-child{
        border-left:none;
    }
}
@media (max-width: 640px){
    .partners li {
        display:table-row;
    }
}
@media (max-width: 339px) {
    .profile-about p {
        word-break: break-all;
        top:-30px;
    }
}
.multiColumnStyle{
    -moz-column-count:2;
    -moz-column-gap:24px;
    -moz-column-rule-width:0px;
    -moz-column-rule-color:#000000;
    -moz-column-rule-style:hidden;
    -webkit-column-count:2;
    -webkit-column-gap:24px;
    -webkit-column-rule-width:0px;
    -webkit-column-rule-color:#000000;
    -webkit-column-rule-style:hidden;
    -o-column-count:2;
    -o-column-gap:24px;
    -o-column-rule-width:0px;
    -o-column-rule-color:#000000;
    -o-column-rule-style:hidden;
    column-count:2;
    column-gap:24px;
    column-rule-width:0px;
    column-rule-color:#000000;
    column-rule-style:hidden;
}

textarea {
    font-size: 20px;
    line-height: 24px;
    padding: 5px 11px;
}
input[type="search"] {
    -webkit-appearance: none !important;
}
label {
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 10px
}
.form-control:-moz-placeholder {
    color: #b2bcc5;
}
.form-control::-moz-placeholder {
    color: #b2bcc5;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #b2bcc5;
}
.form-control::-webkit-input-placeholder {
    color: #b2bcc5;
}
.form-control.placeholder {
    color: #b2bcc5;
}
.form-control {
    border: 2px solid #bdc3c7;
    color: #34495e;
    font-size: 15px;
    line-height: 1.467;
    padding: 8px 12px;
    height: 42px;
    -webkit-appearance: none;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.form-group.focus .form-control,
.form-control:focus {
    border-color: #D02927;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #f4f6f6;
    border-color: #d5dbdb;
    color: #d5dbdb;
    cursor: default;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.form-control.flat {
    border-color: transparent;
}
.form-control.flat:hover {
    border-color: #bdc3c7;
}
.form-control.flat:focus {
    border-color: #F98610;
}
.input-sm {
    height: 35px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.462;
    border-radius: 6px;
}
select.input-sm {
    height: 35px;
    line-height: 35px;
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}
.input-lg {
    height: 45px;
    padding: 10px 15px;
    font-size: 17px;
    line-height: 1.235;
    border-radius: 6px;
}
select.input-lg {
    height: 45px;
    line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}
.input-hg {
    height: 53px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.318;
    border-radius: 6px;
}
select.input-hg {
    height: 53px;
    line-height: 53px;
}

textarea.input-hg,
select[multiple].input-hg {
    height: auto;
}

.loginform {
    background-image: url("img/slider-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}
.loginpage {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.login-top {
    padding: 30px 0;
}

ul.inline {
    float:right;
    display: inline-block;
    padding-top: 30px;
}

ul.inline li {
    display: inline-block;
    float:left;
}

ul.inline li:after{
    content:"|";
    padding:0 10px;
}

ul.inline li:last-child:after {
    content: "";
}

.loginform .loginuser {
    margin: 0px;
    padding: 46px;
    border: 2px solid #EBEDEE;
    border-radius: 6px;
    background:rgba(255,255,255,0.9); 
}

.loginform form button {
    margin-top:24px;
}

.links a {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}

#slider{
    padding-top:167px;
}

#slider ul li{
    text-align: center;
}
#slider img {
    max-width: 100%;
}

#carousel {
    padding: 10px 0;
}
#carousel ul,
#carousel ul li {
    text-align: center; 
}
#carousel img {
    max-width: 120px;
    cursor: pointer;
    border:1px solid #D02927;
    border-radius: 3px;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    transition: all 0.35s ease 0s;
}

#carousel .flex-active-slide img,
#carousel img:hover {
    border-width: 2px;
    box-shadow: 0px 0px 5px #D02927;
    -moz-box-shadow: 0px 0px 5px #D02927;
    -webkit-box-shadow: 0px 0px 5px #D02927;
}

.page-title {
    display: table;
}

a .logos {
    border:1px solid #D02927;
    border-radius:3px;
    background:rgba(255,255,255,0.8);
    margin: 0 auto;
    float:none;
    text-align: center;
    padding: 10px 10px; 
    margin-bottom: 20px;
}

a .logos:hover{
    box-shadow: 0px 0px 3px #D02927;
}

.excerpt {
    background:rgba(255,255,255,0.8); 
    margin:10px 0;
}

h4.lifire {
    text-align: center;
}
h4.lifire:before {
    content: url("img/lifire.png");
    position: relative;
    display: table;
    margin: 10px auto;
    text-align: center;
    border: 3px solid #F98610;

    border-radius: 100px;
    width: 40px;
    padding: 13px 20px;
}

.fire-border{
    border: 3px solid #F98610;
    border-radius: 100px;
    padding: 10px 20px;
}

.sitemap li {
    position: relative;
    left:20px;
}
.sitemap li:before{
    content:url(img/foot-li.png);
    display: inline-block;
    position: absolute;
    left:-20px;
    top:5px;
}

.marquee {
    position: relative;
    overflow: hidden;
    height: 40px;
    padding-top: 10px;
}
#textflow{
    position: absolute;
    max-width:940px;
    white-space: nowrap;
    box-sizing: border-box;
}

#textflow ul li {
    display: inline-block;
    margin-right: 150px;
    font-size: 18px;
    text-transform: uppercase;
}

.onstart {
    background-image:url(img/banner4.png);
    background-repeat: no-repeat;
    background-color:rgba(255,255,255,0.95);
    background-attachment: fixed;
    background-position: center center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    margin: 0 auto 0 auto;
    cursor: pointer;
}

.onstart .exit {
    width:50px;
    height:50px;
    border-radius:50px;
    color:#fff;
    background:#999;
    right:10px;
    top:10px;
    float:right;
    position:fixed;
}

.onstart .exit i{
    margin: 12px 16px;
    font-size: 24px;
}

.onstart .call {
    background:#999;
    color:#fff;
    text-align: center;
    position: fixed;
    bottom:0;
    left:0;
    right: 0;
}

.onstart .call h3 {
    margin: 20px 0;
}

.clientmsg p{
    display: block;
    padding: 15px;
    margin:20px 25%;
    background:#FCF8E3;
    width: 50%;
    text-align: center;
    font-size: 110%;
}

.copyright,.copyright a{
    color:#6C6C6C;

}

@media (max-width:1279px){
    .left .parallel-bg{
        background-position: top right!important;
    }
    .right .parallel-bg{
        background-position: top left!important;
    }
    .left .parallel-bg,
    .right .parallel-bg{
        background-size: 65%;
    }
}

@media (max-width:1024px){
    .left .parallel-bg,
    .right .parallel-bg{
        background-size: 80%;
    }
}

@media (max-width:979px){
    .left .parallel-bg,
    .right .parallel-bg{
        background-size: cover;
        background-position: bottom center!important;
    }

}

.modal{z-index: 9999}


#myCarousel{
  margin-top: 137px; 
}

#myCarousel .item>img,
#myCarousel .item>div{
    margin:0px  auto;
    max-width: 100%;
}

#myCarousel .item{
    padding:0;
    overflow:hidden;
}

#myCarousel .item:first-child{
    background-image: url("img/slider-bg.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#myCarousel .item ul.slides li img{
    transition: all 0.35s ease 0s!important;
    border:1px solid #A50000;
    border-radius: 4px;
    box-shadow: 0px 0px 3px #A50000;
    cursor: pointer
}
#myCarousel .item ul.slides li img:hover{
    border-color:#F0AD4E;
    box-shadow: 0px 0px 3px#F0AD4E;
}
.carousel-caption{
    position: absolute;
    right: 15%;
    left: 15%;
    bottom:0;
    z-index: 10;
    color: #fff;
    text-align: center;
    padding: 15px 0 0;
}


@media(max-width: 479px){
    #myCarousel .item ul.slides{
        display: none;
        height: 0;
    }        
}

@media(max-width: 767px){
    #myCarousel{
        margin-top: 0;
    }
}

@media(max-width: 800px){
    #myCarousel .item ul.slides li img{
        max-width:80px;
    }        
}

@media (max-width: 1199px){
    #myCarousel .item ul.slides{
        list-style: none;
        display: flex;
        justify-content: space-around;
        margin: 0;
        padding: 0;
    }
    #myCarousel .item ul.slides li img{
        max-height:36px
    }        
}

@media (min-width: 1200px){
   #myCarousel .item ul.slides{
        float: right;
    }
    #myCarousel .item ul.slides li{
        display:block;
        margin-bottom:5px;
        float:none;
        text-align: center;
        white-space: nowrap;

        line-height: 1;
    }
}


@media (min-width: 1200px)and (max-width:1365px){
   #myCarousel .item ul.slides{
        float: right;
    }
    #myCarousel .item ul.slides li{
        display:block;
        margin-bottom:5px;
        float:none;
        text-align: center;
        white-space: nowrap;

        line-height: 1;
    }
     #myCarousel .item ul.slides li img{
        max-height: 36px;
    }
       .carousel-caption{
        padding: 0;
    }        

}

@media (min-width: 1366px){
    #myCarousel .item ul.slides li img{
        max-height: 38px;
    }
}

@media (min-width: 1500px){
    #myCarousel .item ul.slides li img{
        max-height: 43px;
    }
}

@media (min-width: 1600px){
    #myCarousel .item ul.slides li img{
        max-height: 47px;
    }
}
@media (min-width: 1600px){
    #myCarousel .item ul.slides li img{
        max-height:56px;
    }
}

.parallel-row{
    position: relative;
    overflow: hidden;
    font-size: 18px;
}

@media(min-width:768px){
    .parallel-row:first-child{
        padding-top: 107px;
    }
}
.parallel-row *{
    font-family: 'Raleway', sans-serif;
}

.parallel-row b,.parallel-row strong{
    font-weight: 700;
}

.parallelogram {
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    border: none;
    -o-text-overflow: clip;
    text-overflow: clip;
    -webkit-transform:    skewX(-20deg);
    transform:    skewX(-20deg);
}
.left .parallelogram{

    left:-40%;
    background-image: -ms-linear-gradient(bottom right, #F7F5F6 0%, #D4D1D1 50%);
    background-image: -moz-linear-gradient(bottom right, #F7F5F6 0%, #D4D1D1 50%);
    background-image: -o-linear-gradient(bottom right, #F7F5F6 0%, #D4D1D1 50%);
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #F7F5F6), color-stop(50, #D4D1D1));
    background-image: -webkit-linear-gradient(bottom right, #F7F5F6 0%, #D4D1D1 50%);
    background-image: linear-gradient(to top left, #F7F5F6 0%, #D4D1D1 50%);
}

.right .parallelogram{
    right:-40%;
    background-image: -ms-linear-gradient(bottom left, #F98610 0%, #DA0000 50%);
    background-image: -moz-linear-gradient(bottom left, #F98610 0%, #DA0000 50%);
    background-image: -o-linear-gradient(bottom left, #F98610 0%, #DA0000 50%);
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #F98610), color-stop(50, #DA0000));
    background-image: -webkit-linear-gradient(bottom left, #F98610 0%, #DA0000 50%);
    background-image: linear-gradient(to top right, #F98610 0%, #DA0000 50%);
}
.parallel-bg{
    position: absolute;
    width: 100%;
    z-index: -1;
    background-size: 55%;
    background-repeat: no-repeat;
}
.left .parallel-bg{
    background-position: top right;
}

.right .parallel-bg{
    background-position: top left;
}

.parallel-row .besmart-content{
    position:relative;
    padding:30px 0 20px 0;
    color:#7D676A;
}

.parallel-row.right .besmart-content,
.parallel-row.right .besmart-content h1,
.parallel-row.right .besmart-content h2,
.parallel-row.right .besmart-content h3,
.parallel-row.right .besmart-content h4,
.parallel-row.right .besmart-content h5,
.parallel-row.right .besmart-content h6{
    text-align: right;
    color:#fff;
}

@media(max-width: 767px){
    .right .parallel-bg {
        left:0!important;
        position: relative!important;
    }

    .left .parallel-bg {
        right:0!important;
        position: relative!important;
    }
    .left .parallelogram{
        left:0;
        -webkit-transform:    skewX(0deg);
        transform:    skewX(0deg);
    }
    .right .parallelogram{
        right:0;
        -webkit-transform:    skewX(0deg);
        transform:    skewX(0deg);
    }
    .parallel-row.right .besmart-content{
        text-align: left;
    }
}

.parallel-bg.background1 {
    background-image:url(besmart/1.jpg);
    /*background-position:0 0;*/
}

.parallel-bg.background2 {
    background-image:url(besmart/2.jpg);
    /*background-position:-400px -350px;*/
}

.parallel-bg.background3 {
    background-image:url(besmart/3.jpg);
    /*background-position:0px -180px;*/
}

.parallel-bg.background4 {
    background-image:url(besmart/4.jpg);
/*    background-position:0px -348px;*/
}

.parallel-row.footer{
    padding:30px 0;
    background: #fff
}

.btn-success
/*, .navbar .navbar-nav > li.active>a[href*="besmart"],
.navbar .navbar-nav > li>a[href*="besmart"]*/{
    background-color:#B8BE04!important;
}
/*
.navbar .navbar-nav > li>a[href*="besmart"]:hover{
    background-color:#ED9C28!important;
}
*/
.btn-success:hover{
    background-color:#A3A70F!important;
}

.navbar .navbar-nav > li>a[href*="strefa-klienta"]{
    display: none;
    border-left:none;
}

.navbar .navbar-nav > li:last-child{
    border-left:none;
}

.btn-danger{
    background-color:#AE0000;
    border-color: #950000;
}
.btn-danger:hover{
    background-color: #950000;
}