@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,cyrillic-ext);
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,100,700&subset=latin,latin-ext);
/*
@font-face {
font-family: 'latoregular';
src: url('../fonts/lato-bold-webfont.svg#latobold') format('svg'),
url('../fonts/lato-bold-webfont.eot') format('embedded-opentype'),
url('../fonts/lato-bold-webfont.woff2') format('woff2'),
url('../fonts/lato-bold-webfont.woff') format('woff'),
url('../fonts/lato-bold-webfont.ttf') format('truetype');
font-weight: 700;
font-style: normal;

}
@font-face {
font-family: 'latoregular';
src: url('../fonts/lato-hairline-webfont.svg#latohairline') format('svg'),
url('../fonts/lato-hairline-webfont.eot') format('embedded-opentype'),
url('../fonts/lato-hairline-webfont.woff2') format('woff2'),
url('../fonts/lato-hairline-webfont.woff') format('woff'),
url('../fonts/lato-hairline-webfont.ttf') format('truetype');

font-weight: 100;
font-style: normal;

}
@font-face {
font-family: 'latoregular';
src: url('../fonts/lato-light-webfont.svg#latolight') format('svg'),
url('../fonts/lato-light-webfont.ttf') format('truetype'),
url('../fonts/lato-light-webfont.eot') format('embedded-opentype'),
url('../fonts/lato-light-webfont.woff2') format('woff2'),
url('../fonts/lato-light-webfont.woff') format('woff');

font-weight: 300;
font-style: normal;

}
@font-face {
font-family: 'latoregular';
src: url('../fonts/lato-regular-webfont.svg#latoregular') format('svg'),
url('../fonts/lato-regular-webfont.eot') format('embedded-opentype'),
url('../fonts/lato-regular-webfont.woff2') format('woff2'),
url('../fonts/lato-regular-webfont.woff') format('woff'),
url('../fonts/lato-regular-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;

}
*/
html {width: 100%; height: 100%;}
body {width: 100%; min-height: 300px; margin:0px; color:#474747; background:#e6e6e6 url(../img/bkg.jpg); padding:55px 0 0 0; font-size:13px;font-family: 'Lato', sans-serif; font-weight:300; line-height:22px;}

#wrapper{width:320px; max-width:100%; overflow: hidden; margin:0 auto; position:relative; box-shadow: 0 0 15px rgba(0,0,0,0.5)}

a{color: #20b2ff}
a:focus{outline:none; text-decoration:none}
.modal {overflow-y: auto;}
.modal-open {overflow: auto;}
.modal-backdrop{position: fixed; width:100%; height:100%; z-index:1031;}

#preloader{position: fixed; top: 50%; left: 50%; margin: -30px 0 0 -30px; width: 60px; height: 60px; border: 8px solid #13b6ea; border-right-color: transparent; border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -ms-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    display:none; z-index: 1099;
}
@keyframes spin
{
    from { transform: rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);}
    50%  { transform: rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);}
    to   { transform: rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);}
}
#preloader-layer{position:fixed; top:0; right:0; bottom:0; left:0; background: rgba(0,0,0,0.6); z-index:1098; display:none}

.form-group{margin-bottom:5px;}
.form-error{color:#fff; font-size:12px;}
h1{font-family: 'Lato', sans-serif; text-align: left;margin:0; padding:0}
h2{font-family: 'Lato', sans-serif; text-align: left; font-size:30px; font-weight: 100;margin:0; padding:0;}
h3{font-family: 'Lato', sans-serif; font-weight: 700; font-size:12px; text-align: left;margin:0; padding:0}
h4{font-family: 'Lato', sans-serif; font-weight: 300; font-size:18px; text-align: left;margin:0; padding:0}
p{margin:0;}
p.lead{margin:0; font-size:16px; font-weight: 400}
.alert{border-radius:0;margin:20px 0;}
.table .alert{margin:20px}
.mainalert{border-radius:0; margin:30px 0 0 0; text-transform: uppercase; position: fixed; top:30%; left:50%; width:500px; margin-left:-250px; z-index:9999; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6)}
.mainalert ul{padding:0; list-style-type: none}
.nopadding{padding:0;}
.nomargin{margin:0;}
.padded{padding:10px 15px}
.btn.btn-default{border: 3px solid #fff; border-radius:0; background: none; color:#fff;  font-size:18px; font-weight: 700; padding: 10px 35px;
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: background .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;}
.btn.btn-default:hover{background: #fff; color:#667e8d}
.btn.btn-primary{border: 5px solid #8496a2; border-radius:0; background: none; color:#8496a2;  font-size:18px; font-weight: 700; padding: 10px 35px; margin:20px}

.form-signin{max-width: 330px;padding: 15px; margin: 0 auto;}
.form-signin .form-signin-heading, .form-signin .checkbox{margin-bottom: 10px;}
.form-signin .form-control{position: relative;font-size: 16px;height: auto;padding: 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.form-signin .form-control:focus{z-index: 2;}
.form-signin input[type="text"]{border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.form-signin input[type="password"]{margin-bottom: 10px;border-top-left-radius: 0;border-top-right-radius: 0;}
.account-wall{margin-top: 20px;margin-bottom:25px;padding: 40px 0 20px 0;background-color: #fff;-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);}
.account-wall p{margin:0 30px;}
.login-title{color: #555;font-size: 18px;font-weight: 400;display: block;}
.profile-img{width: 96px;height: 96px;margin: 0 auto 10px;display: block;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;}

#gotoadmin{position:fixed; bottom:0; right:0; width:30px; height:30px;background:#a9d62e; z-index:1099; line-height: 30px; font-size:14px; color:#fff; text-align: center;}
#fb{float: right; margin:38px -5px 0 5px; opacity:.8;}
#fb:hover{opacity:1;}

.pagination{margin:0; height:50px}
.pagination li.disabled a{color:#6b6b6b; background: none; border:none; border-radius:0}
.pagination li a{color:#6b6b6b; background: none; border:none; height:50px; padding:18px 20px; position:relative;}
.pagination li a:hover,
.pagination li.disabled a:hover,
.pagination li.active a:hover,
.pagination li.active a{background:#e2e2e2; color:#6b6b6b}
.pagination li.active a:after{position: absolute; bottom:11px; height:2px; left:18px; right:18px; background:#e31e24; content:''; display: block}

.breadcrumb{height:50px; border-radius:0; background:#e2e2e2; line-height: 52px; padding:0}
.breadcrumb li{height:50px; position: relative;text-transform: uppercase}
.breadcrumb li:first-child{background:#e31e24; color:#6f6f6f; padding-right:5px}
.breadcrumb li:first-child:after{position: absolute; top:22px; right:-5px; display: block; width: 0;height: 0;border-style: solid;border-width: 5px 0 5px 5px;border-color: transparent transparent transparent #e31e24; content:''}
.breadcrumb li:nth-child(2):before{content:''}
.breadcrumb > li + li:before{content:'>'}
.breadcrumb li a{text-transform: uppercase; color:#6f6f6f; height:50px;}
.breadcrumb li a span{margin-right:10px; font-size:12px; vertical-align: 2px}
.breadcrumb li:first-child a{color:#fff; padding:0 10px}

#fast-contact{display: none}
.navbar.navbar-default .navbar-toggle{margin-top:12px; border:none; border-radius:0; padding:20px 19px 20px 19px; margin:0 -15px 0 0; background:#667e8d;}
.navbar.navbar-default .navbar-toggle span.icon-bar{background:#fff}
.navbar.navbar-default .navbar-toggle.collapsed{background:#fff; color:#667e8d}
.navbar.navbar-default .navbar-toggle.collapsed span.icon-bar{background:#667e8d}
.navbar.navbar-default.navbar-fixed-top{width:320px; margin:0 auto;background:#fff; border:none;}
.navbar.navbar-default.navbar-fixed-top .navbar-header{float: left; width:100%; height:55px; padding:0 15px; border-bottom:1px solid #dbdfe1}
.navbar.navbar-default.navbar-fixed-top .navbar-header ul{list-style-type: none; padding:0; margin:0 -15px 0 0; float: right; display: inline-block; background:#fff}
.navbar.navbar-default.navbar-fixed-top .navbar-header ul li{display: inline-block}
.navbar.navbar-default.navbar-fixed-top .navbar-header ul li a{display: inline-block; text-transform: uppercase; color:#a3a3a3; margin:0px 5px 0 5px;}
.navbar.navbar-default.navbar-fixed-top .navbar-header ul li a.active,
.navbar.navbar-default.navbar-fixed-top .navbar-header ul li a:hover{font-weight: 700; text-decoration: none}
.navbar.navbar-default.navbar-fixed-top .navbar-brand{width:200px; height:40px; margin:17px 0 0 0; text-indent:-999px; overflow:hidden; padding:0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/img/logo.svg"), none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 160px auto;}
#navbar{position: absolute; top:54px; right:0; width:200px; max-height: 390px; background:#667e8d; border:0; box-shadow: -5px 5px 7px rgba(0,0,0,0.2)}
.nav.navbar-nav.navbar-top{width:100%; margin:0; border:none;}
.nav.navbar-nav.navbar-top li a{font-weight:700; text-transform: uppercase; color:#fff; padding:15px; font-weight: 400;  border-bottom:1px solid #7991a1;
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: background .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;}
.nav.navbar-nav.navbar-top li.active a{background:none}
.nav.navbar-nav.navbar-top li.active a:hover{color:#fff}
.nav.navbar-nav.navbar-top li.active a:after,
.nav.navbar-nav.navbar-top li a:hover:after{content:''; position: absolute; bottom:0; left:0px; right:0px; height:3px; background:#9cc3dc}
.nav.navbar-nav.navbar-top li ul{padding:0; list-style-type:none}
.nav.navbar-nav.navbar-top li ul li{width:100%}
.nav.navbar-nav.navbar-top li ul li a{width:100%; font-weight:700; text-transform: uppercase; color:#fff; padding:4px 15px; font-weight: 400;  border-bottom:1px solid #7991a1; font-size:12px; display: inline-block; background:#5f7684}
.nav.navbar-nav.navbar-top li ul li a:hover:after{display:none}
/*box*/

.box{float: left; width:320px; height:320px; background-size: cover; background-position:left top; margin:0; color:#fff; position:relative; overflow: hidden; cursor: pointer}
.box p{font-family: 'Roboto Condensed', sans-serif;}
.box p.lead{font-family: 'Lato', sans-serif;}
.home-wrap .box:hover{text-decoration: none; color:#fff}
.box .padded{position:relative; z-index: 1; height:100%}
.box.halfvertical{width:320px; height:160px;}
.box.quarter{width:320px; height:160px;}
.box.noheight{height: auto}
.box.nomargin{margin:0;}
.box p.movebottom{position: absolute; bottom:10px; line-height:18px; padding:0 15px 0 0}
.box h3{margin-top:10px}
.box .hover.pcv{background-image: url(../img/okna.jpg)}
.box.pcv p.movebottom{width:45%}

.box.alu .box{z-index:2}
.box .hover.doors{background-image: url(../img/drzwi.jpg)}
.box.doors p.movebottom{width:45%}
.box .hover.visualisator{background-image: url(../img/wizualizator.png)}
.box.visualisator p{width:55%}
.box .hover.factory{background-image: url(../img/oknostyl_siedziba.jpg)}
.box .hover.shuco{background-image: url(../img/shuco.jpg);}
.box.shuco h3{color:#667e8d}
.box.shuco h2{color:#667e8d; font-size:24px; text-indent: 0}
.box.shuco p.movebottom{color:#667e8d}
.box .hover.thermoslide{background-image: url(../img/thermoslide.jpg)}

.hover{transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.4s; cursor:pointer;top:0; left:0; width:100%; height:100%; position: absolute; z-index: 0; background-size:cover;}
.box.hack .hover,
.box:hover .hover{transform: scale(1.2);}
/*box*/

.home-wrap{background: url(../img/homebkg.jpg) no-repeat center bottom;}
.white{background-color:#fff; color:#565656}
.halfblack{background-color: rgba(0,0,0,0.5); color:#fff}
.color1{background-color:#9cc3dc}
.color2{background-color:#667e8d}
.color3{background-color:#a79a88}
.color4{background-color:#8496a2}
.arrow{width:30px; height:1px; background:#a9b6be; display: inline-block; position: relative}
.arrow:before{content:'';position: absolute; right:2px; top:-2px; width: 1px;height:5px; border-top: 1px solid #a9b6be; border-bottom: 1px solid #a9b6be}
.arrow:after{content:'';position: absolute; right:1px; top:-1px; width: 1px;height:3px; background:#a9b6be;}
.arrow.white{background:#fff;}
.arrow.white:before{border-color:#fff;}
.arrow.white:after{background:#fff;}
.topmargin{margin-top:15px}
.botmargin{margin-bottom:15px}

#about_us{background:url(../img/about_banner.jpg) no-repeat center bottom; height:480px; text-align:center; color:#fff; padding:40px 15px 15px 15px;}
#about_us h1{text-align: center; font-size:18px; font-weight: 700}
#about_us h2{text-align: center; font-size:26px; font-weight: 700; margin:10px 0}
#about_us p{font-size:14px; max-width:700px; margin: 0 auto}

#strongbig{position: absolute; top:20px; left:0; right:50%; bottom:0; color:#fff; text-align: center}
#strongbig i{font-size:55px;font-style: normal; line-height:60px;}
#strongbig p{margin-top:10px; margin-bottom:20px; padding:0; font-size:14px; font-weight: 300;text-align: center; line-height:20px}
#strongbig p span{font-size:18px; margin-bottom:5px; display: inline-block;}
.strongpoint {text-align: center;}
.strongpoint span.glyphicon{font-size: 120px; color:#677f8d; padding:15px 0 30px 0;}
.strongpoint i{font-size:42px; color:#a79a88; font-style: normal}
.strongpoint p{margin-top:10px; margin-bottom:20px; color:#667e8d; font-size:16px; font-weight: 400}

#about_company{width:100%; height:auto; background-size: cover; position:relative}
#about_company .container{position: relative; height:100%}
#about_company .padded{padding: 10px 15px 20px 15px}
#sectionimg{display:none;}
.nav-tabs-wrap{position: absolute; top:700px; width:100%}
.nav-tabs{background:#dfe3e5}
.nav-tabs > li{width:25%; text-align:center; position: relative}
.nav-tabs > li > a{border-radius: 0; border:none; margin:0; padding:15px 5px; background:#dfe3e5; font-size:11px; text-transform: uppercase; font-weight: 700; color:#afb8bc}
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a{border-radius: 0; border:none; margin:0; background: #fff; color:#676767;}
.nav-tabs > li.active:before{content: ''; position: absolute; left:0; top:-10px; width: 100%; height:10px; background:#fff;}
.about_shuco h2{font-weight:400; font-size:16px; margin-top:10px; margin-bottom:10px}
.about_shuco p{line-height: 16px}
#about_footer{width:100%; height:280px; background: url(../img/about_bkg_bottom.jpg) no-repeat center bottom; background-size: cover; color:#fff; padding: 85px 0}
#about_footer h3{font-size:24px; font-weight: 300; text-align: center; margin-bottom:20px}

h4.topmargin{width:100%; text-align:center}

#map{height:320px; width:100%; position: absolute; bottom:0; left:0;}
.contact-page{min-height:1167px;position:relative}
.contact-page .contact-box-top .row{margin-top:20px}
.contact-page .contact-box-top .row .col-xs-12{margin-top:20px}
.contact-box-top{position: absolute; top:0px; left:0; width:100%; min-height:550px; z-index: 99}
.contact-box-bottom{position: absolute; top:550px; left:0%; z-index: 99}
.contact-box-top .box.white{width:100%;height:550px}

#gotovisualisator{width:100%; height:380px; background:#000 url(../img/wizualizator.jpg) no-repeat center; padding:120px 0; text-align: center}
#gotovisualisator h3{font-weight: 100; font-size:28px; color:#fff; text-align: center; margin-bottom:30px}

#gotoconfigurator{width:100%; height:380px; background:#000 url(../img/configurator.jpg) no-repeat center; padding:120px 0; text-align: center}
#gotoconfigurator h3{font-weight: 100; font-size:28px; color:#fff; text-align: center; margin-bottom:30px}

.footer-wrap{background:rgba(0,0,0,0.5);}
.footer{background:#fff; padding: 30px 0; color:#667e8d; text-align:center;}
.footer ul{float: left; list-style-type:none; padding:0; text-transform: lowercase; width:45%}
.footer ul li a{color:#667e8d; }
.footer h3{margin-bottom:10px; text-align:center}
.footer img{margin-top:20px;}
#credits{font-family: 'Roboto Condensed', sans-serif; color:#667e8d; font-size:12px; line-height: 16px; margin:20px 0 30px 0; padding:0 0; text-align: center; text-transform: uppercase}

/*configurator*/
.configurator h2{font-weight: 700; text-indent:0; padding:15px 0 15px 0; color:#fff; font-size:14px; text-transform: uppercase; border-bottom:1px solid rgba(255,255,255,0.3)}
.configurator h2.blue{color:#33566d; border-color:#adbbc5; border-top: 1px solid #adbbc5; padding:25px 20px 15px 20px}
.configurator a:hover{text-decoration: none}

.step1{background:#90d3f3 url(../img/sky.jpg) no-repeat center top; min-height:760px; color:#fff; padding:40px 15px 30px 15px;}
.step1 h1{font-size:30px; font-weight: 700;}
.step1 p{font-size:14px;  padding: 30px 0 0 20px; line-height: 22px}
.step1 p.lead{font-size:18px;padding:30px 20px 50px 0;font-weight: 100;}

.step3{background:#fff}
.step4{background:#fff}
.step5{background:#fff}
.step6{background:#fff}
.step7{background:#fff}
.step8{background:#f4f4f4}
.step9{background:#fff}

.step{position:relative;
    -webkit-transition: all 0.2s ease;                  
    -moz-transition: all 0.2s ease;                 
    -o-transition: all 0.2s ease;   
    -ms-transition: all 0.2s ease;          
    transition: all 0.2s ease;}
.step.alwayschosen:after,
.step.chosen:after{font-family:'Glyphicons Halflings'; content:"\e013"; position: absolute; top:15px; left:15px; width:30px; height:30px; background:#fff; border-radius:15px; box-shadow: 0 1px 2px rgba(0,0,0,0.5); line-height: 30px; color:#57a511; font-size: 14px; text-align: center}
.step.step-color.chosen:after{top:10px; right:10px}
.step.step-glass.chosen:after{top:10px; right:10px}
.step.step-glass-type.chosen:after{top:10px; right:10px}
.step.step-fittings.chosen:after{top:10px; right:10px}

.step-system{float: left; display: inline-block; width:100%; padding:40px 30px; background:none; text-align: center; line-height: 105px; margin:0px; color:#fff;}
.step-system h3{font-size:30px; font-weight: 100; text-transform: uppercase; text-align:center}
.step-system p{font-family: 'Roboto Condensed', sans-serif; font-size:16px; font-weight: 400; padding:0; font-size:16px; line-height:30px}
.step-system i{font-size:150px; color:#345a72}
.step-system:hover,
.step-system.chosen{box-shadow: inset 0 2px 10px rgba(30,48,71,0.2); color:#fff; background:#5ca2cb}
.step-wing{display: inline-block; width:320px; max-width:100%; padding:250px 15px 0 15px; background: url(../img/wing.png) no-repeat center top; text-align: left; color:#4c6270; font-weight: 700; font-size:30px; text-align: center}
.step-wing.img3{background: url(../img/ct70_classic.png) no-repeat center top;}
.step-wing.img4{background: url(../img/ct70_rondo.png) no-repeat center top;}
.step-wing.img5{background: url(../img/ct70_cava.png) no-repeat center top;}
.step-wing.img75{background: url(../img/si82_classic.png) no-repeat center top;}
.step-wing.img76{background: url(../img/si82_rondo.png) no-repeat center top;}
.step-wing.img77{background: url(../img/si82_cava.png) no-repeat center top;}
.step-wing.img78{background: url(../img/si82_aluinside.png) no-repeat center top;}
.step-wing.img364{background: url(../img/Living_AS_classic.png) no-repeat center top;}
.step-wing.img365{background: url(../img/Living_MD_classic.png) no-repeat center top;}

.step-wing.img81{background: url(../img/ct70_classic_en.png) no-repeat center top;}
.step-wing.img82{background: url(../img/ct70_rondo_en.png) no-repeat center top;}
.step-wing.img83{background: url(../img/ct70_cava_en.png) no-repeat center top;}
.step-wing.img146{background: url(../img/si82_classic_en.png) no-repeat center top;}
.step-wing.img147{background: url(../img/si82_rondo_en.png) no-repeat center top;}
.step-wing.img148{background: url(../img/si82_cava_en.png) no-repeat center top;}
.step-wing.img149{background: url(../img/si82_aluinside_en.png) no-repeat center top;}

.step-wing.img75 p,
.step-wing.img76 p,
.step-wing.img77 p,
.step-wing.img78 p{font-size:13px;}
.step-wing.chosen:before{content:''; width: 0; height: 0; border-style: solid; border-width: 0 15px 15px 15px; border-color: transparent transparent #fff transparent; position:absolute; left:50%; bottom:-31px;}
.step-wing p{font-family: 'Roboto Condensed', sans-serif; font-size:16px; font-weight: 400; padding:20px 0 0 0; font-weight: 400}
.step-color{float: left; width:100%; height:auto; background:#fff; padding:20px 20px 20px 20px; color:#6a6a6a; border-bottom: 1px solid #adbbc5}
.step3 .row div:last-child .step-color{border:none}
.step4 .row div:last-child .step-color{border:none}
.step5 .row div:last-child .step-color{border:none}
.step-color h3{font-size:20px; font-weight: 100; text-transform: uppercase; margin-bottom:10px}
.step-color p{font-family: 'Roboto Condensed', sans-serif; font-size:16px; font-weight: 400; padding:0; line-height:18px; margin-right: 150px;}
.step-color i{float: right; font-size:100px; color:#345a72}
.step-color:hover,
.step-color.chosen{background:#d6eaf4; box-shadow: inset 0 2px 10px rgba(30,48,71,0.2); color:#6a6a6a}
.colorwrap{float: left; width:50%; height:126.666px; line-height:130px; text-align:center; position: relative;}
.colorwrap span{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    position: relative;
    text-transform: uppercase; color:#fff; font-weight: 700; font-size:12px;
    visibility: hidden;
    opacity:0;
    -webkit-transition: all 0.5s ease;                  
    -moz-transition: all 0.5s ease;                 
    -o-transition: all 0.5s ease;   
    -ms-transition: all 0.5s ease;          
    transition: all 0.5s ease;
}
.colorwrap .magnify{background:#fff; width:300px; height:300px; box-shadow: 0 2px 4px rgba(0,0,0,0.5); position: absolute; top:130px; left:130px; z-index: 100; display: none; overflow: hidden}
.step-color2{float: left; width:100%; height:126.666px; color:#fff; text-align: center}
.step-color2 img{position:absolute; top:0; left:0; width:100%; height:100%; }
.colorwrap:hover span,
.step-color2:hover span{visibility: visible; opacity:1}
.colorwrap i{position: absolute; top:102px; right:5px; width: 20px; height:20px; line-height: 20px; font-size:16px; display: block; color:#fff; z-index: 99; cursor: pointer; display:none;}
.step-glass {float: left; width:380px; height:180px; background: #242424; background-size: cover; color:#fff; padding:40px; border: 5px solid #fff}
.step-glass-type {float: left; width:380px; min-height:380px; background: url(../img/szyba.png) no-repeat; background-size: cover; color:#fff; padding:40px}
.step-fittings {float: left; background:#fff; color:#4a4a4a; padding:40px; text-align:center; height:290px; width:100%;}
.step-fittings i{font-size:100px; color:#345a72; text-align: center}
.step-fittings h3{font-size:18px; color:#6a6a6a; text-align: center; font-weight: 100; text-transform: uppercase; margin-top:25px; margin-bottom:15px}
.step-fittings p{font-family: 'Roboto Condensed', sans-serif; font-size:12px; line-height:16px; font-weight: 400;}
.step-fittings p.more{display:none}
.step-wing p.more{display:none}
.step-fittings:hover,
.step-fittings.alwayschosen,
.step-fittings.chosen{background:#d6eaf4; box-shadow: inset 0 2px 10px rgba(30,48,71,0.2); color:#6a6a6a}
.choosemore{float: left; width:100%; background:#5ca2cb; color:#fff; font-size:24px; padding:120px 40px 40px 40px; text-align:left; height:290px; font-weight: 700; overflow:hidden; text-transform: uppercase; position: relative}
.choosemore:after{position: absolute; top:10px; left:10px; content:''; width:12px; height:12px; border: 1px solid #aed1e5; border-width:1px 0 0 1px}
.choosemore:before{position: absolute; top:9px; left:16px; content:''; width:1px; height:15px; background: #aed1e5;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);}
.choosemore span{font-weight: 100}
.step4 .choosemore{width:379.998px; height:126.666px; padding:45px 40px 40px 40px;}
#chosentypes{list-style: none; margin:20px 0; font-size:11px; color:#33566d; font-weight:700; text-transform: uppercase}
#chosentypes li{margin:5px 0}
#chosentypes span{color:#989898; margin-right:15px;}
.form-salon{display: none}
#chosenform{background:#5ca2cb; min-height:340px; padding:30px;}
#chosenform .help-block{color:#fff; font-weight: 700}
#chosenform .form-control{border: none; border-radius:0}
#chosenform .has-error .form-control{background-color:#f9f2f4; border: 1px solid #c7254e; color:#c7254e}
.btn-pdf{float: left; font-weight: 700; width:100%; color:#fff; font-size:19px; padding:55px 30px 30px 30px; height:170px; background: #eee url(../img/btn-pdf.jpg) no-repeat; border: none; text-align: left}
.btn-pdf span{font-weight:100;}
.btn-pdf i{font-style:normal; font-size:12px; margin-top:10px;}
.btn-wiz{float: left; font-weight: 700; width:100%; color:#fff; font-size:19px; padding:55px 30px 30px 30px; height:170px; background: #eee url(../img/btn-wiz.jpg) no-repeat; border: none; text-align: left}
.btn-wiz:hover{color:#fff}
.btn-wiz span{font-weight:100;}
.btn-wiz i{font-style:normal; font-size:12px; margin-top:10px;}
input[type=checkbox] {visibility: hidden; width:0}
input[type=radio] {visibility: hidden; width:0}
.checkbox {width: 100%;	height:20px;position: relative;display: inline-block; margin:5px 0;}
.checkbox label {cursor: pointer;position: absolute;width: 100%;height: 20px;top: 0;padding-left:30px;line-height:22px;}
.checkbox label:before {content:'';position: absolute;top:0; left: 0;width: 20px;height: 20px;background:#fff; border-radius:10px; box-shadow:0 1px 3px rgba(0,0,0,0.2)}
.checkbox label:after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);opacity: 0;content: '';position: absolute;width: 12px;height: 7px;background: transparent;top: 6px;left: 4px;border: 4px solid #57a511;border-top: none;border-right: none;
    -webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
.checkbox label:hover::after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";filter: alpha(opacity=50);opacity: 0.5;}
.checkbox input[type=checkbox]:checked + label:after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);opacity: 1;}
.checkbox input[type=radio]:checked + label:after {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);opacity: 1;}
/*configurator*/

/*visualisator*/
.page_visualisator{width:100%; height:auto; line-height:0}
.page_visualisator .container{position: relative; height:auto;}
.visualisator_tools{background:#fff; position: absolute; width:100%; bottom:40px; min-height: 140px; padding:0px; z-index:11}
.visualisator_tools h2{color:#667e8d; font-size:36px; margin-bottom:10px}
.visualisator_tools .visualisator_intro{width:440px; float: left; padding:23px 40px}
.visualisator_tools .visualisator_intro p{line-height:22px}
.visualisator_tools .nav-tabs{width:700px; float: right; margin-top:-50px}
.visualisator_tools .nav-tabs > li{width:25%;}
.visualisator_tools .tab-content{float: right; width:700px; overflow: hidden}
.visualisator_tools .btn-hide{position: absolute; top:-50px; left:0; border-radius:0; width:50px; height:50px; background:#dfe3e5; color:#afb8bc}
.visualisator_tools .btn-hide:hover{background:#fff}

#vis_wrapper{width: 100%;display: inline-block; position: relative; overflow:hidden}
#vis_wrapper:after {padding-top: 52%;display: block;content: '';}
#visualisator_interior{position: absolute; top:0; left: 0; right:0; bottom:0; background:#fff url(../img/visualisator/interior.jpg) no-repeat center top; background-size: 100% auto}
.handles{position:absolute; top:0; left:0; width:100%; height:auto; overflow: hidden; z-index:10}
.texture{position:absolute; top:0; left:0; width:100%; height:auto; overflow: hidden; z-index:9}
.floor{position:absolute; bottom:0; width:100%; height:auto; overflow: hidden; z-index:8}
.walls{position:absolute; top:0; width:100%; height:auto; overflow: hidden; z-index:7}
.texture img, .floor img, .walls img, .handles img{max-width:100%;}
.tab-pane{width: 100%; height:100%; float: left;}
.tab-content button{float: left; border:none; width:100px; height:100px; overflow: hidden; padding:0; position: relative}
.tab-content #floor button{width:140px; height:140px;}
.tab-content #handles button{width:140px; height:140px;}
.tab-content #texture button{width:70px; height:70px;}
.tab-content button:active, .tab-content button:focus{border: none;outline:none;margin:0; padding:0}
button.chosen:after{font-family:'Glyphicons Halflings'; content:"\e013"; position: absolute; top:50%; left:50%; width:30px; height:30px; background:#fff; border-radius:15px; box-shadow: 0 1px 2px rgba(0,0,0,0.5); line-height: 30px; color:#57a511; font-size: 14px; text-align: center; margin:-15px 0 0 -15px}

/*
#visualisator_interior{position: absolute; top:0; left: 50%; margin-left:-960px; width:1920px; height:1000px; background:#fff url(../img/visualisator/interior.jpg) no-repeat center top;}
#visualisator_exterior{position: absolute; top:0; left: 50%; margin-left:-960px; width:1920px; height:1000px; background:#fff url(../img/visualisator/exterior.jpg) no-repeat center top; visibility: hidden; opacity:0}
.texture{position:absolute; top:128px; left:225px; width:1465px; height:562px; overflow: hidden;}
.floor{position:absolute; bottom:0; width:1920px; height:320px; overflow: hidden;}
.walls{position:absolute; top:0; width:1920px; height:687; overflow: hidden;}
.tab-pane{width: 100%; height:100%; float: left;}
.tab-content button{float: left; border:none; width:100px; height:100px; overflow: hidden; position: relative}
.tab-content #floor button{width:140px; height:140px;}
.tab-content #texture button{width:70px; height:70px;}
.tab-content button:active, .tab-content button:focus{border: none;outline:none;margin:0; padding:0}
button.chosen:after{font-family:'Glyphicons Halflings'; content:"\e013"; position: absolute; top:50%; left:50%; width:30px; height:30px; background:#fff; border-radius:15px; box-shadow: 0 1px 2px rgba(0,0,0,0.5); line-height: 30px; color:#57a511; font-size: 14px; text-align: center; margin:-15px 0 0 -15px}
*/

/*visualisator*/

/*salony*/
.dealersidebar h2{color:#fff; font-size:24px; padding:30px 10px 0 30px; text-indent:0; text-align: center}
#dealermap{width:100%; height:100%; position: relative}
.dealer{position: absolute; top:0px; left:-300px; width:260px; padding:25px; height:360px; background:#fff; box-shadow: 0 5px 3px rgba(0,0,0,0.3); z-index: 999; visibility: hidden; opacity: 0}
.dealer div{margin-bottom:20px; text-align: center; min-height:50px; line-height: 50px;}
.dealer div .img-responsive{display: inline-block}
.dealer button{display: none;}
.dealerwrap{position:relative; overflow: hidden; min-height:200px}
.dealerwrap #boxeswrap{position: absolute; top:0; left: 0; bottom:0; width:100%; overflow: auto; padding-bottom:30px}
/*salony*/

#aluminium{background:url(../img/top_aluminium.jpg) no-repeat left bottom; min-height:200px; color:#fff; padding:30px 0 0 0; position: relative; text-align:center}
#aluminium h1{font-size:40px; font-weight: 700; margin-bottom:20px; text-align: center}
#aluminium p{font-size:14px; font-weight: 300; max-width:600px; margin: 0 15px}
#aluminium .logos{width:100%; min-height: 300px; background: #fff; text-align: center; padding: 40px; margin-top:20px;}
#aluminium .logos img{margin:5px}
#aluminium .logos h3{color:#565656; text-align: center}

#thermoslide{background:url(../img/top_thermoslide.jpg) no-repeat right bottom; min-height:200px; color:#fff; padding:30px 0 20px 0; position: relative; text-align:center}
#thermoslide h1{font-size:40px; font-weight: 700; margin-bottom:20px; text-align: center}
#thermoslide p{font-family: 'Roboto Condensed', sans-serif; font-size:14px; font-weight: 400; max-width:490px;  margin: 0 15px}
#thermoslide p.lead{font-family: 'Lato', sans-serif; font-size:18px; font-weight: 300; max-width:490px; margin: 0 15px 30px 15px}

#drzwi{background:url(../img/top_drzwi.jpg) no-repeat right bottom; min-height:200px; color:#fff; padding:30px 0 0 0; position: relative}
#drzwi h1{font-size:40px; font-weight: 700; margin-bottom:30px; text-align:center}
#drzwi p{font-family: 'Roboto Condensed', sans-serif; font-size:14px; font-weight: 400; max-width:490px; margin: 0 15px}
#drzwi p.lead{font-family: 'Lato', sans-serif; font-size:18px; font-weight: 300; max-width:490px; margin: 0 15px 30px 15px}
#drzwi h3{margin-left:15px;}
.padding80{padding-top:30px; padding-bottom:30px}

.newh3{font-size:24px; font-weight: 300; margin: 10px 0}
.textonpic{position: absolute; top:0; color:#fff; padding:50px 15px}
.textonpic h3{font-size:18px; font-weight: 300; text-transform: uppercase}
.textonpic p{margin-bottom: 10px}

.files .btn-default{text-transform: uppercase; font-size:12px; color:#667e8d; border:2px solid #667e8d; padding:6px 10px 4px 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;}
.files .btn-default span{margin-left:6px}
.files .btn-default:hover{color:#9cc3dc; border-color:#9cc3dc}
.labels{position: absolute; z-index: 9999; font-weight: bold; background:#fff; color:#000; padding: 4px 5px 3px 5px; opacity:0; box-shadow: 0 2px 5px rgba(0,0,0,0.4); border-radius:4px; width:120px; text-align: center}
.labels.show{opacity:1}

.thumb{float: left; display:inline-block; width:150px; height:150px; margin:0 30px 20px 0; overflow:hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;}
.thumb:hover{border-color: #98ba2e}
.news{float: left; width:100%; padding:0 0px; border-bottom: 1px solid #ddd}
.news h4{margin-bottom:0px; padding-bottom:0px; font-size:22px;}
.news-gallery{text-align: center}
.news-gallery .thumb{display: inline-block; float: none; margin: 10px}
.newscontent .btn-default,
.news .btn-default{margin-top:20px; text-transform: uppercase; font-size:12px; color:#667e8d; border:3px solid #667e8d; padding:6px 10px 4px 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;}
.newscontent .btn-default span,
.news .btn-default span{margin-left:6px}
.newscontent .btn-default:hover,
.news .btn-default:hover{color:#9cc3dc; border-color:#9cc3dc}


.system{float: left; width: 175px; height: 250px; font-weight: 900; color:#fff; font-size: 17px; margin:30px 18px 0 0; position: relative; cursor: pointer;z-index: 1}
.system:last-child{margin-right: 0}
.system span.conf{position: absolute; top:0; left: 0; width:100%; height:30px; background: url(/img/pcv/config.png) no-repeat left top;}
.system span{font-weight: 300}
.system img{float: left; width:175px; height: 175px; margin-bottom:15px;}

.system .data{position: relative; z-index: 5; float: left;width: 100%; height: 250px}
.system .hover{position: absolute; top:-10px; left: -10px; width: 195px; height:340px; padding:260px 10px 10px 10px; background-color: #fff; z-index: 4; opacity:0;}
.system .hover.noconf{height:300px;}
.system .hover .btn{border-radius: 0; background:#6aa7cf; color:#fff; width: 100%;}
.system .hover .btn-conf{background-color: #eaaa24; color:#fff;}

.system:hover{color:#000; z-index: 99}
.system:hover .hover{opacity:1;}

#pcvModal .modal-dialog{margin-top: 50px;}
#pcvModal .modal-body{padding:0; font-size: 16px}
#pcvModal .modal-content{border-radius:0; border:none; box-shadow:0 10px 10px rgba(0, 0, 0, 0.5);}
#pcvModal .close{background:#dfe3e5; font-size:18px; color:#000; height: 50px; opacity: 1; padding: 0; position: absolute; right: 0; top: -50px; width: 50px;}
#pcvModal .modal-body .row{padding:30px 30px;}
#pcvModal .modal-body .row.dark{background-color: #6aa7cf; color:#fff;}
#pcvModal h1{font-weight: 900; text-transform: uppercase; font-size: 46px; color:#2f2f2f; margin-bottom: 30px}
#pcvModal h3{font-weight: 900; text-transform: uppercase; color:#2f2f2f; font-size: 18px;margin:0 0 25px 0;}
#pcvModal .row.dark h3{color:#fff;}
#pcvModal h4{color:#2f2f2f; font-weight: 300}
#pcvModal p{line-height: 26px; margin-bottom: 25px}

@media (min-width: 480px) { 
    #wrapper{width:480px;}
    .navbar.navbar-default.navbar-fixed-top{width:480px;}
    .padded{padding:15px 30px 15px 30px}

    h2{font-size:50px; text-indent: -2px}
    h3{font-size:14px;}

    .box{width:480px; height:480px;}
    .box.halfvertical{width:480px; height:240px;}
    .box.quarter{width:240px; height:240px;}
    .box p.movebottom{padding:0 30px 0 0}

    .about_shuco h2{font-size:26px}
    .about_shuco p{line-height: 22px}

    #map{height:480px;}
    .contact-page{height:1380px; min-height:100px}

}

@media (min-width: 768px) { 

    body{padding-top:190px; font-size:14px;}
    #wrapper{width:720px;}
    .navbar.navbar-default.navbar-fixed-top{width:100%;}
    .padded{padding:20px}

    h2{font-size:42px;}

    #fast-contact{float:right; font-weight: 300; color:#858585; margin-top:38px; display: inline-block}
    #fast-contact a{margin-left:15px}
    .navbar.navbar-default.navbar-fixed-top .navbar-header{float: left; width:100%; height:95px; border-bottom:1px solid #dbdfe1}
    .navbar.navbar-default.navbar-fixed-top .navbar-header ul{list-style-type: none; padding:0; margin:0; float: right; display: inline-block}
    .navbar.navbar-default.navbar-fixed-top .navbar-header ul li{display: inline-block}
    .navbar.navbar-default.navbar-fixed-top .navbar-header ul li a{display: inline-block; text-transform: uppercase; color:#a3a3a3; margin:40px 5px 0 5px;}
    .navbar.navbar-default.navbar-fixed-top .navbar-header ul li a.active,
    .navbar.navbar-default.navbar-fixed-top .navbar-header ul li a:hover{font-weight: 700; text-decoration: none}
    .navbar.navbar-default.navbar-fixed-top .navbar-brand{width:220px; height:54px; margin:35px 0 0 -15px; text-indent:-999px; overflow:hidden; background-size: 220px auto;}
    #navbar{position: inherit; top:auto; right:auto; width:auto; background:#fff; border:0; box-shadow: none}
    .nav.navbar-nav.navbar-top{width: auto}
    .nav.navbar-nav.navbar-top li a{text-transform: uppercase; color:#858585; width:auto; padding:40px 0 35px 0; margin-right:30px; font-weight: 700; border: none; font-size:12px; overflow: hidden;
        -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
        -moz-transition: background .3s ease-in-out, color .3s ease-in-out;
        -o-transition: background .3s ease-in-out, color .3s ease-in-out;
        transition: background .3s ease-in-out, color .3s ease-in-out;}
    .nav.navbar-nav.navbar-top li.active a:hover{color:#a3a3a3}
    .nav.navbar-nav.navbar-top li a:after{content:''; position: absolute; bottom:-3px; left:0px; right:0px; height:3px; background:#9cc3dc;
        -webkit-transition: bottom 0.2s ease;                  
        -moz-transition: bottom 0.2s ease;                 
        -o-transition: bottom 0.2s ease;   
        -ms-transition: bottom 0.2s ease;          
        transition: bottom 0.2s ease;}

    .nav.navbar-nav.navbar-top li:hover > ul{height:260px;}

    .nav.navbar-nav.navbar-top > li{position:inherit}
    .nav.navbar-nav.navbar-top li ul{position: absolute; top:190px; left:50%; width:768px; height:0px; overflow: hidden; background: #768f9f; margin-left:-384px;
        -webkit-transition: height 0.2s ease;                  
        -moz-transition: height 0.2s ease;                 
        -o-transition: height 0.2s ease;   
        -ms-transition: height 0.2s ease;          
        transition: height 0.2s ease;}
    .nav.navbar-nav.navbar-top li ul li{float: left; width:25%;}
    .nav.navbar-nav.navbar-top li.active ul li a,
    .nav.navbar-nav.navbar-top li ul li a{background:#fff;color:#858585; font-size:14px; font-weight: 300; border:none; padding:0 0 28px 0; margin:0; text-align: center}
    .nav.navbar-nav.navbar-top li.active ul li.active a,
    .nav.navbar-nav.navbar-top li.active ul li a:hover,
    .nav.navbar-nav.navbar-top li ul li a:hover{background:#667e8d; color:#fff; text-decoration: none}
    .nav.navbar-nav.navbar-top li ul li a .picture{float: left; width:100%; height:180px; margin-bottom:30px; background: url(../img/menupcv.jpg) no-repeat; position: relative}
    .nav.navbar-nav.navbar-top li ul li a .picture:after{content:'';position: absolute; top:0; left:0; width:100%; height:100%; background: rgba(102,126,141,0.7); opacity: 1;
        -webkit-transition: opacity 0.2s ease;                  
        -moz-transition: opacity 0.2s ease;                 
        -o-transition: opacity 0.2s ease;   
        -ms-transition: opacity 0.2s ease;          
        transition: opacity 0.2s ease;}
    .nav.navbar-nav.navbar-top li.active ul li.active a .picture:after,
    .nav.navbar-nav.navbar-top li ul li a:hover .picture:after{opacity:0;}
    .nav.navbar-nav.navbar-top li ul li a .picture.aluminium{background: url(../img/menualuminium.jpg) no-repeat}
    .nav.navbar-nav.navbar-top li ul li a .picture.thermoslide{background: url(../img/menuthermoslide.jpg) no-repeat}
    .nav.navbar-nav.navbar-top li ul li a .picture.drzwi{background: url(../img/menudrzwi.jpg) no-repeat}
    .nav.navbar-nav.navbar-top li ul li a:after{display: none}
    .nav.navbar-nav.navbar-top li a:hover:after{bottom:0px;}

    .navbar.navbar-default.navbar-fixed-top.smaller{top:0px; height:50px;}
    .navbar.navbar-default.navbar-fixed-top.smaller .container{position:relative}
    .navbar.navbar-default.navbar-fixed-top.smaller .navbar-header{height:50px; border-bottom:0}
    .navbar.navbar-default.navbar-fixed-top.smaller .navbar-brand{height:20px; width:50px; margin:15px 0 0 -15px}
    .navbar.navbar-default.navbar-fixed-top.smaller .navbar-header ul li a{margin:12px 5px 0 5px;}
    .navbar.navbar-default.navbar-fixed-top.smaller .navbar-header #fb{margin-top:10px;}
    .navbar.navbar-default.navbar-fixed-top.smaller .nav.navbar-nav.navbar-top li a{padding:16px 0 14px 0}
    .navbar.navbar-default.navbar-fixed-top.smaller #fast-contact{display:none}    
    .navbar.navbar-default.navbar-fixed-top.smaller #navbar{position: absolute; top:0; left:80px; right:auto; width:auto; background:#fff; border:0; box-shadow: none;}
    .navbar.navbar-default.navbar-fixed-top.smaller .nav.navbar-nav.navbar-top li ul{top:50px; margin-left:0; left:-80px}
    .navbar.navbar-default.navbar-fixed-top.smaller .nav.navbar-nav.navbar-top li ul li a{padding:0 0 28px 0;}

    /*banner*/
    .banner-indicators{position: absolute; top:0px; right:0px; bottom:0; width:50px; z-index: 99; padding:0; margin:0; list-style-type: none; background:#c4ccd1;}
    .banner-indicators li{float: left; background:#e1e6e9; width:25px; height:50px; cursor: pointer; line-height: 50px; color:#909ea9; clear: both; position: relative; z-index:2; text-align: center}
    .banner-indicators li.active{width:50px; background:#fff}
    .banner-indicators li.active:hover{width:50px; background:#fff; color:#9cc3dc}
    .banner-indicators li:hover{color:#9cc3dc}
    .banner{background:#2b2b2b; height:600px; text-align:center; position: relative; overflow: hidden}
    .banner .item{width:100%; height:600px; position: absolute; top:0; left:100%; background-position:center top; background-size: cover}
    .banner .item.active{left:0}
    .banner .container{position: absolute; bottom:0; left:50%; margin-left:-360px; display: block;}
    .banner .container .caption-wrap{float: left; width:100%; background:#fff; text-align:left; height:240px; padding:30px;}
    .banner .container .caption{display: none; opacity:0;}
    .banner .container .caption.active{display: block; opacity:1}
    .banner .container .caption-wrap h2{color:#667e8d; font-family: 'Lato', sans-serif; font-weight: 100; font-size:60px; line-height: 80px; text-align: left; margin:0 0 20px 0}
    .banner .container .caption-wrap p{font-weight:300; font-size:18px; color:#667e8d;}
    /*banner*/

    .box{width:360px; height:360px;}
    .box.halfvertical{width:360px; height:180px;}
    .box.quarter{width:360px; height:180px;}
    .box p{padding:0 20px 0 0;text-align: justify}
    .box.factory h2{font-size:24px; text-indent: 0}
    .box.visualisator h2{font-size:36px; text-indent: 0}

    .nav-tabs > li > a{padding:15px; font-size:14px;}

    #about_us{padding:50px 15px 15px 15px}
    #about_us h1{font-size:22px;}
    #about_us h2{font-size:34px;}
    #about_us p{font-size:14px;}


    #about_company{height:1045px;}
    #about_company .padded{padding: 50px 40px}
    #sectionimg{position: absolute; top:0; left: 0; width:100%; height:100%; display:block}
    #sectionimg img{position: absolute; top: 0; left:50%; height:100%; -webkit-transform: translateX(-50%); transform: translateX(-50%);}

    #strongbig i{font-size:120px; line-height: 140px;}
    #strongbig p{margin-bottom:20px;font-size:16px;}
    #strongbig p span{font-size:22px; margin-bottom:10px;}

    .strongpoint span.glyphicon{padding:50px 0 30px 0;}
    .strongpoint span.dot{width:9px; height:9px; border-radius:5px; background:#9cc3dc; display: inline-block; margin-bottom:30px; position: relative}
    .strongpoint span.dot:after{content:''; position: absolute; top:4px; left:9px; width:172px; height: 1px; background: #d7e7f1; z-index: 19}
    .strongpoint span.dot.last:after{display: none}
    .strongpoint p{margin-bottom:50px;}

    .about_shuco h2{font-size:16px}
    .about_shuco p{line-height: 16px}

    h4.topmargin{margin:50px 0 0 30px; width:auto; text-align: left}

    .contact-page{height:1220px}
    .contact-page .contact-box-bottom .row{margin-top:0px}
    .contact-page .row .col-xs-12{margin-top:0px}

    #credits{text-align: left}

    #about_footer h3{font-size:48px;}
    .footer{background:#fff; padding: 10px 0; color:#667e8d; text-align:left;}
    .footer h3{margin-bottom:40px; text-align:left}
    .footer img{margin-top:0}

    .step1{padding:100px 15px 30px 15px;}
    .step1 h1{font-size:50px;}
    .step1 p{padding: 30px 0 0 20px; line-height: 22px}
    .step1 p.lead{font-size:18px;padding:30px 20px 50px 0;font-weight: 100;}

    .step-system{text-align: center}
    .step-system h3{margin-top:0px; font-weight: 900; font-size:22px;}
    .step-system p{padding:0;}


    .step-wing{text-align:left;padding:250px 50px 0 50px; line-height: 28px}
    .step-wing p{padding:20px 0 0 0;}    

    .step-color{height:200px;padding:50px 20px 30px 20px;border-bottom:none; border-right: 1px solid #adbbc5}
    .step-color h3{font-size:24px;margin-top:15px;}

    .colorwrap{width:126.666px; height:126.666px;}
    .colorwrap:hover i{color:#fff; display: block}
    .step-color2{width:126.666px;}

    .step-fittings p.more{position: absolute; top:50%; transform: translateY(-50%); left:80%; padding:40px 50px; background:#fff; box-shadow: 0 2px 10px rgba(0,0,0,0.4); width:300px; text-align:left; z-index: 99; opacity:0; visibility: hidden; display:block;
        -webkit-transition: opacity 0.3s ease 1s;                  
        -moz-transition: opacity 0.3s ease 1s;                 
        -o-transition: opacity 0.3s ease 1s;   
        -ms-transition: opacity 0.3s ease 1s;          
        transition: opacity 0.3s ease 1s;}
    .step-fittings p.more:after{content: ''; position: absolute; width: 40px; height: 60px; background: #fff; top: 50%; left: 0;margin-top:-30px; z-index:2;}
    .step-fittings p.more:before{content: ''; position: absolute; width: 40px; height: 40px; background: #fff; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: 50%; left: -12px; margin-top:-20px; box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.5); z-index:1;}
    .step-fittings:hover p.more{ visibility:visible; opacity: 1}

    .step-wing p.more{position: absolute; top:50%; transform: translateY(-50%); left:80%; font-size:12px; padding:20px 40px; background:#fff; box-shadow: 0 2px 10px rgba(0,0,0,0.4); width:300px; text-align:left; z-index: 99; opacity:0; visibility: hidden; display:block;
        -webkit-transition: opacity 0.3s ease 1s;                  
        -moz-transition: opacity 0.3s ease 1s;                 
        -o-transition: opacity 0.3s ease 1s;   
        -ms-transition: opacity 0.3s ease 1s;          
        transition: opacity 0.3s ease 1s;}
    .step-wing p.more:after{content: ''; position: absolute; width: 40px; height: 60px; background: #fff; top: 50%; left: 0;margin-top:-30px; z-index:2;}
    .step-wing p.more:before{content: ''; position: absolute; width: 40px; height: 40px; background: #fff; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); top: 50%; left: -12px; margin-top:-20px; box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.5); z-index:1;}
    .step-wing:hover p.more{ visibility:visible; opacity: 1}

    .step6 .row .col-md-3:nth-child(4) .step-fittings p.more,
    .step7 .row .col-md-3:nth-child(4) .step-fittings p.more{left:-80%}

    .step6 .row .col-md-3:nth-child(4) .step-fittings p.more:after,
    .step7 .row .col-md-3:nth-child(4) .step-fittings p.more:after{left: auto;right:0;z-index:2;}
    .step6 .row .col-md-3:nth-child(4) .step-fittings p.more:before,
    .step7 .row .col-md-3:nth-child(4) .step-fittings p.more:before{left: auto; right:-12px;-index:1;}

    .step2 .col-md-4:last-child .step-wing p.more{left:-80%}
    .step2 .col-md-4:last-child .step-wing p.more:after{left: auto;right:0;z-index:2;}
    .step2 .col-md-4:last-child .step-wing p.more:before{left: auto; right:-12px;-index:1;}


    .btn-pdf{font-size:24px;}
    .btn-wiz{font-size:24px;}

    #gotovisualisator h3{font-size: 48px}
    #gotoconfigurator h3{font-size: 48px}

    .dealersidebar h2{text-align: left}
    .dealersidebar:after{position: absolute; top:-50px; bottom:-1000px; right:-10px; width:10px; content:'';
        -webkit-box-shadow:-5px 0 15px 0 rgba(0,0,0,0.4);
        -moz-box-shadow:-5px 0 15px 0 rgba(0,0,0,0.4);
        box-shadow:-5px 0 15px 0 rgba(0,0,0,0.4)}
    #dealermap{width:100%; height:100%; position: relative}
    #dealermenu{list-style-type: none; padding:10px 25px}
    #dealermenu li.active a{font-weight: 700}
    #dealermenu li{float: left; width:100%; position: relative}    
    #dealermenu li a{float: left; width:100%; padding:5px 5px; border-radius:4px; font-size:12px; color:#fff; text-transform: uppercase;}
    #dealermenu li:hover a{background:#2a3033;}
    #dealermenu li ul{display: none; position: absolute; padding:0 15px 10px 15px; top:0; right:-215px; width:220px; background:#2a3033; list-style-type:none; z-index: 1999; border-radius: 0 4px 4px 4px}
    #dealermenu li.active ul li a{font-weight:300}
    #dealermenu li.active ul li.active a{font-weight:700}
    #dealermenu li ul li a{padding:5px 5px 0 5px}
    #dealermenu li:hover > ul{display: block}
    .dealer{position: absolute; top:0px; left:-300px; width:260px; padding:25px; height:360px; background:#fff; box-shadow: 0 5px 3px rgba(0,0,0,0.3); z-index: 999; visibility: hidden; opacity: 0}
    .dealerwrap{min-height:1000px}
    .dealerwrap #boxeswrap{width:760px; padding-bottom:30px}
    .dealer button{position: absolute; bottom:0; left:0; padding:0 25px; font-weight: 700; font-size:12px; background:#667e8d; color:#fff; height: 50px; width:260px; border: none; text-align: left; display: block;
        -webkit-transition: all 0.5s ease;                  
        -moz-transition: all 0.5s ease;                 
        -o-transition: all 0.5s ease;   
        -ms-transition: all 0.5s ease;          
        transition: all 0.5s ease;}
    .dealer button .arrow{float: right; margin-top:12px}
    .dealer button:hover{background:#7190a4; color:#fff}

    #aluminium{background:url(../img/top_aluminium.jpg) no-repeat center bottom; height:660px; padding:100px 0 0 0; text-align: left}
    #aluminium div{height:100%}
    #aluminium h1{font-size:50px; margin-bottom:30px; text-align: left}
    #aluminium p{font-size:18px;margin: 0 auto}
    #aluminium .logos{position: absolute; height:300px; bottom:0; padding: 40px; margin-top:0}
    #aluminium .logos img{margin:50px 20px}
    #aluminium .logos h3{color:#565656; text-align: left}
    .padding-70{margin-top:50px;}

    #thermoslide{background: #4287b0 url(../img/top_thermoslide.jpg) no-repeat center bottom; height:970px; padding:50px 0 0 0; text-align:left}
    #thermoslide div{height:100%}
    #thermoslide h1{font-size:50px; margin-bottom:30px; text-align:left}
    #thermoslide p{margin: 0}
    #thermoslide p.lead{margin: 0 0 30px 0}
    .padding-100{margin-top:20px;}

    #drzwi{background:url(../img/top_drzwi.jpg) no-repeat center bottom; height:800px; padding:100px 0 0 0; position: relative}
    #drzwi h1{font-size:50px; margin-bottom:30px; text-align: left}
    #drzwi h3{margin-left:0}
    #drzwi p{margin: 0}
    #drzwi p.lead{margin: 0 0 30px 0}

    .newh3{margin: 0 0 25px 0}
    .textonpic{padding:50px 32px}

    .margin220{margin-top:220px;}
    .margin50{margin-top:50px}
    .padded.padding80{padding-top:80px; padding-bottom:0}

    .contact-page .contact-box-top .row{margin-top:40px}
}

@media (min-width: 992px) { 

    #wrapper{width:940px;}
    .navbar.navbar-default.navbar-fixed-top{width:100%;}
    .nav.navbar-nav.navbar-top li ul{width:992px; margin-left:-496px;}
    .padded{padding:10px 30px 30px 30px}

    h2{font-size:55px; text-indent:-5px}

    .banner .container{margin-left:-470px;}
    .banner-indicators{right:-50px; background:none;}

    .box{width:470px; height:470px;}
    .box.halfvertical{width:470px; height:235px;}
    .box.quarter{width:235px; height:235px;}
    .box h3{margin-top:50px}
    .box.factory h2{font-size:36px; text-indent: 0}
    .box.visualisator h2{font-size:36px; text-indent: 0}

    .about_shuco h2{font-size:22px; text-indent: 0; margin-top:25px}
    .about_shuco p{line-height: 20px;}

    .strongpoint span.dot:after{width:226px;}

    .footer{padding: 50px 40px;}
    .dealersidebar h2{font-size:14px;}
}

@media (min-width: 1200px) {

    #pcvModal .modal-dialog{margin-top: 50px;width:1140px;}
    #pcvModal .modal-body .row{padding:30px 60px;}

    #wrapper{width:100%;}
    .padded{padding:20px 40px}
    .topmargin{margin-top:50px}

    h2{font-size:60px;}

    .nav.navbar-nav.navbar-top li ul{width:1140px; margin-left:-570px;}
    .nav.navbar-nav.navbar-top li.active ul li a,
    .nav.navbar-nav.navbar-top li ul li a{text-indent: 30px; font-size:16px; text-align: left;}

    /*banner*/
    .banner-indicators{position: absolute; top:0px; right:-50px; bottom:0; width:50px; z-index: 99; padding:0; margin:0; list-style-type: none; background:none;}
    .banner-indicators li{float: left; background:#e1e6e9; width:25px; height:50px; cursor: pointer; line-height: 50px; color:#909ea9; clear: both; position: relative; z-index:2}
    .banner-indicators li.active{width:50px; background:#fff}
    .banner-indicators li.active:hover{width:50px; background:#fff; color:#9cc3dc}
    .banner-indicators li:hover{color:#9cc3dc}
    .banner{background:#2b2b2b; height:760px; text-align:center; position: relative; overflow: hidden}
    .banner .item{width:100%; height:760px; position: absolute; top:0; left:100%; background-position:center top; background-size: cover}
    .banner .item.active{left:0}
    .banner .container{position: absolute; bottom:0; left:50%; margin-left:-570px; display: block;}
    .banner .container .caption-wrap{float: left; width:100%; max-width:855px; position:relative; background:#fff; text-align:left; height:300px; padding:60px;}
    .banner .container .caption{display: none; opacity:0;}
    .banner .container .caption.active{display: block; opacity:1}
    .banner .container .caption-wrap h2{color:#667e8d; font-family: 'Lato', sans-serif; font-weight: 100; font-size:60px; line-height: 80px; text-align: left; margin:0 0 30px 0}
    .banner .container .caption-wrap p{font-weight:300; font-size:18px; color:#667e8d;}
    /*banner*/

    .box{width:570px; height:570px;}
    .box.halfvertical{width:570px; height:285px;}
    .box.quarter{width:285px; height:285px;}
    .box p.movebottom{padding:0 45px 0 0; bottom:30px}
    .box.noheight{margin-bottom:50px}
    .box.noheight.nopadding{margin-bottom:0px}
    .box.nomargin{margin:0;}
    .box h3{margin-top:30px}

    #about_us{height:760px; padding:170px 15px 15px 15px}
    #about_us h1{font-size:24px;}
    #about_us h2{font-size:50px; margin:20px 0}
    #about_us p{font-size:18px; line-height:30px}

    .about_shuco h2{font-size:24px;font-weight: 100; margin-top:50px}
    .about_shuco p{margin-top:30px}

    .strongpoint span.dot:after{width:276px;}

    .col-lg-13{width:16%; margin:40px 2% 60px 2%}

    #map{height:1040px; top:0;}
    #map-top{position: absolute; top:0; left:0; width:100%; height: 100px; background: rgba(162,191,209,0.5); z-index: 95}
    #map-bot{position: absolute; bottom:0; left:0; width:100%; height: 180px; background: rgba(162,191,209,0.5); z-index: 95}
    #map-lft{position: absolute; top:100px; left:0; bottom:180px; right:50%; background: rgba(162,191,209,0.5); z-index: 95}
    #map-rgt{position: absolute; top:100px; left:50%; bottom:180px; right:0; margin-left:570px; background: rgba(162,191,209,0.5); z-index: 95}
    .contact-page{background:#a2bfd1; padding:100px 0 180px 0; height:1040px; position:relative}
    .contact-page .contact-box-top .row .col-xs-12{margin-top:0px}
    .contact-box-top{position: absolute; top:100px; left:50%; margin-left:-570px; height:570px; z-index: 99; width:auto}
    .contact-box-top .box.white{width:570px;height:570px}
    .contact-box-bottom{position: absolute; top:670px; left:50%; margin-left:-570px; z-index: 99}
    .contact-box-bottom .box{margin-bottom:0}
    .dealersidebar h2{font-size:16px;}
}

@media (min-width: 1600px) {
    #pcvModal .modal-body .row{padding:50px 90px;}
    .dealersidebar h2{font-size:24px;}
}