
@media (max-width: 700px) {
  
  form.contactbottom{
    padding: 10px 0 0 0;
  }
  .container form.contactbottom .form-row{
    display: block;
  }
  form.contactbottom .form-row .input-data{
    margin: 35px 0!important;
  }
  form.contactbottom .submit-btn .input-data{
    width: 40%!important;
  }
}

	/* SCALE UP */

	@media screen and (min-width: 1400px){
		.wrapper-1240{
			width: 1340px;
		}
	}

	@media screen and (min-width: 1500px){
		header{
			padding-left: 200px
		}
	}

	@media screen and (min-width: 1620px){
		header{
			padding-left: 260px
		}
	}

	@media screen and (min-width: 1750px){
		header{
			padding-left: 320px
		}
	}

	@media screen and (min-width: 1900px){
		header{
			padding-left: 400px
		}
	}

	@media screen and (min-width: 2000px){
		header{
			padding-left: 500px
		}
	}

	@media screen and (min-width: 2200px){
		header{
			padding-left: 600px
		}
	}

	@media screen and (min-width: 2400px){
		header{
			padding-left: 700px
		}
	}

	@media screen and (min-width: 2600px){
		header{
			padding-left: 800px
		}
	}

	@media screen and (min-width: 2700px){
		html{
			width: 2650px;
			margin: 0 auto;
			outline: 1000px solid #ccc;
		}

		header{
			width: 2650px;
			left:50%;
			margin-left: -1325px
		}
	}

	/* SCALE DOWN */

	@media screen and (max-width: 1240px){
		nav {
		    display: none;
		    position: fixed;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		    z-index: 10;
		    padding: 140px 30px 80px 30px;
		}
	}

	@media screen and (max-width: 1160px){
		nav > ul > li{
			padding: 0 8px;
			max-width: 130px
		}

		nav > ul > li.wider {
		    max-width: 190px;
		}

		nav > ul > li > ul > li{
			margin-top: 0;
		}

		.h4b{
			/* Used for nav */
			font-size: 22px;
			line-height: 27px;
		}

		.h4c{
			/* Used for subnav */
			font-size: 20px;
			line-height: 24px;
		}
	}

	@media screen and (max-width: 1080px){
		#hero .slide .details{
			width: 445px!important
		}

		.hide-mob1080{
			display: none!important
		}

		.show-mob1080{
			display: block!important
		}

		.width40-mob1080{
			width: 25%!important
		}

		.width33-mob1080{
			width: 33.33%!important
		}

		.width40-mob1080{
			width: 40%!important
		}

		.width50-mob1080{
			width: 50%!important
		}

		.width66-mob1080{
			width: 66.66%!important
		}

		.width100-mob1080{
			width: 100%!important
		}
	}

	@media screen and (max-width: 1000px){
		#responsibilityCards{
			padding-left: 10px!important;
			padding-right: 10px!important
		}

		#responsibilityCards .card{
			width: 33.33%!important;
			padding-top: 60px;
		}
	}

	@media screen and (max-width: 960px){
		header{
			height: 132px;
			padding-top: 25px;
			padding-bottom: 25px;
		}

		#headerdummy{
			height: 132px;
		}

		header.reduce{
			height: 102px;
			padding-top: 10px;
			padding-bottom: 10px;
		}

		nav {
		    padding: 80px;
		}

		nav > ul{
			padding: 80px 80px 40px 40px;
			display: block;
			position: absolute;
			top:0;
			width: 100%;
			height: 100%;
			overflow-y:auto;
			right:0;
			z-index: 1;
		}

		nav > ul > li > ul{
			padding: 0 0 20px 20px;
		}

		nav > ul > li{
			max-width: none!important;
			width: 100%;
			padding: 0 0 10px 0;
			display: block;
		}

		#search{
			margin: 50px 0 0 0
		}


		#hero .image .lens{
			width: 280px!important;
		}
	}

	@media screen and (max-width: 900px){
		body{
			font-size: 15px;
			line-height: 20px;
		}

		h1,
		h5{
			font-size: 18px;
			line-height: 23px;
			padding:0 0 12px 0
			/* Identical h1/h5 - Small main titles */
		}

		h1.full-size,
		h2,
		h3{
			font-size: 34px;
			line-height: 40px;
			padding:0 0 20px 0
			/* Identical h2/h3 */
		}

		h4{
			font-size: 28px;
			line-height: 34px;
			padding:0 0 16px 0
		}

		.h4b{
			font-size: 22px;
			line-height: 27px;
		}

		.h4c{
			font-size: 20px;
			line-height: 24px;
		}

		h6{
			font-size: 16px;
			line-height: 21px;
			padding:0 0 12px 0
		}

		p{
			padding:0 0 12px 0
		}

		.medium{
			font-size: 19px;
			line-height: inherit;
		}

		.xmedium{
			font-size: 37px;
			line-height: 32px;
		}

		.xxmedium{
			font-size: 60px;
			line-height: 55px;
		}

		.large{
			font-size: 85px;
			line-height: 75px;
		}

		.xlarge{
			font-size: 110px;
			line-height: 100px;
		}

		.xxlarge{
			font-size: 130px;
			line-height: 110px;
		}

		header,
		header.reduce{
		    padding-left: 50px;
		}

		#hero{
			margin-bottom: -30px
		}

		#hero  .details {
			padding: 0 30px
		}

		#hero .image .lens,
		#hero .details{
			width: 50%!important;
		}

		#hero .image{
			width: 100%!important
		}

		.padd0h-mob900{
			padding-left: 0px!important;
			padding-right: 0px!important;
		}

		.padd30h-mob900{
			padding-left: 30px!important;
			padding-right: 30px!important;
		}

		.padd60h-mob900{
			padding-left: 60px!important;
			padding-right: 60px!important;
		}

		.padd0v-mob900{
			padding-top: 0px!important;
			padding-bottom: 0px!important;
		}

		.padd40v-mob900{
			padding-top: 40px!important;
			padding-bottom: 40px!important;
		}

		.padd60v-mob900{
			padding-top: 60px!important;
			padding-bottom: 60px!important;
		}

		.padd70v-mob900{
			padding-top: 70px!important;
			padding-bottom: 70px!important;
		}

		.padd0b-mob900{
			padding-top: 0!important;
			padding-bottom: 0!important
		}

		.hide-mob900{
			display: none!important
		}

		.show-mob900{
			display: block!important
		}

		.width50-mob900{
			width: 50%!important
		}

		.width100-mob900{
			width: 100%!important
		}

		.link-button{
			position: relative;
			border-radius: 10px;
			padding: 8px 48px 8px 8px;
			background: rgba(0,0,0,0.1);
			margin-bottom: 4px;
		}

		.link-button .link-arrow{
			position: absolute;
			top:50%;
			margin:-16px 0 0 0;
			right:8px;
		}
                /*Mobiles*/
                .hero .content .productLinks{
                    line-height: 100px;
                }
                .right .round-co{
                    width: 330px;
                }
	}

	@media screen and (max-width: 800px){
		.width100-mob800{
			width: 100%!important;
		}

		#grid .table,
		#grid .table-row,
		#grid .table-cell{
			display: block;
		}

		#grid .table-cell,
		#grid .width100.padd80h.padd60v{
			padding: 30px!important
		}

		.thumbnail{
			min-height: 300px
		}
	}

	@media screen and (max-width: 780px){
		#hero .image .lens,
		#hero .details{
			width: 70%!important;
		}

		#responsibilityCards{
			padding: 20px 0 0 0 !important;
			overflow: hidden;
		}

		#responsibilityCards .background {
		    height: 100%!important;
		    width: auto!important;
		    max-width: none!important;
		    left: auto;
		    right: 0px;
		}

		#responsibilityCards .card{
			width: 100%!important;
			padding-top: 0;
		}

		#responsibilityCards .card .sprite{
			position: absolute;
			top: 20px;
			right: 40px;
		}

		#responsibilityCards .card a.inner {
		    min-height: 160px;
    		padding: 30px 165px 30px 25px !important;
		}

		#related .table.width25{
			width: 50%!important;
		}
	}

	@media screen and (max-width: 700px){
		.padd0v-mob700{
			padding-top: 0px!important;
			padding-bottom: 0px!important;
		}

		.padd40v-mob700{
			padding-top: 40px!important;
			padding-bottom: 40px!important;
		}

		.image-pullup > img{
			margin-top: 0!important
		}

		.block-pullup-medium{
			margin-top:10px;
		}

		.hide-mob700{
			display: none!important
		}

		.show-mob700{
			display: block!important
		}

		.width33-mob700{
			width: 33.33%!important
		}

		.width50-mob700{
			width: 50%!important
		}

		.width100-mob700{
			width: 100%!important
		}

		.txt-center-mob700{
			text-align: center!important
		}

		.landscape *{
			font-size: 30px!important;
		    line-height: 36px!important;
		}

		/* #regions .link-button{
			display: inline-block;
			margin: 0 1px 4px 0;
		} */

		#regions{
			columns: 2;
			column-gap: 40px;
		}

		#location .column-2{
			columns:1
		}

		#location table.locations,
		#location table.locations tbody,
		#location table.locations tr,
		#location table.locations tr td{
			display: block!important;
			width: 100%!important;
			border: none!important
		}

		#location table.locations tr td{
			padding-left: 30px!important
		}

		table.locations td .map-dot {
		    left: 2px;
		}

		.brands.table,
		.brands .table-row,
		.brands .table-cell,
		footer .table,
		footer .table-row,
		footer .table-cell{
			display: block;
		}

		footer .table .table-row .table-cell,
		.brands .table-cell{
			float: left!important;
			border: none!important
		}
	}

	@media screen and (max-width: 650px){
		#related .table.width33{
			width: 100%!important;
		}

		#grid .table-cell table,
		#grid .thumbnail table{

		}

	}

	@media screen and (max-width: 610px){
		header .prenav > a{
			display: none
		}

		header .prenav > a#openNav{
			display: inline-block;
			margin: 0!important
		}

		header,
		header.reduce{
		    padding-right: 40px;
		}

		nav #closeNav{
			right:40px;
		}

		#hero .slide .details {
		    top: 170px;
		}

		#categoryFilter{
			margin: 15px auto 0 auto!important;
			display: block
		}
	}

	@media screen and (max-width: 500px){
		body{
			font-size: 15px;
			line-height: 20px;
		}

		h1,
		h5{
			padding:0 0 11px 0
			/* Identical h1/h5 - Small main titles */
		}

		h1.full-size,
		h2,
		h3{
			font-size: 28px;
			line-height: 34px;
			padding:0 0 15px 0
			/* Identical h2/h3 */
		}

		h4{
			font-size: 26px;
			line-height: 32px;
			padding:0 0 14px 0
		}

		.h4b{
			font-size: 21px;
			line-height: 26px;
		}

		.h4c{
			font-size: 19px;
			line-height: 23px;
		}

		h6{
			padding:0 0 11px 0
		}

		p{
			padding:0 0 11px 0
		}

		.medium{
			font-size: 18px;
			line-height: inherit;
		}

		.xmedium{
			font-size: 33px;
			line-height: 28px;
		}

		.xxmedium{
			font-size: 55px;
			line-height: 50px;
		}

		.large{
			font-size: 80px;
			line-height: 70px;
		}

		.xlarge{
			font-size: 100px;
			line-height: 90px;
		}

		.xxlarge{
			font-size: 120px;
			line-height: 100px;
		}

		header #logo img,
		header.reduce #logo img{
		    height: 52px;
		    margin: 15px 0;
		}

		.hide-mob500{
			display: none!important
		}

		.show-mob500{
			display: block!important
		}

		.width50-mob500{
			width: 50%!important
		}

		.width100-mob500{
			width: 100%!important
		}

		.newspost-small h5{
			height: auto;
		}

		#hero .image .lens{
			display: none !important;
			width: 150px!important
		}

		#hero .image{
			height: 300px
		}

		#hero .details {
		    top: 170px;
		    position: static;
		    width: 100%!important;
		    padding: 20px 5px;
		}

		#hero{
			height: auto;
			margin: 0
		}

		.landscape {
			min-height: 0;
			padding: 20px 45px!important;
		}

		.landscape *{
			font-size: 25px!important;
		    line-height: 31px!important;
		}

		input, textarea, input:active, textarea:active, input:focus, textarea:focus, input:hover, textarea:hover, select, .submit{
			font-size: 16px;
		}

		#search .submit {
		    right: -45px;
		}

		#responsibilityCards .card .sprite{
			position: absolute;
			top: -25px;
			right: -25px;
			opacity: 0.5;
			z-index: -1
		}

		#responsibilityCards .card a.inner {
		    min-height: 0;
			overflow: hidden;
			position: relative;
    		padding: 30px 30px 15px 30px !important;
		}

		#related .table,
		#related .table .table-row,
		#related .table .table-row .table-cell{
			display: block;
		}

		#related .table.width50,
		#related .table.width33,
		#related .table.width25{
			width: 100%!important;
		}

		#related .table .table-row .table-cell{
			height: auto!important;
			min-height: 160px;
		}

		#countries .table-cell{
		    display: table-row
		}

		#countries .table-cell .inner{
		    display: table-cell;
			height: 60px;
		    vertical-align: middle;
		}

		#regions{
		    columns: 1;
		}

		#news img.block.ball{
			width: 120px;
			height: 120px;
		}

		.pop-up .inner{
			width: 90%;
			padding-bottom:44%;
		}

		.pop-up .inner .pop-up-close{
			padding: 3px;
			margin:-15px 0 0 -25px;
		}
		.heading1 > h3:nth-of-type(1){		
			font-size:40px; 
		}
		.heading1 > h3:nth-of-type(2){
			font-size: 28px;		
		}
	}

	@media screen and (max-width: 400px){
		nav,
		nav > ul{
		    padding: 60px 80px 25px 25px;
		}

		nav > ul > li{
			text-align: left;
		}

		#search{
			margin: 0
		}

		#logo img,
		header.reduce #logo img {
		    height: 42px!important;
		    margin: 20px 0!important;
		}

		header, header.reduce {
		    padding-left: 40px;
		}

		h1.full-size,
		h2,
		h3{
			font-size: 25px;
			line-height: 31px;
			padding:0 0 14px 0
			/* Identical h2/h3 */
		}

		h4{
			font-size: 23px;
			line-height: 29px;
			padding:0 0 13px 0
		}

		#hero .slide .image {
		    height: 240px;
		}

		.hide-mob400{
			display: none!important
		}

		.width50-mob400{
			width: 50%!important
		}

		.width100-mob400{
			width: 100%!important
		}
/*
		.image-swap{
			zoom:0.75
		} */
	}

	@media screen and (max-width: 350px){
		header, header.reduce {
		    padding-left: 30px;
			padding-right: 30px;
		}

		#hero .image .lens{
			width: 117px!important
		}
	}

	@page {
		size: 42cm 59.4cm;
		margin: 5mm
	}

	@media print {
		*{
			page-break-inside: auto
		}

		header{
			position: relative
		}

		#headerdummy{
			display: none
		}
	}

	/* TEMP */

	/* html{
		background: #000
	}

	body,
	header,
	nav{
		max-width:1400px;
		margin: 0 auto;
	}

	@media screen and (min-width: 1400px){
		header,
		nav{
			margin-left:-700px;
			left: 50%;
		}
	} */