/*
=====================================================================
*   Ceevee v1.0 Layout Stylesheet
*   url: styleshout.com
*   03-18-2014
=====================================================================

   TOC:
   a. General Styles
   b. Header Styles
   c. About Section
   d. Resume Section
   e. Portfolio Section
   f. Call To Action Section
   g. Testimonials Section
   h. Contact Section
   i. Footer

===================================================================== */

/* ------------------------------------------------------------------ */
/* a. General Styles
/* ------------------------------------------------------------------ */

body {
	background-color: #fff;
}
.flexslider {
	overflow-x: hidden;
}


/* ------------------------------------------------------------------ */
/* b. Header Styles
/* ------------------------------------------------------------------ */

header {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0px;
	height: 100%;
}

/* vertically center banner section */
header:before {
   content: '';
   display: inline-block;
   vertical-align: middle;
   height: 100%;
}
.banner {
	display: inline-block;
	vertical-align: top;
	margin-top: 16%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 85%;
	padding-bottom: 30px;
	text-align: center;
}


.banner-text { width: 100%; }
.banner-text h1 {
	color: #fff;
	letter-spacing: 0px;
	margin: 0 auto 18px auto;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, .8);
}
.banner-text h3 {
	font: 18px/1.9em 'librebaskerville-regular', serif;
	color: #BBCAD6;
	margin: 0 auto;
	width: 70%;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
}
.banner-text h3 span,
.banner-text h3 a {
	color: #D9E1E8;
}
#no-split {
	display: inline-block;
}

.banner-text hr {
	width: 65%;
	margin-top: 22px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-color: #2F2D2E;
	border-color: rgba(255,255,255,0.10);
}

/* header social links */
.social {
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 24px;
	padding: 0;
	font-size: 30px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .8);
}
.social li {
   display: inline-block;
   margin: 0 15px;
   padding: 0;
}
.social li a {
	color: #86A2B6;
}
.social li a:hover { color: #11ABB0; }
/* scrolldown link */
.scrolldown a  {
	margin-left: -29px;
	color: #fff;
	height: 42px;
	width: 42px;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	border-radius: 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	left: 50%;
	bottom: 30px;
	position: fixed;
}
.scrolldown a:hover { color: #11ABB0; }

/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap ul, #nav-wrap li, #nav-wrap a {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
	outline: none;
}

/* nav-wrap */
#nav-wrap {
	font-size: 14px;
	font-family: 'opensans-bold', sans-serif;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 auto;
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
}
.opaque {
	background-color: #2F3B43;
}

/* hide toggle button */
#nav-wrap > a.mobile-btn { display: none; }

ul#nav {
	min-height: 28px;
	width: auto;
	/* center align the menu */
	text-align: center;
	line-height: 20px;
}
ul#nav li {
   position: relative;
   list-style: none;
   height: 48px;
   display: inline-block;
}

/* Links */
ul#nav li a {
	/* 8px padding top + 8px padding bottom + 32px line-height = 48px */

	display: inline-block;
	padding-top: 11px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 2px;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	color: #fff;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	margin-left: 8px;
	margin-right: 8px;
}

ul#nav li a:active { background-color: transparent !important; }
ul#nav li.current a {
	color: #11ABB0;
	border-bottom: 2pt solid #12BBC0;
}


/* ------------------------------------------------------------------ */
/* c. About Section
/* ------------------------------------------------------------------ */

#about {
	padding-top: 67px;
	padding-bottom: 48px;
	overflow: hidden;
	background-color: #21272A;
	-webkit-box-shadow: inset none -5px 5px 0 #000000;
	box-shadow: inset none -5px 5px 0 #000000;
}

#about a, #about a:visited  {
	color: #CFCFCF;
}
#about a:hover, #about a:focus { color: #11ABB0; }


#about h2 {
	font: 22px/30px 'opensans-bold', sans-serif;
	color: #fff;
	margin-top: 10px;
}
#about p {
	line-height: 30px;
	color: #C6C6C6;
}
#about .profile-pic {
	position: relative;
	width: 170px;
	height: 170px;
	border-radius: 100%;
	margin-top: 10px;
	margin-right: 20px;
}
#about .contact-details {
	width: 53%;
}
#about .download {
	text-align: center;
}
#about .download .button {
	background-color: #2C3435;
	color: #C8D0D1;
	font-family: 'opensans-regular', sans-serif;
	margin-right: 15px;
}
#about .download .button:hover {
	background: #fff;
	color: #2B2B2B;
}
#about .download .button i {
   margin-right: 15px;
   font-size: 20px;
}


/* ------------------------------------------------------------------ */
/* d. Resume Section
/* ------------------------------------------------------------------ */


/*
#resume {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 72px;
	overflow: hidden;
}

#resume a, #resume a:visited  { color: #11ABB0; }
#resume a:hover, #resume a:focus { color: #313131; }

#resume h1 {
	font: 18px/24px 'opensans-bold', sans-serif;
	letter-spacing: 0.5px;
}
#resume h1 span {
	padding-bottom: 6px;
	border-bottom: 3px solid #11ABB0;
}
#resume h3 span {
	line-height: 30px;
	font-size: 16px;
	font-family: 'opensans-bold', sans-serif;
}

#resume .header-col {
	padding-top: 5px;
}
#resume .main-col { padding-right: 10%; }

.education, .work {
   margin-bottom: 48px;
   padding-bottom: 24px;
   border-bottom: 1px solid #E8E8E8;
}
#resume .info {
	font: 16px/24px 'opensans-italic', sans-serif;
	color: #6E7881;
	margin-bottom: 18px;
	margin-top: 11px;
}
#resume .info span {
   margin-right: 5px;
   margin-left: 5px;
}
#resume .date {
	font: 16px/24px 'opensans-italic', sans-serif;
	margin-top: 6px;
}
*/


#resume {
	/*	padding-top: 12rem;
	padding-bottom: 12rem;
*/
	
	background: #fff;
	padding-top: 54px;
	overflow: hidden;
}
/* ------------------------------------------------------------------ */
/* d. Resume Section
/* ------------------------------------------------------------------ */


/*
#resume {
	background: #fff;
	padding-top: 60px;
	padding-bottom: 72px;
	overflow: hidden;
}

#resume a, #resume a:visited  { color: #11ABB0; }
#resume a:hover, #resume a:focus { color: #313131; }

#resume h1 {
	font: 18px/24px 'opensans-bold', sans-serif;
	letter-spacing: 0.5px;
}
#resume h1 span {
	padding-bottom: 6px;
	border-bottom: 3px solid #11ABB0;
}
#resume h3 span {
	line-height: 30px;
	font-size: 16px;
	font-family: 'opensans-bold', sans-serif;
}

#resume .header-col {
	padding-top: 5px;
}
#resume .main-col { padding-right: 10%; }

.education, .work {
   margin-bottom: 48px;
   padding-bottom: 24px;
   border-bottom: 1px solid #E8E8E8;
}
#resume .info {
	font: 16px/24px 'opensans-italic', sans-serif;
	color: #6E7881;
	margin-bottom: 18px;
	margin-top: 11px;
}
#resume .info span {
   margin-right: 5px;
   margin-left: 5px;
}
#resume .date {
	font: 16px/24px 'opensans-italic', sans-serif;
	margin-top: 6px;
}
*/


#projects {
	/*	padding-top: 12rem;
	padding-bottom: 12rem;
*/
	
	background: #fff;
	overflow: hidden;
	padding-bottom: 65px;
}
.resume-header  {
	text-align: center;
}
.resume-header h2  {
	color: #313131;
	margin-left: 27%;
	padding-left: 38px;
	text-align: left;
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 8px;
}
.resume-timeline  {
	max-width: 1180px;
}
.timeline-wrap  {
	position: relative;
	margin-top: 3rem;
	margin-bottom: 6rem;
	margin-right: 2%;
}
#resume .courses-wrap {
	position: relative;
	margin-top: 3rem;
	margin-bottom: 6rem;
	margin-right: 2%;
}
.timeline-wrap::before  {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 27%;
	top: 0;
}
.courses-wrap::before {
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 27%;
	top: 0;
}

.timeline-block  {
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 30px;
	clear: left;
}
.timeline-ico  {
	height: 10px;
	width: 10px;
	background: #838C95;
	border-radius: 50%;
	position: absolute;
	left: 27%;
	top: 2.4rem;
	margin-left: -5px;
	margin-top: -1.7rem;
}
.separator  {
	height: 6px;
	width: 6px;
	background: #838C95;
	border-radius: 50%;
	position: absolute;
	left: 27%;
	top: 2.4rem;
	margin-left: -3px;
	margin-top: -1.5rem;
}
.timeline-header  {
	float: left;
	width: 27%;
	padding-right: 25px;
	text-align: right;
	font-family: 'opensans-bold', sans-serif;
	color: #313131;
	letter-spacing: -1px;
	word-spacing: 1px;
	font-size: 1.6rem;
	clear: left;
}
.courses-header h3  {
	float: left;
	width: 27%;
	padding-right: 25px;
	text-align: right;
	letter-spacing: -1px;
	word-spacing: 1px;
	font-size: 1.6rem;
	font-family: 'opensans-regular', sans-serif;
	text-transform: uppercase;
}
.projects-header  {
	float: left;
	width: 27%;
	padding-right: 25px;
	text-align: right;
}
.timeline-header h3  {
	margin-bottom: 0;
	font-size: 1.6rem;
}
.work .timeline-header p   {
	font-family: "poppins-regular", sans-serif;
	font-size: 1.6rem;
	color: #313131;
	padding-top: 4px;
}
.timeline-content  {
	margin-left: 27%;
	padding-left: 38px;
}
.projects-content  {
	margin-left: 27%;
	padding-left: 38px;
	text-align: left;
	margin-bottom: 14px;
}
.languages-content  {
	margin-left: 27%;
	padding-left: 38px;
}
.skills-content  {
	margin-left: 27%;
	padding-left: 38px;
}
.timeline-content h4  {
	position: relative;
	padding-right: 15px;
}
#resume .timeline-content h4::after {
	display: block;
	height: 3px;
	width: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.resume-header h2 span  {
	border-bottom: 3px solid #12BBC0;
	padding-bottom: 2px;
}
.info  {
	color: #313131;
	padding-top: 4px;
	margin-bottom: 20px;
	white-space: nowrap;


}
#resume .timeline-content ul {
	padding-left: 18px;
}
#resume .timeline-content ul li {
	margin-bottom: 8px;

}
.languages-content ul  {
	list-style-type: none;
}

#extra-courses .timeline-content h4  {
	font-size: 16px;
}
#extra-courses .timeline-content ul {
	list-style-type: none;
	padding-left: 0px;
	font-family: 'opensans-bold', sans-serif;
	color: #313131;
	font-size: 16px;
}

#extra-courses .timeline-content ul li {
	padding-bottom: 4px;
}
.skills-wrap h3  {
	font-size: 16px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.skills-wrap   {
	margin-top: 3rem;
	margin-bottom: 6rem;
	margin-right: 2%;
}
.languages-wrap   {
	margin-top: 3rem;
	margin-bottom: 6rem;
	margin-right: 2%;
}
.projects-wrap   {
	margin-top: 1.6rem;
	margin-bottom: 6rem;
}
.skills-content ul   {
	font-size: 16px;
	list-style-type: none;
}
.regular {
	font-family: 'opensans-regular', sans-serif;

}
.skills-content ul li  {
	margin-bottom: 12px;

}
.resume-footer {
	text-align: center;
	margin-bottom: 50px;
}
.resume-footer .fa {
	color: #E3E3E3;
	vertical-align: middle;
	font-size: x-small;
}
.resume-footer #big-footer {
	font-size: medium;
	margin-left: 12px;
	margin-right: 12px;
}
.resume-footer-box {
	padding-left: 10px;
	padding-right: 10px;
	width: 9px;
}
.timeline-content .info .date {
	letter-spacing: -0.5px;
}
.dark {
	color: black;
}
.semidark {
	color: #636363;
}
#videoPortada   {
	background-size: auto auto;
	background-image: url(../images/BackgroundAnimationPoster.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-color: #181d20;
	-o-object-fit: cover;
	width: 100%;
	height: auto;

}
#portada {
	background-color: #181d20;
	width: 100%;
	min-height: 450px;
	max-height: 1080px;
}
.fotos-pie-imagen {
	overflow: hidden;
	border-right: 7px dashed #ebeeee;
	border-bottom: 3px solid #ebeeee;
	border-left: 7px dashed #ebeeee;
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center center;
	-webkit-background-size: cover;
	background-color: #161515;
	background-repeat: no-repeat;
	background-clip: border-box;

}
.foto-pie1 {
	background-image: url(../images/Panoramica1.jpg);
}
.foto-pie3 {
	background-image: url(../images/Panoramica3.jpg);
}
.foto-pie2 {
	background-image: url(../images/Panoramica2.jpg);
}
#aficiones-inicio h1 {
	background-color: #161515;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	height: 52px;
	padding-top: 7px;
	color: #575757;
	margin-bottom: 0px;
}
.description-box h4 {
	color: #FFFFFF;
}
sup {
	font-size:xx-small;
	vertical-align:super;
}
.language-button-selected {
	background: #11ABB0;
	padding: 2px;
}
.language-selector {
	text-transform: none;
	font-weight: 100;
	margin-left: 10px;
}
li .lista-indentada .bold.dark {
}



































/* screenwidth less than 900px
--------------------------------------------------------------------- */
@media only screen and (max-width: 900px) {
   /* nav-wrap */
   #nav-wrap {
	font: 13px 'opensans-bold', sans-serif;
	letter-spacing: 1.5px;
   }

    /* header styles
   ------------------------------------------------------------------ */
   .banner {
	padding-bottom: 12px;
	padding-top: 0px;
}
   .banner-text h1 {
      font: 78px/1.1em 'opensans-bold', sans-serif;
      letter-spacing: -1px;      
   }
   .banner-text h3 {
      font: 17px/1.9em 'librebaskerville-regular', serif;
      width: 80%;
   }


   /* About Section
   ------------------------------------------------------------------- */
   #about .profile-pic {
	width: 114px;
	height: 114px;
	margin-left: 12px;
	margin-bottom: 0px;
   }

   /* Resume Section
   ------------------------------------------------------------------- */
   #resume h1 { font: 16px/24px 'opensans-bold', sans-serif; }
   #resume .main-col { padding-right: 5%; }   

    /* Call to Action Section
   ------------------------------------------------------------------- */
   #call-to-action .header-col h1:before {
      font-size: 66px;
      line-height: 66px;
   }
.aficiones-varios {
	padding-bottom: 3px !important;
}
.scrolldown {
	visibility: hidden;
}
.fotos-pie-imagen {
	height: 200px;
}






}

/* mobile wide/smaller tablets
---------------------------------------------------------------------- */
@media only screen and (max-width:768px){

   /* mobile navigation
   -------------------------------------------------------------------- */
   #nav-wrap {
      font: 12px 'opensans-bold', sans-serif;
      background: transparent !important;
      letter-spacing: 1.5px;  
      width: auto;
      position: fixed;
      top: 0;
      right: 0;
   }
   #nav-wrap > a {
	width: 48px;
	height: 48px;
	text-align: left;
	background-color: #11ABB0;
	position: relative;
	border: none;
	float: right;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	position: relative;
	top: 0px;
	right: 30px;
   }

	#nav-wrap > a:before,
   #nav-wrap > a:after {
	   position: absolute;
		border: 2px solid #fff;
		top: 35%;
		left: 25%;
		right: 25%;
		content: '';
	}
   #nav-wrap > a:after { top: 60%; }

   /* toggle buttons */
	#nav-wrap:not( :target ) > a:first-of-type,
	#nav-wrap:target > a:last-of-type  {
	   display: block;
	}

   /* hide menu panel */
   #nav-wrap ul#nav {
      height: auto;
		display: none;
      clear: both;
      width: auto; 
      float: right;     

      position: relative;
      top: 12px;
      right: 0;
   }

   /* display menu panels */
	#nav-wrap:target > ul#nav	{
	   display: block;
      padding: 30px 20px 48px 20px;
      background: #1f2024;
      margin: 0 30px;
      clear: both;
   }

   ul#nav li {
      display: block;
      height: auto;      
      margin: 0 auto; 
      padding: 0 4%;           
      text-align: left;
      border-bottom: 1px solid #2D2E34;
      border-bottom-style: dotted; 
   }
  
   ul#nav li a {  
      display: block;    
      margin: 0;
      padding: 0;      
      margin: 12px 0; 
      line-height: 16px; /* reset line-height from 48px */
      border: none;
   }  


   /* Header Styles
   -------------------------------------------------------------------- */
   .banner {
      padding-bottom: 12px;
      padding-top: 6px;
   }
   .banner-text h1 {
}
   .banner-text h3 {
      font: 16px/1.9em 'librebaskerville-regular', serif;
      width: 85%;
   }

   /* header social links */
   .social {
      margin: 18px 0 24px 0;
      font-size: 24px;
      line-height: 36px;      
   }
   .social li { margin: 0 10px; }


   /* About Section
   -------------------------------------------------------------------- */
   #about .profile-pic {
}
   #about .download .button {
	width: 270px;
	margin-top: 24px;
	margin-right: 0px;
   }
   #about .main-col {
	padding-right: 0px;
	padding-left: 0px;
}


   /* Resume Section
   --------------------------------------------------------------------- */
   #resume .header-col {
      padding-top: 0;
      margin-bottom: 48px;
      text-align: center;
   }
   #resume h1 { letter-spacing: 3px; }
   #resume .main-col { padding-right: 30px; }
      
   .bars { width: 100%; }


   /* Call To Action Section
   /* ----------------------------------------------------------------- */
   #call-to-action { text-align: center; }
   #call-to-action h1 {
      font: 16px/24px 'opensans-bold', sans-serif;
      text-align: center;
      margin-bottom: 30px;
      text-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
   }
   #call-to-action h1 span { display: block; }
   #call-to-action .header-col h1:before { content: none; }
   #call-to-action p { font-size: 15px; }


   /* Portfolio Section
   /* ----------------------------------------------------------------- */
   #portfolio-wrapper .columns {
	margin-bottom: 10px;
	margin-right: 3px;
	margin-left: 3px;
}
   .popup-modal {	max-width: 85%; }

   /* Control Nav */
   .flex-control-nav {
	text-align: center;
	margin-left: -30px;
   }
   #message-warning, #message-success {
      width: 100%;
      margin-left: 0;
   }


   /* footer
   ------------------------------------------------------------------------ */
  
   /* copyright */
   footer .copyright li:before { content: none; }
   footer .copyright li { margin-right: 12px; }

   /* social links */
   footer .social-links { font-size: 22px; }
   footer .social-links li { margin-left: 18px; }

   /* Go To Top Button */
   #go-top { margin-left: -22px; }
   #go-top a {
	width: 54px;
	height: 54px;
	font-size: 18px;
	line-height: 54px;
   }
.timeline-wrap::before  {
	left: 2.4rem;
	margin-bottom: 0px;
	}
.timeline-header  {
	float: none;
	width: auto;
	padding-right: 15px;
	text-align: left;
	}
.work .timeline-header p  {
	padding-top: 0px;
	color: #5E6062;


}
.timeline-header h3  {
	text-align: left;
	float: left;
	padding-right: 15px;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	color: #5E6062;
	}
.timeline-content  {
	margin-left: 0;
	}
#resume .courses-header h3 {
	text-align: left;
	margin-left: 50px;
	width: 100%;
}
.work .timeline-content h4 {
	padding-bottom: 0;
	margin-bottom: .6rem;
	font-size: 1.7rem;
	float: none;
	}
.studies .timeline-content {
	clear: left;



}

.studies .timeline-content h4 {
	padding-bottom: 0;
	margin-bottom: .6rem;
	font-size: 1.7rem;
	}
.timeline-content h4::after  {
		bottom: auto;
		top: 0;
	}
.timeline-header ,.timeline-content   {
	padding-left: 50px;
	width: 100%;
	}
.timeline-ico {
	left: 2.4rem;
	margin-left: -5px;
}
.resume-header h2  {
	width: 100%;
	padding-left: 0px;
	margin-left: 0px;
	text-align: center;
}
#about .contact-details {

}
#about .about-table {
	margin: 0 auto;
}
#about h2 {
	padding-right: 18px;


}
.work .info {
	text-align: left;
	padding-top: 0px;
	white-space: normal;
	width: 100%;
}
.courses-wrap::before  {
	left: 2.4rem;
	margin-bottom: 0px;
}
.separator {
	position: absolute;
	left: 2.4rem;
	top: 2.4rem;
	margin-left: -5px;
	margin-top: -1.5rem;
}
.projects-content {
	margin-left: 0px;
	padding-left: 50px;
}
.projects-header {
	width: 100%;
	text-align: left;
	padding-left: 50px;
}
.bars.languages {
	width: 35%;
	padding-left: 0px;

}
.bars.skills {
	display: none;
}
.skills-content {
	margin-left: 0px;
	padding-left: 38px;
}
.skills-content ul {
	list-style-type: disc;
}
.languages-wrap {
	margin-left: auto;
	margin-right: auto;
	width: 390px;
	padding-left: 10px;
}
.languages-content {
	margin-left: 35%;
	padding-left: 19px;
}
.studies .info {
	text-align: left;
	padding-top: 0px;
	white-space: normal;
	width: 100%;

}
.studies .timeline-header h3 {
	float: left;
}
.studies .timeline-header p {
	color: #5E6062;

}
.lista-indentada {
	left: 15px;
	position: relative;

}
#portfolio-wrapper .item-wrap {
	height: 150px;

}
#fotografia {
	height: 150px;
}
.aficiones-varios {
	padding-bottom: 0px !important;
}




























}




/*----------------------------------------------*/
/*	Skill Bars
/*----------------------------------------------*/

.bars {
	float: left;
	text-align: right;
	width: 24%;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 3%;
}
.bars .skills {
	list-style: none;
	width: auto;
}
.bars li {
	position: relative;
	background: #ccc;
	height: 20px;
	border-radius: 3px;
}
.bars li em {
	font: 15px 'opensans-bold', sans-serif;
   color: #313131;
	text-transform: uppercase;
   letter-spacing: 2px;
	font-weight: normal;
   position: relative;
	top: -36px;
}
.bar-expand {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding-right: 24px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	border-radius: 4px 3px 3px 4px;
	background-color: #2C383F;
}
.bar100 {
	width: 100%;
}
.bar85 {
	width: 85%;
}
.bar70 {
	width: 70%;
}
.bar65 {
	width: 65%;
}
.bar55 {
	width: 55%;
}
.bar30 {
	width: 30%;
}
.bar10 {
	width: 10%;
}
.bold {
	font-weight: bold;
}




.photoshop {
  	width: 60%;
  	-moz-animation: photoshop 2s ease;
  	-webkit-animation: photoshop 2s ease;
}
.illustrator {
  	width: 55%;
  	-moz-animation: illustrator 2s ease;
  	-webkit-animation: illustrator 2s ease;
}
.wordpress {
  	width: 50%;
  	-moz-animation: wordpress 2s ease;
  	-webkit-animation: wordpress 2s ease;
}
.css {
  	width: 90%;
  	-moz-animation: css 2s ease;
  	-webkit-animation: css 2s ease;
}
.html5 {
  	width: 80%;
  	-moz-animation: html5 2s ease;
  	-webkit-animation: html5 2s ease;
}
.jquery {
  	width: 50%;
  	-moz-animation: jquery 2s ease;
  	-webkit-animation: jquery 2s ease;
}

@-moz-keyframes photoshop {
  0%   { width: 0px;  }
  100% { width: 60%;  }
}
@-moz-keyframes illustrator {
  0%   { width: 0px;  }
  100% { width: 55%;  }
}
@-moz-keyframes wordpress {
  0%   { width: 0px;  }
  100% { width: 50%;  }
}
@-moz-keyframes css {
  0%   { width: 0px;  }
  100% { width: 90%;  }
}
@-moz-keyframes html5 {
  0%   { width: 0px;  }
  100% { width: 80%;  }
}
@-moz-keyframes jquery {
  0%   { width: 0px;  }
  100% { width: 50%;  }
}

@-webkit-keyframes photoshop {
  0%   { width: 0px;  }
  100% { width: 60%;  }
}
@-webkit-keyframes illustrator {
  0%   { width: 0px;  }
  100% { width: 55%;  }
}
@-webkit-keyframes wordpress {
  0%   { width: 0px;  }
  100% { width: 50%;  }
}
@-webkit-keyframes css {
  0%   { width: 0px;  }
  100% { width: 90%;  }
}
@-webkit-keyframes html5 {
  0%   { width: 0px;  }
  100% { width: 80%;  }
}
@-webkit-keyframes jquery {
  0%   { width: 0px;  }
  100% { width: 50%;  }
}
.portfolio-item .item-wrap {
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio-item .item-wrap a {
   display: block;
   cursor: pointer;
}


/* overlay */
.portfolio-item .item-wrap .overlay {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;

	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);

   -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;

   background: url(../images/overlay-bg.png) repeat;
}
.portfolio-item .item-wrap .link-icon {
   display: block;
   color: #fff;
   height: 30px;
   width: 30px;
   font-size: 18px;
   line-height: 30px;
   text-align: center;

   opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);

   -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;

   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -15px;
   margin-top: -15px;
}
.portfolio-item .item-wrap img {
	vertical-align: bottom;
}
.portfolio-item .portfolio-item-meta {
	padding: 18px;
}
.portfolio-item .portfolio-item-meta h5 {
   font: 14px/21px 'opensans-bold', sans-serif;
   color: #fff;
}
.portfolio-item .portfolio-item-meta p {
	font: 12px/18px 'opensans-light', sans-serif;
	color: #c6c7c7;
	margin-bottom: 0;
}

/* on hover */
.portfolio-item:hover .overlay {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.portfolio-item:hover .link-icon {
   opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

/* popup modal */
.popup-modal {
	max-width: 550px;
	background-color: #161515;
	position: relative;
	margin: 0 auto;
}
.popup-modal .description-box {
	padding-top: 8px;
	padding-right: 36px;
	padding-left: 36px;
	padding-bottom: 15px;
}
.popup-modal .description-box h4 {
	font: 15px/24px 'opensans-bold', sans-serif;
	margin-bottom: 8px;
	color: #FFFFFF;
}
.popup-modal .description-box p {
	font: 14px/24px 'opensans-regular', sans-serif;
	color: #A1A1A1;
}
.popup-modal .description-box .categories {
   font: 11px/21px 'opensans-light', sans-serif;
   color: #A1A1A1;
   text-transform: uppercase;
   letter-spacing: 2px;
   display: block;
   text-align: left;
}
.popup-modal .description-box .categories i {
   margin-right: 8px;
}
.popup-modal .link-box {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #111;
	text-align: center;
}
.popup-modal .link-box a {
   color: #fff;
	font: 11px/21px 'opensans-bold', sans-serif;
	text-transform: uppercase;
   letter-spacing: 3px;
   cursor: pointer;
}
.popup-modal a:hover {	color: #00CCCC; }
.popup-modal a.popup-modal-dismiss { margin-left: 24px; }


/* fadein/fadeout effect for modal popup
/* ------------------------------------------------------------------ */

/* content at start */
.mfp-fade.mfp-wrap .mfp-content .popup-modal {
   opacity: 0;
   -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
   transition: all 200ms ease-in-out;
}
/* content fadein */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content .popup-modal {
   opacity: 1;
}
/* content fadeout */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content .popup-modal {
   opacity: 0;
}

/* ------------------------------------------------------------------ */
/* f. Call To Action Section
/* ------------------------------------------------------------------ */

#call-to-action {
	padding-top: 66px;
	padding-bottom: 48px;
}
#call-to-action h1 {
   font: 18px/24px 'opensans-bold', sans-serif;
   text-transform: uppercase;
   letter-spacing: 3px;
   color: #fff;
}
#call-to-action h1 span { display: none; }
#call-to-action .header-col h1:before {
   font-family: 'FontAwesome';
   content: "\f0ac";
	padding-right: 10px;
	font-size: 72px;
   line-height: 72px;
   text-align: left;
   float: left;
   color: #fff;
}
#call-to-action .action {
   margin-top: 12px;
}
#call-to-action h2 {
   font: 28px/36px 'opensans-bold', sans-serif;
   color: #EBEEEE;
   margin-bottom: 6px;
}
#call-to-action h2 a {
   color: inherit;
}
#call-to-action p {
   color: #636363;
   font-size: 17px;
}
/*#
call-to-action .button {
	color:#fff;
   background: #0D0D0D;
}
*/
#call-to-action .button:hover,
#call-to-action .button:active {
   background: #FFFFFF;
   color: #0D0D0D;
}
#call-to-action p span {
	font-family: 'opensans-semibold', sans-serif; 
	color: #D8D8D8;
}
/* ------------------------------------------------------------------
/* g. Testimonials
/* ------------------------------------------------------------------ */

#fotografia {
	background: #161515 url(../images/Panoramica2.jpg) no-repeat center center;
	background-size: auto auto !important;
	-webkit-background-size: cover !important;
	background-attachment: fixed;
	position: relative;
	width: 100%;
	overflow: hidden;
	border-left: 0.5em dashed #ebeeee;
	border-right: 0.5em dashed #ebeeee;
	border-bottom: medium solid #ebeeee;
	height: 350px;
}
/* Suggested container for slide animation setups. Can replace this with your own */
.flex-container {
	position: relative;
}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	text-align: right;
	margin-left: 0px;
	bottom: 5px;
	right: 20px;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	background: #ddd;
	background: #C3DDDF;
	cursor: pointer;
	text-indent: 9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	opacity: 0.5;
}
.flex-control-paging li a:hover {
	background: #CCC;
}
.flex-control-paging li a.flex-active {
	background: #fff;
	background: #11ABB0;
	cursor: default;
	opacity: 1;
}
#message-warning, #message-success {
   display: none;
	background: #0F0F0F;
	padding: 24px 24px;
	margin-bottom: 36px;
   width: 65%;
   margin-left: 26%;
}
#message-warning { color: #D72828; }
#message-success { color: #11ABB0; }

#message-warning i,
#message-success i {
   margin-right: 10px;
}
#image-loader {
   display: none;
   position: relative;
   left: 18px;
   top: 17px;
}


/* Twitter Feed */
#twitter {
   margin-top: 12px;
   padding: 0;
}
#twitter li {
   margin: 6px 0px 12px 0;
   line-height: 30px;
}
#twitter li span {
   display: block;
}
#twitter li b a {
   font: 13px/36px 'opensans-regular', Sans-serif;
   color: #474747 !important;
   border: none;
}


/* ------------------------------------------------------------------ */
/* i. Footer
/* ------------------------------------------------------------------ */

footer {
	padding-top: 30px;
	color: #444444;
	font-size: 16px;
	text-align: center;
	position: relative;
	background-color: #161515;
	padding-bottom: 20px;
	letter-spacing: 1px;
}

footer a, footer a:visited { color: #525252; }
footer a:hover, footer a:focus { color: #fff; }

/* copyright */
footer .copyright {
    margin: 0;
    padding: 0;
 }
footer .copyright li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 24px;
}
.ie footer .copyright li {
   display: inline;
}
footer .copyright li:before {
    content: "\2022";
    padding-left: 10px;
    padding-right: 10px;
    color: #095153;
}
footer .copyright  li:first-child:before {
    display: none;
}

/* social links */
footer .social-links {
	margin-top: -22px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 29px;
}
footer .social-links li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 42px;
    color: #F06000;
}

footer .social-links li:first-child { margin-left: 0; }

/* Go To Top Button */
#go-top {
	position: absolute;
	top: -23px;
	left: 50%;
	margin-left: -23px;
}
#go-top a {
	display: block;
	width: 46px;
	background-color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #525252;
	font-size: 54px;
	line-height: 46px;
	text-align: center;
	height: 46px;
	border-radius: 50%;
}
#go-top a:hover {
	color: #0F9095;
}
.row.banner .banner-text #main-headline {
	font-family: 'opensans-regular', sans-serif;
	word-spacing: 20px;
	line-height: 100px;
	letter-spacing: 0px;
}
.row.banner .banner-text #sub-headline {
	font-family: "poppins-regular", sans-serif;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.5px;
	word-spacing: 1px;
	font-size: 22px;
	margin-bottom: 12px;


}
table td {
	text-align: center;
}
table td +td {
	text-align: left;
	padding-left: 10px;
}
.aficiones-varios   {
	background: repeating-linear-gradient(
		-45deg,
		#ebeeee,
		#ebeeee 5px,
		#F0F2F2 5px,
		#F0F2F2 15px
	);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
	padding-right: 4px;
	-webkit-box-shadow: inset 0px 8px 8px -5px #161515;
	box-shadow: inset 0px 8px 8px -5px #161515;
}
#proyectos-personales {
	background-color: #ebeeee;
	height: auto;
	min-height: 420px;
}
ul#nav li a:hover {
	color: #C3DDDF;
}

@media only screen and (max-height:500px){
.scrolldown {
	visibility: hidden;
}

}
