@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap');

html {
	margin: 0 auto;
	width: 100%;
}
body {
	margin: 0 auto;
	font-family: 'Rubik', sans-serif;
	font-weight:300;
	font-size: 115%;
	line-height: 1;
	color: #000;
	background: #fff;
	text-align: left;
	cursor: default;
	letter-spacing: 0.5px;
}
.container {
	margin: 0 auto;
	max-width: 1800px;
	padding: 0 1%;
}
a {
	color: #1765a7;
	text-decoration: none;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}
a:hover, a:focus {
	color: #228ae1;
	text-decoration: none;
	outline: none !important;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}
a[href^=tel] {
	background: none !important;
	padding: 0 !important;
	color: #1765a7;
}
:focus {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
#footer a[href^=tel] {
	color: #fff;	
}

a img {
	border: 0;
}
img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 3px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 25px;
	line-height: 1.2;
}
h1, h2 {
	font-size: 180%;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h3 {
	font-size: 110%;
}
h3.plant {
	margin-bottom: 0;
}
p {
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.4;
}
.p p {
	margin: 0;
	line-height: 0;
}
strong {
	font-weight: 400;
}
ul.ul, .ul ul, .ol ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.li li {
	display: inline-block;
	vertical-align: top;
}
dl {
	margin: 0 0 15px;
	font-size: 100%;
	color: #000;
	font-weight: 400;
}
dd {
	margin-left: 0;
}
div.grid {
	display: inline-block;
	vertical-align: top;
}
img.grid {
	display: inline-block;
	vertical-align: middle;
}
figure {
	margin: 0;
}
hr {
	border: 0;
	border-bottom: 1px solid #ccc;
}
.center {
	text-align: center;
	margin-bottom: 10%;
}

/* FORMS */
input[type='text'], 
input[type='tel'],
input[type='email'], 
input[type='password'], 
textarea {
	border: 0;
	outline: 0;
	font-family: 'Rubik', sans-serif;
	font-size: 85%;
	font-weight: 300;
	padding: 9px 10px;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
	width: 100%;
	border-radius: 5px;
}
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='password']:focus,
textarea:focus {
	border: 0px solid rgba(0, 0, 0, 0.5);
}
input[type='text'].invalid, 
input[type='tel'].invalid,
input[type='email'].invalid {
	border: 0px solid #ff0000;
	background: rgba(255, 0, 0, 0.5);
}
input[type='submit'], 
input[type='button'], 
button[type='submit'], 
button {
	border: 0;
	outline: 0;
	border-radius: 5px;
	font-size: 110%;
	text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	background: #2e74b0;
	padding: 9px 30px;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
input[type='submit']:hover, 
input[type='button']:hover, 
button[type='submit']:hover, 
button:hover {
	background: #173a58;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
select {
	background-image: url(../images/select.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
	background-color: #ecebeb !important;
	width: auto;
	padding: 5px 30px 6px 5px;
	box-sizing: border-box;
	line-height:1.4;
	border-radius: 5px;
	background-color:#fff;
	color:#434343;
	font-size: 93%;
	-webkit-appearance:none;
	-moz-appearance: inherit;
	outline:none;
	border: 0;
}
select:hover {
	color:#5b052f;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


div.formBody {
	float: none !important;
}
.formError {
	color: #ff0000 !important;
	font-size: 13px !important;
	font-weight: normal !important;
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
}
.has-error-foundation .formValidation {
	margin-bottom: 0 !important;
}
.formClr {
	display: inline-block !important;
}
fieldset.formFieldset, fieldset {
	border: none;
	padding: 0 !important;
	margin: 0 !important;
}
fieldset.addshipto {
	margin-top: 50px !important;
	margin-left: 10px !important;
	text-align: center;
}
fieldset.formFieldset ol.formContainer li {
	padding: 0 0 10px !important;
}
fieldset.formFieldset ol.formContainer li:last-child {
	padding-bottom: 0 !important;
}
.formCaption2 {
	margin-bottom: 10px;
}

div.formError {
	left: 30% !important;
}

.has-error-foundation input[type="text"].rsform-error:not(:focus), 
.has-error-foundation input[type="password"].rsform-error:not(:focus), 
.has-error-foundation input[type="email"].rsform-error:not(:focus), 
.has-error-foundation textarea.rsform-error:not(:focus), 
.has-error-foundation select.rsform-error:not(:focus) {
	background-color: rgba(45, 115, 176, 0.2) !important;
}


/* HEADER */
#header {
	border-top: 3px solid #2e74b0;
	padding-top: 13px;
	padding-bottom: 11px;
	overflow-x: auto;
}
#header .logo {
	float: left;
	margin-bottom: 10px;
}
#header .logo a {
	text-indent: -99999px;
	display: inline-block;
	background: url(../images/ncs.svg) no-repeat 0 0 / 100%;
	width: 260px;
	padding-top: 82px;
	margin-top: 5px;
}

#header .call {
	float: right;
	font-size: 90%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 35px;
}
#header .call h4 {
	display: inline-block;
	margin-bottom: 0;
}
#header .call h4:first-of-type {
	font-weight: 300;
}
#header .call h4:last-of-type,
#header .call h4 a {
	font-weight: 400;
	color: #1765a7;
}


/* MENU */
#header .mainmenu {
	clear: right;
	float: right;
}
#header .mainmenu ul.menu li {
	margin-left: 10px;
}
#header .mainmenu ul.menu li a {
    color: #000;
    display: block;
    padding: 3px 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 100%;
}
#header .mainmenu ul.menu li a:hover {
	color: #1765a7;
}
#header .mainmenu ul.menu li.parent:hover a {
	color: #fff;
	background: #1765a7;
}
#header .mainmenu ul.menu li.active a {
	color: #1765a7;
}
#header .mainmenu ul.menu li.parent.active a {
	color: #1765a7;
}
#header .mainmenu ul.menu li.parent.active ul.nav-child {
	color: #fff;
}
#header .mainmenu ul.menu li.parent.active:hover a {
	background: #1765a7;
	color: #fff;
}
#header .mainmenu ul.menu li.parent ul.nav-child {
	background: #1765a7;
	display: none;
	position: absolute;
	z-index: 999999;
	padding: 5px 5px 5px 0;
	min-width: 11em;
	width: auto;
	font-size: 85%;
	text-align: left;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}
#header .mainmenu ul.menu .parent:hover ul.nav-child {
	display: block;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}
#header .mainmenu ul.menu li.parent ul.nav-child li {
	display: block;
	margin-left: 0;
}
#header .mainmenu ul.menu li.parent ul.nav-child li a {
	background: none !important;
	text-transform: none;
	color: #fff;
	padding: 3px 0;
	margin: 2px 0 2px;
	display: inline-block;
	padding: 4px 8px;
	font-size: 95%;
	font-weight: 300;
}
#header .mainmenu ul.menu li.parent ul.nav-child li a:hover {
	background: none;
	color: #ccc;
}
#header .mainmenu ul.menu li.parent ul.nav-child li.active a,
#header .mainmenu ul.menu li.parent ul.nav-child li a.active {
	background: none;
	color: #fff;
	font-weight: 500;
}


/* BURGER */
.menu-icon-cont .menu-icon3 {
	margin: .05em !important;
}
.sm-full-106 .sm-overlay-win #off-menu_106 {
	vertical-align: top !important;
	margin-top: 40%;
}

/* BANNER */
#banner {
	clear: both;
}
#banner .notification {
	text-align: center;
	background: radial-gradient(circle,rgba(55, 154, 240, 1) 0%, rgba(1, 70, 130, 1) 100%);
	color: #fff;
	padding: 5px 10% 0px;
	font-size: 90%;
}
#ecobatch #banner .notification {
	background: radial-gradient(circle,rgba(2, 179, 84, 1) 0%, rgba(4, 105, 54, 1) 100%);
}
#banner .notification h1 {
	margin-bottom: 3px;
	font-weight: 700;
	font-size: 200%;
}
#banner .notification h2 {
	font-size: 150%;
	margin-bottom: 7px;
}
#banner .notification h3 {
	font-size: 140%;
	font-weight: 600;
	margin-bottom: 0;
}


.breadcrumb {
	margin-top: 15px;
	font-size: 95%;
}
.breadcrumb li.item {
	margin-right: 8px;
	background: url(../images/arw.svg) no-repeat  right center / 7px;
	padding-right: 16px;
}
.breadcrumb li:first-child { 
	display: none;
}

/* CONTENT */
#content {
	clear: both;
	margin-top: 5%;
	margin-bottom: 5%;
}

#home #content {
	text-align: center;
}

#content .group {
	margin-bottom: 7%;
}

#content #british-design {
	margin-bottom: 8%;
}
#content #british-design h2 {
	color: #1765a7;
}

/* BATCHING PLANT SOLUTION */
#content #batching-plant-solutions h1,
#content ul.components h1,
#content #batching-plant-solutions h2,
#content ul.components h2 {
	font-size: 160%;
	font-weight: 500;
	margin-bottom: 3%;
}
#content #batching-plant-solutions ul {
	list-style: none;
	padding: 0;
}
#content #batching-plant-solutions li img:hover,
#content ul.components a li img:hover,
ul.bmbp li img:hover {
	filter:alpha(opacity=85);
	opacity: 0.85;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}
#content #batching-plant-solutions li strong {
	background: rgba(26, 98, 156, 0.8);
	display: inline-block;
	color: #fff;
	box-sizing: border-box;
	padding: 10px 15px;
	border-radius: 3px;
	font-weight: 500;
	font-size: 150%;
	margin-left: 20px;
	margin-right: 5%;
	margin-top: -40%;
	position: relative;
	float: left;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}
#content #batching-plant-solutions li strong:hover,
#content #batching-plant-solutions li img:hover + strong,
#content ul.components li a img:hover + strong,
#content ul.components li a strong:hover,
ul.bmbp li strong:hover,
ul.bmbp li img:hover + strong {
	background: rgba(26, 98, 156, 1);
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;  
	-moz-transition:all 0.2s linear;  
	-o-transition:all 0.2s linear;  
	transition:all 0.2s linear;	
}
#content #batching-plant-solutions li {
	width: 32.38%;
	margin-right: 1%;
	margin-bottom: 1%;
	display: inline-block;
	text-align: left;
	overflow: hidden;
}
#content #batching-plant-solutions li:nth-child(3n) {
	margin-right: 0;
}
#content ul.components li:last-child {
	margin-right: 0;
}

/* LOGOS */
#content #logos {
	margin: 10% 0;
}
#content #logos li {
	margin: 0 1%;
}
#content #logos li em {
	text-indent: -99999px;
	display: inline-block;
	padding-top: 40px;
	vertical-align: middle;
}
#content #logos li em.bon {
	background: url(../images/logos/Bonfiglioli.svg) no-repeat center center / 100%;
	width: 220px;
}
#content #logos li em.don {
	background: url(../images/logos/Dunlop.svg) no-repeat center center / 100%;
	width: 220px;
}
#content #logos li em.sch {
	background: url(../images/logos/Schneider_Electric.svg) no-repeat center center / 100%;
	width: 180px;
}
#content #logos li em.sew {
	background: url(../images/logos/SEW.svg) no-repeat center center / 100%;
	padding-top: 40px;
	width: 120px;
}
#content #logos li em.sie {
	background: url(../images/logos/Siemens.svg) no-repeat center center / 100%;
	width: 200px;
}
#content #logos li em.wam {
	background: url(../images/logos/WAM.svg) no-repeat center center / 100%;
	padding-top: 40px;
	width: 140px;
}

/* PLANT COMPONENTS */
#content ul.components li {
	width: 23.9%;
	margin-right: 1%;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}
#content ul.cranes,
#content ul.components {
	margin-bottom: 12%;
}
#content ul.cranes li {
	width: 31.5%;
	text-align: center;
	margin-top: 2%;
	margin-right: 2%;
}
#content ul.components li:nth-child(4),
#content ul.components li:nth-child(8),
#content ul.cranes li:nth-child(3n) {
	margin-right: 0;
}
#content ul.components li strong,
ul.bmbp li strong,
#content ul.cranes li strong {
	font-size: 105%;
	font-weight: 500;
	width: 100%;
	height: 62px;
	background: rgba(23, 102, 166, 0.8);
	padding: 13px 5px 0;
	border-radius: 0 0 3px 3px;
	color: #fff;
	margin-top: -64px;
	margin-left: 0;
	position: relative;
	margin-bottom: 5%;
	display: block;
	box-sizing: border-box;
	text-align: center;
}
#content ul.cranes li a img:hover + strong,
#content ul.cranes li a strong:hover {
	background: rgba(23, 102, 166, 1);
}
ul.bmbp li strong {
	height: 75px;
}
#content ul.components li a img:hover {
	opacity: 0.8;
}

/* BLOCK MAKING BATCHING */
ul.bmbp li {
	width: 23.2%;
	margin-right: 2%;
	margin-bottom: 1%;
	text-align: center;
}
ul.bmbp li:nth-child(4n),
ul.bmbp li:last-child {
	margin-right: 0;
}
ul.bmbp li em {
	display: block;
	font-style: normal;
	margin-bottom: 5px;
	font-weight: 300;
	font-size: 85%;
}
ul.bmbp li strong {
	margin-top: -78px;	
}

/* READY MIX */
.rmbp.list-info .grid {
	width: 48.2%;
	margin-bottom: 2.8%;
	text-align: left;
	padding: 30px 30px 20px;
	box-sizing: border-box;
	background: rgba(45, 115, 176, 0.15);
	border-radius: 4px;
}
.rmbp.list-info .grid:nth-child(2n+1) {
	margin-right: 3%;	
}
.rmbp.list-info .grid h2 {
	font-size: 150%;
	margin-bottom: 10px;
}
.rmbp.list-info .grid h3 {
	font-weight: 300;
}
.spec h1 {
	margin-bottom: 10px;
}
.spec h3 {
	font-weight: 400;
	font-size: 115%;
}
.article ul.main {
	list-style: none;
	padding: 0;
}
.article ul.main > li {
	width: 47%;
	margin-right: 5%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.article ul.main > li:nth-child(2n) {
	margin-right: 0;
}
.article ul.main > li h5 {
	font-size: 105%;
	margin-bottom: 12px;
	font-weight: 500;
}
.article ul.main li ul {
	padding-left: 5px;
}
.article ul.main li ul li {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
	background: none;
	padding: 0 0 10px;
	line-height: 1.3;
	height: auto;
}

/* MODULE LINKS */
.rmbp-links {
	border-top: 1px solid rgba(45, 115, 176, 0.2);
	background: rgba(45, 115, 176, 0.08);
	border-radius: 4px;
	padding: 20px;
	margin-top: 5%;
	box-sizing: border-box;
}
.rmbp-links h4 {
	font-weight: 500;
	margin-bottom: 6px;
	font-size: 95%;
}
.rmbp-links h3 {
	display: none;
}
.rmbp-links .grid {
	width: 23.9%;
	background: rgba(255, 255, 255, 0.6);
	padding: 20px;
	border-radius: 4px;
	box-sizing: border-box;
	margin-right: 1%;
	height: 100px;
}
.rmbp-links .grid:hover {
	background: #fff;
}
.rmbp-links .grid:last-child {
	margin-right: 0;
}


/* PLANT SOLUTION */
.plant-solution .item {
	margin-bottom: 100px;
}
.plant-solution h3 {
	font-size: 140%;
	font-weight: 500;
}
.plant-solution li {
	width: 49.7%;
	min-height: 110px;
	padding: 15px 15px;
	background: #2e74b00d;
	margin-bottom: 6px;
	border-radius: 3px;
	box-sizing: border-box;
	vertical-align: top;
	line-height: 1.2;
}
.plant-solution li h3 {
	font-size: 110%;
	font-weight: 400;
	margin-bottom: 10px;
}
.plant-solution li p {
	line-height: 1.1;
}
.plant-solution li p:first-of-type {
	margin-bottom: 13px;
}
.plant-solution li p:last-of-type {
	margin-bottom: 0;
}

.plant-solution .less li {
	min-height: 90px;
}
.plant-solution .auto li {
	min-height: auto;
}

/* READY MIX PLANTS */
.ready-mix {
	margin-top: 100px;
}
.rmbp.leading {
	overflow: hidden;
}
.rmbp-images {
	float: left;
	width: 27%;
}
.grid.video p {
	margin-bottom: 0;
}
.grid.video {
	float: right;
	width: 72%;
}
.rmbp-images img {
	height: auto;
	display: block;
}
.rmbp-images img:first-child {
	display: none;
}
#ncs-80d img:first-child {
	width: 55%;
	margin-right: 5%;
}
#ncs-80d img:nth-child(2) {
	width: 35%;
}


/* MOBILE PLANT */
.mbp.leading {
	margin-bottom: 8%;
}
.mbp.leading div.item:first-child {
	width: 100%;
	margin-bottom: 80px
}
.mbp #mobicrete-m60 {
	margin-right: 10%;
}
.mbp.leading div.item {
	display: inline-block;
	vertical-align: top;
	width: 49.7%;
}
.mbp.leading h2 {
	font-size: 150%;
}
.mbp.intro #mobicrete-m60 {
	margin-right: 5%;
	margin-bottom: 3%;
}
.mbp.intro h2 {
	font-size: 140%;
}


/* PLANT IMAGES */
.imag div.item img {
	display: inline-block;
	vertical-align: bottom;
}
.imag div.item .image_1 {
	width: 56%;
	margin-right: 5%;
}
.imag div.item .image_2 {
	width: 38%;
}


/* CONTACT */
#content ul.address {
	margin-bottom: 20px;
}
#content ul.address li {
	line-height: 1.2;
}
#content ul.address li:first-child {
	margin-right: 8%;
	margin-bottom: 20px;
}
#content ul.address em {
	font-style: normal;
	display: inline-block;
	margin-bottom: 6px;
	font-weight: 400;
}
#content form#contact_us input[type="text"],
#content form#contact_us input[type="email"],
#content form#contact_us input[type="tel"], 
#content form#contact_us textarea {
	background: #ecebeb;
	padding: 15px 10px;
	font-size: 90%;
}
#content form#contact_us li {
	display: inline-block;
	vertical-align: top;
	width: 48.65%;
}
#content form#contact_us li:nth-child(odd) { 
	margin-right: 2%;
}
#content form#contact_us li.rsform-block-message {
	margin-right: 0;
}
#content form#contact_us .rsform-block-message {
	width: 100%;
	margin-bottom: 0;
}


/* FOOTER */
#footer {
	clear: both;
	background: #1765a7;
	margin-top: 15%;
	padding: 5% 0;
	color: #fff;
	font-weight: 300;
	text-align: center;
}
#footer h3 {
	font-weight: 300;
	font-size: 105%;
	margin-bottom: 15px;
}
#footer h3:last-of-type {
	margin-top: 40px;
	font-size: 80%;
}
#footer .grid {
	width: 23%;
	margin-right: 1%;
}

#footer .logos p {
	margin-bottom: 0;
}
#footer .grid.logos {
	width: 22%;
	margin-right: 7%;
}
#footer .logos img.sicoma {
	margin-top: 3%;
	margin-bottom: 3%;
	width: 250px;
}
#footer .logos img.spanos {
	margin-bottom: 1%;
	width: 190px;
}
#footer .logos img.guris {
	margin-top: 2%;
	width: 170px;
}
#footer .logos img.ukca {
	width: 90px;
	margin-right: 15px;
}
#footer .logos img.mpa {
	width: 140px;
}

#footer .grid.first {
	width: 22%;
	margin-right: 3%;
}
#footer .grid.last {
	margin-right: 0;
	width: 19%;
}
#footer .grid.last p:empty {
	display: none;
}

#footer .menu li {
	margin-bottom: 8px;
	text-align: left;
}
#footer .menu li a {
	color: #fff;
}
#footer .menu li a:hover {
	color: #ccc;
}
#footer .menu li a.parent {
	font-weight: 400;
	font-size: 105%;
}
#footer .menu li.active a.parent {
	font-weight: 500;
}
#footer .menu li ul.nav-child {
	margin-top: 13px;
	font-size: 90%;
}
#footer .menu li ul.nav-child li a {
	margin-bottom: 5px;
	font-weight: 300;
	display: inline-block;
}
#footer .menu li ul.nav-child li.active a {
	font-weight: 500;
}

#footer .grid.menu.last li {
	margin-bottom: 12px;
}
#footer .grid.menu.last li a {
	font-weight: 300;
	font-size: 90%;
}
#footer .grid.menu.last li a.parent {
	font-size: 90%;
	font-weight: 300;
}
#footer .grid.menu.last li.active a {
	font-weight: 500;
	font-size: 100%;
	color: #fff;
}
#footer .grid.menu.last li a.contact {
	margin-bottom: 15%;
	display: inline-block;
}
#footer .grid.menu.last li span {
	font-size: 90%;
}

#footerend {
	background: #0f528a;
	color: #fff;
	font-size: 75%;
	padding: 20px 0 15px;;
}
#footerend p {
	margin-bottom: 5px;
}
#footerend a {
	color: #fff;
	font-size: 60%;
	text-transform: uppercase;
}



/* CATEGORY LAYOUT */
.category-view,
.productdetails-view h1 {
	text-align: center;
}
.category-view h1, 
.productdetails-view h1 {
	font-weight: 500;	
}
.category_description {
	margin-bottom: 8%;
}
.browse-view {
	margin-top: 4%;
}
.browse-view div.grid {
	width: 32%;
	margin-right: 1.5%;
	margin-bottom: 1.5%;
}
.browse-view div.grid:nth-child(3n) {
	margin-right: 0;
}
.browse-view div.grid:last-child {
	margin-right: 0;
}
.browse-view div.grid img {
	height: auto;
	border-radius: 3px 3px 0 0;
}
.browse-view div.grid img:hover {
	opacity: 0.9;
}
.browse-view div.grid .ptitle {
	position: relative;
	margin-top: -70px;
	background: rgba(26, 98, 156, 0.8);
	padding: 13px 10px 0;
	border-radius: 0 0 3px 3px;
	height: 55px;
}
.browse-view div.grid img:hover + .ptitle,
.browse-view div.grid .ptitle:hover {
	background: rgba(26, 98, 156, 1);
}
.browse-view h2 {
	font-weight: 400;
	font-size: 105%;
	line-height: 1.2;
	margin-bottom: 0;
}
.browse-view a {
	color: #fff;
	text-decoration: none;
}
.browse-view div.PricesalesPriceTt {
	font-size: 115%;
	font-weight: 500;
	color: #fff;
}
.browse-view div.price-crossed {
	margin-top: 5px;
	text-decoration: line-through;
	color: #26377d;
}

/* PRODUCT PAGINATION */
div.vm-pagination ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 100px;
}
div.vm-pagination ul li {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
}
div.vm-pagination ul li span,
div.vm-pagination ul li a {
	display: block;
	padding: 5px;
	width: 20px;
	margin: 0 3.5px;
	color: #fff;
}
div.vm-pagination ul li span {
	background: #e6302a;
}
div.vm-pagination ul li a {
	background: #000;
}
div.vm-pagination ul li a:hover {
	background: #e6302a;
}
div.vm-pagination ul li.pagination-start,
div.vm-pagination ul li.pagination-prev,
div.vm-pagination ul li.pagination-next,
div.vm-pagination ul li.pagination-end {
	display: none;
}
.productdetails .desc {
	margin-top: 80px;
}

/* RELATED PRODUCTS */
h3.related-products {
	font-size: 150%;
	font-weight: 300;
	margin: 100px 0 80px;
}



/* PRODUCT DETAILS LAYOUT */
.category-view,
.productdetails-view,
#electric-crane-systems #content,
#overhead-traveling-cranes #content,
#lifting-groups #content,
#gantry-cranes #content,
#special-process-cranes #content,
#cabin-cranes #content {
	margin-top: 11%;
}
.productdetails .vm-product-container .back-to-category {
	margin: 40px 0 20px;
	text-align: left;
}
.productdetails .vm-product-container .back-to-category a {
	background: #1765a7 url(../images/back_arrw.svg) no-repeat 7px center / 15px;
	color: #fff;
	display: inline-block;
	padding: 9px 12px 9px 30px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 75%;
}
.productdetails .vm-product-container .back-to-category a:hover {
	background: #3e84c0 url(../images/back_arrw.svg) no-repeat 7px center / 16px;
}
.productdetails h2 {
	font-size: 135%;
}
.productdetails .vm-product-media-container {
	width: 46%;
	margin-right: 5%;
}
.productdetails .vm-product-media-container img {
	height: auto;
}
.productdetails .vm-product-details-container {
	width: 48%;
	font-size: 110%;
	letter-spacing: 0.3px;
	text-align: left;
}
.vm-product-details-container h2 {
	font-size: 150%;
	line-height: 1;
}
.vm-product-details-container h3 {
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 110%;
	color: #104480;
}
.vm-product-details-container a.ask-a-question {
	margin-top: 30px;
	background: #1765a7;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 85%;
}
.vm-product-details-container a.ask-a-question:hover {
	background: #3e84c0;
}
.vm-product-details-container li {
	margin-bottom: 7px;
	font-weight: 400;
}



/* ECOBATCH */
a.g_btn {
	background-image: linear-gradient(to right, #000000 0%, #0f9b0f 51%, #000000 100%);
	color: #fff;
	padding: 5px 15px;
	font-size: 85%;
	font-weight: 500;
	border-radius: 5px;
	margin-top: 10px;
	display: inline-block;	
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	box-shadow: 0 0 20px #eee;
	outline: none;
	border: none;
}
a.g_btn:hover {
	background-position: right center;
  	color: #fff;
  	text-decoration: none;	
}

#ecobatch .sm-btn-106 .menu-icon3 span {
	background: #109d49 !important;
}
#ecobatch .off-menu_106 dl dt.active a, 
#ecobatch .off-menu_106 dl.level1 dt.active a,
#ecobatch .off-menu_106 dl dt.opened a, 
#ecobatch .off-menu_106 dl.level1 dt.opened a, 
#ecobatch .off-menu_106 dl dt.hover a, 
#ecobatch .off-menu_106 dl dt:hover a, 
#ecobatch .off-menu_106 dl.level1 dt:hover a {
	color: #109d49 !important;
}

#header-wrap {
	background: url(../images/ecobatch/ecobatch_bg.jpg) no-repeat center center / cover;
}
#ecobatch #header {
	border-top: 3px solid #00a651;
}
#header .logo.eco a {
	background: url(../images/ecobatch/ncsbatchspanos.svg) no-repeat 0 0 / 100%;
	padding-top: 140px;
}
#ecobatch #header .mainmenu ul.menu li.active a,
#ecobatch #header .mainmenu ul.menu li a:hover {
	color: #109d49;
}
#ecobatch #header .mainmenu ul.menu li.parent ul.nav-child,
#ecobatch #header .mainmenu ul.menu li.parent:hover a {
	background: #109d49;
	color: #fff;
}
#ecobatch #header .mainmenu ul.menu li.parent ul.nav-child li.active a,
#ecobatch #header .mainmenu ul.menu li.parent ul.nav-child li a.active {
	color: #fff;
}
#ecobatch #header .call h4:last-of-type, #ecobatch #header .call h4 a {
	color: #109d49;
}

#ecobatch #about-ecobatch div.grid {
	width: 47%;
}
#ecobatch #about-ecobatch div.grid.p1 {
	margin-right: 4%;
}
#ecobatch #about-ecobatch p.fpt {
	margin-top: 15px;
}

#ecobatch .leading {
	margin-bottom: 10%;
}
#ecobatch .intro .item {
	margin-bottom: 3%;
}
div.grid.desc {
	width: 48%;
	margin-top: 40px;
}
div.grid.desc.p1 {
	margin-top: 0;
	margin-right: 3%;
}
.intro .item .desc h1 {
	margin-bottom: 2px;
	color: #039949;
}
.intro .item .desc h2 {
	font-size: 130%;
	color: #4f4c51;
}
.intro .item #models h3 {
	margin-bottom: 5px;
	font-weight: 500;
}
.intro .item #options h3 {
	margin-bottom: 12px;
	font-weight: 500;
}

.item #mobispa,
.item #mobitech,
.item #ecobatch,
.item #brochure {
	padding-top: 8%;
	border-image: linear-gradient(to right, #039949 0%, #57bf28 100%) 1;
	border-width: 5px;
	border-style: solid;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

ul.lca {
	text-align: center;
	margin-bottom: 0;	
}
ul.lca li:first-child {
	width: 69%;
	padding-top: 10%;
	margin-right: 5%;
	background: url(../images/ecobatch/ecobatch_process.svg) no-repeat 0 0 / 100%;
	text-indent: -99999px;
}
ul.lca li:nth-child(2) {
	width: 25%;
	padding-top: 8%;
	background: url(../images/ecobatch/patented_obi.svg) no-repeat 0 0 / 100%;
	text-indent: -99999px;
}
ul.lca li:last-child p {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0;
	width: 65%;
}

ul.chart {
	margin-top: 40px;
}
ul.chart li {
	text-indent: -99999px;
}
ul.chart li:first-child {
	width: 16%;
	padding-top: 38%;
	margin-right: 8%;
	background: url(../images/ecobatch/lowenergy.svg) no-repeat 0 0 / 100%;
}
ul.chart li:last-child {
	width: 75%;
	padding-top: 44%;
	background: url(../images/ecobatch/chart.svg) no-repeat 0 0 / 100%;
}
.gallery {
	margin-bottom: 40px;
}


/* TABLE */
.de-col-header {
/*   background-color: #c41219; */
  background: linear-gradient(0deg, rgba(8,133,49,1) 0%, rgba(0,109,25,1) 100%);
  color: #fff;
  font-weight: 500;
  font-size: 85%;
  border-top: 0px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

.breakdance *, .breakdance ::before, .breakdance ::after {
  box-sizing: border-box;
}
.de-advanced-table {
  display: block;
  overflow-y: scroll;
  max-width: 100%;
  width: 100%;
}
.bde-advanced-tabs-content {
  text-align: left;
}
.de-col-wrapper {
  display: table-row;
}
.breakdance .de-advanced-table-242-206 .de-col-header {
  background-color: var(--bde-links-color);
  color: #fff;
  font-weight: 700;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
.de-advanced-table .de-col-header.hidden {
  display: block !important;
  visibility: hidden;
}
.de-advanced-table .de-col-header, .de-advanced-table .de-row-header {
  white-space: nowrap;
  z-index: 5;
}
.de-advanced-table .de-col-header, .de-advanced-table .de-row-header, .de-advanced-table .de-cell {
  padding: 10px 10px;
  border: 1px solid #e2e2e2;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e2e2e2;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e2e2e2;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e2e2e2;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e2e2e2;
    font-size: 90%;
}
.breakdance *, .breakdance ::before, .breakdance ::after {
  box-sizing: border-box;
}
.de-cell, .de-col-header, .de-row-header {
  display: table-cell;
  position: relative;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 1%;
}
.de-col-wrapper {
  display: table-row;
}
.breakdance .de-advanced-table-242-206 .de-row-header {
  background-color: var(--bde-palette-color-4);
  color: #080404;
  font-weight: 700;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
.breakdance .de-advanced-table-242-206 .de-cell {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

#ecobatch .intro .options ul {
	margin-top: 10px;
	padding-left: 25px;
}
#ecobatch .intro #options li {
	margin-bottom: 8px;
}
#ecobatch .intro #options {
	margin-bottom: 10%;
}
#ecobatch .intro div.grid.options {
	width: 40%;
}
#ecobatch .intro div.grid.videos {
	width: 59%;
	margin-top: 20px;
}
#ecobatch .intro div.grid.videos li {
	width: 49%;
	margin-bottom: 5px;
}
#ecobatch .intro div.grid.videos.single {
	width: 45%;
}

.item #brochure h2 {
	text-align: center;
	font-size: 140%;
	color: #039949;
	font-weight: 700;
}

#ecobatch #footer {
	background: #109d49;
}
#ecobatch #footerend {
	background: #108d39;
}




/* WHATSAPP */
.is-bottom_right {
	bottom: 0 !important;
	right: 15px !important;
}
.whatsappchat .popup-section .help-you-btn {
	border-radius: 10px 10px 0px 0px !important;
	padding: 9px 20px 7px 10px !important;
	font-weight: 400;
	font-size: 15px;
}
.whatsappchat .popup-section .help-you-btn:hover {
	background: #2f2f2f !important;
	color: #fff !important;
}
.whatsappchat img.is-analytics {
	padding-right: 4px !important;
	vertical-align: middle;
}
.whatsappchat.is-bottom_right .popup-section .popup .popuptext {
	bottom: 50px !important;
}
.whatsappchat.is-bottom_right .popup-section .popup .popuptext a {
	color: #fff;
	text-decoration: underline;	
}
.whatsappchat .popup-section .popup .popuptext .popup-box .chat-content {
	margin: 15px !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top {
	padding: 8px 0 20px !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .content {
	height: 0px;
	font-weight: 400;
	box-shadow: 0 8px 25px -5px rgba(45,62,79,0.15) !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .chat-content .message {
	background: #2f2f2f !important;
	font-weight: 400;
	padding: 7px 10px !important;
	border-radius: 5px;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .chat-content .message::before {
	background-color: #2f2f2f !important;
	top: auto !important;
	right: auto !important;
	bottom: -6px;
	left: 24px;
}
.whatsappchat_103.is-bottom_right .popup-section .popup .myPopup_103::after {
	border-color: #ffffff transparent transparent transparent !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .response input {
	padding: 10px 40px 10px 15px !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .response .send_btn {
	right: 10px !important;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .close_pop_wtc {
	float: right;
	top: -45px !important;
	right: -10px !important;
	position: relative;
}
.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .close_pop_wtc svg:hover {
	background: #E0E0E0;
}
.whatsappchat .popup-section .popup .send_btn {
	width: 34px;
	height: 36px;
	background: url(../images/whatsapp_send.svg) no-repeat center top / 100%;
}

#ecobatch .whatsappchat .popup-section .help-you-btn {
	background: #006d19 !important;
}
#ecobatch .popup-top {
	background-color: #008d39 !important;
}

/* SCROLL TO TOP */
#button_top {
  display: inline-block;
  background: linear-gradient(0deg, rgba(23,58,88,1) 0%, rgba(46,116,176,1) 100%);
  width: 42px;
  height: 32px;
  padding: 12px 5px 5px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 50px;
  right: 15px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 95;
}
#button_top::after {
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button_top:hover {
  cursor: pointer;
  background: linear-gradient(0deg, rgba(23,58,88,1) 0%, rgba(46,116,176,1) 50%);
}
#button_top:active {
  background: linear-gradient(0deg, rgba(23,58,88,1) 0%, rgba(46,116,176,1) 50%);
}
#button_top.show {
  opacity: 1;
  visibility: visible;
}

#ecobatch #button_top {
	background: linear-gradient(0deg, rgba(8,133,49,1) 0%, rgba(0,109,25,1) 100%);
}

/* reCaptcha Overrides */
.grecaptcha-badge {
	opacity: 0;
	right: -300px !important;
}

/* OVERRIDES */
.avPlayerWrapper .avPlayerContainer .avPlayerBlock video {
	background: none !important;
}
#fancybox-outer {
	box-sizing: border-box;
	padding: 10px 20px !important;
	border-radius: 6px;
}
#fancybox-overlay {
	background-color: #000 !important;
	opacity: 0.8 !important;
}
.cpnb-m-cookies-floatButtonPosition_bottom_left {
	display: none !important;
}


/* RESPONSIVE ELEMENTS */
@media (max-width:1650px) {
	.plant-solution ul.wms90 li {
		min-height: 140px;
	}
}

@media (max-width:1450px) {
	ul.bmbp li {
		width: 23.15%;
	}
	#content #batching-plant-solutions li strong {
		font-size: 130%;
	}

/* ECOBATCH */
	#ecobatch .intro #options {
		margin-top: 5%;
	}
}

@media (max-width:1300px) {
	#header .mainmenu ul.menu li a {
		font-size: 90%;
	}
	#banner .notification {
		padding-left: 5%;
		padding-right: 5%;
	}
	#content #batching-plant-solutions li strong {
		font-size: 120%;
	}
	#content #logos li em.bon {
		width: 190px;
	}
	#content #logos li em.don {
		width: 200px;
	}
	#content #logos li em.sch {
		width: 160px;
	}
	#content #logos li em.sew {
		width: 100px;
	}
	#content #logos li em.sie {
		width: 150px;
	}
	#content #logos li em.wam {
		width: 120px;
	}
}

@media (max-width:1240px) {
	#content #batching-plant-solutions li {
		width: 32.1%;
	}
}

@media (max-width:1200px) {
	#header .mainmenu ul.menu li {
		margin-left: 0;
	}
	.rmbp-links .grid {
		width: 49%;
	}
	.rmbp-links .grid:nth-child(1),
	.rmbp-links .grid:nth-child(2) {
		margin-bottom: 15px;
	}
	.rmbp-links .grid:nth-child(2n) {
		margin-right: 0;
	}
	.productdetails .vm-product-media-container {
		margin-right: 0;
		margin-bottom: 5%;
		width: 100%;
	}
	.productdetails .vm-product-media-container img {
		width: 100%;
	}
	.productdetails .vm-product-details-container {
		width: 100%;
	}
	
/* ECOBATCH */
	#ecobatch .intro div.grid.options {
		width: 50%;
	}
	#ecobatch .intro div.grid.videos,
	#ecobatch .intro div.grid.videos.single {
		width: 49%;
	}
	#ecobatch .intro div.grid.videos li {
		width: 100%;
	}
}

@media (max-width:1150px) {
	#header .mainmenu ul.menu li a {
		font-size: 85%;
	}
	#content ul.components li {
		width: 32%
	}
	#content ul.components li:nth-child(3n) {
		margin-right: 0;
	}
	#content ul.components li:nth-child(4),
	#content ul.components li:nth-child(8) {
		margin-right: 1%;
	}
	.plant-solution li {
		min-height: 110px;
	}
	ul.bmbp li {
		width: 23.12%;
	}
	.mbp.leading div.item {
		width: 100%;
	}
	.mbp #mobicrete-m60 {
		margin-right: 0;
	}
}

@media (max-width:1100px) {
	#content #logos li em.bon {
		width: 160px;
	}
	#content #logos li em.don {
		width: 170px;
	}
	#content #logos li em.sch {
		width: 130px;
	}
	#content #logos li em.sew {
		width: 80px;
	}
	#content #logos li em.sie {
		width: 140px;
	}
	#content #logos li em.wam {
		width: 90px;
	}
	.browse-view div.grid {
		width: 48.5%;
	}
	.browse-view div.grid:nth-child(3n) {
		margin-right: 1.5%;
	}
	.browse-view div.grid:nth-child(2n) {
		margin-right: 0;
	}
	.grid.video, .rmbp-images {
		float: none;
		width: 100%;
	}
	.rmbp-images img:first-child {
		display: block;
	}
	.rmbp-images img {
		width: 33.3%;
		height: auto;
		float: left;
	}
}

@media (max-width:1070px) {
	#header .logo {
		float: none;
	}
	#header .mainmenu {
		display: none;
	}
	#header .burger {
		float: right;
		clear: both;
		margin-top: -20px;
	}
	#content ul.components li strong {
		margin-top: -52px;
	}
}

@media (max-width:1050px) {
	#content #batching-plant-solutions li {
		width: 49%;
	}
	#content #batching-plant-solutions li:nth-child(3n) {
		margin-right: 1%;
	}
	#content #batching-plant-solutions li:nth-child(2n) {
		margin-right: 0;
	}
	ul.bmbp li {
		width:31.6%;
		margin-right: 2%;
	}
	ul.bmbp li:nth-child(3n) {
		margin-right: 0;
	}
	ul.bmbp li:nth-child(4n) {
		margin-right: 2%;
	}
	#footer .grid.logos {
		margin-right: 7%;
	}
	#footer .grid.first {
		width: 23%;
	}
	.plant-solution ul.wms90 li {
		min-height: 160px;
	}
}


@media (max-width:980px) {
	.plant-solution li,
	.plant-solution ul.wms90 li {
		width: 100%;
		min-height: auto;	
	}
	
/* ECOBATCH */
	div.grid.desc {
		width: 100%;
	}
	div.grid.desc.p1 {
		margin-right: 0;
	}
	.intro .item #models {
		margin-top: 40px;
	}
	#ecobatch .intro #options {
		margin-top: 50px;
	}
	ul.lca li:first-child {
		margin-right: 0;
		width: 100%;
		padding-top: 13%;
	}
	ul.lca li:nth-child(2) {
		width: 300px;
		padding-top: 90px;
	}
	ul.lca li:last-child p {
		width: 100%;
	}
	ul.chart li:first-child {
		width: 100%;
		background: url(../images/ecobatch/lowenergy_h.svg) no-repeat 0 0 / 100%;
		padding-top: 25%;
		margin-right: 0;
	}
	ul.chart li:last-child {
		width: 100%;
		padding-top: 56%;
	}
	#ecobatch .intro div.grid.options {
		width: 100%;
	}
	#ecobatch .intro div.grid.videos {
		margin-top: 30px;
	}
	#ecobatch .intro div.grid.videos, #ecobatch .intro div.grid.videos.single {
		width: 100%;
	}
	#ecobatch .intro div.grid.videos li {
		width: 49%;
	}
}

@media (max-width:960px) {
	#content #batching-plant-solutions li strong {
		font-size: 120%;
	}
	.article ul.main > li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		height: auto;
	}
	#content ul.components li strong {
		margin-top: -54px;
		font-size: 100%;
	}
	#footer .grid {
		width: 50%;
	}
	#footer .grid.logos {
		margin-right: 15%;
		margin-bottom: 6%;
		width: 44%;
	}
	#footer .grid.first {
		margin-right: 0;
		width: 40%;
	}
	#footer .grid.last {
		width: 32%;
	}
	#footer .grid.menu.last li a.contact {
		margin-bottom: 10%;
	}
}

@media (max-width:940px) {
	#content #logos li em.bon {
		width: 140px;
	}
	#content #logos li em.don {
		width: 150px;
	}
	#content #logos li em.sch {
		width: 110px;
	}
	#content #logos li em.sew {
		width: 70px;
	}
	#content #logos li em.sie {
		width: 100px;
	}
	#content #logos li em.wam {
		width: 80px;
	}
	#content ul.cranes li {
		width: 48.4%;
	}
	#content ul.cranes li:nth-child(3n) {
		margin-right: 2%;
	}
	#content ul.cranes li:nth-child(2n),
	#content ul.cranes li:last-child {
		margin-right: 0;
	}
}

@media (max-width:900px) {	
	#content ul.components li {
		width: 32%;
	}
	#content ul.components li:nth-child(3),
	#content ul.components li:nth-child(6) {
		margin-right: 0;
	}
	#content ul.components li:nth-child(4) {
		margin-right: 1%;
	}
	ul.bmbp li {
		width: 31.3%;
	}
	.rmbp.list-info .grid {
		width: 100%;
	}
	.rmbp.list-info .grid:nth-child(2n+1) {
		margin-right: 0;
	}
	.mbp.leading div.item:first-child {
		margin-bottom: 20px;
	}
	.mbp.leading div.item .image_1 {
		width: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.mbp.leading div.item .image_2 {
		width: auto;
	}
	#ncs-80d img:first-child {
	width: auto;
	margin-right: 0;
	}
	#ncs-80d img:nth-child(2) {
		width: auto;
	}
	.browse-view h2 {
		font-size: 100%;
	}
}

@media (max-width:810px) {
	#content form#contact_us li {
		width: 100%;
		margin-right: 0;
	}
	#content form#contact_us li:nth-child(2n+1) {
		margin-right: 0;
	}
}

@media (max-width:800px) {
	#header .call {
		margin-bottom: 5px;
	}
	#header .logo {
		float: none;
		margin-bottom: 0;
	}
	#header .logo a {
		width: 200px;
		padding-top: 65px;
	}
	#header .burger {
		margin-top: 0;
	}
	#header .logo.eco a {
		padding-top: 110px;
	}
	#content #batching-plant-solutions h1,
	#content ul.components h1,
	#content #batching-plant-solutions h2,
	#content ul.components h2 {
		margin-bottom: 20px;
	}
	#content ul.components li {
		width: 48%;
	}
	#content ul.components li:nth-child(2) {
		margin-right: 0;
	}
	#content ul.components li:nth-child(3) {
		margin-right: 1%;
	}
	
/* NOTIFICATION */
	#banner .notification h1 {
		font-size: 160%;
	}
	#banner .notification h2 {
		font-size: 130%;
	}
	#banner .notification h3 {
		font-size: 120%;
	}
	
/* ECOBATCH */
	#ecobatch #about-ecobatch div.grid {
		width: 100%;
	}
	#ecobatch #about-ecobatch div.grid.p1 {
		margin-right: 0;
	}
	#ecobatch .intro .item:last-child {
		margin-bottom: 100px;
	}
}

@media (max-width:760px) {
	h1, h2 {
		font-size: 170%;
		font-weight: 500;
	}
	
	#header {
		background: none;
	}
	#header .call,
	#header .logo a {
		margin-top: 0;
	}
	
	#content #batching-plant-solutions h1,
	#content ul.components h1,
	#content #batching-plant-solutions h2, 
	#content ul.components h2 {
		font-size: 140%;
	}
	.spec h3 {
		font-weight: 500;
	}
	.rmbp-links {
		padding: 12px;
	}
	.rmbp-links .grid {
		width: 100%;
		height: auto;
		padding: 12px;
	}
	.rmbp-links .grid:nth-child(3) {
		margin-bottom: 15px;
	}
	.rmbp-links h4 {
		font-weight: 600;
		font-size: 100%;
	}

	#content ul.components li {
		width: 48.5%;
	}
	#content ul.components li:nth-child(3) {
		margin-right: 1%;
	}
	#content ul.components li:nth-child(2n) { 
		margin-right: 0;
	}
	#content ul.components li:nth-child(3) {
		margin-right: 1%;
	}
	#content ul.components li strong {
		font-size: 100%;
	}
}

@media (max-width:700px) {
	#header {
		border-top: 0;
	}
	#fancybox-wrap {
		left: 3% !important;
	}
	.rmbp-images img {
		width: 100%;
		float: none;
		margin-bottom: 3px;
	}
	
/* ECOBATCH */
	#ecobatch .intro div.grid.videos li {
		width: 100%;
	}
	.intro .item #models,
	#ecobatch .intro #options {
		margin-top: 60px;
	}
	.item #brochure h2 {
		font-size: 110%;
	}
}

@media (max-width:650px) {
	ul.bmbp li {
		width: 48.4%;
	}
	ul.bmbp li:nth-child(2n) {
		margin-right: 0;
	}
	ul.bmbp li:nth-child(3) {
		margin-right: 2%;
	}
	#fancybox-wrap {
		left: 0.5% !important;
	}
	#fancybox-outer {
		padding: 10px !important;
	}
}

@media (max-width:600px) {
	.container {
		padding: 0 2%;
	}
	#header {
		text-align: center;
	}
	#header .call {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	#header .logo {
		margin-left: 16%;
	}
	#header .burger {
		float: none;
		margin-top: 3px;
		margin-left: 5%;
	}
	#content #batching-plant-solutions li {
		width: 100%;
		margin-right: 0;
	}
	#content ul.components li strong {
		margin-top: -62px;
		height: 60px;
	}
	#content ul.cranes {
		margin-bottom: 100px;
	}
	#content ul.cranes li {
		width: 100%;
		margin-right: 0;
	}
	#content ul.cranes li:nth-child(3n) {
		margin-right: 0;
	}
	#content ul.cranes li strong {
		margin-top: -40px;
	}
	
	#footer h3 {
		margin-bottom: 10px;
	}
	#footer .grid {
		width: 100%;
		margin-right: 0;
	}
	#footer .grid.logos {
		width: 100%;
		margin-top: 5%;
		margin-right: 0;
		margin-bottom: 8%;
		text-align: left;
	}
	#footer .grid.logos p {
		margin-bottom: 0;
	}
	#footer .logos img.sicoma {
		margin-bottom: 1%;
	}
	#footer .logos img.spanos {
		margin-bottom: 2%;
		margin-right: 3%;
	}
	#footer .logos img.guris {
		margin-top:0;
	}
	#footer .grid.first {
		width: 100%;
		margin-bottom: 5%;
	}
	#footer .grid.last {
		margin-top: 5%;
		margin-bottom: 5%;
		width: 100%;
	}
	#footer .grid.menu.last li a.contact {
		margin-bottom: 5%;
	}
	#fancybox-content {
		width: 100% !important;
		display: inline-block;
	}
	#fancybox-wrap {
		width: 92% !important;
	}
	
/* ECOBATCH */
	ul.lca li:first-child {
		background: url(../images/ecobatch/ecobatch_process_h.svg) no-repeat center top / 80%;
		padding-top: 99%;
	}
}

@media (max-width:500px) {
	#banner .notification h3 {
		font-size: 120%;
	}
	#content ul.components li,
	#content ul.components li img {
		width: 100%;
	}
	#content ul.components li strong {
		margin-top: -58px;
		height: 55px;
		margin-bottom: 2.5%;
	}
	.browse-view div.grid {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2.5%;
	}
	.browse-view div.grid:nth-child(2n) {
		margin-right: 0;
	}
	.browse-view div.grid .ptitle {
		height: 50px;
		margin-top: -66px;
	}
	
/* NOTIFICATION */
	#banner .notification h1 {
		font-size: 130%;
	}
	#banner .notification h2 {
		font-size: 110%;
	}
	#banner .notification h3 {
		font-size: 100%;
	}
}

@media (max-width:480px) {
	.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top .close_pop_wtc {
		top: -40px !important;
	}
	.whatsappchat .popup-section .popup .popuptext .popup-box .popup-top {
		height: 75px;
	}
}

@media (max-width:460px) {
	#content ul.components li,
	ul.bmbp li {
		width: 100%;
		margin-right: 0 !important;
	}
	#content ul.components li img,
	ul.bmbp li img {
		width: 100%;
	}
}

@media (max-width:420px) {
	.sm-full-106 .sm-overlay-win #off-menu_106 {
		vertical-align: middle !important;
		margin-top: auto;
	}
	
	#content ul.components li strong {
		padding: 10px 8px;
	}
	#content ul.components li:nth-child(1) h3,
	#content ul.components li:nth-child(7) h3 { 
		margin-top: -57px;
	}
}

@media (max-width:390px) {
	#footer .logos img.sicoma {
		margin-bottom: 2%;
	}
}

@media (max-width:340px) {
	#banner .notification h3 em {
		display: block;
		text-indent: -99999px;
		font-size: 3px;
	}
	
	#content ul.components li:nth-child(5) h3 {
		padding: 10px;
		margin-top: -58px;
	}
/* ECOBATCH	 */
	ul.lca li:nth-child(2) {
		width: 100%;
		padding-top: 30%;
	}
}

@media (max-width:315px) {
	#content ul.components li:nth-child(1) strong, 
	#content ul.components li:nth-child(7) strong {
		margin-top: -40px;
	}
}
