

/***************** MOBILE style adjustments **************/
.mobile_show
{
	display: none !important;
}


@media screen and (max-width: 1200px)
{
	/* Tablet and smaller */
	.page_back_button
	{
		display: none !important;
	}
	
}


@media screen and (max-width: 1000px)
{
	/* Phone */
		
	.product_share_container
	{
		width: 100% !important;
		float: none !important;
		margin-bottom: 20px;
		text-align:right !important;
	}

	.product_share_label
	{
		font-size: 0.7em;
		text-align:right !important;
	}

	.product_share_button
	{
		width: 56px !important;
		height: 56px !important;
		text-decoration: none;
		padding: 6px;
		padding-top: 12px !important;
		margin-left:4px;
	}

	
	CANVAS 
	{
	-webkit-touch-callout:none;                /* prevent callout to copy image, etc when tap to hold */
	-webkit-text-size-adjust:none;             /* prevent webkit from resizing text to fit */
	-webkit-tap-highlight-color:rgba(0,0,0,0); /* prevent tap highlight color / shadow */
	-webkit-user-select:none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
	-webkit-tap-highlight-color: transparent;
	}

	A {outline: 0 none; }
	
	
	A.button {FONT-SIZE:1.4em; }
	A.button_small {FONT-SIZE:1.1em; }
	
	
	BODY
	{
		margin:0px;
		-webkit-text-size-adjust: 100%;
		min-width: 720px
	}
	
	.productSiteReviewsContainer
	{
		-webkit-text-size-adjust:none;
	}
	
	.header
	{
		margin-top:0px;
			
		top: -105px;
	}
	
	.header_name_subtitle
	{
		left: 40px;
		top: 30px;
		display: none;
	}
	
	
	.mobile_hide
	{
		display: none !important;
	}
	.mobile_show
	{
		display: block !important;
	}
	
	
	.cookie_accept_panel
	{
		height: 160px;
		width: calc(100% - 80px) !important;
		min-width: 640px;
	}

	.header_social_icon
	{
		width: 42px;
		height: 42px;
		margin-left: 4px;
	}
	
	.header_name_title
	{
		font-size: 2.2em;
	}
	
	A.menu_link, A.menu_link_currentpage
	{
		font-size: 1.3em;
		margin-left:18px;
	}

	.content
	{		
		margin-top: 0px;
		Font-size: 24px;
	}
	
	h1
	{
		font-size: 2.5em;
	}
	
	h2
	{
		font-size: 1.7em;
	}
	
	.content_right_column , .content_fixed_right_column
	{
		position: relative;
		width: 100% !important;
		float: none;
		top: 0px;
	}
	
	.content_left_column
	{
		position: relative;
		width: 100% !important;
	}	
		

	
	.product_list_box_icon
	{
		width: 25% !important;
		right: -45px;
		bottom: -20px;
	}
	
	.product_list_box_small .product_list_box_icon
	{
		width: 21% !important;
	}

	.product_list_box_graphics
	{
		padding-top: 20px;
		position: relative;
		display: block;
		width: 95% !important;
		vertical-align: top;
		margin-right:0px !important;
	}

	.product_list_box_info
	{
		width: 100% !important;
		padding-left: 15px !important;
	}
	
	.product_sidebar_header
	{
		width: 55%;
		display: inline-block;
		text-align: center;
	}
	
	.product_sidebar_icon
	{
		display: inline-block;
		vertical-align: top;
		margin-top: 0px !important;
		margin-right: 20px !important;
	}
	
	.product_sidebar_label
	{
		display: inline-block;
		vertical-align: top;
	}
	
	.product_sidebar_buttons
	{
		float: right;
		text-align: right;
		width: 40%;
	}
	
	.product_shortcut_box
	{
		width: 20% !important;
		max-width: 180px;
		margin: 0px !important;
		box-sizing: border-box !important;
		text-align: center !important;
		vertical-align:top;
	}
	
	.product_shortcut_box_icon
	{
		width: 75% !important;
		float:none !important;
		margin-left: 10px;
	}
	
	.product_shortcut_box_small .product_shortcut_box_icon
	{
		width: 55% !important;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 20px;
	}
	
	.product_shortcut_box_title
	{
		font-size: 0.8em !important;
		top: 0px !important;
	}
	
	
	.product_shortcut_box_title_description
	{
		width: 100% !important;
	}
	
	.product_shortcut_box_description
	{
		display: none !important;
	}
	
	.footer
	{
		margin-bottom:70px;
	}
	
	
	.screenshot_fullscreen_text
	{
		font-size: 0.7em !important;
	}
	
	.screenshot_fullscreen_container
	{
		padding: 2px !important; 
	}
	
	.screenshot_fullscreen
	{
		left:1% !important;
		height: unset !important; 
		width: 98% !important;
	}
	
}