*
{
	box-sizing: border-box;
}

.bar
	{
		position: relative;
		display: inline-block;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 150px;
		height: 25vh;
		background-color: rgba(210,210,210,0.22);
		margin:0;
		padding: 0 0 1vh 0;
		font-variant: small-caps;
		font-family: 'Montserrat',sans-serif;
		font-size: 1.15em;
     	box-sizing: border-box;
	}


@media (min-width: 510px) and (max-width: 750px)
	{
		.bar
			{
				font-size:0.8em;
			}

	}

@media (max-width: 510px)
	{
		.bar
			{
				font-size:0.5em;
			}
	}

.mobImg
	{
		position: absolute;
		top:1vh;
		left: 50%;
		transform: translate(-50%,0);
		max-width: 400px;
		width: 80%;
	}

img.backImg
	{
		height: 100vh;
		width: 100%;
		position: fixed;
		z-index: -1;
		opacity: 0;
		object-position: center;
		object-fit: cover;
	}

img.backImg:nth-child(1)
	{
		animation:opacImg1 30s infinite;
		-webkit-animation: opacImg1 30s infinite;
	}

img.backImg:nth-child(2)
	{
		animation:opacImg2 30s infinite;
		-webkit-animation: opacImg2 30s infinite;
	}

img.backImg:nth-child(3)
	{
		animation:opacImg3 30s infinite;
		-webkit-animation: opacImg3 30s infinite;
	}


@keyframes opacImg1
	{
  		0%   {opacity:1}
  		25%   {opacity:1}
 		33.333% { opacity: 0}
 		66.666% { opacity: 0}
 		92% { opacity: 0}
  		100% { opacity: 1}
	}
@keyframes opacImg2
	{
  		0%   {opacity:0}
  		25%   {opacity:0}
  		33.333% { opacity: 1}
  		58% { opacity: 1}
  		66.666% { opacity: 0 }
  		100% { opacity: 0}
	}
@keyframes opacImg3
	{
  		0%   {opacity:0}
  		33.333% { opacity: 0}
  		58% { opacity: 0}
  		66.666% { opacity: 1}
  		92% { opacity: 1}
  		100% { opacity: 0}
	}


.divBar , .divBarMain
	{
		position: absolute;
		top:20vh;
		left: 50%;
		transform: translate(-50%,0);
		z-index: 1;
	}

.barElement
	{
		
		float: left;

	}

.barElement a 
	{
		margin: 0 .75vw;
	}

.divBar .barElement a, .divBar .barElement a:hover
	{
		text-decoration: none;
		list-style: none;
		color:rgba(90,90,90,1);
		justify-content: center;
	}

.divBarMain .barElement a, .divBarMain .barElement a:hover
	{
		text-decoration: none;
		list-style: none;
		color:white;
		justify-content: center;
	}

	/************************************************** ID Card *********************************************************/

.idParent
	{
		position: absolute;
		top:25vh;
		left: 0;
		width: 100%;
		height: 75vh;
		margin: 0;
		padding-top: 5vh;
		overflow: hidden;
	}

@keyframes idCard
	{
		0% {opacity: 0;left:-50%;}
		65% {left:65%;}
		80% {left:50%;}
		100% {opacity: 1;left:50%;}
	}

.idCard
	{
		
		left: 50%;
		position: absolute;
		transform: translate(-50%,0);
		width: 90%;
		max-width: 800px;
		background-color: rgba(10,10,10,0.37);
		height: 60vh;
		margin: 0;
		padding: 15px;
		border-radius: 1px;
		animation: idCard 2s 1;
		-webkit-animation: idCard 2s 1;


	}

.idImg
	{
		width: 25%;
		box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
		opacity: .9;
		margin-top: 0;
		border-radius: 50%;
		transition-duration: 0.15s;
		animation: idName 2.5s 1;
		-webkit-animation: idName 2.5s 1;
	}

.idImg:hover
	{
		border-radius: 10%;
		transition-duration: 0.15s;
	}

.idBaslık
	{
		position: absolute;
		right:30%;
		top: 10%;
		color: #fdfdfd;
		font-size: 3.5vw;
		margin-right: 0;
		animation: idBaslık 4s 1;
		-webkit-animation: idBaslık 4s 1;
	}

@keyframes idBaslık
	{
		0% {opacity: 0; margin-right: -50px;}
		77.78% {opacity: 0; margin-right: -50px;}
		85% {opacity: 0.45;}
		100% {opacity: 1; margin-right: 0px;}
	}

.idName
	{
		position: absolute;
		top: 60%;
		left: 7.5%;
		color: #fdfdfd;
		font-size: 1vw;
		text-align: center;
		font-style: italic;
		padding: 0;
		margin-top: 0;
		animation: idName 2.5s 1;
		-webkit-animation: idName 2.5s 1;

	}


@keyframes idName
	{
		0% {opacity: 0; margin-top: -50px;}
		71.5% {opacity: 0; margin-top: -50px;}
		100% {opacity: 0.9; margin-top: 0;}
	}

.idParagraph
	{
		position: absolute;
		left:35%;
		bottom: 30%;
		color: #fdfdfd;
		font-size: 1.25vw;
		text-align: left;
		padding-left: 3vw;
		padding-right: 8vw;
		font-style: italic;
		animation: idParagraph 5.2s 1;
		-webkit-animation: idParagraph 5.2s 1;
		margin-bottom: 0;
	}

@keyframes idParagraph
	{
		0% {opacity: 0; margin-bottom: -50px;}
		83.33% {opacity: 0; margin-bottom: -50px;}
		100% {opacity: 1; margin-bottom: 0;}
	}

@media (max-width: 600px)
	{
		.idImg
			{
				width: 30%;
			}
		.idCard
			{
				height: 45vh;
			}
		.idBaslık
			{

				font-size: 5.5vw;
				right:15%;
			}
		.idName
			{
				font-size: 2.5vw;
			}
		.idParagraph
			{
				font-size: 2.5vw;
				padding-left: 13vw;
				padding-right: 8vw;
				transform: translate(0,50%);
			}
	}


@media (max-width: 350px)
	{
		.idImg
			{
				width: 40%;
			}

		.idName
			{
				font-size: 3.3vw;
			}
		.idCard
			{
				height: 35vh;
			}
	}


/*********************************************************** Anasayfa Responsive Image Grid ***********************************************************/



.photoAreaMain
	{
		position: relative;
		top:75vh;
		display: inline-block;
		width: 100%;
		background-color: #cfdfcf;
		padding:7.5vh 5vw 2.5vh 5vw;
		opacity: 0;

	}

.photoAreaMainAnimation
	{
		
		animation: pama 2s 1;
	}

	@keyframes pama
		{
			0% {opacity: 0; margin-top:20vh;}
			20% {opacity: 0.25; margin-top:16vh;}
			50% {opacity: 1; margin-top:10vh;}
			100% {opacity: 1; margin-top:0;}
		}

.photoArea
	{
		position: relative;
		top:-1vh;
		bottom: 0;
		margin: 0;
		display: inline-block;
		width: 100%;
		background-color: #cfdfcf;
		padding:7.5vh 2.5vw 2.5vh 2.5vw;
		border:none;

	}

.rowImg 
	{
	  display: -ms-flexbox; /* IE10 */
	  display: flex;
	  -ms-flex-wrap: wrap; /* IE10 */
	  flex-wrap: wrap;
	  padding: 0;
	  width: 100%;
	}

/* Create four equal columns that sits next to each other */
.columnImg 
	{
	  -ms-flex: 100%; /* IE10 */
	  flex: 100%;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  justify-content: center;

	}

.columnImg img 
	{
	  margin-top: 8px;
	  vertical-align: middle;
	  padding: 0;
	}

.imgGrid
	{
		margin-left: 1%;
		margin-right: 1%;
		width: 22.5%;
	}

#imgG
	{
		cursor: pointer;
	}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (min-width: 601px) and (max-width: 800px) 
	{
	  .columnImg .imgGrid
		  {
		    -ms-flex: 47.5%;
		    flex: 47.5%;
		    width: 47.5%;

		  }
	}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) 
	{
	  	
		.columnImg .imgGrid
			{
				-ms-flex: 70%;
		    	flex: 70%;
				width: 70%;
				margin-left: 15%;
			}

	}
/************************************************************** Modal of Responsive İmage Grid Start ***************************************************/

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content {
  margin: auto;
  display: block;
  height: 90vw;
  max-height: 600px;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.modal-content{  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 1.6s;
  animation-name: zoom;
  animation-duration: 1.6s;
}

@-webkit-keyframes zoom {
  from 
  	{
  		  opacity: 0;
  		  position: absolute;
		  top:50%;
		  left: 50%;
		  transform: translate(-50%,-50%);
  	} 
  to 
  	{	
  		  opacity: 1;
  		  position: absolute;
		  top:50%;
		  left: 50%;
		  transform: translate(-50%,-50%);
  	}
}

@keyframes zoom {
  from 
  	{	  opacity: 0;
  		  position: absolute;
		  top:50%;
		  left: 50%;
		  transform: translate(-50%,-50%);
  	} 
  to 
  	{
  		  opacity: 1;
  		  position: absolute;
		  top:50%;
		  left: 50%;
		  transform: translate(-50%,-50%);
  	}
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.15s;
  opacity: 10;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/************************************************************** Modal of Responsive İmage Grid End ***************************************************/


/************************************************************** Sosyal Medya ***************************************************/

.bottom
  {
  	margin-top: 2vh;
  	width: 100vw;
  	background-color: rgba(0,0,0,0.3);
  	padding: 3vh 0 ;

  }

.imgpad
	{
		width: 3%;
	}


.share-button {
  cursor: pointer;
    display: inline-block;
    height:60px;
    width: 320px;
    margin-top: 10vh;
    margin-bottom: 4vh;
    position: relative;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
   -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  perspective: 100px;
  
}

.share__link {
    position: relative;
    top: 30px;
    display: inline-block;
    opacity: 0;
  -webkit-transition: top .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: top .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: top .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: top .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: top .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);

  }

.share-button:hover .share-button__front {
    transform: translate(0,100%);
    background-color: #8a8a8a;
}

.share-button:hover .share__link {
    top:0;
  opacity: 1;
}

.share-button:hover .share__link:nth-of-type(1){
  transition-delay:0.1s;
}

.share-button:hover .share__link:nth-of-type(2){
  transition-delay:0.2s;
}

.share-button:hover .share__link:nth-of-type(3){
  transition-delay:0.3s;
}

.share-button:hover .share__link:nth-of-type(4){
  transition-delay:0.4s;
}
.share-button:hover .share__link:nth-of-type(5){
  transition-delay:0.5s;
}

.share-button__text 
	{
	    margin: 0;
	    line-height: 60px;
	    font-size: 18px;
	    text-align: center;
	    color: #dedede;
	}

.share-button__back 
	{
	    background-color: #f64a4a;
	    padding: 5px;
	    height: 100%;
	    border-radius: 5px;
	  overflow: hidden;
	  box-shadow: 0px 0px 14px rgba(0,0,0,0.1) inset;
	}

.share-button__front 
	{
	    width: 100%;
	    height: 100%;
	    
	    background-color: rgba(246,74,74,1);
	    border-radius: 5px;
	    position: absolute;
	    top: 0;
	    left: 0;
	    transform-origin: center top;
	    -webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		  -moz-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		  -ms-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		  -o-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		  transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		  -webkit-transform-style: preserve-3d;
		  -moz-transform-style: preserve-3d;
		  -webkit-backface-visibility: hidden;
		  -moz-backface-visibility: hidden;
		  z-index: 6;
	}


ul.bott {
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  margin:0;
  padding:0;
  display:flex;
  z-index: 5;
}

ul.bott li {
  list-style: none;
}

ul.bott li a {
  position: relative;
  width:45px;
  height:45px;
  display:block;
  text-align:center;
  margin:0 10px;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
  text-decoration:none;
  box-shadow: 0 10px 15px rgba(0,0,0,0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: .5s;
}

ul.bott li a:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

ul.bott li a .fa {
  width: 100%;
  height:100%;
  display:block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: calc(45px - 12px);
  font-size:24px;
  color: #262626;
  transition: .5s;
}

ul.bott li:nth-child(1) a:hover .fa {
  color: #3b5998;
}

ul.bott li:nth-child(2) a:hover .fa {
  color: #00aced;
}

ul.bott li:nth-child(3) a:hover .fa {
  color: #dd4b39;
}

ul.bott li:nth-child(4) a:hover .fa {
  color: #007bb6;
}

ul.bott li:nth-child(5) a:hover .fa {
  color: #e4405f;
}


.filteringPhotos
	{
		position: relative;
		left: 0;
		bottom: 0;
		top: 0;
		margin: 0;
		padding: 0;
		width: 15%;
		
	}

.navbar.navbar-default.filterNav
	{
		background-color: #cfdfcf;
		border: none;

	}

.filteringUl
	{
		list-style: none;
		width: 100%;
		padding: 0;

	}

.filteringLi
	{
		border-color: transparent;
		background-color: #adbdad;
		margin-bottom: 5px;
		line-height: 7.5vh;
		width: 100%;
		padding-left: 5px;
		transition: 0.2s;
		cursor: pointer;
		font-family: 'Aclonica';
		font-size: 13px;
		text-align:center;
		border-radius: 1.5px;
		
	}

.filteringLi:hover , .filteringLi.activeFilt
	{
		transition: 0.2s;
		transform: translate(8px,0);
		cursor: pointer;
		border-left: 7px solid #ff5252 ;
		
	}



.filteredPhotos
	{
		position: relative;
		right: 0;
		bottom: 0;
		top:0;
		padding: 0;
		width: 85%;
		align-content: center;
	}

.photosWhichFiltered
	{
		display: none;
		width: 20%;
		padding:0;
		margin-left: 4%;
		margin-bottom: 2vh;
		cursor: pointer;
	}










.portfolioPageMain
	{
		 background-repeat: no-repeat;
		 background-attachment: fixed;
		 background-size: cover;
		 background-position: center;
		 background-image:url("portfolioBG.jpg");
		 position: relative;
		 width: 100%;
		 height: 98vh;
		 min-height: 150px;
		 box-sizing: content-box;
		 top: 0;
		 left: 0;
		 font-family: Arial, Helvetica;
		 letter-spacing: 0.02em;
		  font-weight: 400;
		 -webkit-font-smoothing: antialiased; 
		 z-index: 1;
		 margin: 0;
		 padding: 0;
		 margin-bottom: 2vh;
	}


.altPortfolio
	{
		width: 100%;
		height: 100%;
		margin: 0;
		background-color: rgba(255,40,0,.3)
	}


/* .blurred-box1
	{
		  position: relative;
		  width: 20vw;
		  height: 60vh;
		  top: 19vh;
		  left:60vw;
		  background: inherit;
		  border:none;
		  margin: 0;
		  padding: 0;
		  overflow: hidden;
	}

.blurred-box1:after
	{
		 content: '';
		 width: 140%;
		 height: 140%;
		 background: inherit; 
		 position: absolute;
		 left: -20%;
		 right: 0;
		 top: -20%;  
		 bottom: 0;
		 border:none;
		 margin: 0;
		 padding: 0;
		 box-shadow: inset 0 0 0 200px rgba(255,255,255,0.095);
		 filter: blur(10px);
	}


.blurred-box2
	{
		  position: relative;
		  width: 40px;
		  height: calc(70% - 80px);
		  top: 14vh;
		  left: 20vw;
		  background: inherit;
		  border:none;
		  margin: 0;
		  padding: 0;
		  overflow: hidden;
	}

.blurred-box2:after
	{
		 content: '';
		 width: 140%;
		 height: 140%;
		 background: inherit; 
		 position: absolute;
		 left: -20%;
		 right: 0;
		 top: -20%;  
		 bottom: 0;
		 border:none;
		 margin: 0;
		 padding: 0;
		 box-shadow: inset 0 0 0 200px rgba(255,255,255,0.095);
		 filter: blur(10px);
	}


.blurred-box3
	{
		  position: relative;
		  width: 20vw;
		  height: calc(70% - 80px);
		  top: calc(-50% + 43px);
		  left: 60vw;
		  right: 0;
		  background: inherit;
		  border:none;
		  margin: 0;
		  padding: 0;
		  overflow: hidden;
	}

.blurred-box3:after
	{
		 content: '';
		 width: 140%;
		 height: 140%;
		 background: inherit; 
		 position: absolute;
		 left: -20%;
		 right: 0;
		 top: -20%;
		 bottom: 0;
		 border:none;
		 margin: 0;
		 padding: 0;
		 box-shadow: inset 0 0 0 200px rgba(255,255,255,0.095);
		 filter: blur(10px);
	}


.blurred-box4
	{
		  position: relative;
		  width: 60vw;
		  height: 40px;
		  top: calc(-50% + 43px) ;
		  left:20vw;
		  background: inherit;
		  border:none;
		  margin: 0;
		  padding: 0;
		  overflow: hidden;
	}

.blurred-box4:after
	{
		 content: '';
		 width: 140%;
		 height: 140%;
		 background: inherit; 
		 position: absolute;
		 left: -20%;
		 right: 0;
		 top: -20%;  
		 bottom: 0;
		 border:none;
		 margin: 0;
		 padding: 0;
		 box-shadow: inset 0 0 0 200px rgba(255,255,255,0.095);
		 filter: blur(10px);
	}*/









