/*
Template: cesis
Theme Name: cesis child theme
Theme URI: http://cesis.co
Description: <strong>A superflexible and responsive Business Theme by Tranmautritam team</strong> - <br/>Update notifications available on twitter and facebook:<br/> <a href='https://twitter.com/tranmautritam'>Follow me on twitter</a><br/> - <a href='https://www.facebook.com/tranmautritam.designer'>Join the Facebook Group</a> A theme by <a href="http://themeforest.net/user/tranmautritam?ref=tranmautritam">Tranmautritam Team</a>.
Version: 1.0
Author: Tranmautritam Team
Author URI: http://themeforest.net/user/tranmautritam?ref=tranmautritam
License: Themeforest Split Licence
License URI: -
*/


/************************************************************************************

Put your custom CSS below this block :)

*************************************************************************************/


.portfolio-filters .portfolio-item {
  float: left;
    width: 33%;
    /* max-height: 320px; */
    text-align: center;
    /* padding: 10px; */
    margin-bottom:30px;
    overflow: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}


.portfolio-filters .portfolio-item a.inner_item{
	background-color: #fff;
    border: 1px solid #e6e6e6 !important;
    position: relative;
    line-height: 1.4;
    max-width: 100%;
    padding: 0 0 47px 0;
    min-height: 315px;
    text-decoration: none;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    overflow: hidden;
}


.portfolio-filters .portfolio-item a.inner_item figure{
  max-width: 100%;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

#options .option-combo{
          display: inline-block;
    /* float: left; */
    margin-right: 5px;
    margin-bottom: 5px;
    width: 22%;
    margin-bottom: 20px;
}

.portfolio-filters .portfolio-item a.inner_item .produktbox{
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #26292c;
    color: #ffffff;
    padding: 10px 15px;
    font-weight: normal;
    height:52px;
    overflow: hidden;
    z-index: 0;
}


.portfolio-filters .portfolio-item a.inner_item img{
	-webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;

}

.portfolio-filters .portfolio-item a.inner_item:hover img{
	-moz-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}


.portfolio-filters .portfolio-item a.inner_item .produktbox h2{
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.port-fil{
	height: 50px;
    padding: 10px;
    font-size: 18px;
}


/**** 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.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.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;
}

.portfolio-filters{
  margin-top:30px;
}


/* Custom dropdown */
.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 10px; /* demo only */
}

.custom-dropdown select {
  background-color: #fff !important;
    color: #000 !important;
    font-size: inherit;
    padding: .5em;
    padding-right: 2.5em;
    border: 0;
    margin: 0;
    border-radius: 3px;
    text-indent: 0.01px;
    text-overflow: '';
    width: 100%;
}

/*.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}*/

/*  Custom dropdown arrow */
/*.custom-dropdown::after { 
  content: "\25BC";
  height: 1em;
  font-size: .625em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -.5em;
}*/

/*  Custom dropdown arrow cover */
/*.custom-dropdown::before { 
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}*/

/*.custom-dropdown select[disabled] {
  color: rgba(0,0,0,.3);
}

.custom-dropdown select[disabled]::after {
  color: rgba(0,0,0,.1);
}

.custom-dropdown::before {
  background-color: rgba(0,0,0,.15);
}

.custom-dropdown::after {
  color: rgba(0,0,0,.4);
}*/

@media only screen and (max-width: 990px) {
	#options .option-combo{
		width: 47%;
	}
	.portfolio-filters .portfolio-item{
		width: 48%;
	}
} 

@media only screen and (max-width: 768px) {
	#options .option-combo{
		width: 100%;
	}

	.portfolio-filters .portfolio-item{
		width: 100%;
	}
} 


.cesis_top_banner .cesis_content_slider_ctn{
  opacity: 1 !important;
}
.portfolio-filters .portfolio-item a.inner_item .produktbox{
  left: 0;
	background-color: #055698 !important;
}
.custom-dropdown select{
  font-family: Open Sans;
}
.custom-dropdown select::-ms-expand {
    display: none;
}

.post-13770 [data-vc-full-width].vc_hidden.vc_row{
  opacity: 1;
}