@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext");
@import url("http://fonts.googleapis.com/css?family=Bree+Serif&subset=latin,latin-ext");


@import url("menu.css");
@import url("home.css");
@import url("news.css"); 
/* @import url("gallery.css"); */

/* app */

body {
    background-image: url('bodybg.jpg');
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #666666;
    margin: 0;
    padding: 0;
}
h1, h2, h3 {
    font: normal normal normal 2.3em 'Bree Serif', serif;
    color: #00b2de;
}
p {
    font-size: 1.143em;
}
body>div {
    width: 980px;
    margin: 0 auto;
    position: relative;
}


.body-wrapper {
    width: 960px;
    /*  @todo maybe without a file, just gradient */
    background: white 0 0 repeat-y scroll url('tlo-kartki-z-cieniem.jpg');
    padding: 0 10px;
    float: left;
    position: relative;
}

header.page {
    float: left; 
    width: 100%;
    background: linear-gradient(to bottom, rgb(255,255,255) 0%,rgb(255,255,255) 70%, rgb(245,245,245) 100%); /* W3C */
}

div.hr {/* header.page div.hr */
    width: 100%;
    height: 1px;
    background: 0 -16px url('Items.png');
    margin-bottom: 2px;
    float: left;
}


div.main {
    width: 100%;
    position: relative;
    float: left;
    background-color: #f5f5f5;
    margin-bottom: 36px;
}
div.fix2 {
    width: 960px;
    height: 14px;
    background: 0 -20px url('Items.png');
}




footer {
    width: 100%;
    float: left;
    /* background-image: url('Items.png#xywh=236,69,117,61') 
    
    background-image: -moz-linear-gradient(90deg, rgba(148,120,91,0), rgba(148,120,91,1));
    background-image: linear-gradient(90deg, rgba(148,120,91,1), rgba(148,120,91,0));
    
    */
    padding: 0 10px 26px;
    
    font-size: 11px;
   
}

footer ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

footer li {
    float: left;
    border-left: 1px solid #666666;
    padding: 0 6px;
}

footer li:first-child {
    border: 0;
    padding: 0 6px 0 0;
}

footer>div {
    width: 960px;
    height: 64px;
    background: url("footer.jpg");
    margin-bottom: 10px;
}

footer span {
    float: right;
}
h1 a,h1 a:visited,h1 a:hover {
    text-decoration: none;
    color: #00b2de;
}

a, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #684a3d;
}

a:visited {
    color: #94785b;
}

a:hover {
    color: #00b2de;
}

/* ola ustawienia artykulow home + news */

article h1 {
    color: #00b2de;
    font: normal 2.3em "Bree Serif", serif;
    width: 100%;
    margin: 36px 0 10px 0;
    line-height: 1em;
}

article time {
    color: #999999;
    font: 300 1em "Open Sans", sans-serif;
}

article p {
    font: 1.143em "Open Sans", sans-serif;
    margin: 10px 0 24px 0;
}

.right-shadow, .left-shadow {
    display: block;
    margin: 0;
    padding: 0;
    background: transparent url('cienie.png');    
    width: 22px;
    height: 310px;
    float: left;
}
.right-shadow {
    background-position: -22px 0;
}

.aktu-img p {
    font-size: 1em; /*0.858em;*/
}

/* dogs */

.height-273 {
    height: 273px;
}
.height-302 {
    height: 302px;
}

.dog-tl {
  width: 440px;
  float: left;
  margin-left: 40px;
}
.dog-tl>p:first-child {
    margin-top: 0;
}
.dog-greta {
    margin-left: 40px;
}
.dogs th {
    border: 0;
}

.dog-tr {
  width: 460px;
  float: left;
}
.dog-tr img {
  width: 410px;
  display: block;
  float: left;
}
.dog-bot {
  width: 100%;
  float: left;
  clear: left;
  background-color: gainsboro;
  padding-top: 2px;
}
.dog-txt {
  padding: 36px;
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 36px; /* Chrome, Safari, Opera */
  -moz-column-gap: 36px; /* Firefox */
  column-gap: 36px;
}
.dog-txt>p:first-child {
    margin-top: 0;
}
.dogs h1 {
  font-size: 24pt;
  margin: 0;
}
.dogs h2 {
  font-size: 12pt;
  margin: 0;
  margin-bottom: 20px;
}
.dog-sh-t, .dog-sh-b {
  width: 100%;
  height: 14px;
  background: 0 0 url('Items.png');
  float: left;
  margin-top: 24px;
}
.dog-sh-b {
  margin: 0;
  margin-bottom: 50px;
  background: 0 -20px url('Items.png');
}

.dog-exp {
    margin: 0;
    width: 100%;
    float: left;
}
.dog-txt p {
    text-indent: 30px;
}

.dog-gal img {
    width: 268px;
    height: 170px;
}
.dog-gal {
    padding: 0 0 0 36px;
}
.dog-gal .aktu-img-ramka {
    margin-right: 0;
}
.dog-gal .aktu-img {
    margin-right: 12px;
}
.dog-gal>div:nth-child(3n+1) {
    /* every third */
    margin-right: 0;
}

.dog-img {
    width: 288px;
    float: left;
    margin-left: 24px;
}
.dog-img img {
    float: left;
    display: block;
}

.dog-img-ramka {
    border: 1px solid #cccccc;
    padding: 9px;
    background-color: #FFFFFF;
    float: left;
    width: 268px;
}

.dog-galery>div:nth-child(3n+0) {
    /* every third */
    margin-right: 0;
}
.dog-galery>div:nth-child(3n+1) {
    /* every third */
    clear: left;
}



/* kontakt */

.cont {
    margin: 36px;
    margin-right: 14px;
}

.cont-tl {
  width: 200px;
  float: left;
}

.cont-tr {
  width: 600px;
  float: right;
}
.cont-tr img {
  
  display: block;
  float: left;
}
.cont-bot {
  width: 886px;
  display: block;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact h1 {
    margin-top: 0;
}

.cont-p1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.cont-p2 {
    margin-top: 0;
    font-size: 18px;
}

.cont-p3 {
    font-size: 16px;
}

.cont-bot p {
    font-size: 16px;
    text-indent: 50px;
}

.cont-img {
    float: left;
    width: 100%;
    display: block;
}

.cont-img img {
    width: 258px;
    border: 1px solid #ccc;
    margin-bottom: 24px;
    display: block;
    float: left;
    margin-right: 23px;
    padding: 9px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
}

.cont-img img:hover {
    border: 1px solid #bababa;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);
}
table, th, td {
   border: 0;
   border-collapse: collapse;
   border-bottom: 1px dashed black;
}

th {
    border: 1px solid black;
}

table.greta {
    margin-left: 30px;
    width: 870px;
    margin-bottom: 30px;
}

h2.greta {
    font-size: 26px;
    text-align: center;
}

/* about */

.about div.main>div {
    padding: 0 36px;
}
.about div.main img {
    margin-top: 5px;
    border: 1px solid #ccc;
    padding: 9px;
    background-color: #FFF;
    display: block;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
}

.about div.main img:hover {
    border: 1px solid #bababa;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);
}
.abo-im-r {
    float: right;
    margin-left: 24px;
    margin-bottom: 12px;
}
.abo-im-l {
    float: left;
    margin-right: 24px;
    margin-bottom: 12px;
}
p.bold {
    font-weight: bold;
    font-size: 1.286em;
}
p.big-txt {
    /* what font */
    font: italic normal normal 1.143em "Open Sans", sans-serif;
    background-color: #FFFFFF;
    color: #00b2de; 
    border: 1px dashed #cccccc;
    padding: 20px;
    width: 600px;
    margin: 24px auto;
    text-align: center;
}

hr.abo-test {
    float: left;
    width: 70%;
}
hr.abo-test2 {    
    width: 70%;
}
.abo-photo, .abo-photo2 {
    margin-top: 10px;
    display: block;
    float: left;
    width: 100%;
}
.abo-photo2 {
    margin-top: 0px;
    width: 280px;
    padding: 0 24px;
    margin-bottom: 12px;
}
.abo-photo3 {
    margin-bottom: 19px;
}
.abo-photo img {
    display: block;
    float: left;
}
.abo-photo4 {
    float: left;
    margin: 0 24px 24px 0;
}
.abo-photo5 {
    float: left;
    margin: 24px 24px 24px 0;
}
.about div.main img.abo-photo4 {
    display: none;
}
.about div.main img.abo-photo5 {
    display: none;
}

/* breed */
.breed div.main>div {
    padding: 0 36px;
}

.breed div.main img.abo-im-r {
    float: right;
}
.breed .abo-im-2r {
    margin-left: 24px;
}
.breed .dwa-img {
    margin-top: 5px;
    margin-bottom: 24px;
    float: left;
    width: 100%;
}

.breed div.main img {
    margin-top: 5px;
    border: 1px solid #ccc;
    padding: 9px;
    background-color: #FFF;
    display: block;
    float: left;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
}

.breed div.main img:hover {
    border: 1px solid #bababa;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);
}

/* puppies */
.puppies div.main>div {
    padding: 0 36px;
}

.puppies .abo-im-r {
    float: right;
    margin-left: 24px;
    margin-bottom: 12px;
    width: 412px;
    height: 309px;
}
.pp-photo {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.pp-p {
    width: 280px;
    float: left;
}
.pp-p img {
    margin-bottom: 24px;
    display: block;
}
.pp-p3 {
    float: left;
    margin: 0 24px;
}

.puppies a {
    font-weight: 600;
}

.about div.main>div {
    padding: 0 36px;
}
.puppies div.main img {
    margin-top: 5px;
    border: 1px solid #ccc;
    padding: 9px;
    background-color: #FFF;
    display: block;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
}

.puppies div.main img:hover {
     border: 1px solid #bababa;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);
}

/* litter */
.litter div.main>div {
    padding: 0 36px;
}
.litter a {
    font-weight: 600;
}

.litter div.img-fix img {
    margin: 5px 12px 0 0;
    
    border: 1px solid #ccc;
    width: 268px;
    padding: 9px;
    background-color: #FFF;
    display: block;
    float: left;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
}

.litter .main img.mio {
    margin-top: 5px;
    border: 1px solid #ccc;
    width: 868px;
    padding: 9px;
    background-color: #FFF;
    display: block;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.1);
}

.litter div.img-fix {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 12px 0;
}

.img-fix>a:nth-child(3n+0)>img {
    margin-right: 0;
}

/* links */
.links div.main>div {
    padding: 0 36px;
}

div.main hr {
    
}

.links h2 {
    font-size: 1.8em;
}
.links h3 {
    font-size: 1.5em;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    display: none;
}

#fullscr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    display: none;
}

#fullscr img {
    display: block;
    margin: 0 auto;
}

#fs-left, #fs-right {
    position: fixed;
    top: 0;
    z-index: 10002;
    background-color: rgba(45, 225, 45, 0.3);
    height: 100%;
    width: 25%;
}
#fs-left {
    left: 0;
}
#fs-right {
    right: 0;
}

/* for testing purposes */
.blueBorder {
    border: 1px solid blue;
}



/* gall move to seperate file */
.gal-ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    float: left;
}

.gal-ul>li {
    display: block;
    float: left;
    margin-right: 12px;
    /*width: 296px;*/
}
.gal-ul>li:nth-child(3n+0) {
    /* every third */
    margin-right: 0;
}
.gal-ul>li:nth-child(3n+1) {
    /* every third */
    clear: left;
}
.gallery div.main>div {
    padding: 0 36px;
}
.gal-ul p {
    margin: 0;
}
.admin .gal-ul p {
    color: red;
}
.admin .title_en {
    background-color: #CCCC00;
}

/* tagi */
div.news-tags {
    width: 100%;
    float: left;
    margin-top: 6px;
}
.news-tag-span a {
    margin-left: 4px;
}
.news-tag-span {
    margin-left: 4px;
}
span.news-tag-span {
        padding: 2px 10px 4px 10px;
    border-radius: 3px;
    border: none;
    text-decoration: none;
    
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
span.news-tag-span:hover {
    text-decoration: none;
    color: #ffffff;
    background: #94785b;
}
div.tags-ico {
    background: -876px -84px url('Items.png');
    width: 20px;
    height: 20px;
    display: block;
    float: left;
}
div.home-pic-ico {
    width: 28px;
    height: 28px;
    display: block;
    background: -32px -153px url('Items.png');
}

div.aktu-img-ramka p {
    margin-bottom: 0;
}

.shit1 {
    width: 400px;
    height: 300px;
    background: url('../g/06/Tiami_Talin_05.jpg');
    background-size:  400px 300px;
}
.shit2 {
    width: 400px;
    height: 300px;
    background: url('../g/06/Tiami_Talin_01.jpg');
    background-size:  400px 300px;
}
.shit3 {
    width: 400px;
    height: 300px;
    background: url('../g/06/Tiami_Talin_02.jpg');
    background-size:  400px 300px;
}

.hidden {
    display: none;
}