/*------------------------------------------------------------*/

/*------------------------full width-------------------------------*/
.sidebar-menu-wrapper ul li ul a:hover  {
  background: #006053;
}

/*-------------------SERVICES-PAGE-------------------------------------------------------------------------------------------------*/
.page-template-services .enigma_blog_full{
  overflow: visible;
}
a.service-page{
  width: 30.76%;
  margin-right: 3.84%;
  margin-bottom: 60px;
  float: left;
}

a.service-page:nth-of-type(3n+0) { /*remove margin from every third item*/
  margin-right:0;
}

a.service-page:hover{
  border-bottom: none;
}
a.service-page.last{
  margin-right: 0;
}
a.service-page {
  display:block;
  position: relative;
}
.service-image{
  position: relative;
}
.service-image:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#006053+0,006053+100&0.35+0,0.35+100 */
  background: -moz-linear-gradient(top, rgba(0,96,83,0.35) 0%, rgba(0,96,83,0.35) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,96,83,0.35) 0%,rgba(0,96,83,0.35) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,96,83,0.35) 0%,rgba(0,96,83,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59006053', endColorstr='#59006053',GradientType=0 ); /* IE6-9 */
  max-width: 360px;
  width: 100%;
  opacity: 1;
}
.service-image:hover:after{
  opacity: 0;
  transition: 300ms opacity linear;
}
.service-image img{
  width: 100%;
  max-width: 360px;
  z-index: 9998;
  height: auto;
}
a.service-page h2{
  width: 91.66%;
  background: #F0F0F0;
  font-size: 18px;
  padding: 50px 30px;
  position: absolute;
  bottom: -10px;
  right: -20px;
  margin: 0;
  color: #5F6671;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
a.service-page h2:hover{
  color: #fff;
  background: #006053;
}
a.service-page h2:hover + .service-image:after{
  opacity: 0;
  transition: opacity 300ms linear;
}
/*-------------------------mask inner------------------------*/
.inner-featured-image{
  height: 200px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-bottom: 30px;
}
.services-featured,
.inner-featured-image.projects {
  background: url('./images/services.jpg');
}
.about-featured{
  background: url('./images/about-us.jpg');
}
.inner-featured-image::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 51, 51, 0.67);
}
.inner-page-heading{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.inner-page-heading h2{
  color: #fff;
  text-align: right;
  line-height: 200px;
  font-size: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;

}
.inner-page-heading h2::after{
  content: "";
  display: inline-block;
  width: 40px;
  height: 70px;
  background: #FEC10D;
  -ms-transform: translateY(35%); /* IE 9 */
  -webkit-transform: translateY(35%); /* Safari */
  transform: translateY(35%);
  margin-left: 30px;
}
.jobs-featured{
  background: url('./images/jobs.jpg');
}
.partners-featured{
  background: url('./images/partners.jpg');
}
.contact-featured{
  background: url('./images/contact.jpg');
}
.inner-featured-image.news {
  background: url('./images/news-cover.jpg');
}
.inner-featured-image.publications{
  background: url('./images/publication-cover.jpg');
}

/*----------------------------------------------news and publication----------------------------------------------*/
.post-item{
  margin-bottom: 50px;
}
.post-image{
  float: left;
  width: 30.76%;
  margin-right: 2.5%;
  position: relative;
}
.post-image img{
  width: 100%;
  height: auto;
}
h3.post-tag{
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 20px;
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
h3.publication-h3{
  background: #FEC10D;
}
h3.presentation-h3{
  background: #006053;
}
.post-content{
  float: right;
  width: 66.74%;
}
.post-content-inner.short {
  height: 270px;
  overflow: hidden;
  -webkit-transition: all 200ms linear;
 -moz-transition: all 200ms linear;
 -o-transition: all 200ms linear;
 transition: all 200ms linear;
}
.post-content-inner {
  -webkit-transition: all 600ms linear;
 -moz-transition: all 600ms linear;
 -o-transition: all 600ms linear;
 transition: all 600ms linear;
}
.post-text.expanded ul li {
  list-style: none;
  position: relative;
}
.post-text.expanded ul li:before {
  content: '\2022 ';
  color: #FEC10D;
  padding-right: 10px;
  font-size: 40px;
  position: absolute;
  top: -18px;
  left: -40px;
}
.post-content p.date{
  border-top: 1px solid #E3E3E3;
  width: 150px;
  color: #5F6671;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding-top: 5px;
}
h2.post-item-tilte{
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #5F6671;
  text-transform: uppercase;
}

h2.post-item-tilte a{
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #5F6671;
  text-transform: uppercase;
}
h2.post-item-tilte a:hover{
  color:#FEC10D;
}
a.post-item-link:hover{
  border-bottom: none;
}
a.read-more{
  color: #FEC10D;
  font-size: 18px;
  font-family: 'Noto Serif', sans-serif;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 2px solid #FEC10D;
}
a.read-more:hover{
  border-bottom: 0;
  color: #EFB401;
}
.post-content p {
  color:#5F6671;
  font-size: 18px;
  font-weight: 400;
}
.post-text ul {
  list-style:none;
  position:relative;
}

.post-text ul li {
  color:#5F6671;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Noto Serif', sans-serif;
  margin-bottom: 5px;
}

.post-text ul li:before {
    content: '\2022 ';
    color: #FEC10D;
    padding-right: 10px;
    font-size: 40px;
    position: absolute;
    top: -18px;
    left: -40px;
}

.post-text.expanded ul li {
  color:#5F6671;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Noto Serif', sans-serif;
  margin-bottom: 5px;
}
/*-----------------paginacija------------------------------------*/
.paginacija a.inactive.first-page,
.paginacija a.inactive.last-page,
.paginacija a.previous,
.paginacija a.next{
  background: #E3E3E3;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding:5px;
  margin: 0 3px;
  color: #A1A5AA;
}
span.current{
  color:#FED867;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding: 0 5px;
}
.paginacija a.inactive{
  color: #A1A5AA;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding: 0 5px;

}
/*------------------------service -single-page-----------------------------*/
.enigma_blog_post_content ul{
  margin-left: 30px;
}
.enigma_blog_post_content ul li{
  font-family: 'Noto Serif', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #5F6671;
  line-height: 240%;
  list-style-type: none;
  position: relative;
}
.enigma_blog_post_content ul li::before{
  content: '\2022 ';
  color: #FEC10D;
  padding-right: 10px;
  font-size: 50px;
  position: absolute;
  top:-4px;
  left:-50px;
}
.enigma_blog_post_content a {
  /* border-bottom: 1px solid #FFC526;
  padding-bottom: 5px; */
}
/*--------------------------responsive------------------------------*/
/*--------------------------responsive service-page------------------------------*/

@media (max-width: 990px){
  .service-box{
    float: left;
    padding-right: 15px;
  }
  .service-box:after{
    clear: both;
    content: "";
  }
  a.service-page h2{
    bottom: 0;
    right: -15px;
    padding: 35px 30px;
  }
}
@media (max-width: 768px){
  .service-box{
    float: none;
    padding: 0;
  }
  a.service-page,
  a.service-page.last{
    width: 48.87%;
    margin: 0.56%;
  }
  a.service-page h2{
    right: 0;
    padding: 50px 30px;
  }
}
@media (max-width:670px) {
  .inner-page-heading h2::after{
    display: none;
  }
  .inner-page-heading h2{
    line-height: 60px;
    margin-top: 30px;
  }
}
@media (max-width: 470px){
  a.service-page,
  a.service-page.last{
    width: 69.82%;
    margin: 15.08%;
  }
  a.service-page h2{
    width: 100%;
    bottom: -70px;
  }

}
@media (max-width: 320px){
  a.service-page h2{
    padding: 50px 20px;
  }
}
/*--------------------------responsive news-publication-page------------------------------*/
@media (max-width: 767px){
  .post-item{
  max-width: 360px;
  margin: 0 auto;
  }
  .post-image{
    width: 100%;
    max-width: 360px;
  }
  .post-content{
    width: 100%;
    background: #F0F0F0;
    padding: 30px;
  }
}
/*--------------------------responsive services-single-page------------------------------*/
@media (max-width: 992px){
  .col-md-4.services-single{
    width: 33.33%;
    float: left;
    padding: 0;
  }
  .col-md-8.services-single{
    width: 66.66%;
    float: right;
  }
}
@media (max-width: 768px){
  .col-md-4.services-single{
    width: 100%;
  }
  .col-md-8.services-single{
    width: 100%;
    margin-top: 30px;
  }

  .alignleft,
  .alignright{
    margin: 30px auto;
    display: block;
    float: none;
  }
}

/* post-content-template */
.content::after {
  content:'';
  display:block;
  clear:both;
}
/*------------------------------------------home-about-us-section-----------------------------------------*/
.promo-home{
  position: relative;
}
.promo-home-heading h4{
  font-size: 13px;
  color: #606771;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: right;
  margin: 0;
}
.promo-home-heading h3{
  color: #606771;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-align: right;
  padding-top: 20px;
}
.promo-home-heading p{
  color: #606771;
  font-weight: 500;
  text-align: right;
  padding-top: 160px;
}
.project p{
  text-align: left;
}
.promo-home-heading p a{
  color: #FEC10D;
  border-bottom: 1px solid #FEC10D;
  padding-bottom: 5px;
}
.about .promo-home-text{
  border-bottom: 1px solid #E3E3E3;
}

.about .promo-home-heading h3 {
    padding-left:40px;
}

.promo-home-text p{
  padding: 20px 0;
  margin: 0;
  color: #606771;
  font-weight: 500;
  text-align: left;
}
.promo-home-text p a{
  color: #FEC10D;
  border-bottom: 2px solid #FEC10D;
  padding-bottom: 5px;
}
.promo-home-text p a:hover,
.promo-home-text p a:active {
color:#EFB401;
border-bottom:0;
}

.yellow-stripe{
  background: #FEC10D;
  width: 40px;
  height: 200px;
  position: absolute;
  top:0;
  right: 0;
}
.yellow-stripe-horizontal{
  border-top: 2px solid #FEC10D;
  width: 150px;
  margin-top: 5px;
}
.green-stripe{
  background: #006053;
  width: 40px;
  height: 200px;
  position: absolute;
  top:0;
  left: 0;
}
.project .promo-home-heading{
  padding-right: 60px;
}
.project h3{
  width: 370px;
  float: right;
}
.what-section h3{
  width: 121px;
  float: right;
}
.about{
  margin-bottom: 50px;
}
.jobs{
  border-top: 5px solid #E3E3E3;
  border-bottom: 5px solid #FEC10D;
  padding: 40px 0 60px 0;
  margin-bottom: 100px;
}
.jobs p{
  text-align: left;
  padding-top: 50px;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.jobs .promo-home-heading{
  padding-right: 60px;
}
.jobs h3{
  width: 210px;
  float: right;
}
.explore h3{
  width: 210px;
  float: right;
}
.project .promo-home-heading{
float: right;
}
.jobs .col-md-4.promo-home-heading{
  float: right;
}
.services-fluid{
  background: #F0F0F0;
  padding: 80px 0 80px 0;
  margin-bottom: 80px;
}
.what-section .links{
  margin-top: 50px;
}
.what-section .links a.home-half{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  width: 48%;
  margin-right: 4%;
  border: 2px solid #D0D2D2;
  background: #F0F0F0;
  color: #5F6671;
  font-size: 20px;
  padding: 20px 30px;
  margin-bottom: 10px;
  display: block;
  float: left;
}
.what-section .links a.home-half:hover{
  color:#FEC10E;
  transition: 300ms;
}
.what-section .links a.home-half::after{
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 30px;
  color:#FEC10D;
  float: right;
}
.what-section .links a.home-half.last{
margin-right: 0;
float: right;
}
a.explore-links{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  border-top: 2px solid #D0D2D2;
  font-size: 20px;
  padding: 20px 0;
  color: #5F6671;
  display: block;
}
a.explore-links:hover{
  color: #FEC10E;
  transition: 300ms;
}
.promo-home-text a.explore-links:first-of-type {
  margin-top: 70px !important ;
}
a.explore-links:last-child{
  border-bottom: 2px solid #D0D2D2;
  margin-bottom: 80px;
}
a.explore-links::after{
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 30px;
  color:#FEC10E;
  float: right;
}
/*-------------------------responsive HOME--------------------*/
@media (min-width: 768px) {
  .promo-home-text{
    padding: 0;
  }
  .about .promo-home-text,
  .what-section .promo-home-text,
  .explore .promo-home-text{
    padding-left: 15px;
  }
  .jobs .promo-home-text,
  .project .promo-home-text{
    padding-right: 15px;
  }
  .project{
    min-height: 220px;
  }
  .project .promo-home-text p {
    margin-top: 70px;
  }
}
@media (max-width: 992px){

  .about .promo-home-heading,
  .what-section .promo-home-heading{
    float: left;
    width: 33.33%;
  }
  .about .promo-home-text,
  .what-section .promo-home-text{
    width: 66.66%;
    float: right;
  }
  .green-stripe,
  .yellow-stripe{
    width: 10px;
  }
  .explore .promo-home-heading{
    width: 33.33%;

  float: left;
  }
  .explore .promo-home-text{
    width: 66.66%;
    float: right;
  }

/* ---------- footer responsive col fix ---------- */
a.a-mail {
  padding-right: 9px;
}

}
@media (max-width: 768px){
  .green-stripe,
  .yellow-stripe,
  .yellow-stripe-horizontal{
    display: none;
  }
  .promo-home-heading h4 {
    display: inline-block;
  }
  .yellow-stripe-horizontal-responsive{
    margin-left: 30px;
    border-top: 2px solid #FEC10D;
    width: 150px;
    margin-top: 12px;
    display: inline-block;
  }

  .jobs .col-md-4.promo-home-heading{
    float: left;
  }
  .project .promo-home-text,
  .project .promo-home-heading,
  .project .promo-home-heading h3 {
    float: none;
  }
  .promo-home-text p,
  .promo-home-text p a,
  .promo-home-heading p,
  .promo-home-heading p a,
  .promo-home-heading h4,
  .promo-home-heading h3 {
    text-align: left;
  }

  .about .promo-home-heading h3 {
    padding-left:0;
  }
  .jobs h3,
  .project h3,
  .what-section h3,
  .explore h3{
    width: 100%;
  }
  .promo-home-text,
  .promo-home-text,
  .about .promo-home-heading,
  .about .promo-home-text,
  .explore .promo-home-text,
  .explore .promo-home-heading,
  .jobs .promo-home-heading,
  .what-section .promo-home-text,
  .what-section .promo-home-heading{
    width: 100%;
  }
  .what-section .links a.home-half{
    width: 100%;
    margin-right: 0;
  }
  .project .promo-home-text p {
    margin-top: 20px;
  }

}

@media (max-width: 470px){
  .yellow-stripe-horizontal-responsive{
    display: none;
  }
  .promo-home-text p,
  .promo-home-text p a,
  .promo-home-heading p,
  .promo-home-heading p a,
  .promo-home-heading h4,
  .promo-home-heading h3{
    text-align: center;
  }


  .promo-home-heading h4{
    display: block;
  }
  .project .promo-home-heading,
  .jobs .promo-home-heading{
    padding-right: 0;
  }

}


/*----------------------------home news listing-------------------------------*/
.news-listing-headline h2{
  font-size: 18px;
  line-height: 57px;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
}
.news-listing-headline p{
  float: right;
  line-height: 57px;
  margin: 0;
}
.news-listing-headline p a{
  color: #FEC10D;
  border-bottom: 2px solid #FEC10D;
  padding-bottom: 5px;
}

.news-listing-headline p a:hover,
.news-listing-headline p a:active {
color:#EFB401;
border-bottom:0;
}

.home-news-listing-item .news-image{
  position: relative;
}
.home-news-listing-item .news-image a{
  position: absolute;
  bottom: 0;
  right: 0;
  background: #FEC10D;
  color: #fff;
  padding: 20px;
  padding-left: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 26px;
  width: 60px;
  height: 60px;
}

.home-news-listing-item .news-image a:hover {
  background-color:#EFB401;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.home-news-listing-item .news-content{
  background: #F0F0F0;
  padding: 40px 30px;
}
.home-news-listing-item:first-child{
  margin-left: -15px;
  margin-right: 15px;
}
.home-news-listing-item:last-child{
margin-right: -15px;
margin-left: 15px;
}
.news-content h3{
 font-size:18px;
 color: #5F6671;
 font-family: 'Montserrat', sans-serif;
 font-weight: 700;
 text-transform: uppercase;
 margin-top: 9px;
}
.news-content p{
  color: #5F6671;
  font-size: 18px;
  font-family: 'Noto Serif', sans-serif;
  font-weight: 400;
  height: 85px;
  overflow: hidden;
  line-height: 160%;
}
.news-content p.date{
  border-top: 2px solid #E3E3E3;
  font-size: 13px;
  padding-top: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  height: auto;
  line-height: 120%;
  width: 150px;
}
@media (max-width:991px) {
.home-news-listing-item:last-child{
 display: none;
}
.home-news-listing-item{
  padding-right: 0;
  margin-right: 0px;
}
.home-news-listing-item:first-child{
  margin-left: -15px;
  margin-right: 15px;
}
}
@media (min-width:768px) and (max-width:769px) {
  .col-md-4.col-sm-6.home-news-listing-item{
    width: 50%;
  }
}
@media (max-width:768px) {
.news-listing-headline{
  padding:0 15px;
}
.home-news-listing-item{
  padding-right: 15px;
}
.home-news-listing-item:first-child{
  margin: 0;
  margin-bottom: 30px;
}
.home-news-listing-item .news-image img{
 width: 100%;
}
.news-listing-headline h2{
  text-align: left;
  width: 100%;
}
.news-listing-headline p{
  text-align: left;
  width: 100%;
}
}
@media (max-width:470px) {
  .news-listing-headline h2{
    text-align: center;
  }
  .news-listing-headline p{
    text-align: center;
  }
}
/*------------------------team -member listing----------------------------*/
.team-member-list{
  margin-top: 50px;
}
.team-member{
  margin-right: -15px;
  margin-bottom: 40px;
}
.team-member.first{
  margin-left: -15px;
  margin-right: 30px;
}
.team-member img{
  max-width: 360px;
  width: 100%;
  height: auto;
}
.team-member h3{
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #5F6671;
  text-align: center;
  margin-bottom: 0;
}
.team-member p {
  width: 100%;
  margin: 0;
  font-size: 16px;
  font-family: 'Noto Serif', serif;
  font-weight: 500;
  text-align: center;
}
.team-member p a {
  width: 100%;
  float: none;
  text-align: center;
}

@media only screen and (max-width:729px) {
  .team-member-list .team-member {
    margin: 0 0 40px 0;
  }
}

.enigma_scrollup{
  background:#FEC10E;
}
a.enigma_scrollup:hover{
  background: #FEC10E;
}
.enigma_blog_wrapper{
  margin-bottom: 40px;
}
/*------------facebook and search icons in header------------------*/

.page-id-109 .addtoany_content_bottom {
	display:none !important;
}

.page-id-109 .team-member-list .addtoany_content_bottom {
	display:block !important;
}