
/* ================================================== */
/* misc */
/* ================================================== */
a{
    color:#fff;
    text-decoration:none;
}
a:hover{
    color:#fff;
}

img{height: auto;}
/**** End Reset CSS For WordPress ****/



/* Add new css code in 24.10.16 */  
.logo-carousel ul li {text-align: center;}

.project-image-carousel .owl-controls {
    position: absolute !important;
    width: 100%;
    top: 50%;
    margin-top: -13px;
}
.project-image-carousel .owl-pagination {display: none;}

.project-image-carousel.owl-theme .owl-controls {
    position: relative;
}
.project-image-carousel.owl-theme .owl-controls .owl-page {
    display: inline-block;
    height: 3em;
    margin: 0 0.25em;
    outline: medium none;
    position: relative;
    transition: all 0.1s ease-in-out 0s;
    width: 6em;
}
.project-image-carousel.owl-theme .owl-controls .owl-page:focus {
    outline: medium none;
}
.project-image-carousel.owl-theme .owl-controls .owl-page span {
    display: none;
}
.project-image-carousel.owl-theme .owl-controls .owl-page:not(.active) {
    box-shadow: 0 0 10em 0 rgba(0, 0, 0, 0.6) inset;
}
.project-image-carousel.owl-theme .owl-controls .owl-buttons .owl-prev, .project-image-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
    border-radius: 1px;
    display: block;
    font-size: 2em;
    height: 1em;
    line-height: 0.75em;
    position: absolute;
    width: 1em;
}
.project-image-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:focus, .project-image-carousel.owl-theme .owl-controls .owl-buttons .owl-next:focus {
    box-shadow: 0 0 10em 0 rgba(255, 0, 0, 0.6) inset;
}
.project-image-carousel.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0em;
}
.project-image-carousel.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0em;
}
.project-image-carousel.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.project-image-carousel.owl-theme .owl-controls .owl-buttons .owl-next:after{font-size: 20px;}
.project-image-carousel .owl-item img {
    height: auto;
    max-width: 100%;
    display: block;
}


/* .projects-grid
================================================== */
.projects-grid {
  position: relative;
}
.projects-grid:after {
  content: "";
  display: block;
  clear: both;
}
.projects-grid.row .project-item {margin-bottom: 30px;}
.project-item {
  float: left;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.projects-grid.pf_3_cols .project-item,
.projects-grid.pf_3_cols .project-item-sizer {
  width: 33.3333333333%;
}
.projects-grid.pf_3_cols .project-item.large-width {
  width: 66.6666666666%;
}

.projects-grid.pf_6_cols .project-item, 
.projects-grid.pf_6_cols .project-item-sizer {
  width: 16.666666666666664%;
}
.projects-grid.pf_6_cols .project-item.large-width {
  width: 33.33333333333333%;
}

.projects-grid.pf_5_cols .project-item,
.projects-grid.pf_5_cols .project-item-sizer {
  width: 20%;
}
.projects-grid.pf_5_cols .project-item.large-width {
  width: 40%;
}
.projects-grid.pf_4_cols .project-item, 
.projects-grid.pf_4_cols .project-item-sizer {
  width: 25%;
}
.projects-grid.pf_4_cols .project-item.large-width {
  width: 50%;
}
.projects-grid.pf_2_cols .project-item,
.projects-grid.pf_2_cols .project-item-sizer {
  width: 50%;
}
.projects-grid.pf_2_cols .project-item.large-width {
  width: 100%;
}
.projects-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.projects-box .projects-thumbnail {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.projects-box .projects-thumbnail img {
  -o-transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  outline: none;
  max-width: 100%;
}
.large-width .projects-box .projects-thumbnail img,
.large-height .projects-box .projects-thumbnail img {
    width: 100%;
}
.projects-box .project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 3;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.projects-box .project-overlay .project-name {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: bold;
  display: block;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.projects-box:hover img {
  transform: scale(1.3);
}

.overlay_s1 .projects-box .project-overlay {
  background: #111;
  /* The Fallback */
  background: rgba(17, 17, 17, 0.9);
  visibility: hidden;
  opacity: 0;
}
.overlay_s1 .projects-box .project-overlay .project-name {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}
.overlay_s1 .projects-box:hover .project-overlay {
  visibility: visible;
  opacity: 1;
}
.overlay_s1 .projects-box:hover .project-overlay .project-name {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.overlay_s2 .projects-box .project-overlay {
  background: #000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.7);
  align-items: baseline;
}
.overlay_s2 .projects-box .project-overlay .project-name {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  bottom: 10%;
}
.overlay_s2 .projects-box:hover .project-overlay {
  background: #000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0);
}
.overlay_s2 .projects-box:hover .project-overlay .project-name {
  bottom: -20%;
  opacity: 0;
}

.overlay_s3 .projects-box .project-overlay {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.overlay_s3 .projects-box:hover .project-overlay {
  background: #000;
  background: rgba(0, 0, 0, 0);
}
.overlay_s3 .projects-box:hover .project-overlay .project-name {
  transform: scale(1.2);
  opacity: 0;
}

.overlay_s4 .projects-box .project-overlay {
  background: #282828;
  background: rgba(40, 40, 40, 0.3);
}
.overlay_s4 .projects-box .project-overlay .project-name {
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
}
.overlay_s4 .projects-box:hover .project-overlay {
  background: #000;
  background: rgba(0, 0, 0, 0);
}
.overlay_s4 .projects-box:hover .project-overlay .project-name {
  transform: scale(1.2);
  opacity: 0;
}

/**** Isotope Filtering ****/
.project-filter-wrapper .container {
  padding: 0;
}
.project_filters {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 0;
}
.project_filters:after {
  content: "";
  display: block;
  clear: both;
}
.project_filters.s2 {
  text-align: left;
}
.project_filters.s2 li:first-child {
  float: right;
  margin-right: 0px;
}
.project_filters li {
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 10px;
}
.project_filters li:first-child {
  margin-left: 0px;
}
.project_filters li:last-child {
  margin-right: 0px;
}
.project_filters li a {
  position: relative;
  color: #000;
  font-size: 11px;
  letter-spacing: 3px;
  font-weight: 400;
  line-height: 1.8em;
  text-align: center;
  outline: none;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.project_filters li a:hover {
  background: #8D8D8D;color: #fff;
}
.project_filters li a.selected {
  color: #fff;
  background-color: #A08B67;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
@media only screen and (max-width: 1199px) {
    .projects-grid.pf_5_cols .project-item-sizer,
    .projects-grid.pf_5_cols .project-item,
    .projects-grid.pf_6_cols .project-item, 
    .projects-grid.pf_6_cols .project-item-sizer {
        width: 25%;
    }
}
@media only screen and (max-width: 993px) {
    .project-item, .project-item.large-width,
    .projects-grid .project-item-sizer,
    .projects-grid.pf_6_cols .project-item, 
    .projects-grid.pf_6_cols .project-item-sizer,
    .projects-grid.pf_5_cols .project-item-sizer,
    .projects-grid.pf_4_cols .project-item-sizer,
    .projects-grid.pf_4_cols .project-item,
    .projects-grid.pf_5_cols .project-item {
        width: 50%;
    }
}
@media only screen and (max-width: 600px) {
    .project-item, .project-item.large-width,
    .projects-grid .project-item-sizer,
    .projects-grid.pf_6_cols .project-item, 
    .projects-grid.pf_6_cols .project-item-sizer,
    .projects-grid.pf_5_cols .project-item-sizer,
    .projects-grid.pf_4_cols .project-item-sizer,
    .projects-grid.pf_2_cols .project-item-sizer,
    .projects-grid.pf_5_cols .project-item,
    .projects-grid.pf_4_cols .project-item,
    .projects-grid.pf_2_cols .project-item {
        width: 100%;
    }
}
.addtoany_share_save_container {max-width: 1170px;margin: 16px auto !important;}



/* ---- grid ---- */

.projects-grids {
  max-width: 100%;
}

/* clearfix */
.projects-grids:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

/* fluid 4 columns */
.grid-sizers,
.grid-items { width: 25%; }
.grid-items {
  float: left;
}
/* 2 columns */
.grid-items--width2 { width: 50%; }

/* fluid 5 columns */
.grid-columns-5 .grid-items { width: 20%; }
.grid-columns-5 .grid-items--width2 { width: 40%; }

/* fluid 3 columns */
.grid-columns-3 .grid-items { width: 33.33333333333333%; }
.grid-columns-3 .grid-items--width2 { width: 66.66666666666666%; }

/* fluid 2 columns */
.grid-columns-2 .grid-items { width: 50%; }
.grid-columns-2 .grid-items--width2 { width: 100%; }

.grid-items img{max-width: 100%;}

@media only screen and (max-width : 767px) {
    .grid-sizers,
    .grid-items { width: 50%; }
}
@media only screen and (max-width : 480px) {
    .grid-sizers,
    .grid-items { width: 100%; }
}

.de_tab.tab_steps .de_nav.de_nav_links li a{
    text-decoration: none;
}
.img-rounded .twentytwenty-overlay {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}