html,
button,
input,
select,
textarea {
  color: #222;
}
a {
  text-decoration: none;
}
body {
  font-family:
    Segoe UI,
    Verdana,
    Sans-serif;
  font-size: 100%;
  line-height: 1.4;
  margin: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
header {
  position: relative;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
#loader-div {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: gray;
  opacity: 0.8;
  z-index: 9999;
}
.ajax-loader {
  position: fixed;
  left: 50%;
  top: 100px;
  margin-left: -32px;
  margin-top: -32px;
  display: block;
  z-index: 99999;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.header-container {
  padding-top: 45px;
}
.main article {
  height: 100%;
}
.articlecnt {
  padding: 10px;
}
article h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0 0 10px 0;
}
.main aside {
  font-size: 0.9em;
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.grlinkbox {
  margin: 5px 0;
}
.title {
  color: #fff;
  line-height: 1em;
}
.main {
  padding: 0;
}
.main article h1 {
  font-size: 2em;
  color: red;
  text-align: left;
}
.main article h3 {
  font-size: 1em;
  color: #00f;
}
.main article {
  text-align: justify;
}
.footer-container footer {
  padding: 20px 5%;
  text-align: center;
}
.ie7 .title {
  padding-top: 20px;
}
.alt_lang_domain {
  margin: 4px 5px 4px 20px;
  font-size: 1.4em;
  float: left;
}
#toolbar-container {
  position: fixed;
  text-align: center;
  width: 100%;
  min-height: 45px;
  z-index: 1000;
}
#top-contact {
  position: absolute;
  font-size: 1.3em;
  text-align: left;
}
#toolbar {
  text-align: left;
  padding: 4px;
  margin: 0 auto;
  cursor: pointer;
  cursor: hand;
}
input.error,
textarea.error,
select.error {
  background: none repeat scroll 0 0 #f8dbdb;
  border-color: #e77776;
}
div.error {
  font-weight: bold;
  color: red;
  text-align: center;
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
Textarea,
select {
  -moz-appearance: none;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  display: block;
  padding: 8px;
  width: 100%;
}
input[type="submit"],
button[type="submit"],
.btn-submit {
  -moz-appearance: none;
  background-color: #f4d03f;
  border-color: #f39c12;
  border-radius: 5px;
  border-style: none none solid;
  border-width: 0 0 3px;
  display: block;
  font-weight: bold;
  padding: 10px 15px;
  width: 80%;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
input[type="submit"]:hover {
  -moz-appearance: none;
  background-color: #f9bf3b;
  border-color: #f9bf3b;
  border-width: 0 0 3px;
}
.frm_section,
#frm_section,
#lheader,
#lwgt_status {
  font-size: 1.2em;
  font-weight: bold;
  padding: 2%;
  text-align: center;
}
#lwgt_status {
  color: red;
}
#div_copy {
  padding: 20px 0;
  font-size: 0.7em;
}
#div_pptext,
.form-pptext {
  font-size: 0.8em;
  color: #777;
  text-align: justify;
}
#div_pptext a,
.form-pptext a {
  color: #777;
}
#div_cnticon {
  display: none;
  float: right;
  margin: 1% 0 1% 1%;
}
shareicons {
  text-align: center;
}
shareicons a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 7px;
}
.row {
  left: 0;
  right: 0;
}
.row a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}
header h1,
section,
footer {
  padding: 1% 3%;
}
#fi_links h3 {
  font-size: 1.25em;
}
#fi_link_desc {
  display: none;
}
#btm_menu {
  margin: 0 auto;
  width: 100%;
}
.btm_menu_col ul {
  display: none;
}
.btm_menu_col h3 {
  color: #fff;
}
.btm_menu_col h3 a {
  color: #fff;
  text-decoration: none;
}
.ui-widget-content {
  background: none repeat scroll 0 0 #f6f5f1;
}
footer {
  font-size: 0.75em;
}
.tag {
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  font-size: 0.75em;
  margin: 2px;
  padding: 3px 5px;
}
@media only screen and (max-width: 480px) {
  #top-contact,
  .hidden-sm {
    display: none;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #top-contact,
  .hidden-md {
    display: none;
  }
  #lwgt {
    display: block;
  }
  #btm_menu {
    text-align: center;
  }
  .btm_menu_col {
    width: 100% !important;
  }
}
@media only screen and (min-width: 480px) {
  #fi_links a {
    border: 1px solid #fff;
    box-shadow: 0 5px 10px #316fa1;
    float: left;
    margin: 1%;
    min-height: 6.3em;
    padding: 3%;
    text-shadow: 0 1px 1px #fff;
    width: 41%;
  }
  #fi_links h3 {
    margin: 0;
    color: #9e1817;
    text-shadow: 0 1px 1px #fff;
  }
  #fi_link_desc {
    display: inherit;
  }
  #lwgt {
    display: block;
  }
  nav ul li {
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  .hidden-lg {
    display: none;
  }
  #top-contact {
    top: 5%;
    right: 10%;
    font-size: 1.3em;
    text-align: left;
  }
  #btm_menu {
    text-align: left;
  }
  .btm_menu_col {
    float: left;
    margin: 0 2%;
    width: 21%;
  }
  .btm_menu_col ul {
    display: inherit;
    padding: 0;
    list-style-type: none;
  }
  .btm_menu_col ul li a {
    color: #fff;
    font-size: 0.8em;
    text-decoration: none;
  }
  .header.row {
    display: none;
  }
  #div_cnticon {
    display: inherit;
  }
  #fi_links {
    padding: 1% 0 1% 1%;
  }
  #fi_links a {
    min-height: 6.5em;
    padding: 10px 1%;
    width: 28.75%;
  }
  #fi_links a:hover {
    border: 1px solid #fff;
    box-shadow: 0 0 0 #316fa1;
    float: left;
    margin: 1%;
    min-height: 6.5em;
    padding: 10px 1%;
    text-shadow: 0 1px 1px #fff;
    width: 28.75%;
  }
  .title {
    float: left;
  }
  nav {
    float: right;
    width: 38%;
  }
  .main {
    overflow: hidden;
  }
  .main article {
    float: left;
    margin: 0;
    width: 67%;
    padding-bottom: 1000%;
    margin-bottom: -1000%;
  }
  .main aside {
    float: right;
    width: 33%;
    padding-bottom: 1000%;
    margin-bottom: -1000%;
  }
}
@media only screen and (min-width: 990px) {
  #top-contact {
    top: 10%;
    right: 10%;
  }
  #lwgt {
    display: block;
  }
  #btm_menu {
    margin: 0 auto;
    width: 990px;
  }
  #toolbar {
    width: 990px !important;
  }
  .wrapper {
    width: 990px;
    margin: 0 auto;
  }
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clear {
  clear: both;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
button,
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.buttons-list {
  list-style: none;
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
}
.buttons-list .item {
  text-align: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-left-width: 3px;
  border-right: none;
  border-top: none;
  border-bottom: none;
}
.buttons-list .item span {
  display: block;
}
.buttons-list .item:hover,
.buttons-list .item:active {
  border-left-color: transparent;
}
.buttons-list .item:hover a,
.buttons-list .item:active a,
.buttons-list .item:hover .fa,
.buttons-list .item:active .fa {
  color: #fff !important;
}
.buttons-list .item a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  text-decoration: none;
  display: block;
}
.buttons-list .item .fa {
  font-size: 50px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .buttons-list .item {
    border: none;
    display: inline-block;
    max-width: 90px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    vertical-align: middle;
  }
  .buttons-list .item .fa {
    font-size: 30px;
  }
}
.btn-block {
  width: 100% !important;
  margin-bottom: 10px;
}
#idno {
  margin-bottom: 10px;
}
#searchlistings .col-sm-6,
#searchlistings .col-sm-12 {
  margin-bottom: 5px;
  margin-top: 5px;
}
iframe[name="google_conversion_frame"] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}
#page {
  border-left: 2px solid #e1e1e1;
  border-right: 2px solid #e1e1e1;
}
#head {
  position: relative;
}
#main {
  padding-bottom: 10px;
}
.link,
.link:visited,
.link:link {
  text-decoration: underline;
  color: blue;
}
#srch_form {
  text-align: center;
  padding: 10px;
}
#srch_lcolumn {
  float: left;
  margin: 0;
}
#as_sc_cntl {
  float: left;
  width: 49%;
}
#as_sc_cntr {
  float: right;
  width: 49%;
}
.srch_tab_h_sel {
  font-weight: bold;
}
.srch_tab_sel {
  font-weight: bold;
  border-bottom: none;
  z-index: 20;
}
.srch_tab {
  width: 140px;
  padding: 3px 3px 4px;
  margin-bottom: -1px;
  text-align: center;
}
.srch_block {
  width: 100%;
}
.srch_lbl {
  padding: 9px 3px 9px 0;
  float: left;
  width: 27%;
  font-size: 0.8em;
  text-align: left;
}
.srch_ddl {
  padding: 4px 3px;
  float: right;
  width: 34%;
}
.as_sc {
  margin: 5px 0;
  padding: 5px 0;
}
.as_sc_hd {
  text-align: left;
  font-weight: bold;
  font-size: 1em;
}
.as_sc_hd > #search_head {
  display: block;
  padding: 0 0 10px 0;
}
.as_sc_cnt {
  margin: 0 0 0 25px;
}
.as_ss_hd {
  text-align: left;
  font-weight: bold;
  font-size: 0.8em;
  padding: 2px 0 4px;
  margin-top: 5px;
}
.as_sc_item {
  float: left;
  width: 32%;
  padding: 2px;
  text-align: left;
  font-size: 0.8em;
  overflow: hidden;
}
#list_rcolumn_hl {
  padding: 5px 0 5px 20px;
}
#list_search {
  height: 20px;
  padding-top: 6px;
  width: 104px;
  overflow: hidden;
  text-align: center;
  font-size: 0.7em;
  font-weight: bold;
}
#list_search a:link,
#list_search a:visited {
  margin-top: 5px;
  text-decoration: none;
}
#list_search {
  height: 20px;
  padding-top: 6px;
  width: 104px;
  overflow: hidden;
  text-align: center;
  font-size: 0.7em;
  font-weight: bold;
}
#list_search a:link,
#list_search a:visited {
  margin-top: 5px;
  text-decoration: none;
}
.list_btn {
  width: 104px;
  height: 100px;
  margin-bottom: 2px;
}
.list_btn a {
  outline: none;
  text-indent: -5000px;
  width: 104px;
  height: 100px;
  display: block;
}
.list_btn_search a {
  background: url("/images/sw/buttons/buttons.png") -4px -700px no-repeat;
}
.list_btn_search a:hover {
  background-position: -106px -700px;
}
.list_btn_rdg a {
  background: url("/images/sw/buttons/buttons.png") -4px -800px no-repeat;
}
.list_btn_rdg a:hover {
  background-position: -106px -800px;
}
.list_btn_rgr a {
  background: url("/images/sw/buttons/buttons.png") -4px -900px no-repeat;
}
.list_btn_rgr a:hover {
  background-position: -106px -900px;
}
.list_nav_btn_out {
  float: left;
  padding: 0 5px;
}
.list_nav_btn_in {
  text-align: center;
  height: 20px;
  padding: 6px 5px 0;
  font-size: 0.7em;
  font-weight: bold;
  width: 90px;
}
#ht_pager,
#ht_bpager {
  height: 24px;
  color: #fff;
  margin: 0;
  padding-top: 2px;
  font-size: 0.8em;
  font-weight: bold;
}
#ht_pager .disabled,
#ht_pager .disabled a:link,
#ht_pager .disabled a:hover,
#ht_pager .disabled a:visited {
  color: #fff;
}
#ht_bpager .disabled,
#ht_bpager .disabled a:link,
#ht_bpager .disabled a:hover,
#ht_bpager .disabled a:visited {
  color: #fff;
}
#ht_pager_pg,
#ht_bpager_pg {
  float: left;
  margin: 0 4px;
}
#ht_pager_view {
  float: right;
}
#ht_pager a:link,
#ht_pager a:visited,
#ht_bpager a:link,
#ht_bpager a:visited {
  color: #fff;
}
#ht_pager ul,
#ht_bpager ul {
  list-style-type: none;
  margin: 0;
  padding: 2px;
}
#ht_pager ul li,
#ht_bpager ul li {
  display: inline;
}
#ht_pager li,
#ht_bpager li {
  padding: 2px 2px;
}
#hm_list {
  padding: 5px 0;
}
.hm_item_mimg {
  width: 150px;
  height: 102px;
  overflow: hidden;
  float: left;
  margin: 1px 1px 0 0;
  border: solid 1px #e7e7e7;
}
.hm_item_price {
  font-size: 0.9em;
  font-weight: bold;
}
.hm_item_det {
  font-size: 0.75em;
}
.hm_item_address {
  font-size: 0.9em;
  font-weight: bold;
}
.hm_item_broker {
  font-size: 0.7em;
}
#ht_list {
  background-color: #f7f7f7;
}
#ht_container {
  padding: 0 -2px;
}
.ht_item {
  width: 309px;
  height: 185px;
  overflow: hidden;
  margin: 4px 4px 4px 4px;
  padding: 1px;
  float: left;
  background: #fff;
  box-shadow: 0 2px 2px #e7e7e7;
  color: #000;
  text-align: left;
  position: relative;
}
.ht_item div {
  text-align: left;
}
.ht_item_mimg {
  overflow: hidden;
  z-index: 5;
}
.ht_item_det {
  height: 33px;
  position: absolute;
  bottom: 0;
  left: 1px;
  z-index: 10;
  padding: 0;
  color: #000;
  opacity: 0.7;
  width: 309px;
}
.ht_item_price {
  float: left;
  font-size: 0.9em;
  padding-top: 1px;
  font-weight: bold;
}
.ht_item_det a:link,
.ht_item_det a:visited {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.ht_item_baths,
.ht_item_beds {
  float: left;
  font-size: 0.7em;
  padding: 3px 5px 0;
  font-weight: bold;
}
.ht_item_broker {
  font-size: 0.6em;
  padding: 0 5px;
}
#hil_container {
  width: 100%;
}
.hil_item {
  margin: 5px 0;
  padding: 3px;
  position: relative;
  width: 100%;
}
.hil_item_mimg {
  width: 150px;
  height: 98px;
  overflow: hidden;
  float: left;
  margin: 1px 1px 0 0;
}
.hil_item_det {
  float: left;
  padding-right: 5px;
  overflow: hidden;
  max-width: 430px;
}
.hil_item_dettxt,
.hil_item_detval,
.hil_item_detmls {
  font-size: 0.7em;
  color: #000;
  font-weight: bold;
}
.hil_item_detmls {
  padding: 5px 0;
}
.hil_item_broker {
  font-size: 0.7em;
  position: absolute;
  right: 10px;
  bottom: 1px;
}
.hil_item_detaddr {
  font-size: 0.9em;
  font-weight: bold;
  text-align: left;
}
.hil_item_detbl {
  margin-top: 5px;
}
.hil_item_detlbl {
  margin-right: 5px;
  font-size: 0.7em;
  font-weight: bold;
  margin-top: 2px;
}
.hil_item_detval {
  min-width: 20px;
  font-size: 0.8em;
  font-weight: bold;
  margin-right: 10px;
}
.hil_col2 {
  min-width: 20px;
}
.hil_item_price {
  float: right;
  padding: 5px;
  font-size: 1em;
  font-weight: bold;
}
.hil_item_new {
  font-size: 1em;
  padding: 5px;
  font-weight: bold;
}
.hl_item {
  border-bottom: 1px solid #d4d3d1;
  padding: 5px 5px;
}
.hl_item_address {
  float: left;
  font-size: 0.8em;
  font-weight: bold;
  width: 230px;
  height: 20px;
  overflow: hidden;
  text-align: left;
}
.hl_item_city {
  float: left;
  font-size: 0.7em;
  font-weight: bold;
  text-align: left;
  margin: 0 3px;
  padding-top: 2px;
}
.hl_item_price {
  float: right;
  font-size: 0.7em;
  font-weight: bold;
  width: 70px;
}
.hl_item_baths,
.hl_item_beds {
  float: right;
  font-size: 0.7em;
  font-weight: bold;
  width: 55px;
  text-align: left;
  margin: 0 3px;
  padding-top: 2px;
}
.hl_item_broker {
  font-size: 0.7em;
}
#det_content {
  background: #f6f5f1;
  text-align: left;
}
#det_maininfo {
  text-align: left;
  background-color: #fff;
  margin: 5px 0;
  padding: 5px;
  width: 700px;
  border: 1px solid #ccc;
  min-height: 300px;
  box-shadow: 0 2px 2px #e7e7e7;
}
#det_sect_top {
  margin-bottom: 10px;
  overflow: hidden;
  padding: 2px 0 4px 0;
}
.det_minfo_new {
  font-weight: bold;
  text-align: left;
}
.det_minfo_el {
  padding: 0 10px;
  text-align: left;
  overflow: hidden;
}
.det_sect {
  margin: 3px 5px 3px 0;
}
.det_sect_h {
  font-size: 0.9em;
  font-weight: bold;
  padding: 5px 0;
  text-align: left;
}
.det_sect_b {
  font-size: 0.8em;
  padding: 4px 0 8px 10px;
  text-align: left;
}
.det_sect_lb {
  font-weight: bold;
}
.det_sect_item {
  float: left;
  min-height: 15px;
  vertical-align: middle;
  text-align: left;
  padding: 4px;
  width: 32%;
}
#det_addinfo {
  text-align: left;
  background-color: #fff;
  margin: 5px 0;
  padding: 5px;
  width: 700px;
  border: 1px solid #ccc;
  min-height: 300px;
  box-shadow: 0 2px 2px #e7e7e7;
}
.det_minfo_price {
  font-size: 1.3em;
  padding-top: 2px;
}
.det_minfo_address {
  font-size: 1.4em;
  padding: 3px 0;
}
.det_minfo_address2 {
  font-size: 1em;
  padding: 0 10px 1px 0;
  float: left;
}
.det_minfo_lbl {
  float: left;
  min-width: 110px;
  font-size: 0.8em;
  padding: 4px 0;
  font-weight: bold;
  text-align: left;
}
.det_minfo_val {
  float: left;
  overflow: hidden;
  padding: 4px 0;
  font-size: 0.9em;
  font-weight: bold;
  text-align: left;
}
#det_nav,
.det_nav_bar {
  font-size: 0.8em;
  font-weight: bold;
}
.det_nav_btnsl,
.det_nav_btns {
  float: left;
}
.det_nav_btnsr {
  float: right;
}
.det_nav_btnl,
.det_nav_btns {
  float: left;
  padding: 5px 7px;
  margin-right: 5px;
  text-align: center;
}
.det_nav_btnr {
  float: right;
  padding: 5px 7px;
  margin-left: 5px;
  width: 90px;
  text-align: center;
}
#det_desc {
  font-size: 0.8em;
}
#det_rooms {
  font-size: 0.7em;
}
#det_map,
#det_einfo {
  margin-top: 10px;
}
#det_einfo {
  padding-left: 15px;
}
#det_brokerage,
#img_brokerage {
  font-size: 0.8em;
  margin: 5px;
}
#det_brokerage * {
  vertical-align: middle;
}
#det_slider_nav {
  float: left;
  min-width: 200px;
  margin-top: 2px;
}
#det_slider_nav a {
  float: left;
  display: block;
  background: #3982b7;
  text-decoration: none;
  height: 14px;
  width: 14px;
  margin-right: 5px;
  text-indent: 5000px;
}
#det_slider_nav a.activeSlide {
  background: #f29316;
}
#det_slider_nav a:focus {
  outline: none;
}
#555det_sm_list1 {
  margin: 6px 0 6px;
  overflow: hidden;
  padding: 1px;
  border: 1px solid #3982b7;
  font-size: 0.8em;
}
#det_sm_list {
  padding: 1px;
}
#det_sm_content {
  margin: 0 0 5px;
  font-size: 0.8em;
}
#det_sm_header {
  margin: 0 0 6px;
}
.det_sm_item {
  width: 19.3%;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 0 3px;
}
#det_sm_list .det_sm_item:first-child {
  margin: 0 3px 0 6px;
}
#det_sm_list .det_sm_item:last-child {
  margin: 0 6px 0 3px;
}
.sm_item_price {
  float: left;
  margin-left: 0;
  font-size: 0.9em;
  padding-top: 0;
  font-weight: bold;
}
.det_sm_item_baths {
  float: right;
  font-size: 0.7em;
  padding: 3px 2px 0;
  font-weight: bold;
}
.det_sm_item_mimg {
  width: 100%;
  padding: 0;
}
.det_sm_item_det {
  width: 184px;
  height: 27px;
  overflow: hidden;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 10;
  padding: 0 2px 0;
  color: #000;
  opacity: 0.7;
}
#flyer {
  padding: 5px 0 5px 5px;
}
#search_id_btn {
  display: block;
  width: 85px;
  height: 35px;
  background: url("/images/sw/buttons/buttons.png") -100px -2890px no-repeat;
}
#search_adv_btn {
  display: block;
  width: 85px;
  height: 45px;
  background: url("/images/sw/buttons/buttons.png") 0 -2890px no-repeat;
}
.hil_btn {
  width: 100px;
  height: 35px;
  background: url("/images/sw/buttons/buttons.png") 0 -2300px no-repeat;
}
.det_btn {
  float: left;
  width: 104px;
  height: 100px;
  margin-bottom: 2px;
}
.det_btn a {
  outline: none;
  text-indent: -5000px;
  width: 104px;
  height: 100px;
  display: block;
}
.det_btn_minfo a {
  background: url("/images/sw/buttons/buttons.png") 0 0 no-repeat;
}
.det_btn_minfo a:hover {
  background-position: -106px 0;
}
.det_btn_sch a {
  background: url("/images/sw/buttons/buttons.png") 0 -100px no-repeat;
}
.det_btn_sch a:hover {
  background-position: -106px -100px;
}
.det_btn_calc a {
  background: url("/images/sw/buttons/buttons.png") 0 -200px no-repeat;
}
.det_btn_calc a:hover {
  background-position: -106px -200px;
}
.det_btn_print a {
  background: url("/images/sw/buttons/buttons.png") 0 -300px no-repeat;
}
.det_btn_print a:hover {
  background-position: -106px -300px;
}
.det_btn_send a {
  background: url("/images/sw/buttons/buttons.png") 0 -400px no-repeat;
}
.det_btn_send a:hover {
  background-position: -106px -400px;
}
.det_btn_offer a {
  background: url("/images/sw/buttons/buttons.png") 0 -600px no-repeat;
}
.det_btn_offer a:hover {
  background-position: -106px -600px;
}
.det_btn_share {
  position: relative;
}
.det_btn_share a {
  background: url("/images/sw/buttons/buttons.png") 0 -500px no-repeat;
}
.det_btn_share a:hover {
  background-position: -106px -500px;
}
#det_share_cnt {
  position: absolute;
  width: 108px;
  height: 206px;
  padding-top: 4px;
  display: none;
  z-index: 100;
  top: -50px;
  left: -105px;
  box-shadow: 0 2px 2px #e7e7e7;
}
.det_btn_fb a {
  background: url("/images/sw/buttons/buttons.png") 0 -1800px no-repeat;
}
.det_btn_fb a:hover {
  background-position: -106px -1800px;
}
.det_btn_tw a {
  background: url("/images/sw/buttons/buttons.png") 0 -1900px no-repeat;
}
.det_btn_tw a:hover {
  background-position: -106px -1900px;
}
.det_btn_save a {
  background: url("/images/sw/buttons/buttons.png") 0 -1700px no-repeat;
}
.det_btn_save a:hover {
  background-position: -106px -1700px;
}
.hp_btn_searchf a {
  background: url("/images/sw/buttons/buttons.png") -106px -700px no-repeat;
}
.hp_btn_search {
  position: relative;
}
.hp_btn_search a {
  background: url("/images/sw/buttons/buttons.png") -6px -700px no-repeat;
}
.hp_btn_search a:hover {
  background-position: -110px -700px;
}
.hp_btn_searchs a {
  background: url("/images/sw/buttons/buttons.png") -106px -700px no-repeat;
}
.hp_btn_res,
.hp_btn_ress,
.hp_btn_map,
.hp_btn_res5,
.hp_btn_res10 {
  position: relative;
}
.hp_btn_res a {
  background: url("/images/sw/buttons/buttons.png") -6px -1100px no-repeat;
}
.hp_btn_res a:hover {
  background-position: -110px -1100px;
}
.hp_btn_save a {
  background: url("/images/sw/buttons/buttons.png") -6px -1600px no-repeat;
}
.hp_btn_save a:hover {
  background-position: -110px -1600px;
}
.hp_btn_list a {
  background: url("/images/sw/buttons/buttons.png") -6px -2000px no-repeat;
}
.hp_btn_list a:hover {
  background-position: -110px -2000px;
}
.hp_btn_ress a {
  background: url("/images/sw/buttons/buttons.png") -106px -1100px no-repeat;
}
.hp_btn_res5 a {
  background: url("/images/sw/buttons/buttons.png") -6px -1400px no-repeat;
}
.hp_btn_res5 a:hover {
  background-position: -110px -1400px;
}
.hp_btn_res5s a {
  background: url("/images/sw/buttons/buttons.png") -106px -1400px no-repeat;
}
.hp_btn_res5s a:hover {
  background-position: -6px -1400px;
}
.hp_btn_res10 a {
  background: url("/images/sw/buttons/buttons.png") -6px -1500px no-repeat;
}
.hp_btn_res10 a:hover {
  background-position: -110px -1500px;
}
.hp_btn_res10s a {
  background: url("/images/sw/buttons/buttons.png") -106px -1500px no-repeat;
}
.hp_btn_res10s a:hover {
  background-position: -6px -1500px;
}
.hp_btn_map a {
  background: url("/images/sw/buttons/buttons.png") -6px -1000px no-repeat;
}
.hp_btn_map a:hover {
  background-position: -110px -1000px;
}
.hp_btn_members a {
  background: url("/images/sw/buttons/buttons.png") -6px -2200px no-repeat;
}
.hp_btn_members a:hover {
  background-position: -110px -2200px;
}
.hp_btn_msearches a {
  background: url("/images/sw/buttons/buttons.png") -6px -2500px no-repeat;
}
.hp_btn_msearches a:hover {
  background-position: -110px -2500px;
}
.hp_btn_msearchess a {
  background: url("/images/sw/buttons/buttons.png") -106px -2500px no-repeat;
}
.hp_btn_mlistings a {
  background: url("/images/sw/buttons/buttons.png") -6px -2600px no-repeat;
}
.hp_btn_mlistings a:hover {
  background-position: -110px -2600px;
}
.hp_btn_mlistingss a {
  background: url("/images/sw/buttons/buttons.png") -106px -2600px no-repeat;
}
.hp_btn_msettings a {
  background: url("/images/sw/buttons/buttons.png") -6px -2700px no-repeat;
}
.hp_btn_msettings a:hover {
  background-position: -110px -2700px;
}
.hp_btn_msettingss a {
  background: url("/images/sw/buttons/buttons.png") -106px -2700px no-repeat;
}
.hp_btn_maps a {
  background: url("/images/sw/buttons/buttons.png") 0 -1000px no-repeat;
}
.hp_btn_maps a:hover {
  background-position: -106px -1000px;
}
.btn_res {
  position: absolute;
  left: 50px;
  top: 36px;
  text-align: center;
  z-index: 100;
  font-size: 0.9em;
  font-weight: bold;
}
#popupbody {
  background: #f6f5f1;
  margin: 0;
}
.inputtxt {
  background: #fff;
  height: 30px;
  border: 1px solid #eee;
  font-size: 0.9em;
}
.inputsel {
  background: #fff;
  height: 34px;
  border: 1px solid #eee;
  font-size: 0.9em;
}
.inputselect {
  background: url("/images/sw/lp/arrow.png") no-repeat scroll right center #fff;
  border: 1px solid #eee;
  height: 34px;
  overflow: hidden;
}
.inputselect select {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  color: #947575;
  font-size: 0.9em;
  height: 34px;
  width: 120%;
}
.inputbtn {
  color: #fff;
  height: 31px;
  font-size: 1em;
}
.inputbtn {
  cursor: hand;
  cursor: pointer;
}
.loginbtn {
  color: #fff;
  height: 31px;
  font-size: 0.7em;
  padding: 4px 7px;
  text-decoration: none;
}
.loginbtn a:link,
.loginbtn a:visited {
  text-decoration: none;
}
.inputbtn a:link {
  text-decoration: none;
  font-size: 0.9em;
}
.inputnote {
  font-size: 0.75em;
}
.inputlabel {
  font-size: 0.8em;
}
.formlabel {
  display: none;
  font-size: 0.8em;
}
.formtext {
  color: #3982b7;
  font-size: 0.8em;
}
input.error,
textarea.error,
select.error {
  background: none repeat scroll 0 0 #f8dbdb;
  border-color: #e77776;
}
div.error {
  font-weight: bold;
  font-size: 0.8em;
  color: red;
}
#div_signup_legal {
  font-size: 0.75em;
}
#div_signup_legal a:link,
#div_signup_legal a:visited {
  text-decoration: none;
  color: #3982b7;
}
#div_signup_retrive {
  font-size: 0.75em;
  padding: 10px;
}
#div_signup_retrive a:link,
#div_signup_retrive a:visited {
  text-decoration: none;
  color: #3982b7;
}
#div_signup_outer {
  margin: 5px 5px 0 0;
}
#div_signup_content {
  margin: 5px;
  text-align: left;
}
#acc_content {
  background: #f6f5f1;
  text-align: left;
}
.mb_section_head {
  font-weight: bold;
  font-size: 0.8em;
}
#acc_mcolumn {
  float: left;
}
#acc_rcolumn {
  float: right;
}
.ui-widget-content {
  background: #f6f5f1;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br,
.ui-corner-left,
.ui-corner-bl,
.ui-corner-top,
.ui-corner-tr,
.ui-corner-tl {
  border-radius: 0;
}
.ui-dialog-titlebar {
  display: none;
}
@media only screen and (min-width: 480px) {
}
@media only screen and (min-width: 768px) {
  .det_minfo_address {
    float: left;
    font-size: 1.4em;
    min-height: 26px;
    padding: 3px;
  }
}
#det_minfo tr {
  line-height: 1.2em;
}
.detail-address {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 110%;
  padding-bottom: 10px;
}
.detail-sub-address {
  font-size: 1em;
  padding-bottom: 10px;
}
.detail-label,
.detail-value {
  font-size: 0.9em;
}
.detail-value {
  font-weight: bold;
}
.detail-price-value {
  font-size: 1.3em;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.img-listing {
  margin: 1%;
  float: left;
  width: 98%;
  height: auto;
}
.img-listing .main-content {
  position: relative;
}
.img-listing .sub-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1%;
}
.img-listing .main-image {
  width: 100%;
  height: 100%;
}
.img-listing .row {
  width: 100%;
  font-size: 0.9em;
  font-weight: bold;
  float: left;
}
.img-listing .bed-bath {
  text-align: right;
  float: right;
}
.img-listing .price {
  float: left;
}
.img-listing .status {
  float: left;
}
.img-listing .agent {
  float: right;
  text-align: right;
}
@media only screen and (min-width: 480px) {
  .img-listing {
    margin: 1%;
    width: 47.5%;
  }
  .img-listing .main-image {
    height: 225px;
  }
}
.img-listing-main {
  margin: 10px 5px;
  float: left;
  height: auto;
  width: 98%;
}
.img-listing-main .img {
  margin: 5px 10px 0 10px;
  text-align: center;
  position: relative;
}
.img-listing-main .content {
  margin: 5px 10px 5px 10px;
}
.img-listing-main .main-image {
  width: 100%;
  transition: opacity 0.3s;
}
.img-listing-main .main-image:hover {
  opacity: 0.9;
}
.img-listing-main .hint-multiple {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.img-listing-main .content-first-line {
  width: 100%;
  float: left;
}
.img-listing-main .content-second-line {
  width: 100%;
  float: left;
}
.img-listing-main .content-third-line {
  width: 100%;
  float: left;
}
.img-listing-main .content-fourth-line {
  font-size: 0.7em;
  text-align: right;
}
.img-listing-main .price {
  font-weight: bold;
  float: left;
  margin-right: 5px;
}
.img-listing-main .status {
  font-weight: bold;
  float: left;
}
.img-listing-main .listing {
  font-size: 0.7em;
  color: #000;
  float: right;
}
.img-listing-main .address {
  font-weight: bold;
}
.img-listing-main .detail-button {
  display: none;
  width: 100px;
}
.img-listing-main .content-third-line {
  font-size: 0.9em;
  color: #000;
}
.img-listing-main .bed {
  float: left;
  margin-right: 5px;
}
.img-listing-main .bath {
  float: left;
  margin-right: 5px;
}
.img-listing-main .sqlfeet {
  float: left;
  margin-right: 5px;
}
.img-listing-main .lot {
  float: left;
  margin-right: 5px;
}
@media only screen and (min-width: 480px) {
  .img-listing-main {
    margin: 5px 5px;
  }
  .img-listing-main .img {
    margin: 10px;
    width: 25%;
    float: left;
  }
  .img-listing-main .main-image {
    max-height: 120px;
  }
  .img-listing-main .content {
    margin: 10px 0;
    width: 70%;
    float: left;
  }
  .img-listing-main .content-first-line {
    margin-bottom: 10px;
  }
  .img-listing-main .content-second-line {
    margin-bottom: 10px;
  }
  .img-listing-main .content-third-line {
    margin-bottom: 10px;
  }
  .img-listing-main .detail-button {
    display: block;
    float: right;
  }
  .img-listing-main .address {
    width: 70%;
    float: left;
  }
}
#main *,
.main-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main * :before,
#main* :after,
.main-container *:after,
.main-container *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main #hp_content * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#main {
  margin-bottom: 10px;
}
#det_nav_bar {
  margin: 10px 0;
}
.det_nav_btnsl {
  float: left;
}
.det_nav_btnsr {
  float: right;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.det_nav_btn_right {
  display: inline-block;
  padding: 5px 7px;
  margin-left: 5px;
  text-align: center;
}
.det_nav_btn_left {
  display: inline-block;
  padding: 5px 7px;
  margin-right: 5px;
  text-align: center;
}
#det_lcolumn {
  float: left;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
#det_rcolumn {
  float: left;
  font-size: 0.8em;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.det_btn {
  float: left !important;
}
#det_mimg,
#det_minfo {
  float: left;
  width: 100%;
}
#det_minfo table {
  border-collapse: collapse;
  width: 100%;
}
#det_mimg {
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  #det_mimg {
    padding-right: 10px;
    width: 60%;
  }
  #det_minfo {
    width: 40%;
  }
  .det_nav_btn_right,
  .det_nav_btn_left {
    min-width: 90px;
  }
  .ht_sort_div {
    float: left;
    margin-left: 10px;
  }
  .pagination > li {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  #det_nav_bar {
    margin-top: 0;
  }
  #det_lcolumn {
    float: left;
    width: 87%;
    padding-left: 10px;
  }
  #det_rcolumn {
    float: right;
    font-size: 0.8em;
    padding-left: 10px;
    padding-right: 10px;
    width: 13%;
  }
  .det_btn {
    float: right !important;
  }
  #det_mimg,
  #det_minfo {
    float: left;
    width: 50%;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  margin: 0;
}
.pagination > li {
  display: none;
  margin-left: 4px;
}
.pagination > li > a {
  position: relative;
  float: left;
  padding: 3px 8px;
  line-height: 1.428571429;
  text-decoration: none;
}
.pagination:first-child {
  margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  background-color: #e0e0e0;
}
.pagination > .active > a,
.pagination > .active > a:hover .pagination > .active > a:focus {
  z-index: 2;
  cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:hover {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination li.PagedList-skipToPrevious,
.pagination li.PagedList-skipToNext {
  display: inline-block !important;
}
.list_header_btn {
  display: inline-block;
  padding: 5px 7px;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
}
.list_header_img_btn {
  margin-right: 5px;
  display: inline-block;
}
#list_header {
  margin-bottom: 5px;
}
.pager {
  text-align: right;
  margin-top: 5px;
  margin-right: 6px;
}
.ht_sort_div {
  margin-left: 10px;
}
.sort_order {
  padding: 10px;
  margin: 5px;
}
.sort_order .sort a {
  color: #000;
}
.sort_order .sort {
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
}
.sort_order .call {
  padding: 10px;
  font-size: 0.8em;
  margin: 10px -10px -10px -10px;
}
.sort_order .call .create-account {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  padding-top: 10px;
  margin-top: 10px;
  display: block;
}
.sort_order .call .listCallheader {
  float: none;
}
.sort_order .sort .sorts-list {
  display: none;
  padding-top: 10px;
}
.sort_order .sort .sorts-list .sorts {
  width: 25%;
  padding: 5px;
  float: left;
}
.sort_order .sort .sorts-list .sorts a {
  font-size: 0.8em;
  text-decoration: underline;
  font-weight: normal;
}
@media (min-width: 480px) {
  .sort_order .call .create-account {
    border-top: none;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    padding-top: 0;
    padding-left: 10px;
    margin-top: 0;
    float: right;
  }
  .sort_order .call .listCallheader {
    float: left;
  }
}
@font-face {
  font-family: "FontAwesome";
  src: url("/webfonts/sw/fontawesome-webfont93e3.eot?v=4.4.0");
  src:
    url("/webfonts/sw/fontawesome-webfontd41d.eot?#iefix&v=4.4.0")
      format("embedded-opentype"),
    url("/webfonts/sw/fontawesome-webfont93e3.woff?v=4.4.0") format("woff"),
    url("/webfonts/sw/fontawesome-webfont93e3.ttf?v=4.4.0") format("truetype"),
    url("/webfonts/sw/fontawesome-webfont93e3.svg?v=4.4.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-envelope-o:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-o:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-gear:before,
.fa-cog:before {
  content: "";
}
.fa-trash-o:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-file-o:before {
  content: "";
}
.fa-clock-o:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-arrow-circle-o-down:before {
  content: "";
}
.fa-arrow-circle-o-up:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-play-circle-o:before {
  content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}
.fa-refresh:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-video-camera:before {
  content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}
.fa-pencil:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}
.fa-share-square-o:before {
  content: "";
}
.fa-check-square-o:before {
  content: "";
}
.fa-arrows:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-times-circle-o:before {
  content: "";
}
.fa-check-circle-o:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-arrows-v:before {
  content: "";
}
.fa-arrows-h:before {
  content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-gears:before,
.fa-cogs:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-thumbs-o-up:before {
  content: "";
}
.fa-thumbs-o-down:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-heart-o:before {
  content: "";
}
.fa-sign-out:before {
  content: "";
}
.fa-linkedin-square:before {
  content: "";
}
.fa-thumb-tack:before {
  content: "";
}
.fa-external-link:before {
  content: "";
}
.fa-sign-in:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-lemon-o:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-square-o:before {
  content: "";
}
.fa-bookmark-o:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before,
.fa-rss:before {
  content: "";
}
.fa-hdd-o:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-hand-o-right:before {
  content: "";
}
.fa-hand-o-left:before {
  content: "";
}
.fa-hand-o-up:before {
  content: "";
}
.fa-hand-o-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-group:before,
.fa-users:before {
  content: "";
}
.fa-chain:before,
.fa-link:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-cut:before,
.fa-scissors:before {
  content: "";
}
.fa-copy:before,
.fa-files-o:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-money:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}
.fa-legal:before,
.fa-gavel:before {
  content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-flash:before,
.fa-bolt:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}
.fa-lightbulb-o:before {
  content: "";
}
.fa-exchange:before {
  content: "";
}
.fa-cloud-download:before {
  content: "";
}
.fa-cloud-upload:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-bell-o:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cutlery:before {
  content: "";
}
.fa-file-text-o:before {
  content: "";
}
.fa-building-o:before {
  content: "";
}
.fa-hospital-o:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}
.fa-circle-o:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-folder-o:before {
  content: "";
}
.fa-folder-open-o:before {
  content: "";
}
.fa-smile-o:before {
  content: "";
}
.fa-frown-o:before {
  content: "";
}
.fa-meh-o:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-keyboard-o:before {
  content: "";
}
.fa-flag-o:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-code-fork:before {
  content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-shield:before {
  content: "";
}
.fa-calendar-o:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-ticket:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-minus-square-o:before {
  content: "";
}
.fa-level-up:before {
  content: "";
}
.fa-level-down:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-pencil-square:before {
  content: "";
}
.fa-external-link-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}
.fa-euro:before,
.fa-eur:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}
.fa-rupee:before,
.fa-inr:before {
  content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}
.fa-won:before,
.fa-krw:before {
  content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-text:before {
  content: "";
}
.fa-sort-alpha-asc:before {
  content: "";
}
.fa-sort-alpha-desc:before {
  content: "";
}
.fa-sort-amount-asc:before {
  content: "";
}
.fa-sort-amount-desc:before {
  content: "";
}
.fa-sort-numeric-asc:before {
  content: "";
}
.fa-sort-numeric-desc:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-youtube-play:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitbucket-square:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-long-arrow-down:before {
  content: "";
}
.fa-long-arrow-up:before {
  content: "";
}
.fa-long-arrow-left:before {
  content: "";
}
.fa-long-arrow-right:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}
.fa-sun-o:before {
  content: "";
}
.fa-moon-o:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-arrow-circle-o-right:before {
  content: "";
}
.fa-arrow-circle-o-left:before {
  content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}
.fa-plus-square-o:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-rebel:before {
  content: "";
}
.fa-ge:before,
.fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before,
.fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before,
.fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.modal * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal #searchform * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.modal .form-control,
.modal form input[type="text"],
.modal form input[type="email"],
.modal form input[type="tel"],
.modal form input[type="url"],
.modal form input[type="password"],
.modal form input[type="number"],
.modal form input[type="date"],
.modal form textarea,
.modal form select {
  width: 100%;
  border: 1px solid #bdbdbd;
  padding: 6px 10px;
  margin-bottom: 10px;
}
.chzn-container {
  width: 100% !important;
}
.chzn-container .chzn-drop {
  width: 100% !important;
}
.modal form input[type="submit"] {
  cursor: pointer;
}
.modal form label {
  display: none !important;
}
.modal .btn {
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  width: auto;
  color: #000;
  line-height: 1.42857143;
  background-color: #d0d0d0;
}
.modal p {
  margin: 0;
  margin-bottom: 10px;
}
.modal li p {
  margin-bottom: 5px;
}
.modal .create-login-content {
  float: left;
  width: 50%;
  padding-right: 5px;
}
.modal .create-login-form {
  float: right;
  width: 50%;
  padding-left: 5px;
}
@media (max-width: 600px) {
  .modal .create-login-form,
  .modal .create-login-content {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.modal .btn:active,
.modal .btn:hover {
  background-color: #bdbdbd;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 100px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/images/sw/Owl-slider/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 20px;
  margin: 5px;
  padding: 4px 7px;
  background: none;
  background: transparent;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background: rgba(0, 0, 0, 0.8);
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.owl-theme .owl-controls .owl-nav .owl-next {
  margin: auto;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.owl-theme .owl-dots {
  width: 100%;
  padding-top: 5px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 7px;
  margin-right: 3px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 10px;
  width: 10px;
  border: 1px solid #9d9d9d;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot .owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}
.owl-carousel .listing {
  background-color: #fff;
  min-height: 425px;
  margin-bottom: 20px;
  position: relative;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.owl-carousel .listing:hover .image:after {
  visibility: visible;
  opacity: 1;
}
.owl-carousel .listing .link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
}
.owl-carousel .listing .image {
  height: 160px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.owl-carousel .listing .image:after {
  content: "+";
  width: 100%;
  height: 100%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  padding-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #e85a08;
  background-color: rgba(232, 90, 8, 0.5);
  color: #fff;
  font-size: 26px;
  display: block;
  text-align: center;
  line-height: 160px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  z-index: -2;
}
.owl-carousel .listing .header {
  background-color: #fff;
  color: #000;
  float: left;
  font-size: 10px;
  padding: 15px;
  width: 50%;
}
.owl-carousel .listing .header .street {
  font-size: 1.25em;
  margin-bottom: 5px;
  margin: 0;
}
.owl-carousel .listing .header .location {
  font-size: 12px;
}
.owl-carousel .listing .price {
  background: linear-gradient(
      to bottom,
      #770202 0%,
      #770202 20%,
      #940303 40%,
      #af0303 100%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 50%;
  color: #fff;
  float: right;
  font-size: 18px;
  height: 100px;
  padding: 30px 0;
  position: relative;
  text-align: center;
  top: -30px;
  width: 100px;
  right: 15px;
}
.status {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.owl-carousel .listing .info,
.owl-carousel .listing .agentinfo {
  background-color: #fff;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #edeeef;
  float: left;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 20px;
  text-overflow: ellipsis;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  border: none;
  font-size: 100%;
  margin-top: 5px;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#cccccc',GradientType=0);
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#ffffff',GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.container {
  margin: 0 auto;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 990px) {
  .container {
    width: 990px;
  }
}
nav {
  margin: 0;
  font-family: Segoe UI;
  width: 100%;
  float: none;
  position: fixed;
  z-index: 1000;
}
nav *,
.mobile-menu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu {
  display: block;
  padding: 0;
}
.menu li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
}
.menu .language,
.menu .social {
  float: right;
}
.menu .remove {
  display: inline-block;
}
.menu #share,
.mobile-menu #share {
  display: inline-block;
  float: right;
  padding: 11px;
}
.menu #share a {
  padding: 0 3px;
  margin: 0;
}
.menu #share a img,
.mobile- menu #share a img {
  max-width: 20px;
}
.menu li a {
  font-weight: 400;
  text-decoration: none;
  padding: 11px;
  display: block;
  -webkit-transition: color 0.2s ease-in-out 0s;
  -moz-transition: color 0.2s ease-in-out 0s;
  -o-transition: color 0.2s ease-in-out 0s;
  -ms-transition: color 0.2s ease-in-out 0s;
  transition: color 0.2s ease-in-out 0s;
}
.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
}
.sub-menu div div {
  width: 25%;
  float: left;
  padding: 10px;
}
.sub-menu div div ul {
  margin: 0;
  padding: 0;
}
.sub-menu div div ul li {
  display: block;
  text-transform: none;
}
.sub-menu div div ul li a {
  font-weight: 400;
  text-decoration: none;
  padding: 0;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.sub-menu div div ul li a:hover {
  text-decoration: underline;
}
.sub-menu img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.mobile-menu {
  display: none;
  width: 100%;
  float: none;
  position: fixed;
  z-index: 1001;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  font-family: Segoe UI;
  max-height: 41px;
}
.header-container {
  padding-top: 44px;
}
@media (max-width: 950px) {
  .menu .remove {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-container {
    padding-top: 41px;
  }
  nav {
    padding-top: 41px;
  }
  .container {
    width: 100%;
  }
  .menu {
    display: none;
    margin: 0;
    padding: 0;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu li {
    display: inline-block;
    padding: 11px;
  }
  .mobile-menu li a {
    text-decoration: none;
    padding: 11px 7px;
  }
  .mobile-menu .language,
  .social {
    float: right;
  }
  .menu .remove {
    display: block;
  }
  .menu #share,
  .menu .language,
  .menu .social {
    display: none;
  }
  .mobile-menu #share {
    padding: 0;
  }
  .mobile-menu #share a {
    margin: 7px 3px;
  }
  .menu li {
    display: block;
    margin: 0;
    float: left;
    width: 100%;
  }
  .menu li a {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: -1px;
  }
  .sub-menu {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
  }
  .sub-menu div div {
    width: 100%;
    float: left;
    padding: 0;
    min-height: 0;
  }
  .sub-menu div div img {
    display: none;
  }
  .sub-menu div div ul {
    margin: 0;
    padding: 0;
  }
  .sub-menu div div ul li {
    display: block;
    font-size: 14px;
  }
  .sub-menu div div ul li a {
    padding: 5px 20px;
    background: 0 0;
    font-weight: 400;
    text-decoration: none;
    margin: -1px 0 0;
  }
}
body {
  overflow-x: hidden;
}
.noscroll {
  overflow: hidden;
}
#wrapper {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
nav.menu {
  position: fixed;
  overflow: hidden;
  height: 100%;
  z-index: 2000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#menu-container {
  width: 100%;
  overflow: auto;
  height: 100%;
  padding-right: 17px;
}
nav.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav.menu li > a {
  text-align: left;
  font-size: 0.8em;
  display: block;
  padding: 5px 5px 5px 20px;
  font-weight: bold;
  text-decoration: none;
}
nav.menu h4 {
  padding: 10px;
  margin: 0;
}
nav.menu h4 a {
  text-decoration: none;
}
#menu-container ul:last-child {
  margin-bottom: 30px;
}
a.close-menu {
  color: #fff;
}
a.close-menu:focus {
  outline: none;
}
nav.slide-menu {
  top: 0;
  width: 210px;
}
nav.slide-menu a.close-menu {
  display: block;
  padding: 5px;
  margin: 2px auto;
}
nav.slide-menu {
  left: -210px;
}
body.sml-open nav.slide-menu {
  left: 0;
}
