@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);

html, body {
	margin:0;
	padding:0;
	min-height:100%;
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	line-height: 32px;
	font-weight: 300;
	color: #323232;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:300;
	margin:0;
	font-family: inherit;
	font-size: inherit;
	margin:10px 0;
}

 
p{
   font-size: 1em;
   line-height: 1.35em;
}


h1 {
   font-size: 2.8em;
   line-height: 1em;
}
 
h2 {
   font-size: 2.2em;
   line-height: 1em;
   padding: 40px 0 15px;
}

h3 {
   font-size: 1.9em;
   line-height: 1em;
}

h4 {
   font-size: 1.5em;
   line-height: 1em;
}


h5 {
   font-size: 1.2em;
   line-height: 1em;
}

h6 {
   font-size: 1em;
   line-height: 1em;
}


a {
	color:#1590d4;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}

a:hover {
	color:#00a4ff;
}


::-moz-selection { background: #f00; color: #fff; }
::selection { background: #f00; color: #fff; }


.grey-bg{
	background: #f0f0f0;
}


.logo{
	float: left;
}

header .menu{
	margin: 65px 0 0 15px;
	float: right;
	position: relative;
}

header{
	width:100%;
	position: absolute;
	z-index: 99999;
	padding:0;
    padding: 15px 0;
}

header ul li{
	float: left;
	position: relative;
}

header ul li{
	display: inline-block;
}

footer ul li{
	position: relative;
}

footer ul li .ddm{
	top: auto !important;
	bottom: 100%;
	margin-bottom: 10px;
}

header ul li.industries{
	position: initial;
}


header .menu > ul > li > a,
footer .menu > ul > li > a{
	display:block;
	padding: 0 5px;
	line-height: 35px;
	font-size: 16px;
	color: #fff;
	position: relative;
}

header .menu > ul > li > a:hover,
footer .menu > ul > li > a:hover{
	color: #ccc;
}

header .menu > ul > li > a.active,
footer .menu > ul > li > a.active{
	font-weight: 500;
}

header .menu > ul > li > a.active::after,
footer .menu > ul > li > a.active::after{
	position: absolute;
	width: 40px;
	height: 2px;
	background: #fff;
	top: 100%;
	margin-top: -2px;
	left: 50%;
	margin-left: -20px;
	content: "";
}

header .menu > ul > li > a.parentlink.active,
footer .menu > ul > li > a.parentlink.active{
	font-weight: 300;
}

header .menu > ul > li > a.parentlink.active::after,
footer .menu > ul > li > a.parentlink.active::after{
	display: none;
}


header ul li a.parentlink,
footer ul li a.parentlink{

	background: url(../img/dwn.png) right no-repeat;
}
header ul li a.parentlink
{
	padding-right: 20px;
}
header .menu .producttrigger{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 130px;
	display: none;
	cursor: pointer;
}




.slick-slider{
	margin: 0 !important;
}

.slick-slider .slick-prev, .slick-slider .slick-next,
.slick-slider .slick-prev:focus, .slick-slider .slick-next:focus {
	width: 30px;
	height: 80px;
	background: rgba(0,0,0,.8);
	margin-top: -42px;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
	background: rgba(0,0,0,1);
}

.slick-slider .slick-prev:before, .slick-slider .slick-next:before{
	color: transparent;
	content: "";
	width: 32px;
	height: 32px;
    display: block;
}


.slick-slider .slick-prev:before{
	background: url(../img/prev.png) center no-repeat;
	margin-left: 0;background-size:70%
}

.slick-slider .slick-next:before{
	background: url(../img/next.png) center no-repeat;
	margin-left: 0;
	background-size:70%
}



 header .menu > ul > li > div.ddm,
 footer .menu > ul > li > div.ddm{
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 230px;
	display: none;
	line-height: 35px;
	font-size: .7em;
}

 header .menu > ul > li > div.ddm ul li,
 footer .menu > ul > li > div.ddm ul li{
	width: 100%;
	position: relative;
}

 header .menu > ul > li > div.ddm ul li a,
 footer .menu > ul > li > div.ddm ul li a{
	padding: 5px 15px;
	line-height: 30px;
	background: #f0f0f0;
	border-bottom: 1px solid #000;
	color: #3d3d3d;
	width: 100%;
	display: block;
	box-sizing: border-box;
	font-size: .8em;
}

 header .menu > ul > li > div.ddm ul li:last-child a,
 footer .menu > ul > li > div.ddm ul li:last-child a{
	border-bottom: none;
}

 header .menu > ul > li > div.ddm ul li:hover a,
 footer .menu > ul > li > div.ddm ul li:hover a {
	background: #3d3d3d;
	color: #fff;
}

.ddm-sub{
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 320px;
	padding-left: 1px;
	font-size: .9em;
}

 header .menu > ul > li > div.ddm .ddm-sub ul li a{
	padding-left: 5px 10px;
	/*line-height: 24px;
	background: #3d3d3d;
	color: #fff;*/
}

 header .menu > ul > li > div.ddm .ddm-sub ul li a:hover{
	background: #fff;
	color: #3d3d3d;
}


header .menu > ul > li.industries > div.ddm ul li, 
footer .menu > ul > li.industries > div.ddm ul li{
	display: inline-block;
	width: auto;
	padding: 0 1px;
	box-sizing: border-box;
	position: relative;
}

header .menu > ul > li.industries > div.ddm > ul > li > a, 
footer .menu > ul > li.industries > div.ddm > ul > li > a{
	padding: 5px 10px 5px 45px;
}



header .menu > ul > li.industries > div.ddm > ul > li:hover > a, 
footer .menu > ul > li.industries > div.ddm > ul > li:hover > a{
	color: #fff;
}


header .menu > ul > li.industries > div.ddm > ul > li > a, 
footer .menu > ul > li.industries > div.ddm > ul > li > a{
	font-size: 16px;
}

header .menu > ul > li.industries > div.ddm > ul > li:nth-child(1) > a, 
footer .menu > ul > li.industries > div.ddm > ul > li:nth-child(1) > a{
	background: #fff url(../img/ind-icon1.png) left no-repeat;
}

header .menu > ul > li.industries > div.ddm > ul > li:nth-child(1):hover > a, 
footer .menu > ul > li.industries > div.ddm > ul > li:nth-child(1):hover > a{
	background: #3d3d3d url(../img/ind-icon1-w.png) left no-repeat;
}

header .menu > ul > li.industries > div.ddm > ul > li:nth-child(2) > a, 
footer .menu > ul > li.industries > div.ddm > ul > li:nth-child(2) > a{
	background: #fff url(../img/ind-icon2.png) left no-repeat;
}

header .menu > ul > li.industries > div.ddm > ul > li:nth-child(2):hover > a, 
footer .menu > ul > li.industries > div.ddm > ul > li:nth-child(2):hover > a{
	background: #3d3d3d url(../img/ind-icon2-w.png) left no-repeat;
}

header .menu > ul > li.industries > div.ddm > ul > li:nth-child(3) > a, 
footer .menu > ul > li.industries > div.ddm > ul > li:nth-child(3) > a{
	background: #fff url(../img/ind-icon3.png) left no-repeat;
}

header .menu > ul > li.industries > div.ddm > ul > li:nth-child(3):hover > a, 
footer .menu > ul > li.industries > div.ddm > ul > li:nth-child(3):hover > a{
	background: #3d3d3d url(../img/ind-icon3-w.png) left no-repeat;
}

header .menu > ul > li.industries > div.ddm > ul > li:nth-child(4) > a, 
footer .menu > ul > li.industries > div.ddm > ul > li:nth-child(4) > a{
	background: #fff url(../img/ind-icon4.png) left no-repeat;
}

header .menu > ul > li.industries > div.ddm > ul > li:nth-child(4):hover > a, 
footer .menu > ul > li.industries > div.ddm > ul > li:nth-child(4):hover > a{
	background: #3d3d3d url(../img/ind-icon4-w.png) left no-repeat;
}





header .menu > ul > li.industries > div.ddm ul li > .ddm-sub, 
footer .menu > ul > li.industries > div.ddm ul li > .ddm-sub{
	top: 100%;
	left: 0;
	color: #fff;
	width: 250px;
}

header .menu > ul > li.industries > div.ddm ul li > .ddm-sub, 
footer .menu > ul > li.industries > div.ddm ul li > .ddm-sub{
	top: 100%;
	left: 0;
	color: #fff;
	width: 220px;
}

header .menu > ul > li.industries > div.ddm ul li > .ddm-sub > ul > li, 
footer .menu > ul > li.industries > div.ddm ul li > .ddm-sub > ul > li{
	position: relative;
	width: 100%;
}


header .menu > ul > li.industries > div.ddm ul li > .ddm-sub > ul > li > div, 
footer .menu > ul > li.industries > div.ddm ul li > .ddm-sub > ul > li > div{
	background: #3d3d3d;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 1px;
    text-transform: capitalize;
}

header .menu > ul > li.industries > div.ddm ul li > .ddm-sub > ul > li > div:first-child {
	font-size: .9em;
}

header .menu > ul > li.industries > div.ddm ul li > .ddm-sub > ul > li > div.ddm-sub-sub, 
footer .menu > ul > li.industries > div.ddm ul li > .ddm-sub > ul > li > div.ddm-sub-sub{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	background: none;
	padding: 0;
	width: 250px;
}

header .menu > ul > li.industries > div.ddm ul li > .ddm-sub > ul > li:last-child > div.ddm-sub-sub, 
footer .menu > ul > li.industries > div.ddm ul li > .ddm-sub > ul > li:last-child > div.ddm-sub-sub{
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	background: none;
	padding: 0;
	width: 250px;
}


header .menu > ul > li.industries > div.ddm ul li > .ddm-sub > ul > li > div.ddm-sub-sub ul li, 
footer .menu > ul > li.industries > div.ddm ul li > .ddm-sub > ul > li > div.ddm-sub-sub ul li{
	width: 100%;
}

/*header .menu > ul > li.industries > div.ddm ul li > .ddm-sub, 
footer .menu > ul > li.industries > div.ddm ul li > .ddm-sub{
	top: 100%;
	left: 0;
	background: #3d3d3d;
	color: #fff;
	width: 100%;
}

header .menu > ul > li.industries > div.ddm ul li > .ddm-sub li, 
footer .menu > ul > li.industries > div.ddm ul li > .ddm-sub li{
	width: 100%;
}

header .menu > ul > li.industries > div.ddm ul li > .ddm-sub ul li h5, 
footer .menu > ul > li.industries > div.ddm ul li > .ddm-sub ul li h5{
	margin: 10px 0 2px;
	color: #fff;
}

header .menu > ul > li.industries > div.ddm ul li > .ddm-sub ul li div, 
footer .menu > ul > li.industries > div.ddm ul li > .ddm-sub ul li div {
	line-height: 20px;
}

header .menu > ul > li.industries > div.ddm ul li > .ddm-sub ul li div a, 
footer .menu > ul > li.industries > div.ddm ul li > .ddm-sub ul li div a{
	display: inline-block;
	width: auto;
	padding: 0 15px 5px 0;
	color: #b0b0b0;
}

header .menu > ul > li.industries > div.ddm ul li > .ddm-sub ul li div a:hover, 
footer .menu > ul > li.industries > div.ddm ul li > .ddm-sub ul li div a:hover{
	color: #0d82b5;
	background: none;
}*/


.trigger{
	width: 40px;
	height: 40px;

	position: absolute;
	top:20px;
	right: 20px;
	z-index: 9999;
	display: none;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:60%;
	margin:0 20%;
	background: #000;
	top:12px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.trigger > div > span:nth-child(2){
	top:19px;
}

.trigger > div > span:nth-child(3){
	top:27px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slided{
	-ms-transform: translate(-250px,0); /* IE 9 */
	-webkit-transform: translate(-250px,0); /* Safari */
	transform: translate(-250px,0); /* Standard syntax */
}

.search a{
	background: url(../img/search.png) center no-repeat;
	padding: 18px 20px !important;
	display: block !important;
}


/* END OF HEADER STYLING FOR WEB*/

#overlay{
  position:fixed;
  z-index:9999999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background: #35353c;
  transition: 1s 0.4s;
  width: 100%;
  height: 100%;
  font-size: 2em;
}

#overlay > div{
  text-align: center;
  display: table;
  width:100%;
  height: 100%;
}

#overlay > div > div{
  vertical-align: middle;
  display: table-cell;
}

#overlay .linewidth {
    width: 100px;
    margin: 0 auto;
}

#overlay #progstat {
    font-size: 1.8em;
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
}

#progress {
    height: 1px;
    background: #000;
}

.milk-bottle {
	width: 50px;
	height: 10%;
	margin-top: 15px;
}

.mask-rect {
	animation: fill 2s ease-in-out infinite;
}

@keyframes fill {
	0% { height: 0; }
	50% { height: 100%; }
	100% { height: 0; }
}



.ms-slide .pat{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0,.5);
}

.ms-layer{
	color: #fff;
	text-align: center;
	width: 100%;
}


.master-slider .ms-bullets.ms-dir-h{
	bottom: 80px;
}

.master-slider.ms-skin-default .ms-bullet{
	width: 14px;
	height: 40px;
	background: url(../img/boff.png) center no-repeat;
}

.master-slider.ms-skin-default .ms-bullet.ms-bullet-selected{
	background: url(../img/bon.png) center no-repeat;
}


section.main-section {
	padding: 0 60px;
	position: relative;
	z-index: 9999;
	margin: -60px 0 0;
}

section.main-section > .wrapper {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	box-shadow: 0 0 20px #000;
	background: #fff;
}

.services-section a{
	display: inline-block;
	width: 25%;
	margin: 0 -4px;padding: 15px 0;vertical-align:top
}
.services-section img
{
	max-width:150px;    max-height: 100px;
	
}
.services-section div
{
	font-size:16px;
	
}
.slickslidernu .slick-slide,
.slickslider .slick-slide {
	padding: 5px;
}

.prdctlist .slickslidernu  {
	padding: 0 30px;
}

.prdctlist .slickslidernu.slick-slider .slick-prev,
.prdctlist .slickslidernu.slick-slider .slick-next {
	height: 128px;
	margin: 0 !important;
	top: 0 !important;
	overflow: hidden;
}

.w-75 .prdctlist .slickslidernu.slick-slider .slick-prev,
.w-75 .prdctlist .slickslidernu.slick-slider .slick-next {
	height: 128px;
}


.prdctlist .slickslidernu.slick-slider .slick-prev {
	left: 0 !important;
}

.prdctlist .slickslidernu.slick-slider .slick-next {
	right: 0 !important;
}


.productslist .slickslidernu .slick-slide {
	padding: 3px;
}


.slickslider .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	top: 0;
	left: 0;

	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	font-weight: 400;
}

.slickslider a:hover .overlay{
	background: rgba(0,0,0,.75);
}

.slickslider .overlay div{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 15px;
	box-sizing: border-box;
	color: #fff;
}


.slickslidernu .slick-slide a,
.slickslider .slick-slide a{
	position: relative;
	display: block;
}

.slickslidernu .title{
	font-weight: 500;
	line-height: 1.1em;
}

.slickslidernu .brief-desc,
.productslist .brief-desc,
.values .brief-desc {
	display: none;
	font-size: .7em;
	line-height: 1.1em;
	margin-top: 10px;
}

.brief-desc *{
	line-height: 1em !important;
	color: #fff !important;
	font-size: .75em !important;
	font-weight: 200 !important;
	font-family: inherit !important;
}

.brief-desc > h5{
	font-size: .9em !important;
	font-weight: 400 !important;
}

.slickslidernu .overlay,
.productslist .overlay,
.values .overlay{
	position: absolute;
	width: 100%;
	padding: 50px 25px 25px;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #fff;
}

.values .overlay{
	padding: 60px 25px 25px;
}


.slickslidernu a:hover .overlay,
.productslist a:hover .overlay {
	background: -moz-linear-gradient(top, rgba(14,131,182,0) 0%, rgba(14,131,182,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(14,131,182,0) 0%,rgba(14,131,182,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(14,131,182,0) 0%,rgba(14,131,182,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.values div.w-33:hover .overlay{
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 75%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,.7,8) 75%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 75%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.values div.w-33 a {
	display: block;
}

.values div.w-33 a img{
	width: 100%;
}

.slickslider img,
.slickslidernu img{
	width: 100%;
}

.slickslidernu .img-bg{
	height: 73px;
	padding: 0 !important;
}


/* PARALLAX SECTION IS HERE */
#prlx{
	background: url(../img/prlx-bg.jpg) 50% 0 no-repeat fixed;
	color: white;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
}

#prlx::after{
	background: rgba(0,0,0,.7) repeat;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:"";
	z-index:1;
}

#prlx .container{
	position:relative;
	z-index:2;
}

.slick-prev:before, .slick-next:before{
	color: #323232 !important;
}


#search{
	width: 420px;
	background: transparent;
	display: none;
}

#search input[type="submit"]{
	background: url(../img/search.png) center no-repeat;
}

#search input[type="text"]{
	color: #fff;
	font-size: 2em;
}

#search .fancybox-close-small:after{
	background: none;
	color: #fff;
	font-size: 2.5em;
}


.pagetitle{
	position: absolute;
	bottom: 100%;
	left: 0;
	color: #fff;
}


.branches-section{
	background: url(../img/map-bg.jpg) center no-repeat;
	background-size: cover;
}

.slickbranches .slick-slide {
	padding: 4px;
	box-sizing: border-box;
}

.slickbranches .slick-slide a{
	font-size: .8em;
	line-height: 1em;
	background: #fff;
	border: 1px solid #aaa;
	padding: 10px;
	font-weight: 400;
	display: block;
	color: #323232;
	box-sizing: border-box;
}

.slickbranches .slick-slide a img{
	width: auto;
}

.slickbranches .slick-slide a .date{
	color: #201b51;
	font-weight: bold;
}

.slickbranches .slick-slide a .city{
	margin: 10px 0 0;
	font-size: .65em;
}

.slickbranches .slick-slide a .country{
	font-weight: 400;
	font-size:16px;
}


.customers{
	background: #b0b0b0;
}

.slickcustomers.slick-slider{
	margin-bottom: 1px;
}

.slickcustomers .slick-slide{
	position: relative;
}

.slickcustomers .slick-slide .overlay{
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
}

.titlecont{
	width: 100%;
}

.values{
	padding-bottom: 40px;
}

.values *[class^="w-"]{
	/*display: inline-block;
	margin: -4px;
	float: none;*/
	font-size: .6em;
}

.values .valuebrief{
	font-size: .85em;
}

.values *[class^="w-"] > *{
	display: table;
	width: 100%;
	border: 3px solid #eee;
	padding: 15px;
	box-sizing: border-box;
	cursor: pointer;
	transition: .8s;
	-moz-transition: .8s;
	-webkit-transition: .8s;
}
.values *[class^="w-"] > *:hover{
	border: 3px solid #777;
}

.values *[class^="w-"] > div > div{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.values *[class^="w-"] h5{
	margin: 0;
	font-size: 1.5em;
}

.values *[class^="w-"] > div > div img{
	width: 100%;
	margin-top: 15px;
}

.valuepopup{
	padding: 30px;
	width: 720px;
	max-width: 100%;
	min-height: 250px;
}


/* items are not quite 1/4 wide */

#container{
	width: 900px;
	max-width: 100%;
	margin: 0 auto;
	background: url(../img/histbg.png) top repeat-y;
	padding: 40px 0;
	margin-bottom: 40px;
}

.item {
  width: 50%;
  float: left;
  margin: 0 !important;
}

.item > div {
  position: relative;
  padding: 20px;
}

.item > div .img-cont{
  position: relative;
  width: 70%;
}

.item:nth-child(2) > div{
  padding-top: 150px;
}

.item.imaright > div .img-cont{
  float: right;
}

.item > div .img-cont img{
  width: 100%;
  display: block;
}

.item > div .img-cont .overlay,
.productslist .overlay{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 ); /* IE6-9 */
	padding: 50px 15px 15px;
	color: #fff;
	font-size: .6em;
	line-height: 1.2em;
}

.item > div .img-cont .overlay{
	opacity: 0;
	transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
}

.item > div .img-cont:hover .overlay{
	opacity: 1;
}

.item > div .datehist{
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -15px;
  border: 1px solid #024f8a;
  padding: 10px 15px;
  color: #024f8a;
}

.item.imaright > div .datehist{
  right: auto;
  left: 3px;
}

.side-menu ul li a{
	padding: 5px 10px;
	background: #272727;
	color: #f0f0f0;
	display: block;
	margin-bottom: 1px;
	transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	font-size: .8em;
	line-height: 1.25em;
}

.side-menu ul li a:hover {
	background: #aaa;
	color: #272727;
}

.side-menu ul li a.active{
	background: #333366;
	color: #fff;
}

.side-menu ul li .ddm-side{
	display: none;
}

.side-menu ul li .ddm-side ul li a{
	font-size: .65em;
	line-height: 1.25em;
	padding-left: 15px;
	background: #f0f0f0;
	color: #272727;
}

.side-menu ul li .ddm-side ul li a:hover,
.side-menu ul li .ddm-side ul li a.active{
	background: #ccc;
	color: #333366;
}

.prdctlist *[class^="w-"] a{
	position: relative;
	display: block;
}

.prdctlist *[class^="w-"] a .img-bg,{
	width: 100%;
	/*padding: 40% 0;*/
	height: 100px;
	border: 1px solid #858585;
	box-sizing: border-box;
}

.prdctlist *[class^="w-"] a img{

	box-sizing: border-box;
}

.prdctlist *[class^="w-"] a .overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.3);
	transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
}

.prdctlist *[class^="w-"] a .overlay:hover{
	background: rgba(0,0,0,.6);
}

.prdctlist *[class^="w-"] a .overlay h5{
	width: 100%;
	position: absolute;
	bottom: 15px;
	left: 0;
	padding: 0 15px;
	box-sizing: border-box;
	color: #fff;
	font-weight: 500;
	text-align: center;
}

.side-menu ul li a.active + .ddm-side{
	display: block;
}

.prdctlist .w-60{
	border: 1px solid #858585;
	padding: 20px;
	margin-top: 2px;
}


.productslist a{
	display: block;
	position: relative;
	line-height: 1.2em;
}

.productslist.careerslist div[class^="w-"] a{
	width: 100%;
	padding: 25% 0;
}

.productslist a img{
	display: block;
	width: 100%;
}

.productslist a .img-bg{
	width: 100%;
	padding: 70% 0;
}

.productslist.careerslist .overlay{
	background: #004165 !important;
	height: 100% !important;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	padding: 20px !important;
}

.productslist.careerslist div[class^="w-"] a:hover .overlay{
	background: #1590d4 !important;
}

.videoicon{
	position: relative;
}

.videoicon::after{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5) url(../img/play.png) center no-repeat;
	transition: .85s;
	-moz-transition: .85s;
	-webkit-transition: .85s;
	content: "";
}

.videoicon:hover::after{
	background: rgba(0,0,0,.85) url(../img/play.png) center no-repeat;
}


fieldset{
	margin-bottom: 20px;
	border: 1px solid #ddd;
}




.contactlist img{
	width: 100%;
	display: block;
}
.contactlist .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.55);
	left: 0;
	top: 0;
	color: #fff;
}

.contactlist .w-100 .overlay{
	text-align: center;
	font-size: 1.25em;
}

.contactlist .overlay > div{
	position: absolute;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	bottom: 0;
	font-size: .7em;
	line-height: 1.15em;
	color: #fff;
}

.contactlist .mobimg-bg{
	width: 100%;
	padding: 65% 0;
}

.lgrey-bg,
.contactlist .w-33 > div{
    background: #e0e0e0;
}

.contactlist .w-33 > div{
    height: 100%;
}


.bigmap iframe{
	width: 100% !important;
	height: 40vh !important;
}


.resetfancy .fancybox-container{
    z-index: 999999;
}

.hreflike {
    color: #fff;
    background: none;
    font-size: 13px;
    border: none;
    cursor: pointer;
    transition: .7s;
    -moz-transition: .7s;
    -webkit-transition: .7s;
    height: 45px;
    border-bottom: 1px solid transparent !important;
    padding: 0;
}

select.hreflike option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.ddm .row {
    position: relative;
    width: 100%;
    background: #fff;
}


    .ddm .row input {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        outline: none;
        margin: 0;
        display: block;
    }

        .ddm .row input:checked ~ label {
            color: #25638f;
        }

.activefilter {
    color: #25638f;
}

.countrychoice {
    position: absolute;
    right: 15px;
    top: 5px;
    width: 116px;
}



.map iframe{
	width: 100% !important;
	height: 350px !important;
}

footer{
	background: #fff;
	color: #35373a;
	padding: 0 0 20px 0;
	position: relative;
}


footer .ft-bg{
	width: 100%;
	background: url(../img/ft.jpg) center no-repeat;
	background-size: cover;
	padding-top: 25px;
	color: #fff;
}

footer .ft-bg .w-40{
	font-size: .7em;
}

footer .ftdata {
	font-size: .8em;
}

footer .ftdata h6{
	font-weight: 500;
	font-size: 1.1em;
	padding-left: 25px;
	line-height: 32px;
	margin-top: 10px;
}

footer .ftdata h6.pin{
	background: url(../img/pin.png) left no-repeat;
}

footer .ftdata h6.mob{
	background: url(../img/mob.png) left no-repeat;
}

/*footer .ftdata div.txt-edit{
	padding-left: 25px;
}*/


footer .ftform{
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	padding: 25px 15px 10px;
}

footer .ftform .contact-title{
	position: absolute;
	padding: 6px 30px 10px;
	background: #35353c;
	box-shadow: 0 0 30px #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
	left: 50%;
	top: 0;
	margin-left: -180px;
	margin-top: -25px;
	width: 300px;
	text-align: center;
	line-height: 30px;
}

footer .ftform label{
	color: #333;
	font-size: .75em;
}


footer .menu{
	width: 100%;
	border-top: 1px solid rgba(255,255,255,.3);
	padding: 30px 0 20px;
	margin-top: 30px;
}

footer .menu ul li{
	display: inline-block;
}

footer .menu ul li a{
	display: inline-block;
	color: #323232;
}


footer ul li a{
	color:#323232;
}

footer .sign {
	font-size: .7em;
	text-align: center;
	padding: 15px 0;
	font-weight: 400;
}

footer a.up{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #989898 url(../img/up.png) center no-repeat;
	position: absolute;
	bottom: 50px;
	right: -25px;
}


footer .isologo{
	width: 200px;
	position: absolute;
	top: 50px;
	right: 0;
}

footer .isologo img{
	width: 100%;
}



.displaynone
{
	display:none !important
}


.vError
{
	border-bottom:red 1px solid !important
}
.form-error
{


	color:red;
	font-size:12px;
}
.FormResult  , .FormResult2
{
	color:green;
	font-size:16px;
	width:100%;
	padding-top:15px;
	display:inline-block
}

.overlay_video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 40px 40px;
    background: url(../img/play.png) center no-repeat;
}
.products_list .ddm-sub
{
	left:auto;
	left:-320px;
}
.home_icon_height
{
	height:120px;
}

.flex-row {
  display: flex !important;
  justify-content: center;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
.prdctlist table , .prdctlist table tr , .prdctlist table tr td
{
	width:100%  !important;
}
.apropos_ci
{
	padding-top:25px;
}
.apropos_ci img{
max-width:100%;
}
.ww-50
{
	width:50%;
}
.ww-10
{
width: 20px;
    display: inline-block;
}

.breadcrubms
{
    font-size: 0.6rem;
    display: inline-block;
	padding-bottom:0;
	width:100%
}
.breadcrubms a
{
    font-size: 0.6rem;
    display: inline-block;
}
.back
{
    font-size: 0.5em;
    color: #000;
    margin-bottom: 0;
    float: right;
    line-height: 1.5rem !important;
}
.inner_main_title
{
    padding: 0 15px;
    margin: 0;
}
.fl
{
	float:left;
	
}
.fr
{
	float:right;
	width:auto
}
.site_bar{
text-align:right;
}
.site_bar img
{
	max-height:30px;
	margin-left:20px;
}
.mx-img img
{
	max-width:100%
}
.slick_nav_img
{
	max-height:450px !important;
	border: 1px solid #858585;
}
.slick_nav_img img
{
	max-height:450px ;
}
.slick_for_img
{
	height:120px !important;
	border: 1px solid #858585;
}
.slick_for_img img
{
	max-height:120px
}

.slick_for_img a
{
	width:100%;
	height:100%
}
.slick_for_img .img-bg
{
	height:100%
}