/*
Theme Name: Alvarez Propiedades 2
Theme URI: http://planet3consulting.com
Author: Planet 3 Consulting
Author URI: http://planet3consulting.com/
Description: Bespoke theme developed for Alvarez
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: none
Text Domain: alvarez2
*/

body {
	font: normal normal normal 16px/1.3em 'open sans', sans-serif;
	margin: 0px;
}

a {
	text-decoration: none;
	color: rgb(0,0,0);
}

a:hover {
	color: #000;
}

a, img {
	border: none;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.icon {
	width: 32px;
	height: 32px;
}

.message { /* Sayings on slider */
	position: absolute;
	top: 20px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	color: white;
	size: 0.8em;
	padding: 10px;
}

#menu {
	position: relative;
	top: 0px;
	border-top: 3px solid rgb(0,0,0);
	text-align: center;
}

#menu ul { margin: 0; padding: 0; }

.button, #menu ul li a {
	display: inline-block;
	min-width: 130px;
	height: 29px;
	border-radius: 5px;
	background: rgb(10,88,8);
	padding-top: 9px;
	color: #fff;
	box-shadow: rgba(0, 0, 0, 0.6) 2px 4px 2px 0px;
	background: #008a00; /* Old browsers */
	background: -moz-linear-gradient(top,  #008a00 0%, #002400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008a00), color-stop(100%,#002400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #008a00 0%,#002400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #008a00 0%,#002400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #008a00 0%,#002400 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0b680b 0%,#002400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008a00', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
}

#menu ul li a {
	position: relative;
	top: -10px;

}

.button:hover, #menu ul li a:hover{
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#131313 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}

ul.sub-menu {
	display: none;
}

#menu ul li.menu-item-has-children:hover ul.sub-menu {
	display: block;
	position: absolute;
	z-index: 10;
}

ul.sub-menu li {
	display: block!important;
	margin-top: 5px;
}

#slider {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* BXSlider overrides */
.bx-wrapper {
	margin: 0!important;
	position: relative!important;
}
#slider .bx-wrapper .bx-viewport {
	height: 300px!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: 0!important;
	left: 0!important;
}

#gallery .bx-wrapper .bx-viewport {
	height: 455px!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border: 0!important;
	left: 0!important;
}
.bx-wrapper ul {
	margin: 0!important;
}

.bx-controls.bx-has-pager {
	position: relative;
	bottom: 50px;

}

ul.bxslider {
	overflow: hidden;
}

ul.bxslider img {
	width: 100%;
	height: 300px;
}

#gallery ul.bxslider img {
	width: 300px;
	height: 300px;
}

ul.bxslider li {
	list-style-type: none;
}

ul.bxslider li img {
	display: none;
}

/* End BXSlider overrides */

#menu ul {
	margin: 0 auto;
}

#menu ul li {
	list-style-type: none;
	display: inline-block;
}

#top {
	margin-top: -43px;
	height: 110px;
	width: 100%;
	text-align: center;
	/*background: url('/ap/wp-content/themes/ap2/images/bg-pattern.jpg') repeat-x;*/
	background: #4c4c4c; 
	border-bottom: 2px solid rgb(0,0,0);
}

#top h1 {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	padding-top: 37px;
	color: #F2F2F2; 
	font-family: 'Comfortaa', cursive ;
}

#top h1 span {
	font-size: 1.2em;
}

div#logo {
	display: inline-block;
	background: url('http://www.alvarezprop.com.ar/wp-content/themes/ap22/images/ap-logo.png') 0 0 no-repeat;
	width: 76px;
	height: 69px;
	vertical-align: middle;
	margin-top: 37px;
}

#content {
	margin: 0 24%;
	font-size: .9em;
}

#footer {
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.701961) 0px 0px 0px 10px;
	background: rgb(76, 76, 76);
}

#footer .left {
	color: #fff;
	padding-left: 24%;
	font-size: 0.8em;
}

#footer .left a { color: #fff; }

#footer .right {
	padding-right: 25%;
}

#footer .right img {
	width: 30px;
	height: 30px;
}

#footer #fiscal {
	width: 35px;
	height: 435px;
}

#fpTable {
	width: 800px;
	margin: 25px auto;
	text-align: center;
}

#fpTable td {
	min-height: 200px;
}

#fpTable img {
	width: 150px;
	height: 150px;
	border-radius: 34px;

}

#fpMessage {
	width: 20%;
	margin: 0 auto;
	font-size: 0.9em;
}

#fpTable h2 {
	padding-top: 20px;
}

/* Individual pages/widgets */

#searchform {
	text-align: center;
}

#searchform table {
		width: 100%;
}

#searchform table tr {
	height: 20px;
}

#searchform table tr td {

	text-align: center;
}

#searchform select {
	width: 138px;
}

#searchform .button {
	padding: 0!important;
}

#searchform select, #order {
	border-radius: 2px;
	padding:2px;
	margin: 10px;
	border: 1px solid #ced2ce;
}

#order {
	text-align: right;
}

.skinny {
	width: 80px;
}

.listing {
	position: relative;
	background: #fcfcfc;
	box-shadow: 5px 5px 5px gray;
	margin-bottom: 10px;
	border-radius: 5px;
	max-width: 1000px;
}

.listing .image, .listing .info, .listing .price {
	display: inline-block;
}

.image {
	padding: 10px 0 0 10px;
	overflow: hidden;
}

.image img {
	width: 90px;

}

.image .smallImg {
	display: inline-block;
	width: 90px;
	height: 90px;
	max-height: 90px;
}

.info {
	width: 55%;
	vertical-align: top;
}

.info h2 a {
	color: #000;
}

.price {
	position: absolute;
	right: 30px;
}

.listing hr {
	border: 0; height: 1px; 
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));       
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.listing td {
	width: 3%;
	vertical-align: top;
	font-size: 0.9em;
}

.contacto {
	text-align: center;
}

.contacto .button {
	width: 130px;
	margin-bottom: 10px;
}

.pagination a {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: gray;
	margin: 5px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
}
.pagination a:hover {
	color:rgb(10, 88, 8);
}

/* Property View */
.titulos h2 {
	text-align: center;
}
#gallery ul li a img {
	width: 80%;
        /*height: 500px*/;
margin-left: 10%;
}

#div.bx-viewport { height: 500px!important }

#pager a img {
	width: 64px;
	height: 64px;
	overflow: hidden;
	display: inline;
	padding: 5px;
	margin: 5px;
}

#pager a img:hover {
	padding: 4px;
	border: 1px solid rgb(10,88,10);
}

#panelMenu {
	margin-bottom: 4px;
	z-index: 2;
}

#panelMenu div{
	background: #deebe1;
	display: inline;
	padding: 5px;
	border: 2px solid #555;
	cursor: pointer;
	border-top-left-radius: 8px;
       	border-top-right-radius: 2px;
	
}

#descLink{
	border-bottom: 2px solid #deebe1!important;
}

#infoPanel, #floorPlan{
	background: #adabab;
	padding: 20px;
	border: 4px solid #555;
	min-height: 560px;
	margin-bottom: 10px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#floorPlan {
	display: none!important;
}

#infoPanel ul{
	display: inline-block;
	margin: 0;
	width: 44%;
	vertical-align: top;
}

.map {
	display: inline-block;
	margin: 0;
	width: 48%;
}

.map .gm-map iframe{
	box-shadow: 5px 5px 5px #777;
}

#buttons {
	text-align: right;
	margin-right: 5%;
}

#footer #fiscal {
	height: 80px;
	width: 80px;
}

@media print {
	body {
		-webkit-print-color-adjust: exact; 
	}

	#slider, #menu, #panelMenu, #buttons, .map, .bx-controls, .socLink {
		display: none;
	}
	
	#logo {
		margin-top: -59px!important;
		height: 110px!important;
		width: 100%;
		text-align: center;
		background: #646363!important; 
		border-bottom: 2px solid rgb(10,88,8);
	}
             

	#logo h1 {
		margin-top: 20px;
		font-size: 70%;
	}

	#logo h1 img {
		width: 40px;
	}

	.titulos h2 {
		font-size: 35%!important;
	}

	#price {
		display: block;
		float: right!important;
	}

	#price::first-letter {
		display: none;
		font-size: 0px;
	}

	#content {
		margin: 0;
	}

	.addthis_toolbox {
		display: none;
	}

	#infoPanel {
		border: none;
		background: none;
	}

	#description, #infoPanel ul {
		margin: 10px 10%;
		padding: 10px;
		background: #cfcfcf;
	}

	ul {
		margin: 0 auto;
		list-style-type: none;
		columns: 2!important;
		-webkit-columns: 2!important;
		-moz-columns: 2!important;
	}




	#footer {
		box-shadow: rgba(0, 0, 0, 0.701961) -5px 15px 5px 0px;
		background: rgb(10, 88, 8)!important;
	}

	#footer .left {
		padding-left: 10px;
	}

	#footer .right {
		padding-right: 0;
	}