@import url('ekran_wyboru_normalize.css');
@import url('ekran_wyboru_fonts.css');


/* ---------------- */ 
/* General */ 
/* ---------------- */

body {
	font-size: 0.750em;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
    color: #3e3f41;
}

* {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clear {
	clear: both;
	display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.hide-text {
	font-size: 0;
	line-height: 0;
	text-indent: -2000px;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

.overflow-hidden {
	overflow: hidden;
}

label,
input[type="submit"],
button
{
	cursor: pointer;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

input, textarea { 
	border: 1px solid #bababa; 
	padding: 3px 2px; 
	background: #fff; 
	font-size: 11px; 
	font-family: inherit; 
	color: #6d6d6d; 
	outline: none;
}

input[type=radio], input[type=checkbox] {
	border: 0;
	background: none;	
}

select { 
	border: 1px solid #bababa; 
	padding: 3px 2px; 
	background: #fff; 
	font-size: 11px; 
	font-family: inherit; 
	color: #6d6d6d; 
}


/* ---------------- */ 
/* Construction */ 
/* ---------------- */

.container {
    margin-left: auto;
    margin-right: auto;
}

/*----responsive----*/

@media (min-width: 900px) {

    .container {
        width: 897px;
    }

    #new-wsb .col-left {
        width: 638px;
    }

    #new-wsb .col-right {
        width: 259px;
    }

    #new-wsb .col-left .inner {
        padding: 55px 0 0 290px;
    }

    #new-wsb .col-right .inner {
        padding: 145px 0 0 70px;
    }

}

@media (max-width: 899px) {

    #new-wsb .col-left .new-functions {
        display: none;
    }

    #footer .pull-left,
    #footer .pull-right {
        float: none !important;
    }

    #footer .experia {
        margin-top: 20px;
        display: block;
    }

}

@media (min-width: 768px) and (max-width: 899px) {

    .container {
        width: 728px;
    }

    #new-wsb .col-left {
        width: 500px;
    }

    #new-wsb .col-right {
        width: 227px;
    }

    #new-wsb .col-left .inner {
        padding: 55px 0 0 55px;
    }

    #new-wsb .col-right .inner {
        padding: 55px 0 0 20px;
    }

}

@media (max-width: 767px) {

    .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    #new-wsb .col-left {
        width: 100%;
    }

    #new-wsb .col-left h3,
    #new-wsb .col-right h3 {
        margin-bottom: 50px !important;
    }

    #new-wsb .col-right {
        width: 100%;
    }

    #new-wsb .col-left .inner {
        padding: 55px;
    }

    #new-wsb .col-right .inner {
        padding: 55px;
    }

    #footer {
        margin-top: 50px !important;
    }

}

/*----forms----*/

ul.form > li {
	margin-bottom: 10px;
}

ul.form > li:last-child {
	margin-bottom: 0;	
}

ul.form > li > ul {
	overflow: hidden;	
}

ul.form > li > ul > li {
	display: block;
	float: left;
	margin-left: 10px;	
}

ul.form > li > ul > li:first-child {
	margin-left: 0;	
}

ul.form input,
ul.form button,
ul.form select {
	box-sizing: border-box;	
	-moz-box-sizing: border-box;	
	-webkit-box-sizing: border-box;	
}

/*--margins--*/

.space-top-100 {
	margin-top: 100px;	
}

.space-top-80 {
	margin-top: 80px;	
}

.space-top-60 {
	margin-top: 60px;	
}

.space-top-50 {
	margin-top: 50px;	
}

.space-top-40 {
	margin-top: 40px;	
}

.space-top-30 {
	margin-top: 30px;	
}

.space-top-25 {
	margin-top: 25px;	
}

.space-top-20 {
	margin-top: 20px	
}

.space-top-15 {
	margin-top: 15px;	
}

.space-top-10 {
	margin-top: 10px;	
}

.padding-left-35 {
	padding-left: 35px;
}

.padding-left-25 {
	padding-left: 25px;
}

.padding-right-35 {
	padding-right: 35px;
}

/*--headers----*/

h1, h2, h3, h4 {
    line-height: 1em;
    font-weight: normal;
}

h1,
p.h1 {
	font-size: 2.5em;
}

h2,
p.h2 {
	font-size: 2.273em;
}

h3,
p.h3 {
	font-size: 1.8em;
}

h4,
p.h4 {
	font-size: 1.5em;
}

h5,
p.h5 {
	font-size: 1.364em;
}

h6,
p.h6 {
	font-size: 1.1em;
}



/* ---------------- */ 
/* Static */ 
/* ---------------- */

#title-bar {
    padding: 15px 0 30px 0;
}

#title-bar h1 {
    margin: 0;
}

#new-wsb {
    color: #fff;
}

#new-wsb h4 {
    font-size: 1.167em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#new-wsb h3 {
    font-size: 3.500em;
    font-family: 'stag';
}

#new-wsb .col-left {
    float: left;
    background: #0088f2;
    min-height: 330px;
    position: relative;
}

.white-button {
    display: inline-block;
    width: 175px;
    height: 48px;
    background: url("/teb-theme/images/ekran_wyboru/white-button.png");
    color: #ffffff;
    font-family: 'stag';
    font-size: 2.000em;
    line-height: 48px;
    padding-left: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
}

.white-button:hover {
    opacity: 0.8;
    text-decoration: none;
}

.white-button.small {
    width: 120px;
    height: 33px;
    background: url("/white-button-small.png");
    line-height: 33px;
    padding-left: 15px;
}

#new-wsb .col-right .white-button {
    color: #001548;
}

#new-wsb .col-left h3 {
    margin-bottom: 80px;
}

#new-wsb .col-left .new-functions {
    position: absolute;
    left: -250px;
    top: -25px;
}

#new-wsb .col-right {
    float: right;
    min-height: 330px;
    background: #001548;
    position: relative;
    font-size: 0.677em;
}

#new-wsb .col-right:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("./images/corner.png");
    width: 44px;
    height: 44px;
}

#new-wsb .col-right h3 {
    margin-bottom: 135px;
}

#footer {
    margin: 100px 0 80px 0;
}

.footer-nav {
    margin-bottom: 20px;
}

.footer-nav li {
    display: inline;
    padding: 0 8px;
}

.footer-nav li:first-child {
    padding-left: 0;
}

.footer-nav li a {
    transition: 0.2s all ease-in;
	color: #0088f2;
    -moz-transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
}

.footer-nav li a:hover {
    text-decoration: underline;
    color: #0088f2;
}

/*
#footer .copyrights a {
    color: #0088f2;
}
*/

#footer .copyrights a {
    color: #31292F;
    font-weight: bold;
	text-decoration: none;
}

#footer .copyrights a:hover {
	text-decoration: underline;
}


#footer .follow {
    float: right;
    margin-right: 39px;
}

#footer .follow span {
    color: #31292F;
    float: left;
    font-size: 12px;
    line-height: 27px;
    margin-right: 13px;
}

.footer-nav .follow a:hover {
	text-decoration: none;
}
.sorry-text {
	padding-right:15px;
}
