/* 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 {
		display:block;
		clear:both;
		max-width:980px;
		width:auto;
	}
} /* 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;
	}

	.nav-main {
		margin-top:11px;
	}

	.nav-main a {
		font-size:22px;
	}

	/* 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%;
	}

	/* Banner block
	-------------------------------------------------------------- */
	.banner-block {
		padding:30px;
	}

	.banner-block__content h2 {
		padding-bottom:6px;
		/*font:200 46px/48px "Myriad Pro", Arial, Helvetica, sans-serif;*/
	}

	.banner-block__content p {
		padding-top:6px;
		font:400 22px/1.2 "Myriad Pro", Arial, Helvetica, sans-serif;
	}
} /* End max-width:1000px */

@media only screen and (max-width:980px) {
	a.youtube_dialog {
		font-size:24px;
	}

	.nav-sub a.button {
		margin-top:11px;
		padding:4px 8px;
		font-size:13px;
		line-height:1.1;
	}

	.nav-sub .nav-sub-title {
		margin-top:2px;
		padding-bottom:2px;
	}

	/* Banner block
	-------------------------------------------------------------- */
	.banners .row.cols-collapsed[class] .col {
		width:100%;
	}

	/* New footer
	-------------------------------------------------------------- */
	#footer-new .inner-wrapper {
		width:auto;
	}

	#footer-new .footer-3 {
		display:block;
	}

	.lifestyle-block {
		background-image: none !important;
		background: #252525;
	}

	#footer-new .lifestyle-block .inner-wrapper {
		height: auto;
		padding: 0;
	}

	#footer-new .lifestyle-text {
		display: none;
	}

	#footer-new .lifestyle-block .lifestyle-links {
		position: relative;
	}
	#footer-new .lifestyle-block .lifestyle-links .row {
		margin-bottom: 0;
	}

	#footer-new .social-links-lang-select .lang-select {
		display: none;
	}

	#footer-new .icon-links--medium .icon-link img {
		width: 25px;
		height: 25px;
	}


	.quick-link {
		padding-top:100px;
		padding-left:0;
		background-position:center top;
		background-size:92px 92px;
		text-align:center;
	}

	.quick-link-area {
		padding:50px 30px 45px;
	}

	.quick-link-area .cols-4 > .col[class] {
		width:calc(50% - 30px);
	}

	.footer-link-lists .cols-4 > .col[class] {
		width:50%;
	}

	.quick-link-area .description-large-screen {
		display:none;
	}

	.quick-link-area .complementary-small-screen,
	.quick-link-area .description-small-screen {
		display:block;
	}

	.quick-link-area .description-small-screen {
		margin-bottom:2px;
		color:#666666;
	}

	.quick-link-area .complementary-small-screen {
		color:#e30040;
	}

	.quick-link:hover .complementary-small-screen {
		text-decoration: underline;
	}

	.footer-link-lists .cols-4 > .col[class],
	.quick-link-area .cols-4 > .col[class]:nth-child(odd) {
		margin-left:0;
	}

	.quick-link-area .col-2[class][class],
	.quick-link-area .col-4[class][class] {
		margin-left:60px;
	}

	.quick-link-area .col-1,
	.quick-link-area .col-2 {
		padding-bottom:45px;
	}

	.quick-link-area .col-3,
	.quick-link-area .col-4 {
		padding-top:50px;
	}

	.col-1 .quick-link h3 a:before,
	.col-2 .quick-link h3 a:before {
		content:none;
	}

	.col-3 .quick-link h3 a:before,
	.col-4 .quick-link h3 a:before {
		position:absolute;
		top:-50px;
		left:50%;
		width:30px;
		height:0;
		border:2px solid #ada79f;
		content:"";
		transform:translateX(-50%);
		-webkit-transform:translateX(-50%);
	}

	.quick-link h3 a {
		color:#333;
		font:400 20px/24px "Myriad Pro", Arial, Helvetica, sans-serif;
	}

	.quick-link h3 a:hover {
		color:#333;
	}

	.quick-link p {
		font:400 16/19.2px "Myriad Pro", Arial, Helvetica, sans-serif;
	}

	.footer-link-lists[class] {
		padding:0;
		background-color:#181818;
		background-image:none;
	}

	.footer-link-lists ul:before {
		border-top:none;
	}

	.footer-link-lists h3 {
		position:relative;
		margin-bottom:0;
		padding:15px 30px;
		border-bottom:1px solid #2e2e2e;
		color: #FFF;
	}
	.footer-link-lists ul {
		padding-top:0;
	}

	.footer-link-lists ul > li {
		padding:10px 60px 0 50px;
	}


	.footer-link-lists ul > li a,
	.footer-link-lists ul > li > span  {
		display:inline-block;
		width:100%;
		padding-top:6px;
		padding-bottom:15px;
	}

	.footer-link-lists ul > li:last-child a {
		border-bottom:none;
	}

	.footer-link-lists ul > li:last-child {
		border-bottom:0;
	}

	.footer-link-lists .row {
		margin-bottom:0;
	}

	.footer-link-lists .col-1,
	.footer-link-lists .col-3 {
		border-right:1px solid #2e2e2e;
		border-bottom:none;
	}
	.footer-link-lists .cols-4 > .col[class] {
		border-top: 1px solid #2e2e2e;
		margin-top: -1px;
	}
	.footer-link-lists .cols-4 > .col-2 ul,
	.footer-link-lists .cols-4 > .col-4 ul {
		border-left: 1px solid #2e2e2e;
		margin-left: -1px;
	}

	.footer-link-lists ul > li > a {
		border-bottom:1px solid #2e2e2e;
	}
	.footer-link-lists .col-3 {
		clear:left;
	}

	.mobile-lang-select h3,
	.footer-link-lists h3,
	.footer-link-lists h3 > a,
	.footer-link-lists ul > li > a,
	.footer-link-lists ul > li > span {
		color:#fff;
		font:400 14px/17px "Myriad Pro", Arial, Helvetica, sans-serif;
		-moz-osx-font-smoothing:grayscale;
		-webkit-font-smoothing:antialiased;
	}

	.footer-link-lists h3 > a:hover,
	.footer-link-lists ul > li > a:hover {
		color:#b0b0b0;
	}

	.footer-link-lists h3.has-children[aria-expanded="true"]::after,
	.footer-link-lists h3.has-children[aria-expanded="false"]::after {
		position:absolute;
		top: 10px;
    	right: 18px;
		width:13px;
		height:13px;
		margin-top:3px;
		color:#fff;
		font-size:20px;
		content:"+";
		transition:transform 0.3s ease, margin 0.3s ease;
	}
	.footer-link-lists h3.has-children[aria-expanded="true"]::after {
		color:#fff;
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		right: 14px;
	}

	.footer-links-dropdown {
		background-color: #252525;
	}

	.mobile-lang-select {
		display:block;
		position:relative;
		width:100%;
		border-bottom:1px solid #2e2e2e;
	}

	.mobile-lang-select .custom-select-container {
		position:absolute;
		top:0;
		width:100%;
	}

	.mobile-lang-select .custom-select > span {
		width:calc(100% - 22px);
		padding:8px 22px;
		color:#fff;
	}

	.mobile-lang-select .fake-select {
		font-size:0;
	}

	.mobile-lang-select .custom-select > span > span {
		color:#fff;
		font:400 16px/19px "Myriad Pro", Arial, Helvetica, sans-serif;
		-moz-osx-font-smoothing:grayscale;
		-webkit-font-smoothing:antialiased;
	}

	.mobile-lang-select .custom-select.active > span {
		outline:none;
	}


	/* Nab sub
	-------------------------------------------------------------- */
	.content-page .nav-sub > ul {
		display: none;
	}
	.content-page .nav-sub > ul li {
		width: 100%;
	}
	.content-page .nav-sub > ul li:last-child {
		padding-bottom: 20px;
	}
	.content-page .nav-sub > ul li a {
		font-size:16px;
		margin-left: 50px;
		text-align: left;
		border-bottom:1px solid #cccccc;
		line-height: 50px;
		vertical-align: middle;
	}

	.content-page .nav-sub .nav-sub-toggle{
		display: inline-block;
		margin-top: 3px;
	}

	.content-page .nav-sub .nav-sub-toggle:after {
	content: '';
	width: 25px!important;
	height: 20px;
	background-image: url(/gui/i/arrow-down-white.png);
	background-repeat: no-repeat;
	display: inline-block;
	}

	.content-page .nav-sub--open .nav-sub .nav-sub-toggle:after {
		background-image: url(/gui/i/arrow-up-black.png);
	}

	.content-page .nav-wrapper.nav-sub--open {
		background-color: #fff;
	}

	.content-page .nav-sub {
		padding:3px 30px;
	}
}

/* MQ: max-width:480px
 * Reduce whitespace
----------------------------------------------------------------------------- */
@media only screen and (max-width:480px) {
	.content-page .nav-sub {
		padding:5px 20px;
	}
} /* End media query */


/* 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:981px) {

    .lifestyle-block .icon-light {
        display: none;
    }

	/* Hide mobile navigation */
	.mobile-nav,
	#header-navigation {
		display:none;
	}

	.js #search input[type="search"] {
		margin-top:2px;
		padding:2px 0;
		font-weight:400;
		-moz-osx-font-smoothing:grayscale;
		-webkit-font-smoothing:antialiased;
		font-size:22px;
		font-family:"Myriad Pro", Arial, sans-serif;
		line-height:22px;
	}

	#search {
		width:32px;
		height:32px;
		-moz-transition:width 0.5s ease-in-out;
		-webkit-transition:width 0.5s ease-in-out;
		transition:width 0.5s ease-in-out;
	}

	#search.active {
		width:740px;
	}

	#nav-supp-search {
		position:relative;
	}

	.nav-supp-search-inner {
		position:absolute;
		top:0;
		right:0;
	}

	.col-1 .banner-block--link-block {
	background-position: 100% 50%;
	}

	.col-2 .banner-block--link-block {
		background-position: 0 50%;
	}

}/* End min-width:769px */


/* Max-width 980px
================================================================================ */
@media only screen and (max-width:980px) {
	/* 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;
		color:#282828;
		font-weight:600;
		font-size:14px;
		line-height:22px;
		text-transform:uppercase;
	}
	.nav-sub > ul {
		display:none;
		clear:both;
		width:100%;
		margin-top:8px;
		padding:0;
		list-style:none;
		line-height:29px;
	}
	.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;
	}

	.nav-sub > ul li a {
		opacity:0;
	}


	/* 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-weight:normal;
		font-size:20px;
	}

	.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:980px */

@media only screen and (max-width:768px) {
	/* Banner block
	-------------------------------------------------------------- */
	.banner-block__content h2 {
		/*font:200 42px/44px "Myriad Pro", Arial, Helvetica, sans-serif;*/
	}

	.banner-block__content p {
		font:400 20px/1.2 "Myriad Pro", Arial, Helvetica, sans-serif;
	}

	.banner-block .icon-links {
		margin-top:22px;
	}

	.banner-block .icon-link img {
		width:50px;
		height:50px;
	}

	.banner-block .icon-link-wrapper {
		margin-left:16px;
	}
}

/* 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-bottom:20px;
		margin-left:3.908794788274%; /* 24 / 614 */
	}
	.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
	================================================================================ */

	.footer-3-1 .row > .col:nth-child(odd),
	.footer-3-2 .row > .col:nth-child(odd) {
		width:100%!important;
	}

	.footer-link-lists .col,
	.footer-link-lists .row > .col,
	.footer-link-lists .row > .col + .col,
	.footer-link-lists .cols-ratio-3-1 > .col-1 .cols-3 > .col {
		margin-bottom:0;
	}

	/* 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;
	}
} /* End max-width:640px */

@media only screen and (max-width:600px) {
	/* Banner block
	-------------------------------------------------------------- */
	.banner-block__content h2 {
		padding-bottom:5px;
		/*font:200 40px/42px "Myriad Pro", Arial, Helvetica, sans-serif;*/
	}

	.banner-block__content p {
		padding-top:5px;
	}

	.quick-link-area .cols-4 > .col[class] {
		width:calc(50% - 30px);
	}
	/* New footer
	-------------------------------------------------------------- */

	.quick-link-area .col[class][class] {
		width:100%;
		margin-bottom:48px;
		margin-left:0;
		padding-top:0;
	}

	.quick-link-area .col[class][class]:last-child {
		margin-bottom:0;
	}

	.quick-link-area .col-1,
	.quick-link-area .col-2,
	.quick-link-area .col-3 {
		padding-bottom:54px;
	}

	.col-2 .quick-link h3 a:before,
	.col-3 .quick-link h3 a:before,
	.col-4 .quick-link h3 a:before {
		position:absolute;
		top:-54px;
		left:50%;
		width:30px;
		height:0;
		border:1px solid #ada79f;
		content:"";
		transform:translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.footer-link-lists .cols-4 > .col[class] {
		width:100%;
		margin-bottom:0;
	}

	.footer-link-lists .col {
		border:none;
	}
}


/* 768px
================================================================================ */
@media only screen and (max-width:980px) {
	* {
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}

	.lifestyle-block .icon-dark {
        display: none;
    }

	/* Header
	-------------------------------------------------------------- */
	body:not(.psn) #header {
		padding:12px 30px 0;
	}
	body:not(.psn) #logo {
		margin-bottom:7px;
	}

	/* Responsive main-nav
	-------------------------------------------------------------- */
	/* Push */
	html,
	body {
		overflow-x:hidden;
	}

	#logo {
		width: 148px;
		height: 26px;
		background: url(/gui/i/logo.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}

	#logo a {
		width:228px;
		height:42px;
	}

	#logo img {
		display:none;
	}

	.nav-compact {
		position:fixed;
		top:51px;
		right:-110%;
		bottom:0;
		z-index:99999;
		box-sizing:border-box;
		width:100%;
		overflow-y:scroll;
		box-shadow:1px 0 0 #000, 0 3px 6px #000;
		background:#fff;
		transition:right 0.3s ease;
	}
	.nav-compact.expanded {
		right:0;
	}



	/* reset
	-------------------- */
	/* Hide main navigation show mobile navigation */
	#search div {
		margin-top:-10px;
		padding:5px 0;
	}

	.js .desktop-nav,
	#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:0;
	}

	.nav-compact input#searchtext {
		float:right;
		width:100%;
		width:calc(100% - 20px)!important;
	}

	.nav-compact form img {
		float:right;
		width:13px;
	}

	.nav-compact #search button {
		display:block;
	}
	#header .nav-compact .nav-supp a {
		margin-left:0;
		padding-bottom:12px;
		background:#fff;
		vertical-align:top;
	}
	.js #header .nav-compact .nav-supp li:not(.support) {
		display:block;
	}

	/* style
	-------------------- */
	#header-navigation {
		display:block;
		float:right;
	}

	.nav-expanded .menu-icon {
		position:fixed;
		z-index:9999;
	}
	body:not(.psn) #nav-supp-search {
		float:left;
	}
	.menu-icon {
		position:absolute;
		top:5px;
		right:23px;
		z-index:9999;
		height:40px;
		background:none;

		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}

	.menu-icon button {
		outline:none;

		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}

	.menu-icon:hover,
	.menu-icon:focus,
	.menu-icon:active {
		outline:none;
		background:none;
	}
	#header-navigation span.icon {
		display:block;
		position:relative;
		width:20px;
		height:3px;
		outline:none;
		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);
		content:"";
		-webkit-transition:all 0.2s ease-in;
		transition:all 0.2s ease-in;
	}
	#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);
		content:"";
		-webkit-transition:all 0.2s ease-in;
		transition:all 0.2s ease-in;
	}
	#header-navigation .icon-button[aria-expanded="true"] span.icon:before {
		top:0;
		-ms-transform:rotate(45deg); /* IE 9 */
		-webkit-transform:rotate(45deg); /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
		transform:rotate(45deg);
	}

	#header-navigation .icon-button[aria-expanded="true"] span.icon:after {
		bottom:0;
		-ms-transform:rotate(-45deg); /* IE 9 */
		-webkit-transform:rotate(-45deg); /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
		transform:rotate(-45deg);
	}

	.nav-supp li {
		display:block;
		position:relative;
		float:left;
	}

	#header .nav-supp a {
		color:#333;
		font-size:16px;
		text-transform:none;
	}

	.nav-compact .find-store a:before {
		display:inline-block;
		z-index:9999;
		width:16px;
		height:16px;
		margin:1px 12px 0 0;
		background:url("/gui/i/icons/icon-place.svg");
		background-size:16px;
		content:"";
		cursor:pointer;
	}

	.nav-compact .contact-us a:before {
		display:inline-block;
		z-index:9999;
		width:16px;
		height:16px;
		margin:1px 12px 0 0;
		background:url("/gui/i/icons/icon-mail.svg");
		background-size:16px;
		content:"";
		cursor:pointer;
	}

	.nav-compact .work a:before {
		display:inline-block;
		z-index:9999;
		width:16px;
		height:16px;
		margin:1px 12px 0 0;
		background:url("/gui/i/icons/icon-work.svg");
		background-size:16px;
		content:"";
		cursor:pointer;
	}

	.nav-compact > ul:not(.SuppMenu) {
		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:#333;
		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 {
		display:inline-block;
		bottom:0;
		width:13px;
		height:13px;
		margin-top:3px;
		margin-right:-1px;
		padding:15px;
		color:#666;
		font-size:20px;
		line-height:16px;
		content:"+";
		vertical-align:middle;
		transition:transform 0.3s ease, margin 0.3s ease;
	}

	.nav-compact li:not(.has-children) a:after {
		display:inline;
		position:absolute;
		top:0;
		right:2px;
		bottom:0;
		width:6px;
		height:10px;
		margin:auto;
		padding:15px;
		background:url("/gui/i/icons/Mobile-menu-arrow-01.png");
		background:url("/gui/i/icons/Mobile-menu-arrow-01.svg");
		background-position:50% 50%;
		background-size:6px 10px;
		background-repeat:no-repeat;
		content:"";
	}

	.nav-compact li.has-children.expanded > button:after,
	.nav-compact li li.has-children.expanded > button:after {
		margin-right:-2px!important;
		color:#fff;
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	.nav-compact ul {
		overflow-x:hidden;
		overflow-y:hidden;
		margin:0;
		outline:none;
		list-style: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;
	}

	.nav-compact .suppMenu {
		text-transform: none;
	}

	/* All levels */
	.nav-compact li a,
	.nav-compact li li a {
		display:block;
		padding:15.5px 48px 14.5px 20px;
		border-top:1px solid #ccc;
		color:#333;
		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:0;
		padding-left:50px;
	}


	.nav-compact li li li li  a {
		margin-left:65px;
		padding-left:0;
		color:#7f7f7f;
	}

	.nav-compact li li li li  a:before {
		margin-left:65px;
		padding-left:0;
	}

	/* Nav-supp in header
	-------------------------------------------------------------- */
	.js #header .nav-supp {
	}
	.js #header .nav-supp li:not(.support) {
		display:none;
	}
	.js #header .nav-supp {
		margin-left:0;
		text-align:left;
	}
	.js #header .nav-supp ul {
		margin-left:0;
		text-align:left;
	}

	/* 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"] {
		outline:none;
		border-bottom: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 {
		width:100%;
		width:calc(100% - 28px);
		font-size:16px;
		text-indent:6px;
	}

	.nav-compact #search button {
		position:relative;
	}

	.nav-compact form#search {
		width:100%;
		width:calc(100% - 45px);
		border-top:1px solid #ddd;
	}

	.images-on #search button img,
	.fake-button {
		width:16px;
		height:16px;
		background:url("/gui/i/icons/icon-search.svg");
		background-size:16px;
	}

	.nav-compact #searchtext {
		float:right;
	}
	.fixed {
		position:fixed;
		z-index:1001;
	}
} /* End max-width:768px */

/* Start min-width:568px max-width:768px
================================================================================ */
@media only screen and (min-width:568px) and (max-width:980px) {
	.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) {
	body:not(.psn) #header {
		padding:14px 20px 0;
	}

	.menu-icon {
		right:13px;
	}


	/* 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 {
		float:left;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		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;
	}

	/* Banner block
	-------------------------------------------------------------- */
	.banner-block {
		padding:20px;
	}

	/* 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;
		word-break: break-word;
	}

	/* 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 {
		width:auto;
		margin-top:0;
	}
	.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 {
		max-width:300px;
		width:auto;
		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;
	}

	.nav-main li + li {
		margin-left:46px;
	}

	.nav-main li:last-child {
		padding-right:69px;
	}

	/* Nav sub
	-------------------------------------------------------------- */
	.content-page .nav-sub {
		padding:14px 20px;
	}
	/* 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;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
	.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;
	}

	/* Banner block
	-------------------------------------------------------------- */

	.banner-block__content h2 {
		/*font:200 36px/38px "Myriad Pro", Arial, Helvetica, sans-serif;*/
	}

	/* 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 */


@media only screen and (min-width:981px) and (max-width:1060px) {

	.lifestyle-block,
	.footer-link-lists,
	.quick-link-area{
		padding-left:40px;
		padding-right: 40px;
	}

	.content-page .nav-sub {
		padding: 10px 40px;
	}
}


/*Breakpoints for headers*/
@media only screen and (max-width: 1920px) and (min-width: 1280px) {

	h1 {
		font-size: 60px;
		line-height: 64px;
		padding: 0 0 32px 0;
	}

	h2 {
		font-size: 42px;
		line-height: 46px;
		padding: 0 0 18px 0;
	}
	
	.kicker {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (max-width:980px ) and (min-width: 769px) {

	h1 {
		font-size: 50px;
		line-height: 54px;
		padding: 0 0 24px 0;
	}

	h2 {
		font-size: 38px;
		line-height: 42px;
		padding: 0 0 16px 0;
	}

    .kicker {
        font-size: 22px;
        line-height: 28px;
    }
}

@media only screen and (max-width:768px ) {

	h1 {
		font-size: 40px;
		line-height: 44px;
		padding: 0 0 16px 0;
	}

	h2 {
		font-size: 32px;
		line-height: 36px;
		padding: 0 0 12px 0;
	}

    .kicker {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
    }
}

@media only screen and (max-width:1920px ) and (min-width: 320px) {

	h3 {
		font-size: 24px;
		line-height: 32px;
		padding: 0 0 8px 0;
	}

	h4 {
		font-size: 22px;
		line-height: 28px;
		padding: 0 0 6px 0;
	}

	h5 {
		font-size: 18px;
		line-height: 24px;
		padding: 0 0 4px 0;
	}
}
/*End Breakpoints for headers*/