/*
Theme Name: Mobit Mobile
Theme URI: http://themeforest.net/user/Webbu
Description: Mobile Template from Webbu Design
Version: 1.6
Author: Webbu
Author URI: http://www.webbu.com
Tags: light

License: 
License URI: 
*/

/* =============================================================================
   General Styles
   ========================================================================== */
/* Global Box Sizing and Font-Smoothing */	 
*, *:after, *:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {
	color:#444; /* Lighter on the eyes than #000 Black */
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: none;
	}
	


/* Comentários Facebook */
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}

/* Ficha */
.ficha { position:relative; clear:both; margin:10px 8px 10px 0; float:right; }
	
/* =============================================================================
   Media Queries
   ========================================================================== */

/* 320px and greater */
@media only screen and (min-width: 320px) {

}

/* 480px and greater */
@media only screen and (min-width: 480px) {

}

/* 768px and greater */
@media only screen and (min-width: 768px) {

}

/* 1024px and greater */
@media only screen and (min-width: 1024px){
	.header-button-close{display:none!important}
	.header-button{display:none!important}
}

/* Retina screens */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {

}

/* =============================================================================
   Non-Semantic Classes
   ========================================================================== */
   
/* Custom Selection Styles */
::selection {background:#D31245;color:#FFF;text-shadow:none;}
::-webkit-selection {background:#D31245;color:#FFF;text-shadow:none;}
::-moz-selection {background:#D31245;color:#FFF;text-shadow:none;}

/* Input focus styles */
input:focus {outline:0;border:1px solid #0091BD;} /* Gets rid of blue glow on field focus, adds border color instead */

/* =============================================================================
   WordPress Core CSS Styles
   ========================================================================== */
   
.alignnone {margin:5px 20px 20px 0;}
.aligncenter,div.aligncenter {display:block;margin:5px auto 5px auto;}
.alignright {float:right;margin:5px 0 20px 20px;}
.alignleft {float:left;margin:5px 20px 20px 0;}
.aligncenter {display:block;margin:5px auto 5px auto;}

.aright { text-align:right !important;}
.aleft { text-align:left !important;}
.acenter { text-align:center !important;}

.resimgleft{margin-bottom:0px; margin-right:10px;}
.resimgright{margin-bottom:5px; margin-left:10px;}
.resimgcenter{margin-bottom:10px; margin-left:auto; margin-right:auto; display:block;}

a img.alignright {float:right;margin:5px 0 20px 20px;}
a img.alignnone {margin:5px 20px 20px 0;}
a img.alignleft {float:left;margin:5px 20px 20px 0;}
a img.aligncenter {display:block;margin-left:auto;margin-right:auto;}

.wp-caption {background:#FFF;border:1px solid #F0F0F0;max-width:96%;padding:5px 3px 10px;text-align:center;}
.wp-caption.alignnone {margin:5px 20px 20px 0;}
.wp-caption.alignleft {margin:5px 20px 20px 0;}
.wp-caption.alignright {margin:5px 0 20px 20px;}
.wp-caption img {border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto;}
.wp-caption p.wp-caption-text,.gallery-caption {font-size:11px;line-height:17px;margin:0;padding:0 4px 5px;}
.sticky {}
.bypostauthor {}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
	* {background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;}
	a,a:visited {text-decoration:underline;}
	a[href]:after {content:" (" attr(href) ")";}
	abbr[title]:after {content:" (" attr(title) ")";}
	.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {content:"";}
	pre,blockquote {border:1px solid #999;page-break-inside:avoid;}
	thead {display:table-header-group;}
	tr,img {page-break-inside:avoid;}
	img {max-width:100% !important;}
	@page {margin:0.5cm;}
	p,h2,h3 {orphans:3;widows:3;}
	h2,h3 {page-break-after:avoid;}
}

/* ---------------------------------------------------------------------------- 
	HEADER AND COMMON STYLES
 ---------------------------------------------------------------------------- */
	section{margin-left:2px; margin-right:2px; margin-bottom:10px;}
	.menubutton{margin-left:-3px;}
	.wrapper{padding-right:5px; padding-left:5px;}
	.fa-input{ width:94%;}
	.imgresp{width:100%; height:auto;}
	/*Social Icons*/
	.webbusocials{position: absolute; right:5px; top:7px;}
	.webbusocials ul{list-style-type: none;}
	.webbusocials ul li{display: inline-block; padding-right:2px;}
	.center, .aligncenter{text-align:center}
	.left, .alignleft{float:left}
	.right, .alignright{float:right}
	/* WP common */
	
	.clearline{display:block; position:relative; height:10px}
/* ---------------------------------------------------------------------------- 
	BLOG POST
 ---------------------------------------------------------------------------- */
 
  
  .categorybox {
	border: 1px solid #d5d5d5;
	background: #f9f9f9;
	width: 100%; 
	display: block;
	margin: 8px auto 0 auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow:  0px 0px 1px #dadada, inset 0px -3px 0px #e6e6e6;
  }
  
  .contentboxin {
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	} 
   .detailcontent {padding: 6px 8px;} 
  .post-categories{
	  	display: inline;
		list-style-type: none;
		list-style: none;
		padding: 0px;
		margin: 0px;
		}
	.post-categories li{ display: inline-block;}
	#comments h2{ font-size:14px;}
	#comments ul{ list-style-type: none; list-style: none;}
	#reply-title{ font-size:14px;}
	#commentform label{ font-size:12px;}
/* ---------------------------------------------------------------------------- 
	MAIN MENU
 ---------------------------------------------------------------------------- */
.menu-heading:before,
.menu-heading:after,
.accordion-content:before,
.accordion-content:after {
  display: table;
  content: "";
}

.menu-heading:after,
.accordion-content:after {
  clear: both;
}

.header-button {
		width:34px;
	display: block;
	position: relative;
	z-index: 1;
	margin: 0px;
	padding: 0 10px;
	padding-left:12px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px white;
	background: #efefef;
	border: 1px solid;
	border-color: #ccc;
	border-radius: 3px;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-image: -webkit-linear-gradient(top, #efefef, #f7f7f7 50%, #ffffff 51%, #efefef);
	background-image: -moz-linear-gradient(top, #efefef, #f7f7f7 50%, #ffffff 51%, #efefef);
	background-image: -o-linear-gradient(top, #efefef, #f7f7f7 50%, #ffffff 51%, #efefef);
	background-image: linear-gradient(to bottom, #efefef, #f7f7f7 50%, #ffffff 51%, #efefef);
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 1px rgba(30, 19, 12, 0.1);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 1px rgba(30, 19, 12, 0.1);
	}
	.header-button:active, .header-button.active {
	color: #c5dbee;
	background: #efefef;
	border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 4px rgba(30, 19, 12, 0.4), 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 4px rgba(30, 19, 12, 0.4), 0 1px rgba(255, 255, 255, 0.1);
	}
	
	.header-button-close {
		width:34px;
	display: block;
	position: relative;
	z-index: 1;
	margin: 0px;
	padding: 0 10px;
	padding-left:12px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px white;
	background: #efefef;
	border: 1px solid;
	border-color: #ccc;
	border-radius: 3px;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-image: -webkit-linear-gradient(top, #efefef, #f7f7f7 50%, #ffffff 51%, #efefef);
	background-image: -moz-linear-gradient(top, #efefef, #f7f7f7 50%, #ffffff 51%, #efefef);
	background-image: -o-linear-gradient(top, #efefef, #f7f7f7 50%, #ffffff 51%, #efefef);
	background-image: linear-gradient(to bottom, #efefef, #f7f7f7 50%, #ffffff 51%, #efefef);
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 1px rgba(30, 19, 12, 0.1);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 1px rgba(30, 19, 12, 0.1);
	}
	.header-button-close:active, .header-button.active {
	color: #c5dbee;
	background: #efefef;
	border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 4px rgba(30, 19, 12, 0.4), 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 4px rgba(30, 19, 12, 0.4), 0 1px rgba(255, 255, 255, 0.1);
	}
/** Sidebar 
 ------------------------------------------- */

.sidebar {
  top: 0px;
  width: 100%;
}

.sidebar-left .sidebar {
  left: 0;
  bottom: 0;
}

.sidebar-left .sidebar {
  border-right: 1px solid #ffffff;
  -webkit-box-shadow: -5px 0 15px -5px rgba(30, 19, 12, 0.15) inset, -2px 0 10px -2px rgba(30, 19, 12, 0.2) inset;
  -moz-box-shadow: -5px 0 15px -5px rgba(30, 19, 12, 0.15) inset, -2px 0 10px -2px rgba(30, 19, 12, 0.2) inset;
  -o-box-shadow: -5px 0 15px -5px rgba(30, 19, 12, 0.15) inset, -2px 0 10px -2px rgba(30, 19, 12, 0.2) inset;
  box-shadow: -5px 0 15px -5px rgba(30, 19, 12, 0.15) inset, -2px 0 10px -2px rgba(30, 19, 12, 0.2) inset;
}

.sidebar-right .sidebar {
  right: 0;
  bottom: 0;
}

.sidebar-right .sidebar {
  border-left: 1px solid #ffffff;
  -webkit-box-shadow: -5px 0 15px -5px rgba(30, 19, 12, 0.15) inset, -2px 0 10px -2px rgba(30, 19, 12, 0.2) inset;
  -moz-box-shadow: -5px 0 15px -5px rgba(30, 19, 12, 0.15) inset, -2px 0 10px -2px rgba(30, 19, 12, 0.2) inset;
  -o-box-shadow: -5px 0 15px -5px rgba(30, 19, 12, 0.15) inset, -2px 0 10px -2px rgba(30, 19, 12, 0.2) inset;
  box-shadow: 5px 0 15px -5px rgba(30, 19, 12, 0.15) inset, 2px 0 10px -2px rgba(30, 19, 12, 0.2) inset;
}

.sidebar-inverse {
	background-image: none;
}

.sidebar-left .sidebar-inverse {
  -webkit-box-shadow: -5px 0 20px -5px rgba(30, 19, 12, 1) inset, -2px 0 10px -2px rgba(30, 19, 12, 0.5) inset;
  -moz-box-shadow: -5px 0 20px -5px rgba(30, 19, 12, 1) inset, -2px 0 10px -2px rgba(30, 19, 12, 0.5) inset;
  -o-box-shadow: -5px 0 20px -5px rgba(30, 19, 12, 1) inset, -2px 0 10px -2px rgba(30, 19, 12, 0.5) inset;
  box-shadow: -5px 0 20px -5px rgba(30, 19, 12, 1) inset, -2px 0 10px -2px rgba(30, 19, 12, 0.5) inset;
}

.sidebar-right .sidebar-inverse {
  -webkit-box-shadow: -5px 0 20px -5px rgba(30, 19, 12, 1) inset, -2px 0 10px -2px rgba(30, 19, 12, 0.5) inset;
  -moz-box-shadow: -5px 0 20px -5px rgba(30, 19, 12, 1) inset, -2px 0 10px -2px rgba(30, 19, 12, 0.5) inset;
  -o-box-shadow: -5px 0 20px -5px rgba(30, 19, 12, 1) inset, -2px 0 10px -2px rgba(30, 19, 12, 0.5) inset;
  box-shadow: 5px 0 20px -5px rgba(30, 19, 12, 1) inset, 2px 0 10px -2px rgba(30, 19, 12, 0.5) inset;
}


.sidebar-item {
  height:30px;
  width:100%;
}

/* Nav sidebar 
 ---------------------------------------- */

.nav-side {
  margin: 0;
  padding: 0;
}

.nav-side .collapse {
  overflow: hidden
}

.nav-side .menu-group {
  margin-bottom: 0;
  border-left: none;
  border-right: none;
  border-top-color: rgba(255, 255, 255, 0.6);
  border-bottom-color: rgba(30, 19, 12, 0.2);
  border-radius: 0;
}

.sidebar-left .nav-side .menu-group > .active {
  margin-right: -1px; /* only works if you do not scroll to sidebar */
}

.sidebar-right .nav-side .menu-group > .active {
  margin-left: -1px; /* only works if you do not scroll to sidebar */
}

.nav-side .menu-heading {
  margin: 0;
}

.nav-side .menu-heading a { font-size:15px!important; }


.nav-side .link-toggle:hover {
  background: rgba(0,0,0, 0.05);
}

.nav-side .link-toggle .chevron {
  color: #949598;
  font-size: 0.886em;
  opacity: 0.30;
  filter: alpha(opacity=30);
}

.nav-side .link-toggle .item-icon {
  font-size: 16px;
}

.nav-side .active .link-toggle,
.nav-side .active .link-toggle:hover {
	background: none;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}

.sidebar-left .nav-side .link-toggle .chevron {
  float: right;
  margin-top: 2px;
  margin-right: -8px;
}

.sidebar-right .nav-side .link-toggle .chevron {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}

.nav-side .link-toggle .item-icon {
  color: #949598;
}

.sidebar-right .nav-side .link-toggle .item-icon {
  float: right;
  margin-right: -6px;
}

.nav-side .active .chevron,
.nav-side .link-toggle:hover .chevron,
.nav-side .link-toggle:hover .item-icon,
.nav-side .active .link-toggle:hover .chevron {
  color: #3399ff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.nav-side .active .link-toggle .item-icon {
  color: #333;
  opacity: 1;
  filter: alpha(opacity=100);
}

.sidebar-inverse .nav-side .menu-group {
  border-top-color: #3D4143; /* ie */
  border-bottom-color: #131517; /* ie */
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(30, 19, 12, 0.5);
}

.sidebar-inverse .nav-side .link-toggle,
.sidebar-inverse .nav-side .link-toggle:hover {
  color: #bbb;
  text-shadow: 0 -1px 0 rgba(30, 19, 12, 1)
}

.sidebar-inverse .nav-side .active .link-toggle,
.sidebar-inverse .nav-side .active .link-toggle:hover {
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  background: none;
}

.sidebar-inverse .nav-side .active .link-toggle:hover .chevron {
  color: #3399ff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.sidebar-inverse .nav-side .active .link-toggle:hover .item-icon {
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}


/* Sub nav sidebar
 ---------------------------------------- */

.nav-side .accordion-content > li:first-child,
.nav-side .accordion-content > li.first-child {
  margin-top: 10px;
}

.nav-side .accordion-content > li:last-child,
.nav-side .accordion-content > li.last-child {
  margin-bottom: 10px;
}

.nav-side .accordion-content > li {
  margin-bottom: 8px;
}

.sidebar-inverse .nav-side .accordion-content {
  background: #212527;
  background: rgba(30, 19, 12, 0.15);
  -webkit-box-shadow: inset -2px 2px 6px -1px rgba(30, 19, 12, 0.7), inset 0 1px 2px rgba(30, 19, 12, 0.3), inset 0 -1px 6px -1px rgba(30, 19, 12, 0.1);
  -moz-box-shadow: inset -2px 2px 6px -1px rgba(30, 19, 12, 0.7), inset 0 1px 2px rgba(30, 19, 12, 0.3), inset 0 -1px 6px -1px rgba(30, 19, 12, 0.1);
  box-shadow: inset -2px 2px 6px -1px rgba(30, 19, 12, 0.7), inset 0 1px 2px rgba(30, 19, 12, 0.3), inset 0 -1px 6px -1px rgba(30, 19, 12, 0.1);
}

.nav-side ul > li > a {
  padding: 8px 15px 6px 30px;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}

.nav-side ul > li > a:hover {
  color: #111;
  background: rgba(30, 19, 12, 0.1);
}

.nav-side ul > .active > a,
.nav-side ul > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(30, 19, 12, 0.6);
  background-color: #373B3E;
}

.sidebar-inverse .nav-side ul > li > a {
  color: #777;
  text-shadow: 0 -1px 0 rgba(30, 19, 12, 1);
}

.sidebar-inverse .nav-side ul > li > a:hover {
  color: #ffffff;
  background: rgba(30, 19, 12, 0.1);
}

.sidebar-inverse .nav-side ul > .active > a,
.sidebar-inverse .nav-side ul > .active > a:hover {
  color: #222;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.6);
}


/* ---------------------------------------------------------------------------- 
	MAIN END
 ---------------------------------------------------------------------------- */


/*--------------------------------------------------
DIVIDER TITLES
Divider: http://www.okilla.com/289/resource-pixel-dividers/
---------------------------------------------------*/
.dividert{
	background-repeat: repeat-x;
	width: 100%;
	height: 2px;
	margin-bottom:15px;
}

/* Dividers */
.divider1 {
  background-image: url('images/dividers/divider1.png');
}
.divider2 {
  background-image: url('images/dividers/divider2.png');
}
.divider3 {
  background-image: url('images/dividers/divider3.png');
}
.divider4 {
  background-image: url('images/dividers/divider4.png');
}
.divider5 {
  background-image: url('images/dividers/divider5.png');
}
.divider6 {
  background-image: url('images/dividers/divider6.png');
}
.divider7 {
  background-image: url('images/dividers/divider7.png');
}
.divider8 {
  background-image: url('images/dividers/divider8.png');
}
.divider9 {
  background-image: url('images/dividers/divider9.png');
}
.divider10 {
  background-image: url('images/dividers/divider10.png');
}
.divider11 {
  background-image: url('images/dividers/divider11.png');
}
.divider12 {
  background-image: url('images/dividers/divider12.png');
}
.divider13 {
  background-image: url('images/dividers/divider13.png');
}
.divider14 {
  background-image: url('images/dividers/divider14.png');
}
.divider15 {
  background-image: url('images/dividers/divider15.png');
}
.divider16 {
  background-image: url('images/dividers/divider16.png');
}
.divider17 {
  background-image: url('images/dividers/divider17.png');
}
.divider18 {
  background-image: url('images/dividers/divider18.png');
}
.divider19 {
  background-image: url('images/dividers/divider19.png');
}
.divider20 {
  background-image: url('images/dividers/divider20.png');
}
/*--------------------------------------------------
DIVIDER END
---------------------------------------------------*/


/*--------------------------------------------------
TWITTER PAGE
---------------------------------------------------*/
#jstwitter{width:100%; font-size:12px; color:#333; margin-top:0px}

#jstwitter .tweet{
	opacity: 1;
	margin-top: 0px;
	margin-right: auto;
	padding-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;/*	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;*/
}

#jstwitter .tweet a{text-decoration:none; color:#036}

#jstwitter .tweet a:hover{text-decoration:underline}

#jstwitter .tweet .time{font-size:10px; font-style:italic; color:#666;margin-bottom: 10px;}

.dividertwitter {
	background-image: url(images/dividers/divider7.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 2px;
}
/*--------------------------------------------------
TWITTER PAGE END
---------------------------------------------------*/


/*---------------------------------------------------------------------
PORTFOLIO PAGE
---------------------------------------------------------------------*/
#Portfolio{width:100%}
.portfolio{list-style:none; padding:0px !important; margin:0px !important;}
.portfolio:after{clear:both; content:"."; display:block; height:0; visibility:hidden}
.portfolio li{
	float: left;
	border: 0px;
	opacity: 1;
	padding-top: 2px;
	margin-right: 1%;
	padding-bottom: 5px;
	margin-left: 1%;
	height:auto;
}
.portfolio-desc{width:98%; display:block; margin-top:2px; margin-bottom: 15px; margin-right:auto; margin-left: auto;}
.portfolio li a{display:block; margin:0px;}
.portfolio .pdesc {margin-top:4px !important; margin-bottom:7px !important;}
.portfolio .column-three img{display:block; width:100%; height:auto; }
.portfolio .column-two img{display:block; width:100%; height:auto; }
.portfolio .column-one img{display:block; width:100%; height:auto; }


/*---------------------------------------------------------------------
GALLERY PAGE
---------------------------------------------------------------------*/

.attachment-thumbnail{width:100%; height:auto;}  
.gallery-item img{
	border:none!important;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(30, 19, 12, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(30, 19, 12, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(30, 19, 12, 0.1);
	box-shadow: 0 1px 3px rgba(30, 19, 12, 0.1);
	}
.gallery-item{
	float: left;
border: 0px;
opacity: 1;
margin-right: 1px;
height: auto;
	}
.gallery dl{margin-bottom: 0px!important;}



#Gallery{width:100%}
.gallery{list-style:none; padding:0px !important; margin:0px !important;}
.gallery:after{clear:both; content:"."; display:block; height:0; visibility:hidden}
.gallery li{
	float: left;
	border: 0px;
	opacity: 1;
	padding-top: 2px;
	margin-right: 1%;
	padding-bottom: 5px;
	margin-left: 1%;
	height:auto;
}
.gallery-desc{width:98%; display:block; margin-top:2px; margin-bottom: 15px; margin-right:auto; margin-left: auto;}
.gallery li a{display:block; margin:0px;}
.gallery .pdesc {margin-top:4px !important; margin-bottom:7px !important;}
.gallery .column-three img{display:block; width:100%; height:auto; }
.gallery .column-two img{display:block; width:100%; height:auto; }
.gallery .column-one img{display:block; width:100%; height:auto; }

	/* Column system ---------------------------------------- */
	.column-three{width:31.333%;}
	.column-two{width:48%;}
	.column-one{width:98%;}

/*---------------------------------------------------------------------
PORTFOLIO PAGE END
---------------------------------------------------------------------*/


/*--------------------------------------------------
CLEAR FLOATED ELEMENTS
---------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after{clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0}
/* Hides from IE-mac */
* html .clearfix { height: 1%;}
.clearfix {
display: block;
height: 5px;
margin-bottom:15px;

}

/*---------------------------------------------------------------------
COMMONS
---------------------------------------------------------------------*/
.VimeoPlayer{
	width: 100%;
    height: auto;
	display:block;
	border: none;
	border: 0px;
}
.formresp{width:100%;}
#commentform textarea, #commentform input{width:100%;}

@media (min-width: 1024px) {
	.VimeoPlayer{
    height: 400px;
	}
	}
.demoicons{
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	margin-left: 3px;
	margin-right: 2px;
	margin-bottom: 5px;
	display: inline-block;
	background-color: #efefef;
	height: 32px;
	width: 32px;
	border-radius: 8px;
}

/* Cforms */

ol.cf-ol {
	border-top:none!important;
	margin-top:0!important;
	padding-top:0!important;
	}

#cformsform, #cforms2form {
	margin:0;
	padding-left:0;
	text-align:left;
	width:300px;
	}
	
.cform label {
	display:none;
	}
	
form.cform li {
	padding:0 0 0 0!important;
	margin:0 0 8px 0!important;
}
	
.cform input, .cform textarea, .cf_info {
	font-family: 'Carrois Gothic', "Trebuchet MS", Helvetica, sans-serif!important;
	font-size: 14px!important;
	color:#27130a!important;
	background:#d7cebf!important;
	border: 1px solid #d3cbbf!important;
	border-radius:0!important;
	-moz-border-radius:0!important;
	-webkit-border-radius:0!important;
	}
	
.cform textarea {
	height:95px!important;
	overflow:auto!important;
	}
	
.cform input:hover, .cform textarea:hover, .cform input:focus, .cform textarea:focus {
	background:#c5baa8!important;
	}
	
.cform .textonly {
	color:#27130a!important;
	letter-spacing:0!important;
	font-size:0.9em!important;
	float:left;
	}
	
.cform input.sendbutton {
	cursor:pointer!important;
	width:auto!important;
	padding:3px 7px!important;
	background:#27130a!important;
	color:#ece7df!important;
	}
	
#cformsform input.sendbutton {
	margin:0 0 0 0!important;
}
	
#cforms2form input.sendbutton {
	margin:0 7px 0 0!important;
}
	
.cform input.sendbutton:hover, .cform input.sendbutton:focus {
	background-color: #45281b!important;
	}
	
cf.sb {
	float:right;
	}
	
p.linklove {
	display:none;
	}
	
img.captcha-reset {
	background:	transparent url('http://www.herenciaflamenca.com.br/wp-content/themes/herencia-2011/images/captcha_reset.png') no-repeat!important;
	width:21px;
	height:21px;
}