﻿/* Table of Contents
====================

	1. Basic Styles
	2. Typography
	3. Home Slider
	4. Header
	5. Mobile Navigation
	6. Slides
	7. Parallax
	8. Services Section
	9. Portfolio Section
	10. About Section
	11. Contact Section
	12. Footer
	13. Preloader
	14. Isotope Filtering
	15. Media Queries
	16. Retina Display

====================== */

/* ==================================================
   1. Basic Styles
================================================== */

@import url('http://fonts.googleapis.com/css?family=Open+Sans');
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700');

html, body {
	height: 100%;
}

html {
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body {
	background: #101011;
	color: rgb(255,213,43);
	font-weight: 300;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
}

a {
	color:rgb(255,213,43);
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus {
	outline: 0;
	color:#d8d8d8;
	text-decoration:none;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;	
}

img {
	max-width: none;	
}

p {
	margin: 0 0 30px;
}

input, button, select, textarea {
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	outline: 0;
	color: #101011;
}

input:focus, textarea:focus, input[type=text]:focus {
	outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #101011;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #101011;
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #101011;
}

/* ==================================================
   2. Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 30px 0;
	font-weight:300;
	font-family: 'Lato', sans-serif;
	line-height:1.5em;
	word-spacing: 3px;
}

h1 {
	font-size:46px;
}

h2 {
	font-size:34px;
}

h3 {
	font-size:22px;
}

h4 {
	font-size:20px;
}

h5 {
	font-size:18px;
}

h6 {
	font-size:16px;
}

p {
	font-family: 'Lato', sans-serif;
	word-spacing: 2px;
	font-weight: 400;
}

negro {
	color:#000;
}

grueso{
	font-weight: 900;
}

/* ==================================================
   3. Home Slider
================================================== */

#home {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#home .overlay { 
	position: absolute;
	width: 100%;
	height: 100%;
	background: #101011;
	opacity: 0;
	filter: alpha(opacity=0);
}

#home .slider-text {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -585px;
	width: 1170px;
	height: 250px;
	text-align: center;
}

#home #slidecaption {
	width: 100%;
	line-height: 250px;
	margin: 0;
	text-align: center;
	text-shadow: none;	
}

#home .slide-content {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-size: 90px;
	word-spacing: 10px;
	color: rgb(255,213,43);
	letter-spacing: -3px;
	text-transform: uppercase;	
	-webkit-font-smoothing: antialiased;
}

.ie8 #home .slide-content {
	font-size: 80px;
}

#home .control-nav {
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	z-index: 2;
}

#home ul#slide-list {
	top: 50%;
	padding: 0;
	margin:-6px 0 0 0;	
}

#home ul#slide-list li {
	margin-right: 12px;
}

#home ul#slide-list li:last-child {
	margin-right: 0;	
}

#home ul#slide-list li a {
	background-color: rgb(255,213,43);
	background-image: none;
	width: 16px;
	height: 16px;
	filter: Alpha(Opacity=20);
	opacity: 0.2;
		
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;	
	behavior: url(css/PIE/PIE.php);
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home ul#slide-list li a:hover {
	background-color: rgb(255,213,43);	
	filter: Alpha(Opacity=50);
	opacity: 0.5;
}

#home ul#slide-list li.current-slide a,
#home ul#slide-list li.current-slide a:hover {
	background-color:rgb(255,213,43);
	filter: Alpha(Opacity=100);
	opacity: 1;
}

#home #start-button {
	position: absolute;
	padding: 5px 20px;
	color: rgb(255,213,43);
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid rgb(255,213,43);
	top: 70%;
	left: 50%;
	margin-left: -70px;	
	border-radius: 0px;/*5px;*/
	behavior: url(css/PIE/PIE.php);
	z-index: 2;

	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home #start-button:hover {
	color: #101011;
	background: rgb(255,213,43);

	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}
	
/* ==================================================
   4. Header
================================================== */

header {
	width: 100%;
}

header .sticky-nav {
	position: relative;
	width: 100%;
	height: 60px;
	background: #101011;
	z-index: 1001;
}

header .sticky-nav.stuck {
	position: fixed;
	width: 100%;
	height: 60px;
	top: 0;
	z-index: 1001;
}

header #logo {
	color: #d8d8d8;
	float: left;
	padding: 0px 0;
}

header #logo a {
	background: url(../img/logo-onda.png) no-repeat;
	/*width: 96px;
	height: 30px;*/
	text-indent: -9999px;
	display:block;
	opacity: 1;
	filter: alpha(opacity=100);
	width:72px;
	height:72px;
	position:relative;
	margin-top:0px;
	margin-left: -0px; 	/*margin-left: -150px;*/
	margin-top: 5px;
/*	height:55px;
	position:relative;
	margin-top:0px;
*/



	
	-webkit-transition: opacity 0.25s ease-in-out 0s;	
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;	
}

header #logo a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);	
}

nav#menu {
	float: right;
}

nav#menu #menu-nav {
	margin: 0;
	padding: 0;	
}

nav#menu #menu-nav li {
	list-style: none;
	display: inline-block;
	margin-left: 30px;	
}

nav#menu #menu-nav li:first-child {
	margin-left: 0;	
}

nav#menu #menu-nav li a {
	color: #d8d8d8;
	font-size: 14px;
	font-weight: 400;
	line-height: 60px;
	display: block;
	text-transform: uppercase;
}

nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover {
	color: rgb(255,213,43);
}

/* ==================================================
   5. Mobile Navigation
==================================================== */

#mobile-nav {
	display: none;	
}

.menu-nav {
	background: url(../img/menu-mobile.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin: 22px 0 0 0;
	
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
	background-position: 0 -16px;
		  
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;	
}

#navigation-mobile {
	display: none;
	text-align: center;
	width: 100%;
	background: #101011;	
	border-bottom: 1px solid rgb(255,213,43);
	position: relative;
	float: left;
	z-index: 9999;
}

#navigation-mobile li {
	list-style: none;
	border-top: 1px solid rgb(255,213,43);
}

#navigation-mobile li a {
	display: block;
	font-size: 16px;
	color: #d8d8d8;
	text-transform: uppercase;
	padding: 20px 0;
}

#navigation-mobile li.current a,
#navigation-mobile a:hover {
	color: rgb(255,213,43);
}

/* ==================================================
   6. Slides
================================================== */

.slide {
	position: relative;	
	padding: 60px 0;
	background: #101011;
	z-index: 99;
}

.slide p {
	color: #d8d8d8;
}

.slide h1 {
	color: rgb(255,213,43);
}

.slide-title {
	text-align: center;
	margin: 0 0 40px 0;	
	text-transform: uppercase;
}

/* ==========================
 	7. Parallax 
============================= */

#parallax1 {	
	position: static;
	padding-top: 10px; /*90px*/
	padding-bottom: 10px;  /*90px*/
	background: url(../img/parallax/img1.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
	-webkit-backface-visibility:hidden; 
	backface-visibility:hidden;
	overflow: hidden;
}

 #parallax1 .background-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #101011;
	opacity: 0;
	filter: alpha(opacity=0);
} 
/*TÃTULO DE LOS NUMEROS CAMBIANTES*/
#parallax1 h2 {
	color: rgb(255,213,43);
	text-transform: uppercase;
													text-shadow: black 0.1em 0.1em 0.2em;
}
/*TEXTO ASCOAIDO A LOS NUMEROS CAMBIANTES*/
#parallax1 h3 {
	color: white;
	font-size: 20px; /*20px*/
	margin-bottom: 0px;

		text-shadow: black 0.1em 0.1em 0.2em;
}
/*TEXTO NUMÃ‰RCIO DE LOS CONTADORES*/
#parallax1 .number {
	/*color: rgb(255,213,43);*/
	color:white;
	/*font-size: 70px;*/
	font-size: 30px; /*50px*/

		text-shadow: black 0.1em 0.1em 0.2em;
}

#parallax1 .work {
	margin-top: 0px; /*20px*/
}

#parallax2 {	
	position: static;
	padding-top: 90px;
	padding-bottom: 90px;
	background: url(../img/parallax/img2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
	-webkit-backface-visibility:hidden; 
	backface-visibility:hidden;
	overflow: hidden;
}

#parallax2 h2 {
	color: rgb(255,213,43);
	/*font-weight: 400;
	font-size: 20px;*/
	/*text-shadow: black 0.1em 0.1em 0.2em;*/
	text-transform: uppercase;
}

#parallax2 .background-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #FFF;
	opacity: 0;
	filter: alpha(opacity=0);	
} 

#clients {
  display: block;
  margin-top: 10px;
}

#parallax2 negro {
	color:black;
}
 
#clients .clients-wrap {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
 
#clients .clients-wrap ul {
  display: block;
  list-style: none;
  position: relative;
}
 
#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width:100px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); 
  opacity: 1;
}

#clients .clients-wrap ul li img:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); 
  opacity: 0.5;
}

#parallax3 {
	position: static;	
	padding-top: 90px;
	padding-bottom: 90px;
	background: url(../img/parallax/img3.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
	-webkit-backface-visibility:hidden; 
	backface-visibility:hidden;
	overflow: hidden;
}

#parallax3 .background-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #101011;
	opacity: 0;
	filter: alpha(opacity=0);	
} 

#parallax3 h2 {
	color: rgb(255,213,43);
	text-transform: uppercase;
}

#parallax3 h3 {
	color: rgb(255,213,43);
	margin-bottom:20px;
}

#parallax3 h4 {
	color: rgb(255,213,43);
	margin-bottom: 20px;
}

.owl-theme .owl-controls .owl-page span {
	behavior: url(css/PIE/PIE.php);
}

/*=============================
	8. Services Section
================================*/

#services {
	background: #fff;
}

.service {
	padding: 15px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	color:rgb(255,213,43);
}

.service:hover {
	/*background: rgb(255,213,43);*/
	background: #ffeeaa;
	color:#101011;
}

/*.service cuadro_actividad_GIS:hover {
	color:#1235a7;
}
*/

.service p {
	color: #afafaf;
	/*font-style: italic;*/
}
/*TEXTO DE LA CABECERA DE LOS SERVICIOS H4 DEBAJO DEL ICONO*/
.service h4 {
	/*color: rgb(255,213,43);*/
	color:#333;
	padding-top: 10px;
	margin-bottom: 1px;
	font-weight: 400;
}

/*------------------------------------------------------------------------------------------------------------------------------------*/
/*COLORES DE LOS CUADROS DE ACTIVIDADES*/
/*AQ*/
#icono_arq{
	color:#e95d3c;
}
#cuadro_actividad_arquitectura:hover {
	background-color: #fceeeb;
}
#cuadro_actividad_arquitectura:hover #icono_arq{
	color: black;
}
#cuadro_actividad_arquitectura:hover h4{
	color: #e95d3c;
}

/*UR*/
#icono_urb{
	color:#cf6a32;
}
#cuadro_actividad_urbanismo:hover {
	background-color: #faf0ea;
}
#cuadro_actividad_urbanismo:hover #icono_urb{
	color: black;
}
#cuadro_actividad_urbanismo:hover h4{
	color: #cf6a32;
}

/*ING*/
#icono_ing{
	color:#000099;
}
#cuadro_actividad_ingenieria:hover {
	background-color: #e5e5f4;
}
#cuadro_actividad_ingenieria:hover #icono_ing{
	color: black;
}
#cuadro_actividad_ingenieria:hover h4{
	color: #000099;
}

/*DTR*/
#icono_dtr{
	color:#63513d;
}
#cuadro_actividad_desarrollo_territorial:hover {
	background-color: #efedeb;
}
#cuadro_actividad_desarrollo_territorial:hover #icono_dtr{
	color: black;
}
#cuadro_actividad_desarrollo_territorial:hover h4{
	color: #63513d;
}

/*VAL*/
#icono_val{
	color:#0c870b;
}
#cuadro_actividad_valoraciones:hover {
	background-color: #e6f3e6;
}
#cuadro_actividad_valoraciones:hover #icono_val{
	color: black;
}
#cuadro_actividad_valoraciones:hover h4{
	color: #0c870b;
}

/*CON*/
#icono_con{
	color:#663399;
}
#cuadro_actividad_consultoria:hover {
	background-color: #efeaf4;
}
#cuadro_actividad_consultoria:hover #icono_con{
	color: black;
}
#cuadro_actividad_consultoria:hover h4{
	color: #663399;
}

/*GIS*/
#icono_gis{
	color:#4d7455;
}
#cuadro_actividad_GIS:hover {
	background-color: #edf1ee;
}
#cuadro_actividad_GIS:hover #icono_gis{
	color: black;
}
#cuadro_actividad_GIS:hover h4{
	color: #4d7455;
}


/*PM*/
#icono_at{
	color:#476291;
}
#cuadro_actividad_asistencia_tecnica:hover {
	background-color: #eceff4;
}
#cuadro_actividad_asistencia_tecnica:hover #icono_at{
	color: black;
}
#cuadro_actividad_asistencia_tecnica:hover h4{
	color: #476291;
}

.service:hover p {
	color:#101011;
}

.service:hover h4 {
	color:#101011;
}


.pricing {
	background: rgba(255,255,255,1); /*rgb(255,213,43);*/
	padding: 2px;
	padding-bottom: 5px;
	border: solid 0px rgb(255,213,43);
	/*border: solid 1px rgb(255,213,43);*/
}

.pricing .descr_pricing {
	min-height:40px;
}

.pricing:hover {
	/*background: #101011;
	background: #ffeeaa;*/
	}


.pricing:hover ul li{
	color:black;
}


.pricing p {
	/*color: #101011;*/
	color:#afafaf;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 12px;
	font-weight: 400;
}

.pricing ul{
	text-align: left;
	color:#232323;
	padding-left: 20px;
	padding-bottom: 00px;
	list-style: none;
	line-height: 24px;
	font-weight: 500;
}

.pricing li{
	color:#afafaf;
	font-size:12px;
}

.pricing h2 {
	color: #101011;
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: 400;
}

.pricing h6 {
	color: #101011;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 400;
}

.pricing h3 {
	color: rgb(255,213,43);
	padding-top: 10px;
	margin-bottom: 00px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
}
.pricing h4 {
	color: rgb(0,0,0);
	padding-top: 0px;
	margin-bottom: 10px;
	font-weight: 400;
/*	text-transform: uppercase;*/
	font-size: 14px;
	font-weight: 500;
}

.pricing a {
	color: rgb(255,213,43);
	border-color:rgb(255,213,43);
}



.pricing .cabecera_pricing{
	min-height: 80px;
	vertical-align: center;
}

.pricing:hover p {
	/*color:#d8d8d8;
	color:black;*/
}


.pricing:hover h2 {
	/*color:rgb(255,213,43);*/
	color: red;
}

.pricing:hover h6 {
	color:rgb(255,213,43);
}

.pricing:hover h3 {
	/*color:rgb(255,213,43);
	color: black;*/
}

.pricing:hover ul{
	color:black;
	/*font-weight: 700;*/
}
.prcing ul:hover{
	font-weight: 700px;
}

.pricing:hover .buy-button {
	color:black;
}
.buy-button {
	padding: 5px 20px;
	color: #101011;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid #101011;	
	border-radius: 0px;/*5px;*/
	behavior: url(css/PIE/PIE.php);
	z-index: 2;

	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

.pricing:hover a {
	color: #d8d8d8;
	border: 1px solid rgb(255,213,43);	
	border-radius: 0px;/*5px;*/
	behavior: url(css/PIE/PIE.php);
}
.pricing:hover .buy-button{
		/*background-color: rgba(255,213,43,.1);*/
		color:rgba(255,213,43);
}
.pricing:hover .font-icon-plus{
	color:rgb(255,213,43);
}
.buy-button:hover .font-icon-plus{
	color:black;
}
.pricing:hover a:hover {
	color: #101011;
	background: rgb(255,213,43);

	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}
	
/* ==================================================
   9. Portfolio Section
================================================== */
.slider {
  margin: 10px 0;
  width: 580px; /* Update to your slider width */
  height: 250px; /* Update to your slider height */
  position: relative;
  overflow: hidden;
}

.slider li {
  display: none;
  position: absolute; 
  top: 0; 
  left: 0; 
}





/*================================================== */
#portfolio {
	background:none; /*rgba(255,255,255,1); /*none*/
} /*<-----------------------------------------------------------*/

.work-nav #filters {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

.work-nav #filters li {
	margin-right: 30px;
	padding: 0;
	display: inline;
	font-weight: 400;
}

.work-nav #filters li a {
	color: rgb(255,213,43);
	font-size: 12px;
	font-weight: 400;

	padding: 5px 20px;
	border: 1px solid rgb(255,213,43);	
	border-radius: 0px;
	text-transform: uppercase;
	behavior: url(css/PIE/PIE.php);
	z-index: 0;
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;

}

.work-nav #filters li a:hover { 
	color: rgb(0,0,0);
	background-color: rgba(255,213,43,5);
	border: 1px solid rgb(255,213,43);
}

.work-nav #filters li a.selected {
	background-color: rgba(255,213,43,1);
	color:rgb(0,0,0);
	font-weight: 500;
	border: 1px solid rgb(255,213,43);	
}


/*=======================================================================================================================*/
/* A VER SI HAGO QUE LA BARRA SE HAGA STICKY
*/
/*#portfolio .barra-voladora {
	position: relative;
	width: 100%;
	height: 60px;
	background: #101011;
	z-index: 1002;
	font-size: 30px;
	border: 3px solid rgb(55,213,43);
}

#portfolio .sticky-nav.stuck {
	position: fixed;
	width: 100%;
	height: 360px;
	top: 0;
	z-index: 1002;
}
*/

#icon-bar {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: rgba(255,255,255,0.6);
}
#icon-bar #options {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#icon-bar #options ul{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#icon-bar #options ul li{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#icon-bar #options ul li a{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}







margen-de-sticky{
	margin-top: 70px;
}


.stickit {
	/*margin-left: 660px;*/
	top:60px;
	right: 0px;
	position: fixed;
	z-index: 1002;
	background-color: transparent;
	/*width:20%;*/
	padding-left: 0px;
	padding-top: 19px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*width: 200px;*/
}

.stickit a{
	background-color: rgba(255,212,43,.2);
	font-size: 8px;
}

.stickit #filters  li a{
		font-size: 9px;
		max-width: 0px 0px 0px 0px;
		padding: 5px;
}


.stickit #filters li {
		margin: 1px 1px 0 0;
		display: inline;
		/*display: block;
		width: 250px;				DYT barra vertical
		ver la posibilidad de duplicar el ul li de los filters y saca una segunda barra vertical con display:none para la primera y display:block con widht limitado y botones exstensibles en hover para la segunda*/
}

.stickyit #filters-min {
	top: 100px;
	left: 0px;
}
.stickyit #filters-min ul li a {
	font-size: 20px;
	text-indent: none;
}
/*.stickit .work-nav #filters li a {
  border: 1px solid rgb(255, 213, 43);
  border-radius: 0;
  color: rgb(255, 213, 43);
  font-size: 12px;
  font-weight: 400;
  padding: 5px;
  text-transform: uppercase;
  transition: background 0.1s linear 0s;
  z-index: 0;
}
*/


.stickit-end {
	bottom: 40px;
	position: absolute;
	right: 0;
	display: none;
}



}
/* The scripts also wraps the element in this to avoid jumpy behaviour when switching to pos: fixed */




/*.work-nav{
	padding-top: 20px;
	padding-bottom: 5px;
	background-color: rgba(0,0,0,.6);

}

  #options.sticky {
     position: fixed;
     top: 0;
  }
/*
div#sticker {
	padding:20px;
	margin:20px 0;
	background:#AAA;
	width:190px;
}

.stick {
	position:fixed;
	top:0px;
	background:#000;
}
*/
/*=======================================================================================================================*/
/*=======================================================================================================================
.work-nav a{
	color:rgb(55,213,43);
}

.filter-button {
	padding: 5px 20px;
	color: rgb(55,213,43);
	font-size: 8px;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid rgb(255,213,43);	
	border-radius: 0px;
	behavior: url(css/PIE/PIE.php);
	z-index: 0;

	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

.filter-button:hover {
	background-color: rgba(255,213,43,.5);
}

.filter-button:hover .ul .li .a{
	color:#000;
}
/*=======================================================================================================================*/
.bandera{
	float:none;
	position: absolute;
	max-width: 27px;
	max-height: 18px;
	margin-top: -200px;
}

#projects {
	margin-top: 40px;
}

#thumbs li {
	list-style-type: none;
	/*padding: 0;*/
	background-color: transparent; /*rgba(255,213,43,.6);/*rgba(255,213,43,.9);								/*<------ ESTOY AQUI*/
	border: 2px;
	border-color: #12e312;
	border-radius: 6px; /*EEEEEEEEEEEEEEEEEEEEEHHHHHHHHHHHHHHHHHHHHHHH*/
	padding: 3px 3px 3px 3px;
	margin: 3px 3px 3px 3px;
	max-width: 180px;/*22%;*/
	border-radius: 00%;
}
#thumbs .etiqueta-de-trabajo{																/*<------ ESTOY AQUI*/
	height: 3.1em;
}

#thumbs li h6 {																/*<------ ESTOY AQUI*/
	color:white;
font-size:1em;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-top:0px;
	padding-top: 0px;
}

/*.item-thumbs a + img {
	width: 100%;	
}
*/
.item-thumbs a {
	width: 100%;	
}
.item-thumbs img {
	width: 100%;
	border-radius: 50%;													/*<------ ESTOY AQUI*/
}



/*<------ ESTOY AQUI





.item-thumbs img:hover {
	border-radius: 0%
}
.item-thumbs img:hover thumbs li h6 {{
	color:red;
}
*/
.una-linea h5{
	margin: 48px 0 0 0;
}

.dos-lineas h5{
	margin: 60px 0 0 0;
}

.tres-lineas h5{
	margin: 72px 0 0 0;
}



.hover-wrap .overlay-text-thumb h5{
	/*position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;*/
	/*margin: -60px 0 0 0;*/
/*	background-color: black;*/
	color: rgb(255,213,43);
	color:white;
text-shadow: black 0.25em 0.25em 0.4em;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase;
	text-align: center;	
	/*opacity: 1;
	filter: alpha(opacity=100);*/
}


.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(2,213,43);	
	opacity: 0.80;
	filter: alpha(opacity=80);
}

.ie8 .item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(2,213,43);	
	opacity: 0;
	filter: alpha(opacity=0);
}

/*Este es el texto dentro del circulo amarillo que se voltea*/
.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: rgb(255,213,43);/*#d8d8d8;*/
	font-weight: 900;
	font-size: 32px;
	line-height: 1em;
	opacity: 1;
	filter: alpha(opacity=100);
}
.tit-proyecto {
	color: maroon;/*#d8d8d8;*/
	font-weight: 900;
	font-size: 10px;
	line-height: 20px;
}
.ie8 .item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: rgb(255,213,43);/*#d8d8d8;*/
	font-size: 38px;
	line-height: 1em;
	opacity: 0;
	filter: alpha(opacity=0);
}




/*==========================
	10. About Section
=========================== */

#about {
	/*background: #101011;*/
	background: rgba(255,255,255,1); /*<-----------------------------------------*/
}


#about .lista_cv li a {
	color:#000;
	line-height: .8em;
	font-weight: 800;
}

.team-member p {
	color: #d8d8d8;
	font-style: italic;
}

.team-member h5 {
	color: rgb(255,213,43);
	padding-top: 5px;
	margin-bottom: 0px;
	font-weight: 300;
}

.team-member h6 {
	color: rgb(255,213,43);
	margin-bottom: 15px;
	font-weight: 300;
}

#about .lista_cv li{
	color:#666;
	font-size: 1.1em;
	line-height: 1.25em;
	padding-bottom: 1.25em;
	font-weight: 300;
	padding-left: 2px;
	list-style: none;
}

#about .info{
	font-size: 11px;
	color:#777;
}
#about .texto_DYT p{
	color:#666;
	margin-top: 2px;
	margin-bottom: 2px;
}
#about .texto_DYT hr{
/*	color:rgb(255,213,43);*/
	margin-top: 2px;
	margin-bottom: 2px;
}


#about ul.social-network a {
	/*color: #b09000;*/
	color:rgba(255,255,255,.6);
}

#about ul.social-network a:hover {
	color: rgb(255,213,43);
	/*color:transparent;*/
}
#about cv ul{
	color:red;
}

.image-wrap {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.image-wrap img {
	width: 100%;
	border-radius: 50%;   /*<----------------------------------------------------------------------------------------------------------------*/
}




/*------------------------------------------------------------------------------*/
/*.pricing:hover .mail-button {
	color:black;
}

.cv:hover .mail-button{
	background-color: rgba(255,214,43,.1)
}
*/

.mail-button {
	padding: 5px 20px;
	color: rgb(255,213,43);
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid rgb(255,213,43);	
	border-radius: 0px;/*5px;*/
	behavior: url(css/PIE/PIE.php);
	z-index: 2;

	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

.mail-button:hover {
	background-color: rgb(255,213,43)
}

.mail-button:hover .font-icon-envelope{
	color:black;
}

/*------------------------------------------------------------------------------*/




.image-wrap  .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;	
	opacity: 0;
	filter: alpha(opacity=0);
	
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg) scale(0.5,0.5);
	   -moz-transform: rotateY(180deg) scale(0.5,0.5);
		-ms-transform: rotateY(180deg) scale(0.5,0.5);
		 -o-transform: rotateY(180deg) scale(0.5,0.5);
			transform: rotateY(180deg) scale(0.5,0.5);	
}

.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg) scale(1,1);
	   -moz-transform: rotateY(0deg) scale(1,1);
		-ms-transform: rotateY(0deg) scale(1,1);
		 -o-transform: rotateY(0deg) scale(1,1);
		    transform: rotateY(0deg) scale(1,1);
}

.image-wrap .hover-wrap .overlay-img {
	border-radius: 50%;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,213,43,.5);	
	opacity: 0.50;
	filter: alpha(opacity=50);
}

.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #d8d8d8;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;	
	opacity: 1;
	filter: alpha(opacity=100);
}

.ie8 .image-wrap .hover-wrap {
	display: none;
}

/*===========================
	11. Contact Section
=========================== */
#contact {
	/*background-color: white;*/
}
#contact h5 {
	color: rgb(255,213,43);
	font-size: 24px;
	margin: -8px 0 10px 0;
}

ul.social-network {
	list-style: none;
	margin-left:0 !important;
}

ul.social-network li {
	display: inline;
	font-size: 16px;
	margin: 0 3px 0 -5px;
}

#contact ul.social-network a {
	color: #b09000;
}

#contact ul.social-network a:hover {
	color: rgb(255,213,43);
}

#contact h3, h4 {
	color: rgb(255,213,43);
}

#contact h5 {
	font-weight: 300;
}

#contact p {
	font-family: 'Lato', sans-serif;
	color: white;
}

#contact p i{
	color: rgb(255,213,43);
	/*font-size: 24px;*/
}

#contact .marco_arriba{
	background-color: black;
	margin-bottom: 0px;
}
#contact .marco_arriba p{
	color:#d8d8d8;
}
#contact a {
	color: white;
}

#contact a:hover {
	color: rgb(255,213,43);
}

#contact p {
	line-height: 18px;
}

.validation {
	display:none;
	margin: 0 0 20px;
	font-weight:400;
	font-size:13px;
}

#sendmessage {
	border:1px solid #fff;
	display:none;
	text-align:center;
	padding:15px 12px 15px;
	margin:10px 0;
	font-weight:600;
	margin-bottom:30px;
}

#sendmessage.show,.show  {
	display:block;
}

#contact-form {
	/*background-color: rgb(255,213,43);*/
	position: relative;
	z-index: 999;
	padding: 0px 0px 0px 0px;
}
#ifrm1 {
	padding: 0px 0px 0px 0px;
	font-family: 'Lato', sans-serif;
	max-height: 600px;
	background-color: rgb(0,0,0);
}
#contact-form input[type=text],#contact-form input[type=email], .contactForm textarea {
	width: 100%;
	background: rgba(176, 144, 0, 0.8);
	font-family: 'Open Sans', sans-serif;
	color: #000;
	border: 0;	
	font-size:16px;
	text-align: left;
	vertical-align: middle;
	padding:0 10px;
}

#contact-form input[type=text]:focus,#contact-form input[type=email]:focus, .contactForm textarea:focus {
	background: rgba(252, 206, 0, 0.8);
	color: rgba (0, 0 , 0, 1);
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#contact-form input[type=text],#contact-form input[type=email] {
	height: 60px;
	margin-bottom:30px;
}

#contact-form input[type=submit] {
	color: #101011;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 14px;
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	background: #101011 !important;
}

#contact-form textarea {
	padding-top: 1em;
}

textarea.form-control {
  	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	height: 250px;          
}
/*----------------DYT-----*/
.if-cform {
	/*border: 2px #222 solid;*/
	position: relative;
	/*overflow: visible;
	clear: both;*/
}

.if-cform-iframe{
	position: relative;
	top: 0px;
	left: 0px;
}

#ifrm1{
	box-shadow: 30px;
}

/*----------------DYT-----*/
div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior: url(css/PIE/PIE.php);
}

.cform-not-valid-tip {
	color: rgb(255,213,43);
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior: url(css/PIE/PIE.php);
}

#contact .btn-theme {
	background: #b09000;
	color:#101011;
}

#contact .btn-theme:hover {
	background: rgb(255,213,43);
	color:#101011;
}

.validation {
	color:rgb(255,213,43);
}

#map {
	height: 318px;
	margin-bottom: 30px;
}

/*=========================
 	12. Footer
 ========================== */

#footer {
	background: rgb(255,213,43);
	margin: 0;	
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
}

#footer .copyright {
	text-align: center;
}

#footer a {
	color: #d8d8d8;
}

#footer a:hover {
	color: #101011;
}

#footer p {
	color: #101011;
	padding-bottom: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: .4em;
	word-spacing: 1em
}

/* ==================================================
   14. Preloader
================================================== */

#jpreOverlay,
#jSplash {
	background-color: #101011;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 700;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}

#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -50px;
	z-index: 800;	
	font-size: 16px;
	color: #101011;	

	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	margin: -50px 0 0 -50px;
	width: 50px;
	height: 50px;
	background: rgb(255,213,43);
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 0;
	behavior: url(css/PIE/PIE.php);
	filter: alpha(opacity=0);
			
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

@-webkit-keyframes circle {
	0% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}

@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}

@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}

@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}

@keyframes circle {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
}

/* ==================================================
   15. Isotope Filtering
================================================== */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

/* ========================================
	16. Media queries
========================================= */

/* Extra small devices (phones, less than 768px) */
@media (max-width: 768px) {
	
	#home .slider-text {
		position: absolute;
		left: 50%;
		top: 50%;
		height: 300px;
		text-align: center;
	}

	#home .slide-content {
		font-size: 26px;
		word-spacing: 5px;
	}
	
	#home #start-button {
		display: none;
	}
	
	.col-md-3 {
		margin-bottom: 30px;	
	}
	
	h1 {
		font-size: 36px;
	}

	#parallax1 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	#parallax1 .para-title h2 {
		font-size: 26px;
	}
	
	#parallax1 .work h2 {
		color: rgb(255,213,43);
		font-size: 24px;
	}

	#parallax1 .number {
		/*color: rgb(255,213,43);*/
		font-size: 24px;
	}

	#parallax1 .work {	
		padding-top: 0;
	}
	
	#parallax1 .work h2 {
		margin-bottom: 0;
	}
	
	#parallax2 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	#parallax2 .para-title h2 {
		font-size: 26px;
	}
	
	#parallax3 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	#parallax3 .para-title h2 {
		font-size: 26px;
	}
	
	#parallax3 fa fa-quote-left {
		font-size: 20px;
	}
	
	#parallax3 h3 {
		font-size: 18px;
	}
	
	#parallax3 h4 {
		font-size: 16px;
	}
	#parallax3 h6 {
		font-size: 14px;
	}	
	#contact .details {
		margin-top: 80px;
		text-align: center;
	} 
	
	.slide {
		padding-top: 30px;
	}

	#home-slider {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	#menu {
		display: none;	
	}
	
	#mobile-nav {
    	display: block;
		float: right;
	}
	
	#menu-nav-mobile {
		margin: 0;
	}
	
	header .sticky-nav #mobile-nav,
	header .sticky-nav.stuck #mobile-nav {
		margin-right: 20px;	
	}
	
	.work-nav {
		margin-bottom: 30px;	
	}
	
	.work-nav #filters,
	.work-nav #filters li {
		display: inline-block;
	}
	
	.work-nav #filters {
		margin: 0 0 0 0;
	}
	
	.work-nav #filters li {
		margin: 10px 5px 0 0;	
	}
	
	.work-nav #filters li a {
		font-size: 12px;
	}
/* aqui pongo el filters-min para la segunda barra ------------------------------------------------------------------------------------------------------------------------------ */
	.work-nav #filters-min,
	.work-nav #filters-min li {
		display: inline-block;
	}
	
	.work-nav #filters-min {
		margin: 0 0 0 0;
	}
	.work-nav #filters-min ul {
				margin-top: 0px;
			   	margin-right: 0px;
			   	margin-bottom: 0px;
			   	margin-left: 0px;
			   	padding-top: 0pt;
			   	padding-right: 0pt;
			   	padding-bottom: 0pt;
			   	padding-left: 0px;
			   	list-style-type: none;
			   	list-style-image: none;
			   	list-style-position: outside;	
	}	
	.work-nav #filters-min li {
		margin: 0px 0px 0px 0px;	
	}
	
	.work-nav #filters-min li a {
		font-size: 12px;
	}
/* aqui pongo el filters-min para la segunda barra ------------------------------------------------------------------------------------------------------------------------------ */


}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	
	#home .slider-text {
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -200px 0 0 -380px;
		width: 750px;
		height: 100px;
		text-align: center;
	}

	#home .slide-content {
		font-size: 60px;
		word-spacing: 5px;
	}

	.col-md-3 {
		margin-bottom: 30px;
		/*float:none; DYT*/
	}
	
	#contact .details {
		margin-top: 80px;
		text-align: center;
	} 

	.slide {
		padding-top: 30px;
	}
	
	#menu {
		display: none;	
	}
	
	#mobile-nav {
    	display: block;
		float: right;
	}
	
	#menu-nav-mobile {
		margin: 0;
	}
	
	header .sticky-nav #mobile-nav,
	header .sticky-nav.stuck #mobile-nav {
		margin-right: 20px;	
	}

	#parallax1 {
		padding-bottom: 40px;
	}
	
	#parallax1 .work {
		margin-top: 20px;
	}
	
	#parallax1 .number {
	color: whitw;/*rgb(255,213,43);*/
	font-size: 30px;
}

}

/* ============================
	17. Retina Display
===============================*/
 
@media only screen and (-webkit-min-device-pixel-ratio: 2),
 	only screen and (-moz-min-device-pixel-ratio: 2),
  	only screen and (-o-min-device-pixel-ratio: 2/1),
  	only screen and (min-device-pixel-ratio: 2),
  	only screen and (min-resolution: 2dppx) {
		
		header #logo a {
			background-image: url(../img/logo_@2x.png);
			background-size: 72px 72px;
		}
		
		.menu-nav {
			background-image: url(../img/menu-mobile_@2x.png);
			background-size: 16px 32px;
		}
}
