@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(../design/cows.jpg); 
	 background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* ~~ Element/tag selectors ~~ */

h1, h2, h3, h4, h5, h6, {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 30px;
	padding-left: 30px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 30px;
	padding-left: 30px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}


table, th, td, {
  text-align: left;
  padding-right: 5px;
	padding-left: 5px;
  
}

.highlight {
	font-family: arial, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #0000CC;
	font-weight: bold;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 30px;
	padding-left: 30px;
	
}




a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #0000CC;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */

.center-div
{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 70%;
  }


/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header {
	
	width: 100%;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.contentcontainer {
	margin-left: 20px;
	margin-right: 20px;
	padding: 20px 20px 20px 20px;
	background: rgba(255, 255, 255, 0.8);
	text-align: left;
 	}
 	
.content {
 		width: 65%;
 		text-align: justify;
		float: left;

}

.mailinglist {
	float: left;
	margin-right: 20px;
	margin-left: 30px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background-color: #000;
	color: #FFF;
	font-size: xx-small;
}

.rtsidebar { 
	width: 35%;
	float: right;
	background: #ffffff;
}

.rtsidebar h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 30px;
	padding-left: 30px;
		
		
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	width: 30%;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	width: 70%;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.imgborder {
	border-color: #CCC;
	border-style: ridge;
}

.contact {
	display:inline-block;
	width: 300px;
}

.animal {
	background: rgba(255, 255, 255, 0.8);
	padding-top: 20px;
	width: 90%;
	padding-right: 25px;
	margin-bottom: 20px;
}

 .box {
	 background: #fff;
 }
 
 ul.enlarge{
    list-style-type:none; /*remove the bullet point*/
    margin-left:0;
    }
    
    ul.enlarge li{
    display:inline-block; /*places the images in a line*/
    position: relative;
   /* z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
    /*margin:10px 40px 0 20px;*/
    }
    
    ul.enlarge p{
    	text-align:justify;
    
    }
    ul.enlarge img{
    background-color:#000;
    padding: 4px;
    -webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    box-shadow: 0 0 6px rgba(132, 132, 132, .75); 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    }
    
    ul.enlarge span{
	position: absolute;
	left: -9999px;
	background-color: #000;
	padding: 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #495a62;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
	-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
	box-shadow: 0 0 20px rgba(0,0,0, .75); 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-weight: bold;
    }
    ul.enlarge li:hover{
    z-index: 300;
    cursor:pointer;
    }
    ul.enlarge span img{
    /*padding:2px;*/
    background:#ccc;
    }
    ul.enlarge li:hover span{
    /*top: 100px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
    left: -20px; /*distance from the left of the thumbnail to the left of the popup image*/
    }
    ul.enlarge li:hover:nth-child(2) span{
    left: -100px;
    }
    ul.enlarge li:hover:nth-child(3) span{
    left: -200px;
    }
	  ul.enlarge li:hover:nth-child(4) span{
    left: -300px;
    }
    ul.enlarge li:hover:nth-child(5) span{
    left: -350px;
    }
	  ul.enlarge li:hover:nth-child(6) span{
    left: -400px;
    }
    ul.enlarge li:hover:nth-child(7) span{
    left: -450px;
    }
	  ul.enlarge li:hover:nth-child(8) span{
    left: -450px;
    }
    ul.enlarge li:hover:nth-child(9) span{
    left: -500px;
    }
	 ul.enlarge li:hover:nth-child(10) span{
    left: -500px;
    }
    /**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
   ul.enlarge img, ul.enlarge span{
    behavior: url(pie/PIE.htc);
    }
    
    /** photo gallery setup **/

ul.gallery{
    list-style-type:none; /*remove the bullet point*/
    margin-left:0;
    }
    
    ul.gallery li{
    display:inline; /*places the images in a line*/
    position: relative;
    z-index: 0; /*resets the stack order of the list items - later we'll increase this*/
    margin:10px 40px 0 20px;
    }
    
    ul.gallery p{
    	text-align:justify;
    
    }
    ul.gallery img{
    background-color:#000;
    padding: 5px;
    /*-webkit-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    -moz-box-shadow: 0 0 6px rgba(132, 132, 132, .75);
    box-shadow: 0 0 6px rgba(132, 132, 132, .75); 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
    }
    
    ul.gallery span{
	position: absolute;
	left: -9999px;
	background-color: #000;
	padding: 6px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #495a62;
	/*-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
	-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
	box-shadow: 0 0 20px rgba(0,0,0, .75); 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-weight: bold;*/
    }
    ul.gallery li:hover{
    z-index: 300;
    cursor:pointer;
    }
    ul.gallery span img{
    /*padding:2px;*/
    background:#ccc;
    }
    ul.gallery li:hover span{
    /*top: 100px; /*the distance from the bottom of the thumbnail to the top of the popup image*/
    left: -20px; /*distance from the left of the thumbnail to the left of the popup image*/
    }
    ul.gallery li:hover:nth-child(2) span{
    left: -100px;
    }
    ul.gallery li:hover:nth-child(3) span{
    left: -20px;
    }
	  ul.gallery li:hover:nth-child(4) span{
    left: -10px;
    }
    ul.gallery li:hover:nth-child(5) span{
    left: -100px;
    }
	  ul.gallery li:hover:nth-child(6) span{
    left: -100px;
    }
    ul.gallery li:hover:nth-child(7) span{
    left: -100px;
    }
	  ul.gallery li:hover:nth-child(8) span{
    left: -100px;
    }
    ul.gallery li:hover:nth-child(9) span{
    left: -100px;
    }
	 ul.gallery li:hover:nth-child(10) span{
    left: -500px;
    }
    /**IE Hacks - see http://css3pie.com/ for more info on how to use CS3Pie and to download the latest version**/
   ul.gallery img, ul.gallery span{
    behavior: url(pie/PIE.htc);
    }
	
/* Contact form */
form { max-width:420px; margin:50px auto; }

.feedback-input {
  color:#FFF;
  font-family: Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #e60000;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:2px solid #e60000; }

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

[type="submit"] {
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  background:#e60000;
  border-radius:5px;
  border:0;
  cursor:pointer;
  color:#000;
  font-size:24px;
  padding-top:10px;
  padding-bottom:10px;
  transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}
[type="submit"]:hover { background:#CC4949; }

	
/* start of menu */

.menuholder {
	width: 100%;
	
}

/* start of menu */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border:0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #333;
  outline: 0;
  
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  
}
#cssmenu #menu-button {
  display: none;
  
  
}
#cssmenu {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	background-color: rgba(51, 51, 51, .2);
	box-shadow: 0px 3px 3px 1px #000;
	width: 100%;
	
		
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
  
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
  /*background-color: rgba(0, 0, 0, .4);*/
  max-width: 150px;
  width: 14%; /* fallback for non-calc() browsers */
  width: calc(100% / 7);
  
}

#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px;
  /*font-size: large;*/
  letter-spacing: 2px;
  text-decoration: none;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  font-size: calc(8px + (16 - 8) * ((100vw - 300px) / (1600 - 300)));
  /*line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));*/
}
#cssmenu > ul > li:hover > a {
	color: #0033cc;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
  z-index: 398;
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  z-index: 398;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 398;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  z-index: 398;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 220px;
  font-size: 14px;
  text-decoration: none;
  color: #FFF;
  font-weight: 500;
  background: #e60000;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #999;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  z-index: 398;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

/*slider*/
.sliderheader {
	
	width: 100%;
	padding-bottom: 3px;
	color: #FFF;
	display:inline-block;
	
}
/* SLIDER STRUCTURE */

#slider {
   background: #FFF;
   /*border: 5px solid #eaeaea;*/
   /*box-shadow: 1px 1px 5px rgba(0,0,0,0.7);*/
   /*width:100%;*/
   /*height: 400px;*/
   /*margin: 10px 10px 0px 0px;*/
   overflow: visible;
   /*position: relative;*/
   /*float:right;*/
}
/* HIDE ALL OUTSIDE OF THE SLIDER */

#mask {
   overflow: hidden;
   height: 400px;
   width: 100%;
   
}

/* IMAGE LIST */

#slider ul {
   margin: 0;
   padding: 0;
   position: relative;
   
}

#slider li {
   width: 100%;  /* Width Image */
   height: 100%; /* Height Image */
   position: absolute;
   top: -325px; /* Original Position - Outside of the Slider */
   list-style: none;
}
#slider li.firstanimation {
   animation: cycle 25s linear infinite;
}

#slider li.secondanimation {
   animation: cycletwo 25s linear infinite;
}

#slider li.thirdanimation {
   animation: cyclethree 25s linear infinite;
}

#slider li.fourthanimation {
   animation: cyclefour 25s linear infinite;
}

#slider li.fifthanimation {
   animation: cyclefive 25s linear infinite;
}
/* ANIMATION */

@keyframes cycle {
   0%  { top: 0px; } /* When you start the slide, the first image is already visible */
   4%  { top: 0px; } /* Original Position */
   16% { top: 0px; opacity:1; z-index:0; } /* From 4% to 16 % = for 3 seconds the image is visible */
   20% { top: 325px; opacity: 0; z-index: 0; } /* From 16% to 20% = for 1 second exit image */
   21% { top: -325px; opacity: 0; z-index: -1; } /* Return to Original Position */
   92% { top: -325px; opacity: 0; z-index: 0; }
   96% { top: -325px; opacity: 0; } /* From 96% to 100% = for 1 second enter image*/
   100%{ top: 0px; opacity: 1; }
}

@keyframes cycletwo {
   0%  { top: -325px; opacity: 0; } /* Original Position */
   16% { top: -325px; opacity: 0; }/* Starts moving after 16% to this position */
   20% { top: 0px; opacity: 1; }
   24% { top: 0px; opacity: 1; }  /* From 20% to 24% = for 1 second enter image*/
   36% { top: 0px; opacity: 1; z-index: 0; }   /* From 24% to 36 % = for 3 seconds the image is visible */
   40% { top: 325px; opacity: 0; z-index: 0; } /* From 36% to 40% = for 1 second exit image */
   41% { top: -325px; opacity: 0; z-index: -1; }   /* Return to Original Position */
   100%{ top: -325px; opacity: 0; z-index: -1; }
}

@keyframes cyclethree {
   0%  { top: -325px; opacity: 0; }
   36% { top: -325px; opacity: 0; }
   40% { top: 0px; opacity: 1; }
   44% { top: 0px; opacity: 1; }
   56% { top: 0px; opacity: 1; }
   60% { top: 325px; opacity: 0; z-index: 0; }
   61% { top: -325px; opacity: 0; z-index: -1; }
   100%{ top: -325px; opacity: 0; z-index: -1; }
}

@keyframes cyclefour {
   0%  { top: -325px; opacity: 0; }
   56% { top: -325px; opacity: 0; }
   60% { top: 0px; opacity: 1; }
   64% { top: 0px; opacity: 1; }
   76% { top: 0px; opacity: 1; z-index: 0; }
   80% { top: 325px; opacity: 0; z-index: 0; }
   81% { top: -325px; opacity: 0; z-index: -1; }
   100%{ top: -325px; opacity: 0; z-index: -1; }
}
@keyframes cyclefive {
   0%  { top: -325px; opacity: 0; }
   76% { top: -325px; opacity: 0; }
   80% { top: 0px; opacity: 1; }
   84% { top: 0px; opacity: 1; }
   96% { top: 0px; opacity: 1; z-index: 0; }
   100%{ top: 325px; opacity: 0; z-index: 0; }
}
/* PROGRESS BAR */

.progress-bar {
   position: relative;
   top: -5px;
   width: 500px;
   height: 5px;
   background: #000;
   animation: fullexpand 25s ease-out infinite;
}
/* ANIMATION BAR */

@keyframes fullexpand {
   /* In these keyframes, the progress-bar is stationary */
   0%, 20%, 40%, 60%, 80%, 100% { width: 0%; opacity: 0; }

   /* In these keyframes, the progress-bar starts to come alive */
   4%, 24%, 44%, 64%, 84% { width: 0%; opacity: 0.3; }

   /* In these keyframes, the progress-bar moves forward for 3 seconds */
   16%, 36%, 56%, 76%, 96% { width: 100%; opacity: 0.7; }

   /* In these keyframes, the progress-bar has finished his path */
   17%, 37%, 57%, 77%, 97% { width: 100%; opacity: 0.3; }

   /* In these keyframes, the progress-bar will disappear and then resume the cycle */
   18%, 38%, 58%, 78%, 98% { width: 100%; opacity: 0; }
}
#slider .tooltip {
   background: rgba(0,0,0,0.7);
   width: 300px;
   height: 60px;
   position: relative;
   bottom: 75px;
   left: -320px;
}

#slider .tooltip h1 {
   color: #fff;
   font-size: 15px;
   font-weight: 300;
   line-height: 20px;
   padding: 0 0 0 10px;
}
#slider .tooltip {
…
   transition: all 0.3s ease-in-out;
}

#slider li#first: hover .tooltip,
#slider li#second: hover .tooltip,
#slider li#third: hover .tooltip,
#slider li#fourth: hover .tooltip,
#slider li#fifth: hover .tooltip {
   left: 0px;
}
#slider: hover li,
#slider: hover .progress-bar {
   animation-play-state: paused;
}



/* CSS Document */
