@charset "utf-8";
/* CSS Document */

/* ------------- COLOUR PALETTE ------------------------

EUROTEC BLUE 		#11233e		RGB 17,35,62
EUROTEC BLUE 50% 	#88919e		RGB 136,145,158
EUROTEC GREY 		#c5cbcd		RGB 186,196,198
EUROTEC GREY 25%	#f0f2f2		RGB 240,242,242
NEUTRAL DARK GREY	#333333		RGB 51,51,51
BURNT GOLD			#b48c01		RGB 180,140,1

-------------------------------------------------------*/

body {
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	color:#333333;
	background-color:#f9f9f9;
}

h1, h2, h3, h4, h5, h6, .h-text {
	font-family: "Trirong", serif;
  	font-weight: 300;
  	font-style: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	color:#11233e;
}

.h-sub {
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
}

.h-bold {
	font-weight:500;
}

.p-bold {
	font-weight:600;
}

p  a, .gold-link {
	color:rgba(180,140,1,0.6);
}

p a:hover, .gold-link {
	color:rgba(180,140,1,1);
}

.h-blue-grey {
	color:#11233e;
}

.h-grey {
	color:#c5cbcd;
}

.h-white {
	color:#fffff9;
}

.h-light {
	font-weight:200;
}

.padding-lg {
	padding-top:100px;
	padding-bottom:100px;
}

.padding-lg-bot {
	padding-bottom:100px;
}

.padding-md {
	padding-top:50px;
	padding-bottom:50px;
}

.padding-md-bot {
	padding-bottom:50px;
}

.padding-md-top {
	padding-top:50px;
}

.text-60 {
	font-size:60px;
}

.text-48 {
	font-size:48px;
}

.text-36 {
	font-size:36px;
}

.text-28 {
	font-size:28px;
}

.text-24 {
	font-size:24px;
}

.text-22 {
	font-size:22px;
}

.text-20 {
	font-size:20px;
}

.text-18 {
	font-size:18px;
}

.text-16 {
	font-size:16px;
}

.text-14 {
	font-size:14px;
}

.text-12 {
	font-size:12px;
}

.blocktext {
	padding:20px;	
	margin-top:30px;
	margin-bottom:30px;
}

.eurotec-btn-main, .eurotec-btn-main:focus, .eurotec-btn-main a:link {
	padding:16px 10px;
	text-transform:uppercase;
	border:#11233e solid 2px;
	border-radius:0px;
	text-align:center;
	min-width:300px;
	background-color:#f9f9f9;
	letter-spacing: 1px;
	transition:all 1s ease-in-out;
}

.eurotec-btn-main:hover {
	border:#11233e solid 2px;
	border-radius:0px;
	background-color:#11233e;
	color:#c5cbcd;
	font-weight:800;
	letter-spacing: 1px;
	transition:all 1s ease-in-out;
}

.eurotec-btn-form, .eurotec-btn-form:focus, .eurotec-btn-form a:link {
	padding:12px 8px;
	text-transform:uppercase;
	border:#11233e solid 2px;
	border-radius:0px;
	text-align:center;
	min-width:225px;
	background-color:#f9f9f9;
	font-size:14px;
	letter-spacing: 1px;
	transition:all 1s ease-in-out;
}

.eurotec-btn-form:hover {
	border:#11233e solid 2px;
	border-radius:0px;
	background-color:#11233e;
	color:#c5cbcd;
	font-weight:600;
	letter-spacing: 1px;
	transition:all 1s ease-in-out;
}

.eurotec-btn-article, .eurotec-btn-article:focus, .eurotec-btn-article a:link {
	padding:12px 8px;
	text-transform:uppercase;
	border:#11233e solid 2px;
	border-radius:0px;
	text-align:center;
	min-width:160px;
	background-color:#f9f9f9;
	font-size:12px;
	letter-spacing: 1px;
	transition:all 1s ease-in-out;
}

.eurotec-btn-article:hover {
	border:#11233e solid 2px;
	border-radius:0px;
	background-color:#11233e;
	color:#c5cbcd;
	font-weight:600;
	letter-spacing: 1px;
	transition:all 1s ease-in-out;
}

.form-label, .form-check-label {
	font-family: "Trirong", serif;
  	font-weight: 300;
  	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color:#11233e;
	font-size:14px;
}

.form-control, .form-select {
	font-size:14px;
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	color:#333333;
	border-radius:2px;
}

.form-control:focus, .form-select:focus, .form-check-input:focus {
	border-color: #b48c01;
	box-shadow: 0 0 0 0.2rem rgba(180, 140, 1, 0.25);
}

#fillBox {
	display:none !important;
}

.form-box-single {
	border:1px solid #88919e;
}

.form-text {
	font-size:12px;
}

.terms-text p, .terms-text ul li {
	font-size:12px;
}

.et-accord-btn:focus {
	border-color: #b48c01;
	box-shadow: 0 0 0 0.2rem rgba(180, 140, 1, 0.25);
	background-color:#f9f9f9 !important;
}

.et-accord, .et-accord-btn {
	background-color:#f9f9f9 !important;
	border:thin solid #f0f2f2 !important;
}

.product-accord-btn:focus {
	border-color: 180, 140, 1, 0;
	box-shadow: 0 0 0 0.2rem rgba(180, 140, 1, 0);
	background-color:#f9f9f9 !important;
}

.product-accord, .product-accord-btn {
	background-color:#f9f9f9 !important;
}

.product-accord p {
	font-size:14px;
}

.product-accord ul li {
	font-size:14px;
	margin-bottom:0.5rem !important;
}

.product-accord-download {
	text-decoration:none;
	color:#11233e;
	margin-left:0.6rem !important;
	transition:all ease-in-out 0.3s;
}

.product-accord-download:hover {
	font-weight:600;
	transition:all ease-in-out 0.3s;
	
}

.img-sticky {
  position: sticky;
  top: 0;
}

/* ------------- TEMP LANDING PAGE STYLES ------------------------ */

.hero-home {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}


@media screen and (max-width: 767px) {
.hero-home {
	background-image:url(https://www.eurotecaustralia.com.au/_images/home-hero-900px.jpg);
}
}

@media screen and (min-width: 768px) and (max-width: 1399px) {
.hero-home {
	background-image:url(https://www.eurotecaustralia.com.au/_images/home-hero-2000px.jpg);
}
}

@media screen and (min-width: 1400px) {
.hero-home {
	background-image:url(https://www.eurotecaustralia.com.au/_images/home-hero-2000px.jpg);
}
}

/* ------------------------------------------------------- */

.logo-nav {
		
}

.logo-footer {
		
}

#secondaryLogo {
}

.navbar-toggler-icon {
	color:#11233e !important;
}

.eurotec-nav-items ul li a {
	color:#11233e !important;
	font-size:14px;
	border-bottom:rgba(17, 35, 62, 0.0) solid 4px;
	letter-spacing: 1px;
	transition:border-bottom ease 0.5s;
}

.eurotec-nav-items ul li a:hover {
	color:#11233e;
	border-bottom:rgba(17, 35, 62, 1.0) solid 4px;
	transition:border-bottom ease 0.5s;
}

.eurotec-nav-spacer {
	
}

.eurotec-dropdown {
	border:none;
	border-radius:0px;
	background-color:#f9f9f9;
	width:100%;
	margin-top:0px !important;
}

.eurotec-dropdown-item li a {
	font-size:12px !important;
	transition:font-weight ease 0.5s;
}

.eurotec-dropdown-item li a:hover, .span-pip :hover {
	border-bottom:rgba(17, 35, 62, 0.0) solid 4px !important;
	font-weight:600;
	transition:font-weight ease 0.5s;
	color:rgba(17, 35, 62, 1.0) !important;
}

.eurotec-dropdown-item li a:focus {
	background-color:#f9f9f9 !important;
}

.h1-hero {
	font-weight:200;
	
}

.lg-banner, .lg-banner-sm {
	background-color:#c5cbcd;
}

.home-brand-box {
	background-image:url(https://www.eurotecaustralia.com.au/_images/bg-temp-sepia-bw.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

.home-brand-box:hover {
	background-image:url(https://www.eurotecaustralia.com.au/_images/bg-temp-sepia.jpg);
	cursor:pointer;
}

.home-brand-flex {
}

.home-brand-text-box {
	background-color:rgba(17, 35, 62, 0.75);
	padding:25px 25px;
}

.home-brand-text-box a {
	text-decoration:none;
	color:#fffff9;
}

.home-brand-heading {
}

.home-brand-sub {
	font-size:14px;
	padding:0px;
	margin:-4px;
}

.banner-mission {
	background-repeat:no-repeat;
	background-position:center;
}

.box-bg {
	background-color:rgba(17, 35, 62, 0.75);
	padding:60px 100px;
}

.home-product-box {
	height:300px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.home-product-box:hover {
	cursor:pointer;
}

.home-cooking-bg {
	background-image:url(https://www.eurotecaustralia.com.au/_images/bg-products-cooking-equipment.jpg);
}

.home-cooktop-bg {
	background-image:url(https://www.eurotecaustralia.com.au/_images/bg-products-cook-tops.jpg);
}

.home-cook-bg {
	background-image:url(https://www.eurotecaustralia.com.au/_images/bg-products-cooking-ranges.jpg);
}

.home-induction-bg {
	background-image:url(https://www.eurotecaustralia.com.au/_images/bg-products-induction.jpg);
}

.home-target-bg {
	background-image:url(https://www.eurotecaustralia.com.au/_images/bg-products-target-tops.jpg);
}

.home-griddle-bg {
	background-image:url(https://www.eurotecaustralia.com.au/_images/bg-products-griddles.jpg);
}

.home-pasta-bg {
	background-image:url(https://www.eurotecaustralia.com.au/_images/bg-products-pasta-cookers.jpg);
}

.home-fryer-bg {
	background-image:url(https://www.eurotecaustralia.com.au/_images/bg-products-fryers.jpg);
}

.home-bbq-bg {
	background-image:url(https://www.eurotecaustralia.com.au/_images/bg-products-bbq.jpg);
}

.home-bratt-bg {
	background-image:url(https://www.eurotecaustralia.com.au/_images/bg-products-bratt-pans.jpg);
}

.home-stock-bg {
	background-image:url(https://www.eurotecaustralia.com.au/_images/bg-products-stock-pots.jpg);
}

.home-grills-bg {
	background-image:url(https://www.eurotecaustralia.com.au/_images/bg-products-salamanders.jpg);
}

.home-ice-bg {
	background-image:url(https://www.eurotecaustralia.com.au/_images/bg-products-ice-machines.jpg);
}

.home-chill-bg {
	background-image:url(https://www.eurotecaustralia.com.au/_images/bg-products-blast-chillers.jpg);
}

.home-ref-bg {
	background-image:url(https://www.eurotecaustralia.com.au/_images/bg-products-refrigeration.jpg);
}

.home-combi-bg {
	background-image:url(https://www.eurotecaustralia.com.au/_images/bg-products-combi-ovens.jpg);
}

.home-convection-bg {
	background-image:url(https://www.eurotecaustralia.com.au/_images/bg-products-convection.jpg);
}

.home-wash-bg {
	background-image:url(https://www.eurotecaustralia.com.au/_images/bg-products-dishwashers.jpg);
}

.home-specialty-bg {
	background-image:url(https://www.eurotecaustralia.com.au/_images/bg-products-specialty.jpg);
}

.home-product-text-box {
	background-color:rgba(17, 35, 62, 0.85);
	text-align:left;
	width:90%;
}

.home-product-text-box a {
	text-decoration:none;
	color:#fffff9;
	transition:all ease-in-out 0.5s;
}

.home-product-text-box a:hover {
	font-weight:600;
	transition:all ease-in-out 0.5s;
}

.home-solutions a {
	text-decoration:none;
	color:#11233e;
	transition:all ease-in-out 0.3s;
}

.home-solutions a:hover {
	font-weight:500;
	transition:all ease-in-out 0.3s;
	cursor:pointer;
}

.banner-footer {
	background-color:#f0f2f2;
	padding-top:60px;
	padding-bottom:10px;
}

.footer-row a {
	text-decoration:none;
	color:#11233e;
	font-size:14px;
	transition:ease 0.5s;
}

.footer-row a:hover {
	font-weight:600;
	transition:ease 0.5s;
}

.footer-ownership {
	color:rgba(17,35,62,0.5);
}

.breadcrumb-item + .breadcrumb-item::before, .breadcrumb-item.active {
	color:#f0f2f2;
	font-size:13px;
	line-height:24px;
}

.breadcrumb-item-secondary + .breadcrumb-item-secondary::before, .breadcrumb-item-secondary.active {
	color:rgba(17, 35, 62, 0.5) !important;
	font-size:13px;
	line-height: 24px;
}

.crumb a {
	text-decoration:none !important;
	color:#ffffff;
	transition: ease 0.6s;
	font-size:13px;
}

.crumb a:hover {
	text-decoration:none !important;
	color:#ffffff;
	font-weight:600;
	transition: ease 0.6s;
}

.crumb-secondary a {
	text-decoration:none !important;
	color:#11233e;
	font-size:13px;
	transition: ease 0.6s;
}

.crumb-secondary a:hover {
	text-decoration:none !important;
	color:#11233e;
	font-weight:600;
	transition: ease 0.6s;
}

.page-top-banner {
	min-height:25vh;
	background-color:#c5cbcd;
}

.page-top-banner-sm {
	min-height:12vh;
	background-color:#c5cbcd;
}

.chef-col {
	background-image:url(https://www.eurotecaustralia.com.au/_images/chef-reveal-1200px.jpg);
}

.chef-col-left {
	background-repeat:no-repeat;
	background-position:top left;
	background-size:cover;
}

.chef-col-right {
	background-repeat:no-repeat;
	background-position:top right;
	background-size:cover;
}

.cafe-col {
	background-image:url(https://www.eurotecaustralia.com.au/_images/cafe-dining-634x1080px.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.dealer-welcome-banner {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.dealer-welcome-text {
	color:#f0f2f2;
	opacity:0.8;
	text-shadow: 2px 2px 4px #000000;
}

.dealer-links a {
	color:#11233e;
	text-decoration:none;
	transition:all ease-in-out 0.3s;
}

.dealer-links a:hover {
	color:#11233e;
	font-weight:400;
	transition:all ease-in-out 0.3s;
}

.cat-product-box {
	background-color:#c5cbcd;
	background-repeat:no-repeat;
	background-position:50% 75%;
	background-size:cover;
}

.cat-product-box:hover {
	cursor:pointer;
}

.product-card {
	border:thin solid rgba(17, 35, 62, 0.05);
	transition:all ease-in-out 0.6s;
	background-color:#ffffff;
}

.product-card:hover {
	border:thin solid rgba(17, 35, 62, 1.0);
	transition:all ease-in-out 0.6s;
	cursor:pointer;
}

.product-card-image {
	padding-left:0.75rem;
	padding-right:0.75rem;
}

.product-title a {
  	font-weight: 300;
	font-size:18px;
  	text-decoration:none;
	letter-spacing: 1px;
	text-transform: uppercase;
	color:#f0f2f2;
	transition:all ease-in-out 0.3s;
	background-color:#11233e;
	padding:6px 20px;
}

.product-title a:hover {
  	font-weight: 500;
	transition:all ease-in-out 0.3s;
	padding-left:20px;
}

.product-model {
  	font-weight: 300;
	font-size:18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color:#f0f2f2;
	background-color:#11233e;
	padding:6px 20px;
}

.product-category {
	font-size:12px;
	font-weight:600;
	color:#11233e;
	padding-left:20px;
}

.product-code {
	font-size:14px;
	padding-left:20px;
}

.product-brand {
	font-size:14px;
	font-weight:600;
	padding-left:20px;
}

.product-blurb {
	font-size:14px;
	padding-left:20px;
}

.side-links a {
	text-decoration:none;
	font-size:13px;
	color: rgba(17, 35, 62, 0.5);
	border-radius:0px !important;
}

.side-links a:hover {
	color: rgba(17, 35, 62, 1.0);
	font-weight:500;
	transition:all ease-in-out 0.3s;
}

.side-links-active {
	color: #f0f2f2 !important;
	font-weight:500;
	background-color:#11233e;
}

.inquire-col {
	background-image:url(https://www.eurotecaustralia.com.au/_images/dish-1080px.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}

.resource-card a {
	text-decoration:none;
	color:#11223e;
}

.resource-card-title {
	font-size:14px;
	font-weight:500;
}

.resource-card-modelcode {
	font-size:12px;
}

.resource-card-brand {
	font-size:12px; 
	background-color:#11233e; 
	padding:4px 16px; 
	display: inline-block; 
	color:#f0f2f2;
}

.resource-card-date {
	font-size:11px;
}

.resource-row a {
	text-decoration:none;
	color:#11223e;
	font-size:14px;
	transition:all ease-in-out 0.3s;
}

.resource-row a:hover {
	font-weight:500;
	transition:all ease-in-out 0.3s;
}

.sitemap-row a {
	text-decoration:none;
	color:#11223e;
	font-size:14px;
	transition:all ease-in-out 0.3s;
	padding:4px 0px;
}

.sitemap-row a:hover {
	font-weight:500;
	transition:all ease-in-out 0.3s;
}

.news-hr {
	border-color:#98a2a5;
	margin-top:3.0rem;
	margin-bottom:3.0rem;
}

.news-article-img {
	margin-top:3.0rem;
	margin-bottom:3.0rem;
}

.news-blocktext {
	padding:20px;	
	margin-top:30px;
	margin-bottom:30px;
	margin-left:15px;
	border-left:9px solid #c5cbcd;
	font-family: "Trirong", serif;
  	font-weight: 300;
  	font-style: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	color:#11233e;
	font-size: 24px;
 	line-height: 30px;
	
}

.news-date {
	font-size:12px;
	color:#98a2a5;
	text-align:center;
	letter-spacing:1px;
}

.news-img-caption {
	font-size:12px;
	color:#98a2a5;
	text-align:center;
	margin-top:12px;
}

.table-group {
	border:thin solid #c5cbcd; 
	font-size:12px;
}

.table-header p {
	font-weight:500;
}

.table-row {
	border-bottom:thin solid #c5cbcd;
}

.table-row-last {
}

.table-row p, .table-row-last p {
	margin-bottom:0px;
	padding-top:6px;
	padding-bottom:6px;
}

.table-col {
	border-left:thin solid #c5cbcd;
}

.search-link {
	color:#333333;
	text-decoration:none;
	transition:all ease-in-out 0.3s;
}

.search-link:hover {
	color:#11233e;
	font-weight:500;
	text-decoration:none;
	transition:all ease-in-out 0.3s;
}

.nav-search-desktop {
}

.br {
	display:none;
}
@media screen and (min-width:768px) and (max-width:991px) {
.br {
	display:block;
}
}

@media screen and (max-width: 575px) {
.text-60 {
	font-size:44px !important;
}
.text-align-responsive {
	text-align:center;
}
.form-box-single {
	padding:25px 15px;
}
.logo-nav {
	width:163px;
	padding-top:15px;	
}
.logo-footer {
	width:163px;
}	
.eurotec-nav-items ul li a {
	margin-top:15px;
	max-width:75%;
	margin:auto;
	text-align:center;
}
.eurotec-nav-items ul li a:hover {
	border-bottom:rgba(17, 35, 62, 0) solid 4px !important;
}
.eurotec-dropdown-item li a {
	max-width:100% !important;
	text-align:center;
}
.h1-hero {
	font-size:48px;
}
.padding-lg {
	padding-top:60px !important;
	padding-bottom:60px !important;
}
.padding-lg-bot {
	padding-bottom:60px !important;
}
.lg-banner {
	height:460px;
	margin-bottom:-400px;
}
.lg-banner-sm {
	height:460px;
	margin-bottom:-400px;
}
.home-brand-flex {
	height:360px;
}
.home-brand-text-box {
	width:90%;
}
.home-brand-heading {
}
.home-brand-sub {
}
.banner-mission {
	margin-top:50px;
	background-size:auto;
	background-image:url(https://www.eurotecaustralia.com.au/_images/banner-mission-900px.jpg);
}
.box-bg {
	padding:60px 20px !important;
}
.home-product-text-box {
	padding:12px 24px;
}
.footer-ownership {
	text-align:center !important;
}
.blocktext {
	border-left:9px solid #c5cbcd;
}
.dealer-welcome-text {
	font-size:48px;
	text-align:center;
}
.cat-product-box {
	height:150px;
}
.product-model {
	max-width:100%;
}
.dealer-welcome-banner {
	background-image:url(https://www.eurotecaustralia.com.au/_images/dealers-office-1080px.jpg);
}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
.text-align-responsive {
	text-align:center;
}
.form-box-single {
	padding:40px 85px;
}
.logo-nav {
	width:163px;
	padding-top:50px;	
}	
.logo-footer {
	width:163px;
}
.eurotec-nav-items ul li a{
	margin-top:15px;
	max-width:30%;
	margin:auto;
}
.eurotec-nav-items ul li a:hover {
	border-bottom:rgba(17, 35, 62, 0) solid 4px !important;
}
.eurotec-dropdown-item li a {
	max-width:100% !important;
	text-align:center;
}
.h1-hero {
	font-size:72px;
}
.padding-lg {
	padding-top:60px !important;
	padding-bottom:60px !important;
}
.padding-lg-bot {
	padding-bottom:60px !important;
}
.lg-banner {
	height:460px;
	margin-bottom:-400px;
}
.lg-banner-sm {
	height:460px;
	margin-bottom:-400px;
}
.home-brand-flex {
	height:360px;
}
.home-brand-text-box {
	width:80%;
}
.home-brand-heading {
}
.home-brand-sub {
}
.banner-mission {
	margin-top:50px;
	background-size:auto;
	background-image:url(https://www.eurotecaustralia.com.au/_images/banner-mission-900px.jpg);
}
.home-product-text-box {
	padding:12px 24px;
}
.footer-ownership {
	text-align:center !important;
}
.blocktext {
	border-left:9px solid #c5cbcd;
}
.news-row {
	padding-left:20px;
	padding-right:20px;
}
.dealer-welcome-text {
	font-size:36px;
}
.cat-product-box {
	height:175px;
}
.product-model {
	max-width:100%;
}
.dealer-welcome-banner {
	background-image:url(https://www.eurotecaustralia.com.au/_images/dealers-office-1080px.jpg);
}
}

@media screen and (min-width: 768px) and (max-width: 814px) {
.nav-search-desktop {
	margin-left:0px !important;
	margin-right:15px !important;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.form-box-single {
	padding:40px 85px;
}
.logo-nav {
	width:190px;
	padding-top:47px;	
}
.logo-footer {
	width:190px;
}
.eurotec-nav-spacer {
	margin-right:10px;
}
.dropdown {
	position:initial;
}
.h1-hero {
	font-size:96px;
}
.padding-lg-bot {
	padding-bottom:60px !important;
}
.lg-banner {
	height:460px;
	margin-bottom:-400px;
}
.lg-banner-sm {
	height:300px;
	margin-bottom:-260px;
}
.home-brand-flex {
	height:400px;
}
.home-brand-heading {
}
.home-brand-sub {
}
.banner-mission {
	margin-top:50px;
	background-size:cover;
	background-image:url(https://www.eurotecaustralia.com.au/_images/banner-mission-900px.jpg);
}
.home-product-text-box {
	padding:12px 24px;
}
.blocktext {
	border-left:9px solid #c5cbcd;
	max-width:460px;
}
.news-row {
	padding-left:60px;
	padding-right:60px;
}
.dealer-welcome-text {
	font-size:48px;
}
.cat-product-box {
	height:200px;
}
.product-model {
	max-width:75%;
}
.resource-card-img {
	margin-left:-64px !important;
}
.dealer-welcome-banner {
	background-image:url(https://www.eurotecaustralia.com.au/_images/dealers-office-1080px.jpg);
}
.nav-search-desktop {
	margin-left:-50px;
	margin-right:15px;
}
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
.form-box-single {
	padding:60px 120px;
}
.logo-nav {
	width:190px;
	padding-top:47px;	
}
.logo-footer {
	width:190px;
}
.eurotec-nav-spacer {
	margin-right:10px;
}
.dropdown {
	position:initial;
}
.h1-hero {
	font-size:96px;
}
.padding-lg-bot {
	padding-bottom:60px !important;
}
.lg-banner {
	height:520px;
	margin-bottom:-460px;
}
.lg-banner-sm {
	height:370px;
	margin-bottom:-310px;
}
.home-brand-flex {
	height:460px;
}
.home-brand-heading {
	font-size:24px;
}
.home-brand-sub {
	font-size:12px;
}
.banner-mission {
	margin-top:90px;
	background-size:cover;
	background-image:url(https://www.eurotecaustralia.com.au/_images/banner-mission-2000px.jpg);
}
.home-product-text-box {
	padding:12px 20px;
}
.blocktext {
	border-left:9px solid #c5cbcd;
	max-width:460px;
}
.news-row {
	padding-left:100px;
	padding-right:100px;
}
.dealer-welcome-text {
	font-size:48px;
}
.cat-product-box {
	height:200px;
}
.product-model {
	max-width:50%;
}
.resource-card-img {
	margin-left:-68px !important;
}
.dealer-welcome-banner {
	background-image:url(https://www.eurotecaustralia.com.au/_images/dealers-office-2160px.jpg);
}
.nav-search-desktop {
	margin-left:-80px;
	margin-right:36px;
}
}

@media screen and (min-width: 1400px) {
.form-box-single {
	padding:60px 120px;
}
.logo-nav {
	width:254px;
	padding-top:47px;	
}
.logo-footer {
	width:254px;
}	
.eurotec-nav-spacer {
	margin-right:25px;
}
.dropdown {
	position:initial;
}
.h1-hero {
	font-size:96px;
}
.lg-banner {
	height:600px;
	margin-bottom:-540px;
}
.lg-banner-sm {
	height:460px;
	margin-bottom:-400px;
}
.home-brand-flex {
	height:550px;
}
.home-brand-heading {
}
.home-brand-sub {
}
.banner-mission {
	margin-top:90px;
	background-size:cover;
	background-image:url(https://www.eurotecaustralia.com.au/_images/banner-mission-2000px.jpg);
	min-height:400px;
}
.home-product-text-box {
	padding:12px 24px;
}
.chef-col {
	background-image:url(https://www.eurotecaustralia.com.au/_images/chef-reveal-1200x920px.jpg) !important;
}
.blocktext {
	border-left:9px solid #c5cbcd;
	max-width:500px;
}
.news-row {
	padding-left:100px;
	padding-right:100px;
}
.dealer-welcome-text {
	font-size:60px;
}
.cat-product-box {
	height:200px;
}
.product-model {
	max-width:50%;
}
.resource-card-img {
	margin-left:-66px !important;
}
.dealer-welcome-banner {
	background-image:url(https://www.eurotecaustralia.com.au/_images/dealers-office-2160px.jpg);
}
.nav-search-desktop {
	margin-left:-88px;
	margin-right:44px;
}
}

@media screen and (min-width: 1960px){
.news-row {
	padding-left:260px !important;
	padding-right:260px !important;
}
}


