/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-07-01, 13:51:21
    Author     : Tom
*/
p, a, h1, h2, h3, h4, h5, h6, li, button {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: white;
    outline: 0;
}
h2{
    font-size: 24px;
    font-weight: normal;
}
h3 {
    font-size: 20px;
    color: #da251c;
    font-weight: bold;
    line-height: 18px;
}
h5{
    color: #838383;
    font-size: 13px;
    font-weight: normal;
}
.f_left{
    float: left;
}
.f_right{
    float: right;
}
#header{
    width: 100%;
    height: 25px;
    background: black;
    position: relative;
    z-index: 1;
}
#header_container{

}
#header_inner{
    width: 125px;
    float: right;
    height: 25px;
}
#phone_icon{
    background: rgba(0, 0, 0, 0) url("../images/strona/phone_icon.png") no-repeat scroll center center;
    float: left;
    height: 32px;
    width: 29px;
}
#phone_header{
    color: white;
    font-weight: normal;
    font-size: 14px;
}
#phone_header span{
    display: block;
    left: 7px;
    margin-top: 4px;
    position: relative;
    text-align: right;
}
#logo a{
    width: 259px;
    height: 59px;
    display: block;
}
#slider{
    width: 100%;
    height: 422px;
}
p {
    font-size: 13px;
    color: #1f1a17;
}
.slider_pic{

    background: url("../images/strona/slide1.jpg") no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}
.content{
    width: 1100px;

}

#menu{
    background-color: #da251c;
    border-radius: 4px;
    height: 50px;
    position: relative;
    top: -25px;
    width: 100%;
}
#menu_container {
    padding: 14px 0 0;
}
#menu .menu1 > li:hover{
    background: #1f1a17 none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 2px 3px 4px 0 rgba(221, 221, 221, 0.3) inset;
    margin: -4px 1px;
    padding: 5px 8px 8px;
    z-index: 1;
}
.menu-active{
    background: #1f1a17 none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 2px 3px 4px 0 rgba(221, 221, 221, 0.3) inset;
    margin: -4px 0 0 !important;
    padding: 5px 8px 8px;
    z-index: 1;
}
.mySortIcon{
    color: #1F1A17;
    font-size: 31px !important;
    position: absolute;
    top: 15px;
    left: calc(50% - 9px);
}
#menu .menu1:hover li{
    /*box-shadow: 0 0 9px 0 rgba(221, 221, 221, 0.6) inset;*/
}
#menu ul li{
    color: white;
    float: left;
    
}
#menu > ul > li {
    text-transform: uppercase;
}
.center{
    margin: 0 auto;
}
#home_icon {
    background: rgba(0, 0, 0, 0) url("../images/strona/home_icon.png") no-repeat scroll 12px 0;
    border-right: 1px solid white;
    float: left;
    height: 25px;
    width: 50px;
}
#menu ul li {
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin: 1px 9px;
    text-decoration: none;
}
#menu ul li ul {
    /*margin-left: -17px;*/
}
#menu ul{
    list-style-type:none;
    padding:0;
    margin:0;
    font-size:15px;
    text-align:center;
}
#menu ul li ul{
    display: none;
    position: absolute;
    background: black;
    width: calc(100% + 0px);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: -2px 0 0 -8px;
    padding: 17px 0 9px;
}
#menu ul li ul li {
    float: none;
    text-align: left;
    margin-left: 0px;
    text-transform: uppercase;
}
#menu ul li:hover ul{
    display: block;
    background: #1f1a17 none repeat scroll 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 2px 3px 4px 0 rgba(221, 221, 221, 0.3) inset;
    margin-top: -26px;
    padding-top: 41px;
    z-index: -1;
}
#menu a{
    padding: 0px 2px;
    display: block;
}
#menu ul li ul li a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #cecece;
    display: block;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 0;
}
#menu ul li ul li a:hover{
    color: white;
}
#menu_container li{
    position: relative;
}
#menu_container li a span {
    width: 25px;
    margin: 0 auto;
}
#menu_container > ul > li:hover:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: 10px solid #1f1a17;
    bottom: -9px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}

#news{
    width: 707px;
    height: 329px;
    background: #f6f6f6;
    padding: 20px 20px 0;
}
.news_container{
    width: 334px;
    position: relative;
    height: 312px;
}
.news_container:first-child{
    border-right: 1px solid #ddd;
    padding-right: 20px;
}
.news_img{
    width: 334px;
    height: 150px;
    background: url("../images/strona/pic_news_1.png") no-repeat;
}
.news_container h5{
    padding-bottom: 8px;
    padding-top: 3px;
}
.news_container p{
    padding: 17px 0 12px;
    text-align: justify;
}
#news_left .button_main{
    right: 18px;
    bottom: 0px;
}
#news_right .button_main{
    right: 0px;
    bottom: 0px;
}
.button_main span{
    display: inline-table;
    padding-left: 12px;
    padding-top: 6px;
}

.button_main{
    background: rgba(0, 0, 0, 0) url("../images/strona/btn-bg.png") no-repeat scroll 0 0;
    border: medium none;

    color: white;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 31px;
    margin-left: auto;
    padding-left: 13px;
    position: absolute;
    width: 91px;
}
#content_news{
    padding-right: 25px;
}
#content_news, #content_promotions{
    display: inline-table;
}

#promotions_inner{
    background: url("../images/strona/promotions-bg.png") no-repeat;
    width: 321px;
    height: 349px;
}
#promotions_header{
    width: 320px;
    height: 51px;
    background: #da251c;
    color: white;
    font-size: 15.5px;
    font-weight: bold;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
#promotions_header span{
    display: block;
    padding-left: 25px;
    padding-top: 14px;
}
#content_news h2, #content_promotions h2{
    padding-bottom: 12px;
}
#cooperators{
    height: 90px;
    margin-bottom: 53px;
    margin-top: 61px;
    position: relative;

}
.myBorder{
    -webkit-box-shadow:inset 0 0 9px 0px rgba(221,221,221,1);
    box-shadow: 0 0 9px 0 rgba(221, 221, 221, 0.6) inset;
    border: 1px solid #eaeaea;
    border-radius: 6px;
}
#logotyp_arrow_left, #logotyp_arrow_right{
    height: 60px;
    width: 19px;
    margin-top: 27px;
    position: absolute;
}
#logotyp_arrow_left{
    background: url("../images/strona/logotyp_arrow_left.png") no-repeat;
    left: 17px;
}
#logotyp_arrow_right{
    background: url("../images/strona/logotyp_arrow_right.png") no-repeat;
    right: 17px;
}
#logotyp_1{
    background: url("../images/strona/logotyp_ruukki.png") no-repeat;
    margin-left: 30px;
}
#logotyp_2{
    background: url("../images/strona/logotyp_ballexmetal.png") no-repeat;
}
#logotyp_3{
    background: url("../images/strona/logotyp_velux.png") no-repeat;
}
#logotyp_4{
    background: url("../images/strona/logotyp_fakro.png") no-repeat;
}
#logotyp_5{
    background: url("../images/strona/logotyp_bryza.png") no-repeat;
}
.logotyp_pic{
    width: 211px;
    height: 60px;
    margin-top: 16px;
}
#footer ul{
    list-style-type:none;
    padding:0;
    margin:0;
    font-size:15px;
    text-align:center;
    padding-top: 41px;
}
#footer ul li{
    font-size: 13px;
    font-weight: normal;
    color: #cecece;
    float: left;
    text-transform: capitalize;
}
#footer ul li a{
    color: #cecece;
    letter-spacing: -0.5px;
}
#footer ul li a:hover{
    color: white;
}
#footer_hp{
    font-size: 13px;
    font-weight: normal;
    color: #cecece;
    float: left;
    text-transform: capitalize;
    text-align:center;
    margin-top: 41px;    
}
#footer_hp:hover{
    color: white
}
#footer ul li{
    padding: 0 9px;
}
.foot_real{
    float: right;
    color: #777;
    font-size: 11px;
}
.foot_real a{
    color: #777;
}
#logo{
    background: rgba(0, 0, 0, 0) url("../images/strona/logo.png") no-repeat scroll 0 0;
    height: 59px;
    position: absolute;
    top: 41px;
    width: 242px;
    z-index: 1;
}
.logo{

}
#left_banner{
    width: 206px;
    height: 530px;
    float: left;
    background: rgba(0, 0, 0, 0) url("../images/strona/banner_podstrona.png") no-repeat scroll 0 0;
}
/*******************************************
************ PAGE **************************
*******************************************/
#container, #content_page {
    display: block;
    width: 100%;
}
#container h2{
    text-transform: uppercase;
}
#menu_short{
    background: #1f1a17 none repeat scroll 0 0;
    border-radius: 5px;
    display: inline-table;
    margin-left: 0;
    padding: 1px 8px 1px 0;
    width: 199px;
    float: left;
    margin-left: 9px;
}
#menu_short ul {
    list-style: outside none none;
    padding-left: 0;
}
#menu_short ul li{
    margin-left: 10px;
}
#menu_short ul li i, .menu1 li ul li i{
    color: #da251c;
    display: block;
    float: left;
    font-size: 11px;
    margin-top: 10px;
    padding-left: 13px;
    padding-right: 5px;
}
#menu_short ul li i:hover{
    color: white;
}
#menu_short ul li a{
    color: #cecece;
    font-size: 15px;
    font-weight: normal;
    display: block;
    padding: 5px 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
#menu_short ul li a:hover{
    background: #da251c;
    list-style-type:none;
    width: 100%;
    color: white;
}
#menu_short_container li:hover span{
    background: rgba(0, 0, 0, 0) url("../images/strona/menu_decor.png") no-repeat scroll center center;
    display: block;
    height: 32px;
    left: -19px;
    position: absolute;
    width: 20px;
}
#menu_short > ul > li a:hover span{
    background: rgba(0, 0, 0, 0) url("../images/strona/menu_decor.png") no-repeat scroll center center;
    display: block;
    height: 31px;
    left: -19px;
    position: absolute;
    width: 20px;
    top: 0;
}
#menu_short > ul > li > ul > li a:hover span{
    background: rgba(0, 0, 0, 0) url("../images/strona/menu_decor.png") no-repeat scroll center center;
    display: block;
    height: 31px;
    left: -29px;
    position: absolute;
    width: 20px;
    top: 0;
}
#menu_short ul li ul li a{
    margin-left: -12px;
    padding-left: 12px;
}
#menu_short ul li, #menu_short ul li ul li {
    position: relative;
    text-transform: uppercase;
}
#menu_short_container li{
    position: relative;
}
#container_page{
    padding-top: 12px;
    padding-bottom: 30px;
    overflow: hidden;
}
#container_info{
    display: inline-table;
    width: 864px;
    padding-left: 7px;
    float: right;
}
#content_page h2{
    background: white none repeat scroll 0 0 !important;
    border: 1px solid #eaeaea !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

    font-size: 24px;
    font-weight: bold;
    padding: 12px;
}
#container_info p, #container_info .message{
    text-align: justify;
    padding-bottom: 20px;
    padding: 10px 15px;
    overflow: hidden;
}
#container_info h1, #container_info h2, #container_info h3, #container_info h4, #container_info h5, #container_info h6{
    padding: 10px 15px;
}
#img_1{
    background: url("../images/strona/page_pic_1.png") no-repeat center center; 
}
#img_2{
    background: url("../images/strona/page_pic_2.png") no-repeat center center; 
    margin: 0 26px;
}
#img_3{
    background: url("../images/strona/page_pic_3.png") no-repeat center center; 
}
.picture{
    width: 260px !important; 
    height: 180px !important;
    float: left;
    border: 1px solid #eaeaea;
    margin: 10px 8px;
}
#container_page h4{
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding: 17px 0 8px 15px;
    width: 100%;
}
#page_inner {
    background: #f4f4f4;
}
#page_inner img:nth-child(2){
    /*margin: 0 23px;*/
}
#container_info ul {
    padding: 0 0 0 14px;
    margin: 0;
}
#container_info ul li{
    font-size: 14px;
    padding: 10px 0;
    margin-left: 15px;
    padding-right: 15px;
}
#download_pdf{
    padding: 20px 10px;
}
#download_pdf_info {
    width: 841px;
    height: 55px;
    background: url("../images/strona/pdf_download_bg.png") no-repeat center center; 
    font-size: 20px;
    font-weight: lighter;
    color: white;
}
#download_pdf_info span {
    font-weight: bold;
}
#download_pdf_info p{
    padding: 12px 15px;
    font-size: 20px;
    font-weight: lighter;
    color: white;
}
#content_page {
    margin-bottom: 72px;
}
/*******************************************
************ FOOTER ************************
*******************************************/
#footer{
    width: 100%;
    height: 105px;
    background-color: #1f1a17;
}
#footer ul li i{
    display: none;
}

/*******************************************
************ SLIDER ************************
*******************************************/
.pika-stage {
    height: auto !important; 
    width: 100% !important; 
}

.pika-stage img {
    height: auto;
    width: 100%;
}
.pikachoose{
    width: 100%;
}
#pikame{
    display: none;
}
/*******************************************
************ MAPA **************************
*******************************************/
#myMap{
    padding: 10px 15px;
}