@charset "iso-8859-1";

@import url('https://fonts.googleapis.com/css2?family=Engagement&family=Open+Sans:wght@400;600;700;800&display=swap');

body {
	font:100% 'Open Sans', sans-serif;
	color:#000;
	margin:0;
	background:#000 url(images/graphics/cowhide.jpg) top center fixed;
}

a {
 	color: #710417;
 	text-decoration:underline;
}

a:hover {
 	color: #000;
 	text-decoration:underline;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

h1 {
	font-size: 275%;
	margin: 0;
	font-weight: 400;
	color: #710417;
	font-family: 'Engagement', cursive;
}

h2 {
	font-size: 250%;
	margin: 0;
	font-weight: 400;
	color: #f4edd3;
	font-family: 'Engagement', cursive;
}

h3 {
	font-size: 160%;
	margin: 0;
	font-weight: 400;
	color: #f4edd3;

}

.nivo-controlNav, .nivo-prevNav, .nivo-nextNav {
	display: none !important;
}

.clear{clear:both;}
.small-text {
	font-size:80%;
}

.medium-text {
	font-size:120%;
	font-weight:600;
}

.medium-textMaroon {
	font-size:120%;
	font-weight:600;
	color: #710417;
}

.large-text-bold {
	font-size:130%;
	font-weight:600;
}

.maroon {
	color: #710417;
}

p {
	margin:0;
}
.subpage-pics ul li {
    margin-bottom: 1.5rem !important;
}

.border-pics img {
	border: #c2c3c6 solid 4px;
}

.border-margin-left {
	border: #c2c3c6 solid 4px;
	margin-left:10px;
}

.border {
	border:1px solid #c2c3c6;
}

.image-size-down {
	display:inline-block;
}

.image-size-down img {
	width:100%;
	height:auto;
}

#hide {
	display:none;
}

/*#header-bkgd {
	width:100%;
	background:url(images/graphics/cowhide.jpg) center no-repeat;
}*/

#header {
	max-width:1100px;
	width:96%;
	margin:auto;
	overflow:hidden;
}

#header-c1 {
	width:48%;
	padding:1% 0;
	float:left;
}

#logo {
	max-width:299px;
	width:100%;
}

#logo img {
	width:100%;
	height:auto;
}

#header-c2 {
	width:50%;
	float:right;
	text-align:right;
	padding:3% 0 0 0;
	color:#f4edd3;
	font-size:110%;
	font-weight:600;
}

#header-c2 a {
	color: #f4edd3;
	text-decoration:none;
}

#header-c2 a:hover {
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#nav-container {
	width:100%;
	background:url(images/graphics/nav-bkgd.jpg);
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.9);
}

#nav {
	width:96%;
	max-width:1100px;
	margin:auto;
	padding:1.5% 0;
	text-align: center;
}

#nav ul {
	width:100%;
	margin:0;
 	padding:0;
}

#nav li {
	list-style-type: none;
	margin: 0 1%;
	display: inline;
	cursor: pointer;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	/*text-shadow: 0px -1px 1px #000;*/
}

/*#nav li:hover {
	background-color: rgba(130, 64, 30, 0.5);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}*/

#nav a {
 	color: #fff;
 	text-decoration:none;
}

#nav a:hover {
 	color: #f4edd3;
 	text-decoration:none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#slideshow-container {
	width:100%;
	background:url(images/graphics/wood.jpg) top center;
	padding:3% 0;
}

#slideshow {
	max-width:1100px;
	width:96%;
	margin:auto;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.9);
}

#slideshow img {
	width:100%;
	height:auto;
}

#content-container {
	width:100%;
	background:url(images/graphics/body-bkgd.jpg);
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.9);
}

#content {
	width:96%;
	max-width:1100px;
	margin:auto;
	padding:2% 0;
}

.overflow-hidden {
	overflow:hidden;
}

#content-wrapper {
	width:100%;
	overflow:hidden;
}

#content-c1 {
	width:60%;
	padding-right:3%;
	float:left;
}

#content-c2 {
	width:37%;
	float:right;
}

#news {
	width:92%;
	background-color:#710417;
	padding:4%;
	color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

#news a {
 	color: #f4edd3;
 	text-decoration:underline;
}

#news a:hover {
 	color: #fff;
 	text-decoration:underline;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#arrow-box {
	width: 2px;
	height: 10px;
	margin-left: 10%;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #710417;
}

#direct-entry-container {
	width:100%;
	overflow:hidden;
	padding-top:1%;
}

.direct-entry {
	width: 28%;
	padding: 2%;
	margin-right: 2%;
	margin-bottom:10px;
	background: url(images/graphics/cowhide.jpg);
	overflow: hidden;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.9);
	float:left;
	color:#fff;
}

.direct-entry:last-child {
	margin-right: 0;
}

.direct-entry-c1 {
	max-width:100px;
	width:29%;
	float:left;
}

.direct-entry-c1 img {
	width:100%;
	height:auto;
	border:solid 3px #710417;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.direct-entry-c2 {
	width: 66%;
	float: right;
	padding-left: 5%;
	font-size:90%;
}

.more-container {
	width:100%;
	text-align:right;
	/*overflow:hidden;*/
}

.more-button {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	background-color:#710417;
	padding: 5px 15px;
	margin-top:10px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	text-align:right;
	font-weight:600;
}

.more-button:hover {
	background-color:#45030e;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.more-button a {
	color:#fff;
	text-decoration:none;
}

.video-button {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	background-color:#710417;
	padding: 15px;
	margin-top:10px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	text-align:center;
	font-weight:600;
}

.video-button:hover {
	background-color:#45030e;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.video-button a {
	color:#fff;
	text-decoration:none;
}


.sale-video-button {
	background-color:#710417;
	padding: 15px 10px;
	color:#fff;
	text-transform:uppercase;
	cursor:pointer;
	text-align:center;
	font-weight:600;
	width: 15%;
	margin: 5px 1%;
	float: left;
}

.sale-video-button:hover {
	background-color:#45030e;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


#footer {
	max-width:1100px;
	width:100%;
	margin:auto;
	overflow:hidden;
	color:#fff;
	font-size:90%;
}

#footer a {
	color: #f4edd3;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer-c1 {
	display:inline-block;
	padding:2%;
	float:left;
	text-transform:uppercase;
}

.footer-c2 {
	display:inline-block;
	padding:2%;
	float:right;
	text-align:right;
}

.footer-c2 img {
	max-width:180px;
	height:auto;
}



/***************subpages***************/


.subpage-pics {
	width:100%;
	margin:0 auto 2% auto;
	overflow:hidden;
}

.subpage-pics:last-child {
	margin:0 auto 0 auto;
}

.subpage-pics ul {
	width:100%;
	margin:0;
 	padding:0;

}

.subpage-pics li {
	list-style-type:none;
	max-width:340px;
	width:31%;
	margin:0;
 	padding:0 1%;
 	display:block-inline;
	float:left;
	text-align:center;
	font-size:90%;
}

.subpage-pics li img {
	width:100%;
	height:auto;
	border:4px #710417 solid;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.pics-2-across {
	width:100%;
	margin:0 auto 2% auto;
	overflow:hidden;
}

.pics-2-across:last-child {
	margin:0 auto 0 auto;
}

.pics-2-across ul {
	width: 98%;
	margin: 0;
	padding: 0 0 0 2%;
}

.pics-2-across li {
	list-style-type:none;
	max-width:500px;
	width:48%;
	margin:0;
 	padding:0 1%;
 	display:block-inline;
	float:left;
	text-align:center;
	font-size:90%;

}

.pics-2-across img {
	width:100%;
	height:auto;
	border:4px #710417 solid;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

.pic-right {
	max-width: 200px;
	width: 100%;
	float: right;
	margin: 0 0 2% 2%;
	text-align:center;
}

.pic-right img {
	width: 100%;
	max-width: 192px;
	height: auto;
	border:4px #710417 solid;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.divider {
	width:100%;
	padding-bottom:2%;
	margin-bottom:2%;
	border-bottom:2px solid #f4edd3;
}


/***************contact page***************/

#contact-wrapper {
	width:100%;
	clear:both;
	overflow:hidden;
}

#map {
	width:48%;
	float:left;
}

#contact-form {
	width:48%;
	float:right;
}

/*================ FORM ========================*/

form{
	width: 100%;

	}

fieldset{
	border: 0;
	padding: 10px 0 ;
	clear: left;
	}

textarea, input, select{
	border: 1px solid #c2c3c6;
	padding: 2%;
	width: 96%;
	}

label{
	font-weight: bold;
	}

textarea:focus, input:focus, select:focus{
	background: #c2c3c6;
	border: 1px solid #00639c;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	outline: none;
}

#phone{display:inline-block;width: 90px;margin-right: 10px;}
.dash{display: inline-block; width: 10px; }

input[type="submit"]{
	border: 1px solid #c2c3c6;
	padding: 3px 0;
	margin-top: 5px;
	font-weight: bold;
	/*font-size: 1.3em;*/
	width: 130px;
	cursor: pointer;


	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;

	background: #f6f5f5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f6f5f5 0%, #e5ebee 50%, #d7dee3 51%, #ebebeb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f5f5), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f6f5f5 0%,#e5ebee 50%,#d7dee3 51%,#ebebeb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
	}

.submit {
	background-color: #710417;
	color: #fff;
	width: 100px;
	height: 40px;
	margin: 20px 0 0 0;
	font-size:100%;
	font-weight:700;
	cursor:pointer;
}


.cream{
	color:#F4EDD3;
	padding: 5px;
	border: 2px solid #F4EDD3
}

.blink {
	-webkit-animation: blink 1.75s linear infinite;
	-moz-animation: blink 1.75s linear infinite;
	-ms-animation: blink 1.75s linear infinite;
	-o-animation: blink 1.75s linear infinite;
	 animation: blink 1.75s linear infinite;
}
@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-moz-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@-o-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0; }
	100% { opacity: 0; }
}

/***************responsive***************/

@media screen and (max-width: 750px){
.footer-c2 {
	display: inline-block;
	padding: 2%;
	float: none;
	/* text-align: right; */
	width: 100%;
}

.pics-2-across ul {
	width: 98%;
	margin: 0;
	padding: 0;
}

.pics-2-across li {
	list-style-type: none;
	max-width: 500px;
	width: 100%;
	margin: 0;
	padding: 2% 0;
	display: block-inline;
	float: left;
	text-align: center;
	font-size: 90%;
}
.sale-video-button {
	width: 19%;
}
}

@media screen and (max-width: 600px){
#content-c1 {
	width: 100%;
	padding-right: 0;
	float: none;
}

#content-c2 {
	width: 100%;
	float: none;
	margin-top: 3%;
}

.direct-entry {
	width: 98%;
	padding: 2%;
	margin-right: 0;
	margin-bottom: 3%;
	background: url(images/graphics/cowhide.jpg);
	overflow: hidden;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.9);
	float: none;
	color: #fff;
}

.more-container {
	width: 95%;
	text-align: right;
	/* overflow: hidden; */
}

.subpage-pics li {
	list-style-type: none;
	max-width: 340px;
	width: 31%;
	margin: 0;
	padding: 0 1%;
	display: block-inline;
	float: left;
	text-align: center;
	font-size: 90%;
}
}

@media screen and (max-width: 550px){
#header-c2 {
	width: 50%;
	float: right;
	text-align: right;
	padding: 3% 0 0 0;
	color: #f4edd3;
	font-size: 100%;
	font-weight: 600;
}
.sale-video-button {
	width: 26%;
}
}

@media screen and (max-width: 515px){
.footer-c1 {
	display: inline-block;
	padding: 2%;
	float: none;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}

.footer-c2 {
	display: inline-block;
	padding: 2%;
	float: none;
	text-align: center;
	width: 100%;
}
}

@media screen and (max-width: 500px){
#header-c1 {
	width: 100%;
	padding: 2% 0;
	float: none;
}

#logo {
	max-width: 299px;
	width: 100%;
	margin: auto;
}

#header-c2 {
	width: 100%;
	float: none;
	text-align: center;
	padding: 0 0 3% 0;
	color: #f4edd3;
	font-size: 100%;
	font-weight: 600;
}

.subpage-pics li {
	list-style-type: none;
	max-width: 340px;
	width: 98%;
	margin: 0;
	padding: 2%;
	display: block-inline;
	float: left;
	text-align: center;
	font-size: 90%;
}

#contact-form {
	width: 100%;
	float: none;
}

#map {
	width: 100%;
	float: none;
}
.sale-video-button {
	width: 40%;
}
}

@media screen and (max-width: 370px){
.pic-right {
	max-width: 200px;
	width: 100%;
	float: none;
	margin: 0 0 2% 0;
	text-align: center;
}
.clear{
	clear:both;}
