@media only screen and (min-width: 780px) and (max-width:1200px)
{
	/***********************************************************
	HIDE MOBILE-ONLY OBJECTS
	***********************************************************/

	.tablet-only
	{
		display: inherit;
		visibility: inherit;
	}

	.mobile-only, .desktop-only
	{
		display: none !important;
		visibility: none !important;
	}

	iframe
	{
		max-width: 100%;
	}

	#container, #top-strip, #header
	{
		width: auto;
	}

	#mainmenu
	{
		width: 100%;
	}

	#menu li:hover ul, #menu li:focus ul, #menu li:active ul { display: block; }

	#menu li:hover>ul, #menu li:focus>ul, #menu li:active>ul { visibility:visible; }

	#menu ul ul { visibility:hidden; }       

	#menu li
	{
		font-size: 13px;
	}

	#menu li ul li
	{
		font-size: 12px;
	}

	#menu li a
	{
		padding-left: 8px;
		padding-right: 8px;
	}

	#menu li a i
	{
		display: none !important;
	}

	#menu-item-71
	{
		display: none !important;
	}

	#sidebar
	{
		width: 20%;
	}

	#content-sidebar
	{
		width: 71%;
	}

	#content
	{
		width: auto;
	}

	#content img, #content-thin img
	{
		max-width: 100%;
		height: auto !important;
	}

	#footer-inner
	{
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	#footer-sub-inner
	{
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	#blog-content
	{
		float: none;
		width: auto;
	}

	#blog-sidebar
	{
		float: none;
		width: auto;
		display: block;
		clear: both;
	}


	#slideshow-arrow-left, #slideshow-arrow-right
	{
		display: none;
		visibility: hidden;
	}

	.slideshow-element-main
	{
		font-size: 32px;
		line-height: 34px;
	}

	.slideshow-element-sub
	{
		font-size: 18px;
		line-height: 20px;
	}

	#calendardiv, #event-calendardiv
	{
		margin: 0px auto;
		max-width: 260px;
	
	}

	#left-column
	{
		width: 160px;
	}

	#browse-products-main
	{
	}

	#product-details-box
	{
		grid-template-columns: 480px auto;
	}

	#product-details-info-full
	{
		display: block;
		clear: both;
	}

	#product-details-image-full
	{
		width: 320px;
	}

	#product-details-slideshow
	{
		margin-left: 80px;
		width: 320px;
		height: 320px;
	}

	.product-details-slideshow-img
	{
		width: 320px;
		height: 320px;
	}

	#product-details-thumbs
	{
		width: 80px;
	}

	.product-details-thumb-img
	{
		width: 60px;
		height: 60px;
	}

	.product-details-thumb-img-on
	{
		width: 60px;
		height: 60px;
	}


	/***********************************************************
	TIMELINE
	***********************************************************/

	.timeline-block
	{
		display: table;
		position: absolute;
		width: 100%;
		height: 256px;
		opacity: 0.0;
		filter: alpha(opacity=0);
		margin-top: 0px;
	}

	.timeline-event-title
	{
		padding-left: 20px;
		padding-right: 20px;
		font-size: 24px;
		line-height: 26px;
	}

	.timeline-event-caption
	{
		padding-left: 20px;
		padding-right: 20px;
		font-size: 16px;
		line-height: 20px;
	}


	.news-row
	{
		min-height: auto !important;
		border-top: 1px solid #cccccc;
		padding-top: 24px;
	}

	.news-pic
	{
		display: block !important;
		position: relative !important;
		width: auto !important;
		text-align: center !important;
	}

	.news-pic img
	{
		margin: 0px auto;
	}

	.news-info
	{
		min-height: auto !important;
		margin-left: 0px !important;
		text-align: center !important;
	}

	.content-image-right
	{
		padding-right: 50%;
	}

	.content-image-left
	{
		padding-left: 50%;
	}
}

