.prelative {
  position: relative;
}
.displayB {
  display: block;
}
a {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a,
p,
span,
h1,
h2,
h3,
h4 {
  text-align: left;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
  font-family: 'Playfair Display', Arial, serif;
  font-size: 15px;
}
.opensans {
  font-family: 'Open Sans', sans-serif;
}
html,
body {
  background-color: #e1e2e5;
  height: 100%;
}
body {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfcfc+0,eaeaea+100&1+0,0+100 */
  background: -moz-radial-gradient(center, ellipse cover, #fcfcfc 0%, rgba(234, 234, 234, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #fcfcfc 0%, rgba(234, 234, 234, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #fcfcfc 0%, rgba(234, 234, 234, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#00eaeaea', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.prelative {
  position: relative;
}
.displayB {
  display: block;
}
.fancybox-container {
  z-index: 9999999;
}
.alignC {
  display: block;
  margin: 0 auto;
  width: 1000px;
}
.alignCFull {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.alignCHome {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.alignCenter {
  display: block;
  margin: 0 auto;
  width: 70%;
}
.ac-service {
  display: block;
  margin: 0 auto;
  width: 90%;
}
.w90 {
  width: 90%;
}
.w80 {
  width: 80%;
}
.w70 {
  width: 70%;
}
.w60 {
  width: 60%;
}
a {
  text-decoration: none;
  color: #000;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a,
p,
span,
h1,
h2,
h3,
h4 {
  text-align: left;
}
a:hover {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header {
  float: left;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
  position: fixed;
  transition: all 0.3s ease;
}
header .social-holder {
  float: left;
  width: 22%;
  margin-top: 50px;
  transition: all 0.3s ease;
}
header .social-holder a {
  float: left;
  margin-right: 40px;
  color: #90939a;
}
header .social-holder a span {
  color: #90939a;
  font-size: 18px;
  transition: all 0.3s ease;
}
header .social-holder a:hover span {
  color: #4d4d4d;
  transition: all 0.3s ease;
}
header .logo-holder {
  float: left;
  width: 50%;
  margin: 20px 0;
  transition: all 0.3s ease;
}
header .logo-holder a {
  float: left;
  width: 100%;
}
header .logo-holder a img {
  float: left;
  width: 18%;
  margin-left: 41%;
  transition: all 0.3s ease;
}
header .logo-holder a span.text-holder {
  float: left;
  width: 100%;
}
header .logo-holder a span.text-holder span {
  text-align: center;
  color: #4d4d4d;
  transition: all 0.3s ease;
}
header .logo-holder a span.text-holder span.name {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Merriweather", serif;
  letter-spacing: 3px;
}
header .logo-holder a span.text-holder span.text {
  float: left;
  width: 100%;
  font-family: "Merriweather", serif;
  font-size: 11px;
}
header .logo-holder a:hover span {
  color: #4d4d4d;
}
header nav.languages {
  float: right;
  width: 20%;
  margin-top: 50px;
  transition: all 0.3s ease;
}
header nav.languages ul {
  float: right;
  width: 100%;
}
header nav.languages ul li {
  float: left;
  margin-left: 2px;
  margin-right: 10px;
  position: relative;
}
header nav.languages ul li ::before {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -10px;
  content: '/';
  font-size: 1.2em;
  color: #90939a;
}
header nav.languages ul li a {
  float: left;
  font-size: 11px;
  font-family: "Merriweather", serif;
  margin-top: 1px;
  color: #90939a;
  transition: all 0.3s ease;
}
header nav.languages ul li a:hover {
  color: #3e3e3e;
  transition: all 0.3s ease;
}
header nav.languages ul li.first ::before {
  content: '';
}
header .languages-m,
header .social-holder-m,
header .menu-holder {
  display: none;
}
header .menu-holder .menu-icon {
  position: fixed;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  z-index: 999999;
}
header .menu-holder .menu-icon .mi-holder {
  float: left;
  width: 20px;
  height: 30px;
  padding: 20px;
  margin-top: 27px;
  margin-left: 28px;
}
header .menu-holder .menu-icon .mi-holder span {
  height: 2px;
  width: 20px;
  display: block;
  background: #333;
  cursor: pointer;
  position: absolute;
  top: 48%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
header .menu-holder .menu-icon .mi-holder span:before {
  content: "";
  height: 3px;
  width: 30px;
  display: block;
  background: #333;
  right: 0px;
  top: -10px;
  position: absolute;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
header .menu-holder .menu-icon .mi-holder span:after {
  content: "";
  height: 3px;
  width: 25px;
  display: block;
  background: #333;
  right: 0px;
  bottom: -10px;
  position: absolute;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
header .open-menu .menu-icon {
  background: none;
  transition: all 0.5s ease-in-out;
}
header .open-menu .menu-icon .mi-holder span {
  background: transparent !important;
}
header .open-menu .menu-icon .mi-holder span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 0px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
header .open-menu .menu-icon .mi-holder span:after {
  width: 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  bottom: 0px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
header .main-navigation {
  float: left;
  width: 100%;
  background-color: #323232;
}
header .main-navigation .main-nav {
  float: left;
  width: 100%;
}
header .main-navigation .main-nav ul {
  float: left;
  width: 100%;
}
header .main-navigation .main-nav ul li {
  float: left;
}
header .main-navigation .main-nav ul li a {
  float: left;
  color: #fff;
  font-family: "Merriweather", serif;
  padding: 10px 80px;
  transition: all 0.3s ease;
}
header .main-navigation .main-nav ul li a:hover,
header .main-navigation .main-nav ul li a.active {
  color: #323232;
  background-color: #eaeaea;
  transition: all 0.3s ease;
}
header .mobile-header {
  display: none;
  border-bottom: 1px solid #ef7d24;
}
.header-scroll {
  transition: all 0.3s ease;
}
.header-scroll .social-holder {
  margin-top: 30px;
  transition: all 0.3s ease;
}
.header-scroll nav.languages {
  margin-top: 30px;
  transition: all 0.3s ease;
}
.header-scroll .logo-holder {
  margin: 10px 0;
  transition: all 0.3s ease;
}
.header-scroll .logo-holder a img {
  width: 12%;
  margin-left: 44%;
  transition: all 0.3s ease;
}
.header-scroll .logo-holder a span.name {
  font-size: 14px;
  transition: all 0.3s ease;
}
.header-scroll .logo-holder a span.text {
  font-size: 9px;
  transition: all 0.3s ease;
  display: none;
}
.header-fixed {
  transition: all 0.3s ease;
}
.header-wrapper {
  float: left;
  width: 100%;
}
.header-slide {
  -webkit-box-shadow: 0px 6px 6px -6px rgba(120, 120, 120, 0.75);
  -moz-box-shadow: 0px 6px 6px -6px rgba(120, 120, 120, 0.75);
  box-shadow: 0px 6px 6px -6px rgba(120, 120, 120, 0.75);
}
section.banner-holder {
  float: left;
  width: 80%;
  margin-left: 10%;
  background-color: #fafafa;
  overflow-x: hidden;
}
section.banner-holder .banner-swiper {
  float: left;
  width: 100%;
}
section.banner-holder .banner-buttons {
  width: 44px;
  height: 44px;
  background-size: 44px 44px;
}
section.banner-holder .next-banner {
  right: 20px;
  background-image: url(../images/next_icon.jpg);
}
section.banner-holder .prev-banner {
  left: 20px;
  background-image: url(../images/prev_icon.jpg);
}
section.banner-holder .banner {
  float: left;
  width: 100%;
  position: relative;
}
section.banner-holder .banner img {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
section.banner-holder .banner .text-holder {
  position: absolute;
  left: 15%;
  top: 25%;
  width: 30%;
  height: 50%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}
section.banner-holder .banner .text-holder h1,
section.banner-holder .banner .text-holder a {
  color: #323232;
}
section.banner-holder .banner .text-holder h1 {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 15%;
  font-family: "Merriweather", serif;
  font-size: 35px;
}
section.banner-holder .banner .text-holder a {
  float: left;
  margin-top: 10%;
  width: 40%;
  text-align: center;
  margin-left: 30%;
  padding: 10px 0;
  font-family: "Merriweather", serif;
  transition: all 0.3s ease;
}
section.banner-holder .banner .text-holder a:hover {
  background: rgba(50, 50, 50, 0.8);
  color: #fff;
  transition: all 0.3s ease;
}
section.banner-holder .banner :hover.text-holder {
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
section.pages {
  float: left;
  width: 100%;
}
section.pages h1.page-heading {
  float: left;
  width: 100%;
  margin: 50px 0 50px;
  text-align: center;
  font-size: 22px;
  font-family: "Merriweather", serif;
}
section.pages h1.page-heading span {
  text-align: center;
  font-family: "Merriweather", serif;
  font-size: 25px;
  border-bottom: 2px solid rgba(51, 51, 51, 0.2);
  color: rgba(51, 51, 51, 0.8);
  padding: 0 10px 5px 10px;
}
section.about {
  margin-top: 15px;
}
section.about .home-content {
  float: left;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
section.about .home-content h1.page-heading {
  margin: 50px 0 30px;
  padding: 0 5%;
}
section.about .home-content .about-text-holder {
  float: left;
  width: 100%;
  padding: 0 5%;
}
section.about .home-content p {
  font-size: 14px;
  line-height: 22px;
}
section.about .home-content a.readmore {
  float: right;
  width: 20%;
  padding: 10px 0;
  text-align: center;
  background: rgba(50, 50, 50, 0.8);
  color: #fff;
  transition: all 0.3s ease;
}
section.about .home-content a:hover.readmore {
  background: rgba(50, 50, 50, 0.4);
}
section.about .home-content-bg {
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}
section.products {
  margin: 10px 0;
}
section.products .m-product-list {
  display: none;
}
section.products .d-product-list .prod-row,
section.products .m-product-list .prod-row {
  float: left;
  width: 100%;
  margin: 10px 0;
}
section.products .d-product-list .prod-row article,
section.products .m-product-list .prod-row article {
  float: left;
}
section.products .d-product-list .prod-row article a,
section.products .m-product-list .prod-row article a {
  float: left;
  width: 100%;
}
section.products .d-product-list .prod-row article a span.image,
section.products .m-product-list .prod-row article a span.image {
  float: left;
  width: 100%;
  overflow: hidden;
}
section.products .d-product-list .prod-row article a span.image img,
section.products .m-product-list .prod-row article a span.image img {
  float: left;
  width: 100%;
  transition: all 0.9s ease;
}
section.products .d-product-list .prod-row article a .description,
section.products .m-product-list .prod-row article a .description {
  float: left;
  width: 100%;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
section.products .d-product-list .prod-row article a .description h1,
section.products .m-product-list .prod-row article a .description h1 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: "Merriweather", serif;
  margin-bottom: 8px;
  color: #333;
}
section.products .d-product-list .prod-row article a .description span,
section.products .m-product-list .prod-row article a .description span {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-family: "Merriweather", serif;
  color: #333;
}
section.products .d-product-list .prod-row article a:hover span.image img,
section.products .m-product-list .prod-row article a:hover span.image img {
  transform: scale(1.3);
  transition: all 0.9s ease;
}
section.products .d-product-list .prod-row article a:hover .description,
section.products .m-product-list .prod-row article a:hover .description {
  background: #ffffff;
  transition: all 0.3s ease;
}
section.products .d-product-list .prod-row article a:hover .description h1,
section.products .m-product-list .prod-row article a:hover .description h1,
section.products .d-product-list .prod-row article a:hover .description span,
section.products .m-product-list .prod-row article a:hover .description span {
  color: #000000;
}
section.products .d-product-list .pr-1 article,
section.products .m-product-list .pr-1 article {
  width: 18.8%;
  margin-right: 1.5%;
}
section.products .d-product-list .pr-1 article.last,
section.products .m-product-list .pr-1 article.last {
  margin-right: 0;
}
section.products .d-product-list .pr-2 article,
section.products .m-product-list .pr-2 article {
  width: 48.7%;
  margin-right: 2.6%;
}
section.products .d-product-list .pr-2 article.last,
section.products .m-product-list .pr-2 article.last {
  margin-right: 0;
}
section.h-projects {
  background-color: #fafafa;
  padding-bottom: 20px;
}
section.h-projects article {
  float: left;
  width: 30%;
  margin-right: 5%;
}
section.h-projects article a {
  float: left;
  width: 100%;
}
section.h-projects article a img {
  float: left;
  width: 100%;
}
section.h-projects article a h1 {
  float: left;
  width: 100%;
  background-color: #fff;
  font-size: 18px;
  font-family: "Merriweather", serif;
  text-align: center;
  padding: 10px 0;
}
section.h-projects article.last {
  margin-right: 0;
}
section.h-video {
  padding: 15px;
}
section.h-video .video-holder {
  float: left;
  width: 100%;
}
section.h-video .video-holder video,
section.h-video .video-holder iframe {
  float: left;
  width: 100%;
}
footer {
  float: left;
  width: 100%;
  background: #fff;
}
footer .supported-by {
  float: left;
  width: 100%;
  border-top: 1px solid #323232;
  padding: 8px 2%;
}
footer .supported-by .logos {
  float: left;
  width: 15%;
}
footer .supported-by .logos a {
  float: left;
  width: 30%;
}
footer .supported-by .logos a img {
  float: left;
  width: 100%;
}
footer .supported-by p {
  float: left;
  width: 77%;
  margin-left: 3%;
  font-size: 12px;
  padding-top: 8px;
}
footer .footer-content {
  float: left;
  width: 100%;
  border-top: 1px solid #323232;
  background-color: #f9f9f9;
  padding: 10px 0;
}
footer .footer-content nav.footer-nav {
  float: left;
  width: 20%;
  margin-right: 3%;
  margin-left: 2%;
}
footer .footer-content nav.footer-nav ul {
  float: left;
  width: 100%;
}
footer .footer-content nav.footer-nav ul li {
  float: left;
  width: 100%;
}
footer .footer-content nav.footer-nav ul li a {
  float: left;
  width: 100%;
  font-family: "Merriweather", serif;
  font-size: 12px;
  padding: 2px 0;
  color: #6a6a6a;
}
footer .footer-content nav.footer-nav ul li a:hover {
  color: #4d4d4d;
}
footer .footer-content .footer-logo-holder {
  float: left;
  width: 50%;
  margin: 20px 0;
  transition: all 0.3s ease;
}
footer .footer-content .footer-logo-holder a {
  float: left;
  width: 100%;
}
footer .footer-content .footer-logo-holder a img {
  float: left;
  width: 12%;
  margin-left: 44%;
  transition: all 0.3s ease;
}
footer .footer-content .footer-logo-holder a span {
  text-align: center;
  color: #4d4d4d;
  transition: all 0.3s ease;
}
footer .footer-content .footer-logo-holder a span.name {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Merriweather", serif;
  letter-spacing: 3px;
}
footer .footer-content .footer-logo-holder a span.text {
  float: left;
  width: 100%;
  font-family: "Merriweather", serif;
  font-size: 9px;
}
footer .footer-content .footer-logo-holder a:hover span {
  color: #4d4d4d;
}
footer .footer-content .contact-holder {
  float: right;
  width: 23%;
  margin-top: 5px;
  margin-right: 2%;
}
footer .footer-content .contact-holder h1 {
  float: left;
  width: 100%;
  font-size: 18px;
  font-family: "Merriweather", serif;
  margin-bottom: 10px;
  text-align: right;
}
footer .footer-content .contact-holder p {
  float: left;
  width: 100%;
  margin: 2px 0;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}
footer .footer-content .contact-holder p a {
  font-size: 12px;
  color: #333;
}
section.content {
  float: left;
  width: 100%;
}
section.content h1.section-main-heading {
  float: left;
  width: 100%;
  margin: 20px 0;
  font-size: 20px;
  font-family: "Merriweather", serif;
}
section.content p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 23px;
}
section.content p a,
section.content p span,
section.content p em,
section.content p i,
section.content p b,
section.content p strong {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 23px;
}
.text-content {
  float: left;
  width: 100%;
  background-color: #fff;
  min-height: 400px;
  padding: 1% 2%;
}
.list-products {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 1% 2%;
}
.list-products h1.section-main-heading {
  font-size: 18px;
  font-family: "Merriweather", serif;
}
.list-products .left-panel {
  float: left;
  width: 15%;
  margin-right: 3%;
}
.list-products .left-panel .jplist-drop-down {
  margin: 0;
}
.list-products .left-panel .jplist-panel .jplist-group {
  border: none;
  margin-top: 0;
}
.list-products .left-panel .filter-group {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.list-products .left-panel .filter-group ul li span {
  font-family: "Merriweather", serif;
  font-size: 13px;
}
.list-products .left-panel .filter-group .jplist-dd-panel {
  font-family: "Merriweather", serif;
  font-size: 13px;
}
.list-products .left-panel h2 {
  float: left;
  width: 100%;
  font-size: 14px;
  font-family: 'Merriweather', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.list-products .left-panel .checkbox-input {
  float: left;
  width: 100%;
}
.list-products .left-panel .checkbox-input input {
  float: left;
  height: 15px;
}
.list-products .left-panel .checkbox-input label {
  float: left;
  height: 15px;
  line-height: 15px;
  font-size: 13px;
  font-weight: 400;
  margin-top: 4px;
  font-family: "Merriweather", serif;
}
.list-products .panel-bottom {
  float: left;
  margin-left: 25%;
  width: 75%;
}
.list-products .jplist-panel button {
  padding: 0 10px;
  font-family: "Merriweather", serif;
  font-size: 13px;
}
.list-products .jplist-label {
  font-family: "Merriweather", serif;
  font-size: 13px;
}
.list-products .content-panel {
  float: left;
  width: 82%;
  border-left: 1px solid #ccc;
  padding-left: 5%;
}
.list-products .content-panel .list {
  float: left;
  width: 100%;
}
.list-products .content-panel .product-list {
  float: left;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 15px;
}
.list-products .content-panel .product-list article {
  float: left;
  width: 100%;
  cursor: pointer;
}
.list-products .content-panel .product-list article a {
  float: left;
  width: 100%;
}
.list-products .content-panel .product-list article a span.image {
  float: left;
  width: 100%;
  overflow: hidden;
}
.list-products .content-panel .product-list article a span.image img {
  float: left;
  width: 100%;
  transition: all 0.9s ease;
}
.list-products .content-panel .product-list article a .description {
  float: left;
  width: 100%;
  padding: 10px 0;
  background: #f0f1f2;
  transition: all 0.3s ease;
}
.list-products .content-panel .product-list article a .description h1 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: "Merriweather", serif;
  margin-bottom: 8px;
  color: #333;
}
.list-products .content-panel .product-list article a .description span {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-family: "Merriweather", serif;
  color: #333;
}
.list-products .content-panel .product-list article:hover span.image img {
  transform: scale(1.3);
  transition: all 0.9s ease;
}
.list-products .content-panel .product-list article:hover .description {
  background: #f9f9f9;
  transition: all 0.3s ease;
}
.list-products .content-panel .product-list article:hover .description h1,
.list-products .content-panel .product-list article:hover .description span {
  color: #000000;
}
.list-products .content-panel .last {
  margin-right: 0;
}
.list-projects {
  float: left;
  width: 100%;
  background-color: #fff;
}
.list-projects .project-list {
  float: left;
  width: 100%;
  padding: 1% 2%;
}
.list-projects .project-list article {
  float: left;
  width: 30%;
  margin-right: 3%;
  margin-bottom: 20px;
}
.list-projects .project-list article a {
  float: left;
  width: 100%;
  background: #f0f1f2;
  transition: all 0.3s ease;
}
.list-projects .project-list article a img {
  float: left;
  width: 100%;
}
.list-projects .project-list article a h1 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: "Merriweather", serif;
  color: #333;
  padding: 15px 0;
}
.list-projects .project-list article a:hover {
  background: #f9f9f9;
  transition: all 0.3s ease;
}
.list-projects .project-list article.last {
  margin-right: 0;
}
.list-projects .left-panel {
  float: left;
  width: 25%;
  margin-right: 2%;
  padding: 1%;
}
.list-projects .left-panel ul {
  float: left;
  background-color: #eaeaea;
  width: 100%;
}
.list-projects .left-panel ul li {
  float: left;
  width: 100%;
}
.list-projects .left-panel ul li a {
  float: left;
  width: 100%;
  padding: 8px 15px;
  transition: all 0.3s ease;
}
.list-projects .left-panel ul li a:hover,
.list-projects .left-panel ul li a.active {
  background-color: #cecece;
  color: #333333;
  transition: all 0.3s ease;
}
.list-projects .left-panel ul li ul li a {
  padding: 5px 15px;
  font-size: 14px;
  color: #747474;
  transition: all 0.3s ease;
}
.list-projects .left-panel ul li ul li a:hover,
.list-projects .left-panel ul li ul li a.active {
  background: none;
  color: #333333;
  transition: all 0.3s ease;
}
.list-projects .text-content-project {
  float: left;
  width: 70%;
  padding: 1% 2%;
  min-height: 450px;
}
.list-projects .text-content-project h1.section-main-heading {
  margin-top: 10px;
}
.list-projects .text-content-project ul li {
  background: url(../images/bullet.jpg) no-repeat 0 9px;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 23px;
}
.list-projects .list-article-project {
  float: left;
  width: 70%;
  padding: 1% 2%;
}
.list-projects .list-article-project h1.section-main-heading {
  margin-top: 10px;
}
.list-projects .list-article-project article.list {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.list-projects .list-article-project article.list a {
  float: left;
  width: 100%;
}
.list-projects .list-article-project article.list a img {
  float: left;
  width: 30%;
  margin-right: 2%;
}
.list-projects .list-article-project article.list a h1 {
  float: left;
  width: 60%;
  font-size: 18px;
  font-family: "Merriweather", serif;
  color: #333;
  line-height: 28px;
  transition: all 0.3s ease;
}
.list-projects .list-article-project article.list a:hover h1 {
  color: #000;
  transition: all 0.3s ease;
}
.list-projects .list-article-project article.full {
  float: left;
  width: 100%;
}
.list-projects .list-article-project article.full span.full-text {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.list-publication-project {
  float: left;
  width: 70%;
  padding: 1% 2%;
}
.list-publication-project h1.section-main-heading {
  margin-top: 10px;
}
.list-publication-project article.list {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.list-publication-project article.list a {
  float: left;
  width: 100%;
}
.list-publication-project article.list a img {
  float: left;
  width: 30%;
  margin-right: 2%;
}
.list-publication-project article.list a h1 {
  float: left;
  width: 60%;
  font-size: 18px;
  font-family: "Merriweather", serif;
  color: #333;
  line-height: 28px;
  transition: all 0.3s ease;
}
.list-publication-project article.list a:hover h1 {
  color: #000;
  transition: all 0.3s ease;
}
.list-publication-project article.full {
  float: left;
  width: 100%;
}
.list-publication-project article.full .video-holder {
  float: left;
  width: 100%;
}
.list-publication-project article.full .video-holder iframe,
.list-publication-project article.full .video-holder video {
  float: left;
  width: 100%;
}
.list-publication-project article.full span.full-text {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.list-article {
  float: left;
  width: 100%;
  background-color: #fff;
}
section.section-sub {
  float: left;
  width: 100%;
  background-color: #fff;
}
section.section-sub .left-panel {
  float: left;
  width: 25%;
  margin-right: 2%;
  padding: 1%;
}
section.section-sub .left-panel ul {
  float: left;
  background-color: #eaeaea;
  width: 100%;
}
section.section-sub .left-panel ul li {
  float: left;
  width: 100%;
}
section.section-sub .left-panel ul li a {
  float: left;
  width: 100%;
  padding: 8px 15px;
  transition: all 0.3s ease;
}
section.section-sub .left-panel ul li a:hover,
section.section-sub .left-panel ul li a.active {
  background-color: #cecece;
  color: #333333;
  transition: all 0.3s ease;
}
section.section-sub .left-panel ul li ul li a {
  padding: 5px 15px;
  font-size: 14px;
  color: #747474;
  transition: all 0.3s ease;
}
section.section-sub .left-panel ul li ul li a:hover,
section.section-sub .left-panel ul li ul li a.active {
  background: none;
  color: #333333;
  transition: all 0.3s ease;
}
section.section-sub .text-content-section {
  float: left;
  width: 70%;
  padding: 1% 2%;
  min-height: 450px;
}
section.section-sub .text-content-section h1.section-main-heading {
  margin-top: 10px;
}
section.section-sub .text-content-section ul li {
  background: url(../images/bullet.jpg) no-repeat 0 9px;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 23px;
}
section.section-sub .gallery-tpl {
  float: left;
  width: 70%;
  padding: 1% 2%;
  min-height: 450px;
}
section.section-sub .gallery-tpl h1.section-main-heading {
  margin-top: 10px;
}
section.section-sub .gallery-tpl a {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
section.section-sub .gallery-tpl a img {
  float: left;
  width: 100%;
}
section.section-sub .gallery-tpl a.last {
  margin-right: 0;
}
@media screen and (max-width: 980px) {
  .alignC,
  .alignCenter,
  .alignCHome {
    width: 100%;
  }
  .mobile-header {
    display: none;
  }
  html,
  body {
    overflow-x: hidden;
  }
  header .logo-holder {
    float: left;
    width: 100%;
    margin: 20px 0;
    transition: all 0.3s ease;
  }
  header .logo-holder a {
    float: left;
    width: 100%;
  }
  header .logo-holder a img {
    float: left;
    width: 20%;
    transition: all 0.3s ease;
    margin-left: 22%;
  }
  header .logo-holder a span.text-holder {
    float: left;
    width: 50%;
    padding-left: 5%;
    padding-top: 2%;
  }
  header .logo-holder a span.text-holder span {
    text-align: left;
    color: #4d4d4d;
    transition: all 0.3s ease;
  }
  header .logo-holder a span.text-holder span.name {
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 3vw;
    font-family: "Merriweather", serif;
    letter-spacing: 3px;
  }
  header .logo-holder a span.text-holder span.text {
    float: left;
    width: 100%;
    font-family: "Merriweather", serif;
    font-size: 2vw;
  }
  header .logo-holder a:hover span {
    color: #4d4d4d;
  }
  header .menu-holder {
    display: block;
  }
  header .menu-holder .menu-icon {
    width: 18%;
    height: 10em;
  }
  header .menu-holder .menu-icon .mi-holder {
    width: 100%;
    height: 50px;
  }
  header .menu-holder .menu-icon .mi-holder span {
    height: 5px;
    width: 45%;
    top: 48%;
  }
  header .menu-holder .menu-icon .mi-holder span:before {
    content: "";
    height: 6px;
    width: 100%;
    right: 0px;
    top: -20px;
  }
  header .menu-holder .menu-icon .mi-holder span:after {
    content: "";
    height: 6px;
    width: 100%;
    right: 0px;
    bottom: -20px;
  }
  header .open-menu .menu-icon .mi-holder span {
    background: transparent !important;
  }
  header .open-menu .menu-icon .mi-holder span:before {
    top: 0px;
  }
  header .open-menu .menu-icon .mi-holder span:after {
    width: 100%;
    bottom: 0px;
  }
  header .social-holder {
    display: none;
  }
  header .social-holder-m {
    float: left;
    width: 100%;
    background-color: #323232;
    padding: 2% 0 2% 42%;
    display: block;
  }
  header .social-holder-m a {
    float: left;
    margin-right: 40px;
    color: #90939a;
  }
  header .social-holder-m a span {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    font-size: 3vw;
  }
  header .social-holder-m a:hover span {
    color: #ffffff;
    transition: all 0.3s ease;
  }
  header nav.languages-m {
    display: block;
    float: left;
    width: 100%;
    padding: 2% 0 2% 23%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.7);
  }
  header nav.languages-m ul {
    float: left;
  }
  header nav.languages-m ul li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    position: relative;
  }
  header nav.languages-m ul li ::before {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -10px;
    content: '/';
    font-size: 3vw;
    color: rgba(255, 255, 255, 0.7);
  }
  header nav.languages-m ul li a {
    float: left;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    font-size: 3vw;
    font-family: "Merriweather", serif;
    margin-top: 1px;
  }
  header nav.languages-m ul li a:hover,
  header nav.languages-m ul li a.active {
    color: #ffffff;
    transition: all 0.3s ease;
  }
  header nav.languages-m ul li.first ::before {
    content: '';
  }
  header .main-navigation {
    height: 0;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
  }
  header .main-navigation nav.main-nav {
    float: left;
    width: 100%;
  }
  header .main-navigation nav.main-nav ul {
    float: left;
    width: 100%;
    padding: 5% 0;
  }
  header .main-navigation nav.main-nav ul li {
    float: left;
    width: 100%;
  }
  header .main-navigation nav.main-nav ul li a {
    float: left;
    width: 100%;
    font-size: 4vw;
    padding: 2% 0;
    text-align: center;
  }
  header .mn-open {
    height: 50vh;
    transition: all 0.5s ease;
    opacity: 1;
    visibility: visible;
  }
  header nav.languages {
    display: none;
  }
  section.banner-holder {
    float: left;
    width: 100%;
    margin-left: 0;
  }
  section.pages {
    float: left;
    width: 100%;
  }
  section.pages h1.page-heading {
    float: left;
    width: 100%;
    margin: 50px 0 50px;
    text-align: center;
    font-size: 5vw;
    font-family: "Merriweather", serif;
  }
  section.pages h1.page-heading span {
    text-align: center;
    font-family: "Merriweather", serif;
    font-size: 25px;
    border-bottom: 2px solid rgba(51, 51, 51, 0.2);
    color: rgba(51, 51, 51, 0.8);
    padding: 0 10px 5px 10px;
  }
  section.about {
    margin-top: 15px;
  }
  section.about .home-content {
    padding: 0 5%;
  }
  section.about .home-content p {
    font-size: 3vw;
    line-height: 4vw;
  }
  section.about .home-content a.readmore {
    float: right;
    width: 30%;
    padding: 10px 0;
    text-align: center;
    background: rgba(50, 50, 50, 0.8);
    font-size: 2.5vw;
    color: #fff;
    transition: all 0.3s ease;
  }
  section.about .home-content a:hover.readmore {
    background: rgba(50, 50, 50, 0.4);
  }
  section.about .home-content-bg {
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
  }
  section.products {
    margin: 10px 0;
  }
  section.products .m-product-list {
    display: block;
  }
  section.products .d-product-list {
    display: none;
  }
  section.products .m-product-list .prod-row {
    float: left;
    width: 100%;
    margin: 5% 0;
    padding: 0 5%;
  }
  section.products .m-product-list .prod-row article {
    float: left;
    width: 100%;
    margin-right: 0;
  }
  section.products .m-product-list .prod-row article a .description h1 {
    font-size: 4vw;
  }
  section.products .m-product-list .prod-row article a .description span {
    font-size: 3vw;
  }
  section.products .m-product-list .prod-row article.last {
    margin-right: 0;
  }
  section.h-projects {
    background-color: #fafafa;
    padding-bottom: 20px;
    padding: 0 5% 5% 5%;
  }
  section.h-projects article {
    float: left;
    width: 100%;
    margin-right: 0;
  }
  section.h-projects article a h1 {
    font-size: 4vw;
  }
  section.h-projects article.last {
    margin-right: 0;
  }
  footer {
    float: left;
    width: 100%;
    background: #fff;
  }
  footer .supported-by {
    float: left;
    width: 100%;
    border-top: 1px solid #323232;
    padding: 8px 2%;
  }
  footer .supported-by .logos {
    float: left;
    width: 100%;
    padding-left: 25%;
  }
  footer .supported-by .logos a {
    float: left;
    width: 25%;
  }
  footer .supported-by .logos a img {
    float: left;
    width: 100%;
  }
  footer .supported-by p {
    width: 94%;
    margin-left: 3%;
    font-size: 3vw;
  }
  footer .footer-content {
    float: left;
    width: 100%;
    border-top: 1px solid #323232;
    background-color: #f9f9f9;
    padding: 10px 0;
  }
  footer .footer-content nav.footer-nav {
    display: none;
  }
  footer .footer-content .footer-logo-holder {
    display: none;
  }
  footer .footer-content .contact-holder {
    float: right;
    width: 96%;
    margin-top: 5px;
    margin-right: 2%;
  }
  footer .footer-content .contact-holder h1 {
    float: left;
    width: 100%;
    font-size: 4vw;
    font-family: "Merriweather", serif;
    margin-bottom: 10px;
    text-align: center;
  }
  footer .footer-content .contact-holder p {
    float: left;
    width: 100%;
    margin: 2px 0;
    font-size: 3vw;
    line-height: 4vw;
    text-align: center;
  }
  footer .footer-content .contact-holder p a {
    font-size: 3vw;
    line-height: 4vw;
    color: #333;
  }
  section.content {
    float: left;
    width: 100%;
  }
  section.content h1.section-main-heading {
    font-size: 4vw;
    line-height: 5vw;
    margin: 3% 0 5% 0;
  }
  section.content p {
    font-size: 3vw;
    line-height: 4vw;
  }
  section.content p a,
  section.content p span,
  section.content p em,
  section.content p i,
  section.content p b,
  section.content p strong,
  section.content p li {
    font-size: 3vw;
    line-height: 4vw;
  }
  section.content ul li {
    font-size: 3vw;
    line-height: 4vw;
  }
  .text-content {
    min-height: 400px;
    padding: 1% 5%;
  }
  .list-products {
    padding: 1% 2%;
  }
  .list-products h1.section-main-heading {
    font-size: 4vw;
    font-family: "Merriweather", serif;
  }
  .list-products .left-panel {
    float: left;
    width: 20%;
  }
  .list-products .left-panel .jplist-drop-down {
    width: 100%;
  }
  .list-products .left-panel .jplist-drop-down ul {
    width: 100%;
  }
  .list-products .left-panel .filter-group {
    margin-bottom: 40px;
  }
  .list-products .left-panel .filter-group ul {
    width: 100%;
  }
  .list-products .left-panel .filter-group ul li span {
    font-size: 2vw;
  }
  .list-products .left-panel .filter-group .jplist-dd-panel {
    font-size: 2vw;
    width: 80%;
  }
  .list-products .left-panel h2 {
    font-size: 3vw;
    font-family: 'Merriweather', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .list-products .left-panel .checkbox-input {
    margin-bottom: 15px;
  }
  .list-products .left-panel .checkbox-input input {
    height: 25px;
  }
  .list-products .left-panel .checkbox-input label {
    height: 25px;
    line-height: 15px;
    font-size: 2.5vw;
    margin-top: 4px;
  }
  .list-products .panel-bottom {
    float: left;
    margin-left: 25%;
    width: 75%;
  }
  .list-products .jplist-panel button {
    padding: 0 10px;
    font-size: 3vw;
    height: 45px;
  }
  .list-products .jplist-label {
    font-size: 2.5vw;
  }
  .list-products .content-panel {
    float: left;
    width: 77%;
    border-left: 1px solid #ccc;
    padding-left: 5%;
  }
  .list-products .content-panel .list {
    float: left;
    width: 100%;
  }
  .list-products .content-panel .product-list {
    float: left;
    width: 30%;
    margin-right: 3%;
    margin-bottom: 15px;
  }
  .list-products .content-panel .product-list article {
    float: left;
    width: 100%;
    cursor: pointer;
  }
  .list-products .content-panel .product-list article a .description {
    padding: 10px 0;
  }
  .list-products .content-panel .product-list article a .description h1 {
    font-size: 3vw;
  }
  .list-products .content-panel .product-list article a .description span {
    font-size: 2vw;
  }
  .list-products .content-panel .last {
    margin-right: 0;
  }
  .list-projects {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 0 3%;
  }
  .list-projects .project-list {
    float: left;
    width: 100%;
    padding: 1% 2%;
  }
  .list-projects .project-list article {
    float: left;
    width: 40%;
    margin-right: 5%;
    margin-bottom: 5%;
  }
  .list-projects .project-list article a h1 {
    font-size: 3vw;
  }
  .list-projects .project-list article.last {
    margin-right: 5%;
  }
  .list-projects .left-panel {
    float: left;
    width: 35%;
    margin-right: 2%;
    padding: 1%;
  }
  .list-projects .left-panel ul {
    float: left;
    background-color: #eaeaea;
    width: 100%;
  }
  .list-projects .left-panel ul li {
    float: left;
    width: 100%;
  }
  .list-projects .left-panel ul li a {
    float: left;
    width: 100%;
    font-size: 3vw;
    padding: 8px 15px;
    transition: all 0.3s ease;
  }
  .list-projects .left-panel ul li a:hover,
  .list-projects .left-panel ul li a.active {
    background-color: #cecece;
    color: #333333;
    transition: all 0.3s ease;
  }
  .list-projects .left-panel ul li ul li a {
    padding: 5px 15px;
    font-size: 3vw;
    color: #747474;
    transition: all 0.3s ease;
  }
  .list-projects .left-panel ul li ul li a:hover,
  .list-projects .left-panel ul li ul li a.active {
    background: none;
    color: #333333;
    transition: all 0.3s ease;
  }
  .list-projects .text-content-project {
    float: left;
    width: 60%;
    padding: 1% 2%;
    min-height: 450px;
  }
  .list-projects .text-content-project h1.section-main-heading {
    margin-top: 10px;
  }
  .list-projects .text-content-project ul li {
    background: url(../images/bullet.jpg) no-repeat 0 9px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 3vw;
    font-family: "Open Sans", sans-serif;
    line-height: 4vw;
  }
  .list-projects .list-article-project {
    float: left;
    width: 60%;
    padding: 1% 2%;
  }
  .list-projects .list-article-project h1.section-main-heading {
    margin-top: 10px;
  }
  .list-projects .list-article-project article.list {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .list-projects .list-article-project article.list a {
    float: left;
    width: 100%;
  }
  .list-projects .list-article-project article.list a img {
    float: left;
    width: 100%;
    margin-right: 0;
  }
  .list-projects .list-article-project article.list a h1 {
    float: left;
    width: 100%;
    font-size: 3vw;
    font-family: "Merriweather", serif;
    color: #333;
    margin: 2% 0;
    line-height: 4vw;
    transition: all 0.3s ease;
  }
  .list-projects .list-article-project article.list a:hover h1 {
    color: #000;
    transition: all 0.3s ease;
  }
  .list-projects .list-article-project article.full {
    float: left;
    width: 100%;
  }
  .list-projects .list-article-project article.full span.full-text {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .list-publication-project {
    float: left;
    width: 60%;
    padding: 1% 2%;
  }
  .list-publication-project h1.section-main-heading {
    margin-top: 10px;
  }
  .list-publication-project article.list {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .list-publication-project article.list a {
    float: left;
    width: 100%;
  }
  .list-publication-project article.list a img {
    float: left;
    width: 100%;
    margin-right: 0;
  }
  .list-publication-project article.list a h1 {
    float: left;
    width: 100%;
    font-size: 3vw;
    font-family: "Merriweather", serif;
    color: #333;
    margin: 2% 0;
    line-height: 4vw;
    transition: all 0.3s ease;
  }
  .list-publication-project article.list a:hover h1 {
    color: #000;
    transition: all 0.3s ease;
  }
  .list-publication-project article.full {
    float: left;
    width: 100%;
  }
  .list-publication-project article.full span.full-text {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .list-article {
    float: left;
    width: 100%;
    background-color: #fff;
  }
  section.section-sub {
    float: left;
    width: 100%;
    background-color: #fff;
  }
  section.section-sub .left-panel {
    float: left;
    width: 35%;
    margin-right: 2%;
    padding: 1%;
  }
  section.section-sub .left-panel ul {
    float: left;
    background-color: #eaeaea;
    width: 100%;
  }
  section.section-sub .left-panel ul li {
    float: left;
    width: 100%;
  }
  section.section-sub .left-panel ul li a {
    float: left;
    width: 100%;
    font-size: 3vw;
    padding: 8px 15px;
    transition: all 0.3s ease;
  }
  section.section-sub .left-panel ul li a:hover,
  section.section-sub .left-panel ul li a.active {
    background-color: #cecece;
    color: #333333;
    transition: all 0.3s ease;
  }
  section.section-sub .left-panel ul li ul li a {
    padding: 5px 15px;
    font-size: 3vw;
    color: #747474;
    transition: all 0.3s ease;
  }
  section.section-sub .left-panel ul li ul li a:hover,
  section.section-sub .left-panel ul li ul li a.active {
    background: none;
    color: #333333;
    transition: all 0.3s ease;
  }
  section.section-sub .text-content-section {
    float: left;
    width: 60%;
    padding: 1% 2%;
    min-height: 450px;
  }
  section.section-sub .text-content-section h1.section-main-heading {
    margin-top: 10px;
  }
  section.section-sub .text-content-section ul li {
    background: url(../images/bullet.jpg) no-repeat 0 9px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 23px;
  }
  section.section-sub .gallery-tpl {
    float: left;
    width: 60%;
    padding: 1% 2%;
    min-height: 450px;
  }
  section.section-sub .gallery-tpl h1.section-main-heading {
    margin-top: 10px;
  }
  section.section-sub .gallery-tpl a {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  section.section-sub .gallery-tpl a img {
    float: left;
    width: 100%;
  }
  section.section-sub .gallery-tpl a.last {
    margin-right: 2%;
  }
}
@media (min-width: 981px) and (max-width: 1023px) {
  .alignC,
  .alignCenter {
    width: 100%;
  }
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
  header .logo-holder {
    margin: 10px 0;
    transition: all 0.3s ease;
    width: 80%;
    padding: 2% 0;
  }
  header .logo-holder a img {
    width: 12%;
    margin-left: 37%;
    transition: all 0.3s ease;
  }
  header .logo-holder a span.text-holder {
    padding-top: 1%;
  }
  header .logo-holder a span.name {
    font-size: 14px;
    transition: all 0.3s ease;
    margin-top: 0;
  }
  header .logo-holder a span.text {
    font-size: 9px;
    transition: all 0.3s ease;
    display: none;
  }
  header .menu-holder .menu-icon {
    position: fixed;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    z-index: 999999;
  }
  header .menu-holder .menu-icon .mi-holder {
    float: left;
    width: 20px;
    height: 30px;
    padding: 20px;
    margin-top: 27px;
    margin-left: 28px;
  }
  header .menu-holder .menu-icon .mi-holder span {
    height: 2px;
    width: 20px;
    display: block;
    background: #333;
    cursor: pointer;
    position: absolute;
    top: 48%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }
  header .menu-holder .menu-icon .mi-holder span:before {
    content: "";
    height: 3px;
    width: 30px;
    display: block;
    background: #333;
    right: 0px;
    top: -10px;
    position: absolute;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }
  header .menu-holder .menu-icon .mi-holder span:after {
    content: "";
    height: 3px;
    width: 25px;
    display: block;
    background: #333;
    right: 0px;
    bottom: -10px;
    position: absolute;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }
  header nav.languages-m {
    display: block;
    float: left;
    width: 100%;
    padding: 2% 0 2% 30%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.7);
  }
  header nav.languages-m ul {
    float: left;
  }
  header nav.languages-m ul li {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    position: relative;
  }
  header nav.languages-m ul li ::before {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -10px;
    content: '/';
    font-size: 3vw;
    color: rgba(255, 255, 255, 0.7);
  }
  header nav.languages-m ul li a {
    float: left;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    font-size: 2vw;
    font-family: "Merriweather", serif;
    margin-top: 1px;
  }
  header nav.languages-m ul li a:hover,
  header nav.languages-m ul li a.active {
    color: #ffffff;
    transition: all 0.3s ease;
  }
  header nav.languages-m ul li.first ::before {
    content: '';
  }
  header .main-navigation nav.main-nav {
    float: left;
    width: 100%;
  }
  header .main-navigation nav.main-nav ul {
    float: left;
    width: 100%;
    padding: 2% 0;
  }
  header .main-navigation nav.main-nav ul li {
    float: left;
    width: 100%;
  }
  header .main-navigation nav.main-nav ul li a {
    float: left;
    width: 100%;
    font-size: 3vw;
    padding: 1% 0;
    text-align: center;
  }
  section.pages h1.page-heading {
    font-size: 3vw;
  }
  section.about .home-content p {
    font-size: 2vw;
    line-height: 3vw;
  }
  section.about .home-content a.readmore {
    font-size: 2vw;
    line-height: 3vw;
  }
  section.products {
    margin: 10px 0;
  }
  section.products .m-product-list {
    display: block;
  }
  section.products .d-product-list {
    display: none;
  }
  section.products .m-product-list .prod-row {
    float: left;
    width: 100%;
    margin: 5% 0;
    padding: 0 5%;
  }
  section.products .m-product-list .prod-row article {
    float: left;
    width: 45%;
    margin-right: 5%;
  }
  section.products .m-product-list .prod-row article a .description h1 {
    font-size: 3vw;
  }
  section.products .m-product-list .prod-row article a .description span {
    font-size: 2vw;
  }
  section.products .m-product-list .prod-row article.last {
    margin-right: 5%;
  }
  section.h-projects {
    background-color: #fafafa;
    padding-bottom: 20px;
    padding: 0 5% 5% 5%;
  }
  section.h-projects article {
    float: left;
    width: 45%;
    margin-right: 5%;
  }
  section.h-projects article a h1 {
    font-size: 3vw;
  }
  section.h-projects article.last {
    float: left;
    width: 45%;
    margin-right: 5%;
  }
  footer {
    float: left;
    width: 100%;
    background: #fff;
  }
  footer .supported-by {
    float: left;
    width: 100%;
    border-top: 1px solid #323232;
    padding: 8px 2%;
  }
  footer .supported-by .logos {
    float: left;
    width: 100%;
    padding-left: 25%;
  }
  footer .supported-by .logos a {
    float: left;
    width: 25%;
  }
  footer .supported-by .logos a img {
    float: left;
    width: 100%;
  }
  footer .supported-by p {
    width: 94%;
    margin-left: 3%;
    font-size: 2vw;
  }
  footer .footer-content {
    float: left;
    width: 100%;
    border-top: 1px solid #323232;
    background-color: #f9f9f9;
    padding: 10px 0;
  }
  footer .footer-content nav.footer-nav {
    display: none;
  }
  footer .footer-content .footer-logo-holder {
    display: none;
  }
  footer .footer-content .contact-holder {
    float: right;
    width: 96%;
    margin-top: 5px;
    margin-right: 2%;
  }
  footer .footer-content .contact-holder h1 {
    float: left;
    width: 100%;
    font-size: 3vw;
    font-family: "Merriweather", serif;
    margin-bottom: 10px;
    text-align: center;
  }
  footer .footer-content .contact-holder p {
    float: left;
    width: 100%;
    margin: 2px 0;
    font-size: 2vw;
    line-height: 3vw;
    text-align: center;
  }
  footer .footer-content .contact-holder p a {
    font-size: 2vw;
    line-height: 3vw;
    color: #333;
  }
  section.content {
    float: left;
    width: 100%;
  }
  section.content h1.section-main-heading {
    font-size: 3vw;
    line-height: 4vw;
    margin: 3% 0 3% 0;
  }
  section.content p {
    font-size: 2vw;
    line-height: 3vw;
  }
  section.content p a,
  section.content p span,
  section.content p em,
  section.content p i,
  section.content p b,
  section.content p strong,
  section.content p li {
    font-size: 2vw;
    line-height: 3vw;
  }
  section.content ul li {
    font-size: 3vw;
    line-height: 4vw;
  }
  .list-projects {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 0 3%;
  }
  .list-projects .project-list {
    float: left;
    width: 100%;
    padding: 1% 2%;
  }
  .list-projects .project-list article {
    float: left;
    width: 40%;
    margin-right: 5%;
    margin-bottom: 5%;
  }
  .list-projects .project-list article a h1 {
    font-size: 3vw;
  }
  .list-projects .project-list article.last {
    margin-right: 5%;
  }
  .list-projects .left-panel {
    float: left;
    width: 35%;
    margin-right: 2%;
    padding: 1%;
  }
  .list-projects .left-panel ul {
    float: left;
    background-color: #eaeaea;
    width: 100%;
  }
  .list-projects .left-panel ul li {
    float: left;
    width: 100%;
  }
  .list-projects .left-panel ul li a {
    float: left;
    width: 100%;
    font-size: 2.5vw;
    line-height: 3vw;
    padding: 5px 15px;
    transition: all 0.3s ease;
  }
  .list-projects .left-panel ul li a:hover,
  .list-projects .left-panel ul li a.active {
    background-color: #cecece;
    color: #333333;
    transition: all 0.3s ease;
  }
  .list-projects .left-panel ul li ul li a {
    padding: 5px 15px;
    font-size: 2.5vw;
    color: #747474;
    transition: all 0.3s ease;
  }
  .list-projects .left-panel ul li ul li a:hover,
  .list-projects .left-panel ul li ul li a.active {
    background: none;
    color: #333333;
    transition: all 0.3s ease;
  }
  .list-projects .text-content-project ul li {
    font-size: 2vw;
    line-height: 3vw;
  }
  .list-projects .list-article-project article.list a h1 {
    float: left;
    width: 100%;
    font-size: 3vw;
    font-family: "Merriweather", serif;
    color: #333;
    margin: 2% 0;
    line-height: 4vw;
    transition: all 0.3s ease;
  }
}
/* iPads (landscape) ----------- */
/* iPads (portrait) ----------- */
/*# sourceMappingURL=style.css.map */