@media only screen 
and (max-width :1199px) {
	
	#usa-cage-code {
        right:auto;
        top:84px;
        left:50%;
        margin-left:-50px;
    }
	
	body {
		font-size: 13px;
	}
	
	.desktop {
		display: none !important;
	}
	
	.tablet {
		display: block;
	}
	
	#bread-social {display:none !important;}
	.smallsite {display:block !important;}
	
	.constrain {width: 95%;float: none;}
	.tpl-3 #main-content, .tpl-4 #main-content {width:100%;float: none;}
	
	h1, #page-index h1 {font-size: 2em;}
	
	/* ****************************************** Header */
	
	.search-wrapper {
		float: none;
		clear: both;
		width: 100%;
		margin: 0;
	}
	
	.search-menu-wrapper {
		height: 52px;
	}
	
	.search-form-responsive {
		width: 87%;
		float: left;
		border-radius: 0;
		-webkit-border-radius: 0;
	}
	
	#search2,
	.search-btn-responsive,
	.search-form-responsive .search-input {
		height: 50px;
	}
	
	.search-btn-responsive {
		background-position: -212px -305px;
	}
	
	.search-form-menu .search-btn {
		background: url(/images/sprites.png) -227px -507px  no-repeat;
	}
	
	.hamburger {
		width: 13%;
		height: 100%;
		float: right;
		background-color: #878787;
	}
	
	.mm-opened .sprite-vert.sprite-vert-burger {
		background-position: -6px -1169px;
	}
	
	.sprite-vert.sprite-vert-burger {
		margin: 0 auto;
		height: 52px;
		background-position: -20px -443px;
	}
	
	
	/* ****************************************** Home Banner */
	
	#home-banner .flex-direction-nav,
	#home-banner .flex-direction-prev {
		display: none;
	}
	
	#home-banner .caption-wrapper {
		width: 70%;
	}
	
	#home-banner img {
	    position: absolute;
	    float: none;
	    top: 0;
	    right: -280px;
	}
	.caption-wrapper .caption{
		padding-right:55px;
	}
	/* ****************************************** Home Bukects */
	#home-buckets-wrapper{
		padding-top:10px;
	}
	
	/* ****************************************** Navigation */
	
	#mobile-nav {
		background: #6a0202;
		color: #fff;
		font-family: 'Lato', Arial, sans-serif;
		text-transform: uppercase;
		font-weight: 700;
	}
	
	#mobile-nav .mm-navbar {

	}
	
	#mobile-nav .mm-panel.mm-hasnavbar.mm-opened.mm-subopened .mm-navbar {
		display: block;
	}
	
	#mobile-nav li {
		font-size: 18px;
		padding: .2em 0;
		/*border-bottom: 1px solid #4a0000;*/
	}
	
	#mobile-nav .mm-listview > li:not(mm.divider):after {
		border-color: #4a0000;
	}
	
	#mobile-nav li a {
		
	}
	
	#mobile-nav #searchWrap-search2 .search-form {
		border-radius: 0;
		-webkit-border-radius: 0;
		background-color: #390000;
		color: #fff;
		border: 0;
	}
	
	#mobile-nav #searchWrap-search2 {
		padding: 0 17px;
	}
	
	#mobile-nav #searchWrap-search2 #search {
		color: #fff;
	}
	
	#mobile-nav .mm-panels > .mm-panel {
		padding: 0 47px;
		padding-top: 40px;
	}
	
	#mobile-nav .mm-navbar .mm-title:before {
		content: 'Back to ';
		left: 20px;
		top: 30px;
		color: #df5a02;
	}
	
	#mobile-nav .mm-navbar .mm-title {
		color: #df5a02;
	}
	
	/* Put arrows on submenus */
	#mobile-nav .mm-listview .mm-next:before {
		content: none;
	}
	
	.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-listview > li .mm-arrow:after,
	.mm-menu .mm-navbar .mm-btn:before {
		border-color: #df5a02;
	}
	
	
	.mm-list a.mm-subopen:after {
		content: url(/images/template/tablet-menu-forward.png);
		border: 0;
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
		margin-bottom: 0;
	}
	
	.mm-list a.mm-subclose:before {
		border-color: #f8bb39 !important;
	}
	
	/* Remove borders on items in menu that aren't links */
	.mm-list > li.no-border {
		border: 0;
	}
	
	.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
		border: 0;
	}
	
	.mm-list > li {
		border-bottom: 1px solid #272526;
	}
	
	.mm-menu .mm-list > li > a.mm-subopen:before {
		border-color: #272526;
	}
	
	.mm-menu .mm-list > li > a.mm-subclose {
		background-color: #2f2f2f;
		color: #f8bb39;
	}
	
	#mobile-nav a:active {
		background-color: #f8bb39;
	}
	
	#mobile-nav #mm-0 .mm-navbar {
		display: none;
	}
	
	#mobile-nav #mm-1 .mm-navbar {
		display: block;
	}
	
	/* Close Button */
	
	#mobile-nav li.no-border {
		border: 0;
	}
	
	#mobile-nav .no-border .sprite-tablet-menu-close-btn {
		display: inline-block;
	}
	
	#mobile-nav .no-border:after {
		content: none;
	}
	
	#mobile-nav #mobile-menu-close {
		border: 2px solid #fff;
		text-align: center;
		height: 52px;
		padding: 13px;
		padding-left: 30px;
		border-radius: 26px;
		-webkit-border-radius: 26px;
		width: 50%;
		margin-top: 20px;
		background: url(/images/sprites-vertical.png) 2px -1231px no-repeat;
	}
	
	/* ****************************************** Home Buckets */
	
	.home-bucket img {
		display: block;
		position: relative;
		left: auto;
		top: auto;
		margin: 0 auto 10px;
	}
	#home-buckets-wrapper{
		height:245px;
	}
	
	.home-bucket h3 {
		margin-top: 0;
		float: none;
		text-align: center;
		padding: 0 30px;
		border: 2px solid #fff;
		-webkit-border-radius: 25px;
		border-radius: 25px;
	}
	
	/* ****************************************** Landing Buckets */
	
	.landing-bucket:nth-child(2n) {
		border: 0;
	}
	
	.landing-bucket:nth-child(3n) {
		border-right: 1px solid #ddd;
	}
	
	.landing-bucket:hover:before,
	.cds-bucket:hover:before {
		content: none;
	}
	
	
	/* ****************************************** Forms */
	
	.float-label {
		width: 49%;
	}
	
	.float-label.last {
	    margin-right: 0;
	}
		
	.float-label:nth-of-type(even) {
		margin-right: 0;
		float: right;
	}
	
	.float-label.textarea {
		float: none;
		width: 100%;
	}
	
	.submit-wrapper {
	    float: left;
	    width: 100%;
	    margin: 20px 0;
	}
	
	#quick-contact-wrapper {
		padding: 33px 0;
	}
	
	/* ****************************************** Gallery */

	#gallery .article {
		width: 32%;
		margin: 1% 2% 1% 0;
	}
	
	#gallery .article:nth-child(3n) {
		margin-right: 0;
	}
	
	/* ****************************************** Content */

	.image-left,
	.image-right {
		max-width: 50%;
		height: auto;
	}
	
	/* ****************************************** CDS */

	/* Product Listing */
	
	#sidebar-left {
		width: 100%;
		float: none;
		border: 0;
	}
	
	#search-toggle-cds {
		position: relative;
		padding: 8px;
		font-size: 1.4em;
		border: 4px solid #878787;
		margin-bottom: 20px;
		font-weight: 700;
		text-align: center;
	}
	
	#search-toggle-cds .expanded,
	#search-toggle-cds.open .collapsed {
		display: none;
	}
	
	#search-toggle-cds.open .expanded {
		display: inline-block;
	}
	
	.cds .cds-product-grid li {
		width: 31%;
		margin: 1em 2% 0 0;
	}
	
	#cds-facet-container {
		display: none;
		float: none;
		width: 100%;
	}
		
	.cds-product-cart #cds-product-price {
		display: none;
	}

	
	/* ****************************************** Footer */
	
	.footer-links-planetary,
	.footer-links-accessories,
	.footer-links-applications {
		min-height: 144px;
	}
	
	.footer-links-applications li {
		width: 50%;
	}
	
	.footer-copyright-wrapper {
		height: 179px;
	}
		.footer-copyright-text {
    float: none;
    padding:10px 0;
    line-height:1.9
    }
	
	.footer-copyright {
		line-height: 1.5;
		/*padding: 50px 0;*/
		padding: 26px 0 86px 0;
	}
	
	#footer address {
		margin-bottom: 0;
	}
	
	.footer-logo {
		top: 60px;
	}
	

}


@media only screen 
and (max-width :960px) {


}