﻿html {
background-color:#000000;
  padding: 0px;
  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%;
}

.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', Arial, serif;
	font-size:17px;
	color:#000000;
	line-height:1.25;
/*	letter-spacing: 1pt;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);*/
}

p {
 padding:5px;	
 line-height:1.25;
} 
h1{
	color:#000;
	font-weight:bold;
	text-align:center;
	font-family:'Open Sans', Arial, serif;
	font-size:24px;
	margin-bottom:20px;
	text-transform:capitalize;
}

h2{
	color:#fff;
	text-align:left;
	font-family:'Open Sans', Arial, serif;
	font-size:20px;
	background-color:#593E15;
	font-weight:normal;
	padding:10px;
	text-transform:uppercase;
	margin:0;
}

h2.page-title .ec-header-h1 {
	color:#000!important;
}

/* Back to Top  */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(89, 62, 21, 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  */


/***BASIC STYLES***/

.mainContent {
	max-width:1300px;
	display:block;
	margin-left:auto;
	margin-right:auto;
    padding:40px 20px;
}

.button-container input {
    display: inline;
    vertical-align: middle;
    margin: 0px 5px 10px 0px;
}
.button-container form, .button-container form div {
    display: inline;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	max-width:800px;
	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.0);
	padding:0px 15px;
}

blockquote{
	text-align:center;
	color:#C2681A;
	font-style:italic;
	margin:30px auto;
	padding:20px;
	background-color:rgba(0,0,0,0.45);
}

/* BASIC SITE LINK STYLES*/ 
a:link    {color:#9D8966; text-decoration:underline; font-family: Arial, serif; }
a:visited {color:#9D8966; text-decoration:underline; font-family: Arial, serif; }
a:active  {color:#9D8966; text-decoration:none; font-family: Arial, serif; }
a:hover   {color:#9D8966; text-decoration:none; font-family: Arial, serif; }

a:link.menu    {color:#ffffff; text-transform:uppercase; font-size:20px; text-decoration:none; font-family: 'Oswald', Arial, serif; }
a:visited.menu {color:#ffffff; text-transform:uppercase; font-size:20px; text-decoration:none; font-family: 'Oswald', Arial, serif;}
a:active.menu  {color:#ffffff; text-transform:uppercase; font-size:20px; text-decoration:none; font-family: 'Oswald', Arial, serif; }
a:hover.menu   {color:#ffffff; text-transform:uppercase; font-size:20px; text-decoration:none; font-family: 'Oswald', Arial, serif; }

a:link.sm    {color: #ffffff; text-decoration: underline; font-family: Arial, 'Sans Serif'; font-size: 8pt;  }
a:visited.sm  {color: #ffffff; text-decoration:underline; font-family: Arial, Sans Serif; font-size: 8pt; }
a:active.sm   {color: #ffffff; text-decoration:underline; font-family: Arial, Sans Serif; font-size: 8pt; }
a:hover.sm    {color: #EAE7DB; text-decoration:none; font-family: Arial,Sans Serif; font-size: 8pt;}



.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);
}


a:link.btn {color:#fff!important; text-decoration:none!important;}
a:visited.btn {color:#fff!important; text-decoration:none!important;}
a:active.btn {color:#fff!important; text-decoration:none!important;}
a:hover.btn {color:#fff!important; text-decoration:none!important;}

.btn {
	display: inline-block;
	margin: 5px 2px;
	padding: .75em .75em;
	border: 0;
	color: #fff!important;
	text-decoration:none!important;
	font-weight:bold;
	background-color: #000;
	line-height: 1;
	font-family:"Open Sans", Helvetica, sans-serif;
	font-size: 22px;
	text-shadow:none;
	width:100%;
	border-radius:2px;
	text-align:center;
}

.btn:focus {
	background-color: #000;
}

.btn:hover {
	background-color: #593E15;
}

.btn:active {
	background-color: #000;
}

.contactcontainer {
	display:block;
	margin-top:5px;
	position:relative;
	z-index:1000;
	float:right;
	margin-right:15px;
}

.contactcontainer i.fa {
	font-size:20px;
	padding:0px 2px;
	background-color:rgba(61,40,34,0.45);
	border-radius:5px;
}
.logocontainer {
	display:block;
	margin:auto;
	z-index:100;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin:0px auto;
	width: 100%;
	max-width:1400px;
	padding-left: 0;
	padding-right: 0;
	clear: none;
	float: none;
}

#headerBackground {
     background-image: url('images/cowhideBackground.jpg'); 
     background-position:top center;
     background-size:cover;
     /*background-attachment:fixed;*/
    display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:40px;
	text-align: center;
}

#navBackground{
	background-color:#000;
	margin-top:10px;
	border-bottom:10px solid #593E15;
}
.navContainer {
	background-color: #000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding:20px;
}

#contentBackground {
/*background-image: url('images/contentbackground.jpg'); 
background-position: center top; 
background-repeat:repeat-x;*/
background-color: #EAE7DB;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#footerBackground {
     background-image: url('images/cowhideBackground.jpg'); 
     background-position:center;
     display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color:#fff;
	font-size:16px;
}

.footer {
	padding:10px;
}
.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;
}

#testimonialContainer{
padding-bottom:40px;
}

/* Media Query Example - 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 500px) {
.btn {
	width:auto;
	font-size: 18px;
}
}

@media only screen and (min-width: 800px) {

.contactcontainer {
	float:right;
	margin-top:10px;
	margin-right:15px;
	z-index:1000;
}
.logocontainer img {
	margin-top:-30px;
}
}



/*** GENERIC FLEX CONTAINER FOR CONTENT**/

#hpBackground{
background: url(images/bg6.jpg) no-repeat bottom center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding: 30px;
}
.hp-container {
  display: flex;
  flex-wrap: wrap;
  margin-top:0px;
  margin-bottom:20px;
}

.hp-item {
background-color:rgba(255,255,255,0.05);
  padding: 20px;
  flex: 32%;
  margin:2px;
  padding-top:0px;
  text-align:center;
}

.hp-item img{
    border:4px double #B2975D;
    margin:5px;
    padding:5px;
    background:#000;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.hp-item h1{
    font-size:26px;
    font-weight:bold;
    padding:10px;
}

.hp-item p{
    text-align:left;
}
/* Responsive layout - makes a two column-layout instead of a three-column layout */
@media (max-width: 1000px) {
  .hp-item {
    flex: 48%;
  }
}


/* Responsive layout - makes a one column-layout instead of a two-column layout */

@media (max-width: 600px) {
  .hp-item {
    flex: 100%;
  }
}

/** TWO COLUMN CONTAINER**/
#sidebar{
 display:block;
 margin:0;
 width:100%;
 padding:0;
 color:#EAE7DB;
}

#sidebar h2{
	background-color:#000;
	color:#fff;
	padding:10px;
	text-align:center;
	margin:0;
}

#sidebar p{
 text-align:center;
 padding:0px 10px;	
 margin:20px 0;
 line-height:1.15;
}

#sidebar hr {
	text-align:center;
	display:block;
	margin:40px auto;
	border:5px solid black;
	width:80%;
}

.two-column-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  padding-top:40px;
}

.left-column {
  flex: 0 0 100%;
  min-width: 0;
  padding-bottom:30px;
}

.right-column {
  flex: 0 0 100%;
  min-width: 0;
  background: #593E15;
  color: white;
    padding-bottom:30px;
}

@media (min-width: 801px) {
  .left-column {
    flex: 0 0 calc(66.6667% - 10px);
    min-width: 0;               /* ← Add this: allows shrinking past content min-size */
    padding-bottom: 30px;
  }
  .right-column {
    flex: 0 0 calc(33.3333% - 10px);
    min-width: 0;               /* ← Add this too, in case right has any wide content */
    background: #593E15;
    color: white;
    padding-bottom: 30px;
  }
}

.sponsoredRidersyContainer {
	overflow: hidden;
	text-align: center;
}

.sponsoredRiders {
	display: inline-block;
	margin: 10px auto;
	text-align: center;
	vertical-align: top;
	word-wrap: break-word;
	width:100%;
}
.sponsoredRiders img{
	width:100%;
	height:auto;
	/*max-height:500px;*/
	overflow:hidden;
	object-fit: cover;
	top: 0;
    left: 0;
   margin-bottom:10px;
}

@media (min-width: 650px) {
.sponsoredRiders img{
	width:47%;
	height:auto;
	/*max-height:450px;*/
	overflow:hidden;
	object-fit: cover;
	top: 0;
    left: 0;
   margin:5px;
}
}

@media (min-width: 1000px) {
.sponsoredRiders img{
	width:48%;
	height:auto;
	max-height:500px;
	overflow:hidden;
	object-fit: cover;
	top: 0;
    left: 0;
   margin:5px;
}
}