html, body {
  overflow-x: hidden;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #111;
  background-color: #f5f5f5;
}
body {
  padding-top: 0px;
}
footer {
  padding: 30px 0;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  font-family: 'Lato', sans-serif;
  line-height: 1.1;
  color: inherit;
}
.h1,h1 {
  font-size: 48px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.h2,h2 {
  margin-top: 25px;
  margin-bottom: 15px;
}
.h3,h3 {
  color: #000033;
  margin-top: 25px;
  margin-bottom: 15px;
}
p {
  font-size: 15px;
}
p a {
  color: #003399;
  text-decoration: underline;
}
p a:focus,a:hover {
  color: #0066cc;
  text-decoration: underline;
}
.blue {
  color: #0066cc;
}
.spacevt {
  margin-bottom: 3px;
}
.spacevtt {
  margin-top: 10px;
  margin-bottom: 3px;
}
.spacet {
  margin-top: 10px;
  margin-bottom: 10px;
}
.spacett {
  margin-top: 10px;
}
.spacetb {
  margin-bottom: 10px;
}
.spaces {
  margin-top: 20px;
  margin-bottom: 20px;
}
.spacest {
  margin-top: 20px;
}
.spacesb {
  margin-bottom: 20px;
}
.spacem {
  margin-top: 40px;
  margin-bottom: 40px;
}
.spacemt {
  margin-top: 40px;
}
.spacemb {
  margin-bottom: 40px;
}
.spacel {
  margin-top: 60px;
  margin-bottom: 60px;
}
.spacelt {
  margin-top: 60px;
}
.spacelb {
  margin-bottom: 60px;
}
.spaceo {
  margin-top: 30px;
  margin-bottom: 30px;
}
.price {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 16px;
}
.nowrap {
  white-space: nowrap;
}
.homesearch {
  margin-top: 5px;
  margin-bottom: 10px;
  background: -webkit-linear-gradient(#fed336, #fce93c);
  background: -o-linear-gradient(#fed336, #fce93c);
  background: linear-gradient(#fed336, #fce93c);
  border-radius: 7px;
  border-top: 5px solid #dbc200;
  border-bottom: 5px solid #dbc200;
}
.homesearch select {
  background: #fffdf2 !important;
  color:#000;
}
.homesearch option:not(:checked) { 
  background-color: #fffced; 
  color:#000;
}
.homesearch h2 {
  margin: 7px 0 7px 0;
  color: #3c3319;
  font-size: 16px;
}
.homesearchtitle {
  margin-top: 12px;
  background: #fff6d0;
  border-top: 1px solid #c69e00;
  border-bottom: 1px solid #c69e00;
}
.homesearchmargin {
  margin: 10px 10px 15px 10px;
}
.headline {
  border-bottom: 3px solid #bde1ff;
  margin: -7px 0 5px 0;
}
.maximg {
  display: block;
  width: auto;
  max-height: 300px;
}
.sub {
  margin-top: -30px;
}
.sub2 {
  margin-top: -10px;
}
.sub3 {
  margin-top: -7px;
  font-size: 17px;
}
.lead {
  margin-bottom: 10px;
  font-size: 20px;
}
.bg-white {
  background-color: #fff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.ultype {
  line-height: 22px;
  padding-left: 25px;
  font-size: 15px;
}
.ultype a {
  text-decoration: underline;
}
.ultype li {
  margin-bottom: 7px;
}
.oltype {
  line-height: 25px;
  font-size: 15px;
}
.oltype a {
  text-decoration: underline;
}
.litype {
  padding-left: 0px;
  font-size: 15px;
}
.ulcity {
  padding-left: 15px;
  font-size: 15px;
}
.ulcity a {
  text-decoration: underline;
}
.licity {
  padding-left: 0px;
  font-size: 15px;
}
.vertical-align {
  display: flex;
  align-items: center;
}
.breadcrumb {
  padding: 12px 15px 0;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination > li > a,
.pagination > li > span {
  color: #0066cc;
  background-color: #e8f4ff;
  border-color: #b4ddff;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #003399;
  background-color: #d8efff;
  border-color: #b4ddff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #003399;
  background-color: #88c6fb;
  border-color: #7abaf7;
}
.modal-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  text-align: center;
  border-radius: 6px;
}
.modal-title {
  font-size: 28px;
  color: #0066cc;
}
.modal-body {
  text-align: left;
}
.panel-default {
  background-color: #fcfcfc;
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #0066cc;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-heading {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.panel-heading {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.header {
  font-size: 20px;
}
.panel-footer {
  font-size: 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}
.panel-footer a {
  text-decoration: underline;
}
.panel-error {
  background-color: #f5d8d8;
  border-color: #ddb3b3;
}
.panel-error > .panel-body {
  margin-top: 10px;
  color: #cc0000;
}
.objectselect {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fce93c;
  border-radius: 5px;
  padding: 15px 20px 5px 20px;
  border: 1px solid #d6b01c;
  font-size: 15px;
}
.objectinfo {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fff9e0;
  border-radius: 5px;
  padding: 20px 20px 5px 20px;
  border: 1px solid #ebe0b2;
  font-size: 15px;
}
.objectinfo h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}
.objectinfo .first {
  margin-top: 5px;
  margin-bottom: 15px;
}
.form-group a {
  text-decoration: underline;
}
.checkbox-inline.no_indent,
.checkbox-inline.no_indent+.checkbox-inline.no_indent {
  margin-left: 0;
  margin-right: 10px;
}
.checkbox-inline.no_indent:last-child {
  margin-right: 0;
}
.recommend {
  padding: 5px;
  overflow: hidden;
}
.recommend img {
  margin-right: 10px;
  width: 60px;
  float: left;
}
.recommend p {
  font-size: 14px;
}
.result {
  margin-top: 40px;
  margin-bottom: 40px;
}
.result h2 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 22px;
  margin-top: 8px;
  margin-bottom: 10px;
  text-decoration: underline;
}
.abroad h3 {
  margin-top: 0;
}
.testimonial {
  background: #f5f5f5;
  border-left: 3px solid #e5e5e5;
  margin: 20px 10px 20px 10px;
  padding: 45px 20px 45px 20px;
  quotes: "\201C""\201D";
}
.testimonial:before {
  color: #0066cc;
  content: open-quote;
  font-size: 80px;
  line-height: 5px;
  margin-right: 10px;
  vertical-align: -30px;
}
.testimonial p {
  color: #333;
  display: inline;
}
.desktop.toptop {
  margin-top: 8px;
}
.desktop.toptop a {
  text-decoration: none;
}
.desktop.toptop p {
  font-size: 14px;
}
.btn {
  font-family: inherit;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 5px;
}
.btn-primary,
.btn-primary:focus,
.btn-primary.focus {
  padding: 8px 4px;
  border-radius: 7px;
  font-size: 16px;
  color: #471f05;
  background-color: #ffcc00;
  border: 1px solid #e19500;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus {
  color: #682f07;
  background-color: #ffd633;
  border: 1px solid #e19500;
  *border: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-action,
.btn-action:focus,
.btn-action.focus {
  color: #f7fbff;
  background-color: #0066cc;
  border: 1px solid #003399;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-action:hover,
.btn-action:active:focus,
.btn-action.active:focus {
  color: #ffffff;
  background-color: #006dd8;
  border: 1px solid #003399;
  *border: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-topbar,
.btn-topbar:focus,
.btn-topbar.focus {
  color: #003399;
  background-color: #b4ddff;
  border: 1px solid #7abaf7;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-topbar:hover,
.btn-topbar:active:focus,
.btn-topbar.active:focus {
  color: #0066cc;
  background-color: #c3e4ff;
  border: 1px solid #7abaf7;
  *border: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-sidebar,
.btn-sidebar:focus,
.btn-sidebar.focus {
  color: #003399;
  background-color: #b4ddff;
  border: 1px solid #7abaf7;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-sidebar:hover,
.btn-sidebar:active:focus,
.btn-sidebar.active:focus {
  color: #0066cc;
  background-color: #c3e4ff;
  border: 1px solid #7abaf7;
  border: 1px solid #7abaf7;
  *border: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.wide-btn {
  width: 80%;
  margin: 0px auto;
  display: block;
  margin-top: 20px;
  white-space: normal !important;
  word-wrap: break-word;
}
.widest-btn {
  width: 100%;
  margin: 0px auto;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  white-space: normal !important;
  word-wrap: break-word;
}
.sampleClass {
  float:left;
}
@media screen and (max-width: 767px) {
.row-offcanvas {
  position: relative;
  -webkit-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
}
.row-offcanvas-right {
  right: 0;
}
.row-offcanvas-left {
  left: 0;
}
.row-offcanvas-right
.sidebar-offcanvas {
  right: -50%;
}
.row-offcanvas-left
.sidebar-offcanvas {
  left: -50%;
}
.row-offcanvas-right.active {
  right: 50%;
}
.row-offcanvas-left.active {
  left: 50%;
}
.sidebar-offcanvas {
  position: absolute;
  top: 0;
  width: 50%;
}
}
body .desktop {
  display: block;
}
body .mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
body .mobile {
  display: block !important;
}
body .desktop {
  display: none !important;
}
}
.navbar-brand {
  padding: 10px 0;
}
.navbar-brand>img {
  margin: -15px 15px 0 8px;
}
.navbar-collapse li button.btn-topbar {
  margin-top: 0;
}
.menu-4-holder {
  margin-top: 2px;
}
.navbar-default {
  min-height: 70px;
  background: -webkit-linear-gradient(#b4ddff, #88c6fb);
  background: -o-linear-gradient(#b4ddff, #88c6fb);
  background: linear-gradient(#b4ddff, #88c6fb);
  border: 1px solid #7abaf7;
  border-bottom: 3px solid #0000cb;
}
.navbar-default .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 0;
  margin-left: 0;
  margin-top: 15px;
  border-bottom: 3px solid #ffcc00;
}
.navbar-default .navbar-nav li a {
  color: #003399;
  margin-left: 5px;
  padding: 7px 10px !important;
}
.navbar-nav .group li {
  padding: 7px 0px !important;
}
.navbar-default .navbar-nav li a:hover {
  color: #3366cc;
}
.navbar-brand.mobile {
  padding: 0;
  margin-right: 20px;
  margin-top: -8px;
}
.navbar-brand.mobile img {
  max-width: 80%;
  margin: 10px 10px 10px 15px;
}
.navbar-collapse {
  padding-left: 0;
}
.flags .left {
  float:left;
}
.flags .right {
  float:right;
}
.menu-5-holder {
  margin-top: 7px;
}
.well {
  background: #ecf2f7;
}
.sidebar-nav {
  padding: 0;
  background: none;
  border: none;
}
a {
  color: #003399;
}
.nav-header {
  font-weight: 600;
}
.nav > li > a {
  color: #003399;
  display: inline-block;
  padding: 2px 3px;
  text-decoration: none;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #3366cc;
  text-decoration: underline;
  background-color: transparent;
}
.nav .nav-divider {
  border-top: 0px #b0beca;
  background: none;
  margin: 7px;
}
.accordion .nav-divider {
  display: none;
}
.advanced {
  margin: 5px 5px;
  display: block;
  text-decoration: underline;
}
.glyphicon {
  margin-right: 5px;
}
a.btn.btn-topbar.navbar-btn {
  padding: 5px 10px;
  text-decoration: none;
  margin-top: 2px;
}
a.btn.btn-topbar.navbar-btn:hover {
  color: #0066cc;
}
.sidebar-nav .top-line {
  margin-top: 15px;
}
.sidebar-nav .bottom-line {
  margin-top: 7px;
}
.sidebar-nav .bottom {
  margin-top: 15px;
  background: -webkit-linear-gradient(#d8efff, #e8f4ff);
  background: -o-linear-gradient(#d8efff, #e8f4ff);
  background: linear-gradient(#d8efff, #e8f4ff);
  border-radius: 7px;
  padding: 15px;
  border: 1px solid #b4ddff;
  border-top: 3px solid #bde1ff;
  border-bottom: 3px solid #bde1ff;
}
.sidebar-nav .dropdown {
  margin-top: -12px;
  padding: 15px 0;
}
.group {
  float: left;
  width: 50%;
  padding: 0px;
}
.dropdown .dropdown-menu {
  min-width: 280px;
  margin-top: -10px;
  background: #b4ddff;
}
.dropdown .dropdown-menu li a {
  color: #003399;
}
.dropdown-menu li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #111;
  white-space: nowrap;
}
.dropdown .dropdown-menu li a:focus, .dropdown .dropdown-menu li a:hover {
  color: #3366cc;
  text-decoration: none;
  background-color: #d8efff;
}
ul.dash li a:before {
  content: '- ';
  display: inline-block;
  padding-right: 5px;
}
.accordion ul.dash li a:before {
  display: none;	
}
.row .menu-10 {
  margin-right: 30px;
}
.text-right.toptop {
  float: right;
}
.menu-6-holder {
  margin-top: -4px;
}
.navbar-toggle {
  margin-top: 2px;
}
.inline-div {
  display: inline-block;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #003399;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle {
  background: none;
  border-color: #7abaf7;
}
.navbar-toggle .icon-bar {
  height: 3px;
}
.navbar-brand.mobile img {
  margin-top: 12px;
}
.accordion {
  display: none;
  width: 100%;
  margin-top: 3px;
  overflow: hidden;
}
.parent {
  color: #003399;
  padding: 10px 15px 12px;
  border-top: 1px solid #7abaf7;
  position: relative;
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
.parent::after {
  content:'';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  background: url(../pictures/arrow_down.png);
  background-size: cover;
}
.parent.active:after {
  background: url(../pictures/arrow_up.png);
  background-size: cover;
}
.child {
  display: none;
  background: #b4ddff;
  padding: 0 5px;
  box-shadow: inset 0 0 5px #012344;
  float: left;
  width: 100%;
}
.child .nav.navbar-nav {
  margin: 5px 0;
}
.child .nav.navbar-nav li {
	width: 100%
}
.child .nav.navbar-nav li a {
  color: #003399;
}
.child .navbar-nav {
  width: 100%;
}
.parent-no-child {
  color: #003399;
  padding: 10px 15px 12px;
  border-top: 1px solid #7abaf7;
  position: relative;
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
.parent-no-child.light {
  font-size: 16px;
  font-weight: 400;
}
.parent-no-child a {
  color: #003399;
}
.parent-no-child.search {
  padding: 10px 15px 10px;
  border-top: 0;
  font-size: 15px;
  font-weight: 400;
}
.inline {
  float: left;
  padding-top: 7px;
  color: #111;
}
.input-group.inline {
  max-width: 170px;
  padding-top: 0;
  padding-left: 7px;
}
.page-search {
  width: 120px;
}
@media screen and (max-width: 992px) {
.sampleClass {float:none;}
.accordion {
  display: block;
}
.navbar-default .container-fluid, .navbar-default {
  border-radius: 0;
}
.container, .col-sm-9, .navbar-header {
  width: 100%;
}
.navbar-toggle {
  display: block;
  float: right;
}
.sidebar-offcanvas, .desktop.toptop {
  display: none;
}
.navbar {
  margin-top: 0px;	
  margin-bottom: 20px;	
}
.container-fluid.mobile-nav {
  padding: 0;
}
.navbar-header.main-menu {
  padding: 0 0 0 15px;	
  height: 37px;
}
.navbar-default {
  min-height: 0;
}
.navbar-default .container-fluid {
  margin-top: 7px;
  min-height: 50px;
}
.navbar-brand {
  height: 48px;
}
.navbar-brand img {
  height: 45px;
  margin-top: -12px;
}
.container.mobile-nav {
  padding: 0;
}
}
@media screen and (max-width: 767px) {
.navbar-toggle {
  margin-right: 0 !important;
}
.navbar-header.main-menu {
  height: auto;
}
}
.footer {
  margin: 60px -20px 0;
  padding: 20px 20px 5px 20px;
  background: #e8f4ff;
  border-top: 1px solid #b4ddff;
}
footer p {
  font-size: 14px;
}
footer a {
  text-decoration: none;
}
