/* Home page
================================================== */
#top { background: url(../images/bkg/top.png) left bottom repeat-x; }
	.top { width: 998px; margin: 0 auto; font-size: 11px; padding: 7px 0; }
		.top a { text-decoration: none; color: #666666; }
		.ie7 .top a { padding: 5px 0; display: inline-block; }
			.top a:hover { text-decoration: none; color: #ffffff; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
			.top a.account { background: url(../images/icons/account.png) 5px 3px no-repeat; padding: 3px 7px 3px 20px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
				.top a:hover.account { background: url(../images/icons/account.png) 5px -11px no-repeat #3a3a3a; }
			.top a.register { background: url(../images/icons/register.png) 6px 3px no-repeat; padding: 3px 7px 3px 15px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
				.top a:hover.register { background: url(../images/icons/register.png) 6px -11px no-repeat #3a3a3a; }
			.top a.help { background: url(../images/icons/info.png) 6px 3px no-repeat; padding: 3px 7px 3px 15px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
				.top a:hover.help { background: url(../images/icons/info.png) 6px -11px no-repeat #3a3a3a; }
#header { width: 998px; margin: 0 auto; position: relative; z-index: 10; }
	.logo-social { padding: 25px 0; }
	.ie7 .logo-social { margin-bottom: 25px; }
		.logo-social a { float: left; }
		.logo-social a.logo { display: inline-block; background: url(../images/logo.png) 0 0 no-repeat; width: 121px; height: 36px; }
	.social { float: right; padding-top: 14px; }
		.social a { background: url(../images/icons/social-icons.png); width: 19px; height: 22px; margin-left: 10px; }
		.social a.twitter { background-position: 0 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
			.social a:hover.twitter { background-position: 0 -30px; }
		.social a.facebook { background-position: -35px 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
			.social a:hover.facebook { background-position: -35px -30px; }
		.social a.digg { background-position: -69px 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
			.social a:hover.digg { background-position: -69px -30px; }
		.social a.vimeo { background-position: -105px 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
			.social a:hover.vimeo { background-position: -105px -30px; }
		.social a.youtube { background-position: -141px 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
			.social a:hover.youtube { background-position: -141px -30px; }
		.social a.skype { background-position: -176px 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
			.social a:hover.skype { background-position: -176px -30px; }
#main-nav {
  height: 46px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.05), inset 0 -2px 0 rgba(204,204,204,0.75);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.05), inset 0 -2px 0 rgba(204,204,204,0.75);
  box-shadow: 0 0 5px rgba(0,0,0,0.05), inset 0 -2px 0 rgba(204,204,204,0.75);
  background-image: -moz-linear-gradient(bottom,#f7f7f7 0%,#fff 99.46%,#fff 100%);
  background-image: -o-linear-gradient(bottom,#f7f7f7 0%,#fff 99.46%,#fff 100%);
  background-image: -webkit-linear-gradient(bottom,#f7f7f7 0%,#fff 99.46%,#fff 100%);
  background-image: linear-gradient(bottom,#f7f7f7 0%,#fff 99.46%,#fff 100%);
  position: relative;
  z-index: 4;
}

#main-nav > ul {
  margin: 0;
}

#main-nav li {
  list-style: none;
  font-family: 'Economica', sans-serif;
  font-weight: 700;
  font-size: 18px;
  float: left;
  border-right: 1px solid #e2e2e2;
  position: relative;
  z-index: 50;
}

#main-nav li.last {
  border: none;
}

#main-nav li:hover a {
  color: #ff6633;
}

#main-nav li:hover p a {
  color: #ff6633;
}

#main-nav li a {
  text-decoration: none;
  color: #3a3a3a;
  padding: 7px 25px 19px 25px;
  text-transform: uppercase;
  display: inline-block;
}

.ie8 #main-nav li a {
  padding: 7px 23px 19px 23px;
}

#main-nav li p a {
  position: absolute;
  left: 25px;
  top: 27px;
  padding: 0;
  font-size: 9px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
}

.ie8 #main-nav li p a {
  left: 0;
  top: 23px;
}

#main-nav li.home a {
  padding: 7px 25px 19px 35px;
}

.ie8 #main-nav li.home a {
  padding: 7px 23px 19px 33px;
}

#main-nav li.home p a {
  margin: 0 0 0 10px;
  padding: 0;
}

.ie8 #main-nav li.home p a {
  margin: 0;
}

#main-nav li .first {
  background: url(../images/home-icon.png) 0 0 no-repeat;
  position: absolute;
  width: 18px;
  height: 17px;
  top: 8px;
  left: 15px;
}

#main-nav li.current .first {
  background: url(../images/home-icon-green.png) 0 0 no-repeat;
}

#main-nav li:hover .first {
  background: url(../images/home-icon-green.png) 0 0 no-repeat;
}

#main-nav li.indicator {
  background: url(../images/icons/plus.png) 90% 25% no-repeat;
}

#main-nav li.indicator:hover {
  background: url(../images/icons/minus.png) 90% 25% no-repeat;
}

#main-nav li.indicator.current {
  background: url(../images/icons/plus-hover.png) 90% 25% no-repeat;
}

#main-nav a:hover,
#main-nav .hover > a,
#main-nav .current > a {
  color: #ff6633;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

#main-nav a:hover,
#main-nav a:hover p,
#main-nav .hover > a,
#main-nav .current > a,
#main-nav .current > p a {
  color: #ff6633;
  cursor: pointer;
}

#main-nav a:hover,
#main-nav .hover > a,
#main-nav .current > a {
  background: none;
}

.no-js #main-nav li:hover > ul {
  display: block;
}

#main-nav .submenu {
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  display: none;
  position: absolute;
  z-index: 99;
}

.ie7 #main-nav .submenu {
  top: 47px;
}

#main-nav .submenu li a {
  border-bottom: solid 1px #f0f0f0;
  color: #3a3a3a;
  font-size: 14px;
  padding: 10px;
  width: 165px;
}

#main-nav .submenu li a:hover {
  color: #ff6633;
  background: #f8f8f8;
}

#main-nav .submenu li a.last {
  border: none;
}

#main-nav .submenu li.current {
  background: #f8f8f8;
}

#main-nav .submenu li.current a {
  color: #ff6633;
}

#main-nav .submenu li.current:after {
  display: none;
}

#main-nav .sub-submenu {
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  display: none;
  position: absolute;
  z-index: 99;
  top: -1px;
  left: 185px;
}

.ie7 #main-nav .sub-submenu {
  top: 47px;
}

#main-nav .sub-submenu li a {
  border-bottom: solid 1px #f0f0f0;
  color: #3a3a3a;
  font-size: 14px;
  padding: 10px;
  width: 165px;
}

#main-nav .sub-submenu li a:hover {
  color: #ff6633;
  background: #f8f8f8;
}

#main-nav .sub-submenu li a.last {
  border: none;
}

#main-nav .sub-submenu li.current {
  background: #f8f8f8;
}

#main-nav .sub-submenu li.current a {
  color: #ff6633;
}

#main-nav .sub-submenu li.current:after {
  display: none;
}

.no-js #main-nav > ul, #main-nav .responsive-nav { display: none; }
#search-slider {
  width: 998px;
  margin: 20px auto 0 auto;
}
.search {
  float: left;
}

.srch {
  width: 220px;
  padding: 10px;
  border: 1px solid rgba(188,188,188,0.82);
  background: url(../images/bkg/search-bg.png) left bottom repeat-x #ffffff;
}

.ie7 .srch {
  border: 1px solid #c3c3c3;
}

.srch h2 {
  font-family: 'Economica', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ff6633;
}

.srch .checkbox {
  padding: 5px 0 10px 0;
  margin-bottom: 5px;
  background: url(../images/dashed-line.png) left bottom repeat-x;
}

.ie7 .srch .checkbox {
  min-height: 25px;
}

.srch .checkbox label {
  float: left;
  padding: 6px 13px 0 3px;
}

.srch .selectbox {
  padding: 12px 0;
  margin-bottom: 5px;
  background: url(../images/dashed-line.png) left bottom repeat-x;
}
.ie7 .srch .selectbox {
  min-height: 40px;
}
.srch .selectbox .s-select {
  float: left;
  width: 47%;
  margin-right: 5%;
  padding-top: 15px;
}

.srch .selectbox .last {
  margin: 0;
}

.srch .jslider {
  float: left;
  width: 100%;
  height: 45px;
  position: relative;
  top: 25px;
}

.srch .jslider table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

.srch .jslider th {
  padding: 0;
  vertical-align: top;
  text-align: left;
  border: 0;
}

.srch .jslider table tr td {
  width: 100%;
  vertical-align: top;
}

.srch .jslider .jslider-bg {
  position: relative;
}

.srch .jslider .jslider-bg i {
  height: 6px;
  position: absolute;
  font-size: 0;
  top: 0;
}

.srch .jslider .jslider-bg .l {
  width: 10%;
  background-position: 0 0;
  left: 0;
}

.srch .jslider .jslider-bg .f {
  width: 80%;
  left: 10%;
  background-repeat: repeat-x;
  background-position: 0 -20px;
}

.srch .jslider .jslider-bg .r {
  width: 10%;
  left: 90%;
  background-position: right 0;
}

.srch .jslider .jslider-bg .v {
  position: absolute;
  width: 60%;
  left: 20%;
  top: 0;
  height: 5px;
  background-repeat: repeat-x;
  background-position: 0 -40px;
}

.srch .jslider .jslider-pointer {
  width: 13px;
  height: 15px;
  background-position: 0 -60px;
  position: absolute;
  left: 20%;
  top: -4px;
  margin-left: -6px;
  cursor: pointer;
  cursor: hand;
}

.srch .jslider .jslider-pointer-hover {
  background-position: -20px -60px;
}

.srch .jslider .jslider-pointer-to {
  left: 80%;
}

.srch .jslider .jslider-label {
  font-size: 9px;
  line-height: 1em;
  color: black;
  opacity: 0.4;
  white-space: nowrap;
  padding: 0px 2px;
  position: absolute;
  top: -18px;
  left: 0px;
}

.srch .jslider .jslider-label small {
  position: relative;
  top: -0.4em;
}

.srch .jslider .jslider-label-to {
  left: auto;
  right: 0;
}

.srch .jslider .jslider-value {
  font-size: 11px;
  white-space: nowrap;
  padding: 1px 2px 0;
  position: absolute;
  top: -19px;
  left: 20%;
  line-height: 1em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #3a3a3a;
}

.srch .jslider .jslider-value small {
  position: relative;
  top: -0.4em;
}

.srch .jslider .jslider-value-to {
  left: 80%;
}

.srch .jslider .jslider-scale {
  position: relative;
  top: 9px;
}

.srch .jslider .jslider-scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0;
}

.srch .jslider .jslider-scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0px;
  top: 5px;
  color: #999;
}

.srch .jslider-single .jslider-pointer-to {
  display: none;
}

.srch .jslider-single .jslider-value-to {
  display: none;
}

.srch .jslider-single .jslider-bg .v {
  display: none;
}

.srch .jslider-single .jslider-label {
  display: none;
}

.srch .jslider_round_plastic .jslider-bg i {
  background-image: url(../images/jslider.round.plastic.png);
}

.srch .jslider_round_plastic .jslider-pointer {
  background-image: url(../images/jslider.round.plastic.png);
  width: 18px;
  height: 18px;
  top: -7px;
  margin-left: -8px;
}

.srch .search-button .search-property {
  color: #ffffff;
  position: relative;
  z-index: 20;
  cursor: pointer;
  float: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #ff6633;
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.11), inset 0 1px 0 #9de131;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.11), inset 0 1px 0 #9de131;
  box-shadow: 0 1px 1px rgba(0,0,0,0.11), inset 0 1px 0 #9de131;
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.09) -118.63%, rgba(255,255,255,.09) 31.37%);
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,.09) -118.63%, rgba(255,255,255,.09) 31.37%);
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.09) -118.63%, rgba(255,255,255,.09) 31.37%);
  background-image: linear-gradient(bottom, rgba(0,0,0,.09) -118.63%, rgba(255,255,255,.09) 31.37%);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  padding: 8px 15px;
  border: 1px solid #ff6633;
}

.ie7 .srch .search-button .search-property {
  border: none;
}

.srch .search-button .search-property:hover {
  -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 5px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 5px rgba(0,0,0,0.4);
  box-shadow: 0 1px 0 #fff, inset 0 1px 5px rgba(0,0,0,0.4);
  background-image: -moz-linear-gradient(bottom,rgba(0,0,0,0.09) -118.63%,rgba(255,255,255,0.09) 31.37%);
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,0.09) -118.63%,rgba(255,255,255,0.09) 31.37%);
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.09) -118.63%,rgba(255,255,255,0.09) 31.37%);
  background-image: linear-gradient(bottom,rgba(0,0,0,0.09) -118.63%,rgba(255,255,255,0.09) 31.37%);
}

.search .search-shadow {
  background: url(../images/search-shadow_480.png) 0 0 no-repeat;
  height: 6px;
}

.slider {
  float: right;
  width: 71%;
  padding: 7px;
  border: 1px solid #bdbdbd;
  background: #ffffff;
}

.slider-shadow {
  float: right;
  margin-top: -1px;
  width: 736px;
  background: url(../images/slider-shadow.png) 0 0 no-repeat;
  height: 21px;
}
#content {
  width: 998px;
  margin: 20px auto 0 auto;
}

.latest-transactions .latest-title {
  background: url(../images/title-line.png) left center repeat-x;
  text-transform: uppercase;
}

.latest-transactions .latest-title p {
  margin: 0 0 0 20px;
  padding: 0 10px;
  font-family: 'Economica', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #3a3a3a;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
  background: #ffffff;
  display: inline-block;
}
.jcarousel-skin-tangos { width: 104%; overflow: hidden; margin-left: -20px; }
.jcarousel-skin-tangos .jcarousel-next-horizontal {
  position: absolute;
  top: 40px;
  right: -72px;
  width: 66px;
  height: 117px;
  cursor: pointer;
  background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tangos .jcarousel-prev-horizontal {
  position: absolute;
  top: 40px;
  left: -76px;
  width: 66px;
  height: 117px;
  cursor: pointer;
  background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tangos .jcarousel-container-horizontal {
  width: 888px;
  margin: 20px 0px 0 55px;
}

.jcarousel-skin-tangos .jcarousel-clip {
  overflow: hidden;
}

.jcarousel-skin-tangos .jcarousel-item-horizontal {
  margin: 0 10px 0 0;
}

.ie7 .jcarousel-skin-tangos .jcarousel-item-horizontal {
  width: 286px;
}

.jcarousel-skin-tangos .jcarousel-direction-rtl .jcarousel-next-horizontal {
  right: 40px;
  left: auto;
  background-image: url(../../images/prev-horizontal.png);
}

.jcarousel-skin-tangos .jcarousel-next-horizontal:hover,
.jcarousel-skin-tangos .jcarousel-next-horizontal:focus {
  background-position: -152px 0;
}

.jcarousel-skin-tangos .jcarousel-next-horizontal:active {
  background-position: -152px 0;
}

.jcarousel-skin-tangos .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tangos .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tangos .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tangos .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}

.jcarousel-skin-tangos .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 5px;
  background-image: url(../../images/next-horizontal.png);
}

.jcarousel-skin-tangos .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tangos .jcarousel-prev-horizontal:focus {
  background-position: -152px 0;
}

.jcarousel-skin-tangos .jcarousel-prev-horizontal:active {
  background-position: -152px 0;
}

.jcarousel-skin-tangos .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tangos .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tangos .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tangos .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}

.jcarousel-date-content {
  position: relative;
}

.jcarousel-date-content .l-new {
  background: url(../images/icons/new-property.png) 0 0 no-repeat;
  position: absolute;
  z-index: 10;
  width: 87px;
  height: 62px;
  right: 0;
}

.jcarousel-date-content .l-new a {
  display: block;
  width: 87px;
  height: 62px;
}

.jcarousel-date-content .l-off {
  background: url(../images/icons/off-property.png) 0 0 no-repeat;
  position: absolute;
  z-index: 10;
  width: 87px;
  height: 62px;
  right: 0;
}

.jcarousel-date-content .l-off a {
  display: block;
  width: 87px;
  height: 62px;
}

.jcarousel-date-content .l-image {
  border: 1px solid #b9b9b9;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 5px 0 5px;
  position: relative;
}
.jcarousel-date-content .l-image .l-image-hover {
  background: url(../images/sli-ctn.png);
  position: absolute;
  width: 274px;
  height: 166px;
  top: 5px;
  -webkit-transition: opacity 0.7s ease;
  -moz-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  -ms-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  opacity: 0;
}

.ie8 .jcarousel-date-content .l-image .l-image-hover {
  background: url(../images/sli-ctn.png);
  position: absolute;
  width: 274px;
  height: 166px;
  top: 5px;
  -webkit-transition: opacity 0.7s ease;
  -moz-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  -ms-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  opacity: 0;
  display: none;
}

.ie7 .jcarousel-date-content .l-image .l-image-hover {
  display: none;
}

.jcarousel-date-content .l-image:hover {
  cursor: pointer;
}

.jcarousel-date-content .l-image:hover .l-image-hover {
  background: url(../images/sli-ctn.png);
  position: absolute;
  width: 179px;
  height: 101px;
  padding: 65px 0 0 95px;
  top: 5px;
  -webkit-transition: opacity 0.7s ease;
  -moz-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  -ms-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  opacity: 1;
}

.ie8 .jcarousel-date-content .l-image:hover .l-image-hover {
  background: url(../images/sli-ctn.png);
  position: absolute;
  width: 179px;
  height: 101px;
  padding: 65px 0 0 95px;
  top: 5px;
  -webkit-transition: opacity 0.7s ease;
  -moz-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  -ms-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  opacity: 1;
  display: block;
}

.ie7 .jcarousel-date-content .l-image:hover .l-image-hover {
  display: none;
}

.jcarousel-date-content .l-image:hover .l-image-hover a.l-lupa {
  display: inline-block;
  width: 35px;
  height: 36px;
  background: url(../images/icons/property-view.png) 0 0 no-repeat;
  margin-right: 5px;
}

.jcarousel-date-content .l-image:hover .l-image-hover a.l-lupa:hover {
  background: url(../images/icons/property-view.png) 0 -41px no-repeat;
}

.jcarousel-date-content .l-image:hover .l-image-hover a.l-link {
  display: inline-block;
  width: 35px;
  height: 36px;
  background: url(../images/icons/property-view.png) -40px 0 no-repeat;
}

.jcarousel-date-content .l-image:hover .l-image-hover a.l-link:hover {
  background: url(../images/icons/property-view.png) -40px -41px no-repeat;
}

.jcarousel-date-content .l-shadow {
  background: url(../images/home-images-shadow.png) 0 0 no-repeat;
  height: 7px;
}

.jcarousel-date-content .l-title {
  font-size: 14px;
  background: url(../images/icons/l-line.png) left bottom repeat-x;
  padding: 5px 0 8px 0;
}

.jcarousel-date-content .l-title a {
  text-decoration: none;
  color: #3a3a3a;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
}

.jcarousel-date-content .l-title a:hover {
  text-decoration: none;
  color: #ff6633;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
}

.jcarousel-date-content .l-features {
  font-size: 11px;
  color: #666666;
  padding: 7px 0;
  background: url(../images/icons/l-line.png) left bottom repeat-x;
}

.ie7 .jcarousel-date-content .l-features {
  min-height: 18px;
}

.jcarousel-date-content .l-features .l-bedrooms {
  float: left;
  background: url(../images/icons/bedrooms.png) left center no-repeat;
  padding: 0 10px 0 20px;
}

.jcarousel-date-content .l-features .l-area {
  float: left;
  background: url(../images/icons/area.png) left center no-repeat;
  padding: 0 10px 0 15px;
}

.jcarousel-date-content .l-features .l-baths {
  float: left;
  background: url(../images/icons/baths.png) left center no-repeat;
  padding: 0 10px 0 22px;
}

.jcarousel-date-content .l-features .l-type {
  float: left;
  background: url(../images/icons/type.png) left center no-repeat;
  padding: 0 0 0 16px;
}

.jcarousel-date-content .l-details {
  padding: 7px 0;
}

.jcarousel-date-content .l-details .l-price {
  float: left;
  font-family: 'Economica', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #3a3a3a;
}

.jcarousel-date-content .l-details .l-view {
  float: right;
}

.jcarousel-date-content .l-details .l-view a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 10px 6px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.4);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.4);
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.4);
  background: #3a3a3a;
}

.jcarousel-date-content .l-details .l-view a:hover {
  background: #ff6633;
  -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 5px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 5px rgba(0,0,0,0.4);
  box-shadow: 0 1px 0 #fff, inset 0 1px 5px rgba(0,0,0,0.4);
}

.second-row {
  padding-top: 40px;
}

.second-row .why-us {
  width: 27%;
  margin-right: 3.3%;
  background: #ffffff;
  border: 1px solid #b9b9b9;
  padding: 2%;
}

.second-row h2 {
  text-align: center;
  font-family: 'Economica', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #3a3a3a;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
  background: url(../images/title-line.png) left center repeat-x;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.second-row h2 span {
  background: #fff;
  padding: 0 10px;
}

.second-row .why-us .content {
  color: #666666;
  line-height: 1.4em;
}

.second-row .happy-clients {
  width: 27%;
  margin-right: 3.3%;
  background: #ffffff;
  border: 1px solid #b9b9b9;
  padding: 2%;
}

.second-row .happy-clients .content {
  background: url(../images/icons/quote.png) 0 0 no-repeat;
  color: #666666;
  line-height: 1.4em;
  font-style: italic;
}

.second-row .happy-clients .content p {
  font-weight: bold;
  color: #3a3a3a;
  padding-top: 17px;
}

.second-row .stay-informed {
  width: 27%;
  background: #ffffff;
  padding: 2%;
}
.second-row .stay-informed h2 span {
  background: #fff;
  text-shadow: none;
}
.second-row .stay-informed .content {
  background: #ffffff;
  color: #666666;
  line-height: 1.4em;
  padding: 18px;
  position: relative;
}

.second-row .stay-informed .content p {
  margin: 0;
  padding-bottom: 7px;
}

.second-row .stay-informed .content .newsletter-input {
  width: 94%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.65), inset 0 1px 2px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.65), inset 0 1px 2px rgba(0,0,0,0.15);
  box-shadow: 0 1px 0 rgba(255,255,255,0.65), inset 0 1px 2px rgba(0,0,0,0.15);
  border: none;
  color: #999999;
  padding: 11px 8px;
  outline: none;
  display: inline-block;
}

.second-row .stay-informed .content .newsletter-submit {
  width: 38px;
  background: url(../images/newsletter-submit.png) 0 0 no-repeat;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 37px;
  right: 16px;
  padding: 11px 8px;
}

.ie7 .second-row .stay-informed .content .newsletter-submit {
  top: 41px;
}

.ie8 .second-row .stay-informed .content .newsletter-submit {
  width: 38px;
  background: url(../images/newsletter-submit.png) 0 0 no-repeat;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 12px;
  padding: 11px 8px;
  height: 36px;
}

.second-row .stay-informed .content .newsletter-submit:hover {
  background: url(../images/newsletter-submit.png) 0 -48px no-repeat;
}
.last-hour {
  margin: 40px 0;
  background: #ffffff;
  border: 1px solid #b9b9b9;
  padding: 20px;
}

.ie7 .last-hour {
  margin: 40px 0;
  background: #ffffff;
  border: 1px solid #b9b9b9;
  padding: 20px;
}

.last-hour h2 {
  background: url(../images/title-line.png) left center repeat-x;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.last-hour h2 span {
  margin: 0 0 0 20px;
  padding: 0 10px;
  font-family: 'Economica', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #3a3a3a;
  text-shadow: 0 1px 0 rgba(255,255,255,0.75);
  background: #fff;
  display: inline-block;
}

.last-hour .jcarousel-date-content {
  margin-right: 48px;
}

.ie7 .last-hour .jcarousel-date-content {
  float: left;
  width: 286px;
}

.last-hour .jcarousel-date-content.last {
  margin-right: 0;
}
.social-footer {
  padding: 40px 0;
}

.ie7 .social-footer {
  min-height: 100px;
}

.social-footer {
  padding: 20px 0;
}

.social-footer .col {
  width: 25%;
}

.ie7 .social-footer .col {
  width: 24.9%;
  padding-bottom: 20px;
}

.social-footer .col h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.social-footer .col h2 span {
  padding: 0 10px;
  font-family: 'Economica', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background: #3a3a3a;
  display: inline-block;
}

.social-footer .col h2 span.facebook {
  background: url(../images/icons/facebook_white.png) 10px center no-repeat #3a3a3a;
  padding-left: 30px;
}

.social-footer .col h2 span.twitter {
  background: url(../images/icons/twitter_white.png) 10px center no-repeat #3a3a3a;
  padding-left: 43px;
}

.social-footer .col h2 span.tv {
  background: url(../images/icons/tv_white.png) 10px center no-repeat #3a3a3a;
  padding-left: 48px;
}

.social-footer .col .content .post {
  margin-bottom: 25px;
}

.ie7 .social-footer .col .content .post {
  min-height: 46px;
}

.social-footer .col .content .post.last {
  margin-bottom: 0;
}

.social-footer .col .content .post .image {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  width: 55px;
  height: 55px;
  padding: 5px;
  overflow: hidden;
  margin-right: 10px;
}

.social-footer .col .content .post .post-det {
  width: 171px;
  font-size: 12px;
}

.social-footer .col .content .post .post-det a {
  text-decoration: none;
  color: #999999;
  line-height: 17px;
}

.social-footer .col .content .post .post-det a:hover {
  text-decoration: none;
  color: #999999;
}

.social-footer .col .content .post .post-det a span {
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.social-footer .col .content .post .post-det a:hover span {
  color: #ff6633;
  font-weight: bold;
}

.social-footer .col .content .post .post-det p {
  color: #999999;
  font-style: italic;
  padding-top: 5px;
}

.social-footer .col .f-content {
  padding-left: 30px;
  font-size: 12px;
}

.social-footer .col .f-content .post {
  margin-bottom: 25px;
}

.social-footer .col .f-content .post.last {
  margin-bottom: 0;
}

.social-footer .col .f-content .post .post-det a {
  text-decoration: none;
  color: #999999;
  line-height: 17px;
}

.social-footer .col .f-content .post .post-det a:hover {
  text-decoration: none;
  color: #999999;
}

.social-footer .col .f-content .post .post-det a span {
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.social-footer .col .f-content .post .post-det a:hover span {
  color: #ff6633;
  font-weight: bold;
}

.social-footer .col .f-content .post .post-det p {
  color: #999999;
  font-style: italic;
  padding-top: 5px;
}

.social-footer .col .t-content {
  padding-left: 43px;
  font-size: 12px;
}

.social-footer .col .t-content .post {
  margin-bottom: 25px;
}

.social-footer .col .t-content .post.last {
  margin-bottom: 0;
}

.social-footer .col .t-content .post .post-det a {
  text-decoration: none;
  color: #999999;
  line-height: 17px;
}

.social-footer .col .t-content .post .post-det a:hover {
  text-decoration: none;
  color: #999999;
}

.social-footer .col .t-content .post .post-det a span {
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.social-footer .col .t-content .post .post-det a:hover span {
  color: #ff6633;
  font-weight: bold;
}

.social-footer .col .t-content .post .post-det p {
  color: #999999;
  font-style: italic;
  padding-top: 5px;
}

#footer {
  margin: 0 auto;
  background: url(../images/title-line-gray.png) left 36px repeat-x #3a3a3a;
}

#footer .footer {
  width: 998px;
  margin: 0 auto;
  padding: 10px 0;
}

#footer .footer .address {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

#footer .footer .contact {
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
  padding: 0;
}

#footer .footer .contact a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

#footer .footer .contact a:hover {
  text-decoration: underline;
  color: #ffffff;
}


#copyright {
  width: 998px;
  margin: 0 auto;
  padding: 20px 0;
}

#copyright .copyright {
  color: #3a3a3a;
}

#copyright .copyright span {
  color: #ff6633;
}

#copyright .copyright a {
  color: #3a3a3a;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#copyright .copyright a:hover {
  color: #ff6633;
  text-decoration: none;
}

#copyright .footer-menu {
  color: #3a3a3a;
}

#copyright .footer-menu a {
  color: #3a3a3a;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#copyright .footer-menu a:hover {
  color: #ff6633;
  text-decoration: underline;
}
.nivo-caption h2 { padding-top: 10px; }
.latest-transactions {
background: #ffffff;
border: 1px solid #b9b9b9;
padding: 20px;
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 767px) and (max-width: 998px) {
	.top { width: 767px; margin: 0 auto; font-size: 11px; padding: 7px 0; }
	#header { width: 767px; margin: 0 auto; position: relative; z-index: 10; }
	.no-js #main-nav > ul, #main-nav .responsive-nav { display: none; }
	#search-slider {
	  width: 767px;
	  margin: 20px auto 0 auto;
	}
	.slider {
	  float: right;
	  width: 63%;
	  padding: 7px;
	  border: 1px solid #bdbdbd;
	  background: #ffffff;
	}
	.slider-shadow {
	  float: right;
	  margin-top: -1px;
	  width: 500px;
	  background: url(../images/slider-shadow_500.png) 0 0 no-repeat;
	  height: 21px;
	}
  .nivo-caption {
		background: url(../images/sli-ctn.png);
		width: 394px;
		height: 90px;
		position: absolute;
		border: 1px solid #fff;
		top: 69%;
		left: 9%;
		z-index: 5000;
	}
  .nivo-caption p { width: 72%; }
  .nivo-caption h2 { font-size: 16px; }
	.nivo-directionNav a {
		position:absolute;
		top:57%;
		z-index:9;
		cursor:pointer;
	}
	.nivo-nextNav {
		top: 74% !important;
		right: 20px;
		width: 17px;
		height: 62px;
		background: url(../images/slider-arrows.png) 0 -87px no-repeat;
		text-indent: -9999px;
		border: 1px solid #FFF;
	}
	.nivo-prevNav {
		top: 52% !important;
		margin-top: 68px;
		right: 20px;
		width: 17px;
		height: 62px;
		background: url(../images/slider-arrows.png) 0 -4px no-repeat;
		text-indent: -9999px;
		border: 1px solid #FFF;
	}
	.nivo-nextNav:hover{
		background: url(../images/slider-arrows.png) -29px -4px no-repeat;
	}
	.nivo-prevNav:hover{
		background: url(../images/slider-arrows.png) -29px -87px no-repeat;
	}
	.srch .selectbox .s-select {
	  display: none;
	}
	.srch .selectbox .last {
	  display: none;
	}
	.nivoSlider img { height: 333px !important; }
	#content {
	  width: 767px;
	  margin: 20px auto 0 auto;
	}
	.jcarousel-skin-tangos .jcarousel-container-horizontal {
	  width: 657px;
	  margin: 20px 0px 0 55px;
	}
	.jcarousel-skin-tangos .jcarousel-item-horizontal { margin: 0 22px; }
	.jcarousel-skin-tangos { width: 105%; overflow: hidden; }
	.last-hour .jcarousel-date-content { margin-right: 10px; width: 235px; }
		.last-hour .jcarousel-date-content .l-image img { width: 223px; margin-bottom: 2px; }
		.last-hour .jcarousel-date-content .l-image:hover .l-image-hover { width: 138px; height: 75px; padding: 60px 0 0 85px; }
		.last-hour .jcarousel-date-content .l-image .l-image-hover { width: 223px; height: 135px; }
		.last-hour .jcarousel-date-content .l-title a { font-size: 12px; }
		.last-hour .jcarousel-date-content .l-features .l-type { display: none; }
	.social-footer .col.last { display: none; }
  .social-footer .col { width: 33.3%; min-height: 220px; }
	#footer .footer { width: 767px; margin: 0 auto; padding: 10px 0; font-size: 11px; }
	#copyright { width: 767px; margin: 0 auto; padding: 20px 0; }
	#copyright .copyright { float: none; text-align: center; padding-bottom: 10px; }
	#copyright .footer-menu { float: none; text-align: center; }
  .second-row .why-us { margin-right: 3%; }
  .second-row .stay-informed .content .newsletter-submit { top: 50px; right: 13px; }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.top { width: 479px; margin: 0 auto; font-size: 11px; padding: 7px 0; }
	#header { width: 479px; margin: 0 auto; position: relative; z-index: 10; }
	#main-nav { float:left; width:96%; padding: 2% 2% 1.5% 2%; }
	.ie7 #main-nav { float:left; width:96%; padding: 2% 2% 1.5% 2%; }
	.ie8 #main-nav { float:left; width:96%; padding: 2% 2% 1.5% 2%; }
		#main-nav li { width: 100%; }
			#main-nav a { padding:12px; }
				#main-nav a:after, #main-nav > ul { display: none; }
				#main-nav a:after { content: ''; }
			.no-js #main-nav > ul, #main-nav .responsive-nav { display: block; width: 100%; padding: 8px 2%; outline: none; }
			.no-js #main-nav li:hover > ul { top: 48px; }
	#search-slider {
	  width: 479px;
	  margin: 20px auto 0 auto;
	}
	.search { margin-top: 20px; }
	.srch {
		width: 459px;
	}
	.slider {
	  float: left;
	  width: 97%;
	  padding: 7px;
	  border: 1px solid #bdbdbd;
	  background: #ffffff;
	  margin-top: 15px;
	}
	.slider-shadow {
	  float: right;
	  margin-top: -1px;
	  width: 478px;
	  background: url(../images/slider-shadow_500.png) -10px 0 no-repeat;
	  height: 21px;
	}
	.nivo-caption p { width: 70%; }
  .nivo-caption h2 { font-size: 16px; }
  .nivo-caption .da-price { padding-top: 10px; }
  .nivo-caption .da-link { top: 45px; }
  .nivo-caption {
		background: url(../images/sli-ctn.png);
		width: 379px;
		height: 85px;
		position: absolute;
		border: 1px solid #fff;
		top: 71%;
		left: 9%;
		z-index: 5000;
	}
	.nivo-directionNav a {
		position:absolute;
		top:57%;
		z-index:9;
		cursor:pointer;
	}
	.nivo-nextNav {
		top: 74% !important;
		right: 20px;
		width: 17px;
		height: 62px;
		background: url(../images/slider-arrows.png) 0 -87px no-repeat;
		text-indent: -9999px;
		border: 1px solid #FFF;
	}
	.nivo-prevNav {
		top: 53% !important;
		margin-top: 68px;
		right: 20px;
		width: 17px;
		height: 62px;
		background: url(../images/slider-arrows.png) 0 -4px no-repeat;
		text-indent: -9999px;
		border: 1px solid #FFF;
	}
	.nivo-nextNav:hover{
		background: url(../images/slider-arrows.png) -29px -4px no-repeat;
	}
	.nivo-prevNav:hover{
		background: url(../images/slider-arrows.png) -29px -87px no-repeat;
	}
	.srch .selectbox .s-select {
	  display: none;
	}
	.srch .selectbox .last {
	  display: none;
	}
	.nivoSlider img { height: 333px !important; }
	#content {
	  width: 479px;
	  margin: 20px auto 0 auto;
	}
	.jcarousel-skin-tangos .jcarousel-container-horizontal {
	  width: 370px;
	}
	.jcarousel-skin-tangos .jcarousel-item-horizontal { margin: 0 42px; }
	.jcarousel-skin-tangos { width: 109%; overflow: hidden; height: 290px; }
	.second-row .why-us {
	  width: 95%;
	  margin: 0 0 20px 0;
	}
	.second-row .happy-clients {
	  width: 95%;
	  margin: 0 0 20px 0;
	}
	.second-row .stay-informed {
	  width: 95%;
	}
	.second-row .stay-informed .content .newsletter-submit { top: 38px; right: 28px; }
  .ie8 .second-row .stay-informed .content .newsletter-submit { top: 38px; right: 28px; }
	.last-hour .jcarousel-date-content.last { display: none; }
	.last-hour .jcarousel-date-content { margin-right: 5px; width: 213px; }
		.last-hour .jcarousel-date-content .l-image img { width: 201px; margin-bottom: 2px; }
		.last-hour .jcarousel-date-content .l-image:hover .l-image-hover { width: 116px; height: 62px; padding: 60px 0 0 85px; }
		.last-hour .jcarousel-date-content .l-image .l-image-hover { width: 201px; height: 122px; }
		.last-hour .jcarousel-date-content .l-title a { font-size: 11px; }
		.last-hour .jcarousel-date-content .l-features .l-type { display: none; }
    .jcarousel-date-content .l-features .l-area, .jcarousel-date-content .l-features .l-bedrooms { padding-right: 5px; }
	.social-footer .col { width: 50%; min-height: 220px; }
	.social-footer .col .content .post .image { margin-right: 5px; }
	.social-footer .col .content .post .post-det { width: 165px; }
	#footer .footer { width: 479px; margin: 0 auto; padding: 10px 0; }
	#copyright { width: 479px; margin: 0 auto; padding: 20px 0; }
	#copyright .copyright, #footer .footer .address { float: none; text-align: center; padding-bottom: 10px; }
	#footer .footer .contact { float: none; text-align: center; }
	#copyright .footer-menu { float: none; text-align: center; font-size: 11px; }
	.social-footer .col .t-content iframe { margin-left: -15px; }


}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.top { width: 320px; margin: 0 auto; font-size: 11px; padding: 7px 0; }
	#header { width: 320px; margin: 0 auto; position: relative; z-index: 10; }
	#main-nav { float:left; width:96%; padding: 2% 2% 1.5% 2%; }
	.ie7 #main-nav { float:left; width:96%; padding: 2% 2% 1.5% 2%; }
	.ie8 #main-nav { float:left; width:96%; padding: 2% 2% 1.5% 2%; }
		#main-nav li { width: 100%; }
			#main-nav a { padding:12px; }
				#main-nav a:after, #main-nav > ul { display: none; }
				#main-nav a:after { content: ''; }
			.no-js #main-nav > ul, #main-nav .responsive-nav { display: block; width: 100%; padding: 8px 2%; outline: none; }
			.no-js #main-nav li:hover > ul { top: 48px; }
	#search-slider {
	  width: 320px;
	  margin: 20px auto 0 auto;
	}
	.search { margin-top: 20px; }
	.srch {
		width: 300px;
	}
	.slider {
	  float: left;
	  width: 97%;
	  padding: 7px;
	  border: 1px solid #bdbdbd;
	  background: #ffffff;
	  margin-top: 15px;
	}
	.slider-shadow {
	  float: right;
	  margin-top: -1px;
	  width: 320px;
	  background: url(../images/slider-shadow_320.png) 0 0 no-repeat;
	  height: 21px;
	}
	.nivo-caption {
		background: url(../images/sli-ctn.png);
		width: 258px;
		height: 75px;
		position: absolute;
		border: 1px solid #fff;
		top: 58%;
		left: 8%;
		z-index: 5000;
	}
	.nivo-directionNav a {
		position:absolute;
		top:58%;
		z-index:9;
		cursor:pointer;
	}
	.nivo-nextNav {
		top: 63% !important;
		right: 3px;
		width: 17px;
		height: 50px;
		background: url(../images/slider-arrows.png) 0 -96px no-repeat;
		text-indent: -9999px;
		border: 1px solid #FFF;
	}
	.nivo-prevNav {
		top: 44% !important;
		margin-top: 41px;
    left: 3px;
		width: 17px;
		height: 50px;
		background: url(../images/slider-arrows.png) 0 -10px no-repeat;
		text-indent: -9999px;
		border: 1px solid #FFF;
	}
	.nivo-nextNav:hover{
		background: url(../images/slider-arrows.png) -29px -10px no-repeat;
	}
	.nivo-prevNav:hover{
		background: url(../images/slider-arrows.png) -29px -96px no-repeat;
	}
	.srch .selectbox .s-select {
	  display: none;
	}
	.srch .selectbox .last {
	  display: none;
	}
	.nivo-caption h2 { font-size: 14px; }
	.nivo-caption p { display: none; }
	.nivo-caption .da-price { margin-top: 2%; }
	.nivo-caption .da-link { margin-top: 2%; }
	#content {
	  width: 320px;
	  margin: 20px auto 0 auto;
	}
	.jcarousel-skin-tangos .jcarousel-container-horizontal {
	  width: 236px;
	  margin-left: 42px;
	}
	.jcarousel-skin-tangos .jcarousel-item-horizontal { margin: 0 42px; }
	.jcarousel-skin-tangos { width: 115%; overflow: hidden; height: 290px; }
	.jcarousel-skin-tangos .jcarousel-clip { margin-left: -67px; width: 328px; }
	.jcarousel-skin-tangos .jcarousel-prev-horizontal { left: -86px; }
	.jcarousel-skin-tangos .jcarousel-next-horizontal { right: -86px; }
	.second-row .why-us {
	  width: 95%;
	  margin: 0 0 20px 0;
	}
	.second-row .happy-clients {
	  width: 95%;
	  margin: 0 0 20px 0;
	}
	.second-row .stay-informed {
	  width: 95%;
	}
	.second-row .stay-informed .content .newsletter-submit { top: 37px; right: 18px; }
  .ie8 .second-row .stay-informed .content .newsletter-submit { top: 37px; right: 18px; }
	.last-hour .jcarousel-date-content { margin-right: 0px; float: none; }
		.last-hour .jcarousel-date-content .l-image img { width: 266px; margin-bottom: 2px; }
		.last-hour .jcarousel-date-content .l-image:hover .l-image-hover { width: 161px; height: 96px; padding: 65px 0 0 105px; }
		.last-hour .jcarousel-date-content .l-image .l-image-hover { width: 266px; height: 161px; }
		.last-hour .jcarousel-date-content .l-title a { font-size: 12px; }
	.social-footer .col { width: 100%; float: none; padding-bottom: 20px; }
	.social-footer .col .content .post .image { margin-right: 5px; }
	.social-footer .col .content .post .post-det { width: 77%; }
	#footer .footer { width: 320px; margin: 0 auto; padding: 10px 0; }
	#copyright { width: 320px; margin: 0 auto; padding: 20px 0; }
	#footer .footer .address { float: none; text-align: center; padding-bottom: 10px; line-height: 16px; }
	#footer .footer .contact { float: none; text-align: center; line-height: 16px; }
	#copyright .copyright, #copyright .footer-menu { float: none; text-align: center; font-size: 11px; line-height: 16px; }
}