/*  
Theme Name: RoyaleRoom
Theme URI: http://colorlabsproject.com/themes/royaleroom
Description: RoyaleRoom Wordpress Theme created by <a href="http://colorlabsproject.com">ColorLabs Project</a> 
Author: ColorLabs & Company
Author URI: http://colorlabsproject.com
Version: 1.2
Tags: Business , Clean Design, fixed-width, right-sidebar, theme-panel, Threaded comments, Property
*/
/* ---------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  height:auto;
}

#map_canvas img, #single_map_canvas img {
	max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

body {
  margin: 0;
  font-family: "Droid Sans", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #222222;
  background-color: white;
}

a {
  color: #ea4715;
  text-decoration: none;
}

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

.container {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.row {
  width: 100%;
  min-width: 0;
  margin: 0 auto;
  position: relative;
  max-width: 978px;
}

.column {
  float: left;
  margin-left: 3.09091%;
}

.column:first-child {
  margin-left: 0;
}

.col1 {
  width: 5.5%;
}

.col2 {
  width: 14.09091%;
}

.col3 {
  width: 22.68182%;
}

.col4 {
  width: 31.27273%;
}

.col5 {
  width: 39.86364%;
}

.col6 {
  width: 48.45455%;
}

.col7 {
  width: 57.04545%;
}

.col8 {
  width: 65.63636%;
}

.col9 {
  width: 74.22727%;
}

.col10 {
  width: 82.81818%;
}

.col11 {
  width: 91.40909%;
}

.col12 {
  width: 100%;
}

.column.alpha {
  clear: left;
  margin-left: 0;
}

p {
  margin: 0 0 9px;
}
p small {
  font-size: 11px;
  color: #999999;
}

.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  color: #999999;
}

h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 18px;
}

h3 {
  font-size: 18px;
  line-height: 27px;
}
h3 small {
  font-size: 14px;
}

h4, h5, h6 {
  line-height: 18px;
}

h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}

.page-header {
  padding-bottom: 17px;
  margin: 18px 0;
  border-bottom: 1px solid #eeeeee;
}

.page-header h1 {
  line-height: 1;
}

ul, ol {
  padding: 0;
  margin: 0 0 9px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  line-height: 18px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

dl {
  margin-bottom: 18px;
}

dt,
dd {
  line-height: 18px;
}

dt {
  font-weight: bold;
  line-height: 17px;
}

dd {
  margin-left: 9px;
}

.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid white;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.muted {
  color: #999999;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px !important;
  margin: 0 0 18px;
  border-left: 7px solid #eeeeee;
  color: #666;
  font-style: italic;
  font-size: 14px;
}

blockquote :before{
  content:'"';
  position: relative;
  color: #666;
  left: -7px;
  font-size: 20px;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}
blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}

small {
  font-size: 100%;
}

cite {
  font-style: normal;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12.025px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 18px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 18px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 13.5px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

input,
button,
select,
textarea {
  font-family: "Droid Sans", sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
}

input,
textarea {
  width: 210px;
}

textarea {
  height: auto;
  resize: vertical;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(240, 126, 91, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(234, 71, 21, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(234, 71, 21, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(234, 71, 21, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */
  line-height: normal;
  cursor: pointer;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}

select {
  width: 220px;
  border: 1px solid #bbb;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #ddd;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: whitesmoke;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
}
.form-actions:after {
  clear: both;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #f2f2f2;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

:-moz-placeholder {
  color: #999999;
}

::-webkit-input-placeholder {
  color: #999999;
}

.help-block,
.help-inline {
  color: #555555;
}

.help-block {
  display: block;
  margin-bottom: 9px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

.input-prepend,
.input-append {
  margin-bottom: 5px;
}
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-append input,
.input-append select,
.input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: middle;
  -webkit-border-radius: 0 1px 1px 0;
  -moz-border-radius: 0 1px 1px 0;
  -ms-border-radius: 0 1px 1px 0;
  border-radius: 0 1px 1px 0;
}
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus,
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus {
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 white;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-prepend .btn,
.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 1px 0 0 1px;
  -moz-border-radius: 1px 0 0 1px;
  -ms-border-radius: 1px 0 0 1px;
  border-radius: 1px 0 0 1px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 1px 0 0 1px;
  -moz-border-radius: 1px 0 0 1px;
  -ms-border-radius: 1px 0 0 1px;
  border-radius: 1px 0 0 1px;
}
.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 1px 1px 0;
  -moz-border-radius: 0 1px 1px 0;
  -ms-border-radius: 0 1px 1px 0;
  border-radius: 0 1px 1px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 1px 0 0 1px;
  -moz-border-radius: 1px 0 0 1px;
  -ms-border-radius: 1px 0 0 1px;
  border-radius: 1px 0 0 1px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 1px 1px 0;
  -moz-border-radius: 0 1px 1px 0;
  -ms-border-radius: 0 1px 1px 0;
  border-radius: 0 1px 1px 0;
}

.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
}

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 9px;
}

legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
table thead {
  background: #dddddd;
}
table thead th {
  border-color: #dddddd !important;
}

table {
  width: 100%;
  margin-bottom: 18px;
}
table th,
table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #dddddd;
}

table {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
}
table th,
table td {
  border-left: 1px solid #dddddd;
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
  border-top: 0;
}

/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: Lead Product Designer @ http://kyruus.com

    */
@font-face {
  font-family: "FontAwesome";
  src: url('fonts/font-awesome/fontawesome-webfont.eot');
  src: url('fonts/font-awesome/fontawesome-webfont.eot?#iefix') format('eot'), url('fonts/font-awesome/fontawesome-webfont.woff') format('woff'), url('fonts/font-awesome/fontawesome-webfont.ttf') format('truetype'), url('fonts/font-awesome/fontawesome-webfont.otf') format('opentype'), url('fonts/font-awesome/fontawesome-webfont.svgz#FontAwesomeRegular') format('svg'), url('fonts/font-awesome/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: middle;
  font-size: 4/3em;
}

.btn [class^="icon-"],
.btn [class*=" icon-"], .nav-tabs [class^="icon-"],
.nav-tabs [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}

li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large:before,
li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.875em;
}

ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .8em;
}
ul.icons li .icon-large:before,
ul.icons li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  vertical-align: initial;
}

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}
.icon-rss:before {
    content: "\f09e";
}
.icon-vimeo:before {
    content: "\f507";
}
.icon-lastfm:before {
    content: "\f509";
}

.icon-youtube:before {
    content: "\f505";
}
.icon-skype:before {
    content: "\f503";
}
.icon-flickr:before {
    content: "\f515";
} 
.icon-picasa:before {
    content: "\f517";
}
.icon-google:before {
    content: "\f525";
}
.icon-wordpress:before {
    content: "\f50e";
}
.icon-delicious-sign:before {
    content: "\f50c";
}
.icon-yahoo:before {
    content: "\f521";
}
.icon-linkedin:before {
    content: "\f0e1";
}
.icon-print:before {
content: "\f02f";
}
.icon-envelope-alt:before {
content: "\f0e0";
}
  
/* \f020 is not a valid unicode character. all shifted one down */


.clearfix, .row {
  *zoom: 1;
}
.clearfix:before, .row:before, .clearfix:after, .row:after {
  display: table;
  content: "";
}
.clearfix:after, .row:after {
  clear: both;
}

.pull-right,
.alignright {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show, .aligncenter,
img.aligncenter {
  display: block;
}

.invisible {
  visibility: hidden;
}

.accel {
  -webkit-transform: translate3d(0, 0, 0);
}

/* Divider vertical */
.divider-vertical {
  width: 2px;
  height: 60px;
  background-size: 1px 100%;
  background-position: 0 0, 1px 0;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(-10%, transparent), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(110%, transparent)), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(-10%, transparent), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(110%, transparent));
  background-image: -webkit-linear-gradient(top, transparent -10%, rgba(0, 0, 0, 0.5), transparent 110%), -webkit-linear-gradient(top, transparent -10%, rgba(255, 255, 255, 0.4), transparent 110%);
  background-image: -moz-linear-gradient(top, transparent -10%, rgba(0, 0, 0, 0.5), transparent 110%), -moz-linear-gradient(top, transparent -10%, rgba(255, 255, 255, 0.4), transparent 110%);
  background-image: linear-gradient(top, transparent -10%, rgba(0, 0, 0, 0.5), transparent 110%), linear-gradient(top, transparent -10%, rgba(255, 255, 255, 0.4), transparent 110%);
}

.hide-text {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hr-ruler {
  margin: 45px 0;
  border: none;
  height: 1px;
  background: #d5d5d5;
}
.cssgradients .hr-ruler {
  background-color: transparent;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(213, 213, 213, 0)), color-stop(50%, #d5d5d5), color-stop(100%, rgba(213, 213, 213, 0)));
  background-image: -webkit-linear-gradient(left, rgba(213, 213, 213, 0), #d5d5d5, rgba(213, 213, 213, 0));
  background-image: -moz-linear-gradient(left, rgba(213, 213, 213, 0), #d5d5d5, rgba(213, 213, 213, 0));
  background-image: linear-gradient(left, rgba(213, 213, 213, 0), #d5d5d5, rgba(213, 213, 213, 0));
}
.cssgradients .hr-ruler.no-bg {
  background: none;
}

.hr-double {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  height: 2px;
  margin: 43px 10px;
}

/* ===================================================================
  #Structural Layout
=================================================================== */
.content-left {
  margin-left: 0;
}

.content-container > .row{
  background:#fff;
  padding-bottom:36px;
}

/* Custom Fonts
------------------------------------------------------------------- */
@font-face {
  font-family: "Sansus Webissimo";
  src: url('fonts/sansus-webissimo/sansus_webissimo-regular-webfont.eot');
  src: url('fonts/sansus-webissimo/sansus_webissimo-regular-webfont.eot?#iefix') format('eot'), url('fonts/sansus-webissimo/sansus_webissimo-regular-webfont.woff') format('woff'), url('fonts/sansus-webissimo/sansus_webissimo-regular-webfont.ttf') format('truetype'), url('fonts/sansus-webissimo/sansus_webissimo-regular-webfont.otf') format('opentype'), url('fonts/sansus-webissimo/sansus_webissimo-regular-webfont.svg#sansus_webissimoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lavanderia Regular";
  src: url('fonts/lavanderia/lavanderia_regular-webfont.eot');
  src: url('fonts/lavanderia/lavanderia_regular-webfont.eot?#iefix') format('eot'), url('fonts/lavanderia/lavanderia_regular-webfont.woff') format('woff'), url('fonts/lavanderia/lavanderia_regular-webfont.ttf') format('truetype'), url('fonts/lavanderia/lavanderia_regular-webfont.otf') format('opentype'), url('fonts/lavanderia/lavanderia_regular-webfont.svg#lavanderia_regularregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ===================================================================
  #Header Section
=================================================================== */
.header-section .row{
  padding-top: 15px;
  padding-bottom: 15px;
  background:#fff;
}

/* Logo
------------------------------------------------------------------- */
.logo,
.logo-footer {
  font-weight: normal;
  font-family: "Abril Fatface", cursive, serif;
}

.logo {
  font-size: 33px;
  line-height: 36px;
  margin-bottom: 5px;
}
.logo, .logo a {
  color: #000;
}
.logo a {
  text-decoration: none;
}
.logo a:hover {
  color: #444444;
}

.branding {
  float: left;
}
.branding .tagline {
  color: #6e6e6e;
}

/* ===================================================================
  #Primary Nav
=================================================================== */
.primary-nav {
  float: right;
  font-family: "Sansus Webissimo", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 10px;
}
.primary-nav ul {
  margin: 0;
  list-style: none;
}
.primary-nav li {
  float: left;
}
.primary-nav a {
  color: #111;
  padding: 5px 20px;
  display: block;
  text-decoration: none;
}
.primary-nav a:hover {
  color: #444;
}

.select-menu{
  background:#eee;
  display:none;
}

 .primary-nav > .sf-menu > li > ul:before{
  left: 50%;
  top: -20px;
  content: "";
  margin-left: -20px;
  border: 10px solid;
  position: absolute;
  border-color: transparent transparent #f2f2f2 transparent;
}

.primary-nav  li ul:before{
  left: 10px;
  top: 7px;
  content: "";
  margin-left: -20px;
  border: 10px solid;
  position: absolute;
  border-color: transparent transparent transparent #f2f2f2;
}


/* Sooperfish
-----------------------------------------------------------*/
.primary-nav.sub-menu,
.primary-nav ul ul {
  display: none
}
.primary-nav ul ul a {
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.primary-nav.sf-menu .sf-arrow {
  margin-left: 8px;
  font-size: 16px;
  line-height: 0;
  position: absolute;
  top: 17px;
  right: 13px;
  -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.primary-nav .sf-parent > a {
  /*padding-right: 25px*/
}
.sf-menu li:hover > a .sf-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* Framework for proper showing/hiding/positioning */
/* DO NOT EDIT FROM HERE */
ul.sf-menu
,ul.sf-menu * {
  margin:0;
  padding:0;
}

ul.sf-menu {
  display:block;
  position:relative;
}
ul.sf-menu li {
  display:block;
  list-style:none;
  float:left;
  position:relative;
}
ul.sf-menu li:hover {
  visibility:inherit; /* fixes IE7 'sticky bug' */
}
ul.sf-menu a {
  position:relative;
  padding: 10px;
}
ul.sf-menu ul {
  position:absolute;
  left:0;
  width:170px;
  top:auto;
  left:-999999px;
  background:#f2f2f2;
}
ul.sf-menu ul a {
  zoom:1; /* IE6/7 fix */
}
ul.sf-menu ul li {
  float:left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width:170px;
}
ul.sf-menu ul ul {
  top:0;
  margin:0 0 0 180px
}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul { /*first level*/
  left:auto;
}
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul {
  left:-999999px;
}
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul {/*second level*/
  left:auto;
}
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul {
  left:-999999px;
}
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul {/*third level*/
  left:auto;
}
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul {
  left:-999999px;
}
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul {/*fourth level*/
  left:auto;
}
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul {
  left:-999999px;
}

span.sf-arrow {
  margin-left: 3px;
}

/* ===================================================================
  #Section
=================================================================== */
.section-title {
  position: relative;
  margin-bottom: 18px;
  *zoom: 1;
}
.section-title:before, .section-title:after {
  display: table;
  content: "";
}
.section-title:after {
  clear: both;
}
.section-title h2 {
  float: left;
  z-index: 10;
  position: relative;
  background: white;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Sansus Webissimo", sans-serif;
  padding-right: 18px;
}
.section-title span {
  text-transform: capitalize;
  font-family: "Lavanderia Regular", serif;
}
.section-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  display: block;
  margin-top: -2px;
  height: 2px;
  background: #010101;
}

/* ===================================================================
  #Slider Section
=================================================================== */
.section-slider {
  position: relative;
  height: 510px;
  *zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0
}
.section-slider:before, .section-slider:after {
  display: table;
  content: "";
}
.section-slider:after {
  clear: both;
}

.slider-outer-wrapper {
  width: 60%;
}

.slider-item {
  float: left;
}

.slider-item img {
  width: 100%;
}
.slider-item .slider-title {
  display: none;
}

.slider-caption {
  background: #111;
  color: #fff;
  position: absolute;
  width: 40%;
  right: 0;
  bottom: 0;
  top: 0;
  font-family: "Sansus Webissimo", sans-serif;
  overflow:hidden;
}

.slider-caption-title {
  font-weight: normal;
  font-size: 44px;
  line-height: 48px;
  padding: 0 1em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2.5em;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.slider-caption-title a{
  text-decoration:none;
}

.slider-pager {
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  padding: 0 10px;
  text-align: center;
}
.slider-pager a {
  padding: 4px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.slider-pager a, .slider-pager span {
  width: 8px;
  height: 8px;
}
.slider-pager span {
  display: block;
  text-indent: -9999px;
  background: #6b6b6b;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.slider-pager .selected span,
.slider-pager a:hover span {
  background: #fff;
}

.slider-caption a.prev , .slider-caption a.next{
  position:absolute;
  top:25px;
  color:#6b6b6b;
  left:20px;
  z-index: 100;
  font-size: 20px;
  text-decoration:none;
}

.slider-caption a.prev:hover , .slider-caption a.next:hover{
  color:#fff;
}

.slider-caption a.next{
  left:auto;
  right:20px;
}

.slider-desc{
  display:none;
}

.slider-caption-desc {
  font-family:"Droid Sans", sans-serif;
    padding: 20px 50px;
    text-align: center;
}

/* ===================================================================
  #Propery Search Main SLider
=================================================================== */

.slider-caption .finder-toggle{
  position: absolute;
  bottom: -9%;
  left: 40%;
  background: url('images/diamond.png');
  width: 55px;
  height:70px;
  border: none;
}

.slider-caption #finder{
  position: absolute;
  background: #ececec;
  left: 5%;
  color: #000;
  padding: 13px;
  top:100%;
  z-index:100;
  width:83%;
}

.slider-caption #finder select{
  margin-bottom:0px;
}
.slider-caption #finder span{
  color#000;
}
.slider-caption #finder .widget-title span {
  float: none;
  display: block;
  padding: 7px 14px;
  text-align:center;
  background:transparent;
  color:#000;
  font-size:25px;
  border-right:none;
}

.slider-caption #finder .widget-title {
  border-bottom: 3px solid #ea4715;
}
.slider-caption #finder .widget-title:before{
  content:'';
}

.slider-caption #finder input[type="submit"]{
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  background: #ea4715;
  border: none;
}

.slider-caption #finder #mls-search-form{
  padding:0px;
}

.slider-caption  .finder-tab{
  margin-bottom: 10px;
  text-align:center;
}
#mls-search{
  margin-right:0px;
}
.slider-caption #finder #mls-search-form select{
  width:100%;
}
#finder #mls-search-form input[type='text']{
  width:100%;
  background: #fff;
  border: 1px solid #bbb;
  height:auto;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
}
.slider-caption #finder #mls-search-form .submit{
  margin-top: 10px;
  float: right;
}

.slider-caption .finder-tab span {
  position: relative;
  z-index: 9990;
  text-transform: uppercase;
  padding: 5px 10px;
  background: transparent;
  border:1px solid #aaa;
  border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  margin-right:13px;
  display:inline-block;
}

.slider-caption  .finder-tab span.current{
  border-width:1px;
  background:#dddddd;
}
#mls-search-label, #local-search-label{
  display:none;
}
/* ===================================================================
  #Pagination
=================================================================== */
.pagination {
  float:left;
}
.pagination span, .pagination a {
    margin-right:10px;
    float:left;
    padding:3px 13px;
    background:#eee;
    color:#333;
    border-radius:3px;
    border:1px solid #ddd;
    -webkit-transition:all 0.5s ease;
       -moz-transition:all 0.5s ease
}
.pagination .current, .pagination a:hover {
  background:#ddd;
  text-decoration:none
}

/* ===================================================================
  #Footer
=================================================================== */
.footer-section {
  background: #111;
  color: #7c7c7c;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-section a {
  color: #fff;
}

.logo-footer {
  font-size: 24px;
  float: left;
  margin-right: 5px;
}

.copyrights {
  float: left;
  line-height: 27px;
}

/* Footer Contact Link
------------------------------------------------------------------- */
.footer-contact {
  float: right;
  list-style: none;
  margin-bottom: 0;
}
.footer-contact li {
  float: left;
  margin-right: 7px;
  padding-left: 7px;
  position: relative;
  line-height: 27px;
}
.footer-contact li:before {
  content: "/";
  position: absolute;
  right: -9px;
}
.footer-contact li:last-child:before {
  content: "";
}
.footer-contact a {
  color: #7c7c7c;
}

.contact-label {
  color: #fff;
  font-size: 23px;
  font-family: "Sansus Webissimo", sans-serif;
}
.contact-label:before {
  content: "" !important;
}

/* ===================================================================
  #Section Greetings
=================================================================== */
.section-greeting {
  background: #ececec;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 18px;
}

.greeting-heading h3 {
  line-height: 1;
  padding-left: 20px;
  font-weight: normal;
}
.greeting-heading .font-lavanderia {
  font-size: 30px;
}
.greeting-heading .font-sansus {
  display: block;
  font-size: 48px;
}

.greeting-text{
  margin-bottom:30px;
}

.greeting-images {
  clear: both;
  margin: 0;
  list-style: none;
  text-align: center;
  position:relative;
}
.greeting-images .greeting-images-text,
.greeting-images span {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.greeting-images li {
  width: 175px;
  position: relative;
  overflow: hidden;
  margin: 0 20px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.greeting-images img,
.greeting-images .greeting-images-text {
  -webkit-border-radius: 175px;
  -moz-border-radius: 175px;
  -ms-border-radius: 175px;
  border-radius: 175px;
}
.greeting-images .greeting-images-text {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: #261915;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-box-shadow: 0 0 0 10px #ea4715;
  -moz-box-shadow: 0 0 0 10px #ea4715;
  box-shadow: 0 0 0 10px #ea4715;
}
.greeting-images .greeting-images-text, .greeting-images span {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.greeting-images span {
  position: absolute;
  color: #fff;
  top: 0;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  left: 0;
  right: 0;
  padding: 0 10px;
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
  font-family: "Sansus Webissimo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.greeting-images a {
  color: #fff;
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle
}
.greeting-images li:hover .greeting-images-text {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.greeting-images li:hover .greeting-images-text, .greeting-images li:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.font-lavanderia {
  font-family: "Lavanderia Regular", serif;
  -webkit-font-smoothing: antialiased;
}

.font-sansus {
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Sansus Webissimo", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.section-greeting a#prevmidle2 , .section-greeting a#nextmidle2{
  background: url(images/featured-nav.png) left -1px no-repeat;
  display: inline-block;
  height: 28px;
  width: 30px;
  text-indent: 999px;
  overflow: hidden;
  left:-30px;
  position:absolute;
  bottom:25%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-greeting a#prevmidle2:hover , .section-greeting a#nextmidle2:hover{
  bottom:26%;
}

.section-greeting a#nextmidle2{
  background-position: left -30px;
  left:auto;
  right:-30px;
}

/* ===================================================================
  #Entry Post
=================================================================== */
.entry-post {
  margin-bottom: 36px;
}

.entry-image {
  float: left;
  margin-right: 30px;
  position: relative;
}
.entry-image img {
  border: 3px solid #f5f5f5;
}

.entry-content {
  padding-bottom: 18px;
  border-bottom: 1px solid #222222;
}
.entry-content:before,
.entry-content:after {
  content: "";
  display: table;
}
.entry-content:after {
  clear: both
}

.entry-title {
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Sansus Webissimo", sans-serif;
}
.entry-title, .entry-title a {
  color: #111;
}

.entry-date time {
  color: #aba8a8;
}

.entry-post.entry-property {
  display: block;
  clear: both;
}
.entry-post.entry-property .entry-content {
  /*min-height: 215px;*/
}

/* Single content ----------------------------------------*/ 

.single .entry-title{
  position: relative;
  margin-bottom: 18px;
}

.entry-title h3 {
  z-index: 10;
  position: relative;
  background: white;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Sansus Webissimo", sans-serif;
  display:inline;
  padding-right:20px;
}

.single .entry-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  display: block;
  margin-top: -2px;
  height: 2px;
  background: #010101;
  z-index:-1;
}
.single .entry-title a{
  background:#fff;
  padding-right: 18px;
}
.entry-title,
.entry-content {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.entry-date {
  margin-bottom: 10px;
}

.single .property-location{
  clear:both;
}

.single .entry-content{
  border-bottom:none;
}

.social_share{
  overflow:hidden;
  margin:10px 0px;
}

.social_share > div:first-child{
  margin-left:0px;
}

.social_share > div, .social_share > span {
  height: 20px;
  float: left !important;
  margin-bottom: 10px !important;
}

.soc-net a:first-child{
  margin-left:0px;
}

.soc-net a {
  font-size: 30px;
  text-decoration: none;
  margin-left: 9px;
  margin-bottom: 10px;
  float:left;
  margin-top:10px;
}

.share i{
  font-size:20px;
}

/* ===================================================================
  #COntact Us Section
=================================================================== */

#frmcontact .txt, #frmcontact textarea{
  width:50%;
}

#frmcontact #checking{
  width:30px;
}

#frmcontact input[type='submit']{
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  background: #ea4715;
  border: none;
}
/* ===================================================================
  #Property Gallery
=================================================================== */
.single .property-price{
  bottom:35px;
  right:-3px;
}

.single .entry-image{
  margin-right:30px;
}

.single .map-location{
  float:right;
}

.bx-window .prop-slider{
  list-style:none;
  margin-left:0px;
}

.prop-slider li img{
  margin-bottom:5px;
}

.prop-slider li:first-child img{
  margin-top:0px;
}

.prop-gallery .bx-wrapper{
  float:right;
}
.prop-gallery{
  float:left;
}
.prop-images{
  margin-right: 60px;
  position:relative;
  border:3px solid #f5f5f5;
  background:url('images/loader.gif')no-repeat center center;
}
.prop-images a {
  display: block;
  min-height: 199px;
}
.prop-gallery .prop-images img{
  margin:0px;
}


.information-location{
  margin-bottom:15px;
}
#map-location #single_map_canvas{
  width:100%;
}

/* ===================================================================
  #Property Entry
=================================================================== */
.property-price {
  background: #ea4715;
  background: rgba(234, 71, 21, 0.9);
  color: #fff;
  font-size: 16px;
  font-family: "Sansus Webissimo", sans-serif;
  padding: 6px 14px 6px 20px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.property-price:before {
  content: "";
  top: 0;
  left: -18px;
  position: absolute;
  border-style: solid;
  border-width: 15px 10px;
  border-color: transparent #ea4715 transparent transparent;
  border-right-color: rgba(234, 71, 21, 0.9);
}
.chrome .property-price:before {
  left: -20px;
}

.property-facility:after,
.property-facility:before {
  content: '';
  display: table;
}
.property-facility:after {
  clear: both;
}
.property-facility {
  zoom: 1;
  margin: 0;
  list-style: none;
  font-size: 18px;
  margin: 14px 0;
  color: #ea4715;
  font-family: "Sansus Webissimo", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.property-facility li {
  float: left;
  margin: 0 5px 0 0;
  padding-left: 5px;
  border-left: 2px solid #111;
}
.property-facility li:first-child {
  padding-left: 0;
  border-left: none;
}

/* ===================================================================
  #Section Featured
=================================================================== */
.section-featured {
  background: #ececec;
  padding-top: 45px;
  padding-bottom: 45px;
}

.featured-images {
  margin: 0;
  list-style: none;
  text-align: center;
  height:auto;
  position:relative;
}

.featured-images .featured-images-text,
.featured-images span {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.featured-images li {
  width: 175px;
  position: relative;
  overflow: hidden;
  margin: 0 20px;
  display: -moz-inline-stack;
  float:left;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height:auto;
}
.featured-images img,
.featured-images .featured-images-text {
  -webkit-border-radius: 175px;
  -moz-border-radius: 175px;
  -ms-border-radius: 175px;
  border-radius: 175px;
}
.featured-images .featured-images-text {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: #261915;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-box-shadow: 0 0 0 10px #ea4715;
  -moz-box-shadow: 0 0 0 10px #ea4715;
  box-shadow: 0 0 0 10px #ea4715;
}
.featured-images .featured-images-text, .featured-images span {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.featured-images span {
  position: absolute;
  color: #fff;
  top: 0;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Sansus Webissimo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.featured-images span a {
  color: #fff;
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle
}
.featured-images span a:hover {
  text-decoration: none
}
.featured-images li:hover .featured-images-text {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.featured-images li:hover .featured-images-text, .featured-images li:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

a#previous, a#next1 {
  background: url(images/featured-nav.png) left -1px no-repeat;
  display: inline-block;
  height: 28px;
  width: 30px;
  text-indent: 999px;
  overflow: hidden;
  left:-25px;
  position:absolute;
  top:60%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a#previous:hover, a#next1:hover{
  top:57%;
}

a#next1{
  background-position: left -30px;
  left:auto;
  right:-25px;
}

a.disabled{
  cursor:default;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2
}
.section-featured .section-title h2{
  background:#ececec;
}

.section-featured .row{
  position:relative;
}

/*====================================================================
  #Sitemaps
=================================================================== */

.page-template-template-sitemap-php .entry-post .entry-content{
  min-height:auto;
  border-bottom:none;
}



/*====================================================================
  #Widgets
=================================================================== */
.widget:after,
.widget:before {
  content: '';
  display: table;
}
.widget:after {
  clear: both;
}
.widget {
  zoom: 1;
  margin-bottom: 36px;
}

.widget-title {
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  font-family: "Sansus Webissimo", sans-serif;
  margin-bottom: 18px;
  position: relative;
}
.widget-title span {
  float: left;
  display: block;
  background: #261916;
  padding: 7px 14px;
  position: relative;
  z-index: 10;
  border-right: 7px solid #fff;
}
.widget-title:before {
  content: "//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////";
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -10px;
  font-size: 14px;
  color: #aeaeae;
  letter-spacing: -2px;
  -webkit-font-smoothing: antialiased;
}

.widget p{
  word-wrap:break-word;
}
.widget li{
  margin-bottom:5px;
  margin-left:0px;
  list-style:none;
}

 .widget h4{
  margin-bottom:10px;
}
 
.widget select{
  width:100%;
}
.widget iframe{
  width:100% !Important;
}

.widget ul{
  list-style:none;
  margin-left:0px;
}

.widget ul ul{
  margin-left:20px;
}

/* Widget Search Properties
------------------------------------------------------------------- */
.widget_rss li{
  margin-bottom:20px;
}

/* Widget Search Properties
------------------------------------------------------------------- */

.widget_colabs_search #local-search-form, #mls-search-form{
  background:#ececec;
  padding:20px;
  overflow:hidden;
}
.widget_colabs_search #local-search-form select {
  width: 65%;
}
.widget_colabs_search #local-search-form input[type="submit"] {
  width: 30%;
}

.finder-tab{
  margin-top:20px;
}
.finder-tab span.current {
  background: #ececec;
  border-width: 1px 1px 0;
}

.finder-tab a{
  text-decoration:none;
  cursor:pointer;
}
.finder-tab span {
  position: relative;
  z-index: 9990;
  text-transform: uppercase;
  padding: 10px 10px 2px;
  background: #f2f2f2;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
}

.widget_colabs_search #local-search-form form{
  overflow:hidden;
  margin-bottom:0px;
}

#mls-search-label input{
  margin-bottom:0px
}
#mls-search-label label{
  margin:8px 0px 5px;
}

.widget #colabsmap.mapbox{
  width:100%;
}

.widget_colabs_search input[type="submit"]{
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  color:#fff;
  text-transform: uppercase;
  background: #ea4715;
  border: none;
  float:right;
}

.widget_search #s{
  width:75%;
  margin-bottom:0px;
}

.widget_search #searchsubmit{
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  background: #ea4715;
  border: none;
}

/* Widget Featured Properties
------------------------------------------------------------------- */
.widget_colabs_featured_property ul {
  list-style: none;
  margin: 0;
}
.widget_colabs_featured_property li {
  margin-bottom: 14px;
  *zoom: 1;
}
.widget_colabs_featured_property li:before, .widget_colabs_featured_property li:after {
  display: table;
  content: "";
}
.widget_colabs_featured_property li:after {
  clear: both;
}
.widget_colabs_featured_property h5 {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Sansus Webissimo", sans-serif;
  margin-top: 18px;
}
.widget_colabs_featured_property .property-thumb {
  float: right;
  overflow: hidden;
  border: 3px solid #e7e7e7;
  -webkit-border-radius: 95px;
  -moz-border-radius: 95px;
  -ms-border-radius: 95px;
  border-radius: 95px;
}

/* Widget Twitter Stream
------------------------------------------------------------------- */
.widget_colabs_twitter ul {
  list-style: none;
  margin-left: 0;
}
.widget_colabs_twitter li {
  margin-bottom: 18px;
}
.widget_colabs_twitter .time {
  display: block;
  color: #222222;
}

/* Widget Tabs
------------------------------------------------------------------- */

.colabsTabs {
  list-style: none;
  margin: 0;
  font-weight: bold;
  border-bottom: 1px solid #cecece;
  *zoom: 1;
}
.colabsTabs:before, .colabsTabs:after {
  display: table;
  content: "";
}
.colabsTabs:after {
  clear: both;
}
.colabsTabs li {
  float: left;
  margin-bottom: -1px;
}
.colabsTabs a {
  font-size: 14px;
  padding: 6px 12px;
  display: block;
  color: #999;
  outline: none;
  font-weight: normal;
  text-decoration: none;
  border: 1px solid transparent;
}
.colabsTabs a:hover {
  color: #333333;
}
.colabsTabs .selected {
  background: #fff;
  color: #333333;
  border-color: #ddd;
  border-bottom-color: #fff;
}

.widget_colabs_tabs .colabsTabs {
  margin-bottom: 0;
}

.boxes{
  padding: 20px;
  border: 1px solid #ddd;
  border-top: none;
}
.boxes li{
  margin-bottom:15px;
}

.boxes img.avatar {
  background: #fff;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.boxes li img{
  float:left;
  margin-right:10px;
  border:3px solid #f5f5f5;
}

.boxes > li > div{
  overflow:hidden;
}

/* IDX custom */

.page-template-template-IDXlisting-php .entry-content img{
  margin:0px;
}

#dsidx-contact-form-submit {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  background: #ea4715;
  border: none;
}

.page-template-template-IDXlisting-php #dsidx-listings .dsidx-primary-data {
background-color: transparent;
}
.page-template-template-IDXlisting-php .dsidx-address{
  font-size:20px;
  margin-bottom:5px ;
}

.page-template-template-IDXlisting-php #dsidx-listings .dsidx-primary-data, .page-template-template-IDXlisting-php #dsidx-listings .dsidx-secondary-data{
  padding-left:320px;
}

.page-template-template-IDXlisting-php #dsidx-listings li:nth-child(even){
  display:none;
}

.page-template-template-IDXlisting-php #dsidx-listings li.dsidx-listing{
  margin-bottom:36px
}

.page-template-template-IDXsingle-php  #dsidx #dsidx-actions a {
  padding: 5px 15px 1px 10px;
  display: inline-block;
  border-left:2px solid #ececec;
  margin:0 30px;
}

.page-template-template-IDXsingle-php  #dsidx #dsidx-actions a:first-child{
  border-left:none;
}
.page-template-template-IDXsingle-php #dsidx-actions{
  text-align:center;
  border-bottom:1px solid #dddddd;
  border-top:1px solid #dddddd;
  margin-bottom:15px;
}
#dsidx #dsidx-actions a, #dsidx  #dsidx-actions a:link {
  text-decoration: none;
}

.dsidx-standalone-disclaimer, #dsidx-disclaimer {
  display: none;
}

.page-template .dsidx-search-widget select, .home .dsidx-search-widget select{
  width:100%;
}

.dsidx-slideshow a.dsidx-photo{
  position:absolute;
}

.dsidx-panel.dsidx-slideshow p, .dsidx-panel.dsidx-slideshow div{
  margin-left:120px !Important;
}

div.dsidx-results-widget .dsidx-list li{
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd;
}

div.dsidx-results-widget .dsidx-controls a{
  font-size: 12px;
  padding: 2px 10px !important;
  color: #fff;
  margin-left:10px;
  display:inline-block !important;
  background: #ea4715;
  border: none;
  text-decoration:none;
}

div.dsidx-results-widget .dsidx-controls{
  overflow: hidden;
  margin-top: 20px;
}

.widget input[type='submit']{
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  background: #ea4715;
  border: none;
  float: right;
}
/* Widget About Agen
------------------------------------------------------------------- */
.widget_colabs_about{
  background:#ececec;
  padding:18px;
}

.widget_colabs_about h3 {
  background: #fff;
  color: #111;
  font-size: 14px;
  padding: 10px;
  overflow: hidden;
  margin-bottom:20px;
  position:relative;
}

.widget_colabs_about h3 p{
  font-weight:normal;
}

.widget_colabs_about .colabs-image {
  float: right;
  margin-right: 10px;
}
.widget_colabs_about .btn{
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background: #ea4715;
  text-align:center;
  text-decoration:none;
  padding: 8px;
  margin-top: 15px;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}

#contactagent ul{
  margin-left:0px;
}
#contactagent li{
  list-style:none;
}

/* Modal Overlay */
#contactagent, #emailthis { display:none }
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 10000;
}
.modal-box {
  position:absolute;
  top:30px;
  left:0;
  display:none;
  background:#ececec;
  z-index:100000;
  padding:20px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

.modal-box #sendcopy, .modal-box #emailthissendCopy {
width: auto;
}
.modal-box .close-btn {
  cursor:pointer;
  right:10px;
  top:10px;
  position:absolute;
  width:26px;
  height:26px;
  background:url(images/del-icons.png) no-repeat 0 0;
}
.modal-box h3 {
  color:#384049;
  font-size:18px;
  background:url(images/widget-h3.png) 0 center repeat-x;
}
.modal-box h3 span { padding-right:10px }
.modal-box input[type="text"] {
  background:#fff;
}
.modal-box input[type="text"], .modal-box textarea {
  box-shadow:1px 1px 2px rgba(0,0,0,.3) inset;
}
.modal-box  input, .modal-box textarea, .modal-box  select{
    width:100%;
}

.modal-box  ul{
  margin-left:0px;
}
.modal-box label{
  margin-right:15px;
  display:block;
  clear:both;
}
.modal-box .screenReader input { 
  padding:5px !important;
  width:20px !important;
}
.modal-box .inline input { float:left }
.modal-box .forms .buttons button{
   font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  background: #ea4715;
  border: none;
}
.modal-box textarea { height:auto;}
.modal-box ul { overflow:hidden }
.modal-box li, .modal-box label, .modal-box input[type="text"] {list-style:none;}


/* Widget Flickr
------------------------------------------------------------------- */
.widget_colabs_flickr .flickr {
  margin-left: -5px;
}
.widget_colabs_flickr .flickr a {
  margin-left: 5px;
  margin-bottom: 5px;
  float: left;
}
.widget_colabs_flickr .flickr a:hover{
  opacity:1 !important;
}

.widget_colabs_flickr .flickr img {
  display: block;
  width:80px;
  height:auto;
}

/* 
 * WordPress formatted content
 * Provided from WYSIWYG Editor Styles
 * Just change and make it suitable with your document
 */
.sticky,
.bypostauthor {
  position: static;
}

.entry-content img {
  margin: 0.5em 0 1.5em 0;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter,
img.aligncenter {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.alignnone,
img.alignnone {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  margin-bottom: 1.5em;
  padding-top: 5px;
  max-width: 100%
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption a {
  display: block;
}
.wp-caption a {
  border-bottom: 10px solid #cccccc;
}

.wp-caption a:hover {
  border-bottom-color: #ea4715;
}

.wp-caption-text {
  line-height: 1.5;
  font-size: 11px;
  margin: 5px 0 0 0;
  color: #666;
  position: relative;
  font-family: sans-serif;
}
.wp-caption-text a {
  display: inline;
  border: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  display: inline;
  float: left;
  margin-right: 1.5em;
  text-align: right;
  margin-left: 0;
  width: 33%;
}
blockquote.right {
  display: inline;
  float: right;
  margin-left: 1.5em;
  text-align: left;
  margin-right: 0;
  width: 33%;
}

.gallery-caption {
  margin: -1.5em 0 0 0;
}

/* ===================================================================
  Comments
===================================================================*/

#comments{
  margin-left:0px;
}

.commentlist, .commentlist .children {
  margin: 0;
  list-style: none;
}
.post .commentlist {
  position: relative;
  margin-left:0;
}
.commentlist, .commentlist .children {
  list-style: none;
}
.commentlist .children {
  margin: 0 0 0 85px;
}
.commentlist .comment {
  margin-left: 0;
  overflow: hidden;
}
.commentlist .comment div.avatar {
  float: left;
  margin: 5px 18px 0 0;
}
.commentlist .comment-entry {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom:1px dotted #222;
}
.comment-reply-link {
  float: right;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 8px;
  color: #fff;
  text-transform: uppercase;
  background: #ea4715;
  border: none;
}
.comment-reply-link:hover {
  color: #ececec;
  text-decoration: none;
}
.comment-author {
  margin: 0 0 10px 0;
}

.comment-author .author-name{
  margin: 0;
}

img.avatar {
  background: #fff;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
.author-name, .comment-meta {
  display: block;
}
.author-name {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.comment-meta {
  color: #666;
  margin-bottom: 10px;
  font-size:12px;
}
.comment-content {
  overflow: hidden;
}
.comment-entry p:last-child {
  margin-bottom: 0
}

#comments, #comments #respond{
  margin-top:20px;
}
/* Comment header 
--------------------------------------------------------------------*/
.comment-header {
  overflow: hidden;
  padding-top: 18px;
  margin-bottom: 24px;
}

/* Comment Form 
--------------------------------------------------------------------*/
#respond {
  margin-bottom: 18px;
  padding-top:20px;
}
.comment #respond {
  padding-bottom: 18px;
}
.comment #respond:before {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
}
.comment #respond .comment-form-author, 
.comment #respond .comment-form-email, 
.comment #respond .comment-form-url {
  width: 100%;
  margin-left: 0;
}
.comment-avatar{
  float:left;
}
.comment-inner{
  margin-left:70px;
}
#reply-title {
  font-size: 15px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  float: left;
  width: 31.273%;
  margin-left: 3.091%;
}
.comment-form-author {
  margin-left: 0;
}
#respond input[type="text"], #respond textarea {
  width: 100%;
  height: auto;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  resize:none;
}
#respond label {
  color: #999;
  font-size: 14px;
}
#respond .required {
  display: none;
}
#respond input[type="submit"], .location .enlarge a {
  font-size: 13px;
  font-weight: bold;
  padding: 8px 15px;
  color:#fff;
  text-transform: uppercase;
  background:#ea4715;
  border:none;
}
.btn {
  font-size: 11px;
  font-weight: bold;
  padding: 5px 15px;
  color:#fff;
  text-transform: uppercase;
  background:#ea4715;
  border:none;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1
}
.btn:hover {
  text-decoration: none;
  color: #fff
}

.form-left{
  float:left;
  width:40%;
  margin-right:20px;
}

.form-right{
  float:left;
  width:56%
}

.form-submit {
  float: right;
}


/* Grid
------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  img{
    height:auto;
  }
  .row {
    max-width: 767px;
  }

  .column {
    width: 100%;
    margin-left: 0;
    float: none;
  }
    
  .select-menu{
    display:block;
    width:100%;
    margin-top:20px;
  }  
  .content-left{
    overflow:hidden;
    margin-bottom:20px;
  }
  /* Main Slider*/
  .slider-outer-wrapper{
    width:100%;
  }
  
  .slider-item img{
    height:auto;
  }
  
  .slider-caption{
    width:100%;
    position:static;
  }
  .slider-caption-title{
    margin-top:20px;
  }
  .section-greeting{
    padding-top: 20px;
  }
  .greeting-heading .font-sansus{
    margin-bottom:10px;
  }
  .slider-pager, .slider-caption a.prev, .slider-caption a.next{
    display:none !important;
  }
  .slider-caption .finder-toggle{
    display:none;
  }
  .slider-caption #finder{
    position: static;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  /* ! slider */
  .greeting-heading h3{
    padding-left:0px;
  }
  
  .section-greeting a#prevmidle2, .section-greeting a#nextmidle2{
    bottom:13%;
    left:-5px;
  }
  .section-greeting a#prevmidle2:hover, .section-greeting a#nextmidle2:hover {
    bottom: 14%;
  }
  .section-greeting a#nextmidle2{
    left: auto;
    right: -5px;
  }
  .widget_colabs_flickr .flickr a{
    margin-left:12px;
  }
  
  .entry-post .entry-image{
    float:none;
    margin-right:0px;
    margin-bottom:10px;
  }
  .entry-title h3{
    display:block
  }
  .bx-wrapper{
    float:none;
  }
  .prop-images{
    margin-right:0px;
    margin-bottom:5px;
    border:none;
  }
  .prop-slider li {
    display: inline-block;
    margin-right: 5px;
  }
  .prop-slider li img{
    margin-top:0px;
  }
  
  a#previous, a#next1{
    left:-19px;
  }
  a#next1 {
    left: auto;
    right: -19px;
  }
  .entry-image img{
    width:99%;
    border:none;
  }
  .entry-content .entry-title, .entry-content  .entry-date{
    margin-bottom:8px;
  }
  .slider-caption #finder #local-search-form select{
    width:78%
  }
  .entry-post.entry-property .entry-content{
    min-height:0px;
  }
  .page-template-template-sitemap-php .entry-post{
    margin-bottom:0px;
  }
  /* Widget ----------------------*/
  .widget_search #s{
    width:70%;
  }
  .colabsTabs a{
    padding:5px 10px;
  }
  /* ! widget */
  
  .footer-section {
    text-align:center;
  }
  #frmcontact .txt, #frmcontact textarea {
    width: 100%;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    height:auto;
  }
  .logo-footer, .copyrights, .footer-contact{
    float:none;
  }
  
  .copyrights{
    margin-bottom:20px;
  }
  .dsidx-details #dsidx-header table td{
    display:block;
    clear:both;
  }
  .page-template-template-IDXsingle-php #dsidx-actions{
    text-align:left;
  }
  .page-template #dsidx #dsidx-actions a{
    border-left: none;
    margin: 0px;
    display:block;
  }

/* modal box */
  .modal-box{
    width:100% !Important;
    -webkit-box-sizing : border-box;
    -moz-box-sizing : border-box;
    box-sizing : border-box;
    left:0 !important;
  }

}


/* ===================================================================
  #Responsive Layout Mobile Landscape
=================================================================== */
@media only screen and (max-width:479px){
  .widget_colabs_about .btn{
    font-size: 8px;
    padding: 1px 8px;
  }

}
/* ===================================================================
  #Responsive Layout Mobile Landscape
=================================================================== */
@media only screen and (max-width:767px) and (min-width:480px){
  .widget_search #s {
  width: 80%;
  }
  .prop-slider li img{
    margin-left:5px;
  }
  .prop-images {
    margin-bottom: 10px;
  }
  .content-left{
    overflow:hidden;
    margin-bottom:20px;
  }
  .primary-sidebar {
    clear: both;
  }
  .slider-caption #finder #local-search-form select{
    width:85%;
  }
  .single-post .prop-images , .single-post .prop-images img{
    width:100%;
  }
  .section-greeting a#prevmidle2, .section-greeting a#nextmidle2{
    
  }
  .section-greeting a#prevmidle2, .section-greeting a#nextmidle2 {
    bottom: 16%;
    left: -15px;
  }
  .section-greeting a#nextmidle2 {
    left: auto;
    right: -15px;
  }
  .widget_colabs_flickr .flickr a{
    margin-left:9px;
  }
  
  /* Submit Property Form
  ----------------------- */
  #colabs_maps_holder label {
    display: block;
	float: none;
	width: 100%
  }
  #propertyform #colabs_maps_search {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box
  }
}


/* ===================================================================
  #Responsive Layout: I-pad
=================================================================== */
@media only screen and (max-width: 979px) and (min-width:768px){
  img{
    height:auto;
  }
  .select-menu{
    display:block;
    width: 60%;
    float: right;
    margin-top: 15px;
  }
  .slider-outer-wrapper{
    width:100%;
  }
  
  .slider-item img{
    height:auto;
  }
  
  .slider-caption{
    width:100%;
    position:static;
  }
  .slider-caption-title{
    margin-top:15px;
  }
  .slider-pager, .slider-caption a.prev, .slider-caption a.next{
    display:none !important;
  }
  .slider-caption .finder-toggle{
    left:3%;
  }
  .slider-caption-desc{
    margin-bottom:20px;
  }
  .section-slider{
    overflow:hidden;
  }
  .slider-caption #finder{
    width:40%;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
  }
  .greeting-heading h3{
    padding-left:0px;
  }
  .greeting-heading .font-sansus{
    font-size:35px;
  }
  .section-greeting a#prevmidle2, .section-greeting a#nextmidle2{
    left:-15px;
  }
  .section-greeting a#nextmidle2{
    right:-15px;
    left:auto;
  }
  .content-left{
    width: 62.04545%;
  }
  
  .primary-sidebar{
    width : 33.86364%;
  }
  .entry-post .entry-image{
    float:none;
    margin-right:0px;
    margin-bottom:10px;
  }
  .entry-image img{
    width:100%;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
  }
  .property-price:before{
    left:-17px;
  }
  .colabsTabs a{
    font-size: 12px;
    padding: 4px 9px;
  }
  .widget_colabs_flickr .flickr img{
    width:78px;
  }
  .widget_search #s{
    width:65%;
  }
  body div.dsidx-results-widget p {
    word-wrap: break-word;
    white-space: normal !important;
  }
  .prop-gallery, #map-location{
    width:100%;
    margin-left:0px;
  }
  .prop-gallery{
    margin-bottom:10px;
  }
  .prop-images{
    width:85%;
  }
  .prop-gallery .prop-images img{
    width:100%;
  }
  .entry-post.entry-property .entry-content{
    min-height:auto;
  }
  .single-post .prop-images, .single-post .information-location .column.col5{
    width:100%;
    margin-right:0px;
    margin-left:0px;
  }
  .finder-tab span{
    font-size:12px;
    padding:10px 8px 2px
  }
  #frmcontact .txt, #frmcontact textarea{
    width:100%;
    height:auto;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
  }
  .logo-footer, .copyrights, .footer-contact{
    float:none;
  }
  .footer-section {
    text-align:center;
  }
  .copyrights{
    margin-bottom:20px;
  }
  .footer-contact li{
    float:none;
    display:inline-block;
  }
  .slider-caption #finder{
    height: 60%;
    overflow: auto;
  }
  .slider-caption #finder #local-search-form select{
    width:78%;
  }
}

/* ===================================================================
  #Form Submit Property
=================================================================== */
#propertyform .leftside{
  margin-left:0px;
}

#propertyform input[type="checkbox"] {
  margin-right: 10px;
  margin-left: 5px;
}
#colabs_maps_holder ul{
  margin-left:0px;
}
#colabs_maps_holder li{
  list-style:none;
}
#propertyform input[type='text'], #propertyform  textarea, #propertyform  select{
  width:100%;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  height:auto;
}
#propertyform  select {
  height: 28px;
  border: 1px solid #ccc;
}
#propertyform label {
  display: block;
}
#propertyform .featured {
  margin-top: 20px
}
#propertyform input + label {
  display: inline
}
#propertyform #submit{
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  background: #ea4715;
  border: none;
}
#propertyform .input-file label {
  display: inline; 
  margin-right: 5px;
}

/* Colabs Maps Holder
------------------------------------------------------------------- */
#colabs_maps_holder label  {
  width: 25%;
}
#colabs_maps_holder input[type="text"] {
  width: 74.9%
}
#colabs_maps_holder .with-button input[type="text"] {
  width: 55%
}
#colabs_maps_holder .with-button input[type="submit"] {
  width: 20%
}
#propertyform #colabs_maps_search_input {
  width: 69.5%;
  margin-right: 3%;
  margin-bottom: 0
}
#propertyform #colabs_maps_search {
  width: 20%
}
.clear {
  clear: both
}
.maps-post-options {  
  margin: 15px 0
}



/* ===================================================================
  #My Property Table
=================================================================== */
.table-my-property .ads-actions a:hover {
  text-decoration: none
}
.table-my-property input[type="image"],
.table-my-property .ads-actions img {
  width: 22px;
  margin-bottom: 9px;
}
.entry-content .table-my-property  img.colabs-image {
  display : block;
  margin : 0.5em auto 1.5em; 
}
.table-my-property input[type="image"] {
  margin-bottom: 3px;
  margin-right: 3px
}
.table-my-property .ads-actions {
  width: 17%;
  text-align: center;
  vertical-align: middle
}
.table-my-property form {
  margin-bottom: 0;
  display: inline
}
.table-my-property .ads-actions,
.table-my-property .property-status {
  font-size: 12px
}
.table-my-property .btn {
  font-size: 11px;
  padding: 5px;
  display: block;
  text-align: center;
  margin-bottom: 3px
}

.widget_welcome .avatar {
  float: left;
  margin-right: 10px;
}
.widget_welcome .user {
  overflow: hidden
}
.widget_welcome .user-info li {
  margin-bottom: 0
}


/* ===================================================================
  #Edit Property
=================================================================== */
.colabs-maps-search-wrapper {
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  background: #fcfcfc;
  border: 1px solid #f5f5f5;
}
.colabs_maps_search {
  clear: both;
  padding: 0 0 10px 0 !important;
}
.colabs_maps_style {
  padding: 10px 0 !important
}
.colabs_maps_style input,
.colabs_maps_style select {
  margin: 0;
}
.colabs_maps_style label {
  font-weight: bold
}
.colabs_maps_style li {
  margin-bottom: 13px
}
#propertyform #submit {
  margin-top: 20px;
  padding: 10px 20px
}
.error-alert {
  background-color: #FCF8E3;
  border: 1px solid #FBEED5;
  border-radius: 4px 4px 4px 4px;
  color: #C09853;
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #F2DEDE;
  border-color: #EED3D7;
  color: #B94A48;
}


/* ===================================================================
  #Edit Profile
=================================================================== */
#your-profile label {
  font-weight: bold
}
#your-profile .input-text {
  margin-bottom: 9px
}
#your-profile .description {
  display: block;
  margin-bottom: 9px
}
#your-profile input[type="text"],
#your-profile textarea {
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#your-profile input[type="text"],
#your-profile textarea,
#your-profile select {
  width: 100%
}

#pass-strength-result {
	border-style: solid;
    border-width: 1px;
    float: left;
    margin: 5px 10px 5px 0;
    padding: 3px 5px;
    text-align: center;
    width: 200px;
    background-color: #EEEEEE;
    border-color: #DDDDDD !important;
}
#pass-strength-result.bad {
    background-color: #FFB78C;
    border-color: #FF853C !important;
}
#pass-strength-result.good {
    background-color: #FFEC8B;
    border-color: #FFCC00 !important;
}
#pass-strength-result.short {
    background-color: #FFA0A0;
    border-color: #F04040 !important;
}
#pass-strength-result.strong {
    background-color: #C3FF88;
    border-color: #8DFF1C !important;
}


/* ===================================================================
  #I-pad Landscape
=================================================================== */
@media only screen and (max-width: 1200px) and (min-width:1024px){
  .slider-caption #finder{
    height: 75%;
    overflow: auto;
  }
}
/* ===================================================================
  #Responsive Layout: Wide Screen
=================================================================== */
@media (min-width: 1200px) {
  .row {
    max-width: 1116px;
  }

  /* Main Slider
  ----------------------------------------------------------------- */
  .slider-outer-wrapper {
    width: 70%;
  }

  .slider-caption {
    width: 30%;
  }

  /* Entry Post
  ----------------------------------------------------------------- */
  .entry-image {
    margin-right: 60px;
  }
}



/* #Mobile Menu
=================================================================== */
.btn-navbar {
  display: none;
  color: #fff;
  border: 1px solid #000;
  background-color: rgba(0,0,0,.5);
  background-image: -webkit-linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  background-image: -moz-linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  background-image: -o-linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  background-image: -ms-linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  background-image: linear-gradient(rgba(255,255,255,.05), rgba(0,0,0,.2));
  margin: 7px 5px 0 5px;
  padding: 7px 10px !important;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.075), 0 0 5px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.075), 0 0 5px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0 rgba(255, 255, 255, 0.075), 0 0 5px rgba(255, 255, 255, 0.1);
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  overflow: visible \9;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* Set Mobile menu style for tablet and below
------------------------------------------------------------------- */
@media (max-width: 977px) {

  .primary-nav-wrapper {
    text-align: center;
    margin-top: ;
  }

  .container {
    overflow-x: hidden;
  }
  .menu-select {
    text-align: center;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse ul, .navigation ul li {
    float: none !important;
    display: block !important;
  }
  .nav-collapse.collapse > div {
    margin-bottom: 20px;
  }
  .nav-collapse, .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .btn-navbar {
    display: block;
    float: right;
  }
  .primary-nav {
    float: none;
    text-align: left;
  }
  .primary-nav li ul::before {
    display: none;
  }
  .nav-collapse .sf-menu li {
    float: none;
  }
  .branding {
    width: 85%;
  }

  /* Sub Menu
  ----------------------------------------------------------------- */
  .nav-collapse ul ul {
    height: auto !important;
    display: block !important;
    visibility: visible !important;
    position: static;
    border: none;
    background: none;
    margin-left: 20px;
    width: auto;
    float: none;
    width: auto !important;
    opacity: 1 !important;
    position: static !important;
    background: none !important;
  }
  .nav-collapse ul ul li {
    border: none;
    width: auto;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important
  }
}

.colabs-sc-twitter {
    width: 90px;
}
.shortcode-google-plusone {
    width: 70px;
}
.shortcode-pinterest {
    width: 51px;
}


/* #WPML Bar
=================================================================== */
body #lang_sel_footer {
  background: #000;
  border: 0;
  border-top: 1px solid #222;
  position: relative;
}
body #lang_sel_footer a {
  color: #fff;
}

/* #BuddyPress Compatibility
=================================================================== */
#buddypress label,
.rememberme label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
div#buddypress div.activity-comments div.acomment-meta,
div#buddypress div.activity-comments div.acomment-content {
  font-size: 90%
}
#search-groups-form {
  margin-bottom: 0
}
div#buddypress div.dir-search input[type=text] {
  margin: 0;
  padding: 4px 3px;
}
div#buddypress div.dir-search {
  margin-top: -52px;
  position: relative;
  padding-left: 10px;
  background: #fff
}
#buddypress div#item-header img.avatar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div#buddypress div.activity-comments ul li {
  padding-top: 15px;
}
#buddypress #profile-edit-form ul.button-nav:after {
  content: "";
  clear: both;
  display: block;
}
#buddypress #profile-edit-form ul.button-nav {
  margin-left: 0
}
.entry-text .success {
  padding: 8px 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.entry-text ul.errors {
  list-style: none;
  margin-left: 0;
  padding: 8px 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.loginform p label,
#registerform p label {
  font-weight: bold;
}