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

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}



/**** Isotope styles ****/

/* required for containers to inherit vertical size from window */
html,
body {
  height: 100%;
}

#container {
  padding: 20px 0px;
  margin-top: 25px;
  margin-bottom: 20px;
  border-top: solid 4px #000;
  border-bottom: solid 4px #000;
}

.height-01{
  width: 236px;
  height: 236px;
}
.height-02{
  width: 236px;
  height: 353px;
}
.height-03{
  width: 236px;
  height: 236px;
}
.element {
  margin: 1px;
  float: left;
  overflow: hidden;
  position: relative;
  color: #222;
}

.element.web     { background: #fff url("../../images/zoom.png") no-repeat center center; background: hsl( 0, 0%, 80%) url("../../images/zoom.png") no-repeat center center; }
.element.ekart     { background: #fff url("../../images/zoom.png") no-repeat center center; background: hsl( 0, 0%, 80%) url("../../images/zoom.png") no-repeat center center; }
.element.logo    { background: #fff url("../../images/zoom.png") no-repeat center center; background: hsl( 0, 0%, 80%) url("../../images/zoom.png") no-repeat center center;}
.element.brosur  { background: #70b001 url("../../images/zoom.png") no-repeat center center; background: hsl( 0, 0%, 80%) url("../../images/zoom.png") no-repeat center center;}
.element.dergi   { background: #70b001 url("../../images/zoom.png") no-repeat center center; background: hsl( 0, 0%, 80%) url("../../images/zoom.png") no-repeat center center;}
.element.poster  { background: #70b001 url("../../images/zoom.png") no-repeat center center; background: hsl( 0, 0%, 80%) url("../../images/zoom.png") no-repeat center center;}
.element.ilan    { background: #70b001 url("../../images/zoom.png") no-repeat center center; background: hsl( 0, 0%, 80%) url("../../images/zoom.png") no-repeat center center;}
.element.kurumsal{ background: #70b001 url("../../images/zoom.png") no-repeat center center; background: hsl( 0, 0%, 80%) url("../../images/zoom.png") no-repeat center center;}
.element.ekart   { background: #70b001 url("../../images/zoom.png") no-repeat center center; background: hsl( 0, 0%, 80%) url("../../images/zoom.png") no-repeat center center;}
.element.ambalaj { background: #70b001 url("../../images/zoom.png") no-repeat center center; background: hsl( 0, 0%, 80%) url("../../images/zoom.png") no-repeat center center;}
.element.faaliyet { background: #70b001 url("../../images/zoom.png") no-repeat center center; background: hsl( 0, 0%, 80%) url("../../images/zoom.png") no-repeat center center;}
.element.fuar { background: #70b001 url("../../images/zoom.png") no-repeat center center; background: hsl( 0, 0%, 80%) url("../../images/zoom.png") no-repeat center center;}
.element.tanitim { background: #70b001 url("../../images/zoom.png") no-repeat center center; background: hsl( 0, 0%, 80%) url("../../images/zoom.png") no-repeat center center;}
.element.kitapkapak { background: #70b001 url("../../images/zoom.png") no-repeat center center; background: hsl( 0, 0%, 80%) url("../../images/zoom.png") no-repeat center center;}


.element * {
	position: absolute;
	margin: 0;
	left: 16px;
	top: -1px;
}

.element .symbol {
  left: 0.2em;
  top: 0.4em;
  font-size: 3.8em;
  line-height: 1.0em;
  color: #FFF;
}
.element.large .symbol {
  font-size: 4.5em;
}

.element.fake .symbol {
  color: #000;
}

.element .name {
  left: 0.5em;
  bottom: 1.6em;
  font-size: 1.05em;
}

.element .weight {
  font-size: 0.9em;
  left: 0.5em;
  bottom: 0.5em;
}

.element .number {
  font-size: 1.25em;
  font-weight: bold;
  color: hsla(0,0%,0%,.5);
  right: 0.5em;
  top: 0.5em;
}

.variable-sizes .element.width2 { width: 230px; }

.variable-sizes .element.height2 { height: 230px; }

.variable-sizes .element.width2.height2 {
  font-size: 2.0em;
}

.element.large,
.variable-sizes .element.large,
.variable-sizes .element.large.width2.height2 {
  font-size: 3.0em;
  width: 350px;
  height: 350px;
  z-index: 100;
}

.clickable .element:hover {
  cursor: pointer;
}

.clickable .element:hover h3 {
  text-shadow:
    0 0 10px white,
    0 0 10px white
  ;
}

.clickable .element:hover h2 {
  color: white;
}

/**** Filters ****/

#filters{
  margin: 5px 0px;
  padding: 0px;
  list-style: none;
}

#filters li{
  display: inline-block;
  float: left;
}

#filters li a{
  padding: 9px 12px;
  margin-right: 3px;
font-family:"Arial";
}

.inner-link a.selected{
  background: #000;
  color: #fff;
}



/*PORTFOLIO / WORKS page*/
#portfolio-panel{
	background:url("../../images/white-trans-extra.png") repeat;
}

.clearfix {
  zoom: 1;
}


.inner-link{
	margin-top: 20px;
	display: block;
}
.inner-link a{
	background: #70b001;
	color: #fff;
	padding: 7px 15px;
	font-size: 15px;
}
.inner-link a:hover{
	background: #767b7f;
	color: #fff;
	padding: 7px 15px;
	font-size: 15px;

}
.inner-link-alt{
	margin-top: 20px;
	display: block;
}
.inner-link-alt a{
	background: #222;
	color: #fff;
	padding: 7px 15px;
	font-size: 16px;
}
.inner-link-alt a:hover{
	background: #f2f2f2;
	color: #70b001;
	padding: 7px 15px;
	font-size: 16px;

}
.inner-link-inv{
	margin-top: 20px;
	display: block;
}
.inner-link-inv a{
	background: #222;
	color: #fff !important;
	padding: 7px 15px;
	font-size: 16px;
}
.inner-link-inv a:hover{
	background: #70b001;
	color: #fff;
	padding: 7px 15px;
	font-size: 16px;

}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

.pad-top-extra { padding-top: -40px !important; }
.pad-top-extra-large { padding-top: 90px !important; }

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
