/*
Theme Name: Portlight
Theme URI: http://www.genesisawesome.com/themes/portlight-genesis-child-theme/
Description: A Free Premium Genesis child theme from <a href="http://www.genesisawesome.com/">GenesisAwesome.com</a>. Visit <a href="http://www.genesisawesome.com/themes/portlight-genesis-child-theme/">Theme Page</a> for more details
Author: Harish Dasari
Author URI: http://www.genesisawesome.com/
Version: 1.1
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

Template: genesis
Template Version: 2.0.0

License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
		- WPML language
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
		- Listado Inmuebles
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer

	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 480px

*/


/*
HTML5 Reset 
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
.clear {
	clear: both;
	display: block;
}
/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/Preloader_10.gif) center no-repeat #fff;
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */
/*INMUEBLES*/
.linea_par
{
background-color:#F6F6F6;
}
.linea_impar
{
background-color:#fff;
}
.linea_impar td:first-child, .linea_par td:first-child{
font-weight:bold;
}
.titulo_precio
{
 background-color: #E1011C;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin: 0 0 0 20px;
    padding: 6px 15px;
    vertical-align: middle;
	float: right;
}
#content td a
{
	font-size:20px;
}
.lnkTituloInmueble
{

}
.footable th,td
{
	text-transform:none;
}
.footable th{
text-align:center;
background-color:#E0E0E0;
}
.footable tr{
margin-top:4px;
}
.footable td :last-child{
border:0px;
}
.footable td {
font-weight:bold;
border-right:1px solid #fff;
text-align:center;
padding:5px 10px 5px 10px;
line-height:16px;
}
.footable .td_info
{
width:200px;
}
.footable .td_provincia
{
width:90px;

}
.footable .td_poblacion
{
width:200px;

}
.footable .td_superficie
{
width:150px;

}
.footable .td_precio
{
width:150px;

}
.par
{
background-color:transparent;
}
.impar{
background-color:#f7f7f7;
}
#content tr:hover
{
background-color:#f8f8f8;
cursor:pointer;
}

.site-inner .post
{
	/*width: 70%;
	float:left;*/
	margin-left:0px;
}

.info_izquierda
{
float:left;
}
.info_derecha
{
 float:right;
} 
.detalle_precio
{

}
#content .inmueble:hover
{
background-color:#eef6fb
}
#content .inmueble
{
padding-top:15px;
}
#content .inmueble img
{
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}


.btnBuscar
{
/*background: #b99748; /* Old browsers */
/*background: -moz-linear-gradient(top,  #b99748 0%, #a58639 47%, #94752c 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b99748), color-stop(47%,#a58639), color-stop(100%,#94752c)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #b99748 0%,#a58639 47%,#94752c 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #b99748 0%,#a58639 47%,#94752c 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #b99748 0%,#a58639 47%,#94752c 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  #b99748 0%,#a58639 47%,#94752c 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b99748', endColorstr='#94752c',GradientType=0 ); /* IE6-9 */
color:#fff;
/*-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;*/
width:150px;
height:50px;
}
.bloque_checks
{

}
.bloque_checks li
{
margin-bottom: 20px;
    margin-left: 30px;
/*float:left;*/
/*width:140px;*/
}
.bloque_checks li.ko
{
list-style-image:url(images/x.png);
list-style-position:left;
}
.bloque_checks li.ok
{
list-style-image:url(images/v.png);
list-style-position:left;
}
.parrafo
{
margin-top:20px;
margin-bottom:20px;
}
.titulo_banner
{
position:absolute;top:50%;left:32%;font-size:60px;color:#fff;
font-family: 'Lobster', cursive;
z-index:-1;
}
.widget_listcustomPost h2
{
font-size:20px;
}
.widget_listcustomPost h4
{
font-size:14px;
color:gray;
}
.btnBuscar:hover
{
background: #a7863a; /* Old browsers */
}
.info_izquierda p
{
margin-bottom:3px;
}
.wgt_listitem_inmueble a:hover
{
text-decoration:none;
}
.wgt_listitem_inmueble
{
/*max-width:366px;10*/
margin-right:10px;
/*position: relative;*/
/*padding-left:10px;*/
-webkit-box-shadow: 10px 10px 14px -7px rgba(0,0,0,0.56);
-moz-box-shadow: 10px 10px 14px -7px rgba(0,0,0,0.56);
box-shadow: 10px 10px 14px -7px rgba(0,0,0,0.56);
}
.wgt_listitem_inmueble h2
{
margin-top:15px;
}
.wgt_listitem_inmueble img
{
/*height:242px;*/
max-width:100%;  
/*height:auto;*/
}
/*configuracion slide mapa*/
#TB_window {
    /*top:0;
    height:100%;
    margin-top:0 !important;
    border-top:0;
    border-bottom:0;*/
}
#header_bottom
{
background: #E1011C none repeat scroll 0 0;
height: 60px;
z-index:-1;
width:100%;
position: relative;
top: 500px;
}
/*GALERIA CARROUSEL JQUERY*/
.crsl-nav{
	position: relative;
	min-height: 1px;
}
.crsl-nav .previous{
	float: left;
}
.crsl-nav .next{
	float: right;
}
/*----------------------------------- Special Galleries */
/* Custom controls */
#gallery-07{
	position: relative;
	height:385px;
	overflow:hidden;
}
#gallery-07 .crsl-nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#gallery-07 .crsl-items:after{
	display: block;
	clear: both;
	content: '';
}
#gallery-07 .previous, #gallery-07 .next{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	text-indent: -10000px;
	color: #FFF;
	background: rgba(0, 0, 0, .80) url(images/previous-next.png) no-repeat 0 0;
	z-index: 10;
	/* border radius */
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	/* transition */
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
}
#gallery-07 .previous:hover, #gallery-07 .next:hover{
	background-color: rgba(0,0,0, .95);
}
#gallery-07 .previous{
	left: 0;
	background-position: 0 0;
}
#gallery-07 .next{
	right: 0;
	background-position: 100% 0;
}
#gallery-07 .crsl-item{
	margin-bottom: 0;
	margin-left: 16px;
	/*height:353px !important;*/
	margin-bottom:35px;
}

/*fin configuracion slide mapa*/
#header_bottom .wrap
{
	/*background: none repeat scroll center bottom #e0e0e0;	*/
	
	max-width:100%;
	padding-top:10px;
	overflow:hidden;
	/*border-bottom: 50px solid #fdd43a;*/
	position:relative;
}

#botonera_mapa
{
/*left: 0;
    margin: 0 auto;*/
    padding-top: 15px;
    position: absolute;
    right: 0;
	top:50px;
    width: 450px;
    z-index: 100;
}
#botonera_mapa input
{
width:0px;
}
#botonera_mapa li
{
list-style-type:none;
float:left;
margin-left:10px;
width:190px;
background-color:#f89134;
color: #d9a300;
border:1px solid #d9a300;
-webkit-box-shadow: 4px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 4px 2px 5px 0px rgba(0,0,0,0.75);
text-align:center;
font-weight:bold;

}

#botonera_mapa li.checked
{
-webkit-box-shadow: inset 4px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 4px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: inset 4px 2px 5px 0px rgba(0,0,0,0.75);
color:#f89134;
background-color:#d9a300;
}
#header_bottom .wrap
{
width:750px;
margin:0 auto;
text-align:center;
}
#header_bottom .wrap .cboperacion
{
width:150px;
height:40px;
padding:4px;
color:#000;
float:left;
}

#header_bottom .wrap .cbtipologia
{
width:150px;
height:40px;
padding:4px;
color:#000;
float:left;
/*margin-left:50px;*/
}
#header_bottom .wrap .btnBuscar
{
width:100px;
height:40px;
margin-left: 50px;
float:left;
}
.lblcampo
{
font-weight:bold;
}
#header_bottom .lblcampo
{
float:left;
width:100px;
color:#fff;
font-size:20px;
}
div.site-container>header
{
/*padding-top: 20px;*/
/*background: url("images/bg.jpg") no-repeat scroll 0 0 / cover transparent;*/
height:600px;
 position: relative;
 z-index:1;
}
.widget_nav_menu
{
float:right;
}
#header_top
{
height:150px;
/*margin-top:20px;*/
background:#fafafa url("images/bg_franja_top.png") repeat scroll 0 0;;
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}


#header_top .wrap
{
padding-top:5px;
padding-bottom:0px;
position:relative;
}
#header_top  .header-widget-area
{
margin-top:45px;
/*margin:0px;
padding-top:0px;
padding-bottom:0px;
vertical-align:middle;
float:right;*/
}

nav>ul.menu
{
margin-top:5px;
}
nav>ul.menu li
{

/*font-weight:bold;*/
color:#fff;


}
nav>ul.menu li a:hover 
{
background:#f89134;
color:#fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
nav>ul.menu li a:active
{
background:#ad8000;
color:#fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
nav>ul.menu li a
{
padding:5px 10px 5px 10px;
color:#E1011C;
font-weight:bold;
text-decoration:none;
}
.logo
{
float:left;
margin-top:5px;
}
/*#inmuebles_2mano  ul.flex-direction-nav
{
	top:35px;
}*/
.slideFiltro
{
background-color: rgba(37, 37, 37, 0.8);
    border-radius: 2px 0 0 2px;
    border-top: 3px solid #fdd43a;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    /*padding: 15px 0 0;*/
    /*position: absolute;
    right: 0;
    top: -471px;*/
    z-index: 5;
}
.slideFiltro td
{
color:#fff;
padding-left:10px;
text-align:center;
font-weight:bold;
}
.slideFiltro h5
{
color:#fff;
margin:0px;
}
/*FIN INMUEBLES*/
/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #555555;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;	
	/*font-family: 'PT Sans Narrow', sans-serif;*/
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.625;
	/*background: url(images/background.jpg) #fff ;*/
/*	overflow-y: scroll;*/
overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #f89134;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	color: #f89134;
	
}

p {
	margin: 0 0 12px;
	margin: 0 0 1.2rem;
	padding: 0;
	text-align: justify;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}
blockquote p
{
color:#fff;
}

blockquote {
	margin: 20px 20px 12px;
margin: 2rem 4rem 1.2rem;
}

blockquote::before {
	/*content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -80px;*/
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	/*height: auto;
	width: auto;*/ /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #cdcdcd;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 6px;
	padding: 0.6rem;
	width: 100%;
}
#inmuebles_sidebarinfo input {
padding:0px;
}
input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #555;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	/*padding: 16px 24px;
	padding: 1.6rem 2.4rem;*/
	text-transform: uppercase;
	width: auto;
}

.DIVbutton {
	background-color: #E1011C;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: 250px;
	border-radius:6px;
	font-weight:bold;
	text-align:center;
}
.DIVbutton a{
color:#fff;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #D07553;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	/*margin-bottom: 20px;
	margin-bottom: 2rem;*/
	width: 100%;
}

tbody {

}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	/*border-top: 1px solid #ddd;*/
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */
#inner
{
max-width:1200px;
 margin: 20px auto 0;
 font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;/*'PT Sans Narrow', sans-serif;*/
 
}
#inner h1,h2,h3,h4,h5,h6
{
 font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;;/*'PT Sans Narrow', sans-serif;*/
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
	position:relative;
}

.site-inner {
	clear: both;
	padding-top: 30px;
	padding-top: 5rem;
	background:#FFF url(images/bottom_slide_sombra.png) no-repeat top;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 950px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 250px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
	margin-right:20px;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb,
.archive-description,
.author-box {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 20px;
	padding: 2rem;
	border: 1px solid #c5c3c0;
	background: #dcdad6;
}

.breadcrumb {
	padding: 10px;
	padding: 1rem;
}

.archive-description {

}

.author-box {

}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {

}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */
.page .entry-title {
color:#E1011C;
font-size:35px;
font-style:  italic;
font-family:inherit;
}
.entry-title {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1;
	/*text-shadow: 0 1px 0 rgba(255,255,255,.8);*/
}

.entry-title a, .sidebar .widget-title a {
	color: #000;
}
footer .entry-title a, .sidebar .widget-title a {
	color: #fff;
}
footer .entry-title a, .sidebar .widget-title a:hover {
	color: #fff;
}
.sidebar h4 {
color:#555;
}
.entry-title a:hover {
	color: #f89134;
	text-decoration: none;
}

.widget-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	font-size: 20px;
	font-size: 2rem;
	text-transform: uppercase;
	display: block;
}

.portlight-home-bottom .widget-title,
.sidebar .widget-title {
	display: block;
	background: url(images/headline.png) no-repeat scroll right center;
	padding: 8px 40px 12px 16px;
	padding: 0.8rem 4rem 1.2rem 1.6rem;
	text-shadow: 0 1px 0 rgba(85,85,85,.4);
	/*color: #fff;*/
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
.category-testimonios h2.entry-title{
font-size: 1.6rem;
font-size:16px;
font-weight:bold;
}
#footer-widgeted .category-testimonios p
{
text-align: justify;
line-height: 14px;
}
.featured-content article.category-testimonios
{
margin-bottom:0px;
background-image:url(images/sombra_widget.png);
background-position:bottom;
background-repeat:no-repeat;
background-size: 100% auto;
border-bottom:0px;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */
.alert
{
padding:10px;
border:1px solid silver;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width:100%;
}
/*.ok{
background-color:#4DD2FF;
color:#fff;
}
.ko{
background-color:#FF0000;
color:#fff;
}*/
.wrap_slides
{
/*margin-bottom:15px;
background:transparent url('images/bottom_section_.png') no-repeat bottom;
padding-bottom: 40px;
background-size: 100%;*/
 /*padding-left: 31px;*/
}
#home-bottom
{
/*background-color: #f0f0ed;*/
padding-top:40px;
padding-bottom:40px;
}
#home-top .dashicons{
color:#b7b7b7;
}

#home-top #text-4
{
float:left;
width:286px;
}
#home-top #text-5,#text-6
{
 float: left;
margin: 0 0px 0px 12px;
width: 295px;
}
#home-top #text-7
{
float: left;
  margin: 0 0px 0px 12px;
  width: 285px;
}
#home-top #text-4,#text-5,#text-6,#text-7
{
line-height:14px;
font-size:12px;
}

.slide_promociones
{
float:left;
/*width:284px;*/

}

.slide_2mano
{
float:left;
width:904px;
margin-left:12px;
overflow: hidden;
}
.slides
{
  margin-bottom: 40px;
}
.slides li img
{
max-width:100%;
/*  height:242px;*/
}
.promociones,.inmuebles_2mano ul.slides li
{
height:255px;
}
.inmuebles_2mano ul.slides li
{
width:141px;
}
.promociones .wgt_listitem_inmueble img
{
max-width:366px;
/*height:89px;*/
}
.promociones h3.widget_slide_titulo
{
/*background:#000;*/
background:#4dd2ff;
color:#E1011C;
padding:3px 0px 3px 2px;
/*color:#fff;*/
font-size:14px;
margin-bottom:0px;
}
.promociones h3.widget_slide_titulo span
{
	display: inline-block;
    margin-left: 4px;
    margin-top: 5px;
}
.promociones h3.widget_slide_titulo img
{
float:left;
}
.promociones h4.widget_slide_tipologia 
{
font-size:12px;
/*background:#888888;
color:#fff;*/
background:#E1011C;
color:#fff;
padding:2px 0px 2px 30px;

margin-bottom:0px;
}

.promociones h4.widget_slide_zona
{
color:#E1011C;
background:transparent;
/*padding:2px 0px 14px 20px;*/
padding:2px 0px 2px 20px;
font-size:10px;
height: 30px;
margin-bottom: 0px;
}

.promociones .wgt_listitem_precio
{
font-size:18px;
font-weight:bold;
color:#E1011C;
text-align:center;
border-top:2px solid #E1011C;
}
.promociones .widget_slide_masinfo
{
background:#E1011C;
color:#fff;
text-align:center;
font-weight:bold;
}


h4.widget_slide_titulo
{
padding:0px 0px 0px 0px;
font-size:14px;
margin:10px 0px 0px 20px;
}
.inmuebles_2mano .alquiler h3.widget_slide_titulo
{
background:#fdd43a;
color:#f89134;
}
.inmuebles_2mano .venta h3.widget_slide_titulo
{
background:#4dd2ff;
color:#E1011C;
}
.inmuebles_2mano h3.widget_slide_titulo span
{
display: inline-block;
margin-left: 4px;
margin-top: 5px;
}
.inmuebles_2mano h3.widget_slide_titulo img
{
float:left;
}
h4.widget_slide_tipologia 
{
padding:2px 0px 2px 20px;
margin-bottom:0px;
}
.inmuebles_2mano .venta h4.widget_slide_tipologia 
{
background:#E1011C;
color:#fff;
}
.inmuebles_2mano .alquiler h4.widget_slide_tipologia 
{
background:#ffc900;
color:#f89134;
}
.icono_dormitorios
{
background:transparent url(images/dormitorios_off.png) no-repeat;
background-size: 24px 24px;
background-position: left;
padding-left:28px;
}
.icono_metros_cuadrados
{
background:transparent url(images/m2_off.png) no-repeat;
background-size: 24px 24px;
background-position: left;
padding-left:28px;
margin-left:5px;
}
.iconos_info_inmueble
{
	padding-left:20px;
}
.venta .iconos_info_inmueble 
{
 color:#E1011C;
}
.alquiler .iconos_info_inmueble 
{
 color:#f89134;
}
.wgt_listitem_inmueble h4.widget_slide_zona
{
color:#E1011C;
background:transparent;
padding:2px 0px 2px 20px;
height: 30px;
margin-bottom: 0px;
}
.inmuebles_2mano .venta h4.widget_slide_zona
{
color:#E1011C;
}
.alquiler h4.widget_slide_zona
{
color:#f89134;
}
.wgt_listitem_precio
{
font-size:28px;
font-weight:bold;
text-align:center;
border-top:2px solid #E1011C;
color:#E1011C;
}

.inmuebles_2mano .widget_slide_masinfo
{
text-align:center;
font-weight:bold;
}
.inmuebles_2mano .venta .widget_slide_masinfo
{
background:#E1011C;
color:#fff;
}
.inmuebles_2mano .alquiler .widget_slide_masinfo
{
background:#f89134;
color:#f89134;
}
/*--WPML language*/
.widget_icl_lang_sel_widget
{
  width: 50px;
  float: right;
}
#lang_sel_list
{
 padding-top:10px !important;
}
#lang_sel_list li
{
	float:left;
	background:transparent;
	width:25px;
	height:12px;
	padding-left:5px;
}
#lang_sel_list a, #lang_sel_list a:visited
{
padding-left:0px;
}
#lang_sel_list ul a, #lang_sel_list_list ul a:visited
{
background:transparent;
}
.header-widget-area h4
{
display:none;
}
#lang_sel a.lang_sel_sel
{
background-color: transparent !important;
}
#lang_sel li
{
width:30px !important;
}
#lang_sel a,ul,a:visited
{
border:0px !important;
}
#lang_sel ul ul a, #lang_sel ul ul a:visited
{
background:transparent;
padding:0px;
}
#lang_sel ul ul a:hover
{
background:transparent;
padding-top:10px;
}
/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 0px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 15px 0 20px 0;
	padding: 1.5rem 0 2.0rem 0;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget .enews{
	padding: 20px;
	padding: 2rem;
}

.enews-widget #subscribe {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.enews-widget .widget-title {
	color: #555;
	background: none;
	padding: 0;
	text-align: center;
	text-shadow: none;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Listado Inmuebles */
#vista-tabla-inmuebles
{
max-width:1200px;
margin:0 auto;
/*overflow-y: scroll;*/
position: relative;
    /*top: -33px;*/
}
#vista-tabla-inmuebles ul
{
	overflow:hidden;
}
#vista-tabla-inmuebles li 
{
	list-style-type:none;
}
#vista-tabla-inmuebles table
{
	background-color:#fff;
	
}
/*SCROLL EN TBODY*/
#vista-tabla-inmuebles table.scroll {
    /* width: 100%; */ /* Optional */
    /* border-collapse: collapse; */
    border-spacing: 0;
    border: 0px solid black;
}

#vista-tabla-inmuebles table.scroll tbody,
#vista-tabla-inmuebles table.scroll thead { display: block; }

#vista-tabla-inmuebles thead tr th { 
    /*height: 30px;
    line-height: 30px;*/
    /* text-align: left; */
}

#vista-tabla-inmuebles table.scroll tbody {
    /*height: 100px;*/
    overflow-y: auto;
    overflow-x: hidden;
}

#vista-tabla-inmuebles tbody { border-top: 0px solid black; }

#vista-tabla-inmuebles tbody td, thead th {
    /* width: 20%; */ /* Optional */
    /*border-right: 1px solid black;*/
/*     white-space: nowrap;*/
	 width:200px;
text-align:center;
}
#vista-tabla-inmuebles thead th:last-child{
width:70px;
}
#vista-tabla-inmuebles tbody td.tdIconos
{
width:70px;
}
#vista-tabla-inmuebles tbody td
{
border:1px solid #ededed;
}
#vista-tabla-inmuebles tbody td:first-child
{
text-align:left; 
}
#vista-tabla-inmuebles tbody td:last-child, thead th:last-child {
    border-right: none;
}
/*FIN SCROLL EN TBODY*/
#vista-tabla-inmuebles table td p
{
	text-align:center;
}

#vista-tabla-inmuebles thead td  
{
	background-color:#e0e0e0;
	color:#000;
	padding:2px;
}
#vista-tabla-inmuebles .inmueble-thumb
{
	float:left;
	width:141px;
	height:100px;
}
#vista-tabla-inmuebles  .vt-contenido-inmueble
{
	padding: 5px 10px 0;
}
#vista-tabla-inmuebles  .vt-contenido-inmueble p
{
	line-height:12px;
	text-align:left;
	color:#000;
}
#vista-tabla-inmuebles table .impar
{
	background-color:#f7f7f7;
}
#vista-tabla-inmuebles .inmueble-descripcion
{
	font-size:12px;
	text-align:left;
	overflow: hidden;
}
#vista-tabla-inmuebles .inmueble-descripcion p
{
  overflow-y: scroll;
  height: 100px;
  margin-bottom: 0px;
  line-height: 16px;
  text-align:left;
}
#vista-tabla-inmuebles p.inmueble-precio
{
font-size:20px;
padding:10px;
}
#slider_top_tabla_inmuebles
{
background:transparent url(images/flecha_slider_arriba.png) no-repeat;
width:66px;
height:33px;
margin:0 auto;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */
#header_top_thickbox
{
background:#f89134;
}
.site-header {
/*height:700px !important;*/
}

.site-header .wrap {
/*	padding: 40px 0;
	padding: 4rem 0;*/
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	padding: 16px 0;
	padding: 1.6rem 0;
	text-align: center;
}

.header-image .title-area {
	padding: 0;
	 display: none;
}

.site-title {
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-title a {
	background: url(images/logo.png) no-repeat center center;
	height: 169px;
	width: 304px;
	margin: 0 auto;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	/*width: 800px;*/
}

.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 4rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
#search-3
{
float:right;
}
#search-3 form
{
margin-top:10px;
}
#nav_menu-3
{
clear: both;
    float: right;
    /*width: 100%;*/
	margin-top:5px;
}
#nav_menu-3 ul li a
{
text-transform: capitalize;
color:#999999;
font-size:14px;
font-weight:normal;
}
#nav_menu-3 ul li
{
list-style-type: 
}
#nav_menu-3 ul li a:hover
{
background:none;
}
#nav_menu-2
{
clear:both;
margin-top:15px;
}
.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: 'Open Sans Condensed', sans-serif;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #999;
	display: block;
	padding: 28px 24px;
	padding: 2.8rem 2.4rem;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
	color:#E1011C;
	font-family: 'Lato', sans-serif;
	border: 2px solid;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {

}

.nav-primary .genesis-nav-menu {
	background: url('images/menu.png') no-repeat scroll center center;
	text-align: center;
	position: relative;
	height: 49px;
	line-height: 1;
}

.nav-primary .genesis-nav-menu::before,
.nav-primary .genesis-nav-menu::after {
	content: ' ';
	background:url(images/menu.png) no-repeat left center;
	width: 20px;
	height: 49px;
	position: absolute;
	display: block;
	top: 0;
	left:-20px;
}

.nav-primary .genesis-nav-menu::after{
	background-position: right center;
	left:auto;
	right: -20px;
}

.nav-primary a {
	padding: 14px 16px;
	padding: 1.4rem 1.6rem;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	height: 45px;
	font-weight: 700;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
	text-decoration: none;
}
.nav-primary .current-menu-item > a {
	background: #555555;
}
.nav-primary .sub-menu {
	padding-top: 1px;
	-webkit-box-shadow: 3px 3px 0 rgba(85,85,85,.3);
	-moz-box-shadow: 3px 3px 0 rgba(85,85,85,.3);
	box-shadow: 3px 3px 0 rgba(85,85,85,.3);
}
.nav-primary .sub-menu .sub-menu {
	padding-top: 0;
	margin: -46px 0 0 201px;
}
.nav-primary .sub-menu a {
	background: #555555;
	border: 0 none;
	font-weight: 300;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	height: auto;
}
.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu li:hover > a {
	background: #D07553;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */
#content
{
width:900px;
float:left;
 padding-right: 20px;
}
/* Entries
--------------------------------------------- */
.page .entry-content
{
border-top:2px solid #f89134;
padding-top:25px;
}
.page .entry-content p
{
	color:#000;
}
.entry {
/*	margin-bottom: 32px;
	margin-bottom: 3.2rem;*/
	/*padding: 0 0 16px;
	padding: 0 0 1.6rem;*/
	padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
	border-bottom: 1px dashed #555;
}

.entry-content a {

	color: #f15123;
}

.entry-content a:hover {
	color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	/*margin-bottom: 26px;
	margin-bottom: 2.6rem;*/
}

.entry-content ol,
.entry-content ul {
	margin-left: 20px;
	margin-left: 2rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {

}
.entry-header {
	position: relative;
}
.entry-header .entry-meta {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	font-weight: bold;
	font-size: 12px;
}

.entry-footer .entry-meta {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-fancytime {
	position: absolute;
	width: 60px;
	left: -75px;
	top: 0;
	background: url(images/date.png) no-repeat scroll center bottom;
	overflow: hidden;
	text-align: center;
	font-family: 'Open Sans Condensed' , sans-serif;
	color: white;
	font-size: 22px;
	font-size: 2.2rem;
	padding: 10px 0 32px;
	padding: 1rem 0 3.2rem;
	line-height: 1;
}
.entry-fancytime span {
	display: block;
}
.entry-fancytime span.datenum {
	font-size: 32px;
	font-size: 3.2rem;
}

.sidebar-sidebar-content .entry-fancytime,
.sidebar-content .entry-fancytime {
	right: -75px;
	left: auto;
}

.sidebar-content-sidebar .entry-fancytime {
	display: none;
}

img.entry-image {
	background:#f5f5f5;
	padding:4px;
	margin: 0 auto 14px;
	margin: 0 auto 1.4rem;
	border:1px solid #cfccc9;
	/*box-shadow: 4px 4px 0 rgba(85,85,85,.3);*/
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

a.more-link {
	font: 700 normal 13px/1em 'Open Sans Condensed', sans-serif;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
	padding:4px 6px;
	margin: 2px 0;
	background-color: #555;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
a.more-link:hover {
	background-color: #D07553;
	color: #fff;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

.archive-pagination li a {
	color: #fff;
	background-color: #555;
	cursor: pointer;
	padding: 6px 12px;
	padding: 0.6rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #D07553;
	text-decoration: none;
}

.entry-pagination a {

}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-comments {

}

.comment-respond,
.entry-pings {

}
.comment-list .comment-respond {
	padding: 20px;
	padding: 2rem;
	margin: 20px 0 0;
	margin: 2rem 0 0;
	border: 2px solid #c5c3c0;
}

.comment-respond a,
.entry-comments a {

}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
	font-weight: bold;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond #comment {
	width: 100%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 20px;
	margin-top: 2rem;
	padding: 20px;
	padding: 2rem;
}

.comment-list li li {

}

li.comment {
	border: 2px solid #c5c3c0;
	background: #dcdad6;
	overflow: hidden;
}

.comment .avatar {
	float: right;
	margin: 0 0 24px 16px;
	margin: 0 0 2.4rem 1.6rem;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	padding: 2rem;
	display: none;
}

.comment-reply {
	overflow: hidden;
}
a#cancel-comment-reply-link,
a.comment-reply-link {
	background-color: #555;
	color: #fff;
	cursor: pointer;
	padding: 2px 10px;
	padding: 0.2rem 1rem;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	float: right;
	line-height: 1.6;
}

a#cancel-comment-reply-link:hover,
a.comment-reply-link:hover {
	background-color: #D07553;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: left;
	/*width: 300px;*/
	padding-left: 20px;
}

.sidebar a {

}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
	padding-left: 12px;
	padding-left: 1.2rem;
	background: url(images/sidebar-li.png) no-repeat scroll left 8px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
	border-bottom: 1px dashed #555;
}

.sidebar .enews-widget {
	background-color: #d9d7d3;
	border-bottom: 0;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.pie_social
{
	background:#79a1d6;
	color:#E1011C;
	height: 40px;
	 padding: 4px;
}
.pie_social ul li
{
margin-left:10px;
float: left;
    list-style: outside none none;
}
li div#facebook
{
background:transparent url(images/facebook.png) no-repeat;
background-size:32px 32px;
width:32px;
height:32px;
}
li div#facebook, div#twitter,div#youtube
{
opacity:0.5;
}
li div#facebook:hover, div#twitter:hover,div#youtube:hover
{
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
opacity:1;
}
li div#twitter
{
background:transparent url(images/twitter.png) no-repeat;
background-size:32px 32px;
width:32px;
height:32px;
}

li div#youtube
{
background:transparent url(images/youtube.png) no-repeat;
background-size:32px 32px;
width:32px;
height:32px;
}
footer.site-footer  div.pie_links
{
	background:gray ;
	color:#fff;
	height: 40px;
	border-top:4px solid #f98e29;
}
.footer-widgeted-1
{
float:left;
width: 560px;
height:317px;
margin-right:40px;
}
.footer-widgeted-1 img
{
width:90px;
height:90px;
}
.footer-widgeted-2
{
float:left;
padding:0px;

width: 600px;
}

#footer-widgeted
{
background-color:#f0f0ed;
padding-top:40px;
padding-bottom:40px;
}
#footer-widgeted img.entry-image
{
	background: none repeat scroll 0 0 #f5f5f5;
    display: block;
    float: none;
    margin: 0 auto 1.0rem;
    max-width: 100%;
    padding: 0px;
    width: 100%;
}
#footer-widgeted img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	margin: 0 auto 1.0rem;
}
#footer-widgeted .entry-content p
{
font-size:12px;
}
.titulo_widget_contacto
{
background: url("images/bgtitulonoticias.png") no-repeat scroll 0 0 transparent;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 42px;
    padding: 5px 0 0 25px;
    position: absolute;
    top: -16px;
	right:120px;
    width: 183px;
}
.titulo_noticias
{
 background: url("images/bgtitulonoticias.png") no-repeat scroll 0 0 transparent;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 42px;
    padding: 5px 0 0 25px;
    position: absolute;
    top: -16px;
    width: 183px;
}
.footer_bold
{
font-weight:bold;
}
#footer 
{
background-color:#fff;
color:#fff;
}
#footer>div
{
margin-top:40px;
}
#footer .wrap
{
position:relative;
}
.footer-widgeted-wrap
{
background-color: #121214;
    margin-top: 20px;
}
.footer-widgets {
	background: url(images/footer-divider.png) repeat-x scroll left top #f1efed;
	clear: both;
	padding: 42px 0 16px;
	padding: 4.2rem 0 1.6rem;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	box-shadow: 0 -1px #C0BDBA inset;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {

}

.footer-widgets a:hover {

}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	display: block;
	color: #555;
	font-size: 24px;
	font-size: 2.4rem;
	border-bottom: 1px dashed #555;
	padding: 0 0 12px;
	padding: 0 0 1.2rem;
	text-shadow: 0 1px 0 #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
	padding-left: 12px;
	padding-left: 1.2rem;
	background: url(images/sidebar-li.png) no-repeat scroll left 8px;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}
.footer_widget_ancho
{
/*float:left;
width:900px;
padding-right:155px;*/
}
.footer_widget_ancho .entry-content p
{
color:#fff;
}
.footer_widget_estrecho
{
text-align: center;
margin-bottom:40px;
/*width: 290px;
margin-left:10px;*/
}
.creds
{
clear:both;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.lupa
{

}
#inmuebles_sidebarinfo input[type="text"]
{
height:20px;
background-color:Silver;
}
#inmuebles_sidebarinfo input[type="submit"]
{
	  width: 200px;
  height: 21px;
  margin-top: 5px;
  padding: 0px;

}
#inmuebles_sidebarinfo input[type="text"]:hover
{
background-color:#fff;
}
.widgettitle
{
background-color: #E1011C !important;
    color: #fff !important;
    font-size: 16px;
    padding: 5px;
	margin-bottom:5px;
}
.site-footer {
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	position:relative;
}

.site-footer a {

}

.site-footer p {
	margin-bottom: 0;
}

#ga-top-nav {
	padding-top: 24px;
	padding-top: 2.4rem;
	display: block;
	overflow: hidden;
}

.social-profiles {
	list-style: none;
	overflow: hidden;
	float: left;
}
.social-profiles li {
	float: left;
	display: block;
	margin: 0 3px;
}
.social-profiles li a{
	width: 34px;
	height: 34px;
	display: block;
	background: #555555;
	color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.8);
	box-shadow: 0 1px 0 rgba(255,255,255,.8);
	font-size: 18px;
	text-align: center;
	line-height: 34px;
}
.social-profiles li a span {
	display: none;
}

.social-profiles li a:hover{
	text-decoration: none;
	background-color: #d07553 ;
}

#ga-top-nav .search-form {
	float: right;
	padding:0;
	position: relative;
}
#ga-top-nav .search-form:after {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f002";

	position: absolute;
	left: 0;
	top: 0;
	height: 34px;
	width: 35px;
	font-size: 18px;
	line-height: 34px;
	color: #C9C9C8;
	text-align: center;
}
#ga-top-nav .search-form input[type="search"] {
	padding: 8px 20px 8px 36px;
	padding: 0.8rem 2rem 0.8rem 3.6rem;
	background: #fff;

	border-radius: 9999em;
	border:1px solid #cdcdcd;
	width: 200px;

	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.4);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.4);
	box-shadow: 0 1px 0 rgba(255,255,255,.4);
	-webkit-transition: ease-out width 0.3s;
	-moz-transition: ease-out width 0.3s;
	-o-transition: ease-out width 0.3s;
	-ms-transition: ease-out width 0.3s;
	transition: ease-out width 0.3s;
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
}
#ga-top-nav .search-form input[type="search"]:focus {
	width: 260px;
}

.portlight-home-top {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	text-align: center;
}
.portlight-home-top .widget {
	margin-bottom: 48px;
	margin-bottom: 4.8rem;
	overflow: hidden;
}
.portlight-home-top .widget-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
}
.headline-1,
.headline-2 {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(255,255,255,.8), 3px 3px 0 rgba(83,83,83,.4);
}

.headline-1 {
	font-size: 60px;
	font-size: 6rem;
}
.headline-1 span.amp{
	font-family:  'Goudy Bookletter 1911', serif;
}
.headline-2 {
	font-size: 48px;
	font-size: 4.8rem;
}
#iconos_detalle_slide .fa{
font-size:16px;
}
#iconos_detalle_slide span{
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:16px;
}
.feature .fa {
	background: #555;
	color: #fff;
	width: 100px;
	width: 10rem;
	height: 100px;
	height: 10rem;
	line-height: 100px;
	line-height: 10rem;
	font-size: 48px;
	font-size: 4.8rem;
	margin: 0 auto 32px;
	margin: 0 auto 2rem;
	border-radius: 50%;

	-webkit-transition: background 200ms ease;
	-moz-transition: background 200ms ease;
	transition: background 200ms ease;
}

.feature:hover .fa {
	background: #D07553;
}
.feature .feature-title {
	text-shadow:0 1px 0 #fff;
}

.portlight-home-bottom {

}

.portlight-home-bottom .widget {
	margin-bottom: 32px;
	margin-bottom: 3.2em;
	overflow: hidden;
}

.portlight-home-bottom .widget-title {
	margin-bottom: 32px;
	margin-bottom: 2rem;
	padding: 8px 48px 12px 32px;
	padding: 0.8rem 4.8rem 1.2rem 3.2rem;
	display: inline-block;
}

.portfolio-items {

}

.portfolio-items .entry {
	padding: 20px;
	padding: 2rem ;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	width: 33.333%;
	float: left;
	position: relative;
	border-bottom: 0 none;
}

.portfolio-items .entry .entry-image {
	padding: 5px;
	padding: 0.5rem;
	margin: 0;
	background: #f5f5f5;
	border: 1px solid #CDCDCD;

	-webkit-box-shadow: 4px 4px 0 rgba(85,85,85,.3);
	-moz-box-shadow: 4px 4px 0 rgba(85,85,85,.3);
	box-shadow: 4px 4px 0 rgba(85,85,85,.3);
}

.portfolio-items .entry .entry-header {
	position: static;
}

.portfolio-items .entry .entry-title {
	margin: 0;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	padding: 20px 5px;
	padding: 2rem 0.5rem;
	position: absolute;
	left: 25px;
	left: 2.5rem;
	right: 2.5rem;
	bottom: 25px;
	bottom: 2.5rem;
	opacity: 0;
	background: rgb(208,117,83);
	background: rgba(208,117,83,.6);

	text-shadow: none;

	-webkit-transition: opacity 300ms linear;
	-moz-transition: opacity 300ms linear;
	-ms-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
}

.portfolio-items .entry .entry-title a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.portfolio-items .entry:hover .entry-title {
	opacity: 1;
}
.portfolio-items .entry .entry-content {
	display: none;
}

.portlight-home-bottom .featuredpost .entry {
	width: 50%;
	padding: 0 20px 0 0;
	float: left;
	border-bottom: 0;
}
.portlight-home-bottom .featuredpost .entry-title {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.2;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
.portlight-home-bottom .featuredpost .entry-meta {
	color: #9b9b9b;
	font-style: italic;
	font-weight: 300;
	font-size: 13px;
}

.portlight-home-bottom .featuredpost .entry-image {
	padding: 3px;
	background:#f5f5f5;
	-webkit-box-shadow: 3px 3px 0 rgba(85,85,85,.3);
	-moz-box-shadow: 3px 3px 0 rgba(85,85,85,.3);
	box-shadow: 3px 3px 0 rgba(85,85,85,.3);
	width: 100px;
	height: 100px;
	margin: 0 20px 20px 0;
}

.portlight-home-bottom .latest-tweets {
	position: relative;

}
.portlight-home-bottom .latest-tweets ul {
	list-style: none;
	background: url(images/twitter.png) no-repeat left center;
	padding-left: 64px;
	padding-left: 6.4rem;
	min-height: 45px;
	position: relative;
}

.portlight-home-bottom .latest-tweets ul li {
	padding: 12px 0;
	padding: 1.2rem 0;
	display: none;
	position: absolute;
	top: 0;
	left: 64px;
	left: 6.4rem;
	line-height: 24px;
	line-height: 2.4rem;
}

.no-js .portlight-home-bottom .latest-tweets ul li:first-child {
	display: block;
}

.portlight-home-bottom .latest-tweets li.last {
	padding: 0;
	display: block;
	width: 142px;
	width: 14.2rem;
	height: 42px;
	height: 4.2rem;
	background: url(images/twitter-button.png) no-repeat;
	text-indent: -9999em;
	position: absolute;
	top: 2px;
	right: 0;
	left: auto;
}
.portlight-home-bottom .latest-tweets li.last a {
	display: block;
	height: 42px;
	height: 4.2rem;
}

.profolio-project-info {
	overflow: hidden;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}
.project-image {
	float: left;
	width: 50%;
}
.project-meta {
	float: right;
	width: 45%;
}

/* Flickr */
.ga-flickr .ga-widgetbody {
	overflow: hidden;
}
.ga-flickr .flickr_badge_image {
	margin:0 8px 8px 0;
	float:left;
	line-height:0;
	font-size:0;
}
.ga-flickr .flickr_badge_image a {
	display:block;
}
.ga-flickr .flickr_badge_image img {
	padding:3px;
	background:#fcf5f5;
}
.ga-flickr .flickr_badge_image img:hover {
	background:#eaeaea;
}

/* FitVids */
.fluid-width-video-wrapper {
	width:100%;
	position:relative;
	padding:0;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* Contact Form */
#ga-contact-form input,
#ga-contact-form textarea {
	width: auto;
}
#ga-contact-form .ga-error {
	padding: 16px;
	padding: 1.6rem;
	background: #ffebeb;
	border: 1px solid #9e9e9e;
}
#ga-submit {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 12px 32px;
	padding: 1.2rem 3.2rem;
}
#ga-message {
	min-width: 65%;
}
.ga-contact-success {
	margin: 10px 0;
	margin: 1rem 0;
	padding: 20px;
	padding: 2rem;
	border: 2px solid #f5eb99;
	background: #fafae1;
}
.ga-contact-failed {
	margin: 10px 0;
	margin: 1rem 0;
	padding: 20px;
	padding: 2rem;
	border: 2px solid #e19a9f;
	background:  #ffe6e6;
}

#ga-sharebox,
#ga-relatedposts,
#ga-subscribebox{
	padding-bottom: 20px;
	padding-bottom: 2rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	border-bottom: 1px dashed #555;
}
#ga-sharebox h4,
#ga-relatedposts h4,
#ga-subscribebox h4{
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

#ga-relatedposts ul {
	list-style: none;
	overflow: hidden;
}

#ga-relatedposts ul li{
	width: 135px;
	width: 13.5rem;
	float: left;
	margin-right: 10px;
	margin-right: 1rem;
	min-height: 200px;
	min-height: 20rem;
}

#ga-relatedposts ul li:last-child{
	margin-right: 0;
}

#ga-relatedposts ul li .related-image{
	display: block;
	clear: both;
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
	line-height: 0;
}

#ga-relatedposts ul li .related-title {
	display: block;
	clear:both;
	text-align: center;
	line-height: 1.4;
	font-size: 14px;
	font-size: 1.4rem;
}

#ga-subscribebox {
}

#ga-subscribebox p.message {
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	text-align: center;
}
#ga-subscribebox form {
	text-align: center;
}
#ga-subscribebox .einput {
	margin: 10px auto;
	margin: 1rem auto;
	max-width: 400px;
	max-width: 40rem;
	width: 400px;
	width: 25rem;
	display: inline-block;
}

#ga-subscribebox .ebutton {
	width: 130px;
	width: 13rem;
	text-align: center;
	margin:auto;
}

.nav-primary .responsive-navigation {
	display: none;
	font-size: 20px;
	padding: 10px 20px;
	background: #D07553;
	cursor: pointer;
	margin: 10px 0;
	color: #fff;
}
.nav-primary .responsive-navigation i {
	margin-right: 6px;
}
.nav-primary .responsive-sub-nav {
	display: none;
	position: absolute;
	right: 0;
	cursor: pointer;
	top: 0;
	padding: 14px 12px;
	padding: 1.4rem 1.2rem;
	color: #fff;
}
.nav-primary .responsive-sub-nav:before {
	content: "\f078";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.nav-primary .responsive-sub-nav.nav-active:before {
	content: "\f077";
}
#rotator
{
/*max-height: 500px !important;*/
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    /*top: 50px !important;*/
	width:100% !important;
    z-index: -1 !important;
	text-align: center;	
	height: 100%;
}
#rotator img
{
max-width:1800px !important;
width:100%;
left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 480px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

@media only screen and (max-width: 1023px) {

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.profolio-project-info {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
	.project-image,
	.project-meta {
		width: 100%;
		float: none;
	}
.sidebar
{
padding-left:0px;
}
div.site-container > header
{
height:500px;
}
#header_bottom
{
top:296px;
}
}

@media only screen and (max-width: 767px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.nav-primary {
		margin: 0 20px;
	}
	.nav-primary .genesis-nav-menu {
		background: #D07553;
		height: auto;
	}

	.nav-primary .genesis-nav-menu::before,
	.nav-primary .genesis-nav-menu::after{
		display: none;
	}

	.nav-primary .genesis-nav-menu > .menu-item {
		border-bottom: 1px solid #c97050;
	}

	.nav-primary .responsive-navigation,
	.nav-primary .responsive-sub-nav {
		display: block;
	}
	.nav-primary .genesis-nav-menu {
		display: none;
	}

	.nav-primary a {
		padding: 14px 12px;
		padding: 1.4rem 1.2rem;
		height: auto;
	}

	.nav-primary .menu-item,
	.nav-primary .menu-item:hover {
		display: block;
		position: relative;
	}

	.nav-primary .sub-menu {
		position: static;
		opacity: 1;
		display: none;
		width: 100%;
		padding: 0;
	}
	.nav-primary .sub-menu a {
		width: auto;
		border-left: 0;
		border-right: 0;
	}
	.nav-primary .sub-menu .sub-menu {
		margin: 0;
	}
	.nav-primary .sub-menu .sub-menu a {
		padding-left: 20px;
	}
	.nav-primary .sub-menu .sub-menu .sub-menu a {
		padding-left: 30px;
	}

	.portlight-home-bottom .featuredpost .entry,
	.portfolio-items .entry {
		width: 100%;
	}
	.portlight-home-bottom .featuredpost .entry {
		float: none;
		padding: 0;
	}

	.entry-fancytime,
	.portlight-home-bottom .latest-tweets li.last {
		display: none;
	}

	.site-footer,
	.site-footer .alignright {
		float: none;
		text-align: center;
	}

	.site-footer .one-half {
		margin: 10px 0;
		margin: 1rem 0;
		overflow: hidden;
	}
div.site-container > header{
height:545px;
}
#header_bottom
{
top:20px;
}
}

@media only screen and (max-width: 480px) {
div.site-container > header{
height:150px;
}
#header_bottom
{
top:20px;
background-color:transparent;
}
}
