﻿html {
background: #000;

  padding: 0;
  margin: 0;
}

@font-face
{
font-family: "Alternate Gothic No2 D";
src: url('/fonts/alternategotno2d.ttf'),
     url('/fonts/alternategotno2d.eot'); /* IE9+ */
font-family: Whitin;
src: url('/fonts/Whitin-CondensedBlack.ttf'),
     url('/fonts/Whitin-CondensedBlack.eot'); /* IE9+ */

}

@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

body{
font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#000000;
	line-height:1;
/*	letter-spacing: 1pt;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
*/

}


/* W3.css overwrites  */
.w3-container{
    padding: 5px!important;
}

.w3-panel {
    margin-top: -5px!important;
}


.calendarLogo{
    height: 50px;
    margin: -10px 5px -5px -5px;   }

.w3-round{
	margin: 2px;
    width: 98%;
}

.w3-input{
    padding: 10px 0px 10px 3px;
   }
/* End W3.css overwrites  */

label{
    display: block;
    font-size: .7em;
    padding-left: 5px;
}
.onlyprint{display:none;}



.gift-up-target {
	display:block;
	margin:auto;
	background-color:rgba(255,255,255,0.95);
	max-width:500px;
}


/* The Magic Float Center Code */
.float_center {
  float: right!important;

  position: relative!important;
  left: -50%!important; /* or right 50% */
  text-align: left!important;
}
.float_center > .child {
  position: relative!important;
  left: 50%!important;
}

/* Back to Top  */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 75px;
    height: 75px;
    display: block;
    text-decoration: none;
    text-align:center;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 0px;
    top: 30px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 10px;
}



/* end back to top  */


.mainContent {

	display:block;
	margin-left:auto;
	margin-right:auto;

}


.button-container input {
    display: inline;
    vertical-align: middle;
    margin: 0px 5px 10px 0px;
}
.button-container form, .button-container form div {
    display: inline;
}

.blogItem{
	width:100%;
	padding:10px;
}

.blogItem img {
	width:100%;
	max-height:250px;
	overflow:hidden;
	object-fit: cover;
	top: 0;
    left: 0;
    border:1px solid #ccc;
   padding:5px;
   margin:5px;
   margin-bottom:20px;
   background:#f2f2f2;
-webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
-moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
transition: all 0.5s ease;
}

.blogItem img:hover{
background-position: center;
     -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
    transition: all 0.5s ease;
}

.blogItem h2 {
	font-family: Arial, serif;
	font-size:16pt;
	font-weight:bold;
	color:#8C0D0A;
	padding:0px;
	text-shadow:none;
	/*color:rgba(77,105,56,1);*/
}
.blogItem smallfont{
	font-size:11pt;
}
.author {
	color:#550000;
	font-size:16px;
}
.noImg {
	display:none;
}


.navContainer {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pgWrapper{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:900px;
}

.colBackground {
	background-color: rgba(0,0,0,0.50);
	border: 1px solid black;
	border-radius:5px;
	padding:20px 10px;
}

.header {
width: 100%;
background-image: url(images/header_bg.jpg);
background-repeat: no-repeat;
background-size: cover;
height: 150px;
}

.header_container {
width: 100%;
}


.menu-left {
float: none;
padding-left: none;
position: relative;
z-index: +999;
text-align:center;
top: -35px;

}

.menu-right {
float: none;
padding-left: none;
position: relative;
z-index: +999;
text-align:center;
top: -35px;

}

.logo-container {
width: 100%;
}

/*keeps the logo link fully clickable*/
.logo-container {
position: relative;
z-index: +5;
}

.logo{
display: table;	
margin: 0 auto;
}

.logo img {
display: block;
width: 100%;
margin: 0 auto;

}

.logo a {
display: block;
}	
 
.nav-wrapper {
float: none;
display: table;
} 
 
.nav-wrapper {
position: absolute;
top: 0;
margin: 0 auto;
text-align:center;
width: 100%;

}

.desktop-navigation {
margin-top: 165px;	
}

.social-links {
position: relative;
padding-top: 30px;
right: 0;
padding-right: 0px;
z-index: +6;
text-align:center;
padding-bottom:15px;
top: -35px;

}

.mobile-social {
display: none;
}

#slideshow {
	position: relative;
	width:100%;
	
}

#slideshowTop {
	position: relative;
	height: 6px;
	background:#423d38;
}

#slogan {
	background:#170608;
	font-family: "Open Sans", sans-serif; 
	font-weight: 300; 
	color:#ece1d8;
	padding: 25px 10px;
	text-align:center;
	border-bottom: 6px solid #5b544d;
}

#welcome {
	background-image: url(images/welcome_bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: "Open Sans", sans-serif; 
	font-weight: 600; 
	font-size: 17pt;
	color:#000;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 45px;
	width:100%;
	text-align:center;
	line-height:1.2em;
	border-bottom: 16px solid #5b544d;
}

.welcomeText {
	width:90%;
	display:table;
	margin: 0 auto;
	text-align:left;
	
}

.welcomeTitle {
	font-size:20pt;
	font-weight: 700;
}

.button_dark {
	display:table;
	background:#6d1b27;
	border: 2px solid #eddfd2;
	padding: 20px 25px;
	font-family: "Open Sans", sans-serif; 
	font-weight: 300; 
	font-size: 17pt;
	text-align:center;
	margin: 0 auto;
	color:#e6d5c9;
}

a:link.button_dark:hover {
	background:#461219;
}



a:link.button_dark {
color:#e6d5c9;
text-decoration:none;

}

#home_buttons-container {
	background: url(images/home_buttons_bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-bottom: 6px solid #999289;

}


#home_buttons {
margin: 0 auto;
padding-bottom: 65px;
}

#home_btn {
border-bottom: 0;
margin: 0px 10px;
padding-top: 48px;
}

.button_light {
	display:table;
	background:#7e1f2d;
	border: 2px solid #ede2d9;
	padding: 20px 25px;
	font-family: "Open Sans", sans-serif; 
	font-weight: 400; 
	font-size: 17pt;
	text-align:center;
	margin: 0 auto;
color:#ece1d8;

}

a:link.button_light {
color:#ece1d8;
text-decoration:none;

}

.home_btn_title {
font-family: "Open Sans", sans-serif;
font-size: 25pt;
font-weight: 400;
color: #ece1d8;
margin: 0 auto;
margin-bottom: 20px;
text-align:center;
text-decoration:none;
}

a:link.home_btn_title {
	text-decoration:none;
}

#home_btn img {
	margin: 0 auto;
	texxt-align:center;
	display:table;
	border: 15px solid #c2b9ae;
	border-radius: 13px;
	margin-bottom: 27px;

}

#home_btn:hover img {
border: 15px solid #fff;
}

#home_btn:hover .home_btn_title {
color:#fff;

}

#home_btn:hover .button_light {
background:#ede2d9;
color:#7e1f2d;
border: 2px solid #7e1f2d;
}


.copyright {
font-family: "Open Sans", sans-serif;
	font-size: 11pt;
	font-weight:400;
	margin-top: 20px;
	line-height: 1em;
	padding: 0px 8px;
	
}


/*=testimonials:*/ 

.testimonials {
background: url(images/home_testimonials_bg.jpg) no-repeat;
background-position:center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
display:table;
width: 100%;
padding-top: 35px;
padding-bottom: 35px;

}

.testimonials .col-1 {}

.testimonials h1 { 
font-family: "Open Sans", sans-serif;
font-size: 25pt;
font-weight: 400;
color: #7e1f2d;
margin: 0 auto;
text-align:center;
text-shadow: none;
}

.cd-testimonials-wrapper {
background: none;
margin-top: 0;
}

/*quotation mark*/
.cd-testimonials-wrapper::after {
color: #30d5c8;
font-size: 100px!important;
}



.testimonials p span {
color: white;
font-size: 3rem;
}

.testimonials p.customer {
font-style: italic;
color: white
}

/*inline style of margin left -30px was showing part of the next quote*/
.cd-testimonials-wrapper ul {
margin-left: 0!important;
}

/*read more*/
.cd-testimonials p a {
color: black;
display: block;
font-size: 0.9rem;
}

.cd-author {
color: black;
text-align: right;
font-style: normal;
}
.cd-author img, .cd-author .cd-author-info {
padding-left: 0!important;
}

/*add space under the customer name*/

.cd-author-info li{
padding-bottom: 0.5rem!important;
}

/*navigation arrows*/
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
background-color: #30d5c8;
}


.subpage_bg {
 background-color:#ded7d2;

}

.subpage_content {
	width:90%;
	padding:50px 0px;
	margin: 0 auto;
	display:table;
	color:#000;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height:1.25;
	font-weight: 400;
}

#subpage_top_image img {
	width: 100%;
}

#subpage_title { 
font-family: "Open Sans", sans-serif;
font-size: 20pt;
font-weight: 400;
color: #7e1f2d;
padding-bottom: 25px;
text-transform:uppercase;
}

h1 { 
font-family: "Open Sans", sans-serif;
font-size: 20pt;
font-weight: 400;
color: #7e1f2d;
padding-bottom: 25px;
text-transform:uppercase;
}

.pageheading { 
font-family: "Open Sans", sans-serif;
font-size: 20pt;
font-weight: 400;
color: #7e1f2d;
padding-bottom: 25px;
text-transform:uppercase;
}


a:link.nav    {color: #ffffff; text-transform:uppercase; text-decoration: none; font-family: 'Open Sans', sans-serif; font-size: 16pt; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);}
a:visited.nav  {color:#ffffff; text-transform:uppercase; text-decoration:none; font-family: 'Open Sans', sans-serif; font-size: 16pt; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);}
a:active.nav   {color:#ffffff; text-transform:uppercase; text-decoration:none; font-family: 'Open Sans', sans-serif; font-size: 16pt; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);}
a:hover.nav    {color:#C89A57; text-transform:uppercase; text-decoration: none;	font-family: 'Open Sans', sans-serif; font-size: 16pt; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);}


a:link.menu    {color: #e4d8cb; text-decoration: none; font-family: "Open Sans", sans-serif; font-weight: 500; font-size: 15pt;}
a:visited.menu  {color: #e4d8cb; text-decoration: none; font-family: "Open Sans", sans-serif; font-weight: 500; font-size: 15pt;}
a:active.menu   {color: #e4d8cb; text-decoration: none; font-family: "Open Sans", sans-serif; font-weight: 500; font-size: 15pt;}
a:hover.menu    {color: #fff; text-decoration: none; font-family: "Open Sans", sans-serif; font-weight: 500; font-size: 15pt;}

a:link.sm    {color: #ffffff; text-decoration: underline; font-family: Arial, 'Sans Serif'; font-weight: bold; font-size: 9pt;  }
a:visited.sm  {color: #ffffff; text-decoration:underline; font-family: Arial, Sans Serif; font-weight: bold; font-size: 9pt; }
a:active.sm   {color: #ffffff; text-decoration:underline; font-family: Arial, Sans Serif; font-weight: bold; font-size: 9pt; }
a:hover.sm    {color: #421208; text-decoration:none; font-family: Arial,Sans Serif; font-weight: bold; font-size: 9pt;}

a:link.nameLink    {color:#772029; text-transform:uppercase; text-decoration:none; font-weight:bold; font-family: 'Open Sans', sans-serif; font-size: 20px; }
a:visited.nameLink {color:#772029; text-transform:uppercase; text-decoration:none; font-weight:bold; font-family: 'Open Sans', sans-serif; font-size: 20px; }
a:active.nameLink  {color:#772029; text-transform:uppercase; text-decoration:none; font-weight:bold; font-family: 'Open Sans', sans-serif; font-size: 20px; }
a:hover.nameLink   {color:#607883; text-transform:uppercase; text-decoration:none; font-weight:bold; font-family: 'Open Sans', sans-serif; font-size: 20px; }


a:link.readmore    {color:#772029; text-transform:uppercase; text-decoration:none; font-weight:bold; font-family: 'Open Sans', sans-serif; }
a:visited.readmore {color:#772029; text-transform:uppercase; text-decoration:none; font-weight:bold; font-family: 'Open Sans', sans-serif; }
a:active.readmore  {color:#772029; text-transform:uppercase; text-decoration:none; font-weight:bold; font-family: 'Open Sans', sans-serif; }
a:hover.readmore   {color:#607883; text-transform:uppercase; text-decoration:none; font-weight:bold; font-family: 'Open Sans', sans-serif; }

a:link.header    {color:#ffffff; text-decoration:underline; font-family: 'Open Sans', sans-serif; font-size: 14pt;}
a:visited.header  {color:#ffffff; text-decoration:underline; font-family: 'Open Sans', sans-serif; font-size: 14pt;}
a:active.header   {color:#ffffff; text-decoration:none; font-family: 'Open Sans', sans-serif; font-size: 14pt;}
a:hover.header    {color:#772029; text-decoration:none; font-family: 'Open Sans', sans-serif; font-size: 14pt;}


a:link.backlink   {color:#772029; text-decoration:none; font-weight:bold; font-family: 'Open Sans', sans-serif; }
a:visited.backlink {color:#772029; text-decoration:none; font-weight:bold; font-family: 'Open Sans', sans-serif; }
a:active.backlink  {color:#772029; text-decoration:none; font-weight:bold; font-family: 'Open Sans', sans-serif; }
a:hover.backlink   {color:#607883; text-decoration:none; font-weight:bold; font-family: 'Open Sans', sans-serif; }


.img{
	border:2px solid #000000;
	margin:5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(200, 153, 87, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(200, 153, 87, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(200, 153, 87, 0.75);
}



h2{
	text-transform:uppercase;
	font-weight:normal;
font-family: "Open Sans", sans-serif;
font-size: 20pt;
color: #7e1f2d;
}

hr{
	border:1px solid #000000;
	margin: 2px 15px 10px 0px!important;

}

/* Float Shadow */
.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.float-shadow:hover, .float-shadow:focus, .float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.float-shadow:hover:before, .float-shadow:focus:before, .float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96.7391%;
	padding-left: 1.6304%;
	padding-right: 1.6304%;
	clear: none;
	float: none;
}
#div1 {
}
#headerBackground {
     background-image: url('images/top.jpg'); 
     background-position:center;
     display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#navBackground {
	background: rgba(252,206,0,1);
background: -moz-linear-gradient(top, rgba(252,206,0,1) 0%, rgba(217,153,26,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,206,0,1)), color-stop(100%, rgba(217,153,26,1)));
background: -webkit-linear-gradient(top, rgba(252,206,0,1) 0%, rgba(217,153,26,1) 100%);
background: -o-linear-gradient(top, rgba(252,206,0,1) 0%, rgba(217,153,26,1) 100%);
background: -ms-linear-gradient(top, rgba(252,206,0,1) 0%, rgba(217,153,26,1) 100%);
background: linear-gradient(to bottom, rgba(252,206,0,1) 0%, rgba(217,153,26,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcce00', endColorstr='#d9991a', GradientType=0 );
	background-position:center; 
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:20px;
	text-align: center;
	border: 2px solid #FFE059;
	border: 4px solid #F2C13E;
	-webkit-box-shadow: 0px 25px 20px -25px rgba(0,0,0,0.99);
-moz-box-shadow: 0px 25px 20px -25px rgba(0,0,0,0.99);
box-shadow: 0px 25px 20px -25px rgba(0,0,0,0.99);
border-radius:5px;
}

.zeroMargin_mobile {
margin-left: 0;
}
#contentBackground {
background-image: url('images/contentbackground.jpg'); 
background-position: center top; 
background-repeat:repeat-x;
background-color: #170103;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.hide_mobile {
display: none;
}

#footerBackground {
     background-image: url('images/footer_bg.jpg'); 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
     display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family:"Open Sans", sans-serif;
	font-size: 12pt;
	font-weight:400;
	line-height: 2em;
	color:#ffffff;
	border-bottom: 10px solid #360d13;
	padding: 44px 8px 10px 8px;
}

#footerBackground a {
	color:#fff;
	text-decoration: underline;
	}


.figure item {
    /* To correctly align image, regardless of content height: */
    vertical-align: top;
    display: inline-block;
    /* To horizontally center images and caption */
    text-align: center;
    /* The width of the container also implies margin around the images. */
    width: 120px;
}
.figure img {
    width: 100%;
    height: 69px;
}
.figure caption {
    /* Make the caption a block so it occupies its own line. */
    display: block;
}

.menuImg{
	display:none;
}

.navbar-fixed-top {
  position: -webkit-sticky;
  position: -moz-sticky;
  position:-o-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
-webkit-transition: height 0.5s;
-moz-transition: height 0.5s;
transition: height 0.5s;
}

@media only screen and (min-width: 300px) {
.header {
height: 200px;
}
.menu-left, .menu-right, .social-links {
top: 15px;
}
}


@media only screen and (min-width: 450px) {
	#home_btn {
	width: 95%;
	
}

#slogan {
	font-size: 25px;
}	

.header {
	height: 230px;
}

.menu-left, .menu-right, .social-links {
top: 10px;
}

}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 600px) {

.gridContainer {
	width: 98.3695%;
	padding-left: 0.8152%;
	padding-right: 0.8152%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#headerBackground {
}
#navBackground {
}
#navContainer {
}
#contentBackground {
background-image: url('images/contentbackground.jpg'); 
background-position: center top; 
background-repeat:repeat-x;
background-color: #170103;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
.blogItem{
	width:48%;
	margin:0.5%;
	padding:10px;
	float:left;
	min-height:500px;	
}
.noImg {
	display:block;
	width:100%;
	height:250px;
	background-color:rgba(0,0,0,0.05);
}
.hide_mobile {
display: block;
}


.menu-left, .menu-right, .social-links {
top: 17px;
}

.welcomeText {
	width:75%;
}

.header {
height: 222px;
}

.logo img {
width: 80%;
}

}

@media only screen and (min-width: 680px) {


#subpage_title { 
font-size: 30pt;
}

h1 { 
font-size: 30pt;
}

.pageheading { 
font-size: 30pt;
}
}




/* Desktop Layout: 769px to a max of 1500px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 800px) {

.gridContainer {
	width: 98.913%;
	max-width:1500px;
	padding-left: 0.5434%;
	padding-right: 0.5434%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#headerBackground {
}
#navBackground {
}
#navContainer {
}
#contentBackground {
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
.menuImg{
	display:block;
}

#home_buttons {
display: flex;
max-width: 1600px;

}

#home_btn {
width: 49%!important;
}


.social-links {
top: auto;
}

#slogan {
	font-size: 35px;
}	
}

@media only screen and (min-width: 900px) {


.nav-wrapper {
float: right;
margin-right: 0;
} 
 
.nav-wrapper {
position: absolute;
top: 0;
height: auto;
margin-left: 0;
width: 100%;

}
}

@media only screen and (min-width: 1000px) {

.blogItem {
	width:32%;
	margin:0.5%;
	padding:10px;
	float:left;
	clear:right;
	min-height:500px;
}
#home_btn {
width: 24%;
}
}

@media only screen and (min-width: 1350px) {


.logo img {
width: 60%;
padding-top: 50px;

}

.menu-left {
float: left;
padding-left: 1rem;
position: relative;
z-index: +999;
}

.menu-right {
float: right;
padding-right: 1rem;
position: relative;
z-index: +999;

}

.social-links {
position: absolute;
margin-top: -102px;
right: 0;
padding-right: 16px;
z-index: +6;
}
}

@media only screen and (min-width: 1560px) {


.logo img {
width: 100%;
padding-top: 0px;

}


#slogan {
	font-size: 55px;
}	
}


/* -----------------------------------
Form - narrow
----------------------------------- */

.row-form {
	clear: left;
	overflow: hidden;
	zoom: 1;
	margin: 0 0 1em;
}

.label {
	display: block;
	margin: 0 0 .1em;
}

.input, .select, .textarea {
	width: 100%;
 *width: 90%;
	box-sizing: border-box;
	border: 0px solid #999;
	border-radius: .3em;
}

.input, .textarea {
	padding: 5px;
}

.textarea {
	height: 150px;
}

.radio {
	margin-left: 1px;
	margin-right: .5em;
}

.form-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.btn {
	display: inline-block;
	margin: 0;
	padding: .5em .75em;
	border: 0;
	border-radius: .3em;
	color: #fff;
	background-color: #170608;
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.btn:focus {
	background-color: #170608;
}

.btn:hover {
	background-color: #550000;
}

.btn:active {
	background-color: #170608;
}

/* -----------------------------------
Form - wide
----------------------------------- */

@media (min-width:33em) {

.submission-form {
	max-width: 40em;
}

.label {
	float: left;
	width: 25%;
	margin: 0 2% 0 0;
	text-align: right;
}

.input, .select, .textarea {
	float: left;
	width: 70%;
}

.form-indent {
	margin-left: 27%;
	width: 70%;
}
}

/***** HORSE AREA FORMATTING *****/

.horseHeading { 
font-family: 'Open Sans', sans-serif;
font-size: 40px!important;
font-weight: bold!important;
color: #7e1f2d;
}

span.horseHeading { 
font-family: 'Open Sans', sans-serif;
font-size: 40px!important;
font-weight: bold!important;
color: #7e1f2d;
}


#widehorselistingpic {
	text-align: center;
}

.smallimage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	width:100%;
	max-width:300px;
	/*height:200px;*/
	overflow:hidden;
	object-fit: cover;
	object-position:center;
	border: 1px solid #ccc;
padding: 5px;
margin-bottom: 20px;
background: #f2f2f2;
-webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
-moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
	/*border-style: solid;
	padding: 0px;
    border: 10px solid transparent;
    -webkit-border-image: url('../images/border.png') 15 15 stretch;
   	border-radius:0px;
	-webkit-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55);
box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55);*/
}

.centerimage {
	display:block!important;
	margin:auto!important;
	text-align:center!important;
}


.largeimage {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
	width:100%;
	max-width:600px;
	border: 1px solid #ccc;
padding: 5px;
margin-bottom: 20px;
background: #f2f2f2;
-webkit-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
-moz-box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
/*	border-style: solid;
	padding: 0px;
    border: 10px solid transparent;
    -webkit-border-image: url('../images/border.png') 15 15 stretch;
	border-radius:12px;
	-webkit-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55);
box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.55);*/
}

.largepedtable td {
	vertical-align: middle;
	line-height:1;
}

.medpedtable td {
	vertical-align: middle;
		line-height:1;

}

.smallpedtable td {
	vertical-align: middle;
	line-height:1;
}

.largepedtable hr {
	margin-top: 1px;
	border-top: 1px dashed #8c8b8b
	}

.medpedtable hr {
	margin-top: 1px;
}

.smallpedtable hr {
	margin-top: 1px;}


.pedigreeline {
	max-width: 95%;
	text-align: left;
	margin-left: 0;
	margin-top: 0px;
}

.smallFont {
	font-size: 12px;
	color:#A43500;
}

/* for Sale Comment and Sold */
.hiLiteComment {
background-color:#20424b;
	color: #ffffff;
	font-weight: bold;
	font-size:18px;
}

.soldtext {
	/*background-color: #000000;
	color: #C89A57;*/
	color:#FF0000;
	font-weight: bold;
	font-size:24px;
	text-align: center;
    display: block;
    padding: 4px;
}


/* for header links in listing table */
.header {
  font-family: 'Roboto', sans-serif;
	/*font-weight: bold;*/
	font-size: 1.1em;
    padding-right: 10px;
}


/* for horse name Links on listing pages */
.nameLink {
	display:block;
	margin:auto;
	font-family: 'Bebas Neue', sans-serif;
font-weight: bold;
text-align: center;
text-transform:uppercase;
font-size:28px;
line-height: 135%;
color: #772029;
    margin-top:20px;
    text-decoration:none!important;
   /* -webkit-border-image: url('images/ropedarker.png') 3 3 stretch;*/

}

.nameLink:hover {
}

a:link.nameLink {
	color: #772029;
	text-decoration: none;
}

a:visited.nameLink {
	color: #772029;
	text-decoration: none;
}

a:active.nameLink {
	color: #772029;
	text-decoration: none;
}

a:hover.nameLink {
	color: #10150F;
	text-decoration: none;
}

/* for links in pedigree table */
.pedName {
	font-family: Arial, serif;
	text-transform:uppercase;
	color:#772029;
	font-size:16px;
	font-weight:bold;
}

a:link.pedName {
	color: #772029;
	text-decoration: underline;
	font-size:16px;	
}

a:visited.pedName {
	color: #772029;
	text-decoration: underline;
}

a:active.pedName {
	color: #772029;
	text-decoration: none;
}

a:hover.pedName {
	color: #9B5934;
	text-decoration: none;
}

.pedNotes {
	font-size: .7em;
}

.backlink {
font-size: 10pt;
 color:#772029;
}


.tiny {
	font-size: 16px;
	color: #1D1F2F;
}

a:link.tiny {
	color: #1D1F2F;
	text-decoration: underline;
}

a:visited.tiny {
	color: #1D1F2F;
	text-decoration: underline;
}

a:active.tiny {
	color: #1D1F2F;
	text-decoration: none;
}

a:hover.tiny {
	color: #000000;
	text-decoration: none;
}

.widehorselisting {
   background-color:rgba(255,255,255,0.65);
    /* background-image: url('../images/salehorsebackground.jpg');
    background-repeat: no-repeat;
    background-position: center;
   background-size: cover;*/
    height: auto;
    padding:30px;
    border: 20px solid transparent;
    background-image:url(../images/intro-bg.jpg);
    -webkit-border-image: url('../images/border.png') 20 20 stretch;
	-webkit-box-shadow: inset 0px 0px 15px 0px #000000;
	box-shadow: inset 0px 0px 15px 0px #000000;
	color:#000;
}

.horselisting {
   background-color:rgba(255,255,255,0.85);
    /*background-image:url(../images/intro-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
    overflow:hidden;
    height: auto;
    padding:20px;
    border: 15px solid transparent;
    -webkit-border-image: url('../images/border.png') 15 15 stretch;
	-webkit-box-shadow: inset 0px 0px 15px 0px #000000;
	box-shadow: inset 0px 0px 15px 0px #000000;
	color:#000;	
	margin-bottom:10px;
}

.horselisting ul {
	padding: 10px;
}

.winnerhorselisting {
	border: 2px double #180000;
	background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	background-image: linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(78,1,1,0.00) 100%);
	-webkit-box-shadow: 0px 0px 15px 0px #2F0101;
	box-shadow: 0px 0px 15px 0px #2F0101;
	padding: 1em;
	margin-left:auto;
	margin-right:auto;
	/* width:32%; */
}

.shortHorseDescription {
	text-align:left;
	font-size:16px;
	line-height:125%!important;
	margin-top:10px!important;
}

.shortHorseDescription p {
	text-align:left;
	font-size:16px;
	line-height:125%;
}

.medsmallwhiteFont{
	font-size:15px;
	color:#000;
	line-height:135%!important;
}

.longHorseDescription {
	/*margin-left: 2em;*/
}

.detailsheader {
	text-align: center;
}




