@import url('http://fonts.googleapis.com/css?family=Lato:100,200,300,400');
@import url('main.css');

@import url('social.css');


/*	Importar otros CSS
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	General 
/*-----------------------------------------------------------------------------------*/

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

iframe {
  border:none; 
}

a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
#vin a:link,a:visited{
	color: #fff;
	text-decoration:none;
}

#vin a:hover, a:focus{
	color: #fff;
	text-decoration:none;
	/*border-bottom: 1px #999 solid;*/
}

body {
  /*color: #424242;*/
  color: #929292;
  font-family: "Lato", Georgia, Garamond, Times, serif;
  font-weight:300;
  font-size: 16px;
  line-height: 1.5em;
  background: #000;
}
.wrapper {
  width: 1218px;
  margin: 50px auto 80px auto;
  background: #000;
}


#blurb p:first-letter{
	text-transform: uppercase;
}

#map {
        width: 350px;
        height: 200px;
}
#categorias {
	margin: -12px auto 0px 30px;
}
#categorias li{
	display:inline;
  	font-size: 11px;
	margin:0px 25px 0px 10px;
	cursor:pointer;
	letter-spacing:0.5em;
	
	 /*text-transform: lowercase;*/
	 /*font-variant: small-caps;*/

}

#categorias li:hover{
	color: #CCC;

}

#toggle {
  display: block;
  width: 16px;
  height: 30px;
  margin-top: -4px;
  position: absolute;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
}
#toggle span:after{
  top: 8px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 1pt;
  background-color: #888;
  transition: all 0.3s;
  backface-visibility: hidden;
}

/* al activarse */

#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(2px, 2px); 
  margin-top: -1px;
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(1px, -1px);
  margin-top: -1px;
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

/* menu apariencia*/
#menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
}
#menu:after {

}

    
    
  /* TABLET FORMS ----------------------------------------------------*/
  #commentform input,
  #commentform textarea {
    width: 390px;
  }
  /* input form widths */
  .wpcf7-form input,
  #contactForm input,
  .wpcf7-form textarea,
  #contactForm textarea {
    width: 500px;
  }

.entry-content {
	margin: 0px 0px 0px 150px;	  
  	font-family: 'Lato';
  	font-weight:300;  
}
.about {
	margin: 0px 100px 0px 150px;  
  	font-family: 'Lato';
  	font-weight:300;  
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 200;
	font-family: "Lato", Georgia, Garamond, Times, serif;
  	font-size: 23px;
	/*font-variant: small-caps;*/
	margin-top: 2em;
	margin-bottom: 0.5em;
	color:#b9b9b9;
}
h7{
	font-family: "Lato", Georgia, Garamond, Times, serif;
  	font-size: 16px;
}

#blurb p{
	/*color: #424242;*/
	/*color: #929292;*/
	color: #b9b9b9;
	letter-spacing:0.1em;
	width: 300px;
	text-align:center;
	margin: 40px auto;	
	text-transform: lowercase;
	line-height: 145%;
	font-size: 12pt;
	font-variant: small-caps;
}

#blurb p abbr{
	border: none;
}

/*-----------------------------------------------------------------------------------*/
/*	Texto en columnas
/*-----------------------------------------------------------------------------------*/
.one-third-col {
  float: left;
  margin-left: 30px;
  margin-bottom: 60px;
  width: 300px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.one-third-col .line-heading {
  margin: 0px 0px 20px 0px;
}
.two-third-col {
  float: right;
  margin-right: 30px;
  margin-bottom: 60px;
  width: 620px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.two-third-col .line-heading {
  margin: 0px 0px 20px 0px;
}

.one-half,
.one-third,
.one-fourth {
  float: left;
  /*margin-right: 2.1276%;*/
  position: relative;
}
.one-half {
  width: 30%;
}
.one-third {
  margin-left:11%;
}
.one-fourth {
  width: 30%;
}
.last {
  clear: right;
  margin-left:11%;
  margin-right: 0 !important;
}


/*-----------------------------------------------------------------------------------*/
/*	LAYOUTS
/*-----------------------------------------------------------------------------------*/
.one-third-col {
  float: left;
  margin-left: 30px;
  margin-bottom: 60px;
  width: 300px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.one-third-col .line-heading {
  margin: 0px 0px 20px 0px;
}
.two-third-col {
  float: right;
  margin-right: 30px;
  margin-bottom: 60px;
  width: 620px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.5);
}
.two-third-col .line-heading {
  margin: 0px 0px 20px 0px;
}

/*-----------------------------------------------------------------------------------*/
/*	Header/Logo
/*-----------------------------------------------------------------------------------*/
header {
  background: #000;
/*  min-height: 155px;*/
}
header #logo {
  margin-top: 42px auto;
  display: table;
  margin: auto;
}
header #logo:hover {
	opacity:0.9;
}
header #logo img {
  display: block;
  margin: 0 0 0 0px;
}
/*-----------------------------------------------------------------------------------*/
/*	Menu navegación
/*-----------------------------------------------------------------------------------*/

nav p:first-letter{
	text-transform: uppercase;
}

nav {
 	display: table;
  	margin: 10px auto 12px auto;
  	color: #929292;
	letter-spacing:0.1em;
	/* text-transform: lowercase;*/
	font-size: 15pt;
	font-variant: small-caps;
}

nav #nav {
  display: block;
  
}
nav #nav > li {
  display: block;
  float: left;
}
/* Subnav ----------------------------------------------------*/
/* A partir de aqui es el hover */

nav li {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  
  padding-bottom: 5px;
  
}

nav li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #929292;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;

  
}
nav li:hover:before, li:focus:before, li:active:before {
  left: 0;
  right: 0;
}

nav #nav > li:hover a,
nav #nav > li.current-menu-item a,
nav #nav >li.current_page_item a {
  background: #141414;
  text-shadow: 1px 1px 1px #000;
  color: #b9b9b9;
}

nav #nav > li > a {
  line-height: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 4px;
  text-decoration: none;
  color: #929292;
}


/*-----------------------------------------------------------------------------------*/
/*	Main y divisor
/*-----------------------------------------------------------------------------------*/
#main {
  min-height: 500px;
  position: relative;
}

.footer-divider {
  	text-align:center;
	margin: 0 auto;
  border-bottom: 1px solid #bbb;
  height: 4px;
  width: 60%;
}

/*-----------------------------------------------------------------------------------*/
/*	Trabajos
/*-----------------------------------------------------------------------------------*/

.work-list {
  display: block;
}

.work-list li {
  display: block;
  float: left;
  width: 399px;
}
.thumb {
 position: relative;
  background: #000000;
}

/*.thumb:hover .img-overlay {
  display: block;
}
.thumb:hover img{
  opacity: 0.3;
}*/
.thumb img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.img-overlay {
  font-family: 'Lato';
  font-weight:100;  
  display: none;
  /*font-variant: small-caps;*/  
  /*font-style: italic;*/
  position: absolute;
  color: #fff;
  /*top: 15%;*/
  /*left: 20%;*/
  font-size: 50px;
  margin: 18% 0% 0% 12%;
}
/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/
footer {
  	position: relative;
  	text-align: center;
  	padding: 30px 30px 30px 30px;
  	font-size: 10pt;
	margin: 2px;
	text-align:center;
	font-style: italic;
}
footer a {
  text-decoration: none;
  color: #999;
  border-bottom: 1px dotted #999;
}
footer a:hover {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	Iconos redes sociales
/*-----------------------------------------------------------------------------------*/

/* Wrapper */
.icon-button {
	background-color: black;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 1.0rem;
	height: 1.25rem;
	line-height: 1rem;
	margin: 0;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 1.25rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
	width: 0;
}
.icon-button:hover span {
	width: 1.35rem;
	height: 1.35rem;
	border-radius: 3.6rem;
	margin: -0.675rem;
}
.twitter span {
	background-color: #00aced;
}
.facebook span {
	background-color: #3b5998;
}
.vimeo span {
	background-color: #66cc99;
}
.linkedin span {
	background-color: #007bb5;
}
.instagram span {
	background-color: #9b6954;
}
.behance span {
	background-color: #1769ff;
}

/* Icons */
.icon-button i:hover {;
	color: white;
	}
.icon-button i {
	background: none;
	color: #929292;
	height: 1.25rem;
	left: 0;
	line-height: 1.25rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
	width: 1.25rem;
	z-index: 10;
}
.icon-button .icon-twitter {
	color: #4099ff;
}
.icon-button .icon-facebook {
	color: #3B5998;
}
.icon-button .icon-google-plus {
	color: #db5a3c;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
	color: white;
}



