#panel-footer {
  background-color: #252323;
  line-height: 25px;
  /*view more link*/
  /*why us*/
}
/* line 7, ../sass/view.scss */
#panel-footer .container {
  padding-top: 60px;
  padding-bottom: 30px;
}
/* line 13, ../sass/view.scss */
#panel-footer h2 {
  font-size: 1em;
  color: white;
  font-weight: 700;
  margin-bottom: 25px;
}
/* line 19, ../sass/view.scss */
#panel-footer .content {
  color: #666666;
}
/* line 23, ../sass/view.scss */
#panel-footer ul.menu {
  margin-bottom: 0;
  padding-left: 0;
}
/* line 26, ../sass/view.scss */
#panel-footer ul.menu li {
  margin-left: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-right: 0;
  list-style: none;
}
/* line 34, ../sass/view.scss */
#panel-footer a {
  color: #666666;
}
/* line 36, ../sass/view.scss */
#panel-footer a:hover, #panel-footer a:focus {
  color: #d94949;
}
/* line 42, ../sass/view.scss */
#panel-footer .btn-view-more {
  border-color: #666666;
  background-size: 1px 100px;
}
/* line 45, ../sass/view.scss */
#panel-footer .btn-view-more:hover, #panel-footer .btn-view-more:focus, #panel-footer .btn-view-more:active {
  border-color: white;
  background-color: white;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}
/* line 58, ../sass/view.scss */
#panel-footer .ui-accordion-header,
#panel-footer .ui-accordion-content {
  border-color: #333333;
}
/* line 60, ../sass/view.scss */
#panel-footer .ui-accordion-header:hover, #panel-footer .ui-accordion-header:focus,
#panel-footer .ui-accordion-content:hover,
#panel-footer .ui-accordion-content:focus {
  border-color: #666666;
}
/* line 65, ../sass/view.scss */
#panel-footer .ui-accordion-header-active,
#panel-footer .ui-accordion-content-active {
  border-color: #666666;
}

/* line 70, ../sass/view.scss */
.contact-info {
  margin-top: 20px;
  margin-bottom: 0;
}
/* line 73, ../sass/view.scss */
.contact-info i {
  margin-right: 7px;
  min-width: 17px;
}
/* line 77, ../sass/view.scss */
.contact-info p {
  margin-bottom: 10px;
}
/* line 79, ../sass/view.scss */
.contact-info p:last-child {
  margin-bottom: 0;
}
/* line 83, ../sass/view.scss */
.contact-info a {
  color: #d94949 !important;
}
/* line 85, ../sass/view.scss */
.contact-info a:hover, .contact-info a:focus {
  color: white !important;
}

/* newsletter form */
/* line 92, ../sass/view.scss */
#newsletter-subscribe-form {
  margin-top: 25px;
  position: relative;
}
/* line 95, ../sass/view.scss */
#newsletter-subscribe-form .form-item {
  margin-top: 0;
  margin-bottom: 0;
  background: white;
}
/* line 99, ../sass/view.scss */
#newsletter-subscribe-form .form-item .form-text {
  border: none;
  background: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 0.857em;
}

/* line 110, ../sass/view.scss */
#subscribe {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
/* line 118, ../sass/view.scss */
#subscribe .form-submit {
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  text-indent: -999em;
  padding: 0;
  position: relative;
  z-index: 5;
}
/* line 128, ../sass/view.scss */
#subscribe:before {
  position: absolute;
  right: 11px;
  top: 0;
  z-index: 2;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -25px;
  width: 16px;
  height: 37px;
  content: "";
}
/* line 139, ../sass/view.scss */
#subscribe:hover, #subscribe:focus {
  color: #d94949;
  opacity: 1;
}

/* line 146, ../sass/view.scss */
.logged-in #subscribe {
  width: 100%;
  background-color: white;
  left: 0;
}
/* line 150, ../sass/view.scss */
.logged-in #subscribe .form-submit {
  color: #333333;
  text-indent: 0;
  padding-left: 10px;
  text-align: left;
}
/* line 155, ../sass/view.scss */
.logged-in #subscribe .form-submit:hover, .logged-in #subscribe .form-submit:focus {
  color: #d94949;
}
/* line 159, ../sass/view.scss */
.logged-in #subscribe:before {
  top: 2px;
}

/* line 165, ../sass/view.scss */
#newsletter-error {
  color: #d94949;
  padding-top: 10px;
}

/* copyright */
/* line 171, ../sass/view.scss */
#footer {
  background-color: black;
}
/* line 173, ../sass/view.scss */
#footer .container {
  padding-top: 0;
}
/* line 176, ../sass/view.scss */
#footer .region-footer {
  padding-top: 30px;
  border-top: 1px solid #333333;
}
/* line 180, ../sass/view.scss */
#footer .content {
  color: #fff;
}


/*panel-third*/
/* line 196, ../sass/view.scss */
#panel-third .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* line 202, ../sass/view.scss */
#panel-third h2 {
  margin-bottom: 30px;
}
/* line 206, ../sass/view.scss */
#panel-third #newsletter-subscribe-form .form-text {
  background-color: #666666;
  color: white;
}

/*end who we are*/
/*ui-accordion*/
/* line 247, ../sass/view.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-radius: 0;
}

/* line 250, ../sass/view.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border-color: #dddddd;
}

/* line 254, ../sass/view.scss */
.ui-accordion {
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
  /*icon*/
}
/* line 258, ../sass/view.scss */
.ui-accordion p:last-child {
  margin-bottom: 10px;
}
/* line 262, ../sass/view.scss */
.ui-accordion .ui-accordion-header {
  border-radius: 0;
  -webkit-border-radius: 0;
  background: none;
  padding: 18px 20px;
  text-transform: uppercase;
  border-color: #dddddd;
  position: relative;
  margin-top: 10px;
  font-size: 0.857em;
  font-weight: 700;
  /*icon*/
}
/* line 275, ../sass/view.scss */
.ui-accordion .ui-accordion-header a {
  color: #333333;
}
/* line 278, ../sass/view.scss */
.ui-accordion .ui-accordion-header:hover, .ui-accordion .ui-accordion-header:focus {
  border-color: #333333;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
/* line 284, ../sass/view.scss */
.ui-accordion .ui-accordion-header .ui-icon {
  text-indent: 0;
  right: 14px;
  background: none;
  left: auto;
}
/* line 291, ../sass/view.scss */
.ui-accordion .ui-accordion-content {
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  padding: 10px 20px 20px;
  background: none;
  border-color: #dddddd;
  color: #666666;
}
/* line 302, ../sass/view.scss */
.ui-accordion .ui-accordion-header-active,
.ui-accordion .ui-accordion-content-active {
  border-color: #333333;
}
/* line 305, ../sass/view.scss */
.ui-accordion .ui-accordion-header-active {
  border-bottom: none;
  padding-bottom: 8px;
}
/* line 309, ../sass/view.scss */
.ui-accordion .ui-accordion-content-active {
  padding-top: 8px;
}
/* line 316, ../sass/view.scss */
.ui-accordion .ui-state-default .ui-icon:before {
  content: "+";
  position: absolute;
  top: -12px;
  right: 0;
  width: 16px;
  height: 16px;
  z-index: 2;
  font-size: 2.57em;
  font-weight: normal;
}
/* line 331, ../sass/view.scss */
.ui-accordion .ui-state-active .ui-icon:before {
  content: "-";
  position: absolute;
  top: -10px;
  right: 0;
  width: 16px;
  height: 16px;
  z-index: 2;
  font-size: 2.57em;
  font-weight: normal;
}
/* line 345, ../sass/view.scss */
.ui-accordion .ui-accordion-content {
  height: auto !important;
}

/*end ui-accordion*/
/* views bootstrap */
/* line 354, ../sass/view.scss */
.views-bootstrap-accordion-plugin-style .panel {
  border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-top: 10px !important;
  background: none;
}
/* line 363, ../sass/view.scss */
.views-bootstrap-accordion-plugin-style .panel-heading {
  border-radius: 0;
  -webkit-border-radius: 0;
  background: none;  
  border-color: #dddddd;
  position: relative;
  padding: 0;
  font-size: 0.857em;
  font-weight: 700;
}
/* line 375, ../sass/view.scss */
.views-bootstrap-accordion-plugin-style .panel-heading a {
  color: #333333;
  display: block;
  padding: 18px 40px 18px 20px;
  border: 1px solid #333333;
  position: relative;
  border-bottom: none;
  font-size: 0.857em;
  font-weight: 600;
}
/* line 384, ../sass/view.scss */
.views-bootstrap-accordion-plugin-style .panel-heading a:before {
  content: "-";
  position: absolute;
  top: 2px;
  right: 20px;
  width: 16px;
  height: 16px;
  z-index: 2;
  font-size: 2.57em;
  font-weight: normal;
}
/* line 396, ../sass/view.scss */
.views-bootstrap-accordion-plugin-style .panel-heading a.collapsed {
  border-color: #dddddd;
  border-bottom: 1px solid #dddddd;
}
/* line 399, ../sass/view.scss */
.views-bootstrap-accordion-plugin-style .panel-heading a.collapsed:before {
  content: "+";
  position: absolute;
  top: 9px;
  right: 20px;
  width: 16px;
  height: 16px;
  z-index: 2;
  font-weight: normal;
}
/* line 409, ../sass/view.scss */
.views-bootstrap-accordion-plugin-style .panel-heading a.collapsed:hover, .views-bootstrap-accordion-plugin-style .panel-heading a.collapsed:focus {
  border-color: #333333;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
/* line 418, ../sass/view.scss */
.views-bootstrap-accordion-plugin-style .panel-body {
  border: 1px solid #333333;
  border-top: none !important;
  padding: 0 50px 20px 20px;
}
/* line 423, ../sass/view.scss */
.views-bootstrap-accordion-plugin-style .panel-body p:last-child {
  margin-bottom: 0;
}

/*view happy client*/
/* line 433, ../sass/view.scss */
.testimonials {
  text-align: center;
  background-color: #333333;
  padding: 40px 30px;
  /*flex control nav*/
  /*flex direction nav*/
}
/* line 437, ../sass/view.scss */
.testimonials .flexslider {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  margin-bottom: 0;
}
/* line 445, ../sass/view.scss */
.testimonials .views-field-picture {
  width: 105px;
  margin: 0 auto 15px;
}
/* line 448, ../sass/view.scss */
.testimonials .views-field-picture img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* line 453, ../sass/view.scss */
.testimonials .views-field-name {
  color: #d94949;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 459, ../sass/view.scss */
.testimonials .views-field-name a:hover, .testimonials .views-field-name a:focus {
  color: white;
}
/* line 464, ../sass/view.scss */
.testimonials .views-field-field-occupation {
  color: #999999;
  font-weight: 600;
  margin-bottom: 15px;
}
/* line 468, ../sass/view.scss */
.testimonials .views-field-field-occupation a {
  color: #999999;
}
/* line 470, ../sass/view.scss */
.testimonials .views-field-field-occupation a:hover, .testimonials .views-field-field-occupation a:focus {
  color: #d94949;
}
/* line 475, ../sass/view.scss */
.testimonials .views-field-body {
  color: #999999;
  font-weight: 600;
  position: relative;
  padding-top: 25px;
}
/* line 480, ../sass/view.scss */
.testimonials .views-field-body:before {
  position: absolute;
  content: "";
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -60px;
  width: 100px;
  height: 15px;
  z-index: 3;
  top: 0;
  left: 50%;
  margin-left: -50px;
}
/* line 495, ../sass/view.scss */
.testimonials .flex-control-nav {
  display: none;
}
/* line 501, ../sass/view.scss */
.testimonials .flex-direction-nav a {
  text-shadow: none;
  display: block;
  color: #666666;
  opacity: 1;
  top: 40px;
  margin-top: 0;
  text-indent: 999em;
}
/* line 509, ../sass/view.scss */
.testimonials .flex-direction-nav a:before {
  font-size: 1.714em;
}
/* line 512, ../sass/view.scss */
.testimonials .flex-direction-nav a:hover, .testimonials .flex-direction-nav a:focus {
  color: #dddddd;
}
/* line 516, ../sass/view.scss */
.testimonials .flex-direction-nav .flex-prev {
  left: 60px;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 16px;
  height: 25px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
/* line 524, ../sass/view.scss */
.testimonials .flex-direction-nav .flex-prev:before {
  content: none;
}
/* line 528, ../sass/view.scss */
.testimonials .flex-direction-nav .flex-next {
  right: 60px;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 16px;
  height: 25px;
}
/* line 534, ../sass/view.scss */
.testimonials .flex-direction-nav .flex-next:before {
  content: none;
}
/* line 539, ../sass/view.scss */
.testimonials p {
  margin-bottom: 10px;
}

/*end view happy client*/
/*panel-second*/
/* line 548, ../sass/view.scss */
#panel-second h2 {
  margin-bottom: 30px;
}
/* line 551, ../sass/view.scss */
#panel-second .container {
  padding-bottom: 0;
}
/* line 554, ../sass/view.scss */
#panel-second .region-panel-second {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 50px;
}

/*end agent block*/
/*slideshow flexslider*/
/* line 684, ../sass/view.scss */
.slideshow .flexslider {
  margin-bottom: 0;
  box-shadow: none;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
/* line 692, ../sass/view.scss */
.slideshow .flexslider:hover .flex-direction-nav, .slideshow .flexslider:focus .flex-direction-nav {
  visibility: visible;
}
/* line 697, ../sass/view.scss */
.slideshow .flex-direction-nav {
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
/* line 700, ../sass/view.scss */
.slideshow .flex-direction-nav a {
  background: #111111;
  color: #dddddd;
  cursor: pointer;
  display: block;
  font-size: 2.57em;
  height: 100px;
  line-height: 100px;
  margin-top: -50px;
  opacity: 0.6;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  width: 40px;
  z-index: 5;
}
/* line 716, ../sass/view.scss */
.slideshow .flex-direction-nav a:hover, .slideshow .flex-direction-nav a:focus {
  background-color: #1a4053;
  opacity: 1;
  color: white;
}
/* line 721, ../sass/view.scss */
.slideshow .flex-direction-nav a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
/* line 726, ../sass/view.scss */
.slideshow .flex-direction-nav .flex-prev {
  left: 0;
}
/* line 728, ../sass/view.scss */
.slideshow .flex-direction-nav .flex-prev:before {
  content: "\f104";
}
/* line 732, ../sass/view.scss */
.slideshow .flex-direction-nav .flex-next {
  right: 0;
}
/* line 734, ../sass/view.scss */
.slideshow .flex-direction-nav .flex-next:before {
  content: "\f105";
}
/* line 739, ../sass/view.scss */
.slideshow .flex-control-nav {
  z-index: 10;
  bottom: 25px;
}
/* line 742, ../sass/view.scss */
.slideshow .flex-control-nav a {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 12px;
  height: 12px;
}
/* line 749, ../sass/view.scss */
.slideshow .flex-control-nav a:hover, .slideshow .flex-control-nav a:focus {
  background-color: white;
}
/* line 753, ../sass/view.scss */
.slideshow .flex-control-nav .flex-active {
  background-color: white;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

/*region-content-action*/
/* line 955, ../sass/view.scss */
.region-content-action {
  padding: 10px;
  clear: both;
  background-color: white;
  border: 1px solid #dddddd;
  overflow: hidden;
  margin-bottom: 30px;
  /*menu*/
  /*form exposed*/
}
/* line 963, ../sass/view.scss */
.region-content-action .block-views h2 {
  display: none;
}
/* line 967, ../sass/view.scss */
.region-content-action .views-exposed-widget {
  display: none;
}
/* line 972, ../sass/view.scss */
.region-content-action .views-widget-sort-by,
.region-content-action .views-widget-sort-order,
.region-content-action .views-submit-button {
  display: block;
  width: auto;
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 1px;
}
/* line 982, ../sass/view.scss */
.region-content-action .menu {
  padding-left: 0;
  margin-bottom: 0;
}
/* line 985, ../sass/view.scss */
.region-content-action .menu li {
  font-size: 1.285em;
  margin-left: 0;
  padding-right: 0;
  padding-top: 0;
  list-style: none;
  float: left;
  margin-right: 10px;
}
/* line 994, ../sass/view.scss */
.region-content-action .menu a {
  padding: 0;
  color: #333333;
  border: 1px solid #dddddd;
  display: block;
  line-height: 1em;
  width: 40px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  position: relative;
  z-index: 2;
}
/* line 1006, ../sass/view.scss */
.region-content-action .menu a:after {
  width: 0;
  height: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
/* line 1020, ../sass/view.scss */
.region-content-action .menu a:hover, .region-content-action .menu a:focus {
  color: white;
  border-color: #333333;
}
/* line 1023, ../sass/view.scss */
.region-content-action .menu a:hover:after, .region-content-action .menu a:focus:after {
  background-color: #333333;
  width: 100%;
}
/* line 1029, ../sass/view.scss */
.region-content-action .menu .active {
  color: white;
  background-color: #333333;
  border-color: #333333;
}
/* line 1036, ../sass/view.scss */
.region-content-action .views-exposed-form {
  float: right;
}
/* line 1040, ../sass/view.scss */
.region-content-action label,
.region-content-action .form-select {
  display: inline-block;
  width: auto;
}
/* line 1044, ../sass/view.scss */
.region-content-action label {
  font-weight: 500;
  color: #333333;
  margin-right: 5px;
}
/* line 1049, ../sass/view.scss */
.region-content-action .form-select {
  height: 38px;
  min-width: 100px;
}
/* line 1053, ../sass/view.scss */
.region-content-action .views-submit-button {
  padding-right: 0;
}
/* line 1056, ../sass/view.scss */
.region-content-action .form-submit {
  margin-right: 0;
  height: 38px;
}

/*pager*/
/* line 1255, ../sass/view.scss */
.content .pager {
  margin-top: 40px;
  margin-bottom: 0;
  text-align: left;
}
/* line 1259, ../sass/view.scss */
.content .pager li {
  padding: 0;
  display: inline-block;
  float: left;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 8px;
}
/* line 1269, ../sass/view.scss */
.content .pager a {
  display: inline-block;
  border: 2px solid #111111;
  padding: 15px 20px;
  text-transform: uppercase;
  color: #333333;
  position: relative;
  z-index: 2;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 11px 15px;
  line-height: 1em;
  background: none;
  z-index: 2;
  min-width: 40px;
  text-transform: capitalize;
  font-weight: 600;
}
/* line 73, ../sass/includes/_include.scss */
.content .pager a:after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
/* line 84, ../sass/includes/_include.scss */
.content .pager a:hover, .content .pager a:focus, .content .pager a:active {
  color: white;
}
/* line 86, ../sass/includes/_include.scss */
.content .pager a:hover:after, .content .pager a:focus:after, .content .pager a:active:after {
  width: 100%;
  background: #111111;
}
/* line 1281, ../sass/view.scss */
.content .pager .pager-current {
  width: 40px;
  height: 40px;
  color: white;
  background-color: #333333;
  text-align: center;
  padding-top: 9px;
}
