/*
Theme Name: Katalysis Responsive Theme
Author: Glyn Jenkins
*/
/*	--------------------------------------------------------------
:: Table Of Content
:: Css Reset.............................................1
:: Basic Elemenst & Classes..............................2
:: Header................................................3
:: Main Nav..............................................3.1
:: Social Icons..........................................3.2
:: Slider................................................4
:: Portfolio.............................................5
:: Portfolio > Carousel..................................5.1
:: Portfolio > Box.......................................5.2
:: Portfolio > Page......................................5.3
:: Portfolio > Portfolio Detail..........................5.1
:: FlexSlider............................................7
:: Widgets...............................................9
:: Jplayer...............................................10
:: Footer................................................11
:: Wordpress Standart Css................................12
:: Responsive............................................13
-------------------------------------------------------------- */
/*BOXES*/
/*BUTTONS*/
/*	--------------------------------------------------------------
:: Css Reset | http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*	--------------------------------------------------------------
:: Basic Elements & Classes
-------------------------------------------------------------- */
body {
  margin: 0px;
  background: #FFF;
  font: 13px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000;
  letter-spacing: 0.3px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}
img {
  border: 0px;
}
/*Wrapper*/
#wrapper {
  width: 950px;
  margin: 0px auto;
  padding: 0px 15px 0px;
}
/* :: Clear & Radius & Seperator */
/* MISC STYLES & SHORTCUTS */
.separator {
  height: 1px;
  margin: 40px auto;
  background: #EEEEEE;
}
div.spacer,
div.ccm-spacer {
  clear: both;
  font-size: 1px;
  height: 1px;
  margin-top: -1px;
}
div.code {
  border: 1px solid #ddd;
  background: #eee;
  padding: 10px;
}
.inner {
  margin: 8px;
}
h3.mediaselector {
  display: none;
}
/* :: Areas */
#top {
  margin: 10px 0 0;
}
#central {
  margin: 10px 0 0;
  overflow: hidden;
}
#bottom {
  margin: 10px 0 0;
  background: #9ecf36;
  padding: 10px 10px 0;
  overflow: hidden;
}
/* :: Columns */
.two-third,
.one-half,
.one-third,
.one-fourth {
  float: left;
}
.one-column {
  width: 950px;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.one-half {
  width: 460px;
  margin: 0 30px 20px 0;
  overflow: hidden;
}
.one-third {
  width: 300px;
  margin: 0 30px 20px 0;
  overflow: hidden;
}
.one-fourth {
  width: 202px;
  margin: 0 30px 20px 0;
  overflow: hidden;
}
.two-third {
  width: 620px;
  margin: 0 30px 20px 0;
  overflow: hidden;
}
.last {
  margin-right: 0px !important;
}
.kBox .one-column {
  width: 920px;
  margin-bottom: 0px;
}
.kBox .one-half {
  width: 445px;
  margin-bottom: 0px;
}
.kBox .one-third {
  width: 290px;
  margin-bottom: 0px;
}
.kBox .one-fourth {
  width: 200px;
  margin-bottom: 0px;
}
/* HEADER */
header #logo {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 180px;
  height: 175px;
  background: #9ecf36 url(../images/logo.png) no-repeat;
  text-indent: -5000px;
  outline: none;
}
header #logo:hover {
  background: transparent url(../images/logo-over.png) no-repeat;
}
header nav {
  width: 700px;
  float: right;
  height: 30px;
  margin: 0px;
  display: block;
}
header #headerMessage {
  float: right;
  height: 84px;
  width: 700px;
  margin: 0px 0 0px;
  display: block;
  text-align: right;
}
header .spacer {
  height: 5px;
  display: block;
  background: #9ecf36;
  margin: 0px;
  z-index: 10;
}
/* FOOTER */
footer.kBox {
  margin: 0 auto 20px auto;
  width: 920px;
  background-color: #3c4823;
  padding: 10px 15px 30px;
  color: #FFF;
}
footer a:hover {
  color: #797F84;
}
.footer-info {
  float: left;
  color: #FFF;
  font-size: 0.9em;
}
.footer-info p {
  color: #FFF;
  font-size: 0.9em;
}
.footer-sep {
  clear: both;
  background-color: #435718;
  height: 5px;
  margin: 20px 0 8px;
}
/*BOXES*/
.kBox {
  padding: 8px;
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
}
.kBox.error {
  border: 1px solid #e2d0d0;
  background: #fcf0f0;
  color: #000000;
}
.kBox.alert {
  background: #f5e0a8;
  color: #000000;
}
.kBox.info {
  background: #bad8f6;
  color: #000000;
}
.kBox.success {
  background-color: #e5f0d9;
  color: #000000;
}
.kBox.light {
  background: #FFF;
  border: 1px solid #B6B6B6;
  color: #4F4F4F;
}
.kBox.mid {
  border: 1px solid #B6B6B6;
  color: #4F4F4F;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1, #ededed), color-stop(0, #c4c4c4));
  background: -moz-linear-gradient(center top, #ededed, #c4c4c4);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}
.kBox.dark {
  background-color: #3c4823;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}
.kBox.call-to-action {
  background: transparent url(../images/call-to-action-phone.png) no-repeat left center;
  padding: 8px 0px 8px 60px;
}
.kBox.call-to-action.email {
  background: transparent url(../images/call-to-action-email.png) no-repeat left center;
  padding: 18px 0px 8px 60px;
}
.kBox.call-to-action.socialLinks {
  padding: 18px 0px 8px;
  background: none;
}
.kScope .kBoxHead {
  padding: 6px 8px;
  margin: 0px;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  border: 1px solid #7daa1f;
  background-color: #9ecf36;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9ecf36), color-stop(100%, #9ecf36), color-stop(100%, #cccccc));
  background: -moz-linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
  background: -ms-linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
  background: -o-linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
  background: linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
  -pie-background: linear-gradient(#9ecf36, #9ecf36, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#9ecf36,endColorstr=#cccccc);
  border-bottom: none;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-leftright: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* Property List Block Elements */
.propertyStatus {
  font-size: 80%;
  color: #c50505;
  text-transform: uppercase;
}
.kScope .property-listing {
  background-color: #e4ecd4;
  margin-bottom: 6px;
  overflow: hidden;
}
.kScope .property-listing img {
  float: right;
}
.kScope .property-listing .property-description {
  padding: 6px;
  float: left;
  width: 350px;
}
.kScope .property-listing .property-description h3 a,
.kScope .property-listing .property-description h4 a {
  text-decoration: none;
  color: #535353;
}
.kScope .property-unavailable {
  background-color: #c5d6a9;
  height: 100px;
  padding: 60px 0 0;
}
.kScope .property-unavailable h4 {
  text-align: center;
  color: #FFF;
}
.kScope .property-listing table tbody tr + tr td {
  border-top: solid 1px #8e8e8e;
}
.kScope .property-list.smallList h3 a.rightLink {
  float: right;
  font-family: arial, helvetica, sans-serif;
}
.kScope .property-list.smallList .property-listing {
  background-color: #FFF;
}
.kScope .property-list.smallList .property-listing .property-description {
  width: 290px;
  color: #535353;
}
.kScope .property-list.smallList .property-listing p {
  margin: 3px 0;
}
.kScope .page-images {
  clear: both;
  margin: 0 0 10px;
  overflow: hidden;
}
.kScope .property-image {
  float: left;
  width: 440px;
  height: 290px;
}
.kScope .property-image2 {
  float: right;
  width: 170px;
  height: 140px;
  margin: 0 0 10px;
}
.kScope .property-image3 {
  float: right;
  width: 170px;
  height: 140px;
}
.openxAdvert {
  float: left;
  margin-right: 12px;
}
.openxAdvert.last {
  margin-right: 0px;
}
/*BUTTONS*/
.kScope .kBtn,
.kScope a.kBtn,
.kScope a.kBtn:visited {
  display: inline-block;
  text-decoration: none;
  padding: 2px 5px 3px;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: 30%;
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  -moz-transition: -moz-box-shadow 0.25s ease-in-out;
  -o-transition: -o-box-shadow 0.25s ease-in-out;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  border: 1px solid #7daa1f;
  background-color: #9ecf36;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9ecf36), color-stop(100%, #9ecf36), color-stop(100%, #cccccc));
  background: -moz-linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
  background: -ms-linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
  background: -o-linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
  background: linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
  -pie-background: linear-gradient(#9ecf36, #9ecf36, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#9ecf36,endColorstr=#cccccc);
}
.kScope .kBtn:hover {
  cursor: pointer;
  outline: none;
  color: #ffffff;
  border-color: #597914;
  background-color: #648b10;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #648b10), color-stop(100%, #648b10), color-stop(100%, #cccccc));
  background: -moz-linear-gradient(center bottom, #648b10 0, #648b10 100%, #cccccc 100%);
  background: -ms-linear-gradient(center bottom, #648b10 0, #648b10 100%, #cccccc 100%);
  background: -o-linear-gradient(center bottom, #648b10 0, #648b10 100%, #cccccc 100%);
  background: linear-gradient(center bottom, #648b10 0, #648b10 100%, #cccccc 100%);
  -pie-background: linear-gradient(#648b10, #648b10, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#648b10,endColorstr=#cccccc);
}
.kScope .kBtn.secondary {
  color: #373737;
  text-shadow: 0 1px 0 rgba(256, 256, 256, 0.4);
  border: 1px solid #b6b6b6;
  background-color: #ededed;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c4c4c4), color-stop(100%, #ededed), color-stop(100%, #cccccc));
  background: -moz-linear-gradient(center bottom, #c4c4c4 0, #ededed 100%, #cccccc 100%);
  background: -ms-linear-gradient(center bottom, #c4c4c4 0, #ededed 100%, #cccccc 100%);
  background: -o-linear-gradient(center bottom, #c4c4c4 0, #ededed 100%, #cccccc 100%);
  background: linear-gradient(center bottom, #c4c4c4 0, #ededed 100%, #cccccc 100%);
  -pie-background: linear-gradient(#c4c4c4, #ededed, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c4c4c4,endColorstr=#cccccc);
}
.kBtn.iconLeft {
  padding-left: 1px;
}
.kBtn.iconLeft .kIcon {
  margin-right: 2px;
}
.kBtn.iconRight {
  padding-right: 1px;
}
.kBtn.iconRight .kIcon {
  margin-left: 2px;
  margin-right: 0px;
}
.kBtn.iconOnly {
  padding-left: 1px;
  padding-right: 1px;
}
.kBtn.iconOnly .kIcon {
  margin: 0px;
}
.kButtonset .kBtn {
  margin: 0px -5px 0px 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.kButtonset .kBtn.firstBtn {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.kButtonset .kBtn.lastBtn {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.kButtonset.third .kBtn {
  width: 33%;
}
/* RADIO BUTTONS & CHECKBOXES*/
/* http://webdesign.maratz.com/lab/fancy-checkboxes-and-radio-buttons/jquery.html */
.has-js .kRad,
.has-js .kCheck {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: 30%;
  color: #373737;
  text-shadow: rgba(256, 256, 256, 0.4);
  border: 1px solid #b6b6b6;
  background-color: #ededed;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c4c4c4), color-stop(100%, #ededed), color-stop(100%, #cccccc));
  background: -moz-linear-gradient(center bottom, #c4c4c4 0, #ededed 100%, #cccccc 100%);
  background: -ms-linear-gradient(center bottom, #c4c4c4 0, #ededed 100%, #cccccc 100%);
  background: -o-linear-gradient(center bottom, #c4c4c4 0, #ededed 100%, #cccccc 100%);
  background: linear-gradient(center bottom, #c4c4c4 0, #ededed 100%, #cccccc 100%);
  -pie-background: linear-gradient(#c4c4c4, #ededed, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c4c4c4,endColorstr=#cccccc);
}
.has-js label.r_on,
.has-js label.c_on {
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.8);
  border: 1px solid #7daa1f;
  background-color: #9ecf36;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9ecf36), color-stop(100%, #9ecf36), color-stop(100%, #cccccc));
  background: -moz-linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
  background: -ms-linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
  background: -o-linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
  background: linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
  -pie-background: linear-gradient(#9ecf36, #9ecf36, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#9ecf36,endColorstr=#cccccc);
}
.has-js .kRad input,
.has-js .kCheck input {
  position: absolute;
  left: -9999px;
}
.kRadset .kRad {
  margin: 0px -5px 0px 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.kRadset .kRad.firstRad {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.kRadset .kRad.lastRad {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/*TABS*/
.kTabs .kTabsMenu {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  height: 30px;
}
.kTabs .tab {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0px;
}
.kTabs .tab a {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  margin: 0px;
  padding: 6px 10px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: rgba(256, 256, 256, 0.4);
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-leftright: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  vertical-align: 30%;
  color: #373737;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  border: 1px solid #b6b6b6;
  background-color: #ededed;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c4c4c4), color-stop(100%, #ededed), color-stop(100%, #cccccc));
  background: -moz-linear-gradient(center bottom, #c4c4c4 0, #ededed 100%, #cccccc 100%);
  background: -ms-linear-gradient(center bottom, #c4c4c4 0, #ededed 100%, #cccccc 100%);
  background: -o-linear-gradient(center bottom, #c4c4c4 0, #ededed 100%, #cccccc 100%);
  background: linear-gradient(center bottom, #c4c4c4 0, #ededed 100%, #cccccc 100%);
  -pie-background: linear-gradient(#c4c4c4, #ededed, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c4c4c4,endColorstr=#cccccc);
  outline: none;
  border-bottom: none;
}
.kTabs .tab.active {
  position: relative;
  top: 3px;
}
.kTabs .tab a.active {
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.8);
  border: 1px solid #7daa1f;
  background-color: #9ecf36;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9ecf36), color-stop(100%, #9ecf36), color-stop(100%, #cccccc));
  background: -moz-linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
  background: -ms-linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
  background: -o-linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
  background: linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
  -pie-background: linear-gradient(#9ecf36, #9ecf36, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#9ecf36,endColorstr=#cccccc);
}
.kTabs .kTabsContainer {
  background: #FFF;
  border: 1px solid #B6B6B6;
  color: #4F4F4F;
  padding: 8px;
  margin: 0px;
}
/* SELECT MENU */
/* http://www.bulgaria-web-developers.com/projects/javascript/selectbox/ */
.sbHolder {
  background-color: #9ecf36;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9ecf36), color-stop(100%, #9ecf36), color-stop(100%, #cccccc));
  background: -moz-linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
  background: -ms-linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
  background: -o-linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
  background: linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
  -pie-background: linear-gradient(#9ecf36, #9ecf36, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#9ecf36,endColorstr=#cccccc);
  border: 1px solid #7daa1f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  position: relative;
  width: 140px;
}
.sbSelector {
  display: block;
  height: 30px;
  left: 0;
  line-height: 30px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 110px;
}
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: #ffffff;
  outline: none;
  text-decoration: none;
}
.sbToggle {
  background: url(../images/select-icons.png) 0 -116px no-repeat;
  display: block;
  height: 30px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.sbToggle:hover {
  background: url(../images/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover {
  background: url(../images/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}
.sbOptions {
  background-color: #ededed;
  border: 1px solid #b6b6b6;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 140px;
  z-index: 1;
  overflow-y: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.sbOptions li {
  padding: 0 7px;
}
.sbOptions a {
  color: #ffffff;
  border-bottom: solid 1px #CCC;
  display: block;
  outline: none;
  padding: 3px 0 3px 3px;
}
.sbOptions a:link,
.sbOptions a:hover .sbOptions a:visited {
  color: #373737;
  text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
.sbOptions li.last a {
  border-bottom: none;
}
.sbOptions .sbDisabled {
  color: #CCC;
  display: block;
  padding: 3px 0 3px 3px;
}
.sbOptions .sbGroup {
  color: #ffffff;
  display: block;
  font-weight: bold;
  padding: 3px 0 3px 3px;
}
.sbOptions .sbSub {
  padding-left: 17px;
}
/*ICONS*/
.kScope .kIcon {
  vertical-align: text-bottom;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icons.png) no-repeat;
  margin-right: 3px;
}
.kScope .kError {
  background-position: -48px -32px;
}
.kScope .kInfo {
  background-position: -48px 0px;
}
.kScope .kAlert {
  background-position: -48px -48px;
}
.kScope .kSuccess {
  background-position: -48px -16px;
}
.kScope .kDelete {
  background-position: -32px -96px;
}
.kScope .kEmail {
  background-position: -32px -96px;
}
.kScope .kClose {
  background-position: 0px 0px ;
}
.kScope .kBtn:hover .kClose {
  background-position: 0px -16px;
}
.kScope .kSearch {
  background-position: -112px -64px;
}
.kScope .kBtn:hover .kSearch {
  background-position: -112px -80px;
}
.kScope .kFavourite {
  background-position: -32px 0px;
}
.kScope .kBtn:hover .kFavourite {
  background-position: -32px -16px;
}
.kScope .kOmit {
  background-position: -32px -32px;
}
.kScope .kBtn:hover .kOmit {
  background-position: -32px -48px;
}
.kScope .kRefresh {
  background-position: -32px -64px;
}
.kScope .kBtn:hover .kRefresh {
  background-position: -32px -80px;
}
.kScope .kBack {
  background-position: 0px -32px;
}
.kScope .kBtn:hover .kBack {
  background-position: 0px -48px;
}
.kScope .kForward {
  background-position: -16px -32px;
}
.kScope .kBtn:hover .kForward {
  background-position: -16px -48px;
}
.kScope .kDownload {
  background-position: -64px 0px;
}
.kScope .kWord {
  background-position: -64px -16px;
}
.kScope .kPpt {
  background-position: -64px -48px;
}
.kScope .kXls {
  background-position: -64px -64px;
}
.kScope .kAudio {
  background-position: -64px -80px;
}
.kScope .kPdf {
  background-position: -64px -96px;
}
.kScope .kVtour {
  background-position: -64px -112px;
}
.kScope .kPlay {
  background-position: -80px 0px;
}
.kScope .kBtn:hover .kPlay {
  background-position: -80px -16px;
}
.kScope .kPause {
  background-position: -80px -32px;
}
.kScope .kBtn:hover .kPause {
  background-position: -80px -48px;
}
.kScope .kDown {
  background-position: 0px -64px;
}
.kScope .kBtn:hover .kDown {
  background-position: 0px -80px;
}
.kScope .kMobile {
  background-position: -96px -80px;
}
.kScope .kEmail {
  background-position: -96px -16px;
}
.kScope .kLogon {
  background-position: -112px -16px;
}
.kScope .kFacebook {
  background-position: -128px 0px;
}
.kScope .kTwitter {
  background-position: -128px -32px;
}
.kScope .kDraw {
  background-position: -160px 0px;
}
.kScope .kBtn:hover .kDraw {
  background-position: -160px -16px;
}
.kScope .kAddarea {
  background-position: -160px -32px;
}
.kScope .kBtn:hover.kAddarea {
  background-position: -160px -48px;
}
/* Paging Elements */
.pagingNav {
  margin: 16px 0px 8px 0px;
}
.pagination {
  text-align: center;
  color: #00AEEF;
  padding-top: 4px;
}
.pagination .pageRight {
  width: 20%;
  float: right;
  text-align: right;
}
.pagination .pageLeft {
  width: 20%;
  float: left;
  text-align: left;
}
#sectionPaging {
  background-color: #bbbab8;
  padding: 2px;
  margin-bottom: 6px;
  text-align: center;
  color: #FFF;
  line-height: 22px;
  font-size: 15px;
  height: 22px;
}
/* TOOLTIPS */
/* http://ara-abcarians.com/jquery/atooltip/ */
#aToolTip {
  position: absolute;
  display: none;
  z-index: 50000;
}
#aToolTip .aToolTipContent {
  position: relative;
  margin: 0;
  padding: 0 20px 0 0;
}
.defaultTheme {
  border: 1px solid #b6b6b6;
  background: #FFF;
  color: #373737;
  margin: 0;
  padding: 6px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.defaultTheme #aToolTipCloseBtn {
  display: block;
  height: 16px;
  width: 16px;
  background: url(../images/icons.png) no-repeat 0px 0px;
  text-indent: -9999px;
  outline: none;
  position: absolute;
  top: 4px;
  right: -5px;
}
/* FORMS */
.kForm fieldset {
  border: 0px;
  padding: 10px 0;
  margin: 0 0 10px;
}
.kForm legend {
  font-weight: bold;
}
.kForm label {
  display: block;
  font-size: 11px;
  line-height: 13px;
  margin: 3px 0;
}
.kForm textarea {
  width: 100%;
  height: 120px;
  border-radius: 3px;
  text-indent: 5px;
  color: #757575;
  border: 1px solid #b0b4b6;
  padding: 0;
  margin: 0 0 4px;
}
.kForm input[type=text],
.kForm input[type="password"],
.kForm input[type="email"],
.kForm input[type="tel"] {
  height: 25px;
  width: 98%;
  border: 1px solid #b0b4b6;
  padding: 0;
  margin: 0 0 4px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  text-indent: 5px;
  color: #757575;
}
.kForm .kBtn {
  float: right;
  margin-right: 6px;
}
/*Form text field*/
.text-wrap {
  width: 296px;
  height: 27px;
  background-image: -moz-linear-gradient(top, #e9edee, #d0d4d6);
  background-image: -webkit-linear-gradient(top, #e9edee, #d0d4d6);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
  border-radius: 4px;
  border: 1px solid #b5b9ba;
  padding: 3px;
  margin-bottom: 20px;
}
.actions {
  clear: both;
}
/* TABLES */
.kScope table {
  width: 100%;
  margin-bottom: 10px;
}
.kScope table th {
  padding: 5px 4px;
  white-space: nowrap;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "LatoLight", Arial, Helvetica, sans-serif;
  background-color: #e9e9e9;
}
.kScope table th + th {
  padding-left: 10px;
}
.kScope table td {
  padding: 5px 4px;
}
.kScope table td + td {
  padding-left: 10px;
}
.kScope table thead th {
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
}
.kScope table tbody tr + tr td,
.kScope table tbody tr + tr th {
  border-top: solid 1px #e3e3e3;
}
.kScope table tfoot tr.first td {
  border-top: solid 1px #e3e3e3;
}
.kScope table tfoot tr.last td {
  border-bottom: solid 1px #e3e3e3;
}
.kScope table th .tax-flag {
  white-space: nowrap;
  font-weight: normal;
}
.kScope table td.label,
.kScope table th.label {
  font-weight: bold;
  background-color: #f6f6f6;
}
/* FORM ELEMENTS */
.kScope .kform {
  overflow: hidden;
}
.kScope .kform fieldset {
  border: 0px;
  padding: 10px;
}
.kScope .kform fieldset.kbox {
  margin: 0px;
  padding: 0px;
}
.kScope .kform legend {
  font-weight: bold;
}
.kScope .kform input,
.kform p,
.kform .kbtn {
  margin: 0 0 6px;
  vertical-align: middle;
}
.kScope .kform label {
  vertical-align: middle;
  display: inline-block;
  margin: 4px 0  2px;
  font-size: 12px;
  clear: left;
}
.kScope .kform .ccm-required,
.kscope .kform .required {
  color: red;
}
.kScope .kform input[type="text"],
.kform input[type="password"],
.kform input[type="email"],
.kform input[type="phone"],
.kScope .kform textarea {
  background: #FFF;
  border: none;
  padding: 4px 0;
  text-indent: 6px;
  width: 100%;
  max-width: 500px;
  font-size: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  color: grey;
  -webkit-text-fill-color: grey;
  clear: both;
  display: block;
}
.kScope .kbox.light input[type="text"],
.kScope .kbox.light input[type="password"],
.kScope .kbox.light input[type="email"],
.kScope .kbox.light input[type="phone"] {
  background: #ffffff;
}
.kScope .kform textarea {
  height: 100px;
}
/*Form text field*/
.text-wrap {
  width: 296px;
  height: 27px;
  background-image: -moz-linear-gradient(top, #e9edee, #d0d4d6);
  background-image: -webkit-linear-gradient(top, #e9edee, #d0d4d6);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4) inset;
  border-radius: 4px;
  border: 1px solid #b5b9ba;
  padding: 3px;
  margin-bottom: 20px;
}
.actions {
  clear: both;
  margin-top: 10px;
}
.kscope .kmodal .kform input[type="text"],
.kscope .kmodal .kform input[type="password"],
.kscope .kmodal .kform input[type="email"],
.kscope .kmodal .kform textarea {
  background: #FFF;
}
.kscope .kform input::-webkit-input-placeholder,
.kscope .kform textarea::-webkit-input-placeholder {
  color: #636363;
}
.kscope .kform input:-moz-placeholder,
.kscope .kform textarea:-moz-placeholder {
  color: #636363;
}
/*	--------------------------------------------------------------
:: iPad Smaller than 959px
-------------------------------------------------------------- */
@media only screen and (min-width: 759px) and (max-width: 959px) {
  h3.mediaselector.ipad {
    display: block;
  }
  /*Wrapper*/
  #wrapper {
    width: 710px;
    padding: 0px 7px;
    margin: 0px auto;
  }
  /*Header*/
  .tagline {
    display: none;
  }
  header nav {
    width: 200px;
    margin-top: 0px;
    float: right;
    clear: none;
  }
  header #headerMessage {
    width: 500px;
  }
  .kScope header #headerMessage h1 {
    font-size: 36px;
  }
  /*columns*/
  .one-column {
    width: 708px;
    margin-bottom: 10px;
  }
  .one-half {
    width: 339px;
    margin: 0 30px 10px 0;
  }
  .one-half.last {
    width: 339px;
    margin: 0 0 10px 0;
  }
  .one-third {
    width: 186px;
    margin: 0 20px 10px 0;
  }
  .one-third.last {
    width: 186px;
    margin: 0 0 10px 0;
  }
  .one-fourth {
    width: 154px;
    margin: 0 30px 10px 0;
  }
  .one-fourth.last {
    width: 154px;
    margin: 0 0 10px 0;
  }
  .two-third {
    width: 504px;
    margin: 0 20px 10px 0;
  }
  .two-third.last {
    width: 504px;
    margin: 0 0px 10px 0;
  }
  .kBox .one-third {
    width: 329px;
  }
  .openxAdvert {
    display: none;
  }
  /*Footer*/
  #footer {
    width: 690px;
    padding: 10px;
  }
  #footer .one-fourth {
    width: 100%;
  }
  .kScope .property-listing .property-description {
    width: 230px;
  }
  .kScope .property-listing .property-description table {
    display: none;
  }
  .kScope .property-list.smallList .property-listing .property-description {
    width: 100%;
  }
  .kScope .property-list.smallList .property-listing img {
    display: none;
  }
  .kScope .property-image {
    width: 504px;
    height: 320px;
    margin: 0 0 10px;
  }
  .kScope .property-image2 {
    float: left;
    width: 247px;
    height: 180px;
    margin: 0 10px 0 0;
  }
  .kScope .property-image3 {
    float: left;
    width: 247px;
    height: 180px;
  }
}
/*	--------------------------------------------------------------
:: iPhone - Landscape
-------------------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 759px) {
  h3.mediaselector.iphoneLandscape {
    display: block;
  }
  #wrapper {
    width: 450px;
    padding: 0px 15px;
    margin: 0px auto;
    overflow: hidden;
  }
  header #headerMessage {
    display: none;
  }
  header nav {
    width: 200px;
    margin-top: 0px;
    float: right;
    clear: none;
  }
  header #logo {
    width: 90px;
    height: 87px;
    background-size: 90px 87px;
  }
  /*columns*/
  .two-third,
  .one-column,
  .one-half,
  .one-third,
  .one-fourth {
    float: none !important;
    margin: 0 0 10px 0 !important;
    width: auto !important;
  }
  .openxAdvert {
    display: none;
  }
  /*Footer*/
  #footer {
    width: auto;
    padding: 10px;
  }
  .kScope .property-listing .property-description {
    width: 200px;
  }
  .kScope .property-listing img {
    width: 200px;
  }
  .kScope .property-listing .property-description table {
    display: none;
  }
  .kScope .property-list.smallList .property-listing .property-description {
    width: 100%;
  }
  .kScope .property-list.smallList .property-listing img {
    display: none;
  }
  .kScope .property-list.smallList .property-listing .property-description h4 span {
    display: block;
  }
  .kScope .property-image {
    width: auto;
    height: 300px;
    margin: 0 0 8px;
  }
  .kScope .property-image2 {
    float: left;
    width: 220px;
    height: 170px;
    margin: 0 10px 0 0;
  }
  .kScope .property-image3 {
    float: left;
    width: 220px;
    height: 170px;
  }
}
/*	--------------------------------------------------------------
:: iPhone - Portrait
-------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
  h3.mediaselector.iphonePortrait {
    display: block;
  }
  body {
    background: none;
  }
  #wrapper {
    width: 300px;
    padding: 0px;
    margin: 0px auto;
    overflow: hidden;
  }
  header nav {
    width: 200px;
    margin-top: 0px;
    float: right;
    clear: none;
  }
  header #headerMessage {
    display: none;
  }
  header #logo {
    width: 90px;
    height: 87px;
    background-size: 90px 87px;
  }
  .openxAdvert {
    display: none;
  }
  /*columns*/
  .two-third,
  .one-column,
  .one-half,
  .one-third,
  .one-fourth {
    float: none !important;
    margin: 0 0 10px 0 !important;
    width: auto !important;
  }
  /*Footer*/
  #footer {
    width: auto;
    padding: 10px;
  }
  .kScope .property-list.smallList .property-listing .property-description {
    width: 100%;
  }
  .kScope .property-list.smallList .property-listing img {
    display: none;
  }
  .kScope .property-list.smallList .property-listing .property-description h4 span {
    display: block;
  }
  .kScope .property-image {
    width: 300px;
    height: 180px;
    margin: 0 0 8px;
  }
  .kScope .property-image2 {
    float: left;
    width: 145px;
    height: 110px;
    margin: 0 10px 0 0;
  }
  .kScope .property-image3 {
    float: left;
    width: 145px;
    height: 110px;
  }
}
