/* Responsive CSS Styles */

/* Desktop and up */

.mobile-menu {
	display:none;
}

.mobile-menu-links {
	background-color: #f6f6f6;
	height:auto;
	display: none;
	width:100%;
	top:61px;
	position:absolute;
	z-index:900001;
}

.mobile-menu-links a {
	display:block;
	color:#565656;
	padding:10px;
	border-bottom:1px solid #dedede;
	font-size:13pt;
	text-decoration: none;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
	transition: all 0.4s linear;
}

.mobile-menu-links a:hover {
	background-color: #565656;
	color:#FFF;
}

.mobile-reveal {
	display:block;
	position:absolute;
	right:0px;
	top:0px;
	width:71px;
	height:61px;
	background-image: url('images/mobile-menu-img.png');
	background-repeat: no-repeat;
}

.half {
	float:left;
	width:50%;
}

/* Breakpoint for tablets: 1020px; */
@media screen and (max-width: 1020px) {

.home table img {
	width:100% !Important;
	border: none !important;
	padding: 0 !important;
}

.cat_split_right {
    width: auto !Important;
    float: none !important;
}

#content {
	width:90% !important;
	margin:0px !important;
	padding:5% !important;
}

.entry-content img {
	max-width:100% !important;
}

#prod_body {
	display: block !important;
	float:none !Important;
}

#prod_body table {
	width:100% !important;
}

#prod_body table .shadow {
	width:auto !important;
}


.threecolumnthree {
    background-image: none;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 100%;
    float: none;
}	

.container {
    width: 100%;
    margin: 0 auto;
}

#allwrap {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.contentfull {
    padding: 0px;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    margin-left: 0px !Important;
}

.logo {
    margin-top: 5px;
    width: 40%;
    height: auto;
    float: left;
    margin-left: 0px;
}

.logo img {
	width:100% !important;
}
	
.footer {
    margin-top: 25px;
    clear: both;
    padding-left: 0px !important;
    line-height: 20px;
    width: 100%;
}

.menu {
    margin-left: 0px;
    margin-top: 0px;
    float: none;
    width: 100%;
}

.header {
	width: 100%;
    background-size: 100%;
}

.toplinks {
    float: none;
    width: 100%;
    height:auto;

}

.ui-tabs-nav {
	display:none !Important;
}

#featured {
	width:100%;
	padding:0px;
	margin:0px;
	height:auto;
}

.slideshow {
    width: 100%;
    height: auto;
    border: 0px solid #e2e4e4;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

#featured .ui-tabs-panel {
    width: 100%;
}

#featured img {
	height:auto;
	width:100%;
}

.promo_slider {
    height: auto;
    overflow: hidden;
    position: relative;
}

.info {
    padding-left: 5% !important;
}

.ui-tabs-panel {
	margin-left:0px !important;
}

.sociallinks {
	display:none;
}

.bigcolumnleft {
	margin:0px !important;
	width:100% !important;
}

.contentleft {
    width: 100%;
    float: none;
    margin: 0px !important;
}

.sidebarright {
	display:none;
}

}

/* Breakpoint for mobile: 480px; */
@media screen and (max-width: 830px) {

.half {
	float:none;
	width:100%;
}	

.footerblock {
    width: 100%;
    float: none;
    text-align:center;
}

.searchformblock {
	display:none;
}

.mailinglistblock {
	display:none;
}

.storelinks {
	display:none;
}


#prod_body table .shadow {
	width:100% !important;
}

#prod_body table td {
	border-collapse: collapse !important;
	display: flex !important;
	width:100% !important;
}
	
}

/* Breakpoint for mobile: 480px; */
@media screen and (max-width: 480px) {

body {
	background-image:none !important;
}

.menu {
	display:none;
}

.mobile-menu {
	display:block;
}

.contentfull {
	margin-bottom:0px !important;
}

.contentblock {
	background-image:none !important;
	border:none !important;
}

.contentblockinner {
	background-image:none !important;
	border:none !important;	
}

.contentblockinner div {
	margin-top:0px !important;
}

.contentcontainerinner table tr td:nth-child(3) {
	display:none;
}

.contentcontainerinner table tr td:nth-child(4) {
	display:none;
}

.contentcontainerinner table tr td {
	width:50% !Important;
}

.bigcolumnleft {
	background-image: none;
	border:none;
}

.header {
	height:40px !Important;
}

.logo {
    margin-top: 5px;
    width: 40%;
    height: 40px;
    float: left;
    margin-left: 0px;
}

.contentcontainer {
    padding: 0px;
}

.newproductsheader {
	content: "New Products Header";
	background-color: #000;
	padding:10px;
	color:#FFF;
	font-weight: bold;
	text-align:center;
	display:block;
	width:100%;
	margin:0px !important;
	position:relative !important;
	font-size:14pt;
}

.newproductsheader img {
	display:none;
}

.newproductsheader::after {
		content: "New Products";
	}
	
.slideshowheader {
	background-color: #000;
	padding:10px;
	color:#FFF;
	font-weight: bold;
	text-align:center;
	display:block;
	width:100%;
	margin:0px !important;
	position:relative !important;
	font-size:14pt;
}

.slideshowheader img {
	display:none;
}

.slideshowheader::after {
		content: "What's New At Ranger";
	}

.designersheader {
	background-color: #000;
	padding:10px;
	color:#FFF;
	font-weight: bold;
	text-align:center;
	display:block;
	width:100%;
	margin:0px !important;
	position:relative !important;
	font-size:14pt;	
}	

.designersheader img {
	display:none;
}

.designersheader::after {
		content: "Meet Our Designers";
	}

.eventsheader {
	background-color: #000;
	padding:10px;
	color:#FFF;
	font-weight: bold;
	text-align:center;
	display:block;
	width:100%;
	margin:0px !important;
	position:relative !important;
	font-size:14pt;	
}	

.eventsheader img {
	display:none;
}

.eventsheader::after {
		content: "Latest Events";
	}


}