

/*==========================*/

.theme-mi-slider .nivoSlider{
	position:relative;
}

.theme-mi-slider .nivoSlider a {
	border:3;
	display:block;
	
}

/* Nivo Pagination =========================*/

.nivo-controlNav{
	display: flex;
	justify-content: center;
}

.theme-mi-slider .nivo-control{
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #545454;
	margin: 3px;
	text-indent: -9999px
}

.theme-mi-slider .nivo-control:hover{
	background: rgb(109, 106, 106);
}

.theme-mi-slider .active{
	background: rgb(109, 106, 106);
}

/* Nivo direction ============*/
.nivo-directionNav a{
	display: block;
	width: 30px;
	height: 30px;
}

.nivo-directionNav .nivo-prevNav{
	background-image: url(../media/images/iconos/icons/circle-left.png);
	background-size: cover;
	text-indent: -9999px;
	left: 1%;
	
	
}

.nivo-directionNav .nivo-nextNav{
	background-image: url(../media/images/iconos/icons/circle-right.png);
	background-size: cover;
	text-indent: -9999px;
	right: 1%;
}


/*Nivo Caption*/

.nivo-html-caption{
	position: absolute;
}

.nivo-html-caption img {
	position: absolute;
	width: 10px;
	height: 10px;
}



/*============BOTONES==============*/

.pst-content {
	padding-left: 10px;
  }
  .project-menu {
	margin-top: 2%;
	text-align: center;
  }
  
  .project-menu li {
	display: inline-block;
	margin-left: 40px;
	margin-right: 40px;
  }
  
  .project-menu li a {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #444;
	border-radius: 20px;
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 4px;
	padding: 5px 65px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-family: 'Roboto', sans-serif;
  }
  
  .project-menu li a.active, .project-menu li a:hover {
	border-color: rgb(228, 237, 238);
	background: rgba(20, 20, 20, 0.822);
	color: #fff;
	text-decoration: none;
  }
  .copyright>p {
	margin-bottom: 0;
	color: rgb(255, 251, 251);
	text-align: center;
	font-family: Bahnschrift;
	
	}
  /*============mediaquery==============*/


  @media (max-device-width: 767px) { 
	.project-menu   {
		display: grid;
		grid-template-columns: 1fr 1fr;	
		padding-top: 15px;
    	padding-bottom: 80px;
   }
   .btn-project-menu {
	padding-top: 5px;
   }
   .project-menu li a {
	   padding: 10px;
	   width: -webkit-fill-available;
	   font-size: 40px;
	   margin-top: 15px;
   }
   .nivo-directionNav .nivo-prevNav {
	left: 0%;
	height: 70px;
	width: 71px;}
	.nivo-directionNav .nivo-nextNav{
	right: 0%;
	height: 70px;
	width: 71px;}

	.slider-wrapper {
		margin-bottom: 80px;
	}
	.copyright>p {
	margin-bottom: 0;
	color: rgb(255, 251, 251);
	text-align: center;
	font-family: Bahnschrift;
	font-size: 3.5vw;
	}
	.credits {
	  font-size: 3.5vw;
	}

}


	



  
  .single-awesome-portfolio {
	float: left;
	overflow: hidden;
	padding: 15px;
	width: 25%;
	position: relative;
  }
  
  .single-awesome-project {
	overflow: hidden;
	margin-bottom: 30px;
  }
  
  .first-item {
	margin-bottom: 30px;
  }
  
  .awesome-img {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
  }
  
  .awesome-img>a {
	display: block;
	position: relative;
  }
  
  .single-awesome-project:hover .awesome-img>a::after {
	opacity: 1;
  }
  
  .single-awesome-project:hover .add-actions {
	opacity: 1;
	bottom: 0;
  }
  
  .awesome-img>a::after {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	transition: 0.4s;
  }
  
  .add-actions {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	bottom: 30px;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	padding: 10px 15px;
	position: absolute;
	transition: all 0.4s ease 0s;
	width: 100%;
  }
  
  .project-dec {
	display: block;
	height: 100%;
	width: 100%;
  }
  
  .project-dec a {
	display: block;
	height: 100%;
	width: 100%;
  }
  
  .project-dec h4 {
	margin-bottom: 5px;
  }
  
  .project-dec h4:hover {
	color: #fff;
  }
  
  .project-dec h4 {
	color: #ddd;
	font-size: 24px;
	margin-top: -45px;
	padding-top: 50%;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 800;
  }
  
  .project-dec span {
	color: #ddd;
	font-size: 13px;
  }
  
  .project-action-btn {
	display: block;
	height: 100%;
	text-align: center;
	transition: all 1s ease 0s;
	width: 100%;
  }
  
  .project-action-btn li {
	display: block;
	height: 100%;
	width: 100%;
  }
  
  .project-action-btn li a {
	display: block;
	height: 100%;
	width: 100%;
  }

  .btn-blank-white {
	  margin-top: 12px;
  }

  /*============BOTONES==============*/
  .footer-area-bottom {
	background: #252525 none repeat scroll 0 0;
	padding: 40px 0;
	margin-top: 10px;
  }
  
  .copyright-text a:hover {
	text-decoration: underline;
	color: rgb(240, 244, 245);
  }
  
  .copyright-text a {
	color: #444;
  }
  
  .copyright>p {
  	font-family: Bahnschrift;
  	text-align: center;
	margin-bottom: 0;
	color: rgb(255, 251, 251);
  }
  
  .copyright a, .credits a {
	color: rgb(240, 240, 240);
  }
  
  .credits {
  	font-family: Bahnschrift;
	padding-top: 5px;
	text-align: center;
	color:  rgb(240, 240, 240);
  }
