<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'dp';
  src: url('../webfonts/dinpro-bold2-webfont.eot');
  src: url('../webfonts/dinpro-bold2-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/dinpro-bold2-webfont.woff') format('woff'), url('../pix/dinpro-bold2-webfont.ttf') format('truetype'), url('../webfonts/dinpro-bold2-webfont.svg#dinprobold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'dp';
  src: url('../webfonts/dinpro-regular2-webfont.eot');
  src: url('../webfonts/dinpro-regular2-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/dinpro-regular2-webfont.woff') format('woff'), url('../pix/dinpro-regular2-webfont.ttf') format('truetype'), url('../webfonts/dinpro-regular2-webfont.svg#dinpro-regularregular') format('svg');
  font-weight: 400;
  font-style: normal;
}


body {
  font-family:dp, Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding-top: 120px;
}

h1, h2, h3 {
  font-family:dp, Arial, Helvetica, sans-serif;
  font-weight: 400;
}

img {
	max-width: 100%;
	height: auto;
}

strong {
  font-family:Roboto Condensed, Arial, Helvetica, sans-serif;
  font-weight: 700;
}

a {
  transition: .2s all;
}
a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.overlay {
  background-color: rgba(72, 81, 91, .8);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 40;
  transition: .3s all;
  opacity: 0;
  visibility: hidden;
}

.pagination {
  display: block;
  text-align: center;
}
.pagination&gt;li {
  display: inline-block;
  text-align: center;
}
.pagination&gt;li&gt;a{
  border: none;
  border-radius: 0;
  color: rgba(0,0,0,.65);
  border-radius: 50%;
}
.pagination&gt;li&gt;a:hover {
  color: rgba(0,0,0,.85);
}
.pagination&gt;li:first-child&gt;a,
.pagination&gt;li:first-child&gt;span {
  border-radius: 0;
  background-color: transparent !important;
}
.pagination&gt;li:last-child&gt;a,
.pagination&gt;li:last-child&gt;span {
  border-radius: 0;
  background-color: transparent !important;
}
.pagination&gt;li.active&gt;a {
  background-color: #c4c6c7;
  font-weight: 700;
}


/* -- Header / Navbar -- */

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  height: 120px;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
  transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
}
.header:before {
  content: "";
  display: inline-block;
  background-color: rgba(72, 81, 91, .8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: .3s all;
  opacity: 0;
  visibility: hidden;
}
.topbar {
  text-align: right;
  padding: 6px 20px 6px 12px;
  padding-bottom: 16px;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
  transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
}
.topbar ul {
  margin: 0;
  margin: 0;
}
.topbar li {
  position: relative;
  padding: 0;
  color: #fff;
}
.topbar li:not(:last-child):after {
  content: 'Â·'; 
}
.topbar a {
  color: rgba(0,0,0,.85);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 8px;
  opacity: .75;
  line-height: 1.1em;
}
.topbar a:hover {
  opacity: 1;
}
.navbar-default {
  background-color:transparent;
  border:0px;
  margin-bottom:0px;
  min-height: 70px;
}
.navbar-default .navbar-nav&gt;li&gt;a,
.navbar-default .navbar-nav&gt;li&gt;a:focus {
  font-size:15px;
  color: rgba(0,0,0,.85);
  line-height: 1em;
  font-weight: 700;
  padding: 15px 15px;
  text-transform: uppercase;
}
.navbar-default .navbar-nav&gt;li&gt;a:hover {
  color: rgba(0,0,0,1);
}
.navbar-default .navbar-nav&gt;li&gt;a.btn-products {
  background-color: rgba(255,255,255,.12);
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
.navbar-default .navbar-nav&gt;li&gt;a.btn-products:hover {
  color: #000;
  border: 1px solid rgba(0,0,0,.2);
}
.btn-products.open,
.btn-products.open:hover,
.btn-products.open:focus {
  border-color: transparent;
  color: #EC1B23;
}
.navbar-default .navbar-nav&gt;.open&gt;a, 
.navbar-default .navbar-nav&gt;.open&gt;a:hover, 
.navbar-default .navbar-nav&gt;.open&gt;a:focus {
  background-color: #fff;
}
.navbar-nav&gt;li.products-drop {
  position: static;
}
.navbar-default .navbar-nav&gt;li&gt;.btn-products.open {
  border-color: transparent !important;
  color: rgba(236,27,35,1) !important;
}

.header .widget.intermedasia_social_icons_widget {
	display: none;
}

.btn-closeside {
  line-height: 1em;
  color: rgba(0,0,0,.45);
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  display: none;
}


.btn-products.open .caret {
  transform: rotate(180deg);
}
.btn-search .sufix {
  width: 13px;
  display: inline-block;
  text-align: right;
}
.btn-search .caret {
  display: inline-block;
}
.btn-search.open .caret {
  transform: rotate(180deg);
  display: none;
}
.btn-search .icon-x {
  display: none;
  position: relative;
  top: 0;
  font-size: .8em;
}
.btn-search.open .icon-x {
  display: inline-block;
}


.products-drop .dropdown-menu &gt; * {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
}
.products-drop .btn-prodgroup {
  border-bottom: 8px solid #eee;
  padding: 8px 5px;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.1em;
  letter-spacing: 2px;
}
.products-drop .btn-prodgroup:hover {
  background-color: transparent;
}
.products-drop .btn-prodgroup .icon-arrow {
  margin-left: 10px;
  font-size: .7em;
}
.productbar {
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 15px;
  width: 100%;
  -webkit-transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);  
  transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  border-bottom: 6px solid rgba(236,27,35,1);
}
.showprods .productbar {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.prodlist {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.prodlist ul {
  padding-bottom: 0;
  padding: 0 20px;
  margin-bottom: 0;
}
.prodlist ul li a {
  display: block;
  text-align: center;
  padding: 10px 12px;
  padding-top: 35px;
  line-height: 1.1em;
  font-size: 1.1em;
  color: #aaa;
  min-height: 180px;
}
.prodlist ul li a:hover {
  color: #222;
}
.prodlist ul li a:hover img {
  transform: translateY(-6px) scale(1.06);
}
.prodlist ul li img {
  display: block;
  width: 90px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
  height: auto;
  transition: all 250ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.prodlist .withstatnav.owl-theme .owl-controls {
  margin-top: -23px;
}
.prodlist .withstatnav.owl-theme .owl-controls .owl-buttons div {
  width: 46px;
  height: 46px;
  line-height: 44px;
  font-size: 1em;
  color: rgba(255,255,255,.55);
}
.prodlist .withstatnav.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -15px;
}
.prodlist .withstatnav.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  left: -5px;
}
.prodlist .withstatnav.owl-theme .owl-controls .owl-buttons .owl-prev .icon-arrow {
  margin-left: 5px;
}
.prodlist .withstatnav.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -15px;
}
.prodlist .withstatnav.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  right: -5px;
}
.prodlist .withstatnav.owl-theme .owl-controls .owl-buttons .owl-next .icon-arrow {
  margin-right: 5px;
}
.productbar .btn-explorecatalog {
  font-size: 16px;
}

/* single project page slider styles */
.product-hero-gallery {
  margin-bottom: 30px;
}
.product-hero-gallery .owl-controls {
  margin-top: 3px !important;
}
.product-hero-gallery .slide &gt; img {
  width: 100%;
  height: auto;
}
.product-hero-gallery .item-link {
  padding: 2px;
  transition: .2s all;
  opacity: .8;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.product-hero-gallery .item-link:hover {
  opacity: 1;
}
.product-hero-gallery .active .item-link {
  opacity: 1;
  border-bottom-color: #3FA9E2;
}
.product-hero-gallery .item-link &gt; img {
  width: 80px;
  height: auto;
}
.product-hero-gallery .owl-page span {
  display: none !important;
}
.product-hero-gallery .owl-buttons {
  transition: .2s all;
  opacity: 0;
  position: static;
}
.product-hero-gallery:hover .owl-buttons {
  opacity: 1;
}
.product-hero-gallery .owl-prev,
.product-hero-gallery .owl-next {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  transition: .2s all;
  position: absolute;
  top: 40%;
}
.product-hero-gallery .owl-prev {
  left: 0;
}
.product-hero-gallery .owl-next {
  left: auto;
  right: 0;
}
.product-hero-gallery .owl-prev i {
  display: inline-block;
  transform: rotate(180deg);
}
.product-hero-gallery .owl-pages-prev,
.product-hero-gallery .owl-pages-next {
  display: none !important;
}
.slide .thumbnail-content {
  display: none;
}


.color1 .btn-prodgroup {
  color: #2E94C8;
  border-bottom-color: #2E94C8;
}
.color2 .btn-prodgroup {
  color: #F4811E;
  border-bottom-color: #F4811E;
}
.color3 .btn-prodgroup {
  color: #EC1B23;
  border-bottom-color: #EC1B23;
}


.bars {
  position: relative;
}
.searchbar {
  top: 15px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);  
  transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  border-bottom: 6px solid rgba(46,148,200,1);
}
.showsearch .searchbar {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.searchbar .inner {
  padding: 8px 0;
}
.form-withbtn {
  position: relative;
  margin-bottom: 0;
}
.form-withbtn .btn {
  position: absolute;
  right: 3px;
  top: 2px;
  min-width: 100px;
  padding: 12px 25px;
}
.form-search.form-withbtn .btn {
  padding: 10px 25px;
  right: 5px;
  top: 4px;
}
.form.form-search .form-control {
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 50px;
}
.ordelimit {
  font-size: 12px;
  text-align: center;
  height: 7px;
  border-bottom: 1px solid rgba(0,0,0,.05);
  max-width: 600px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 32px;
  color: rgba(0,0,0,.45);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ordelimit span {
  background-color: #fff;
  padding: 0 10px;
}


.navbar-form {
  margin: 0;
  padding: 0;
  min-height: 70px;
  padding-top: 15px;
  border-left: 1px solid #eee;
  padding-left: 30px;
  margin-left: 30px;
}
.navbar-form .form-group {
  position: relative;
}
.navbar-form .form-group:before {
  font-family: 'icomoon';
  content: "\e608";
  position: absolute;
  color: #ccc;
  font-size: 14px;
  left: 15px;
  top: 10px;
}
.navbar-form .form-control {
  font-size: 16px;
  height: 38px;
  border-radius: 3px;
  box-shadow: none;
  padding-left: 50px;
  min-width: 360px;
  border-color: #fff;
}
.navbar-form .form-control:focus {
  border-color: #eee;
  background-color: #f5f5f5;
}

.btn-mobilemenu {
  text-align: center;
  font-size: 10px !important;
  padding: 12px 10px;
}
.btn-mobilemenu .bar {
  display: block;
  background-color:#444;
  width: 28px;
  height: 3px;
  margin-bottom: 4px;
}
.btn-mobilemenu .bar-last {
  margin-bottom: 1px;
}
.btn-mobilemenu .title {
  display: none;
}

.navbar-default .navbar-collapse {
  border:0px;
}
.navbar-collapse .navbar-nav&gt;li&gt;a.btn-primary {
  padding:4px 10px;
}

.navbar-brand {
  padding-top: 6px;
}
.navbar-brand img {
  width: 280px;
  height: auto;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
  transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
}
.navbar-default .navbar-nav&gt;li&gt;a.btn-login {
  color: #fff;
  background-color: #434A54;
  padding: 8px 20px;
  font-size: 14px;
  margin-top: 15px;
}
.navbar-default .navbar-nav&gt;li&gt;a.btn-login:hover {
  color: #fff;
  background-color: #46CAAA;
}

.searchprod-drop {
  width: 400px;
  padding: 18px 20px;
}
.searchprod-drop .head {
  text-transform: uppercase;
  font-size: .85em;
  letter-spacing: 1px;
}
.list-search {
  margin: 0;
}
.list-search li a {
  display: block;
  color: rgba(0,0,0,.85);
  font-weight: 700;
  padding: 8px 10px;
  border-top: 1px solid rgba(0,0,0,.1);
  line-height: 1.1em;
  position: relative;
  overflow: hidden;
}
.list-search li a:hover {
  background-color: rgba(0,0,0,.06);
  color: #000;
}
.list-search li a:after {
  content: "\e900"; 
  font-family: "icomoon";
  color: rgba(0,0,0,.65);
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: .7em;
  transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.list-search li a:hover:after {
  right: 8px;
}

.search-msg {
	display: none;
	margin-top: 45px;
	font-size: 1.3em;
	text-align: center;
}

.search-msg.no-results {
	display: block;
}



/* -- Buttons -- */

.btn {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 12px 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1em;
  transition: .2s all;
  border-radius: 30px;
  border: none;
}
.withbackicon [class^="icon-"] {
  margin-left: 18px;
  margin-right: 0;
  transition: margin 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.btn.withbackicon:hover [class^="icon-"] {
  margin-right: -4px;
  margin-left: 22px;
}

.btn-primary {
  background-color: #48515B;
  font-weight: 700;
}
.btn-primary:hover {
  background-color: #3FA9E2;
}
.btn-default {
  color: #48515B;
  background-color: #E9EBED;
}
.btn-default:hover {
  background-color: #48515B;
  color: #fff;
}

.btn-white {
  color: #48515B;
  background-color: #fff;
}
.btn-white:hover {
  background-color: #48515B;
  color: #fff;
}

.btn-orange {
  background-color: #F4811E;
  color: #fff;
}
.btn-orange:hover {
  background-color: #F5963F;
  color: #fff;
}

.btn-orange:focus {
    color: #fff;
    outline: none;
}

.btn-large {
  font-size: 18px;
  padding: 20px 45px;
}

.btn-outline {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}
.btn-outline:hover {
  background-color: rgba(0,0,0,.1);
  color: #222;
}


/* -- Promo section -- */
.toppromo {
  overflow: hidden;
}
.toppromo .slide img {
  width: 100%;
  height: auto;
}

.toppromo .promo-slider .imgbox {
    background-position: center center;
    background-size: cover;
    padding-top: 38.75%;
    position: relative;
}

.toppromo .imgbox-mobile-only {
	display: none;
}

.withstatnav.owl-theme .owl-controls,
.slidenav {
  position: absolute; 
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -60px;
}
.withstatnav.owl-theme .owl-controls .owl-buttons div,
.btn-slidenav {
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 1.6em;
  border-radius: 50%;
  transition: .2s ease-out;
  background-color:rgba(0,0,0,0.12);
  color: rgba(255,255,255,.45);
  opacity: 1;
  margin: 0;
  display: inline-block;
  text-align: center;
}
.btn-slidenav {
  position: absolute;
  top: 50%;  
  margin-top: -60px;
  z-index: 5;
}
.btn-slidenav .prevnextmsg {
  font-size: 13px;
  position: absolute;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.1);
  color: #222;
  line-height: 1.1em;
  padding: 6px 12px;
  white-space: nowrap;
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.btn-slidenavprev .prevnextmsg {
  left: 35%;
  top: 0;
  opacity: 0;
  transform: scale(.5);
}
.btn-slidenavprev:hover .prevnextmsg {
  left: 38%;
  top: -8px;
  transform: scale(1);
  opacity: 1;
}

.btn-slidenavnext .prevnextmsg {
  right: 35%;
  top: 0;
  opacity: 0;
  transform: scale(.5);
}
.btn-slidenavnext:hover .prevnextmsg {
  right: 38%;
  top: -8px;
  transform: scale(1);
  opacity: 1;
}


.withstatnav.owl-theme .owl-controls .owl-buttons div:hover,
.btn-slidenav:hover {
  background-color:rgba(0,0,0,0.35);
  color: rgba(255,255,255,1);
}
.withstatnav.owl-theme .owl-controls .owl-buttons .owl-prev,
.btn-slidenavprev {
  position: absolute;
  left: -30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.withstatnav.owl-theme .owl-controls .owl-buttons .owl-prev .icon-arrow,
.btn-slidenavprev .icon-arrow {
  display: inline-block;
  transform: rotate(180deg);
  margin-left: 15px;
}
.withstatnav.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.btn-slidenavprev:hover {
  left: -20px;
}
.project-gallery .withstatnav.owl-theme .owl-controls .owl-buttons .owl-prev,
.project-gallery .withstatnav.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
	left: 5px;
    padding: 2px 3px 0 0px;
}
.project-gallery .withstatnav.owl-theme .owl-controls .owl-buttons .owl-prev .icon-arrow {
	margin-left: 0;
}
.project-gallery .withstatnav.owl-theme .owl-controls .owl-buttons div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #869791;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}
.project-gallery .withstatnav.owl-theme .owl-controls .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.withstatnav.owl-theme .owl-controls .owl-buttons .owl-next,
.btn-slidenavnext {
  position: absolute;
  right: -30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.withstatnav.owl-theme .owl-controls .owl-buttons .owl-next:hover,
.btn-slidenavnext:hover {
  right: -20px;
}
.withstatnav.owl-theme .owl-controls .owl-buttons .owl-next .icon-arrow,
.btn-slidenavnext .icon-arrow {
  margin-right: 15px;
}
.project-gallery .withstatnav.owl-theme .owl-controls .owl-buttons .owl-next,
.project-gallery .withstatnav.owl-theme .owl-controls .owl-buttons .owl-next:hover {
	right: 5px;
    padding: 2px 0px 0 3px;
}
.project-gallery .withstatnav.owl-theme .owl-controls .owl-buttons .owl-next .icon-arrow {
	margin-right: 0;
}
.project-gallery .withstatnav.owl-theme .owl-controls {
    margin-top: -20px;
}

.message {
  position: relative;
  z-index: 5;
  padding-top: 95px;
  width: 50%;
}
.message h1 {
  font-size: 56px;
  color:#111;
  margin:0px;
  margin-bottom: 15px;
  line-height:.9em;
}
.message .intro {
  font-size: 22px;
  color: #111;
  margin-bottom: 20px;
}
.message .small {
  font-size: 15px;
  opacity: .7;
  margin-top: 8px;
}

.list-newstabs {
  display: flex;
  margin-top: -70px;
  position: relative;
  z-index: 5;
}
.list-newstabs:hover &gt; li:not(:hover) a {
  opacity: .6;
}
.list-newstabs &gt; li {
  flex: 1;
  padding: 0 1px;
  position: relative;
}
.list-newstabs &gt; li &gt; a {
  display: block;
  font-size: 1.3em;
  color: #fff;
  padding: 18px 24px;
  padding-bottom: 0;
  height: 70px;
  line-height: 1em;
  position: relative;
}
.list-newstabs &gt; li &gt; a &gt; span {
	width: 75%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.list-newstabs &gt; li &gt; a &gt; span &gt; img {
    max-width: 30px;
    vertical-align: top;
    margin-right: 3px;
    margin-bottom: 3px;
}
.list-newstabs &gt; li &gt; a &gt; .icon-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: .7em;
}
.popnews {
  position: absolute;
  bottom: 70px;
  width: 200%;
  color: #fff;
  padding: 25px 24px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 350ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
.list-newstabs &gt; li:hover .popnews {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.list-newstabs &gt; li:last-child .popnews {
  right: 0;
}
.popnews .imgbox {
  float: right;
  margin-left: 15px;
  width: 150px;
}
.popnews .imgbox img {
  width: 100%;
  height: auto;
}
.popnews .title {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.popnews .btn-outline {
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
}
.popnews .btn-outline:hover,
.list-newstabs .popnews .btn-outline:hover {
  box-shadow: none;
  background-color: #fff;
  color: #48515B;
}


.page-template-page-blank section.block {
    padding: 0;
}
.container.blankpage {
    width: 100%;
    padding: 0;
}
.blankpage .col-md-12 {
    padding: 0;
}
.blankpage .col-md-12 {
    padding: 0;
}

/* -- Section Blocks -- */
.block {
  padding: 70px 0;
}
.notoppadding {
    padding-top: 0 !important;
}
.block.grey {
  background-color: #EDEFF1;
}
.block.dkgrey {
  background-color: #dadfe4;
  background-color: #48515B;
}
.block.dkgrey .secthead {
  color: #fff;
}

.secthead, .widget_recent_viewed_posts .widgettitle {
  text-align: center;
  color: #48515B;
  font-size: 2.6em;
  font-weight: 300;
  line-height: 1em;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 45px;
  letter-spacing: -1px;
}
.sectsubhead {
    text-align: left;
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
        margin-bottom: 0px;
    margin-bottom: 10px;
}
.contacts {
    max-width: 240px;
    margin: 0 auto;
	text-align: left; 
}
.dkgrey .about p {
    color: #fff;
}
.contacts .distancer {
    height: 12px;
}
.contacts .btn-text {
    color: #fff;
}
.contacts .btn-outline {
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
    text-transform: none;
    letter-spacing: 0;
    max-width: 190px;
}
.contacts .btn-outline:hover {
    background-color: #fff;
    box-shadow: none;
    color: #48515B;
}
.contacts .withicon {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}
.block h3 {
  font-size: 1.875em;
  color: #48515B;
  letter-spacing: -1px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.block .intro {
  text-align: center;
  font-size: 1.1em;
}
.block .secthead + .intro {
  margin-top: -25px;
  margin-bottom: 15px;
}
.block .intro a {
  color: rgba(0,0,0,.55);
}
.block .intro a .icon-arrow {
  margin-left: 6px;
  font-size: .8em;
}
.block .intro a:hover {
  color: rgba(0,0,0,.85);
}

.list-prods li {
  padding: 0 5px;
  vertical-align: top;
}
.list-prods li:first-child {
  padding: 0 5px;
}
.list-prods p {
  font-size: 18px;
  color:rgba(87,88,89,0.5);
}
.list-prods .branding {
  padding: 10px 0;
}
.list-prods .branding img {
  width: 260px;
  height: auto;
}
.list-prods .imgbox {
  background-color: #EDEFF1;
  display: block;
  position: relative;
  padding-top: 59.9476%;
  margin-top: 30px;
}
.list-prods .imgbox img {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  top: -30px;
}

.list-prodgroups li {
  width: 25%;
  margin-right: -4px;
  position: relative;
  vertical-align: top;
}
.list-lastviewed li {
  width: auto !important;
}
.recentviewed_post {
    padding: 0;
    margin-left: -1%;
}
.recentviewed_post::after {
    content: "";
    display: block;
    clear: both;
}
.recentviewed_post li {
    width: 23%;
    float: left;
    clear: none;
    margin: 0 1% 40px 1%;
}
/*.recentviewed_post li:nth-child(4n) {
    margin-right: 0;
}*/
.recentviewed_post li:nth-child(4n+1) {
    clear: left;
}
.recentviewed_post li .recentviewed_left {
    width: 100% !important;
    height: auto !important;
    float: none;
    margin-right: 0;
    display: block;
}
.list-prodgroups li .btn-default {
  display: none;
}
.list-prodgroups .imgbox img {
  top: -20px;
}
.list-prodgroups .branding img {
  width: 80%;
}
.list-prodgroups p {
  font-size: 1em;
  line-height: 1.3em;
}
.list-prodgroups .title,
.recentviewed_post li .recentviewed_right {
  font-size: 1.5em;
  color: #222;
  margin-top: 8px;
  letter-spacing: -.04em;
  line-height: 1.2em;
}
.recentviewed_post li .recentviewed_right a {
    color: #222;
}
.list-prodgroups .desc {
  display: none;
}
.list-prodgroups.color1 li:hover .imgbox {
  background-color: #F4811E;
}
.list-prodgroups.colorbrand li:hover .imgbox {
  background-color: #D2232A;
}
.list-prodgroups li:hover .prodexplore {
  background-color: rgba(255,255,255,.8);
  border-color: transparent;
  bottom: 15px;
  right: 15px;
}
.list-prodgroups li:hover .prodexplore span {
  display: inline-block;
}
.list-prodgroups li:hover .newbox {
  opacity: 0;
}
.list-prodgroups li:hover .newpic {
  opacity: 0;
  top: 10px;
}

.list-prodindex li:first-child {
  padding-left: 5px;
}
.list-prodindex li {
  border-bottom: 8px solid #EDEFF1;
  width: calc(31% - 4px);
  margin: 10px 1%;
  transition: .3s border-bottom-color;
}
.list-prodindex li:hover .prodexplore {
  right: 0;
  bottom: -35px;
}

.list-prodindex li.color1bg:hover {
  border-bottom-color: #F4811E;
}
.list-prodindex li.color2bg:hover {
  border-bottom-color: #2e94c8;
}
.list-prodindex li.color3bg:hover {
  border-bottom-color: #ec1b23;
}

.list-prodindex li.color5bg:hover {
  border-bottom-color: #742DCA;
}
.list-prodindex li.color6bg:hover {
  border-bottom-color: #F4386E;
}
.list-prodindex li.color7bg:hover {
  border-bottom-color: #00A1AB;
}

.list-prodindex li.color1bg:hover .prodexplore {
  background-color: #F4811E;
  color: #fff;
}
.list-prodindex li.color2bg:hover .prodexplore {
  background-color: #2e94c8;
  color: #fff;
}
.list-prodindex li.color3bg:hover .prodexplore {
  background-color: #ec1b23;
  color: #fff;
}
.list-prodindex li.color5bg:hover .prodexplore {
  background-color: #742DCA;
  color: #fff;
}
.list-prodindex li.color6bg:hover .prodexplore {
  background-color: #F4386E;
  color: #fff;
}
.list-prodindex li.color7bg:hover .prodexplore {
  background-color: #00A1AB;
  color: #fff;
}


.list-prodindex {
  margin-top: -35px;
}
.list-prodindex .imgbox {
  padding-top: 81.16%;
  background-color: transparent;
}
.list-prodindex .title {
  text-align: center;
}
.list-prodindex .prodexplore {
  right: 0;
  bottom: -35px;
}
.list-prodindex .prodexplore span {
  display: none !important;
}



.prodexplore {
  display: inline-block;
  border: 1px solid rgba(0,0,0,.15);
  padding: 8px 12px;
  border-radius: 18px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  visibility: visible;
  z-index: 5;
  color: #444;
  transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  font-size: 12px;
}
.prodexplore span {
  display: none;
  margin-right: 7px;
}
.prodexplore .icon-arrow {
  font-size: .85em;
}
.new .newpic {
  display: block;
}
/*.term-new-items .new .newpic {
    display: none;
}*/
.newpic {
  width: 80px;
  position: absolute;
  right: 10px;
  top: 48px;
  z-index: 5;
  transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.newpic img {
  width: 100%;
  height: auto;
}
.echo-friendly-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 6;
  width: 20px;
}
.newbox {
  display: none;
  width: 84px;
  height: 84px;
  background-color: #F4811E;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  padding-top: 25px;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 5;
  transition: all 250ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.newbox p {
  margin: 0;
  line-height: 1.1em;
  font-weight: 700;
  color: #fff;
}
.newbox .small {
  position: relative;
  font-size: .7em;
}
.newbox .small:before {
  content: "";
  display:table;
  margin: 3px auto;
  line-height: 1em;
  width: 22px;
  height: 2px;
  background-color: #fff;
}
hr.wide {
  margin: 45px 0;
}


.list-grouppromos {
  margin: 0 -10px;
  margin-top: 35px;
}
.list-grouppromos &gt; li {
  margin-bottom: 20px;
  display: flex;
}
.list-grouppromos &gt; li &gt; * {
  flex: 1;
  margin: 0 10px;
}
.list-grouppromos &gt; li &gt; .image {
  overflow: hidden;
}
.list-grouppromos &gt; li &gt; .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 650ms cubic-bezier(0.375, 0.855, 0.355, 1.000);  
  transition: all 650ms cubic-bezier(0.375, 0.855, 0.355, 1.000);
}
.list-grouppromos &gt; li:hover &gt; .image img {
  transform: scale3d(1.05, 1.05, 1.05);
}
.list-grouppromos &gt; li:hover .groupcontent {
  background-color: #F1F2EE;
}
.list-grouppromos &gt; li &gt; .groupcontent {
  background-color: #ECEDE7;
  text-align: center;
  transition: .65s ease-out;
}
.list-grouppromos &gt; li &gt; .groupcontent p {
  margin: 0;
  line-height: 1.2em;
}
.list-grouppromos .grouphead {
  display: block;
  padding: 14px 12px;
  background-color: rgba(0,0,0,.25);
  color: #fff;
  font-size: 1.6em;
  font-weight: 700;
}
.list-grouppromos .groupbody {
  padding: 25px;
  padding-bottom: 8px;
}
.list-grouppromos &gt; li &gt; .groupcontent .grouppromo {
  padding: 0;
  font-size: 1.3em;
  max-width: 420px;
  margin: 0 auto;
  letter-spacing: -.03em;
}
.list-grouppromos .groupfoot {
  padding: 8px 12px;
}
.list-grouppromos .groupfoot a {
  font-weight: 700;
  display: block;
  padding: 6px 0;
  color: rgba(0,0,0,.65);
  line-height: 1em;
}
.list-grouppromos .groupfoot a:hover .icon-arrow {
  margin-right: 0;
  margin-left: 10px;
}
.list-grouppromos .groupfoot a .icon-arrow {
  font-size: .7em;
  margin-left: 7px;
  margin-right: 3px;
  transition: .3s ease-out;
  position: relative;
  top: -1px;
}

.list-grouppromos &gt; li:nth-child(even) .groupcontent {
  order: 0;
}
.list-grouppromos &gt; li:nth-child(even) .image {
  order: 1;
}
.btn-explorecatalog {
  display: block;
  padding: 15px 12px;
  text-align: center;
  font-size: 2em;
  color: rgba(0,0,0,.45);
}
.btn-explorecatalog:hover {
  color: rgba(0,0,0,.85);
}
.btn-explorecatalog:hover .icon-arrow {
  margin-right: 0;
  margin-left: 14px;
}
.btn-explorecatalog .icon-arrow {
  margin-left: 8px;
  margin-right: 6px;
  transition: .3s ease-out;
  font-size: .7em;
}
.btn-exploreworks {
  margin-top: 16px;
}


/* -- Product Colors -- */

.list-prods .color1 .imgbox {
  background-color: #F4811E;
}
.list-prods .color2 .imgbox {
  background-color: #2E94C8;
}
.list-prods .color3 .imgbox {
  background-color: #EC1B23;
}

.list-prodgroups .popblock:hover .btn .icon-arrow {
  margin-right: -4px;
  margin-left: 22px;
}
.list-prodgroups .color1:hover .btn {
  background-color: #F4811E;
  color: #fff;
}
.list-prodgroups .color2:hover .btn {
  background-color: #2E94C8;
  color: #fff;
}
.list-prodgroups .color3:hover .btn {
  background-color: #EC1B23;
  color: #fff;
}


/*.list-how .color1 .popout,
.list-how .color1 .circle {
  background-color: #F4811E;
  color: #fff;
}
.list-how .color2 .popout,
.list-how .color2 .circle {
  background-color: #2E94C8;
  color: #fff;
}
.list-how .color3 .popout,
.list-how .color3 .circle {
  background-color: #EC1B23;
  color: #fff;
}
.list-how .color4 .popout,
.list-how .color4 .circle {
  background-color: #00AE4C;
  color: #fff;
}
.list-how .color5 .popout,
.list-how .color5 .circle {
  background-color: #763AC0;
  color: #fff;
}*/

.list-how .popout,
.list-how .circle {
  color: #fff;
}

/*.list-newstabs &gt; li.color3 a {
  background-color:rgba(236,27,35,0.85);
}
.list-newstabs &gt; li.color3 a:hover,
.list-newstabs &gt; li.color3:hover a {
  background-color:rgba(236,27,35,1);
}
.list-newstabs &gt; li.color4 a {
  background-color:rgba(0,174,76,0.85);
}
.list-newstabs &gt; li.color4 a:hover,
.list-newstabs &gt; li.color4:hover a {
  background-color:rgba(0,174,76,1);
}
.list-newstabs &gt; li.color2 a {
  background-color:rgba(46,148,200,0.85);
}
.list-newstabs &gt; li.color2 a:hover,
.list-newstabs &gt; li.color2:hover a {
  background-color:rgba(46,148,200,1);
}
.list-newstabs &gt; li.color5 a {
  background-color:rgba(116,45,202,0.85);
}
.list-newstabs &gt; li.color5 a:hover,
.list-newstabs &gt; li.color5:hover a {
  background-color:rgba(116,45,202,1);
}
.list-newstabs &gt; li.color1 a {
  background-color:rgba(244,129,30,0.85);
}
.list-newstabs &gt; li.color1 a:hover,
.list-newstabs &gt; li.color1:hover a {
  background-color:rgba(244,129,30,1);
}


.color3 .popnews {
  background-color: rgba(236,27,35,1);
}
.color4 .popnews {
  background-color: rgba(0,174,76,1);
}
.color2 .popnews {
  background-color: rgba(46,148,200,1);
}
.color5 .popnews {
  background-color: rgba(116,45,202,1);
}
.color1 .popnews {
  background-color: rgba(244,129,30,1);
}*/


.color1 .grouphead {
  background-color: rgba(244,129,30,1);
}
.color1 .grouppromo {
  color: rgba(244,129,30,1);
}
.color1 .groupfoot a:hover {
  color: rgba(244,129,30,1);
}

.color2 .grouphead {
  background-color: rgba(46,148,200,1);
}
.color2 .grouppromo {
  color: rgba(46,148,200,1);
}
.color2 .groupfoot a:hover {
  color: rgba(46,148,200,1);
}

.color3 .grouphead {
  background-color: rgba(236,27,35,1);
}
.color3 .grouppromo {
  color: rgba(236,27,35,1);
}
.color3 .groupfoot a:hover {
  color: rgba(236,27,35,1);
}

.color5 .grouphead {
  background-color: #742DCA;
}
.color5 .grouppromo {
  color: #742DCA;
}
.color5 .groupfoot a:hover {
  color: #742DCA;
}

.color6 .grouphead {
  background-color: #F4386E;
}
.color6 .grouppromo {
  color: #F4386E;
}
.color6 .groupfoot a:hover {
  color: #F4386E;
}

.color7 .grouphead {
  background-color: #00A1AB;
}
.color7 .grouppromo {
  color: #00A1AB;
}
.color7 .groupfoot a:hover {
  color: #00A1AB;
}

.color8 .grouphead {
  background-color: #dbdd00;
}
.color8 .grouppromo {
  color: #555;
}
.color8 .groupfoot a:hover {
  color: #dbdd00;
}





/* How Our Products Work */

.block-how {
  background-image: url(../img/block-how-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 105px;
}
.block-how .secthead {
  color: #fff;
}
.list-popblocks &gt; li {
  padding: 25px 0;
  position: relative;
  /*width: 16.66666%;*/ /* for 6 */
  width: 14.637%; /* for 7 */
  margin-right: -4px;
  vertical-align: top;
  transition: all 350ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
/*.list-popblocks:hover &gt; li {
  width: 15%;
}*/
.list-popblocks:hover &gt; li {
    width: 12.85%;
}
.list-popblocks:hover &gt; li:hover {
  width: 25%;
}
.list-popblocks .popblock &gt; a {
  display: block;
  align-items: center;
  background-color: #fff;
  padding: 15px;
  min-height: 210px;
  color: #48515B;
  font-size: 1.425em;
  line-height: 1.1em;
  margin: 0 5px;
}
.list-popblocks p {
  margin: 0;
}
.list-popblocks .block-icon,
.list-popblocks .circle {
  margin-bottom: 8px;
}
.list-popblocks .popout {
  position: absolute;
  background-color: #E9EBED;
  padding: 25px 30px;
  padding: 0;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all 350ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
  overflow: hidden;
}
.list-popblocks .popout a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-style: double;
}
.list-popblocks .popout img {
  margin-bottom: 8px;
  width: 100%;
  height: auto;
}
.list-popblocks .popblock:hover .popout {
  opacity: 1;
  visibility: visible;
  top: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  padding: 25px 30px;
}



.list-prodgroups .imgbox,
.list-works .imgbox {
  transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
  margin-top: 45px;
}
.list-prodgroups .popblock:hover .imgbox,
.list-works .popblock:hover .imgbox {
  box-shadow: inset 0 0 0 5px #fff;
}
.list-prodgroups .popblock .imgbox img,
.list-works .popblock .imgbox img {
  transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.list-prodgroups .popblock:hover .imgbox img {
  margin-top: -20px;
}

.list-works .no-effect .imgbox {
    padding: 0;
}

.list-works .no-effect .imgbox img {
	position:relative;
	top:auto;
}

.list-works .popblock.no-effect:hover .imgbox img {
  margin-top: 0;
}


.list-how {
  margin-top: -20px;
  margin-bottom: -60px;
}
.list-how .circle {
  font-size: 40px;
}
.list-how .popblock {
  padding-top: 60px;
  padding-bottom: 0;
}
.list-how .popout img,
.list-how .popout p {
  transform: translateY(20px);
  transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000) .3s;
}
.list-how .popout p {
  transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s;
}
.list-how .popblock:hover .popout img,
.list-how .popblock:hover .popout p {
  transform: translateY(0);
}
.circle {
  width: 75px;
  height: 75px;
  line-height: 80px;
  border-radius: 100px;
  background-color: #E9EBED;
  color: #fff;
  text-align: center;
}



.block-find {
  background-color: #48515B;
  background-image: url(../img/block-find-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.block-find .secthead {
  color: #fff;
}

.list-find {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}
.list-find li.popblock {
  flex: 1;
}
.list-find li.popblock &gt; a {
  display: block;
}
.list-find .popout li a {
  display: block;
  font-size: 1.1em;
  padding: 8px 14px;
  color: #48515B;
  position: relative;
  overflow: hidden;
}
.list-find .popout li a:hover {
  background-color: #E9EBED;
}
.list-find .popout li &gt; a:after {
  content: "\e900"; 
  font-family: "icomoon";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: .7em;
  transition: all 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.list-find .popout li &gt; a:hover:after {
  right: 10px;
}
.list-find .popout {
  background-color: #fff;
}
.list-find .icon-expand {
  float: right;
  margin-top: -23px;
}

.list-works &gt; li {
  width: 25%;
  margin-right: -4px;
  margin-left: 0 !important;
}
.list-works.three &gt; li {
  width: 33.33333%;
}
.list-works .title {
  font-size: 1.7em;
  color: #48515B;
  margin: 8px 0;
  margin-bottom: 8px;
  padding-right: 15px;
  letter-spacing: -1px;
  line-height: 1.1em;
}
.list-works .title a {
  color: #48515B;
}
.list-works .branding {
  background-color: #EDEFF1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.list-works .branding img {
  width: 160px;
}

.list-works .imgbox {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.list-works .imgbox img {
  top: -10px;
}
.list-works .popblock:hover .imgbox {
  box-shadow: inset 0 0 0 5px #EDEFF1;
}
.list-works .popblock:hover .imgbox img {
  top: -15px;
}
.list-works li.dark .imgbox {
  background-color: #48515B;
}
.list-works .client {
  background-color: rgba(255,255,255,.8);
  border: 6px solid #fff;
  z-index: 5;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .2s all;
}
.list-works .client img {
  position: static;
  max-width: 65%;
  width: auto;
  height: auto;
  transform: scale(1);
  transition-delay: .1s;
}
.list-works li:hover .client {
  opacity: 0;
}
.list-works li:hover .client img {
  transform: scale(.8) translateY(-10px);
}
.list-works li:hover .imgbox &gt; img {
  opacity: 1;
}
.list-works li.new {
  position: relative;
}
.list-works li.new:before {
  background: url(https://www.intermedasia.com/wp-content/themes/intermedasia/img/new-Label.png) no-repeat;
  content: "";
  position: absolute;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  padding: 3px 8px;
  /*left: -3px;
  top: 55px;
  background-color: #EC1B23; */
  left: -10px;
  top: 41px;
  width: 80px;
  height: 49px;
  z-index: 15;
  transition: all 200ms;
}
.list-works li:hover::before {
    top: 0px;
    opacity: 0;
}
.list-works .desc {
	display: none;
    padding-right: 15px;
}
.list-works .desc p {
    font-size: 1.15em;
}


/* -- Filters -- */

.panel-filters {
  width: 33.3333%;
  padding-right: 25px;
  float: left;
  transition: left 400ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.filters {
  background-color: #fff;
  margin-bottom: 35px; 
  border: 2px solid rgba(0,0,0,.1);
}
.filters .filters-head {
  font-weight: 700;
  font-size: 14px;
  padding: 12px 15px;
  position: relative; }
.filters .filters-head .btn-close {
  position: absolute;
  right: 8px;
  top: 5px;
  z-index: 5;
  display: none; 
  color: rgba(0,0,0,.45);
  display: inline-block;
  font-size: 13px;
  padding: 8px 12px;
}
.filters .form-group {
  border-top: 1px solid #F2F5F7;
  padding: 12px 15px;
  margin: 0; }
.filters .form .form-control {
  font-size: 14px;
  height: 36px; }
.filters .form-group &gt; label {
  font-size: 12px;
  letter-spacing: .05em;
  opacity: .65;
  margin-top: 0; }
.filters .form-collapsible &gt; label {
  display: block;
  margin-bottom: 0;
  opacity: 1; }
.filters .form-collapsible .first {
  padding-top: 12px; 
}
.btn-filtergroup {
  color: rgba(56, 69, 75, 0.65);
  position: relative;
  display: block; 
}
.btn-filtergroup:hover {
  color: #38454b; 
}
.btn-filtergroupx:after {
  content: "\e90a";
  font-family: "icomoon";
  float: right;
  font-size: .8em; 
}
.btn-filtergroupx.collapsed:after {
  content: "\e910"; 
}

.btn-showfilters {
  display: none;
  width: 56px;
  height: 56px;
  line-height: 60px;
  background-color: #F4811E;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 12px;
  left: 12px;
  z-index: 10;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 20px; 
}
.list-filters {
  margin: 0; 
}
.list-filters .label {
  float: right;
  color: rgba(42, 42, 42, 0.35);
  padding: 0;
  margin-top: 5px; 
}
.list-filters &gt; li &gt; a {
  display: block;
  position: relative;
  padding: 2px 0;
  padding-left: 25px;
  font-size: 14px;
  color: #38454B; 
}
.list-filters .checkcircle {
  position: absolute;
  left: 0;
  top: 3px; 
}
.list-filters .selected .label {
  color: #2e94c8; 
}
.list-filters .selected {
  font-weight: 700; }

.list-filters a:hover .checkcircle {
  border-color: rgba(0, 0, 0, 0.4); 
}

.list-filters a.selected:hover .checkcircle {
  border-color: transparent !important; 
}

.btn-applyfilters {
  box-shadow: inset 0 0 0 2px #428bca;
}
.btn-applyfilters:hover {
  background-color: #428bca;
  color: #fff;
}
.btn-clearfilters {
  text-align: center;
  padding-top: 4px;
}

.btn-showallfilters {
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 10px; 
}
.btn-showallfilters:hover {
  color: #38454B;
  border-bottom-color: rgba(0, 0, 0, 0.1); 
}
.btn-showallfilters .icon-plus {
  font-size: .75em;
  margin-right: 6px; 
}

/* Circular checkbox */
.checkcircle {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.25);
  font-size: 10px;
  transition: .2s all;
  overflow: hidden; 
}

.checkcircle:before {
  content: "\e917";
  font-family: "icomoon";
  position: absolute;
  height: 100%;
  top: -100%;
  left: 0;
  width: 100%;
  opacity: 0;
  color: #fff;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275); 
}
.checkcircle .icon-checkmark {
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 18px;
  top: 0;
  color: rgba(0, 0, 0, 0.45); 
}

.selected .checkcircle {
  background-color: #2e94c8;
  color: #fff;
  border-color: transparent; }
.selected .checkcircle .icon-checkmark {
  opacity: 0;
  transform: scale(0.5);
  top: 100%; }
.selected .checkcircle:before {
  opacity: 1;
  top: 0; }


.panel-content {
  padding-left: 33.3333%;
  margin-top: -45px;
}
.panel-content .list-prodgroups li {
  width: 50%;
}

.panel-content.panel-content-fullwidth {
    padding-left: 0;
    width: 100%;
}

.panel-content.panel-content-works {
    margin-top: 0;
}

.filterbar.hidden-on-load {
	display: none;
}


/* New filter types for Our Works page */
.filterbar-toggle-btn {
	background: url(../img/filter-icon.png) no-repeat left center;
    float: left;
	font-size: 13px;
	color: #f4811e;
    line-height: 30px;
    margin: 5px 0;
	padding-left: 20px;
}

.filterbar-cancel-btn {
    display: none;
}

.filter-types-container {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 20px;
	width: 90%;
    min-height: 100%;
    z-index: 1001;
	text-align: left;
}

.filter-types-container .filters-container-label {
    color: rgba(0,0,0,.54);
}

.filter-types-container-header {
    margin-bottom: 30px;
}

.filter-types-container .filters-container-close-btn {
    position: absolute;
    top: 21px;
    right: 20px;
    font-size: 20px;
    color: rgba(0,0,0,.25);
}

.mobile-filters-msg {
	display: none;
}

.works-filter-btn {
    display: block;
    border-radius: 20px;
    background: #f4811e;
    padding: 12px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 13px;
    margin-top: 20px;
}

.works-filter-btn:hover {
    color: #fff;
    background: #F5963F;
}

.filter-type {
    display: inline-block;
    margin-right: 20px;
}

.filter-type-label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 17px;
    color: #393f45;
    line-height: 30px;
    margin-bottom: 4px;
}

.filter-type-value {
	position: relative;
	display: block;
    border: 1px solid #c0c3c6;
    padding: 8px 30px 8px 10px;
    color: #393f45;
    font-size: 15px;
    font-weight: bold;
}

.filter-type-value::after {
    background: url('../img/dropdown-menu-down-arrow.png') no-repeat;
	content: "";
    display: block;
    position: absolute;
    top: 18px;
    right: 10px;
    width: 7px;
    height: 4px;
    z-index: 101;
}

.filter-type-value:hover {
    /*border: 1px solid #fff;*/
    background: #fff;
	color: #000;
}

.filter-type-container {
    display: inline-block;
    position: relative;
}

.filter-type-container:hover .filter-values-wrapper {
    display: block;
}

.filter-values-wrapper {
    min-width: 230px;
    display: none;
    position: absolute;
    top: 39px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 111;
}

.filterbar.mobile-only .filter-values-wrapper {
    overflow: scroll;
}

.filter-values::before {
    content: "";
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.filter-values {
    padding: 20px 15px;
    margin: 8px 0 0;
    list-style: none;
    text-align: left;
    background: #fff;
}

.filterbar.desktop-only .filter-values.industry-filter-values {
    width: 930px;
}

.filterbar.desktop-only .filter-values.industry-filter-values &gt; li {
    float: left;
    width: 225px;
}

.filterbar.desktop-only .filter-values.industry-filter-values &gt; li &gt; ul {
    list-style: none;
    padding: 0;
}

.filter-values li a {
    font-size: 15px;
    color: #393f45;
    padding: 0px 15px;
    display: block;
	position: relative;
    line-height: 30px;
}

.filter-values li a.active::after {
    background: url('../img/tick-icon.png') no-repeat;
	content: "";
    display: block;
    position: absolute;
    top: 9px;
    right: 10px;
    width: 12px;
    height: 11px;
    z-index: 101;
}

.filter-values li a:hover {
    background: #f4f5f7;
}

.filter-values li a.active {
	background: #f4f5f7;
}

.filter-values li a.active:after {
	
}

.reset-filter-type {
	display: none;
}

.reset-filter-type.show-reset-filter {
	display: inline-block;
}

.reset-btn {
    font-size: 15px;
    color: #393f45;
    text-decoration: underline;
}

.reset-btn:hover {
    color: #000;
}

.filter-type.search-filter-type {
    float: right;
    margin-right: 8px;
    position: relative;
}

.filterbar.mobile-only .filter-type:not(.search-filter-type) .filter-type-container {
    display: block;
}

.works-search-btn {
    font-size: 15px;
    color: #393f45;
    text-decoration: underline;
}

.works-search-btn:hover {
    color: #000;
}

.search-filter-type .filter-type-container {
	display: none;
    position: absolute;
    top: 100%;
    right: 0;
	z-index: 1001;
    padding: 40px;
    background: #fff;
	box-shadow: 0 0 5px #ccc;
}

.search-filter-type .filter-type-container.show-form {
    display: block;
}

.search-filter-type .filter-type-container:before {
    content: "";
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
    right: 16px;
}

.search-filter-type form {
    min-width: 300px;
    width: 100%;
}

.search-filter-type form.form-search input[type="text"] {
    border-radius: 0;
}

.search-filter-type form.form-search.form-withbtn .btn {
    background: none;
    color: #999;
    font-size: 18px;
    top: 0;
    line-height: 22px;
    right: 0;
    padding: 10px 15px;
    width: auto;
    min-width: auto;
}

.works-search-error {
	display: none;
}

.works-search-response {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
        border-top-color: rgb(204, 204, 204);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute;
	top: 100%;
    display: none;
    z-index: 9999;
    max-height: 254px;
	width: 100%;
    overflow: hidden;
        overflow-y: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}

.autocomplete-suggestion {
    display: block;
}


/* -- About -- */
/*.about {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.about p {
  font-size: 1.2em;
  color:rgb(87,88,90);
}*/
.form-contact,
.gform_validation_errors {
  max-width: 500px;
  margin: 0 auto;
}
.dkgrey .about p {
  color: #fff;
}
.dkgrey .test p {
  color: #fff;
}
.block.dkgrey h3 {
  color: #fff;
}
/* -- About -- */
.about-section {
  text-align: center;
}
.about-section h1 {
  color: #D22D39;
  margin-top: 0;
}
.about-section-intro {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.about-copy {
  max-width: 580px;
  margin: 0 auto;
  text-align: left;
}
.about-copy p {
  font-size: 1.2em;
  color:rgb(87,88,90);
}
.intro-copy {
  padding: 0 20px;
}
.about-copy .intro {
  font-size: 1.65em;
}
.intro-img img {
    max-width: none;
}
.about-team {
  display: inline-block;
  margin-top: 35px;
  position: relative;
}
.about-team .img-team {
  max-width: 100%;
  height: auto;
}
.about-team .img-triangle {
  position: absolute;
  bottom: -25px;
  left: -20px;
  width: 12%;
  height: auto;
}
.about-cta {
  margin-bottom: 35px;
}



/* -- Forms -- */

.form .form-control {
  font-family:dp, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  border-radius: 0;
  box-shadow: none;
  height: 42px;
}

.block .form-contact h3,
.block .contact-form-title {
  text-align: center;
  margin-top: 0;
  opacity: .7;
  margin-bottom: 40px;
}
.form-contact .form-group {
  margin-bottom: 8px;
}
.form-contact .form-control {
  border: none;
  font-size: 1.3em;
}
.form-contact .form-area {
  min-height: 150px;
}
.test {
  display: flex;
  align-items: center;
}
.test p {
  margin: 0;
  margin-right: 8px;
}
.form-contact .test .form-control {
  font-size: 1.1em;
  height: 40px;
}

.gfield_required {
  margin-left: 2px;
  color: #ff0000;
}

legend.gfield_label {
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  font-weight: bold;
  margin-bottom: 8px;
  padding-bottom: 5px;
}

.contact-section .gform_wrapper .gfield_label {
  display: none !important;
}

.gform_footer input[type="submit"].btn-block {
  width: auto;
  min-width: 200px;
}

.nletter-subscribe .widget.intermedasia_social_icons_widget {
    background: #373d4b none repeat scroll 0 0;
    padding: 5px 1px 5px 2px;
    position: absolute;
    right: 0;
    top: -161px;
}

.nletter-subscribe .widget.intermedasia_social_icons_widget ul {
    margin: 0;
}

.nletter-subscribe .widget.intermedasia_social_icons_widget ul li a {
    color: #bcbdc2;
}

.nletter-subscribe .widget.intermedasia_social_icons_widget ul li a i {
    margin: 0;
}

.nletter-subscribe .widget.intermedasia_social_icons_widget ul li span {
    display: none;
}


/* Newsletter widget */

/*.nletter-subscribe {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  width: 300px;
}
.btn-closenletter {
  color: rgba(255,255,255,.45);
  font-size: 12px;
  float: right;
  display: inline-block;
  padding: 8px 12px;
  position: absolute;
  right: 15px;
  top: 5px;
}
.btn-closenletter:hover {
  color: rgba(255,255,255,.85);
}
.btn-nlettersubscribe {
  border-radius: 0;
  background-color: #F4811E;
  color: #fff;
  transform: rotate(-90deg);
  position: absolute;
  right: -99px;
  top: 68px;
  text-transform: none;
  transition-delay: .45s;
}
.btn-nlettersubscribe .icon-email {
  margin-right: 8px;
}
.btn-nlettersubscribe:hover,
.btn-nlettersubscribe:focus {
  color: #fff;
  background-color: #48515B;
}
.nletter {
  background-color: #48515B;
  padding: 20px 25px;
  padding-top: 35px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -300px;
  width: 300px;
  -webkit-transition: all 450ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
  transition: all 450ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
.nletter .form-group {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.nletter .form-group .form-control {
  width: 70%;
  float: left;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 25px;
  border-color: transparent;
  height: 40px;
}
.nletter .form-group .btn-primary {
  width: 30%;
  float: left;
  background-color: #428bca;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 14px 15px;
}

.shownletter .btn-nlettersubscribe {
  right: -160px;
  transition-delay: 0s;
}
.shownletter .nletter {
  right: 0;
}

#flyout-subscribe-form .form-msg {
    margin-top: 5px;
    text-align: center;
}*/


.nletter-subscribe {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.nletter .form-group {
  position: relative;
  margin-bottom: 8px;
}
.nletter .form-control {
  padding-right: 60px;
  font-size: .95em;
}
.nletter .btn-primary {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  padding: 11px 12px;
  font-size: .85em;
}
.nletter p {
  color: #9ea5ae;
}
.email-msg {
    color: #FF0000;
}


/* Group header */
.promo-group {
  padding: 15px 0;
  overflow: hidden;
}
.promo-group .promo-slider {
    position: relative;
}
.group-nav .prevnextprod {
    margin-top: 0;
}
.promo-product {
  padding: 30px 0;
}
.promo-product .slide {
  overflow: hidden;
}
.promo-group.grey {
  background-color: #EDEFF1;
  color: #222;
}
.promo-group.color1bg {
  background-color: #F4811E;
  color: #fff;
}
.promo-group.color1bg {
  background-color: #F4811E;
  color: #fff;
}
.promo-group.texture1bg {
  background-image: url(../img/texture-1.png);
}
.promo-group.colorgrey {
  background-color: #EDEFF1;
}
.promo-group.colordkgrey {
  background-color: #EDEFF1;
  border-bottom: 2px solid #fff;
}
.promo-group.colorbrand {
  background-color: #D2232A;
  color: #fff;
}

.promo-group .tag {
  font-size: 12px;
  padding: 1px 8px;
  border: 1px solid rgba(0,0,0,.3);
}
.group-hero {
  text-align: center;
}
.group-hero-img {
  max-width: 280px;
  height: auto;
  margin-bottom: 8px;
}
.group-msg h1 {
  font-size: 2em;
  margin-top: 0;
}
.group-msg p {
  font-size: 1.15em;
}
.group-msg .group-tag {
  margin-bottom: 16px;
}
.btn-showdesc {
  display: none;
}
.btn-prodsite {
  color: #222;
  border-bottom: 1px solid rgba(0,0,0,.65);
  font-size: .9em;
  font-weight: 700;
  margin-top: 28px;
  display: inline-block;
}
.btn-prodsite:hover {
  border-bottom-color: transparent;
  color: #000;
}
.btn-prodsite:hover .icon-arrow {
  margin-left: 10px;
  margin-right: 0;
}
.btn-prodsite .icon-arrow {
  margin-left: 7px;
  margin-right: 3px;
  font-size: .7em;
  transition: .3s ease-out;
}

.product-cat-header-left {
    float: left;
}

.product-cat-header-right {
    float: right;
	margin-right: 40px;
}

.product-cat-header-right a {
	display: inline-block;	
    border: 2px solid #fe5400;
    padding: 0 10px;
}

.product-cat-header-right.no-border a {
    border: none;
}

#spu-2477 {
    background: #fff !important;
}


/* Product Page */
.product-msg h1,
.product-msg .title {
  margin-top: 0;
  font-size: 2.4em;
  letter-spacing: -0.05em;
}
.product-msg h4 {
  font-weight: 700;
}
.product-msg-mobile {
  display: none;
}
.product-logo {
  border-top: 1px solid rgba(0,0,0,.1);
  margin-bottom: 25px;
  padding-top: 8px;
}
.product-logo img {
  max-width: 140px;
  height: auto;
  margin-left: 7px;
}
.product-tagline {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}
.product-desc {
    margin-bottom: 10px;
}
.btn.btn-inquire {
  font-size: 13px;
  padding: 15px 40px;
}
.btn.btn-inquire.btn-small,
.btn.btn-our-works.btn-small {
    padding: 15px 35px;
}
.our-works-link {
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 50px;
    text-align: center;
    vertical-align: middle;
}
.our-works-link &gt; a {
    color: #333;
    text-decoration: underline;
}
.nav-prodtabs {
  margin-top: 30px;
  border-bottom: 0;
}
.nav-prodtabs &gt; li &gt; a {
  border-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  color:rgba(71,81,90,0.45);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  margin-right: 12px;
}
.nav-prodtabs &gt; li &gt; a:hover {
  color:rgba(71,81,90,0.85);
  background-color: transparent;
  border-bottom-color: transparent;
}
.nav-prodtabs&gt;li.active&gt;a, 
.nav-prodtabs&gt;li.active&gt;a:hover, 
.nav-prodtabs&gt;li.active&gt;a:focus {
  color: #2E94C8;
  background-color: transparent;
  border-color: transparent;
  box-shadow: 0 2px 0 #2E94C8;
}
.list-feats li {
  margin-bottom: 6px;
}
.list-feats .circle {
  width: 42px;
  height: 42px;
  line-height: 44px;
  background-color: #2E94C8;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.list-feats .circle.feature-icon {
	background: none;
	border-radius: 0;
}
.list-feats .circle.feature-icon img {
    display: block;
}
.tab-prodcontent .tab-pane {
  padding-top: 14px;
}
.product-video {
  padding-top: 62.5%;
  position: relative;
  margin-top: 6px;
  margin-bottom: 12px;
}
iframe {
	width:100%;
	border:none;
}
.product-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.product-hero-img {
  margin-bottom: 10px;
  box-shadow: 1px 1px 8px rgba(0,0,0,.1);
}
.product-hero-img img {
  width: 100%;
  height: auto;
}
.product-hero-img a {
  display: block;
  position: relative;
}
.product-hero-img a:before {
  content: "\e911";
  font-family: "icomoon";
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  display: inline-block;
  text-align: center;
  background-color: rgba(0,0,0,.25);
  color: #fff;
  opacity: 0;
  transition: .2s all;
}
.product-hero-img a:hover {
  opacity: .95;
}
.product-hero-img a:hover:before {
  opacity: 1;
}
.list-thumbs {
  margin: 0 -5px;
  overflow: hidden;
}
.list-thumbs li img {
  width: 100%;
  height: auto;
  transition: .3s ease-out;
}
.list-thumbs li a {
  display: block;
  padding: 0 5px;
  padding-bottom: 8px;
  position: relative;
}
.list-thumbs li a:before {
  content: "\e911";
  font-family: "icomoon";
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: rgba(46, 148, 200, .55);
  color: #fff;
  display: inline-block;
  position: absolute;
  right: 5px;
  bottom: 15px;
  opacity: 0;
  transition: .2s ease-out;
}
.list-thumbs li a:hover:before {
  opacity: 1;
  bottom: 8px;
}
.list-thumbs li a:hover img {
  box-shadow: 1px 1px 6px rgba(0,0,0,.15);
}
.list-thumbs.withstatnav .owl-controls .owl-buttons div {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.3em;
  color: rgba(255,255,255,.55);
}
.list-thumbs.withstatnav.owl-theme .owl-controls {
  margin-top: -30px;
}

.table-specs&gt;tbody&gt;tr&gt;td,
.table-specs&gt;tbody&gt;tr&gt;th {
  font-size: 12px;
  padding: 7px 8px;
  line-height: 1.2em;
  font-weight: 700;
}
.table-specs&gt;tbody&gt;tr&gt;th {
  color: rgba(0,0,0,.6);
}
.table-specs ul {
  margin: 0;
  padding-left: 1.3em;
  line-height: 1.4em;
}

.list-applications,
#applics ul {
  padding-left: 1.2em;
}

.prevnextprod {
  margin-top: 20px;
  border: 1px solid rgba(0,0,0,.1);
  overflow: hidden;
  display: none;
}
.prevnextprod a {
  display: block;
  width: 50%;
  float: left;
  padding: 15px 25px;
  color: rgba(0,0,0,.75);
  font-size: 15px;
  font-weight: 700;
  background-color: rgba(255,255,255,.75);
}
.prevnextprod a:hover {
  background-color: #fff;
  color: #2E94C8;
}
.prevnextprod a .icon-arrow {
  font-size: .8em;
}
.prevnextprod a.btn-nextproduct {
  float: right;
  text-align: right;
  border-left: 1px solid rgba(0,0,0,.1);
}
.prevnextprod a.btn-nextproduct .icon-arrow {
  margin-left: 5px;
}
.prevnextprod a.btn-prevproduct .icon-arrow {
  margin-right: 5px;
  display: inline-block;
  transform: rotate(180deg);
}
.prevnextprod a span {
  font-size: 11px;
  font-weight: 400;
  color: rgba(0,0,0,.45);
  display: block;
}

.lg-outer .lg-thumb-item {
  border-radius: 0;
  border: none;
  opacity: .75;
  transition: .2s all;
}
.lg-outer .lg-thumb-item.active {
  box-shadow: 0 0 0 2px #2E94C8;
  opacity: 1;
}
.lg-outer .lg-thumb-item:hover {
  opacity: .9;
}
.lg-outer .lg-thumb-item img {
  height: auto;
}


/* Filter bar */
.filterbar {
  text-align: center;
  margin-top: -40px;
}
.list-filterbar {
  margin: 0;
  margin-bottom: -3px;
}
.list-filterbar li {
  margin: 0 6px;
}
.list-filterbar a {
  color: rgba(0,0,0,.75);
  font-weight: 700;
  display: inline-block;
  padding: 3px 0;
  border-bottom: 3px solid transparent;
}
.list-filterbar a.active {
    cursor: default;
}
.list-filterbar a:hover {
  color: #222;
  border-bottom: 1px solid rgba(0,0,0,.25);
}
.list-filterbar a.active,
.list-filterbar a.active:hover {
  color: #222;
  border-bottom: 3px solid #D2232A;
}


/* -- About Page -- */
.img-about-hero {
  text-align: center;
  margin-bottom: 25px;
}
.img-about-hero img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.block .body .intro {
  text-align: left;
  color: #EB1A22;
  font-size: 1.5em;
  margin-bottom: 20px;
}
.block .body p {
  font-size: 1.1em;
}
.block .body blockquote {
  margin: 30px 0;
  padding: 0;
  padding-left: 25px;
  margin-left: 25px;
  border-left-color: rgba(235, 26, 34, .5);
}
.block .body blockquote p {
  font-size: 1em;
  font-weight: 700;
}


/* -- Blog Pages -- */
.blog-body {
  width: calc(100% - 270px);
  float: left;
}
.blog-canvas {
  background-color: #fff;
  padding: 50px 25px;
}
.blog-body .inner {
  max-width: 550px;
  margin: 0 auto;
}
.blog-body h1 {
  font-weight: 700;
  font-size: 1.75em;
  margin: 0;
  margin-bottom: 12px;
}
.blog-body .date {
  font-size: 13px;
  margin-bottom: 25px;
}
.blog-body .date a {
  color: #333; 
  border-bottom: 1px solid rgba(0,0,0,.25);
}
.blog-body .date a:hover {
  color: #2E94C8; 
  border-bottom: 1px solid rgba(0,0,0,0);
}
.blog-body p {
  font-size: 1.05em;
  line-height: 1.5em;
}
.blog-body ul {
  font-size: 1.05em;
  line-height: 1.5em;
  margin: 15px 0;
}
.blog-body ul li {
  margin: 5px 0;
}
.blog-body .intro {
  text-align: left;
  font-size: 1.3em;
  margin-bottom: 15px;
}
.blog-body .body a:not(.btn) {
  color: #428bca;
}
.blog-body .body a:not(.btn):hover {
  color: #333;
  text-decoration: underline;
}
.blog-img {
  margin: 25px 0;
}
.blog-img img {
  width: 100%;
  height: auto;
}
.blog-img a {
  display: block;
  position: relative;
}
.blog-img a:before {
  content: "\e911";
  font-family: "icomoon";
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  bottom: 0;
  right: 0;
  display: inline-block;
  text-align: center;
  background-color: rgba(0,0,0,.35);
  opacity: .35;
  color: #fff;
  transition: .2s all;
}
.blog-img a:hover {
  opacity: .95;
}
.blog-img a:hover:before {
  opacity: 1;
}

.blog-side {
  width: 270px;
  float: left;
  padding-left: 35px;
}

.side-box {
  margin-bottom: 40px;
}
.side-box h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
aside .widget_categories ul {
    list-style: outside none none;
    padding-left: 0;
}
.list-blogsect li a,
aside .widget_categories li a {
  display: block;
  font-size: 1.1em;
  color: rgba(0,0,0,.65);
  padding: 4px 0;
}
.list-blogsect li a:hover,
aside .widget_categories li a:hover {
  color: #428bca;
}


.list-top li a {
  display: block;
  position: relative;
  padding: 12px 0;
  padding-left: 35px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  color: rgba(0,0,0,.85);
}
.list-top li a:hover {
  background-color: rgba(255,255,255,.35);
  color: #111;
}
.list-top li a p {
  margin: 0;
  line-height: 1.1em;
}
.list-top li a .title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 4px;
}
.list-top li a .date {
  font-size: 12px;
  opacity: .65;
}
.list-top .no {
  position: absolute;
  left: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: .8em;
}
.list-top .popular1 {
  color:rgba(236,27,35,0.45);
}
.list-top .popular2 {
  color:rgba(0,174,76,0.45);
}
.list-top .popular3 {
  color:rgba(46,148,200,0.45);
}
.list-top .popular4 {
  color:rgba(116,45,202,0.45);
}
.list-top .popular5 {
  color:rgba(244,129,30,0.45);
}

.blogposts {
  margin: 0 -1%;
}
.blogpost {
  background-color: #F3F4F5;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  width: calc(48% - 4px);
  margin: 0 1%;
  margin-bottom: 20px;
  transition: .2s all;
}
.blogpost:hover {
  /* background-color: #f5f6f7; */
}
.blogpost p {
  margin: 0;
  line-height: 1.1em;
}
.blogpost .imgbox {
  background-color: #D5D9DD;
  overflow: hidden;
}
.blogpost:not(.top) .imgbox {
  border-bottom: 1px solid #EDEFF1;
}
.blogpost .imgbox img {
  width: 100%;
  height: auto;
  transition: .3s all;
}
.blogpost:hover .imgbox img {
  opacity: .95;
  transform: scale(1.03);
}
.blogpost .blogcontent {
  padding: 20px 25px;
  min-height: 220px;
}
.blogpost h2 {
  margin: 0;
  font-weight: 700;
  font-size: 1.55em;
  margin-bottom: 12px;
}
.blogpost .date {
  font-size: 12px;
}
.blogpost a {
  color: #333;
}
.blogpost .btn-text {
  border: 1px solid rgba(0,0,0,.12);
  color: #F4811E;
}
.blogpost .btn-text:hover,
.blogpost:hover .btn-text,
.blogpost:hover .btn-text:hover {
  border: 1px solid transparent;
  background-color: #EDEFF1;
}

.blogpost.top {
  background-color: #3C4045;
  color: #fff;
  width: calc(98% - 4px);
}
.blogpost.top:hover {
  background-color: #44494F;
}
.blogpost.top .imgbox {
  float: left;
  width: 50%;
}
.blogpost.top .blogcontent {
  float: left;
  width: 50%;
}
.blogpost.top a {
  color: #fff;
}
.blogpost.top h1 {
  margin: 0;
  font-size: 1.65em;
  margin-bottom: 6px;
}
.blogpost.top .date {
  opacity: .55;
}
.blogpost.top .post-desc p {
  font-size: 1.05em;
  line-height: 1.3em;
  margin-bottom: 12px;
}
.blogpost.top .btn-white {
  background-color: #fff;
  color: #F4811E;
}


.side-other {
  margin-top: 35px;
}
.list-otherposts {
  border-top: 1px solid rgba(0,0,0,.1);
}
.list-otherposts p {
  margin: 0;
  line-height: 1.1em;
}
.list-otherposts li {
  margin: 0 !important;
}
.list-otherposts li a {
  display: block;
  padding: 12px 2px;
  color: rgba(0,0,0,.85);
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.list-otherposts li a:hover {
  background-color: rgba(255,255,255,.15);
  color: #111;
}
.list-otherposts .title {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 4px;
}
.list-otherposts .date {
  font-size: 12px;
  opacity: .75;
}
.list-otherposts .btn-text {
  font-size: 12px;
  font-weight: 700;
  color: #F4811E;
}
.list-otherposts .btn-text .icon-arrow {
  font-size: .7em
}


.list-socshare li {
  padding: 0;
  margin: 0 !important;
  margin-right: -5px !important;
}
.list-socshare li a {
  display: block;
  color: #428bca;
  border: 1px solid #eee;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0px 5px;
  text-align: center;
}
.list-socshare li a:hover {
  background-color: #EDEFF1;
  color: #222;
  text-decoration: none !important;
  border-color: transparent;
}


.side-box-otherposts {
  margin-top: 45px;
}
.side-box-otherposts h5 {
  font-size: 22px;
}
.side-box-otherposts .blogposts {
  margin: 0 -.5%;
}
.side-box-otherposts .blogpost {
  width: calc(32.33333% - 4px);
  margin: 0 .5%;
  margin-bottom: 15px;
}
.side-box-otherposts .blogpost .blogcontent {
  padding: 15px;
  min-height: 180px;
}
.side-box-otherposts .blogpost h2 {
  font-size: 1.3em;
}



/* -- Footer -- */

.footer {
  background-color: #48515B;
  color:rgba(255,255,255,0.35);
  padding: 70px 0;
}
.footer .head {
  margin-bottom: 25px;
  color: #9ea5ae;
  font-weight: 700;
  font-size: 1.1em;
}
.footer .head.widget-title {
    /*color: #000;*/
    font-weight: bold;
}
.footer .head.delimited {
  margin-top: 35px;
}

.footer-social {
  text-align: center;
  padding-top: 35px;
}
.footer-social-title {
	text-align: center;
}

.list-footmenu li {
  position: relative;
  padding: 0;
  margin: 0;
}
.list-footmenu a,
.widget.widget_nav_menu li a {
  color: rgba(255,255,255,0.35);
  text-transform: uppercase;
  position: relative;
  font-size: .9em;
  letter-spacing: 1px;
  padding: 2px 0;
  display: block;
}
.list-footmenu a:hover,
.widget.widget_nav_menu li a:hover {
  color: #ddd;
  text-decoration: none;
}

.fancy-social-links {
  margin-bottom: 35px;
  display: inline-flex;
}
.fancy-social-links li {
  margin: 0 16px;
}
.fancy-social-links a {
  color: rgba(255,255,255,0.35);
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.15);
  font-size: 1.2em;
}
.list-soc span {
  display: none;
}


.fancy-social-links a.list-soc-fb {
  border-color: #3B5998;
  color: #3B5998;
}
.fancy-social-links a.list-soc-fb:hover {
  background-color: #3B5998;
  color: #fff;
}
.fancy-social-links a.list-soc-tw {
  border-color: #1DA1F3;
  color: #1DA1F3;
}
.fancy-social-links a.list-soc-tw:hover {
  background-color: #1DA1F3;
  color: #fff;
}
.fancy-social-links a.list-soc-tw {
  border-color: #1DA1F3;
  color: #1DA1F3;
}
.fancy-social-links a.list-soc-tw:hover {
  background-color: #1DA1F3;
  color: #fff;
}
.fancy-social-links a.list-soc-in {
  border-color: #222;
  color: #222;
}
.fancy-social-links a.list-soc-in:hover {
  background-color: #222;
  color: #fff;
}
.fancy-social-links a.list-soc-li {
  border-color: #0077B5;
  color: #0077B5;
}
.fancy-social-links a.list-soc-li:hover {
  background-color: #0077B5;
  color: #fff;
}
.fancy-social-links a.list-soc-yt {
  border-color: #FF0000;
  color: #FF0000;
}
.fancy-social-links a.list-soc-yt:hover {
  background-color: #FF0000;
  color: #fff;
}

.foot-branding {
  padding-top: 35px;
}
.foot-branding img {
  width: 170px;
  height: auto;
}

.copy {
  font-size: 12px;
  padding-top: 20px;
  text-align: center;
}

.footer.white {
  background-color: #fff;
}
.fancy-social-links a {
  color: rgba(0,0,0,0.45);
}
.fancy-social-links a:hover {
  color: rgba(0,0,0,0.75);
}
.footer.white .list-footmenu a,
.widget.widget_nav_menu li a {
  color: rgba(0,0,0,0.45);
}
.footer.white .list-footmenu a:hover,
.widget.widget_nav_menu li a:hover {
  color: rgba(0,0,0,0.75);
}
.footer.white .copy {
  color: rgba(0,0,0,.45);
}
.sites-first-item {
    margin-top: 12px;
}

.footer.withline {
  border-top: 1px solid rgba(0,0,0,.1);
}

.transition {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.circliful {
  position: relative; 
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
  width: 100%;
  position: absolute;
  text-align: center;
  display: inline-block;
}

.circle-info, .circle-info-half {
  color: #999;
}

.circliful .fa {
  margin: -10px 3px 0 3px;
  position: relative;
  bottom: 4px;
} 

.slidebox {
  padding-top: 8px;
  padding-bottom: 8px;
}

.rangeslider,
.rangeslider__fill {
  background: #C5CDD7;
  display: block;
  height: 18px;
  width: 100%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.rangeslider {
  position: relative;
}

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

.rangeslider__fill {
  background: #DC4756;
  position: absolute;
  top: 0;
}

.rangeslider__handle {
  background: white;
  border: 1px solid #DB4554;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:after, .rangeslider__handle:before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 8px;
  left: 11px;
  background-color: #DB4554;
}
.rangeslider__handle:after {
  left: auto;
  right: 11px;
}
.rangeslider__handle:active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeresult {
  font-size: 16px;
  color: #DC4655;
  font-weight: 700;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
} 

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/


.list-prods .owl-buttons,
.list-works .owl-buttons,
.list-how .owl-buttons {
  position: absolute;
  margin: 0;
  top: 35%;
  left: 0;
  right: 0;
}
.list-prods.owl-theme .owl-controls .owl-buttons div,
.list-works.owl-theme .owl-controls .owl-buttons div,
.list-how.owl-theme .owl-controls .owl-buttons div {
  color: #5F647A;
  display: inline-block;
  zoom: 1;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 0;
  background: none;
  opacity: 0.3;
  transition: .2s all;
}
.list-prods.owl-theme .owl-controls .owl-buttons .owl-prev,
.list-works.owl-theme .owl-controls .owl-buttons .owl-prev,
.list-how.owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 0;
  left: -100px;
  transform: rotate(180deg);
}
.list-prods.owl-theme .owl-controls .owl-buttons .owl-next,
.list-works.owl-theme .owl-controls .owl-buttons .owl-next,
.list-how.owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: -100px;
  top: -10px;
}

.list-how.owl-theme .owl-controls .owl-buttons .owl-prev,
.list-how.owl-theme .owl-controls .owl-buttons .owl-next {
  color: #fff;
  top: 0;
}

.owl-theme .owl-controls{
  margin-top: 10px;
  text-align: center;
}
.list-how .owl-buttons {
  top: 35%;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}

@font-face {
  font-family: 'icomoon';
  src:url('../webfonts/icomoon.eot?mfvsxb');
  src:url('../webfonts/icomoon.eot?#iefixmfvsxb') format('embedded-opentype'),
    url('../webfonts/icomoon.woff?mfvsxb') format('woff'),
    url('../webfonts/icomoon.ttf?mfvsxb') format('truetype'),
    url('../webfonts/icomoon.svg?mfvsxb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-filters:before {
  content: "\e918";
}
.icon-checkmark:before {
    content: "\e917";
}
.icon-magnet:before {
  content: "\e915";
}
.icon-x:before {
  content: "\e916";
}
.icon-home:before {
  content: "\e914";
}
.icon-arrow:before {
  content: "\e900";
}
.icon-desire:before {
  content: "\e901";
}
.icon-email:before {
  content: "\e902";
}
.icon-expand:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-geo:before {
  content: "\e905";
}
.icon-google:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-linkedin:before {
  content: "\e908";
}
.icon-longterm:before {
  content: "\e909";
}
.icon-multiplayer:before {
  content: "\e90a";
}
.icon-multisensory:before {
  content: "\e90b";
}
.icon-phone:before {
  content: "\e90c";
}
.icon-pinterest:before {
  content: "\e90d";
}
.icon-playcircle:before {
  content: "\e90e";
}
.icon-playfull:before {
  content: "\e90f";
}
.icon-radiating:before {
  content: "\e910";
}
.icon-search:before {
  content: "\e911";
}
.icon-twitter:before {
  content: "\e912";
}
.icon-youtube:before {
  content: "\e913";
}

.footer .widget_nav_menu .menu {
    list-style: outside;
    padding-left: 0;
}

.intermedasia-read-more {
    margin: 40px 0;
    text-align: center;
}

.intermedasia-read-more.hide-load-more-btn {
    display: none;
}

.preloader {
	background:url(../img/preloader.gif) no-repeat;
	background-size:cover;
	width:32px;
	height:32px;
	margin:20px auto;
}

.preloader.form-preloader {
	background:url(../img/preloader-alt.gif) no-repeat;
	display:none;
}

#projects-section .preloader {
	background:url(../img/preloader-alt-2.gif) no-repeat;
}

.form-contact .error,
.validation_message {
    color: #ff0000;
    margin-top: 3px;
}

.gform_validation_errors .gform_submission_error,
.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 14px;
  color: #ff0000;
  text-align: center;
  margin: 20px auto;
}

.form-contact .error.ucaptcha-error {
    margin: 20px 0;
	  font-size: 1.3em;
    text-align: center;
}

.form-contact .form-msg {
    margin: 20px 0;
	font-size: 1.3em;
	color: #fff;
    text-align: center;
}

.form-contact .form-msg.error {
	color: #ff0000;
}

.responsive {
    height: auto;
    max-width: 100%;
}

.modal-content {
  border-radius: 0;
  box-shadow: 0 6px 25px rgba(0,0,0,.15);
  border: none;
}
.modal-title {
  text-align: center;
}
.modal-inner {
  max-width: 380px;
  margin: 0 auto;
}

.nobottommargin {
  margin-bottom: 0 !important;
}

.modal {
	color: #333;
}

/*.modal.hide.fade.in {
    display: block !important;
}

.modal {
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	background-color:#ecf6fb;
	padding: 6px;
	top: -25%;
	bottom: auto;
	left: 50%;
	right: auto;
	width: 560px;
	transform:translateX(-50%);
	
	transition: opacity 0.15s linear 0s;
	-moz-transition: opacity 0.15s linear 0s;
	-webkit-transition: opacity 0.15s linear 0s;
}

.modal.fade {
	transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
	-moz-transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
	-webkit-transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}
.modal.fade.in {
    top: 10%;
}

.modal-header {
  padding-top:12px;
  border-bottom-color:#ECF6FB;
  padding-bottom:12px;
  background-color:#FFF;
}
.modal-header h3 {
  font:dp, Arial, Helvetica, sans-serif;
  font-size:24px;
  color: #388BC0;
  font-weight:normal;
  letter-spacing:-1px;
}
.close {
  border: none;
  background-color: transparent;
  float: right;
  color: #777;
  font-size: 16px;
}
.modal-general .modal-header h3 {
  font-size:14px;
  letter-spacing:1px;
  text-align: center;
  margin:0;
}

.modal-body {
  background-color:#FFF;
  padding:25px 40px;
}
.modal-footer {
  background-color:#ECF6FB;
  border-top:0px;
  margin: 0;
}
.form-regular .inputfield {
  border-top-color: #999999;
  border-right-color: #999999;
  border-bottom-color: #999999;
  border-left-color: #999999;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  height: 40px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.form-regular .inputfield:focus {
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
  border-color:#9BC8E7;
}
.modal .form-regular .inputfield {
  width:240px;
}
.modal .alert.alert-error {
	background: #d2232a;
	color: #fff;
}*/

@keyframes flash {
    from  {
        background: black;
    }
    to {
        background: #CCC;
    }
}

.dot {
    background: #CCC;
    height: 8px;
    width: 8px;
    border-radius: 12px;
    margin-right: 5px;
    display: inline-block;
    animation-name: flash;
    animation-iteration-count: infinite;
    animation-duration: 2000ms;
}
.dot:first-child {
    background: black;
}
.dot:nth-child(2) {
    animation-delay: 500ms;
}
.dot:nth-child(3) {
    animation-delay: 1000ms;
}

.form-horizontal .control-group {
    margin-bottom: 20px;
}

.form-horizontal .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 160px;
}

.form-horizontal .controls {
    margin-left: 180px;
}

.form-regular .inputfield {
    width: 240px;
	padding:5px 6px;
}

.form-regular input.inputfield[type="text"] {
    border: 1px solid #9bc8e7;
    border-radius: 0;
}

.form-regular .inputfield {
    border-radius: 0;
    box-sizing: border-box;
    height: 40px !important;
    padding-bottom: 5px;
    padding-top: 5px;
	border: 1px solid #999;
}

span.wpcf7-list-item {
    display: block;
    margin: 5px 0 0;
}

.form textarea.form-control {
    min-height: 150px;
}

.owl-controls {
	-webkit-user-select: auto;
	-khtml-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
	-webkit-tap-highlight-color: auto;
}

.mobile-only {
	display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.btn.btn-inquire.btn-small,
	.btn.btn-our-works.btn-small {
		padding: 15px 20px;
	}
	
	.our-works-link {
		margin: 0 0 0 30px;
	}
}


@media only screen and (min-width: 1200px)
{
  .btn {
    font-size: 13px;
    padding: 14px 25px;
  }
  .list-newstabs {
    margin-top: -80px;
  }
  .list-newstabs &gt; li &gt; a {
    font-size: 1.4em;
    padding: 18px 30px;
    height: 80px;
  }  
  .popnews {
    bottom: 80px;
    padding: 25px 35px;
  }
  .popnews .imgbox {
    width: 180px;
  }
  .popnews .title {
    font-size: 1.4em;
    margin-bottom: 15px;
  }

  .list-grouppromos &gt; li &gt; .groupcontent .grouppromo {
    padding: 20px 0;
    font-size: 2em;
	line-height: 1.2em;
  }
  .list-grouppromos .groupbody {
    padding: 25px;
  }
  
  .list-prodindex li {
    width: calc(23% - 4px);
  }
  
  .blogpost .blogcontent {
    padding: 30px 35px;
    min-height: 220px;
  }
  .blogpost h2 {
    font-size: 1.75em;
  }
  .blogpost.top h1 {
    font-size: 2.0em;
  }
  .blogpost.top .imgbox {
    width: 60%;
  }
  .blogpost.top .blogcontent {
    width: 40%;
  }
  
  .side-box-otherposts .blogpost h2 {
   font-size: 1.5em;
  }
  
}


@media only screen and (min-width: 992px)
{
  .header .block-inner {
    max-width: 1170px;
    margin: 0 auto;
  }
  .panel-filters {
    width: 25%;
  }
  .panel-content {
    padding-left: 25%;
  }
  .panel-content .list-prodgroups li {
    width: 33.333333%;
  }
  
  .list-otherposts li a {
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
  }
  .list-otherposts .date {
    position: absolute;
    left: 0;
    top: 17px;
  }
  .list-otherposts .btn-text {
    right: 6px;
    top: 10px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
  }
  .list-otherposts li a:hover .btn-text {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  .product-gallery {
    margin-left: 5px;
    margin-right: -5px;
  }
  .product-gallery.project-gallery {
    margin-left: 0;
    margin-right: 0;
  }
  
}


@media only screen and (max-width: 1024px) {
  /*.filterbar {
    overflow-x: auto;
    overflow-y: hidden;
  }*/
  .filterbar .list-filterbar {
    padding: 8px 0;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1199px) {
	.recentviewed_post li {
		width: 29.33%;
		margin: 0 2% 40px 2%;
	}
	
	.recentviewed_post li:nth-child(4n+1) {
		clear: none;
	}
	
	.recentviewed_post li:nth-child(3n+1) {
		clear: left;
	}
}

@media only screen and (max-width: 992px)
{
	.recentviewed_post li {
		width: 44%;
		margin: 0 3% 40px 3%;
	}
	
	.recentviewed_post li:nth-child(3n+1) {
		clear: none;
	}
	
	.recentviewed_post li:nth-child(2n+1) {
		clear: left;
	}

  .list-popblocks &gt; li {
    width: 33.3333333%;
    margin-top: -30px;
    margin-bottom: 10px;
    position: relative;
  }
  .list-popblocks:hover &gt; li,
  .list-popblocks:hover &gt; li:hover {
    width: 33.3333333%;
  }
  .list-popblocks &gt; li:hover {
    z-index: 10;
  }
  .list-popblocks .popout {
    min-height: 380px;
  }

  .list-works &gt; li {
    width: 33.33333%;
  }
  .list-works .title {
    font-size: 1.4em;
  }
  
  .product-msg-desktop {
    display: none;
  }
  .product-msg-mobile {
    display: block;
  }
  
  .block-blog .container {
    width: auto;
  }
  
  .blogpost .blogcontent {
    padding: 15px;
    min-height: 180px;
  }
  .blogpost h2 {
    font-size: 1.35em;
  }
  .blogpost.top h1 {
    font-size: 1.55em;
  }
  .blogpost.top .date {
    margin-bottom: 10px;
  }
  .blogpost.top .imgbox,
  .blogpost.top .blogcontent {
    float: none;
    width: 100%;
  }
  .list-top li a .title {
    font-size: 1.1em;
  }
  .list-otherposts .date {
    margin-bottom: 8px;
  }
  
  .block-blog {
    padding-top: 25px;
  }
  .blog-img {
    margin-left: -15px;
    margin-right: -15px;
  }
  .blog-canvas {
    padding: 15px;
    margin-bottom: 25px;
  }
  
  .side-box-otherposts .blogposts {
    margin: 0;
  }
  .side-box-otherposts .blogpost {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .side-box-otherposts .blogpost .blogcontent {
    min-height: inherit;
  }

  .about-section {
    background-size: 100% auto;
  }
 
}

@media only screen and (max-width: 991px) {
	.list-newstabs &gt; li &gt; a {
		font-size: 1.1em;
	}
	
	.list-newstabs &gt; li &gt; a &gt; span {
		width: 70%;
	}
}

@media only screen and (max-width: 768px)
{
	
	.header .widget.intermedasia_social_icons_widget {
		display: block;
	}
	
	.nletter-subscribe .widget.intermedasia_social_icons_widget {
		display: none;
	}
	
	.row.captcha-row {
		margin: 0;
	}
	
	.captcha-row .col-md-3.col-sm-4, .captcha-row .col-md-9.col-sm-8 {
		padding: 0;
	}

  .topbar a {
    letter-spacing: 0;
  }
  .navbar-brand {
    padding-top: 20px;
    margin-left: 15px;
  }
  .navbar-brand img {
    width: 200px;
    margin-top: 0px;
  }
  .scrolled .navbar-brand img {
    width: 180px;
    margin-top: 0;
  }
  .navbar-default .navbar-nav&gt;li&gt;a, 
  .navbar-default .navbar-nav&gt;li&gt;a:focus,
  .navbar-default .navbar-nav&gt;li&gt;a:active {
    font-size: 13px;
    padding: 15px 15px;
  }
  .navbar-default .navbar-nav&gt;li&gt;a.btn-products,
  .navbar-default .navbar-nav&gt;li&gt;a.btn-products:hover,
  .navbar-default .navbar-nav&gt;li&gt;a.btn-products:focus {
    padding: 15px 20px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .block {
    padding: 55px 0;
  }
  .block-how {
    padding-bottom: 80px;
  }
  .secthead {
    font-size: 2.2em;
    margin-bottom: 30px;
  }
  .btn-nlettersubscribe {
    right: -95px;
  }
  .form-contact .form-control {
    font-size: 1.15em;
  }
  .list-grouppromos .grouphead {
    padding: 8px 12px;
    font-size: 1.3em;
  }
  .list-grouppromos .groupbody {
    padding: 12px 25px;
  }
  .list-grouppromos &gt; li &gt; .groupcontent .grouppromo {
    padding: 8px 0;
    font-size: 1.3em;
    padding-bottom: 0;
  }




  .foot-branding {
    padding-top: 0;
  }
  .footer-soc {
    text-align: center;
    margin: 35px 0;
  }
  .list-soc {
    margin-bottom: 0;
  }
  .list-soc li {
    display: inline-block;
    vertical-align: top;
  }
  .list-soc span {
    display: none;
  }
  .copy {
    text-align: center;
  }
  
  .list-prodgroups li {
    width: 50%;
  }
  .product-gallery {
    margin-bottom: 20px;
  }
  
  .list-lastviewed .owl-controls {
    display: none !important;
  }
  
  .panel-content {
    padding-left: 0;
  }
  .showfilterside .panel-filters {
    left: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
  }
  .panel-filters {
    position: fixed;
    width: 240px;
    left: -240px;
    padding-right: 0;
    z-index: 20;
    background-color: #fff;
    top: 120px;
    bottom: 0;
    transition: left 400ms cubic-bezier(0.165, 0.84, 0.44, 1), top 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .scrolled .panel-filters {
    top: 80px;
  }
  .filters {
    border: none;
    top: auto !important;
    bottom: auto !important;
  }
  .filters .filters-head .btn-close {
    display: inline-block;
  }
  
  .btn-showfilters {
    display: inline-block;
  }
  
  .list-prodindex li {
    width: calc(48% - 4px);
  }
  
  .block-blog {
    padding-top: 15px;
  }
  .blog-body {
    width: calc(100% - 200px);
  }
  .blog-side {
    width: 200px;
    padding-left: 20px;
  }

.about-section h1 {
    margin-top: 35px;
  }
  .about-section-intro {
    flex-direction: column;
  }
  .about-copy .intro {
    font-size: 1.35em;
    padding: 15px 0;
  }
  .intro-copy {
    padding: 0;
  }
  .intro-img {
    text-align: center;
  }
  .intro-img img {
    max-width: 70%;
    height: auto;
  }
  
  .about-team {
    margin-left: -15px;
    margin-right: -15px;
  }
  .img-triangle {
    display: none;
  }

}

@media only screen and (max-width: 767px)
{
	.recentviewed_post {
		margin-left: 0;
	}
	
	.recentviewed_post li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
	
	.recentviewed_post li:nth-child(2n+1) {
		clear: none;
	}
	.desktop-only {
		display: none;
	}
	
	.mobile-only {
		display: block;
	}

  body {
    padding-top: 68px;
  }
  .header,
  .scrolled .header {
    height: auto;
  }
  .topbar {
    display: none;
  }
  .mobile-bar {
    display: block;
    height: 45px;
    box-shadow: 0 1px 6px rgba(0,0,0,.1);
  }
  .mobile-bar .logo {
    padding-left: 12px;
    padding-top: 8px;
  }
  .mobile-bar .logo a {
    margin: 0;
    padding: 0;
  }
  .mobile-bar .logo img {
    width: 180px;
    height: auto;
  }
  .mobile-logo {
    display: none;
  }  
  .navbar-mobiletop {
    position: relative;
    z-index: 10;
  }
  .navbar-mobiletop a {
    display: block;
  }
  .navbar-mobiletop a [class^="icon-"] {
    pointer-events: none;
  }
  .navbar-mobiletop .btn-search {
    border-left: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
  }
  
  .mobile-bar 
  .navbar-default {
    min-height: inherit;
  }

  .list-search {
    width: 48%;
    margin: 0 1%;
    float: left;
    vertical-align: top;
  }
  .list-search a {
    text-align: center;
  }
  .form-search .form-control {
    font-size: 13px;
  }
  .nletter .form-group .form-control {
    font-size: 13px;
  }


  .navbar-mobiletop {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    -webkit-transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  .navbar-mobiletop a {
    color: #222;
    text-transform: uppercase;
    display: block;
    padding: 10px 12px;
    font-size: 13px;
  }
  .navbar-mobiletop li {
    display: inline-block;
    vertical-align: top;
  }


  .navbar-default {
    position: fixed;
    display: block;
    right: -300px;
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 100;
    background-color: #fff;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-transition: all 370ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
    -moz-transition: all 370ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
    -o-transition: all 370ms cubic-bezier(0.215, 0.610, 0.355, 1.000); 
    transition: all 370ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  .showside .navbar-default {
    right: 0;
  }
  .showside .overlay,
  .showside .header:before {
    opacity: 1;
    visibility: visible;
  }
  .navbar-default .container {
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
  }
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-default .navbar-brand {
    display: block;
    float: none;
    padding-left: 0;
    padding-top: 15px;
    padding-right: 20px;
  }
  .navbar-default .navbar-collapse.collapse {
    display: block;
  }
  .navbar-default .dropdown-menu &gt; li &gt; a {
    white-space: normal;
  }
  .navbar-default .navbar-toggle {
    display: none;
  }
  .navbar-default .navbar-nav {
    border-top: 1px solid rgba(0,0,0,.1);
  }
  .navbar-default .navbar-nav&gt;li&gt;a {
    min-height: inherit;
    padding: 14px 10px;
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
  .navbar-default .navbar-nav&gt;li&gt;a:hover,
  .navbar-default .navbar-nav&gt;li&gt;a:focus {
    padding: 14px 10px;
    font-size: 13px;
    background-color: rgba(0,0,0,.07);
  }
	.navbar-default .navbar-nav &gt; li.newsletter-opener &gt; a {
		border: none;
		margin-top: 30px;
		color: #F4811E;
		max-width: 120px;
		margin-left: auto;
		margin-right: auto;
	}
	.navbar-default .navbar-nav &gt; li.newsletter-opener &gt; a:hover,
	.navbar-default .navbar-nav &gt; li.newsletter-opener &gt; a:focus {
		background: none;
	}
  .navbar-default .navbar-nav&gt;.prim {
    display: none;
  }
  .navbar-default .navbar-nav&gt;li&gt;a .caret {
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -3px;
  }
  .navbar-default .navbar-nav&gt;li&gt;a br {
    display: none;
  }
  .navbar-default .navbar-nav&gt;li.sec {
    display: list-item;
  }
  .navbar-default .navbar-header {
    position: absolute;
    left: 15px;
    padding: 0;
    top: 0;
    right: 15px;
    height: 75px;
    text-align: center;
  }
  .navbar-default .container-fluid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .navbar-default .container-fluid:before {
    display: none;
  }
  .navbar-default .navbar-collapse {
    position: absolute;
    top: 115px;
    left: 0px;
    right: 0px;
    bottom: 0;
    max-height: inherit;
    margin: 0;
    overflow-y: auto;
  }
  
	.header .widget.intermedasia_social_icons_widget {
		left: 0;
		position: absolute;
		text-align: center;
		top: 75px;
		width: 100%;
	}
	
	.header .widget.intermedasia_social_icons_widget .list-soc a {
		color: #47505c;
		font-size: 18px;
		padding: 5px 8px;
	}
	
	.header .widget.intermedasia_social_icons_widget .list-soc a:hover {
		color: #47505c;
	}

  .navbar-default .nletter-subscribe {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    transform: translateY(0);
    width: 100%;
    border-top: 1px solid rgba(0,0,0,.1);
  }
  .navbar-default .nletter {
    background-color: #48515B;
    padding: 12px 20px;
    color: #fff;
    position: static;
    top: 50%;
    transform: translateY(0);
    right: 0;
    width: 100%;
    -webkit-transition: all 450ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 450ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  .navbar-default .nletter p {
    font-size: 12px;
  }
  .navbar-default .navbar-nav&gt;li&gt;.btn-contact {
    text-align: left;
    padding: 14px 10px;
    padding-left: 90px;
    font-size: 12px;
  }
  .navbar-default .navbar-nav&gt;li&gt;.btn-contact:hover {
    padding: 14px 10px;
    padding-left: 90px;
    font-size: 12px;
  }
  .navbar-default .navbar-nav&gt;li&gt;.btn-contact span {
    font-size: 11px;
    opacity: .35;
    position: absolute;
    left: 25px;
  }
  .navbar-brand img,
  .scrolled .navbar-brand img {
    width: 140px;
  }
  .btn-closeside {
    display: inline-block;
    padding: 10px 12px;
    position: absolute;
    right: 0;
    top: 0;
  }


  .nletter-subscribe {
    top: auto;
    bottom: 0;
    transform: translateY(0);
    width: 100%;
  }
  .btn-nlettersubscribe {
    transform: rotate(0deg);
    right: 0;
    top: -35px;
  }
  .shownletter .btn-nlettersubscribe {
    right: -250px;
  }
  .nletter {
    bottom: 0;
    top: auto;
    transform: translateY(0);
    right: -100%;
    width: 100%;
  }
  
  .list-newstabs {
    display: none;
  }
  
  .list-works.three &gt; li {
    width: 50%;
  }
  
  .form-contact .btn-orange {
    margin-top: 8px;
  }


  .footer {
    text-align: center;
    padding: 35px 0;
  }
  .footer .head {
    margin-top: 35px;
    margin-bottom: 12px;
  }
  .list-footmenu {
    max-width: 300px;
    margin: 0 auto;
  }
  .list-footmenu a {
    padding: 8px 0;
    border-top: 1px solid rgba(255,255,255,.1);
  }
  .copy {
    font-size: .7em;
    letter-spacing: .05em;
  }
  
  .promo-group {
    padding: 25px 0;
  }
  .group-msg {
    max-width: 460px;
    margin: 0 auto;
  }
  .group-msg h1 {
    font-size: 1.6em;
  }
  .group-msg p {
    font-size: 1em;
  }
  .group-hero img {
    max-width: 70%;
    height: auto;
  }
  .group-hero-img {
    max-width: 140px;
  }
  .group-msg .group-tag {
    position: absolute;
    right: 15px;
    top: 0;
  }
  
  .promo-product {
    padding-top: 12px;
  }
  .videobox {
    margin: 0 -15px;
    position: relative;
    margin-top: -6px;
  }
  
  .btn-slidenav {
    display: none;
  }
  
  .prevnextprod {
    display: block;
  }
  
  .panel-filters,
  .scrolled .panel-filters {
    top: 68px;
  }
  
  .blog-body,
  .blog-side {
    float: none;
    width: 100%;
  }
  .blog-side {
    padding-left: 0;
  }
  .side-blog-sections {
    display: none;
  }
  
  .form-contact {
    margin-top: 60px;
  }
  
.modal {
	max-height: none;
	width: 90%;
}

.modal.fade.in {
	top: 25px;
}

.modal .modal-body {
    padding: 25px 15px;
}

.modal .form-horizontal .control-label {
    float: none;
    text-align: left;
}

.modal .form-horizontal .controls {
    margin: 0;
}

.modal .alert {
    padding: 15px 0;
}

.modal .form-regular .inputfield {
    width: 100%;
}

.list-soc li {
    margin: 0 2px;
}

.product-hero-gallery .owl-pagination {
    display: flex;
    flex-wrap: wrap;
  }
  .product-hero-gallery .owl-page {
    width: 20%;
  }
  .product-hero-gallery .item-link img {
    width: 100%;
  }
  
  .table-responsive&gt;.table&gt;thead&gt;tr&gt;th,
  .table-responsive&gt;.table&gt;tbody&gt;tr&gt;th,
  .table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th,
  .table-responsive&gt;.table&gt;thead&gt;tr&gt;td,
  .table-responsive&gt;.table&gt;tbody&gt;tr&gt;td,
  .table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td {
	  white-space: normal;
  }
  
  	.filterbar {
		text-align: center;
		margin-top: -20px;
	}

	.filter-type:not(.reset-filter-type) {
		display: block;
		margin-bottom: 3px;
		margin-right: 0;
	}
	
	.filter-type.search-filter-type {
		float: right;
		margin-right: 8px;
		position: relative;
	}
	
	.search-filter-type .filter-type-container::before {
		display: none;
	}
	
	.filter-type-label {
		display: block;
		font-size: 13px;
	}
	
	.search-filter-type .filter-type-label {
		margin-right: 0;
	}
	
	.filter-type-value {
		min-width: 190px;
		font-size: 14px;
		padding: 5px 30px 5px 10px;
	}
	
	.filter-type-value::after {
		top: 14px;
	}
	
	.filterbar-cancel-btn {
		display: inline-block;
		margin: 20px 0 0 20px;
		color: rgba(57, 63, 69, .55);
	}
	
	.filterbar-cancel-btn:hover {
		color: rgba(57, 63, 69, 1);
	}
	
	.filter-type-container:hover .filter-values-wrapper {
		display: none;
	}
	
	.filter-values-wrapper,
	.search-filter-type .filter-type-container {
		background: #fff;
		position: fixed;
		top: 0;
		transform: none;
		right: 0;
		left: auto;
		min-width: 250px;
		width: 100%;
		height: 100%;
		text-align: left;
	}
	
	.works-search-btn {
		font-size: 13px;
		color: #f4811e;
		text-decoration: none;
	}
	
	.filterbar-toggle-btn {
		margin: 0;
	}
	
	.search-filter-type .filterbar-cancel-btn {
		margin: 0;
	}
	
	.search-filter-type .filter-type-container {
		padding: 20px;
	}
	
	.filter-values {
		margin: 0;
	}
	
	/*.list-works.three &gt; li:first-child a .imgbox {
		margin-top: 5px;
	}*/
	
	.search-filter-type form {
		min-width: auto;
		margin-top: 20px;
	}

}

@media only screen and (max-width: 700px) {
  .list-grouppromos &gt; li {
    display: block;
  }
  .list-grouppromos &gt; li &gt; * {
    display: block;
  }
  .list-grouppromos .groupfoot {
    padding-bottom: 15px;
  }

  .list-popblocks &gt; li {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    margin-right: -4px;
  }
  .list-popblocks:hover &gt; li, 
  .list-popblocks:hover &gt; li:hover {
    width: 100%;
  }
  .list-popblocks .popblock {
    padding-top: 0;
  }
  .list-popblocks .circle {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 28px;
  }
  .list-popblocks .popblock &gt; a {
    margin: 0;
    min-height: inherit;
  }
  .list-popblocks .popblock .circle {
    margin-bottom: 0;
  }
  .list-popblocks .popblock &gt; a &gt; * {
    display: inline-block;
  }
  .list-popblocks p {
    font-size: .85em;
    margin-left: 5px;
    position: relative;
    top: -3px;
  }
  .list-popblocks .popout {
    position: static;
    max-height: 0;
    background-color: #E9EBED;
    padding: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    min-height: inherit;
    overflow: hidden;
  }
  .list-popblocks .popblock:hover .popout {
    max-height: 500px;
    padding: 15px 12px;
    box-shadow: none;
  }
  .list-popblocks .popblock:hover .circle {
    box-shadow: 0 0 0 1px rgba(255,255,255,.82);
  }
  .list-popblocks .popblock.color1:hover &gt; a {
    background-color: #F4811E;
    color: #fff;
  }
  .list-popblocks .popblock.color2:hover &gt; a {
    background-color: #2E94C8;
    color: #fff;
  }
  .list-popblocks .popblock.color4:hover &gt; a {
    background-color: #00AE4C;
    color: #fff;
  }
  .list-popblocks .popblock.color5:hover &gt; a {
    background-color: #763AC0;
    color: #fff;
  }
  .list-how .popout img, 
  .list-how .popout p {
    transform: translateY(0);
  }
  .list-how .popout p {
    font-size: 1em;
  }

  .list-works &gt; li {
    width: 50%;
  }
  

}

@media screen and (min-width: 769px)
{
  .filters-our-works {
    display: none;
  }
}


@media screen and (min-width: 768px)
{
  .navbar-mobiletop {
    display: none;
  }
  .mobile-bar {
    display: none;
  }
  .nav&gt;li.sec {
    display: none;
  }
  .navbar-brand {
    margin-top: -30px;
  }
  .scrolled .topbar {
    padding-top: 4px;
    padding-bottom: 6px;
  }
  .scrolled .header {
    height: 80px;
    box-shadow: 0 1px 6px rgba(0,0,0,.08);
  }
  .scrolled .navbar-default {
    min-height: inherit;
  }
  .scrolled .navbar-brand img {
    width: 200px;
  }
  .scrolled .navbar-default .navbar-nav&gt;li&gt;a, 
  .scrolled .navbar-default .navbar-nav&gt;li&gt;a:focus {
    font-size: 13px;
  }


  .row-group {
    display: flex;
    align-items: center;
  }
  
  .about-section {
    background-image: url('https://www.intermedasia.com/wp-content/uploads/2018/10/about-bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 30px;
  }
  
  .contacts {
    padding-top: 64px;
  }
  
}

.toppromo,
body:not(.home) .content-body {
    margin-top: 120px;
}

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media screen and (max-width: 767px)
{
  .toppromo,
  body:not(.home) .content-body {
    margin-top: 45px;
  }
  body {
    padding-top: 45px;
  }
  .prodlist ul li img {
    width: 100%;
    height: auto;
  }
  .prodlist ul li a {
    font-size: 13px;
    min-height: 120px;
    padding: 10px 7px;
    padding-top: 14px;
  }
  .productbar .btn-explorecatalog {
    font-size: 14px;
    font-weight: 700;
  }
  .mobile-bar .logo {
    padding-top: 12px;
  }
  .mobile-bar .logo img {
    display: none;
  }
  .mobile-bar .logo .mobile-logo {
    display: block;
    width: 120px;
    height: auto;
  }
  .btn-mobilemenu  {
    margin-right: -10px;
    margin-top: 1px;
  }
  .btn-mobilemenu .bar {
    width: 24px;
    height: 2px;
    color: #222;
  }
  .mobile-bar .logo img {
    width: 90px;
  }
  .navbar-mobiletop {
  }
  .navbar-mobiletop a {
    padding: 8px 10px;
    font-size: 12px;
  }

  .withstatnav.owl-theme .owl-controls .owl-buttons div,
  .btn-slidenav {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.2em;
  }
  .withstatnav.owl-theme .owl-controls .owl-buttons .owl-next,
  .btn-slidenavnext {
    right: -20px;
  }
  .withstatnav.owl-theme .owl-controls .owl-buttons .owl-prev,
  .btn-slidenavprev {
    left: -20px;
  }
  
  .product-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .list-thumbs {
    margin: 0;
  }
  .list-thumbs.withstatnav.owl-theme .owl-controls {
    margin-top: -25px;
  }
  .list-thumbs.owl-theme .owl-controls .owl-buttons div {
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: .9em;
    background-color: rgba(0,0,0,.25);
    color: rgba(255,255,255,.75);
  }
  .list-thumbs.owl-theme .owl-controls .owl-buttons .owl-next,
  .btn-slidenavnext {
    right: -10px;
  }
  .list-thumbs.owl-theme .owl-controls .owl-buttons .owl-prev,
  .btn-slidenavprev {
    left: -10px;
  }
  .list-thumbs.owl-theme .owl-controls .owl-buttons .owl-next .icon-arrow {
    margin-right: 5px;
  }
  .list-thumbs.owl-theme .owl-controls .owl-buttons .owl-prev .icon-arrow {
    margin-left: 5px;
  }
  
  
  

  .block {
    padding: 35px 0;
  }
  .block-how {
    padding-bottom: 75px;
  }
  .secthead {
    font-size: 1.6em;
  }
  .btn-explorecatalog {
    font-size: 1.6em;
    letter-spacing: -.05em;
  }
  .list-how {
    margin-top: -10px;
    margin-bottom: -60px;
  }

  .list-works .title {
    font-size: 1.2em;
    letter-spacing: 0px;
  }
  .about p {
    font-size: 1.05em;
  }

  .picto-about {
    max-width: 140px;
    height: auto;
  }
  
  .newpic {
    width: 55px;
    right: 12px;
    top: 36px;
  }
  .list-prodgroups li:hover .newpic {
    top: 26px;
  }
  
  .product-msg h1,
  .product-msg .title {
    font-size: 1.6em;
  }
  .small-desc {
    font-size: .9em;
  }
  
  .nav-prodtabs &gt; li &gt; a {
    font-size: 12px;
  }
  
  .prevnextprod {
    display: flex;
  }
  .prevnextprod a {
    padding: 10px 12px;
    float: none;
    flex: 1;
    font-size: 13px;
    line-height: 1.2em;
  }
  .prevnextprod a span {
    padding-bottom: 3px;
  }
  
  .list-prodgroups .title {
    font-size: 15px;
  }
  
  .navbar-default {
    width: 260px;
    right: -260px;
  }
  
  .panel-filters,
  .scrolled .panel-filters {
    top: 45px;
  }
  
  .list-works.three &gt; li {
    width: 100%;
	padding: 0;
  }
  .block .form-contact h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .form-contact .form-control,
  .form-contact .test .form-control {
    font-size: .9em;
    height: 30px;
  }
  
  .list-prodgroups {
    margin-top: -30px;
  }
  .list-prodgroups li {
    width: 100%;
  }
  .list-lastviewedlist li {
    width: 50%;
  }
  
  .group-msg h1 {
    font-size: 1.4em;
  }
  .group-msg p {
    font-size: .875em;
  }
  .promo-group {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .btn-showdesc {
    display: inline-block;
  }
  .shorten {
    display: none;
  }
  
  .block .body .intro {
    font-size: 1.2em;
  }
  .block .body blockquote {
    margin-left: 10px;
    padding-left: 10px;
  }
  .block .body blockquote p {
    font-size: .875em;
  }
  
  .block-blog {
    padding-top: 15px;
  }
  
  .blogposts {
    margin: 0;
  }
  .blogpost,
  .blogpost.top {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 12px;
  }
  .blogpost .blogcontent {
    min-height: inherit;
  }
  
  .blog-body h1 {
    font-size: 1.55em;
  }
  .blog-body .intro {
    font-size: 1.15em;
  }
  
  .list-thumbs {
    margin-top: 7px;
  }
  
  .toppromo .promo-slider .imgbox {
    padding-top: 77.5%;
  }
  
  .toppromo .imgbox-desktop-only {
	  display: none;
  }
  
  .toppromo .imgbox-mobile-only {
	  display: block;
  }
  
  /*.toppromo .imgbox1 {
    background-image: url(../img/top-banner-1a-mobile.jpg) !important;
  }
  .toppromo .imgbox2 {
    background-image: url(../img/top-banner-2a-mobile.jpg) !important;
  }
  .toppromo .imgbox3 {
    background-image: url(../img/top-banner-3a-mobile.jpg) !important;
  }
  .toppromo .imgbox4 {
    background-image: url(../img/top-banner-4a-mobile.jpg) !important;
  }
  .toppromo .imgbox5 {
    background-image: url(../img/top-banner-5a-mobile.jpg) !important;
  }*/
  
  .our-works-link {
		margin: 0 0 0 30px;
	}
	
	.copy .link-separator {
		display: none;
	}
	
	.copy a {
		display: block;
	}
	
	.product-cat-header-left, .product-cat-header-right {
		float: none;
		margin-bottom: 20px;
	}

}

@media screen and (min-width: 480px) {



}



@media screen and (max-width: 480px)
{
  .list-works .title {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 360px)
{
	
  .navbar-mobiletop a {
    padding: 8px 6px;
    font-size: 11px;
  }

  .list-popblocks .popblock &gt; a {
    padding: 15px 12px;
  }
  .list-popblocks p {
    font-size: .75em;
  }
  .mobile-bar .logo {
    padding-top: 14px;
  }
  .mobile-bar .logo .mobile-logo {
    width: 105px;
  }
}

@media print {
  a[href]:after {
    content: none !important;
  }
  body {
    padding-top: 0;
  }
  .block {
    padding: 15px 0;
  }
  .block.grey {
    background-color: #fff;
  }
  .print-header {
    display: block;
  }
  .header,
  .topbar,
  .navbar-default,
  .blog-side,
  .btn-nlettersubscribe,
  .blog-img a:before,
  .blog-body .list-socshare,
  .side-box-otherposts,
  .footer {
    display: none;
  }
  .blog-body {
    width: 100%;
    float: none;
  }
  .blog-body .inner {
    max-width: 85%;
  }
  .blog-body h1 {
    font-size: 28px;
  }
  .blog-body .intro {
    font-size: 20px;
  }
  .block .body p,
  .block .body ul {
    font-size: 17px;
  }
  
  .product-msg .btn-print,
  .block-lastviewed,
  .product-gallery,
  .btn-slidenav,
  .product-msg .btn-inquire,
  .product-msg .btn-learnmore,
  .block-about .form-contact,
  .nav-prodtabs {
    display: none;
  }
  
  .promo-product {
    max-width: 85%;
    margin: 0 auto;
  }
  .product-logo {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 30px;
  }
  .product-logo img {
    width: 140px;
    height: auto;
  }
  .block-about {
    border-top: 1px solid #fff;
    background-color: #fff;
  }
  .tab-prodcontent .tab-pane {
    display: block !important;
  }
  .product-msg h1 {
    text-align: center;
    font-size: 42px;
  }
  .product-name  {
    text-align: center;
  }
  .product-msg h4 {
    font-size: 24px;
  }
  .product-msg p {
    font-size: 17px;
  }
  .print-headline {
    display: block;
    font-weight: 700;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 8px;
  }
  .print-learnmore {
    display: block;
  }
  .list-feats {
    display: flex;
    border: 1px solid rgba(0,0,0,.1);
  }
  .list-feats li {
    flex: 1;
    text-align: center;
    font-size: 17px;
    padding: 10px 20px;
  }
  .list-feats .circle {
    display: block;
    margin: 0 auto;
    margin-bottom: 7px;
    border: 1px solid rgba(0,0,0,.1);
  }
  .list-feats li + li {
    border-left: 1px solid rgba(0,0,0,.1);
  }
  .product-msg .table-responsive {
    overflow: visible;
    border: none;
    font-size: 17px;
  }
  .product-msg .table&gt;tbody&gt;tr&gt;td {
    font-size: 15px;
  }
  .list-applications {
    font-size: 17px;
  }
  
}</pre></body></html>