/** COMMON CSS */
p:last-child {
  margin-bottom: 0;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.font-weight-400  {
  font-weight: 400;
}
.font-weight-400 p  {
  font-weight: 400;
}
.uk-article a {
  text-decoration: underline;
}
em {
  color: rgb(41, 41, 41)
}
@media screen and (max-width: 660px) {
  .align-center-sm {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .align-center-md {
    text-align: center;
  }
}
.Section-border-top {
  border-top: 1px solid #f4f5f7;
}
.Section-border-bottom {
  border-bottom: 1px solid #f4f5f7;
}
.uk-navbar-nav > li > a {
  text-transform: lowercase
}
.heading-after:after {
  content: "";
  display: inline-block;
  margin-left: 25px;
  width: 2px;
  height: 28px;
  -moz-transform: skewX(-32deg);
  -webkit-transform: skewX(-32deg);
  -o-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  transform: skewX(-32deg);
  color: #292929;
  background-color: #292929;
}
.Top-section h1:after {
  content: "";
  display: inline-block;
  margin-left: 25px;
  width: 2px;
  height: 28px;
    -moz-transform: skewX(-32deg);
  -webkit-transform: skewX(-32deg);  
  -o-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
    transform: skewX(-32deg);
  color: #004f9f;
  background-color: #004f9f;
}

.uk-subnav > * > :first-child {
  text-transform: lowercase;
}
/**
* Homepage slider
*/
.Slider-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    height: 125px;
    margin-bottom: 4em;
}
.Slider-text {
  display: block;
  font-weight: 300 !important;
  font-size: 2.5rem;
  letter-spacing: 1px;
  color: #004f9f !important;
  margin: 0;
}
@media screen and (max-width: 1496px) {
  .Slider-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1260px) {
  .Homepage-slider .uk-first-column {
    margin-left: -20%;
  }
}

.Slider-separator {
  display: inline-block;
  margin: 0px 55px -9px;
  background-color: #afaeae;
  width: 2px;
  height: 100px;
  -moz-transform: rotate(32deg);
  -webkit-transform: rotate(32deg);
  -o-transform: rotate(32deg);
  -ms-transform: rotate(32deg);
  transform: rotate(32deg);
}
.Slider-content-bottom {
  -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.Slider-content-center {
  -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
@media screen and (max-width: 1042px) {
  .Slider-content {
    display: block;
    text-align: center;
    margin-bottom: 2em;
  }
  .Slider-separator {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .Slider-content {
    height: 100%;
  }
  .homepage-listItem .List-text {
    font-size: 1rem;
  }
  .homepage-listItem .List-number {
    font-size: 2rem;
  }
}

.Top-section .margin-1 {
  margin-left: -8%;
}
.Top-section .margin-2 {
  margin-left: -10%;
}
.Top-section .margin-3 {
  margin-left: -12%;
}
.Top-section .margin-4 {
  margin-left: -14%;
}

.margin-1 {
  margin-left: -24%;
}
.margin-2 {
  margin-left: -27%;
}
.margin-3 {
  margin-left: -30%;
}
.margin-4 {
  margin-left: -33%;
}
/* Homepage list */
.Values-list li p {
  font-weight: 300;
}
.Values-list li strong {
  color: #0b3f93;
  font-size: 1.5rem;
}
.Values-list li:first-child {
  margin-left: -5%;
}
.Values-list li:nth-child(2) {
  margin-left: -10%;
}
.Values-list li:nth-child(3) {
  margin-left: -15%;
}
.Values-list li:nth-child(4) {
  margin-left: -20%;
}
.Values-list li:nth-child(5) {
  margin-left: -25%;
}
.Values-list li:nth-child(6) {
  margin-left: -30%;
}
.Values-list li:nth-child(7) {
  margin-left: -35%;
}

.homepage-listItem .List-number {
  font-size: 2.2rem;
  font-weight: 300;
  width: 171px;
  text-align: right;
}
.homepage-listItem .List-separator {
  display: none;
  margin: 0px 35px -9px;
  background-color: #afaeae;
  width: 2px;
  height: 35px;
  -moz-transform: rotate(32deg);
  -webkit-transform: rotate(32deg);
  -o-transform: rotate(32deg);
  -ms-transform: rotate(32deg);
  transform: rotate(32deg);
  font-size: 0;
}
.homepage-listItem .List-text {
  color: #a0a0a0;
  font-size: 1.3rem
}
@media screen and (max-width: 1366px) {
  .Values-list li strong {
    font-size: 1.2rem;
  }
  .Values-list {
    right: 0 !important;
  }
}
@media screen and (max-width: 960px) {
  .Values-list {
    position: static !important;
    text-align: center;
  }
  .Values-list li {
    margin-left: 0 !important
  }
  .Values-list li strong {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .Homepage-slider .uk-first-column:first-child {
    margin-left: 0;
  }
  .Homepage-slider .uk-first-column:nth-child(2) {
    margin-left: 0;
  }
  .Homepage-slider .el-image {
    height: 25vh;
  }
  .Homepage-slider .uk-first-column > .uk-text-right {
    text-align: center !important
  }
  .Slider-text {
    font-size: 1.4rem;
    font-weight: 400 !important;
  }
  .homepage-listItem .List-number {
     font-size: 1.4rem
  }
  .homepage-listItem .List-text {
    font-size: 1.2rem
  }
  .Slider-separator {
    height: 27px;
    margin: 15px 22px 5px
  }
  .homepage-listItem .List-number {
    width: auto;
  }
  .Homepage-slider .margin-1,
  .Homepage-slider .margin-2,
  .Homepage-slider .margin-3,
  .Homepage-slider .margin-4,
  .Homepage-slider .margin-5 {
    margin-left: 0;
  }
  .Homepage-slider  .homepage-listItem {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/**  Category colors */
/* SERVICES */
.sluzby-color,
.sluzby-color:hover,
.services-color,
.services-hover:hover {
  color: #0b3f93;
}
.sluzby-background,
.services-background {
  background-color: #0b3f93;
}
.sluzby-after:after,
.services-after:after {
  color: #0b3f93;
  background-color: #0b3f93;
}
.sluzby-after-opacity:after,
.services-after-opacity:after {
  background-color: rgba(11, 63, 147, .6);
}
/* TECHNOLOGY */
.technologie-color,
.technologie-color:hover,
.technology-color,
.technology-hover:hover {
  color: #2473be;
}
.technologie-background,
.technology-background {
  background-color: #2473be;
}
.technologie-after:after,
.technology-after:after {
  color: #2473be;
  background-color: #2473be;
}
.technologie-after-opacity:after,
.technology-after-opacity:after {
  background-color: rgba(36, 115, 190, .6);
}
/* SUSTAINABILITY */
.udrzitelnost-color,
.udrzitelnost-hover:hover,
.sustainability-color,
.sustainability-hover:hover {
  color: #1a6a6b;
}
.udrzitelnost-background,
.sustainability-background {
  background-color: #1a6a6b;
}
.udrzitelnost-after:after,
.sustainability-after:after {
  color: #1a6a6b;
  background-color: #1a6a6b;
}
.udrzitelnost-after-opacity:after,
.sustainability-after-opacity:after {
  background-color: rgba(26, 106, 107, .6);
}
/* LIFESTYLE */
.zivotni-styl-color,
.zivotni-styl-hover:hover,
.lifestyle-color,
.lifestyle-hover:hover {
  color: #3ebd7f;
}
.zivotni-styl-background,
.lifestyle-background {
  background-color: #3ebd7f;
}
.zivotni-styl-after:after,
.lifestyle-after:after {
  color: #3ebd7f;
  background-color: #3ebd7f;
}
.zivotni-styl-after-opacity:after,
.lifestyle-after-opacity:after {
  background-color: rgba(62, 189, 127, .6);
}
/* Homepage */
@media screen and (max-width:767px) {
  .Items-wrap .uk-text-left {
    text-align: center !important
  }
  .Items-wrap .el-image {
    max-width: 300px;
    margin: 0 auto;
  }
  .Items-wrap .el-meta {
    margin-bottom: 20px;
  }
  .Project-categoryList .el-item > .uk-grid {
    display: block;
  }
}
/** PARTNER COMPONENT */
.Partner-row {
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.Partner-item {
  position: relative;
  width: 33%;
  text-align: center;
  margin-bottom: 2rem;
  border-bottom: 1px solid #f4f4f4;
}

@media screen and (max-width: 767px ) {
  .Partner-item {
    width: 50%;
  }
}
@media screen and (max-width: 660px ) {
  .Partner-item {
    width: 100%;
  }
}

.Partner-image {
  position: relative;
  height: 65px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.Partner-image img {
  display: inline-block;
  max-height: 100px;
  max-width: 230px;
}
.Partner-title {
  font-family: inherit;
  font-weight: 300;
  color: #1a1a1a;
  font-size: 1.15rem;
  margin-top: 1rem;
  min-height: 30px;
  -webkit-transition: all 321ms ease-in-out;
  -moz-transition: all 321ms ease-in-out;
  -ms-transition: all 321ms ease-in-out;
  -o-transition: all 321ms ease-in-out;
  transition: all 321ms ease-in-out;
}
.Partner-item:hover .Partner-title {
  color: #004f9f
}
.Project-title {
  font-size: 4rem;
}
.Project-claim {
  font-size: 2.5rem
}
.Partner-description {
  font-family: inherit;
  font-weight: 300;
  min-height: 30px;
}
.Partner-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0;
}

/** Contact form */
/* Contact Form 7 Form Background And Border CSS
 -----------------------------------------------*/
 .wpcf7 {
   width: 100%;
  max-width: 700px;
  margin: 0 auto !important;
  text-align: left;
  padding: 20px 20px 20px 50px !important;
}

@media screen and (max-width: 980px) {
  .wpcf7 {
    padding: 0 !important;
  }
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
textarea {
    font-size: 16px;
    background-color: #f5f5f5;
    border: none;
    width: 95%;
    padding: 2%;
}
/* Contact Form 7 Submit Button 
 -------------------------------*/
 .wpcf7 input[type="submit"] {
  color: #ffffff;
font-size: 15px;
font-weight: 400;
background: #004f9f;
padding: 8px 15px;
border: none;
border-radius: 5px;
width: auto;
cursor: pointer;
}
.wpcf7 input:hover[type="submit"] {
  background: #494949;
  transition: all 0.4s ease 0s;
}
.wpcf7 input:active[type="submit"] {
  background: #000000;
}
/* Checkbox CSS
----------------*/
input[type="checkbox"] {
  transform: scale(1.3);
  margin-left: 5px;
}

span.wpcf7-list-item {
margin: 0;
padding-bottom: 20px;
}

.wpcf7 p:last-child {
  text-align: center
}
span.wpcf7-not-valid-tip{
  position: absolute;
  display: inline-block;
  padding: 2px 8px;
  right: 0;
  bottom: 100%;
  background-color: #f00;
  color: #fff;
  font-size: 13px;
}
/** Project row  START */ 
.Projects-wrap  .uk-list {
  margin-bottom: 2em
}
/** Our projects - Category list START */
.Project-categoryList > .el-item {
  position: relative;
  margin-bottom: 2em
}
.Project-categoryList h3 {
  margin: 0;
  padding: 0 0 15px;
  -webkit-transition: all 432ms ease-in-out;
-moz-transition: all 432ms ease-in-out;
-ms-transition: all 432ms ease-in-out;
-o-transition: all 432ms ease-in-out;
transition: all 432ms ease-in-out;
}
.Project-categoryList a:hover {
  color:inherit;
text-decoration: none;
}
.Project-categoryList a:hover h3{
text-decoration: underline;
}
.Project-categoryList .el-image {
  padding-right: 12px;
}
.Project-categoryList .el-content p {
  margin-top: 0;
}
/** NEW STYLES for LIST START */
.Project-categoryItem {
  margin-bottom: 45px;
}
.Project-categoryTitle {
  margin-top: 17px;
  text-transform: lowercase;
}
.Project-categoryImage {
  width: 80px;
}
.Project-itemContent {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-bottom: 39px;
  position: relative;
}
.Project-itemContent > * {
  position: relative;
  z-index: 1;
}
.Project-itemContent a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0;
}
.Project-itemImg {
  min-width: 272px;
  width: 272px;
  margin-right: 18px;
}
/** NEW STYLES for LIST END */
/** Our projects - Category list END */
/** Project row END */
/** Project detail  START */
.Project-section {
  padding: 3em 3em 3em 0;
}

.Project-top,
.Project-middle {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.Project-top {
  margin-bottom: 3rem;
}
.Project-image {
  position: relative;
  width: 50%;
  height: 450px;
}
.Project-image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}
.Project-category {
  width: 150px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 660px) {
  .Project-category {
    width: 80px;
  }
}
.Project-category p {
  margin-top: 8px;
}
.Project-icon img {
  position: static;
  width: 65px;
}
.Project-colorBlock {
  width: 15%;
height: 90%;
position: relative;
margin: 0 25% auto auto;
top: -10%;
opacity: .9;
-moz-transform: skewX(-32deg);
-webkit-transform: skewX(-32deg);
-o-transform: skewX(-32deg);
-ms-transform: skewX(-32deg);
transform: skewX(-32deg);
}
.Project-topInfo {
  width: 50%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-start;
}
/**.Project-description-title:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
  margin-top: 3px;
  width: 2px; 
  height: 25px;
  -moz-transform: skewX(-32deg);
  -webkit-transform: skewX(-32deg);
  -o-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  transform: skewX(-32deg);
}**/
.Project-text {
  width: 50%;
  padding: 25px 45px 25px 0;
}
.Project-listWrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.Project-listItem {
  box-sizing: border-box;
  width: 50%;
  padding: 3em 3em 3em 0;
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.Project-listWrap-homepage .Project-listItem {
  width: 25%
}
.Project-listWrap-homepage .Project-listItem .List-text {
  color: #a0a0a0;
}
.homepage-listItem {
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em;
}
.margin-4 .homepage-listItem {
  margin-bottom: 0em;
}

.List-number {
  font-size: 2.5rem;
  font-weight: 600;
}

@media screen and (max-width: 1250px) {
  .List-number {
    font-size: 2rem;
    min-width: 140px;
  }
}

.List-text {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
  padding-left: 10px;
  max-width: 350px;
}
.List-separator {
  font-size: 4rem;
  margin: 0 6px;
}
.Project-galleryItem {
  display: inline-block;
}
.Project-galleryLink {
  display: block;
  position: relative;
}
.Project-galleryLink::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 321ms ease-in-out;
-moz-transition: all 321ms ease-in-out;
-ms-transition: all 321ms ease-in-out;
-o-transition: all 321ms ease-in-out;
transition: all 321ms ease-in-out;
}
.Project-galleryLink:hover::after {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .Project-title {
    font-size: 3rem;
  }
  .Project-claim {
    font-size: 1.5rem;
  }
  .Project-image {
    width: 70%;
  }
}
@media screen and (max-width: 900px) {
  .Project-text,
  .Project-listItem {
    width: 100%;
  }
  .Project-middle {
    display: block;
  }
  .Project-listItem {
    padding: 1.5em
  }
}
@media screen and (max-width: 767px) {
 .Project-top {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
 }
 .Project-topInfo, .Project-image {
   width: 100%;
   display: block;
   margin-bottom: 2rem;
   text-align: center
 }
}
.Project-galleryWrap {
  font-size: 0;
}
@media screen and (max-width: 660px) {
  .Project-image {
    height: 320px;
  }
  .Project-colorBlock {
    position: absolute;
    width: 56px;
    height: 56px;
    margin: auto;
    bottom: 0;
    top: auto;
    right: 15px;
  }
  .Project-listItem {
    display: block;
    text-align: center;
  }
  .Project-galleryWrap {
    text-align: center;
  }
  .Project-galleryItem {
    width: 120px;
    margin-bottom: 4px;
  }
 }
 .Project-media-row {
   padding-bottom: 3em;
 }
.Project-media-row.half-cells {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
 .Project-media-cell {
   width: 100%;
   margin-bottom: 2em;
 }
 .half-cells  .Project-media-cell {
  width: 50%;
  margin: 8px;
}
.half-cells  .Project-galleryItem {
  width: 145px;
}

.Project-embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-left: -8px;
} 

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

@media screen and (max-width: 960px) {
  .Project-media-row.half-cells {
    display: block;
  }
  .half-cells .Project-media-cell {
    width: 100%;
    margin: 0 0 3em;
  }
  .Project-embed-container {
    margin-left: 0;
  }
  .Info-section .uk-text-right {
    text-align: center !important;
  }
  .Info-section .uk-text-left {
    text-align: center !important;
  }
  .Info-section .line-indentation p {
    position: static;
  }
  .Projects-wrap h3 {
    margin-bottom: 3em !important
  }
}
@media screen and (max-width: 660px) {
  .half-cells .Project-galleryItem {
    width: 137px;
  }
}
/** Project detail  END*/

/** Gallery */ 
.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  -webkit-animation: slbOverlay 0.5s;
  -moz-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}

.slbDirectionNext .slbImageWrap {
  -webkit-animation: slbEnterNext 0.4s;
  -moz-animation: slbEnterNext 0.4s;
  animation: slbEnterNext 0.4s;
}

.slbDirectionPrev .slbImageWrap {
  -webkit-animation: slbEnterPrev 0.4s;
  -moz-animation: slbEnterPrev 0.4s;
  animation: slbEnterPrev 0.4s;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  display: none;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbLoading .slbArrows {
  display: none;
}

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}

@-webkit-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@-moz-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@-webkit-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnterNext {
  from {
    opacity: 0;
    -moz-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
    -moz-transform: translate3d(4em, 0, 0);
    -ms-transform: translate3d(4em, 0, 0);
    -o-transform: translate3d(4em, 0, 0);
    transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -moz-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
    -moz-transform: translate3d(-4em, 0, 0);
    -ms-transform: translate3d(-4em, 0, 0);
    -o-transform: translate3d(-4em, 0, 0);
    transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.uk-heading-bullet::before
{
  transform: rotate(32deg);
border-left: 3px solid #e9e9e9;
  -moz-transform: rotate(32deg);
-webkit-transform: rotate(32deg);
-o-transform: rotate(32deg);
-ms-transform: rotate(32deg);
transform: rotate(32deg);
}

.uk-grid-divider > :not(.uk-first-column)::before {
  -moz-transform: rotate(32deg);
-webkit-transform: rotate(32deg);
-o-transform: rotate(32deg);
-ms-transform: rotate(32deg);
transform: rotate(32deg);
border-left: 2px solid #afaeae;
}

.Top-section h1 {
  display: block;
font-weight: 300 !important;
font-size: 2.5rem;
letter-spacing: 1px;
margin: 0;
padding-left: 20px;
}

.line-indentation {
  position: relative;
  left: -36px;
}
.line-indentation.left-0 {
  left: 0;
}
.line-indentation p {
  display: block;
  margin: 0;
  position: relative;
}
.line-indentation p:first-child {
  left: 36px;
}
.line-indentation p:nth-child(2) {
  left: 27px;
}
.line-indentation p:nth-child(3) {
  left: 18px;
}
.line-indentation p:nth-child(4) {
  left: 9px;
}
.line-indentation p:nth-child(5) {
  left: 0px;
}

.Top-section-additionalInfo {
  position: relative;
  left: -100px;
  padding-top: 1.6em;
}
.Top-section-additionalInfo p {
  font-size: 1.3rem;
  margin: 0 0 .8em;
  font-weight: 300;
  position: relative;
  color: #a0a0a0;
}
.Top-section-additionalInfo p:first-child {
  left: 36px;
}
.Top-section-additionalInfo p:nth-child(2) {
  left: 14px;
}
.Top-section-additionalInfo p:nth-child(3) {
  left: -9px;
}
.Top-section-additionalInfo p:nth-child(4) {
  left: -30px;
}
.Top-section-additionalInfo p:last-child {
 margin: 0;
}
.About-bottom .el-content p:first-child {
  height: 90px;
}

@media screen and (max-width: 980px) {
  .Top-section-additionalInfo {
    padding-top: 0;
  }
  .Top-section-additionalInfo p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 639px) {
  .Top-section {
    text-align: center;
  }
  .Top-section .uk-first-column:first-child > .uk-text-right {
    text-align: center !important;
  }
  .Top-section .el-image {
    height: 30vh;
  }
  .Top-section h1 {
    padding-left: 0;
  }
  .line-indentation {
    width: 100% !important;
    position: static;
  }
  .line-indentation p {
    left: 0 !important;
  }
  .Top-section-additionalInfo {
    position: static;
  }
  .Top-section-additionalInfo p {
    position: static;
  }
}

/** Recent Posts START */
.rpwe-block ul{
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  
  .rpwe-block li{
  display: block;
  width: 33.33333%;
  padding: 0 22px 10px;
  margin-bottom: 10px;
  list-style-type: none;
  }

  @media screen and (max-width: 960px) {
    .rpwe-block ul {
      display: block;
    }

    .rpwe-block li{
      width: 100%;
      padding-left: 0;
    }
  }
  
  .rpwe-block a{
  display: inline !important;
  text-decoration: none;
  }
  
  .rpwe-block h3.rpwe-title{
    margin-top: 6px;
  }
  
  .rpwe-thumb{
  width: 100%;
  margin-bottom: 12px;
  }
  
  .rpwe-summary{
  font-size: 13px;
  }
  
  .rpwe-time{
  color: #bbb;
  font-size: 11px;
  }
  
  .rpwe-clearfix:before,
  .rpwe-clearfix:after{
  content: "";
  display: table !important;
  }
  
  .rpwe-clearfix:after{
  clear: both;
  }
  
  .rpwe-clearfix{
  zoom: 1;
  }  
/** Recent Posts END */
.grecaptcha-badge{
	visibility: collapse !important;  
}
/* Advanced forms in ACF START */
.acf-fields > .acf-field {
  border-top: none !important;
}
.acf-field .acf-label label {
  font-weight: 300 !important;
  margin-bottom: 0 !important;
}
.acf-input input,
.acf-input textarea {
  background-color: #f5f5f5;
  border: 0;
  padding: 1.5% !important;
}
.acf-field .acf-label {
  margin-bottom: 0 !important
}
.af-input input[type="checkbox"] {
  transform: scale(1);
}
.af-submit-button {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    background: #004f9f;
    padding: 8px 15px;
    border: none;
    width: auto;
    cursor: pointer;
}
.acf-form-submit button.uk-button {
  border-radius: 0 !important;
}
.wpcf7 input[type="submit"] {
  border-radius: 0px;
}
/*  disabled label */ 
[for="acf-field_5d96ed75f08f2"] {
  display: none !important;
}
/* Advanced forms in ACF END */
/** Download table START */
 .Downloads-categoryWrap {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f4f4f4;
}
.Downloads-categoryWrap:last-child {
 border-bottom: none;
}
.Downloads-table.uk-table th {
  padding: 16px 4px;
}
.Downloads-table.uk-table td {
  padding: 8px 4px;
  vertical-align: top;
}
.Downloads-table td a {
 /*  color: #004f9f; */
 text-decoration: underline;
}
.Downloads-table td:last-child {
  width: 214px;
}
@media screen and (max-width: 600px) {
  .Downloads-table td:last-child {
    width: auto;
  }
}
/** Download table END
/* Blog START */
.Blog-imageWrap {
  display: block;
  height: 250px;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

/** related posts on post detail */
.related_item_wrap,
.related_img {
  position: relative;
}
.related_img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(21, 40, 100, .25);
  z-index: 2;
 -webkit-transition: opacity 321ms ease-in-out;
-moz-transition: opacity 321ms ease-in-out;
-ms-transition: opacity 321ms ease-in-out;
-o-transition: opacity 321ms ease-in-out;
transition: opacity 321ms ease-in-out;
}
.related_item_wrap:hover .related_title {
  color: #152864 !important
}
.related_item_wrap:hover .related_img:before {
  opacity: 1;
}
.related_link {
  font-size: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.related_title {
  margin-top: 13px;
  margin-bottom: 20px;
}

b, strong {
  font-weight: bold;
}

.single-post .post-3005 .post-image-wrap {
  display: none;
}

.single-post-navigation {
  display: inline-block;
}
.single-post-navigation ul {
  margin-bottom: 0;
}
.single-post .uk-subnav, 
.single-post .uk-article-meta {
    display: none;
}
