body{
	font-family: "HKGrotesk-Regular", sans-serif;
	font-size: 15px;
	color:#252728;
}
/*NAVABAR*/
.navbar{
	padding-top:1.5em;
	padding-bottom: 1.5em;
	padding-left:5%;
	padding-right:5%;
	margin-bottom:0;
}

.navbar li>a.active{
	padding-bottom:0.2em;
	color:#f16521;
}

.navbar li>a{
	color:black;
}

.navbar li>a:hover{
	color:#ef6521;
	background:none;
}

.navbar-collapse ul{
	max-width:750px;
	padding-top:2em;

}

.navbar li{
	margin-left:55px;
}

a.active:after {
  content:""; 
  border:1px solid #f16521;
  position: absolute; 
  bottom: 0; 
  left: 15px; 
  width: 30%;
}

.navbar-toggle .icon-bar
{
	background-color:#252728;
}

.navbar-toggle{
	border:1px solid #252728;
}

#logo{
	width:150px;
}

/*END NAVABAR*/
#big-img{
	margin:0;
	padding:0;
}

#big-img img{
	min-width:100%;
}

#content-wrapper p{
	font-family: "HKGrotesk-Light", sans-serif;
}

strong{
	color:#f16521;
	font-weight:normal;
}

h1{
	font-family:"HKGrotesk-Bold", sans-serif;
	font-size:200%;
	margin-bottom:1em;
	margin-top: 0.80em;
}

.chap{
	position:relative;
}

h1:after {
  content:""; 
  border:2px solid black;
  position: absolute; 
  bottom: -1px; 
  left:3px; 
  width: 55px;
}
/*proyectos*/
#thumbs .thumb{
	border:10px white solid;
	padding:0;
}

.padding-less{
	padding:0;
}

.img-port{
	cursor: pointer;
}

#pop{
	display:none;
	z-index:10;
	position:absolute;
	width:70%;
}

#pop-close{
    position: absolute;
	right:5px;
    top:5px;
    border: 2px solid #f16521;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    color: #f16521;
    cursor:pointer;
    z-index:10;
}

#pop-img{
	width:100%;
}

#pop-vid{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

embed, object,iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#pop img{
	max-width:100%;
}

.img-slider{
	width: 100%;
}



/**foot*/
footer{
	margin-bottom:20px;
	padding: 20px;
	padding-bottom:1em;
}

footer #icons div{
	max-width:25px;
	margin-left:15px;
	margin-top:-10px;
	text-align:right;
	display:inline-block;
}
/*home*/
.text-slider{
	position: absolute;
	z-index:5;
	top:35%;
	text-align:left;
	color:white;
	display:none;
	right:0;
}

.black{
	color:black;
}

span.more:before{
	content:"[+]";
	color:#ef6521;
	font-weight:bold;
	cursor:pointer;
}

.text-slider .chap2{
	display:none;
	position:relative;
}

.text-slider h2:after{
  content:""; 
  border:1px solid;
  position: absolute; 
  bottom: -5px; 
  left:0px; 
  width: 100%;
}
.text-slider .chap{
	position:relative;
	width:100%;
}

	














