a,
a:focus,
a:hover {
  color: #000;
}
html {
	position: relative;
	min-height: 100%;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
	/*margin-top: 10px;*/
	margin-top: 70px;
}
@media (max-width: 768px) {
	body {
		margin-top: 50px;
	}
}
/* INDEX background
#index {
	background: url('/images/backgrounds/background.jpg') no-repeat center center fixed;
	background-color: #ffffff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y: scroll;
}
*/
body > .container {
	padding-top: 50px;
	margin-bottom: 180px;
}
body#index > .container {
	padding-top: 0px;
}
body#estudio > .container,
body#contacto > .container {
	padding-top: 20px;
}
@media (max-width: 768px) {
	body > .container {
		padding-top: 20px;
	}
	body#estudio > .container {
		padding-top: 0px;
	}
	body#contacto > .container {
		padding-top: 20px;
	}
	body#index > .container,
	body#estudio > .container,
	body#contacto > .container {
		margin-bottom: 320px;
	}
}

/* videos */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.second-video {
	margin-top: 30px;
}
.nopadding {
	padding: 0;
}

/* bottom */
.btn-primary {
	background-image: -webkit-linear-gradient(top, #666666 0%, #000000 100%);
	background-image: -o-linear-gradient(top, #666666 0%, #000000 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#000000));
	background-image: linear-gradient(to bottom, #666666 0%, #000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff666666', endColorstr='#ff000000', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border: none;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #ffffff;
	background-image: none;
	color: #000000;
}

/* NAV */
body#index .nav li.home a,
body#estudio .nav li.estudio a,
body#contacto .nav li.contact a {
	color: #00CCCC;
}
.nav li.proyects a {
	color: #00CCCC !important;
}
/*body#index .nav li.proyects a,*/
body#estudio .nav li.proyects a,
body#contacto .nav li.proyects a {
	color: #ffffff !important;
}
body#index .nav li.proyects a:hover,
body#estudio .nav li.proyects a:hover,
body#contacto .nav li.proyects a:hover {
	color: #00CCCC !important;
}

.navbar {
	margin-bottom: 0;
	padding-bottom: 0;
}
.navbar-default {
	background-color: #000000;
	border: none;
	background-image: none;
}
.navbar-brand {
	float: left;
	height: auto;
	padding: 14px 26px;
	font-size: 18px;
	line-height: 20px;
}
@media (max-width: 768px) {
	.navbar-brand {
		padding-left: 15px;
	}
}
.navbar-brand img {
	height: 22px;
	width: auto;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	background-color: none;
	font-weight: 300;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #00CCCC;
	background-color: none;
}
.navbar-right {
	margin-top: 0px;
}
.navbar-right li a {
	font-size: 1.2em;
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
.navbar-toggle {
	margin-top: 10px;
	padding: 18px 26px;
	margin: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: black;
}
@media (min-width: 768px) {
	.navbar-brand {
		padding: 20px 15px;*/
	}
	.navbar-brand img {
		height: 30px;
	}
	.navbar-right {
		margin-top: 20px;
	}
	.navbar-nav.navbar-right:last-child {
		margin-right: 0;
	}
}
@media (min-width: 992px) {
	.navbar-brand {
		/*padding: 30px 15px;*/
	}
}
footer .net-socials {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}
footer .net-socials a {
	display: block;
}
footer .net-socials li {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin: 0 4px;
}
footer .net-socials i {
	font-size: 2.2em !important;
	color: #000000;
}
footer .net-socials i:hover {
	color: #00CCCC;
}
/* END NAV */



/* BIO */
.bio {
	font-size: 1em;
	font-weight: 300;
}
blockquote {
	background: rgba(200, 200, 200, .2);
	border-left: 6px solid #00CCCC;
	padding: 15px;
	quotes: "\201C""\201D""\2018""\2019";
	font-size: 1em;
	color: #000000;
	text-align: left;
	margin: 0;
	margin-top: 20px;
}
/*
blockquote:before {
	color: #00CCCC;
	content: open-quote;
	font-size: 3em;
	line-height: 0.1em;
	margin-right: 0.1em;
	vertical-align: -0.4em;
}
*/
blockquote p {
	display: inline;
}
.cita {
  color: #666;
  clear: both;
  display: inherit;
  font-style: italic;
  font-size: .9em;
  font-weight: 400;
}
.bio-info {
	font-size: 1.1em;
	font-weight: 500;
	margin-top: 0px;
}
body#index .bio-info {
	padding: 30px 0;
}
@media (max-width: 420px) {
	body#index .bio-info {
		padding: 10px 0;
	}
}
.bio-info img {
	width: 90%;
	height: auto;
	margin: 0;
	border-radius: 4px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	/*opacity: .75;*/

}
@media (max-width: 1200px) {
	.bio-info img {
		margin: 0;
	}
}
@media (max-width: 991px) {
	.bio-info img {
		max-width: 480px;
		margin: 20px 0 40px 0;
	}
}
.bio-info img:hover {
	transition: all 300ms;
	opacity: 1;
}
.embedagram {
	display: none;
}
@media screen and (min-width: 1030px) {
	.embedagram {
		display: block;
	}
	.embedagram iframe {
		margin-top: 60px;
	}
}



/* PROYECTS */
.nav-proyectos {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	padding-bottom: 30px;
}
.nav-proyectos a {
	padding-bottom: 30px;
	text-decoration: none;
}
.nav-proyectos a:last-child {
	margin-left: 10px;
}
.info {
	color: #999;
	text-transform: uppercase;
	font-size: .9em;
	display: inline-block;
	width: 100%;
	padding-top: 10px;
}
.owl-item .info {
	display: inline-block;
	width: auto;
}
.info-proyect h1 {
	font-size: 1.4em;
	margin-top: 0px;
}
.info-proyect i {
	font-size: 1em;
	color: #ccc;
}
.info-proyect {
	/*border-left: 6px solid #000000;*/
	margin: 20px 10px;
	font-weight: 300;
}
@media (min-width: 768px) {
	.info-proyect {
		padding: 0px;
		margin: 0px;
		margin-left: 5px;
		height: 100%;
	}
	.info {
		/*width: 60px;*/
		width: auto;
		padding-top: 0px;
	}
	.nav-proyectos {
		margin-bottom: 22px;
	}
}



/* OWL-CAROUSEL */
.owl-carousel {
	padding-top: 0px;
	/*border: 1px solid blue;*/
}
@media (max-width: 992px) {
	.owl-carousel {
		border-top: 1px dotted #e1e1e1;
		padding-top: 10px;
	}
}
.owl-carousel img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-bottom: 4px solid #00CCCC;
}
.owl-carousel a:hover {
	text-decoration: none;
}
.proyect-home {
	border: 1px dotted #fff;
	margin: 0px;
	padding: 12px;
	min-height: 280px;
	text-align: left !important;
}
.proyect-home h4 {
	margin-top: 2px;
	font-size: 1.2em;
}
.proyect-home p {
	text-align: left !important;
	font-weight: 300;
}
.proyect-home:hover {
	/*border: 1px solid #0cc;*/
	/*text-decoration: none;*/
	background-color: rgba(0,204,204,.1);
}
.owl-theme .owl-controls {
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	margin-right: 0px;
	border-top: 1px dotted #e1e1e1;
	text-align: right;
}
.owl-theme .owl-controls .owl-pagination {
	margin-right: 6px;
}
@media (max-width: 768px) {
	.owl-theme .owl-controls {
		text-align: center;
	}
}
.owl-theme .owl-controls .owl-page span {
	opacity: 1;
	background: #e1e1e1;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
	background: #00CCCC;
}
/* END OWL-CAROUSEL */




/* CONTACT */
.googlemaps {
	width: 100%;
	height: 290px;
}
.cmxform fieldset div.error {
    margin-bottom: 10px;
}
.cmxform fieldset div.error label {
    color: #000000;
}
.cmxform fieldset {
    padding-top: 10px;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.cmxform {
    float: right;
    width: 100%;
    font-size: 14px;
    border: 0;
    padding: 0;
    margin: 0;
}
.cmxform label.error {
    display: block;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    color: #000 !important;
    font-weight: normal;
}
label,
.cmxform label {
    padding-left: 0;
    font-weight: normal;
    margin-bottom: 0 !important;
}
.cmxform ul {
    list-style: none;
    border: 0;
    padding: 0;
    margin: 0;
}
.cmxform ul li {
    border: 0;
    padding: 0;
    margin-bottom: 10px;
    padding-top: 0px;
}
input {
    width: 100%;
    height: 26px;
    text-indent: 6px;
    color: #000;
    border: 0;
    padding: 0;
    margin: 0;
    /*background-color: #e1e1e1;*/
    border: 1px solid #ccc;
    outline: none;
}
textarea {
    width: 100%;
    height: 78px;
    padding: 3%;
    color: #000;
    border: 1px solid #000000;
    padding: 6px;
    margin: 0;
    /*background-color: #e1e1e1;*/
    border: 1px solid #ccc;
    outline: none;
}
input[type="submit"] {
    color: #ffffff;
    width: 80px;
    cursor: pointer;
    background-color: #000;
    text-decoration: none;
    font-size: 12px;
    text-indent: 0;
    margin-bottom: 4px;
    outline: none;
}
input[type="radio"], input[type="checkbox"] {
	outline: none;
	margin: 4px 6px 4px 0;
}
.contact-wrapper iframe {
	background-color: #e9e9e9 !important;
	/*padding-right: 40px;*/
	/*background: url('/images/backgrounds/contact-scroll.png') repeat-y top right;*/
}
.contact-wrapper-full iframe {
	height: 450px;
}

.contact-wrapper-full #map {
	background-color: #e9e9e9 !important;
	width: 100%;
	height: 450px;
}
@media (max-width: 992px) {
	.contact-wrapper-full iframe {
		height: 360px;
	}
	.contact-wrapper-full #map {
		height: 360px;
	}
}
@media (max-width: 420px) {
	.contact-wrapper-full iframe {
		height: 280px;
	}
	.contact-wrapper-full #map {
		height: 280px;
	}
}
/* END CONTACT */



/* FOOTER */
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	min-height: 60px;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	margin-top: 18px;
}
footer ul {
	list-style-type: none;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
footer li {
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 0px;
	border: 1px solid #cccccc;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #000000;
}
footer li.kbz {
	text-transform: initial;
	display: inline-block;
	padding: 0px;
	width: 100%;
	margin-bottom: 10px;
	color: #666;
	background-color: transparent;
	border: none;
	font-weight: 300;
	font-size: 12px !important;
}
footer li.kbz a:visited,
footer li.kbz a {
	color: #666;
	letter-spacing: .5px;
}
footer li.kbz a:hover,
footer li.kbz a:focus {
	color: #ffffff;
}
@media (max-width: 768px) {
	footer li.kbz a:hover,
	footer li.kbz a:focus {
		color: #000000;
	}
}
footer .net-socials li {
	background-color: transparent;
	border: none;
	display: inline-block;
	width: auto;
	color: #000;
}
footer li a {
	display: inline-block;
}
address {
	margin-bottom: 0px;
}
footer li,
footer li a,
footer li a:visited,
footer li a:focus {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
}
footer li.footer-copy {
	color: #000;
	margin-top: 10px;
}
footer li a:hover {
	color: #0cc;
	text-decoration: none;
}
@media screen and (min-width: 720px) {
	footer li.footer-copy {
		color: #fff;
		margin-top: 0px;
	}
	footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		/* Set the fixed height of the footer here */
		min-height: 60px;
		background-color: #000000;
		color: #ffffff;
		text-align: center;
		margin-top: 0px;
	}
	footer ul {
		font-size: .8em;
	}
	footer li {
		padding: 20px 6px;
		margin-bottom: 0px;
		border: 0px;
		width: auto;
	}
	footer .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	footer .net-socials i {
		color: #fff;
	}
}
footer li.footer-copy {
	border: 0px;
	background-color: transparent;
}
footer .container {
	display: inline-block;
}
footer a {
	color: #000000;
}
footer a:hover {
	color: #000000;
}
#index footer {
	margin-top: 10px;
	font-size: 1em;
}
/* FOOTER */



/* ISOTOPE */
.grid {
    margin-bottom: 260px;
}
.grid-sizer,
.grid-item {
	margin: 1%;
	width: 48%;
	overflow: hidden;
	position: relative;
}
.grid-item {
	background-color: rgba(0,0,0,.1);
	min-height: 100px;
}
.grid-item img {
	width: 100%;
	height: auto;
}
.grid-item-caption {
	position: absolute;
	left: 0;
	bottom: -24px;
	display: block;
	padding: 4px 10px;
	width: calc(100%);
	background-color: #00CCCC;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.grid-item-caption i {
	padding-right: 6px;
}
.grid-item:hover .grid-item-caption {
	transition: all 300ms;
	background-color: #000000;
	bottom: 0;
}

@media screen and (min-width: 720px) {
	.grid-sizer,
	.grid-item {
		margin: 1%;
		width: 23%;
	}
}
@media screen and (min-width: 992px) {
	.grid-sizer,
	.grid-item {
		margin: .5%;
		width: 24%;
	}
}
.button-group {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}
@media (max-width: 420px) {
	.button-group {
		margin-bottom: 20px;
	}
}
.button {
	background-color: #fff;
	color: #999;
	padding: 6px 0;
	margin: 0 10px;
	border: none;
	border-bottom: 1px solid #e1e1e1;
	font-size: 1em;
	font-weight: 300;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
	outline: none;
}
.button:hover {
	transition: all 300ms;
	border-bottom: 4px solid #00CCCC;
	outline: none;
}
.button:active, .button.is-checked, .button.is-selected {
	transition: all 300ms;
	background-color: #fff;
	color: #000;
	border: 0;
	border-bottom: 4px solid #00CCCC;
	outline: none;
}


/*swipebox*/
#swipebox-slider .slide {
    padding: 10px;
}
@media (min-width: 768px) {
	#swipebox-slider .slide {
	    padding: 40px;
	}
}
#swipebox-bottom-bar {
    bottom: 0;
    top: 50px;
}
#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#swipebox-bottom-bar, #swipebox-top-bar {
    background: transparent;
}
#swipebox-bottom-bar {
	height: calc(100% - 50px);
}
#swipebox-arrows {
	width: 100%;
	height: 100%;
	max-width: none;
}
#swipebox-prev,
#swipebox-next {
	width: 50%;
	height: 100%;
}

#swipebox-prev {
	background-image: url(../images/swipebox/swipebox-prev.png) !important;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: 10% 50%;
    float: left;
}
#swipebox-next {
	background-image: url(../images/swipebox/swipebox-next.png) !important;
	background-repeat: no-repeat;
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	background-position: 90% 50%;
    float: right;
}


/* carousel */
.carousel {
	margin-bottom: 20px;
}
.carousel:hover {
	focus
}
.carousel .item,
.carousel .item img,
.carousel .item img.active {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	/*display: block;*/
}
.carousel .carousel-caption {
	left: 0;
	right: initial;
	top: initial;
	bottom: 10px;
	padding: 5px 10px;
	color: #fff;
	background-color: #00CCCC;
	text-align: left;
	text-shadow: none;
	width: 200px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
@media (max-width: 420px) {
	.carousel .carousel-caption {
		display: none;
	}
}
.carousel .item:hover .carousel-caption {
	transition: all 300ms;
    background-color: #000000;
}
.carousel .carousel-caption i {
	float: right;
	padding-right: 6px;
	line-height: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.carousel .item:hover .carousel-caption i {
	transition: all 300ms;
	padding-right: 0px;
}
.carousel-indicators {
	display: none;
}
.carousel-control {
    width: 10%;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.left.carousel-control i,
.right.carousel-control i {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    display: none;
}
/* end carousel */