.nav-button { display: none; } /* hide the navigation button by default */
.primary-nav { display: none; }
.mobile { display: none; }
.primary-nav > ul {
		display:none;
	}
.mobile-logo-container { display: none; }
.smallphone { display: none; }
.tablet { display: none; }
/*.not_mobile {display:block !important ;}*/
/*.expand_item {display:block !important ;}*/

@media only screen and (min-width: 0px) and (max-width: 560px) {
/*@media only screen and (min-width: 0px) and (max-width: 70px) {*/
.top-nav { display: none; }
.wide { display: none; }
ul.flexbox { display: none; }
.not_mobile {display:none; }
.header-container {display:none; }
.mobile-logo-container {display: block; }
.tablet {display: block; }
.wide { display: none; }
.mobile {display:inline-block; }
ul.mobile {padding-left:0px; }	
.slideToLeft, .slideToRight, #addthis, .top-nav, #myaddthis{display:none;}
.main {
    /*padding: 44px 10px 20px 10px;*/
    padding: 0px 10px 20px 10px;
}

	/* Navigation Button
	-------------------------------------------------------- */
	.slideToLeft, .slideToRight, #addthis, #topnav{
		display:none;
	}
	.nav-button {
		display: block;
		position: absolute;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		top:10px;
		right: 1px;
		width: 50px;
		height: 35px;
		background: url('../img/menu-icon-large.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		cursor: pointer;
		border: 0 none;
/*		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		border-radius: 5px;*/
		z-index: 999;
/*		margin-top:5px;*/
		text-indent: 60px;
	}
	.nav-button:hover, .nav-button.open:hover { 
		background-color: rgba(0,0,0,.1); 
	}
	.nav-button.open {
		background: url('../img/close-icon-large.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
	}

	/* Navigation Bar
	-------------------------------------------------------- */
	.main-container{
		margin-top:60px;
	}
/*	.header-container {
		margin-top:44px;
	}*/
	.nav-container {
		position:fixed;
		top:0;
		left:0;
		right:0;
		z-index: 2000;
		background:	#ece0cb;
		-moz-box-shadow: 	0 6px 0 rgba(136,139,141,.5);
		-webkit-box-shadow:  0 6px 0 rgba(136,139,141,.5);
		box-shadow: 		0 6px 0 rgba(136,139,141,.5);
	}
	.main{
		padding:10px 0 20px 0;
		padding:10px 10px 20px 10px;
	}
	#container{
		padding:10px 0 20px 0;
	}
	.mobile-logo{  
		display:inline;
		text-align:center;
		max-height:60px;
		z-index: 1000;
		margin:5px 0px 0px 0px;	
		margin:0 auto;
		-webkit-transition: height .2s ease-in-out;
		transition: height .2s ease-in-out;
	}
	ul.logo-button li{
		display:inline;
	}
	.mobile-logo-container {
		margin-left:auto;
		margin-right:auto;
	}
	.mobile-logo-container h1{
		text-align:center;
		margin:0 auto;
	}
	.mobile-small-logo{  
		display:inline;
		text-align:center;
		max-height:70px;
		z-index: 1000;
		margin:5px 0px 0px 0px;	
		margin:0 auto;
		-webkit-transition: height .2s ease-in-out;
		transition: height .2s ease-in-out;
	}
	.mobile-small-logo-container h1{
		text-indent:-9999px;
		margin:0 0;
	}
	.nav_wrapper{
    	width: 100%;
    	margin: 0 0;
	}
	.primary-nav {
		width: 100%;
		float: none;
		background-color: #97ba7f;
		display: block;
		margin: 0;
		padding: 0;
		z-index: 998;
		clear: both;
	}
	.primary-nav h3 {
		display: none;
		width: 100%;
		font-family: Arial;
	}
	.primary-nav.open > ul {
		display:none;
	}


	/* Toggle the navigation bar open  */

	
	.primary-nav.open { 
    	background-color: #cdcdcd;
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,0));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,0));
		background-image:      -ms-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,0));
		background-image:       -o-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,0));
		height: auto; 
		/*margin-top: 80px;*/
	}
	.primary-nav.open h3 { 
		display: block; 
	/*	width: 100%;*/
	}

	/* Submenus – optional .parent class indicates dropdowns */

	.primary-nav > h3:hover > a {
		background: rgba(0,0,0,.2);
		border-bottom-color: transparent;
		color:#fff;
	}
	.primary-nav h3{
	  margin:0;
	  padding:8px 0 8px 18px;
	  background-color: #2a2a29;
	  border-bottom:1px solid #666;
	  color:#fff;
	  font-size:1em;
	  font-weight:bold;
	  cursor:pointer; 
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box; 
	  box-sizing: border-box;
		text-decoration: none;
	}	
	.primary-nav h3:hover{
	/*  background-color:#CDCDCD;*/
    	background-color: #f9f9f9;
		color:#000;
	}
	.primary-nav h3.parent:hover{
	/*  background-color:#CDCDCD;*/
    	background-color: #f9f9f9;
		background: #f9f9f9 url(../img/right_black_arrow.gif) no-repeat right center;
		color:#000;
	}
	.primary-nav h3:hover > a{
/*	  background-color:#CDCDCD;*/
    	background-color: #f9f9f9;
		color:#000;
	}
	.primary-nav.open h3 a{
		color: #fff;
	  font-weight:bold;
		text-decoration: none;
	}

	.primary-nav h3:hover > a:hover{
		color:#3a2c22;
	}
	.primary-nav ul li h3{
	  margin:0;
	/*  padding:8px 0 8px 18px;*/
	  padding:8px 0 8px 0;
		background-color: #f7f7f8;
	  border-bottom:none;
	  color:#000;
	  font-size:1em;
	  font-weight:700;
	  cursor:pointer; 
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box; 
	  box-sizing: border-box;
	}
	.primary-nav ul li h3:hover{ 
		background-color: #f7f7f8;	
	}
	.primary-nav ul li h3 > a{
		color: #000;	
		background-color: #f7f7f8 !important;
		display: block;
/*		background-color:transparent;
		background-color: #f7f7f8;*/
	}
	.primary-nav ul li h3 > a:hover{
		color:#ff0000;
		color:#c60000;	
		color: #97ba7f;
		color:#537b36;
		background-color: #f7f7f8 !important;	
/*		background-color:transparent;*/
	}
	.primary-nav ul li h2{;
	  font-size: 17px;
	}
	.primary-nav > ul > li {
		margin: 0;
	/*	padding: 8px 0 8px 18px;*/
		padding: 4px 0 4px 0px;
		background-color: #cdcdcd;
		background-color: #f7f7f8;
		background-color: #ece0cb;
		border-bottom: 1px solid #666;
		color: #2c2a29;
		font-size: 1em;
		font-size: 16px;
		/*font-weight: 600;*/
		/*cursor: pointer;*/
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		list-style: none !important;
		padding-left:30px;
}
	.primary-nav > ul > li > ul > li{
		list-style: none !important;
		padding-left:20px;
	}
	.primary-nav > ul > li:hover{
		background-color: #f7f7f8;
	}	
	.primary-nav > ul > li > a{
		color: #2c2a29;
		color:#3a2c22;
		text-decoration:none;
		font-weight:bold;
		display: block;
	}
	.primary-nav > ul > li > a:hover, .primary-nav > ul > li > ul > li >a:hover{
		color:#ff0000;	
		color:#c60000;
		color: #97ba7f;	
		color:#537b36;
		color:#3a2c22;
		background-color: #f7f7f8;		
	}	
	.primary-nav > a{
		text-decoration:none;	
	}
	.primary-nav > ul{padding: 0 0 0 0;}
	.primary-nav a:hover{
		text-decoration:none;
	}
	.sect_1 h2, .sect_1 p{
		font-size:1.4em;
	}
	h1{
		font-size:1.5em;
		margin: 0.2em 0;
		line-height:1.5;
	}
	/* Indicate active page */	
	#home .primary-nav h3.home,
	#sale .primary-nav h3.sale,
	#breeding .primary-nav h3.breeding,
	#stallions .primary-nav h3.stallions,
	#mares .primary-nav h3.mares,
	#contact .primary-nav h3.contact,
	#home .primary-nav a.home > h3,	
	#sale .primary-nav a.sale > h3,
	#breeding .primary-nav a.breeding > h3,
	#stallions .primary-nav a.stallions > h3,
	#mares .primary-nav a.mares > h3,
	#contact .primary-nav a.contact > h3
	{	
		text-decoration:none;
		background-color:	#9d8b6c !important;
		color:      #fff;
		cursor:		pointer;
		font-weight:bold;
	}
	
	#home .primary-nav .home > a:hover,
	#sale .primary-nav .sale > a:hover,
	#breeding .primary-nav .breeding > a:hover,
	#stallions .primary-nav .stallions > a:hover,
	#mares .primary-nav .mares > a:hover,
	#contact .primary-nav .contact > a:hover
	{
		color:		#fff;
		background-color:#b11f2d;		
		text-decoration:none;		
	}

} 
@media only screen and (min-width: 0px) and (max-width: 300px) {
	.main-container{
		margin-top:40px;
	}
	.logo-container img{
		max-width:80% !important;
		max-height:40px;
	}
	.mobile-logo{ 
		max-height:40px;
	}
	.nav-button{
		max-width:30px;
		top:0px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 200px) {
	.main-container{
		margin-top:20px;
	}
	.nav-button{
		max-width:20px;
	}
}
/* End Mobile Styles */