html {
 overflow-x:hidden;
 overflow-y:scroll;
 }
 
body {
 background-image: none;
 background-color: #000;
 background-repeat: none;
 background-attachment: fixed;
 background-position: center;
 font-family: Radley;
 font-size: 15px;
 color: #AAB7BF;
 font-weight: 500;
 letter-spacing: 0.5em;
 text-align: justify;
 }
 
/*h1{
    font-family: cursive;
    text-align: center;
    font-size: 2rem;
    color: #888;
    font-weight: bold;
}*/
.product-slider{
    width: 350px;
    margin: auto;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.slide h6{
    font-size: 20px;
    margin: 0;
    padding-top: 10px;
    text-align: center;
}

/* Slick slider custom styles */
.product-slider .slick-slide {
    width: 350px !important;
}
.product-slider .slick-slide img {
    height: 250px !important;
    object-fit: scale-down;
}
.slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    height: 40px;
    width: 40px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 10px;
    cursor: pointer;
    background-size: 20px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
}
.slick-arrow.slick-prev {
    left: 10px;
}
.slick-arrow.slick-next {
    right: 10px;
}
.slick-prev:hover, .slick-next:hover {
    background-color: rgba(0,0,0,0.3);
}
.slick-prev:focus, .slick-next:focus {
    background-color: rgba(0,0,0,0.6);
}
 
@font-face {
 font-family: 'Smooch';
 src: url('../fonts/Smooch-Regular.ttf');
 }
 
@font-face {
 font-family: 'Radley';
 src: url('../fonts/Radley-Regular.ttf');
 }
 
@font-face {
 font-family: 'DancingScript';
 src: url('../fonts/DancingScript-Regular.ttf');
 }
 
.desktopnav {
 text-align: center;
 }
 
.main {
 max-width: 975px;
 padding: 0 15px;
 width: 100%;
 text-align: justify;
 box-sizing: border-box;
 }
 
.content {
 width: 90%;
 padding: 15px;
 text-align: justify;
 background: #0C0E10;
 border: 1px solid #3F4A51;
 }
 
.footer {
 max-width: 1080px;
 padding: 0 15px;
 width: 100%;
 text-align: center;
 box-sizing: border-box;
 opacity: 0.6;
 }
 
h1 {
 color: #FFF;
 font-family: Smooch;
 font-size: 64px;
 background: none;
 text-align: left;
 letter-spacing: 0px;
 font-weight: normal;
 line-height: 64px;
 text-shadow: 0 0 8px #ccc, 0 0 20px #888;
 }
 
h2 {
 color: #7F94A3;
 font-family: DancingScript;
 font-size: 36px;
 background: none;
 text-align: right;
 letter-spacing: 0px;
 line-height: 36px;
 font-weight: 600;
 padding-right: 10%;
 }
 
h3 {
 color: #AAB7BF;
 font-family: DancingScript;
 font-size: 24px;
 background: none;
 text-align: center;
 letter-spacing: 0px;
 line-height: 24px;
 font-weight: 600;
 padding-right: 45%;
 }
 
h4 {
 color: #AAB7BF;
 font-family: DancingScript;
 font-size: 24px;
 background: none;
 text-align: center;
 letter-spacing: 0px;
 line-height: 24px;
 font-weight: 600;
 }
 
.font-dogname {
 font-family: Radley;
 font-size: 30px;
 color: #FFF;
 font-weight: 600;
 letter-spacing: 1.5px;
 font-variant: small-caps;
 text-shadow: 0 0 8px #ccc, 0 0 20px #888;
 }
 
.font-abbrev {
 font-family: Garamond;
 font-size: 14px;
 color: #DDE2E5;
 font-style: italic;
 font-weight: 600;
 letter-spacing: 1.5px;
 }
 
.ped-name {
 font-family: Garamond;
 font-size: 14px;
 color: #DDE2E5;
 font-style: italic;
 font-weight: 600;
 letter-spacing: 1.5px;
 text-transform: uppercase;
 }
 
.ped-name-ch {
 font-family: Garamond;
 font-size: 15px;
 color: #DDE2E5;
 font-style: italic;
 font-weight: 600;
 letter-spacing: 1.5px;
 font-variant: all-caps;
 }
 
.font-highlight {
 color: #EEF0F1;
 }
 
.font-boldhighlight {
 color: #EEF0F1;
 font-weight: bold;
 }
 
.tblhead1 {
 background-image: linear-gradient(#7F94A3, #191D20, #0C0E10);
 border: 1px solid #657682;
 padding:10px;
 height: 40px;
 text-align: center;
 font-family: Radley;
 font-size: 24px;
 color: #FFF;
 font-weight: 600;
 letter-spacing: 1.5px;
 font-variant: small-caps;
 text-shadow: 0 0 8px #ccc, 0 0 20px #888;
 }
 
.tblhead1b {
 background-image: linear-gradient(#7F94A3, #191D20, #0C0E10);
 border: 1px solid #657682;
 padding:5px;
 text-align: center;
 font-family: Radley;
 font-size: 18px;
 color: #FFF;
 font-weight: 600;
 letter-spacing: 1.5px;
 font-variant: small-caps;
 text-shadow: 0 0 8px #ccc, 0 0 20px #888;
 }
 
.tbllabel1 {
 background-image: linear-gradient(#323B41, #657682);
 border: 1px solid #657682;
 padding-left:10px;
 font-family: Garamond;
 font-size: 12px;
 color: #DDE2E5;
 font-style: italic;
 font-weight: 600;
 letter-spacing: 1.5px;
 }
 
.tbllabel2 {
 background-color: #323B41;
 border: 1px solid #4C5861;
 padding-left:10px;
 font-family: Garamond;
 font-size: 12px;
 color: #DDE2E5;
 font-style: italic;
 font-weight: 600;
 letter-spacing: 1.5px;
 }
 
.tbllabel3 {
 background-color: #262C30;
 border: 1px solid #4C5861;
 padding-left:10px;
 font-family: Garamond;
 font-size: 12px;
 color: #DDE2E5;
 font-style: italic;
 font-weight: 600;
 letter-spacing: 1.5px;
 }

a:link,a:visited,a:active{
 color: #D4DADF;
 font-size: 16px;
 font-weight: bold;
 text-decoration: none;
 }

a:hover {
 color: #fff;
 font-size: 16px;
 text-decoration: none;
 transition: all 0.5s ease-out;
 -o-transition-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out; 
 -moz-transition: all 0.5s ease-out;
 }
 
.lbimg {
 height:100px;
 border-radius: 10px;
 border: 5px solid #323B41;
 opacity: .75;
 margin: 10px;
 }
 
.lbimg:hover {
 border: 5px solid #4C5861;
 opacity: .9;
 transition: all 0.5s ease-out;
 -o-transition-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out; 
 -moz-transition: all 0.5s ease-out;
 }

.lbimglitter {
 width:50%;
 border-radius: 10px;
 border: 5px solid #323B41;
 opacity: .75;
 margin: 10px;
 }
 
.lbimglitter:hover {
 border: 5px solid #4C5861;
 opacity: .9;
 transition: all 0.5s ease-out;
 -o-transition-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out; 
 -moz-transition: all 0.5s ease-out;
 }
 
#header {
 color: #59789d;
 font-family: Times;
 font-size: 28px;
 background: none;
 font-variant: small-caps;
 text-align: left;
 letter-spacing: 5px;
 line-height: 30px;
 font-weight: bold;
 padding-left: 25px;
 padding-bottom: 25px;
 }

#header2 {
  color: #1a3b7f;
  font-family: Garamond;
  font-size: 24px;
  }
  
#dogname {
 color: #c8d3dd;
 font-family: Garamond;
 font-size: 25px;
 background: none;
 font-variant: small-caps;
 text-align: left;
 font-weight: bold;
 padding-left: 125px;
 }
 
#note {
 color: #fff;
 font-family: Garamond;
 font-size: 18px;
 background-color: #40597f;
 text-align: center;
 font-weight: bold;
 padding: 7px;
 border-radius: 7px 7px 0px 0px;
 }

#note2 {
 color: #aeb8c2;
 font-family: Times New Roman;
 font-size: 16px;
 background-color: #404040;
 text-align: center;
 font-weight: bold;
 padding: 7px;
 border-radius: 0px 0px 7px 7px;
 }
 
#note3 {
 color: #fff;
 font-family: Garamond;
 font-size: 20px;
 background-color: #40597f;
 text-align: center;
 font-weight: bold;
 padding: 10px;
 border-radius: 7px 7px 7px 7px;
 }
 
#note4 {
 color: #c8d3dd;
 font-family: Times New Roman;
 font-size: 18px;
 background-color: #404040;
 text-align: center;
 font-weight: bold;
 padding: 10px;
 border-radius: 7px 7px 7px 7px;
 }
 
#note5 {
 color: #aeb8c2;
 font-family: Times New Roman;
 font-size: 16px;
 background-color: #404040;
 text-align: center;
 font-weight: bold;
 padding: 13px;
 border-radius: 0px 0px 7px 7px;
 }
 
#pedigreeholder {
 color: #657682;
 font-family: Radley;
 font-size: 12px;
 background: none;
 text-align: left;
 font-weight: bold;
 padding: 8px;
 border-top: 1px solid #262C30;
 border-bottom: 1px solid #262C30;
 border-left: 1px solid #262C30;
 }
 
a.button {
 display: block;
 font-family: Radley;
 font-size: 30px;
 color: #FFF;
 font-weight: 600;
 letter-spacing: 1.5px;
 font-variant: small-caps;
 background-color: #323B41;
 text-align: center;
 padding: 15px;
 }
 
a.buttonsm {
 display: block;
 font-family: Radley;
 font-size: 15px;
 color: #FFF;
 font-weight: 600;
 letter-spacing: 1.5px;
 font-variant: small-caps;
 background-color: #323B41;
 text-align: center;
 padding: 15px;
 }
 
.button:hover, .buttonsm:hover {
 background-color: #4C5861;
 transition: all 0.5s ease-out;
 -o-transition-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out; 
 -moz-transition: all 0.5s ease-out;
 text-shadow: 0 0 8px #ccc, 0 0 20px #888;
 }

td,p,body,font,table,A,div,footer_legal,footer_spacer{
 color: #aeb8c2;
 font-size: 16px;
 font-family: Times New Roman;
 line-height:18px;
 letter-spacing: .5pt;
 }

b{
 color: #aeb8c2;
 font-size: 16px;
 font-family: Times New Roman;
 }

i{
 font-size: 16px;
 font-family: Times New Roman;
 }
 
td.label {
 color: #fff;
 font-family: Times New Roman;
 background-color: #354469;
 text-align: left;
 font-variant: small-caps;
 font-weight: bold;
 padding: 5px 5px 5px 10px;
 }
 
td.labelcontent {
 color: #aeb8c2;
 font-family: Times New Roman;
 font-size: 16px;
 background-color: #404040;
 text-align: left;
 padding: 5px 5px 5px 10px;
 }
 
#labelcontent {
 color: #aeb8c2;
 font-family: Times New Roman;
 background-color: #404040;
 text-align: left;
 padding: 5px;
 }
 
#links a:link,#links a:active,#links a:visited{
 color: #167af2;
 font-family: Garamond;
 font-size: 34px;
 background: none;
 text-decoration: none;
 font-weight: 600;
 }

#links a:hover{
 font-family: Garamond;
 font-size: 34px;
 color: #167af2;
 text-decoration: none;
 font-weight: 600;
 background: none;
 transition: all 0.5s ease-out;
 transition: all 0.5s ease-out;
 -o-transition-transition: all 0.5s ease-out;
 -webkit-transition: all 0.5s ease-out; 
 -moz-transition: all 0.5s ease-out;
 }
 

::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3); 
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: rgba(192,192,192,0.3); 
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.4); }


/* Dropdown Button */
.dropbtn, a.dropbtn {
    color: #B2BEC7;
    font-family: Radley;
    line-height: 25px;
    font-size: 16px;
    border: none;
    font-weight: bold;
    letter-spacing: 2px;
}

a.dropbtn:hover {
    text-shadow: 0 0 5px #B9C4CC;
    transition: all 0.5s ease-out;
    -o-transition-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out; 
    -moz-transition: all 0.5s ease-out;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #191D20;
    min-width: 150px;
    font-weight: none;
    opacity: .95;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #fff;
    font-size: 12px;
    padding: 12px 16px;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #262C30;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #000;
}

li.dropdown {
    display: inline-block;
    padding: 25px;
}



/* RESPONSIVE */

@media (max-width: 767px) {
 .desktopnav {display: none}
 .wrapper {display: inline-block; width: 100%; position: relative;}
 }
 
 
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}


.album .responsive-container-block {
  min-height: 85px;
  height: fit-content;
  width: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  justify-content: flex-start;
}

.album .responsive-container-block.bg {
  max-width: 1320px;
  margin: 0 0 0 0;
  justify-content: space-between;
}

.album .img {
  width: 100%;
  margin: 0 0 0 0;
}

.album #i9rb {
  color: black;
}

.album #ir6i {
  color: black;
}

.album #ikz3b {
  color: black;
}

.album .responsive-container-block.img-cont {
  flex-direction: column;
  max-width: 33.3%;
  min-height: auto;
  margin: 0 0 0 0;
  height: 100%;
}

.album #ipix {
  color: black;
}

.album #ipzoh {
  color: black;
}

.album #ig5q8 {
  color: black;
}

.album #imtzl {
  color: black;
}

.album #i53es {
  color: black;
}

.album .img.img-big {
  height: 50%;
  margin: 0 0 0 0;
}

@media (max-width: 1024px) {
  .album .img {
    margin: 0 0 0 0;
  }
}

@media (max-width: 768px) {
  .album .img {
    max-width: 32.5%;
    margin: 0 0 0 0;
  }

  .album .responsive-container-block.bg {
    flex-direction: column;
  }

  .album .responsive-container-block.img-cont {
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .album .img.img-big {
    max-width: 49%;
    margin: 0 0 0 0;
  }
}

@media (max-width: 500px) {
  .album .img {
    max-width: 94%;
    margin: 0 0 0 0;
  }

  .album .responsive-container-block.img-cont {
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 0px 0px;
  }

  .album .img.img-big {
    max-width: 94%;
    margin: 0 0 0 0;
  }

  .album .img.img-last {
    margin: 0 0 0 0;
  }
}


@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}