@charset "utf-8";

html {
background: #552a19 url(bg_leather2.jpg) repeat;
padding: 0;
margin: 0;
}

.main {    
    background: #957455 url(bg_leather_middle.jpg); 
    font-family: Arial, Sans-Serif; 
	color: #341A00; 
	font-size: 14pt; 
	font-weight: bold;     
    width: 98%;
    margin-top: 40px;
    margin-left: auto; 
    margin-right: auto;
    text-align: center;
    height: 100%;
	display: block;
}

.main2 {    
    background: #957455 url(bg_leather_middle.jpg); 
    font-family: Arial, Sans-Serif; 
	color: #341A00; 
	font-size: 14pt; 
	font-weight: bold;     
    width: 98%;
    margin-top: 40px;
    margin-left: auto; 
    margin-right: auto;
    text-align: center;
    height: 100%;
	display: block;
}

.content {
font-family: Arial, "Trebuchet MS", sans-serif, Serif; 
color: #341A00; 
font-weight: 700;
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 14pt;
display: inline-block;
}

/* For Centering such as li or headers 
html code example
<div class="float_center">
        <ul class="child">
          <li><a href="#">link 1</a></li>
          <li><a href="#">link 2</a></li>
          <li><a href="#">link 3</a></li>
        </ul>
        <div class="clear"></div>
    </div>
*/
.float_center {
float : right;
position : relative;
left : -50%;
text-align : left;
}

.float_center > .child {
position : relative;
left : 50%;
}

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

.img {
max-width : 100%;
height : auto;
border: #592f1b solid 1px;
box-shadow: 3px 3px 1px #ccc;
  -webkit-box-shadow: 3px 3px 1px #ccc;
  -moz-box-shadow: 3px 3px 1px #ccc;
}

.img2{
	border:1px solid #a8643d;
    box-shadow: 1px 1px #82421d, 2px 2px 8px #5c2809;
}

.ie6 img {
width : 100%;
}

.center-block {
display : block;
position : relative;
margin-left : auto;
margin-right : auto;
}

.fluid {
clear : both;
margin-left : auto;
margin-right: auto;
width : 100%;
width : 100%;
display : block;
}

.fluidList {
list-style : none;
list-style-image : none;
margin : 0;
padding : 0;
}

.sidebar {
background-color : rgba(103, 198, 82, 0.45);
border : #010066 dotted 1px;
}

p {
font-family: "Times New Roman", "Trebuchet MS", sans-serif, Serif;
color: #270a04;
font-size: 14pt;
font-weight: bold;
text-align: center;
}

h1 {
font-family : "Times New Roman", Arial, "Trebuchet MS", sans-serif, Serif;
color: #270a04;
font-size: 16pt;
text-align: center;
font-style: italic;
font-weight: 700;
}

h2 {
font-family: "Times New Roman", "Trebuchet MS", sans-serif, Serif;
color: #270a04;
font-size: 14pt;
font-weight: bold;
text-align: center;
}

ul,li,ol {
font-family: "Times New Roman", "Trebuchet MS", sans-serif, Serif;
color: #270a04;
font-size: 13pt;
line-height: 20px;
font-weight: bold;
text-align: left;
}

.footer {
font-family: Arial, "Trebuchet MS", sans-serif, Serif;
color: #341A00;
font-weight: bold;
font-size: 8pt;
padding-left: 8px;
padding-right: 8px;
}

.stallions {
margin-left: auto;
margin-right: auto;
font-family: "Times New Roman", "Trebuchet MS", sans-serif, Serif;
color: #270a04;
font-size: 14pt;
font-weight: bold;
text-align: center;
background: #e2ccb3; 
padding: 3px; 
max-width: 1000px; 
border: 1px inset #683934; 
box-shadow: 4px 4px 4px #683934; 
-webkit-box-shadow: 4px 4px 4px #683934; 
-moz-box-shadow: 4px 4px 4px #683934"
}

.pedtable {
     margin-left: auto;
     margin-right: auto;
     text-align: left;
     width: 95%; 
     background: #c2ac8c; 
     border: 2px outset #c2ac8c; 
     box-shadow: 2px 2px 1px #A05850;
  -webkit-box-shadow: 2px 2px 2px #A05850;
  -moz-box-shadow: 2px 2px 2px #A05850;
 }
 
.ped {
     margin-left: auto;
     margin-right: auto;
     text-align: left;
     padding-left: 4px;
     width: 33%; 
     background: #c2ac8c; 
     font-family: arial, sans-serif;
     font-size: 10.5pt;
     font-weight: bold; 
     border: 2px outset #c2ac8c;
     box-shadow: 2px 2px 1px #913B13;
  -webkit-box-shadow: 2px 2px 2px #913B13;
  -moz-box-shadow: 2px 2px 2px #913B13; 
 }
 
.pedtable2 {
     margin-left: auto;
     margin-right: auto;
     text-align: left;
     width: 95%; 
     background: transparent;
 }
 
.ped2 {
     margin-left: auto;
     margin-right: auto;
     text-align: left;
     padding-left: 4px;
     width: 33%; 
     background: #c2ac8c; 
     font-family: arial, sans-serif;
     font-size: 10.5pt;
     font-weight: bold; 
     border: 2px outset #c2ac8c;
 }

 /* Create three equal columns that floats next to each other */ 
.column {
    width: 30%;
    padding: 4px;
    margin: 10px;
    position: relative;
    display: inline-block;
    background-color:#c2ac8c;
    
} 
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}



 /* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column {
        width: 100%;
    }
} 

a:link {
color : #000080;
text-decoration : none;
font-size: 14pt;
}

a:visited {
color : #5F00BE;
text-decoration : none;
font-size: 14pt;
}

a:active {
color : #A31A07;
text-decoration : none;
font-size: 14pt;
}

a:hover {
background-color : #ffffff;
color : #000000;
text-decoration : none;
font-size: 14pt;
}

a:link.menu { 
color: #341A00; 
text-decoration: underline; 
font-size : 13pt;
font-family : "Trebuchet MS", arial, sans-serif, Serif;
font-weight : bold;
}

a:visited.menu {
color : #5A335B;
text-decoration : none;
font-size : 13pt;
font-family : "Trebuchet MS", arial,  sans-serif, Serif;
font-weight : bold;
}

a:active.menu {
color : #FFFF2A;
text-decoration : none;
font-size : 13pt;
font-family : "Trebuchet MS", arial, sans-serif, Serif;
font-weight : bold;
}

a:hover.menu {
color : #162427;
background : #ffffff;
text-decoration : none;
font-size : 13pt;
font-family : "Trebuchet MS", arial,  sans-serif, Serif;
font-weight : bold;
}

a:link.footer {
color: #DBDEF6;
font-size: 8pt;
text-decoration : underline;
font-family : "Comic Sans Ms", "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
}

a:visited.footer {
color: #DBC0DC;
font-size: 8pt;
text-decoration : underline;
font-family : "Comic Sans Ms", "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
}

a:active.footer {
color: #970000;
font-size: 8pt;
text-decoration : none;
font-family : "Comic Sans Ms", "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
}

a:hover.footer {
background-color: #ffffff;
font-size: 8pt;
color : #1620DA;
text-decoration : none;
font-family : "Comic Sans Ms", "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
}

#header {
margin-left: auto;
margin-right: auto;
display: block;
text-align: center;
width: 100%;
}

.gridContainer {
margin-left : auto;
margin-right : auto;
width : 100%;
clear : none;
float : none;
}

#socialHeader {
text-align : center;
vertical-align : middle;
width : 100%;
clear : both;
margin-left : 0;
}

.gridContainer.clearfix #div1 #socialHeader {
display : block;
margin-left : auto;
margin-right : auto;
text-align : center;
font-size : 22pt;
font-weight : bold;
font-family : "Franklin Gothic Medium";
color : #01006C;
background-color : #bba183;
}

#headerSlides {
display : block;
margin-left : auto;
margin-right : auto;
text-align : center;
}

.zeroMargin_mobile {
margin-left : 0;
}

.hide_mobile {
display : none;
}

#headerNav {
margin-right : auto;
margin-left : auto;
display : block;
text-align : center;
width: 100%;
border-bottom : none;
}

.gridContainer.clearfix {
margin-right : auto;
margin-left : auto;
display : block;
text-align : justify;
width : 90%;
width : 100%;
border-bottom : none;
}
 
.video-container {
position : relative;
height : 349px;
overflow : hidden;
width: 100%;
max-width: 560px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

.video-container iframe, .video-container object, .video-container embed {
position : absolute;
top : 0;
left : 0;
max-width: 560px;
}

@media only screen and (min-width:600px) {
.gridContainer {
width : 100%;
clear : none;
float : none;
}

#logoHeader {
width : 61.8784%;
}

#socialHeader {
padding-top : 10px;
font-size : 20pt;
width : 36.464%;
margin-left : 1.6574%;
clear : none;
}

.hide_tablet {
display : none;
}

.zeroMargin_tablet {
margin-left : 0;
}

}
@media only screen and (min-width:900px) {
.gridContainer {
width : 100%;
padding-left : 0.5434%;
padding-right : 0.5434%;
margin : auto;
clear : none;
float : none;
}

#logoHeader {
width : 66.3003%;
}

#socialHeader {
width : 32.6007%;
padding-top : 20px;
font-size : 24pt;
clear : none;
margin-left : 1.0989%;
}

.zeroMargin_desktop {
margin-left : 0;
}

.hide_desktop {
display : none;
}

} 