@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
* {margin:0;padding:0;border:0 none;position: relative; outline: none;}

body {
    background: #fff;
    margin: 0;
    padding: 0;
}

a, span, hr, header, h2, h3, input a, em, .smallbar, strong, div.owl-prev, div.owl-next, img, button, input, .rightinfoboxe div, .leftminiboxe div, .centerinfoboxe div, .fullinfoboxe a div, .typeboxes div, .blogboxes div, .realizationboxes a div, #cookies a div {-moz-transition:all 400ms ease-in-out;-webkit-transition:all 400ms ease-in-out;transition:all 400ms ease-in-out;}
/*--- Start header ---*/
header {float:left;position:absolute;z-index:10;width:100%;}

.owl-item {
  overflow: hidden;
}

.owl-item img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.owl-item h2 {
    position: absolute;
    z-index: 99999;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-style: normal;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #fff;
    background: none;
    margin-top: 410px;
    text-transform: uppercase;
}

.owl-item h3 {
    position: absolute;
    z-index: 99999;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-style: normal;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 90px;
    color: #fff;
    background: none;
    margin-top: 440px;
}

.shadow {
    float: left;
    width: 100%;
    -webkit-box-shadow: 0px 40px 100px 40px #212121;
    -moz-box-shadow: 0px 40px 100px 40px #212121;
    box-shadow: 0px 40px 100px 40px #212121;
}

.menu {float:left;width:100%;margin-top:40px;}

.logo {float:left;width:200px;text-indent:-9999px;opacity:1.0;}
.logo:hover {opacity:0.8;}
.logo a {margin:40px 0 0 0;width:200px;text-indent:-9999px;}
.logo img {float:left;width:100%;}

.menu ul {float:left;border-left:1px solid #fff;padding-left:50px;margin-left:50px;}
.menu li {float:left;margin-left:35px;padding:17px 0 9px 0;}
.menu li:first-child {margin-left:0;}

.menu li a {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-style: normal;
    display: inline-block;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 8px;
    font-size: 12px;
}

.menu li a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.8s ease-out;
}

.menu li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.menu form {float:right;width:320px;}
.menu fieldset {float:left;width:100%;margin:0;padding:0;}
.menu fieldset input {
    float: left;
    width: 81%;
    margin: 0;
    padding: 0;
    background: none;
    border: 1px solid #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}
.menu fieldset input::placeholder {
    color: #fff;
}
.menu fieldset input:hover {
    border: 1px solid rgba(255,255,255,0.6);
}
.menu fieldset button {float:right;width:49px;height:49px;margin:0;padding:0;background:#D32F2F;border-radius:50%;cursor:pointer;}
.menu fieldset button:hover {background:#212121;}
.menu fieldset img {display:block;margin:0 auto;width:20px;}
/*--- End header ---*/
/*--- Start content ---*/
article {float:left;width:100%;}

.whiteboxe {float:left;width:100%;padding:120px 0;background:#fff;}
.leftinfoboxe {float:left;width:50%;}
.leftinfoboxe figure {display:block;width:100%;margin:0 auto;padding:0;}
.leftinfoboxe figure figure {float:left;width:50%;overflow:hidden;border-radius:20px;}
.leftinfoboxe figure figure:nth-child(2) {margin-top:25%;margin-left:-25%;}
.leftinfoboxe img {float:left;width:100%;border-radius:20px;transition:transform .5s;}
.leftinfoboxe img:hover {transform:scale(1.2);}
.rightinfoboxe {float:right;width:50%;}
.rightinfoboxe h2 {
    float: left;
    width: 100%;
    margin: 0 0 14px 0;
    padding: 0;
    color: #D32F2F;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
}
.rightinfoboxe h3 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 56px;
    color: #D32F2F;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 56px;
}
.rightinfoboxe p {
    float: left;
    width: 100%;
    line-height: 32px;
    color: #212121;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    margin: 45px 0 70px 0;
}
.rightinfoboxe ul {
    float: left;
    width: 100%;
}
.rightinfoboxe li {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.rightinfoboxe li:first-child {
    margin-top: 0;
}
.rightinfoboxe a {
    float: left;
    color: #D32F2F;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    border: 1px solid #D32F2F;
    border-radius: 30px;
    text-decoration: none;
    padding: 20px 60px 20px 40px;
}
.rightinfoboxe div {
    float: left;
    width: 6px;
    height: 6px;
    background: #D32F2F;
    border-radius: 50%;
    border: 2px solid #D32F2F;
    margin-top: 6px;
}
.rightinfoboxe strong {
    float: left;
    font-weight: 400;
    padding-left: 25px;
}
.rightinfoboxe a:hover {
    padding: 20px 60px 20px 50px;
}
.rightinfoboxe a:hover div {
    width: 14px;
    height: 14px;
    background: #fff;
    margin-top: 2px;
    margin-left: -10px;
}
.rightinfoboxe a:hover strong {
    font-weight: 700;
}
.greyboxe {float:left;width:100%;padding:120px 0;background:#F5F5F5;}
.greyboxe figure {display:block;width:60%;margin:0 auto;padding:0;overflow:hidden;border-radius:20px;}
.greyboxe img {float:left;width:100%;border-radius:20px;transition:transform .5s;}
.greyboxe img:hover {transform:scale(1.2);}
.greyboxe p {margin-bottom:90px;}
.centerinfoboxe {display:block;margin:0 auto;width:40%;}
.centerinfoboxe h2 {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
    color: #D32F2F;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    text-align: center;
}
.centerinfoboxe h3 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 56px;
    color: #D32F2F;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 56px;
    text-align: center;
}
.centerinfoboxe p {
    float: left;
    width: 100%;
    line-height: 32px;
    color: #212121;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    margin: 45px 0;
    text-align: center;
}
.centerinfoboxe ul {display:block;margin:0 auto;width:270px;text-align:center;}
.centerinfoboxe ul li {display:inline-block;width:80px;height:80px;margin-right:4%;}
.centerinfoboxe ul li:last-child {margin-right:0;}
.centerinfoboxe ul a {float:left;width:80px;padding:20px 0;border:2px solid #fff;border-radius:50%;}
.centerinfoboxe ul a:hover {border:1px solid #D32F2F;}
.centerinfoboxe ul img {float:none!important;display:block;margin:0 auto;width:36px!important;}
.centerinfoboxe ul a img {transition:transform .5s;}
.centerinfoboxe ul a:hover img {transform:scale(1.6);}
.centerinfoboxe form {float:left;width:100%;margin-top:40px;}
.centerinfoboxe fieldset {float:left;width:100%;margin:0;padding:0;border:none;}
.centerinfoboxe fieldset fieldset input {float:left;width:49%;background-color:#D32F2F;font-size:18px;color:#fff;border:1px solid #fff;padding:16px 0;border-radius:30px;text-align:center;font-family:"Quicksand", sans-serif;font-weight:600;font-style:normal;margin-bottom:18px;}
.centerinfoboxe fieldset fieldset input:nth-child(2n) {float:right;}
.centerinfoboxe textarea {height:200px;resize:vertical;float:left;width:100%;background-color:#D32F2F;font-size:18px;color:#fff;border:1px solid #fff;padding:30px;border-radius:30px;font-family:"Quicksand", sans-serif;font-weight:600;font-style:normal;margin-bottom:18px;}
.centerinfoboxe img {width:80%!important;margin-bottom:5px;}
.centerinfoboxe button {
    float: left;
    color: #D32F2F;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 30px;
    text-decoration: none;
    padding: 16px 60px 16px 40px;
    background-color: #fff;
    cursor: pointer;
    margin-top: 40px;
}
.centerinfoboxe button div {
    float: left;
    width: 6px;
    height: 6px;
    background: #D32F2F;
    border-radius: 50%;
    border: 2px solid #D32F2F;
    margin-top: 8px;
}
.centerinfoboxe button strong {
    float: left;
    font-weight: 700;
    padding-left: 25px;
}
.centerinfoboxe button:hover {
    padding: 16px 60px 16px 50px;
}
.centerinfoboxe button:hover div {
    width: 14px;
    height: 14px;
    background: #fff;
    margin-top: 4px;
    margin-left: -10px;
}

.centerinfoboxe textarea::-webkit-input-placeholder, .centerinfoboxe fieldset fieldset input::-webkit-input-placeholder {color:#fff!important;}
.centerinfoboxe textarea::-moz-placeholder, .centerinfoboxe fieldset fieldset input::-moz-placeholder {color:#fff!important;}
.centerinfoboxe textarea:-ms-input-placeholder, .centerinfoboxe fieldset fieldset input:-ms-input-placeholder {color:#fff!important;}
.centerinfoboxe textarea:-moz-placeholder, .centerinfoboxe fieldset fieldset input:-moz-placeholder {color:#fff!important;}

.infotext {font-size:14px!important;line-height:26px!important;text-align:left!important;}

.redboxe {float:left;width:100%;background:#D32F2F;}
.redboxe .centerinfoboxe h2, .redboxe .centerinfoboxe h3, .redboxe .centerinfoboxe p {color:#fff;}
.half-container {float:left;width:50%;}
.leftminiboxe {display:block;margin:0 auto;width:70%;text-align:left;padding:120px 0;}
.leftminiboxe h2 {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
}
.leftminiboxe h3 {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 56px;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 56px;
}
.leftminiboxe p {
    float: left;
    width: 100%;
    line-height: 32px;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    margin-top: 45px;
}
.redboxe figure {float:right;width:50%;margin:0;padding:0;}
.redboxe figure figure {float:left;width:100%;overflow:hidden;}
.redboxe img {float:left;width:100%;transition:transform .5s;}
.redboxe img:hover {transform:scale(1.2);}
.leftminiboxe ul {
    float: left;
    width: 100%;
    margin-top: 90px;
}
.leftminiboxe li {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.leftminiboxe li:first-child {
    margin-top: 0;
}
.leftminiboxe a {
    float: left;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 30px;
    text-decoration: none;
    padding: 20px 60px 20px 40px;
}
.leftminiboxe div {
    float: left;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-top: 6px;
}
.leftminiboxe strong {
    float: left;
    font-weight: 700;
    padding-left: 25px;
}
.leftminiboxe a:hover {
    padding: 20px 60px 20px 50px;
}
.leftminiboxe a:hover div {
    width: 14px;
    height: 14px;
    background: #D32F2F;
    margin-top: 2px;
    margin-left: -10px;
}
.leftminiboxe a:hover strong {
    font-weight: 700;
}
.redboxe-revenge {background:#F5F5F5;}
.redboxe-revenge .leftminiboxe h2 {
    color: #212121;
}
.redboxe-revenge .leftminiboxe h3 {
    color: #212121;
}
.redboxe-revenge .leftminiboxe p {
    color: #212121;
}
.redboxe-revenge .leftminiboxe a {
    color: #212121;
    border: 1px solid #212121;
}
.redboxe-revenge .leftminiboxe div {
    background: #212121;
    border: 2px solid #212121;
}
.redboxe-revenge .leftminiboxe a:hover div {
    background: #F5F5F5;
}

.vertical-padding {padding:120px 0;}

.zoom-in-out-box {
  animation: zoom-in-zoom-out 90s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

.item {overflow:hidden;}

.subslider {float:left;width:100%;height:480px;overflow:hidden;position:relative;z-index:9;}
.subslider img {float:left;width:100%;}
.subslider strong {
    position: absolute;
    z-index: 99999;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-style: normal;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #212121;
    background: none;
    margin-top: 220px;
    text-transform: uppercase;
}
.subslider h1 {
    position: absolute;
    z-index: 99999;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-style: normal;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 72px;
    color: #212121;
    background: none;
    margin-top: 242px;
}
.subslider ul {position:absolute;z-index:99999;float:left;width:100%;margin-top:410px;text-align:center;}
.subslider li {
    display: inline-block;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    color: #212121;
    background: none;
    padding: 0 5px;
    text-transform: uppercase;
}
.subslider li:last-child {
    border-bottom: 2px solid #212121;
    padding-bottom: 6px;
}
.subslider a {
    display: inline-block;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    color: #212121;
    background: none;
    text-decoration: none;
    padding-right: 10px;
}
.subslider a:hover {
    color: #D32F2F;
}

.minisubslider strong {margin-top:180px;}
.minisubslider h1 {margin-top:202px;font-size:50px;}
.minisubslider h1 em {display:block;margin:0 auto;width:50%;font-style:normal;}

.blogbar {display:block;margin:120px auto;width:75%;}
.blogbar h2, .blogbar p {
    float: left;
    width: 100%;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #212121;
    line-height: 32px;
    margin-bottom: 30px;
}
.blogbar h2 {font-size:28px;font-weight:700;}
.blogbar figure {float:left;width:100%;margin:0 0 30px 0;padding:0;}
.blogbar figure figure {width:31.33%;overflow:hidden;border-radius:20px;margin:0 3% 0 0;}
.blogbar figure figure:nth-child(3n) {margin:0;}
.blogbar img {float:left;width:100%;transition:transform .5s;border-radius:20px;}
.blogbar img:hover {transform:scale(1.2);}

.zoom-in-out-box2 {
  animation: zoom-in-zoom-out2 120s ease infinite;
}

@keyframes zoom-in-zoom-out2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

.fullinfoboxe {display:block;margin:0 auto;width:55%;}
.fullinfoboxe-container {background:#D32F2F;float:left;width:100%;border-radius:100px;margin:120px 0 90px 0;}
.fullinfoboxe-padding {display:inline-block;padding:50px 10% 44px 10%;}
.fullinfoboxe h2 {
    float: left;
    width: 56%;
    line-height: 32px;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
}
.fullinfoboxe p {
    float: left;
    width: 56%;
    line-height: 30px;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    margin-top: 10px;
}
.fullinfoboxe a {
    float: right;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 30px;
    text-decoration: none;
    padding: 20px 8% 20px 6%;
    margin-top: -11px;
}
.fullinfoboxe a div {
    float: left;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-top: 6px;
}
.fullinfoboxe strong {
    float: left;
    font-weight: 700;
    padding-left: 25px;
}
.fullinfoboxe a:hover {
    padding: 20px 50px 20px 60px;
}
.fullinfoboxe a:hover div {
    width: 14px;
    height: 14px;
    background: #D32F2F;
    margin-top: 2px;
    margin-left: -10px;
}
.fullinfoboxe a:hover strong {
    font-weight: 700;
}

.productboxes {display:block;margin:0 auto;width:55%;}
.productboxe {margin-top:70px;padding-top:70px;float:left;width:100%;border-top:2px solid #F5F5F5;}
.productboxe:first-child {margin-top:120px;padding-top:0;border-top:2px solid #fff;}
.productboxe-text {float:left;width:55%;}
.productboxe-text h2 {
    float: left;
    width: 100%;
    line-height: 18px;
    color: #212121;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
}
.productboxe-text h3 {
    float: left;
    width: 100%;
    line-height: 54px;
    color: #D32F2F;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 56px;
    margin: 15px 0 30px 0;
}
.productboxe-text p {
    float: left;
    width: 100%;
    line-height: 30px;
    color: #212121;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    margin-top: 10px;
}
.productboxe-text ul {float:left;width:100%;margin-top:20px;margin-left:15px;list-style-type:circle;}
.productboxe-text li {
    float: left;
    width: 100%;
    line-height: 26px;
    color: #212121;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
}
.productboxe figure {float:right;width:28%;margin:30px 0 0 0;padding:0;}
.productboxe figure figure {float:left;width:100%;overflow:hidden;border-radius:50%;border:15px solid #f5f5f5;}
.productboxe img {float:left;width:100%;transition:transform .5s;border-radius:50%;}
.productboxe img:hover {transform:scale(1.2);}

.productboxes .productboxe:nth-child(2n) .productboxe-text {float:right;}
.productboxes .productboxe:nth-child(2n) figure {float:left;}

.typeboxes h2 {font-size:18px;}
.typeboxes h3 {margin:10px 0 30px 0;}
.typeboxes a {
    float: left;
    color: #D32F2F;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    border: 1px solid #D32F2F;
    border-radius: 30px;
    text-decoration: none;
    padding: 20px 60px 20px 40px;
    margin-top: 80px;
}
.typeboxes a div {
    float: left;
    width: 6px;
    height: 6px;
    background: #D32F2F;
    border-radius: 50%;
    border: 2px solid #D32F2F;
    margin-top: 6px;
}
.typeboxes strong {
    float: left;
    font-weight: 700;
    padding-left: 25px;
}
.typeboxes a:hover {
    padding: 20px 50px 20px 60px;
}
.typeboxes a:hover div {
    width: 14px;
    height: 14px;
    background: #fff;
    margin-top: 2px;
    margin-left: -10px;
}
.typeboxes a:hover strong {
    font-weight: 700;
}

.blogboxes {float:left;width:100%;}
.blogboxe {margin-top:120px;margin-right:5%;float:left;width:30%;}
.blogboxe:last-child {margin-right:0;}
.blogboxe-text {float:left;width:100%;text-align:center;margin-top:40px;}
.blogboxe-text h2 {
    float: left;
    width: 100%;
    line-height: 18px;
    color: #212121;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
}
.blogboxe-text h3 {
    float: left;
    width: 100%;
    height: 132px;
    line-height: 44px;
    color: #D32F2F;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 34px;
    margin: 15px 0 30px 0;
}
.blogboxe-text p {
    float: left;
    width: 100%;
    line-height: 30px;
    color: #212121;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    margin-top: 10px;
}
.blogboxe-text ul {float:left;width:100%;margin-top:20px;margin-left:15px;list-style-type:circle;}
.blogboxe-text li {
    float: left;
    width: 100%;
    line-height: 26px;
    color: #212121;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
}
.blogboxe figure {display:block;width:62%;margin:0 auto;padding:0;}
.blogboxe figure figure {float:left;width:100%;overflow:hidden;border-radius:50%;border:15px solid #f5f5f5;}
.blogboxe img {float:left;width:100%;transition:transform .5s;border-radius:50%;}
.blogboxe img:hover {transform:scale(1.2);}
.linkboxe {display:block;width:62%;margin:0 auto;}
.blogboxe a {
    float: left;
    color: #D32F2F;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    border: 1px solid #D32F2F;
    border-radius: 30px;
    text-decoration: none;
    padding: 20px 60px 20px 40px;
    margin-top: 80px;
}
.blogboxe a div {
    float: left;
    width: 6px;
    height: 6px;
    background: #D32F2F;
    border-radius: 50%;
    border: 2px solid #D32F2F;
    margin-top: 6px;
}
.blogboxe strong {
    float: left;
    font-weight: 700;
    padding-left: 25px;
}
.blogboxe a:hover {
    background: #D32F2F;
    color: #fff;
}
.blogboxe a:hover div {
    width: 14px;
    height: 14px;
    background: #fff;
    margin-top: 2px;
    margin-left: -7px;
}
.blogboxe a:hover strong {
    font-weight: 700;
}

.contactboxes {float:left;width:100%;}
.leftcontactboxes {float:left;width:50%;}
.contactboxe {float:left;width:100%;text-align:center;}
.contactboxe:last-child {padding:90px 0 180px 0;}
.contactboxe:first-child {padding:180px 0 90px 0;}
.contactboxe h2 {
    float: left;
    width: 100%;
    line-height: 26px;
    color: #212121;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    margin-bottom: 30px;
}
.footmenu {float:left;width:100%;}
.footmenu li {
    float: left;
    width: 100%;
    line-height: 34px;
    color: #212121;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
}
.contactboxe p {
    display: block;
    width: 50%;
    line-height: 34px;
    color: #212121;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    margin: 0 auto;
}
.contactboxe p em {
    float: left;
    width: 100%;
    margin-top: 25px;
    font-style: normal;
}
.socialmenu {display:block;margin:0 auto;width:365px;text-align:center;}
.socialmenu li {display:inline-block;width:58px;height:58px;margin-right:4%;}
.socialmenu li:last-child {margin-right:0;}
.socialmenu a {float:left;width:58px;padding:16px 0;border:1px solid #212121;border-radius:50%;}
.socialmenu a:hover {border:1px solid #fff;}
.socialmenu img {display:block;margin:0 auto;width:24px;}
.socialmenu a img {transition:transform .5s;}
.socialmenu a:hover img {transform:scale(1.6);}
.rightcontactboxes {float:right;width:50%;}
.rightcontactboxes iframe {float:left;width:100%;height:1140px;}

.realizationboxes {float:left;width:100%;}
.realizationboxes figure {display:inline-block;margin:0 90px;}
.realizationboxes figure a {float:left;width:18.9%;margin:20px 1.3% 0 0;height:249px;overflow:hidden;border-radius:30px;}
.realizationboxes figure a:nth-child(5n) {margin:20px 0 0 0;}
.realizationboxes figure img {float:left;width:100%;height:249px;border-radius:30px;transition:transform .5s;}
.realizationboxes figure img:hover {transform:scale(1.2);}
.realizationbar {float:left;width:100%;margin-top:160px;}
.realizationbar h2 {
    position: relative;
    z-index: 2;
    float: left;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 44px;
    color: #212121;
    background: #fff;
    margin-left: 160px;
    margin-bottom: 50px;
    margin-top: -23px;
    padding: 0 25px;
}
.line {position:relative;z-index:1;margin:0 90px;background:#212121;height:3px;}
.categorymenu {float:left;width:100%;}
.categorymenu li {float:left;width:11.11%;}
.categorymenu a {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
    padding: 20px 0;
    background: #D32F2F;
}
.categorymenu a:hover {
    background: #fff;
    color: #D32F2F;
}
.categorymenu a div {
    float: left;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-top: 5px;
}
.categorymenu li:first-child a div {background:#D32F2F;border:2px solid #D32F2F;}
.categorymenu li:first-child a:hover div {background:#fff;border:2px solid #fff;}
.categorymenu strong {
    float: left;
    width: 100%;
    font-weight: 700;
    margin-top: -10px;
}
/*--- End content ---*/
/*--- Start footer ---*/
.footerbox {float:left;width:100%;background-color:#212121;padding-top:60px;}

.foot {float:left;width:17%;}
.foot:first-child {margin-right:12%;}
.foot:first-child a {float:left;width:100%;text-indent:-9999px;}
.foot:first-child a:hover {opacity:0.5;}
.foot:first-child a img {float:left;width:100%;}
.foot strong {
    float: left;
    width: 100%;
    color: #9E9E9E;
    margin-top: 25px;
    line-height: 24px;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
}
.foot img {float:left;width:100%;}
.foot h3 {
    float: left;
    width: 100%;
    color: #616161;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    margin-bottom: 15px;
}
.foot ul {float:left;width:100%;}
.foot ul li, .foot ul li a {
    float: left;
    width: 100%;
    color: #9E9E9E;
    line-height: 26px;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    text-decoration: none;
}
.foot ul li a:hover {
    color: #fff;
}

footer {float:left;width:100%;margin:60px 0 30px 0;}
footer p {
    float: left;
    width: 100%;
    color: #9E9E9E;
    line-height: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    text-align: center;
}
small {float:left;width:100%;}
small a {color:#9E9E9E;text-decoration:none;}
small a:hover {color:#fff;}

.top a {font-size:12px!important;margin-top:9px;}

#cookies {
    display: none;
    width: 420px;
    position: fixed;
    background: #D32F2F;
    color: #fff;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.cookies-container {margin:60px 50px;}

#cookies h4 {
    float: left;
    width: 100%;
    color: #fff;
    line-height: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
}

#cookies p {
    float: left;
    width: 100%;
    color: #fff;
    line-height: 24px;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    margin: 30px 0;
}

#cookies a {
    float: left;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 30px;
    text-decoration: none;
    padding: 12px 50px 12px 30px;
    margin-bottom: 60px;
}
#cookies div {
    float: left;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-top: 4px;
}
#cookies strong {
    float: left;
    font-weight: 400;
    padding-left: 25px;
}
#cookies a:hover {
    padding: 12px 50px 12px 40px;
}
#cookies a:hover div {
    width: 14px;
    height: 14px;
    background: #D32F2F;
    margin-top: 0;
    margin-left: -10px;
}
#cookies a:hover strong {
    font-weight: 700;
}

#cookies.display {
  display: block;

  /* Cross browser animation */
  -webkit-animation: cookies 2s 1; /* Chrome, Safari 5+ */
     -moz-animation: cookies 2s 1; /* Firefox 5-15 */
      -ms-animation: cookies 2s 1; /* IE9 */
       -o-animation: cookies 2s 1; /* Opera 12.00 */
          animation: cookies 2s 1; /* Chrome, Firefox 16+, IE 10+, Opera 12.10+ */
}

@keyframes cookies {
  0%   {
    -webkit-transform: translate3d(0,200px,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,200px,0); /* Firefox */
        -ms-transform: translate3d(0,200px,0); /* IE9 */
         -o-transform: translate3d(0,200px,0); /* Opera */
            transform: translate3d(0,200px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
         -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
  }
}
@-webkit-keyframes cookies {
  0%   {
    -webkit-transform: translate3d(0,200px,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,200px,0); /* Firefox */
        -ms-transform: translate3d(0,200px,0); /* IE9 */
         -o-transform: translate3d(0,200px,0); /* Opera */
            transform: translate3d(0,200px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
         -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
  }
}
@-moz-keyframes cookies {
  0%   {
    -webkit-transform: translate3d(0,200px,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,200px,0); /* Firefox */
        -ms-transform: translate3d(0,200px,0); /* IE9 */
         -o-transform: translate3d(0,200px,0); /* Opera */
            transform: translate3d(0,200px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
         -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
  }
}
@-o-keyframes cookies {
  0%   {
    -webkit-transform: translate3d(0,200px,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,200px,0); /* Firefox */
        -ms-transform: translate3d(0,200px,0); /* IE9 */
         -o-transform: translate3d(0,200px,0); /* Opera */
            transform: translate3d(0,200px,0);
  }
  100% {
    -webkit-transform: translate3d(0,0,0); /* Safari & Chrome */
       -moz-transform: translate3d(0,0,0); /* Firefox */
        -ms-transform: translate3d(0,0,0); /* IE9 */
         -o-transform: translate3d(0,0,0); /* Opera */
            transform: translate3d(0,0,0);
  }
}

.close-cookies {
  -webkit-transition: all 2s ease-out;
     -moz-transition: all 2s ease-out;
      -ms-transition: all 2s ease-out;
       -o-transition: all 2s ease-out;
          transition: all 2s ease-out;
  
  -webkit-transform: translate3d(0,200px,0); /* Safari & Chrome */
     -moz-transform: translate3d(0,200px,0); /* Firefox */
      -ms-transform: translate3d(0,200px,0); /* IE9 */
       -o-transform: translate3d(0,200px,0); /* Opera */
          transform: translate3d(0,200px,0);
}
/*--- End footer ---*/
/*--- Start responsive ---*/
@media only screen and 
    (max-width: 1499px) {
	
	.container {margin:0 20px;display:block;}
}

@media only screen and 
    (min-width: 1500px) {
	
	.container {margin:0 auto;display:block;width:1500px;}
}

@media only screen and 
    (min-width: 240px) and
	(max-width: 767px) {
	
    .logo {float:none;display:block;margin:0 auto;}
    .menu ul {width:100%;border-left:0px solid #fff;padding-left:0;margin-left:0;text-align:center;margin-top:10px;}
    .menu li {display:inline-block;float:none;margin:0 2%;}
    .menu form {display:none;}
    .mainslider .owl-theme .owl-controls {margin-top:-80px!important;}
    
    .leftinfoboxe {width:100%;margin-bottom:70px;}
    .rightinfoboxe {width:100%;}
    .leftinfoboxe figure figure {width:62%;}
    
    .centerinfoboxe {width:96%;}
    .greyboxe figure {width:96%;}
    
    .foot {float:none;width:50%;margin:0 auto!important;text-align:center;}
    .foot ul, .foot strong {margin-bottom:60px;}
    footer {margin:0 0 30px 0;}
    
    .realizationboxes figure {margin:70px 20px 90px 20px;}
    .realizationboxes figure a {width:32.4%;margin:20px 1.3% 0 0;height:136px;}
    .realizationboxes figure a:nth-child(5n) {margin:20px 1.3% 0 0;}
    .realizationboxes figure a:nth-child(3n) {margin:20px 0 0 0;}
    .realizationboxes figure img {height:136px;}
    .realizationbar h2 {margin-left:0;}
    
    .centerinfoboxe fieldset fieldset input {width:100%;}
}

@media only screen and
    (min-width: 768px) and
    (max-width: 1023px) {
    
    .menu ul {padding-left:4%;margin-left:4%;width:490px;}
    .menu li {margin-left:8%;}
    .menu form {display:none;}
    .mainslider .owl-theme .owl-controls {margin-top:-80px!important;}
    
    .realizationboxes figure {margin:70px 20px 90px 20px;}
    .realizationboxes figure a, .realizationboxes figure img {height:137px;}
}

@media only screen and
    (min-width: 1024px) and
    (max-width: 1499px) {
    
    .realizationboxes figure a, .realizationboxes figure img {height:152px;}
}

@media only screen and
    (min-width: 240px) and
    (max-width: 690px) {
    
    .owl-item h2, .owl-item h3 {display:none;}
    
    .centerinfoboxe ul {width:100%;}
}

@media only screen and
    (min-width: 691px) and
    (max-width: 767px) {
    
    .owl-item h2 {margin-top:27%;font-size:18px;}
    .owl-item h3 {margin-top:30%;font-size:62px;}
}

@media only screen and
    (min-width: 768px) and
    (max-width: 1023px) {
    
    .owl-item h2 {margin-top:25%;font-size:22px;}
    .owl-item h3 {margin-top:28%;font-size:70px;}
    
    .foot {float:left;width:23%;}
    .foot:first-child {margin-right:8%;}
}

@media only screen and
    (min-width: 1024px) and
    (max-width: 1499px) {
    
    .owl-item h2 {margin-top:23%;}
    .owl-item h3 {margin-top:26%;}
}

@media only screen and
    (min-width: 240px) and
    (max-width: 599px) {
    
    .categorymenu li {width:100%;}
    .categorymenu li:first-child a div {background:#fff;border:2px solid #fff;}
    .categorymenu li a div {margin-left:50px;}
    
    #cookies {width:100%;}
}

@media only screen and
    (min-width: 600px) and
    (max-width: 899px) {
    
    .categorymenu li {width:50%;}
    .categorymenu li:first-child a div {background:#fff;border:2px solid #fff;}
    .categorymenu li a div {margin-left:50px;}
}

@media only screen and
    (min-width: 900px) and
    (max-width: 1499px) {
    
    .categorymenu li {width:33.33%;}
    .categorymenu li:first-child a div, .categorymenu li:nth-child(4) a div, .categorymenu li:nth-child(7) a div {background:#D32F2F;border:2px solid #D32F2F;}
    .categorymenu li a:hover div {background:#fff!important;border:2px solid #fff!important;}
}

@media only screen and
    (min-width: 1024px) and
    (max-width: 1110px) {
    
    .menu ul {padding-left:2%;margin-left:2%;width:440px;}
    .menu li {margin-left:5%;}
}

@media only screen and
    (min-width: 768px) and
    (max-width: 1023px) {
    
    .centerinfoboxe, .greyboxe figure {width:90%;}
}

@media only screen and
    (min-width: 1024px) and
    (max-width: 1499px) {
    
    .centerinfoboxe, .greyboxe figure {width:65%;}
}

@media only screen and
    (min-width: 240px) and
    (max-width: 1023px) {
    
    .half-container {width:100%;}
    .leftminiboxe {width:75%;}
    .redboxe figure {width:100%;}
    .leftminiboxe ul {margin-bottom:120px;}
}

@media only screen and
    (min-width: 1024px) and
    (max-width: 1599px) {
    
    .redboxe figure, .redboxe img {height:840px;}
    .centerinfoboxe img {height:auto;}
}

@media only screen and
    (min-width: 240px) and
    (max-width: 1499px) {
    
    .minisubslider h1 em {width:100%;}
    .subslider img {float:none;width:auto;background-position:center center;}
}

@media only screen and
    (min-width: 240px) and
    (max-width: 899px) {
    
    .fullinfoboxe {width:90%;}
    .fullinfoboxe h2, .fullinfoboxe p {width:100%;}
    .fullinfoboxe-padding {padding:50px 50px 44px 50px;}
    .fullinfoboxe a {margin-top:25px;}
    
    .leftcontactboxes, .rightcontactboxes {width:100%;}
    
    .productboxes {width:90%;}
    .productboxe-text {width:100%;}
    .productboxe figure {width:100%;margin:30px 0 0 0;}
}

@media only screen and
    (min-width: 900px) and
    (max-width: 1499px) {
    
    .fullinfoboxe {width:80%;}
    .fullinfoboxe h2, .fullinfoboxe p {width:51%;}
    .fullinfoboxe-padding {padding:50px 8% 44px 8%;}
    
    .contactboxe:first-child {padding:140px 0 90px 0;}
    .contactboxe:last-child {padding:90px 0 140px 0;}
    
    .productboxes {width:75%;}
    .productboxe figure {width:32%;}
}

@media only screen and
    (min-width: 240px) and
    (max-width: 1023px) {
    
    .blogboxe {margin:0 auto!important;float:none;display:block;width:460px;}
    .blogboxe figure figure {margin-top:120px;}
}

@media only screen and
    (min-width: 1024px) and
    (max-width: 1499px) {
    
    .linkboxe {width:280px;}
}
/*--- End responsive ---*/
