/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}


/* ==========================================================================
   Added by RealSatisfied^PK
   ========================================================================== */
/**/

  li.signin {
	  display:none;
  }
  
  .display_view{
	  text-align: right;
	  font-size: .8em;
	  margin-bottom: 8px;
  }
  
  .display_view:hover{
	  color:#669900;
	  cursor: pointer;
  }
  
  .display_view i{
	  color:#669900;
	  width: 11px;
  }
  
  .display_view i:hover{
	  cursor: pointer;
  }
  
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.main-head .top:before, .m-main-head .top:before, .testi-feeds .feed .agent:before, .main-head .top:after, .m-main-head .top:after, .testi-feeds .feed .agent:after {
  content: " ";
  display: table;
}
.main-head .top:after, .m-main-head .top:after, .testi-feeds .feed .agent:after {
  clear: both;
}
.main-head .top, .m-main-head .top, .testi-feeds .feed .agent {
  *zoom: 1;
}

.s {
  background: url('../../images/utils-s75e268c2a4.png');
  display: inline-block;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.s.linkedin {
  width: 19px;
  height: 19px;
  background-position: 0 -248px;
}
.s.load-more {
  width: 13px;
  height: 15px;
  background-position: 0 -271px;
}
.s.mail {
  width: 18px;
  height: 14px;
  background-position: 0 -290px;
}
.s.mobile {
  width: 12px;
  height: 20px;
  background-position: 0 -308px;
}
.s.phone {
  width: 19px;
  height: 19px;
  background-position: 0 -332px;
}
.s.trulia {
  width: 9px;
  height: 20px;
  background-position: 0 -355px;
}
.s.rdc {
  width: 21px;
  height: 20px;
  background-position: 0 -379px;
}
.s.s-0 {
  width: 127px;
  height: 20px;
  background-position: 0 -403px;
}
.s.s-1 {
  width: 127px;
  height: 20px;
  background-position: 0 -427px;
}
.s.s-2 {
  width: 127px;
  height: 20px;
  background-position: 0 -451px;
}
.s.s-3 {
  width: 127px;
  height: 20px;
  background-position: 0 -475px;
}
.s.s-4 {
  width: 127px;
  height: 20px;
  background-position: 0 -499px;
}
.s.s-5 {
  width: 127px;
  height: 20px;
  background-position: 0 -523px;
}
.s.sent {
  width: 88px;
  height: 88px;
  background-position: 0 -547px;
}
.s.share {
  width: 12px;
  height: 16px;
  background-position: 0 -639px;
}
.s.twitter {
  width: 19px;
  height: 16px;
  background-position: 0 -943px;
}
.s.user {
  width: 15px;
  height: 15px;
  background-position: 0 -963px;
}
.s.x {
  width: 12px;
  height: 12px;
  background-position: 0 -982px;
}
.s.yelp {
  width: 15px;
  height: 20px;
  background-position: 0 -998px;
}
.s.zillow {
  width: 25px;
  height: 20px;
  background-position: 0 -1022px;
}
.s.arr-r-sm {
  width: 7px;
  height: 9px;
  background-position: 0 0;
}
.s.arr-up {
  width: 20px;
  height: 12px;
  background-position: 0 -13px;
}
.s.realtor {
  width: 29px;
  height: 33px;
  background-position: 0 -29px;
}
.s.branding {
  width: 171px;
  height: 24px;
  background-position: 0 -66px;
}
.s.comment {
  width: 20px;
  height: 20px;
  background-position: 0 -94px;
}
.s.facebook {
  width: 9px;
  height: 19px;
  background-position: 0 -141px;
}
.s.google {
  width: 23px;
  height: 16px;
  background-position: 0 -184px;
}
.s.link {
  width: 17px;
  height: 17px;
  background-position: 0 -204px;
}
.s.facebook-w {
  width: 9px;
  height: 19px;
  background-position: 0 -118px;
}
.s.google-w {
  width: 23px;
  height: 16px;
  background-position: 0 -164px;
}
.s.linkedin-w {
  width: 19px;
  height: 19px;
  background-position: 0 -225px;
}
.s.twitter-w {
  width: 19px;
  height: 16px;
  background-position: 0 -923px;
}
.s.star-p-4 {
  width: 20px;
  height: 20px;
  background-position: 0 -779px;
}
.s.star-p-5 {
  width: 20px;
  height: 20px;
  background-position: 0 -803px;
}
.s.star-p-6 {
  width: 20px;
  height: 20px;
  background-position: 0 -827px;
}
.s.star-p-7 {
  width: 20px;
  height: 20px;
  background-position: 0 -851px;
}
.s.star-p-8 {
  width: 20px;
  height: 20px;
  background-position: 0 -875px;
}
.s.star-p-9 {
  width: 20px;
  height: 20px;
  background-position: 0 -899px;
}
.s.star-0 {
  width: 20px;
  height: 20px;
  background-position: 0 -659px;
}
.s.star-1 {
  width: 20px;
  height: 20px;
  background-position: 0 -683px;
}
.s.star-p-1 {
  width: 20px;
  height: 20px;
  background-position: 0 -707px;
}
.s.star-p-2 {
  width: 20px;
  height: 20px;
  background-position: 0 -731px;
}
.s.star-p-3 {
  width: 20px;
  height: 20px;
  background-position: 0 -755px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 144dpi) {
  .s {
    background-image: url('../../images/utils@2x-s8633793d15.png');
    background-size: 171px auto;
  }
  .s.linkedin {
    width: 19px;
    height: 19px;
    background-position: 0 -247px;
  }
  .s.load-more {
    width: 12px;
    height: 15px;
    background-position: 0 -270px;
  }
  .s.mail {
    width: 18px;
    height: 14px;
    background-position: 0 -289px;
  }
  .s.mobile {
    width: 12px;
    height: 20px;
    background-position: 0 -307px;
  }
  .s.phone {
    width: 18px;
    height: 18px;
    background-position: 0 -331px;
  }
  .s.trulia {
    width: 9px;
    height: 20px;
    background-position: 0 -353px;
  }
  .s.rdc {
    width: 21px;
    height: 20px;
    background-position: 0 -377px;
  }
  .s.s-0 {
    width: 127px;
    height: 19px;
    background-position: 0 -401px;
  }
  .s.s-1 {
    width: 127px;
    height: 19px;
    background-position: 0 -424px;
  }
  .s.s-2 {
    width: 127px;
    height: 19px;
    background-position: 0 -447px;
  }
  .s.s-3 {
    width: 127px;
    height: 19px;
    background-position: 0 -470px;
  }
  .s.s-4 {
    width: 127px;
    height: 19px;
    background-position: 0 -493px;
  }
  .s.s-5 {
    width: 127px;
    height: 19px;
    background-position: 0 -516px;
  }
  .s.sent {
    width: 87px;
    height: 87px;
    background-position: 0 -539px;
  }
  .s.share {
    width: 12px;
    height: 15px;
    background-position: 0 -629px;
  }
  .s.twitter {
    width: 19px;
    height: 16px;
    background-position: 0 -928px;
  }
  .s.user {
    width: 14px;
    height: 15px;
    background-position: 0 -948px;
  }
  .s.x {
    width: 11px;
    height: 11px;
    background-position: 0 -967px;
  }
  .s.yelp {
    width: 15px;
    height: 20px;
    background-position: 0 -981px;
  }
  .s.zillow {
    width: 25px;
    height: 20px;
    background-position: 0 -1005px;
  }
  .s.arr-r-sm {
    width: 6px;
    height: 9px;
    background-position: 0 0;
  }
  .s.arr-up {
    width: 19px;
    height: 11px;
    background-position: 0 -13px;
  }
  .s.realtor {
    width: 29px;
    height: 33px;
    background-position: 0 -28px;
  }
  .s.branding {
    width: 171px;
    height: 24px;
    background-position: 0 -65px;
  }
  .s.comment {
    width: 20px;
    height: 20px;
    background-position: 0 -93px;
  }
  .s.facebook {
    width: 9px;
    height: 19px;
    background-position: 0 -140px;
  }
  .s.google {
    width: 23px;
    height: 16px;
    background-position: 0 -183px;
  }
  .s.link {
    width: 17px;
    height: 17px;
    background-position: 0 -203px;
  }
  .s.facebook-w {
    width: 9px;
    height: 19px;
    background-position: 0 -117px;
  }
  .s.google-w {
    width: 23px;
    height: 16px;
    background-position: 0 -163px;
  }
  .s.linkedin-w {
    width: 19px;
    height: 19px;
    background-position: 0 -224px;
  }
  .s.twitter-w {
    width: 19px;
    height: 16px;
    background-position: 0 -908px;
  }
  .s.star-p-4 {
    width: 20px;
    height: 20px;
    background-position: 0 -766px;
  }
  .s.star-p-5 {
    width: 20px;
    height: 20px;
    background-position: 0 -790px;
  }
  .s.star-p-6 {
    width: 20px;
    height: 20px;
    background-position: 0 -814px;
  }
  .s.star-p-7 {
    width: 20px;
    height: 20px;
    background-position: 0 -838px;
  }
  .s.star-p-8 {
    width: 20px;
    height: 20px;
    background-position: 0 -861px;
  }
  .s.star-p-9 {
    width: 20px;
    height: 19px;
    background-position: 0 -885px;
  }
  .s.star-0 {
    width: 20px;
    height: 19px;
    background-position: 0 -648px;
  }
  .s.star-1 {
    width: 20px;
    height: 19px;
    background-position: 0 -671px;
  }
  .s.star-p-1 {
    width: 20px;
    height: 20px;
    background-position: 0 -694px;
  }
  .s.star-p-2 {
    width: 20px;
    height: 20px;
    background-position: 0 -718px;
  }
  .s.star-p-3 {
    width: 20px;
    height: 20px;
    background-position: 0 -742px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.field {
  margin: 15px 0;
}
.field input {
  border: none;
  height: 36px;
  line-height: 36px;
  display: block;
  width: 100%;
  padding: 0 15px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.field textarea {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 15px;
  border: none;
  width: 100%;
}

a, a > * {
  color: #6bb326;
  text-decoration: none;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

#socialShare a, #socialShare a > * {color: #ffffff;}

.btn {
  display: inline-block;
  padding: 6px 20px;
  color: #fff;
  background: #ccc;
  border-radius: 0;
  border: none;
  text-align: center;
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.btn.green {
    font-size: 18px;
    height: 38px;
    background: #6bb326;
    padding: 8px 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 3px 0 0 #669900;
	-moz-box-shadow: 0 3px 0 0 #669900;
	-webkit-box-shadow: 0 3px 0 0 #669900;
}
.btn.green:hover {
  background: #669900;
}
.btn.gray {
  color: #c9cfd6;
  font-size: 16px;
  background: #464e59;
  padding: 10px 26px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.btn.gray:hover {
  background: #626467;
}

.main-wrap {
  display: table;
  width: 100%;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.main {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.sidebar {
  display: table-cell;
  border-right: 1px solid #dcdcdc;
  background: #f6f6f6;
  text-align: center;
  max-width: 263px;
  min-width: 263px;
  vertical-align: top;
}
.sidebar .company {
  padding: 32px 0;
  border-bottom: 1px solid #dcdcdc;
}
.sidebar .company h4 {
  font-size: 16px;
  font-weight: 900;
  margin: 15px 0;
}
.sidebar .company p {
  margin: 0 20px 10px;
  color: #a5a5a5;
}
.sidebar .company a {
  text-decoration: underline;
}
.sidebar .company a i.s {
  margin: 0 6px -3px 0;
}
.sidebar .company img{
  border: 5px solid #CCCDCF;
  max-width: 200px;
}
.sidebar .verified {
  padding: 32px 0;
}

.profile {
  width: 120px;
  height: 120px;
  display: inline-block;
  position: relative;
  margin-top: -66px;
}
.profile .pin {
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
  bottom: -8px;
  right: -40px;
  background: #fff;
  text-align: center;
  padding: 11px;
  border-radius: 54px;
  -moz-border-radius: 54px;
  -webkit-border-radius: 54px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
.profile .profile-clip {
  width: 126px;
  height: 126px;
  display: inline-block;
  border: 3px solid #6bb326;
  overflow: hidden;
  border-radius: 130px;
  -moz-border-radius: 130px;
  -webkit-border-radius: 130px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  background-size: cover!important;
}
.profile .profile-clip img {
  float: left;
}
.profile.office {
  width: auto;
  height: auto;
  margin-top: -56px;
}
.profile.office .profile-clip {
  width: auto;
  height: auto;
  max-width: 172px;
  border: 5px solid #CCCDCF;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
.profile.office .profile-clip img {
  float: left;
}
.profile.office .m-address {
  display: none;
}
.profile.office .m-address h2 {
  font-size: 18px;
  margin: 10px 0 5px;
  font-weight: 900;
}
.profile.office .m-address span {
  color: #6bb326;
  font-weight: normal;
  display: block;
}
.profile.sm {
  width: 70px;
  height: 70px;
  margin-top: 0;
}
.profile.sm .profile-clip {
  width: 70px;
  height: 70px;
  border: 3px solid #6bb326;
  overflow: hidden;
  border-radius: 70px;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
}
.profile.sm .profile-clip img {
  max-width: 100%;
}

.ranking {
  padding: 0 0 32px;
  border-bottom: 1px solid #dcdcdc;
}
.ranking .raters {
  color: #a5a5a5;
  margin: 5px 0;
  font-weight: 600;
}

.stats h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 10px;
}
.stats h4 {
  font-weight: 900;
  font-size: 20px;
  margin: 8px 0 0;
}
.stats h4 span {
  color: #6bb326;
  display: inline-block;
  margin: 0 5px;
  font-weight: 400;
}
.stats .s-rate i.s {
  margin: 0 3px;
}
.stats .stars i.s {
  display: none;
}
.stats .stars-0 i.s.s-0 {
  display: inline-block;
}
.stats .stars-1 i.s.s-1 {
  display: inline-block;
}
.stats .stars-2 i.s.s-2 {
  display: inline-block;
}
.stats .stars-3 i.s.s-3 {
  display: inline-block;
}
.stats .stars-4 i.s.s-4 {
  display: inline-block;
}
.stats .stars-5 i.s.s-5 {
  display: inline-block;
}
.stats.percentage {
  margin: 20px 0 0;
}
.stats.percentage li {
  text-align: center;
  position: relative;
}
.stats.percentage h3 {
  margin: 10px 0 20px;
}
.stats.percentage .pcnt {
  font-size: 20px;
  font-weight: 900;
  position: relative;
  display: block;
  margin-top: -55px;
}
.stats.percentage .pcnt.green {
  font-size: 24px;
  margin: 0;
  color: #6bb326;
}
.stats .chart {
  margin: 0 auto;
}
.stats .raters {
  color: #a5a5a5;
  margin: 5px 0;
}

.m-main-head {
  display: none;
}

.main-head, .m-main-head {
  position: relative;
}
.main-head .top, .m-main-head .top {
  margin: 20px 30px;
}
.main-head h2{
  font-size: 28px;
  margin: 0;
  font-weight: 600;
}
.m-main-head h2 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}
.main-head span, .m-main-head span {
  font-weight: 600;
  color: #6bb326;
}
.m-main-head span {
  font-weight: normal;
  font-size:12px;
}
.main-head .btn, .m-main-head .btn {
  float: right;
}
.main-head .btn i.s, .m-main-head .btn i.s {
  margin: 0 10px 0 0;
}
.main-head .contact-details, .m-main-head .contact-details {
  text-align: center;
  background: #464e59;
  padding: 20px 0;
}
.main-head .contact-details li, .m-main-head .contact-details li {
  border-left: 2px solid #323840;
  display: inline-block;
  padding: 0 40px;
  line-height: 1;
}
.main-head .contact-details li:first-child, .m-main-head .contact-details li:first-child {
  border: none;
}
.main-head .contact-details a, .m-main-head .contact-details a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.main-head .contact-details a span, .m-main-head .contact-details a span {
  color: #fff;
}
.main-head .contact-details a:hover, .m-main-head .contact-details a:hover {
  text-decoration: underline;
}
.main-head .contact-details a i.s, .m-main-head .contact-details a i.s {
  margin: 0 15px 0 0;
}
.main-head .social-account, .m-main-head .social-account {
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 0;
}
.main-head .social-account li, .m-main-head .social-account li {
  display: inline-block;
  padding: 10px 20px;
  line-height: 1;
}

.testi-feeds {
  margin: 0 30px;
}
.testi-feeds .feed {
  background: #f6f6f6;
  padding: 30px;
  margin: 0 0 30px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.testi-feeds .feed p {
  font-style: italic;
  text-align: justify;
  font-size: 1.2em;
  line-height: 1.5em;
}
.testi-feeds .feed .agent .profile {
  float: left;
}
.testi-feeds .feed .agent .agent-name {
  margin-left: 85px;
  position: relative;
}
.testi-feeds .feed .agent .agent-name h3 {
  margin: 0 0 8px;
  padding: 0 0 8px;
  font-size: 22px;
  font-weight: 900;
  border-bottom: 1px solid #a5a5a5;
}
.testi-feeds .feed .agent .agent-name a {
  position: absolute;
  top: 7px;
  right: 0;
  text-decoration: underline;
}
.testi-feeds .feed .agent .agent-name a i.s {
  margin: 0 4px -1px 0;
}
.testi-feeds .feed .agent .agent-name span {
  color: #a5a5a5;
}
.testi-feeds .feed .commenter {
  text-align: center;
  font-weight: 900;
  margin: 30px 0 0;
}

.testi-feeds .rating .commenter {
  text-align: center;
  font-weight: 900;
  margin: 5px 0 0;
}

.testi-feeds .feed .commenter .date {
  margin: 5px 0 0;
  font-weight: 700;
  display: block;
}
.testi-feeds .stats {
  text-align: center;
  border: none;
  padding: 0 0 10px;
}
.testi-feeds .stats li {
  display: inline-block;
  margin: 0 45px;
}
.testi-feeds .stats h3 {
  margin-top: 0;
}

.feed-head {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}
.feed-head i.s {
  margin: 0 10px -3px 0;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.load-more-wrap,
.m-view-more-wrap {
  text-align: center;
  margin: 0 0 30px;
}
.load-more-wrap .btn i.s,
.m-view-more-wrap .btn i.s {
  margin: 0 8px -2px 0;
}
.load-more-wrap .btn.on i.s,
.m-view-more-wrap .btn.on i.s {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.m-view-more-wrap {
  display: none;
  margin: 30px 0 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9;
  display: none;
  padding: 0 20px;
}
.overlay.on {
  display: block;
}

.modal {
  margin: 0 auto;
}

.contact-form {
  padding: 20px;
}

.contact-form-success {
  padding: 60px 0;
}

.contact-form, .contact-form-success {
  position: relative;
  background: #6bb326;
  max-width: 600px;
  display: none;
  -webkit-transform: translateY(3%);
  -moz-transform: translateY(3%);
  -ms-transform: translateY(3%);
  -o-transform: translateY(3%);
  transform: translateY(3%);
}
.contact-form.on, .contact-form-success.on {
  display: block;
}
.contact-form h2, .contact-form-success h2 {
  color: #fff;
  font-weight: 900;
}
.contact-form h3, .contact-form-success h3 {
  text-align: center;
  color: #fff;
  margin: 0 0 20px;
  font-size: 18px;
}
.contact-form .btn, .contact-form-success .btn {
  width: 100%;
}
.contact-form .modal-close, .contact-form-success .modal-close {
  width: 26px;
  height: 26px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  text-align: center;
  padding-top: 4px;
  border-radius: 26px;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.header {
  background: #464e59;
  padding: 0 0 90px;
}
.header .top {
  background: #323840;
}
.header .logo {
  display: inline-block;
  margin: 14px 0;
}
.header .header-links {
  float: right;
  margin: 18px 0 0;
}
.header .header-links li {
  float: left;
  padding: 0 16px;
}
.header .header-links li:first-child {
  /*border-right: 1px solid #56606d;*/
}
.header .header-links li.social-share {
  padding-right: 0;
}
.header .header-links a {
  color: #fff;
  display: block;
}
.header .header-links span {
  color: #fff;
}
.header .header-links i.s {
  margin: 0 10px -2px 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #464e59;
  background: #fff;
}

.wrapper {
  position: relative;
}
.wrapper .to-top {
  background: #464e59;
  width: 55px;
  height: 55px;
  display: block;
  padding: 18px 0 0;
  position: fixed;
  bottom: 60px;
  right: 30px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 55px;
  -moz-border-radius: 55px;
  -webkit-border-radius: 55px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.wrapper .to-top.on {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.ui-card {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.ui-card.appeared {
  opacity: 1;
  filter: alpha(opacity=100);
}

.footer {
  background: #464e59;
  text-align: center;
  color: #c9cfd6;
  padding: 20px 0 30px;
}
.footer p {
  margin: 10px 0 0;
}

/* ==================================================
     Media Query
================================================== */
@media only screen and (max-width: 1199px) {
  .main-head .contact-details a span, .m-main-head .contact-details a span {
    display: none;
  }
  .main-head .contact-details a i.s, .m-main-head .contact-details a i.s {
    margin: 0;
  }

  .m-main-head.office .contact-details a span {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 8px;
  }

  .testi-feeds .stats li {
    margin: 0 45px 20px;
  }
}
@media only screen and (max-width: 992px) {
  .testi-feeds .feed .agent .agent-name h3 {
    border: none;
    margin: 0;
    padding: 0;
  }
  .testi-feeds .feed .agent .agent-name a {
    position: static;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
	
  .no-gutt > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
  }

  .header .top {
    background: transparent;
    text-align: center;
    position: relative;
  }

  .header .logo {
    margin: 22px 0 0;
  }

  .header .header-links {
    float: none;
    margin: 0 5px;
  }
  .header .header-links li {
    padding: 0;
    border: none !important;
    position: absolute;
  }
  .header .header-links li.signin {
    top: 20px;
    left: 20px;
  }
  .header .header-links li.social-share {
    top: 20px;
    right: 20px;
  }
  .header .header-links a {
    background: #323840;
    width: 25px;
    height: 25px;
    padding-top: 4px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
  }
  .header .header-links i.s {
    margin: 0;
  }
  .header .header-links span {
    display: none;
  }

  .print_icon {
    margin: 0px !important;
  }

  .social-share-wrap {
    text-align: center;
    margin: 20px 0 0;
  }

  .main-wrap, .sidebar, .main {
    display: block;
    min-width: 0;
    max-width: none;
    border: none;
  }

  .profile.office .m-address {
    display: block;
  }

  .m-main-head {
    display: block;
  }
  .m-main-head .contact-details li {
    border: none;
    padding: 0 20px;
  }

  .main-head,
  .sidebar .verified {
    display: none;
  }

  .stats {
    display: table;
    width: 100%;
  }
  .stats h3 {
    font-size: 12px;
  }
  .stats h4 {
    font-size: 16px;
  }
  .stats li {
    display: table-cell;
    width: 33.333333%;
    vertical-align: middle;
    text-align: center;
  }
  .stats .stars, .stats .s-rate {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.5);
    width: 125px;
	white-space: nowrap;
    margin: 0 auto;
  }

  .testi-feeds {
    margin: 0 10px;
  }

  .testi-feeds .feed {
    padding: 30px 15px;
  }

  .testi-feeds .stats li {
    margin: 0;
  }

  .m-view-more-wrap {
    display: block;
  }

  .feed-head {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .main-head .social-account,
  .m-main-head .social-account {
    margin: 0 30px;
  }
  .main-head .social-account li,
  .m-main-head .social-account li {
    padding: 10px 0;
    width: 24%;
  }
}
@media only screen and (max-width: 375px) {
  .stats li {
	width: auto;
	}
}


@media only screen and (max-width: 320px) {
  .stats {
    width: auto;
  }
  .stats .stars, .stats .s-rate{
	width: 104px;
	white-space: nowrap
  }

}

/* ==================================================
     Print Styles
================================================== */
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
    -ms-filter: none !important;
    filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}

.loading_mask_div{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 2147483647;
  background: gray;
  opacity: 0.3;
}

.loading_mask_image {
  position: absolute;
  z-index: 99999;
  top: 0px;
  left: 0px;
  background-image: url("../../images/maskBG.png") !important; 
  background-repeat: repeat; 
  display:block;
}
.fw_working_image {
  position:fixed;
  top: 50%;
  left: 50%;
  margin-top: -65px;
  margin-left: -65px;
  height:130px;
  width:130px;
  background:url(../../images/working.gif) top left no-repeat;
}

.print_icon {
  margin: 0 10px -2px 0;
}
.load_more_feed_trigger {
  align-items: center;
  text-align: center;
  margin-left: 45%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 116px;
  height: 40px;
  border: 0.0625rem solid #6bb326;
  border-radius: 0.375rem;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: var(--font-size-16);
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  font-feature-settings: 'liga' off;
  color: #6bb326;
  background: none;
}
.load_more_feed_trigger:hover{
    align-items: center;
    text-align: center;
    margin-left: 45%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 116px;
    border: 0.0625rem solid #6bb326;
    border-radius: 0.375rem;
    font-family: 'Open Sans', sans-serif;;
    font-style: normal;
    font-weight: 600;
    font-size: var(--font-size-16);
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #6bb326;
    background: none;
}