/* == Head == */
div.header {
    height: 110px;
}

div.logo {
    margin-top:15px;
    height:80px;
    float:left;
    line-height:9pt;
}

div.logo span {
    color: #979797;
    font-size: 9pt;
    font-family: RobotoCondensed;
    letter-spacing: 0.5pt;
}

div.language {
    float: left;
}

.language-button {
    cursor: pointer;
}

.language-button-active {

}

div.top_bar_login {
    float: right;
}

div.top_bar {
    background-color: #e9e9e9;
    font-family: RobotoCondensed;
    float: right;
    height: 37px;
    padding-left: 8px;
    padding-right: 0px;
}

div.currency {
    margin-right: 45px;
}

.currency-link , .currency-link-active , .currency-info {
    margin-top: 10px;
    font-size: 12px;
    margin-left: 8px;
    margin-right: 8px;
}

.currency-link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.currency-link-active {
    cursor: default;
    font-weight: bold;
    text-decoration: underline;
}

span.currency_text {
    color: #3b3b3b;
}

div.currency_picker {
    margin-top: 12px;
    margin-right: 12px;
    font-size: 12px;
    float: right;
}

.aacurrency-link {
    color: #8e8e8e;
    cursor: pointer;
}

.aacurrency-link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.aacurrency-selected {
    font-weight: bold;
    color: #3b3b3b;
    text-decoration: underline;
}

/* == Register/Login button == */

div.top_register_login {
    position: relative;
    top: -37px;
    clear:right;
    float:right;
}
div.top_register_login .menu_item {
    float:left;
    height: 29px;
    font-size: 13px;
    font-family: RobotoCondensed;
    background-color: #f1f1f1;
    padding: 8px 17px 0px 17px;
    cursor: pointer;
}

div.top_register_login .menu_item:hover, div.top_register_login.logged .menu_item:hover{
    background-color: #97cfff;
    color: white;
}

div.top_register_login .menu_item.login {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    width: 82px;
}

div.top_register_login .menu_item.email {
    cursor:default;
}

div.top_register_login .menu_item.email:hover {
    background-color: #57b3ff;
}

div.top_register_login .menu_item.standby {
    padding-left: 14px;
    padding-right: 14px;
}

div.top_register_login .menu_item.standby:hover {
    background-color: #da2722;
}

div.top_register_login .menu_separator {
    float:left;
    height: 20px;
    width: 1px;
    margin-top: 8px;
    background-color: #b0b0b0;
}

div.top_register_login.logged .menu_item {
    background-color: #57b3ff;
}
div.top_register_login.logged .menu_item, div.top_register_login.logged .menu_item a {
    color: white;
}

div.top_register_login.logged .menu_separator {
    background-color: #add9fe;
}

/* == Navigation == */
div.navigation {
    width: 1000px;
    background-color: #000000;
    z-index:1000;
    border-bottom: 1px solid #000000;
}


div.navigation div.element {
    float:left;
    height: 52px;
    padding-top: 28px;
    cursor: pointer;
}

div.navigation div.element.right {
    float:right;
}

div.navigation .element div.text {
    padding-left: 20px;
    padding-right: 20px;
    height: 42px;
    color: white;
    text-decoration: none;
    font-size: 17px;
    font-family: RobotoCondensed;
}

div.navigation .element div.active {
    height: 9px;
    background-color: #389bd6;
    display:block;
}

div.navigation .element div.noactive {
    height: 9px;
    background-color: #389bd6;
    display:none;
}

div.navigation div.divider {
    float:left;
    padding-top: 15px;
}

div.navigation div.divider.right {
    float:right;
    padding-top: 15px;
}

div.navigation .menu li {
    display: inline;
    color:white;
    vertical-align: top;
}

div.navigation .menu li.first {
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
}

.navigation a:link, .navigation a:visited, .navigation a:active  {
    color:white;
    text-decoration: none;
    font-size: 17px;
    font-family: RobotoCondensed;
}

div.navigation li img {

}

/* == Sliders == */
#sliders {
    position: fixed;
    right: 0;
    top: 5%;
}

@media screen and (max-width: 1150px)
{
    #sliders {
        display: none;
    }
}

#sliders .container {
    height: 290px;
    float:right;
}

#sliders .container .button {
    width: 48px;
    height:250px;
    margin-top: 40px;
    margin-right: -1px;
    float:right;
    cursor: pointer;
}

#sliders .clear {
    height: 10px;
    width:100%;
}

#sliders .help  {
    background: url(/img/layout/sliders/pomoc_off.jpg) no-repeat bottom left;
}

#sliders .help_en  {
    background: url(/img/layout/sliders/pomoc_en_off.jpg) no-repeat bottom left;
}

#sliders .help .active {
    background: url(/img/layout/sliders/pomoc_on.jpg) no-repeat bottom left;
}

#sliders .help_en .active {
    background: url(/img/layout/sliders/pomoc_en_on.jpg) no-repeat bottom left;
}

#sliders .benefits  {
    background: url(/img/layout/sliders/dlaczego_off.jpg) no-repeat bottom left;
}

#sliders .benefits_en  {
    background: url(/img/layout/sliders/dlaczego_en_off.jpg) no-repeat bottom left;
}

#sliders .benefits .active {
    background: url(/img/layout/sliders/dlaczego_on.jpg) no-repeat bottom left;
}

#sliders .benefits_en .active {
    background: url(/img/layout/sliders/dlaczego_en_on.jpg) no-repeat bottom left;
}

#sliders .container .content {
    width: 220px;
    height:288px;
    float:right;
    border: 1px solid #cdcdcd;
    background-color: white;
    margin-right: -222px;
}

#sliders .content h3 {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 10px;
    font-family: RobotoCondensed;
    font-size: 17px;
    color: #ffb91e;
}

#sliders .content p.small {
    margin-left: 20px;
    margin-right: 10px;
    font-size: 12px;
    color: #a8a8a8;
}

#sliders .content div {
    margin-left: 10px;
    font-size: 15px;
    font-family: RobotoCondensed;
    color: #7f7f7f;
}
#sliders .content div img {
    margin-left:5px;
    margin-right: 10px;
}

#sliders .content div b {
    font-size: 17px;
}

#sliders .content div small {
    font-size: 10px;
    line-height: 10px;
}

#sliders .content span.bg_lightgrey{
    font-size: 16px;
    font-family: RobotoCondensed;
    font-weight: bold;
}

#sliders .content span.bg_lightgrey font{
    font-size: 13px;
}

#sliders .benefits .content div {
    margin-left: 20px;
    margin-top: 30px;
}

#sliders .benefits_en .content div {
    margin-left: 20px;
    margin-top: 30px;
}

/* == Content == */
div.content {
    float:left;
    width: 100%;
}

div.content .one_column {
    background-color: white;
    width: 100%;
    min-height: 400px;
    float:left;
    /*border-top: 1px solid #000;*/
}

/* == Fotter == */
div.footer {
    clear:both;

}

div.footer .contact {
    background-image: url('/img/layout/backgrounds/transparent_black.png');
    width: 100%;
}

div.footer .contact .info_column {
    width: 215px;
    float:left;
}

.info_column .info_top {
    height: 15px;
}

.info_column .info_header {
    font-family: RobotoCondensed;
    font-weight: bold;
    font-size: 15px;
    color: #9e9e9e;
    background-color: #262626;
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 7px;

}

.info_column .info_text {
    height: 100%;
    color: white;
    font-size: 12px;
    padding-top: 22px;
    padding-left: 35px;
    line-height: 18px;
    height: 125px;
}

.info_column .border_light {
    border-right: 1px solid #696969;
}

.info_column .border_dark {
    border-right: 1px solid #4d4d4d;
}

.info_column .info_text a {
    color: white;
}

.tel_column {
    float: right;
    width: 200px;
    padding-top: 25px;
    color: white;
}

.tel_column .tel_image{
    float: left;
}

.tel_column .tel_phone {
    float: left;
    padding-left: 15px;
    font-family: Roboto;
    font-size: 14px;
    height: 145px;
}

.tel_column .tel_phone span {
    font-weight: bold;
    font-size: 17px;
}

.tel_column .copyright {
    font-size: 10px;
    color: #7e7e7e;
    text-align:right;
    padding-right: 15px;
}

div.footer .logos {
    background-image: url('/img/layout/footer/down_logo.png');
    width: 1001px;
    height: 106px;

}

div#websites {
    font-family: RobotoCondensed;
    background-color: #97CFFF;
    height: 74px;
}

div#websites a {
    display: table-cell;
    padding-top: 10px;
    height: 64px;
    width: 74px;
    text-align: center;
}

div#websites a:hover, div#websites a.active {
    text-decoration: none;
    background: #57B3FF;
}

div#websites img {
    display: block;
    margin: 0 auto;
}

div#websites span {
    color: #FFFFFF;
    font-size: 12px;
    vertical-align: middle;
}

.customer-contact-data {
  width: 50%;
  float: left;
}

.customer-contact-data label {
  width: 160px;
  display: inline-block;
}

.customer-contact-data input {
  width: 300px;
}

.customer-contact-data .row {
  margin: 10px 0;
  font-size: 11pt;
}
.assistance {
  margin-top: 76px;
  width: 399px;
  padding: 0 5% 20px 24px;
  float:right;
  height: 145px;
}
