/* MEDIA QUERIES
 * Adjustments for various viewport sizes
================================================================================ */

/* Viewport settings for IE10 and Opera Mobile 11+ */
@-ms-viewport {
	width:device-width;
	initial-scale:1.0;
}
@-o-viewport {
	width:device-width;
	initial-scale:1.0;
}
@viewport {
	width:device-width;
	initial-scale:1.0;
}

/* ALL WIDTHS
================================================================================ */
@media only screen {


	/* Prevent Safari/iOS from auto-increasing text size in landscape mode */
	body {
		-webkit-text-size-adjust:100%;
	}

	/* Make images flexible */
	img {
		max-width:100%;
		height:auto;
	}

	/* Layout widths
	-------------------------------------------------------------- */
	#header,
	.content-1,
	#footer .inner-wrapper {
		width:auto;
		max-width:980px;
	}

} /* End all widths */

/* 1000px
================================================================================ */
@media only screen and (max-width:1060px) {

	/* Flexslider
	-------------------------------------------------------------- */
	.flexslider.images-and-text .slides > li {
		background-size:cover;
	}
	.flexslider .text {
		width:auto;
	}
	.flexslider .content {
		width:340px;
	}

	/* General product list
	-------------------------------------------------------------- */
	.row .listing li,
	.cols-1 .listing li:nth-child(6n+3),
	.cols-1 .listing li:nth-child(6n+6),
	.cols-2 .listing li:nth-child(3n+3) {
		margin-right:17px;
	}
	.cols-1 .listing li:nth-child(5n+5),
	.cols-2 .listing li:nth-child(2n+2) {
		margin-right:0;
	}
	.cols-1 .listing li:nth-child(6n+1),
	.cols-2 .listing li:nth-child(3n+1) {
		clear:none;
	}
	.cols-1 .listing li:nth-child(5n+1),
	.cols-2 .listing li:nth-child(2n+1) {
		clear:left;
	}

	/* Dialogs
	-------------------------------------------------------------- */
	.dialog {
		max-width:96%;
	}

} /* End max-width:1000px */

@media only screen and (max-width:980px) {
	a.youtube_dialog{
		font-size: 24px;
	}
}


/* 840px
================================================================================ */
@media only screen and (max-width:840px) {

	/* Adjust margins, padding and widths in the header
	-------------------------------------------------------------- */
	body:not(.psn) #header {
		padding-bottom:28px;
	}
	body:not(.psn) #logo {
		margin-bottom:28px;
	}
	body:not(.psn) #logo img {
		margin-top:0;
	}
	body:not(.psn) #nav-supp-search {
		position:static;
		float:right;
	}
	body:not(.psn) #search input[type="search"]:focus {
		width:150px;
	}
	.nav-main {
		float:none;
		clear:both;
		margin-top:0;
	}

	/* Columns
	-------------------------------------------------------------- */
	.col {
		margin-left:2.948402948403%; /* 24 / 814 */
	}
	.cols-2 > .col {
		width:48.525798525799%; /* 395 / 814 */
	}
	.cols-3 > .col,
	.article > .cols-2 > .col-2 {
		width:31.449631449631%; /* 256 / 814 */
	}
	.cols-3 > .col + .col {
		margin-left:2.825552825553%; /* 23 / 814 */
	}
	.cols-ratio-2-1 > .col-1,
	.cols-ratio-1-2 > .col-2,
	.article > .cols-2 > .col-1 {
		width:65.601965601966%; /* 534 / 814 */
	}
	.cols-4 > .col {
		width:22.972972972973%; /* 187 / 814 */
	}
	.cols-4 > .col + .col {
		margin-left:2.702702702703%; /* 22 / 814 */
	}
	.cols-ratio-3-1 > .col-1 {
		width:74.324324324324%; /* 605 / 814 */
	}
	.cols-ratio-3-1 > .col-1 .cols-3 > .col {
		width:30.909090909091%; /* 187 / 605 */
	}
	.cols-ratio-3-1 > .col-1 .cols-3 > .col + .col {
		margin-left:3.636363636364%; /* 22 / 605 */
	}

	/* Product teaser
	-------------------------------------------------------------- */
	.m-product-teaser {
		float:none;
		width:auto;
	}
	.m-product-teaser .m-c {
		padding:12px;
	}

	/* General product list
	-------------------------------------------------------------- */
	.cols-1 .listing li:nth-child(5n+5) {
		margin-right:17px;
	}
	.cols-1 .listing li:nth-child(4n+4) {
		margin-right:0;
	}
	.cols-1 .listing li:nth-child(5n+1) {
		clear:none;
	}
	.cols-1 .listing li:nth-child(4n+1) {
		clear:left;
	}

	/* User profile box
	-------------------------------------------------------------- */
	.user-info {
		padding:12px;
	}

	/* On-page search
	-------------------------------------------------------------- */
	.on-page-search-wrap.search-page {
		width:65.601965601966%;
	}

	/* Footer
	-------------------------------------------------------------- */
	.footer-3 {
		padding-top:20px;
	}
	.footer-3-1 .row {
		margin-bottom:20px;
	}
	.footer-3-1 .cols-4 .col {
		width:31.449631449631%; /* 256 / 814 */
	}
	.footer-3-1 .cols-4 .col + .col {
		margin-left:2.825552825553%; /* 23 / 814 */
	}
	.footer-3-1 .cols-4 .col-4 {
		float:right;
		width:auto;
		margin-top:20px;
	}
	.change-region,
	.newsletter {
		margin-left:0;
	}
	.change-region h3,
	.newsletter h3 {
		padding:0;
	}
	.footer-3 .follow-us h3 {
		display:inline-block;
		margin-right:13px;
	}
	.footer-3 .follow-us ul {
		display:inline-block;
		vertical-align:middle;
	}

	/* PSN footer
	-------------------------------------------------------------- */
	#footer.psn .inner-wrapper > a {
		margin-bottom:5px;
	}
	#footer.psn [role="contentinfo"] {
		float:none;
		clear:both;
		text-align:left;
	}

} /* End max-width:840px */

/* Min-width 769px
================================================================================ */
@media only screen and (min-width:769px) {

	/* Hide mobile navigation */
	.mobile-nav,
	#header-navigation {
		display: none;
	}

}/* End min-width:769px */


/* 768px
================================================================================ */
@media only screen and (max-width:768px) {

	/* Elements
	-------------------------------------------------------------- */
	blockquote {
		padding:20px 40px;
		background-size:35px;
	}

	/* Hide nav-sub links and display title */
	.nav-sub .mobile-title {
		display:block;
		float: left;
		margin: 3px 0 0;
		font-weight: 600;
		font-size: 14px;
		line-height: 22px;
		text-transform: uppercase;
		color:#282828;
	}
	.nav-sub > ul {
		display:none;
	}
	.image-intro {
		margin-bottom:35px;
	}

	/* Header
	-------------------------------------------------------------- */

	body:not(.psn) #nav-supp-search {
		float:none;
	}


	#header .nav-supp {
		float:none;
		margin-bottom:4px;
		margin-left:220px;
		text-align:right;
	}
	.nav-supp a {
		display:inline-block;
		text-transform: none;
	}


	/* Search
	-------------------------------------------------------------- */
	#search {
		margin-left:0;
		text-align:left;
	}
	.images-on #search input[type="search"]:focus,
	.images-on #search.active input[type="search"] {
		text-indent:0;
	}

	/* Flexslider
	-------------------------------------------------------------- */
	.flexslider.home {
		margin-bottom:20px;
	}

	/* Tagline
	-------------------------------------------------------------- */
	.tagline {
		margin:20px;
		font-size:26px;
	}
	.tagline p {
		margin-bottom:0;
	}
	.tagline + hr {
		margin-top:20px;
	}

	/* Contentpage
	-------------------------------------------------------------- */

	 a.youtube_dialog{
		font-size: 20px;
		font-weight: normal;
	}

	.splash-row__col_centered .block-content h2{
		margin-bottom:0;
	}

	.splash .splash-row__col_centered .block-content > *:not(:last-child) {
		margin-bottom:6px;
	}

	/* Text block with background image
	-------------------------------------------------------------- */
	.m-l {
		min-height:0;
		background:transparent !important;
	}
	.m-l:last-child {
		margin-bottom:0;
		padding-bottom:20px;
	}
	.m-l > div {
		float:none;
		width:auto;
		margin:0 !important;
		padding-top:0;
	}
	.section-header + .banner-section {
		margin-top:0;
	}
	.row.image {
		min-height:0;
		background:transparent !important;
	}
	.row.image > .col {
		float:none;
		width:auto;
	}

	/* User profile box
	-------------------------------------------------------------- */
	.user-info {
		float:none;
		width:auto;
		padding:12px;
	}
	.user-info:before {
		top:-23px;
		left:35px;
		width:26px;
		height:23px;
		background-image:url(/gui/i/speech-bubble-left.png?embed);
	}
	.user-profile h3 {
		line-height:normal;
	}
	.user-profile .image {
		float:none;
		width:auto;
	}
	.user-profile .image img {
		width:100%;
	}

	/* General product list
	-------------------------------------------------------------- */
	.listing li {
		margin-right:17px !important;
	}

	/* Model list
	-------------------------------------------------------------- */
	.model-list {
		text-align:right;
	}
	.model-list ul + a {
		display:inline-block;
		float:none;
		margin:15px 0 0;
	}

	/* Products
	-------------------------------------------------------------- */
	.product-presentation > img {
		margin-bottom:5px;
	}

	/* Teasers
	-------------------------------------------------------------- */
	.content-1 .teasers .row {
		margin-bottom:10px;
	}
	#body .teasers .row:last-child {
		margin-bottom:0;
	}

	/* Tabs
	-------------------------------------------------------------- */
	.tabs li {
		margin-right:8px;
		margin-bottom:8px;
	}
	.tabs a,
	.tabs strong {
		padding:4px 6px;
	}

	/* Contact details
	 * Used on contact page
	-------------------------------------------------------------- */
	.contact-details .follow-us img {
		margin-right:10px;
	}

	/* Contact details on PSN page
	-------------------------------------------------------------- */
	.contact-details.psn .m-c p,
	.contact-details.psn .m-c p + div {
		float:none;
		width:auto;
	}

	/* Footer
	-------------------------------------------------------------- */
	.m-facts img {
		display:block;
		float:none;
		margin:0 auto 5px;
	}
	.nav-supp-2 li {
		margin-bottom:4px;
	}
	.footer-3-2 .cols-4 > .col {
		display:inline;
		float:none;
		width:auto;
		margin:0;
	}
	#footer:not(.psn) .copyright {
		float:none;
		margin-bottom:10px
	}
	.footer .nav-supp:first-of-type {
		clear:left;
	}
	.footer-3-2 .nav-supp li:before {
		display:inline-block;
		margin:0 10px;
		color:#4b4b4b;
		content:" | ";
	}
	.footer-3-2 .copyright + .nav-supp li:first-child:before {
		display:none;
	}

} /* End max-width:768px */


/* 640px
================================================================================ */
@media only screen and (max-width:640px) {

	/* Elements
	-------------------------------------------------------------- */
	blockquote p {
		margin:0;
	}

	/* Header
	-------------------------------------------------------------- */
	body:not(.psn) #header {
		padding-bottom:12px;
	}
	body:not(.psn) #logo {
		margin-bottom:20px;
	}

	#header{
		padding: 13.5px 13px 33px;
	}

	/* Nav-main
	-------------------------------------------------------------- */
	.nav-main li {
		margin:0 8px 8px 0;
	}
	.nav-main li + li {
		margin-left:0;
	}
	.nav-main li:last-child {
		margin-right:0;
	}
	.nav-main a {
		padding:8px;
		background:#eee;
	}

	/* Nav sub (anchor navigation)
	-------------------------------------------------------------- */
	.sticky-nav-wrapper:not(.sticky) > .nav-sub > ul {
		float:none;
		overflow:hidden;
		margin-bottom:10px;
		padding-bottom:15px;
		border-bottom:5px solid #E5E5E5;
	}
	.sticky-nav-wrapper .follow-us {
		margin:0;
	}

	/* Flexslider
	-------------------------------------------------------------- */
	.flexslider.images-and-text .slides > li {
		padding:0 0 24px !important;
		background:#eee !important; /* Remove background images */
	}
	.images-on .flex-direction-nav a {
		width:36px;
		height:50px;
		margin:-25px 0 0;
		background:url(/gui/i/bg_direction_nav.png?embed) no-repeat 0 0;
		background-size:71px 100px;
	}
	.flex-direction-nav a.flex-next {
		background-position:-36px 0;
	}
	.flex-direction-nav .flex-next:hover,
	.flex-direction-nav .flex-next:focus {
		background-position:-36px -50px;
	}
	.flex-direction-nav .flex-prev:hover,
	.flex-direction-nav .flex-prev:focus {
		background-position:0 -50px;
	}
	.flexslider .text {
		height:200px;
		padding:20px 38px 0;
	}
	.flexslider .content {
		width:auto;
	}
	.flex-control-nav {
		bottom:0;
	}

	/* Image intro
	 * Page intro with background image
	-------------------------------------------------------------- */
	.image-intro .text {
		width:auto;
		padding:0 50px;
	}

	/* Section intro
	 * Used on Section pages
	-------------------------------------------------------------- */
	.section-intro {
		width:auto;
	}

	/* User profile box
	-------------------------------------------------------------- */
	.user-info {
		margin-left:25%
	}
	.user-info:before {
		top:20%;
		left:-24px;
		width:27px;
		height:24px;
		background-image:url(/gui/i/speech-bubble-left.png?embed);
	}
	.user-profile .image {
		float:left;
		width:25%;
	}

	/* Columns
	-------------------------------------------------------------- */
	.row {
		margin-bottom:0 !important;
	}
	.col,
	.row > .col,
	.row > .col + .col,
	.cols-ratio-3-1 > .col-1 .cols-3 > .col {
		width:48.045602605863%; /* 295 / 614 */
		margin-left:3.908794788274%; /* 24 / 614 */
		margin-bottom:20px;
	}
	.row > .col:nth-child(odd) {
		clear:left;
		margin-left:0 !important;
	}
	.article > .cols-2 > .col {
		float:none;
		width:auto;
		margin-left:0;
	}
	/* Special case for the search page */
	.search-page .content-1 .cols-ratio-2-1 > .col {
		float:none;
		width:auto;
		margin-left:0;
	}

	/* On-page search
	-------------------------------------------------------------- */
	.on-page-search-wrap.search-page {
		width:100%;
	}

	/* Teasers
	-------------------------------------------------------------- */
	.home .content-1 .teasers .row:last-child {
		margin-bottom:0;
	}
	.content-1 .teasers:last-child {
		padding-bottom:10px;
	}

	/* In the box
	-------------------------------------------------------------- */
	.in-the-box img,
	.in-the-box ul {
		float:none;
	}
	.in-the-box img {
		margin-bottom:10px;
	}

	/* Custom lists
	-------------------------------------------------------------- */
	.custom-list.cols-2 li {
		float:none;
		width:auto;
	}
	.custom-list.cols-2 li:first-child + li {
		padding-top:12px;
	}

	/* FOOTER
	================================================================================ */

	/* nav-supp-2
	-------------------------------------------------------------- */
	.nav-supp-2 > .row {
		padding-bottom:0;
		border-top:5px solid #252525;
	}
	.nav-supp-2 > .row:first-child > .col-1 {
		display:inline;
		float:none;
		clear:none;
		width:auto;
		margin:0;
		border:none;
	}
	.nav-supp-2 > .row:first-child > .col-2 {
		border:none;
	}
	.nav-supp-2 > .row .row {
		display:inline;
	}

	/* footer-3-1
	-------------------------------------------------------------- */
	.footer-3-1 .cols-4 .col {
		width:48.045602605863%; /* 295 / 614 */
		margin-left:3.908794788274%; /* 24 / 614 */
	}
	.footer-3-1 .col-1 {
		width:auto;
	}
	.footer-3-1 .row.cols-4 .col-2 {
		clear:left;
		margin-left:0;
	}
	.footer-3-1 .row.cols-4 .col-3 {
		clear:none;
		margin-left:3.908794788274% !important; /* 24 / 614 */
	}
	.footer-3-1 .cols-4 .col-4 {
		margin-top:0;
		width:auto;
	}

	/* footer-3-2
	-------------------------------------------------------------- */
	.footer-3-2 .col {
		clear:none;
		width:auto !important;
		margin:0 !important;
	}
	.copyright {
		float:none;
		margin-bottom:10px
	}
	.footer-3-2 .nav-supp {
		display:inline;
		margin-left:0;
		text-align:left;
	}
	.footer-3-2 .nav-supp ul {
		text-align:left;
	}
	.footer-3-2 .nav-supp a {
		margin-left:0;
	}

	/* PSN footer
	-------------------------------------------------------------- */
	#footer.psn .copyright {
		margin-bottom:5px;
	}
	#footer.psn .nav-supp {
		float:none;
	}
	#footer.psn .nav-supp ul {
		text-align:left;
	}
	#footer.psn .nav-supp li:first-child {
		margin-left:0;
	}

} /* End max-width:640px */


/* 768px
================================================================================ */
@media only screen and (max-width:768px) {

	*{
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	/* Header
	-------------------------------------------------------------- */
	body:not(.psn) #header {
		padding-bottom:2px;
	}
	body:not(.psn) #logo {
		margin-bottom:11px;
	}

	/* Responsive main-nav
	-------------------------------------------------------------- */
	/* Push */
	html,body{overflow-x: hidden; }

		#logo {
		margin-left: 8px;
		height:29px;
		width:164px;
		background: url('/gui/i/logo-new.png');
		background-size: cover;
	}

	#logo a{
		height:42px;
		width:228px;
	}

	#logo img{
		display: none;
	}

	.nav-compact {
		box-sizing: border-box;
		right:-110%;
		width:100%;
		top:56px;
		z-index: 99999;
		position:fixed;
		overflow-y:scroll;
		background:#fff;
    	bottom:0;
		transition: right 0.3s ease;
		box-shadow: 1px 0px 0px #000, 0px 3px 6px #000;
	}
	 .nav-compact.expanded {
	    right: 0;
	}



	/* reset
	-------------------- */
	/* Hide main navigation show mobile navigation */
	#search div {
	margin-top: -10px;
	padding: 5px 0;
	}

	.js .nav-main,
	#nav-supp-search {
		display: none;
	}


	.nav-compact .fake-button {
		display: none;
	}
	.nav-compact .images-on #search button {
		display: block;
	}
	body:not(.psn) .nav-compact #search {
		float: none;
		margin: 0;
		padding: 20.5px 15.5px 6px 20.5px;
	}

	#search input[type="search"] {
		text-indent:0px;
	}

	.nav-compact input#searchtext{
		width: 100%;
		width: calc(100% - 20px)!important;
		float:right;
	}

	.nav-compact form img{
		float:right;
		width:13px;
	}

	.nav-compact #search button {
		display: block;
	}
	#header .nav-compact .nav-supp a {
		background: #fff;
		vertical-align: top;
		margin-left: 0;
		padding-bottom: 12px;
	}
	.js #header .nav-compact .nav-supp li:not(.support) {
		display: block;
	}

	/* style
	-------------------- */
	#header-navigation {
		float: right;
		display: block;
	}

	.nav-expanded .menu-icon{
		position: fixed;
		z-index: 9999;
	}
	body:not(.psn) #nav-supp-search {
		float: left;
	}
	.menu-icon{
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		height:40px;
		background: none;
		position: absolute;
		z-index: 9999;
		right: 13px;
		top: 8px;
	}

	.menu-icon button{
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		outline: none;
	}

	.menu-icon:hover,.menu-icon:focus, .menu-icon:active{
		outline:none;
		background: none;
	}
	#header-navigation span.icon {
		outline:none;
		display: block;
		position: relative;
		width: 20px;
		height: 3px;
		border-radius: 1px;
		background: rgba(164,164,164,1);
		-webkit-transition: all 0.2s ease-in;
		transition: all 0.2s ease-in;
	}

	#header-navigation .icon-button[aria-expanded="true"] span.icon{
		background: #fff;
		background: rgba(68,68,68,0);
		transition: all 0.2s ease-in;
	}

	#header-navigation span.icon:before{
		display: block;
		position: absolute;
		top: -6px;
		left: 0;
		width: 20px;
		height: 3px;
		border-radius: 1px;
		background: rgba(164,164,164,1);
		-webkit-transition: all 0.2s ease-in;
		transition: all 0.2s ease-in;
		content:'';
	}
	#header-navigation span.icon:after{
		display: block;
		position: absolute;
		bottom: -6px;
		left: 0;
		width: 20px;
		height: 3px;
		border-radius: 1px;
		background: rgba(164,164,164,1);
		-webkit-transition: all 0.2s ease-in;
		transition: all 0.2s ease-in;
		content:'';
	}
	#header-navigation .icon-button[aria-expanded="true"] span.icon:before{
		top:0;
		-webkit-transform: rotate(45deg); /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
		-ms-transform: rotate(45deg); /* IE 9 */
		transform: rotate(45deg);
	}

	#header-navigation .icon-button[aria-expanded="true"] span.icon:after{
		bottom:0;
		-webkit-transform: rotate(-45deg); /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
		-ms-transform: rotate(-45deg); /* IE 9 */
		transform: rotate(-45deg);
	}

	.nav-supp li{
		position: relative;
		display: block;
		float:left;
	}

	#header .nav-supp a{
		color:#333333;
		font-size: 16px;
		text-transform: none;
	}

	.nav-compact .find-store a:before{
		background: url('/gui/i/icons/icon-place.svg');
		background-size: 16px;
		display: inline-block;
		margin: 1px 12px 0 0;
		width: 16px;
		height: 16px;
		content: '';
		z-index: 9999;
		cursor: pointer;
	}

	.nav-compact .contact-us a:before{
		background: url('/gui/i/icons/icon-mail.svg');
		background-size: 16px;
		display: inline-block;
		margin: 1px 12px 0 0;
		width: 16px;
		height: 16px;
		content: '';
		z-index: 9999;
		cursor: pointer;
	}

	.nav-compact .work a:before{
		background: url('/gui/i/icons/icon-work.svg');
		background-size: 16px;
		display: inline-block;
		margin: 1px 12px 0 0;
		width: 16px;
		height: 16px;
		content: '';
		z-index: 9999;
		cursor: pointer;
	}

	.nav-compact > ul {
		background: #f8f8f8;
		text-transform: uppercase;
	}

	.nav-compact .has-children ul{
		text-transform: none;
	}

	.nav-compact .has-children .has-children{
		text-transform: none;
	}

	.nav-compact > ul ul,
	.nav-compact li a {
		clear: both;
		transition: background-color 0.3s ease;
	}
	.nav-compact li.expanded > a {
		background: #333333;
		color: #fff !important;
	}
	.nav-compact a:hover,
	.nav-compact a:focus {
		color:#333 !important;
	}
	.nav-compact li.has-children button {
		background:transparent;
	}
	.nav-compact li.has-children button:after,
	.nav-compact li.has-children li button:after,
	.nav-compact.expanded li.has-children button:after,
	.nav-compact.expanded li li.has-children button:after {
			margin-top: 3px;
			content: '+';
			display: inline-block;
			font-size: 20px;
			padding: 15px;
			transition: transform 0.3s ease, margin 0.3s ease;
			color: #666;
			height: 13px;
			width: 13px;
			bottom: 0;
			line-height: 16px;
			vertical-align: middle;
			margin-right: -1px;
	}

	.nav-compact li:not(.has-children) a:after{
		content: '';
		background: url('/gui/i/icons/Mobile-menu-arrow-01.png');
		background: url('/gui/i/icons/Mobile-menu-arrow-01.svg');
		background-repeat: no-repeat;
		background-position: 50% 50%;
		width: 6px;
		height: 10px;
		background-size: 6px 10px;
		display: inline;
		position: absolute;
		right: 2px;
		padding: 15px;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.nav-compact li.has-children.expanded>button:after,
	.nav-compact li li.has-children.expanded>button:after
	{
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		color:#fff;
		margin-right:-2px!important;
	}
	.nav-compact ul {
		overflow-y:hidden;
		overflow-x:hidden;
		margin:0;
		list-style:none;
		outline:none;
	}
	.nav-compact li {
		position:relative;
		float: none;
		margin: 0;
	}
	.nav-compact button {
		position:absolute;
		top:0;
		right:0;
		padding: 0;
		outline:none;
	}
	.nav-compact button.full {
		width:100%!important;
		text-align: right;
	}

	/* All levels */
	.nav-compact li a,
	.nav-compact li li a {
		display:block;
		padding: 15.5px 48px 14.5px 20px;
		border-top:1px solid #cccccc;
		color:#333333;
		font:16px/20px "Myriad Pro", Arial, sans-serif;
		text-decoration:none;
	}
	.nav-compact li.expanded > ul > li:nth-child(1):not(.expanded) > a {
		padding-top: 14.5px;
		border-top:none;
		font-size: 16px;
	}
	.nav-compact li a:hover,
	.nav-compact li a:focus {
		color:#101820;
	}
	.nav-compact li.expanded > a,
	.nav-compact li a.selected {
		border:none;
	}

	.nav-compact li.expanded > ul > li:nth-child(1) > a {
		border-top: 1px solid #ccc;
	}

	/* Selected page link */
	.nav-compact a.selected {
		background:#da291c;
		color:#fff;
	}

	/* Level two */
	.nav-compact ul ul {
		background:#e4e4e4;
	}
	.nav-compact ul li {
	}
/*	.nav-compact ul ul li.expanded > a {
		margin-left:0;
		padding-left:48px;
	}*/
	.nav-compact li li a {
		padding-left: 35px;
	}
	.nav-compact li li.expanded > a,
	.nav-compact li li.expanded a.selected {
	}

	/* Level three */
	.nav-compact ul ul ul {
		background:#fff;
	}

	.nav-compact li li li a {
		margin-left: 50px;
		padding-left:0;
		background:#fff;

	}

		.nav-compact li li li.expanded > a {
		margin-left: 0px;
		padding-left:50px;

	}


	.nav-compact li li li li  a{
		padding-left:0px;
		margin-left: 65px;
		color: #7f7f7f;

	}

		.nav-compact li li li li  a:before{
		padding-left:0px;
		margin-left: 65px;

	}

	/* Nav-supp in header
	-------------------------------------------------------------- */
	.js #header .nav-supp {

	}
	.js #header .nav-supp li:not(.support) {
		display:none;
	}
	.js #header .nav-supp {
		text-align:left;
		margin-left:0;
	}
	.js #header .nav-supp ul {
		text-align:left;
		margin-left:0;

	}

	/* PSN header
	-------------------------------------------------------------- */
	.psn #header {
		margin-bottom:20px;
	}
	.psn #header > .inner-wrapper {
		padding-bottom:3px;
	}
	.back-link-psn {
		z-index:10;
	}

	/* Search
	-------------------------------------------------------------- */
	.images-on #search input[type="search"],.images-on #search input[type="search"]:focus, .images-on #search.active input[type="search"] {
		border-bottom:none;
		outline: none;
		-moz-transition:none;
		-webkit-transition:none;
		transition:none;
	}

	.images-on #search input[type="search"],
	.images-on #search input[type="search"]:focus,
	.images-on #search.active input[type="search"],
	body:not(.psn) .nav-compact #search input[type="search"]:focus
	{
		font-size: 16px;
		width: 100%;
		width:calc(100% - 28px);
		text-indent: 6px;
	}

.nav-compact #search button{
	position: relative;

}

.nav-compact form#search{
	border-top:1px solid #ddd;
	width: 100%;
	width: calc(100% - 45px);
}

.images-on #search button img, .fake-button{
	background: url('/gui/i/icons/icon-search.svg');
	background-size: 16px;
	height: 16px;
	width:16px;
}

.nav-compact #searchtext{
	float:right;
}
.fixed{
	position: fixed;
}

} /* End max-width:768px */

/* Start min-width:568px max-width:768px
================================================================================ */
@media only screen and (min-width:568px) and (max-width:768px) {


	.fixed #main{
		opacity: 0.4;
	}

	.fixed #footer{
		opacity: 0.4;

	}

	.nav-compact{
		width: 320px;
	}



}
/* End min-width:568px max-width:768px */


/* 480px
================================================================================ */
@media only screen and (max-width:480px) {

	/* Increase text size in text inputs to avoid zooming in iOS
	-------------------------------------------------------------- */
	button,
	input[type="email"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	input[type="tel"],
	input[type="text"],
	textarea {
		font-size:16px;
	}

	/* Elements
	-------------------------------------------------------------- */
	blockquote {
		padding:10px 30px;
		background-size:25px;
		font-size:18px;
	}
	hr {
		margin:20px 0;
	}
	hr:last-child {
		margin-bottom:15px;
	}

	/* Columns
	 * Linearise columns
	-------------------------------------------------------------- */
	.col,
	form .row .col {
		float:none;
		width:auto !important;
		margin-left:0 !important;
		padding:0;
	}
	form .col {
		margin-bottom:10px !important;
	}

	/* Special cases for margins */
	.single-product-page .content-1 > .row:last-child > .col:last-child,
	.support-page .content-1 > .row:last-child > .col:last-child {
		margin-bottom:0;
	}

	/* Remove columns that contain nothing but an image
	-------------------------------------------------------------- */
	div:not(.overview-area) > .row > .col > img:only-child {
		display:none;
	}

	/* Forms
	-------------------------------------------------------------- */
	.system-message {
		margin-bottom:20px;
	}


	/* Nav-main
	-------------------------------------------------------------- */
	.nav-main {
		margin-top:2px;
	}
	.nav-main li {
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		float:left;
		width:50%;
		margin-right:0;
		padding-right:4px;
	}
	.nav-main li:nth-child(even) {
		float:right;
		padding:0 0 0 4px;
	}

	/* Nav sub (anchor navigation)
	-------------------------------------------------------------- */
	.sticky-nav-wrapper {
		overflow:hidden;
	}
	.sticky-nav-wrapper.sticky {
		padding-top:5px;
		padding-bottom:5px;
	}

	/* Tabs
	-------------------------------------------------------------- */
	.tabs {
		margin-bottom:20px;
	}
	.tabs strong:after {
		display:none;
	}
	.tabs li {
		float:left;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		width:50%;
		margin-right:0;
		padding-right:4px;
	}
	.tabs li:nth-child(even) {
		padding-left:4px;
	}

	/* Sections
	-------------------------------------------------------------- */
	.js [id]:target {
		padding-top:6em;
	}

	/* Section headers
	-------------------------------------------------------------- */
	.section-header {
		margin-top:20px;
	}
	.content-1 > .section-header:first-child,
	.row + .section-header-second {
		margin-top:0;
	}

	/* Flexslider
	-------------------------------------------------------------- */
	.flexslider .content {
		margin-bottom:10px;
		font-size:20px;
		line-height:inherit;
	}

	/* Image intro
	-------------------------------------------------------------- */
	.image-intro {
		margin-bottom:0;
		background:transparent !important; /* Remove background image */
	}
	.image-intro .text {
		display:block;
		height:auto;
		padding:0;
	}

	/* Tagline
	-------------------------------------------------------------- */
	.tagline {
		margin-right:10px;
		margin-left:10px;
		font-size:20px;
	}
	.tagline + hr {
		margin-bottom:20px;
	}

	/* Model list
	-------------------------------------------------------------- */
	.model-list {
		text-align:center;
	}
	.model-list li h3::after {
		display:none;
	}
	.model-list ul + a {
		margin:20px 0;
	}

	/* Model content
	-------------------------------------------------------------- */
	.model-content:last-child {
		padding-bottom:5px;
	}

	/* Product page
	-------------------------------------------------------------- */
	.product-page .teaser-rows {
		padding-top:0;
	}
	#overview + .section-header,
	#usage,
	#features,
	.model-content,
	.m-product {
		margin-top:0;
	}
	.resource-area {
		padding-top:20px;
	}
	.js .expandable-area {
		padding-top:20px;
	}
	.m-product p {
		margin-bottom:0;
	}

	/* Buttons
	-------------------------------------------------------------- */
	a.btn-3 {
		display:block;
		margin-right:2px;
		padding:3px 14px 2px 6px;
		text-transform:none;
	}

	/* Teasers
	-------------------------------------------------------------- */
	.content-1 .section-header + .teasers {
		padding-top:0;
	}
	.teasers + .section-header {
		margin-top:0;
	}
	.content-1 .teasers {
		padding-top:0;
	}
	.content-1 .teasers:last-child {
		padding-bottom:0;
	}
	.m-teaser {
		margin-bottom:30px;
	}
	.m-teaser .image {
		margin-bottom:10px;
	}
	.m-teaser h2,
	.m-teaser h3 {
		margin-bottom:0;
	}
	.m-teaser .m-c p {
		margin-bottom:0;
	}
	.m-teaser .m-c p.read-more {
		padding:0;
	}

	/* On-page search
	-------------------------------------------------------------- */
	.on-page-search-wrap {
		float:none;
		clear:both;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		width:100%;
	}

	/* General product list
	-------------------------------------------------------------- */
	.listing .caption {
		margin-bottom:0;
	}

	/* SOLUTION GUIDE
	================================================================================ */
	#solution-guide {
		padding-top:28px;
	}
	#solution-guide fieldset {
		padding:28px 20px 0;
	}
	#solution-guide legend {
		font-size:20px;
		line-height:24px;
	}
	#solution-guide .radio {
		float:none;
		width:auto;
		padding:0 !important;
	}

	/* CONTACT
	================================================================================ */
	.contact-points {
		padding-top:20px;
	}

	/* SEARCH RESULTS
	================================================================================ */
	.search-results {
		margin-bottom:20px;
	}
	.paging,
	.paging p {
		margin-bottom:0;
	}
	.search-results .meta {
		margin-top:0.5em;
	}

	/* FIND RETAILER
	================================================================================ */
	#map-finder {
		padding-bottom:20px;
	}
	#map-finder .map-h {
		padding:20px 0;
	}
	#map-finder .map-h h1 {
		float:none;
		margin:0 0 5px;
	}
	#map-finder .map-h .on-page-search-wrap {
		float:none;
		width:auto;
	}
	#map-finder .map-c .section-header h2 {
		margin-bottom:10px;
	}
	#map-finder .map-c .section-header .legend {
		float:none;
		clear:both;
	}
	#map-finder .map-c .section-header .legend li {
		float:none;
		margin-left:0;
	}
	/* Smaller map to avoid filling the entire viewport */
	#map-finder .map-c .map-canvas {
		float:none;
		width:auto;
		height:320px;
	}
	#map-finder .map-c .map-canvas .map {
		height:320px;
	}
	/* Narrower infowindow */
	#map-finder .office-info-window {
		width:254px;
	}
	/* Smaller Save Location button */
	#map-finder .map-c .map-canvas .button {
		right:5px;
		bottom:17px;
		text-transform:none;
	}
	/* Let the retailer list flow normally */
	#map-finder .map-c .map-listing {
		float:none;
		width:auto;
		height:auto;
		overflow-y:visible;
		border-top:0;
	}
	#map-finder .map-c .map-listing ul {
		min-height:0;
	}
	/* We don't need the toggle button */
	.button.mapToggle {
		display:none;
	}


	/* FOOTER
	================================================================================ */

	.footer-1.small {
		padding:20px 0 0;
	}
	.footer-1.small .inner-wrapper:before {
		top:-64px;
	}

	/* Disqus
	-------------------------------------------------------------- */
	#disqus {
		margin-bottom:20px;
		padding:0;
	}

	/* Teasers
	-------------------------------------------------------------- */
	#footer .teasers .col {
		margin-bottom:12px;
	}
	#footer .teasers .m {
		min-height:0 !important; /* Override value set via JS */
		border-bottom:none;
	}
	#footer .teasers h3 {
		line-height:1;
	}
	#footer .teasers .col-1 h3 {
		margin-top:0;
		padding-top:14px;
	}
	.m-facts img {
		float:left;
		margin:0 10px 5px 0;
	}

	/* Info etc
	-------------------------------------------------------------- */
	.m.psn-network {
		margin-left:0;
	}

	/* nav-supp-2
	-------------------------------------------------------------- */
	.footer-2 {
		padding-top:20px;
	}
	.nav-supp-2 h3 {
		padding:15px 0;
	}
	.nav-supp-2 ul {
		margin-top:15px;
	}
	.nav-supp-2 .row .row .col {
		margin-bottom:15px;
	}

	/* footer-3-1
	-------------------------------------------------------------- */
	.footer-3-1 .row.cols-4 .col-3 {
		clear:both;
		margin-bottom:20px;
		margin-left:0 !important;
	}
	.footer-3-1 .cols-4 .col-4 {
		margin-top:0;
		width:auto;
	}
	.newsletter form {
		position:relative;
		overflow:hidden;
	}
	.newsletter .text {
		margin-right:27px;
	}
	.newsletter input {
		float:none;
		width:100%;
		font-size:12px;
	}
	.newsletter .submit-area {
		position:absolute;
		top:0;
		right:0;
		float:none;
		width:auto;
		margin:0;
	}
	.footer-3-2 {
		padding-bottom:10px;
	}
	.footer-3-2 .nav-supp {
		float:none;
	}
	.footer-3-2 .nav-supp li {
		float:left;
		width:50%;
	}
	.footer-3-2 .nav-supp li {
		margin:0 0 10px;
	}
	.footer-3-2 .nav-supp li:before {
		display:none !important;
	}

	/* Login page
	-------------------------------------------------------------- */
	body.login {
		padding:0 10px;
	}
	.login #main {
		width:auto;
		max-width:300px;
		margin-top:20px;
		padding:20px 20px 10px;
	}

} /* End max-width:480px */


/* 320px
================================================================================ */
@media only screen and (max-width:320px) {

	/* HEADER
	================================================================================ */

	/* Smaller logo
	-------------------------------------------------------------- */
	#logo img {
		width:180px;
	}

	/* Search
	-------------------------------------------------------------- */
	body:not(.psn) #search {
		margin-top:24px;
	}

	/* Rearrange supplemental links
	-------------------------------------------------------------- */
	#header .nav-supp {
		margin-bottom:6px;
		margin-left:0;
	}
	#header .nav-supp ul {
		text-align:left;
	}
	#header .nav-supp li:first-child a {
		margin-left:0;
	}

	/* Nav-main
	-------------------------------------------------------------- */
	.nav-main ul {
		font-size:12px;
	}
	.nav-main li {
		margin-bottom:4px;
		padding-right:2px;
	}
	.nav-main a {
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
	}
	.nav-main li:nth-child(even) {
		padding-left:2px;
	}
	.nav-main a {
		padding:8px 6px;
	}

	/* Tabs
	-------------------------------------------------------------- */
	.tabs li {
		margin-bottom:4px;
		padding-right:2px;
	}
	.tabs li:nth-child(even) {
		padding-left:2px;
	}

	/* CONTENT
	================================================================================ */

	/* Model list
	-------------------------------------------------------------- */
	.model-list li {
		width:147px;
	}
	.model-list li + li + li {
		margin-top:10px;
	}

	/* General product list
	-------------------------------------------------------------- */
	.listing li {
		width:47.278911564626%; /* 139 / 294 */
		margin-right:5.442176870748% !important; /* 16 / 294 */
	}
	.listing li:nth-child(even) {
		clear:none !important;
		margin-right:0 !important;
	}
	.listing li:nth-child(odd) {
		clear:left !important;
	}
	.listing .caption {
		width:100%;
	}

	/* In the box
	-------------------------------------------------------------- */
	.in-the-box {
		overflow:hidden;
	}
	.in-the-box img {
		float:left;
		width:47.278911564626%; /* 139 / 294 */
		margin-right:0;
	}
	.in-the-box ul {
		margin-left:47.278911564626%; /* 139 / 294 */
		padding-left:32px;
	}

	/* Contact details on PSN page
	-------------------------------------------------------------- */
	.contact-details.psn {
		padding:10px;
	}

	/* Sitemap
	-------------------------------------------------------------- */
	.sitemap,
	.sitemap ul {
		margin-left:20px;
	}

} /* End max-width:320px */
