/* Variables
================================================== */
@import url('./font-awesome.min.css');


.navbar {
	border-radius: 0px !important;
    margin-bottom: 0px !important;
}
.nav-logo {
  float: left;
  margin: 8px 0 8px 0;
}
.nav-logo img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a{
	color:#004F6E;
}
a:focus {
  outline: none;
}
/* #General
================================================== */
html {
  overflow: auto;
}
body {
  padding: 0;
  height: 100%;
  color: #74777c;
  overflow: hidden;
  background-color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
::selection {
  background: #202833;
  color: #fff;
}
::-moz-selection {
  background: #202833;
  color: #fff;
}
iframe[src="about:blank"] {
  display: none;
}
#wrapper {
  position: relative;
  overflow: hidden;
  left: 0;
  z-index: 99;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
}
#wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: transparent;
  content: '';
  z-index: 1002;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
#wrapper.open {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
#wrapper.open::after {
  width: 100%;
  height: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.center {
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
form div.form-control {
  border: 0;
  padding: 0;
  height: auto;
}
input.form-control,
select.form-control,
textarea.form-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #E4E4E4;
  color: #74777c;
  height: 41px;
  margin-bottom: 15px;
}
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
  border-color: #adb2b6;
}
.form-control-large,
.form-control-small {
  width: 345px;
  display: inline-block;
  margin: 10px;
}
.form-control-large .chzn-container,
.form-control-small .chzn-container,
.form-control-large .form-control,
.form-control-small .form-control {
  /*margin-bottom:15px;*/

  width: 100%;
}
.form-control-small {
  width: 188px;
}
.colored .form-control {
  color: #fff;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.colored .form-control::-webkit-input-placeholder {
  color: #fff;
}
.colored .form-control:-moz-placeholder {
  color: #fff;
}
.colored .form-control::-moz-placeholder {
  color: #fff;
}
.colored .form-control:-ms-input-placeholder {
  color: #fff;
}
.dark {
  background-color: rgba(32, 35, 38, 0.92);
}
.invalid {
  border-color: #F23030 !important;
}
/*.btn {
  font-size: 13px;
  height: 35px;
  line-height: 32px;
  padding: 0 16px;
  border-width: 2px;
}*/
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn i {
  margin-right: 5px;
}
.btn-default,
.btn-default-color,
.btn-fullcolor {
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  margin-top: 20px;
}
.btn-default,
.btn-default:focus {
  background-color: #ffffff;
  border-color: #0eaaa6;
  color: #0eaaa6;
 }
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #0eaaa6;
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.btn-default-color,
.btn-default-color:focus {
  background-color: transparent;
  border-color: #adb2b6;
  color: #adb2b6;
}
.btn-default-color:hover,
.btn-default-color:active,
.btn-default-color.active,
.open .dropdown-toggle.btn-default-color {
  background-color: transparent;
  border-color: #202833;
  color: #202833;
}
.btn-fullcolor,
.btn-fullcolor:focus {
  background-color: #202833;
  border-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.btn-fullcolor:hover,
.btn-fullcolor:active,
.btn-fullcolor.active,
.open .dropdown-toggle.btn-fullcolor {
  color: #ffffff;
}
.btn-warning,
.btn-warning:focus {
  background-color: #ffde6a;
  border-color: transparent;
  text-transform: uppercase;
  color: rgba(32, 40, 51, 0.7);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active {
  background-color: #0eaaa6;
  text-transform: uppercase;
  color: #ffffff;
  border-color: transparent;
  color: rgba(32, 40, 51, 0.92);
}
.btn-lg,
.btn-group-lg > .btn {
  border-width: 2px;
  height: 45px;
  /* line-height:43px; */

  font-size: 14px;
  /* Full length search button */

  width: 100%;
}
.btn-danger,
colored.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff !important;
  background-color: #da4f49 !important;
  border-color: #c72f29;
}
.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff !important;
  background-color: #5bb75b !important;
  border-color: #449b44;
}
.animate-fade {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.animate-from-top {
  -webkit-transform: translatey(-40px);
  -moz-transform: translatey(-40px);
  -ms-transform: translatey(-40px);
  -o-transform: translatey(-40px);
  transform: translatey(-40px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.animate-from-bottom {
  -webkit-transform: translatey(40px);
  -moz-transform: translatey(40px);
  -ms-transform: translatey(40px);
  -o-transform: translatey(40px);
  transform: translatey(40px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.animate-from-left {
  -webkit-transform: translatex(-40px);
  -moz-transform: translatex(-40px);
  -ms-transform: translatex(-40px);
  -o-transform: translatex(-40px);
  transform: translatex(-40px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.animate-from-right {
  -webkit-transform: translatex(40px);
  -moz-transform: translatex(40px);
  -ms-transform: translatex(40px);
  -o-transform: translatex(40px);
  transform: translatex(40px);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.animation-fade {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -moz-transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.animation-from-bottom,
.animation-from-top {
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -moz-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -o-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -webkit-transform: translatey(0px);
  -moz-transform: translatey(0px);
  -ms-transform: translatey(0px);
  -o-transform: translatey(0px);
  transform: translatey(0px);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -moz-transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.animation-from-left,
.animation-from-right {
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -moz-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -o-transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 0.9);
  -webkit-transform: translatex(0px);
  -moz-transform: translatex(0px);
  -ms-transform: translatex(0px);
  -o-transform: translatex(0px);
  transform: translatex(0px);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -moz-transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.section-title,
.section-highlight {
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  clear: both;
  display: inline-block;
  width: 100%;
}
.section-title:before,
.section-highlight:before,
.section-title:after,
.section-highlight:after {
  content: " ";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 1px;
  background-color: #202833;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.section-title:after,
.section-highlight:after {
  bottom: 0px;
}
.section-highlight {
  text-transform: none;
  font-size: 24pt;
  margin-top: 10px;
}
.section-highlight:before,
.section-highlight:after {
  background-color: #74777c;
}
.page-title {
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
}
.text-highlight {
  background-color: #202833;
  color: #fff;
  padding: 20px 15px;
  font-size: 20pt;
  line-height: 22pt;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
}
.text-highlight strong {
  font-weight: 500;
}
.breadcrumb {
  padding: 0;
  margin-bottom: -40px;
  text-align: left;
  background-color: transparent;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb > li + li:before {
  color: #fff;
  padding: 0px;
}
/* @group Base */
.chzn-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100% !important;
  margin-bottom: 15px;
  zoom: 1;
  /* *display: inline;*/

  -webkit-user-select: none;
  -moz-user-select: none;
}
.chzn-container .chzn-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #E2E3E5;
  color: #74777c;
}
.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}
.chzn-container a {
  cursor: pointer;
}
/* @end */
/* @group Single chzn */
.chzn-container-single .chzn-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 15px;
  height: 41px;
  background-color: #fff;
  background-clip: padding-box;
  color: #74777c;
  text-decoration: none;
  white-space: nowrap;
  line-height: 41px;
  border: 1px solid #E4E4E4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.chzn-container-single .chzn-default {
  color: #74777c;
}
.chzn-container-single .chzn-single span {
  display: block;
  overflow: hidden;
  margin-right: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chzn-container-single .chzn-single-with-deselect span {
  margin-right: 60px;
}
.chzn-container-single .chzn-single abbr {
  position: absolute;
  top: 13px;
  right: 48px;
  display: block;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.chzn-container-single .chzn-single abbr:before {
  content: "\f00d";
}
.chzn-container-single .chzn-single abbr:hover {
  transform: scale(1.2);
}
.chzn-container-single .chzn-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 38px;
  height: 100%;
}
.chzn-container-single .chzn-single div:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 80%;
  margin-top: 10%;
  border-left: 1px solid #E4E4E4;
}
.chzn-container-single .chzn-single div b {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  text-align: center;
}
.chzn-container-single .chzn-single div b:before {
  content: "\f078";
}
.chzn-container-single .chzn-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chzn-container-single .chzn-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid rgba(116, 119, 124, 0.5);
  background-color: #fff;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.chzn-container-single .chzn-search:before {
  content: "\f002";
  position: absolute;
  top: 9px;
  right: 10px;
  color: #74777c;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chzn-container .chzn-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.chzn-container .chzn-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chzn-container .chzn-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chzn-container .chzn-results li.highlighted {
  background-color: rgba(32, 40, 51, 0.9);
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.chzn-container .chzn-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chzn-container .chzn-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chzn-container .chzn-results li.group-option {
  padding-left: 15px;
}
.chzn-container .chzn-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi chzn */
.chzn-container-multi .chzn-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 25px;
  width: 100%;
  height: auto !important;
  border-bottom: 1px solid #e3e3e3;
  background-color: transparent;
  cursor: text;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: auto;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #74777c;
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;
  line-height: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.chzn-container-multi .chzn-choices li.search-field .default {
  color: #74777c;
}
.chzn-container-multi .chzn-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 0px 28px 0 14px;
  border: 1px solid #0eaaa6;
  background-color: #ffde6a;
  color: rgba(32, 40, 51, 0.92);
  line-height: 30px;
  cursor: default;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 8px;
  right: 12px;
  display: block;
  width: 12px;
  height: 12px;
  color: #d5a110;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:before {
  content: "\f00d";
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  text-decoration: none;
  transform: scale(1.2);
}
.chzn-container-multi .chzn-choices li.search-choice-disabled {
  color: #adb2b6;
}
.chzn-container-multi .chzn-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-drop {
  margin-top: -30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -ms-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border-color: #adb2b6;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  border-left: none;
  background: transparent;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
/* @end */
/* @group Disabled Support */
.chzn-disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chzn-rtl .chzn-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chzn-rtl .chzn-single-with-deselect span {
  margin-left: 38px;
}
.chzn-rtl .chzn-single div {
  right: auto;
  left: 3px;
}
.chzn-rtl .chzn-single abbr {
  right: auto;
  left: 26px;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chzn-rtl .chzn-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chzn-rtl .chzn-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chzn-rtl.chzn-container-single-nosearch .chzn-search,
.chzn-rtl .chzn-drop {
  left: 9999px;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none;
}
.chzn-rtl .chzn-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: #ffffff url('chzn-sprite.png') no-repeat -30px -20px;
  background: url('chzn-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chzn-rtl.chzn-container-single .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-rtl.chzn-container-single.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dppx) {
  .chzn-rtl .chzn-search input[type="text"],
  .chzn-container-single .chzn-single abbr,
  .chzn-container-single .chzn-single div b,
  .chzn-container-single .chzn-search input[type="text"],
  .chzn-container-multi .chzn-choices .search-choice .search-choice-close,
  .chzn-container .chzn-results-scroll-down span,
  .chzn-container .chzn-results-scroll-up span {
    background-image: url('chzn-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* chzn over colored background style */
.colored .chzn-container .chzn-drop {
  background-color: #ffffff;
  color: #74777c;
}
.colored .chzn-container-single .chzn-single {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: none;
  text-decoration: none;
}
.colored .chzn-container-single .chzn-default {
  color: #fff;
  text-decoration: none !important;
}
.colored .chzn-container-single .chzn-single div:after {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.colored .chzn-container-single:hover .chzn-single div b {
  color: inherit;
}
.colored .chzn-container-single .chzn-search input[type="text"] {
  border: 1px solid rgba(116, 119, 124, 0.5);
  background-color: #fff;
}
.colored .chzn-container-single .chzn-search:before {
  color: #74777c;
}
.colored .chzn-container .chzn-results li.disabled-result {
  color: #ccc;
}
.colored .chzn-container .chzn-results li.highlighted {
  background-color: rgba(32, 40, 51, 0.9);
  color: #fff;
}
.colored .chzn-container-multi .chzn-choices {
  border-color: rgba(255, 255, 255, 0.5);
}
.colored .chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  background: transparent !important;
  color: #fff;
}
.colored .chzn-container-multi .chzn-choices li.search-field .default {
  color: #fff;
}
.colored .chzn-container-multi .chzn-choices li.search-choice {
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.colored .chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  color: #fff;
  text-decoration: none;
}
.colored .chzn-container-multi .chzn-drop .result-selected {
  color: #ccc;
}
.colored .chzn-container-active .chzn-choices li.search-field input[type="text"] {
  color: #fff !important;
}
/* end */
/* #Header
================================================== */
#header {
  width: 100%;
  position: relative;
  z-index: 1001;
}
#header:after {
  content: " ";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  z-index: 10;
}
/* New Search for Home */
#site-search > input {
  background-color: transparent;
  border: medium none;
  height: 30px;
  width: 70px;
  margin-left: 10px;
}
/* #Home
================================================== */
#home-search-section {
  /*position:relative;*/

  text-align: center;
  /*padding:105px 0;*/

  overflow: hidden;
  background-position: center center;
}
#home-search-section:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(32, 40, 51, 0.3);*/
}
.slider-title {
  font-family: raleway;
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  line-height: 60px;
}
.slider-subtitle,
#home-search-section .slider-subtitle {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  line-height: 28px;
}
#home-search-section .slider-subtitle {
  color: #74777c;
}
#home-search-buttons {
  margin-top: 70px;
}
#home-search-buttons .btn {
  border-width: 1px;
  line-height: 21px;
}
#home-search-buttons > .btn {
  margin: 0 5px;
}
/*round-off the corners on home-search*/
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/*round-off the corners on home-search ENDS*/
/* make carousel more responsive */
#slide1,
#slide2 {
  height: 500px;
}
/* make carousel more responsive  ENDS */
/* carousel Text adjustments */
.carousel-caption {
  bottom: 15%;
  padding-bottom: 4%;
}
/* carousel Text adjustments ENDS */
/* Hero button fix */
.caption.sfb.btn.btn-default.btn-lg {
  width: auto;
}
#home-search-buttons .input-group {
  margin: 18px 0 22px;
}
#home-search-buttons .form-control {
  background-color: rgba(21, 22, 23, 0.75);
  height: 60px;
  border-color: rgba(21, 22, 23, 0.8);
  color: #fff;
}
#home-search-buttons .form-control:focus {
  border-color: #202833;
}
#home-search-buttons .input-group .btn-default {
  border: none;
  background-color: #202833;
  height: 60px;
  color: rgba(255, 255, 255, 0.7);
  width: 80px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#home-search-buttons .input-group .btn-default:hover {
  width: 100px;
  padding-left: 30px;
  color: #ffffff;
}
#home-search-buttons .input-group .btn-default .fa {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#home-search-buttons .input-group .btn-default:hover .fa {
  left: 12px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.advanced-search {
  font-style: italic;
  color: rgba(255, 255, 255, 0.35);
}

.parallax {
  position: relative;
  text-align: center;
  padding: 85px 0;
  overflow: hidden;
  background-position: center center;
}
.parallax .section-title {
  color: #4d4f52;
  margin-top: 0;
}
.pattern-bg {
  position: relative;
  background-image: url('../images/patterns/pattern1.jpg');
  width: 100%;
  height: 200%;
  background-repeat: repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .pattern-bg {
    background-image: url('../images/patterns/pattern1@2x.jpg');
  }
}
.pattern-bg:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 72, 92, 0.05);
  z-index: 0;
  -webkit-opacity: 0.82;
  -moz-opacity: 0.82;
  opacity: 0.82;
}
.pattern-bg .section-title:before,
.pattern-bg .section-title:after {
  background-color: #4d4f52;
}
.pattern-bg.colored-bg:before {
  background-color: #202833;
}
.pattern-bg.colored-bg .container {
  position: relative;
  z-index: 10;
}
.gray-bg {
  background-color: #32485c;
  padding: 90px 0 60px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.gray-bg .section-title {
  color: #4d4f52;
  margin-top: 0;
}
.gray-bg .section-title:before,
.gray-bg .section-title:after {
  background-color: #4d4f52;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.colored,
.gray {
  position: relative;
}
.gray .form-control {
  background-color: rgba(255, 255, 255, 0.5);
}
.gray .chzn-container-single .chzn-single {
  background-color: rgba(255, 255, 255, 0.5);
}
.content.colored:before,
.content.gray:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 33.3%;
  height: 100%;
  background-color: #202833;
}
.content.gray:before {
  background-color: rgba(50, 72, 92, 0.05);
}
.content-divider {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  height: 4px;
}
.main {
  padding-top: 55px;
  padding-bottom: 75px;
  text-align:center;
}
.sidebar {
  padding-top: 55px;
  padding-bottom: 80px;
}
.sidebar.gray {
  background-color: rgba(50, 72, 92, 0.05);
}
.sidebar.gray .section-title {
  color: #4d4f52;
}
.sidebar.gray .section-title:before,
.sidebar.gray .section-title:after {
  background-color: #4d4f52;
}
#home-advanced-search,
#map-property-filter,
#advanced-search,
#contacts-overlay {
  position: relative;
  background-color: #0eaaa6;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}
#home-advanced-search .container,
#map-property-filter .container,
#advanced-search .container,
#contacts-overlay .container {
  overflow: auto;
  max-height: 1px;
  -webkit-transition: max-height 0.3s ease-out;
  -moz-transition: max-height 0.3s ease-out;
  -ms-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}
#home-advanced-search form,
#map-property-filter form,
#advanced-search form,
#contacts-overlay form {
  margin-top: 25px;
}
#home-advanced-search .form-control,
#map-property-filter .form-control,
#advanced-search .form-control,
#contacts-overlay .form-control,
#home-advanced-search .chzn-container,
#map-property-filter .chzn-container,
#advanced-search .chzn-container,
#contacts-overlay .chzn-container {
  text-align: left;
}
#home-advanced-search .form-control,
#map-property-filter .form-control,
#advanced-search .form-control,
#contacts-overlay .form-control {
  display: inline-block;
  vertical-align: middle;
}
#home-advanced-search .btn,
#map-property-filter .btn,
#advanced-search .btn,
#contacts-overlay .btn {
  height: 39px;
  margin: 0 10px 10px 10px;
}
#home-advanced-search #opensearch,
#map-property-filter #opensearch,
#advanced-search #opensearch,
#contacts-overlay #opensearch {
  position: absolute;
  width: 68px;
  height: 24px;
  top: -23px;
  left: 50%;
  margin-left: -34px;
  background-color: #0eaaa6;
  color: #ffffff;
  z-index: 99;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
#home-advanced-search #opensearch:after,
#map-property-filter #opensearch:after,
#advanced-search #opensearch:after,
#contacts-overlay #opensearch:after {
  content: "\f002";
  display: inline-block;
  font-size: 12pt;
  text-align: center;
  padding-top: 3px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#home-advanced-search.open,
#map-property-filter.open,
#advanced-search.open,
#contacts-overlay.open {
  border-top-color: rgba(0, 0, 0, 0.2);
}
#home-advanced-search.open .container,
#map-property-filter.open .container,
#advanced-search.open .container,
#contacts-overlay.open .container {
  max-height: 700px;
}
#home-advanced-search.open #opensearch:after,
#map-property-filter.open #opensearch:after,
#advanced-search.open #opensearch:after,
#contacts-overlay.open #opensearch:after {
  content: "\f002";
}
#advanced-search .container {
  overflow: visible;
  max-height: none;
}
#home-advanced-search.gray,
#advanced-search.gray {
  background-color: rgba(50, 72, 92, 0.05);
}
#home-advanced-search.gray #opensearch,
#advanced-search.gray #opensearch {
  background-color: rgba(50, 72, 92, 0.05);
}
.input-group.date {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  /* position: relative; */

}
.input-group.date .input-group-addon {
  height: 41px;
  width: 38px;
  position: absolute;
  z-index: 2;
  right: 0;
  padding-top: 10px;
  height: 41px;
}
.nav-tabs {
  border-bottom: 1px solid #e3e3e3;
}
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 1.42857;
  margin-right: 0px;
  color: #4d4f52;
  margin-bottom: 0 !important;
  background-color: #F8F9FB;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #F8F9FB;
  text-decoration: none;
  border: 1px solid #e3e3e3;
}
.nav-tabs > li.disabled > a {
  color: #999999;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #004F6E;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  color: #ffffff;
  cursor: default;
}
.nav-tabs.tabs-left,
.nav-tabs.tabs-right {
  width: 25%;
}
.nav-tabs.tabs-left > li,
.nav-tabs.tabs-right > li {
  float: none;
}
.nav-tabs.tabs-left > li > a,
.nav-tabs.tabs-right > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.nav-tabs.tabs-left {
  float: left;
}
.nav-tabs.tabs-left > li > a {
  margin-right: -1px;
}
.nav-tabs.tabs-left > li.active > a,
.nav-tabs.tabs-left > li.active > a:hover,
.nav-tabs.tabs-left > li.active > a:focus {
  border: 1px solid #e3e3e3;
  border-right: 1px solid #fff;
}
.nav-tabs.tabs-right {
  float: right;
}
.nav-tabs.tabs-right > li > a {
  margin-left: -1px;
}
.nav-tabs.tabs-right > li.active > a,
.nav-tabs.tabs-right > li.active > a:hover,
.nav-tabs.tabs-right > li.active > a:focus {
  border: 1px solid #e3e3e3;
  border-left: 1px solid #fff;
}

.tab-content > .active {
  background-color: transparent;
  border: 1px solid #e3e3e3;
  border-top: none;
  padding: 25px 15px;
}
.tab-content h4 {
  margin-bottom: 15px;
}
.tab-content img {
  max-width: 100%;
  margin: 10px 0;
  display: block;
}
.tab-content.tabs-left,
.tab-content.tabs-right {
  border-top: 1px solid #e3e3e3;
  float: left;
  width: 75%;
}
.tab-content.tabs-right {
  float: right;
}
.sidebar.gray .nav-tabs > li > a,
.gray .sidebar .nav-tabs > li > a {
  background-color: transparent;
}
.sidebar.gray .nav-tabs > li > a:hover,
.gray .sidebar .nav-tabs > li > a:hover,
.sidebar.gray .nav-tabs > li > a:focus,
.gray .sidebar .nav-tabs > li > a:focus {
  background-color: transparent;
}
.sidebar.gray .nav-tabs > li.active > a,
.gray .sidebar .nav-tabs > li.active > a,
.sidebar.gray .nav-tabs > li.active > a:hover,
.gray .sidebar .nav-tabs > li.active > a:hover,
.sidebar.gray .nav-tabs > li.active > a:focus,
.gray .sidebar .nav-tabs > li.active > a:focus,
.sidebar.gray .nav-tabs.nav-justified > .active > a,
.gray .sidebar .nav-tabs.nav-justified > .active > a,
.sidebar.gray .nav-tabs.nav-justified > .active > a:hover,
.gray .sidebar .nav-tabs.nav-justified > .active > a:hover,
.sidebar.gray .nav-tabs.nav-justified > .active > a:focus,
.gray .sidebar .nav-tabs.nav-justified > .active > a:focus {
  background-color: #F8F9FB;
  border-bottom: 1px solid #F8F9FA;
}
.sidebar.gray .tab-content > .active,
.gray .sidebar .tab-content > .active {
  background-color: #F8F9FB;
}
.form-style {
  background-color: transparent;
  padding: 75px 25px;
}
.form-style .form-control {
  /* background-color:#F7F8FA; */

  margin-bottom: 15px;
}
.form-style textarea.form-control {
  min-height: 180px;
}
#listing-header {
  margin-top: 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
#listing-header .form-control-small {
  margin-left: 0;
  margin-top: 0;
  float: left;
}
.view-mode,
.sort {
  float: right;
  /* margin-left:15px; */

  height: 41px;
  margin-bottom: 15px;
  display: inline-block;
}
.view-mode span,
.sort span {
  display: inline-block;
  float: left;
  line-height: 39px;
}
.view-mode ul,
.sort ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  border: 1px solid #e4e4e4;
  margin-left: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.view-mode ul li,
.sort ul li {
  display: inline-block;
  float: left;
  height: 39px;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 19pt;
  padding: 0 10px;
  line-height: 39px;
  color: #adb2b6;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.view-mode ul li + li,
.sort ul li + li {
  border-left: 1px solid #e4e4e4;
}
.view-mode ul li:hover,
.sort ul li:hover,
.view-mode ul li.active,
.sort ul li.active {
  background-color: rgba(50, 72, 92, 0.05);
}
.sort {
  float: left;
}
.sort ul {
  margin-left: 0px;
}
.sort ul > li {
  padding: 0;
}
.sort ul > li i {
  font-size: 14px;
  color: #74777c;
  width: 38px;
  height: 39px;
  float: left;
  line-height: 39px;
}
.pagination {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #e4e4e4;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 5px;
}
.pagination ul > li {
  display: inline-block;
  width: 48px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  float: left;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  font-size: 12pt;
  border: 1px solid #e4e4e4;
}
.pagination ul > li a {
  display: block;
  width: 48px;
  height: 43px;
  color: #74777c;
}
.pagination ul > li a:hover,
.pagination ul > li a:focus {
  text-decoration: none;
}
.pagination ul li:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.pagination ul li:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination ul li:hover,
.pagination ul li.active {
  background-color: rgba(50, 72, 92, 0.05);
}
/* #Property detail/listing
================================================== */
.property-title {
  text-transform: none;
  font-size: 24pt;
  margin-bottom: 40px;
  margin-top: 54px;
}
.property-title small {
  display: block;
  font-style: italic;
  color: #4d4f52;
  font-size: 12pt;
  margin-top: 4px;
}
.property-topinfo {
  width: 100%;
  text-align: left;
  margin: 0;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  background-color: rgba(50, 72, 92, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  clear: both;
}
.property-topinfo .amenities {
  list-style: none;
  padding: 8px 0;
  margin: 0;
  background-color: #fff;
  display: inline-block;
  border-right: 1px solid #E4E4E4;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.property-topinfo .amenities li {
  display: inline-block;
  height: 38px;
  margin: 0;
  padding: 10px 18px 0 18px;
  border-right: 1px solid #E4E4E4;
  color: #74777c;
}
.property-topinfo .amenities li:last-child {
  border-right: none;
}
.property-topinfo .amenities li .fa {
  color: #adb2b6;
  font-size: 18px;
}
.property-topinfo .amenities li [class^="icon-"],
.property-topinfo .amenities li [class*=" icon-"] {
  color: #adb2b6;
  float: left;
  font-size: 18px;
  margin-right: 3px;
  margin-top: -3px;
}
.property-topinfo #property-id {
  float: right;
  line-height: 54px;
  margin-right: 20px;
}
.property-topinfo:after,
.property-topinfo:before {
  content: " ";
  display: table;
}
.property-topinfo:after {
  clear: both;
}
#property-detail-wrapper {
  position: relative;
  margin-bottom: 70px;
}
#property-detail-wrapper.style1 .price {
  position: absolute;
  top: 10px;
  left: -5px;
  background-color: #202833;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#property-detail-wrapper.style1 .price:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -6px;
  border-color: rgba(0, 0, 0, 0) #000000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 6px 6px 0;
  height: 0;
  width: 0;
}
#property-detail-wrapper.style1 .price i {
  margin-right: 8px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#property-detail-wrapper.style1 .price span {
  display: block;
  font-size: 16pt;
  font-weight: 700;
  margin-top: -4px;
}
#property-detail-large {
  margin-bottom: 5px;
}
#property-detail-large .item {
  background: #fff;
  padding: 0px;
  margin: 0 1px;
}
#property-detail-large .item img {
  width: 100%;
}
#property-detail-large .item .price {
  position: absolute;
  top: 10px;
  left: 0px;
  background-color: #202833;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#property-detail-large .item .price:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -6px;
  border-color: rgba(0, 0, 0, 0) #000000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 6px 6px 0;
  height: 0;
  width: 0;
}
#property-detail-large .item .price i {
  margin-right: 8px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#property-detail-large .item .price span {
  display: block;
  font-size: 16pt;
  font-weight: 700;
  margin-top: -4px;
}
#property-detail-thumbs {
  margin-bottom: 80px;
}
#property-detail-thumbs .item {
  height: 128px;
  margin: 0 1px;
  color: #FFF;
  cursor: pointer;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#property-detail-thumbs .item img {
  width: 100%;
}
#property-detail-thumbs .item:after {
  content: " ";
  background-color: #fff;
  border: 0;
  display: block;
  height: 100%;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#property-detail-thumbs .item:hover:after,
#property-detail-thumbs .synced .item:after {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.property-amenities-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.property-amenities-list > li {
  margin: 10px 5px;
}
.property-amenities-list > li.enabled:before,
.property-amenities-list > li.disabled:before {
  content: "\f00c";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #202833;
  margin-right: 8px;
}
.property-amenities-list > li.disabled:before {
  content: "\f00d";
  color: #adb2b6;
}
.property-features {
  list-style: none;
  margin: 0;
  padding: 0;
}
.property-features > li {
  position: relative;
  padding: 20px 20px 20px 70px;
  min-height: 60px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 15px;
}
.property-features > li i {
  position: absolute;
  color: #202833;
  font-size: 30pt;
  float: left;
  top: 5px;
  left: 20px;
}
.property-features > li i.fa {
  top: 9px;
}
#property_location {
  height: 285px;
  margin-bottom: 40px;
}
.share-wraper {
  border: 1px solid #e3e3e3;
  margin-bottom: 40px;
  padding: 0px 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.share-wraper h5 {
  display: inline-block;
  margin-right: 15px;
  margin: 8px 15px 8px 0;
  color: #adb2b6;
}
.share-wraper .social-networks {
  float: none;
  display: inline-block;
  margin: 8px 0 !important;
}
.share-wraper .social-networks li a {
  font-size: 12pt;
  height: 27px;
  line-height: 24px;
  width: 27px;
}
.share-wraper .print-button {
  float: right;
  font-size: 15pt;
  padding-left: 20px;
  border-left: 1px solid #e3e3e3;
  color: #adb2b6;
  margin: 8px 0 !important;
}
.share-wraper .print-button:hover {
  color: #4d4f52;
}
.property-agent-info {
  background-color: rgba(50, 72, 92, 0.05);
  margin-bottom: 40px;
}
.property-agent-info .agent-detail {
  margin: 0;
  padding: 0;
  border: none;
}
.property-agent-info .agent-detail .info {
  border: 1px solid #e3e3e3;
  background-color: #fff;
  padding: 20px 15px;
}
.property-agent-info:after,
.property-agent-info:before {
  content: " ";
  display: table;
}
.property-agent-info:after {
  clear: both;
}
.grid-style1 .item,
.grid-style2 .item,
.list-style .item {
  margin: 0 auto 43px;
  text-align: left;
  position: relative;
}
.grid-style1 .item .image,
.grid-style2 .item .image,
.list-style .item .image {
  width: 100%;
  /*height:212px;*/

  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.grid-style1 .item .image img,
.grid-style2 .item .image img,
.list-style .item .image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.grid-style1 .item .image > a,
.grid-style2 .item .image > a,
.list-style .item .image > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: rgba(32, 40, 51, 0.82);
  border: 10px solid rgba(32, 40, 51, 0.8);
  z-index: 9;
  text-align: center;
  visibility: hidden;
  text-decoration: none;
  /*filter:alpha(opacity=0);*/

  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.grid-style1 .item .image > a .btn,
.grid-style2 .item .image > a .btn,
.list-style .item .image > a .btn {
  margin-top: -17px;
  position: relative;
  top: 100%;
}
.grid-style1 .item .image > a h3,
.grid-style2 .item .image > a h3,
.list-style .item .image > a h3 {
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 43px;
  left: 0;
  padding: 0 12px;
}
.grid-style1 .item .image > a .location,
.grid-style2 .item .image > a .location,
.list-style .item .image > a .location {
  text-align: left;
  font-style: italic;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 12px;
  display: block;
  color: #74777c;
}
.grid-style1 .item .image:hover img,
.grid-style2 .item .image:hover img,
.list-style .item .image:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.grid-style1 .item .image:hover > a,
.grid-style2 .item .image:hover > a,
.list-style .item .image:hover > a {
  visibility: visible;
  /*filter:alpha(opacity=100);*/

  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.grid-style1 .item .image:hover > a .btn,
.grid-style2 .item .image:hover > a .btn,
.list-style .item .image:hover > a .btn {
  top: 50%;
}
.grid-style1 .item .image-large,
.grid-style2 .item .image-large,
.list-style .item .image-large {
  height: 255px;
}
.grid-style1 .item .price,
.grid-style2 .item .price,
.list-style .item .price,
.grid-style1 .item .tag,
.grid-style2 .item .tag,
.list-style .item .tag {
  position: absolute;
  top: 10px;
  left: 9px;
  background-color: #202833;
  color: #fff;
  padding: 3px 9px 9px 9px;
  z-index: 10;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  /*'PER NIGHT' on a different line*/

}
.grid-style1 .item .price:before,
.grid-style2 .item .price:before,
.list-style .item .price:before,
.grid-style1 .item .tag:before,
.grid-style2 .item .tag:before,
.list-style .item .tag:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -6px;
  border-color: rgba(0, 0, 0, 0) #000000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 6px 6px 0;
  height: 0;
  width: 0;
}
.grid-style1 .item .price i,
.grid-style2 .item .price i,
.list-style .item .price i,
.grid-style1 .item .tag i,
.grid-style2 .item .tag i,
.list-style .item .tag i {
  margin-right: 8px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.grid-style1 .item .price p,
.grid-style2 .item .price p,
.list-style .item .price p,
.grid-style1 .item .tag p,
.grid-style2 .item .tag p,
.list-style .item .tag p {
  font-size: 9pt;
  font-weight: 300;
  margin: -4px 0 0;
  text-transform: uppercase;
}
.grid-style1 .item .price span,
.grid-style2 .item .price span,
.list-style .item .price span,
.grid-style1 .item .tag span,
.grid-style2 .item .tag span,
.list-style .item .tag span {
  display: block;
  font-size: 20pt;
  font-weight: 900;
  margin-top: -4px;
  line-height: 1.4;
}
.grid-style1 .item .tag,
.grid-style2 .item .tag,
.list-style .item .tag {
  padding: 14px 18px;
  font-size: 17px;
}
.grid-style1 .item .tag i,
.grid-style2 .item .tag i,
.list-style .item .tag i {
  margin-right: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.grid-style1 .item > .info,
.grid-style2 .item > .info,
.list-style .item > .info,
.grid-style1 .item > .info-blog,
.grid-style2 .item > .info-blog,
.list-style .item > .info-blog {
  padding: 20px 0 0;
}
.grid-style1 .item > .info h3,
.grid-style2 .item > .info h3,
.list-style .item > .info h3,
.grid-style1 .item > .info-blog h3,
.grid-style2 .item > .info-blog h3,
.list-style .item > .info-blog h3 {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.grid-style1 .item > .info h3 a,
.grid-style2 .item > .info h3 a,
.list-style .item > .info h3 a,
.grid-style1 .item > .info-blog h3 a,
.grid-style2 .item > .info-blog h3 a,
.list-style .item > .info-blog h3 a {
  color: #4d4f52;
}
.grid-style1 .item > .info h3 a:hover,
.grid-style2 .item > .info h3 a:hover,
.list-style .item > .info h3 a:hover,
.grid-style1 .item > .info-blog h3 a:hover,
.grid-style2 .item > .info-blog h3 a:hover,
.list-style .item > .info-blog h3 a:hover {
  text-decoration: none;
  color: #202833;
}
.grid-style1 .item > .info h3 small,
.grid-style2 .item > .info h3 small,
.list-style .item > .info h3 small,
.grid-style1 .item > .info-blog h3 small,
.grid-style2 .item > .info-blog h3 small,
.list-style .item > .info-blog h3 small {
  display: block;
  font-style: italic;
  margin-top: 4px;
}
.grid-style1 .item > .info-blog h3,
.grid-style2 .item > .info-blog h3,
.list-style .item > .info-blog h3 {
  border-bottom: none;
  padding-bottom: 0px;
}
.grid-style1 .item .amenities,
.grid-style2 .item .amenities,
.list-style .item .amenities {
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 6px 10px;
  margin: 18px 0 0;
  background-color: #fff;
  border-color: #E4E4E4;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.grid-style1 .item .amenities li,
.grid-style2 .item .amenities li,
.list-style .item .amenities li {
  display: inline-block;
  height: 38px;
  margin-right: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border-right: 1px solid #E4E4E4;
  color: #74777c;
}
.grid-style1 .item .amenities li:last-child,
.grid-style2 .item .amenities li:last-child,
.list-style .item .amenities li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}
.grid-style1 .item .amenities li .fa,
.grid-style2 .item .amenities li .fa,
.list-style .item .amenities li .fa {
  color: #adb2b6;
  font-size: 18px;
}
.grid-style1 .item .amenities li [class^="icon-"],
.grid-style2 .item .amenities li [class^="icon-"],
.list-style .item .amenities li [class^="icon-"],
.grid-style1 .item .amenities li [class*=" icon-"],
.grid-style2 .item .amenities li [class*=" icon-"],
.list-style .item .amenities li [class*=" icon-"] {
  color: #adb2b6;
  float: left;
  font-size: 18px;
  margin-right: 2px;
  margin-top: -3px;
}
.grid-style1 .item > .amenities,
.grid-style2 .item > .amenities,
.list-style .item > .amenities {
  margin-top: 0;
  border-width: 0 1px 1px 1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.grid-style1 .item .top-info,
.grid-style2 .item .top-info,
.list-style .item .top-info {
  padding: 0 0 14px 0;
  margin: 0 0 15px;
  border-bottom: 1px solid #E4E4E4;
  color: #adb2b6;
  font-size: 13px;
}
.grid-style1 .item .top-info li,
.grid-style2 .item .top-info li,
.list-style .item .top-info li {
  display: inline-block;
  margin-right: 14px;
}
.grid-style1 .item .top-info li:last-child,
.grid-style2 .item .top-info li:last-child,
.list-style .item .top-info li:last-child {
  margin-right: 0px;
}
.grid-style1 .item .top-info li i,
.grid-style2 .item .top-info li i,
.list-style .item .top-info li i {
  margin-right: 5px;
}
.grid-style1 .item.disabled,
.grid-style2 .item.disabled,
.list-style .item.disabled {
  display: none;
}
.list-style .item {
  width: 100%;
  float: left;
}
.list-style .item .image {
  width: 35%;
  float: left;
}
.list-style .item .image img {
  height: 100%;
}
.list-style .item .info,
.list-style .item .info-blog {
  width: 60%;
  margin-left: 3%;
  float: left;
}
.list-style .item .info .amenities,
.list-style .item .info-blog .amenities {
  display: inline-block;
  width: auto;
}
.list-style.latest-news .item .image {
  width: 44%;
}
.list-style.latest-news .item .info,
.list-style.latest-news .item .info-blog {
  width: 53%;
}

/* #404 Error
================================================== */
.e404 > div {
  font-size: 74pt;
  color: #202833;
  text-align: center;
  float: left;
}
.e404 > div strong {
  font-size: 140pt;
  display: block;
  margin-bottom: -80px;
}
.e404 i {
  float: right;
  font-size: 170pt;
  color: #202833;
  margin-top: 72px;
}
#e404-side {
  margin-top: 72px;
}
#e404-side h3 {
  font-size: 26pt;
}

.categories {
  list-style: none;
  padding: 0 15px;
}
.categories li {
  margin: 8px 0;
  padding-left: 1.3em ;
}
.categories li:before {
  content: "\f054";
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.categories li.current:before {
  color: #ebb002;
}
.categories li a {
  color: #74777c;
  padding-top: 8px;
  display: inline-block;
}
.categories li a span {
  color: #adb2b6;
}
.categories li a:hover {
  color: #202833;
  text-decoration: none;
}
.categories li a:hover span {
  color: #202833;
}
.categories li:hover:before {
  color: #202833;
}
.categories li + li {
  border-top: 1px solid #e3e3e3;
}

/* #Footer
================================================== */
#footer {
  background-color: #004f6e;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#footer #copyright {
  background-color: #fff;
  padding: 24px 0;
  line-height: 33px;
}
#footer #copyright a {
  color: #4d4f52;
}
#footer #copyright a:hover {
  color: #202833;
  text-decoration: none;
}
#footer-top {
  padding-top: 50px;
}
#footer-top h3 {
  color: #4d4f52;
  margin-bottom: 25px;
}
#footer-top .block {
  padding-bottom: 50px;
}
#footer-top a {
  color: #74777c;
}
#footer-top a:hover {
  color: #202833;
  text-decoration: none;
}
#footer-top img {
  max-width: 100%;
}
.footer-contacts {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.footer-contacts li {
  margin-bottom: 25px;
  padding: 5px 0 0 35px;
  min-height: 30px;
  display: block;
  position: relative;
}
.footer-contacts li i {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13pt;
  border: 1px solid #74777c;
  margin-right: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  border-top: 1px solid #E2E3E7;
  position: relative;
}
.footer-links li a {
  display: inline-block;
  width: 100%;
  padding: 14px 10px 14px 0;
  position: relative;
}
.footer-links li a:after {
  content: "\f0da";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-links li:last-child {
  border-bottom: 1px solid #E2E3E7;
}
.footer-listings {
  list-style: none;
  padding: 0;
}
.footer-listings li {
  min-height: 58px;
  display: block;
  margin-bottom: 2px;
  width: 100%;
  position: relative;
  padding: 15px 42px 0 70px;
}
.footer-listings li .image {
  width: 58px;
  height: 58px;
  overflow: hidden;
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
}
.footer-listings li .image img {
  height: 100%;
}
.footer-listings li a {
  line-height: 8px;
  z-index: 1;
  display: inline;
  width: 100%;
  min-height: 58px;
  vertical-align: middle;
}
.footer-listings li a span {
  position: absolute;
  right: 0;
  top: 10px;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13pt;
  border: 1px solid #74777c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.footer-listings li li:hover > p a {
  color: #202833 !important;
}
.footer-listings li li:hover > p a span {
  border-color: #202833;
}
.social-networks {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
}
.social-networks li {
  display: inline-block;
  margin-left: 3px;
}
.social-networks li a {
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  margin: 0;
  padding: 0;
  border: 1px solid #000000;
  color: #000000;
  font-size: 14pt;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.social-networks li a:hover {
  color: #4d4f52 !important;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.colored .social-networks,
.colored-bg .social-networks,
.action-box .social-networks {
  margin-top: 5px;
}
.colored .social-networks li a,
.colored-bg .social-networks li a,
.action-box .social-networks li a {
  border: 1px solid #fff;
  color: #fff;
}
.colored .social-networks li a:hover,
.colored-bg .social-networks li a:hover,
.action-box .social-networks li a:hover {
  color: #fff !important;
}
/* #PrettyPhoto Skin Override
================================================== */
div.cozy .pp_next:hover,
div.cozy .pp_previous:hover {
  cursor: pointer;
}
div.cozy .pp_expand {
  font-family: FontAwesome;
  cursor: pointer;
}
div.cozy .pp_expand:before {
  content: "\f0b2";
  color: #fff;
}
div.cozy .pp_contract {
  font-family: FontAwesome;
  cursor: pointer;
}
div.cozy .pp_contract:before {
  content: "\f066";
  color: #fff;
}
div.cozy .pp_close {
  font-family: FontAwesome;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
div.cozy .pp_close:before {
  content: "\f00d";
  color: #fff;
}
div.cozy .pp_description {
  margin-right: 60px;
  color: #fff;
  font-weight: 700;
  text-indent: 10px;
}
div.cozy .pp_nav .pp_play {
  font-family: FontAwesome;
  height: 15px;
  width: 14px;
}
div.cozy .pp_nav .pp_play:before {
  content: "\f04b";
  color: #fff;
}
div.cozy .pp_nav .pp_pause {
  font-family: FontAwesome;
  height: 15px;
  width: 14px;
}
div.cozy .pp_nav .pp_pause:before {
  content: "\f04c";
  color: #fff;
}
div.cozy .pp_arrow_previous {
  font-family: FontAwesome;
}
div.cozy .pp_arrow_previous:before {
  content: "\f053";
  color: #fff;
}
div.cozy .pp_arrow_next {
  font-family: FontAwesome;
}
div.cozy .pp_arrow_next:before {
  content: "\f054";
  color: #fff;
}
div.cozy .pp_loaderIcon {
  background: url(../img/progress.gif) center center no-repeat;
}
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  padding: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0 0 0 10px;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 0 10px 0 0;
}
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin: 2px 5px 0 10px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin: 3px 5px 0 0;
  overflow: hidden;
  width: 9px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next,
a.pp_previous {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  font-family: FontAwesome;
  line-height: 40px;
  font-size: 18pt;
  text-align: center;
  background-color: #202833;
  top: 50%;
  position: relative;
  margin-top: -20px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
a.pp_next {
  float: right;
  padding: 0 0 0 13px;
  margin-right: 10px;
}
a.pp_next:before {
  content: "\f054";
  color: #fff;
}
a.pp_previous {
  float: left;
  padding: 0 0 0 10px;
  margin-left: 10px;
}
a.pp_previous:before {
  content: "\f053";
  color: #fff;
}
.pp_content:hover a.pp_next,
.pp_content:hover a.pp_previous {
  opacity: 1;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 10px;
  width: 12px;
  z-index: 20000;
  overflow: hidden;
  text-decoration: none;
}
a.pp_close {
  position: absolute;
  right: 10px;
  top: 8px;
  display: block;
  line-height: 22px;
  font-size: 18pt;
  overflow: hidden;
}
.pp_loaderIcon {
  display: block;
  height: 31px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 31px;
  margin: -15px 0 0 -15px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}
div.cozy .pp_details {
  position: relative;
  background-color: #202833;
}
div.cozy .pp_gallery a.pp_arrow_previous,
div.cozy .pp_gallery a.pp_arrow_next {
  margin-top: 8px !important;
}
div.cozy .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.cozy .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.cozy .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #ffffff;
}
div.cozy #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #ffffff;
}
.pp_top,
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_top,
* html .pp_bottom {
  padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
/* #Template Settings Panel
================================================== */#template-settings {
  position: fixed;
  width: 185px;
  top: 85px;
  left: -188px;
  background-color: #f7f8fa;
  z-index: 2000;
  padding: 12px 10px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#template-settings > i {
  position: absolute;
  top: 0px;
  right: -36px;
  cursor: pointer;
  background-color: #f7f8fa;
  text-align: center;
  line-height: 36px;
  width: 36px;
  height: 36px;
  font-size: 20pt;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
#template-settings h4 {
  color: #ababab;
  font-weight: 700;
  margin-bottom: 5px;
}
#template-settings input,
#template-settings select {
  margin-bottom: 20px;
}
#template-settings input {
  width: 149px;
}
#template-settings select {
  width: 150px;
  height: 28px;
  padding: 4px 0 0 5px;
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ababab;
  color: #ababab;
  font-size: 9pt;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#template-settings > div {
  font-size: 9pt;
}
.settings-pattern {
  margin-bottom: 20px;
}
.settings-pattern span {
  cursor: pointer;
  margin: 1px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  display: inline-block;
}
.settings-pattern .selected {
  border: 1px solid #747474;
}
.pattern1_icon {
  background-image: url(../images/patterns/pattern1.jpg);
}
.pattern2_icon {
  background-image: url(../images/patterns/pattern2.jpg);
}
.pattern3_icon {
  background-image: url(../images/patterns/pattern3.jpg);
}
.pattern4_icon {
  background-image: url(../images/patterns/pattern4.jpg);
}
.pattern5_icon {
  background-image: url(../images/patterns/pattern5.jpg);
}
.pattern6_icon {
  background-image: url(../images/patterns/pattern6.jpg);
}
.pattern7_icon {
  background-image: url(../images/patterns/pattern7.jpg);
}
.pattern8_icon {
  background-image: url(../images/patterns/pattern8.jpg);
}
.pattern9_icon {
  background-image: url(../images/patterns/pattern9.jpg);
}
.datepicker {
  padding: 0 15px 15px 15px;
}
.datepicker table td {
  cursor: pointer;
}
.datepicker table td:hover {
  background: #ddd;
}
.datepicker table thead tr:first-child th {
  background: #0eaaa6;
  text-align: center;
  color: white;
}
.datepicker table thead tr:first-child th.prev,
.datepicker table thead tr:first-child th.next {
  cursor: pointer;
}
/* #Media Queries
================================================== */
@media (min-width: 993px) and (max-width: 1199px) {
  .sidebar #newsletter h2 span {
    font-size: 25pt;
  }
  .activity li .info {
    width: 54%;
  }
  .e404 > div {
    font-size: 60pt;
  }
  .e404 > div strong {
    font-size: 120pt;
    margin-bottom: -70px;
  }
  .e404 i {
    font-size: 130pt;
    margin-top: 72px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sidebar #newsletter h2 span {
    font-size: 18pt;
  }
  .activity li {
    text-align: center;
  }
  .activity li img {
    float: none;
    margin-right: 0;
  }
  .activity li .info {
    width: 100%;
    text-align: center;
  }
  .sidebar .latest-news > li {
    margin-bottom: 40px;
  }
  .sidebar .latest-news > li .image {
    width: 100%;
  }
  .sidebar .latest-news > li .top-info {
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 0 0 8px 0;
  }
  .sidebar .nav-tabs > li {
    width: 100%;
  }
  .e404 > div {
    font-size: 48pt;
  }
  .e404 > div strong {
    font-size: 90pt;
    margin-bottom: -50px;
  }
  .e404 i {
    font-size: 105pt;
    margin-top: 50px;
  }
  #e404-side {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .nav {
    display: none;
  }
  .sb-search {
    display: none;
  }
  #nav-mobile-btn {
    display: block;
  }
  #footer #copyright {
    text-align: center;
    line-height: 22px;
  }
  .action-box {
    text-align: center;
  }
  .social-networks {
    float: none;
    margin-top: 20px;
  }
  .fullwidthsingle .info {
    padding: 15px 20px;
  }
  .fullwidthsingle .info h3 {
    margin-bottom: 15px;
    font-size: 16pt;
  }
  .fullwidthsingle .info p {
    margin-bottom: 15px;
  }
  .fullwidthsingle2 .amenities {
    text-align: left;
  }
  .fullwidthsingle2 .description .right {
    text-align: left;
  }
  .property-gallery2 .item {
    width: 234px;
    height: 226px;
  }
  .pricing.style3 .item {
    display: inline-block;
  }
  .pricing.style3 .item header {
    width: 100%;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .pricing.style3 .item > ul {
    width: 100%;
  }
  .pricing.style3 .item > ul > li {
    border: 1px solid #e3e3e3;
    border-top: none;
    width: 100%;
    padding: 15px;
  }
  .pricing.style3 .item > .btn {
    width: 100%;
    height: 68px;
    line-height: 68px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }
  .list-style .item .image,
  .list-style.latest-news .item .image {
    width: 100%;
  }
  .list-style .item .image img,
  .list-style.latest-news .item .image img {
    width: 100%;
  }
  .list-style .item .info,
  .list-style.latest-news .item .info,
  .list-style .item .info-blog,
  .list-style.latest-news .item .info-blog {
    width: 100%;
    margin-left: 0;
  }
  .list-style .item .info .amenities,
  .list-style.latest-news .item .info .amenities,
  .list-style .item .info-blog .amenities,
  .list-style.latest-news .item .info-blog .amenities {
    display: inline-block;
    width: 100%;
  }
  .property-topinfo .amenities {
    width: 100%;
    border-right: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .blog-bottom-info > ul {
    width: 100%;
    border-right: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .property-large-buttons2 li h4 {
    font-size: 20pt;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer-listings li {
    padding: 4px 42px 0 0;
  }
  .footer-listings li .image {
    display: none;
  }
  .sidebar #newsletter .input-group {
    width: 100%;
  }
  .sidebar #newsletter .input-group .form-control {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }
  .sidebar #newsletter .input-group .input-group-btn {
    white-space: normal;
    width: 100%;
    display: block;
  }
  .sidebar #newsletter .input-group .input-group-btn .btn {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .colored:before,
  .gray:before {
    background-color: transparent !important;
  }
  .fullwidthsingle .item .image {
    width: 100%;
    max-height: 354px;
  }
  .fullwidthsingle .info {
    width: 100%;
    height: auto;
    padding: 25px 20px;
  }
  .activity li {
    display: inherit;
  }
  .activity li .info {
    float: none;
    width: auto;
  }
  .agencies-list > li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .agencies-list > li .map {
    width: 100%;
  }
  .agencies-list > li .info {
    width: 100%;
    margin-left: 0;
  }
  .agents-list > li,
  .agents-list .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .agents-list > li .image,
  .agents-list .item .image {
    width: 100%;
  }
  .agents-list > li .image img,
  .agents-list .item .image img {
    width: 100%;
  }
  .agents-list > li .info,
  .agents-list .item .info {
    width: 100%;
    margin-left: 0;
  }
  .agents-list > li .info .contact-us,
  .agents-list .item .info .contact-us {
    display: inline-block;
  }
  .agents-list > li .info .social-networks,
  .agents-list .item .info .social-networks {
    margin-top: 0;
  }
  .agents-grid > li .info .social-networks,
  .agents-grid .item .info .social-networks {
    margin-top: 0;
  }
  .nav-tabs.tabs-left,
  .nav-tabs.tabs-right {
    width: 100%;
    text-align: center;
  }
  .nav-tabs.tabs-left > li > a,
  .nav-tabs.tabs-right > li > a {
    margin-right: 0;
  }
  .nav-tabs.tabs-left > li.active > a,
  .nav-tabs.tabs-right > li.active > a,
  .nav-tabs.tabs-left > li.active > a:hover,
  .nav-tabs.tabs-right > li.active > a:hover,
  .nav-tabs.tabs-left > li.active > a:focus,
  .nav-tabs.tabs-right > li.active > a:focus {
    border: 1px solid #e3e3e3;
    border-bottom: none;
  }
  .tab-content.tabs-left,
  .tab-content.tabs-right {
    width: 100%;
    border-top: none;
  }
  .e404 {
    text-align: center;
  }
  .e404 > div {
    float: none;
    display: inline-block;
  }
  .e404 i {
    float: none;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -27px;
    margin-top: 0;
  }
  #e404-side {
    margin-top: 0px;
  }
  .grid-style1 .item .image-large,
  .grid-style2 .item .image-large,
  .grid-style3 .item .image-large,
  .grid-style4 .item .image-large {
    height: auto;
  }
  .contacts:before {
    background-color: transparent;
    display: none;
  }
  #contacts_map {
    height: 500px;
    width: 100%;
    position: static !important;
    overflow: hidden;
  }
  #contacts-overlay {
    position: relative;
    left: 0;
    bottom: 0;
    background-color: #fff;
  }
  #contacts-overlay #contacts-overlay-close {
    display: none;
  }
  .property-large-buttons2 li {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .e404 {
    text-align: center;
    width: 268px;
    margin: 0 auto;
  }
  .e404 > div {
    float: none;
    display: inline-block;
    font-size: 35pt;
  }
  .e404 > div strong {
    font-size: 65pt;
    margin-bottom: -33px;
  }
  .e404 i {
    font-size: 80pt;
    top: -14px;
  }
}
@media (min-width: 481px) and (max-width: 992px) {
  .property-large-buttons li h4 {
    font-size: 18pt;
  }
  .latest-news-slider .info h3 {
    font-size: 15pt;
    margin-bottom: 15px;
  }
  .latest-news-slider .info .top-info {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  #top-info {
    display: block;
    line-height: 20px;
    margin-top: 7px;
  }
  #top-info li {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0;
  }
  #top-buttons {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .sidebar .latest-news > li {
    margin-bottom: 40px;
  }
  .sidebar .latest-news > li .image {
    width: 100%;
  }
  .sidebar .latest-news > li .top-info {
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 0 0 8px 0;
  }
  .form-control-large,
  .form-control-small {
    width: 100%;
    margin: 0;
  }
  .form-control-small {
    width: 100%;
  }
  .fullwidthsingle .item .image {
    height: 230px;
  }
  .sidebar #newsletter h2 span {
    font-size: 21pt;
  }
  .property-large-buttons li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .latest-news-slider .item .image,
  .latest-news-slider .item .info {
    width: 100%;
  }
  .latest-news-slider .item .info {
    height: auto;
  }
  .sidebar .nav-tabs > li,
  .nav-tabs > li {
    width: 100%;
  }
  .sort {
    margin-left: 0px;
  }
  #property-detail-thumbs .item {
    height: 90px;
  }
  .comments {
    padding: 20px;
  }
  .login {
    padding: 40px 25px;
  }
  .pagination #previous,
  .pagination #next {
    width: 100%;
    margin-bottom: 5px;
  }
  .pagination #previous li,
  .pagination #next li {
    float: none;
  }
  .sidebar #newsletter .input-group {
    width: 100%;
  }
  .sidebar #newsletter .input-group .form-control {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
  }
  .sidebar #newsletter .input-group .input-group-btn {
    white-space: normal;
    width: 100%;
    display: block;
  }
  .sidebar #newsletter .input-group .input-group-btn .btn {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    width: 100%;
  }
}

#home-advanced-search .container {
  overflow: visible;
}
.grid-style2 .item,
.list-style2 .item {
  margin: 0 auto 43px;
  text-align: left;
  position: relative;
}
.grid-style2 .item .image,
.list-style2 .item .image {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.grid-style2 .item .image img,
.list-style2 .item .image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.grid-style2 .item .image > a,
.list-style2 .item .image > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: rgba(32, 35, 38, 0.82);
  border: 10px solid rgba(32, 35, 38, 0.8);
  z-index: 9;
  text-align: center;
  visibility: hidden;
  text-decoration: none;
  /*filter:alpha(opacity=0);*/

  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.grid-style2 .item .image > a .btn,
.list-style2 .item .image > a .btn {
  margin-top: -17px;
  position: relative;
  top: 100%;
}
.grid-style2 .item .image > a h3,
.list-style2 .item .image > a h3 {
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 43px;
  left: 0;
  padding: 0 12px;
}
.grid-style2 .item .image > a .location,
.list-style2 .item .image > a .location {
  text-align: left;
  font-style: italic;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 12px;
  display: block;
  color: #74777c;
}
.grid-style2 .item .image:hover img,
.list-style2 .item .image:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.grid-style2 .item .image:hover > a,
.list-style2 .item .image:hover > a {
  visibility: visible;
  /*filter:alpha(opacity=100);*/

  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.grid-style2 .item .image:hover > a .btn,
.list-style2 .item .image:hover > a .btn {
  top: 50%;
}
.grid-style2 .item .image-large,
.list-style2 .item .image-large {
  height: 255px;
}
.grid-style2 .item .price,
.list-style2 .item .price,
.grid-style2 .item .tag,
.list-style2 .item .tag {
  position: absolute;
  top: 0px;
  left: 15px;
  margin-bottom: -20px;
  background-color: #202833;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.grid-style2 .item .price:before,
.list-style2 .item .price:before,
.grid-style2 .item .tag:before,
.list-style2 .item .tag:before {
  display: none;
}
.grid-style2 .item .price i,
.list-style2 .item .price i,
.grid-style2 .item .tag i,
.list-style2 .item .tag i {
  margin-right: 8px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.grid-style2 .item .price span,
.list-style2 .item .price span,
.grid-style2 .item .tag span,
.list-style2 .item .tag span {
  display: block;
  font-size: 16pt;
  font-weight: 700;
  margin-top: -4px;
  line-height: 1.4;
}
.grid-style2 .item .tag,
.list-style2 .item .tag {
  padding: 14px 18px;
  font-size: 17px;
}
.grid-style2 .item .tag i,
.list-style2 .item .tag i {
  margin-right: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.grid-style2 .item > .info,
.list-style2 .item > .info,
.grid-style2 .item > .info-blog,
.list-style2 .item > .info-blog {
  padding: 20px 0 0;
  position: relative;
}
.grid-style2 .item > .info h3,
.list-style2 .item > .info h3,
.grid-style2 .item > .info-blog h3,
.list-style2 .item > .info-blog h3 {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.grid-style2 .item > .info h3 a,
.list-style2 .item > .info h3 a,
.grid-style2 .item > .info-blog h3 a,
.list-style2 .item > .info-blog h3 a {
  color: #4d4f52;
}
.grid-style2 .item > .info h3 a:hover,
.list-style2 .item > .info h3 a:hover,
.grid-style2 .item > .info-blog h3 a:hover,
.list-style2 .item > .info-blog h3 a:hover {
  text-decoration: none;
  color: #202833;
}
.grid-style2 .item > .info h3 small,
.list-style2 .item > .info h3 small,
.grid-style2 .item > .info-blog h3 small,
.list-style2 .item > .info-blog h3 small {
  display: block;
  font-style: italic;
  margin-top: 4px;
}
.grid-style2 .item > .info-blog h3,
.list-style2 .item > .info-blog h3 {
  border-bottom: none;
  padding-bottom: 0px;
}
.grid-style2 .item .amenities,
.list-style2 .item .amenities {
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 6px 10px;
  margin: 18px 0 0;
  background-color: #fff;
  border-color: #E4E4E4;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.grid-style2 .item .amenities li,
.list-style2 .item .amenities li {
  display: inline-block;
  height: 38px;
  margin-right: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border-right: 1px solid #E4E4E4;
  color: #74777c;
}
.grid-style2 .item .amenities li:last-child,
.list-style2 .item .amenities li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}
.grid-style2 .item .amenities li .fa,
.list-style2 .item .amenities li .fa {
  color: #adb2b6;
  font-size: 18px;
}
.grid-style2 .item .amenities li [class^="icon-"],
.list-style2 .item .amenities li [class^="icon-"],
.grid-style2 .item .amenities li [class*=" icon-"],
.list-style2 .item .amenities li [class*=" icon-"] {
  color: #adb2b6;
  float: left;
  font-size: 18px;
  margin-right: 2px;
  margin-top: -3px;
}
.grid-style2 .item > .amenities,
.list-style2 .item > .amenities {
  margin-top: 0;
  border-width: 0 1px 1px 1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.grid-style2 .item .top-info,
.list-style2 .item .top-info {
  padding: 10px 15px;
  margin: 18px 0 15px;
  border: 1px solid #E4E4E4;
  color: #adb2b6;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.grid-style2 .item .top-info li,
.list-style2 .item .top-info li {
  display: inline-block;
  margin-right: 14px;
}
.grid-style2 .item .top-info li:last-child,
.list-style2 .item .top-info li:last-child {
  margin-right: 0px;
}
.grid-style2 .item .top-info li i,
.list-style2 .item .top-info li i {
  margin-right: 5px;
}
.grid-style2 .item.disabled,
.list-style2 .item.disabled {
  display: none;
}
.list-style2 .item {
  width: 100%;
  float: left;
}
.list-style2 .item .image {
  width: 35%;
  float: left;
}
.list-style2 .item .image img {
  height: 100%;
}
.list-style2 .item .info,
.list-style2 .item .info-blog {
  width: 60%;
  margin-left: 3%;
  float: left;
  padding: 0;
}
.list-style2 .item .info .amenities,
.list-style2 .item .info-blog .amenities {
  display: inline-block;
  width: auto;
}
.list-style2 .item .price,
.list-style2 .item .tag {
  position: absolute;
}
.list-style2.latest-news .item .image {
  width: 44%;
}
.list-style2.latest-news .item .info,
.list-style2.latest-news .item .info-blog {
  width: 53%;
}
@media (max-width: 992px) {
  .list-style2 .item .image,
  .list-style2.latest-news .item .image {
    width: 100%;
  }
  .list-style2 .item .image img,
  .list-style2.latest-news .item .image img {
    width: 100%;
  }
  .list-style2 .item .info,
  .list-style2.latest-news .item .info,
  .list-style2 .item .info-blog,
  .list-style2.latest-news .item .info-blog {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
  }
  .list-style2 .item .info .amenities,
  .list-style2.latest-news .item .info .amenities,
  .list-style2 .item .info-blog .amenities,
  .list-style2.latest-news .item .info-blog .amenities {
    display: inline-block;
    width: 100%;
  }
}
.carousel-style2 .item {
  margin: 0 auto 35px;
  text-align: left;
  position: relative;
}
.carousel-style2 .item .image {
  width: 100%;
  /*height:236px;*/

  max-height: 236px;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-transition: background-size 0.3s ease-out;
  -moz-transition: background-size 0.3s ease-out;
  -ms-transition: background-size 0.3s ease-out;
  -o-transition: background-size 0.3s ease-out;
  transition: background-size 0.3s ease-out;
}
.carousel-style2 .item .image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.carousel-style2 .item .image > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: rgba(32, 35, 38, 0.82);
  border: 10px solid rgba(32, 35, 38, 0.8);
  z-index: 9;
  text-align: center;
  visibility: hidden;
  text-decoration: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.carousel-style2 .item .image > a .btn {
  margin-top: -17px;
  position: relative;
  top: 100%;
}
.carousel-style2 .item .image .info {
  text-align: left;
}
.carousel-style2 .item .image .info h3 {
  color: #fff;
  position: absolute;
  bottom: 43px;
  left: 0;
  padding: 0 12px;
}
.carousel-style2 .item .image .info .location {
  font-style: italic;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 12px;
  display: block;
  color: #74777c;
}
.carousel-style2 .item:hover .image {
  background-size: auto 120%;
}
.carousel-style2 .item:hover .image img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.carousel-style2 .item:hover .image > a {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.carousel-style2 .item .price {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #202833;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.carousel-style2 .item .price:before {
  display: none;
}
.carousel-style2 .item .price i {
  margin-right: 8px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.carousel-style2 .item .price span {
  display: block;
  font-size: 16pt;
  font-weight: 700;
  margin-top: -4px;
}
.carousel-style2 .item .amenities {
  width: 100%;
  list-style: none;
  padding: 6px 10px;
  margin: 0;
  background-color: #fff;
  border-color: #E4E4E4;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  text-align: center;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.carousel-style2 .item .amenities li {
  display: inline-block;
  height: 38px;
  margin-right: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border-right: 1px solid #E4E4E4;
  color: #74777c;
}
.carousel-style2 .item .amenities li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}
.carousel-style2 .item .amenities li .fa {
  color: #adb2b6;
  font-size: 18px;
}
.carousel-style2 .item .amenities li [class^="icon-"],
.carousel-style2 .item .amenities li [class*=" icon-"] {
  color: #adb2b6;
  float: left;
  font-size: 20px;
  margin-right: 3px;
  margin-top: -3px;
}
.carousel-style2 .item.disabled {
  display: none;
}
.property-gallery.style2 .owl-controls .owl-buttons,
.property-gallery2.style2 .owl-controls .owl-buttons {
  background: none repeat scroll 0 0 #df4a43;
  border-radius: 0;
  height: 57px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 33px;
}
.property-gallery.style2 .owl-controls .owl-buttons:before,
.property-gallery2.style2 .owl-controls .owl-buttons:before {
  display: none;
}
.fullwidthsingle.style2 .price,
.latest-news-slider.style2 .price,
.fullwidthsingle2.style2 .price {
  top: 0px;
  left: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fullwidthsingle.style2 .price:before,
.latest-news-slider.style2 .price:before,
.fullwidthsingle2.style2 .price:before {
  display: none;
}
.fullwidthsingle.style2 .tag,
.latest-news-slider.style2 .tag,
.fullwidthsingle2.style2 .tag {
  top: 0px;
  left: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fullwidthsingle.style2 .tag:before,
.latest-news-slider.style2 .tag:before,
.fullwidthsingle2.style2 .tag:before {
  display: none;
}
.fullwidthsingle.style2 .owl-controls .owl-buttons,
.latest-news-slider.style2 .owl-controls .owl-buttons,
.fullwidthsingle2.style2 .owl-controls .owl-buttons {
  background: none repeat scroll 0 0 #df4a43;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 57px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 33px;
}
.fullwidthsingle.style2 .owl-controls .owl-buttons:before,
.latest-news-slider.style2 .owl-controls .owl-buttons:before,
.fullwidthsingle2.style2 .owl-controls .owl-buttons:before {
  display: none;
}
#property-detail-wrapper.style2 .price {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #202833;
  color: #fff;
  padding: 10px 15px 0px 15px;
  z-index: 10;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#property-detail-wrapper.style2 .price i {
  margin-right: 8px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#property-detail-wrapper.style2 .price span {
  display: block;
  font-size: 16pt;
  font-weight: 700;
  margin-top: -4px;
}
.agencies-list.style2 > li .tag,
.agencies-grid.style2 > li .tag,
.agents-list.style2 > li .tag,
.agents-grid.style2 > li .tag,
.agencies-list.style2 .item .tag,
.agencies-grid.style2 .item .tag,
.agents-list.style2 .item .tag,
.agents-grid.style2 .item .tag {
  top: 0px;
  left: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
}
.agencies-list.style2 > li .tag:before,
.agencies-grid.style2 > li .tag:before,
.agents-list.style2 > li .tag:before,
.agents-grid.style2 > li .tag:before,
.agencies-list.style2 .item .tag:before,
.agencies-grid.style2 .item .tag:before,
.agents-list.style2 .item .tag:before,
.agents-grid.style2 .item .tag:before {
  display: none;
}
.blog-main-image.style2 .tag {
  top: 0px;
  left: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.blog-main-image.style2 .tag:before {
  display: none;
}
