@charset "UTF-8";
/* CSS Document */


.willowhill {
	/*width:950px;*/
	margin: 20px auto;
	/*text-align:center;*/
	border-color:#000;
	border-style:solid;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.willowhill.container {
  margin-top: 15px;
}


/******INDEX PAGE*******/
.willowhillIndexCopy {
	text-align:center;
	margin-top:100px;
}


.willowhillIndex {
	max-width: 800px;
	margin:0 auto;	
	text-align: center;
}

@media (max-width: 768px) {
	.willowhillIndex {
	max-width: 95%;
		margin-bottom:15px;
}
}

.willowhillIndexImages {
	background: url('images/splash_horse.jpg') no-repeat;
  	background-size:contain;
	text-align:center;
	min-height: 458px;
}

@media (max-width: 768px) {
	.willowhillIndexImages {
		min-height: 300px;
		text-align: center;
		margin:0 auto;
		    max-width: 350px;
}
	
	.willowhillIndexCopy {
	text-align:center;
margin-top: 10px;
}
}



/*****HEADER********/
.willowhillHeader {
	height: 150px;
	background-color:#5f1b2c;
	/*background-size:contain;*/
	background-image:url(images/top2.jpg);
	background-repeat:no-repeat;
	background-position:bottom; 
   color: rgba(0, 0, 0, 0);
   width:100%
}


@media handheld, only screen and (max-width: 768px){	
.willowhill {
	width:95%;
	margin: 5px auto;
}

.willowhillHeader {
background-image:url(images/whf_header_small.png);
background-size:contain;
height:100px;
}
	
}

@media handheld, only screen and (max-width: 480px){	
.willowhill {
	width:95%;
		margin: 5px auto;
}

.willowhillHeader {
background-image:url(images/whf_header_small.png);
background-size:contain;
height:85px;
}
}


@media handheld, only screen and (max-width: 320px){	
.willowhill {
	width:95%;
		margin: 5px auto;
}

.willowhillHeader {
background-image:url(images/whf_header_small.png);
background-size:contain;
}
	
}


/******NAVBAR**********/

.wiilowHillNavbar {
	background-color:#000;
	/*background:url(images/nav_bar_background.jpg) no-repeat;*/
	/*text-align:center;*/
	/*height:41px;*/
	font-size:10px;
	margin:0 auto;
	font-family: 'Michroma', arial, sans-serif;
	/*display: block;*/
	color:#FFF;
	border-top:#91a7e3 solid medium;
}



.dropdown:hover .dropdown-menu {
display: block;
}

/**************TO CENTER BOOTSTRAP NAVBAR*****************/

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

/****************END CENTER CODE*****************************/

/******************TO HAVE BOOTSTRAP  MENU COLLAPSE BEFORE 768 PIXELS******************/


@media (max-width: 1199px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
	  text-align: center;
  }
  .collapse.in{
      display:block !important;
  }
}

/******************END COLLAPSE  MENU CODE************************/

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #91a7e3;
}
  .navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size:10px;
}


/*********GENERAL************/

.willowhill hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #b5b5b5;
	width:85%;
}


.sections {
/*	font-size: 14px;*/
	font-weight: bold;
}

.subheader {
/*	font-size: 12px;
	color: #333333;*/
	font-weight: bold;
}

.centeredSmallTable {
	width: 75%;
	margin:0 auto;
	text-align:left;
}

.centeredMediumWidth {
	width: 82%;
	margin:0 auto;
	text-align:left;
}


.imageHolderRight {
	float:right;
	padding:15px;	
}


.imageHolderLeft {
	float:left;
	padding:10px 15px 15px 0px;	
	/*background-color:#36F;*/
}

.imageHolderCenter {
	float:left;
	padding:10px 15px 15px 0px;	
	text-align:center;
}

.notice {
  font-weight: bold; 
 font-size: 18px;
  padding: 10px;
  text-align: center;
}

.willowhill .preservation{
 /* width: 100%;
  margin: 0 auto;*/
      padding: 25px;
    background-color: #eeeeee;
}

.willowhill .preservation img {
  border: 4px solid #000000;
}

.willowhill .land {
  font-size: 16px;
  font-weight: bold;
}

@media handheld, only screen and (max-width: 995px){	
.willowhill .btn-default {
   margin:10px auto 15px; 
	text-align: center;
	 white-space: normal;
	width: 30%;
	/*background-color: greenyellow;*/
	}
/*  .willowhill .preservation{
  width: 100%;
  margin: 0 auto;
    padding: 35px;
    background-color: #eeeeee;
}
*/
}


@media handheld, only screen and (max-width: 675px){	
.imageHolderRight {
	float:none;
	padding:15px;	
	text-align: center;
}

.imageHolderLeft {
	float:none;
	padding:10px 15px 15px 0px;	
	text-align: center;
	/*background-color:#36F;*/
}
	
.willowhill .btn-default {
   margin:10px auto 15px; 
	text-align: center;
	 white-space: normal;
	width: 95%;
	/*background-color: greenyellow;*/
	}
  

		
}


.willowhillButton {
	width:55%;
	background-color: aqua;	
}


.copy {
	width:95%;
	margin:15px auto;
	text-align:left;
	/*overflow: auto;*/
	/*height: auto;*/
	/*background-color:#F00;*/
}

.copy p {
margin-top:15px;		
}


img, object, embed { max-width: 100%; }
img { height: auto; }

.date {
	font-size: 9px;
	font-weight: bold;
	text-align:right;
	padding-top:3px;
	padding-right:15px;
}



.noticesSmall  a:link  {
	text-decoration: none;
	color:#FFF;
	display:block;
}

.noticesSmall   a:visited  {
	text-decoration: none;
	color:#FFF;
	display:block;
}

.noticesSmall   a:hover  {
	text-decoration: none;
	color:#000;
	display:block;
}

.noticesSmall   a:active {
	text-decoration: none;
	color:#FFF;
		display:block;
}

.noticesSmall {
    margin: 20px 0px 5px 320px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    padding: 8px;
    background-color: #F00;
    width: 30%;
}

@media handheld, only screen and (max-width: 675px) {
.noticesSmall{
margin: 15px 0px 5px 5px;
	width:90%
	}
	
/*	.copy p {
margin-top:0px;		
}*/
}

.alert-warning {
    color: #b4c4ed;
    background-color: #000000;
	text-align: center;
	border: #b4c4ed double;
	width: 85%;
	margin:0px auto 10px;
}

.alert-warning a:link {
   text-decoration: none;
	color:#F00;
	display:block;
}

.alert-warning a:visited {
   text-decoration: none;
	color:#F00;
	display:block;
}

.alert-warning a:hover {
   text-decoration: none;
	color:#ffffff;
	display:block;
}

.alert-warning a:active {
   text-decoration: none;
	color:#F00;
	display:block;
}
	

.noticeRed {
	font-size: 17px;
	font-weight: bold;
	color: #FF0000;
}


/******RIDING LESSONS PAGE*/
.ridingList {
	float:left;
	/*width:75%;*/
	/*background-color:#3F9;*/
	}

@media handheld, only screen and (max-width: 500px) {
.ridingList {
	float:none;
	/*width:75%;*/
	/*background-color:#3F9;*/
	}
}


/******BOARDING PAGE**********/

.boarding {
	float:left;
	width:65%;
	margin-bottom:15px;
	/*background-color:#3F9;*/
}

@media handheld, only screen and (max-width: 1200px) {
	.boarding {
	float:left;
	width:95%;
	margin-bottom:15px;
	/*background-color:#3F9;*/
}
}

.boardingImageHolderRight {
	float:right;
	padding:15px;	
}


@media handheld, only screen and (max-width: 600px) {
	.boardingImageHolderRight {
		float:none;
		margin: 0 auto;
		text-align: center;
/*	visibility: hidden;
		width: 0;*/
	}	
}


/********CONTACT US PAGE********/

.willowContact {
	width: 85%;
	margin: 10px auto;
	text-align: center;
}

.antispam { display:none;}


.contactForm {
	text-align: left;
	margin-bottom: 25px;
	
}

.contactBox {
/*	border-left: double #3A3939;*/
	margin-bottom: 15px;
  padding: 15px;
/*  background-color: #f0eeed;*/

}

input {
    width: 75%;
	border: 2px solid #ccc;
	margin-bottom: 4px;
/*	margin-left: 5px;*/
}


textarea {
  /*  width: 65%;*/
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border-radius: 4px;
 /*   background-color: #f8f8f8;*/
   /* resize: none;*/
}

  .form-wrapper {
  /*  background-color: whitesmoke;*/
    list-style-type: none;
    padding: 0;
    border-radius: 3px;
  }
  .form-row {
    display: flex;
    justify-content: flex-end;
    padding: .5em;
  }
  .form-row > label {
    padding: .5em 1em .5em 0;
   /* flex: 1;*/
  }
  .form-row > input {
    flex: 2;
  }
  .form-row > input,
  .form-row > button {
    padding: .5em;
  }
  
button {
   background: #57212c;
   color: white;
   border: 0;
    margin: 0 auto;
    padding: 5px;
    width: 30%;
  }

/*.contactForm submit {
   background: #57212c;
   color: white;
   border: 0;
    margin: 0 auto;
    padding: 5px;
    width: 30%;
}*/

.centerGoogle {
margin-bottom: 20px;
text-align: center;
}

#html_element {
    display: inline-block;
}
 .g-recaptcha {
        display: inline-block;
	}
		
/************SHOWS PAGE***********/

.panel-default {
	width:65%;
	text-align: center;
	margin:20px auto;
	
}
.panel-title {
	color: #ffffff;
	
}


.panel-body {
    padding: 15px;
    background-color: #f6f6f6;
}

.willowhill .panel-heading {
	background-color: #5f1b2c;
	border-bottom-color: #000000;
	border-bottom: double thick;
}


@media handheld, only screen and (max-width: 700px) {
	.panel-default {
	width:85%;
	margin:10px auto;
	
}
}

.showName {
	color:#444242;
	font-size:14px;
	font-weight:bold;
}


/***************SALES PAGE***************/
.sales {
	font-size: 16px;	
	width:95%;
	margin:45px auto;
	text-align: center;
	font-weight: bold;
}

/********************PHOTO GALLERY*****************/

.photoGallery {
	width: 35%;
	float: left;
	margin-top: 25px;
/*	border:double #ccc;
	padding: 10px;
	height: 400px;*/
}
	

.photoGallery  ul li {
	padding-left:4px;
	padding-right:4px;
	list-style: none;
	color:red;
	font-weight:bold;
	line-height:2em;
	font-size: 12px;
}

.photoGallery h1 {
	font-size:14px;
	color:#333;
	padding-left:25px;
	text-decoration:underline;
}


.photoGallery h2 {
	font-size:14px;
	color:#333;
	padding-top:25px;
	padding-left:25px;
	text-decoration:underline;
}


.photoGallery a:link {
	color:#1f688d;
	text-decoration: none;
}


.photoGallery a:visited {
	color:#1f688d;
	text-decoration: none;
}


.photoGallery a:hover {
	color:red;
	text-decoration: none;
}


.photoGallery a:active {
	color:red;	
}
	
.photoGalleryImages {
	width:75%;
	background-color:#000;
	margin: 0 auto;
	padding:10px;
	text-align: center;
}

.photoGalleryTitle {
	color:#48494b;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin-top:15px;
	font-style: italic;
	width:75%;
	margin: 0 auto 10px; ;
}

@media handheld, only screen and (max-width: 1199px) {
	.photoGallery {
	width: 95%;
	float: left;
	margin-top: 25px;
}
}

@media handheld, only screen and (max-width: 700px) {
	.photoGallery {
	margin-top: 10px;
/*	border:double #ccc;
	padding: 10px;
	height: 400px;*/
}
}


/********************POEMS****************/

.poems {
	font-style: italic;
	text-align: center;	
	/*font-family: 'Quintessential', cursive;*/
}

.poemEndings {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	font-size:13px;
}
	

/***************FOOTER**************/

.footer {
	/*background-color:#CF0;*/
	font-weight: bold;
	margin: 25px auto;
	text-align: center;
}

.bottomLinks {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	padding-bottom:10px;
	text-align: center;
}



/***************FOOTER**************/

.panel-notice .panel-heading  {
background-color: #000000;
color:#f40c0c;
font-weight:bold;
text-align: center;
font-size: 20px;

}

.panel-notice .panel-body {
text-align: left;
border: thin solid #5A5757;
}

.panel-notice .panel-footer {
background-color: #000000;
color:#f40c0c;
font-weight:bold;
text-align: center;
font-size: 15px;

}

