@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i");
/* line 3, ../sass/style.scss */



body {
  font-family: 'Lato', sans-serif, Arial, Helvetica;
  font-size: 16px;
}


/* line 8, ../sass/style.scss */
.section {
  width: 100%;
  display: block;
}

#floorPlan{
  text-align: center;
}

/* line 13, ../sass/style.scss */
h3,
h5 {
  font-weight: 400;
}

/* line 18, ../sass/style.scss */
h3 {
  margin-bottom: 30px;
}

/* line 22, ../sass/style.scss */
h5 {
  font-size: 1.2em;
}

/* line 26, ../sass/style.scss */
ul {
  padding-left: 15px;
  margin: 0;
}

/* line 31, ../sass/style.scss */
#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
}

/* line 38, ../sass/style.scss */
.cleaner {
  display: block;
  width: 100%;
  height: 0;
  float: left;
}

/* line 46, ../sass/style.scss */
.delay_1_5s {
  -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

/* line 50, ../sass/style.scss */
.delay_1s {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/* line 54, ../sass/style.scss */
.delay_2s {
  -moz-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* line 59, ../sass/style.scss */
.queryloader__overlay__percentage {
  font-size: 20em;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 67, ../sass/style.scss */
.queryloader__overlay__percentage:before {
  content: "\f015";
}

/* 

	Top

 */
/* line 79, ../sass/style.scss */
#home {
  position: relative;
  /* background-position: center bottom; */
  background-repeat: no-repeat;
  background-size:cover;
}
#home #logo .logo-gullixson {
	max-width: 145px;
  padding-top: 10px;
}
/* line 84, ../sass/style.scss */
#home #tag-text {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 87, ../sass/style.scss */
#home #tag-text {
  padding: 25px 0 0;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  color:white;
  z-index: 10;
  text-shadow: 1px 1px 2px grey;
  font-size: 50px;
}
#address{
  font-weight: 550;
  letter-spacing: 4px;
}
#city{
  letter-spacing: 7px; 
}

#home #tag-text img {
	width: 360px;
	display: inline;
}

@media (min-width: 1100px){
	#home #tag-text {
		padding-top: 70vh;
	}
}

@media (min-width: 768px) {
  /* line 87, ../sass/style.scss */
  #home #tag-text {
    padding-top: 50px;
  }
  #home #tag-text {
	padding-top: 66vh;
  }
}

@media (min-width: 900px){
  .columns{
    display: grid;
    justify-content: end;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 

	Navigation

 */
/* line 109, ../sass/style.scss */
#navigation {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  min-height: 50px;
}

/* line 114, ../sass/style.scss */
.navbar-default {
  background-color: #333;
  border: none;
}

/* line 119, ../sass/style.scss */
.navbar-header {
  position: relative;
}

/* line 123, ../sass/style.scss */
.go-top {
  color: #ccc;
  padding-top: 2px;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

@media (max-width: 600px) {
  .dropdown:hover .dropdown-content {
    display:block;
  }
  #right{
    display:none;
  }
  #down{
    display:inline;
  }
}
@media (min-width: 601px) {
  .dropdown:hover .dropdown-content {
    display:inline;
  }
  #down{
    display:none;
  }
  #right{
    display:inline;
  }
}
@media (max-width: 500px) {
  #home #tag-text {
    font-size:35px;
  }
}

#floorPlan{
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav > li > a:focus{ color:#ccc !important; }

@media (min-width: 992px) {
  /* line 123, ../sass/style.scss */
  .go-top {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  /* line 123, ../sass/style.scss */
  .go-top {
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  /* line 123, ../sass/style.scss */
  .go-top {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 138, ../sass/style.scss */
  .navbar-nav {
    float: none;
    text-align: center;
  }
  /* line 142, ../sass/style.scss */
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 149, ../sass/style.scss */
  .nav > li > a {
    padding: 16px 23px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 149, ../sass/style.scss */
  .nav > li > a {
    padding: 16px 38px 10px;
  }
}
@media (min-width: 1200px) {
  /* line 149, ../sass/style.scss */
  .nav > li > a {
    padding: 16px 50px 10px;
  }
}

/* line 161, ../sass/style.scss */
.btn-scroll {
  cursor: pointer;
}

/* line 165, ../sass/style.scss */
.fa-angle-down {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 169, ../sass/style.scss */
.affix-top {
  margin-top: -50px;
}
@media (max-width: 767px) {
  /* line 171, ../sass/style.scss */
  .affix-top .navbar-collapse {
    position: absolute;
    width: 100%;
    background-color: rgba(52, 52, 51, 0.9);
    bottom: 50px;
  }
}

/* line 181, ../sass/style.scss */
.affix {
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(52, 52, 51, 0.9);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
/* line 187, ../sass/style.scss */
.affix .fa-angle-down {
  -moz-transform: rotate(-180deg) translateY(-3px);
  -ms-transform: rotate(-180deg) translateY(-3px);
  -webkit-transform: rotate(-180deg) translateY(-3px);
  transform: rotate(-180deg) translateY(-3px);
}

/*
	Features
 */
/* line 198, ../sass/style.scss */
#features {
  padding-top: 30px;
  position: relative;
}
#features ul{
	list-style-type: disc;
}
#features ul ul{
	list-style-type: circle;
}
/* line 201, ../sass/style.scss */
#features li {
  padding-bottom: 3px;
}
/* line 204, ../sass/style.scss */
#features p + ul {
  padding-top: 0;
  padding-bottom: 15px;
}
/* line 208, ../sass/style.scss */
#features h4 {
  margin-top: 25px;
  margin-bottom: 25px;
}
/* line 212, ../sass/style.scss */
#features .title {
  padding-top: 15px;
  padding-bottom: 5px;
}
/* line 216, ../sass/style.scss */
#features .price {
  line-height: 3;
}
/* line 219, ../sass/style.scss */
#features .embed-responsive {
  margin-bottom: 30px;
}
/* line 222, ../sass/style.scss */
#features h5 {
  font-size: 16px;
  margin-top: 25px;
}

#features .counter_boxes {
	padding-top: 160px;
	padding-bottom: 105px;
}
/* line 230, ../sass/style.scss */
#right_side_content_features ul,
#text-read-more ul {
  padding-top: 5px;
  padding-bottom: 5px;
}

#features .sqft-black{
	display:none;
}
#features .sqft-white{
	display:inline;
}

@media (min-width: 576px) {
  #features .main_description{ padding-left: 80px; padding-right: 80px; }
}
@media (min-width: 992px) {
  #features .main_description{ padding-left: 200px; padding-right: 200px; }
}

@media (max-width: 768px){
	#features .container-fluid{
		background-image:none !important;
		background-color:white;
	}
	#features .counter_boxes {
		padding-top: 30px;
		padding-bottom: 20px;
	}
	#features .counter_boxes .counter_box i {
		color: black;
	}
	#features .counter_boxes .counter_box .value {
		color: black;
	}
	#features .counter_boxes .counter_box p.small {
		color: black;
	}
	#features .sqft-white{
		display:none;
	}
	#features .sqft-black{
		display:inline;
	}
}

/* line 237, ../sass/style.scss */
#right_side_content_features p:first-child {
  margin: 0;
}

/* line 242, ../sass/style.scss */
#text-read-more {
  display: none;
}

/* line 246, ../sass/style.scss */
#btn-read {
  font-weight: bold;
  color: #337ab7;
  cursor: pointer;
  display: none;
}

/*

	Photos

 */
/* line 260, ../sass/style.scss */
#photos {
  padding-top: 30px;
}
/* line 263, ../sass/style.scss */
#photos .photo-item {
  width: 20%;
  height: auto;
  background: #fff;
  display: inline-block;
  overflow: hidden;
  float: left;
  padding: 2px;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
/* line 273, ../sass/style.scss */
#photos .photo-item img {
  width: 100%;
  height: auto;
}
/* line 277, ../sass/style.scss */
#photos .photo-item:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 281, ../sass/style.scss */
#photos .photo-item-space {
  width: 10%;
  float: left;
  padding: 2px;
}
/* line 287, ../sass/style.scss */
#photos h3 small {
  font-size: 65%;
  color: #1f6ab4;
}

/* line 294, ../sass/style.scss */
#videos {
  width: 100%;
  float: left;
  margin-top: 25px;
  padding-bottom: 45px;
  background-color: #eee;
}
/* line 300, ../sass/style.scss */
#videos h3 {
  padding-top: 35px;
  margin-bottom: 15px;
}
/* line 304, ../sass/style.scss */
#videos .col-xs-12 {
  margin-bottom: 15px;
}

/*

	The Area

 */
/* line 316, ../sass/style.scss */
#area {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 50px;
}
/* line 323, ../sass/style.scss */
#area h6 {
  margin-top: 0px;
}
/* line 326, ../sass/style.scss */
#area .area-map {
  padding-top: 50px;
}
/* line 329, ../sass/style.scss */
#area li {
  padding-bottom: 8px;
}

/* line 334, ../sass/style.scss */
#about_city_area {
  display: none;
}

/* line 339, ../sass/style.scss */
.area-info div {
  width: 100%;
  height: 5px;
  display: block;
  float: left;
}

#area .gmap_canvas{ position: relative; overflow:hidden;background:none!important;height:500px;width:100%; }

@media screen and (max-width: 767.98px){
	#area .gmap_canvas{ height: 400px; }
}

@media (min-width: 1200px) {
  /* line 345, ../sass/style.scss */
  .area-info .p-left {
    width: 48%;
    float: left;
  }
}
@media (min-width: 1200px) {
  /* line 351, ../sass/style.scss */
  .area-info .p-right {
    width: 48%;
    float: right;
  }
}

/* line 360, ../sass/style.scss */
#map-canvas {
  width: 100%;
  height: 500px;
}
@media (max-width: 767px) {
  /* line 360, ../sass/style.scss */
  #map-canvas {
    height: 400px;
  }
}

/* line 368, ../sass/style.scss */
#markers-wrap {
  margin-top: 15px;
  margin-bottom: 30px;
  float: left;
  background-color: #fff;
  font-size: .9em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 375, ../sass/style.scss */
#markers-wrap .btn-marker {
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
/* line 380, ../sass/style.scss */
#markers-wrap .badge {
  float: left;
  margin-bottom: 20px;
  margin-right: 5px;
}

/* line 387, ../sass/style.scss */
.schools {
  text-align: center;
}
/* line 389, ../sass/style.scss */
.schools div {
  line-height: 1.5;
}
/* line 392, ../sass/style.scss */
.schools a {
  color: #333;
}
/* line 395, ../sass/style.scss */
.schools .item {
  padding-bottom: 15px;
}
/* line 397, ../sass/style.scss */
.schools .item img {
  display: inline;
}
@media (min-width: 768px) {
  /* line 401, ../sass/style.scss */
  .schools .img-school-1 {
    height: 145px;
  }
}
@media (min-width: 992px) {
  /* line 401, ../sass/style.scss */
  .schools .img-school-1 {
    height: 195px;
  }
}
@media (min-width: 1200px) {
  /* line 401, ../sass/style.scss */
  .schools .img-school-1 {
    height: 240px;
  }
}


/*

floor plan

 */
#floor-plans{ padding-top: 25px; }
/*@media screen and (min-width: 480px) and (max-width: 767.98px){
	#floor-plans img{ max-width: 400px; margin: 0 auto; }
}*/

/* line 414, ../sass/style.scss */
footer {
  padding-top: 30px;
  padding-bottom: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 1200px) {
  /* line 414, ../sass/style.scss */
  footer {
    background-attachment: fixed;
  }
}
@media (max-width: 1199px) {
  /* line 424, ../sass/style.scss */
  footer > .container {
    width: 100%;
  }
}
/* line 428, ../sass/style.scss */
footer a {
  color: #333;
}
/* line 431, ../sass/style.scss */
footer h6 {
  font-size: 1.2em;
}
/* line 434, ../sass/style.scss */
footer small {
  font-size: 75%;
}
/* line 437, ../sass/style.scss */
footer .form-title {
  padding-bottom: 15px;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
}
/* line 444, ../sass/style.scss */
footer .control-label {
  color: #333;
}
/* line 447, ../sass/style.scss */
footer .form-control {
  border-radius: 0;
  border: 1px solid #333;
}
/* line 451, ../sass/style.scss */
footer .logo-apr {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 454, ../sass/style.scss */
footer .logo-apr img {
  max-height: 37px;
  display: inline;
}

footer #contact_form #sub_data:hover{-webkit-transition: all .3s;transition: all .3s;}
footer #contact_form #sub_data:hover{ background-color: #f1f1f1; border-color:  #c9302c; color: #c9302c;font-weight: bold;}
footer #contact_form #sub_data:focus{outline: 0;}

@media (min-width: 992px) {
  /* line 451, ../sass/style.scss */
  footer .logo-apr {
    padding-top: 15px;
    min-height: 140px;
    text-align: center;
  }
}
/* line 464, ../sass/style.scss */
footer .contact-gullixon {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 464, ../sass/style.scss */
  footer .contact-gullixon {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  /* line 464, ../sass/style.scss */
  footer .contact-gullixon {
    text-align: center;
  }
}
/* line 473, ../sass/style.scss */
footer .btn-danger {
  background-color: #bf2b37;
}
/* line 476, ../sass/style.scss */
footer .contact-text-wrap {
  margin-top: 30px;
  padding: 15px 15px 15px 20px;
  font-size: 1.1em;
  background-color: #fff;
  border: #333 1px solid;
}
/* line 482, ../sass/style.scss */
footer .contact-text-wrap .text-collecte {
  display: none;
}
/* line 484, ../sass/style.scss */
footer .contact-text-wrap .text-collecte.display {
  display: inline;
}
/* line 488, ../sass/style.scss */
footer .contact-text-wrap .btn-collecte {
  float: right;
  padding-top: 5px;
  color: #337ab7;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
/* line 497, ../sass/style.scss */
footer .agent-info {
  margin-bottom: 45px;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 497, ../sass/style.scss */
  footer .agent-info {
    display: flex;
    align-items: center;
  }
}

footer .hidev_logo img{
	max-width: 250px;
	height: auto;
  padding-top:150px;
  padding-bottom:10px;
  margin:auto;
  display:block;
}

@media screen and (max-width: 479.98px){
	footer .hidev_logo img{ max-width: 250px; }
}

/* line 508, ../sass/style.scss */
.tag-line-2 {
  font-size: 75%;
  line-height: 2;
}

/* line 513, ../sass/style.scss */
.author {
  font-size: 75%;
  line-height: 3;
}
/* line 516, ../sass/style.scss */
.author a {
  color: #333;
  text-decoration: underline;
}

/* line 522, ../sass/style.scss */
#footer-info {
  font-size: 75%;
  text-align: center;
}
/* line 525, ../sass/style.scss */
#footer-info a {
  color: #333;
  text-decoration: underline;
}
@media (min-width: 992px) {
  /* line 529, ../sass/style.scss */
  #footer-info p {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #333;
  }
  /* line 534, ../sass/style.scss */
  #footer-info p:last-child {
    border: none;
  }
}

/* line 542, ../sass/style.scss */
.logo-bottom img {
  max-width: 130px;
  display: inline;
}

/* line 549, ../sass/style.scss */
.logo-bottom-2 img {
  padding-top: 15px;
  max-width: 140px;
  display: inline;
}

/* line 557, ../sass/style.scss */
.logo-brand img {
  padding-top: 50px;
  padding-bottom: 50px;
  display: inline;
  width: 70px;
}

/* line 565, ../sass/style.scss */
.social {
  padding-top: 15px;
}
@media (min-width: 992px) {
  /* line 565, ../sass/style.scss */
  .social {
    min-height: 151px;
  }
}
/* line 570, ../sass/style.scss */
.social .title {
  font-weight: bold;
  font-size: 1.3em;
  letter-spacing: 2px;
}
/* line 575, ../sass/style.scss */
.social i {
  margin-top: 10px;
  border-right: 1px solid #999;
  color: #333;
  padding: 0 6px;
}
/* line 581, ../sass/style.scss */
.social .fa {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
/* line 585, ../sass/style.scss */
.social .fa-facebook:hover {
  color: #3b5998;
}
/* line 588, ../sass/style.scss */
.social .fa-twitter:hover {
  color: #55acee;
}
/* line 591, ../sass/style.scss */
.social .fa-linkedin:hover {
  color: #0077b5;
}
/* line 594, ../sass/style.scss */
.social .fa-youtube:hover {
  color: #e52d27;
}

/* line 599, ../sass/style.scss */
.link-style-1 {
  display: inline-block;
  padding-top: 10px;
  text-align: center;
}
/* line 603, ../sass/style.scss */
.link-style-1 a {
  color: #bf2c37;
}
@media (max-width: 992px) {
  /* line 599, ../sass/style.scss */
  .link-style-1 {
    display: block;
  }
}

/* line 611, ../sass/style.scss */
.msg_info,
.form_sending,
.msg_error,
.msg_success {
  display: none;
}

/*
	Floor Plans
*/
/* line 623, ../sass/style.scss */
#floor-plans {
  padding-top: 30px;
  float: left;
  text-align: center;
}
/* line 627, ../sass/style.scss */
#floor-plans h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  letter-spacing: 0;
}
/* line 632, ../sass/style.scss */
#floor-plans img {
  width: 100%;
  display: inline;
  margin-bottom: 60px;
}
/* line 637, ../sass/style.scss */
#floor-plans .img-1,
#floor-plans .img-2 {
  max-width: 580px;
}
/* line 641, ../sass/style.scss */
#floor-plans .img-3 {
  max-width: 400px;
}
.scProp_logo{
  max-width: 300px;
  padding-top: 80px;
  margin:auto;
  display:block;
}

@media (max-width: 950px) {
  .scProp_logo{
    padding-bottom:70px;
    padding-top:30px;
  }
}
@media (max-width: 300px) {
  .scProp_logo{
    padding-bottom:50px;
    max-width: 200px;
  }
}
/*
	3D
*/
/* line 651, ../sass/style.scss */
._3d {
  float: left;
}

/* line 655, ../sass/style.scss */
#btn-video {
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  width: 100px;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #bf2b37;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 667, ../sass/style.scss */
#btn-video:hover {
  background-color: rgba(191, 43, 55, 0.9);
}
@media (min-width: 1200px) {
  /* line 655, ../sass/style.scss */
  #btn-video {
    margin-top: 50px;
  }
}

/* line 676, ../sass/style.scss */
#lightSlider li {
  text-align: center;
}
/* line 679, ../sass/style.scss */
#lightSlider li img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/* line 684, ../sass/style.scss */
#lightSlider h3 {
  font-size: 16px;
  z-index: 999;
  position: absolute;
  bottom: 0;
  right: 19px;
  padding: 10px 20px 8px;
  background-color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  text-transform: uppercase;
}

/* line 698, ../sass/style.scss */
.counter_boxes {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 120px;
  padding-bottom: 65px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  /* opacity: 0.7;*/
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
}
/* line 708, ../sass/style.scss */
.counter_boxes .counter_box {
  padding-bottom: 25px;
  text-align: center;
}
/* line 711, ../sass/style.scss */
.counter_boxes .counter_box .value {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
}
/* line 716, ../sass/style.scss */
.counter_boxes .counter_box i {
  margin-bottom: 15px;
  display: block;
  font-size: 36px;
  color: #fff;
}
/* line 722, ../sass/style.scss */
.counter_boxes .counter_box img {
  width: 36px;
  margin-bottom: 15px;
}
/* line 726, ../sass/style.scss */
.counter_boxes .counter_box span.value {
  display: block;
}
/* line 729, ../sass/style.scss */
.counter_boxes .counter_box p.small {
  font-size: 14px;
  /* color: #ddd; */
  color: #fff;
}
@media (min-width: 992px) {
  /* line 734, ../sass/style.scss */
  .counter_boxes .counter_box.col-md-3 {
    width: 20%;
  }

  .counter_box_wrapper{  display: flex; justify-content: center; }
}
/* slider next/prev*/
.lSSlideOuter .lSAction > .lSNext, .lSSlideOuter .lSAction > .lSPrev{
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.lSSlideOuter .lSAction > .lSNext:hover,  .lSSlideOuter .lSAction > .lSPrev:hover{
  background-color: #999;
}