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

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }
  
ol,ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

a,img a,img,a img {
	border:0;
	outline:0;
	text-decoration:none;
}

img {vertical-align:top;}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin:0px;
  font-family: inherit;
  font-weight: normal;
  color: inherit;
}

hr {
	color: #dfdad0;
	background-color: #dfdad0;
	height: 1px;
	border: none;
	width: 580px;
	margin: 10px 0 27px 27px;
}
img {
	max-width: 100%;
	height: auto;
}
/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block !important;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/* Primary Styles
---------------------------------*/
body {
	background:#f6efde;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#4e4c49;
	margin:0;
	}
	
/* Wrapper
---------------------------------*/
.wrapper
{
	max-width:1010px;
	padding: 0 15px;
	margin:0 auto;
}

.header {
	background:#f7e6ab url(../img/header_bg.png) left top repeat-x;
	position:relative;
	z-index:800;
	}
	
.navigation {
	padding-bottom:20px;
	} 
	
.navigation ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	}
	
.navigation li {
	display:inline;
	margin:0 15px;
	}
	
.navigation li a {
	display:inline-block;
	font-family: 'museo_slab100';
	font-size:18px;
	color:#1655a5;
	text-align:center;
	padding:39px 10px 12px;
	}
	
.navigation li a.last {
	margin-right: 0 !important;
	}
	
.navigation li:hover a {
	background:url(../img/nav_bg.png) left top repeat-x;
	position:relative;
	box-shadow:1px 1px 2px #f5e5b1;
	color:#f6efde;
	}
	
.navigation li.active a {
	background:url(../img/nav_bg_active.png) left top repeat-x;
	position:relative;
	box-shadow:1px 1px 2px #f5e5b1;
	color:#f6efde;
	}
	
.navigation ul ul {
	background:url(../img/drop_menu_bg.png) left top repeat;
	width:175px;
	}
	
.navigation ul ul li {
	padding:0;
	margin:0;
	display:block;
	width:100%;
	}
	
.navigation ul ul li a {
	background:none !important;
	display:block;
	font-family: 'museo_slab100';
	font-size:14px;
	color:#fff;
	text-align:left;
	margin:0;
	padding:10px 10px;
	border-top:1px solid #d9ba68;
	box-shadow:none !important;	
	}
	
.navigation ul ul li:hover {
	background:none !important;
	color:#e4c877;
	box-shadow:none;
	}
	
.navigation ul ul li a:hover {
	color:#e4c877;
	}
	
.heading_area_outer {
	background:url(../img/heading_bg.png) left top repeat-x;
	}
	
.heading_area {
	position: relative;
	width:664px;
	float:right;
	text-align:center;
	padding:30px 0 91px;
	z-index: 999;
	}
	
.heading_area h1 {
	font-family: 'museo_slab500';
	font-size:81px;
	line-height:68px;
	color:#f6e4a9;
	text-transform:uppercase;
	}
	
.heading_area h2 {
	font-family: 'brandon_grotesquelight';
	font-size:40px;
	line-height:40px;
	color:#dba648;
	letter-spacing:23px;
	}
	
.no_bg {
	background:none !important;
	}
	
	
.container_outer {
	background:#f6efde url(../img/container_bg.png) left top repeat-x;
	}
	
.container {
	border-bottom:1px solid #c6beac;
	padding-bottom:36px;
	position:relative;
	min-height:1%;
	}
	
.cont_pic {
	position:absolute;
	left:-47px;
	top:-229px;
	}
	
.cont_pic.odd {
	position:absolute;
	left:-66px;
	z-index:700;
	}
	
.cont_pic.services {
	position:absolute;
	left:-132px;
	top:-229px;
	}
	
	
.cont_pic.sales {
	position:absolute;
	left:-198px;
	top:-229px;
	}
	
.cont_pic.show {
	position:absolute;
	left:-13px;
	top:-228px;
	}
	
.cont_pic.contact {
	position:absolute;
	left:-199px;
	top:-229px;
	}
	
.cont_pic.sponsors {
	position:absolute;
	left:-129px;
	top:-229px;
	}
	
.cont_pic.news {
	position:absolute;
	left:-108px;
	top:-229px;
	}
	
	
	
.main_cont_top {
	background:url(../img/top_bg.png) center top no-repeat;
	width:635px;
	float:right;	
	}
	
.main_cont_sponsors {
	background:url(../img/sponsors_top_bg.jpg) center top no-repeat;
	width:635px;
	float:right;	
	}
	
.main_cont_top h2 {
	background:url(../img/border_line_bg.png) left bottom repeat-x;
	font-family: 'museo_slab500';
	font-size:30px;
	color:#1856a5;
	text-transform:uppercase;
	margin:0 30px;
	padding:35px 0 13px;
	}
	
.main_cont_sponsors h2 {
	background:url(../img/border_line_bg.png) left bottom repeat-x;
	font-family: 'museo_slab500';
	font-size:30px;
	color:#1856a5;
	text-transform:uppercase;
	margin:0 30px;
	padding:35px 0 13px;
	}
	
.main_cont {
	background:url(../img/cont_top_bg.png) top center no-repeat;
	width:635px;
	float:right;
	position:relative;
	margin-top:-82px;
	padding:0 0 30px;
	z-index:800;
	min-height: 765px;
	}
	
.main_cont.home {
	background:url(../img/cont_top_bg.png) top center no-repeat;
	width:635px;
	float:right;
	position:relative;
	margin-top:-82px;
	padding:0 0 30px;
	z-index:800;
	min-height: 950px;
	}
	
.main_cont.bg1 {
	background:url(../img/transparent_bg.png) left center repeat-y;
	padding:0 0 3px 0;
	}
	
.cont_1 {
	font-family: 'brandon_grotesquelight';
	font-size:22px;
	color:#4e4c49;
	padding:27px 46px 10px;
	}
	
.cont_1 p {
	line-height:40px !important;
	text-align:center;
	}

.cont_1 p.top_padding {
		padding-top: 20px;
}
	
.cont_2 {
	padding:0 30px 10px;
	}

.cont_2 h2 {
	font-family: 'brandon_grotesquemedium';
	font-size:24px;
	color:#0b4095;
	letter-spacing: 3px;
	text-transform:uppercase;
	padding-top: 15px;

	}
	
.overlay{
	background-image: url(../img/sold-overlay.png);
	background-position:center;
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 97%;
  z-index: 10;
 
}

.overlay_details{
	background-image: url(../img/sold-overlay_details.png);
	background-position:center;
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 97%;
  z-index: 10;
  overflow: hidden;
 
}
	
	
.cont_2 p {
	font-family: 'museo_slab100';
	font-size:18px;
	color:#4e4c49;
	line-height:40px !important;
	text-align:center;
	}
	
.horse_box {
	width:260px;
	float:left;
	margin:0 26px 26px 0;
	}
	
.horse_box ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
.horse_box li {
	padding:4px 10px 0 0;
	font-family: 'museo_slab100';
	font-size:16px;
	line-height: 40px;
	color:#4e4c49;
	}
	
.contact_box {
	width:260px;
	float:left;
	margin:26px 26px 26px 0;
	}
	
.contact_box ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
.contact_box li {
	padding-bottom: 15px;
	font-family: 'museo_slab100';
	font-size:14px;
	line-height: 26px;
	color:#4e4c49;
	}
	
.contact_box li a{
	color:#4e4c49;
	font-weight: bold;
	}
	
.contact_box li a:hover{
	color:#0b4095;
	}
	
.contact_box h3 {
	padding:0 !important;
	font-family: 'brandon_grotesquelight';
	font-size:22px;
	color:#0b4095 !important;
	}
	
	
.info_area {
	padding:0 30px;
	}
	
.info_area_secondary {
	padding:0;
	}
	
.info_block {
	background:url(../img/border_line_bg.png) left bottom repeat-x;
	font-family: 'museo_slab100';
	font-size:14px;
	color:#4e4c49;
	padding:25px 0;
	overflow:hidden;
	}

.info_block.no_bg h3 {padding-top: 0 !important; }	

	
.info_block a.small{
	font-family: 'museo_slab100';
	font-size:14px;
	color:#0b4095;
	text-transform: uppercase !important;
	letter-spacing: 0 !important;
	line-height: inherit;
	padding: 0 !important;
}

.info_block a.small:hover{
	color:#4e4c49;
	
}
	
	
.info_block .img_box {
	float:left;
	margin: 0 14px 0 5px;
	border:5px solid #f2e8d1;
	box-shadow:0 0 5px #94928d;
	position:relative;
	padding: 0 !important;
	}


.info_block .img_box.fl-rt a {
	margin: 10px 5px 0 10px;
/*	border:5px solid #f2e8d1;
	box-shadow:0 0 5px #94928d;*/
	position:relative;
	padding-top: 0 !important;
	}
.info_block .img_box.fl-rt {
	float: right;
}		
.info_block h3 {
	font-family: 'brandon_grotesquemedium';
	font-size:18px;
	color:#0b4095 !important;
	text-transform:uppercase;
	letter-spacing:3px;
	padding:20px 0 10px !important;
	}
	
.info_block p {
	line-height:26px;
	margin:0;
	}
	
.info_block p b{
	font-weight: bold;
	}
	
.info_block p span{
	line-height:32px;
	}
	
.info_block a {
	display:inline-block;
	font-family: 'brandon_grotesquelight';
	font-size:14px;
	color:#8f5308;
	text-transform:uppercase;
	letter-spacing:4px;
	text-decoration:none;
	}
	
.info_block a:hover {
	color:#0b4095;
	text-decoration:none;
	}

.info_block_button a {
	padding-bottom: 15px;
	display:inline-block;
	font-family: 'brandon_grotesquelight';
	font-size:14px;
	color:#8f5308;
	text-transform:uppercase;
	letter-spacing:4px;
	text-decoration:none;
	}
	
.info_block_button a:hover {
	color:#0b4095;
	text-decoration:none;
	}
	
.info_block p span.date {
	font-family: 'museo_slab100';
	font-size:10px;
	color:#4e4c49;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 5px 0;
	border-top: 1px dotted #dfdad0;
	border-bottom: 1px dotted #dfdad0;
}


	
.info_block_lt_bg {
	border-bottom: 1px solid #ede0c1 !important;
	font-family: 'museo_slab100';
	font-size:14px;
	color:#4e4c49;
	padding:20px 0;
	overflow:hidden;
	}
	
.info_block_lt_bg p span.date {
	font-family: 'museo_slab100';
	font-size:10px;
	color:#4e4c49;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 5px 0;
	border-top: 1px dotted #dfdad0;
	border-bottom: 1px dotted #dfdad0;
}

.info_block_lt_bg p.adds {
	font-family: 'museo_slab100';
	padding-top: 8px;
	font-style: italic;
	}

.info_block_lt_bg p a.small{
	font-family: 'museo_slab100';
	font-size:14px;
	color:#4e4c49;
	text-transform: none !important;
	letter-spacing: 0 !important;
	line-height: inherit;
	padding: 0 !important;
}

.info_block_lt_bg p a.small:hover{
	color:#0b4095;
	
}

.info_block_lt_bg p a.small_gold{
	font-family: 'museo_slab100';
	font-size:14px;
	color:#8f5308;
	text-transform: none !important;
	letter-spacing: 0 !important;
	line-height: inherit;
	padding: 0 !important;
}

.info_block_lt_bg p a.small_gold:hover{
	color:#0b4095;
	
}
	
.info_block_lt_bg .img_box a {
	float:left;
	margin-right:10px;
	border:5px solid #f2e8d1;
	box-shadow:0 0 5px #94928d;
	position:relative;
	padding: 0 !important;
	}
	
.info_block_lt_bg .img_box.fl-rt a {
	margin: 10px 5px 0 10px;
	border:5px solid #f2e8d1;
	box-shadow:0 0 5px #94928d;
	position:relative;
	padding-top: 0 !important;
	}
		
.info_block_lt_bg h3 {
	font-family: 'brandon_grotesquemedium';
	font-size:18px;
	color:#0b4095 !important;
	text-transform:uppercase;
	letter-spacing:3px;
	padding:6px 0 0 !important;
	}
	
.info_block_lt_bg p {
	line-height:26px;
	margin:0;
	}
	
.info_block_lt_bg p b{
	font-weight: bold;
	}
	
.info_block_lt_bg p span{
	line-height:32px;
	}
	
.info_block_lt_bg a {
	display:inline-block;
	font-family: 'brandon_grotesquelight';
	font-size:14px;
	color:#8f5308;
	text-transform:uppercase;
	letter-spacing:4px;
	text-decoration:none;
	padding-top: 8px;
	}
	
.info_block_lt_bg a:hover {
	color:#0b4095;
	text-decoration:none;
	}

	
.related_link {
	padding:30px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #C6BEAC;
	height:1%;
	}
	
.link_box {
	width:25%;
	float:left;
	padding-right:26px;
	}
.link_box.no_margin {
	padding: 0;
	}	
.link_box h4 {
	font-family: 'brandon_grotesquelight';
	font-size:16px;
	color:#844803;
	text-transform:uppercase;
	border-bottom:3px solid #0b4095;
	padding:0 10px;
	margin:0 0 10px;
	letter-spacing:2px;
	}
	
.link_box ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
.link_box li {
	padding:4px 10px;
	font-family: 'museo_slab100';
	font-size:13px;
	color:#4e4c49;
	}
	
.link_box li a.icon1 {
	background:url(../img/fb_icon.png) left center no-repeat;
	padding:7px 29px;
	display: inline-block;
	}
	
.link_box li a.icon2 {
	display:block;
	background:url(../img/youtube_icon.png) left center no-repeat;
	padding:7px 29px;
	display: inline-block;
	}
	
.link_box li a {

	font-family: 'museo_slab100';
	font-size:13px;
	color:#4e4c49;
	}
	
.link_box li a:hover {
	color:#0b4095;
	}
	
.no_margin {
	margin:0 !important;
	}
	
.our_sponsor {
	text-align: center;
	border-top:1px solid #fff;
	}
	
.our_sponsor ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size: 0;
	}
	
.our_sponsor li {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	padding:30px 20px;
	text-align: center;
	}
.our_sponsor .spacer {display: none;} 	
.footer {
	background:url(../img/footer_border_bg.png) left top repeat-x;
	padding:30px 0;
	text-transform:uppercase;
	letter-spacing:2px;
	}
	
.footer ul {
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
	}
	
.footer li {
	display:inline;
	font-family: 'brandon_grotesquelight';
	font-size:8px;
	color:#bf8820;
	padding:0 20px;
	}
	
.footer li a {
	display:inline-block;
	font-family: 'brandon_grotesquelight';
	font-size:8px;
	color:#bf8820;
	text-decoration:none;
	}
	
.footer li a:hover {
	color:#0b4095;
	text-decoration:none;
	}
	
	
	
	
/*Inner 1
---------------------*/

.intro {
	padding:18px 0;
	font-family: 'museo_slab100';
	font-size:14px;
	color:#4e4c49;
	}
	
.intro_pic {
	position:relative;
	margin:0 auto;
	text-align: center;
	}
	
.intro_pic img {
	border:10px solid #f3e9d3;
	box-shadow:0 0 5px #8b8165;
}
.intro_pic.sales .intro_pic {max-width: 575px;}
.intro_pic.sales .intro_pic img {width: 100%;}	

.intro h3 {
	font-family: 'brandon_grotesquemedium';
	font-size:18px;
	color:#8f5308;
	letter-spacing:2px;
	text-transform:uppercase;
	padding:0 0 10px;
	}
	
.intro p {
	line-height:26px;
	}
	
.intro_news {
	padding:0;
	font-family: 'museo_slab100';
	font-size:14px;
	color:#4e4c49;
	}
	
.intro_news_pic {
	position:relative;
	margin:0 auto;
	text-align: center;
	}
	
.intro_news_pic img {
	border:10px solid #f3e9d3;
	box-shadow:0 0 5px #8b8165;
}

	
.intro_news h3 {
	font-family: 'brandon_grotesquemedium';
	font-size:18px;
	color:#8f5308;
	letter-spacing:2px;
	text-transform:uppercase;
	padding:0 0 10px;
	}
	
.intro_news p {
	line-height:26px;
	}
	
.bio {
	margin:0;
	padding:4px 0;
	height: auto !important;
	overflow: hidden;
	}
	
.bio p {
	padding:0 0 30px;
	}
	
.bio p a{
	color:#0b4095;
	font-weight: bold;
	}
	
.bio p a:hover{
	color:#4e4c49;
	}
	
.bio .pic_box1 {
	
	border: 10px solid #F3E9D3;
    box-shadow: 0 0 5px #8B8165;
    position: relative;
	float:right;
	margin:0 12px 25px 15px;
	}
	
.intro p img {
	float:left;
	margin:11px 11px 0 0;
	}
	
.intro p strong {
	display:block;
	float:left;
	font-family: 'brandon_grotesquemedium';
	font-size:62px;
	color:#1856a5;
	text-transform:uppercase;
	padding:18px 4px 8px 0;
	}
	
.accomplis {
	margin:0;
	padding:11px 0;
	}
	
.accomplis p {
	padding:0 0 30px;
	}
	
.accomplis .pic_box1 {
	border: 10px solid #F3E9D3;
    box-shadow: 0 0 5px #8B8165;
    position: relative;
	float:right;
	margin:0 12px 19px 15px;
	}
	
.accomplis h4 {
	font-family: 'museo_slab500';
	font-size:16px;
	color:#864a04;
	text-transform:uppercase;
	letter-spacing: 1px;
	padding:0 0 11px;
	}
	
.accomplis ul{
margin-left: 0;
padding-left: 0;
list-style: none;
padding-bottom: 15px;
}

.accomplis li {
	background-image:url(../img/bullets.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding-left: 15px;
	margin-left: 0;
	line-height: 25px;
	padding-bottom: 10px;
	border-bottom:none !important;
	line-height: none !important;
	height: auto !important;
	}
	
.testimonial {
	margin:0;
	padding:13px 0;
	}
	
.testimonial strong {
	display:block;
	font-family: 'brandon_grotesquelight';
	font-size:14px;
	color:#0b4095;
	text-transform:uppercase;
	padding:0 0 8px;
	letter-spacing:2px;
	font-weight:normal;
	}
	
.testimonial p img {
	margin-top:8px;
	}
	
.testimonial span {
	background:url(../img/bg1.png) center center repeat-x;
	display:block;
	width:100%;
	padding:12px 0;
	text-align:right;
	}
	
.testimonial span small {
	background:#f9f4e8;
	font-family: 'brandon_grotesquelight';
	font-size:11px;
	color:#be8720;
	text-transform:uppercase;
	padding-left:12px;
	letter-spacing:2px;
	}
	
.trained {
	margin:0;
	padding:4px 0;
	}
	
.trained p {
	padding:0 0 30px;
	}
	
.trained p img {
	float:left;
	margin:11px 11px 0 0;
	}
	
.trained p strong {
	display:block;
	float:left;
	font-family: 'brandon_grotesquemedium';
	font-size:62px;
	color:#1856a5;
	text-transform:uppercase;
	padding:18px 4px 8px 0;
	}
	
.trained p a{
	color:#0b4095;
	font-weight: bold;
	}
	
.trained p a:hover{
	color:#4e4c49;
	}
	
.gallery {
	margin:0;
	padding:13px 0;
	}
	
.gallery h3 {
	padding:0 0 10px;
	}
	
.gallery span {
	display:block;
	font-family: 'museo_slab100';
	font-size:14px;
	color:#4e4c49;
	padding:0 0 14px;
	}
	
.gallery ul {
	list-style:none;
	margin:0 -16px;
	padding:0;
	}
	
.gallery li {
	width:25%;
	height: auto !important;
	position:relative;
	float:left;
	margin:0 !important;
	padding:0 16px 24px;
	border:none !important;
		}
		
.gallery img {
	border:3px solid #804300;
	width: 100%;
	}
	
.video {
	margin:0;
	padding:13px 0;
	}
	
.gallery p {
	display:block;
	font-family: 'museo_slab100';
	font-size:14px;
	color:#4e4c49;
	padding:0 0 14px;
	}
	
.no_margin_left {
	margin-left:0 !important;
	}
	
.no_margin_right {
	margin-right:0 !important;
	}
	
.cont_bottom_bg {
	background:url(../img/bottom_bg.png) center top no-repeat;
	height:51px;
	width:634px;
	float:right;
	margin-right:1px;
	}
	
	
/* Flexible Slide-to-top Accordion Style*/

.st-accordion{
    width:575px;
    min-width:270px;
	 border-top: 1px solid #dfdad0;
    margin: 0 30px 0 30px;
}
.st-accordion ul li{
    height: 37px;
    border-bottom: 1px solid #dfdad0;
      overflow: hidden;
}
.st-accordion h3 {padding: 0;}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
    display: block;
	position: relative;
    line-height: 37px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}
.st-accordion ul li > a span{
	background: transparent url(../img/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #1693eb;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #1693eb;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
    padding: 5px 0px 0 0px;
}
.st-content p{
    
}
.fancybox-opened {z-index: 10000 !important;}
/* Responsive */

/* burger menu style */
.menu-opener {
  display: none;
  width: 31px;
  height: 31px;
  background: #000;
  background: rgba(0, 0, 0, .5);
  position: relative;
  border-radius: 3px;
  text-indent: -9999px;
  overflow: hidden;
}

.menu-opener:before,
.menu-opener:after,
.menu-opener span {
  background: #fff;
  border-radius: 4px;
  position: absolute;
  top: 16px;
  left: 25%;
  right: 25%;
  height: 3px;
  margin-top: -2px;
  /* height/2 */
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.menu-opener:before,
.menu-opener:after {
  content: '';
  top: 10px;
}

.menu-opener:after {
  top: 22px;
}
/* close button transition */

.close-btn span,
.active .menu-opener span {
  opacity: 0;
}

.menu-opener:hover {
  opacity: .9;
}

.close-btn:after,
.close-btn:before,
.active .menu-opener:after,
.active .menu-opener:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  left: 15%;
  right: 15%;
}
.close-btn:after,
.active .menu-opener:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navigation  .sf-with-ul:after {
      content: '';
      display: none;
      position: absolute;
      top: 50%;
      width: 32px;
      right:0;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 8px 0 8px;
      border-color: #1655a5 transparent transparent transparent;
}
.navigation  .custom-hover .sf-with-ul:after {border-color: #fff transparent transparent transparent;}
@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:36px;
	}
}
@media (max-width: 1023px) {
	.st-accordion ul li.st-open > a span {right: 0;}
	br {display: none;}
	.active .navigation {display: block;}
	.header {
		z-index: 10000;
	}
	.navigation  .sf-with-ul:after,
	.menu-opener {display: block;}
	.navigation {
		position: absolute;
		top: 100%;
		width: 100%;
		left: 0;
		background: #ebd284;
		z-index: 1000;
		border-bottom: 2px solid #1856a5;
	}
	.sf-menu > li,
	.navigation li {
		float: none !important;
		display: block;
		margin: 0;
	}
	.navigation li a {
		display: block;
		position: relative;
		padding: 7px 15px;
		margin: 0;
	}
	.sf-menu li:hover > ul,
	.navigation ul ul {
		position: relative;
		width: 100%;
	}
	.sf-menu li.custom-hover > ul {display: block !important;}
	.navigation ul ul li a {text-align: center;}
	.navigation  .opener {display: block;}
	.header {padding: 15px 0;}
	.main_cont_top h2 {margin: 0;}
	.cont_bottom_bg {
		width: 100%;
		display: none;
	}
	.container {padding: 0 0 20px;}
	.main_cont_top,
	.main_cont.home,
	.heading_area {
		width: 100%;
		float: none;
		background: none;
	}
	.heading_area {
		padding: 30px 0;
	}
	.link_box {
		width: 50%;
		padding-bottom:20px;
	}
	.link_box:nth-child(even) {padding-right: 0;}
	.cont_pic {display:none;}
	.main_cont,
	.main_cont.home {
		background:none !important;
		padding:0 !important;
		width: 100%;
		float: none;
		margin:0;
	}
	.st-accordion {
		width: 100%;
		margin: 0;
	}
	.st-accordion ul li > a span,
	.st-accordion ul li > a:hover span {
		right: 0;
		opacity: 1;
	}
	.info_area {padding: 0;}
	.cont_2,
	.cont_1 {
		padding: 25px 0;
	}
	.cont_2 {padding:10px 0;}
	.contact_box {
		width: 100%;
		float: none;
		margin: 0;
		padding: 10px 0 0;
	}
	.contact_box ul {padding:0;}
	.contact_box ul li {padding: 5px 0;}
	.navigation {display: none;}
	hr {
		width: 100%;
		margin: 0 0 20px;
	}
	.heading_area h1 {
		font-size: 58px;
		line-height: 64px;
	}
	.heading_area h2 {
		font-size: 24px;
		line-height: 28px;
		letter-spacing: 3px;
	}
	.horse_box {
		margin:0 0 15px;
		padding: 0 20px 0 0;
	}
}
@media (max-width: 767px) {
	.heading_area h1 {
		font-size: 38px;
		line-height: 44px;
	}
	.heading_area h2 {
		font-size: 18px;
		line-height: 22px;
	}
	.cont_2 p,
	.intro .cont_1 p {
		line-height:26px !important;
	}
}
@media (max-width: 666px) {
	.footer li {
		display: block;
		padding: 5px 0;
	}
	.our_sponsor li {
		width: 50%;
	}
	.horse_box {
		width: 100%;
		float: none;
		padding: 0;
		margin:0 0 10px;
	}
}
@media (max-width: 567px) {
	.link_box {
		width: 100%;
		padding: 0;
		padding-bottom:20px;
	}
	.info_block p {margin:0 0 10px;}
	.info_block .img_box {
		float: none;
		width: 100%;
		margin: 0 0 10px;
	}
	.info_block .img_box a {display: block;}
	.info_block .img_box img {width: 100%;}
}
@media (max-width: 479px) {
	.gallery li {width: 50%;}
	.accomplis .pic_box1,
	.bio .pic_box1 {
		float:none;
	}
	.accomplis .pic_box1 img,
	.bio .pic_box1 img {
		width: 100%;
	}	
}
@media (max-width: 413px) {
	.intro .cont_1 {
		font-size: 18px;
	}
}

	
