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

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizisg:border-box;
	box-sizing:border-box;
}
html, body{
	background-color: #888;
	margin:0;
	padding:0;
	height:100%;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	font-size:16px;
	min-width: 400px;
	overflow: auto;
}
#page-outer{
	width:100%;
	background: #333;
	overflow:auto;
	padding:0;
	height:100%;
	background-image: url("../images/fullbgimg.jpg");
	background-repeat: no-repeat;
	background-size: 1920px;
	min-width: 400px;
}
#header{
	width:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004368+0,000000+100 */
	background: #004368; /* Old browsers */
	background: -webkit-linear-gradient(#004368 0%, #000000 100%);
	background: -o-linear-gradient(#004368 0%, #000000 100%);
	height:60px;
	background: linear-gradient(#004368 0%, #000000 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004368', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#navbar{
	background: #1d1d1d;
}
.wrapper{
	width:95%;
	max-width: 1500px;
	margin:auto;
	overflow: hidden;
}
.wrapper2{
	width:100%;
	margin:auto;
	overflow: hidden;
}
#header-left{
	float:left;
	width:50%;
	text-align: center;
	height:60px;
	height:100%;
}
#header-right{
	float:right;
	width:50%;
	color: white;
	font-size: 20px;
	height:60px;
	margin:auto;
	line-height: 60px;
	text-align: center;	
}
#content{
	background:#d5d5d5;
	width:95%;
	max-width: 1500px;
	margin:auto;
	border:2px solid black;
	margin-top:20px;
	overflow:hidden;
	z-index:-20;
}
#footer{		
	background:#d5d5d5;
	width:95%;
	max-width: 1500px;
	margin:auto;
	border:2px solid black;
	min-width: 400px;
	text-align: center;
	color: white;
	padding:5px;
	z-index: 2;
	border-top: none;
	background: #004368; /* Old browsers */
	background: -webkit-linear-gradient(#004368 0%, #000000 100%);
	background: -o-linear-gradient(#004368 0%, #000000 100%);
	background: linear-gradient(#004368 0%, #000000 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004368', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#footer span{
	text-align: center;
	padding:0;
	
}
.left-col{
	width:45%;
	float:left;
	padding:20px 15px;
}
.left-col img{
	text-align: center;
	display: block;
	margin: auto;
	max-width: 656px;
	width: 100%;
}
.left-col h2, .left-col h3, .left-col h4{
	text-align: center;
	width:80%;
	margin:auto;
}
.fullcol{
	width:80%;
	margin:auto;
	padding:40px 0;
}
.fullcol form{
	margin:auto;
	text-align: center;
}


.datahide{
	color:transparent;
	text-shadow: 4px 4px 17px rgba(0, 0, 0, 1)
}
.right-col{
	width:55%;
	float:right;
	padding:20px 15px;
}
p{
	text-align:justify;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}
.blue{
	color:#004368;
}
.red{
	color:#0a2f9a;
	text-shadow: 4px 4px 8px rgba(150, 150, 150, 0.64);
}
.gold{
	color:#C80A0A;
	font-weight:bold;
	
}
.gray{
	color:#333333;
}
.bolding{
	font-weight:bold;
}
hr{
	 border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.horseSelect{
	float:left;
	padding:10px;
border-top-left-radius:10px;
border-top-right-radius:10px;
width:50%;
}
.horseSelect1{
	padding:10px;
float:left;
}
select {
	padding:5px 20px 5px 10px;
	
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    cursor:pointer;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}
.myButton3{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:4px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}

.active3{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fff8dc), color-stop(1, #ffe681));
	background:-moz-linear-gradient(top, #fff8dc 5%, #ffe681 100%);
	background:-webkit-linear-gradient(top, #fff8dc 5%, #ffe681 100%);
	background:-o-linear-gradient(top, #fff8dc 5%, #ffe681 100%);
	background:-ms-linear-gradient(top, #fff8dc 5%, #ffe681 100%);
	background:linear-gradient(to bottom, #fff8dc 5%, #ffe681 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8dc', endColorstr='#ffe681',GradientType=0);
	background-color:#fff8dc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:4px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}

.videoFrame{
	width:100%;
}
#horseNameTitle{
	float:left;
	font-size: 25px;
	padding: 15px 0;
	width:100%;
	text-align: center;
}
#breezevideo{
	width:100%;
	height:auto;
	margin:auto;
	text-align:center;
	
	border:1px solid black;
	margin:0 0 5px 0;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
}

.videoData{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */
background: #b5bdc8; /* Old browsers */
background: -moz-linear-gradient(top,  #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */

	overflow:auto;
	padding:0 5px 20px 5px;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
border: 0px solid #000000;
margin:10px 0 10px 0;
border:1px solid black;
}
.dataTable{
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
.titlerow2{
	background: linear-gradient(#777, #444);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
  font-weight: bold;
	padding: 5px 5px;
	position: relative;
	text-shadow: 0 1px 0 #000;	
	border-left: 1px solid #777;	
	box-shadow: inset 1px 1px 0 #999;
	box-shadow:none;
}

table{
	background: #f5f5f5;
	border-collapse: separate;
	box-shadow: inset 0 1px 0 #fff;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	width: 100%;
	border-spacing:0;
}
th{
	background: linear-gradient(#777, #444);
	border-left: 1px solid #555;
	border-right: 1px solid #777;
	border-top: 1px solid #555;
	border-bottom: 1px solid #333;
	box-shadow: inset 0 1px 0 #999;
	color: #fff;
  font-weight: bold;
	padding: 5px 5px;
	position: relative;
	text-shadow: 0 1px 0 #000;	
}
.contacttable{
	margin:20px 0 0 0;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	text-align:center;
	border:1px solid black;
	font-size:18px;
}
h3{
	margin:0;
	padding:0;
}
th:after {
	background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
	content: '';
	display: block;
	height: 25%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	top: 25%;
	width: 100%;
}
 th:first-child {
	border-left: 1px solid #777;	
	box-shadow: inset 1px 1px 0 #999;
}

th:last-child {
	box-shadow: inset -1px 1px 0 #999;
}
 td{
	border-right: 1px solid #fff;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e8e8e8;
	padding: 5px 5px;
	position: relative;
	transition: all 300ms;
	color: #333;
	max-width:50%;
	min-width:25%;
}
td:first-child {
	box-shadow: inset 1px 0 0 #fff;
}	
 td:last-child {
	border-right: 1px solid #e8e8e8;
	box-shadow: inset -1px 0 0 #fff;
}	tr:last-of-type td {
	box-shadow: inset 0 -1px 0 #fff; 
}
tr:last-of-type td:first-child {
	box-shadow: inset 1px -1px 0 #fff;
}	
tr:last-of-type td:last-child {
	box-shadow: inset -1px -1px 0 #fff;
}

.model-box{
	width:600px;
	margin: auto;
}


.premiumTable{
	margin:40px 0 0 0;
	
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
position:relative;
}
.premiumTable table{
	opacity:.4;
}
.order{
	position:absolute;
	top:35%;
	left:25%;
	font-size:2em;
	text-shadow: 4px 4px 17px rgba(255, 255, 255, 1);
}

	.nameTable{
		background-color: transparent;
		border: none;
	box-shadow: none !important;
	}
.nameTable tr{
	box-shadow: #000 !important;
}
	.nameTable td{
		background-color: transparent;
		border: none;
		text-align: center;
	box-shadow: none !important;
		width:50%;
	}
@media (max-width: 1000px){
	.left-col{
		width:100%;
		float: none;
		margin: auto;
	}
	.right-col{
		width:100%;
		float: none;
		margin: auto;
	}
	#header{
		height: 120px;
	}
	#header-left, #header-right{
		width:100%;
		text-align: center;
		float:none;
		border-top-color: #eee;
		border-top-width: 1px;
		border-top-style: solid;
	}
}

@media (max-width: 700px){
	#footer span{
		display: block;
		padding:0;
		margin:-4px;
	}
	.dot{
		display: none;
		visibility: hidden;
	}
}
