/*
* Folder v1.0
*
*/
/* Vars ----------------------------------------------------*//* Mixins ----------------------------------------------------*//* IMPORT ------------------------------------------------------------*/
/* aditional */
/* Fonts ----------------------------------------------------*//* Here you go ie */

/* GENERAL ------------------------------------------------------------*/
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}

/*
body a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body p {
  margin-bottom: 21px;
}
*/

/* COMBO NAVIGATION ------------------------------------------------------------*/
/*#comboNav {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  float: left;
}*/

/* MAIN ----------------------------------------------------*/
/*#main .wrapper {
  margin-top: 60px;
  margin-bottom: 50px;
  min-height: 500px;
  color: #6F0;
  font-size: 16px;
  line-height: 1.5em;
}*/
/* HEALINE ----------------------------------------------------*/
.headline {
  color: #cb5432;
  text-align: center;
  font-family: Helvetica;
  font-size: 48px;
  line-height: 1.3em;
  word-spacing: -0.1em;
  text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
/* FEATURE ----------------------------------------------------*/
.feature {
  width: 800px;
  float:right;
  border:1px solid #CCC;
}
.feature li {
	position: relative;
	width: 237px;
	margin-left:22px;
	margin-top:10px;
	margin-bottom:10px;
}

.feature1 {
  width: 800px;
  float:right;
  border:1px solid #CCC;
}
.feature1 li {
	position: relative;
	width:800px;
	margin-left:22px;
	margin-top:10px;
	margin-bottom:10px;
}


/* PAGE CONTENT ----------------------------------------------------*/
.page-content {
  position: relative;
  background: #f3e4c8;
  color: #585246;
  padding: 50px 30px 60px 30px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
.page-content .heading {
  border-bottom: 5px solid #585246;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.page-content .c-1,
.page-content .c-2,
.page-content .c-3,
.page-content .c-4 {
  position: absolute;
  width: 48px;
  height: 50px;
}
.page-content .c-1 {
  top: 0px;
  left: 0px;
  background: url(../img/corner-1.png) no-repeat top left;
}
.page-content .c-2 {
  top: 0px;
  right: 0px;
  background: url(../img/corner-2.png) no-repeat top left;
}
.page-content .c-3 {
  bottom: 0px;
  left: 0px;
  background: url(../img/corner-3.png) no-repeat top left;
}
.page-content .c-4 {
  bottom: 0px;
  right: 0px;
  background: url(../img/corner-4.png) no-repeat top left;
}

/* PORTFOLIO ----------------------------------------------------*/
.portfolio-content {
  margin-bottom: 40px;
}
.portfolio-content .project-content {
  float: left;
  width: 660px;
}
.portfolio-content .project-info {
  float: right;
  width: 160px;
  font-size: 14px;
  padding-left: 30px;
  border-left: 1px solid #585246;
}
.portfolio-content .project-info p {
  margin-bottom: 10px;
}
.portfolio-content .project-info strong {
  font-weight: bold;
  display: block;
}
.portfolio-content .project-info a {
  color: #cb5432;
}
/* RELATED PROJECTS ------------------------------------------------------------*/
.related-projects {
  margin-bottom: 80px;
}
.related-projects .related-heading {
  text-align: center;
  margin-bottom: 10px;
}
.related-projects a {
  color: #444444;
}
.related-projects .related-list li {
  float: left;
  width: 300px;
  text-align: center;
  margin-right: 20px;
}
.related-projects .related-list li .thumb {
  background: #f3e4c8;
  padding: 10px;
  display: block;
  line-height: 0em;
  margin-bottom: 10px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
.related-projects .related-list li .thumb img {
  max-width: 100%;
}
.related-projects .related-list li:last-child {
  margin-right: 0px;
}
/* ENTRY CONTENT ------------------------------------------------------------*/
.entry-content a {
  color: #cb5432;
}
.entry-content strong {
  font-weight: bold;
}
.entry-content ul,
.entry-content ol {
  margin-left: 20px;
}
.entry-content ul {
  list-style: disc;
}
.entry-content ol {
  list-style: decimal;
}

/* PAGE NAVIGATION ------------------------------------------------------------*/
#main .page-navigation {
  position: relative;
  left: 50%;
  display: block;
  margin-bottom: 100px;
  float: left;
}
#main .page-navigation div {
  position: relative;
  right: 50%;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
#main .page-navigation div span {
  margin-bottom: 15px;
  display: inline-block;
}
#main .page-navigation a {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #cb5432;
  display: block;
  padding: 10px 15px;
}
#main .page-navigation .nav-next {
  float: left;
  margin-right: 20px;
  background: #f3e4c8 url(../img/arrow-left.png) no-repeat left 12px;
  padding-left: 20px;
}
#main .page-navigation .nav-previous {
  float: right;
  background: #f3e4c8 url(../img/arrow-right.png) no-repeat right 12px;
  padding-right: 20px;
}
/* SIDEBAR ------------------------------------------------------------*/
#sidebar {
  position: relative;
  width: 260px;
  float: right;
  font-size: 14px;
}
#sidebar .block {
  margin-bottom: 40px;
  padding-bottom: 5px;
}
#sidebar .heading {
  border-top: 5px solid #444444;
  border-bottom: 5px solid #444444;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  line-height: 1.1em;
  text-align: center;
}
#sidebar li {
  margin-bottom: 7px;
}
#sidebar a {
  color: #cb5432;
}
/* FILTERED ITEMS ----------------------------------------------------*/
/*menu lateral para los movimientos cruzados*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
#filter-buttons {
	list-style-type:none;
	float:left;
	padding:0;
	text-align:left;
}
#filter-buttons li {
  	display:block;
	font-family:Helvetica;
	font-size:14px;

}
#filter-buttons li a {
  width:190px;
  height:auto;
  display:block;
  text-decoration:none;
  color:#600;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:10px;
}
#filter-buttons li.main {
  border-bottom: thin solid #E4E4E4;
  font-weight: bold;
  
}
#filter-buttons li.main a {
  color: #980000   ;
  
}
#filter-buttons li.secondary {
  background-color: #F4F4F4;
  border-bottom: thin solid #E4E4E4;
}

#filter-buttons li a:hover {
  background-color:#F2DF7E;
  text-decoration:none;
  color:#900;
}

/* COLUMNS LAYOUT----------------------------------------------------------*/
.one-half,
.one-third,
.one-fourth {
  float: left;
  margin-bottom: 40px;
  margin-right: 2.1276%;
  position: relative;
}
.one-half {
  width: 48.9361%;
}
.one-third {
  width: 31.9148%;
}
.one-fourth {
  width: 23.4042%;
}
.last {
  clear: right;
  margin-right: 0 !important;
}


/* WIDGET COLS ------------------------------------------------------------*/
.widget-cols {
  margin-top: 80px;
  margin-bottom: 30px;
  font-size: 14px;
}
.widget-cols h1,
.widget-cols h2,
.widget-cols h3,
.widget-cols h4,
.widget-cols h5,
.widget-cols h6 {
  margin-bottom: 20px;
  font-weight: normal;
  text-align: center;
  border-bottom: 0px solid #ada18e;
  border-top: 0px solid #ada18e;
  padding-top: 0px;
  padding-bottom: 0px;
}
.widget-cols > li {
  width: 220px;
  float: left;
  margin-right: 20px;
}
.widget-cols > li.fourth-col {
  margin-right: 0px;
}
