﻿/* Generated by less 2.2.0 */
/*
Theme Name: Matrix
Theme URI: http://matrix-software.com/
Author: ambu novo
Author URI: http://true-story.lt/
Version: 0.1
*/
/* LETS IMPORT BASE VARIABLES */
/* COLORS */
/* SOCIAL COLORS */
/* SPECIAL COLORS */
/* FONTS */
/* Micro ClearFix Mixin */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

body { 
	overflow-x: hidden;
}

#page { /* matrix */
/*body { ambunovo */
  background: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  line-height: 1.6;
  color: #000000;
  padding-top: 105px;
  /* let's hide parallax & fixed menu white overlay */
}

#page:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 110px;
  width: 100%;
  background: #0081c8;
}
* {
  margin: 0;
  padding: 0;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* -----------------------------------------------------------------------------------
/ MAIN TYPOGRAPHY
/-----------------------------------------------------------------------------------*/
a {
  color: #0081c8;
  text-decoration: underline;
  word-wrap: break-word;
}
a:hover,
a:focus {
  color: #006095;
  text-decoration: none;
}
h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  margin: 20px 0;
}
h1 {
  font-size: 3.3em;
}
.knowledge-base h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 2.65em;
  font-weight: 400;
  color: #0081c8;
}
h2 span {
  display: block;
  font-size: 55%;
  font-weight: 600;
}
h2.heading {
  margin: 0 0 60px;
  text-align: center;
}
.knowledge-base h2 {
  font-size: 1.4em;
}
h3 {
  color: #0081c8;
  font-size: 1.45em;
}
hr {
  border: none;
  border-bottom: solid 1px #ababab;
  clear: both;
  margin: 40px 0;
}
.note, blockquote {
  display: block;
  clear: both;
  padding: 20px;
  margin: 20px 0;
  border-left: solid 5px #0081c8;
  background: #fff8ed;
  font-style: italic;
}
.note p:last-of-type blockquote p:last-of-type {
  padding-bottom: 0;
}

.note {
  display: table;
  margin-left: 40px;
}
p {
  padding-bottom: 20px;
}

.knowledge-base .menu-item a {
  font-size: 13px;
}

img {
  max-width: 100%;
}

.knowledge-base img {
  max-width: 100%;
  height: auto;
}
/* -----------------------------------------------------------------------------------
/ default desktop styles
/-----------------------------------------------------------------------------------*/
/* main wrappers width & font-size */

/* div#page { */
	/* font-size: 1.8em; */
/* } */

.view-news,
.view-content,
.container,
.wrap {
  width: 1200px;
  padding: 0 15px;
  margin: auto;
}

.container.full {
	position: relative;
	width: auto;
	padding: 0;
	margin: 0;
	border: none;
}

.container.wider {
	width: auto;
	max-width:1600px;
}

.container {
	font-size: 1.8em;
	zoom: 1;
}

.knowledge-base .container {
	font-size: 14px;
}

.container:before, 
.container:after, 
.view-news .view-content:before,
.view-news .view-content:after,
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}

.container:after, 
.view-news .view-content:after,
.wrap:after {
  clear: both;
}

TIME {
  line-height: 1;
  color: #999999;
}
/* TABLE STYLES */
TABLE {
  border-collapse: collapse;
  margin: 15px 0;
}

TABLE TABLE {
	display:block;
	margin: 15px;
	/* word-break: break-all; */
	font-size: 80%;
	width: auto;
}
TABLE TD,
TABLE TH {
  vertical-align: top;
  /* padding: 10px 15px; changed for KB */
  padding: 4px; 
  text-align: left;
  border: solid 1px #ebebeb;
}
TABLE TD p:only-child,
TABLE TH p:only-child {
  padding: 0;
  margin:0;
}
TABLE TH {
  background: #fafafa;
  font-weight: normal;
  vertical-align: middle;
  border: solid 1px #ebebeb;
}
/* LIST STYLES */
ol {
  counter-reset: section;
  list-style-type: none;
}

ol li:before {
  counter-increment: section;
  content: counters(section, ".") ".";
  display: inline-block;
}
ol ol {
  padding: 10px 20px;
}
ul.list {
  margin: 20px;
  padding: 0;
  list-style-type: none;
  clear: both;
  width: 100%;
  float: left;
}
ul.list li {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 0 15px 30px;
}
ul.list li:before {
  content: "";
  width: 5px;
  height: 5px;
  float: left;
  background: #0081c8;
  position: absolute;
  left: 15px;
  top: 10px;
  -webkit-transition: background 0.1s ease-out;
  -moz-transition: background 0.1s ease-out;
  -o-transition: background 0.1s ease-out;
  -ms-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
}
h2 + ul.list {
  top: -20px;
}
ul.list.hover li:hover:before {
  width: 7px;
  height: 7px;
  left: 14px;
  top: 6px;
}
/* COMMON STYLES & SPECIALS */
.alignleft {
  margin: 10px 30px 10px 0;
  float: left;
}
.alignright {
  margin: 10px 0 10px 30px;
  float: right;
}
.aligncenter {
  margin: 20px auto;
  display: block;
}
a.overlay {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
}
a.with-icon {
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
a.with-icon i {
  font-size: 2.2em;
  min-width: 50px;
  top: 5px;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}

.avatar-wrap img,
img.avatar {
  border-radius: 50% 50%;
}
.leed {
  font-size: 1.6em;
  line-height: 1.2;
}
.stats {
  color: #0081c8;
  font-size: 1.6em;
  line-height: 1.2;
  font-weight: 100;
}
.stats strong {
  display: block;
  font-weight: 700;
  font-size: 2em;
  padding-bottom: 10px;
}
.button-group .button {
  display: block;
  clear: both;
  float: left;
  min-width: 500px;
  text-align: center;
  margin: 10px 0;
}
.button-list {
  margin: 15px 0;
  zoom: 1;
}

.button-group:before,
.button-group:after,
.button-list:before,
.button-list:after {
  content: "";
  display: table;
}

.button-group:after,
.button-list:after {
  clear: both;
}

.button-list dt a /* can be removed later */ {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 20px;
  background: #f39200;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button-list dt a span /* can be removed later */ {
  position: absolute;
  display: block;
  float: left;
  top: 0;
  right: 0;
  background: #0081c8;
  padding: 10px 20px;
  font-weight: 300;
  border-left: solid 3px #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button-list dt a:hover /* can be removed later */ {
  background: #0081c8;
}
.button-list dt a:hover span /* can be removed later */ {
  color: #000;
}
/* -----------------------------------------------------------------------------------
/ GRID
/-----------------------------------------------------------------------------------*/
.grid {
  zoom: 1;
}
.grid .half,
.grid .one-third,
.grid .one-fourth,
.grid .two-third {
  padding: 0 15px;
  margin: 0;
  float: left;
}
.grid .half.text-align-center,
.grid .one-third.text-align-center,
.grid .one-fourth.text-align-center,
.grid .two-third.text-align-center {
  text-align: center;
}
.grid .row {
  margin: 0;
  padding: 0;
}
.grid .half {
  width: 50%;
}
.grid .one-third {
  width: 33.333333%;
}
.grid .two-third {
  width: 66.666666%;
}
.grid .one-fourth {
  width: 25%;
}
.grid .one-third-pulled {
  margin: 0 33.333333%;
}
.grid:before,
.grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}

.grid .center-element {
  margin: 0 25%;
}

.grid .highlight .box {
  border: 2px solid #0081c8;
}

/* -----------------------------------------------------------------------------------
/ LOOPS
/-----------------------------------------------------------------------------------*/
.featured-loop {
  z-index: 1;
  margin: -160px 0 60px;
}
.featured-loop h2 {
  background: #0081c8;
  color: #fff;
  padding: 20px 30px;
  margin: 0;
  height: 100px;
  font-size: 1.4em;
  font-weight: 600;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-loop h2 a {
  color: #fff;
}
.featured-loop h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 20px;
  height: 20px;
  background: #3badb6;
}
.featured-loop .content {
  overflow: hidden;
  z-index: -1;
}
.featured-loop .content img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  float: left;
}

.featured-loop .steel-construction h2:after { /* matrix */
  background: #3badb6;
}

.featured-loop .structural-engineers h2:after, /* matrix */
.featured-loop .superstyled:first-of-type h2:after, /* matrix */
.featured-loop .one-third:first-of-type h2:after {
  background: #f39200;
}
.featured-loop .windowframe h2:after, /* matrix */
.featured-loop .superstyled:last-of-type h2:after, /* matrix */
.featured-loop .one-third:last-of-type h2:after {
  background: #c7d301;
}

.featured-loop .precast-concrete h2:after { /* matrix */
  background: #808080;
}

.featured-loop .superstyled:hover .content img, /* matrix */
.featured-loop .one-third:hover .content img,
.featured-loop .one-fourth:hover .content img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  opacity: 0.5;
}

.featured-loop .steel-construction:hover h2, /* matrix */
.featured-loop .superstyled:hover h2, /* matrix */
.featured-loop .one-third:hover h2 {
  background: #3badb6;
}
.featured-loop .structural-engineers:hover h2, /* matrix */
.featured-loop .superstyled:hover:first-of-type h2, /* matrix */
.featured-loop .one-third:hover:first-of-type h2 {
  background: #f39200;
}
.featured-loop .windowframe:hover h2, /* matrix */
.featured-loop .superstyled:hover:last-of-type h2, /* matrix */
.featured-loop .one-third:hover:last-of-type h2 {
  background: #c7d301;
}
.featured-loop .precast-concrete:hover h2 /* matrix */ {
  background: #808080;
}
.solutions-loop {
  text-align: center;
}
.solutions-loop h2 {
  margin-bottom: 60px;
}

.solutions-loop .steel-construction h3 span, /* matrix */
.solutions-loop .steel-construction h3 a, /* matrix */
.solutions-loop h3 span, /* matrix */
.solutions-loop h3 a {
  color: #3badb6;
}
.solutions-loop .structural-engineers h3 a, /* matrix */
.solutions-loop .structural-engineers h3 span, /* matrix */
.solutions-loop .superstyled:first-of-type h3 a, /* matrix */
.solutions-loop .superstyled:first-of-type h3 span, /* matrix */
.solutions-loop .one-third:first-of-type h3 a {
  color: #f39200;
}
.solutions-loop .windowframe h3 a, /* matrix */
.solutions-loop .windowframe h3 span, /* matrix */
.solutions-loop .superstyled:last-of-type h3 a, /* matrix */
.solutions-loop .superstyled:last-of-type h3 span, /* matrix */
.solutions-loop .one-third:last-of-type h3 a {
  color: #c7d301;
}
.solutions-loop .precast-concrete h3 a, /* matrix */
.solutions-loop .precast-concrete h3 span /* matrix */ {
  color: #808080;
}

.node-loop img {
  float: left;
  width: 100%;
  height:auto;
}
.node-loop h3 {
  margin: 0;
  font-size: .95em;
  padding: 15px 0;
  width: 100%;
  clear: both;
  float: left;
  border-bottom: solid 1px #0081c8;
  z-index: 1;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.node-loop h3 a {
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.node-loop .content {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.node-loop .content img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.node-loop .one-third {
  margin-bottom: 50px;
  padding: 0 15px;
}
.node-loop .one-third:nth-of-type(3n+1) {
  clear: both;
}
.node-loop .one-third:first-of-type h2:after {
  background: #f39200;
}
.node-loop .one-third:last-of-type h2:after {
  background: #c7d301;
}
.node-loop .one-third:hover .content img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  opacity: .5;
}
.node-loop .one-third:hover h3 {
  border-bottom-color: #f39200;
}
.node-loop .one-third:hover h3 a {
  color: #f39200;
}
.node-loop .one-third:hover:nth-of-type(3n+1) h3 {
  border-bottom-color: #3badb6;
}
.node-loop .one-third:hover:nth-of-type(3n+1) h3 a {
  color: #3badb6;
}
.node-loop .one-third:hover:nth-of-type(3n+2) h3 {
  border-bottom-color: #c7d301;
}
.node-loop .one-third:hover:nth-of-type(3n+2) h3 a {
  color: #c7d301;
}
.icon-loop .one-third {
  margin-bottom: 50px;
}
.icon-loop .one-third:nth-of-type(3n+1) {
  clear: both;
}
.icon-loop .thumb {
  text-align: center;
  z-index: -1;
}
.icon-loop h3 {
  top: -20px;
  background: #fff;
  text-align: center;
  border-top: solid 1px #0081c8;
  padding: 40px 0 0;
  margin: 0;
}
.icon-loop h3:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  height: 23px;
  width: 100%;
  background: url(../images/shadow.png) 50% 0 no-repeat;
}
.leed-loop .row {
  border-bottom: solid 1px #ababab;
  padding: 0 0 40px;
  margin: 0 0 40px;
  zoom: 1;
}
.leed-loop .row:before,
.leed-loop .row:after {
  content: "";
  display: table;
}
.leed-loop .row:after {
  clear: both;
}
.leed-loop .half {
  text-align: left;
  padding: 0 15px 0 0;
}
.leed-loop .half:last-of-type {
  padding: 0 0 0 15px;
}
.leed-loop h3 {
  margin: 0 0 20px;
  font-size: 1.2em;
}
.leed-loop .button-group .button {
  display: inline-block;
  clear: none;
  min-width: auto;
  width: 46%;
  margin: 30px 4% 0 0;
}
.leed-loop .button-group .button:last-of-type {
  margin: 30px 0 0 4%;
}
.contact-loop {
  padding: 0 80px;
}
.contact-loop .half {
  text-align: left;
  padding-bottom: 60px;
  padding-left: 140px;
}
.contact-loop .employee {
  display: flex;
  text-align: left;
  padding-bottom: 60px;
  padding-left: 140px;
  align-items:center;
}
.contact-loop .employee .avatar {
  float:left;
  margin-right:20px;
}
.contact-loop .employee .position {
	display: block;
	font-style: italic;
}
.contact-page-loop .box {
  background: #f3f3f3;
  padding: 40px 20px;
}
.contact-page-loop .content {
  padding-left: 130px;
  min-height: 90px;
  text-align: left;
}
.contact-page-loop h3 {
  font-size: 1em;
  margin: 0 0 40px;
}
.contact-page-loop .avatar {
  position: absolute;
  left: 0;
  top: -20px;
}

/* -----------------------------------------------------------------------------------
/ CONTENT SECTIONS
/-----------------------------------------------------------------------------------*/
.solid-content,
.color-content,
.simple-content,
.light-content,
.zebra-content,
.zebra-content-even,
.zebra-content-odd,
.leed-content {
  margin: 60px 0;
  width: 100%;
  float: left;
  clear: both;
  z-index: 1;
}
.solid-content.no-margin,
.color-content.no-margin,
.simple-content.no-margin,
.zebra-content.no-margin,
.zebra-content-even.no-margin,
.zebra-content-odd.no-margin,
.light-content.no-margin,
.leed-content.no-margin {
  margin: 0;
}
.solid-content.no-bottom-margin,
.color-content.no-bottom-margin,
.simple-content.no-bottom-margin,
.zebra-content.no-bottom-margin,
.zebra-content-odd.no-bottom-margin,
.zebra-content-even.no-bottom-margin,
.light-content.no-bottom-margin,
.leed-content.no-bottom-margin,
.featured.no-bottom-margin {
  margin-bottom: 0;
}
.solid-content.no-top-margin,
.color-content.no-top-margin,
.simple-content.no-top-margin,
.zebra-content.no-top-margin,
.zebra-content-odd.no-top-margin,
.zebra-content-even.no-top-margin,
.light-content.no-top-margin,
.leed-content.no-top-margin {
  margin-top: 0;
}
.solid-content.parallax,
.color-content.parallax,
.simple-content.parallax,
.zebra-content.parallax,
.zebra-content-odd.parallax,
.zebra-content-even.parallax,
.light-content.parallax,
.leed-content.parallax {
  background: none;
}
.leed-content {
  padding: 0;
  text-align: center;
}
.leed-content .wrap {
  padding: 0 215px 0;
}
.leed-content.item {
  text-align: left;
}
.solid-content {
  background: #0081c8;
  color: #fff;
  padding: 40px 0;
}
.solid-content h2,
.solid-content h3 {
  color: #fff;
}
.solid-content h3 {
  font-size: 2em !important;
  line-height: 1.4;
}
.solid-content a {
  color: #fff;
}
.solid-content .solid-content-img {
  margin-top: 20px;
}
.solid-content.bg-image {
  background: url("../images/solid-content-fill.png") 10% 100% no-repeat #0081c8;
}
.solid-content.bg-image-inverse {
  background: url("../images/solid-content-fill-inverse.png") 90% 100% no-repeat #0081c8;
}
.solid-content .solid-content-overlay,
.content .content-overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 45px;
  display: inline-block;
}

.color-content {
  background: #f39200;
  color: #fff;
  padding: 40px 0;
}
.color-content h2,
.color-content h3 {
  color: #fff;
}
.color-content .darken-text {
  color: #000;
}
.color-content .testimonial h3,
.color-content .testimonial .testimonial-icon {
  color: #fff;
}
.color-content .testimonial .testimonial-credits {
  color: #000;
}
.light-content,
.zebra-content,
.zebra-content-odd,
.zebra-content-even {
    padding: 60px 0;
 }
 
.zebra-content-odd,
.zebra-content:nth-child(odd), .zebra-content:nth-child(odd) .icon-loop h3,
.light-content, .light-content .icon-loop h3 {
  background: #f3f3f3;
}
.testimonial h3 {
  font-size: 2em;
  font-weight: 400;
  color: #0081c8;
}
.testimonial .testimonial-icon {
  font-size: 5em;
  position: absolute;
  display: block;
  left: -35px;
  top: -15px;
  color: #0081c8;
}
.testimonial .testimonial-credits {
  padding-bottom: 20px;
  color: #0081c8;
}

/* -----------------------------------------------------------------------------------
/ FEATURED
/-----------------------------------------------------------------------------------*/


/* 
.featured {
	background: transparent;
	display:table;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 65%;
	
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-size: 100% 65%;
	background-size: cover; 
	display: table;
	width: 100%;
	margin: 0 0 60px;
}*/
/*
.solid-content.featured {
	margin: 60px 0;
}
*/

.featured.background-home {
	background-image: url(/themes/matrix/images/featured/featured-home.jpg);
}
.featured.background-se {
	background-image: url(/themes/matrix/images/featured/featured-se.jpg);
}
.featured.background-se-ce {
	background-image: url(/themes/matrix/images/featured/featured-se-ce.jpg);
}
.featured.background-sc {
	background-image: url(/themes/matrix/images/featured/featured-sc.jpg);
}
.featured.background-sc-ce {
	background-image: url(/themes/matrix/images/featured/featured-sc-ce.jpg);
}
.featured.background-wf {
	background-image: url(/themes/matrix/images/featured/featured-wf.jpg);
}
.featured.background-wf-ce {
	background-image: url(/themes/matrix/images/featured/featured-wf-ce.jpg);
}
.featured.background-wf-wood {
	background-image: url(/themes/matrix/images/featured/featured-wf-wood.jpg);
}
.featured.background-matrixframe {
	background-image: url(/themes/matrix/images/featured/featured-matrixframe.jpg);
}
.solid-content.featured.background-buy,
.featured.background-buy {
	background-image: url(/themes/matrix/images/featured/featured-buy.jpg);
}
.solid-content.background-ask-specialists,
.background-ask-specialists {
		background-image: url(/themes/matrix/images/featured/featured-ask-specialists.jpg);
}
.featured.background-about {
	background-image: url(/themes/matrix/images/featured/featured-about.jpg);
}
.featured.background-education {
	background-image: url(/themes/matrix/images/featured/featured-education.jpg);
}
.featured.background-contact {
	background-image: url(/themes/matrix/images/featured/featured-contact.jpg);
}
.featured {
  display: table;
  width: 100%;
  margin: 0 0 60px;
}
.featured.no-margin {
  margin:0;
}
.featured .wrap {
  display: table;
}
.featured .wrap .content {
  display: table-cell;
  vertical-align: middle;
  height: 495px;
  padding: 0 15px;
}
.featured img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 495px;
}
.featured h1 {
  color: #fff;
}
.featured .leed {
  color: #fff;
  font-size: 2em;
}
.featured-leed {
  margin: -110px 0 30px;
  z-index: 1;
}
.featured-leed .wrap {
  padding: 20px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
}
/* -----------------------------------------------------------------------------------
/ FOOTER
/-----------------------------------------------------------------------------------*/
#footer {
  background: #065989;
  color: #5AC8FF;
  padding: 50px 0 50px;
  zoom: 1;
  clear: both;
}
#footer:before,
#footer:after {
  content: "";
  display: table;
}
#footer:after {
  clear: both;
}
#footer a {
  color: #5AC8FF;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
#footer a:hover {
  color: #fff;
}
#footer .footer-navigation {
  float: left;
  width: 25%;
}
#footer .footer-navigation a {
  display: block;
}
#footer .box {
  float: left;
  width: 25%;
}
#footer .box a i.fab {
  font-size: 2.5em;
  margin: 10px 10px 0 0;
}
#footer .copyright {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 50px;
  padding-top: 10px;
  border-top: solid 1px #0081c8;
  font-size: .8em;
}
#footer .copyright span {
  float: right;
}
#footer .copyright a {
  padding-right: 10px;
}
.box a i.fas {
	font-size: 2.5em;
	width: 80px;
	text-align:center;
}

/* -----------------------------------------------------------------------------------
/ SIDEBAR
/-----------------------------------------------------------------------------------*/
#sidebar .block-book-navigation {
	margin-bottom: 30px;
}
#sidebar .block-book-navigation h2 {
	font-size: 1.5em;
}
#sidebar .block-book-navigation li {
	font-size: 0.9em;
}

/* -----------------------------------------------------------------------------------
/ Pagination
/-----------------------------------------------------------------------------------*/
#pagination {
  clear: both;
  width: 100%;
  float: left;
  margin: 0;
  padding: 10px 30px 30px;
}
#pagination ul {
  margin: 0;
  padding: 0 !important;
}
#pagination ul li {
  list-style-type: none;
  float: left;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#pagination ul li a {
  display: block;
  float: left;
  margin: 0 1px 1px 0;
  padding: 7px 20px;
  font-size: 1.2em;
  background: #fff8ed;
  color: #000000;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
#pagination ul li a:hover {
  text-decoration: none;
  background: #fff0d9;
}
#pagination ul li span.current {
  display: block;
  float: left;
  margin: 0 1px 1px 0;
  padding: 7px 20px;
  font-size: 1.2em;
  background: #0081c8;
  color: #fff;
  cursor: default;
}

/* -----------------------------------------------------------------------------------
/ ALERTS & MESSAGES
/-----------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------
/ SELECT DROPDOWN
/-----------------------------------------------------------------------------------*/
.select {
  color: #0081c8;
  height: 50px;
  margin-bottom: 60px;
  cursor: pointer;
  width: 100%;
  float: left;
  z-index: 99;
}
.select .content {
  border: solid 1px #0081c8;
  padding: 10px 15px;
  height: 50px;
  text-align: right;
  overflow: hidden;
  background: #fff;
}
.select span {
  float: left;
}
.select i {
  top: -3px;
  font-size: 2em;
  margin-left: 10px;
  float: right;
}
.select .options {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  border: solid 1px #0081c8;
  border-top: solid 3px #0081c8;
  text-align: center;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.select .options div {
  border-top: solid 1px #0081c8;
  padding: 10px 20px;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: -15px;
}
.select .options div:hover {
  background: #0081c8;
  color: #fff;
}
.select:hover .options {
  visibility: visible;
  opacity: 1;
}
.select:hover .options div {
  margin-top: 0;
}
/* -----------------------------------------------------------------------------------
/ FORM styles
/-----------------------------------------------------------------------------------*/
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  background: #fff;
  border: solid 1px #0081c8;
  -webkit-transition: border 0.3s ease-out;
  -moz-transition: border 0.3s ease-out;
  -o-transition: border 0.3s ease-out;
  -ms-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
}
::-webkit-input-placeholder {
  color: #959595;
  font-style: italic;
  font-family: "Open Sans";
}
::-moz-placeholder {
  color: #959595;
  font-style: italic;
  font-family: "Open Sans";
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #959595;
  font-style: italic;
  font-family: "Open Sans";
}
/* ie */
input:-moz-placeholder {
  color: #959595;
  font-style: italic;
  font-family: "Open Sans";
}
input[disabled],
textarea[disabled],
button[disabled],
input:hover[disabled] {
  opacity: .9;
  cursor: default;
  background: #e6e6e6;
}

.form-item input /*matrix*/,
/*input.input, ambunovo */
textarea {
  display: block;
  width: 100%;
  background: #fff;
  border: solid 1px #c9c9c9;
  margin: 10px auto;
  padding: 15px;
  font-family: "Open Sans";
}
textarea {
  min-height: 150px;
}

.button-wrap a,
input.submit,
.button {
  min-height: 30px;
  line-height: 1;
  border: solid 1px #0081c8;
  color: #0081c8;
  cursor: pointer;
  outline: none;
  display: inline-block;
  font-weight: normal;
  background: none;
  padding: 4px 30px;
  margin: 20px 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
input.submit.inverse,
.button.inverse {
  border: solid 1px #fff;
  color: #fff;
}
input.submit.inverse:hover,
.button.inverse:hover {
  background: #fff;
  color: #0081c8;
}
input.submit.inverse-solid,
.button.inverse-solid {
  background: #0081c8;
  color: #fff;
}
input.submit.inverse-solid:hover,
.button.inverse-solid:hover {
  background: #fff;
  color: #0081c8;
}
.button.inverse-solid.nohover:hover {
  background: #0081c8;
  color: #fff;
}
input.submit.inverse-fill,
.button.inverse-fill {
  background: #fff;
  border: solid 1px #fff;
  color: #f39200;
}

input.submit.inverse-special,
.button.inverse-special {
  border: solid 1px #f39200;
  color: #f39200;
}
input.submit.inverse-special:hover,
.button.inverse-special:hover {
  border: solid 1px #0081c8;
}
.button-wrap.bigger a,
input.submit.bigger,
.button.bigger {
  min-height: 50px;
  font-size: 1.45em;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
}
.button-wrap.full a,
input.submit.full,
.button.full {
  width: 100%;
  text-align: center;
}
.button-wrap.full a:hover,
input.submit:hover,
.button:hover {
  color: #fff;
  background: #0081c8;
  text-decoration: none;
}
.button.nohover:hover {
  color: #0081c8;
  background: #fff;
}

input.submit.inverse-fill:hover,
.button.inverse-fill:hover {
  background: #0081c8;
  border: solid 1px #0081c8;
  color: #fff;
}

input.submit.inverse-special-fill,
.button.inverse-special-fill {
  background: #f39200;
  border: solid 1px #fff;
  color: #fff;
}
input.submit.inverse-special-fill:hover,
.button.inverse-special-fill:hover {
  background: #fff;
  border: solid 1px #f39200;
  color: #f39200;
}
input.submit.inverse-special-fill-two,
.button.inverse-special-fill-two {
  background: #3badb6;
  border: solid 1px #fff;
  color: #fff;
}
input.submit.inverse-special-fill-two:hover,
.button.inverse-special-fill-two:hover {
  background: #fff;
  border: solid 1px #3badb6;
  color: #3badb6;
}
input.submit.inverse-special-fill-three,
.button.inverse-special-fill-three {
  background: #c7d301;
  border: solid 1px #fff;
  color: #fff;
}
input.submit.inverse-special-fill-three:hover,
.button.inverse-special-fill-three:hover {
  background: #fff;
  border: solid 1px #c7d301;
  color: #c7d301;
}

.block-mx-searchbytags-block  .simple-content {
	margin-top: 10px;
	margin-bottom: 40px;
}

.block-mx-searchbytags-block  h2 {
	font-size: 1.5em;
	margin: 10px 0;
}

.checkbox-filter-group {
	display: block;
	margin:0;
}

.product-branch-filter .button,
.checkbox-filter-group .button {
	margin: 3px;
}

.product-branch-filter .button.bigger,
.checkbox-filter-group .button.bigger {
	margin: 10px;
}

.button i {
	margin-right: 5px;
}

video {
	cursor: pointer;
	display:block;
	max-width: 1140px;
	margin: auto;
}

.view-id-search_content .views-exposed-form {
	display: none;
}

.contact-specialist-image {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contact-specialist-image {
    text-align: right;
  }
}

@media only screen and (max-width: 1024px) {
	.container { 
		font-size: 1.6em;
	}

	.view-news .view-content,
	.wrap,
	.container { 
		width: 100%; /* font-size: 1.6em; */ 
	}
	
  .solid-content,
  .color-content,
  .simple-content,
  .light-content,
  .zebra-content,
  .zebra-content-odd,
  .zebra-content-even,
  .leed-content {
    margin: 40px 0;
  }
  .leed-content .wrap {
    padding: 0 10% 0;
  }
  #footer {
    padding: 60px 15px;
  }
  
  video {
	  max-width:720px;
  }
}
@media only screen and (max-width: 768px) {
  .view-id-search_content .views-exposed-form {
	display: block;
   }

  #page {
    padding: 0;
	margin-top:60px;
  }
  #page:before {
    display: none;
  }
  h1,
  h2,
  h3,
  h4 {
    word-wrap: break-word;
  }
  
  .container { font-size: 1.4em; }
  /* .wrap { font-size: 1.4em; } */
  .solid-content,
  .color-content,
  .simple-content,
  .light-content,
  .zebra-content,
  .zebra-content-odd,
  .zebra-content-even,
  .leed-content {
    margin: 20px 0;
  }
  .grid .one-third-pulled {
    margin: 0;
    width: 100%;
    padding: 0 15px;
  }
  .content-padding {
    padding: 0 15%;
  }
  input.submit,
  .button {
    padding-top: 7px;
  }
  .button-wrap.bigger a,
  input.submit.bigger,
  .button.bigger {
    padding-top: 13px;
  }
  .button-group .button {
    min-width: auto;
    width: 100%;
  }
  a.with-icon i {
    min-width: 35px;
  }
  
  
  img.alignleft,
  img.alignright,
  img.aligncenter {
    width: 100%;
    margin: 15px 0;
  }
  .contact-loop {
    padding: 0;
  }
  
  video {
	  max-width:500px;
  }
}
@media only screen and (max-width: 640px) {
  .grid .half,
  .grid .one-third,
  .grid .one-fourth,
  .grid .two-third {
    width: 100%;
    clear: both;
    margin: 10px 0;
  }
  /* .view-content div.zebra-content:nth-child(odd), */
  .light-content,
  .zebra-content,
  .zebra-content-odd,
  .zebra-content-even {
    padding: 40px 0;
  }
  .featured-loop {
    top: auto;
    position: inherit;
    margin: 20px 0;
    padding: 0;
  }
  .featured-loop h2 {
    height: auto;
  }
  .featured-loop .content img {
    width: 100%;
    height: auto;
  }
  .node-loop h3 {
    font-size: 1.2em;
  }
  .node-loop .content {
    text-align: center;
    margin-bottom: 30px;
  }
  .node-loop .content img {
    width: 100%;
    height: auto;
  }
  .testimonial .testimonial-icon {
    left: 15px;
    top: -60px;
    font-size: 6em;
  }
  .featured {
    margin-bottom: 0;
  }
  .select {
    margin: 30px 0;
  }

  .about-page .simple-content,
  .about-page .light-content {
	padding: 0 10px;  /* matrix #28119.5 */
  }

  video {
	  max-width:400px;
  }
}
@media only screen and (max-width: 480px) {
  
  h1 {
    font-size: 2.5em;
  }
  #footer {
    text-align: center;
  }
  #footer .footer-navigation {
    width: 100%;
  }
  #footer .footer-navigation a {
    width: 100%;
    border-bottom: solid 1px #0081c8;
    padding: 10px 0;
  }
  #footer .box {
    width: 100%;
    padding-top: 40px;
  }
  #footer .copyright { 
    margin-top: 60px;
    font-size: .95em;
  }
  #footer .copyright span {
    float: right;
    width: 100%;
    clear: both;
  }
  #footer .copyright a {
    padding: 10px;
  }
  
  .leed-loop .half {
    text-align: center;
    padding: 0;
  }
  .leed-loop .half:last-of-type {
    padding: 0;
  }
  .leed-loop .button-group .button {
    clear: both;
    min-width: auto;
    width: 100%;
    margin: 10px 0;
  }
  .leed-loop .button-group .button:last-of-type {
    margin: 10px 0;
  }
  
  video {
	  max-width:320px;
  }
}
@media only screen and (max-width: 320px) {
  .view-news .view-content, .wrap, .container {
    padding: 0;
  }
  
  video {
	  max-width:200px;
  }
}

/* -----------------------------------------------------------------------------------
/ CONTACT FORM extra
/-----------------------------------------------------------------------------------*/
form#contact-message-feedback-form .form-item,
form#contact-message-studentversion-form .form-item,
form#contact-message-order-fem-design-student-version-form .form-item {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	line-height: 1.15 !important;
}

.bottom50 {
	margin-bottom: 50px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom0 {
	margin-bottom: 0;
}

.block-block-contentca8c3170-4efe-444f-bd42-cb3cf1b26b1b,
.block-block-content51121329-8d56-4c9f-b90f-cbbcef7ee7e0 {
    width: 600px;
    float: right;
}

form#contact-message-career-form,
form#contact-message-user-day-for-the-precast-concret-form {
    width: 600px;
    margin-left: 0;
}

/*
form#contact-message-feedback-form {
    max-width: 800px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}
*/
/* -----------------------------------------------------------------------------------
/ Slick carousel
/-----------------------------------------------------------------------------------*/
.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
}

/* -----------------------------------------------------------------------------------
/ Accordion
/-----------------------------------------------------------------------------------*/
.accordion {
	margin-left: 20px;
	margin-right: 20px;
	display: block;
}

.acc-section a.acc-title {
  float:none;
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 10px 20px;
  background: #f39200;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.acc-section a.acc-title span {
  position: absolute;
  display: block;
  float: left;
  top: 0;
  right: 0;
  background: #0081c8;
  padding: 10px 20px;
  font-weight: 300;
  border-left: solid 3px #fff;
}
.acc-section.active a.acc-title {
  background: #0081c8;
}
.acc-section a.acc-title:hover span {
  color: #000;
}

.acc-title {
	z-index: 1;
}

.acc-content {
	display: none;
}

.acc-content h3 {
	clear: both;
	display: block;
}
/*
.acc-content.open {
	display: inline-block;
}
*/
.acc-content.with-margin {
	margin-top: 1em;
	margin-bottom: 1em;
}

/* .acc-content ul { */
    /* list-style-position: outside; */
/* } */

article.node ul, article.node ul, article.node ol, article.node ol, .block .simple-content ul {
	margin-bottom: 20px;
}

article.node ul li, article.node ul li, article.node ol li, article.node ol li, .block .simple-content ul li {
   margin-left: 3em;
}

article.node ol li:before {
  content: "." counters(section, ".");
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}

.acc-content img {
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px; 
}

.acc-content img.mxframe {
	float: left; 
	height: 136px;
	border: 1px solid #ebebeb; 
}

.acc-content img.mxtools {
	float: none;
	height: 64px;
	border: 1px solid #ebebeb; 
}

.acc-content img.mxtools-left {
	float: left;
}

.acc-content img.mxwindows {
	float: left; 
	border: 1px solid #ebebeb; 
}

img.align-left-small {
	float: left;
	margin:10px;
	height:160px;
}

.acc-content .img-group img {
	border: 1px solid #ebebeb; 
	margin: 2px;
	padding: 2px;
	max-width: 100%;
	max-height: 100%;
}

.acc-content .img-group {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.acc-content .img-group div {
	padding: 5px;
}
 
.marquee {
	width: 100%;
	display: block;
	/* overflow: hidden; */
}
.marquee img {
	margin:10px;
}

/* -----------------------------------------------------------------------------------
/ Banner line
/-----------------------------------------------------------------------------------*/
.matrix-webbaner {
	background: no-repeat url("/themes/matrix/images/matrix-webbaner.png");
	height: 20px;
}

/* BEGIN default search styles (not used anymore) */
body.search #block-matrix-content {
	margin-left: 20px;
	margin-right: 20px;
}

.item-list ol.search-results {
	margin-bottom: 40px;
}

.item-list ol.search-results li .search-result__title {
	margin-top: 40px;
	margin-bottom: 10px;
}

.item-list ol.search-results li:before,
.item-list ol.search-results li .search-result__info {
	display:none;
}
/* END default search styles (not used anymore) */

.view-search-content {
	margin-bottom: 3em;
}

.view-search-content .view-content,
.view-search-content .view-empty {
	margin-top: 3em;
}

.view-search-content .views-row {
	padding-bottom: 1em;
}

.view-search-content .views-row h3 {
	margin-bottom: 5px;
}

.view-id-search_content .views-exposed-form .form-item {
	width: 100%;
	margin-bottom: 0;
}

.view-id-search_content .views-exposed-form .form-actions,
.view-id-search_content .views-exposed-form .form-actions #edit-submit-search-content {
	margin-top: 0;
	margin-bottom: 0;
}

.view-id-search_content .views-exposed-form .form-item-search-api-fulltext label {
	display:none;
}

/* -----------------------------------------------------------------------------------
/ embed youtube video
/-----------------------------------------------------------------------------------*/
.embed-container { 
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}

/* MOBILE FIXES */
@media (max-width: 768px) {

  .view-news,
  .view-content,
  .container,
  .wrap {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .grid .half,
  .grid .one-third,
  .grid .one-fourth,
  .grid .two-third {
    width: 100%;
    float: none;
  }

  .button-group .button {
    min-width: 100%;
  }

  .contact-loop {
    padding: 0 15px;
  }
}

/* FORCE DESKTOP CENTERING */
/*
@media (min-width: 769px) {
  .wrap,
  .container,
  .view-content,
  .view-news {
    max-width: 1200px;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
*/