@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Lato:700");
/*---- Button Style ------*/
.primary-btn {
  float: left;
  width: 100%;
  background: #555;
  border: 1px solid #555;
  font-size: 16px;
  padding: 9px 0 11px;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  outline: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.primary-btn:focus, .primary-btn:hover {
  background: white;
  color: #555;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 22px;
  background: rgb(252.45, 252.45, 252.45);
  color: #3b3f42;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 28px;
  color: rgb(71.4, 71.4, 71.4);
  line-height: 32px;
}

h2 {
  font-size: 26px;
  color: rgb(71.4, 71.4, 71.4);
  line-height: 26px;
}

h3 {
  font-size: 25px;
  color: rgb(71.4, 71.4, 71.4);
  line-height: 26px;
}

h4 {
  font-size: 22px;
  color: rgb(71.4, 71.4, 71.4);
  line-height: 28px;
}

h5 {
  font-size: 20px;
  color: rgb(71.4, 71.4, 71.4);
  line-height: 24px;
}

h6 {
  font-size: 15px;
  color: rgb(71.4, 71.4, 71.4);
  line-height: 18px;
}

p {
  margin-bottom: 22px;
}

a {
  color: #3b3f42;
  text-decoration: none;
  outline: 0px none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

a:hover,
a:focus,
a:active {
  color: #555;
  text-decoration: none;
  outline: 0px none;
}

strong,
b {
  font-weight: 700;
}

ul {
  background: none;
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none;
}

ul li {
  background: none;
  margin: 0px;
  padding: 0px;
  list-style-image: none;
  list-style-type: none;
}

img,
a img {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  border: none 0;
  outline: 0px none;
}

input:focus,
textarea:focus,
a:focus {
  outline: 0px none;
}

/*----------------- Banner slider-----------------*/
.banner-slider-outer {
  float: left;
  width: 100%;
  height: 592px;
  position: relative;
}
.banner-slider-outer ul.slides {
  float: left;
  width: 100%;
  list-style: none;
  position: relative;
  height: 100%;
  margin: auto;
}
.banner-slider-outer ul.slides:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: "";
  display: inline-block;
  background: url(../images/top-shadow.png) repeat-x left top;
  z-index: 999;
}
.banner-slider-outer ul.slides:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 146px;
  content: "";
  display: inline-block;
  background: url(../images/bottom-shadow.png) repeat-x left top;
  z-index: 999;
}
.banner-slider-outer ul.slides li {
  float: left;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.banner-slider-outer ul.slides li img {
  display: block;
  width: 100%;
  margin: auto;
}
.banner-slider-outer .prev,
.banner-slider-outer .next {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 0;
  height: 44px;
  width: 70px;
  color: white;
  cursor: pointer;
  background: rgba(0, 143, 208, 0.9);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-slider-outer .prev:before,
.banner-slider-outer .next:before {
  position: absolute;
  font-size: 21px;
  color: white;
  display: inline-block;
  font-family: "FontAwesome";
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 17px;
}
.banner-slider-outer .prev:hover,
.banner-slider-outer .next:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.banner-slider-outer .prev:before {
  content: "\f104";
}
.banner-slider-outer .next {
  left: auto;
  right: 0;
}
.banner-slider-outer .next:before {
  right: auto;
  left: 17px;
  content: "\f105";
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .banner-slider-outer {
    height: 450px;
  }
}
@media screen and (max-width: 47.9375em) {
  .banner-slider-outer {
    height: auto;
  }
  .banner-slider-outer .prev,
  .banner-slider-outer .next {
    display: none;
  }
  .banner-slider-outer ul.slides {
    height: 233px;
  }
}

.banner-overlay-buttons {
  position: absolute;
  max-width: 1200px;
  left: 50%;
  bottom: 35px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999;
  width: 100%;
}
@media screen and (max-width: 47.9375em) {
  .banner-overlay-buttons {
    position: static;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: 0;
    max-width: 100%;
  }
  .banner-overlay-buttons .medium-6.columns:first-child {
    margin-bottom: 3px;
  }
  .banner-overlay-buttons .medium-6.columns {
    padding: 0;
  }
}

.overlay-button-outer {
  display: table;
  width: 100%;
  background: #ec008b;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.overlay-button-outer .thumbnail-outer {
  float: left;
  line-height: 0;
  width: 150px;
  overflow: hidden;
  float: left;
}
.overlay-button-outer .thumbnail-outer img {
  max-width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.overlay-button-outer .overlay-button-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  color: white;
  vertical-align: middle;
  padding-left: 36px;
  text-transform: uppercase;
}
.overlay-button-outer .overlay-button-content strong {
  color: white;
}
.overlay-button-outer .overlay-button-content span {
  padding-left: 31px;
  margin-top: -1px;
  position: relative;
  color: white;
}
.overlay-button-outer .overlay-button-content span:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  background: url(../images/svg/right-arrow1.svg) no-repeat left top;
  width: 18px;
  height: 20px;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.overlay-button-outer:hover {
  background: #555;
}
.overlay-button-outer:hover .overlay-button-content span:before {
  background: url(../images/svg/right-arrow2.svg) no-repeat left top;
}
.overlay-button-outer:hover .thumbnail-outer img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .overlay-button-outer .overlay-button-content {
    font-size: 18px;
    padding-left: 28px;
  }
  .overlay-button-outer .overlay-button-content span:before {
    top: 4px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .overlay-button-outer .thumbnail-outer {
    width: 100px;
  }
  .overlay-button-outer .overlay-button-content {
    font-size: 14px;
    padding-left: 16px;
  }
  .overlay-button-outer .overlay-button-content span:before {
    top: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .overlay-button-outer .overlay-button-content {
    font-size: 19px;
    padding-left: 17px;
  }
  .overlay-button-outer .overlay-button-content span::before {
    left: 3px;
    top: 4px;
  }
}
@media only screen and (max-width: 479px) {
  .overlay-button-outer .thumbnail-outer {
    width: 100px;
  }
  .overlay-button-outer .overlay-button-content {
    font-size: 13px;
    padding-left: 12px;
  }
  .overlay-button-outer .overlay-button-content span::before {
    top: 0;
  }
}

/*----------------- Search-----------------*/
.search-outer-container {
  float: left;
  width: 100%;
  background: rgb(226.95, 226.95, 226.95);
  padding: 23px 0 13px;
}
@media screen and (max-width: 47.9375em) {
  .search-outer-container {
    padding: 24px 0 39px;
  }
}
@media only screen and (max-width: 479px) {
  .search-outer-container {
    padding-bottom: 24px;
  }
}

.search-outer {
  float: left;
  width: 100%;
}
.search-outer h5 {
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #393e48;
}
@media screen and (max-width: 47.9375em) {
  .search-outer {
    padding: 0 15px;
  }
  .search-outer h5 {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 479px) {
  .search-outer {
    padding: 0;
  }
  .search-outer h5 {
    margin-bottom: 24px;
  }
}

.search-left-column {
  float: left;
  width: 79.83%;
}
@media screen and (max-width: 47.9375em) {
  .search-left-column {
    width: 100%;
  }
}

.search-elements-outer {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.search-elements-outer .select-outer {
  float: left;
  width: 100%;
  background: white;
  height: 38px;
  margin-left: 11px;
  max-width: 226px;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: rgb(114.75, 114.75, 114.75);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.search-elements-outer .select-outer:first-child {
  margin-left: 0;
  max-width: 223px;
}
.search-elements-outer .select-outer .SumoSelect {
  float: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.search-elements-outer .select-outer .SumoSelect:focus > .CaptionCont, .search-elements-outer .select-outer .SumoSelect:hover > .CaptionCont, .search-elements-outer .select-outer .SumoSelect.open > .CaptionCont {
  border: 0;
  box-shadow: none;
}
.search-elements-outer .select-outer .SumoSelect select {
  margin-bottom: 0;
  line-height: 38px;
}
.search-elements-outer .select-outer .SumoSelect p {
  border: 0;
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 21px;
  cursor: pointer;
}
.search-elements-outer .select-outer .SumoSelect p span {
  height: 38px;
  line-height: 37px;
  font-style: normal !important;
  color: rgb(114.75, 114.75, 114.75) !important;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  cursor: pointer;
}
.search-elements-outer .select-outer .SumoSelect p label {
  width: 35px;
  cursor: pointer;
}
.search-elements-outer .select-outer .SumoSelect p label i {
  background-image: url("../images/svg/select-icon.svg");
  height: 13px;
  top: 3px;
  width: 12px;
}
.search-elements-outer .select-outer .SumoSelect .optWrapper {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.search-elements-outer .select-outer .SumoSelect .optWrapper ul.options {
  border-radius: 0;
  padding: 7px 0 8px;
}
.search-elements-outer .select-outer .SumoSelect .optWrapper ul.options li.opt {
  border: 0;
  line-height: 32px;
  padding: 0 0 0 46px;
}
.search-elements-outer .select-outer .SumoSelect .optWrapper ul.options li.opt.selected > span i {
  background-color: #ec008b;
  border-color: #ec008b;
}
.search-elements-outer .select-outer .SumoSelect .optWrapper ul.options li.opt > span {
  margin-left: 14px !important;
  left: 0;
  margin-top: 1px !important;
}
.search-elements-outer .select-outer .SumoSelect .optWrapper ul.options li.opt > span i {
  border-color: #b9b9b7;
  box-shadow: none;
}
.search-elements-outer .select-outer .SumoSelect .optWrapper ul.options li.opt label {
  color: rgb(114.75, 114.75, 114.75);
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.search-elements-outer .select-outer .SumoSelect .optWrapper ul.options li.opt:hover {
  background: none;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-elements-outer .select-outer .SumoSelect .optWrapper ul.options li.opt {
    line-height: 26px;
    padding: 0 0 0 35px;
  }
  .search-elements-outer .select-outer .SumoSelect .optWrapper ul.options li.opt span {
    margin-left: 4px !important;
  }
  .search-elements-outer .select-outer .SumoSelect .optWrapper ul.options li.opt label {
    font-size: 12px;
  }
}
.search-elements-outer .select-outer .SumoSelect.open p.CaptionCont label i {
  background-image: url("../images/svg/select-icon-click.svg") !important;
  top: -1px;
}
.search-elements-outer .select-outer.simple .optWrapper ul li {
  padding-left: 21px !important;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-elements-outer .select-outer.simple .optWrapper ul li {
    padding-left: 12px !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .search-elements-outer .select-outer,
  .search-elements-outer .select-outer:first-child {
    max-width: 100%;
    width: 24.1%;
    margin-left: 1.2%;
  }
  .search-elements-outer .select-outer:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-elements-outer .select-outer,
  .search-elements-outer .select-outer:first-child {
    max-width: 100%;
    width: 24.1%;
    margin-left: 1.2%;
  }
  .search-elements-outer .select-outer:first-child {
    margin-left: 0;
  }
  .search-elements-outer .select-outer .SumoSelect p {
    padding-left: 12px;
  }
  .search-elements-outer .select-outer .SumoSelect p span {
    font-size: 12px;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-elements-outer {
    margin: 0;
  }
  .search-elements-outer .select-outer:nth-child(2n) {
    margin-left: 4.3%;
    float: right;
  }
  .search-elements-outer:first-child .select-outer, .search-elements-outer:first-child .select-outer.simple {
    max-width: 100%;
    margin: 0 0 10px;
  }
  .search-elements-outer .select-outer,
  .search-elements-outer .select-outer:first-child {
    max-width: 46.4%;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 479px) {
  .search-elements-outer .MultiControls {
    display: none !important;
  }
  .search-elements-outer .SumoSelect > .optWrapper.multiple.isFloating {
    padding-bottom: 0 !important;
  }
  .search-elements-outer .select-outer,
  .search-elements-outer .search-elements-outer .select-outer:first-child {
    max-width: 100%;
  }
  .search-elements-outer .select-outer.simple {
    max-width: 100%;
  }
}

.search-right-column {
  float: left;
  width: 19.23%;
  margin-left: 0.9%;
}
.search-right-column button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .search-right-column .primary-btn {
    font-size: 12px;
    padding: 12px 0 13px;
  }
}
@media screen and (max-width: 47.9375em) {
  .search-right-column {
    width: 100%;
    margin: 0;
  }
  .search-right-column .primary-btn {
    margin-top: 6px;
  }
}

.easy-autocomplete {
  float: left;
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 10px;
}
.easy-autocomplete input {
  border-radius: 0;
  border: 0;
  height: 38px;
  width: 100% !important;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 0 20px;
  height: 38px;
  line-height: 35px;
  box-shadow: none;
}
.easy-autocomplete input::-webkit-input-placeholder {
  color: rgb(114.75, 114.75, 114.75);
  opacity: 1;
}
.easy-autocomplete input:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(114.75, 114.75, 114.75);
  opacity: 1;
}
.easy-autocomplete input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(114.75, 114.75, 114.75);
  opacity: 1;
}
.easy-autocomplete input:-ms-input-placeholder {
  color: rgb(114.75, 114.75, 114.75);
  opacity: 1;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .easy-autocomplete input {
    padding: 0 12px;
    font-size: 12px;
  }
}

/*----------------- Header -----------------*/
header {
  float: left;
  width: 100%;
  border-top: 10px solid #555;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  header {
    border-top: 0;
  }
  header .header-contact-out {
    width: 100%;
    float: left;
    background: #555;
  }
}
@media screen and (max-width: 47.9375em) {
  header {
    border-top: 0;
  }
  header .header-contact-out {
    width: 100%;
    float: left;
    background: #555;
  }
}

.header-container {
  float: left;
  width: 100%;
  z-index: 9999;
  position: relative;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .header-container {
    text-align: center;
    display: table;
    height: 110px;
    float: none;
    padding: 0 15px;
  }
}
@media screen and (max-width: 47.9375em) {
  .header-container {
    text-align: center;
    display: table;
    height: 110px;
    float: none;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 479px) {
  .header-container {
    height: 80px;
    padding: 0;
  }
}

.header-top-outer {
  float: left;
  width: 100%;
  height: 88px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .header-top-outer {
    height: 87px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .header-top-outer {
    height: auto;
    width: auto;
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: 25%;
  }
}
@media screen and (max-width: 47.9375em) {
  .header-top-outer {
    height: auto;
    width: auto;
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: 25%;
  }
}

.logo-outer {
  position: absolute;
  width: 270px;
  top: 5px;
  left: 0;
  z-index: 99;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .logo-outer {
    top: 18px;
    width: 250px;
  }
  .logo-outer img {
    max-width: 235px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .logo-outer {
    max-width: 178px;
    display: table-cell;
    position: relative;
    top: 0;
    vertical-align: middle;
    z-index: 0;
    width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  .logo-outer {
    max-width: 178px;
    display: table-cell;
    position: relative;
    top: 0;
    vertical-align: middle;
    z-index: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .logo-outer img {
    max-width: 110px;
  }
}

.menu-outercon {
  float: left;
  width: 100%;
  background: #ec008b;
  border-right: 1px solid #d31082;
  position: relative;
  padding-left: 280px;
}
.menu-outercon:before {
  position: absolute;
  left: -100%;
  top: 0;
  width: 1000%;
  background: #ec008b;
  height: 60px;
  content: "";
  display: inline-block;
}
.menu-outercon:after {
  position: absolute;
  right: -100%;
  top: 0;
  width: 1000%;
  background: #ec008b;
  height: 60px;
  content: "";
  display: inline-block;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .menu-outercon {
    padding-left: 250px;
  }
}

.menu-outer {
  float: left;
  width: 100%;
  position: relative;
  z-index: 99;
}
.menu-outer nav {
  float: left;
  width: 100%;
}
.menu-outer nav ul {
  float: right;
  width: auto;
  list-style: none;
  margin: 0;
}
.menu-outer nav ul li {
  float: left;
  width: auto;
  border-right: 1px solid #d31082;
  position: relative;
}
.menu-outer nav ul li a {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  padding: 19px 35px 19px 36px;
}
.menu-outer nav ul li a:hover, .menu-outer nav ul li a:focus, .menu-outer nav ul li a:active {
  color: #555;
}
.menu-outer nav ul li.active > a {
  color: #555;
}
.menu-outer nav ul li ul {
  position: absolute;
  top: 60px;
  min-width: 268px;
  display: none;
  padding: 0;
  text-align: left;
  padding-top: 14px;
  padding-bottom: 14px;
  z-index: 100;
  background: #d31082;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.24);
}
.menu-outer nav ul li ul li {
  float: left;
  width: 100%;
  margin: 0;
}
.menu-outer nav ul li ul li a {
  float: left;
  width: 100%;
  line-height: 14px;
  padding: 14px 12px 14px 12px;
  text-transform: uppercase;
  text-shadow: none;
}
.menu-outer nav ul li ul li:first-child > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -27px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 13px solid #d31082;
}
.menu-outer nav ul li ul li:hover a {
  color: #555;
}
.menu-outer nav ul li:hover ul {
  display: block;
}
.menu-outer nav ul li:hover ul li.active a {
  color: #555;
}
.menu-outer nav ul li:first-child {
  border-left: 1px solid #d31082;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .menu-outer nav ul li a {
    font-size: 12px;
    padding: 19px 30px 19px 31px;
  }
}

.menu-outer ul li:hover ul li a {
  color: white;
}

.menu-outer ul > li:hover a {
  color: #555;
}

.header-top-right {
  float: right;
}

.social-media-header {
  padding: 31px 16px;
  float: left;
}
.social-media-header li {
  float: left;
  padding: 4px 9px;
}
.social-media-header li a {
  float: left;
}
.social-media-header li a i {
  color: rgb(114.75, 114.75, 114.75);
  float: left;
  font-size: 18px;
}
.social-media-header li a i:hover {
  color: #555;
}
.social-media-header li a:hover i {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .social-media-header {
    padding: 31px 12px;
  }
  .social-media-header li {
    padding: 4px 5px;
  }
  .social-media-header li a i {
    font-size: 17px;
  }
}

.language-switcher-block {
  border-left: 1px solid rgba(163, 162, 162, 0.36);
  border-right: 1px solid rgba(163, 162, 162, 0.36);
  float: right;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .language-switcher-block {
    border-left: 0;
    border-right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .language-switcher-block {
    border-left: 0;
    border-right: 0;
  }
}

.language-switcher {
  float: right;
  position: relative;
  padding: 36px 26px;
  max-width: 80px;
}
.language-switcher a.lang {
  width: 100%;
  float: left;
  position: relative;
}
.language-switcher a.lang:before {
  color: rgb(124.95, 124.95, 124.95);
  content: "\f107";
  font-family: "FontAwesome";
  bottom: -20px;
  color: #7d7d7d;
  font-size: 18px;
  left: 0;
  line-height: 17px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 12px;
}
.language-switcher a.lang span.flag {
  width: 26px;
  height: 17px;
  float: left;
}
.language-switcher ul {
  display: none;
  float: left;
  height: auto;
  left: 0;
  margin: 0;
  padding: 0 27px 7px;
  position: absolute;
  top: 88px;
  width: 100%;
  z-index: 100;
  background: white;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.language-switcher ul li {
  width: 100%;
  float: left;
  list-style: none;
  padding: 6px 0px;
}
.language-switcher ul li a {
  width: 100%;
  float: left;
  text-decoration: none;
}
.language-switcher ul li a img {
  float: left;
  margin: 1px 0 0;
  max-width: 26px;
  height: 17px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .language-switcher {
    padding: 36px 16px 36px 16px;
  }
  .language-switcher ul {
    padding: 0 16px 7px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .language-switcher {
    padding: 36px 0;
  }
  .language-switcher ul {
    left: -18px;
    padding: 1px 17px 7px;
    width: 60px;
  }
}
@media screen and (max-width: 47.9375em) {
  .language-switcher {
    padding: 36px 0;
  }
  .language-switcher ul {
    left: -18px;
    padding: 1px 17px 7px;
    width: 60px;
  }
}

.header-contact {
  float: left;
  padding: 35px 20px 27px;
  border-right: 1px solid rgba(163, 162, 162, 0.36);
}
.header-contact .contact-number {
  float: left;
}
.header-contact .contact-number i {
  position: relative;
  top: -4px;
  float: left;
  padding-right: 6px;
  font-size: 26px;
  color: rgb(114.75, 114.75, 114.75);
}
.header-contact .contact-number a {
  font-weight: 700;
  color: rgb(114.75, 114.75, 114.75);
}
.header-contact .contact-number a:hover {
  color: #555;
}
.header-contact .contact-mail {
  float: left;
  padding-left: 36px;
  font-weight: 700;
  color: rgb(114.75, 114.75, 114.75);
  text-transform: uppercase;
}
.header-contact .contact-mail a {
  font-weight: 700;
  color: rgb(114.75, 114.75, 114.75);
  text-transform: lowercase;
}
.header-contact .contact-mail a:hover {
  color: #555;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .header-contact {
    padding: 35px 13px 27px;
  }
  .header-contact .contact-mail {
    float: left;
    padding-left: 15px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .header-contact {
    border-right: 0;
    padding: 10px 15px 9px;
    width: 100%;
  }
  .header-contact .contact-mail, .header-contact .contact-mail a, .header-contact .contact-number a, .header-contact .contact-number, .header-contact .contact-number i {
    font-weight: 400;
    color: white;
    text-transform: none;
  }
  .header-contact .contact-mail:hover, .header-contact .contact-mail a:hover, .header-contact .contact-number a:hover, .header-contact .contact-number:hover, .header-contact .contact-number i:hover {
    color: rgb(114.75, 114.75, 114.75);
  }
  .header-contact .contact-number i {
    top: -2px;
  }
  .header-contact .contact-number i:hover {
    color: white;
  }
  .header-contact .contact-mail {
    padding-left: 0;
    float: right;
  }
}
@media screen and (max-width: 47.9375em) {
  .header-contact {
    border-right: 0;
    padding: 10px 15px 9px;
    width: 100%;
  }
  .header-contact .contact-mail, .header-contact .contact-mail a, .header-contact .contact-number a, .header-contact .contact-number, .header-contact .contact-number i {
    font-weight: 400;
    color: white;
    text-transform: none;
  }
  .header-contact .contact-mail:hover, .header-contact .contact-mail a:hover, .header-contact .contact-number a:hover, .header-contact .contact-number:hover, .header-contact .contact-number i:hover {
    color: rgb(114.75, 114.75, 114.75);
  }
  .header-contact .contact-number i {
    top: -2px;
  }
  .header-contact .contact-number i:hover {
    color: white;
  }
  .header-contact .contact-mail {
    padding-left: 0;
    float: right;
  }
}
@media only screen and (max-width: 479px) {
  .header-contact {
    padding: 10px 0 9px;
  }
  .header-contact .contact-mail, .header-contact .contact-mail a, .header-contact .contact-number a, .header-contact .contact-number, .header-contact .contact-number i {
    font-size: 12px;
  }
  .header-contact .contact-number i {
    display: none;
  }
}

.title-bar {
  background: transparent;
  padding: 0;
  vertical-align: middle;
  display: table-cell;
  width: 25%;
}

.title-bar-title {
  padding-top: 0;
  padding-left: 9px;
  text-transform: uppercase;
  color: #d31082;
  font-size: 14px;
  font-weight: 700;
  background: transparent;
  float: right;
  text-align: left;
  font-weight: 600;
}
@media only screen and (max-width: 479px) {
  .title-bar-title {
    font-size: 12px;
    padding-left: 6px;
    line-height: 15px;
  }
}

.title-bar-left button {
  cursor: pointer;
  position: relative;
  outline: 0;
}
.title-bar-left button:focus {
  outline: 0;
}

.position-left {
  -webkit-transform: translateX(-250px);
  -moz-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.off-canvas-absolute {
  background: white;
  z-index: 99;
}
.off-canvas-absolute .mobile-nav {
  width: 100%;
  padding-top: 16px;
  float: left;
}
.off-canvas-absolute .mobile-nav li {
  padding: 9px 5px 8px;
  margin-left: 12%;
  width: 88%;
  border-top: 1px solid #e8e8e8;
}
.off-canvas-absolute .mobile-nav li:first-child {
  border-top: 0;
}
.off-canvas-absolute .mobile-nav li a {
  color: #393e48;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .off-canvas-absolute .mobile-nav li a {
    font-size: 14px;
  }
}
.off-canvas-absolute .mobile-nav li:hover > a, .off-canvas-absolute .mobile-nav li.current-item > a {
  color: #ffa912;
}
.off-canvas-absolute .mobile-nav li span {
  float: right;
  width: 25px;
  cursor: pointer;
}
.off-canvas-absolute .mobile-nav li i {
  font-size: 20px;
  color: #b8b9bb;
}
.off-canvas-absolute .mobile-nav li li {
  margin-left: 10%;
  width: 90%;
}

.mobile-nav ul li .fa-angle-down {
  display: none;
}

.mobile-nav ul .ul-sub .fa-angle-down {
  display: block;
}

.mobile-nav ul .ul-sub .fa-angle-right {
  display: none;
}

.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.mobile-nav ul li a i {
  padding-right: 20px;
  float: right;
}

.mobile-nav ul li ul.submenu {
  display: none;
  margin: 0;
  padding-top: 10px;
}
.mobile-nav ul li ul.submenu li {
  padding: 12px 5px 8px;
}
.mobile-nav ul li ul.submenu li a {
  font-size: 13px;
  padding-bottom: 0;
  color: #393e48;
}
.mobile-nav ul li ul.submenu li a.current-item a {
  color: #ffa912;
}
.mobile-nav ul li ul.submenu li:hover a {
  color: #ffa912;
}

.mobile-nav ul li ul.submenu li:hover a {
  color: #393e48;
}

.off-canvas-absolute.is-transition-push {
  -moz-box-shadow: 0 0 0 #000000;
  -webkit-box-shadow: 0 0 0 #000000;
  box-shadow: 0 0 0 #000000;
  z-index: 99999;
}

.right-off-canvas-menu .logo-outer {
  text-align: center;
  width: 100%;
  max-width: none;
  float: left;
  padding-top: 15px;
}

.right-off-canvas-menu .social-media-header {
  background: #555;
  width: 100%;
  text-align: center;
  padding: 14px 0 8px;
}
.right-off-canvas-menu .social-media-header li {
  display: inline-block;
  float: none;
  padding-top: 0;
  padding-bottom: 0;
}
.right-off-canvas-menu .social-media-header i {
  color: white;
}
.right-off-canvas-menu .social-media-header i:hover {
  color: rgb(114.75, 114.75, 114.75);
}
@media only screen and (max-width: 479px) {
  .right-off-canvas-menu .social-media-header {
    padding-bottom: 6px;
    padding-top: 12px;
  }
}

@media screen and (min-width: 64em) {
  .off-canvas-absolute.is-open {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .js-off-canvas-overlay.is-visible {
    opacity: 0;
    visibility: hidden;
  }
}
/*------ footer ---------*/
.footer-top {
  float: left;
  width: 100%;
  padding: 26px 0 18px;
  background: #ec008b;
}
.footer-top .form-title {
  float: left;
  width: 100%;
}
.footer-top .form-title a {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
.footer-top .form-title h3 {
  display: inline-block;
  color: white;
  letter-spacing: -0.5px;
  font-weight: 400;
  vertical-align: middle;
  padding: 18px 0 0 20px;
}
.footer-top .newsletter-form {
  float: left;
  width: 100%;
}
.footer-top .newsletter-form .input-column {
  width: 47.4%;
}
.footer-top .newsletter-form .primary-btn {
  float: right;
  background: #d31082;
  border: none;
  border-radius: 0;
  font-weight: 600;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  padding: 0;
}
.footer-top .newsletter-form .primary-btn:focus, .footer-top .newsletter-form .primary-btn:hover {
  color: white;
  border: none;
  background: #555;
}
.footer-top .newsletter-form .single-input {
  margin-bottom: 9px;
}
.footer-top .newsletter-form .form-input {
  border: 2px solid #b4086d;
  background: white;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  color: rgb(79.05, 79.05, 79.05);
}
.footer-top .newsletter-form .form-input::-webkit-input-placeholder {
  color: rgb(79.05, 79.05, 79.05);
  opacity: 1;
}
.footer-top .newsletter-form .form-input::-moz-placeholder {
  color: rgb(79.05, 79.05, 79.05);
  opacity: 1;
}
.footer-top .newsletter-form .form-input:-ms-input-placeholder {
  color: rgb(79.05, 79.05, 79.05);
  opacity: 1;
}
.footer-top .newsletter-form .form-input:focus {
  color: rgb(79.05, 79.05, 79.05);
  border: 2px solid #b4086d;
  background: white;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .footer-top .form-title a img {
    max-width: 150px;
  }
  .footer-top .form-title h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .footer-top {
    padding: 25px 0 16px;
  }
  .footer-top .form-title a img {
    max-width: 120px;
  }
  .footer-top .form-title h3 {
    font-size: 18px;
    padding: 8px 0 0 12px;
  }
  .footer-top .newsletter-form .form-input {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
  }
  .footer-top .newsletter-form .primary-btn {
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-top {
    padding: 25px 15px 32px;
    text-align: center;
  }
  .footer-top .form-title h3 {
    padding: 0 0 24px;
  }
  .footer-top .newsletter-form .input-column {
    width: 100%;
  }
  .footer-top .newsletter-form .single-input {
    margin-bottom: 8px;
    width: 46.2%;
  }
  .footer-top .newsletter-form .single-input:nth-of-type(2n) {
    float: right;
  }
  .footer-top .newsletter-form .single-input.mail {
    width: 100%;
  }
  .footer-top .newsletter-form .single-input.last {
    width: 100%;
    margin: 4px 0 0;
  }
  .footer-top .newsletter-form .form-input {
    height: 48px;
    line-height: 48px;
  }
  .footer-top .newsletter-form .primary-btn {
    height: 48px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-top {
    padding: 25px 0 30px;
  }
  .footer-top .newsletter-form .single-input {
    width: 100%;
  }
  .footer-top .newsletter-form .form-input {
    padding: 0 12px;
  }
}

.footer-middle {
  background: rgb(252.45, 252.45, 252.45);
  float: left;
  padding: 43px 0 47px;
  width: 100%;
}
.footer-middle .contact-info {
  float: left;
  width: 100%;
}
.footer-middle .contact-info ul {
  float: left;
  width: 100%;
}
.footer-middle .contact-info ul li {
  display: inline-block;
  vertical-align: middle;
  color: #3b3f42;
  padding: 0 0 0 22px;
  font-size: 16px;
}
.footer-middle .contact-info ul li:first-child {
  padding: 0;
}
.footer-middle .contact-info ul li span {
  padding-left: 20px;
  color: #3b3f42;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .footer-middle {
    padding: 30px 0;
  }
  .footer-middle .contact-info ul li {
    font-size: 15px;
  }
  .footer-middle .contact-info ul li span {
    padding-left: 10px;
  }
  .footer-middle .contact-info ul li {
    padding-left: 8px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .footer-middle {
    padding: 20px 0;
  }
  .footer-middle .contact-info {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-middle .contact-info ul li {
    font-size: 13px;
  }
  .footer-middle .contact-info ul li span {
    padding-left: 8px;
  }
  .footer-middle .contact-info ul li {
    padding-left: 12px;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-middle {
    padding: 32px 0 22px;
    text-align: center;
  }
  .footer-middle .contact-info {
    margin-bottom: 30px;
  }
  .footer-middle .contact-info ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 6px;
  }
  .footer-middle .contact-info ul li span {
    padding: 0;
    display: block;
    padding-top: 6px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-middle {
    padding: 22px 0;
  }
  .footer-middle .contact-info {
    margin-bottom: 20px;
  }
  .footer-middle .contact-info ul li {
    font-size: 14px;
  }
}

.social-media {
  float: left;
  text-align: right;
  width: 100%;
}
.social-media li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.social-media li:first-child {
  margin-left: 0;
}
.social-media li i {
  color: rgb(114.75, 114.75, 114.75);
  font-size: 18px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  vertical-align: middle;
  margin-top: 2px;
}
.social-media li i:hover {
  color: #555;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .social-media li {
    margin-left: 12px;
  }
  .social-media li i {
    font-size: 16px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .social-media {
    text-align: center;
  }
  .social-media li {
    margin-left: 12px;
  }
  .social-media li i {
    font-size: 16px;
  }
}
@media screen and (max-width: 47.9375em) {
  .social-media {
    text-align: center;
  }
  .social-media li i {
    margin: 0;
  }
}

.footer-bottom {
  float: left;
  background: #555;
  font-size: 14px;
  padding: 19px 0;
  text-align: center;
  width: 100%;
}
.footer-bottom p {
  color: white;
  margin: 0;
}
.footer-bottom p a {
  color: white;
  position: relative;
  margin: 0 0 0 3px;
  padding: 0 0 0 9px;
}
.footer-bottom p a:hover {
  color: #ec008b;
}
.footer-bottom p a:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-bottom p span {
  color: white;
}
.footer-bottom .site-by {
  background: #383834;
  bottom: 0;
  padding: 5px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 67px;
}
.footer-bottom .site-by span {
  float: left;
  color: rgb(198.9, 198.9, 198.9);
  font-size: 12px;
  padding: 0 0 8px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}
.footer-bottom .aipp {
  bottom: -6px;
  position: absolute;
  left: 0;
  text-align: center;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .footer-bottom .site-by {
    width: 60px;
  }
  .footer-bottom .site-by img {
    max-width: 36px;
  }
  .footer-bottom .site-by span {
    padding: 0 0 5px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .footer-bottom {
    padding: 15px 0;
    font-size: 13px;
  }
  .footer-bottom .site-by {
    width: 60px;
  }
  .footer-bottom .site-by img {
    max-width: 32px;
  }
  .footer-bottom .site-by span {
    padding: 0 0 5px;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer-bottom {
    padding: 13px 0 11px;
  }
  .footer-bottom p {
    line-height: 20px;
  }
  .footer-bottom p a {
    display: none;
  }
  .footer-bottom p span {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .footer-bottom {
    text-align: left;
    font-size: 13px;
  }
  .footer-bottom .site-by {
    width: 60px;
  }
  .footer-bottom .site-by img {
    max-width: 36px;
  }
  .footer-bottom .site-by span {
    padding: 0 0 5px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*** BARRA COOKIES ***/
#barraaceptacion {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px;
  width: 100%;
  text-align: left;
  min-height: 40px;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  z-index: 99999;
}

#barraaceptacion p {
  display: block;
  float: left;
}

#barraaceptacion img#ok_cookie {
  display: block;
  float: left;
}

#barraaceptacion a.ok {
  padding: 4px;
  color: #febf27;
  text-decoration: none;
  float: right;
}

#barraaceptacion a.info {
  text-decoration: underline;
  color: #febf27;
  font-weight: bold;
}

#barraaceptacion .int {
  width: 90%;
}

#favoritos .fav-list {
  margin: 2em 0;
}
#favoritos .fav-list .fav-block {
  outline: 1px solid #e6e9e8;
  background: #f2f5f4;
  display: inline-table;
  margin-bottom: 2em;
  padding: 0;
}
#favoritos .fav-list .fav-block > div {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #e6e9e8;
}
#favoritos .fav-list .fav-block > div:first-child {
  border: none;
}
#favoritos .fav-list .fav-block .img {
  width: 20%;
}
#favoritos .fav-list .fav-block .titulo {
  width: 40%;
}
#favoritos .fav-list .fav-block .titulo h3 {
  padding-bottom: 0.25em;
}
#favoritos .fav-list .fav-block .titulo .opciones {
  margin: 0;
  padding: 0;
}
#favoritos .fav-list .fav-block .titulo .opciones li {
  width: 15%;
  display: inline-block;
  line-height: 20px;
  list-style: none;
  padding-left: 1em;
  margin-left: 1em;
}
#favoritos .fav-list .fav-block .titulo .opciones li:before {
  content: "\f10c";
  font-family: "FontAwesome";
  font-size: 18px;
  display: block;
  color: rgb(161, 161, 161);
  float: left;
  margin-left: -1.35em;
}
#favoritos .fav-list .fav-block .titulo .opciones li:first-child:before {
  content: "\f236";
}
#favoritos .fav-list .fav-block .titulo .opciones li:nth-child(2):before {
  content: "\f2cd";
}
#favoritos .fav-list .fav-block .titulo .opciones li:nth-child(3):before {
  content: "\f07e";
  outline: 1px dashed rgb(161, 161, 161);
}
#favoritos .fav-list .fav-block .img {
  height: 132px;
}
#favoritos .fav-list .fav-block .boton-quitar {
  width: 10%;
}
#favoritos .fav-list .fav-block .boton-quitar a {
  margin: 0;
  width: 100%;
  background: #007dc4;
  text-transform: uppercase;
  color: #fff !important;
}
#favoritos .fav-list .fav-block .boton-quitar a:hover {
  background: #035b8d;
}
#favoritos .fav-list .fav-block .titulo, #favoritos .fav-list .fav-block .localidad, #favoritos .fav-list .fav-block .precio, #favoritos .fav-list .fav-block .boton-quitar {
  padding: 0 1em;
}
#favoritos .fav-list .fav-block .precio {
  width: 12%;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 17px;
  color: #393e48;
  text-align: right;
}
#favoritos .fav-list .fav-block .localidad {
  width: 18%;
}
#favoritos .fav-list .fav-block .localidad span {
  margin-left: 1em;
  position: relative;
}
#favoritos .fav-list .fav-block .localidad span:before {
  position: absolute;
  content: "\f041";
  font-family: "FontAwesome";
  font-size: 18px;
  display: block;
  color: rgb(161, 161, 161);
  left: -1em;
}
#favoritos .contact-block h2 {
  text-align: center;
}
#favoritos .contact-block h2:after {
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

label.anadir_favoritos {
  width: 50px;
  margin-left: 6px;
  cursor: pointer;
  float: right;
}

@media screen and (max-width: 47.9375em) {
  #favoritos .fav-list .fav-block {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    background: #fcfcfc;
    display: block;
    outline: none;
  }
  #favoritos .fav-list .fav-block > div {
    padding: 0.5em 0;
  }
  #favoritos .fav-list .fav-block .img, #favoritos .fav-list .fav-block .titulo, #favoritos .fav-list .fav-block .localidad, #favoritos .fav-list .fav-block .precio, #favoritos .fav-list .fav-block .boton-quitar {
    background: #f2f5f4;
    border-bottom: 1px solid #e6e9e8;
    padding: 1em 0.5em;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
  }
  #favoritos .fav-list .fav-block .titulo h3 {
    padding-bottom: 0.5em;
  }
  #favoritos .fav-list .fav-block .titulo .opciones li {
    width: 20%;
    text-align: left;
  }
  #favoritos .fav-list .fav-block .img {
    height: 256px;
  }
}
/*
 * Created with iconvau.lt
 */
@font-face {
  font-family: "iconvault";
  src: url("../fonts/iconvault_forecastfont.eot");
  src: url("../fonts/iconvault_forecastfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconvault_forecastfont.woff") format("woff"), url("../fonts/iconvault_forecastfont.ttf") format("truetype"), url("../fonts/iconvault_forecastfont.svg#iconvault") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "iconvault";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* font-size: 2em; */
}

/* -----BaseCloud----- */
.cloud:before {
  font-family: "iconvault";
  font-size: 2em;
  content: "\f106";
  position: absolute;
  color: rgb(204, 204, 204);
}

.basecloud:before {
  font-family: "iconvault";
  font-size: 2em;
  content: "\f105";
  position: absolute;
  color: rgb(204, 204, 204);
}

/* -----windyraincloud----- */
.windyraincloud:before {
  font-family: "iconvault";
  font-size: 2em;
  content: "\f111";
  position: absolute;
  color: rgb(204, 204, 204);
}

/* -----Windysnowcloud----- */
.windysnowcloud:before {
  font-family: "iconvault";
  font-size: 2em;
  content: "\f109";
  position: absolute;
  color: rgb(204, 204, 204);
}

/* -----Basethundercloud----- */
.basethundercloud:before {
  font-family: "iconvault";
  font-size: 2em;
  content: "\f105";
  position: absolute;
  color: #000;
}

/* -----Thunder----- */
.icon-thunder::after {
  font-size: 2em;
  content: "\f114";
  position: absolute;
  color: rgb(255, 165, 0);
}

/* -----Sunny----- */
.icon-sunny::after {
  font-size: 2em;
  content: "\f101";
  color: rgb(255, 165, 0);
  position: absolute;
}

/* -----Drizzle----- */
.icon-drizzle::before {
  font-size: 2em;
  content: "\f10a";
  color: #82b2e4;
  position: absolute;
}

/* -----Showers----- */
.icon-showers::before {
  font-size: 2em;
  content: "\f104";
  position: absolute;
  color: #82b2e4;
}

/* -----Rainy----- */
.icon-rainy::after {
  font-size: 2em;
  content: "\f107";
  position: absolute;
  color: #4681c3;
}

/* -----Snowy----- */
.icon-snowy::before {
  font-size: 2em;
  content: "\f10b";
  position: absolute;
  color: #acd3f3;
}

/* -----Frosty----- */
.icon-frosty::before {
  font-size: 2em;
  content: "\f102";
  position: absolute;
  color: #85d8f7;
}

/* -----Windy----- */
.icon-windy::before {
  font-size: 2em;
  content: "\f115";
  position: absolute;
  color: rgb(204, 204, 204);
}

/* -----WindyRain----- */
.icon-windyrain::before {
  font-size: 2em;
  content: "\f10e";
  position: absolute;
  color: #acd3f3;
}

/* -----WindySnow----- */
.icon-windysnow::before {
  font-size: 2em;
  content: "\f103";
  position: absolute;
  color: #acd3f3;
}

/* -----Sleet----- */
.icon-sleet::before {
  font-size: 2em;
  content: "\f10c";
  position: absolute;
  color: #acd3f3;
}

/* -----Moon----- */
.icon-moon::after {
  font-size: 2em;
  content: "\f10d";
  color: rgb(255, 165, 0);
  position: absolute;
}

/* -----Night----- */
.icon-night::after {
  font-size: 2em;
  content: "\f100";
  position: absolute;
  color: rgb(255, 165, 0);
}

/* -----Sun----- */
.icon-sun::after {
  font-size: 2em;
  content: "\f113";
  color: rgb(255, 165, 0);
  position: absolute;
}

/* -----Cloud----- */
.icon-cloud::after {
  font-size: 2em;
  content: "\f106";
  color: rgb(204, 204, 204);
  position: absolute;
}

/* -----Sunrise----- */
.icon-sunrise:before {
  font-size: 2em;
  content: "\f112";
  color: rgb(255, 165, 0);
  position: absolute;
}

/* -----Sunset----- */
.icon-sunset:before {
  font-size: 2em;
  content: "\f110";
  color: #f96f23;
  position: absolute;
}

/* -----Mist----- */
.icon-mist:before {
  font-size: 2em;
  content: "\f108";
  color: rgb(204, 204, 204);
  position: absolute;
}

/*
.icon-night:before,
.icon-sunny:before,
.icon-frosty:before,
.icon-windysnow:before,
.icon-showers:before,
.icon-basecloud:before,
.icon-cloud:before,
.icon-rainy:before,
.icon-mist:before,
.icon-windysnowcloud:before,
.icon-drizzle:before,
.icon-snowy:before,
.icon-sleet:before,
.icon-moon:before,
.icon-windyrain:before,
.icon-hail:before,
.icon-sunset:before,
.icon-windyraincloud:before,
.icon-sunrise:before,
.icon-sun:before,
.icon-thunder:before,
.icon-windy:before {
  font-family: "iconvault";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.icon-night:before { content: "\f100"; }
.icon-sunny:before { content: "\f101"; }
.icon-frosty:before { content: "\f102"; }
.icon-windysnow:before { content: "\f103"; }
.icon-showers:before { content: "\f104"; }
.icon-basecloud:before { content: "\f105"; }
.icon-cloud:before { content: "\f106"; }
.icon-rainy:before { content: "\f107"; }
.icon-mist:before { content: "\f108"; }
.icon-windysnowcloud:before { content: "\f109"; }
.icon-drizzle:before { content: "\f10a"; }
.icon-snowy:before { content: "\f10b"; }
.icon-sleet:before { content: "\f10c"; }
.icon-moon:before { content: "\f10d"; }
.icon-windyrain:before { content: "\f10e"; }
.icon-hail:before { content: "\f10f"; }
.icon-sunset:before { content: "\f110"; }
.icon-windyraincloud:before { content: "\f111"; }
.icon-sunrise:before { content: "\f112"; }
.icon-sun:before { content: "\f113"; }
.icon-thunder:before { content: "\f114"; }
.icon-windy:before { content: "\f115"; }

*/
/*=========================
11. Newsletter Area Style
===========================*/
.newsletter-content {
  color: #d8d8d8;
  padding: 36px 90px 48px 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .newsletter-content {
    padding: 80px 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .newsletter-content {
    padding: 60px 15px;
  }
}
.newsletter-content h2,
.newsletter-content h3,
.newsletter-content h4 {
  color: #fefefe;
  margin-top: 0;
}
.newsletter-content h4 {
  font-size: 24px;
  font-weight: 300;
}
@media only screen and (max-width: 767.98px) {
  .newsletter-content h4 {
    font-size: 20px;
  }
}
.newsletter-content h4 span {
  color: #ec008b;
}
.newsletter-content h2 {
  font-size: 32px;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .newsletter-content h2 {
    font-size: 26px;
  }
}
.newsletter-content p {
  margin: 1rem 0 0 0;
}

.newsletter-form-wrap {
  margin: 44px auto 0;
}
@media only screen and (min-width: 1200px) {
  .newsletter-form-wrap {
    max-width: 380px;
  }
}
@media only screen and (max-width: 767.98px) {
  .newsletter-form-wrap {
    margin-top: 34px;
  }
}
.newsletter-form-wrap .form-content {
  position: relative;
}
.newsletter-form-wrap .form-content input {
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  color: #000;
}
.newsletter-form-wrap .form-content input::placeholder {
  color: #000;
}
.newsletter-form-wrap .form-content input {
  display: block;
  padding: 12px 165px 12px 20px;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .newsletter-form-wrap .form-content input {
    padding: 15px;
  }
}
.newsletter-form-wrap .form-content .btn-newsletter {
  background-color: #ec008b;
  color: #fefefe;
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  position: absolute;
  height: 100%;
  width: 150px;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767.98px) {
  .newsletter-form-wrap .form-content .btn-newsletter {
    position: static;
    padding: 10px;
    margin-top: 20px;
  }
}
.newsletter-form-wrap .form-content .btn-newsletter:hover {
  background-color: #d8d8d8;
  color: #ec008b;
  cursor: pointer;
}
.newsletter-form-wrap .checkbox {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  gap: 0.3rem;
  position: relative;
}
.newsletter-form-wrap .checkbox label {
  cursor: pointer;
  color: #fff;
  text-align: left;
}
.newsletter-form-wrap .email_error {
  background: #ffdada !important;
}

.gracias {
  padding: 1rem 2rem;
  color: #111;
  font-size: 18px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.7);
}

.newsletter-area-wrapper {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}
.newsletter-area-wrapper .newsletter-content {
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .newsletter-area-wrapper.home--2 {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) {
  .newsletter-area-wrapper.home--2 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .newsletter-area-wrapper {
    grid-template-columns: 1fr;
  }
  .newsletter-area-wrapper .newsletter-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.tip {
  position: absolute;
  top: -3rem;
  left: 10%;
  padding: 4px 10px;
  background: #fff;
  color: #ec008b;
  -webkit-filter: drop-shadow(1px 1px 5px #000);
  filter: drop-shadow(1px 1px 5px #666);
}
.tip::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  left: 50%;
  bottom: 0;
  border: 10px solid transparent;
  border-bottom: 0;
  border-top: 10px solid #fff;
  transform: translate(-50%, 100%);
}
.tip.top {
  top: unset;
  bottom: -3rem;
}
.tip.top::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  left: 50%;
  top: 0;
  border: 10px solid transparent;
  border-top: 0;
  border-bottom: 10px solid #fff;
  transform: translate(-50%, -100%);
}

@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.fadeInUp-animation {
  animation: 0.5s fadeInUp;
}

/*-------------------- Home Page ------------------------*/
.two-coumn-container {
  float: left;
  width: 100%;
  background: #f7f7f7;
  padding: 49px 0 59px;
}
.two-coumn-container.description-block {
  padding: 23px 0;
}
.two-coumn-container.description-block h5 {
  padding-bottom: 28px;
}
.two-coumn-container.description-block .text-block .first {
  padding: 0 25px 0 0;
}
.two-coumn-container.description-block .text-block .last {
  padding: 0 0 0 15px;
}
@media only screen and (min-width: 780px) and (max-width: 1023px) {
  .two-coumn-container.description-block .text-block .first {
    padding: 0 20px 0 0;
  }
  .two-coumn-container.description-block .text-block .last {
    padding: 0 0 0 10px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .two-coumn-container.description-block {
    padding: 23px 0 8px;
  }
  .two-coumn-container.description-block h5 {
    padding-bottom: 20px;
  }
  .two-coumn-container.description-block .text-block .last {
    padding: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .two-coumn-container.description-block {
    padding: 23px 15px 14px;
  }
  .two-coumn-container.description-block .text-block .last {
    padding: 0;
  }
  .two-coumn-container.description-block .text-block p {
    line-height: 22px;
    letter-spacing: inherit;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .two-coumn-container.description-block {
    padding: 23px 0 14px;
  }
}
.two-coumn-container .text-block {
  float: left;
  width: 100%;
}
.two-coumn-container .text-block a {
  color: #d31082;
  text-decoration: underline;
}
.two-coumn-container .text-block a:hover {
  text-decoration: none;
}
.two-coumn-container .text-block .first {
  padding: 0 10px 0 0;
}
.two-coumn-container .text-block .last {
  padding: 0 0 0 24px;
}
.two-coumn-container .border-title {
  padding-bottom: 50px;
}
.two-coumn-container .border-title .border-header:before {
  top: 19px;
  right: 109%;
}
.two-coumn-container .border-title .border-header:after {
  top: 19px;
  left: 109%;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .two-coumn-container {
    padding: 49px 0 40px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 1023px) {
  .two-coumn-container .text-block .first {
    padding: 0 20px 0 0;
  }
  .two-coumn-container .text-block .last {
    padding: 0 0 0 20px !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .two-coumn-container {
    padding: 30px 0 25px;
  }
  .two-coumn-container .text-block .last {
    padding: 0;
  }
  .two-coumn-container .border-title {
    padding-bottom: 30px;
  }
  .two-coumn-container .border-title h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 47.9375em) {
  .two-coumn-container {
    padding: 32px 15px 37px;
  }
  .two-coumn-container .text-block .last {
    padding: 0;
  }
  .two-coumn-container .text-block p {
    line-height: 20px;
    letter-spacing: inherit;
    margin-bottom: 20px;
  }
  .two-coumn-container .text-block p strong {
    letter-spacing: inherit;
  }
  .two-coumn-container .border-title {
    padding-bottom: 37px;
  }
  .two-coumn-container .border-title h1 {
    font-size: 22px;
    line-height: 26px;
  }
  .two-coumn-container .border-title .border-header:after {
    left: 106%;
    top: 15px;
  }
  .two-coumn-container .border-title .border-header:before {
    right: 106%;
    top: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .two-coumn-container {
    padding: 25px 0 20px;
  }
  .two-coumn-container .border-title {
    padding-bottom: 25px;
  }
  .two-coumn-container .border-title .border-header:after {
    display: none;
  }
  .two-coumn-container .border-title .border-header:before {
    display: none;
  }
}

.text-block {
  float: left;
  width: 100%;
}
.text-block a {
  color: #d31082;
  text-decoration: underline;
}
.text-block a:hover {
  text-decoration: none;
}
.text-block .first {
  padding: 0 10px 0 0;
}
.text-block .last {
  padding: 0 0 0 24px;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .text-block .last {
    padding: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .text-block .last {
    padding: 0;
  }
  .text-block p {
    line-height: 20px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
  }
  .text-block p strong {
    letter-spacing: -0.5px;
  }
}

/*-------------- Detail Page -------------------*/
.innerpage-content {
  float: left;
  padding: 40px 0;
  width: 100%;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .innerpage-content {
    padding: 30px 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .innerpage-content {
    padding: 33px 15px 29px;
  }
}
@media only screen and (max-width: 479px) {
  .innerpage-content {
    padding: 20px 0;
  }
}

.title-area {
  float: left;
  padding: 0 0 24px;
  width: 100%;
}
.title-area .title-inner {
  float: left;
  width: 70%;
}
.title-area .price {
  color: white;
  float: right;
  margin-top: 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  background: #555;
  padding: 14px 25px 13px;
}
.title-area .price span {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: white;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .title-area .price {
    padding: 10px 18px 9px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .title-area h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .title-area .price {
    padding: 10px 18px 9px;
    font-size: 16px;
    line-height: 18px;
  }
  .title-area .price span {
    font-size: 12px;
  }
}
@media screen and (max-width: 47.9375em) {
  .title-area {
    padding: 0 0 27px;
  }
  .title-area .title-inner {
    width: 100%;
    margin-bottom: 14px;
  }
  .title-area h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .title-area .price {
    float: left;
  }
  .title-area .social-block {
    padding: 10px 0;
    float: right;
    width: auto;
  }
}
@media only screen and (max-width: 479px) {
  .title-area h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .title-area .price {
    padding: 10px 18px 9px;
    font-size: 16px;
    line-height: 18px;
  }
  .title-area .price span {
    font-size: 12px;
  }
  .title-area .social-block {
    padding: 5px 0;
  }
}

.social-block {
  float: left;
  width: 100%;
  padding: 13px 0 35px;
}
.social-block .social-icons {
  float: right;
}
.social-block .social-icons li {
  float: left;
  list-style: none;
  margin-left: 4px;
}
.social-block .social-icons li.facebook a {
  background: #4a6ea8;
}
.social-block .social-icons li.twitter a {
  background: #1ab1f5;
}
.social-block .social-icons li.linkedin a {
  background: #008ac1;
}
.social-block .social-icons li.plus a {
  background: #ff7d63;
}
.social-block .social-icons li a {
  float: left;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
}
.social-block .social-icons li a i {
  font-size: 26px;
  line-height: 32px;
  color: white;
}
.social-block .social-icons li a:hover {
  opacity: 0.8;
}
.social-block .social-icons li:first-child {
  margin-left: 0;
}
.social-block .detail-download {
  float: left;
}
.social-block .detail-download a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: rgb(84.15, 84.15, 84.15);
  padding-left: 5px;
  line-height: 15px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.social-block .detail-download a img {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
}
.social-block .detail-download a:hover span {
  color: #ec008b;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .social-block .social-icons li {
    margin-left: 2px;
  }
  .social-block .social-icons li a {
    height: 28px;
    line-height: 28px;
    width: 28px;
  }
  .social-block .social-icons li a i {
    font-size: 20px;
    line-height: 28px;
  }
  .social-block .detail-download a span {
    padding-left: 2px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .social-block {
    padding: 8px 0 31px;
  }
  .social-block .social-icons li {
    margin-left: 2px;
  }
  .social-block .social-icons li a {
    height: 28px;
    line-height: 28px;
    width: 28px;
  }
  .social-block .social-icons li a i {
    font-size: 20px;
    line-height: 28px;
  }
  .social-block .detail-download a span {
    padding-left: 2px;
  }
}

.details-area {
  float: left;
  width: 100%;
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.details-area .details-title {
  float: left;
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
  color: rgb(30.6, 30.6, 30.6);
  font-size: 14px;
  line-height: 24px;
  padding: 15px 25px 16px 14px;
  background: #e8e8e8;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .details-area .details-title {
    padding: 15px 20px 16px 14px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .details-area .details-title {
    padding: 10px 12px;
  }
}
@media screen and (max-width: 47.9375em) {
  .details-area {
    margin-top: 34px;
  }
  .details-area .details-title {
    font-size: 16px;
    padding: 25px 14px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .details-area .details-title {
    padding: 10px 12px;
    font-size: 14px;
    padding: 15px 20px 16px 14px;
  }
}

.details-block {
  float: left;
  padding: 0 14px 9px;
  width: 100%;
}
.details-block ul {
  float: left;
  margin: 0;
  padding: 10px 0 12px;
  border-top: 1px solid rgb(229.5, 229.5, 229.5);
  width: 100%;
}
.details-block ul:first-child {
  border: none;
}
.details-block ul li {
  display: table;
  float: left;
  margin: 6px 0;
  width: 100%;
}
.details-block ul li .col-1 {
  color: rgb(84.15, 84.15, 84.15);
  display: table-cell;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  vertical-align: top;
}
.details-block ul li .col-2 {
  color: rgb(71.4, 71.4, 71.4);
  display: table-cell;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-align: right;
  vertical-align: top;
}
.details-block ul li .col-2 sup {
  font-size: 10px;
  top: -4px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .details-block ul li .col-1 {
    font-size: 12px;
  }
  .details-block ul li .col-2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .details-block {
    padding: 0 12px 5px;
  }
  .details-block ul {
    padding: 6px 0;
  }
  .details-block ul li .col-1 {
    font-size: 12px;
  }
  .details-block ul li .col-2 {
    font-size: 13px;
  }
}

.details-list-outer {
  float: left;
  padding: 18px 0 0;
  width: 100%;
}
.details-list-outer h5 {
  padding: 0 0 20px;
}
.details-list-outer .details-list {
  float: left;
  border: 1px solid rgb(229.5, 229.5, 229.5);
  padding: 16px 0 25px 20px;
  width: 100%;
}
.details-list-outer .details-list ul {
  float: left;
  margin: 0;
  width: 25%;
}
.details-list-outer .details-list ul li {
  float: left;
  color: #3b3f42;
  font-size: 14px;
  line-height: 18px;
  padding: 6px 30px 6px 39px;
  position: relative;
  width: 100%;
}
.details-list-outer .details-list ul li:before {
  content: "";
  background: url(../images/svg/tick.svg) no-repeat;
  position: absolute;
  left: 0;
  width: 48px;
  height: 34px;
  top: -2px;
}
.details-list-outer .details-list ul.second {
  width: 26%;
}
.details-list-outer .details-list ul.last {
  width: 24%;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .details-list-outer .details-list ul {
    width: 22%;
  }
  .details-list-outer .details-list ul.second,
  .details-list-outer .details-list ul.last {
    width: 28%;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .details-list-outer h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .details-list-outer .details-list {
    padding: 15px 0 20px 12px;
  }
  .details-list-outer .details-list ul li {
    padding: 6px 15px 6px 32px;
  }
  .details-list-outer .details-list ul li::before {
    height: 30px;
    top: 0;
    width: 45px;
  }
  .details-list-outer .details-list ul.second,
  .details-list-outer .details-list ul.last {
    width: 25%;
  }
}
@media screen and (max-width: 47.9375em) {
  .details-list-outer {
    padding: 27px 0 0;
  }
  .details-list-outer .details-list ul {
    width: 100%;
  }
  .details-list-outer .details-list ul.second,
  .details-list-outer .details-list ul.last {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .details-list-outer h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .details-list-outer .details-list {
    padding: 15px 0 20px 12px;
  }
}

.contact-details {
  float: left;
  width: 100%;
}
.contact-details ul {
  float: left;
  width: 100%;
}
.contact-details ul li {
  float: left;
  margin: 0 0 19px;
  padding: 0 0 0 56px;
  position: relative;
  font-size: 15px;
  line-height: 23px;
  width: 100%;
}
.contact-details ul li:before {
  content: "";
  position: absolute;
  left: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: white;
  height: 34px;
  left: 0;
  line-height: 32px;
  text-align: center;
  top: -5px;
  width: 34px;
}
.contact-details ul li.address:before {
  background: #ec008b url(../images/svg/marker_white.svg) no-repeat center 3px;
  background-size: 27px auto;
  top: -1px;
}
.contact-details ul li.phone {
  margin: 0 0 30px;
}
.contact-details ul li.phone:before {
  background: #ec008b url(../images/svg/phone_white.svg) no-repeat center center;
  background-size: 24px auto;
}
.contact-details ul li.mail:before {
  background: #ec008b url(../images/svg/mail_white.svg) no-repeat center center;
  background-size: 20px auto;
}
.contact-details ul li address {
  margin: -8px 0 0;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .contact-details ul li {
    padding: 0 0 0 48px;
    font-size: 14px;
  }
}
@media screen and (max-width: 47.9375em) {
  .contact-details ul li {
    margin: 0 0 30px;
  }
  .contact-details ul li address {
    margin: 0;
  }
  .contact-details ul li address br {
    display: none;
  }
  .contact-details ul li.address:before {
    top: -5px;
  }
}
@media only screen and (max-width: 479px) {
  .contact-details ul li {
    padding: 0 0 0 42px;
    font-size: 13px;
  }
}

.detail-page .property-section-outer {
  padding: 0 0 70px;
}
.detail-page .property-section {
  padding-top: 30px;
  border-top: 1px solid #deeaf0;
}
.detail-page .property-list .column {
  margin: 30px 0 0;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .detail-page .property-section-outer {
    padding: 0 0 40px;
  }
  .detail-page .property-list .column {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .detail-page .property-section-outer {
    padding: 0 15px 60px;
  }
  .detail-page .property-list .column:first-child {
    margin-top: 24px;
  }
  .detail-page .property-list .column {
    margin: 33px 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .detail-page {
    padding-top: 20px;
  }
  .detail-page .property-section-outer {
    padding: 0 0 30px;
  }
  .detail-page .property-list .column:first-child {
    margin-top: 15px;
  }
  .detail-page .property-list .column {
    margin: 20px 0 0;
  }
}

/*------------listing----------------*/
.property-section-outer {
  width: 100%;
  float: left;
  padding: 50px 0 37px;
  background: rgb(252.45, 252.45, 252.45);
}
@media screen and (max-width: 47.9375em) {
  .property-section-outer {
    padding: 35px 15px 37px;
  }
}
@media only screen and (max-width: 479px) {
  .property-section-outer {
    padding: 35px 0px 37px;
  }
}

@media screen and (max-width: 47.9375em) {
  h2 {
    font-size: 22px;
  }
}

.property-section {
  width: 100%;
  float: left;
}
.property-section h1 {
  font-size: 26px;
  padding: 0 0 18px;
}

.property-list {
  width: 100%;
  float: left;
  padding: 10px 0 0;
}
@media screen and (max-width: 47.9375em) {
  .property-list {
    padding-top: 13px;
  }
}
.property-list .column {
  margin: 39px 0 0;
}
@media only screen and (max-width: 479px) {
  .property-list .column {
    margin-top: 25px;
  }
}

.property-block {
  width: 100%;
  float: left;
}
.property-block:hover .property-details {
  -webkit-box-shadow: 0px 1px 3px 0px rgb(232, 232, 232);
  -moz-box-shadow: 0px 1px 3px 0px rgb(232, 232, 232);
  box-shadow: 0px 1px 3px 0px rgb(232, 232, 232);
}
.property-block .property-image {
  width: 100%;
  float: left;
}
.property-block .property-image a {
  width: 100%;
  float: left;
  position: relative;
}
.property-block .property-image a span {
  width: 100%;
  height: 278px;
  float: left;
  position: relative;
}
@media screen and (max-width: 47.9375em) {
  .property-block .property-image a span {
    height: 315px;
  }
}
@media only screen and (max-width: 479px) {
  .property-block .property-image a span {
    height: 280px;
  }
}
.property-block .property-image a .featured-overlay-outer {
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.7);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.property-block .property-image a .featured-overlay-outer .featured-overlay {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.property-block .property-image a .featured-overlay-outer .featured-overlay i {
  font-size: 40px;
}
.property-block .property-image a .featured-overlay-outer .featured-overlay b {
  width: 100%;
  float: left;
  text-transform: uppercase;
  margin: 8px 0 0;
}
.property-block .property-image a:hover .featured-overlay-outer {
  opacity: 1;
}
.property-block .property-image a .price-outer {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 9;
}
.property-block .property-image a .offer {
  background: #ec008b;
  padding: 9px 10px 9px;
  font-family: "Lato", sans-serif;
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.property-block .property-image a .price {
  width: auto;
  padding: 8px 17px 9px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background: #555;
  z-index: 9;
  color: white;
  font-size: 18px;
}
.property-block .property-image a .price i {
  font-weight: 400;
  color: white;
  margin-right: 5px;
  font-size: 14px;
}
.property-block .property-image a .price.reserved {
  background: #555;
}
.property-block .property-image a .price.sold {
  background: rgba(209, 49, 0, 0.9);
}
.property-block .property-details {
  width: 100%;
  float: left;
}
.property-block .property-details .property-details-top {
  width: 100%;
  float: left;
  background: rgb(229.5, 229.5, 229.5);
  padding-bottom: 5px;
}
.property-block .property-details .property-details-top ul {
  width: 100%;
  float: left;
}
.property-block .property-details .property-details-top ul li {
  width: 25%;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.property-block .property-details .property-details-top ul li:first-child {
  border: none;
}
.property-block .property-details .property-details-top ul li .property-detail-icon {
  float: left;
  margin-right: 0px;
  font-size: 20px;
  vertical-align: top;
}
.property-block .property-details .property-details-top ul li .property-detail-icon img {
  float: left;
}
.property-block .property-details .property-details-top ul li .property-detail {
  float: left;
  vertical-align: top;
  font-size: 16px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .property-block .property-details .property-details-top ul li .property-detail {
    font-size: 14px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .property-block .property-details .property-details-top ul li .property-detail {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479px) {
  .property-block .property-details .property-details-top ul li .property-detail {
    font-size: 12px;
  }
}
.property-block .property-details .property-details-top ul li.bed {
  padding-left: 13px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .property-block .property-details .property-details-top ul li.bed {
    padding-left: 0px;
    width: 20%;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .property-block .property-details .property-details-top ul li.bed {
    padding-left: 5px;
    width: 20%;
  }
}
@media screen and (max-width: 47.9375em) {
  .property-block .property-details .property-details-top ul li.bed {
    padding-left: 0px;
    width: 20%;
  }
}
@media only screen and (max-width: 479px) {
  .property-block .property-details .property-details-top ul li.bed {
    padding-left: 0px;
    width: 20%;
  }
}
.property-block .property-details .property-details-top ul li.bed .property-detail-icon img {
  width: 50px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .property-block .property-details .property-details-top ul li.bed .property-detail-icon img {
    width: 40px;
    margin-top: 6px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .property-block .property-details .property-details-top ul li.bed .property-detail-icon img {
    width: 40px;
    margin-top: 6px;
  }
}
@media only screen and (max-width: 479px) {
  .property-block .property-details .property-details-top ul li.bed .property-detail-icon img {
    width: 40px;
    margin-top: 6px;
  }
}
.property-block .property-details .property-details-top ul li.bath {
  width: 16.5%;
}
@media screen and (max-width: 47.9375em) {
  .property-block .property-details .property-details-top ul li.bath {
    width: 19%;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .property-block .property-details .property-details-top ul li.bath {
    width: 25%;
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .property-block .property-details .property-details-top ul li.bath {
    width: 25%;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .property-block .property-details .property-details-top ul li.bath {
    width: 21%;
    text-align: center;
  }
}
.property-block .property-details .property-details-top ul li.bath .bath-inner {
  display: inline-block;
}
.property-block .property-details .property-details-top ul li.bath .property-detail {
  margin-left: 5px;
}
.property-block .property-details .property-details-top ul li.bath .property-detail-icon img {
  width: 30px;
  margin-top: 10px;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .property-block .property-details .property-details-top ul li.bath .property-detail-icon img {
    width: 26px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .property-block .property-details .property-details-top ul li.bath .property-detail-icon img {
    width: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .property-block .property-details .property-details-top ul li.bath .property-detail-icon img {
    width: 26px;
  }
}
.property-block .property-details .property-details-top ul li.house .property-detail-icon img {
  width: 36px;
  margin-top: 5px;
}
@media only screen and (max-width: 479px) {
  .property-block .property-details .property-details-top ul li.house .property-detail-icon img {
    width: 30px;
    margin-top: 9px;
  }
}
.property-block .property-details .property-details-top ul li.house {
  width: 28%;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .property-block .property-details .property-details-top ul li.house {
    width: 31%;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .property-block .property-details .property-details-top ul li.house {
    width: 25%;
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .property-block .property-details .property-details-top ul li.house {
    width: 25%;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .property-block .property-details .property-details-top ul li.house {
    width: 28%;
    text-align: center;
  }
}
.property-block .property-details .property-details-top ul li.house .house-inner {
  display: inline-block;
}
.property-block .property-details .property-details-top ul li.house .property-detail {
  margin-left: 5px;
}
.property-block .property-details .property-details-top ul li.space {
  width: 28%;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .property-block .property-details .property-details-top ul li.space {
    width: 31%;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .property-block .property-details .property-details-top ul li.space {
    float: right;
    max-width: 129px;
  }
}
@media screen and (max-width: 47.9375em) {
  .property-block .property-details .property-details-top ul li.space {
    width: 28%;
    float: right;
    max-width: 130px;
  }
}
@media only screen and (max-width: 479px) {
  .property-block .property-details .property-details-top ul li.space {
    width: 31%;
    float: right;
    max-width: 90px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .property-block .property-details .property-details-top ul li.space .space-inner {
    float: right;
    padding-right: 5px;
  }
}
@media screen and (max-width: 47.9375em) {
  .property-block .property-details .property-details-top ul li.space .space-inner {
    float: right;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .property-block .property-details .property-details-top ul li.space .space-inner {
    float: right;
    padding-right: 5px;
  }
}
.property-block .property-details .property-details-top ul li.space .property-detail-icon img {
  width: 25px;
  margin-top: 12px;
}
@media only screen and (max-width: 479px) {
  .property-block .property-details .property-details-top ul li.space .property-detail-icon img {
    width: 20px;
    margin-top: 15px;
  }
}
.property-block .property-details .property-details-top ul li.space .property-detail-icon {
  margin-right: 5px;
}
.property-block .property-details .property-details-bottom {
  width: 100%;
  float: left;
  padding: 0px 20px;
  border: 1px solid #e8e8e8;
  border-top: 0px;
  height: 80px;
  display: table;
  background: white;
}
@media only screen and (max-width: 479px) {
  .property-block .property-details .property-details-bottom {
    padding: 0px 15px;
  }
}
.property-block .property-details .property-details-bottom h3 {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  display: table-cell;
  vertical-align: middle;
}

.border-title {
  float: left;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.border-title .border-header {
  position: relative;
  display: inline-block;
  padding: 0px;
}

.border-title .border-header:before {
  content: "";
  position: absolute;
  border-top: 1px solid #deeaf0;
  width: 500%;
  right: 105%;
  top: 16px;
}
@media only screen and (max-width: 479px) {
  .border-title .border-header:before {
    content: none;
  }
}

.border-title .border-header:after {
  content: "";
  position: absolute;
  border-top: 1px solid #deeaf0;
  width: 500%;
  left: 105%;
  top: 16px;
}
@media only screen and (max-width: 479px) {
  .border-title .border-header:after {
    content: none;
  }
}

.property-btn-outer {
  float: left;
  width: 100%;
  text-align: center;
  padding: 38px 0 0 0;
}
@media screen and (max-width: 47.9375em) {
  .property-btn-outer {
    padding: 32px 0 0 0;
  }
}
.property-btn-outer .property-btn {
  display: inline-block;
  border: 1px solid #deeaf0;
  padding: 14px 54px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #ec008b;
  font-size: 16px;
}
@media screen and (max-width: 47.9375em) {
  .property-btn-outer .property-btn {
    width: 100%;
  }
}
.property-btn-outer .property-btn:hover {
  background: #555;
  color: white;
}

.sort-header {
  float: left;
  width: 100%;
  padding: 17px 0 0 0;
  margin-bottom: -11px;
}
@media screen and (max-width: 47.9375em) {
  .sort-header {
    padding: 37px 0 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .sort-header {
    padding: 20px 0 0 0;
  }
}
.sort-header .sort-result {
  float: left;
  padding: 10px 0 0 0;
}
@media only screen and (max-width: 479px) {
  .sort-header .sort-result {
    width: 100%;
    text-align: center;
  }
}
.sort-header .sort-result span {
  float: left;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
@media only screen and (max-width: 479px) {
  .sort-header .sort-result span {
    width: 100%;
  }
}
.sort-header .sort-result span strong {
  margin-right: 5px;
}
.sort-header .sort-order {
  float: right;
  width: 230px;
}
@media screen and (max-width: 47.9375em) {
  .sort-header .sort-order {
    width: 210px;
  }
}
@media only screen and (max-width: 479px) {
  .sort-header .sort-order {
    width: 100%;
    margin-top: 20px;
  }
}
.sort-header .sort-order .search-elements-outer {
  margin-bottom: 0px;
}
.sort-header .sort-order .search-elements-outer .select-outer {
  border: 2px solid rgb(226.95, 226.95, 226.95);
  height: 44px;
  width: 100%;
  box-shadow: none;
  float: right;
  max-width: 100%;
}

.property-list.sale-property {
  padding-top: 0px;
}

.pagination-outer {
  width: 100%;
  float: left;
  padding: 55px 0 28px;
}
@media screen and (max-width: 47.9375em) {
  .pagination-outer {
    padding: 35px 0 0px;
  }
}
.pagination-outer ul {
  text-align: center;
  margin-bottom: 0;
}
.pagination-outer ul li {
  display: inline-block;
  float: none;
  padding: 0 0px;
  margin: 0px 2px;
}
@media only screen and (max-width: 479px) {
  .pagination-outer ul li {
    margin-bottom: 10px;
  }
}
.pagination-outer ul li.unavailable a {
  border-color: #c4c8cd;
  color: #a9aaac;
}
.pagination-outer ul li.unavailable a:hover {
  background: none;
  border-color: #c4c8cd;
  color: #a9aaac;
}
.pagination-outer ul li.dots a {
  border: none;
  cursor: default;
}
@media screen and (max-width: 47.9375em) {
  .pagination-outer ul li.dots a {
    padding: 6px;
  }
}
.pagination-outer ul li.dots a:hover {
  border: none;
}
.pagination-outer ul li.current {
  background: #ec008b;
  border: 2px solid #ec008b;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 6px 11px;
}
.pagination-outer ul li.current a,
.pagination-outer ul li.current span {
  color: white;
}
.pagination-outer ul li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ec008b;
  border: 2px solid #a7bdc8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 6px 11px;
}
.pagination-outer ul li a:hover {
  background: #ec008b;
  border: 2px solid #ec008b;
  color: white;
}

/*------------ Image Gallery -----------------*/
.image-slider-wrap {
  float: left;
  width: 100%;
  position: relative;
}
.image-slider-wrap .image-slider {
  float: left;
  width: 100%;
}
.image-slider-wrap .slider-img {
  float: left;
  height: 401px;
}
.image-slider-wrap img {
  width: 100%;
}
.image-slider-wrap .slider-nav {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 16.68%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.image-slider-wrap .slick-arrow {
  float: left;
  height: 33px;
  font-size: 0;
  width: 33px;
  line-height: 30px;
  margin-left: 1px;
  cursor: pointer;
  text-align: center;
  background: #ec008b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
}
.image-slider-wrap .slick-arrow:first-child {
  margin: 0;
}
.image-slider-wrap .slick-arrow:hover {
  background: #3a6fb0;
}
.image-slider-wrap .slick-arrow:before {
  color: white;
  font-family: "FontAwesome";
  font-size: 28px;
}
.image-slider-wrap .slick-arrow.prev:before {
  content: "\f104";
}
.image-slider-wrap .slick-arrow.next:before {
  content: "\f105";
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .image-slider-wrap .slider-img {
    height: 320px;
  }
  .image-slider-wrap .slider-nav {
    margin-left: 16.8%;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .image-slider-wrap .slider-img {
    height: 300px;
  }
  .image-slider-wrap .slider-nav {
    margin: 0;
  }
}
@media only screen and (max-width: 800px) {
  .image-slider-wrap .slick-arrow {
    width: 45px;
    height: 45px;
    line-height: 43px;
  }
}
@media screen and (max-width: 47.9375em) {
  .image-slider-wrap .slider-nav {
    right: 0;
    margin: 0;
    left: inherit;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .image-slider-wrap .slider-img {
    height: 355px;
  }
}
@media only screen and (max-width: 479px) {
  .image-slider-wrap .slider-img {
    height: 280px;
  }
}

/*------------- Detail Slider -----------------------*/
.gallery-outer {
  float: left;
  position: relative;
  width: 100%;
}
.gallery-outer .expand {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(19, 19, 19, 0.7);
  width: 46px;
  height: 46px;
  line-height: 52px;
  text-align: center;
  z-index: 999;
}
.gallery-outer .expand img {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 47.9375em) {
  .gallery-outer .expand {
    display: none;
  }
}

.galleria {
  float: left;
  height: 580px;
  margin: 0 0 72px;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .galleria {
    height: 492px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .galleria {
    height: 300px;
  }
}
@media only screen and (min-width: 560px) and (max-width: 767px) {
  .galleria {
    height: 350px !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .galleria {
    height: 280px;
    margin: 0 0 69px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 479px) {
  .galleria {
    height: 260px !important;
  }
}
@media only screen and (max-width: 479px) {
  .galleria {
    height: 200px;
  }
}

.galleria-theme-classic {
  float: left;
  overflow: visible;
  background: rgb(252.45, 252.45, 252.45);
}
.galleria-theme-classic .galleria-stage {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.galleria-theme-classic img {
  opacity: 1 !important;
  top: 0 !important;
  width: 100% !important;
}
.galleria-theme-classic .galleria-info,
.galleria-theme-classic .galleria-counter {
  display: none !important;
}
.galleria-theme-classic .galleria-image-nav {
  height: 46px;
  margin: -37px 0 0;
  top: 50%;
}
.galleria-theme-classic .galleria-image-nav-left {
  left: 0 !important;
}
.galleria-theme-classic .galleria-image-nav-right {
  right: 0 !important;
}
.galleria-theme-classic .galleria-image-nav-left,
.galleria-theme-classic .galleria-image-nav-right {
  border: none;
  border-radius: 0;
  height: 46px;
  opacity: 1;
  text-align: center;
  width: 46px;
  line-height: 45px;
  background: rgba(19, 19, 19, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.galleria-theme-classic .galleria-image-nav-left:hover,
.galleria-theme-classic .galleria-image-nav-right:hover {
  background: #ec008b;
}
.galleria-theme-classic .galleria-image-nav-left:before,
.galleria-theme-classic .galleria-image-nav-right:before {
  content: "";
  color: white;
  font-family: "FontAwesome";
  font-size: 26px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  top: 0;
}
.galleria-theme-classic .galleria-image-nav-left:before {
  content: "\f104";
}
.galleria-theme-classic .galleria-image-nav-right:before {
  content: "\f105";
}
.galleria-theme-classic .galleria-thumbnails-container {
  background: rgb(252.45, 252.45, 252.45);
  float: left;
  height: auto;
  left: 0;
  width: 100%;
  bottom: -72px;
  z-index: 1;
}
.galleria-theme-classic .galleria-thumbnails-container .disabled {
  opacity: 1;
}
.galleria-theme-classic .galleria-thumbnails .galleria-image {
  border: none;
  margin: 0 6px 0 0;
  position: relative;
  height: 57px;
}
.galleria-theme-classic .galleria-thumbnails .galleria-image:before {
  background: rgba(19, 19, 19, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.galleria-theme-classic .galleria-thumbnails .galleria-image.active:before {
  content: none;
}
.galleria-theme-classic .galleria-carousel .galleria-thumbnails-list {
  margin: 0 4%;
  padding: 0;
}
.galleria-theme-classic .galleria-thumb-nav-left,
.galleria-theme-classic .galleria-thumb-nav-right {
  height: 57px;
  top: 0;
  width: 30px;
  line-height: 56px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 3;
  background: #bfbfbf;
}
.galleria-theme-classic .galleria-thumb-nav-left:before,
.galleria-theme-classic .galleria-thumb-nav-right:before {
  color: white;
  content: "";
  font-family: "FontAwesome";
  font-size: 26px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 9;
}
.galleria-theme-classic .galleria-thumb-nav-left:before {
  content: "\f104";
}
.galleria-theme-classic .galleria-thumb-nav-right:before {
  content: "\f105";
}
.galleria-theme-classic .galleria-thumbnails-container .disabled:hover {
  background: #bfbfbf;
  opacity: 1;
}
.galleria-theme-classic .galleria-thumb-nav-left:hover,
.galleria-theme-classic .galleria-thumb-nav-right:hover {
  background: #ec008b;
}
.galleria-theme-classic.notouch .galleria-thumbnails-container .disabled:hover {
  background: #bfbfbf;
  opacity: 1;
}
.galleria-theme-classic.notouch .galleria-thumb-nav-left:hover,
.galleria-theme-classic.notouch .galleria-thumb-nav-right:hover {
  background: #ec008b;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .galleria-theme-classic .galleria-carousel .galleria-thumbnails-list {
    margin: 0 5%;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .galleria-theme-classic .galleria-carousel .galleria-thumbnails-list {
    margin: 0 7.5%;
  }
}
@media screen and (max-width: 47.9375em) {
  .galleria-theme-classic .galleria-carousel .galleria-thumbnails-list {
    margin: 0 8%;
  }
  .galleria-theme-classic .galleria-image-nav {
    margin: -23px 0 0;
  }
  .galleria-theme-classic .galleria-thumbnails-container {
    bottom: -69px;
  }
}
@media only screen and (max-width: 479px) {
  .galleria-theme-classic .galleria-carousel .galleria-thumbnails-list {
    margin: 0 12%;
  }
}

.galleria-exit {
  cursor: pointer;
  font-size: 0;
  position: absolute;
  right: 60px;
  top: 100px;
  z-index: 10;
}
.galleria-exit:before {
  content: "\f00d";
  font-family: "FontAwesome";
  color: #000000;
  font-size: 36px;
}
@media screen and (max-width: 47.9375em) {
  .galleria-exit {
    top: 60px;
    right: 30px;
  }
}

/*------------------ Detail Form -----------------*/
.contact-block {
  float: left;
  width: 100%;
  padding: 24px 0 40px;
}
.contact-block h5 {
  padding-bottom: 27px;
}
.contact-block .form-outer {
  float: left;
  width: 100%;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .contact-block {
    padding: 24px 0 30px;
  }
}
@media screen and (max-width: 47.9375em) {
  .contact-block {
    padding: 34px 15px 26px;
  }
  .contact-block .form-outer {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .contact-block {
    padding: 25px 0 10px;
  }
  .contact-block h5 {
    font-size: 18px;
  }
  .contact-block .form-outer {
    margin-bottom: 30px;
  }
}

.input-column {
  float: left;
  width: 48%;
}
.input-column .form-outer {
  float: left;
  width: 100%;
}
.input-column .single-input {
  float: left;
  width: 100%;
  margin-bottom: 6px;
  position: relative;
}
.input-column .single-input span {
  color: #8c2424;
  position: absolute;
  right: 9px;
  font-size: 15px;
  top: 50%;
  margin-top: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.input-column .single-input.repeat-code {
  width: 47%;
  margin-left: 5px;
}
.input-column .single-input.textarea {
  margin-bottom: 11px;
}
.input-column .single-input.textarea textarea {
  min-height: 164px;
  resize: none;
}
.input-column .form-input {
  float: left;
  width: 100%;
  background: rgb(237.15, 237.15, 237.15);
  height: 36px;
  line-height: 34px;
  padding: 0 20px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  color: #666670;
  font-size: 15px;
  -webkit-appearance: none;
}
.input-column .form-input::-webkit-input-placeholder {
  color: #666670;
  opacity: 1;
}
.input-column .form-input::-moz-placeholder {
  color: #666670;
  opacity: 1;
}
.input-column .form-input:-ms-input-placeholder {
  color: #666670;
  opacity: 1;
}
.input-column .form-input:focus {
  box-shadow: none;
  color: #666670;
  border: none;
  background: rgb(237.15, 237.15, 237.15);
}
.input-column.fullwidth {
  width: 100%;
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .input-column .form-input {
    font-size: 14px;
    padding: 0 20px 0 12px;
  }
  .input-column .single-input span {
    font-size: 14px;
  }
}
@media screen and (max-width: 47.9375em) {
  .input-column {
    width: 100%;
  }
  .input-column .single-input.repeat-code {
    width: 49.4%;
  }
}
@media only screen and (max-width: 479px) {
  .input-column .form-input {
    font-size: 14px;
    padding: 0 18px 0 12px;
  }
  .input-column .single-input.repeat-code {
    width: 49%;
  }
}

.captcha {
  background: rgb(237.15, 237.15, 237.15);
  color: #303003;
  float: left;
  font-size: 15px;
  font-weight: 700;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 47%;
}
@media screen and (max-width: 47.9375em) {
  .captcha {
    width: 49.4%;
  }
}
@media only screen and (max-width: 479px) {
  .captcha {
    width: 49%;
  }
}

.checkbox-outer {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.checkbox-outer label {
  cursor: pointer;
  float: left;
  color: rgb(84.15, 84.15, 84.15);
  font-size: 13px;
  line-height: 19px;
  margin-top: 3px;
  width: 50%;
}
.checkbox-outer label a {
  color: rgb(84.15, 84.15, 84.15);
  text-decoration: underline;
}
.checkbox-outer label a:hover {
  text-decoration: none;
}
.checkbox-outer .checkbox-mask {
  border: 1px solid #a7a7a7;
  float: left;
  height: 14px;
  margin: 5px 6px 0 0;
  width: 14px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.checkbox-outer .checkbox-mask input {
  cursor: pointer;
  margin: 0;
  opacity: 0;
  padding: 0;
}
.checkbox-outer .checkbox-mask.checkbox-masked {
  background: url(../images/svg/tick_black.svg) no-repeat center center;
  background-size: 18px auto;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .checkbox-outer label {
    width: 55%;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .checkbox-outer label {
    width: 75%;
  }
}
@media screen and (max-width: 47.9375em) {
  .checkbox-outer {
    margin-top: 7px;
  }
  .checkbox-outer label {
    width: 90%;
  }
}
.interior h2.border-header {
  margin-bottom: 2rem;
}

.overlay-button-content a {
  color: #fff;
}

.contact-map {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.contact-map h4 {
  position: absolute;
  top: -45px;
  padding: 0 15px;
}

#map {
  width: 100%;
  height: 382px;
}

@media only screen and (max-width: 479px) {
  #map {
    height: 280px;
  }
}
/* Contact form styles */
#contacto #contactoForm input[type=text],
#contacto #contactoForm textarea {
  background: #ededed;
  height: 36px;
  line-height: 34px;
  padding: 0 20px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  color: #666670;
  font-size: 15px;
  -webkit-appearance: none;
  margin-bottom: 6px;
}
#contacto #contactoForm input[type=text]::placeholder,
#contacto #contactoForm textarea::placeholder {
  color: #999;
}
#contacto #contactoForm textarea {
  min-height: 164px;
  resize: none;
}
#contacto #contactoForm .crypto table {
  margin-bottom: 6px;
}
#contacto #contactoForm .crypto table tbody td {
  padding: 0;
}
#contacto #contactoForm .crypto table tbody td img {
  height: 30px;
}
#contacto #contactoForm input[type=submit] {
  text-transform: uppercase;
  width: 100%;
}
#contacto #contactoForm .field-one {
  position: relative;
}
#contacto #contactoForm .field-one span {
  color: #8c2424;
  position: absolute;
  right: 26px;
  font-size: 15px;
  top: 50%;
  margin-top: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#viviendas .contact-map {
  padding: 2em 0;
}
#viviendas .contact-map h5 {
  margin-bottom: 1em;
}
#viviendas .contact-map #map {
  height: 420px;
}
#viviendas form .captcha table {
  margin-bottom: 6px;
}
#viviendas form .captcha table tbody td {
  padding: 0;
}
#viviendas form .captcha table tbody td img {
  height: 23px;
}

.at-svc-print {
  display: none !important;
}

.search-right-column #referencia {
  height: 38px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  color: #666670;
}
.search-right-column #referencia::placeholder {
  color: #999;
}

/* Reference tag styles */
.ref-overlay {
  background: rgba(212, 212, 212, 0.5);
  position: absolute;
  height: 39px;
  right: 0;
  top: 0;
}
.ref-overlay .ref-tag {
  padding: 8px 17px 9px;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}

/* Header phone icons */
.header-contact .contact-number i {
  float: none;
  font-size: 18px;
  top: 1px;
  padding-right: 3px;
  margin-left: 6px;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .header-contact .contact-number i {
    float: left;
    padding-right: 6px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .header-contact .contact-number {
    width: 35%;
  }
}

@media screen and (max-width: 47.9375em) {
  .header-contact .contact-number a {
    display: block;
  }
}
/* Thumbnail size problem */
.property-block .property-details .property-details-top ul li .property-detail {
  font-size: 14px;
}

.property-block .property-details .property-details-top ul li .property-detail {
  font-size: 14px;
}

/* Team in contact page */
div.team .member {
  padding-bottom: 1.5rem;
}
div.team .member h5 {
  color: #008fd0 !important;
}
div.team .member h5 em {
  font-size: 1rem;
  font-style: italic;
}
div.team .member p {
  margin: 0;
  padding: 0;
}

.social-media-header li:nth-child(2) a i {
  color: rgb(236, 42, 42);
}
.social-media-header li:nth-child(2) a i:hover {
  color: #eda72d;
}

.header-contact {
  padding-top: 20px;
}
.header-contact .contact-number {
  width: 150px;
}
.header-contact .contact-number i:nth-child(3) {
  margin-left: 9px;
  margin-right: 4px;
}
.header-contact .contact-mail {
  margin-top: 0.75em;
}

.social-media-header li.weather-status {
  font-size: 10px;
  line-height: 12px;
  padding-top: 6px;
}
.social-media-header li.weather-status i {
  font-size: 1.5em;
  top: -0.5em;
  left: 0;
}
.social-media-header li.weather-status span {
  font-size: 12px;
  margin-left: 2.75em;
}

.header-contact {
  position: relative;
}
.header-contact .favorite-icon {
  position: absolute;
  bottom: 0.5em;
  right: 0;
}
.header-contact .favorite-icon i {
  font-size: 28px;
  color: rgb(236, 42, 42);
}
.header-contact .favorite-icon i:hover {
  color: #737373;
}

.property-block .property-image a .featured-overlay-outer {
  z-index: 998;
}
.property-block .property-image a .favorite-overlay {
  background-color: rgba(194, 194, 194, 0.2);
  position: absolute;
  height: 39px;
  width: 39px;
  padding: 7px 5px 5px;
  display: block;
  right: 0;
  bottom: 0;
  z-index: 99999 !important;
}
.property-block .property-image a .favorite-overlay i {
  font-size: 26px;
  color: rgb(236, 42, 42);
}
.property-block .property-image a .favorite-overlay:hover i:before {
  content: "\f004";
}
.property-block .property-image a .favorite-overlay .active i:before {
  contain: "\f004";
}
.property-block .property-details .property-details-top {
  padding-bottom: 0;
}

.gallery-outer {
  position: relative;
}
.gallery-outer .favorite-overlay {
  background-color: rgba(194, 194, 194, 0.2);
  position: absolute;
  height: 39px;
  width: 39px;
  padding: 7px 5px 5px;
  display: block;
  top: 0;
  left: 0;
  z-index: 99999 !important;
}
.gallery-outer .favorite-overlay i {
  font-size: 26px;
  color: rgb(236, 42, 42);
}
.gallery-outer .favorite-overlay:hover {
  cursor: pointer;
}
.gallery-outer .favorite-overlay:hover i:before {
  content: "\f004";
}
.gallery-outer .favorite-overlay .active i:before {
  contain: "\f004";
}

#favoritos .fav-list .fav-block .titulo h3 {
  font-size: 18px;
}

.header-contact .contact-number {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.header-contact .contact-number .fa-mobile {
  padding-right: 9px;
  font-size: 20px;
}

.api {
  text-align: center;
}

.api-logo {
  height: 100px;
  background: rgba(255, 255, 255, 0.6);
  padding: 8px;
}
.api-logo.footer {
  background: #fff;
}

.footer-bottom p {
  margin-left: 100px;
}

@media screen and (max-width: 47.9375em) {
  .aipp {
    position: relative !important;
    margin-top: 1rem;
  }
  .api-bottom a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    align-items: center;
  }
  .api-bottom a p {
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .api-logo {
    height: 70px;
  }
}
#contactoForm .checkbox-outer, #detailForm .checkbox-outer {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding-left: 1rem;
}
#contactoForm .checkbox-outer label, #detailForm .checkbox-outer label {
  width: 100%;
}
#contactoForm .error, #detailForm .error {
  border: 1px solid #ae0000 !important;
}
#contactoForm .sending, #detailForm .sending {
  opacity: 0.4;
  cursor: not-allowed;
}

/*# sourceMappingURL=style.css.map */
