/*
Theme Name: Agent Image Mobile Framework
Theme URI: http://agentimageos.com
Description: This is a collection to use for mobile
Author: Agent Image
Author URI: http://www.agentimage.com
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)

License:
License URI:

General comments (optional).
*/

/*SECTIONS
	1. Reset.
	2. Default CSS.
	3. Mobile CSS.
	
	
There may be more sections coming.  It will depend on how big this theme gets.

*/

/* Section 1 - Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix {
	clear:both;
}

/* Section 2- Default CSS */

body {
	background:#0b2972;
	font-family:Arial,Helvetica,sans-serif;
	color:#111111;
	font-size:14px;
}

.ip-container #ip-main-container{
	background:#0b2972 url("images/ip-bg.jpg") center 0 no-repeat;
}

a, a:visited {
	color:#0000ff;
	text-decoration:none;
}

a:hover {
	color:#111111;
	text-decoration:underline;
}

.outer {
	width:100%;
	min-width:1135px;
}

.inner {
	width:1135px;
	margin:auto;
}

hr {
	height:2px;
	background:url("images/hr-bg.png") repeat-x;
	border:0;
	padding-bottom:6px;
}

p {
	line-height:20px;
	margin-bottom:20px;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	hyphens:auto;
}

/* Header */

#header {
	height:124px;
	font-family:"Open Sans",sans-serif;
	color:#252525;
	position:relative;
	z-index:3;
	background:url("images/header-bg.png") center 0 no-repeat;
}

#translate-this .translate-this-button {
	background:url("images/translation-bar.jpg") no-repeat !important;
}

#translate-this a:hover {
	text-decoration:none;
}

#header-contact-information > .textwidget > .translate-this-button {
	width:155px !important;
}

#header-contact-information #google_language_translator {
	margin-left:22px;
	margin-top: -26px;
	clear:none;
}

/*.goog-te-gadget div{
    background:url("images/translation-bar.jpg") no-repeat !important;
    background-color: blue;
    width:180px;
    height:18px;
    z-index:1000;                                                                                                                                          
} */

.home-container #header {
	position:absolute
}

.ip-container #header {
	height:154px;
}	

#header a {
	color:#252525;
}

#header-logo-section {
	width:412px;
	float:left;
}

#header-contact-information {
	width:500px;
	float:right;
	padding-top:10px;
	text-align:right;
	line-height:25px;
}

#header-contact-information .divider {
	color:#1a377b;
}

/* Slideshow */

#homepage-slider {
	height:584px;
	position:relative;
	z-index:1;
	overflow:hidden;
}

#slideshow-overlay {
	width:100%;
	min-width:1135px;
	height:584px;
	position:absolute;
	z-index:2;
	background:url("images/slideshow-overlay.png") center 0 no-repeat;
}

#slideshow-photos {
	position:relative;
	z-index:1;
	width:100%;
	min-width:1135px;
	height:584px;
}

#slideshow-photos .slide {
	width:100%;
	min-width:1135px;
	height:584px;
	background-position:center 0;
	background-repeat:no-repeat;
}

#slideshow-photos .slide .tagline {
	width:100%;
	min-width:1135px;
	height:584px;
	font-family:"Oswald",sans-serif;
	text-shadow:#000 1px 1px 3px;
	font-size:32px;
	color:#fff;
	background:url("images/tagline-bg.png") center 0 no-repeat;
}

#slideshow-photos .slide .tagline .inner-tagline {
	width:1065px;
	height:117px;
	margin:auto;
	padding-top:467px;
	text-align:right;
	padding-right:70px;
}

/* Top Navigation */

#nav {
	height:85px;
	margin-top:-27px;
	position:relative;
	z-index:2;
	float: left;
}

.ip-container #nav {
	margin-top:0;
}

#top-menu > li {
	float:left;
	margin:0 0 0 .8em;
}

#top-menu > li:first-child {
	margin-left:0 !important;
}

#top-menu > li > a,
#top-menu > li > span > a{
	display:block;
	width:218px;
	text-align:center;
	height:80px;
	font-family:"Trebuchet MS",sans-serif;
	font-size:22px;
	color:#0b2972;
	line-height:60px;
	text-transform:Uppercase;
	background:url("images/nav-bg.png") no-repeat;
}

#top-menu > li > a > span {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	line-height:22px;
}

#top-menu > li:hover > a {
	text-decoration:none;
	background-position:0 -80px;
}

/* Default submenu */

#top-menu > li > .sub-menu {
	margin-top:-12px;
}

#top-menu .sub-menu {
    list-style: none outside none;
    margin: 0;
	background: url("images/sub-bg.png");
    display: none;
    padding: 0;
    position: absolute;
    width: 218px;
}
#top-menu .sub-menu a {
    color: #010101;
    display: block;
    font-size: 11px;
    min-height: 11px;
    padding: 8px 0px;
    text-align: center;
	text-transform:uppercase;
    width: 218px;
	font-family:"Trebuchet MS",sans-serif;
	font-size:14px;
}
#top-menu .sub-menu a:hover {
    background:url("images/submenu-hover.png");
    text-decoration: none;
}

#top-menu .sub-menu .sub-menu {
    margin-left: 100%;
    margin-top: -30px;
}
#top-menu li:hover > .sub-menu {
    display: block;
}
#top-menu .sub-menu li {
    position: relative;
}

/* HP Features */

#hp-features .inner:first-child{
	min-height:200px;
	background:#bd8f04;
	width:1119px;
	border:1px solid #cdad4b;
	padding:7px;
	font-family:"Open Sans",sans-serif;
}

#hp-features-shadow {
	height:30px;
	background:url("images/hp-features-shadow.png") center 0 no-repeat;
}

/* New In Casa */

#new-in-casa {
	width:805px;
	float:left;
	margin-right:7px;
	background:url("images/new-in-casa-mid.jpg") repeat-y;
}

#new-in-casa h2 {
	width:195px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	padding:8px;
	background:#c49404;
	text-align:center;
	font-size:16px;
}

#new-in-casa h3 {
	font-weight:600;
	color:#fff;
	font-size:14px;
	background:#092972;
	padding:5px;
	text-align:center;
}

#new-in-casa a {
	color:#0B2972;
	font-size:12px;
	font-weight:bold;
}

#new-in-casa .top {
	min-height:60px;
	background:url("images/new-in-casa-top.jpg") no-repeat;
}

#new-in-casa .bottom {
	min-height:140px;
	padding:14px 30px 20px 20px;
	background:url("images/new-in-casa-bot.jpg") 0 bottom no-repeat;
}

#new-in-casa .new-listings {
	width:517px;
	float:left;
	min-height:392px;
	background:url("images/casa-divider.png") 501px 0 repeat-y;
}

#new-in-casa .new-listings h3 {
	width:120px;
}

#new-in-casa .new-listings ul li {
	padding:12px 0;
	background:url("images/entry-sep.png") 0 top repeat-x;
	width:228px;
	float:left;
	margin-right:25px;
}

#new-in-casa .new-listings ul li.first {
	background:none;
}

#new-in-casa .new-listings ul li.left {
	clear:left;
}

#new-in-casa .news-info {
	width:230px;
	float:left;
}

#new-in-casa .news-info h3 {
	width:150px;
}

#new-in-casa .news-info ul li {
	padding:12px 0;
	background:url("images/entry-sep.png") 0 top repeat-x;
	width:228px;
	float:left;
	margin-right:25px;
}

#new-in-casa .news-info ul li.first {
	background:none;
}

/* HP features widgets */

#hp-features-widgets {
	width:305px;
	float:left;
}

/* Quick Search */

.quick-search {
	width:305px;
	background:url("images/hpfw-mid.jpg") repeat-y;
	margin-bottom:7px;
}

.quick-search h2 {
	padding-left:70px;
	padding-top:7px;
	height:54px;
	line-height:22px;
	color:#0a2972;
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
	background:url("images/icon-house.jpg") no-repeat;
}

.quick-search .top {
	width:305px;
	min-height:52px;
	background:url("images/hpfw-top.jpg") no-repeat;
}

.quick-search .bottom {
	width:245px;
	padding:11px 30px 20px 30px;
	min-height:87px;
	background:url("images/hpfw-bottom.jpg") 0 bottom no-repeat;
}

.quick-search form {
	margin-left:26px;
}

.quick-search form .field {
	margin-bottom:10px;
}

.quick-search form label {
	display:block;
	color:#111111;
	font-size:12px;
	margin-bottom:3px;
}

.quick-search form select {
	width:217px;
	border:1px solid #52689b;
	padding:2px;
}

.quick-search form .control {
	margin-top:20px;
	margin-bottom:10px;
	text-align:center;
}

.quick-search form .adv {
	text-align:center;
}

.quick-search form .adv  a {
	color:#252525;
	border-bottom:2px solid #c6c6c6;
	font-size:12px;
}

.quick-search form .adv a:hover {
	text-decoration:none;
}

.quick-search .widgettitle {
	display:none;
}

/* Subscribe newsletter */

.subscribe-newsletter h2 {
	padding-left:70px;
	padding-top:7px;
	height:54px;
	line-height:22px;
	color:#0a2972;
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
	background:url("images/icon-mail.jpg") no-repeat;
}

.subscribe-newsletter {
	width:305px;
	background:url("images/hpfw-mid.jpg") repeat-y;
}

.subscribe-newsletter .top {
	width:305px;
	min-height:52px;
	background:url("images/hpfw-top.jpg") no-repeat;
}

.subscribe-newsletter .bottom {
	width:245px;
	padding:11px 30px 20px 30px;
	min-height:87px;
	background:url("images/hpfw-bottom.jpg") 0 bottom no-repeat;
}

.subscribe-newsletter form {
	text-align:center;
	padding:10px 0 0 0;
}

.subscribe-newsletter form .field {
	margin-bottom:11px;
}
.subscribe-newsletter form input[type='text'] {
	width:216px;
	border:1px solid #52689b;
	padding:2px;
	font-size:12px;
	color:#111111;
	font-family:"Open Sans",sans-serif;
}

/* HP Content */

#hp-content-sidebar {
	width:302px;
	float:right;
	font-family:"Open Sans",sans-serif;
	font-weight:600;
}

#hp-content-sidebar hr {
	width:239px;
	margin-left:auto;
	margin-right:auto;
}

#hp-content-sidebar h2 {
	color:#0a2972;
	font-size:18px;
	text-align:center;
	/*text-transform:uppercase;*/
	font-family:"Open Sans",sans-serif;
}

.call-to-action li {
	margin-bottom:8px;
}

#hp-content-sidebar .box {
	padding:7px 7px 7px 9px;
	border:1px solid #d9b549;
	background:#b78a04;
	margin-bottom:11px;
}

#hp-content-sidebar .box .inner-box {
	background:#fff;
	padding:16px 7px 7px 7px;
}

/* Sidebar - exclusive listing*/
#sidebar .box{
	padding:7px 7px 7px 9px;
	border:1px solid #d9b549;
	background:#b78a04;
	margin-bottom:11px;
}
#sidebar .box .inner-box {
	background:#fff;
	padding:10px 7px 7px 7px;
}
#aios_listings_widget{
	text-align:center;
	background: url("images/fp-bg.jpg") no-repeat scroll 0 0 transparent;
	height: 182px;
	width:270px;
	margin:auto;
	font-family:"Open Sans",sans-serif;
	font-weight:bold;
}
#sidebar .box .inner-box .widgettitle{
	border-bottom: 2px dashed #d9b549;
	padding-bottom: 6px;
	text-align:center;
	width: 225px;
	margin-left: auto !important;
	margin-right: auto !important;
}
#aios_listings_widget_thumb img{
	width:260px;
	height: 128px;
	margin-bottom: 3px;
}
#aios_listings_widget_property_name{
	color: #1F3C7F;
    font-size: 14px;
    text-shadow: 1px 1px 2px #FFD64D;
    max-height: 30px;
    max-width: 96%;
    margin: 0 auto;
    overflow: hidden;
}
#aios_listings_widget_price{
	color: #000000;
    font-size: 14px;
    text-shadow: 1px 1px 2px #FFD64D;
}

/* FP Block 1 */

.fp-block {
	width:263px;
	padding-left:3px;
	height:182px;
	display:block;
	margin-bottom:10px;
	text-align:center;
	background:url("images/fp-bg.jpg") no-repeat;
}

.fp-block  img {
	margin-bottom:5px;
	width:260px;
	height:128px;
}

.fp-block .title {
	color:#1f3c7f;
	font-size:14px;
	text-shadow:#ffd64d 1px 1px 2px;
}

.fp-block .price {
	color:#000000;
	font-size:14px;
	text-shadow:#ffd64d 1px 1px 2px;
}

/* FP Block 2 */

.fp-block2 {
	display:block;
	text-align:center;	
}

.fp-block2 img {
	margin-bottom:4px;
	width:262px;
	height:196px;
	padding:0 0px 4px 3px;
	background:url("images/potd-bg.jpg") no-repeat;
}

.fp-block2 .title {
	font-size:14px;
	color:#000000;
	margin-bottom:15px;
	display:block;
}

.fp-block2  .control-desc {
	font-size:12px;
	color:#0b2972;
	display:block;
	font-weight:400;
	margin-bottom:4px;
}

.fp-block2 .link {
	display:block;
	width:66px;
	height:18px;
	margin:0 auto 4px auto;
	background:url("images/button-click-here.jpg") no-repeat;
}

.fp-block2 .link span {
	display:none;
}

/* Charity box */

.charity-box {
	text-align:center;
}

.charity-box .inner-box {
	padding-bottom:35px !important;
}

.charity-box .title{
	text-transform:uppercase;
	font-size:16px;
	color:#0a2972;
	margin:25px 0 23px 0;
	display:block;
}

.charity-box .link {
	font-size:16px;
	color:#000000;
	text-decoration:underline;
	text-transform:none;
}

/* Welcome */

#hp-welcome {
	width:819px;
	float:left;
}

#hp-welcome-outer {
	background:#bd8e04;
	border:1px solid #d9b549;
	width:805px;
	padding:7px;
}

#hp-welcome h1 {
	font-size:20px;
	font-weight:600;
	color:#0a2972;
	text-transform:uppercase;
	font-family:"Open Sans",sans-serif;
}

#hp-welcome h2 {
	font-family:"Open Sans",sans-serif;
	color:#0a2972;
	font-size:16px;
	/*text-transform:uppercase;*/
	font-weight:700;
	margin-bottom:4px;
}a.newadd {    width: 100%;    display: block;}

#hp-welcome h1 b {
	font-weight:700;
}

#hp-welcome-inner {
	width:805px;
	min-height:129px;
	background:url("images/welcome-mid.jpg") repeat-y;
}

#hp-welcome-inner .top {
	background:url("images/welcome-top.jpg") no-repeat;
	min-height:135px;
	width:805px;
}

#hp-welcome-inner .bottom {
	background:url("images/welcome-bottom.jpg") 0 bottom no-repeat;
	min-height:200px;
	width:758px;
	padding:25px 27px 20px 20px;
}

#hp-welcome-shadow {
	height:83px;
	width:819px;
	background:url("images/welcome-shadow.png") center 0 no-repeat;
}

#hp-welcome .blue-link {
	color:#fff;
	font-weight:bold;
	background:#092972;
	padding:1px 2px;
	display:inline-block;
	text-decoration:underline;
	font-size:14px;
}

/* Footer */

#footer1 {
	padding:23px 0 33px 0;
	background:#fff url("images/footer-bg.jpg") repeat-x;
}
.footer-hotsheets {
    padding: 0 8px 25px;
}

.footer-hotsheets .hotsheet-list{
	float:left;
	color:#000000;
	font-family:"Open Sans",sans-serif;
	font-size:14px;
	margin-left:35px;
}

.footer-hotsheets .hotsheet-list:first-child {
	margin-left:0;
}

.footer-hotsheets .hotsheet-list li {
	margin-bottom:12px;
}

.footer-hotsheets .hotsheet-list .title {
	color:#082770;
	text-transform:uppercase;
	font-size:18px;
	font-weight:600;
	padding-bottom:12px;
	width:187px;
	border-bottom:1px solid #636363;
}

.footer-hotsheets .hotsheet-list .title a {
	color:#082770;
}

input.wpcf7-form-control.wpcf7-submit.subscribeimage {
    background: url(images/button-submit.jpg)no-repeat;
    border: none;
    padding: 2px;
    width: 124px;
    height: 38px;
    font-size: 0px;
	cursor:pointer;
}

span.wpcf7-form-control-wrap.email-918 input {
    width: 100%;
}

#lower-footer {
	border-top:1px solid #636363;
	font-family:"Arial",sans-serif;
	font-size:10px;
	color:#636363
}

#lower-footer a {
	color:#636363;
}

#lower-footer-left {
	width:987px;
	float:left;
	padding-top:27px;
}

#lower-footer-right {
	padding-right:8px;
	width:100px;
	float:right;
	text-align:right;
	padding-top:18px;
}

#lower-footer-right a{
	margin-left:12px;
}

#bottom-menu {
	height:14px;
}

#bottom-menu br {
	display:none;
}

#bottom-menu li {
	float:left;
	padding:0 8px;
	border-left:1px solid #636363;
	text-transform:uppercase;
}

#bottom-menu li:first-child {
	border-left:0;
	padding-left:0;
}

/* Content */

#backhomelink {
	display:none;
}

#content-area-left .inner{
	/*background:url("images/ip-content-bg.png");*/
background-color:#ffffff;
	padding:15px;
	width:1105px;
}

#content h1 {
	font-family:"Open Sans",sans-serif;
	font-size:20px;
	font-weight:600;
	/*text-transform:uppercase;*/
	margin:15px 0;
	color:#0a2972;
	text-align: center;
}

#content h2,
#sidebar h2 {
	font-family:"Open Sans",sans-serif;
	font-size:16px;
	font-weight:600;
	/*text-transform:uppercase;*/
	margin:15px 0;
	color:#0a2972;
}

#content {
	width:780px;
	float:left;
}

#sidebar {
	width:302px;
	float:right;
	color:#000;
}

#sidebar a {
	color:#252525;
}

#content ol,
#welcome ol{
	margin:20px;
	line-height:23px;
	list-style:decimal;
}

#content ul,
#welcome ul{
	margin:20px;
	line-height:23px;
	list-style:disc;
}

#sidebar h2 {
	font-size:16px;
	text-align:center;
}

#sidebar .widgettitle {
	display:none;
}

/* Sidebar Quick Search */

#sidebar .quick-search .adv a{
	font-family:"Open Sans",sans-serif;
	font-size:14px;
}

/* IPs */

.post-info, .post-meta, .post-tags {display:none;}

.call_to_act_btn{
    background-image: url("images/call_action_btns.jpg");
    background-repeat:no repeat;
    width:150px;
    height:47px;
    display:block;
    position:relative;
    margin:5px;
}
.call_to_act_btn div{
  height:47px;
  width:150px;
  display:table-cell;
    vertical-align:middle;
        text-align:center;  
}

.call_to_act_btn div a{
    *display:table-cell;
    *vertical-align:middle;
    *line-height:47px;
    text-align:center;
    font-weight: bold;
    font-size:12px;
    font-family:'Open Sans', sans-serif;
    color:#0A2972;               
} 

.call_to_act_btn a:hover{
    text-decoration: none;
}

#cat-post-thumbnail{
    float: left;
    min-height: 95px;
    margin-right: 10px;
}

/* AIOS Listings */
.gallery img {
    width:133px !important;
    height:100px;
    padding:5px;
    background-color: #f5f7f9;
    border-right: #a5a7aa solid 1px;
    border-bottom: #a5a7aa solid 1px;
    border-top: medium none !important;
    border-left: medium none !important; 
}

.inner .aios_list_details{
    margin: 0 auto;
    float:none !important;
    display:block;
    width:950px !important;
    overflow: hidden;
}
#aios_listings_images{
    text-align: center;
}
#aios_listing_details_thumb{
    text-align: center;
}
#aios_listing_details_thumb .img-custom-size{
    height: 418px;
    width: auto;
}
#aios_listing_details_thumb .img-normal{

}

#content .list_title h1{
    text-align:left;
}

#aios_listing_left_details div span, .aios_listing_detail_title_ span{
    font-weight:bold;
}

#aios_listing_left_details div, .aios_listing_after_description  div{
    padding:0 0 6px 0;
}

.aios_listing_detail_title_ p{
   /* display:inline;*/
}

.aios_listing_detail_title_{
    position: relative; 
	float: left; 
	/*width: 788px;*/
	width: 775px;
	text-align:justify;
}

.aios_listing_detail_title_ .gallery{
    position: relative; float: left; /*width: 948px;*/
    width:785px;
}
.aios_listing_after_description{
	position: relative;
	margin: 15px 0 0 0;
	float: left;
	min-width: 775px;
}
.category_description{
	position: relative;
	float: left;
	width: 770px;
}

#sidebar #aios_listings_widget a{
	color:#111111;
}

#aios_listing_details p.view_thumbnail_link{
	display: block;
}

.aios_listings_description_cat {
    text-align: justify;
    position:relative;
    display:inline;
    /*width: 350px;*/
}

.aios_list_details .gallery br {
	display:none;
}

.aios_list_details .gallery .gallery-item {
	width:25%;
}

.aios_listings_list {
	width:100% !important;
}

.aios_listings_list .aios_listings_infoarea_wrap {
	width:63% !important;
	float:right !important;
}

.aios_listings_list .aios_listings_description_cat {
	float:right !important;
	width:63% !important;
	display:block !important;
}

.aios_listings_list .aios_listings_infoarea {
	width:100% !important;
}

.page-id-20 .aios_listings_infoarea {
	width:63% !important;
	float:right !important;
}

.page-id-20 .aios_listings_description_cat {
	width:100% !important;
}
.sorting{
	margin-bottom:10px;
}

/* Listing List Pagination */
#aios-listings-pagination span,
#aios-listings-pagination a{
	background: #092972;
	display: inline-block;
	text-align: center;
	padding: 5px 8px;
	color:#fff;
}
#aios-listings-pagination .current{
	background:#999999;
}
#aios-listings-pagination .display{
	background:none;
	color:#111;
}


/* Page: Find Your Panama Dream Home*/


.page-template-page-find-your-panama-dream-home-php form {
	width:100%;
	margin:auto;
	font-size:12px;
}	

.page-template-page-find-your-panama-dream-home-php input[type='text'],
.page-template-page-find-your-panama-dream-home-php select,
.page-template-page-find-your-panama-dream-home-php input[type='submit'] {
	border:1px solid #aaaaaa;
}

.page-template-page-find-your-panama-dream-home-php .left-text {
	text-align:right;
}

.page-template-page-find-your-panama-dream-home-php .center-text {
	text-align:center;
}

.page-template-page-find-your-panama-dream-home-php .field {
	padding:4px 0;
}

.page-template-page-find-your-panama-dream-home-php .control  {
	padding:5px 0;
}

.page-template-page-find-your-panama-dream-home-php .control input,
.page-template-page-find-your-panama-dream-home-php .control button {
	background: none repeat scroll 0 0 #E0E0E0;
    border: 1px solid #999999;
    color: #000000;
    font-size: 12pt;
    font-weight: bold;
    width: 100px;
	font-size:16px;
	font-weight:700;
	cursor:pointer;
}

.page-template-page-find-your-panama-dream-home-php .control .button-reset {
	margin-top:10px;
}

.page-template-page-find-your-panama-dream-home-php .upper-form {
	border:1px solid #aaaaaa;
	padding:7px;
	width:98%;
}

.page-template-page-find-your-panama-dream-home-php .first-col {
	float:left;
	width:266px;
	padding-left:11px;
	padding-right:11px;
	min-height:261px;
}

.page-template-page-find-your-panama-dream-home-php .second-col {
	float:left;
	width:123px;
	padding-left:13px;
	padding-right:13px;
	border-left:1px dashed #dddddd;
	min-height:261px;
} 

.page-template-page-find-your-panama-dream-home-php .third-col {
	float:left;
	width:146px;
	padding-left:13px;
	padding-right:13px;
	border-left:1px dashed #dddddd;
	min-height:261px;
}

.page-template-page-find-your-panama-dream-home-php .fourth-col {
	float:left;
	width:113px;
	padding-left:11px;
	padding-right:11px;
	border-left:1px dashed #dddddd;
	min-height:261px;
}

.page-template-page-find-your-panama-dream-home-php  .select-wide {
	width:260px;
}

.page-template-page-find-your-panama-dream-home-php  .select-small {
	width:96px;
} 


.page-template-page-find-your-panama-dream-home-php .buy-or-rent,
.page-template-page-find-your-panama-dream-home-php .property-type {
	border-bottom:1px dashed #dddddd;
}

.page-template-page-find-your-panama-dream-home-php  .select-city{
	height:163px;
	margin-bottom:25px;
}

/* Mobile extras */

.mobile-extras {
	display:none;
}

/* Others */

.next{
    margin-right:10px;
}

.thankyou_hp{
    font-size:12px;
}

.aios_listings_prop{
    margin-bottom:3px;
}
.aios_listings_prop .listing-prop-title{
    display: inline-block;
    font-weight: bold;
    margin-right: 5px;
    vertical-align: top;
}
.aios_listings_prop .listing-prop-content{
    display: inline-block;
    vertical-align: top;
}

/* Floated list */

.floated-list {
	float:left;
	width:auto;
	margin-right:0 !important;
}

.floated-list li {
	float:left;
	width:33%;
	min-width:250px;
}

.floated-list:after {
	content:" ";
	display:block;
	clear:both;
}

/* Colorbox - fullscreen */

.lightbox-fullscreen-container img {
	width:100% !important;
	height:auto !important;
}

/* Buttons */

a.button1,
.button1 {
	background: none repeat scroll 0 0 #c49404;
    color: #fff !important;
    font-size: 11px;
    font-weight: 600;
    padding: 5px;
	margin-bottom:10px;
	display:inline-block;
    text-align: center;
    text-transform: uppercase;
}

a.button1:hover,
.button1:hover {
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}	

.goog-te-combo {
	opacity: 0;
}

/* Mobile/desktop switchers */

.button1.mobile-switcher,
.button1.desktop-switcher {
	display:none;
}

/* Section 3 - Mobile CSS */

@media only screen and (max-width: 977px) {
	.mobile-view #translate-this,
	.mobile-view #hp-features,
	.mobile-view #hp-content,
	.mobile-view #homepage-slider,
	.mobile-view .footer-hotsheets,
	.mobile-view .ip-container #nav,
	.mobile-view #sidebar,
	.mobile-view body > div > object{
		display:none;
	}
	
	.mobile-view #backhomelink {
		display:block;
	}
	
	.mobile-view .mobile-extras {
		display:block;
		text-align:center;
		clear:both;
	}
	
	.mobile-view .home-container {
		background:url("images/ip-bg.jpg") center 0 no-repeat;
	}
	
	.mobile-view .outer	{
		width:100%;
		min-width:320px;
	}
	
	.mobile-view .inner {
		width:100%;
	}
	
	.mobile-view #header,
	.mobile-view .ip-container #header{
		height:auto;
		position:relative !important;
	}
	
	.mobile-view #header-logo-section {
		float:none;
		width:100%;
		text-align:center;
	}
	
	.mobile-view #header-logo-section img {
		width:100%;
		max-width:412px;
	}
	
	.mobile-view #header-contact-information,
	.mobile-view .contact-information {
		float:none;
		width:100%;
		text-align:center;
		color:#fff;
		margin-bottom:25px;
	}
	
	.mobile-view #header-contact-information a {
		color:#fff;
	}
	
	.mobile-view .contact-information,
	.mobile-view .contact-information a {
		color:#000;
	}
	
	.mobile-view #top-menu {
		background:#fff;
	}
	
	.mobile-view #top-menu li {
		float:none;
		margin:0 0 1px 0 !important;
	}
	
	.mobile-view #top-menu li a {
		width:100%;
		background:#dccc39;
		height:auto;
		padding:15px 0;
	}
	
	.mobile-view #top-menu > li > a {
		margin-bottom:1px;
	}
	
	.mobile-view #top-menu li a:hover {
		background:#d2b01e;
	}
	
	.mobile-view #top-menu .two-liner a {
		height:auto;
		padding-top:15px;
	}
	
	.mobile-view #top-menu li a br {
		display:none !important;
	}
	
	.mobile-view #top-menu .sub-menu {
		margin-top:0 !important;
		position:relative !important;
		width:100% !important;
		background-image:none !important;
	}
	
	.mobile-view #top-menu .sub-menu a {
		width:100% !important;
		padding-left:0 !important;
		padding-right:0 !important;
	}
	
	.mobile-view #nav {
		height:auto;
		margin:0 0 25px 0;
	}
	
	.mobile-view #lower-footer-left {
		width:100%;
	}
	
	.mobile-view #lower-footer-right {
		text-align:center;
		width:100%;
	}
	
	.mobile-view #footer1 {
		text-align:center;
	}
	
	.mobile-view #bottom-menu {
		height:auto;
	}
	
	.mobile-view #bottom-menu li{
		display:inline;
		float:none;
	}
	
	.mobile-view #content {
		width:100%;
		float:none;
	}
	
	.mobile-view #content-area-left .inner {
		width:100%;
		padding:15px 0;
	}
	
	/* Mobile switchers */
	
	.button1.desktop-switcher { display:none; }
	.button1.mobile-switcher { display:inline-block; }
	
	.mobile-view .button1.desktop-switcher { display:inline-block; }
	.mobile-view .button1.mobile-switcher { display:none; }
	
	/* WPCF7 */

	.mobile-view #content .wpcf7 form input[type='text'],
	.mobile-view #content .wpcf7 form input[type='password'],
	.mobile-view #content .wpcf7 form input[type='email'],
	.mobile-view #content .wpcf7 form input[type='number'],
	.mobile-view #content .wpcf7 form input[type='tel'],
	.mobile-view #content .wpcf7 form input[type='url'],
	.mobile-view #content .wpcf7 form textarea {
		width:96%;
		max-width:96%;
		max-width:328px;
	}
	
	/* Images */
	
	.mobile-view img.size-full, 
	.mobile-view img.size-large, 
	.mobile-view img.header-image, 
	.mobile-view img.wp-post-image {
		max-width: 100%;
		height: auto;
	}
	
	.mobile-view img[class*="align"], 
	.mobile-view img[class*="wp-image-"], 
	.mobile-view img[class*="attachment-"] {
		height: auto;
	}
	
	.mobile-view img[class*="align"], 
	.mobile-view img[class*="wp-image-"], 
	.mobile-view img[class*="attachment-"] {
		height: auto;
	}
	
	.mobile-view .entry-content img, 
	.mobile-view .comment-content img, 
	.mobile-view .widget img {
		max-width: 100%;
	}
	
	/* AIOS Listings */
	
	.mobile-view .aios-listings-page .outer {
		min-width:956px;
	}
}

@media only screen and ( max-width:770px ) {
	.mobile-view #content-area-left .inner{
        padding: 15px 10px;
        width: auto;
    }
    .mobile-view .translate-this-button{
        display: inline-block;
        width: auto !important;
        height: auto !important;
    }
    .mobile-view .translate-this-button .goog-te-combo{
        margin: 0;
    }
	/* Gallery */
	.mobile-view .gallery {
		text-align:center;
	}
	
	.mobile-view .gallery .gallery-item {
		float:none !important;
		text-align:center;
		margin-bottom:15px;
		width:45% !important;
		display:inline-block;
	}
	
	.mobile-view .gallery img {
		height:auto !important;
		width:80% !important;
	}
	
	.mobile-view .gallery br {
		display:none;
	}
	
	/* AIOS Listings */
	
	.mobile-view .single-listing .gallery .gallery-item {
		width:33% !important;
		float:left !important;
		margin-bottom:0;
		display:block;
	}
	
	.mobile-view .single-listing .gallery br {
		display:block;
	}
	
	.mobile-view .single-listing .gallery img {
        width:133px !important;
        height:100px;padding:5px;
		background-color: #f5f7f9;
		border-right: #a5a7aa solid 1px;
		border-bottom: #a5a7aa solid 1px;
		border-top: medium none !important;
		border-left: medium none !important; 
	}
}