@charset "UTF-8";
/* Media Query Mixins */
/*------------------------------------------------------------------
[Table of contents]

** STANDARD CLASSES **
1. Box modes
2. Global Classes 
3. Headers
4. Helper Classes
5. Bootstrap 3 overrides
6. Back to Top button
7. Tooltip
8. Tiny Nav
9. Sub-Menu
10. Header area 
11. Navigation area 
12. Slider container
13. Fat Footer
14. Footer
15. Superfish overrides - main navigation
16. Sidebar 
17. Post pagination system
18. Sub-header
19. Isotope filter system
20. jQuery UI datepicker overrides
21. Preloader

** THEME SPECIFC CLASSES **
1. Video container group
2. Testimonials carousel
3. Milestone counter
4. Values List
5. Progress Bar
6. Single News Post Social icons
7. Single News Post - Related posts
8. Accordion system
9. Newsletter
10. Staff profile
11. Partners carousel
12. Navigation slide out menu
13. Float Menu
14. Property search column
15. News post layout
16. Fancy title
17. Sign-in slide out menu
18. Registration slide out menu
19. Interactive Title
20. Milestone column
21. Our process list
22. Information list
23. Single news post layout
24. Author column
25. Comments column
26. Property listings
27. Property Post
28. Agencies
29. Contact
30. Desktop navigation

** WIDGETS **
1. Latest properties widget
2. Featured properties widget
3. Top agents widget
4. Agencies widget
5. Properties filter


-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Color Codes]

Primary Color: #ffe1a0; 
Secondary Color: #7f6631;
Body Color: #979797;
Divider Color: #dfdfdf;
Body Font: 'Questrial';

-------------------------------------------------------------------*/
/* 1. Box Modes  */
/* full screen mode */
.pm-full-mode {
  width: 100%; }

/* 1170px boxed mode - requires customs media queries for responsivesness */
.pm-boxed-mode {
  width: 1170px;
  margin: 20px auto;
  background-color: white; }

/* 970px boxed mode - requires customs media queries for responsivesness */
.pm-standard-mode {
  width: 970px;
  margin: 0 auto; }

.navbar-fixed-top.pm-boxed-mode, .navbar-fixed-bottom.pm-boxed-mode, .navbar-fixed-top.pm-standard-mode, .navbar-fixed-bottom.pm-standard-mode {
  position: inherit; }

/* 2. Global Classes  */
html, body {
  height: 100%; }

body {
  background-position: center top;
  background: fixed;
  overflow-x: hidden !important; }

body.menu-opened {
  overflow: hidden !important; }

img {
  height: auto;
  max-width: 100%; }

a {
  font-weight: 300;
  text-decoration: none !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

a.pm-standard-link {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin: 20px 0;
  display: inline-block; }

a.pm-sidebar-link {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin: 5px 0;
  display: inline-block; }

a.pm-standard-link i, a.pm-sidebar-link i {
  font-size: 10px;
  font-weight: normal;
  margin-left: 3px; }

p.light {
  color: white; }

strong {
  font-weight: 600;
  line-height: 24px; }

ul li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #979797;
  padding-right: 15px; }

ul {
  list-style: none; }

blockquote {
  margin: 1em 60px;
  padding: 1em 3em;
  quotes: "“" "”" "‘" "’";
  position: relative;
  border: none !important; }

blockquote:before {
  content: open-quote;
  font-size: 4em;
  left: 10px;
  line-height: 0.1em;
  margin-right: -20px;
  position: absolute;
  top: 52px;
  vertical-align: -0.4em; }

iframe {
  width: 100%; }

.visual-bg {
  background-color: #CCC; }

.pp_gallery li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-column-container {
  width: 100%;
  background-repeat: no-repeat;
  position: relative; }

.pm-column-container-message {
  max-width: 900px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: table;
  padding: 15px 30px;
  top: -30px;
  border: 1px solid #fdcb5e;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

.pm-column-container-message p {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0px; }

.pm-column-title {
  font-size: 24px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0px; }

.pm-column-title-divider-simple {
  width: 100%;
  height: 1px;
  border-top: 1px solid #d8d1c1;
  display: table;
  position: relative;
  margin: 20px auto 0 auto;
  position: relative; }

.pm-column-title-divider-simple.property {
  margin: 20px auto; }

.pm-column-title-divider-simple.property-info {
  margin: 10px auto; }

.pm-column-title-divider-simple-end-point {
  width: 5px;
  height: 5px;
  position: absolute;
  top: -2px;
  right: 0; }

.pm-column-title-divider {
  width: 275px;
  height: 1px;
  border-top: 1px solid #d8d1c1;
  display: table;
  margin: 0 auto;
  position: relative;
  margin: 30px auto 0 auto;
  position: relative; }

.pm-column-title-divider-end-point {
  width: 5px;
  height: 5px;
  position: absolute; }

.pm-column-title-divider-end-point.left {
  top: -2px;
  left: 0;
  z-index: 1; }

.pm-column-title-divider-end-point.right {
  top: -2px;
  right: 0;
  z-index: 2; }

.pm-column-title-divider-symbol {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: table;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

/* 3. Headers  */
h1 {
  clear: both; }

/* Body page titles */
h2 {
  clear: both; }

h3 {
  clear: both; }

/* Regular column titles */
h4 {
  clear: both; }

/* Column titles */
h5 {
  clear: both; }

h5.light {
  color: white;
  margin-bottom: 15px; }

/* Small titles */
h6 {
  clear: both; }

/* 4. Helper Classes  */
.pm-required {
  margin-bottom: 20px; }

.gm-style .gm-style-iw {
  text-align: center; }

.pm-page-social-features {
  margin-bottom: 50px;
  clear: both; }

.pm-line-icon {
  font-size: 60px; }

.pm-container-arrow {
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 30px solid #182433;
  margin: -30px auto 0;
  max-height: 50px;
  max-width: 50px;
  position: relative;
  top: 30px; }

.pm-title-divider {
  width: 80px;
  height: 1px;
  background-color: #dfdfdf;
  margin: 26px auto; }

.pm-containerMargin20 {
  margin: 20px 0px; }

.pm-containerMargin30 {
  margin: 30px 0px; }

.pm-containerMargin40 {
  margin: 40px 0px; }

.pm-containerMargin50 {
  margin: 50px 0px; }

.pm-containerMargin60 {
  margin: 60px 0px; }

.pm-containerMargin70 {
  margin: 70px 0px; }

.pm-containerMargin80 {
  margin: 80px 0px; }

.pm-containerMargin90 {
  margin: 90px 0px; }

.pm-containerMargin100 {
  margin: 100px 0px; }

.pm-containerMargin110 {
  margin: 110px 0px; }

.pm-containerMargin120 {
  margin: 120px 0px; }

.pm-containerPadding20 {
  padding: 20px 15px; }

.pm-containerPadding30 {
  padding: 30px 15px; }

.pm-containerPadding40 {
  padding: 40px 15px; }

.pm-containerPadding50 {
  padding: 50px 15px; }

.pm-containerPadding60 {
  padding: 60px 15px; }

.pm-containerPadding70 {
  padding: 70px 15px; }

.pm-containerPadding80 {
  padding: 80px 15px; }

.pm-containerPadding90 {
  padding: 90px 15px; }

.pm-containerPadding100 {
  padding: 100px 15px; }

.pm-containerPadding110 {
  padding: 110px 15px; }

.pm-containerPadding120 {
  padding: 120px 15px; }

.pm-containerPadding-top-20 {
  padding-top: 20px; }

.pm-containerPadding-top-30 {
  padding-top: 30px; }

.pm-containerPadding-top-40 {
  padding-top: 40px; }

.pm-containerPadding-top-50 {
  padding-top: 50px; }

.pm-containerPadding-top-60 {
  padding-top: 60px; }

.pm-containerPadding-top-70 {
  padding-top: 70px; }

.pm-containerPadding-top-80 {
  padding-top: 80px; }

.pm-containerPadding-top-90 {
  padding-top: 90px; }

.pm-containerPadding-top-100 {
  padding-top: 100px; }

.pm-containerPadding-top-110 {
  padding-top: 110px; }

.pm-containerPadding-top-120 {
  padding-top: 120px; }

.pm-containerPadding-top-130 {
  padding-top: 130px; }

.pm-containerPadding-top-140 {
  padding-top: 140px; }

.pm-containerPadding-top-150 {
  padding-top: 150px; }

.pm-containerPadding-top-160 {
  padding-top: 160px; }

.pm-containerPadding-top-170 {
  padding-top: 170px; }

.pm-containerPadding-top-180 {
  padding-top: 180px; }

.pm-containerPadding-top-190 {
  padding-top: 190px; }

.pm-containerPadding-top-200 {
  padding-top: 200px; }

.pm-containerPadding-bottom-20 {
  padding-bottom: 20px; }

.pm-containerPadding-bottom-30 {
  padding-bottom: 30px; }

.pm-containerPadding-bottom-40 {
  padding-bottom: 40px; }

.pm-containerPadding-bottom-50 {
  padding-bottom: 50px; }

.pm-containerPadding-bottom-60 {
  padding-bottom: 60px; }

.pm-containerPadding-bottom-70 {
  padding-bottom: 70px; }

.pm-containerPadding-bottom-80 {
  padding-bottom: 80px; }

.pm-containerPadding-bottom-90 {
  padding-bottom: 90px; }

.pm-containerPadding-bottom-100 {
  padding-bottom: 100px; }

.pm-containerPadding-bottom-110 {
  padding-bottom: 110px; }

.pm-containerPadding-bottom-120 {
  padding-bottom: 120px; }

.pm-containerPadding-bottom-130 {
  padding-bottom: 130px; }

.pm-containerPadding-bottom-140 {
  padding-bottom: 140px; }

.pm-containerPadding-bottom-150 {
  padding-bottom: 150px; }

.pm-containerPadding-bottom-160 {
  padding-bottom: 160px; }

.pm-containerPadding-bottom-170 {
  padding-bottom: 170px; }

.pm-containerPadding-bottom-180 {
  padding-bottom: 180px; }

.pm-containerPadding-bottom-190 {
  padding-bottom: 190px; }

.pm-containerPadding-bottom-200 {
  padding-bottom: 200px; }

.pm-piechart-column {
  padding-top: 90px; }

#pm-column-overlay {
  padding-top: 100px;
  padding-bottom: 120px; }

.pm-columnPadding20 {
  padding: 20px 15px; }

.pm-columnPadding30 {
  padding: 30px 15px; }

.pm-columnPadding40 {
  padding: 40px 15px; }

.pm-columnPadding60 {
  padding: 60px 15px; }

.pm-columnPadding80 {
  padding: 80px 15px; }

.pm-columnPadding100 {
  padding: 100px 15px; }

.pm-columnPadding120 {
  padding: 120px 15px; }

.pm-columnPadding-30 {
  padding: 0 30px; }

.pm-container-border {
  border-right: 1px solid #c6c6c6; }

.pm-no-margin {
  margin: 0px !important; }

.pm-no-margin-top {
  margin-top: 0px !important; }

.pm-no-margin-bottom {
  margin-bottom: 0px !important; }

.pm-no-padding {
  padding: 0px !important; }

.pm-column-spacing {
  margin-bottom: 30px; }

.pm-column-spacing.staff {
  margin-bottom: 30px; }

.pm-column-spacing.news-post {
  margin-bottom: 50px; }

.pm-center {
  text-align: center; }

.pm-inline {
  display: inline; }

.pm-inline-block {
  display: inline-block !important; }

.pm-right-align {
  text-align: right;
  display: block; }

.pm-left-align {
  text-align: left;
  display: block; }

.pm-center-align {
  margin: 0 auto !important;
  display: table !important; }

.pm-divider {
  height: 1px;
  width: 80px;
  margin: 20px 0; }

.pm-divider.light {
  background-color: white; }

.pm-clear-element {
  clear: both; }

.pm-float-left {
  float: left; }

.columnContainer .row [class*="col-"] {
  padding-bottom: 30px; }

.reset-pulse-sizing,
.reset-pulse-sizing *,
.reset-pulse-sizing *:before,
.reset-pulse-sizing *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: top; }

.pm-icon-container {
  width: 140px;
  height: 140px;
  border: 6px solid #7d7d7d;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

.pm-icon-container i {
  font-size: 70px;
  color: #7d7d7d;
  vertical-align: middle; }

/* 5. Bootstrap 3 overrides  */
.navbar-collapse {
  padding: 0px !important; }

.navbar-collapse.in {
  overflow-y: inherit !important; }

.navbar-toggle {
  float: none !important; }

.navbar-toggle {
  background-color: transparent;
  border: 1px solid transparent;
  float: right;
  margin-bottom: 8px;
  margin-right: 0;
  margin-top: 4px;
  padding: 9px 10px;
  position: relative;
  border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px; }

/* 7. Tooltip  */
#pm_marker_tooltip_theme {
  font-size: 11px;
  line-height: 20px;
  width: auto;
  opacity: 0;
  height: auto;
  padding: 2px 12px;
  position: absolute;
  color: black;
  /* Make tooltip color */
  text-align: left;
  z-index: 99999999999;
  text-transform: uppercase;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

#pm_marker_tooltip_theme.pm_tip_arrow_bottom {
  color: white;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

#pm_marker_tooltip_theme.pm_tip_arrow_top:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: -6px;
  left: 15px;
  margin-left: auto;
  margin-right: auto; }

#pm_marker_tooltip_theme.pm_tip_arrow_bottom:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 15px;
  top: -3px; }

/* 8. Tiny Nav  */
.tinynav {
  padding: 5px;
  background-color: white;
  font-size: 16px;
  background-image: none !important; }

/* 9. Sub-Menu  */
.pm-sub-menu-container {
  padding: 10px 0;
  position: relative;
  z-index: 999; }

.pm-sub-menu-info {
  overflow: hidden; }

.pm-sub-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right; }

.pm-sub-navigation li:before {
  content: "";
  margin: 0;
  padding: 0; }

.pm-sub-navigation li {
  float: left;
  margin-right: 10px; }

.pm-sub-navigation li:last-child {
  margin-right: 0px; }

.pm-sub-navigation li a {
  font-weight: 500;
  font-size: 14px;
  color: white;
  display: block;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-sub-navigation a:hover {
  color: #F14527; }

.pm-sub-navigation a i {
  font-family: 'FontAwesome';
  font-weight: 300;
  font-size: 17px;
  color: white;
  margin-top: 4px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-sub-navigation a i.typcn {
  font-size: 20px; }

/* 10. Header area  */
header {
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid #ffe1a0;
  left: 0;
  padding: 20px 50px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

header.fixed {
  position: fixed; }

.pm-boxed-mode header {
  position: relative; }

.pm-boxed-mode .pm-holder {
  top: 0; }

.pm-boxed-mode .pm-caption {
  padding-top: 105px; }

.pm-boxed-mode .pm-sub-header-info {
  padding: 100px 0 120px; }

.pm-logo-container {
  float: left; }

.pm-logo-container img {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

/* 11. Navigation area */
.pm-nav-container {
  min-width: 500px;
  overflow: auto;
  float: right;
  margin-top: 7px; }

.pm-nav-container-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right; }

.pm-nav-container-icons.float-menu {
  float: none !important; }

.pm-nav-container-icons li:before {
  list-style: none;
  padding: 0;
  margin: 0;
  content: ""; }

.pm-nav-container-icons li {
  float: left;
  margin-right: 25px; }

.pm-nav-container-icons li:last-child {
  margin-right: 0px; }

.pm-nav-container-icons li a {
  line-height: 30px !important; }

.pm-nav-container-icons li a span {
  float: left;
  font-size: 10px !important;
  text-transform: uppercase !important; }

.pm-nav-container-icons li a i {
  font-family: 'FontAwesome';
  font-size: 24px;
  clear: left;
  position: relative;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: table;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-nav-search-bar-container {
  float: left;
  min-width: 300px;
  margin-top: 25px; }

.pm-search-bar-btn {
  float: right;
  margin-top: 5px; }

.pm-search-input-field {
  float: left;
  min-width: 250px;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-size: 14px !important; }

/* 12. Slider container  */
.pm-slider-container {
  background-image: url(../img/slider/slide1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  min-height: 700px; }

/* 13. Fat Footer  */
.pm-fat-footer {
  width: 100%;
  background-color: #262626;
  padding: 80px 0px; }

.pm-fat-footer p {
  color: white; }

.pm-fat-footer a:hover {
  color: white; }

.pm-fat-footer-title {
  font-size: 18px;
  font-weight: 300;
  color: white;
  display: block;
  overflow: hidden;
  padding: 0;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0 0 10px !important; }

.pm-fat-footer-title span {
  font-weight: 700; }

.pm-fat-footer-title-divider {
  width: 100%;
  height: 1px;
  margin: 0px 0 20px;
  display: inline-block;
  position: relative; }

.pm-fat-footer-title-divider-endpoint {
  width: 5px;
  height: 5px;
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 5; }

.pm-widget-footer:last-child {
  margin-bottom: 0px !important; }

.pm-widget-footer p {
  font-size: 14px;
  color: white;
  line-height: 24px;
  margin: 0 0 10px;
  padding: 0px;
  font-weight: 300; }

/* 14. Footer  */
footer {
  position: relative; }

.pm-footer-back-to-top {
  border-bottom: 40px solid #ffe1a0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  height: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  z-index: 9999; }

.pm-footer-back-to-top:hover i {
  color: white; }

.pm-footer-back-to-top i {
  color: black;
  font-family: "FontAwesome";
  font-size: 20px;
  left: -10px;
  position: relative;
  top: 15px; }

.pm-footer-copyright {
  float: right;
  margin-top: 40px; }

.pm-footer-social-icons li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-footer-social-icons {
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 11px;
  margin-bottom: 0px;
  /*padding:0 0 20px;*/
  float: right;
  padding: 0px; }

.pm-footer-social-icons li {
  float: left;
  margin-right: 8px;
  list-style: none;
  color: white;
  margin-bottom: 5px; }

.pm-footer-social-icons li p {
  font-size: 13px;
  line-height: 18px !important;
  margin-bottom: 0px !important; }

.pm-footer-social-icons li:last-child {
  margin-right: 0px; }

.pm-footer-social-icons li a {
  display: block;
  text-align: center;
  color: white;
  font-size: 15px !important;
  width: 25px;
  height: 25px;
  position: relative;
  z-index: 20;
  line-height: 18px !important;
  text-decoration: none; }

.pm-footer-navigation {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.pm-footer-navigation li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-footer-navigation li {
  float: left;
  margin-right: 25px;
  list-style: none;
  position: relative; }

.pm-footer-navigation li a {
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  display: block;
  padding-top: 10px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-footer-navigation li:after {
  content: "/";
  position: absolute;
  right: -15px;
  top: 9px; }

.pm-footer-navigation li:last-child:after {
  content: ""; }

.pm-footer-column-divider {
  height: 1px;
  width: 100%;
  margin: 10px 0;
  background-color: #8e8e8e; }

.pm-footer-column-divider.top {
  margin: 10px 0 50px; }

.pm-footer-column-divider.bottom {
  margin: 20px 0 20px; }

.pm-footer-stats {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  float: right; }

.pm-footer-stats li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-footer-stats li:after {
  content: "\f111";
  font-family: "Fontawesome";
  font-size: 7px !important;
  position: absolute;
  right: -15px;
  top: 0; }

.pm-footer-stats li:last-child:after {
  content: ""; }

.pm-footer-stats li {
  float: left;
  margin-right: 25px;
  position: relative; }

.pm-footer-stats li:last-child {
  margin-right: 0px; }

.pm-footer-contact-row {
  margin-top: 40px; }

.pm-footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 40px 0 0; }

.pm-footer-contact-list li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-footer-contact-list li {
  float: left;
  margin-right: 25px; }

.pm-footer-contact-list li:last-child {
  margin-right: 0px; }

.pm-footer-contact-list li span {
  margin-right: 5px; }

.pm-footer-contact-list li a {
  color: white; }

/* 15. Superfish overrides - main navigation  */
/* Top Level Navigation */
.sf-menu {
  float: right !important;
  margin-bottom: 0 !important; }

.pm-nav {
  background-color: transparent; }

.sf-menu li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.sf-menu li:last-child:after {
  content: "";
  padding: 0;
  margin: 0; }

.sf-menu li:after {
  content: "\f069";
  font-family: 'FontAwesome';
  font-size: 6px;
  position: relative;
  top: -3px; }

.sf-menu li:first-child a {
  border-left: 0px solid #e0e0e0; }

.sf-menu li:first-child > ul {
  left: 0px; }

.sf-menu li > ul {
  left: -1px; }

.sf-menu a {
  line-height: 30px;
  font-weight: 100;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  border: 0px solid grey !important;
  display: block;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.sf-sub-indicator {
  top: 30% !important;
  background: url("superfish/img/arrows-white.png") no-repeat scroll 0 -100px transparent !important; }

.sf-menu li {
  background-color: transparent !important;
  border-top: 1px solid #353535; }

.sf-menu li:last-child {
  border-bottom: 1px solid #353535; }

.sf-menu .sf-sub-indicator i {
  float: right;
  font-family: 'FontAwesome';
  font-weight: normal; }

/* Drop menu level 1 */
.sf-menu ul {
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0.85); }

.sf-menu ul li:after {
  content: "";
  margin: 0;
  padding: 0; }

.sf-menu ul li:last-child {
  border-bottom: none; }

.sf-menu ul li a {
  font-weight: 100;
  color: white;
  line-height: 30px;
  text-transform: uppercase; }

.sf-menu ul li:last-child a {
  border-bottom: 0px solid #e0e0e0; }

.sf-menu ul .sf-sub-indicator {
  background-position: 0px -1px !important;
  right: 0.85em !important;
  top: 45% !important; }

.sf-menu ul li:first-child a {
  border-top: 1px solid #e0e0e0; }

.sf-menu ul li:last-child a {
  /*border-bottom:0px solid #e0e0e0;	*/
  border-radius: 0px; }

.sf-menu ul li:last-child {
  border-radius: 0px; }

.sf-menu ul li a {
  margin-left: 25px; }

.sf-menu ul li a:before {
  content: "\f105" !important;
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px; }

/* Drop menu level 2 */
.sf-menu ul ul {
  left: 100%;
  top: -3px !important; }

/* 16. Sidebar */
.pm-sidebar .pm-widget {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0 10px; }

.pm-sidebar .pm-widget h6 {
  color: black;
  font-size: 22px;
  font-weight: 500;
  padding: 8px 15px;
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: center; }

.pm-sidebar .pm-widget p {
  font-size: 14px; }

.pm-sidebar .pm-widget p strong {
  font-size: 15px; }

.pm-sidebar-padding {
  padding: 0 15px; }

.pm-sidebar-search-container {
  width: 100%;
  height: 42px;
  border: 1px solid #dfdfdf; }

.pm-sidebar-search-container i {
  display: block;
  font-family: 'FontAwesome';
  font-size: 14px;
  float: right;
  padding: 13px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-sidebar-search-container i:hover {
  cursor: pointer;
  color: black; }

#pm-sidebar .pm-sidebar-search-field {
  margin: 6px; }

.pm-sidebar-search-field {
  border: 0px solid grey;
  width: 80%;
  padding: 5px;
  margin: 2px;
  background-color: transparent;
  color: white; }

.pm-sidebar-title-divider {
  width: 100%;
  height: 1px;
  border-top: 1px solid #d8d1c1;
  display: table;
  margin: 0 auto;
  position: relative;
  margin: 20px auto 50px auto;
  position: relative; }

.pm-sidebar-title-divider-end-point {
  width: 5px;
  height: 5px;
  position: absolute; }

.pm-sidebar-title-divider-end-point.left {
  top: -2px;
  left: 0;
  z-index: 1; }

.pm-sidebar-title-divider-end-point.right {
  top: -2px;
  right: 0;
  z-index: 2; }

.pm-sidebar-title-divider-symbol {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  height: 0;
  margin: 0 auto;
  width: 0;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2; }

.pm-sidebar-title-divider-symbol-shadow {
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  height: 0;
  margin: 0 auto;
  width: 0;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

/* Sidebar end */
/* Sidebar Popular Posts widget */
.pm-sidebar-popular-posts {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-sidebar-popular-posts li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-sidebar-popular-posts li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5; }

.pm-sidebar-popular-posts li a {
  font-size: 14px;
  color: #8e8e8e;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-sidebar-popular-posts li a:hover {
  color: #2B5D82; }

.pm-sidebar-popular-posts li a:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #2b5d83;
  padding-right: 16px; }

/* Sidebar Popular Posts widget end */
/* Sidebar Cart widget */
.pm-sidebar-cart-posts {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-sidebar-cart-posts li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5; }

.pm-sidebar-cart-posts li a {
  font-size: 14px;
  color: #295D85;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-sidebar-cart-posts li a:hover {
  color: #333; }

.pm-cart-widget-buttons {
  margin-top: 10px;
  display: inline-block; }

.pm-cart-widget-buttons .wc-forward {
  background-color: #DBC164;
  border: 0 none;
  color: #ffffff;
  padding: 7px 15px;
  text-decoration: none;
  border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-cart-widget-buttons .wc-forward:hover {
  background-color: #333; }

.pm-cart-widget-buttons .wc-forward i {
  margin-left: 5px; }

/* Sidebar Cart widget end */
/* Sidebar tags widget */
.pm-sidebar-tags {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-sidebar-tags li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-sidebar-tags li {
  float: left;
  margin-right: 0px; }

.pm-sidebar-tags li .pm-rounded-btn a {
  margin: 3px 0 !important; }

/* Sidebar tags widget end */
/* 18. Sub-header */
.pm-sub-header-container {
  width: 100%;
  height: auto;
  background-color: #D0D0D0;
  background-image: url(../img/sub-header.jpg);
  background-repeat: no-repeat;
  position: relative; }

/*.single-post .pm-sub-header-info {
	padding:190px 0 80px;	
}*/
.pm-sub-header-info {
  padding: 190px 0 120px;
  background-position: center top;
  background-repeat: no-repeat; }

.pm-page-title {
  font-size: 48px;
  color: white;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding: 25px 100px 15px;
  position: relative;
  display: table;
  z-index: 10; }

.pm-page-title.post {
  font-size: 24px !important;
  padding: 15px 50px 12px;
  text-align: center; }

.pm-page-title:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  transform: perspective(1em) rotateX(4deg);
  -moz-transform: perspective(1em) rotateX(4deg);
  -webkit-transform: perspective(1em) rotateX(4deg);
  -o-transform: perspective(1em) rotateX(4deg); }

.pm-page-title.post:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  transform: perspective(0.9em) rotateX(2deg);
  -moz-transform: perspective(0.9em) rotateX(2deg);
  -webkit-transform: perspective(0.9em) rotateX(2deg);
  -o-transform: perspective(0.9em) rotateX(2deg); }

.safari .pm-page-title:before {
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none; }

.safari .pm-page-title.post:before {
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none; }

.pm-post-title {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
  max-width: 720px;
  line-height: 40px;
  text-align: center; }

.pm-page-message {
  font-size: 14px;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  display: table;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  padding: 10px 40px 15px 40px;
  z-index: 20; }

.pm-page-message:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  transform: perspective(0.5em) rotateX(-2deg);
  -moz-transform: perspective(0.5em) rotateX(-2deg);
  -webkit-transform: perspective(0.5em) rotateX(-2deg);
  -o-transform: perspective(0.5em) rotateX(-2deg); }

.safari .pm-page-message:before {
  transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none; }

.pm-breadcrumbs {
  list-style: none;
  padding: 10px 0;
  margin: 0 auto;
  display: table;
  overflow: hidden; }

.pm-breadcrumbs li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-breadcrumbs li {
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 25px;
  font-weight: 300;
  position: relative; }

.pm-breadcrumbs li:first-child a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-breadcrumbs li:first-child a:hover {
  color: white; }

.pm-breadcrumbs li:before {
  content: ""; }

.pm-breadcrumbs li:after {
  content: "/";
  position: absolute;
  right: -15px;
  top: 0px; }

.pm-breadcrumbs li:last-child:after {
  content: ""; }

.pm-breadcrumbs li a {
  font-size: 12px;
  color: white;
  font-weight: 300;
  text-transform: uppercase; }

.pm-post-navigation {
  list-style: none;
  padding: 0;
  margin: 30px auto 0;
  display: table; }

.pm-post-navigation li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-post-navigation li {
  float: left;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-post-navigation li + li {
  border-left: 0px solid #ccc; }

.pm-post-navigation li a:hover {
  color: white; }

.pm-post-navigation li:hover a {
  color: white !important; }

.pm-post-navigation li a {
  display: block;
  font-size: 20px;
  padding: 5px 20px;
  text-transform: uppercase !important; }

/* 19. Isotope filter system */
.pm-isotope-filter-container {
  width: 100%;
  min-height: 72px;
  background-color: #efefef; }

.pm-isotope-filter-system {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-isotope-filter-system li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-isotope-filter-system li {
  float: left;
  margin-right: 9px; }

.pm-isotope-filter-system li i {
  float: right;
  font-family: 'FontAwesome';
  margin-top: 14px; }

.pm-isotope-filter-system li:last-child {
  margin-right: 0px; }

.pm-isotope-filter-system li a {
  font-size: 14px;
  color: #565656;
  font-weight: 300;
  padding: 5px;
  display: block;
  border-bottom: 3px solid transparent;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-isotope-filter-system-expand {
  color: white;
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  padding: 3px 25px;
  text-transform: uppercase;
  display: none;
  visibility: hidden; }

.pm-isotope-filter-system-expand:hover {
  cursor: pointer; }

.pm-isotope-page-count {
  text-transform: uppercase;
  color: #777777;
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 15px; }

/* 20. jQuery UI datepicker overrides */
.ui-widget-header {
  color: white !important;
  background-image: none !important; }

.ui-datepicker {
  z-index: 99999 !important; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  border: 0px solid white; }

.ui-widget-header .ui-state-hover {
  border: 0px solid #999999 !important;
  background-color: transparent !important;
  font-weight: inherit !important;
  color: #212121;
  cursor: pointer !important; }

.ui-widget-header .ui-icon {
  background-image: url("jquery-ui/images/ui-icons_222222_256x240_white.png") !important; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  text-align: center; }

/* 21. Preloader */
.preloader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.preloader .bar {
  display: block;
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  height: 5px;
  margin: -3px 0 0 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.preloader .bar .value {
  display: block;
  position: relative;
  width: 0;
  height: 5px;
  margin: 0 auto;
  background: #111; }

.preloader .bar .value .left,
.preloader .bar .value .right {
  display: block;
  position: absolute;
  top: 0;
  width: 5px;
  height: 5px;
  background: #111;
  border-radius: 3px; }

.preloader .bar .value .left {
  left: -3px; }

.preloader .bar .value .right {
  right: -2px; }

.preloader .logo,
.preloader .percent {
  display: block;
  position: absolute;
  width: 50%;
  height: 48px;
  top: 50%;
  left: 50%;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  color: #111;
  margin: -92px 0 0 -25%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.preloader .percent {
  font-size: 20px;
  margin: 46px 0 0 -25%; }

.preloader .top,
.preloader .bottom {
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  background: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.preloader .top.moving,
.preloader .bottom.moving {
  border-color: #000; }

.preloader .top {
  top: 0; }

.preloader .bottom {
  bottom: 0; }

/* 1. Video container group */
.pm-video-container {
  width: 100%;
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 30px 0;
  position: relative;
  background-size: cover; }

.pm-video-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  min-height: 150px;
  position: absolute;
  right: 0;
  width: 100%; }

.pm-video-activator-btn {
  background-color: white;
  display: table !important;
  font-size: 30px !important;
  height: 80px;
  margin: 0 auto;
  padding: 23px 0 0 7px;
  position: relative;
  text-align: center;
  top: -40px;
  width: 80px;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

.pm-video-activator-btn:hover {
  border: 3px solid white;
  color: white; }

/* 2. Testimonials carousel */
#pm-testimonials {
  background-color: #2c2c2c;
  background-repeat: no-repeat; }

.pm-testimonials-carousel {
  width: 100%;
  height: auto;
  position: relative; }

.pm-testimonial-items {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 50px !important; }

.pm-testimonial-items li:before {
  content: "";
  margin: 0;
  padding: 0; }

.pm-testimonial-items li {
  position: relative;
  text-align: center;
  display: none; }

.pm-testimonial-items li.active {
  display: block; }

.pm-testimonial-quote {
  font-size: 30px;
  font-weight: 300;
  color: white;
  line-height: 42px;
  padding: 0px 20px;
  display: block;
  max-width: 700px;
  text-align: left;
  display: inline-block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.pm-testimonial-name {
  font-size: 16px !important;
  color: white;
  text-align: left;
  display: block;
  margin-top: 10px;
  font-weight: 500; }

.pm-testimonial-title {
  font-size: 14px !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  color: white;
  line-height: 26px !important; }

.pm-testimonial-divider {
  width: 50px;
  height: 1px;
  background-color: white;
  display: block;
  margin: 15px auto; }

.pm-testimonial-img {
  float: left;
  position: relative;
  display: block;
  width: 190px;
  height: 190px;
  margin: 0 0 0 43px;
  border: 5px solid white;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

.pm-testimonial-img img {
  width: 100%; }

.pm-testimonial-img-icon {
  background-color: white;
  display: table !important;
  font-size: 30px !important;
  height: 70px;
  width: 70px;
  margin: 0 auto;
  padding-top: 12px;
  position: relative;
  text-align: center;
  bottom: -150px;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

.owl-item .item {
  text-align: center; }

.pm-testimonials-arrows {
  left: 17px;
  position: relative;
  top: 90px;
  width: 275px;
  z-index: 999; }

.pm-testimonials-arrows a {
  font-family: 'FontAwesome';
  font-size: 24px;
  color: white;
  transition: none !important; }

.pm-testimonials-arrows a:hover {
  color: #999; }

#pm-testimonial-prev {
  float: left; }

#pm-testimonial-next {
  float: right; }

/* 4. Values List */
.pm-value-item-container {
  position: relative;
  width: 100%;
  height: 240px; }

.pm-value-diamond-shadow {
  width: 0;
  height: 0;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-top: 125px solid #2d343d;
  position: relative;
  margin: 0 auto;
  z-index: 1; }

.pm-value-diamond {
  width: 0;
  height: 0;
  border-left: 105px solid transparent;
  border-right: 105px solid transparent;
  position: relative;
  margin: 0 auto;
  top: -119px;
  z-index: 2; }

.pm-value-quote-container {
  position: relative;
  top: -90px;
  padding: 0px 15px; }

.pm-value-quote-container p {
  text-align: center;
  color: white;
  font-size: 16px; }

.pm-value-title {
  position: absolute;
  top: 25px;
  z-index: 5;
  text-align: center;
  width: 100%; }

.pm-value-title p {
  color: black;
  font-size: 18px;
  text-transform: uppercase; }

.pm-value-title i {
  color: black;
  font-size: 24px; }

/* 6. Single News Post Social icons */
.pm-single-post-social-features {
  clear: both; }

.pm-single-post-share-icons {
  text-align: center;
  padding-top: 50px;
  position: relative; }

.pm-share-title {
  line-height: 23px !important; }

.pm-single-post-share-icons-divider {
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  position: absolute;
  top: 114px;
  left: 0; }

.pm-single-post-share-icons-divider-endpoint {
  width: 5px;
  height: 5px;
  position: absolute;
  top: -2px; }

.pm-single-post-share-icons-divider-endpoint.left {
  left: 0; }

.pm-single-post-share-icons-divider-endpoint.right {
  right: 0; }

.pm-single-post-social-icons {
  list-style: none;
  padding: 0;
  margin: 21px auto 0;
  display: table; }

.pm-single-post-social-icons li:before {
  content: "";
  margin: 0;
  padding: 0; }

.pm-single-post-social-icons li {
  float: left;
  margin-right: 20px;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.pm-single-post-social-icons li:last-child {
  margin-right: 0px; }

.pm-single-post-social-icons li a {
  display: block;
  width: 37px;
  height: 37px;
  text-align: center;
  font-family: 'FontAwesome';
  font-size: 18px;
  padding-top: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.pm-single-post-social-icon-diamond {
  background-color: white;
  height: 50px;
  transform: rotate(45deg);
  width: 50px; }

/* 7. Single News Post - Related posts */
.pm-related-blog-posts {
  list-style: none;
  padding: 0;
  margin: 35px 0 0; }

.pm-related-blog-posts li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-related-blog-posts li {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  min-height: 95px;
  width: 30%;
  margin-right: 35px;
  float: left; }

/* 9. Newsletter */
.pm-newsletter-form-container {
  margin: 20px auto; }

.pm-newsletter-form-container input[type="text"] {
  border: 0 solid #ccc;
  font-size: 18px !important;
  font-weight: 100 !important;
  margin-bottom: 2px;
  margin-left: -3px;
  margin-right: 4px;
  min-width: 280px;
  padding: 8px 14px;
  font-size: 18px;
  font-weight: 300; }

.pm-newsletter-submit-btn {
  width: auto;
  height: auto;
  display: inline;
  min-width: 100px;
  display: block;
  padding: 14px 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: white !important;
  margin: 25px auto;
  text-align: center;
  border: 2px solid white;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-newsletter-submit-btn:hover {
  color: white !important;
  background-color: #999; }

/* 10. Staff profile */
.pm-staff-profile-container {
  width: 100%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-staff-profile-name {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase; }

.pm-staff-profile-img-container {
  width: 217px;
  height: 217px;
  border: 1px solid #dfdfdf;
  margin: 25px auto 0;
  display: table;
  position: relative; }

.pm-staff-profile-img-container p {
  margin: 0px; }

.pm-staff-profile-img-container .overlay {
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1; }

.pm-staff-profile-img-container-info {
  width: auto;
  padding: 30px;
  text-align: center;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0; }

.pm-staff-profile-img-container-info p {
  color: white;
  font-size: 14px;
  margin-bottom: 2px; }

.pm-staff-profile-img-container-info a {
  margin-top: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px; }

.pm-staff-profile-img-container-info a:after {
  content: "\f007";
  font-family: 'FontAwesome';
  padding-left: 5px; }

.pm-staff-profile-img-container-btn {
  width: 50px;
  height: 50px;
  background-color: white;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  z-index: 20;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.pm-staff-profile-img-container-btn:hover i {
  color: white; }

.pm-staff-profile-img-container-btn i {
  font-family: 'FontAwesome';
  padding: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.pm-staff-profile-img-border {
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  margin-top: -1px;
  position: relative; }

.pm-staff-profile-img-border-endpoint {
  width: 5px;
  height: 5px;
  position: absolute;
  top: -2px; }

.pm-staff-profile-img-border-endpoint.left {
  left: 0; }

.pm-staff-profile-img-border-endpoint.right {
  right: 0; }

.pm-staff-profile-excerpt {
  text-align: center;
  margin-top: 60px; }

.pm-staff-profile-contact-list {
  list-style: none;
  padding: 0 30px;
  margin: 60px 0 0; }

.pm-staff-profile-contact-list li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-staff-profile-contact-list li {
  font-size: 16px;
  margin-bottom: 10px; }

.pm-staff-profile-contact-list li i {
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 10px;
  width: 15px;
  text-align: center; }

.pm-staff-profile-contact-list li span {
  float: right;
  color: #929292; }

.pm-staff-profile-social-list {
  list-style: none;
  padding: 0;
  margin: 20px auto 0;
  display: table; }

.pm-staff-profile-social-list.single {
  margin: 40px auto 0; }

.pm-staff-profile-social-list li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-staff-profile-social-list li {
  float: left;
  margin-right: 5px; }

.pm-staff-profile-social-list li:last-child {
  margin-right: 0px; }

.pm-staff-profile-social-list li a {
  font-family: 'FontAwesome';
  font-size: 18px;
  text-align: center;
  padding-top: 9px;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

.pm-staff-profile-social-list li a:hover {
  color: white; }

.pm-staff-profile-recent-properties-container {
  margin-top: 50px; }

.pm-staff-profile-column-title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px; }

/* 12. Navigation slide out menu */
.pm-mobile-menu-overlay {
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  visibility: hidden;
  height: 100%;
  right: 244px;
  overflow: hidden;
  position: fixed;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 999998;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-mobile-menu-hover-close-btn {
  width: 40px;
  height: 40px;
  border: 2px solid white;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999999999;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

.pm-mobile-menu-hover-close-btn i {
  font-family: 'FontAwesome';
  color: white;
  font-size: 18px;
  text-align: center;
  padding-top: 8px; }

.pm-boxed-mode .pm-mobile-menu-overlay {
  margin-top: -20px; }

.menu-opened .pm-mobile-menu-overlay {
  visibility: visible;
  opacity: 1; }

.pm-mobile-global-menu-container {
  visibility: hidden;
  display: none; }

.pm-mobile-global-menu-container.active {
  visibility: visible;
  display: block; }

.pm-mobile-global-menu {
  max-width: 244px;
  min-width: 244px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  right: -244px;
  top: 0;
  z-index: 999999999;
  border-left: 1px solid #353535;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.menu-opened .pm-mobile-global-menu {
  right: 0px; }

.pm-mobile-global-menu-logo {
  margin-bottom: 20px;
  padding: 25px 30px 0; }

.pm-mobile-global-menu-logo p {
  font-size: 27px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center; }

.menu-opened .pm-mobile-nav-container {
  display: none;
  visibility: hidden; }

.pm-mobile-global-menu-btns {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-mobile-global-menu-btns li {
  background-image: url(../img/menu-divider.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.pm-mobile-global-menu-btns li a {
  font-size: 20px;
  color: white;
  font-weight: 100;
  padding: 0px 10px 0 30px;
  display: block; }

.pm-search-field-mobile {
  width: 100%;
  background-color: transparent;
  color: white;
  border-top: 1px solid #353535;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 15px 22px;
  font-size: 14px !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px; }

.pm-global-menu-social-icons li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-global-menu-social-icons {
  overflow: hidden;
  margin: 10px auto 20px;
  display: table;
  padding: 0 10px; }

.pm-global-menu-social-icons li {
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  list-style: none;
  color: white;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center; }

.pm-global-menu-social-icons li p {
  font-size: 13px; }

.pm-global-menu-social-icons li:last-child {
  margin-right: 0px; }

.pm-global-menu-social-icons li a {
  display: block;
  text-align: center;
  color: white;
  font-size: 16px;
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 20;
  text-decoration: none; }

/* 13. Float Menu */
.pm-float-menu-container {
  width: auto;
  height: auto;
  padding: 2px 17px 10px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: -150px;
  left: 0;
  z-index: 9400;
  border-radius: 0px 0px 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -o-border-radius: 0px 0px 4px 4px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-float-menu-container.subpage {
  max-width: 180px;
  width: 180px;
  left: 45%; }

.pm-float-menu-container.post {
  max-width: 220px;
  width: 220px !important;
  left: 45%; }

.pm-float-menu-container.active {
  top: 0px; }

.admin-bar .pm-float-menu-container.active {
  top: 30px; }

/* 14. Property search column */
.pm-property-search-results-title {
  float: left;
  margin-top: 0px; }

.pm-property-search-results-divider {
  clear: both;
  display: inline-block;
  margin: 15px 0;
  width: 100%; }

.pm-property-search-column {
  background-color: #141414;
  padding: 60px 0 120px;
  width: 100%;
  margin-bottom: 100px;
  position: relative; }

.pm-property-search-system {
  list-style: none;
  padding: 0;
  margin: 50px 0; }

.pm-property-search-system li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-property-search-system li {
  float: left;
  width: 168px;
  margin-right: 70px;
  margin-bottom: 30px; }

.pm-property-search-system ul li {
  margin-bottom: 0px; }

.pm-property-search-system li:last-child {
  margin-right: 0px; }

.pm-property-search-text-field {
  width: 168px;
  background-color: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  font-size: 14px !important;
  text-transform: uppercase;
  padding-bottom: 5px;
  line-height: 26px !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px; }

.pm-property-search-text-field.widget {
  width: 100%;
  margin-bottom: 27px; }

.pm-property-search-btn-container {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 10; }

.pm-property-search-btn-shadow {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(20, 20, 20, 0.1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 9; }

.pm-property-search-btn {
  border: 2px solid white;
  width: 100px;
  height: 100px;
  position: relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.pm-property-search-btn-border {
  width: 90px;
  height: 90px;
  margin: 3px; }

.pm-property-search-btn-endpoint {
  width: 6px;
  height: 6px;
  position: absolute; }

.pm-property-search-btn-endpoint.top-left {
  top: 1px;
  left: 1px; }

.pm-property-search-btn-endpoint.top-right {
  top: 1px;
  right: 1px; }

.pm-property-search-btn-endpoint.bottom-left {
  bottom: 1px;
  left: 1px; }

.pm-property-search-btn-endpoint.bottom-right {
  bottom: 1px;
  right: 1px; }

.pm-property-search-btn-link {
  display: table;
  left: 18px;
  position: absolute;
  top: 40px;
  font-size: 16px;
  text-transform: uppercase; }

.pm-property-search-btn-link:hover {
  color: #A7A7A7 !important; }

/* 15. News post layout */
.pm-news-post-img-container {
  width: 100%;
  height: auto;
  position: relative; }

.pm-news-post-img-container img {
  width: 100%;
  height: auto; }

.pm-news-post-category-container {
  background-color: rgba(0, 0, 0, 0.8);
  height: 33px;
  left: 0;
  min-width: 50px;
  position: absolute;
  bottom: 30px;
  z-index: 11; }

.pm-news-post-details-link {
  color: black;
  display: block;
  float: right;
  font-family: "FontAwesome";
  font-size: 14px;
  height: 33px;
  margin-right: -33px;
  padding-top: 10px;
  width: 33px;
  text-align: center; }

.pm-news-post-details-link:hover {
  color: white; }

.pm-news-post-category-link {
  color: white;
  float: left;
  font-size: 14px !important;
  padding: 7px 20px;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  line-height: 18px !important; }

/*** NEW ***/
.pm-news-post-title-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 20px; }

.pm-sticky-icon {
  font-family: 'FontAwesome';
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding-left: 5px; }

.pm-news-post-title {
  color: #3c3c3c;
  float: left;
  font-weight: 300;
  margin-bottom: 0px;
  text-transform: uppercase;
  margin-top: 0px !important; }

.pm-news-post-title i {
  font-size: 16px !important; }

.pm-news-post-title a:hover {
  color: #646464 !important; }

.pm-news-post-date {
  font-size: 13px !important;
  color: #909090;
  float: right;
  text-transform: uppercase !important;
  margin-top: 5px; }

.pm-news-post-divider {
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  clear: both;
  margin-top: 10px; }

.pm-news-post-divider.margin-top-20 {
  margin-top: 20px; }

.pm-news-post-divider.single-post {
  margin-bottom: 15px; }

.pm-news-post-excerpt {
  font-size: 13px !important;
  color: #898989;
  margin-top: 10px; }

.pm-news-post-content p {
  font-size: 13px;
  color: #898989; }

.pm-news-post-btn {
  font-family: 'FontAwesome';
  font-size: 24px !important;
  float: right;
  padding: 27px;
  margin-left: 30px;
  margin-bottom: 10px;
  border-left: 1px solid #dfdfdf; }

.pm-news-post-btn-mobile {
  font-family: 'FontAwesome';
  font-size: 24px !important;
  text-align: center;
  border-top: 1px solid #dfdfdf;
  width: 100%;
  display: none;
  visibility: hidden;
  padding: 0px;
  margin-top: 0px; }

.pm-news-post-btn:hover, .pm-news-post-btn-mobile:hover {
  color: #646464; }

.pm-news-post-divider.no-margin-bottom {
  margin-bottom: 0px !important; }

.pm-news-post-info-container {
  padding: 10px 0px 30px;
  width: 100%; }

.pm-news-post-info-container .title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
  display: inline-block; }

.pm-news-post-info-container .excerpt {
  font-size: 14px; }

.pm-news-post-divider {
  width: 100%;
  height: 1px;
  margin: 20px 0; }

.pm-news-post-info-container .meta-info {
  font-size: 14px;
  float: left; }

.pm-news-post-info-container .meta-like {
  float: right;
  font-size: 14px; }

.pm-news-post-info-container .meta-like a {
  font-size: 14px; }

.pm-news-posts-container article {
  margin-bottom: 40px; }

.pm-post-loaded-info {
  list-style: none;
  padding: 0;
  margin: 30px auto 0;
  display: table;
  clear: both; }

.pm-post-loaded-info li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-post-loaded-info li {
  text-align: center; }

.pm-post-loaded-info li p {
  font-size: 13px;
  color: #898989;
  text-transform: uppercase; }

.pm-post-loaded-info li a {
  font-family: 'FontAwesome' !important;
  font-size: 20px !important; }

.pm-post-loaded-info li a:hover {
  color: #646464; }

.pm-post-load-more-divider {
  max-width: 30px;
  border-top: 3px dotted #c7c7c7;
  margin: 0 auto 15px auto; }

.pm-news-post-sticky-icon-container {
  width: 40px;
  height: 40px;
  background-color: #ffe1a0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
  text-align: center; }

.pm-news-post-sticky-icon-container i {
  font-family: "FontAwesome";
  font-size: 18px;
  margin-top: 11px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

/* 16. Fancy title */
.pm-fancy-title {
  font-size: 16px;
  overflow: hidden;
  position: relative; }

.pm-fancy-title-endpoint {
  height: 5px;
  width: 5px;
  position: absolute;
  top: 17px; }

.pm-fancy-title-endpoint.left {
  left: 0;
  z-index: 1; }

.pm-fancy-title-endpoint.right {
  right: 0;
  z-index: 2; }

.pm-fancy {
  line-height: 0.5;
  text-align: center; }

.pm-fancy span {
  font-size: 24px !important;
  position: relative;
  text-transform: uppercase; }

.pm-fancy.dark span {
  line-height: 34px;
  position: relative;
  font-size: 24px;
  text-transform: uppercase; }

.pm-fancy span:before,
.pm-fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 1000%;
  top: 0px; }

.pm-fancy.dark span:before,
.pm-fancy.dark span:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 1000%;
  top: 0px; }

.pm-fancy span:before {
  right: 100%;
  margin-right: 15px;
  margin-top: 15px; }

.pm-fancy span:after {
  left: 100%;
  margin-left: 15px;
  margin-top: 15px; }

/* 17. Sign-in slide out menu */
.pm-mobile-global-sign-in-container {
  visibility: hidden;
  display: none; }

.pm-mobile-global-sign-in-container.active {
  visibility: visible;
  display: block; }

.pm-login-field {
  width: 100%;
  background-color: transparent;
  color: white;
  border-top: 1px solid #353535;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 15px 22px;
  font-size: 14px !important;
  color: white !important;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px; }

.pm-login-field:last-of-type {
  border-bottom: 1px solid #353535; }

.pm-mobile-global-sign-in-fields p {
  font-size: 14px;
  margin: 0px;
  line-height: 15px;
  padding: 15px 20px 0px; }

/* 18. Registration slide out menu */
.pm-mobile-global-registration-container {
  visibility: hidden;
  display: none; }

.pm-register-message {
  border-top: 1px solid #353535; }

.pm-register-message p {
  font-size: 14px;
  padding: 10px 20px;
  color: white;
  margin-bottom: 0px; }

.pm-mobile-global-registration-container.active {
  visibility: visible;
  display: block; }

.pm-mobile-global-registration-fields p {
  font-size: 14px;
  padding: 10px 20px; }

.pm-mobile-global-registration-fields p a i {
  font-size: 12px;
  margin-left: 5px; }

/* 19. Interactive Title */
.pm-interactive-title-container {
  width: 100%;
  height: 85px;
  position: relative;
  margin: 30px 0; }

.pm-interactive-title-container.right p {
  font-size: 22px;
  position: absolute;
  top: 30px;
  left: 20px; }

.pm-interactive-title-container.left p {
  font-size: 22px;
  position: absolute;
  top: 30px;
  right: 20px; }

.pm-interactive-title-icon-container {
  width: 85px;
  height: 85px;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  padding-top: 22px;
  text-align: center;
  position: relative; }

.pm-interactive-title-icon-container i {
  font-size: 40px; }

.pm-interactive-title-icon-container.right {
  float: right; }

.pm-interactive-title-icon-container.left {
  float: left; }

.pm-interactive-title-icon-container-hover {
  width: 5px;
  height: 84px;
  position: absolute;
  padding-top: 32px;
  overflow: hidden;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-interactive-title-icon-container-hover.right {
  right: 0;
  top: 0; }

.pm-interactive-title-icon-container:hover .pm-interactive-title-icon-container-hover {
  width: 100%; }

.pm-interactive-title-icon-container:hover .pm-interactive-title-icon-container-hover i {
  width: 100%;
  opacity: 1; }

.pm-interactive-title-icon-container-hover i {
  font-size: 20px !important;
  color: white !important;
  opacity: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-interactive-title-icon-container-hover.left {
  left: 0;
  top: 0; }

.pm-interactive-title-divider {
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  position: absolute;
  bottom: 0;
  left: 0; }

.pm-interactive-title-divider-endpoint {
  width: 5px;
  height: 5px;
  position: absolute;
  top: -2px; }

.pm-interactive-title-divider-endpoint.left {
  left: 0; }

.pm-interactive-title-divider-endpoint.right {
  right: 0; }

/* 21. Our process list */
#pm-process-column {
  background-color: #2b2b2b;
  background-image: url("../img/process-bg.jpg");
  background-repeat: no-repeat; }

.pm-our-process-list {
  list-style: none;
  padding: 0;
  margin: 30px auto 0;
  display: table; }

.pm-our-process-list li:before {
  content: "";
  margin: 0;
  padding: 0; }

.pm-our-process-list li {
  float: left;
  width: 264px;
  height: 190px;
  text-align: center;
  position: relative; }

.pm-our-process-list li i {
  font-size: 80px; }

.pm-our-process-list li p {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

.pm-our-process-divider {
  height: 1px;
  width: 100%;
  background-color: #636363;
  position: absolute;
  left: 0;
  top: 120px; }

.pm-our-process-divider-diamond {
  width: 12px;
  height: 12px;
  position: relative;
  top: -5px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

/* 22. Information list */
.pm-info-list {
  list-style: none;
  padding: 0;
  margin: 60px 0 0; }

.pm-info-list li:before {
  content: "";
  margin: 0;
  padding: 0; }

.pm-info-list li {
  float: left;
  width: 260px;
  height: 210px;
  text-align: center;
  margin-bottom: 30px; }

.pm-info-list li .title {
  font-size: 18px;
  color: black;
  font-weight: 500;
  margin-top: 15px;
  text-transform: uppercase; }

.pm-info-list-divider {
  width: 40px;
  height: 1px;
  background-color: #dfdfdf;
  margin: 20px auto;
  display: table; }

/* 23. Single news post layout */
.pm-single-post-img-container {
  width: 100%;
  height: auto;
  position: relative; }

.pm-single-post-img-container img {
  width: 100%;
  height: auto; }

.pm-single-post-category-container {
  background-color: rgba(0, 0, 0, 0.8);
  height: 33px;
  left: 0;
  min-width: 50px;
  position: absolute;
  bottom: 30px;
  z-index: 11; }

.pm-single-post-category-link {
  color: white;
  float: left;
  font-size: 14px;
  padding: 7px 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 19px !important; }

.pm-single-post-article {
  margin-top: 30px; }

.pm-single-post-tags {
  float: left;
  margin-left: 13px; }

.pm-single-post-tags p {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px; }

.pm-single-post-tags p a {
  text-transform: uppercase;
  font-size: 16px; }

.pm-single-post-like-feature {
  float: right;
  margin-right: 10px; }

.pm-single-post-like-feature a {
  font-size: 20px;
  margin-right: 5px; }

.pm-single-post-like-feature span {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #828282; }

/* 24. Author column */
#pm-author-column {
  background-color: #2b2b2b;
  background-image: url(../img/author-bg.jpg); }

.pm-author-bio-container {
  width: auto;
  margin: 0 auto;
  display: table;
  text-align: center; }

.pm-author-bio-container .name {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300; }

.pm-author-bio-container .url a {
  color: white !important;
  font-weight: 300;
  font-size: 14px;
  text-transform: none;
  margin-top: 0px;
  margin-bottom: 0px; }

.pm-author-bio-container .url a:after {
  content: ""; }

.pm-author-bio-container a {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 14px !important; }

.pm-author-bio-container a:after {
  content: "\f007";
  font-family: 'FontAwesome';
  padding-left: 5px; }

.pm-author-bio-img-container {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 0 auto 20px;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

.pm-author-bio p {
  color: white;
  line-height: 30px; }

.pm-single-post-section-title {
  font-size: 30px; }

/* 25. Comments column */
#pm-comments-column {
  background-color: #2b2b2b;
  background-image: url(../img/comments-bg.jpg);
  background-repeat: no-repeat; }

/* 26. Property listings */
.pm-property-listings-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  overflow: visible !important;
  clear: both; }

.pm-property-listings-list li {
  margin-bottom: 40px;
  display: table;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s; }

.pm-property-listings-list li.animated {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.pm-property-listings-list li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-property-listings-img-container {
  width: 290px;
  height: 219px;
  position: relative;
  float: left;
  margin-right: 20px; }

.pm-property-listings-img-container.related {
  width: 100%;
  margin-bottom: 25px;
  float: none;
  clear: both; }

.pm-property-listings-img-container.related .pm-property-listing-ribbon {
  padding: 7px 10px; }

.pm-property-listings-info-container.related {
  width: 100%;
  float: none;
  overflow: hidden; }

.pm-property-listings-img {
  overflow: hidden;
  width: auto;
  height: 217px; }

.pm-property-listings-img img {
  width: 100%; }

.pm-property-listings-btn:before {
  color: black;
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 10px;
  position: absolute;
  top: 3px; }

.pm-property-listings-btn {
  border-style: solid;
  border-width: 40px;
  bottom: 0;
  font-size: 18px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0 !important;
  text-align: center;
  z-index: 999; }

.pm-property-listings-btn:hover:before {
  color: white !important; }

.pm-property-listings-btn-shadow {
  border-color: transparent rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) transparent;
  border-style: solid;
  border-width: 43px;
  bottom: 0;
  font-size: 18px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0 !important;
  text-align: center;
  z-index: 994;
  opacity: 1;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-property-listing-ribbon {
  min-width: 50px;
  height: 30px;
  padding: 1px 10px;
  text-transform: uppercase !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  color: black;
  line-height: 28px !important;
  position: absolute;
  left: -5px;
  top: -4px;
  z-index: 2; }

.pm-property-listings-img-container.related .pm-property-listing-ribbon {
  line-height: 16px !important; }

.pm-property-listing-ribbon-shadow {
  width: 5px;
  height: 26px;
  background-color: #000000;
  position: absolute;
  left: -5px;
  top: 2px;
  z-index: 1;
  -webkit-transform: skewY(30deg);
  -moz-transform: skewY(30deg);
  -o-transform: skewY(30deg); }

.pm-property-listings-info-container {
  width: 440px;
  float: left;
  max-height: 250px; }

.pm-property-listing-title {
  font-size: 24px;
  color: black;
  text-transform: uppercase;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-property-listing-excerpt {
  font-size: 14px;
  color: #676767;
  margin-top: 10px; }

.pm-property-listing-divider {
  width: 100%;
  height: 1px;
  margin: 20px 0; }

.pm-property-listings-info-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-property-listings-info-list li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-property-listings-info-list li:first-child {
  margin-right: 5px; }

/*.pm-property-listings-info-list li:first-child:after {
	content:"\f111";
	position:absolute;
	top:0;
	right:-14px;		
	font-family:'FontAwesome';
	font-size:6px;
	
}*/
.pm-property-listings-info-list li {
  float: left;
  margin-right: 10px;
  color: black;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.pm-property-listings-info-list li a:before {
  content: "\f041";
  position: absolute;
  top: 0;
  left: -22px;
  font-family: 'FontAwesome';
  font-size: 18px; }

.pm-property-listings-info-list li:last-child {
  margin-right: 0px;
  float: right; }

.pm-property-listings-list.pm-grid-mode .pm-property-listings-img-container {
  float: none; }

.pm-sidebar-on .pm-property-listings-list.pm-grid-mode .pm-property-listings-info-container {
  width: 230px;
  padding-top: 20px; }

.pm-property-listings-list.pm-grid-mode .pm-property-listings-info-container {
  width: 265px;
  padding-top: 20px; }

.pm-property-listings-list.pm-grid-mode .pm-property-listings-img-container {
  width: 230px; }

.pm-property-listings-list.pm-grid-mode .pm-property-listing-excerpt {
  display: none; }

.pm-property-listings-list.pm-grid-mode .pm-property-listings-info-list li {
  font-size: 13px; }

.pm-property-listings-list.pm-grid-mode li {
  float: left;
  margin-right: 0;
  margin-bottom: 20px; }

.pm-property-listings-list.pm-grid-mode .pm-property-listings-info-list li:last-child {
  float: right; }

.pm-property-listings-list.pm-grid-mode .pm-property-listings-info-list li:first-child {
  margin-right: 24px; }

.pm-property-listings-list.pm-grid-mode .pm-property-listing-title {
  font-size: 18px;
  height: 50px; }

.pm-property-posts-no-sidebar .pm-property-listings-info-container {
  width: 830px; }

.pm-property-posts-no-sidebar .pm-property-listings-list.pm-grid-mode .pm-property-listings-img-container {
  width: 265px; }

.pm-property-posts-no-sidebar .pm-property-listings-list.pm-grid-mode li .pm-property-listings-img-container {
  margin-right: 26px; }

.pm-property-posts-no-sidebar .pm-property-listings-list.pm-grid-mode li:nth-child(4n) .pm-property-listings-img-container {
  margin-right: 0px; }

.pm-featured-label {
  position: absolute;
  right: -20px;
  top: 8px;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.pm-featured-label-left {
  border-color: transparent transparent #ea3c36;
  border-style: solid;
  border-width: 0 0 24px 24px;
  float: left;
  height: 0;
  width: 0; }

.pm-featured-label-content {
  background-color: #ea3d36;
  color: #fff;
  float: left;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 0;
  text-align: center;
  width: 33px; }

.pm-featured-label-right {
  border-color: transparent transparent transparent #ea3c36;
  border-style: solid;
  border-width: 24px 0 0 24px;
  float: left;
  height: 0;
  width: 0; }

/* 27. Property Post */
.pm-property-post-header-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
  overflow: hidden; }

.pm-property-post-header-list li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-property-post-header-list li:first-child {
  float: left; }

.pm-property-post-header-list li:last-child {
  float: right;
  width: 270px;
  text-align: right;
  line-height: 44px !important; }

.pm-property-post-address {
  font-size: 24px;
  margin: 0px;
  text-align: left; }

.pm-property-post-address.small {
  font-size: 12px; }

.pm-property-post-video-btn, .pm-property-post-map-btn {
  color: black;
  font-size: 14px;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 34px !important;
  text-align: center;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

.pm-property-post-video-btn:after {
  content: "\f03d";
  font-family: 'FontAwesome';
  margin-left: 2px;
  color: inherit !important; }

.pm-property-post-video-btn.active:after {
  content: "\f00d"; }

.pm-property-post-map-btn:after {
  content: "\f041";
  font-family: 'FontAwesome';
  margin-left: 2px;
  color: inherit !important; }

.pm-property-post-map-btn.active:after {
  content: "\f00d"; }

.pm-property-post-listing-id {
  font-size: 14px;
  float: left; }

.pm-property-post-carousel-container {
  clear: both;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden; }

.pm-property-post-carousel-container img {
  width: 100%;
  height: auto; }

.pm-property-post-dynamic-content-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none; }

.pm-property-post-video-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none; }

.pm-property-post-video-container iframe {
  width: 100%;
  height: 100%; }

.pm-property-post-video-container.active {
  display: block; }

.pm-property-post-dynamic-content-container.active {
  display: block; }

.pm-property-post-section-title {
  font-size: 24px;
  color: black;
  width: 100;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  margin-bottom: 15px;
  clear: both; }

.pm-property-post-summary-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: table; }

.pm-property-post-summary-list li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-property-post-summary-list li {
  display: block;
  margin-right: 20px;
  color: black; }

.webkit .pm-property-post-summary-list li {
  display: block !important; }

.pm-property-post-summary-list li span {
  margin-left: 2px; }

.pm-property-post-amenities-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  overflow: hidden;
  display: table; }

.pm-property-post-amenities-list li:before {
  content: "\f0da";
  padding: 0;
  margin: 0;
  margin-right: 5px; }

.pm-property-post-amenities-list li {
  margin-right: 30px;
  color: black;
  display: inline-block; }

.webkit .pm-property-post-amenities-list li {
  display: inline !important; }

.pm-property-post-floorplan-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.pm-property-post-floorplan-list li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-property-post-floorplan-list li {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px; }

.pm-property-post-floorplan-list li img {
  display: block; }

.pm-property-post-floorplan-list li a {
  float: right; }

.pm-property-post-floorplan-list li a:hover {
  color: #8E8E8E; }

.pm-property-post-floorplan-list li a:after {
  content: "\f105";
  margin-left: 5px;
  font-family: 'FontAwesome'; }

.pm-property-status-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  overflow: hidden; }

.pm-property-status-list li:before {
  content: "";
  padding: 0;
  margin: 0; }

/*.pm-property-status-list li:first-child {
	min-width:100px;	
}*/
.pm-property-status-list li {
  display: inline-block;
  font-size: 14px !important;
  margin-right: 6px;
  padding: 3px 15px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px; }

.webkit .pm-property-status-list li {
  display: inline !important;
  font-size: 14px !important;
  margin-right: 6px;
  padding: 3px 15px !important;
  text-transform: uppercase;
  text-align: center; }

/*.pm-property-status-list li.status {
	min-width:240px;	
}*/
.pm-property-status-list li:last-child {
  float: right;
  padding: 0px !important;
  margin-right: 0px !important;
  background-color: transparent !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px; }

.pm-property-contact-agent-btn {
  font-size: 14px !important;
  padding: 10px 14px;
  color: white;
  line-height: 35px !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px; }

.pm-property-featured-display {
  float: right;
  max-width: 120px;
  padding: 3px 14px;
  background-color: #EA3D36;
  color: white !important;
  font-size: 14px !important;
  line-height: 22px !important;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px; }

/* 28. Agencies */
.pm-agencies-gmap-container {
  width: 100%;
  height: 550px;
  border: 8px solid #f4f4f4; }

.pm-agencies-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: visible !important;
  display: table;
  width: 100%; }

.pm-agencies-posts-list li:before {
  content: "";
  margin: 0;
  padding: 0; }

.pm-agencies-posts-list li {
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 30px;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.pm-agencies-posts-list li.animated {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.pm-agencies-posts-list.pm-grid-mode li {
  float: left;
  margin-right: 25px;
  text-align: center;
  width: 250px;
  padding-bottom: 20px;
  min-height: 305px; }

.pm-agencies-posts-list.pm-grid-mode li .pm-agencies-list-logo {
  margin: 0 auto;
  float: none;
  display: table; }

.pm-agencies-posts-list.pm-grid-mode .pm-agencies-list-info p {
  font-size: 15px !important; }

.pm-agencies-posts-list.pm-grid-mode .pm-agencies-list-info {
  margin-left: 0px; }

.pm-agencies-list-logo {
  float: left;
  width: 181px;
  height: 126px; }

.pm-agencies-list-logo.single-post {
  float: none;
  margin: 0 auto; }

.pm-agencies-list-info {
  float: left;
  margin-left: 15px;
  padding-top: 10px; }

.pm-agencies-list-info.single-post {
  float: none; }

.pm-agencies-list-info p {
  margin: 0px;
  line-height: 22px !important; }

.pm-agencies-list-title {
  font-size: 16px;
  margin-bottom: 10px !important; }

.pm-agencies-list-title a:hover {
  color: #979797 !important; }

.pm-agencies-list-phone:before {
  content: "\f10b";
  font-family: 'FontAwesome';
  margin-right: 10px;
  padding-left: 3px; }

.pm-agencies-list-email:before {
  content: "\f01c";
  font-family: 'FontAwesome';
  margin-right: 10px; }

.pm-agencies-list-address:before {
  content: "\f041";
  font-family: 'FontAwesome';
  margin-right: 10px;
  padding-left: 2px; }

.pm-google-map-info-window {
  text-align: center; }

.gm-style-iw {
  width: 265px !important;
  top: 15px !important;
  left: 0 !important;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
  z-index: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px; }

/* 29. Contact */
.pm-contact-google-map-container {
  width: 100%;
  height: 550px;
  position: relative; }

.pm-contact-google-map-loader {
  width: 100%;
  height: 550px;
  position: absolute;
  left: 0;
  top: 0; }

.pm-contact-google-text-overlay {
  padding-top: 20px;
  width: 200px;
  text-align: center;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  z-index: 12; }

.pm-contact-google-text-overlay p {
  text-transform: uppercase;
  margin: 0px; }

.pm-contact-google-text-overlay a {
  font-family: 'FontAwesome';
  color: white;
  font-size: 20px !important;
  margin-top: 25px;
  padding-top: 14px;
  width: 50px;
  height: 50px;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

.pm-contact-google-map-overlay {
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-top: 250px solid white;
  height: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 10; }

.pm-contact-google-map-overlay-shadow {
  border-left: 170px solid transparent;
  border-right: 170px solid transparent;
  border-top: 260px solid rgba(0, 0, 0, 0.2);
  height: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 9; }

/* 30. Desktop navigation */
.pm-desktop-nav-container {
  width: 100%;
  height: auto;
  overflow: visible;
  display: inline-block;
  float: left;
  z-index: 999;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-desktop-nav-container.relative {
  position: relative !important; }

.pm-desktop-nav-container.relative.fixed {
  position: fixed !important;
  top: 0;
  left: 0; }

.pm-desktop-nav-container.fixed {
  position: fixed;
  z-index: 9999; }

.sf-menu.pm-desktop-nav li {
  border-top: 0px solid black; }

.sf-menu.pm-desktop-nav li:last-child {
  border-bottom: 0px solid black; }

.pm-desktop-social-icons-list {
  float: left;
  height: inherit;
  margin: 0;
  overflow: hidden;
  padding: 0; }

.pm-desktop-social-icons-list li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-desktop-social-icons-list li {
  float: left;
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #ccc; }

.pm-desktop-social-icons-list li a {
  display: inline-block;
  padding: 16px; }

/* WIDGETS */
/* 1. Latest properties widget */
.pm-latest-properties-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-latest-properties-list li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-latest-properties-list li {
  margin-bottom: 20px; }

.pm-latest-properties-list li:last-child {
  margin-bottom: 0px; }

.pm-latest-properties-list li p {
  margin-bottom: 0px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px; }

.pm-latest-properties-img-container {
  position: relative;
  margin-bottom: 10px; }

.pm-latest-properties-img-btn {
  font-family: 'FontAwesome';
  color: black !important;
  text-align: center;
  padding-top: 25px;
  width: 32px;
  height: 66px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer; }

.pm-latest-properties-img-btn:hover {
  color: white !important;
  width: 38px; }

/* 2. Featured properties widget */
.pm-featured-properties-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.pm-featured-properties-list li:before {
  content: "";
  margin: 0;
  padding: 0; }

.pm-featured-properties-list li {
  margin-bottom: 10px; }

.pm-featured-properties-list li:last-child {
  margin-bottom: 0px; }

.pm-featured-properties-list-thumb {
  background-position: center -140px;
  background-size: cover;
  height: 100px;
  position: relative;
  width: 100%; }

.pm-featured-properties-list-thumb a {
  width: 40px;
  height: 40px;
  display: block;
  font-family: 'FontAwesome' !important;
  color: black !important;
  font-size: 14px;
  padding-top: 14px;
  text-align: center;
  z-index: 20;
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 14px !important; }

.pm-featured-properties-list-thumb a:hover {
  color: white; }

.pm-featured-properties-details {
  padding: 10px 0;
  overflow: hidden; }

.pm-featured-properties-details a {
  font-size: 14px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block; }

.pm-featured-properties-details .price {
  float: left;
  font-size: 12px !important;
  color: #696969;
  text-transform: uppercase; }

.pm-featured-properties-details .footage {
  float: right;
  font-size: 12px !important;
  color: #696969;
  text-transform: uppercase; }

/* 3. Top agents widget */
.pm-top-agents-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.pm-top-agents-list li:before {
  content: "";
  margin: 0;
  padding: 0; }

.pm-top-agents-list li {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }

.pm-top-agents-list li:last-child {
  margin-bottom: 0px; }

.pm-top-agents-avatar {
  width: 120px;
  height: 120px;
  border: 1px solid #dfdfdf;
  float: left; }

.pm-top-agents-avatar img {
  width: 100%; }

.pm-top-agents-details {
  width: 195px;
  height: 100px;
  float: right;
  padding-left: 5px; }

.pm-top-agents-details p {
  margin-bottom: 0px; }

.pm-top-agents-details .name {
  font-size: 16px !important; }

.pm-top-agents-details a {
  margin-top: 0px;
  display: block;
  line-height: 28px !important; }

.pm-top-agents-details a:hover {
  color: #7B7B7B; }

.pm-top-agents-details-btn:after {
  content: "\f007";
  font-family: 'FontAwesome';
  padding-left: 5px; }

.pm-top-agents-border {
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  position: absolute;
  bottom: 0;
  left: 0; }

/* 4. Agencies widget */
.pm-agencies-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.pm-agencies-list li:before {
  content: "";
  margin: 0;
  padding: 0; }

.pm-agencies-list li {
  margin-bottom: 30px;
  position: relative;
  overflow: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf; }

.pm-agencies-list li:last-child {
  margin-bottom: 0px; }

.pm-agencies-list-avatar {
  width: 95px;
  height: 72px;
  float: left; }

.pm-agencies-list-avatar img {
  width: 100%; }

.pm-agencies-list-details {
  width: 195px;
  float: right;
  padding-top: 10px;
  overflow: hidden; }

.pm-agencies-list-details p {
  margin-bottom: 0px; }

.pm-agencies-list-details a {
  line-height: 24px !important; }

.pm-agencies-list-details .name {
  font-size: 16px !important; }

/* 5. Properties filter - MOVE TO WIDGET PLUGIN */
.pm-property-filter-container {
  padding-bottom: 10px;
  position: relative; }

#pm-amount-slider {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  font-weight: 300 !important;
  color: #A2A2A2 !important;
  border: none !important; }

.pm-property-filter-options-list {
  display: table;
  list-style: outside none none;
  margin: 0 0 30px;
  padding: 0;
  width: 100%; }

.pm-property-filter-options-list.search {
  display: inline;
  float: right;
  max-width: 300px; }

.pm-property-filter-options-list li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-property-filter-options-list li:first-child {
  float: left; }

.pm-property-filter-options-list li:last-child {
  float: right;
  text-align: right; }

.pm-visual-layout-btn, .pm-agencies-visual-layout-btn {
  font-family: 'FontAwesome';
  color: #6b6b6b;
  font-size: 14px;
  margin-left: 8px; }

#pm-slider-range {
  margin: 0 20px; }

/* SASS imports */
/* Contact form */
#contact-form {
  background-color: #2b2b2b;
  background-repeat: no-repeat; }

.pm-contact-form-container {
  width: auto;
  height: auto;
  overflow: hidden; }

.pm-required {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300; }

.pm-form-textfield {
  background-color: white;
  padding: 8px 13px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 20px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.pm_captcha_box {
  margin-top: 30px; }

.pm_captcha_box p {
  color: white; }

.pm_captcha_box.contact p {
  color: inherit !important; }

.pm_s_security_code.contact {
  margin-top: 10px; }

.pm-form-textfield.invalid_field {
  border: 1px solid red; }

.pm-form-textfield:focus, .pm-form-textarea:focus {
  background-image: none;
  color: white;
  text-transform: none; }

.pm-form-textarea {
  background-color: white;
  padding: 7px 13px;
  width: 100%;
  margin-top: 0px;
  font-size: 20px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.pm-form-submit-btn {
  color: black !important;
  display: block;
  font-size: 16px;
  font-weight: 300;
  height: auto;
  margin: 35px auto 20px;
  min-width: 100px;
  padding: 14px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  border: none;
  border-radius: 4px 0 4px 0;
  -webkit-border-radius: 4px 0 4px 0;
  -o-border-radius: 4px 0 4px 0;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-form-submit-btn:hover {
  color: white !important; }

/* Contact form end */
/* Global form elements */
.pm-checkbox-input {
  overflow: hidden;
  margin-top: 10px; }

.pm-remember-checkbox {
  float: left;
  margin-right: 8px !important; }

.pm-checkbox-input p {
  line-height: 22px !important; }

.pm-textfield {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #e1e1e1;
  padding: 15px 13px;
  width: 100%;
  margin-top: 10px;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-textfield.invalid_field {
  border: 1px solid red; }

.pm-textfield:focus, .pm-textarea:focus {
  background-image: none;
  color: black;
  text-transform: none; }

.pm-textfield.review-field, .pm-textarea.review-field {
  border-bottom: 3px solid white !important; }

.pm-textfield.review-field:focus, .pm-textarea.review-field:focus {
  background-color: white;
  border-bottom: 3px solid white;
  color: black; }

.pm-textfield.members {
  text-transform: none; }

.pm-textfield.members.textarea {
  height: 114px;
  text-transform: none; }

.pm-textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #e1e1e1;
  padding: 10px 13px;
  width: 100%;
  margin-top: 10px;
  min-height: 150px;
  background-color: transparent;
  text-transform: uppercase;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-textarea.members {
  border: 1px solid #dfdfdf; }

select {
  padding: 15px 13px;
  width: 100%;
  border: 1px solid #e1e1e1;
  margin-top: 10px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px; }

select.invalid_field {
  border: 1px solid red; }

label {
  font-size: 14px;
  color: #656565;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 0px; }

/* Global form elements end */
/* Rounded Form button */
.pm-rounded-submit-btn {
  min-width: 100px;
  display: inline-block;
  padding: 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: white !important;
  margin: 10px 0px;
  text-align: center;
  border: 0px solid white;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-rounded-submit-btn:hover {
  color: white;
  background-color: #333 !important; }

.pm-rounded-submit-btn.pm-primary {
  background-color: #EF5438; }

.pm-rounded-submit-btn.pm-secondary {
  background-color: #44619d; }

/* Rounded Form button end */
/* Custom drop menu */
.pm-dropdown {
  min-width: 120px; }

.pm-dropmenu {
  cursor: pointer;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: transparent;
  padding: 1px 0 5px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-dropmenu .pm-menu-title {
  font-weight: 500;
  font-size: 14px !important;
  margin: 0;
  text-align: left;
  text-transform: uppercase; }

.pm-dropmenu .pm-selected {
  color: grey;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0; }

.pm-dropmenu i {
  color: white;
  position: absolute;
  right: 10px;
  top: 20%; }

.pm-dropmenu-active {
  display: none;
  height: auto;
  position: absolute;
  min-width: 120px;
  z-index: 99999;
  margin-top: 1px; }

.pm-dropmenu-active ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.pm-dropmenu-active ul li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-dropmenu-active ul li:first-child {
  margin-right: 0px; }

.pm-dropmenu-active ul li {
  text-align: left;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #575757;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-dropmenu-active ul li:last-child {
  border-bottom: 1px solid #575757; }

.pm-dropmenu-active ul li:hover {
  background-color: #ffe1a0; }

.pm-dropmenu-active ul li:hover a {
  color: black; }

.pm-dropmenu-active ul li a {
  color: white;
  display: block;
  padding: 4px 11px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px; }

.pm-dropmenu-active ul li a.active {
  font-weight: bold; }

/* Language selector */
.pm-dropdown.pm-language-selector-menu {
  float: left;
  margin: 15px 30px 0;
  max-width: 160px; }

.pm-dropdown.pm-language-selector-menu .pm-dropmenu-active ul li img {
  margin-left: 10px; }

.pm-dropdown.pm-language-selector-menu .pm-dropmenu-active ul li a {
  display: inline; }

.pm-dropdown.pm-language-selector-menu .pm-dropmenu-active ul li a {
  color: black; }

.pm-dropdown.pm-language-selector-menu .pm-dropmenu-active ul li a:hover {
  color: white; }

/* Filter system extenstion */
.pm-dropdown.pm-filter-system {
  min-width: 130px !important; }

.pm-filter-system li:first-child {
  border-right: 0 solid #d3d3d3; }

.pm-dropdown.pm-filter-system .pm-dropmenu .pm-menu-title {
  font-size: 14px !important;
  margin: 0;
  text-align: left;
  opacity: .4; }

.pm-dropdown.pm-filter-system .pm-dropmenu i {
  color: #ffe1a0 !important;
  position: absolute;
  right: 0px  !important; }

.pm-dropdown.pm-filter-system .pm-dropmenu-active ul {
  background-color: black !important;
  border-top: none !important; }

.pm-dropdown.pm-filter-system .pm-dropmenu-active ul li:first-child {
  border-right: none !important; }

.pm-dropdown.pm-filter-system .pm-dropmenu-active ul li:last-child {
  border-bottom: 0px solid #ddd !important; }

/* Filter system extenstion end */
/* Properties filter system extension */
.pm-dropdown.pm-property-filter-system {
  min-width: 130px !important;
  margin-bottom: 30px; }

.pm-filter-system li:first-child {
  border-right: 0 solid #d3d3d3; }

.pm-dropdown.pm-property-filter-system .pm-dropmenu .pm-menu-title {
  font-size: 14px !important;
  margin: 0;
  text-align: left; }

.pm-dropdown.pm-property-filter-system .pm-dropmenu i {
  position: absolute;
  right: 0px  !important; }

.pm-dropdown.pm-property-filter-system .pm-dropmenu-active ul {
  background-color: black !important;
  border-top: none !important; }

.pm-dropdown.pm-property-filter-system .pm-dropmenu-active {
  width: 310px; }

.pm-dropdown.pm-property-filter-system .pm-dropmenu-active ul li:first-child {
  border-right: none !important; }

.pm-dropdown.pm-property-filter-system .pm-dropmenu-active ul li:last-child {
  border-bottom: 0px solid #ddd !important; }

/* Properties filter system extension end */
/* Properties filter options extension */
.pm-dropdown.pm-property-filter-options {
  min-width: 250px !important;
  margin-bottom: 30px; }

.pm-property-filter-options li {
  float: none !important; }

.pm-property-filter-options li:first-child {
  border-right: 0 solid #d3d3d3;
  width: 100% !important; }

.pm-property-filter-options li:last-child {
  width: 100% !important;
  text-align: left; }

.pm-dropdown.pm-property-filter-options .pm-dropmenu .pm-menu-title {
  font-size: 14px !important;
  margin: 0;
  text-align: left; }

.pm-dropdown.pm-property-filter-options .pm-dropmenu i {
  position: absolute;
  right: 0px  !important; }

.pm-dropdown.pm-property-filter-options .pm-dropmenu-active ul {
  background-color: black !important;
  border-top: none !important; }

.pm-dropdown.pm-property-filter-options .pm-dropmenu-active {
  width: 250px; }

.pm-dropdown.pm-property-filter-options .pm-dropmenu-active ul li:first-child {
  border-right: none !important; }

.pm-dropdown.pm-property-filter-options .pm-dropmenu-active ul li:last-child {
  border-bottom: 0px solid #ddd !important; }

/* Properties filter options extension end */
/* Agencies filter options extension */
.pm-dropdown.pm-agencies-filter-options {
  min-width: 250px !important;
  margin-bottom: 30px; }

.pm-agencies-filter-options li {
  float: none !important; }

.pm-agencies-filter-options li:first-child {
  border-right: 0 solid #d3d3d3;
  width: 100% !important; }

.pm-agencies-filter-options li:last-child {
  width: 100% !important;
  text-align: left; }

.pm-dropdown.pm-agencies-filter-options .pm-dropmenu .pm-menu-title {
  font-size: 14px !important;
  margin: 0;
  text-align: left; }

.pm-dropdown.pm-agencies-filter-options .pm-dropmenu i {
  position: absolute;
  right: 0px  !important; }

.pm-dropdown.pm-agencies-filter-options .pm-dropmenu-active ul {
  background-color: black !important;
  border-top: none !important; }

.pm-dropdown.pm-agencies-filter-options .pm-dropmenu-active {
  width: 250px; }

.pm-dropdown.pm-agencies-filter-options .pm-dropmenu-active ul li:first-child {
  border-right: none !important; }

.pm-dropdown.pm-agencies-filter-options .pm-dropmenu-active ul li:last-child {
  border-bottom: 0px solid #ddd !important; }

/* Agencies filter options extension end */
.pm_s_security_code {
  float: none;
  width: 125px; }

#pm-contact-form-response, #pm-event-form-response {
  margin: 15px 0 5px;
  color: #aaa; }

#pm-contact-form-response-agent {
  margin: 15px 0 5px; }

.pm-form-textfield-with-icon {
  border: 1px solid #e1e1e1;
  padding: 10px 10px;
  width: 100%;
  margin-top: 10px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.pm-input-container {
  position: relative; }

.pm-input-container-icon {
  color: #bfbfbf;
  display: inline-block;
  width: auto;
  height: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 17px;
  bottom: 3px;
  z-index: 3; }

/* Mailchimp widget */
.pm-mailchimp-field {
  text-transform: uppercase;
  text-align: center;
  width: 93%;
  color: white;
  padding: 20px 10px;
  background-color: transparent;
  border: 1px solid #7c7c7d;
  margin-bottom: 20px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px; }

.pm-mailchimp-submit {
  width: 200px;
  text-transform: uppercase;
  color: black;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  border: none;
  display: table;
  margin: 0 auto 20px auto;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

.pm-mailchimp-submit:hover {
  background-color: #999;
  color: white; }

/* Widget - Quick contact form */
.pm_quickcontact_widget {
  overflow: hidden; }

.pm_quick_contact_field.Dark {
  background-color: #444 !important;
  border: 0px solid #333333 !important;
  border-radius: 0px !important;
  color: white !important;
  float: left !important;
  font-size: 12px !important;
  padding: 10px 12px !important;
  vertical-align: middle !important;
  /*width: 95% !important;*/
  box-shadow: none !important;
  margin-bottom: 5px;
  width: 95%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm_quick_contact_textarea.Dark {
  border-radius: 0px !important;
  color: white !important;
  float: left !important;
  font-size: 12px !important;
  height: 70px !important;
  line-height: 20px !important;
  padding: 6px 8px !important;
  vertical-align: middle !important;
  /*width: 95% !important;*/
  background-color: #444 !important;
  border: 0px solid #333333 !important;
  box-shadow: none !important;
  margin-bottom: 5px;
  width: 95%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm_quick_contact_field.Light {
  background-color: white !important;
  border-radius: 0px !important;
  color: grey;
  font-size: 12px !important;
  line-height: 20px !important;
  padding: 10px 12px !important;
  vertical-align: middle !important;
  width: 100% !important;
  box-shadow: none !important;
  margin-bottom: 5px;
  border: 1px solid #ffe1a0;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm_quick_contact_field:focus {
  color: white; }

.pm_quick_contact_textarea.Light {
  border-radius: 0px !important;
  color: grey;
  float: left !important;
  font-size: 12px !important;
  height: 70px !important;
  line-height: 20px !important;
  padding: 6px 8px !important;
  vertical-align: middle !important;
  width: 100% !important;
  background-color: white !important;
  box-shadow: none !important;
  margin-bottom: 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm_quick_contact_submit, .pm_mailchimp_submit {
  border: 0 solid white;
  color: black;
  font-size: 12px !important;
  font-weight: bold;
  padding: 7px 15px;
  text-transform: uppercase;
  margin: 0 auto;
  display: table;
  line-height: 20px !important;
  border-radius: 4px 0 4px 0;
  -webkit-border-radius: 4px 0 4px 0;
  -o-border-radius: 4px 0 4px 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm_quick_contact_submit:hover, .pm_mailchimp_submit:hover {
  border: 0px solid white !important; }

.pm_form_response {
  clear: both; }

.pm_form_response.Dark {
  color: #333;
  font-size: 13px;
  margin: 15px 0 0;
  text-align: center;
  width: auto; }

.pm_form_response.Light {
  color: white;
  font-size: 13px;
  margin-top: 2px;
  width: auto;
  text-align: center; }

.pm-form-security-question {
  color: white;
  margin: 0;
  padding: 0; }

.pm-form-security-question-input {
  padding: 0px 20px !important;
  color: white; }

.pm-form-textfield.security-field {
  background-color: transparent;
  border: 1px solid #ccc;
  width: 50px;
  text-align: center;
  height: 30px; }

/* August 2 2016 */
.form-group.security-question-property-post {
  text-align: center;
  margin-bottom: 0px; }

.pm-form-submit-btn.property-post {
  margin: 0 auto !important; }

/* Twitter widget */
.tweet_container {
  padding: 5px; }

.tweet_container p:first-of-type {
  margin-top: 0px;
  float: left;
  clear: left; }

.tweet_container p:first-of-type a {
  margin-left: 8px; }

.tweet_container .interact a {
  margin-right: 10px; }

.tweet_container .user a img {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px; }

.pm-tweet-list ul li:before {
  content: "\f099" !important;
  font-size: 20px;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 7px;
  left: 10px;
  color: #ffe1a0; }

.pm-tweet-list ul li {
  padding: 0px 0px 11px 48px;
  color: white;
  font-size: 13px !important;
  word-wrap: break-word;
  line-height: 22px;
  position: relative; }

.pm-tweet-list ul li a {
  line-height: 20px !important; }

.pm-tweet-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

/* Square btn */
.pm-square-btn {
  min-width: 120px;
  height: 46px;
  background-color: white;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0 20px;
  line-height: 47px !important;
  text-transform: uppercase; }

.pm-square-btn.comments, .comment-reply-link, .form-submit .submit {
  width: auto;
  height: auto;
  padding: 10px 20px;
  color: black;
  text-transform: uppercase;
  border: 0px solid white;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.comment-reply-link:hover {
  border: 0px solid white; }

.pm-square-btn.filter {
  width: 100%;
  height: auto;
  padding: 10px 20px;
  color: black;
  margin-top: 30px;
  text-transform: uppercase;
  border: 0px solid white;
  line-height: 18px !important;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-square-btn.comments:hover, .pm-square-btn.filter:hover {
  color: white; }

.pm-square-btn:hover {
  background-color: #7f6631; }

.pm-square-btn:hover i {
  color: white; }

.pm-square-btn i {
  font-family: 'FontAwesome';
  color: #7f6631;
  font-size: 16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 20px;
  top: 14px; }

.pm-square-btn.centered {
  margin: 30px auto 20px;
  display: table; }

.pm-btn-text {
  text-transform: uppercase;
  color: #7f6631;
  font-weight: bold;
  font-size: 14px; }

/* Rounded button */
.pm-rounded-btn {
  width: auto;
  height: auto;
  display: inline;
  background-color: #7f6631;
  min-width: 100px;
  display: inline-block;
  padding: 14px 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: white !important;
  margin: 15px 0px;
  text-align: center;
  border: 2px solid white;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-rounded-btn:hover {
  color: white !important;
  background-color: #999; }

.pm-rounded-btn.no-border {
  border: none !important; }

.pm-rounded-btn i {
  font-size: 10px !important; }

.pm-rounded-btn.submit {
  border: 0px solid white;
  margin-top: 10px; }

.pm-rounded-btn.tag {
  margin: 1px; }

.pm-rounded-btn.expand {
  padding: 7px 0px !important;
  min-width: 40px !important; }

.pm-rounded-btn.small {
  padding: 7px 17px; }

.pm-rounded-btn.no-border {
  border: 0px solid white; }

.pm-rounded-btn.pm-primary {
  background-color: #EF5438; }

.pm-rounded-btn.pm-secondary {
  background-color: #44619d; }

.pm-rounded-btn.transparent:hover {
  color: white;
  background-color: #333; }

.pm-rounded-btn.transparent a {
  background-color: transparent;
  color: white;
  border: 3px solid white; }

.pm-rounded-btn.transparent a:hover {
  color: white;
  border: 3px solid #DBC164;
  background-color: #DBC164; }

.pm-rounded-btn a i {
  font-family: 'FontAwesome';
  margin-left: 5px; }

.pm-rounded-btn.animated a {
  padding-left: 22px; }

.pm-rounded-btn.animated i {
  opacity: 0;
  margin-left: -3px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-rounded-btn.animated:hover i {
  margin-left: 7px;
  opacity: 1; }

/* Rounded button end */
.pm-icon-btn {
  background-color: #7f6631;
  color: white;
  display: block;
  font-size: 24px !important;
  height: 50px;
  padding: 15px;
  width: 50px;
  line-height: 20px !important;
  margin-right: 10px;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

.pm-icon-btn.typcn:before {
  margin-left: -4px !important; }

.pm-icon-btn.typcn {
  line-height: 30px !important;
  font-size: 50px !important;
  display: inline-block !important; }

.pm-icon-btn:hover {
  color: white; }

/* Btn extensions */
.pm-square-btn.event {
  border: 3px solid #e1e1e1;
  color: #c8c8c8 !important; }

.pm-square-btn.event:hover {
  color: white !important; }

.pm-square-btn.news-post {
  border: 3px solid #e1e1e1;
  color: #c8c8c8 !important;
  display: block;
  margin: 20px auto 40px;
  width: 150px; }

.pm-square-btn.news-post:hover {
  color: white !important; }

.pm-square-btn.tag {
  border: 0px solid #e1e1e1;
  color: white !important;
  display: inline;
  line-height: 33px !important;
  margin-bottom: 1px;
  margin-right: 1px;
  padding: 7px 15px;
  background-color: #7f6631;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px; }

.pm-square-btn.tag:hover {
  color: black !important; }

.pm-square-btn.class-widget {
  border: 3px solid #e1e1e1;
  color: #c8c8c8 !important;
  display: inline;
  line-height: 48px; }

.pm-square-btn.class-widget:hover {
  color: white !important; }

.pm-square-btn.store-btn {
  border: 3px solid #e1e1e1;
  color: #c8c8c8 !important;
  display: table;
  line-height: 48px;
  margin: 0 auto !important;
  padding: 0 20px !important;
  text-align: center; }

.pm-square-btn.store-btn:hover {
  color: white !important; }

.pm-square-btn.pm-cart-remove {
  color: white !important;
  display: table;
  line-height: 48px;
  margin: 5px auto 0 !important;
  padding: 0 20px !important;
  text-align: center;
  border: none !important; }

.pm-square-btn.pm-cart-remove:hover {
  background-color: #999;
  color: white !important; }

/* Tri btn */
.pm-tri-btn {
  background-color: white;
  border: 2px solid #7f6631;
  display: block;
  height: 46px;
  position: relative;
  text-align: center;
  transform: rotate(45deg);
  width: 46px; }

.pm-tri-btn.centered {
  display: table;
  margin: 50px auto 20px; }

.pm-tri-btn i {
  color: #7f6631;
  font-family: "FontAwesome";
  font-size: 16px;
  left: 35%;
  position: absolute;
  top: 14px;
  transform: rotate(-45deg); }

/* Posted comments */
.pm-comments-response-title {
  font-size: 26px;
  color: white;
  text-transform: none;
  font-weight: 400; }

.pm-required-comments {
  font-size: 13px;
  color: #a7a7a7;
  text-transform: none;
  font-weight: 300; }

.pm-comments-container {
  width: auto;
  height: auto;
  overflow: hidden; }

.pm-comment-section-title {
  color: #f1482b;
  font-size: 24px; }

.pm-single-blog-post-comments {
  margin-bottom: 30px; }

.pm-comment-box-container {
  width: auto;
  height: auto;
  overflow: hidden;
  margin-top: 30px; }

.pm-comment-box-avatar-container {
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 13px 13px 0; }

#pm-comments-column .pm-comment-box-avatar-container p {
  font-size: 18px;
  color: white; }

.pm-comment-avatar {
  float: left;
  margin-right: 8px;
  overflow: hidden;
  height: 75px;
  width: 75px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

.pm-comment {
  margin: 10px 31px 0 106px;
  padding: 20px 0; }

.pm-comment-reply-btn {
  float: left;
  margin-bottom: 12px;
  margin-left: 106px; }

.pm-comment-author-list {
  float: left;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-left: 10px;
  width: 90%; }

.pm-comment-author-list li {
  float: left; }

.pm-comment-author-list li:before {
  padding: 0;
  margin: 0;
  content: ""; }

.pm-comment-author-list li:last-child {
  float: right; }

.pm-comment-name {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0px; }

.pm-comment-date, .pm-comment-date a {
  font-size: 14px !important;
  font-weight: 400; }

#pm-comments-column .pm-comment p {
  font-size: 14px !important;
  color: white; }

/* Posted comments end */
/* Submit a comment form */
.pm-submit-comment-form-container {
  overflow: hidden;
  width: auto;
  height: auto;
  margin-top: 40px; }

.pm-submit-comment-form-container h3 {
  margin-bottom: 5px; }

.pm-comment-required {
  font-size: 14px;
  color: #F1482B; }

.pm-comment-form-textfield {
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  padding: 10px 13px;
  width: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #666;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.pm-comment-form-textfield:focus, .pm-comment-form-textarea:focus {
  background-image: none;
  color: black;
  text-transform: none; }

.pm-comment-form-textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  padding: 10px 13px;
  width: 100%;
  margin-top: 10px;
  text-transform: uppercase;
  min-height: 150px;
  color: #666;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.pm-comment-html-tags {
  margin: 20px 0; }

.pm-comment-html-tags span {
  font-weight: 500;
  color: #7f6631;
  font-size: 13px;
  text-transform: uppercase; }

.pm-comment-html-tags p {
  font-size: 14px;
  margin: 0; }

.pm-comment-submit-btn {
  min-width: 100px;
  padding: 10px 25px;
  border: 3px solid #e1e1e1;
  font-size: 14px;
  font-weight: bold;
  color: #c8c8c8 !important;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0;
  display: inline-block;
  background-color: transparent;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-comment-submit-btn:hover {
  color: white !important; }

/* Submit a comment form end */
#respond {
  padding-top: 30px; }

.commentlist li ul.children li:before {
  content: ""; }

#pm-comments-column h3 {
  color: white !important; }

#respond input, #respond textarea {
  color: #bbb; }

.pm-comment-html-tags span {
  color: #bbb !important; }

.pm-comment-box-container em {
  color: white;
  text-align: center;
  margin: 20px 0; }

.pm-form-clear-padding {
  padding: 0px; }

.pm-form-clear-left-padding {
  padding-left: 0px; }

.pm-form-clear-right-padding {
  padding-right: 0px; }

.pm-form-margin-spacing {
  margin-bottom: 40px; }

.comment-form-comment label {
  float: left;
  clear: left; }

.comment-form-comment textarea {
  float: left;
  clear: left;
  width: 100%;
  padding: 15px; }

.form-submit {
  float: left;
  clear: left;
  margin-top: 20px; }

.comments-area .comment-respond {
  display: none; }

#pm-comments-column .pm-comment-author-list .pm-comment-date a {
  color: white !important;
  font-size: 14px !important; }

#pm-comments-column .comment-form p, .comment-form p a {
  color: #aaa !important;
  font-size: 14px !important; }

#pm-comments-column .pm-comment-html-tags span {
  color: #aaa !important;
  font-size: 14px !important; }

.pm-image-gallery-master-container {
  width: 100%;
  float: left; }

.pm-image-gallery {
  overflow: hidden;
  /*padding-bottom: 10px;*/
  position: relative;
  text-align: center;
  width: 100%; }

.pm-image-gallery .pm-image-gallery-image {
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  display: block;
  float: left;
  padding-bottom: 16.6667%;
  width: 16.6667%;
  position: relative;
  overflow: hidden;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s; }

.pm-image-gallery .pm-image-gallery-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.pm-image-gallery-image span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.pm-image-gallery-image span:hover {
  cursor: url("img/search-icon.png"); }

.pm-image-gallery.faded .pm-image-gallery-image span {
  opacity: 0.9; }

.pm-image-gallery.faded .pm-image-gallery-image span:hover {
  opacity: 0;
  cursor: url(img/search-icon.png), auto; }

/*.pm-image-gallery.faded .pm-image-gallery-image span:hover {
	background-color:rgba(255,255,255,.8);	
}*/
.pm-image-gallery .pm-image-gallery-lightbox.visible {
  opacity: 1; }

.pm-image-gallery .pm-image-gallery-lightbox {
  background: url("img/loading.gif") no-repeat scroll center 40% #fff;
  left: -100%;
  opacity: 0;
  position: absolute;
  width: 50%;
  border-right: 1px solid #ffe1a0;
  z-index: 5000;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, left 0.4s ease-in-out 0s;
  -moz-transition: opacity 0.2s ease-in-out 0s, left 0.4s ease-in-out 0s;
  -webkit-transition: opacity 0.2s ease-in-out 0s, left 0.4s ease-in-out 0s;
  -o-transition: opacity 0.2s ease-in-out 0s, left 0.4s ease-in-out 0s; }

.pm-image-gallery .pm-image-gallery-lightbox .inner {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 100%;
  width: 100%; }

.pm-image-gallery-lightbox-title-container {
  min-width: 150px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 11; }

#pm_image_gallery_title {
  color: black;
  text-transform: uppercase;
  font-size: 22px !important;
  padding: 13px 20px;
  color: black !important;
  float: left;
  font-weight: 300 !important; }

.pm-image-gallery-lightbox-title-container a {
  display: block;
  width: 50px;
  height: 50px;
  color: black;
  font-family: 'FontAwesome';
  font-size: 14px;
  padding-top: 18px;
  float: right;
  margin-right: -50px;
  /*position:absolute;
  top:0;
  right:0;	*/ }

.pm-image-gallery-lightbox-title-container a:hover {
  color: white; }

.pm-image-gallery-lightbox-info-container {
  min-width: 400px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 40%;
  right: 0;
  z-index: 12; }

.pm-image-gallery-lightbox-info-list {
  list-style: none;
  padding: 11px 20px;
  margin: 0; }

.pm-image-gallery-lightbox-info-list li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-image-gallery-lightbox-info-list li:first-child {
  margin-right: 5px; }

/*.pm-image-gallery-lightbox-info-list li:first-child:after {
	content:"\f111";
	position:absolute;
	top:0;
	right:-14px;		
	font-family:'FontAwesome';
	font-size:6px;
	
}*/
.pm-image-gallery-lightbox-info-list li {
  float: left;
  margin-right: 50px;
  color: white !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  position: relative;
  line-height: 26px !important;
  font-weight: 300 !important; }

.pm-image-gallery-lightbox-info-list li a:before {
  content: "\f041";
  position: absolute;
  top: 0;
  left: -22px;
  font-family: 'FontAwesome';
  font-size: 18px; }

.pm-image-gallery-lightbox-info-list li a {
  font-size: 14px;
  display: block;
  position: relative;
  color: #ffe1a0;
  line-height: 26px !important; }

.pm-image-gallery-lightbox-info-list li:last-child {
  margin-right: 0px !important;
  float: right; }

.pm-image-gallery .pm-image-gallery-close {
  color: #000;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  text-decoration: none;
  z-index: 13;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-image-gallery .pm-image-gallery-close:hover {
  background-color: rgba(0, 0, 0, 0.9);
  color: white; }

.pm-image-gallery-item-hover-btn:before {
  color: black;
  content: "\f065";
  font-family: "FontAwesome";
  font-size: 18px;
  left: 2px;
  position: absolute;
  top: 3px; }

.pm-image-gallery-item-hover-btn {
  border-style: solid;
  border-width: 35px;
  bottom: 0;
  font-size: 18px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0 !important;
  text-align: center;
  z-index: 999; }

.pm-image-gallery-item-hover-btn.active {
  right: -90px !important; }

.pm-image-gallery-item-hover-btn:hover:before {
  color: white; }

.pm-image-gallery-item-hover-btn-shadow {
  border-color: transparent rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) transparent;
  border-style: solid;
  border-width: 42px;
  bottom: 0;
  font-size: 18px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0 !important;
  text-align: center;
  z-index: 994;
  opacity: 1;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-image-gallery-item-hover-btn-shadow.active {
  opacity: 0;
  right: -120px !important; }

.pm-image-gallery-lightbox-gmap-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }

.pm-members-breakdown-list-container {
  height: 0;
  overflow: hidden; }

.pm-members-breakdown-list {
  list-style: none;
  padding: 0px;
  margin: 0px; }

.pm-members-breakdown-list li:before {
  content: "";
  padding: 0px;
  margin: 0px; }

.pm-members-breakdown-list li {
  line-height: 30px;
  margin-bottom: 10px; }

.pm-members-property-search-form-container {
  max-width: 230px; }

.pm-slider-system-field-container {
  overflow: hidden; }

.pm-slider-system-field-img-preview-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.pm-slider-system-field-img-preview-list li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-slider-system-field-img-preview-list li {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  max-width: 8%;
  border: 1px solid #B0B0B0; }

.pm-slider-system-field-container-spacer {
  display: block;
  margin: 5px 0; }

.pm-slider-system-upload-field {
  float: left;
  width: 60%;
  padding: 2px 8px;
  border: 1px solid #c9c9c9; }

.slider_system_upload_image_button, .slider_system_remove_image_button {
  float: left; }

.pm-members-edit-listing-img-preview {
  max-width: 16.5%;
  height: auto;
  border: 1px solid #3B3B3B;
  float: left;
  margin-right: 20px; }

.pm-error-message {
  color: red;
  margin: 0px; }

.pm-success-message {
  color: green; }

.pm-submit-listing-lat-long-link {
  width: 150px;
  float: right; }

.pm-property-map-preview-container {
  width: 100%;
  height: 200px;
  background-color: #E7E7E7; }

#pm-members-property-search-form-btn {
  background-color: #ffe1a0;
  display: inline;
  font-family: "FontAwesome";
  font-size: 12px !important;
  height: 30px;
  line-height: 0;
  margin-left: 5px;
  padding: 7px 8px;
  width: 40px;
  color: black;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

#pm-members-property-search-form-btn:hover {
  background-color: #7f6631;
  color: white; }

.pm-textarea.members {
  height: 235px;
  text-transform: none; }

.pm-acount-form-label {
  margin-top: 0px !important; }

.pm-register-captcha-container {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  position: relative;
  left: -20px; }

.result-message {
  padding: 0 20px;
  color: white !important;
  font-size: 14px !important; }

#pm-quick-message {
  padding: 10px 20px 0px;
  color: white !important;
  font-size: 14px !important; }

.pm-admin-welcome-message {
  font-size: 14px !important;
  color: white; }

.pm-members-area-interface {
  background-color: #2c2924;
  background-repeat: no-repeat;
  background-position: center center; }

.pm-author-bio-container.members-area {
  margin: 0 !important; }

.pm-author-bio-container.members-area .name:after {
  content: "\f044";
  font-family: 'FontAwesome';
  padding-left: 5px; }

.pm-author-bio-container.members-area .name {
  font-size: 20px !important;
  margin: 0px; }

.pm-author-bio-img-container.members-area {
  margin: 0 auto 20px !important; }

.pm-members-area-navigation-spacing {
  margin-top: 40px; }

.webkit .pm-members-area-navigation-spacing {
  margin-top: 20px; }

.pm-members-area-navigation {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  display: table; }

.pm-members-area-navigation li:before {
  content: "";
  padding: 0;
  margin: 0; }

.pm-members-area-navigation li {
  float: left;
  margin-right: 30px;
  line-height: 26px !important; }

.pm-members-area-navigation li:after {
  content: "\f111";
  font-size: 6px;
  color: white;
  font-family: 'FontAwesome';
  margin-left: 12px;
  position: absolute; }

.webkit .pm-members-area-navigation li {
  float: none;
  margin-right: 0px;
  line-height: 26px !important;
  min-width: 200px; }

.webkit .pm-members-area-navigation li:after {
  content: "";
  margin: 0;
  padding: 0; }

.pm-members-area-navigation li:last-child:after {
  content: ""; }

.pm-members-area-navigation li:last-child {
  margin-right: 0px; }

.pm-members-area-navigation li:last-child a {
  color: #ffe1a0; }

.pm-members-area-navigation li a {
  color: white;
  font-size: 14px;
  line-height: 0px !important; }

.pm-members-listing-searchfield {
  background-color: transparent;
  font-size: 12px !important;
  padding: 5px 10px;
  text-align: center;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

.pm-members-area-submit-listing-spacing {
  margin-top: 60px; }

.pm-members-area-submit-listing-spacing p {
  font-size: 26px !important;
  color: white;
  margin-bottom: 20px; }

.pm-submit-listing-btn {
  font-family: 'FontAwesome';
  width: 75px;
  height: 75px;
  text-align: center;
  padding-top: 25px;
  font-size: 26px !important;
  color: black;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px; }

.pm-submit-listing-btn:hover {
  color: white; }

.pm-members-area-title {
  font-size: 18px;
  font-weight: 300; }

.pm-members-area-divider {
  width: 100%;
  margin: 20px 0;
  height: 1px; }

.pm-property-listings-info-container.members {
  width: 780px; }

.pm-property-listings-edit-options {
  width: 100%;
  clear: both;
  padding: 5px 0 10px; }

.pm-property-listings-edit-options p {
  margin: 0px;
  font-size: 14px;
  text-transform: uppercase; }

.pm-edit-listing-btn {
  font-size: 14px;
  text-transform: uppercase; }

.pm-edit-listing-btn:after {
  position: absolute;
  content: "\f044";
  margin-left: 5px;
  font-family: 'FontAwesome'; }

.pm-members-form-font {
  font-size: 14px; }

.pm-members-form-break {
  height: 0px; }

.pm-members-form-amenities label, .pm-members-form-agent-info label {
  margin-top: 4px;
  font-size: 14px; }

.pm-members-form-amenities label input, .pm-members-form-agent-info label radio {
  margin-right: 5px; }

.pm-members-form-submission-divider {
  width: 100%;
  height: 1px;
  margin: 0px 0 30px; }

.pm-member-img-preview {
  margin: 20px 0; }

.pm-member-img-preview.bg {
  margin: 20px 0;
  max-width: 57% !important; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.gallery-caption {
  font-family: inherit; }

.bypostauthor {
  font-family: inherit; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.pm-search-error, .pm-404-error {
  font-size: 20px !important; }

.wp-caption {
  max-width: 100%;
  height: 100%; }

/* Categories - WP NATIVE */
.pm-widget-footer .widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-widget-footer .widget_categories ul li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-widget-footer .widget_categories ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5; }

.pm-widget-footer .widget_categories ul a {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-widget-footer .widget_categories ul a:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #2b5d83;
  padding-right: 16px; }

/* Categories end - WP NATIVE */
/* Tag cloud */
.pm-widget-footer .tagcloud a {
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  font-size: 14px !important;
  padding: 4px 18px;
  text-transform: uppercase;
  margin-bottom: 3px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-sidebar .pm-widget .tagcloud a {
  width: auto;
  height: auto;
  display: inline;
  min-width: 100px;
  display: inline-block;
  padding: 2px 15px;
  text-decoration: none;
  font-size: 16px !important;
  margin: 1px 0;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-sidebar .pm-widget .tagcloud a:hover {
  color: black; }

/* WP Calendar */
.pm-widget-footer #wp-calendar thead tr th {
  padding: 0 0 10px; }

.pm-widget-footer #wp-calendar tbody td {
  background: white;
  text-align: center;
  padding: 10px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-widget-footer #wp-calendar tbody tr td a {
  display: block;
  width: inherit;
  height: inherit;
  text-decoration: underline !important; }

.pm-widget-footer #wp-calendar caption, #wp-calendar thead th {
  color: white !important; }

/* Meta - WP NATIVE */
.pm-widget-footer .widget_meta ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-widget-footer .widget_meta ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5; }

.pm-widget-footer .widget_meta ul li a {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-widget-footer .widget_meta ul li:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #2b5d83;
  padding-right: 16px; }

/* Meta end - WP NATIVE */
/* Archives - WP NATIVE */
.pm-widget-footer .widget_archive ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-widget-footer .widget_archive ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5; }

.pm-widget-footer .widget_archive ul li a {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-widget-footer .widget_archive ul li:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #2b5d83;
  padding-right: 16px; }

/* Archives end - WP NATIVE */
/* Pages - WP NATIVE */
.pm-widget-footer .widget_pages ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-widget-footer .widget_pages ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5; }

.pm-widget-footer .widget_pages ul li a {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-widget-footer .widget_pages ul li:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #2b5d83;
  padding-right: 16px; }

/* Pages end - WP NATIVE */
/* Recent Posts widget - WP NATIVE */
.pm-widget-footer .widget_recent_entries ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-widget-footer .widget_recent_entries ul li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-widget-footer .widget_recent_entries ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5; }

.pm-widget-footer .widget_recent_entries ul li a {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-widget-footer .widget_recent_entries ul li span {
  font-size: 12px; }

.pm-widget-footer .widget_recent_entries ul li {
  overflow: hidden; }

.pm-widget-footer .widget_recent_entries ul li a {
  float: left; }

.pm-widget-footer .widget_recent_entries ul li .post-date {
  margin-top: 6px;
  float: left;
  clear: both; }

/* Recent Posts widget end - WP NATIVE */
/* Recent posts - WP NATIVE */
.widget_recent_entries .pm-widget-spacer ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.widget_recent_entries .pm-widget-spacer ul li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.widget_recent_entries .pm-widget-spacer ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5;
  overflow: hidden; }

.widget_recent_entries .pm-widget-spacer ul li a {
  float: left;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.widget_recent_entries .pm-widget-spacer ul li span {
  float: left;
  clear: left;
  font-size: 12px;
  font-style: italic; }

.widget_recent_entries .pm-widget-spacer ul li a:hover {
  color: #2B5D82; }

/* Recent posts end - WP NATIVE */
/* Categories - WP NATIVE */
.pm-sidebar .widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-sidebar .widget_categories ul li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important; }

.pm-sidebar .widget_categories ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5; }

.pm-sidebar .widget_categories ul a {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-sidebar .widget_categories ul a:hover {
  color: #2B5D82; }

.pm-sidebar .widget_categories ul a:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #2b5d83;
  padding-right: 16px; }

/* Categories end - WP NATIVE */
/* Recent comments - WP NATIVE */
.pm-sidebar #recentcomments {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-sidebar #recentcomments li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5; }

.pm-sidebar #recentcomments a {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-sidebar #recentcomments a:hover {
  color: #2B5D82; }

.pm-sidebar #recentcomments li:before {
  content: "";
  margin: 0;
  padding: 0; }

/* Recent comments end - WP NATIVE */
/* Pages - WP NATIVE */
.pm-sidebar .widget_pages ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-sidebar .widget_pages ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5; }

.pm-sidebar .widget_pages ul li a {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-sidebar .widget_pages ul li:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #2b5d83;
  padding-right: 16px; }

/* Pages end - WP NATIVE */
/* Meta - WP NATIVE */
.pm-sidebar .widget_meta ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-sidebar .widget_meta ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5; }

.pm-sidebar .widget_meta ul li a {
  font-size: 14px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-sidebar .widget_meta ul li:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #2b5d83;
  padding-right: 16px; }

/* Meta end - WP NATIVE */
/* WP Calendar */
.pm-sidebar #wp-calendar {
  margin: 0 auto; }

.pm-sidebar #wp-calendar thead tr th {
  padding: 0 0 10px; }

.pm-sidebar #wp-calendar tbody td {
  background: white;
  border: 1px solid #ffe1a0;
  text-align: center;
  padding: 10px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-sidebar #wp-calendar tbody tr td#today {
  background-color: #ffe1a0; }

.pm-sidebar #wp-calendar tbody tr td a {
  display: block;
  width: inherit;
  height: inherit;
  color: #7f6631;
  text-decoration: underline !important; }

.pm-sidebar #wp-calendar tbody tr td:hover a {
  color: #7f6631; }

.pm-sidebar #wp-calendar tbody td:hover {
  background-color: #ffe1a0; }

.pm-sidebar #wp-calendar caption, .pm-sidebar #wp-calendar thead th {
  color: #999 !important;
  text-align: center; }

/* Calendar end - WP NATIVE*/
/* Archives - WP NATIVE */
.pm-sidebar .widget_archive ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.pm-sidebar .widget_archive ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d5d5d5; }

.pm-sidebar .widget_archive ul li a {
  font-size: 14px;
  color: #8e8e8e;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s; }

.pm-sidebar .widget_archive ul li a:hover {
  color: #2B5D82; }

.pm-sidebar .widget_archive ul li:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #2b5d83;
  padding-right: 16px; }

/* Archives end - WP NATIVE */
/* 60. WordPress paginated posts */
.pm_paginated-posts {
  margin-top: 30px;
  padding-top: 15px; }

.pm_paginated-posts p {
  display: table;
  margin: 0 auto; }

.pagination_multi {
  list-style: outside none none;
  margin: 0;
  padding: 7px 0;
  text-align: center; }

.pagination_multi li:before {
  content: "";
  margin: 0;
  padding: 0; }

.pagination_multi li {
  box-sizing: content-box;
  color: #c8c8c8 !important;
  display: inline-block;
  height: 25px;
  padding-top: 10px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 35px;
  line-height: 10px !important; }

.pagination_multi a {
  box-sizing: content-box;
  height: 20px !important;
  line-height: 0px !important; }

.pagination_multi a li {
  display: inline-block;
  height: 35px !important;
  padding-top: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 35px !important;
  line-height: 31px !important; }

.pm-sidebar .pm-widget > div {
  margin-bottom: 30px; }

/* Flickr widget */
.flickr_badge_wrapper {
  /*overflow: hidden;*/ }

.flickr_badge_wrapper div {
  float: left;
  /*margin: 0 2px 3px 0;*/ }

.flickr_badge_image {
  background: none repeat scroll 0 0 transparent;
  float: left;
  width: 86px;
  height: 86px;
  margin: 0 1px 1px 0 !important;
  overflow: hidden;
  padding: 0;
  position: relative;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px; }

.flickr_badge_image a span {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.flickr_badge_image a:hover span {
  opacity: .7; }

.flickr_badge_image a i {
  font-family: 'FontAwesome';
  color: white;
  font-size: 14px;
  position: absolute;
  z-index: 20;
  left: 0;
  top: 43%;
  opacity: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.flickr_badge_image a:hover i {
  left: 43%;
  opacity: 1; }

.flickr_badge_wrapper div a {
  display: block;
  float: left;
  margin: 0;
  padding: 0px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.flickr_badge_wrapper div a img {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

.flickr_badge_image img {
  height: 86px;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 86px; }

.pm-pagination-page-counter {
  display: table;
  margin: 0 auto; }

.pm-pagination-page-counter p {
  font-size: 14px;
  font-weight: 300;
  color: #959595;
  margin: 0;
  padding: 0; }

.pm-pagination {
  /*border-top: 1px solid #ededed;*/
  list-style: none outside none;
  padding: 12px 0;
  margin: 0px;
  display: table;
  margin: 0 auto; }

.pm-pagination.pm-knowledge-base-pagination {
  margin: 0 !important;
  padding: 20px !important; }

.pm-pagination li:before {
  content: "";
  margin: 0;
  padding: 0; }

.pm-pagination li {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-family: 'FontAwesome';
  font-size: 16px;
  color: white;
  line-height: 0px;
  float: left;
  margin-right: 3px;
  background-color: #DBDBDB;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.pm-pagination li:last-child {
  margin-right: 0px; }

.pm-pagination li:hover a {
  color: white; }

.pm-pagination li a {
  display: block;
  /*padding: 8px 0;*/
  text-align: center;
  text-decoration: none;
  font-family: arial !important;
  font-size: 12px !important;
  line-height: 40px !important;
  color: black !important; }

.pm-pagination li span.current {
  color: white;
  font-weight: bold; }

.pm-pagination li span {
  display: block;
  font-family: arial !important;
  font-size: 12px !important;
  line-height: 40px !important;
  text-align: center; }

.pm-pagination.pm-knowledge-base-pagination li span {
  line-height: 36px !important; }

.pm-pagination.pm-knowledge-base-pagination li a {
  line-height: 36px !important; }

.vc_tta-tabs-list li:before {
  content: ""; }

.wpb_wrapper .pm-contact-form-container .col-lg-6, .wpb_wrapper .pm-contact-form-container .col-md-6, .wpb_wrapper .pm-contact-form-container .col-sm-12, .wpb_wrapper .pm-contact-form-container .col-lg-12 {
  margin-bottom: 20px; }

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px !important; }

.wpb_row {
  margin-bottom: 0px !important; }

.pm-boxed-mode .wpb_row {
  width: 100% !important;
  left: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important; }

.pm-boxed-mode .pm-page-bootstrap-container {
  padding-left: 0px !important;
  padding-right: 0px !important; }

/*.pm-contact-form-container .col-lg-12 {
	margin-bottom:20px;		
}*/
/* added April 19 2016 */
.vc_row.pm-show-overflow {
  overflow: visible !important; }

/*# sourceMappingURL=master.css.map */
