body {
  background: #f0f3f6;
}
.t3-header {
  padding-top: 0;
  padding-bottom: 0;
  background: #e67019;
}
.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
.head-search {
  color: #ffffff;
  padding-top: 13px;
}
@media screen and (min-width: 768px) {
  .head-search {
    float: right;
  }
}
.head-search:before,
.head-search:after {
  content: " ";
  display: table;
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
  width: 100% !important;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .head-search #ajaxvmsearcharea {
    width: 253px;
  }
}
.head-login #btl .btl-panel > span {
  color: #ffffff;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .head-login .btl-panel {
    float: none !important;
    text-align: center;
  }
}
#t3-slideshow {
  position: relative;
}
#t3-slideshow .vina-camera-slider .camera_overlayer {
  background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
}
#t3-slideshow .os_search_show input,
#t3-slideshow .os_search_show select {
  font-size: 13px;
}
@media (max-width: 767px) {
  #t3-slideshow .vina-camera-slider .camera_prev,
  #t3-slideshow .vina-camera-slider .camera_next,
  #t3-slideshow .vina-camera-slider .camera_commands {
    display: none;
  }
  #t3-slideshow .os_search_show {
    bottom: 15%;
  }
  #t3-slideshow .os_search_show input,
  #t3-slideshow .os_search_show select {
    width: 150px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  #t3-slideshow .os_search_show {
    bottom: 0;
  }
  #t3-slideshow #os_search_title {
    display: none;
  }
}
#t3-slideshow .slideshow-slide .advancedsearchdiv {
  height: 122px;
}
#t3-slideshow .slideshow-slide .advancedsearchdiv .row-fluid .span10 {
  padding: 8px;
}
#t3-slideshow #searchbtn {
  width: 189px;
}
#t3-slideshow .input-large {
  margin-bottom: 0;
}
#t3-slideshow .clearfix {
  height: 0 !important;
}
#t3-slideshow .camera_caption_desc .propertydetailsbtn,
#t3-slideshow .camera_caption_desc .propertydetailsbtn:hover {
  background: #e67019 !important;
}
.t3-category {
  padding-bottom: 42px;
  padding-top: 42px;
  background: #ffffff;
}
.t3-category .t3-module {
  margin-bottom: 0;
}
.t3-category h3 {
  text-align: center;
  color: #717a8f;
}
.t3-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.t3-category ul li .image-grid-cover {
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 25px;
  border-radius: 4px;
  padding: 150px 0;
}
.t3-category ul li .image-grid-cover:after {
  background: rgba(0, 0, 0, 0.45) none no-repeat scroll 0 0;
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  border-radius: 4px;
}
.t3-category ul li .image-grid-cover a {
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 20;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  font-size: 24px;
  text-align: center;
}
.t3-feature {
  padding-bottom: 42px;
  padding-top: 0;
  background: #ffffff;
}
.t3-feature .t3-module {
  margin-bottom: 0;
}
.t3-feature h3 {
  text-align: center;
  color: #717a8f;
}
.t3-feature .element_property .property_price {
  float: left;
}
.t3-feature .box {
  background-color: #ffffff;
  border: 0 none;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #e5e5e5 inset;
  min-height: 280px;
  overflow: hidden;
}
.t3-feature .box:hover .bg_overlayer {
  display: none;
}
.t3-feature .box .image_property .randompropertytype {
  background: #e67019;
  z-index: 9;
}
.t3-feature .box .image_property a {
  color: #ffffff;
}
.t3-feature .box .image_property a img {
  border-radius: 4px 4px 0 0;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .t3-feature .box .image_property a img {
    width: 100%;
  }
}
.t3-feature .box .image_property .element_title {
  bottom: 10%;
  left: 8%;
  position: absolute;
  z-index: 9;
  right: 8%;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
.t3-feature .box .bg_overlayer {
  background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  border-radius: 4px 4px 0 0;
}
.t3-feature .box .job_listing-entry-footer {
  padding: 10px 20px;
}
.t3-works {
  padding-bottom: 42px;
  padding-top: 42px;
  background: #f0f3f6;
  color: #717a8f;
}
.t3-works .t3-module {
  margin-bottom: 0;
}
.t3-works h3 {
  text-align: center;
  color: #717a8f;
}
.t3-works .home-feature {
  background-color: #ffffff;
  border: 0 none;
  box-shadow: 0 0 0 1px #e5e5e5 inset;
  padding: 36px;
  text-align: center;
  margin-bottom: 20px;
}
.t3-works .home-feature h2 {
  font-size: 23px;
  line-height: 1.5;
  font-weight: 400;
}
.t3-banner {
  padding-bottom: 210px;
  padding-top: 210px;
  background: url(../../../templates/osphomesearch/local/images/bg-banner.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: center;
  color: #ffffff;
}
.t3-banner:after {
  background: rgba(0, 0, 0, 0.45) none no-repeat scroll 0 0;
  bottom: 0;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  border-radius: 4px;
}
.t3-banner .t3-module {
  margin-bottom: 0;
  position: relative;
  z-index: 9;
}
.t3-banner h3 {
  text-align: center;
  color: #ffffff;
  font-size: 26px;
}
.t3-banner a {
  margin-top: 30px;
  padding: 14px 40px;
}
.t3-blog {
  padding-bottom: 42px;
  padding-top: 42px;
  background: #f0f3f6;
  color: #717a8f;
}
.t3-blog .t3-module {
  margin-bottom: 0;
}
.t3-blog h3 {
  text-align: center;
  color: #717a8f;
}
.t3-blog .mod-newsflash-adv_custom-link {
  text-align: center;
  padding-top: 50px;
}
.t3-blog .mod-newsflash-adv_custom-link a {
  padding: 18px 40px;
}
.t3-blog .main-box {
  background-color: #ffffff;
  border: 0 none;
  box-shadow: 0 0 0 1px #e5e5e5 inset;
  margin-bottom: 20px;
}
.t3-blog .main-box .image-grid-cover {
  height: 270px;
  padding: 0;
  background-position: center center;
  background-size: cover;
  position: relative;
  border-radius: 4px 4px 0 0 ;
}
.t3-blog .main-box .content-box-inner {
  padding: 36px;
}
.t3-blog .main-box .content-box-inner .item_title {
  min-height: 40px;
}
.t3-blog .main-box .content-box-inner .item_title a {
  color: #717a8f;
}
.t3-blog .main-box .content-box-inner .item_title a:hover {
  color: #e67019;
}
.t3-sl {
  padding-bottom: 42px;
  padding-top: 42px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 63px;
    padding-top: 63px;
  }
}
.t3-mainbody {
  padding-top: 21px;
  padding-bottom: 21px;
}
.t3-content {
  padding-top: 21px;
  padding-bottom: 21px;
}
.t3-feature {
  background: #ffffff;
  position: relative;
}
.t3-feature .row-fluid {
  overflow: hidden;
}
.callout-feature-content {
  padding-top: 168px;
  padding-bottom: 168px;
}
.feature-callout-image-pull {
  bottom: 0;
  position: absolute;
  top: 0;
  min-height: 200px;
  background-size: cover;
  padding-right: 0;
}
.t3-sidebar {
  padding-top: 21px;
  padding-bottom: 21px;
}
.t3-sidebar .t3-module {
  background-color: #ffffff;
  border: 0 none;
  box-shadow: 0 0 0 1px #e5e5e5 inset;
  padding: 15px 25px;
  border-radius: 4px;
}
.t3-sidebar .module-layout-1 {
  padding: 25px 5px;
}
.t3-sidebar .module-layout-1 .module-title {
  text-align: center;
}
.t3-sidebar .module-layout-1 .input-medium {
  width: 120px !important;
}
.t3-partner {
  background: #e67019;
  padding: 42px 0;
}
.t3-partner .t3-module {
  margin-bottom: 20px;
}
.t3-partner .t3-module .module-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#back-to-top {
  position: fixed;
  right: 21px;
  top: auto;
  z-index: 999;
  display: none;
  border-radius: inherit;
  bottom: -60px;
}
@media (min-width: 768px) {
  #back-to-top {
    display: block;
  }
}
#back-to-top .btn {
  background: none;
  border: 2px solid #e67019;
  color: #e67019;
  height: 40px;
  width: 40px;
  line-height: 1;
  padding: 0;
  text-align: center;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#back-to-top .btn:hover,
#back-to-top .btn:active,
#back-to-top .btn:focus {
  background: none;
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
#back-to-top.affix {
  bottom: 210px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 29px;
  line-height: 22px;
}
.t3-footer {
  background: #2f3339;
  color: #ffffff;
}
.t3-footer:before,
.t3-footer:after {
  content: " ";
  display: table;
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 21px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  content: " ";
  display: table;
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 42px 0;
  }
}
.t3-footnav .t3-module {
  background: #2f3339;
  color: #ffffff;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  font-size: 19px;
  margin-bottom: 10.5px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
  width: 100%;
  float: left;
}
.t3-footnav .t3-module ul > li > a {
  color: #ffffff;
  display: inline-block;
  padding: 8px 10px;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #ffffff;
}
.t3-footnav .t3-module #login-form ul.unstyled {
  margin: 0;
  padding: 0;
}
.t3-footnav .t3-module #login-form ul.unstyled > li {
  line-height: 1;
}
.t3-footnav .t3-module #login-form ul.unstyled > li > a {
  padding: 0;
}
.t3-copyright {
  background: #574214;
  font-size: 15px;
  padding: 42px 0 42px;
  color: #cfb67b;
}
.t3-copyright:before,
.t3-copyright:after {
  content: " ";
  display: table;
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.t3-copyright .social {
  text-align: right;
}
.t3-copyright .social li {
  display: inline-block;
  margin-left: 10px;
  list-style: none;
}
.t3-copyright .social li a {
  color: #cfb67b;
  font-size: 20px;
}
.t3-copyright .social li a:hover,
.t3-copyright .social li a:active,
.t3-copyright .social li a:focus {
  color: #ffffff;
}
.poweredby:before,
.poweredby:after {
  content: " ";
  display: table;
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
body .btn-primary,
body .btn-primary:hover,
body .btn-primary:focus,
body .btn-primary:active {
  background: #e67019;
  border-color: #e67019;
  color: #ffffff;
}
.t3-wrapper .btn-primary,
.t3-wrapper .btn-primary:hover,
.t3-wrapper .btn-primary:focus,
.t3-wrapper .btn-primary:active {
  background: #e67019;
  border-color: #e67019;
  color: #ffffff;
}