/* Łebskie domki 2016   */

/*
@font-face {
    font-family: "PlayRegular";
    src: url("fonts/play/Play-Regular-webfont.eot");
    src: url("fonts/play/Play-Regular-webfont.eot?#iefix") 
             format("embedded-opentype"),
         url("fonts/play/Play-Regular-webfont.woff") format("woff"),
         url("fonts/play/Play-Regular-webfont.ttf") format("truetype"),
         url("fonts/play/Play-Regular-webfont.svg#PlayRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}
*/

/*
        url('ArialTest.otf') format('opentype'),
        url('ArialTest.woff') format('woff'),
        url('ArialTest.svg') format('svg');


---------------------------  with google fonts ----------------------- 




@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville&subset=latin-ext);


@font-face {

    font-family: 'candaramain';
        src: url('candara.ttf');
        src: local('candara'),
        url('candara.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body, form, a, p, span, div, h1, h2, h3, h4, 
h4, h5, h6, li, label, strong, em{
    font-family: 'Libre Baskerville', georgia, Verdana, serif;
}


*/

@import url(http://fonts.googleapis.com/css?family=Comfortaa&subset=latin,latin-ext);

body, form, a, p, span, div, h1, h2, h3, h4, 
h4, h5, h6, li, label, strong, em{
    font-family: 'Comfortaa',arial , serif;
}

ul#ceny {
    list-style-position: inside; /* domyślnie jest outside */
    list-style-image: url("../template_image/cennik/point.png");

} 

li#ceny {
    list-style-image: url("../template_image/cennik/point.png");
}

body {
    
    
    background: #ffffff; 

  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

 margin:0;
 padding:0;
 width: 100%;
 height: 100%;
 

 

}

header#top {
    width: 100%;
    left: 0px;
    margin: 0 0 0 0;
    display:table-cell; 
    margin: 0px auto 0px auto;
}

#footer {
    width: 100%;
    height: 25px;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0 auto;
    color: wheat;
}

#footerLink {
    color: white; /* color: wheat; */
    font-size: small;
    font-weight: bold; 
    text-shadow: -1px -1px 10px black;
}

#footerLinkActiv {
    color:  #ff9bff; /* color: wheat; */
    font-size: small;
    font-weight: bold; 
    text-shadow: -1px -1px 12px black;
    text-decoration: underline;
}

/* standardowa tabelka */

section#standard
{ 
    
    height:  100%;
    width: 100%;
    
    background-color: rgba(255,255,255,0.0);
    position:   relative;
    top: 30px;
    left: 0px;
    padding:0px;
    

}


img#piekno {
     margin: 0px auto 0px 50px;
     float: left;
     width: 350px;
}

#stand_text {
        color: #222222; /* #abfffc; */
        text-align: justify;
        font-size: 11pt;
}

#contactHeader {;
        height: 140px;
        width: 500px;
        color: white;
        display:table-cell;
        vertical-align:   middle;
        text-align:  center;
        border:  solid 0px;
        float: right;
}

/*  ==========================   STARE STYLE  PONIZEJ */

#linki{
     text-decoration:  none;
     color: #005739;
}

#hgkhk {
    display:   inline-table;
    vertical-align: central;
    font-size:  small;
    font-weight:  bold;
}

table {
	 border: none; 
}

#stopka{
    font-size:  small;
}


hr#dotted {
border: 1px dotted #333333;
    border-style: none none dotted; 
    color: #fff; 
    background-color: #fff;
    width: 250px;
}

#redhead {
    color: #a00000;
    font-weight: bold;
    
    text-shadow: -5px -5px 15px #444444;
}

#greyhead {
    color: #333333;
    
    text-shadow: -5px -5px 15px #444444;
    text-align: right;
}

#smal-red-text {
     color: #a00000;
    
    
    font-size: small;
}

#small-text {
    font-size: small;
}


#menu_position {
    margin: 0px auto 0px auto;
    
}


#right_bg {
    /* width: 100%; */
    background-image: url("../template_image/main/trawa-min.jpg");
    background-position:  left;
    background-repeat:    repeat-x;
}



#lang_pictures {
    width: 40px;
}


article, aside, footer, header, nav, section{
	display: block;
}

A {
text-decoration: none; 
}

#img_logo {
    padding: 0px 0px 0px 0px;
    margin: 0px;
}


#background_img {
           
            border: 0;
            border: none;
}

#table_main_footer
{ 
    
    border: 0;
         /*   background-image: url("./graf/circle2-1.jpg"); */ 
        width: 100%;	
        /* określa szerokość tabeli na 75%*/
   
        /* określa wysokość tabeli na 100px*/
        
        padding: 0px;        
        /* określa margines wewnętrzny na 10 px */
        
        margin: 15px auto 15px auto;
        /* określa margines zewnętrzny- tabela zostaje wyśrodkowana */

       /* background-color: black;  */
        
         background-color: rgba(255,255,255,0.6); 
        /* określa background tabeli */
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        
        
        /* określa zaokrąglenie rogów tabeli za pomocą CSS3*/
        box-shadow: 0px 0px 25px #ffffff;
        -moz-box-shadow: 5px 5px 50px grey;
        -webkit-box-shadow:5px 5px 50px grey;
        /* określa oceniowanie tabeli za pomocą CSS3*/
        color: gray;
        text-align: left;
        font-size: 11p;
        
        border-style: dotted;
        border-width: 1px;
        border-color: #CCCCCC;
        
        clear: both; 
       
}

#red-kontakt {
    color: #a00000;
}



#tab
{ 
    color: white;
    margin-left: auto; 
    margin-right: auto; 
    border: 5px solid #000;
    background: black;
    background-color: rgba(0,0,0,0.6);
    border-radius: 15px;
    
     box-shadow: 5px 5px 10px grey;
    -moz-box-shadow: 5px 5px 10px grey;
    -webkit-box-shadow:5px 5px 10px grey;

}


/*  CENNIK  */

#srodek_price {
     margin: 0px auto 0px auto;
}


/* ============================= SYSTEMOWE ===================================== */

section#tab_jezyki {
    float: left;
}

section#mapa_lang {
    float: right;
}


div.title {
    
    text-align: center;
    font-weight:  bold;
    color: black;
    background-color: #eeeeee;
    text-shadow:  -2px -2px 5px white;
}

header#mainheader {

 float: left;
  width: 100%;
}


#actwindow {
    margin: 10px 30px 45px 40px;
    width: 300px;
        background-image: url("../grafika-full-size/notes-red2.png");
    background-position:  left;
    background-repeat:    repeat-y;
    /*  background-color: white; */
    
    padding: 0px 0px 0px 10px;
    
    color: #444444; /* #abfffc; */
    /* text-align: justify; */
    font-size: 11pt;
    
    
}

#red-aktualnosci
{
    color: white;
    
    text-shadow: -0px 0px 12px #000000;
    text-decoration-style:  dotted;
    text-decoration: underline;
    font-weight:  bold;
}

hr#actual {
    border: 1px dotted #ff0000;
    border-style: none none dotted; 
    color: #fff; 
    background-color: #fff;
    width: 90%;
}


/* -------------------------------- service ---------------------------   */


#obrazek
{
width: 120px;
}

/*  -----------------  UKŁAD NOWOCZESNY: LEWY, ŚRODEK, PRAWY -----------    */

      #caly_blok {
        min-width:1200px;
        width: 100%;
      }

      #naglowek {
        background-color: rgba(255,255,255,0.0);
        text-align:center;
      }

      #lewy {
        display:table-cell;
        background-color: rgba(255,255,255,0.0);
        min-height:230px;
      }

      #srodek {
        display:table-cell;
        background-color: rgba(255,255,255,0.0);
        min-height:150px;
        width:100%;
      }

      #prawy {
        display:table-cell;
        min-height:150px;
        width:25%;
      }
      
      #usugidol-up{
          background-color: rgba(255,255,255,0.7);
      }


      #usugidol {
          
          display:table-cell;
          min-width: 250px;
          width: 250px;
          background-color: greenyellow;
          background-color: rgba(255,255,255,0.1);
          border: solid #ffffff 0px;
          font-size:  medium;
          padding: 0;
      }
      
      #usugidol-L {
          display:table-cell; 
          border: solid #006000 0px;   
          padding: 0;
      }
      
      #usugidol-R {
          width: 199px; 
          display:table-cell; 
          border: solid  #47a3da 0px; 
          vertical-align: middle; 
          text-align: center; 
          color: #000000;
          text-shadow:0 0 10px white;
          padding: 0;
      }
      
      #usugidol-foot {
          background-color: rgba(158, 133, 108, 0.4); /* #9e856c;   #47a3da; */
          text-align:center; 
          margin-top: 5px;   
          color: white;
          text-shadow:0 0 10px black;
      }
      
      #logofirm {
          position:absolute;
          display: block;
          left:50%;
          margin-left:-100px;
          
          margin-top: 18px;
          
      }
      
      
      /* menuBigVersion    */

      
      
      #menuBigVersion {
          max-width:  200px;     
          border: solid #ffffff 0px;
          font-size:  medium;
          padding: 0;
          float: left;
          vertical-align: middle;
           
      }
      
        #menuBigVersion-L {
          display:table-cell; 
          border: solid #006000 0px;   
          padding: 0;
          vertical-align: middle;
      }
      
      #menuBigVersion-R {
           
          display:table-cell; 
          border: solid  #47a3da 0px; 
          vertical-align: middle; 
          text-align: center; 
          color: white;
          text-shadow:0 0 10px black;
          padding-left: 9px;
          padding-right: 9px;
          padding-top: 0px;
          padding-bottom: 0px;
          font-size:  small;
      }
      
      #menuBigVersion-foot {
          background-color: rgba(0, 0, 0, 0.1); /* #9e856c;   #47a3da; */
          text-align:center; 
          margin-top: 5px;   
          color: white;
          text-shadow:0 0 10px black;
          font-size:  small;
          font-weight:  bold;
      }
      
      #menujasne
      {
          height: 20px;
          background-color: rgba(0,0,0,0.5);
          text-shadow:0 0 10px white;
      }
      
      
      #kontaktmargines {
          padding: 9px 15px 9px 9px;
          color: #e85412;
          text-shadow:0 0 5px white;
          font-weight:  bold;
      }