* {
  box-sizing: border-box;
}

/* base rules are the defaults. 
   They are almost exclusively single element selectors, but could include attribute selectors, pseudo-class-selectors, child selectors or sibling selectors.
   Be sure to specify a body background. */

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, content, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, main, section, aside, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%; */
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
}
a,button,input {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
 color: inherit;
 text-decoration: none;
}
strong, b {
  font-weight: 900;
}
em {
  font-style: italic;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, aside {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Avenir LT Std 95 Black';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 95 Black'), url('./fonts/avenir/AvenirLTStd-Black.woff') format('woff');
}


@font-face {
  font-family: 'Avenir LT Std 45 Book';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 45 Book'), url('./fonts/avenir/AvenirLTStd-Book.woff') format('woff');
}


@font-face {
  font-family: 'Avenir LT Std 85 Heavy';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 85 Heavy'), url('./fonts/avenir/AvenirLTStd-Heavy.woff') format('woff');
}


@font-face {
  font-family: 'Avenir LT Std 35 Light';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 35 Light'), url('./fonts/avenir/AvenirLTStd-Light.woff') format('woff');
}


@font-face {
  font-family: 'Avenir LT Std 65 Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 65 Medium'), url('./fonts/avenir/AvenirLTStd-Medium.woff') format('woff');
}


@font-face {
  font-family: 'Avenir LT Std 55 Roman';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir LT Std 55 Roman'), url('./fonts/avenir/AvenirLTStd-Roman.woff') format('woff');
}


@font-face {
  font-family: 'Avenir Next LT Pro Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir Next LT Pro Condensed'), url('./fonts/avenir/AvenirNextLTPro-Cn.woff') format('woff');
}


@font-face {
  font-family: 'Avenir Next LT Pro Demi';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir Next LT Pro Demi'), url('./fonts/avenir/AvenirNextLTPro-Demi.woff') format('woff');
}


@font-face {
  font-family: 'Avenir Next LT Pro Demi Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir Next LT Pro Demi Condensed'), url('./fonts/avenir/AvenirNextLTPro-DemiCn.woff') format('woff');
}


@font-face {
  font-family: 'Avenir Next LT Pro Heavy Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir Next LT Pro Heavy Condensed'), url('./fonts/avenir/AvenirNextLTPro-HeavyCn.woff') format('woff');
}


@font-face {
  font-family: 'Avenir Next LT Pro Medium Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir Next LT Pro Medium Condensed'), url('./fonts/avenir/AvenirNextLTPro-MediumCn.woff') format('woff');
}


@font-face {
  font-family: 'Avenir Next LT Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir Next LT Pro Regular'), url('./fonts/avenir/AvenirNextLTPro-Regular.woff') format('woff');
}


@font-face {
  font-family: 'Avenir Next LT Pro Ultra Light Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir Next LT Pro Ultra Light Condensed'), url('./fonts/avenir/AvenirNextLTPro-UltLtCn.woff') format('woff');
}


@font-face {
  font-family: 'Avenir Next LT Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir Next LT Pro Bold'), url('./fonts/avenir/AvenirNextLTPro-Bold.woff') format('woff');
}


@font-face {
  font-family: 'Avenir Next LT Pro Bold Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Avenir Next LT Pro Bold Condensed'), url('./fonts/avenir/AvenirNextLTPro-BoldCn.woff') format('woff');
}


html {
  width: 100%;
}

body {
  font-family: 'Avenir LT Std 45 Book','Helvetica Neue',Arial,Helvetica,'Lucida Grande',Geneva,sans-serif;
  background-color: #F2F2F2;
  overflow: scroll;
  overflow-x: hidden;
}

a.banner_link {
  display: block;
  outline: none;
}

h1,h2,h3,h4,h5 {
  background-color: transparent;
  color: #151515;
  font-family: trebuchet MS,Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: bold;
  line-height: 25px;
  margin: 0px;
  padding: 14px 0px 10px 0px;
  text-align: left;
  width: 100%;
}

inframe, main, main_map {
  z-index: 10;
}
inframe * {
  z-index: 10;
}
h1 {
  text-align: center;
  font-family: 'Avenir LT Std 85 Heavy';
  /* font-family: 'Avenir LT Std 65 Medium'; */
}
h2 {
  font-family: trebuchet MS,Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  margin: -6px 0 0 0;
  padding: 0px 0px 10px 0px;
  text-align: center;
}
h2.similar {
  font-family: trebuchet MS,Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  margin: -3px 0 0 0;
  padding: 10px 0px 10px 0px;
  text-align: center;
  border-top: 1px solid #8899AA;
}

h2.prevshead {
  background-color: transparent;
  color: #a0a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 20px;
  text-transform: capitalize;
  text-decoration: underline;
  clear: both;
  text-align: center;
}
h3 {
  font-family: Verdana,Arial, Helvetica, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 100%;
  text-decoration: underline;
  text-align: center;
  padding: 0;
}
h4 {
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  margin-top: -10px;
  margin-bottom: 6px;
}
h5 {
  font-family: Verdana,Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 100%;
  margin: 0px;
  padding: 12px 0 0;
}

hr {
  background-color: #BBB9B9;
  border: none;
  margin: 0px;
  height: 1px;
  width: 100%;
}

hr.prev {
  background-color: #a0a;
  border: none;
  color: #a0a;
  margin-top: 4px;
  margin-bottom: 2px;
  height: 2px;
  width: 100%;
}

img {
  border: 0 none;
  padding: 0 0 0 0;
  margin: 0;
  /* margin: 2px 0 0px 0; */
  vertical-align: top;
}






/* OUTTER WRAPPER */
#outercontainer {
  margin: 0 auto 0 auto;
  padding: 0;
  background-color: #fffffd;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  min-width: 310px;
  border: 1px solid #D0D0D0;
  border-top: 0px;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  -webkit-align-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
}



/* HEADER */
header {
  background-color: #265366;
  background-image: url("images/CalahondaPano1a-1920-h187.jpg");
  background-position-x: 0px;
  background-position-y: 50%;
  background-repeat: no-repeat;
  /* background-size: cover; */
  text-align: left;
  text-align: center;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 120px;
}
#nav-srch-btns {
  display: none;
}
.img-svg-logo {
  /* width: 80%; */
  /* min-width: 340px; */
  height: 10vw;
  max-height: 90px;
  /* min-height: 110px; */
  margin: 16px 0px 0px 10px;
  padding: 0px 0 0px;
  position: absolute;
  left: 0px;
}

.banner-title {
  position: absolute;
  top: 0px;
  height: 120px;
  min-height: 120px;
  width: 100%;
  text-align: center;
  padding: 8px 0 0 0px;
  font-family: 'Avenir LT Std 65 Medium';
}
.khs-title {
  display: block;
  /* font-size: 6vw; */
  font-size: 60px;
  /* line-height: 3.8vw; */
  line-height: 70px;
  /* color: #A51F1F; */
  color: #FDFDFD;
  text-shadow: 2px 2px 15px #000;
  font-family: 'Avenir LT Std 65 Medium',Arial,sans-serif;
  /* font-family: 'Avenir Next LT Pro Regular',Arial,sans-serif; */
  /* font-family: 'Avenir Next LT Pro Demi',Arial,sans-serif; */
  /* font-family: 'Avenir Next LT Pro Bold',Arial,sans-serif; */
  /* font-family: 'Avenir LT Std 35 Light',Arial,sans-serif; */
  /* font-family: 'Avenir LT Std 45 Book',Arial,sans-serif; */
  /* font-family: 'Avenir LT Std 55 Roman',Arial,sans-serif; */
  /* font-family: 'Avenir LT Std 85 Heavy',Arial,sans-serif; */
  /* font-family: 'Avenir LT Std 95 Black',Arial,sans-serif; */
  /* font-family: 'Avenir Next LT Pro Ultra Light Condensed',Arial,sans-serif; */
  /* font-family: 'Avenir LT Std 65 Medium',Arial,sans-serif; */
  /* font-family: 'Avenir Next LT Pro Medium Condensed',Arial,sans-serif; */
  /* font-family: 'Avenir Next LT Pro Regular',Arial,sans-serif; */
  /* font-family: 'Avenir LT Std 45 Book',Arial,sans-serif; */
  /* font-family: 'Avenir Next LT Pro Condensed',Arial,sans-serif; */
}
.re-title {
  display: block;
  padding: 0 0px 0 11px;
  /* right: calc(50vw - 15vh); */
  /* font-size: 2.5vw; */
  /* font-size: calc(29px - 1.3vw); */
  font-size: 38px;
  line-height: 1.8vw;
  /* line-height: 34px; */
  color: #FDFDFD;
  text-shadow: 2px 2px 15px #000;
  letter-spacing: 8px;
  min-width: 340px;
  font-family: 'Avenir LT Std 65 Medium',Arial,sans-serif;
  /* font-family: 'Avenir Next LT Pro Regular',Arial,sans-serif; */
  /* font-family: 'Avenir Next LT Pro Demi',Arial,sans-serif; */
  /* font-family: 'Avenir Next LT Pro Bold',Arial,sans-serif; */
  /* font-family: 'Avenir LT Std 35 Light',Arial,sans-serif; */
  /* font-family: 'Avenir LT Std 45 Book',Arial,sans-serif; */
  /* font-family: 'Avenir LT Std 55 Roman',Arial,sans-serif; */
  /* font-family: 'Avenir LT Std 85 Heavy',Arial,sans-serif; */
  /* font-family: 'Avenir LT Std 95 Black',Arial,sans-serif; */
  /* font-family: 'Avenir Next LT Pro Ultra Light Condensed',Arial,sans-serif; */
  /* font-family: 'Avenir LT Std 65 Medium',Arial,sans-serif; */
  /* font-family: 'Avenir Next LT Pro Medium Condensed',Arial,sans-serif; */
  /* font-family: 'Avenir Next LT Pro Regular',Arial,sans-serif; */
  /* font-family: 'Avenir LT Std 45 Book',Arial,sans-serif; */
  /* font-family: 'Avenir Next LT Pro Condensed',Arial,sans-serif; */
}

.banner-addr {
  list-style: none outside none;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.01);
  font-size: 16px;
  line-height: 17px;
  font-weight: 100;
  white-space: nowrap;
  position: absolute;
  right: 10px;
  top: 20px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
  /* letter-spacing: 0.3px; */
  /* font-family: 'Avenir LT Std 35 Light'; */
  font-family: 'Avenir Next LT Pro Ultra Light Condensed',Arial,sans-serif;
  /* font-family: 'Avenir Next LT Pro Medium Condensed',Arial,sans-serif; */
  font-family: 'Avenir Next LT Pro Condensed',Arial,sans-serif;
}
.banner-addr li {
  text-align: right;
  height: 22px;
}
.banner-addr span {
  float: right;
  background-color: rgba(0,0,0,0.05);
}
.banner-addr li:nth-child(3) {
  /* font-size: 17px; */
}
i.fa {
  /* float: right; */
  padding-right: 3px;
}
.fa-phone:before {
  padding-right: 5px;
  font-size: 14px;
  top: 0px;
  position: relative;
}
.fa-mobile:before {
  padding-right: 6px;
  font-size: 18px;
  top: 0px;
  position: relative;
}
.fa-envelope:before {
  padding-right: 5px;
  font-size: 12px;
  top: -1px;
  position: relative;
}

.flags {
  list-style: none outside none;
  position: absolute;
  right: 0px;
  top: 96px;
  z-index: 5;
}
.flags li {
  border: 1px solid #a83;
  position: relative;
  float: right;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
  margin: 0px 8px 0 0;
  height: 18px;
  width: 24px;
  background-image: url("images/css-flags-md.png");
}
.flags li:hover {
  border: 1px solid #fa0;
}

.flags a {
  position: relative;
  left: -2px;
  top: -2px;
  height: 19px;
  width: 25px;
  padding: 0px;
  border: 1px solid transparent;
  margin: 0px 0px 0px 0px;
  display: block;
  background-color: rgba(0,0,0,0.34);
  left: -1px;
  top: -1px;
  height: 18px;
  width: 24px;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
.flags .curlang,
.flags a:hover,
.flags a:hover img {
  opacity: 0;
}
.flags .fl_en {
  background-position: -1px -1px;
}
.flags .fl_es {
  background-position: -1px -20px;
}
.flags .fl_fr {
  background-position: -1px -39px;
}
.flags .fl_de {
  background-position: -1px -58px;
}
.flags .fl_nl {
  background-position: -1px -77px;
}
.flags .fl_sv {
  background-position: -1px -96px;
}


/* NAVIGATION */
nav {
  border: 0px solid #000;
  border-bottom: 1px solid #A1A1A1;
  background-color: #E7F0F9;
  margin: 0px auto 0px;
  width: 100%;
  height: 28px;
  display: -webkit-flex;
  display: flex;
  font-size: 19px;
  font-weight: bold;
  font-family: 'Helvetica Neue',Arial,Helvetica,'Lucida Grande',Geneva,sans-serif;
}

#navh {
  background-color: #E7F0F9;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 500;
  height: 27px;
  width: 100%;
  -webkit-flex-direction: column;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  -webkit-align-content: stretch;
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.fa-caret-down {
  font-size: 12px;
  top: 0px;
  position: relative;
  color: #D20202;
  display: block;
  z-index: 2000;
  line-height: 5px;
}
.fa-caret-right {
  font-size: 12px;
  top: 0px;
  position: relative;
  color: #D20202;
  display: none;
  z-index: 2000;
  line-height: 5px;
}
.top_link {
  cursor: pointer;
  color: #555;
  display: block;
  height: 21px;
  margin: 0 0 0 0;
  padding: 0 0px;
  position: relative;
  text-decoration: none;
  z-index: 2000;
}
.top_link a span {
  border-right: 1px solid #a1a1a1;
  display: block;
  height: 27px;
  position: relative;
  top: 0;
  z-index: 0;
}
.sales {
  background-color: #F9DCAF;
}
.rentals {
  background-color: #F9DCAF;
}
.current {
  background-color: #E8FFDC;
}
#navh li {
  position: relative;
  height: 27px;
  width: auto;
  cursor: pointer;
  border-right: 1px solid #a1a1a1;
}
#navh li:hover,
#navh li:active,
#navh li:focus {
  background-color: #FFF8D7;
}
#navh li ul {
  background-color: #E7F0F9;
  background-color: #FFF8D7;
  border: 1px solid #777;
  border-top: 0px solid #777;
  white-space: nowrap;
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 1px 0 0 -1px;
  width: calc(100% + 1px);
  min-width: 170px;
  height: auto;
  z-index: 500;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* HOVER !!!!!!!!!! */
#navh li:active ul,
#navh li:focus ul {
/* #navh li:hover ul { */
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


#navh li ul li {
  font-weight: bold;
  font-size: 13px;
  display: block;
  position: relative;
  height: 23px;
  line-height: 20px;
  width: calc(100% + 1px);
}
#navh li ul li a {
  border: 0px solid #b0b0b0;
  border-top: 1px solid #bbb;
  display: block;
  height: 22px;
  text-indent: 4px;
  color: #111;
  text-decoration: none;
  z-index: 1000;
  padding: 0px 5px 0px;
}
#navh li:hover ul li a:hover {
  background-color: #CCD2D8;
  height: 100%;
}



/* keep the 'next' level invisible by placing it off screen. */
#navh ul,
#navh li:hover ul li:hover ul ul {
  position: absolute;
  width: 0;
  height: 0;
  margin: 4px 0 0 -1px;
  padding: 0;
  list-style: none outside none;
  z-index: 500;
  visibility: hidden;
  opacity: 0;
}


#navh li:hover ul li:hover ul,
#navh li:hover ul li:hover ul li:hover ul,
#navh li:hover ul li:hover ul li:hover ul li:hover ul,
#navh li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
  top: -4px;
  background-color: #F0F5FB;
  padding: 0px;
  border: 1px solid #777;
  border-top: 0px solid #777;
  white-space: nowrap;
  width: auto;
  height: auto;
  z-index: 2000;
  left: 98.25%;
  visibility: visible;
  opacity: 1;
  border-bottom-right-radius: 7px;
}

#navh li ul,
#navh li ul li,
#navh li ul .last_li,
#navh li:hover ul,
.last_li a {
  border-bottom-left-radius: 7px;
}


/* NEW RADIO PSEUDO CLICK FOR TOP MENU DROP DOWNS */
input[id*="input"] {display: none;}

input[class*="ip1"]:checked ~ #navh #id1 ul,
input[class*="ip2"]:checked ~ #navh #id2 ul,
input[class*="ip3"]:checked ~ #navh #id3 ul
{
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


#input1:checked ~ #navh #id1 .top_link > label:last-child,
#input2:checked ~ #navh #id2 .top_link > label:last-child,
#input3:checked ~ #navh #id3 .top_link > label:last-child {display:block;}


.top_link label {
  /* border-right: 1px solid #a1a1a1; */
  display: block;
  height: 27px;
  position: absolute;
  top: 0;
  z-index: 2001;
  width: 100%;
  position: relative;
  /* background: rgba(255, 252, 0, 0.58); */
}

.top_link label:last-child {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 27px;
  background: rgba(103, 0, 255, 0);
  z-index: 2001;
}



/* MAIN CONTENT */
main {
  color: #0E0E0E;
  background-color: #fffffd;
  padding: 0px 5px 5px;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-align-content: flex-start;
  -webkit-flex-grow: 40;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  flex-grow: 40;
  flex-shrink: 0;
  flex-basis: 0;
  width: 100%;
  min-width: auto;
  /* min-width: 100%; */
}
main p {
  background-color: transparent;
  color: #222222;
  font-family: 'Helvetica Neue',Arial,Helvetica,'Lucida Grande',Geneva,sans-serif;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-family:'Avenir LT Std 45 Book',Arial,sans-serif;
  font-size: 13px;
  font-size: 14.4px;
  /* font-weight: 200; */
  /* line-height: 16px; */
  margin: 0px 0px 8px 0px;
  text-align: justify;
  word-spacing: -0.4px;
  letter-spacing: 0px;
  /* text-rendering: optimizeLegibility; */
  width: auto;
  width: 100%;
}

/* CONTACT PAGE */
.contact_wrapper {
  width: 100%;
  border: 1px solid #e0e0e0;
  text-align: center;
  margin: 4px 0px 15px 0px;
  padding: 12px 14px;
  border-radius: 15px;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-align-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
.map,
.map_addr {
  border: 1px solid #888;
  margin: 3px 3px;
  padding: 0;
  height: 42.5vw;
  max-height: 440px;
  min-height: 310px;
  width: 49%;
  min-width: 300px;
  position: relative;
  overflow: hidden;
  z-index: 10;
  display: table;
  position: relative;
}
.KHS-shopfront {
  background-image: url("images/KHS-shopfront.jpg");
  background-position-x: 89%;
  background-position-y: 80%;
  background-size: cover;
  background-repeat: no-repeat;
}
.map iframe {
  /* height: 43.5vw; */
  height: 100%;
  /* max-height: 440px; */
  /* min-height: 313px; */
  /* min-height: 43.5vw; */
  width: 100%;
  /* min-width: 280px; */
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.addr_wrapper {
  display: table-cell;
  vertical-align: middle;
}
.addr_wrapper h2 {
  font-size: 23px;
  font-weight: 900;
  line-height: 21px;
  letter-spacing: 4px;
  color: #000000;
  margin: 0px 0 0 0;
  padding: 5px 0px 20px 0px;
  width: 100%;
  font-family: 'Avenir Next LT Pro Demi',Arial,sans-serif;
}
.addr_wrapper p {
  font-size: 17px;
  /* font-weight: bold; */
  color: #000000;
  vertical-align: middle;
  text-align: center;
  display: block;
  font-family: 'Avenir Next LT Pro Demi',Arial,sans-serif;
}
.addr_wrapper p strong {
  font-size: 20px;
}



.sitepage {
  border: 1px solid #e0e0e0;
  text-align: center;
  padding: 12px;
  margin: 0px 0px 15px 0px;
  overflow: auto;
  border-radius: 15px;
  -webkit-column-gap: 20px;
}
.sitepage ul {
  background-color: transparent;
  color: #222;
  font-family: 'Helvetica Neue',Arial,Helvetica,'Lucida Grande',Geneva,sans-serif;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 129%;
  margin: 5px 0px 10px 0px;
  padding: 0 0px 0 18px;
  text-align: justify;
  list-style-type: disc;
  list-style-position: outside;
}
.sitepage li {
  padding: 0 0 11px 2px;
  margin: 0;
}
.sitepage ol,
.sitepage ol li ol {
  background-color: transparent;
  color: #222;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 129%;
  margin: 5px 0px 0px 20px;
  padding: 0 0px 0 0px;
  text-align: justify;
  list-style-type: lower-alpha;
  list-style-position: outside;
}
.sitepage ol li ol {
  list-style-type: lower-roman;
}
.sitepage ol li,
.sitepage ol li ol li {
  text-align: justify;
  padding: 0 0 10px 0px;
  margin: 0;
}


.sitepage a {
  background-color: transparent;
  color: #222;
  text-decoration: underline;
}
.sitepage a:hover {
  color: #E00000;
  text-decoration: underline;
}
.sitepage img {
  width: 134px;
  height: 100px;
}
.sitepage p img {
  border: 0px solid #bbb;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
}
#igallery {
  margin: 0;
  padding: 00;
  list-style-position: outside;
  list-style-type: none;
}
#igallery li {
  margin: 0;
  padding: 00;
  list-style-position: outside;
  list-style-type: none;
}
.img_l,
.img_lf,.img_lfc,
.img_rf,.img_rfc {
  position: relative;
  border: 1px solid #000;
  padding: 0;
  margin: 8px 10px 0px 0px;
}
.img_lf,.img_lfc {
  margin: 8px 21px 0px 0px;
}
.img_lf,.img_lfc {
  float: left;
}
.img_rf,.img_rfc {
  float: right;
  margin: 8px 0px 0px 10px;
}
.img_rf {
  margin: 8px 21px 0px 0px;
}
.img_lfc,.img_rfc {
  clear: both;
}
.img_l {
  margin: 8px 0 0px 18px;
  float: right;
}

.errorpage {
  border: 1px solid #bbb;
  text-align: center;
  padding: 5px 10px;
  margin: 0px 0px 0px 0px;
  border-radius: 15px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.errorpage p,
.errorpage span {
  background-color: transparent;
  color: #222;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  line-height: 129%;
  margin: 10px 0px 5px 0px;
  text-align: left;
}
.errorpage span {
  text-align: center;
}
.errorpage ul {
  background-color: transparent;
  color: #222;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 129%;
  margin: 5px 0px 0px 0px;
  padding: 0 0px 0 14px;
  text-align: justify;
  list-style-type: disc;
  list-style-position: outside;
}
.errorpage li {
  padding: 0 0 5px 2px;
  margin: 0;
}
.errorpage a {
  color: #228;
  text-decoration: underline;
  white-space: nowrap;
}
.errorpage a:hover {
  color: #E00000;
}

.sitepage #ilist {
  background-color: transparent;
  margin: 5px auto 10px;
  padding: 0 0px 0 1px;
  text-align: center;
  list-style-position: outside;
  list-style-type: none;
}
.sitepage #ilist li {
  padding: 10px 0;
  margin: 0;
}
.sitepage #ilist li img {
  border: 1px solid #777777;
  padding: 0 0 0px 0px;
  margin: 0 auto;
}
.sitepage #ilist li div {
  border: 1px solid #777777;
  padding: 0 0 0px 0px;
  margin: 0 auto;
  border-radius: 20px;
}
.sitepage #ilist li a {
  outline: none;
}

.contactinfo .office_hours,
.para_text2 {
  background-color: transparent;
  color: #000080;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 117%;
  margin: 5px 0px 10px 0px;
  text-align: justify;
}
.contactinfo .office_hours,
.para_text2 {
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.para_text2 strong {
  font-size: 14px;
  font-weight: bold;
  line-height: 120%;
}
.para_text2 span,.office_hours span {
  font-weight: normal;
}
.contactinfo .office_hours {
  border: 0px solid #fd0;
  display: block;
  position: relative;
  float: left;
  font-size: 11px;
  font-weight: 600;
  color: #000;
  margin: 10px 0px 0px 0px;
  text-align: left;
}
.click {
  background-color: transparent;
  color: #000C8F;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 117%;
  margin: 0px 0px 12px 0px;
  text-align: center;
}
.centered {
  text-align: center;
}


.pl_container {
  border: 1px solid #e0e0e0;
  font-family: verdana,arial, helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 15px 0;
  padding: 0 0 5px 0px;
  background-color: transparent;
  height: auto;
  min-height: 102px;
  max-height: 100%;
  width: 100%;
  text-align: left;
  border-radius: 9px;
  position: relative;
}
.pl_container p a {
  color: #000;
  font-weight: 300;
  text-decoration: underline;
  font-size: 15px;
  line-height: 14px;
  display: inline-block;
  font-style: italic;
  padding: 0px 0px 6px 5px;
  white-space: nowrap;
}
.pl_container p a:hover {
  color: #d00;
}
.pl_container img {
  float: right;
  border: 1px solid #bbb;
  padding: 0 0 0 0;
  margin: 0 0px 0 7px;
  position: relative;
  display: inline-block;
  /* display: block; */
}
.pl_container p img {
  border: 0px solid #bbb;
  float: none;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
}
.pl_container .mask {
  float: right;
  position: absolute;
  right: 0px;
  top: 32px;
  border: 1px solid #555;
  padding: 0 0 0 0;
  margin: 0 0px 0 7px;
}
.pl_container p {
  padding: 2px 5px 2px 5px;
  margin: 0 0px 0 0;
  font-size: 12.5px;
  color: #000;
  text-align: justify;
  background-color: transparent;
  display: block;
  /* word-spacing: -0.7px; */
  line-height: 15px;
  line-height: 130%;
  font-family: 'Avenir Next LT Pro Regular',Arial,sans-serif;
  /* font-family: 'Avenir LT Std 35 Light',Arial,sans-serif; */
  /* font-family: 'Avenir LT Std 55 Roman',Arial,sans-serif; */
  /* font-family: 'Avenir LT Std 65 Medium',Arial,sans-serif; */
  font-family: 'Avenir LT Std 45 Book',Arial,sans-serif;
}
.pl_container strong {
  font-family: 'Avenir Next LT Pro Bold',Arial,sans-serif;
  font-family: 'Avenir LT Std 95 Black',Arial,sans-serif;
}
.pl_container .no_desc,
.pl_container .mf_para,
.pl_container .mf_para2 {
  display: block;
  margin-top: 0px;
  padding: 5px 5px 5px 5px;
  color: #BD0F04;
  clear: both;
  font-size: 13px;
  font-family: 'Avenir Next LT Pro Bold',Arial,sans-serif;
  /* font-family: 'Avenir LT Std 95 Black',Arial,sans-serif; */
}
.pl_container .mf_para2 {
  color: #1D87FF;
  color: #000C8F;
  color: #40a;
  text-decoration: underline;
  font-weight: bold;
  clear: left;
  display: block;
  clear: both;
}
.pl_container .no_desc {
  clear: none;
}

.pl_container .key_hlite {
  color: #800;
  background-color: #ff8;
}

.lp_wrapper {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  -webkit-align-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: flex-start;
}


.lp_wrapper ul {
  display: block;
  list-style-type: none;
  /* list-style-position: inside; */
  /* float: left; */
  /* font-family: Verdana,Arial, Helvetica, sans-serif; */
  font-size: 11.5px;
  text-align: left;
  margin: 0px 0px 5px 10px;
  /* padding: 0 30px 0 0px; */
  width: 166px;
  /* width: auto; */
  /* min-width: 148px; */
  /* border: 1px solid red; */
  /* font-family: 'Avenir Next LT Pro Regular',Arial,sans-serif; */
  font-family: 'Avenir LT Std 65 Medium',Arial,sans-serif;
  /* font-family: 'Avenir LT Std 45 Book',Arial,sans-serif; */
}
.lp_wrapper ul li {
  padding: 0 0px 1px;
  margin: 0px;
}
.pl_prices {
  display: block;
  background-color: transparent;
  margin: 0 0 0 0;
  padding: 4px 0 3px 5px;
  border-top: 0px solid #adf;
  clear: both;
  font-size: 13px;
  color: #40a;
  font-weight: bold;
}

.pl_header {
  /* border: 0 solid #f00000; */
  background-color: #EEE8DD;
  font-family: 'Helvetica Neue',Arial,Helvetica,'Lucida Grande',Geneva,sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000C8F;
  padding: 2px 0 2px 7px;
  text-align: left;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.pl_header a:link,.pl_header a:visited,.pl_header a:active,.pl_header a:hover {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}
.pl_header a:hover {
  color: #ff0000;
}
.pl_ref {
  float: right;
  background-color: transparent;
  padding: 0;
  margin: 0 3px 0 0;
  clear: both;
}

.dt_container {
  border: 0px solid #f00000;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  margin: 5px 0 0px 0;
  padding: 0 0 0 0;
  background-color: transparent;
  min-height: 77px;
  max-height: 100%;
  text-align: left;
  width: 100%;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: center;
  -webkit-align-content: flex-start;
  display: flex;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}
.dt_container p {
  color: #222;
  font-family: arial,helvetica,sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin: 0 10px 0 0;
  padding: 0 0 0 0;
  text-align: left;
  text-align: justify;
}
.dt_section {
  border: 1px solid #e0e0e0;
  background-color: #f9faff;
  color: #000000;
  padding: 0 0 5px 0;
  margin: 0 0 15px;
  border-radius: 9px;
  width: 100%;
}
.dt_sectiontitle,
.form_title {
  border: 0px solid #ff00f0;
  background-color: #EEE8DD;
  text-decoration: none;
  color: #302313;
  font-size: 12px;
  font-weight: bold;
  margin: 0px 0 10px 0;
  padding: 5px 3px 3px;
  text-align: center;
  line-height: 15px;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  word-spacing: 0.1px;
}
.dt_sectiontitle span {
  white-space: nowrap;
}
form#commentForm {
  padding: 0;
  margin: 0px 0 20px 0;
  text-align: center;
  width: 100%;
  min-width: 304px;
}


/* ASIDE = RIGHT SIDEBAR/PORTAL */
aside {
  background-color: #f0f0ff;
  background-color: #EBE9E8;
  background-color: #EEE8DD;
  margin: 0px 0 0;
  padding: 5px 5px 0px;
  min-width: 100%;
  max-width: 320px;
  min-width: 320px;
  display: -webkit-flex;
  /* -webkit-flex-direction: column; */
  /* -webkit-flex-wrap: wrap; */
  /* -webkit-justify-content: flex-start; */
  /* -webkit-align-items: center; */
  /* -webkit-align-content: center; */
  /* -webkit-align-self: stretch; */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  /* align-self: stretch; */
}
aside .map {
  border: 1px solid #888;
  float: none;
  text-align: center;
  margin: 0px 0 10px;
  padding: 0;
  height: 312px;
  width: 310px;
  position: relative;
  overflow: hidden;
  z-index: 0 !important;
}

aside .map iframe,
aside .map object {
  height: 310px;
  width: 308px;
  overflow: hidden;
  z-index: 0 !important;
}

aside .video_header {
  text-align: center;
  font-family: tahoma, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #f00000;
  margin: 6px auto 7px;
}


/* PROPERTY SEARCH FORM ON SIDE BAR OR AS OFF-CANVAS RIGHT MENU - main css that is unchanged by media quieries */
.form_propertySearch {
  margin: 0 0 10px 0;
  padding: 0 0 0px 0;
  width: 310px;
  height: auto;
  position: relative;
  display: block;
}
.property_search {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #EAEAEA;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  border: 1px solid #9C9C9C;
  border: 1px solid #B9B4B4;
  border-radius: 7px;
  height: 100%;
  height: auto;
  height: 309px;
  overflow: hidden;
}
.property_search p {
  text-align: center;
  line-height: 16px;
  border-bottom: 1px solid black;
  font-weight: 600;
  color: #c00;
}
.div_inner {
  text-align: left;
  padding: 0;
  margin: 0;
  margin: 0 3px 0 3px;
  white-space: nowrap;
  width: 98%;
  overflow: hidden;
  height: 255px;
}
.div_inner input,
.div_inner select {
  padding: 0;
  margin: 0;
  width: 49%;
  height: 17px;
}
.div_inner label {
  padding: 0;
  margin: 4px 0 2px;
  font-size: 10px;
  width: 49%;
  height: 12px;
}
.div_inner .set_left {
  float: left;
}
.div_inner .set_right {
  float: right;
}
.ul_cboxes {
  width: 100%;
  float: left;
}
.ul_cboxes li {
  min-width: 88px;
  float: left;
}

.ul_cboxes label {
  display: block;
  margin: 0px 0px -15px;
  height: 28px;
}
.ul_cboxes label:hover {
  background-color: rgba(0, 170, 238, 0.4);
  color: #C30000;
}
.ul_cboxes label {
  position: relative;
  display: block;
  width: 100%;
}
.ul_cboxes li .cbox {
  margin: 2px 0px 2px 5px;
  height: 12px;
}
.go_button {
  margin-left: 6px;
  font-family: 'Helvetica Neue', Arial, Helvetica, 'Lucida Grande', Geneva, sans-serif;
  border-radius: 3px;
  padding: 4px 7px;
  position: relative;
  font-size: 13px;
  line-height: 15px;
  color: #E4E4E4;
  /* text-decoration: none; */
  border: 0;
  letter-spacing: 0.6px;
}
.go_button:hover {
  cursor: pointer;
  color: #ff0;
  background-color: #1E8072;
}
.button_submit {
  background-color: #1763B9;
}
.button_reset {
  background-color: #AB150B;
}



#quick_search {
  border: 1px solid #B9B4B4;
  margin: 0px 0 10px;
  padding: 7px 10px 0px;
  width: 310px;
  /* width: 100%; */
  height: auto;
  height: 312px;
  overflow: hidden;
  border-radius: 15px;
  font-size: 14px;
  order: 2;
}

#quick_search dl {
  text-align: left;
  margin: 6px 10px 0px;
}
#quick_search dt {
  margin: 7px 1px 2px 5px;
}
#quick_search dt a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#quick_search dd {
  margin: 0px 0px 3px 0px;
  text-indent: 20px;
}
#quick_search dd a {
  color: #555;
  text-decoration: none;
  font-weight: normal;
}
#quick_search a:hover {
  color: #d00;
  text-decoration: underline;
}

#quick_search ul {
  text-align: left;
  margin: 3px 5px 0px 5px;
  padding: 5px 0 0;
}
#quick_search ul ul {
  margin: 3px 5px 0px 5px;
  padding: 0px 0 0;
}
#quick_search li {
  list-style: none outside none;
  padding: 0 0 2px;
}
#quick_search ul ul li {
  list-style: none outside none;
  padding: 0 0 0px 20px;
}
#quick_search ul li a {
  color: #000;
  font-weight: bold;
}
#quick_search ul ul a {
  color: #555;
  text-decoration: none;
  font-weight: normal;
}




.vertical_spacer {
  border: 0px solid #f00;
  height: 16px;
  clear: both;
  font-size: 10px;
  text-align: center;
  cursor: default;
  padding: 0;
}
.dt_contactref {
  background-color: transparent;
  color: #aa3333;
  font-weight: bold;
}
.nd_small {
  font-size: 11px;
  color: #c30;
  display: block;
}
.div_search {
  font-family: tahoma,arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background-color: #E4DFD7;
  margin: 12px auto 15px auto;
  padding: 1px;
  border: 1px solid #888;
  width: 250px;
  text-align: left;
  min-height: 20px;
}
.dstitle {
  margin: 3px 0px 0px 2px;
  padding: 0px;
  text-align: left;
  width: auto;
  float: left;
}
.div_search select {
  font-size: 11px;
  background-color: #fff;
  text-align: left;
  font-weight: normal;
  width: 155px;
  float: right;
  margin: 2px 0px 2px 0px;
  margin-top: 0px;
}

.pgindex,
.pgindex span,
.pgindex a,
.pgindex a:visited,
.pgindex a:link,
.pgindex a:active {
  border: 0px solid #0000ff;
  background-color: transparent;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin: 0 0 3px 0;
  padding: 0 0 0 0;
  text-align: center;
}
.pgindex {
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  margin: 0 0 15px 0;
  padding: 5px 5px 5px 5px;
}
.pgindex a,
.pgindex a:visited,
.pgindex a:link,
.pgindex a:active {
  letter-spacing: -1px;
  font-size: 10px;
  text-decoration: none;
}
.pgindex a:hover {
  color: #e00000;
  background-color: transparent;
  text-decoration: none;
}
.pgindex .grey {
  color: #a0a0d0;
}
.pgindex .red {
  color: #ff0000;
  font-weight: 600;
}


/* HOME-FEATURED PAGE - PHOTO SLIDESHOW */
section.slideshow {
  display: block;
  width: 100%;
  /* height: 100%; */
  height: auto;
  min-width: 310px;
  position: relative;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.slideshow .controls {
  display: block;
  border: 2px solid #4E4E4E;
  background-color: rgba(146, 146, 146, 0.7);
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 150;
  padding: 3px 0px 0px;
  width: auto;
  height: auto;
  border-radius: 5px;
  cursor: default;
}
.fa-forward {
  padding: 0px 7px;
  color: #000000;
  font-size: 20px;
}
.fa-backward {
  padding: 0px 7px;
  color: #000000;
  font-size: 20px;
} 
.fa-pause {
  padding: 0px 7px;
  color: #880000;
  display: inline;
  font-size: 20px;
}
.fa-play {
  padding: 0px 7px;
  color: #0B7100;
  display: none;
  font-size: 20px;
}

#photo_slideshow {
  list-style: none outside none;
  width: 100%;
  min-width: 310px;
  min-height: 203px;
  width: 100%;
  height: 100%;
  /* margin-bottom: 51px; */
  position: relative;
  left: 0px;
  top: 0px;
  float: left;zoom:1;
}
#photo_slideshow li {
  display: block;
  position: relative;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  width: 100%;
  min-width: 310px;
  height: calc(100vw * 0.65);
  /* height: 100%; */
  /* overflow: hidden; */
  max-height: 560px;
  /* max-height: 400px; */
  min-height: 203px;
  /* background-position: 0; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  position: relative;
}
#photo_slideshow li div {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-width: 310px;
  position: relative;
  position: absolute;
}
#photo_slideshow li img {
  border: 1px solid #999;
  cursor: pointer;
  padding: 0px;
  margin: 0px 0 0px;
  height: 100%;
  width: 100%;
  display:block;
  width: calc(100vw*10%);
}

#photo_slideshow .info {
  text-align: center;
  /* background-color: rgba(126, 126, 126, 0.15); */
  /* background-color: white; */
  height: auto;
  position: absolute;
  bottom: 0px;
  left: 0px;
  /* top: 0px; */
  /* overflow: visible; */
  display: block;
  width: 100%;
  /* padding: 0 5px; */
}

#photo_slideshow .title {
  color: #D8B600;
  text-shadow: 1px 1px 8px black;
  text-shadow: 1px 1px 2px black, 0 0 25px #020202, 0 0 5px black;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  /* padding: 0 3px 0px 3px; */
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -webkit-align-content: flex-start;
  -webkit-align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
}
#photo_slideshow .title::after {
  clear: both;
}
#photo_slideshow .title strong {
  padding: 0 0px 0px 10px;
  width: 34%;
}
#photo_slideshow .title em {
  padding: 0 10px 0px 10px;
  width: auto;
}
#photo_slideshow span {
  font-size: 20px;
  line-height: 20px;
  width: 34%;
  font-weight: 600;
  display: block;
  text-align: center;
  word-spacing: -0.5px;
  /* white-space: nowrap; */
  /* color: #FFFFFF; */
  text-shadow: 1px 1px 3px black, 0 0 17px #020202, 0 0 15px black;
  padding: 0 0px 0 0;
}
#photo_slideshow .info a {
  font-size: 12px;
  line-height: 14px;
  display: block;
  font-style: italic;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
  white-space: nowrap;
  padding: 0px 0 4px;
  text-align: center;
  text-decoration: underline;
  color: white;
  text-shadow: 1px 1px 3px black, 0 0 17px #020202, 0 0 15px black;
}
#photo_slideshow a {
  width: 100%;
  height: 100%;
  display: block;
}
#photo_slideshow p .small {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  padding: 0;
}


/* Details Galery */
#photo_wrapper {
  border: 0px solid red;
  background-color: transparent;
  padding: 0px;
  margin: 0px auto 15px;
  list-style: none outside none;
  text-align: center;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
  position: relative;
   display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-align-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#photo_wrapper li,
#photo_wrapper .dt_li,
#photo_wrapper .of_li {
  border: 1px solid #8899AA;
  background-color: transparent;
  background-color: white;
  vertical-align: top;
  padding: 0px;
  padding: 4px 4px 0;
  margin: 0px auto;
  margin: 0 4px 10px;
  height: 164px;
  /* height: 415px; */
  width: 144px;
  float: left;
  overflow: hidden;
}
#photo_wrapper li {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
  border-radius: 9px;
}

#photo_wrapper .dt_li {
  height: 110px;
}
#photo_wrapper .of_li {
  height: 152px;
}
#photo_wrapper li img {
  border: 1px solid #999;
  cursor: pointer;
  padding: 0px;
  margin: 0px 0 0px;
  height: 89px;
  /* height: auto; */
  width: 134px;
}

#of_photo_wrapper .of_li img {
  height: 89px;
  width: 134px;
}
#photo_wrapper li span,
#photo_wrapper .dt_li span,
#photo_wrapper .of_li span {
  background-color: transparent;
  color: #000080;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  display: block;
  line-height: 16px;
  text-align: left;
}

#photo_wrapper li .nojs {
  display: block;
  margin: 0;
  padding: 0;
}
#photo_wrapper li .isjs {
  display: none;
}

#photo_wrapper .dt_li span {
  text-align: center;
}
#photo_wrapper .nojs br {
  clear: both;
}
#photo_wrapper .of_li span {
  font-size: 12px;
  text-align: left;
  line-height: 15px;
  padding: 0 0 0 2px;
}
#photo_wrapper .of_li span em {
  float: right;
  float: left;
  font-weight: bold;
  font-style: italic;
  white-space: nowrap;
}
#photo_wrapper .of_li span strong {
  float: left;
  font-weight: bold;
  font-style: normal;
}
#photo_wrapper li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 10px;
  display: block;
}





#home_alerts {
  border: 1px solid #e0e0e0;
  margin: 0px 0px 10px 0px;
  margin: 4px 0px 15px 0px;
  padding: 8px 7px 0px;
  /* height: 271px; */
  width: 100%;
  border-radius: 15px;
  position: relative;
  vertical-align: top;
  z-index: 10;
  overflow: auto;
  order: 1;
}
#home_alerts p {
  background-color: transparent;
  color: #222;
  font-size: 16.3px;
  font-weight: normal;
  text-align: center;
  letter-spacing: -0.5px;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
  width: auto;
  vertical-align: top;
}
#home_alerts p strong {
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
  font-family: 'Avenir LT Std 85 Heavy';
}
#home_alerts p+p {
  margin: 0px 0 2px;
}
#home_alerts img {
  border: 1px solid #d0d0d0;
  margin: 0px 5px 8px 5px;
  padding: 0;
  width: 140px;
  position: relative;
  float: left;
}


.home_intro_text {
  border: 1px solid #e0e0e0;
  text-align: center;
  margin: 4px 0px 15px 0px;
  padding: 12px;
  clear: both;
  border-radius: 15px;
  order: 3;
  width: 100%;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  -webkit-perspective: 1;
}
.home_intro_text a {
  background-color: transparent;
  color: #222;
  text-decoration: underline;
  font-weight: 900;
  white-space: nowrap;
  word-spacing: -0.5px;
  font-size: 14.5px;
  font-family: 'Avenir Next LT Pro Demi',Arial,sans-serif;
  /* text-rendering: optimizeLegibility; */
}
.home_intro_text a:hover {
  color: #E00000;
  text-decoration: underline;
}
.home_intro_text a:after {
  /* force a newline */
  /* content: ' '; */
  /* display: block; */

  /* OR */
  /* content:"\a"; */
  /* white-space: pre; */
}


.dt_prices {
  font-family: Arial, Helvetica;
  font-size: 16px;
  color: #555;
  color: #40a;
  margin: 0 0 0px 0;
  padding: 4px 0 2px 14px;
  text-align: left;
  font-weight: bold;
}
.ibic_fees {
  font-size: 11px;
}

.dt_H1,.dt_H1_RU {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  padding: 8px 0px 0px 0px;
  color: #191919;
  clear: both;
  width: 100%;
}
.dt_H1_RU {
  color: #c00000;
  text-decoration: underline;
  font-size: 14px;
  clear: both;
}
.dt_H2 {
  font-weight: bold;
  text-align: center;
  padding: 6px 3px 6px 3px;
  color: #000000;
  width: 100%;
}
.dt_khs_info {
  font-weight: 200;
  padding: 0px 0px 10px 20px;
  color: #000;
}
.hdder {
  padding: 0px 0px 2px 0px;
}
.hdder ul {
  padding: 5px 0px 10px 0px;
}
.hdder ul li:nth-child(1) {
  color: #00369E;
  font-weight: 900;
}
.hdder ul li:nth-child(n+2) {
  padding: 0 0 0 9px;
  font-style: oblique;
}

.hdder2 {
  padding: 0px 0px 2px 0px;
}
.flexFlags {
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  /* padding: 0px 10px 0px 0px; */
  margin: 0 30px 0 0;
}
.flexFlags ul {
  padding: 5px 0px 10px 0px;
}
.flexFlags ul li:nth-child(1) {
  color: #00369E;
  font-weight: 900;
  padding: 0 0 0 9px;
  float: left;
  /* clear: both; */
}
.flexFlags ul li:nth-child(n+2) {
  padding: 0 5px 0 5px;
  font-style: oblique;
  float: left;
  /* clear: left; */
}
.flexFlags img {
  margin: 1px 0 0 0;
}



.dt_descr {
  text-align: left;
  padding: 12px 7px 0px 14px;
  clear: both;
}
.dt_descr strong {
  font-size: 15px;
}

.features_wrapper {
  margin: 0;
  padding: 5px 0 10px;
  vertical-align: top;
  /* width: 70%; */
  display: -webkit-flex;
  /* -webkit-flex-direction: column; */
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-align-content: flex-start;
  display: flex;
  /* flex-direction: column; */
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.features_wrapper > li {
  /* text-indent: 12px; */
  margin: 0px 10px 0px 0px;
  /* width: 33%; */
  min-width: 264px;
  /* width: calc((100vw * .2)); */
  display: table-row;
}
.features_wrapper .dt_fl {
  list-style: none inside none;
  /* text-indent: 12px; */
  padding: 0px 0px 20px 20px;
  background-color: transparent;
  width: 100%;
  display: table-cell;
}
.features_wrapper .dt_fl li:first-child {
  color: #00369E;
  font-weight: bold;
}
.features_wrapper .dt_fl li:nth-child(n+2) {
  font-weight: 200;
  /* text-indent: 20px; */
  /* list-style-type: disc; */
  width: 100%;
  width: 260px;
  padding: 0px 0px 0px 8px;
}



.sm_font {
  font-size: 11px;
  font-weight: normal;
}


.image_abv,
.image_blw {
  border-radius: 16px;
}
.image_abv {
  border: 1px solid #000000;
  margin: 0px auto 10px;
  padding: 0;
  text-align: center;
  display: block;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}
.image_tlf {
  border: 1px solid #000000;
  float: left;
  clear: both;
  margin: 2px 10px 0px 0px;
  padding: 0;
}
.image_trg {
  border: 1px solid #000000;
  /* float: left; */
  margin: 0px auto 10px auto;
  padding: 0;
  border-radius: 9px;
}
.image_blf {
  border: 1px solid #000000;
  float: left;
  clear: both;
  margin: 2px 10px 0px 0px;
  padding: 0;
  position: relative;
  top: 1px;
}
.image_brg {
  border: 1px solid #000000;
  float: right;
  margin: 2px 0px 0px 10px;
  padding: 0;
}
.image_blw,
.errorpage .image_blw {
  border: 1px solid #000000;
  margin: 15px auto 0px;
  padding: 0;
  text-align: center;
  display: block;
  clear: both;
}
.errorpage .image_blw {
  margin: 5px auto 3px;
}
.image_blw {
  border: 1px solid #000000;
  margin: 15px auto 0px;
  padding: 0;
  text-align: center;
  display: block;
  clear: both;
}
.div_vspace {
  height: 20px;
}



/* FOOTER */
footer {
  background-color: #3576A8;
  background-color: #014071;
  font-size: 11px;
  color: #FBFAFA;
  margin: 0;
  padding: 5px 0 10px;
  position: relative;
  width: 100%;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-align-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
footer div {
  /* width: 50%; */
  min-width: 310px;
}

.addr_footer {
  font-size: 17px;
  margin: 0px 0 0px;
  padding: 2px 5px 10px 0px;
  list-style: none outside none;
  width: 100%;
}
.addr_footer li {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-align-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.addr_footer ul {
  color: #E48088;
  margin: 0px;
  padding: 0px 0px;
  padding: 5px 10px;
  /* width: 50%; */
}
.addr_footer ul li:nth-child(1) {
  color: #FFBF00;
  padding: 0px 0px 1px;
}
.addr_footer ul li:nth-child(2) {
  color: #FFF;
  white-space: nowrap;
  text-decoration: none;
}
.aegai {
  height: 35px;
  /* width: 80px; */
}
.facebook {
  width: 35px;
}
.twitter {
  width: 35px;
}



.foot_para {
  color: #000080;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0 0 5px 0;
  text-align: center;
  width: 100%;
  min-width: 310px;
}
.foot_para a {
  color: #000000;
  color: white;
  text-decoration: underline;
  white-space: nowrap;
}
.foot_para a:hover {
  color: #e00;
  color: #000;
  background: Gold;
}

.divbr {
  font-size: 0px;
  height: 0px;
  width: 100%;
  float: left;
  clear: both;
  padding: 6px 0px 5px 0px;
}

.bbot {
  border-bottom: 1px solid #BBB9B9;
  margin-bottom: 1px;
  height: 3px;
}
label {
  cursor: pointer;
}
.formzero {
  padding: 0 0 10px 0;
}

span.red {
  font-size: 11px;
  color: #B90000;
  font-weight: normal;
}
.contact_addr p {
  color: #000000;
  font-weight: 400;
  font-weight: 600;
  font-family: Verdana,Arial,Helvetica, Tahoma,"Arial Unicode MS",sans-serif;
  font-size: 11px;
  text-align: left;
  margin: 4px 0px 8px 0px;
  padding-left: 6px;
}

/* from old xs_layout - open to delete */
/* MAIN */
select {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 11px;
}
img.showborder,img.showbordhand {
  border: 1px solid #000000;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-decoration: none;
}
img.showbordhand {
  cursor: pointer;
}
th {
  font-weight: bold;
}
textarea {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 12px;
}





/* PRICING TARIFFS */
.tarifftab {
  background-color: transparent;
  border: 0;
  border-collapse: collapse;
  color: #000080;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  width: 638px;
}
.date_range {
  color: #800000;
  font-size: 11px;
}
.tarifftab {
  margin: 0px 5px 0px 5px;
}
.tariffcol1,.tariffcol2,.tariffcol34,.tariffcol5,.tariffcol6,.tariffcol0 {
  background-color: transparent;
  border-bottom: 1px solid #D3D3D3;
  border-right: 1px solid #7ad;
  color: #000080;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  width: 133px;
}
.tariffcol2,.tariffcol34 {
  text-align: center;
  width: 50px;
}
.tariffcol2,.tariffcol5,.tariffcol0 {
  border-right: 1px solid #7ad;
}
.tariffcol5 {
  text-align: center;
  width: 100px;
}
.tariffcol6 {
  border-right: 0px;
  padding-left: 4px;
  width: auto;
}
.tariffcol0 {
  text-align: center;
  width: auto;
}
.tariffsel {
  font-size: 10px;
  margin: 0px;
  padding: 0px;
  width: 100px;
}
.tariffheadtext {
  background-color: transparent;
  color: #a00000;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 12px;
}
.tariffpricenotes,.tariffpriceccnote {
  background-color: transparent;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 11px;
  color: #000080;
  border-bottom: 1px solid #D3D3D3;
  padding: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
}
.tariffpricenotes {
  text-align: center;
}
.tariffprice_wlt {
  text-align: center;
  background-color: transparent;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 11px;
  color: #000080;
  border-bottom: 1px solid #D3D3D3;
  margin: 0px 5px 0px 10px;
  padding: 10px 0px 10px 10px;
}
.tbh {
  border-bottom: 1px solid #909090;
}
.tbb {
  background-color: #F0F0FF;
}
.dt_section h1,.dt_section .h1hols {
  text-decoration: none;
  color: #000C8F;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 2px 0 2px 0px;
  text-align: left;
  line-height: 20px;
}
.dt_section h1.h1hols {
  margin: 0 0 8px 0;
  padding: 2px 0 2px 0px;
  text-align: center;
}
.dt_section h2 {
  text-decoration: none;
  color: #000C8F;
  font-size: 12px;
  font-weight: bold;
  margin: 15px 0 0px 0;
  padding: 2px 0 2px 0px;
  text-align: left;
}


.cssRdPrint,
.cssRdPrint:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  color: #05c;
  border: 1px solid #a1a1a1;
  background-color: #FFFFFE;
  text-align: center;
  text-decoration: none;
  margin: 0;
  padding: 2px 5px 3px;
  cursor: pointer;
  width: auto;
  /* float: left; */
  border-radius: 6px;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.cssRdPrint:hover {
  background: #ffd;
  color: #c00;
}
.right,.right:hover {
  float: right;
}

.cssRdPrint2 {
  /* border: 1px solid #09c; */
  font-family: Tahoma,'Helvetica Neue',Arial,Helvetica,'Lucida Grande',Geneva,sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 12px;
  color: #b00;
  background: #fffff0;
  background: transparent;
  text-align: center;
  margin: 2px 3px 0 0;
  padding: 1px 6px 2px;
  /* float: right; */
  width: auto;
  /* box-shadow: 0px 0px 3px 0px rgba(0, 153, 204, 0.9); */
  border-radius: 6px;
}

/* FORMS */

/* FORM ------------------------------------------------------------------ */
#commentForm h1,
#commentForm h2 {
  background-color: #ddd;
  color: #000;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size: 17px;
  text-align: center;
  margin: 10px 0px 0px 0px;
  padding: 2px 0px 2px 0px;
}
#commentForm p,
#commentForm p.info {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  font-weight: normal;
}
#commentForm p.info {
  font-size: 11.5px;
  color: #000C8F;
  padding: 2px 0 5px 0;
}
#commentForm p.warning {
  font-size: 10.7px;
  color: #b00;
  text-align: center;
  word-spacing: 0px;
  line-height: 16px;
  padding: 3px 5px 0px 0px;
  margin: 0px 6px 0px 4px;
  clear: both;
}
#commentForm form {
  margin: 0px auto;
  padding: 0 0 15px 0;
}
#commentForm ul {
  border: 0px solid #f00;
  padding: 14px 5px 5px 15px;
  margin: 0px auto 0px;
  list-style: none outside none;
  width: 100%;
  overflow: auto;/* CLEAR THE FOLLOWING DIV, AND ENSURE THAT THE CONTAINING DIV EXPANDS */
}
#commentForm li {
  padding: 3px 0 3px 0px;
  display: block;
  text-align: left;
  vertical-align: top;
  clear: both;
}
#commentForm fieldset,
#commentForm fieldset.airport {
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #09f;
  position: relative;
  background-color: #EAEAEA;/*bg_fieldset.png*/
  margin: 0px auto 0px auto;
  padding: 0px 0px;
  border: 1px solid #d1d1d1;
  width: 100%;
  max-width: 438px;
  border-radius: 9px;
}
#commentForm fieldset.airport {
  font-family: Verdana,Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #09f;
  word-spacing: 0.5px;
  width: 100%;
  max-width: 438px;
}
form .button {
  width: auto;
  border-style: none;
  padding: 3px 0px 0px 0px;
  text-align: center;
  height: 35px;
}
#commentForm fieldset .oblig {
  color: #414141;
  position: relative;
  display: block;
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: right;
}
#commentForm fieldset p {
  font-size: 10px;
  font-weight: bold;
  color: #3C3B3B;
  text-align: center;
  padding: 5px 0px 0px;
  border: 1px solid #C1C1C1;
}
#commentForm .resmsg {
  border: 1px solid #00AAFF;
  display: block;
  color: #c20;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  word-spacing: 0.5px;
  text-align: center;
  padding: 5px;
  margin: 25px auto 0px;
  width: 290px;
  width: 94%;
  border-radius: 6px;
}
#commentForm label {
  border: 0px solid #f00;
  line-height: 13px;
  word-spacing: -0.5px;
  display: block;
  position: relative;
  color: #555;
  font-weight: bold;
  margin: 1px 5px 0px 2px;
  clear: both;
}
#commentForm label.error {
  border: 0px solid #f00;
  margin: 0px;
  font: normal 10px arial;
  position: relative;
  color: #CC0000;
  font-weight: bold;
  line-height: 12px;
  text-align: left;
  text-transform: uppercase;
  padding: 0px 0px 0px 0px;
  text-indent: 6px;
}
#commentForm span img,
#commentForm label img {
  position: static;
  margin: 0px 1px 0px 1px;
  height: 8px;
}
#commentForm input.text,#commentForm textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #A5ACB2;
}
#commentForm input.text,#commentForm input.error {
  font-size: 11px;
  padding: 0px;
  height: 20px;
  line-height: 16px;
  border-radius: 3px;
  text-indent: 12px;
}
#commentForm textarea,#commentForm textarea.error {
  font-size: 11px;
  overflow-y: scroll;
  height: 120px;
  width: 246px;
  margin: 0 0 0 5px;
}
#commentForm input.error,#commentForm textarea.error {
  background: #FFFFE8;
  border: 1px solid #A5ACB2;
}
#commentForm select {
  /* border: 1px solid #A5ACB2; */
  /* background-color: #fffefa; */
  font-size: 12px;
  padding: 0px 0px 0px 0px;
  height: 20px;
  width: 120px;
  text-indent: 5px;
  /* border-radius: 6px; */
  clear: both;
}
#commentForm select.multi {
  border: 1px solid #A5ACB2;
  background-color: #fffefa;
  font-size: 12px;
  padding: 0px 0px 0px 0px;
  height: 100px;
  width: 120px;
  text-indent: 12px;
  border-radius: 6px;
  display: inline-block;
}
#commentForm option {
  padding: 0 0 2px;
}


#commentForm .cboxlabel {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 11px;
  width: 108px;
  position: relative;
  height: 15px;
}
#commentForm .cboxlabel:hover {
  background-color: #00AAEE ;
  color: #FFFFCC;
}

#commentForm .cbox {
  padding: 0px;
  margin: 0px 0px 0px 4px;
}
#commentForm p.note {
  padding: 3px;
  margin: 0px 0px 0px 4px;
  width: 133px;
  text-align: left;
  display: inline-block;
  top: -11px;
  position: relative;
}


#commentForm .radiolabel {
  padding: 0px 0px 3px 0px;
  margin: 0px 0px 4px 6px;
  /* width: 300px; */
  /* width: 100%; */
  position: relative;
  float: left;
  clear: both;
  height: 16px;
  line-height: 15px;
}
#commentForm .radiolabel:hover {
  background-color: #00AAEE ;
  color: #FFFFCC;
}

#commentForm .radio {
  padding: 0px;
  margin: 1px 0 1px 7px;
  position: relative;
  /* float: left; */
}
#commentForm i {
  vertical-align: top;
}
#commentForm i.no-fa {
  margin-left: 10px;
}

.fa-star {
  font-size: 8px;
  color: #E00000;
  line-height: 12px;
}
.fa-exclamation-triangle {
  font-size: 10px;
}
.fa-undo {
   font-size: 12px; 
}
.fa-check {
   font-size: 12px; 
}
.property_search .fa-search {
  font-size: 13px;
}


/* SITEMAP */
#sitemap {
  /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); */
  border: 1px solid #ccc;
  background-color: #F7F7F7;
  font-family: trebuchet MS,arial, sans-serif;
  padding: 10px 0 10px 10px;
  margin: 0px auto 0px;
  width: 100%;
  max-width: 400px;
  min-width: 310px;
  text-align: left;
  border-radius: 7px;
}
#sitemap li {
  list-style: none inside none;
  padding: 0;
  margin: 0 0 0 0;
  padding: 0px 0 10px 10px;
  font-size: 15px;
  font-weight: bold;
}
#sitemap li ul {
  padding: 0;
  margin: 0 0 0 0;
}
#sitemap li ul li {
  list-style: disc inside none;
  padding: 0px 0 0px 15px;
  font-size: 12px;
  font-weight: bold;
}
#sitemap li a,
#sitemap li ul li a {
  display: inline-block;
  text-indent: 0px;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  margin: 0 0 0 0;
  width: 93%;
  color: #555;
}
#sitemap li a:hover,
#sitemap li ul li a:hover {
  color: #d00;
  text-decoration: underline;
}



#vardump {
  font-family: arial;
  font-size: 11px;
  background-color: #f1f1f1;
  padding: 1px 5px 1px 15px;
  color: #000090;
  text-align: left;
  word-wrap: break-word;
  width: 660px;
  position: relative;
  z-index: 100 !important;
  clear: both;
}
#vardump * {
  font-family: Tahoma;
}
#vardump .smallfont {
  font-size: 10px;
  color: #000088 !important;
}

#iframe_aemet_id29075 {
  padding: 0px;
  margin: 0px 0px 0px;
  width: 310px;
  height: 290px;
  border-radius: 5px 5px 5px 5px;
  order: 10;
  height: 280px;
}























/* ALL MEDIA QUIERIES FROM HERE */

/* #1 media 0-399 + 854-960 */
@media only screen and (max-width: 399px), only screen and (min-width: 400px) and (max-width: 684px), only screen and (min-width: 854px) and (max-width: 1004px) {
.map,
.map_addr {
  width: 97%;
  min-width: 270px;
}
}



/* #1 media 0-640 + 854-960 */
@media only screen and (max-width: 640px), only screen and (min-width: 854px) and (max-width: 960px) {
.home_intro_text {
  -webkit-column-count: 1;
}
}



/* #2 media 0-1439 */
@media only screen and (max-width: 1439px) {
header {
  width: 100%;
}
aside {
  height: auto;
  /* max-width: 320px; */
  min-width: 320px;
}
footer {
  /* -webkit-align-content: flex-start; */
  /* align-content: flex-start; */
}
#photo_slideshow .title {
  font-size: 29px;
  line-height: 34px;
}
#photo_slideshow .title strong {
  width: 34%;
}
#photo_slideshow .title em {
  /* width: 32%; */
}
#photo_slideshow span {
  font-size: 18px;
  line-height: 18px;
  width: 34%;
}
#photo_slideshow .info a {
  font-size: 15px;
  line-height: 21px;
}
}



/* #3 media 0-1023 */
@media only screen and (max-width: 1023px) {
header {
  width: 100%;
}
.banner-title {
  position: absolute;
  top: 0px;
  height: 120px;
  min-height: 120px;
  width: 100%;
  text-align: center;
  padding: 8px 0 0 0px;
}
.khs-title {
  font-size: calc(60px - ((1024px - 100vw)/12.7));
  line-height: 7vw;
  width: auto;
}
.re-title {
  display: block;
  padding: 0 0px 0 11px;
  font-size: 3.7vw;
  font-size: calc(38px - ((1024px - 100vw)/20.19));
  line-height: 2vw;
  color: #FDFDFD;
  text-shadow: 2px 2px 15px #000;
  letter-spacing: 8px;
  min-width: 340px;
}
aside {
  min-width: 320px;
}
footer {
  -webkit-align-content: space-between;
  align-content: space-between;
}
#photo_slideshow .title {
  font-size: 25px;
  line-height: 30px;
}
#photo_slideshow .title strong {
  width: 36%;
}
#photo_slideshow .title em {
  width: 28%;
}
#photo_slideshow span {
  font-size: 15px;
  line-height: 24px;
  width: 46%;
}
#photo_slideshow p .small {
  font-size: 13px;
  line-height: 15px;
}
#photo_slideshow .info a {
  font-size: 15px;
  line-height: 17px;
}
}


/* #4 media 0-853 */
@media only screen and (max-width: 853px) {
header {
  /* -webkit-flex-wrap: wrap; */
  /* flex-wrap: wrap; */
}
main {
  width: 100%;
  min-width: 100%;
  -webkit-align-content: center;
  align-content: center;
}
aside {
  min-width: 100%;
  max-width: 100%;
  /* -webkit-flex-direction: row; */
  /* -webkit-justify-content: space-around; */
  /* -webkit-align-items: flex-start; */
  /* -webkit-align-content: flex-start; */
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  align-content: flex-start;
}
footer {
  -webkit-align-content: space-between;
  align-content: space-between;
}
#photo_slideshow .title {
  font-size: 23px;
  line-height: 28px;
}
#photo_slideshow .title strong {
  width: auto;
}
#photo_slideshow .title em {
  width: auto;
}
#photo_slideshow span {
  font-size: 15px;
  line-height: 24px;
  width: 100%;
}
#photo_slideshow .info a {
  font-size: 13px;
  line-height: 15px;
}
}



/* #5 media 0-600 */
@media only screen and (max-width: 600px) {
/* NAVIGATION & PROP SRCH +++OFF CANVAS+++ POP-INS - OPTIMIZE!!! */
header {
  background-image: url("images/CalahondaPano1a-600-h104.jpg");
  background-position-x: 0px;
  background-position-y: 90%;
  height: 80px;
}
header:after {
  content:" ";
  background-color: rgba(0,0,0,0.15);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-svg-logo {
  /* width: 75%; */
  /* min-width: 240px; */
  height: 100px;
  height: 19.4vw;
  min-height: 80px;
  max-height: 103px;
  margin: 2px 0px 0px 0px;
  padding: 0px 0px 45px 0px;
  /* border: 1px solid #f00; */
  position: absolute;
  left: 40px;
  z-index: 5;
}

.banner-title {
  top: 1px;
  left: 25px;
  /* height: 120px; */
  width: 100%;
  padding: 4px 0 0 0;
  z-index: 5;
}

.khs-title {
  font-size: 4.5vw;
  line-height: 5.9vw;
  /* line-height: normal; */
  /* line-height: 31px; */
  text-shadow: 0px 0px 15px rgb(0, 0, 0);
  /* letter-spacing: -2px; */
  min-width: 340px;
}
.re-title {
  font-size: 3vw;
  line-height: 2vw;
  text-shadow: 2px 2px 15px rgb(0, 0, 0);
  letter-spacing: 3px;
  min-width: 340px;
}
.banner-addr {
  display: none;
}

.flags {
  right: 0px;
  top: 57px;
}

/* SMALL FLAGS
.flags li {
  margin: 0px 10px 0 0;
  height: 13px;
  width: 18px;
  background-image: url("images/css-flags-sm.png");
}
.flags a {
  left: -1px;
  top: -1px;
  height: 13px;
  width: 18px;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
.flags .fl_en {
  background-position: 0px -1px;
}
.flags .fl_es {
  background-position: 0px -13px;
}
.flags .fl_fr {
  background-position: 0px -25px;
}
.flags .fl_de {
  background-position: 0px -37px;
}
.flags .fl_nl {
  background-position: 0px -49px;
}
.flags .fl_sv {
  background-position: 0px -60px;
}
*/


nav {
  /* width: 100%; */
  /* height: 28px; */
}

#navh {
  height: 27px;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-align-content: flex-start;
  -webkit-align-self: flex-start;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  align-self: flex-start;
}

main {
  width: 100%;
  min-height: 320px;
  max-width: 751px;
  z-index: 10;
  -webkit-justify-content: center;
  -webkit-align-content: center;
  justify-content: center;
  align-content: center;
}
#home_alerts img {
  float: none;
}

aside {
  /* min-height: 780px; */
  min-width: 100%;
  -webkit-flex-direction: row;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-align-content: flex-start;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}

#photo_slideshow .title {
  font-size: 18px;
  line-height: 22px;
}

#photo_slideshow .title strong {
  width: auto;
}
#photo_slideshow .title em {
  width: auto;
}
#photo_slideshow span {
  font-size: 12px;
  line-height: 16px;
  width: 100%;
}


/* OFF-CANVAS MENUS AND SEARCH BLOCK PLUS BUTTONS */
#nav-srch-btns {
  height: 40px;
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 300;
  /* background-color: rgba(0, 0, 0, 0.2); */
}
.nav-btn {
  text-align: center;
  text-decoration: none;
  /* color: #3191FF; */
  color: #FFC107;
  background-color: #000000;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3000;
}
.nav-btn i {
  display: block;
  text-align: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 400ms cubic-bezier(0.32,1.25,0.375,1.15);
  transition: all 400ms cubic-bezier(0.32,1.25,0.375,1.15);
}

.srch-btn {
  text-align: center;
  text-decoration: none;
  /* color: #3191FF; */
  color: #FFC107;
  background-color: rgb(0, 0, 0);
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 3000;
}
.srch-btn i {
  display: block;
  text-align: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 400ms cubic-bezier(0.32,1.25,0.375,1.15);
  transition: all 400ms cubic-bezier(0.32,1.25,0.375,1.15);
}
i.fa-bars {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 27px;
}
i.fa-search {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 27px;
}
i.fa-close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  color: #E61000;
}


nav {
  -webkit-transition: 270ms ease all;
  -webkit-transform: translateX(0);
  transition: 270ms ease all;
  transform: translateX(0);
}
.show-nav nav {
  -webkit-transition: 270ms ease all;
  -webkit-transform: translateX(276px);
  transition: 270ms ease all;
  transform: translateX(276px);
}
.show-nav nav,.show-nav nav ul,.show-nav nav ul ul {
  /* visibility: visible; */
  /* opacity: 1; */
  box-shadow: 1px 1px 10px 3px rgba(0, 0, 0, 0.5);
  border-radius: 0px 8px 8px 0px;
  background-color: rgba(253, 0, 0, 0);
  border-bottom: 0px solid #000000;
  font-family: 'Helvetica Neue',Arial,Helvetica,'Lucida Grande',Geneva,sans-serif;
}

#mainform {
  -webkit-transition: 270ms ease all;
  -webkit-transform: translateX(0);
  transition: 270ms ease all;
  transform: translateX(0);
}
.show-search #mainform {
  -webkit-transition: 270ms ease all;
  -webkit-transform: translateX(330px);
  transition: 270ms ease all;
  transform: translateX(330px);
}

/* NAVIGATION */
nav {
  margin: 0px 0 10px;
  width: 270px;
  position: absolute;
  left: -277px;
  top: 40px;
  z-index: 200;
  padding: 0px 1px 0px;
  height: auto;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
}

#navh {
  /* background-color: #def; */
  background-color: black;
  margin: 0;
  /* position: relative; */
  text-align: left;
  z-index: 500;
  height: auto;
  width: 270px;
  padding: 0px 0 8px;
  border-radius: 0px 7px 7px 0px;
}
.fa-caret-down {
  display: none;
}
.fa-caret-right {
  top: 12px;
  position: absolute;
  display: block;
  z-index: 3000;
  right: 10px;
}
.fa-caret-right:before {
  content: "\f0d7";
}
#navh li {
  position: relative;
  height: auto;
  width: 100%;
  font-size: 17px;
  line-height: 30px;
  border: 1px solid #000000;
  margin-bottom: 0px;
  padding-top: 2px;
  border-radius: 0px 7px 7px 0px;
}
.top_link {
  color: #0491A2;
  font-size: 17px;
  font-weight: 400;
  height: 25px;
}
.top_link span {
  border-right: 0px solid #a1a1a1;
  height: 28px;
  text-indent: 10px;
}
.top_link:hover {
  background: transparent;
  color: #fff;
}
.sales {
  background-color: #000000;
}
.rentals {
  background-color: #000000;
}
#navh li:hover > .top_link {
  background-color: #2B2D2F;
  /* color: #b00; */
  color: #B60E0E;
}
.current {
 background-color: #000000;
}

#navh li:hover {
  height: auto;
  background-color: #000000;
}

/* keep the 'next' level invisible by placing it off screen. */
#navh ul,
#navh li:hover ul ul,
#navh li:hover ul li:hover ul ul {
  position: relative;
  width: 0;
  height: 0;
  padding: 0;
  list-style: none outside none;
  z-index: 500;
  opacity: 1;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  border: 0px solid #777;
  white-space: nowrap;
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0 0 0px;
  width: 100%;
  height: auto;
  z-index: 2010;
  opacity: 1;
}

#navh li ul,
#navh li:hover ul {
  border: 0px solid #777;
  background-color: black;
  white-space: nowrap;
  text-align: left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0 0 0px;
  width: 100%;
  height: auto;
  z-index: 2010;
  visibility: visible;
  opacity: 1;
  display: none;
  display: block;
}

#navh li ul li,
#navh li:hover ul li {
  display: block;
  position: relative;
  height: 23px;
  line-height: 20px;
  /* font-family: verdana,arial, sans-serif; */
}

#navh li ul li a,
#navh li:hover ul li a,
#navh li:hover ul li a:hover {
  border: 0px solid #b0b0b0;
  border-top: 1px solid #000000;
  display: block;
  height: 23px;
  line-height: 21px;
  text-indent: 20px;
  font-size: 15px;
  font-weight: 200;
  /* font-weight: 100; */
  color: #111;
  color: #F7F4CF;
  color: gold;
  color: #FFE0C0;
  text-decoration: none;
  z-index: 1000;
  padding: 0px 0px 0px 0px;
}

#navh li:hover ul li a:hover {
  background-color: #171616;
  color: #020202;/*#649CCC*/
  color: #B60E0E;
  z-index: 3000;
}


#navh li:hover ul li:hover ul,
#navh li:hover ul li:hover ul li:hover ul,
#navh li:hover ul li:hover ul li:hover ul li:hover ul,
#navh li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
  top: -4px;
  background-color: #F0F5FB;
  padding: 0px;
  border: 1px solid #777;
  border-top: 0px solid #777;
  white-space: nowrap;
  width: auto;
  height: auto;
  z-index: 2000;
  left: 98.25%;
  visibility: visible;
  opacity: 1;
  border-bottom-right-radius: 7px;
}

/* OFF-CANVAS MENUS AND SEARCH BLOCK PLUS BUTTONS */
.form_propertySearch {
  position: absolute;
  left: -330px;
  top: 40px;
  z-index: 2000;
  overflow: hidden;
  background-color: red;
  border-radius: 0px 9px 9px 0px;
  box-shadow: -1px 1px 10px 2px rgba(0,0,0,0.5);
}
.property_search {
  border-radius: 0px 7px 7px 0px;
}
}









/* #6 media 0-360 */
@media only screen and (max-width: 360px) {
#commentForm select.multi {
  height: 18px;
  top: -37px;
  position: relative;
}
}










