@font-face {
  font-family: DaysLater;
  src: url(28DaysLater.ttf);
}

*{ 
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
}

img.logo {
  height:75px;
}

.header {
	vertical-align: bottom;
}

h2.header {
  	text-decoration: none;
 	font-family: DaysLater;
	font-size: 22px;
}

a.header {
	border-bottom-style: hidden;
	height: 35px;
  	text-decoration: none;
 	font-family: DaysLater;
	font-size: 20px;
}

a.header:hover {
	border-bottom-style: solid;
	border-color: #bd9845;
	cursor:pointer;
	color: #bd9845;
	
}

a.headerlink {
	color: #fff;
  	text-decoration: none;
 	font-family: DaysLater;
	font-size: 20px;
}

a.headerlink:hover {
	cursor:pointer;
	color: #bd9845;	
  	text-decoration: underline;
}

.header-bottom {
	height:10px;
}

.heading {
	font-size: 20px;
}

a.mail {
	border-bottom-style: hidden;
  	text-decoration: none;
	color: #ffffff;
}
a.mail:hover {
	border-bottom-style: solid;
	border-color: #bd9845;
	cursor:pointer;
	color: #bd9845;
}


table.main {
	font-family: arial;
	font-size: 18px;
	padding: 16px;
}
td.main {
	text-align: right;
}


.container {
	width:100%;
    	margin: 0px;
    	padding: 0px;	
	border-collapse:collapse;
}

.container1 {
	width:100%;
    	margin: 0px;
    	padding: 0px;
	background-color: #06193B;
}

.container2 {
	background-color: #06193B;
  	color: #ffffff;
	width: max-width:900px;
}

  .banner {
	height: 400px;
	width: 100%;
 	//background-image: url("/images/PrimeKennelzClothing.jpg");
	background-image: url("/images/bbpups.jpg");
	background-color: #000;
	background-position: left;
	background-repeat: no-repeat;
	background-size:100%;
    	margin: 0px;
    	padding: 0px;
  }

h4 {
	font-size: 22px;
	font-family: DaysLater;
	color: #bd9845;
	text-align: center;
	width: 500px;
	padding: 16px;
}



p {
	font-size: 20px;
	font-family: arial;
	text-align: left;
	width: 500px;
	padding: 16px;
}

.center {
	text-align: center;
 	font-family: DaysLater;
	font-size: 24px;
	margin:0px;
	padding:0px;
}


.top-frame {
	width: 100%;
	text-align: center;
    	margin: 0px;
    	padding: 0px;
}

.top-content-bg {
	background-color: #06193B ;
	border-radius: 4px;
  	display: inline-block;
	width: 400px;
	line-height: 150px;
	vertical-align: middle;
	opacity: 0.7;
}
.top-content-txt {
	top: 200px;
	position: absolute;
	text-align: center;
	width:100%;
	font-size: 22px;
	font-family: arial;
	font-weight: bold;
	color: #bd9845;
}

.button {
	background-color: #bd9845;
	border: none;
	border-radius: 4px;
	width: 160px;
	height: 50px;
	color: #ffffff;
 	font-family: DaysLater;
	font-size: 18px;
}

.button:hover {
	background-color: #06193B ;
	color: #bd9845;
	cursor:pointer;
	opacity: 0.6;
}

th.content {
	width: 100%;
	height: 64px;
 	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(3,25,65,1) 51%, rgba(2,4,24,1) 100%);
	background-size:100%;
    	margin: 0px;
    	padding: 0px;
	text-align: center;
	color: #ffffff;
  	font-weight: normal;
}


.leftcontent {
	width: 50%;
	height: 500px;
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(3,25,65,1) 51%, rgba(2,4,24,1) 100%);
	background-size:100%;
    	margin: 0px;
    	padding: 0px;
	text-align: center;
	vertical-align: top;
	color: #ffffff;
}
.rightcontent {
	width: 50%;
	height: 500px;
	background: rgb(2,4,24);
	background: linear-gradient(90deg, rgba(2,4,24,1) 0%, rgba(3,25,65,1) 51%, rgba(0,0,0,1) 100%);
	background-size:100%;
    	margin: 0px;
    	padding: 0px;
	text-align: center;
	vertical-align: top;
	color:#ffffff;
}

.secondary {
	font-size: 16px;
}

img.table {
	border-style: solid;
	border-color: #bd9845;
	width: 300px;
	height: 300px;
}

img.table-thin {
	border-style: solid;
	border-color: #bd9845;
	width: 220px;
	//height: 220px;
}


img.content {
	border-style: solid;
	border-color: #bd9845;
	//height: 425px;
	width: 425px;
        vertical-align: middle;
}

img.bottom-content {
	border-style: solid;
	border-color: #bd9845;
	width: 250px;
	height: 250px;
        vertical-align: middle;
}
img.social {
	height: 30px;

}


/*** Image Slide ***/
      .mainDiv {
        box-sizing: border-box
      }
     // body {
        //font-family: Verdana, sans-serif;
        //margin: 0
      //}
      .mySlides {
        display: none
      }
      .slideshow-container {
        max-width: 425px;
        position: relative;
        margin: auto;
      }
      /* Next & previous buttons */
      .prev,
      .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -22px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
      }
      /* Position the "prev button" to the left */
      .prev {
        left: 0;
        border-radius: 3px 0 0 3px;
      }
      /* Position the "next button" to the right */
      .next {
        right: 0;
        border-radius: 3px 0 0 3px;
      }
      /* On hover, add a black background color with a little bit see-through */
      .prev:hover,
      .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
      }
      /* Caption text */
      .text {
        color: #ffffff;
        font-size: 15px;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
      }
      /* Number text (1/4 etc) */
      .numbertext {
        color: #ffffff;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
      }
      /* The dots/bullets/indicators */
      .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #000000;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
      }
      .active,
      .dot:hover {
        background-color: #bd9845;
      }
      /* Fading animation */
      .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
      }
      @-webkit-keyframes fade {
        from {
          opacity: .4
        }
        to {
          opacity: 1
        }
      }
      @keyframes fade {
        from {
          opacity: .4
        }
        to {
          opacity: 1
        }
      }
      /* On smaller screens, decrease text size */
      @media only screen and (max-width: 300px) {
        .prev,
        .next,
        .text {
          font-size: 11px
        }
      }
/*** End Image Slide ***/


/*** Slide Defaults ***/
#mySlide {
  display:none;
  width:100%;
  border-style: solid;
  border-color: #bd9845;
}
.slideContainer {
        position: relative;
        margin: auto;
  max-width:220px
}
/*** End Slide Defaults ***/

a.img {
  text-decoration: none;
}


.menu {
  position: relative;
  display: inline-block;
}

.menu-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 225px;
  font-size: 14px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.menu:hover .menu-content {
  display: block;
}


.menu-content-sub {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 225px;
  font-size: 14px;
  padding: 12px 16px;
  z-index: 1;
}


input[type=button], input[type=submit], input[type=reset] {
	background-color: #bd9845;
	border: none;
	border-radius: 4px;
	width: 160px;
	height: 50px;
	color: #ffffff;
 	font-family: DaysLater;
	font-size: 18px;
}


input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	background-color: #ffffff;
	color: #bd9845;
	cursor:pointer;
	opacity: 0.6;
}

ul {
  list-style-position: inside;
  list-style-type: disc;
  text-align: left;
  padding: 16px;
  font-size: 18px;
  font-family: arial;
}


ol.numlist {
    list-style-type: decimal;
    list-style-position: outside;
    width: 500px;
    font-size: 18px;
    font-family: arial;
    text-align: left;
    padding: 41px;
}

li {
    padding-left:5px;
}

.cpanel {
  font-family: Tahoma, sans-serif;
}

.dashboard {
  font-family: Tahoma, sans-serif;
}

a.dashboard {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 18px;
  padding: 2px;
}
a.dashboard:hover {
  color: #bd9845;
  text-decoration: underline;
  font-size: 18px;
  padding: 2px;
}

#dashMales, #dashFemales, #dashPuppies, #dashCurrentLit, #dashComingLit, #dashStore, #dashSlides, #dashAssoc {
    display: none;
}

table.dashboard {
    border: 2px solid #fff;
    border-spacing: 5px;
    width: 100%;
    margin:0;
    padding:0;
    background-color: #ccc;
}
td.dashboard {
    border: 0.7px solid #999;
    border-radius: 12px;
    height: 675px;
    background-color: #000;
    color: #fff;
    //height: 100%;
    padding: 5px;
    vertical-align: top;
}

div.rightpanel {
    height: 500px;
    color: #fff;
    overflow: auto;
}
div.leftpanel {
    height: 675px;
    vertical-align: top;
}
#leftpanel {
    width: 150px;
    height: 675px;
    vertical-align: top;
}

input.dashboard {
  font-family: Tahoma, sans-serif;
}

input.cap {
  width: 275px;
}


/**** Side Cpanel Side navigation ****/
.sd-drop-link {
  background-color: #000;
  width: 100%;
  color: white;
  padding: 2px;
  font-size: 16px;
  text-align: left;
  border: none;
}


.sd-drop {
  display: inline-block;
  width: 100%;
}


.sd-drop-content {
  display: none;
  background-color: #f1f1f1;
  width: 100%;
}


.sd-drop-content a {
  color: black;
  padding: 1px 2px;
  text-decoration: none;
  display: block;
}


.sd-drop-content a:hover {
  background-color: #ddd;
}


.sd-drop:hover .sd-drop-content {
  display: block;
}

.sd-drop:hover .sd-drop-link {
  background-color: #bd9845;
  cursor: pointer;
}

.sd-drop-link:hover {
  background-color: #bd9845;
  cursor: pointer;
}
/**** End Side Cpanel Side navigation ****/


