/* =WordPress Core
-------------------------------------------------------------- */
@media screen and (min-width: 901px) {
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

body{
    margin: 0;
    padding: 0;    
}

a { text-decoration: none; }

#all{
    width: 1100px;
    margin: 0 auto;
}

#header{
    width: 1100px;
    float: left;
    margin-top: 10px;
}

#header img{
    width: 170px;
    float: left;
}

#header ul{
    text-decoration: none;
    list-style: none;
    float: left;
    margin-top: 105px;
    margin-bottom: 0px;
}

#header ul li{
    float: left;
    font-size: 13px;
    padding-right: 25px;
    font-family: verdana;
}

#header ul li a:hover{
    color: gray;
}

#header ul li a{
    text-decoration: none;
    color: black;
}

#menu_galeria{
    position: absolute;
    z-index: 100;
    background-color: #B0FFB0;
    margin-left: -25px;
    margin-top: 5px;
    display: none;
}

#menu_galeria ul{
    margin: 0;
    padding: 0; 
}

#menu_galeria ul li{
    float: none;
    padding: 5px 5px 5px 5px;
    border: 1px solid white;
}

#menu_galeria ul li:hover{
    background-color: #70BF70;
    color: black;
}

#menu_galeria ul li a{
    padding: 5px 20px 5px 20px; 
}

#menu_galeria ul li a:hover{
    color: black;    
}

#line{
    width: 1100px;
    float: left;
    margin-bottom: 20px;
    margin-top: 0px;
}

#line hr{
    margin: 0;
    border: 0; 
    height: 2px; 
    background-image: linear-gradient(to right, white, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.55), white);
}

#slider{
    width: 1080px;
    height: 300px;
    float: left;
    margin-left: 10px;
    padding: 0;
}

#content{
    width: 1100px;
    float: left;
}

#content_left{
    width: 240px;
    min-height: 200px;
    float: left;
    padding-right: 20px;
}

#content_l{
    width: 230px;
    min-height: 100px;
    padding: 10px;
    float: left;
    box-shadow: 1px 1px 4px gray;
    text-align: center;
    font-family: 'Advent Pro', sans-serif;
    margin-bottom: 20px;
}

#content_l1{
    width: 230px;
    min-height: 100px;
    padding: 10px;
    float: left;
    text-align: center;
    font-family: 'Advent Pro', sans-serif;
    margin-bottom: 20px;
}

#content_l1 ul{
    padding: 0;
    margin: 0;
}

#content_l1 ul li{
    list-style: none;
    color: black;
    font-size: 18px;
}

#content_l1 ul a:hover{
    text-decoration: underline;    
}

#content_l1 ul a { 
    color: black;
    text-decoration: none;   
}

#kontakt_l input, #kontakt_l select
{
    width: 220px;
    text-align: center;
    font-family: 'Advent Pro', sans-serif;
    font-size: 17px;
}

#kontakt_l input:focus, #kontakt_l textarea:focus{
    box-shadow: 1px 1px 3px green;
    background-color: #C0FFC5;
}

#kontakt_l textarea
{
    min-width: 220px;
    max-width: 220px;
    min-height: 150px;
    font-family: 'Advent Pro', sans-serif;
    text-align: center;
}

#kontakt_l #errors
{
    color: red;
    font-weight: bold;
}

#content_p{
    width: 800px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    min-height: 200px;
    float: left;
    font-family: verdana;
}

#content_p h1{
    margin: 0;
    font-size: 18px;
    font-family: 'Advent Pro', sans-serif;
}

#content_p h2{
    font-size: 16px;
}

#content_p span{
    font-size: 15px;
}

#content_p p {
    font-size: 15px;
}

.bold{
    font-weight: bold;
    font-size: 16px;
}

.glowne{
    font-size: 15px;
}

#content_p ul li{
    font-size: 15px;
}

#content_p a img{
    margin: 10px;
    border: 1px solid #CFCFCF;
    box-shadow: 2px 2px 4px gray;
}

#content_all{
    width: 1080px;
    min-height: 370px;
    padding: 10px;
    float: left;
}

#content_all h1{
    margin: 0;
    font-size: 25px;
    font-family: 'Advent Pro', sans-serif;
    text-align: center;
}

#content_all h2 a{
    text-decoration: none;
    color: black;
    font-family: 'Advent Pro', sans-serif;
    font-size: 23px;
}

#content_blog p span{
    font-family: verdana;
    font-size: 14px;
}

#content_blog p{
    font-size: 14px;
}

#content_all h2 a:hover{
    text-decoration: underline;
}

#content_all p{
    font-family: verdana;
}

#content_all ul li{
    font-size: 17px;
    font-family: "Times New Roman", Times, serif;
}

#row{
    width: 250px;
    min-height: 200px;
    float: left;
    padding: 10px 40px 10px 40px;
    font-family: 'Advent Pro', sans-serif;
    text-align: center;
}

#row h2{
    margin-bottom: 20px;
}

#row img{
    width: 230px;
    height: 173px;
    margin-bottom: 20px;
}

#row a{
    background-image: url("images/przycisk1.png");
    padding: 2px 10px 2px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px gray;
    text-decoration: none;
    color: white;
}

#row a:hover{
    background-image: url("images/przycisk1hover.png");
}

#galeria
{
    margin-top: 40px;
    margin-bottom: 20px;
}

#galeria img{
    box-shadow: 3px 3px 4px black;
    margin-right: 5px;
    margin-bottom: 10px;
}

#footer {
    width: 1100px;
    text-align: center;
    margin: 0 auto;
    float: left;
    font-size: 12px;
}

#galeria_menu_hover{
    padding-bottom: 5px;
}

#pomoc_galeria{
    font-size: 12px;
    text-align: center;
    display: block;
}

#kontakt{
    text-align: center;
}

#kontakt input[type='text']{
    width: 600px;
    font-size: 15px;
    text-align: center;
}

#kontakt textarea{
    width: 600px;
    height: 200px;
    font-size: 15px;
    text-align: center;
    font-family: verdana;
}

#kontakt input[type='button']{
    font-size: 15px;
    text-align: center;
}

#kontakt #errors{
    font-family: arial;
    color: red;
    font-weight: bold;
}

#zakladanie{
    width: 220px;
    height: 250px;
    text-align: center;
    float: left;
    margin-right: 15px;
}

#zakladanie p{
    height: 30px;
    color: #D0A020;    
    font-family: verdana;
    font-size: 14px;
}

#zakladanie a{
    text-decoration: none;
}

#zakladanie img {
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
 
#zakladanie img:hover {
  -webkit-transform: rotate(-5deg);
     -moz-transform: rotate(-5deg);
       -o-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

#wpis {
    padding: 20px;
}

#wpis p{
    font-family: verdana;
    font-size: 14px;
}

.elementy{
    font-size: 15px;
}

.mobile{
    display: none;
}

.kontakt_logo{
    font-size: 22px;
    color:green; 
    text-shadow: 1px 1px 1px green;
}

.przerwa{
    width: 100%;
    height: 50px;
    float: left;
}

}