html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

.clearfix {
  overflow: auto;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  height: 100% !important;
}

body {
  min-height: 100% !important;
  height: auto !important;
}
a {
  text-decoration: none;
}
h2 {
  font-size: 2.3em;
  font-size: 3.2em;
  font-weight: bold;
}
h2.thin {
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5 {
  color: #e94d34;
}
h3 {
  font-size: 2em;
  font-weight: bold;
  color: #000;
}
p {
  color: #283237;
  line-height: 1.5em;
  padding-top: 10px;
  padding-bottom: 10px;
}
body {
  background: #fff;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
.gallery {

}
.gallery .container {
  height: 100%;
}
.gallery .container div.section {
  width: 100vw;
}

* {
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
}



.gallery .container div.image {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}
.gallery .container div.image.image-1 {
  background-image: url("../images/bg-1.jpg");
}
.gallery .container div.image.image-2 {
  background-image: url("../images/bg-2.jpg");
}
.gallery .container div.image.image-3 {
  background-image: url("../images/bg-4.jpg");
}
.slick-slide {
  width: 120vw;
  height: 100vh;
}
.slick-slider {
  margin-bottom: 0 !important;
}
.content {
  margin-left: 200px;
  width: 960px;
}

.gallery .container, .slick-list, .slick-track, .gallery .container div.section, .gallery .container div.image {
  height: 100%;
}

main {
  overflow: hidden;
  width: 100%;
  
  /* min-height: 100vh; */
  
  margin: auto;
  position: relative;
  z-index: 900;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
          
}
main .wrapper {
  width: 100%;
  margin: auto;
  flex: 2;
   -webkit-box-flex: 2; -webkit-flex: 2; -ms-flex: 2; flex: 2;
}
main .wrapper header {
  padding-top: 10px;
  display: table;
  background: url("../images/header-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  /*
  background-size: contain;
  */
  width: 100%;
  height: 181px;
}

main .wrapper header .content {
  max-width: 960px;
  padding-left: 0px;
  padding-right: 100px;
  margin: auto;
  width: auto;
}

main .wrapper header .logo {
  display: table-cell;
  background: url("../images/logo.png");
  background-repeat: no-repeat;
  min-width: 182px;
  height: 50px;
  background-position-y: bottom;
}
main .wrapper header nav {
  text-align: right;
  vertical-align: middle;
  padding-left: 30px;
  width: 100%;
}
main .wrapper header nav a {
  text-decoration: none;
  display: inline-block;
  color: #283237;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 20px;
}
main .wrapper header nav a:hover {
  color: #e94d34;
}
.contentarea {
  width: 100%;
  flex: 3;
   -webkit-box-flex: 3; -webkit-flex: 3; -ms-flex: 3; flex: 3;
}
.contentarea .upper {
  height: 108px;
  background-repeat: no-repeat;
  background: url("../images/upper.png");
}
.contentarea .downer {
  height: 133px;
  background: url("../images/downer.png");
}
.contentarea .content {
  width: 100%;
  background: #fff;
  margin: auto;
}
.contentarea .content .inner {
  width: 960px;
  margin: auto;
  min-height: 300px;
}
.contact-us {
  position: relative;
  z-index: 5000;
  width: 100%;
  text-align: center;
}
.contact-us a {
  text-decoration: none;
  background-color: #e94d34;
  border-radius: 14px;
  border: none;
  color: #fff;
  padding: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin: auto;
  display: inline-block;
  cursor: pointer;
}
footer {
  flex: 0;
}

footer.frontpage {
  position: relative;
  z-index: 9000;
  width: 100%;
  padding-bottom: 40px;
}

.frontpage main {
  /*
  min-height: 700px;
  */
}

footer .info {
  max-width: 960px;
  margin: auto;
  background: #fff;
  display: table;
  width: 100%;
}
footer .info > div {
  display: table-cell;
  white-space: nowrap;
  vertical-align: top;
  padding: 20px;
}
footer .info > div a {
  color: #e94d34;
  text-decoration: none;
}
footer .copyright {
  color: #fff;
  background: #e94d34;
}
footer .copyright h4 {
  line-height: 3.6em;
  text-transform: uppercase;
  color: #fff;
  font-size: 1em;
}
hr {
  border: none;
  border-top: 1px solid #e94d34;
  width: 70px;
  margin: 20px 0px 20px;
  margin: 50px 0px 50px;
  opacity: 0.3;
}
small.details {
  display: table;
  min-height: 5px;
  font-size: 1em;
  margin-top: 15px;
  margin-bottom: 30px;
}
small.details span.date {
  padding-right: 10px;
  vertical-align: middle;
  display: table-cell;
  color: #ddd;
  border-right: 1px solid #ddd;
}
small.details span.name {
  padding-left: 10px;
  vertical-align: middle;
  display: table-cell;
  color: #e94d34;
}
.center {
  width: 960px;
  margin: auto;
}
.frontpage {
  overflow: hidden;
}

.frontpage footer > .table {
  display: table;
  margin: auto;
  max-width: 960px;
  width: 100%;
  margin-top: -90px;
}
.frontpage footer > .table .certificates {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  min-width: 100%;
  padding-left: 0px
}
.frontpage footer > .table .certificates h3 {
  margin-bottom: 0px;
  font-size: 0.7em;
}
.frontpage footer > .table .certificates ul {
  display: table;
}
.frontpage footer > .table .certificates ul li {
  padding-right: 30px;
  vertical-align: bottom;
  display: table-cell;
}

.frontpage footer > .table .certificates ul li img {
  max-height: 50px;
}

.frontpage footer > .table .contact-blob {
  position:relative;
  top: 50px;
  color: #fff;
  font-size: 1em;
  display: table-cell;
  background: url("../images/contact-blob.png");
  background-repeat: no-repeat;
  height: 381px;
  padding: 60px;
  width: 338px;
}
.frontpage footer > .table .contact-blob .logo {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 10px;
}
.frontpage footer > .table .contact-blob .logo.fb {
  background-image: url("../images/fb.png");
}
.frontpage footer > .table .contact-blob .logo.linkedin {
  background-image: url("../images//in.png");
}
.frontpage footer > .table .contact-blob .contact.table .row.phone .icon {
  background-image: url("../images/phone.png");
}
.frontpage footer > .table .contact-blob .contact.table .row.fax .icon {
  background-image: url("../images/print.png");
}
.frontpage footer > .table .contact-blob .contact.table .row.address .icon {
  background-position: top;
  background-image: url("../images/pin.png");
}
.frontpage footer > .table .contact-blob .contact.table .row.mail .icon {
  background-image: url("../images/mail.png");
}
.frontpage footer > .table .contact-blob .contact.table .row {
  padding: 3px 0px 3px;
  display: table;
}
.frontpage footer > .table .contact-blob .contact.table .row .icon {
  background-position: center;
  background-repeat: no-repeat;
  width: 32px;
  display: table-cell;
}
.frontpage footer > .table .contact-blob .contact.table .row .data {
  padding-left: 14px;
  vertical-align: top;
  min-width: 100%;
  display: table-cell;
}
.frontpage footer > .table .contact-blob .contact.table .row.address {
  margin-top: 35px;
}
ul.paginator {
  margin-top: 50px;
  display: table;
}
ul.paginator li {
  cursor: pointer;
  vertical-align: middle;
  display: table-cell;
  color: #e94d34;
  padding: 0 5px 0;
}
ul.paginator li.active {
  font-weight: bold;
}
ul.newslist {
  padding-top: 20px;
  width: 100%;
  display: table;
}
ul.newslist li:first-child small.details,
ul.newslist li:first-child .content {
  padding-left: 0;
  border: none;
}
ul.newslist li:last-child small.details,
ul.newslist li:last-child .content {
  padding-right: 0;
  border: none;
}
ul.newslist small.details {
  padding: 0 30px 0;
}
ul.newslist small.details {
  font-size: 0.8em;
}
ul.newslist li {
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  width: 33.33%;
  display: table-cell;
}
ul.newslist li .content {
  padding: 0 30px 0;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}
ul.newslist li .content h3 {
  margin-bottom: 0.3em;
}
ul.newslist li .content .excerpt {
  display: inline;
}

ul.newslist li .content .excerpt p {
  display: inline;
}

ul.newslist li .content a.readmore {
  margin-left: 10px;
  text-decoration: underline;
  display: inline-block;
  color: #e94d34;
}
ul.newslist li .content a.readmore:before {
  content: '[...]';
  display: inline-block;
  margin-right: 10px;
}

.certificates h3 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: normal;
}

.logos {
  margin-top: 20px;
}

.frontpage footer {
  z-index 200;
}

.info div {

}
.info div a::before {
  content: '';
  width: 15px;
  height: 20px;
  display: inline-block;
  float: left;
  margin-right: 9px;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.info div.phone a::before {
  background-image: url("../images/orange-phone.png");
}

.info div.mail a::before {
  background-image: url("../images/orange-letter.png");
}

.info div.address a::before {
  background-image: url("../images/orange-location.png");
}
.info div.fax a::before {
  background-image: url("../images/orange-fax.png");
}

.contact-table {
  display: table;
}

.contact-table .col {
  display: table-cell;
  min-width: 100px;
  display: table-cell;
  padding-right: 20px;
}


.contact-table .row {
  padding: 6px 0px 6px;
}

.contact-table .row:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-right: 10px;
}

.contact-table .row.phone:before {
  background-image: url(../images/orange-phone.png);
}

.contact-table .row.email:before {
  background-image: url(../images/orange-letter.png);
}


.contact-table .row.address:before {
  background-image: url(../images/orange-pin.png);
}

.contact-table .row.fax:before {
  background-image: url(../images/orange-fax.png);
}


ul.services {
  width: 100%;
  min-height: 400px;
  margin-left: -20px;
}

ul.services li {
  width: 300px;
  padding: 10px 20px 10px;
  float: left;
  background: #FFF;
  margin-left: 20px;
}

ul.services li:hover {
  background: #F4F4F4;
}

ul.services li h2 {
  font-size: 1.2em;
  color: #EA6855;
  text-transform: uppercase;
  margin-top: 20px;
}

ul.services li a {
  text-transform: uppercase;
  color: #EA6855;
  font-weight: bold;
  font-size: 0.7em;
  letter-spacing: -0.1px;
}

ul.services li p {
  line-height: 1.7em;
  margin-top: 20px;
}

ul.services li img {
  width: 100%;
}

a.back {
  color: #000;
  display: inline-block;
  margin-bottom: 60px;
  border-bottom: 1px solid #000;
}

ul.langmenu {
  text-align: right;
  color: #ddd;
  margin-bottom: 20px;
}

ul.langmenu li {
  border-right: 1px solid #6b7274;
  padding-right: 5px;
  display: inline-block;
}

ul.langmenu li a {
  color: #6b7274;
  text-transform: lowercase;
}

header .menu {
  width: 100%;
  display: table-cell;
  vertical-align: top;
}

.fa.fa-chevron-right {
  position: absolute;
  right: -70px;
  cursor: pointer;
  font-size: 60px;
  top: 60%;
  color: #e94d34;
}

.fa.fa-chevron-left {
  position: absolute;
  left: -70px;
  cursor: pointer;
  font-size: 60px;
  top: 60%;
  color: #e94d34;
}

.content .inner {
  position: relative;
}

footer.frontpage {
  background: url("../images/footer-bg.png");
  background-position-x: -300px;
  overflow: visible;
  background-image: url("../images/footer-bg.png");
  z-index: 1000;
  position: fixed;
  bottom: 0;
  background-position: top right;
  width: 100%;
  padding-bottom: 0px;
}

.slide-content h2 {
  font-size: 3.3125em;
  color: #fff;
  margin-bottom: 0;
  line-height: 0.8;
}

.slide-content ul {
  font-size: 1.25em;
  padding-left: 1.1em;
  list-style-type: disc;
  color: #fff;
}

.slide-content {
  padding: 0 20% 0%;
  padding-top: 260px;
  max-width: 960px;
  padding: 0 0% 0%;
  padding-top: 260px;
  width: 100%;
  margin: auto;
}

.slide-content .slide-subtitle {
  color: #fff;
  font-size: 1.875em;
  margin-bottom: 17px;
}

.flex-control-paging li a {
  width: 26px;
  height: 26px;
  display: block;
  background: #FFF;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
}

.flex-control-nav {
  left: 0%;
  z-index: 0;
  color: #FFF;
  position: absolute;
  bottom: 150px;
  top: 170px;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}

.flex-control-nav li a {
  cursor: pointer;
}

.flex-control-nav li.active a {
  background: #E6432E;
  cursor: default;
}

.slider-controls {
  bottom: -140px;
  z-index: 600;
}

.contentarea .content .inner {
  max-width: 960px;
  width: 100%;
}


@media only screen and (max-width : 1150px) {
  header .content {
    /*
    width: 760px;
    */
  }
}

@media only screen and (max-width : 850px) {
  .frontpage footer > .table .certificates ul li {
    display: table-row;
  }

  footer .info > div {
    display: table-row;
    vertical-align: middle;
    padding: 20px;
  }

  footer .info > div a {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ul.services {
    margin-left: 0;
  }
  footer.frontpage {
    height: auto;
  }

  ul.services li {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .slide-content {
    padding: 200px 30px 0%;
  }

  main .wrapper header .content {
    padding-left: 0px;
  }

  footer .info-content {
    padding: 20px;
    
  }
  


  main .wrapper header {
    width: 100%;
  }
  
  .copyright {
    padding-left: 20px;
  }
}

@media only screen and (max-width : 640px) {

  .frontpage footer > .table .certificates ul li {
    display: table-row;
  }
  
  main {
    min-height: 100vh;
  }
  
  body main .wrapper header nav {
    white-space: normal;
  }
  
  main .wrapper header .content {
    padding-right: 0;
  }


  
  main .wrapper header nav {
    white-space: normal;
  }

  body.frontpage footer.frontpage {
    height: auto;
    position: absolute;
    padding-bottom: 0px;
  }

  ul.newslist li {
    display: table-row;
  }

  ul.newslist li .content{
    border: none;
    padding: 0;
  }

  body.frontpage {
    overflow: visible;
  }

  body.frontpage footer {
    position: static;
  }

  .frontpage footer > .table {
    margin-top: 0px;
  }


  .contact-blob {
    background-color: #E94D34;
  }

  .footer .table {
    width: 100%;
  }

  header {
    padding: 0px 20px 0px;
  }

  .frontpage footer > .table .contact-blob {
    width: 100%;
    background-color: #E94D34;
  }

  .frontpage footer > .table .certificates {
    display: none;
  }

  .frontpage footer > .table {
    width: 100%;
    margin-top: -100px;
  }

  header .menu {
    display: table-row;
    padding-right: 70px;
    
  }
  footer.frontpage {
    padding: 0;
  }

  main .wrapper header .logo {
    display: block;
  }

  .frontpage footer {
    height: auto;
  }

  header .content {
    width: 100%;
  }

  footer {
    z-index: 9000;
    padding: 0px;
  }
  


  header .content{
    padding: 40px;
  }

  main .wrapper header {
    background-position-x: -200px;
  }

  main .wrapper header nav {
    white-space: nowrap;
    padding-left: 0;
  }

  .content {
    margin-left: 0px;
  }

  main .wrapper {
    margin-left: 0;
    width: 100%;
  }

  main .wrapper header {
    background-size: auto;
    background-position-x: -200px;
  }

  .frontpage footer > .table .contact-blob {
    height: auto;
  }

  .frontpage footer > .table .contact-blob {
    padding: 20px;
  }

  .frontpage footer > .table .contact-blob .contact.table .row.address {
    margin-top: 0px;
  }

  header .menu {
    display: block;
  }

  .contentarea .content {
    padding: 0px 20px 0px;
  }

  header .content{
    padding: 20px 20px 20px;
  }

  .contentarea {
    height: auto;
  }

  main .wrapper header {
    background-position-x: -300px;
  }

  header .menu {
    padding-right: 0px;
  }

  main .wrapper header nav {
    text-align: center;
  }

  footer.frontpage {
    height: auto;
  }
}

ul.langmenu li {
  font-weight: 100;
  font-size: 12px;
  line-height: 12px;
  color: #6b7274;
}

ul.langmenu li:last-child {
  border-right: none;
}

ul.langmenu li.active a {
  color: #e94d34;
}

main .wrapper header nav a:last-child {
  margin-right: 0;
}

.frontpage footer > .table .certificates {
  padding-left: 0px;
} 

footer.frontpage {
  background-position: center top;
}

footer {
  position: static;
  bottom: 0;
  width: 100%;
}

footer .info-content {
  margin: auto;
  width: 100%;
  background: #fff;
}

footer .info-content .info {
  padding-bottom: 30px;
}

footer .contact-us {
  padding-bottom: 45px;
}

footer .contact-us a {
  padding: 20px 30px 20px;
  font-weight: bold;
}

.service-single p {
  font-size: 1.2em;
}

.service-single main {
  padding-bottom: 0px;
}

.service-single .edys-gallery-item {
  margin-top: 30px;
}

.gallery >  footer {
  z-index: 90;
  position: absolute;
  bottom: 0;
}

.gallery {
  height: 100%;
  width: 100vw;
  z-index: 10;
  top: 0;
  position: absolute;
}

.contentarea .content h3 {
  color: #e94d34;
}

.service-single ul {
  list-style: disc outside none;
}