/* FOR LOCALISATION */
body {
  background: #296CD6;
}
.roundfooter {
  background: #1E3E71 url(../layout/logow.svg) calc(50% + 400px) calc(100% - 100px) no-repeat;
  color: #fff;
  padding: 120px 0 70px 0;
}
.footer {
  padding-right: 50%;
}
.footer .hl {
  font-weight: 900;
  display: block;
  margin-bottom: 15px;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li a {
  text-decoration: none;
  color: #fff;
  line-height: 170%;
  display: inline-block;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer p {
  line-height: 170%;
}
.footer .address {
  background: url(../layout/pin.svg) 0% 5px no-repeat;
  padding-left: 50px;
}

.whitebg {
  background: #fff;
}
.graybg {
  background: #F2F2F2;
  padding: 40px 0;
}
.dgraybg {
  background: #E9E9E9;
}
.bluebg {
  background: #296CD6;
  color: #fff;
  padding: 40px 0;
}
.bluebg h3 {
  color: #fff;
}

.ulined::after {
  background-color: #162E54;
  content: '';
  display: block;
  height: 1px;
  width: 64px;
  margin: 10px auto 20px;
}
.bluebg .ulined::after {
  background-color: #fff;
}

.bigger {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
}
.twocols {
  column-count: 2;
  column-gap: 30px;
}

.aboutbg {
  background: url(../layout/aboutbg.jpg) 50% 50% no-repeat;
  box-sizing: border-box;
}
.aboutbg > .fgrid > .frow {
  padding: 100px 50% 100px 0;
  text-align: center;
}

/* Pagehead  */
.pageheader{
  position: relative;
  width: 100%;
}
.pageheader .philu{
  min-height: 380px;
}
.pageheader .philu1{
  background: url(../layout/jumbobg.jpg) 50% 100% no-repeat;
  background-size: cover;
}

.pageheader .hp1{
  background: url(../layout/hp1.jpg?v3) 50% 0% no-repeat;
}
.pageheader .hp2{
  background: url(../layout/hp2.jpg?v5) 50% 0% no-repeat;
}
.pageheader .hp3{
  background: url(../layout/hp3.jpg?v3) 50% 0% no-repeat;
}
.pageheader .ph_products {
  background:  url(../layout/ph_products.jpg?v2) 50% 0% no-repeat;
}
.pageheader .ph_contact {
  background:  url(../layout/ph_contact.jpg?v2) 50% 0% no-repeat;
}
.pageheader .ph_about {
  background:  url(../layout/ph_about.jpg?v2) 50% 0% no-repeat;
}

.pageheader .subhl {
  padding-top: 15px;
  display: inline-block;
  font-size: 15px;
  max-width: 400px;
}

.pageheader .hl,
.hp_sliderbg .pageheader .subhl{
  line-height: 120%;
  margin: 0;
  color: #1E3E71;
  font-size: 38px;
  display: block;
  font-weight: 700;
  padding: 0;
  max-width: 100%;
}
.pageheader .hl {
  font-size: 48px;
}
.pageheader  .fgrid{
  min-height: 380px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hp_sliderbg > .fgrid {
  max-width: 100%;
  background: url(../layout/hpbg.png?v2) 50% 0% repeat-x;
  margin-top: -80px;
  padding: 0;
}
.phwrapper {
  margin-top: -80px;
}
.hp_sliderbg > .fgrid > .frow > .fcol {
  margin: 0;
}
.hp_sliderbg .pageheader,
.hp_sliderbg .pageheader .fgrid {
  height: 610px;
}
.hp_sliderbg .fcontent {
  align-self: flex-start;
  padding: 130px 40px 0;
  max-width: 590px;
}

.products {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px;
}
.product {
  background: #fff;
  width: calc(100% / 4 - 20px);
  box-sizing: border-box;
  margin: 10px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
  padding: 20px;
  text-align: center;
  color: #1E3E71;
  text-decoration: none;
  font-size: 14px;
}
.product strong {
  color: #EEA950;
  font-size: 30px;
  display: block;
  margin-bottom: 5px;
}
.product .text {
  display: block;
  margin-bottom: 20px;
}
.product .arr {
  background-image: url(../layout/arrright.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 53px;
  height: 43px;
  display: block;
  margin: 10px auto 10px;
  background-color: #EEA950;
}
.product:hover {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, .5);
}
.product:hover .arr {
  background-color: #1E3E71;
}

.logos {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos > * {
  margin: 20px 50px;
}

.proddesc {
  padding: 0px 30px 0 40px;
  box-sizing: border-box;
}
.proddesc ul {
  list-style: none;
}
.proddesc ul li {
  position: relative;
  line-height: 160%;
}
.proddesc ul li::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: #EEA950;
  position: absolute;
  left: -15px;
  top: 9px;
}

.maingallery {
  display: flex;
  margin: -10px -10px 20px;
}
.maingallery .galimg {
  width: calc(100% / 3 - 20px);
  margin: 10px;
}

.contactblock {
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
  margin-left: 60px;
}
.contactblock > h3 {
  margin-top: 0;
}
.c_address,
.c_phone,
.c_email {
  padding-left: 40px;
  margin-bottom: 10px;
}
.c_address {
  background: url(../layout/ci_address.svg) 0% 0% no-repeat;
}
.c_phone {
  background: url(../layout/ci_tel.svg) 6px 0% no-repeat;
}
.c_email {
  background: url(../layout/ci_email.svg) 2px 0% no-repeat;
}
.c_email a {
  color: #1E3E71;
}

/* Breadcrumbs  */
.breadcrumbs{
	padding: 5px 0;
	color: #aaa;
}
.breadcrumbs a{
	text-decoration: underline;

	color: #aaa;
}
.breadcrumbs a:hover{
	text-decoration: underline;
	color: #444;
}
.breadcrumbs span{
	color: #ccc;
	padding: 0 5px;
}
@media(max-width: 1200px) {
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
}

@media(max-width: 1024px){
  .products {
    margin: 0;
  }
  .product {
    width: calc(100% / 2 - 20px);
  }
  .aboutbg {
    background: none;
  }
  .aboutbg > .fgrid > .frow {
    padding: 20px 0;
  }
}

@media(max-width: 768px){
  .pictos {
    flex-flow: column;
    margin: 0;
  }
  .pictos > .bigpoint {
    width: 100%;
  }
  .roundfooter {
    padding: 20px 0 30px;
    background: #1E3E71;
  }
  .footer {
    padding-right: 0;
    text-align: center;
  }
  .footer .hl {
    margin: 30px auto 10px;
  }
  .footer .address {
    padding-left: 0;
    background: none;
  }
  .creditinfo {
    text-align: center;
  }
  .mnuopener {
    align-self: flex-end;
    margin-left: auto;
    margin-right: 0;
  }
  .topmenu ul li a::after {
    display: none;
  }
  .pageheader .hl {
    font-size: 38px;
  }
  .hp_sliderbg .pageheader .subhl{
    font-size: 28px;
  }
  .twocols {
    column-count: 1;
  }
  .logos {
    flex-flow: column;
  }
  .proddesc {
    padding: 0;
  }
  .pageheader .ph_products {
    background-position: calc(50% + 300px) 50%;
  }
  .contactblock {
    margin: 30px 0;
  }
}

@media(max-width: 576px){
  .product {
    width: 100%;
  }
  .pageheader .hl {
    font-size: 28px;
  }
  .hp_sliderbg .pageheader .subhl{
    font-size: 18px;
  }
}
