/*  
Theme Name: Um Segundo Filmes v2
Description: v1.0.2
Version: 1.0.2
Author: R2
Tags: 

TABLE OF CONTENTS

01 - Reset
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Sidebar
08 - Widgets
09 - Comments
10 - Pagination
11 - Footer
12 - Media Queries
*/


img#logo {
	height: 115px;
	float: left;
}

img#tipografia {
	float: left;
	padding-top: 4px;
	padding-left: 10px;
}




#mainNav {
	width: 510px;
	float: left;
}

#mainNav ul li {
	width: 110px;
	float: left;
	margin-right: 15px;
}



#filterNav {
	width: 220px;
	float: left;
}

#filterNav ul li {
	width: 50%;
	float: left;
}


@font-face {
    font-family: 'Nitti';
    src: url('fonts/Nitti Basic PX Normal.eot');
    src: url('fonts/Nitti Basic PX Normal.eot?#iefix') format('embedded-opentype'),
         url('fonts/Nitti Basic PX Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;  
}

@font-face {
    font-family: 'Nitti';
    src: url('fonts/Nitti Basic PX Bold.eot');
    src: url('fonts/Nitti Basic PX Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Nitti Basic PX Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;  
}



/* ///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.7em;
	color: black;
}
h1, h2, h3, h4, h5, h6 {	
	clear: both;
}
ul {
	list-style: none;
}

blockquote {
	quotes: none;	
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

img { display: block; }

input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]::-webkit-focus-inner {border:0;}

.homeSection img,
.post p img,
.page p img,
.project p img,
.postThumb,
div.wp-caption img {
	max-width: 100% !important;	
	height: auto;
	width: auto;
}

.wp-caption {
	max-width: auto !important;	
	width: auto !important;	
}

.wp-caption-text {
	padding: 5px 0 0 0;
	font-style: italic;
}

/* Isotope ----------- */

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -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:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.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-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/* Preloader ----------- */

#floatingCirclesG{
position:absolute;
width:30px;
height:30px;
right: 20px;
top: 14px;
-webkit-transform:scale(0.6);
-moz-transform:scale(0.6);
-o-transform:scale(0.6);
-ms-transform:scale(0.6);
}

.f_circleG{
position:absolute;
background-color:#000000;
height:5px;
width:5px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
-webkit-animation-name:f_fadeG;
-webkit-animation-duration:1.04s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-moz-animation-name:f_fadeG;
-moz-animation-duration:1.04s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-o-animation-name:f_fadeG;
-o-animation-duration:1.04s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-ms-animation-name:f_fadeG;
-ms-animation-duration:1.04s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
}

#frotateG_01{
left:0;
top:12px;
-webkit-animation-delay:0.39s;
-moz-animation-delay:0.39s;
-o-animation-delay:0.39s;
-ms-animation-delay:0.39s}

#frotateG_02{
left:4px;
top:4px;
-webkit-animation-delay:0.52s;
-moz-animation-delay:0.52s;
-o-animation-delay:0.52s;
-ms-animation-delay:0.52s}

#frotateG_03{
left:12px;
top:0;
-webkit-animation-delay:0.65s;
-moz-animation-delay:0.65s;
-o-animation-delay:0.65s;
-ms-animation-delay:0.65s;
}

#frotateG_04{
right:4px;
top:4px;
-webkit-animation-delay:0.78s;
-moz-animation-delay:0.78s;
-o-animation-delay:0.78s;
-ms-animation-delay:0.78s;
}

#frotateG_05{
right:0;
top:12px;
-webkit-animation-delay:0.91s;
-moz-animation-delay:0.91s;
-o-animation-delay:0.91s;
-ms-animation-delay:0.91s;
}

#frotateG_06{
right:4px;
bottom:4px;
-webkit-animation-delay:1.04s;
-moz-animation-delay:1.04s;
-o-animation-delay:1.04s;
-ms-animation-delay:1.04s;
}

#frotateG_07{
left:12px;
bottom:0;
-webkit-animation-delay:1.17s;
-moz-animation-delay:1.17s;
-o-animation-delay:1.17s;
-ms-animation-delay:1.17s;
}

#frotateG_08{
left:4px;
bottom:4px;
-webkit-animation-delay:1.3s;
-moz-animation-delay:1.3s;
-o-animation-delay:1.3s;
-ms-animation-delay:1.3s;
}

@-webkit-keyframes f_fadeG{
0%{background-color:#ffffff}
100%{background-color:#000000}
}

@-moz-keyframes f_fadeG{
0%{background-color:#ffffff}
100%{background-color:#000000}
}

@-o-keyframes f_fadeG{
0%{background-color:#ffffff}
100%{background-color:#000000}
}

@-ms-keyframes f_fadeG{
0%{background-color:#ffffff}
100%{background-color:#000000}
}


/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 100%;
	font: 13px/17px Nitti, "Courier New", Courier, monospaced;	
	width:auto; 
	height:auto;	
	padding: 0 0 0 0;
	margin: 0;
	color: black;	
	line-height: 1.7em !important;
}

p {
	line-height: 1.7em;
	font-size: 1em;
	margin: 0 0 20px 0;	
}

table {
    line-height: 1.7em;
    font-size: 0.75em;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 0;
	padding: 0;	
}

img {
	margin: 0;
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: line-through;
}

a img {
	border:none;
}
/*
h1, h2, h3, h4, h5, h6{		
	margin: 0 0 15px 0;
	font-weight: normal;
	color: black;
}
*/

.left {
	float: left;	
}

.right {
	float: right;	
}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

.w50em{
	max-width: 50em;
}

.w80em{
	max-width: 80em;
}

.full-width{
	width: 100%;
}

/* Clearfix ----------- */

/* Some clearfix code from HTML5 Boilerplate */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

a.action {	
	font-style: italic;		
}

/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/

#container {	
	width: 100%;
	margin: 0 auto;		
}

#main {
    width: auto;
}

.page-template-page-portfolio-php #main, .tax-skill #main {
	padding-top: 0;
}

#content {				
	/*float: left;*/
	position: relative;		
	margin-bottom: 10em;	
}

#main #sidebar { 
	display: none;
}

/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

.tinynav { display: none; }

.logo-wrapper{
	margin-left: 20px;
}

.portfolio-filters-content{
	min-height: 40px;
	clear: both;
}

.portfolio-filters{
	display: flex;
	justify-content: flex-end;
	padding-right: 28px;
	padding: 20px 28px 6px 0;
}

.portfolio-filters li{
	padding: 0 20px;
	box-sizing: border-box;
}

.portfolio-filters li.active a{
	text-decoration: underline;
}


/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/
#pageHead h1{
	margin-bottom: 12px;
}

.contact-wrapper{
	display: flex;
}

.contact-wrapper .contact-form{
	float: left;
	width: 280px;
}
	
.contact-wrapper > div{
	display: flex;
	flex-direction: column;
}

.contact-wrapper input[type="text"],
.contact-wrapper input[type="number"],
.contact-wrapper input[type="email"]{
	width: 100% !important;
	max-width: 100% !important;
}

.contact-wrapper .map{
	width: 800px;
	height: 600px;
	flex-shrink: 1;
	margin-left: 20px;
	background: url(images/map.jpg) no-repeat center center;
	position: relative;
	top: 7px;
}	

.contact-wrapper .map .links{
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%);
	display: flex;
	flex-direction: column;
	background-color: rgba(40,40,40);
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 28px 1px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 0px 28px 1px rgba(0,0,0,0.39);
	box-shadow: 0px 0px 28px 1px rgba(0,0,0,0.39);
}

.contact-wrapper .map .links a{
	padding: 10px 20px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

.contact-wrapper .map .links a.wase{
	display: none;
}

.contact-wrapper .map .links a + a{
	border-top: 1px solid rgb(180,180,180);
}

.contact-wrapper .map .pin{
	width: 34px;
	height: 48px;
	background: url(images/pin.png) no-repeat center bottom;
	background-size: cover;
	position: absolute;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, 80%);
	z-index: 2;
}

.contact-wrapper .contact-form .wpforms-container{
	margin-left: 0;
}
	

.prefix {
	padding: 0;		
}

.prefix2, .single-biografia #pageHead {
	padding-left: 145px;	
	width: 44em;	
}

.prefix3 {
	width: 44em;	
}

.texto {
	margin: 0px;
}


#content {	
	padding: 0 0 1px 0 !important;
	float: none;		
	max-width: 850px;			
}

#content .inside {
	margin: 0 30px 0 30px;
	padding: 0 0 40px;	
}

.videoContainer {margin-bottom: 20px;}

.blog-content{
	max-width: 50em;
}

.blo-content .meta.clearfix{
	margin-top: 0.5em;
}

.read-more{
	margin-top: 1.5em;
}


/*Projects------------------*/

.page-template-page-portfolio-php #content, .tax-skill #content {
	max-width: 100%;
}

.page-template-page-biography-php #content, .tax-skill #content {
    max-width: 100%;
}

.tax-skill #pageHead {
	margin: 0!important;
	padding: 24px 15px 22px 22px !important;
	background: #cdb980;
	border-bottom: none;
}

.tax-skill #pageHead h1 {
	color: #fff;
	font-size: .9em;
}

#projects {
	margin: 0 0 0 0;
	width: 100%;
	padding: 0;
	float: left;
	display: block;
	position: relative;
}

#projects .thumbs {
	margin: 0 auto;	
}

#content #projects li{
	padding: 0;
	background: none;		
}

#content .project.small {	
	display: block;	
	position: relative;	
	float: left;	
	margin: 0 !important;	
	height: auto;
	padding-bottom: 0;
	cursor: pointer;
	background: #fff;
	zoom: 1;
	visibility: hidden;		
}

#content .project.small img{
	width: 100%;
	height: auto;
}

#content .project.small .description {
    position: absolute;
	display: none;
    top: 0;    
	color: #fff;
	padding: 20px 20px !important; 
	z-index: 10;   
}

#content .project.small .overlay {
    position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 9; 
}

#content .project.small .title {
	display: inline-block;
	font-weight: bold;
	font-size: 1.5em;
	font-style: "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.7 em;
}

/*//////////////////////////////////////////////////////////////////// 
//  10 - Pagination
////////////////////////////////////////////////////////////////////*/
	
.pagination {
	max-width: 850px;
	padding: 0 0 20px;	
	clear: both;	
	margin: -10px 40px 35px 40px;	
}

.pagination a,
.pagination .current,
.pagination-prev a,
.pagination-next a,
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages,
.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 2px 8px 0;	
	text-align: center;
	text-decoration: none;
	color: #a5a5a5;	
	font-size: 0.8125em;
	background: #fff;
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
	-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
	box-shadow:0 1px 1px rgba(0, 0, 0, 0.10);
	font-weight: bold;
}

.pagination .current,
.pagination-prev a:hover,
.pagination-next a:hover,
.pagination a:hover{
	color: #272727 !important;	
}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}

.redessociais {
	padding-left: 20px; 
	height: 32px; 
	float: left;	
}

.redessociais_texto {
	height: 32px; 
	float: left;	
}

.slideshow-wrapper img{
	max-height: 387px;
}



/*//////////////////////////////////////////////////////////////////// 
//  12 - Media Queries
////////////////////////////////////////////////////////////////////*/
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .nav-collapse li {
    width: 25%;
    *width: 24.9%; /* IE7 Hack */
    _width: 19%; /* IE6 Hack */
  }
}

.nav-collapse a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  background: #f4421a;
  border-bottom: 1px solid white;
  padding: 1em;
  float: left;
}

@media screen and (min-width: 768px) {
  .nav-collapse a {
    margin: 0;
    padding: 1em;
    float: left;
    text-align: center;
    border-bottom: 0;
    border-right: 1px solid white;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 768px) {
  .nav-collapse ul ul a {
    display: none;
  }
  
  	.prefix2{
	  margin-left: 0;
	}
}

.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 70px;
  height: 55px;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  background: #f4421a url("hamburger.gif") no-repeat 50% 33%;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .nav-toggle {
    background-image: url("hamburger-retina.gif");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px;
  }
}

#mobileNav {
	display: none;
	z-index: 1000;
}

.languages, .redessociais_texto {
	display: inline;
}


/* Portfolio filters */
@media only screen and (max-width: 1024px) {
	
	.portfolio-filters{
		justify-content: space-around;
		padding-right: 0;
		
	}
	.portfolio-filters li{
		padding: 0;
	}
}



/* iPad Landscape */
@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 900px) {	

#mainNav {
	width: 220px;
	float: left;
}
		
}

/* iPad Portrait */
@media only screen and (max-width: 768px) {	
}


/* Map */
@media only screen and (max-width: 520px) {	
	.contact-wrapper{
		flex-direction: column;
	}

	.contact-wrapper .contact-form {
 		width: calc(100% - 70px) !important;
	}
	
	.contact-wrapper .contact-form > div{
		margin-left: 0;
		margin-right: 0;
	}

	.contact-wrapper .map {
		width: 100vw;
		height: 100vw;
		margin-left: 0;
	}
	
	.contact-wrapper .map .links a{
		font-size: 16px;
		padding: 10px 20px;
	}

}


@media only screen and (max-width: 650px) {	
	
	.portfolio-filters{
		flex-wrap: wrap;
		justify-content: flex-start;
		
	}
	
	ul.portfolio-filters li:first-child{
		width: 90%;
	}
	
	ul.portfolio-filters li{
		width: 30%;
		padding: 4px 0 4px 30px;
	}
}

@media only screen and (max-width: 400px) {	
	
	ul.portfolio-filters li{
		width: 48%;
/* 		padding: 0 0 0 30px; */
	}
}


/*layouts smaller than 600px, iPhone and mobiles*/
@media only screen and (max-width: 600px), screen and (max-device-width: 600px), screen and (max-width: 600px)  {
	
	.touch {
		position: fixed;
		bottom: 10px;
	}

	html {
	    -webkit-text-size-adjust: none; 
	}		
	
	#languages {
		display: none;
	}
	
	.redessociais {
		padding: 0;
		float: left;	
		margin-left: -13px;
		clear: both;
		height: 40px;
	}

.redessociais_texto {
	padding: 0;		
	margin-left: -13px;
}
	
	.prefix {
		margin-left: 115px;
		width: 100%;	
		padding-right: 20px;		
	}
	
	.prefix2, .single-biografia #pageHead {
		margin-left: 35px;
		padding: 0;		
		width: 88%;		
	}

.prefix3 {
	margin-left: 35px;
	padding: 0;		
	width: 88%;		
}
	
	.video {
		margin: 0;
	}
	
	img#logo {
		height: 100px;
		float: left;
	}
	
	img#tipografia {
		float: left;
		padding-top: 4px;
		padding-left: 10px;
		height: 90px;
	}
	
	#content .project.small {		
		width: 100%;
	}
	
	
	#mainNav {
		display: none
	}
	
	#mobileNav {
		display: inline;	
	}
	
	#content .project.small .description {
	    opacity: 1;
	}
	
	#content .project.small .overlay {
	    opacity: 0.9;
	}
	
	
	.languages, .redessociais_texto {
		display: none;
	}
	
	.responsive_vimeo {
		width: 400px;
		height: 225px;
	}
}





}
/* iPhone Landscape */
@media screen and (max-width: 480px) and (orientation: landscape) {	
}


.description span.title {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 48px;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
}

h2, h3, h5 {
		font: 13px/17px Nitti, "Courier New", Courier, monospaced;
}

h5 {
	font-weight: bold;
}

div.sharedaddy .sd-content {
	float: left;
}

.sd-title {
	display: none;
}

ol.commentlist img {
	display: none;
}

div.comment-meta, div.commentmetadata {
	margin-bottom: 5px;
}

pre {
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 44em;
}

sup { 
	position: relative; 
	top: -0.5em; 
	font-size: 100%; 
}


#comments h3 {
	margin-bottom: 1em;
}


div.wpcf7-validation-errors {
	border: none;	
}


.nav-collapse a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}





.themeblvd-gmap {
	position: absolute; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0;
	
	width: 100%;
	z-index: -1;
}


.current_page_item {
	font-weight: bold;
}

.menu a, .languages a, .redessociais_texto a {
	background-color: #FFFFFF;
	padding: 2px;
}

.languages a.active{
	font-weight: bold;
}




.mapp-dir-print, .mapp-dir-close, .adp-placemark {
	display: none;
}


.wpcf7-form p {
	margin-bottom: 6px;
}


.wpcf7 {
	float: left;
}






.page-template-page-texto2cols-php li {
    float: left;
    width: 309px;
    margin-right: 2.4%;
}

.page-template-page-texto2cols-php ul {
	float: left;
}

.page-template-page-texto2cols-php ul li {
	margin-bottom: 12px;
}

.page-template-page-texto2cols-php .prefix2, .single-biografia #pageHead {
	width: inherit;
}

.page-template-page-texto2cols-php .prefix2, .single-biografia #pageHead p{
	width: 44em;
}

.page-template-page-texto2cols-php h1,
.page-template-page-texto2cols-php h2{
	margin-bottom: 14px;
}


div.black p span, div.black a {
	background-color: #000000;
	padding: 2px;
	color: #FFFFFF;
}


.page-template-page-aluguer_1-php espaco{
	margin-top: 10px;
}

.page-template-page-aluguer_1-php h1,
.page-template-page-aluguer_1-php h2{
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
}

.page-template-page-aluguer_1-php ol li br, .page-template-page-aluguer_1-php #main ol li br:after{
	display: none;
    content: ' '
}

.page-template-page-aluguer_1-php ol li {
	padding-top: 3px;
	padding-bottom: 3px;	
}

.page-template-page-aluguer_1-php #main img{
	border-top: 1px solid black;
	padding-top: 6px;
	max-width: 100%;
	height: auto;
}

/*
.single-biografia #pagehead {
}
*/

#languages.languages {
	position: absolute;
	top: 209px;
	right: 0;
	width: 110px;
}


#top, #bottom, #left, #right {
	background: #FF3D24;
	position: fixed;
	z-index: 1000;
}

	#left, #right {
		top: 0; bottom: 0;
		width: 7px;
		}
		#left { left: 0; }
		#right { right: 0; }
		
	#top, #bottom {
		left: 0; right: 0;
		height: 7px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }
		
		
		
.postThumbnail {
	margin-top: 17px;
	max-width: 100%;
	height: auto;
}

.page-template-page-googlemaps_PB-php .black p{
	margin: 0;
}

.more-link {
	font-weight: bold;
	/*text-decoration: underline;*/
}


.page-template-page-blog-php #main a:hover {
	text-decoration: none;
}


.custom-meta p{
	margin-bottom: 30px !important;
}


.thumbs a{
	text-decoration: none;
}


li.share-facebook a.sd-button > span {
    background-image: url("images/facebook.png") !important;
}
