body { 
  margin: 0; 
  padding: 0;
  background: #cfcfcf;  
  }

#urunlerimiz, #denemekicin {
  padding-bottom: 50px;
}

.section-header {
  text-align: center;
  margin: 0 auto;
  padding-top: 70px;
  margin-bottom: 50px;
  font: 300 60px 'Raleway', sans-serif;
  letter-spacing: 3px;
  color: #222;
}

.break-section {
  width: 100%;
  height: 700px;
  -webkit-filter: grayscale(50%);
}




.navbar {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1.0px;
  font-size: 14px;
}

.navbar-brand {
  font-weight: bold;
}

.navbar li:hover {
  background-color: #111;
}

/************************
  JUMBOTRON & MAIN TITLE
************************/

#home {
  background: url('../img/kolaj.jpg') no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  overflow: hidden; 
  height: 100vh;
  opacity: 0.7;
  position: relative; /* NECESSARY? */
}

#homeChild {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15,13,173,0.4);
}

#urunlerimizChild {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15,13,173,0.4);
}

#bizChild {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15,13,173,0.4);
}

#boyutChild {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15,13,173,0.4);
}



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

OTHER HOME BACKGROUNDS

ASTORIA:
http://sundaysinny.com/wp-content/uploads/2011/10/Astoria-Park-Bridges-Winter-5711-6.jpg

https://farm6.staticflickr.com/5493/11840603493_06f3d750f7_o_d.jpg

NOT ASTORIA:

https://images.unsplash.com/photo-1442551382982-e59a4efb3c86?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=e131e5a1a12b40fca905f81eb90df89d

https://images.unsplash.com/photo-1420330076511-19dcae7171ac?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=e2c8757bf75fcfdd8bbd23e17a257f28

https://images.unsplash.com/photo-1420330076511-19dcae7171ac?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=e2c8757bf75fcfdd8bbd23e17a257f28

https://images.unsplash.com/photo-1438351857287-1baf1ae126dc?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=5735bc31eb22ae4308751d0d88c59560




ORIGINAL:
https://upload.wikimedia.org/wikipedia/commons/b/be/Film_strip.jpg

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


#home:before {
  content: '';
  background-color: rgba(11, 11, 11, 0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
}

.FB-logo-wrapper {
  display: inline-block;
  margin-top: -30px;
  color: #fff;
  font-weight: 100;
  letter-spacing: .6px;
}

.FB-logo-wrapper .FB-logo {
  margin-right: -15px;
  padding-bottom: 3px;
  /*-webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(#greyscale);
  filter: gray;
  margin-right: -5px;*/
  
}

.FB-logo-wrapper:hover {
  color: #fff;
}

.jumbotron {
  background-color: transparent !important;
  position: relative; 

  /*position: absolute; */
  width: 90%;
  left: 50%;
  top: 40%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.jumbotron .jumbo-container {
  position: relative;
  width: 100%;
  margin: auto;
  text-align: center;
  overflow: hidden;
  line-height: 80px;
  height: 80px;  
}

.jumbotron .jumbo-container .main-title {
  display: block;
  font: 800 70px 'Raleway', sans-serif;
  color: #fff;
  position: relative; 
  letter-spacing: 1.2px;
  animation: title-animation 4s 3s linear infinite;
}

@keyframes title-animation {
  0% { top: 0; }
  20% { top: 0; }
  25% { top: -85px; }
  70% { top: -85px; }
  75% { top: 0; }
  100% { top: 0; }
}


/************************
  "VIEW PORTFOLIO" BUTTON
************************/

.portfolio-button {
  text-decoration: none;
  font: 400 18px 'Raleway', sans-serif;
  letter-spacing: 1.7px;
  line-height: 40px;
  color: #fff;
  display: block;
  
  opacity: .8;
  border: 1px solid #fff;
  width: 400px;
  text-align: center;
  margin: 0 auto;
  padding: 5px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
   
  position: relative;
  top: 40px;
  overflow: hidden;
}

.portfolio-button:hover, .portfolio-button:active {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

.portfolio-button:before {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: -200%;
  left: -225%;

  background-image: -webkit-linear-gradient(135deg, rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0)); 
  background-image: -moz-linear-gradient(135deg, rgba(255,255,255,0), rgba(255,255,255,0.6), rgba(255,255,255,0));  
    
  -moz-transition: all 0.4s ease-out; 
  -o-transition: all 0.4s ease-out; 
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
}

.portfolio-button:hover:before {
  top: 200%;
  left: 200%;   
}

/*****************
HOME MEDIA QUERIES
*****************/

@media screen and (max-width: 780px) {
  .jumbotron .jumbo-container .main-title {
    font-size: 55px;
    padding-top: 20px;
  }

}

@media screen and (max-width: 590px) {
  .jumbotron .jumbo-container .main-title {
    font-size: 38px;
    padding-top: 32px;
  }
  .portfolio-button {
    line-height: 30px;
    width: 150px;
    font-size: 12px;
  }
}

@media screen and (max-width: 450px) {
  .jumbotron .jumbo-container .main-title {
    font-size: 30px;
    padding-top: 40px;
  }
  .portfolio-button {
    line-height: 28px;
    width: 130px;
    font-size: 10px;
  }
}
  

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

WORK SECTION

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

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
  font-family: Raleway;
  
}

/* Common style */
.grid figure {
	position: relative;
	
  /****************
  float: left;
  ****************/
  float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #000;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */


/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
	background: #111;
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: 100%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

@media screen and (max-width: 50em) {
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

.clearfix {
  clear: both;
  padding-bottom: 100px;
}

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

BIO SECTION

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

#biz {
  background: linear-gradient(#222, transparent 30%),
    linear-gradient(0deg, #222, transparent 30%), url('../img/kolaj.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  opacity: 0.7;
  
  /*  
  
  ASTORIA IMAGES:
  https://upload.wikimedia.org/wikipedia/commons/3/32/Astoria_Park_Panorama_of_Triborough_and_Hell\'s_Gate_Bridges.jpg
  
  https://farm4.staticflickr.com/3172/2566635174_1244623644_o.jpg
  
  OTHER IMAGE: 
  
  https://images.unsplash.com/photo-1455461491901-a0990c10d84c?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=125f3ba507f9f117da589ff634f95a03
  
  ORIGINAL IMAGE:
  https://unsplash.imgix.net/45/HWijjF7RwOPGEJ1nb4Zb_IMG_3773.jpg?q=75&fm=jpg&s=38ebbe5922dfb2114877fe9170478b2f 
  
  */
}

.bio-photo {
  border-radius: 50%; /*WAS 800px*/
  margin: 10px auto;
  margin-right: 20px;
  height: 250px;
  width: 250px;
  float: left;
}

.bio-header {
  margin-top: -50px;
}

.bio-text {
  max-width: 50em;
  margin: 80px auto;

  font: 1.2rem 'Open Sans', sans-serif;
  font-weight: 200;
  color: #333;
  letter-spacing: .5px;
  line-height: 33px;
  text-align: justify;
  background-color: #fff;
  padding: 30px 70px;
  border-radius: 5px;

}

.pdf-resume {
  text-align: center;
  margin: 0px auto;
  margin-top: 30px;
  padding-bottom: 20px;
  font: small-caps 25px 'Raleway', sans-serif;
  width: 350px;
}

.pdf-resume > a {
  text-decoration: none;
  color: #e23d3d;
}

.pdf-resume > a:hover {
  color: #FF0000;
}
  

.bio-text > p > a {
  color: ;
  font-weight: 400;
}

.bio-text > p > a:visted {
  color: #ed490a;
}

.they-tried-to-bury-us-text {
  font-weight: 400;
}


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

CLIENTS SECTION

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


#about {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  
}

.about-section .about-item {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}


.about-section .about-item .section-icon {
  font-size: 180px;
  padding-top: 20px;
  margin: 0 auto; 
  text-align: center;
  width: 100%;
  
}

.about-section .about-item .about-header {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-family: 'Raleway';
  font-weight: 700;
  letter-spacing: 1.4px;
  color: #333;
}

.about-section .about-item .about-text {
  text-align: justify;
  max-width: 450px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  /*margin-top: -50px;*/


  font: 1.7rem 'Open Sans', sans-serif;
  font-weight: 300;
  color: #333;
  letter-spacing: .5px;
  line-height: 30px;  
}

.about-underline {
  max-width: 300px;
  text-align: center;
  margin: 30px auto;
  opacity: 0;
  color: #000;
  
}


@media screen and (max-width: 991px) {
  #about .about-section .about-item .about-text {
    margin-bottom: 30px;
  }
  .about-underline {
    opacity: 1;
  }
}


.client-break {
  background: linear-gradient(#222, transparent 30%),
    linear-gradient(0deg, #222, transparent 30%), url('../img/kolaj.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  opacity: 0.7;
}


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

ORIGINAL IMAGE:
https://download.unsplash.com/30/ny-filtered.jpg

OTHER: 
https://graphics8.nytimes.com/images/2012/12/20/travel/20frugal-lead/20frugal-lead-blog480.jpg

FRANK STUDIO:
https://scontent.xx.fbcdn.net/v/t1.0-9/11020252_1611776072434602_5281697854766324263_n.jpg?oh=d398210c37a1ec2f269094dc42f99cc3&oe=57E3466F

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


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

CONTACT SECTION

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


#contact {
  width: 100%;
  height: 650px;
  background-color: #222;
  overflow: hidden;
}

.contact-header {
  color: #eee;
  padding-top: 50px;
}

.contact-wrapper {
  margin: 0 auto;
  padding-top: 5px;
  position: relative;
  max-width: 800px;
}

/********************* 
  LEFT CONTACT PAGE
*********************/

.form-horizontal {
  float: left;
  max-width: 400px;
}

 .form-control, textarea {
  max-width: 400px;
  background-color: #222;
  color: #fff;
}

.form-horizontal .form-group .form-control,
.form-horizontal .form-control {
  background-color: #222;
}

.send-button {
  margin-top: 15px;
  width: 400px;
}

/********************** 
  RIGHT CONTACT PAGE 
**********************/

.direct-contact-container {
  max-width: 400px;
  float: right;
  margin-top: 5px;
}

.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #333;
}

.contact-text {
  font: 300 20px 'Raleway', sans-serif;
  letter-spacing: 1.9px;
  color: #333;
  font-weight: bolder;
}

.place {
  margin-left: 62px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
  color: #333;
  text-decoration: none;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #f00;
  text-decoration: none;
  
}

.social-media-icons-list {
  text-align: center;
  margin-left: -50px;
}

.social-media-icons-list li {
  display: inline-block;
  margin: -5px 5px;
  filter: grayscale(30%);
  -webkit-filter: grayscale (30%);

}

.social-media-icon img {
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.social-media-icon img:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  
}

.copyright {
  font: 100 15px 'Lato', sans-serif;
  color: #333;
  letter-spacing: 1px;
  text-align: center;
  font-weight: bold;
}


/**************************** 
CONTACT SECTION MEDIA QUERIES
****************************/

@media screen and (max-width: 760px) {
    #contact {
        height: 980px;
    }
  
  .section-header {
    font-size: 65px;
  }
  
  .direct-contact-container, .form-horizontal {
    float: none;
    margin: 0 auto;
  }
  
  .name, .email, textarea, button {
    max-width: 370px;
  }
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }  
}

@media screen and (max-width: 568px) {
  #contact {
    height: 1200px;
    }
  
  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }
  
  .name, .email, textarea {
    max-width: 280px;
  }
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }
  
  .contact-text {
    font-size: ; 
  }
  
  .copyright {
    font-size: 16px;
  }

  .social-media-icons-list li {
    margin: 5px 0px;
  }
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}

/**********
LOGO
**********/

.rgb-text {
  position: absolute;
  font-family: "Libre Barcode 39 Text";
  font-size: 2em;
  text-align: center;
  color: white;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}


/**********
ISOTOPE
**********/

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
 
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
	 
	 
/*****************BY BEN*/
.moorFiltre {
	margin: 30px 10%;
}
.moorFiltre a {
	padding: 10px;
}
.moorFiltre a {
	margin-right: 10px;
	color: #179E9C;
	text-decoration: none;
	font-size:120%;
	font-variant: small-caps
}
.moorFiltre a.current {
	color: rgba(208,40,40,1.00);
	cursor: default;
	border-bottom: 3px solid rgba(208,40,40,1.00);
	outline: none!important;
}
.moorKonteyner img {
	margin: 5px;
}
/*****************END BEN*/


/**************************************LAYOUT*/
/*Konteyner*/
.moorKonteyner {
	width: 100%;
	margin:2% 0 2% 2%;
}
.moorKonteyner p {
	width: 100%;
	font-size: 120%;
}



/***********************MEDIA QUERIES******/

@media screen and (max-width:480px) {
/*LAYOUT*/
.moorKonteyner {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
	.moorKonteyner img, .moorKonteyner div {
		display:block;
		width:100%!important;
		height: auto;
	}
	.moorKonteyner {
	width:90%!important;
	padding-left:10%;
}
	.moorFiltre a {
		display: block;
	}

}


/**********
SEÇİM BÖLÜMÜ
**********/

.card-like {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #111;
  background: #d8d8d8;
  border-radius: 6px;
  padding: 50px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.btn-irv {
  width: 100%;
  background: #038dab;
  color: #fff !important;
  font-weight: bold !important;
  padding: 10px 0;
  transition: all 0.3s;
}
.btn-irv:hover {
  background: #02738d;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn-irv-default {
  font-weight: bold;
  background: #bbb;
  color: #fff !important;
}
.btn-irv-default:hover {
  background: #aaa;
}

.wizard {
  overflow: hidden;
}
.wizard .wizard-header {
  margin-bottom: 30px;
}
.wizard .wizard-header h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
.wizard .wizard-header h1 small {
  color: #bbb;
}
.wizard .wizard-header hr {
  border-color: #038dab;
  border-top-width: 2px;
}
.wizard .wizard-header .steps {
  height: 15px;
}
.wizard .wizard-header .steps .wizard-step {
  background: #038dab;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 10px;
  opacity: 0.2;
  border-radius: 50%;
  transition: all 0.8s;
}
.wizard .wizard-header .steps .wizard-step.active {
  opacity: 1;
}
.wizard .wizard-body {
  position: relative;
  transition: all 0.3s cubic-bezier(0.68, -0.3, 0.37, 0.6);
}
.wizard .wizard-body .step {
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 500px;
  top: 0;
  right: -100%;
  opacity: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.wizard .wizard-body .step.initial {
  position: relative;
}
.wizard .wizard-body .step.off {
  opacity: 0 !important;
  right: 100% !important;
}
.wizard .wizard-body .step.active {
  right: 0;
  margin-left: 0;
  margin-top: 0;
  opacity: 1;
  transition: all 0.4s linear;
  transition-delay: 0.1s;
}
.wizard .wizard-footer {
  margin-top: 20px;
}

@media screen and (max-width: 780px) {
  .wizard .wizard-body .step {
    font-size: 12px;
    height: 800px;
    }
 }


/**********
FİLTRE BÖLÜMÜ
**********/

@media screen and (max-width: 450px) {
  .colcontainer {
    max-width: 300px; }

  .colandero{
    max-width: 300px; }
   .colimg{
      max-width: 300px !important;
      max-height: 300px !important;
    }
 }
.colcontainer {
  max-width: 100%; }

.colandero {
  max-width: 98%; }

#colhead {
  background-color: #22586e;
  text-align: center;
}

.colbutton  {
  padding: 10px 15px;
  margin: 0;
  background: #22586e;
  color: #C0D5D8;
  border: none;
height: 50px;}

.colbutton:hover {
  background-color: #00868b; }

.colimg {
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  float: left;
  width: 300px;
  height: 300px; }

  .colimg img {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
   }

  .colimg:hover img {
    filter: contrast(1.5);
    filter: brightness(0.5); }

.colimg .colimgeffect {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1); }

.colimg:hover .colimgeffect {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }


.colimg a {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid white;
  padding: 10px;
  text-decoration: none;
  color: #999;
  width: 100px;
  font-size: 13px; }

.colimg a:hover {
  background-color: white;
  color: #777; }

.hide {
  -webkit-animation: hideHZ 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation: hideHZ 0.3s;
  animation-fill-mode: forwards; }

.show {
  -webkit-animation: showHZ 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation: showHZ 0.3s;
  animation-fill-mode: forwards; }

@-webkit-keyframes hideHZ {
  100% {
    opacity: 0;
    transform: scale(0, 0); } }
@-webkit-keyframes showHZ {
  0% {
    opacity: 0;
    transform: scale(0, 0); }
  100% {
    opacity: 1;
    transform: scale(1, 1); } }
@keyframes hideHZ {
  100% {
    opacity: 0;
    transform: scale(0, 0); } }
@keyframes showHZ {
  0% {
    opacity: 0;
    transform: scale(0, 0); }
  100% {
    opacity: 1;
    transform: scale(1, 1); } }


/**********
SCROLL-DOWN
**********/

.arrows {
	width: 72px;
	height: 84px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 20px;
}

.arrows path {
	stroke: #fff;
	fill: transparent;
	stroke-width: 6px;	
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite; 
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {	
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari 和 Chrome */
}

/**********
ÇERÇEVE BOYUTLARI BÖLÜMÜ
**********/

.frame {
  display: inline-block;
  vertical-align: middle;
  margin: auto 2%;
  padding: 30px;
  border: 10px solid #efefef;
  background-color: #eaeaea;
  position: relative;
  transition: .3s ease;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3), 1px 1px 2px rgba(0, 0, 0, 0.2), 40px 35px 70px -10px rgba(0, 0, 0, 0.5), -20px -20px 100px -10px rgba(255, 255, 255, 0.8);
}
.frame:before {
  content: " ";
  left: 30px;
  top: 30px;
  bottom: 30px;
  right: 30px;
  position: absolute;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0));
  transition: .3s ease;
}
.frame:hover:before {
  opacity: 0;
}
.frame img {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.frame.red {
  border: 10px solid #A52F2F;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3), 1px 1px 2px rgba(0, 0, 0, 0.2), 40px 35px 70px -10px rgba(0, 0, 0, 0.5), -20px -20px 100px -10px rgba(165, 47, 47, 0.3);
}
.frame.black {
  border: 10px solid #333;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3), 1px 1px 2px rgba(0, 0, 0, 0.2), 40px 35px 70px -10px rgba(0, 0, 0, 0.5), -20px -20px 100px -10px rgba(51, 51, 51, 0.2);
}
.frame.thick {
  border-width: 30px;
}
.frame figcaption {
  position: absolute;
  top: 100%;
  margin-top: 50px;
}
.frame figcaption h2, .frame figcaption span {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
  transition: .3s ease;
  background-color: #d8d8d8;
  font-size: 36px;
  color: #333;
  font-weight: bolder;
  text-align: center;
}
.frame figcaption h2 {
  margin: 0;
}
.frame figcaption span {
  color: #333;
  transition-delay: .2s;
  text-align: center;
}
.frame:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.frame:hover figcaption h2, .frame:hover figcaption span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 780px) {
	.break-section {
		height: 2600px;
	}
	.frame {
		margin: 17% auto;
	}
 }